diff --git a/.dockerignore b/.dockerignore index dc21d2d81..587006c82 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,18 +1,17 @@ -/assets/photos/* -/assets/cache/* +/photos/* /frontend/node_modules/* /node_modules -/assets/resources/database/* -/assets/resources/static/build/* -/assets/resources/nasnet -/assets/resources/nsfw -/assets/testdata -/assets/backups -Dockerfile +/assets/static/build/* +/assets/nasnet +/assets/nsfw +/storage /photoprism -docker-compose* /coverage.* +/frontend/tests/acceptance/screenshots .dockerignore .idea .DS_Store -/frontend/tests/acceptance/screenshots +*.db +*.db-journal +Dockerfile +docker-compose* diff --git a/.gitignore b/.gitignore index c830f1f4d..655ca753d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,21 @@ # Application files and directories /photoprism -/assets/photos/originals/* -/assets/photos/import/* -/assets/photos/export/* -/assets/resources/database/* -!/assets/resources/database/.gitignore +/photos/originals/* +/photos/import/* +/storage/* /node_modules /frontend/.eslintcache /frontend/node_modules/* /frontend/tests/*.html /frontend/tests/*.log /frontend/tests/screenshots -/assets/testdata -/assets/backups -/assets/resources/nasnet -/assets/resources/nsfw +/assets/nasnet +/assets/nsfw /package-lock.json +/frontend/tests_output *.log +*.db +*.db-journal # Binaries for programs and plugins *.exe diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b467ec8b..a2f9208e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Of all the tools we tested, Twitter works best to get and give continuous feedba Issues labeled [help wanted](https://github.com/photoprism/photoprism/labels/help%20wanted) / [easy](https://github.com/photoprism/photoprism/labels/easy) can be good (first) contributions. -Our [Developer Guide](https://docs.photoprism.org/en/latest/developer-guide/) contains all information necessary to get you started. +Our [Developer Guide](https://docs.photoprism.org/developer-guide/) contains all information necessary to get you started. Our [step-by-step guide](https://github.com/photoprism/photoprism/wiki/Pull-Requests) explains how to submit new features, bugfixes and documentation. diff --git a/Dockerfile b/Dockerfile index f20f3ddb9..d232a799f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM photoprism/development:20200509 +FROM photoprism/development:20200721 # Set up project directory WORKDIR "/go/src/github.com/photoprism/photoprism" diff --git a/LICENSE b/LICENSE index e72bfddab..13b12127b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,17 +7,15 @@ Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -635,40 +633,36 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see +For more information on this, and how to apply and follow the GNU AGPL, see . - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file + Trademarks + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it +as required to describe our software, run your own server, for educational +purposes, but not for offering commercial goods, products, or services +without prior written permission. In other words, please ask. diff --git a/Makefile b/Makefile index 43f524b30..a84090df3 100644 --- a/Makefile +++ b/Makefile @@ -14,13 +14,29 @@ all: dep build dep: dep-tensorflow dep-js dep-go build: generate build-js build-go install: install-bin install-assets -test: reset-test-db test-js test-go -acceptance-all: start acceptance acceptance-firefox stop +test: test-js test-go +test-go: reset-test-db run-test-go +test-short: reset-test-db run-test-short +acceptance-all: acceptance-start acceptance-firefox acceptance-restart acceptance stop test-all: test acceptance-all fmt: fmt-js fmt-go upgrade: dep-upgrade-js dep-upgrade clean-local: clean-local-config clean-local-share clean-local-cache clean-install: clean-local dep build-js install-bin install-assets +acceptance-start: + go run cmd/photoprism/photoprism.go --public --database-driver sqlite --database-dsn ./storage/acceptance/index.db --import-path ./storage/acceptance/import --http-port=2343 --settings-path ./storage/acceptance/settings --originals-path ./storage/acceptance/originals --sidecar-hidden=false --sidecar-json=false --sidecar-yaml=false start -d +acceptance-restart: + go run cmd/photoprism/photoprism.go stop + cp -f storage/acceptance/backup.db storage/acceptance/index.db + cp -f storage/acceptance/settings/settingsBackup.yml storage/acceptance/settings/settings.yml + rm -rf storage/acceptance/originals/2010 + rm -rf storage/acceptance/originals/2013 + go run cmd/photoprism/photoprism.go --public --database-driver sqlite --database-dsn ./storage/acceptance/index.db --import-path ./storage/acceptance/import --http-port=2343 --settings-path ./storage/acceptance/settings --originals-path ./storage/acceptance/originals --sidecar-hidden=false --sidecar-json=false --sidecar-yaml=false start -d +acceptance-restore-db: + cp -f storage/acceptance/settings/settingsBackup.yml storage/acceptance/settings/settings.yml + cp -f storage/acceptance/backup.db storage/acceptance/index.db + rm -rf storage/acceptance/originals/2010 + rm -rf storage/acceptance/originals/2013 start: go run cmd/photoprism/photoprism.go start -d stop: @@ -36,20 +52,20 @@ install-bin: scripts/build.sh prod ~/.local/bin/$(BINARY_NAME) install-assets: $(info Installing assets) - mkdir -p ~/.config/photoprism - mkdir -p ~/.cache/photoprism + mkdir -p ~/.photoprism/storage/settings + mkdir -p ~/.photoprism/storage/cache + mkdir -p ~/.photoprism/storage + mkdir -p ~/.photoprism/assets mkdir -p ~/Pictures/Originals mkdir -p ~/Pictures/Import - mkdir -p ~/.local/share/photoprism/resources/database - cp -r assets/resources/static assets/resources/templates assets/resources/nasnet assets/resources/nsfw ~/.local/share/photoprism/resources - rsync -a -v --ignore-existing assets/config/*.yml ~/.config/photoprism - find ~/.local/share/photoprism -name '.*' -type f -delete -clean-local-share: - rm -rf ~/.local/share/photoprism + cp -r assets/static assets/templates assets/nasnet assets/nsfw ~/.photoprism/assets + find ~/.photoprism/assets -name '.*' -type f -delete +clean-local-assets: + rm -rf ~/.photoprism/assets/* clean-local-cache: - rm -rf ~/.cache/photoprism + rm -rf ~/.photoprism/storage/cache/* clean-local-config: - rm -f ~/.config/photoprism/* + rm -f ~/.photoprism/storage/settings/* dep-js: (cd frontend && npm install --silent) dep-go: @@ -62,14 +78,17 @@ dep-tensorflow: scripts/download-nasnet.sh scripts/download-nsfw.sh zip-nasnet: - (cd assets/resources && zip -r nasnet.zip nasnet -x "*/.*" -x "*/version.txt") + (cd assets && zip -r nasnet.zip nasnet -x "*/.*" -x "*/version.txt") zip-nsfw: - (cd assets/resources && zip -r nsfw.zip nsfw -x "*/.*" -x "*/version.txt") + (cd assets && zip -r nsfw.zip nsfw -x "*/.*" -x "*/version.txt") build-js: (cd frontend && env NODE_ENV=production npm run build) build-go: rm -f $(BINARY_NAME) scripts/build.sh debug $(BINARY_NAME) +build-race: + rm -f $(BINARY_NAME) + scripts/build.sh race $(BINARY_NAME) build-static: rm -f $(BINARY_NAME) scripts/build.sh static $(BINARY_NAME) @@ -86,13 +105,21 @@ test-js: (cd frontend && env NODE_ENV=development BABEL_ENV=test npm run test) acceptance: $(info Running JS acceptance tests in Chrome...) - (cd frontend && npm run acceptance) + (cd frontend && npm run acceptance && cd ..) acceptance-firefox: $(info Running JS acceptance tests in Firefox...) - (cd frontend && npm run acceptance-firefox) + (cd frontend && npm run acceptance-firefox && cd ..) +reset-photoprism-db: + $(info Purging photoprism database...) + mysql < scripts/reset-photoprism-db.sql reset-test-db: + $(info Purging test databases...) mysql < scripts/reset-test-db.sql -test-go: + find ./internal -type f -name '.test.*' -delete +run-test-short: + $(info Running short Go unit tests in parallel mode...) + $(GOTEST) -parallel 2 -count 1 -cpu 2 -short -timeout 5m ./pkg/... ./internal/... +run-test-go: $(info Running all Go unit tests...) $(GOTEST) -parallel 1 -count 1 -cpu 1 -tags slow -timeout 20m ./pkg/... ./internal/... test-parallel: @@ -101,9 +128,6 @@ test-parallel: test-verbose: $(info Running all Go unit tests in verbose mode...) $(GOTEST) -parallel 1 -count 1 -cpu 1 -tags slow -timeout 20m -v ./pkg/... ./internal/... -test-short: - $(info Running short Go unit tests in parallel mode...) - $(GOTEST) -parallel 2 -count 1 -cpu 2 -short -timeout 5m ./pkg/... ./internal/... test-race: $(info Running all Go unit tests with race detection in verbose mode...) $(GOTEST) -tags slow -race -timeout 60m -v ./pkg/... ./internal/... @@ -119,8 +143,9 @@ clean: rm -f $(BINARY_NAME) rm -f *.log rm -rf node_modules - rm -rf assets/testdata - rm -rf assets/backups + rm -rf storage/testdata + rm -rf storage/backups + rm -rf storage/cache rm -rf frontend/node_modules docker-development: scripts/docker-build.sh development $(DOCKER_TAG) diff --git a/NOTICE b/NOTICE index e71d9b5ba..48fd976c0 100644 --- a/NOTICE +++ b/NOTICE @@ -4,9 +4,9 @@ ================================================================================ -The following 3rd-party software packages may be used by or distributed with photoprism. This document was automatically generated by FOSSA on 2020-5-4; any information relevant to third-party vendors listed below are collected using common, reasonable means. +The following 3rd-party software packages may be used by or distributed with photoprism. This document was automatically generated by FOSSA on 2020-7-11; any information relevant to third-party vendors listed below are collected using common, reasonable means. -Revision ID: 0ff34b6f43c6e3443ce65044055c39194e8a3a6b +Revision ID: 4dceb74574f814ada169d193dc24e657d99b7a66 ================================================================================ @@ -16,1962 +16,1966 @@ Revision ID: 0ff34b6f43c6e3443ce65044055c39194e8a3a6b ================================================================================ ----------------- ----------------- -------------------------------- -------------------------------- - Package Version Declared License(s) Discovered License(s) + Package Version Declared License(s) Discovered License(s) ----------------- ----------------- -------------------------------- -------------------------------- - @babel/cli 7.8.4 - MIT - @babel/code- 7.8.3 - MIT - frame - @babel/compat- 7.9.6 - MIT - data - @babel/core 7.9.6 - MIT - @babel/ 7.9.6 - MIT - generator - @babel/helper- 7.8.3 - MIT - annotate-as- - pure - @babel/helper- 7.8.3 - MIT - builder-binary- - assignment- - operator- - visitor - @babel/helper- 7.9.6 - MIT - compilation- - targets - @babel/helper- 7.8.8 - MIT - create-regexp- - features-plugin - @babel/helper- 7.8.3 - MIT - define-map - @babel/helper- 7.8.3 - MIT - explode- - assignable- - expression - @babel/helper- 7.9.5 - MIT - function-name - @babel/helper- 7.8.3 - MIT - get-function- - arity - @babel/helper- 7.8.3 - MIT - hoist-variables - @babel/helper- 7.8.3 - MIT - member- - expression-to- - functions - @babel/helper- 7.8.3 - MIT - module-imports - @babel/helper- 7.9.0 - MIT - module- - transforms - @babel/helper- 7.8.3 - MIT - optimise-call- - expression - @babel/helper- 7.8.3 - MIT - plugin-utils - @babel/helper- 7.8.3 - MIT - regex - @babel/helper- 7.8.3 - MIT - remap-async-to- - generator - @babel/helper- 7.9.6 - MIT - replace-supers - @babel/helper- 7.8.3 - MIT - simple-access - @babel/helper- 7.8.3 - MIT - split-export- - declaration - @babel/helper- 7.9.5 - MIT - validator- - identifier - @babel/helper- 7.8.3 - MIT - wrap-function - @babel/helpers 7.9.6 - MIT - @babel/ 7.9.0 - MIT - highlight - @babel/parser 7.9.6 - MIT - @babel/plugin- 7.8.3 - MIT - proposal-async- - generator- - functions - @babel/plugin- 7.8.3 - MIT - proposal- - dynamic-import - @babel/plugin- 7.8.3 - MIT - proposal-json- - strings - @babel/plugin- 7.8.3 - MIT - proposal- - nullish- - coalescing- - operator - @babel/plugin- 7.8.3 - MIT - proposal- - numeric- - separator - @babel/plugin- 7.9.6 - MIT - proposal- - object-rest- - spread - @babel/plugin- 7.8.3 - MIT - proposal- - optional-catch- - binding - @babel/plugin- 7.9.0 - MIT - proposal- - optional- - chaining - @babel/plugin- 7.8.8 - MIT - proposal- - unicode- - property-regex - @babel/plugin- 7.8.4 - MIT - syntax-async- - generators - @babel/plugin- 7.8.3 - MIT - syntax-dynamic- - import - @babel/plugin- 7.8.3 - MIT - syntax-json- - strings - @babel/plugin- 7.8.3 - MIT - syntax-nullish- - coalescing- - operator - @babel/plugin- 7.8.3 - MIT - syntax-numeric- - separator - @babel/plugin- 7.8.3 - MIT - syntax-object- - rest-spread - @babel/plugin- 7.8.3 - MIT - syntax- - optional-catch- - binding - @babel/plugin- 7.8.3 - MIT - syntax- - optional- - chaining - @babel/plugin- 7.8.3 - MIT - syntax-top- - level-await - @babel/plugin- 7.8.3 - MIT - transform- - arrow-functions - @babel/plugin- 7.8.3 - MIT - transform- - async-to- - generator - @babel/plugin- 7.8.3 - MIT - transform- - block-scoped- - functions - @babel/plugin- 7.8.3 - MIT - transform- - block-scoping - @babel/plugin- 7.9.5 - MIT - transform- - classes - @babel/plugin- 7.8.3 - MIT - transform- - computed- - properties - @babel/plugin- 7.9.5 - MIT - transform- - destructuring - @babel/plugin- 7.8.3 - MIT - transform- - dotall-regex - @babel/plugin- 7.8.3 - MIT - transform- - duplicate-keys - @babel/plugin- 7.8.3 - MIT - transform- - exponentiation- - operator - @babel/plugin- 7.9.0 - MIT - transform-for- - of - @babel/plugin- 7.8.3 - MIT - transform- - function-name - @babel/plugin- 7.8.3 - MIT - transform- - literals - @babel/plugin- 7.8.3 - MIT - transform- - member- - expression- - literals - @babel/plugin- 7.9.6 - MIT - transform- - modules-amd - @babel/plugin- 7.9.6 - MIT - transform- - modules- - commonjs - @babel/plugin- 7.9.6 - MIT - transform- - modules- - systemjs - @babel/plugin- 7.9.0 - MIT - transform- - modules-umd - @babel/plugin- 7.8.3 - MIT - transform- - named- - capturing- - groups-regex - @babel/plugin- 7.8.3 - MIT - transform-new- - target - @babel/plugin- 7.8.3 - MIT - transform- - object-super - @babel/plugin- 7.9.5 - MIT - transform- - parameters - @babel/plugin- 7.8.3 - MIT - transform- - property- - literals - @babel/plugin- 7.8.7 - MIT - transform- - regenerator - @babel/plugin- 7.8.3 - MIT - transform- - reserved-words - @babel/plugin- 7.9.6 - MIT - transform- - runtime - @babel/plugin- 7.8.3 - MIT - transform- - shorthand- - properties - @babel/plugin- 7.8.3 - MIT - transform- - spread - @babel/plugin- 7.8.3 - MIT - transform- - sticky-regex - @babel/plugin- 7.8.3 - MIT - transform- - template- - literals - @babel/plugin- 7.8.4 - MIT - transform- - typeof-symbol - @babel/plugin- 7.8.3 - MIT - transform- - unicode-regex - @babel/polyfill 7.8.7 - MIT - @babel/preset- 7.9.6 - MIT - env - @babel/preset- 0.1.3 - MIT - modules - @babel/register 7.9.0 - MIT - @babel/runtime 7.9.6 - MIT - @babel/template 7.8.6 - MIT - @babel/traverse 7.9.6 - MIT - @babel/types 7.9.6 - MIT - @csstools/ 1.4.0 - CC0-1.0 - convert-colors - @fortawesome/ 5.13.0 - Multi-license: GPL-3.0-only - fontawesome- OR MIT - free - MIT - @istanbuljs/ 1.0.0 - MIT - ISC - load-nyc-config - @istanbuljs/ 0.1.2 - MIT - schema - @mapbox/ 0.5.0 - ISC - geojson-rewind - MIT - @mapbox/ 1.0.2 - MIT - ISC - geojson-types - @mapbox/ 2.0.2 - jsonlint-lines- - primitives - @mapbox/mapbox- 1.5.0 - Multi-license: BSD-2-Clause - gl-supported OR BSD-3-Clause - - BSD-3-Clause - @mapbox/point- 0.1.0 - ISC-possibility - geometry - MIT-style - @mapbox/tiny- 1.1.1 - BSD-2-Clause - BSD-3-Clause - sdf - Multi-license: BSD-2-Clause - OR BSD-3-Clause - @mapbox/ 0.0.0 - BSD - BSD-2-Clause - unitbezier - @mapbox/vector- 1.3.1 - BSD-3-Clause - tile - @mapbox/whoots- 3.1.0 - ISC - js - MIT - @sinonjs/ 1.7.2 - Multi-license: BSD-2-Clause - commons OR BSD-3-Clause - - BSD-3-Clause - @sinonjs/fake- 6.0.1 - BSD-3-Clause - MIT - timers - Multi-license: BSD-2-Clause - OR BSD-3-Clause - @sinonjs/ 5.0.1 - Multi-license: BSD-2-Clause - formatio OR BSD-3-Clause - - BSD-3-Clause - @sinonjs/samsam 5.0.3 - Multi-license: BSD-2-Clause - OR BSD-3-Clause - - BSD-3-Clause - @sinonjs/text- 0.7.1 - Multi-license: Apache-2.0 OR - Unlicense - encoding MIT - - Apache-2.0 - @types/anymatch 1.3.1 - MIT - @types/babel- 7.0.7 - MIT - types - @types/babylon 6.16.5 - MIT - @types/color- 1.1.1 - MIT - name - @types/events 3.0.0 - MIT - @types/glob 7.1.1 - MIT - @types/mime- 2.1.0 - MIT - types - @types/ 3.0.3 - MIT - minimatch - @types/node 13.11.0 - MIT - @types/q 1.5.2 - MIT - @types/source- 0.1.2 - MIT - list-map - @types/tapable 1.0.5 - MIT - @types/uglify- 3.9.0 - MIT - js - @types/webpack 4.41.12 - MIT - @types/webpack- 0.1.7 - MIT - sources - @vue/component- 2.6.0 - MIT - compiler-utils - @webassemblyjs/ 1.9.0 - MIT - ast - @webassemblyjs/ 1.9.0 - MIT - floating-point- - hex-parser - @webassemblyjs/ 1.9.0 - MIT - helper-api- - error - @webassemblyjs/ 1.9.0 - MIT - helper-buffer - @webassemblyjs/ 1.9.0 - MIT - helper-code- - frame - @webassemblyjs/ 1.9.0 - MIT - ISC - helper-fsm - @webassemblyjs/ 1.9.0 - MIT - helper-module- - context - @webassemblyjs/ 1.9.0 - MIT - helper-wasm- - bytecode - @webassemblyjs/ 1.9.0 - MIT - helper-wasm- - section - @webassemblyjs/ 1.9.0 - MIT - ieee754 - @webassemblyjs/ 1.9.0 - Apache-2.0 - leb128 - MIT - @webassemblyjs/ 1.9.0 - MIT - utf8 - @webassemblyjs/ 1.9.0 - MIT - wasm-edit - @webassemblyjs/ 1.9.0 - MIT - wasm-gen - @webassemblyjs/ 1.9.0 - MIT - wasm-opt - @webassemblyjs/ 1.9.0 - MIT - wasm-parser - @webassemblyjs/ 1.9.0 - MIT - wast-parser - @webassemblyjs/ 1.9.0 - MIT - wast-printer - @xtuc/ieee754 1.2.0 - BSD-3-Clause - - Multi-license: BSD-2-Clause - OR BSD-3-Clause - @xtuc/long 4.2.2 - Apache-2.0 - abbrev 1.1.1 - Multi-license: ISC OR MIT - accepts 1.3.7 - MIT - acorn 7.1.1 - MIT - acorn-bigint 0.3.1 - MIT - acorn-class- 0.3.2 - MIT - fields - acorn-dynamic- 4.0.0 - MIT - import - acorn-export- 0.1.0 - MIT - ns-from - acorn-globals 3.1.0 - MIT - acorn-import- 1.1.0 - MIT - meta - acorn-jsx 5.2.0 - MIT - acorn-private- 0.2.5 - MIT - class-elements - acorn-private- 0.3.1 - MIT - methods - acorn-stage3 2.0.0 - MIT - acorn-static- 0.2.1 - MIT - class-features - acorn-walk 7.1.1 - MIT - adjust- 2.0.0 - MIT - sourcemap- - loader - after 0.8.2 - MIT - agent-base 5.1.1 - MIT - ajv 6.12.2 - MIT - BSD-2-Clause - ajv-errors 1.0.1 - MIT - ajv-keywords 3.4.1 - MIT - align-text 0.1.4 - MIT - alphanum-sort 1.0.2 - MIT - ansi-colors 3.2.4 - MIT - ansi-escapes 4.3.1 - MIT - ansi-html 0.0.7 - Apache-2.0 - ansi-regex 5.0.0 - MIT - ansi-styles 4.2.1 - MIT - anymatch 3.1.1 - MIT - ISC - append- 1.0.0 - MIT - transform - aproba 1.2.0 - Multi-license: ISC OR MIT - are-we-there- 1.1.5 - Multi-license: ISC OR MIT - yet - argparse 1.0.10 - MIT - arity-n 1.0.4 - MIT - arr-diff 4.0.0 - MIT - arr-flatten 1.1.0 - MIT - arr-union 3.1.0 - MIT - array-flatten 1.1.1 - MIT - array-includes 3.1.1 - MIT - array-union 1.0.2 - MIT - array-uniq 1.0.3 - MIT - array-unique 0.3.2 - MIT - array. 1.2.3 - MIT - prototype.flat - arraybuffer. 0.0.7 - MIT - slice - asap 2.0.6 - MIT - asn1.js 4.10.1 - MIT - assert 1.5.0 - MIT - assertion-error 1.1.0 - MIT - assign-symbols 1.0.0 - MIT - astral-regex 1.0.0 - MIT - async 2.6.3 - MIT - async-each 1.0.3 - MIT - async-limiter 1.0.1 - MIT - atob 2.1.2 - Multi-license: Apache-2.0 OR - MIT - MIT - - CC-BY-3.0 - autoprefixer 9.7.6 - MIT - axios 0.19.2 - MIT - axios-mock- 1.18.1 - MIT - adapter - babel-code- 6.26.0 - MIT - frame - babel-core 6.26.3 - MIT - babel-eslint 10.1.0 - MIT - babel-generator 6.26.1 - MIT - babel-helpers 6.24.1 - MIT - babel-loader 8.1.0 - MIT - babel-messages 6.23.0 - MIT - babel-plugin- 2.3.3 - MIT - dynamic-import- - node - babel-plugin- 6.0.0 - Multi-license: BSD-2-Clause - istanbul OR BSD-3-Clause - - BSD-3-Clause - babel-register 6.26.0 - MIT - babel-runtime 6.26.0 - MIT - babel-template 6.26.0 - MIT - babel-traverse 6.26.0 - MIT - babel-types 6.26.0 - MIT - babylon 6.18.0 - MIT - Multi-license: BSD-2-Clause - OR MIT - backo2 1.0.2 - MIT - balanced-match 1.0.0 - MIT - base 0.11.2 - MIT - base64- 0.1.5 - MIT - arraybuffer - base64-js 1.3.1 - MIT - base64id 1.0.0 - MIT - better-assert 1.0.2 - MIT - bfj 6.1.2 - MIT - big.js 5.2.2 - MIT - binary- 2.0.0 - MIT - extensions - bindings 1.5.0 - MIT - blob 0.0.5 - MIT - bluebird 3.7.2 - MIT - bn.js 4.11.8 - MIT - body-parser 1.19.0 - MIT - boolbase 1.0.0 - ISC - brace-expansion 1.1.11 - MIT - braces 3.0.2 - MIT - brorand 1.1.0 - MIT - browser-stdout 1.3.1 - Multi-license: ISC OR MIT - browserify-aes 1.2.0 - MIT - browserify- 1.0.1 - MIT - cipher - browserify-des 1.0.2 - MIT - browserify-rsa 4.0.1 - MIT - browserify-sign 4.0.4 - Multi-license: ISC OR MIT - ISC - browserify-zlib 0.2.0 - Multi-license: MIT OR Zlib - MIT - browserslist 4.12.0 - MIT - buffer 4.9.2 - MIT - buffer-crc32 0.2.13 - Multi-license: MIT OR - Multi-license: MIT OR X11 - https://github.com/ - brianloveswords/buffer-crc32/ - raw/master/LICENSE - buffer-from 1.1.1 - MIT - buffer-xor 1.0.3 - MIT - builtin-status- 3.0.0 - MIT - codes - buntis 0.2.1 - ISC - - MIT - bytes 3.1.0 - MIT - cacache 12.0.4 - ISC - - MIT - cache-base 1.0.1 - MIT - caller-callsite 2.0.0 - MIT - caller-path 2.0.0 - MIT - callsite 1.0.0 - MIT - callsites 3.1.0 - MIT - camel-case 3.0.0 - MIT - camelcase 5.3.1 - MIT - caniuse-api 3.0.0 - MIT - caniuse-lite 1.0.30001045 - CC-BY-4.0 - center-align 0.1.3 - MIT - chai 4.2.0 - MIT - chalk 4.0.0 - MIT - character- 2.2.0 - MIT - parser - chardet 0.7.0 - MIT - charenc 0.0.2 - BSD-3-Clause - chart.js 2.9.3 - MIT - chartjs-color 2.4.1 - MIT - chartjs-color- 0.6.0 - MIT - string - check-error 1.0.2 - MIT - check-types 8.0.3 - MIT - cheerio 1.0.0-rc.3 - MIT - chokidar 3.4.0 - MIT - chownr 1.1.3 - MIT - ISC - chrome-finder 1.0.7 - ISC - chrome-trace- 1.0.2 - MIT - event - cipher-base 1.0.4 - MIT - class-utils 0.3.6 - MIT - clean-css 4.2.3 - MIT - clean-webpack- 3.0.0 - MIT - plugin - cli 464c8688165e18e - MIT - ISC - 926747178814a22 - e880028ef9 - cli-cursor 3.1.0 - MIT - cli-spinners 2.2.0 - MIT - cli-width 2.2.1 - MIT - ISC - client_golang 6edbbd9e560190e - Apache-2.0 - Multi-license: Apache-2.0 OR - 318cdc5b4d3e630 BSD-3-Clause - b442858380 - cliui 6.0.0 - ISC - - MIT - clone 1.0.4 - MIT - clone-deep 4.0.1 - MIT - coa 2.0.2 - MIT - coalescy 1.0.0 - MIT - code-point-at 1.1.0 - MIT - collection- 1.0.0 - MIT - visit - color 3.1.2 - MIT - color-convert 2.0.1 - MIT - color-name 1.1.4 - MIT - color-string 1.5.3 - MIT - colors 1.4.0 - MIT - commander 4.1.0 - MIT - commondir 1.0.1 - MIT - compare- 3.6.0 - MIT - versions - component-bind 1.0.0 - MIT - component- 1.3.0 - MIT - emitter - component- 0.0.3 - MIT - inherit - compose- 3.0.3 - MIT - function - concat-map 0.0.1 - MIT - concat-stream 2.0.0 - MIT - connect 3.7.0 - MIT - connect- 1.6.0 - MIT - history-api- - fallback - console- 1.2.0 - MIT - browserify - Multi-license: MIT OR - http://github.com/browserify/ - console-browserify/raw/master/ - LICENSE - console- 1.1.0 - Multi-license: ISC OR MIT - control-strings - consolidate 0.15.1 - MIT - constantinople 3.1.2 - MIT - constants- 1.0.0 - MIT - browserify - contains-path 0.1.0 - MIT - content- 0.5.3 - MIT - disposition - content-type 1.0.4 - MIT - convert-source- 1.7.0 - MIT - map - cookie 0.4.0 - MIT - cookie- 1.0.6 - MIT - signature - copy- 1.0.5 - Multi-license: ISC OR MIT - concurrently - copy-descriptor 0.1.1 - MIT - copy-webpack- 5.1.1 - MIT - plugin - core-js 3.6.5 - MIT - core-js-compat 3.6.5 - MIT - core-util-is 1.0.2 - MIT - cosmiconfig 5.2.1 - MIT - create-ecdh 4.0.3 - MIT - create-hash 1.2.0 - MIT - BSD-3-Clause - create-hmac 1.1.7 - MIT - cross-env 7.0.2 - MIT - cross-spawn 7.0.1 - MIT - crypt 0.0.2 - BSD-3-Clause - crypto 4b2356b1ed79e6b - BSD-3-Clause - Multi-license: BSD-3-Clause - e3deca3737a3db3 OR public-domain - d132d2847a - Multi-license: BSD-3-Clause - OR MIT - - Multi-license: BSD-3-Clause - OR OpenSSL - crypto- 3.12.0 - MIT - browserify - crypto-random- 3.2.0 - MIT - string - css 2.2.4 - MIT - css-blank- 0.1.4 - CC0-1.0 - pseudo - css-color-names 0.0.4 - MIT - css- 4.0.1 - MIT - declaration- - sorter - css-has-pseudo 0.10.0 - CC0-1.0 - css-loader 2.1.1 - MIT - css-prefers- 3.1.1 - CC0-1.0 - color-scheme - css-select 2.1.0 - BSD-2-Clause - BSD-3-Clause - css-select- 0.1.1 - MIT - base-adapter - css-tree 1.0.0-alpha.39 - MIT - BSD-3-Clause - css-what 3.2.1 - BSD-2-Clause - BSD-3-Clause - csscolorparser 1.0.3 - MIT - cssdb 4.4.0 - CC0-1.0 - cssesc 3.0.0 - MIT - cssnano 4.1.10 - MIT - cssnano-preset- 4.0.7 - MIT - default - cssnano-util- 4.0.0 - MIT - get-arguments - cssnano-util- 4.0.0 - MIT - get-match - cssnano-util- 4.0.1 - MIT - raw-cache - cssnano-util- 4.0.1 - MIT - same-parent - csso 4.0.3 - MIT - BSD-3-Clause - cuint 0.2.2 - MIT - custom-event 1.0.1 - MIT - cyclist 1.0.1 - MIT - d 1.0.1 - MIT - ISC - date-format 2.1.0 - MIT - dateparse d820a6159ab1e96 - MIT - 1778690fea99523 - 1df707ba0d - de-indent 1.0.2 - MIT - debug 4.1.1 - MIT - decamelize 1.2.0 - MIT - decode-uri- 0.2.0 - MIT - component - deep-eql 3.0.1 - MIT - deep-extend 0.6.0 - Multi-license: MIT OR - MIT - https://raw.githubusercontent. - com/unclechu/node-deep-extend/ - master/LICENSE - deep-is 0.1.3 - Multi-license: MIT OR - MIT - https://github.com/thlorenz/ - deep-is/blob/master/LICENSE - deepcopier 45decc6639b6347 - MIT - 74af79cefff24e6 - b9670f5847 - default- 2.0.0 - MIT - require- - extensions - defaults 1.0.3 - MIT - define- 1.1.3 - MIT - properties - define-property 2.0.2 - MIT - del 4.1.1 - MIT - delegates 1.0.0 - MIT - depd 1.1.2 - MIT - des.js 1.0.1 - MIT - destroy 1.0.4 - MIT - detect-file 1.0.0 - MIT - detect-indent 4.0.0 - MIT - detect-libc 1.0.3 - Apache-2.0 - di 0.0.1 - MIT - diacritics 1.3.0 - MIT - diff 4.0.2 - Multi-license: BSD-2-Clause - OR BSD-3-Clause - - BSD-3-Clause - diffie-hellman 5.0.3 - MIT - dir-glob 2.2.2 - MIT - doctrine 3.0.0 - Apache-2.0 - Multi-license: Apache-2.0 OR - - BSD-2-Clause BSD-2-Clause - doctypes 1.1.0 - MIT - dom-converter 0.2.0 - MIT - dom-serialize 2.2.1 - MIT - dom-serializer 0.2.2 - MIT - domain-browser 1.2.0 - MIT - domelementtype 2.0.1 - BSD-2-Clause - BSD-3-Clause - domhandler 3.0.0 - BSD-2-Clause - BSD-3-Clause - domutils 2.0.0 - BSD-2-Clause - BSD-3-Clause - dot-prop 4.2.0 - MIT - duplexer 0.1.1 - Multi-license: MIT OR - MIT - UPL-1.0 - duplexify 3.7.1 - MIT - earcut 2.2.2 - MIT - ISC - easygettext 2.12.0 - MIT - ee-first 1.1.1 - MIT - ejs 2.7.4 - Apache-2.0 - Multi-license: Apache-2.0 OR - MIT - electron-to- 1.3.414 - MIT - ISC - chromium - elliptic 6.5.2 - MIT - emoji-regex 8.0.0 - MIT - emojis-list 3.0.0 - MIT - encodeurl 1.0.2 - MIT - end-of-stream 1.4.4 - MIT - engine.io 3.2.1 - MIT - engine.io- 3.2.1 - MIT - client - engine.io- 2.1.3 - MIT - parser - enhanced- 4.1.1 - MIT - resolve - ent 2.2.0 - MIT - entities 2.0.0 - BSD-2-Clause - BSD-3-Clause - errno 0.1.7 - MIT - error-ex 1.3.2 - MIT - error-stack- 2.0.6 - MIT - parser - errors 614d223910a179a - BSD-2-Clause - BSD-3-Clause - 466c1767a985424 - 175c39b465 - errors 95897b64e011c18 - BSD-2-Clause - BSD-3-Clause - f05b4daac8ff309 - 8a6d80c57e - es-abstract 1.17.5 - MIT - es-to-primitive 1.2.1 - MIT - es5-ext 0.10.53 - ISC - Multi-license: GPL-3.0-only - - MIT OR MIT - es6-iterator 2.0.3 - MIT - es6-symbol 3.1.3 - MIT - ISC - escape-html 1.0.3 - MIT - escape-string- 1.0.5 - MIT - regexp - eslint 6.8.0 - MIT - eslint-config- 14.1.1 - MIT - standard - eslint- 3.0.1 - MIT - formatter- - pretty - eslint- 4.0.1 - MIT - friendly- - formatter - eslint-import- 0.3.3 - MIT - resolver-node - eslint-loader 3.0.4 - MIT - eslint-module- 2.6.0 - MIT - utils - eslint-plugin- 3.0.0 - MIT - es - eslint-plugin- 6.0.2 - MIT - ISC - html - eslint-plugin- 2.20.2 - MIT - import - eslint-plugin- 11.1.0 - MIT - node - eslint-plugin- 4.2.1 - ISC - promise - eslint-plugin- 4.0.1 - MIT - standard - eslint-rule- 1.1.187 - MIT - docs - eslint-scope 5.0.0 - BSD-3-Clause - - BSD-2-Clause - eslint-utils 2.0.0 - MIT - eslint-visitor- 1.1.0 - Apache-2.0 - keys - espree 6.2.1 - BSD-3-Clause - MIT - - BSD-2-Clause - esprima 4.0.1 - BSD-2-Clause - - BSD-3-Clause - esquery 1.3.1 - BSD-3-Clause - BSD-2-Clause - esrecurse 4.2.1 - BSD-3-Clause - BSD-2-Clause - estraverse 5.1.0 - BSD-2-Clause - - BSD-3-Clause - estree-walker 2.0.1 - MIT - esutils 2.0.3 - BSD-3-Clause - - BSD-2-Clause - etag 1.8.1 - MIT - eventemitter3 4.0.0 - MIT - events 3.1.0 - MIT - eventsource- 0.9.6 - MIT - polyfill - evp_bytestokey 1.0.3 - MIT - execa 1.0.0 - MIT - expand-brackets 2.1.4 - MIT - expand-tilde 2.0.2 - MIT - express 4.17.1 - MIT - ext 1.4.0 - MIT - ISC - extend 3.0.2 - MIT - extend-shallow 3.0.2 - MIT - external-editor 3.1.0 - MIT - extglob 2.0.4 - MIT - extract-zip 1.7.0 - BSD-2-Clause - BSD-3-Clause - fast-deep-equal 3.1.1 - MIT - fast-json- 2.1.0 - MIT - stable- - stringify - fast- 2.0.6 - MIT - levenshtein - fd-slicer 1.1.0 - MIT - figgy-pudding 3.5.2 - ISC - - MIT - figures 3.2.0 - MIT - file-entry- 5.0.1 - MIT - cache - file-loader 6.0.0 - MIT - file-uri-to- 1.0.0 - MIT - path - fileset 2.0.3 - MIT - filesize 3.6.1 - BSD-3-Clause - fill-range 7.0.1 - MIT - finalhandler 1.1.2 - MIT - find-cache-dir 2.1.0 - MIT - find-up 4.1.0 - MIT - findup-sync 3.0.0 - MIT - flat 4.1.0 - Multi-license: BSD-2-Clause - OR BSD-3-Clause - - BSD-3-Clause - flat-cache 2.0.1 - MIT - flatted 2.0.2 - ISC - - MIT - flatten 1.0.2 - MIT - Multi-license: MIT OR X11 - flow-remove- 1.2.3 - BSD-3-Clause - types - flush-write- 1.1.1 - MIT - stream - follow- 1.5.10 - MIT - redirects - for-in 1.0.2 - MIT - forwarded 0.1.2 - MIT - fragment-cache 0.2.1 - MIT - fresh 0.5.2 - MIT - friendly- 1.7.0 - MIT - errors-webpack- - plugin - from2 2.3.0 - MIT - fs-extra 8.1.0 - MIT - fs-minipass 2.1.0 - MIT - ISC - fs-readdir- 1.1.0 - MIT - recursive - fs-write- 1.0.10 - Multi-license: ISC OR MIT - stream-atomic - fs.realpath 1.0.0 - Multi-license: ISC OR MIT - MIT - fsevents 2.1.3 - MIT - function-bind 1.1.1 - MIT - functional-red- 1.0.1 - MIT - black-tree - gauge 2.7.4 - Multi-license: ISC OR MIT - gensync 1.0.0-beta.1 - MIT - geo 673a6f80352d38c - Apache-2.0 - 1ea2f05c915a659 - 938872212f - geocache 521b336a001c64d - MIT - 0023c4289f6b07f - 619226562e - geojson-vt 3.2.1 - MIT - ISC - get-caller-file 2.0.5 - ISC - - MIT - get-func-name 2.0.0 - MIT - MIT - get-stream 4.1.0 - MIT - get-value 2.0.6 - MIT - gin abc4fa07189cb1f - MIT - BSD-3-Clause - 2ed23ec0d3aeac0 - d34d6348ff - gjson f042915ca17de35 - MIT - 980544c91ab2c8c - eb73b682f2 - gl-matrix 3.3.0 - MIT - glob 7.1.6 - Multi-license: CC-BY-4.0 OR - ISC - MIT - CC-BY-4.0 - glob-parent 5.1.1 - MIT - ISC - global-modules 2.0.0 - MIT - global-prefix 3.0.0 - MIT - globals 9.18.0 - MIT - globby 7.1.1 - MIT - go e369490fb7db5f2 - BSD-3-Clause - Multi-license: BSD-3-Clause - d42bb0e8ee19b48 OR GPL-2.0 - 378dee0ebf - Public-domain - go-cache 46f407853014144 - MIT - 407b6c2ec7ccc76 - bf67958d93 - go-colorful fadcb7c7fa1e478 - MIT - 44a23f5ebea9521 - 9172166a56 - go-daemon bf839693b97cb19 - MIT - a587b25649bbcb5 - 9ee16bdb2f - go-exif 3e77768f3580c0c - MIT - f0aa5bcb4790ca9 - b8ba93431d - go-jpeg-image- 6a4a98e0d94bd0a - MIT - structure b539109d6d9f95c - 08a1cf0d75 - go-png-image- 95308446cacca27 - MIT - structure 960d3bf985169b6 - 60153fa03d - go-tz.v2 4829d8ecacbd084 - MIT - Multi-license: MIT OR - 292a5be78a6736d ODbL-1.0 - 91826ff3bb - ODbL-1.0 - go.geojson a5c451da2d9c67c - MIT - 590ae6be92565b6 - 7698286a1a - go.uuid b2ce2384e17bbe0 - MIT - c6d34077efa39db - ab3e09123b - godirwalk 99bb3743ba1bdd1 - BSD-2-Clause - 93cd193bcc0aece - d2dd577c4d - gorm 7ea143b5484fe28 - MIT - 148d5c73cfd43b2 - 6e8a89c94e - gowebdav 9380631c29a171f - BSD-3-Clause - c5f0b42e9024b93 - 4dec3f5527 - graceful-fs 4.2.3 - MIT - ISC - grid-index 1.1.0 - MIT - ISC - growl 1.10.5 - MIT - gzip-size 5.1.1 - MIT - has 1.0.3 - MIT - has-ansi 2.0.0 - MIT - has-binary2 1.0.3 - MIT - has-cors 1.1.0 - MIT - has-flag 4.0.0 - MIT - has-symbols 1.0.1 - MIT - has-unicode 2.0.1 - Multi-license: ISC OR MIT - has-value 1.0.0 - MIT - has-values 1.0.0 - MIT - hash-base 3.0.4 - MIT - hash-sum 1.0.2 - MIT - hash.js 1.1.7 - MIT - Apache-2.0 - he 1.2.0 - MIT - hex-color-regex 1.1.0 - MIT - hmac-drbg 1.0.1 - MIT - home-or-tmp 2.0.0 - MIT - homedir- 1.0.3 - MIT - polyfill - hoopy 0.1.4 - MIT - hosted-git-info 2.8.8 - MIT - ISC - hsl-regex 1.0.0 - MIT - hsla-regex 1.0.0 - MIT - html-comment- 1.1.2 - MIT - regex - html-entities 1.3.1 - MIT - html-escaper 2.0.0 - MIT - html-minifier 3.5.21 - MIT - MPL-2.0 - html-webpack- 3.2.0 - MIT - plugin - htmlparser2 4.1.0 - MIT - http-errors 1.7.3 - MIT - http-proxy 1.18.0 - MIT - http-proxy- 0.19.1 - MIT - middleware - https- 1.0.0 - MIT - browserify - https-proxy- 4.0.0 - MIT - agent - hub 5d3f1021eab7fda - Apache-2.0 - b9d6006ff995144 - e7268ca9ed - i18n-iso- 5.2.0 - MIT - countries - iconv-lite 0.4.24 - MIT - icss-replace- 1.1.0 - ISC - symbols - icss-utils 4.1.0 - MIT - - ISC - ieee754 1.1.13 - BSD-3-Clause - - Multi-license: BSD-2-Clause - OR BSD-3-Clause - iferr 0.1.5 - MIT - ignore 5.1.4 - MIT - ignore-walk 3.0.3 - MIT - ISC - imaging 879073f2332fabf - MIT - 5a5faa93986ed41 - 598dcf0b62 - import-cwd 2.1.0 - MIT - import-fresh 3.2.1 - MIT - import-from 2.1.0 - MIT - import-local 2.0.0 - MIT - imurmurhash 0.1.4 - MIT - indexes-of 1.0.1 - MIT - indexof 0.0.1 - MIT - infer-owner 1.0.4 - MIT - ISC - inflight 1.0.6 - Multi-license: ISC OR MIT - inherits 2.0.4 - MIT - ISC - ini 1.3.5 - Multi-license: ISC OR MIT - inject-loader 4.0.1 - MIT - inquirer 7.1.0 - MIT - interpret 1.2.0 - MIT - invariant 2.2.4 - Multi-license: BSD-3-Clause - OR MIT - invert-kv 2.0.0 - MIT - ipaddr.js 1.9.1 - MIT - irregular- 2.0.0 - MIT - plurals - is-absolute-url 2.1.0 - MIT-possibility - is-accessor- 1.0.0 - MIT - descriptor - is-arrayish 0.3.2 - MIT - is-binary-path 2.1.0 - MIT - is-buffer 2.0.4 - MIT - is-callable 1.1.5 - MIT - is-color-stop 1.1.0 - MIT - is-data- 1.0.0 - MIT - descriptor - is-date-object 1.0.2 - MIT - is-descriptor 1.0.2 - MIT - is-directory 0.3.1 - MIT - is-expression 3.0.0 - MIT-possibility - is-extendable 1.0.1 - MIT - is-extglob 2.1.1 - MIT - is-finite 1.0.2 - MIT - is-fullwidth- 3.0.0 - MIT - code-point - is-glob 4.0.1 - MIT - is-number 7.0.0 - MIT - is-obj 1.0.1 - MIT-possibility - is-path-cwd 2.2.0 - MIT - is-path-in-cwd 2.1.0 - MIT - is-path-inside 2.1.0 - MIT - is-plain-obj 1.1.0 - MIT-possibility - is-plain-object 2.0.4 - MIT - is-promise 2.1.0 - MIT-possibility - is-regex 1.0.5 - MIT - is-resolvable 1.1.0 - Multi-license: ISC OR MIT - is-stream 1.1.0 - MIT-possibility - is-string 1.0.5 - MIT - is-svg 3.0.0 - MIT - is-symbol 1.0.3 - MIT - is-windows 1.0.2 - MIT - is-wsl 1.1.0 - MIT-possibility - isarray 2.0.1 - MIT-possibility - isbinaryfile 4.0.6 - MIT - isexe 2.0.0 - ISC-possibility - - MIT-style - isobject 3.0.1 - MIT - istanbul-api 2.1.6 - BSD-3-Clause - - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul-lib- 3.0.0 - BSD-3-Clause - coverage - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul-lib- 2.0.7 - BSD-3-Clause - hook - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul-lib- 4.0.0 - BSD-3-Clause - instrument - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul-lib- 2.0.8 - BSD-3-Clause - report - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul-lib- 3.0.6 - BSD-3-Clause - source-maps - Multi-license: BSD-2-Clause - OR BSD-3-Clause - istanbul- 2.2.7 - BSD-3-Clause - reports - Multi-license: BSD-2-Clause - OR BSD-3-Clause - js-stringify 1.0.2 - MIT-possibility - js-tokens 4.0.0 - MIT - js-yaml 3.13.1 - MIT - jsesc 2.5.2 - MIT - json-parse- 1.0.2 - MIT - better-errors - json-schema- 0.4.1 - MIT - traverse - json-stable- 1.0.1 - Multi-license: MIT OR - MIT - stringify- Public-domain - without-jsonify - json5 2.1.3 - MIT - jsonfile 4.0.0 - MIT - jstransformer 1.0.0 - MIT-possibility - just-extend 4.1.0 - MIT - karma 5.0.4 - MIT - karma-chrome- 3.1.0 - MIT - launcher - karma-coverage- 2.1.1 - MIT - istanbul- - reporter - karma-htmlfile- 0.3.8 - MIT - reporter - karma-mocha 2.0.1 - MIT - karma-verbose- 0.0.6 - MIT - reporter - karma-webpack 4.0.2 - MIT - kdbush 3.0.0 - MIT - ISC - kind-of 6.0.3 - MIT - last-call- 3.0.0 - MIT - webpack-plugin - lazy-cache 1.0.4 - MIT - lcid 2.0.0 - MIT - leven 3.1.0 - MIT - levenary 1.1.1 - MIT - levn 0.3.0 - MIT - load-json-file 2.0.0 - MIT-possibility - loader-fs-cache 1.0.3 - MIT - loader-runner 2.4.0 - MIT - loader-utils 2.0.0 - MIT - locate-path 5.0.0 - MIT - lodash 4.17.15 - MIT - lodash._ 3.0.0 - MIT-style - reinterpolate - lodash.get 4.4.2 - MIT - MIT - lodash.memoize 4.1.2 - MIT-style - lodash.template 4.5.0 - MIT - lodash. 4.2.0 - MIT - templatesetting - s - lodash.uniq 4.5.0 - MIT-style - log-symbols 3.0.0 - MIT - log4js 4.5.1 - Apache-2.0 - logrus 60c74ad9be0d874 - MIT - af0ab0daef6ab07 - c5c5911f0d - longest 1.0.1 - - https://github.com/ - jonschlinkert/longest/blob/ - master/LICENSE - - MIT - loose-envify 1.4.0 - MIT - lower-case 1.1.4 - MIT-possibility - lru-cache 5.1.1 - MIT - ISC - luxon 1.23.0 - MIT - make-dir 2.1.0 - MIT - map-age-cleaner 0.1.3 - MIT - map-cache 0.2.2 - MIT-style - map-visit 1.0.0 - MIT - mapbox-gl 1.10.0 - Multi-license: BSD-3-Clause - BSD-3-Clause - OR MIT - Multi-license: BSD-2-Clause - - Multi-license: ISC OR OR MIT - See-file - material- 5.0.1 - Apache-2.0 - design-icons- - iconfont - md5 2.2.1 - BSD-3-Clause - md5.js 1.3.5 - MIT - mdn-data 2.0.6 - CC0-1.0 - media-typer 0.3.0 - MIT - mem 4.3.0 - MIT - memory-fs 0.5.0 - MIT - merge- 1.0.1 - MIT-possibility - descriptors - merge-source- 1.1.0 - MIT - map - methods 1.1.2 - MIT - micromatch 3.1.10 - MIT - miller-rabin 4.0.1 - MIT - mime 2.4.4 - MIT - mime-db 1.43.0 - MIT - Multi-license: Apache-2.0 OR - CPL-1.0 OR MIT-CMU OR SPL-1.0 - mime-types 2.1.26 - MIT - mimic-fn 2.1.0 - MIT - mini-css- 0.7.0 - MIT - extract-plugin - minimalistic- 1.0.1 - Multi-license: ISC OR MIT - assert - minimalistic- 1.0.1 - MIT - crypto-utils - minimatch 3.0.4 - Multi-license: ISC OR MIT - minimist 1.2.5 - MIT - minipass 3.1.1 - MIT - ISC - minizlib 2.1.0 - MIT - mississippi 3.0.0 - BSD-3-Clause - BSD-2-Clause - mixin-deep 1.3.2 - MIT - mkdirp 0.5.5 - MIT - mocha 6.2.3 - MIT - Multi-license: BSD-3-Clause - OR MIT - moment 2.24.0 - MIT - moment-timezone 0.5.28 - MIT - move- 1.0.1 - ISC-possibility - concurrently - MIT-style - ms 2.1.2 - MIT - murmurhash-js 1.0.0 - MIT-possibility - mute-stream 0.0.8 - MIT - ISC - nan 2.14.0 - MIT - nanomatch 1.2.13 - MIT - natural-compare 1.4.0 - MIT - needle 2.4.0 - MIT - negotiator 0.6.2 - MIT - neo-async 2.6.1 - MIT - net ff2c4b7c35a07b0 - BSD-3-Clause - Multi-license: BSD-3-Clause - c1e90ce72aa7bfe OR CC-BY-3.0 - 41bb66a3cb - next-tick 1.0.0 - MIT - nice-try 1.0.5 - MIT - nise 4.0.3 - Multi-license: BSD-2-Clause - Multi-license: MIT OR - OR BSD-3-Clause Unlicense - - BSD-3-Clause - no-case 2.3.2 - MIT - node- 1.0.5 - Apache-2.0 - environment- - flags - node-libs- 2.2.1 - MIT - browser - node-modules- 1.0.0 - MIT-possibility - regexp - node-pre-gyp 0.14.0 - BSD-3-Clause - - Multi-license: BSD-2-Clause - OR BSD-3-Clause - node-releases 1.1.53 - MIT - nopt 4.0.1 - ISC-possibility - - MIT-style - normalize- 2.5.0 - BSD-2-Clause - BSD-3-Clause - package-data - MIT - normalize-path 3.0.0 - MIT - normalize-range 0.1.2 - MIT-possibility - normalize-url 3.3.0 - MIT - npm-bundled 1.1.1 - MIT - ISC - npm-normalize- 1.0.1 - MIT - ISC - package-bin - npm-packlist 1.4.7 - MIT - ISC - npm-run-path 2.0.2 - MIT-possibility - npmlog 4.1.2 - ISC-possibility - - MIT-style - nth-check 1.0.2 - BSD-2-Clause - BSD-3-Clause - num2fraction 1.2.2 - MIT - number-is-nan 1.0.1 - MIT - object-assign 4.1.1 - MIT - object- 0.0.3 - MIT-possibility - component - object-copy 0.1.0 - MIT - object-hash 2.0.3 - MIT - object-inspect 1.7.0 - MIT - object-keys 1.1.1 - MIT - object-path 0.11.4 - MIT-possibility - object-visit 1.0.1 - MIT - object.assign 4.1.0 - MIT - object. 2.1.0 - MIT - getownpropertyd - escriptors - object.pick 1.3.0 - MIT - object.values 1.1.1 - MIT - on-finished 2.3.0 - MIT - once 1.4.0 - Multi-license: ISC OR MIT - onetime 5.1.0 - MIT - open-location- a6eb95b4d2f934e - Apache-2.0 - public-domain - code 94dae4f092260ca - f7f3db7967 - opener 1.5.1 - Multi-license: MIT OR WTFPL - - MIT - opentracing-go 9b906502e23c426 - Apache-2.0 - fb1483e9783e7f4 - 6b06d19940 - optimize-css- 5.0.3 - MIT - assets-webpack- - plugin - optionator 0.8.3 - MIT - ora 3.4.0 - MIT - os-browserify 0.3.0 - MIT - os-homedir 1.0.2 - MIT-possibility - os-locale 3.1.0 - MIT - os-tmpdir 1.0.2 - MIT - osenv 0.1.5 - Multi-license: ISC OR MIT - p-defer 1.0.0 - MIT-possibility - p-finally 1.0.0 - MIT-possibility - p-is-promise 2.1.0 - MIT - p-limit 2.3.0 - MIT - p-locate 4.1.0 - MIT - p-map 2.1.0 - MIT - p-try 2.2.0 - MIT - pako 1.0.11 - MIT - Zlib - parallel- 1.2.0 - MIT - transform - param-case 2.1.1 - MIT-possibility - parent-module 1.0.1 - MIT - parse-asn1 5.1.5 - MIT - ISC - parse-json 4.0.0 - MIT - parse-passwd 1.0.0 - MIT - parse5 3.0.3 - MIT - parseqs 0.0.5 - MIT - parser a1bca4f6cf2a819 - Apache-2.0 - Multi-license: Apache-2.0 OR - 330a3d6c33d0357 BSD-3-Clause - 1ddcaf942f - parseuri 0.0.5 - MIT - parseurl 1.3.3 - MIT - pascalcase 0.1.1 - MIT - path-browserify 0.0.1 - MIT - path-dirname 1.0.2 - MIT - path-exists 4.0.0 - MIT - path-is- 1.0.1 - MIT - absolute - path-is-inside 1.0.2 - MIT - - WTFPL - path-key 3.1.1 - MIT - path-parse 1.0.6 - MIT - path-to-regexp 1.8.0 - MIT - path-type 3.0.0 - MIT - pathval 1.1.0 - MIT - pbf 3.2.1 - Multi-license: BSD-2-Clause - MIT - OR BSD-3-Clause - - BSD-3-Clause - pbkdf2 3.0.17 - MIT - pd 5a8ccb5b53e0a04 - Apache-2.0 - 8146c019bfb48fd - 99c696cc6c - pend 1.2.0 - MIT - photoswipe 4.1.3 - MIT - picomatch 2.2.2 - MIT - pify 4.0.1 - MIT - pinkie 2.0.4 - MIT - pinkie-promise 2.0.1 - MIT - pirates 4.0.1 - MIT - pkg-dir 3.0.0 - MIT - pkg-up 2.0.0 - MIT-possibility - plur 3.1.1 - MIT - pluralize 8.0.0 - MIT - pofile 1.1.0 - MIT - posix- 0.1.1 - MIT - CC-BY - character- - classes - postcss 7.0.27 - MIT - postcss- 4.0.2 - MIT - attribute-case- - insensitive - postcss- 0.6.0 - MIT - browser- - reporter - postcss-calc 7.0.2 - MIT - postcss-color- 2.0.1 - CC0-1.0 - functional- - notation - postcss-color- 5.0.0 - Multi-license: ISC OR MIT - gray - MIT - postcss-color- 5.0.3 - MIT - hex-alpha - postcss-color- 3.0.3 - CC0-1.0 - mod-function - postcss-color- 4.0.1 - MIT - rebeccapurple - postcss- 4.0.3 - MIT - colormin - postcss- 4.0.1 - MIT - convert-values - postcss-custom- 7.0.8 - MIT - media - postcss-custom- 8.0.11 - MIT - properties - postcss-custom- 5.1.2 - MIT - selectors - postcss-dir- 5.0.0 - CC0-1.0 - pseudo-class - postcss- 4.0.2 - MIT - discard- - comments - postcss- 4.0.2 - MIT - discard- - duplicates - postcss- 4.0.1 - MIT - discard-empty - postcss- 4.0.1 - MIT - discard- - overridden - postcss-double- 1.0.0 - CC0-1.0 - position- - gradients - postcss-env- 2.0.2 - CC0-1.0 - function - postcss-focus- 4.0.0 - CC0-1.0 - visible - postcss-focus- 3.0.0 - CC0-1.0 - within - postcss-font- 4.0.0 - MIT - variant - postcss-gap- 2.0.0 - CC0-1.0 - properties - postcss-image- 3.0.1 - CC0-1.0 - set-function - postcss-import 12.0.1 - MIT - postcss-initial 3.0.2 - MIT - postcss-lab- 2.0.1 - CC0-1.0 - function - postcss-load- 2.1.0 - MIT - config - postcss-load- 1.2.0 - MIT-possibility - options - postcss-load- 2.3.0 - MIT-possibility - plugins - postcss-loader 3.0.0 - MIT - postcss-logical 3.0.0 - CC0-1.0 - postcss-media- 4.0.0 - MIT - minmax - postcss-merge- 4.0.11 - MIT - longhand - postcss-merge- 4.0.3 - MIT - rules - postcss-minify- 4.0.2 - MIT - font-values - postcss-minify- 4.0.2 - MIT - gradients - postcss-minify- 4.0.2 - MIT - params - postcss-minify- 4.0.2 - MIT - selectors - postcss- 2.0.0 - MIT - ISC - modules- - extract-imports - postcss- 2.0.6 - MIT - modules-local- - by-default - postcss- 2.1.0 - MIT - ISC - modules-scope - postcss- 2.0.0 - MIT - ISC - modules-values - postcss-nesting 7.0.1 - CC0-1.0 - postcss- 4.0.1 - MIT - normalize- - charset - postcss- 4.0.2 - MIT - normalize- - display-values - postcss- 4.0.2 - MIT - normalize- - positions - postcss- 4.0.2 - MIT - normalize- - repeat-style - postcss- 4.0.2 - MIT - normalize- - string - postcss- 4.0.2 - MIT - normalize- - timing- - functions - postcss- 4.0.1 - MIT - normalize- - unicode - postcss- 4.0.1 - MIT - normalize-url - postcss- 4.0.2 - MIT - normalize- - whitespace - postcss- 4.1.2 - MIT - ordered-values - postcss- 2.0.0 - CC0-1.0 - overflow- - shorthand - postcss-page- 2.0.0 - MIT - break - postcss-place 4.0.1 - CC0-1.0 - postcss-preset- 6.7.0 - CC0-1.0 - env - postcss-pseudo- 6.0.0 - Multi-license: CC0-1.0 OR - class-any-link public-domain - - CC0-1.0 - postcss-reduce- 4.0.3 - MIT - CC-BY-SA-2.5 - initial - postcss-reduce- 4.0.2 - MIT - transforms - postcss- 3.0.0 - MIT - replace- - overflow-wrap - postcss- 6.0.1 - MIT - reporter - postcss- 4.0.0 - MIT - selector- - matches - postcss- 4.0.0 - MIT - selector-not - postcss- 6.0.2 - MIT - selector-parser - postcss-svgo 4.0.2 - MIT - postcss-unique- 4.0.1 - MIT - selectors - postcss-url 8.0.0 - MIT - postcss-value- 4.0.3 - MIT - parser - postcss-values- 2.0.1 - MIT - parser - potpack 1.0.1 - MIT - ISC - prelude-ls 1.1.2 - MIT-possibility - - - https://raw.github.com/gkz/ - prelude-ls/master/LICENSE - prepend-http 1.0.4 - MIT-possibility - prettier 1.17.0 - MIT - Multi-license: Apache-2.0 OR - BSD-2-Clause OR MIT - - Multi-license: BSD-3-Clause - OR MIT - pretty-error 2.1.1 - MIT-possibility - private 0.1.8 - MIT - process 0.11.10 - MIT - process- 2.0.1 - MIT - nextick-args - progress 2.0.3 - MIT - promise 7.3.1 - MIT-possibility - promise- 1.0.1 - ISC-possibility - inflight - MIT-style - protocol- 3.4.0 - MIT - buffers-schema - proxy-addr 2.0.6 - MIT - proxy-from-env 1.1.0 - MIT - prr 1.0.1 - MIT - pseudomap 1.0.2 - ISC-possibility - - MIT-style - public-encrypt 4.0.3 - MIT - pubsub-js 1.8.0 - MIT - pug 2.0.4 - MIT - pug-attrs 2.0.4 - MIT - pug-code-gen 2.0.2 - MIT - pug-error 1.3.3 - MIT - pug-filters 3.1.1 - MIT - pug-lexer 4.1.0 - MIT - pug-linker 3.0.6 - MIT - pug-load 2.0.12 - MIT - pug-parser 5.0.1 - MIT - pug-runtime 2.0.5 - MIT - pug-strip- 1.0.4 - MIT - comments - pug-walk 1.1.8 - MIT - pump 3.0.0 - MIT - pumpify 1.5.1 - MIT - punycode 2.1.1 - MIT - puppeteer-core 2.1.1 - Apache-2.0 - q 1.5.1 - MIT - Multi-license: Apache-2.0 OR - MIT - qjobs 1.2.0 - MIT - qs 6.7.0 - Multi-license: BSD-2-Clause - OR BSD-3-Clause - - BSD-3-Clause - query-string 4.3.4 - MIT-possibility - querystring 0.2.0 - Multi-license: MIT OR - MIT - https://github.com/Gozala/ - enchain/License.md - querystring-es3 0.2.1 - - MIT-style - https://github.com/Gozala/ - enchain/License.md - quickselect 2.0.0 - MIT - ISC - randombytes 2.1.0 - MIT - randomfill 1.0.4 - MIT - range-parser 1.2.1 - MIT - raw-body 2.4.0 - MIT - rc 1.2.8 - Apache-2.0 - Multi-license: Apache-2.0 OR - - BSD-3-Clause BSD-3-Clause OR MIT - - MIT - - BSD-2-Clause - read-cache 1.0.0 - MIT-possibility - read-pkg 2.0.0 - MIT-possibility - read-pkg-up 2.0.0 - MIT-possibility - readable-stream 3.6.0 - MIT - readdirp 3.4.0 - MIT - regenerate 1.4.0 - MIT - regenerate- 8.2.0 - MIT - unicode- - properties - regenerator- 0.13.5 - MIT - runtime - regenerator- 0.14.4 - MIT - transform - regex-not 1.0.2 - MIT - regex-parser 2.2.10 - MIT - regexpp 3.0.0 - MIT - regexpu-core 4.7.0 - MIT - regjsgen 0.5.1 - MIT - regjsparser 0.6.4 - Multi-license: BSD-2-Clause - BSD-3-Clause - OR BSD-3-Clause - - BSD-2-Clause - relateurl 0.2.7 - MIT - remove- 1.1.0 - ISC-possibility - MIT-style - trailing- - separator - renderkid 2.0.3 - MIT - repeat-element 1.1.3 - MIT - repeat-string 1.6.1 - MIT - repeating 2.0.1 - MIT - require- 2.1.1 - MIT - directory - require-from- 1.2.1 - MIT-possibility - string - require-main- 2.0.0 - ISC - filename - MIT - requires-port 1.0.0 - MIT-possibility - resolve 1.16.1 - MIT - resolve-cwd 2.0.0 - MIT-possibility - resolve-dir 1.0.1 - MIT - resolve-from 5.0.0 - MIT - resolve- 2.1.0 - MIT - protobuf-schema - resolve-url 0.2.1 - MIT - resolve-url- 3.1.1 - MIT - loader - restore-cursor 3.1.0 - MIT - ret 0.1.15 - MIT-possibility - rework 1.0.1 - MIT - rework-visit 1.0.0 - MIT-possibility - rfdc 1.1.4 - MIT - rgb-regex 1.0.1 - MIT - rgba-regex 1.0.0 - MIT - right-align 0.1.3 - MIT - rimraf 2.7.1 - MIT - ISC - ripemd160 2.0.2 - Multi-license: BSD-3-Clause - MIT - OR MIT - BSD-3-Clause - - BSD-2-Clause - run-async 2.4.0 - MIT - run-queue 1.0.3 - ISC-possibility - rw 1.3.3 - BSD - rxjs 6.5.5 - Apache-2.0 - safe-buffer 5.2.0 - MIT - safe-regex 1.1.0 - MIT-possibility - safer-buffer 2.1.2 - MIT - sass-loader 7.3.1 - MIT - sax 1.2.4 - Multi-license: ISC OR MIT - schema-utils 2.6.5 - MIT - semver 7.0.0 - MIT - ISC - send 0.17.1 - MIT - serialize- 2.1.2 - BSD-3-Clause - javascript - Multi-license: BSD-2-Clause - OR BSD-3-Clause - serve-static 1.14.1 - MIT - set-blocking 2.0.0 - ISC - - MIT - set-value 2.0.1 - MIT - setimmediate 1.0.5 - MIT - setprototypeof 1.1.1 - MIT - ISC - sha.js 2.4.11 - Multi-license: BSD-3-Clause - BSD-3-Clause - OR MIT - MIT - shallow-clone 3.0.1 - MIT - shebang-command 2.0.0 - MIT - shebang-regex 3.0.0 - MIT - signal-exit 3.0.3 - ISC - - MIT - simple-swizzle 0.2.2 - MIT - sinon 9.0.2 - Multi-license: BSD-2-Clause - Multi-license: BSD-3-Clause - OR BSD-3-Clause OR MIT - - BSD-3-Clause - slash 2.0.0 - MIT - slice-ansi 2.1.0 - MIT - slug 853565075b0cefa - - MPL-2.0 - 5c1e4de2f05cf57 MPL-2.0-no-copyleft-exception - a4fd90740f - snapdragon 0.8.2 - MIT - snapdragon-node 2.1.1 - MIT - snapdragon-util 3.0.1 - MIT - socket.io 2.1.1 - MIT - socket.io- 1.1.2 - MIT - adapter - socket.io- 2.1.1 - MIT - client - socket.io- 3.2.0 - MIT - parser - sockette 2.0.6 - MIT - sort-keys 1.1.2 - MIT-possibility - source-list-map 2.0.1 - MIT - BSD-3-Clause - source-map 0.7.3 - BSD-3-Clause - source-map- 0.5.3 - MIT - resolve - source-map- 0.5.18 - MIT - support - source-map-url 0.4.0 - MIT-possibility - spdx-correct 3.1.0 - Apache-2.0 - Multi-license: Apache-2.0 OR - GPL-2.0-or-later OR - LGPL-2.1-only OR MPL-2.0 - - GPL-3.0-or-later - spdx-exceptions 2.2.0 - CC-BY-3.0 - CC-BY-4.0 - - Multi-license: GPL-3.0-only - OR LGPL-3.0-only - spdx- 3.0.0 - MIT - Multi-license: BSD-3-Clause - expression- OR CC-BY-4.0 OR LGPL-2.1-only - parse OR MIT - spdx-license- 3.0.5 - CC0-1.0 - Multi-license: GPL-3.0-only - ids OR LGPL-3.0-only - - Multi-license: BSD-3-Clause - OR GPL-3.0-or-later - split-string 3.1.0 - MIT - sprintf-js 1.0.3 - BSD - ssri 6.0.1 - ISC - - MIT - stable 0.1.8 - MIT - stackframe 1.1.1 - MIT - static-extend 0.1.2 - MIT - statuses 1.5.0 - MIT - stream- 2.0.2 - MIT - browserify - stream-each 1.2.3 - MIT - stream-http 2.8.3 - MIT - stream-shift 1.0.1 - MIT - streamroller 1.0.6 - MIT - strict-uri- 1.1.0 - MIT-possibility - encode - string-width 4.2.0 - MIT - string. 1.0.1 - MIT - prototype. - trimend - string. 2.1.2 - MIT - prototype. - trimleft - string. 2.1.2 - MIT - prototype. - trimright - string. 1.0.1 - MIT - prototype. - trimstart - string_decoder 1.3.0 - MIT - strip-ansi 6.0.0 - MIT - strip-bom 3.0.0 - MIT-possibility - strip-eof 1.0.0 - MIT-possibility - strip-json- 3.1.0 - MIT - comments - style-loader 0.23.1 - MIT - stylehacks 4.0.3 - MIT - sugarss 2.0.0 - MIT - supercluster 7.0.0 - MIT - ISC - supports-color 7.1.0 - MIT - supports- 2.1.0 - MIT - hyperlinks - svg-url-loader 5.0.0 - MIT - svgo 1.3.2 - MIT - Apache-2.0 - table 5.4.6 - Multi-license: BSD-2-Clause - OR BSD-3-Clause - - BSD-3-Clause - tapable 1.1.3 - MIT - tar 5.0.5 - MIT - ISC - tensorflow d6296bf89cdf5e8 - Apache-2.0 - Multi-license: Apache-2.0 OR - c87e26e7a0f6da2 BSD-3-Clause - 01d9355c89 - Multi-license: Apache-2.0 OR - Python-2.0 - - Multi-license: Apache-2.0 OR - MIT - - Multi-license: Apache-2.0 OR - CC-BY-SA-3.0 - - Multi-license: Apache-2.0 OR - BSD-3-Clause OR MIT - - BSD-3-Clause - - Multi-license: BSD-3-Clause - OR MIT - - Multi-license: BSD-3-Clause - OR NCSA - - Multi-license: BSD-3-Clause - OR GPL-3.0-only OR - LGPL-3.0-only OR - MPL-2.0-no-copyleft-exception - - MIT - - GPL-3.0-only - - Multi-license: GPL-3.0-only - OR LGPL-3.0-only - - Python-2.0 - - MPL-2.0 - - public-domain - - LGPL-3.0-only - - Multi-license: GPL-2.0-only - OR LGPL-2.1-only - - BSD-2-Clause - - Zlib - terser 4.6.11 - BSD-2-Clause - BSD-3-Clause - terser-webpack- 1.4.3 - MIT - plugin - test-exclude 6.0.0 - ISC - - MIT - testify ca8e08c131bfa32 - MIT - eb704e41a89dfee - 1a0c0ffba2 - text-table 0.2.0 - MIT - through 2.3.8 - MIT - Multi-license: Apache-2.0 OR - - Apache-2.0 MIT - through2 2.0.5 - MIT - tidb b71a45022114a0f - Apache-2.0 - Multi-license: Apache-2.0 OR - 1ae0a70661a65b1 BSD-3-Clause - 98a6e8f8db - Multi-license: Apache-2.0 OR - MIT OR MPL-2.0 - - Multi-license: Apache-2.0 OR - MIT - - BSD-3-Clause - tidb-tools 9a56d2952332c7d - Apache-2.0 - 0021c3c75dfd3e5 - d482ca37f6 - timers- 2.0.11 - MIT - browserify - times 7b495b9c2cf6476 - MIT - BSD-3-Clause - 36db72ab152d710 - a1624b870b - timsort 0.3.0 - MIT - tinyqueue 2.0.3 - MIT - ISC - tmp 0.0.33 - MIT - to-array 0.1.4 - MIT - - - http://github.com/Raynos/to- - array/raw/master/LICENSE - to-arraybuffer 1.0.1 - MIT-possibility - to-fast- 2.0.0 - MIT-possibility - properties - to-object-path 0.3.0 - MIT - to-regex 3.0.2 - MIT - to-regex-range 5.0.1 - MIT - toidentifier 1.0.0 - MIT - token-stream 0.0.1 - MIT-possibility - toposort 1.0.7 - MIT - trim-right 1.0.1 - MIT-possibility - truncate 2.1.0 - MIT - tryer 1.0.1 - MIT - tslib 1.11.1 - Apache-2.0 - tty-browserify 0.0.0 - MIT - type 2.0.0 - MIT - ISC - type-check 0.3.2 - MIT - type-detect 4.0.8 - MIT - type-fest 0.8.1 - MIT - type-is 1.6.18 - MIT - typedarray 0.0.6 - MIT - ua-parser-js 0.7.21 - MIT - uglify-js 3.4.10 - BSD-3-Clause - - BSD-2-Clause - uglify-to- 1.0.2 - MIT-possibility - browserify - ultron 1.1.1 - MIT - unicode- 1.0.4 - MIT - canonical- - property-names- - ecmascript - unicode-match- 1.0.4 - MIT - property- - ecmascript - unicode-match- 1.2.0 - MIT - property-value- - ecmascript - unicode- 1.1.0 - MIT - property- - aliases- - ecmascript - union-value 1.0.1 - MIT - uniq 1.0.1 - MIT - uniqs 2.0.0 - MIT-possibility - unique-filename 1.1.1 - MIT - ISC - unique-slug 2.0.2 - MIT - ISC - universalify 0.1.2 - MIT - unpipe 1.0.0 - MIT - unquote 1.1.1 - MIT - unset-value 1.0.0 - MIT - upath 1.2.0 - MIT - upper-case 1.1.3 - MIT-possibility - uri-js 4.2.2 - BSD-3-Clause - BSD-2-Clause - urix 0.1.0 - MIT - url 0.11.0 - MIT - url-loader 1.1.2 - MIT - use 3.1.1 - MIT - util 0.11.1 - MIT - util-deprecate 1.0.2 - MIT - util.promisify 1.0.1 - MIT - utila 0.4.0 - MIT - utils-merge 1.0.1 - MIT - uuid 3.3.2 - MIT - Multi-license: BSD-3-Clause - OR MIT - v8-compile- 2.1.0 - MIT - cache - validate-npm- 3.0.4 - Apache-2.0 - GPL-3.0-only - package-license - vary 1.1.2 - MIT - vendors 1.0.4 - MIT - vlq 0.2.3 - MIT - vm-browserify 1.1.2 - MIT - void-elements 2.0.1 - MIT-possibility - vt-pbf 3.1.1 - Multi-license: BSD-3-Clause - OR MIT - vue 2.6.11 - MIT - Apache-2.0 - - GPL-2.0-or-later - vue-fullscreen 2.1.6 - MIT - ISC - vue-gettext 2.1.8 - MIT - vue-hot-reload- 2.3.3 - MIT - api - vue-infinite- 2.0.2 - MIT - scroll - vue-loader 14.2.4 - MIT - vue-luxon 0.7.3 - MIT - vue-router 3.1.6 - MIT - vue-style- 4.1.2 - MIT - loader - vue-template- 2.6.11 - MIT - compiler - vue-template- 1.9.1 - MIT - es2015-compiler - vue2-filters 0.9.1 - MIT - vuelidate 0.7.5 - MIT - vuetify 1.5.24 - MIT - watchpack 1.6.1 - MIT - wcwidth 1.0.1 - MIT-possibility - webpack 4.43.0 - MIT - webpack-bundle- 3.7.0 - MIT - Multi-license: BSD-3-Clause - analyzer OR MIT - webpack-cli 3.3.11 - MIT - webpack-dev- 3.7.2 - MIT - middleware - webpack-hot- 2.25.0 - MIT - middleware - webpack-log 2.0.0 - MIT - webpack-md5- 0.0.6 - MIT - hash - webpack-merge 4.2.2 - MIT - webpack-sources 1.4.3 - MIT - websocket b65e62901fc1c0d - BSD-2-Clause - BSD-3-Clause - 968042419e74789 - f6af455eb9 - which 2.0.2 - MIT - ISC - which-module 2.0.0 - ISC-possibility - - MIT-style - wide-align 1.1.3 - Multi-license: ISC OR MIT - window-size 0.1.0 - MIT-style - with 5.1.1 - MIT-possibility - word-wrap 1.2.3 - MIT - wordwrap 0.0.2 - X11-possibility - - MIT-possibility - worker-farm 1.7.0 - MIT - wrap-ansi 6.2.0 - MIT - wrappy 1.0.2 - Multi-license: ISC OR MIT - - Multi-license: ISC OR MIT - - Multi-license: ISC OR MIT - write 1.0.3 - MIT - ws 6.2.1 - MIT - xmlbuilder 10.1.1 - MIT - xmlhttprequest- 1.5.5 - MIT - ssl - xtend 4.0.2 - MIT - xxhashjs 0.2.2 - MIT - y18n 4.0.0 - Multi-license: ISC OR MIT - ISC - yallist 4.0.0 - MIT - ISC - yaml.v2 53403b58ad1b561 - Apache-2.0 - 927d19068c65524 - unknown - 6f2db79d48 - yargs 3.10.0 - MIT-possibility - X11-possibility - yargs-parser 18.1.3 - ISC - - MIT - yargs-unparser 1.6.0 - MIT - yauzl 2.10.0 - MIT - yeast 0.1.2 - MIT + @babel/cli 7.10.4 - MIT + @babel/code- 7.10.4 - MIT + frame + @babel/compat- 7.10.4 - MIT + data + @babel/core 7.10.4 - MIT + @babel/ 7.7.7 - MIT + generator + @babel/helper- 7.10.4 - MIT + annotate-as- + pure + @babel/helper- 7.10.4 - MIT + builder-binary- + assignment- + operator- + visitor + @babel/helper- 7.10.4 - MIT + compilation- + targets + @babel/helper- 7.10.4 - MIT + create-class- + features-plugin + @babel/helper- 7.10.4 - MIT + create-regexp- + features-plugin + @babel/helper- 7.10.4 - MIT + define-map + @babel/helper- 7.10.4 - MIT + explode- + assignable- + expression + @babel/helper- 7.10.4 - MIT + function-name + @babel/helper- 7.10.4 - MIT + get-function- + arity + @babel/helper- 7.10.4 - MIT + hoist-variables + @babel/helper- 7.10.4 - MIT + member- + expression-to- + functions + @babel/helper- 7.10.4 - MIT + module-imports + @babel/helper- 7.10.4 - MIT + module- + transforms + @babel/helper- 7.10.4 - MIT + optimise-call- + expression + @babel/helper- 7.10.4 - MIT + plugin-utils + @babel/helper- 7.10.4 - MIT + regex + @babel/helper- 7.10.4 - MIT + remap-async-to- + generator + @babel/helper- 7.10.4 - MIT + replace-supers + @babel/helper- 7.10.4 - MIT + simple-access + @babel/helper- 7.10.4 - MIT + split-export- + declaration + @babel/helper- 7.10.4 - MIT + validator- + identifier + @babel/helper- 7.10.4 - MIT + wrap-function + @babel/helpers 7.10.4 - MIT + @babel/ 7.10.4 - MIT + highlight + @babel/parser 7.10.4 - MIT + @babel/plugin- 7.10.4 - MIT + proposal-async- + generator- + functions + @babel/plugin- 7.10.4 - MIT + proposal-class- + properties + @babel/plugin- 7.10.4 - MIT + proposal- + dynamic-import + @babel/plugin- 7.10.4 - MIT + proposal-json- + strings + @babel/plugin- 7.10.4 - MIT + proposal- + nullish- + coalescing- + operator + @babel/plugin- 7.10.4 - MIT + proposal- + numeric- + separator + @babel/plugin- 7.10.4 - MIT + proposal- + object-rest- + spread + @babel/plugin- 7.10.4 - MIT + proposal- + optional-catch- + binding + @babel/plugin- 7.10.4 - MIT + proposal- + optional- + chaining + @babel/plugin- 7.10.4 - MIT + proposal- + private-methods + @babel/plugin- 7.10.4 - MIT + proposal- + unicode- + property-regex + @babel/plugin- 7.8.4 - MIT + syntax-async- + generators + @babel/plugin- 7.10.4 - MIT + syntax-class- + properties + @babel/plugin- 7.8.3 - MIT + syntax-dynamic- + import + @babel/plugin- 7.8.3 - MIT + syntax-json- + strings + @babel/plugin- 7.8.3 - MIT + syntax-nullish- + coalescing- + operator + @babel/plugin- 7.10.4 - MIT + syntax-numeric- + separator + @babel/plugin- 7.8.3 - MIT + syntax-object- + rest-spread + @babel/plugin- 7.8.3 - MIT + syntax- + optional-catch- + binding + @babel/plugin- 7.8.3 - MIT + syntax- + optional- + chaining + @babel/plugin- 7.10.4 - MIT + syntax-top- + level-await + @babel/plugin- 7.10.4 - MIT + transform- + arrow-functions + @babel/plugin- 7.10.4 - MIT + transform- + async-to- + generator + @babel/plugin- 7.10.4 - MIT + transform- + block-scoped- + functions + @babel/plugin- 7.10.4 - MIT + transform- + block-scoping + @babel/plugin- 7.10.4 - MIT + transform- + classes + @babel/plugin- 7.10.4 - MIT + transform- + computed- + properties + @babel/plugin- 7.10.4 - MIT + transform- + destructuring + @babel/plugin- 7.10.4 - MIT + transform- + dotall-regex + @babel/plugin- 7.10.4 - MIT + transform- + duplicate-keys + @babel/plugin- 7.10.4 - MIT + transform- + exponentiation- + operator + @babel/plugin- 7.10.4 - MIT + transform-for- + of + @babel/plugin- 7.10.4 - MIT + transform- + function-name + @babel/plugin- 7.10.4 - MIT + transform- + literals + @babel/plugin- 7.10.4 - MIT + transform- + member- + expression- + literals + @babel/plugin- 7.10.4 - MIT + transform- + modules-amd + @babel/plugin- 7.10.4 - MIT + transform- + modules- + commonjs + @babel/plugin- 7.10.4 - MIT + transform- + modules- + systemjs + @babel/plugin- 7.10.4 - MIT + transform- + modules-umd + @babel/plugin- 7.10.4 - MIT + transform- + named- + capturing- + groups-regex + @babel/plugin- 7.10.4 - MIT + transform-new- + target + @babel/plugin- 7.10.4 - MIT + transform- + object-super + @babel/plugin- 7.10.4 - MIT + transform- + parameters + @babel/plugin- 7.10.4 - MIT + transform- + property- + literals + @babel/plugin- 7.10.4 - MIT + transform- + regenerator + @babel/plugin- 7.10.4 - MIT + transform- + reserved-words + @babel/plugin- 7.10.4 - MIT + transform- + runtime + @babel/plugin- 7.10.4 - MIT + transform- + shorthand- + properties + @babel/plugin- 7.10.4 - MIT + transform- + spread + @babel/plugin- 7.10.4 - MIT + transform- + sticky-regex + @babel/plugin- 7.10.4 - MIT + transform- + template- + literals + @babel/plugin- 7.10.4 - MIT + transform- + typeof-symbol + @babel/plugin- 7.10.4 - MIT + transform- + unicode-escapes + @babel/plugin- 7.10.4 - MIT + transform- + unicode-regex + @babel/polyfill 7.10.4 - MIT + @babel/preset- 7.10.4 - MIT + env + @babel/preset- 0.1.3 - MIT + modules + @babel/register 7.10.4 - MIT + @babel/runtime 7.10.4 - MIT + @babel/template 7.8.6 - MIT + @babel/traverse 7.10.4 - MIT + @babel/types 7.10.4 - MIT + @csstools/ 1.4.0 - CC0-1.0 + convert-colors + @fortawesome/ 5.13.1 - Multi-license: GPL-3.0-only + fontawesome- OR MIT + free - MIT + @istanbuljs/ 1.1.0 - MIT - ISC + load-nyc-config + @istanbuljs/ 0.1.2 - MIT + schema + @mapbox/ 0.5.0 - ISC + geojson-rewind - MIT + @mapbox/ 1.0.2 - MIT - ISC + geojson-types + @mapbox/ 2.0.2 + jsonlint-lines- + primitives + @mapbox/mapbox- 1.5.0 - Multi-license: BSD-2-Clause + gl-supported OR BSD-3-Clause + - BSD-3-Clause + @mapbox/point- 0.1.0 - ISC-possibility + geometry - MIT-style + @mapbox/tiny- 1.1.1 - BSD-2-Clause - BSD-3-Clause + sdf - Multi-license: BSD-2-Clause + OR BSD-3-Clause + @mapbox/ 0.0.0 - BSD - BSD-2-Clause + unitbezier + @mapbox/vector- 1.3.1 - BSD-3-Clause + tile + @mapbox/whoots- 3.1.0 - ISC + js - MIT + @sinonjs/ 1.8.0 - Multi-license: BSD-2-Clause + commons OR BSD-3-Clause + - BSD-3-Clause + @sinonjs/fake- 6.0.1 - BSD-3-Clause - MIT + timers - Multi-license: BSD-2-Clause + OR BSD-3-Clause + @sinonjs/ 5.0.1 - Multi-license: BSD-2-Clause + formatio OR BSD-3-Clause + - BSD-3-Clause + @sinonjs/samsam 5.0.3 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + @sinonjs/text- 0.7.1 - Multi-license: Apache-2.0 OR - Unlicense + encoding MIT + - Apache-2.0 + @types/anymatch 1.3.1 - MIT + @types/babel- 7.0.7 - MIT + types + @types/babylon 6.16.5 - MIT + @types/color- 1.1.1 - MIT + name + @types/events 3.0.0 - MIT + @types/glob 7.1.1 - MIT + @types/json- 7.0.4 - MIT + schema + @types/json5 0.0.29 - MIT + @types/mime- 2.1.0 - MIT + types + @types/ 3.0.3 - MIT + minimatch + @types/node 14.0.14 - MIT + @types/q 1.5.4 - MIT + @types/source- 0.1.2 - MIT + list-map + @types/tapable 1.0.6 - MIT + @types/uglify- 3.9.3 - MIT + js + @types/webpack 4.41.21 - MIT + @types/webpack- 1.4.0 - MIT + sources + @vue/component- 2.6.0 - MIT + compiler-utils + @webassemblyjs/ 1.9.0 - MIT + ast + @webassemblyjs/ 1.9.0 - MIT + floating-point- + hex-parser + @webassemblyjs/ 1.9.0 - MIT + helper-api- + error + @webassemblyjs/ 1.9.0 - MIT + helper-buffer + @webassemblyjs/ 1.9.0 - MIT + helper-code- + frame + @webassemblyjs/ 1.9.0 - MIT - ISC + helper-fsm + @webassemblyjs/ 1.9.0 - MIT + helper-module- + context + @webassemblyjs/ 1.9.0 - MIT + helper-wasm- + bytecode + @webassemblyjs/ 1.9.0 - MIT + helper-wasm- + section + @webassemblyjs/ 1.9.0 - MIT + ieee754 + @webassemblyjs/ 1.9.0 - Apache-2.0 + leb128 - MIT + @webassemblyjs/ 1.9.0 - MIT + utf8 + @webassemblyjs/ 1.9.0 - MIT + wasm-edit + @webassemblyjs/ 1.9.0 - MIT + wasm-gen + @webassemblyjs/ 1.9.0 - MIT + wasm-opt + @webassemblyjs/ 1.9.0 - MIT + wasm-parser + @webassemblyjs/ 1.9.0 - MIT + wast-parser + @webassemblyjs/ 1.9.0 - MIT + wast-printer + @xtuc/ieee754 1.2.0 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + @xtuc/long 4.2.2 - Apache-2.0 + abbrev 1.1.1 - MIT - ISC + accepts 1.3.7 - MIT + acorn 7.2.0 - MIT + acorn-bigint 0.4.0 - MIT + acorn-class- 0.3.4 - MIT + fields + acorn-dynamic- 4.0.0 - MIT + import + acorn-export- 0.1.0 - MIT + ns-from + acorn-globals 3.1.0 - MIT + acorn-import- 1.1.0 - MIT + meta + acorn-jsx 5.2.0 - MIT + acorn-logical- 0.1.0 - MIT + assignment + acorn-numeric- 0.3.2 - MIT + separator + acorn-private- 0.2.5 - MIT + class-elements + acorn-private- 0.3.1 - MIT + methods + acorn-stage3 2.1.0 - MIT + acorn-static- 0.2.2 - MIT + class-features + acorn-walk 7.1.1 - MIT + adjust- 2.0.0 - MIT + sourcemap- + loader + after 0.8.2 - MIT + agent-base 5.1.1 - MIT + ajv 6.12.3 - MIT - BSD-2-Clause + ajv-errors 1.0.1 - MIT + ajv-keywords 3.4.1 - MIT + align-text 0.1.4 - MIT + alphanum-sort 1.0.2 - MIT + ansi-colors 3.2.4 - MIT + ansi-escapes 4.3.1 - MIT + ansi-html 0.0.7 - Apache-2.0 + ansi-regex 5.0.0 - MIT + ansi-styles 4.2.1 - MIT + anymatch 3.1.1 - MIT - ISC + append- 1.0.0 - MIT + transform + aproba 1.2.0 - MIT - ISC + are-we-there- 1.1.5 - MIT - ISC + yet + argparse 1.0.10 - MIT + arity-n 1.0.4 - MIT + arr-diff 4.0.0 - MIT + arr-flatten 1.1.0 - MIT + arr-union 3.1.0 - MIT + array-flatten 1.1.1 - MIT + array-includes 3.1.1 - MIT + array-union 1.0.2 - MIT + array-uniq 1.0.3 - MIT + array-unique 0.3.2 - MIT + array. 1.2.3 - MIT + prototype.flat + arraybuffer. 0.0.7 - MIT + slice + asap 2.0.6 - MIT + asn1.js 4.10.1 - MIT + assert 1.5.0 - MIT + assertion-error 1.1.0 - MIT + assign-symbols 1.0.0 - MIT + astral-regex 1.0.0 - MIT + async 2.6.3 - MIT + async-each 1.0.3 - MIT + async-limiter 1.0.1 - MIT + atob 2.1.2 - Multi-license: Apache-2.0 OR - MIT + MIT + - CC-BY-3.0 + autoprefixer 9.8.4 - MIT + axios 0.19.2 - MIT + axios-mock- 1.18.1 - MIT + adapter + babel-code- 6.26.0 - MIT + frame + babel-core 6.26.3 - MIT + babel-eslint 10.1.0 - MIT + babel-generator 6.26.1 - MIT + babel-helpers 6.24.1 - MIT + babel-loader 8.1.0 - MIT + babel-messages 6.23.0 - MIT + babel-plugin- 2.3.3 - MIT + dynamic-import- + node + babel-plugin- 6.0.0 - Multi-license: BSD-2-Clause + istanbul OR BSD-3-Clause + - BSD-3-Clause + babel-register 6.26.0 - MIT + babel-runtime 6.26.0 - MIT + babel-template 6.26.0 - MIT + babel-traverse 6.26.0 - MIT + babel-types 6.26.0 - MIT + babylon 6.18.0 - MIT - Multi-license: BSD-2-Clause + OR MIT + backo2 1.0.2 - MIT + balanced-match 1.0.0 - MIT + base 0.11.2 - MIT + base64- 0.1.5 - MIT + arraybuffer + base64-js 1.3.1 - MIT + base64id 2.0.0 - MIT + better-assert 1.0.2 - MIT + bfj 6.1.2 - MIT + big.js 5.2.2 - MIT + bigcache 21e5ca5c3d539f9 - Apache-2.0 + 4e8dc563350acd9 + 7c5400154f + binary- 2.0.0 - MIT + extensions + bindings 1.5.0 - MIT + blob 0.0.5 - MIT + bluebird 3.7.2 - MIT + bn.js 5.1.2 - MIT + body-parser 1.19.0 - MIT + boolbase 1.0.0 - ISC + brace-expansion 1.1.11 - MIT + braces 3.0.2 - MIT + brorand 1.1.0 - MIT + browser-stdout 1.3.1 - Multi-license: ISC OR MIT + browserify-aes 1.2.0 - MIT + browserify- 1.0.1 - MIT + cipher + browserify-des 1.0.2 - MIT + browserify-rsa 4.0.1 - MIT + browserify-sign 4.2.0 - MIT - ISC + browserify-zlib 0.2.0 - Zlib + - MIT + browserslist 4.13.0 - MIT + buffer 4.9.2 - MIT + buffer-crc32 0.2.13 - MIT + - Multi-license: MIT OR + https://github.com/ + brianloveswords/buffer-crc32/ + raw/master/LICENSE + buffer-from 1.1.1 - MIT + buffer-xor 1.0.3 - MIT + bufferutil 4.0.1 - MIT + builtin-status- 3.0.0 - MIT + codes + buntis 0.2.1 - ISC + - MIT + bytes 3.1.0 - MIT + cacache 12.0.4 - ISC + - MIT + cache-base 1.0.1 - MIT + caller-callsite 2.0.0 - MIT + caller-path 2.0.0 - MIT + callsite 1.0.0 - MIT + callsites 3.1.0 - MIT + camel-case 3.0.0 - MIT + camelcase 5.3.1 - MIT + caniuse-api 3.0.0 - MIT + caniuse-lite 1.0.30001097 - CC-BY-4.0 + center-align 0.1.3 - MIT + chai 4.2.0 - MIT + chalk 4.1.0 - MIT + character- 2.2.0 - MIT + parser + chardet 0.7.0 - MIT + charenc 0.0.2 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + chart.js 2.9.3 - MIT + chartjs-color 2.4.1 - MIT + chartjs-color- 0.6.0 - MIT + string + check-error 1.0.2 - MIT + check-types 8.0.3 - MIT + cheerio 1.0.0-rc.3 - MIT + chokidar 3.4.0 - MIT + chownr 1.1.3 - MIT - ISC + chrome-finder 1.0.7 - ISC + chrome-trace- 1.0.2 - MIT + event + cipher-base 1.0.4 - MIT + class-utils 0.3.6 - MIT + clean-css 4.2.3 - MIT + clean-webpack- 3.0.0 - MIT + plugin + cli 8e16b98d400e5b0 - MIT - ISC + f11ce27196fa89d + 4c302172f1 + cli-cursor 3.1.0 - MIT + cli-spinners 2.2.0 - MIT + cli-width 2.2.1 - MIT - ISC + cliui 6.0.0 - ISC + - MIT + clone 1.0.4 - MIT + clone-deep 4.0.1 - MIT + coa 2.0.2 - MIT + coalescy 1.0.0 - MIT + code-point-at 1.1.0 - MIT + collection- 1.0.0 - MIT + visit + color 3.1.2 - MIT + color-convert 2.0.1 - MIT + color-name 1.1.4 - MIT + color-string 1.5.3 - MIT + colorette 1.2.1 - MIT + colors 1.4.0 - MIT + commander 4.1.1 - MIT + commondir 1.0.1 - MIT + compare- 3.6.0 - MIT + versions + component-bind 1.0.0 - MIT + component- 1.3.0 - MIT + emitter + component- 0.0.3 - MIT + inherit + compose- 3.0.3 - MIT + function + concat-map 0.0.1 - MIT + concat-stream 2.0.0 - MIT + connect 3.7.0 - MIT + connect- 1.6.0 - MIT + history-api- + fallback + console- 1.2.0 - MIT + browserify - Multi-license: MIT OR + http://github.com/browserify/ + console-browserify/raw/master/ + LICENSE + console- 1.1.0 - MIT - ISC + control-strings + consolidate 0.15.1 - MIT + constantinople 3.1.2 - MIT + constants- 1.0.0 - MIT + browserify + contains-path 0.1.0 - MIT + content- 0.5.3 - MIT + disposition + content-type 1.0.4 - MIT + convert-source- 1.7.0 - MIT + map + cookie 0.4.0 - MIT + cookie- 1.0.6 - MIT + signature + copy- 1.0.5 - Multi-license: ISC OR MIT + concurrently + copy-descriptor 0.1.1 - MIT + copy-webpack- 5.1.1 - MIT + plugin + core-js 3.6.5 - MIT + core-js-compat 3.6.5 - MIT + core-util-is 1.0.2 - MIT + cosmiconfig 5.2.1 - MIT + create-ecdh 4.0.3 - MIT + create-hash 1.2.0 - MIT + create-hmac 1.1.7 - MIT + cross-env 7.0.2 - MIT + cross-spawn 7.0.1 - MIT + crypt 0.0.2 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + crypto 75b288015ac94e6 - BSD-3-Clause - Multi-license: BSD-3-Clause + 6e3d6715fb68a9b OR public-domain + 41bf046ec2 - Multi-license: BSD-3-Clause + OR MIT + - Multi-license: BSD-3-Clause + OR OpenSSL + crypto- 3.12.0 - MIT + browserify + crypto-random- 3.2.0 - MIT + string + css 2.2.4 - MIT + css-blank- 0.1.4 - CC0-1.0 + pseudo + css-color-names 0.0.4 - MIT + css- 4.0.1 - MIT + declaration- + sorter + css-has-pseudo 0.10.0 - CC0-1.0 + css-loader 2.1.1 - MIT + css-prefers- 3.1.1 - CC0-1.0 + color-scheme + css-select 2.1.0 - BSD-2-Clause - BSD-3-Clause + css-select- 0.1.1 - MIT + base-adapter + css-tree 1.0.0-alpha.39 - MIT - BSD-3-Clause + css-what 3.2.1 - BSD-2-Clause - BSD-3-Clause + csscolorparser 1.0.3 - MIT + cssdb 4.4.0 - CC0-1.0 + cssesc 3.0.0 - MIT + cssnano 4.1.10 - MIT + cssnano-preset- 4.0.7 - MIT + default + cssnano-util- 4.0.0 - MIT + get-arguments + cssnano-util- 4.0.0 - MIT + get-match + cssnano-util- 4.0.1 - MIT + raw-cache + cssnano-util- 4.0.1 - MIT + same-parent + csso 4.0.3 - MIT - BSD-3-Clause + cuint 0.2.2 - MIT + custom-event 1.0.1 - MIT + cyclist 1.0.1 - MIT + d 1.0.1 - MIT - ISC + date-format 3.0.0 - MIT + dateparse d820a6159ab1e96 - MIT + 1778690fea99523 + 1df707ba0d + de-indent 1.0.2 - MIT + debug 4.1.1 - MIT + decamelize 1.2.0 - MIT + decode-uri- 0.2.0 - MIT + component + deep-eql 3.0.1 - MIT + deep-extend 0.6.0 - Multi-license: MIT OR + https://raw.githubusercontent. + com/unclechu/node-deep-extend/ + master/LICENSE + - MIT + deep-is 0.1.3 - Multi-license: MIT OR + https://github.com/thlorenz/ + deep-is/blob/master/LICENSE + - MIT + deepcopier 45decc6639b6347 - MIT + 74af79cefff24e6 + b9670f5847 + default- 2.0.0 - MIT + require- + extensions + defaults 1.0.3 - MIT + define- 1.1.3 - MIT + properties + define-property 2.0.2 - MIT + del 4.1.1 - MIT + delegates 1.0.0 - MIT + depd 1.1.2 - MIT + des.js 1.0.1 - MIT + destroy 1.0.4 - MIT + detect-file 1.0.0 - MIT + detect-indent 4.0.0 - MIT + detect-libc 1.0.3 - Apache-2.0 + di 0.0.1 - MIT + diacritics 1.3.0 - MIT + diff 4.0.2 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + diffie-hellman 5.0.3 - MIT + dir-glob 2.2.2 - MIT + doctrine 3.0.0 - Apache-2.0 - Multi-license: Apache-2.0 OR + - BSD-2-Clause BSD-2-Clause + doctypes 1.1.0 - MIT + dom-converter 0.2.0 - MIT + dom-serialize 2.2.1 - MIT + dom-serializer 0.2.2 - MIT + dom-walk 0.1.2 - MIT + - Multi-license: MIT OR + http://github.com/Raynos/dom- + walk/raw/master/LICENSE + domain-browser 1.2.0 - MIT + domelementtype 2.0.1 - BSD-2-Clause - BSD-3-Clause + domhandler 3.0.0 - BSD-2-Clause - BSD-3-Clause + domutils 2.0.0 - BSD-2-Clause - BSD-3-Clause + dot-prop 4.2.0 - MIT + duplexer 0.1.1 - MIT + - Multi-license: MIT OR + UPL-1.0 + duplexify 3.7.1 - MIT + earcut 2.2.2 - MIT - ISC + easygettext 2.13.0 - MIT + ee-first 1.1.1 - MIT + ejs 2.7.4 - Apache-2.0 - Multi-license: Apache-2.0 OR + MIT + electron-to- 1.3.496 - MIT - ISC + chromium + elliptic 6.5.3 - MIT + emoji-regex 8.0.0 - MIT + emojis-list 3.0.0 - MIT + encodeurl 1.0.2 - MIT + end-of-stream 1.4.4 - MIT + engine.io 3.4.2 - MIT + engine.io- 3.4.3 - MIT + client + engine.io- 2.2.0 - MIT + parser + enhanced- 4.2.0 - MIT + resolve + ent 2.2.0 - MIT + entities 2.0.0 - BSD-2-Clause - BSD-3-Clause + errno 0.1.7 - MIT + error-ex 1.3.2 - MIT + error-stack- 2.0.6 - MIT + parser + es-abstract 1.17.6 - MIT + es-to-primitive 1.2.1 - MIT + es5-ext 0.10.53 - ISC - Multi-license: GPL-3.0-only + - MIT OR MIT + es6-iterator 2.0.3 - MIT + es6-symbol 3.1.3 - MIT - ISC + escalade 3.0.1 - MIT + escape-html 1.0.3 - MIT + escape-string- 1.0.5 - MIT + regexp + eslint 6.8.0 - MIT + eslint-config- 14.1.1 - MIT + standard + eslint- 3.0.1 - MIT + formatter- + pretty + eslint- 4.0.1 - MIT + friendly- + formatter + eslint-import- 0.3.4 - MIT + resolver-node + eslint-loader 3.0.4 - MIT + eslint-module- 2.6.0 - MIT + utils + eslint-plugin- 3.0.1 - MIT + es + eslint-plugin- 6.0.2 - MIT - ISC + html + eslint-plugin- 2.22.0 - MIT + import + eslint-plugin- 11.1.0 - MIT + node + eslint-plugin- 4.2.1 - ISC + promise + eslint-plugin- 4.0.1 - MIT + standard + eslint-rule- 1.1.194 - MIT + docs + eslint-scope 5.0.0 - BSD-3-Clause + - BSD-2-Clause + eslint-utils 2.0.0 - MIT + eslint-visitor- 1.3.0 - Apache-2.0 + keys + espree 6.2.1 - BSD-3-Clause - MIT + - BSD-2-Clause + esprima 4.0.1 - BSD-2-Clause + - BSD-3-Clause + esquery 1.3.1 - BSD-3-Clause - BSD-2-Clause + esrecurse 4.2.1 - BSD-3-Clause - BSD-2-Clause + estraverse 5.1.0 - BSD-2-Clause + - BSD-3-Clause + estree-walker 2.0.1 - MIT + esutils 2.0.3 - BSD-3-Clause + - BSD-2-Clause + etag 1.8.1 - MIT + eventemitter3 4.0.4 - MIT + events 3.1.0 - MIT + eventsource- 0.9.6 - MIT + polyfill + evp_bytestokey 1.0.3 - MIT + expand-brackets 2.1.4 - MIT + expand-tilde 2.0.2 - MIT + express 4.17.1 - MIT + ext 1.4.0 - MIT - ISC + extend 3.0.2 - MIT + extend-shallow 3.0.2 - MIT + external-editor 3.1.0 - MIT + extglob 2.0.4 - MIT + extract-zip 1.7.0 - BSD-2-Clause - BSD-3-Clause + fast-deep-equal 3.1.3 - MIT + fast-json- 2.1.0 - MIT + stable- + stringify + fast- 2.0.6 - MIT + levenshtein + fd-slicer 1.1.0 - MIT + figgy-pudding 3.5.2 - ISC + - MIT + figures 3.2.0 - MIT + file-entry- 5.0.1 - MIT + cache + file-loader 6.0.0 - MIT + file-uri-to- 1.0.0 - MIT + path + fileset 2.0.3 - MIT + filesize 3.6.1 - BSD-3-Clause + fill-range 7.0.1 - MIT + finalhandler 1.1.2 - MIT + find-cache-dir 2.1.0 - MIT + find-up 4.1.0 - MIT + findup-sync 3.0.0 - MIT + flat 4.1.0 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + flat-cache 2.0.1 - MIT + flatted 2.0.2 - ISC + - MIT + flatten 1.0.2 - MIT - Multi-license: MIT OR X11 + flow-remove- 1.2.3 - BSD-3-Clause + types + flush-write- 1.1.1 - MIT + stream + follow- 1.5.10 - MIT + redirects + for-in 1.0.2 - MIT + forwarded 0.1.2 - MIT + fragment-cache 0.2.1 - MIT + fresh 0.5.2 - MIT + friendly- 1.7.0 - MIT + errors-webpack- + plugin + from2 2.3.0 - MIT + fs-extra 8.1.0 - MIT + fs-minipass 2.1.0 - MIT - ISC + fs-readdir- 1.1.0 - MIT + recursive + fs-write- 1.0.10 - Multi-license: ISC OR MIT + stream-atomic + fs.realpath 1.0.0 - MIT - ISC + fsevents 2.1.3 - MIT + function-bind 1.1.1 - MIT + functional-red- 1.0.1 - MIT + black-tree + gauge 2.7.4 - MIT - ISC + gensync 1.0.0-beta.1 - MIT + geo 673a6f80352d38c - Apache-2.0 + 1ea2f05c915a659 + 938872212f + geocache 521b336a001c64d - MIT + 0023c4289f6b07f + 619226562e + geojson-vt 3.2.1 - MIT - ISC + get-caller-file 2.0.5 - ISC + - MIT + get-func-name 2.0.0 - MIT - MIT + get-package- 0.1.0 - MIT + type + get-value 2.0.6 - MIT + gin 4cabdd303fe38b6 - MIT - BSD-3-Clause + b53e83a6aa04d04 + 68a71c0139 + gjson f042915ca17de35 - MIT + 980544c91ab2c8c + eb73b682f2 + gl-matrix 3.3.0 - MIT + glob 7.1.6 - Multi-license: CC-BY-4.0 OR - ISC + MIT - CC-BY-4.0 + glob-parent 5.1.1 - MIT - ISC + global 4.4.0 - MIT + global-modules 2.0.0 - MIT + global-prefix 3.0.0 - MIT + globals 9.18.0 - MIT + globby 7.1.1 - MIT + go e369490fb7db5f2 - BSD-3-Clause - Multi-license: BSD-3-Clause + d42bb0e8ee19b48 OR GPL-2.0 + 378dee0ebf - Public-domain + go-cache 46f407853014144 - MIT + 407b6c2ec7ccc76 + bf67958d93 + go-colorful fadcb7c7fa1e478 - MIT + 44a23f5ebea9521 + 9172166a56 + go-daemon bf839693b97cb19 - MIT + a587b25649bbcb5 + 9ee16bdb2f + go-exif e0ce96b49e0ed20 - MIT + 822610731e3b46c + 347014f968 + go-humanize afde56e7acacd81 - MIT + 1f6c94228c2c61a + f2b0e93158 + go-jpeg-image- d40a386309d24fb - MIT + structure 714c60dcf1f5f88 + bff3ad9237 + go-png-image- 4cfc78940228a77 - MIT + structure 771fc9078a6e946 + 9a2f846620 + go-tz.v2 4829d8ecacbd084 - MIT - Multi-license: MIT OR + 292a5be78a6736d ODbL-1.0 + 91826ff3bb - ODbL-1.0 + go.geojson a5c451da2d9c67c - MIT + 590ae6be92565b6 + 7698286a1a + go.uuid b2ce2384e17bbe0 - MIT + c6d34077efa39db + ab3e09123b + godirwalk 99bb3743ba1bdd1 - BSD-2-Clause + 93cd193bcc0aece + d2dd577c4d + gorm 652ce20210514e4 - MIT + cff0d22223f4ea0 + 588afcc3dd + gowebdav 9380631c29a171f - BSD-3-Clause + c5f0b42e9024b93 + 4dec3f5527 + graceful-fs 4.2.4 - MIT - ISC + grid-index 1.1.0 - MIT - ISC + growl 1.10.5 - MIT + gzip-size 5.1.1 - MIT + has 1.0.3 - MIT + has-ansi 2.0.0 - MIT + has-binary2 1.0.3 - MIT + has-cors 1.1.0 - MIT + has-flag 4.0.0 - MIT + has-symbols 1.0.1 - MIT + has-unicode 2.0.1 - MIT - ISC + has-value 1.0.0 - MIT + has-values 1.0.0 - MIT + hash-base 3.1.0 - MIT + hash-sum 1.0.2 - MIT + hash.js 1.1.7 - MIT - Apache-2.0 + he 1.2.0 - MIT + hex-color-regex 1.1.0 - MIT + hls.js 0.13.2 - Multi-license: Apache-2.0 OR - Apache-2.0 + MIT - Multi-license: Apache-2.0 OR + BSD-3-Clause + - BSD-3-Clause + - W3C + hmac-drbg 1.0.1 - MIT + home-or-tmp 2.0.0 - MIT + homedir- 1.0.3 - MIT + polyfill + hoopy 0.1.4 - MIT + hosted-git-info 2.8.8 - MIT - ISC + hsl-regex 1.0.0 - MIT + hsla-regex 1.0.0 - MIT + html-comment- 1.1.2 - MIT + regex + html-entities 1.3.1 - MIT + html-escaper 2.0.0 - MIT + html-minifier 3.5.21 - MIT - MPL-2.0 + html-webpack- 3.2.0 - MIT + plugin + htmlparser2 4.1.0 - MIT + http-errors 1.7.3 - MIT + http-proxy 1.18.1 - MIT + http-proxy- 0.19.2 - MIT + middleware + https- 1.0.0 - MIT + browserify + https-proxy- 4.0.0 - MIT + agent + hub 5d3f1021eab7fda - Apache-2.0 + b9d6006ff995144 + e7268ca9ed + i18n-iso- 5.5.0 - MIT + countries + iconv-lite 0.4.24 - MIT + icss-replace- 1.1.0 - ISC + symbols + icss-utils 4.1.0 - MIT + - ISC + ieee754 1.1.13 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + iferr 0.1.5 - MIT + ignore 5.1.4 - MIT + ignore-walk 3.0.3 - MIT - ISC + imaging 339f5d48a4f3352 - MIT + fe8bcdefe81de01 + e25f711b09 + import-cwd 2.1.0 - MIT + import-fresh 3.2.1 - MIT + import-from 2.1.0 - MIT + import-local 2.0.0 - MIT + imurmurhash 0.1.4 - MIT + indexes-of 1.0.1 - MIT + indexof 0.0.1 - MIT + infer-owner 1.0.4 - MIT - ISC + inflection 970f05d9c0e1f5c - MIT + 179cedc3a0ad940 + 10958733ab + inflight 1.0.6 - MIT - ISC + inherits 2.0.4 - MIT - ISC + ini 1.3.5 - MIT - ISC + inject-loader 4.0.1 - MIT + inquirer 7.1.0 - MIT + interpret 1.4.0 - MIT + invariant 2.2.4 - MIT + ipaddr.js 1.9.1 - MIT + irregular- 2.0.0 - MIT + plurals + is-absolute-url 2.1.0 - MIT-possibility + is-accessor- 1.0.0 - MIT + descriptor + is-arrayish 0.3.2 - MIT + is-binary-path 2.1.0 - MIT + is-buffer 2.0.4 - MIT + is-callable 1.2.0 - MIT + is-color-stop 1.1.0 - MIT + is-data- 1.0.0 - MIT + descriptor + is-date-object 1.0.2 - MIT + is-descriptor 1.0.2 - MIT + is-directory 0.3.1 - MIT + is-expression 3.0.0 - MIT-possibility + is-extendable 1.0.1 - MIT + is-extglob 2.1.1 - MIT + is-finite 1.0.2 - MIT + is-fullwidth- 3.0.0 - MIT + code-point + is-glob 4.0.1 - MIT + is-number 7.0.0 - MIT + is-obj 1.0.1 - MIT-possibility + is-path-cwd 2.2.0 - MIT + is-path-in-cwd 2.1.0 - MIT + is-path-inside 2.1.0 - MIT + is-plain-obj 1.1.0 - MIT + is-plain-object 2.0.4 - MIT + is-promise 2.1.0 - MIT + is-regex 1.1.0 - MIT + is-resolvable 1.1.0 - Multi-license: ISC OR MIT + is-string 1.0.5 - MIT + is-svg 3.0.0 - MIT + is-symbol 1.0.3 - MIT + is-windows 1.0.2 - MIT + is-wsl 1.1.0 - MIT-possibility + isarray 2.0.1 - MIT-possibility + isbinaryfile 4.0.6 - MIT + isexe 2.0.0 - MIT - ISC + isobject 3.0.1 - MIT + istanbul-api 2.1.6 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul-lib- 3.0.0 - BSD-3-Clause + coverage - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul-lib- 2.0.7 - BSD-3-Clause + hook - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul-lib- 4.0.0 - BSD-3-Clause + instrument - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul-lib- 2.0.8 - BSD-3-Clause + report - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul-lib- 3.0.6 - BSD-3-Clause + source-maps - Multi-license: BSD-2-Clause + OR BSD-3-Clause + istanbul- 2.2.7 - BSD-3-Clause + reports - Multi-license: BSD-2-Clause + OR BSD-3-Clause + js-stringify 1.0.2 - MIT-possibility + js-tokens 4.0.0 - MIT + js-yaml 3.14.0 - MIT + jsesc 2.5.2 - MIT + json-parse- 1.0.2 - MIT + better-errors + json-schema- 0.4.1 - MIT + traverse + json-stable- 1.0.1 - Multi-license: MIT OR - MIT + stringify- Public-domain + without-jsonify + json5 2.1.3 - MIT + jsonfile 4.0.0 - MIT + jstransformer 1.0.0 - MIT-possibility + just-extend 4.1.0 - MIT + karma 5.1.0 - MIT + karma-chrome- 3.1.0 - MIT + launcher + karma-coverage- 2.1.1 - MIT + istanbul- + reporter + karma-htmlfile- 0.3.8 - MIT + reporter + karma-mocha 2.0.1 - MIT + karma-verbose- 0.0.6 - MIT + reporter + karma-webpack 4.0.2 - MIT + kdbush 3.0.0 - MIT - ISC + kind-of 6.0.3 - MIT + last-call- 3.0.0 - MIT + webpack-plugin + lazy-cache 1.0.4 - MIT + leven 3.1.0 - MIT + levenary 1.1.1 - MIT + levn 0.3.0 - MIT + load-json-file 2.0.0 - MIT + loader-fs-cache 1.0.3 - MIT + loader-runner 2.4.0 - MIT + loader-utils 2.0.0 - MIT + locate-path 5.0.0 - MIT + lodash 4.17.19 - MIT + lodash._ 3.0.0 - MIT + reinterpolate + lodash. 4.5.0 - MIT + clonedeep + lodash.get 4.4.2 - MIT + lodash. 4.0.6 - MIT + isplainobject + lodash.memoize 4.1.2 - MIT-style + lodash.template 4.5.0 - MIT + lodash. 4.2.0 - MIT + templatesetting + s + lodash.trim 4.5.1 - MIT-style + lodash.uniq 4.5.0 - MIT + lodash.without 4.4.0 - MIT-style + log-symbols 3.0.0 - MIT + log4js 6.3.0 - Apache-2.0 + logrus 6699a89a232f3db - MIT + 797f2e280639854 + bbc4b89725 + longest 1.0.1 - Multi-license: MIT OR + https://github.com/ + jonschlinkert/longest/blob/ + master/LICENSE + - MIT + loose-envify 1.4.0 - MIT + lower-case 1.1.4 - MIT-possibility + lru-cache 5.1.1 - MIT - ISC + luxon 1.24.1 - MIT + make-dir 2.1.0 - MIT + map-cache 0.2.2 - MIT + map-visit 1.0.0 - MIT + mapbox-gl 1.11.1 - Multi-license: BSD-3-Clause - BSD-3-Clause + OR MIT - Multi-license: BSD-2-Clause + - Multi-license: ISC OR OR MIT + See-file + material- 5.0.1 - Apache-2.0 + design-icons- + iconfont + md5 2.2.1 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + md5.js 1.3.5 - MIT + mdn-data 2.0.6 - CC0-1.0 + media-typer 0.3.0 - MIT + mediaelement 4.2.16 - MIT - Multi-license: GPL-3.0-only + OR MIT + memory-fs 0.5.0 - MIT + merge- 1.0.1 - MIT + descriptors + merge-source- 1.1.0 - MIT + map + methods 1.1.2 - MIT + micromatch 3.1.10 - MIT + miller-rabin 4.0.1 - MIT + mime 2.4.6 - MIT + mime-db 1.44.0 - MIT - Multi-license: Apache-2.0 OR + CPL-1.0 OR MIT-CMU OR SPL-1.0 + mime-types 2.1.27 - MIT + mimic-fn 2.1.0 - MIT + min-document 2.19.0 - MIT + - + http://github.com/Raynos/min- + document/raw/master/LICENSE + mini-css- 0.7.0 - MIT + extract-plugin + minimalistic- 1.0.1 - MIT - ISC + assert + minimalistic- 1.0.1 - MIT + crypto-utils + minimatch 3.0.4 - MIT - ISC + minimist 1.2.5 - MIT + minipass 3.1.1 - MIT - ISC + minizlib 2.1.0 - MIT + mississippi 3.0.0 - BSD-3-Clause - BSD-2-Clause + mixin-deep 1.3.2 - MIT + mkdirp 0.5.5 - MIT + mocha 6.2.3 - MIT - Multi-license: BSD-3-Clause + OR MIT + moment 2.27.0 - MIT + moment-timezone 0.5.31 - MIT + move- 1.0.1 - ISC-possibility + concurrently - MIT-style + ms 2.1.2 - MIT + murmurhash-js 1.0.0 - MIT-possibility + mute-stream 0.0.8 - MIT - ISC + nan 2.14.0 - MIT + nanomatch 1.2.13 - MIT + natural-compare 1.4.0 - MIT + needle 2.4.0 - MIT + negotiator 0.6.2 - MIT + neo-async 2.6.2 - MIT + net ab34263943818b3 - BSD-3-Clause - Multi-license: BSD-3-Clause + 2f575efc978a3d2 OR CC-BY-3.0 + 4e80b04bd7 + next-tick 1.0.0 - MIT + nice-try 1.0.5 - MIT + nise 4.0.4 - Multi-license: BSD-2-Clause - Multi-license: MIT OR + OR BSD-3-Clause Unlicense + - BSD-3-Clause + no-case 2.3.2 - MIT + node- 1.0.5 - Apache-2.0 + environment- + flags + node-libs- 2.2.1 - MIT + browser + node-modules- 1.0.0 - MIT-possibility + regexp + node-pre-gyp 0.14.0 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + node-releases 1.1.59 - MIT + nopt 4.0.1 - MIT - ISC + normalize- 2.5.0 - BSD-2-Clause - BSD-3-Clause + package-data - MIT + normalize-path 3.0.0 - MIT + normalize-range 0.1.2 - MIT-possibility + normalize-url 3.3.0 - MIT + npm-bundled 1.1.1 - MIT - ISC + npm-normalize- 1.0.1 - MIT - ISC + package-bin + npm-packlist 1.4.7 - MIT - ISC + npmlog 4.1.2 - MIT - ISC + nth-check 1.0.2 - BSD-2-Clause - BSD-3-Clause + num2fraction 1.2.2 - MIT + number-is-nan 1.0.1 - MIT + object-assign 4.1.1 - MIT + object- 0.0.3 - MIT-possibility + component + object-copy 0.1.0 - MIT + object-hash 2.0.3 - MIT + object-inspect 1.8.0 - MIT + object-keys 1.1.1 - MIT + object-path 0.11.4 - MIT-possibility + object-visit 1.0.1 - MIT + object.assign 4.1.0 - MIT + object. 2.1.0 - MIT + getownpropertyd + escriptors + object.pick 1.3.0 - MIT + object.values 1.1.1 - MIT + on-finished 2.3.0 - MIT + once 1.4.0 - MIT - ISC + onetime 5.1.0 - MIT + open-location- e28188e713401e7 - Apache-2.0 - public-domain + code 7aedebfeaff74b9 + bf1a7325af + opener 1.5.1 - Multi-license: MIT OR WTFPL + - MIT + optimize-css- 5.0.3 - MIT + assets-webpack- + plugin + optionator 0.8.3 - MIT + ora 3.4.0 - MIT + os-browserify 0.3.0 - MIT + os-homedir 1.0.2 - MIT + os-tmpdir 1.0.2 - MIT + osenv 0.1.5 - MIT - ISC + p-limit 2.3.0 - MIT + p-locate 4.1.0 - MIT + p-map 2.1.0 - MIT + p-try 2.2.0 - MIT + pako 1.0.11 - MIT - Zlib + parallel- 1.2.0 - MIT + transform + param-case 2.1.1 - MIT-possibility + parent-module 1.0.1 - MIT + parse-asn1 5.1.5 - MIT - ISC + parse-json 4.0.0 - MIT + parse-passwd 1.0.0 - MIT + parse5 3.0.3 - MIT + parseqs 0.0.5 - MIT + parseuri 0.0.5 - MIT + parseurl 1.3.3 - MIT + pascalcase 0.1.1 - MIT + path-browserify 0.0.1 - MIT + path-dirname 1.0.2 - MIT + path-exists 4.0.0 - MIT + path-is- 1.0.1 - MIT + absolute + path-is-inside 1.0.2 - MIT + - WTFPL + path-key 3.1.1 - MIT + path-parse 1.0.6 - MIT + path-to-regexp 1.8.0 - MIT + path-type 3.0.0 - MIT + pathval 1.1.0 - MIT + pbf 3.2.1 - Multi-license: BSD-2-Clause - MIT + OR BSD-3-Clause + - BSD-3-Clause + pbkdf2 3.1.1 - MIT + pend 1.2.0 - MIT + photoswipe 4.1.3 - MIT + picomatch 2.2.2 - MIT + pify 4.0.1 - MIT + pinkie 2.0.4 - MIT + pinkie-promise 2.0.1 - MIT + pirates 4.0.1 - MIT + pkg-dir 3.0.0 - MIT + plur 3.1.1 - MIT + pluralize 8.0.0 - MIT + pofile 1.1.0 - MIT + posix- 0.1.1 - MIT - Multi-license: CC-BY-4.0 OR + character- MIT + classes + postcss 7.0.32 - MIT + postcss- 4.0.2 - MIT + attribute-case- + insensitive + postcss- 0.6.0 - MIT + browser- + reporter + postcss-calc 7.0.2 - MIT + postcss-color- 2.0.1 - CC0-1.0 + functional- + notation + postcss-color- 5.0.0 - Multi-license: ISC OR MIT + gray - MIT + postcss-color- 5.0.3 - MIT + hex-alpha + postcss-color- 3.0.3 - CC0-1.0 + mod-function + postcss-color- 4.0.1 - MIT + rebeccapurple + postcss- 4.0.3 - MIT + colormin + postcss- 4.0.1 - MIT + convert-values + postcss-custom- 7.0.8 - MIT + media + postcss-custom- 8.0.11 - MIT + properties + postcss-custom- 5.1.2 - MIT + selectors + postcss-dir- 5.0.0 - CC0-1.0 + pseudo-class + postcss- 4.0.2 - MIT + discard- + comments + postcss- 4.0.2 - MIT + discard- + duplicates + postcss- 4.0.1 - MIT + discard-empty + postcss- 4.0.1 - MIT + discard- + overridden + postcss-double- 1.0.0 - CC0-1.0 + position- + gradients + postcss-env- 2.0.2 - CC0-1.0 + function + postcss-focus- 4.0.0 - CC0-1.0 + visible + postcss-focus- 3.0.0 - CC0-1.0 + within + postcss-font- 4.0.0 - MIT + variant + postcss-gap- 2.0.0 - CC0-1.0 + properties + postcss-image- 3.0.1 - CC0-1.0 + set-function + postcss-import 12.0.1 - MIT + postcss-initial 3.0.2 - MIT + postcss-lab- 2.0.1 - CC0-1.0 + function + postcss-load- 2.1.0 - MIT + config + postcss-load- 1.2.0 - MIT-possibility + options + postcss-load- 2.3.0 - MIT-possibility + plugins + postcss-loader 3.0.0 - MIT + postcss-logical 3.0.0 - CC0-1.0 + postcss-media- 4.0.0 - MIT + minmax + postcss-merge- 4.0.11 - MIT + longhand + postcss-merge- 4.0.3 - MIT + rules + postcss-minify- 4.0.2 - MIT + font-values + postcss-minify- 4.0.2 - MIT + gradients + postcss-minify- 4.0.2 - MIT + params + postcss-minify- 4.0.2 - MIT + selectors + postcss- 2.0.0 - MIT - ISC + modules- + extract-imports + postcss- 2.0.6 - MIT + modules-local- + by-default + postcss- 2.1.0 - MIT - ISC + modules-scope + postcss- 2.0.0 - MIT - ISC + modules-values + postcss-nesting 7.0.1 - CC0-1.0 + postcss- 4.0.1 - MIT + normalize- + charset + postcss- 4.0.2 - MIT + normalize- + display-values + postcss- 4.0.2 - MIT + normalize- + positions + postcss- 4.0.2 - MIT + normalize- + repeat-style + postcss- 4.0.2 - MIT + normalize- + string + postcss- 4.0.2 - MIT + normalize- + timing- + functions + postcss- 4.0.1 - MIT + normalize- + unicode + postcss- 4.0.1 - MIT + normalize-url + postcss- 4.0.2 - MIT + normalize- + whitespace + postcss- 4.1.2 - MIT + ordered-values + postcss- 2.0.0 - CC0-1.0 + overflow- + shorthand + postcss-page- 2.0.0 - MIT + break + postcss-place 4.0.1 - CC0-1.0 + postcss-preset- 6.7.0 - CC0-1.0 + env + postcss-pseudo- 6.0.0 - Multi-license: CC0-1.0 OR + class-any-link public-domain + - CC0-1.0 + postcss-reduce- 4.0.3 - MIT - CC-BY-SA-2.5 + initial + postcss-reduce- 4.0.2 - MIT + transforms + postcss- 3.0.0 - MIT + replace- + overflow-wrap + postcss- 6.0.1 - MIT + reporter + postcss- 4.0.0 - MIT + selector- + matches + postcss- 4.0.0 - MIT + selector-not + postcss- 6.0.2 - MIT + selector-parser + postcss-svgo 4.0.2 - MIT + postcss-unique- 4.0.1 - MIT + selectors + postcss-url 8.0.0 - MIT + postcss-value- 4.1.0 - MIT + parser + postcss-values- 2.0.1 - MIT + parser + potpack 1.0.1 - MIT - ISC + prelude-ls 1.1.2 - Multi-license: MIT OR + https://raw.github.com/gkz/ + prelude-ls/master/LICENSE + - MIT + prepend-http 1.0.4 - MIT + prettier 1.17.0 - MIT - Multi-license: Apache-2.0 OR + BSD-2-Clause OR MIT + - Multi-license: BSD-3-Clause + OR MIT + pretty-error 2.1.1 - MIT + private 0.1.8 - MIT + process 0.11.10 - MIT + process- 2.0.1 - MIT + nextick-args + progress 2.0.3 - MIT + promise 7.3.1 - MIT + promise- 1.0.1 - ISC-possibility + inflight - MIT-style + protocol- 3.4.0 - MIT + buffers-schema + proxy-addr 2.0.6 - MIT + proxy-from-env 1.1.0 - MIT + prr 1.0.1 - MIT + pseudomap 1.0.2 - MIT - ISC + public-encrypt 4.0.3 - MIT + pubsub-js 1.8.0 - MIT + pug 2.0.4 - MIT + pug-attrs 2.0.4 - MIT + pug-code-gen 2.0.2 - MIT + pug-error 1.3.3 - MIT + pug-filters 3.1.1 - MIT + pug-lexer 4.1.0 - MIT + pug-linker 3.0.6 - MIT + pug-load 2.0.12 - MIT + pug-parser 5.0.1 - MIT + pug-runtime 2.0.5 - MIT + pug-strip- 1.0.4 - MIT + comments + pug-walk 1.1.8 - MIT + pump 3.0.0 - MIT + pumpify 1.5.1 - MIT + punycode 2.1.1 - MIT + puppeteer-core 2.1.1 - Apache-2.0 + q 1.5.1 - MIT - Multi-license: Apache-2.0 OR + MIT + qjobs 1.2.0 - MIT + qs 6.7.0 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + query-string 4.3.4 - MIT + querystring 0.2.0 - Multi-license: MIT OR - MIT + https://github.com/Gozala/ + enchain/License.md + querystring-es3 0.2.1 - Multi-license: MIT OR - MIT + https://github.com/Gozala/ + enchain/License.md + quickselect 2.0.0 - MIT - ISC + randombytes 2.1.0 - MIT + randomfill 1.0.4 - MIT + range-parser 1.2.1 - MIT + ranges-apply 3.1.10 - MIT + ranges-merge 4.3.8 - MIT + ranges-push 3.7.14 - MIT + ranges-sort 3.12.0 - MIT + raw-body 2.4.0 - MIT + rc 1.2.8 - Apache-2.0 - BSD-3-Clause + - Multi-license: BSD-2-Clause - Multi-license: Apache-2.0 OR + OR BSD-3-Clause BSD-3-Clause OR MIT + - MIT + - BSD-2-Clause + read-cache 1.0.0 - MIT-possibility + read-pkg 2.0.0 - MIT + read-pkg-up 2.0.0 - MIT + readable-stream 3.6.0 - MIT + readdirp 3.4.0 - MIT + regenerate 1.4.1 - MIT + regenerate- 8.2.0 - MIT + unicode- + properties + regenerator- 0.13.5 - MIT + runtime + regenerator- 0.14.5 - MIT + transform + regex-not 1.0.2 - MIT + regex-parser 2.2.10 - MIT + regexpp 3.1.0 - MIT + regexpu-core 4.7.0 - MIT + regjsgen 0.5.2 - MIT + regjsparser 0.6.4 - Multi-license: BSD-2-Clause - BSD-3-Clause + OR BSD-3-Clause + - BSD-2-Clause + relateurl 0.2.7 - MIT + remove- 1.1.0 - ISC - MIT + trailing- + separator + renderkid 2.0.3 - MIT + repeat-element 1.1.3 - MIT + repeat-string 1.6.1 - MIT + repeating 2.0.1 - MIT + require- 2.1.1 - MIT + directory + require-from- 1.2.1 - MIT-possibility + string + require-main- 2.0.0 - ISC + filename - MIT + requires-port 1.0.0 - MIT + resize- 1.5.1 - MIT + observer- + polyfill + resolve 1.17.0 - MIT + resolve-cwd 2.0.0 - MIT-possibility + resolve-dir 1.0.1 - MIT + resolve-from 5.0.0 - MIT + resolve- 2.1.0 - MIT + protobuf-schema + resolve-url 0.2.1 - MIT + resolve-url- 3.1.1 - MIT + loader + restore-cursor 3.1.0 - MIT + ret 0.1.15 - MIT + rework 1.0.1 - MIT + rework-visit 1.0.0 - MIT-possibility + rfdc 1.1.4 - MIT + rgb-regex 1.0.1 - MIT + rgba-regex 1.0.0 - MIT + right-align 0.1.3 - MIT + rimraf 3.0.2 - MIT - ISC + ripemd160 2.0.2 - MIT + run-async 2.4.0 - MIT + run-queue 1.0.3 - ISC-possibility + rw 1.3.3 - BSD + rxjs 6.5.5 - Apache-2.0 + safe-buffer 5.2.1 - MIT + safe-regex 1.1.0 - MIT + safer-buffer 2.1.2 - MIT + sass-loader 7.3.1 - MIT + sax 1.2.4 - MIT - ISC + schema-utils 2.7.0 - MIT + semver 7.0.0 - MIT - ISC + send 0.17.1 - MIT + serialize- 3.1.0 - BSD-3-Clause + javascript - Multi-license: BSD-2-Clause + OR BSD-3-Clause + serve-static 1.14.1 - MIT + set-blocking 2.0.0 - ISC + - MIT + set-value 2.0.1 - MIT + setimmediate 1.0.5 - MIT + setprototypeof 1.1.1 - MIT - ISC + sha.js 2.4.11 - Multi-license: BSD-2-Clause - BSD-3-Clause + OR BSD-3-Clause OR MIT - MIT + - Multi-license: BSD-3-Clause + OR MIT + shallow-clone 3.0.1 - MIT + shebang-command 2.0.0 - MIT + shebang-regex 3.0.0 - MIT + signal-exit 3.0.3 - ISC + - MIT + simple-swizzle 0.2.2 - MIT + sinon 9.0.2 - Multi-license: BSD-2-Clause - Multi-license: BSD-3-Clause + OR BSD-3-Clause OR MIT + - BSD-3-Clause + slash 2.0.0 - MIT + slice-ansi 2.1.0 - MIT + slug 853565075b0cefa - - MPL-2.0 + 5c1e4de2f05cf57 MPL-2.0-no-copyleft-exception + a4fd90740f + snapdragon 0.8.2 - MIT + snapdragon-node 2.1.1 - MIT + snapdragon-util 3.0.1 - MIT + socket.io 2.3.0 - MIT + socket.io- 1.1.2 - MIT + adapter + socket.io- 2.3.0 - MIT + client + socket.io- 3.4.1 - MIT + parser + sockette 2.0.6 - MIT + sort-keys 1.1.2 - MIT + source-list-map 2.0.1 - MIT - BSD-3-Clause + source-map 0.7.3 - BSD-3-Clause + source-map- 0.5.3 - MIT + resolve + source-map- 0.5.19 - MIT + support + source-map-url 0.4.0 - MIT + spdx-correct 3.1.1 - Apache-2.0 - Multi-license: Apache-2.0 OR + GPL-2.0-or-later OR + LGPL-2.1-only OR MPL-2.0 OR + UPL-1.0 + - GPL-3.0-or-later + spdx-exceptions 2.3.0 - CC-BY-3.0 - CC-BY-4.0 + - Multi-license: GPL-3.0-only + OR LGPL-3.0-only + spdx- 3.0.1 - MIT - Multi-license: BSD-3-Clause + expression- OR CC-BY-4.0 OR LGPL-2.1-only + parse OR MIT + spdx-license- 3.0.5 - CC0-1.0 - Multi-license: GPL-3.0-only + ids OR LGPL-3.0-only + - Multi-license: BSD-3-Clause + OR GPL-3.0-or-later + split-string 3.1.0 - MIT + sprintf-js 1.0.3 - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + ssri 6.0.1 - ISC + - MIT + stable 0.1.8 - MIT + stackframe 1.2.0 - MIT + static-extend 0.1.2 - MIT + statuses 1.5.0 - MIT + stream- 2.0.2 - MIT + browserify + stream-each 1.2.3 - MIT + stream-http 2.8.3 - MIT + stream-shift 1.0.1 - MIT + streamroller 2.2.4 - MIT + strict-uri- 1.1.0 - MIT + encode + string- 2.0.20 - MIT + collapse- + leading- + whitespace + string-left- 2.3.24 - MIT + right + string-strip- 4.5.0 - MIT + html + string-trim- 2.8.17 - MIT + spaces-only + string-width 4.2.0 - MIT + string. 1.0.1 - MIT + prototype. + trimend + string. 1.0.1 - MIT + prototype. + trimstart + string_decoder 1.3.0 - MIT + strip-ansi 6.0.0 - MIT + strip-bom 3.0.0 - MIT + strip-json- 3.1.0 - MIT + comments + style-loader 0.23.1 - MIT + stylehacks 4.0.3 - MIT + sugarss 2.0.0 - MIT + supercluster 7.1.0 - MIT - ISC + supports-color 7.1.0 - MIT + supports- 2.1.0 - MIT + hyperlinks + svg-url-loader 5.0.1 - MIT + svgo 1.3.2 - MIT - Apache-2.0 + table 5.4.6 - Multi-license: BSD-2-Clause + OR BSD-3-Clause + - BSD-3-Clause + tapable 1.1.3 - MIT + tar 5.0.5 - MIT - ISC + tensorflow b5a50ac95063c1a + df67ba29faa4c08 + 144b620527 + terser 4.7.0 - BSD-2-Clause - BSD-3-Clause + terser-webpack- 1.4.4 - MIT + plugin + test-exclude 6.0.0 - ISC + - MIT + testify 87a988cffbb9452 - MIT + 87b83c99ff8bd0c + 1de930dd85 + text-table 0.2.0 - MIT + through 2.3.8 - MIT - Multi-license: Apache-2.0 OR + - Apache-2.0 MIT + through2 2.0.5 - MIT + timers- 2.0.11 - MIT + browserify + times 7b495b9c2cf6476 - MIT - BSD-3-Clause + 36db72ab152d710 + a1624b870b + timsort 0.3.0 - MIT + tinyqueue 2.0.3 - MIT - ISC + tmp 0.2.1 - MIT + to-array 0.1.4 - MIT + - + http://github.com/Raynos/to- + array/raw/master/LICENSE + to-arraybuffer 1.0.1 - MIT + to-fast- 2.0.0 - MIT + properties + to-object-path 0.3.0 - MIT + to-regex 3.0.2 - MIT + to-regex-range 5.0.1 - MIT + toidentifier 1.0.0 - MIT + token-stream 0.0.1 - MIT-possibility + toposort 1.0.7 - MIT + trim-right 1.0.1 - MIT + truncate 2.1.0 - MIT + tryer 1.0.1 - MIT + tsconfig-paths 3.9.0 - MIT + tslib 1.13.0 - MIT - BSD-3-Clause + - Multi-license: BSD-2-Clause + OR BSD-3-Clause + tty-browserify 0.0.0 - MIT + type 2.0.0 - MIT - ISC + type-check 0.3.2 - MIT + type-detect 4.0.8 - MIT + type-fest 0.8.1 - MIT + type-is 1.6.18 - MIT + typedarray 0.0.6 - MIT + ua-parser-js 0.7.21 - MIT + uglify-js 3.4.10 - BSD-3-Clause + - BSD-2-Clause + uglify-to- 1.0.2 - MIT + browserify + unicode- 1.0.4 - MIT + canonical- + property-names- + ecmascript + unicode-match- 1.0.4 - MIT + property- + ecmascript + unicode-match- 1.2.0 - MIT + property-value- + ecmascript + unicode- 1.1.0 - MIT + property- + aliases- + ecmascript + union-value 1.0.1 - MIT + uniq 1.0.1 - MIT + uniqs 2.0.0 - MIT-possibility + unique-filename 1.1.1 - MIT - ISC + unique-slug 2.0.2 - MIT - ISC + universalify 0.1.2 - MIT + unpipe 1.0.0 - MIT + unquote 1.1.1 - MIT + unset-value 1.0.0 - MIT + upath 1.2.0 - MIT + upper-case 1.1.3 - MIT-possibility + uri-js 4.2.2 - BSD-3-Clause - BSD-2-Clause + urix 0.1.0 - MIT + url 0.11.0 - MIT + url-loader 1.1.2 - MIT + url-toolkit 2.2.0 - Apache-2.0 + use 3.1.1 - MIT + utf-8-validate 5.0.2 - MIT + util 0.11.1 - MIT + util-deprecate 1.0.2 - MIT + util.promisify 1.0.1 - MIT + utila 0.4.0 - MIT + utils-merge 1.0.1 - MIT + uuid 3.3.2 - MIT - Multi-license: BSD-3-Clause + OR MIT + v8-compile- 2.1.1 - MIT + cache + validate-npm- 3.0.4 - Apache-2.0 - GPL-3.0-only + package-license + vary 1.1.2 - MIT + vendors 1.0.4 - MIT + vlq 0.2.3 - MIT + vm-browserify 1.1.2 - MIT + void-elements 2.0.1 - MIT-possibility + vt-pbf 3.1.1 - Multi-license: BSD-3-Clause + OR MIT + vue 2.6.11 - MIT - Apache-2.0 + - GPL-2.0-or-later + vue-fullscreen 2.1.6 - MIT - ISC + vue-gettext 2.1.10 - MIT + vue-hot-reload- 2.3.3 - MIT + api + vue-infinite- 2.0.2 - MIT + scroll + vue-js-modal 2.0.0-rc.5 - MIT + vue-loader 14.2.4 - MIT + vue-luxon 0.7.3 - MIT + vue-router 3.3.4 - MIT + vue-style- 4.1.2 - MIT + loader + vue-template- 2.6.11 - MIT + compiler + vue-template- 1.9.1 - MIT + es2015-compiler + vue2-filters 0.9.1 - MIT + vuelidate 0.7.5 - MIT + vuetify 1.5.24 - MIT + watchpack 1.7.2 - MIT + watchpack- 2.0.0 - MIT + chokidar2 + wcwidth 1.0.1 - MIT-possibility + webpack 4.43.0 - MIT + webpack-bundle- 3.8.0 - MIT - Multi-license: BSD-3-Clause + analyzer OR MIT + webpack-cli 3.3.12 - MIT + webpack-dev- 3.7.2 - MIT + middleware + webpack-hot- 2.25.0 - MIT + middleware + webpack-log 2.0.0 - MIT + webpack-md5- 0.0.6 - MIT + hash + webpack-merge 4.2.2 - MIT + webpack-sources 1.4.3 - MIT + websocket b65e62901fc1c0d - BSD-2-Clause - BSD-3-Clause + 968042419e74789 + f6af455eb9 + which 2.0.2 - MIT - ISC + which-module 2.0.0 - ISC-possibility + - MIT-style + wide-align 1.1.3 - Multi-license: ISC OR MIT + window-size 0.1.0 - MIT + with 5.1.1 - MIT-possibility + word-wrap 1.2.3 - MIT + wordwrap 0.0.2 - Multi-license: MIT OR X11 - MIT + worker-farm 1.7.0 - MIT + wrap-ansi 6.2.0 - MIT + wrappy 1.0.2 - MIT - ISC + write 1.0.3 - MIT + ws 7.3.1 - MIT + xmlbuilder 10.1.1 - MIT + xmlhttprequest- 1.5.5 - MIT + ssl + xtend 4.0.2 - MIT + xxhashjs 0.2.2 - MIT + y18n 4.0.0 - Multi-license: ISC OR MIT - ISC + yallist 4.0.0 - MIT - ISC + yaml.v2 0b1645d91e851e7 - Apache-2.0 + 35d3e23330303ce - unknown + 81f70adbe3 + yargs 3.10.0 - MIT + yargs-parser 18.1.3 - ISC + - MIT + yargs-unparser 1.6.0 - MIT + yauzl 2.10.0 - MIT + yeast 0.1.2 - MIT -================================================================================ - - Deep Dependencies - -================================================================================ - -Direct dependencies not included. This option can be enabled in FOSSA. - - ================================================================================ Licenses @@ -2035,55 +2039,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in prr (1.0.1) - - -The MIT License (MIT) -===================== - -Copyright (c) 2014 Rod Vagg ---------------------------- - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in yeast (0.1.2) - - -The MIT License (MIT) - -Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - -------------------------------------------------------------------------------- MIT @@ -2113,41 +2068,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -BSD-3-Clause -Found in md5 (2.2.1) - - -Copyright © 2011-2012, Paul Vorbach. -Copyright © 2009, Jeff Mott. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. -* Neither the name Crypto-JS nor the names of its contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -------------------------------------------------------------------------------- MIT @@ -2156,7 +2076,7 @@ Found in next-tick (1.0.0) The MIT License -Copyright (C) 2012-2016 Mariusz Nowak +Copyright (C) 2012-2016 Mariusz Nowak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -2177,89 +2097,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in utila (0.4.0) - - -The MIT License (MIT) - -Copyright (c) 2014 Aria Minaei - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT-style -Found in lodash.memoize (4.1.2), lodash.uniq (4.5.0) - - -Copyright jQuery Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - -------------------------------------------------------------------------------- MIT @@ -2323,393 +2160,7 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in require-directory (2.1.1) - - -The MIT License (MIT) - -Copyright (c) 2011 Troy Goode - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT-style -Found in lodash._reinterpolate (3.0.0) - - -Copyright 2012-2015 The Dojo Foundation -Based on Underscore.js 1.7.0, copyright 2009-2015 Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in longest (1.0.1) - - -The MIT License (MIT) - -Copyright (c) 2014-2015, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in lazy-cache (1.0.4), to-object-path (0.3.0) - - -The MIT License (MIT) - -Copyright (c) 2015-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT-style -Found in window-size (0.1.0) - - -Copyright (c) 2014 Jon Schlinkert - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in on-finished (2.3.0) - - -(The MIT License) - -Copyright (c) 2013 Jonathan Ong -Copyright (c) 2014 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in media-typer (0.3.0) - - -(The MIT License) - -Copyright (c) 2014 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in pend (1.2.0) - - -The MIT License (Expat) - -Copyright (c) 2014 Andrew Kelley - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation files -(the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in unpipe (1.0.0) - - -(The MIT License) - -Copyright (c) 2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in url (0.11.0) - - -The MIT License (MIT) - -Copyright Joyent, Inc. and other Node contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in is-extglob (2.1.1) - - -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in simple-swizzle (0.2.2) - - -The MIT License (MIT) - -Copyright (c) 2015 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in pascalcase (0.1.1), right-align (0.1.3) - - -The MIT License (MIT) - -Copyright (c) 2015, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in process (0.11.10) +Found in process (0.5.2) (The MIT License) @@ -2739,12 +2190,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in object-copy (0.1.0), static-extend (0.1.2) +Found in simple-swizzle (0.2.2) The MIT License (MIT) -Copyright (c) 2016, Jon Schlinkert. +Copyright (c) 2015 Josh Junon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -2807,64 +2258,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in object-visit (1.0.1) - - -The MIT License (MIT) - -Copyright (c) 2015, 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in map-visit (1.0.0), union-value (1.0.1) - - -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -2889,92 +2282,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in isobject (3.0.1) - - -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------------------------------------------------------------------- - -MIT -Found in snapdragon-node (2.1.1), snapdragon-util (3.0.1) - - -The MIT License (MIT) - -Copyright (c) 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in posix-character-classes (0.1.1) - - -The MIT License (MIT) - -Copyright (c) 2016-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT-style @@ -2999,72 +2306,73 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- -MIT -Found in tmp (0.0.33) +Apache-2.0 +Found in ansi-html (0.0.7), atob (2.1.2), hash.js (1.1.7), mime-db (1.43.0), node-environment-flags (1.0.5), prettier (1.17.0), q (1.5.1), svgo (1.3.2), vue (2.6.11) -The MIT License (MIT) +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + 1. Definitions. -Copyright (c) 2014 KARASZI István + "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + + "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work. +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. +Copyright [yyyy] [name of copyright owner] +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- X11 -Found in buffer-crc32 (0.2.13), flatten (1.0.2), wordwrap (0.0.2), yargs (3.10.0) +Found in flatten (1.0.2), wordwrap (0.0.2) X11 License Copyright (C) 1996 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright ... - --------------------------------------------------------------------------------- - -MIT -Found in create-ecdh (4.0.3) - - -The MIT License (MIT) - -Copyright (c) 2014-2017 createECDH contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. +X Window System is a trademark of X Consortium, Inc. -------------------------------------------------------------------------------- @@ -3156,69 +2464,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -MIT -Found in socket.io-client (2.1.1) - - -The MIT License (MIT) - -Copyright (c) 2014 Guillermo Rauch - - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - --------------------------------------------------------------------------------- - -MIT -Found in socket.io (2.1.1) - - -(The MIT License) - -Copyright (c) 2014-2018 Automattic - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- GPL-2.0 -Found in go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) +Found in go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) GNU GENERAL PUBLIC LICENSE @@ -3227,7 +2476,60 @@ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble -The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free sof... +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. +The precise terms and conditions for copying, distribution and modification follow. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Programs +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. +< one line to give the program's name and an idea of what it does. > +Copyright (C) < yyyy > < name of author > +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA. Also add information on how to contact you by electronic and paper mail. +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. +< signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice -------------------------------------------------------------------------------- @@ -3273,158 +2575,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -MIT -Found in deep-extend (0.6.0) - - -The MIT License (MIT) - -Copyright (c) 2013-2018, Viacheslav Lotsmanov - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -Apache-2.0 -Found in rc (1.2.8) - - -Apache License, Version 2.0 - -Copyright (c) 2011 Dominic Tarr - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - --------------------------------------------------------------------------------- - -MIT -Found in rc (1.2.8) - - -The MIT License - -Copyright (c) 2011 Dominic Tarr - -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -BSD-2-Clause -Found in rc (1.2.8) - - -Copyright (c) 2013, Dominic Tarr -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those -of the authors and should not be interpreted as representing official policies, -either expressed or implied, of the FreeBSD Project. - - --------------------------------------------------------------------------------- - -MIT -Found in are-we-there-yet (1.1.5) - - -Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in wide-align (1.1.3) - - -Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - - -------------------------------------------------------------------------------- MIT @@ -3435,25 +2585,25 @@ The MIT License Copyright (c) 2015 John Hiesey -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- @@ -3486,35 +2636,6 @@ SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in fd-slicer (1.1.0) - - -Copyright (c) 2014 Andrew Kelley - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation files -(the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -3664,64 +2785,7 @@ http://creativecommons.org/publicdomain/zero/1.0/. -------------------------------------------------------------------------------- MIT -Found in error-ex (1.3.2), is-arrayish (0.3.2) - - -The MIT License (MIT) - -Copyright (c) 2015 JD Ballard - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in universalify (0.1.2) - - -(The MIT License) - -Copyright (c) 2017, Ryan Zimmerman - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the 'Software'), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in path-browserify (0.0.1), text-table (0.2.0), tty-browserify (0.0.0) +Found in path-browserify (0.0.1) This software is released under the MIT license: @@ -3772,171 +2836,6 @@ SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in nanomatch (1.2.13) - - -The MIT License (MIT) - -Copyright (c) 2016-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in uuid (3.3.2) - - -The MIT License (MIT) - -Copyright (c) 2010-2016 Robert Kieffer and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -BSD-3-Clause -Found in flat (4.1.0) - - -Copyright (c) 2014, Hugh Kennedy -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - --------------------------------------------------------------------------------- - -MIT -Found in yauzl (2.10.0) - - -The MIT License (MIT) - -Copyright (c) 2014 Josh Wolfe - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in js-tokens (4.0.0) - - -The MIT License (MIT) - -Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in loose-envify (1.4.0) - - -The MIT License (MIT) - -Copyright (c) 2015 Andres Suarez - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- BSD-2-Clause @@ -3989,37 +2888,6 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in extend (3.0.2) - - -The MIT License (MIT) - -Copyright (c) 2014 Stefan Thomas - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - -------------------------------------------------------------------------------- MIT @@ -4078,35 +2946,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in buffer-from (1.1.1) - - -MIT License - -Copyright (c) 2016, 2018 Linus Unnebäck - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -4165,35 +3004,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in path-parse (1.0.6) - - -The MIT License (MIT) - -Copyright (c) 2015 Javier Blanco - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -4253,18 +3063,40 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in atob (2.1.2) - - -At your option you may choose either of the following licenses: - - * The MIT License (MIT) - * The Apache License 2.0 (Apache-2.0) +Found in sugarss (2.0.0) The MIT License (MIT) -Copyright (c) 2015 AJ ONeal +Copyright 2016 Andrey Sitnik + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in webpack-log (2.0.0) + + +MIT License + +Copyright (c) 2017 webpack-contrib Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -4285,6 +3117,181 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in nice-try (1.0.5) + + +The MIT License (MIT) + +Copyright (c) 2018 Tobias Reich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +WTFPL +Found in opener (1.5.1), path-is-inside (1.0.2) + + +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +Version 2, December 2004 +Copyright (C) 2004 Sam Hocevar +Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. You just DO WHAT THE FUCK YOU WANT TO. + +-------------------------------------------------------------------------------- + +MIT +Found in chardet (0.7.0) + + +Copyright (C) 2018 Dmitry Shirokov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in css (2.2.4) + + +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in kdbush (3.0.0), quickselect (2.0.0) + + +ISC License + +Copyright (c) 2018, Vladimir Agafonkin + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in potpack (1.0.1) + + +ISC License + +Copyright (c) 2018, Mapbox + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in @xtuc/ieee754 (1.2.0) + + +Copyright (c) 2008, Fair Oaks Labs, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +Apache-2.0 +Found in url-toolkit (2.1.6) + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4462,18 +3469,7 @@ SOFTWARE. END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2015 AJ ONeal + Copyright 2016 Tom Jenkinson Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -4488,605 +3484,6 @@ SOFTWARE. limitations under the License. --------------------------------------------------------------------------------- - -CC-BY-3.0 -Found in atob (2.1.2) - - -Creative Commons Legal Code - -Attribution 3.0 Unported - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND -CONDITIONS. - -1. Definitions - - a. "Adaptation" means a work based upon the Work, or upon the Work and - other pre-existing works, such as a translation, adaptation, - derivative work, arrangement of music or other alterations of a - literary or artistic work, or phonogram or performance and includes - cinematographic adaptations or any other form in which the Work may be - recast, transformed, or adapted including in any form recognizably - derived from the original, except that a work that constitutes a - Collection will not be considered an Adaptation for the purpose of - this License. For the avoidance of doubt, where the Work is a musical - work, performance or phonogram, the synchronization of the Work in - timed-relation with a moving image ("synching") will be considered an - Adaptation for the purpose of this License. - b. "Collection" means a collection of literary or artistic works, such as - encyclopedias and anthologies, or performances, phonograms or - broadcasts, or other works or subject matter other than works listed - in Section 1(f) below, which, by reason of the selection and - arrangement of their contents, constitute intellectual creations, in - which the Work is included in its entirety in unmodified form along - with one or more other contributions, each constituting separate and - independent works in themselves, which together are assembled into a - collective whole. A work that constitutes a Collection will not be - considered an Adaptation (as defined above) for the purposes of this - License. - c. "Distribute" means to make available to the public the original and - copies of the Work or Adaptation, as appropriate, through sale or - other transfer of ownership. - d. "Licensor" means the individual, individuals, entity or entities that - offer(s) the Work under the terms of this License. - e. "Original Author" means, in the case of a literary or artistic work, - the individual, individuals, entity or entities who created the Work - or if no individual or entity can be identified, the publisher; and in - addition (i) in the case of a performance the actors, singers, - musicians, dancers, and other persons who act, sing, deliver, declaim, - play in, interpret or otherwise perform literary or artistic works or - expressions of folklore; (ii) in the case of a phonogram the producer - being the person or legal entity who first fixes the sounds of a - performance or other sounds; and, (iii) in the case of broadcasts, the - organization that transmits the broadcast. - f. "Work" means the literary and/or artistic work offered under the terms - of this License including without limitation any production in the - literary, scientific and artistic domain, whatever may be the mode or - form of its expression including digital form, such as a book, - pamphlet and other writing; a lecture, address, sermon or other work - of the same nature; a dramatic or dramatico-musical work; a - choreographic work or entertainment in dumb show; a musical - composition with or without words; a cinematographic work to which are - assimilated works expressed by a process analogous to cinematography; - a work of drawing, painting, architecture, sculpture, engraving or - lithography; a photographic work to which are assimilated works - expressed by a process analogous to photography; a work of applied - art; an illustration, map, plan, sketch or three-dimensional work - relative to geography, topography, architecture or science; a - performance; a broadcast; a phonogram; a compilation of data to the - extent it is protected as a copyrightable work; or a work performed by - a variety or circus performer to the extent it is not otherwise - considered a literary or artistic work. - g. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - h. "Publicly Perform" means to perform public recitations of the Work and - to communicate to the public those public recitations, by any means or - process, including by wire or wireless means or public digital - performances; to make available to the public Works in such a way that - members of the public may access these Works from a place and at a - place individually chosen by them; to perform the Work to the public - by any means or process and the communication to the public of the - performances of the Work, including by public digital performance; to - broadcast and rebroadcast the Work by any means including signs, - sounds or images. - i. "Reproduce" means to make copies of the Work by any means including - without limitation by sound or visual recordings and the right of - fixation and reproducing fixations of the Work, including storage of a - protected performance or phonogram in digital form or other electronic - medium. - -2. Fair Dealing Rights. Nothing in this License is intended to reduce, -limit, or restrict any uses free from copyright or rights arising from -limitations or exceptions that are provided for in connection with the -copyright protection under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to Reproduce the Work, to incorporate the Work into one or more - Collections, and to Reproduce the Work as incorporated in the - Collections; - b. to create and Reproduce Adaptations provided that any such Adaptation, - including any translation in any medium, takes reasonable steps to - clearly label, demarcate or otherwise identify that changes were made - to the original Work. For example, a translation could be marked "The - original work was translated from English to Spanish," or a - modification could indicate "The original work has been modified."; - c. to Distribute and Publicly Perform the Work including as incorporated - in Collections; and, - d. to Distribute and Publicly Perform Adaptations. - e. For the avoidance of doubt: - - i. Non-waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme cannot be waived, the Licensor - reserves the exclusive right to collect such royalties for any - exercise by You of the rights granted under this License; - ii. Waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme can be waived, the Licensor waives the - exclusive right to collect such royalties for any exercise by You - of the rights granted under this License; and, - iii. Voluntary License Schemes. The Licensor waives the right to - collect royalties, whether individually or, in the event that the - Licensor is a member of a collecting society that administers - voluntary licensing schemes, via that society, from any exercise - by You of the rights granted under this License. - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats. Subject to Section 8(f), all rights not expressly -granted by Licensor are hereby reserved. - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may Distribute or Publicly Perform the Work only under the terms - of this License. You must include a copy of, or the Uniform Resource - Identifier (URI) for, this License with every copy of the Work You - Distribute or Publicly Perform. You may not offer or impose any terms - on the Work that restrict the terms of this License or the ability of - the recipient of the Work to exercise the rights granted to that - recipient under the terms of the License. You may not sublicense the - Work. You must keep intact all notices that refer to this License and - to the disclaimer of warranties with every copy of the Work You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Work, You may not impose any effective technological - measures on the Work that restrict the ability of a recipient of the - Work from You to exercise the rights granted to that recipient under - the terms of the License. This Section 4(a) applies to the Work as - incorporated in a Collection, but this does not require the Collection - apart from the Work itself to be made subject to the terms of this - License. If You create a Collection, upon notice from any Licensor You - must, to the extent practicable, remove from the Collection any credit - as required by Section 4(b), as requested. If You create an - Adaptation, upon notice from any Licensor You must, to the extent - practicable, remove from the Adaptation any credit as required by - Section 4(b), as requested. - b. If You Distribute, or Publicly Perform the Work or any Adaptations or - Collections, You must, unless a request has been made pursuant to - Section 4(a), keep intact all copyright notices for the Work and - provide, reasonable to the medium or means You are utilizing: (i) the - name of the Original Author (or pseudonym, if applicable) if supplied, - and/or if the Original Author and/or Licensor designate another party - or parties (e.g., a sponsor institute, publishing entity, journal) for - attribution ("Attribution Parties") in Licensor's copyright notice, - terms of service or by other reasonable means, the name of such party - or parties; (ii) the title of the Work if supplied; (iii) to the - extent reasonably practicable, the URI, if any, that Licensor - specifies to be associated with the Work, unless such URI does not - refer to the copyright notice or licensing information for the Work; - and (iv) , consistent with Section 3(b), in the case of an Adaptation, - a credit identifying the use of the Work in the Adaptation (e.g., - "French translation of the Work by Original Author," or "Screenplay - based on original Work by Original Author"). The credit required by - this Section 4 (b) may be implemented in any reasonable manner; - provided, however, that in the case of a Adaptation or Collection, at - a minimum such credit will appear, if a credit for all contributing - authors of the Adaptation or Collection appears, then as part of these - credits and in a manner at least as prominent as the credits for the - other contributing authors. For the avoidance of doubt, You may only - use the credit required by this Section for the purpose of attribution - in the manner set out above and, by exercising Your rights under this - License, You may not implicitly or explicitly assert or imply any - connection with, sponsorship or endorsement by the Original Author, - Licensor and/or Attribution Parties, as appropriate, of You or Your - use of the Work, without the separate, express prior written - permission of the Original Author, Licensor and/or Attribution - Parties. - c. Except as otherwise agreed in writing by the Licensor or as may be - otherwise permitted by applicable law, if You Reproduce, Distribute or - Publicly Perform the Work either by itself or as part of any - Adaptations or Collections, You must not distort, mutilate, modify or - take other derogatory action in relation to the Work which would be - prejudicial to the Original Author's honor or reputation. Licensor - agrees that in those jurisdictions (e.g. Japan), in which any exercise - of the right granted in Section 3(b) of this License (the right to - make Adaptations) would be deemed to be a distortion, mutilation, - modification or other derogatory action prejudicial to the Original - Author's honor and reputation, the Licensor will waive or not assert, - as appropriate, this Section, to the fullest extent permitted by the - applicable national law, to enable You to reasonably exercise Your - right under Section 3(b) of this License (right to make Adaptations) - but not otherwise. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR -OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY -KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, -INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, -FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF -LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, -WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION -OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Adaptations or Collections - from You under this License, however, will not have their licenses - terminated provided such individuals or entities remain in full - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will - survive any termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You Distribute or Publicly Perform the Work or a Collection, - the Licensor offers to the recipient a license to the Work on the same - terms and conditions as the license granted to You under this License. - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor - offers to the recipient a license to the original Work on the same - terms and conditions as the license granted to You under this License. - c. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - d. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - e. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - f. The rights granted under, and the subject matter referenced, in this - License were drafted utilizing the terminology of the Berne Convention - for the Protection of Literary and Artistic Works (as amended on - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 - and the Universal Copyright Convention (as revised on July 24, 1971). - These rights and subject matter take effect in the relevant - jurisdiction in which the License terms are sought to be enforced - according to the corresponding provisions of the implementation of - those treaty provisions in the applicable national law. If the - standard suite of rights granted under applicable copyright law - includes additional rights not granted under this License, such - additional rights are deemed to be included in the License; this - License is not intended to restrict the license of any rights under - applicable law. - - -Creative Commons Notice - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, Creative Commons does not authorize - the use by either party of the trademark "Creative Commons" or any - related trademark or logo of Creative Commons without the prior - written consent of Creative Commons. Any permitted use will be in - compliance with Creative Commons' then-current trademark usage - guidelines, as may be published on its website or otherwise made - available upon request from time to time. For the avoidance of doubt, - this trademark restriction does not form part of this License. - - Creative Commons may be contacted at http://creativecommons.org/. - - --------------------------------------------------------------------------------- - -MIT -Found in fresh (0.5.2) - - -(The MIT License) - -Copyright (c) 2012 TJ Holowaychuk -Copyright (c) 2016-2017 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in sugarss (2.0.0) - - -The MIT License (MIT) - -Copyright 2016 Andrey Sitnik - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in iconv-lite (0.4.24) - - -Copyright (c) 2011 Alexander Shtuchkin - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - --------------------------------------------------------------------------------- - -MIT -Found in webpack-log (2.0.0) - - -MIT License - -Copyright (c) 2017 webpack-contrib - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in nice-try (1.0.5) - - -The MIT License (MIT) - -Copyright (c) 2018 Tobias Reich - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in chardet (0.7.0) - - -Copyright (C) 2018 Dmitry Shirokov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in css (2.2.4) - - -(The MIT License) - -Copyright (c) 2012 TJ Holowaychuk - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in kdbush (3.0.0), quickselect (2.0.0) - - -ISC License - -Copyright (c) 2018, Vladimir Agafonkin - -Permission to use, copy, modify, and/or distribute this software for any purpose -with or without fee is hereby granted, provided that the above copyright notice -and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in potpack (1.0.1) - - -ISC License - -Copyright (c) 2018, Mapbox - -Permission to use, copy, modify, and/or distribute this software for any purpose -with or without fee is hereby granted, provided that the above copyright notice -and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - --------------------------------------------------------------------------------- - -BSD-3-Clause -Found in @xtuc/ieee754 (1.2.0) - - -Copyright (c) 2008, Fair Oaks Labs, Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - - -------------------------------------------------------------------------------- MIT @@ -5230,36 +3627,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -------------------------------------------------------------------------------- MIT -Found in pbkdf2 (3.0.17) - - -The MIT License (MIT) - -Copyright (c) 2014 Daniel Cousens - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in postcss-minify-font-values (4.0.2), postcss-value-parser (4.0.3) +Found in postcss-minify-font-values (4.0.2), postcss-value-parser (4.1.0) Copyright (c) Bogdan Chadkin @@ -5343,113 +3711,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -CC-BY-4.0 -Found in spdx-exceptions (2.2.0), spdx-expression-parse (3.0.0) - - -Creative Commons Attribution 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related in... - --------------------------------------------------------------------------------- - -LGPL-3.0-only -Found in spdx-exceptions (2.2.0), spdx-license-ids (3.0.5), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) - - -GNU LESSER GENERAL PUBLIC LICENSE -Version 3, 29 June 2007 -Copyright (C) 2007 Free Software Foundation, Inc. -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. -This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. - - As used h... - --------------------------------------------------------------------------------- - -MIT -Found in dom-converter (0.2.0) - - -The MIT License (MIT) - -Copyright (c) 2013 Aria Minaei - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in public-encrypt (4.0.3) - - -Copyright (c) 2017 Calvin Metcalf - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in md5.js (1.3.5) - - -The MIT License (MIT) - -Copyright (c) 2016 Kirill Fomichev - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -5465,21 +3726,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in source-list-map (2.0.1) - - -Copyright 2017 JS Foundation - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -5677,7 +3923,7 @@ OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MPL-2.0 -Found in html-minifier (3.5.21), slug (853565075b0cefa5c1e4de2f05cf57a4fd90740f), spdx-correct (3.1.0), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89), tidb (b71a45022114a0f1ae0a70661a65b198a6e8f8db) +Found in html-minifier (3.5.21), slug (853565075b0cefa5c1e4de2f05cf57a4fd90740f), spdx-correct (3.1.0), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) Mozilla Public License Version 2.0 @@ -5685,7 +3931,83 @@ Mozilla Public License Version 2.0 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. 1.3. "Contribution" means Covered Software of a particular Contributor. - 1.4. "Covered Software" means Source Code Form to which the ... + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + 1.5. "Incompatible With Secondary Licenses" means + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + 1.6. "Executable Form" means any form of the work other than Source Code Form. + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + 1.8. "License" means this document. + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + 1.10. "Modifications" means any of the following: + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + (b) any new file in Source Code Form that contains any Covered Software. + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + 2. License Grants and Conditions + 2.1. Grants + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + 2.2. Effective Date + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + 2.3. Limitations on Grant Scope + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + (a) for any code that a Contributor has removed from Covered Software; or + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + 2.4. Subsequent Licenses + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + 2.5. Representation + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + 2.6. Fair Use + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + 2.7. Conditions + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + 3. Responsibilities + 3.1. Distribution of Source Form + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + 3.2. Distribution of Executable Form + If You distribute Covered Software in Executable Form then: + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + 3.3. Distribution of a Larger Work + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + 3.4. Notices + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + 3.5. Application of Additional Terms + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + 4. Inability to Comply Due to Statute or Regulation + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + 5. Termination + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + 6. Disclaimer of Warranty + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + 7. Limitation of Liability + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + 8. Litigation + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + 9. Miscellaneous + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + 10. Versions of the License + 10.1. New Versions + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + 10.2. Effect of New Versions + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + 10.3. Modified Versions + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. +You may add additional accurate notices of copyright ownership. +Exhibit B - "Incompatible With Secondary Licenses" Notice +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -------------------------------------------------------------------------------- @@ -5715,35 +4037,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in engine.io-parser (2.1.3) - - -(The MIT License) - -Copyright (c) 2016 Guillermo Rauch (@rauchg) - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -------------------------------------------------------------------------------- MIT @@ -5773,50 +4066,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in engine.io (3.2.1) - - -(The MIT License) - -Copyright (c) 2014 Guillermo Rauch - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, -sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or -substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - --------------------------------------------------------------------------------- - -MIT -Found in through2 (2.0.5) - - -# The MIT License (MIT) - -**Copyright (c) Rod Vagg (the "Original Author") and additional contributors** - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -5872,36 +4121,6 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in http-proxy-middleware (0.19.1) - - -The MIT License (MIT) - -Copyright (c) 2015 Steven Chim - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - -------------------------------------------------------------------------------- MIT @@ -5931,6 +4150,134 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +ODbL-1.0 +Found in go-tz.v2 (4829d8ecacbd084292a5be78a6736d91826ff3bb) + + +ODC Open Database License (ODbL) Preamble +The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify, and use this Database while maintaining this same freedom for others. Many databases are covered by copyright, and therefore this document licenses these rights. Some jurisdictions, mainly in the European Union, have specific rights that cover databases, and so the ODbL addresses these rights, too. Finally, the ODbL is also an agreement in contract for users of this Database to act in certain ways in return for accessing this Database. +Databases can contain a wide variety of types of content (images, audiovisual material, and sounds all in the same database, for example), and so the ODbL only governs the rights over the Database, and not the contents of the Database individually. Licensors should use the ODbL together with another license for the contents, if the contents have a single set of rights that uniformly covers all of the contents. If the contents have multiple sets of different rights, Licensors should describe what rights govern what contents together in the individual record or in some other way that clarifies what rights apply. +Sometimes the contents of a database, or the database itself, can be covered by other rights not addressed here (such as private contracts, trade mark over the name, or privacy rights / data protection rights over information in the contents), and so you are advised that you may have to consult other documents or clear other rights before doing activities not covered by this License. +------ +The Licensor (as defined below) +and +You (as defined below) +agree as follows: + 1.0 Definitions of Capitalised Words + "Collective Database" - Means this Database in unmodified form as part of a collection of independent databases in themselves that together are assembled into a collective whole. A work that constitutes a Collective Database will not be considered a Derivative Database. + "Convey" - As a verb, means Using the Database, a Derivative Database, or the Database as part of a Collective Database in any way that enables a Person to make or receive copies of the Database or a Derivative Database. Conveying does not include interaction with a user through a computer network, or creating and Using a Produced Work, where no transfer of a copy of the Database or a Derivative Database occurs. "Contents" - The contents of this Database, which includes the information, independent works, or other material collected into the Database. For example, the contents of the Database could be factual data or works such as images, audiovisual material, text, or sounds. + "Database" - A collection of material (the Contents) arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this License. + "Database Directive" - Means Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended or succeeded. + "Database Right" - Means rights resulting from the Chapter III ("sui generis") rights in the Database Directive (as amended and as transposed by member states), which includes the Extraction and Re-utilisation of the whole or a Substantial part of the Contents, as well as any similar rights available in the relevant jurisdiction under Section 10.4. + "Derivative Database" - Means a database based upon the Database, and includes any translation, adaptation, arrangement, modification, or any other alteration of the Database or of a Substantial part of the Contents. This includes, but is not limited to, Extracting or Re-utilising the whole or a Substantial part of the Contents in a new Database. + "Extraction" - Means the permanent or temporary transfer of all or a Substantial part of the Contents to another medium by any means or in any form. + "License" - Means this license agreement and is both a license of rights such as copyright and Database Rights and an agreement in contract. + "Licensor" - Means the Person that offers the Database under the terms of this License. + "Person" - Means a natural or legal person or a body of persons corporate or incorporate. + "Produced Work" - a work (such as an image, audiovisual material, text, or sounds) resulting from using the whole or a Substantial part of the Contents (via a search or other query) from this Database, a Derivative Database, or this Database as part of a Collective Database. + "Publicly" - means to Persons other than You or under Your control by either more than 50% ownership or by the power to direct their activities (such as contracting with an independent consultant). + "Re-utilisation" - means any form of making available to the public all or a Substantial part of the Contents by the distribution of copies, by renting, by online or other forms of transmission. + "Substantial" - Means substantial in terms of quantity or quality or a combination of both. The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may amount to the Extraction or Re-utilisation of a Substantial part of the Contents. + "Use" - As a verb, means doing any act that is restricted by copyright or Database Rights whether in the original medium or any other; and includes without limitation distributing, copying, publicly performing, publicly displaying, and preparing derivative works of the Database, as well as modifying the Database as may be technically necessary to use it in a different mode or format. + "You" - Means a Person exercising rights under this License who has not previously violated the terms of this License with respect to the Database, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + Words in the singular include the plural and vice versa. + 2.0 What this License covers + 2.1. Legal effect of this document. This License is: + a. A license of applicable copyright and neighbouring rights; + b. A license of the Database Right; and + c. An agreement in contract between You and the Licensor. + 2.2 Legal rights covered. This License covers the legal rights in the Database, including: + a. Copyright. Any copyright or neighbouring rights in the Database. The copyright licensed includes any individual elements of the Database, but does not cover the copyright over the Contents independent of this Database. See Section 2.4 for details. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Contents stored in the Database; + b. Database Rights. Database Rights only extend to the Extraction and Re-utilisation of the whole or a Substantial part of the Contents. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Contents are removed from the Database and are selected and arranged in a way that would not infringe any applicable copyright; and + c. Contract. This is an agreement between You and the Licensor for access to the Database. In return you agree to certain conditions of use on this access as outlined in this License. + 2.3 Rights not covered. + a. This License does not apply to computer programs used in the making or operation of the Database; + b. This License does not cover any patents over the Contents or the Database; and + c. This License does not cover any trademarks associated with the Database. + 2.4 Relationship to Contents in the Database. The individual items of the Contents contained in this Database may be covered by other rights, including copyright, patent, data protection, privacy, or personality rights, and this License does not cover any rights (other than Database Rights or in contract) in individual Contents contained in the Database. For example, if used on a Database of images (the Contents), this License would not apply to copyright over individual images, which could have their own separate licenses, or one single license covering all of the rights over the images. + 3.0 Rights granted + 3.1 Subject to the terms and conditions of this License, the Licensor grants to You a worldwide, royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database for the duration of any applicable copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future. + The rights granted cover, for example: + a. Extraction and Re-utilisation of the whole or a Substantial part of the Contents; + b. Creation of Derivative Databases; + c. Creation of Collective Databases; + d. Creation of temporary or permanent reproductions by any means and in any form, in whole or in part, including of any Derivative Databases or as a part of Collective Databases; and + e. Distribution, communication, display, lending, making available, or performance to the public by any means and in any form, in whole or in part, including of any Derivative Database or as a part of Collective Databases. + 3.2 Compulsory license schemes. For the avoidance of doubt: + a. Non-waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + b. Waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + c. Voluntary license schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + 3.3 The right to release the Database under different terms, or to stop distributing or making available the Database, is reserved. Note that this Database may be multiple-licensed, and so You may have the choice of using alternative licenses for this Database. Subject to Section 10.4, all other rights not expressly granted by Licensor are reserved. + 4.0 Conditions of Use + 4.1 The rights granted in Section 3 above are expressly made subject to Your complying with the following conditions of use. These are important conditions of this License, and if You fail to follow them, You will be in material breach of its terms. + 4.2 Notices. If You Publicly Convey this Database, any Derivative Database, or the Database as part of a Collective Database, then You must: + a. Do so only under the terms of this License or another license permitted under Section 4.4; + b. Include a copy of this License (or, as applicable, a license permitted under Section 4.4) or its Uniform Resource Identifier (URI) with the Database or Derivative Database, including both in the Database or Derivative Database and in any relevant documentation; and + c. Keep intact any copyright or Database Right notices and notices that refer to this License. + d. If it is not possible to put the required notices in a particular file due to its structure, then You must include the notices in a location (such as a relevant directory) where users would be likely to look for it. + 4.3 Notice for using output (Contents). Creating and Using a Produced Work does not require the notice in Section 4.2. However, if you Publicly Use a Produced Work, You must include a notice associated with the Produced Work reasonably calculated to make any Person that uses, views, accesses, interacts with, or is otherwise exposed to the Produced Work aware that Content was obtained from the Database, Derivative Database, or the Database as part of a Collective Database, and that it is available under this License. + a. Example notice. The following text will satisfy notice under Section 4.3: + Contains information from DATABASE NAME, which is made available here under the Open Database License (ODbL). + DATABASE NAME should be replaced with the name of the Database and a hyperlink to the URI of the Database. "Open Database License" should contain a hyperlink to the URI of the text of this License. If hyperlinks are not possible, You should include the plain text of the required URI's with the above notice. 4.4 Share alike. + a. Any Derivative Database that You Publicly Use must be only under the terms of: + i. This License; + ii. A later version of this License similar in spirit to this License; or + iii. A compatible license. + If You license the Derivative Database under one of the licenses mentioned in (iii), You must comply with the terms of that license. + b. For the avoidance of doubt, Extraction or Re-utilisation of the whole or a Substantial part of the Contents into a new database is a Derivative Database and must comply with Section 4.4. + c. Derivative Databases and Produced Works. A Derivative Database is Publicly Used and so must comply with Section 4.4. if a Produced Work created from the Derivative Database is Publicly Used. + d. Share Alike and additional Contents. For the avoidance of doubt, You must not add Contents to Derivative Databases under Section 4.4 a that are incompatible with the rights granted under this License. + e. Compatible licenses. Licensors may authorise a proxy to determine compatible licenses under Section 4.4 a iii. If they do so, the authorised proxy's public statement of acceptance of a compatible license grants You permission to use the compatible license. + 4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply in the following: + a. For the avoidance of doubt, You are not required to license Collective Databases under this License if You incorporate this Database or a Derivative Database in the collection, but this License still applies to this Database or a Derivative Database as a part of the Collective Database; + b. Using this Database, a Derivative Database, or this Database as part of a Collective Database to create a Produced Work does not create a Derivative Database for purposes of Section 4.4; and + c. Use of a Derivative Database internally within an organisation is not to the public and therefore does not fall under the requirements of Section 4.4. + 4.6 Access to Derivative Databases. If You Publicly Use a Derivative Database or a Produced Work from a Derivative Database, You must also offer to recipients of the Derivative Database or Produced Work a copy in a machine readable form of: + a. The entire Derivative Database; or + b. A file containing all of the alterations made to the Database or the method of making the alterations to the Database (such as an algorithm), including any additional Contents, that make up all the differences between the Database and the Derivative Database. + The Derivative Database (under a.) or alteration file (under b.) must be available at no more than a reasonable production cost for physical distributions and free of charge if distributed over the internet. + 4.7 Technological measures and additional terms + a. This License does not allow You to impose (except subject to Section 4.7 b.) any terms or any technological measures on the Database, a Derivative Database, or the whole or a Substantial part of the Contents that alter or restrict the terms of this License, or any rights granted under it, or have the effect or intent of restricting the ability of any person to exercise those rights. + b. Parallel distribution. You may impose terms or technological measures on the Database, a Derivative Database, or the whole or a Substantial part of the Contents (a "Restricted Database") in contravention of Section 4.74 a. only if You also make a copy of the Database or a Derivative Database available to the recipient of the Restricted Database: + i. That is available without additional fee; + ii. That is available in a medium that does not alter or restrict the terms of this License, or any rights granted under it, or have the effect or intent of restricting the ability of any person to exercise those rights (an "Unrestricted Database"); and + iii. The Unrestricted Database is at least as accessible to the recipient as a practical matter as the Restricted Database. + c. For the avoidance of doubt, You may place this Database or a Derivative Database in an authenticated environment, behind a password, or within a similar access control scheme provided that You do not alter or restrict the terms of this License or any rights granted under it or have the effect or intent of restricting the ability of any person to exercise those rights. + 4.8 Licensing of others. You may not sublicense the Database. Each time You communicate the Database, the whole or Substantial part of the Contents, or any Derivative Database to anyone else in any way, the Licensor offers to the recipient a license to the Database on the same terms and conditions as this License. You are not responsible for enforcing compliance by third parties with this License, but You may enforce any rights that You have over a Derivative Database. You are solely responsible for any modifications of a Derivative Database made by You or another Person at Your direction. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. + 5.0 Moral rights + 5.1 Moral rights. This section covers moral rights, including any rights to be identified as the author of the Database or to object to treatment that would otherwise prejudice the author's honour and reputation, or any other derogatory treatment: + a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Database to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; + b. If waiver of moral rights under Section 5.1 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Database and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; and + c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 5.1 a and b, the author may retain their moral rights over certain aspects of the Database. + Please note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the Database in some jurisdictions. + 6.0 Fair dealing, Database exceptions, and other rights not affected + 6.1 This License does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Database, including without limitation: + a. Exceptions to the Database Right including: Extraction of Contents from non-electronic Databases for private purposes, Extraction for purposes of illustration for teaching or scientific research, and Extraction or Re-utilisation for public security or an administrative or judicial procedure. + b. Fair dealing, fair use, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws. + 6.2 This License does not affect any rights of lawful users to Extract and Re-utilise insubstantial parts of the Contents, evaluated quantitatively or qualitatively, for any purposes whatsoever, including creating a Derivative Database (subject to other rights over the Contents, see Section 2.4). The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may however amount to the Extraction or Re-utilisation of a Substantial part of the Contents. + 7.0 Warranties and Disclaimer + 7.1 The Database is licensed by the Licensor "as is" and without any warranty of any kind, either express, implied, or arising by statute, custom, course of dealing, or trade usage. Licensor specifically disclaims any and all implied warranties or conditions of title, non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You. + 8.0 Limitation of liability + 8.1 Subject to any liability that may not be excluded or limited by law, the Licensor is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this License, whether by You or by anyone else, and whether caused by any fault on the part of the Licensor or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages such as loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if the Licensor has been advised of the possibility of such damages. + 8.2 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Licensor. + 9.0 Termination of Your rights under this License + 9.1 Any breach by You of the terms and conditions of this License automatically terminates this License with immediate effect and without notice to You. For the avoidance of doubt, Persons who have received the Database, the whole or a Substantial part of the Contents, Derivative Databases, or the Database as part of a Collective Database from You under this License will not have their licenses terminated provided their use is in full compliance with this License or a license granted under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will survive any termination of this License. + 9.2 If You are not in breach of the terms of this License, the Licensor will not terminate Your rights under it. + 9.3 Unless terminated under Section 9.1, this License is granted to You for the duration of applicable rights in the Database. + 9.4 Reinstatement of rights. If you cease any breach of the terms and conditions of this License, then your full rights under this License will be reinstated: + a. Provisionally and subject to permanent termination until the 60th day after cessation of breach; + b. Permanently on the 60th day after cessation of breach unless otherwise reasonably notified by the Licensor; or + c. Permanently if reasonably notified by the Licensor of the violation, this is the first time You have received notice of violation of this License from the Licensor, and You cure the violation prior to 30 days after your receipt of the notice. + Persons subject to permanent termination of rights are not eligible to be a recipient and receive a license under Section 4.8. + 9.5 Notwithstanding the above, Licensor reserves the right to release the Database under different license terms or to stop distributing or making available the Database. Releasing the Database under different license terms or stopping the distribution of the Database will not withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + 10.0 General + 10.1 If any provision of this License is held to be invalid or unenforceable, that must not affect the validity or enforceability of the remainder of the terms and conditions of this License and each remaining provision of this License shall be valid and enforced to the fullest extent permitted by law. + 10.2 This License is the entire agreement between the parties with respect to the rights granted here over the Database. It replaces any earlier understandings, agreements or representations with respect to the Database. + 10.3 If You are in breach of the terms of this License, You will not be entitled to rely on the terms of this License or to complain of any breach by the Licensor. + 10.4 Choice of law. This License takes effect in and will be governed by the laws of the relevant jurisdiction in which the License terms are sought to be enforced. If the standard suite of rights granted under applicable copyright law and Database Rights in the relevant jurisdiction includes additional rights not granted under this License, these additional rights are granted in this License in order to meet the terms of this License. + -------------------------------------------------------------------------------- MIT @@ -5958,36 +4305,6 @@ Permission to use, copy, modify, and/or distribute this software for any purpose THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in progress (2.0.3) - - -(The MIT License) - -Copyright (c) 2017 TJ Holowaychuk - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -6020,7 +4337,7 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in content-disposition (0.5.3) +Found in content-disposition (0.5.3), depd (1.1.2), forwarded (0.1.2), vary (1.1.2) (The MIT License) @@ -6079,58 +4396,30 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in debug (4.1.1) +Found in bufferutil (4.0.1), utf-8-validate (5.0.2) -(The MIT License) +The MIT License (MIT) -Copyright (c) 2014 TJ Holowaychuk +Copyright (c) 2011 Einar Otto Stangvik (http://2x.io) -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - --------------------------------------------------------------------------------- - -MIT -Found in interpret (1.2.0) - - -Copyright (c) 2014-2018 Tyler Kellen , Blaine Bublitz , and Eric Schoffstall - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- @@ -6211,35 +4500,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in loader-runner (2.4.0), tapable (1.1.3) - - -The MIT License - -Copyright (c) Tobias Koppers @sokra - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -6270,36 +4530,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in moment (2.24.0) - - -Copyright (c) JS Foundation and other contributors - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -6341,56 +4571,27 @@ The MIT License Copyright (c) 2013 Max Ogden -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in arr-union (3.1.0), is-directory (0.3.1), object.pick (1.3.0), repeat-string (1.6.1) - - -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -6415,7 +4616,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in duplexify (3.7.1), end-of-stream (1.4.4), protocol-buffers-schema (3.4.0), pumpify (1.5.1) +Found in duplexify (3.7.1), end-of-stream (1.4.4), protocol-buffers-schema (3.4.0), pump (3.0.0), pumpify (1.5.1) The MIT License (MIT) @@ -6440,48 +4641,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -BSD-2-Clause -Found in normalize-package-data (2.5.0) - - -This package contains code originally written by Isaac Z. Schlueter. -Used with permission. - -Copyright (c) Meryn Stol ("Author") -All rights reserved. - -The BSD License - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -------------------------------------------------------------------------------- MIT -Found in require-main-filename (2.0.0), test-exclude (6.0.0), yargs-parser (18.1.3) +Found in require-main-filename (2.0.0), set-blocking (2.0.0), test-exclude (6.0.0), yargs-parser (18.1.3) Copyright (c) 2016, Contributors @@ -6580,7 +4743,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in @types/anymatch (1.3.1), @types/babel-types (7.0.7), @types/babylon (6.16.5), @types/color-name (1.1.1), @types/events (3.0.0), @types/glob (7.1.1), @types/node (13.11.0), @types/q (1.5.2), @types/tapable (1.0.5), @types/webpack-sources (0.1.7) +Found in @types/anymatch (1.3.1), @types/babel-types (7.0.7), @types/babylon (6.16.5), @types/color-name (1.1.1), @types/events (3.0.0), @types/glob (7.1.1), @types/json-schema (7.0.4), @types/node (13.11.0), @types/q (1.5.2), @types/tapable (1.0.5), @types/webpack-sources (0.1.7) MIT License @@ -6851,7 +5014,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Apache-2.0 -Found in @xtuc/long (4.2.2), ejs (2.7.4), geo (673a6f80352d38c1ea2f05c915a659938872212f), open-location-code (a6eb95b4d2f934e94dae4f092260caf7f3db7967), spdx-correct (3.1.0), validate-npm-package-license (3.0.4) +Found in @xtuc/long (4.2.2), ejs (2.7.4), geo (673a6f80352d38c1ea2f05c915a659938872212f), open-location-code (e28188e713401e77aedebfeaff74b9bf1a7325af), spdx-correct (3.1.0), validate-npm-package-license (3.0.4) @@ -7377,40 +5540,14 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in renderkid (2.0.3) +Found in http-errors (1.7.2) + The MIT License (MIT) -Copyright (c) 2015 Aria Minaei - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in randombytes (2.1.0) - - -MIT License - -Copyright (c) 2017 crypto-browserify +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -7419,16 +5556,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -------------------------------------------------------------------------------- @@ -7620,33 +5757,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in acorn-bigint (0.3.1), acorn-class-fields (0.3.2), acorn-export-ns-from (0.1.0), acorn-import-meta (1.1.0), acorn-private-class-elements (0.2.5), acorn-private-methods (0.3.1), acorn-stage3 (2.0.0), acorn-static-class-features (0.2.1) - - -Copyright (C) 2017-2018 by Adrian Heine - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -7693,7 +5803,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in cssesc (3.0.0), emoji-regex (8.0.0), he (1.2.0), jsesc (2.5.2), punycode (2.1.1), regenerate (1.4.0), regenerate-unicode-properties (8.2.0), regexpu-core (4.7.0), unicode-canonical-property-names-ecmascript (1.0.4), unicode-match-property-ecmascript (1.0.4), unicode-match-property-value-ecmascript (1.2.0), unicode-property-aliases-ecmascript (1.1.0) +Found in cssesc (3.0.0), emoji-regex (8.0.0), he (1.2.0), jsesc (2.5.2), punycode (2.1.1), regenerate (1.4.1), regenerate-unicode-properties (8.2.0), regexpu-core (4.7.0), unicode-canonical-property-names-ecmascript (1.0.4), unicode-match-property-ecmascript (1.0.4), unicode-match-property-value-ecmascript (1.2.0), unicode-property-aliases-ecmascript (1.1.0) Copyright Mathias Bynens @@ -7985,64 +6095,6 @@ Redistribution and use in source and binary forms, with or without modification, THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -MIT -Found in ws (6.2.1) - - -The MIT License (MIT) - -Copyright (c) 2011 Einar Otto Stangvik - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in is-glob (4.0.1), is-plain-object (2.0.4), kind-of (6.0.3) - - -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -8101,34 +6153,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in cheerio (1.0.0-rc.3) - - -MIT License - -Copyright (c) 2016 Matt Mueller - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -------------------------------------------------------------------------------- MIT @@ -8324,37 +6348,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in body-parser (1.19.0), type-is (1.6.18) - - -(The MIT License) - -Copyright (c) 2014 Jonathan Ong -Copyright (c) 2014-2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -8647,18 +6640,18 @@ Found in rfdc (1.1.4) Copyright 2019 "David Mark Clements " -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF -CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -8837,38 +6830,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in express (4.17.1) - - -(The MIT License) - -Copyright (c) 2009-2014 TJ Holowaychuk -Copyright (c) 2013-2014 Roman Shtylman -Copyright (c) 2014-2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -9125,35 +7086,6 @@ Redistribution and use in source and binary forms, with or without modification, THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -MIT -Found in mime (2.4.4) - - -The MIT License (MIT) - -Copyright (c) 2010 Benjamin Thomas, Robert Kieffer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -9304,32 +7236,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in pug-lexer (4.1.0), pug-parser (5.0.1), pug-runtime (2.0.5) - - -Copyright (c) 2014 Forbes Lindesay - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -------------------------------------------------------------------------------- MIT @@ -9356,35 +7262,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in eventemitter3 (4.0.0) - - -The MIT License (MIT) - -Copyright (c) 2014 Arnout Kazemier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -9432,95 +7309,6 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in mixin-deep (1.3.2) - - -The MIT License (MIT) - -Copyright (c) 2014-2015, 2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in set-value (2.0.1), word-wrap (1.2.3) - - -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in http-errors (1.7.3) - - - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com -Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -9758,27 +7546,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -Apache-2.0 -Found in log4js (4.5.1) - - -Copyright 2015 Gareth Jones (with contributions from many other people) - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -------------------------------------------------------------------------------- MIT @@ -9833,89 +7600,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in date-format (2.1.0), streamroller (1.0.6) - - -The MIT License (MIT) - -Copyright (c) 2013 Gareth Jones - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in lodash (4.17.15), lodash.template (4.5.0), lodash.templatesettings (4.2.0) - - -Copyright OpenJS Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - -------------------------------------------------------------------------------- BSD-2-Clause @@ -9999,6 +7683,34 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- + +CC0-1.0 +Found in spdx-license-ids (3.0.5) + + +Creative Commons Legal Code +CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. +Statement of Purpose +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); + iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + 4. Limitations and Disclaimers. + a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + -------------------------------------------------------------------------------- MIT @@ -10102,6 +7814,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in base64id (2.0.0) + + +(The MIT License) + +Copyright (c) 2012-2016 Kristian Faeldt + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + -------------------------------------------------------------------------------- MIT @@ -10738,37 +8480,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in http-proxy (1.18.0) - - - - node-http-proxy - - Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors. - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -10790,6 +8501,94 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in socket.io (2.3.0) + + +(The MIT License) + +Copyright (c) 2014-2018 Automattic + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in socket.io-client (2.3.0) + + +The MIT License (MIT) + +Copyright (c) 2014 Guillermo Rauch + + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in engine.io-parser (2.2.0) + + +(The MIT License) + +Copyright (c) 2016 Guillermo Rauch (@rauchg) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + -------------------------------------------------------------------------------- MIT @@ -10826,7 +8625,7 @@ THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in chownr (1.1.3), fs-minipass (2.1.0), ignore-walk (3.0.3), isexe (2.0.0), lru-cache (5.1.1), mute-stream (0.0.8), nopt (4.0.1), npm-packlist (1.4.7), npmlog (4.1.2), pseudomap (1.0.2), rimraf (2.7.1), semver (7.0.0), tar (5.0.5), which (2.0.2), yallist (4.0.0) +Found in chownr (1.1.3), fs-minipass (2.1.0), ignore-walk (3.0.3), ini (1.3.5), isexe (2.0.0), lru-cache (5.1.1), minimatch (3.0.4), mute-stream (0.0.8), nopt (4.0.1), npm-packlist (1.4.7), npmlog (4.1.2), once (1.4.0), osenv (0.1.5), pseudomap (1.0.2), rimraf (3.0.2), semver (7.0.0), tar (5.0.5), which (2.0.2), wrappy (1.0.2), yallist (4.0.0) The ISC License @@ -11136,59 +8935,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -MIT -Found in regjsgen (0.5.1) - - -The MIT License (MIT) - -Copyright 2014-2019 Benjamin Tan - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in graceful-fs (4.2.3) - - -The ISC License - -Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -11221,7 +8967,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in console-browserify (1.2.0) +Found in console-browserify (1.2.0), dom-walk (0.1.2), duplexer (0.1.1) Copyright (c) 2012 Raynos. @@ -11425,7 +9171,7 @@ MIT Found in convert-source-map (1.7.0) -Copyright 2013 Thorsten Lorenz. +Copyright 2013 Thorsten Lorenz. All rights reserved. Permission is hereby granted, free of charge, to any person @@ -11450,36 +9196,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in optionator (0.8.3) - - -Copyright (c) George Zahariev - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- CC-BY-4.0 @@ -11659,35 +9375,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in path-to-regexp (1.8.0) - - -The MIT License (MIT) - -Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- MPL-2.0-no-copyleft-exception @@ -12182,7 +9869,7 @@ PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in socket.io-adapter (1.1.2) +Found in socket.io-adapter (1.1.2), socket.io-parser (3.4.1) (The MIT License) @@ -12210,30 +9897,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in bluebird (3.7.2) +Found in date-format (3.0.0), streamroller (2.2.4) The MIT License (MIT) -Copyright (c) 2013-2018 Petka Antonov +Copyright (c) 2013 Gareth Jones -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- @@ -12477,7 +10163,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in copy-webpack-plugin (5.1.1), css-loader (2.1.1), enhanced-resolve (4.1.1), eslint-loader (3.0.4), file-loader (6.0.0), loader-utils (2.0.0), memory-fs (0.5.0), mini-css-extract-plugin (0.7.0), schema-utils (2.6.5), style-loader (0.23.1), terser-webpack-plugin (1.4.3), url-loader (1.1.2), vue-style-loader (4.1.2), watchpack (1.6.1), webpack (4.43.0), webpack-bundle-analyzer (3.7.0), webpack-dev-middleware (3.7.2), webpack-hot-middleware (2.25.0) +Found in copy-webpack-plugin (5.1.1), css-loader (2.1.1), enhanced-resolve (4.1.1), eslint-loader (3.0.4), file-loader (6.0.0), loader-utils (2.0.0), memory-fs (0.5.0), mini-css-extract-plugin (0.7.0), schema-utils (2.7.0), style-loader (0.23.1), terser-webpack-plugin (1.4.3), url-loader (1.1.2), vue-style-loader (4.1.2), watchpack (1.7.2), webpack (4.43.0), webpack-bundle-analyzer (3.8.0), webpack-dev-middleware (3.7.2), webpack-hot-middleware (2.25.0) Copyright JS Foundation and other contributors @@ -12697,14 +10383,14 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- ISC -Found in @istanbuljs/load-nyc-config (1.0.0), @mapbox/geojson-rewind (0.5.0), @mapbox/geojson-types (1.0.2), @mapbox/point-geometry (0.1.0), @mapbox/whoots-js (3.1.0), @webassemblyjs/helper-fsm (1.9.0), abbrev (1.1.1), anymatch (3.1.1), aproba (1.2.0), are-we-there-yet (1.1.5), boolbase (1.0.0), browser-stdout (1.3.1), browserify-sign (4.0.4), buntis (0.2.1), cacache (12.0.4), chownr (1.1.3), chrome-finder (1.0.7), cli (464c8688165e18e926747178814a22e880028ef9), cli-width (2.2.1), cliui (6.0.0), console-control-strings (1.1.0), copy-concurrently (1.0.5), d (1.0.1), earcut (2.2.2), electron-to-chromium (1.3.414), es5-ext (0.10.53), es6-symbol (3.1.3), eslint-plugin-html (6.0.2), eslint-plugin-promise (4.2.1), ext (1.4.0), figgy-pudding (3.5.2), flatted (2.0.2), fs-minipass (2.1.0), fs-write-stream-atomic (1.0.10), fs.realpath (1.0.0), gauge (2.7.4), geojson-vt (3.2.1), get-caller-file (2.0.5), glob (7.1.6), glob-parent (5.1.1), graceful-fs (4.2.3), grid-index (1.1.0), has-unicode (2.0.1), hosted-git-info (2.8.8), icss-replace-symbols (1.1.0), icss-utils (4.1.0), ignore-walk (3.0.3), infer-owner (1.0.4), inflight (1.0.6), inherits (2.0.4), ini (1.3.5), is-resolvable (1.1.0), isexe (2.0.0), kdbush (3.0.0), lru-cache (5.1.1), mapbox-gl (1.10.0), minimalistic-assert (1.0.1), minimatch (3.0.4), minipass (3.1.1), move-concurrently (1.0.1), mute-stream (0.0.8), nopt (4.0.1), npm-bundled (1.1.1), npm-normalize-package-bin (1.0.1), npm-packlist (1.4.7), npmlog (4.1.2), once (1.4.0), osenv (0.1.5), parse-asn1 (5.1.5), postcss-color-gray (5.0.0), postcss-modules-extract-imports (2.0.0), postcss-modules-scope (2.1.0), postcss-modules-values (2.0.0), potpack (1.0.1), promise-inflight (1.0.1), pseudomap (1.0.2), quickselect (2.0.0), remove-trailing-separator (1.1.0), require-main-filename (2.0.0), rimraf (2.7.1), run-queue (1.0.3), sax (1.2.4), semver (7.0.0), set-blocking (2.0.0), setprototypeof (1.1.1), signal-exit (3.0.3), ssri (6.0.1), supercluster (7.0.0), tar (5.0.5), test-exclude (6.0.0), tinyqueue (2.0.3), type (2.0.0), unique-filename (1.1.1), unique-slug (2.0.2), vue-fullscreen (2.1.6), which (2.0.2), which-module (2.0.0), wide-align (1.1.3), wrappy (1.0.2), y18n (4.0.0), yallist (4.0.0), yargs-parser (18.1.3) +Found in @istanbuljs/load-nyc-config (1.0.0), @mapbox/geojson-rewind (0.5.0), @mapbox/geojson-types (1.0.2), @mapbox/point-geometry (0.1.0), @mapbox/whoots-js (3.1.0), @webassemblyjs/helper-fsm (1.9.0), abbrev (1.1.1), anymatch (3.1.1), aproba (1.2.0), are-we-there-yet (1.1.5), boolbase (1.0.0), browser-stdout (1.3.1), browserify-sign (4.2.0), buntis (0.2.1), cacache (12.0.4), chownr (1.1.3), chrome-finder (1.0.7), cli (b190f2d2fc569d22c3e864d6829a1ca2beb3f959), cli-width (2.2.1), cliui (6.0.0), console-control-strings (1.1.0), copy-concurrently (1.0.5), d (1.0.1), earcut (2.2.2), electron-to-chromium (1.3.414), es5-ext (0.10.53), es6-symbol (3.1.3), eslint-plugin-html (6.0.2), eslint-plugin-promise (4.2.1), ext (1.4.0), figgy-pudding (3.5.2), flatted (2.0.2), fs-minipass (2.1.0), fs-write-stream-atomic (1.0.10), fs.realpath (1.0.0), gauge (2.7.4), geojson-vt (3.2.1), get-caller-file (2.0.5), glob (7.1.6), glob-parent (5.1.1), graceful-fs (4.2.4), grid-index (1.1.0), has-unicode (2.0.1), hosted-git-info (2.8.8), icss-replace-symbols (1.1.0), icss-utils (4.1.0), ignore-walk (3.0.3), infer-owner (1.0.4), inflight (1.0.6), inherits (2.0.4), ini (1.3.5), is-resolvable (1.1.0), isexe (2.0.0), kdbush (3.0.0), lru-cache (5.1.1), mapbox-gl (1.10.1), minimalistic-assert (1.0.1), minimatch (3.0.4), minipass (3.1.1), move-concurrently (1.0.1), mute-stream (0.0.8), nopt (4.0.1), npm-bundled (1.1.1), npm-normalize-package-bin (1.0.1), npm-packlist (1.4.7), npmlog (4.1.2), once (1.4.0), osenv (0.1.5), parse-asn1 (5.1.5), postcss-color-gray (5.0.0), postcss-modules-extract-imports (2.0.0), postcss-modules-scope (2.1.0), postcss-modules-values (2.0.0), potpack (1.0.1), promise-inflight (1.0.1), pseudomap (1.0.2), quickselect (2.0.0), remove-trailing-separator (1.1.0), require-main-filename (2.0.0), rimraf (3.0.2), run-queue (1.0.3), sax (1.2.4), semver (7.0.0), set-blocking (2.0.0), setprototypeof (1.1.1), signal-exit (3.0.3), ssri (6.0.1), supercluster (7.0.0), tar (5.0.5), test-exclude (6.0.0), tinyqueue (2.0.3), type (2.0.0), unique-filename (1.1.1), unique-slug (2.0.2), vue-fullscreen (2.1.6), which (2.0.2), which-module (2.0.0), wide-align (1.1.3), wrappy (1.0.2), y18n (4.0.0), yallist (4.0.0), yargs-parser (18.1.3) ISC License Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") Copyright (c) 1995-2003 by Internet Software Consortium Permission to use, copy, modify, and /or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. -THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AN... +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- @@ -12878,36 +10564,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in mime-db (1.43.0) - - - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- SPL-1.0 @@ -12919,7 +10575,126 @@ SUN PUBLIC LICENSE Version 1.0 1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party. 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. - 1.3. "Covered Code" means the Original Code... + 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof and corresponding documentation released with the source code. + 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. + 1.5. "Executable" means Covered Code in any form other than Source Code. + 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. + 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. + 1.8. "License" means this document. + 1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: + A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. + B. Any new file that contains any part of the Original Code or previous Modifications. + 1.10. "Original Code"../ means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. + 1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + 1.11. "Source Code"../ means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated documentation, interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. + 1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control"../ means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + 2. Source Code License. + 2.1 The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: + (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and + (b) under Patent Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof). + (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. + (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: + i) the modification of the Original Code or + ii) the combination of the Original Code with other software or devices. + 2.2. Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license + (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and + b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code. + (d) notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor. + 3. Distribution Obligations. + 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. + 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. + 3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. + 3.4. Intellectual Property Matters. + (a) Third Party Claims. If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "../LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. + (b) Contributor APIs. If Contributor's Modifications include an application programming interface ("API"../) and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file. + (c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License. + 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. + 4. Inability to Comply Due to Statute or Regulation. + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + 5. Application of this License. + This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code. + 6. Versions of the License. + 6.1. New Versions. Sun Microsystems, Inc. ("Sun") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. + 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Sun. No one other than Sun has the right to modify the terms applicable to Covered Code created under this License. + 6.3. Derivative Works. If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must: (a) rename Your license so that the phrases "Sun," "Sun Public License," or "SPL"../ or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Sun Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) + 7. DISCLAIMER OF WARRANTY. + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + 8. TERMINATION. + 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that: + (a) such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above. + (b) any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant. + 8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license. + 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination. + 9. LIMITATION OF LIABILITY. + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + 10. U.S. GOVERNMENT END USERS. + The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation,"../ as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. + 11. MISCELLANEOUS. + This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. + 12. RESPONSIBILITY FOR CLAIMS. + As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. + 13. MULTIPLE-LICENSED CODE. + Initial Developer may designate portions of the Covered Code as ?Multiple-Licensed?. ?Multiple-Licensed? means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A. Exhibit A -Sun Public License Notice. +The contents of this file are subject to the Sun Public License Version 1.0 (the License); you may not use this file except in compliance with the License. A copy of the License is available at http://www.sun.com/ +The Original Code is _________________. The Initial Developer of the Original Code is ___________. Portions created by ______ are Copyright (C)_________. All Rights Reserved. +Contributor(s): ______________________________________. +Alternatively, the contents of this file may be used under the terms of the _____ license (the ?[___] License?), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the SPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the SPL or the [___] License. [NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.] + +-------------------------------------------------------------------------------- + +CPL-1.0 +Found in mime-db (1.43.0) + + +Common Public License Version 1.0 +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. +DEFINITIONS +"Contribution" means: + a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; +where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. +"Contributor" means any person or entity that distributes the Program. +"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. +"Program" means the Contributions distributed in accordance with this Agreement. +"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. 2. +GRANT OF RIGHTS + a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. + b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. + c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. + d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. 3. +REQUIREMENTS +A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: + a) it complies with the terms and conditions of this Agreement; and + b) its license agreement: + i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; + ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; + iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and + iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. +When the Program is made available in source code form: + a) it must be made available under this Agreement; and + b) a copy of this Agreement must be included with each copy of the Program. + Contributors may not remove or alter any copyright notices contained within the Program. + Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. 4. +COMMERCIAL DISTRIBUTION +Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. +For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. 5. +NO WARRANTY +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 6. +DISCLAIMER OF LIABILITY +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7. +GENERAL +If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. +If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. +All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. +Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. +This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. -------------------------------------------------------------------------------- @@ -12960,36 +10735,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in commander (4.1.0) - - -(The MIT License) - -Copyright (c) 2011 TJ Holowaychuk - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -13132,37 +10877,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -BSD-2-Clause -Found in errors (614d223910a179a466c1767a985424175c39b465), errors (95897b64e011c18f05b4daac8ff3098a6d80c57e) - - -Copyright (c) 2015, Dave Cheney -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -------------------------------------------------------------------------------- MIT @@ -13327,36 +11041,6 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in spdx-expression-parse (3.0.0) - - -The MIT License - -Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -13389,16 +11073,16 @@ THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in @babel/cli (7.8.4), @babel/code-frame (7.8.3), @babel/compat-data (7.9.6), @babel/core (7.9.6), @babel/generator (7.9.6), @babel/helper-annotate-as-pure (7.8.3), @babel/helper-builder-binary-assignment-operator-visitor (7.8.3), @babel/helper-compilation-targets (7.9.6), @babel/helper-create-regexp-features-plugin (7.8.8), @babel/helper-define-map (7.8.3), @babel/helper-explode-assignable-expression (7.8.3), @babel/helper-function-name (7.9.5), @babel/helper-get-function-arity (7.8.3), @babel/helper-hoist-variables (7.8.3), @babel/helper-member-expression-to-functions (7.8.3), @babel/helper-module-imports (7.8.3), @babel/helper-module-transforms (7.9.0), @babel/helper-optimise-call-expression (7.8.3), @babel/helper-plugin-utils (7.8.3), @babel/helper-regex (7.8.3), @babel/helper-remap-async-to-generator (7.8.3), @babel/helper-replace-supers (7.9.6), @babel/helper-simple-access (7.8.3), @babel/helper-split-export-declaration (7.8.3), @babel/helper-validator-identifier (7.9.5), @babel/helper-wrap-function (7.8.3), @babel/helpers (7.9.6), @babel/highlight (7.9.0), @babel/plugin-proposal-async-generator-functions (7.8.3), @babel/plugin-proposal-dynamic-import (7.8.3), @babel/plugin-proposal-json-strings (7.8.3), @babel/plugin-proposal-nullish-coalescing-operator (7.8.3), @babel/plugin-proposal-numeric-separator (7.8.3), @babel/plugin-proposal-object-rest-spread (7.9.6), @babel/plugin-proposal-optional-catch-binding (7.8.3), @babel/plugin-proposal-optional-chaining (7.9.0), @babel/plugin-proposal-unicode-property-regex (7.8.8), @babel/plugin-syntax-async-generators (7.8.4), @babel/plugin-syntax-dynamic-import (7.8.3), @babel/plugin-syntax-json-strings (7.8.3), @babel/plugin-syntax-nullish-coalescing-operator (7.8.3), @babel/plugin-syntax-numeric-separator (7.8.3), @babel/plugin-syntax-object-rest-spread (7.8.3), @babel/plugin-syntax-optional-catch-binding (7.8.3), @babel/plugin-syntax-optional-chaining (7.8.3), @babel/plugin-syntax-top-level-await (7.8.3), @babel/plugin-transform-arrow-functions (7.8.3), @babel/plugin-transform-async-to-generator (7.8.3), @babel/plugin-transform-block-scoped-functions (7.8.3), @babel/plugin-transform-block-scoping (7.8.3), @babel/plugin-transform-classes (7.9.5), @babel/plugin-transform-computed-properties (7.8.3), @babel/plugin-transform-destructuring (7.9.5), @babel/plugin-transform-dotall-regex (7.8.3), @babel/plugin-transform-duplicate-keys (7.8.3), @babel/plugin-transform-exponentiation-operator (7.8.3), @babel/plugin-transform-for-of (7.9.0), @babel/plugin-transform-function-name (7.8.3), @babel/plugin-transform-literals (7.8.3), @babel/plugin-transform-member-expression-literals (7.8.3), @babel/plugin-transform-modules-amd (7.9.6), @babel/plugin-transform-modules-commonjs (7.9.6), @babel/plugin-transform-modules-systemjs (7.9.6), @babel/plugin-transform-modules-umd (7.9.0), @babel/plugin-transform-named-capturing-groups-regex (7.8.3), @babel/plugin-transform-new-target (7.8.3), @babel/plugin-transform-object-super (7.8.3), @babel/plugin-transform-parameters (7.9.5), @babel/plugin-transform-property-literals (7.8.3), @babel/plugin-transform-regenerator (7.8.7), @babel/plugin-transform-reserved-words (7.8.3), @babel/plugin-transform-runtime (7.9.6), @babel/plugin-transform-shorthand-properties (7.8.3), @babel/plugin-transform-spread (7.8.3), @babel/plugin-transform-sticky-regex (7.8.3), @babel/plugin-transform-template-literals (7.8.3), @babel/plugin-transform-typeof-symbol (7.8.4), @babel/plugin-transform-unicode-regex (7.8.3), @babel/polyfill (7.8.7), @babel/preset-env (7.9.6), @babel/register (7.9.0), @babel/runtime (7.9.6), @babel/template (7.8.6), @babel/traverse (7.9.6), @babel/types (7.9.6) +Found in commander (4.1.1) -MIT License +(The MIT License) -Copyright (c) 2014-present Sebastian McKenzie and other contributors +Copyright (c) 2011 TJ Holowaychuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including +'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to @@ -13407,44 +11091,15 @@ the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -LGPL-2.1-only -Found in spdx-correct (3.1.0), spdx-expression-parse (3.0.0), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) - - -GNU LESSER GENERAL PUBLIC LICENSE -Version 2.1, February 1999 -Copyright (C) 1991, 1999 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. -[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] -Preamble -The licenses for most softwar... - --------------------------------------------------------------------------------- - -GPL-2.0-or-later -Found in spdx-correct (3.1.0), vue (2.6.11) - - -GNU GENERAL PUBLIC LICENSE -Version 2, June 1991 -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. -Preamble -The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free sof... - -------------------------------------------------------------------------------- Apache-2.0 @@ -13712,244 +11367,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in imaging (879073f2332fabf5a5faa93986ed41598dcf0b62) - - -The MIT License (MIT) - -Copyright (c) 2012 Grigory Dryapak - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -Apache-2.0 -Found in yaml.v2 (53403b58ad1b561927d19068c655246f2db79d48) - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -------------------------------------------------------------------------------- MIT @@ -14034,6 +11451,35 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in inflection (196e6ce06ca4513fbcfcbc35dc15f66074df47c9) + + +The MIT License (MIT) + +Copyright (c) 2015 - Jinzhu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + -------------------------------------------------------------------------------- MIT @@ -14095,29 +11541,31 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in moment-timezone (0.5.28) +Found in go-humanize (afde56e7acacd811f6c94228c2c61af2b0e93158) -The MIT License (MIT) +Copyright (c) 2005-2008 Dustin Sallings -Copyright (c) JS Foundation and other contributors +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + -------------------------------------------------------------------------------- @@ -14132,10 +11580,10 @@ deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -14144,36 +11592,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in proxy-addr (2.0.6) - - -(The MIT License) - -Copyright (c) 2014-2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- BSD-3-Clause @@ -14327,35 +11745,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in vue-router (3.1.6) - - -MIT License - -Copyright (c) 2013-present Evan You - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -------------------------------------------------------------------------------- MIT @@ -14386,13 +11775,33 @@ THE SOFTWARE. -------------------------------------------------------------------------------- BSD-2-Clause -Found in @mapbox/mapbox-gl-supported (1.5.0), @mapbox/unitbezier (0.0.0), @sinonjs/commons (1.7.2), @sinonjs/fake-timers (6.0.1), @sinonjs/formatio (5.0.1), @sinonjs/samsam (5.0.3), @xtuc/ieee754 (1.2.0), ajv (6.12.2), babel-plugin-istanbul (6.0.0), babylon (6.18.0), diff (4.0.2), esquery (1.3.1), esrecurse (4.2.1), flat (4.1.0), ieee754 (1.1.13), istanbul-api (2.1.6), istanbul-lib-coverage (3.0.0), istanbul-lib-hook (2.0.7), istanbul-lib-instrument (4.0.0), istanbul-lib-report (2.0.8), istanbul-lib-source-maps (3.0.6), istanbul-reports (2.2.7), mapbox-gl (1.10.0), mississippi (3.0.0), nise (4.0.3), node-pre-gyp (0.14.0), pbf (3.2.1), prettier (1.17.0), qs (6.7.0), ripemd160 (2.0.2), serialize-javascript (2.1.2), sinon (9.0.2), table (5.4.6), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89), uri-js (4.2.2) +Found in @mapbox/mapbox-gl-supported (1.5.0), @mapbox/unitbezier (0.0.0), @sinonjs/commons (1.7.2), @sinonjs/fake-timers (6.0.1), @sinonjs/formatio (5.0.1), @sinonjs/samsam (5.0.3), @xtuc/ieee754 (1.2.0), ajv (6.12.2), babel-plugin-istanbul (6.0.0), babylon (6.18.0), charenc (0.0.2), crypt (0.0.2), diff (4.0.2), esquery (1.3.1), esrecurse (4.2.1), flat (4.1.0), ieee754 (1.1.13), istanbul-api (2.1.6), istanbul-lib-coverage (3.0.0), istanbul-lib-hook (2.0.7), istanbul-lib-instrument (4.0.0), istanbul-lib-report (2.0.8), istanbul-lib-source-maps (3.0.6), istanbul-reports (2.2.7), mapbox-gl (1.10.1), md5 (2.2.1), mississippi (3.0.0), nise (4.0.3), node-pre-gyp (0.14.0), pbf (3.2.1), prettier (1.17.0), qs (6.7.0), serialize-javascript (2.1.2), sha.js (2.4.11), sinon (9.0.2), sprintf-js (1.0.3), table (5.4.6), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82), uri-js (4.2.2) -Copyright (c) . All rights reserved. -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other mate... +Copyright (c) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- @@ -14442,7 +11851,7 @@ Apache License Version 2.0, January 2004 -http://www.apache.org/licenses/ +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -14544,33 +11953,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- - -MIT -Found in acorn (7.1.1), acorn-walk (7.1.1) - - -Copyright (C) 2012-2018 by various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -------------------------------------------------------------------------------- BSD-3-Clause @@ -14761,6 +12143,63 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +Apache-2.0 +Found in hls.js (0.13.2) + + +Copyright (c) 2017 Dailymotion (http://www.dailymotion.com) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +src/remux/mp4-generator.js and src/demux/exp-golomb.js implementation in this project +are derived from the HLS library for video.js (https://github.com/videojs/videojs-contrib-hls) + +That work is also covered by the Apache 2 License, following copyright: +Copyright (c) 2013-2015 Brightcove + + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +W3C +Found in hls.js (0.13.2) + + +W3C SOFTWARE NOTICE AND LICENSE +This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. +License +By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. +Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: +The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. +Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. +Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) +Disclaimers +THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. +The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. Notes +This version: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 +This formulation of W3C's notice and license became active on December 31 2002. This version removes the copyright ownership notice such that this license can be used with materials other than those owned by the W3C, reflects that ERCIM is now a host of the W3C, includes references to this specific dated version of the license, and removes the ambiguous grant of "use". Otherwise, this version is the same as the previous version and is written so as to preserve the Free Software Foundation's assessment of GPL compatibility and OSI's certification under the Open Source Definition. + -------------------------------------------------------------------------------- MIT @@ -15339,7 +12778,7 @@ SOFTWARE. -------------------------------------------------------------------------------- GPL-3.0-only -Found in @fortawesome/fontawesome-free (5.13.0), es5-ext (0.10.53), spdx-exceptions (2.2.0), spdx-license-ids (3.0.5), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89), validate-npm-package-license (3.0.4) +Found in @fortawesome/fontawesome-free (5.13.0), es5-ext (0.10.53), mediaelement (4.2.16), spdx-exceptions (2.2.0), spdx-license-ids (3.0.5), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82), validate-npm-package-license (3.0.4) GNU GENERAL PUBLIC LICENSE @@ -15348,7 +12787,126 @@ Copyright © 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU Gen... +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. +The precise terms and conditions for copying, distribution and modification follow. +TERMS AND CONDITIONS + 0. Definitions. + "This License" refers to version 3 of the GNU General Public License. + "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + A "covered work" means either the unmodified Program or a work based on the Program. + To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + 1. Source Code. + The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + The Corresponding Source for a work in source code form is that same work. + 2. Basic Permissions. + All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + 4. Conveying Verbatim Copies. + You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + 5. Conveying Modified Source Versions. + You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + 6. Conveying Non-Source Forms. + You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + 7. Additional Terms. + "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + 8. Termination. + You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + 9. Acceptance Not Required for Having Copies. + You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + 10. Automatic Licensing of Downstream Recipients. + Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + 11. Patents. + A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + 12. No Surrender of Others' Freedom. + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + 13. Use with the GNU Affero General Public License. + Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + 14. Revised Versions of this License. + The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + 15. Disclaimer of Warranty. + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. Limitation of Liability. + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + 17. Interpretation of Sections 15 and 16. + If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Programs +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +Copyright (C) +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License along with this program. If not, see . +Also add information on how to contact you by electronic and paper mail. +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + Copyright (C) +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . -------------------------------------------------------------------------------- @@ -15416,6 +12974,33 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in @babel/parser (7.9.4), babylon (6.18.0) + + +Copyright (C) 2012-2014 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + -------------------------------------------------------------------------------- MIT @@ -15521,7 +13106,7 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- @@ -16186,36 +13771,6 @@ Found in rxjs (6.5.5) WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - - --------------------------------------------------------------------------------- - -MIT -Found in svg-url-loader (5.0.0) - - -The MIT License (MIT) - -Copyright (c) 2015 Hovhannes Babayan - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. @@ -16252,7 +13807,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in mkdirp (0.5.5) +Found in mkdirp (0.5.5), yargs (3.10.0) Copyright 2010 James Halliday (mail@substack.net) @@ -16309,34 +13864,6 @@ SOFTWARE. [others]: https://github.com/json5/json5/contributors --------------------------------------------------------------------------------- - -MIT -Found in autoprefixer (9.7.6), postcss (7.0.27) - - -The MIT License (MIT) - -Copyright 2013 Andrey Sitnik - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -------------------------------------------------------------------------------- BSD-3-Clause @@ -16374,285 +13901,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- - -BSD-2-Clause -Found in terser (4.6.11), uglify-js (3.4.10) - - -UglifyJS is released under the BSD license: - -Copyright 2012-2018 (c) Mihai Bazon - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - - --------------------------------------------------------------------------------- - -Apache-2.0 -Found in opentracing-go (9b906502e23c426fb1483e9783e7f46b06d19940) - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2016 The OpenTracing Authors - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - --------------------------------------------------------------------------------- - -BSD-2-Clause -Found in godirwalk (99bb3743ba1bdd193cd193bcc0aeced2dd577c4d) - - -BSD 2-Clause License - -Copyright (c) 2017, Karrick McDermott -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -------------------------------------------------------------------------------- MIT @@ -16935,10 +14183,505 @@ Permission to use, copy, modify, and/or distribute this software for any purpose THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in source-map-support (0.5.18) + + +The MIT License (MIT) + +Copyright (c) 2014 Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in babel-plugin-dynamic-import-node (2.3.3) + + +MIT License + +Copyright (c) 2016 Airbnb + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in fsevents (2.1.3) + + +MIT License +----------- + +Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in buntis (0.2.1) + + +ISC License + +Copyright (c) 2019 and later, KFlash and others. + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in chokidar (3.4.0) + + +The MIT License (MIT) + +Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in @mapbox/geojson-rewind (0.5.0) + + +Copyright (c) 2020, Mapbox + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in graceful-fs (4.2.4) + + +The ISC License + +Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in tmp (0.2.1) + + +The MIT License (MIT) + +Copyright (c) 2014 KARASZI István + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in hash-base (3.1.0), md5.js (1.3.5) + + +The MIT License (MIT) + +Copyright (c) 2016 Kirill Fomichev + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in deepcopier (45decc6639b634774af79cefff24e6b9670f5847) + + +The MIT License (MIT) + +Copyright (c) 2015 Ulule + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in acorn-logical-assignment (0.1.0) + + +Copyright (C) 2020 by Adrian Heine + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in acorn-bigint (0.4.0), acorn-class-fields (0.3.2), acorn-export-ns-from (0.1.0), acorn-import-meta (1.1.0), acorn-numeric-separator (0.3.1), acorn-private-class-elements (0.2.5), acorn-private-methods (0.3.1), acorn-stage3 (2.1.0), acorn-static-class-features (0.2.1) + + +Copyright (C) 2017-2018 by Adrian Heine + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in acorn (7.2.0), acorn-walk (7.1.1) + + +Copyright (C) 2012-2018 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in ws (7.3.0) + + +The MIT License (MIT) + +Copyright (c) 2011 Einar Otto Stangvik + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in eventemitter3 (4.0.4) + + +The MIT License (MIT) + +Copyright (c) 2014 Arnout Kazemier + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in mapbox-gl (1.10.1) + + +Copyright (c) 2020, Mapbox + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of Mapbox GL JS nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +------------------------------------------------------------------------------- + +Contains code from glfx.js + +Copyright (C) 2011 by Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +Contains a portion of d3-color https://github.com/d3/d3-color + +Copyright 2010-2016 Mike Bostock +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the author nor the names of contributors may be used to + endorse or promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + -------------------------------------------------------------------------------- CC-BY-4.0 -Found in caniuse-lite (1.0.30001045) +Found in caniuse-lite (1.0.30001061) Attribution 4.0 International @@ -16992,7 +14735,7 @@ exhaustive, and do not form part of our licenses. such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More_considerations - for the public: + for the public: wiki.creativecommons.org/Considerations_for_licensees ======================================================================= @@ -17341,41 +15084,156 @@ Creative Commons may be contacted at creativecommons.org. -------------------------------------------------------------------------------- MIT -Found in source-map-support (0.5.18) +Found in autoprefixer (9.8.0), postcss (7.0.32) The MIT License (MIT) -Copyright (c) 2014 Evan Wallace +Copyright 2013 Andrey Sitnik -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in babel-plugin-dynamic-import-node (2.3.3) +Found in moment-timezone (0.5.31) + + +The MIT License (MIT) + +Copyright (c) JS Foundation and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in http-proxy (1.18.1) + + + + node-http-proxy + + Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in browserify-sign (4.2.0) + + +Copyright (c) 2014-2015 Calvin Metcalf and browserify-sign contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-2-Clause +Found in terser (4.7.0), uglify-js (3.4.10) + + +UglifyJS is released under the BSD license: + +Copyright 2012-2018 (c) Mihai Bazon + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in mediaelement (4.2.16) MIT License -Copyright (c) 2016 Airbnb +Copyright (c) 2018 MediaElement Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17399,7 +15257,174 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in i18n-iso-countries (5.2.0) +Found in http-proxy-middleware (0.19.2) + + +The MIT License (MIT) + +Copyright (c) 2015 Steven Chim + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in karma (5.0.9) + + +The MIT License + +Copyright (C) 2011-2019 Google, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in regjsgen (0.5.2) + + +The MIT License (MIT) + +Copyright 2014-2020 Benjamin Tan + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in ranges-apply (3.1.9), ranges-merge (4.3.8), ranges-push (3.7.14), ranges-sort (3.12.0), string-collapse-leading-whitespace (2.0.20), string-left-right (2.3.24), string-strip-html (4.4.7), string-trim-spaces-only (2.8.17) + + +MIT License + +Copyright (c) 2015-2020 Roy Revelt and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +Apache-2.0 +Found in log4js (6.3.0) + + +Copyright 2015 Gareth Jones (with contributions from many other people) + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +-------------------------------------------------------------------------------- + +MIT +Found in gin (5e40c1d49c21bf989e8d54dbd555086f06d4fb8a) + + +The MIT License (MIT) + +Copyright (c) 2014 Manuel Martínez-Almeida + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in i18n-iso-countries (5.5.0) The MIT License (MIT) @@ -17417,13 +15442,71 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -------------------------------------------------------------------------------- MIT -Found in fsevents (2.1.3) +Found in mime (2.4.6) + + +The MIT License (MIT) + +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in @babel/cli (7.10.1), @babel/code-frame (7.8.3), @babel/compat-data (7.10.1), @babel/core (7.10.2), @babel/generator (7.9.5), @babel/helper-annotate-as-pure (7.10.1), @babel/helper-builder-binary-assignment-operator-visitor (7.10.1), @babel/helper-compilation-targets (7.10.2), @babel/helper-create-class-features-plugin (7.10.2), @babel/helper-create-regexp-features-plugin (7.10.1), @babel/helper-define-map (7.10.1), @babel/helper-explode-assignable-expression (7.10.1), @babel/helper-function-name (7.9.5), @babel/helper-get-function-arity (7.8.3), @babel/helper-hoist-variables (7.10.1), @babel/helper-member-expression-to-functions (7.10.1), @babel/helper-module-imports (7.10.1), @babel/helper-module-transforms (7.10.1), @babel/helper-optimise-call-expression (7.10.1), @babel/helper-plugin-utils (7.8.3), @babel/helper-regex (7.10.1), @babel/helper-remap-async-to-generator (7.10.1), @babel/helper-replace-supers (7.10.1), @babel/helper-simple-access (7.10.1), @babel/helper-split-export-declaration (7.8.3), @babel/helper-validator-identifier (7.9.5), @babel/helper-wrap-function (7.10.1), @babel/helpers (7.10.1), @babel/highlight (7.9.0), @babel/plugin-proposal-async-generator-functions (7.10.1), @babel/plugin-proposal-class-properties (7.10.1), @babel/plugin-proposal-dynamic-import (7.10.1), @babel/plugin-proposal-json-strings (7.10.1), @babel/plugin-proposal-nullish-coalescing-operator (7.10.1), @babel/plugin-proposal-numeric-separator (7.10.1), @babel/plugin-proposal-object-rest-spread (7.10.1), @babel/plugin-proposal-optional-catch-binding (7.10.1), @babel/plugin-proposal-optional-chaining (7.10.1), @babel/plugin-proposal-private-methods (7.10.1), @babel/plugin-proposal-unicode-property-regex (7.10.1), @babel/plugin-syntax-async-generators (7.8.4), @babel/plugin-syntax-class-properties (7.10.1), @babel/plugin-syntax-dynamic-import (7.8.3), @babel/plugin-syntax-json-strings (7.8.3), @babel/plugin-syntax-nullish-coalescing-operator (7.8.3), @babel/plugin-syntax-numeric-separator (7.10.1), @babel/plugin-syntax-object-rest-spread (7.8.3), @babel/plugin-syntax-optional-catch-binding (7.8.3), @babel/plugin-syntax-optional-chaining (7.8.3), @babel/plugin-syntax-top-level-await (7.10.1), @babel/plugin-transform-arrow-functions (7.10.1), @babel/plugin-transform-async-to-generator (7.10.1), @babel/plugin-transform-block-scoped-functions (7.10.1), @babel/plugin-transform-block-scoping (7.10.1), @babel/plugin-transform-classes (7.10.1), @babel/plugin-transform-computed-properties (7.10.1), @babel/plugin-transform-destructuring (7.10.1), @babel/plugin-transform-dotall-regex (7.10.1), @babel/plugin-transform-duplicate-keys (7.10.1), @babel/plugin-transform-exponentiation-operator (7.10.1), @babel/plugin-transform-for-of (7.10.1), @babel/plugin-transform-function-name (7.10.1), @babel/plugin-transform-literals (7.10.1), @babel/plugin-transform-member-expression-literals (7.10.1), @babel/plugin-transform-modules-amd (7.10.1), @babel/plugin-transform-modules-commonjs (7.10.1), @babel/plugin-transform-modules-systemjs (7.10.1), @babel/plugin-transform-modules-umd (7.10.1), @babel/plugin-transform-named-capturing-groups-regex (7.8.3), @babel/plugin-transform-new-target (7.10.1), @babel/plugin-transform-object-super (7.10.1), @babel/plugin-transform-parameters (7.10.1), @babel/plugin-transform-property-literals (7.10.1), @babel/plugin-transform-regenerator (7.10.1), @babel/plugin-transform-reserved-words (7.10.1), @babel/plugin-transform-runtime (7.10.1), @babel/plugin-transform-shorthand-properties (7.10.1), @babel/plugin-transform-spread (7.10.1), @babel/plugin-transform-sticky-regex (7.10.1), @babel/plugin-transform-template-literals (7.10.1), @babel/plugin-transform-typeof-symbol (7.10.1), @babel/plugin-transform-unicode-escapes (7.10.1), @babel/plugin-transform-unicode-regex (7.10.1), @babel/polyfill (7.10.1), @babel/preset-env (7.10.2), @babel/register (7.10.1), @babel/runtime (7.10.2), @babel/template (7.8.6), @babel/traverse (7.9.5), @babel/types (7.9.5) MIT License ------------ -Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in logrus (6699a89a232f3db797f2e280639854bbc4b89725) + + +The MIT License (MIT) + +Copyright (c) 2014 Simon Eskildsen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17447,27 +15530,12 @@ THE SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in buntis (0.2.1) +Found in vue-router (3.3.2) -ISC License +MIT License -Copyright (c) 2019 and later, KFlash and others. - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in copy-descriptor (0.1.1), resolve-dir (1.0.1) - - -The MIT License (MIT) - -Copyright (c) 2015-2016, Jon Schlinkert +Copyright (c) 2013-present Evan You Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17476,97 +15544,194 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in chokidar (3.4.0) - - -The MIT License (MIT) - -Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the “Software”), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- CC-BY-3.0 -Found in net (ff2c4b7c35a07b0c1e90ce72aa7bfe41bb66a3cb), posix-character-classes (0.1.1), spdx-exceptions (2.2.0) +Found in net (627f9648deb96c27737b83199d44bb5c1010cbcf), spdx-exceptions (2.2.0) Creative Commons Attribution 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. License -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC ... +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + 1. Definitions + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + e. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + f. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + g. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + h. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + i. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. + b. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv), consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + c. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + 5. Representations, Warranties and Disclaimer + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + 7. Termination + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + 8. Miscellaneous + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. + e. This License may not be modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. +Creative Commons Notice +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. +Creative Commons may be contacted at http://creativecommons.org/. -------------------------------------------------------------------------------- MIT -Found in mapbox-gl (1.10.0) +Found in body-parser (1.19.0), type-is (1.6.18) -Copyright (c) 2020, Mapbox +(The MIT License) -All rights reserved. +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the name of Mapbox GL JS nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- -Contains code from glfx.js +MIT +Found in cheerio (1.0.0-rc.3) -Copyright (C) 2011 by Evan Wallace + +MIT License + +Copyright (c) 2016 Matt Mueller + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in lodash (4.17.15), lodash.template (4.5.0), lodash.templatesettings (4.2.0) + + +Copyright OpenJS Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +-------------------------------------------------------------------------------- + +MIT +Found in bluebird (3.7.2) + + +The MIT License (MIT) + +Copyright (c) 2013-2018 Petka Antonov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17580,21 +15745,26 @@ all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + -------------------------------------------------------------------------------- -Contains a portion of d3-color https://github.com/d3/d3-color +BSD-2-Clause +Found in godirwalk (99bb3743ba1bdd193cd193bcc0aeced2dd577c4d) -Copyright 2010-2016 Mike Bostock + +BSD 2-Clause License + +Copyright (c) 2017, Karrick McDermott All rights reserved. -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -17603,341 +15773,22 @@ are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - --------------------------------------------------------------------------------- - -MIT -Found in @mapbox/geojson-rewind (0.5.0) - - -Copyright (c) 2020, Mapbox - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - - --------------------------------------------------------------------------------- - -Apache-2.0 -Found in client_golang (6edbbd9e560190e318cdc5b4d3e630b442858380), parser (a1bca4f6cf2a819330a3d6c33d03571ddcaf942f) - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - --------------------------------------------------------------------------------- - -MIT -Found in cli (464c8688165e18e926747178814a22e880028ef9) - - -MIT License - -Copyright (c) 2016 Jeremy Saenz & Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in testify (ca8e08c131bfa32eb704e41a89dfee1a0c0ffba2) - - -MIT License - -Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in @babel/parser (7.9.6) - - -Copyright (C) 2012-2014 by various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- BSD-3-Clause -Found in crypto (4b2356b1ed79e6be3deca3737a3db3d132d2847a), go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf), net (ff2c4b7c35a07b0c1e90ce72aa7bfe41bb66a3cb) +Found in crypto (279210d13fedf5be6d476bad5df6a015042bb905), go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf), net (627f9648deb96c27737b83199d44bb5c1010cbcf) Copyright (c) 2009 The Go Authors. All rights reserved. @@ -17972,7 +15823,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- public-domain -Found in crypto (4b2356b1ed79e6be3deca3737a3db3d132d2847a), open-location-code (a6eb95b4d2f934e94dae4f092260caf7f3db7967), postcss-pseudo-class-any-link (6.0.0), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) +Found in crypto (279210d13fedf5be6d476bad5df6a015042bb905), open-location-code (e28188e713401e77aedebfeaff74b9bf1a7325af), postcss-pseudo-class-any-link (6.0.0), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) No license text available @@ -17980,7 +15831,7 @@ No license text available -------------------------------------------------------------------------------- OpenSSL -Found in crypto (4b2356b1ed79e6be3deca3737a3db3d132d2847a) +Found in crypto (279210d13fedf5be6d476bad5df6a015042bb905) OpenSSL License @@ -18012,12 +15863,12 @@ The licence and distribution terms for any publically available version or deriv -------------------------------------------------------------------------------- MIT -Found in logrus (60c74ad9be0d874af0ab0daef6ab07c5c5911f0d) +Found in cli (b190f2d2fc569d22c3e864d6829a1ca2beb3f959) -The MIT License (MIT) +MIT License -Copyright (c) 2014 Simon Eskildsen +Copyright (c) 2016 Jeremy Saenz & Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18026,84 +15877,271 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in gin (abc4fa07189cb1f2ed23ec0d3aeac0d34d6348ff) - - -The MIT License (MIT) - -Copyright (c) 2014 Manuel Martínez-Almeida - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - --------------------------------------------------------------------------------- - -MIT -Found in karma (5.0.4) - - -The MIT License - -Copyright (C) 2011-2019 Google, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in go-jpeg-image-structure (6a4a98e0d94bd0ab539109d6d9f95c08a1cf0d75), go-png-image-structure (95308446cacca27960d3bf985169b660153fa03d) +Found in engine.io (3.4.2) -MIT LICENSE +(The MIT License) -Copyright 2020 Dustin Oprea +Copyright (c) 2014 Guillermo Rauch + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in engine.io-client (3.4.3) + + +(The MIT License) + +Copyright (c) 2014-2015 Automattic + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-2-Clause +Found in normalize-package-data (2.5.0) + + +This package contains code originally written by Isaac Z. Schlueter. +Used with permission. + +Copyright (c) Meryn Stol ("Author") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in crypto-browserify (3.12.0) + + +The MIT License + +Copyright (c) 2013 Dominic Tarr + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in lodash._reinterpolate (3.0.0) + + +Copyright 2012-2015 The Dojo Foundation +Based on Underscore.js 1.7.0, copyright 2009-2015 Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in map-visit (1.0.0), union-value (1.0.1) + + +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in object-copy (0.1.0), static-extend (0.1.2) + + +The MIT License (MIT) + +Copyright (c) 2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in destroy (1.0.4), ee-first (1.1.1), mime-db (1.43.0) + + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in through2 (2.0.5) + + +# The MIT License (MIT) + +**Copyright (c) Rod Vagg (the "Original Author") and additional contributors** Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -18112,15 +16150,1113 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +LGPL-3.0-only +Found in spdx-exceptions (2.2.0), spdx-license-ids (3.0.5), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +GNU LESSER GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 +Copyright (C) 2007 Free Software Foundation, Inc. +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. + + "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". + + The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. + 1. Exception to Section 3 of the GNU GPL. + You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. + 2. Conveying Modified Versions. + If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: + a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or + b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. + 3. Object Code Incorporating Material from Library Header Files. + The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: + a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the object code with a copy of the GNU GPL and this license document. + 4. Combined Works. + You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: + a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the Combined Work with a copy of the GNU GPL and this license document. + c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. + d) Do one of the following: + 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. + e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) + 5. Combined Libraries. + You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. + b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + 6. Revised Versions of the GNU Lesser General Public License. + The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. + If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. + -------------------------------------------------------------------------------- MIT -Found in deepcopier (45decc6639b634774af79cefff24e6b9670f5847) +Found in js-tokens (4.0.0) The MIT License (MIT) -Copyright (c) 2015 Ulule +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in error-ex (1.3.2), is-arrayish (0.3.2) + + +The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in copy-descriptor (0.1.1), expand-brackets (2.1.4), resolve-dir (1.0.1) + + +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in statuses (1.5.0) + + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in lodash.clonedeep (4.5.0), lodash.get (4.4.2), lodash.isplainobject (4.0.6), lodash.memoize (4.1.2), lodash.trim (4.5.1), lodash.uniq (4.5.0), lodash.without (4.4.0) + + +Copyright jQuery Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. + + +-------------------------------------------------------------------------------- + +CC-BY-4.0 +Found in posix-character-classes (0.1.1), spdx-exceptions (2.2.0), spdx-expression-parse (3.0.0) + + +Creative Commons Attribution 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. +Using Creative Commons Public Licenses +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. +Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors +Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public : wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution 4.0 International Public License +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. +Section 1 – Definitions. + a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + h. Licensor means the individual(s) or entity(ies) granting rights under this Public License. + i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. +Section 2 – Scope. + a. License grant. + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + A. reproduce and Share the Licensed Material, in whole or in part; and + B. produce, reproduce, and Share Adapted Material. + 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + 3. Term. The term of this Public License is specified in Section 6(a). + 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + 5. Downstream recipients. + A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + b. Other rights. + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + 2. Patent and trademark rights are not licensed under this Public License. + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. +Section 3 – License Conditions. +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + a. Attribution. + 1. If You Share the Licensed Material (including in modified form), You must: + A. retain the following if it is supplied by the Licensor with the Licensed Material: + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + ii. a copyright notice; + iii. a notice that refers to this Public License; + iv. a notice that refers to the disclaimer of warranties; + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. +Section 4 – Sui Generis Database Rights. +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. +Section 5 – Disclaimer of Warranties and Limitation of Liability. + a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. +Section 6 – Term and Termination. + a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + 2. upon express reinstatement by the Licensor. + c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. +Section 7 – Other Terms and Conditions. + a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. +Section 8 – Interpretation. + a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the "Licensor." The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. +Creative Commons may be contacted at creativecommons.org. + +-------------------------------------------------------------------------------- + +MIT +Found in spdx-expression-parse (3.0.0) + + +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in asap (2.0.6) + + + +Copyright 2009–2014 Contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in source-map-url (0.4.0) + + +The MIT License (MIT) + +Copyright (c) 2014 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in cache-base (1.0.1), isobject (3.0.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in base (0.11.2), extglob (2.0.4), is-accessor-descriptor (1.0.0), is-data-descriptor (1.0.0), split-string (3.1.0) + + +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in define-property (2.0.2), is-windows (1.0.2) + + +The MIT License (MIT) + +Copyright (c) 2015-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in array-unique (0.3.2), is-extglob (2.1.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in buffer-from (1.1.1) + + +MIT License + +Copyright (c) 2016, 2018 Linus Unnebäck + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in media-typer (0.3.0) + + +(The MIT License) + +Copyright (c) 2014 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in array-flatten (1.1.1), path-to-regexp (1.8.0) + + +The MIT License (MIT) + +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in methods (1.1.2) + + +(The MIT License) + +Copyright (c) 2013-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in on-finished (2.3.0) + + +(The MIT License) + +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2014 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in etag (1.8.1), proxy-addr (2.0.6) + + +(The MIT License) + +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in loader-runner (2.4.0), tapable (1.1.3) + + +The MIT License + +Copyright (c) Tobias Koppers @sokra + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in os-browserify (0.3.0) + + +The MIT License (MIT) + +Copyright (c) 2017 CoderPuppy + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in class-utils (0.3.6) + + +The MIT License (MIT) + +Copyright (c) 2015, 2017-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in aproba (1.2.0), wide-align (1.1.3) + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in uuid (3.3.2) + + +The MIT License (MIT) + +Copyright (c) 2010-2016 Robert Kieffer and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in snapdragon-node (2.1.1), snapdragon-util (3.0.1) + + +The MIT License (MIT) + +Copyright (c) 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in arr-flatten (1.1.0), is-glob (4.0.1), is-plain-object (2.0.4), kind-of (6.0.3) + + +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in url (0.11.0) + + +The MIT License (MIT) + +Copyright Joyent, Inc. and other Node contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in util-deprecate (1.0.2) + + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in content-type (1.0.4) + + +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in nanomatch (1.2.13), to-regex (3.0.2) + + +The MIT License (MIT) + +Copyright (c) 2016-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in fresh (0.5.2) + + +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2016-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in regex-not (1.0.2) + + +The MIT License (MIT) + +Copyright (c) 2016, 2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in loose-envify (1.4.0) + + +The MIT License (MIT) + +Copyright (c) 2015 Andres Suarez + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in requires-port (1.0.0), yeast (0.1.2) + + +The MIT License (MIT) + +Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18145,12 +17281,302 @@ SOFTWARE. -------------------------------------------------------------------------------- MIT -Found in go-exif (3e77768f3580c0cf0aa5bcb4790ca9b8ba93431d) +Found in is-descriptor (1.0.2), is-extendable (1.0.1) -MIT LICENSE +The MIT License (MIT) -Copyright 2019 Dustin Oprea +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in core-util-is (1.0.2) + + +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in moment (2.24.0) + + +Copyright (c) JS Foundation and other contributors + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in create-ecdh (4.0.3) + + +The MIT License (MIT) + +Copyright (c) 2014-2017 createECDH contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in arr-diff (4.0.0), for-in (1.0.2), has-value (1.0.0), has-values (1.0.0), set-value (2.0.1), word-wrap (1.2.3) + + +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in private (0.1.8) + + +Copyright (c) 2014 Ben Newman + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in argparse (1.0.10) + + +(The MIT License) + +Copyright (C) 2012 by Vitaly Puzrin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in levn (0.3.0), optionator (0.8.3), prelude-ls (1.1.2), type-check (0.3.2) + + +Copyright (c) George Zahariev + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in cipher-base (1.0.4), create-hash (1.2.0), create-hmac (1.1.7), evp_bytestokey (1.0.3) + + +The MIT License (MIT) + +Copyright (c) 2017 crypto-browserify contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in brace-expansion (1.1.11) + + +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in prr (1.0.1) + + +The MIT License (MIT) +===================== + +Copyright (c) 2014 Rod Vagg +--------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -18159,13 +17585,1760 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- + +MIT +Found in interpret (1.2.0) + + +Copyright (c) 2014-2018 Tyler Kellen , Blaine Bublitz , and Eric Schoffstall + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in big.js (5.2.2) + + +The MIT Licence (Expat). + +Copyright (c) 2018 Michael Mclaughlin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in merge-descriptors (1.0.1) + + +(The MIT License) + +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in escape-html (1.0.3) + + +(The MIT License) + +Copyright (c) 2012-2013 TJ Holowaychuk +Copyright (c) 2015 Andreas Lubbe +Copyright (c) 2015 Tiancheng "Timothy" Gu + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in unpipe (1.0.0) + + +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in detect-file (1.0.0) + + +The MIT License (MIT) + +Copyright (c) 2016-2017, Brian Woodward. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in file-uri-to-path (1.0.0) + + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in require-directory (2.1.1) + + +The MIT License (MIT) + +Copyright (c) 2011 Troy Goode + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in fs.realpath (1.0.0) + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---- + +This library bundles a version of the `fs.realpath` and `fs.realpathSync` +methods from Node.js v0.10 under the terms of the Node.js MIT license. + +Node's license follows, also included at the header of `old.js` which contains +the licensed code: + + Copyright Joyent, Inc. and other Node contributors. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in sax (1.2.4) + + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +==== + +`String.fromCodePoint` by Mathias Bynens used according to terms of MIT +License, as follows: + + Copyright Mathias Bynens + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in setimmediate (1.0.5) + + +Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in invariant (2.2.4) + + +MIT License + +Copyright (c) 2013-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in deep-extend (0.6.0) + + +The MIT License (MIT) + +Copyright (c) 2013-2018, Viacheslav Lotsmanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in source-list-map (2.0.1) + + +Copyright 2017 JS Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in extend (3.0.2) + + +The MIT License (MIT) + +Copyright (c) 2014 Stefan Thomas + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in universalify (0.1.2) + + +(The MIT License) + +Copyright (c) 2017, Ryan Zimmerman + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the 'Software'), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in resize-observer-polyfill (1.5.1) + + +The MIT License (MIT) + +Copyright (c) 2016 Denis Rul + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in promise (7.3.1) + + +Copyright (c) 2014 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in rc (1.2.8), through (2.3.8) + + +The MIT License + +Copyright (c) 2011 Dominic Tarr + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + -------------------------------------------------------------------------------- Apache-2.0 -Found in pd (5a8ccb5b53e0a048146c019bfb48fd99c696cc6c), tidb (b71a45022114a0f1ae0a70661a65b198a6e8f8db), tidb-tools (9a56d2952332c7d0021c3c75dfd3e5d482ca37f6) +Found in rc (1.2.8), through (2.3.8) -Apache License +Apache License, Version 2.0 + +Copyright (c) 2011 Dominic Tarr + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +-------------------------------------------------------------------------------- + +BSD-2-Clause +Found in rc (1.2.8) + + +Copyright (c) 2013, Dominic Tarr +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of the FreeBSD Project. + + +-------------------------------------------------------------------------------- + +MIT +Found in utila (0.4.0) + + +The MIT License (MIT) + +Copyright (c) 2014 Aria Minaei + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in safer-buffer (2.1.2) + + +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in is-promise (2.1.0), pug-lexer (4.1.0), pug-parser (5.0.1), pug-runtime (2.0.5) + + +Copyright (c) 2014 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in flat (4.1.0) + + +Copyright (c) 2014, Hugh Kennedy +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in longest (1.0.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2015, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in renderkid (2.0.3) + + +The MIT License (MIT) + +Copyright (c) 2015 Aria Minaei + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in has-unicode (2.0.1) + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in uglify-to-browserify (1.0.2) + + +Copyright (c) 2013 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in charenc (0.0.2), crypt (0.0.2) + + +Copyright © 2011, Paul Vorbach. All rights reserved. +Copyright © 2009, Jeff Mott. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. +* Neither the name Crypto-JS nor the names of its contributors may be used to + endorse or promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in fragment-cache (0.2.1), posix-character-classes (0.1.1) + + +The MIT License (MIT) + +Copyright (c) 2016-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in buffer-crc32 (0.2.13) + + +The MIT License + +Copyright (c) 2013 Brian J. Brennan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the +Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in pend (1.2.0) + + +The MIT License (Expat) + +Copyright (c) 2014 Andrew Kelley + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in q (1.5.1) + + +Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in progress (2.0.3) + + +(The MIT License) + +Copyright (c) 2017 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in extend-shallow (3.0.2), mixin-deep (1.3.2) + + +The MIT License (MIT) + +Copyright (c) 2014-2015, 2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in md5 (2.2.1) + + +Copyright © 2011-2012, Paul Vorbach. +Copyright © 2009, Jeff Mott. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. +* Neither the name Crypto-JS nor the names of its contributors may be used to + endorse or promote products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in defaults (1.0.3) + + +The MIT License (MIT) + +Copyright (c) 2015 Elijah Insua + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in clone (1.0.4) + + +Copyright © 2011-2015 Paul Vorbach + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in sprintf-js (1.0.3) + + +Copyright (c) 2007-2014, Alexandru Marasteanu +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +-------------------------------------------------------------------------------- + +MIT +Found in randombytes (2.1.0), randomfill (1.0.4) + + +MIT License + +Copyright (c) 2017 crypto-browserify + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in browserify-cipher (1.0.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2017 Calvin Metcalf & contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in diffie-hellman (5.0.3), public-encrypt (4.0.3) + + +Copyright (c) 2017 Calvin Metcalf + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in debug (4.1.1) + + +(The MIT License) + +Copyright (c) 2014 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +Zlib +Found in browserify-zlib (0.2.0), pako (1.0.11), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +zlib License Copyright (c) +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- + +MIT +Found in browserify-zlib (0.2.0) + + +The MIT License (MIT) + +Copyright (c) 2014-2015 Devon Govett + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +This project contains parts of Node.js. +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + + +-------------------------------------------------------------------------------- + +MIT +Found in pbkdf2 (3.0.17) + + +The MIT License (MIT) + +Copyright (c) 2014 Daniel Cousens + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in buffer-xor (1.0.3) + + +The MIT License (MIT) + +Copyright (c) 2015 Daniel Cousens + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in dom-converter (0.2.0), pretty-error (2.1.1) + + +The MIT License (MIT) + +Copyright (c) 2013 Aria Minaei + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +BSD-3-Clause +Found in sha.js (2.4.11) + + +Copyright (c) 2013-2018 sha.js contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +Copyright (c) 1998 - 2009, Paul Johnston & Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this +list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +Neither the name of the author nor the names of its contributors may be used to +endorse or promote products derived from this software without specific prior +written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in to-arraybuffer (1.0.1) + + +The MIT License + +Copyright (c) 2016 John Hiesey + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in ripemd160 (2.0.2) + + +The MIT License (MIT) + +Copyright (c) 2016 crypto-browserify + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in browserify-rsa (4.0.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2015 Calvin Metcalf & contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in align-text (0.1.4), assign-symbols (1.0.0), center-align (0.1.3), pascalcase (0.1.1), right-align (0.1.3) + + +The MIT License (MIT) + +Copyright (c) 2015, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in inflight (1.0.6) + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in arr-union (3.1.0), get-value (2.0.6), is-directory (0.3.1), object.pick (1.3.0), repeat-string (1.6.1) + + +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in console-control-strings (1.1.0), gauge (2.7.4) + + +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in atob (2.1.2) + + +At your option you may choose either of the following licenses: + + * The MIT License (MIT) + * The Apache License 2.0 (Apache-2.0) + + +The MIT License (MIT) + +Copyright (c) 2015 AJ ONeal + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18353,7 +19526,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {} + Copyright 2015 AJ ONeal Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18370,331 +19543,1124 @@ Apache License -------------------------------------------------------------------------------- -WTFPL -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), opener (1.5.1), path-is-inside (1.0.2) +CC-BY-3.0 +Found in atob (2.1.2) -DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -Version 2, December 2004 -Copyright (C) 2004 Sam Hocevar -Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. -DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. You just DO WHAT THE FUCK YOU WANT TO. +Creative Commons Legal Code --------------------------------------------------------------------------------- +Attribution 3.0 Unported -Zlib -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), browserify-zlib (0.2.0), pako (1.0.11), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY +COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS +AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY +BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. + +1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be + recast, transformed, or adapted including in any form recognizably + derived from the original, except that a work that constitutes a + Collection will not be considered an Adaptation for the purpose of + this License. For the avoidance of doubt, where the Work is a musical + work, performance or phonogram, the synchronization of the Work in + timed-relation with a moving image ("synching") will be considered an + Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined above) for the purposes of this + License. + c. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + d. "Licensor" means the individual, individuals, entity or entities that + offer(s) the Work under the terms of this License. + e. "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and in + addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, declaim, + play in, interpret or otherwise perform literary or artistic works or + expressions of folklore; (ii) in the case of a phonogram the producer + being the person or legal entity who first fixes the sounds of a + performance or other sounds; and, (iii) in the case of broadcasts, the + organization that transmits the broadcast. + f. "Work" means the literary and/or artistic work offered under the terms + of this License including without limitation any production in the + literary, scientific and artistic domain, whatever may be the mode or + form of its expression including digital form, such as a book, + pamphlet and other writing; a lecture, address, sermon or other work + of the same nature; a dramatic or dramatico-musical work; a + choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which are + assimilated works expressed by a process analogous to cinematography; + a work of drawing, painting, architecture, sculpture, engraving or + lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied + art; an illustration, map, plan, sketch or three-dimensional work + relative to geography, topography, architecture or science; a + performance; a broadcast; a phonogram; a compilation of data to the + extent it is protected as a copyrightable work; or a work performed by + a variety or circus performer to the extent it is not otherwise + considered a literary or artistic work. + g. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + h. "Publicly Perform" means to perform public recitations of the Work and + to communicate to the public those public recitations, by any means or + process, including by wire or wireless means or public digital + performances; to make available to the public Works in such a way that + members of the public may access these Works from a place and at a + place individually chosen by them; to perform the Work to the public + by any means or process and the communication to the public of the + performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, + sounds or images. + i. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of a + protected performance or phonogram in digital form or other electronic + medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, +limit, or restrict any uses free from copyright or rights arising from +limitations or exceptions that are provided for in connection with the +copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, + including any translation in any medium, takes reasonable steps to + clearly label, demarcate or otherwise identify that changes were made + to the original Work. For example, a translation could be marked "The + original work was translated from English to Spanish," or a + modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated + in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives the + exclusive right to collect such royalties for any exercise by You + of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that the + Licensor is a member of a collecting society that administers + voluntary licensing schemes, via that society, from any exercise + by You of the rights granted under this License. + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights in +other media and formats. Subject to Section 8(f), all rights not expressly +granted by Licensor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any terms + on the Work that restrict the terms of this License or the ability of + the recipient of the Work to exercise the rights granted to that + recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and + to the disclaimer of warranties with every copy of the Work You + Distribute or Publicly Perform. When You Distribute or Publicly + Perform the Work, You may not impose any effective technological + measures on the Work that restrict the ability of a recipient of the + Work from You to exercise the rights granted to that recipient under + the terms of the License. This Section 4(a) applies to the Work as + incorporated in a Collection, but this does not require the Collection + apart from the Work itself to be made subject to the terms of this + License. If You create a Collection, upon notice from any Licensor You + must, to the extent practicable, remove from the Collection any credit + as required by Section 4(b), as requested. If You create an + Adaptation, upon notice from any Licensor You must, to the extent + practicable, remove from the Adaptation any credit as required by + Section 4(b), as requested. + b. If You Distribute, or Publicly Perform the Work or any Adaptations or + Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) the + name of the Original Author (or pseudonym, if applicable) if supplied, + and/or if the Original Author and/or Licensor designate another party + or parties (e.g., a sponsor institute, publishing entity, journal) for + attribution ("Attribution Parties") in Licensor's copyright notice, + terms of service or by other reasonable means, the name of such party + or parties; (ii) the title of the Work if supplied; (iii) to the + extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not + refer to the copyright notice or licensing information for the Work; + and (iv) , consistent with Section 3(b), in the case of an Adaptation, + a credit identifying the use of the Work in the Adaptation (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). The credit required by + this Section 4 (b) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, at + a minimum such credit will appear, if a credit for all contributing + authors of the Adaptation or Collection appears, then as part of these + credits and in a manner at least as prominent as the credits for the + other contributing authors. For the avoidance of doubt, You may only + use the credit required by this Section for the purpose of attribution + in the manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + c. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute or + Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify or + take other derogatory action in relation to the Work which would be + prejudicial to the Original Author's honor or reputation. Licensor + agrees that in those jurisdictions (e.g. Japan), in which any exercise + of the right granted in Section 3(b) of this License (the right to + make Adaptations) would be deemed to be a distortion, mutilation, + modification or other derogatory action prejudicial to the Original + Author's honor and reputation, the Licensor will waive or not assert, + as appropriate, this Section, to the fullest extent permitted by the + applicable national law, to enable You to reasonably exercise Your + right under Section 3(b) of this License (right to make Adaptations) + but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR +OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY +KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION +OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is + perpetual (for the duration of the applicable copyright in the Work). + Notwithstanding the above, Licensor reserves the right to release the + Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + +8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, + the Licensor offers to the recipient a license to the Work on the same + terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties with + respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne Convention + for the Protection of Literary and Artistic Works (as amended on + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 + and the Universal Copyright Convention (as revised on July 24, 1971). + These rights and subject matter take effect in the relevant + jurisdiction in which the License terms are sought to be enforced + according to the corresponding provisions of the implementation of + those treaty provisions in the applicable national law. If the + standard suite of rights granted under applicable copyright law + includes additional rights not granted under this License, such + additional rights are deemed to be included in the License; this + License is not intended to restrict the license of any rights under + applicable law. -zlib License Copyright (c) -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim... +Creative Commons Notice --------------------------------------------------------------------------------- + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, it + shall have all rights and obligations of Licensor. -Python-2.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, Creative Commons does not authorize + the use by either party of the trademark "Creative Commons" or any + related trademark or logo of Creative Commons without the prior + written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage + guidelines, as may be published on its website or otherwise made + available upon request from time to time. For the avoidance of doubt, + this trademark restriction does not form part of this License. + Creative Commons may be contacted at http://creativecommons.org/. -PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 - 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. - 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, pre... - --------------------------------------------------------------------------------- - -ODbL-1.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), go-tz.v2 (4829d8ecacbd084292a5be78a6736d91826ff3bb) - - -ODC Open Database License (ODbL) Preamble -The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify, and use this Database while maintaining this same freedom for others. Many databases are covered by copyright, and therefore this document licenses these rights. Some jurisdictions, mainly in the European Union, have specific rights that cover databases, and so the ODbL addresses these rights, too. Finally, the ODbL is also an agreement in contract for users of this Database to act in certain ways in return for accessing this Database. -Databases can contain a wide variety of types of content (images, audiovisual material, and sounds all in the same database, for example), and so the ODbL only governs the rights over the Database, and not the contents of the Database individually. Licensors should use the ODbL together with another license for the contents, if the contents have a single set of rights that uniformly covers all of the contents. If the contents have multiple sets of different rights, Licensors should describe what rights govern what contents together in the individual record or in some other way that clarifies what rights apply. -Sometimes the contents of a database, or the database itself, can be covered by other rights not addressed here (such as private contracts, trade mark over the name, or privacy rights / data protection rights over information in the contents), and so you are advised that you may have to consult other documents or clear other rights before doing activities not covered by this License. ------- -The Licensor (as defined below) -and -You (as defined below) -agree as follows: - 1.0 Definitions of Capitalised Words - "Collective Database" - Means this Database in unmodified form as part of a collection of independent databases in themselves that together are assembled into a collective whole. A work that constitutes a Collective Database will not be considered a Derivative Database. - "Convey" - As a verb, means Using the Database, a Derivative Database, or the Database as part of a Collective Database in any way that enables a Person to make or receive copies of the Database or a Derivative Database. Conveying does not include interaction with a user through a computer network, or creating and Using a Produced Work, where no transfer of a copy of the Database or a Derivative Database occurs. "Contents" - The contents of this Database, which includes the information, independent works, or other material collected into the Database. For example, the contents of the Database could be factual data or works such as images, audiovisual material, text, or sounds. - "Database" - A collection of material (the Contents) arranged in a systematic or methodical way and individually accessible by electronic or other means offered under the terms of this License. - "Database Directive" - Means Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended or succeeded. - "Database Right" - Means rights resulting from the Chapter III ("sui generis") rights in the Database Directive (as amended and as transposed by member states), which includes the Extraction and Re-utilisation of the whole or a Substantial part of the Contents, as well as any similar rights available in the relevant jurisdiction under Section 10.4. - "Derivative Database" - Means a database based upon the Database, and includes any translation, adaptation, arrangement, modification, or any other alteration of the Database or of a Substantial part of the Contents. This includes, but is not limited to, Extracting or Re-utilising the whole or a Substantial part of the Contents in a new Database. - "Extraction" - Means the permanent or temporary transfer of all or a Substantial part of the Contents to another medium by any means or in any form. - "License" - Means this license agreement and is both a license of rights such as copyright and Database Rights and an agreement in contract. - "Licensor" - Means the Person that offers the Database under the terms of this License. - "Person" - Means a natural or legal person or a body of persons corporate or incorporate. - "Produced Work" - a work (such as an image, audiovisual material, text, or sounds) resulting from using the whole or a Substantial part of the Contents (via a search or other query) from this Database, a Derivative Database, or this Database as part of a Collective Database. - "Publicly" - means to Persons other than You or under Your control by either more than 50% ownership or by the power to direct their activities (such as contracting with an independent consultant). - "Re-utilisation" - means any form of making available to the public all or a Substantial part of the Contents by the distribution of copies, by renting, by online or other forms of transmission. - "Substantial" - Means substantial in terms of quantity or quality or a combination of both. The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may amount to the Extraction or Re-utilisation of a Substantial part of the Contents. - "Use" - As a verb, means doing any act that is restricted by copyright or Database Rights whether in the original medium or any other; and includes without limitation distributing, copying, publicly performing, publicly displaying, and preparing derivative works of the Database, as well as modifying the Database as may be technically necessary to use it in a different mode or format. - "You" - Means a Person exercising rights under this License who has not previously violated the terms of this License with respect to the Database, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. - Words in the singular include the plural and vice versa. - 2.0 What this License covers - 2.1. Legal effect of this document. This License is: - a. A license of applicable copyright and neighbouring rights; - b. A license of the Database Right; and - c. An agreement in contract between You and the Licensor. - 2.2 Legal rights covered. This License covers the legal rights in the Database, including: - a. Copyright. Any copyright or neighbouring rights in the Database. The copyright licensed includes any individual elements of the Database, but does not cover the copyright over the Contents independent of this Database. See Section 2.4 for details. Copyright law varies between jurisdictions, but is likely to cover: the Database model or schema, which is the structure, arrangement, and organisation of the Database, and can also include the Database tables and table indexes; the data entry and output sheets; and the Field names of Contents stored in the Database; - b. Database Rights. Database Rights only extend to the Extraction and Re-utilisation of the whole or a Substantial part of the Contents. Database Rights can apply even when there is no copyright over the Database. Database Rights can also apply when the Contents are removed from the Database and are selected and arranged in a way that would not infringe any applicable copyright; and - c. Contract. This is an agreement between You and the Licensor for access to the Database. In return you agree to certain conditions of use on this access as outlined in this License. - 2.3 Rights not covered. - a. This License does not apply to computer programs used in the making or operation of the Database; - b. This License does not cover any patents over the Contents or the Database; and - c. This License does not cover any trademarks associated with the Database. - 2.4 Relationship to Contents in the Database. The individual items of the Contents contained in this Database may be covered by other rights, including copyright, patent, data protection, privacy, or personality rights, and this License does not cover any rights (other than Database Rights or in contract) in individual Contents contained in the Database. For example, if used on a Database of images (the Contents), this License would not apply to copyright over individual images, which could have their own separate licenses, or one single license covering all of the rights over the images. - 3.0 Rights granted - 3.1 Subject to the terms and conditions of this License, the Licensor grants to You a worldwide, royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database for the duration of any applicable copyright and Database Rights. These rights explicitly include commercial use, and do not exclude any field of endeavour. To the extent possible in the relevant jurisdiction, these rights may be exercised in all media and formats whether now known or created in the future. - The rights granted cover, for example: - a. Extraction and Re-utilisation of the whole or a Substantial part of the Contents; - b. Creation of Derivative Databases; - c. Creation of Collective Databases; - d. Creation of temporary or permanent reproductions by any means and in any form, in whole or in part, including of any Derivative Databases or as a part of Collective Databases; and - e. Distribution, communication, display, lending, making available, or performance to the public by any means and in any form, in whole or in part, including of any Derivative Database or as a part of Collective Databases. - 3.2 Compulsory license schemes. For the avoidance of doubt: - a. Non-waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; - b. Waivable compulsory license schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, - c. Voluntary license schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. - 3.3 The right to release the Database under different terms, or to stop distributing or making available the Database, is reserved. Note that this Database may be multiple-licensed, and so You may have the choice of using alternative licenses for this Database. Subject to Section 10.4, all other rights not expressly granted by Licensor are reserved. - 4.0 Conditions of Use - 4.1 The rights granted in Section 3 above are expressly made subject to Your complying with the following conditions of use. These are important conditions of this License, and if You fail to follow them, You will be in material breach of its terms. - 4.2 Notices. If You Publicly Convey this Database, any Derivative Database, or the Database as part of a Collective Database, then You must: - a. Do so only under the terms of this License or another license permitted under Section 4.4; - b. Include a copy of this License (or, as applicable, a license permitted under Section 4.4) or its Uniform Resource Identifier (URI) with the Database or Derivative Database, including both in the Database or Derivative Database and in any relevant documentation; and - c. Keep intact any copyright or Database Right notices and notices that refer to this License. - d. If it is not possible to put the required notices in a particular file due to its structure, then You must include the notices in a location (such as a relevant directory) where users would be likely to look for it. - 4.3 Notice for using output (Contents). Creating and Using a Produced Work does not require the notice in Section 4.2. However, if you Publicly Use a Produced Work, You must include a notice associated with the Produced Work reasonably calculated to make any Person that uses, views, accesses, interacts with, or is otherwise exposed to the Produced Work aware that Content was obtained from the Database, Derivative Database, or the Database as part of a Collective Database, and that it is available under this License. - a. Example notice. The following text will satisfy notice under Section 4.3: - Contains information from DATABASE NAME, which is made available here under the Open Database License (ODbL). - DATABASE NAME should be replaced with the name of the Database and a hyperlink to the URI of the Database. "Open Database License" should contain a hyperlink to the URI of the text of this License. If hyperlinks are not possible, You should include the plain text of the required URI's with the above notice. 4.4 Share alike. - a. Any Derivative Database that You Publicly Use must be only under the terms of: - i. This License; - ii. A later version of this License similar in spirit to this License; or - iii. A compatible license. - If You license the Derivative Database under one of the licenses mentioned in (iii), You must comply with the terms of that license. - b. For the avoidance of doubt, Extraction or Re-utilisation of the whole or a Substantial part of the Contents into a new database is a Derivative Database and must comply with Section 4.4. - c. Derivative Databases and Produced Works. A Derivative Database is Publicly Used and so must comply with Section 4.4. if a Produced Work created from the Derivative Database is Publicly Used. - d. Share Alike and additional Contents. For the avoidance of doubt, You must not add Contents to Derivative Databases under Section 4.4 a that are incompatible with the rights granted under this License. - e. Compatible licenses. Licensors may authorise a proxy to determine compatible licenses under Section 4.4 a iii. If they do so, the authorised proxy's public statement of acceptance of a compatible license grants You permission to use the compatible license. - 4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply in the following: - a. For the avoidance of doubt, You are not required to license Collective Databases under this License if You incorporate this Database or a Derivative Database in the collection, but this License still applies to this Database or a Derivative Database as a part of the Collective Database; - b. Using this Database, a Derivative Database, or this Database as part of a Collective Database to create a Produced Work does not create a Derivative Database for purposes of Section 4.4; and - c. Use of a Derivative Database internally within an organisation is not to the public and therefore does not fall under the requirements of Section 4.4. - 4.6 Access to Derivative Databases. If You Publicly Use a Derivative Database or a Produced Work from a Derivative Database, You must also offer to recipients of the Derivative Database or Produced Work a copy in a machine readable form of: - a. The entire Derivative Database; or - b. A file containing all of the alterations made to the Database or the method of making the alterations to the Database (such as an algorithm), including any additional Contents, that make up all the differences between the Database and the Derivative Database. - The Derivative Database (under a.) or alteration file (under b.) must be available at no more than a reasonable production cost for physical distributions and free of charge if distributed over the internet. - 4.7 Technological measures and additional terms - a. This License does not allow You to impose (except subject to Section 4.7 b.) any terms or any technological measures on the Database, a Derivative Database, or the whole or a Substantial part of the Contents that alter or restrict the terms of this License, or any rights granted under it, or have the effect or intent of restricting the ability of any person to exercise those rights. - b. Parallel distribution. You may impose terms or technological measures on the Database, a Derivative Database, or the whole or a Substantial part of the Contents (a "Restricted Database") in contravention of Section 4.74 a. only if You also make a copy of the Database or a Derivative Database available to the recipient of the Restricted Database: - i. That is available without additional fee; - ii. That is available in a medium that does not alter or restrict the terms of this License, or any rights granted under it, or have the effect or intent of restricting the ability of any person to exercise those rights (an "Unrestricted Database"); and - iii. The Unrestricted Database is at least as accessible to the recipient as a practical matter as the Restricted Database. - c. For the avoidance of doubt, You may place this Database or a Derivative Database in an authenticated environment, behind a password, or within a similar access control scheme provided that You do not alter or restrict the terms of this License or any rights granted under it or have the effect or intent of restricting the ability of any person to exercise those rights. - 4.8 Licensing of others. You may not sublicense the Database. Each time You communicate the Database, the whole or Substantial part of the Contents, or any Derivative Database to anyone else in any way, the Licensor offers to the recipient a license to the Database on the same terms and conditions as this License. You are not responsible for enforcing compliance by third parties with this License, but You may enforce any rights that You have over a Derivative Database. You are solely responsible for any modifications of a Derivative Database made by You or another Person at Your direction. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. - 5.0 Moral rights - 5.1 Moral rights. This section covers moral rights, including any rights to be identified as the author of the Database or to object to treatment that would otherwise prejudice the author's honour and reputation, or any other derogatory treatment: - a. For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that Licensor may have in the Database to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; - b. If waiver of moral rights under Section 5.1 a in the relevant jurisdiction is not possible, Licensor agrees not to assert any moral rights over the Database and waives all claims in moral rights to the fullest extent possible by the law of the relevant jurisdiction under Section 10.4; and - c. For jurisdictions not allowing waiver or an agreement not to assert moral rights under Section 5.1 a and b, the author may retain their moral rights over certain aspects of the Database. - Please note that some jurisdictions do not allow for the waiver of moral rights, and so moral rights may still subsist over the Database in some jurisdictions. - 6.0 Fair dealing, Database exceptions, and other rights not affected - 6.1 This License does not affect any rights that You or anyone else may independently have under any applicable law to make any use of this Database, including without limitation: - a. Exceptions to the Database Right including: Extraction of Contents from non-electronic Databases for private purposes, Extraction for purposes of illustration for teaching or scientific research, and Extraction or Re-utilisation for public security or an administrative or judicial procedure. - b. Fair dealing, fair use, or any other legally recognised limitation or exception to infringement of copyright or other applicable laws. - 6.2 This License does not affect any rights of lawful users to Extract and Re-utilise insubstantial parts of the Contents, evaluated quantitatively or qualitatively, for any purposes whatsoever, including creating a Derivative Database (subject to other rights over the Contents, see Section 2.4). The repeated and systematic Extraction or Re-utilisation of insubstantial parts of the Contents may however amount to the Extraction or Re-utilisation of a Substantial part of the Contents. - 7.0 Warranties and Disclaimer - 7.1 The Database is licensed by the Licensor "as is" and without any warranty of any kind, either express, implied, or arising by statute, custom, course of dealing, or trade usage. Licensor specifically disclaims any and all implied warranties or conditions of title, non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the exclusion of implied warranties, so this exclusion may not apply to You. - 8.0 Limitation of liability - 8.1 Subject to any liability that may not be excluded or limited by law, the Licensor is not liable for, and expressly excludes, all liability for loss or damage however and whenever caused to anyone by any use under this License, whether by You or by anyone else, and whether caused by any fault on the part of the Licensor or not. This exclusion of liability includes, but is not limited to, any special, incidental, consequential, punitive, or exemplary damages such as loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if the Licensor has been advised of the possibility of such damages. - 8.2 If liability may not be excluded by law, it is limited to actual and direct financial loss to the extent it is caused by proved negligence on the part of the Licensor. - 9.0 Termination of Your rights under this License - 9.1 Any breach by You of the terms and conditions of this License automatically terminates this License with immediate effect and without notice to You. For the avoidance of doubt, Persons who have received the Database, the whole or a Substantial part of the Contents, Derivative Databases, or the Database as part of a Collective Database from You under this License will not have their licenses terminated provided their use is in full compliance with this License or a license granted under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will survive any termination of this License. - 9.2 If You are not in breach of the terms of this License, the Licensor will not terminate Your rights under it. - 9.3 Unless terminated under Section 9.1, this License is granted to You for the duration of applicable rights in the Database. - 9.4 Reinstatement of rights. If you cease any breach of the terms and conditions of this License, then your full rights under this License will be reinstated: - a. Provisionally and subject to permanent termination until the 60th day after cessation of breach; - b. Permanently on the 60th day after cessation of breach unless otherwise reasonably notified by the Licensor; or - c. Permanently if reasonably notified by the Licensor of the violation, this is the first time You have received notice of violation of this License from the Licensor, and You cure the violation prior to 30 days after your receipt of the notice. - Persons subject to permanent termination of rights are not eligible to be a recipient and receive a license under Section 4.8. - 9.5 Notwithstanding the above, Licensor reserves the right to release the Database under different license terms or to stop distributing or making available the Database. Releasing the Database under different license terms or stopping the distribution of the Database will not withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. - 10.0 General - 10.1 If any provision of this License is held to be invalid or unenforceable, that must not affect the validity or enforceability of the remainder of the terms and conditions of this License and each remaining provision of this License shall be valid and enforced to the fullest extent permitted by law. - 10.2 This License is the entire agreement between the parties with respect to the rights granted here over the Database. It replaces any earlier understandings, agreements or representations with respect to the Database. - 10.3 If You are in breach of the terms of this License, You will not be entitled to rely on the terms of this License or to complain of any breach by the Licensor. - 10.4 Choice of law. This License takes effect in and will be governed by the laws of the relevant jurisdiction in which the License terms are sought to be enforced. If the standard suite of rights granted under applicable copyright law and Database Rights in the relevant jurisdiction includes additional rights not granted under this License, these additional rights are granted in this License in order to meet the terms of this License. - --------------------------------------------------------------------------------- - -MPL-2.0-no-copyleft-exception -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) - - -Mozilla Public License Version 2.0 - 1. Definitions - 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. - 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. - 1.3. "Contribution" means Covered Software of a particular Contributor. - 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. - 1.5. "Incompatible With Secondary Licenses" means - (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or - (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. - 1.6. "Executable Form" means any form of the work other than Source Code Form. - 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. - 1.8. "License" means this document. - 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. - 1.10. "Modifications" means any of the following: - (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or - (b) any new file in Source Code Form that contains any Covered Software. - 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. - 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. - 1.13. "Source Code Form" means the form of the work preferred for making modifications. - 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. - 2. License Grants and Conditions - 2.1. Grants - Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: - (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and - (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. - 2.2. Effective Date - The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. - 2.3. Limitations on Grant Scope - The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: - (a) for any code that a Contributor has removed from Covered Software; or - (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or - (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. - This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). - 2.4. Subsequent Licenses - No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). - 2.5. Representation - Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. - 2.6. Fair Use - This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. - 2.7. Conditions - Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 3. Responsibilities - 3.1. Distribution of Source Form - All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. - 3.2. Distribution of Executable Form - If You distribute Covered Software in Executable Form then: - (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and - (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. - 3.3. Distribution of a Larger Work - You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). - 3.4. Notices - You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. - 3.5. Application of Additional Terms - You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. - 4. Inability to Comply Due to Statute or Regulation - If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. - 5. Termination - 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. - 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. - 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. - 6. Disclaimer of Warranty - Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. - 7. Limitation of Liability - Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. - 8. Litigation - Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. - 9. Miscellaneous - This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. - 10. Versions of the License - 10.1. New Versions - Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. - 10.2. Effect of New Versions - You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. - 10.3. Modified Versions - If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). - 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses - If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice -This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. -You may add additional accurate notices of copyright ownership. -Exhibit B - "Incompatible With Secondary Licenses" Notice -This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -------------------------------------------------------------------------------- MIT -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), @babel/preset-modules (0.1.3), @sinonjs/fake-timers (6.0.1), @sinonjs/text-encoding (0.7.1), @types/mime-types (2.1.0), @types/minimatch (3.0.3), @vue/component-compiler-utils (2.6.0), @webassemblyjs/leb128 (1.9.0), abbrev (1.1.1), acorn-globals (3.1.0), adjust-sourcemap-loader (2.0.0), after (0.8.2), agent-base (5.1.1), align-text (0.1.4), alphanum-sort (1.0.2), ansi-escapes (4.3.1), ansi-regex (5.0.0), ansi-styles (4.2.1), append-transform (1.0.0), aproba (1.2.0), argparse (1.0.10), arity-n (1.0.4), arr-diff (4.0.0), arr-flatten (1.1.0), array-flatten (1.1.1), array-union (1.0.2), array-uniq (1.0.3), array-unique (0.3.2), arraybuffer.slice (0.0.7), asap (2.0.6), asn1.js (4.10.1), assertion-error (1.1.0), assign-symbols (1.0.0), astral-regex (1.0.0), async-each (1.0.3), babel-code-frame (6.26.0), babel-core (6.26.3), babel-generator (6.26.1), babel-helpers (6.24.1), babel-messages (6.23.0), babel-register (6.26.0), babel-runtime (6.26.0), babel-template (6.26.0), babel-traverse (6.26.0), babel-types (6.26.0), babylon (6.18.0), backo2 (1.0.2), balanced-match (1.0.0), base (0.11.2), base64-arraybuffer (0.1.5), base64id (1.0.0), better-assert (1.0.2), big.js (5.2.2), binary-extensions (2.0.0), bn.js (4.11.8), brace-expansion (1.1.11), brorand (1.1.0), browser-stdout (1.3.1), browserify-aes (1.2.0), browserify-cipher (1.0.1), browserify-des (1.0.2), browserify-rsa (4.0.1), browserify-sign (4.0.4), browserify-zlib (0.2.0), buffer-crc32 (0.2.13), buffer-xor (1.0.3), builtin-status-codes (3.0.0), cache-base (1.0.1), caller-callsite (2.0.0), caller-path (2.0.0), callsite (1.0.0), callsites (3.1.0), camel-case (3.0.0), camelcase (5.3.1), center-align (0.1.3), chalk (4.0.0), character-parser (2.2.0), check-error (1.0.2), cipher-base (1.0.4), class-utils (0.3.6), cli-cursor (3.1.0), cli-spinners (2.2.0), clone (1.0.4), coalescy (1.0.0), code-point-at (1.1.0), collection-visit (1.0.0), commondir (1.0.1), component-bind (1.0.0), component-inherit (0.0.3), compose-function (3.0.3), concat-map (0.0.1), console-control-strings (1.1.0), consolidate (0.15.1), constantinople (3.1.2), constants-browserify (1.0.0), contains-path (0.1.0), content-type (1.0.4), cookie-signature (1.0.6), copy-concurrently (1.0.5), core-util-is (1.0.2), create-hash (1.2.0), create-hmac (1.1.7), crypto (4b2356b1ed79e6be3deca3737a3db3d132d2847a), crypto-browserify (3.12.0), crypto-random-string (3.2.0), css-color-names (0.0.4), css-declaration-sorter (4.0.1), csscolorparser (1.0.3), cuint (0.2.2), custom-event (1.0.1), de-indent (1.0.2), decamelize (1.2.0), decode-uri-component (0.2.0), deep-eql (3.0.1), deep-is (0.1.3), default-require-extensions (2.0.0), defaults (1.0.3), define-property (2.0.2), del (4.1.1), delegates (1.0.0), depd (1.1.2), des.js (1.0.1), destroy (1.0.4), detect-file (1.0.0), detect-indent (4.0.0), di (0.0.1), diacritics (1.3.0), diffie-hellman (5.0.3), dir-glob (2.2.2), doctypes (1.1.0), dom-serialize (2.2.1), domain-browser (1.2.0), dot-prop (4.2.0), duplexer (0.1.1), easygettext (2.12.0), ee-first (1.1.1), ejs (2.7.4), elliptic (6.5.2), encodeurl (1.0.2), engine.io-client (3.2.1), ent (2.2.0), errno (0.1.7), es6-iterator (2.0.3), escape-html (1.0.3), escape-string-regexp (1.0.5), eslint-formatter-pretty (3.0.1), eslint-rule-docs (1.1.187), espree (6.2.1), estree-walker (2.0.1), etag (1.8.1), eventsource-polyfill (0.9.6), evp_bytestokey (1.0.3), execa (1.0.0), expand-brackets (2.1.4), expand-tilde (2.0.2), extend-shallow (3.0.2), extglob (2.0.4), fast-json-stable-stringify (2.1.0), fast-levenshtein (2.0.6), figures (3.2.0), file-uri-to-path (1.0.0), fileset (2.0.3), find-cache-dir (2.1.0), find-up (4.1.0), flatten (1.0.2), for-in (1.0.2), forwarded (0.1.2), fragment-cache (0.2.1), friendly-errors-webpack-plugin (1.7.0), from2 (2.3.0), fs-readdir-recursive (1.1.0), fs-write-stream-atomic (1.0.10), fs.realpath (1.0.0), function-bind (1.1.1), functional-red-black-tree (1.0.1), gauge (2.7.4), get-func-name (2.0.0), get-stream (4.1.0), get-value (2.0.6), glob (7.1.6), globals (9.18.0), globby (7.1.1), gorm (7ea143b5484fe28148d5c73cfd43b26e8a89c94e), growl (1.10.5), gzip-size (5.1.1), has-ansi (2.0.0), has-cors (1.1.0), has-flag (4.0.0), has-unicode (2.0.1), has-value (1.0.0), has-values (1.0.0), hash-base (3.0.4), hash-sum (1.0.2), hash.js (1.1.7), hex-color-regex (1.1.0), hmac-drbg (1.0.1), home-or-tmp (2.0.0), hsl-regex (1.0.0), hsla-regex (1.0.0), html-webpack-plugin (3.2.0), https-browserify (1.0.0), https-proxy-agent (4.0.0), iferr (0.1.5), import-cwd (2.1.0), import-fresh (3.2.1), import-from (2.1.0), import-local (2.0.0), imurmurhash (0.1.4), indexes-of (1.0.1), indexof (0.0.1), inflight (1.0.6), ini (1.3.5), invariant (2.2.4), invert-kv (2.0.0), irregular-plurals (2.0.0), is-absolute-url (2.1.0), is-accessor-descriptor (1.0.0), is-binary-path (2.1.0), is-color-stop (1.1.0), is-data-descriptor (1.0.0), is-descriptor (1.0.2), is-expression (3.0.0), is-extendable (1.0.1), is-finite (1.0.2), is-fullwidth-code-point (3.0.0), is-obj (1.0.1), is-path-cwd (2.2.0), is-path-in-cwd (2.1.0), is-path-inside (2.1.0), is-plain-obj (1.1.0), is-promise (2.1.0), is-resolvable (1.1.0), is-stream (1.1.0), is-svg (3.0.0), is-windows (1.0.2), is-wsl (1.1.0), isarray (2.0.1), js-stringify (1.0.2), json-parse-better-errors (1.0.2), json-stable-stringify-without-jsonify (1.0.1), jsonfile (4.0.0), jstransformer (1.0.0), karma-verbose-reporter (0.0.6), last-call-webpack-plugin (3.0.0), lcid (2.0.0), leven (3.1.0), levn (0.3.0), load-json-file (2.0.0), locate-path (5.0.0), lodash.get (4.4.2), log-symbols (3.0.0), lower-case (1.1.4), luxon (1.23.0), make-dir (2.1.0), map-age-cleaner (0.1.3), map-cache (0.2.2), mem (4.3.0), merge-descriptors (1.0.1), merge-source-map (1.1.0), methods (1.1.2), micromatch (3.1.10), miller-rabin (4.0.1), mimic-fn (2.1.0), minimalistic-assert (1.0.1), minimalistic-crypto-utils (1.0.1), minimatch (3.0.4), minimist (1.2.5), ms (2.1.2), murmurhash-js (1.0.0), natural-compare (1.4.0), needle (2.4.0), nise (4.0.3), no-case (2.3.2), node-modules-regexp (1.0.0), normalize-package-data (2.5.0), normalize-range (0.1.2), normalize-url (3.3.0), npm-run-path (2.0.2), number-is-nan (1.0.1), object-assign (4.1.1), object-component (0.0.3), object-path (0.11.4), object.assign (4.1.0), once (1.4.0), onetime (5.1.0), opener (1.5.1), ora (3.4.0), os-browserify (0.3.0), os-homedir (1.0.2), os-locale (3.1.0), os-tmpdir (1.0.2), osenv (0.1.5), p-defer (1.0.0), p-finally (1.0.0), p-is-promise (2.1.0), p-limit (2.3.0), p-locate (4.1.0), p-map (2.1.0), p-try (2.2.0), param-case (2.1.1), parent-module (1.0.1), parse-json (4.0.0), parse5 (3.0.3), path-dirname (1.0.2), path-exists (4.0.0), path-is-absolute (1.0.1), path-is-inside (1.0.2), path-key (3.1.1), path-type (3.0.0), pbf (3.2.1), pify (4.0.1), pinkie (2.0.4), pinkie-promise (2.0.1), pkg-dir (3.0.0), pkg-up (2.0.0), plur (3.1.1), postcss-load-options (1.2.0), postcss-load-plugins (2.3.0), prelude-ls (1.1.2), prepend-http (1.0.4), pretty-error (2.1.1), private (0.1.8), process-nextick-args (2.0.1), promise (7.3.1), pump (3.0.0), q (1.5.1), qjobs (1.2.0), query-string (4.3.4), querystring (0.2.0), querystring-es3 (0.2.1), randomfill (1.0.4), read-cache (1.0.0), read-pkg (2.0.0), read-pkg-up (2.0.0), regex-not (1.0.2), relateurl (0.2.7), remove-trailing-separator (1.1.0), repeating (2.0.1), require-from-string (1.2.1), requires-port (1.0.0), resolve-cwd (2.0.0), resolve-from (5.0.0), restore-cursor (3.1.0), ret (0.1.15), rework (1.0.1), rework-visit (1.0.0), rgb-regex (1.0.1), rgba-regex (1.0.0), ripemd160 (2.0.2), safe-regex (1.1.0), safer-buffer (2.1.2), sax (1.2.4), set-blocking (2.0.0), setimmediate (1.0.5), sha.js (2.4.11), shebang-command (2.0.0), shebang-regex (3.0.0), sinon (9.0.2), slash (2.0.0), slice-ansi (2.1.0), snapdragon (0.8.2), socket.io-parser (3.2.0), sockette (2.0.6), sort-keys (1.1.2), source-map-url (0.4.0), split-string (3.1.0), stable (0.1.8), statuses (1.5.0), stream-browserify (2.0.2), strict-uri-encode (1.1.0), string-width (4.2.0), strip-ansi (6.0.0), strip-bom (3.0.0), strip-eof (1.0.0), strip-json-comments (3.1.0), supports-color (7.1.0), supports-hyperlinks (2.1.0), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89), through (2.3.8), tidb (b71a45022114a0f1ae0a70661a65b198a6e8f8db), timsort (0.3.0), to-array (0.1.4), to-arraybuffer (1.0.1), to-fast-properties (2.0.0), to-regex (3.0.2), token-stream (0.0.1), toposort (1.0.7), trim-right (1.0.1), truncate (2.1.0), type-check (0.3.2), type-detect (4.0.8), type-fest (0.8.1), typedarray (0.0.6), ua-parser-js (0.7.21), uglify-to-browserify (1.0.2), ultron (1.1.1), uniqs (2.0.0), unquote (1.1.1), unset-value (1.0.0), upper-case (1.1.3), util-deprecate (1.0.2), utils-merge (1.0.1), vary (1.1.2), vendors (1.0.4), vlq (0.2.3), void-elements (2.0.1), vt-pbf (3.1.1), vue-infinite-scroll (2.0.2), vue-luxon (0.7.3), vue-template-compiler (2.6.11), vue-template-es2015-compiler (1.9.1), wcwidth (1.0.1), webpack-md5-hash (0.0.6), with (5.1.1), wordwrap (0.0.2), wrap-ansi (6.2.0), wrappy (1.0.2), write (1.0.3), xmlhttprequest-ssl (1.5.5), xxhashjs (0.2.2), y18n (4.0.0), yargs (3.10.0) +Found in iconv-lite (0.4.24) + + +Copyright (c) 2011 Alexander Shtuchkin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +-------------------------------------------------------------------------------- + +MIT +Found in json-parse-better-errors (1.0.2) + + +Copyright 2017 Kat Marchán + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in path-parse (1.0.6) + + +The MIT License (MIT) + +Copyright (c) 2015 Javier Blanco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in yauzl (2.10.0) + + +The MIT License (MIT) + +Copyright (c) 2014 Josh Wolfe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +LGPL-2.1-only +Found in spdx-correct (3.1.0), spdx-expression-parse (3.0.0), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +GNU LESSER GENERAL PUBLIC LICENSE +Version 2.1, February 1999 +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] +Preamble +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Libraries +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. +< one line to give the library's name and an idea of what it does. > +Copyright (C) < year > < name of author > +This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. +This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: +Yoyodyne, Inc., hereby disclaims all copyright interest in +the library `Frob' (a library for tweaking knobs) written +by James Random Hacker. +< signature of Ty Coon > , 1 April 1990 +Ty Coon, President of Vice +That's all there is to it! + +-------------------------------------------------------------------------------- + +GPL-2.0-or-later +Found in spdx-correct (3.1.0), vue (2.6.11) + + +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +Preamble +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. +The precise terms and conditions for copying, distribution and modification follow. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Programs +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. +< one line to give the program's name and an idea of what it does. > +Copyright (C) < yyyy > < name of author > +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA. Also add information on how to contact you by electronic and paper mail. +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. +< signature of Ty Coon > , 1 April 1989 Ty Coon, President of Vice + +-------------------------------------------------------------------------------- + +MIT +Found in iferr (0.1.5) + + +The MIT License (MIT) + +Copyright (c) 2014 Nadav Ivgi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in ret (0.1.15) + + +Copyright (C) 2011 by Roly Fentanes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in balanced-match (1.0.0) + + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in encodeurl (1.0.2) + + +(The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in collection-visit (1.0.0), object-visit (1.0.1), unset-value (1.0.0) + + +The MIT License (MIT) + +Copyright (c) 2015, 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in utils-merge (1.0.1) + + +The MIT License (MIT) + +Copyright (c) 2013-2017 Jared Hanson + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in es6-iterator (2.0.3) + + +The MIT License (MIT) + +Copyright (C) 2013-2017 Mariusz Nowak (www.medikoo.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in are-we-there-yet (1.1.5) + + +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +-------------------------------------------------------------------------------- + +UPL-1.0 +Found in duplexer (0.1.1) + + +The Universal Permissive License (UPL), Version 1.0 +Copyright (c) [year] [copyright holders] The Universal Permissive License (UPL), Version 1.0 +Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both + (a) the Software, and + (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger Work" to which the Software is contributed by such licensors), +without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms. +This license is subject to the following condition: +The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in minimalistic-assert (1.0.1) + + +Copyright 2015 Calvin Metcalf + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in expand-tilde (2.0.2), lazy-cache (1.0.4), map-cache (0.2.2), snapdragon (0.8.2), to-object-path (0.3.0) + + +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in commondir (1.0.1) + + +The MIT License + +Copyright (c) 2013 James Halliday (mail@substack.net) + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in window-size (0.1.0) + + +Copyright (c) 2014 Jon Schlinkert + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in fd-slicer (1.1.0) + + +Copyright (c) 2014 Andrew Kelley + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in testify (f654a9112bbeac49ca2cd45bfbe11533c4666cf8) MIT License -Copyright (c) + +Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +-------------------------------------------------------------------------------- + +MIT +Found in go-jpeg-image-structure (fc87a4b587a78da6eaba94488c0e57cdb868b4f4), go-png-image-structure (fcc57a72b8e7c49ef9f408f248105c37f3830f51) + + +MIT LICENSE + +Copyright 2020 Dustin Oprea + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above c... + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + -------------------------------------------------------------------------------- -CPL-1.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), mime-db (1.43.0) +MIT +Found in vue-js-modal (2.0.0-rc.3) -Common Public License Version 1.0 -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. -DEFINITIONS -"Contribution" means: - a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and - b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) addit... +MIT License + +Copyright (c) 2017 Yev Vlasenko + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + -------------------------------------------------------------------------------- -CC-BY-SA-4.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b) +MIT +Found in imaging (339f5d48a4f3352fe8bcdefe81de01e25f711b09) -Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any... +The MIT License (MIT) + +Copyright (c) 2012 Grigory Dryapak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + -------------------------------------------------------------------------------- -CC0-1.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), spdx-license-ids (3.0.5) +MIT +Found in go-exif (7edf52b8857faa2bfa4924621d8d82d7585842c6) -Creative Commons Legal Code -CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS ... +MIT LICENSE --------------------------------------------------------------------------------- +Copyright 2019 Dustin Oprea -Apache-2.0 -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), ansi-html (0.0.7), atob (2.1.2), detect-libc (1.0.3), hash.js (1.1.7), mime-db (1.43.0), node-environment-flags (1.0.5), prettier (1.17.0), q (1.5.1), svgo (1.3.2), through (2.3.8), vue (2.6.11) +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting ... -------------------------------------------------------------------------------- BSD-3-Clause -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), @mapbox/tiny-sdf (1.1.1), @mapbox/unitbezier (0.0.0), @mapbox/vector-tile (1.3.1), charenc (0.0.2), client_golang (6edbbd9e560190e318cdc5b4d3e630b442858380), create-hash (1.2.0), crypt (0.0.2), css-select (2.1.0), css-tree (1.0.0-alpha.39), css-what (3.2.1), csso (4.0.3), domelementtype (2.0.1), domhandler (3.0.0), domutils (2.0.0), entities (2.0.0), errors (614d223910a179a466c1767a985424175c39b465), errors (95897b64e011c18f05b4daac8ff3098a6d80c57e), eslint-scope (5.0.0), espree (6.2.1), esprima (4.0.1), esquery (1.3.1), esrecurse (4.2.1), estraverse (5.1.0), esutils (2.0.3), extract-zip (1.7.0), filesize (3.6.1), flow-remove-types (1.2.3), gin (abc4fa07189cb1f2ed23ec0d3aeac0d34d6348ff), invariant (2.2.4), mapbox-gl (1.10.0), mississippi (3.0.0), mocha (6.2.3), normalize-package-data (2.5.0), nth-check (1.0.2), parser (a1bca4f6cf2a819330a3d6c33d03571ddcaf942f), prettier (1.17.0), rc (1.2.8), regjsparser (0.6.4), ripemd160 (2.0.2), rw (1.3.3), sha.js (2.4.11), source-list-map (2.0.1), spdx-expression-parse (3.0.0), spdx-license-ids (3.0.5), sprintf-js (1.0.3), tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89), terser (4.6.11), tidb (b71a45022114a0f1ae0a70661a65b198a6e8f8db), times (7b495b9c2cf647636db72ab152d710a1624b870b), uglify-js (3.4.10), uri-js (4.2.2), uuid (3.3.2), webpack-bundle-analyzer (3.7.0), websocket (b65e62901fc1c0d968042419e74789f6af455eb9) +Found in photoprism (1f9f52a95cce86e5dfecc17af80ed8d4dc426aa0), @mapbox/tiny-sdf (1.1.1), @mapbox/unitbezier (0.0.0), @mapbox/vector-tile (1.3.1), css-select (2.1.0), css-tree (1.0.0-alpha.39), css-what (3.2.1), csso (4.0.3), domelementtype (2.0.1), domhandler (3.0.0), domutils (2.0.0), entities (2.0.0), eslint-scope (5.0.0), espree (6.2.1), esprima (4.0.1), esquery (1.3.1), esrecurse (4.2.1), estraverse (5.1.0), esutils (2.0.3), extract-zip (1.7.0), filesize (3.6.1), flow-remove-types (1.2.3), gin (5e40c1d49c21bf989e8d54dbd555086f06d4fb8a), hls.js (0.13.2), mapbox-gl (1.10.1), mississippi (3.0.0), mocha (6.2.3), normalize-package-data (2.5.0), nth-check (1.0.2), prettier (1.17.0), rc (1.2.8), regjsparser (0.6.4), rw (1.3.3), source-list-map (2.0.1), spdx-expression-parse (3.0.0), spdx-license-ids (3.0.5), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82), terser (4.7.0), times (7b495b9c2cf647636db72ab152d710a1624b870b), uglify-js (3.4.10), uri-js (4.2.2), uuid (3.3.2), webpack-bundle-analyzer (3.8.0), websocket (b65e62901fc1c0d968042419e74789f6af455eb9) -Copyright (c) . All rights reserved. -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other mate... +Copyright (c) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- GPL-3.0-or-later -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b), spdx-correct (3.1.0), spdx-license-ids (3.0.5) +Found in photoprism (1f9f52a95cce86e5dfecc17af80ed8d4dc426aa0), spdx-correct (3.1.0), spdx-license-ids (3.0.5) GNU GENERAL PUBLIC LICENSE @@ -18703,12 +20669,158 @@ Copyright © 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU Gen... +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. +The precise terms and conditions for copying, distribution and modification follow. +TERMS AND CONDITIONS + 0. Definitions. + "This License" refers to version 3 of the GNU General Public License. + "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + A "covered work" means either the unmodified Program or a work based on the Program. + To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + 1. Source Code. + The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + The Corresponding Source for a work in source code form is that same work. + 2. Basic Permissions. + All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + 4. Conveying Verbatim Copies. + You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + 5. Conveying Modified Source Versions. + You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + 6. Conveying Non-Source Forms. + You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + 7. Additional Terms. + "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + 8. Termination. + You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + 9. Acceptance Not Required for Having Copies. + You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + 10. Automatic Licensing of Downstream Recipients. + Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + 11. Patents. + A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + 12. No Surrender of Others' Freedom. + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + 13. Use with the GNU Affero General Public License. + Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + 14. Revised Versions of this License. + The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + 15. Disclaimer of Warranty. + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. Limitation of Liability. + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + 17. Interpretation of Sections 15 and 16. + If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Programs +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +Copyright (C) +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License along with this program. If not, see . +Also add information on how to contact you by electronic and paper mail. +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + Copyright (C) +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . + +-------------------------------------------------------------------------------- + +MIT +Found in photoprism (1f9f52a95cce86e5dfecc17af80ed8d4dc426aa0), @babel/preset-modules (0.1.3), @sinonjs/fake-timers (6.0.1), @sinonjs/text-encoding (0.7.1), @types/mime-types (2.1.0), @types/minimatch (3.0.3), @vue/component-compiler-utils (2.6.0), @webassemblyjs/leb128 (1.9.0), abbrev (1.1.1), acorn-globals (3.1.0), adjust-sourcemap-loader (2.0.0), after (0.8.2), agent-base (5.1.1), alphanum-sort (1.0.2), ansi-escapes (4.3.1), ansi-regex (5.0.0), ansi-styles (4.2.1), append-transform (1.0.0), arity-n (1.0.4), array-union (1.0.2), array-uniq (1.0.3), arraybuffer.slice (0.0.7), asn1.js (4.10.1), assertion-error (1.1.0), astral-regex (1.0.0), async-each (1.0.3), babel-code-frame (6.26.0), babel-core (6.26.3), babel-generator (6.26.1), babel-helpers (6.24.1), babel-messages (6.23.0), babel-register (6.26.0), babel-runtime (6.26.0), babel-template (6.26.0), babel-traverse (6.26.0), babel-types (6.26.0), backo2 (1.0.2), base64-arraybuffer (0.1.5), better-assert (1.0.2), binary-extensions (2.0.0), bn.js (5.1.1), brorand (1.1.0), browser-stdout (1.3.1), browserify-aes (1.2.0), browserify-des (1.0.2), builtin-status-codes (3.0.0), caller-callsite (2.0.0), caller-path (2.0.0), callsite (1.0.0), callsites (3.1.0), camel-case (3.0.0), camelcase (5.3.1), chalk (4.0.0), character-parser (2.2.0), check-error (1.0.2), cli-cursor (3.1.0), cli-spinners (2.2.0), coalescy (1.0.0), code-point-at (1.1.0), component-bind (1.0.0), component-inherit (0.0.3), compose-function (3.0.3), concat-map (0.0.1), consolidate (0.15.1), constantinople (3.1.2), constants-browserify (1.0.0), contains-path (0.1.0), cookie-signature (1.0.6), copy-concurrently (1.0.5), crypto (279210d13fedf5be6d476bad5df6a015042bb905), crypto-random-string (3.2.0), css-color-names (0.0.4), css-declaration-sorter (4.0.1), csscolorparser (1.0.3), cuint (0.2.2), custom-event (1.0.1), de-indent (1.0.2), decamelize (1.2.0), decode-uri-component (0.2.0), deep-eql (3.0.1), deep-is (0.1.3), default-require-extensions (2.0.0), del (4.1.1), delegates (1.0.0), des.js (1.0.1), detect-indent (4.0.0), di (0.0.1), diacritics (1.3.0), dir-glob (2.2.2), doctypes (1.1.0), dom-serialize (2.2.1), domain-browser (1.2.0), dot-prop (4.2.0), easygettext (2.13.0), ejs (2.7.4), elliptic (6.5.2), ent (2.2.0), errno (0.1.7), escape-string-regexp (1.0.5), eslint-formatter-pretty (3.0.1), eslint-rule-docs (1.1.187), espree (6.2.1), estree-walker (2.0.1), eventsource-polyfill (0.9.6), execa (1.0.0), fast-json-stable-stringify (2.1.0), fast-levenshtein (2.0.6), figures (3.2.0), fileset (2.0.3), find-cache-dir (2.1.0), find-up (4.1.0), flatten (1.0.2), friendly-errors-webpack-plugin (1.7.0), from2 (2.3.0), fs-readdir-recursive (1.1.0), fs-write-stream-atomic (1.0.10), function-bind (1.1.1), functional-red-black-tree (1.0.1), get-func-name (2.0.0), get-stream (4.1.0), glob (7.1.6), global (4.3.2), globals (9.18.0), globby (7.1.1), gorm (f5809b87300ec685e8c7982f6384d71199798d20), growl (1.10.5), gzip-size (5.1.1), has-ansi (2.0.0), has-cors (1.1.0), has-flag (4.0.0), hash-sum (1.0.2), hash.js (1.1.7), hex-color-regex (1.1.0), hls.js (0.13.2), hmac-drbg (1.0.1), home-or-tmp (2.0.0), hsl-regex (1.0.0), hsla-regex (1.0.0), html-webpack-plugin (3.2.0), https-browserify (1.0.0), https-proxy-agent (4.0.0), import-cwd (2.1.0), import-fresh (3.2.1), import-from (2.1.0), import-local (2.0.0), imurmurhash (0.1.4), indexes-of (1.0.1), indexof (0.0.1), invert-kv (2.0.0), irregular-plurals (2.0.0), is-absolute-url (2.1.0), is-binary-path (2.1.0), is-color-stop (1.1.0), is-expression (3.0.0), is-finite (1.0.2), is-fullwidth-code-point (3.0.0), is-obj (1.0.1), is-path-cwd (2.2.0), is-path-in-cwd (2.1.0), is-path-inside (2.1.0), is-plain-obj (1.1.0), is-resolvable (1.1.0), is-stream (1.1.0), is-svg (3.0.0), is-wsl (1.1.0), isarray (2.0.1), js-stringify (1.0.2), json-stable-stringify-without-jsonify (1.0.1), jsonfile (4.0.0), jstransformer (1.0.0), karma-verbose-reporter (0.0.6), last-call-webpack-plugin (3.0.0), lcid (2.0.0), leven (3.1.0), load-json-file (2.0.0), locate-path (5.0.0), log-symbols (3.0.0), lower-case (1.1.4), luxon (1.24.1), make-dir (2.1.0), map-age-cleaner (0.1.3), mem (4.3.0), merge-source-map (1.1.0), micromatch (3.1.10), miller-rabin (4.0.1), mimic-fn (2.1.0), min-document (2.19.0), minimalistic-crypto-utils (1.0.1), minimist (1.2.5), ms (2.1.2), murmurhash-js (1.0.0), natural-compare (1.4.0), needle (2.4.0), nise (4.0.3), no-case (2.3.2), node-modules-regexp (1.0.0), normalize-package-data (2.5.0), normalize-range (0.1.2), normalize-url (3.3.0), npm-run-path (2.0.2), number-is-nan (1.0.1), object-assign (4.1.1), object-component (0.0.3), object-path (0.11.4), object.assign (4.1.0), onetime (5.1.0), opener (1.5.1), ora (3.4.0), os-homedir (1.0.2), os-locale (3.1.0), os-tmpdir (1.0.2), p-defer (1.0.0), p-finally (1.0.0), p-is-promise (2.1.0), p-limit (2.3.0), p-locate (4.1.0), p-map (2.1.0), p-try (2.2.0), param-case (2.1.1), parent-module (1.0.1), parse-json (4.0.0), parse5 (3.0.3), path-dirname (1.0.2), path-exists (4.0.0), path-is-absolute (1.0.1), path-is-inside (1.0.2), path-key (3.1.1), path-type (3.0.0), pbf (3.2.1), pify (4.0.1), pinkie (2.0.4), pinkie-promise (2.0.1), pkg-dir (3.0.0), pkg-up (2.0.0), plur (3.1.1), postcss-load-options (1.2.0), postcss-load-plugins (2.3.0), prepend-http (1.0.4), process-nextick-args (2.0.1), qjobs (1.2.0), query-string (4.3.4), querystring (0.2.0), querystring-es3 (0.2.1), read-cache (1.0.0), read-pkg (2.0.0), read-pkg-up (2.0.0), relateurl (0.2.7), remove-trailing-separator (1.1.0), repeating (2.0.1), require-from-string (1.2.1), resolve-cwd (2.0.0), resolve-from (5.0.0), restore-cursor (3.1.0), rework (1.0.1), rework-visit (1.0.0), rgb-regex (1.0.1), rgba-regex (1.0.0), safe-regex (1.1.0), sha.js (2.4.11), shebang-command (2.0.0), shebang-regex (3.0.0), sinon (9.0.2), slash (2.0.0), slice-ansi (2.1.0), sockette (2.0.6), sort-keys (1.1.2), stable (0.1.8), stream-browserify (2.0.2), strict-uri-encode (1.1.0), string-width (4.2.0), strip-ansi (6.0.0), strip-bom (3.0.0), strip-eof (1.0.0), strip-json-comments (3.1.0), supports-color (7.1.0), supports-hyperlinks (2.1.0), tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82), text-table (0.2.0), timsort (0.3.0), to-array (0.1.4), to-fast-properties (2.0.0), token-stream (0.0.1), toposort (1.0.7), trim-right (1.0.1), truncate (2.1.0), tty-browserify (0.0.0), type-detect (4.0.8), type-fest (0.8.1), typedarray (0.0.6), ua-parser-js (0.7.21), uniqs (2.0.0), unquote (1.1.1), upper-case (1.1.3), vendors (1.0.4), vlq (0.2.3), void-elements (2.0.1), vt-pbf (3.1.1), vue-infinite-scroll (2.0.2), vue-luxon (0.7.3), vue-template-compiler (2.6.11), vue-template-es2015-compiler (1.9.1), watchpack-chokidar2 (2.0.0), wcwidth (1.0.1), webpack-md5-hash (0.0.6), with (5.1.1), wordwrap (0.0.2), wrap-ansi (6.2.0), write (1.0.3), xmlhttprequest-ssl (1.5.5), xxhashjs (0.2.2), y18n (4.0.0) + + +MIT License +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- GPL-3.0-only -Found in photoprism (0ff34b6f43c6e3443ce65044055c39194e8a3a6b) +Found in photoprism (1f9f52a95cce86e5dfecc17af80ed8d4dc426aa0) GNU GENERAL PUBLIC LICENSE @@ -19388,18 +21500,303 @@ Public License instead of this License. But first, please read -------------------------------------------------------------------------------- -CC-BY-SA-3.0 -Found in tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) +MIT +Found in svg-url-loader (5.0.1) + + +The MIT License (MIT) + +Copyright (c) 2015 Hovhannes Babayan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -Creative Commons Attribution-ShareAlike 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. -License -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMM... -------------------------------------------------------------------------------- Apache-2.0 -Found in tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) +Found in bigcache (bbb395e1b5a40435c5b93bf7efbc9c8841a01020), detect-libc (1.0.3), yaml.v2 (0b1645d91e851e735d3e23330303ce81f70adbe3) + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +-------------------------------------------------------------------------------- + +CC-BY-SA-3.0 +Found in tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +Creative Commons Attribution-ShareAlike 3.0 Unported CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. +License +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + 1. Definitions + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. + c. "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. + d. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + e. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. + f. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + g. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + h. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + i. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + j. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + k. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. + b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. + c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv), consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + 5. Representations, Warranties and Disclaimer + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + 7. Termination + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + 8. Miscellaneous + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. +Creative Commons Notice +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License. +Creative Commons may be contacted at http://creativecommons.org/. + +-------------------------------------------------------------------------------- + +Apache-2.0 +Found in tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) Copyright 2019 The TensorFlow Authors. All rights reserved. @@ -19610,12 +22007,12 @@ Copyright 2019 The TensorFlow Authors. All rights reserved. -------------------------------------------------------------------------------- NCSA -Found in tensorflow (d6296bf89cdf5e8c87e26e7a0f6da201d9355c89) +Found in tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) University of Illinois/NCSA Open Source License Copyright (c) . All rights reserved. -Developed by: +Developed by: @@ -19627,4 +22024,162 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -------------------------------------------------------------------------------- +MPL-2.0-no-copyleft-exception +Found in tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +Mozilla Public License Version 2.0 + 1. Definitions + 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + 1.3. "Contribution" means Covered Software of a particular Contributor. + 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + 1.5. "Incompatible With Secondary Licenses" means + (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + 1.6. "Executable Form" means any form of the work other than Source Code Form. + 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + 1.8. "License" means this document. + 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + 1.10. "Modifications" means any of the following: + (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + (b) any new file in Source Code Form that contains any Covered Software. + 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + 1.13. "Source Code Form" means the form of the work preferred for making modifications. + 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + 2. License Grants and Conditions + 2.1. Grants + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + 2.2. Effective Date + The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + 2.3. Limitations on Grant Scope + The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + (a) for any code that a Contributor has removed from Covered Software; or + (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + (c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + 2.4. Subsequent Licenses + No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + 2.5. Representation + Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + 2.6. Fair Use + This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + 2.7. Conditions + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + 3. Responsibilities + 3.1. Distribution of Source Form + All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + 3.2. Distribution of Executable Form + If You distribute Covered Software in Executable Form then: + (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + 3.3. Distribution of a Larger Work + You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + 3.4. Notices + You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + 3.5. Application of Additional Terms + You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + 4. Inability to Comply Due to Statute or Regulation + If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + 5. Termination + 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + 6. Disclaimer of Warranty + Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + 7. Limitation of Liability + Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + 8. Litigation + Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + 9. Miscellaneous + This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + 10. Versions of the License + 10.1. New Versions + Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + 10.2. Effect of New Versions + You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + 10.3. Modified Versions + If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses + If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. +You may add additional accurate notices of copyright ownership. +Exhibit B - "Incompatible With Secondary Licenses" Notice +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- + +Python-2.0 +Found in tensorflow (e39f23b59ab4eab097929b8d715991d8e299de82) + + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 + 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. + 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. + 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python. + 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. + 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. + 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). + 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. + 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. + 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. + 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1) IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. +BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. + 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6, beta 1 software in source or binary form and its associated documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1"). + 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Agreement is retained in Python 1.6b1, alone or in any derivative version prepared by Licensee. + Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6, beta 1, is made available subject to the terms and conditions in CNRIs License Agreement. This Agreement may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1011. This Agreement may also be obtained from a proxy server on the Internet using the URL:http://hdl.handle.net/1895.22/1011". + 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6b1 or any part thereof, and wants to make the derivative work available to the public as provided herein, then Licensee hereby agrees to indicate in any such work the nature of the modifications made to Python 1.6b1. + 4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. + 7. This License Agreement shall be governed by and interpreted in all respects by the law of the State of Virginia, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. + 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the terms and conditions of this License Agreement. ACCEPT CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. +Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +-------------------------------------------------------------------------------- + +MIT +Found in express (4.17.1) + + +(The MIT License) + +Copyright (c) 2009-2014 TJ Holowaychuk +Copyright (c) 2013-2014 Roman Shtylman +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +-------------------------------------------------------------------------------- + diff --git a/README.md b/README.md index c62eda471..b14b9f20a 100644 --- a/README.md +++ b/README.md @@ -1,74 +1,60 @@ -PhotoPrism: Browse your life in pictures +PhotoPrism: Browse Your Life in Pictures ======================================== -[![License: GPL](https://img.shields.io/badge/license-GPL-blue.svg)][license] +[![License: AGPL](https://img.shields.io/badge/license-AGPL-blue.svg)][license] [![Code Quality](https://goreportcard.com/badge/github.com/photoprism/photoprism)][goreport] [![Build Status](https://travis-ci.org/photoprism/photoprism.png?branch=develop)][ci] -[![Documentation](https://readthedocs.org/projects/photoprism-docs/badge/?version=latest&style=flat)][docs] [![GitHub contributors](https://img.shields.io/github/contributors/photoprism/photoprism.svg)](https://github.com/photoprism/photoprism/graphs/contributors/) +[![Documentation](https://img.shields.io/badge/read-the%20docs-4aa087.svg)][docs] [![Community Chat](https://img.shields.io/badge/chat-on%20gitter-4aa087.svg)][chat] [![Twitter](https://img.shields.io/badge/follow-@browseyourlife-00acee.svg)][twitter] -PhotoPrism is a server-based application for browsing, organizing and sharing your personal photo collection. +PhotoPrism™ is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud. ![](https://dl.photoprism.org/assets/img/preview.jpg) -More screenshots: https://github.com/photoprism/photoprism/wiki/Screenshots +## What to expect... ## -## What to expect ## - -* Clearly structured Web interface for browsing, organizing and sharing your personal photo collection -* Import everything without worrying about duplicates or [RAW to JPEG conversion][wiki:raw] -* [Geocoding][wiki:geocoding], [XMP support][wiki:xmp] and [automated tagging][wiki:classification] +* clearly structured Web interface for browsing, organizing and sharing your personal photo collection +* import everything without worrying about duplicates or [RAW to JPEG conversion](https://docs.photoprism.org/developer-guide/library/converting/) +* [geocoding](https://docs.photoprism.org/developer-guide/metadata/geocoding/), [XMP support](https://docs.photoprism.org/developer-guide/metadata/xmp/) and [automated tagging](https://docs.photoprism.org/developer-guide/metadata/classification/) based on Google TensorFlow +## Try our demo ## + +You're welcome to play with the demo at [demo.photoprism.org](https://demo.photoprism.org). +Leave your email to get a [release notification](https://goo.gl/forms/KBPVGl9PCsOKrAv33). + ## For the early birds ## -You're welcome to play with our demo at [demo.photoprism.org](https://demo.photoprism.org). -Leave your email to get a [release notification](https://goo.gl/forms/KBPVGl9PCsOKrAv33). +Step-by-step installation instructions can be found on [docs.photoprism.org](https://docs.photoprism.org/getting-started/) - +all you need is a Web browser and Docker to run the server. It is available for Mac, Linux and Windows. -Step-by-step [installation instructions](https://docs.photoprism.org/en/latest/getting-started/) can be found -in our [User Guide](https://docs.photoprism.org/en/latest/). -Developers can skip this and move on to the [Developer Guide](https://docs.photoprism.org/en/latest/developer-guide/). +Next, you'll have to [index or import](https://docs.photoprism.org/user-guide/library/import-vs-index/) +existing files. Please be patient, this will take a while depending on the size of your library. -All you need is a Web browser and [Docker](https://store.docker.com/search?type=edition&offering=community) -to run the server. It is available for Mac, Linux and Windows. +Already indexed photos can be browsed in [Photos](https://docs.photoprism.org/user-guide/organize/browse/) +while videos show up in [Videos](https://docs.photoprism.org/user-guide/organize/video/). +Counts are continuously updated in the navigation. -There is also a [pre-installed Raspberry Pi image here](https://github.com/guysoft/PhotoPrismPi). +If photos are missing, they might be in [review](https://docs.photoprism.org/user-guide/organize/review/) due to low quality or missing metadata. +You can turn this and other features off in [Settings](https://docs.photoprism.org/user-guide/settings/ui/), depending on +your specific use case. -Note that this is work in progress. We do our best to provide a complete, stable version. -If you have a question, don't hesitate to ask in our [help forum][help] -or [contact us via email](mailto:hello@photoprism.org). - -## Why this has to be free software ## - -The development of every commercial product is focused on monetization. -We've [built similar apps more than once](https://github.com/photoprism/photoprism/wiki/Mediencenter) -and every single time the constraints of working -in a profit-oriented corporate environment were an impediment. - -We are sure we can do better with only a fraction of the budget. Simplicity - the art of maximizing the -amount of work not done - can be very powerful. -Go itself is a [great example](https://talks.golang.org/2015/simplicity-is-complicated.slide). - -Our long-term goal is to become an open platform for machine -learning [research](https://github.com/photoprism/photoprism/wiki/Research) based on real-world photo collections. -We're already in contact with data scientists who like our idea. - -## How to contribute ## +## Contributions ## We welcome contributions of any kind. If you have a bug or an idea, read our -[guide](https://docs.photoprism.org/en/latest/developer-guide/) before opening an issue. +[guide](https://docs.photoprism.org/developer-guide/) before opening an issue. Issues labeled [help wanted](https://github.com/photoprism/photoprism/labels/help%20wanted) / [easy](https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy) can be good (first) contributions. -Please follow us on [Twitter][twitter] and join our [developers mailing list](https://groups.google.com/a/photoprism.org/forum/#!forum/developers) -to receive regular project updates and discuss development related topics. Don't be afraid to ask stupid questions. +Follow us on [Twitter][twitter] to receive regular project updates and discuss development +related topics. Don't be afraid to ask stupid questions. -## Free beer ## +## Funding ## This project is about freedom and privacy but not necessarily about free beer. We feel like it would be a mistake to state there will be no costs, because clearly we have huge expenses, your server hardware @@ -78,49 +64,42 @@ It's fair to say that users with basic needs will have no monthly costs. We were per dollar than commercial projects and learned a lot on top of it. An earlier version of this document contained a rough number, but at the end of the day it doesn't matter. -Basically all established OSS companies make 90% of their revenue with enterprise customers, that's why private users +Most established OSS companies make the bulk of their revenue with enterprise customers, that's why private users and single developers typically get everything for free. Obviously that doesn't work if you have only private users -that refuse to share their data on top of it. In our opinion it would have made sense to finance this like all -public infrastructure, our expenses are peanuts compared to building a road. +that refuse to share their data on top of it. Looking forward, specific solutions for funding development and maintenance could be to... - sell a tested & supported version in the app store while our contributors and other developers can continue to use Docker or build from source + - provide additional features to users who support us financially, maybe with a different license similar to GitLab + - develop a one-click solution for private cloud hosting together with selected providers we trust - offer a geodata, public events and maps subscription since OpenStreetMap doesn't want us to use their development API for production, which is perfectly fine ## Donations ## -You're most welcome to support us via [GitHub Sponsors](https://github.com/sponsors/lastzero), -especially if you need help with using our software. They will match every donation in the first year. +You're welcome to support us via [GitHub Sponsors](https://github.com/sponsors/lastzero), +especially if you have feature requests or need help with using our software. +They will match every donation in the first year. In addition, you can find us on [Patreon](https://www.patreon.com/photoprism) and [PayPal](https://www.paypal.me/photoprism). Our [sponsors](https://github.com/photoprism/photoprism/blob/develop/SPONSORS.md) and [contributors](https://github.com/photoprism/photoprism/graphs/contributors/) will get for free whatever we might -have to charge for a geodata subscription later. +have to charge for a geodata subscription and/or additional features later (see [tiers](https://github.com/sponsors/lastzero/dashboard/tiers)). -Also please [leave a star](https://github.com/photoprism/photoprism/stargazers) on GitHub if you like this project, -it provides additional motivation to keep going. +Also, please [leave a star](https://github.com/photoprism/photoprism/stargazers) on GitHub if you like this project. +It provides additional motivation to keep going. Ideas backed by a sponsor are marked with a golden [sponsor](https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Asponsor) label. Let us know if we mistakenly label an idea as [unfunded](https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Aunfunded). Thank you very much! <3 -## Public and corporate sponsorship ## +## Trademarks ## -We spent weeks asking organizations like [The Prototype Fund](https://prototypefund.de/en/) for help -and also tried to cooperate with companies like Mapbox and Cewe. -You would think it's easier to get a few dollars with [our background](http://docs.photoprism.org/en/latest/team/) -and [working code](https://demo.photoprism.org/). - -If any of those organizations changes their mind, they are welcome to [reach out to us](mailto:hello@photoprism.org). - -## Disclaimer ## - -We'd like to remind everyone that we are not full-time marketing specialists but developers who work a lot and -enjoy a bit of sarcasm from time to time. Please let us know when there is an issue with our "nuance and tone" -and we'll find a solution. +PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required to describe +our software, run your own server, for educational purposes, but not for offering commercial +goods, products, or services without prior written permission. In other words, please ask. [wiki:classification]: https://github.com/photoprism/photoprism/wiki/Image-Classification [wiki:xmp]: https://github.com/photoprism/photoprism/wiki/XMP @@ -133,7 +112,7 @@ and we'll find a solution. [goreport]: https://goreportcard.com/report/github.com/photoprism/photoprism [coverage]: https://codecov.io/gh/photoprism/photoprism [ci]: https://travis-ci.org/photoprism/photoprism -[docs]: https://docs.photoprism.org/en/latest/ +[docs]: https://docs.photoprism.org/ [issuehunt]: https://issuehunt.io/repos/119160553 [chat]: https://gitter.im/browseyourlife/community [twitter]: https://twitter.com/browseyourlife diff --git a/SPONSORS.md b/SPONSORS.md index 8140e9969..4d2b25efb 100644 --- a/SPONSORS.md +++ b/SPONSORS.md @@ -1,11 +1,12 @@ Let's join forces ================= -You're most welcome to support us via [GitHub Sponsors](https://github.com/sponsors/lastzero), -especially if you need help with using our software. They will match every donation in the first year. +You're welcome to support us via [GitHub Sponsors](https://github.com/sponsors/lastzero), +especially if you have feature requests or need help with using our software. +They will match every donation in the first year. In addition, you can find us on [Patreon][patreon] and [PayPal][paypal]. Our sponsors and contributors will get for free whatever we might have to -[charge](https://docs.photoprism.org/en/latest/funding/) for a geodata, public events and maps +[charge](https://docs.photoprism.org/funding/) for a geodata, public events and maps subscription later. Also please [leave a star](https://github.com/photoprism/photoprism/stargazers) here on GitHub if you like this project, @@ -28,6 +29,8 @@ Thank you very much to all of our sponsors and donors (including those that want [Thomas Eg](https://github.com/ThomasEg) (GitHub Sponsors, April 2020) +[@mpodshivalin](https://github.com/mpodshivalin) (GitHub Sponsors, July 2020) + For a full list of GitHub sponsors, see https://github.com/sponsors/lastzero. ## Donations ## diff --git a/assets/config/photoprism.yml b/assets/config/photoprism.yml deleted file mode 100644 index 7b8f62f30..000000000 --- a/assets/config/photoprism.yml +++ /dev/null @@ -1,28 +0,0 @@ -url: "https://demo.photoprism.org/" -title: "PhotoPrism" -subtitle: "Browse your life" -description: "Personal Photo Management powered by Go and Google TensorFlow. Free and open-source." -author: "Anonymous" -twitter: "@browseyourlife" -debug: false -read-only: false -public: false -experimental: false -admin-password: photoprism -config-path: ~/.config/photoprism -cache-path: ~/.cache/photoprism -assets-path: ~/.local/share/photoprism -resources-path: ~/.local/share/photoprism/resources -originals-path: ~/Pictures/Originals -import-path: ~/Pictures/Import -http-host: -http-mode: release -http-port: 2342 -tidb-host: localhost -tidb-port: 2343 -tidb-password: photoprism -database-driver: tidb -database-dsn: root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true -pid-filename: ~/.local/share/photoprism/photoprism.pid -log-filename: ~/.local/share/photoprism/photoprism.log -detach-server: false diff --git a/assets/config/settings.yml b/assets/config/settings.yml deleted file mode 100755 index a0949fd01..000000000 --- a/assets/config/settings.yml +++ /dev/null @@ -1,27 +0,0 @@ -theme: default -language: en -templates: - default: index.tmpl -maps: - animate: 0 - style: streets -features: - archive: true - private: true - review: true - upload: true - import: true - labels: true - places: true - download: true - edit: true - share: true - logs: true -import: - path: / - move: false -index: - path: / - convert: true - rescan: false - group: true diff --git a/assets/examples/.photoprism/example.jpg b/assets/examples/.photoprism/example.jpg new file mode 100644 index 000000000..9ae4cfb60 Binary files /dev/null and b/assets/examples/.photoprism/example.jpg differ diff --git a/assets/resources/examples/.ppignore b/assets/examples/.ppignore similarity index 100% rename from assets/resources/examples/.ppignore rename to assets/examples/.ppignore diff --git a/assets/resources/examples/6720px_white.jpg b/assets/examples/6720px_white.jpg similarity index 100% rename from assets/resources/examples/6720px_white.jpg rename to assets/examples/6720px_white.jpg diff --git a/assets/resources/examples/IMG_4120 (1).JPG b/assets/examples/IMG_4120 (1).JPG similarity index 100% rename from assets/resources/examples/IMG_4120 (1).JPG rename to assets/examples/IMG_4120 (1).JPG diff --git a/assets/resources/examples/IMG_4120 copy.JPG b/assets/examples/IMG_4120 copy.JPG similarity index 100% rename from assets/resources/examples/IMG_4120 copy.JPG rename to assets/examples/IMG_4120 copy.JPG diff --git a/assets/resources/examples/IMG_4120.AAE b/assets/examples/IMG_4120.AAE similarity index 100% rename from assets/resources/examples/IMG_4120.AAE rename to assets/examples/IMG_4120.AAE diff --git a/assets/resources/examples/IMG_4120.JPG b/assets/examples/IMG_4120.JPG similarity index 100% rename from assets/resources/examples/IMG_4120.JPG rename to assets/examples/IMG_4120.JPG diff --git a/assets/resources/examples/IMG_E4120.JPG b/assets/examples/IMG_E4120.JPG similarity index 100% rename from assets/resources/examples/IMG_E4120.JPG rename to assets/examples/IMG_E4120.JPG diff --git a/assets/resources/examples/Random.docx b/assets/examples/Random.docx similarity index 100% rename from assets/resources/examples/Random.docx rename to assets/examples/Random.docx diff --git a/assets/resources/examples/Screenshot 2019-05-21 at 10.45.52.png b/assets/examples/Screenshot 2019-05-21 at 10.45.52.png similarity index 100% rename from assets/resources/examples/Screenshot 2019-05-21 at 10.45.52.png rename to assets/examples/Screenshot 2019-05-21 at 10.45.52.png diff --git a/assets/resources/examples/airport_grey b/assets/examples/airport_grey similarity index 100% rename from assets/resources/examples/airport_grey rename to assets/examples/airport_grey diff --git a/assets/resources/examples/beach_colorfilter.jpg b/assets/examples/beach_colorfilter.jpg similarity index 100% rename from assets/resources/examples/beach_colorfilter.jpg rename to assets/examples/beach_colorfilter.jpg diff --git a/assets/resources/examples/beach_sand.jpg b/assets/examples/beach_sand.jpg similarity index 100% rename from assets/resources/examples/beach_sand.jpg rename to assets/examples/beach_sand.jpg diff --git a/assets/resources/examples/beach_wood.jpg b/assets/examples/beach_wood.jpg similarity index 100% rename from assets/resources/examples/beach_wood.jpg rename to assets/examples/beach_wood.jpg diff --git a/assets/resources/examples/bitcoin_gold.jpg b/assets/examples/bitcoin_gold.jpg similarity index 100% rename from assets/resources/examples/bitcoin_gold.jpg rename to assets/examples/bitcoin_gold.jpg diff --git a/assets/examples/blue-go-video.json b/assets/examples/blue-go-video.json new file mode 100644 index 000000000..322ce473f --- /dev/null +++ b/assets/examples/blue-go-video.json @@ -0,0 +1,85 @@ +[{ + "SourceFile": "/Users/michael/Downloads/20200511-141648-Berlin-Germany-2020-3ku.mp4", + "ExifToolVersion": 11.85, + "FileName": "blue-go-video.mp4", + "Directory": "/Users/michael/Downloads", + "FileSize": "4.4 MB", + "FileModifyDate": "2020:05:14 14:02:58+02:00", + "FileAccessDate": "2020:05:14 14:02:58+02:00", + "FileInodeChangeDate": "2020:05:14 14:02:58+02:00", + "FilePermissions": "rw-r--r--", + "FileType": "MP4", + "FileTypeExtension": "mp4", + "MIMEType": "video/mp4", + "MajorBrand": "MP4 v2 [ISO 14496-14]", + "MinorVersion": "0.0.0", + "CompatibleBrands": ["isom","mp42"], + "MovieHeaderVersion": 0, + "CreateDate": "2020:05:11 14:16:48", + "ModifyDate": "2020:05:11 14:16:48", + "TimeScale": 1000, + "Duration": "2.42 s", + "PreferredRate": 1, + "PreferredVolume": "100.00%", + "PreviewTime": "0 s", + "PreviewDuration": "0 s", + "PosterTime": "0 s", + "SelectionTime": "0 s", + "SelectionDuration": "0 s", + "CurrentTime": "0 s", + "NextTrackID": 3, + "GPSCoordinates": "52 deg 27' 34.56\" N, 13 deg 19' 18.48\" E", + "AndroidVersion": 10, + "TrackHeaderVersion": 0, + "TrackCreateDate": "2020:05:11 14:16:48", + "TrackModifyDate": "2020:05:11 14:16:48", + "TrackID": 1, + "TrackDuration": "2.42 s", + "TrackLayer": 0, + "TrackVolume": "0.00%", + "ImageWidth": 1920, + "ImageHeight": 1080, + "GraphicsMode": "srcCopy", + "OpColor": "0 0 0", + "CompressorID": "avc1", + "SourceImageWidth": 1920, + "SourceImageHeight": 1080, + "XResolution": 72, + "YResolution": 72, + "BitDepth": 24, + "PixelAspectRatio": "65536:65536", + "ColorRepresentation": "nclx 1 1 1", + "VideoFrameRate": 28.101, + "MatrixStructure": "1 0 0 0 1 0 0 0 1", + "MediaHeaderVersion": 0, + "MediaCreateDate": "2020:05:11 14:16:48", + "MediaModifyDate": "2020:05:11 14:16:48", + "MediaTimeScale": 48000, + "MediaDuration": "2.41 s", + "HandlerType": "Audio Track", + "HandlerDescription": "SoundHandle", + "Balance": 0, + "AudioFormat": "mp4a", + "AudioChannels": 2, + "AudioBitsPerSample": 16, + "AudioSampleRate": 48000, + "MediaDataSize": 3818513, + "MediaDataOffset": 810340, + "ImageSize": "1920x1080", + "Megapixels": 2.1, + "AvgBitrate": "12.6 Mbps", + "GPSLatitude": "52 deg 27' 34.56\" N", + "GPSLongitude": "13 deg 19' 18.48\" E", + "Rotation": 90, + "GPSPosition": "52 deg 27' 34.56\" N, 13 deg 19' 18.48\" E", + "Title": "Blue Gopher", + "Description": "Cute gopher", + "Comment": "We love go", + "Subject": "gopher", + "Keywords": "blue, desk", + "Artist": "Micha", + "CameraOwner": "Micha", + "CameraSerial": "123", + "DocumentID": "12398365", + "InstanceID": "9058055", +}] diff --git a/assets/resources/examples/gopher-video.mp4 b/assets/examples/blue-go-video.mp4 similarity index 100% rename from assets/resources/examples/gopher-video.mp4 rename to assets/examples/blue-go-video.mp4 diff --git a/assets/examples/blue-go-video.mp4.json b/assets/examples/blue-go-video.mp4.json new file mode 100644 index 000000000..87580b7ed --- /dev/null +++ b/assets/examples/blue-go-video.mp4.json @@ -0,0 +1,6 @@ +[{ + "SourceFile": "/Users/michael/Downloads/20200511-141648-Berlin-Germany-2020-3ku.mp4", + "ExifToolVersion": 11.85, + "FileName": "blue-go-video.mp4", + "Directory": "/Users/michael/Downloads" +}] diff --git a/assets/resources/examples/building_mono.jpg b/assets/examples/building_mono.jpg similarity index 100% rename from assets/resources/examples/building_mono.jpg rename to assets/examples/building_mono.jpg diff --git a/assets/resources/examples/canon_eos_6d.dng b/assets/examples/canon_eos_6d.dng similarity index 100% rename from assets/resources/examples/canon_eos_6d.dng rename to assets/examples/canon_eos_6d.dng diff --git a/assets/resources/examples/canon_eos_6d.json b/assets/examples/canon_eos_6d.json similarity index 100% rename from assets/resources/examples/canon_eos_6d.json rename to assets/examples/canon_eos_6d.json diff --git a/assets/resources/examples/canon_eos_6d.xmp b/assets/examples/canon_eos_6d.xmp similarity index 100% rename from assets/resources/examples/canon_eos_6d.xmp rename to assets/examples/canon_eos_6d.xmp diff --git a/assets/resources/examples/cash_register_gold.jpg b/assets/examples/cash_register_gold.jpg similarity index 100% rename from assets/resources/examples/cash_register_gold.jpg rename to assets/examples/cash_register_gold.jpg diff --git a/assets/resources/examples/cat_black.jpg b/assets/examples/cat_black.jpg similarity index 100% rename from assets/resources/examples/cat_black.jpg rename to assets/examples/cat_black.jpg diff --git a/assets/resources/examples/cat_brown.jpg b/assets/examples/cat_brown.jpg similarity index 100% rename from assets/resources/examples/cat_brown.jpg rename to assets/examples/cat_brown.jpg diff --git a/assets/resources/examples/cat_yellow_grey.jpg b/assets/examples/cat_yellow_grey.jpg similarity index 100% rename from assets/resources/examples/cat_yellow_grey.jpg rename to assets/examples/cat_yellow_grey.jpg diff --git a/assets/resources/examples/chameleon_lime.jpg b/assets/examples/chameleon_lime.jpg similarity index 100% rename from assets/resources/examples/chameleon_lime.jpg rename to assets/examples/chameleon_lime.jpg diff --git a/assets/resources/examples/christmas.mp4 b/assets/examples/christmas.mp4 similarity index 100% rename from assets/resources/examples/christmas.mp4 rename to assets/examples/christmas.mp4 diff --git a/assets/resources/examples/clock_purple.jpg b/assets/examples/clock_purple.jpg similarity index 100% rename from assets/resources/examples/clock_purple.jpg rename to assets/examples/clock_purple.jpg diff --git a/assets/resources/examples/clowns_colorful.jpg b/assets/examples/clowns_colorful.jpg similarity index 100% rename from assets/resources/examples/clowns_colorful.jpg rename to assets/examples/clowns_colorful.jpg diff --git a/assets/resources/examples/coin_gold.jpg b/assets/examples/coin_gold.jpg similarity index 100% rename from assets/resources/examples/coin_gold.jpg rename to assets/examples/coin_gold.jpg diff --git a/assets/resources/examples/dog_created_1919.jpg b/assets/examples/dog_created_1919.jpg similarity index 100% rename from assets/resources/examples/dog_created_1919.jpg rename to assets/examples/dog_created_1919.jpg diff --git a/assets/resources/examples/dog_orange.jpg b/assets/examples/dog_orange.jpg similarity index 100% rename from assets/resources/examples/dog_orange.jpg rename to assets/examples/dog_orange.jpg diff --git a/assets/resources/examples/dog_toshi_red.jpg b/assets/examples/dog_toshi_red.jpg similarity index 100% rename from assets/resources/examples/dog_toshi_red.jpg rename to assets/examples/dog_toshi_red.jpg diff --git a/assets/resources/examples/dog_toshi_yellow.jpg b/assets/examples/dog_toshi_yellow.jpg similarity index 100% rename from assets/resources/examples/dog_toshi_yellow.jpg rename to assets/examples/dog_toshi_yellow.jpg diff --git a/assets/resources/examples/door_cyan.jpg b/assets/examples/door_cyan.jpg similarity index 100% rename from assets/resources/examples/door_cyan.jpg rename to assets/examples/door_cyan.jpg diff --git a/assets/examples/earth.avi b/assets/examples/earth.avi new file mode 100644 index 000000000..cc5ef6a7f Binary files /dev/null and b/assets/examples/earth.avi differ diff --git a/assets/examples/earth.mov b/assets/examples/earth.mov new file mode 100644 index 000000000..28c89a1cd Binary files /dev/null and b/assets/examples/earth.mov differ diff --git a/assets/resources/examples/elephant_mono.jpg b/assets/examples/elephant_mono.jpg similarity index 100% rename from assets/resources/examples/elephant_mono.jpg rename to assets/examples/elephant_mono.jpg diff --git a/assets/resources/examples/elephants.jpg b/assets/examples/elephants.jpg similarity index 100% rename from assets/resources/examples/elephants.jpg rename to assets/examples/elephants.jpg diff --git a/assets/resources/examples/ephedra_green_lime.jpg b/assets/examples/ephedra_green_lime.jpg similarity index 100% rename from assets/resources/examples/ephedra_green_lime.jpg rename to assets/examples/ephedra_green_lime.jpg diff --git a/assets/examples/example.bmp b/assets/examples/example.bmp new file mode 100644 index 000000000..d404d42b2 Binary files /dev/null and b/assets/examples/example.bmp differ diff --git a/assets/examples/example.gif b/assets/examples/example.gif new file mode 100644 index 000000000..d5326632e Binary files /dev/null and b/assets/examples/example.gif differ diff --git a/assets/examples/example.png b/assets/examples/example.png new file mode 100644 index 000000000..77f4ce7cc Binary files /dev/null and b/assets/examples/example.png differ diff --git a/assets/examples/example.tif b/assets/examples/example.tif new file mode 100644 index 000000000..d17692869 Binary files /dev/null and b/assets/examples/example.tif differ diff --git a/assets/resources/examples/fern_green.jpg b/assets/examples/fern_green.jpg similarity index 100% rename from assets/resources/examples/fern_green.jpg rename to assets/examples/fern_green.jpg diff --git a/assets/resources/examples/ferriswheel_colorful.jpg b/assets/examples/ferriswheel_colorful.jpg similarity index 100% rename from assets/resources/examples/ferriswheel_colorful.jpg rename to assets/examples/ferriswheel_colorful.jpg diff --git a/assets/resources/examples/fish_anthias_magenta.jpg b/assets/examples/fish_anthias_magenta.jpg similarity index 100% rename from assets/resources/examples/fish_anthias_magenta.jpg rename to assets/examples/fish_anthias_magenta.jpg diff --git a/assets/resources/examples/giraffe_green_brown.jpg b/assets/examples/giraffe_green_brown.jpg similarity index 100% rename from assets/resources/examples/giraffe_green_brown.jpg rename to assets/examples/giraffe_green_brown.jpg diff --git a/assets/examples/gopher-video.mp4 b/assets/examples/gopher-video.mp4 new file mode 100644 index 000000000..5e4215a95 Binary files /dev/null and b/assets/examples/gopher-video.mp4 differ diff --git a/assets/resources/examples/instrument_gold.jpg b/assets/examples/instrument_gold.jpg similarity index 100% rename from assets/resources/examples/instrument_gold.jpg rename to assets/examples/instrument_gold.jpg diff --git a/assets/resources/examples/iphone_7.heic b/assets/examples/iphone_7.heic similarity index 100% rename from assets/resources/examples/iphone_7.heic rename to assets/examples/iphone_7.heic diff --git a/assets/resources/examples/iphone_7.json b/assets/examples/iphone_7.json similarity index 100% rename from assets/resources/examples/iphone_7.json rename to assets/examples/iphone_7.json diff --git a/assets/resources/examples/iphone_7.xmp b/assets/examples/iphone_7.xmp similarity index 100% rename from assets/resources/examples/iphone_7.xmp rename to assets/examples/iphone_7.xmp diff --git a/assets/resources/examples/jellyfish_blue.jpg b/assets/examples/jellyfish_blue.jpg similarity index 100% rename from assets/resources/examples/jellyfish_blue.jpg rename to assets/examples/jellyfish_blue.jpg diff --git a/assets/resources/examples/leaves_gold.jpg b/assets/examples/leaves_gold.jpg similarity index 100% rename from assets/resources/examples/leaves_gold.jpg rename to assets/examples/leaves_gold.jpg diff --git a/assets/resources/examples/limes.jpg b/assets/examples/limes.jpg similarity index 100% rename from assets/resources/examples/limes.jpg rename to assets/examples/limes.jpg diff --git a/assets/resources/examples/ocean_cyan.jpg b/assets/examples/ocean_cyan.jpg similarity index 100% rename from assets/resources/examples/ocean_cyan.jpg rename to assets/examples/ocean_cyan.jpg diff --git a/assets/resources/examples/orange_square.jpg b/assets/examples/orange_square.jpg similarity index 100% rename from assets/resources/examples/orange_square.jpg rename to assets/examples/orange_square.jpg diff --git a/assets/resources/examples/palms_beach.jpg b/assets/examples/palms_beach.jpg similarity index 100% rename from assets/resources/examples/palms_beach.jpg rename to assets/examples/palms_beach.jpg diff --git a/assets/resources/examples/peacock_blue.jpg b/assets/examples/peacock_blue.jpg similarity index 100% rename from assets/resources/examples/peacock_blue.jpg rename to assets/examples/peacock_blue.jpg diff --git a/assets/resources/examples/pillar_cyan.jpg b/assets/examples/pillar_cyan.jpg similarity index 100% rename from assets/resources/examples/pillar_cyan.jpg rename to assets/examples/pillar_cyan.jpg diff --git a/assets/resources/examples/pineapple_white.jpg b/assets/examples/pineapple_white.jpg similarity index 100% rename from assets/resources/examples/pineapple_white.jpg rename to assets/examples/pineapple_white.jpg diff --git a/assets/resources/examples/preloader.gif b/assets/examples/preloader.gif similarity index 100% rename from assets/resources/examples/preloader.gif rename to assets/examples/preloader.gif diff --git a/assets/resources/examples/purple.tiff b/assets/examples/purple.tiff similarity index 100% rename from assets/resources/examples/purple.tiff rename to assets/examples/purple.tiff diff --git a/assets/resources/examples/robot_magenta.jpg b/assets/examples/robot_magenta.jpg similarity index 100% rename from assets/resources/examples/robot_magenta.jpg rename to assets/examples/robot_magenta.jpg diff --git a/assets/resources/examples/rope_blue_cyan.jpg b/assets/examples/rope_blue_cyan.jpg similarity index 100% rename from assets/resources/examples/rope_blue_cyan.jpg rename to assets/examples/rope_blue_cyan.jpg diff --git a/assets/resources/examples/sharks_blue.jpg b/assets/examples/sharks_blue.jpg similarity index 100% rename from assets/resources/examples/sharks_blue.jpg rename to assets/examples/sharks_blue.jpg diff --git a/assets/resources/examples/snake_lime_brown.jpg b/assets/examples/snake_lime_brown.jpg similarity index 100% rename from assets/resources/examples/snake_lime_brown.jpg rename to assets/examples/snake_lime_brown.jpg diff --git a/assets/resources/examples/table_white.jpg b/assets/examples/table_white.jpg similarity index 100% rename from assets/resources/examples/table_white.jpg rename to assets/examples/table_white.jpg diff --git a/assets/examples/telegram_2020-01-30_09-57-18.jpg b/assets/examples/telegram_2020-01-30_09-57-18.jpg new file mode 100644 index 000000000..50b56150f Binary files /dev/null and b/assets/examples/telegram_2020-01-30_09-57-18.jpg differ diff --git a/assets/resources/examples/test.md b/assets/examples/test.md similarity index 100% rename from assets/resources/examples/test.md rename to assets/examples/test.md diff --git a/assets/resources/examples/test.txt b/assets/examples/test.txt similarity index 100% rename from assets/resources/examples/test.txt rename to assets/examples/test.txt diff --git a/assets/resources/examples/test.xml b/assets/examples/test.xml similarity index 100% rename from assets/resources/examples/test.xml rename to assets/examples/test.xml diff --git a/assets/resources/examples/test.yml b/assets/examples/test.yml similarity index 100% rename from assets/resources/examples/test.yml rename to assets/examples/test.yml diff --git a/assets/examples/this-is-a-jpeg.png b/assets/examples/this-is-a-jpeg.png new file mode 100644 index 000000000..cd3caf987 Binary files /dev/null and b/assets/examples/this-is-a-jpeg.png differ diff --git a/assets/resources/examples/tree_white.jpg b/assets/examples/tree_white.jpg similarity index 100% rename from assets/resources/examples/tree_white.jpg rename to assets/examples/tree_white.jpg diff --git a/assets/resources/examples/turtle_brown_blue.jpg b/assets/examples/turtle_brown_blue.jpg similarity index 100% rename from assets/resources/examples/turtle_brown_blue.jpg rename to assets/examples/turtle_brown_blue.jpg diff --git a/assets/resources/examples/tweethog.png b/assets/examples/tweethog.png similarity index 100% rename from assets/resources/examples/tweethog.png rename to assets/examples/tweethog.png diff --git a/assets/resources/examples/yellow_rose-small.bmp b/assets/examples/yellow_rose-small.bmp similarity index 100% rename from assets/resources/examples/yellow_rose-small.bmp rename to assets/examples/yellow_rose-small.bmp diff --git a/assets/resources/examples/zebra_green_brown.jpg b/assets/examples/zebra_green_brown.jpg similarity index 100% rename from assets/resources/examples/zebra_green_brown.jpg rename to assets/examples/zebra_green_brown.jpg diff --git a/assets/locales/README.md b/assets/locales/README.md new file mode 100644 index 000000000..69dc2bd23 --- /dev/null +++ b/assets/locales/README.md @@ -0,0 +1,37 @@ +# Backend Translations + +PhotoPrism uses [gettext](https://en.wikipedia.org/wiki/Gettext) for localizing frontend and backend. +It's one of the most widely adopted standards for translating user interfaces. + +Human readable messages like `File not found` are used as ids for finding matching translations, +and used as defaults whenever there is no translation available. + +Messages may optionally contain placeholders, like `Found %d files`, for numbers and +other variables. + +We strongly recommend [Poedit](https://poedit.net/download) for creating and updating translations. +Download is free for Mac, Windows and Linux. +It's source code can be obtained on [GitHub](https://github.com/vslavik/poedit). + +Only asynchronous notifications and certain API responses need translation to provide a +consistent user experience. +Technical log messages should be in English to avoid ambiguities and (even slightly) wrong translations. + +`default.po` files in sub directories contain localized messages for each +[language](https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html#Usual-Language-Codes), +identified by their [two-letter locale](https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html), +like `de/default.po` for German. You can open, edit and save them with Poedit. Please +also add and commit binary `*.mo` files, which will be automatically created by Poedit. + +To add a new translation, open `messages.pot`, click on "Create New Translation" at the bottom, select +the language, and start translating. +When done, create a new directory (using the locale as name) and save your translation there as `default.po`. + +The POT file `/assets/locales/messages.pot` will be automatically updated when +running `go generate` in `/internal/i18n` or `make generate` in the main project directory. +Note that this will only work when you have gettext installed on your system. +We recommend using our latest development image as described in the Developer Guide. + +Apply changes to existing translations by clicking on "Catalogue" > "Update from POT File..." +in the Poedit app menu. + diff --git a/assets/locales/de/default.mo b/assets/locales/de/default.mo new file mode 100644 index 000000000..eb74709f0 Binary files /dev/null and b/assets/locales/de/default.mo differ diff --git a/assets/locales/de/default.po b/assets/locales/de/default.po new file mode 100644 index 000000000..2d8a49ef9 --- /dev/null +++ b/assets/locales/de/default.po @@ -0,0 +1,266 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:44+0000\n" +"PO-Revision-Date: 2020-07-14 22:16+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3.1\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: messages.go:69 +msgid "Unexpected error, please try again" +msgstr "Unerwarteter Fehler, bitte erneut versuchen" + +#: messages.go:70 +msgid "Invalid request" +msgstr "Ungültige Anfrage" + +#: messages.go:71 +msgid "Changes could not be saved" +msgstr "Fehler beim Speichern der Daten" + +#: messages.go:72 +msgid "Could not be deleted" +msgstr "Konnte nicht gelöscht werden" + +#: messages.go:73 +#, c-format +msgid "%s already exists" +msgstr "%s existiert bereits" + +#: messages.go:74 messages.go:77 +msgid "Not found on server, deleted?" +msgstr "Nicht auf Server gefunden, gelöscht?" + +#: messages.go:75 +msgid "File not found" +msgstr "Datei konnte nicht gefunden werden" + +#: messages.go:76 +msgid "Selection not found" +msgstr "Auswahl nicht gefunden" + +#: messages.go:78 +msgid "Account not found" +msgstr "Unbekannter Account" + +#: messages.go:79 +msgid "User not found" +msgstr "Nutzer nicht gefunden" + +#: messages.go:80 +msgid "Label not found" +msgstr "Kategorie nicht gefunden" + +#: messages.go:81 +msgid "Album not found" +msgstr "Album nicht gefunden - gelöscht?" + +#: messages.go:82 +msgid "Not available in public mode" +msgstr "Im öffentlichen Modus nicht verfügbar" + +#: messages.go:83 +msgid "not available in read-only mode" +msgstr "Funktion im ‘read-only’ Modus nicht verfügbar" + +#: messages.go:84 +msgid "Please log in and try again" +msgstr "Anmeldung erforderlich" + +#: messages.go:85 +msgid "Upload might be offensive" +msgstr "Inhalt könnte anstößig sein und wurde abgelehnt" + +#: messages.go:86 +msgid "No items selected" +msgstr "Nichts ausgewählt" + +#: messages.go:87 +msgid "Failed creating file, please check permissions" +msgstr "Datei konnte nicht angelegt werden" + +#: messages.go:88 +msgid "Failed creating folder, please check permissions" +msgstr "Verzeichnis konnte nicht angelegt werden" + +#: messages.go:89 +msgid "Could not connect, please try again" +msgstr "Verbindung fehlgeschlagen" + +#: messages.go:90 +msgid "Invalid password, please try again" +msgstr "Ungültiges Passwort" + +#: messages.go:91 +msgid "Feature disabled" +msgstr "Funktion deaktiviert" + +#: messages.go:92 +msgid "No labels selected" +msgstr "Keine Kategorien ausgewählt" + +#: messages.go:93 +msgid "No albums selected" +msgstr "Keine Alben ausgewählt" + +#: messages.go:94 +msgid "No files available for download" +msgstr "Nicht zum Download verfügbar" + +#: messages.go:95 +msgid "Failed to create zip file" +msgstr "Zip-Datei konnte nicht erstellt werden" + +#: messages.go:98 +msgid "Changes successfully saved" +msgstr "Änderungen erfolgreich gespeichert" + +#: messages.go:99 +msgid "Album created" +msgstr "Album erstellt" + +#: messages.go:100 +msgid "Album saved" +msgstr "Album gespeichert" + +#: messages.go:101 +#, c-format +msgid "Album %s deleted" +msgstr "Album %s gelöscht" + +#: messages.go:102 +msgid "Album contents cloned" +msgstr "Album-Einträge kopiert" + +#: messages.go:103 +msgid "File removed from stack" +msgstr "Datei aus Stapel entfernt" + +#: messages.go:104 +#, c-format +msgid "Selection added to %s" +msgstr "Auswahl zu %s hinzugefügt" + +#: messages.go:105 +#, c-format +msgid "One entry added to %s" +msgstr "Ein Eintrag zu %s hinzugefügt" + +#: messages.go:106 +#, c-format +msgid "%d entries added to %s" +msgstr "%d Einträge zu %s hinzugefügt" + +#: messages.go:107 +#, c-format +msgid "One entry removed from %s" +msgstr "Ein Eintrag aus %s entfernt" + +#: messages.go:108 +#, c-format +msgid "%d entries removed from %s" +msgstr "%d Einträge aus %s entfernt" + +#: messages.go:109 +msgid "Account created" +msgstr "Server-Konfiguration angelegt" + +#: messages.go:110 +msgid "Account saved" +msgstr "Server-Konfiguration gespeichert" + +#: messages.go:111 +msgid "Account deleted" +msgstr "Server-Konfiguration gelöscht" + +#: messages.go:112 +msgid "Settings saved" +msgstr "Einstellungen gespeichert" + +#: messages.go:113 +msgid "Password changed" +msgstr "Passwort geändert" + +#: messages.go:114 +#, c-format +msgid "Import completed in %d s" +msgstr "Import in %d s abgeschlossen" + +#: messages.go:115 +msgid "Import canceled" +msgstr "Import abgebrochen" + +#: messages.go:116 +#, c-format +msgid "Indexing completed in %d s" +msgstr "Indizierung in %d s abgeschlossen" + +#: messages.go:117 +msgid "Indexing originals..." +msgstr "Indiziere Dateien…" + +#: messages.go:118 +#, c-format +msgid "Indexing files in %s" +msgstr "Indiziere Dateien in %s" + +#: messages.go:119 +msgid "Indexing canceled" +msgstr "Indizierung abgebrochen" + +#: messages.go:120 +#, c-format +msgid "Removed %d files and %d photos" +msgstr "%d Dateien und %d Fotos wurden entfernt" + +#: messages.go:121 +#, c-format +msgid "Moving files from %s" +msgstr "Verschiebe Dateien von %s" + +#: messages.go:122 +#, c-format +msgid "Copying files from %s" +msgstr "Kopiere Dateien von %s" + +#: messages.go:123 +msgid "Labels deleted" +msgstr "Kategorien gelöscht”" + +#: messages.go:124 +msgid "Label saved" +msgstr "Kategorie gespeichert" + +#: messages.go:125 +#, c-format +msgid "%d files uploaded in %d s" +msgstr "%d Dateien hochgeladen in %d s" + +#: messages.go:126 +msgid "Selection archived" +msgstr "Auswahl archiviert" + +#: messages.go:127 +msgid "Selection restored" +msgstr "Auswahl wiederhergestellt" + +#: messages.go:128 +msgid "Selection marked as private" +msgstr "Auswahl als privat markiert" + +#: messages.go:129 +msgid "Albums deleted" +msgstr "Alben gelöscht" + +#: messages.go:130 +#, c-format +msgid "Zip created in %d s" +msgstr "Zip-Datei erstellt in %d s" diff --git a/assets/locales/en/default.mo b/assets/locales/en/default.mo new file mode 100644 index 000000000..bcee7d154 Binary files /dev/null and b/assets/locales/en/default.mo differ diff --git a/assets/locales/en/default.po b/assets/locales/en/default.po new file mode 100644 index 000000000..9f8a734ef --- /dev/null +++ b/assets/locales/en/default.po @@ -0,0 +1,270 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:44+0000\n" +"PO-Revision-Date: 2020-07-14 22:03+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3.1\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: en\n" + +#: messages.go:69 +msgid "Unexpected error, please try again" +msgstr "Unexpected error, please try again" + +#: messages.go:70 +msgid "Invalid request" +msgstr "Invalid request" + +#: messages.go:71 +msgid "Changes could not be saved" +msgstr "Changes could not be saved" + +#: messages.go:72 +msgid "Could not be deleted" +msgstr "Could not be deleted" + +#: messages.go:73 +#, c-format +msgid "%s already exists" +msgstr "%s already exists" + +#: messages.go:74 messages.go:77 +msgid "Not found on server, deleted?" +msgstr "Not found on server, deleted?" + +#: messages.go:75 +msgid "File not found" +msgstr "File not found" + +#: messages.go:76 +msgid "Selection not found" +msgstr "Selection not found" + +#: messages.go:78 +msgid "Account not found" +msgstr "Account not found" + +#: messages.go:79 +msgid "User not found" +msgstr "User not found" + +#: messages.go:80 +msgid "Label not found" +msgstr "Label not found" + +#: messages.go:81 +msgid "Album not found" +msgstr "Album not found" + +#: messages.go:82 +msgid "Not available in public mode" +msgstr "Not available in public mode" + +#: messages.go:83 +msgid "not available in read-only mode" +msgstr "not available in read-only mode" + +#: messages.go:84 +msgid "Please log in and try again" +msgstr "Please log in and try again" + +#: messages.go:85 +msgid "Upload might be offensive" +msgstr "Upload might be offensive" + +#: messages.go:86 +msgid "No items selected" +msgstr "No items selected" + +#: messages.go:87 +msgid "Failed creating file, please check permissions" +msgstr "Failed creating file, please check permissions" + +#: messages.go:88 +msgid "Failed creating folder, please check permissions" +msgstr "Failed creating folder, please check permissions" + +#: messages.go:89 +msgid "Could not connect, please try again" +msgstr "Could not connect, please try again" + +#: messages.go:90 +msgid "Invalid password, please try again" +msgstr "Invalid password, please try again" + +#: messages.go:91 +msgid "Feature disabled" +msgstr "Feature disabled" + +#: messages.go:92 +msgid "No labels selected" +msgstr "No labels selected" + +#: messages.go:93 +msgid "No albums selected" +msgstr "No albums selected" + +#: messages.go:94 +msgid "No files available for download" +msgstr "No files available for download" + +#: messages.go:95 +msgid "Failed to create zip file" +msgstr "Failed to create zip file" + +#: messages.go:98 +msgid "Changes successfully saved" +msgstr "Changes successfully saved" + +#: messages.go:99 +msgid "Album created" +msgstr "Album created" + +#: messages.go:100 +msgid "Album saved" +msgstr "Album saved" + +#: messages.go:101 +#, c-format +msgid "Album %s deleted" +msgstr "Album %s deleted" + +#: messages.go:102 +msgid "Album contents cloned" +msgstr "Album contents cloned" + +#: messages.go:103 +msgid "File removed from stack" +msgstr "File removed from stack" + +#: messages.go:104 +#, c-format +msgid "Selection added to %s" +msgstr "Selection added to %s" + +#: messages.go:105 +#, c-format +msgid "One entry added to %s" +msgstr "One entry added to %s" + +#: messages.go:106 +#, c-format +msgid "%d entries added to %s" +msgstr "%d entries added to %s" + +#: messages.go:107 +#, c-format +msgid "One entry removed from %s" +msgstr "One entry removed from %s" + +#: messages.go:108 +#, c-format +msgid "%d entries removed from %s" +msgstr "%d entries removed from %s" + +#: messages.go:109 +msgid "Account created" +msgstr "Account created" + +#: messages.go:110 +msgid "Account saved" +msgstr "Account saved" + +#: messages.go:111 +msgid "Account deleted" +msgstr "Account deleted" + +#: messages.go:112 +msgid "Settings saved" +msgstr "Settings saved" + +#: messages.go:113 +msgid "Password changed" +msgstr "Password changed" + +#: messages.go:114 +#, c-format +msgid "Import completed in %d s" +msgstr "Import completed in %d s" + +#: messages.go:115 +msgid "Import canceled" +msgstr "Import canceled" + +#: messages.go:116 +#, c-format +msgid "Indexing completed in %d s" +msgstr "Indexing completed in %d s" + +#: messages.go:117 +msgid "Indexing originals..." +msgstr "Indexing originals..." + +#: messages.go:118 +#, c-format +msgid "Indexing files in %s" +msgstr "Indexing files in %s" + +#: messages.go:119 +msgid "Indexing canceled" +msgstr "Indexing canceled" + +#: messages.go:120 +#, c-format +msgid "Removed %d files and %d photos" +msgstr "Removed %d files and %d photos" + +#: messages.go:121 +#, c-format +msgid "Moving files from %s" +msgstr "Moving files from %s" + +#: messages.go:122 +#, c-format +msgid "Copying files from %s" +msgstr "Copying files from %s" + +#: messages.go:123 +msgid "Labels deleted" +msgstr "Labels deleted" + +#: messages.go:124 +msgid "Label saved" +msgstr "Label saved" + +#: messages.go:125 +#, c-format +msgid "%d files uploaded in %d s" +msgstr "%d files uploaded in %d s" + +#: messages.go:126 +msgid "Selection archived" +msgstr "Selection archived" + +#: messages.go:127 +msgid "Selection restored" +msgstr "Selection restored" + +#: messages.go:128 +msgid "Selection marked as private" +msgstr "Selection marked as private" + +#: messages.go:129 +msgid "Albums deleted" +msgstr "Albums deleted" + +#: messages.go:130 +#, c-format +msgid "Zip created in %d s" +msgstr "Zip created in %d s" diff --git a/assets/locales/fr/default.mo b/assets/locales/fr/default.mo new file mode 100644 index 000000000..5d038d764 Binary files /dev/null and b/assets/locales/fr/default.mo differ diff --git a/assets/locales/fr/default.po b/assets/locales/fr/default.po new file mode 100644 index 000000000..3ef92f22b --- /dev/null +++ b/assets/locales/fr/default.po @@ -0,0 +1,271 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-20 09:48+0000\n" +"PO-Revision-Date: 2020-07-21 07:55+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: messages.go:69 +msgid "Unexpected error, please try again" +msgstr "Erreur imprévue, veuillez recommencer" + +#: messages.go:70 +msgid "Invalid request" +msgstr "Requête incorrecte" + +#: messages.go:71 +msgid "Changes could not be saved" +msgstr "Les modifications n'ont pas pu être sauvegardées" + +#: messages.go:72 +msgid "Could not be deleted" +msgstr "N'a pu être supprimé" + +#: messages.go:73 +#, c-format +msgid "%s already exists" +msgstr "%s existe déjà" + +#: messages.go:74 messages.go:77 +msgid "Not found on server, deleted?" +msgstr "Non trouvé sur le serveur. Supprimé?" + +#: messages.go:75 +msgid "File not found" +msgstr "Fichier non trouvé" + +#: messages.go:76 +msgid "Selection not found" +msgstr "Sélection non trouvée" + +#: messages.go:78 +msgid "Account not found" +msgstr "Compte non trouvé" + +#: messages.go:79 +msgid "User not found" +msgstr "Utilisateur non trouvé" + +#: messages.go:80 +msgid "Label not found" +msgstr "Étiquette non trouvée" + +#: messages.go:81 +msgid "Album not found" +msgstr "Album non trouvé" + +#: messages.go:82 +msgid "Not available in public mode" +msgstr "Non disponible en mode public" + +#: messages.go:83 +msgid "not available in read-only mode" +msgstr "non disponible en mode lecture seule" + +#: messages.go:84 +msgid "Please log in and try again" +msgstr "Veuillez vous identifier et recommencer" + +#: messages.go:85 +msgid "Upload might be offensive" +msgstr "Le chargement peut être choquant" + +#: messages.go:86 +msgid "No items selected" +msgstr "Aucun élément sélectionné" + +#: messages.go:87 +msgid "Failed creating file, please check permissions" +msgstr "Échec lors de la création du fichier, veuillez vérifier les autorisations" + +#: messages.go:88 +msgid "Failed creating folder, please check permissions" +msgstr "Échec lors de la création du dossier, veuillez vérifier les autorisations" + +#: messages.go:89 +msgid "Could not connect, please try again" +msgstr "Échec lors de la connexion, veuillez réessayer" + +#: messages.go:90 +msgid "Invalid password, please try again" +msgstr "Mot de passe incorrect, veuillez réessayer" + +#: messages.go:91 +msgid "Feature disabled" +msgstr "Fonctionnalité désactivée" + +#: messages.go:92 +msgid "No labels selected" +msgstr "Aucune étiquette sélectionnée" + +#: messages.go:93 +msgid "No albums selected" +msgstr "Aucun album sélectionné" + +#: messages.go:94 +msgid "No files available for download" +msgstr "Aucun fichier disponible au téléchargement" + +#: messages.go:95 +msgid "Failed to create zip file" +msgstr "Échec de la création de l'archive zip" + +#: messages.go:98 +msgid "Changes successfully saved" +msgstr "Les modification ont bien été enregistrées" + +#: messages.go:99 +msgid "Album created" +msgstr "Album créé" + +#: messages.go:100 +msgid "Album saved" +msgstr "Album sauvegardé" + +#: messages.go:101 +#, c-format +msgid "Album %s deleted" +msgstr "Album %s supprimé" + +#: messages.go:102 +msgid "Album contents cloned" +msgstr "Le contenu de l'album a été cloné" + +#: messages.go:103 +msgid "File removed from stack" +msgstr "Fichier supprimé de la pile" + +#: messages.go:104 +#, c-format +msgid "Selection added to %s" +msgstr "Sélection ajoutée à %s" + +#: messages.go:105 +#, c-format +msgid "One entry added to %s" +msgstr "Une entrée a été ajoutée à %s" + +#: messages.go:106 +#, c-format +msgid "%d entries added to %s" +msgstr "%d entrées ont été ajoutées à %s" + +#: messages.go:107 +#, c-format +msgid "One entry removed from %s" +msgstr "Une entrée a été supprimée de %s" + +#: messages.go:108 +#, c-format +msgid "%d entries removed from %s" +msgstr "%d entrées ont été supprimées de %s" + +#: messages.go:109 +msgid "Account created" +msgstr "Compte créé" + +#: messages.go:110 +msgid "Account saved" +msgstr "Compte sauvegardé" + +#: messages.go:111 +msgid "Account deleted" +msgstr "Compte supprimé" + +#: messages.go:112 +msgid "Settings saved" +msgstr "Paramètres sauvegardés" + +#: messages.go:113 +msgid "Password changed" +msgstr "Mode de passe changé" + +#: messages.go:114 +#, c-format +msgid "Import completed in %d s" +msgstr "Importation terminée en %d s" + +#: messages.go:115 +msgid "Import canceled" +msgstr "Importation annulée" + +#: messages.go:116 +#, c-format +msgid "Indexing completed in %d s" +msgstr "Indexation terminée en %d s" + +#: messages.go:117 +#, fuzzy +msgid "Indexing originals..." +msgstr "Indexation des originaux…" + +#: messages.go:118 +#, c-format +msgid "Indexing files in %s" +msgstr "Indexation des fichiers de %s" + +#: messages.go:119 +msgid "Indexing canceled" +msgstr "Indexation annulée" + +#: messages.go:120 +#, c-format +msgid "Removed %d files and %d photos" +msgstr "Suppression de %d fichiers et %d photos" + +#: messages.go:121 +#, c-format +msgid "Moving files from %s" +msgstr "Déplacement de fichiers depuis %s" + +#: messages.go:122 +#, c-format +msgid "Copying files from %s" +msgstr "Copie de fichiers depuis %s" + +#: messages.go:123 +msgid "Labels deleted" +msgstr "Étiquettes supprimées" + +#: messages.go:124 +msgid "Label saved" +msgstr "Étiquettes sauvegardées" + +#: messages.go:125 +#, c-format +msgid "%d files uploaded in %d s" +msgstr "%d fichiers chargés en %d s" + +#: messages.go:126 +msgid "Selection archived" +msgstr "Sélection archivée" + +#: messages.go:127 +msgid "Selection restored" +msgstr "Sélection restaurée" + +#: messages.go:128 +msgid "Selection marked as private" +msgstr "Sélection marquée comme privée" + +#: messages.go:129 +msgid "Albums deleted" +msgstr "Albums supprimés" + +#: messages.go:130 +#, c-format +msgid "Zip created in %d s" +msgstr "Archive zip créée en %d s" diff --git a/assets/locales/messages.pot b/assets/locales/messages.pot new file mode 100644 index 000000000..9584304ca --- /dev/null +++ b/assets/locales/messages.pot @@ -0,0 +1,269 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-22 13:54+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: messages.go:69 +msgid "Unexpected error, please try again" +msgstr "" + +#: messages.go:70 +msgid "Invalid request" +msgstr "" + +#: messages.go:71 +msgid "Changes could not be saved" +msgstr "" + +#: messages.go:72 +msgid "Could not be deleted" +msgstr "" + +#: messages.go:73 +#, c-format +msgid "%s already exists" +msgstr "" + +#: messages.go:74 messages.go:77 +msgid "Not found on server, deleted?" +msgstr "" + +#: messages.go:75 +msgid "File not found" +msgstr "" + +#: messages.go:76 +msgid "Selection not found" +msgstr "" + +#: messages.go:78 +msgid "Account not found" +msgstr "" + +#: messages.go:79 +msgid "User not found" +msgstr "" + +#: messages.go:80 +msgid "Label not found" +msgstr "" + +#: messages.go:81 +msgid "Album not found" +msgstr "" + +#: messages.go:82 +msgid "Not available in public mode" +msgstr "" + +#: messages.go:83 +msgid "not available in read-only mode" +msgstr "" + +#: messages.go:84 +msgid "Please log in and try again" +msgstr "" + +#: messages.go:85 +msgid "Upload might be offensive" +msgstr "" + +#: messages.go:86 +msgid "No items selected" +msgstr "" + +#: messages.go:87 +msgid "Failed creating file, please check permissions" +msgstr "" + +#: messages.go:88 +msgid "Failed creating folder, please check permissions" +msgstr "" + +#: messages.go:89 +msgid "Could not connect, please try again" +msgstr "" + +#: messages.go:90 +msgid "Invalid password, please try again" +msgstr "" + +#: messages.go:91 +msgid "Feature disabled" +msgstr "" + +#: messages.go:92 +msgid "No labels selected" +msgstr "" + +#: messages.go:93 +msgid "No albums selected" +msgstr "" + +#: messages.go:94 +msgid "No files available for download" +msgstr "" + +#: messages.go:95 +msgid "Failed to create zip file" +msgstr "" + +#: messages.go:98 +msgid "Changes successfully saved" +msgstr "" + +#: messages.go:99 +msgid "Album created" +msgstr "" + +#: messages.go:100 +msgid "Album saved" +msgstr "" + +#: messages.go:101 +#, c-format +msgid "Album %s deleted" +msgstr "" + +#: messages.go:102 +msgid "Album contents cloned" +msgstr "" + +#: messages.go:103 +msgid "File removed from stack" +msgstr "" + +#: messages.go:104 +#, c-format +msgid "Selection added to %s" +msgstr "" + +#: messages.go:105 +#, c-format +msgid "One entry added to %s" +msgstr "" + +#: messages.go:106 +#, c-format +msgid "%d entries added to %s" +msgstr "" + +#: messages.go:107 +#, c-format +msgid "One entry removed from %s" +msgstr "" + +#: messages.go:108 +#, c-format +msgid "%d entries removed from %s" +msgstr "" + +#: messages.go:109 +msgid "Account created" +msgstr "" + +#: messages.go:110 +msgid "Account saved" +msgstr "" + +#: messages.go:111 +msgid "Account deleted" +msgstr "" + +#: messages.go:112 +msgid "Settings saved" +msgstr "" + +#: messages.go:113 +msgid "Password changed" +msgstr "" + +#: messages.go:114 +#, c-format +msgid "Import completed in %d s" +msgstr "" + +#: messages.go:115 +msgid "Import canceled" +msgstr "" + +#: messages.go:116 +#, c-format +msgid "Indexing completed in %d s" +msgstr "" + +#: messages.go:117 +msgid "Indexing originals..." +msgstr "" + +#: messages.go:118 +#, c-format +msgid "Indexing files in %s" +msgstr "" + +#: messages.go:119 +msgid "Indexing canceled" +msgstr "" + +#: messages.go:120 +#, c-format +msgid "Removed %d files and %d photos" +msgstr "" + +#: messages.go:121 +#, c-format +msgid "Moving files from %s" +msgstr "" + +#: messages.go:122 +#, c-format +msgid "Copying files from %s" +msgstr "" + +#: messages.go:123 +msgid "Labels deleted" +msgstr "" + +#: messages.go:124 +msgid "Label saved" +msgstr "" + +#: messages.go:125 +#, c-format +msgid "%d files uploaded in %d s" +msgstr "" + +#: messages.go:126 +msgid "Selection archived" +msgstr "" + +#: messages.go:127 +msgid "Selection restored" +msgstr "" + +#: messages.go:128 +msgid "Selection marked as private" +msgstr "" + +#: messages.go:129 +msgid "Albums deleted" +msgstr "" + +#: messages.go:130 +#, c-format +msgid "Zip created in %d s" +msgstr "" diff --git a/assets/locales/pl/default.mo b/assets/locales/pl/default.mo new file mode 100644 index 000000000..db4e19e81 Binary files /dev/null and b/assets/locales/pl/default.mo differ diff --git a/assets/locales/pl/default.po b/assets/locales/pl/default.po new file mode 100644 index 000000000..ffd718630 --- /dev/null +++ b/assets/locales/pl/default.po @@ -0,0 +1,270 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-14 19:44+0000\n" +"PO-Revision-Date: 2020-07-15 00:22+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3.1\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Language: pl\n" + +#: messages.go:69 +msgid "Unexpected error, please try again" +msgstr "Nieoczekiwany błąd, spróbuj ponownie" + +#: messages.go:70 +msgid "Invalid request" +msgstr "Nieprawidłowe żądanie" + +#: messages.go:71 +msgid "Changes could not be saved" +msgstr "Nie można zapisać zmian" + +#: messages.go:72 +msgid "Could not be deleted" +msgstr "Nie można usunąć" + +#: messages.go:73 +#, c-format +msgid "%s already exists" +msgstr "%s już istnieje" + +#: messages.go:74 messages.go:77 +msgid "Not found on server, deleted?" +msgstr "Nie znaleziono na serwerze, usunięte?" + +#: messages.go:75 +msgid "File not found" +msgstr "Nie znaleziono pliku" + +#: messages.go:76 +msgid "Selection not found" +msgstr "Nie znaleziono wyboru" + +#: messages.go:78 +msgid "Account not found" +msgstr "Konto nie znalezione" + +#: messages.go:79 +msgid "User not found" +msgstr "Użytkownik nie znaleziony" + +#: messages.go:80 +msgid "Label not found" +msgstr "Nie znaleziono etykiety" + +#: messages.go:81 +msgid "Album not found" +msgstr "Album nie został znaleziony" + +#: messages.go:82 +msgid "Not available in public mode" +msgstr "Niedostępne w trybie publicznym" + +#: messages.go:83 +msgid "not available in read-only mode" +msgstr "niedostępne w trybie tylko do odczytu" + +#: messages.go:84 +msgid "Please log in and try again" +msgstr "Zaloguj się i spróbuj ponownie" + +#: messages.go:85 +msgid "Upload might be offensive" +msgstr "Przesyłanie może być obraźliwe" + +#: messages.go:86 +msgid "No items selected" +msgstr "Nie wybrano żadnych elementów" + +#: messages.go:87 +msgid "Failed creating file, please check permissions" +msgstr "Nie udało się utworzyć pliku, sprawdź uprawnienia" + +#: messages.go:88 +msgid "Failed creating folder, please check permissions" +msgstr "Nie udało się utworzyć folderu, sprawdź uprawnienia" + +#: messages.go:89 +msgid "Could not connect, please try again" +msgstr "Nie można się połączyć, spróbuj ponownie" + +#: messages.go:90 +msgid "Invalid password, please try again" +msgstr "Hasło nieprawidłowe, spróbuj ponownie" + +#: messages.go:91 +msgid "Feature disabled" +msgstr "Funkcja wyłączona" + +#: messages.go:92 +msgid "No labels selected" +msgstr "Nie wybrano żadnych etykiet" + +#: messages.go:93 +msgid "No albums selected" +msgstr "Nie wybrano albumów" + +#: messages.go:94 +msgid "No files available for download" +msgstr "Brak plików do pobrania" + +#: messages.go:95 +msgid "Failed to create zip file" +msgstr "Nie udało się utworzyć pliku zip" + +#: messages.go:98 +msgid "Changes successfully saved" +msgstr "Zmiany zostały pomyślnie zapisane" + +#: messages.go:99 +msgid "Album created" +msgstr "Album został utworzony" + +#: messages.go:100 +msgid "Album saved" +msgstr "Album został zapisany" + +#: messages.go:101 +#, c-format +msgid "Album %s deleted" +msgstr "Album %s usunięto" + +#: messages.go:102 +msgid "Album contents cloned" +msgstr "Sklonowano zawartość albumu" + +#: messages.go:103 +msgid "File removed from stack" +msgstr "Plik został rozgrupowany" + +#: messages.go:104 +#, c-format +msgid "Selection added to %s" +msgstr "Wybór dodany do %s" + +#: messages.go:105 +#, c-format +msgid "One entry added to %s" +msgstr "Dodano jeden wpis do %s" + +#: messages.go:106 +#, c-format +msgid "%d entries added to %s" +msgstr "%d wpisy dodane do %s" + +#: messages.go:107 +#, c-format +msgid "One entry removed from %s" +msgstr "Usunięto jeden wpis z %s" + +#: messages.go:108 +#, c-format +msgid "%d entries removed from %s" +msgstr "%d wpisy usunięte z %s" + +#: messages.go:109 +msgid "Account created" +msgstr "Konto utworzone" + +#: messages.go:110 +msgid "Account saved" +msgstr "Konto zapisane" + +#: messages.go:111 +msgid "Account deleted" +msgstr "Konto usunięte" + +#: messages.go:112 +msgid "Settings saved" +msgstr "Ustawienia zapisane" + +#: messages.go:113 +msgid "Password changed" +msgstr "Hasło zostało zmienione" + +#: messages.go:114 +#, c-format +msgid "Import completed in %d s" +msgstr "Import zakończony w %d s" + +#: messages.go:115 +msgid "Import canceled" +msgstr "Import został anulowany" + +#: messages.go:116 +#, c-format +msgid "Indexing completed in %d s" +msgstr "Indeksowanie zakończone w %d s" + +#: messages.go:117 +msgid "Indexing originals..." +msgstr "Indeksowanie oryginałów…" + +#: messages.go:118 +#, c-format +msgid "Indexing files in %s" +msgstr "Indeksowanie plików w %s" + +#: messages.go:119 +msgid "Indexing canceled" +msgstr "Indeksowanie anulowane" + +#: messages.go:120 +#, c-format +msgid "Removed %d files and %d photos" +msgstr "Usunięto %d plików i %d zdjęć" + +#: messages.go:121 +#, c-format +msgid "Moving files from %s" +msgstr "Przenoszenie plików z %s" + +#: messages.go:122 +#, c-format +msgid "Copying files from %s" +msgstr "Kopiowanie plików z %s" + +#: messages.go:123 +msgid "Labels deleted" +msgstr "Usunięto etykiety" + +#: messages.go:124 +msgid "Label saved" +msgstr "Etykieta zapisana" + +#: messages.go:125 +#, c-format +msgid "%d files uploaded in %d s" +msgstr "%d files uploaded in %d s" + +#: messages.go:126 +msgid "Selection archived" +msgstr "Wybór zarchiwizowany" + +#: messages.go:127 +msgid "Selection restored" +msgstr "Wybór został przywrócony" + +#: messages.go:128 +msgid "Selection marked as private" +msgstr "Wybór oznaczony jako prywatny" + +#: messages.go:129 +msgid "Albums deleted" +msgstr "Albumy zostały usunięte" + +#: messages.go:130 +#, c-format +msgid "Zip created in %d s" +msgstr "Zip utworzony w %d s" diff --git a/assets/photos/.gitignore b/assets/photos/.gitignore deleted file mode 100644 index c96a04f00..000000000 --- a/assets/photos/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file diff --git a/assets/resources/static/build/.gitignore b/assets/resources/static/build/.gitignore deleted file mode 100644 index c96a04f00..000000000 --- a/assets/resources/static/build/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file diff --git a/assets/resources/static/favicons/favicon.ico b/assets/resources/static/favicons/favicon.ico deleted file mode 100644 index 15f39979a..000000000 Binary files a/assets/resources/static/favicons/favicon.ico and /dev/null differ diff --git a/assets/resources/static/favicons/favicon.png b/assets/resources/static/favicons/favicon.png deleted file mode 100644 index 3b1876353..000000000 Binary files a/assets/resources/static/favicons/favicon.png and /dev/null differ diff --git a/assets/resources/static/img/logo.png b/assets/resources/static/img/logo.png deleted file mode 100644 index 15e06c974..000000000 Binary files a/assets/resources/static/img/logo.png and /dev/null differ diff --git a/assets/resources/static/manifest.json b/assets/resources/static/manifest.json deleted file mode 100644 index d75e10adf..000000000 --- a/assets/resources/static/manifest.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "short_name": "PhotoPrism", - "name": "PhotoPrism", - "icons": [ - { - "src": "/static/favicons/favicon.png", - "sizes": "723x729", - "type": "image/png" - } - ], - "scope": "/", - "start_url": "/photos", - "display": "standalone", - "orientation": "portrait", - "theme_color": "#333333", - "background_color": "#333333" -} diff --git a/assets/resources/templates/index.tmpl b/assets/resources/templates/index.tmpl deleted file mode 100644 index b5950eeed..000000000 --- a/assets/resources/templates/index.tmpl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - {{ .clientConfig.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- -
- - - - diff --git a/assets/resources/templates/minimal.tmpl b/assets/resources/templates/minimal.tmpl deleted file mode 100644 index 888f8137d..000000000 --- a/assets/resources/templates/minimal.tmpl +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - {{ .clientConfig.title }} - - - - - - - - - - - - - -
-
-
-
- -
- - - - diff --git a/assets/static/brands/500px.svg b/assets/static/brands/500px.svg new file mode 100644 index 000000000..d872f24a0 --- /dev/null +++ b/assets/static/brands/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/accessible-icon.svg b/assets/static/brands/accessible-icon.svg new file mode 100644 index 000000000..725b9028c --- /dev/null +++ b/assets/static/brands/accessible-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/accusoft.svg b/assets/static/brands/accusoft.svg new file mode 100644 index 000000000..7be2e628e --- /dev/null +++ b/assets/static/brands/accusoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/acquisitions-incorporated.svg b/assets/static/brands/acquisitions-incorporated.svg new file mode 100644 index 000000000..0a2254856 --- /dev/null +++ b/assets/static/brands/acquisitions-incorporated.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/adn.svg b/assets/static/brands/adn.svg new file mode 100644 index 000000000..ee285395f --- /dev/null +++ b/assets/static/brands/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/adobe.svg b/assets/static/brands/adobe.svg new file mode 100644 index 000000000..27030e6bd --- /dev/null +++ b/assets/static/brands/adobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/adversal.svg b/assets/static/brands/adversal.svg new file mode 100644 index 000000000..125dd5019 --- /dev/null +++ b/assets/static/brands/adversal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/affiliatetheme.svg b/assets/static/brands/affiliatetheme.svg new file mode 100644 index 000000000..d5dd4e8e8 --- /dev/null +++ b/assets/static/brands/affiliatetheme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/airbnb.svg b/assets/static/brands/airbnb.svg new file mode 100644 index 000000000..b3ca9d6b9 --- /dev/null +++ b/assets/static/brands/airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/algolia.svg b/assets/static/brands/algolia.svg new file mode 100644 index 000000000..979d7cd71 --- /dev/null +++ b/assets/static/brands/algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/alipay.svg b/assets/static/brands/alipay.svg new file mode 100644 index 000000000..de341fbc5 --- /dev/null +++ b/assets/static/brands/alipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/amazon-pay.svg b/assets/static/brands/amazon-pay.svg new file mode 100644 index 000000000..5c90ad763 --- /dev/null +++ b/assets/static/brands/amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/amazon.svg b/assets/static/brands/amazon.svg new file mode 100644 index 000000000..642fdb2d9 --- /dev/null +++ b/assets/static/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/amilia.svg b/assets/static/brands/amilia.svg new file mode 100644 index 000000000..48c693c97 --- /dev/null +++ b/assets/static/brands/amilia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/android.svg b/assets/static/brands/android.svg new file mode 100644 index 000000000..da3cfeb7e --- /dev/null +++ b/assets/static/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/angellist.svg b/assets/static/brands/angellist.svg new file mode 100644 index 000000000..422885c2f --- /dev/null +++ b/assets/static/brands/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/angrycreative.svg b/assets/static/brands/angrycreative.svg new file mode 100644 index 000000000..b2624691c --- /dev/null +++ b/assets/static/brands/angrycreative.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/angular.svg b/assets/static/brands/angular.svg new file mode 100644 index 000000000..9948fb757 --- /dev/null +++ b/assets/static/brands/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/app-store-ios.svg b/assets/static/brands/app-store-ios.svg new file mode 100644 index 000000000..12fc84843 --- /dev/null +++ b/assets/static/brands/app-store-ios.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/app-store.svg b/assets/static/brands/app-store.svg new file mode 100644 index 000000000..52e04a60e --- /dev/null +++ b/assets/static/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/apper.svg b/assets/static/brands/apper.svg new file mode 100644 index 000000000..f986f504a --- /dev/null +++ b/assets/static/brands/apper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/apple-pay.svg b/assets/static/brands/apple-pay.svg new file mode 100644 index 000000000..5d3145ada --- /dev/null +++ b/assets/static/brands/apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/apple.svg b/assets/static/brands/apple.svg new file mode 100644 index 000000000..e24ed63ea --- /dev/null +++ b/assets/static/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/artstation.svg b/assets/static/brands/artstation.svg new file mode 100644 index 000000000..cc08b02c9 --- /dev/null +++ b/assets/static/brands/artstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/asymmetrik.svg b/assets/static/brands/asymmetrik.svg new file mode 100644 index 000000000..ef4729624 --- /dev/null +++ b/assets/static/brands/asymmetrik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/atlassian.svg b/assets/static/brands/atlassian.svg new file mode 100644 index 000000000..c07561e7d --- /dev/null +++ b/assets/static/brands/atlassian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/audible.svg b/assets/static/brands/audible.svg new file mode 100644 index 000000000..7ee5aef8a --- /dev/null +++ b/assets/static/brands/audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/autoprefixer.svg b/assets/static/brands/autoprefixer.svg new file mode 100644 index 000000000..912dee1b3 --- /dev/null +++ b/assets/static/brands/autoprefixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/avianex.svg b/assets/static/brands/avianex.svg new file mode 100644 index 000000000..409530967 --- /dev/null +++ b/assets/static/brands/avianex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/aviato.svg b/assets/static/brands/aviato.svg new file mode 100644 index 000000000..064e04449 --- /dev/null +++ b/assets/static/brands/aviato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/aws.svg b/assets/static/brands/aws.svg new file mode 100644 index 000000000..ea1def3f8 --- /dev/null +++ b/assets/static/brands/aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bandcamp.svg b/assets/static/brands/bandcamp.svg new file mode 100644 index 000000000..87268c922 --- /dev/null +++ b/assets/static/brands/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/battle-net.svg b/assets/static/brands/battle-net.svg new file mode 100644 index 000000000..a4716898c --- /dev/null +++ b/assets/static/brands/battle-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/behance-square.svg b/assets/static/brands/behance-square.svg new file mode 100644 index 000000000..2d9e08bfc --- /dev/null +++ b/assets/static/brands/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/behance.svg b/assets/static/brands/behance.svg new file mode 100644 index 000000000..73e946774 --- /dev/null +++ b/assets/static/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bimobject.svg b/assets/static/brands/bimobject.svg new file mode 100644 index 000000000..b708fdea9 --- /dev/null +++ b/assets/static/brands/bimobject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bitbucket.svg b/assets/static/brands/bitbucket.svg new file mode 100644 index 000000000..2f70ac0d6 --- /dev/null +++ b/assets/static/brands/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bitcoin.svg b/assets/static/brands/bitcoin.svg new file mode 100644 index 000000000..3a0e098d0 --- /dev/null +++ b/assets/static/brands/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bity.svg b/assets/static/brands/bity.svg new file mode 100644 index 000000000..cf6c63d9b --- /dev/null +++ b/assets/static/brands/bity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/black-tie.svg b/assets/static/brands/black-tie.svg new file mode 100644 index 000000000..36f3eb79e --- /dev/null +++ b/assets/static/brands/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/blackberry.svg b/assets/static/brands/blackberry.svg new file mode 100644 index 000000000..d83088658 --- /dev/null +++ b/assets/static/brands/blackberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/blogger-b.svg b/assets/static/brands/blogger-b.svg new file mode 100644 index 000000000..c313b5212 --- /dev/null +++ b/assets/static/brands/blogger-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/blogger.svg b/assets/static/brands/blogger.svg new file mode 100644 index 000000000..7707557e4 --- /dev/null +++ b/assets/static/brands/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bluetooth-b.svg b/assets/static/brands/bluetooth-b.svg new file mode 100644 index 000000000..d6e3a5e12 --- /dev/null +++ b/assets/static/brands/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bluetooth.svg b/assets/static/brands/bluetooth.svg new file mode 100644 index 000000000..aad75a381 --- /dev/null +++ b/assets/static/brands/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/bootstrap.svg b/assets/static/brands/bootstrap.svg new file mode 100644 index 000000000..6d0ed4f57 --- /dev/null +++ b/assets/static/brands/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/btc.svg b/assets/static/brands/btc.svg new file mode 100644 index 000000000..45e65158d --- /dev/null +++ b/assets/static/brands/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/buffer.svg b/assets/static/brands/buffer.svg new file mode 100644 index 000000000..91cfe03f4 --- /dev/null +++ b/assets/static/brands/buffer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/buromobelexperte.svg b/assets/static/brands/buromobelexperte.svg new file mode 100644 index 000000000..f419c9091 --- /dev/null +++ b/assets/static/brands/buromobelexperte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/buy-n-large.svg b/assets/static/brands/buy-n-large.svg new file mode 100644 index 000000000..4be604df9 --- /dev/null +++ b/assets/static/brands/buy-n-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/buysellads.svg b/assets/static/brands/buysellads.svg new file mode 100644 index 000000000..5bb292db5 --- /dev/null +++ b/assets/static/brands/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/canadian-maple-leaf.svg b/assets/static/brands/canadian-maple-leaf.svg new file mode 100644 index 000000000..ca96f7c46 --- /dev/null +++ b/assets/static/brands/canadian-maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-amazon-pay.svg b/assets/static/brands/cc-amazon-pay.svg new file mode 100644 index 000000000..7a9866914 --- /dev/null +++ b/assets/static/brands/cc-amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-amex.svg b/assets/static/brands/cc-amex.svg new file mode 100644 index 000000000..7d4351542 --- /dev/null +++ b/assets/static/brands/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-apple-pay.svg b/assets/static/brands/cc-apple-pay.svg new file mode 100644 index 000000000..a8a56ed58 --- /dev/null +++ b/assets/static/brands/cc-apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-diners-club.svg b/assets/static/brands/cc-diners-club.svg new file mode 100644 index 000000000..7ade2bb53 --- /dev/null +++ b/assets/static/brands/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-discover.svg b/assets/static/brands/cc-discover.svg new file mode 100644 index 000000000..2b780e4e4 --- /dev/null +++ b/assets/static/brands/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-jcb.svg b/assets/static/brands/cc-jcb.svg new file mode 100644 index 000000000..8671a8844 --- /dev/null +++ b/assets/static/brands/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-mastercard.svg b/assets/static/brands/cc-mastercard.svg new file mode 100644 index 000000000..af0753ea1 --- /dev/null +++ b/assets/static/brands/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-paypal.svg b/assets/static/brands/cc-paypal.svg new file mode 100644 index 000000000..6ca920055 --- /dev/null +++ b/assets/static/brands/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-stripe.svg b/assets/static/brands/cc-stripe.svg new file mode 100644 index 000000000..5cb2a8d21 --- /dev/null +++ b/assets/static/brands/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cc-visa.svg b/assets/static/brands/cc-visa.svg new file mode 100644 index 000000000..b5cb29a20 --- /dev/null +++ b/assets/static/brands/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/centercode.svg b/assets/static/brands/centercode.svg new file mode 100644 index 000000000..440b9c83a --- /dev/null +++ b/assets/static/brands/centercode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/centos.svg b/assets/static/brands/centos.svg new file mode 100644 index 000000000..72b5f2031 --- /dev/null +++ b/assets/static/brands/centos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/chrome.svg b/assets/static/brands/chrome.svg new file mode 100644 index 000000000..5ea90d91b --- /dev/null +++ b/assets/static/brands/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/chromecast.svg b/assets/static/brands/chromecast.svg new file mode 100644 index 000000000..bb04abbd5 --- /dev/null +++ b/assets/static/brands/chromecast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cloudscale.svg b/assets/static/brands/cloudscale.svg new file mode 100644 index 000000000..9ad2a4055 --- /dev/null +++ b/assets/static/brands/cloudscale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cloudsmith.svg b/assets/static/brands/cloudsmith.svg new file mode 100644 index 000000000..bd2d47041 --- /dev/null +++ b/assets/static/brands/cloudsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cloudversify.svg b/assets/static/brands/cloudversify.svg new file mode 100644 index 000000000..4ed2518d1 --- /dev/null +++ b/assets/static/brands/cloudversify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/codepen.svg b/assets/static/brands/codepen.svg new file mode 100644 index 000000000..325853708 --- /dev/null +++ b/assets/static/brands/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/codiepie.svg b/assets/static/brands/codiepie.svg new file mode 100644 index 000000000..dc7579c07 --- /dev/null +++ b/assets/static/brands/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/confluence.svg b/assets/static/brands/confluence.svg new file mode 100644 index 000000000..ffeb92397 --- /dev/null +++ b/assets/static/brands/confluence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/connectdevelop.svg b/assets/static/brands/connectdevelop.svg new file mode 100644 index 000000000..d665edc33 --- /dev/null +++ b/assets/static/brands/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/contao.svg b/assets/static/brands/contao.svg new file mode 100644 index 000000000..a08f60aff --- /dev/null +++ b/assets/static/brands/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cotton-bureau.svg b/assets/static/brands/cotton-bureau.svg new file mode 100644 index 000000000..e2a4ad966 --- /dev/null +++ b/assets/static/brands/cotton-bureau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cpanel.svg b/assets/static/brands/cpanel.svg new file mode 100644 index 000000000..c95511c16 --- /dev/null +++ b/assets/static/brands/cpanel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-by.svg b/assets/static/brands/creative-commons-by.svg new file mode 100644 index 000000000..5432986b9 --- /dev/null +++ b/assets/static/brands/creative-commons-by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-nc-eu.svg b/assets/static/brands/creative-commons-nc-eu.svg new file mode 100644 index 000000000..539c7d603 --- /dev/null +++ b/assets/static/brands/creative-commons-nc-eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-nc-jp.svg b/assets/static/brands/creative-commons-nc-jp.svg new file mode 100644 index 000000000..a8d89b19e --- /dev/null +++ b/assets/static/brands/creative-commons-nc-jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-nc.svg b/assets/static/brands/creative-commons-nc.svg new file mode 100644 index 000000000..abb1577ad --- /dev/null +++ b/assets/static/brands/creative-commons-nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-nd.svg b/assets/static/brands/creative-commons-nd.svg new file mode 100644 index 000000000..07b5fde4b --- /dev/null +++ b/assets/static/brands/creative-commons-nd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-pd-alt.svg b/assets/static/brands/creative-commons-pd-alt.svg new file mode 100644 index 000000000..d36218423 --- /dev/null +++ b/assets/static/brands/creative-commons-pd-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-pd.svg b/assets/static/brands/creative-commons-pd.svg new file mode 100644 index 000000000..884fbd02a --- /dev/null +++ b/assets/static/brands/creative-commons-pd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-remix.svg b/assets/static/brands/creative-commons-remix.svg new file mode 100644 index 000000000..70ced8946 --- /dev/null +++ b/assets/static/brands/creative-commons-remix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-sa.svg b/assets/static/brands/creative-commons-sa.svg new file mode 100644 index 000000000..c9f41f8f6 --- /dev/null +++ b/assets/static/brands/creative-commons-sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-sampling-plus.svg b/assets/static/brands/creative-commons-sampling-plus.svg new file mode 100644 index 000000000..c06a1cd51 --- /dev/null +++ b/assets/static/brands/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-sampling.svg b/assets/static/brands/creative-commons-sampling.svg new file mode 100644 index 000000000..40a20c652 --- /dev/null +++ b/assets/static/brands/creative-commons-sampling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-share.svg b/assets/static/brands/creative-commons-share.svg new file mode 100644 index 000000000..afef40ad4 --- /dev/null +++ b/assets/static/brands/creative-commons-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons-zero.svg b/assets/static/brands/creative-commons-zero.svg new file mode 100644 index 000000000..a67d78980 --- /dev/null +++ b/assets/static/brands/creative-commons-zero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/creative-commons.svg b/assets/static/brands/creative-commons.svg new file mode 100644 index 000000000..e24a68f65 --- /dev/null +++ b/assets/static/brands/creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/critical-role.svg b/assets/static/brands/critical-role.svg new file mode 100644 index 000000000..cbfc80833 --- /dev/null +++ b/assets/static/brands/critical-role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/css3-alt.svg b/assets/static/brands/css3-alt.svg new file mode 100644 index 000000000..544362a13 --- /dev/null +++ b/assets/static/brands/css3-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/css3.svg b/assets/static/brands/css3.svg new file mode 100644 index 000000000..5ea43eda3 --- /dev/null +++ b/assets/static/brands/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/cuttlefish.svg b/assets/static/brands/cuttlefish.svg new file mode 100644 index 000000000..92f20d8ea --- /dev/null +++ b/assets/static/brands/cuttlefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/d-and-d-beyond.svg b/assets/static/brands/d-and-d-beyond.svg new file mode 100644 index 000000000..195c6e9b5 --- /dev/null +++ b/assets/static/brands/d-and-d-beyond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/d-and-d.svg b/assets/static/brands/d-and-d.svg new file mode 100644 index 000000000..9411ae036 --- /dev/null +++ b/assets/static/brands/d-and-d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dailymotion.svg b/assets/static/brands/dailymotion.svg new file mode 100644 index 000000000..45ec4d277 --- /dev/null +++ b/assets/static/brands/dailymotion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dashcube.svg b/assets/static/brands/dashcube.svg new file mode 100644 index 000000000..c31239b23 --- /dev/null +++ b/assets/static/brands/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/deezer.svg b/assets/static/brands/deezer.svg new file mode 100644 index 000000000..f4999eb56 --- /dev/null +++ b/assets/static/brands/deezer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/delicious.svg b/assets/static/brands/delicious.svg new file mode 100644 index 000000000..f20775421 --- /dev/null +++ b/assets/static/brands/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/deploydog.svg b/assets/static/brands/deploydog.svg new file mode 100644 index 000000000..c9764e801 --- /dev/null +++ b/assets/static/brands/deploydog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/deskpro.svg b/assets/static/brands/deskpro.svg new file mode 100644 index 000000000..48ad26998 --- /dev/null +++ b/assets/static/brands/deskpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dev.svg b/assets/static/brands/dev.svg new file mode 100644 index 000000000..399017f56 --- /dev/null +++ b/assets/static/brands/dev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/deviantart.svg b/assets/static/brands/deviantart.svg new file mode 100644 index 000000000..017804bc7 --- /dev/null +++ b/assets/static/brands/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dhl.svg b/assets/static/brands/dhl.svg new file mode 100644 index 000000000..cc62f97d4 --- /dev/null +++ b/assets/static/brands/dhl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/diaspora.svg b/assets/static/brands/diaspora.svg new file mode 100644 index 000000000..edd3ace0d --- /dev/null +++ b/assets/static/brands/diaspora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/digg.svg b/assets/static/brands/digg.svg new file mode 100644 index 000000000..9c580fb0e --- /dev/null +++ b/assets/static/brands/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/digital-ocean.svg b/assets/static/brands/digital-ocean.svg new file mode 100644 index 000000000..861def5bb --- /dev/null +++ b/assets/static/brands/digital-ocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/discord.svg b/assets/static/brands/discord.svg new file mode 100644 index 000000000..650fe8f01 --- /dev/null +++ b/assets/static/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/discourse.svg b/assets/static/brands/discourse.svg new file mode 100644 index 000000000..874039759 --- /dev/null +++ b/assets/static/brands/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dochub.svg b/assets/static/brands/dochub.svg new file mode 100644 index 000000000..c336088d4 --- /dev/null +++ b/assets/static/brands/dochub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/docker.svg b/assets/static/brands/docker.svg new file mode 100644 index 000000000..c4b131982 --- /dev/null +++ b/assets/static/brands/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/draft2digital.svg b/assets/static/brands/draft2digital.svg new file mode 100644 index 000000000..37207200f --- /dev/null +++ b/assets/static/brands/draft2digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dribbble-square.svg b/assets/static/brands/dribbble-square.svg new file mode 100644 index 000000000..147f5aee6 --- /dev/null +++ b/assets/static/brands/dribbble-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dribbble.svg b/assets/static/brands/dribbble.svg new file mode 100644 index 000000000..165c90aff --- /dev/null +++ b/assets/static/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dropbox.svg b/assets/static/brands/dropbox.svg new file mode 100644 index 000000000..cbc4787b7 --- /dev/null +++ b/assets/static/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/drupal.svg b/assets/static/brands/drupal.svg new file mode 100644 index 000000000..09a90aeeb --- /dev/null +++ b/assets/static/brands/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/dyalog.svg b/assets/static/brands/dyalog.svg new file mode 100644 index 000000000..40a59c736 --- /dev/null +++ b/assets/static/brands/dyalog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/earlybirds.svg b/assets/static/brands/earlybirds.svg new file mode 100644 index 000000000..42c9f51f1 --- /dev/null +++ b/assets/static/brands/earlybirds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ebay.svg b/assets/static/brands/ebay.svg new file mode 100644 index 000000000..fe79f933f --- /dev/null +++ b/assets/static/brands/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/edge-legacy.svg b/assets/static/brands/edge-legacy.svg new file mode 100644 index 000000000..69245a143 --- /dev/null +++ b/assets/static/brands/edge-legacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/edge.svg b/assets/static/brands/edge.svg new file mode 100644 index 000000000..f4a91ecfa --- /dev/null +++ b/assets/static/brands/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/elementor.svg b/assets/static/brands/elementor.svg new file mode 100644 index 000000000..da050213b --- /dev/null +++ b/assets/static/brands/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ello.svg b/assets/static/brands/ello.svg new file mode 100644 index 000000000..4cc8b0754 --- /dev/null +++ b/assets/static/brands/ello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ember.svg b/assets/static/brands/ember.svg new file mode 100644 index 000000000..69b717614 --- /dev/null +++ b/assets/static/brands/ember.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/empire.svg b/assets/static/brands/empire.svg new file mode 100644 index 000000000..b000c8e07 --- /dev/null +++ b/assets/static/brands/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/envira.svg b/assets/static/brands/envira.svg new file mode 100644 index 000000000..92aee1438 --- /dev/null +++ b/assets/static/brands/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/erlang.svg b/assets/static/brands/erlang.svg new file mode 100644 index 000000000..01e29ac92 --- /dev/null +++ b/assets/static/brands/erlang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ethereum.svg b/assets/static/brands/ethereum.svg new file mode 100644 index 000000000..fce0031ad --- /dev/null +++ b/assets/static/brands/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/etsy.svg b/assets/static/brands/etsy.svg new file mode 100644 index 000000000..1dc363414 --- /dev/null +++ b/assets/static/brands/etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/evernote.svg b/assets/static/brands/evernote.svg new file mode 100644 index 000000000..f1cc8cb98 --- /dev/null +++ b/assets/static/brands/evernote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/expeditedssl.svg b/assets/static/brands/expeditedssl.svg new file mode 100644 index 000000000..a5c29368c --- /dev/null +++ b/assets/static/brands/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/facebook-f.svg b/assets/static/brands/facebook-f.svg new file mode 100644 index 000000000..40d4f1c26 --- /dev/null +++ b/assets/static/brands/facebook-f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/facebook-messenger.svg b/assets/static/brands/facebook-messenger.svg new file mode 100644 index 000000000..309d71060 --- /dev/null +++ b/assets/static/brands/facebook-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/facebook-square.svg b/assets/static/brands/facebook-square.svg new file mode 100644 index 000000000..0de47eb31 --- /dev/null +++ b/assets/static/brands/facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/facebook.svg b/assets/static/brands/facebook.svg new file mode 100644 index 000000000..6e23a941a --- /dev/null +++ b/assets/static/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fantasy-flight-games.svg b/assets/static/brands/fantasy-flight-games.svg new file mode 100644 index 000000000..23a640169 --- /dev/null +++ b/assets/static/brands/fantasy-flight-games.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fedex.svg b/assets/static/brands/fedex.svg new file mode 100644 index 000000000..bcea5e544 --- /dev/null +++ b/assets/static/brands/fedex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fedora.svg b/assets/static/brands/fedora.svg new file mode 100644 index 000000000..798af6e0b --- /dev/null +++ b/assets/static/brands/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/figma.svg b/assets/static/brands/figma.svg new file mode 100644 index 000000000..b46cf0eaf --- /dev/null +++ b/assets/static/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/firefox-browser.svg b/assets/static/brands/firefox-browser.svg new file mode 100644 index 000000000..4f90a53c9 --- /dev/null +++ b/assets/static/brands/firefox-browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/firefox.svg b/assets/static/brands/firefox.svg new file mode 100644 index 000000000..a01c4e567 --- /dev/null +++ b/assets/static/brands/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/first-order-alt.svg b/assets/static/brands/first-order-alt.svg new file mode 100644 index 000000000..1279395bd --- /dev/null +++ b/assets/static/brands/first-order-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/first-order.svg b/assets/static/brands/first-order.svg new file mode 100644 index 000000000..527e4a5a9 --- /dev/null +++ b/assets/static/brands/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/firstdraft.svg b/assets/static/brands/firstdraft.svg new file mode 100644 index 000000000..c2bcd3124 --- /dev/null +++ b/assets/static/brands/firstdraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/flickr.svg b/assets/static/brands/flickr.svg new file mode 100644 index 000000000..15dcfc6c6 --- /dev/null +++ b/assets/static/brands/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/flipboard.svg b/assets/static/brands/flipboard.svg new file mode 100644 index 000000000..866f82fdd --- /dev/null +++ b/assets/static/brands/flipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fly.svg b/assets/static/brands/fly.svg new file mode 100644 index 000000000..69ee5c7b7 --- /dev/null +++ b/assets/static/brands/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/font-awesome-alt.svg b/assets/static/brands/font-awesome-alt.svg new file mode 100644 index 000000000..f80146ae9 --- /dev/null +++ b/assets/static/brands/font-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/font-awesome-flag.svg b/assets/static/brands/font-awesome-flag.svg new file mode 100644 index 000000000..9f0b7a480 --- /dev/null +++ b/assets/static/brands/font-awesome-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/font-awesome-logo-full.svg b/assets/static/brands/font-awesome-logo-full.svg new file mode 100644 index 000000000..06b75a4d0 --- /dev/null +++ b/assets/static/brands/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/font-awesome.svg b/assets/static/brands/font-awesome.svg new file mode 100644 index 000000000..8c1d44528 --- /dev/null +++ b/assets/static/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fonticons-fi.svg b/assets/static/brands/fonticons-fi.svg new file mode 100644 index 000000000..e654422ce --- /dev/null +++ b/assets/static/brands/fonticons-fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fonticons.svg b/assets/static/brands/fonticons.svg new file mode 100644 index 000000000..b9e2de549 --- /dev/null +++ b/assets/static/brands/fonticons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fort-awesome-alt.svg b/assets/static/brands/fort-awesome-alt.svg new file mode 100644 index 000000000..bc6d0c24e --- /dev/null +++ b/assets/static/brands/fort-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fort-awesome.svg b/assets/static/brands/fort-awesome.svg new file mode 100644 index 000000000..a763d437b --- /dev/null +++ b/assets/static/brands/fort-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/forumbee.svg b/assets/static/brands/forumbee.svg new file mode 100644 index 000000000..d31d64118 --- /dev/null +++ b/assets/static/brands/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/foursquare.svg b/assets/static/brands/foursquare.svg new file mode 100644 index 000000000..130fa9b39 --- /dev/null +++ b/assets/static/brands/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/free-code-camp.svg b/assets/static/brands/free-code-camp.svg new file mode 100644 index 000000000..d4ec80f7c --- /dev/null +++ b/assets/static/brands/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/freebsd.svg b/assets/static/brands/freebsd.svg new file mode 100644 index 000000000..98c790fa0 --- /dev/null +++ b/assets/static/brands/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/fulcrum.svg b/assets/static/brands/fulcrum.svg new file mode 100644 index 000000000..adf033c97 --- /dev/null +++ b/assets/static/brands/fulcrum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/galactic-republic.svg b/assets/static/brands/galactic-republic.svg new file mode 100644 index 000000000..79def97be --- /dev/null +++ b/assets/static/brands/galactic-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/galactic-senate.svg b/assets/static/brands/galactic-senate.svg new file mode 100644 index 000000000..87e875016 --- /dev/null +++ b/assets/static/brands/galactic-senate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/get-pocket.svg b/assets/static/brands/get-pocket.svg new file mode 100644 index 000000000..f6046088f --- /dev/null +++ b/assets/static/brands/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gg-circle.svg b/assets/static/brands/gg-circle.svg new file mode 100644 index 000000000..7ff26dd65 --- /dev/null +++ b/assets/static/brands/gg-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gg.svg b/assets/static/brands/gg.svg new file mode 100644 index 000000000..cace4961a --- /dev/null +++ b/assets/static/brands/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/git-alt.svg b/assets/static/brands/git-alt.svg new file mode 100644 index 000000000..36d10c0b2 --- /dev/null +++ b/assets/static/brands/git-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/git-square.svg b/assets/static/brands/git-square.svg new file mode 100644 index 000000000..225316432 --- /dev/null +++ b/assets/static/brands/git-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/git.svg b/assets/static/brands/git.svg new file mode 100644 index 000000000..40571b1f2 --- /dev/null +++ b/assets/static/brands/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/github-alt.svg b/assets/static/brands/github-alt.svg new file mode 100644 index 000000000..43d2da5d2 --- /dev/null +++ b/assets/static/brands/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/github-square.svg b/assets/static/brands/github-square.svg new file mode 100644 index 000000000..a235d2f4e --- /dev/null +++ b/assets/static/brands/github-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/github.svg b/assets/static/brands/github.svg new file mode 100644 index 000000000..53bd7b2d2 --- /dev/null +++ b/assets/static/brands/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gitkraken.svg b/assets/static/brands/gitkraken.svg new file mode 100644 index 000000000..a3bc20fc3 --- /dev/null +++ b/assets/static/brands/gitkraken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gitlab.svg b/assets/static/brands/gitlab.svg new file mode 100644 index 000000000..ae4efce6b --- /dev/null +++ b/assets/static/brands/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gitter.svg b/assets/static/brands/gitter.svg new file mode 100644 index 000000000..6aaafd9a4 --- /dev/null +++ b/assets/static/brands/gitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/glide-g.svg b/assets/static/brands/glide-g.svg new file mode 100644 index 000000000..7517405f6 --- /dev/null +++ b/assets/static/brands/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/glide.svg b/assets/static/brands/glide.svg new file mode 100644 index 000000000..0fbdca4b3 --- /dev/null +++ b/assets/static/brands/glide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gofore.svg b/assets/static/brands/gofore.svg new file mode 100644 index 000000000..792de75e7 --- /dev/null +++ b/assets/static/brands/gofore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/goodreads-g.svg b/assets/static/brands/goodreads-g.svg new file mode 100644 index 000000000..b35546631 --- /dev/null +++ b/assets/static/brands/goodreads-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/goodreads.svg b/assets/static/brands/goodreads.svg new file mode 100644 index 000000000..040163af9 --- /dev/null +++ b/assets/static/brands/goodreads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-drive.svg b/assets/static/brands/google-drive.svg new file mode 100644 index 000000000..cd8dd52a5 --- /dev/null +++ b/assets/static/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-pay.svg b/assets/static/brands/google-pay.svg new file mode 100644 index 000000000..e625afd62 --- /dev/null +++ b/assets/static/brands/google-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-play.svg b/assets/static/brands/google-play.svg new file mode 100644 index 000000000..82cffd530 --- /dev/null +++ b/assets/static/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-plus-g.svg b/assets/static/brands/google-plus-g.svg new file mode 100644 index 000000000..c4587db39 --- /dev/null +++ b/assets/static/brands/google-plus-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-plus-square.svg b/assets/static/brands/google-plus-square.svg new file mode 100644 index 000000000..f18979c9f --- /dev/null +++ b/assets/static/brands/google-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-plus.svg b/assets/static/brands/google-plus.svg new file mode 100644 index 000000000..2f395e805 --- /dev/null +++ b/assets/static/brands/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google-wallet.svg b/assets/static/brands/google-wallet.svg new file mode 100644 index 000000000..009afb61c --- /dev/null +++ b/assets/static/brands/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/google.svg b/assets/static/brands/google.svg new file mode 100644 index 000000000..014b5ceb9 --- /dev/null +++ b/assets/static/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gratipay.svg b/assets/static/brands/gratipay.svg new file mode 100644 index 000000000..a35d8b197 --- /dev/null +++ b/assets/static/brands/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/grav.svg b/assets/static/brands/grav.svg new file mode 100644 index 000000000..e12bbf51e --- /dev/null +++ b/assets/static/brands/grav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gripfire.svg b/assets/static/brands/gripfire.svg new file mode 100644 index 000000000..561aa2d71 --- /dev/null +++ b/assets/static/brands/gripfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/grunt.svg b/assets/static/brands/grunt.svg new file mode 100644 index 000000000..a36fab819 --- /dev/null +++ b/assets/static/brands/grunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/gulp.svg b/assets/static/brands/gulp.svg new file mode 100644 index 000000000..0bb37a270 --- /dev/null +++ b/assets/static/brands/gulp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hacker-news-square.svg b/assets/static/brands/hacker-news-square.svg new file mode 100644 index 000000000..1bb8cab45 --- /dev/null +++ b/assets/static/brands/hacker-news-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hacker-news.svg b/assets/static/brands/hacker-news.svg new file mode 100644 index 000000000..0de37e65c --- /dev/null +++ b/assets/static/brands/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hackerrank.svg b/assets/static/brands/hackerrank.svg new file mode 100644 index 000000000..d2a44d1b2 --- /dev/null +++ b/assets/static/brands/hackerrank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hips.svg b/assets/static/brands/hips.svg new file mode 100644 index 000000000..7eb9cdf4c --- /dev/null +++ b/assets/static/brands/hips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hire-a-helper.svg b/assets/static/brands/hire-a-helper.svg new file mode 100644 index 000000000..5fdb39dc2 --- /dev/null +++ b/assets/static/brands/hire-a-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hooli.svg b/assets/static/brands/hooli.svg new file mode 100644 index 000000000..e4cf92983 --- /dev/null +++ b/assets/static/brands/hooli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hornbill.svg b/assets/static/brands/hornbill.svg new file mode 100644 index 000000000..e147e879a --- /dev/null +++ b/assets/static/brands/hornbill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hotjar.svg b/assets/static/brands/hotjar.svg new file mode 100644 index 000000000..7e4772964 --- /dev/null +++ b/assets/static/brands/hotjar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/houzz.svg b/assets/static/brands/houzz.svg new file mode 100644 index 000000000..1ad90a213 --- /dev/null +++ b/assets/static/brands/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/html5.svg b/assets/static/brands/html5.svg new file mode 100644 index 000000000..a06827da3 --- /dev/null +++ b/assets/static/brands/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/hubspot.svg b/assets/static/brands/hubspot.svg new file mode 100644 index 000000000..03f8f4e0c --- /dev/null +++ b/assets/static/brands/hubspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ideal.svg b/assets/static/brands/ideal.svg new file mode 100644 index 000000000..11b81baf9 --- /dev/null +++ b/assets/static/brands/ideal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/imdb.svg b/assets/static/brands/imdb.svg new file mode 100644 index 000000000..a4d5eb55c --- /dev/null +++ b/assets/static/brands/imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/instagram-square.svg b/assets/static/brands/instagram-square.svg new file mode 100644 index 000000000..4338164bd --- /dev/null +++ b/assets/static/brands/instagram-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/instagram.svg b/assets/static/brands/instagram.svg new file mode 100644 index 000000000..89c89b76f --- /dev/null +++ b/assets/static/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/intercom.svg b/assets/static/brands/intercom.svg new file mode 100644 index 000000000..a36742b72 --- /dev/null +++ b/assets/static/brands/intercom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/internet-explorer.svg b/assets/static/brands/internet-explorer.svg new file mode 100644 index 000000000..36173c0ba --- /dev/null +++ b/assets/static/brands/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/invision.svg b/assets/static/brands/invision.svg new file mode 100644 index 000000000..3af871b13 --- /dev/null +++ b/assets/static/brands/invision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ioxhost.svg b/assets/static/brands/ioxhost.svg new file mode 100644 index 000000000..64f31af27 --- /dev/null +++ b/assets/static/brands/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/itch-io.svg b/assets/static/brands/itch-io.svg new file mode 100644 index 000000000..ee2e014d7 --- /dev/null +++ b/assets/static/brands/itch-io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/itunes-note.svg b/assets/static/brands/itunes-note.svg new file mode 100644 index 000000000..bb46e7024 --- /dev/null +++ b/assets/static/brands/itunes-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/itunes.svg b/assets/static/brands/itunes.svg new file mode 100644 index 000000000..32736ae83 --- /dev/null +++ b/assets/static/brands/itunes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/java.svg b/assets/static/brands/java.svg new file mode 100644 index 000000000..d3dd63ad2 --- /dev/null +++ b/assets/static/brands/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/jedi-order.svg b/assets/static/brands/jedi-order.svg new file mode 100644 index 000000000..990461a67 --- /dev/null +++ b/assets/static/brands/jedi-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/jenkins.svg b/assets/static/brands/jenkins.svg new file mode 100644 index 000000000..4c2251f1b --- /dev/null +++ b/assets/static/brands/jenkins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/jira.svg b/assets/static/brands/jira.svg new file mode 100644 index 000000000..467d3f6d3 --- /dev/null +++ b/assets/static/brands/jira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/joget.svg b/assets/static/brands/joget.svg new file mode 100644 index 000000000..1007ec648 --- /dev/null +++ b/assets/static/brands/joget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/joomla.svg b/assets/static/brands/joomla.svg new file mode 100644 index 000000000..a5654303b --- /dev/null +++ b/assets/static/brands/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/js-square.svg b/assets/static/brands/js-square.svg new file mode 100644 index 000000000..389af1c14 --- /dev/null +++ b/assets/static/brands/js-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/js.svg b/assets/static/brands/js.svg new file mode 100644 index 000000000..1bf21b891 --- /dev/null +++ b/assets/static/brands/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/jsfiddle.svg b/assets/static/brands/jsfiddle.svg new file mode 100644 index 000000000..2fb27ee36 --- /dev/null +++ b/assets/static/brands/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/kaggle.svg b/assets/static/brands/kaggle.svg new file mode 100644 index 000000000..b93394a0f --- /dev/null +++ b/assets/static/brands/kaggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/keybase.svg b/assets/static/brands/keybase.svg new file mode 100644 index 000000000..5968b2fd9 --- /dev/null +++ b/assets/static/brands/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/keycdn.svg b/assets/static/brands/keycdn.svg new file mode 100644 index 000000000..da19aee02 --- /dev/null +++ b/assets/static/brands/keycdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/kickstarter-k.svg b/assets/static/brands/kickstarter-k.svg new file mode 100644 index 000000000..4ad8ad2cb --- /dev/null +++ b/assets/static/brands/kickstarter-k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/kickstarter.svg b/assets/static/brands/kickstarter.svg new file mode 100644 index 000000000..c765b1b40 --- /dev/null +++ b/assets/static/brands/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/korvue.svg b/assets/static/brands/korvue.svg new file mode 100644 index 000000000..c9c44a81a --- /dev/null +++ b/assets/static/brands/korvue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/laravel.svg b/assets/static/brands/laravel.svg new file mode 100644 index 000000000..a98d06cbf --- /dev/null +++ b/assets/static/brands/laravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/lastfm-square.svg b/assets/static/brands/lastfm-square.svg new file mode 100644 index 000000000..e9febdb67 --- /dev/null +++ b/assets/static/brands/lastfm-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/lastfm.svg b/assets/static/brands/lastfm.svg new file mode 100644 index 000000000..7508067ab --- /dev/null +++ b/assets/static/brands/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/leanpub.svg b/assets/static/brands/leanpub.svg new file mode 100644 index 000000000..994eca34d --- /dev/null +++ b/assets/static/brands/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/less.svg b/assets/static/brands/less.svg new file mode 100644 index 000000000..12a0ae2a9 --- /dev/null +++ b/assets/static/brands/less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/line.svg b/assets/static/brands/line.svg new file mode 100644 index 000000000..866abd878 --- /dev/null +++ b/assets/static/brands/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/linkedin-in.svg b/assets/static/brands/linkedin-in.svg new file mode 100644 index 000000000..226b6f9ab --- /dev/null +++ b/assets/static/brands/linkedin-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/linkedin.svg b/assets/static/brands/linkedin.svg new file mode 100644 index 000000000..69d8e9731 --- /dev/null +++ b/assets/static/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/linode.svg b/assets/static/brands/linode.svg new file mode 100644 index 000000000..502bdf796 --- /dev/null +++ b/assets/static/brands/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/linux.svg b/assets/static/brands/linux.svg new file mode 100644 index 000000000..ca9b9a851 --- /dev/null +++ b/assets/static/brands/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/lyft.svg b/assets/static/brands/lyft.svg new file mode 100644 index 000000000..4283ec51a --- /dev/null +++ b/assets/static/brands/lyft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/magento.svg b/assets/static/brands/magento.svg new file mode 100644 index 000000000..bdf6488e5 --- /dev/null +++ b/assets/static/brands/magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mailchimp.svg b/assets/static/brands/mailchimp.svg new file mode 100644 index 000000000..c990e2865 --- /dev/null +++ b/assets/static/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mandalorian.svg b/assets/static/brands/mandalorian.svg new file mode 100644 index 000000000..0440e7dce --- /dev/null +++ b/assets/static/brands/mandalorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/markdown.svg b/assets/static/brands/markdown.svg new file mode 100644 index 000000000..843d4801e --- /dev/null +++ b/assets/static/brands/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mastodon.svg b/assets/static/brands/mastodon.svg new file mode 100644 index 000000000..847e4b0ee --- /dev/null +++ b/assets/static/brands/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/maxcdn.svg b/assets/static/brands/maxcdn.svg new file mode 100644 index 000000000..4f4b85da4 --- /dev/null +++ b/assets/static/brands/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mdb.svg b/assets/static/brands/mdb.svg new file mode 100644 index 000000000..99e737b58 --- /dev/null +++ b/assets/static/brands/mdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/medapps.svg b/assets/static/brands/medapps.svg new file mode 100644 index 000000000..bb1a667aa --- /dev/null +++ b/assets/static/brands/medapps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/medium-m.svg b/assets/static/brands/medium-m.svg new file mode 100644 index 000000000..8305fdacd --- /dev/null +++ b/assets/static/brands/medium-m.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/medium.svg b/assets/static/brands/medium.svg new file mode 100644 index 000000000..f370e1e19 --- /dev/null +++ b/assets/static/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/medrt.svg b/assets/static/brands/medrt.svg new file mode 100644 index 000000000..377594460 --- /dev/null +++ b/assets/static/brands/medrt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/meetup.svg b/assets/static/brands/meetup.svg new file mode 100644 index 000000000..d387c4bdb --- /dev/null +++ b/assets/static/brands/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/megaport.svg b/assets/static/brands/megaport.svg new file mode 100644 index 000000000..17faf7ce3 --- /dev/null +++ b/assets/static/brands/megaport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mendeley.svg b/assets/static/brands/mendeley.svg new file mode 100644 index 000000000..c0f76a8d7 --- /dev/null +++ b/assets/static/brands/mendeley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/microblog.svg b/assets/static/brands/microblog.svg new file mode 100644 index 000000000..d1c0570c5 --- /dev/null +++ b/assets/static/brands/microblog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/microsoft.svg b/assets/static/brands/microsoft.svg new file mode 100644 index 000000000..ed8989554 --- /dev/null +++ b/assets/static/brands/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mix.svg b/assets/static/brands/mix.svg new file mode 100644 index 000000000..d131e2321 --- /dev/null +++ b/assets/static/brands/mix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mixcloud.svg b/assets/static/brands/mixcloud.svg new file mode 100644 index 000000000..094239bbf --- /dev/null +++ b/assets/static/brands/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mixer.svg b/assets/static/brands/mixer.svg new file mode 100644 index 000000000..785ab3927 --- /dev/null +++ b/assets/static/brands/mixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/mizuni.svg b/assets/static/brands/mizuni.svg new file mode 100644 index 000000000..8cb8d9185 --- /dev/null +++ b/assets/static/brands/mizuni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/modx.svg b/assets/static/brands/modx.svg new file mode 100644 index 000000000..9cbc71fde --- /dev/null +++ b/assets/static/brands/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/monero.svg b/assets/static/brands/monero.svg new file mode 100644 index 000000000..c4892b6c5 --- /dev/null +++ b/assets/static/brands/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/napster.svg b/assets/static/brands/napster.svg new file mode 100644 index 000000000..866e31da6 --- /dev/null +++ b/assets/static/brands/napster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/neos.svg b/assets/static/brands/neos.svg new file mode 100644 index 000000000..2bece211f --- /dev/null +++ b/assets/static/brands/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/nimblr.svg b/assets/static/brands/nimblr.svg new file mode 100644 index 000000000..add60b070 --- /dev/null +++ b/assets/static/brands/nimblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/node-js.svg b/assets/static/brands/node-js.svg new file mode 100644 index 000000000..c73f1a64a --- /dev/null +++ b/assets/static/brands/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/node.svg b/assets/static/brands/node.svg new file mode 100644 index 000000000..3bdb5eacd --- /dev/null +++ b/assets/static/brands/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/npm.svg b/assets/static/brands/npm.svg new file mode 100644 index 000000000..ad643c367 --- /dev/null +++ b/assets/static/brands/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ns8.svg b/assets/static/brands/ns8.svg new file mode 100644 index 000000000..1f5e2fc94 --- /dev/null +++ b/assets/static/brands/ns8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/nutritionix.svg b/assets/static/brands/nutritionix.svg new file mode 100644 index 000000000..19eb0e078 --- /dev/null +++ b/assets/static/brands/nutritionix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/odnoklassniki-square.svg b/assets/static/brands/odnoklassniki-square.svg new file mode 100644 index 000000000..e2793a94e --- /dev/null +++ b/assets/static/brands/odnoklassniki-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/odnoklassniki.svg b/assets/static/brands/odnoklassniki.svg new file mode 100644 index 000000000..f426fd364 --- /dev/null +++ b/assets/static/brands/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/old-republic.svg b/assets/static/brands/old-republic.svg new file mode 100644 index 000000000..f941d36c4 --- /dev/null +++ b/assets/static/brands/old-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/opencart.svg b/assets/static/brands/opencart.svg new file mode 100644 index 000000000..2f1498a1a --- /dev/null +++ b/assets/static/brands/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/openid.svg b/assets/static/brands/openid.svg new file mode 100644 index 000000000..d36573e03 --- /dev/null +++ b/assets/static/brands/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/opera.svg b/assets/static/brands/opera.svg new file mode 100644 index 000000000..4fd8cb920 --- /dev/null +++ b/assets/static/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/optin-monster.svg b/assets/static/brands/optin-monster.svg new file mode 100644 index 000000000..cbf70491d --- /dev/null +++ b/assets/static/brands/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/orcid.svg b/assets/static/brands/orcid.svg new file mode 100644 index 000000000..3b0a650fc --- /dev/null +++ b/assets/static/brands/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/osi.svg b/assets/static/brands/osi.svg new file mode 100644 index 000000000..7add2192f --- /dev/null +++ b/assets/static/brands/osi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/page4.svg b/assets/static/brands/page4.svg new file mode 100644 index 000000000..e0eda5d37 --- /dev/null +++ b/assets/static/brands/page4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pagelines.svg b/assets/static/brands/pagelines.svg new file mode 100644 index 000000000..6722988a8 --- /dev/null +++ b/assets/static/brands/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/palfed.svg b/assets/static/brands/palfed.svg new file mode 100644 index 000000000..5c8a4b2cb --- /dev/null +++ b/assets/static/brands/palfed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/patreon.svg b/assets/static/brands/patreon.svg new file mode 100644 index 000000000..199095714 --- /dev/null +++ b/assets/static/brands/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/paypal.svg b/assets/static/brands/paypal.svg new file mode 100644 index 000000000..ecf00b6d3 --- /dev/null +++ b/assets/static/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/penny-arcade.svg b/assets/static/brands/penny-arcade.svg new file mode 100644 index 000000000..6644a5603 --- /dev/null +++ b/assets/static/brands/penny-arcade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/periscope.svg b/assets/static/brands/periscope.svg new file mode 100644 index 000000000..9f46704c3 --- /dev/null +++ b/assets/static/brands/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/phabricator.svg b/assets/static/brands/phabricator.svg new file mode 100644 index 000000000..c51884753 --- /dev/null +++ b/assets/static/brands/phabricator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/phoenix-framework.svg b/assets/static/brands/phoenix-framework.svg new file mode 100644 index 000000000..4542fc2f9 --- /dev/null +++ b/assets/static/brands/phoenix-framework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/phoenix-squadron.svg b/assets/static/brands/phoenix-squadron.svg new file mode 100644 index 000000000..d07ac212b --- /dev/null +++ b/assets/static/brands/phoenix-squadron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/php.svg b/assets/static/brands/php.svg new file mode 100644 index 000000000..c2d86d48e --- /dev/null +++ b/assets/static/brands/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pied-piper-alt.svg b/assets/static/brands/pied-piper-alt.svg new file mode 100644 index 000000000..4e8c419bd --- /dev/null +++ b/assets/static/brands/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pied-piper-hat.svg b/assets/static/brands/pied-piper-hat.svg new file mode 100644 index 000000000..2f93465dc --- /dev/null +++ b/assets/static/brands/pied-piper-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pied-piper-pp.svg b/assets/static/brands/pied-piper-pp.svg new file mode 100644 index 000000000..092ca730a --- /dev/null +++ b/assets/static/brands/pied-piper-pp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pied-piper-square.svg b/assets/static/brands/pied-piper-square.svg new file mode 100644 index 000000000..d74fb980c --- /dev/null +++ b/assets/static/brands/pied-piper-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pied-piper.svg b/assets/static/brands/pied-piper.svg new file mode 100644 index 000000000..484a20311 --- /dev/null +++ b/assets/static/brands/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pinterest-p.svg b/assets/static/brands/pinterest-p.svg new file mode 100644 index 000000000..311932af8 --- /dev/null +++ b/assets/static/brands/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pinterest-square.svg b/assets/static/brands/pinterest-square.svg new file mode 100644 index 000000000..7a502a796 --- /dev/null +++ b/assets/static/brands/pinterest-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pinterest.svg b/assets/static/brands/pinterest.svg new file mode 100644 index 000000000..42c1f6455 --- /dev/null +++ b/assets/static/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/playstation.svg b/assets/static/brands/playstation.svg new file mode 100644 index 000000000..3cd7fcad8 --- /dev/null +++ b/assets/static/brands/playstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/product-hunt.svg b/assets/static/brands/product-hunt.svg new file mode 100644 index 000000000..847ac2c21 --- /dev/null +++ b/assets/static/brands/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/pushed.svg b/assets/static/brands/pushed.svg new file mode 100644 index 000000000..f7e24f0ca --- /dev/null +++ b/assets/static/brands/pushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/python.svg b/assets/static/brands/python.svg new file mode 100644 index 000000000..cf92eb977 --- /dev/null +++ b/assets/static/brands/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/qq.svg b/assets/static/brands/qq.svg new file mode 100644 index 000000000..541bdd570 --- /dev/null +++ b/assets/static/brands/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/quinscape.svg b/assets/static/brands/quinscape.svg new file mode 100644 index 000000000..dd9822dd2 --- /dev/null +++ b/assets/static/brands/quinscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/quora.svg b/assets/static/brands/quora.svg new file mode 100644 index 000000000..601d815c7 --- /dev/null +++ b/assets/static/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/r-project.svg b/assets/static/brands/r-project.svg new file mode 100644 index 000000000..ef4076e43 --- /dev/null +++ b/assets/static/brands/r-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/raspberry-pi.svg b/assets/static/brands/raspberry-pi.svg new file mode 100644 index 000000000..cce311f0c --- /dev/null +++ b/assets/static/brands/raspberry-pi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ravelry.svg b/assets/static/brands/ravelry.svg new file mode 100644 index 000000000..49d511c03 --- /dev/null +++ b/assets/static/brands/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/react.svg b/assets/static/brands/react.svg new file mode 100644 index 000000000..e58841065 --- /dev/null +++ b/assets/static/brands/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/reacteurope.svg b/assets/static/brands/reacteurope.svg new file mode 100644 index 000000000..9bb1c8c50 --- /dev/null +++ b/assets/static/brands/reacteurope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/readme.svg b/assets/static/brands/readme.svg new file mode 100644 index 000000000..482c337eb --- /dev/null +++ b/assets/static/brands/readme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/rebel.svg b/assets/static/brands/rebel.svg new file mode 100644 index 000000000..555b05339 --- /dev/null +++ b/assets/static/brands/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/red-river.svg b/assets/static/brands/red-river.svg new file mode 100644 index 000000000..6e7044f2e --- /dev/null +++ b/assets/static/brands/red-river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/reddit-alien.svg b/assets/static/brands/reddit-alien.svg new file mode 100644 index 000000000..85b98591e --- /dev/null +++ b/assets/static/brands/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/reddit-square.svg b/assets/static/brands/reddit-square.svg new file mode 100644 index 000000000..e940a8517 --- /dev/null +++ b/assets/static/brands/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/reddit.svg b/assets/static/brands/reddit.svg new file mode 100644 index 000000000..262d0a7f8 --- /dev/null +++ b/assets/static/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/redhat.svg b/assets/static/brands/redhat.svg new file mode 100644 index 000000000..3d82184d1 --- /dev/null +++ b/assets/static/brands/redhat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/renren.svg b/assets/static/brands/renren.svg new file mode 100644 index 000000000..9706a7029 --- /dev/null +++ b/assets/static/brands/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/replyd.svg b/assets/static/brands/replyd.svg new file mode 100644 index 000000000..fe526f2b1 --- /dev/null +++ b/assets/static/brands/replyd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/researchgate.svg b/assets/static/brands/researchgate.svg new file mode 100644 index 000000000..db7149f4c --- /dev/null +++ b/assets/static/brands/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/resolving.svg b/assets/static/brands/resolving.svg new file mode 100644 index 000000000..339cbca04 --- /dev/null +++ b/assets/static/brands/resolving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/rev.svg b/assets/static/brands/rev.svg new file mode 100644 index 000000000..22d6264c3 --- /dev/null +++ b/assets/static/brands/rev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/rocketchat.svg b/assets/static/brands/rocketchat.svg new file mode 100644 index 000000000..c3a36d754 --- /dev/null +++ b/assets/static/brands/rocketchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/rockrms.svg b/assets/static/brands/rockrms.svg new file mode 100644 index 000000000..6c41d7905 --- /dev/null +++ b/assets/static/brands/rockrms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/rust.svg b/assets/static/brands/rust.svg new file mode 100644 index 000000000..ee505436b --- /dev/null +++ b/assets/static/brands/rust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/safari.svg b/assets/static/brands/safari.svg new file mode 100644 index 000000000..98387b357 --- /dev/null +++ b/assets/static/brands/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/salesforce.svg b/assets/static/brands/salesforce.svg new file mode 100644 index 000000000..4ba079c7a --- /dev/null +++ b/assets/static/brands/salesforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sass.svg b/assets/static/brands/sass.svg new file mode 100644 index 000000000..1f832a507 --- /dev/null +++ b/assets/static/brands/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/schlix.svg b/assets/static/brands/schlix.svg new file mode 100644 index 000000000..413e4ff70 --- /dev/null +++ b/assets/static/brands/schlix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/scribd.svg b/assets/static/brands/scribd.svg new file mode 100644 index 000000000..f1ecad19d --- /dev/null +++ b/assets/static/brands/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/searchengin.svg b/assets/static/brands/searchengin.svg new file mode 100644 index 000000000..2ed72b1ac --- /dev/null +++ b/assets/static/brands/searchengin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sellcast.svg b/assets/static/brands/sellcast.svg new file mode 100644 index 000000000..75b47f18f --- /dev/null +++ b/assets/static/brands/sellcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sellsy.svg b/assets/static/brands/sellsy.svg new file mode 100644 index 000000000..6119fe585 --- /dev/null +++ b/assets/static/brands/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/servicestack.svg b/assets/static/brands/servicestack.svg new file mode 100644 index 000000000..9f937eb4d --- /dev/null +++ b/assets/static/brands/servicestack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/shirtsinbulk.svg b/assets/static/brands/shirtsinbulk.svg new file mode 100644 index 000000000..4832095e3 --- /dev/null +++ b/assets/static/brands/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/shopify.svg b/assets/static/brands/shopify.svg new file mode 100644 index 000000000..09533c950 --- /dev/null +++ b/assets/static/brands/shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/shopware.svg b/assets/static/brands/shopware.svg new file mode 100644 index 000000000..02529ecff --- /dev/null +++ b/assets/static/brands/shopware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/simplybuilt.svg b/assets/static/brands/simplybuilt.svg new file mode 100644 index 000000000..fbecfe964 --- /dev/null +++ b/assets/static/brands/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sistrix.svg b/assets/static/brands/sistrix.svg new file mode 100644 index 000000000..e62cef615 --- /dev/null +++ b/assets/static/brands/sistrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sith.svg b/assets/static/brands/sith.svg new file mode 100644 index 000000000..98c96401a --- /dev/null +++ b/assets/static/brands/sith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sketch.svg b/assets/static/brands/sketch.svg new file mode 100644 index 000000000..fb22f3166 --- /dev/null +++ b/assets/static/brands/sketch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/skyatlas.svg b/assets/static/brands/skyatlas.svg new file mode 100644 index 000000000..d2c8a3bf8 --- /dev/null +++ b/assets/static/brands/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/skype.svg b/assets/static/brands/skype.svg new file mode 100644 index 000000000..538843cd6 --- /dev/null +++ b/assets/static/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/slack-hash.svg b/assets/static/brands/slack-hash.svg new file mode 100644 index 000000000..a465405ef --- /dev/null +++ b/assets/static/brands/slack-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/slack.svg b/assets/static/brands/slack.svg new file mode 100644 index 000000000..ee293d671 --- /dev/null +++ b/assets/static/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/slideshare.svg b/assets/static/brands/slideshare.svg new file mode 100644 index 000000000..421509262 --- /dev/null +++ b/assets/static/brands/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/snapchat-ghost.svg b/assets/static/brands/snapchat-ghost.svg new file mode 100644 index 000000000..30b14548c --- /dev/null +++ b/assets/static/brands/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/snapchat-square.svg b/assets/static/brands/snapchat-square.svg new file mode 100644 index 000000000..c91e05ecb --- /dev/null +++ b/assets/static/brands/snapchat-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/snapchat.svg b/assets/static/brands/snapchat.svg new file mode 100644 index 000000000..88cfa1670 --- /dev/null +++ b/assets/static/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/soundcloud.svg b/assets/static/brands/soundcloud.svg new file mode 100644 index 000000000..0d9b06160 --- /dev/null +++ b/assets/static/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sourcetree.svg b/assets/static/brands/sourcetree.svg new file mode 100644 index 000000000..d4a15c502 --- /dev/null +++ b/assets/static/brands/sourcetree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/speakap.svg b/assets/static/brands/speakap.svg new file mode 100644 index 000000000..5123f7b8e --- /dev/null +++ b/assets/static/brands/speakap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/speaker-deck.svg b/assets/static/brands/speaker-deck.svg new file mode 100644 index 000000000..678132ee8 --- /dev/null +++ b/assets/static/brands/speaker-deck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/spotify.svg b/assets/static/brands/spotify.svg new file mode 100644 index 000000000..dcd028a9a --- /dev/null +++ b/assets/static/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/squarespace.svg b/assets/static/brands/squarespace.svg new file mode 100644 index 000000000..6b31da58e --- /dev/null +++ b/assets/static/brands/squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stack-exchange.svg b/assets/static/brands/stack-exchange.svg new file mode 100644 index 000000000..3889ae234 --- /dev/null +++ b/assets/static/brands/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stack-overflow.svg b/assets/static/brands/stack-overflow.svg new file mode 100644 index 000000000..e8560a30e --- /dev/null +++ b/assets/static/brands/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stackpath.svg b/assets/static/brands/stackpath.svg new file mode 100644 index 000000000..c2e53143c --- /dev/null +++ b/assets/static/brands/stackpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/staylinked.svg b/assets/static/brands/staylinked.svg new file mode 100644 index 000000000..3c6b2c8f4 --- /dev/null +++ b/assets/static/brands/staylinked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/steam-square.svg b/assets/static/brands/steam-square.svg new file mode 100644 index 000000000..59a6a8f61 --- /dev/null +++ b/assets/static/brands/steam-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/steam-symbol.svg b/assets/static/brands/steam-symbol.svg new file mode 100644 index 000000000..f0ab74db5 --- /dev/null +++ b/assets/static/brands/steam-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/steam.svg b/assets/static/brands/steam.svg new file mode 100644 index 000000000..62d2616c8 --- /dev/null +++ b/assets/static/brands/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/sticker-mule.svg b/assets/static/brands/sticker-mule.svg new file mode 100644 index 000000000..6a23f17fa --- /dev/null +++ b/assets/static/brands/sticker-mule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/strava.svg b/assets/static/brands/strava.svg new file mode 100644 index 000000000..40102da38 --- /dev/null +++ b/assets/static/brands/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stripe-s.svg b/assets/static/brands/stripe-s.svg new file mode 100644 index 000000000..08c5eb9ee --- /dev/null +++ b/assets/static/brands/stripe-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stripe.svg b/assets/static/brands/stripe.svg new file mode 100644 index 000000000..1688d50a2 --- /dev/null +++ b/assets/static/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/studiovinari.svg b/assets/static/brands/studiovinari.svg new file mode 100644 index 000000000..e6e7fa897 --- /dev/null +++ b/assets/static/brands/studiovinari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stumbleupon-circle.svg b/assets/static/brands/stumbleupon-circle.svg new file mode 100644 index 000000000..a4b42346c --- /dev/null +++ b/assets/static/brands/stumbleupon-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/stumbleupon.svg b/assets/static/brands/stumbleupon.svg new file mode 100644 index 000000000..999d38627 --- /dev/null +++ b/assets/static/brands/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/superpowers.svg b/assets/static/brands/superpowers.svg new file mode 100644 index 000000000..a6f13f6d2 --- /dev/null +++ b/assets/static/brands/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/supple.svg b/assets/static/brands/supple.svg new file mode 100644 index 000000000..5afe87926 --- /dev/null +++ b/assets/static/brands/supple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/suse.svg b/assets/static/brands/suse.svg new file mode 100644 index 000000000..a5a612d73 --- /dev/null +++ b/assets/static/brands/suse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/swift.svg b/assets/static/brands/swift.svg new file mode 100644 index 000000000..c3cda3c0d --- /dev/null +++ b/assets/static/brands/swift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/symfony.svg b/assets/static/brands/symfony.svg new file mode 100644 index 000000000..51905feb2 --- /dev/null +++ b/assets/static/brands/symfony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/teamspeak.svg b/assets/static/brands/teamspeak.svg new file mode 100644 index 000000000..507fef800 --- /dev/null +++ b/assets/static/brands/teamspeak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/telegram-plane.svg b/assets/static/brands/telegram-plane.svg new file mode 100644 index 000000000..a4e067b5d --- /dev/null +++ b/assets/static/brands/telegram-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/telegram.svg b/assets/static/brands/telegram.svg new file mode 100644 index 000000000..fc5492cc9 --- /dev/null +++ b/assets/static/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/tencent-weibo.svg b/assets/static/brands/tencent-weibo.svg new file mode 100644 index 000000000..30b49fc82 --- /dev/null +++ b/assets/static/brands/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/the-red-yeti.svg b/assets/static/brands/the-red-yeti.svg new file mode 100644 index 000000000..c6e8f07a5 --- /dev/null +++ b/assets/static/brands/the-red-yeti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/themeco.svg b/assets/static/brands/themeco.svg new file mode 100644 index 000000000..0e706e413 --- /dev/null +++ b/assets/static/brands/themeco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/themeisle.svg b/assets/static/brands/themeisle.svg new file mode 100644 index 000000000..981483878 --- /dev/null +++ b/assets/static/brands/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/think-peaks.svg b/assets/static/brands/think-peaks.svg new file mode 100644 index 000000000..d956893c6 --- /dev/null +++ b/assets/static/brands/think-peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/tiktok.svg b/assets/static/brands/tiktok.svg new file mode 100644 index 000000000..57c4494f1 --- /dev/null +++ b/assets/static/brands/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/trade-federation.svg b/assets/static/brands/trade-federation.svg new file mode 100644 index 000000000..07bd63b2b --- /dev/null +++ b/assets/static/brands/trade-federation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/trello.svg b/assets/static/brands/trello.svg new file mode 100644 index 000000000..634c6c3b3 --- /dev/null +++ b/assets/static/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/tripadvisor.svg b/assets/static/brands/tripadvisor.svg new file mode 100644 index 000000000..e1ff624b9 --- /dev/null +++ b/assets/static/brands/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/tumblr-square.svg b/assets/static/brands/tumblr-square.svg new file mode 100644 index 000000000..96b8cf5c0 --- /dev/null +++ b/assets/static/brands/tumblr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/tumblr.svg b/assets/static/brands/tumblr.svg new file mode 100644 index 000000000..da593777a --- /dev/null +++ b/assets/static/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/twitch.svg b/assets/static/brands/twitch.svg new file mode 100644 index 000000000..119260f09 --- /dev/null +++ b/assets/static/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/twitter-square.svg b/assets/static/brands/twitter-square.svg new file mode 100644 index 000000000..a754fd07f --- /dev/null +++ b/assets/static/brands/twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/twitter.svg b/assets/static/brands/twitter.svg new file mode 100644 index 000000000..f0ed9c5fc --- /dev/null +++ b/assets/static/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/typo3.svg b/assets/static/brands/typo3.svg new file mode 100644 index 000000000..4da76b3bd --- /dev/null +++ b/assets/static/brands/typo3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/uber.svg b/assets/static/brands/uber.svg new file mode 100644 index 000000000..569a1cd9c --- /dev/null +++ b/assets/static/brands/uber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ubuntu.svg b/assets/static/brands/ubuntu.svg new file mode 100644 index 000000000..e1958dc48 --- /dev/null +++ b/assets/static/brands/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/uikit.svg b/assets/static/brands/uikit.svg new file mode 100644 index 000000000..26ab61104 --- /dev/null +++ b/assets/static/brands/uikit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/umbraco.svg b/assets/static/brands/umbraco.svg new file mode 100644 index 000000000..fad502dd3 --- /dev/null +++ b/assets/static/brands/umbraco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/uniregistry.svg b/assets/static/brands/uniregistry.svg new file mode 100644 index 000000000..c77b49144 --- /dev/null +++ b/assets/static/brands/uniregistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/unity.svg b/assets/static/brands/unity.svg new file mode 100644 index 000000000..3d1b1b85a --- /dev/null +++ b/assets/static/brands/unity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/unsplash.svg b/assets/static/brands/unsplash.svg new file mode 100644 index 000000000..3e1aa663f --- /dev/null +++ b/assets/static/brands/unsplash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/untappd.svg b/assets/static/brands/untappd.svg new file mode 100644 index 000000000..5e0629387 --- /dev/null +++ b/assets/static/brands/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ups.svg b/assets/static/brands/ups.svg new file mode 100644 index 000000000..eecae78c2 --- /dev/null +++ b/assets/static/brands/ups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/usb.svg b/assets/static/brands/usb.svg new file mode 100644 index 000000000..a9d265eee --- /dev/null +++ b/assets/static/brands/usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/usps.svg b/assets/static/brands/usps.svg new file mode 100644 index 000000000..f939b3e25 --- /dev/null +++ b/assets/static/brands/usps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/ussunnah.svg b/assets/static/brands/ussunnah.svg new file mode 100644 index 000000000..1dd9ed125 --- /dev/null +++ b/assets/static/brands/ussunnah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vaadin.svg b/assets/static/brands/vaadin.svg new file mode 100644 index 000000000..fadce5ada --- /dev/null +++ b/assets/static/brands/vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/viacoin.svg b/assets/static/brands/viacoin.svg new file mode 100644 index 000000000..c4777d6fc --- /dev/null +++ b/assets/static/brands/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/viadeo-square.svg b/assets/static/brands/viadeo-square.svg new file mode 100644 index 000000000..9212671d0 --- /dev/null +++ b/assets/static/brands/viadeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/viadeo.svg b/assets/static/brands/viadeo.svg new file mode 100644 index 000000000..f4c1f8a1b --- /dev/null +++ b/assets/static/brands/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/viber.svg b/assets/static/brands/viber.svg new file mode 100644 index 000000000..e40506b7a --- /dev/null +++ b/assets/static/brands/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vimeo-square.svg b/assets/static/brands/vimeo-square.svg new file mode 100644 index 000000000..eed266e79 --- /dev/null +++ b/assets/static/brands/vimeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vimeo-v.svg b/assets/static/brands/vimeo-v.svg new file mode 100644 index 000000000..c87152815 --- /dev/null +++ b/assets/static/brands/vimeo-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vimeo.svg b/assets/static/brands/vimeo.svg new file mode 100644 index 000000000..3a0c52739 --- /dev/null +++ b/assets/static/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vine.svg b/assets/static/brands/vine.svg new file mode 100644 index 000000000..53cb27f89 --- /dev/null +++ b/assets/static/brands/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vk.svg b/assets/static/brands/vk.svg new file mode 100644 index 000000000..022717d16 --- /dev/null +++ b/assets/static/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vnv.svg b/assets/static/brands/vnv.svg new file mode 100644 index 000000000..56cd37b49 --- /dev/null +++ b/assets/static/brands/vnv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/vuejs.svg b/assets/static/brands/vuejs.svg new file mode 100644 index 000000000..932887c13 --- /dev/null +++ b/assets/static/brands/vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/waze.svg b/assets/static/brands/waze.svg new file mode 100644 index 000000000..7bfebb1d1 --- /dev/null +++ b/assets/static/brands/waze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/weebly.svg b/assets/static/brands/weebly.svg new file mode 100644 index 000000000..917dabe60 --- /dev/null +++ b/assets/static/brands/weebly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/weibo.svg b/assets/static/brands/weibo.svg new file mode 100644 index 000000000..84f18c49f --- /dev/null +++ b/assets/static/brands/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/weixin.svg b/assets/static/brands/weixin.svg new file mode 100644 index 000000000..cd27b1981 --- /dev/null +++ b/assets/static/brands/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/whatsapp-square.svg b/assets/static/brands/whatsapp-square.svg new file mode 100644 index 000000000..7db67533d --- /dev/null +++ b/assets/static/brands/whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/whatsapp.svg b/assets/static/brands/whatsapp.svg new file mode 100644 index 000000000..6ca3eb351 --- /dev/null +++ b/assets/static/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/whmcs.svg b/assets/static/brands/whmcs.svg new file mode 100644 index 000000000..2bbd6959f --- /dev/null +++ b/assets/static/brands/whmcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wikipedia-w.svg b/assets/static/brands/wikipedia-w.svg new file mode 100644 index 000000000..075425306 --- /dev/null +++ b/assets/static/brands/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/windows.svg b/assets/static/brands/windows.svg new file mode 100644 index 000000000..586ba25dd --- /dev/null +++ b/assets/static/brands/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wix.svg b/assets/static/brands/wix.svg new file mode 100644 index 000000000..c1bea30e0 --- /dev/null +++ b/assets/static/brands/wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wizards-of-the-coast.svg b/assets/static/brands/wizards-of-the-coast.svg new file mode 100644 index 000000000..5842f47b6 --- /dev/null +++ b/assets/static/brands/wizards-of-the-coast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wolf-pack-battalion.svg b/assets/static/brands/wolf-pack-battalion.svg new file mode 100644 index 000000000..0d03a6695 --- /dev/null +++ b/assets/static/brands/wolf-pack-battalion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wordpress-simple.svg b/assets/static/brands/wordpress-simple.svg new file mode 100644 index 000000000..de9795ad2 --- /dev/null +++ b/assets/static/brands/wordpress-simple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wordpress.svg b/assets/static/brands/wordpress.svg new file mode 100644 index 000000000..3cc2bd44d --- /dev/null +++ b/assets/static/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wpbeginner.svg b/assets/static/brands/wpbeginner.svg new file mode 100644 index 000000000..1f81e8445 --- /dev/null +++ b/assets/static/brands/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wpexplorer.svg b/assets/static/brands/wpexplorer.svg new file mode 100644 index 000000000..706e12a94 --- /dev/null +++ b/assets/static/brands/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wpforms.svg b/assets/static/brands/wpforms.svg new file mode 100644 index 000000000..03a3662b1 --- /dev/null +++ b/assets/static/brands/wpforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/wpressr.svg b/assets/static/brands/wpressr.svg new file mode 100644 index 000000000..daa6135c7 --- /dev/null +++ b/assets/static/brands/wpressr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/xbox.svg b/assets/static/brands/xbox.svg new file mode 100644 index 000000000..5420576e3 --- /dev/null +++ b/assets/static/brands/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/xing-square.svg b/assets/static/brands/xing-square.svg new file mode 100644 index 000000000..8c9fb8292 --- /dev/null +++ b/assets/static/brands/xing-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/xing.svg b/assets/static/brands/xing.svg new file mode 100644 index 000000000..c40077111 --- /dev/null +++ b/assets/static/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/y-combinator.svg b/assets/static/brands/y-combinator.svg new file mode 100644 index 000000000..d4a0f7e2c --- /dev/null +++ b/assets/static/brands/y-combinator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yahoo.svg b/assets/static/brands/yahoo.svg new file mode 100644 index 000000000..98f35bbdd --- /dev/null +++ b/assets/static/brands/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yammer.svg b/assets/static/brands/yammer.svg new file mode 100644 index 000000000..ff483ed85 --- /dev/null +++ b/assets/static/brands/yammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yandex-international.svg b/assets/static/brands/yandex-international.svg new file mode 100644 index 000000000..2b1c10c79 --- /dev/null +++ b/assets/static/brands/yandex-international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yandex.svg b/assets/static/brands/yandex.svg new file mode 100644 index 000000000..d054fe043 --- /dev/null +++ b/assets/static/brands/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yarn.svg b/assets/static/brands/yarn.svg new file mode 100644 index 000000000..ed00ea94b --- /dev/null +++ b/assets/static/brands/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yelp.svg b/assets/static/brands/yelp.svg new file mode 100644 index 000000000..43150f3a6 --- /dev/null +++ b/assets/static/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/yoast.svg b/assets/static/brands/yoast.svg new file mode 100644 index 000000000..bf2ec0f1e --- /dev/null +++ b/assets/static/brands/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/youtube-square.svg b/assets/static/brands/youtube-square.svg new file mode 100644 index 000000000..07b9ab593 --- /dev/null +++ b/assets/static/brands/youtube-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/youtube.svg b/assets/static/brands/youtube.svg new file mode 100644 index 000000000..e831b886f --- /dev/null +++ b/assets/static/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/brands/zhihu.svg b/assets/static/brands/zhihu.svg new file mode 100644 index 000000000..c206c266d --- /dev/null +++ b/assets/static/brands/zhihu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/cache/.gitignore b/assets/static/build/.gitignore similarity index 100% rename from assets/cache/.gitignore rename to assets/static/build/.gitignore diff --git a/assets/static/font/Open Sans Bold/0-255.pbf b/assets/static/font/Open Sans Bold/0-255.pbf new file mode 100644 index 000000000..1fc698263 Binary files /dev/null and b/assets/static/font/Open Sans Bold/0-255.pbf differ diff --git a/assets/static/font/Open Sans Bold/1024-1279.pbf b/assets/static/font/Open Sans Bold/1024-1279.pbf new file mode 100644 index 000000000..d8da0a0d9 Binary files /dev/null and b/assets/static/font/Open Sans Bold/1024-1279.pbf differ diff --git a/assets/static/font/Open Sans Bold/10240-10495.pbf b/assets/static/font/Open Sans Bold/10240-10495.pbf new file mode 100644 index 000000000..df0710c1f --- /dev/null +++ b/assets/static/font/Open Sans Bold/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 10240-10495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/10496-10751.pbf b/assets/static/font/Open Sans Bold/10496-10751.pbf new file mode 100644 index 000000000..1cb283d12 --- /dev/null +++ b/assets/static/font/Open Sans Bold/10496-10751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 10496-10751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/10752-11007.pbf b/assets/static/font/Open Sans Bold/10752-11007.pbf new file mode 100644 index 000000000..b68a1b82b --- /dev/null +++ b/assets/static/font/Open Sans Bold/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 10752-11007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/11008-11263.pbf b/assets/static/font/Open Sans Bold/11008-11263.pbf new file mode 100644 index 000000000..29c873e34 --- /dev/null +++ b/assets/static/font/Open Sans Bold/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 11008-11263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/11264-11519.pbf b/assets/static/font/Open Sans Bold/11264-11519.pbf new file mode 100644 index 000000000..7cb66cfb7 --- /dev/null +++ b/assets/static/font/Open Sans Bold/11264-11519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 11264-11519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/11520-11775.pbf b/assets/static/font/Open Sans Bold/11520-11775.pbf new file mode 100644 index 000000000..7542dac64 --- /dev/null +++ b/assets/static/font/Open Sans Bold/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 11520-11775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/11776-12031.pbf b/assets/static/font/Open Sans Bold/11776-12031.pbf new file mode 100644 index 000000000..5f97787cd --- /dev/null +++ b/assets/static/font/Open Sans Bold/11776-12031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 11776-12031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/12032-12287.pbf b/assets/static/font/Open Sans Bold/12032-12287.pbf new file mode 100644 index 000000000..4a17fd95b --- /dev/null +++ b/assets/static/font/Open Sans Bold/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 12032-12287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/12288-12543.pbf b/assets/static/font/Open Sans Bold/12288-12543.pbf new file mode 100644 index 000000000..38432f048 --- /dev/null +++ b/assets/static/font/Open Sans Bold/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 12288-12543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/12544-12799.pbf b/assets/static/font/Open Sans Bold/12544-12799.pbf new file mode 100644 index 000000000..dbf9c6418 --- /dev/null +++ b/assets/static/font/Open Sans Bold/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 12544-12799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/1280-1535.pbf b/assets/static/font/Open Sans Bold/1280-1535.pbf new file mode 100644 index 000000000..194a0fdfb Binary files /dev/null and b/assets/static/font/Open Sans Bold/1280-1535.pbf differ diff --git a/assets/static/font/Open Sans Bold/12800-13055.pbf b/assets/static/font/Open Sans Bold/12800-13055.pbf new file mode 100644 index 000000000..2fecdc49c --- /dev/null +++ b/assets/static/font/Open Sans Bold/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 12800-13055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/13056-13311.pbf b/assets/static/font/Open Sans Bold/13056-13311.pbf new file mode 100644 index 000000000..f8869e166 --- /dev/null +++ b/assets/static/font/Open Sans Bold/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 13056-13311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/13312-13567.pbf b/assets/static/font/Open Sans Bold/13312-13567.pbf new file mode 100644 index 000000000..ffa4e3346 --- /dev/null +++ b/assets/static/font/Open Sans Bold/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 13312-13567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/13568-13823.pbf b/assets/static/font/Open Sans Bold/13568-13823.pbf new file mode 100644 index 000000000..ce57c7148 --- /dev/null +++ b/assets/static/font/Open Sans Bold/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 13568-13823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/13824-14079.pbf b/assets/static/font/Open Sans Bold/13824-14079.pbf new file mode 100644 index 000000000..5547f67a9 --- /dev/null +++ b/assets/static/font/Open Sans Bold/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 13824-14079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/14080-14335.pbf b/assets/static/font/Open Sans Bold/14080-14335.pbf new file mode 100644 index 000000000..bad2fefd4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 14080-14335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/14336-14591.pbf b/assets/static/font/Open Sans Bold/14336-14591.pbf new file mode 100644 index 000000000..6ca576491 --- /dev/null +++ b/assets/static/font/Open Sans Bold/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 14336-14591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/14592-14847.pbf b/assets/static/font/Open Sans Bold/14592-14847.pbf new file mode 100644 index 000000000..7f0cafc0b --- /dev/null +++ b/assets/static/font/Open Sans Bold/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 14592-14847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/14848-15103.pbf b/assets/static/font/Open Sans Bold/14848-15103.pbf new file mode 100644 index 000000000..c97f1426e --- /dev/null +++ b/assets/static/font/Open Sans Bold/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 14848-15103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/15104-15359.pbf b/assets/static/font/Open Sans Bold/15104-15359.pbf new file mode 100644 index 000000000..1de79e18c --- /dev/null +++ b/assets/static/font/Open Sans Bold/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 15104-15359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/1536-1791.pbf b/assets/static/font/Open Sans Bold/1536-1791.pbf new file mode 100644 index 000000000..550e856ed --- /dev/null +++ b/assets/static/font/Open Sans Bold/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 1536-1791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/15360-15615.pbf b/assets/static/font/Open Sans Bold/15360-15615.pbf new file mode 100644 index 000000000..79098cdc5 --- /dev/null +++ b/assets/static/font/Open Sans Bold/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 15360-15615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/15616-15871.pbf b/assets/static/font/Open Sans Bold/15616-15871.pbf new file mode 100644 index 000000000..62cde4fe4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 15616-15871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/15872-16127.pbf b/assets/static/font/Open Sans Bold/15872-16127.pbf new file mode 100644 index 000000000..2680e2d83 --- /dev/null +++ b/assets/static/font/Open Sans Bold/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 15872-16127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/16128-16383.pbf b/assets/static/font/Open Sans Bold/16128-16383.pbf new file mode 100644 index 000000000..b14e4a77b --- /dev/null +++ b/assets/static/font/Open Sans Bold/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 16128-16383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/16384-16639.pbf b/assets/static/font/Open Sans Bold/16384-16639.pbf new file mode 100644 index 000000000..e4dc794a6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 16384-16639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/16640-16895.pbf b/assets/static/font/Open Sans Bold/16640-16895.pbf new file mode 100644 index 000000000..616d091a1 --- /dev/null +++ b/assets/static/font/Open Sans Bold/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 16640-16895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/16896-17151.pbf b/assets/static/font/Open Sans Bold/16896-17151.pbf new file mode 100644 index 000000000..0cc3fef4d --- /dev/null +++ b/assets/static/font/Open Sans Bold/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 16896-17151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/17152-17407.pbf b/assets/static/font/Open Sans Bold/17152-17407.pbf new file mode 100644 index 000000000..cbf96f9d3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 17152-17407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/17408-17663.pbf b/assets/static/font/Open Sans Bold/17408-17663.pbf new file mode 100644 index 000000000..89c8ce413 --- /dev/null +++ b/assets/static/font/Open Sans Bold/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 17408-17663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/17664-17919.pbf b/assets/static/font/Open Sans Bold/17664-17919.pbf new file mode 100644 index 000000000..6f08b1b1c --- /dev/null +++ b/assets/static/font/Open Sans Bold/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 17664-17919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/1792-2047.pbf b/assets/static/font/Open Sans Bold/1792-2047.pbf new file mode 100644 index 000000000..e11a6c3d6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 1792-2047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/17920-18175.pbf b/assets/static/font/Open Sans Bold/17920-18175.pbf new file mode 100644 index 000000000..2ee249c6b --- /dev/null +++ b/assets/static/font/Open Sans Bold/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 17920-18175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/18176-18431.pbf b/assets/static/font/Open Sans Bold/18176-18431.pbf new file mode 100644 index 000000000..d3cbd85b0 --- /dev/null +++ b/assets/static/font/Open Sans Bold/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 18176-18431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/18432-18687.pbf b/assets/static/font/Open Sans Bold/18432-18687.pbf new file mode 100644 index 000000000..e78457dc4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 18432-18687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/18688-18943.pbf b/assets/static/font/Open Sans Bold/18688-18943.pbf new file mode 100644 index 000000000..df4c48f9f --- /dev/null +++ b/assets/static/font/Open Sans Bold/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 18688-18943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/18944-19199.pbf b/assets/static/font/Open Sans Bold/18944-19199.pbf new file mode 100644 index 000000000..1478a4e58 --- /dev/null +++ b/assets/static/font/Open Sans Bold/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 18944-19199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/19200-19455.pbf b/assets/static/font/Open Sans Bold/19200-19455.pbf new file mode 100644 index 000000000..0d5c6ea82 --- /dev/null +++ b/assets/static/font/Open Sans Bold/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 19200-19455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/19456-19711.pbf b/assets/static/font/Open Sans Bold/19456-19711.pbf new file mode 100644 index 000000000..ba8fc6b8d --- /dev/null +++ b/assets/static/font/Open Sans Bold/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 19456-19711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/19712-19967.pbf b/assets/static/font/Open Sans Bold/19712-19967.pbf new file mode 100644 index 000000000..39ff69f83 --- /dev/null +++ b/assets/static/font/Open Sans Bold/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 19712-19967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/19968-20223.pbf b/assets/static/font/Open Sans Bold/19968-20223.pbf new file mode 100644 index 000000000..b87cfc02d --- /dev/null +++ b/assets/static/font/Open Sans Bold/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 19968-20223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/20224-20479.pbf b/assets/static/font/Open Sans Bold/20224-20479.pbf new file mode 100644 index 000000000..df7378ad4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 20224-20479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/2048-2303.pbf b/assets/static/font/Open Sans Bold/2048-2303.pbf new file mode 100644 index 000000000..720301e59 --- /dev/null +++ b/assets/static/font/Open Sans Bold/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 2048-2303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/20480-20735.pbf b/assets/static/font/Open Sans Bold/20480-20735.pbf new file mode 100644 index 000000000..251c69097 --- /dev/null +++ b/assets/static/font/Open Sans Bold/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 20480-20735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/20736-20991.pbf b/assets/static/font/Open Sans Bold/20736-20991.pbf new file mode 100644 index 000000000..6b4fd0b48 --- /dev/null +++ b/assets/static/font/Open Sans Bold/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 20736-20991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/20992-21247.pbf b/assets/static/font/Open Sans Bold/20992-21247.pbf new file mode 100644 index 000000000..041acf687 --- /dev/null +++ b/assets/static/font/Open Sans Bold/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 20992-21247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/21248-21503.pbf b/assets/static/font/Open Sans Bold/21248-21503.pbf new file mode 100644 index 000000000..5a1e2ae87 --- /dev/null +++ b/assets/static/font/Open Sans Bold/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 21248-21503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/21504-21759.pbf b/assets/static/font/Open Sans Bold/21504-21759.pbf new file mode 100644 index 000000000..7cdb38fa6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 21504-21759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/21760-22015.pbf b/assets/static/font/Open Sans Bold/21760-22015.pbf new file mode 100644 index 000000000..209725edd --- /dev/null +++ b/assets/static/font/Open Sans Bold/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 21760-22015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/22016-22271.pbf b/assets/static/font/Open Sans Bold/22016-22271.pbf new file mode 100644 index 000000000..6123f21e1 --- /dev/null +++ b/assets/static/font/Open Sans Bold/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 22016-22271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/22272-22527.pbf b/assets/static/font/Open Sans Bold/22272-22527.pbf new file mode 100644 index 000000000..5fddc4b61 --- /dev/null +++ b/assets/static/font/Open Sans Bold/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 22272-22527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/22528-22783.pbf b/assets/static/font/Open Sans Bold/22528-22783.pbf new file mode 100644 index 000000000..956b64ebf --- /dev/null +++ b/assets/static/font/Open Sans Bold/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 22528-22783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/22784-23039.pbf b/assets/static/font/Open Sans Bold/22784-23039.pbf new file mode 100644 index 000000000..b6c45aab7 --- /dev/null +++ b/assets/static/font/Open Sans Bold/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 22784-23039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/2304-2559.pbf b/assets/static/font/Open Sans Bold/2304-2559.pbf new file mode 100644 index 000000000..c36bebf1b --- /dev/null +++ b/assets/static/font/Open Sans Bold/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 2304-2559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/23040-23295.pbf b/assets/static/font/Open Sans Bold/23040-23295.pbf new file mode 100644 index 000000000..44a5b5fc6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 23040-23295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/23296-23551.pbf b/assets/static/font/Open Sans Bold/23296-23551.pbf new file mode 100644 index 000000000..36fbc3fc2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 23296-23551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/23552-23807.pbf b/assets/static/font/Open Sans Bold/23552-23807.pbf new file mode 100644 index 000000000..066bb3802 --- /dev/null +++ b/assets/static/font/Open Sans Bold/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 23552-23807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/23808-24063.pbf b/assets/static/font/Open Sans Bold/23808-24063.pbf new file mode 100644 index 000000000..cdb91f2ac --- /dev/null +++ b/assets/static/font/Open Sans Bold/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 23808-24063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/24064-24319.pbf b/assets/static/font/Open Sans Bold/24064-24319.pbf new file mode 100644 index 000000000..4a2e22237 --- /dev/null +++ b/assets/static/font/Open Sans Bold/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 24064-24319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/24320-24575.pbf b/assets/static/font/Open Sans Bold/24320-24575.pbf new file mode 100644 index 000000000..2c5bfeddf --- /dev/null +++ b/assets/static/font/Open Sans Bold/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 24320-24575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/24576-24831.pbf b/assets/static/font/Open Sans Bold/24576-24831.pbf new file mode 100644 index 000000000..185e1826f --- /dev/null +++ b/assets/static/font/Open Sans Bold/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 24576-24831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/24832-25087.pbf b/assets/static/font/Open Sans Bold/24832-25087.pbf new file mode 100644 index 000000000..b7b165865 --- /dev/null +++ b/assets/static/font/Open Sans Bold/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 24832-25087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/25088-25343.pbf b/assets/static/font/Open Sans Bold/25088-25343.pbf new file mode 100644 index 000000000..a14e27a68 --- /dev/null +++ b/assets/static/font/Open Sans Bold/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 25088-25343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/25344-25599.pbf b/assets/static/font/Open Sans Bold/25344-25599.pbf new file mode 100644 index 000000000..71c6c29e5 --- /dev/null +++ b/assets/static/font/Open Sans Bold/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 25344-25599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/256-511.pbf b/assets/static/font/Open Sans Bold/256-511.pbf new file mode 100644 index 000000000..b8e30c7d5 Binary files /dev/null and b/assets/static/font/Open Sans Bold/256-511.pbf differ diff --git a/assets/static/font/Open Sans Bold/2560-2815.pbf b/assets/static/font/Open Sans Bold/2560-2815.pbf new file mode 100644 index 000000000..08fa9a114 --- /dev/null +++ b/assets/static/font/Open Sans Bold/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 2560-2815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/25600-25855.pbf b/assets/static/font/Open Sans Bold/25600-25855.pbf new file mode 100644 index 000000000..bd93cc687 --- /dev/null +++ b/assets/static/font/Open Sans Bold/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 25600-25855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/25856-26111.pbf b/assets/static/font/Open Sans Bold/25856-26111.pbf new file mode 100644 index 000000000..9246962cd --- /dev/null +++ b/assets/static/font/Open Sans Bold/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 25856-26111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/26112-26367.pbf b/assets/static/font/Open Sans Bold/26112-26367.pbf new file mode 100644 index 000000000..7daf60ad2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 26112-26367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/26368-26623.pbf b/assets/static/font/Open Sans Bold/26368-26623.pbf new file mode 100644 index 000000000..90da74280 --- /dev/null +++ b/assets/static/font/Open Sans Bold/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 26368-26623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/26624-26879.pbf b/assets/static/font/Open Sans Bold/26624-26879.pbf new file mode 100644 index 000000000..cc4f064af --- /dev/null +++ b/assets/static/font/Open Sans Bold/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 26624-26879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/26880-27135.pbf b/assets/static/font/Open Sans Bold/26880-27135.pbf new file mode 100644 index 000000000..b1053290b --- /dev/null +++ b/assets/static/font/Open Sans Bold/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 26880-27135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/27136-27391.pbf b/assets/static/font/Open Sans Bold/27136-27391.pbf new file mode 100644 index 000000000..7e8508a9f --- /dev/null +++ b/assets/static/font/Open Sans Bold/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 27136-27391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/27392-27647.pbf b/assets/static/font/Open Sans Bold/27392-27647.pbf new file mode 100644 index 000000000..82edfb186 --- /dev/null +++ b/assets/static/font/Open Sans Bold/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 27392-27647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/27648-27903.pbf b/assets/static/font/Open Sans Bold/27648-27903.pbf new file mode 100644 index 000000000..edbad0956 --- /dev/null +++ b/assets/static/font/Open Sans Bold/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 27648-27903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/27904-28159.pbf b/assets/static/font/Open Sans Bold/27904-28159.pbf new file mode 100644 index 000000000..8c91baa91 --- /dev/null +++ b/assets/static/font/Open Sans Bold/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 27904-28159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/2816-3071.pbf b/assets/static/font/Open Sans Bold/2816-3071.pbf new file mode 100644 index 000000000..48ee1d11d --- /dev/null +++ b/assets/static/font/Open Sans Bold/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 2816-3071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/28160-28415.pbf b/assets/static/font/Open Sans Bold/28160-28415.pbf new file mode 100644 index 000000000..02923d823 --- /dev/null +++ b/assets/static/font/Open Sans Bold/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 28160-28415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/28416-28671.pbf b/assets/static/font/Open Sans Bold/28416-28671.pbf new file mode 100644 index 000000000..c58e635dc --- /dev/null +++ b/assets/static/font/Open Sans Bold/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 28416-28671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/28672-28927.pbf b/assets/static/font/Open Sans Bold/28672-28927.pbf new file mode 100644 index 000000000..b20dfdbf3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 28672-28927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/28928-29183.pbf b/assets/static/font/Open Sans Bold/28928-29183.pbf new file mode 100644 index 000000000..ed3825f9a --- /dev/null +++ b/assets/static/font/Open Sans Bold/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 28928-29183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/29184-29439.pbf b/assets/static/font/Open Sans Bold/29184-29439.pbf new file mode 100644 index 000000000..f18c1f878 --- /dev/null +++ b/assets/static/font/Open Sans Bold/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 29184-29439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/29440-29695.pbf b/assets/static/font/Open Sans Bold/29440-29695.pbf new file mode 100644 index 000000000..f29a759a6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 29440-29695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/29696-29951.pbf b/assets/static/font/Open Sans Bold/29696-29951.pbf new file mode 100644 index 000000000..085909622 --- /dev/null +++ b/assets/static/font/Open Sans Bold/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 29696-29951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/29952-30207.pbf b/assets/static/font/Open Sans Bold/29952-30207.pbf new file mode 100644 index 000000000..db88e3887 --- /dev/null +++ b/assets/static/font/Open Sans Bold/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 29952-30207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/30208-30463.pbf b/assets/static/font/Open Sans Bold/30208-30463.pbf new file mode 100644 index 000000000..c551a9207 --- /dev/null +++ b/assets/static/font/Open Sans Bold/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 30208-30463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/30464-30719.pbf b/assets/static/font/Open Sans Bold/30464-30719.pbf new file mode 100644 index 000000000..ebe3c015a --- /dev/null +++ b/assets/static/font/Open Sans Bold/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 30464-30719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/3072-3327.pbf b/assets/static/font/Open Sans Bold/3072-3327.pbf new file mode 100644 index 000000000..01cecf53a --- /dev/null +++ b/assets/static/font/Open Sans Bold/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 3072-3327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/30720-30975.pbf b/assets/static/font/Open Sans Bold/30720-30975.pbf new file mode 100644 index 000000000..4f33fcfd3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 30720-30975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/30976-31231.pbf b/assets/static/font/Open Sans Bold/30976-31231.pbf new file mode 100644 index 000000000..bf727e39a --- /dev/null +++ b/assets/static/font/Open Sans Bold/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 30976-31231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/31232-31487.pbf b/assets/static/font/Open Sans Bold/31232-31487.pbf new file mode 100644 index 000000000..ad5cb5fb2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 31232-31487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/31488-31743.pbf b/assets/static/font/Open Sans Bold/31488-31743.pbf new file mode 100644 index 000000000..bfca71c9a --- /dev/null +++ b/assets/static/font/Open Sans Bold/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 31488-31743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/31744-31999.pbf b/assets/static/font/Open Sans Bold/31744-31999.pbf new file mode 100644 index 000000000..aa33448b9 --- /dev/null +++ b/assets/static/font/Open Sans Bold/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 31744-31999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/32000-32255.pbf b/assets/static/font/Open Sans Bold/32000-32255.pbf new file mode 100644 index 000000000..48281671a --- /dev/null +++ b/assets/static/font/Open Sans Bold/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 32000-32255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/32256-32511.pbf b/assets/static/font/Open Sans Bold/32256-32511.pbf new file mode 100644 index 000000000..861ea6c8f --- /dev/null +++ b/assets/static/font/Open Sans Bold/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 32256-32511 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/32512-32767.pbf b/assets/static/font/Open Sans Bold/32512-32767.pbf new file mode 100644 index 000000000..f96635c0e --- /dev/null +++ b/assets/static/font/Open Sans Bold/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 32512-32767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/32768-33023.pbf b/assets/static/font/Open Sans Bold/32768-33023.pbf new file mode 100644 index 000000000..f1d01682a --- /dev/null +++ b/assets/static/font/Open Sans Bold/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 32768-33023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/33024-33279.pbf b/assets/static/font/Open Sans Bold/33024-33279.pbf new file mode 100644 index 000000000..e38c367ce --- /dev/null +++ b/assets/static/font/Open Sans Bold/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 33024-33279 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/3328-3583.pbf b/assets/static/font/Open Sans Bold/3328-3583.pbf new file mode 100644 index 000000000..e3aacc879 --- /dev/null +++ b/assets/static/font/Open Sans Bold/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 3328-3583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/33280-33535.pbf b/assets/static/font/Open Sans Bold/33280-33535.pbf new file mode 100644 index 000000000..def76ae2b --- /dev/null +++ b/assets/static/font/Open Sans Bold/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 33280-33535 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/33536-33791.pbf b/assets/static/font/Open Sans Bold/33536-33791.pbf new file mode 100644 index 000000000..5996b77d0 --- /dev/null +++ b/assets/static/font/Open Sans Bold/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 33536-33791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/33792-34047.pbf b/assets/static/font/Open Sans Bold/33792-34047.pbf new file mode 100644 index 000000000..764b7dfea --- /dev/null +++ b/assets/static/font/Open Sans Bold/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 33792-34047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/34048-34303.pbf b/assets/static/font/Open Sans Bold/34048-34303.pbf new file mode 100644 index 000000000..b9aefc4f8 --- /dev/null +++ b/assets/static/font/Open Sans Bold/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 34048-34303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/34304-34559.pbf b/assets/static/font/Open Sans Bold/34304-34559.pbf new file mode 100644 index 000000000..0bdecd5ee --- /dev/null +++ b/assets/static/font/Open Sans Bold/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 34304-34559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/34560-34815.pbf b/assets/static/font/Open Sans Bold/34560-34815.pbf new file mode 100644 index 000000000..8f4d4c8be --- /dev/null +++ b/assets/static/font/Open Sans Bold/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 34560-34815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/34816-35071.pbf b/assets/static/font/Open Sans Bold/34816-35071.pbf new file mode 100644 index 000000000..baa720c32 --- /dev/null +++ b/assets/static/font/Open Sans Bold/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 34816-35071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/35072-35327.pbf b/assets/static/font/Open Sans Bold/35072-35327.pbf new file mode 100644 index 000000000..d3a6f73e5 --- /dev/null +++ b/assets/static/font/Open Sans Bold/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 35072-35327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/35328-35583.pbf b/assets/static/font/Open Sans Bold/35328-35583.pbf new file mode 100644 index 000000000..08701ead8 --- /dev/null +++ b/assets/static/font/Open Sans Bold/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 35328-35583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/35584-35839.pbf b/assets/static/font/Open Sans Bold/35584-35839.pbf new file mode 100644 index 000000000..caed4ac9e --- /dev/null +++ b/assets/static/font/Open Sans Bold/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 35584-35839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/3584-3839.pbf b/assets/static/font/Open Sans Bold/3584-3839.pbf new file mode 100644 index 000000000..44107bc69 --- /dev/null +++ b/assets/static/font/Open Sans Bold/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 3584-3839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/35840-36095.pbf b/assets/static/font/Open Sans Bold/35840-36095.pbf new file mode 100644 index 000000000..7ddd1ac44 --- /dev/null +++ b/assets/static/font/Open Sans Bold/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 35840-36095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/36096-36351.pbf b/assets/static/font/Open Sans Bold/36096-36351.pbf new file mode 100644 index 000000000..18a2953a8 --- /dev/null +++ b/assets/static/font/Open Sans Bold/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 36096-36351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/36352-36607.pbf b/assets/static/font/Open Sans Bold/36352-36607.pbf new file mode 100644 index 000000000..a3f940808 --- /dev/null +++ b/assets/static/font/Open Sans Bold/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 36352-36607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/36608-36863.pbf b/assets/static/font/Open Sans Bold/36608-36863.pbf new file mode 100644 index 000000000..78804aa83 --- /dev/null +++ b/assets/static/font/Open Sans Bold/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 36608-36863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/36864-37119.pbf b/assets/static/font/Open Sans Bold/36864-37119.pbf new file mode 100644 index 000000000..4b61f6918 --- /dev/null +++ b/assets/static/font/Open Sans Bold/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 36864-37119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/37120-37375.pbf b/assets/static/font/Open Sans Bold/37120-37375.pbf new file mode 100644 index 000000000..a96c24142 --- /dev/null +++ b/assets/static/font/Open Sans Bold/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 37120-37375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/37376-37631.pbf b/assets/static/font/Open Sans Bold/37376-37631.pbf new file mode 100644 index 000000000..50cec59f8 --- /dev/null +++ b/assets/static/font/Open Sans Bold/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 37376-37631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/37632-37887.pbf b/assets/static/font/Open Sans Bold/37632-37887.pbf new file mode 100644 index 000000000..34600fcd7 --- /dev/null +++ b/assets/static/font/Open Sans Bold/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 37632-37887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/37888-38143.pbf b/assets/static/font/Open Sans Bold/37888-38143.pbf new file mode 100644 index 000000000..96fb10729 --- /dev/null +++ b/assets/static/font/Open Sans Bold/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 37888-38143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/38144-38399.pbf b/assets/static/font/Open Sans Bold/38144-38399.pbf new file mode 100644 index 000000000..3573fee6f --- /dev/null +++ b/assets/static/font/Open Sans Bold/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 38144-38399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/3840-4095.pbf b/assets/static/font/Open Sans Bold/3840-4095.pbf new file mode 100644 index 000000000..f64124862 --- /dev/null +++ b/assets/static/font/Open Sans Bold/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 3840-4095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/38400-38655.pbf b/assets/static/font/Open Sans Bold/38400-38655.pbf new file mode 100644 index 000000000..9f24c3281 --- /dev/null +++ b/assets/static/font/Open Sans Bold/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 38400-38655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/38656-38911.pbf b/assets/static/font/Open Sans Bold/38656-38911.pbf new file mode 100644 index 000000000..274b1134d --- /dev/null +++ b/assets/static/font/Open Sans Bold/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 38656-38911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/38912-39167.pbf b/assets/static/font/Open Sans Bold/38912-39167.pbf new file mode 100644 index 000000000..4d523cbcd --- /dev/null +++ b/assets/static/font/Open Sans Bold/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 38912-39167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/39168-39423.pbf b/assets/static/font/Open Sans Bold/39168-39423.pbf new file mode 100644 index 000000000..881664b1d --- /dev/null +++ b/assets/static/font/Open Sans Bold/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 39168-39423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/39424-39679.pbf b/assets/static/font/Open Sans Bold/39424-39679.pbf new file mode 100644 index 000000000..2528cb319 --- /dev/null +++ b/assets/static/font/Open Sans Bold/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 39424-39679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/39680-39935.pbf b/assets/static/font/Open Sans Bold/39680-39935.pbf new file mode 100644 index 000000000..adc2013ee --- /dev/null +++ b/assets/static/font/Open Sans Bold/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 39680-39935 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/39936-40191.pbf b/assets/static/font/Open Sans Bold/39936-40191.pbf new file mode 100644 index 000000000..af7767343 --- /dev/null +++ b/assets/static/font/Open Sans Bold/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 39936-40191 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/40192-40447.pbf b/assets/static/font/Open Sans Bold/40192-40447.pbf new file mode 100644 index 000000000..43695ab26 --- /dev/null +++ b/assets/static/font/Open Sans Bold/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 40192-40447 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/40448-40703.pbf b/assets/static/font/Open Sans Bold/40448-40703.pbf new file mode 100644 index 000000000..e69f06b0a --- /dev/null +++ b/assets/static/font/Open Sans Bold/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 40448-40703 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/40704-40959.pbf b/assets/static/font/Open Sans Bold/40704-40959.pbf new file mode 100644 index 000000000..e34fa673c --- /dev/null +++ b/assets/static/font/Open Sans Bold/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 40704-40959 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/4096-4351.pbf b/assets/static/font/Open Sans Bold/4096-4351.pbf new file mode 100644 index 000000000..90bd6a8b2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 4096-4351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/40960-41215.pbf b/assets/static/font/Open Sans Bold/40960-41215.pbf new file mode 100644 index 000000000..2276a8fc2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 40960-41215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/41216-41471.pbf b/assets/static/font/Open Sans Bold/41216-41471.pbf new file mode 100644 index 000000000..f3543af9f --- /dev/null +++ b/assets/static/font/Open Sans Bold/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 41216-41471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/41472-41727.pbf b/assets/static/font/Open Sans Bold/41472-41727.pbf new file mode 100644 index 000000000..81caba955 --- /dev/null +++ b/assets/static/font/Open Sans Bold/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 41472-41727 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/41728-41983.pbf b/assets/static/font/Open Sans Bold/41728-41983.pbf new file mode 100644 index 000000000..c7726b09c --- /dev/null +++ b/assets/static/font/Open Sans Bold/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 41728-41983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/41984-42239.pbf b/assets/static/font/Open Sans Bold/41984-42239.pbf new file mode 100644 index 000000000..7a610fec4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 41984-42239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/42240-42495.pbf b/assets/static/font/Open Sans Bold/42240-42495.pbf new file mode 100644 index 000000000..715a38ffe --- /dev/null +++ b/assets/static/font/Open Sans Bold/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 42240-42495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/42496-42751.pbf b/assets/static/font/Open Sans Bold/42496-42751.pbf new file mode 100644 index 000000000..5193a4b78 --- /dev/null +++ b/assets/static/font/Open Sans Bold/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 42496-42751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/42752-43007.pbf b/assets/static/font/Open Sans Bold/42752-43007.pbf new file mode 100644 index 000000000..b21238a8e --- /dev/null +++ b/assets/static/font/Open Sans Bold/42752-43007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 42752-43007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/43008-43263.pbf b/assets/static/font/Open Sans Bold/43008-43263.pbf new file mode 100644 index 000000000..175a84fba --- /dev/null +++ b/assets/static/font/Open Sans Bold/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 43008-43263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/43264-43519.pbf b/assets/static/font/Open Sans Bold/43264-43519.pbf new file mode 100644 index 000000000..2ae3c0483 --- /dev/null +++ b/assets/static/font/Open Sans Bold/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 43264-43519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/4352-4607.pbf b/assets/static/font/Open Sans Bold/4352-4607.pbf new file mode 100644 index 000000000..af21cc4e0 --- /dev/null +++ b/assets/static/font/Open Sans Bold/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 4352-4607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/43520-43775.pbf b/assets/static/font/Open Sans Bold/43520-43775.pbf new file mode 100644 index 000000000..cda44b525 --- /dev/null +++ b/assets/static/font/Open Sans Bold/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 43520-43775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/43776-44031.pbf b/assets/static/font/Open Sans Bold/43776-44031.pbf new file mode 100644 index 000000000..714067abb --- /dev/null +++ b/assets/static/font/Open Sans Bold/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 43776-44031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/44032-44287.pbf b/assets/static/font/Open Sans Bold/44032-44287.pbf new file mode 100644 index 000000000..7fbdc0889 --- /dev/null +++ b/assets/static/font/Open Sans Bold/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 44032-44287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/44288-44543.pbf b/assets/static/font/Open Sans Bold/44288-44543.pbf new file mode 100644 index 000000000..10ed196ea --- /dev/null +++ b/assets/static/font/Open Sans Bold/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 44288-44543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/44544-44799.pbf b/assets/static/font/Open Sans Bold/44544-44799.pbf new file mode 100644 index 000000000..7a16cfc2d --- /dev/null +++ b/assets/static/font/Open Sans Bold/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 44544-44799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/44800-45055.pbf b/assets/static/font/Open Sans Bold/44800-45055.pbf new file mode 100644 index 000000000..e7a30982b --- /dev/null +++ b/assets/static/font/Open Sans Bold/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 44800-45055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/45056-45311.pbf b/assets/static/font/Open Sans Bold/45056-45311.pbf new file mode 100644 index 000000000..3583cf74a --- /dev/null +++ b/assets/static/font/Open Sans Bold/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 45056-45311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/45312-45567.pbf b/assets/static/font/Open Sans Bold/45312-45567.pbf new file mode 100644 index 000000000..6dad09ee3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 45312-45567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/45568-45823.pbf b/assets/static/font/Open Sans Bold/45568-45823.pbf new file mode 100644 index 000000000..965ec7f82 --- /dev/null +++ b/assets/static/font/Open Sans Bold/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 45568-45823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/45824-46079.pbf b/assets/static/font/Open Sans Bold/45824-46079.pbf new file mode 100644 index 000000000..60dc1ddbe --- /dev/null +++ b/assets/static/font/Open Sans Bold/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 45824-46079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/4608-4863.pbf b/assets/static/font/Open Sans Bold/4608-4863.pbf new file mode 100644 index 000000000..17930d5f0 --- /dev/null +++ b/assets/static/font/Open Sans Bold/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 4608-4863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/46080-46335.pbf b/assets/static/font/Open Sans Bold/46080-46335.pbf new file mode 100644 index 000000000..fef760238 --- /dev/null +++ b/assets/static/font/Open Sans Bold/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 46080-46335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/46336-46591.pbf b/assets/static/font/Open Sans Bold/46336-46591.pbf new file mode 100644 index 000000000..c9905374f --- /dev/null +++ b/assets/static/font/Open Sans Bold/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 46336-46591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/46592-46847.pbf b/assets/static/font/Open Sans Bold/46592-46847.pbf new file mode 100644 index 000000000..c8a10d4cd --- /dev/null +++ b/assets/static/font/Open Sans Bold/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 46592-46847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/46848-47103.pbf b/assets/static/font/Open Sans Bold/46848-47103.pbf new file mode 100644 index 000000000..da3f72b5b --- /dev/null +++ b/assets/static/font/Open Sans Bold/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 46848-47103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/47104-47359.pbf b/assets/static/font/Open Sans Bold/47104-47359.pbf new file mode 100644 index 000000000..3630c3484 --- /dev/null +++ b/assets/static/font/Open Sans Bold/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 47104-47359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/47360-47615.pbf b/assets/static/font/Open Sans Bold/47360-47615.pbf new file mode 100644 index 000000000..c3eeaa79e --- /dev/null +++ b/assets/static/font/Open Sans Bold/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 47360-47615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/47616-47871.pbf b/assets/static/font/Open Sans Bold/47616-47871.pbf new file mode 100644 index 000000000..7435f49fa --- /dev/null +++ b/assets/static/font/Open Sans Bold/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 47616-47871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/47872-48127.pbf b/assets/static/font/Open Sans Bold/47872-48127.pbf new file mode 100644 index 000000000..8d2a466e3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 47872-48127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/48128-48383.pbf b/assets/static/font/Open Sans Bold/48128-48383.pbf new file mode 100644 index 000000000..412bf0d40 --- /dev/null +++ b/assets/static/font/Open Sans Bold/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 48128-48383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/48384-48639.pbf b/assets/static/font/Open Sans Bold/48384-48639.pbf new file mode 100644 index 000000000..6822d99bd --- /dev/null +++ b/assets/static/font/Open Sans Bold/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 48384-48639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/4864-5119.pbf b/assets/static/font/Open Sans Bold/4864-5119.pbf new file mode 100644 index 000000000..47a70d89c --- /dev/null +++ b/assets/static/font/Open Sans Bold/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 4864-5119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/48640-48895.pbf b/assets/static/font/Open Sans Bold/48640-48895.pbf new file mode 100644 index 000000000..d14badd70 --- /dev/null +++ b/assets/static/font/Open Sans Bold/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 48640-48895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/48896-49151.pbf b/assets/static/font/Open Sans Bold/48896-49151.pbf new file mode 100644 index 000000000..c25205b3a --- /dev/null +++ b/assets/static/font/Open Sans Bold/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 48896-49151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/49152-49407.pbf b/assets/static/font/Open Sans Bold/49152-49407.pbf new file mode 100644 index 000000000..24c80e680 --- /dev/null +++ b/assets/static/font/Open Sans Bold/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 49152-49407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/49408-49663.pbf b/assets/static/font/Open Sans Bold/49408-49663.pbf new file mode 100644 index 000000000..83e6dde52 --- /dev/null +++ b/assets/static/font/Open Sans Bold/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 49408-49663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/49664-49919.pbf b/assets/static/font/Open Sans Bold/49664-49919.pbf new file mode 100644 index 000000000..9f2d34d3a --- /dev/null +++ b/assets/static/font/Open Sans Bold/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 49664-49919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/49920-50175.pbf b/assets/static/font/Open Sans Bold/49920-50175.pbf new file mode 100644 index 000000000..64f0589b6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 49920-50175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/50176-50431.pbf b/assets/static/font/Open Sans Bold/50176-50431.pbf new file mode 100644 index 000000000..4751659d2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 50176-50431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/50432-50687.pbf b/assets/static/font/Open Sans Bold/50432-50687.pbf new file mode 100644 index 000000000..9c14b41a2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 50432-50687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/50688-50943.pbf b/assets/static/font/Open Sans Bold/50688-50943.pbf new file mode 100644 index 000000000..a720302a6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 50688-50943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/50944-51199.pbf b/assets/static/font/Open Sans Bold/50944-51199.pbf new file mode 100644 index 000000000..3f5cbd227 --- /dev/null +++ b/assets/static/font/Open Sans Bold/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 50944-51199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/512-767.pbf b/assets/static/font/Open Sans Bold/512-767.pbf new file mode 100644 index 000000000..d4141947f Binary files /dev/null and b/assets/static/font/Open Sans Bold/512-767.pbf differ diff --git a/assets/static/font/Open Sans Bold/5120-5375.pbf b/assets/static/font/Open Sans Bold/5120-5375.pbf new file mode 100644 index 000000000..a24f67c9a --- /dev/null +++ b/assets/static/font/Open Sans Bold/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 5120-5375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/51200-51455.pbf b/assets/static/font/Open Sans Bold/51200-51455.pbf new file mode 100644 index 000000000..89bbdfa09 --- /dev/null +++ b/assets/static/font/Open Sans Bold/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 51200-51455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/51456-51711.pbf b/assets/static/font/Open Sans Bold/51456-51711.pbf new file mode 100644 index 000000000..a1198a964 --- /dev/null +++ b/assets/static/font/Open Sans Bold/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 51456-51711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/51712-51967.pbf b/assets/static/font/Open Sans Bold/51712-51967.pbf new file mode 100644 index 000000000..de4adcfb8 --- /dev/null +++ b/assets/static/font/Open Sans Bold/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 51712-51967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/51968-52223.pbf b/assets/static/font/Open Sans Bold/51968-52223.pbf new file mode 100644 index 000000000..7e8e04229 --- /dev/null +++ b/assets/static/font/Open Sans Bold/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 51968-52223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/52224-52479.pbf b/assets/static/font/Open Sans Bold/52224-52479.pbf new file mode 100644 index 000000000..fec226f4e --- /dev/null +++ b/assets/static/font/Open Sans Bold/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 52224-52479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/52480-52735.pbf b/assets/static/font/Open Sans Bold/52480-52735.pbf new file mode 100644 index 000000000..9fe6d9361 --- /dev/null +++ b/assets/static/font/Open Sans Bold/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 52480-52735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/52736-52991.pbf b/assets/static/font/Open Sans Bold/52736-52991.pbf new file mode 100644 index 000000000..46fd3f5bc --- /dev/null +++ b/assets/static/font/Open Sans Bold/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 52736-52991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/52992-53247.pbf b/assets/static/font/Open Sans Bold/52992-53247.pbf new file mode 100644 index 000000000..2766975a2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 52992-53247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/53248-53503.pbf b/assets/static/font/Open Sans Bold/53248-53503.pbf new file mode 100644 index 000000000..8134ef58c --- /dev/null +++ b/assets/static/font/Open Sans Bold/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 53248-53503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/53504-53759.pbf b/assets/static/font/Open Sans Bold/53504-53759.pbf new file mode 100644 index 000000000..88d772fbd --- /dev/null +++ b/assets/static/font/Open Sans Bold/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 53504-53759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/5376-5631.pbf b/assets/static/font/Open Sans Bold/5376-5631.pbf new file mode 100644 index 000000000..fd0015481 --- /dev/null +++ b/assets/static/font/Open Sans Bold/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 5376-5631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/53760-54015.pbf b/assets/static/font/Open Sans Bold/53760-54015.pbf new file mode 100644 index 000000000..7e309520d --- /dev/null +++ b/assets/static/font/Open Sans Bold/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 53760-54015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/54016-54271.pbf b/assets/static/font/Open Sans Bold/54016-54271.pbf new file mode 100644 index 000000000..d7e364919 --- /dev/null +++ b/assets/static/font/Open Sans Bold/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 54016-54271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/54272-54527.pbf b/assets/static/font/Open Sans Bold/54272-54527.pbf new file mode 100644 index 000000000..22447a16a --- /dev/null +++ b/assets/static/font/Open Sans Bold/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 54272-54527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/54528-54783.pbf b/assets/static/font/Open Sans Bold/54528-54783.pbf new file mode 100644 index 000000000..01b027c03 --- /dev/null +++ b/assets/static/font/Open Sans Bold/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 54528-54783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/54784-55039.pbf b/assets/static/font/Open Sans Bold/54784-55039.pbf new file mode 100644 index 000000000..df83689f2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 54784-55039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/55040-55295.pbf b/assets/static/font/Open Sans Bold/55040-55295.pbf new file mode 100644 index 000000000..f1e0c75d6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 55040-55295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/55296-55551.pbf b/assets/static/font/Open Sans Bold/55296-55551.pbf new file mode 100644 index 000000000..3cbbc41e4 --- /dev/null +++ b/assets/static/font/Open Sans Bold/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 55296-55551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/55552-55807.pbf b/assets/static/font/Open Sans Bold/55552-55807.pbf new file mode 100644 index 000000000..e6d2ad0b6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 55552-55807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/55808-56063.pbf b/assets/static/font/Open Sans Bold/55808-56063.pbf new file mode 100644 index 000000000..afa5c6b77 --- /dev/null +++ b/assets/static/font/Open Sans Bold/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 55808-56063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/56064-56319.pbf b/assets/static/font/Open Sans Bold/56064-56319.pbf new file mode 100644 index 000000000..c079f1554 --- /dev/null +++ b/assets/static/font/Open Sans Bold/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 56064-56319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/5632-5887.pbf b/assets/static/font/Open Sans Bold/5632-5887.pbf new file mode 100644 index 000000000..266864f96 --- /dev/null +++ b/assets/static/font/Open Sans Bold/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 5632-5887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/56320-56575.pbf b/assets/static/font/Open Sans Bold/56320-56575.pbf new file mode 100644 index 000000000..90f702b4b --- /dev/null +++ b/assets/static/font/Open Sans Bold/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 56320-56575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/56576-56831.pbf b/assets/static/font/Open Sans Bold/56576-56831.pbf new file mode 100644 index 000000000..bdc05f6e7 --- /dev/null +++ b/assets/static/font/Open Sans Bold/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 56576-56831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/56832-57087.pbf b/assets/static/font/Open Sans Bold/56832-57087.pbf new file mode 100644 index 000000000..e7f25cf22 --- /dev/null +++ b/assets/static/font/Open Sans Bold/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 56832-57087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/57088-57343.pbf b/assets/static/font/Open Sans Bold/57088-57343.pbf new file mode 100644 index 000000000..98c45e5ed --- /dev/null +++ b/assets/static/font/Open Sans Bold/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 57088-57343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/57344-57599.pbf b/assets/static/font/Open Sans Bold/57344-57599.pbf new file mode 100644 index 000000000..0636393cb --- /dev/null +++ b/assets/static/font/Open Sans Bold/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 57344-57599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/57600-57855.pbf b/assets/static/font/Open Sans Bold/57600-57855.pbf new file mode 100644 index 000000000..7285d19a9 --- /dev/null +++ b/assets/static/font/Open Sans Bold/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 57600-57855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/57856-58111.pbf b/assets/static/font/Open Sans Bold/57856-58111.pbf new file mode 100644 index 000000000..d4b059fae --- /dev/null +++ b/assets/static/font/Open Sans Bold/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 57856-58111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/58112-58367.pbf b/assets/static/font/Open Sans Bold/58112-58367.pbf new file mode 100644 index 000000000..d8f1e7955 --- /dev/null +++ b/assets/static/font/Open Sans Bold/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 58112-58367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/58368-58623.pbf b/assets/static/font/Open Sans Bold/58368-58623.pbf new file mode 100644 index 000000000..e7eca787d --- /dev/null +++ b/assets/static/font/Open Sans Bold/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 58368-58623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/58624-58879.pbf b/assets/static/font/Open Sans Bold/58624-58879.pbf new file mode 100644 index 000000000..604530526 --- /dev/null +++ b/assets/static/font/Open Sans Bold/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 58624-58879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/5888-6143.pbf b/assets/static/font/Open Sans Bold/5888-6143.pbf new file mode 100644 index 000000000..ef04a42f2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 5888-6143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/58880-59135.pbf b/assets/static/font/Open Sans Bold/58880-59135.pbf new file mode 100644 index 000000000..7c1fd9f0b --- /dev/null +++ b/assets/static/font/Open Sans Bold/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 58880-59135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/59136-59391.pbf b/assets/static/font/Open Sans Bold/59136-59391.pbf new file mode 100644 index 000000000..8a60f9ad9 --- /dev/null +++ b/assets/static/font/Open Sans Bold/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 59136-59391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/59392-59647.pbf b/assets/static/font/Open Sans Bold/59392-59647.pbf new file mode 100644 index 000000000..28d422670 --- /dev/null +++ b/assets/static/font/Open Sans Bold/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 59392-59647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/59648-59903.pbf b/assets/static/font/Open Sans Bold/59648-59903.pbf new file mode 100644 index 000000000..d6c517cd3 --- /dev/null +++ b/assets/static/font/Open Sans Bold/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 59648-59903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/59904-60159.pbf b/assets/static/font/Open Sans Bold/59904-60159.pbf new file mode 100644 index 000000000..055f95e4f --- /dev/null +++ b/assets/static/font/Open Sans Bold/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 59904-60159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/60160-60415.pbf b/assets/static/font/Open Sans Bold/60160-60415.pbf new file mode 100644 index 000000000..cca8fbcc6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 60160-60415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/60416-60671.pbf b/assets/static/font/Open Sans Bold/60416-60671.pbf new file mode 100644 index 000000000..c2d605695 --- /dev/null +++ b/assets/static/font/Open Sans Bold/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 60416-60671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/60672-60927.pbf b/assets/static/font/Open Sans Bold/60672-60927.pbf new file mode 100644 index 000000000..6d4ed4cca --- /dev/null +++ b/assets/static/font/Open Sans Bold/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 60672-60927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/60928-61183.pbf b/assets/static/font/Open Sans Bold/60928-61183.pbf new file mode 100644 index 000000000..ed9e58baa --- /dev/null +++ b/assets/static/font/Open Sans Bold/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 60928-61183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/61184-61439.pbf b/assets/static/font/Open Sans Bold/61184-61439.pbf new file mode 100644 index 000000000..b3ef3dfa5 --- /dev/null +++ b/assets/static/font/Open Sans Bold/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 61184-61439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/6144-6399.pbf b/assets/static/font/Open Sans Bold/6144-6399.pbf new file mode 100644 index 000000000..7cd767e1c --- /dev/null +++ b/assets/static/font/Open Sans Bold/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 6144-6399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/61440-61695.pbf b/assets/static/font/Open Sans Bold/61440-61695.pbf new file mode 100644 index 000000000..d34556e08 --- /dev/null +++ b/assets/static/font/Open Sans Bold/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 61440-61695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/61696-61951.pbf b/assets/static/font/Open Sans Bold/61696-61951.pbf new file mode 100644 index 000000000..ae157ec71 --- /dev/null +++ b/assets/static/font/Open Sans Bold/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 61696-61951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/61952-62207.pbf b/assets/static/font/Open Sans Bold/61952-62207.pbf new file mode 100644 index 000000000..f706d5754 --- /dev/null +++ b/assets/static/font/Open Sans Bold/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 61952-62207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/62208-62463.pbf b/assets/static/font/Open Sans Bold/62208-62463.pbf new file mode 100644 index 000000000..dd41e45c6 --- /dev/null +++ b/assets/static/font/Open Sans Bold/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 62208-62463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/62464-62719.pbf b/assets/static/font/Open Sans Bold/62464-62719.pbf new file mode 100644 index 000000000..0d474b4aa --- /dev/null +++ b/assets/static/font/Open Sans Bold/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 62464-62719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/62720-62975.pbf b/assets/static/font/Open Sans Bold/62720-62975.pbf new file mode 100644 index 000000000..6024056c2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 62720-62975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/62976-63231.pbf b/assets/static/font/Open Sans Bold/62976-63231.pbf new file mode 100644 index 000000000..d5926a7c0 --- /dev/null +++ b/assets/static/font/Open Sans Bold/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 62976-63231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/63232-63487.pbf b/assets/static/font/Open Sans Bold/63232-63487.pbf new file mode 100644 index 000000000..8d1df780a --- /dev/null +++ b/assets/static/font/Open Sans Bold/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 63232-63487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/63488-63743.pbf b/assets/static/font/Open Sans Bold/63488-63743.pbf new file mode 100644 index 000000000..2bb11df5f --- /dev/null +++ b/assets/static/font/Open Sans Bold/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 63488-63743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/63744-63999.pbf b/assets/static/font/Open Sans Bold/63744-63999.pbf new file mode 100644 index 000000000..49f569526 --- /dev/null +++ b/assets/static/font/Open Sans Bold/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 63744-63999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/6400-6655.pbf b/assets/static/font/Open Sans Bold/6400-6655.pbf new file mode 100644 index 000000000..2ed4b6616 --- /dev/null +++ b/assets/static/font/Open Sans Bold/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 6400-6655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/64000-64255.pbf b/assets/static/font/Open Sans Bold/64000-64255.pbf new file mode 100644 index 000000000..c7690d351 --- /dev/null +++ b/assets/static/font/Open Sans Bold/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 64000-64255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/64256-64511.pbf b/assets/static/font/Open Sans Bold/64256-64511.pbf new file mode 100644 index 000000000..f9df9d4fc Binary files /dev/null and b/assets/static/font/Open Sans Bold/64256-64511.pbf differ diff --git a/assets/static/font/Open Sans Bold/64512-64767.pbf b/assets/static/font/Open Sans Bold/64512-64767.pbf new file mode 100644 index 000000000..eb724a958 --- /dev/null +++ b/assets/static/font/Open Sans Bold/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 64512-64767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/64768-65023.pbf b/assets/static/font/Open Sans Bold/64768-65023.pbf new file mode 100644 index 000000000..977c6dbe7 --- /dev/null +++ b/assets/static/font/Open Sans Bold/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 64768-65023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/65024-65279.pbf b/assets/static/font/Open Sans Bold/65024-65279.pbf new file mode 100644 index 000000000..146f6de4c Binary files /dev/null and b/assets/static/font/Open Sans Bold/65024-65279.pbf differ diff --git a/assets/static/font/Open Sans Bold/65280-65533.pbf b/assets/static/font/Open Sans Bold/65280-65533.pbf new file mode 100644 index 000000000..0ed246838 Binary files /dev/null and b/assets/static/font/Open Sans Bold/65280-65533.pbf differ diff --git a/assets/static/font/Open Sans Bold/6656-6911.pbf b/assets/static/font/Open Sans Bold/6656-6911.pbf new file mode 100644 index 000000000..adc87a183 --- /dev/null +++ b/assets/static/font/Open Sans Bold/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 6656-6911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/6912-7167.pbf b/assets/static/font/Open Sans Bold/6912-7167.pbf new file mode 100644 index 000000000..9a8816721 --- /dev/null +++ b/assets/static/font/Open Sans Bold/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 6912-7167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/7168-7423.pbf b/assets/static/font/Open Sans Bold/7168-7423.pbf new file mode 100644 index 000000000..a59652f4e --- /dev/null +++ b/assets/static/font/Open Sans Bold/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 7168-7423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/7424-7679.pbf b/assets/static/font/Open Sans Bold/7424-7679.pbf new file mode 100644 index 000000000..2ea190592 --- /dev/null +++ b/assets/static/font/Open Sans Bold/7424-7679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 7424-7679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/768-1023.pbf b/assets/static/font/Open Sans Bold/768-1023.pbf new file mode 100644 index 000000000..13e9a744b Binary files /dev/null and b/assets/static/font/Open Sans Bold/768-1023.pbf differ diff --git a/assets/static/font/Open Sans Bold/7680-7935.pbf b/assets/static/font/Open Sans Bold/7680-7935.pbf new file mode 100644 index 000000000..2700d55b1 Binary files /dev/null and b/assets/static/font/Open Sans Bold/7680-7935.pbf differ diff --git a/assets/static/font/Open Sans Bold/7936-8191.pbf b/assets/static/font/Open Sans Bold/7936-8191.pbf new file mode 100644 index 000000000..c8b7a06dd Binary files /dev/null and b/assets/static/font/Open Sans Bold/7936-8191.pbf differ diff --git a/assets/static/font/Open Sans Bold/8192-8447.pbf b/assets/static/font/Open Sans Bold/8192-8447.pbf new file mode 100644 index 000000000..bde2ebb13 Binary files /dev/null and b/assets/static/font/Open Sans Bold/8192-8447.pbf differ diff --git a/assets/static/font/Open Sans Bold/8448-8703.pbf b/assets/static/font/Open Sans Bold/8448-8703.pbf new file mode 100644 index 000000000..0ddf32b72 Binary files /dev/null and b/assets/static/font/Open Sans Bold/8448-8703.pbf differ diff --git a/assets/static/font/Open Sans Bold/8704-8959.pbf b/assets/static/font/Open Sans Bold/8704-8959.pbf new file mode 100644 index 000000000..bf2264de8 Binary files /dev/null and b/assets/static/font/Open Sans Bold/8704-8959.pbf differ diff --git a/assets/static/font/Open Sans Bold/8960-9215.pbf b/assets/static/font/Open Sans Bold/8960-9215.pbf new file mode 100644 index 000000000..97aa88971 --- /dev/null +++ b/assets/static/font/Open Sans Bold/8960-9215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 8960-9215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/9216-9471.pbf b/assets/static/font/Open Sans Bold/9216-9471.pbf new file mode 100644 index 000000000..0f0249082 --- /dev/null +++ b/assets/static/font/Open Sans Bold/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 9216-9471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/9472-9727.pbf b/assets/static/font/Open Sans Bold/9472-9727.pbf new file mode 100644 index 000000000..8518103fd Binary files /dev/null and b/assets/static/font/Open Sans Bold/9472-9727.pbf differ diff --git a/assets/static/font/Open Sans Bold/9728-9983.pbf b/assets/static/font/Open Sans Bold/9728-9983.pbf new file mode 100644 index 000000000..c5d0032e2 --- /dev/null +++ b/assets/static/font/Open Sans Bold/9728-9983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Bold 9728-9983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Bold/9984-10239.pbf b/assets/static/font/Open Sans Bold/9984-10239.pbf new file mode 100644 index 000000000..227e5af76 --- /dev/null +++ b/assets/static/font/Open Sans Bold/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Open Sans Bold +9984-10239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/0-255.pbf b/assets/static/font/Open Sans Italic/0-255.pbf new file mode 100644 index 000000000..5ef53ac29 Binary files /dev/null and b/assets/static/font/Open Sans Italic/0-255.pbf differ diff --git a/assets/static/font/Open Sans Italic/1024-1279.pbf b/assets/static/font/Open Sans Italic/1024-1279.pbf new file mode 100644 index 000000000..2705567cd Binary files /dev/null and b/assets/static/font/Open Sans Italic/1024-1279.pbf differ diff --git a/assets/static/font/Open Sans Italic/10240-10495.pbf b/assets/static/font/Open Sans Italic/10240-10495.pbf new file mode 100644 index 000000000..cf4bbd1cb --- /dev/null +++ b/assets/static/font/Open Sans Italic/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 10240-10495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/10496-10751.pbf b/assets/static/font/Open Sans Italic/10496-10751.pbf new file mode 100644 index 000000000..830c8ef5f --- /dev/null +++ b/assets/static/font/Open Sans Italic/10496-10751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 10496-10751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/10752-11007.pbf b/assets/static/font/Open Sans Italic/10752-11007.pbf new file mode 100644 index 000000000..97055c91c --- /dev/null +++ b/assets/static/font/Open Sans Italic/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 10752-11007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/11008-11263.pbf b/assets/static/font/Open Sans Italic/11008-11263.pbf new file mode 100644 index 000000000..e7aa16cf2 --- /dev/null +++ b/assets/static/font/Open Sans Italic/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 11008-11263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/11264-11519.pbf b/assets/static/font/Open Sans Italic/11264-11519.pbf new file mode 100644 index 000000000..9d48f6721 --- /dev/null +++ b/assets/static/font/Open Sans Italic/11264-11519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 11264-11519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/11520-11775.pbf b/assets/static/font/Open Sans Italic/11520-11775.pbf new file mode 100644 index 000000000..c0862f6ce --- /dev/null +++ b/assets/static/font/Open Sans Italic/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 11520-11775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/11776-12031.pbf b/assets/static/font/Open Sans Italic/11776-12031.pbf new file mode 100644 index 000000000..88ea4b984 --- /dev/null +++ b/assets/static/font/Open Sans Italic/11776-12031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 11776-12031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/12032-12287.pbf b/assets/static/font/Open Sans Italic/12032-12287.pbf new file mode 100644 index 000000000..feeff4f7a --- /dev/null +++ b/assets/static/font/Open Sans Italic/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 12032-12287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/12288-12543.pbf b/assets/static/font/Open Sans Italic/12288-12543.pbf new file mode 100644 index 000000000..521a1595b --- /dev/null +++ b/assets/static/font/Open Sans Italic/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 12288-12543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/12544-12799.pbf b/assets/static/font/Open Sans Italic/12544-12799.pbf new file mode 100644 index 000000000..c6dc09419 --- /dev/null +++ b/assets/static/font/Open Sans Italic/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 12544-12799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/1280-1535.pbf b/assets/static/font/Open Sans Italic/1280-1535.pbf new file mode 100644 index 000000000..509c8e8c5 Binary files /dev/null and b/assets/static/font/Open Sans Italic/1280-1535.pbf differ diff --git a/assets/static/font/Open Sans Italic/12800-13055.pbf b/assets/static/font/Open Sans Italic/12800-13055.pbf new file mode 100644 index 000000000..8a3616cc0 --- /dev/null +++ b/assets/static/font/Open Sans Italic/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 12800-13055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/13056-13311.pbf b/assets/static/font/Open Sans Italic/13056-13311.pbf new file mode 100644 index 000000000..3d4f0cb66 --- /dev/null +++ b/assets/static/font/Open Sans Italic/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 13056-13311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/13312-13567.pbf b/assets/static/font/Open Sans Italic/13312-13567.pbf new file mode 100644 index 000000000..2a388938b --- /dev/null +++ b/assets/static/font/Open Sans Italic/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 13312-13567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/13568-13823.pbf b/assets/static/font/Open Sans Italic/13568-13823.pbf new file mode 100644 index 000000000..9ba8ab0ee --- /dev/null +++ b/assets/static/font/Open Sans Italic/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 13568-13823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/13824-14079.pbf b/assets/static/font/Open Sans Italic/13824-14079.pbf new file mode 100644 index 000000000..30a5859f3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 13824-14079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/14080-14335.pbf b/assets/static/font/Open Sans Italic/14080-14335.pbf new file mode 100644 index 000000000..e7560bd55 --- /dev/null +++ b/assets/static/font/Open Sans Italic/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 14080-14335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/14336-14591.pbf b/assets/static/font/Open Sans Italic/14336-14591.pbf new file mode 100644 index 000000000..3be0ff4ec --- /dev/null +++ b/assets/static/font/Open Sans Italic/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 14336-14591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/14592-14847.pbf b/assets/static/font/Open Sans Italic/14592-14847.pbf new file mode 100644 index 000000000..065b26878 --- /dev/null +++ b/assets/static/font/Open Sans Italic/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 14592-14847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/14848-15103.pbf b/assets/static/font/Open Sans Italic/14848-15103.pbf new file mode 100644 index 000000000..ac15e3f26 --- /dev/null +++ b/assets/static/font/Open Sans Italic/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 14848-15103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/15104-15359.pbf b/assets/static/font/Open Sans Italic/15104-15359.pbf new file mode 100644 index 000000000..fa68d95a6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 15104-15359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/1536-1791.pbf b/assets/static/font/Open Sans Italic/1536-1791.pbf new file mode 100644 index 000000000..63e88c5a6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 1536-1791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/15360-15615.pbf b/assets/static/font/Open Sans Italic/15360-15615.pbf new file mode 100644 index 000000000..4835dc196 --- /dev/null +++ b/assets/static/font/Open Sans Italic/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 15360-15615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/15616-15871.pbf b/assets/static/font/Open Sans Italic/15616-15871.pbf new file mode 100644 index 000000000..b09d958d5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 15616-15871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/15872-16127.pbf b/assets/static/font/Open Sans Italic/15872-16127.pbf new file mode 100644 index 000000000..39a32f502 --- /dev/null +++ b/assets/static/font/Open Sans Italic/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 15872-16127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/16128-16383.pbf b/assets/static/font/Open Sans Italic/16128-16383.pbf new file mode 100644 index 000000000..494d9f1fd --- /dev/null +++ b/assets/static/font/Open Sans Italic/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 16128-16383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/16384-16639.pbf b/assets/static/font/Open Sans Italic/16384-16639.pbf new file mode 100644 index 000000000..946e49a01 --- /dev/null +++ b/assets/static/font/Open Sans Italic/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 16384-16639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/16640-16895.pbf b/assets/static/font/Open Sans Italic/16640-16895.pbf new file mode 100644 index 000000000..acc41086f --- /dev/null +++ b/assets/static/font/Open Sans Italic/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 16640-16895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/16896-17151.pbf b/assets/static/font/Open Sans Italic/16896-17151.pbf new file mode 100644 index 000000000..9ebe65614 --- /dev/null +++ b/assets/static/font/Open Sans Italic/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 16896-17151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/17152-17407.pbf b/assets/static/font/Open Sans Italic/17152-17407.pbf new file mode 100644 index 000000000..00b219390 --- /dev/null +++ b/assets/static/font/Open Sans Italic/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 17152-17407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/17408-17663.pbf b/assets/static/font/Open Sans Italic/17408-17663.pbf new file mode 100644 index 000000000..d985dbb3e --- /dev/null +++ b/assets/static/font/Open Sans Italic/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 17408-17663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/17664-17919.pbf b/assets/static/font/Open Sans Italic/17664-17919.pbf new file mode 100644 index 000000000..90f561442 --- /dev/null +++ b/assets/static/font/Open Sans Italic/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 17664-17919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/1792-2047.pbf b/assets/static/font/Open Sans Italic/1792-2047.pbf new file mode 100644 index 000000000..0f1eb0a64 --- /dev/null +++ b/assets/static/font/Open Sans Italic/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 1792-2047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/17920-18175.pbf b/assets/static/font/Open Sans Italic/17920-18175.pbf new file mode 100644 index 000000000..286fb8536 --- /dev/null +++ b/assets/static/font/Open Sans Italic/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 17920-18175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/18176-18431.pbf b/assets/static/font/Open Sans Italic/18176-18431.pbf new file mode 100644 index 000000000..75b0ee26f --- /dev/null +++ b/assets/static/font/Open Sans Italic/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 18176-18431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/18432-18687.pbf b/assets/static/font/Open Sans Italic/18432-18687.pbf new file mode 100644 index 000000000..31a0ff558 --- /dev/null +++ b/assets/static/font/Open Sans Italic/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 18432-18687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/18688-18943.pbf b/assets/static/font/Open Sans Italic/18688-18943.pbf new file mode 100644 index 000000000..635198649 --- /dev/null +++ b/assets/static/font/Open Sans Italic/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 18688-18943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/18944-19199.pbf b/assets/static/font/Open Sans Italic/18944-19199.pbf new file mode 100644 index 000000000..a59ffd53d --- /dev/null +++ b/assets/static/font/Open Sans Italic/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 18944-19199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/19200-19455.pbf b/assets/static/font/Open Sans Italic/19200-19455.pbf new file mode 100644 index 000000000..6947e7320 --- /dev/null +++ b/assets/static/font/Open Sans Italic/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 19200-19455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/19456-19711.pbf b/assets/static/font/Open Sans Italic/19456-19711.pbf new file mode 100644 index 000000000..1be52c605 --- /dev/null +++ b/assets/static/font/Open Sans Italic/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 19456-19711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/19712-19967.pbf b/assets/static/font/Open Sans Italic/19712-19967.pbf new file mode 100644 index 000000000..c69a54430 --- /dev/null +++ b/assets/static/font/Open Sans Italic/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 19712-19967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/19968-20223.pbf b/assets/static/font/Open Sans Italic/19968-20223.pbf new file mode 100644 index 000000000..fbc71ea60 --- /dev/null +++ b/assets/static/font/Open Sans Italic/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 19968-20223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/20224-20479.pbf b/assets/static/font/Open Sans Italic/20224-20479.pbf new file mode 100644 index 000000000..522a5ecde --- /dev/null +++ b/assets/static/font/Open Sans Italic/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 20224-20479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/2048-2303.pbf b/assets/static/font/Open Sans Italic/2048-2303.pbf new file mode 100644 index 000000000..34b3ce94d --- /dev/null +++ b/assets/static/font/Open Sans Italic/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 2048-2303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/20480-20735.pbf b/assets/static/font/Open Sans Italic/20480-20735.pbf new file mode 100644 index 000000000..50d71fe11 --- /dev/null +++ b/assets/static/font/Open Sans Italic/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 20480-20735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/20736-20991.pbf b/assets/static/font/Open Sans Italic/20736-20991.pbf new file mode 100644 index 000000000..7eb76c22b --- /dev/null +++ b/assets/static/font/Open Sans Italic/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 20736-20991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/20992-21247.pbf b/assets/static/font/Open Sans Italic/20992-21247.pbf new file mode 100644 index 000000000..b30afeaeb --- /dev/null +++ b/assets/static/font/Open Sans Italic/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 20992-21247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/21248-21503.pbf b/assets/static/font/Open Sans Italic/21248-21503.pbf new file mode 100644 index 000000000..ac6de74a6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 21248-21503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/21504-21759.pbf b/assets/static/font/Open Sans Italic/21504-21759.pbf new file mode 100644 index 000000000..396df93d6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 21504-21759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/21760-22015.pbf b/assets/static/font/Open Sans Italic/21760-22015.pbf new file mode 100644 index 000000000..290698ab3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 21760-22015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/22016-22271.pbf b/assets/static/font/Open Sans Italic/22016-22271.pbf new file mode 100644 index 000000000..64a84b7bd --- /dev/null +++ b/assets/static/font/Open Sans Italic/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 22016-22271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/22272-22527.pbf b/assets/static/font/Open Sans Italic/22272-22527.pbf new file mode 100644 index 000000000..4dce00e53 --- /dev/null +++ b/assets/static/font/Open Sans Italic/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 22272-22527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/22528-22783.pbf b/assets/static/font/Open Sans Italic/22528-22783.pbf new file mode 100644 index 000000000..dba08a09f --- /dev/null +++ b/assets/static/font/Open Sans Italic/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 22528-22783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/22784-23039.pbf b/assets/static/font/Open Sans Italic/22784-23039.pbf new file mode 100644 index 000000000..1a662d1dd --- /dev/null +++ b/assets/static/font/Open Sans Italic/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 22784-23039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/2304-2559.pbf b/assets/static/font/Open Sans Italic/2304-2559.pbf new file mode 100644 index 000000000..70eb8f00b --- /dev/null +++ b/assets/static/font/Open Sans Italic/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 2304-2559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/23040-23295.pbf b/assets/static/font/Open Sans Italic/23040-23295.pbf new file mode 100644 index 000000000..579b8275d --- /dev/null +++ b/assets/static/font/Open Sans Italic/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 23040-23295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/23296-23551.pbf b/assets/static/font/Open Sans Italic/23296-23551.pbf new file mode 100644 index 000000000..11f416e77 --- /dev/null +++ b/assets/static/font/Open Sans Italic/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 23296-23551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/23552-23807.pbf b/assets/static/font/Open Sans Italic/23552-23807.pbf new file mode 100644 index 000000000..9e6b3c8b4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 23552-23807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/23808-24063.pbf b/assets/static/font/Open Sans Italic/23808-24063.pbf new file mode 100644 index 000000000..52fc76240 --- /dev/null +++ b/assets/static/font/Open Sans Italic/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 23808-24063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/24064-24319.pbf b/assets/static/font/Open Sans Italic/24064-24319.pbf new file mode 100644 index 000000000..a84c8a036 --- /dev/null +++ b/assets/static/font/Open Sans Italic/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 24064-24319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/24320-24575.pbf b/assets/static/font/Open Sans Italic/24320-24575.pbf new file mode 100644 index 000000000..a509a7dde --- /dev/null +++ b/assets/static/font/Open Sans Italic/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 24320-24575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/24576-24831.pbf b/assets/static/font/Open Sans Italic/24576-24831.pbf new file mode 100644 index 000000000..6cad18a5b --- /dev/null +++ b/assets/static/font/Open Sans Italic/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 24576-24831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/24832-25087.pbf b/assets/static/font/Open Sans Italic/24832-25087.pbf new file mode 100644 index 000000000..d718a5ea4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 24832-25087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/25088-25343.pbf b/assets/static/font/Open Sans Italic/25088-25343.pbf new file mode 100644 index 000000000..b7e677959 --- /dev/null +++ b/assets/static/font/Open Sans Italic/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 25088-25343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/25344-25599.pbf b/assets/static/font/Open Sans Italic/25344-25599.pbf new file mode 100644 index 000000000..fd467128b --- /dev/null +++ b/assets/static/font/Open Sans Italic/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 25344-25599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/256-511.pbf b/assets/static/font/Open Sans Italic/256-511.pbf new file mode 100644 index 000000000..2d2317803 Binary files /dev/null and b/assets/static/font/Open Sans Italic/256-511.pbf differ diff --git a/assets/static/font/Open Sans Italic/2560-2815.pbf b/assets/static/font/Open Sans Italic/2560-2815.pbf new file mode 100644 index 000000000..adfb4269e --- /dev/null +++ b/assets/static/font/Open Sans Italic/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 2560-2815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/25600-25855.pbf b/assets/static/font/Open Sans Italic/25600-25855.pbf new file mode 100644 index 000000000..0be4c4147 --- /dev/null +++ b/assets/static/font/Open Sans Italic/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 25600-25855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/25856-26111.pbf b/assets/static/font/Open Sans Italic/25856-26111.pbf new file mode 100644 index 000000000..62277c851 --- /dev/null +++ b/assets/static/font/Open Sans Italic/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 25856-26111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/26112-26367.pbf b/assets/static/font/Open Sans Italic/26112-26367.pbf new file mode 100644 index 000000000..cf533d72b --- /dev/null +++ b/assets/static/font/Open Sans Italic/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 26112-26367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/26368-26623.pbf b/assets/static/font/Open Sans Italic/26368-26623.pbf new file mode 100644 index 000000000..99a7140dd --- /dev/null +++ b/assets/static/font/Open Sans Italic/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 26368-26623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/26624-26879.pbf b/assets/static/font/Open Sans Italic/26624-26879.pbf new file mode 100644 index 000000000..f5809df14 --- /dev/null +++ b/assets/static/font/Open Sans Italic/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 26624-26879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/26880-27135.pbf b/assets/static/font/Open Sans Italic/26880-27135.pbf new file mode 100644 index 000000000..2a40d090b --- /dev/null +++ b/assets/static/font/Open Sans Italic/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 26880-27135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/27136-27391.pbf b/assets/static/font/Open Sans Italic/27136-27391.pbf new file mode 100644 index 000000000..512b5406b --- /dev/null +++ b/assets/static/font/Open Sans Italic/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 27136-27391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/27392-27647.pbf b/assets/static/font/Open Sans Italic/27392-27647.pbf new file mode 100644 index 000000000..da1082d66 --- /dev/null +++ b/assets/static/font/Open Sans Italic/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 27392-27647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/27648-27903.pbf b/assets/static/font/Open Sans Italic/27648-27903.pbf new file mode 100644 index 000000000..3baef7d2b --- /dev/null +++ b/assets/static/font/Open Sans Italic/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 27648-27903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/27904-28159.pbf b/assets/static/font/Open Sans Italic/27904-28159.pbf new file mode 100644 index 000000000..c429894ba --- /dev/null +++ b/assets/static/font/Open Sans Italic/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 27904-28159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/2816-3071.pbf b/assets/static/font/Open Sans Italic/2816-3071.pbf new file mode 100644 index 000000000..17c43971b --- /dev/null +++ b/assets/static/font/Open Sans Italic/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 2816-3071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/28160-28415.pbf b/assets/static/font/Open Sans Italic/28160-28415.pbf new file mode 100644 index 000000000..dd0fa281e --- /dev/null +++ b/assets/static/font/Open Sans Italic/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 28160-28415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/28416-28671.pbf b/assets/static/font/Open Sans Italic/28416-28671.pbf new file mode 100644 index 000000000..96ead0c50 --- /dev/null +++ b/assets/static/font/Open Sans Italic/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 28416-28671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/28672-28927.pbf b/assets/static/font/Open Sans Italic/28672-28927.pbf new file mode 100644 index 000000000..874d87288 --- /dev/null +++ b/assets/static/font/Open Sans Italic/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 28672-28927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/28928-29183.pbf b/assets/static/font/Open Sans Italic/28928-29183.pbf new file mode 100644 index 000000000..d00bdf26b --- /dev/null +++ b/assets/static/font/Open Sans Italic/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 28928-29183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/29184-29439.pbf b/assets/static/font/Open Sans Italic/29184-29439.pbf new file mode 100644 index 000000000..cbf863b19 --- /dev/null +++ b/assets/static/font/Open Sans Italic/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 29184-29439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/29440-29695.pbf b/assets/static/font/Open Sans Italic/29440-29695.pbf new file mode 100644 index 000000000..49c3a619f --- /dev/null +++ b/assets/static/font/Open Sans Italic/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 29440-29695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/29696-29951.pbf b/assets/static/font/Open Sans Italic/29696-29951.pbf new file mode 100644 index 000000000..7edf0a837 --- /dev/null +++ b/assets/static/font/Open Sans Italic/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 29696-29951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/29952-30207.pbf b/assets/static/font/Open Sans Italic/29952-30207.pbf new file mode 100644 index 000000000..ecd9f7b74 --- /dev/null +++ b/assets/static/font/Open Sans Italic/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 29952-30207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/30208-30463.pbf b/assets/static/font/Open Sans Italic/30208-30463.pbf new file mode 100644 index 000000000..cdabbeb8e --- /dev/null +++ b/assets/static/font/Open Sans Italic/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 30208-30463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/30464-30719.pbf b/assets/static/font/Open Sans Italic/30464-30719.pbf new file mode 100644 index 000000000..e595082a2 --- /dev/null +++ b/assets/static/font/Open Sans Italic/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 30464-30719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/3072-3327.pbf b/assets/static/font/Open Sans Italic/3072-3327.pbf new file mode 100644 index 000000000..da75575d9 --- /dev/null +++ b/assets/static/font/Open Sans Italic/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 3072-3327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/30720-30975.pbf b/assets/static/font/Open Sans Italic/30720-30975.pbf new file mode 100644 index 000000000..728c23139 --- /dev/null +++ b/assets/static/font/Open Sans Italic/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 30720-30975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/30976-31231.pbf b/assets/static/font/Open Sans Italic/30976-31231.pbf new file mode 100644 index 000000000..3edd61bc9 --- /dev/null +++ b/assets/static/font/Open Sans Italic/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 30976-31231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/31232-31487.pbf b/assets/static/font/Open Sans Italic/31232-31487.pbf new file mode 100644 index 000000000..72698a76c --- /dev/null +++ b/assets/static/font/Open Sans Italic/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 31232-31487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/31488-31743.pbf b/assets/static/font/Open Sans Italic/31488-31743.pbf new file mode 100644 index 000000000..a9c314544 --- /dev/null +++ b/assets/static/font/Open Sans Italic/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 31488-31743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/31744-31999.pbf b/assets/static/font/Open Sans Italic/31744-31999.pbf new file mode 100644 index 000000000..326ab7131 --- /dev/null +++ b/assets/static/font/Open Sans Italic/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 31744-31999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/32000-32255.pbf b/assets/static/font/Open Sans Italic/32000-32255.pbf new file mode 100644 index 000000000..21733b0e7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 32000-32255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/32256-32511.pbf b/assets/static/font/Open Sans Italic/32256-32511.pbf new file mode 100644 index 000000000..45e443070 --- /dev/null +++ b/assets/static/font/Open Sans Italic/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 32256-32511 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/32512-32767.pbf b/assets/static/font/Open Sans Italic/32512-32767.pbf new file mode 100644 index 000000000..2ba36b633 --- /dev/null +++ b/assets/static/font/Open Sans Italic/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 32512-32767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/32768-33023.pbf b/assets/static/font/Open Sans Italic/32768-33023.pbf new file mode 100644 index 000000000..68cabfdf5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 32768-33023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/33024-33279.pbf b/assets/static/font/Open Sans Italic/33024-33279.pbf new file mode 100644 index 000000000..3213dfdf3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 33024-33279 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/3328-3583.pbf b/assets/static/font/Open Sans Italic/3328-3583.pbf new file mode 100644 index 000000000..f99938942 --- /dev/null +++ b/assets/static/font/Open Sans Italic/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 3328-3583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/33280-33535.pbf b/assets/static/font/Open Sans Italic/33280-33535.pbf new file mode 100644 index 000000000..90b889858 --- /dev/null +++ b/assets/static/font/Open Sans Italic/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 33280-33535 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/33536-33791.pbf b/assets/static/font/Open Sans Italic/33536-33791.pbf new file mode 100644 index 000000000..cfd710b6d --- /dev/null +++ b/assets/static/font/Open Sans Italic/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 33536-33791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/33792-34047.pbf b/assets/static/font/Open Sans Italic/33792-34047.pbf new file mode 100644 index 000000000..61804765a --- /dev/null +++ b/assets/static/font/Open Sans Italic/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 33792-34047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/34048-34303.pbf b/assets/static/font/Open Sans Italic/34048-34303.pbf new file mode 100644 index 000000000..ec2049a48 --- /dev/null +++ b/assets/static/font/Open Sans Italic/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 34048-34303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/34304-34559.pbf b/assets/static/font/Open Sans Italic/34304-34559.pbf new file mode 100644 index 000000000..648a4b6f7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 34304-34559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/34560-34815.pbf b/assets/static/font/Open Sans Italic/34560-34815.pbf new file mode 100644 index 000000000..8a9dede30 --- /dev/null +++ b/assets/static/font/Open Sans Italic/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 34560-34815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/34816-35071.pbf b/assets/static/font/Open Sans Italic/34816-35071.pbf new file mode 100644 index 000000000..ed99aefe1 --- /dev/null +++ b/assets/static/font/Open Sans Italic/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 34816-35071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/35072-35327.pbf b/assets/static/font/Open Sans Italic/35072-35327.pbf new file mode 100644 index 000000000..a0cf02adc --- /dev/null +++ b/assets/static/font/Open Sans Italic/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 35072-35327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/35328-35583.pbf b/assets/static/font/Open Sans Italic/35328-35583.pbf new file mode 100644 index 000000000..5bbd58c8f --- /dev/null +++ b/assets/static/font/Open Sans Italic/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 35328-35583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/35584-35839.pbf b/assets/static/font/Open Sans Italic/35584-35839.pbf new file mode 100644 index 000000000..0c047ec5e --- /dev/null +++ b/assets/static/font/Open Sans Italic/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 35584-35839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/3584-3839.pbf b/assets/static/font/Open Sans Italic/3584-3839.pbf new file mode 100644 index 000000000..591ab9ff3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 3584-3839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/35840-36095.pbf b/assets/static/font/Open Sans Italic/35840-36095.pbf new file mode 100644 index 000000000..00c776a05 --- /dev/null +++ b/assets/static/font/Open Sans Italic/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 35840-36095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/36096-36351.pbf b/assets/static/font/Open Sans Italic/36096-36351.pbf new file mode 100644 index 000000000..b95d6040c --- /dev/null +++ b/assets/static/font/Open Sans Italic/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 36096-36351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/36352-36607.pbf b/assets/static/font/Open Sans Italic/36352-36607.pbf new file mode 100644 index 000000000..2e2ce7ff6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 36352-36607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/36608-36863.pbf b/assets/static/font/Open Sans Italic/36608-36863.pbf new file mode 100644 index 000000000..f8948a455 --- /dev/null +++ b/assets/static/font/Open Sans Italic/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 36608-36863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/36864-37119.pbf b/assets/static/font/Open Sans Italic/36864-37119.pbf new file mode 100644 index 000000000..19984f110 --- /dev/null +++ b/assets/static/font/Open Sans Italic/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 36864-37119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/37120-37375.pbf b/assets/static/font/Open Sans Italic/37120-37375.pbf new file mode 100644 index 000000000..35a8c1531 --- /dev/null +++ b/assets/static/font/Open Sans Italic/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 37120-37375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/37376-37631.pbf b/assets/static/font/Open Sans Italic/37376-37631.pbf new file mode 100644 index 000000000..25ef07d6e --- /dev/null +++ b/assets/static/font/Open Sans Italic/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 37376-37631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/37632-37887.pbf b/assets/static/font/Open Sans Italic/37632-37887.pbf new file mode 100644 index 000000000..974b5b5dd --- /dev/null +++ b/assets/static/font/Open Sans Italic/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 37632-37887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/37888-38143.pbf b/assets/static/font/Open Sans Italic/37888-38143.pbf new file mode 100644 index 000000000..048418ed0 --- /dev/null +++ b/assets/static/font/Open Sans Italic/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 37888-38143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/38144-38399.pbf b/assets/static/font/Open Sans Italic/38144-38399.pbf new file mode 100644 index 000000000..c5272a432 --- /dev/null +++ b/assets/static/font/Open Sans Italic/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 38144-38399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/3840-4095.pbf b/assets/static/font/Open Sans Italic/3840-4095.pbf new file mode 100644 index 000000000..7f69577dc --- /dev/null +++ b/assets/static/font/Open Sans Italic/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 3840-4095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/38400-38655.pbf b/assets/static/font/Open Sans Italic/38400-38655.pbf new file mode 100644 index 000000000..69e3a8d7a --- /dev/null +++ b/assets/static/font/Open Sans Italic/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 38400-38655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/38656-38911.pbf b/assets/static/font/Open Sans Italic/38656-38911.pbf new file mode 100644 index 000000000..56d422b97 --- /dev/null +++ b/assets/static/font/Open Sans Italic/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 38656-38911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/38912-39167.pbf b/assets/static/font/Open Sans Italic/38912-39167.pbf new file mode 100644 index 000000000..ac5250621 --- /dev/null +++ b/assets/static/font/Open Sans Italic/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 38912-39167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/39168-39423.pbf b/assets/static/font/Open Sans Italic/39168-39423.pbf new file mode 100644 index 000000000..99941bf63 --- /dev/null +++ b/assets/static/font/Open Sans Italic/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 39168-39423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/39424-39679.pbf b/assets/static/font/Open Sans Italic/39424-39679.pbf new file mode 100644 index 000000000..88793071f --- /dev/null +++ b/assets/static/font/Open Sans Italic/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 39424-39679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/39680-39935.pbf b/assets/static/font/Open Sans Italic/39680-39935.pbf new file mode 100644 index 000000000..a9c879df6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 39680-39935 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/39936-40191.pbf b/assets/static/font/Open Sans Italic/39936-40191.pbf new file mode 100644 index 000000000..63aa20c3e --- /dev/null +++ b/assets/static/font/Open Sans Italic/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 39936-40191 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/40192-40447.pbf b/assets/static/font/Open Sans Italic/40192-40447.pbf new file mode 100644 index 000000000..59e480fe8 --- /dev/null +++ b/assets/static/font/Open Sans Italic/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 40192-40447 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/40448-40703.pbf b/assets/static/font/Open Sans Italic/40448-40703.pbf new file mode 100644 index 000000000..8dc820ab4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 40448-40703 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/40704-40959.pbf b/assets/static/font/Open Sans Italic/40704-40959.pbf new file mode 100644 index 000000000..19cf70276 --- /dev/null +++ b/assets/static/font/Open Sans Italic/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 40704-40959 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/4096-4351.pbf b/assets/static/font/Open Sans Italic/4096-4351.pbf new file mode 100644 index 000000000..78e1c820f --- /dev/null +++ b/assets/static/font/Open Sans Italic/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 4096-4351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/40960-41215.pbf b/assets/static/font/Open Sans Italic/40960-41215.pbf new file mode 100644 index 000000000..e0d8fee01 --- /dev/null +++ b/assets/static/font/Open Sans Italic/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 40960-41215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/41216-41471.pbf b/assets/static/font/Open Sans Italic/41216-41471.pbf new file mode 100644 index 000000000..56adaa702 --- /dev/null +++ b/assets/static/font/Open Sans Italic/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 41216-41471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/41472-41727.pbf b/assets/static/font/Open Sans Italic/41472-41727.pbf new file mode 100644 index 000000000..29bee6a96 --- /dev/null +++ b/assets/static/font/Open Sans Italic/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 41472-41727 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/41728-41983.pbf b/assets/static/font/Open Sans Italic/41728-41983.pbf new file mode 100644 index 000000000..4d9f5016b --- /dev/null +++ b/assets/static/font/Open Sans Italic/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 41728-41983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/41984-42239.pbf b/assets/static/font/Open Sans Italic/41984-42239.pbf new file mode 100644 index 000000000..f0baaf052 --- /dev/null +++ b/assets/static/font/Open Sans Italic/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 41984-42239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/42240-42495.pbf b/assets/static/font/Open Sans Italic/42240-42495.pbf new file mode 100644 index 000000000..2add8326e --- /dev/null +++ b/assets/static/font/Open Sans Italic/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 42240-42495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/42496-42751.pbf b/assets/static/font/Open Sans Italic/42496-42751.pbf new file mode 100644 index 000000000..cdc5cf0a6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 42496-42751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/42752-43007.pbf b/assets/static/font/Open Sans Italic/42752-43007.pbf new file mode 100644 index 000000000..58eb3a0e3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/42752-43007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 42752-43007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/43008-43263.pbf b/assets/static/font/Open Sans Italic/43008-43263.pbf new file mode 100644 index 000000000..703f3237a --- /dev/null +++ b/assets/static/font/Open Sans Italic/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 43008-43263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/43264-43519.pbf b/assets/static/font/Open Sans Italic/43264-43519.pbf new file mode 100644 index 000000000..7faf8ad59 --- /dev/null +++ b/assets/static/font/Open Sans Italic/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 43264-43519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/4352-4607.pbf b/assets/static/font/Open Sans Italic/4352-4607.pbf new file mode 100644 index 000000000..32c83e406 --- /dev/null +++ b/assets/static/font/Open Sans Italic/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 4352-4607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/43520-43775.pbf b/assets/static/font/Open Sans Italic/43520-43775.pbf new file mode 100644 index 000000000..50c03f844 --- /dev/null +++ b/assets/static/font/Open Sans Italic/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 43520-43775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/43776-44031.pbf b/assets/static/font/Open Sans Italic/43776-44031.pbf new file mode 100644 index 000000000..b83d81743 --- /dev/null +++ b/assets/static/font/Open Sans Italic/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 43776-44031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/44032-44287.pbf b/assets/static/font/Open Sans Italic/44032-44287.pbf new file mode 100644 index 000000000..b6aaaff52 --- /dev/null +++ b/assets/static/font/Open Sans Italic/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 44032-44287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/44288-44543.pbf b/assets/static/font/Open Sans Italic/44288-44543.pbf new file mode 100644 index 000000000..8836e84b2 --- /dev/null +++ b/assets/static/font/Open Sans Italic/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 44288-44543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/44544-44799.pbf b/assets/static/font/Open Sans Italic/44544-44799.pbf new file mode 100644 index 000000000..38b6f31a1 --- /dev/null +++ b/assets/static/font/Open Sans Italic/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 44544-44799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/44800-45055.pbf b/assets/static/font/Open Sans Italic/44800-45055.pbf new file mode 100644 index 000000000..69681dcf4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 44800-45055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/45056-45311.pbf b/assets/static/font/Open Sans Italic/45056-45311.pbf new file mode 100644 index 000000000..f9ea8c23f --- /dev/null +++ b/assets/static/font/Open Sans Italic/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 45056-45311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/45312-45567.pbf b/assets/static/font/Open Sans Italic/45312-45567.pbf new file mode 100644 index 000000000..8dbd98d38 --- /dev/null +++ b/assets/static/font/Open Sans Italic/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 45312-45567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/45568-45823.pbf b/assets/static/font/Open Sans Italic/45568-45823.pbf new file mode 100644 index 000000000..87b6224bb --- /dev/null +++ b/assets/static/font/Open Sans Italic/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 45568-45823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/45824-46079.pbf b/assets/static/font/Open Sans Italic/45824-46079.pbf new file mode 100644 index 000000000..075be45c4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 45824-46079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/4608-4863.pbf b/assets/static/font/Open Sans Italic/4608-4863.pbf new file mode 100644 index 000000000..e7ff25dd6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 4608-4863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/46080-46335.pbf b/assets/static/font/Open Sans Italic/46080-46335.pbf new file mode 100644 index 000000000..df064f514 --- /dev/null +++ b/assets/static/font/Open Sans Italic/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 46080-46335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/46336-46591.pbf b/assets/static/font/Open Sans Italic/46336-46591.pbf new file mode 100644 index 000000000..362dbb3d0 --- /dev/null +++ b/assets/static/font/Open Sans Italic/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 46336-46591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/46592-46847.pbf b/assets/static/font/Open Sans Italic/46592-46847.pbf new file mode 100644 index 000000000..64e63f4e5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 46592-46847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/46848-47103.pbf b/assets/static/font/Open Sans Italic/46848-47103.pbf new file mode 100644 index 000000000..ec3a6b13f --- /dev/null +++ b/assets/static/font/Open Sans Italic/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 46848-47103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/47104-47359.pbf b/assets/static/font/Open Sans Italic/47104-47359.pbf new file mode 100644 index 000000000..7e5d2dc25 --- /dev/null +++ b/assets/static/font/Open Sans Italic/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 47104-47359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/47360-47615.pbf b/assets/static/font/Open Sans Italic/47360-47615.pbf new file mode 100644 index 000000000..f25f1b165 --- /dev/null +++ b/assets/static/font/Open Sans Italic/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 47360-47615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/47616-47871.pbf b/assets/static/font/Open Sans Italic/47616-47871.pbf new file mode 100644 index 000000000..f57d58473 --- /dev/null +++ b/assets/static/font/Open Sans Italic/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 47616-47871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/47872-48127.pbf b/assets/static/font/Open Sans Italic/47872-48127.pbf new file mode 100644 index 000000000..1f2dc87a4 --- /dev/null +++ b/assets/static/font/Open Sans Italic/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 47872-48127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/48128-48383.pbf b/assets/static/font/Open Sans Italic/48128-48383.pbf new file mode 100644 index 000000000..5ccb7a7ea --- /dev/null +++ b/assets/static/font/Open Sans Italic/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 48128-48383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/48384-48639.pbf b/assets/static/font/Open Sans Italic/48384-48639.pbf new file mode 100644 index 000000000..1a7335657 --- /dev/null +++ b/assets/static/font/Open Sans Italic/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 48384-48639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/4864-5119.pbf b/assets/static/font/Open Sans Italic/4864-5119.pbf new file mode 100644 index 000000000..bb47e9043 --- /dev/null +++ b/assets/static/font/Open Sans Italic/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 4864-5119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/48640-48895.pbf b/assets/static/font/Open Sans Italic/48640-48895.pbf new file mode 100644 index 000000000..ef87f491d --- /dev/null +++ b/assets/static/font/Open Sans Italic/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 48640-48895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/48896-49151.pbf b/assets/static/font/Open Sans Italic/48896-49151.pbf new file mode 100644 index 000000000..76f715b32 --- /dev/null +++ b/assets/static/font/Open Sans Italic/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 48896-49151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/49152-49407.pbf b/assets/static/font/Open Sans Italic/49152-49407.pbf new file mode 100644 index 000000000..f5443295f --- /dev/null +++ b/assets/static/font/Open Sans Italic/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 49152-49407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/49408-49663.pbf b/assets/static/font/Open Sans Italic/49408-49663.pbf new file mode 100644 index 000000000..f7397bb00 --- /dev/null +++ b/assets/static/font/Open Sans Italic/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 49408-49663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/49664-49919.pbf b/assets/static/font/Open Sans Italic/49664-49919.pbf new file mode 100644 index 000000000..97b2ded84 --- /dev/null +++ b/assets/static/font/Open Sans Italic/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 49664-49919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/49920-50175.pbf b/assets/static/font/Open Sans Italic/49920-50175.pbf new file mode 100644 index 000000000..ff92a5a4f --- /dev/null +++ b/assets/static/font/Open Sans Italic/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 49920-50175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/50176-50431.pbf b/assets/static/font/Open Sans Italic/50176-50431.pbf new file mode 100644 index 000000000..fb70c2af5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 50176-50431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/50432-50687.pbf b/assets/static/font/Open Sans Italic/50432-50687.pbf new file mode 100644 index 000000000..8d0f5c8cd --- /dev/null +++ b/assets/static/font/Open Sans Italic/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 50432-50687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/50688-50943.pbf b/assets/static/font/Open Sans Italic/50688-50943.pbf new file mode 100644 index 000000000..6316da3c8 --- /dev/null +++ b/assets/static/font/Open Sans Italic/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 50688-50943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/50944-51199.pbf b/assets/static/font/Open Sans Italic/50944-51199.pbf new file mode 100644 index 000000000..5848de19e --- /dev/null +++ b/assets/static/font/Open Sans Italic/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 50944-51199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/512-767.pbf b/assets/static/font/Open Sans Italic/512-767.pbf new file mode 100644 index 000000000..41978947a Binary files /dev/null and b/assets/static/font/Open Sans Italic/512-767.pbf differ diff --git a/assets/static/font/Open Sans Italic/5120-5375.pbf b/assets/static/font/Open Sans Italic/5120-5375.pbf new file mode 100644 index 000000000..39bbb6a1e --- /dev/null +++ b/assets/static/font/Open Sans Italic/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 5120-5375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/51200-51455.pbf b/assets/static/font/Open Sans Italic/51200-51455.pbf new file mode 100644 index 000000000..8a496aaaf --- /dev/null +++ b/assets/static/font/Open Sans Italic/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 51200-51455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/51456-51711.pbf b/assets/static/font/Open Sans Italic/51456-51711.pbf new file mode 100644 index 000000000..dc655d73c --- /dev/null +++ b/assets/static/font/Open Sans Italic/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 51456-51711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/51712-51967.pbf b/assets/static/font/Open Sans Italic/51712-51967.pbf new file mode 100644 index 000000000..16e16841b --- /dev/null +++ b/assets/static/font/Open Sans Italic/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 51712-51967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/51968-52223.pbf b/assets/static/font/Open Sans Italic/51968-52223.pbf new file mode 100644 index 000000000..fd95669d5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 51968-52223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/52224-52479.pbf b/assets/static/font/Open Sans Italic/52224-52479.pbf new file mode 100644 index 000000000..6c9b55c85 --- /dev/null +++ b/assets/static/font/Open Sans Italic/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 52224-52479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/52480-52735.pbf b/assets/static/font/Open Sans Italic/52480-52735.pbf new file mode 100644 index 000000000..8c4f77cfd --- /dev/null +++ b/assets/static/font/Open Sans Italic/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 52480-52735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/52736-52991.pbf b/assets/static/font/Open Sans Italic/52736-52991.pbf new file mode 100644 index 000000000..e84d1bf69 --- /dev/null +++ b/assets/static/font/Open Sans Italic/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 52736-52991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/52992-53247.pbf b/assets/static/font/Open Sans Italic/52992-53247.pbf new file mode 100644 index 000000000..5cab84a92 --- /dev/null +++ b/assets/static/font/Open Sans Italic/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 52992-53247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/53248-53503.pbf b/assets/static/font/Open Sans Italic/53248-53503.pbf new file mode 100644 index 000000000..f39165c6f --- /dev/null +++ b/assets/static/font/Open Sans Italic/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 53248-53503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/53504-53759.pbf b/assets/static/font/Open Sans Italic/53504-53759.pbf new file mode 100644 index 000000000..e66957c08 --- /dev/null +++ b/assets/static/font/Open Sans Italic/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 53504-53759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/5376-5631.pbf b/assets/static/font/Open Sans Italic/5376-5631.pbf new file mode 100644 index 000000000..4d7d9b203 --- /dev/null +++ b/assets/static/font/Open Sans Italic/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 5376-5631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/53760-54015.pbf b/assets/static/font/Open Sans Italic/53760-54015.pbf new file mode 100644 index 000000000..6446f6256 --- /dev/null +++ b/assets/static/font/Open Sans Italic/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 53760-54015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/54016-54271.pbf b/assets/static/font/Open Sans Italic/54016-54271.pbf new file mode 100644 index 000000000..d78026f24 --- /dev/null +++ b/assets/static/font/Open Sans Italic/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 54016-54271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/54272-54527.pbf b/assets/static/font/Open Sans Italic/54272-54527.pbf new file mode 100644 index 000000000..ce325b01e --- /dev/null +++ b/assets/static/font/Open Sans Italic/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 54272-54527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/54528-54783.pbf b/assets/static/font/Open Sans Italic/54528-54783.pbf new file mode 100644 index 000000000..efaf762e5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 54528-54783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/54784-55039.pbf b/assets/static/font/Open Sans Italic/54784-55039.pbf new file mode 100644 index 000000000..ece7839bf --- /dev/null +++ b/assets/static/font/Open Sans Italic/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 54784-55039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/55040-55295.pbf b/assets/static/font/Open Sans Italic/55040-55295.pbf new file mode 100644 index 000000000..1bde0cb7c --- /dev/null +++ b/assets/static/font/Open Sans Italic/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 55040-55295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/55296-55551.pbf b/assets/static/font/Open Sans Italic/55296-55551.pbf new file mode 100644 index 000000000..bfc996b22 --- /dev/null +++ b/assets/static/font/Open Sans Italic/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 55296-55551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/55552-55807.pbf b/assets/static/font/Open Sans Italic/55552-55807.pbf new file mode 100644 index 000000000..ecd35fa43 --- /dev/null +++ b/assets/static/font/Open Sans Italic/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 55552-55807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/55808-56063.pbf b/assets/static/font/Open Sans Italic/55808-56063.pbf new file mode 100644 index 000000000..e14ed90dd --- /dev/null +++ b/assets/static/font/Open Sans Italic/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 55808-56063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/56064-56319.pbf b/assets/static/font/Open Sans Italic/56064-56319.pbf new file mode 100644 index 000000000..07b853ec2 --- /dev/null +++ b/assets/static/font/Open Sans Italic/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 56064-56319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/5632-5887.pbf b/assets/static/font/Open Sans Italic/5632-5887.pbf new file mode 100644 index 000000000..6a9d2116b --- /dev/null +++ b/assets/static/font/Open Sans Italic/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 5632-5887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/56320-56575.pbf b/assets/static/font/Open Sans Italic/56320-56575.pbf new file mode 100644 index 000000000..94ebd74eb --- /dev/null +++ b/assets/static/font/Open Sans Italic/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 56320-56575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/56576-56831.pbf b/assets/static/font/Open Sans Italic/56576-56831.pbf new file mode 100644 index 000000000..a4a5a6d76 --- /dev/null +++ b/assets/static/font/Open Sans Italic/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 56576-56831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/56832-57087.pbf b/assets/static/font/Open Sans Italic/56832-57087.pbf new file mode 100644 index 000000000..6b07780cf --- /dev/null +++ b/assets/static/font/Open Sans Italic/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 56832-57087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/57088-57343.pbf b/assets/static/font/Open Sans Italic/57088-57343.pbf new file mode 100644 index 000000000..4fa2e8d4c --- /dev/null +++ b/assets/static/font/Open Sans Italic/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 57088-57343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/57344-57599.pbf b/assets/static/font/Open Sans Italic/57344-57599.pbf new file mode 100644 index 000000000..465834341 --- /dev/null +++ b/assets/static/font/Open Sans Italic/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 57344-57599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/57600-57855.pbf b/assets/static/font/Open Sans Italic/57600-57855.pbf new file mode 100644 index 000000000..b3abc7ba9 --- /dev/null +++ b/assets/static/font/Open Sans Italic/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 57600-57855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/57856-58111.pbf b/assets/static/font/Open Sans Italic/57856-58111.pbf new file mode 100644 index 000000000..d558ea147 --- /dev/null +++ b/assets/static/font/Open Sans Italic/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 57856-58111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/58112-58367.pbf b/assets/static/font/Open Sans Italic/58112-58367.pbf new file mode 100644 index 000000000..bb130c4c1 --- /dev/null +++ b/assets/static/font/Open Sans Italic/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 58112-58367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/58368-58623.pbf b/assets/static/font/Open Sans Italic/58368-58623.pbf new file mode 100644 index 000000000..62bdfb979 --- /dev/null +++ b/assets/static/font/Open Sans Italic/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 58368-58623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/58624-58879.pbf b/assets/static/font/Open Sans Italic/58624-58879.pbf new file mode 100644 index 000000000..2f371bf76 --- /dev/null +++ b/assets/static/font/Open Sans Italic/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 58624-58879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/5888-6143.pbf b/assets/static/font/Open Sans Italic/5888-6143.pbf new file mode 100644 index 000000000..cef5d41e3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 5888-6143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/58880-59135.pbf b/assets/static/font/Open Sans Italic/58880-59135.pbf new file mode 100644 index 000000000..ea2a1f9e3 --- /dev/null +++ b/assets/static/font/Open Sans Italic/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 58880-59135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/59136-59391.pbf b/assets/static/font/Open Sans Italic/59136-59391.pbf new file mode 100644 index 000000000..0e4b480a9 --- /dev/null +++ b/assets/static/font/Open Sans Italic/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 59136-59391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/59392-59647.pbf b/assets/static/font/Open Sans Italic/59392-59647.pbf new file mode 100644 index 000000000..fe212e0a5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 59392-59647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/59648-59903.pbf b/assets/static/font/Open Sans Italic/59648-59903.pbf new file mode 100644 index 000000000..b029aece7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 59648-59903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/59904-60159.pbf b/assets/static/font/Open Sans Italic/59904-60159.pbf new file mode 100644 index 000000000..34312fe16 --- /dev/null +++ b/assets/static/font/Open Sans Italic/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 59904-60159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/60160-60415.pbf b/assets/static/font/Open Sans Italic/60160-60415.pbf new file mode 100644 index 000000000..637f6fef7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 60160-60415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/60416-60671.pbf b/assets/static/font/Open Sans Italic/60416-60671.pbf new file mode 100644 index 000000000..78cecaa88 --- /dev/null +++ b/assets/static/font/Open Sans Italic/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 60416-60671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/60672-60927.pbf b/assets/static/font/Open Sans Italic/60672-60927.pbf new file mode 100644 index 000000000..4c5d294de --- /dev/null +++ b/assets/static/font/Open Sans Italic/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 60672-60927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/60928-61183.pbf b/assets/static/font/Open Sans Italic/60928-61183.pbf new file mode 100644 index 000000000..eac415b51 --- /dev/null +++ b/assets/static/font/Open Sans Italic/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 60928-61183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/61184-61439.pbf b/assets/static/font/Open Sans Italic/61184-61439.pbf new file mode 100644 index 000000000..1b77990f7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 61184-61439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/6144-6399.pbf b/assets/static/font/Open Sans Italic/6144-6399.pbf new file mode 100644 index 000000000..544b64514 --- /dev/null +++ b/assets/static/font/Open Sans Italic/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 6144-6399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/61440-61695.pbf b/assets/static/font/Open Sans Italic/61440-61695.pbf new file mode 100644 index 000000000..c2d84ff2f --- /dev/null +++ b/assets/static/font/Open Sans Italic/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 61440-61695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/61696-61951.pbf b/assets/static/font/Open Sans Italic/61696-61951.pbf new file mode 100644 index 000000000..3234be646 --- /dev/null +++ b/assets/static/font/Open Sans Italic/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 61696-61951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/61952-62207.pbf b/assets/static/font/Open Sans Italic/61952-62207.pbf new file mode 100644 index 000000000..a45c8ebf8 --- /dev/null +++ b/assets/static/font/Open Sans Italic/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 61952-62207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/62208-62463.pbf b/assets/static/font/Open Sans Italic/62208-62463.pbf new file mode 100644 index 000000000..1a4515d6b --- /dev/null +++ b/assets/static/font/Open Sans Italic/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 62208-62463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/62464-62719.pbf b/assets/static/font/Open Sans Italic/62464-62719.pbf new file mode 100644 index 000000000..0dea4267f --- /dev/null +++ b/assets/static/font/Open Sans Italic/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 62464-62719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/62720-62975.pbf b/assets/static/font/Open Sans Italic/62720-62975.pbf new file mode 100644 index 000000000..8545687a5 --- /dev/null +++ b/assets/static/font/Open Sans Italic/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 62720-62975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/62976-63231.pbf b/assets/static/font/Open Sans Italic/62976-63231.pbf new file mode 100644 index 000000000..b0f58815b --- /dev/null +++ b/assets/static/font/Open Sans Italic/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 62976-63231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/63232-63487.pbf b/assets/static/font/Open Sans Italic/63232-63487.pbf new file mode 100644 index 000000000..508f83060 --- /dev/null +++ b/assets/static/font/Open Sans Italic/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 63232-63487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/63488-63743.pbf b/assets/static/font/Open Sans Italic/63488-63743.pbf new file mode 100644 index 000000000..751639671 --- /dev/null +++ b/assets/static/font/Open Sans Italic/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 63488-63743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/63744-63999.pbf b/assets/static/font/Open Sans Italic/63744-63999.pbf new file mode 100644 index 000000000..2231fac81 --- /dev/null +++ b/assets/static/font/Open Sans Italic/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 63744-63999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/6400-6655.pbf b/assets/static/font/Open Sans Italic/6400-6655.pbf new file mode 100644 index 000000000..eb094c2de --- /dev/null +++ b/assets/static/font/Open Sans Italic/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 6400-6655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/64000-64255.pbf b/assets/static/font/Open Sans Italic/64000-64255.pbf new file mode 100644 index 000000000..4da8c5d28 --- /dev/null +++ b/assets/static/font/Open Sans Italic/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 64000-64255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/64256-64511.pbf b/assets/static/font/Open Sans Italic/64256-64511.pbf new file mode 100644 index 000000000..4538008c3 Binary files /dev/null and b/assets/static/font/Open Sans Italic/64256-64511.pbf differ diff --git a/assets/static/font/Open Sans Italic/64512-64767.pbf b/assets/static/font/Open Sans Italic/64512-64767.pbf new file mode 100644 index 000000000..db62c2095 --- /dev/null +++ b/assets/static/font/Open Sans Italic/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 64512-64767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/64768-65023.pbf b/assets/static/font/Open Sans Italic/64768-65023.pbf new file mode 100644 index 000000000..314de75c6 --- /dev/null +++ b/assets/static/font/Open Sans Italic/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 64768-65023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/65024-65279.pbf b/assets/static/font/Open Sans Italic/65024-65279.pbf new file mode 100644 index 000000000..a63baa931 Binary files /dev/null and b/assets/static/font/Open Sans Italic/65024-65279.pbf differ diff --git a/assets/static/font/Open Sans Italic/65280-65533.pbf b/assets/static/font/Open Sans Italic/65280-65533.pbf new file mode 100644 index 000000000..661ebe46e Binary files /dev/null and b/assets/static/font/Open Sans Italic/65280-65533.pbf differ diff --git a/assets/static/font/Open Sans Italic/6656-6911.pbf b/assets/static/font/Open Sans Italic/6656-6911.pbf new file mode 100644 index 000000000..70412fcf1 --- /dev/null +++ b/assets/static/font/Open Sans Italic/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 6656-6911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/6912-7167.pbf b/assets/static/font/Open Sans Italic/6912-7167.pbf new file mode 100644 index 000000000..7c54776a7 --- /dev/null +++ b/assets/static/font/Open Sans Italic/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 6912-7167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/7168-7423.pbf b/assets/static/font/Open Sans Italic/7168-7423.pbf new file mode 100644 index 000000000..00be5304d --- /dev/null +++ b/assets/static/font/Open Sans Italic/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 7168-7423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/7424-7679.pbf b/assets/static/font/Open Sans Italic/7424-7679.pbf new file mode 100644 index 000000000..9072efb9d --- /dev/null +++ b/assets/static/font/Open Sans Italic/7424-7679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 7424-7679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/768-1023.pbf b/assets/static/font/Open Sans Italic/768-1023.pbf new file mode 100644 index 000000000..5e9f6e9d1 Binary files /dev/null and b/assets/static/font/Open Sans Italic/768-1023.pbf differ diff --git a/assets/static/font/Open Sans Italic/7680-7935.pbf b/assets/static/font/Open Sans Italic/7680-7935.pbf new file mode 100644 index 000000000..0d077a66b Binary files /dev/null and b/assets/static/font/Open Sans Italic/7680-7935.pbf differ diff --git a/assets/static/font/Open Sans Italic/7936-8191.pbf b/assets/static/font/Open Sans Italic/7936-8191.pbf new file mode 100644 index 000000000..0581f404f Binary files /dev/null and b/assets/static/font/Open Sans Italic/7936-8191.pbf differ diff --git a/assets/static/font/Open Sans Italic/8192-8447.pbf b/assets/static/font/Open Sans Italic/8192-8447.pbf new file mode 100644 index 000000000..63e4a8941 Binary files /dev/null and b/assets/static/font/Open Sans Italic/8192-8447.pbf differ diff --git a/assets/static/font/Open Sans Italic/8448-8703.pbf b/assets/static/font/Open Sans Italic/8448-8703.pbf new file mode 100644 index 000000000..4abedc957 Binary files /dev/null and b/assets/static/font/Open Sans Italic/8448-8703.pbf differ diff --git a/assets/static/font/Open Sans Italic/8704-8959.pbf b/assets/static/font/Open Sans Italic/8704-8959.pbf new file mode 100644 index 000000000..909bb39e1 Binary files /dev/null and b/assets/static/font/Open Sans Italic/8704-8959.pbf differ diff --git a/assets/static/font/Open Sans Italic/8960-9215.pbf b/assets/static/font/Open Sans Italic/8960-9215.pbf new file mode 100644 index 000000000..beda774cb --- /dev/null +++ b/assets/static/font/Open Sans Italic/8960-9215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 8960-9215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/9216-9471.pbf b/assets/static/font/Open Sans Italic/9216-9471.pbf new file mode 100644 index 000000000..708c4dceb --- /dev/null +++ b/assets/static/font/Open Sans Italic/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 9216-9471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/9472-9727.pbf b/assets/static/font/Open Sans Italic/9472-9727.pbf new file mode 100644 index 000000000..866e436df Binary files /dev/null and b/assets/static/font/Open Sans Italic/9472-9727.pbf differ diff --git a/assets/static/font/Open Sans Italic/9728-9983.pbf b/assets/static/font/Open Sans Italic/9728-9983.pbf new file mode 100644 index 000000000..d64b8985b --- /dev/null +++ b/assets/static/font/Open Sans Italic/9728-9983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Italic 9728-9983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Italic/9984-10239.pbf b/assets/static/font/Open Sans Italic/9984-10239.pbf new file mode 100644 index 000000000..0cafa685d --- /dev/null +++ b/assets/static/font/Open Sans Italic/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Open Sans Italic +9984-10239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/0-255.pbf b/assets/static/font/Open Sans Regular/0-255.pbf new file mode 100644 index 000000000..ab811ae10 Binary files /dev/null and b/assets/static/font/Open Sans Regular/0-255.pbf differ diff --git a/assets/static/font/Open Sans Regular/1024-1279.pbf b/assets/static/font/Open Sans Regular/1024-1279.pbf new file mode 100644 index 000000000..7cda8da1d Binary files /dev/null and b/assets/static/font/Open Sans Regular/1024-1279.pbf differ diff --git a/assets/static/font/Open Sans Regular/10240-10495.pbf b/assets/static/font/Open Sans Regular/10240-10495.pbf new file mode 100644 index 000000000..5141144d1 --- /dev/null +++ b/assets/static/font/Open Sans Regular/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 10240-10495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/10496-10751.pbf b/assets/static/font/Open Sans Regular/10496-10751.pbf new file mode 100644 index 000000000..152b3f79b --- /dev/null +++ b/assets/static/font/Open Sans Regular/10496-10751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 10496-10751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/10752-11007.pbf b/assets/static/font/Open Sans Regular/10752-11007.pbf new file mode 100644 index 000000000..ecb8db5ef --- /dev/null +++ b/assets/static/font/Open Sans Regular/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 10752-11007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/11008-11263.pbf b/assets/static/font/Open Sans Regular/11008-11263.pbf new file mode 100644 index 000000000..c522005c6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 11008-11263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/11264-11519.pbf b/assets/static/font/Open Sans Regular/11264-11519.pbf new file mode 100644 index 000000000..63222366b --- /dev/null +++ b/assets/static/font/Open Sans Regular/11264-11519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 11264-11519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/11520-11775.pbf b/assets/static/font/Open Sans Regular/11520-11775.pbf new file mode 100644 index 000000000..07f434598 --- /dev/null +++ b/assets/static/font/Open Sans Regular/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 11520-11775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/11776-12031.pbf b/assets/static/font/Open Sans Regular/11776-12031.pbf new file mode 100644 index 000000000..4258e2ee8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/11776-12031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 11776-12031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/12032-12287.pbf b/assets/static/font/Open Sans Regular/12032-12287.pbf new file mode 100644 index 000000000..db84bf7c6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 12032-12287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/12288-12543.pbf b/assets/static/font/Open Sans Regular/12288-12543.pbf new file mode 100644 index 000000000..f1f346c9f --- /dev/null +++ b/assets/static/font/Open Sans Regular/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 12288-12543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/12544-12799.pbf b/assets/static/font/Open Sans Regular/12544-12799.pbf new file mode 100644 index 000000000..9684bfaea --- /dev/null +++ b/assets/static/font/Open Sans Regular/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 12544-12799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/1280-1535.pbf b/assets/static/font/Open Sans Regular/1280-1535.pbf new file mode 100644 index 000000000..d9c3d4591 Binary files /dev/null and b/assets/static/font/Open Sans Regular/1280-1535.pbf differ diff --git a/assets/static/font/Open Sans Regular/12800-13055.pbf b/assets/static/font/Open Sans Regular/12800-13055.pbf new file mode 100644 index 000000000..fb130e04b --- /dev/null +++ b/assets/static/font/Open Sans Regular/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 12800-13055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/13056-13311.pbf b/assets/static/font/Open Sans Regular/13056-13311.pbf new file mode 100644 index 000000000..68ba0d277 --- /dev/null +++ b/assets/static/font/Open Sans Regular/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 13056-13311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/13312-13567.pbf b/assets/static/font/Open Sans Regular/13312-13567.pbf new file mode 100644 index 000000000..dca913c6f --- /dev/null +++ b/assets/static/font/Open Sans Regular/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 13312-13567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/13568-13823.pbf b/assets/static/font/Open Sans Regular/13568-13823.pbf new file mode 100644 index 000000000..c099df2a9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 13568-13823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/13824-14079.pbf b/assets/static/font/Open Sans Regular/13824-14079.pbf new file mode 100644 index 000000000..675ca91dc --- /dev/null +++ b/assets/static/font/Open Sans Regular/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 13824-14079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/14080-14335.pbf b/assets/static/font/Open Sans Regular/14080-14335.pbf new file mode 100644 index 000000000..a8692c0f3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 14080-14335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/14336-14591.pbf b/assets/static/font/Open Sans Regular/14336-14591.pbf new file mode 100644 index 000000000..8155ca60b --- /dev/null +++ b/assets/static/font/Open Sans Regular/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 14336-14591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/14592-14847.pbf b/assets/static/font/Open Sans Regular/14592-14847.pbf new file mode 100644 index 000000000..da20df3e8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 14592-14847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/14848-15103.pbf b/assets/static/font/Open Sans Regular/14848-15103.pbf new file mode 100644 index 000000000..61d923b02 --- /dev/null +++ b/assets/static/font/Open Sans Regular/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 14848-15103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/15104-15359.pbf b/assets/static/font/Open Sans Regular/15104-15359.pbf new file mode 100644 index 000000000..52ef6b7fe --- /dev/null +++ b/assets/static/font/Open Sans Regular/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 15104-15359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/1536-1791.pbf b/assets/static/font/Open Sans Regular/1536-1791.pbf new file mode 100644 index 000000000..2fc6ce049 --- /dev/null +++ b/assets/static/font/Open Sans Regular/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 1536-1791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/15360-15615.pbf b/assets/static/font/Open Sans Regular/15360-15615.pbf new file mode 100644 index 000000000..6558161b7 --- /dev/null +++ b/assets/static/font/Open Sans Regular/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 15360-15615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/15616-15871.pbf b/assets/static/font/Open Sans Regular/15616-15871.pbf new file mode 100644 index 000000000..275e74b7b --- /dev/null +++ b/assets/static/font/Open Sans Regular/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 15616-15871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/15872-16127.pbf b/assets/static/font/Open Sans Regular/15872-16127.pbf new file mode 100644 index 000000000..e2a3cc3b5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 15872-16127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/16128-16383.pbf b/assets/static/font/Open Sans Regular/16128-16383.pbf new file mode 100644 index 000000000..87425c2ea --- /dev/null +++ b/assets/static/font/Open Sans Regular/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 16128-16383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/16384-16639.pbf b/assets/static/font/Open Sans Regular/16384-16639.pbf new file mode 100644 index 000000000..69324e5c5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 16384-16639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/16640-16895.pbf b/assets/static/font/Open Sans Regular/16640-16895.pbf new file mode 100644 index 000000000..8255e9b4b --- /dev/null +++ b/assets/static/font/Open Sans Regular/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 16640-16895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/16896-17151.pbf b/assets/static/font/Open Sans Regular/16896-17151.pbf new file mode 100644 index 000000000..4ca23ea3a --- /dev/null +++ b/assets/static/font/Open Sans Regular/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 16896-17151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/17152-17407.pbf b/assets/static/font/Open Sans Regular/17152-17407.pbf new file mode 100644 index 000000000..135b9c966 --- /dev/null +++ b/assets/static/font/Open Sans Regular/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 17152-17407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/17408-17663.pbf b/assets/static/font/Open Sans Regular/17408-17663.pbf new file mode 100644 index 000000000..e8b48c3c2 --- /dev/null +++ b/assets/static/font/Open Sans Regular/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 17408-17663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/17664-17919.pbf b/assets/static/font/Open Sans Regular/17664-17919.pbf new file mode 100644 index 000000000..5ceb7aaf4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 17664-17919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/1792-2047.pbf b/assets/static/font/Open Sans Regular/1792-2047.pbf new file mode 100644 index 000000000..79c5860db --- /dev/null +++ b/assets/static/font/Open Sans Regular/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 1792-2047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/17920-18175.pbf b/assets/static/font/Open Sans Regular/17920-18175.pbf new file mode 100644 index 000000000..e215e5261 --- /dev/null +++ b/assets/static/font/Open Sans Regular/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 17920-18175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/18176-18431.pbf b/assets/static/font/Open Sans Regular/18176-18431.pbf new file mode 100644 index 000000000..32911ec4e --- /dev/null +++ b/assets/static/font/Open Sans Regular/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 18176-18431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/18432-18687.pbf b/assets/static/font/Open Sans Regular/18432-18687.pbf new file mode 100644 index 000000000..eaaf9e42b --- /dev/null +++ b/assets/static/font/Open Sans Regular/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 18432-18687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/18688-18943.pbf b/assets/static/font/Open Sans Regular/18688-18943.pbf new file mode 100644 index 000000000..fe17c8294 --- /dev/null +++ b/assets/static/font/Open Sans Regular/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 18688-18943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/18944-19199.pbf b/assets/static/font/Open Sans Regular/18944-19199.pbf new file mode 100644 index 000000000..a5ff51587 --- /dev/null +++ b/assets/static/font/Open Sans Regular/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 18944-19199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/19200-19455.pbf b/assets/static/font/Open Sans Regular/19200-19455.pbf new file mode 100644 index 000000000..9e74bac37 --- /dev/null +++ b/assets/static/font/Open Sans Regular/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 19200-19455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/19456-19711.pbf b/assets/static/font/Open Sans Regular/19456-19711.pbf new file mode 100644 index 000000000..8bd164052 --- /dev/null +++ b/assets/static/font/Open Sans Regular/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 19456-19711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/19712-19967.pbf b/assets/static/font/Open Sans Regular/19712-19967.pbf new file mode 100644 index 000000000..4a788846e --- /dev/null +++ b/assets/static/font/Open Sans Regular/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 19712-19967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/19968-20223.pbf b/assets/static/font/Open Sans Regular/19968-20223.pbf new file mode 100644 index 000000000..2d1088dfc --- /dev/null +++ b/assets/static/font/Open Sans Regular/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 19968-20223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/20224-20479.pbf b/assets/static/font/Open Sans Regular/20224-20479.pbf new file mode 100644 index 000000000..ccc2df053 --- /dev/null +++ b/assets/static/font/Open Sans Regular/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 20224-20479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/2048-2303.pbf b/assets/static/font/Open Sans Regular/2048-2303.pbf new file mode 100644 index 000000000..9a336438d --- /dev/null +++ b/assets/static/font/Open Sans Regular/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 2048-2303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/20480-20735.pbf b/assets/static/font/Open Sans Regular/20480-20735.pbf new file mode 100644 index 000000000..43e6a3560 --- /dev/null +++ b/assets/static/font/Open Sans Regular/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 20480-20735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/20736-20991.pbf b/assets/static/font/Open Sans Regular/20736-20991.pbf new file mode 100644 index 000000000..5fb1d27e1 --- /dev/null +++ b/assets/static/font/Open Sans Regular/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 20736-20991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/20992-21247.pbf b/assets/static/font/Open Sans Regular/20992-21247.pbf new file mode 100644 index 000000000..ff01cb248 --- /dev/null +++ b/assets/static/font/Open Sans Regular/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 20992-21247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/21248-21503.pbf b/assets/static/font/Open Sans Regular/21248-21503.pbf new file mode 100644 index 000000000..1b05baad4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 21248-21503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/21504-21759.pbf b/assets/static/font/Open Sans Regular/21504-21759.pbf new file mode 100644 index 000000000..d877e199d --- /dev/null +++ b/assets/static/font/Open Sans Regular/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 21504-21759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/21760-22015.pbf b/assets/static/font/Open Sans Regular/21760-22015.pbf new file mode 100644 index 000000000..bea8b6186 --- /dev/null +++ b/assets/static/font/Open Sans Regular/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 21760-22015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/22016-22271.pbf b/assets/static/font/Open Sans Regular/22016-22271.pbf new file mode 100644 index 000000000..7e5769e89 --- /dev/null +++ b/assets/static/font/Open Sans Regular/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 22016-22271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/22272-22527.pbf b/assets/static/font/Open Sans Regular/22272-22527.pbf new file mode 100644 index 000000000..51000759e --- /dev/null +++ b/assets/static/font/Open Sans Regular/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 22272-22527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/22528-22783.pbf b/assets/static/font/Open Sans Regular/22528-22783.pbf new file mode 100644 index 000000000..8a0ff5c43 --- /dev/null +++ b/assets/static/font/Open Sans Regular/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 22528-22783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/22784-23039.pbf b/assets/static/font/Open Sans Regular/22784-23039.pbf new file mode 100644 index 000000000..400983958 --- /dev/null +++ b/assets/static/font/Open Sans Regular/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 22784-23039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/2304-2559.pbf b/assets/static/font/Open Sans Regular/2304-2559.pbf new file mode 100644 index 000000000..7869eab1f --- /dev/null +++ b/assets/static/font/Open Sans Regular/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 2304-2559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/23040-23295.pbf b/assets/static/font/Open Sans Regular/23040-23295.pbf new file mode 100644 index 000000000..e1293d962 --- /dev/null +++ b/assets/static/font/Open Sans Regular/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 23040-23295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/23296-23551.pbf b/assets/static/font/Open Sans Regular/23296-23551.pbf new file mode 100644 index 000000000..eba885b1f --- /dev/null +++ b/assets/static/font/Open Sans Regular/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 23296-23551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/23552-23807.pbf b/assets/static/font/Open Sans Regular/23552-23807.pbf new file mode 100644 index 000000000..4177422be --- /dev/null +++ b/assets/static/font/Open Sans Regular/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 23552-23807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/23808-24063.pbf b/assets/static/font/Open Sans Regular/23808-24063.pbf new file mode 100644 index 000000000..9d117c907 --- /dev/null +++ b/assets/static/font/Open Sans Regular/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 23808-24063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/24064-24319.pbf b/assets/static/font/Open Sans Regular/24064-24319.pbf new file mode 100644 index 000000000..34e45ac17 --- /dev/null +++ b/assets/static/font/Open Sans Regular/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 24064-24319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/24320-24575.pbf b/assets/static/font/Open Sans Regular/24320-24575.pbf new file mode 100644 index 000000000..f47322b2e --- /dev/null +++ b/assets/static/font/Open Sans Regular/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 24320-24575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/24576-24831.pbf b/assets/static/font/Open Sans Regular/24576-24831.pbf new file mode 100644 index 000000000..2c3518dc8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 24576-24831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/24832-25087.pbf b/assets/static/font/Open Sans Regular/24832-25087.pbf new file mode 100644 index 000000000..18792a21e --- /dev/null +++ b/assets/static/font/Open Sans Regular/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 24832-25087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/25088-25343.pbf b/assets/static/font/Open Sans Regular/25088-25343.pbf new file mode 100644 index 000000000..83e63c9a4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 25088-25343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/25344-25599.pbf b/assets/static/font/Open Sans Regular/25344-25599.pbf new file mode 100644 index 000000000..7c6a72863 --- /dev/null +++ b/assets/static/font/Open Sans Regular/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 25344-25599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/256-511.pbf b/assets/static/font/Open Sans Regular/256-511.pbf new file mode 100644 index 000000000..6e108e53a Binary files /dev/null and b/assets/static/font/Open Sans Regular/256-511.pbf differ diff --git a/assets/static/font/Open Sans Regular/2560-2815.pbf b/assets/static/font/Open Sans Regular/2560-2815.pbf new file mode 100644 index 000000000..95cae83ec --- /dev/null +++ b/assets/static/font/Open Sans Regular/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 2560-2815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/25600-25855.pbf b/assets/static/font/Open Sans Regular/25600-25855.pbf new file mode 100644 index 000000000..b5102f7db --- /dev/null +++ b/assets/static/font/Open Sans Regular/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 25600-25855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/25856-26111.pbf b/assets/static/font/Open Sans Regular/25856-26111.pbf new file mode 100644 index 000000000..5be13688a --- /dev/null +++ b/assets/static/font/Open Sans Regular/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 25856-26111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/26112-26367.pbf b/assets/static/font/Open Sans Regular/26112-26367.pbf new file mode 100644 index 000000000..e3e60606e --- /dev/null +++ b/assets/static/font/Open Sans Regular/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 26112-26367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/26368-26623.pbf b/assets/static/font/Open Sans Regular/26368-26623.pbf new file mode 100644 index 000000000..c855d60f9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 26368-26623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/26624-26879.pbf b/assets/static/font/Open Sans Regular/26624-26879.pbf new file mode 100644 index 000000000..97cd65d4d --- /dev/null +++ b/assets/static/font/Open Sans Regular/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 26624-26879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/26880-27135.pbf b/assets/static/font/Open Sans Regular/26880-27135.pbf new file mode 100644 index 000000000..4be4b3599 --- /dev/null +++ b/assets/static/font/Open Sans Regular/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 26880-27135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/27136-27391.pbf b/assets/static/font/Open Sans Regular/27136-27391.pbf new file mode 100644 index 000000000..cc9e56065 --- /dev/null +++ b/assets/static/font/Open Sans Regular/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 27136-27391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/27392-27647.pbf b/assets/static/font/Open Sans Regular/27392-27647.pbf new file mode 100644 index 000000000..582b089f9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 27392-27647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/27648-27903.pbf b/assets/static/font/Open Sans Regular/27648-27903.pbf new file mode 100644 index 000000000..2129b87c3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 27648-27903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/27904-28159.pbf b/assets/static/font/Open Sans Regular/27904-28159.pbf new file mode 100644 index 000000000..f80749261 --- /dev/null +++ b/assets/static/font/Open Sans Regular/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 27904-28159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/2816-3071.pbf b/assets/static/font/Open Sans Regular/2816-3071.pbf new file mode 100644 index 000000000..6882bd66f --- /dev/null +++ b/assets/static/font/Open Sans Regular/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 2816-3071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/28160-28415.pbf b/assets/static/font/Open Sans Regular/28160-28415.pbf new file mode 100644 index 000000000..5b92b6463 --- /dev/null +++ b/assets/static/font/Open Sans Regular/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 28160-28415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/28416-28671.pbf b/assets/static/font/Open Sans Regular/28416-28671.pbf new file mode 100644 index 000000000..40016518f --- /dev/null +++ b/assets/static/font/Open Sans Regular/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 28416-28671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/28672-28927.pbf b/assets/static/font/Open Sans Regular/28672-28927.pbf new file mode 100644 index 000000000..aee687d36 --- /dev/null +++ b/assets/static/font/Open Sans Regular/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 28672-28927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/28928-29183.pbf b/assets/static/font/Open Sans Regular/28928-29183.pbf new file mode 100644 index 000000000..0d759f033 --- /dev/null +++ b/assets/static/font/Open Sans Regular/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 28928-29183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/29184-29439.pbf b/assets/static/font/Open Sans Regular/29184-29439.pbf new file mode 100644 index 000000000..80cccb058 --- /dev/null +++ b/assets/static/font/Open Sans Regular/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 29184-29439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/29440-29695.pbf b/assets/static/font/Open Sans Regular/29440-29695.pbf new file mode 100644 index 000000000..8f27cd42c --- /dev/null +++ b/assets/static/font/Open Sans Regular/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 29440-29695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/29696-29951.pbf b/assets/static/font/Open Sans Regular/29696-29951.pbf new file mode 100644 index 000000000..be5cb7a2f --- /dev/null +++ b/assets/static/font/Open Sans Regular/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 29696-29951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/29952-30207.pbf b/assets/static/font/Open Sans Regular/29952-30207.pbf new file mode 100644 index 000000000..87f27ca6c --- /dev/null +++ b/assets/static/font/Open Sans Regular/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 29952-30207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/30208-30463.pbf b/assets/static/font/Open Sans Regular/30208-30463.pbf new file mode 100644 index 000000000..425caec8d --- /dev/null +++ b/assets/static/font/Open Sans Regular/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 30208-30463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/30464-30719.pbf b/assets/static/font/Open Sans Regular/30464-30719.pbf new file mode 100644 index 000000000..5663cef76 --- /dev/null +++ b/assets/static/font/Open Sans Regular/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 30464-30719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/3072-3327.pbf b/assets/static/font/Open Sans Regular/3072-3327.pbf new file mode 100644 index 000000000..3d69aa084 --- /dev/null +++ b/assets/static/font/Open Sans Regular/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 3072-3327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/30720-30975.pbf b/assets/static/font/Open Sans Regular/30720-30975.pbf new file mode 100644 index 000000000..b638ca410 --- /dev/null +++ b/assets/static/font/Open Sans Regular/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 30720-30975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/30976-31231.pbf b/assets/static/font/Open Sans Regular/30976-31231.pbf new file mode 100644 index 000000000..c43f789a4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 30976-31231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/31232-31487.pbf b/assets/static/font/Open Sans Regular/31232-31487.pbf new file mode 100644 index 000000000..7e02f409a --- /dev/null +++ b/assets/static/font/Open Sans Regular/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 31232-31487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/31488-31743.pbf b/assets/static/font/Open Sans Regular/31488-31743.pbf new file mode 100644 index 000000000..6f859bff6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 31488-31743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/31744-31999.pbf b/assets/static/font/Open Sans Regular/31744-31999.pbf new file mode 100644 index 000000000..4458128ce --- /dev/null +++ b/assets/static/font/Open Sans Regular/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 31744-31999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/32000-32255.pbf b/assets/static/font/Open Sans Regular/32000-32255.pbf new file mode 100644 index 000000000..a30218445 --- /dev/null +++ b/assets/static/font/Open Sans Regular/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 32000-32255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/32256-32511.pbf b/assets/static/font/Open Sans Regular/32256-32511.pbf new file mode 100644 index 000000000..44772c3af --- /dev/null +++ b/assets/static/font/Open Sans Regular/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 32256-32511 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/32512-32767.pbf b/assets/static/font/Open Sans Regular/32512-32767.pbf new file mode 100644 index 000000000..22144373c --- /dev/null +++ b/assets/static/font/Open Sans Regular/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 32512-32767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/32768-33023.pbf b/assets/static/font/Open Sans Regular/32768-33023.pbf new file mode 100644 index 000000000..9ec5292f0 --- /dev/null +++ b/assets/static/font/Open Sans Regular/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 32768-33023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/33024-33279.pbf b/assets/static/font/Open Sans Regular/33024-33279.pbf new file mode 100644 index 000000000..0ce0358df --- /dev/null +++ b/assets/static/font/Open Sans Regular/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 33024-33279 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/3328-3583.pbf b/assets/static/font/Open Sans Regular/3328-3583.pbf new file mode 100644 index 000000000..2a1576ef0 --- /dev/null +++ b/assets/static/font/Open Sans Regular/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 3328-3583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/33280-33535.pbf b/assets/static/font/Open Sans Regular/33280-33535.pbf new file mode 100644 index 000000000..8b7166d8c --- /dev/null +++ b/assets/static/font/Open Sans Regular/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 33280-33535 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/33536-33791.pbf b/assets/static/font/Open Sans Regular/33536-33791.pbf new file mode 100644 index 000000000..5f08cd6c6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 33536-33791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/33792-34047.pbf b/assets/static/font/Open Sans Regular/33792-34047.pbf new file mode 100644 index 000000000..30f3ca1e5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 33792-34047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/34048-34303.pbf b/assets/static/font/Open Sans Regular/34048-34303.pbf new file mode 100644 index 000000000..87278184b --- /dev/null +++ b/assets/static/font/Open Sans Regular/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 34048-34303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/34304-34559.pbf b/assets/static/font/Open Sans Regular/34304-34559.pbf new file mode 100644 index 000000000..61885c5da --- /dev/null +++ b/assets/static/font/Open Sans Regular/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 34304-34559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/34560-34815.pbf b/assets/static/font/Open Sans Regular/34560-34815.pbf new file mode 100644 index 000000000..757dfb8f5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 34560-34815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/34816-35071.pbf b/assets/static/font/Open Sans Regular/34816-35071.pbf new file mode 100644 index 000000000..e1a7652b8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 34816-35071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/35072-35327.pbf b/assets/static/font/Open Sans Regular/35072-35327.pbf new file mode 100644 index 000000000..935136564 --- /dev/null +++ b/assets/static/font/Open Sans Regular/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 35072-35327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/35328-35583.pbf b/assets/static/font/Open Sans Regular/35328-35583.pbf new file mode 100644 index 000000000..585f4028e --- /dev/null +++ b/assets/static/font/Open Sans Regular/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 35328-35583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/35584-35839.pbf b/assets/static/font/Open Sans Regular/35584-35839.pbf new file mode 100644 index 000000000..cb0aacc68 --- /dev/null +++ b/assets/static/font/Open Sans Regular/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 35584-35839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/3584-3839.pbf b/assets/static/font/Open Sans Regular/3584-3839.pbf new file mode 100644 index 000000000..ddaad6695 --- /dev/null +++ b/assets/static/font/Open Sans Regular/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 3584-3839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/35840-36095.pbf b/assets/static/font/Open Sans Regular/35840-36095.pbf new file mode 100644 index 000000000..ec0bf33ce --- /dev/null +++ b/assets/static/font/Open Sans Regular/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 35840-36095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/36096-36351.pbf b/assets/static/font/Open Sans Regular/36096-36351.pbf new file mode 100644 index 000000000..4ea7f3a6d --- /dev/null +++ b/assets/static/font/Open Sans Regular/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 36096-36351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/36352-36607.pbf b/assets/static/font/Open Sans Regular/36352-36607.pbf new file mode 100644 index 000000000..9c397899b --- /dev/null +++ b/assets/static/font/Open Sans Regular/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 36352-36607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/36608-36863.pbf b/assets/static/font/Open Sans Regular/36608-36863.pbf new file mode 100644 index 000000000..cc6d45d38 --- /dev/null +++ b/assets/static/font/Open Sans Regular/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 36608-36863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/36864-37119.pbf b/assets/static/font/Open Sans Regular/36864-37119.pbf new file mode 100644 index 000000000..6bd5cadca --- /dev/null +++ b/assets/static/font/Open Sans Regular/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 36864-37119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/37120-37375.pbf b/assets/static/font/Open Sans Regular/37120-37375.pbf new file mode 100644 index 000000000..fdbe41382 --- /dev/null +++ b/assets/static/font/Open Sans Regular/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 37120-37375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/37376-37631.pbf b/assets/static/font/Open Sans Regular/37376-37631.pbf new file mode 100644 index 000000000..10001257a --- /dev/null +++ b/assets/static/font/Open Sans Regular/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 37376-37631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/37632-37887.pbf b/assets/static/font/Open Sans Regular/37632-37887.pbf new file mode 100644 index 000000000..0415c427f --- /dev/null +++ b/assets/static/font/Open Sans Regular/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 37632-37887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/37888-38143.pbf b/assets/static/font/Open Sans Regular/37888-38143.pbf new file mode 100644 index 000000000..c76ce4450 --- /dev/null +++ b/assets/static/font/Open Sans Regular/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 37888-38143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/38144-38399.pbf b/assets/static/font/Open Sans Regular/38144-38399.pbf new file mode 100644 index 000000000..c4c156ab3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 38144-38399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/3840-4095.pbf b/assets/static/font/Open Sans Regular/3840-4095.pbf new file mode 100644 index 000000000..4d6576fce --- /dev/null +++ b/assets/static/font/Open Sans Regular/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 3840-4095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/38400-38655.pbf b/assets/static/font/Open Sans Regular/38400-38655.pbf new file mode 100644 index 000000000..289445b9e --- /dev/null +++ b/assets/static/font/Open Sans Regular/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 38400-38655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/38656-38911.pbf b/assets/static/font/Open Sans Regular/38656-38911.pbf new file mode 100644 index 000000000..a198c1e03 --- /dev/null +++ b/assets/static/font/Open Sans Regular/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 38656-38911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/38912-39167.pbf b/assets/static/font/Open Sans Regular/38912-39167.pbf new file mode 100644 index 000000000..7f621c1a1 --- /dev/null +++ b/assets/static/font/Open Sans Regular/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 38912-39167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/39168-39423.pbf b/assets/static/font/Open Sans Regular/39168-39423.pbf new file mode 100644 index 000000000..40aee1184 --- /dev/null +++ b/assets/static/font/Open Sans Regular/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 39168-39423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/39424-39679.pbf b/assets/static/font/Open Sans Regular/39424-39679.pbf new file mode 100644 index 000000000..477d27208 --- /dev/null +++ b/assets/static/font/Open Sans Regular/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 39424-39679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/39680-39935.pbf b/assets/static/font/Open Sans Regular/39680-39935.pbf new file mode 100644 index 000000000..62bae24ec --- /dev/null +++ b/assets/static/font/Open Sans Regular/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 39680-39935 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/39936-40191.pbf b/assets/static/font/Open Sans Regular/39936-40191.pbf new file mode 100644 index 000000000..21691f265 --- /dev/null +++ b/assets/static/font/Open Sans Regular/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 39936-40191 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/40192-40447.pbf b/assets/static/font/Open Sans Regular/40192-40447.pbf new file mode 100644 index 000000000..a1b160ed8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 40192-40447 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/40448-40703.pbf b/assets/static/font/Open Sans Regular/40448-40703.pbf new file mode 100644 index 000000000..c141efece --- /dev/null +++ b/assets/static/font/Open Sans Regular/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 40448-40703 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/40704-40959.pbf b/assets/static/font/Open Sans Regular/40704-40959.pbf new file mode 100644 index 000000000..de557c0ff --- /dev/null +++ b/assets/static/font/Open Sans Regular/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 40704-40959 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/4096-4351.pbf b/assets/static/font/Open Sans Regular/4096-4351.pbf new file mode 100644 index 000000000..a89dd21bf --- /dev/null +++ b/assets/static/font/Open Sans Regular/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 4096-4351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/40960-41215.pbf b/assets/static/font/Open Sans Regular/40960-41215.pbf new file mode 100644 index 000000000..357d35e9d --- /dev/null +++ b/assets/static/font/Open Sans Regular/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 40960-41215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/41216-41471.pbf b/assets/static/font/Open Sans Regular/41216-41471.pbf new file mode 100644 index 000000000..ed8e5561f --- /dev/null +++ b/assets/static/font/Open Sans Regular/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 41216-41471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/41472-41727.pbf b/assets/static/font/Open Sans Regular/41472-41727.pbf new file mode 100644 index 000000000..5012a4e52 --- /dev/null +++ b/assets/static/font/Open Sans Regular/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 41472-41727 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/41728-41983.pbf b/assets/static/font/Open Sans Regular/41728-41983.pbf new file mode 100644 index 000000000..212c333d4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 41728-41983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/41984-42239.pbf b/assets/static/font/Open Sans Regular/41984-42239.pbf new file mode 100644 index 000000000..2b8e37d95 --- /dev/null +++ b/assets/static/font/Open Sans Regular/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 41984-42239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/42240-42495.pbf b/assets/static/font/Open Sans Regular/42240-42495.pbf new file mode 100644 index 000000000..2d0478909 --- /dev/null +++ b/assets/static/font/Open Sans Regular/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 42240-42495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/42496-42751.pbf b/assets/static/font/Open Sans Regular/42496-42751.pbf new file mode 100644 index 000000000..2eb78fa1e --- /dev/null +++ b/assets/static/font/Open Sans Regular/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 42496-42751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/42752-43007.pbf b/assets/static/font/Open Sans Regular/42752-43007.pbf new file mode 100644 index 000000000..9017adc2f --- /dev/null +++ b/assets/static/font/Open Sans Regular/42752-43007.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 42752-43007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/43008-43263.pbf b/assets/static/font/Open Sans Regular/43008-43263.pbf new file mode 100644 index 000000000..5d9d7ff5a --- /dev/null +++ b/assets/static/font/Open Sans Regular/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 43008-43263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/43264-43519.pbf b/assets/static/font/Open Sans Regular/43264-43519.pbf new file mode 100644 index 000000000..c313fbadf --- /dev/null +++ b/assets/static/font/Open Sans Regular/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 43264-43519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/4352-4607.pbf b/assets/static/font/Open Sans Regular/4352-4607.pbf new file mode 100644 index 000000000..666d277cd --- /dev/null +++ b/assets/static/font/Open Sans Regular/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 4352-4607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/43520-43775.pbf b/assets/static/font/Open Sans Regular/43520-43775.pbf new file mode 100644 index 000000000..2319aa440 --- /dev/null +++ b/assets/static/font/Open Sans Regular/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 43520-43775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/43776-44031.pbf b/assets/static/font/Open Sans Regular/43776-44031.pbf new file mode 100644 index 000000000..b25ef4dce --- /dev/null +++ b/assets/static/font/Open Sans Regular/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 43776-44031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/44032-44287.pbf b/assets/static/font/Open Sans Regular/44032-44287.pbf new file mode 100644 index 000000000..452907e78 --- /dev/null +++ b/assets/static/font/Open Sans Regular/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 44032-44287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/44288-44543.pbf b/assets/static/font/Open Sans Regular/44288-44543.pbf new file mode 100644 index 000000000..0722ea4d5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 44288-44543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/44544-44799.pbf b/assets/static/font/Open Sans Regular/44544-44799.pbf new file mode 100644 index 000000000..87dfa8262 --- /dev/null +++ b/assets/static/font/Open Sans Regular/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 44544-44799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/44800-45055.pbf b/assets/static/font/Open Sans Regular/44800-45055.pbf new file mode 100644 index 000000000..c7d56ca28 --- /dev/null +++ b/assets/static/font/Open Sans Regular/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 44800-45055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/45056-45311.pbf b/assets/static/font/Open Sans Regular/45056-45311.pbf new file mode 100644 index 000000000..700e718d4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 45056-45311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/45312-45567.pbf b/assets/static/font/Open Sans Regular/45312-45567.pbf new file mode 100644 index 000000000..162362b65 --- /dev/null +++ b/assets/static/font/Open Sans Regular/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 45312-45567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/45568-45823.pbf b/assets/static/font/Open Sans Regular/45568-45823.pbf new file mode 100644 index 000000000..a7351b26b --- /dev/null +++ b/assets/static/font/Open Sans Regular/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 45568-45823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/45824-46079.pbf b/assets/static/font/Open Sans Regular/45824-46079.pbf new file mode 100644 index 000000000..a23d834f5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 45824-46079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/4608-4863.pbf b/assets/static/font/Open Sans Regular/4608-4863.pbf new file mode 100644 index 000000000..e0c982a56 --- /dev/null +++ b/assets/static/font/Open Sans Regular/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 4608-4863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/46080-46335.pbf b/assets/static/font/Open Sans Regular/46080-46335.pbf new file mode 100644 index 000000000..313eff1ae --- /dev/null +++ b/assets/static/font/Open Sans Regular/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 46080-46335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/46336-46591.pbf b/assets/static/font/Open Sans Regular/46336-46591.pbf new file mode 100644 index 000000000..080b8e37b --- /dev/null +++ b/assets/static/font/Open Sans Regular/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 46336-46591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/46592-46847.pbf b/assets/static/font/Open Sans Regular/46592-46847.pbf new file mode 100644 index 000000000..d3f6ab15c --- /dev/null +++ b/assets/static/font/Open Sans Regular/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 46592-46847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/46848-47103.pbf b/assets/static/font/Open Sans Regular/46848-47103.pbf new file mode 100644 index 000000000..debb3b9ad --- /dev/null +++ b/assets/static/font/Open Sans Regular/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 46848-47103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/47104-47359.pbf b/assets/static/font/Open Sans Regular/47104-47359.pbf new file mode 100644 index 000000000..ccfd55fde --- /dev/null +++ b/assets/static/font/Open Sans Regular/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 47104-47359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/47360-47615.pbf b/assets/static/font/Open Sans Regular/47360-47615.pbf new file mode 100644 index 000000000..2bc6ddd36 --- /dev/null +++ b/assets/static/font/Open Sans Regular/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 47360-47615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/47616-47871.pbf b/assets/static/font/Open Sans Regular/47616-47871.pbf new file mode 100644 index 000000000..3d01e9c27 --- /dev/null +++ b/assets/static/font/Open Sans Regular/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 47616-47871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/47872-48127.pbf b/assets/static/font/Open Sans Regular/47872-48127.pbf new file mode 100644 index 000000000..7e86554b4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 47872-48127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/48128-48383.pbf b/assets/static/font/Open Sans Regular/48128-48383.pbf new file mode 100644 index 000000000..430b4c5d9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 48128-48383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/48384-48639.pbf b/assets/static/font/Open Sans Regular/48384-48639.pbf new file mode 100644 index 000000000..f10114d52 --- /dev/null +++ b/assets/static/font/Open Sans Regular/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 48384-48639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/4864-5119.pbf b/assets/static/font/Open Sans Regular/4864-5119.pbf new file mode 100644 index 000000000..091e71552 --- /dev/null +++ b/assets/static/font/Open Sans Regular/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 4864-5119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/48640-48895.pbf b/assets/static/font/Open Sans Regular/48640-48895.pbf new file mode 100644 index 000000000..fced1b712 --- /dev/null +++ b/assets/static/font/Open Sans Regular/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 48640-48895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/48896-49151.pbf b/assets/static/font/Open Sans Regular/48896-49151.pbf new file mode 100644 index 000000000..b3f65d6a6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 48896-49151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/49152-49407.pbf b/assets/static/font/Open Sans Regular/49152-49407.pbf new file mode 100644 index 000000000..59586bb26 --- /dev/null +++ b/assets/static/font/Open Sans Regular/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 49152-49407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/49408-49663.pbf b/assets/static/font/Open Sans Regular/49408-49663.pbf new file mode 100644 index 000000000..045ee69f5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 49408-49663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/49664-49919.pbf b/assets/static/font/Open Sans Regular/49664-49919.pbf new file mode 100644 index 000000000..7d5137fe6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 49664-49919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/49920-50175.pbf b/assets/static/font/Open Sans Regular/49920-50175.pbf new file mode 100644 index 000000000..e01f73f77 --- /dev/null +++ b/assets/static/font/Open Sans Regular/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 49920-50175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/50176-50431.pbf b/assets/static/font/Open Sans Regular/50176-50431.pbf new file mode 100644 index 000000000..253992b96 --- /dev/null +++ b/assets/static/font/Open Sans Regular/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 50176-50431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/50432-50687.pbf b/assets/static/font/Open Sans Regular/50432-50687.pbf new file mode 100644 index 000000000..cbaceb5fa --- /dev/null +++ b/assets/static/font/Open Sans Regular/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 50432-50687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/50688-50943.pbf b/assets/static/font/Open Sans Regular/50688-50943.pbf new file mode 100644 index 000000000..356e589ce --- /dev/null +++ b/assets/static/font/Open Sans Regular/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 50688-50943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/50944-51199.pbf b/assets/static/font/Open Sans Regular/50944-51199.pbf new file mode 100644 index 000000000..c70a41ad6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 50944-51199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/512-767.pbf b/assets/static/font/Open Sans Regular/512-767.pbf new file mode 100644 index 000000000..5dbfb5b43 Binary files /dev/null and b/assets/static/font/Open Sans Regular/512-767.pbf differ diff --git a/assets/static/font/Open Sans Regular/5120-5375.pbf b/assets/static/font/Open Sans Regular/5120-5375.pbf new file mode 100644 index 000000000..999f7b699 --- /dev/null +++ b/assets/static/font/Open Sans Regular/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 5120-5375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/51200-51455.pbf b/assets/static/font/Open Sans Regular/51200-51455.pbf new file mode 100644 index 000000000..48d3135e3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 51200-51455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/51456-51711.pbf b/assets/static/font/Open Sans Regular/51456-51711.pbf new file mode 100644 index 000000000..55bc48bc5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 51456-51711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/51712-51967.pbf b/assets/static/font/Open Sans Regular/51712-51967.pbf new file mode 100644 index 000000000..6f3a3fd0d --- /dev/null +++ b/assets/static/font/Open Sans Regular/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 51712-51967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/51968-52223.pbf b/assets/static/font/Open Sans Regular/51968-52223.pbf new file mode 100644 index 000000000..44f032d78 --- /dev/null +++ b/assets/static/font/Open Sans Regular/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 51968-52223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/52224-52479.pbf b/assets/static/font/Open Sans Regular/52224-52479.pbf new file mode 100644 index 000000000..e6f893686 --- /dev/null +++ b/assets/static/font/Open Sans Regular/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 52224-52479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/52480-52735.pbf b/assets/static/font/Open Sans Regular/52480-52735.pbf new file mode 100644 index 000000000..56d19823a --- /dev/null +++ b/assets/static/font/Open Sans Regular/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 52480-52735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/52736-52991.pbf b/assets/static/font/Open Sans Regular/52736-52991.pbf new file mode 100644 index 000000000..7f99bc136 --- /dev/null +++ b/assets/static/font/Open Sans Regular/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 52736-52991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/52992-53247.pbf b/assets/static/font/Open Sans Regular/52992-53247.pbf new file mode 100644 index 000000000..d8aaff0d6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 52992-53247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/53248-53503.pbf b/assets/static/font/Open Sans Regular/53248-53503.pbf new file mode 100644 index 000000000..36243fee9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 53248-53503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/53504-53759.pbf b/assets/static/font/Open Sans Regular/53504-53759.pbf new file mode 100644 index 000000000..a4f83f963 --- /dev/null +++ b/assets/static/font/Open Sans Regular/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 53504-53759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/5376-5631.pbf b/assets/static/font/Open Sans Regular/5376-5631.pbf new file mode 100644 index 000000000..8f94cb454 --- /dev/null +++ b/assets/static/font/Open Sans Regular/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 5376-5631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/53760-54015.pbf b/assets/static/font/Open Sans Regular/53760-54015.pbf new file mode 100644 index 000000000..07ae9aeb2 --- /dev/null +++ b/assets/static/font/Open Sans Regular/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 53760-54015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/54016-54271.pbf b/assets/static/font/Open Sans Regular/54016-54271.pbf new file mode 100644 index 000000000..2ab229512 --- /dev/null +++ b/assets/static/font/Open Sans Regular/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 54016-54271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/54272-54527.pbf b/assets/static/font/Open Sans Regular/54272-54527.pbf new file mode 100644 index 000000000..349cf1fb3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 54272-54527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/54528-54783.pbf b/assets/static/font/Open Sans Regular/54528-54783.pbf new file mode 100644 index 000000000..e0553b5a0 --- /dev/null +++ b/assets/static/font/Open Sans Regular/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 54528-54783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/54784-55039.pbf b/assets/static/font/Open Sans Regular/54784-55039.pbf new file mode 100644 index 000000000..291b5b5e3 --- /dev/null +++ b/assets/static/font/Open Sans Regular/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 54784-55039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/55040-55295.pbf b/assets/static/font/Open Sans Regular/55040-55295.pbf new file mode 100644 index 000000000..ca770006b --- /dev/null +++ b/assets/static/font/Open Sans Regular/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 55040-55295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/55296-55551.pbf b/assets/static/font/Open Sans Regular/55296-55551.pbf new file mode 100644 index 000000000..548e28b1f --- /dev/null +++ b/assets/static/font/Open Sans Regular/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 55296-55551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/55552-55807.pbf b/assets/static/font/Open Sans Regular/55552-55807.pbf new file mode 100644 index 000000000..94b268abe --- /dev/null +++ b/assets/static/font/Open Sans Regular/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 55552-55807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/55808-56063.pbf b/assets/static/font/Open Sans Regular/55808-56063.pbf new file mode 100644 index 000000000..90d869d03 --- /dev/null +++ b/assets/static/font/Open Sans Regular/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 55808-56063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/56064-56319.pbf b/assets/static/font/Open Sans Regular/56064-56319.pbf new file mode 100644 index 000000000..6ab33f245 --- /dev/null +++ b/assets/static/font/Open Sans Regular/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 56064-56319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/5632-5887.pbf b/assets/static/font/Open Sans Regular/5632-5887.pbf new file mode 100644 index 000000000..82962694c --- /dev/null +++ b/assets/static/font/Open Sans Regular/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 5632-5887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/56320-56575.pbf b/assets/static/font/Open Sans Regular/56320-56575.pbf new file mode 100644 index 000000000..8075b5018 --- /dev/null +++ b/assets/static/font/Open Sans Regular/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 56320-56575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/56576-56831.pbf b/assets/static/font/Open Sans Regular/56576-56831.pbf new file mode 100644 index 000000000..d700f63f8 --- /dev/null +++ b/assets/static/font/Open Sans Regular/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 56576-56831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/56832-57087.pbf b/assets/static/font/Open Sans Regular/56832-57087.pbf new file mode 100644 index 000000000..b8a7be89c --- /dev/null +++ b/assets/static/font/Open Sans Regular/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 56832-57087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/57088-57343.pbf b/assets/static/font/Open Sans Regular/57088-57343.pbf new file mode 100644 index 000000000..d748ea8c6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 57088-57343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/57344-57599.pbf b/assets/static/font/Open Sans Regular/57344-57599.pbf new file mode 100644 index 000000000..43511bf36 --- /dev/null +++ b/assets/static/font/Open Sans Regular/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 57344-57599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/57600-57855.pbf b/assets/static/font/Open Sans Regular/57600-57855.pbf new file mode 100644 index 000000000..bbaada85e --- /dev/null +++ b/assets/static/font/Open Sans Regular/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 57600-57855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/57856-58111.pbf b/assets/static/font/Open Sans Regular/57856-58111.pbf new file mode 100644 index 000000000..0475bb9a2 --- /dev/null +++ b/assets/static/font/Open Sans Regular/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 57856-58111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/58112-58367.pbf b/assets/static/font/Open Sans Regular/58112-58367.pbf new file mode 100644 index 000000000..152e11fe0 --- /dev/null +++ b/assets/static/font/Open Sans Regular/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 58112-58367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/58368-58623.pbf b/assets/static/font/Open Sans Regular/58368-58623.pbf new file mode 100644 index 000000000..da4caca04 --- /dev/null +++ b/assets/static/font/Open Sans Regular/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 58368-58623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/58624-58879.pbf b/assets/static/font/Open Sans Regular/58624-58879.pbf new file mode 100644 index 000000000..d4820ce5d --- /dev/null +++ b/assets/static/font/Open Sans Regular/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 58624-58879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/5888-6143.pbf b/assets/static/font/Open Sans Regular/5888-6143.pbf new file mode 100644 index 000000000..84e3d95f9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 5888-6143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/58880-59135.pbf b/assets/static/font/Open Sans Regular/58880-59135.pbf new file mode 100644 index 000000000..cc40115ba --- /dev/null +++ b/assets/static/font/Open Sans Regular/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 58880-59135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/59136-59391.pbf b/assets/static/font/Open Sans Regular/59136-59391.pbf new file mode 100644 index 000000000..d6fcfe161 --- /dev/null +++ b/assets/static/font/Open Sans Regular/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 59136-59391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/59392-59647.pbf b/assets/static/font/Open Sans Regular/59392-59647.pbf new file mode 100644 index 000000000..acbd0f5b1 --- /dev/null +++ b/assets/static/font/Open Sans Regular/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 59392-59647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/59648-59903.pbf b/assets/static/font/Open Sans Regular/59648-59903.pbf new file mode 100644 index 000000000..9f718ff40 --- /dev/null +++ b/assets/static/font/Open Sans Regular/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 59648-59903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/59904-60159.pbf b/assets/static/font/Open Sans Regular/59904-60159.pbf new file mode 100644 index 000000000..a9b7ce8ac --- /dev/null +++ b/assets/static/font/Open Sans Regular/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 59904-60159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/60160-60415.pbf b/assets/static/font/Open Sans Regular/60160-60415.pbf new file mode 100644 index 000000000..db2d057f9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 60160-60415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/60416-60671.pbf b/assets/static/font/Open Sans Regular/60416-60671.pbf new file mode 100644 index 000000000..7618bcc61 --- /dev/null +++ b/assets/static/font/Open Sans Regular/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 60416-60671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/60672-60927.pbf b/assets/static/font/Open Sans Regular/60672-60927.pbf new file mode 100644 index 000000000..45a732e2e --- /dev/null +++ b/assets/static/font/Open Sans Regular/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 60672-60927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/60928-61183.pbf b/assets/static/font/Open Sans Regular/60928-61183.pbf new file mode 100644 index 000000000..dfd7f01d4 --- /dev/null +++ b/assets/static/font/Open Sans Regular/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 60928-61183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/61184-61439.pbf b/assets/static/font/Open Sans Regular/61184-61439.pbf new file mode 100644 index 000000000..27c984190 --- /dev/null +++ b/assets/static/font/Open Sans Regular/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 61184-61439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/6144-6399.pbf b/assets/static/font/Open Sans Regular/6144-6399.pbf new file mode 100644 index 000000000..fce178caf --- /dev/null +++ b/assets/static/font/Open Sans Regular/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 6144-6399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/61440-61695.pbf b/assets/static/font/Open Sans Regular/61440-61695.pbf new file mode 100644 index 000000000..66d2c0916 --- /dev/null +++ b/assets/static/font/Open Sans Regular/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 61440-61695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/61696-61951.pbf b/assets/static/font/Open Sans Regular/61696-61951.pbf new file mode 100644 index 000000000..ac9933144 --- /dev/null +++ b/assets/static/font/Open Sans Regular/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 61696-61951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/61952-62207.pbf b/assets/static/font/Open Sans Regular/61952-62207.pbf new file mode 100644 index 000000000..936a329d6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 61952-62207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/62208-62463.pbf b/assets/static/font/Open Sans Regular/62208-62463.pbf new file mode 100644 index 000000000..bb9629b68 --- /dev/null +++ b/assets/static/font/Open Sans Regular/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 62208-62463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/62464-62719.pbf b/assets/static/font/Open Sans Regular/62464-62719.pbf new file mode 100644 index 000000000..00c395a59 --- /dev/null +++ b/assets/static/font/Open Sans Regular/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 62464-62719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/62720-62975.pbf b/assets/static/font/Open Sans Regular/62720-62975.pbf new file mode 100644 index 000000000..f783e3747 --- /dev/null +++ b/assets/static/font/Open Sans Regular/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 62720-62975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/62976-63231.pbf b/assets/static/font/Open Sans Regular/62976-63231.pbf new file mode 100644 index 000000000..b09691048 --- /dev/null +++ b/assets/static/font/Open Sans Regular/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 62976-63231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/63232-63487.pbf b/assets/static/font/Open Sans Regular/63232-63487.pbf new file mode 100644 index 000000000..bafac1016 --- /dev/null +++ b/assets/static/font/Open Sans Regular/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 63232-63487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/63488-63743.pbf b/assets/static/font/Open Sans Regular/63488-63743.pbf new file mode 100644 index 000000000..3c4e327e5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 63488-63743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/63744-63999.pbf b/assets/static/font/Open Sans Regular/63744-63999.pbf new file mode 100644 index 000000000..4c3686ad6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 63744-63999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/6400-6655.pbf b/assets/static/font/Open Sans Regular/6400-6655.pbf new file mode 100644 index 000000000..5ab3d50e5 --- /dev/null +++ b/assets/static/font/Open Sans Regular/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 6400-6655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/64000-64255.pbf b/assets/static/font/Open Sans Regular/64000-64255.pbf new file mode 100644 index 000000000..df613c79b --- /dev/null +++ b/assets/static/font/Open Sans Regular/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 64000-64255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/64256-64511.pbf b/assets/static/font/Open Sans Regular/64256-64511.pbf new file mode 100644 index 000000000..eac2c885b Binary files /dev/null and b/assets/static/font/Open Sans Regular/64256-64511.pbf differ diff --git a/assets/static/font/Open Sans Regular/64512-64767.pbf b/assets/static/font/Open Sans Regular/64512-64767.pbf new file mode 100644 index 000000000..5976a9087 --- /dev/null +++ b/assets/static/font/Open Sans Regular/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 64512-64767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/64768-65023.pbf b/assets/static/font/Open Sans Regular/64768-65023.pbf new file mode 100644 index 000000000..0c77f3b58 --- /dev/null +++ b/assets/static/font/Open Sans Regular/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 64768-65023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/65024-65279.pbf b/assets/static/font/Open Sans Regular/65024-65279.pbf new file mode 100644 index 000000000..b8ba5f0e1 Binary files /dev/null and b/assets/static/font/Open Sans Regular/65024-65279.pbf differ diff --git a/assets/static/font/Open Sans Regular/65280-65533.pbf b/assets/static/font/Open Sans Regular/65280-65533.pbf new file mode 100644 index 000000000..8370c2d82 Binary files /dev/null and b/assets/static/font/Open Sans Regular/65280-65533.pbf differ diff --git a/assets/static/font/Open Sans Regular/6656-6911.pbf b/assets/static/font/Open Sans Regular/6656-6911.pbf new file mode 100644 index 000000000..c907674e9 --- /dev/null +++ b/assets/static/font/Open Sans Regular/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 6656-6911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/6912-7167.pbf b/assets/static/font/Open Sans Regular/6912-7167.pbf new file mode 100644 index 000000000..604e99fed --- /dev/null +++ b/assets/static/font/Open Sans Regular/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 6912-7167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/7168-7423.pbf b/assets/static/font/Open Sans Regular/7168-7423.pbf new file mode 100644 index 000000000..db7ab67f0 --- /dev/null +++ b/assets/static/font/Open Sans Regular/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 7168-7423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/7424-7679.pbf b/assets/static/font/Open Sans Regular/7424-7679.pbf new file mode 100644 index 000000000..baf35dc5c --- /dev/null +++ b/assets/static/font/Open Sans Regular/7424-7679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 7424-7679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/768-1023.pbf b/assets/static/font/Open Sans Regular/768-1023.pbf new file mode 100644 index 000000000..a3efbb936 Binary files /dev/null and b/assets/static/font/Open Sans Regular/768-1023.pbf differ diff --git a/assets/static/font/Open Sans Regular/7680-7935.pbf b/assets/static/font/Open Sans Regular/7680-7935.pbf new file mode 100644 index 000000000..ab644c38f Binary files /dev/null and b/assets/static/font/Open Sans Regular/7680-7935.pbf differ diff --git a/assets/static/font/Open Sans Regular/7936-8191.pbf b/assets/static/font/Open Sans Regular/7936-8191.pbf new file mode 100644 index 000000000..6954b3144 Binary files /dev/null and b/assets/static/font/Open Sans Regular/7936-8191.pbf differ diff --git a/assets/static/font/Open Sans Regular/8192-8447.pbf b/assets/static/font/Open Sans Regular/8192-8447.pbf new file mode 100644 index 000000000..e053cb51c Binary files /dev/null and b/assets/static/font/Open Sans Regular/8192-8447.pbf differ diff --git a/assets/static/font/Open Sans Regular/8448-8703.pbf b/assets/static/font/Open Sans Regular/8448-8703.pbf new file mode 100644 index 000000000..e06496e0c Binary files /dev/null and b/assets/static/font/Open Sans Regular/8448-8703.pbf differ diff --git a/assets/static/font/Open Sans Regular/8704-8959.pbf b/assets/static/font/Open Sans Regular/8704-8959.pbf new file mode 100644 index 000000000..70ef669e0 Binary files /dev/null and b/assets/static/font/Open Sans Regular/8704-8959.pbf differ diff --git a/assets/static/font/Open Sans Regular/8960-9215.pbf b/assets/static/font/Open Sans Regular/8960-9215.pbf new file mode 100644 index 000000000..8e94e5093 --- /dev/null +++ b/assets/static/font/Open Sans Regular/8960-9215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 8960-9215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/9216-9471.pbf b/assets/static/font/Open Sans Regular/9216-9471.pbf new file mode 100644 index 000000000..cb7d53975 --- /dev/null +++ b/assets/static/font/Open Sans Regular/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 9216-9471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/9472-9727.pbf b/assets/static/font/Open Sans Regular/9472-9727.pbf new file mode 100644 index 000000000..cea1ee8bb Binary files /dev/null and b/assets/static/font/Open Sans Regular/9472-9727.pbf differ diff --git a/assets/static/font/Open Sans Regular/9728-9983.pbf b/assets/static/font/Open Sans Regular/9728-9983.pbf new file mode 100644 index 000000000..2d4ac11f6 --- /dev/null +++ b/assets/static/font/Open Sans Regular/9728-9983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Regular 9728-9983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Regular/9984-10239.pbf b/assets/static/font/Open Sans Regular/9984-10239.pbf new file mode 100644 index 000000000..eb8a3fc79 --- /dev/null +++ b/assets/static/font/Open Sans Regular/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Open Sans Regular +9984-10239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/0-255.pbf b/assets/static/font/Open Sans Semibold/0-255.pbf new file mode 100644 index 000000000..806e3df37 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/0-255.pbf differ diff --git a/assets/static/font/Open Sans Semibold/1024-1279.pbf b/assets/static/font/Open Sans Semibold/1024-1279.pbf new file mode 100644 index 000000000..1e61f5106 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/1024-1279.pbf differ diff --git a/assets/static/font/Open Sans Semibold/10240-10495.pbf b/assets/static/font/Open Sans Semibold/10240-10495.pbf new file mode 100644 index 000000000..eb13177c9 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/10240-10495.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 10240-10495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/10496-10751.pbf b/assets/static/font/Open Sans Semibold/10496-10751.pbf new file mode 100644 index 000000000..8a9a4ae5f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/10496-10751.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 10496-10751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/10752-11007.pbf b/assets/static/font/Open Sans Semibold/10752-11007.pbf new file mode 100644 index 000000000..9334cb3bd --- /dev/null +++ b/assets/static/font/Open Sans Semibold/10752-11007.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 10752-11007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/11008-11263.pbf b/assets/static/font/Open Sans Semibold/11008-11263.pbf new file mode 100644 index 000000000..11749616d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/11008-11263.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 11008-11263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/11264-11519.pbf b/assets/static/font/Open Sans Semibold/11264-11519.pbf new file mode 100644 index 000000000..f17f99dbe --- /dev/null +++ b/assets/static/font/Open Sans Semibold/11264-11519.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 11264-11519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/11520-11775.pbf b/assets/static/font/Open Sans Semibold/11520-11775.pbf new file mode 100644 index 000000000..169621745 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/11520-11775.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 11520-11775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/11776-12031.pbf b/assets/static/font/Open Sans Semibold/11776-12031.pbf new file mode 100644 index 000000000..0c5cb61c1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/11776-12031.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 11776-12031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/12032-12287.pbf b/assets/static/font/Open Sans Semibold/12032-12287.pbf new file mode 100644 index 000000000..4c9451727 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/12032-12287.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 12032-12287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/12288-12543.pbf b/assets/static/font/Open Sans Semibold/12288-12543.pbf new file mode 100644 index 000000000..cbe0b43f3 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/12288-12543.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 12288-12543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/12544-12799.pbf b/assets/static/font/Open Sans Semibold/12544-12799.pbf new file mode 100644 index 000000000..3c887c8f7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/12544-12799.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 12544-12799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/1280-1535.pbf b/assets/static/font/Open Sans Semibold/1280-1535.pbf new file mode 100644 index 000000000..7db5a4e88 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/1280-1535.pbf differ diff --git a/assets/static/font/Open Sans Semibold/12800-13055.pbf b/assets/static/font/Open Sans Semibold/12800-13055.pbf new file mode 100644 index 000000000..5f56e33f7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/12800-13055.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 12800-13055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/13056-13311.pbf b/assets/static/font/Open Sans Semibold/13056-13311.pbf new file mode 100644 index 000000000..584217b02 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/13056-13311.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 13056-13311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/13312-13567.pbf b/assets/static/font/Open Sans Semibold/13312-13567.pbf new file mode 100644 index 000000000..67ba162f5 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/13312-13567.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 13312-13567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/13568-13823.pbf b/assets/static/font/Open Sans Semibold/13568-13823.pbf new file mode 100644 index 000000000..70cf87273 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/13568-13823.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 13568-13823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/13824-14079.pbf b/assets/static/font/Open Sans Semibold/13824-14079.pbf new file mode 100644 index 000000000..38e92c13b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/13824-14079.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 13824-14079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/14080-14335.pbf b/assets/static/font/Open Sans Semibold/14080-14335.pbf new file mode 100644 index 000000000..32b171963 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/14080-14335.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 14080-14335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/14336-14591.pbf b/assets/static/font/Open Sans Semibold/14336-14591.pbf new file mode 100644 index 000000000..3add6ea32 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/14336-14591.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 14336-14591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/14592-14847.pbf b/assets/static/font/Open Sans Semibold/14592-14847.pbf new file mode 100644 index 000000000..4b8e35934 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/14592-14847.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 14592-14847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/14848-15103.pbf b/assets/static/font/Open Sans Semibold/14848-15103.pbf new file mode 100644 index 000000000..bd1e85643 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/14848-15103.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 14848-15103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/15104-15359.pbf b/assets/static/font/Open Sans Semibold/15104-15359.pbf new file mode 100644 index 000000000..0f8f176f1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/15104-15359.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 15104-15359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/1536-1791.pbf b/assets/static/font/Open Sans Semibold/1536-1791.pbf new file mode 100644 index 000000000..87fa5f59c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 1536-1791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/15360-15615.pbf b/assets/static/font/Open Sans Semibold/15360-15615.pbf new file mode 100644 index 000000000..a9c93a464 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/15360-15615.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 15360-15615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/15616-15871.pbf b/assets/static/font/Open Sans Semibold/15616-15871.pbf new file mode 100644 index 000000000..6a3f16512 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/15616-15871.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 15616-15871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/15872-16127.pbf b/assets/static/font/Open Sans Semibold/15872-16127.pbf new file mode 100644 index 000000000..38a71dcfa --- /dev/null +++ b/assets/static/font/Open Sans Semibold/15872-16127.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 15872-16127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/16128-16383.pbf b/assets/static/font/Open Sans Semibold/16128-16383.pbf new file mode 100644 index 000000000..6d18169c9 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/16128-16383.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 16128-16383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/16384-16639.pbf b/assets/static/font/Open Sans Semibold/16384-16639.pbf new file mode 100644 index 000000000..3473fe32a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/16384-16639.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 16384-16639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/16640-16895.pbf b/assets/static/font/Open Sans Semibold/16640-16895.pbf new file mode 100644 index 000000000..384f94eee --- /dev/null +++ b/assets/static/font/Open Sans Semibold/16640-16895.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 16640-16895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/16896-17151.pbf b/assets/static/font/Open Sans Semibold/16896-17151.pbf new file mode 100644 index 000000000..9decee33f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/16896-17151.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 16896-17151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/17152-17407.pbf b/assets/static/font/Open Sans Semibold/17152-17407.pbf new file mode 100644 index 000000000..47bf8894c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/17152-17407.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 17152-17407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/17408-17663.pbf b/assets/static/font/Open Sans Semibold/17408-17663.pbf new file mode 100644 index 000000000..d36f0d8b7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/17408-17663.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 17408-17663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/17664-17919.pbf b/assets/static/font/Open Sans Semibold/17664-17919.pbf new file mode 100644 index 000000000..5b6c9551e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/17664-17919.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 17664-17919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/1792-2047.pbf b/assets/static/font/Open Sans Semibold/1792-2047.pbf new file mode 100644 index 000000000..6d5c842c8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 1792-2047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/17920-18175.pbf b/assets/static/font/Open Sans Semibold/17920-18175.pbf new file mode 100644 index 000000000..e00d6f93f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/17920-18175.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 17920-18175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/18176-18431.pbf b/assets/static/font/Open Sans Semibold/18176-18431.pbf new file mode 100644 index 000000000..c8a6a60f0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/18176-18431.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 18176-18431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/18432-18687.pbf b/assets/static/font/Open Sans Semibold/18432-18687.pbf new file mode 100644 index 000000000..9c7bd5f1f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/18432-18687.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 18432-18687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/18688-18943.pbf b/assets/static/font/Open Sans Semibold/18688-18943.pbf new file mode 100644 index 000000000..30d9b5082 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/18688-18943.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 18688-18943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/18944-19199.pbf b/assets/static/font/Open Sans Semibold/18944-19199.pbf new file mode 100644 index 000000000..b95d55359 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/18944-19199.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 18944-19199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/19200-19455.pbf b/assets/static/font/Open Sans Semibold/19200-19455.pbf new file mode 100644 index 000000000..4b02e2981 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/19200-19455.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 19200-19455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/19456-19711.pbf b/assets/static/font/Open Sans Semibold/19456-19711.pbf new file mode 100644 index 000000000..2c5724de0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/19456-19711.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 19456-19711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/19712-19967.pbf b/assets/static/font/Open Sans Semibold/19712-19967.pbf new file mode 100644 index 000000000..e2ed8bf03 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/19712-19967.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 19712-19967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/19968-20223.pbf b/assets/static/font/Open Sans Semibold/19968-20223.pbf new file mode 100644 index 000000000..30069bd4a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/19968-20223.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 19968-20223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/20224-20479.pbf b/assets/static/font/Open Sans Semibold/20224-20479.pbf new file mode 100644 index 000000000..d4822b8ac --- /dev/null +++ b/assets/static/font/Open Sans Semibold/20224-20479.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 20224-20479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/2048-2303.pbf b/assets/static/font/Open Sans Semibold/2048-2303.pbf new file mode 100644 index 000000000..8081741bb --- /dev/null +++ b/assets/static/font/Open Sans Semibold/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 2048-2303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/20480-20735.pbf b/assets/static/font/Open Sans Semibold/20480-20735.pbf new file mode 100644 index 000000000..7c6064036 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/20480-20735.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 20480-20735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/20736-20991.pbf b/assets/static/font/Open Sans Semibold/20736-20991.pbf new file mode 100644 index 000000000..3cfd6af6c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/20736-20991.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 20736-20991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/20992-21247.pbf b/assets/static/font/Open Sans Semibold/20992-21247.pbf new file mode 100644 index 000000000..3a4929689 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/20992-21247.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 20992-21247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/21248-21503.pbf b/assets/static/font/Open Sans Semibold/21248-21503.pbf new file mode 100644 index 000000000..80afc2a1c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/21248-21503.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 21248-21503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/21504-21759.pbf b/assets/static/font/Open Sans Semibold/21504-21759.pbf new file mode 100644 index 000000000..e384a087b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/21504-21759.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 21504-21759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/21760-22015.pbf b/assets/static/font/Open Sans Semibold/21760-22015.pbf new file mode 100644 index 000000000..91993e582 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/21760-22015.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 21760-22015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/22016-22271.pbf b/assets/static/font/Open Sans Semibold/22016-22271.pbf new file mode 100644 index 000000000..cc3df6242 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/22016-22271.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 22016-22271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/22272-22527.pbf b/assets/static/font/Open Sans Semibold/22272-22527.pbf new file mode 100644 index 000000000..e591c0776 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/22272-22527.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 22272-22527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/22528-22783.pbf b/assets/static/font/Open Sans Semibold/22528-22783.pbf new file mode 100644 index 000000000..373437226 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/22528-22783.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 22528-22783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/22784-23039.pbf b/assets/static/font/Open Sans Semibold/22784-23039.pbf new file mode 100644 index 000000000..599dd3285 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/22784-23039.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 22784-23039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/2304-2559.pbf b/assets/static/font/Open Sans Semibold/2304-2559.pbf new file mode 100644 index 000000000..21fce1bb7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 2304-2559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/23040-23295.pbf b/assets/static/font/Open Sans Semibold/23040-23295.pbf new file mode 100644 index 000000000..cf5710e4e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/23040-23295.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 23040-23295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/23296-23551.pbf b/assets/static/font/Open Sans Semibold/23296-23551.pbf new file mode 100644 index 000000000..fc21f075a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/23296-23551.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 23296-23551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/23552-23807.pbf b/assets/static/font/Open Sans Semibold/23552-23807.pbf new file mode 100644 index 000000000..2c2b9b5e2 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/23552-23807.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 23552-23807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/23808-24063.pbf b/assets/static/font/Open Sans Semibold/23808-24063.pbf new file mode 100644 index 000000000..6c03e54d8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/23808-24063.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 23808-24063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/24064-24319.pbf b/assets/static/font/Open Sans Semibold/24064-24319.pbf new file mode 100644 index 000000000..b79ee3013 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/24064-24319.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 24064-24319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/24320-24575.pbf b/assets/static/font/Open Sans Semibold/24320-24575.pbf new file mode 100644 index 000000000..d17bcc9cc --- /dev/null +++ b/assets/static/font/Open Sans Semibold/24320-24575.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 24320-24575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/24576-24831.pbf b/assets/static/font/Open Sans Semibold/24576-24831.pbf new file mode 100644 index 000000000..0ba10b407 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/24576-24831.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 24576-24831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/24832-25087.pbf b/assets/static/font/Open Sans Semibold/24832-25087.pbf new file mode 100644 index 000000000..0569d2d9e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/24832-25087.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 24832-25087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/25088-25343.pbf b/assets/static/font/Open Sans Semibold/25088-25343.pbf new file mode 100644 index 000000000..570e32c29 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/25088-25343.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 25088-25343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/25344-25599.pbf b/assets/static/font/Open Sans Semibold/25344-25599.pbf new file mode 100644 index 000000000..330c39b03 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/25344-25599.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 25344-25599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/256-511.pbf b/assets/static/font/Open Sans Semibold/256-511.pbf new file mode 100644 index 000000000..1009813c4 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/256-511.pbf differ diff --git a/assets/static/font/Open Sans Semibold/2560-2815.pbf b/assets/static/font/Open Sans Semibold/2560-2815.pbf new file mode 100644 index 000000000..fc34003c1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 2560-2815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/25600-25855.pbf b/assets/static/font/Open Sans Semibold/25600-25855.pbf new file mode 100644 index 000000000..a475a924f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/25600-25855.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 25600-25855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/25856-26111.pbf b/assets/static/font/Open Sans Semibold/25856-26111.pbf new file mode 100644 index 000000000..6992c2068 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/25856-26111.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 25856-26111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/26112-26367.pbf b/assets/static/font/Open Sans Semibold/26112-26367.pbf new file mode 100644 index 000000000..87f3ae8ed --- /dev/null +++ b/assets/static/font/Open Sans Semibold/26112-26367.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 26112-26367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/26368-26623.pbf b/assets/static/font/Open Sans Semibold/26368-26623.pbf new file mode 100644 index 000000000..1494fb839 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/26368-26623.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 26368-26623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/26624-26879.pbf b/assets/static/font/Open Sans Semibold/26624-26879.pbf new file mode 100644 index 000000000..07f41b361 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/26624-26879.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 26624-26879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/26880-27135.pbf b/assets/static/font/Open Sans Semibold/26880-27135.pbf new file mode 100644 index 000000000..1cfadaf1e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/26880-27135.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 26880-27135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/27136-27391.pbf b/assets/static/font/Open Sans Semibold/27136-27391.pbf new file mode 100644 index 000000000..7c67edb6e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/27136-27391.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 27136-27391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/27392-27647.pbf b/assets/static/font/Open Sans Semibold/27392-27647.pbf new file mode 100644 index 000000000..f5cf3b440 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/27392-27647.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 27392-27647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/27648-27903.pbf b/assets/static/font/Open Sans Semibold/27648-27903.pbf new file mode 100644 index 000000000..6fabb154b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/27648-27903.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 27648-27903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/27904-28159.pbf b/assets/static/font/Open Sans Semibold/27904-28159.pbf new file mode 100644 index 000000000..1a7409298 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/27904-28159.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 27904-28159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/2816-3071.pbf b/assets/static/font/Open Sans Semibold/2816-3071.pbf new file mode 100644 index 000000000..c4051d2d1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 2816-3071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/28160-28415.pbf b/assets/static/font/Open Sans Semibold/28160-28415.pbf new file mode 100644 index 000000000..3ec368fad --- /dev/null +++ b/assets/static/font/Open Sans Semibold/28160-28415.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 28160-28415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/28416-28671.pbf b/assets/static/font/Open Sans Semibold/28416-28671.pbf new file mode 100644 index 000000000..d440f1217 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/28416-28671.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 28416-28671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/28672-28927.pbf b/assets/static/font/Open Sans Semibold/28672-28927.pbf new file mode 100644 index 000000000..62a7166df --- /dev/null +++ b/assets/static/font/Open Sans Semibold/28672-28927.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 28672-28927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/28928-29183.pbf b/assets/static/font/Open Sans Semibold/28928-29183.pbf new file mode 100644 index 000000000..8d28b528f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/28928-29183.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 28928-29183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/29184-29439.pbf b/assets/static/font/Open Sans Semibold/29184-29439.pbf new file mode 100644 index 000000000..79698a887 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/29184-29439.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 29184-29439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/29440-29695.pbf b/assets/static/font/Open Sans Semibold/29440-29695.pbf new file mode 100644 index 000000000..c98c22b99 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/29440-29695.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 29440-29695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/29696-29951.pbf b/assets/static/font/Open Sans Semibold/29696-29951.pbf new file mode 100644 index 000000000..ed21f3a7e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/29696-29951.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 29696-29951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/29952-30207.pbf b/assets/static/font/Open Sans Semibold/29952-30207.pbf new file mode 100644 index 000000000..2739739b6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/29952-30207.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 29952-30207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/30208-30463.pbf b/assets/static/font/Open Sans Semibold/30208-30463.pbf new file mode 100644 index 000000000..f32e356f6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/30208-30463.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 30208-30463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/30464-30719.pbf b/assets/static/font/Open Sans Semibold/30464-30719.pbf new file mode 100644 index 000000000..25eab9a07 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/30464-30719.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 30464-30719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/3072-3327.pbf b/assets/static/font/Open Sans Semibold/3072-3327.pbf new file mode 100644 index 000000000..1f799ef9d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 3072-3327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/30720-30975.pbf b/assets/static/font/Open Sans Semibold/30720-30975.pbf new file mode 100644 index 000000000..c5619b64a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/30720-30975.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 30720-30975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/30976-31231.pbf b/assets/static/font/Open Sans Semibold/30976-31231.pbf new file mode 100644 index 000000000..b696eab68 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/30976-31231.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 30976-31231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/31232-31487.pbf b/assets/static/font/Open Sans Semibold/31232-31487.pbf new file mode 100644 index 000000000..07b1628fb --- /dev/null +++ b/assets/static/font/Open Sans Semibold/31232-31487.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 31232-31487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/31488-31743.pbf b/assets/static/font/Open Sans Semibold/31488-31743.pbf new file mode 100644 index 000000000..7961d5da6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/31488-31743.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 31488-31743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/31744-31999.pbf b/assets/static/font/Open Sans Semibold/31744-31999.pbf new file mode 100644 index 000000000..d9d5f8c12 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/31744-31999.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 31744-31999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/32000-32255.pbf b/assets/static/font/Open Sans Semibold/32000-32255.pbf new file mode 100644 index 000000000..91dca0092 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/32000-32255.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 32000-32255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/32256-32511.pbf b/assets/static/font/Open Sans Semibold/32256-32511.pbf new file mode 100644 index 000000000..c78a7936c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/32256-32511.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 32256-32511 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/32512-32767.pbf b/assets/static/font/Open Sans Semibold/32512-32767.pbf new file mode 100644 index 000000000..9776d7b87 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/32512-32767.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 32512-32767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/32768-33023.pbf b/assets/static/font/Open Sans Semibold/32768-33023.pbf new file mode 100644 index 000000000..4ed848e81 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/32768-33023.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 32768-33023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/33024-33279.pbf b/assets/static/font/Open Sans Semibold/33024-33279.pbf new file mode 100644 index 000000000..9649a7d59 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/33024-33279.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 33024-33279 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/3328-3583.pbf b/assets/static/font/Open Sans Semibold/3328-3583.pbf new file mode 100644 index 000000000..d36fd6971 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 3328-3583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/33280-33535.pbf b/assets/static/font/Open Sans Semibold/33280-33535.pbf new file mode 100644 index 000000000..21b03bf1e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/33280-33535.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 33280-33535 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/33536-33791.pbf b/assets/static/font/Open Sans Semibold/33536-33791.pbf new file mode 100644 index 000000000..031e9004c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/33536-33791.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 33536-33791 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/33792-34047.pbf b/assets/static/font/Open Sans Semibold/33792-34047.pbf new file mode 100644 index 000000000..9e032c7ea --- /dev/null +++ b/assets/static/font/Open Sans Semibold/33792-34047.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 33792-34047 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/34048-34303.pbf b/assets/static/font/Open Sans Semibold/34048-34303.pbf new file mode 100644 index 000000000..a5c75c86c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/34048-34303.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 34048-34303 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/34304-34559.pbf b/assets/static/font/Open Sans Semibold/34304-34559.pbf new file mode 100644 index 000000000..8b0267ccb --- /dev/null +++ b/assets/static/font/Open Sans Semibold/34304-34559.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 34304-34559 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/34560-34815.pbf b/assets/static/font/Open Sans Semibold/34560-34815.pbf new file mode 100644 index 000000000..ee5c57861 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/34560-34815.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 34560-34815 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/34816-35071.pbf b/assets/static/font/Open Sans Semibold/34816-35071.pbf new file mode 100644 index 000000000..b84408def --- /dev/null +++ b/assets/static/font/Open Sans Semibold/34816-35071.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 34816-35071 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/35072-35327.pbf b/assets/static/font/Open Sans Semibold/35072-35327.pbf new file mode 100644 index 000000000..22e8a7dac --- /dev/null +++ b/assets/static/font/Open Sans Semibold/35072-35327.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 35072-35327 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/35328-35583.pbf b/assets/static/font/Open Sans Semibold/35328-35583.pbf new file mode 100644 index 000000000..5d9118dad --- /dev/null +++ b/assets/static/font/Open Sans Semibold/35328-35583.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 35328-35583 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/35584-35839.pbf b/assets/static/font/Open Sans Semibold/35584-35839.pbf new file mode 100644 index 000000000..576293985 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/35584-35839.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 35584-35839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/3584-3839.pbf b/assets/static/font/Open Sans Semibold/3584-3839.pbf new file mode 100644 index 000000000..ffd961304 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 3584-3839 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/35840-36095.pbf b/assets/static/font/Open Sans Semibold/35840-36095.pbf new file mode 100644 index 000000000..8ab6cce14 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/35840-36095.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 35840-36095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/36096-36351.pbf b/assets/static/font/Open Sans Semibold/36096-36351.pbf new file mode 100644 index 000000000..55782c0c3 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/36096-36351.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 36096-36351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/36352-36607.pbf b/assets/static/font/Open Sans Semibold/36352-36607.pbf new file mode 100644 index 000000000..41d5d679f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/36352-36607.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 36352-36607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/36608-36863.pbf b/assets/static/font/Open Sans Semibold/36608-36863.pbf new file mode 100644 index 000000000..73ecb06a2 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/36608-36863.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 36608-36863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/36864-37119.pbf b/assets/static/font/Open Sans Semibold/36864-37119.pbf new file mode 100644 index 000000000..76d089661 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/36864-37119.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 36864-37119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/37120-37375.pbf b/assets/static/font/Open Sans Semibold/37120-37375.pbf new file mode 100644 index 000000000..5f3f3908a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/37120-37375.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 37120-37375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/37376-37631.pbf b/assets/static/font/Open Sans Semibold/37376-37631.pbf new file mode 100644 index 000000000..df9ed043f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/37376-37631.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 37376-37631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/37632-37887.pbf b/assets/static/font/Open Sans Semibold/37632-37887.pbf new file mode 100644 index 000000000..b8fd5c512 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/37632-37887.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 37632-37887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/37888-38143.pbf b/assets/static/font/Open Sans Semibold/37888-38143.pbf new file mode 100644 index 000000000..d614c4da8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/37888-38143.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 37888-38143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/38144-38399.pbf b/assets/static/font/Open Sans Semibold/38144-38399.pbf new file mode 100644 index 000000000..8809069db --- /dev/null +++ b/assets/static/font/Open Sans Semibold/38144-38399.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 38144-38399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/3840-4095.pbf b/assets/static/font/Open Sans Semibold/3840-4095.pbf new file mode 100644 index 000000000..2c26070df --- /dev/null +++ b/assets/static/font/Open Sans Semibold/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 3840-4095 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/38400-38655.pbf b/assets/static/font/Open Sans Semibold/38400-38655.pbf new file mode 100644 index 000000000..8513f9d05 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/38400-38655.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 38400-38655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/38656-38911.pbf b/assets/static/font/Open Sans Semibold/38656-38911.pbf new file mode 100644 index 000000000..ef3bffd65 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/38656-38911.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 38656-38911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/38912-39167.pbf b/assets/static/font/Open Sans Semibold/38912-39167.pbf new file mode 100644 index 000000000..b0f1b93bc --- /dev/null +++ b/assets/static/font/Open Sans Semibold/38912-39167.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 38912-39167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/39168-39423.pbf b/assets/static/font/Open Sans Semibold/39168-39423.pbf new file mode 100644 index 000000000..64c3c690d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/39168-39423.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 39168-39423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/39424-39679.pbf b/assets/static/font/Open Sans Semibold/39424-39679.pbf new file mode 100644 index 000000000..304c68849 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/39424-39679.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 39424-39679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/39680-39935.pbf b/assets/static/font/Open Sans Semibold/39680-39935.pbf new file mode 100644 index 000000000..798fb0f63 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/39680-39935.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 39680-39935 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/39936-40191.pbf b/assets/static/font/Open Sans Semibold/39936-40191.pbf new file mode 100644 index 000000000..55bd18a82 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/39936-40191.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 39936-40191 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/40192-40447.pbf b/assets/static/font/Open Sans Semibold/40192-40447.pbf new file mode 100644 index 000000000..82ed8924a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/40192-40447.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 40192-40447 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/40448-40703.pbf b/assets/static/font/Open Sans Semibold/40448-40703.pbf new file mode 100644 index 000000000..0da95fa22 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/40448-40703.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 40448-40703 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/40704-40959.pbf b/assets/static/font/Open Sans Semibold/40704-40959.pbf new file mode 100644 index 000000000..ddebfab69 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/40704-40959.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 40704-40959 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/4096-4351.pbf b/assets/static/font/Open Sans Semibold/4096-4351.pbf new file mode 100644 index 000000000..10c2e3cd0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 4096-4351 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/40960-41215.pbf b/assets/static/font/Open Sans Semibold/40960-41215.pbf new file mode 100644 index 000000000..dae8181eb --- /dev/null +++ b/assets/static/font/Open Sans Semibold/40960-41215.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 40960-41215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/41216-41471.pbf b/assets/static/font/Open Sans Semibold/41216-41471.pbf new file mode 100644 index 000000000..1a9fd43cd --- /dev/null +++ b/assets/static/font/Open Sans Semibold/41216-41471.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 41216-41471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/41472-41727.pbf b/assets/static/font/Open Sans Semibold/41472-41727.pbf new file mode 100644 index 000000000..2a7a25430 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/41472-41727.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 41472-41727 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/41728-41983.pbf b/assets/static/font/Open Sans Semibold/41728-41983.pbf new file mode 100644 index 000000000..191dbd68b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/41728-41983.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 41728-41983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/41984-42239.pbf b/assets/static/font/Open Sans Semibold/41984-42239.pbf new file mode 100644 index 000000000..fec9373c0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/41984-42239.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 41984-42239 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/42240-42495.pbf b/assets/static/font/Open Sans Semibold/42240-42495.pbf new file mode 100644 index 000000000..b9e1bb58f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/42240-42495.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 42240-42495 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/42496-42751.pbf b/assets/static/font/Open Sans Semibold/42496-42751.pbf new file mode 100644 index 000000000..a434cc7c7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/42496-42751.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 42496-42751 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/42752-43007.pbf b/assets/static/font/Open Sans Semibold/42752-43007.pbf new file mode 100644 index 000000000..55e1ad4e5 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/42752-43007.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 42752-43007 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/43008-43263.pbf b/assets/static/font/Open Sans Semibold/43008-43263.pbf new file mode 100644 index 000000000..dfbdf77ae --- /dev/null +++ b/assets/static/font/Open Sans Semibold/43008-43263.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 43008-43263 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/43264-43519.pbf b/assets/static/font/Open Sans Semibold/43264-43519.pbf new file mode 100644 index 000000000..eb0002f03 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/43264-43519.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 43264-43519 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/4352-4607.pbf b/assets/static/font/Open Sans Semibold/4352-4607.pbf new file mode 100644 index 000000000..dc19dd7ef --- /dev/null +++ b/assets/static/font/Open Sans Semibold/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 4352-4607 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/43520-43775.pbf b/assets/static/font/Open Sans Semibold/43520-43775.pbf new file mode 100644 index 000000000..3b6aaf1d8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/43520-43775.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 43520-43775 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/43776-44031.pbf b/assets/static/font/Open Sans Semibold/43776-44031.pbf new file mode 100644 index 000000000..325cf2eae --- /dev/null +++ b/assets/static/font/Open Sans Semibold/43776-44031.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 43776-44031 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/44032-44287.pbf b/assets/static/font/Open Sans Semibold/44032-44287.pbf new file mode 100644 index 000000000..48ae79ba0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/44032-44287.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 44032-44287 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/44288-44543.pbf b/assets/static/font/Open Sans Semibold/44288-44543.pbf new file mode 100644 index 000000000..7c6b01e94 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/44288-44543.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 44288-44543 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/44544-44799.pbf b/assets/static/font/Open Sans Semibold/44544-44799.pbf new file mode 100644 index 000000000..91b1a5d79 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/44544-44799.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 44544-44799 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/44800-45055.pbf b/assets/static/font/Open Sans Semibold/44800-45055.pbf new file mode 100644 index 000000000..a382fba11 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/44800-45055.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 44800-45055 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/45056-45311.pbf b/assets/static/font/Open Sans Semibold/45056-45311.pbf new file mode 100644 index 000000000..276a538dc --- /dev/null +++ b/assets/static/font/Open Sans Semibold/45056-45311.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 45056-45311 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/45312-45567.pbf b/assets/static/font/Open Sans Semibold/45312-45567.pbf new file mode 100644 index 000000000..0392cef4d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/45312-45567.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 45312-45567 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/45568-45823.pbf b/assets/static/font/Open Sans Semibold/45568-45823.pbf new file mode 100644 index 000000000..e6f85eff3 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/45568-45823.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 45568-45823 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/45824-46079.pbf b/assets/static/font/Open Sans Semibold/45824-46079.pbf new file mode 100644 index 000000000..12efa4a9f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/45824-46079.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 45824-46079 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/4608-4863.pbf b/assets/static/font/Open Sans Semibold/4608-4863.pbf new file mode 100644 index 000000000..5e218e42d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 4608-4863 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/46080-46335.pbf b/assets/static/font/Open Sans Semibold/46080-46335.pbf new file mode 100644 index 000000000..609eb748c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/46080-46335.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 46080-46335 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/46336-46591.pbf b/assets/static/font/Open Sans Semibold/46336-46591.pbf new file mode 100644 index 000000000..a2b311a44 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/46336-46591.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 46336-46591 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/46592-46847.pbf b/assets/static/font/Open Sans Semibold/46592-46847.pbf new file mode 100644 index 000000000..5f43001a3 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/46592-46847.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 46592-46847 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/46848-47103.pbf b/assets/static/font/Open Sans Semibold/46848-47103.pbf new file mode 100644 index 000000000..445bb5ba1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/46848-47103.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 46848-47103 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/47104-47359.pbf b/assets/static/font/Open Sans Semibold/47104-47359.pbf new file mode 100644 index 000000000..cb39e846a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/47104-47359.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 47104-47359 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/47360-47615.pbf b/assets/static/font/Open Sans Semibold/47360-47615.pbf new file mode 100644 index 000000000..2555c32bd --- /dev/null +++ b/assets/static/font/Open Sans Semibold/47360-47615.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 47360-47615 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/47616-47871.pbf b/assets/static/font/Open Sans Semibold/47616-47871.pbf new file mode 100644 index 000000000..5ec776a8b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/47616-47871.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 47616-47871 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/47872-48127.pbf b/assets/static/font/Open Sans Semibold/47872-48127.pbf new file mode 100644 index 000000000..c266774cf --- /dev/null +++ b/assets/static/font/Open Sans Semibold/47872-48127.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 47872-48127 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/48128-48383.pbf b/assets/static/font/Open Sans Semibold/48128-48383.pbf new file mode 100644 index 000000000..f225d9ff1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/48128-48383.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 48128-48383 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/48384-48639.pbf b/assets/static/font/Open Sans Semibold/48384-48639.pbf new file mode 100644 index 000000000..03fea21d4 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/48384-48639.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 48384-48639 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/4864-5119.pbf b/assets/static/font/Open Sans Semibold/4864-5119.pbf new file mode 100644 index 000000000..0eebf1b02 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 4864-5119 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/48640-48895.pbf b/assets/static/font/Open Sans Semibold/48640-48895.pbf new file mode 100644 index 000000000..dcc003a30 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/48640-48895.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 48640-48895 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/48896-49151.pbf b/assets/static/font/Open Sans Semibold/48896-49151.pbf new file mode 100644 index 000000000..21c07060a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/48896-49151.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 48896-49151 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/49152-49407.pbf b/assets/static/font/Open Sans Semibold/49152-49407.pbf new file mode 100644 index 000000000..27bdf74df --- /dev/null +++ b/assets/static/font/Open Sans Semibold/49152-49407.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 49152-49407 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/49408-49663.pbf b/assets/static/font/Open Sans Semibold/49408-49663.pbf new file mode 100644 index 000000000..c4029aa6f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/49408-49663.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 49408-49663 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/49664-49919.pbf b/assets/static/font/Open Sans Semibold/49664-49919.pbf new file mode 100644 index 000000000..dc41f5790 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/49664-49919.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 49664-49919 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/49920-50175.pbf b/assets/static/font/Open Sans Semibold/49920-50175.pbf new file mode 100644 index 000000000..9eb6c472c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/49920-50175.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 49920-50175 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/50176-50431.pbf b/assets/static/font/Open Sans Semibold/50176-50431.pbf new file mode 100644 index 000000000..e38520b76 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/50176-50431.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 50176-50431 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/50432-50687.pbf b/assets/static/font/Open Sans Semibold/50432-50687.pbf new file mode 100644 index 000000000..499c53d59 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/50432-50687.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 50432-50687 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/50688-50943.pbf b/assets/static/font/Open Sans Semibold/50688-50943.pbf new file mode 100644 index 000000000..e5162739d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/50688-50943.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 50688-50943 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/50944-51199.pbf b/assets/static/font/Open Sans Semibold/50944-51199.pbf new file mode 100644 index 000000000..90def9da7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/50944-51199.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 50944-51199 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/512-767.pbf b/assets/static/font/Open Sans Semibold/512-767.pbf new file mode 100644 index 000000000..d5fccdc46 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/512-767.pbf differ diff --git a/assets/static/font/Open Sans Semibold/5120-5375.pbf b/assets/static/font/Open Sans Semibold/5120-5375.pbf new file mode 100644 index 000000000..4bc76ba6c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 5120-5375 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/51200-51455.pbf b/assets/static/font/Open Sans Semibold/51200-51455.pbf new file mode 100644 index 000000000..1cc9232b6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/51200-51455.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 51200-51455 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/51456-51711.pbf b/assets/static/font/Open Sans Semibold/51456-51711.pbf new file mode 100644 index 000000000..9ef0ab0cc --- /dev/null +++ b/assets/static/font/Open Sans Semibold/51456-51711.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 51456-51711 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/51712-51967.pbf b/assets/static/font/Open Sans Semibold/51712-51967.pbf new file mode 100644 index 000000000..0e6d3d0bd --- /dev/null +++ b/assets/static/font/Open Sans Semibold/51712-51967.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 51712-51967 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/51968-52223.pbf b/assets/static/font/Open Sans Semibold/51968-52223.pbf new file mode 100644 index 000000000..b78051770 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/51968-52223.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 51968-52223 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/52224-52479.pbf b/assets/static/font/Open Sans Semibold/52224-52479.pbf new file mode 100644 index 000000000..519d46672 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/52224-52479.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 52224-52479 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/52480-52735.pbf b/assets/static/font/Open Sans Semibold/52480-52735.pbf new file mode 100644 index 000000000..bbd7947a3 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/52480-52735.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 52480-52735 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/52736-52991.pbf b/assets/static/font/Open Sans Semibold/52736-52991.pbf new file mode 100644 index 000000000..4e9a35a67 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/52736-52991.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 52736-52991 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/52992-53247.pbf b/assets/static/font/Open Sans Semibold/52992-53247.pbf new file mode 100644 index 000000000..d9a0f6676 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/52992-53247.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 52992-53247 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/53248-53503.pbf b/assets/static/font/Open Sans Semibold/53248-53503.pbf new file mode 100644 index 000000000..bb3149449 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/53248-53503.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 53248-53503 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/53504-53759.pbf b/assets/static/font/Open Sans Semibold/53504-53759.pbf new file mode 100644 index 000000000..2edc0167f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/53504-53759.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 53504-53759 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/5376-5631.pbf b/assets/static/font/Open Sans Semibold/5376-5631.pbf new file mode 100644 index 000000000..6bcf67e85 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 5376-5631 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/53760-54015.pbf b/assets/static/font/Open Sans Semibold/53760-54015.pbf new file mode 100644 index 000000000..2f6d53f67 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/53760-54015.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 53760-54015 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/54016-54271.pbf b/assets/static/font/Open Sans Semibold/54016-54271.pbf new file mode 100644 index 000000000..fde36b17a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/54016-54271.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 54016-54271 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/54272-54527.pbf b/assets/static/font/Open Sans Semibold/54272-54527.pbf new file mode 100644 index 000000000..aea83c859 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/54272-54527.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 54272-54527 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/54528-54783.pbf b/assets/static/font/Open Sans Semibold/54528-54783.pbf new file mode 100644 index 000000000..fab9f03a8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/54528-54783.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 54528-54783 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/54784-55039.pbf b/assets/static/font/Open Sans Semibold/54784-55039.pbf new file mode 100644 index 000000000..1a380367c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/54784-55039.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 54784-55039 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/55040-55295.pbf b/assets/static/font/Open Sans Semibold/55040-55295.pbf new file mode 100644 index 000000000..dc56797f6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/55040-55295.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 55040-55295 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/55296-55551.pbf b/assets/static/font/Open Sans Semibold/55296-55551.pbf new file mode 100644 index 000000000..c811e9621 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/55296-55551.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 55296-55551 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/55552-55807.pbf b/assets/static/font/Open Sans Semibold/55552-55807.pbf new file mode 100644 index 000000000..99193af67 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/55552-55807.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 55552-55807 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/55808-56063.pbf b/assets/static/font/Open Sans Semibold/55808-56063.pbf new file mode 100644 index 000000000..0fe392e9e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/55808-56063.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 55808-56063 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/56064-56319.pbf b/assets/static/font/Open Sans Semibold/56064-56319.pbf new file mode 100644 index 000000000..62a21895d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/56064-56319.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 56064-56319 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/5632-5887.pbf b/assets/static/font/Open Sans Semibold/5632-5887.pbf new file mode 100644 index 000000000..3e63548d2 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 5632-5887 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/56320-56575.pbf b/assets/static/font/Open Sans Semibold/56320-56575.pbf new file mode 100644 index 000000000..48aa2a4e1 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/56320-56575.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 56320-56575 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/56576-56831.pbf b/assets/static/font/Open Sans Semibold/56576-56831.pbf new file mode 100644 index 000000000..67bcaae58 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/56576-56831.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 56576-56831 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/56832-57087.pbf b/assets/static/font/Open Sans Semibold/56832-57087.pbf new file mode 100644 index 000000000..a42b6f301 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/56832-57087.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 56832-57087 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/57088-57343.pbf b/assets/static/font/Open Sans Semibold/57088-57343.pbf new file mode 100644 index 000000000..61abfbd54 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/57088-57343.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 57088-57343 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/57344-57599.pbf b/assets/static/font/Open Sans Semibold/57344-57599.pbf new file mode 100644 index 000000000..2cb8d68f2 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/57344-57599.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 57344-57599 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/57600-57855.pbf b/assets/static/font/Open Sans Semibold/57600-57855.pbf new file mode 100644 index 000000000..e80d98700 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/57600-57855.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 57600-57855 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/57856-58111.pbf b/assets/static/font/Open Sans Semibold/57856-58111.pbf new file mode 100644 index 000000000..0d931361b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/57856-58111.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 57856-58111 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/58112-58367.pbf b/assets/static/font/Open Sans Semibold/58112-58367.pbf new file mode 100644 index 000000000..2e308d816 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/58112-58367.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 58112-58367 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/58368-58623.pbf b/assets/static/font/Open Sans Semibold/58368-58623.pbf new file mode 100644 index 000000000..26296bd81 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/58368-58623.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 58368-58623 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/58624-58879.pbf b/assets/static/font/Open Sans Semibold/58624-58879.pbf new file mode 100644 index 000000000..6d6a50caa --- /dev/null +++ b/assets/static/font/Open Sans Semibold/58624-58879.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 58624-58879 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/5888-6143.pbf b/assets/static/font/Open Sans Semibold/5888-6143.pbf new file mode 100644 index 000000000..38a2d8052 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 5888-6143 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/58880-59135.pbf b/assets/static/font/Open Sans Semibold/58880-59135.pbf new file mode 100644 index 000000000..41241753c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/58880-59135.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 58880-59135 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/59136-59391.pbf b/assets/static/font/Open Sans Semibold/59136-59391.pbf new file mode 100644 index 000000000..59c52f5bb --- /dev/null +++ b/assets/static/font/Open Sans Semibold/59136-59391.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 59136-59391 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/59392-59647.pbf b/assets/static/font/Open Sans Semibold/59392-59647.pbf new file mode 100644 index 000000000..d16bb4f3c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/59392-59647.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 59392-59647 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/59648-59903.pbf b/assets/static/font/Open Sans Semibold/59648-59903.pbf new file mode 100644 index 000000000..c8bd473d0 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/59648-59903.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 59648-59903 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/59904-60159.pbf b/assets/static/font/Open Sans Semibold/59904-60159.pbf new file mode 100644 index 000000000..942d7b342 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/59904-60159.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 59904-60159 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/60160-60415.pbf b/assets/static/font/Open Sans Semibold/60160-60415.pbf new file mode 100644 index 000000000..e930bae7e --- /dev/null +++ b/assets/static/font/Open Sans Semibold/60160-60415.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 60160-60415 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/60416-60671.pbf b/assets/static/font/Open Sans Semibold/60416-60671.pbf new file mode 100644 index 000000000..3729ec8de --- /dev/null +++ b/assets/static/font/Open Sans Semibold/60416-60671.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 60416-60671 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/60672-60927.pbf b/assets/static/font/Open Sans Semibold/60672-60927.pbf new file mode 100644 index 000000000..2783a85ab --- /dev/null +++ b/assets/static/font/Open Sans Semibold/60672-60927.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 60672-60927 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/60928-61183.pbf b/assets/static/font/Open Sans Semibold/60928-61183.pbf new file mode 100644 index 000000000..e7a4530b6 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/60928-61183.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 60928-61183 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/61184-61439.pbf b/assets/static/font/Open Sans Semibold/61184-61439.pbf new file mode 100644 index 000000000..4962bfa54 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/61184-61439.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 61184-61439 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/6144-6399.pbf b/assets/static/font/Open Sans Semibold/6144-6399.pbf new file mode 100644 index 000000000..3291e830c --- /dev/null +++ b/assets/static/font/Open Sans Semibold/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 6144-6399 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/61440-61695.pbf b/assets/static/font/Open Sans Semibold/61440-61695.pbf new file mode 100644 index 000000000..7610b0bd2 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/61440-61695.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 61440-61695 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/61696-61951.pbf b/assets/static/font/Open Sans Semibold/61696-61951.pbf new file mode 100644 index 000000000..3f110380b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/61696-61951.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 61696-61951 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/61952-62207.pbf b/assets/static/font/Open Sans Semibold/61952-62207.pbf new file mode 100644 index 000000000..49e6b3c7a --- /dev/null +++ b/assets/static/font/Open Sans Semibold/61952-62207.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 61952-62207 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/62208-62463.pbf b/assets/static/font/Open Sans Semibold/62208-62463.pbf new file mode 100644 index 000000000..4f0ba5e40 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/62208-62463.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 62208-62463 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/62464-62719.pbf b/assets/static/font/Open Sans Semibold/62464-62719.pbf new file mode 100644 index 000000000..2c6992b33 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/62464-62719.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 62464-62719 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/62720-62975.pbf b/assets/static/font/Open Sans Semibold/62720-62975.pbf new file mode 100644 index 000000000..e0f8ee1ed --- /dev/null +++ b/assets/static/font/Open Sans Semibold/62720-62975.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 62720-62975 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/62976-63231.pbf b/assets/static/font/Open Sans Semibold/62976-63231.pbf new file mode 100644 index 000000000..f1240d47d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/62976-63231.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 62976-63231 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/63232-63487.pbf b/assets/static/font/Open Sans Semibold/63232-63487.pbf new file mode 100644 index 000000000..77a95ace4 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/63232-63487.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 63232-63487 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/63488-63743.pbf b/assets/static/font/Open Sans Semibold/63488-63743.pbf new file mode 100644 index 000000000..92ce1481d --- /dev/null +++ b/assets/static/font/Open Sans Semibold/63488-63743.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 63488-63743 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/63744-63999.pbf b/assets/static/font/Open Sans Semibold/63744-63999.pbf new file mode 100644 index 000000000..304bb8300 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/63744-63999.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 63744-63999 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/6400-6655.pbf b/assets/static/font/Open Sans Semibold/6400-6655.pbf new file mode 100644 index 000000000..b6fa32314 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 6400-6655 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/64000-64255.pbf b/assets/static/font/Open Sans Semibold/64000-64255.pbf new file mode 100644 index 000000000..6670d8641 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/64000-64255.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 64000-64255 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/64256-64511.pbf b/assets/static/font/Open Sans Semibold/64256-64511.pbf new file mode 100644 index 000000000..5a439bbc3 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/64256-64511.pbf differ diff --git a/assets/static/font/Open Sans Semibold/64512-64767.pbf b/assets/static/font/Open Sans Semibold/64512-64767.pbf new file mode 100644 index 000000000..c49d01332 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/64512-64767.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 64512-64767 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/64768-65023.pbf b/assets/static/font/Open Sans Semibold/64768-65023.pbf new file mode 100644 index 000000000..ceda0ce5b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/64768-65023.pbf @@ -0,0 +1,3 @@ + +! +Open Sans Semibold 64768-65023 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/65024-65279.pbf b/assets/static/font/Open Sans Semibold/65024-65279.pbf new file mode 100644 index 000000000..f11f6b523 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/65024-65279.pbf differ diff --git a/assets/static/font/Open Sans Semibold/65280-65533.pbf b/assets/static/font/Open Sans Semibold/65280-65533.pbf new file mode 100644 index 000000000..dab1f7e6a Binary files /dev/null and b/assets/static/font/Open Sans Semibold/65280-65533.pbf differ diff --git a/assets/static/font/Open Sans Semibold/6656-6911.pbf b/assets/static/font/Open Sans Semibold/6656-6911.pbf new file mode 100644 index 000000000..78d42aea5 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 6656-6911 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/6912-7167.pbf b/assets/static/font/Open Sans Semibold/6912-7167.pbf new file mode 100644 index 000000000..26447abb7 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 6912-7167 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/7168-7423.pbf b/assets/static/font/Open Sans Semibold/7168-7423.pbf new file mode 100644 index 000000000..0fc7dbfa5 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 7168-7423 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/7424-7679.pbf b/assets/static/font/Open Sans Semibold/7424-7679.pbf new file mode 100644 index 000000000..508d96d26 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/7424-7679.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 7424-7679 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/768-1023.pbf b/assets/static/font/Open Sans Semibold/768-1023.pbf new file mode 100644 index 000000000..6ee8494a0 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/768-1023.pbf differ diff --git a/assets/static/font/Open Sans Semibold/7680-7935.pbf b/assets/static/font/Open Sans Semibold/7680-7935.pbf new file mode 100644 index 000000000..a1e0f1676 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/7680-7935.pbf differ diff --git a/assets/static/font/Open Sans Semibold/7936-8191.pbf b/assets/static/font/Open Sans Semibold/7936-8191.pbf new file mode 100644 index 000000000..28cf7ef89 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/7936-8191.pbf differ diff --git a/assets/static/font/Open Sans Semibold/8192-8447.pbf b/assets/static/font/Open Sans Semibold/8192-8447.pbf new file mode 100644 index 000000000..75110b6f3 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/8192-8447.pbf differ diff --git a/assets/static/font/Open Sans Semibold/8448-8703.pbf b/assets/static/font/Open Sans Semibold/8448-8703.pbf new file mode 100644 index 000000000..7bdd868df Binary files /dev/null and b/assets/static/font/Open Sans Semibold/8448-8703.pbf differ diff --git a/assets/static/font/Open Sans Semibold/8704-8959.pbf b/assets/static/font/Open Sans Semibold/8704-8959.pbf new file mode 100644 index 000000000..22694c829 Binary files /dev/null and b/assets/static/font/Open Sans Semibold/8704-8959.pbf differ diff --git a/assets/static/font/Open Sans Semibold/8960-9215.pbf b/assets/static/font/Open Sans Semibold/8960-9215.pbf new file mode 100644 index 000000000..3f59248de --- /dev/null +++ b/assets/static/font/Open Sans Semibold/8960-9215.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 8960-9215 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/9216-9471.pbf b/assets/static/font/Open Sans Semibold/9216-9471.pbf new file mode 100644 index 000000000..603376c7b --- /dev/null +++ b/assets/static/font/Open Sans Semibold/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 9216-9471 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/9472-9727.pbf b/assets/static/font/Open Sans Semibold/9472-9727.pbf new file mode 100644 index 000000000..586045f6f Binary files /dev/null and b/assets/static/font/Open Sans Semibold/9472-9727.pbf differ diff --git a/assets/static/font/Open Sans Semibold/9728-9983.pbf b/assets/static/font/Open Sans Semibold/9728-9983.pbf new file mode 100644 index 000000000..7d19c42a8 --- /dev/null +++ b/assets/static/font/Open Sans Semibold/9728-9983.pbf @@ -0,0 +1,3 @@ + + +Open Sans Semibold 9728-9983 \ No newline at end of file diff --git a/assets/static/font/Open Sans Semibold/9984-10239.pbf b/assets/static/font/Open Sans Semibold/9984-10239.pbf new file mode 100644 index 000000000..09795284f --- /dev/null +++ b/assets/static/font/Open Sans Semibold/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Open Sans Semibold +9984-10239 \ No newline at end of file diff --git a/assets/static/font/icon.eot b/assets/static/font/icon.eot new file mode 100755 index 000000000..d49933208 Binary files /dev/null and b/assets/static/font/icon.eot differ diff --git a/assets/static/font/icon.woff b/assets/static/font/icon.woff new file mode 100755 index 000000000..2884389d4 Binary files /dev/null and b/assets/static/font/icon.woff differ diff --git a/assets/static/font/src/mapboxgl-ctrl-zoom-in.svg b/assets/static/font/src/mapboxgl-ctrl-zoom-in.svg new file mode 100755 index 000000000..d8e517129 --- /dev/null +++ b/assets/static/font/src/mapboxgl-ctrl-zoom-in.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets/static/font/src/mapboxgl-ctrl-zoom-out.svg b/assets/static/font/src/mapboxgl-ctrl-zoom-out.svg new file mode 100755 index 000000000..3e2dd043d --- /dev/null +++ b/assets/static/font/src/mapboxgl-ctrl-zoom-out.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets/static/geo/world.json b/assets/static/geo/world.json new file mode 100644 index 000000000..29b23a297 --- /dev/null +++ b/assets/static/geo/world.json @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"The Bahamas","sov_a3":"BHS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"The Bahamas","adm0_a3":"BHS","geou_dif":0,"geounit":"The Bahamas","gu_a3":"BHS","su_dif":0,"subunit":"The Bahamas","su_a3":"BHS","brk_diff":0,"name":"Bahamas","name_long":"Bahamas","brk_a3":"BHS","brk_name":"Bahamas","brk_group":null,"abbrev":"Bhs.","postal":"BS","formal_en":"Commonwealth of the Bahamas","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bahamas, The","name_alt":null,"mapcolor7":1,"mapcolor8":1,"mapcolor9":2,"mapcolor13":5,"pop_est":309156,"gdp_md_est":9093,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"BS","iso_a3":"BHS","iso_n3":"044","un_a3":"044","wb_a2":"BS","wb_a3":"BHS","woe_id":-99,"adm0_a3_is":"BHS","adm0_a3_us":"BHS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"BHS.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.53466,23.75975],[-77.78,23.71],[-78.03405,24.28615],[-78.40848,24.57564],[-78.19087,25.2103],[-77.89,25.17],[-77.54,24.34],[-77.53466,23.75975]]],[[[-77.82,26.58],[-78.91,26.42],[-78.98,26.79],[-78.51,26.87],[-77.85,26.84],[-77.82,26.58]]],[[[-77,26.59],[-77.17255,25.87918],[-77.35641,26.00735],[-77.34,26.53],[-77.78802,26.92516],[-77.79,27.04],[-77,26.59]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Belize","sov_a3":"BLZ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Belize","adm0_a3":"BLZ","geou_dif":0,"geounit":"Belize","gu_a3":"BLZ","su_dif":0,"subunit":"Belize","su_a3":"BLZ","brk_diff":0,"name":"Belize","name_long":"Belize","brk_a3":"BLZ","brk_name":"Belize","brk_group":null,"abbrev":"Belize","postal":"BZ","formal_en":"Belize","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Belize","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":5,"mapcolor13":7,"pop_est":307899,"gdp_md_est":2536,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BZ","iso_a3":"BLZ","iso_n3":"084","un_a3":"084","wb_a2":"BZ","wb_a3":"BLZ","woe_id":-99,"adm0_a3_is":"BLZ","adm0_a3_us":"BLZ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"BLZ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-89.14308041050332,17.80831899664932],[-89.15090938999553,17.95546763760042],[-89.02985734735182,18.001511338772488],[-88.84834387892661,17.883198147040233],[-88.49012285027935,18.486830552641603],[-88.3000310940937,18.4999822046599],[-88.29633622918482,18.35327281338327],[-88.10681291375437,18.348673610909287],[-88.1234785631685,18.07667470954101],[-88.2853549873228,17.644142971258034],[-88.19786678745265,17.489475409408456],[-88.30264075392444,17.131693630435663],[-88.23951799187991,17.036066392479555],[-88.35542822951057,16.530774237529627],[-88.55182451043585,16.265467434143147],[-88.73243364129594,16.233634751851355],[-88.93061275913527,15.887273464415074],[-89.22912167026928,15.88693756760517],[-89.15080603713095,17.015576687075836],[-89.14308041050332,17.80831899664932]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Canada","sov_a3":"CAN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Canada","adm0_a3":"CAN","geou_dif":0,"geounit":"Canada","gu_a3":"CAN","su_dif":0,"subunit":"Canada","su_a3":"CAN","brk_diff":0,"name":"Canada","name_long":"Canada","brk_a3":"CAN","brk_name":"Canada","brk_group":null,"abbrev":"Can.","postal":"CA","formal_en":"Canada","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Canada","name_alt":null,"mapcolor7":6,"mapcolor8":6,"mapcolor9":2,"mapcolor13":2,"pop_est":33487208,"gdp_md_est":1300000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"CA","iso_a3":"CAN","iso_n3":"124","un_a3":"124","wb_a2":"CA","wb_a3":"CAN","woe_id":-99,"adm0_a3_is":"CAN","adm0_a3_us":"CAN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Northern America","region_wb":"North America","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CAN.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-63.6645,46.55001],[-62.9393,46.41587],[-62.01208,46.44314],[-62.50391,46.03339],[-62.87433,45.96818],[-64.1428,46.39265],[-64.39261,46.72747],[-64.01486,47.03601],[-63.6645,46.55001]]],[[[-61.806305,49.10506],[-62.29318,49.08717],[-63.58926,49.40069],[-64.51912,49.87304],[-64.17322,49.95718],[-62.85829,49.70641],[-61.835585,49.28855],[-61.806305,49.10506]]],[[[-123.51000158755114,48.51001089130344],[-124.0128907883995,48.370846259141416],[-125.65501277733837,48.8250045843385],[-125.95499446679275,49.179995835967645],[-126.85000443587187,49.53000031188043],[-127.0299934495444,49.81499583597008],[-128.05933630436624,49.9949590114266],[-128.44458410710217,50.539137681676124],[-128.35841365625544,50.770648098343685],[-127.3085810960299,50.55257355407195],[-126.69500097721232,50.400903225295394],[-125.75500667382319,50.29501821552938],[-125.4150015875588,49.95000051533261],[-124.92076818911934,49.475274970083404],[-123.92250870832102,49.06248362893581],[-123.51000158755114,48.51001089130344]]],[[[-56.13403581401712,50.6870097926793],[-56.795881720595276,49.81230866149096],[-56.1431050278843,50.150117499382844],[-55.471492275602934,49.93581533466846],[-55.82240108908093,49.58712860777911],[-54.935142584845664,49.31301097268684],[-54.47377539734378,49.55669118915918],[-53.476549445191324,49.24913890237405],[-53.78601375997124,48.51678050393363],[-53.086133999226256,48.687803656603535],[-52.958648240762244,48.157164211614486],[-52.64809872090419,47.5355484075755],[-53.069158291218336,46.65549876564495],[-53.52145626485304,46.61829173439483],[-54.17893551290254,46.80706574155701],[-53.961868659060485,47.62520701760192],[-54.24048214376214,47.75227936460763],[-55.4007730780115,46.884993801453135],[-55.99748084168584,46.9197203639533],[-55.29121904155278,47.389562486351],[-56.25079871278052,47.63254507098739],[-57.3252292547771,47.572807115258],[-59.26601518414677,47.603347886742505],[-59.419494188053704,47.899453843774864],[-58.796586473207405,48.25152537697949],[-59.231624518456535,48.52318838153781],[-58.39180497906523,49.12558055276418],[-57.35868974468604,50.718274034215845],[-56.73865007183201,51.28743825947853],[-55.870976935435294,51.632094224649194],[-55.406974249886616,51.58827261006573],[-55.60021826844209,51.31707469339793],[-56.13403581401712,50.6870097926793]]],[[[-133.1800040417117,54.16997549093531],[-132.71000788443132,54.040009315423525],[-131.74998958400326,54.12000438090922],[-132.049480347351,52.984621487024526],[-131.1790425218266,52.180432847698285],[-131.57782954982292,52.18237071390925],[-132.18042842677855,52.639707139692405],[-132.54999243231387,53.100014960332146],[-133.05461117875552,53.41146881775537],[-133.2396644827927,53.8510802272624],[-133.1800040417117,54.16997549093531]]],[[[-79.26582,62.158675],[-79.65752,61.63308],[-80.09956,61.7181],[-80.36215,62.01649],[-80.315395,62.085565],[-79.92939,62.3856],[-79.52002,62.36371],[-79.26582,62.158675]]],[[[-81.89825,62.7108],[-83.06857,62.15922],[-83.77462,62.18231],[-83.99367,62.4528],[-83.25048,62.91409],[-81.87699,62.90458],[-81.89825,62.7108]]],[[[-85.16130794954985,65.65728465439281],[-84.97576371940596,65.217518215589],[-84.4640120104195,65.37177236598018],[-83.88262630891975,65.10961782496355],[-82.78757687043877,64.76669302027469],[-81.64201371939254,64.45513580998696],[-81.55344031444425,63.979609280037145],[-80.81736121287886,64.05748566350101],[-80.10345130076661,63.725981350348604],[-80.99101986359568,63.41124603947497],[-82.54717810741701,63.65172231714524],[-83.10879757356506,64.10187571883972],[-84.10041663281388,63.56971181909802],[-85.52340471061902,63.05237905542409],[-85.86676876498237,63.637252916103556],[-87.22198320183674,63.541238104905226],[-86.35275977247127,64.03583323837071],[-86.22488644076513,64.82291697860826],[-85.88384782585487,65.73877838811705],[-85.16130794954985,65.65728465439281]]],[[[-75.86588,67.14886],[-76.98687,67.09873],[-77.2364,67.58809],[-76.81166,68.14856],[-75.89521,68.28721],[-75.1145,68.01036],[-75.10333,67.58202],[-75.21597,67.44425],[-75.86588,67.14886]]],[[[-95.64768120380052,69.10769035832178],[-96.2695212038006,68.75704035832175],[-97.61740120380057,69.0600303583218],[-98.43180120380052,68.9507003583218],[-99.79740120380053,69.4000303583218],[-98.91740120380055,69.7100303583218],[-98.2182612038005,70.14354035832176],[-97.15740120380056,69.86003035832181],[-96.55740120380054,69.68003035832176],[-96.25740120380053,69.49003035832177],[-95.64768120380052,69.10769035832178]]],[[[-90.5471,69.49766],[-90.55151,68.47499],[-89.21515,69.25873],[-88.01966,68.61508],[-88.31749,67.87338],[-87.35017,67.19872],[-86.30607,67.92146],[-85.57664,68.78456],[-85.52197,69.88211],[-84.10081,69.80539],[-82.62258,69.65826],[-81.28043,69.16202],[-81.2202,68.66567],[-81.96436,68.13253],[-81.25928,67.59716],[-81.38653,67.11078],[-83.34456,66.41154],[-84.73542,66.2573],[-85.76943,66.55833],[-86.0676,66.05625],[-87.03143,65.21297],[-87.32324,64.77563],[-88.48296,64.09897],[-89.91444,64.03273],[-90.70398,63.61017],[-90.77004,62.96021],[-91.93342,62.83508],[-93.15698,62.02469],[-94.24153,60.89865],[-94.62931,60.11021],[-94.6846,58.94882],[-93.21502,58.78212],[-92.76462,57.84571],[-92.29703,57.08709],[-90.89769,57.28468],[-89.03953,56.85172],[-88.03978,56.47162],[-87.32421,55.99914],[-86.07121,55.72383],[-85.01181,55.3026],[-83.36055,55.24489],[-82.27285,55.14832],[-82.4362,54.28227],[-82.12502,53.27703],[-81.40075,52.15788],[-79.91289,51.20842],[-79.14301,51.53393],[-78.60191,52.56208],[-79.12421,54.14145],[-79.82958,54.66772],[-78.22874,55.13645],[-77.0956,55.83741],[-76.54137,56.53423],[-76.62319,57.20263],[-77.30226,58.05209],[-78.51688,58.80458],[-77.33676,59.85261],[-77.77272,60.75788],[-78.10687,62.31964],[-77.41067,62.55053],[-75.69621,62.2784],[-74.6682,62.18111],[-73.83988,62.4438],[-72.90853,62.10507],[-71.67708,61.52535],[-71.37369,61.13717],[-69.59042,61.06141],[-69.62033,60.22125],[-69.2879,58.95736],[-68.37455,58.80106],[-67.64976,58.21206],[-66.20178,58.76731],[-65.24517,59.87071],[-64.58352,60.33558],[-63.80475,59.4426],[-62.50236,58.16708],[-61.39655,56.96745],[-61.79866,56.33945],[-60.46853,55.77548],[-59.56962,55.20407],[-57.97508,54.94549],[-57.3332,54.6265],[-56.93689,53.78032],[-56.15811,53.64749],[-55.75632,53.27036],[-55.68338,52.14664],[-56.40916,51.7707],[-57.12691,51.41972],[-58.77482,51.0643],[-60.03309,50.24277],[-61.72366,50.08046],[-63.86251,50.29099],[-65.36331,50.2982],[-66.39905,50.22897],[-67.23631,49.51156],[-68.51114,49.06836],[-69.95362,47.74488],[-71.10458,46.82171],[-70.25522,46.98606],[-68.65,48.3],[-66.55243,49.1331],[-65.05626,49.23278],[-64.17099,48.74248],[-65.11545,48.07085],[-64.79854,46.99297],[-64.47219,46.23849],[-63.17329,45.73902],[-61.52072,45.88377],[-60.51815,47.00793],[-60.4486,46.28264],[-59.80287,45.9204],[-61.03988,45.26525],[-63.25471,44.67014],[-64.24656,44.26553],[-65.36406,43.54523],[-66.1234,43.61867],[-66.16173,44.46512],[-64.42549,45.29204],[-66.02605,45.25931],[-67.13741,45.13753],[-67.79134,45.70281],[-67.79046,47.06636],[-68.23444,47.35486],[-68.905,47.185],[-69.237216,47.447781],[-69.99997,46.69307],[-70.305,45.915],[-70.66,45.46],[-71.08482,45.30524],[-71.405,45.255],[-71.50506,45.0082],[-73.34783,45.00738],[-74.867,45.00048],[-75.31821,44.81645],[-76.375,44.09631],[-76.5,44.01845889375872],[-76.82003414580558,43.628784288093755],[-77.7378850979577,43.629055589363304],[-78.72027991404238,43.625089423184875],[-79.17167355011188,43.46633942318422],[-79.01,43.27],[-78.92,42.965],[-78.9393621487437,42.86361135514804],[-80.24744767934794,42.36619985612259],[-81.27774654816716,42.20902598730686],[-82.43927771679162,41.675105088867156],[-82.69008928092018,41.675105088867156],[-83.02981014680694,41.83279572200584],[-83.14199968131256,41.975681057292825],[-83.12,42.08],[-82.9,42.43],[-82.43,42.98],[-82.1376423815039,43.571087551439916],[-82.33776312543108,44.44],[-82.55092464875818,45.347516587905375],[-83.59285071484308,45.81689362241237],[-83.46955074739463,45.99468638771259],[-83.61613094759059,46.11692698829907],[-83.89076534700575,46.11692698829907],[-84.09185126416148,46.275418606138174],[-84.14211951367338,46.51222585711574],[-84.3367,46.40877],[-84.6049,46.4396],[-84.54374874544587,46.538684190449146],[-84.77923824739992,46.637101955749046],[-84.87607988151485,46.90008331968238],[-85.65236324740343,47.22021881773051],[-86.46199083122826,47.55333801939204],[-87.43979262330024,47.94],[-88.37811418328673,48.302917588893735],[-89.27291744663668,48.019808254582664],[-89.6,48.01],[-90.83,48.27],[-91.64,48.14],[-92.61,48.45],[-93.63087,48.60926],[-94.32914,48.67074],[-94.64,48.84],[-94.81758,49.38905],[-95.15609,49.38425],[-95.15906950917204,49],[-97.22872000000481,49.0007],[-100.65,49],[-104.04826,48.99986],[-107.05,49],[-110.05,49],[-113,49],[-116.04818,49],[-117.03121,49],[-120,49],[-122.84,49],[-122.97421,49.0025377777778],[-124.91024,49.98456],[-125.62461,50.41656],[-127.43561,50.83061],[-127.99276,51.71583],[-127.85032,52.32961],[-129.12979,52.75538],[-129.30523,53.56159],[-130.51497,54.28757],[-130.53611,54.80278],[-129.98,55.285],[-130.00778,55.91583],[-131.70781,56.55212],[-132.73042,57.69289],[-133.35556,58.41028],[-134.27111,58.86111],[-134.945,59.27056],[-135.47583,59.78778],[-136.47972,59.46389],[-137.4525,58.905],[-138.34089,59.56211],[-139.039,60],[-140.013,60.27682],[-140.99778,60.30639],[-140.9925,66.00003],[-140.986,69.712],[-139.12052,69.47102],[-137.54636,68.99002],[-136.50358,68.89804],[-135.62576,69.31512],[-134.41464,69.62743],[-132.92925,69.50534],[-131.43136,69.94451],[-129.79471,70.19369],[-129.10773,69.77927],[-128.36156,70.01286],[-128.13817,70.48384],[-127.44712,70.37721],[-125.75632,69.48058],[-124.42483,70.1584],[-124.28968,69.39969],[-123.06108,69.56372],[-122.6835,69.85553],[-121.47226,69.79778],[-119.94288,69.37786],[-117.60268,69.01128],[-116.22643,68.84151],[-115.2469,68.90591],[-113.89794,68.3989],[-115.30489,67.90261],[-113.49727,67.68815],[-110.798,67.80612],[-109.94619,67.98104],[-108.8802,67.38144],[-107.79239,67.88736],[-108.81299,68.31164],[-108.16721,68.65392],[-106.95,68.7],[-106.15,68.8],[-105.34282,68.56122],[-104.33791,68.018],[-103.22115,68.09775],[-101.45433,67.64689],[-99.90195,67.80566],[-98.4432,67.78165],[-98.5586,68.40394],[-97.66948,68.57864],[-96.11991,68.23939],[-96.12588,67.29338],[-95.48943,68.0907],[-94.685,68.06383],[-94.23282,69.06903],[-95.30408,69.68571],[-96.47131,70.08976],[-96.39115,71.19482],[-95.2088,71.92053],[-93.88997,71.76015],[-92.87818,71.31869],[-91.51964,70.19129],[-92.40692,69.69997],[-90.5471,69.49766]]],[[[-114.1671699999999,73.12145],[-114.66634,72.65277],[-112.44101999999988,72.95540000000011],[-111.05039,72.4504],[-109.92034999999989,72.96113],[-109.00654,72.63335],[-108.18835,71.65089],[-107.68599,72.06548],[-108.39639,73.08953000000011],[-107.51645,73.23598],[-106.52259,73.07601],[-105.40246,72.67259],[-104.77484,71.6984],[-104.46475999999984,70.99297],[-102.78537,70.49776],[-100.9807799999999,70.02432],[-101.08929,69.58447000000012],[-102.73116,69.50402],[-102.09329,69.11962000000011],[-102.43024,68.75282],[-104.24,68.91],[-105.96,69.18000000000015],[-107.12254,69.11922],[-109,68.78],[-111.53414887520013,68.63005915681794],[-113.3132,68.53554],[-113.85495999999983,69.00744000000012],[-115.22,69.28],[-116.10794,69.16821],[-117.34,69.96000000000012],[-116.67472999999988,70.06655],[-115.13112,70.2373],[-113.72141,70.19237],[-112.4161,70.36638],[-114.35,70.6],[-116.48684,70.52045],[-117.9048,70.54056000000014],[-118.43238,70.9092],[-116.11311,71.30918],[-117.65568,71.2952],[-119.40199,71.55859],[-118.56267,72.30785],[-117.86642,72.70594],[-115.18909,73.31459000000012],[-114.1671699999999,73.12145]]],[[[-104.5,73.42],[-105.38,72.76],[-106.94,73.46],[-106.6,73.6],[-105.26,73.64],[-104.5,73.42]]],[[[-76.34,73.10268498995302],[-76.25140380859375,72.82638549804688],[-77.31443786621091,72.85554504394527],[-78.39167022705081,72.87665557861328],[-79.48625183105466,72.74220275878909],[-79.77583312988284,72.80290222167974],[-80.87609863281253,73.3331832885742],[-80.83388519287105,73.69318389892578],[-80.35305786132812,73.75971984863278],[-78.06443786621094,73.65193176269534],[-76.34,73.10268498995302]]],[[[-86.56217851433414,73.15744700793846],[-85.77437130404454,72.53412588163383],[-84.85011247428824,73.34027822538712],[-82.31559017610098,73.75095083281059],[-80.60008765330764,72.71654368762421],[-80.7489416165244,72.06190664335077],[-78.77063859731078,72.35217316353416],[-77.82462398955958,72.74961660429105],[-75.60584469267573,72.24367849393741],[-74.22861609566499,71.7671442735579],[-74.09914079455771,71.33084015571765],[-72.24222571479766,71.5569245469945],[-71.20001542833519,70.92001251899723],[-68.7860542466849,70.52502370877426],[-67.91497046575694,70.12194753689761],[-66.96903337265417,69.18608734809189],[-68.80512285020055,68.72019847276442],[-66.44986609563387,68.06716339789202],[-64.86231441919522,67.84753856065163],[-63.42493445499676,66.92847321234066],[-61.85198137068058,66.86212067327784],[-62.1631768459423,66.16025136988961],[-63.918444383384184,64.99866852483284],[-65.14886023625363,65.42603261988668],[-66.72121904159854,66.3880410834322],[-68.01501603867396,66.26272573512439],[-68.14128740097917,65.68978913030438],[-67.08964616562339,65.108455105237],[-65.73208045109976,64.64840566675863],[-65.32016760930128,64.38273712834606],[-64.66940629744968,63.39292674422748],[-65.01380388045891,62.67418508569599],[-66.27504472519047,62.945098781986076],[-68.78318620469273,63.74567007105181],[-67.36968075221304,62.883965562584876],[-66.3282972886672,62.280074774822054],[-66.16556820338016,61.93089712182589],[-68.87736650254465,62.33014923771282],[-71.02343705919384,62.91070811629584],[-72.235378587519,63.39783600529517],[-71.8862784491713,63.67998932560885],[-73.37830624051838,64.19396312118383],[-74.8344189114226,64.67907562932379],[-74.81850257027673,64.38909332951798],[-77.70997982452005,64.22954234481679],[-78.55594885935417,64.57290639918014],[-77.89728105336192,65.30919220647479],[-76.0182742987972,65.32696889918316],[-73.95979529488272,65.45476471624089],[-74.29388342964964,65.8117713487294],[-73.94491248238265,66.31057811142672],[-72.65116716173941,67.28457550726387],[-72.92605994331609,67.72692576768239],[-73.31161780464575,68.06943716091291],[-74.84330725777681,68.55462718370129],[-76.86910091826674,68.89473562283027],[-76.22864905465735,69.14776927354742],[-77.28736996123712,69.76954010688328],[-78.1686339993266,69.82648753526891],[-78.95724219431673,70.16688019477542],[-79.49245500356366,69.87180776638891],[-81.30547095409176,69.74318512641435],[-84.94470618359847,69.9666340196444],[-87.06000342481789,70.26000112576537],[-88.6817132230015,70.41074127876081],[-89.51341956252304,70.76203766548099],[-88.46772111688075,71.21818553332133],[-89.8881512112875,71.22255219184996],[-90.20516028518202,72.2350743679608],[-89.43657670770494,73.12946421985237],[-88.40824154331281,73.53788890247121],[-85.82615108920092,73.80381582304521],[-86.56217851433414,73.15744700793846]]],[[[-100.35642,73.84389],[-99.16387,73.63339],[-97.38,73.76],[-97.12,73.47],[-98.05359,72.99052],[-96.54,72.56],[-96.72,71.66],[-98.35966,71.27285],[-99.32286,71.35639],[-100.01482,71.73827],[-102.5,72.51],[-102.48,72.83],[-100.43836,72.70588],[-101.54,73.36],[-100.35642,73.84389]]],[[[-93.19629553910022,72.77199249947336],[-94.26904659704726,72.02459625923598],[-95.40985551632266,72.06188080513459],[-96.03374508338246,72.94027680123182],[-96.01826799191099,73.4374299180958],[-95.49579342322403,73.86241689726418],[-94.50365759965234,74.1349067247392],[-92.42001217321177,74.10002513294219],[-90.50979285354259,73.85673248971203],[-92.0039652168299,72.9662442084585],[-93.19629553910022,72.77199249947336]]],[[[-120.46,71.38360179308759],[-123.09219,70.90164],[-123.62,71.34],[-125.92894873747335,71.86868846301141],[-125.5,72.29226081179502],[-124.80729,73.02256],[-123.9399999999999,73.68000000000015],[-124.91775,74.29275000000013],[-121.53788,74.44893],[-120.10978,74.24135],[-117.55563999999987,74.18577],[-116.58442,73.89607],[-115.51081,73.47519],[-116.76793999999988,73.22292],[-119.22,72.52],[-120.46,71.82],[-120.46,71.38360179308759]]],[[[-93.61275590694049,74.97999726022445],[-94.15690873897384,74.59234650338686],[-95.60868058956561,74.66686391875177],[-96.82093217648458,74.92762319609658],[-96.2885874092298,75.37782827422335],[-94.85081987178913,75.6472175157609],[-93.97774654821794,75.29648956979597],[-93.61275590694049,74.97999726022445]]],[[[-98.5,76.72],[-97.735585,76.25656],[-97.704415,75.74344],[-98.16,75],[-99.80874,74.89744],[-100.88366,75.05736],[-100.86292,75.64075],[-102.50209,75.5638],[-102.56552,76.3366],[-101.48973,76.30537],[-99.98349,76.64634],[-98.57699,76.58859],[-98.5,76.72]]],[[[-108.21141,76.20168],[-107.81943,75.84552],[-106.92893,76.01282],[-105.881,75.9694],[-105.70498,75.47951],[-106.31347,75.00527],[-109.7,74.85],[-112.22307,74.41696],[-113.74381,74.39427],[-113.87135,74.72029],[-111.79421,75.1625],[-116.31221,75.04343],[-117.7104,75.2222],[-116.34602,76.19903],[-115.40487,76.47887],[-112.59056,76.14134],[-110.81422,75.54919],[-109.0671,75.47321],[-110.49726,76.42982],[-109.5811,76.79417],[-108.54859,76.67832],[-108.21141,76.20168]]],[[[-94.68408586299947,77.09787832305838],[-93.57392106807313,76.77629588490609],[-91.60502315953661,76.77851797149461],[-90.74184587274922,76.44959747995681],[-90.96966142450799,76.07401317005946],[-89.82223792189927,75.84777374948563],[-89.18708289259979,75.61016551380763],[-87.83827633334963,75.56618886992723],[-86.37919226758868,75.48242137318218],[-84.78962521029061,75.69920400664651],[-82.75344458691006,75.78431509063125],[-81.12853084992437,75.71398346628203],[-80.05751095245915,75.33684886341588],[-79.83393286814832,74.92312734648719],[-80.45777075877584,74.65730377877779],[-81.94884253612554,74.44245901152433],[-83.22889360221143,74.56402781849096],[-86.0974523587333,74.41003205026115],[-88.15035030796022,74.39230703398499],[-89.76472205275837,74.51555532500115],[-92.42244096552943,74.837757880341],[-92.7682854886428,75.38681997344216],[-92.88990597204173,75.88265534128266],[-93.893824022176,76.31924367950054],[-95.96245744503582,76.44138092722247],[-97.12137895382949,76.75107778594761],[-96.74512285031236,77.16138865834515],[-94.68408586299947,77.09787832305838]]],[[[-116.19858659550734,77.64528677032621],[-116.33581336145838,76.87696157501055],[-117.10605058476878,76.53003184681913],[-118.04041215703813,76.4811717800871],[-119.89931758688569,76.05321340606199],[-121.4999950771265,75.9000186225328],[-122.85492448615896,76.11654287383568],[-122.8549252936032,76.11654287383568],[-121.15753536032825,76.86450755482835],[-119.10393897182104,77.51221995717464],[-117.57013078496597,77.4983189968881],[-116.19858659550734,77.64528677032621]]],[[[-93.84000301794399,77.5199972602345],[-94.29560828324526,77.4913426785287],[-96.16965410031008,77.5551113959769],[-96.43630449093612,77.83462921824362],[-94.42257727738638,77.82000478790499],[-93.72065629756588,77.63433136668033],[-93.84000301794399,77.5199972602345]]],[[[-110.18693803591297,77.6970148790503],[-112.05119116905848,77.40922882761686],[-113.53427893761906,77.73220652944116],[-112.72458675825384,78.05105011668195],[-111.26444332563085,78.15295604116156],[-109.8544518705471,77.99632477488484],[-110.18693803591297,77.6970148790503]]],[[[-109.66314571820259,78.60197256134569],[-110.88131425661886,78.40691986766001],[-112.54209143761517,78.4079017198735],[-112.5258908760916,78.55055451121522],[-111.5000103422334,78.84999359813057],[-110.96366065147602,78.80444082306522],[-109.66314571820259,78.60197256134569]]],[[[-95.83029496944934,78.05694122996326],[-97.30984290239799,77.85059723582178],[-98.12428931353396,78.08285696075758],[-98.55286780474664,78.4581053738451],[-98.63198442258552,78.87193024363839],[-97.33723141151262,78.83198436147677],[-96.75439876990879,78.765812689927],[-95.55927792029458,78.41831452098029],[-95.83029496944934,78.05694122996326]]],[[[-100.06019182005214,78.3247543403159],[-99.67093909381362,77.9075446642074],[-101.30394019245301,78.01898489044481],[-102.94980872273305,78.34322866486022],[-105.17613277873154,78.38033234324574],[-104.21042945027716,78.6774201524918],[-105.41958045125854,78.91833567983645],[-105.49228919149316,79.30159393992919],[-103.52928239623793,79.16534902619165],[-100.82515804726881,78.80046173777869],[-100.06019182005214,78.3247543403159]]],[[[-87.02,79.66],[-85.81435,79.3369],[-87.18756,79.0393],[-89.03535,78.28723],[-90.80436,78.21533],[-92.87669,78.34333],[-93.95116,78.75099],[-93.93574,79.11373],[-93.14524,79.3801],[-94.974,79.37248],[-96.07614,79.70502],[-96.70972,80.15777],[-96.01644,80.60233],[-95.32345,80.90729],[-94.29843,80.97727],[-94.73542,81.20646],[-92.40984,81.25739],[-91.13289,80.72345],[-89.45,80.50932203389829],[-87.81,80.32],[-87.02,79.66]]],[[[-68.5,83.10632151676575],[-65.82735,83.02801],[-63.68,82.9],[-61.85,82.6286],[-61.89388,82.36165],[-64.334,81.92775],[-66.75342,81.72527],[-67.65755,81.50141],[-65.48031,81.50657],[-67.84,80.9],[-69.4697,80.61683],[-71.18,79.8],[-73.2428,79.63415],[-73.88,79.43016220480207],[-76.90773,79.32309],[-75.52924,79.19766],[-76.22046,79.01907],[-75.39345,78.52581],[-76.34354,78.18296],[-77.88851,77.89991],[-78.36269,77.50859],[-79.75951,77.20968],[-79.61965,76.98336],[-77.91089,77.022045],[-77.88911,76.777955],[-80.56125,76.17812],[-83.17439,76.45403],[-86.11184,76.29901],[-87.6,76.42],[-89.49068,76.47239],[-89.6161,76.95213],[-87.76739,77.17833],[-88.26,77.9],[-87.65,77.97022222222222],[-84.97634,77.53873],[-86.34,78.18],[-87.96192,78.37181],[-87.15198,78.75867],[-85.37868,78.9969],[-85.09495,79.34543],[-86.50734,79.73624],[-86.93179,80.25145],[-84.19844,80.20836],[-83.40869565217383,80.1],[-81.84823,80.46442],[-84.1,80.58],[-87.59895,80.51627],[-89.36663,80.85569],[-90.2,81.26],[-91.36786,81.5531],[-91.58702,81.89429],[-90.1,82.085],[-88.93227,82.11751],[-86.97024,82.27961],[-85.5,82.65227345805704],[-84.260005,82.6],[-83.18,82.32],[-82.42,82.86],[-81.1,83.02],[-79.30664,83.13056],[-76.25,83.1720588235294],[-75.71878,83.06404],[-72.83153,83.23324],[-70.665765,83.16978075838284],[-68.5,83.10632151676575]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Costa Rica","sov_a3":"CRI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Costa Rica","adm0_a3":"CRI","geou_dif":0,"geounit":"Costa Rica","gu_a3":"CRI","su_dif":0,"subunit":"Costa Rica","su_a3":"CRI","brk_diff":0,"name":"Costa Rica","name_long":"Costa Rica","brk_a3":"CRI","brk_name":"Costa Rica","brk_group":null,"abbrev":"C.R.","postal":"CR","formal_en":"Republic of Costa Rica","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Costa Rica","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":4,"mapcolor13":2,"pop_est":4253877,"gdp_md_est":48320,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CR","iso_a3":"CRI","iso_n3":"188","un_a3":"188","wb_a2":"CR","wb_a3":"CRI","woe_id":-99,"adm0_a3_is":"CRI","adm0_a3_us":"CRI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CRI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-82.96578304719736,8.225027980985985],[-83.50843726269431,8.446926581247283],[-83.71147396516908,8.656836249216866],[-83.59631303580665,8.830443223501419],[-83.63264156770784,9.051385809765321],[-83.90988562695372,9.29080272057358],[-84.30340165885636,9.487354030795714],[-84.64764421256866,9.615537421095707],[-84.71335079622777,9.908051866083852],[-84.97566036654133,10.086723130733006],[-84.91137488477024,9.795991522658923],[-85.11092342806532,9.55703969974131],[-85.33948828809227,9.83454214114866],[-85.66078650586698,9.933347479690724],[-85.79744483106285,10.134885565629034],[-85.79170874707843,10.439337266476613],[-85.65931372754666,10.75433095951172],[-85.94172543002176,10.895278428587801],[-85.7125404528073,11.088444932494824],[-85.56185197624418,11.217119248901597],[-84.90300330273895,10.952303371621896],[-84.67306901725627,11.082657172078143],[-84.35593075228104,10.999225572142905],[-84.19017859570485,10.793450018756674],[-83.89505449088595,10.726839097532446],[-83.65561174186158,10.938764146361422],[-83.40231970898296,10.395438137244652],[-83.01567664257517,9.992982082555555],[-82.54619625520348,9.566134751824677],[-82.93289099804358,9.476812038608173],[-82.92715491405916,9.074330145702916],[-82.71918311230053,8.925708726431495],[-82.86865719270477,8.807266343618522],[-82.82977067740516,8.62629547773237],[-82.91317643912421,8.42351715741907],[-82.96578304719736,8.225027980985985]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Cuba","sov_a3":"CUB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Cuba","adm0_a3":"CUB","geou_dif":0,"geounit":"Cuba","gu_a3":"CUB","su_dif":0,"subunit":"Cuba","su_a3":"CUB","brk_diff":0,"name":"Cuba","name_long":"Cuba","brk_a3":"CUB","brk_name":"Cuba","brk_group":null,"abbrev":"Cuba","postal":"CU","formal_en":"Republic of Cuba","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Cuba","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":3,"mapcolor13":4,"pop_est":11451652,"gdp_md_est":108200,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CU","iso_a3":"CUB","iso_n3":"192","un_a3":"192","wb_a2":"CU","wb_a3":"CUB","woe_id":-99,"adm0_a3_is":"CUB","adm0_a3_us":"CUB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CUB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-82.26815121125706,23.188610744717703],[-81.40445716014683,23.11727142993878],[-80.6187686835812,23.105980129483],[-79.67952368846025,22.76530324959883],[-79.28148596873207,22.399201565027056],[-78.34743445505649,22.512166246017088],[-77.99329586456028,22.277193508385935],[-77.14642249216105,21.657851467367834],[-76.52382483590856,21.206819566324373],[-76.19462012399319,21.220565497314013],[-75.59822241891267,21.016624457274133],[-75.67106035022806,20.735091254148],[-74.9338960435845,20.693905137611385],[-74.17802486845126,20.28462779385974],[-74.29664811877724,20.05037852628068],[-74.96159461129294,19.92343537035569],[-75.63468014189459,19.873774318923196],[-76.323656175426,19.95289093676206],[-77.75548092315306,19.855480861891873],[-77.08510840524674,20.413353786698792],[-77.49265458851661,20.67310537361389],[-78.13729224314159,20.73994883878343],[-78.48282670766119,21.02861338956585],[-78.71986650258401,21.598113511638434],[-79.28499996612794,21.5591753199065],[-80.21747534861865,21.827324327069036],[-80.51753455272141,22.03707896574176],[-81.82094336620318,22.19205658618507],[-82.16999182811864,22.38710927987075],[-81.79500179719267,22.636964830001958],[-82.77589799674084,22.688150336187064],[-83.49445878775936,22.16851797127613],[-83.90880042187563,22.154565334557333],[-84.05215084505326,21.910575059491254],[-84.54703019889638,21.801227728761642],[-84.97491105827311,21.89602814380109],[-84.44706214062776,22.204949856041907],[-84.23035702181178,22.565754706303764],[-83.7782399156902,22.788118394455694],[-83.26754757356575,22.983041897060644],[-82.51043616405751,23.078746649665188],[-82.26815121125706,23.188610744717703]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Dominican Republic","sov_a3":"DOM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Dominican Republic","adm0_a3":"DOM","geou_dif":0,"geounit":"Dominican Republic","gu_a3":"DOM","su_dif":0,"subunit":"Dominican Republic","su_a3":"DOM","brk_diff":0,"name":"Dominican Rep.","name_long":"Dominican Republic","brk_a3":"DOM","brk_name":"Dominican Rep.","brk_group":null,"abbrev":"Dom. Rep.","postal":"DO","formal_en":"Dominican Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Dominican Republic","name_alt":null,"mapcolor7":5,"mapcolor8":2,"mapcolor9":5,"mapcolor13":7,"pop_est":9650054,"gdp_md_est":78000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"DO","iso_a3":"DOM","iso_n3":"214","un_a3":"214","wb_a2":"DO","wb_a3":"DOM","woe_id":-99,"adm0_a3_is":"DOM","adm0_a3_us":"DOM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":14,"long_len":18,"abbrev_len":9,"tiny":-99,"homepart":1,"filename":"DOM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-71.71236141629296,19.714455878167357],[-71.58730445014663,19.8849105900821],[-70.80670610216174,19.880285549391985],[-70.21436499701613,19.62288524014616],[-69.95081519232758,19.647999986240006],[-69.76925004747008,19.293267116772437],[-69.22212582057988,19.313214219637103],[-69.25434607611385,19.015196234609874],[-68.80941199408083,18.979074408437853],[-68.31794328476897,18.612197577381693],[-68.68931596543452,18.205142320218613],[-69.16494584824892,18.42264842373511],[-69.62398759629764,18.380712998930246],[-69.95293392605154,18.42830699307106],[-70.1332329983179,18.245915025296895],[-70.51713721381422,18.184290879788833],[-70.66929846869763,18.426885891183034],[-70.99995012071719,18.283328762276213],[-71.4002099270339,17.5985643579766],[-71.65766191271202,17.7575727401387],[-71.70830481635805,18.04499705654609],[-71.68773759630587,18.31666006110447],[-71.94511206733556,18.61690013272026],[-71.70130265978248,18.78541697842405],[-71.62487321642283,19.169837958243306],[-71.71236141629296,19.714455878167357]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Denmark","sov_a3":"DN1","adm0_dif":1,"level":2,"type":"Country","admin":"Greenland","adm0_a3":"GRL","geou_dif":0,"geounit":"Greenland","gu_a3":"GRL","su_dif":0,"subunit":"Greenland","su_a3":"GRL","brk_diff":0,"name":"Greenland","name_long":"Greenland","brk_a3":"GRL","brk_name":"Greenland","brk_group":null,"abbrev":"Grlnd.","postal":"GL","formal_en":"Greenland","formal_fr":null,"note_adm0":"Den.","note_brk":null,"name_sort":"Greenland","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":3,"mapcolor13":12,"pop_est":57600,"gdp_md_est":1100,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"GL","iso_a3":"GRL","iso_n3":"304","un_a3":"304","wb_a2":"GL","wb_a3":"GRL","woe_id":-99,"adm0_a3_is":"GRL","adm0_a3_us":"GRL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Northern America","region_wb":"Europe & Central Asia","name_len":9,"long_len":9,"abbrev_len":6,"tiny":-99,"homepart":-99,"filename":"GRL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-46.76379,82.62796],[-43.40644,83.22516],[-39.89753,83.18018],[-38.62214,83.54905],[-35.08787,83.64513],[-27.10046,83.51966],[-20.84539,82.72669],[-22.69182,82.34165],[-26.51753,82.29765],[-31.9,82.2],[-31.39646,82.02154],[-27.85666,82.13178],[-24.84448,81.78697],[-22.90328,82.09317],[-22.07175,81.73449],[-23.16961,81.15271],[-20.62363,81.52462],[-15.76818,81.91245],[-12.77018,81.71885],[-12.20855,81.29154],[-16.28533,80.58004],[-16.85,80.35],[-20.04624,80.17708],[-17.73035,80.12912],[-18.9,79.4],[-19.70499,78.75128],[-19.67353,77.63859],[-18.47285,76.98565],[-20.03503,76.94434],[-21.67944,76.62795],[-19.83407,76.09808],[-19.59896,75.24838],[-20.66818,75.15585],[-19.37281,74.29561],[-21.59422,74.22382],[-20.43454,73.81713],[-20.76234,73.46436],[-22.17221,73.30955],[-23.56593,73.30663],[-22.31311,72.62928],[-22.29954,72.18409],[-24.27834,72.59788],[-24.79296,72.3302],[-23.44296,72.08016],[-22.13281,71.46898],[-21.75356,70.66369],[-23.53603,70.471],[-24.30702,70.85649],[-25.54341,71.43094],[-25.20135,70.75226],[-26.36276,70.22646],[-23.72742,70.18401],[-22.34902,70.12946],[-25.02927,69.2588],[-27.74737,68.47046],[-30.67371,68.12503],[-31.77665,68.12078],[-32.81105,67.73547],[-34.20196,66.67974],[-36.35284,65.9789],[-37.04378,65.93768],[-38.37505,65.69213],[-39.81222,65.45848],[-40.66899,64.83997],[-40.68281,64.13902],[-41.1887,63.48246],[-42.81938,62.68233],[-42.41666,61.90093],[-42.86619,61.07404],[-43.3784,60.09772],[-44.7875,60.03676],[-46.26364,60.85328],[-48.26294,60.85843],[-49.23308,61.40681],[-49.90039,62.38336],[-51.63325,63.62691],[-52.14014,64.27842],[-52.27659,65.1767],[-53.66166,66.09957],[-53.30161,66.8365],[-53.96911,67.18899],[-52.9804,68.35759],[-51.47536,68.72958],[-51.08041,69.14781],[-50.87122,69.9291],[-52.013585,69.574925],[-52.55792,69.42616],[-53.45629,69.283625],[-54.68336,69.61003],[-54.75001,70.28932],[-54.35884,70.821315],[-53.431315,70.835755],[-51.39014,70.56978],[-53.10937,71.20485],[-54.00422,71.54719],[-55,71.40653696727257],[-55.83468,71.65444],[-54.71819,72.58625],[-55.32634,72.95861],[-56.12003,73.64977],[-57.32363,74.71026],[-58.59679,75.09861],[-58.58516,75.51727],[-61.26861,76.10238],[-63.39165,76.1752],[-66.06427,76.13486],[-68.50438,76.06141],[-69.66485,76.37975],[-71.40257,77.00857],[-68.77671,77.32312],[-66.76397,77.37595],[-71.04293,77.63595],[-73.297,78.04419],[-73.15938,78.43271],[-69.37345,78.91388],[-65.7107,79.39436],[-65.3239,79.75814],[-68.02298,80.11721],[-67.15129,80.51582],[-63.68925,81.21396],[-62.23444,81.3211],[-62.65116,81.77042],[-60.28249,82.03363],[-57.20744,82.19074],[-54.13442,82.19962],[-53.04328,81.88833],[-50.39061,82.43883],[-48.00386,82.06481],[-46.59984,81.985945],[-44.523,81.6607],[-46.9007,82.19979],[-46.76379,82.62796]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Guatemala","sov_a3":"GTM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Guatemala","adm0_a3":"GTM","geou_dif":0,"geounit":"Guatemala","gu_a3":"GTM","su_dif":0,"subunit":"Guatemala","su_a3":"GTM","brk_diff":0,"name":"Guatemala","name_long":"Guatemala","brk_a3":"GTM","brk_name":"Guatemala","brk_group":null,"abbrev":"Guat.","postal":"GT","formal_en":"Republic of Guatemala","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Guatemala","name_alt":null,"mapcolor7":3,"mapcolor8":3,"mapcolor9":3,"mapcolor13":6,"pop_est":13276517,"gdp_md_est":68580,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"GT","iso_a3":"GTM","iso_n3":"320","un_a3":"320","wb_a2":"GT","wb_a3":"GTM","woe_id":-99,"adm0_a3_is":"GTM","adm0_a3_us":"GTM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":9,"long_len":9,"abbrev_len":5,"tiny":4,"homepart":1,"filename":"GTM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-90.09555457229098,13.735337632700734],[-90.60862403030085,13.909771429901951],[-91.23241024449605,13.927832342987957],[-91.68974667027912,14.126218166556455],[-92.22775000686983,14.538828640190928],[-92.20322953974731,14.830102850804069],[-92.08721594925207,15.06458466232844],[-92.22924862340628,15.25144664149586],[-91.74796017125591,16.066564846251723],[-90.46447262242265,16.069562079324655],[-90.43886695022204,16.410109768128095],[-90.60084672724092,16.47077789963876],[-90.71182186558772,16.687483018454728],[-91.08167009150065,16.918476670799404],[-91.45392127151516,17.252177232324172],[-91.0022692532842,17.25465770107418],[-91.00151994501596,17.81759491624571],[-90.06793351923098,17.819326076727474],[-89.14308041050332,17.80831899664932],[-89.15080603713095,17.015576687075836],[-89.22912167026928,15.88693756760517],[-88.93061275913527,15.887273464415074],[-88.60458614780583,15.70638011317736],[-88.51836402052686,15.855389105690975],[-88.22502275262202,15.727722479713902],[-88.68067969435563,15.346247056535304],[-89.15481096063357,15.06641917567481],[-89.22522009963127,14.874286200413621],[-89.14553504103718,14.678019110569084],[-89.35332597528279,14.424132798719116],[-89.58734269891654,14.362586167859488],[-89.53421932652051,14.244815578666305],[-89.72193396682073,14.134228013561694],[-90.0646779039966,13.881969509328924],[-90.09555457229098,13.735337632700734]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Honduras","sov_a3":"HND","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Honduras","adm0_a3":"HND","geou_dif":0,"geounit":"Honduras","gu_a3":"HND","su_dif":0,"subunit":"Honduras","su_a3":"HND","brk_diff":0,"name":"Honduras","name_long":"Honduras","brk_a3":"HND","brk_name":"Honduras","brk_group":null,"abbrev":"Hond.","postal":"HN","formal_en":"Republic of Honduras","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Honduras","name_alt":null,"mapcolor7":2,"mapcolor8":5,"mapcolor9":2,"mapcolor13":5,"pop_est":7792854,"gdp_md_est":33720,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"HN","iso_a3":"HND","iso_n3":"340","un_a3":"340","wb_a2":"HN","wb_a3":"HND","woe_id":-99,"adm0_a3_is":"HND","adm0_a3_us":"HND","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"HND.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-87.31665442579549,12.984685777229004],[-87.48940873894713,13.297534898323931],[-87.79311113152653,13.384480495655168],[-87.72350297722932,13.785050360565606],[-87.85951534702161,13.893312486217097],[-88.06534257684012,13.96462596277979],[-88.50399797234962,13.845485948130943],[-88.54123084181595,13.980154730683523],[-88.84307288283276,14.140506700085211],[-89.05851192905766,14.340029405164215],[-89.35332597528281,14.424132798719086],[-89.14553504103719,14.678019110569153],[-89.22522009963124,14.874286200413678],[-89.15481096063353,15.066419175674866],[-88.6806796943556,15.34624705653539],[-88.22502275262195,15.72772247971403],[-88.12115312371537,15.688655096901359],[-87.90181250685241,15.864458319558196],[-87.61568010125234,15.8787985295192],[-87.52292090528846,15.797278957578783],[-87.36776241733213,15.84694000901129],[-86.90319129102818,15.756712958229569],[-86.44094560417739,15.78283539475319],[-86.11923397494434,15.893448798073962],[-86.00195431185784,16.00540578863439],[-85.68331743034628,15.953651841693953],[-85.44400387240256,15.885749009662446],[-85.18244361035721,15.90915843349063],[-84.98372188997882,15.995923163308701],[-84.52697974316715,15.857223619037427],[-84.36825558138258,15.835157782448732],[-84.06305457226682,15.648244126849136],[-83.77397661002612,15.42407176356687],[-83.41038123242036,15.270902818253774],[-83.14721900097413,14.99582916916421],[-83.48998877636602,15.016267198135663],[-83.62858496777288,14.880073960830371],[-83.97572140169359,14.749435939996486],[-84.22834164095241,14.74876414637663],[-84.4493359036486,14.621614284722511],[-84.64958207877963,14.666805324761867],[-84.8200367906943,14.81958669683263],[-84.92450069857233,14.790492865452336],[-85.05278744173688,14.551541042534723],[-85.14875057650288,14.560196844943619],[-85.16536454948482,14.35436961512505],[-85.51441301140028,14.079011745657908],[-85.69866533073696,13.960078436738002],[-85.8012947252685,13.836054999237604],[-86.09626380079061,14.038187364147234],[-86.31214209668985,13.771356106008225],[-86.52070817741992,13.778487453664468],[-86.75508663607962,13.75484548589094],[-86.73382178419149,13.263092556201398],[-86.88055701368438,13.254204209847217],[-87.00576900912743,13.025794379117258],[-87.31665442579549,12.984685777229004]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Haiti","sov_a3":"HTI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Haiti","adm0_a3":"HTI","geou_dif":0,"geounit":"Haiti","gu_a3":"HTI","su_dif":0,"subunit":"Haiti","su_a3":"HTI","brk_diff":0,"name":"Haiti","name_long":"Haiti","brk_a3":"HTI","brk_name":"Haiti","brk_group":null,"abbrev":"Haiti","postal":"HT","formal_en":"Republic of Haiti","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Haiti","name_alt":null,"mapcolor7":2,"mapcolor8":1,"mapcolor9":7,"mapcolor13":2,"pop_est":9035536,"gdp_md_est":11500,"pop_year":-99,"lastcensus":2003,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"HT","iso_a3":"HTI","iso_n3":"332","un_a3":"332","wb_a2":"HT","wb_a3":"HTI","woe_id":-99,"adm0_a3_is":"HTI","adm0_a3_us":"HTI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"HTI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-73.18979061551762,19.915683905511912],[-72.57967281766362,19.871500555902358],[-71.71236141629296,19.714455878167357],[-71.62487321642283,19.169837958243306],[-71.70130265978248,18.78541697842405],[-71.94511206733556,18.61690013272026],[-71.68773759630587,18.31666006110447],[-71.70830481635805,18.04499705654609],[-72.37247616238935,18.21496084235406],[-72.84441118029488,18.14561107021836],[-73.45455481636503,18.217906398994696],[-73.92243323433566,18.030992743395004],[-74.45803361682478,18.342549953682706],[-74.36992529976713,18.66490753831941],[-73.44954220243272,18.526052964751145],[-72.69493709989064,18.445799465401862],[-72.334881557897,18.668421535715254],[-72.79164954292489,19.10162506761803],[-72.78410478381028,19.48359141690341],[-73.41502234566175,19.639550889560283],[-73.18979061551762,19.915683905511912]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Jamaica","sov_a3":"JAM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Jamaica","adm0_a3":"JAM","geou_dif":0,"geounit":"Jamaica","gu_a3":"JAM","su_dif":0,"subunit":"Jamaica","su_a3":"JAM","brk_diff":0,"name":"Jamaica","name_long":"Jamaica","brk_a3":"JAM","brk_name":"Jamaica","brk_group":null,"abbrev":"Jam.","postal":"J","formal_en":"Jamaica","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Jamaica","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":4,"mapcolor13":10,"pop_est":2825928,"gdp_md_est":20910,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"JM","iso_a3":"JAM","iso_n3":"388","un_a3":"388","wb_a2":"JM","wb_a3":"JAM","woe_id":-99,"adm0_a3_is":"JAM","adm0_a3_us":"JAM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"JAM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-77.56960079619921,18.490525417550487],[-76.89661861846211,18.400866807524082],[-76.36535905628554,18.160700588447597],[-76.19965857614164,17.886867173732966],[-76.9025614081757,17.868237819891746],[-77.20634131540348,17.70111623785982],[-77.76602291534061,17.86159739834224],[-78.33771928578561,18.225967922432233],[-78.21772661000388,18.454532782459193],[-77.79736467152563,18.524218451404778],[-77.56960079619921,18.490525417550487]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Mexico","sov_a3":"MEX","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Mexico","adm0_a3":"MEX","geou_dif":0,"geounit":"Mexico","gu_a3":"MEX","su_dif":0,"subunit":"Mexico","su_a3":"MEX","brk_diff":0,"name":"Mexico","name_long":"Mexico","brk_a3":"MEX","brk_name":"Mexico","brk_group":null,"abbrev":"Mex.","postal":"MX","formal_en":"United Mexican States","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Mexico","name_alt":null,"mapcolor7":6,"mapcolor8":1,"mapcolor9":7,"mapcolor13":3,"pop_est":111211789,"gdp_md_est":1563000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"4. Emerging region: MIKT","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MX","iso_a3":"MEX","iso_n3":"484","un_a3":"484","wb_a2":"MX","wb_a3":"MEX","woe_id":-99,"adm0_a3_is":"MEX","adm0_a3_us":"MEX","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MEX.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-97.14000830767071,25.869997463478395],[-97.52807247596655,24.992144069920297],[-97.70294552284223,24.272343044526735],[-97.77604183631905,22.932579860927657],[-97.87236670611111,22.44421173755336],[-97.69904395220419,21.898689480064263],[-97.38895952023677,21.411018988525825],[-97.18933346229329,20.635433254473128],[-96.52557552772032,19.890930894444068],[-96.29212724484177,19.320371405509547],[-95.90088497595995,18.82802419684873],[-94.83906348344271,18.562717393462208],[-94.4257295397562,18.144370835843347],[-93.5486512926824,18.423836981677937],[-92.7861138577835,18.52483856859226],[-92.0373481920904,18.704569200103432],[-91.40790340855926,18.87608327888023],[-90.77186987991087,19.28412038825678],[-90.53358985061305,19.8674181177513],[-90.45147599970124,20.707521877520435],[-90.27861833368489,20.99985545499555],[-89.60132117385149,21.26172577563449],[-88.54386633986284,21.49367544197662],[-87.65841651075772,21.458845526611977],[-87.05189022494807,21.543543199138295],[-86.81198238803296,21.331514797444754],[-86.84590796583262,20.849864610268355],[-87.38329118523586,20.25540477139873],[-87.62105445021075,19.64655304613592],[-87.43675045444176,19.47240346931227],[-87.58656043165593,19.04013011319074],[-87.83719112827151,18.25981598558343],[-88.09066402866318,18.51664785407405],[-88.30003109409364,18.49998220466],[-88.4901228502793,18.48683055264172],[-88.84834387892658,17.883198147040332],[-89.02985734735176,18.00151133877256],[-89.15090938999549,17.955467637600407],[-89.14308041050333,17.808318996649405],[-90.0679335192309,17.81932607672752],[-91.00151994501596,17.817594916245696],[-91.00226925328417,17.25465770107428],[-91.45392127151511,17.252177232324186],[-91.0816700915006,16.91847667079952],[-90.71182186558764,16.687483018454767],[-90.60084672724093,16.47077789963879],[-90.438866950222,16.41010976812811],[-90.46447262242265,16.069562079324726],[-91.74796017125595,16.066564846251765],[-92.2292486234063,15.251446641495873],[-92.08721594925203,15.064584662328512],[-92.20322953974727,14.83010285080411],[-92.22775000686983,14.538828640190957],[-93.35946387406176,15.615429592343672],[-93.87516883011851,15.940164292865914],[-94.69165646033014,16.200975246642884],[-95.25022701697304,16.128318182840644],[-96.05338212765331,15.752087917539596],[-96.55743404822829,15.65351512294279],[-97.26359249549665,15.917064927631316],[-98.01302995480961,16.107311713113912],[-98.94767574745651,16.566043402568763],[-99.69739742714705,16.70616404872817],[-100.82949886758131,17.17107107184205],[-101.66608862995446,17.649026394109626],[-101.91852800170022,17.916090196193977],[-102.47813208698891,17.975750637275098],[-103.50098954955808,18.29229462327885],[-103.91752743204682,18.74857168220001],[-104.9920096504755,19.316133938061682],[-105.49303849976144,19.946767279535436],[-105.73139604370766,20.434101874264115],[-105.39777299683135,20.531718654863425],[-105.50066077352443,20.81689504646613],[-105.27075232625793,21.07628489835514],[-105.26581722697402,21.42210358325235],[-105.6031609769754,21.871145941652568],[-105.69341386597313,22.269080308516152],[-106.02871639689897,22.773752346278627],[-106.90998043498837,23.767774359628902],[-107.91544877809139,24.54891531015295],[-108.40190487347098,25.17231395110593],[-109.26019873740665,25.58060944264406],[-109.44408932171734,25.824883938087677],[-109.29164384645627,26.442934068298428],[-109.80145768923182,26.676175645447927],[-110.3917317370857,27.16211497650454],[-110.64101884646163,27.859876003525528],[-111.17891883018785,27.941240546169066],[-111.75960689985163,28.46795258230395],[-112.2282346260904,28.95440867768349],[-112.27182369672869,29.266844387320074],[-112.80959448937398,30.021113593052345],[-113.16381059451868,30.78688080496943],[-113.14866939985717,31.17096588797892],[-113.87188106978186,31.567608344035193],[-114.2057366606035,31.52404511161313],[-114.77645117883503,31.799532172161147],[-114.93669979537212,31.3934846054276],[-114.77123185917351,30.913617255165267],[-114.67389929895177,30.162681179315992],[-114.33097449426292,29.75043244070741],[-113.58887508833544,29.061611436473015],[-113.42405310754054,28.82617361095123],[-113.27196936730553,28.7547826197399],[-113.14003943566439,28.411289374295958],[-112.9622983467965,28.42519033458251],[-112.76158708377488,27.780216783147523],[-112.45791052941166,27.52581370697476],[-112.2449519519368,27.17172679291076],[-111.6164890206192,26.662817287700477],[-111.28467464887302,25.732589830014433],[-110.98781938357239,25.294606228124564],[-110.71000688357134,24.82600434010186],[-110.65504899782887,24.298594672131117],[-110.17285620811343,24.265547593680424],[-109.77184709352855,23.811182562754198],[-109.4091043770557,23.36467234953625],[-109.43339230023292,23.1855876734287],[-109.85421932660171,22.818271592698068],[-110.03139197471444,22.823077500901206],[-110.29507097048366,23.43097321216669],[-110.94950130902805,24.00096426034599],[-111.67056840701268,24.484423122652515],[-112.18203589562147,24.738412787367167],[-112.14898881717085,25.47012523040405],[-112.3007108223797,26.012004299416613],[-112.77729671919155,26.32195954030317],[-113.46467078332194,26.768185533143424],[-113.59672990604383,26.639459540304472],[-113.84893673384424,26.90006378835244],[-114.46574662968003,27.142090358991368],[-115.055142178185,27.72272675222291],[-114.98225257043741,27.798200181585116],[-114.57036556685495,27.74148529714489],[-114.19932878299925,28.115002549750553],[-114.16201839888463,28.566111965442303],[-114.93184221073663,29.279479275015486],[-115.518653937627,29.556361599235398],[-115.88736528202958,30.180793768834178],[-116.25835038945293,30.83646434175358],[-116.72152625208498,31.635743720012044],[-117.12775999999985,32.53534],[-115.99135,32.61239000000012],[-114.72139,32.72083],[-114.815,32.52528],[-113.30498,32.03914],[-111.02361,31.33472],[-109.035,31.341940000000136],[-108.24194,31.34222],[-108.24,31.75485371816637],[-106.50759,31.75452],[-106.1429,31.39995],[-105.63159,31.08383],[-105.03737,30.64402],[-104.70575,30.12173],[-104.4569699999999,29.57196],[-103.94,29.27],[-103.11,28.97],[-102.48,29.76],[-101.6624,29.7793],[-100.9576,29.380710000000132],[-100.45584,28.696120000000118],[-100.11,28.110000000000127],[-99.52,27.54],[-99.3,26.84],[-99.02,26.37],[-98.24,26.06],[-97.53,25.84],[-97.14000830767071,25.869997463478395]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Nicaragua","sov_a3":"NIC","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Nicaragua","adm0_a3":"NIC","geou_dif":0,"geounit":"Nicaragua","gu_a3":"NIC","su_dif":0,"subunit":"Nicaragua","su_a3":"NIC","brk_diff":0,"name":"Nicaragua","name_long":"Nicaragua","brk_a3":"NIC","brk_name":"Nicaragua","brk_group":null,"abbrev":"Nic.","postal":"NI","formal_en":"Republic of Nicaragua","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Nicaragua","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":9,"pop_est":5891199,"gdp_md_est":16790,"pop_year":-99,"lastcensus":2005,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"NI","iso_a3":"NIC","iso_n3":"558","un_a3":"558","wb_a2":"NI","wb_a3":"NIC","woe_id":-99,"adm0_a3_is":"NIC","adm0_a3_us":"NIC","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"NIC.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-85.7125404528073,11.088444932494824],[-86.05848832878526,11.403438625529944],[-86.52584998243296,11.806876532432597],[-86.74599158399633,12.143961900272487],[-87.16751624220116,12.458257961471656],[-87.66849341505471,12.909909979702633],[-87.5574666002756,13.064551703336065],[-87.39238623731923,12.914018256069838],[-87.31665442579549,12.984685777228975],[-87.00576900912756,13.025794379117157],[-86.88055701368437,13.254204209847245],[-86.7338217841916,13.263092556201443],[-86.7550866360797,13.754845485890913],[-86.5207081774199,13.77848745366444],[-86.31214209668993,13.77135610600817],[-86.0962638007906,14.038187364147248],[-85.80129472526859,13.83605499923759],[-85.69866533073693,13.960078436738087],[-85.51441301140025,14.079011745657837],[-85.1653645494848,14.354369615125078],[-85.14875057650296,14.560196844943619],[-85.05278744173692,14.551541042534723],[-84.9245006985724,14.790492865452352],[-84.82003679069435,14.819586696832669],[-84.64958207877962,14.666805324761754],[-84.4493359036486,14.621614284722495],[-84.22834164095241,14.748764146376658],[-83.97572140169359,14.749435939996461],[-83.62858496777292,14.880073960830302],[-83.48998877636612,15.016267198135536],[-83.14721900097413,14.99582916916411],[-83.23323442252394,14.899866034398102],[-83.2841615465476,14.6766238468972],[-83.18212643098728,14.31070302983845],[-83.41249996614445,13.970077826386557],[-83.51983191601468,13.567699286345883],[-83.55220720084554,13.127054348193086],[-83.49851538769427,12.869292303921227],[-83.47332312695198,12.419087225794428],[-83.62610449902292,12.320850328007566],[-83.71961300325506,11.893124497927726],[-83.65085751009072,11.629032090700118],[-83.8554703437504,11.373311265503787],[-83.80893571647155,11.103043524617274],[-83.65561174186158,10.938764146361422],[-83.89505449088595,10.726839097532446],[-84.19017859570485,10.793450018756674],[-84.35593075228104,10.999225572142905],[-84.67306901725627,11.082657172078143],[-84.90300330273895,10.952303371621896],[-85.56185197624418,11.217119248901597],[-85.7125404528073,11.088444932494824]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Panama","sov_a3":"PAN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Panama","adm0_a3":"PAN","geou_dif":0,"geounit":"Panama","gu_a3":"PAN","su_dif":0,"subunit":"Panama","su_a3":"PAN","brk_diff":0,"name":"Panama","name_long":"Panama","brk_a3":"PAN","brk_name":"Panama","brk_group":null,"abbrev":"Pan.","postal":"PA","formal_en":"Republic of Panama","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Panama","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":6,"mapcolor13":3,"pop_est":3360474,"gdp_md_est":38830,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PA","iso_a3":"PAN","iso_n3":"591","un_a3":"591","wb_a2":"PA","wb_a3":"PAN","woe_id":-99,"adm0_a3_is":"PAN","adm0_a3_us":"PAN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"PAN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-77.88157141794525,7.223771267114785],[-78.21493608266012,7.512254950384161],[-78.42916073272607,8.052041123888927],[-78.18209570993864,8.319182440621773],[-78.4354652574657,8.38770538984079],[-78.62212053090394,8.718124497915028],[-79.12030717641375,8.996092027213022],[-79.55787736684519,8.932374986197146],[-79.76057817251004,8.5845150822244],[-80.16448116730334,8.333315944853595],[-80.38265906443961,8.298408514840432],[-80.4806892564973,8.09030752200107],[-80.00368994822716,7.547524115423371],[-80.276670701809,7.419754136581715],[-80.42115800649708,7.271571966984764],[-80.8864009264208,7.220541490096537],[-81.05954281281473,7.817921047390596],[-81.18971574575795,7.647905585150339],[-81.51951473664468,7.706610012233909],[-81.72131120474445,8.108962714058435],[-82.13144120962892,8.175392767769635],[-82.39093441438257,8.29236237226229],[-82.82008134635042,8.290863755725823],[-82.85095801464482,8.073822740099956],[-82.96578304719736,8.225027980985985],[-82.91317643912421,8.42351715741907],[-82.82977067740516,8.62629547773237],[-82.86865719270477,8.807266343618522],[-82.71918311230053,8.925708726431495],[-82.92715491405916,9.074330145702916],[-82.93289099804358,9.476812038608173],[-82.54619625520348,9.566134751824677],[-82.18712256542341,9.20744863528678],[-82.20758643261095,8.9955752628901],[-81.80856686066929,8.950616766796173],[-81.71415401887204,9.031955471223583],[-81.43928707551154,8.786234035675719],[-80.94730160187676,8.858503526235905],[-80.52190121125008,9.111072089062432],[-79.91459977895599,9.31276520429762],[-79.57330278188431,9.611610012241526],[-79.02119177927793,9.552931423374105],[-79.05845048696037,9.454565334506526],[-78.50088762074719,9.420458889193881],[-78.05592770049802,9.2477304142583],[-77.72951351592641,8.946844387238869],[-77.35336076527385,8.67050466555807],[-77.47472286651133,8.524286200388218],[-77.24256649444008,7.935278225125444],[-77.43110795765699,7.638061224798735],[-77.75341386586139,7.709839789252142],[-77.88157141794525,7.223771267114785]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"United States of America","sov_a3":"US1","adm0_dif":1,"level":2,"type":"Dependency","admin":"Puerto Rico","adm0_a3":"PRI","geou_dif":0,"geounit":"Puerto Rico","gu_a3":"PRI","su_dif":0,"subunit":"Puerto Rico","su_a3":"PRI","brk_diff":0,"name":"Puerto Rico","name_long":"Puerto Rico","brk_a3":"PRI","brk_name":"Puerto Rico","brk_group":null,"abbrev":"P.R.","postal":"PR","formal_en":"Commonwealth of Puerto Rico","formal_fr":null,"note_adm0":"Commonwealth of U.S.A.","note_brk":null,"name_sort":"Puerto Rico","name_alt":null,"mapcolor7":4,"mapcolor8":5,"mapcolor9":1,"mapcolor13":1,"pop_est":3971020,"gdp_md_est":70230,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"PR","iso_a3":"PRI","iso_n3":"630","un_a3":"630","wb_a2":"PR","wb_a3":"PRI","woe_id":-99,"adm0_a3_is":"PRI","adm0_a3_us":"PRI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":11,"long_len":11,"abbrev_len":4,"tiny":-99,"homepart":-99,"filename":"PRI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-66.28243445500821,18.514761664295364],[-65.7713028632093,18.426679185453878],[-65.59100379094295,18.228034979723915],[-65.84716386581377,17.97590566657186],[-66.59993445500949,17.981822618069273],[-67.18416236028527,17.946553453030077],[-67.24242753769435,18.374460150622937],[-67.10067908391774,18.52060110114435],[-66.28243445500821,18.514761664295364]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"El Salvador","sov_a3":"SLV","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"El Salvador","adm0_a3":"SLV","geou_dif":0,"geounit":"El Salvador","gu_a3":"SLV","su_dif":0,"subunit":"El Salvador","su_a3":"SLV","brk_diff":0,"name":"El Salvador","name_long":"El Salvador","brk_a3":"SLV","brk_name":"El Salvador","brk_group":null,"abbrev":"El. S.","postal":"SV","formal_en":"Republic of El Salvador","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"El Salvador","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":6,"mapcolor13":8,"pop_est":7185218,"gdp_md_est":43630,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SV","iso_a3":"SLV","iso_n3":"222","un_a3":"222","wb_a2":"SV","wb_a3":"SLV","woe_id":-99,"adm0_a3_is":"SLV","adm0_a3_us":"SLV","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Central America","region_wb":"Latin America & Caribbean","name_len":11,"long_len":11,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"SLV.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-87.79311113152657,13.384480495655055],[-87.90411210808952,13.149016831917137],[-88.48330156121682,13.163951320849492],[-88.8432279121297,13.259733588102478],[-89.2567427233293,13.458532823129303],[-89.81239356154767,13.520622056527998],[-90.09555457229098,13.735337632700734],[-90.0646779039966,13.881969509328924],[-89.72193396682073,14.134228013561694],[-89.53421932652051,14.244815578666305],[-89.58734269891654,14.362586167859488],[-89.35332597528279,14.424132798719116],[-89.05851192905766,14.340029405164085],[-88.84307288283284,14.140506700085169],[-88.541230841816,13.980154730683479],[-88.50399797234971,13.845485948130857],[-88.06534257684012,13.964625962779778],[-87.8595153470216,13.893312486216983],[-87.72350297722939,13.785050360565506],[-87.79311113152657,13.384480495655055]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Trinidad and Tobago","sov_a3":"TTO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Trinidad and Tobago","adm0_a3":"TTO","geou_dif":0,"geounit":"Trinidad and Tobago","gu_a3":"TTO","su_dif":0,"subunit":"Trinidad and Tobago","su_a3":"TTO","brk_diff":0,"name":"Trinidad and Tobago","name_long":"Trinidad and Tobago","brk_a3":"TTO","brk_name":"Trinidad and Tobago","brk_group":null,"abbrev":"Tr.T.","postal":"TT","formal_en":"Republic of Trinidad and Tobago","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Trinidad and Tobago","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":2,"mapcolor13":5,"pop_est":1310000,"gdp_md_est":29010,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"TT","iso_a3":"TTO","iso_n3":"780","un_a3":"780","wb_a2":"TT","wb_a3":"TTO","woe_id":-99,"adm0_a3_is":"TTO","adm0_a3_us":"TTO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Caribbean","region_wb":"Latin America & Caribbean","name_len":19,"long_len":19,"abbrev_len":5,"tiny":2,"homepart":1,"filename":"TTO.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-61.68,10.76],[-61.105,10.89],[-60.895,10.855],[-60.935,10.11],[-61.77,10],[-61.95,10.09],[-61.66,10.365],[-61.68,10.76]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"United States of America","sov_a3":"US1","adm0_dif":1,"level":2,"type":"Country","admin":"United States of America","adm0_a3":"USA","geou_dif":0,"geounit":"United States of America","gu_a3":"USA","su_dif":0,"subunit":"United States of America","su_a3":"USA","brk_diff":0,"name":"United States","name_long":"United States","brk_a3":"USA","brk_name":"United States","brk_group":null,"abbrev":"U.S.A.","postal":"US","formal_en":"United States of America","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"United States of America","name_alt":null,"mapcolor7":4,"mapcolor8":5,"mapcolor9":1,"mapcolor13":1,"pop_est":313973000,"gdp_md_est":15094000,"pop_year":0,"lastcensus":2010,"gdp_year":0,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":0,"fips_10":null,"iso_a2":"US","iso_a3":"USA","iso_n3":"840","un_a3":"840","wb_a2":"US","wb_a3":"USA","woe_id":-99,"adm0_a3_is":"USA","adm0_a3_us":"USA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"North America","region_un":"Americas","subregion":"Northern America","region_wb":"North America","name_len":13,"long_len":13,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"USA.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-155.54211,19.08348],[-155.68817,18.91619],[-155.93665,19.05939],[-155.90806,19.33888],[-156.07347,19.70294],[-156.02368,19.81422],[-155.85008,19.97729],[-155.91907,20.17395],[-155.86108,20.26721],[-155.78505,20.2487],[-155.40214,20.07975],[-155.22452,19.99302],[-155.06226,19.8591],[-154.80741,19.50871],[-154.83147,19.45328],[-155.22217,19.23972],[-155.54211,19.08348]]],[[[-156.07926,20.64397],[-156.41445,20.57241],[-156.58673,20.783],[-156.70167,20.8643],[-156.71055,20.92676],[-156.61258,21.01249],[-156.25711,20.91745],[-155.99566,20.76404],[-156.07926,20.64397]]],[[[-156.75824,21.17684],[-156.78933,21.06873],[-157.32521,21.09777],[-157.25027,21.21958],[-156.75824,21.17684]]],[[[-157.65283,21.32217],[-157.70703,21.26442],[-157.7786,21.27729],[-158.12667,21.31244],[-158.2538,21.53919],[-158.29265,21.57912],[-158.0252,21.71696],[-157.94161,21.65272],[-157.65283,21.32217]]],[[[-159.34512,21.982],[-159.46372,21.88299],[-159.80051,22.06533],[-159.74877,22.1382],[-159.5962,22.23618],[-159.36569,22.21494],[-159.34512,21.982]]],[[[-94.81758,49.38905],[-94.63999999999987,48.84000000000012],[-94.32914,48.67074000000011],[-93.63087,48.60926],[-92.61,48.45],[-91.64,48.14],[-90.82999999999986,48.27],[-89.6,48.010000000000105],[-89.27291744663668,48.01980825458284],[-88.37811418328653,48.30291758889382],[-87.43979262330024,47.94],[-86.46199083122815,47.55333801939204],[-85.65236324740323,47.22021881773051],[-84.87607988151485,46.90008331968238],[-84.77923824739983,46.63710195574913],[-84.54374874544567,46.53868419044923],[-84.6049,46.4396],[-84.3367,46.40877000000011],[-84.1421195136733,46.51222585711574],[-84.09185126416148,46.27541860613826],[-83.89076534700567,46.116926988299156],[-83.6161309475905,46.116926988299156],[-83.46955074739463,45.99468638771259],[-83.59285071484308,45.81689362241255],[-82.55092464875818,45.34751658790545],[-82.33776312543108,44.44],[-82.13764238150397,43.57108755144],[-82.43,42.9800000000001],[-82.89999999999989,42.43000000000015],[-83.11999999999989,42.08],[-83.14199968131256,41.975681057293],[-83.02981014680694,41.83279572200601],[-82.69008928092018,41.675105088867326],[-82.43927771679162,41.675105088867326],[-81.27774654816707,42.20902598730686],[-80.24744767934784,42.36619985612267],[-78.9393621487437,42.86361135514812],[-78.92,42.965],[-79.00999999999988,43.27],[-79.17167355011188,43.46633942318431],[-78.72027991404238,43.62508942318496],[-77.73788509795762,43.62905558936339],[-76.82003414580558,43.628784288093755],[-76.5,44.018458893758606],[-76.375,44.09631],[-75.31821,44.816450000000174],[-74.867,45.000480000000124],[-73.34783,45.00738],[-71.50505999999987,45.0082000000001],[-71.405,45.25500000000014],[-71.08482,45.30524000000017],[-70.6599999999998,45.46],[-70.305,45.915],[-69.99997,46.69307],[-69.237216,47.447781],[-68.905,47.185],[-68.23444,47.35486],[-67.79046,47.06636],[-67.79134,45.70281000000014],[-67.13741,45.13753],[-66.96466,44.80970000000016],[-68.03252,44.3252],[-69.05999999999989,43.98],[-70.11617,43.684050000000155],[-70.645475633411,43.09023834896405],[-70.81489,42.8653],[-70.825,42.335],[-70.495,41.805],[-70.08,41.78],[-70.185,42.145],[-69.88497,41.92283000000012],[-69.96503,41.63717000000017],[-70.64,41.475],[-71.12039,41.49445000000017],[-71.85999999999984,41.32],[-72.295,41.27],[-72.87643,41.22065],[-73.71,40.93110235165449],[-72.24126,41.11948000000015],[-71.94499999999982,40.93],[-73.345,40.63],[-73.982,40.628],[-73.952325,40.75075],[-74.25671,40.47351],[-73.96244,40.42763],[-74.17838,39.70926],[-74.90604,38.93954],[-74.98041,39.1964],[-75.20002,39.248450000000105],[-75.52805,39.4985],[-75.32,38.96],[-75.0718347647898,38.78203223017928],[-75.05673,38.40412000000012],[-75.37747,38.01551],[-75.94023,37.21689],[-76.03127,37.2566],[-75.72204999999978,37.93705000000011],[-76.23287,38.319215],[-76.35,39.15],[-76.542725,38.71761500000011],[-76.32933,38.08326],[-76.98999793161354,38.23999176691339],[-76.30162,37.917945],[-76.25874,36.96640000000011],[-75.9718,36.89726],[-75.86803999999984,36.55125],[-75.72749,35.55074000000013],[-76.36318,34.80854000000013],[-77.39763499999988,34.51201],[-78.05496,33.92547],[-78.55434999999983,33.86133000000012],[-79.06067,33.49395],[-79.20357,33.15839],[-80.301325,32.509355],[-80.86498,32.0333],[-81.33629,31.44049],[-81.49042,30.72999000000013],[-81.31371,30.035520000000105],[-80.98,29.180000000000117],[-80.53558499999988,28.47213],[-80.5299999999998,28.040000000000106],[-80.05653928497756,26.880000000000138],[-80.088015,26.205765],[-80.13155999999987,25.816775],[-80.38103,25.20616],[-80.67999999999988,25.08],[-81.17213,25.201260000000133],[-81.33,25.64],[-81.70999999999981,25.87],[-82.24,26.730000000000132],[-82.70515,27.49504],[-82.85526,27.88624],[-82.65,28.550000000000153],[-82.92999999999988,29.100000000000136],[-83.70959,29.93656],[-84.1,30.090000000000117],[-85.10882,29.63615],[-85.28784,29.68612000000013],[-85.7731,30.152610000000124],[-86.39999999999988,30.40000000000012],[-87.53036,30.27433],[-88.41782,30.3849],[-89.18048999999984,30.31598],[-89.59383117841978,30.15999400483685],[-89.413735,29.89419],[-89.43,29.48864],[-89.21767,29.29108],[-89.40823,29.15961],[-89.77928,29.307140000000143],[-90.15463,29.11743],[-90.880225,29.148535000000123],[-91.62678499999987,29.67700000000013],[-92.49906,29.5523],[-93.22637,29.78375],[-93.84842,29.71363],[-94.69,29.480000000000132],[-95.60026,28.73863],[-96.59404,28.30748],[-97.13999999999982,27.83],[-97.37,27.38],[-97.37999999999987,26.69],[-97.33,26.21000000000012],[-97.13999999999982,25.87],[-97.52999999999989,25.84],[-98.24,26.060000000000116],[-99.01999999999988,26.37],[-99.3,26.84],[-99.51999999999987,27.54],[-100.11,28.110000000000127],[-100.45584,28.696120000000118],[-100.9576,29.380710000000132],[-101.6624,29.779300000000116],[-102.48,29.76],[-103.11,28.97],[-103.94,29.27],[-104.45696999999984,29.57196],[-104.70575,30.12173],[-105.03737,30.64402],[-105.63159,31.08383000000012],[-106.1429,31.39995],[-106.50758999999982,31.75452],[-108.24,31.7548537181664],[-108.24194,31.34222],[-109.035,31.34194000000016],[-111.02361,31.33472],[-113.30498,32.03914],[-114.815,32.52528],[-114.72138999999986,32.72083],[-115.9913499999999,32.61239000000014],[-117.12775999999978,32.53534],[-117.29593769127388,33.04622461520389],[-117.944,33.621236431201396],[-118.41060227589749,33.740909223124504],[-118.51989482279971,34.02778157757575],[-119.081,34.078],[-119.43884064201669,34.3484771782843],[-120.36778,34.44711],[-120.62286,34.60855],[-120.74433,35.15686000000011],[-121.71456999999988,36.16153],[-122.54747,37.551760000000115],[-122.51201,37.78339000000013],[-122.95319,38.11371000000011],[-123.7272,38.95166000000012],[-123.86517,39.76699000000013],[-124.39807,40.3132],[-124.17886,41.142020000000116],[-124.2137,41.99964000000014],[-124.53284,42.7659900000001],[-124.14214,43.70838],[-124.020535,44.615895],[-123.89893,45.52341],[-124.079635,46.86475],[-124.39567,47.72017000000011],[-124.68721008300783,48.18443298339855],[-124.56610107421876,48.3797149658204],[-123.12,48.04],[-122.58736,47.096],[-122.34,47.36],[-122.5,48.18],[-122.84,49.000000000000114],[-120,49.000000000000114],[-117.03121,49.000000000000114],[-116.04818,49.000000000000114],[-113,49.000000000000114],[-110.04999999999983,49.000000000000114],[-107.05,49.000000000000114],[-104.04826,48.99986],[-100.65,49.000000000000114],[-97.22872000000471,49.00070000000011],[-95.15906950917196,49.000000000000114],[-95.15609,49.38425],[-94.81758,49.38905]]],[[[-153.0063140533369,57.11584219016589],[-154.0050902984581,56.73467682558106],[-154.5164027577701,56.9927489284467],[-154.67099280497115,57.46119578717249],[-153.76277950744148,57.81657461204377],[-153.2287294179211,57.968968410872435],[-152.56479061583514,57.901427313866975],[-152.1411472239063,57.59105866152199],[-153.0063140533369,57.11584219016589]]],[[[-165.57916419173358,59.90998688418755],[-166.19277014876727,59.754440822988975],[-166.848337368822,59.94140615502096],[-167.45527706609008,60.21306915957938],[-166.46779212142462,60.38416982689778],[-165.67442969466367,60.293606879306246],[-165.57916419173358,59.90998688418755]]],[[[-171.7316568675394,63.78251536727592],[-171.1144335602452,63.592191067144995],[-170.4911124339407,63.69497549097352],[-169.68250545965358,63.431115627691156],[-168.6894394603007,63.2975062120006],[-168.7719408844546,63.18859813094545],[-169.52943986720504,62.9769314642779],[-170.29055620021597,63.194437567794466],[-170.67138566799088,63.37582184513897],[-171.55306311753867,63.317789211675084],[-171.7911106028912,63.405845852300494],[-171.7316568675394,63.78251536727592]]],[[[-155.06779029032424,71.1477763943237],[-154.34416520894123,70.6964085964702],[-153.90000627339262,70.8899885118357],[-152.2100060699353,70.82999217394485],[-152.27000240782615,70.60000621202985],[-150.73999243874454,70.43001658800571],[-149.72000301816752,70.53001048449045],[-147.61336157935708,70.2140349392418],[-145.6899898002253,70.12000967068676],[-144.92001095907642,69.9899917670405],[-143.5894461804252,70.15251414659832],[-142.07251034871342,69.85193817817265],[-140.98598752156073,69.71199839952638],[-140.9859883290049,69.71199839952638],[-140.9924987520294,66.00002859156868],[-140.99776974812312,60.30639679629861],[-140.0129978161531,60.27683787702759],[-139.03900042031586,60.000007229240026],[-138.34089,59.56211000000016],[-137.4525,58.905000000000115],[-136.4797200000001,59.46389],[-135.47583,59.78778],[-134.945,59.27056000000013],[-134.27111,58.86111],[-133.35554888220722,58.410285142645165],[-132.73042,57.69289000000011],[-131.70780999999988,56.55212],[-130.00778,55.91583],[-129.9799942633583,55.28499787049722],[-130.53611018946725,54.8027534043494],[-131.08581823797215,55.17890615500204],[-131.9672114671423,55.49777558045906],[-132.25001074285947,56.36999624289746],[-133.53918108435641,57.17888743756214],[-134.07806292029605,58.1230675319669],[-135.03821103227907,58.18771474876393],[-136.62806230995466,58.21220937767046],[-137.80000627968604,58.49999542910379],[-139.867787041413,59.53776154238915],[-140.82527381713305,59.727517401765084],[-142.57444353556446,60.08444651960499],[-143.9588809948799,59.9991804063234],[-145.92555681682785,60.45860972761429],[-147.11437394914668,60.88465607364463],[-148.22430620012767,60.672989406977166],[-148.01806555885076,59.97832896589363],[-148.5708225168609,59.914172675203304],[-149.72785783587585,59.70565827090556],[-150.60824337461645,59.36821116803949],[-151.71639278868332,59.15582103131999],[-151.85943315326716,59.744984035879604],[-151.4097190012472,60.72580272077939],[-150.34694149473253,61.03358755150986],[-150.62111080625698,61.284424953854455],[-151.89583919981686,60.72719798445129],[-152.5783298410956,60.06165721296429],[-154.01917212625762,59.35027944603428],[-153.28751135965317,58.8647276882198],[-154.2324924387585,58.14637360293054],[-155.30749142151024,57.72779450136633],[-156.3083347239231,57.42277435976365],[-156.55609737854633,56.979984849670636],[-158.11721655986776,56.46360809999419],[-158.43332129619716,55.99415355083855],[-159.60332739971744,55.56668610292012],[-160.2897196116342,55.643580634170576],[-161.2230476552578,55.364734605523495],[-162.23776607974108,55.02418691672011],[-163.06944658104638,54.68973704692717],[-164.7855692210272,54.40417308208217],[-164.94222632552004,54.57222483989534],[-163.84833960676568,55.03943146424612],[-162.87000139061593,55.348043117893205],[-161.80417497459604,55.89498647727043],[-160.56360470278116,56.00805451112504],[-160.0705598622845,56.41805532492876],[-158.68444291891944,57.01667511659787],[-158.46109737855394,57.21692129172888],[-157.7227703521839,57.57000051536306],[-157.55027442119356,58.32832632103023],[-157.041674974577,58.91888458926172],[-158.19473120830548,58.61580231386984],[-158.5172179840231,58.78778148053732],[-159.05860612692874,58.424186102931685],[-159.71166704001735,58.93139028587634],[-159.9812888255002,58.57254914004164],[-160.35527116599653,59.07112335879364],[-161.35500342511506,58.670837714260756],[-161.96889360252635,58.67166453717738],[-162.05498653872468,59.26692536074745],[-161.87417070213536,59.6336213242906],[-162.5180590484921,59.98972361921391],[-163.81834143782015,59.79805573184339],[-164.66221757714646,60.26748444278265],[-165.34638770247483,60.50749563256241],[-165.35083187565186,61.07389516869751],[-166.12137915755596,61.500019029376226],[-165.73445187077053,62.074996853271806],[-164.91917863671785,62.63307648380793],[-164.56250790103934,63.14637848576305],[-163.75333248599702,63.21944896102377],[-163.0672244944579,63.05945872664802],[-162.26055538638172,63.54193573674117],[-161.5344498362486,63.455816962326764],[-160.77250668032113,63.766108100023274],[-160.95833513084256,64.22279857040277],[-161.5180684072122,64.40278758407531],[-160.77777767641476,64.78860382756642],[-161.39192623598763,64.77723501246234],[-162.45305009666885,64.55944468856822],[-162.7577860178941,64.33860545516882],[-163.5463942128843,64.5591604681905],[-164.96082984114517,64.44694509546885],[-166.42528825586447,64.68667206487072],[-166.84500423893905,65.08889557561453],[-168.11056006576717,65.66999705673675],[-166.70527116602196,66.0883177761394],[-164.4747096425755,66.5766600612975],[-163.65251176659564,66.5766600612975],[-163.78860165103617,66.07720734319668],[-161.67777442121016,66.11611969671242],[-162.48971452538,66.73556509059512],[-163.71971696679108,67.1163945583701],[-164.4309913808565,67.6163382025778],[-165.39028683170676,68.04277212185025],[-166.76444068099602,68.35887685817968],[-166.20470740462662,68.88303091091618],[-164.4308105133435,68.91553538682774],[-163.16861365461452,69.3711148139129],[-162.93056616926202,69.85806183539927],[-161.90889726463553,70.33332998318764],[-160.9347965159337,70.44768992784958],[-159.03917578838715,70.89164215766894],[-158.11972286683397,70.82472117785105],[-156.58082455139805,71.35776357694175],[-155.06779029032424,71.1477763943237]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Argentina","sov_a3":"ARG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Argentina","adm0_a3":"ARG","geou_dif":0,"geounit":"Argentina","gu_a3":"ARG","su_dif":0,"subunit":"Argentina","su_a3":"ARG","brk_diff":0,"name":"Argentina","name_long":"Argentina","brk_a3":"ARG","brk_name":"Argentina","brk_group":null,"abbrev":"Arg.","postal":"AR","formal_en":"Argentine Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Argentina","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":3,"mapcolor13":13,"pop_est":40913584,"gdp_md_est":573900,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"AR","iso_a3":"ARG","iso_n3":"032","un_a3":"032","wb_a2":"AR","wb_a3":"ARG","woe_id":-99,"adm0_a3_is":"ARG","adm0_a3_us":"ARG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ARG.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-65.5,-55.2],[-66.45,-55.25],[-66.95992,-54.89681],[-67.56244,-54.87001],[-68.63335,-54.8695],[-68.63401022758316,-52.63637045887445],[-68.25,-53.1],[-67.75,-53.85],[-66.45,-54.45],[-65.05,-54.7],[-65.5,-55.2]]],[[[-64.96489213729458,-22.075861504812348],[-64.37702104354227,-22.798091322523547],[-63.98683814152247,-21.993644301035957],[-62.846468471921554,-22.034985446869456],[-62.6850571356579,-22.249029229422405],[-60.84656470400994,-23.8807125790383],[-60.02896603050399,-24.032796319273245],[-58.80712846539495,-24.771459242453275],[-57.77721716981796,-25.16233977630904],[-57.63366004091114,-25.60365650808167],[-58.61817359071972,-27.12371876394712],[-57.60975969097615,-27.395898532828426],[-56.48670162619299,-27.54849903738625],[-55.6958455063982,-27.38783700939082],[-54.78879492859505,-26.621785577096087],[-54.625290696823555,-25.739255466415486],[-54.13004960795441,-25.54763925547725],[-53.62834896504873,-26.124865004177437],[-53.648735317587885,-26.92347258881611],[-54.49072526713553,-27.474756768505767],[-55.1622863429846,-27.88191537853342],[-56.2908996242391,-28.852760512000852],[-57.62513342958291,-30.216294854454244],[-57.87493730328191,-31.016556084926165],[-58.14244035504075,-32.04450367607619],[-58.13264767112142,-33.040566908502015],[-58.34961117209883,-33.263188978815435],[-58.42707414410438,-33.90945444105755],[-58.49544206402654,-34.43148976007011],[-57.225829637263644,-35.28802662530789],[-57.362358771378744,-35.977390232081504],[-56.73748735210546,-36.41312590916658],[-56.78828528504834,-36.901571547189334],[-57.74915686708343,-38.183870538079915],[-59.231857062401865,-38.720220228837206],[-61.23744523786561,-38.928424574541154],[-62.33595699731015,-38.82770720800437],[-62.12576310896293,-39.424104913084875],[-62.330530971919444,-40.17258635840032],[-62.14599443220524,-40.67689666113674],[-62.745802781816984,-41.02876148861209],[-63.77049475773253,-41.166789239263665],[-64.73208980981971,-40.802677097335135],[-65.11803524439159,-41.06431487402888],[-64.97856055363584,-42.05800099056932],[-64.30340796574248,-42.359016208669495],[-63.75594784204235,-42.04368661882451],[-63.45805904809589,-42.563138116222355],[-64.3788038804563,-42.87355844499964],[-65.1818039618397,-43.495380954767796],[-65.32882341171013,-44.501366062193696],[-65.5652689276616,-45.03678557716979],[-66.50996578638936,-45.03962778094584],[-67.29379391139244,-45.5518962542552],[-67.58054643418009,-46.30177296324254],[-66.59706641301726,-47.03392465595381],[-65.64102657740145,-47.236134535511894],[-65.98508826360074,-48.13328907653114],[-67.16617896184766,-48.697337334996945],[-67.81608761256646,-49.86966887797042],[-68.72874508327317,-50.26421843851887],[-69.1385391913478,-50.7325102679478],[-68.81556148952353,-51.771104011594105],[-68.14999487982041,-52.3499834061277],[-68.57154537624135,-52.29944385534626],[-69.49836218939609,-52.14276091263725],[-71.91480383979635,-52.009022305865926],[-72.32940385607404,-51.42595631287241],[-72.30997351753237,-50.677009779666356],[-72.97574683296463,-50.74145029073431],[-73.32805091011448,-50.37878508890987],[-73.41543575712004,-49.31843637471296],[-72.64824744331494,-48.87861825947679],[-72.33116085477195,-48.244238376661826],[-72.44735531278027,-47.73853281025353],[-71.91725847033021,-46.8848381487918],[-71.55200944689125,-45.56073292417713],[-71.65931555854533,-44.97368865334144],[-71.22277889675973,-44.784242852559416],[-71.32980078803621,-44.40752166115169],[-71.79362260607195,-44.20717213315611],[-71.46405615913051,-43.78761117937833],[-71.91542395698391,-43.40856454851742],[-72.14889807807853,-42.25488819760139],[-71.74680375841547,-42.051386407235995],[-71.91573401557756,-40.83233936947073],[-71.68076127794646,-39.80816415787807],[-71.41351660834904,-38.916022230791114],[-70.81466427273472,-38.55299529394074],[-71.11862504747543,-37.5768274879472],[-71.1218806627098,-36.65812387466234],[-70.36476925320167,-36.005088799789945],[-70.38804948594908,-35.16968759535944],[-69.81730912950147,-34.193571465798286],[-69.81477698431921,-33.27388600029985],[-70.07439938015364,-33.09120981214803],[-70.53506893581945,-31.365010267870286],[-69.91900834825192,-30.336339206668313],[-70.01355038112987,-29.36792286551855],[-69.65613033718314,-28.459141127233693],[-69.00123491074828,-27.52121388113613],[-68.2955415513704,-26.89933969493579],[-68.59479977077268,-26.506908868111267],[-68.38600114609736,-26.185016371365233],[-68.41765296087613,-24.518554782816878],[-67.32844295924414,-24.02530323659091],[-66.98523393417764,-22.98634856536283],[-67.10667355006362,-22.7359245744764],[-66.27333940292485,-21.832310479420684],[-64.96489213729458,-22.075861504812348]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Brazil","sov_a3":"BRA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Brazil","adm0_a3":"BRA","geou_dif":0,"geounit":"Brazil","gu_a3":"BRA","su_dif":0,"subunit":"Brazil","su_a3":"BRA","brk_diff":0,"name":"Brazil","name_long":"Brazil","brk_a3":"BRA","brk_name":"Brazil","brk_group":null,"abbrev":"Brazil","postal":"BR","formal_en":"Federative Republic of Brazil","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Brazil","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":5,"mapcolor13":7,"pop_est":198739269,"gdp_md_est":1993000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"3. Emerging region: BRIC","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BR","iso_a3":"BRA","iso_n3":"076","un_a3":"076","wb_a2":"BR","wb_a3":"BRA","woe_id":-99,"adm0_a3_is":"BRA","adm0_a3_us":"BRA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"BRA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-57.62513342958296,-30.216294854454258],[-56.29089962423908,-28.85276051200089],[-55.16228634298457,-27.881915378533463],[-54.490725267135524,-27.47475676850579],[-53.648735317587885,-26.923472588816086],[-53.62834896504874,-26.124865004177472],[-54.13004960795439,-25.547639255477254],[-54.625290696823576,-25.73925546641551],[-54.42894609233059,-25.162184747012166],[-54.29347632507745,-24.570799655863965],[-54.29295956075451,-24.02101409271073],[-54.652834235235126,-23.83957813893396],[-55.02790178080954,-24.001273695575225],[-55.40074723979542,-23.956935316668805],[-55.517639329639636,-23.571997572526634],[-55.610682745981144,-22.655619398694842],[-55.79795813660691,-22.356929620047822],[-56.47331743022939,-22.086300144135283],[-56.8815095689029,-22.28215382252148],[-57.937155727761294,-22.090175876557172],[-57.87067399761779,-20.73268767668195],[-58.166392381408045,-20.176700941653678],[-57.85380164247451,-19.969995212486186],[-57.949997321185826,-19.40000416430682],[-57.67600887717431,-18.961839694904025],[-57.498371141170985,-18.174187513911292],[-57.734558274961,-17.55246835700777],[-58.28080400250226,-17.271710300366017],[-58.38805843772404,-16.877109063385276],[-58.24121985536669,-16.299573256091293],[-60.158389655179036,-16.258283786690082],[-60.542965664295146,-15.093910414289596],[-60.251148851142936,-15.077218926659322],[-60.26432634137736,-14.64597909918364],[-60.45919816755003,-14.354007256734555],[-60.503304002511136,-13.775954685117659],[-61.08412126325565,-13.479383640194598],[-61.71320431176078,-13.489202162330052],[-62.127080857986385,-13.198780612849724],[-62.80306026879638,-13.000653171442686],[-63.19649878605057,-12.627032565972433],[-64.3163529120316,-12.461978041232191],[-65.40228146021303,-11.566270440317153],[-65.32189876978302,-10.895872084194679],[-65.44483700220539,-10.511451104375432],[-65.33843522811642,-9.76198780684639],[-66.64690833196279,-9.931331475466862],[-67.17380123561074,-10.30681243249961],[-68.04819230820539,-10.712059014532485],[-68.27125362819326,-11.01452117273682],[-68.78615759954948,-11.03638030359628],[-69.52967810736496,-10.951734307502194],[-70.0937522040469,-11.123971856331012],[-70.54868567572841,-11.009146823778465],[-70.48189388699117,-9.490118096558845],[-71.30241227892154,-10.079436130415374],[-72.18489071316984,-10.053597914269432],[-72.56303300646564,-9.520193780152717],[-73.22671342639016,-9.462212823121234],[-73.01538265653254,-9.03283334720806],[-73.57105933296707,-8.424446709835834],[-73.98723548042966,-7.523829847853064],[-73.7234014553635,-7.340998630404414],[-73.72448666044164,-6.91859547285064],[-73.1200274319236,-6.629930922068239],[-73.21971126981461,-6.089188734566078],[-72.96450720894119,-5.741251315944893],[-72.89192765978726,-5.274561455916981],[-71.74840572781655,-4.593982842633011],[-70.92884334988358,-4.401591485210368],[-70.7947688463023,-4.251264743673303],[-69.89363521999663,-4.298186944194327],[-69.44410193548961,-1.556287123219818],[-69.42048580593223,-1.122618503426409],[-69.5770653957766,-0.549991957200163],[-70.02065589057005,-0.185156345219539],[-70.0155657619893,0.541414292804205],[-69.45239600287246,0.706158758950693],[-69.25243404811906,0.602650865070075],[-69.21863766140018,0.985676581217433],[-69.80459672715773,1.089081122233466],[-69.81697323269162,1.714805202639624],[-67.86856502955884,1.692455145673392],[-67.53781002467468,2.03716278727633],[-67.25999752467358,1.719998684084956],[-67.0650481838525,1.130112209473225],[-66.87632585312258,1.253360500489336],[-66.32576514348496,0.724452215982012],[-65.54826738143757,0.78925446207603],[-65.35471330428837,1.0952822941085],[-64.61101192895985,1.328730576987042],[-64.19930579289051,1.49285492594602],[-64.08308549666609,1.91636912679408],[-63.36878801131166,2.200899562993129],[-63.42286739770512,2.411067613124174],[-64.26999915226578,2.497005520025567],[-64.40882788761792,3.126786200366624],[-64.36849443221409,3.797210394705246],[-64.81606401229402,4.056445217297423],[-64.62865943058755,4.14848094320925],[-63.88834286157416,4.020530096854571],[-63.0931975978991,3.770571193858785],[-62.804533047116706,4.006965033377952],[-62.08542965355914,4.162123521334308],[-60.96689327660153,4.536467596856639],[-60.60117916527194,4.91809804933213],[-60.73357418480372,5.200277207861901],[-60.21368343773133,5.244486395687602],[-59.98095862490488,5.014061184098139],[-60.11100236676737,4.574966538914083],[-59.767405768458715,4.423502915866607],[-59.53803992373123,3.958802598481938],[-59.81541317405786,3.606498521332085],[-59.97452490908456,2.755232652188056],[-59.71854570172674,2.24963043864436],[-59.64604366722126,1.786893825686789],[-59.03086157900265,1.317697658692722],[-58.5400129868783,1.268088283692521],[-58.42947709820596,1.463941962078721],[-58.11344987652502,1.507195135907025],[-57.66097103537737,1.682584947105639],[-57.335822923396904,1.94853770589576],[-56.78270423036083,1.863710842288654],[-56.539385748914555,1.899522609866921],[-55.99569800477175,1.817667141116601],[-55.905600145070885,2.02199575439866],[-56.0733418442903,2.220794989425499],[-55.973322109589375,2.510363877773017],[-55.569755011606,2.421506252447131],[-55.09758744975514,2.523748073736613],[-54.52475419779971,2.311848863123785],[-54.08806250671724,2.105556545414629],[-53.77852067728892,2.376702785650082],[-53.55483924011354,2.334896551925951],[-53.4184651352953,2.053389187015981],[-52.939657151894956,2.124857692875636],[-52.55642473001842,2.504705308437053],[-52.249337531123956,3.241094468596245],[-51.65779741067888,4.156232408053029],[-51.31714636901086,4.203490505383954],[-51.069771287629656,3.650397650564031],[-50.508875291533656,1.901563828942457],[-49.97407589374506,1.736483465986069],[-49.947100796088705,1.046189683431223],[-50.699251268096916,0.222984117021682],[-50.38821082213214,-0.078444512536819],[-48.62056677915631,-0.235489190271821],[-48.58449662941659,-1.237805271005001],[-47.824956427590635,-0.5816179337628],[-46.566583624851226,-0.941027520352776],[-44.905703090990414,-1.551739597178134],[-44.417619187993665,-2.137750339367976],[-44.58158850765578,-2.691308282078524],[-43.418791266440195,-2.383110039889793],[-41.47265682632825,-2.912018324397116],[-39.97866533055404,-2.873054294449041],[-38.50038347019657,-3.700652357603395],[-37.2232521225352,-4.820945733258917],[-36.45293738457639,-5.109403578312153],[-35.59779578301047,-5.149504489770648],[-35.23538896334756,-5.464937432480247],[-34.89602983248683,-6.738193047719711],[-34.729993455533034,-7.343220716992966],[-35.12821204277422,-8.996401462442286],[-35.636966518687714,-9.649281508017815],[-37.046518724097,-11.040721123908801],[-37.68361161960736,-12.171194756725823],[-38.42387651218844,-13.038118584854288],[-38.673887091616514,-13.057652276260619],[-38.953275722802545,-13.793369642800023],[-38.88229814304965,-15.667053724838768],[-39.16109249526431,-17.208406670808472],[-39.2673392400564,-17.867746270420483],[-39.58352149103423,-18.262295830968938],[-39.76082333022764,-19.59911345792741],[-40.77474077001034,-20.904511814052423],[-40.94475623225061,-21.937316989837807],[-41.754164191238225,-22.370675551037458],[-41.98828426773655,-22.970070489190892],[-43.07470374202475,-22.96769337330547],[-44.64781185563781,-23.351959323827842],[-45.35213578955991,-23.796841729428582],[-46.47209326840554,-24.08896860117454],[-47.64897233742066,-24.885199069927722],[-48.4954581365777,-25.877024834905654],[-48.64100480812774,-26.623697605090932],[-48.47473588722865,-27.17591196056189],[-48.661520351747626,-28.186134535435716],[-48.88845740415739,-28.674115085567884],[-49.587329474472675,-29.224469089476337],[-50.696874152211485,-30.984465020472957],[-51.576226162306156,-31.77769825615321],[-52.256081305538046,-32.24536996839466],[-52.712099982297694,-33.19657805759118],[-53.373661668498244,-33.768377780900764],[-53.6505439927181,-33.20200408298183],[-53.209588995971544,-32.727666110974724],[-53.787951626182185,-32.047242526987624],[-54.57245154480512,-31.494511407193748],[-55.601510179249345,-30.853878676071393],[-55.97324459494093,-30.883075860316303],[-56.97602576356473,-30.109686374636127],[-57.62513342958296,-30.216294854454258]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Bolivia","sov_a3":"BOL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Bolivia","adm0_a3":"BOL","geou_dif":0,"geounit":"Bolivia","gu_a3":"BOL","su_dif":0,"subunit":"Bolivia","su_a3":"BOL","brk_diff":0,"name":"Bolivia","name_long":"Bolivia","brk_a3":"BOL","brk_name":"Bolivia","brk_group":null,"abbrev":"Bolivia","postal":"BO","formal_en":"Plurinational State of Bolivia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bolivia","name_alt":null,"mapcolor7":1,"mapcolor8":5,"mapcolor9":2,"mapcolor13":3,"pop_est":9775246,"gdp_md_est":43270,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BO","iso_a3":"BOL","iso_n3":"068","un_a3":"068","wb_a2":"BO","wb_a3":"BOL","woe_id":-99,"adm0_a3_is":"BOL","adm0_a3_us":"BOL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":7,"long_len":7,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"BOL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-62.846468471921554,-22.03498544686945],[-63.98683814152247,-21.99364430103595],[-64.37702104354226,-22.79809132252354],[-64.9648921372946,-22.075861504812327],[-66.27333940292485,-21.83231047942072],[-67.1066735500636,-22.735924574476414],[-67.82817989772273,-22.872918796482175],[-68.21991309271128,-21.494346612231865],[-68.75716712103375,-20.372657972904463],[-68.44222510443092,-19.40506845467143],[-68.96681840684187,-18.981683444904107],[-69.10024695501949,-18.260125420812674],[-69.59042375352405,-17.580011895419332],[-68.9596353827533,-16.50069793057127],[-69.38976416693471,-15.660129082911654],[-69.16034664577495,-15.323973890853019],[-69.33953467474701,-14.953195489158832],[-68.9488866848366,-14.453639418193283],[-68.92922380234954,-13.602683607643007],[-68.88007951523997,-12.899729099176653],[-68.66507971868961,-12.561300144097173],[-69.52967810736496,-10.951734307502194],[-68.78615759954948,-11.03638030359628],[-68.27125362819326,-11.01452117273682],[-68.04819230820539,-10.712059014532485],[-67.17380123561074,-10.30681243249961],[-66.64690833196279,-9.931331475466862],[-65.33843522811642,-9.76198780684639],[-65.44483700220539,-10.511451104375432],[-65.32189876978302,-10.895872084194679],[-65.40228146021303,-11.566270440317153],[-64.3163529120316,-12.461978041232191],[-63.19649878605057,-12.627032565972433],[-62.80306026879638,-13.000653171442686],[-62.127080857986385,-13.198780612849724],[-61.71320431176078,-13.489202162330052],[-61.08412126325565,-13.479383640194598],[-60.503304002511136,-13.775954685117659],[-60.45919816755003,-14.354007256734555],[-60.26432634137736,-14.64597909918364],[-60.251148851142936,-15.077218926659322],[-60.542965664295146,-15.093910414289596],[-60.158389655179036,-16.258283786690082],[-58.24121985536669,-16.299573256091293],[-58.38805843772404,-16.877109063385276],[-58.28080400250226,-17.271710300366017],[-57.734558274961,-17.55246835700777],[-57.498371141170985,-18.174187513911292],[-57.67600887717431,-18.961839694904025],[-57.949997321185826,-19.40000416430682],[-57.85380164247451,-19.969995212486186],[-58.166392381408045,-20.176700941653678],[-58.183471442280506,-19.868399346600363],[-59.115042487206104,-19.356906019775398],[-60.04356462262649,-19.342746677327426],[-61.786326463453776,-19.633736667562964],[-62.26596126977079,-20.513734633061276],[-62.29117936872922,-21.05163461678739],[-62.685057135657885,-22.249029229422387],[-62.846468471921554,-22.03498544686945]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Chile","sov_a3":"CHL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Chile","adm0_a3":"CHL","geou_dif":0,"geounit":"Chile","gu_a3":"CHL","su_dif":0,"subunit":"Chile","su_a3":"CHL","brk_diff":0,"name":"Chile","name_long":"Chile","brk_a3":"CHL","brk_name":"Chile","brk_group":null,"abbrev":"Chile","postal":"CL","formal_en":"Republic of Chile","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Chile","name_alt":null,"mapcolor7":5,"mapcolor8":1,"mapcolor9":5,"mapcolor13":9,"pop_est":16601707,"gdp_md_est":244500,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CL","iso_a3":"CHL","iso_n3":"152","un_a3":"152","wb_a2":"CL","wb_a3":"CHL","woe_id":-99,"adm0_a3_is":"CHL","adm0_a3_us":"CHL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"CHL.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-68.63401022758316,-52.63637045887437],[-68.6333499999999,-54.8695],[-67.56244,-54.87001],[-66.95992,-54.89681],[-67.29102999999989,-55.30124],[-68.14862999999986,-55.61183],[-68.63999081081181,-55.58001799908689],[-69.2321,-55.49906],[-69.95809,-55.19843],[-71.00568,-55.05383],[-72.2639,-54.49514],[-73.2852,-53.95751999999989],[-74.66253,-52.83749],[-73.8381,-53.04743],[-72.43418,-53.7154],[-71.10773,-54.07433],[-70.59177999999979,-53.61583],[-70.26748,-52.93123],[-69.34564999999989,-52.5183],[-68.63401022758316,-52.63637045887437]]],[[[-68.21991309271124,-21.494346612231837],[-67.82817989772266,-22.87291879648218],[-67.10667355006362,-22.7359245744764],[-66.98523393417764,-22.98634856536283],[-67.32844295924414,-24.02530323659091],[-68.41765296087613,-24.518554782816878],[-68.38600114609736,-26.185016371365233],[-68.59479977077268,-26.506908868111267],[-68.2955415513704,-26.89933969493579],[-69.00123491074828,-27.52121388113613],[-69.65613033718314,-28.459141127233693],[-70.01355038112987,-29.36792286551855],[-69.91900834825192,-30.336339206668313],[-70.53506893581945,-31.365010267870286],[-70.07439938015364,-33.09120981214803],[-69.81477698431921,-33.27388600029985],[-69.81730912950147,-34.193571465798286],[-70.38804948594908,-35.16968759535944],[-70.36476925320167,-36.005088799789945],[-71.1218806627098,-36.65812387466234],[-71.11862504747543,-37.5768274879472],[-70.81466427273472,-38.55299529394074],[-71.41351660834904,-38.916022230791114],[-71.68076127794646,-39.80816415787807],[-71.91573401557756,-40.83233936947073],[-71.74680375841547,-42.051386407235995],[-72.14889807807853,-42.25488819760139],[-71.91542395698391,-43.40856454851742],[-71.46405615913051,-43.78761117937833],[-71.79362260607195,-44.20717213315611],[-71.32980078803621,-44.40752166115169],[-71.22277889675973,-44.784242852559416],[-71.65931555854533,-44.97368865334144],[-71.55200944689125,-45.56073292417713],[-71.91725847033021,-46.8848381487918],[-72.44735531278027,-47.73853281025353],[-72.33116085477195,-48.244238376661826],[-72.64824744331494,-48.87861825947679],[-73.41543575712004,-49.31843637471296],[-73.32805091011448,-50.37878508890987],[-72.97574683296463,-50.74145029073431],[-72.30997351753237,-50.677009779666356],[-72.32940385607404,-51.42595631287241],[-71.91480383979635,-52.009022305865926],[-69.49836218939609,-52.14276091263725],[-68.57154537624135,-52.29944385534626],[-69.46128434922664,-52.29195077266393],[-69.94277950710614,-52.53793059037325],[-70.84510169135453,-52.899200528525725],[-71.00633216010525,-53.83325204220135],[-71.42979468452094,-53.85645476030039],[-72.55794287788486,-53.531410001184454],[-73.70275672066288,-52.83506926860725],[-73.70275672066288,-52.8350700760515],[-74.94676347522515,-52.26275358841903],[-75.2600260077785,-51.629354750373224],[-74.9766324530898,-51.04339568461569],[-75.4797541978835,-50.37837167745156],[-75.60801510283196,-48.6737728818718],[-75.18276974150213,-47.71191944762316],[-74.1265809801047,-46.9392534319951],[-75.64439531116545,-46.64764332457203],[-74.69215369332306,-45.76397633238098],[-74.35170935738427,-44.103044122087894],[-73.2403560045152,-44.454960625995625],[-72.71780392117978,-42.383355808278985],[-73.38889990913825,-42.11753224056957],[-73.70133561877486,-43.365776462579745],[-74.33194312203258,-43.22495818458441],[-74.01795711942717,-41.794812920906836],[-73.67709937202997,-39.942212823243125],[-73.21759253609068,-39.258688653318515],[-73.50555945503706,-38.28288258235107],[-73.58806087919109,-37.156284681956016],[-73.1667170884993,-37.12378020604435],[-72.55313696968173,-35.508840020491036],[-71.86173214383257,-33.90909270603153],[-71.43845048692992,-32.41889942803083],[-71.66872066922244,-30.92064462659252],[-71.37008256700773,-30.095682061485004],[-71.48989437527646,-28.861442152625912],[-70.90512386746158,-27.6403797340012],[-70.72495398627598,-25.70592416758721],[-70.40396582709505,-23.628996677344542],[-70.09124589708067,-21.393319187101223],[-70.16441972520599,-19.756468194256186],[-70.37257239447774,-18.347975355708883],[-69.85844356960581,-18.092693780187034],[-69.590423753524,-17.58001189541929],[-69.10024695501943,-18.260125420812656],[-68.96681840684184,-18.981683444904093],[-68.44222510443095,-19.405068454671422],[-68.75716712103372,-20.372657972904477],[-68.21991309271124,-21.494346612231837]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"United Kingdom","sov_a3":"GB1","adm0_dif":1,"level":2,"type":"Dependency","admin":"Falkland Islands","adm0_a3":"FLK","geou_dif":0,"geounit":"Falkland Islands","gu_a3":"FLK","su_dif":0,"subunit":"Falkland Islands","su_a3":"FLK","brk_diff":1,"name":"Falkland Is.","name_long":"Falkland Islands","brk_a3":"B12","brk_name":"Falkland Is.","brk_group":null,"abbrev":"Flk. Is.","postal":"FK","formal_en":"Falkland Islands","formal_fr":null,"note_adm0":"U.K.","note_brk":"Admin. by U.K.; Claimed by Argentina","name_sort":"Falkland Islands","name_alt":"Islas Malvinas","mapcolor7":6,"mapcolor8":6,"mapcolor9":6,"mapcolor13":3,"pop_est":3140,"gdp_md_est":105.1,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"FK","iso_a3":"FLK","iso_n3":"238","un_a3":"238","wb_a2":"-99","wb_a3":"-99","woe_id":-99,"adm0_a3_is":"FLK","adm0_a3_us":"FLK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":12,"long_len":16,"abbrev_len":8,"tiny":-99,"homepart":-99,"filename":"FLK.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-61.2,-51.85],[-60,-51.25],[-59.15,-51.5],[-58.55,-51.1],[-57.75,-51.55],[-58.05,-51.9],[-59.4,-52.2],[-59.85,-51.85],[-60.7,-52.3],[-61.2,-51.85]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Colombia","sov_a3":"COL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Colombia","adm0_a3":"COL","geou_dif":0,"geounit":"Colombia","gu_a3":"COL","su_dif":0,"subunit":"Colombia","su_a3":"COL","brk_diff":0,"name":"Colombia","name_long":"Colombia","brk_a3":"COL","brk_name":"Colombia","brk_group":null,"abbrev":"Col.","postal":"CO","formal_en":"Republic of Colombia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Colombia","name_alt":null,"mapcolor7":2,"mapcolor8":1,"mapcolor9":3,"mapcolor13":1,"pop_est":45644023,"gdp_md_est":395400,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CO","iso_a3":"COL","iso_n3":"170","un_a3":"170","wb_a2":"CO","wb_a3":"COL","woe_id":-99,"adm0_a3_is":"COL","adm0_a3_us":"COL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"COL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-75.37322323271385,-0.15203175212045],[-75.80146582711659,0.084801337073202],[-76.29231441924097,0.416047268064119],[-76.57637976754938,0.256935533037435],[-77.4249843004304,0.395686753741117],[-77.66861284047044,0.825893052570961],[-77.85506140817952,0.809925034992773],[-78.85525875518871,1.380923773601822],[-78.99093522817103,1.691369940595251],[-78.61783138702371,1.766404120283056],[-78.66211808949785,2.267355454920477],[-78.42761043975732,2.629555568854215],[-77.93154252797149,2.696605739752926],[-77.51043128122501,3.325016994638247],[-77.12768978545526,3.849636135265357],[-77.49627193877703,4.087606105969428],[-77.3076012844794,4.667984117039452],[-77.53322058786573,5.582811997902496],[-77.31881507028675,5.84535411216136],[-77.47666073272228,6.691116441266303],[-77.88157141794525,7.223771267114785],[-77.75341386586139,7.709839789252142],[-77.43110795765699,7.638061224798735],[-77.24256649444008,7.935278225125444],[-77.47472286651133,8.524286200388218],[-77.35336076527385,8.67050466555807],[-76.83667395700357,8.638749497914716],[-76.08638383655786,9.336820583529487],[-75.67460018584005,9.443248195834599],[-75.66470414905618,9.774003200718738],[-75.48042599150335,10.618990383339309],[-74.90689510771197,11.083044745320322],[-74.27675269234489,11.102035834187587],[-74.1972226630477,11.310472723836865],[-73.41476396350029,11.22701528568548],[-72.62783525255963,11.731971543825523],[-72.23819495307892,11.955549628136326],[-71.75409013536864,12.437303168177309],[-71.3998223537917,12.376040757695293],[-71.13746110704588,12.112981879113505],[-71.3315836249503,11.776284084515808],[-71.97392167833829,11.60867157637712],[-72.22757544624294,11.10870209395324],[-72.61465776232521,10.821975409381778],[-72.9052860175347,10.450344346554772],[-73.02760413276957,9.736770331252444],[-73.30495154488005,9.151999823437606],[-72.7887298245004,9.085027167187334],[-72.6604947577681,8.625287787302682],[-72.43986223009796,8.405275376820029],[-72.36090064155596,8.002638454617895],[-72.47967892117885,7.632506008327354],[-72.44448727078807,7.423784898300481],[-72.19835242378188,7.340430813013682],[-71.96017574734864,6.991614895043538],[-70.67423356798152,7.087784735538719],[-70.09331295437242,6.96037649172311],[-69.38947994655712,6.099860541198836],[-68.98531856960236,6.206804917826858],[-68.26505245631823,6.153268133972475],[-67.69508724635502,6.267318020040647],[-67.34143958196557,6.095468044454023],[-67.52153194850275,5.556870428891969],[-67.74469662135522,5.221128648291668],[-67.82301225449355,4.503937282728899],[-67.62183590358127,3.839481716319994],[-67.33756384954368,3.542342230641722],[-67.30317318385345,3.31845408773718],[-67.8099381171237,2.820655015469569],[-67.44709204778631,2.600280869960869],[-67.18129431829307,2.250638129074062],[-66.87632585312258,1.253360500489336],[-67.0650481838525,1.130112209473225],[-67.25999752467358,1.719998684084956],[-67.53781002467468,2.03716278727633],[-67.86856502955884,1.692455145673392],[-69.81697323269162,1.714805202639624],[-69.80459672715773,1.089081122233466],[-69.21863766140018,0.985676581217433],[-69.25243404811906,0.602650865070075],[-69.45239600287246,0.706158758950693],[-70.0155657619893,0.541414292804205],[-70.02065589057005,-0.185156345219539],[-69.5770653957766,-0.549991957200163],[-69.42048580593223,-1.122618503426409],[-69.44410193548961,-1.556287123219818],[-69.89363521999663,-4.298186944194327],[-70.39404395209499,-3.766591485207825],[-70.69268205430971,-3.742872002785859],[-70.04770850287485,-2.725156345229699],[-70.81347571479196,-2.256864515800743],[-71.41364579942979,-2.342802422702128],[-71.7747607082854,-2.169789727388938],[-72.32578650581365,-2.434218031426454],[-73.07039221870724,-2.308954359550953],[-73.6595035468346,-1.260491224781134],[-74.12239518908906,-1.002832533373848],[-74.44160051135597,-0.530820000819887],[-75.10662451852008,-0.05720549886486],[-75.37322323271385,-0.15203175212045]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Ecuador","sov_a3":"ECU","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ecuador","adm0_a3":"ECU","geou_dif":0,"geounit":"Ecuador","gu_a3":"ECU","su_dif":0,"subunit":"Ecuador","su_a3":"ECU","brk_diff":0,"name":"Ecuador","name_long":"Ecuador","brk_a3":"ECU","brk_name":"Ecuador","brk_group":null,"abbrev":"Ecu.","postal":"EC","formal_en":"Republic of Ecuador","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Ecuador","name_alt":null,"mapcolor7":1,"mapcolor8":5,"mapcolor9":2,"mapcolor13":12,"pop_est":14573101,"gdp_md_est":107700,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"EC","iso_a3":"ECU","iso_n3":"218","un_a3":"218","wb_a2":"EC","wb_a3":"ECU","woe_id":-99,"adm0_a3_is":"ECU","adm0_a3_us":"ECU","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ECU.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-80.30256059438722,-3.404856459164713],[-79.77029334178093,-2.65751189535964],[-79.98655921092241,-2.220794366061014],[-80.36878394236925,-2.685158786635788],[-80.96776546906436,-2.246942640800704],[-80.76480628123804,-1.965047702648533],[-80.9336590237517,-1.057454522306358],[-80.58337032746127,-0.906662692878683],[-80.39932471385376,-0.283703301600141],[-80.02089820018037,0.360340074053468],[-80.09060970734211,0.768428859862397],[-79.54276201039978,0.982937730305963],[-78.85525875518871,1.380923773601822],[-77.85506140817952,0.809925034992773],[-77.66861284047044,0.825893052570961],[-77.4249843004304,0.395686753741117],[-76.57637976754938,0.256935533037435],[-76.29231441924097,0.416047268064119],[-75.80146582711659,0.084801337073202],[-75.37322323271385,-0.15203175212045],[-75.23372270374193,-0.911416924649529],[-75.54499569365204,-1.56160979574588],[-76.63539425322672,-2.608677666843818],[-77.83790483265861,-3.003020521663103],[-78.45068396677564,-3.873096612161376],[-78.63989722361234,-4.547784112164074],[-79.20528906931771,-4.959128513207389],[-79.62497921417618,-4.454198093283494],[-80.02890804718561,-4.346090996928893],[-80.44224199087216,-4.425724379090674],[-80.46929460317695,-4.059286797708999],[-80.18401485870967,-3.821161797708044],[-80.30256059438722,-3.404856459164713]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Guyana","sov_a3":"GUY","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Guyana","adm0_a3":"GUY","geou_dif":0,"geounit":"Guyana","gu_a3":"GUY","su_dif":0,"subunit":"Guyana","su_a3":"GUY","brk_diff":0,"name":"Guyana","name_long":"Guyana","brk_a3":"GUY","brk_name":"Guyana","brk_group":null,"abbrev":"Guy.","postal":"GY","formal_en":"Co-operative Republic of Guyana","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Guyana","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":4,"mapcolor13":8,"pop_est":772298,"gdp_md_est":2966,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"GY","iso_a3":"GUY","iso_n3":"328","un_a3":"328","wb_a2":"GY","wb_a3":"GUY","woe_id":-99,"adm0_a3_is":"GUY","adm0_a3_us":"GUY","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"GUY.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-59.758284878159195,8.367034816924047],[-59.101684129458654,7.999201971870492],[-58.482962205628056,7.347691351750697],[-58.45487606467743,6.832787380394463],[-58.07810319683737,6.809093736188643],[-57.542218593970645,6.321268215353356],[-57.14743648947688,5.973149929219161],[-57.307245856339506,5.073566595882227],[-57.91428890647214,4.812626451024414],[-57.86020952007869,4.57680105226045],[-58.04469438336068,4.060863552258382],[-57.60156897645786,3.334654649260685],[-57.2814334784097,3.333491929534119],[-57.150097825739905,2.768926906745406],[-56.539385748914555,1.899522609866921],[-56.78270423036083,1.863710842288654],[-57.335822923396904,1.94853770589576],[-57.66097103537737,1.682584947105639],[-58.11344987652502,1.507195135907025],[-58.42947709820596,1.463941962078721],[-58.5400129868783,1.268088283692521],[-59.03086157900265,1.317697658692722],[-59.64604366722126,1.786893825686789],[-59.71854570172674,2.24963043864436],[-59.97452490908456,2.755232652188056],[-59.81541317405786,3.606498521332085],[-59.53803992373123,3.958802598481938],[-59.767405768458715,4.423502915866607],[-60.11100236676737,4.574966538914083],[-59.98095862490488,5.014061184098139],[-60.21368343773133,5.244486395687602],[-60.73357418480372,5.200277207861901],[-61.410302903881956,5.959068101419618],[-61.13941504580795,6.234296779806144],[-61.15933631045648,6.696077378766319],[-60.54399919294098,6.856584377464883],[-60.29566809756239,7.043911444522919],[-60.637972785063766,7.414999904810855],[-60.55058793805819,7.779602972846178],[-59.758284878159195,8.367034816924047]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Suriname","sov_a3":"SUR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Suriname","adm0_a3":"SUR","geou_dif":0,"geounit":"Suriname","gu_a3":"SUR","su_dif":0,"subunit":"Suriname","su_a3":"SUR","brk_diff":0,"name":"Suriname","name_long":"Suriname","brk_a3":"SUR","brk_name":"Suriname","brk_group":null,"abbrev":"Sur.","postal":"SR","formal_en":"Republic of Suriname","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Suriname","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":7,"mapcolor13":6,"pop_est":481267,"gdp_md_est":4254,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SR","iso_a3":"SUR","iso_n3":"740","un_a3":"740","wb_a2":"SR","wb_a3":"SUR","woe_id":-99,"adm0_a3_is":"SUR","adm0_a3_us":"SUR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SUR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-57.14743648947688,5.973149929219161],[-55.9493184067898,5.772877915872002],[-55.841779751190415,5.953125311706059],[-55.033250291551774,6.025291449401664],[-53.958044603070896,5.756548163267765],[-54.47863298197923,4.896755682795586],[-54.399542202356514,4.212611395683466],[-54.00693050801901,3.620037746592558],[-54.181726040246275,3.189779771330421],[-54.2697051662232,2.732391669115046],[-54.52475419779971,2.311848863123785],[-55.09758744975514,2.523748073736613],[-55.569755011606,2.421506252447131],[-55.973322109589375,2.510363877773017],[-56.0733418442903,2.220794989425499],[-55.905600145070885,2.02199575439866],[-55.99569800477175,1.817667141116601],[-56.539385748914555,1.899522609866921],[-57.150097825739905,2.768926906745406],[-57.2814334784097,3.333491929534119],[-57.60156897645786,3.334654649260685],[-58.04469438336068,4.060863552258382],[-57.86020952007869,4.57680105226045],[-57.91428890647214,4.812626451024414],[-57.307245856339506,5.073566595882227],[-57.14743648947688,5.973149929219161]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Paraguay","sov_a3":"PRY","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Paraguay","adm0_a3":"PRY","geou_dif":0,"geounit":"Paraguay","gu_a3":"PRY","su_dif":0,"subunit":"Paraguay","su_a3":"PRY","brk_diff":0,"name":"Paraguay","name_long":"Paraguay","brk_a3":"PRY","brk_name":"Paraguay","brk_group":null,"abbrev":"Para.","postal":"PY","formal_en":"Republic of Paraguay","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Paraguay","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":6,"mapcolor13":2,"pop_est":6995655,"gdp_md_est":28890,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PY","iso_a3":"PRY","iso_n3":"600","un_a3":"600","wb_a2":"PY","wb_a3":"PRY","woe_id":-99,"adm0_a3_is":"PRY","adm0_a3_us":"PRY","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"PRY.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-62.685057135657885,-22.249029229422387],[-62.29117936872922,-21.05163461678739],[-62.26596126977079,-20.513734633061276],[-61.786326463453776,-19.633736667562964],[-60.04356462262649,-19.342746677327426],[-59.115042487206104,-19.356906019775398],[-58.183471442280506,-19.868399346600363],[-58.166392381408045,-20.176700941653678],[-57.87067399761779,-20.73268767668195],[-57.937155727761294,-22.090175876557172],[-56.8815095689029,-22.28215382252148],[-56.47331743022939,-22.086300144135283],[-55.79795813660691,-22.356929620047822],[-55.610682745981144,-22.655619398694842],[-55.517639329639636,-23.571997572526634],[-55.40074723979542,-23.956935316668805],[-55.02790178080954,-24.001273695575225],[-54.652834235235126,-23.83957813893396],[-54.29295956075451,-24.02101409271073],[-54.29347632507745,-24.570799655863965],[-54.42894609233059,-25.162184747012166],[-54.625290696823576,-25.73925546641551],[-54.78879492859505,-26.621785577096134],[-55.69584550639816,-27.38783700939086],[-56.48670162619299,-27.548499037386293],[-57.60975969097615,-27.395898532828387],[-58.61817359071974,-27.123718763947096],[-57.633660040911124,-25.60365650808164],[-57.77721716981794,-25.16233977630904],[-58.80712846539498,-24.77145924245331],[-60.02896603050402,-24.032796319273274],[-60.84656470400991,-23.880712579038292],[-62.685057135657885,-22.249029229422387]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Peru","sov_a3":"PER","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Peru","adm0_a3":"PER","geou_dif":0,"geounit":"Peru","gu_a3":"PER","su_dif":0,"subunit":"Peru","su_a3":"PER","brk_diff":0,"name":"Peru","name_long":"Peru","brk_a3":"PER","brk_name":"Peru","brk_group":null,"abbrev":"Peru","postal":"PE","formal_en":"Republic of Peru","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Peru","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":4,"mapcolor13":11,"pop_est":29546963,"gdp_md_est":247300,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PE","iso_a3":"PER","iso_n3":"604","un_a3":"604","wb_a2":"PE","wb_a3":"PER","woe_id":-99,"adm0_a3_is":"PER","adm0_a3_us":"PER","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"PER.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-69.59042375352405,-17.580011895419332],[-69.85844356960587,-18.092693780187012],[-70.37257239447771,-18.34797535570887],[-71.37525021023691,-17.773798516513857],[-71.46204077827112,-17.363487644116383],[-73.44452958850042,-16.359362888252996],[-75.23788265654144,-15.265682875227782],[-76.00920508492995,-14.649286390850321],[-76.42346920439775,-13.82318694423243],[-76.25924150257416,-13.535039157772943],[-77.10619238962184,-12.22271615972082],[-78.09215287953464,-10.377712497604065],[-79.03695309112695,-8.386567884965892],[-79.44592037628485,-7.93083342858386],[-79.76057817251004,-7.194340915560083],[-80.53748165558608,-6.541667575713717],[-81.24999630402642,-6.136834405139183],[-80.92634680858244,-5.690556735866565],[-81.41094255239946,-4.736764825055459],[-81.09966956248937,-4.036394138203697],[-80.30256059438722,-3.404856459164713],[-80.18401485870967,-3.821161797708044],[-80.46929460317695,-4.059286797708999],[-80.44224199087216,-4.425724379090674],[-80.02890804718561,-4.346090996928893],[-79.62497921417618,-4.454198093283494],[-79.20528906931771,-4.959128513207389],[-78.63989722361234,-4.547784112164074],[-78.45068396677564,-3.873096612161376],[-77.83790483265861,-3.003020521663103],[-76.63539425322672,-2.608677666843818],[-75.54499569365204,-1.56160979574588],[-75.23372270374193,-0.911416924649529],[-75.37322323271385,-0.15203175212045],[-75.10662451852008,-0.05720549886486],[-74.44160051135597,-0.530820000819887],[-74.12239518908906,-1.002832533373848],[-73.6595035468346,-1.260491224781134],[-73.07039221870724,-2.308954359550953],[-72.32578650581365,-2.434218031426454],[-71.7747607082854,-2.169789727388938],[-71.41364579942979,-2.342802422702128],[-70.81347571479196,-2.256864515800743],[-70.04770850287485,-2.725156345229699],[-70.69268205430971,-3.742872002785859],[-70.39404395209499,-3.766591485207825],[-69.89363521999663,-4.298186944194327],[-70.7947688463023,-4.251264743673303],[-70.92884334988358,-4.401591485210368],[-71.74840572781655,-4.593982842633011],[-72.89192765978726,-5.274561455916981],[-72.96450720894119,-5.741251315944893],[-73.21971126981461,-6.089188734566078],[-73.1200274319236,-6.629930922068239],[-73.72448666044164,-6.91859547285064],[-73.7234014553635,-7.340998630404414],[-73.98723548042966,-7.523829847853064],[-73.57105933296707,-8.424446709835834],[-73.01538265653254,-9.03283334720806],[-73.22671342639016,-9.462212823121234],[-72.56303300646564,-9.520193780152717],[-72.18489071316984,-10.053597914269432],[-71.30241227892154,-10.079436130415374],[-70.48189388699117,-9.490118096558845],[-70.54868567572841,-11.009146823778465],[-70.0937522040469,-11.123971856331012],[-69.52967810736496,-10.951734307502194],[-68.66507971868961,-12.561300144097173],[-68.88007951523997,-12.899729099176653],[-68.92922380234954,-13.602683607643007],[-68.9488866848366,-14.453639418193283],[-69.33953467474701,-14.953195489158832],[-69.16034664577495,-15.323973890853019],[-69.38976416693471,-15.660129082911654],[-68.9596353827533,-16.50069793057127],[-69.59042375352405,-17.580011895419332]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Uruguay","sov_a3":"URY","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Uruguay","adm0_a3":"URY","geou_dif":0,"geounit":"Uruguay","gu_a3":"URY","su_dif":0,"subunit":"Uruguay","su_a3":"URY","brk_diff":0,"name":"Uruguay","name_long":"Uruguay","brk_a3":"URY","brk_name":"Uruguay","brk_group":null,"abbrev":"Ury.","postal":"UY","formal_en":"Oriental Republic of Uruguay","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Uruguay","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":2,"mapcolor13":10,"pop_est":3494382,"gdp_md_est":43160,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"UY","iso_a3":"URY","iso_n3":"858","un_a3":"858","wb_a2":"UY","wb_a3":"URY","woe_id":-99,"adm0_a3_is":"URY","adm0_a3_us":"URY","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"URY.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-57.62513342958296,-30.216294854454258],[-56.97602576356473,-30.109686374636127],[-55.97324459494093,-30.883075860316303],[-55.601510179249345,-30.853878676071393],[-54.57245154480512,-31.494511407193748],[-53.787951626182185,-32.047242526987624],[-53.209588995971544,-32.727666110974724],[-53.6505439927181,-33.20200408298183],[-53.373661668498244,-33.768377780900764],[-53.806425950726535,-34.396814874002224],[-54.93586605489773,-34.952646579733624],[-55.67408972840329,-34.75265878676407],[-56.21529700379607,-34.85983570733742],[-57.139685024633096,-34.430456231424245],[-57.8178606838155,-34.4625472958775],[-58.42707414410439,-33.90945444105757],[-58.34961117209887,-33.26318897881541],[-58.13264767112144,-33.040566908502015],[-58.14244035504076,-32.044503676076154],[-57.87493730328188,-31.016556084926208],[-57.62513342958296,-30.216294854454258]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Venezuela","sov_a3":"VEN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Venezuela","adm0_a3":"VEN","geou_dif":0,"geounit":"Venezuela","gu_a3":"VEN","su_dif":0,"subunit":"Venezuela","su_a3":"VEN","brk_diff":0,"name":"Venezuela","name_long":"Venezuela","brk_a3":"VEN","brk_name":"Venezuela","brk_group":null,"abbrev":"Ven.","postal":"VE","formal_en":"Bolivarian Republic of Venezuela","formal_fr":"República Bolivariana de Venezuela","note_adm0":null,"note_brk":null,"name_sort":"Venezuela, RB","name_alt":null,"mapcolor7":1,"mapcolor8":3,"mapcolor9":1,"mapcolor13":4,"pop_est":26814843,"gdp_md_est":357400,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"VE","iso_a3":"VEN","iso_n3":"862","un_a3":"862","wb_a2":"VE","wb_a3":"VEN","woe_id":-99,"adm0_a3_is":"VEN","adm0_a3_us":"VEN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"South America","region_un":"Americas","subregion":"South America","region_wb":"Latin America & Caribbean","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"VEN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-71.3315836249503,11.776284084515808],[-71.36000566271082,11.53999359786121],[-71.94704993354651,11.423282375530022],[-71.62086829292019,10.969459947142795],[-71.63306393094108,10.446494452349027],[-72.07417395698451,9.865651353388373],[-71.69564409044654,9.072263088411248],[-71.26455929226773,9.137194525585983],[-71.03999935574339,9.859992784052407],[-71.35008378771079,10.211935126176215],[-71.40062333849224,10.968969021036015],[-70.1552988349065,11.37548167566004],[-70.29384334988103,11.846822414594214],[-69.94324459499683,12.162307033736099],[-69.58430009629747,11.459610907431212],[-68.88299923366445,11.443384507691563],[-68.23327145045873,10.885744126829946],[-68.19412655299763,10.554653225135922],[-67.29624854192633,10.54586823164631],[-66.227864142508,10.648626817258688],[-65.65523759628175,10.200798855017323],[-64.89045223657817,10.0772146671913],[-64.32947872583374,10.38959870039568],[-64.31800655786495,10.64141795495398],[-63.07932247582874,10.7017243514386],[-61.880946010980196,10.715625311725104],[-62.73011898461641,10.420268662960906],[-62.388511928950976,9.94820445397464],[-61.58876746280193,9.873066921422264],[-60.83059668643172,9.38133982994894],[-60.67125240745973,8.580174261911878],[-60.15009558779618,8.602756862823426],[-59.758284878159195,8.367034816924047],[-60.55058793805819,7.779602972846178],[-60.637972785063766,7.414999904810855],[-60.29566809756239,7.043911444522919],[-60.54399919294098,6.856584377464883],[-61.15933631045648,6.696077378766319],[-61.13941504580795,6.234296779806144],[-61.410302903881956,5.959068101419618],[-60.73357418480372,5.200277207861901],[-60.60117916527194,4.91809804933213],[-60.96689327660153,4.536467596856639],[-62.08542965355914,4.162123521334308],[-62.804533047116706,4.006965033377952],[-63.0931975978991,3.770571193858785],[-63.88834286157416,4.020530096854571],[-64.62865943058755,4.14848094320925],[-64.81606401229402,4.056445217297423],[-64.36849443221409,3.797210394705246],[-64.40882788761792,3.126786200366624],[-64.26999915226578,2.497005520025567],[-63.42286739770512,2.411067613124174],[-63.36878801131166,2.200899562993129],[-64.08308549666609,1.91636912679408],[-64.19930579289051,1.49285492594602],[-64.61101192895985,1.328730576987042],[-65.35471330428837,1.0952822941085],[-65.54826738143757,0.78925446207603],[-66.32576514348496,0.724452215982012],[-66.87632585312258,1.253360500489336],[-67.18129431829307,2.250638129074062],[-67.44709204778631,2.600280869960869],[-67.8099381171237,2.820655015469569],[-67.30317318385345,3.31845408773718],[-67.33756384954368,3.542342230641722],[-67.62183590358127,3.839481716319994],[-67.82301225449355,4.503937282728899],[-67.74469662135522,5.221128648291668],[-67.52153194850275,5.556870428891969],[-67.34143958196557,6.095468044454023],[-67.69508724635502,6.267318020040647],[-68.26505245631823,6.153268133972475],[-68.98531856960236,6.206804917826858],[-69.38947994655712,6.099860541198836],[-70.09331295437242,6.96037649172311],[-70.67423356798152,7.087784735538719],[-71.96017574734864,6.991614895043538],[-72.19835242378188,7.340430813013682],[-72.44448727078807,7.423784898300481],[-72.47967892117885,7.632506008327354],[-72.36090064155596,8.002638454617895],[-72.43986223009796,8.405275376820029],[-72.6604947577681,8.625287787302682],[-72.7887298245004,9.085027167187334],[-73.30495154488005,9.151999823437606],[-73.02760413276957,9.736770331252444],[-72.9052860175347,10.450344346554772],[-72.61465776232521,10.821975409381778],[-72.22757544624294,11.10870209395324],[-71.97392167833829,11.60867157637712],[-71.3315836249503,11.776284084515808]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Angola","sov_a3":"AGO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Angola","adm0_a3":"AGO","geou_dif":0,"geounit":"Angola","gu_a3":"AGO","su_dif":0,"subunit":"Angola","su_a3":"AGO","brk_diff":0,"name":"Angola","name_long":"Angola","brk_a3":"AGO","brk_name":"Angola","brk_group":null,"abbrev":"Ang.","postal":"AO","formal_en":"People's Republic of Angola","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Angola","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":6,"mapcolor13":1,"pop_est":12799293,"gdp_md_est":110300,"pop_year":-99,"lastcensus":1970,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"AO","iso_a3":"AGO","iso_n3":"024","un_a3":"024","wb_a2":"AO","wb_a3":"AGO","woe_id":-99,"adm0_a3_is":"AGO","adm0_a3_us":"AGO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"AGO.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[16.326528354567046,-5.877470391466218],[16.57317996589614,-6.622644545115094],[16.86019087084523,-7.222297865429979],[17.08999596524717,-7.545688978712476],[17.472970004962292,-8.068551120641656],[18.13422163256905,-7.987677504104866],[18.464175652752687,-7.847014255406477],[19.01675174324967,-7.98824594486014],[19.166613396896082,-7.738183688999725],[19.417502475673217,-7.155428562044278],[20.037723016040218,-7.11636117923166],[20.09162153492062,-6.943090101756951],[20.601822950938327,-6.939317722199689],[20.51474816252653,-7.299605808138665],[21.728110792739756,-7.290872491081316],[21.746455926203367,-7.920084730667114],[21.94913089365204,-8.305900974158305],[21.801801385187957,-8.908706556842986],[21.875181919042404,-9.523707777548566],[22.208753289486424,-9.89479623783653],[22.155268182064333,-11.084801120653779],[22.402798292742432,-10.99307545333569],[22.83734541188477,-11.017621758674338],[23.456790805767465,-10.867863457892483],[23.912215203555746,-10.926826267137542],[24.017893507592614,-11.237298272347118],[23.90415368011824,-11.722281589406336],[24.079905226342902,-12.191296888887308],[23.930922072045377,-12.565847670138822],[24.016136508894704,-12.911046237848552],[21.933886346125945,-12.898437188369357],[21.887842644953878,-16.080310153876894],[22.56247846852429,-16.898451429921835],[23.215048455506093,-17.523116143465952],[21.377176141045595,-17.93063648851971],[18.95618696460363,-17.789094740472237],[18.26330936043422,-17.309950860262006],[14.209706658595051,-17.353100681225712],[14.058501417709039,-17.423380629142656],[13.462362094789967,-16.97121184658874],[12.814081251688407,-16.941342868724078],[12.215461460019384,-17.111668389558062],[11.734198846085148,-17.3018893368245],[11.64009606288161,-16.67314218512921],[11.778537224991567,-15.79381601325069],[12.123580763404448,-14.878316338767931],[12.175618930722266,-14.449143568583892],[12.500095249083017,-13.547699883684402],[12.738478631245442,-13.137905775609935],[13.312913852601838,-12.483630466362513],[13.633721144269828,-12.038644707897191],[13.738727654686926,-11.297863050993143],[13.686379428775297,-10.731075941615842],[13.38732791510216,-10.373578383020728],[13.120987583069875,-9.766897067914115],[12.875369500386569,-9.166933689005488],[12.929061313537801,-8.959091078327575],[13.236432732809874,-8.562629489784342],[12.933040398824316,-7.596538588087753],[12.72829837408392,-6.927122084178805],[12.227347039446443,-6.294447523629372],[12.322431674863566,-6.100092461779653],[12.735171339578699,-5.965682061388478],[13.02486941900699,-5.984388929878108],[13.375597364971895,-5.864241224799557],[16.326528354567046,-5.877470391466218]]],[[[12.436688266660923,-5.684303887559224],[12.18233686692028,-5.789930515163803],[11.914963006242116,-5.037986748884734],[12.318607618873926,-4.606230157086158],[12.62075971848455,-4.438023369976121],[12.995517205465205,-4.781103203961919],[12.631611769265845,-4.991271254092936],[12.468004184629763,-5.248361504744992],[12.436688266660923,-5.684303887559224]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Burundi","sov_a3":"BDI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Burundi","adm0_a3":"BDI","geou_dif":0,"geounit":"Burundi","gu_a3":"BDI","su_dif":0,"subunit":"Burundi","su_a3":"BDI","brk_diff":0,"name":"Burundi","name_long":"Burundi","brk_a3":"BDI","brk_name":"Burundi","brk_group":null,"abbrev":"Bur.","postal":"BI","formal_en":"Republic of Burundi","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Burundi","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":5,"mapcolor13":8,"pop_est":8988091,"gdp_md_est":3102,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"BI","iso_a3":"BDI","iso_n3":"108","un_a3":"108","wb_a2":"BI","wb_a3":"BDI","woe_id":-99,"adm0_a3_is":"BDI","adm0_a3_us":"BDI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"BDI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[29.339997592900346,-4.499983412294092],[29.276383904749053,-3.293907159034063],[29.024926385216787,-2.839257907730158],[29.632176141078588,-2.917857761246097],[29.938359002407942,-2.348486830254238],[30.469696079232985,-2.413857517103458],[30.527677036264464,-2.807631931167535],[30.7430127296247,-3.034284763199686],[30.75226281100495,-3.35932952231557],[30.505559523243566,-3.568567396665365],[30.116332635221173,-4.090137627787243],[29.753512404099922,-4.452389418153281],[29.339997592900346,-4.499983412294092]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Benin","sov_a3":"BEN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Benin","adm0_a3":"BEN","geou_dif":0,"geounit":"Benin","gu_a3":"BEN","su_dif":0,"subunit":"Benin","su_a3":"BEN","brk_diff":0,"name":"Benin","name_long":"Benin","brk_a3":"BEN","brk_name":"Benin","brk_group":null,"abbrev":"Benin","postal":"BJ","formal_en":"Republic of Benin","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Benin","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":2,"mapcolor13":12,"pop_est":8791832,"gdp_md_est":12830,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"BJ","iso_a3":"BEN","iso_n3":"204","un_a3":"204","wb_a2":"BJ","wb_a3":"BEN","woe_id":-99,"adm0_a3_is":"BEN","adm0_a3_us":"BEN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"BEN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[2.691701694356254,6.258817246928629],[1.865240512712319,6.142157701029731],[1.618950636409238,6.832038072126237],[1.664477573258381,9.12859039960938],[1.46304284018467,9.334624335157088],[1.425060662450136,9.825395412633],[1.077795037448738,10.175606594275024],[0.772335646171484,10.470808213742359],[0.899563022474069,10.99733938236426],[1.243469679376489,11.110510769083461],[1.447178175471066,11.547719224488858],[1.935985548519881,11.641150214072553],[2.154473504249921,11.940150051313337],[2.49016360841793,12.233052069543675],[2.848643019226671,12.235635891158267],[3.611180454125559,11.660167141155966],[3.572216424177469,11.327939357951518],[3.797112257511714,10.734745591673105],[3.600070021182801,10.332186184119408],[3.705438266625919,10.063210354040208],[3.220351596702101,9.4441525333997],[2.912308383810256,9.13760793704432],[2.723792758809509,8.50684540448971],[2.74906253420022,7.870734361192888],[2.691701694356254,6.258817246928629]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Burkina Faso","sov_a3":"BFA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Burkina Faso","adm0_a3":"BFA","geou_dif":0,"geounit":"Burkina Faso","gu_a3":"BFA","su_dif":0,"subunit":"Burkina Faso","su_a3":"BFA","brk_diff":0,"name":"Burkina Faso","name_long":"Burkina Faso","brk_a3":"BFA","brk_name":"Burkina Faso","brk_group":null,"abbrev":"B.F.","postal":"BF","formal_en":"Burkina Faso","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Burkina Faso","name_alt":null,"mapcolor7":2,"mapcolor8":1,"mapcolor9":5,"mapcolor13":11,"pop_est":15746232,"gdp_md_est":17820,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"BF","iso_a3":"BFA","iso_n3":"854","un_a3":"854","wb_a2":"BF","wb_a3":"BFA","woe_id":-99,"adm0_a3_is":"BFA","adm0_a3_us":"BFA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":12,"long_len":12,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"BFA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-2.827496303712707,9.642460842319778],[-3.511898972986273,9.90032623945622],[-3.980449184576685,9.8623440617217],[-4.330246954760383,9.61083486575714],[-4.779883592131966,9.821984768101743],[-4.954653286143099,10.152713934769736],[-5.404341599946974,10.370736802609146],[-5.470564947929006,10.951269842976048],[-5.197842576508648,11.37514577885014],[-5.220941941743121,11.713858954307227],[-4.427166103523803,12.542645575404295],[-4.28040503581488,13.228443508349741],[-4.006390753587226,13.472485459848116],[-3.522802700199861,13.337661647998615],[-3.10370683431276,13.541266791228594],[-2.967694464520577,13.79815033615151],[-2.191824510090385,14.246417548067356],[-2.001035122068771,14.559008287000891],[-1.066363491205664,14.973815009007765],[-0.515854458000348,15.116157741755726],[-0.26625729003058,14.924308986872148],[0.374892205414682,14.928908189346132],[0.295646396495101,14.444234930880654],[0.429927605805517,13.988733018443924],[0.993045688490071,13.335749620003824],[1.024103224297477,12.851825669806574],[2.177107781593776,12.625017808477534],[2.154473504249921,11.940150051313337],[1.935985548519881,11.641150214072553],[1.447178175471066,11.547719224488858],[1.243469679376489,11.110510769083461],[0.899563022474069,10.99733938236426],[0.023802524423701,11.018681748900804],[-0.438701544588582,11.09834096927872],[-0.761575893548183,10.936929633015055],[-1.203357713211431,11.009819240762738],[-2.940409308270461,10.962690334512558],[-2.963896246747112,10.395334784380083],[-2.827496303712707,9.642460842319778]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Botswana","sov_a3":"BWA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Botswana","adm0_a3":"BWA","geou_dif":0,"geounit":"Botswana","gu_a3":"BWA","su_dif":0,"subunit":"Botswana","su_a3":"BWA","brk_diff":0,"name":"Botswana","name_long":"Botswana","brk_a3":"BWA","brk_name":"Botswana","brk_group":null,"abbrev":"Bwa.","postal":"BW","formal_en":"Republic of Botswana","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Botswana","name_alt":null,"mapcolor7":6,"mapcolor8":5,"mapcolor9":7,"mapcolor13":3,"pop_est":1990876,"gdp_md_est":27060,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BW","iso_a3":"BWA","iso_n3":"072","un_a3":"072","wb_a2":"BW","wb_a3":"BWA","woe_id":-99,"adm0_a3_is":"BWA","adm0_a3_us":"BWA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Southern Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"BWA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[25.649163445750162,-18.53602589281899],[25.85039147309473,-18.714412937090536],[26.164790887158485,-19.29308562589494],[27.296504754350508,-20.391519870691],[27.724747348753255,-20.499058526290387],[27.72722781750326,-20.851801853114715],[28.021370070108617,-21.485975030200585],[28.794656202924212,-21.63945403410745],[29.43218834810904,-22.091312758067588],[28.01723595552525,-22.827753594659075],[27.119409620886245,-23.574323011979775],[26.786406691197413,-24.240690606383485],[26.4857532081233,-24.616326592713104],[25.94165205252216,-24.69637338633322],[25.76584882986521,-25.174845472923675],[25.66466637543772,-25.486816094669713],[25.025170525825786,-25.7196700985769],[24.211266717228792,-25.670215752873574],[23.73356977712271,-25.390129489851613],[23.312096795350186,-25.26868987396572],[22.8242712745149,-25.500458672794768],[22.57953169118059,-25.979447523708146],[22.105968865657868,-26.280256036079138],[21.60589603036939,-26.726533705351756],[20.88960900237174,-26.828542982695915],[20.66647016773544,-26.477453301704923],[20.758609246511835,-25.86813648855145],[20.165725538827186,-24.917961928000768],[19.895767856534434,-24.767790215760588],[19.89545779794068,-21.84915699634787],[20.881134067475866,-21.814327080983148],[20.910641310314535,-18.252218926672022],[21.655040317478978,-18.219146010005225],[23.1968583513393,-17.869038181227786],[23.579005568137717,-18.28126108162006],[24.217364536239213,-17.88934701911849],[24.520705193792537,-17.887124932529936],[25.08444339366457,-17.661815687737374],[25.264225701608012,-17.736539808831417],[25.649163445750162,-18.53602589281899]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Central African Republic","sov_a3":"CAF","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Central African Republic","adm0_a3":"CAF","geou_dif":0,"geounit":"Central African Republic","gu_a3":"CAF","su_dif":0,"subunit":"Central African Republic","su_a3":"CAF","brk_diff":0,"name":"Central African Rep.","name_long":"Central African Republic","brk_a3":"CAF","brk_name":"Central African Rep.","brk_group":null,"abbrev":"C.A.R.","postal":"CF","formal_en":"Central African Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Central African Republic","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":6,"mapcolor13":9,"pop_est":4511488,"gdp_md_est":3198,"pop_year":-99,"lastcensus":2003,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"CF","iso_a3":"CAF","iso_n3":"140","un_a3":"140","wb_a2":"CF","wb_a3":"CAF","woe_id":-99,"adm0_a3_is":"CAF","adm0_a3_us":"CAF","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":20,"long_len":24,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"CAF.geojson"},"geometry":{"type":"Polygon","coordinates":[[[15.279460483469109,7.421924546737969],[16.10623172370677,7.497087917506505],[16.290561557691888,7.754307359239306],[16.456184523187346,7.734773667832968],[16.705988396886255,7.508327541529979],[17.964929640380888,7.890914008002866],[18.38955488452322,8.281303615751824],[18.911021762780507,8.630894680206353],[18.81200971850927,8.982914536978598],[19.09400800952602,9.07484691002584],[20.05968549976427,9.012706000194854],[21.000868361096167,9.475985215691509],[21.723821648859452,10.567055568885976],[22.231129184668788,10.97188873946051],[22.864165480244225,11.142395127807546],[22.97754357269261,10.71446259199854],[23.554304233502194,10.089255275915308],[23.557249790142826,9.681218166538684],[23.394779087017184,9.265067857292223],[23.459012892355986,8.954285793488893],[23.805813429466752,8.666318874542426],[24.567369012152085,8.229187933785468],[25.11493248871679,7.825104071479174],[25.124130893664727,7.500085150579436],[25.79664798351118,6.979315904158071],[26.213418409945117,6.546603298362072],[26.46590945812323,5.94671743410187],[27.21340905122517,5.550953477394557],[27.37422610851749,5.233944403500061],[27.04406538260471,5.127852688004836],[26.402760857862543,5.150874538590871],[25.650455356557472,5.256087754737123],[25.278798455514302,5.170408229997192],[25.12883344900328,4.927244777847789],[24.805028924262416,4.89724660890235],[24.410531040146253,5.108784084489129],[23.29721398285014,4.609693101414223],[22.841479526468106,4.710126247573484],[22.70412356943629,4.633050848810157],[22.405123732195538,4.029160061047321],[21.659122755630023,4.22434194581372],[20.927591180106276,4.322785549329737],[20.290679152108936,4.691677761245288],[19.467783644293146,5.03152781821278],[18.93231245288476,4.709506130385975],[18.54298221199778,4.201785183118318],[18.45306521980993,3.504385891123349],[17.809900343505262,3.56019643799857],[17.133042433346304,3.728196519379452],[16.537058139724135,3.198254706226279],[16.012852410555354,2.267639675298085],[15.907380812247652,2.557389431158612],[15.86273237474748,3.013537298998983],[15.405395948964383,3.33530060466434],[15.036219516671252,3.851367295747124],[14.950953403389661,4.210389309094921],[14.478372430080467,4.732605495620447],[14.558935988023505,5.03059764243153],[14.459407179429348,5.4517605656103],[14.536560092841112,6.22695872642069],[14.776545444404576,6.408498033062045],[15.279460483469109,7.421924546737969]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Ivory Coast","sov_a3":"CIV","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ivory Coast","adm0_a3":"CIV","geou_dif":0,"geounit":"Ivory Coast","gu_a3":"CIV","su_dif":0,"subunit":"Ivory Coast","su_a3":"CIV","brk_diff":0,"name":"Côte d'Ivoire","name_long":"Côte d'Ivoire","brk_a3":"CIV","brk_name":"Côte d'Ivoire","brk_group":null,"abbrev":"I.C.","postal":"CI","formal_en":"Republic of Ivory Coast","formal_fr":"Republic of Cote D'Ivoire","note_adm0":null,"note_brk":null,"name_sort":"Côte d'Ivoire","name_alt":null,"mapcolor7":4,"mapcolor8":6,"mapcolor9":3,"mapcolor13":3,"pop_est":20617068,"gdp_md_est":33850,"pop_year":-99,"lastcensus":1998,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CI","iso_a3":"CIV","iso_n3":"384","un_a3":"384","wb_a2":"CI","wb_a3":"CIV","woe_id":-99,"adm0_a3_is":"CIV","adm0_a3_us":"CIV","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":13,"long_len":13,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CIV.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-2.856125047202397,4.994475816259509],[-3.311084357100071,4.984295559098015],[-4.008819545904942,5.179813340674315],[-4.649917364917911,5.168263658057086],[-5.834496222344526,4.993700669775137],[-6.528769090185847,4.705087795425015],[-7.518941209330436,4.338288479017308],[-7.71215938966975,4.364565944837722],[-7.63536821128403,5.188159084489456],[-7.539715135111762,5.313345241716519],[-7.570152553731688,5.707352199725904],[-7.993692592795881,6.126189683451543],[-8.311347622094019,6.193033148621083],[-8.60288021486862,6.46756419517166],[-8.385451626000574,6.911800645368742],[-8.48544552248535,7.39520783124307],[-8.439298468448698,7.686042792181738],[-8.280703497744938,7.687179673692156],[-8.221792364932199,8.123328762235573],[-8.299048631208564,8.316443589710303],[-8.20349890790088,8.455453192575447],[-7.832100389019188,8.575704250518626],[-8.079113735374348,9.376223863152035],[-8.30961646161225,9.789531968622441],[-8.229337124046822,10.1290202905639],[-8.029943610048619,10.206534939001713],[-7.899589809592372,10.297382106970828],[-7.622759161804809,10.147236232946796],[-6.850506557635057,10.138993841996239],[-6.666460944027548,10.430810655148447],[-6.493965013037267,10.411302801958271],[-6.205222947606431,10.524060777219134],[-6.050452032892267,10.096360785355444],[-5.816926235365287,10.222554633012194],[-5.404341599946974,10.370736802609146],[-4.954653286143099,10.152713934769736],[-4.779883592131966,9.821984768101743],[-4.330246954760383,9.61083486575714],[-3.980449184576685,9.8623440617217],[-3.511898972986273,9.90032623945622],[-2.827496303712707,9.642460842319778],[-2.562189500326241,8.219627793811483],[-2.983584967450327,7.379704901555512],[-3.244370083011262,6.250471503113502],[-2.81070146321784,5.38905121502411],[-2.856125047202397,4.994475816259509]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Cameroon","sov_a3":"CMR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Cameroon","adm0_a3":"CMR","geou_dif":0,"geounit":"Cameroon","gu_a3":"CMR","su_dif":0,"subunit":"Cameroon","su_a3":"CMR","brk_diff":0,"name":"Cameroon","name_long":"Cameroon","brk_a3":"CMR","brk_name":"Cameroon","brk_group":null,"abbrev":"Cam.","postal":"CM","formal_en":"Republic of Cameroon","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Cameroon","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":3,"pop_est":18879301,"gdp_md_est":42750,"pop_year":-99,"lastcensus":2005,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CM","iso_a3":"CMR","iso_n3":"120","un_a3":"120","wb_a2":"CM","wb_a3":"CMR","woe_id":-99,"adm0_a3_is":"CMR","adm0_a3_us":"CMR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CMR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[13.075822381246752,2.267097072759015],[12.951333855855609,2.32161570882694],[12.359380323952221,2.19281220133945],[11.75166548019979,2.326757513839993],[11.276449008843713,2.261050930180872],[9.649158155972628,2.283866075037736],[9.795195753629457,3.073404445809117],[9.404366896206,3.734526882335202],[8.948115675501072,3.904128933117136],[8.744923943729418,4.35221527751996],[8.488815545290889,4.495617377129918],[8.500287713259695,4.771982937026849],[8.757532993208628,5.479665839047911],[9.233162876023044,6.444490668153334],[9.522705926154401,6.453482367372117],[10.118276808318257,7.038769639509879],[10.497375115611417,7.055357774275564],[11.05878787603035,6.644426784690594],[11.74577436691851,6.981382961449753],[11.839308709366803,7.397042344589436],[12.063946160539558,7.799808457872302],[12.218872104550599,8.305824082874324],[12.753671502339214,8.717762762888995],[12.955467970438974,9.417771714714704],[13.167599724997103,9.640626328973411],[13.308676385153918,10.160362046748928],[13.572949659894562,10.798565985553566],[14.415378859116686,11.572368882692075],[14.468192172918975,11.904751695193411],[14.577177768622533,12.085360826053503],[14.181336297266792,12.483656927943116],[14.213530714584634,12.802035427293347],[14.495787387762844,12.85939626713733],[14.893385857816526,12.219047756392584],[14.9601518083376,11.555574042197224],[14.923564894274959,10.891325181517473],[15.467872755605269,9.98233673750343],[14.909353875394716,9.99212942142273],[14.62720055508106,9.920919297724538],[14.171466098699028,10.021378282099931],[13.954218377344006,9.549494940626685],[14.544466586981768,8.965861314322268],[14.97999555833769,8.796104234243472],[15.120865512765334,8.382150173369423],[15.436091749745769,7.692812404811973],[15.279460483469109,7.421924546737969],[14.776545444404576,6.408498033062045],[14.536560092841112,6.22695872642069],[14.459407179429348,5.4517605656103],[14.558935988023505,5.03059764243153],[14.478372430080467,4.732605495620447],[14.950953403389661,4.210389309094921],[15.036219516671252,3.851367295747124],[15.405395948964383,3.33530060466434],[15.86273237474748,3.013537298998983],[15.907380812247652,2.557389431158612],[16.012852410555354,2.267639675298085],[15.940918816805064,1.727672634280295],[15.146341993885244,1.964014797367184],[14.33781253424658,2.227874660649491],[13.075822381246752,2.267097072759015]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Democratic Republic of the Congo","sov_a3":"COD","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Democratic Republic of the Congo","adm0_a3":"COD","geou_dif":0,"geounit":"Democratic Republic of the Congo","gu_a3":"COD","su_dif":0,"subunit":"Democratic Republic of the Congo","su_a3":"COD","brk_diff":0,"name":"Dem. Rep. Congo","name_long":"Democratic Republic of the Congo","brk_a3":"COD","brk_name":"Democratic Republic of the Congo","brk_group":null,"abbrev":"D.R.C.","postal":"DRC","formal_en":"Democratic Republic of the Congo","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Congo, Dem. Rep.","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":4,"mapcolor13":7,"pop_est":68692542,"gdp_md_est":20640,"pop_year":-99,"lastcensus":1984,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"CD","iso_a3":"COD","iso_n3":"180","un_a3":"180","wb_a2":"ZR","wb_a3":"ZAR","woe_id":-99,"adm0_a3_is":"COD","adm0_a3_us":"COD","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":15,"long_len":32,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"COD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[30.833859897593808,3.509165961110341],[30.773346795380043,2.339883327642127],[31.174149204235814,2.204465236821264],[30.852670118948055,1.849396470543809],[30.468507521290295,1.58380544677972],[30.086153598762703,1.062312730306289],[29.875778842902495,0.597379868976304],[29.819503208136638,-0.205310153813372],[29.58783776217217,-0.587405694179481],[29.579466180140884,-1.341313164885626],[29.29188683443661,-1.620055840667987],[29.25483483248334,-2.215109958508911],[29.117478875451553,-2.292211195488385],[29.024926385216787,-2.839257907730158],[29.276383904749053,-3.293907159034063],[29.339997592900346,-4.499983412294092],[29.519986606572925,-5.419978936386314],[29.419992710088167,-5.939998874539433],[29.62003217949001,-6.520015150583426],[30.199996779101696,-7.079980970898163],[30.740015496551788,-8.340007419470915],[30.346086053190813,-8.238256524288218],[29.002912225060467,-8.407031752153472],[28.7348665707625,-8.526559340044578],[28.449871046672826,-9.164918308146085],[28.67368167492893,-9.605924981324932],[28.49606977714177,-10.789883721564044],[28.372253045370428,-11.793646742401393],[28.642417433392353,-11.971568698782315],[29.34154788586909,-12.360743910372413],[29.61600141777123,-12.178894545137311],[29.69961388521949,-13.257226657771831],[28.934285922976837,-13.248958428605135],[28.523561639121027,-12.698604424696683],[28.155108676879987,-12.272480564017897],[27.38879886242378,-12.132747491100666],[27.164419793412463,-11.608748467661075],[26.553087599399618,-11.924439792532127],[25.752309604604733,-11.784965101776358],[25.418118116973204,-11.330935967659961],[24.78316979340295,-11.238693536018964],[24.31451622894795,-11.26282642989927],[24.25715538910399,-10.951992689663657],[23.912215203555718,-10.926826267137514],[23.45679080576744,-10.867863457892483],[22.83734541188474,-11.01762175867433],[22.402798292742375,-10.99307545333569],[22.155268182064308,-11.084801120653772],[22.208753289486395,-9.894796237836509],[21.875181919042348,-9.523707777548566],[21.8018013851879,-8.908706556842978],[21.949130893652043,-8.305900974158277],[21.74645592620331,-7.920084730667149],[21.7281107927397,-7.290872491081302],[20.514748162526498,-7.299605808138629],[20.6018229509383,-6.939317722199682],[20.091621534920648,-6.943090101756993],[20.037723016040218,-7.116361179231646],[19.417502475673157,-7.155428562044298],[19.16661339689611,-7.738183688999754],[19.01675174324967,-7.988245944860132],[18.464175652752687,-7.847014255406444],[18.13422163256905,-7.987677504104922],[17.472970004962235,-8.0685511206417],[17.08999596524717,-7.545688978712526],[16.8601908708452,-7.222297865429986],[16.57317996589614,-6.622644545115087],[16.326528354567046,-5.877470391466267],[13.375597364971895,-5.864241224799549],[13.02486941900696,-5.984388929878157],[12.735171339578699,-5.965682061388499],[12.32243167486351,-6.10009246177966],[12.182336866920252,-5.789930515163839],[12.436688266660868,-5.684303887559246],[12.468004184629736,-5.248361504745005],[12.63161176926579,-4.991271254092936],[12.995517205465177,-4.781103203961884],[13.258240187237048,-4.882957452009165],[13.600234816144678,-4.50013844159097],[14.144956088933299,-4.510008640158715],[14.209034864975223,-4.793092136253598],[14.58260379401318,-4.97023894615014],[15.170991652088444,-4.343507175314301],[15.75354007331475,-3.855164890156096],[16.0062895036543,-3.535132744972529],[15.972803175529151,-2.712392266453612],[16.407091912510054,-1.740927015798682],[16.865306837642123,-1.225816338713287],[17.523716261472856,-0.743830254726987],[17.638644646889986,-0.424831638189247],[17.66355268725468,-0.058083998213817],[17.826540154703252,0.288923244626105],[17.774191928791566,0.855658677571085],[17.898835483479587,1.741831976728278],[18.094275750407434,2.365721543788055],[18.39379235197114,2.90044342692822],[18.45306521980993,3.504385891123349],[18.54298221199778,4.201785183118318],[18.93231245288476,4.709506130385975],[19.467783644293146,5.03152781821278],[20.290679152108936,4.691677761245288],[20.927591180106276,4.322785549329737],[21.659122755630023,4.22434194581372],[22.405123732195538,4.029160061047321],[22.70412356943629,4.633050848810157],[22.841479526468106,4.710126247573484],[23.29721398285014,4.609693101414223],[24.410531040146253,5.108784084489129],[24.805028924262416,4.89724660890235],[25.12883344900328,4.927244777847789],[25.278798455514302,5.170408229997192],[25.650455356557472,5.256087754737123],[26.402760857862543,5.150874538590871],[27.04406538260471,5.127852688004836],[27.37422610851749,5.233944403500061],[27.979977247842807,4.408413397637375],[28.428993768026913,4.287154649264494],[28.696677687298802,4.455077215996937],[29.1590784034465,4.389267279473231],[29.71599531425602,4.600804755060025],[29.953500197069474,4.173699042167683],[30.833859897593808,3.509165961110341]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Republic of Congo","sov_a3":"COG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Republic of Congo","adm0_a3":"COG","geou_dif":0,"geounit":"Republic of Congo","gu_a3":"COG","su_dif":0,"subunit":"Republic of Congo","su_a3":"COG","brk_diff":0,"name":"Congo","name_long":"Republic of Congo","brk_a3":"COG","brk_name":"Republic of Congo","brk_group":null,"abbrev":"Rep. Congo","postal":"CG","formal_en":"Republic of Congo","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Congo, Rep.","name_alt":null,"mapcolor7":2,"mapcolor8":1,"mapcolor9":3,"mapcolor13":10,"pop_est":4012809,"gdp_md_est":15350,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CG","iso_a3":"COG","iso_n3":"178","un_a3":"178","wb_a2":"CG","wb_a3":"COG","woe_id":-99,"adm0_a3_is":"COG","adm0_a3_us":"COG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":17,"abbrev_len":10,"tiny":-99,"homepart":1,"filename":"COG.geojson"},"geometry":{"type":"Polygon","coordinates":[[[12.995517205465177,-4.781103203961884],[12.620759718484491,-4.438023369976136],[12.318607618873926,-4.606230157086188],[11.91496300624209,-5.037986748884791],[11.093772820691925,-3.978826592630547],[11.855121697648114,-3.426870619321051],[11.478038771214303,-2.765618991714241],[11.820963575903193,-2.514161472181982],[12.495702752338161,-2.391688327650243],[12.575284458067642,-1.948511244315135],[13.109618767965628,-2.428740329603514],[13.99240726080771,-2.4708049454891],[14.299210239324564,-1.998275648612214],[14.425455763413593,-1.333406670744971],[14.316418491277743,-0.552627455247048],[13.843320753645655,0.038757635901149],[14.276265903386957,1.196929836426619],[14.026668735417218,1.395677395021153],[13.282631463278818,1.31418366129688],[13.003113641012078,1.83089630778332],[13.075822381246752,2.267097072759015],[14.33781253424658,2.227874660649491],[15.146341993885244,1.964014797367184],[15.940918816805064,1.727672634280295],[16.012852410555354,2.267639675298085],[16.537058139724135,3.198254706226279],[17.133042433346304,3.728196519379452],[17.809900343505262,3.56019643799857],[18.45306521980993,3.504385891123349],[18.39379235197114,2.90044342692822],[18.094275750407434,2.365721543788055],[17.898835483479587,1.741831976728278],[17.774191928791566,0.855658677571085],[17.826540154703252,0.288923244626105],[17.66355268725468,-0.058083998213817],[17.638644646889986,-0.424831638189247],[17.523716261472856,-0.743830254726987],[16.865306837642123,-1.225816338713287],[16.407091912510054,-1.740927015798682],[15.972803175529151,-2.712392266453612],[16.0062895036543,-3.535132744972529],[15.75354007331475,-3.855164890156096],[15.170991652088444,-4.343507175314301],[14.58260379401318,-4.97023894615014],[14.209034864975223,-4.793092136253598],[14.144956088933299,-4.510008640158715],[13.600234816144678,-4.50013844159097],[13.258240187237048,-4.882957452009165],[12.995517205465177,-4.781103203961884]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Djibouti","sov_a3":"DJI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Djibouti","adm0_a3":"DJI","geou_dif":0,"geounit":"Djibouti","gu_a3":"DJI","su_dif":0,"subunit":"Djibouti","su_a3":"DJI","brk_diff":0,"name":"Djibouti","name_long":"Djibouti","brk_a3":"DJI","brk_name":"Djibouti","brk_group":null,"abbrev":"Dji.","postal":"DJ","formal_en":"Republic of Djibouti","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Djibouti","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":4,"mapcolor13":8,"pop_est":516055,"gdp_md_est":1885,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"DJ","iso_a3":"DJI","iso_n3":"262","un_a3":"262","wb_a2":"DJ","wb_a3":"DJI","woe_id":-99,"adm0_a3_is":"DJI","adm0_a3_us":"DJI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Middle East & North Africa","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"DJI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[43.08122602720015,12.699638576707116],[43.31785241066467,12.390148423711025],[43.286381463398925,11.974928290245884],[42.715873650896526,11.735640570518342],[43.14530480324214,11.462039699748857],[42.77685184100096,10.92687856693442],[42.55493000000013,11.105110000000195],[42.31414000000012,11.0342],[41.755570000000205,11.050910000000101],[41.73959000000019,11.355110000000138],[41.66176000000013,11.6312],[42.000000000000114,12.100000000000136],[42.35156000000012,12.542230000000131],[42.77964236834475,12.455415757695675],[43.08122602720015,12.699638576707116]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Algeria","sov_a3":"DZA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Algeria","adm0_a3":"DZA","geou_dif":0,"geounit":"Algeria","gu_a3":"DZA","su_dif":0,"subunit":"Algeria","su_a3":"DZA","brk_diff":0,"name":"Algeria","name_long":"Algeria","brk_a3":"DZA","brk_name":"Algeria","brk_group":null,"abbrev":"Alg.","postal":"DZ","formal_en":"People's Democratic Republic of Algeria","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Algeria","name_alt":null,"mapcolor7":5,"mapcolor8":1,"mapcolor9":6,"mapcolor13":3,"pop_est":34178188,"gdp_md_est":232900,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"DZ","iso_a3":"DZA","iso_n3":"012","un_a3":"012","wb_a2":"DZ","wb_a3":"DZA","woe_id":-99,"adm0_a3_is":"DZA","adm0_a3_us":"DZA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"DZA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[11.999505649471613,23.47166840259645],[8.572893100629784,21.565660712159143],[5.677565952180686,19.601206976799716],[4.267419467800039,19.155265204337],[3.158133172222705,19.057364203360038],[3.1466610042539,19.69357859952144],[2.683588494486429,19.856230170160114],[2.06099083823392,20.142233384679486],[1.823227573259032,20.610809434486043],[-1.550054897457613,22.792665920497384],[-4.92333736817423,24.974574082941],[-8.68439978680905,27.395744126896005],[-8.665124477564191,27.589479071558227],[-8.665589565454809,27.656425889592356],[-8.674116176782974,28.84128896739658],[-7.059227667661928,29.57922842052453],[-6.060632290053774,29.731699734001694],[-5.242129278982787,30.000443020135588],[-4.859646165374471,30.501187649043842],[-3.690441046554696,30.896951605751152],[-3.647497931320146,31.63729401298067],[-3.068980271812648,31.724497992473214],[-2.616604783529567,32.09434621838615],[-1.30789913573787,32.2628889023061],[-1.124551153966308,32.65152151135713],[-1.388049282222568,32.86401500094131],[-1.733454555661467,33.919712836231994],[-1.792985805661687,34.527918606091205],[-2.169913702798624,35.16839630791668],[-1.208602871089056,35.7148487411871],[-0.127454392894606,35.888662421200806],[0.503876580415209,36.30127289483528],[1.466918572606545,36.605647081034405],[3.161698846050825,36.78390493422522],[4.81575809084913,36.86503693292346],[5.320120070017793,36.71651886651662],[6.261819695672613,37.11065501560674],[7.33038496260397,37.118380642234364],[7.737078484741004,36.885707505840216],[8.420964389691676,36.94642731378316],[8.217824334352315,36.433176988260286],[8.376367628623768,35.47987600355594],[8.140981479534304,34.65514598239379],[7.524481642292244,34.09737641045146],[7.612641635782182,33.34411489514896],[8.430472853233368,32.74833730725595],[8.439102817426118,32.50628489840082],[9.055602654668148,32.10269196220129],[9.482139926805274,30.307556057246188],[9.805634392952411,29.42463837332339],[9.859997999723447,28.959989732371014],[9.683884718472767,28.1441738957792],[9.756128370816782,27.68825857188415],[9.629056023811074,27.14095347748092],[9.716285841519749,26.512206325785698],[9.319410841518163,26.094324856057455],[9.910692579801776,25.36545461679674],[9.94826134607797,24.936953640232517],[10.303846876678362,24.379313259370917],[10.771363559622927,24.56253205006175],[11.560669386449005,24.097909247325518],[11.999505649471613,23.47166840259645]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Egypt","sov_a3":"EGY","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Egypt","adm0_a3":"EGY","geou_dif":0,"geounit":"Egypt","gu_a3":"EGY","su_dif":0,"subunit":"Egypt","su_a3":"EGY","brk_diff":0,"name":"Egypt","name_long":"Egypt","brk_a3":"EGY","brk_name":"Egypt","brk_group":null,"abbrev":"Egypt","postal":"EG","formal_en":"Arab Republic of Egypt","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Egypt, Arab Rep.","name_alt":null,"mapcolor7":4,"mapcolor8":6,"mapcolor9":7,"mapcolor13":2,"pop_est":83082869,"gdp_md_est":443700,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"EG","iso_a3":"EGY","iso_n3":"818","un_a3":"818","wb_a2":"EG","wb_a3":"EGY","woe_id":-99,"adm0_a3_is":"EGY","adm0_a3_us":"EGY","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"EGY.geojson"},"geometry":{"type":"Polygon","coordinates":[[[34.9226,29.50133],[34.64174,29.09942],[34.42655,28.34399],[34.15451,27.8233],[33.92136,27.6487],[33.58811,27.97136],[33.13676,28.41765],[32.42323,29.85108],[32.32046,29.76043],[32.73482,28.70523],[33.34876,27.69989],[34.10455,26.14227],[34.47387,25.59856],[34.79507,25.03375],[35.69241,23.92671],[35.49372,23.75237],[35.52598,23.10244],[36.69069,22.20485],[36.86623,22],[32.9,22],[29.02,22],[25,22],[25,25.682499996361],[25,29.23865452953346],[24.70007,30.04419],[24.95762,30.6616],[24.80287,31.08929],[25.16482,31.56915],[26.49533,31.58568],[27.45762,31.32126],[28.45048,31.02577],[28.91353,30.87005],[29.68342,31.18686],[30.09503,31.4734],[30.97693,31.55586],[31.68796,31.4296],[31.96041,30.9336],[32.19247,31.26034],[32.99392,31.02407],[33.7734,30.96746],[34.26544,31.21936],[34.9226,29.50133]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Eritrea","sov_a3":"ERI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Eritrea","adm0_a3":"ERI","geou_dif":0,"geounit":"Eritrea","gu_a3":"ERI","su_dif":0,"subunit":"Eritrea","su_a3":"ERI","brk_diff":0,"name":"Eritrea","name_long":"Eritrea","brk_a3":"ERI","brk_name":"Eritrea","brk_group":null,"abbrev":"Erit.","postal":"ER","formal_en":"State of Eritrea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Eritrea","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":2,"mapcolor13":12,"pop_est":5647168,"gdp_md_est":3945,"pop_year":-99,"lastcensus":1984,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"ER","iso_a3":"ERI","iso_n3":"232","un_a3":"232","wb_a2":"ER","wb_a3":"ERI","woe_id":-99,"adm0_a3_is":"ERI","adm0_a3_us":"ERI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"ERI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[42.35156000000012,12.542230000000131],[42.00975,12.86582],[41.59856,13.452090000000112],[41.15519371924984,13.773319810435224],[40.8966,14.118640000000141],[40.026218702969175,14.519579169162284],[39.34061,14.53155],[39.0994,14.74064],[38.51295,14.50547],[37.90607000000011,14.959430000000168],[37.59377,14.2131],[36.42951,14.42211],[36.32318891779812,14.82248057704106],[36.75386030451858,16.29187409104429],[36.852530000000115,16.95655],[37.16747,17.263140000000135],[37.90400000000011,17.42754],[38.410089959473225,17.99830739997031],[38.990622999840014,16.84062612555169],[39.26611006038803,15.922723496967249],[39.814293654140215,15.435647284400318],[41.17927493669765,14.491079616753211],[41.73495161313235,13.921036892141558],[42.27683068214486,13.343992010954423],[42.58957645037526,13.000421250861905],[43.08122602720015,12.699638576707116],[42.77964236834475,12.455415757695675],[42.35156000000012,12.542230000000131]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Ethiopia","sov_a3":"ETH","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ethiopia","adm0_a3":"ETH","geou_dif":0,"geounit":"Ethiopia","gu_a3":"ETH","su_dif":0,"subunit":"Ethiopia","su_a3":"ETH","brk_diff":0,"name":"Ethiopia","name_long":"Ethiopia","brk_a3":"ETH","brk_name":"Ethiopia","brk_group":null,"abbrev":"Eth.","postal":"ET","formal_en":"Federal Democratic Republic of Ethiopia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Ethiopia","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":1,"mapcolor13":13,"pop_est":85237338,"gdp_md_est":68770,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"ET","iso_a3":"ETH","iso_n3":"231","un_a3":"231","wb_a2":"ET","wb_a3":"ETH","woe_id":-99,"adm0_a3_is":"ETH","adm0_a3_us":"ETH","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ETH.geojson"},"geometry":{"type":"Polygon","coordinates":[[[37.90607000000011,14.959430000000168],[38.51295,14.50547],[39.0994,14.74064],[39.34061,14.53155],[40.02625000000012,14.51959],[40.8966,14.118640000000141],[41.1552,13.77333],[41.59856,13.452090000000112],[42.00975,12.86582],[42.35156000000012,12.542230000000131],[42.000000000000114,12.100000000000136],[41.66176000000013,11.6312],[41.73959000000019,11.355110000000138],[41.755570000000205,11.050910000000101],[42.31414000000012,11.0342],[42.55493000000013,11.105110000000195],[42.77685184100096,10.92687856693442],[42.55876,10.57258000000013],[42.92812,10.021940000000143],[43.29699000000011,9.540480000000173],[43.67875,9.18358000000012],[46.94834,7.99688],[47.78942,8.003],[44.9636,5.001620000000116],[43.66087,4.95755],[42.76967000000013,4.252590000000225],[42.12861,4.234130000000164],[41.85508309264412,3.918911920483765],[41.17180000000013,3.91909],[40.76848000000012,4.257020000000125],[39.85494000000011,3.838790000000131],[39.55938425876593,3.422060000000215],[38.89251,3.50074],[38.67114,3.61607],[38.436970000000144,3.58851],[38.12091500000014,3.598605],[36.85509323800824,4.447864127672858],[36.15907863285565,4.447864127672858],[35.81744766235362,4.776965663462022],[35.81744766235362,5.338232082790853],[35.298007118233095,5.506],[34.70702,6.59422000000012],[34.25032,6.82607],[34.07510000000019,7.22595],[33.568290000000104,7.71334],[32.954180000000235,7.784970000000102],[33.29480000000012,8.35458],[33.82550000000015,8.37916],[33.97498,8.684560000000147],[33.96162,9.58358],[34.25745,10.63009],[34.73115000000013,10.910170000000107],[34.83163000000013,11.318960000000118],[35.26049,12.08286],[35.863630000000164,12.57828],[36.27022,13.563330000000121],[36.42951,14.42211],[37.59377,14.2131],[37.90607000000011,14.959430000000168]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Gabon","sov_a3":"GAB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Gabon","adm0_a3":"GAB","geou_dif":0,"geounit":"Gabon","gu_a3":"GAB","su_dif":0,"subunit":"Gabon","su_a3":"GAB","brk_diff":0,"name":"Gabon","name_long":"Gabon","brk_a3":"GAB","brk_name":"Gabon","brk_group":null,"abbrev":"Gabon","postal":"GA","formal_en":"Gabonese Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Gabon","name_alt":null,"mapcolor7":6,"mapcolor8":2,"mapcolor9":5,"mapcolor13":5,"pop_est":1514993,"gdp_md_est":21110,"pop_year":-99,"lastcensus":2003,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"GA","iso_a3":"GAB","iso_n3":"266","un_a3":"266","wb_a2":"GA","wb_a3":"GAB","woe_id":-99,"adm0_a3_is":"GAB","adm0_a3_us":"GAB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":3,"homepart":1,"filename":"GAB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[11.093772820691925,-3.978826592630547],[10.06613528813574,-2.969482517105681],[9.40524539555497,-2.144313246269043],[8.79799563969317,-1.111301364754496],[8.830086704146423,-0.779073581550037],[9.048419630579588,-0.459351494960217],[9.29135053878369,0.268666083167687],[9.492888624721985,1.010119533691494],[9.830284051155644,1.067893784993799],[11.285078973036462,1.057661851400013],[11.276449008843713,2.261050930180872],[11.75166548019979,2.326757513839993],[12.359380323952221,2.19281220133945],[12.951333855855609,2.32161570882694],[13.075822381246752,2.267097072759015],[13.003113641012078,1.83089630778332],[13.282631463278818,1.31418366129688],[14.026668735417218,1.395677395021153],[14.276265903386957,1.196929836426619],[13.843320753645655,0.038757635901149],[14.316418491277743,-0.552627455247048],[14.425455763413593,-1.333406670744971],[14.299210239324564,-1.998275648612214],[13.99240726080771,-2.4708049454891],[13.109618767965628,-2.428740329603514],[12.575284458067642,-1.948511244315135],[12.495702752338161,-2.391688327650243],[11.820963575903193,-2.514161472181982],[11.478038771214303,-2.765618991714241],[11.855121697648114,-3.426870619321051],[11.093772820691925,-3.978826592630547]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Ghana","sov_a3":"GHA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ghana","adm0_a3":"GHA","geou_dif":0,"geounit":"Ghana","gu_a3":"GHA","su_dif":0,"subunit":"Ghana","su_a3":"GHA","brk_diff":0,"name":"Ghana","name_long":"Ghana","brk_a3":"GHA","brk_name":"Ghana","brk_group":null,"abbrev":"Ghana","postal":"GH","formal_en":"Republic of Ghana","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Ghana","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":1,"mapcolor13":4,"pop_est":23832495,"gdp_md_est":34200,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"GH","iso_a3":"GHA","iso_n3":"288","un_a3":"288","wb_a2":"GH","wb_a3":"GHA","woe_id":-99,"adm0_a3_is":"GHA","adm0_a3_us":"GHA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"GHA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[1.060121697604927,5.928837388528876],[-0.507637905265938,5.343472601742675],[-1.063624640294194,5.000547797053812],[-1.964706590167594,4.710462144383371],[-2.856125047202397,4.994475816259509],[-2.81070146321784,5.38905121502411],[-3.244370083011262,6.250471503113502],[-2.983584967450327,7.379704901555512],[-2.562189500326241,8.219627793811483],[-2.827496303712707,9.642460842319778],[-2.963896246747112,10.395334784380083],[-2.940409308270461,10.962690334512558],[-1.203357713211431,11.009819240762738],[-0.761575893548183,10.936929633015055],[-0.438701544588582,11.09834096927872],[0.023802524423701,11.018681748900804],[-0.049784715159944,10.706917832883931],[0.367579990245389,10.19121287682718],[0.365900506195885,9.465003973829482],[0.461191847342121,8.677222601756014],[0.712029249686878,8.31246450442383],[0.490957472342245,7.411744289576475],[0.570384148774849,6.914358628767189],[0.836931186536333,6.279978745952149],[1.060121697604927,5.928837388528876]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Guinea","sov_a3":"GIN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Guinea","adm0_a3":"GIN","geou_dif":0,"geounit":"Guinea","gu_a3":"GIN","su_dif":0,"subunit":"Guinea","su_a3":"GIN","brk_diff":0,"name":"Guinea","name_long":"Guinea","brk_a3":"GIN","brk_name":"Guinea","brk_group":null,"abbrev":"Gin.","postal":"GN","formal_en":"Republic of Guinea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Guinea","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":7,"mapcolor13":2,"pop_est":10057975,"gdp_md_est":10600,"pop_year":-99,"lastcensus":1996,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"GN","iso_a3":"GIN","iso_n3":"324","un_a3":"324","wb_a2":"GN","wb_a3":"GIN","woe_id":-99,"adm0_a3_is":"GIN","adm0_a3_us":"GIN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"GIN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-8.439298468448698,7.686042792181738],[-8.722123582382123,7.71167430259851],[-8.926064622422004,7.309037380396375],[-9.208786383490844,7.313920803247953],[-9.40334815106975,7.526905218938907],[-9.337279832384581,7.928534450711353],[-9.755342169625834,8.541055202666925],[-10.016566534861255,8.42850393313523],[-10.23009355309128,8.406205552601293],[-10.505477260774668,8.348896389189605],[-10.494315151399633,8.715540676300435],[-10.654770473665891,8.977178452994194],[-10.622395188835041,9.267910061068278],[-10.8391519840833,9.688246161330369],[-11.117481248407328,10.045872911006285],[-11.917277390988659,10.046983954300558],[-12.150338100625005,9.858571682164381],[-12.425928514037565,9.835834051955956],[-12.59671912276221,9.62018830000197],[-12.71195756677308,9.342711696810767],[-13.246550258832515,8.903048610871508],[-13.685153977909792,9.49474376061346],[-14.074044969122282,9.886166897008252],[-14.33007585291237,10.015719712763966],[-14.579698859098258,10.214467271358515],[-14.693231980843505,10.656300767454042],[-14.839553798877944,10.876571560098139],[-15.130311245168171,11.040411688679526],[-14.685687221728898,11.527823798056488],[-14.382191534878729,11.509271958863692],[-14.121406419317779,11.677117010947697],[-13.900799729863776,11.678718980348748],[-13.743160773157411,11.811269029177412],[-13.828271857142125,12.142644151249044],[-13.718743658899513,12.24718557377551],[-13.700476040084325,12.586182969610194],[-13.217818162478238,12.575873521367967],[-12.499050665730564,12.332089952031057],[-12.278599005573438,12.354440008997285],[-12.203564825885634,12.465647691289405],[-11.65830095055793,12.386582749882834],[-11.51394283695059,12.442987575729418],[-11.456168585648271,12.076834214725338],[-11.29757361494451,12.077971096235771],[-11.036555955438258,12.211244615116515],[-10.870829637078215,12.17788747807211],[-10.593223842806282,11.92397532800598],[-10.165213792348837,11.844083563682744],[-9.890992804392013,12.060478623904972],[-9.567911749703214,12.194243068892476],[-9.327616339546012,12.334286200403454],[-9.127473517279583,12.308060411015331],[-8.90526485842453,12.088358059126437],[-8.786099005559464,11.812560939984706],[-8.376304897484914,11.393645941610629],[-8.581305304386774,11.136245632364805],[-8.620321010767128,10.810890814655183],[-8.407310756860028,10.909256903522762],[-8.282357143578281,10.792597357623846],[-8.33537716310974,10.494811916541934],[-8.029943610048619,10.206534939001713],[-8.229337124046822,10.1290202905639],[-8.30961646161225,9.789531968622441],[-8.079113735374348,9.376223863152035],[-7.832100389019188,8.575704250518626],[-8.20349890790088,8.455453192575447],[-8.299048631208564,8.316443589710303],[-8.221792364932199,8.123328762235573],[-8.280703497744938,7.687179673692156],[-8.439298468448698,7.686042792181738]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Gambia","sov_a3":"GMB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Gambia","adm0_a3":"GMB","geou_dif":0,"geounit":"Gambia","gu_a3":"GMB","su_dif":0,"subunit":"Gambia","su_a3":"GMB","brk_diff":0,"name":"Gambia","name_long":"The Gambia","brk_a3":"GMB","brk_name":"Gambia","brk_group":null,"abbrev":"Gambia","postal":"GM","formal_en":"Republic of the Gambia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Gambia, The","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":8,"pop_est":1782893,"gdp_md_est":2272,"pop_year":-99,"lastcensus":2003,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"GM","iso_a3":"GMB","iso_n3":"270","un_a3":"270","wb_a2":"GM","wb_a3":"GMB","woe_id":-99,"adm0_a3_is":"GMB","adm0_a3_us":"GMB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":10,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"GMB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-16.841524624081273,13.15139394780256],[-16.713728807023468,13.594958604379853],[-15.62459632003994,13.62358734786956],[-15.39877031092446,13.86036876063092],[-15.08173539881382,13.876491807505984],[-14.687030808968487,13.630356960499784],[-14.376713833055788,13.625680243377372],[-14.046992356817482,13.79406789800045],[-13.844963344772408,13.505041612192002],[-14.277701788784553,13.280585028532242],[-14.712197231494626,13.298206691943777],[-15.141163295949466,13.509511623585238],[-15.511812506562935,13.278569647672867],[-15.691000535534995,13.270353094938455],[-15.931295945692211,13.130284125211332],[-16.841524624081273,13.15139394780256]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Guinea Bissau","sov_a3":"GNB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Guinea Bissau","adm0_a3":"GNB","geou_dif":0,"geounit":"Guinea Bissau","gu_a3":"GNB","su_dif":0,"subunit":"Guinea Bissau","su_a3":"GNB","brk_diff":0,"name":"Guinea-Bissau","name_long":"Guinea-Bissau","brk_a3":"GNB","brk_name":"Guinea-Bissau","brk_group":null,"abbrev":"GnB.","postal":"GW","formal_en":"Republic of Guinea-Bissau","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Guinea-Bissau","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":3,"mapcolor13":4,"pop_est":1533964,"gdp_md_est":904.2,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"GW","iso_a3":"GNB","iso_n3":"624","un_a3":"624","wb_a2":"GW","wb_a3":"GNB","woe_id":-99,"adm0_a3_is":"GNB","adm0_a3_us":"GNB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":13,"long_len":13,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"GNB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-15.130311245168171,11.040411688679526],[-15.664180467175527,11.458474025920795],[-16.085214199273565,11.52459402103824],[-16.314786749730203,11.806514797406548],[-16.30894731288123,11.95870189050612],[-16.613838263403277,12.170911159712702],[-16.677451951554573,12.384851589401052],[-16.147716844130585,12.547761542201187],[-15.816574266004254,12.515567124883345],[-15.548476935274008,12.628170070847347],[-13.700476040084325,12.586182969610194],[-13.718743658899513,12.24718557377551],[-13.828271857142125,12.142644151249044],[-13.743160773157411,11.811269029177412],[-13.900799729863776,11.678718980348748],[-14.121406419317779,11.677117010947697],[-14.382191534878729,11.509271958863692],[-14.685687221728898,11.527823798056488],[-15.130311245168171,11.040411688679526]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Equatorial Guinea","sov_a3":"GNQ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Equatorial Guinea","adm0_a3":"GNQ","geou_dif":0,"geounit":"Equatorial Guinea","gu_a3":"GNQ","su_dif":0,"subunit":"Equatorial Guinea","su_a3":"GNQ","brk_diff":0,"name":"Eq. Guinea","name_long":"Equatorial Guinea","brk_a3":"GNQ","brk_name":"Eq. Guinea","brk_group":null,"abbrev":"Eq. G.","postal":"GQ","formal_en":"Republic of Equatorial Guinea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Equatorial Guinea","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":4,"mapcolor13":8,"pop_est":650702,"gdp_md_est":14060,"pop_year":0,"lastcensus":2002,"gdp_year":0,"economy":"7. Least developed region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"GQ","iso_a3":"GNQ","iso_n3":"226","un_a3":"226","wb_a2":"GQ","wb_a3":"GNQ","woe_id":-99,"adm0_a3_is":"GNQ","adm0_a3_us":"GNQ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":10,"long_len":17,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"GNQ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[9.492888624721985,1.010119533691494],[9.305613234096256,1.160911363119183],[9.649158155972628,2.283866075037736],[11.276449008843713,2.261050930180872],[11.285078973036462,1.057661851400013],[9.830284051155644,1.067893784993799],[9.492888624721985,1.010119533691494]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Kenya","sov_a3":"KEN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Kenya","adm0_a3":"KEN","geou_dif":0,"geounit":"Kenya","gu_a3":"KEN","su_dif":0,"subunit":"Kenya","su_a3":"KEN","brk_diff":0,"name":"Kenya","name_long":"Kenya","brk_a3":"KEN","brk_name":"Kenya","brk_group":null,"abbrev":"Ken.","postal":"KE","formal_en":"Republic of Kenya","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Kenya","name_alt":null,"mapcolor7":5,"mapcolor8":2,"mapcolor9":7,"mapcolor13":3,"pop_est":39002772,"gdp_md_est":61510,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"KE","iso_a3":"KEN","iso_n3":"404","un_a3":"404","wb_a2":"KE","wb_a3":"KEN","woe_id":-99,"adm0_a3_is":"KEN","adm0_a3_us":"KEN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KEN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[40.993,-0.85829],[41.58513,-1.68325],[40.88477,-2.08255],[40.63785,-2.49979],[40.26304,-2.57309],[40.12119,-3.27768],[39.80006,-3.68116],[39.60489,-4.34653],[39.20222,-4.67677],[37.7669,-3.67712],[37.69869,-3.09699],[34.07262,-1.05982],[33.90371119710453,-0.95],[33.89356896966694,0.109813537861896],[34.18,0.515],[34.6721,1.17694],[35.03599,1.90584],[34.59607,3.05374],[34.47913,3.5556],[34.005,4.249884947362048],[34.62019626785388,4.847122742081988],[35.298007118232974,5.506],[35.817447662353516,5.338232082790797],[35.817447662353516,4.77696566346189],[36.159078632855646,4.447864127672769],[36.85509323800812,4.447864127672769],[38.120915,3.598605],[38.43697,3.58851],[38.67114,3.61607],[38.89251,3.50074],[39.55938425876585,3.42206],[39.85494,3.83879],[40.76848,4.25702],[41.1718,3.91909],[41.85508309264397,3.918911920483727],[40.98105,2.78452],[40.993,-0.85829]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Liberia","sov_a3":"LBR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Liberia","adm0_a3":"LBR","geou_dif":0,"geounit":"Liberia","gu_a3":"LBR","su_dif":0,"subunit":"Liberia","su_a3":"LBR","brk_diff":0,"name":"Liberia","name_long":"Liberia","brk_a3":"LBR","brk_name":"Liberia","brk_group":null,"abbrev":"Liberia","postal":"LR","formal_en":"Republic of Liberia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Liberia","name_alt":null,"mapcolor7":2,"mapcolor8":3,"mapcolor9":4,"mapcolor13":9,"pop_est":3441790,"gdp_md_est":1526,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"LR","iso_a3":"LBR","iso_n3":"430","un_a3":"430","wb_a2":"LR","wb_a3":"LBR","woe_id":-99,"adm0_a3_is":"LBR","adm0_a3_us":"LBR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"LBR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-7.71215938966975,4.364565944837722],[-7.974107224957251,4.355755113131963],[-9.004793667018674,4.8324185245922],[-9.913420376006684,5.593560695819207],[-10.765383876986643,6.140710760925558],[-11.438779466182055,6.785916856305747],[-11.19980180504828,7.105845648624737],[-11.146704270868383,7.396706447779536],[-10.69559485517648,7.939464016141087],[-10.23009355309128,8.406205552601293],[-10.016566534861255,8.42850393313523],[-9.755342169625834,8.541055202666925],[-9.337279832384581,7.928534450711353],[-9.40334815106975,7.526905218938907],[-9.208786383490844,7.313920803247953],[-8.926064622422004,7.309037380396375],[-8.722123582382123,7.71167430259851],[-8.439298468448698,7.686042792181738],[-8.48544552248535,7.39520783124307],[-8.385451626000574,6.911800645368742],[-8.60288021486862,6.46756419517166],[-8.311347622094019,6.193033148621083],[-7.993692592795881,6.126189683451543],[-7.570152553731688,5.707352199725904],[-7.539715135111762,5.313345241716519],[-7.63536821128403,5.188159084489456],[-7.71215938966975,4.364565944837722]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Libya","sov_a3":"LBY","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Libya","adm0_a3":"LBY","geou_dif":0,"geounit":"Libya","gu_a3":"LBY","su_dif":0,"subunit":"Libya","su_a3":"LBY","brk_diff":0,"name":"Libya","name_long":"Libya","brk_a3":"LBY","brk_name":"Libya","brk_group":null,"abbrev":"Libya","postal":"LY","formal_en":"Libya","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Libya","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":2,"mapcolor13":11,"pop_est":6310434,"gdp_md_est":88830,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LY","iso_a3":"LBY","iso_n3":"434","un_a3":"434","wb_a2":"LY","wb_a3":"LBY","woe_id":-99,"adm0_a3_is":"LBY","adm0_a3_us":"LBY","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"LBY.geojson"},"geometry":{"type":"Polygon","coordinates":[[[14.8513,22.862950000000126],[14.143870883855243,22.49128896737113],[13.581424594790462,23.04050608976928],[11.9995056494717,23.471668402596432],[11.560669386449035,24.097909247325617],[10.771363559622955,24.562532050061748],[10.303846876678449,24.379313259370974],[9.948261346078027,24.936953640232616],[9.910692579801776,25.365454616796796],[9.31941084151822,26.094324856057483],[9.716285841519664,26.51220632578565],[9.629056023811074,27.140953477481048],[9.756128370816782,27.688258571884205],[9.683884718472882,28.144173895779314],[9.859997999723475,28.95998973237107],[9.805634392952356,29.424638373323376],[9.482139926805417,30.307556057246188],[9.970017124072967,30.539324856075382],[10.056575148161699,30.961831366493524],[9.950225050505196,31.376069647745283],[10.636901482799487,31.761420803345683],[10.944789666394513,32.081814683555365],[11.432253452203781,32.36890310315283],[11.48878746913101,33.13699575452324],[12.66331,32.79278],[13.08326,32.87882],[13.91868,32.71196],[15.24563,32.26508],[15.71394,31.37626],[16.61162,31.18218],[18.02109,30.76357],[19.08641,30.26639],[19.57404,30.52582],[20.05335,30.98576],[19.82033,31.75179000000014],[20.13397,32.2382],[20.85452,32.7068],[21.54298,32.8432],[22.89576,32.63858],[23.2368,32.19149],[23.609130000000107,32.18726],[23.9275,32.01667],[24.92114,31.89936],[25.16482,31.56915],[24.80287,31.08929],[24.95762,30.6616],[24.70007,30.04419],[25.00000000000011,29.23865452953356],[25.00000000000011,25.682499996361003],[25.00000000000011,22],[25.00000000000011,20.00304],[23.850000000000136,20],[23.837660000000138,19.580470000000105],[19.84926,21.49509],[15.86085,23.40972],[14.8513,22.862950000000126]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Lesotho","sov_a3":"LSO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Lesotho","adm0_a3":"LSO","geou_dif":0,"geounit":"Lesotho","gu_a3":"LSO","su_dif":0,"subunit":"Lesotho","su_a3":"LSO","brk_diff":0,"name":"Lesotho","name_long":"Lesotho","brk_a3":"LSO","brk_name":"Lesotho","brk_group":null,"abbrev":"Les.","postal":"LS","formal_en":"Kingdom of Lesotho","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Lesotho","name_alt":null,"mapcolor7":1,"mapcolor8":5,"mapcolor9":2,"mapcolor13":8,"pop_est":2130819,"gdp_md_est":3293,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LS","iso_a3":"LSO","iso_n3":"426","un_a3":"426","wb_a2":"LS","wb_a3":"LSO","woe_id":-99,"adm0_a3_is":"LSO","adm0_a3_us":"LSO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Southern Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"LSO.geojson"},"geometry":{"type":"Polygon","coordinates":[[[28.97826256685724,-28.955596612261715],[29.325166456832587,-29.257386976846252],[29.018415154748023,-29.74376555757737],[28.84839969250774,-30.070050551068253],[28.29106937023991,-30.2262167294543],[28.107204624145425,-30.54573211031495],[27.749397006956485,-30.64510588961222],[26.999261915807637,-29.875953871379984],[27.532511020627478,-29.24271087007536],[28.07433841320778,-28.851468601193588],[28.541700066855498,-28.64750172293757],[28.97826256685724,-28.955596612261715]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Morocco","sov_a3":"MAR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Morocco","adm0_a3":"MAR","geou_dif":0,"geounit":"Morocco","gu_a3":"MAR","su_dif":0,"subunit":"Morocco","su_a3":"MAR","brk_diff":0,"name":"Morocco","name_long":"Morocco","brk_a3":"MAR","brk_name":"Morocco","brk_group":null,"abbrev":"Mor.","postal":"MA","formal_en":"Kingdom of Morocco","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Morocco","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":3,"mapcolor13":9,"pop_est":34859364,"gdp_md_est":136600,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MA","iso_a3":"MAR","iso_n3":"504","un_a3":"504","wb_a2":"MA","wb_a3":"MAR","woe_id":-99,"adm0_a3_is":"MAR","adm0_a3_us":"MAR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MAR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-5.193863491222032,35.75518219659085],[-4.591006232105143,35.33071198174565],[-3.640056525070008,35.39985504815198],[-2.604305792644112,35.17909332940112],[-2.169913702798624,35.16839630791671],[-1.792985805661658,34.527918606091305],[-1.73345455566141,33.91971283623212],[-1.388049282222596,32.86401500094137],[-1.124551153966195,32.6515215113572],[-1.30789913573787,32.26288890230603],[-2.616604783529567,32.094346218386164],[-3.068980271812649,31.72449799247329],[-3.647497931320146,31.63729401298082],[-3.690441046554667,30.896951605751152],[-4.859646165374443,30.50118764904388],[-5.242129278982787,30.000443020135574],[-6.060632290053746,29.731699734001808],[-7.059227667661901,29.579228420524657],[-8.674116176782832,28.84128896739665],[-8.665589565454836,27.65642588959247],[-8.817809007940525,27.65642588959247],[-8.817828334986643,27.65642588959247],[-8.794883999049034,27.12069631602256],[-9.413037482124508,27.088476060488546],[-9.735343390328751,26.860944729107416],[-10.189424200877452,26.860944729107416],[-10.55126257978526,26.990807603456886],[-11.392554897496948,26.883423977154393],[-11.718219773800342,26.104091701760808],[-12.030758836301658,26.03086619720312],[-12.50096269372537,24.770116278578143],[-13.891110398809047,23.691009019459386],[-14.221167771857154,22.310163072188345],[-14.630832688850946,21.860939846274874],[-14.750954555713404,21.500600083903805],[-17.00296179856107,21.420734157796687],[-17.020428432675768,21.422310288981635],[-16.973247849993186,21.885744533774954],[-16.58913692876763,22.15823436125009],[-16.261921759495664,22.679339504481277],[-16.3264139469959,23.017768459560898],[-15.982610642958063,23.723358466074103],[-15.426003790742186,24.35913361256104],[-15.089331834360733,24.52026072844697],[-14.824645148161691,25.103532619725314],[-14.800925665739667,25.63626496022229],[-14.439939947964831,26.254418443297652],[-13.773804897506464,26.618892320252286],[-13.139941779014292,27.640147813420494],[-13.121613369914712,27.654147671719812],[-12.618836635783111,28.038185533148663],[-11.688919236690765,28.148643907172584],[-10.900956997104402,28.83214223888092],[-10.399592251008642,29.098585923777787],[-9.564811163765626,29.933573716749862],[-9.814718390329174,31.17773550060906],[-9.434793260119363,32.038096421836485],[-9.300692918321829,32.564679266890636],[-8.65747636558504,33.2402452662424],[-7.654178432638218,33.69706492770251],[-6.91254411460136,34.11047638603745],[-6.244342006851411,35.145865383437524],[-5.929994269219833,35.75998810479399],[-5.193863491222032,35.75518219659085]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Madagascar","sov_a3":"MDG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Madagascar","adm0_a3":"MDG","geou_dif":0,"geounit":"Madagascar","gu_a3":"MDG","su_dif":0,"subunit":"Madagascar","su_a3":"MDG","brk_diff":0,"name":"Madagascar","name_long":"Madagascar","brk_a3":"MDG","brk_name":"Madagascar","brk_group":null,"abbrev":"Mad.","postal":"MG","formal_en":"Republic of Madagascar","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Madagascar","name_alt":null,"mapcolor7":6,"mapcolor8":5,"mapcolor9":2,"mapcolor13":3,"pop_est":20653556,"gdp_md_est":20130,"pop_year":-99,"lastcensus":1993,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"MG","iso_a3":"MDG","iso_n3":"450","un_a3":"450","wb_a2":"MG","wb_a3":"MDG","woe_id":-99,"adm0_a3_is":"MDG","adm0_a3_us":"MDG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MDG.geojson"},"geometry":{"type":"Polygon","coordinates":[[[49.54351891459575,-12.469832858940554],[49.80898074727909,-12.895284925999555],[50.056510857957164,-13.555761407121985],[50.21743126811407,-14.758788750876795],[50.47653689962553,-15.226512139550541],[50.377111443895956,-15.706069431219126],[50.20027469259318,-16.000263360256767],[49.86060550313868,-15.414252618066916],[49.67260664246086,-15.710203545802479],[49.863344354050156,-16.451036879138776],[49.77456424337271,-16.875042006093597],[49.49861209493412,-17.106035658438273],[49.435618523970305,-17.953064060134366],[49.041792433473944,-19.118781019774445],[48.54854088724801,-20.496888116134127],[47.93074913919867,-22.391501153251085],[47.54772342305131,-23.781958916928517],[47.095761346226595,-24.941629733990453],[46.282477654817086,-25.178462823184105],[45.409507684110444,-25.60143442149309],[44.83357384621755,-25.34610116953894],[44.03972049334976,-24.988345228782308],[43.76376834491117,-24.460677178649988],[43.697777540874455,-23.574116306250602],[43.345654331237625,-22.776903985283873],[43.254187046081,-22.057413018484123],[43.43329756040464,-21.336475111580185],[43.893682895692926,-21.163307386970125],[43.896370070172104,-20.830459486578174],[44.37432539243966,-20.07236622485639],[44.46439741392439,-19.435454196859048],[44.23242190936617,-18.961994724200906],[44.04297610858415,-18.33138722094317],[43.96308434426091,-17.409944756746782],[44.31246870298628,-16.850495700754955],[44.4465173683514,-16.216219170804507],[44.94493655780653,-16.1793738745804],[45.50273196796499,-15.97437346767854],[45.87299360533626,-15.793454278224685],[46.31224327981721,-15.780018405828798],[46.882182651564285,-15.210182386946313],[47.70512983581235,-14.594302666891764],[48.005214878131255,-14.091232598530375],[47.869047479042166,-13.663868503476586],[48.29382775248138,-13.784067884987486],[48.84506025573878,-13.089174899958664],[48.86350874206698,-12.48786793381042],[49.194651320193316,-12.04055673589197],[49.54351891459575,-12.469832858940554]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Mali","sov_a3":"MLI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Mali","adm0_a3":"MLI","geou_dif":0,"geounit":"Mali","gu_a3":"MLI","su_dif":0,"subunit":"Mali","su_a3":"MLI","brk_diff":0,"name":"Mali","name_long":"Mali","brk_a3":"MLI","brk_name":"Mali","brk_group":null,"abbrev":"Mali","postal":"ML","formal_en":"Republic of Mali","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Mali","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":7,"pop_est":12666987,"gdp_md_est":14590,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"ML","iso_a3":"MLI","iso_n3":"466","un_a3":"466","wb_a2":"ML","wb_a3":"MLI","woe_id":-99,"adm0_a3_is":"MLI","adm0_a3_us":"MLI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MLI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-12.170750291380301,14.616834214735505],[-11.834207526079467,14.79909699142894],[-11.666078253617854,15.388208319556298],[-11.349095017939504,15.411256008358478],[-10.650791388379417,15.132745876521426],[-10.086846482778212,15.330485744686273],[-9.700255092802706,15.264107367407362],[-9.55023840985939,15.486496893775437],[-5.537744309908447,15.501689764869257],[-5.315277268891933,16.20185374599184],[-5.488522508150438,16.325102037007966],[-5.971128709324248,20.64083344164763],[-6.453786586930335,24.956590684503425],[-4.92333736817423,24.974574082941],[-1.550054897457613,22.792665920497384],[1.823227573259032,20.610809434486043],[2.06099083823392,20.142233384679486],[2.683588494486429,19.856230170160114],[3.1466610042539,19.69357859952144],[3.158133172222705,19.057364203360038],[4.267419467800039,19.155265204337],[4.270209995143801,16.852227484601215],[3.723421665063483,16.184283759012615],[3.638258904646477,15.568119818580454],[2.749992709981484,15.409524847876696],[1.385528191746858,15.323561102759172],[1.01578331869851,14.968182277887948],[0.374892205414682,14.928908189346132],[-0.26625729003058,14.924308986872148],[-0.515854458000348,15.116157741755726],[-1.066363491205664,14.973815009007765],[-2.001035122068771,14.559008287000891],[-2.191824510090385,14.246417548067356],[-2.967694464520577,13.79815033615151],[-3.10370683431276,13.541266791228594],[-3.522802700199861,13.337661647998615],[-4.006390753587226,13.472485459848116],[-4.28040503581488,13.228443508349741],[-4.427166103523803,12.542645575404295],[-5.220941941743121,11.713858954307227],[-5.197842576508648,11.37514577885014],[-5.470564947929006,10.951269842976048],[-5.404341599946974,10.370736802609146],[-5.816926235365287,10.222554633012194],[-6.050452032892267,10.096360785355444],[-6.205222947606431,10.524060777219134],[-6.493965013037267,10.411302801958271],[-6.666460944027548,10.430810655148447],[-6.850506557635057,10.138993841996239],[-7.622759161804809,10.147236232946796],[-7.899589809592372,10.297382106970828],[-8.029943610048619,10.206534939001713],[-8.33537716310974,10.494811916541934],[-8.282357143578281,10.792597357623846],[-8.407310756860028,10.909256903522762],[-8.620321010767128,10.810890814655183],[-8.581305304386774,11.136245632364805],[-8.376304897484914,11.393645941610629],[-8.786099005559464,11.812560939984706],[-8.90526485842453,12.088358059126437],[-9.127473517279583,12.308060411015331],[-9.327616339546012,12.334286200403454],[-9.567911749703214,12.194243068892476],[-9.890992804392013,12.060478623904972],[-10.165213792348837,11.844083563682744],[-10.593223842806282,11.92397532800598],[-10.870829637078215,12.17788747807211],[-11.036555955438258,12.211244615116515],[-11.29757361494451,12.077971096235771],[-11.456168585648271,12.076834214725338],[-11.51394283695059,12.442987575729418],[-11.467899135778524,12.754518947800975],[-11.55339779300543,13.141213690641067],[-11.927716030311615,13.422075100147394],[-12.12488745772126,13.994727484589788],[-12.170750291380301,14.616834214735505]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Mozambique","sov_a3":"MOZ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Mozambique","adm0_a3":"MOZ","geou_dif":0,"geounit":"Mozambique","gu_a3":"MOZ","su_dif":0,"subunit":"Mozambique","su_a3":"MOZ","brk_diff":0,"name":"Mozambique","name_long":"Mozambique","brk_a3":"MOZ","brk_name":"Mozambique","brk_group":null,"abbrev":"Moz.","postal":"MZ","formal_en":"Republic of Mozambique","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Mozambique","name_alt":null,"mapcolor7":4,"mapcolor8":2,"mapcolor9":1,"mapcolor13":4,"pop_est":21669278,"gdp_md_est":18940,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"MZ","iso_a3":"MOZ","iso_n3":"508","un_a3":"508","wb_a2":"MZ","wb_a3":"MOZ","woe_id":-99,"adm0_a3_is":"MOZ","adm0_a3_us":"MOZ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MOZ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[34.55998904799935,-11.520020033415925],[35.31239790216904,-11.439146416879147],[36.51408165868426,-11.720938002166733],[36.775150994622805,-11.594537448780805],[37.47128421402661,-11.56875090906716],[37.82764489111139,-11.268769219612835],[38.42755659358775,-11.285202325081656],[39.521029900883775,-10.896853936408226],[40.31658857601719,-10.317096042525698],[40.47838748552303,-10.765440769089993],[40.437253045418686,-11.761710707245015],[40.56081139502857,-12.639176527561027],[40.59962039567975,-14.201975192931862],[40.775475294768995,-14.691764418194241],[40.4772506040126,-15.406294447493972],[40.08926395036522,-16.10077402106446],[39.45255862809705,-16.72089120856694],[38.53835086442152,-17.101023044505958],[37.41113284683888,-17.586368096591237],[36.28127933120936,-18.65968759529345],[35.89649661636406,-18.842260430580634],[35.198399692533144,-19.552811374593894],[34.78638349787005,-19.784011732667736],[34.70189253107284,-20.49704314543101],[35.176127150215365,-21.25436126066841],[35.37342776870574,-21.840837090748877],[35.385848253705404,-22.14],[35.562545536369086,-22.09],[35.533934767404304,-23.070787855727758],[35.37177412287238,-23.5353589820317],[35.60747033055563,-23.706563002214683],[35.45874555841962,-24.12260995859655],[35.04073489761066,-24.478350518493805],[34.21582400893547,-24.81631438568266],[33.01321007663901,-25.357573337507738],[32.574632195777866,-25.72731821055609],[32.66036339695009,-26.148584486599443],[32.91595503106569,-26.215867201443466],[32.830120477028885,-26.742191664336197],[32.07166548028107,-26.73382008230491],[31.98577924981197,-26.291779880480227],[31.837777947728064,-25.84333180105135],[31.75240848158188,-25.484283949487413],[31.93058882012425,-24.369416599222536],[31.670397983534652,-23.658969008073864],[31.191409132621285,-22.2515096981724],[32.244988234188014,-21.116488539313693],[32.50869306817344,-20.395292250248307],[32.65974327976258,-20.304290052982317],[32.772707960752626,-19.715592136313298],[32.61199425632489,-19.419382826416275],[32.65488569512715,-18.672089939043495],[32.84986087416439,-17.97905730557718],[32.847638787575846,-16.713398125884616],[32.32823896661022,-16.392074069893752],[31.8520406430406,-16.319417006091378],[31.636498243951195,-16.071990248277885],[31.173063999157677,-15.860943698797872],[30.338954705534544,-15.880839125230244],[30.274255812305107,-15.507786960515212],[30.17948123548183,-14.796099134991527],[33.214024692525214,-13.971860039936153],[33.789700148256685,-14.451830743063072],[34.064825473778626,-14.359950046448121],[34.45963341648854,-14.613009535381424],[34.51766604995231,-15.013708591372612],[34.307291294092096,-15.478641452702595],[34.38129194513405,-16.183559665596043],[35.033810255683534,-16.801299737213093],[35.33906294123164,-16.10744028083011],[35.77190473810836,-15.896858819240725],[35.68684533055594,-14.611045830954332],[35.26795617039801,-13.887834161029566],[34.907151320136165,-13.565424899960568],[34.55998904799935,-13.579997653866876],[34.28000613784198,-12.280025323132504],[34.55998904799935,-11.520020033415925]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Mauritania","sov_a3":"MRT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Mauritania","adm0_a3":"MRT","geou_dif":0,"geounit":"Mauritania","gu_a3":"MRT","su_dif":0,"subunit":"Mauritania","su_a3":"MRT","brk_diff":0,"name":"Mauritania","name_long":"Mauritania","brk_a3":"MRT","brk_name":"Mauritania","brk_group":null,"abbrev":"Mrt.","postal":"MR","formal_en":"Islamic Republic of Mauritania","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Mauritania","name_alt":null,"mapcolor7":3,"mapcolor8":3,"mapcolor9":2,"mapcolor13":1,"pop_est":3129486,"gdp_md_est":6308,"pop_year":-99,"lastcensus":2000,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"MR","iso_a3":"MRT","iso_n3":"478","un_a3":"478","wb_a2":"MR","wb_a3":"MRT","woe_id":-99,"adm0_a3_is":"MRT","adm0_a3_us":"MRT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MRT.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-12.170750291380301,14.616834214735505],[-12.830658331747516,15.303691514542946],[-13.43573767745306,16.03938304286619],[-14.099521450242179,16.304302273010492],[-14.577347581428981,16.59826365810281],[-15.135737270558817,16.587282416240782],[-15.62366614425869,16.369337063049812],[-16.12069007004193,16.455662543193384],[-16.463098110407884,16.13503611903846],[-16.549707810929064,16.67389211676196],[-16.270551723688357,17.166962795474873],[-16.14634741867485,18.108481553616656],[-16.256883307347167,19.096715806550307],[-16.37765112961327,19.593817246981985],[-16.277838100641517,20.0925206568147],[-16.536323614965468,20.567866319251493],[-17.063423224342568,20.999752102130827],[-16.845193650773993,21.33332347257488],[-12.929101935263532,21.32707062426756],[-13.118754441774712,22.771220201096256],[-12.874221564169575,23.284832261645178],[-11.937224493853321,23.374594224536168],[-11.96941891117116,25.933352769468268],[-8.6872936670174,25.881056219988906],[-8.68439978680905,27.395744126896005],[-4.92333736817423,24.974574082941],[-6.453786586930335,24.956590684503425],[-5.971128709324248,20.64083344164763],[-5.488522508150438,16.325102037007966],[-5.315277268891933,16.20185374599184],[-5.537744309908447,15.501689764869257],[-9.55023840985939,15.486496893775437],[-9.700255092802706,15.264107367407362],[-10.086846482778212,15.330485744686273],[-10.650791388379417,15.132745876521426],[-11.349095017939504,15.411256008358478],[-11.666078253617854,15.388208319556298],[-11.834207526079467,14.79909699142894],[-12.170750291380301,14.616834214735505]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Namibia","sov_a3":"NAM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Namibia","adm0_a3":"NAM","geou_dif":0,"geounit":"Namibia","gu_a3":"NAM","su_dif":0,"subunit":"Namibia","su_a3":"NAM","brk_diff":0,"name":"Namibia","name_long":"Namibia","brk_a3":"NAM","brk_name":"Namibia","brk_group":null,"abbrev":"Nam.","postal":"NA","formal_en":"Republic of Namibia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Namibia","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":1,"mapcolor13":7,"pop_est":2108665,"gdp_md_est":13250,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"NA","iso_a3":"NAM","iso_n3":"516","un_a3":"516","wb_a2":"NA","wb_a3":"NAM","woe_id":-99,"adm0_a3_is":"NAM","adm0_a3_us":"NAM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Southern Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"NAM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[16.344976840895242,-28.576705010697697],[15.601818068105814,-27.8212472470228],[15.21047244635946,-27.090955905874047],[14.989710727608552,-26.117371921495156],[14.743214145576331,-25.39292001719538],[14.408144158595833,-23.853014011329847],[14.385716586981149,-22.65665292734069],[14.257714064194175,-22.111208184499954],[13.86864220546866,-21.699036960539978],[13.35249799973744,-20.872834161057504],[12.826845330464492,-19.673165785401665],[12.608564080463621,-19.0453488094877],[11.794918654028066,-18.069129327061916],[11.734198846085121,-17.301889336824473],[12.215461460019355,-17.111668389558083],[12.814081251688407,-16.94134286872407],[13.462362094789967,-16.971211846588773],[14.05850141770901,-17.423380629142663],[14.209706658595024,-17.35310068122572],[18.26330936043416,-17.309950860262006],[18.956186964603603,-17.789094740472258],[21.377176141045567,-17.930636488519696],[23.215048455506064,-17.52311614346598],[24.033861525170778,-17.295843194246324],[24.682349074001507,-17.353410739819473],[25.07695031098226,-17.57882333747662],[25.08444339366457,-17.661815687737374],[24.520705193792537,-17.887124932529936],[24.217364536239213,-17.88934701911849],[23.579005568137717,-18.28126108162006],[23.1968583513393,-17.869038181227786],[21.655040317478978,-18.219146010005225],[20.910641310314535,-18.252218926672022],[20.881134067475866,-21.814327080983148],[19.89545779794068,-21.84915699634787],[19.895767856534434,-24.767790215760588],[19.894734327888614,-28.461104831660776],[19.002127312911085,-28.972443129188864],[18.464899122804752,-29.04546192801728],[17.83615197110953,-28.85637786226132],[17.387497185951503,-28.78351409272978],[17.218928663815404,-28.35594329194681],[16.824017368240902,-28.082161553664466],[16.344976840895242,-28.576705010697697]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Malawi","sov_a3":"MWI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Malawi","adm0_a3":"MWI","geou_dif":0,"geounit":"Malawi","gu_a3":"MWI","su_dif":0,"subunit":"Malawi","su_a3":"MWI","brk_diff":0,"name":"Malawi","name_long":"Malawi","brk_a3":"MWI","brk_name":"Malawi","brk_group":null,"abbrev":"Mal.","postal":"MW","formal_en":"Republic of Malawi","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Malawi","name_alt":null,"mapcolor7":1,"mapcolor8":3,"mapcolor9":4,"mapcolor13":5,"pop_est":14268711,"gdp_md_est":11810,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"MW","iso_a3":"MWI","iso_n3":"454","un_a3":"454","wb_a2":"MW","wb_a3":"MWI","woe_id":-99,"adm0_a3_is":"MWI","adm0_a3_us":"MWI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MWI.geojson"},"geometry":{"type":"Polygon","coordinates":[[[34.55998904799935,-11.520020033415925],[34.28000613784198,-12.280025323132504],[34.55998904799935,-13.579997653866876],[34.907151320136165,-13.565424899960568],[35.26795617039801,-13.887834161029566],[35.68684533055594,-14.611045830954332],[35.77190473810836,-15.896858819240725],[35.33906294123164,-16.10744028083011],[35.033810255683534,-16.801299737213093],[34.38129194513405,-16.183559665596043],[34.307291294092096,-15.478641452702595],[34.51766604995231,-15.013708591372612],[34.45963341648854,-14.613009535381424],[34.064825473778626,-14.359950046448121],[33.789700148256685,-14.451830743063072],[33.214024692525214,-13.971860039936153],[32.68816531752313,-13.712857761289275],[32.991764357237884,-12.783870537978272],[33.306422153463075,-12.435778090060218],[33.11428917820191,-11.607198174692314],[33.315310499817286,-10.796549981329697],[33.48568769708359,-10.525558770391115],[33.2313879737753,-9.6767216935648],[32.75937544122132,-9.230599053589058],[33.73972903823045,-9.417150974162723],[33.94083772409653,-9.693673841980294],[34.28000613784198,-10.159999688358404],[34.55998904799935,-11.520020033415925]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Niger","sov_a3":"NER","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Niger","adm0_a3":"NER","geou_dif":0,"geounit":"Niger","gu_a3":"NER","su_dif":0,"subunit":"Niger","su_a3":"NER","brk_diff":0,"name":"Niger","name_long":"Niger","brk_a3":"NER","brk_name":"Niger","brk_group":null,"abbrev":"Niger","postal":"NE","formal_en":"Republic of Niger","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Niger","name_alt":null,"mapcolor7":4,"mapcolor8":5,"mapcolor9":3,"mapcolor13":13,"pop_est":15306252,"gdp_md_est":10040,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"NE","iso_a3":"NER","iso_n3":"562","un_a3":"562","wb_a2":"NE","wb_a3":"NER","woe_id":-99,"adm0_a3_is":"NER","adm0_a3_us":"NER","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"NER.geojson"},"geometry":{"type":"Polygon","coordinates":[[[2.15447350424995,11.940150051313424],[2.177107781593918,12.625017808477537],[1.024103224297619,12.851825669806601],[0.993045688490156,13.335749620003865],[0.429927605805517,13.988733018443893],[0.295646396495215,14.444234930880667],[0.374892205414767,14.928908189346147],[1.015783318698482,14.968182277887989],[1.385528191746971,15.32356110275924],[2.749992709981541,15.409524847876753],[3.638258904646591,15.568119818580442],[3.723421665063597,16.184283759012658],[4.270209995143887,16.852227484601315],[4.267419467800096,19.155265204337127],[5.677565952180714,19.6012069767998],[8.57289310062987,21.565660712159225],[11.9995056494717,23.471668402596432],[13.581424594790462,23.04050608976928],[14.143870883855243,22.49128896737113],[14.8513,22.862950000000126],[15.096887648181848,21.30851878507491],[15.471076694407316,21.048457139565983],[15.487148064850146,20.730414537025638],[15.903246697664313,20.387618923417506],[15.685740594147774,19.957180080642384],[15.30044111497972,17.927949937405003],[15.247731154041846,16.627305813050782],[13.972201775781684,15.684365953021143],[13.540393507550789,14.367133693901222],[13.956698846094127,13.996691189016929],[13.95447675950561,13.353448798063766],[14.595781284247607,13.330426947477859],[14.495787387762903,12.859396267137356],[14.21353071458475,12.802035427293333],[14.18133629726691,12.483656927943171],[13.995352817448293,12.461565253138303],[13.318701613018561,13.556356309457954],[13.083987257548813,13.596147162322495],[12.30207116054055,13.037189032437539],[11.527803175511508,13.32898000737356],[10.989593133191532,13.387322699431195],[10.701031935273818,13.246917832894042],[10.114814487354748,13.277251898649467],[9.52492801274309,12.851102199754564],[9.014933302454438,12.826659247280418],[7.804671258178871,13.343526923063735],[7.330746697630047,13.098038031461215],[6.820441928747812,13.115091254117601],[6.445426059605722,13.492768459522722],[5.443058302440135,13.865923977102225],[4.368343540066007,13.747481594289411],[4.107945997747379,13.531215725147945],[3.967282749048934,12.956108710171577],[3.680633579125925,12.55290334721417],[3.611180454125587,11.660167141155966],[2.848643019226586,12.23563589115821],[2.490163608418015,12.233052069543588],[2.15447350424995,11.940150051313424]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Nigeria","sov_a3":"NGA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Nigeria","adm0_a3":"NGA","geou_dif":0,"geounit":"Nigeria","gu_a3":"NGA","su_dif":0,"subunit":"Nigeria","su_a3":"NGA","brk_diff":0,"name":"Nigeria","name_long":"Nigeria","brk_a3":"NGA","brk_name":"Nigeria","brk_group":null,"abbrev":"Nigeria","postal":"NG","formal_en":"Federal Republic of Nigeria","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Nigeria","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":5,"mapcolor13":2,"pop_est":149229090,"gdp_md_est":335400,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"NG","iso_a3":"NGA","iso_n3":"566","un_a3":"566","wb_a2":"NG","wb_a3":"NGA","woe_id":-99,"adm0_a3_is":"NGA","adm0_a3_us":"NGA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"NGA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[8.500287713259695,4.771982937026849],[7.46210818851594,4.412108262546241],[7.082596469764439,4.464689032403228],[6.6980721370806,4.240594183769517],[5.898172641634687,4.262453314628985],[5.362804803090881,4.887970689305959],[5.033574252959368,5.611802476418234],[4.325607130560683,6.270651149923467],[3.574180128604553,6.258300482605719],[2.691701694356254,6.258817246928629],[2.74906253420022,7.870734361192888],[2.723792758809509,8.50684540448971],[2.912308383810256,9.13760793704432],[3.220351596702101,9.4441525333997],[3.705438266625919,10.063210354040208],[3.600070021182801,10.332186184119408],[3.797112257511714,10.734745591673105],[3.572216424177469,11.327939357951518],[3.611180454125559,11.660167141155966],[3.680633579125811,12.552903347214226],[3.967282749048849,12.956108710171575],[4.107945997747322,13.531215725147831],[4.368343540066064,13.747481594289324],[5.443058302440164,13.865923977102298],[6.445426059605637,13.492768459522678],[6.820441928747754,13.115091254117518],[7.330746697630018,13.0980380314612],[7.804671258178786,13.343526923063745],[9.014933302454466,12.82665924728043],[9.524928012742945,12.851102199754479],[10.114814487354693,13.27725189864941],[10.701031935273704,13.246917832894084],[10.989593133191535,13.38732269943111],[11.527803175511394,13.328980007373588],[12.302071160540523,13.037189032437524],[13.08398725754887,13.596147162322566],[13.318701613018561,13.556356309457826],[13.99535281744835,12.461565253138346],[14.181336297266792,12.483656927943116],[14.577177768622533,12.085360826053503],[14.468192172918975,11.904751695193411],[14.415378859116686,11.572368882692075],[13.572949659894562,10.798565985553566],[13.308676385153918,10.160362046748928],[13.167599724997103,9.640626328973411],[12.955467970438974,9.417771714714704],[12.753671502339214,8.717762762888995],[12.218872104550599,8.305824082874324],[12.063946160539558,7.799808457872302],[11.839308709366803,7.397042344589436],[11.74577436691851,6.981382961449753],[11.05878787603035,6.644426784690594],[10.497375115611417,7.055357774275564],[10.118276808318257,7.038769639509879],[9.522705926154401,6.453482367372117],[9.233162876023044,6.444490668153334],[8.757532993208628,5.479665839047911],[8.500287713259695,4.771982937026849]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Rwanda","sov_a3":"RWA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Rwanda","adm0_a3":"RWA","geou_dif":0,"geounit":"Rwanda","gu_a3":"RWA","su_dif":0,"subunit":"Rwanda","su_a3":"RWA","brk_diff":0,"name":"Rwanda","name_long":"Rwanda","brk_a3":"RWA","brk_name":"Rwanda","brk_group":null,"abbrev":"Rwa.","postal":"RW","formal_en":"Republic of Rwanda","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Rwanda","name_alt":null,"mapcolor7":5,"mapcolor8":2,"mapcolor9":3,"mapcolor13":10,"pop_est":10473282,"gdp_md_est":9706,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"RW","iso_a3":"RWA","iso_n3":"646","un_a3":"646","wb_a2":"RW","wb_a3":"RWA","woe_id":-99,"adm0_a3_is":"RWA","adm0_a3_us":"RWA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"RWA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[30.41910485201924,-1.134659112150416],[30.81613488131771,-1.698914076345389],[30.75830895358311,-2.287250257988369],[30.469696079232985,-2.413857517103458],[29.938359002407942,-2.348486830254238],[29.632176141078588,-2.917857761246097],[29.024926385216787,-2.839257907730158],[29.117478875451553,-2.292211195488385],[29.25483483248334,-2.215109958508911],[29.29188683443661,-1.620055840667987],[29.579466180140884,-1.341313164885626],[29.82151858899601,-1.443322442229785],[30.41910485201924,-1.134659112150416]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"South Sudan","sov_a3":"SDS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"South Sudan","adm0_a3":"SDS","geou_dif":0,"geounit":"South Sudan","gu_a3":"SDS","su_dif":0,"subunit":"South Sudan","su_a3":"SDS","brk_diff":0,"name":"S. Sudan","name_long":"South Sudan","brk_a3":"SDS","brk_name":"S. Sudan","brk_group":null,"abbrev":"S. Sud.","postal":"SS","formal_en":"Republic of South Sudan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"South Sudan","name_alt":null,"mapcolor7":1,"mapcolor8":3,"mapcolor9":3,"mapcolor13":5,"pop_est":10625176,"gdp_md_est":13227,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"SS","iso_a3":"SSD","iso_n3":"728","un_a3":"728","wb_a2":"SS","wb_a3":"SSD","woe_id":-99,"adm0_a3_is":"SSD","adm0_a3_us":"SDS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":11,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"SSD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[33.963392794971185,9.464285229420625],[33.97498,8.68456],[33.82550000000015,8.37916],[33.29480000000012,8.35458],[32.95418,7.784970000000102],[33.568290000000104,7.71334],[34.0751,7.22595],[34.25032,6.82607],[34.70702,6.59422000000012],[35.298007118233095,5.506],[34.62019626785394,4.847122742082036],[34.005,4.249884947362147],[33.3900000000001,3.79],[32.68642,3.79232],[31.881450000000143,3.55827],[31.24556,3.7819],[30.83385,3.50917],[29.95349,4.1737],[29.71599531425602,4.600804755060153],[29.159078403446642,4.389267279473245],[28.696677687298802,4.455077215996994],[28.428993768027,4.287154649264608],[27.979977247842953,4.408413397637388],[27.374226108517632,5.233944403500175],[27.213409051225256,5.550953477394614],[26.465909458123292,5.946717434101856],[26.21341840994512,6.546603298362129],[25.796647983511264,6.97931590415817],[25.124130893664812,7.500085150579424],[25.114932488716875,7.825104071479245],[24.5673690121522,8.229187933785454],[23.886979580860665,8.619729712933065],[24.19406772118765,8.728696472403897],[24.53741516360202,8.91753756573172],[24.794925745412684,9.810240916008695],[25.069603699343986,10.273759963267992],[25.790633328413946,10.411098940233728],[25.962307049621018,10.136420986302424],[26.477328213242515,9.552730334198088],[26.752006167173818,9.466893473594496],[27.112520981708883,9.638567194801624],[27.833550610778783,9.60423245056029],[27.970889587744352,9.398223985111654],[28.966597170745782,9.398223985111654],[29.000931914987174,9.60423245056029],[29.515953078608614,9.793073543888056],[29.61895731133285,10.084918869940225],[29.99663949798855,10.290927335388687],[30.83784073190338,9.70723668328452],[31.35286189552488,9.810240916008695],[31.850715687025517,10.531270545078826],[32.400071594888345,11.080626452941488],[32.31423473428475,11.68148447716652],[32.073891524594785,11.973329803218519],[32.67474954881965,12.02483191958072],[32.743419037302544,12.248007757149992],[33.20693808456178,12.179338268667093],[33.086766479716744,11.441141267476496],[33.20693808456178,10.720111638406593],[33.72195924818311,10.325262079630193],[33.842130853028145,9.981914637215993],[33.82496348090751,9.484060845715362],[33.963392794971185,9.464285229420625]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":7,"sovereignt":"Western Sahara","sov_a3":"SAH","adm0_dif":0,"level":2,"type":"Indeterminate","admin":"Western Sahara","adm0_a3":"SAH","geou_dif":0,"geounit":"Western Sahara","gu_a3":"SAH","su_dif":0,"subunit":"Western Sahara","su_a3":"SAH","brk_diff":1,"name":"W. Sahara","name_long":"Western Sahara","brk_a3":"B28","brk_name":"W. Sahara","brk_group":null,"abbrev":"W. Sah.","postal":"WS","formal_en":"Sahrawi Arab Democratic Republic","formal_fr":null,"note_adm0":"Self admin.","note_brk":"Self admin.; Claimed by Morocco","name_sort":"Western Sahara","name_alt":null,"mapcolor7":4,"mapcolor8":7,"mapcolor9":4,"mapcolor13":4,"pop_est":-99,"gdp_md_est":-99,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"EH","iso_a3":"ESH","iso_n3":"732","un_a3":"732","wb_a2":"-99","wb_a3":"-99","woe_id":-99,"adm0_a3_is":"MAR","adm0_a3_us":"SAH","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":9,"long_len":14,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"ESH.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-8.794883999049077,27.120696316022503],[-8.817828334986672,27.656425889592356],[-8.665589565454809,27.656425889592356],[-8.665124477564191,27.589479071558227],[-8.68439978680905,27.395744126896005],[-8.6872936670174,25.881056219988906],[-11.96941891117116,25.933352769468268],[-11.937224493853321,23.374594224536168],[-12.874221564169575,23.284832261645178],[-13.118754441774712,22.771220201096256],[-12.929101935263532,21.32707062426756],[-16.845193650773993,21.33332347257488],[-17.063423224342568,20.999752102130827],[-17.020428432675743,21.42231028898148],[-17.00296179856109,21.420734157796577],[-14.750954555713534,21.500600083903663],[-14.630832688851072,21.8609398462749],[-14.221167771857251,22.31016307218816],[-13.891110398809047,23.691009019459305],[-12.50096269372537,24.7701162785782],[-12.030758836301615,26.030866197203043],[-11.718219773800357,26.104091701760623],[-11.392554897496979,26.883423977154365],[-10.551262579785273,26.990807603456886],[-10.189424200877582,26.860944729107405],[-9.735343390328879,26.860944729107405],[-9.413037482124466,27.088476060488517],[-8.794883999049077,27.120696316022503]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Sudan","sov_a3":"SDN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Sudan","adm0_a3":"SDN","geou_dif":0,"geounit":"Sudan","gu_a3":"SDN","su_dif":0,"subunit":"Sudan","su_a3":"SDN","brk_diff":0,"name":"Sudan","name_long":"Sudan","brk_a3":"SDN","brk_name":"Sudan","brk_group":null,"abbrev":"Sudan","postal":"SD","formal_en":"Republic of the Sudan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Sudan","name_alt":null,"mapcolor7":2,"mapcolor8":6,"mapcolor9":4,"mapcolor13":1,"pop_est":25946220,"gdp_md_est":88080,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SD","iso_a3":"SDN","iso_n3":"729","un_a3":"729","wb_a2":"SD","wb_a3":"SDN","woe_id":-99,"adm0_a3_is":"SDN","adm0_a3_us":"SDN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Sub-Saharan Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"SDN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[33.963392794971185,9.464285229420625],[33.82496348090751,9.484060845715362],[33.842130853028145,9.981914637215993],[33.72195924818311,10.325262079630193],[33.20693808456178,10.720111638406593],[33.086766479716744,11.441141267476496],[33.20693808456178,12.179338268667093],[32.743419037302544,12.248007757149992],[32.67474954881965,12.02483191958072],[32.073891524594785,11.973329803218519],[32.31423473428475,11.68148447716652],[32.400071594888345,11.080626452941488],[31.850715687025517,10.531270545078826],[31.35286189552488,9.810240916008695],[30.83784073190338,9.70723668328452],[29.99663949798855,10.290927335388687],[29.61895731133285,10.084918869940225],[29.515953078608614,9.793073543888056],[29.000931914987174,9.60423245056029],[28.966597170745782,9.398223985111654],[27.970889587744352,9.398223985111654],[27.833550610778783,9.60423245056029],[27.112520981708883,9.638567194801624],[26.752006167173818,9.466893473594496],[26.477328213242515,9.552730334198088],[25.962307049621018,10.136420986302424],[25.790633328413946,10.411098940233728],[25.069603699343986,10.273759963267992],[24.794925745412684,9.810240916008695],[24.53741516360202,8.91753756573172],[24.19406772118765,8.728696472403897],[23.886979580860665,8.619729712933065],[23.805813429466752,8.666318874542526],[23.459012892355986,8.95428579348902],[23.394779087017298,9.26506785729225],[23.55724979014292,9.68121816653877],[23.554304233502194,10.08925527591532],[22.97754357269275,10.71446259199854],[22.864165480244253,11.142395127807617],[22.87622,11.384610000000123],[22.50869,11.67936],[22.49762,12.26024],[22.28801,12.64605],[21.93681,12.588180000000136],[22.03759,12.95546],[22.29658,13.37232],[22.18329,13.78648],[22.51202,14.09318],[22.30351,14.32682],[22.56795000000011,14.944290000000137],[23.024590000000103,15.68072],[23.886890000000108,15.61084],[23.837660000000138,19.580470000000105],[23.850000000000136,20],[25.00000000000011,20.00304],[25.00000000000011,22],[29.02,22],[32.9,22],[36.86623,22],[37.1887200000001,21.01885],[36.96941,20.83744000000013],[37.11470000000014,19.80796],[37.4817900000001,18.61409],[37.86276,18.36786],[38.410089959473225,17.99830739997031],[37.90400000000011,17.42754],[37.16747,17.263140000000135],[36.852530000000115,16.95655],[36.75389,16.29186],[36.32322,14.82249],[36.42951,14.42211],[36.27022,13.563330000000121],[35.86363,12.57828],[35.26049,12.08286],[34.83163000000013,11.318960000000118],[34.73115000000013,10.910170000000107],[34.25745,10.63009],[33.96162,9.58358],[33.963392794971185,9.464285229420625]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Senegal","sov_a3":"SEN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Senegal","adm0_a3":"SEN","geou_dif":0,"geounit":"Senegal","gu_a3":"SEN","su_dif":0,"subunit":"Senegal","su_a3":"SEN","brk_diff":0,"name":"Senegal","name_long":"Senegal","brk_a3":"SEN","brk_name":"Senegal","brk_group":null,"abbrev":"Sen.","postal":"SN","formal_en":"Republic of Senegal","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Senegal","name_alt":null,"mapcolor7":2,"mapcolor8":6,"mapcolor9":5,"mapcolor13":5,"pop_est":13711597,"gdp_md_est":21980,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SN","iso_a3":"SEN","iso_n3":"686","un_a3":"686","wb_a2":"SN","wb_a3":"SEN","woe_id":-99,"adm0_a3_is":"SEN","adm0_a3_us":"SEN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SEN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-16.713728807023468,13.594958604379853],[-17.126106736712615,14.373515733289224],[-17.62504269049066,14.729540513564071],[-17.18517289882223,14.919477240452863],[-16.700706346085923,15.621527411354108],[-16.463098110407884,16.13503611903846],[-16.12069007004193,16.455662543193384],[-15.62366614425869,16.369337063049812],[-15.135737270558817,16.587282416240782],[-14.577347581428981,16.59826365810281],[-14.099521450242179,16.304302273010492],[-13.43573767745306,16.03938304286619],[-12.830658331747516,15.303691514542946],[-12.170750291380301,14.616834214735505],[-12.12488745772126,13.994727484589788],[-11.927716030311615,13.422075100147394],[-11.55339779300543,13.141213690641067],[-11.467899135778524,12.754518947800975],[-11.51394283695059,12.442987575729418],[-11.65830095055793,12.386582749882834],[-12.203564825885634,12.465647691289405],[-12.278599005573438,12.354440008997285],[-12.499050665730564,12.332089952031057],[-13.217818162478238,12.575873521367967],[-13.700476040084325,12.586182969610194],[-15.548476935274008,12.628170070847347],[-15.816574266004254,12.515567124883345],[-16.147716844130585,12.547761542201187],[-16.677451951554573,12.384851589401052],[-16.841524624081273,13.15139394780256],[-15.931295945692211,13.130284125211332],[-15.691000535534995,13.270353094938455],[-15.511812506562935,13.278569647672867],[-15.141163295949466,13.509511623585238],[-14.712197231494626,13.298206691943777],[-14.277701788784553,13.280585028532242],[-13.844963344772408,13.505041612192002],[-14.046992356817482,13.79406789800045],[-14.376713833055788,13.625680243377372],[-14.687030808968487,13.630356960499784],[-15.08173539881382,13.876491807505984],[-15.39877031092446,13.86036876063092],[-15.62459632003994,13.62358734786956],[-16.713728807023468,13.594958604379853]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Somaliland","sov_a3":"SOL","adm0_dif":0,"level":2,"type":"Indeterminate","admin":"Somaliland","adm0_a3":"SOL","geou_dif":0,"geounit":"Somaliland","gu_a3":"SOL","su_dif":0,"subunit":"Somaliland","su_a3":"SOL","brk_diff":1,"name":"Somaliland","name_long":"Somaliland","brk_a3":"B30","brk_name":"Somaliland","brk_group":null,"abbrev":"Solnd.","postal":"SL","formal_en":"Republic of Somaliland","formal_fr":null,"note_adm0":"Self admin.","note_brk":"Self admin.; Claimed by Somalia","name_sort":"Somaliland","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":5,"mapcolor13":2,"pop_est":3500000,"gdp_md_est":12250,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"-99","iso_a3":"-99","iso_n3":"-99","un_a3":"-099","wb_a2":"-99","wb_a3":"-99","woe_id":-99,"adm0_a3_is":"SOM","adm0_a3_us":"SOM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":10,"long_len":10,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"somaliland.geojson"},"geometry":{"type":"Polygon","coordinates":[[[48.938129510296505,9.451748968946674],[48.48673587422701,8.83762624758998],[47.78942,8.003],[46.94832848489796,7.996876532417388],[43.67875,9.18358000000012],[43.29697513201876,9.540477403191744],[42.92812,10.021940000000143],[42.55876,10.57258000000013],[42.77685184100096,10.92687856693442],[43.14530480324214,11.462039699748857],[43.470659620951665,11.27770986576388],[43.66666832863484,10.864169216348158],[44.11780358254282,10.445538438351605],[44.614259067570856,10.442205308468942],[45.55694054543915,10.698029486529776],[46.645401238803004,10.816549383991173],[47.525657586462785,11.12722809492999],[48.02159630716778,11.193063869669743],[48.37878380716927,11.375481675660126],[48.94820641459347,11.41062164961852],[48.94200524271844,11.394266058798166],[48.93849124532261,10.982327378783452],[48.93823286316109,9.973500067581483],[48.938129510296505,9.451748968946674]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Sierra Leone","sov_a3":"SLE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Sierra Leone","adm0_a3":"SLE","geou_dif":0,"geounit":"Sierra Leone","gu_a3":"SLE","su_dif":0,"subunit":"Sierra Leone","su_a3":"SLE","brk_diff":0,"name":"Sierra Leone","name_long":"Sierra Leone","brk_a3":"SLE","brk_name":"Sierra Leone","brk_group":null,"abbrev":"S.L.","postal":"SL","formal_en":"Republic of Sierra Leone","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Sierra Leone","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":7,"pop_est":6440053,"gdp_md_est":4285,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"SL","iso_a3":"SLE","iso_n3":"694","un_a3":"694","wb_a2":"SL","wb_a3":"SLE","woe_id":-99,"adm0_a3_is":"SLE","adm0_a3_us":"SLE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":12,"long_len":12,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SLE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-11.438779466182055,6.785916856305747],[-11.70819454593574,6.860098374860726],[-12.428098924193819,7.26294200279203],[-12.949049038128194,7.798645738145738],[-13.124025437868482,8.163946438016978],[-13.246550258832515,8.903048610871508],[-12.71195756677308,9.342711696810767],[-12.59671912276221,9.62018830000197],[-12.425928514037565,9.835834051955956],[-12.150338100625005,9.858571682164381],[-11.917277390988659,10.046983954300558],[-11.117481248407328,10.045872911006285],[-10.8391519840833,9.688246161330369],[-10.622395188835041,9.267910061068278],[-10.654770473665891,8.977178452994194],[-10.494315151399633,8.715540676300435],[-10.505477260774668,8.348896389189605],[-10.23009355309128,8.406205552601293],[-10.69559485517648,7.939464016141087],[-11.146704270868383,7.396706447779536],[-11.19980180504828,7.105845648624737],[-11.438779466182055,6.785916856305747]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Somalia","sov_a3":"SOM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Somalia","adm0_a3":"SOM","geou_dif":0,"geounit":"Somalia","gu_a3":"SOM","su_dif":0,"subunit":"Somalia","su_a3":"SOM","brk_diff":0,"name":"Somalia","name_long":"Somalia","brk_a3":"SOM","brk_name":"Somalia","brk_group":null,"abbrev":"Som.","postal":"SO","formal_en":"Federal Republic of Somalia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Somalia","name_alt":null,"mapcolor7":2,"mapcolor8":8,"mapcolor9":6,"mapcolor13":7,"pop_est":9832017,"gdp_md_est":5524,"pop_year":-99,"lastcensus":1987,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"SO","iso_a3":"SOM","iso_n3":"706","un_a3":"706","wb_a2":"SO","wb_a3":"SOM","woe_id":-99,"adm0_a3_is":"SOM","adm0_a3_us":"SOM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SOM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[49.72862,11.5789],[50.25878,11.67957],[50.73202,12.0219],[51.1112,12.02464],[51.13387,11.74815],[51.04153,11.16651],[51.04531,10.6409],[50.83418,10.27972],[50.55239,9.19874],[50.07092,8.08173],[49.4527,6.80466],[48.59455,5.33911],[47.74079,4.2194],[46.56476,2.85529],[45.56399,2.04576],[44.06815,1.05283],[43.13597,0.2922],[42.04157,-0.91916],[41.81095,-1.44647],[41.58513,-1.68325],[40.993,-0.85829],[40.98105,2.78452],[41.85508309264397,3.918911920483727],[42.12861,4.23413],[42.76967,4.25259],[43.66087,4.95755],[44.9636,5.00162],[47.78942,8.003],[48.48673587422695,8.837626247589995],[48.93812951029645,9.451748968946617],[48.93823286316103,9.973500067581512],[48.938491245322496,10.982327378783467],[48.94200524271835,11.394266058798138],[48.94820475850974,11.410617281697963],[49.26776,11.43033],[49.72862,11.5789]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Swaziland","sov_a3":"SWZ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Swaziland","adm0_a3":"SWZ","geou_dif":0,"geounit":"Swaziland","gu_a3":"SWZ","su_dif":0,"subunit":"Swaziland","su_a3":"SWZ","brk_diff":0,"name":"Swaziland","name_long":"Swaziland","brk_a3":"SWZ","brk_name":"Swaziland","brk_group":null,"abbrev":"Swz.","postal":"SW","formal_en":"Kingdom of Swaziland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Swaziland","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":2,"mapcolor13":5,"pop_est":1123913,"gdp_md_est":5702,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SZ","iso_a3":"SWZ","iso_n3":"748","un_a3":"748","wb_a2":"SZ","wb_a3":"SWZ","woe_id":-99,"adm0_a3_is":"SWZ","adm0_a3_us":"SWZ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Southern Africa","region_wb":"Sub-Saharan Africa","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SWZ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[32.07166548028107,-26.73382008230491],[31.868060337051077,-27.177927341421277],[31.282773064913325,-27.285879408478998],[30.68596194837448,-26.74384531016953],[30.676608514129637,-26.398078301704608],[30.949666782359913,-26.022649021104147],[31.04407962415715,-25.731452325139443],[31.333157586397906,-25.66019052500895],[31.837777947728064,-25.84333180105135],[31.98577924981197,-26.291779880480227],[32.07166548028107,-26.73382008230491]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Chad","sov_a3":"TCD","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Chad","adm0_a3":"TCD","geou_dif":0,"geounit":"Chad","gu_a3":"TCD","su_dif":0,"subunit":"Chad","su_a3":"TCD","brk_diff":0,"name":"Chad","name_long":"Chad","brk_a3":"TCD","brk_name":"Chad","brk_group":null,"abbrev":"Chad","postal":"TD","formal_en":"Republic of Chad","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Chad","name_alt":null,"mapcolor7":6,"mapcolor8":1,"mapcolor9":8,"mapcolor13":6,"pop_est":10329208,"gdp_md_est":15860,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"TD","iso_a3":"TCD","iso_n3":"148","un_a3":"148","wb_a2":"TD","wb_a3":"TCD","woe_id":-99,"adm0_a3_is":"TCD","adm0_a3_us":"TCD","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Middle Africa","region_wb":"Sub-Saharan Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TCD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[14.495787387762903,12.859396267137356],[14.595781284247607,13.330426947477859],[13.95447675950561,13.353448798063766],[13.956698846094127,13.996691189016929],[13.540393507550789,14.367133693901222],[13.97217,15.68437],[15.247731154041846,16.627305813050782],[15.30044111497972,17.927949937405003],[15.685740594147774,19.957180080642384],[15.903246697664313,20.387618923417506],[15.487148064850146,20.730414537025638],[15.47106,21.04845],[15.096887648181848,21.30851878507491],[14.8513,22.862950000000126],[15.86085,23.40972],[19.84926,21.49509],[23.837660000000138,19.580470000000105],[23.886890000000108,15.61084],[23.024590000000103,15.68072],[22.56795000000011,14.944290000000137],[22.30351,14.32682],[22.51202,14.09318],[22.18329,13.78648],[22.29658,13.37232],[22.03759,12.95546],[21.93681,12.588180000000136],[22.28801,12.64605],[22.49762,12.26024],[22.50869,11.67936],[22.87622,11.384610000000123],[22.864165480244253,11.142395127807617],[22.23112918466876,10.97188873946061],[21.72382164885954,10.567055568885962],[21.00086836109631,9.47598521569148],[20.05968549976427,9.01270600019484],[19.09400800952608,9.07484691002577],[18.81200971850927,8.982914536978626],[18.911021762780592,8.630894680206438],[18.389554884523303,8.281303615751881],[17.964929640380888,7.890914008002994],[16.70598839688637,7.508327541529979],[16.456184523187403,7.734773667832939],[16.290561557691888,7.754307359239418],[16.106231723706742,7.497087917506462],[15.279460483469164,7.421924546738012],[15.43609174974574,7.692812404811889],[15.120865512765306,8.382150173369437],[14.97999555833769,8.796104234243444],[14.544466586981855,8.96586131432224],[13.954218377344091,9.549494940626685],[14.171466098699113,10.021378282100045],[14.62720055508106,9.920919297724595],[14.9093538753948,9.99212942142276],[15.467872755605244,9.982336737503543],[14.923564894275046,10.891325181517516],[14.960151808337683,11.555574042197236],[14.89336,12.21905],[14.495787387762903,12.859396267137356]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Togo","sov_a3":"TGO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Togo","adm0_a3":"TGO","geou_dif":0,"geounit":"Togo","gu_a3":"TGO","su_dif":0,"subunit":"Togo","su_a3":"TGO","brk_diff":0,"name":"Togo","name_long":"Togo","brk_a3":"TGO","brk_name":"Togo","brk_group":null,"abbrev":"Togo","postal":"TG","formal_en":"Togolese Republic","formal_fr":"République Togolaise","note_adm0":null,"note_brk":null,"name_sort":"Togo","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":3,"mapcolor13":5,"pop_est":6019877,"gdp_md_est":5118,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"TG","iso_a3":"TGO","iso_n3":"768","un_a3":"768","wb_a2":"TG","wb_a3":"TGO","woe_id":-99,"adm0_a3_is":"TGO","adm0_a3_us":"TGO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Western Africa","region_wb":"Sub-Saharan Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TGO.geojson"},"geometry":{"type":"Polygon","coordinates":[[[1.865240512712319,6.142157701029731],[1.060121697604927,5.928837388528876],[0.836931186536333,6.279978745952149],[0.570384148774849,6.914358628767189],[0.490957472342245,7.411744289576475],[0.712029249686878,8.31246450442383],[0.461191847342121,8.677222601756014],[0.365900506195885,9.465003973829482],[0.367579990245389,10.19121287682718],[-0.049784715159944,10.706917832883931],[0.023802524423701,11.018681748900804],[0.899563022474069,10.99733938236426],[0.772335646171484,10.470808213742359],[1.077795037448738,10.175606594275024],[1.425060662450136,9.825395412633],[1.46304284018467,9.334624335157088],[1.664477573258381,9.12859039960938],[1.618950636409238,6.832038072126237],[1.865240512712319,6.142157701029731]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Tunisia","sov_a3":"TUN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Tunisia","adm0_a3":"TUN","geou_dif":0,"geounit":"Tunisia","gu_a3":"TUN","su_dif":0,"subunit":"Tunisia","su_a3":"TUN","brk_diff":0,"name":"Tunisia","name_long":"Tunisia","brk_a3":"TUN","brk_name":"Tunisia","brk_group":null,"abbrev":"Tun.","postal":"TN","formal_en":"Republic of Tunisia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Tunisia","name_alt":null,"mapcolor7":4,"mapcolor8":3,"mapcolor9":3,"mapcolor13":2,"pop_est":10486339,"gdp_md_est":81710,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"TN","iso_a3":"TUN","iso_n3":"788","un_a3":"788","wb_a2":"TN","wb_a3":"TUN","woe_id":-99,"adm0_a3_is":"TUN","adm0_a3_us":"TUN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Northern Africa","region_wb":"Middle East & North Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TUN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[9.482139926805274,30.307556057246188],[9.055602654668148,32.10269196220129],[8.439102817426118,32.50628489840082],[8.430472853233368,32.74833730725595],[7.612641635782182,33.34411489514896],[7.524481642292244,34.09737641045146],[8.140981479534304,34.65514598239379],[8.376367628623768,35.47987600355594],[8.217824334352315,36.433176988260286],[8.420964389691676,36.94642731378316],[9.509993523810607,37.349994411766545],[10.210002475636317,37.230001735984814],[10.18065026209453,36.724037787415085],[11.028867221733348,37.09210317641396],[11.100025668999251,36.899996039368915],[10.600004510143094,36.410000108377375],[10.593286573945136,35.94744436293281],[10.939518670300687,35.698984076473494],[10.807847120821009,34.83350718844919],[10.149592726287125,34.3307730168977],[10.339658644256616,33.78574168551532],[10.856836378633687,33.76874013929128],[11.108500603895122,33.293342800422195],[11.48878746913101,33.13699575452314],[11.432253452203696,32.368903103152874],[10.944789666394456,32.081814683555365],[10.636901482799487,31.761420803345754],[9.950225050505082,31.376069647745254],[10.056575148161755,30.9618313664936],[9.970017124072854,30.539324856075243],[9.482139926805274,30.307556057246188]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"United Republic of Tanzania","sov_a3":"TZA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"United Republic of Tanzania","adm0_a3":"TZA","geou_dif":0,"geounit":"Tanzania","gu_a3":"TZA","su_dif":0,"subunit":"Tanzania","su_a3":"TZA","brk_diff":0,"name":"Tanzania","name_long":"Tanzania","brk_a3":"TZA","brk_name":"Tanzania","brk_group":null,"abbrev":"Tanz.","postal":"TZ","formal_en":"United Republic of Tanzania","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Tanzania","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":2,"mapcolor13":2,"pop_est":41048532,"gdp_md_est":54250,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"TZ","iso_a3":"TZA","iso_n3":"834","un_a3":"834","wb_a2":"TZ","wb_a3":"TZA","woe_id":-99,"adm0_a3_is":"TZA","adm0_a3_us":"TZA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"TZA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[33.9037111971046,-0.95],[34.07262,-1.05982],[37.69869,-3.09699],[37.7669,-3.67712],[39.20222,-4.67677],[38.74054,-5.90895],[38.79977,-6.47566],[39.44,-6.839999999999861],[39.470000000000134,-7.1],[39.19469,-7.7039],[39.25203,-8.00781],[39.18652,-8.48551],[39.53574,-9.112369999999883],[39.9496,-10.0984],[40.31659,-10.317099999999868],[39.521,-10.89688],[38.42755659358778,-11.285202325081627],[37.82764,-11.26879],[37.47129,-11.56876],[36.77515099462289,-11.594537448780784],[36.514081658684404,-11.720938002166747],[35.31239790216915,-11.439146416879169],[34.559989047999466,-11.520020033415847],[34.28,-10.16],[33.940837724096525,-9.693673841980285],[33.73972,-9.41715],[32.75937544122138,-9.230599053589003],[32.19186486179194,-8.930358981973257],[31.556348097466635,-8.762048841998647],[31.15775133695007,-8.594578747317314],[30.74,-8.34],[30.2,-7.08],[29.62,-6.52],[29.419992710088305,-5.939998874539299],[29.51998660657307,-5.419978936386258],[29.33999759290037,-4.499983412294114],[29.753512404099865,-4.452389418153302],[30.11632,-4.09012],[30.50554,-3.56858],[30.75224,-3.35931],[30.74301,-3.03431],[30.52766,-2.80762],[30.46967,-2.41383],[30.758308953583136,-2.287250257988376],[30.81613488131785,-1.698914076345375],[30.4191048520193,-1.134659112150416],[30.769860000000108,-1.01455],[31.86617,-1.02736],[33.9037111971046,-0.95]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Uganda","sov_a3":"UGA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Uganda","adm0_a3":"UGA","geou_dif":0,"geounit":"Uganda","gu_a3":"UGA","su_dif":0,"subunit":"Uganda","su_a3":"UGA","brk_diff":0,"name":"Uganda","name_long":"Uganda","brk_a3":"UGA","brk_name":"Uganda","brk_group":null,"abbrev":"Uga.","postal":"UG","formal_en":"Republic of Uganda","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Uganda","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":6,"mapcolor13":4,"pop_est":32369558,"gdp_md_est":39380,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"UG","iso_a3":"UGA","iso_n3":"800","un_a3":"800","wb_a2":"UG","wb_a3":"UGA","woe_id":-99,"adm0_a3_is":"UGA","adm0_a3_us":"UGA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"UGA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[31.86617,-1.02736],[30.769860000000108,-1.01455],[30.4191048520193,-1.134659112150416],[29.821518588996124,-1.443322442229771],[29.579466180141022,-1.341313164885605],[29.58783776217217,-0.587405694179381],[29.8195,-0.2053],[29.875778842902434,0.597379868976361],[30.08615359876279,1.062312730306417],[30.46850752129029,1.583805446779706],[30.852670118948136,1.849396470543752],[31.17414920423596,2.204465236821306],[30.77332,2.339890000000139],[30.83385,3.50917],[31.24556,3.7819],[31.88145,3.55827],[32.68642,3.79232],[33.3900000000001,3.79],[34.005,4.249884947362147],[34.47913,3.5556],[34.59607,3.053740000000118],[35.03599,1.90584],[34.6721,1.17694],[34.18,0.515],[33.893568969666994,0.109813537861839],[33.9037111971046,-0.95],[31.86617,-1.02736]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"South Africa","sov_a3":"ZAF","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"South Africa","adm0_a3":"ZAF","geou_dif":0,"geounit":"South Africa","gu_a3":"ZAF","su_dif":0,"subunit":"South Africa","su_a3":"ZAF","brk_diff":0,"name":"South Africa","name_long":"South Africa","brk_a3":"ZAF","brk_name":"South Africa","brk_group":null,"abbrev":"S.Af.","postal":"ZA","formal_en":"Republic of South Africa","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"South Africa","name_alt":null,"mapcolor7":2,"mapcolor8":3,"mapcolor9":4,"mapcolor13":2,"pop_est":49052489,"gdp_md_est":491000,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"ZA","iso_a3":"ZAF","iso_n3":"710","un_a3":"710","wb_a2":"ZA","wb_a3":"ZAF","woe_id":-99,"adm0_a3_is":"ZAF","adm0_a3_us":"ZAF","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Southern Africa","region_wb":"Sub-Saharan Africa","name_len":12,"long_len":12,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"ZAF.geojson"},"geometry":{"type":"Polygon","coordinates":[[[31.521001417778876,-29.257386976846252],[31.325561150851,-29.401977634398914],[30.901762729625343,-29.90995696382804],[30.622813348113823,-30.42377573010613],[30.05571618014278,-31.140269463832958],[28.925552605919535,-32.17204111097249],[28.2197558936771,-32.771952813448856],[27.464608188595975,-33.2269637997788],[26.419452345492825,-33.61495045342619],[25.90966434093349,-33.6670402971764],[25.780628289500697,-33.944646091448334],[25.172861769315972,-33.796851495093584],[24.677853224392123,-33.98717579522455],[23.594043409934642,-33.794474379208154],[22.988188917744733,-33.91643075941698],[22.574157342222236,-33.864082533505304],[21.542799106541025,-34.258838799782936],[20.689052768647002,-34.417175388325234],[20.071261020597632,-34.79513681410799],[19.61640506356457,-34.81916635512371],[19.193278435958717,-34.46259897230979],[18.85531456876987,-34.444305515278465],[18.42464318204938,-33.99787281670896],[18.377410922934615,-34.13652068454807],[18.244499139079917,-33.86775156019802],[18.250080193767445,-33.28143075941444],[17.92519046394844,-32.61129078545343],[18.247909783611192,-32.42913136162456],[18.22176150887148,-31.66163298922567],[17.56691775886887,-30.725721123987547],[17.064416131262703,-29.87864104585916],[17.062917514726223,-29.875953871379984],[16.344976840895242,-28.576705010697697],[16.824017368240902,-28.082161553664466],[17.218928663815404,-28.35594329194681],[17.387497185951503,-28.78351409272978],[17.83615197110953,-28.85637786226132],[18.464899122804752,-29.04546192801728],[19.002127312911085,-28.972443129188864],[19.894734327888614,-28.461104831660776],[19.895767856534434,-24.767790215760588],[20.165725538827186,-24.917961928000768],[20.758609246511835,-25.86813648855145],[20.66647016773544,-26.477453301704923],[20.88960900237174,-26.828542982695915],[21.60589603036939,-26.726533705351756],[22.105968865657868,-26.280256036079138],[22.57953169118059,-25.979447523708146],[22.8242712745149,-25.500458672794768],[23.312096795350186,-25.26868987396572],[23.73356977712271,-25.390129489851613],[24.211266717228792,-25.670215752873574],[25.025170525825786,-25.7196700985769],[25.66466637543772,-25.486816094669713],[25.76584882986521,-25.174845472923675],[25.94165205252216,-24.69637338633322],[26.4857532081233,-24.616326592713104],[26.786406691197413,-24.240690606383485],[27.119409620886245,-23.574323011979775],[28.01723595552525,-22.827753594659075],[29.43218834810904,-22.091312758067588],[29.839036899542972,-22.102216485281176],[30.322883335091774,-22.27161183033393],[30.65986535006709,-22.151567478119915],[31.191409132621285,-22.2515096981724],[31.670397983534652,-23.658969008073864],[31.93058882012425,-24.369416599222536],[31.75240848158188,-25.484283949487413],[31.837777947728064,-25.84333180105135],[31.333157586397906,-25.66019052500895],[31.04407962415715,-25.731452325139443],[30.949666782359913,-26.022649021104147],[30.676608514129637,-26.398078301704608],[30.68596194837448,-26.74384531016953],[31.282773064913325,-27.285879408478998],[31.868060337051077,-27.177927341421277],[32.07166548028107,-26.73382008230491],[32.830120477028885,-26.742191664336197],[32.580264926897684,-27.470157566031816],[32.46213260267845,-28.301011244420557],[32.20338870619304,-28.752404880490072],[31.521001417778876,-29.257386976846252]],[[28.97826256685724,-28.955596612261715],[28.541700066855498,-28.64750172293757],[28.07433841320778,-28.851468601193588],[27.532511020627478,-29.24271087007536],[26.999261915807637,-29.875953871379984],[27.749397006956485,-30.64510588961222],[28.107204624145425,-30.54573211031495],[28.29106937023991,-30.2262167294543],[28.84839969250774,-30.070050551068253],[29.018415154748023,-29.74376555757737],[29.325166456832587,-29.257386976846252],[28.97826256685724,-28.955596612261715]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Zambia","sov_a3":"ZMB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Zambia","adm0_a3":"ZMB","geou_dif":0,"geounit":"Zambia","gu_a3":"ZMB","su_dif":0,"subunit":"Zambia","su_a3":"ZMB","brk_diff":0,"name":"Zambia","name_long":"Zambia","brk_a3":"ZMB","brk_name":"Zambia","brk_group":null,"abbrev":"Zambia","postal":"ZM","formal_en":"Republic of Zambia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Zambia","name_alt":null,"mapcolor7":5,"mapcolor8":8,"mapcolor9":5,"mapcolor13":13,"pop_est":11862740,"gdp_md_est":17500,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"ZM","iso_a3":"ZMB","iso_n3":"894","un_a3":"894","wb_a2":"ZM","wb_a3":"ZMB","woe_id":-99,"adm0_a3_is":"ZMB","adm0_a3_us":"ZMB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"ZMB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[32.75937544122132,-9.230599053589058],[33.2313879737753,-9.6767216935648],[33.48568769708359,-10.525558770391115],[33.315310499817286,-10.796549981329697],[33.11428917820191,-11.607198174692314],[33.306422153463075,-12.435778090060218],[32.991764357237884,-12.783870537978272],[32.68816531752313,-13.712857761289275],[33.214024692525214,-13.971860039936153],[30.17948123548183,-14.796099134991527],[30.274255812305107,-15.507786960515212],[29.516834344203147,-15.644677829656388],[28.947463413211263,-16.04305144619444],[28.825868768028496,-16.389748630440614],[28.467906121542683,-16.468400160388846],[27.598243442502756,-17.290830580314008],[27.04442711763073,-17.938026218337434],[26.70677330903564,-17.961228936436484],[26.381935255648926,-17.8460421688579],[25.264225701608012,-17.736539808831417],[25.08444339366457,-17.661815687737374],[25.07695031098226,-17.57882333747662],[24.682349074001507,-17.353410739819473],[24.033861525170778,-17.295843194246324],[23.215048455506064,-17.52311614346598],[22.56247846852426,-16.898451429921813],[21.887842644953874,-16.08031015387688],[21.933886346125917,-12.898437188369359],[24.016136508894675,-12.911046237848574],[23.930922072045377,-12.565847670138854],[24.079905226342845,-12.191296888887365],[23.904153680118185,-11.722281589406322],[24.017893507592586,-11.23729827234709],[23.912215203555718,-10.926826267137514],[24.25715538910399,-10.951992689663657],[24.31451622894795,-11.26282642989927],[24.78316979340295,-11.238693536018964],[25.418118116973204,-11.330935967659961],[25.752309604604733,-11.784965101776358],[26.553087599399618,-11.924439792532127],[27.164419793412463,-11.608748467661075],[27.38879886242378,-12.132747491100666],[28.155108676879987,-12.272480564017897],[28.523561639121027,-12.698604424696683],[28.934285922976837,-13.248958428605135],[29.69961388521949,-13.257226657771831],[29.61600141777123,-12.178894545137311],[29.34154788586909,-12.360743910372413],[28.642417433392353,-11.971568698782315],[28.372253045370428,-11.793646742401393],[28.49606977714177,-10.789883721564044],[28.67368167492893,-9.605924981324932],[28.449871046672826,-9.164918308146085],[28.7348665707625,-8.526559340044578],[29.002912225060467,-8.407031752153472],[30.346086053190813,-8.238256524288218],[30.740015496551788,-8.340007419470915],[31.15775133695005,-8.594578747317366],[31.556348097466497,-8.762048841998642],[32.19186486179197,-8.930358981973278],[32.75937544122132,-9.230599053589058]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Zimbabwe","sov_a3":"ZWE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Zimbabwe","adm0_a3":"ZWE","geou_dif":0,"geounit":"Zimbabwe","gu_a3":"ZWE","su_dif":0,"subunit":"Zimbabwe","su_a3":"ZWE","brk_diff":0,"name":"Zimbabwe","name_long":"Zimbabwe","brk_a3":"ZWE","brk_name":"Zimbabwe","brk_group":null,"abbrev":"Zimb.","postal":"ZW","formal_en":"Republic of Zimbabwe","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Zimbabwe","name_alt":null,"mapcolor7":1,"mapcolor8":5,"mapcolor9":3,"mapcolor13":9,"pop_est":12619600,"gdp_md_est":9323,"pop_year":0,"lastcensus":2002,"gdp_year":0,"economy":"5. Emerging region: G20","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"ZW","iso_a3":"ZWE","iso_n3":"716","un_a3":"716","wb_a2":"ZW","wb_a3":"ZWE","woe_id":-99,"adm0_a3_is":"ZWE","adm0_a3_us":"ZWE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Africa","region_un":"Africa","subregion":"Eastern Africa","region_wb":"Sub-Saharan Africa","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"ZWE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[31.191409132621285,-22.2515096981724],[30.65986535006709,-22.151567478119915],[30.322883335091774,-22.27161183033393],[29.839036899542972,-22.102216485281176],[29.43218834810904,-22.091312758067588],[28.794656202924212,-21.63945403410745],[28.021370070108617,-21.485975030200585],[27.72722781750326,-20.851801853114715],[27.724747348753255,-20.499058526290387],[27.296504754350508,-20.391519870691],[26.164790887158485,-19.29308562589494],[25.85039147309473,-18.714412937090536],[25.649163445750162,-18.53602589281899],[25.264225701608012,-17.736539808831417],[26.381935255648926,-17.8460421688579],[26.70677330903564,-17.961228936436484],[27.04442711763073,-17.938026218337434],[27.598243442502756,-17.290830580314008],[28.467906121542683,-16.468400160388846],[28.825868768028496,-16.389748630440614],[28.947463413211263,-16.04305144619444],[29.516834344203147,-15.644677829656388],[30.274255812305107,-15.507786960515212],[30.338954705534544,-15.880839125230244],[31.173063999157677,-15.860943698797872],[31.636498243951195,-16.071990248277885],[31.8520406430406,-16.319417006091378],[32.32823896661022,-16.392074069893752],[32.847638787575846,-16.713398125884616],[32.84986087416439,-17.97905730557718],[32.65488569512715,-18.672089939043495],[32.61199425632489,-19.419382826416275],[32.772707960752626,-19.715592136313298],[32.65974327976258,-20.304290052982317],[32.50869306817344,-20.395292250248307],[32.244988234188014,-21.116488539313693],[31.191409132621285,-22.2515096981724]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Afghanistan","sov_a3":"AFG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Afghanistan","adm0_a3":"AFG","geou_dif":0,"geounit":"Afghanistan","gu_a3":"AFG","su_dif":0,"subunit":"Afghanistan","su_a3":"AFG","brk_diff":0,"name":"Afghanistan","name_long":"Afghanistan","brk_a3":"AFG","brk_name":"Afghanistan","brk_group":null,"abbrev":"Afg.","postal":"AF","formal_en":"Islamic State of Afghanistan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Afghanistan","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":8,"mapcolor13":7,"pop_est":28400000,"gdp_md_est":22270,"pop_year":-99,"lastcensus":1979,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"AF","iso_a3":"AFG","iso_n3":"004","un_a3":"004","wb_a2":"AF","wb_a3":"AFG","woe_id":-99,"adm0_a3_is":"AFG","adm0_a3_us":"AFG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":11,"long_len":11,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"AFG.geojson"},"geometry":{"type":"Polygon","coordinates":[[[61.21081709172574,35.650072333309225],[62.230651483005886,35.270663967422294],[62.9846623065766,35.40404083916762],[63.19353844590035,35.857165635718914],[63.9828959491587,36.0079574651466],[64.5464791197339,36.31207326918427],[64.7461051776774,37.111817735333304],[65.58894778835784,37.30521678318564],[65.74563073106681,37.66116404881207],[66.21738488145932,37.39379018813392],[66.51860680528867,37.36278432875879],[67.07578209825962,37.35614390720929],[67.82999962755952,37.14499400486468],[68.13556237170138,37.0231151393043],[68.85944583524594,37.344335842430596],[69.19627282092438,37.15114350030743],[69.51878543485796,37.60899669041341],[70.11657840361033,37.58822276463209],[70.27057417184014,37.735164699854025],[70.3763041523093,38.13839590102752],[70.80682050973289,38.486281643216415],[71.34813113799026,38.258905341132156],[71.23940392444817,37.95326508234188],[71.54191775908478,37.905774441065645],[71.44869347523024,37.06564484308051],[71.8446382994506,36.73817129164692],[72.1930408059624,36.948287665345674],[72.63688968291729,37.047558091778356],[73.26005577992501,37.495256862939],[73.9486959166465,37.4215662704908],[74.98000247589542,37.419990139305895],[75.15802778514092,37.13303091078912],[74.57589277537298,37.02084137628346],[74.06755171091783,36.83617564548845],[72.92002485544447,36.72000702569632],[71.84629194528392,36.50994232842986],[71.26234826038575,36.074387518857804],[71.49876793812109,35.650563259416],[71.6130762063507,35.153203436822864],[71.11501875192162,34.733125718722235],[71.15677330921346,34.34891144463215],[70.8818030129884,33.98885590263851],[69.9305432473596,34.02012014417511],[70.3235941913716,33.35853261975839],[69.68714725126485,33.105498969041236],[69.26252200712256,32.5019440780883],[69.31776411324255,31.90141225842444],[68.92667687365767,31.620189113892064],[68.55693200060932,31.713310044882018],[67.79268924344478,31.58293040620963],[67.68339358914747,31.30315420178142],[66.93889122911847,31.304911200479353],[66.38145755398602,30.73889923758645],[66.34647260932442,29.887943427036177],[65.0468620136161,29.472180691031905],[64.35041873561852,29.560030625928093],[64.14800215033125,29.340819200145972],[63.55026085801117,29.468330796826162],[62.54985680527278,29.31857249604431],[60.874248488208785,29.829238999952604],[61.781221551363444,30.735850328081234],[61.699314406180825,31.37950613049267],[60.94194461451113,31.548074652628753],[60.863654819588966,32.18291962333443],[60.536077915290775,32.98126882581157],[60.963700392506006,33.52883230237625],[60.52842980331158,33.676446031218006],[60.80319339380745,34.40410187431986],[61.21081709172574,35.650072333309225]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"United Arab Emirates","sov_a3":"ARE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"United Arab Emirates","adm0_a3":"ARE","geou_dif":0,"geounit":"United Arab Emirates","gu_a3":"ARE","su_dif":0,"subunit":"United Arab Emirates","su_a3":"ARE","brk_diff":0,"name":"United Arab Emirates","name_long":"United Arab Emirates","brk_a3":"ARE","brk_name":"United Arab Emirates","brk_group":null,"abbrev":"U.A.E.","postal":"AE","formal_en":"United Arab Emirates","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"United Arab Emirates","name_alt":null,"mapcolor7":2,"mapcolor8":1,"mapcolor9":3,"mapcolor13":3,"pop_est":4798491,"gdp_md_est":184300,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"AE","iso_a3":"ARE","iso_n3":"784","un_a3":"784","wb_a2":"AE","wb_a3":"ARE","woe_id":-99,"adm0_a3_is":"ARE","adm0_a3_us":"ARE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":20,"long_len":20,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"ARE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[51.57951867046327,24.245497137951105],[51.757440626844186,24.29407298430547],[51.794389275932865,24.019826158132506],[52.57708051942561,24.177439276622707],[53.404006788960146,24.15131684009917],[54.00800092958758,24.121757920828212],[54.69302371604863,24.79789236093509],[55.43902469261414,25.43914520924494],[56.07082075381456,26.055464178973978],[56.261041701080956,25.71460643157677],[56.396847365144005,24.924732163995486],[55.88623253766801,24.920830593357444],[55.804118686756226,24.269604193615265],[55.981213820220454,24.130542914317825],[55.52863162620823,23.933604030853502],[55.525841098864475,23.524869289640932],[55.234489373602884,23.11099274341532],[55.20834109886319,22.708329982997046],[55.0068030129249,22.496947536707136],[52.000733270074335,23.00115448657894],[51.61770755392698,24.014219265228828],[51.57951867046327,24.245497137951105]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Armenia","sov_a3":"ARM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Armenia","adm0_a3":"ARM","geou_dif":0,"geounit":"Armenia","gu_a3":"ARM","su_dif":0,"subunit":"Armenia","su_a3":"ARM","brk_diff":0,"name":"Armenia","name_long":"Armenia","brk_a3":"ARM","brk_name":"Armenia","brk_group":null,"abbrev":"Arm.","postal":"ARM","formal_en":"Republic of Armenia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Armenia","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":2,"mapcolor13":10,"pop_est":2967004,"gdp_md_est":18770,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"AM","iso_a3":"ARM","iso_n3":"051","un_a3":"051","wb_a2":"AM","wb_a3":"ARM","woe_id":-99,"adm0_a3_is":"ARM","adm0_a3_us":"ARM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ARM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[43.582745802592726,41.09214325618257],[44.97248009621808,41.248128567055595],[45.17949588397934,40.98535390885141],[45.56035118997045,40.812289537105926],[45.35917483905817,40.56150381119346],[45.89190717955509,40.21847565364],[45.61001224140293,39.89999380142518],[46.034534132680676,39.628020738273065],[46.48349897643246,39.464154771475535],[46.50571984231797,38.770605373686294],[46.14362308124881,38.74120148371222],[45.73537926614301,39.31971914321974],[45.73997846861698,39.47399913182713],[45.298144972521456,39.471751207022436],[45.00198733905674,39.740003567049555],[44.79398969908195,39.71300263117705],[44.4000085792887,40.00500031184228],[43.65643639504094,40.253563951166186],[43.75265791196841,40.74020091405876],[43.582745802592726,41.09214325618257]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Azerbaijan","sov_a3":"AZE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Azerbaijan","adm0_a3":"AZE","geou_dif":0,"geounit":"Azerbaijan","gu_a3":"AZE","su_dif":0,"subunit":"Azerbaijan","su_a3":"AZE","brk_diff":0,"name":"Azerbaijan","name_long":"Azerbaijan","brk_a3":"AZE","brk_name":"Azerbaijan","brk_group":null,"abbrev":"Aze.","postal":"AZ","formal_en":"Republic of Azerbaijan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Azerbaijan","name_alt":null,"mapcolor7":1,"mapcolor8":6,"mapcolor9":5,"mapcolor13":8,"pop_est":8238672,"gdp_md_est":77610,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"AZ","iso_a3":"AZE","iso_n3":"031","un_a3":"031","wb_a2":"AZ","wb_a3":"AZE","woe_id":-99,"adm0_a3_is":"AZE","adm0_a3_us":"AZE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"AZE.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[45.0019873390568,39.7400035670496],[45.29814497252144,39.471751207022436],[45.739978468617004,39.473999131827156],[45.73537926614309,39.3197191432198],[46.14362308124881,38.74120148371222],[45.457721795438744,38.874139105783115],[44.95268802265028,39.33576467544643],[44.793989699082005,39.713002631177034],[45.0019873390568,39.7400035670496]]],[[[47.373315464066216,41.219732367511256],[47.81566572448472,41.151416124021345],[47.98728315612604,41.40581920019423],[48.58435265482629,41.808869533854676],[49.11026370626067,41.282286688800525],[49.6189148293096,40.57292430272997],[50.0848295428531,40.52615713150578],[50.39282107931271,40.256561184239104],[49.5692021014448,40.17610097916071],[49.39525923035043,39.39948171646225],[49.223228387250714,39.04921885838792],[48.85653242370759,38.81548635513178],[48.88324913920255,38.32024526626264],[48.634375441284845,38.27037750910094],[48.010744256386516,38.794014797514535],[48.355529412637935,39.28876496027689],[48.06009524922527,39.582235419262446],[47.685079380083124,39.50836395930119],[46.50571984231797,38.770605373686266],[46.48349897643246,39.464154771475535],[46.034534132680704,39.62802073827305],[45.61001224140293,39.89999380142518],[45.89190717955515,40.218475653639985],[45.35917483905817,40.56150381119349],[45.560351189970476,40.81228953710595],[45.1794958839794,40.98535390885143],[44.972480096218156,41.24812856705562],[45.21742638528164,41.41145193131405],[45.962600538930445,41.1238725856098],[46.501637404166985,41.06444468847411],[46.637908156120574,41.181672675128226],[46.14543175637899,41.72280243587264],[46.404950799348825,41.86067515722735],[46.68607059101666,41.827137152669906],[47.373315464066216,41.219732367511256]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Bangladesh","sov_a3":"BGD","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Bangladesh","adm0_a3":"BGD","geou_dif":0,"geounit":"Bangladesh","gu_a3":"BGD","su_dif":0,"subunit":"Bangladesh","su_a3":"BGD","brk_diff":0,"name":"Bangladesh","name_long":"Bangladesh","brk_a3":"BGD","brk_name":"Bangladesh","brk_group":null,"abbrev":"Bang.","postal":"BD","formal_en":"People's Republic of Bangladesh","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bangladesh","name_alt":null,"mapcolor7":3,"mapcolor8":4,"mapcolor9":7,"mapcolor13":7,"pop_est":156050883,"gdp_md_est":224000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"BD","iso_a3":"BGD","iso_n3":"050","un_a3":"050","wb_a2":"BD","wb_a3":"BGD","woe_id":-99,"adm0_a3_is":"BGD","adm0_a3_us":"BGD","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":10,"long_len":10,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"BGD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[92.67272098182556,22.041238918541254],[92.65225711463799,21.324047552978485],[92.30323449093868,21.47548533780982],[92.36855350135562,20.670883287025347],[92.08288618364612,21.19219513598577],[92.02521528520839,21.701569729086767],[91.83489098507744,22.18293569588556],[91.41708702999766,22.76501902922122],[90.49600630082728,22.80501658781513],[90.58695682166098,22.392793687422866],[90.27297081905554,21.83636770272011],[89.84746707556428,22.039146023033425],[89.70204959509493,21.857115790285306],[89.41886274613549,21.9661789006373],[89.03196129756623,22.055708319582976],[88.87631188350309,22.879146429937826],[88.52976972855377,23.631141872649163],[88.69994022009092,24.23371491138856],[88.08442223506242,24.501657212821925],[88.30637251175602,24.866079413344206],[88.93155398962308,25.238692328384776],[88.2097892598025,25.76806570078271],[88.56304935094977,26.44652558034272],[89.35509402868729,26.014407253518073],[89.83248091019962,25.96508209889548],[89.92069258012185,25.26974986419218],[90.8722107279121,25.132600612889547],[91.79959598182207,25.147431748957317],[92.37620161333481,24.976692816664965],[91.91509280799443,24.13041372323711],[91.46772993364367,24.072639471934792],[91.15896325069971,23.50352692310439],[91.70647505083211,22.985263983649183],[91.86992760617132,23.624346421802784],[92.14603478390681,23.627498684172593],[92.67272098182556,22.041238918541254]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Brunei","sov_a3":"BRN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Brunei","adm0_a3":"BRN","geou_dif":0,"geounit":"Brunei","gu_a3":"BRN","su_dif":0,"subunit":"Brunei","su_a3":"BRN","brk_diff":0,"name":"Brunei","name_long":"Brunei Darussalam","brk_a3":"BRN","brk_name":"Brunei","brk_group":null,"abbrev":"Brunei","postal":"BN","formal_en":"Negara Brunei Darussalam","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Brunei","name_alt":null,"mapcolor7":4,"mapcolor8":6,"mapcolor9":6,"mapcolor13":12,"pop_est":388190,"gdp_md_est":20250,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"BN","iso_a3":"BRN","iso_n3":"096","un_a3":"096","wb_a2":"BN","wb_a3":"BRN","woe_id":-99,"adm0_a3_is":"BRN","adm0_a3_us":"BRN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":6,"long_len":17,"abbrev_len":6,"tiny":2,"homepart":1,"filename":"BRN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[114.20401655482837,4.525873928236805],[114.59996137904872,4.900011298029966],[115.45071048386981,5.447729803891534],[115.4057003113436,4.955227565933839],[115.34746097215067,4.316636053887009],[114.8695573263154,4.348313706881925],[114.65959598191353,4.007636826997754],[114.20401655482837,4.525873928236805]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Bhutan","sov_a3":"BTN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Bhutan","adm0_a3":"BTN","geou_dif":0,"geounit":"Bhutan","gu_a3":"BTN","su_dif":0,"subunit":"Bhutan","su_a3":"BTN","brk_diff":0,"name":"Bhutan","name_long":"Bhutan","brk_a3":"BTN","brk_name":"Bhutan","brk_group":null,"abbrev":"Bhutan","postal":"BT","formal_en":"Kingdom of Bhutan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bhutan","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":1,"mapcolor13":8,"pop_est":691141,"gdp_md_est":3524,"pop_year":-99,"lastcensus":2005,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BT","iso_a3":"BTN","iso_n3":"064","un_a3":"064","wb_a2":"BT","wb_a3":"BTN","woe_id":-99,"adm0_a3_is":"BTN","adm0_a3_us":"BTN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"BTN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[91.69665652869668,27.77174184825166],[92.10371178585973,27.452614040633208],[92.03348351437509,26.83831045176356],[91.21751264848643,26.808648179628022],[90.37327477413407,26.87572418874288],[89.74452762243884,26.719402981059957],[88.83564253128938,27.098966376243762],[88.81424848832054,27.29931590423936],[89.47581017452111,28.042758897406397],[90.01582889197118,28.296438503527217],[90.7305139505678,28.064953925075756],[91.25885379431992,28.040614325466294],[91.69665652869668,27.77174184825166]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"China","sov_a3":"CH1","adm0_dif":1,"level":2,"type":"Country","admin":"China","adm0_a3":"CHN","geou_dif":0,"geounit":"China","gu_a3":"CHN","su_dif":0,"subunit":"China","su_a3":"CHN","brk_diff":0,"name":"China","name_long":"China","brk_a3":"CHN","brk_name":"China","brk_group":null,"abbrev":"China","postal":"CN","formal_en":"People's Republic of China","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"China","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":4,"mapcolor13":3,"pop_est":1338612970,"gdp_md_est":7973000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"3. Emerging region: BRIC","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"CN","iso_a3":"CHN","iso_n3":"156","un_a3":"156","wb_a2":"CN","wb_a3":"CHN","woe_id":-99,"adm0_a3_is":"CHN","adm0_a3_us":"CHN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"CHN.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.33918786015154,18.678395087147607],[109.4752095886637,18.197700913968614],[108.65520796105616,18.5076819930714],[108.62621748254045,19.367887885001977],[109.11905561730802,19.821038519769385],[110.21159874882285,20.101253973872076],[110.78655073450223,20.07753449145008],[111.01005130416465,19.695929877190736],[110.57064660038682,19.255879218009312],[110.33918786015154,18.678395087147607]]],[[[127.6574072612624,49.76027049417294],[129.39781782442046,49.44060008401544],[130.5822933289824,48.72968740497612],[130.98728152885386,47.790132351261406],[132.50667199109952,47.78896963153488],[133.37359581922803,48.18344167743493],[135.02631147678673,48.47822988544391],[134.50081383681064,47.57843984637785],[134.11236209527263,47.21246735288673],[133.7696439963129,46.11692698829907],[133.09712690646646,45.14406647397217],[131.8834542176596,45.32116160743644],[131.0252120301561,44.96795319272157],[131.28855512911557,44.111519680348266],[131.14468794161488,42.92998973242695],[130.6338664084098,42.90301463477056],[130.64001590385246,42.39500946712528],[129.99426720593326,42.98538686784379],[129.5966687358795,42.42498179785459],[128.05221520397234,41.99428457291799],[128.20843305879075,41.46677155208254],[127.34378299368305,41.50315176041596],[126.86908328664988,41.81656932226616],[126.18204511932946,41.10733612727637],[125.07994184784062,40.569823716792456],[124.26562462778534,39.92849335383414],[122.86757042856104,39.63778758397626],[122.13138797413094,39.17045176854464],[121.05455447803288,38.89747101496291],[121.5859949077225,39.36085358332414],[121.37675703337267,39.750261338859524],[122.16859500538104,40.422442531896046],[121.64035851449356,40.94638987890332],[120.76862877816197,40.5933881699176],[119.63960208544907,39.89805593521421],[119.02346398323304,39.2523330755111],[118.04274865119793,39.20427399347969],[117.53270226447708,38.7376358098841],[118.0596985209897,38.06147553156105],[118.87814985562838,37.8973253443859],[118.91163618375353,37.44846385349874],[119.70280236214207,37.15638865818508],[120.82345747282366,37.87042776137798],[121.71125857959797,37.48112335870718],[122.35793745329848,37.45448415786069],[122.51999474496584,36.930614325501836],[121.10416385303303,36.65132904718044],[120.6370089051146,36.111439520811125],[119.6645618022461,35.609790554337735],[119.1512081238586,34.909859117160465],[120.22752485563375,34.36033193616862],[120.6203690939166,33.37672272392513],[121.22901411345023,32.46031871187719],[121.90814578663006,31.69217438407469],[121.89191938689035,30.949351508095102],[121.26425744027331,30.67626740164872],[121.50351932178475,30.142914943964257],[122.09211388558911,29.832520453403163],[121.93842817595308,29.018022365834806],[121.68443851123847,28.225512600206685],[121.12566124886645,28.135673122667185],[120.39547326058234,27.053206895449392],[119.58549686083958,25.740780544532612],[118.65687137255453,24.547390855400238],[117.28160647997086,23.624501451099718],[115.89073530483515,22.782873236578098],[114.76382734584624,22.66807404224167],[114.15254682826568,22.223760077396207],[113.80677981980075,22.54833974862143],[113.24107791550162,22.05136749927047],[111.84359215703248,21.550493679281512],[110.78546552942414,21.397143866455334],[110.44403934127169,20.341032619706397],[109.88986128137357,20.282457383703445],[109.62765506392466,21.008227037026728],[109.86448815311834,21.395050970947523],[108.52281294152444,21.71521230721183],[108.050180291783,21.552379869060104],[107.04342003787266,21.811898912029903],[106.56727339073537,22.218204860924743],[106.7254032735485,22.79426788989838],[105.81124718630521,22.976892401617903],[105.32920942588666,23.352063300056983],[104.4768583516645,22.81915009204692],[103.50451460166053,22.70375661873922],[102.70699222210018,22.708795070887703],[102.17043582561355,22.464753119389343],[101.65201785686158,22.31819875740956],[101.80311974488292,21.174366766845054],[101.27002566936002,21.20165192309517],[101.18000532430759,21.43657298429406],[101.15003299357826,21.84998444262902],[100.41653771362738,21.558839423096657],[99.98348921102158,21.74293671313646],[99.24089887898722,22.118314317304566],[99.53199222208744,22.949038804612595],[98.89874922078283,23.142722072842588],[98.6602624857558,24.063286037690006],[97.60471967976203,23.897404690033056],[97.72460900267916,25.083637193293043],[98.67183800658924,25.918702500913497],[98.71209394734458,26.74353587494025],[98.68269005737054,27.50881216075066],[98.24623091023338,27.74722138112918],[97.91198774616944,28.335945136014374],[97.32711388549004,28.26158274994634],[96.24883344928784,28.411030992134467],[96.58659061074755,28.83097951915437],[96.11767866413103,29.452802028922516],[95.40480228066465,29.031716620392164],[94.56599043170294,29.277438055939964],[93.41334760943268,28.640629380807237],[92.50311893104364,27.89687632904645],[91.6966565286967,27.771741848251622],[91.25885379431989,28.04061432546635],[90.73051395056783,28.064953925075738],[90.01582889197121,28.296438503527185],[89.47581017452116,28.042758897406372],[88.8142484883206,27.299315904239393],[88.73032596227856,28.08686473236756],[88.12044070836994,27.876541652939576],[86.95451704300065,27.97426178640353],[85.82331994013154,28.20357595469875],[85.01163821812307,28.642773952747376],[84.23457970575018,28.839893703724698],[83.89899295444675,29.32022614187764],[83.33711510613719,29.463731594352193],[82.32751264845089,30.115268052688208],[81.5258044778748,30.422716986608663],[81.11125613802928,30.18348094331341],[79.72136681510712,30.882714748654735],[78.73889448437401,31.51590607352705],[78.45844648632604,32.61816437431273],[79.17612877799556,32.483779812137755],[79.20889163606856,32.99439463961374],[78.81108646028574,33.506198025032404],[78.91226891471322,34.32193634697577],[77.83745079947462,35.49400950778781],[76.19284834178572,35.89840342868786],[75.89689741405019,36.66680613865188],[75.158027785141,37.13303091078916],[74.98000247589542,37.419990139305895],[74.82998579295216,37.99000702570146],[74.8648157083168,38.3788463404816],[74.2575142760227,38.60650686294349],[73.9288521666464,38.50581533462272],[73.67537926625485,39.43123688410557],[73.96001305531846,39.660008449861714],[73.82224368682833,39.89397349706314],[74.77686242055606,40.36642527929163],[75.46782799673073,40.56207225194868],[76.52636803579745,40.42794607193513],[76.90448449087712,41.06648590754966],[78.18719689322606,41.185315863604814],[78.54366092317528,41.58224254003871],[80.11943037305142,42.123940741538235],[80.25999026888533,42.34999929459909],[80.18015018099439,42.92006785742686],[80.86620649610123,43.180362046881015],[79.96610639844144,44.91751699480462],[81.9470707539181,45.31702749285316],[82.45892581576905,45.539649563166506],[83.18048383986054,47.33003123635075],[85.16429039911324,47.00095571551611],[85.7204838398707,47.45296946877309],[85.76823286330838,48.4557506373969],[86.59877648310336,48.54918162698061],[87.35997033076269,49.21498078062916],[87.75126427607668,49.29719798440547],[88.0138322285517,48.5994627956006],[88.85429772334678,48.069081732773014],[90.28082563676392,47.693549099307916],[90.97080936072499,46.888146063822944],[90.58576826371834,45.7197160914875],[90.94553958533433,45.28607330991025],[92.13389082231825,45.115075995456436],[93.48073367714133,44.975472113620015],[94.68892866412537,44.35233185482846],[95.30687544147153,44.24133087826547],[95.7624548685567,43.31944916439462],[96.34939578652782,42.72563528092866],[97.451757440178,42.74888967546008],[99.51581749878002,42.524691473961695],[100.8458655131083,42.663804429691425],[101.83304039917995,42.51487295182628],[103.31227827353482,41.90746816666763],[104.52228193564903,41.90834666601663],[104.96499393109346,41.59740957291635],[106.12931562706169,42.1343277044289],[107.744772576938,42.481515814781915],[109.24359581913146,42.51944631608416],[110.4121033061153,42.87123362891103],[111.12968224492023,43.40683401140018],[111.8295878438814,43.74311839453949],[111.66773725794323,44.07317576758771],[111.34837690637946,44.45744171811006],[111.87330610560028,45.10207937273512],[112.43606245325887,45.01164561622426],[113.46390669154422,44.80889313412711],[114.46033165899607,45.33981679949389],[115.98509647020013,45.72723501238602],[116.71786828009888,46.388202419615254],[117.42170128791425,46.67273285581421],[118.87432579963873,46.80541209572365],[119.66326989143877,46.69267995867895],[119.77282392789756,47.04805878355015],[118.86657433479498,47.74706004494621],[118.06414269416675,48.06673045510374],[117.29550744025747,47.6977090521074],[116.30895267137325,47.853410142602826],[115.74283735561575,47.72654450132629],[115.48528201707305,48.135382595403456],[116.19180219936761,49.13459809019906],[116.67880089728621,49.888531399121405],[117.87924441942639,49.51098338479696],[119.28846072802585,50.14288279886205],[119.27936567594239,50.582907619827296],[120.18204959521695,51.64356639261803],[120.738191359542,51.964115302124554],[120.725789015792,52.516226304730814],[120.1770886577169,52.75388621684121],[121.00308475147024,53.25140106873124],[122.24574791879289,53.43172597921369],[123.57150678924087,53.45880442973464],[125.06821129771045,53.161044826868846],[125.94634891164618,52.79279857035695],[126.56439904185699,51.7842554795327],[126.93915652883769,51.3538941514059],[127.28745568248493,50.73979726826545],[127.6574072612624,49.76027049417294]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Northern Cyprus","sov_a3":"CYN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Northern Cyprus","adm0_a3":"CYN","geou_dif":0,"geounit":"Northern Cyprus","gu_a3":"CYN","su_dif":0,"subunit":"Northern Cyprus","su_a3":"CYN","brk_diff":1,"name":"N. Cyprus","name_long":"Northern Cyprus","brk_a3":"B20","brk_name":"N. Cyprus","brk_group":null,"abbrev":"N. Cy.","postal":"CN","formal_en":"Turkish Republic of Northern Cyprus","formal_fr":null,"note_adm0":"Self admin.","note_brk":"Self admin.; Claimed by Cyprus","name_sort":"Cyprus, Northern","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":4,"mapcolor13":8,"pop_est":265100,"gdp_md_est":3600,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"-99","iso_a3":"-99","iso_n3":"-99","un_a3":"-099","wb_a2":"-99","wb_a3":"-99","woe_id":-99,"adm0_a3_is":"CYP","adm0_a3_us":"CYP","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":9,"long_len":15,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"CYN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[32.73178022637745,35.14002594658844],[32.80247358575275,35.14550364841138],[32.946960890440806,35.3867033961337],[33.667227003724946,35.37321584730551],[34.57647382990046,35.67159556735879],[33.900804477684204,35.245755927057616],[33.97361657078346,35.058506374648],[33.86643965021011,35.09359467217419],[33.675391880027064,35.01786286065045],[33.5256852556775,35.03868846286407],[33.475817498515845,35.000344550103506],[33.45592207208347,35.10142365166641],[33.3838334490363,35.16271190036457],[33.19097700372305,35.17312470147138],[32.919572381326134,35.08783274997364],[32.73178022637745,35.14002594658844]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Cyprus","sov_a3":"CYP","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Cyprus","adm0_a3":"CYP","geou_dif":0,"geounit":"Cyprus","gu_a3":"CYP","su_dif":0,"subunit":"Cyprus","su_a3":"CYP","brk_diff":0,"name":"Cyprus","name_long":"Cyprus","brk_a3":"CYP","brk_name":"Cyprus","brk_group":null,"abbrev":"Cyp.","postal":"CY","formal_en":"Republic of Cyprus","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Cyprus","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":3,"mapcolor13":7,"pop_est":531640,"gdp_md_est":22700,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"CY","iso_a3":"CYP","iso_n3":"196","un_a3":"196","wb_a2":"CY","wb_a3":"CYP","woe_id":-99,"adm0_a3_is":"CYP","adm0_a3_us":"CYP","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"CYP.geojson"},"geometry":{"type":"Polygon","coordinates":[[[33.97361657078346,35.058506374648],[34.00488081232004,34.97809784600186],[32.97982710137845,34.57186941175544],[32.49029625827753,34.701654771456475],[32.25666710788596,35.10323232679663],[32.73178022637745,35.14002594658844],[32.919572381326134,35.08783274997364],[33.19097700372305,35.17312470147138],[33.3838334490363,35.16271190036457],[33.45592207208347,35.10142365166641],[33.475817498515845,35.000344550103506],[33.5256852556775,35.03868846286407],[33.675391880027064,35.01786286065045],[33.86643965021011,35.09359467217419],[33.97361657078346,35.058506374648]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Georgia","sov_a3":"GEO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Georgia","adm0_a3":"GEO","geou_dif":0,"geounit":"Georgia","gu_a3":"GEO","su_dif":0,"subunit":"Georgia","su_a3":"GEO","brk_diff":0,"name":"Georgia","name_long":"Georgia","brk_a3":"GEO","brk_name":"Georgia","brk_group":null,"abbrev":"Geo.","postal":"GE","formal_en":"Georgia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Georgia","name_alt":null,"mapcolor7":5,"mapcolor8":1,"mapcolor9":3,"mapcolor13":2,"pop_est":4615807,"gdp_md_est":21510,"pop_year":-99,"lastcensus":2002,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"GE","iso_a3":"GEO","iso_n3":"268","un_a3":"268","wb_a2":"GE","wb_a3":"GEO","woe_id":-99,"adm0_a3_is":"GEO","adm0_a3_us":"GEO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"GEO.geojson"},"geometry":{"type":"Polygon","coordinates":[[[41.55408410011065,41.53565623632757],[41.70317060727271,41.96294281673292],[41.45347008643839,42.64512339941794],[40.87546919125379,43.013628038091284],[40.32139448422032,43.128633938156845],[39.955008579270924,43.43499766699922],[40.07696495947977,43.55310415300231],[40.922184686045625,43.38215851498079],[42.39439456560882,43.22030792904263],[43.75601688006739,42.74082815202249],[43.931199985536836,42.55497386328477],[44.537622918481986,42.71199270280363],[45.47027916848572,42.50278066666998],[45.77641035338277,42.09244395605636],[46.404950799348825,41.860675157227305],[46.14543175637902,41.72280243587258],[46.63790815612058,41.181672675128226],[46.50163740416693,41.06444468847411],[45.96260053893039,41.123872585609774],[45.217426385281584,41.41145193131405],[44.97248009621808,41.248128567055595],[43.582745802592726,41.09214325618257],[42.61954878110449,41.58317271581994],[41.55408410011065,41.53565623632757]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"India","sov_a3":"IND","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"India","adm0_a3":"IND","geou_dif":0,"geounit":"India","gu_a3":"IND","su_dif":0,"subunit":"India","su_a3":"IND","brk_diff":0,"name":"India","name_long":"India","brk_a3":"IND","brk_name":"India","brk_group":null,"abbrev":"India","postal":"IND","formal_en":"Republic of India","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"India","name_alt":null,"mapcolor7":1,"mapcolor8":3,"mapcolor9":2,"mapcolor13":2,"pop_est":1166079220,"gdp_md_est":3297000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"3. Emerging region: BRIC","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"IN","iso_a3":"IND","iso_n3":"356","un_a3":"356","wb_a2":"IN","wb_a3":"IND","woe_id":-99,"adm0_a3_is":"IND","adm0_a3_us":"IND","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"IND.geojson"},"geometry":{"type":"Polygon","coordinates":[[[77.83745079947457,35.494009507787766],[78.91226891471322,34.32193634697579],[78.81108646028574,33.50619802503242],[79.20889163606857,32.994394639613716],[79.17612877799553,32.48377981213771],[78.45844648632601,32.61816437431273],[78.73889448437401,31.515906073527063],[79.7213668151071,30.882714748654728],[81.11125613802932,30.183480943313402],[80.4767212259174,29.72986522065534],[80.08842451367627,28.79447011974014],[81.05720258985203,28.416095282499043],[81.99998742058497,27.925479234319994],[83.30424889519955,27.36450572357556],[84.6750179381738,27.234901231387536],[85.25177859898338,26.72619843190634],[86.02439293817918,26.63098460540857],[87.22747195836628,26.397898057556077],[88.06023766474982,26.41461538340249],[88.17480431514092,26.81040517832595],[88.04313276566123,27.445818589786825],[88.12044070836987,27.876541652939594],[88.73032596227856,28.086864732367516],[88.81424848832054,27.29931590423936],[88.83564253128938,27.098966376243762],[89.74452762243884,26.719402981059957],[90.37327477413407,26.87572418874288],[91.21751264848643,26.808648179628022],[92.03348351437509,26.83831045176356],[92.10371178585973,27.452614040633208],[91.69665652869668,27.77174184825166],[92.50311893104364,27.89687632904645],[93.41334760943268,28.640629380807226],[94.56599043170294,29.277438055939985],[95.40480228066464,29.03171662039213],[96.11767866413103,29.452802028922466],[96.58659061074749,28.830979519154344],[96.24883344928779,28.41103099213444],[97.32711388549004,28.26158274994634],[97.40256147663612,27.88253611908544],[97.0519885599681,27.69905894623315],[97.1339990580153,27.083773505149964],[96.41936567585097,27.264589341739224],[95.12476769407496,26.5735720891323],[95.1551534362626,26.001307277932085],[94.60324913938538,25.162495428970402],[94.55265791217164,24.675238348890332],[94.10674197792505,23.85074087167348],[93.3251876159428,24.078556423432204],[93.28632693885928,23.043658352139005],[93.06029422401463,22.70311066333557],[93.16612755734836,22.278459580977103],[92.67272098182556,22.041238918541254],[92.14603478390681,23.627498684172593],[91.86992760617132,23.624346421802784],[91.70647505083211,22.985263983649183],[91.15896325069971,23.50352692310439],[91.46772993364367,24.072639471934792],[91.91509280799443,24.13041372323711],[92.37620161333481,24.976692816664965],[91.79959598182207,25.147431748957317],[90.8722107279121,25.132600612889547],[89.92069258012185,25.26974986419218],[89.83248091019962,25.96508209889548],[89.35509402868729,26.014407253518073],[88.56304935094977,26.44652558034272],[88.2097892598025,25.76806570078271],[88.93155398962308,25.238692328384776],[88.30637251175602,24.866079413344206],[88.08442223506242,24.501657212821925],[88.69994022009092,24.23371491138856],[88.52976972855377,23.631141872649163],[88.87631188350309,22.879146429937826],[89.03196129756623,22.055708319582976],[88.88876590368542,21.690588487224748],[88.20849734899521,21.703171698487807],[86.97570438024027,21.49556163175521],[87.03316857294887,20.743307806882413],[86.49935102737378,20.151638495356607],[85.0602657409097,19.4785788029711],[83.94100589390001,18.302009792549725],[83.18921715691785,17.67122142177898],[82.19279218946592,17.016636053937813],[82.19124189649719,16.556664130107848],[81.69271935417748,16.310219224507904],[80.79199913933014,15.951972357644491],[80.32489586784388,15.899184882058348],[80.02506920768644,15.136414903214147],[80.2332735533904,13.835770778859981],[80.28629357292186,13.006260687710833],[79.8625468281285,12.056215318240888],[79.85799930208682,10.35727509199711],[79.340511509116,10.30885427493962],[78.88534549348918,9.546135972527722],[79.18971967968828,9.216543687370148],[78.2779407083305,8.933046779816934],[77.94116539908435,8.252959092639742],[77.53989790233794,7.965534776232333],[76.59297895702167,8.89927623131419],[76.13006147655108,10.299630031775521],[75.74646731964849,11.308250637248307],[75.39610110870957,11.781245022015824],[74.86481570831681,12.741935736537897],[74.61671715688354,13.99258291264968],[74.44385949086723,14.617221787977696],[73.5341992532334,15.99065216721496],[73.11990929554943,17.928570054592498],[72.82090945830865,19.208233547436166],[72.8244751321368,20.419503282141534],[72.6305334817454,21.356009426351008],[71.17527347197395,20.757441311114235],[70.4704586119451,20.877330634031384],[69.16413008003883,22.0892980005727],[69.64492760608239,22.450774644454338],[69.34959679553435,22.84317963306269],[68.1766451353734,23.69196503345671],[68.84259931831878,24.35913361256094],[71.04324018746823,24.3565239527302],[70.84469933460284,25.21510203704352],[70.28287316272558,25.72222870533983],[70.16892662952202,26.491871649678842],[69.51439293811312,26.940965684511372],[70.61649620960193,27.989196275335868],[71.77766564320032,27.913180243434525],[72.8237516620847,28.961591701772054],[73.45063846221743,29.97641347911987],[74.42138024282026,30.979814764931177],[74.40592898956501,31.69263947196528],[75.25864179881322,32.2711054550405],[74.45155927927871,32.7648996038055],[74.10429365427734,33.44147329358685],[73.74994835805195,34.31769887952785],[74.24020267120497,34.74888703057125],[75.75706098826834,34.50492259372132],[76.87172163280403,34.65354401299274],[77.83745079947457,35.494009507787766]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Indonesia","sov_a3":"IDN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Indonesia","adm0_a3":"IDN","geou_dif":0,"geounit":"Indonesia","gu_a3":"IDN","su_dif":0,"subunit":"Indonesia","su_a3":"IDN","brk_diff":0,"name":"Indonesia","name_long":"Indonesia","brk_a3":"IDN","brk_name":"Indonesia","brk_group":null,"abbrev":"Indo.","postal":"INDO","formal_en":"Republic of Indonesia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Indonesia","name_alt":null,"mapcolor7":6,"mapcolor8":6,"mapcolor9":6,"mapcolor13":11,"pop_est":240271522,"gdp_md_est":914600,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"4. Emerging region: MIKT","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"ID","iso_a3":"IDN","iso_n3":"360","un_a3":"360","wb_a2":"ID","wb_a3":"IDN","woe_id":-99,"adm0_a3_is":"IDN","adm0_a3_us":"IDN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":9,"long_len":9,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"IDN.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.71560875863044,-10.239581394087864],[120.2950142762069,-10.258649997603525],[118.96780846565471,-9.557969252158031],[119.90030968636161,-9.361340427287516],[120.42575564990543,-9.665921319215798],[120.77550174365675,-9.969675388227456],[120.71560875863044,-10.239581394087864]]],[[[124.43595014861941,-10.140000909061442],[123.57998172413673,-10.359987481327963],[123.45998904835503,-10.239994805546175],[123.55000939340746,-9.90001555749798],[123.98000898650811,-9.290026950724695],[124.96868248911622,-8.892790215697048],[125.07001997284064,-9.089987481322837],[125.08852013560109,-9.393173109579322],[124.43595014861941,-10.140000909061442]]],[[[117.90001834520777,-8.095681247594925],[118.2606164897405,-8.362383314653329],[118.87845991422215,-8.28068287519983],[119.12650678922309,-8.705824883665073],[117.9704016459893,-8.906639499551261],[117.27773074754903,-9.040894870645559],[116.74014082241663,-9.03293670007264],[117.08373742072533,-8.457157891476541],[117.63202436734215,-8.449303073768192],[117.90001834520777,-8.095681247594925]]],[[[122.90353722543611,-8.094234307490737],[122.75698286345632,-8.64980763106064],[121.25449059457013,-8.933666273639943],[119.9243909038096,-8.810417982623875],[119.92092858284613,-8.444858900591072],[120.71509199430757,-8.236964613480865],[121.34166873584658,-8.536739597206022],[122.00736453663043,-8.460620212440162],[122.90353722543611,-8.094234307490737]]],[[[108.62347863162894,-6.777673841990676],[110.53922732955331,-6.877357679881683],[110.75957563684594,-6.465186455921752],[112.61481123255638,-6.946035658397591],[112.97876834518812,-7.59421314863458],[114.47893517462117,-7.776527601760279],[115.70552697150109,-8.370806573116866],[114.56451134649652,-8.751816908404834],[113.4647335144609,-8.348947442257426],[112.55967247930103,-8.376180922075164],[111.52206139531248,-8.302128594600957],[110.58614953007432,-8.122604668819022],[109.4276672709552,-7.740664157749761],[108.69365522668133,-7.641600437046221],[108.27776329959632,-7.766657403192581],[106.45410200401615,-7.354899590690947],[106.28062422081231,-6.924899997590202],[105.36548628135554,-6.85141611087117],[106.05164594932707,-5.8959188777945],[107.2650085795402,-5.954985039904059],[108.0720910990747,-6.345762220895239],[108.48684614464926,-6.421984958525768],[108.62347863162894,-6.777673841990676]]],[[[134.72462446506668,-6.214400730009287],[134.21013390516893,-6.895237725454706],[134.112775506731,-6.142467136259014],[134.2903357280858,-5.783057549669039],[134.49962527886788,-5.445042006047899],[134.72700158095213,-5.73758228925216],[134.72462446506668,-6.214400730009287]]],[[[127.24921512258892,-3.45906503663889],[126.87492272349888,-3.79098276124958],[126.18380211802733,-3.607376397316556],[125.98903364471929,-3.177273451351325],[127.00065148326499,-3.12931772218441],[127.24921512258892,-3.45906503663889]]],[[[130.4713440288518,-3.09376433676762],[130.8348360535928,-3.858472181822762],[129.99054650280814,-3.446300957862817],[129.15524865124243,-3.362636813982249],[128.59068362845366,-3.428679294451257],[127.89889122936236,-3.393435967628193],[128.1358793478528,-2.843650404474914],[129.37099775606092,-2.802154229344552],[130.4713440288518,-3.09376433676762]]],[[[134.1433679546478,-1.151867364103595],[134.42262739475305,-2.769184665542383],[135.4576029806947,-3.367752780779114],[136.2933142437188,-2.30704233155609],[137.44073774632753,-1.703513278819372],[138.3297274110448,-1.70268645590265],[139.18492068904297,-2.051295668143638],[139.92668419816042,-2.409051608900284],[141.00021040259188,-2.600151055515624],[141.01705691951904,-5.859021905138022],[141.0338517600139,-9.117892754760419],[140.14341515519257,-8.297167657100957],[139.12776655492812,-8.096042982620942],[138.88147667862498,-8.380935153846096],[137.61447391169284,-8.411682631059762],[138.0390991558352,-7.597882175327356],[138.6686214540148,-7.320224704623072],[138.40791385310237,-6.232849216337484],[137.92783979711086,-5.393365573756],[135.98925011611348,-4.546543877789048],[135.16459760959972,-4.462931410340772],[133.6628804871979,-3.538853448097527],[133.3677047059468,-4.024818617370315],[132.98395551974735,-4.112978610860281],[132.756940952689,-3.74628264731713],[132.75378869031923,-3.311787204607072],[131.9898043153162,-2.820551039240456],[133.0668445171435,-2.460417982598443],[133.78003095920351,-2.47984832114021],[133.69621178602614,-2.214541517753688],[132.23237348849423,-2.212526136894326],[131.8362219585447,-1.617161960459597],[130.94283979708283,-1.432522067880797],[130.51955814018007,-0.937720228686075],[131.86753787651364,-0.695461114101818],[132.3801164084168,-0.369537855636977],[133.98554813042844,-0.780210463060442],[134.1433679546478,-1.151867364103595]]],[[[125.24050052297159,1.419836127117605],[124.43703535369737,0.427881171058971],[123.68550499887672,0.235593166500877],[122.72308312387288,0.431136786293337],[121.0567248881891,0.381217352699451],[120.18308312386276,0.23724681233422],[120.04086958219548,-0.519657891444851],[120.93590538949073,-1.408905938323372],[121.4758207540762,-0.955962009285116],[123.34056481332848,-0.615672702643081],[123.2583992859845,-1.076213067228338],[122.82271528533161,-0.930950616055881],[122.38852990121539,-1.516858005381124],[121.50827355355548,-1.904482924002423],[122.4545723816843,-3.186058444840882],[122.27189619353257,-3.529500013852697],[123.17096276254657,-4.683693129091708],[123.16233279835379,-5.340603936385961],[122.62851525277871,-5.634591159694494],[122.23639448454806,-5.282933037948283],[122.71956912647707,-4.46417164471579],[121.73823367725439,-4.8513314754465],[121.48946333220127,-4.574552504091216],[121.61917117725388,-4.188477878438674],[120.89818159391771,-3.602105401222829],[120.97238895068877,-2.62764291749491],[120.30545291552991,-2.931603692235726],[120.39004723519176,-4.097579034037224],[120.43071658740539,-5.528241062037779],[119.79654341031952,-5.673400160345651],[119.36690555224496,-5.379878024927805],[119.65360639860013,-4.459417412944958],[119.49883548388597,-3.49441171632651],[119.078344354327,-3.487021986508765],[118.7677689962529,-2.801999200047689],[119.18097374885869,-2.147103773612798],[119.32339399625508,-1.353147067880471],[119.82599897672586,0.154254462073496],[120.03570193896637,0.566477362465804],[120.8857792501677,1.309222723796836],[121.666816847827,1.013943589681077],[122.92756676645185,0.875192368977466],[124.07752241424285,0.917101955566139],[125.06598921112183,1.643259182131558],[125.24050052297159,1.419836127117605]]],[[[128.68824873262074,1.132385972494106],[128.63595218314137,0.258485826006179],[128.12016971243617,0.356412665199286],[127.96803429576887,-0.252077325037533],[128.37999881399972,-0.780003757331286],[128.10001590384232,-0.899996433112975],[127.69647464407504,-0.266598402511505],[127.39949018769377,1.011721503092573],[127.60051150930907,1.810690822757181],[127.93237755748751,2.174596258956555],[128.00415612194084,1.628531398928331],[128.59455936087548,1.540810655112864],[128.68824873262074,1.132385972494106]]],[[[117.87562706916603,1.827640692548911],[118.99674726773819,0.902219143066048],[117.81185835171779,0.784241848143722],[117.47833865770608,0.102474676917026],[117.52164350796662,-0.803723239753211],[116.56004845587952,-1.487660821136231],[116.53379682827519,-2.483517347832901],[116.14808393764864,-4.012726332214015],[116.0008577820491,-3.657037448749008],[114.86480309454454,-4.106984144714417],[114.46865156459509,-3.495703627133821],[113.75567182826413,-3.43916961020652],[113.25699425664757,-3.118775729996855],[112.06812625534067,-3.478392022316072],[111.70329064336002,-2.994442233902632],[111.04824018762824,-3.049425957861189],[110.223846063276,-2.934032484553484],[110.07093550012436,-1.592874037282414],[109.57194786991406,-1.314906507984489],[109.09187381392253,-0.459506524257051],[108.95265750532816,0.415375474444346],[109.06913618371404,1.341933905437642],[109.66326012577375,2.006466986494985],[109.83022667850886,1.338135687664192],[110.51406090702713,0.773131415200993],[111.15913781132659,0.976478176269509],[111.79754845586044,0.904441229654651],[112.38025190638368,1.410120957846758],[112.8598091980522,1.497790025229946],[113.80584964401956,1.217548732911041],[114.6213554220175,1.430688177898887],[115.13403730678523,2.821481838386219],[115.51907840379201,3.169238389494396],[115.86551720587677,4.306559149590157],[117.01521447150637,4.306094061699469],[117.88203494677019,4.137551377779488],[117.31323245653354,3.234428208830579],[118.04832970588538,2.287690131027361],[117.87562706916603,1.827640692548911]]],[[[105.81765506390936,-5.852355645372413],[104.71038414919151,-5.873284600450646],[103.86821333213074,-5.037314955264975],[102.58426069540693,-4.220258884298204],[102.15617313030103,-3.614146009946765],[101.39911339722508,-2.799777113459172],[100.90250288290017,-2.05026213949786],[100.14198082886062,-0.650347588710957],[99.26373986206025,0.183141587724663],[98.97001102091333,1.042882391764536],[98.60135135294311,1.823506577965617],[97.6995976094499,2.453183905442117],[97.1769421732499,3.30879059489861],[96.42401655475734,3.868859768077911],[95.38087609251347,4.970782172053673],[95.29302615761733,5.479820868344817],[95.93686282754176,5.439513251157109],[97.4848820332771,5.246320909034011],[98.36916914265569,4.268370266126368],[99.14255862833582,3.590349636240916],[99.69399783732243,3.174328518075157],[100.64143354696168,2.099381211755798],[101.65801232300734,2.083697414555189],[102.49827111207324,1.398700466310217],[103.07684044801303,0.561361395668854],[103.83839603069835,0.104541734208667],[103.43764529827497,-0.711945896002845],[104.01078860882402,-1.059211521004229],[104.3699914896849,-1.084843031421016],[104.53949018760218,-1.782371514496716],[104.88789269411402,-2.340425306816655],[105.622111444117,-2.42884368246807],[106.10859337771271,-3.06177662517895],[105.85744591677414,-4.305524997579724],[105.81765506390936,-5.852355645372413]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Iran","sov_a3":"IRN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Iran","adm0_a3":"IRN","geou_dif":0,"geounit":"Iran","gu_a3":"IRN","su_dif":0,"subunit":"Iran","su_a3":"IRN","brk_diff":0,"name":"Iran","name_long":"Iran","brk_a3":"IRN","brk_name":"Iran","brk_group":null,"abbrev":"Iran","postal":"IRN","formal_en":"Islamic Republic of Iran","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Iran, Islamic Rep.","name_alt":null,"mapcolor7":4,"mapcolor8":3,"mapcolor9":4,"mapcolor13":13,"pop_est":66429284,"gdp_md_est":841700,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"IR","iso_a3":"IRN","iso_n3":"364","un_a3":"364","wb_a2":"IR","wb_a3":"IRN","woe_id":-99,"adm0_a3_is":"IRN","adm0_a3_us":"IRN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"Middle East & North Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"IRN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[53.92159793479556,37.19891836196126],[54.800303989486565,37.392420762678185],[55.51157840355191,37.96411713312317],[56.18037479027333,37.93512665460742],[56.61936608259282,38.121394354803485],[57.33043379092898,38.02922943781094],[58.4361544126782,37.522309475243794],[59.23476199731681,37.412987982730336],[60.37763797388387,36.52738312432837],[61.123070509694145,36.49159719496624],[61.21081709172574,35.650072333309225],[60.80319339380745,34.40410187431986],[60.52842980331158,33.676446031218006],[60.963700392506006,33.52883230237625],[60.536077915290775,32.98126882581157],[60.863654819588966,32.18291962333443],[60.94194461451113,31.548074652628753],[61.699314406180825,31.37950613049267],[61.781221551363444,30.735850328081234],[60.874248488208785,29.829238999952604],[61.36930870956494,29.303276272085924],[61.77186811711863,28.699333807890795],[62.72783043808598,28.25964488373539],[62.755425652929866,27.378923448184985],[63.233897739520295,27.21704702403071],[63.31663170761959,26.756532497661667],[61.87418745305655,26.239974880472104],[61.49736290878419,25.0782370061185],[59.61613406763084,25.380156561783778],[58.5257613462723,25.60996165618573],[57.397251417882394,25.73990204518364],[56.970765822177555,26.96610626882136],[56.492138706290206,27.143304755150197],[55.72371015811006,26.96463349050104],[54.71508955263727,26.480657863871514],[53.49309695823135,26.81236888275305],[52.48359785340961,27.580849107365495],[51.52076256694741,27.865689602158298],[50.85294803243954,28.814520575469384],[50.115008579311585,30.147772528599717],[49.576850213423995,29.985715236932407],[48.94133344909855,30.317090359004037],[48.567971225789755,29.926778265903522],[48.0145683123761,30.452456773392598],[48.004698113808324,30.985137437457244],[47.68528608581227,30.98485321707963],[47.8492037290421,31.70917593029867],[47.3346614927119,32.469155381799105],[46.10936160663932,33.017287299119005],[45.41669070819904,33.967797756479584],[45.64845950702809,34.748137722303014],[46.15178795755093,35.09325877536429],[46.0763403664048,35.67738332777549],[45.4206181170532,35.97754588474282],[44.77267,37.17045],[44.22575564960053,37.97158437758935],[44.421402622257546,38.28128123631454],[44.10922529478234,39.4281362981681],[44.79398969908195,39.71300263117705],[44.95268802265031,39.33576467544637],[45.45772179543877,38.87413910578306],[46.14362308124881,38.74120148371222],[46.50571984231797,38.770605373686294],[47.685079380083096,39.508363959301214],[48.06009524922524,39.58223541926246],[48.35552941263788,39.28876496027691],[48.01074425638648,38.79401479751452],[48.63437544128481,38.27037750910097],[48.88324913920249,38.32024526626262],[49.19961225769334,37.58287425388988],[50.14777143738462,37.37456655532134],[50.84235436381971,36.8728142359834],[52.264024692601424,36.7004216578577],[53.82578982932642,36.965030829408235],[53.92159793479556,37.19891836196126]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Iraq","sov_a3":"IRQ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Iraq","adm0_a3":"IRQ","geou_dif":0,"geounit":"Iraq","gu_a3":"IRQ","su_dif":0,"subunit":"Iraq","su_a3":"IRQ","brk_diff":0,"name":"Iraq","name_long":"Iraq","brk_a3":"IRQ","brk_name":"Iraq","brk_group":null,"abbrev":"Iraq","postal":"IRQ","formal_en":"Republic of Iraq","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Iraq","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":3,"mapcolor13":1,"pop_est":31129225,"gdp_md_est":103900,"pop_year":-99,"lastcensus":1997,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"IQ","iso_a3":"IRQ","iso_n3":"368","un_a3":"368","wb_a2":"IQ","wb_a3":"IRQ","woe_id":-99,"adm0_a3_is":"IRQ","adm0_a3_us":"IRQ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"IRQ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[45.4206181170532,35.97754588474282],[46.0763403664048,35.67738332777549],[46.15178795755093,35.09325877536429],[45.64845950702809,34.748137722303014],[45.41669070819904,33.967797756479584],[46.10936160663932,33.017287299119005],[47.3346614927119,32.469155381799105],[47.8492037290421,31.70917593029867],[47.68528608581227,30.98485321707963],[48.004698113808324,30.985137437457244],[48.0145683123761,30.452456773392598],[48.567971225789755,29.926778265903522],[47.974519077349896,29.9758192001485],[47.30262210469096,30.05906993257072],[46.568713413281756,29.09902517345229],[44.70949873228474,29.178891099559383],[41.889980910007836,31.190008653278365],[40.399994337736246,31.889991766887935],[39.19546837744497,32.16100881604267],[38.792340529136084,33.378686428352225],[41.006158888519934,34.41937226006212],[41.383965285005814,35.628316555314356],[41.289707472505455,36.35881460219227],[41.83706424334096,36.605853786763575],[42.34959109881177,37.2298725449041],[42.77912560402182,37.385263576805755],[43.9422587420473,37.25622752537295],[44.29345177590286,37.0015143906063],[44.772699008977696,37.170444647768434],[45.4206181170532,35.97754588474282]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Israel","sov_a3":"ISR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Israel","adm0_a3":"ISR","geou_dif":0,"geounit":"Israel","gu_a3":"ISR","su_dif":0,"subunit":"Israel","su_a3":"ISR","brk_diff":0,"name":"Israel","name_long":"Israel","brk_a3":"ISR","brk_name":"Israel","brk_group":null,"abbrev":"Isr.","postal":"IS","formal_en":"State of Israel","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Israel","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":5,"mapcolor13":9,"pop_est":7233701,"gdp_md_est":201400,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"IL","iso_a3":"ISR","iso_n3":"376","un_a3":"376","wb_a2":"IL","wb_a3":"ISR","woe_id":-99,"adm0_a3_is":"ISR","adm0_a3_us":"ISR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ISR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[35.71991824722275,32.709192409794866],[35.54566531753454,32.393992011030576],[35.183930291491436,32.53251068778894],[34.97464074070933,31.86658234305972],[35.22589155451242,31.754341132121766],[34.970506626125996,31.616778469360806],[34.92740848159457,31.353435370401414],[35.397560662586045,31.48908600516758],[35.420918409981965,31.100065822874356],[34.92260257339142,29.501326198844524],[34.26543338393568,31.219360866820153],[34.55637169773891,31.548823960896996],[34.48810713068136,31.60553884533732],[34.752587111151165,32.07292633720117],[34.95541710789677,32.82737641044638],[35.098457472480675,33.080539252244265],[35.126052687324545,33.09090037691878],[35.460709262846706,33.08904002535628],[35.55279666519081,33.26427480725802],[35.82110070165024,33.2774264592763],[35.836396925608625,32.86812327730851],[35.700797967274745,32.71601369885738],[35.71991824722275,32.709192409794866]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Jordan","sov_a3":"JOR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Jordan","adm0_a3":"JOR","geou_dif":0,"geounit":"Jordan","gu_a3":"JOR","su_dif":0,"subunit":"Jordan","su_a3":"JOR","brk_diff":0,"name":"Jordan","name_long":"Jordan","brk_a3":"JOR","brk_name":"Jordan","brk_group":null,"abbrev":"Jord.","postal":"J","formal_en":"Hashemite Kingdom of Jordan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Jordan","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":4,"mapcolor13":4,"pop_est":6342948,"gdp_md_est":31610,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"JO","iso_a3":"JOR","iso_n3":"400","un_a3":"400","wb_a2":"JO","wb_a3":"JOR","woe_id":-99,"adm0_a3_is":"JOR","adm0_a3_us":"JOR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":6,"long_len":6,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"JOR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[35.54566531753454,32.393992011030576],[35.71991824722275,32.709192409794866],[36.834062127435544,32.312937526980775],[38.792340529136084,33.378686428352225],[39.19546837744497,32.16100881604267],[39.00488569515255,32.01021698661498],[37.00216556168101,31.508412990844743],[37.998848911294374,30.50849986421313],[37.66811974462638,30.3386652694859],[37.503581984209035,30.003776150018403],[36.74052778498725,29.86528331147619],[36.50121422704358,29.5052536076987],[36.06894087092206,29.197494615184457],[34.95603722508426,29.35655467377884],[34.92260257339142,29.501326198844524],[35.420918409981965,31.100065822874356],[35.397560662586045,31.48908600516758],[35.5452519060762,31.78250478772084],[35.54566531753454,32.393992011030576]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Japan","sov_a3":"JPN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Japan","adm0_a3":"JPN","geou_dif":0,"geounit":"Japan","gu_a3":"JPN","su_dif":0,"subunit":"Japan","su_a3":"JPN","brk_diff":0,"name":"Japan","name_long":"Japan","brk_a3":"JPN","brk_name":"Japan","brk_group":null,"abbrev":"Japan","postal":"J","formal_en":"Japan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Japan","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":5,"mapcolor13":4,"pop_est":127078679,"gdp_md_est":4329000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"JP","iso_a3":"JPN","iso_n3":"392","un_a3":"392","wb_a2":"JP","wb_a3":"JPN","woe_id":-99,"adm0_a3_is":"JPN","adm0_a3_us":"JPN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"JPN.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[134.63842817600388,34.14923371025642],[134.7663790223585,33.80633474378368],[134.20341596897086,33.20117788342964],[133.7929500672765,33.5219851750976],[133.28026818250888,33.28957042086495],[133.01485802625788,32.70456736910478],[132.3631148621927,32.98938202568137],[132.37117638563018,33.46364248304007],[132.9243725933148,34.06029857028204],[133.49296837782222,33.9446208765967],[133.90410607313638,34.36493113864262],[134.63842817600388,34.14923371025642]]],[[[140.9763875673053,37.14207428644016],[140.59976972876214,36.343983466124534],[140.77407433488264,35.84287710219024],[140.25327925024513,35.13811391859365],[138.97552778539622,34.66760000257611],[137.21759891169123,34.60628591566186],[135.7929830262689,33.46480520276663],[135.12098270074543,33.84907115328906],[135.07943484918272,34.59654490817482],[133.340316196832,34.37593821872076],[132.15677086805132,33.90493337659652],[130.98614464734348,33.88576142021628],[132.00003624891005,33.149992377244615],[131.33279015515737,31.450354519164843],[130.68631798718596,31.029579169228242],[130.20241987520498,31.418237616495418],[130.44767622286216,32.319474595665724],[129.8146916037189,32.61030955660439],[129.40846316947258,33.29605581311759],[130.35393517468466,33.6041507024417],[130.87845096244715,34.232742824840045],[131.88422936414392,34.74971385348791],[132.61767296766251,35.43339305270942],[134.6083008159778,35.73161774346582],[135.67753787652893,35.527134100886826],[136.72383060114245,37.30498423924038],[137.3906116070045,36.827390651998826],[138.85760216690628,37.82748464614346],[139.4264046571429,38.21596222589764],[140.0547900738121,39.438807481436385],[139.88337934789988,40.563312486323696],[140.30578250545372,41.19500519465956],[141.3689734234267,41.37855988216029],[141.91426313697048,39.99161611587868],[141.884600864835,39.180864569651504],[140.9594893739458,38.17400096287658],[140.9763875673053,37.14207428644016]]],[[[143.9101619813795,44.17409983985373],[144.61342654843963,43.960882880217525],[145.3208252300831,44.38473297787544],[145.54313724180278,43.262088324550604],[144.0596618999999,42.98835826270056],[143.18384972551732,41.9952147486992],[141.61149092017249,42.67879059505608],[141.06728641170665,41.58459381770799],[139.95510623592108,41.569555975911044],[139.81754357315995,42.5637588567744],[140.31208703019323,43.33327261003265],[141.38054894426003,43.388824774746496],[141.67195234595394,44.77212535255148],[141.967644891528,45.55148346616135],[143.14287031470982,44.510358384776964],[143.9101619813795,44.17409983985373]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Kazakhstan","sov_a3":"KAZ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Kazakhstan","adm0_a3":"KAZ","geou_dif":0,"geounit":"Kazakhstan","gu_a3":"KAZ","su_dif":0,"subunit":"Kazakhstan","su_a3":"KAZ","brk_diff":0,"name":"Kazakhstan","name_long":"Kazakhstan","brk_a3":"KAZ","brk_name":"Kazakhstan","brk_group":null,"abbrev":"Kaz.","postal":"KZ","formal_en":"Republic of Kazakhstan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Kazakhstan","name_alt":null,"mapcolor7":6,"mapcolor8":1,"mapcolor9":6,"mapcolor13":1,"pop_est":15399437,"gdp_md_est":175800,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"KZ","iso_a3":"KAZ","iso_n3":"398","un_a3":"398","wb_a2":"KZ","wb_a3":"KAZ","woe_id":-99,"adm0_a3_is":"KAZ","adm0_a3_us":"KAZ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Central Asia","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KAZ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[70.96231489449929,42.26615428320554],[70.3889648782208,42.081307684897524],[69.07002729683524,41.38424428971234],[68.63248294462005,40.66868073176687],[68.25989586779565,40.6623245305949],[67.98585574735182,41.135990708982206],[66.7140470722166,41.168443508461564],[66.51064863471572,41.987644151368556],[66.02339155463562,41.99464630794404],[66.0980123228652,42.99766002051308],[64.90082441595933,43.728080552742654],[63.185786981056594,43.650074978198006],[62.01330040878628,43.50447663021566],[61.0583199400325,44.40581696225058],[60.23997195825847,44.784036770194746],[58.6899890480958,45.50001373959873],[58.50312706892844,45.586804307632974],[55.92891727074118,44.99585846615918],[55.968191359283026,41.30864166926938],[55.45525109235381,41.25985911718584],[54.75534549339267,42.04397146256662],[54.07941775901497,42.32410940202084],[52.94429324729174,42.11603424739758],[52.50245975119628,41.78331553808647],[52.44633914572722,42.027150783855575],[52.692112257707265,42.44389537207337],[52.50142622255032,42.7922978785852],[51.342427199108215,43.132974758469345],[50.89129194520024,44.03103363705378],[50.339129266161365,44.284015611338475],[50.305642938036264,44.609835516938915],[51.278503452363225,44.51485423438646],[51.316899041556034,45.2459982366679],[52.16738976421573,45.40839142514511],[53.0408764992452,45.25904653582177],[53.220865512917726,46.234645901059935],[53.042736850807785,46.853006089864486],[52.04202273947561,46.80463694923924],[51.191945428274266,47.048704738953916],[50.03408328634248,46.60898997658222],[49.10116000000011,46.399330000000134],[48.593241001180495,46.56103424741547],[48.694733514201744,47.07562816017793],[48.05725304544927,47.74375275327952],[47.31523115417024,47.715847479841955],[46.46644575377627,48.39415233010493],[47.043671502476506,49.152038886097614],[46.75159630716274,49.35600576435377],[47.5494804217493,50.454698391311126],[48.57784142435752,49.87475962991567],[48.70238162618102,50.60512848571284],[50.76664839051215,51.6927623561599],[52.32872358583097,51.718652248738124],[54.532878452376224,51.02623973245932],[55.716940545479815,50.62171662047853],[56.777961053296565,51.04355133727705],[58.36329064314674,51.06365346943858],[59.6422823423706,50.545442206415714],[59.93280724471549,50.842194118851864],[61.337424350840934,50.79907013610426],[61.58800337102417,51.272658799843214],[59.96753380721554,51.9604204372157],[60.92726850774027,52.44754832621504],[60.73999311711459,52.71998647725775],[61.6999861998006,52.97999644633427],[60.97806644068316,53.66499339457914],[61.436591424409066,54.00626455343479],[65.17853356309593,54.35422781027211],[65.666875848254,54.60126699484345],[68.16910037625883,54.97039175070432],[69.06816694527288,55.38525014914353],[70.86526655465514,55.169733588270105],[71.18013105660941,54.133285224008254],[72.22415001820218,54.376655381886735],[73.5085160663844,54.035616766976595],[73.42567874542043,53.489810289109755],[74.38484500519007,53.54686107036008],[76.89110029491343,54.49052440044193],[76.52517947785473,54.177003485727134],[77.80091556184425,53.404414984747575],[80.03555952344169,50.86475088154725],[80.56844689323549,51.38833649352847],[81.94598554883993,50.81219594990637],[83.38300377801238,51.069182847693924],[83.93511478061885,50.88924551045358],[84.41637739455308,50.311399644565824],[85.11555952346203,50.11730296487763],[85.54126997268247,49.69285858824816],[86.82935672398963,49.82667470966817],[87.35997033076268,49.21498078062916],[86.59877648310339,48.54918162698061],[85.7682328633083,48.45575063739698],[85.72048383987072,47.45296946877312],[85.16429039911338,47.00095571551611],[83.18048383986047,47.330031236350855],[82.45892581576913,45.539649563166506],[81.94707075391813,45.31702749285324],[79.96610639844141,44.91751699480466],[80.86620649610137,43.18036204688104],[80.1801501809943,42.92006785742694],[80.25999026888536,42.349999294599115],[79.64364546094015,42.496682847659656],[79.1421773619798,42.856092434249604],[77.6583919615832,42.960685533208334],[76.00035363149857,42.98802236589063],[75.6369649596221,42.87789988867678],[74.21286583852259,43.29833934180351],[73.64530358266092,43.09127187760987],[73.48975752146237,42.50089447689129],[71.84463829945065,42.845395412765185],[71.18628055205227,42.70429291439223],[70.96231489449929,42.26615428320554]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Kyrgyzstan","sov_a3":"KGZ","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Kyrgyzstan","adm0_a3":"KGZ","geou_dif":0,"geounit":"Kyrgyzstan","gu_a3":"KGZ","su_dif":0,"subunit":"Kyrgyzstan","su_a3":"KGZ","brk_diff":0,"name":"Kyrgyzstan","name_long":"Kyrgyzstan","brk_a3":"KGZ","brk_name":"Kyrgyzstan","brk_group":null,"abbrev":"Kgz.","postal":"KG","formal_en":"Kyrgyz Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Kyrgyz Republic","name_alt":null,"mapcolor7":5,"mapcolor8":7,"mapcolor9":7,"mapcolor13":6,"pop_est":5431747,"gdp_md_est":11610,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"6. Developing region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"KG","iso_a3":"KGZ","iso_n3":"417","un_a3":"417","wb_a2":"KG","wb_a3":"KGZ","woe_id":-99,"adm0_a3_is":"KGZ","adm0_a3_us":"KGZ","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Central Asia","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KGZ.geojson"},"geometry":{"type":"Polygon","coordinates":[[[70.96231489449914,42.26615428320549],[71.18628055205212,42.70429291439214],[71.8446382994506,42.84539541276509],[73.48975752146237,42.50089447689132],[73.64530358266092,43.09127187760982],[74.21286583852256,43.29833934180337],[75.636964959622,42.87789988867668],[76.00035363149846,42.98802236589067],[77.6583919615832,42.96068553320826],[79.14217736197978,42.85609243424952],[79.64364546094012,42.49668284765953],[80.2599902688853,42.34999929459906],[80.11943037305139,42.12394074153825],[78.54366092317531,41.58224254003869],[78.18719689322597,41.18531586360481],[76.90448449087708,41.06648590754964],[76.52636803579745,40.42794607193512],[75.4678279967307,40.56207225194867],[74.77686242055606,40.36642527929163],[73.8222436868283,39.893973497063186],[73.96001305531843,39.660008449861735],[73.6753792662548,39.4312368841056],[71.784693637992,39.27946320246437],[70.54916181832562,39.6041979029865],[69.46488691597753,39.5266832545487],[69.55960981636852,40.10321137141298],[70.64801883329997,39.93575389257117],[71.01419803252017,40.24436554621823],[71.77487511585656,40.14584442805378],[73.05541710804917,40.866033026689465],[71.87011478057047,41.392900092121266],[71.1578585142916,41.14358714452912],[70.42002241402821,41.51999827734314],[71.25924767444822,42.16771067968946],[70.96231489449914,42.26615428320549]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Cambodia","sov_a3":"KHM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Cambodia","adm0_a3":"KHM","geou_dif":0,"geounit":"Cambodia","gu_a3":"KHM","su_dif":0,"subunit":"Cambodia","su_a3":"KHM","brk_diff":0,"name":"Cambodia","name_long":"Cambodia","brk_a3":"KHM","brk_name":"Cambodia","brk_group":null,"abbrev":"Camb.","postal":"KH","formal_en":"Kingdom of Cambodia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Cambodia","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":6,"mapcolor13":5,"pop_est":14494293,"gdp_md_est":27940,"pop_year":-99,"lastcensus":2008,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"KH","iso_a3":"KHM","iso_n3":"116","un_a3":"116","wb_a2":"KH","wb_a3":"KHM","woe_id":-99,"adm0_a3_is":"KHM","adm0_a3_us":"KHM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"KHM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[103.4972799011397,10.632555446815928],[103.09068973186724,11.153660590047165],[102.5849324890267,12.186594956913282],[102.348099399833,13.394247341358223],[102.98842207236163,14.225721136934467],[104.28141808473661,14.416743068901367],[105.21877689007887,14.273211778210694],[106.04394616091552,13.881091009979954],[106.49637332563087,14.570583807834282],[107.38272749230109,14.202440904186972],[107.61454796756243,13.535530707244206],[107.49140302941089,12.337205918827946],[105.81052371625313,11.567614650921227],[106.24967003786946,10.961811835163587],[105.19991499229235,10.889309800658097],[104.33433475140347,10.48654368737523],[103.4972799011397,10.632555446815928]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"South Korea","sov_a3":"KOR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"South Korea","adm0_a3":"KOR","geou_dif":0,"geounit":"South Korea","gu_a3":"KOR","su_dif":0,"subunit":"South Korea","su_a3":"KOR","brk_diff":0,"name":"Korea","name_long":"Republic of Korea","brk_a3":"KOR","brk_name":"Republic of Korea","brk_group":null,"abbrev":"S.K.","postal":"KR","formal_en":"Republic of Korea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Korea, Rep.","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":1,"mapcolor13":5,"pop_est":48508972,"gdp_md_est":1335000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"4. Emerging region: MIKT","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"KR","iso_a3":"KOR","iso_n3":"410","un_a3":"410","wb_a2":"KR","wb_a3":"KOR","woe_id":-99,"adm0_a3_is":"KOR","adm0_a3_us":"KOR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":5,"long_len":17,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KOR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[128.34971642467661,38.61224294692785],[129.21291954968007,37.43239248305595],[129.46044966035817,36.78418915460282],[129.4683044780665,35.63214061130395],[129.0913765809296,35.082484239231434],[128.1858504578791,34.89037710218639],[127.38651940318839,34.47567373304412],[126.48574751190874,34.39004588473648],[126.37391971242913,34.934560451795946],[126.5592313986278,35.6845405136479],[126.11739790253229,36.72548472751926],[126.86014326386339,36.893924058574626],[126.17475874237624,37.74968577732804],[126.23733890188176,37.84037791600028],[126.68371992401892,37.80477285415118],[127.07330854706737,38.2561148137884],[127.780035435091,38.30453563084589],[128.20574588431145,38.37039724380189],[128.34971642467661,38.61224294692785]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Kuwait","sov_a3":"KWT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Kuwait","adm0_a3":"KWT","geou_dif":0,"geounit":"Kuwait","gu_a3":"KWT","su_dif":0,"subunit":"Kuwait","su_a3":"KWT","brk_diff":0,"name":"Kuwait","name_long":"Kuwait","brk_a3":"KWT","brk_name":"Kuwait","brk_group":null,"abbrev":"Kwt.","postal":"KW","formal_en":"State of Kuwait","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Kuwait","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":2,"mapcolor13":2,"pop_est":2691158,"gdp_md_est":149100,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"KW","iso_a3":"KWT","iso_n3":"414","un_a3":"414","wb_a2":"KW","wb_a3":"KWT","woe_id":-99,"adm0_a3_is":"KWT","adm0_a3_us":"KWT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KWT.geojson"},"geometry":{"type":"Polygon","coordinates":[[[47.974519077349896,29.9758192001485],[48.18318851094448,29.534476630159766],[48.09394331237642,29.306299343375002],[48.416094191283946,28.55200429942667],[47.708850538937384,28.526062730416143],[47.45982181172283,29.002519436147224],[46.568713413281756,29.09902517345229],[47.30262210469096,30.05906993257072],[47.974519077349896,29.9758192001485]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Lebanon","sov_a3":"LBN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Lebanon","adm0_a3":"LBN","geou_dif":0,"geounit":"Lebanon","gu_a3":"LBN","su_dif":0,"subunit":"Lebanon","su_a3":"LBN","brk_diff":0,"name":"Lebanon","name_long":"Lebanon","brk_a3":"LBN","brk_name":"Lebanon","brk_group":null,"abbrev":"Leb.","postal":"LB","formal_en":"Lebanese Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Lebanon","name_alt":null,"mapcolor7":4,"mapcolor8":4,"mapcolor9":4,"mapcolor13":12,"pop_est":4017095,"gdp_md_est":44060,"pop_year":-99,"lastcensus":1970,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LB","iso_a3":"LBN","iso_n3":"422","un_a3":"422","wb_a2":"LB","wb_a3":"LBN","woe_id":-99,"adm0_a3_is":"LBN","adm0_a3_us":"LBN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":7,"long_len":7,"abbrev_len":4,"tiny":4,"homepart":1,"filename":"LBN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[35.82110070165024,33.2774264592763],[35.55279666519081,33.26427480725802],[35.460709262846706,33.08904002535628],[35.126052687324545,33.09090037691878],[35.48220665868013,33.90545014091944],[35.9795923194894,34.61005829521913],[35.99840254084364,34.644914048800004],[36.4481942075121,34.59393524834407],[36.61175011571589,34.201788641897174],[36.066460402172055,33.82491242119255],[35.82110070165024,33.2774264592763]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Laos","sov_a3":"LAO","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Laos","adm0_a3":"LAO","geou_dif":0,"geounit":"Laos","gu_a3":"LAO","su_dif":0,"subunit":"Laos","su_a3":"LAO","brk_diff":0,"name":"Lao PDR","name_long":"Lao PDR","brk_a3":"LAO","brk_name":"Laos","brk_group":null,"abbrev":"Laos","postal":"LA","formal_en":"Lao People's Democratic Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Lao PDR","name_alt":null,"mapcolor7":1,"mapcolor8":1,"mapcolor9":1,"mapcolor13":9,"pop_est":6834942,"gdp_md_est":13980,"pop_year":-99,"lastcensus":2005,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LA","iso_a3":"LAO","iso_n3":"418","un_a3":"418","wb_a2":"LA","wb_a3":"LAO","woe_id":-99,"adm0_a3_is":"LAO","adm0_a3_us":"LAO","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"LAO.geojson"},"geometry":{"type":"Polygon","coordinates":[[[105.21877689007887,14.273211778210694],[105.54433841351769,14.723933620660416],[105.58903852745016,15.570316066952858],[104.7793205098688,16.44186493577145],[104.7169470560925,17.42885895433008],[103.95647667848529,18.24095408779688],[103.20019209189373,18.309632066312773],[102.9987056823877,17.9616946476916],[102.41300499879162,17.932781683824288],[102.11359175009248,18.109101670804165],[101.05954756063517,17.51249725999449],[101.03593143107777,18.408928330961615],[101.2820146016517,19.462584947176765],[100.60629357300316,19.508344427971224],[100.54888105672688,20.109237982661128],[100.11598758341783,20.417849636308187],[100.32910119018952,20.786121731036232],[101.18000532430754,21.436572984294024],[101.27002566935997,21.201651923095184],[101.80311974488292,21.17436676684507],[101.65201785686152,22.318198757409547],[102.17043582561358,22.464753119389304],[102.75489627483466,21.675137233969465],[103.20386111858645,20.766562201413745],[104.43500044150805,20.75873322192153],[104.8225736836971,19.886641750563882],[104.18338789267894,19.62466807706022],[103.8965320170267,19.265180975821806],[105.09459842328152,18.66697459561108],[105.92576216026403,17.48531545660896],[106.55600792849569,16.604283962464805],[107.3127059265456,15.90853831630318],[107.5645251811039,15.202173163305558],[107.38272749230109,14.202440904186972],[106.49637332563087,14.570583807834282],[106.04394616091552,13.881091009979954],[105.21877689007887,14.273211778210694]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Sri Lanka","sov_a3":"LKA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Sri Lanka","adm0_a3":"LKA","geou_dif":0,"geounit":"Sri Lanka","gu_a3":"LKA","su_dif":0,"subunit":"Sri Lanka","su_a3":"LKA","brk_diff":0,"name":"Sri Lanka","name_long":"Sri Lanka","brk_a3":"LKA","brk_name":"Sri Lanka","brk_group":null,"abbrev":"Sri L.","postal":"LK","formal_en":"Democratic Socialist Republic of Sri Lanka","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Sri Lanka","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":4,"mapcolor13":9,"pop_est":21324791,"gdp_md_est":91870,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LK","iso_a3":"LKA","iso_n3":"144","un_a3":"144","wb_a2":"LK","wb_a3":"LKA","woe_id":-99,"adm0_a3_is":"LKA","adm0_a3_us":"LKA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":9,"long_len":9,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"LKA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[81.7879590188914,7.523055324733164],[81.63732221876059,6.481775214051921],[81.21801964714433,6.197141424988288],[80.34835696810441,5.968369859232155],[79.87246870312853,6.76346344647493],[79.69516686393513,8.200843410673386],[80.14780073437964,9.824077663609557],[80.83881798698656,9.268426825391188],[81.30431928907177,8.56420624433369],[81.7879590188914,7.523055324733164]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Myanmar","sov_a3":"MMR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Myanmar","adm0_a3":"MMR","geou_dif":0,"geounit":"Myanmar","gu_a3":"MMR","su_dif":0,"subunit":"Myanmar","su_a3":"MMR","brk_diff":0,"name":"Myanmar","name_long":"Myanmar","brk_a3":"MMR","brk_name":"Myanmar","brk_group":null,"abbrev":"Myan.","postal":"MM","formal_en":"Republic of the Union of Myanmar","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Myanmar","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":5,"mapcolor13":13,"pop_est":48137741,"gdp_md_est":55130,"pop_year":-99,"lastcensus":1983,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"MM","iso_a3":"MMR","iso_n3":"104","un_a3":"104","wb_a2":"MM","wb_a3":"MMR","woe_id":-99,"adm0_a3_is":"MMR","adm0_a3_us":"MMR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":7,"long_len":7,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"MMR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[99.54330936075931,20.186597601802063],[98.95967573445488,19.752980658440947],[98.25372399291561,19.708203029860044],[97.7977828308044,18.627080389881755],[97.37589643757354,18.445437730375815],[97.85912275593486,17.567946071843664],[98.49376102091135,16.83783559820793],[98.90334842325676,16.177824204976115],[98.53737592976572,15.308497422746084],[98.1920740091914,15.12370250087035],[98.43081912637987,14.622027696180835],[99.09775516153876,13.827502549693278],[99.21201175333609,13.269293728076464],[99.19635379435167,12.80474843998867],[99.58728600463972,11.892762762901697],[99.03812055867398,10.960545762572437],[98.55355065307305,9.932959906448545],[98.45717410684871,10.67526601810515],[98.76454552612077,11.441291612183749],[98.42833865762985,12.032986761925683],[98.50957400919268,13.122377631070677],[98.1036039571077,13.640459703012851],[97.77773237507517,14.837285874892642],[97.59707156778276,16.10056793869977],[97.1645398294998,16.928734442609336],[96.505768670643,16.42724050543285],[95.3693522481124,15.7143899601826],[94.80840457558412,15.80345429123764],[94.18880415240454,16.037936102762018],[94.53348595579135,17.277240301985728],[94.32481652219674,18.2135139022499],[93.54098839719364,19.36649262133002],[93.66325483599621,19.726961574781996],[93.07827762245219,19.855144965081976],[92.36855350135562,20.670883287025347],[92.30323449093868,21.47548533780982],[92.65225711463799,21.324047552978485],[92.67272098182556,22.041238918541254],[93.16612755734836,22.278459580977103],[93.06029422401463,22.70311066333557],[93.28632693885928,23.043658352139005],[93.3251876159428,24.078556423432204],[94.10674197792505,23.85074087167348],[94.55265791217164,24.675238348890332],[94.60324913938538,25.162495428970402],[95.1551534362626,26.001307277932085],[95.12476769407496,26.5735720891323],[96.41936567585097,27.264589341739224],[97.1339990580153,27.083773505149964],[97.0519885599681,27.69905894623315],[97.40256147663612,27.88253611908544],[97.32711388549004,28.26158274994634],[97.91198774616944,28.335945136014345],[98.2462309102333,27.74722138112918],[98.68269005737046,27.50881216075062],[98.71209394734451,26.743535874940264],[98.67183800658916,25.918702500913525],[97.72460900267914,25.083637193293],[97.60471967976198,23.897404690033042],[98.66026248575577,24.063286037689966],[98.89874922078276,23.14272207284253],[99.5319922220874,22.94903880461258],[99.24089887898725,22.11831431730458],[99.98348921102149,21.7429367131364],[100.41653771362738,21.558839423096614],[101.15003299357825,21.84998444262902],[101.18000532430754,21.436572984294024],[100.32910119018952,20.786121731036232],[100.11598758341783,20.417849636308187],[99.54330936075931,20.186597601802063]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Mongolia","sov_a3":"MNG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Mongolia","adm0_a3":"MNG","geou_dif":0,"geounit":"Mongolia","gu_a3":"MNG","su_dif":0,"subunit":"Mongolia","su_a3":"MNG","brk_diff":0,"name":"Mongolia","name_long":"Mongolia","brk_a3":"MNG","brk_name":"Mongolia","brk_group":null,"abbrev":"Mong.","postal":"MN","formal_en":"Mongolia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Mongolia","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":5,"mapcolor13":6,"pop_est":3041142,"gdp_md_est":9476,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MN","iso_a3":"MNG","iso_n3":"496","un_a3":"496","wb_a2":"MN","wb_a3":"MNG","woe_id":-99,"adm0_a3_is":"MNG","adm0_a3_us":"MNG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"MNG.geojson"},"geometry":{"type":"Polygon","coordinates":[[[87.7512642760767,49.29719798440548],[88.80556684769552,49.47052073831242],[90.71366743364067,50.33181183532109],[92.23471154171968,50.80217072204172],[93.10421919146269,50.49529022887643],[94.14756635943561,50.48053660745709],[94.81594933469873,50.01343333597085],[95.81402794798399,49.977466539095715],[97.25972781778141,49.72606069599574],[98.23176150919156,50.422400621128745],[97.8257397806743,51.01099518493318],[98.86149051310034,52.047366034546684],[99.98173221232354,51.63400625264399],[100.88948042196262,51.51685578063832],[102.06522260946733,51.259920559283124],[102.25590864462431,50.51056061461868],[103.67654544476022,50.089966132195116],[104.6215523620817,50.275329494826074],[105.88659142458675,50.406019192092224],[106.88880415245534,50.27429596618023],[107.86817589725094,49.793705145865815],[108.47516727095127,49.28254771585074],[109.40244917199666,49.29296051695755],[110.66201053267876,49.13012807880587],[111.58123091028662,49.37796824807769],[112.89773969935439,49.54356537535699],[114.36245649623527,50.24830272073741],[114.96210981655018,50.140247300815126],[115.48569542853141,49.805177313834605],[116.67880089728618,49.88853139912139],[116.19180219936757,49.134598090199106],[115.48528201707305,48.13538259540344],[115.74283735561578,47.72654450132629],[116.30895267137323,47.85341014260284],[117.29550744025741,47.69770905210743],[118.06414269416672,48.06673045510368],[118.86657433479495,47.74706004494617],[119.7728239278975,47.048058783550125],[119.66326989143874,46.69267995867892],[118.87432579963873,46.80541209572365],[117.42170128791419,46.67273285581426],[116.71786828009886,46.38820241961521],[115.98509647020008,45.727235012386004],[114.46033165899607,45.339816799493825],[113.46390669154417,44.80889313412711],[112.43606245325881,45.01164561622429],[111.87330610560029,45.10207937273506],[111.34837690637946,44.45744171811009],[111.66773725794323,44.07317576758771],[111.82958784388137,43.743118394539515],[111.12968224492022,43.40683401140015],[110.41210330611528,42.87123362891103],[109.24359581913146,42.5194463160841],[107.74477257693795,42.48151581478187],[106.12931562706169,42.13432770442891],[104.96499393109347,41.59740957291635],[104.52228193564899,41.908346666016556],[103.31227827353482,41.9074681666676],[101.83304039917994,42.51487295182628],[100.84586551310827,42.66380442969145],[99.51581749878004,42.52469147396172],[97.45175744017801,42.74888967546002],[96.34939578652781,42.725635280928685],[95.76245486855669,43.319449164394605],[95.30687544147153,44.24133087826547],[94.68892866412533,44.352331854828414],[93.4807336771413,44.975472113619965],[92.13389082231822,45.11507599545646],[90.9455395853343,45.28607330991028],[90.58576826371828,45.71971609148753],[90.97080936072501,46.88814606382293],[90.28082563676392,47.69354909930793],[88.85429772334676,48.06908173277296],[88.01383222855173,48.599462795600616],[87.7512642760767,49.29719798440548]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Malaysia","sov_a3":"MYS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Malaysia","adm0_a3":"MYS","geou_dif":0,"geounit":"Malaysia","gu_a3":"MYS","su_dif":0,"subunit":"Malaysia","su_a3":"MYS","brk_diff":0,"name":"Malaysia","name_long":"Malaysia","brk_a3":"MYS","brk_name":"Malaysia","brk_group":null,"abbrev":"Malay.","postal":"MY","formal_en":"Malaysia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Malaysia","name_alt":null,"mapcolor7":2,"mapcolor8":4,"mapcolor9":3,"mapcolor13":6,"pop_est":25715819,"gdp_md_est":384300,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MY","iso_a3":"MYS","iso_n3":"458","un_a3":"458","wb_a2":"MY","wb_a3":"MYS","woe_id":-99,"adm0_a3_is":"MYS","adm0_a3_us":"MYS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":8,"long_len":8,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"MYS.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[101.07551557821333,6.204867051615892],[101.15421878459384,5.691384182147715],[101.81428185425804,5.810808417174228],[102.14118696493645,6.221636053894656],[102.37114708863524,6.12820506431096],[102.9617053568667,5.524495144061078],[103.38121463421217,4.855001125503748],[103.4385754740562,4.181605536308382],[103.33212202353488,3.726697902842971],[103.42942874554055,3.38286876058902],[103.50244754436889,2.791018581550205],[103.85467410687036,2.515454006353763],[104.24793175661151,1.631141058759056],[104.22881147666354,1.293048000489534],[103.51970747275443,1.226333726400682],[102.57361535035479,1.967115383304744],[101.39063846232918,2.760813706875624],[101.27353966675585,3.270291652841181],[100.6954354187067,3.93913971599487],[100.55740766805509,4.76728038168828],[100.19670617065773,5.31249258058368],[100.30626020711652,6.040561835143876],[100.08575687052709,6.46448944745029],[100.25959638875692,6.642824815289572],[101.07551557821333,6.204867051615892]]],[[[118.61832075406485,4.478202419447541],[117.88203494677019,4.137551377779488],[117.01521447150637,4.306094061699469],[115.86551720587677,4.306559149590157],[115.51907840379201,3.169238389494396],[115.13403730678523,2.821481838386219],[114.6213554220175,1.430688177898887],[113.80584964401956,1.217548732911041],[112.8598091980522,1.497790025229946],[112.38025190638368,1.410120957846758],[111.79754845586044,0.904441229654651],[111.15913781132659,0.976478176269509],[110.51406090702713,0.773131415200993],[109.83022667850886,1.338135687664192],[109.66326012577375,2.006466986494985],[110.39613528853707,1.663774725751395],[111.1688529805975,1.850636704918784],[111.3700810079421,2.697303371588873],[111.79692833867287,2.885896511238073],[112.99561486211527,3.102394924324869],[113.71293541875873,3.893509426281128],[114.20401655482843,4.52587392823682],[114.65959598191355,4.00763682699781],[114.8695573263154,4.348313706881952],[115.34746097215069,4.316636053887009],[115.40570031134362,4.955227565933825],[115.45071048386981,5.447729803891561],[116.22074100145099,6.143191229675621],[116.72510298061978,6.924771429873998],[117.12962609260049,6.928052883324567],[117.64339318244633,6.422166449403306],[117.68907514859237,5.987490139180181],[118.3476912781522,5.708695786965464],[119.18190392463994,5.407835598162251],[119.11069380094172,5.016128241389865],[118.43972700406411,4.96651886638962],[118.61832075406485,4.478202419447541]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Nepal","sov_a3":"NPL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Nepal","adm0_a3":"NPL","geou_dif":0,"geounit":"Nepal","gu_a3":"NPL","su_dif":0,"subunit":"Nepal","su_a3":"NPL","brk_diff":0,"name":"Nepal","name_long":"Nepal","brk_a3":"NPL","brk_name":"Nepal","brk_group":null,"abbrev":"Nepal","postal":"NP","formal_en":"Nepal","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Nepal","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":3,"mapcolor13":12,"pop_est":28563377,"gdp_md_est":31080,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"NP","iso_a3":"NPL","iso_n3":"524","un_a3":"524","wb_a2":"NP","wb_a3":"NPL","woe_id":-99,"adm0_a3_is":"NPL","adm0_a3_us":"NPL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"NPL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[88.12044070836987,27.876541652939594],[88.04313276566123,27.445818589786825],[88.17480431514092,26.81040517832595],[88.06023766474982,26.41461538340249],[87.22747195836628,26.397898057556077],[86.02439293817918,26.63098460540857],[85.25177859898338,26.72619843190634],[84.6750179381738,27.234901231387536],[83.30424889519955,27.36450572357556],[81.99998742058497,27.925479234319994],[81.05720258985203,28.416095282499043],[80.08842451367627,28.79447011974014],[80.4767212259174,29.72986522065534],[81.11125613802932,30.183480943313402],[81.52580447787474,30.42271698660863],[82.32751264845088,30.115268052688133],[83.33711510613719,29.463731594352193],[83.89899295444673,29.320226141877658],[84.23457970575015,28.839893703724698],[85.01163821812304,28.642773952747344],[85.82331994013151,28.203575954698703],[86.9545170430006,27.974261786403517],[88.12044070836987,27.876541652939594]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Oman","sov_a3":"OMN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Oman","adm0_a3":"OMN","geou_dif":0,"geounit":"Oman","gu_a3":"OMN","su_dif":0,"subunit":"Oman","su_a3":"OMN","brk_diff":0,"name":"Oman","name_long":"Oman","brk_a3":"OMN","brk_name":"Oman","brk_group":null,"abbrev":"Oman","postal":"OM","formal_en":"Sultanate of Oman","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Oman","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":6,"pop_est":3418085,"gdp_md_est":66980,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"OM","iso_a3":"OMN","iso_n3":"512","un_a3":"512","wb_a2":"OM","wb_a3":"OMN","woe_id":-99,"adm0_a3_is":"OMN","adm0_a3_us":"OMN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"OMN.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[58.86114139184659,21.114034532144302],[58.48798587426696,20.42898590746711],[58.034318475176605,20.48143748624335],[57.82637251163411,20.24300242764863],[57.665762160070955,19.736004950433113],[57.788700392493375,19.06757029873765],[57.69439090356068,18.944709580963803],[57.234263950433814,18.947991034414258],[56.609650913321985,18.57426707607948],[56.512189162019496,18.087113348863937],[56.28352094912801,17.87606679938395],[55.6614917336307,17.88412832282154],[55.2699394061552,17.632309068263197],[55.274900343655105,17.228354397037663],[54.79100223167413,16.950696926333364],[54.239252964093765,17.044980577049984],[53.570508253804604,16.707662665264678],[53.10857262554751,16.65105113368898],[52.78218427919207,17.349742336491232],[52.00000980002224,19.000003363516072],[54.99998172386242,19.99999400479612],[55.66665937685988,22.00000112557231],[55.2083410988632,22.70832998299701],[55.234489373602884,23.11099274341535],[55.5258410988645,23.524869289640918],[55.52863162620829,23.933604030853502],[55.98121382022052,24.130542914317854],[55.80411868675625,24.269604193615294],[55.886232537668064,24.920830593357493],[56.396847365144,24.924732163995515],[56.84514041527606,24.241673081961494],[57.40345258975744,23.87859446867884],[58.13694786970834,23.74793060962884],[58.72921146020544,23.565667832935418],[59.18050174341036,22.99239533130546],[59.45009769067703,22.6602709009656],[59.80806033716286,22.533611965418203],[59.8061483091681,22.31052480721419],[59.44219119653641,21.714540513592084],[59.282407667889885,21.433885809814882],[58.86114139184659,21.114034532144302]]],[[[56.39142133975341,25.89599070892126],[56.26104170108093,25.71460643157675],[56.07082075381456,26.05546417897395],[56.36201744977936,26.395934353128947],[56.48567915225382,26.309117946878672],[56.39142133975341,25.89599070892126]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Pakistan","sov_a3":"PAK","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Pakistan","adm0_a3":"PAK","geou_dif":0,"geounit":"Pakistan","gu_a3":"PAK","su_dif":0,"subunit":"Pakistan","su_a3":"PAK","brk_diff":0,"name":"Pakistan","name_long":"Pakistan","brk_a3":"PAK","brk_name":"Pakistan","brk_group":null,"abbrev":"Pak.","postal":"PK","formal_en":"Islamic Republic of Pakistan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Pakistan","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":3,"mapcolor13":11,"pop_est":176242949,"gdp_md_est":427300,"pop_year":-99,"lastcensus":1998,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PK","iso_a3":"PAK","iso_n3":"586","un_a3":"586","wb_a2":"PK","wb_a3":"PAK","woe_id":-99,"adm0_a3_is":"PAK","adm0_a3_us":"PAK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Southern Asia","region_wb":"South Asia","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"PAK.geojson"},"geometry":{"type":"Polygon","coordinates":[[[75.15802778514092,37.13303091078912],[75.89689741405013,36.666806138651836],[76.19284834178569,35.89840342868782],[77.83745079947457,35.494009507787766],[76.87172163280403,34.65354401299274],[75.75706098826834,34.50492259372132],[74.24020267120497,34.74888703057125],[73.74994835805195,34.31769887952785],[74.10429365427734,33.44147329358685],[74.45155927927871,32.7648996038055],[75.25864179881322,32.2711054550405],[74.40592898956501,31.69263947196528],[74.42138024282026,30.979814764931177],[73.45063846221743,29.97641347911987],[72.8237516620847,28.961591701772054],[71.77766564320032,27.913180243434525],[70.61649620960193,27.989196275335868],[69.51439293811312,26.940965684511372],[70.16892662952202,26.491871649678842],[70.28287316272558,25.72222870533983],[70.84469933460284,25.21510203704352],[71.04324018746823,24.3565239527302],[68.84259931831878,24.35913361256094],[68.1766451353734,23.69196503345671],[67.44366661974547,23.94484365487699],[67.14544192898907,24.663611151624647],[66.37282758979326,25.425140896093847],[64.53040774929113,25.23703868255143],[62.9057007180346,25.21840932871021],[61.49736290878419,25.0782370061185],[61.87418745305655,26.239974880472104],[63.31663170761959,26.756532497661667],[63.233897739520295,27.21704702403071],[62.755425652929866,27.378923448184985],[62.72783043808598,28.25964488373539],[61.77186811711863,28.699333807890795],[61.36930870956494,29.303276272085924],[60.874248488208785,29.829238999952604],[62.54985680527278,29.31857249604431],[63.55026085801117,29.468330796826162],[64.14800215033125,29.340819200145972],[64.35041873561852,29.560030625928093],[65.0468620136161,29.472180691031905],[66.34647260932442,29.887943427036177],[66.38145755398602,30.73889923758645],[66.93889122911847,31.304911200479353],[67.68339358914747,31.30315420178142],[67.79268924344478,31.58293040620963],[68.55693200060932,31.713310044882018],[68.92667687365767,31.620189113892064],[69.31776411324255,31.90141225842444],[69.26252200712256,32.5019440780883],[69.68714725126485,33.105498969041236],[70.3235941913716,33.35853261975839],[69.9305432473596,34.02012014417511],[70.8818030129884,33.98885590263851],[71.15677330921346,34.34891144463215],[71.11501875192162,34.733125718722235],[71.6130762063507,35.153203436822864],[71.49876793812109,35.650563259416],[71.26234826038575,36.074387518857804],[71.84629194528392,36.50994232842986],[72.92002485544447,36.72000702569632],[74.06755171091783,36.83617564548845],[74.57589277537298,37.02084137628346],[75.15802778514092,37.13303091078912]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"North Korea","sov_a3":"PRK","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"North Korea","adm0_a3":"PRK","geou_dif":0,"geounit":"North Korea","gu_a3":"PRK","su_dif":0,"subunit":"North Korea","su_a3":"PRK","brk_diff":0,"name":"Dem. Rep. Korea","name_long":"Dem. Rep. Korea","brk_a3":"PRK","brk_name":"Dem. Rep. Korea","brk_group":null,"abbrev":"N.K.","postal":"KP","formal_en":"Democratic People's Republic of Korea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Korea, Dem. Rep.","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":3,"mapcolor13":9,"pop_est":22665345,"gdp_md_est":40000,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"KP","iso_a3":"PRK","iso_n3":"408","un_a3":"408","wb_a2":"KP","wb_a3":"PRK","woe_id":-99,"adm0_a3_is":"PRK","adm0_a3_us":"PRK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":15,"long_len":15,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"PRK.geojson"},"geometry":{"type":"Polygon","coordinates":[[[130.6400159038524,42.39500946712528],[130.78000735893113,42.22000722916885],[130.40003055228902,42.28000356705971],[129.96594852103726,41.94136790625105],[129.66736209525482,41.60110443782523],[129.70518924369247,40.88282786718433],[129.18811486218,40.66180776627199],[129.01039961152821,40.485436102859815],[128.63336836152672,40.18984691015031],[127.96741417858135,40.02541250259756],[127.53343550019417,39.7568500839767],[127.5021195822253,39.32393077245153],[127.38543419811029,39.213472398427655],[127.78334272675772,39.05089834243742],[128.34971642467661,38.61224294692785],[128.20574588431145,38.37039724380189],[127.780035435091,38.30453563084589],[127.07330854706737,38.2561148137884],[126.68371992401892,37.80477285415118],[126.23733890188176,37.84037791600028],[126.17475874237624,37.74968577732804],[125.6891036316972,37.940010077459014],[125.56843916229569,37.75208873142962],[125.2753304383362,37.669070542952724],[125.24008711151315,37.85722443292744],[124.98103315643398,37.94882090916478],[124.71216067921938,38.10834605564979],[124.98599409393398,38.54847422947968],[125.2219486837787,38.66585724543067],[125.13285851450752,38.84855927179859],[125.3865897970606,39.387957872061165],[125.3211157573468,39.5513845891842],[124.7374821310424,39.66034434667162],[124.26562462778531,39.928493353834156],[125.07994184784063,40.56982371679245],[126.18204511932943,41.10733612727637],[126.86908328664985,41.81656932226619],[127.34378299368302,41.50315176041597],[128.20843305879066,41.46677155208249],[128.0522152039723,41.99428457291795],[129.59666873587952,42.42498179785456],[129.99426720593323,42.985386867843786],[130.6400159038524,42.39500946712528]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Philippines","sov_a3":"PHL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Philippines","adm0_a3":"PHL","geou_dif":0,"geounit":"Philippines","gu_a3":"PHL","su_dif":0,"subunit":"Philippines","su_a3":"PHL","brk_diff":0,"name":"Philippines","name_long":"Philippines","brk_a3":"PHL","brk_name":"Philippines","brk_group":null,"abbrev":"Phil.","postal":"PH","formal_en":"Republic of the Philippines","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Philippines","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":2,"mapcolor13":8,"pop_est":97976603,"gdp_md_est":317500,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PH","iso_a3":"PHL","iso_n3":"608","un_a3":"608","wb_a2":"PH","wb_a3":"PHL","woe_id":-99,"adm0_a3_is":"PHL","adm0_a3_us":"PHL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":11,"long_len":11,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"PHL.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[126.37681359263748,8.414706325713354],[126.4785128113879,7.750354112168978],[126.53742394420063,7.189380601424574],[126.19677290253256,6.27429433840004],[125.83142052622911,7.293715318221857],[125.3638521668523,6.786485297060992],[125.68316084198372,6.049656887227258],[125.39651167206064,5.58100332277229],[124.21978763234236,6.161355495626182],[123.93871951710695,6.885135606306122],[124.24366214406135,7.360610459823661],[123.61021243702757,7.833527329942754],[123.2960714051252,7.418875637232787],[122.82550581267542,7.457374579290217],[122.08549930225577,6.899424139834849],[121.91992801319263,7.192119452336072],[122.31235884001714,8.034962063016508],[122.94239790251966,8.316236883981174],[123.48768761606352,8.693009751821194],[123.84115441293984,8.240324204944386],[124.60146976125023,8.514157619659017],[124.76461225799564,8.96040945071546],[125.47139082245157,8.986996975129642],[125.41211795461278,9.760334784377548],[126.22271447154318,9.28607432701885],[126.3066369975851,8.782487494334575],[126.37681359263748,8.414706325713354]]],[[[123.98243777882583,10.278778591345812],[123.62318322153278,9.950090643753299],[123.30992068897936,9.318268744336676],[122.99588300994164,9.0221886255204],[122.38005496631948,9.713360907424203],[122.5860889018671,9.981044826696104],[122.83708133350873,10.261156927934238],[122.94741051645192,10.881868394408029],[123.49884972543848,10.940624497923949],[123.33777428598475,10.267383938025446],[124.07793582570125,11.23272553145371],[123.98243777882583,10.278778591345812]]],[[[118.50458092659035,9.31638255455809],[117.1742745301007,8.367499904814665],[117.66447716682138,9.066888739452935],[118.38691369026175,9.684499619989225],[118.98734215706108,10.376292019080509],[119.51149620979756,11.369668077027214],[119.68967654833992,10.554291490109875],[119.029458449379,10.003653265823871],[118.50458092659035,9.31638255455809]]],[[[121.88354780485913,11.89175507247198],[122.48382124236147,11.582187404827508],[123.12021650603597,11.58366018314787],[123.10083784392647,11.16593374271649],[122.6377136577267,10.741308498574227],[122.00261030485957,10.441016750526087],[121.96736697803655,10.905691229694623],[122.03837039600555,11.41584096928004],[121.88354780485913,11.89175507247198]]],[[[125.50255171112352,12.162694606978349],[125.78346479706218,11.046121934447768],[125.01188398651229,11.31145457605038],[125.03276126515814,10.975816148314706],[125.27744917206027,10.358722032101312],[124.80181928924573,10.134678859899893],[124.76016808481849,10.837995103392302],[124.45910119028606,10.889929917845635],[124.30252160044172,11.495370998577227],[124.8910128113816,11.415582587118593],[124.87799035044398,11.79418996830499],[124.26676150929572,12.557760931849685],[125.22711632700785,12.535720933477194],[125.50255171112352,12.162694606978349]]],[[[121.52739383350351,13.06959015548452],[121.26219038298157,12.205560207564403],[120.83389611214656,12.70449616134242],[120.3234363139675,13.46641347905387],[121.18012820850217,13.429697373910443],[121.52739383350351,13.06959015548452]]],[[[121.32130822152358,18.504064642811016],[121.9376013530364,18.218552354398383],[122.24600630095429,18.478949896717097],[122.336956821788,18.224882717354177],[122.1742794129332,17.810282701076375],[122.51565392465336,17.093504746971973],[122.2523108256939,16.262444362854126],[121.66278608610828,15.931017564350128],[121.5050696147534,15.124813544164622],[121.72882856657728,14.328376369682246],[122.25892540902734,14.218202216035976],[122.70127566944566,14.33654124598442],[123.95029503794026,13.78213064214107],[123.85510704965863,13.237771104378467],[124.1812886902849,12.997527370653472],[124.07741906137825,12.536676947474575],[123.29803510955227,13.027525539598981],[122.92865197152993,13.552919826710408],[122.67135501514869,13.185836289925135],[122.03464969288055,13.784481919810347],[121.1263847189186,13.63668732345556],[120.62863732308331,13.857655747935652],[120.67938357959385,14.271015529838323],[120.99181928923055,14.525392767795083],[120.69333621631272,14.756670640517285],[120.564145135583,14.396279201713822],[120.0704285014664,14.970869452367097],[119.92092858284613,15.406346747290739],[119.88377322802826,16.363704331929966],[120.28648766487882,16.03462881109533],[120.39004723519176,17.59908112229951],[120.71586714079191,18.50522736253754],[121.32130822152358,18.504064642811016]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Israel","sov_a3":"ISR","adm0_dif":1,"level":2,"type":"Disputed","admin":"Palestine","adm0_a3":"PSX","geou_dif":0,"geounit":"Palestine","gu_a3":"PSX","su_dif":0,"subunit":"Palestine","su_a3":"PSX","brk_diff":0,"name":"Palestine","name_long":"Palestine","brk_a3":"PSX","brk_name":"Palestine","brk_group":null,"abbrev":"Pal.","postal":"PAL","formal_en":"West Bank and Gaza","formal_fr":null,"note_adm0":"Partial self-admin.","note_brk":"Partial self-admin.","name_sort":"Palestine (West Bank and Gaza)","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":5,"mapcolor13":8,"pop_est":4119083,"gdp_md_est":11950.77,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PS","iso_a3":"PSE","iso_n3":"275","un_a3":"275","wb_a2":"GZ","wb_a3":"WBG","woe_id":-99,"adm0_a3_is":"PSE","adm0_a3_us":"PSX","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":-99,"filename":"PSE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[35.54566531753454,32.393992011030576],[35.5452519060762,31.78250478772084],[35.397560662586045,31.48908600516758],[34.92740848159457,31.353435370401414],[34.970506626125996,31.616778469360806],[35.22589155451242,31.754341132121766],[34.97464074070933,31.86658234305972],[35.183930291491436,32.53251068778894],[35.54566531753454,32.393992011030576]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Qatar","sov_a3":"QAT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Qatar","adm0_a3":"QAT","geou_dif":0,"geounit":"Qatar","gu_a3":"QAT","su_dif":0,"subunit":"Qatar","su_a3":"QAT","brk_diff":0,"name":"Qatar","name_long":"Qatar","brk_a3":"QAT","brk_name":"Qatar","brk_group":null,"abbrev":"Qatar","postal":"QA","formal_en":"State of Qatar","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Qatar","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":2,"mapcolor13":4,"pop_est":833285,"gdp_md_est":91330,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"QA","iso_a3":"QAT","iso_n3":"634","un_a3":"634","wb_a2":"QA","wb_a3":"QAT","woe_id":-99,"adm0_a3_is":"QAT","adm0_a3_us":"QAT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"QAT.geojson"},"geometry":{"type":"Polygon","coordinates":[[[50.81010827006958,24.754742539971378],[50.74391076030369,25.482424221289396],[51.01335167827349,26.00699168548419],[51.28646162293606,26.11458201751587],[51.58907881043726,25.80111277923338],[51.60670047384881,25.21567047779874],[51.38960778179063,24.62738597258806],[51.11241539897702,24.556330878186724],[50.81010827006958,24.754742539971378]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Saudi Arabia","sov_a3":"SAU","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Saudi Arabia","adm0_a3":"SAU","geou_dif":0,"geounit":"Saudi Arabia","gu_a3":"SAU","su_dif":0,"subunit":"Saudi Arabia","su_a3":"SAU","brk_diff":0,"name":"Saudi Arabia","name_long":"Saudi Arabia","brk_a3":"SAU","brk_name":"Saudi Arabia","brk_group":null,"abbrev":"Saud.","postal":"SA","formal_en":"Kingdom of Saudi Arabia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Saudi Arabia","name_alt":null,"mapcolor7":6,"mapcolor8":1,"mapcolor9":6,"mapcolor13":7,"pop_est":28686633,"gdp_md_est":576500,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"SA","iso_a3":"SAU","iso_n3":"682","un_a3":"682","wb_a2":"SA","wb_a3":"SAU","woe_id":-99,"adm0_a3_is":"SAU","adm0_a3_us":"SAU","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":12,"long_len":12,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"SAU.geojson"},"geometry":{"type":"Polygon","coordinates":[[[42.77933230975097,16.347891343648683],[42.649572788266084,16.774635321514964],[42.347989129410706,17.075805568912003],[42.270887892431226,17.474721787989125],[41.75438195167396,17.833046169500975],[41.22139122901558,18.671599636301206],[40.93934126156654,19.486485297111756],[40.247652215339826,20.17463450772649],[39.80168460466095,20.338862209550054],[39.139399448408284,21.29190481209293],[39.023695916506796,21.986875311770195],[39.06632897314759,22.57965566659027],[38.49277225114008,23.688451036060854],[38.02386030452362,24.07868561451293],[37.483634881344386,24.285494696545015],[37.154817742671185,24.85848297779731],[37.209491408036,25.084541530858104],[36.93162723160259,25.602959499610176],[36.63960371272122,25.82622752532722],[36.249136590323815,26.57013560638488],[35.64018151219639,27.37652049408342],[35.13018680190788,28.06335195567472],[34.63233605320798,28.058546047471566],[34.787778761541944,28.6074272730597],[34.832220493312946,28.957483425404845],[34.95603722508426,29.35655467377884],[36.06894087092206,29.197494615184457],[36.50121422704358,29.5052536076987],[36.74052778498725,29.86528331147619],[37.503581984209035,30.003776150018403],[37.66811974462638,30.3386652694859],[37.998848911294374,30.50849986421313],[37.00216556168101,31.508412990844743],[39.00488569515255,32.01021698661498],[39.19546837744497,32.16100881604267],[40.399994337736246,31.889991766887935],[41.889980910007836,31.190008653278365],[44.70949873228474,29.178891099559383],[46.568713413281756,29.09902517345229],[47.45982181172283,29.002519436147224],[47.708850538937384,28.526062730416143],[48.416094191283946,28.55200429942667],[48.80759484232718,27.689627997339883],[49.29955447774582,27.46121816660981],[49.470913527225655,27.10999929453808],[50.15242231629088,26.689663194275997],[50.212935418504685,26.277026882425375],[50.11330325704594,25.943972276304248],[50.239858839728754,25.608049628190926],[50.52738650900073,25.3278083358721],[50.66055667501689,24.99989553476402],[50.81010827006958,24.754742539971378],[51.11241539897702,24.556330878186724],[51.38960778179063,24.62738597258806],[51.57951867046327,24.245497137951105],[51.61770755392698,24.014219265228828],[52.000733270074335,23.00115448657894],[55.0068030129249,22.496947536707136],[55.20834109886319,22.708329982997046],[55.666659376859826,22.00000112557234],[54.99998172386236,19.999994004796108],[52.00000980002224,19.000003363516058],[49.11667158386487,18.616667588774945],[48.18334354024134,18.166669216377315],[47.46669477721763,17.116681626854884],[47.000004917189756,16.949999294497445],[46.74999433776165,17.283338120996177],[46.366658563020536,17.233315334537636],[45.39999922056875,17.333335069238558],[45.21665123879718,17.43332896572333],[44.06261315285508,17.410358791569593],[43.79151858905192,17.31997671149111],[43.380794305196105,17.57998668056767],[43.11579756040335,17.088440456607373],[43.21837527850275,16.66688996018641],[42.77933230975097,16.347891343648683]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Syria","sov_a3":"SYR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Syria","adm0_a3":"SYR","geou_dif":0,"geounit":"Syria","gu_a3":"SYR","su_dif":0,"subunit":"Syria","su_a3":"SYR","brk_diff":0,"name":"Syria","name_long":"Syria","brk_a3":"SYR","brk_name":"Syria","brk_group":null,"abbrev":"Syria","postal":"SYR","formal_en":"Syrian Arab Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Syrian Arab Republic","name_alt":null,"mapcolor7":2,"mapcolor8":6,"mapcolor9":2,"mapcolor13":6,"pop_est":20178485,"gdp_md_est":98830,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SY","iso_a3":"SYR","iso_n3":"760","un_a3":"760","wb_a2":"SY","wb_a3":"SYR","woe_id":-99,"adm0_a3_is":"SYR","adm0_a3_us":"SYR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"SYR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[38.792340529136084,33.378686428352225],[36.834062127435544,32.312937526980775],[35.71991824722275,32.709192409794866],[35.700797967274745,32.71601369885738],[35.836396925608625,32.86812327730851],[35.82110070165024,33.2774264592763],[36.066460402172055,33.82491242119255],[36.61175011571589,34.201788641897174],[36.4481942075121,34.59393524834407],[35.99840254084364,34.644914048800004],[35.905023227692226,35.410009467097325],[36.149762811026534,35.82153473565367],[36.417550083163036,36.04061697035506],[36.6853890317318,36.25969920505646],[36.7394942563414,36.81752045343109],[37.06676110204583,36.62303620050062],[38.1677274920242,36.90121043552777],[38.6998913917659,36.71292735447234],[39.52258019385255,36.71605377862599],[40.67325931169569,37.09127635349729],[41.21208947120305,37.074352321921694],[42.34959109881177,37.2298725449041],[41.83706424334096,36.605853786763575],[41.289707472505455,36.35881460219227],[41.383965285005814,35.628316555314356],[41.006158888519934,34.41937226006212],[38.792340529136084,33.378686428352225]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Thailand","sov_a3":"THA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Thailand","adm0_a3":"THA","geou_dif":0,"geounit":"Thailand","gu_a3":"THA","su_dif":0,"subunit":"Thailand","su_a3":"THA","brk_diff":0,"name":"Thailand","name_long":"Thailand","brk_a3":"THA","brk_name":"Thailand","brk_group":null,"abbrev":"Thai.","postal":"TH","formal_en":"Kingdom of Thailand","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Thailand","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":8,"mapcolor13":1,"pop_est":65905410,"gdp_md_est":547400,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"TH","iso_a3":"THA","iso_n3":"764","un_a3":"764","wb_a2":"TH","wb_a3":"THA","woe_id":-99,"adm0_a3_is":"THA","adm0_a3_us":"THA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"THA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[102.5849324890267,12.186594956913282],[101.68715783081996,12.645740057826572],[100.83180952352487,12.627084865769206],[100.9784672383692,13.412721665902566],[100.0977974792511,13.406856390837433],[100.01873253784456,12.307001044153354],[99.47892052612363,10.846366685423547],[99.15377241414316,9.963061428258554],[99.22239871622676,9.239255479362427],[99.87383182169813,9.20786204674512],[100.27964684448622,8.295152899606052],[100.45927412313276,7.429572658717177],[101.01732791545273,6.856868597842478],[101.62307905477806,6.74062246340192],[102.14118696493638,6.221636053894628],[101.81428185425798,5.810808417174242],[101.15421878459387,5.691384182147715],[101.07551557821336,6.204867051615921],[100.25959638875696,6.642824815289543],[100.0857568705271,6.46448944745029],[99.69069054565574,6.848212795433597],[99.51964155476963,7.34345388430276],[98.9882528015123,7.907993068875327],[98.503786248776,8.382305202666288],[98.339661899817,7.794511623562386],[98.15000939330581,8.350007432483878],[98.25915001830624,8.973922837759801],[98.55355065307305,9.932959906448545],[99.03812055867398,10.960545762572437],[99.58728600463972,11.892762762901697],[99.19635379435167,12.80474843998867],[99.21201175333609,13.269293728076464],[99.09775516153876,13.827502549693278],[98.43081912637987,14.622027696180835],[98.1920740091914,15.12370250087035],[98.53737592976572,15.308497422746084],[98.90334842325676,16.177824204976115],[98.49376102091135,16.83783559820793],[97.85912275593486,17.567946071843664],[97.37589643757354,18.445437730375815],[97.7977828308044,18.627080389881755],[98.25372399291561,19.708203029860044],[98.95967573445488,19.752980658440947],[99.54330936075931,20.186597601802063],[100.11598758341783,20.417849636308187],[100.54888105672688,20.109237982661128],[100.60629357300316,19.508344427971224],[101.2820146016517,19.462584947176765],[101.03593143107777,18.408928330961615],[101.05954756063517,17.51249725999449],[102.11359175009248,18.109101670804165],[102.41300499879162,17.932781683824288],[102.9987056823877,17.9616946476916],[103.20019209189373,18.309632066312773],[103.95647667848529,18.24095408779688],[104.7169470560925,17.42885895433008],[104.7793205098688,16.44186493577145],[105.58903852745016,15.570316066952858],[105.54433841351769,14.723933620660416],[105.21877689007887,14.273211778210694],[104.28141808473661,14.416743068901367],[102.98842207236163,14.225721136934467],[102.348099399833,13.394247341358223],[102.5849324890267,12.186594956913282]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Tajikistan","sov_a3":"TJK","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Tajikistan","adm0_a3":"TJK","geou_dif":0,"geounit":"Tajikistan","gu_a3":"TJK","su_dif":0,"subunit":"Tajikistan","su_a3":"TJK","brk_diff":0,"name":"Tajikistan","name_long":"Tajikistan","brk_a3":"TJK","brk_name":"Tajikistan","brk_group":null,"abbrev":"Tjk.","postal":"TJ","formal_en":"Republic of Tajikistan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Tajikistan","name_alt":null,"mapcolor7":3,"mapcolor8":6,"mapcolor9":2,"mapcolor13":5,"pop_est":7349145,"gdp_md_est":13160,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"5. Low income","wikipedia":-99,"fips_10":null,"iso_a2":"TJ","iso_a3":"TJK","iso_n3":"762","un_a3":"762","wb_a2":"TJ","wb_a3":"TJK","woe_id":-99,"adm0_a3_is":"TJK","adm0_a3_us":"TJK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Central Asia","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TJK.geojson"},"geometry":{"type":"Polygon","coordinates":[[[71.01419803252017,40.24436554621823],[70.64801883329997,39.93575389257117],[69.55960981636852,40.10321137141298],[69.46488691597753,39.5266832545487],[70.54916181832562,39.6041979029865],[71.784693637992,39.27946320246437],[73.6753792662548,39.4312368841056],[73.92885216664644,38.50581533462274],[74.25751427602273,38.60650686294345],[74.86481570831681,38.3788463404816],[74.8299857929521,37.9900070257014],[74.98000247589542,37.419990139305895],[73.9486959166465,37.4215662704908],[73.26005577992501,37.495256862939],[72.63688968291729,37.047558091778356],[72.1930408059624,36.948287665345674],[71.8446382994506,36.73817129164692],[71.44869347523024,37.06564484308051],[71.54191775908478,37.905774441065645],[71.23940392444817,37.95326508234188],[71.34813113799026,38.258905341132156],[70.80682050973289,38.486281643216415],[70.3763041523093,38.13839590102752],[70.27057417184014,37.735164699854025],[70.11657840361033,37.58822276463209],[69.51878543485796,37.60899669041341],[69.19627282092438,37.15114350030743],[68.85944583524594,37.344335842430596],[68.13556237170138,37.0231151393043],[67.82999962755952,37.14499400486468],[68.39203250516596,38.157025254868735],[68.17602501818592,38.901553453113905],[67.44221967964131,39.140143541005486],[67.70142866401736,39.58047842056453],[68.53641645698941,39.53345286717894],[69.0116329283455,40.08615814875666],[69.32949466337283,40.72782440852485],[70.66662234892505,40.96021332454141],[70.45815962105962,40.49649485937029],[70.60140669137269,40.21852733007229],[71.01419803252017,40.24436554621823]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Turkmenistan","sov_a3":"TKM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Turkmenistan","adm0_a3":"TKM","geou_dif":0,"geounit":"Turkmenistan","gu_a3":"TKM","su_dif":0,"subunit":"Turkmenistan","su_a3":"TKM","brk_diff":0,"name":"Turkmenistan","name_long":"Turkmenistan","brk_a3":"TKM","brk_name":"Turkmenistan","brk_group":null,"abbrev":"Turkm.","postal":"TM","formal_en":"Turkmenistan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Turkmenistan","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":1,"mapcolor13":9,"pop_est":4884887,"gdp_md_est":29780,"pop_year":-99,"lastcensus":1995,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"TM","iso_a3":"TKM","iso_n3":"795","un_a3":"795","wb_a2":"TM","wb_a3":"TKM","woe_id":-99,"adm0_a3_is":"TKM","adm0_a3_us":"TKM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Central Asia","region_wb":"Europe & Central Asia","name_len":12,"long_len":12,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"TKM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[61.21081709172574,35.650072333309225],[61.123070509694145,36.49159719496624],[60.37763797388387,36.52738312432837],[59.23476199731681,37.412987982730336],[58.4361544126782,37.522309475243794],[57.33043379092898,38.02922943781094],[56.61936608259282,38.121394354803485],[56.18037479027333,37.93512665460742],[55.51157840355191,37.96411713312317],[54.800303989486565,37.392420762678185],[53.92159793479556,37.19891836196126],[53.73551110211252,37.90613617609169],[53.880928582581845,38.95209300389536],[53.101027866432894,39.29057363540713],[53.35780805849123,39.97528636327445],[52.69397260926982,40.03362905533197],[52.915251092343624,40.87652334244473],[53.858139275941134,40.63103445084218],[54.73684533063215,40.95101491959346],[54.008310988181314,41.55121084244742],[53.72171349469059,42.12319143327003],[52.916749708880076,41.86811656347733],[52.81468875510361,41.13537059179471],[52.50245975119615,41.78331553808637],[52.944293247291654,42.11603424739759],[54.07941775901495,42.32410940202083],[54.75534549339263,42.043971462566574],[55.45525109235377,41.25985911718584],[55.96819135928291,41.30864166926936],[57.0963912290791,41.32231008561057],[56.932215203687804,41.826026109375604],[57.78652998233708,42.17055288346552],[58.62901085799146,42.75155101172305],[59.97642215356978,42.22308197689021],[60.08334069198167,41.425146185871405],[60.46595299667069,41.22032664648255],[61.54717898951356,41.266370347654615],[61.88271406438469,41.084856879229406],[62.374260288345,40.05388621679039],[63.51801476426103,39.36325653742564],[64.17022301621677,38.892406724598246],[65.2159989765074,38.40269501398429],[66.54615034370022,37.97468496352687],[66.51860680528867,37.36278432875879],[66.21738488145932,37.39379018813392],[65.74563073106681,37.66116404881207],[65.58894778835784,37.30521678318564],[64.7461051776774,37.111817735333304],[64.5464791197339,36.31207326918427],[63.9828959491587,36.0079574651466],[63.19353844590035,35.857165635718914],[62.9846623065766,35.40404083916762],[62.230651483005886,35.270663967422294],[61.21081709172574,35.650072333309225]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"East Timor","sov_a3":"TLS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"East Timor","adm0_a3":"TLS","geou_dif":0,"geounit":"East Timor","gu_a3":"TLS","su_dif":0,"subunit":"East Timor","su_a3":"TLS","brk_diff":0,"name":"Timor-Leste","name_long":"Timor-Leste","brk_a3":"TLS","brk_name":"Timor-Leste","brk_group":null,"abbrev":"T.L.","postal":"TL","formal_en":"Democratic Republic of Timor-Leste","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Timor-Leste","name_alt":"East Timor","mapcolor7":2,"mapcolor8":2,"mapcolor9":4,"mapcolor13":3,"pop_est":1131612,"gdp_md_est":2520,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"TL","iso_a3":"TLS","iso_n3":"626","un_a3":"626","wb_a2":"TP","wb_a3":"TMP","woe_id":-99,"adm0_a3_is":"TLS","adm0_a3_us":"TLS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":11,"long_len":11,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TLS.geojson"},"geometry":{"type":"Polygon","coordinates":[[[124.96868248911622,-8.892790215697083],[125.08624637258026,-8.65688730228468],[125.94707238169826,-8.432094821815035],[126.64470421763855,-8.398246758663852],[126.95724328013982,-8.273344821814398],[127.33592817597464,-8.397316582882603],[126.96799197805655,-8.668256117388893],[125.9258850444586,-9.106007175333351],[125.08852013560109,-9.393173109579294],[125.07001997284061,-9.089987481322872],[124.96868248911622,-8.892790215697083]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Turkey","sov_a3":"TUR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Turkey","adm0_a3":"TUR","geou_dif":0,"geounit":"Turkey","gu_a3":"TUR","su_dif":0,"subunit":"Turkey","su_a3":"TUR","brk_diff":0,"name":"Turkey","name_long":"Turkey","brk_a3":"TUR","brk_name":"Turkey","brk_group":null,"abbrev":"Tur.","postal":"TR","formal_en":"Republic of Turkey","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Turkey","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":8,"mapcolor13":4,"pop_est":76805524,"gdp_md_est":902700,"pop_year":-99,"lastcensus":2000,"gdp_year":-99,"economy":"4. Emerging region: MIKT","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"TR","iso_a3":"TUR","iso_n3":"792","un_a3":"792","wb_a2":"TR","wb_a3":"TUR","woe_id":-99,"adm0_a3_is":"TUR","adm0_a3_us":"TUR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"TUR.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[36.91312706884215,41.335358384764305],[38.34766482926452,40.94858612727572],[39.51260664242025,41.102762763018575],[40.373432651538245,41.01367259374734],[41.554084100110714,41.53565623632761],[42.619548781104555,41.58317271581993],[43.58274580259271,41.09214325618257],[43.7526579119685,40.74020091405882],[43.65643639504096,40.25356395116617],[44.400008579288766,40.00500031184231],[44.793989699082005,39.713002631177034],[44.109225294782355,39.428136298168056],[44.4214026222576,38.28128123631453],[44.22575564960053,37.97158437758935],[44.77269900897775,37.17044464776845],[44.29345177590286,37.00151439060635],[43.94225874204736,37.256227525372935],[42.77912560402186,37.38526357680581],[42.34959109881177,37.22987254490411],[41.21208947120303,37.07435232192173],[40.673259311695716,37.09127635349736],[39.52258019385252,36.71605377862602],[38.69989139176593,36.71292735447233],[38.16772749202416,36.90121043552779],[37.06676110204583,36.62303620050062],[36.739494256341374,36.817520453431115],[36.68538903173183,36.259699205056506],[36.41755008316309,36.0406169703551],[36.14976281102659,35.82153473565367],[35.782084995269855,36.274995429014915],[36.160821567537056,36.650605577128374],[35.55093631362834,36.56544281671134],[34.714553256984374,36.795532131490916],[34.02689497247647,36.21996002862397],[32.5091581560641,36.1075637883892],[31.699595167779567,36.64427521417261],[30.62162479017107,36.677864895162315],[30.39109622571712,36.26298065850698],[29.699975620245567,36.144357408181],[28.73290286633539,36.67683136651644],[27.64118655773737,36.658822129862756],[27.048767937943296,37.65336090753601],[26.318218214633045,38.208133246405396],[26.804700148228733,38.98576019953356],[26.17078535330438,39.463612168936464],[27.280019972449395,40.42001373957831],[28.819977654747216,40.46001129817221],[29.24000369641558,41.21999074967269],[31.145933872204434,41.08762156835706],[32.34797936374579,41.73626414648464],[33.51328291192752,42.018960069337304],[35.16770389175187,42.04022492122544],[36.91312706884215,41.335358384764305]]],[[[27.192376743282406,40.690565700842455],[26.35800906749779,40.15199392349649],[26.04335127127254,40.61775360774317],[26.056942172965336,40.82412344010075],[26.29460208507569,40.93626129817417],[26.604195590936282,41.56211456966102],[26.117041863720825,41.82690460872456],[27.135739373490505,42.14148489030131],[27.996720411905414,42.00735871028777],[28.115524529744444,41.622886054036286],[28.988442824018787,41.29993419042819],[28.80643842948675,41.05496206314854],[27.61901736828412,40.99982330989312],[27.192376743282406,40.690565700842455]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Taiwan","sov_a3":"TWN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Taiwan","adm0_a3":"TWN","geou_dif":0,"geounit":"Taiwan","gu_a3":"TWN","su_dif":0,"subunit":"Taiwan","su_a3":"TWN","brk_diff":1,"name":"Taiwan","name_long":"Taiwan","brk_a3":"B77","brk_name":"Taiwan","brk_group":null,"abbrev":"Taiwan","postal":"TW","formal_en":null,"formal_fr":null,"note_adm0":null,"note_brk":"Self admin.; Claimed by China","name_sort":"Taiwan","name_alt":null,"mapcolor7":1,"mapcolor8":5,"mapcolor9":7,"mapcolor13":2,"pop_est":22974347,"gdp_md_est":712000,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"TW","iso_a3":"TWN","iso_n3":"158","un_a3":"-099","wb_a2":"-99","wb_a3":"-99","woe_id":-99,"adm0_a3_is":"TWN","adm0_a3_us":"TWN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Eastern Asia","region_wb":"East Asia & Pacific","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"TWN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[121.77781782438993,24.3942735865194],[121.17563235889274,22.790857245367167],[120.74707970589621,21.970571397382113],[120.22008344938367,22.81486094816674],[120.1061885926124,23.556262722258236],[120.69467980355225,24.538450832613737],[121.49504438688876,25.295458889257386],[121.95124393116144,24.997595933527034],[121.77781782438993,24.3942735865194]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Uzbekistan","sov_a3":"UZB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Uzbekistan","adm0_a3":"UZB","geou_dif":0,"geounit":"Uzbekistan","gu_a3":"UZB","su_dif":0,"subunit":"Uzbekistan","su_a3":"UZB","brk_diff":0,"name":"Uzbekistan","name_long":"Uzbekistan","brk_a3":"UZB","brk_name":"Uzbekistan","brk_group":null,"abbrev":"Uzb.","postal":"UZ","formal_en":"Republic of Uzbekistan","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Uzbekistan","name_alt":null,"mapcolor7":2,"mapcolor8":3,"mapcolor9":5,"mapcolor13":4,"pop_est":27606007,"gdp_md_est":71670,"pop_year":-99,"lastcensus":1989,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"UZ","iso_a3":"UZB","iso_n3":"860","un_a3":"860","wb_a2":"UZ","wb_a3":"UZB","woe_id":-99,"adm0_a3_is":"UZB","adm0_a3_us":"UZB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Central Asia","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":5,"homepart":1,"filename":"UZB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[66.51860680528867,37.36278432875879],[66.54615034370022,37.97468496352687],[65.2159989765074,38.40269501398429],[64.17022301621677,38.892406724598246],[63.51801476426103,39.36325653742564],[62.374260288345,40.05388621679039],[61.88271406438469,41.084856879229406],[61.54717898951356,41.266370347654615],[60.46595299667069,41.22032664648255],[60.08334069198167,41.425146185871405],[59.97642215356978,42.22308197689021],[58.62901085799146,42.75155101172305],[57.78652998233708,42.17055288346552],[56.932215203687804,41.826026109375604],[57.0963912290791,41.32231008561057],[55.96819135928291,41.30864166926936],[55.928917270741096,44.99585846615911],[58.50312706892847,45.586804307632825],[58.689989048095896,45.50001373959862],[60.23997195825833,44.78403677019473],[61.05831994003245,44.40581696225051],[62.01330040878625,43.50447663021565],[63.18578698105657,43.650074978198006],[64.90082441595928,43.72808055274258],[66.09801232286509,42.99766002051309],[66.02339155463562,41.99464630794398],[66.51064863471572,41.987644151368436],[66.7140470722165,41.1684435084615],[67.98585574735182,41.13599070898222],[68.25989586779562,40.6623245305949],[68.63248294462001,40.66868073176681],[69.07002729683532,41.38424428971237],[70.3889648782208,42.08130768489745],[70.96231489449914,42.26615428320549],[71.25924767444822,42.16771067968946],[70.42002241402821,41.51999827734314],[71.1578585142916,41.14358714452912],[71.87011478057047,41.392900092121266],[73.05541710804917,40.866033026689465],[71.77487511585656,40.14584442805378],[71.01419803252017,40.24436554621823],[70.60140669137269,40.21852733007229],[70.45815962105962,40.49649485937029],[70.66662234892505,40.96021332454141],[69.32949466337283,40.72782440852485],[69.0116329283455,40.08615814875666],[68.53641645698941,39.53345286717894],[67.70142866401736,39.58047842056453],[67.44221967964131,39.140143541005486],[68.17602501818592,38.901553453113905],[68.39203250516596,38.157025254868735],[67.82999962755952,37.14499400486468],[67.07578209825962,37.35614390720929],[66.51860680528867,37.36278432875879]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Vietnam","sov_a3":"VNM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Vietnam","adm0_a3":"VNM","geou_dif":0,"geounit":"Vietnam","gu_a3":"VNM","su_dif":0,"subunit":"Vietnam","su_a3":"VNM","brk_diff":0,"name":"Vietnam","name_long":"Vietnam","brk_a3":"VNM","brk_name":"Vietnam","brk_group":null,"abbrev":"Viet.","postal":"VN","formal_en":"Socialist Republic of Vietnam","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Vietnam","name_alt":null,"mapcolor7":5,"mapcolor8":6,"mapcolor9":5,"mapcolor13":4,"pop_est":86967524,"gdp_md_est":241700,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"5. Emerging region: G20","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"VN","iso_a3":"VNM","iso_n3":"704","un_a3":"704","wb_a2":"VN","wb_a3":"VNM","woe_id":-99,"adm0_a3_is":"VNM","adm0_a3_us":"VNM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"South-Eastern Asia","region_wb":"East Asia & Pacific","name_len":7,"long_len":7,"abbrev_len":5,"tiny":2,"homepart":1,"filename":"VNM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[108.05018029178294,21.55237986906012],[106.7150679870901,20.69685069425202],[105.88168216351903,19.752050482659698],[105.66200564984631,19.05816518806057],[106.426816847766,18.004120998603227],[107.36195356651974,16.69745656988705],[108.26949507042963,16.07974233648615],[108.87710656131748,15.27669057867044],[109.33526981001721,13.426028347217722],[109.20013593957398,11.666859239137764],[108.36612999881545,11.008320624226272],[107.22092858279524,10.364483954301832],[106.40511274620343,9.53083974856932],[105.15826378786511,8.599759629750494],[104.79518517458237,9.241038316276502],[105.0762016133856,9.918490505406808],[104.33433475140347,10.48654368737523],[105.19991499229235,10.889309800658097],[106.24967003786946,10.961811835163587],[105.81052371625313,11.567614650921227],[107.49140302941089,12.337205918827946],[107.61454796756243,13.535530707244206],[107.38272749230109,14.202440904186972],[107.5645251811039,15.202173163305558],[107.3127059265456,15.90853831630318],[106.55600792849569,16.604283962464805],[105.92576216026403,17.48531545660896],[105.09459842328152,18.66697459561108],[103.8965320170267,19.265180975821806],[104.18338789267894,19.62466807706022],[104.8225736836971,19.886641750563882],[104.43500044150805,20.75873322192153],[103.20386111858645,20.766562201413745],[102.75489627483466,21.675137233969465],[102.17043582561358,22.464753119389304],[102.7069922221001,22.708795070887675],[103.50451460166056,22.70375661873921],[104.47685835166448,22.819150092046968],[105.32920942588663,23.352063300056912],[105.81124718630521,22.976892401617903],[106.72540327354845,22.79426788989842],[106.56727339073532,22.21820486092477],[107.04342003787262,21.811898912029914],[108.05018029178294,21.55237986906012]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Yemen","sov_a3":"YEM","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Yemen","adm0_a3":"YEM","geou_dif":0,"geounit":"Yemen","gu_a3":"YEM","su_dif":0,"subunit":"Yemen","su_a3":"YEM","brk_diff":0,"name":"Yemen","name_long":"Yemen","brk_a3":"YEM","brk_name":"Yemen","brk_group":null,"abbrev":"Yem.","postal":"YE","formal_en":"Republic of Yemen","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Yemen, Rep.","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":3,"mapcolor13":11,"pop_est":23822783,"gdp_md_est":55280,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"YE","iso_a3":"YEM","iso_n3":"887","un_a3":"887","wb_a2":"RY","wb_a3":"YEM","woe_id":-99,"adm0_a3_is":"YEM","adm0_a3_us":"YEM","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Asia","region_un":"Asia","subregion":"Western Asia","region_wb":"Middle East & North Africa","name_len":5,"long_len":5,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"YEM.geojson"},"geometry":{"type":"Polygon","coordinates":[[[53.10857262554751,16.65105113368895],[52.38520592632588,16.382411200419654],[52.19172936382509,15.93843313238402],[52.1681649107,15.597420355689948],[51.172515089732485,15.175249742081492],[49.57457645040315,14.70876658778275],[48.67923058451416,14.00320241948566],[48.23894738138742,13.948089504446372],[47.938914015500785,14.007233181204427],[47.354453566279716,13.592219753468383],[46.717076450391744,13.39969920496502],[45.87759280781027,13.347764390511685],[45.62505008319987,13.290946153206763],[45.406458774605255,13.026905422411433],[45.14435591002086,12.95393830001531],[44.98953331887441,12.699586900274708],[44.49457645038285,12.721652736863346],[44.175112745954486,12.585950425664876],[43.48295861183713,12.636800035040084],[43.22287112811213,13.220950425667425],[43.25144819516953,13.767583726450852],[43.08794396339806,14.06263031662131],[42.89224531430872,14.802249253798749],[42.60487267433362,15.213335272680595],[42.80501549660005,15.261962795467255],[42.70243777850066,15.718885809791999],[42.823670688657415,15.911742255105265],[42.77933230975097,16.347891343648683],[43.21837527850275,16.66688996018641],[43.11579756040335,17.088440456607373],[43.380794305196105,17.57998668056767],[43.79151858905192,17.31997671149111],[44.06261315285508,17.410358791569593],[45.21665123879718,17.43332896572333],[45.39999922056875,17.333335069238558],[46.366658563020536,17.233315334537636],[46.74999433776165,17.283338120996177],[47.000004917189756,16.949999294497445],[47.46669477721763,17.116681626854884],[48.18334354024134,18.166669216377315],[49.11667158386487,18.616667588774945],[52.00000980002224,19.000003363516058],[52.78218427919205,17.349742336491232],[53.10857262554751,16.65105113368895]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Australia","sov_a3":"AU1","adm0_dif":1,"level":2,"type":"Country","admin":"Australia","adm0_a3":"AUS","geou_dif":0,"geounit":"Australia","gu_a3":"AUS","su_dif":0,"subunit":"Australia","su_a3":"AUS","brk_diff":0,"name":"Australia","name_long":"Australia","brk_a3":"AUS","brk_name":"Australia","brk_group":null,"abbrev":"Auz.","postal":"AU","formal_en":"Commonwealth of Australia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Australia","name_alt":null,"mapcolor7":1,"mapcolor8":2,"mapcolor9":2,"mapcolor13":7,"pop_est":21262641,"gdp_md_est":800200,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"AU","iso_a3":"AUS","iso_n3":"036","un_a3":"036","wb_a2":"AU","wb_a3":"AUS","woe_id":-99,"adm0_a3_is":"AUS","adm0_a3_us":"AUS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Australia and New Zealand","region_wb":"East Asia & Pacific","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"AUS.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[145.39797814349484,-40.79254851660589],[146.36412072162372,-41.13769540788334],[146.90858361225085,-41.00054615658068],[147.68925947488415,-40.80825815202269],[148.28906782449602,-40.87543751400213],[148.35986453673584,-42.06244516374644],[148.0173014670731,-42.407023614268624],[147.9140519553538,-43.211522312188485],[147.564564243764,-42.93768889747386],[146.87034305235494,-43.634597263362096],[146.66332726459368,-43.58085377377856],[146.04837772032042,-43.54974456153889],[145.43192955951056,-42.69377613705627],[145.2950903668017,-42.03360971452756],[144.71807132383063,-41.162551771815714],[144.74375451067968,-40.70397511165771],[145.39797814349484,-40.79254851660589]]],[[[143.56181115129996,-13.763655694232213],[143.92209923723894,-14.548310642152003],[144.56371382057486,-14.171176039285882],[144.89490807513354,-14.594457696188625],[145.37472374896348,-14.984976495018286],[145.27199100156727,-15.428205254785695],[145.48525963763578,-16.285672295804773],[145.63703331927695,-16.784918308176614],[145.88890425026767,-16.90692636481765],[146.1603088726645,-17.761654554925244],[146.0636739442787,-18.28007252367732],[146.3874784690196,-18.95827402107591],[147.47108157774792,-19.48072275154668],[148.1776017600425,-19.95593922290277],[148.84841352762322,-20.39120981209726],[148.7174654481956,-20.633468926681516],[149.28942020080206,-21.260510756111103],[149.67833703023067,-22.342511895438392],[150.07738244038862,-22.12278370533332],[150.48293908101516,-22.556142266533012],[150.72726525289121,-22.40240488046466],[150.89955447815228,-23.462236830338682],[151.60917524638424,-24.076256198830762],[152.07353966695908,-24.457886651306197],[152.85519738180594,-25.267501316023015],[153.13616214417678,-26.07117319102619],[153.16194868389042,-26.641319268502443],[153.0929089703486,-27.26029957449451],[153.5694690289442,-28.1100668271021],[153.51210818910022,-28.995077406532758],[153.33909549378706,-29.458201592732447],[153.06924116435889,-30.350240166954816],[153.0896016786818,-30.923641859665448],[152.8915775901394,-31.640445651985956],[152.45000247620536,-32.550002536755244],[151.70911746643682,-33.041342054986345],[151.34397179586242,-33.81602345147385],[151.01055545471516,-34.310360202777886],[150.71413943908905,-35.17345997491681],[150.32821984273326,-35.67187916437193],[150.07521203023228,-36.42020558039051],[149.94612430236717,-37.10905242284123],[149.99728397033616,-37.42526051203514],[149.42388227762555,-37.77268116633346],[148.30462243061592,-37.80906137466688],[147.3817330263153,-38.21921721776755],[146.92212283751135,-38.60653207779512],[146.3179219911548,-39.03575652441144],[145.48965213438058,-38.59376799901905],[144.87697635312816,-38.41744801203912],[145.03221235573298,-37.896187839510986],[144.48568240781404,-38.08532358169927],[143.6099735861961,-38.80946542740533],[142.745426873953,-38.538267510737526],[142.178329705982,-38.38003427505984],[141.6065816591047,-38.30851409276788],[140.63857872941324,-38.019332777662555],[139.99215823787435,-37.40293629328511],[139.80658816951407,-36.64360279718828],[139.57414757706525,-36.13836231867067],[139.0828080588341,-35.73275400161178],[138.12074791885632,-35.612296237939404],[138.44946170466503,-35.127261244447894],[138.2075643251067,-34.38472258884593],[137.71917036351616,-35.07682504653103],[136.82940555231474,-35.26053476332862],[137.3523710471085,-34.70733855564409],[137.50388634658836,-34.130267836240776],[137.89011600153768,-33.640478610978334],[137.81032759007914,-32.90000701266811],[136.99683719294038,-33.752771498348636],[136.37206912653167,-34.09476612725619],[135.98904341038437,-34.89011809666049],[135.20821251845413,-34.47867034275261],[135.23921837782916,-33.94795338311498],[134.6134167827746,-33.22277800876314],[134.08590376193914,-32.848072198214766],[134.27390262261704,-32.61723357516696],[132.99077680880984,-32.011224053680195],[132.2880806825049,-31.98264698662277],[131.32633060112093,-31.495803318001048],[129.5357938986397,-31.590422865527483],[128.24093753470223,-31.948488864877856],[127.10286746633831,-32.28226694105105],[126.14871382050116,-32.21596607842061],[125.08862348846561,-32.728751316052836],[124.22164798390494,-32.95948658623607],[124.02894656788854,-33.483847344701715],[123.65966678273072,-33.89017913181273],[122.81103641163364,-33.91446705498984],[122.18306440642286,-34.003402194964224],[121.2991907085026,-33.82103606540613],[120.58026818245814,-33.930176690406626],[119.89369510302824,-33.976065362281815],[119.2988993673488,-34.50936614353397],[119.007340936358,-34.464149265278536],[118.5057178081008,-34.7468193499151],[118.02497195848953,-35.064732761374714],[117.29550744025747,-35.02545867283287],[116.62510908413495,-35.02509693780683],[115.56434695847972,-34.386427911111554],[115.02680870977954,-34.196517022438925],[115.04861616420679,-33.62342538832203],[115.5451233256671,-33.48725798923296],[115.71467370001668,-33.25957162855495],[115.6793786967614,-32.90036874769413],[115.80164513556397,-32.20506235120703],[115.68961063035513,-31.61243702568379],[115.16090905157697,-30.60159433362246],[114.99704308477945,-30.030724786094165],[115.04003787644628,-29.461095472940798],[114.64197431850201,-28.810230808224713],[114.61649783738217,-28.516398614213042],[114.17357913620847,-28.11807667410733],[114.04888390508816,-27.334765313427127],[113.4774975932369,-26.543134047147902],[113.3389530782625,-26.116545098578484],[113.77835778204026,-26.54902516042918],[113.44096235560662,-25.621278171493156],[113.93690107631167,-25.911234633082884],[114.23285200404732,-26.298446140245872],[114.21616051641703,-25.786281019801105],[113.72125532435771,-24.998938897402127],[113.62534386602405,-24.683971042583153],[113.39352339076267,-24.38476449961327],[113.50204389857564,-23.806350192970257],[113.70699262904517,-23.560215345964068],[113.8434184102957,-23.059987481378737],[113.7365515483161,-22.47547535572538],[114.1497563009219,-21.755881036061012],[114.22530724493268,-22.517488295178634],[114.64776207891869,-21.829519952076904],[115.46016727097933,-21.495173435148544],[115.94737267462702,-21.06868783944371],[116.71161543179156,-20.70168181730682],[117.16631635952771,-20.623598728113805],[117.44154503791427,-20.746898695562162],[118.22955895393298,-20.374208265873236],[118.83608523974273,-20.26331064217483],[118.98780724495177,-20.044202569257322],[119.25249393115065,-19.95294198982984],[119.80522505094457,-19.976506442954985],[120.85622033089666,-19.68370777758919],[121.39985639860723,-19.239755547769732],[121.65513797412909,-18.705317885007133],[122.24166548064177,-18.19764861417177],[122.28662397673567,-17.798603204013915],[122.31277225147544,-17.25496713630345],[123.01257449757193,-16.405199883695857],[123.43378909718304,-17.268558037996225],[123.85934451710662,-17.069035332917252],[123.50324222218326,-16.596506036040367],[123.81707319549193,-16.111316013251994],[124.25828657439988,-16.327943617419564],[124.37972619028582,-15.567059828353976],[124.92615278534005,-15.075100192935324],[125.16727501841389,-14.680395603090004],[125.67008670461385,-14.510070082256021],[125.6857963400305,-14.230655612853838],[126.12514936737611,-14.347340996968953],[126.14282270721989,-14.095986830301213],[126.58258914602376,-13.95279143642041],[127.06586714081735,-13.817967624570926],[127.80463341686195,-14.276906019755046],[128.35968997610897,-14.869169610252257],[128.98554324759593,-14.875990899314742],[129.62147342337963,-14.969783623924556],[129.409600050983,-14.420669854391035],[129.88864057832862,-13.618703301653483],[130.33946577364296,-13.357375583553477],[130.183506300986,-13.107520033422304],[130.617795037967,-12.536392103732467],[131.22349450086003,-12.183648776908115],[131.73509118054952,-12.302452894747162],[132.57529829318312,-12.114040622611014],[132.55721154188106,-11.603012383676685],[131.82469811414367,-11.273781833545101],[132.35722374891142,-11.128519382372644],[133.01956058159644,-11.376411228076847],[133.55084598198906,-11.786515394745138],[134.393068475482,-12.042365411022175],[134.67863244032705,-11.9411829565947],[135.29849124566803,-12.248606052299051],[135.88269331272764,-11.962266940969798],[136.25838097548947,-12.04934172938161],[136.49247521377166,-11.857208754120393],[136.95162031468502,-12.351958916882737],[136.68512495335577,-12.887223402562057],[136.30540652887512,-13.291229750219898],[135.96175825413414,-13.324509372615893],[136.07761681533256,-13.724278252825783],[135.78383629775325,-14.223989353088214],[135.42866417861123,-14.7154322241839],[135.50018436090318,-14.99774057379443],[136.29517459528137,-15.550264987859123],[137.0653601421595,-15.870762220933356],[137.58047081924482,-16.215082289294084],[138.303217401279,-16.807604261952658],[138.5851640158634,-16.806622409739177],[139.1085429221155,-17.06267913174537],[139.26057498591823,-17.371600843986187],[140.2152453960783,-17.710804945550066],[140.87546349503927,-17.369068698803943],[141.0711104676963,-16.832047214426723],[141.27409549373883,-16.388870131091608],[141.3982222841038,-15.840531508042588],[141.70218305884467,-15.04492115647693],[141.5633801617087,-14.56133310308951],[141.63552046118812,-14.270394789286284],[141.51986860571898,-13.698078301653808],[141.650920038011,-12.944687595270565],[141.84269127824624,-12.74154753993119],[141.6869901877508,-12.407614434461138],[141.92862918514757,-11.87746591557878],[142.118488397388,-11.32804208745162],[142.14370649634637,-11.042736504768143],[142.51526004452498,-10.668185723516643],[142.79731001197408,-11.157354831591519],[142.8667631369743,-11.784706719614931],[143.1159468934857,-11.905629571177911],[143.1586316265588,-12.325655612846191],[143.5221236512999,-12.834358412327433],[143.5971578309877,-13.400422051652598],[143.56181115129996,-13.763655694232213]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Fiji","sov_a3":"FJI","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Fiji","adm0_a3":"FJI","geou_dif":0,"geounit":"Fiji","gu_a3":"FJI","su_dif":0,"subunit":"Fiji","su_a3":"FJI","brk_diff":0,"name":"Fiji","name_long":"Fiji","brk_a3":"FJI","brk_name":"Fiji","brk_group":null,"abbrev":"Fiji","postal":"FJ","formal_en":"Republic of Fiji","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Fiji","name_alt":null,"mapcolor7":5,"mapcolor8":1,"mapcolor9":2,"mapcolor13":2,"pop_est":944720,"gdp_md_est":3579,"pop_year":-99,"lastcensus":2007,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"FJ","iso_a3":"FJI","iso_n3":"242","un_a3":"242","wb_a2":"FJ","wb_a3":"FJI","woe_id":-99,"adm0_a3_is":"FJI","adm0_a3_us":"FJI","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Melanesia","region_wb":"East Asia & Pacific","name_len":4,"long_len":4,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"FJI.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[178.3736,-17.33992],[178.71806,-17.62846],[178.55271,-18.15059],[177.93266,-18.28799],[177.38146,-18.16432],[177.28504,-17.72465],[177.67087,-17.38114],[178.12557,-17.50481],[178.3736,-17.33992]]],[[[179.36414266196428,-16.80135407694685],[178.7250593629971,-17.01204167436802],[178.59683859511708,-16.63915],[179.09660936299716,-16.43398427754742],[179.41350936299713,-16.379054277547397],[180.00000000000014,-16.06713266364244],[180.00000000000014,-16.55521656663916],[179.36414266196428,-16.80135407694685]]],[[[-179.91736938476524,-16.50178313564936],[-180,-16.55521656663916],[-180,-16.06713266364244],[-179.79332010904858,-16.02088225674123],[-179.91736938476524,-16.50178313564936]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"France","sov_a3":"FR1","adm0_dif":1,"level":2,"type":"Dependency","admin":"New Caledonia","adm0_a3":"NCL","geou_dif":0,"geounit":"New Caledonia","gu_a3":"NCL","su_dif":0,"subunit":"New Caledonia","su_a3":"NCL","brk_diff":0,"name":"New Caledonia","name_long":"New Caledonia","brk_a3":"NCL","brk_name":"New Caledonia","brk_group":null,"abbrev":"New C.","postal":"NC","formal_en":"New Caledonia","formal_fr":"Nouvelle-Calédonie","note_adm0":"Fr.","note_brk":null,"name_sort":"New Caledonia","name_alt":null,"mapcolor7":7,"mapcolor8":5,"mapcolor9":9,"mapcolor13":11,"pop_est":227436,"gdp_md_est":3158,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"6. Developing region","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"NC","iso_a3":"NCL","iso_n3":"540","un_a3":"540","wb_a2":"NC","wb_a3":"NCL","woe_id":-99,"adm0_a3_is":"NCL","adm0_a3_us":"NCL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Melanesia","region_wb":"East Asia & Pacific","name_len":13,"long_len":13,"abbrev_len":6,"tiny":-99,"homepart":-99,"filename":"NCL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[165.77998986232637,-21.08000497811563],[166.59999148993384,-21.700018812753523],[167.1200114280869,-22.159990736583488],[166.74003462144478,-22.39997608814695],[166.18973229396866,-22.12970834726045],[165.47437544175222,-21.679606621998232],[164.82981530177568,-21.14981983814195],[164.16799523341365,-20.444746595951628],[164.029605747736,-20.105645847252354],[164.45996707586272,-20.1200118954295],[165.02003624904205,-20.45999114347773],[165.46000939357512,-20.80002206795826],[165.77998986232637,-21.08000497811563]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"New Zealand","sov_a3":"NZ1","adm0_dif":1,"level":2,"type":"Country","admin":"New Zealand","adm0_a3":"NZL","geou_dif":0,"geounit":"New Zealand","gu_a3":"NZL","su_dif":0,"subunit":"New Zealand","su_a3":"NZL","brk_diff":0,"name":"New Zealand","name_long":"New Zealand","brk_a3":"NZL","brk_name":"New Zealand","brk_group":null,"abbrev":"N.Z.","postal":"NZ","formal_en":"New Zealand","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"New Zealand","name_alt":null,"mapcolor7":3,"mapcolor8":3,"mapcolor9":4,"mapcolor13":4,"pop_est":4213418,"gdp_md_est":116700,"pop_year":-99,"lastcensus":2006,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"NZ","iso_a3":"NZL","iso_n3":"554","un_a3":"554","wb_a2":"NZ","wb_a3":"NZL","woe_id":-99,"adm0_a3_is":"NZL","adm0_a3_us":"NZL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Australia and New Zealand","region_wb":"East Asia & Pacific","name_len":11,"long_len":11,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"NZL.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[173.02037479074076,-40.919052422856424],[173.24723432850206,-41.331998793300784],[173.95840538970288,-40.92670053483562],[174.24758670480813,-41.34915536882167],[174.2485168805895,-41.770008233406756],[173.8764465680879,-42.233184096038826],[173.22273969959568,-42.970038344088564],[172.71124637277077,-43.372287693048506],[173.0801127464702,-43.85334360125358],[172.30858361235252,-43.865694268571346],[171.45292524646365,-44.24251881284372],[171.18513797432726,-44.89710418068489],[170.61669721911662,-45.90892872495971],[169.8314221540093,-46.3557748349876],[169.33233117093428,-46.641235446967855],[168.41135379462858,-46.61994475686359],[167.76374474514685,-46.29019744240921],[166.67688602118423,-46.21991749449224],[166.5091443219647,-45.85270476662622],[167.04642418850327,-45.11094125750867],[168.3037634625969,-44.12397307716613],[168.94940880765157,-43.93581918719142],[169.66781456937318,-43.55532561622634],[170.52491987536618,-43.03168832781283],[171.125089960004,-42.51275359473778],[171.56971398344322,-41.767424411792135],[171.94870893787194,-41.51441659929115],[172.09722700427878,-40.95610442480968],[172.798579543344,-40.493962090823466],[173.02037479074076,-40.919052422856424]]],[[[174.61200890533055,-36.156397393540544],[175.3366158389272,-37.20909799575826],[175.35759647043753,-36.52619394302113],[175.8088867536425,-36.79894215265769],[175.9584900251275,-37.55538176854606],[176.76319542877658,-37.8812533505787],[177.4388131045605,-37.961248467766495],[178.0103544457087,-37.57982472102013],[178.51709354076283,-37.6953732236248],[178.27473107331386,-38.58281259537309],[177.97046023997936,-39.166342868812976],[177.20699262929915,-39.145775648760846],[176.93998050364704,-39.44973642350158],[177.0329464053401,-39.87994272233148],[176.88582360260526,-40.065977878582174],[176.50801720611938,-40.60480803808959],[176.0124402204403,-41.28962411882151],[175.239567499083,-41.68830779395324],[175.0678983910094,-41.42589487077508],[174.65097293527847,-41.28182097754545],[175.22763024322367,-40.459235528323404],[174.90015669179,-39.90893320084723],[173.82404666574402,-39.50885426204351],[173.85226199777534,-39.14660247167746],[174.5748018740804,-38.797683200842755],[174.74347374908106,-38.027807712558385],[174.69701663645063,-37.38112883885796],[174.29202843657922,-36.71109221776144],[174.31900353423555,-36.53482390721389],[173.84099653553582,-36.121980889634116],[173.0541711774596,-35.23712533950034],[172.63600548735374,-34.52910654066939],[173.00704227120949,-34.45066171645034],[173.55129845610747,-35.006183363587965],[174.3293904971263,-35.26549570082862],[174.61200890533055,-36.156397393540544]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Papua New Guinea","sov_a3":"PNG","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Papua New Guinea","adm0_a3":"PNG","geou_dif":0,"geounit":"Papua New Guinea","gu_a3":"PNG","su_dif":1,"subunit":"Papua New Guinea","su_a3":"PN1","brk_diff":0,"name":"Papua New Guinea","name_long":"Papua New Guinea","brk_a3":"PN1","brk_name":"Papua New Guinea","brk_group":null,"abbrev":"P.N.G.","postal":"PG","formal_en":"Independent State of Papua New Guinea","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Papua New Guinea","name_alt":null,"mapcolor7":4,"mapcolor8":2,"mapcolor9":3,"mapcolor13":1,"pop_est":6057263,"gdp_md_est":13210,"pop_year":-99,"lastcensus":2000,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"PG","iso_a3":"PNG","iso_n3":"598","un_a3":"598","wb_a2":"PG","wb_a3":"PNG","woe_id":-99,"adm0_a3_is":"PNG","adm0_a3_us":"PNG","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Melanesia","region_wb":"East Asia & Pacific","name_len":16,"long_len":16,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"PNG.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[155.88002566957843,-6.81999684003776],[155.5999910829888,-6.919990736522493],[155.16699425681512,-6.535931491729301],[154.72919152243836,-5.900828138862209],[154.51411421123967,-5.139117526880014],[154.65250369691736,-5.042430922061839],[154.7599906760844,-5.339983819198494],[155.06291792217937,-5.566791680527487],[155.54774620994172,-6.200654799019659],[156.01996544822478,-6.540013929880388],[155.88002566957843,-6.81999684003776]]],[[[151.9827958518545,-5.478063246282346],[151.45910688700866,-5.56028045005874],[151.3013904156539,-5.840728448106702],[150.7544470562767,-6.083762709175389],[150.24119673075384,-6.317753594592986],[149.70996300679332,-6.316513360218053],[148.89006473205046,-6.026040134305433],[148.31893680236075,-5.74714242922613],[148.4018257997569,-5.437755629094724],[149.29841190002082,-5.583741550319217],[149.84556196512725,-5.505503431829339],[149.9962504416903,-5.026101169457675],[150.13975589416495,-5.001348158389789],[150.23690758687349,-5.532220147324281],[150.8074670758081,-5.455842380396888],[151.089672072554,-5.113692722192368],[151.64788089417087,-4.757073662946169],[151.53786176982155,-4.16780730552189],[152.13679162008438,-4.14879037843852],[152.33874311748102,-4.312966403829762],[152.31869266175178,-4.86766122805075],[151.9827958518545,-5.478063246282346]]],[[[147.19187381407494,-7.38802418378998],[148.0846358583494,-8.044108168167611],[148.7341052593936,-9.104663588093757],[149.30683515848446,-9.07143564213007],[149.26663089416135,-9.514406019736027],[150.03872846903434,-9.684318129111702],[149.73879845601226,-9.872937106977005],[150.80162763895916,-10.293686618697421],[150.69057498596388,-10.582712904505868],[150.02839318257585,-10.652476088099931],[149.782310012002,-10.393267103723943],[148.92313764871722,-10.280922539921363],[147.91301842670802,-10.130440769087471],[147.13544315001226,-9.492443536012019],[146.56788089415062,-8.942554619994155],[146.04848107318494,-8.06741423913131],[144.74416792213802,-7.630128269077473],[143.8970878440097,-7.915330498896281],[143.2863757671843,-8.245491224809056],[143.4139132020807,-8.983068942910947],[142.62843143124422,-9.326820570516503],[142.06825890520022,-9.159595635620036],[141.0338517600139,-9.117892754760419],[141.01705691951904,-5.859021905138022],[141.00021040259188,-2.600151055515624],[142.7352466167915,-3.289152927263217],[144.58397098203326,-3.861417738463401],[145.27317955951,-4.373737888205028],[145.82978641172568,-4.876497897972683],[145.98192182839298,-5.465609226100014],[147.6480733583476,-6.083659356310804],[147.8911076194162,-6.614014580922315],[146.9709053895949,-6.721656589386257],[147.19187381407494,-7.38802418378998]]],[[[153.14003787659877,-4.499983412294114],[152.8272921083683,-4.766427097190999],[152.638673130503,-4.176127211120928],[152.40602583232496,-3.789742526874562],[151.95323693258356,-3.462062269711822],[151.38427941305005,-3.035421644710112],[150.66204959533886,-2.741486097833956],[150.93996544820456,-2.500002129734028],[151.4799841656545,-2.779985039891386],[151.82001509013512,-2.999971612157907],[152.2399894553711,-3.240008640153661],[152.64001671774253,-3.659983005389648],[153.01999352438466,-3.980015150573294],[153.14003787659877,-4.499983412294114]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Solomon Islands","sov_a3":"SLB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Solomon Islands","adm0_a3":"SLB","geou_dif":0,"geounit":"Solomon Islands","gu_a3":"SLB","su_dif":0,"subunit":"Solomon Islands","su_a3":"SLB","brk_diff":0,"name":"Solomon Is.","name_long":"Solomon Islands","brk_a3":"SLB","brk_name":"Solomon Is.","brk_group":null,"abbrev":"S. Is.","postal":"SB","formal_en":null,"formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Solomon Islands","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":6,"pop_est":595613,"gdp_md_est":1078,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"SB","iso_a3":"SLB","iso_n3":"090","un_a3":"090","wb_a2":"SB","wb_a3":"SLB","woe_id":-99,"adm0_a3_is":"SLB","adm0_a3_us":"SLB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Melanesia","region_wb":"East Asia & Pacific","name_len":11,"long_len":15,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"SLB.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[162.11902469304087,-10.482719008021135],[162.39864586817222,-10.82636728276212],[161.70003218001838,-10.820011081590224],[161.31979699121476,-10.204751478723125],[161.917383254238,-10.446700534713656],[162.11902469304087,-10.482719008021135]]],[[[160.85222863183796,-9.872937106977005],[160.46258833235729,-9.895209649294841],[159.8494474632142,-9.794027194867368],[159.64000288313517,-9.63997975020527],[159.70294477766666,-9.242949720906779],[160.36295617089846,-9.400304457235533],[160.6885176943372,-9.610162448772812],[160.85222863183796,-9.872937106977005]]],[[[161.67998172428915,-9.599982191611375],[161.52939660059053,-9.784312025596435],[160.78825320866056,-8.91754322676492],[160.57999718652437,-8.320008640173967],[160.92002811100494,-8.320008640173967],[161.28000613835,-9.120011488484451],[161.67998172428915,-9.599982191611375]]],[[[159.8750272971986,-8.337320244991716],[159.917401971678,-8.538289890174866],[159.1336771995394,-8.114181410355398],[158.58611372297472,-7.754823500197715],[158.21114953026486,-7.421872246941149],[158.35997765526545,-7.320017998893917],[158.82000125552773,-7.560003350457392],[159.64000288313517,-8.020026950719569],[159.8750272971986,-8.337320244991716]]],[[[157.5384257346893,-7.34781991946693],[157.33941979393327,-7.404767347852555],[156.9020304710148,-7.176874281445392],[156.49135786359133,-6.765943291860395],[156.54282759015396,-6.59933847415148],[157.1400004417189,-7.021638278840655],[157.5384257346893,-7.34781991946693]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Vanuatu","sov_a3":"VUT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Vanuatu","adm0_a3":"VUT","geou_dif":0,"geounit":"Vanuatu","gu_a3":"VUT","su_dif":0,"subunit":"Vanuatu","su_a3":"VUT","brk_diff":0,"name":"Vanuatu","name_long":"Vanuatu","brk_a3":"VUT","brk_name":"Vanuatu","brk_group":null,"abbrev":"Van.","postal":"VU","formal_en":"Republic of Vanuatu","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Vanuatu","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":7,"mapcolor13":3,"pop_est":218519,"gdp_md_est":988.5,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"7. Least developed region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"VU","iso_a3":"VUT","iso_n3":"548","un_a3":"548","wb_a2":"VU","wb_a3":"VUT","woe_id":-99,"adm0_a3_is":"VUT","adm0_a3_us":"VUT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Oceania","region_un":"Oceania","subregion":"Melanesia","region_wb":"East Asia & Pacific","name_len":7,"long_len":7,"abbrev_len":4,"tiny":2,"homepart":1,"filename":"VUT.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[167.8448767438451,-16.466333103097156],[167.5151811058229,-16.597849623279966],[167.18000776597782,-16.15999521247096],[167.21680138576963,-15.891846205308452],[167.8448767438451,-16.466333103097156]]],[[[167.10771243720149,-14.933920179913954],[167.27002811103026,-15.740020847234874],[167.00120731024796,-15.614602146062495],[166.79315799384088,-15.668810723536723],[166.64985924709558,-15.392703545801195],[166.62913699774649,-14.626497084209603],[167.10771243720149,-14.933920179913954]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Albania","sov_a3":"ALB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Albania","adm0_a3":"ALB","geou_dif":0,"geounit":"Albania","gu_a3":"ALB","su_dif":0,"subunit":"Albania","su_a3":"ALB","brk_diff":0,"name":"Albania","name_long":"Albania","brk_a3":"ALB","brk_name":"Albania","brk_group":null,"abbrev":"Alb.","postal":"AL","formal_en":"Republic of Albania","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Albania","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":1,"mapcolor13":6,"pop_est":3639453,"gdp_md_est":21810,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"AL","iso_a3":"ALB","iso_n3":"008","un_a3":"008","wb_a2":"AL","wb_a3":"ALB","woe_id":-99,"adm0_a3_is":"ALB","adm0_a3_us":"ALB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ALB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[20.590247430104906,41.855404161133606],[20.463175083099202,41.51508901627533],[20.605181919037364,41.08622630468522],[21.0200403174764,40.84272695572588],[20.999989861747224,40.58000397395397],[20.674996779063633,40.43499990494303],[20.615000441172754,40.11000682225938],[20.15001590341052,39.62499766698397],[19.980000441170144,39.69499339452341],[19.960001661873207,39.91500580500605],[19.406081984136733,40.250773423822466],[19.319058872157143,40.72723012955356],[19.40354983895429,41.40956574153546],[19.540027296637106,41.71998607031276],[19.37176883309496,41.877547512370654],[19.304486118250793,42.19574514420782],[19.738051385179627,42.688247382165564],[19.801613396898688,42.50009349219084],[20.0707,42.58863],[20.283754510181893,42.32025950781508],[20.52295,42.21787],[20.590247430104906,41.855404161133606]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Austria","sov_a3":"AUT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Austria","adm0_a3":"AUT","geou_dif":0,"geounit":"Austria","gu_a3":"AUT","su_dif":0,"subunit":"Austria","su_a3":"AUT","brk_diff":0,"name":"Austria","name_long":"Austria","brk_a3":"AUT","brk_name":"Austria","brk_group":null,"abbrev":"Aust.","postal":"A","formal_en":"Republic of Austria","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Austria","name_alt":null,"mapcolor7":3,"mapcolor8":1,"mapcolor9":3,"mapcolor13":4,"pop_est":8210281,"gdp_md_est":329500,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"AT","iso_a3":"AUT","iso_n3":"040","un_a3":"040","wb_a2":"AT","wb_a3":"AUT","woe_id":-99,"adm0_a3_is":"AUT","adm0_a3_us":"AUT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"AUT.geojson"},"geometry":{"type":"Polygon","coordinates":[[[16.979666782304037,48.123497015976305],[16.90375410326726,47.71486562762833],[16.340584344150415,47.71290192320123],[16.534267612380376,47.49617096616912],[16.202298211337364,46.85238597267696],[16.011663852612656,46.6836107448117],[15.137091912504985,46.65870270444703],[14.63247155117483,46.43181732846955],[13.806475457421527,46.509306138691215],[12.376485223040817,46.76755910906985],[12.153088006243054,47.11539317482645],[11.16482791509327,46.94157949481273],[11.048555942436536,46.75135854754634],[10.44270145024663,46.89354625099743],[9.932448357796659,46.92072805438296],[9.479969516649021,47.10280996356337],[9.632931756232978,47.34760122332999],[9.59422610844635,47.52505809182027],[9.896068149463188,47.580196845075704],[10.402083774465211,47.30248769793916],[10.544504021861627,47.56639923765377],[11.426414015354737,47.523766181012974],[12.141357456112788,47.703083401065776],[12.620759718484491,47.67238760028441],[12.932626987365948,47.467645575544],[13.02585127122049,47.637583523135824],[12.884102817443903,48.28914581968792],[13.243357374737,48.416114813829054],[13.595945672264437,48.87717194273715],[14.33889773932472,48.5553052842072],[14.901447381254057,48.964401760445824],[15.253415561593982,49.039074205107575],[16.02964725105022,48.73389903420793],[16.49928266771877,48.78580801044511],[16.960288120194576,48.5969823268506],[16.879982944413,48.47001333270947],[16.979666782304037,48.123497015976305]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Belarus","sov_a3":"BLR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Belarus","adm0_a3":"BLR","geou_dif":0,"geounit":"Belarus","gu_a3":"BLR","su_dif":0,"subunit":"Belarus","su_a3":"BLR","brk_diff":0,"name":"Belarus","name_long":"Belarus","brk_a3":"BLR","brk_name":"Belarus","brk_group":null,"abbrev":"Bela.","postal":"BY","formal_en":"Republic of Belarus","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Belarus","name_alt":null,"mapcolor7":1,"mapcolor8":1,"mapcolor9":5,"mapcolor13":11,"pop_est":9648533,"gdp_md_est":114100,"pop_year":-99,"lastcensus":2009,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BY","iso_a3":"BLR","iso_n3":"112","un_a3":"112","wb_a2":"BY","wb_a3":"BLR","woe_id":-99,"adm0_a3_is":"BLR","adm0_a3_us":"BLR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"BLR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[23.48412763844985,53.91249766704114],[24.450683628037037,53.905702216194754],[25.536353794056993,54.28242340760253],[25.7684326514798,54.84696259217509],[26.58827924979039,55.16717560487167],[26.494331495883753,55.615106919977634],[27.10245975109453,55.783313707087686],[28.176709425577993,56.16912995057881],[29.229513380660308,55.918344224666356],[29.371571893030673,55.670090643936184],[29.896294386522356,55.78946320253041],[30.873909132620007,55.55097646750341],[30.971835971813135,55.08154775656404],[30.757533807098717,54.81177094178432],[31.38447228366374,54.157056382862436],[31.79142418796224,53.97463857687212],[31.731272820774507,53.79402944601202],[32.405598585751164,53.618045355842035],[32.69364301934604,53.35142080343212],[32.304519484188226,53.1327261419729],[31.49764367038293,53.1674268662569],[31.305200636528014,53.07399587667321],[31.54001834486226,52.74205231384636],[31.785998162571587,52.101677964885454],[30.927549269338982,52.04235342061438],[30.619454380014844,51.822806098022376],[30.555117221811457,51.31950348571566],[30.157363722460897,51.41613841410147],[29.254938185347925,51.368234361366895],[28.99283532076353,51.602044379271476],[28.61761274589225,51.42771393493484],[28.24161502453657,51.57222707783907],[27.454066196408434,51.59230337178447],[26.337958611768556,51.83228872334793],[25.327787713327005,51.91065603291855],[24.553106316839518,51.888461005249184],[24.00507775238421,51.61744395609446],[23.52707075368437,51.57845408793023],[23.508002150168693,52.02364655212473],[23.199493849386187,52.486977444053664],[23.799198846133375,52.69109935160657],[23.80493493011778,53.089731350306074],[23.527535841575002,53.470121568406555],[23.48412763844985,53.91249766704114]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Belgium","sov_a3":"BEL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Belgium","adm0_a3":"BEL","geou_dif":0,"geounit":"Belgium","gu_a3":"BEL","su_dif":0,"subunit":"Belgium","su_a3":"BEL","brk_diff":0,"name":"Belgium","name_long":"Belgium","brk_a3":"BEL","brk_name":"Belgium","brk_group":null,"abbrev":"Belg.","postal":"B","formal_en":"Kingdom of Belgium","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Belgium","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":1,"mapcolor13":8,"pop_est":10414336,"gdp_md_est":389300,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"BE","iso_a3":"BEL","iso_n3":"056","un_a3":"056","wb_a2":"BE","wb_a3":"BEL","woe_id":-99,"adm0_a3_is":"BEL","adm0_a3_us":"BEL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"BEL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[3.314971144228537,51.345780951536085],[4.047071160507527,51.26725861266857],[4.973991326526914,51.475023708698124],[5.606975945670001,51.037298488969775],[6.156658155958779,50.80372101501058],[6.043073357781111,50.128051662794235],[5.782417433300906,50.09032786722122],[5.674051954784829,49.529483547557504],[4.799221632515809,49.985373033236385],[4.286022983425084,49.907496649772554],[3.588184441755686,50.37899241800358],[3.123251580425801,50.780363267614575],[2.658422071960274,50.79684804951574],[2.513573032246143,51.14850617126183],[3.314971144228537,51.345780951536085]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Bulgaria","sov_a3":"BGR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Bulgaria","adm0_a3":"BGR","geou_dif":0,"geounit":"Bulgaria","gu_a3":"BGR","su_dif":0,"subunit":"Bulgaria","su_a3":"BGR","brk_diff":0,"name":"Bulgaria","name_long":"Bulgaria","brk_a3":"BGR","brk_name":"Bulgaria","brk_group":null,"abbrev":"Bulg.","postal":"BG","formal_en":"Republic of Bulgaria","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bulgaria","name_alt":null,"mapcolor7":4,"mapcolor8":5,"mapcolor9":1,"mapcolor13":8,"pop_est":7204687,"gdp_md_est":93750,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BG","iso_a3":"BGR","iso_n3":"100","un_a3":"100","wb_a2":"BG","wb_a3":"BGR","woe_id":-99,"adm0_a3_is":"BGR","adm0_a3_us":"BGR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"BGR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[22.65714969248299,44.23492300066128],[22.944832391051847,43.82378530534713],[23.33230228037632,43.89701080990471],[24.100679152124172,43.74105133724785],[25.569271681426926,43.68844472917472],[26.065158725699746,43.94349376075126],[27.242399529740908,44.175986029632405],[27.970107049275075,43.81246816667521],[28.558081495891997,43.70746165625813],[28.03909508638472,43.293171698574184],[27.67389773937805,42.577892361006214],[27.99672041190539,42.00735871028779],[27.135739373490477,42.14148489030134],[26.117041863720797,41.82690460872456],[26.106138136507212,41.32889883072778],[25.197201368925445,41.23448598893053],[24.49264489105803,41.583896185872035],[23.692073601992348,41.30908091894385],[22.952377150166452,41.33799388281115],[22.88137373219743,41.99929718685026],[22.380525750424592,42.32025950781509],[22.54501183440962,42.46136200618804],[22.43659467946128,42.580321153323936],[22.60480146657133,42.898518785161144],[22.986018507588483,43.211161200526966],[22.50015669118028,43.64281443946099],[22.410446404721597,44.00806346289995],[22.65714969248299,44.23492300066128]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Bosnia and Herzegovina","sov_a3":"BIH","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Bosnia and Herzegovina","adm0_a3":"BIH","geou_dif":0,"geounit":"Bosnia and Herzegovina","gu_a3":"BIH","su_dif":0,"subunit":"Bosnia and Herzegovina","su_a3":"BIH","brk_diff":0,"name":"Bosnia and Herz.","name_long":"Bosnia and Herzegovina","brk_a3":"BIH","brk_name":"Bosnia and Herz.","brk_group":null,"abbrev":"B.H.","postal":"BiH","formal_en":"Bosnia and Herzegovina","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Bosnia and Herzegovina","name_alt":null,"mapcolor7":1,"mapcolor8":1,"mapcolor9":1,"mapcolor13":2,"pop_est":4613414,"gdp_md_est":29700,"pop_year":-99,"lastcensus":1991,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"BA","iso_a3":"BIH","iso_n3":"070","un_a3":"070","wb_a2":"BA","wb_a3":"BIH","woe_id":-99,"adm0_a3_is":"BIH","adm0_a3_us":"BIH","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":16,"long_len":22,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"BIH.geojson"},"geometry":{"type":"Polygon","coordinates":[[[19.00548628101012,44.86023366960916],[19.36803,44.863],[19.11761,44.42307000000011],[19.59976,44.03847],[19.454,43.56810000000013],[19.21852,43.52384],[19.03165,43.43253],[18.70648,43.20011],[18.56,42.65],[17.674921502358984,43.02856252702361],[17.297373488034452,43.44634064388736],[16.91615644701733,43.66772247982567],[16.456442905348865,44.04123973243128],[16.23966027188453,44.35114329688571],[15.750026075918981,44.81871165626256],[15.959367303133376,45.233776760430935],[16.318156772535872,45.00412669532591],[16.534939406000206,45.21160757097772],[17.002146030351014,45.233776760430935],[17.861783481526402,45.067740383477144],[18.553214145591653,45.08158966733145],[19.00548628101012,44.86023366960916]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Switzerland","sov_a3":"CHE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Switzerland","adm0_a3":"CHE","geou_dif":0,"geounit":"Switzerland","gu_a3":"CHE","su_dif":0,"subunit":"Switzerland","su_a3":"CHE","brk_diff":0,"name":"Switzerland","name_long":"Switzerland","brk_a3":"CHE","brk_name":"Switzerland","brk_group":null,"abbrev":"Switz.","postal":"CH","formal_en":"Swiss Confederation","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Switzerland","name_alt":null,"mapcolor7":5,"mapcolor8":2,"mapcolor9":7,"mapcolor13":3,"pop_est":7604467,"gdp_md_est":316700,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"CH","iso_a3":"CHE","iso_n3":"756","un_a3":"756","wb_a2":"CH","wb_a3":"CHE","woe_id":-99,"adm0_a3_is":"CHE","adm0_a3_us":"CHE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":11,"long_len":11,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"CHE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[9.59422610844635,47.52505809182027],[9.632931756232978,47.34760122332999],[9.479969516649021,47.10280996356337],[9.932448357796659,46.92072805438296],[10.44270145024663,46.89354625099743],[10.363378126678612,46.48357127540986],[9.92283654139038,46.31489940040919],[9.182881707403055,46.44021474871698],[8.966305779667806,46.036931871111186],[8.489952426801324,46.005150865251686],[8.31662967289438,46.16364248309086],[7.755992058959833,45.82449005795931],[7.273850945676656,45.776947740250776],[6.843592970414504,45.99114655210061],[6.500099724970425,46.42967275652944],[6.022609490593537,46.27298981382047],[6.037388950229001,46.725778713561866],[6.768713820023606,47.2877082383037],[6.736571079138059,47.541801255882845],[7.192202182655507,47.44976552997102],[7.46675906742223,47.62058197691181],[8.317301466514152,47.61357982033626],[8.522611932009765,47.830827541691285],[9.59422610844635,47.52505809182027]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Czech Republic","sov_a3":"CZE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Czech Republic","adm0_a3":"CZE","geou_dif":0,"geounit":"Czech Republic","gu_a3":"CZE","su_dif":0,"subunit":"Czech Republic","su_a3":"CZE","brk_diff":0,"name":"Czech Rep.","name_long":"Czech Republic","brk_a3":"CZE","brk_name":"Czech Rep.","brk_group":null,"abbrev":"Cz. Rep.","postal":"CZ","formal_en":"Czech Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Czech Republic","name_alt":null,"mapcolor7":1,"mapcolor8":1,"mapcolor9":2,"mapcolor13":6,"pop_est":10211904,"gdp_md_est":265200,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"CZ","iso_a3":"CZE","iso_n3":"203","un_a3":"203","wb_a2":"CZ","wb_a3":"CZE","woe_id":-99,"adm0_a3_is":"CZE","adm0_a3_us":"CZE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":10,"long_len":14,"abbrev_len":8,"tiny":-99,"homepart":1,"filename":"CZE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[16.960288120194576,48.5969823268506],[16.49928266771877,48.78580801044511],[16.02964725105022,48.73389903420793],[15.253415561593982,49.039074205107575],[14.901447381254057,48.964401760445824],[14.33889773932472,48.5553052842072],[13.595945672264437,48.87717194273715],[13.031328973043431,49.30706818297324],[12.521024204161192,49.547415269562734],[12.415190870827445,49.96912079528057],[12.240111118222558,50.266337795607285],[12.966836785543194,50.484076443069085],[13.338131951560285,50.73323436136435],[14.056227654688172,50.92691762959429],[14.307013380600637,51.117267767941414],[14.570718214586066,51.002339382524276],[15.01699588385867,51.10667409932158],[15.490972120839727,50.78472992614321],[16.23862674323857,50.69773265237984],[16.176253289462267,50.42260732685791],[16.719475945714436,50.21574656839354],[16.868769158605655,50.47397370055603],[17.55456709155112,50.36214590107641],[17.64944502123899,50.049038397819956],[18.392913852622172,49.98862864847075],[18.853144158613617,49.49622976337764],[18.554971144289482,49.49501536721878],[18.399993523846177,49.31500051533004],[18.170498488037964,49.271514797556435],[18.104972771891852,49.04398346617531],[17.913511590250465,48.996492824899086],[17.88648481616181,48.90347524677371],[17.545006951577108,48.80001902932537],[17.101984897538898,48.81696889911711],[16.960288120194576,48.5969823268506]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Germany","sov_a3":"DEU","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Germany","adm0_a3":"DEU","geou_dif":0,"geounit":"Germany","gu_a3":"DEU","su_dif":0,"subunit":"Germany","su_a3":"DEU","brk_diff":0,"name":"Germany","name_long":"Germany","brk_a3":"DEU","brk_name":"Germany","brk_group":null,"abbrev":"Ger.","postal":"D","formal_en":"Federal Republic of Germany","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Germany","name_alt":null,"mapcolor7":2,"mapcolor8":5,"mapcolor9":5,"mapcolor13":1,"pop_est":82329758,"gdp_md_est":2918000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"DE","iso_a3":"DEU","iso_n3":"276","un_a3":"276","wb_a2":"DE","wb_a3":"DEU","woe_id":-99,"adm0_a3_is":"DEU","adm0_a3_us":"DEU","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"DEU.geojson"},"geometry":{"type":"Polygon","coordinates":[[[9.921906365609232,54.983104153048025],[9.9395797054529,54.596641954153256],[10.950112338920519,54.363607082733154],[10.939466993868448,54.00869334575258],[11.956252475643282,54.19648550070116],[12.518440382546714,54.47037059184799],[13.647467075259499,54.0755109727059],[14.119686313542559,53.75702912049103],[14.353315463934168,53.248171291713106],[14.074521111719434,52.98126251892535],[14.4375997250022,52.624850165408304],[14.685026482815713,52.089947414755216],[14.607098422919648,51.745188096719964],[15.016995883858781,51.10667409932171],[14.570718214586122,51.00233938252438],[14.307013380600665,51.11726776794137],[14.056227654688314,50.92691762959435],[13.338131951560397,50.73323436136428],[12.96683678554325,50.48407644306917],[12.240111118222671,50.26633779560723],[12.415190870827473,49.96912079528062],[12.521024204161336,49.54741526956275],[13.031328973043514,49.30706818297324],[13.595945672264577,48.877171942737164],[13.243357374737116,48.41611481382903],[12.884102817443873,48.28914581968786],[13.025851271220517,47.63758352313595],[12.932626987366064,47.467645575544],[12.620759718484521,47.672387600284424],[12.141357456112871,47.70308340106578],[11.426414015354851,47.52376618101306],[10.544504021861597,47.5663992376538],[10.402083774465325,47.30248769793916],[9.896068149463188,47.580196845075704],[9.594226108446376,47.5250580918202],[8.522611932009795,47.83082754169135],[8.317301466514095,47.61357982033627],[7.466759067422288,47.62058197691192],[7.593676385131062,48.33301911070373],[8.099278598674855,49.01778351500343],[6.658229607783709,49.20195831969164],[6.186320428094177,49.463802802114515],[6.242751092156993,49.90222565367873],[6.043073357781111,50.128051662794235],[6.156658155958779,50.80372101501058],[5.988658074577813,51.851615709025054],[6.589396599970826,51.852029120483394],[6.842869500362383,52.22844025329755],[7.092053256873896,53.14404328064489],[6.905139601274129,53.48216217713064],[7.100424838905268,53.69393219666267],[7.936239454793962,53.74829580343379],[8.121706170289485,53.52779246684429],[8.800734490604668,54.020785630908904],[8.572117954145368,54.39564647075405],[8.526229282270208,54.96274363872516],[9.282048780971136,54.83086538351631],[9.921906365609232,54.983104153048025]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":4,"sovereignt":"Denmark","sov_a3":"DN1","adm0_dif":1,"level":2,"type":"Country","admin":"Denmark","adm0_a3":"DNK","geou_dif":0,"geounit":"Denmark","gu_a3":"DNK","su_dif":0,"subunit":"Denmark","su_a3":"DNK","brk_diff":0,"name":"Denmark","name_long":"Denmark","brk_a3":"DNK","brk_name":"Denmark","brk_group":null,"abbrev":"Den.","postal":"DK","formal_en":"Kingdom of Denmark","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Denmark","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":3,"mapcolor13":12,"pop_est":5500510,"gdp_md_est":203600,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"DK","iso_a3":"DNK","iso_n3":"208","un_a3":"208","wb_a2":"DK","wb_a3":"DNK","woe_id":-99,"adm0_a3_is":"DNK","adm0_a3_us":"DNK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"DNK.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[12.69000613775563,55.609990953180784],[12.089991082414741,54.80001455343793],[11.043543328504228,55.364863796604254],[10.903913608451631,55.77995473898875],[12.370904168353292,56.111407375708836],[12.69000613775563,55.609990953180784]]],[[[10.912181837618363,56.458621324277914],[10.667803989309988,56.08138336854722],[10.369992710011985,56.19000722922473],[9.649984978889307,55.469999498102055],[9.921906365609175,54.98310415304806],[9.282048780971136,54.83086538351616],[8.526229282270236,54.96274363872499],[8.120310906617588,55.517722683323626],[8.08997684086225,56.540011705137594],[8.256581658571264,56.8099693874303],[8.543437534223386,57.110002753316905],[9.42446902836761,57.17206614849948],[9.775558709358563,57.447940782289656],[10.580005730846153,57.73001658795485],[10.546105991262692,57.215732733786155],[10.250000034230226,56.89001618105047],[10.369992710011985,56.609981594460834],[10.912181837618363,56.458621324277914]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Spain","sov_a3":"ESP","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Spain","adm0_a3":"ESP","geou_dif":0,"geounit":"Spain","gu_a3":"ESP","su_dif":0,"subunit":"Spain","su_a3":"ESP","brk_diff":0,"name":"Spain","name_long":"Spain","brk_a3":"ESP","brk_name":"Spain","brk_group":null,"abbrev":"Sp.","postal":"E","formal_en":"Kingdom of Spain","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Spain","name_alt":null,"mapcolor7":4,"mapcolor8":5,"mapcolor9":5,"mapcolor13":5,"pop_est":40525002,"gdp_md_est":1403000,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"ES","iso_a3":"ESP","iso_n3":"724","un_a3":"724","wb_a2":"ES","wb_a3":"ESP","woe_id":-99,"adm0_a3_is":"ESP","adm0_a3_us":"ESP","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":5,"long_len":5,"abbrev_len":3,"tiny":-99,"homepart":1,"filename":"ESP.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-9.034817674180246,41.88057058365967],[-8.984433152695672,42.59277517350627],[-9.392883673530648,43.0266246608127],[-7.978189663108309,43.748337714200986],[-6.754491746436756,43.567909450853925],[-5.411886359061596,43.574239813809676],[-4.347842779955783,43.40344920508504],[-3.51753170410609,43.4559007838613],[-1.901351284177764,43.42280202897834],[-1.502770961910528,43.03401439063043],[0.338046909190581,42.57954600683954],[0.701590610363894,42.7957343613326],[1.826793247087153,42.34338471126569],[2.985998976258458,42.47301504166986],[3.039484083680549,41.892120266276905],[2.091841668312185,41.22608856868309],[0.810524529635188,41.01473196060934],[0.721331007499401,40.678318386389236],[0.106691521819869,40.12393362076202],[-0.278711310212941,39.30997813573272],[0.111290724293838,38.73851430923303],[-0.467123582349103,38.29236583104115],[-0.683389451490598,37.642353827457825],[-1.438382127274849,37.443063666324214],[-2.146452602538119,36.67414419203728],[-3.415780808923387,36.65889964451118],[-4.368900926114719,36.677839056946155],[-4.995219285492211,36.32470815687964],[-5.377159796561457,35.946850083961465],[-5.866432257500904,36.02981659600606],[-6.236693894872175,36.367677110330334],[-6.520190802425404,36.94291331638732],[-7.453725551778092,37.09778758396607],[-7.537105475281024,37.42890432387623],[-7.166507941099865,37.803894354802225],[-7.029281175148796,38.07576406508977],[-7.374092169616318,38.37305858006492],[-7.098036668313128,39.03007274022378],[-7.498632371439725,39.62957103124181],[-7.066591559263529,39.71189158788277],[-7.026413133156595,40.184524237624245],[-6.864019944679385,40.33087189387483],[-6.851126674822552,41.11108266861753],[-6.389087693700915,41.381815497394655],[-6.668605515967656,41.883386949219584],[-7.251308966490824,41.91834605566505],[-7.422512986673795,41.79207469335983],[-8.013174607769912,41.790886135417125],[-8.263856980817792,42.28046865495034],[-8.67194576662672,42.13468943945496],[-9.034817674180246,41.88057058365967]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Estonia","sov_a3":"EST","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Estonia","adm0_a3":"EST","geou_dif":0,"geounit":"Estonia","gu_a3":"EST","su_dif":0,"subunit":"Estonia","su_a3":"EST","brk_diff":0,"name":"Estonia","name_long":"Estonia","brk_a3":"EST","brk_name":"Estonia","brk_group":null,"abbrev":"Est.","postal":"EST","formal_en":"Republic of Estonia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Estonia","name_alt":null,"mapcolor7":3,"mapcolor8":2,"mapcolor9":1,"mapcolor13":10,"pop_est":1299371,"gdp_md_est":27410,"pop_year":-99,"lastcensus":2000,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"EE","iso_a3":"EST","iso_n3":"233","un_a3":"233","wb_a2":"EE","wb_a3":"EST","woe_id":-99,"adm0_a3_is":"EST","adm0_a3_us":"EST","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"EST.geojson"},"geometry":{"type":"Polygon","coordinates":[[[24.312862583114622,57.79342357037698],[24.42892785004216,58.38341339785328],[24.061198357853186,58.25737457949341],[23.42656009287668,58.612753404364625],[23.339795363058645,59.18724030215338],[24.604214308376182,59.46585378685502],[25.86418908051664,59.61109039981134],[26.949135776484525,59.445803331125774],[27.981114129353244,59.47538808861287],[28.13169925305175,59.30082510033092],[27.42016645682494,58.72458120384424],[27.71668582531572,57.79189911562437],[27.28818484875151,57.47452830670383],[26.463532342237787,57.47638865826633],[25.602809685984365,57.84752879498657],[25.16459354014927,57.97015696881519],[24.312862583114622,57.79342357037698]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Finland","sov_a3":"FI1","adm0_dif":1,"level":2,"type":"Country","admin":"Finland","adm0_a3":"FIN","geou_dif":0,"geounit":"Finland","gu_a3":"FIN","su_dif":0,"subunit":"Finland","su_a3":"FIN","brk_diff":0,"name":"Finland","name_long":"Finland","brk_a3":"FIN","brk_name":"Finland","brk_group":null,"abbrev":"Fin.","postal":"FIN","formal_en":"Republic of Finland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Finland","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":4,"mapcolor13":6,"pop_est":5250275,"gdp_md_est":193500,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"FI","iso_a3":"FIN","iso_n3":"246","un_a3":"246","wb_a2":"FI","wb_a3":"FIN","woe_id":-99,"adm0_a3_is":"FIN","adm0_a3_us":"FIN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"FIN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[28.591929559043194,69.06477692328666],[28.445943637818658,68.36461294216404],[29.977426385220607,67.69829702419266],[29.054588657352326,66.94428620062193],[30.21765,65.80598],[29.544429559046986,64.94867157659048],[30.44468468600371,64.20445343693909],[30.035872430142714,63.55281362573855],[31.51609215671112,62.86768748641288],[31.139991082490894,62.35769277612441],[30.211107212044446,61.78002777774969],[28.069997592895277,60.503516547275844],[26.25517296723697,60.4239606797625],[24.496623976344523,60.05731639265165],[22.869694858499457,59.846373196036225],[22.290763787533592,60.39192129174154],[21.322244093519316,60.72016998965952],[21.544866163832694,61.7053294948718],[21.05921105315369,62.60739329695874],[21.536029493910803,63.18973501245587],[22.442744174903993,63.81781037053129],[24.730511508897536,64.90234365504082],[25.398067661243942,65.11142650009373],[25.294043003040404,65.53434642197045],[23.903378533633802,66.00692739527962],[23.565879754335583,66.39605093043743],[23.53947309743444,67.93600861273525],[21.978534783626117,68.6168456081807],[20.645592889089528,69.10624726020087],[21.244936150810673,69.37044302029307],[22.356237827247412,68.84174144151491],[23.66204959483076,68.89124746365054],[24.735679152126725,68.64955678982146],[25.68921268077636,69.09211375596904],[26.17962202322624,69.82529897732614],[27.732292107867863,70.16419302029625],[29.01557295097197,69.76649119737799],[28.591929559043194,69.06477692328666]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"France","sov_a3":"FR1","adm0_dif":1,"level":2,"type":"Country","admin":"France","adm0_a3":"FRA","geou_dif":0,"geounit":"France","gu_a3":"FRA","su_dif":0,"subunit":"France","su_a3":"FRA","brk_diff":0,"name":"France","name_long":"France","brk_a3":"FRA","brk_name":"France","brk_group":null,"abbrev":"Fr.","postal":"F","formal_en":"French Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"France","name_alt":null,"mapcolor7":7,"mapcolor8":5,"mapcolor9":9,"mapcolor13":11,"pop_est":64057792,"gdp_md_est":2128000,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"FR","iso_a3":"FRA","iso_n3":"250","un_a3":"250","wb_a2":"FR","wb_a3":"FRA","woe_id":-99,"adm0_a3_is":"FRA","adm0_a3_us":"FRA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":3,"tiny":-99,"homepart":1,"filename":"FRA.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-52.55642473001839,2.504705308437053],[-52.93965715189498,2.124857692875622],[-53.418465135295264,2.053389187016037],[-53.554839240113495,2.334896551925965],[-53.77852067728889,2.376702785650053],[-54.08806250671728,2.105556545414629],[-54.52475419779975,2.311848863123785],[-54.27122962097578,2.738747870286943],[-54.18428402364474,3.194172268075235],[-54.01150387227682,3.622569891774858],[-54.399542202356514,4.212611395683481],[-54.47863298197922,4.896755682795643],[-53.95804460307093,5.756548163267809],[-53.618452928264844,5.646529038918402],[-52.88214128275408,5.409850979021599],[-51.82334286152593,4.565768133966145],[-51.65779741067888,4.156232408053029],[-52.24933753112398,3.241094468596287],[-52.55642473001839,2.504705308437053]]],[[[9.560016310269134,42.15249197037957],[9.229752231491773,41.38000682226445],[8.77572309737536,41.58361196549444],[8.54421268070783,42.25651662858308],[8.746009148807588,42.62812185319396],[9.390000848028905,43.00998484961474],[9.560016310269134,42.15249197037957]]],[[[3.588184441755715,50.37899241800358],[4.28602298342514,49.907496649772554],[4.799221632515753,49.98537303323633],[5.674051954784885,49.52948354755745],[5.897759230176376,49.44266714130717],[6.186320428094206,49.46380280211446],[6.658229607783539,49.20195831969155],[8.099278598674772,49.01778351500337],[7.593676385131062,48.33301911070373],[7.46675906742223,47.620581976911865],[7.192202182655535,47.44976552997099],[6.736571079138088,47.54180125588289],[6.768713820023634,47.28770823830368],[6.037388950228972,46.72577871356191],[6.022609490593567,46.272989813820516],[6.500099724970454,46.42967275652944],[6.843592970414562,45.99114655210067],[6.802355177445662,45.70857982032867],[7.096652459347837,45.333098863295874],[6.749955275101711,45.02851797136759],[7.007562290076663,44.25476675066139],[7.549596388386163,44.12790110938482],[7.435184767291843,43.69384491634918],[6.529245232783068,43.12889232031836],[4.556962517931396,43.39965098731158],[3.10041059735272,43.075200507167125],[2.985998976258486,42.47301504166989],[1.826793247087181,42.34338471126566],[0.701590610363922,42.79573436133265],[0.338046909190581,42.579546006839564],[-1.502770961910471,43.03401439063049],[-1.901351284177735,43.42280202897834],[-1.384225226232957,44.02261037859017],[-1.193797573237362,46.014917710954876],[-2.225724249673789,47.06436269793821],[-2.963276129559574,47.570326646507965],[-4.491554938159481,47.95495433205642],[-4.592349819344747,48.68416046812695],[-3.295813971357745,48.901692409859635],[-1.616510789384932,48.644421291694584],[-1.933494025063254,49.776341864615766],[-0.98946895995536,49.347375800160876],[1.338761020522753,50.12717316344526],[1.6390010921385,50.946606350297515],[2.513573032246171,51.14850617126185],[2.658422071960331,50.79684804951566],[3.123251580425716,50.78036326761452],[3.588184441755715,50.37899241800358]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"United Kingdom","sov_a3":"GB1","adm0_dif":1,"level":2,"type":"Country","admin":"United Kingdom","adm0_a3":"GBR","geou_dif":0,"geounit":"United Kingdom","gu_a3":"GBR","su_dif":0,"subunit":"United Kingdom","su_a3":"GBR","brk_diff":0,"name":"United Kingdom","name_long":"United Kingdom","brk_a3":"GBR","brk_name":"United Kingdom","brk_group":null,"abbrev":"U.K.","postal":"GB","formal_en":"United Kingdom of Great Britain and Northern Ireland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"United Kingdom","name_alt":null,"mapcolor7":6,"mapcolor8":6,"mapcolor9":6,"mapcolor13":3,"pop_est":62262000,"gdp_md_est":1977704,"pop_year":0,"lastcensus":2011,"gdp_year":2009,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"GB","iso_a3":"GBR","iso_n3":"826","un_a3":"826","wb_a2":"GB","wb_a3":"GBR","woe_id":-99,"adm0_a3_is":"GBR","adm0_a3_us":"GBR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":14,"long_len":14,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"GBR.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-5.661948614921897,54.55460317648385],[-6.197884894220977,53.86756500916334],[-6.953730231137996,54.073702297575636],[-7.572167934591079,54.05995636658599],[-7.366030646178785,54.595840969452695],[-7.572167934591079,55.1316222194549],[-6.733847011736145,55.1728600124238],[-5.661948614921897,54.55460317648385]]],[[[-3.005004848635281,58.63500010846633],[-4.073828497728016,57.55302480735525],[-3.055001796877661,57.69001902936095],[-1.959280564776918,57.68479970969951],[-2.219988165689301,56.87001740175353],[-3.119003058271118,55.973793036515474],[-2.085009324543023,55.90999848085127],[-2.005675679673857,55.80490285035023],[-1.11499101399221,54.62498647726539],[-0.4304849918542,54.46437612570216],[0.184981316742039,53.32501414653103],[0.469976840831777,52.92999949809197],[1.681530795914739,52.739520168664],[1.559987827164377,52.09999848083601],[1.050561557630914,51.806760565795685],[1.449865349950301,51.28942780212196],[0.550333693045502,50.765738837275876],[-0.78751746255864,50.77498891865622],[-2.489997524414377,50.50001862243124],[-2.956273972984036,50.696879991247016],[-3.617448085942328,50.22835561787272],[-4.542507900399244,50.34183706318566],[-5.245023159191135,49.95999990498108],[-5.776566941745301,50.15967763935682],[-4.309989793301838,51.21000112568916],[-3.414850633142123,51.42600861266925],[-3.422719467108323,51.42684816740609],[-4.984367234710874,51.593466091510976],[-5.267295701508885,51.99140045837458],[-4.222346564134853,52.301355699261364],[-4.770013393564113,52.840004991255626],[-4.579999152026915,53.49500377055517],[-3.093830673788659,53.404547400669685],[-3.092079637047106,53.404440822963544],[-2.945008510744344,53.984999701546684],[-3.614700825433034,54.600936773292574],[-3.63000545898933,54.615012925833014],[-4.844169073903004,54.790971177786844],[-5.082526617849226,55.06160065369937],[-4.719112107756644,55.50847260194348],[-5.047980922862109,55.78398550070752],[-5.586397670911139,55.31114614523682],[-5.644998745130181,56.275014960344805],[-6.149980841486354,56.78500967063354],[-5.786824713555291,57.81884837506465],[-5.009998745127575,58.63001333275005],[-4.211494513353557,58.55084503847917],[-3.005004848635281,58.63500010846633]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Greece","sov_a3":"GRC","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Greece","adm0_a3":"GRC","geou_dif":0,"geounit":"Greece","gu_a3":"GRC","su_dif":0,"subunit":"Greece","su_a3":"GRC","brk_diff":0,"name":"Greece","name_long":"Greece","brk_a3":"GRC","brk_name":"Greece","brk_group":null,"abbrev":"Greece","postal":"GR","formal_en":"Hellenic Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Greece","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":2,"mapcolor13":9,"pop_est":10737428,"gdp_md_est":343000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"GR","iso_a3":"GRC","iso_n3":"300","un_a3":"300","wb_a2":"GR","wb_a3":"GRC","woe_id":-99,"adm0_a3_is":"GRC","adm0_a3_us":"GRC","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":6,"tiny":-99,"homepart":1,"filename":"GRC.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[23.699980096133004,35.70500438083553],[24.24666507334868,35.368022365860156],[25.02501549652888,35.42499563246198],[25.769207797964185,35.35401805270908],[25.745023227651586,35.179997666966216],[26.290002882601723,35.29999034274792],[26.16499759288766,35.004995429009796],[24.724982130642303,34.91998769788961],[24.735007358506945,35.08499054619759],[23.51497846852811,35.27999156345098],[23.699980096133004,35.70500438083553]]],[[[26.604195590936282,41.562114569661105],[26.29460208507578,40.93626129817426],[26.056942172965506,40.824123440100834],[25.447677036244187,40.85254547786147],[24.92584842296094,40.94706167252323],[23.714811232200816,40.687129218095116],[24.407998894964066,40.1249929876241],[23.899967889102584,39.96200552017558],[23.3429993018608,39.96099782974579],[22.81398766448896,40.476005153966554],[22.62629886240478,40.25656118423919],[22.849747755634805,39.65931081802577],[23.3500272966526,39.19001129816726],[22.973099399515547,38.97090322524966],[23.530016310324953,38.51000112563847],[24.025024855248944,38.21999298761645],[24.040011020613605,37.655014553369426],[23.115002882589152,37.92001129816222],[23.409971958111072,37.409990749657396],[22.774971958108633,37.30501007745656],[23.15422529469862,36.422505804992056],[22.490028110451107,36.41000010837746],[21.670026482843696,36.8449864771942],[21.295010613701574,37.644989325504696],[21.120034213961333,38.31032339126273],[20.730032179454582,38.769985256498785],[20.217712029712857,39.340234686839636],[20.15001590341052,39.62499766698403],[20.615000441172782,40.11000682225943],[20.674996779063633,40.434999904943055],[20.99998986174728,40.58000397395397],[21.02004031747643,40.84272695572588],[21.674160597426976,40.93127452245798],[22.05537763844427,41.14986583105269],[22.597308383889015,41.130487168943205],[22.76177,41.3048],[22.952377150166566,41.33799388281122],[23.692073601992462,41.30908091894386],[24.49264489105803,41.58389618587205],[25.197201368925533,41.23448598893066],[26.106138136507184,41.32889883072784],[26.117041863720914,41.82690460872473],[26.604195590936282,41.562114569661105]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Croatia","sov_a3":"HRV","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Croatia","adm0_a3":"HRV","geou_dif":0,"geounit":"Croatia","gu_a3":"HRV","su_dif":0,"subunit":"Croatia","su_a3":"HRV","brk_diff":0,"name":"Croatia","name_long":"Croatia","brk_a3":"HRV","brk_name":"Croatia","brk_group":null,"abbrev":"Cro.","postal":"HR","formal_en":"Republic of Croatia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Croatia","name_alt":null,"mapcolor7":5,"mapcolor8":4,"mapcolor9":5,"mapcolor13":1,"pop_est":4489409,"gdp_md_est":82390,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"2. High income: nonOECD","wikipedia":-99,"fips_10":null,"iso_a2":"HR","iso_a3":"HRV","iso_n3":"191","un_a3":"191","wb_a2":"HR","wb_a3":"HRV","woe_id":-99,"adm0_a3_is":"HRV","adm0_a3_us":"HRV","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"HRV.geojson"},"geometry":{"type":"Polygon","coordinates":[[[18.829838087650046,45.908877671891844],[19.072768995854176,45.52151113543209],[19.39047570158459,45.236515611342384],[19.00548628101012,44.86023366960916],[18.553214145591653,45.08158966733145],[17.861783481526402,45.067740383477144],[17.002146030351014,45.233776760430935],[16.534939406000206,45.21160757097772],[16.318156772535872,45.00412669532591],[15.959367303133376,45.233776760430935],[15.750026075918981,44.81871165626256],[16.23966027188453,44.35114329688571],[16.456442905348865,44.04123973243128],[16.91615644701733,43.66772247982567],[17.297373488034452,43.44634064388736],[17.674921502358984,43.02856252702361],[18.56,42.65],[18.450016310304818,42.47999136002932],[17.509970330483327,42.849994615239154],[16.930005730871642,43.20999848080038],[16.015384555737683,43.50721548112722],[15.174453973052096,44.243191229827914],[15.376250441151795,44.31791535092208],[14.920309279040508,44.73848399512946],[14.901602410550877,45.07606028907611],[14.258747592839995,45.233776760430935],[13.952254672917034,44.80212352149687],[13.656975538801191,45.13693512631596],[13.67940311041582,45.48414907488501],[13.715059848697251,45.500323798192426],[14.4119682145855,45.46616567644742],[14.595109490627918,45.63494090431282],[14.935243767972963,45.471695054702764],[15.327674594797427,45.452316392593325],[15.323953891672431,45.731782538427694],[15.671529575267641,45.8341535507979],[15.768732944408612,46.23810822202353],[16.564808383864943,46.50375092221981],[16.882515089595415,46.38063182228444],[17.630066359129557,45.9517691106941],[18.45606245288286,45.75948110613615],[18.829838087650046,45.908877671891844]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Hungary","sov_a3":"HUN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Hungary","adm0_a3":"HUN","geou_dif":0,"geounit":"Hungary","gu_a3":"HUN","su_dif":0,"subunit":"Hungary","su_a3":"HUN","brk_diff":0,"name":"Hungary","name_long":"Hungary","brk_a3":"HUN","brk_name":"Hungary","brk_group":null,"abbrev":"Hun.","postal":"HU","formal_en":"Republic of Hungary","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Hungary","name_alt":null,"mapcolor7":4,"mapcolor8":6,"mapcolor9":1,"mapcolor13":5,"pop_est":9905596,"gdp_md_est":196600,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"HU","iso_a3":"HUN","iso_n3":"348","un_a3":"348","wb_a2":"HU","wb_a3":"HUN","woe_id":-99,"adm0_a3_is":"HUN","adm0_a3_us":"HUN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"HUN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[16.202298211337364,46.85238597267696],[16.534267612380376,47.49617096616912],[16.340584344150415,47.71290192320123],[16.90375410326726,47.71486562762833],[16.979666782304037,48.123497015976305],[17.48847293464982,47.86746613218621],[17.857132602620027,47.758428860050365],[18.696512892336926,47.880953681014404],[18.77702477384767,48.081768296900634],[19.17436486173989,48.11137889260387],[19.661363559658497,48.26661489520866],[19.769470656013112,48.202691148463614],[20.239054396249347,48.32756724709692],[20.473562045989866,48.56285004332181],[20.801293979584926,48.623854071642384],[21.872236362401736,48.31997081155002],[22.08560835133485,48.42226430927179],[22.640819939878753,48.15023956968735],[22.710531447040495,47.88219391538941],[22.099767693782834,47.6724392767167],[21.62651492685387,46.99423777931816],[21.02195234547125,46.3160879583519],[20.220192498462836,46.127468980486555],[19.596044549241583,46.17172984474454],[18.82983808764996,45.90887767189193],[18.45606245288286,45.759481106136136],[17.630066359129557,45.95176911069419],[16.8825150895953,46.38063182228444],[16.564808383864857,46.50375092221983],[16.370504998447416,46.8413272161665],[16.202298211337364,46.85238597267696]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Ireland","sov_a3":"IRL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ireland","adm0_a3":"IRL","geou_dif":0,"geounit":"Ireland","gu_a3":"IRL","su_dif":0,"subunit":"Ireland","su_a3":"IRL","brk_diff":0,"name":"Ireland","name_long":"Ireland","brk_a3":"IRL","brk_name":"Ireland","brk_group":null,"abbrev":"Ire.","postal":"IRL","formal_en":"Ireland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Ireland","name_alt":null,"mapcolor7":2,"mapcolor8":3,"mapcolor9":2,"mapcolor13":2,"pop_est":4203200,"gdp_md_est":188400,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"IE","iso_a3":"IRL","iso_n3":"372","un_a3":"372","wb_a2":"IE","wb_a3":"IRL","woe_id":-99,"adm0_a3_is":"IRL","adm0_a3_us":"IRL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"IRL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-6.197884894220991,53.86756500916336],[-6.03298539877761,53.15316417094435],[-6.788856573910849,52.260117906292336],[-8.56161658368356,51.669301255899356],[-9.977085740590269,51.82045482035307],[-9.16628251793078,52.86462881124268],[-9.688524542672454,53.8813626165853],[-8.327987433292009,54.66451894796863],[-7.572167934591064,55.13162221945487],[-7.366030646178785,54.59584096945272],[-7.572167934591064,54.059956366586],[-6.953730231138067,54.073702297575636],[-6.197884894220991,53.86756500916336]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Iceland","sov_a3":"ISL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Iceland","adm0_a3":"ISL","geou_dif":0,"geounit":"Iceland","gu_a3":"ISL","su_dif":0,"subunit":"Iceland","su_a3":"ISL","brk_diff":0,"name":"Iceland","name_long":"Iceland","brk_a3":"ISL","brk_name":"Iceland","brk_group":null,"abbrev":"Iceland","postal":"IS","formal_en":"Republic of Iceland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Iceland","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":4,"mapcolor13":9,"pop_est":306694,"gdp_md_est":12710,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"IS","iso_a3":"ISL","iso_n3":"352","un_a3":"352","wb_a2":"IS","wb_a3":"ISL","woe_id":-99,"adm0_a3_is":"ISL","adm0_a3_us":"ISL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":7,"tiny":-99,"homepart":1,"filename":"ISL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-14.508695441129236,66.45589223903141],[-14.739637417041605,65.8087482774403],[-13.60973222497981,65.12667104761987],[-14.909833746794902,64.36408193628868],[-17.794438035543422,63.67874909123385],[-18.656245896874992,63.49638296167582],[-19.97275468594276,63.64363495549153],[-22.762971971110158,63.960178941495386],[-21.778484259517683,64.40211579045551],[-23.95504391121911,64.89112986923348],[-22.184402635170358,65.0849681667603],[-22.227423265053332,65.37859365504272],[-24.326184047939336,65.61118927678847],[-23.65051469572309,66.26251902939522],[-22.134922451250883,66.41046865504687],[-20.57628373867955,65.73211212835143],[-19.05684160000159,66.27660085719477],[-17.79862382655905,65.99385325790978],[-16.167818976292125,66.52679230413587],[-14.508695441129236,66.45589223903141]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Italy","sov_a3":"ITA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Italy","adm0_a3":"ITA","geou_dif":0,"geounit":"Italy","gu_a3":"ITA","su_dif":0,"subunit":"Italy","su_a3":"ITA","brk_diff":0,"name":"Italy","name_long":"Italy","brk_a3":"ITA","brk_name":"Italy","brk_group":null,"abbrev":"Italy","postal":"I","formal_en":"Italian Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Italy","name_alt":null,"mapcolor7":6,"mapcolor8":7,"mapcolor9":8,"mapcolor13":7,"pop_est":58126212,"gdp_md_est":1823000,"pop_year":-99,"lastcensus":2012,"gdp_year":-99,"economy":"1. Developed region: G7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"IT","iso_a3":"ITA","iso_n3":"380","un_a3":"380","wb_a2":"IT","wb_a3":"ITA","woe_id":-99,"adm0_a3_is":"ITA","adm0_a3_us":"ITA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":5,"long_len":5,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"ITA.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[15.520376010813834,38.23115509699147],[15.160242954171736,37.44404551853782],[15.309897902089006,37.1342194687318],[15.099988234119449,36.6199872909954],[14.335228712632016,36.996630967754754],[13.826732618879928,37.10453135838019],[12.431003859108813,37.61294993748381],[12.570943637755136,38.12638113051968],[13.741156447004585,38.03496552179536],[14.76124922044616,38.143873602850505],[15.520376010813834,38.23115509699147]]],[[[9.210011834356266,41.20999136002422],[9.809975213264977,40.5000088567661],[9.669518670295673,39.177376410471794],[9.21481774255949,39.240473334300134],[8.80693566247973,38.90661774347847],[8.428302443077115,39.17184703221662],[8.38825320805094,40.378310858718805],[8.15999840661766,40.95000722916379],[8.709990675500109,40.89998444270523],[9.210011834356266,41.20999136002422]]],[[[12.376485223040843,46.76755910906987],[13.806475457421556,46.50930613869119],[13.698109978905478,46.016778062517375],[13.937630242578335,45.591015936864665],[13.141606479554298,45.73669179949541],[12.328581170306306,45.38177806251485],[12.383874952858605,44.88537425391908],[12.261453484759159,44.600482082694015],[12.589237094786483,44.091365871754476],[13.526905958722494,43.5877273626379],[14.029820997787027,42.76100779883248],[15.142569614327956,41.955139675456905],[15.926191033601896,41.96131500911574],[16.169897088290412,41.74029490820342],[15.889345737377797,41.5410822617182],[16.785001661860576,41.179605617836586],[17.519168735431208,40.87714345963224],[18.376687452882575,40.35562490494266],[18.4802470231954,40.168866278639825],[18.293385044028096,39.81077444107325],[17.738380161213286,40.2776710068303],[16.869595981522338,40.44223460546385],[16.448743116937322,39.79540070246648],[17.1714896989715,39.42469981542072],[17.05284061042934,38.9028712021373],[16.635088331781844,38.8435724960824],[16.100960727613057,37.98589874933418],[15.684086948314501,37.90884918878703],[15.687962680736321,38.214592800441864],[15.891981235424707,38.750942491199226],[16.109332309644312,38.96454702407769],[15.718813510814641,39.544072374014945],[15.413612501698822,40.04835683853517],[14.998495721098237,40.17294871679093],[14.70326826341477,40.604550279292624],[14.060671827865264,40.78634796809544],[13.627985060285397,41.188287258461656],[12.88808190273042,41.25308950455562],[12.10668257004491,41.70453481705741],[11.191906365614187,42.35542531998967],[10.511947869517797,42.931462510747224],[10.200028924204048,43.920006822274615],[9.702488234097814,44.03627879493132],[8.88894616052687,44.36633616797954],[8.428560825238577,44.23122813575242],[7.850766635783201,43.76714793555524],[7.435184767291843,43.69384491634918],[7.549596388386163,44.12790110938482],[7.007562290076663,44.25476675066139],[6.749955275101711,45.02851797136759],[7.096652459347837,45.333098863295874],[6.802355177445662,45.70857982032867],[6.843592970414562,45.99114655210067],[7.273850945676685,45.77694774025076],[7.755992058959833,45.82449005795928],[8.31662967289438,46.163642483090854],[8.489952426801295,46.00515086525175],[8.966305779667834,46.036931871111165],[9.182881707403112,46.44021474871698],[9.922836541390353,46.31489940040919],[10.363378126678668,46.483571275409844],[10.442701450246602,46.893546250997446],[11.048555942436508,46.7513585475464],[11.164827915093326,46.94157949481274],[12.153088006243081,47.11539317482644],[12.376485223040843,46.76755910906987]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Kosovo","sov_a3":"KOS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Kosovo","adm0_a3":"KOS","geou_dif":0,"geounit":"Kosovo","gu_a3":"KOS","su_dif":0,"subunit":"Kosovo","su_a3":"KOS","brk_diff":1,"name":"Kosovo","name_long":"Kosovo","brk_a3":"B57","brk_name":"Kosovo","brk_group":null,"abbrev":"Kos.","postal":"KO","formal_en":"Republic of Kosovo","formal_fr":null,"note_adm0":null,"note_brk":"Self admin.; Claimed by Serbia","name_sort":"Kosovo","name_alt":null,"mapcolor7":2,"mapcolor8":2,"mapcolor9":3,"mapcolor13":11,"pop_est":1804838,"gdp_md_est":5352,"pop_year":-99,"lastcensus":1981,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"-99","iso_a3":"-99","iso_n3":"-99","un_a3":"-099","wb_a2":"KV","wb_a3":"KSV","woe_id":-99,"adm0_a3_is":"SRB","adm0_a3_us":"KOS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"KOS.geojson"},"geometry":{"type":"Polygon","coordinates":[[[20.76216,42.05186],[20.71731000000011,41.84711],[20.59023,41.85541],[20.52295,42.21787],[20.28374,42.3202500000001],[20.0707,42.58863],[20.25758,42.81275000000011],[20.49679,42.88469],[20.63508,43.21671],[20.81448,43.27205],[20.95651,43.13094],[21.143395,43.06868500000012],[21.27421,42.90959],[21.43866,42.86255],[21.63302,42.67717],[21.77505,42.6827],[21.66292,42.43922],[21.54332,42.3202500000001],[21.57663598940212,42.24522439706186],[21.35270000000014,42.2068],[20.76216,42.05186]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Lithuania","sov_a3":"LTU","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Lithuania","adm0_a3":"LTU","geou_dif":0,"geounit":"Lithuania","gu_a3":"LTU","su_dif":0,"subunit":"Lithuania","su_a3":"LTU","brk_diff":0,"name":"Lithuania","name_long":"Lithuania","brk_a3":"LTU","brk_name":"Lithuania","brk_group":null,"abbrev":"Lith.","postal":"LT","formal_en":"Republic of Lithuania","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Lithuania","name_alt":null,"mapcolor7":6,"mapcolor8":3,"mapcolor9":3,"mapcolor13":9,"pop_est":3555179,"gdp_md_est":63330,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LT","iso_a3":"LTU","iso_n3":"440","un_a3":"440","wb_a2":"LT","wb_a3":"LTU","woe_id":-99,"adm0_a3_is":"LTU","adm0_a3_us":"LTU","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":9,"long_len":9,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"LTU.geojson"},"geometry":{"type":"Polygon","coordinates":[[[22.731098667092652,54.327536932993326],[22.65105187347254,54.582740993866736],[22.75776370615526,54.85657440858138],[22.315723504330577,55.015298570365864],[21.268448927503467,55.190481675835315],[21.055800408622414,56.03107636171106],[22.201156853939494,56.33780182557948],[23.878263787539964,56.273671373105266],[24.860684441840757,56.37252838807963],[25.000934279080894,56.16453074810484],[25.533046502390334,56.10029694276603],[26.494331495883753,55.615106919977634],[26.58827924979039,55.16717560487167],[25.7684326514798,54.84696259217509],[25.536353794056993,54.28242340760253],[24.450683628037037,53.905702216194754],[23.48412763844985,53.91249766704114],[23.24398725758951,54.22056671814914],[22.731098667092652,54.327536932993326]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Luxembourg","sov_a3":"LUX","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Luxembourg","adm0_a3":"LUX","geou_dif":0,"geounit":"Luxembourg","gu_a3":"LUX","su_dif":0,"subunit":"Luxembourg","su_a3":"LUX","brk_diff":0,"name":"Luxembourg","name_long":"Luxembourg","brk_a3":"LUX","brk_name":"Luxembourg","brk_group":null,"abbrev":"Lux.","postal":"L","formal_en":"Grand Duchy of Luxembourg","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Luxembourg","name_alt":null,"mapcolor7":1,"mapcolor8":7,"mapcolor9":3,"mapcolor13":7,"pop_est":491775,"gdp_md_est":39370,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"LU","iso_a3":"LUX","iso_n3":"442","un_a3":"442","wb_a2":"LU","wb_a3":"LUX","woe_id":-99,"adm0_a3_is":"LUX","adm0_a3_us":"LUX","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":4,"tiny":5,"homepart":1,"filename":"LUX.geojson"},"geometry":{"type":"Polygon","coordinates":[[[6.043073357781111,50.128051662794235],[6.242751092156993,49.90222565367873],[6.186320428094177,49.463802802114515],[5.897759230176405,49.44266714130703],[5.674051954784829,49.529483547557504],[5.782417433300906,50.09032786722122],[6.043073357781111,50.128051662794235]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Latvia","sov_a3":"LVA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Latvia","adm0_a3":"LVA","geou_dif":0,"geounit":"Latvia","gu_a3":"LVA","su_dif":0,"subunit":"Latvia","su_a3":"LVA","brk_diff":0,"name":"Latvia","name_long":"Latvia","brk_a3":"LVA","brk_name":"Latvia","brk_group":null,"abbrev":"Lat.","postal":"LV","formal_en":"Republic of Latvia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Latvia","name_alt":null,"mapcolor7":4,"mapcolor8":7,"mapcolor9":6,"mapcolor13":13,"pop_est":2231503,"gdp_md_est":38860,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"LV","iso_a3":"LVA","iso_n3":"428","un_a3":"428","wb_a2":"LV","wb_a3":"LVA","woe_id":-99,"adm0_a3_is":"LVA","adm0_a3_us":"LVA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"LVA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[21.055800408622414,56.03107636171106],[21.09042361825797,56.78387278912293],[21.581866489353672,57.41187063254993],[22.524341261492875,57.75337433535076],[23.318452996522097,57.00623647727487],[24.12072960785343,57.02569265403277],[24.312862583114622,57.79342357037698],[25.16459354014927,57.97015696881519],[25.602809685984365,57.84752879498657],[26.463532342237787,57.47638865826633],[27.28818484875151,57.47452830670383],[27.77001590344093,57.24425812441123],[27.855282016722526,56.75932648378429],[28.176709425577993,56.16912995057881],[27.10245975109453,55.783313707087686],[26.494331495883753,55.615106919977634],[25.533046502390334,56.10029694276603],[25.000934279080894,56.16453074810484],[24.860684441840757,56.37252838807963],[23.878263787539964,56.273671373105266],[22.201156853939494,56.33780182557948],[21.055800408622414,56.03107636171106]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Moldova","sov_a3":"MDA","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Moldova","adm0_a3":"MDA","geou_dif":0,"geounit":"Moldova","gu_a3":"MDA","su_dif":0,"subunit":"Moldova","su_a3":"MDA","brk_diff":0,"name":"Moldova","name_long":"Moldova","brk_a3":"MDA","brk_name":"Moldova","brk_group":null,"abbrev":"Mda.","postal":"MD","formal_en":"Republic of Moldova","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Moldova","name_alt":null,"mapcolor7":3,"mapcolor8":5,"mapcolor9":4,"mapcolor13":12,"pop_est":4320748,"gdp_md_est":10670,"pop_year":-99,"lastcensus":2004,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MD","iso_a3":"MDA","iso_n3":"498","un_a3":"498","wb_a2":"MD","wb_a3":"MDA","woe_id":-99,"adm0_a3_is":"MDA","adm0_a3_us":"MDA","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MDA.geojson"},"geometry":{"type":"Polygon","coordinates":[[[26.619336785597795,48.22072622333347],[26.857823520624805,48.368210761094495],[27.522537469195154,48.467119452501116],[28.259546746541844,48.15556224221342],[28.670891147585163,48.1181485052341],[29.12269819511303,47.84909516050646],[29.05086795422733,47.51022695575249],[29.41513512545274,47.34664520933257],[29.559674106573112,46.928582872091326],[29.908851759569302,46.67436066343146],[29.838210076626297,46.52532583270169],[30.02465864433537,46.42393667254503],[29.75997195813639,46.34998769793536],[29.170653924279886,46.3792623968287],[29.072106967899295,46.517677720722496],[28.862972446414062,46.43788930926383],[28.93371748222162,46.2588304713725],[28.659987420371575,45.93998688413164],[28.485269402792767,45.5969070501459],[28.233553501099042,45.48828318946837],[28.0544429867754,45.944586086605625],[28.160017937947714,46.37156260841722],[28.128030226359044,46.810476386088254],[27.551166212684848,47.40511709247083],[27.233872918412743,47.82677094175638],[26.924176059687568,48.123264472030996],[26.619336785597795,48.22072622333347]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Macedonia","sov_a3":"MKD","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Macedonia","adm0_a3":"MKD","geou_dif":0,"geounit":"Macedonia","gu_a3":"MKD","su_dif":0,"subunit":"Macedonia","su_a3":"MKD","brk_diff":0,"name":"Macedonia","name_long":"Macedonia","brk_a3":"MKD","brk_name":"Macedonia","brk_group":null,"abbrev":"Mkd.","postal":"MK","formal_en":"Former Yugoslav Republic of Macedonia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Macedonia, FYR","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":7,"mapcolor13":3,"pop_est":2066718,"gdp_md_est":18780,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"MK","iso_a3":"MKD","iso_n3":"807","un_a3":"807","wb_a2":"MK","wb_a3":"MKD","woe_id":-99,"adm0_a3_is":"MKD","adm0_a3_us":"MKD","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":9,"long_len":9,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"MKD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[20.59023,41.85541],[20.71731000000011,41.84711],[20.76216,42.05186],[21.35270000000014,42.2068],[21.57663598940212,42.24522439706186],[21.917080000000112,42.30364],[22.38052575042468,42.32025950781508],[22.881373732197346,41.999297186850356],[22.952377150166512,41.33799388281119],[22.76177,41.3048],[22.597308383889015,41.130487168943205],[22.05537763844427,41.14986583105269],[21.674160597426976,40.93127452245795],[21.0200403174764,40.84272695572588],[20.60518,41.08622],[20.46315,41.5150900000001],[20.59023,41.85541]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Montenegro","sov_a3":"MNE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Montenegro","adm0_a3":"MNE","geou_dif":0,"geounit":"Montenegro","gu_a3":"MNE","su_dif":0,"subunit":"Montenegro","su_a3":"MNE","brk_diff":0,"name":"Montenegro","name_long":"Montenegro","brk_a3":"MNE","brk_name":"Montenegro","brk_group":null,"abbrev":"Mont.","postal":"ME","formal_en":"Montenegro","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Montenegro","name_alt":null,"mapcolor7":4,"mapcolor8":1,"mapcolor9":4,"mapcolor13":5,"pop_est":672180,"gdp_md_est":6816,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"ME","iso_a3":"MNE","iso_n3":"499","un_a3":"499","wb_a2":"ME","wb_a3":"MNE","woe_id":-99,"adm0_a3_is":"MNE","adm0_a3_us":"MNE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":10,"long_len":10,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"MNE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[19.801613396898688,42.50009349219084],[19.738051385179627,42.688247382165564],[19.3044900000001,42.19574],[19.37177000000014,41.87755],[19.16246,41.95502],[18.88214,42.28151],[18.45,42.48],[18.56,42.65],[18.70648,43.20011],[19.03165,43.43253],[19.21852,43.52384],[19.48389,43.35229],[19.63,43.21377997027054],[19.95857,43.10604],[20.3398,42.89852],[20.25758,42.81275000000011],[20.0707,42.58863],[19.801613396898688,42.50009349219084]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Netherlands","sov_a3":"NL1","adm0_dif":1,"level":2,"type":"Country","admin":"Netherlands","adm0_a3":"NLD","geou_dif":0,"geounit":"Netherlands","gu_a3":"NLD","su_dif":0,"subunit":"Netherlands","su_a3":"NLD","brk_diff":0,"name":"Netherlands","name_long":"Netherlands","brk_a3":"NLD","brk_name":"Netherlands","brk_group":null,"abbrev":"Neth.","postal":"NL","formal_en":"Kingdom of the Netherlands","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Netherlands","name_alt":null,"mapcolor7":4,"mapcolor8":2,"mapcolor9":2,"mapcolor13":9,"pop_est":16715999,"gdp_md_est":672000,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"NL","iso_a3":"NLD","iso_n3":"528","un_a3":"528","wb_a2":"NL","wb_a3":"NLD","woe_id":-99,"adm0_a3_is":"NLD","adm0_a3_us":"NLD","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Western Europe","region_wb":"Europe & Central Asia","name_len":11,"long_len":11,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"NLD.geojson"},"geometry":{"type":"Polygon","coordinates":[[[6.074182570020923,53.510403347378144],[6.905139601274129,53.48216217713064],[7.092053256873896,53.14404328064489],[6.842869500362383,52.22844025329755],[6.589396599970826,51.852029120483394],[5.988658074577813,51.851615709025054],[6.156658155958779,50.80372101501058],[5.606975945670001,51.037298488969775],[4.973991326526914,51.475023708698124],[4.047071160507527,51.26725861266857],[3.314971144228537,51.34575511331991],[3.830288527043137,51.62054454203195],[4.705997348661185,53.09179840759776],[6.074182570020923,53.510403347378144]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Norway","sov_a3":"NOR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Norway","adm0_a3":"NOR","geou_dif":0,"geounit":"Norway","gu_a3":"NOR","su_dif":0,"subunit":"Norway","su_a3":"NOR","brk_diff":0,"name":"Norway","name_long":"Norway","brk_a3":"NOR","brk_name":"Norway","brk_group":null,"abbrev":"Nor.","postal":"N","formal_en":"Kingdom of Norway","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Norway","name_alt":null,"mapcolor7":5,"mapcolor8":3,"mapcolor9":8,"mapcolor13":12,"pop_est":4676305,"gdp_md_est":276400,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"NO","iso_a3":"NOR","iso_n3":"578","un_a3":"578","wb_a2":"NO","wb_a3":"NOR","woe_id":-99,"adm0_a3_is":"NOR","adm0_a3_us":"NOR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"NOR.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[28.165547316202915,71.18547435168051],[31.29341840996548,70.45378774685992],[30.005435011522792,70.1862588568849],[31.10107872897512,69.55808014594486],[29.399580519332886,69.15691600206307],[28.591929559043194,69.0647769232867],[29.01557295097197,69.76649119737797],[27.73229210786789,70.16419302029628],[26.1796220232263,69.82529897732616],[25.68921268077639,69.09211375596902],[24.73567915212672,68.64955678982145],[23.662049594830762,68.89124746365053],[22.356237827247412,68.84174144151494],[21.24493615081073,69.37044302029312],[20.64559288908958,69.10624726020085],[20.025268995857914,69.06513865831272],[19.878559604581255,68.40719432237262],[17.99386844246439,68.56739126247734],[17.729181756265348,68.01055186631623],[16.76887861498554,68.01393667263139],[16.108712192456835,67.3024555528369],[15.108411492583059,66.19386688909543],[13.55568973150909,64.78702769638147],[13.919905226302205,64.44542064071611],[13.57191613124877,64.04911408146967],[12.57993533697393,64.06621898055835],[11.93056928879423,63.128317572676984],[11.992064243221535,61.800362453856565],[12.631146681375242,61.29357168237009],[12.3003658382749,60.11793284773006],[11.468271925511175,59.432393296946],[11.027368605196926,58.856149400459394],[10.356556837616097,59.46980703392538],[8.382000359743643,58.31328847923328],[7.048748406613299,58.07888418235728],[5.665835402050419,58.58815542259367],[5.308234490590735,59.66323191999382],[4.992078077829007,61.970998033284275],[5.912900424837885,62.614472968182696],[8.553411085655766,63.45400828719647],[10.527709181366788,64.48603831649748],[12.358346795306375,65.87972585719316],[14.761145867581604,67.81064158799515],[16.43592736172897,68.56320547146169],[19.184028354578516,69.81744415961782],[21.378416375420613,70.25516937934606],[23.023742303161583,70.20207184516626],[24.546543409938522,71.03049673123724],[26.370049676221807,70.98626170519537],[28.165547316202915,71.18547435168051]]],[[[24.72412,77.85385],[22.49032,77.44493],[20.72601,77.67704],[21.41611,77.93504],[20.8119,78.25463],[22.88426,78.45494],[23.28134,78.07954],[24.72412,77.85385]]],[[[18.25183,79.70175],[21.54383,78.95611],[19.02737,78.5626],[18.47172,77.82669],[17.59441,77.63796],[17.1182,76.80941],[15.91315,76.77045],[13.76259,77.38035],[14.66956,77.73565],[13.1706,78.02493],[11.22231,78.8693],[10.44453,79.65239],[13.17077,80.01046],[13.71852,79.66039],[15.14282,79.67431],[15.52255,80.01608],[16.99085,80.05086],[18.25183,79.70175]]],[[[25.447625359811894,80.40734039989451],[27.4075057309135,80.05640574820046],[25.92465050629818,79.51783397085455],[23.02446577321362,79.4000117052291],[20.075188429451885,79.56682322866726],[19.897266473070914,79.84236196564751],[18.462263624757924,79.85988027619442],[17.368015170977458,80.31889618602702],[20.455992059010697,80.59815562613224],[21.9079447771154,80.35767934846209],[22.919252557067438,80.65714427359349],[25.447625359811894,80.40734039989451]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Poland","sov_a3":"POL","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Poland","adm0_a3":"POL","geou_dif":0,"geounit":"Poland","gu_a3":"POL","su_dif":0,"subunit":"Poland","su_a3":"POL","brk_diff":0,"name":"Poland","name_long":"Poland","brk_a3":"POL","brk_name":"Poland","brk_group":null,"abbrev":"Pol.","postal":"PL","formal_en":"Republic of Poland","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Poland","name_alt":null,"mapcolor7":3,"mapcolor8":7,"mapcolor9":1,"mapcolor13":2,"pop_est":38482919,"gdp_md_est":667900,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"PL","iso_a3":"POL","iso_n3":"616","un_a3":"616","wb_a2":"PL","wb_a3":"POL","woe_id":-99,"adm0_a3_is":"POL","adm0_a3_us":"POL","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"POL.geojson"},"geometry":{"type":"Polygon","coordinates":[[[15.01699588385867,51.10667409932158],[14.607098422919535,51.745188096719964],[14.685026482815688,52.0899474147552],[14.4375997250022,52.62485016540838],[14.074521111719491,52.98126251892543],[14.353315463934138,53.24817129171297],[14.119686313542587,53.75702912049103],[14.802900424873458,54.05070628520575],[16.36347700365573,54.513158677785725],[17.622831658608675,54.85153595643291],[18.62085859546164,54.68260569927078],[18.696254510175464,54.43871877706929],[19.660640089606403,54.42608388937393],[20.892244500418624,54.31252492941253],[22.731098667092652,54.327536932993326],[23.24398725758951,54.22056671814914],[23.48412763844985,53.91249766704114],[23.527535841575002,53.470121568406555],[23.80493493011778,53.089731350306074],[23.799198846133375,52.69109935160657],[23.199493849386187,52.486977444053664],[23.508002150168693,52.02364655212473],[23.52707075368437,51.57845408793023],[24.029985792748903,50.70540660257518],[23.922757195743262,50.42488108987875],[23.426508416444392,50.30850576435745],[22.518450148211603,49.47677358661974],[22.776418898212626,49.02739533140962],[22.558137648211755,49.085738023467144],[21.607808058364213,49.47010732685409],[20.887955356538413,49.32877228453583],[20.41583947111985,49.43145335549977],[19.825022820726872,49.21712535256923],[19.320712517990472,49.571574001659194],[18.909574822676316,49.435845852244576],[18.853144158613617,49.49622976337764],[18.392913852622172,49.98862864847075],[17.64944502123899,50.049038397819956],[17.55456709155112,50.36214590107641],[16.868769158605655,50.47397370055603],[16.719475945714436,50.21574656839354],[16.176253289462267,50.42260732685791],[16.23862674323857,50.69773265237984],[15.490972120839727,50.78472992614321],[15.01699588385867,51.10667409932158]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Portugal","sov_a3":"PRT","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Portugal","adm0_a3":"PRT","geou_dif":0,"geounit":"Portugal","gu_a3":"PRT","su_dif":1,"subunit":"Portugal","su_a3":"PR1","brk_diff":0,"name":"Portugal","name_long":"Portugal","brk_a3":"PR1","brk_name":"Portugal","brk_group":null,"abbrev":"Port.","postal":"P","formal_en":"Portuguese Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Portugal","name_alt":null,"mapcolor7":1,"mapcolor8":7,"mapcolor9":1,"mapcolor13":4,"pop_est":10707924,"gdp_md_est":208627,"pop_year":-99,"lastcensus":2011,"gdp_year":0,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"PT","iso_a3":"PRT","iso_n3":"620","un_a3":"620","wb_a2":"PT","wb_a3":"PRT","woe_id":-99,"adm0_a3_is":"PRT","adm0_a3_us":"PRT","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":8,"long_len":8,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"PRT.geojson"},"geometry":{"type":"Polygon","coordinates":[[[-9.034817674180246,41.88057058365967],[-8.67194576662672,42.13468943945496],[-8.263856980817792,42.28046865495034],[-8.013174607769912,41.790886135417125],[-7.422512986673795,41.79207469335983],[-7.251308966490824,41.91834605566505],[-6.668605515967656,41.883386949219584],[-6.389087693700915,41.381815497394655],[-6.851126674822552,41.11108266861753],[-6.864019944679385,40.33087189387483],[-7.026413133156595,40.184524237624245],[-7.066591559263529,39.71189158788277],[-7.498632371439725,39.62957103124181],[-7.098036668313128,39.03007274022378],[-7.374092169616318,38.37305858006492],[-7.029281175148796,38.07576406508977],[-7.166507941099865,37.803894354802225],[-7.537105475281024,37.42890432387623],[-7.453725551778092,37.09778758396607],[-7.855613165711985,36.83826854099627],[-8.382816127953689,36.97888011326246],[-8.898856980820327,36.86880931248078],[-8.746101446965554,37.65134552667661],[-8.839997524439879,38.26624339451761],[-9.287463751655224,38.3584858261586],[-9.526570603869715,38.73742910415491],[-9.446988898140232,39.39206614842837],[-9.048305223008427,39.75509308527877],[-8.977353481471681,40.15930613866581],[-8.768684047877102,40.76063894303019],[-8.79085323733031,41.18433401139126],[-8.99078935386757,41.54345937760364],[-9.034817674180246,41.88057058365967]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Romania","sov_a3":"ROU","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Romania","adm0_a3":"ROU","geou_dif":0,"geounit":"Romania","gu_a3":"ROU","su_dif":0,"subunit":"Romania","su_a3":"ROU","brk_diff":0,"name":"Romania","name_long":"Romania","brk_a3":"ROU","brk_name":"Romania","brk_group":null,"abbrev":"Rom.","postal":"RO","formal_en":"Romania","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Romania","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":3,"mapcolor13":13,"pop_est":22215421,"gdp_md_est":271400,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"RO","iso_a3":"ROU","iso_n3":"642","un_a3":"642","wb_a2":"RO","wb_a3":"ROM","woe_id":-99,"adm0_a3_is":"ROU","adm0_a3_us":"ROU","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"ROU.geojson"},"geometry":{"type":"Polygon","coordinates":[[[22.710531447040495,47.88219391538941],[23.142236362406802,48.09634105080695],[23.76095828623741,47.985598456405455],[24.40205610525038,47.98187775328042],[24.866317172960578,47.73752574318831],[25.20774336111299,47.89105642352747],[25.9459411964024,47.987148749374214],[26.19745039236693,48.22088125263035],[26.619336785597795,48.22072622333347],[26.924176059687568,48.123264472030996],[27.233872918412743,47.82677094175638],[27.551166212684848,47.40511709247083],[28.128030226359044,46.810476386088254],[28.160017937947714,46.37156260841722],[28.0544429867754,45.944586086605625],[28.233553501099042,45.48828318946837],[28.679779493939378,45.304030870131704],[29.149724969201653,45.46492544207245],[29.603289015427432,45.293308010431126],[29.626543409958767,45.03539093686239],[29.141611769331835,44.82021027279904],[28.837857700320203,44.913873806328056],[28.558081495891997,43.70746165625813],[27.970107049275075,43.81246816667521],[27.242399529740908,44.175986029632405],[26.065158725699746,43.94349376075126],[25.569271681426926,43.68844472917472],[24.100679152124172,43.74105133724785],[23.33230228037632,43.89701080990471],[22.944832391051847,43.82378530534713],[22.65714969248299,44.23492300066128],[22.4740084164406,44.40922760678177],[22.705725538837356,44.57800283464702],[22.459022251075936,44.7025171982543],[22.14508792490281,44.47842234962059],[21.562022739353605,44.7689472519655],[21.483526238702233,45.18117015235778],[20.874312778413355,45.416375433934235],[20.762174920339987,45.734573065771436],[20.220192498462836,46.127468980486555],[21.02195234547125,46.3160879583519],[21.62651492685387,46.99423777931816],[22.099767693782834,47.6724392767167],[22.710531447040495,47.88219391538941]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":2,"sovereignt":"Russia","sov_a3":"RUS","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Russia","adm0_a3":"RUS","geou_dif":0,"geounit":"Russia","gu_a3":"RUS","su_dif":0,"subunit":"Russia","su_a3":"RUS","brk_diff":0,"name":"Russia","name_long":"Russian Federation","brk_a3":"RUS","brk_name":"Russia","brk_group":null,"abbrev":"Rus.","postal":"RUS","formal_en":"Russian Federation","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Russian Federation","name_alt":null,"mapcolor7":2,"mapcolor8":5,"mapcolor9":7,"mapcolor13":7,"pop_est":140041247,"gdp_md_est":2266000,"pop_year":-99,"lastcensus":2010,"gdp_year":-99,"economy":"3. Emerging region: BRIC","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"RU","iso_a3":"RUS","iso_n3":"643","un_a3":"643","wb_a2":"RU","wb_a3":"RUS","woe_id":-99,"adm0_a3_is":"RUS","adm0_a3_us":"RUS","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":18,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"RUS.geojson"},"geometry":{"type":"MultiPolygon","coordinates":[[[[143.64800744036287,50.74760040954151],[144.65414757708564,48.976390692737596],[143.17392785051723,49.30655141865037],[142.5586682476501,47.861575018904915],[143.53349246640406,46.83672801369249],[143.5052771343726,46.13790761980948],[142.74770063697392,46.74076487892657],[142.0920300640545,45.96675527605879],[141.90692508358504,46.80592886004655],[142.0184428244709,47.780132961612935],[141.90444461483506,48.85918854429956],[142.13580000220568,49.61516307229746],[142.1799833518153,50.95234243428192],[141.59407596249002,51.93543488220254],[141.68254601457366,53.30196645772878],[142.60693403541075,53.762145087287905],[142.2097489768154,54.22547597921687],[142.654786411713,54.36588084575388],[142.91461551327657,53.704577541714734],[143.26084760963207,52.74076040303905],[143.23526777564766,51.75666026468875],[143.64800744036287,50.74760040954151]]],[[[22.731098667092652,54.327536932993326],[20.892244500418652,54.312524929412575],[19.660640089606403,54.426083889373984],[19.888481479581344,54.8661603867715],[21.2684489275035,55.19048167583528],[22.315723504330606,55.0152985703659],[22.757763706155288,54.85657440858142],[22.651051873472568,54.58274099386671],[22.731098667092652,54.327536932993326]]],[[[-175.01425,66.58435],[-174.33983,66.33556],[-174.57182,67.06219],[-171.85731,66.91308],[-169.89958,65.97724],[-170.89107,65.54139],[-172.53025,65.43791],[-172.555,64.46079],[-172.95533,64.25269],[-173.89184,64.2826],[-174.65392,64.63125],[-175.98353,64.92288],[-176.20716,65.35667],[-177.22266,65.52024],[-178.35993,65.39052],[-178.90332,65.74044],[-178.68611,66.11211],[-179.88377,65.87456],[-179.43268,65.40411],[-180,64.97970870219837],[-180,68.96363636363635],[-177.55,68.2],[-174.92825,67.20589],[-175.01425,66.58435]]],[[[180.00000000000014,70.83219920854668],[178.9034250000001,70.78114],[178.7253,71.0988],[180.00000000000014,71.51571433642826],[180.00000000000014,70.83219920854668]]],[[[-178.69378,70.89302],[-180,70.83219920854668],[-180,71.51571433642826],[-179.871875,71.55762],[-179.02433,71.55553],[-177.577945,71.26948],[-177.663575,71.13277],[-178.69378,70.89302]]],[[[143.60385,73.21244],[142.08763,73.20544],[140.038155,73.31692],[139.86312,73.36983],[140.81171,73.76506],[142.06207,73.85758],[143.48283,73.47525],[143.60385,73.21244]]],[[[150.73167,75.08406],[149.575925,74.68892],[147.977465,74.778355],[146.11919,75.17298],[146.358485,75.49682],[148.22223,75.345845],[150.73167,75.08406]]],[[[145.086285,75.562625],[144.3,74.82],[140.61381,74.84768],[138.95544,74.61148],[136.97439,75.26167],[137.51176,75.94917],[138.831075,76.13676],[141.471615,76.09289],[145.086285,75.562625]]],[[[57.5356925799924,70.72046397570216],[56.94497928246395,70.63274323188668],[53.6773751157842,70.76265778266847],[53.41201663596539,71.2066616889202],[51.60189456564572,71.47475901965049],[51.45575361512422,72.01488108996514],[52.47827518088357,72.22944163684096],[52.444168735570855,72.77473135038485],[54.42761355979766,73.62754751249759],[53.50828982932515,73.74981395130015],[55.90245893740766,74.62748647734533],[55.631932814359715,75.08141225859717],[57.86864383324885,75.60939036732321],[61.170044386647504,76.25188345000814],[64.49836836127022,76.43905548776928],[66.2109770038551,76.80978221303124],[68.15705976753483,76.93969676381292],[68.85221113472512,76.54481130645462],[68.18057254422766,76.23364166940911],[64.637326287703,75.73775462513623],[61.58350752141476,75.2608845079468],[58.47708214705338,74.30905630156283],[56.98678551618801,73.33304352486624],[55.419335971910954,72.37126760526598],[55.622837762276305,71.54059479439033],[57.5356925799924,70.72046397570216]]],[[[106.97013000000013,76.97419],[107.24000000000015,76.48],[108.1538,76.72335000000015],[111.07726000000017,76.71],[113.33151,76.22224],[114.13417,75.84764],[113.88539,75.32779000000014],[112.77918,75.03186],[110.1512500000002,74.47673],[109.4,74.18],[110.64,74.04],[112.11919,73.78774000000011],[113.01954000000026,73.97693000000015],[113.52958000000032,73.33505000000011],[113.96881,73.59488],[115.56782,73.75285],[118.77633000000023,73.58772],[119.02,73.12],[123.20066000000011,72.97122],[123.25777000000018,73.73503000000011],[125.38000000000018,73.56],[126.97644,73.56549],[128.59126,73.03871],[129.05157,72.39872],[128.46000000000012,71.98],[129.7159900000002,71.19304],[131.28858000000028,70.78699000000012],[132.25350000000017,71.83630000000011],[133.85766000000032,71.38642000000016],[135.56193,71.65525000000014],[137.49755,71.34763],[138.23409000000018,71.62803],[139.86983000000012,71.48783000000014],[139.14791,72.4161900000001],[140.46817,72.84941000000013],[149.5,72.2],[150.3511800000002,71.60643],[152.96890000000022,70.84222],[157.00688,71.03141],[158.99779,70.86672],[159.83031000000025,70.45324],[159.70866,69.72198],[160.94053000000034,69.4372800000001],[162.27907000000013,69.64204],[164.05248000000014,69.66823],[165.94037000000023,69.47199],[167.83567,69.58269],[169.5776300000002,68.6938],[170.81688000000028,69.01363],[170.0082000000002,69.65276],[170.4534500000003,70.09703],[173.64391000000026,69.81743],[175.72403000000023,69.87725000000023],[178.6,69.4],[180.00000000000014,68.96363636363657],[180.00000000000014,64.97970870219848],[179.99281,64.97433],[178.70720000000026,64.53493],[177.41128000000018,64.60821],[178.31300000000024,64.07593],[178.9082500000002,63.251970000000135],[179.37034,62.982620000000104],[179.48636,62.56894],[179.22825000000014,62.30410000000015],[177.3643,62.5219],[174.56929000000022,61.76915],[173.68013,61.65261],[172.15,60.95],[170.6985000000001,60.33618],[170.3308500000003,59.88177],[168.90046,60.57355],[166.29498000000032,59.788550000000214],[165.84000000000023,60.16],[164.87674,59.7316],[163.53929000000014,59.86871],[163.21711000000025,59.21101],[162.0173300000001,58.24328],[162.05297,57.83912],[163.19191,57.61503000000011],[163.05794000000017,56.159240000000125],[162.12958000000023,56.12219],[161.70146,55.285680000000156],[162.11749000000017,54.85514],[160.36877000000032,54.34433],[160.02173000000022,53.20257],[158.5309400000002,52.958680000000236],[158.23118,51.94269],[156.7897900000003,51.01105],[156.42000000000016,51.7],[155.99182,53.15895],[155.43366000000012,55.38103000000012],[155.91442000000032,56.767920000000146],[156.75815,57.3647],[156.8103500000001,57.83204],[158.3643300000002,58.05575],[160.15064000000012,59.31477000000012],[161.87204,60.34300000000013],[163.66969,61.1409],[164.47355000000013,62.55061],[163.2584200000002,62.46627],[162.65791,61.6425],[160.1214800000001,60.54423],[159.30232,61.77396],[156.7206800000001,61.43442],[154.21806000000035,59.75818000000013],[155.04375,59.14495],[152.81185,58.88385],[151.26573000000025,58.78089],[151.33815000000013,59.50396],[149.78371,59.65573000000014],[148.54481,59.16448],[145.48722,59.33637],[142.19782000000018,59.03998],[138.95848000000032,57.08805],[135.12619,54.72959],[136.70171,54.603550000000126],[137.19342,53.97732],[138.1647,53.755010000000254],[138.80463,54.25455000000011],[139.90151,54.18968000000018],[141.34531,53.08957000000012],[141.37923,52.23877],[140.5974200000002,51.2396700000001],[140.51308,50.04553000000013],[140.06193000000022,48.44671000000017],[138.5547200000002,46.99965],[138.21971,46.30795],[136.86232,45.14350000000019],[135.5153500000002,43.989],[134.86939000000027,43.39821],[133.53687000000028,42.81147],[132.90627000000015,42.79849],[132.27807000000027,43.28456000000011],[130.93587000000014,42.55274],[130.78,42.22000000000019],[130.64000000000019,42.395],[130.6338664084098,42.90301463477056],[131.144687941615,42.92998973242695],[131.28855512911562,44.111519680348266],[131.02519000000026,44.96796],[131.8834542176596,45.32116160743652],[133.09712000000022,45.14409],[133.7696439963132,46.116926988299156],[134.1123500000002,47.21248000000014],[134.50081,47.578450000000146],[135.0263114767868,48.47822988544391],[133.37359581922803,48.18344167743484],[132.50669000000013,47.78896],[130.98726000000013,47.79013],[130.58229332898267,48.729687404976204],[129.3978178244205,49.440600084015614],[127.65740000000038,49.76027],[127.28745568248493,50.73979726826545],[126.93915652883786,51.3538941514059],[126.56439904185699,51.7842554795327],[125.94634891164647,52.79279857035695],[125.06821129771045,53.161044826868924],[123.57147,53.4588],[122.24574791879307,53.43172597921369],[121.00308475147037,53.25140106873124],[120.1770886577169,52.75388621684121],[120.725789015792,52.51622630473091],[120.7382,51.96411],[120.18208000000018,51.64355],[119.27939,50.58292],[119.28846072802585,50.14288279886196],[117.8792444194265,49.51098338479704],[116.67880089728621,49.888531399121405],[115.48569542853144,49.80517731383475],[114.96210981655038,50.14024730081513],[114.36245649623534,50.248302720737485],[112.89773969935439,49.54356537535699],[111.58123091028668,49.37796824807767],[110.66201053267886,49.13012807880585],[109.40244917199672,49.29296051695769],[108.47516727095127,49.28254771585071],[107.86817589725112,49.79370514586588],[106.88880415245532,50.27429596618029],[105.8865914245869,50.406019192092174],[104.62158,50.275320000000164],[103.67654544476036,50.089966132195144],[102.25589000000011,50.51056000000011],[102.06521,51.25991],[100.88948042196265,51.51685578063842],[99.98173221232356,51.63400625264395],[98.8614905131005,52.04736603454671],[97.82573978067452,51.01099518493325],[98.23176150919173,50.42240062112873],[97.25976000000023,49.72605],[95.81402000000017,49.977460000000114],[94.81594933469879,50.01343333597088],[94.14756635943561,50.48053660745716],[93.10421,50.49529],[92.23471154171969,50.80217072204175],[90.71366743364078,50.331811835321105],[88.80556684769559,49.47052073831247],[87.75126427607685,49.29719798440556],[87.35997033076269,49.21498078062916],[86.82935672398966,49.82667470966813],[85.5412699726825,49.69285858824816],[85.11555952346211,50.11730296487763],[84.41637739455304,50.311399644565824],[83.93511478061893,50.88924551045358],[83.38300377801247,51.069182847693895],[81.94598554883994,50.81219594990633],[80.56844689323546,51.38833649352844],[80.03555952344172,50.864750881547224],[77.80091556184433,53.40441498474754],[76.52517947785478,54.177003485727134],[76.89110029491346,54.49052440044193],[74.38482000000013,53.54685000000011],[73.42567874542053,53.489810289109755],[73.50851606638437,54.035616766976595],[72.22415001820221,54.37665538188679],[71.1801310566095,54.133285224008254],[70.86526655465516,55.169733588270105],[69.06816694527289,55.3852501491435],[68.1691003762589,54.97039175070438],[65.6668700000001,54.601250000000164],[65.17853356309595,54.35422781027208],[61.43660000000013,54.00625],[60.97806644068325,53.66499339457914],[61.699986199800634,52.97999644633427],[60.739993117114544,52.71998647725775],[60.92726850774025,52.447548326215006],[59.96753380721557,51.960420437215674],[61.58800337102414,51.272658799843185],[61.33742435084101,50.79907013610426],[59.93280724471557,50.842194118851836],[59.64228234237057,50.545442206415714],[58.36332000000013,51.06364],[56.77798,51.04355],[55.71694000000011,50.62171000000015],[54.532878452376195,51.02623973245937],[52.32872358583106,51.718652248738096],[50.76664839051219,51.69276235615987],[48.702381626181044,50.60512848571284],[48.577841424357615,49.874759629915644],[47.549480421749394,50.454698391311126],[46.75159630716277,49.35600576435374],[47.0436715024766,49.152038886097586],[46.46644575377629,48.39415233010493],[47.31524000000016,47.71585],[48.05725,47.74377],[48.694733514201886,47.0756281601779],[48.593250000000154,46.561040000000105],[49.101160000000135,46.39933],[48.64541000000011,45.80629],[47.67591,45.64149000000012],[46.68201,44.6092000000001],[47.59094,43.66016000000013],[47.49252,42.98658],[48.58437000000018,41.80888],[47.98728315612604,41.4058192001944],[47.81566572448466,41.151416124021345],[47.373315464066394,41.21973236751114],[46.686070591016716,41.827137152669906],[46.40495079934894,41.860675157227426],[45.7764,42.09244000000024],[45.470279168485916,42.50278066667005],[44.53762291848207,42.711992702803684],[43.93121000000011,42.5549600000001],[43.755990000000196,42.74083],[42.39440000000016,43.2203],[40.92219000000014,43.38215000000014],[40.07696495947985,43.553104153002494],[39.955008579271095,43.434997666999294],[38.68,44.28],[37.53912000000011,44.65721],[36.67546000000013,45.24469],[37.40317,45.4045100000001],[38.23295,46.24087],[37.67372,46.63657],[39.14767,47.04475000000013],[39.12120000000013,47.26336],[38.22353803889948,47.10218984637598],[38.25511233902981,47.54640045835697],[38.77057,47.82562000000024],[39.738277622238996,47.89893707945208],[39.89562000000015,48.23241],[39.67465,48.783820000000134],[40.08078901546949,49.30742991799937],[40.069040000000115,49.60105],[38.59498823421356,49.92646190042373],[38.010631137857075,49.91566152607473],[37.39345950699524,50.38395335550368],[36.626167840325394,50.225590928745135],[35.35611616388812,50.57719737405915],[35.37791,50.77394],[35.02218305841794,51.2075723333715],[34.2248157081544,51.255993150428935],[34.14197838719061,51.566413479206204],[34.39173058445723,51.768881740925906],[33.75269982273588,52.33507457133166],[32.71576053236716,52.23846548116216],[32.41205813978777,52.28869497334977],[32.15944000000022,52.061250000000115],[31.78597,52.10168],[31.54001834486226,52.74205231384644],[31.30520063652798,53.0739958766733],[31.49764,53.16743000000014],[32.304519484188376,53.132726141972846],[32.693643019346126,53.35142080343214],[32.405598585751164,53.618045355842014],[31.731272820774592,53.79402944601202],[31.791424187962406,53.974638576872195],[31.384472283663822,54.15705638286238],[30.75753380709878,54.811770941784395],[30.971835971813245,55.081547756564134],[30.87390913262007,55.55097646750351],[29.89629438652244,55.7894632025305],[29.37157189303079,55.67009064393628],[29.22951338066039,55.91834422466641],[28.17670942557794,56.16912995057879],[27.855282016722526,56.75932648378438],[27.770015903440992,57.244258124411196],[27.288184848751655,57.47452830670392],[27.71668582531578,57.79189911562445],[27.420150000000202,58.72457000000014],[28.131699253051863,59.300825100331],[27.98112,59.47537],[29.1177,60.02805000000012],[28.07,60.50352000000015],[30.211107212044652,61.78002777774969],[31.139991082491036,62.357692776124445],[31.51609215671127,62.867687486412905],[30.035872430142803,63.552813625738565],[30.444684686003736,64.20445343693908],[29.544429559047018,64.94867157659056],[30.21765,65.80598],[29.054588657352383,66.94428620062203],[29.977426385220696,67.69829702419275],[28.44594363781877,68.36461294216399],[28.591929559043365,69.0647769232867],[29.39955,69.15692000000018],[31.10108000000011,69.55811],[32.13272000000026,69.90595000000025],[33.77547,69.30142000000012],[36.51396,69.06342],[40.292340000000166,67.9324],[41.059870000000124,67.4571300000001],[41.12595000000019,66.79158000000012],[40.01583,66.26618000000013],[38.38295,65.9995300000001],[33.918710000000175,66.75961],[33.18444,66.63253],[34.81477,65.90015000000014],[34.87857425307877,65.4362128770482],[34.94391000000015,64.41437000000016],[36.23129,64.10945],[37.01273000000012,63.84983000000011],[37.14197000000016,64.33471],[36.539579035089815,64.76446],[37.17604000000014,65.14322000000013],[39.59345,64.52079000000018],[40.43560000000011,64.76446],[39.76260000000016,65.49682],[42.0930900000001,66.47623],[43.01604000000012,66.41858],[43.94975000000014,66.06908],[44.53226,66.75634000000014],[43.69839,67.35245],[44.18795000000014,67.95051],[43.45282,68.57079],[46.25000000000014,68.25],[46.82134000000016,67.68997],[45.55517,67.56652],[45.5620200000001,67.01005000000019],[46.34915000000015,66.6676700000001],[47.894160000000255,66.88455000000016],[48.13876,67.52238],[50.22766000000016,67.99867000000013],[53.71743000000018,68.85738000000012],[54.47171,68.80815],[53.48582000000013,68.20131],[54.72628,68.09702],[55.44268000000014,68.43866],[57.317020000000156,68.46628],[58.80200000000021,68.88082],[59.94142000000019,68.2784400000001],[61.07784000000018,68.94069],[60.03,69.52],[60.55,69.85],[63.50400000000016,69.54739],[64.888115,69.23483500000013],[68.51216000000014,68.09233000000017],[69.18068,68.61563000000012],[68.16444,69.14436],[68.13522,69.35649],[66.93008000000012,69.45461000000012],[67.25976,69.92873],[66.72492000000014,70.70889000000014],[66.69466,71.02897000000024],[68.54006000000011,71.93450000000024],[69.19636000000011,72.84336000000016],[69.94,73.04000000000013],[72.58754,72.7762900000001],[72.79603,72.22006],[71.8481100000001,71.40898],[72.47011,71.09019],[72.79188,70.39114],[72.56470000000022,69.02085],[73.66787,68.4079],[73.2387,67.7404],[71.28000000000011,66.32000000000016],[72.42301000000018,66.17267000000018],[72.82077,66.53267],[73.92099000000016,66.78946000000013],[74.1865100000002,67.28429],[75.052,67.76047000000017],[74.46926000000016,68.32899],[74.93584000000013,68.98918],[73.84236,69.07146],[73.60187000000022,69.62763],[74.3998,70.63175],[73.1011,71.44717000000026],[74.89082000000022,72.12119],[74.65926,72.83227],[75.15801000000019,72.85497000000011],[75.68351,72.30056000000013],[75.28898000000012,71.33556],[76.35911,71.15287000000015],[75.90313000000017,71.87401],[77.57665000000011,72.26717],[79.65202000000014,72.32011],[81.5,71.75],[80.61071000000013,72.58285000000012],[80.51109,73.6482],[82.25,73.85000000000011],[84.65526,73.80591000000018],[86.82230000000024,73.93688],[86.00956,74.45967000000014],[87.16682000000017,75.11643],[88.31571000000011,75.14393],[90.26,75.64],[92.90058,75.77333],[93.23421000000016,76.0472],[95.86000000000016,76.14],[96.67821,75.91548],[98.92254000000023,76.44689],[100.75967000000023,76.43028],[101.03532,76.86189],[101.99084000000013,77.2875400000002],[104.3516000000001,77.69792],[106.06664000000013,77.37389],[104.70500000000024,77.1274],[106.97013000000013,76.97419]]],[[[105.07547,78.30689],[99.43814,77.921],[101.2649,79.23399],[102.08635,79.34641],[102.837815,79.28129],[105.37243,78.71334],[105.07547,78.30689]]],[[[51.13618655783128,80.54728017854093],[49.79368452332071,80.4154277615482],[48.89441124857754,80.3395667589437],[48.754936557821765,80.17546824820084],[47.586119012244154,80.01018117951533],[46.502825962109654,80.24724681265437],[47.07245527526291,80.55942414012945],[44.846958042181114,80.58980988231718],[46.79913862487123,80.77191762971364],[48.318477410684665,80.78400991486996],[48.522806023966695,80.51456899690015],[49.09718956889091,80.75398590770843],[50.03976769389462,80.91888540315182],[51.52293297710369,80.6997256538019],[51.13618655783128,80.54728017854093]]],[[[99.93976,78.88094],[97.75794,78.7562],[94.97259,79.044745],[93.31288,79.4265],[92.5454,80.14379],[91.18107,80.34146],[93.77766,81.0246],[95.940895,81.2504],[97.88385,80.746975],[100.186655,79.780135],[99.93976,78.88094]]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":5,"sovereignt":"Republic of Serbia","sov_a3":"SRB","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Republic of Serbia","adm0_a3":"SRB","geou_dif":0,"geounit":"Republic of Serbia","gu_a3":"SRB","su_dif":0,"subunit":"Republic of Serbia","su_a3":"SRB","brk_diff":0,"name":"Serbia","name_long":"Serbia","brk_a3":"SRB","brk_name":"Serbia","brk_group":null,"abbrev":"Serb.","postal":"RS","formal_en":"Republic of Serbia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Serbia","name_alt":null,"mapcolor7":3,"mapcolor8":3,"mapcolor9":2,"mapcolor13":10,"pop_est":7379339,"gdp_md_est":80340,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"6. Developing region","income_grp":"3. Upper middle income","wikipedia":-99,"fips_10":null,"iso_a2":"RS","iso_a3":"SRB","iso_n3":"688","un_a3":"688","wb_a2":"YF","wb_a3":"SRB","woe_id":-99,"adm0_a3_is":"SRB","adm0_a3_us":"SRB","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":5,"tiny":-99,"homepart":1,"filename":"SRB.geojson"},"geometry":{"type":"Polygon","coordinates":[[[20.87431277841341,45.41637543393432],[21.48352623870221,45.18117015235788],[21.562022739353722,44.76894725196564],[22.145087924902896,44.47842234962059],[22.459022251075965,44.70251719825444],[22.70572553883744,44.57800283464701],[22.474008416440654,44.40922760678177],[22.657149692483074,44.234923000661354],[22.410446404721597,44.008063462900054],[22.500156691180223,43.642814439461006],[22.986018507588483,43.2111612005271],[22.60480146657136,42.898518785161116],[22.43659467946139,42.58032115332394],[22.54501183440965,42.46136200618804],[22.38052575042468,42.32025950781508],[21.917080000000112,42.30364],[21.57663598940212,42.24522439706186],[21.54332,42.3202500000001],[21.66292,42.43922],[21.77505,42.6827],[21.63302,42.67717],[21.43866,42.86255],[21.27421,42.90959],[21.143395,43.06868500000012],[20.95651,43.13094],[20.81448,43.27205],[20.63508,43.21671],[20.49679,42.88469],[20.25758,42.81275000000011],[20.3398,42.89852],[19.95857,43.10604],[19.63,43.21377997027054],[19.48389,43.35229],[19.21852,43.52384],[19.454,43.56810000000013],[19.59976,44.03847],[19.11761,44.42307000000011],[19.36803,44.863],[19.00548,44.86023],[19.39047570158459,45.236515611342384],[19.072768995854176,45.52151113543209],[18.82982,45.90888],[19.59604454924164,46.171729844744554],[20.220192498462893,46.12746898048658],[20.762174920339987,45.734573065771485],[20.87431277841341,45.41637543393432]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Slovakia","sov_a3":"SVK","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Slovakia","adm0_a3":"SVK","geou_dif":0,"geounit":"Slovakia","gu_a3":"SVK","su_dif":0,"subunit":"Slovakia","su_a3":"SVK","brk_diff":0,"name":"Slovakia","name_long":"Slovakia","brk_a3":"SVK","brk_name":"Slovakia","brk_group":null,"abbrev":"Svk.","postal":"SK","formal_en":"Slovak Republic","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Slovak Republic","name_alt":null,"mapcolor7":2,"mapcolor8":4,"mapcolor9":4,"mapcolor13":9,"pop_est":5463046,"gdp_md_est":119500,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"SK","iso_a3":"SVK","iso_n3":"703","un_a3":"703","wb_a2":"SK","wb_a3":"SVK","woe_id":-99,"adm0_a3_is":"SVK","adm0_a3_us":"SVK","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SVK.geojson"},"geometry":{"type":"Polygon","coordinates":[[[18.853144158613617,49.49622976337764],[18.909574822676316,49.435845852244576],[19.320712517990472,49.571574001659194],[19.825022820726872,49.21712535256923],[20.41583947111985,49.43145335549977],[20.887955356538413,49.32877228453583],[21.607808058364213,49.47010732685409],[22.558137648211755,49.085738023467144],[22.28084191253356,48.82539215758067],[22.08560835133485,48.42226430927179],[21.872236362401736,48.31997081155002],[20.801293979584926,48.623854071642384],[20.473562045989866,48.56285004332181],[20.239054396249347,48.32756724709692],[19.769470656013112,48.202691148463614],[19.661363559658497,48.26661489520866],[19.17436486173989,48.11137889260387],[18.77702477384767,48.081768296900634],[18.696512892336926,47.880953681014404],[17.857132602620027,47.758428860050365],[17.48847293464982,47.86746613218621],[16.979666782304037,48.123497015976305],[16.879982944413,48.47001333270947],[16.960288120194576,48.5969823268506],[17.101984897538898,48.81696889911711],[17.545006951577108,48.80001902932537],[17.88648481616181,48.90347524677371],[17.913511590250465,48.996492824899086],[18.104972771891852,49.04398346617531],[18.170498488037964,49.271514797556435],[18.399993523846177,49.31500051533004],[18.554971144289482,49.49501536721878],[18.853144158613617,49.49622976337764]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":6,"sovereignt":"Slovenia","sov_a3":"SVN","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Slovenia","adm0_a3":"SVN","geou_dif":0,"geounit":"Slovenia","gu_a3":"SVN","su_dif":0,"subunit":"Slovenia","su_a3":"SVN","brk_diff":0,"name":"Slovenia","name_long":"Slovenia","brk_a3":"SVN","brk_name":"Slovenia","brk_group":null,"abbrev":"Slo.","postal":"SLO","formal_en":"Republic of Slovenia","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Slovenia","name_alt":null,"mapcolor7":2,"mapcolor8":3,"mapcolor9":2,"mapcolor13":12,"pop_est":2005692,"gdp_md_est":59340,"pop_year":-99,"lastcensus":2011,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"SI","iso_a3":"SVN","iso_n3":"705","un_a3":"705","wb_a2":"SI","wb_a3":"SVN","woe_id":-99,"adm0_a3_is":"SVN","adm0_a3_us":"SVN","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Southern Europe","region_wb":"Europe & Central Asia","name_len":8,"long_len":8,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SVN.geojson"},"geometry":{"type":"Polygon","coordinates":[[[13.806475457421527,46.509306138691215],[14.63247155117483,46.43181732846955],[15.137091912504985,46.65870270444703],[16.011663852612656,46.6836107448117],[16.202298211337364,46.85238597267696],[16.370504998447416,46.8413272161665],[16.564808383864857,46.50375092221983],[15.768732944408551,46.23810822202345],[15.671529575267556,45.83415355079788],[15.323953891672403,45.73178253842768],[15.327674594797427,45.45231639259323],[14.935243767972935,45.471695054702685],[14.595109490627804,45.634940904312714],[14.411968214585414,45.46616567644746],[13.715059848697221,45.50032379819237],[13.937630242578306,45.59101593686462],[13.698109978905478,46.01677806251735],[13.806475457421527,46.509306138691215]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Sweden","sov_a3":"SWE","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Sweden","adm0_a3":"SWE","geou_dif":0,"geounit":"Sweden","gu_a3":"SWE","su_dif":0,"subunit":"Sweden","su_a3":"SWE","brk_diff":0,"name":"Sweden","name_long":"Sweden","brk_a3":"SWE","brk_name":"Sweden","brk_group":null,"abbrev":"Swe.","postal":"S","formal_en":"Kingdom of Sweden","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Sweden","name_alt":null,"mapcolor7":1,"mapcolor8":4,"mapcolor9":2,"mapcolor13":4,"pop_est":9059651,"gdp_md_est":344300,"pop_year":-99,"lastcensus":-99,"gdp_year":-99,"economy":"2. Developed region: nonG7","income_grp":"1. High income: OECD","wikipedia":-99,"fips_10":null,"iso_a2":"SE","iso_a3":"SWE","iso_n3":"752","un_a3":"752","wb_a2":"SE","wb_a3":"SWE","woe_id":-99,"adm0_a3_is":"SWE","adm0_a3_us":"SWE","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Northern Europe","region_wb":"Europe & Central Asia","name_len":6,"long_len":6,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"SWE.geojson"},"geometry":{"type":"Polygon","coordinates":[[[22.183173455501926,65.72374054632017],[21.21351687997722,65.02600535751527],[21.369631381930958,64.41358795842429],[19.77887576669022,63.60955434839504],[17.84777916837521,62.74940013289681],[17.119554884518124,61.34116567651097],[17.83134606290639,60.63658336042741],[18.78772179533209,60.081914374422595],[17.86922488777634,58.9537661810587],[16.829185011470088,58.71982697207339],[16.447709588291474,57.041118069071885],[15.879785597403783,56.10430186626866],[14.666681349352075,56.200885118222175],[14.100721062891465,55.40778107362265],[12.942910597392057,55.36173737245058],[12.625100538797028,56.30708018658197],[11.787942335668674,57.44181712506307],[11.027368605196866,58.85614940045936],[11.468271925511146,59.43239329694604],[12.3003658382749,60.11793284773003],[12.631146681375183,61.293571682370136],[11.992064243221563,61.80036245385656],[11.93056928879423,63.12831757267698],[12.579935336973932,64.06621898055833],[13.571916131248711,64.04911408146971],[13.919905226302204,64.44542064071608],[13.55568973150909,64.78702769638151],[15.108411492583002,66.19386688909547],[16.108712192456778,67.30245555283689],[16.768878614985482,68.01393667263139],[17.729181756265348,68.01055186631628],[17.993868442464333,68.56739126247736],[19.878559604581255,68.40719432237258],[20.025268995857886,69.0651386583127],[20.645592889089528,69.10624726020087],[21.978534783626117,68.6168456081807],[23.53947309743444,67.93600861273525],[23.565879754335583,66.39605093043743],[23.903378533633802,66.00692739527962],[22.183173455501926,65.72374054632017]]]}},{"type":"Feature","properties":{"scalerank":1,"featurecla":"Admin-0 country","labelrank":3,"sovereignt":"Ukraine","sov_a3":"UKR","adm0_dif":0,"level":2,"type":"Sovereign country","admin":"Ukraine","adm0_a3":"UKR","geou_dif":0,"geounit":"Ukraine","gu_a3":"UKR","su_dif":0,"subunit":"Ukraine","su_a3":"UKR","brk_diff":0,"name":"Ukraine","name_long":"Ukraine","brk_a3":"UKR","brk_name":"Ukraine","brk_group":null,"abbrev":"Ukr.","postal":"UA","formal_en":"Ukraine","formal_fr":null,"note_adm0":null,"note_brk":null,"name_sort":"Ukraine","name_alt":null,"mapcolor7":5,"mapcolor8":1,"mapcolor9":6,"mapcolor13":3,"pop_est":45700395,"gdp_md_est":339800,"pop_year":-99,"lastcensus":2001,"gdp_year":-99,"economy":"6. Developing region","income_grp":"4. Lower middle income","wikipedia":-99,"fips_10":null,"iso_a2":"UA","iso_a3":"UKR","iso_n3":"804","un_a3":"804","wb_a2":"UA","wb_a3":"UKR","woe_id":-99,"adm0_a3_is":"UKR","adm0_a3_us":"UKR","adm0_a3_un":-99,"adm0_a3_wb":-99,"continent":"Europe","region_un":"Europe","subregion":"Eastern Europe","region_wb":"Europe & Central Asia","name_len":7,"long_len":7,"abbrev_len":4,"tiny":-99,"homepart":1,"filename":"UKR.geojson"},"geometry":{"type":"Polygon","coordinates":[[[31.785998162571587,52.101677964885454],[32.15941206231267,52.06126699483322],[32.41205813978763,52.28869497334975],[32.71576053236697,52.23846548116205],[33.7526998227357,52.335074571331695],[34.39173058445701,51.76888174092579],[34.14197838719039,51.56641347920623],[34.22481570815427,51.25599315042895],[35.02218305841788,51.20757233337145],[35.37792361831512,50.77395539001034],[35.35611616388795,50.577197374059054],[36.62616784032534,50.225590928745135],[37.39345950699507,50.38395335550359],[38.010631137856905,49.91566152607463],[38.59498823421342,49.92646190042363],[40.06905846533911,49.6010554062817],[40.08078901546935,49.307429917999286],[39.67466393408753,48.78381846780187],[39.89563235856758,48.23240509703143],[39.738277622238826,47.89893707945198],[38.7705847511412,47.825608222029814],[38.25511233902975,47.546400458356814],[38.22353803889942,47.10218984637588],[37.42513715998999,47.022220567404204],[36.75985477066439,46.698700263040934],[35.82368452326483,46.64596446388707],[34.96234174982388,46.27319651954964],[35.020787794745985,45.65121898048466],[35.51000857925317,45.40999339454619],[36.52999799983016,45.46998973243706],[36.33471276219916,45.113215643893966],[35.23999922052812,44.939996242851606],[33.882511020652885,44.36147858334407],[33.326420932760044,44.56487702084489],[33.54692426934946,45.03477081967489],[32.4541744321055,45.32746613217608],[32.630804477679135,45.519185695978905],[33.58816206231839,45.85156850848024],[33.29856733575471,46.080598456397844],[31.74414025241518,46.333347886737386],[31.675307244602408,46.70624502215554],[30.748748813609097,46.583100084004],[30.377608676888883,46.03241018328567],[29.603289015427432,45.293308010431126],[29.149724969201653,45.46492544207245],[28.679779493939378,45.304030870131704],[28.233553501099042,45.48828318946837],[28.485269402792767,45.5969070501459],[28.659987420371575,45.93998688413164],[28.93371748222162,46.2588304713725],[28.862972446414062,46.43788930926383],[29.072106967899295,46.517677720722496],[29.170653924279886,46.3792623968287],[29.75997195813639,46.34998769793536],[30.02465864433537,46.42393667254503],[29.838210076626297,46.52532583270169],[29.908851759569302,46.67436066343146],[29.559674106573112,46.928582872091326],[29.41513512545274,47.34664520933257],[29.05086795422733,47.51022695575249],[29.12269819511303,47.84909516050646],[28.670891147585163,48.1181485052341],[28.259546746541844,48.15556224221342],[27.522537469195154,48.467119452501116],[26.857823520624805,48.368210761094495],[26.619336785597795,48.22072622333347],[26.19745039236693,48.22088125263035],[25.9459411964024,47.987148749374214],[25.20774336111299,47.89105642352747],[24.866317172960578,47.73752574318831],[24.40205610525038,47.98187775328042],[23.76095828623741,47.985598456405455],[23.142236362406802,48.09634105080695],[22.710531447040495,47.88219391538941],[22.640819939878753,48.15023956968735],[22.08560835133485,48.42226430927179],[22.28084191253356,48.82539215758067],[22.558137648211755,49.085738023467144],[22.776418898212626,49.02739533140962],[22.518450148211603,49.47677358661974],[23.426508416444392,50.30850576435745],[23.922757195743262,50.42488108987875],[24.029985792748903,50.70540660257518],[23.52707075368437,51.57845408793023],[24.00507775238421,51.61744395609446],[24.553106316839518,51.888461005249184],[25.327787713327005,51.91065603291855],[26.337958611768556,51.83228872334793],[27.454066196408434,51.59230337178447],[28.24161502453657,51.57222707783907],[28.61761274589225,51.42771393493484],[28.99283532076353,51.602044379271476],[29.254938185347925,51.368234361366895],[30.157363722460897,51.41613841410147],[30.555117221811457,51.31950348571566],[30.619454380014844,51.822806098022376],[30.927549269338982,52.04235342061438],[31.785998162571587,52.101677964885454]]]}}]} \ No newline at end of file diff --git a/assets/static/img/agplv3-large.png b/assets/static/img/agplv3-large.png new file mode 100644 index 000000000..8d95bbe4f Binary files /dev/null and b/assets/static/img/agplv3-large.png differ diff --git a/assets/static/img/agplv3-small.png b/assets/static/img/agplv3-small.png new file mode 100644 index 000000000..7a472a0d8 Binary files /dev/null and b/assets/static/img/agplv3-small.png differ diff --git a/assets/static/img/badge-agpl.svg b/assets/static/img/badge-agpl.svg new file mode 100644 index 000000000..ebc7e7fa8 --- /dev/null +++ b/assets/static/img/badge-agpl.svg @@ -0,0 +1 @@ +licenselicenseAGPLAGPL \ No newline at end of file diff --git a/assets/static/img/badge-chat.svg b/assets/static/img/badge-chat.svg new file mode 100644 index 000000000..1a8d40f97 --- /dev/null +++ b/assets/static/img/badge-chat.svg @@ -0,0 +1 @@ +chatchaton gitteron gitter \ No newline at end of file diff --git a/assets/static/img/badge-docs.svg b/assets/static/img/badge-docs.svg new file mode 100644 index 000000000..4f566df7a --- /dev/null +++ b/assets/static/img/badge-docs.svg @@ -0,0 +1 @@ +readreadthe docsthe docs \ No newline at end of file diff --git a/assets/static/img/badge-twitter.svg b/assets/static/img/badge-twitter.svg new file mode 100644 index 000000000..88f4ebcab --- /dev/null +++ b/assets/static/img/badge-twitter.svg @@ -0,0 +1 @@ +followfollow@browseyourlife@browseyourlife \ No newline at end of file diff --git a/assets/static/img/favicon-114.png b/assets/static/img/favicon-114.png new file mode 100644 index 000000000..794192580 Binary files /dev/null and b/assets/static/img/favicon-114.png differ diff --git a/assets/static/img/favicon-128.png b/assets/static/img/favicon-128.png new file mode 100644 index 000000000..3ae9bc000 Binary files /dev/null and b/assets/static/img/favicon-128.png differ diff --git a/assets/static/img/favicon-144.png b/assets/static/img/favicon-144.png new file mode 100644 index 000000000..b78d7b6c7 Binary files /dev/null and b/assets/static/img/favicon-144.png differ diff --git a/assets/static/img/favicon-152.png b/assets/static/img/favicon-152.png new file mode 100644 index 000000000..c31ecab3a Binary files /dev/null and b/assets/static/img/favicon-152.png differ diff --git a/assets/static/img/favicon-16.png b/assets/static/img/favicon-16.png new file mode 100644 index 000000000..a0de19f87 Binary files /dev/null and b/assets/static/img/favicon-16.png differ diff --git a/assets/static/img/favicon-160.png b/assets/static/img/favicon-160.png new file mode 100644 index 000000000..c0ba4e42c Binary files /dev/null and b/assets/static/img/favicon-160.png differ diff --git a/assets/static/img/favicon-167.png b/assets/static/img/favicon-167.png new file mode 100644 index 000000000..c925a46df Binary files /dev/null and b/assets/static/img/favicon-167.png differ diff --git a/assets/static/img/favicon-180.png b/assets/static/img/favicon-180.png new file mode 100644 index 000000000..c236a5d4c Binary files /dev/null and b/assets/static/img/favicon-180.png differ diff --git a/assets/static/img/favicon-192.png b/assets/static/img/favicon-192.png new file mode 100644 index 000000000..03cf5a04c Binary files /dev/null and b/assets/static/img/favicon-192.png differ diff --git a/assets/static/img/favicon-196.png b/assets/static/img/favicon-196.png new file mode 100644 index 000000000..7d77df253 Binary files /dev/null and b/assets/static/img/favicon-196.png differ diff --git a/assets/static/img/favicon-256.jpg b/assets/static/img/favicon-256.jpg new file mode 100644 index 000000000..8c8993c5d Binary files /dev/null and b/assets/static/img/favicon-256.jpg differ diff --git a/assets/static/img/favicon-256.png b/assets/static/img/favicon-256.png new file mode 100644 index 000000000..bc9bd7b64 Binary files /dev/null and b/assets/static/img/favicon-256.png differ diff --git a/assets/static/img/favicon-32.png b/assets/static/img/favicon-32.png new file mode 100644 index 000000000..d0bbce6a9 Binary files /dev/null and b/assets/static/img/favicon-32.png differ diff --git a/assets/static/img/favicon-400.jpg b/assets/static/img/favicon-400.jpg new file mode 100644 index 000000000..0d4a5c85c Binary files /dev/null and b/assets/static/img/favicon-400.jpg differ diff --git a/assets/static/img/favicon-400.png b/assets/static/img/favicon-400.png new file mode 100644 index 000000000..a56cda63b Binary files /dev/null and b/assets/static/img/favicon-400.png differ diff --git a/assets/static/img/favicon-512.png b/assets/static/img/favicon-512.png new file mode 100644 index 000000000..b832557ea Binary files /dev/null and b/assets/static/img/favicon-512.png differ diff --git a/assets/static/img/favicon-72.png b/assets/static/img/favicon-72.png new file mode 100644 index 000000000..c9fd78d05 Binary files /dev/null and b/assets/static/img/favicon-72.png differ diff --git a/assets/static/img/favicon.ico b/assets/static/img/favicon.ico new file mode 100644 index 000000000..e0705066a Binary files /dev/null and b/assets/static/img/favicon.ico differ diff --git a/assets/static/img/favicon.png b/assets/static/img/favicon.png new file mode 100644 index 000000000..a0de19f87 Binary files /dev/null and b/assets/static/img/favicon.png differ diff --git a/assets/static/img/icon.svg b/assets/static/img/icon.svg new file mode 100644 index 000000000..b4d2ba10b --- /dev/null +++ b/assets/static/img/icon.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/assets/static/img/logo-avatar.svg b/assets/static/img/logo-avatar.svg new file mode 100644 index 000000000..478989b66 --- /dev/null +++ b/assets/static/img/logo-avatar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/img/logo-black.svg b/assets/static/img/logo-black.svg new file mode 100644 index 000000000..f9e04af4c --- /dev/null +++ b/assets/static/img/logo-black.svg @@ -0,0 +1 @@ + diff --git a/assets/static/img/logo-color.svg b/assets/static/img/logo-color.svg new file mode 100644 index 000000000..bc8985a2a --- /dev/null +++ b/assets/static/img/logo-color.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/assets/static/img/logo-white.svg b/assets/static/img/logo-white.svg new file mode 100644 index 000000000..1677785eb --- /dev/null +++ b/assets/static/img/logo-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/img/preview.jpg b/assets/static/img/preview.jpg new file mode 100644 index 000000000..2280ca557 Binary files /dev/null and b/assets/static/img/preview.jpg differ diff --git a/assets/static/manifest.json b/assets/static/manifest.json new file mode 100644 index 000000000..cb5b82a80 --- /dev/null +++ b/assets/static/manifest.json @@ -0,0 +1,92 @@ +{ + "short_name": "PhotoPrism", + "name": "PhotoPrism", + "icons": [ + { + "src": "/static/img/favicon-16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "/static/img/favicon-32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "/static/img/favicon-72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/static/img/favicon-114.png", + "sizes": "114x114", + "type": "image/png" + }, + { + "src": "/static/img/favicon-128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "/static/img/favicon-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/static/img/favicon-152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "/static/img/favicon-160.png", + "sizes": "160x160", + "type": "image/png" + }, + { + "src": "/static/img/favicon-167.png", + "sizes": "167x167", + "type": "image/png" + }, + { + "src": "/static/img/favicon-180.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "/static/img/favicon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/img/favicon-196.png", + "sizes": "196x196", + "type": "image/png" + }, + { + "src": "/static/img/favicon-256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/static/img/favicon-400.png", + "sizes": "400x400", + "type": "image/png" + }, + { + "src": "/static/img/favicon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "scope": "/", + "start_url": "/photos", + "display": "standalone", + "orientation": "portrait", + "theme_color": "#333333", + "background_color": "#333333", + "permissions": [ + "geolocation", + "downloads", + "storage" + ] +} diff --git a/assets/templates/app.tmpl b/assets/templates/app.tmpl new file mode 100644 index 000000000..cbaba1564 --- /dev/null +++ b/assets/templates/app.tmpl @@ -0,0 +1,17 @@ +
+ +
+
+
+
+
+
+
+
+
+
+
+ +
diff --git a/assets/templates/favicons.tmpl b/assets/templates/favicons.tmpl new file mode 100644 index 000000000..619444cd6 --- /dev/null +++ b/assets/templates/favicons.tmpl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/templates/index.tmpl b/assets/templates/index.tmpl new file mode 100644 index 000000000..99b2bb282 --- /dev/null +++ b/assets/templates/index.tmpl @@ -0,0 +1,47 @@ + + + + + + + + {{ .config.SiteTitle }} + + + + + + + + + + + + + + + + + {{if .config.SiteAuthor}}{{end}} + {{if .config.SiteDescription}}{{end}} + + {{template "favicons.tmpl" .}} + + + + + + + + + +{{template "app.tmpl" .}} + + + + diff --git a/assets/templates/minimal.tmpl b/assets/templates/minimal.tmpl new file mode 100644 index 000000000..587cb7efe --- /dev/null +++ b/assets/templates/minimal.tmpl @@ -0,0 +1,29 @@ + + + + + + + + {{ .config.SiteTitle }} + + {{template "favicons.tmpl" .}} + + + + + + + + + +{{template "app.tmpl" .}} + + + + diff --git a/assets/templates/rainbow.tmpl b/assets/templates/rainbow.tmpl new file mode 100644 index 000000000..a52fc561c --- /dev/null +++ b/assets/templates/rainbow.tmpl @@ -0,0 +1,39 @@ + + + + + + + + {{ .config.SiteTitle }} + + {{if .config.SiteAuthor}}{{end}} + {{if .config.SiteDescription}}{{end}} + + {{template "favicons.tmpl" .}} + + + + +
+
+
+ + + + + + +
+
+
+ + diff --git a/assets/templates/share.tmpl b/assets/templates/share.tmpl new file mode 100644 index 000000000..5b42678fd --- /dev/null +++ b/assets/templates/share.tmpl @@ -0,0 +1,43 @@ + + + + + + + + {{ .config.SiteTitle }}{{if .config.SiteCaption}}: {{ .config.SiteCaption }}{{end}} + + + + + + + + + + + + + {{if .config.SiteAuthor}}{{end}} + {{if .config.SiteDescription}}{{end}} + + {{template "favicons.tmpl" .}} + + + + + + + + + +{{template "app.tmpl" .}} + + + + diff --git a/cmd/photoprism/doc.go b/cmd/photoprism/doc.go deleted file mode 100644 index 588d7e986..000000000 --- a/cmd/photoprism/doc.go +++ /dev/null @@ -1,22 +0,0 @@ -/* - -Copyright © 2018 - 2020 The PhotoPrism contributors. - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -File bugs or feature requests at: -https://github.com/photoprism/photoprism/issues - -*/ -package main diff --git a/cmd/photoprism/photoprism.go b/cmd/photoprism/photoprism.go index 61616ccf4..086a11190 100644 --- a/cmd/photoprism/photoprism.go +++ b/cmd/photoprism/photoprism.go @@ -1,3 +1,32 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ package main import ( @@ -15,9 +44,9 @@ var log = event.Log func main() { app := cli.NewApp() app.Name = "PhotoPrism" - app.Usage = "Browse your life in pictures" + app.Usage = "Browse Your Life in Pictures" app.Version = version - app.Copyright = "(c) 2018-2020 PhotoPrism.org " + app.Copyright = "(c) 2018-2020 Michael Mayer " app.EnableBashCompletion = true app.Flags = config.GlobalFlags @@ -26,12 +55,14 @@ func main() { commands.StopCommand, commands.IndexCommand, commands.ImportCommand, + commands.MomentsCommand, commands.PurgeCommand, commands.CopyCommand, commands.ConvertCommand, commands.ResampleCommand, commands.MigrateCommand, commands.ConfigCommand, + commands.PasswdCommand, commands.VersionCommand, commands.StatusCommand, } diff --git a/docker-compose.travis.yml b/docker-compose.travis.yml index 704917a75..9c2d54a3a 100644 --- a/docker-compose.travis.yml +++ b/docker-compose.travis.yml @@ -11,24 +11,40 @@ services: - "~/.cache/npm:/root/.cache/npm" - "~/.cache/go-mod:/go/pkg/mod" environment: - PHOTOPRISM_URL: "http://localhost:2342/" + PHOTOPRISM_SITE_URL: "http://localhost:2342/" + PHOTOPRISM_SITE_TITLE: "PhotoPrism" + PHOTOPRISM_SITE_CAPTION: "Browse Your Life" + PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Personal Photo Management" + PHOTOPRISM_SITE_AUTHOR: "@browseyourlife" + PHOTOPRISM_DEBUG: "false" + PHOTOPRISM_READONLY: "false" + PHOTOPRISM_PUBLIC: "true" PHOTOPRISM_UPLOAD_NSFW: "false" - PHOTOPRISM_DETECT_NSFW: "true" + PHOTOPRISM_DETECT_NSFW: "false" PHOTOPRISM_PID_FILENAME: "photoprism.pid" PHOTOPRISM_LOG_FILENAME: "photoprism.log" PHOTOPRISM_DETACH_SERVER: "true" PHOTOPRISM_HTTP_HOST: "0.0.0.0" PHOTOPRISM_HTTP_PORT: 2342 - PHOTOPRISM_TIDB_HOST: "0.0.0.0" - PHOTOPRISM_TIDB_PORT: 2343 - PHOTOPRISM_TIDB_PASSWORD: "photoprism" - PHOTOPRISM_DATABASE_DRIVER: "tidb" - PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true" - PHOTOPRISM_TEST_DSN: "root:photoprism@tcp(photoprism-db:4001)/photoprism?parseTime=true" - PHOTOPRISM_TITLE: "PhotoPrism" - PHOTOPRISM_SUBTITLE: "Browse your life" - PHOTOPRISM_DESCRIPTION: "Personal Photo Management tested by Travis CI." - PHOTOPRISM_AUTHOR: "PhotoPrism.org" + PHOTOPRISM_DATABASE_DRIVER: "mysql" + PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(photoprism-db:4001)/photoprism?charset=utf8mb4,utf8&parseTime=true" + PHOTOPRISM_TEST_DRIVER: "sqlite" + PHOTOPRISM_TEST_DSN: ".test.db" + PHOTOPRISM_ADMIN_PASSWORD: "photoprism" + PHOTOPRISM_ASSETS_PATH: "/go/src/github.com/photoprism/photoprism/assets" + PHOTOPRISM_STORAGE_PATH: "/go/src/github.com/photoprism/photoprism/storage" + PHOTOPRISM_ORIGINALS_PATH: "/go/src/github.com/photoprism/photoprism/storage/originals" + PHOTOPRISM_IMPORT_PATH: "/go/src/github.com/photoprism/photoprism/storage/import" + PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear + PHOTOPRISM_THUMB_UNCACHED: "true" # Enable on-demand thumbnail rendering (high memory and cpu usage) + PHOTOPRISM_THUMB_SIZE: 2048 # Pre-rendered thumbnail size limit (default 2048, min 720, max 7680) + # PHOTOPRISM_THUMB_SIZE: 4096 # Retina 4K, DCI 4K (requires more storage); 7680 for 8K Ultra HD + PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680) + PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000) + PHOTOPRISM_JPEG_QUALITY: 90 # Set to 95 for high-quality thumbnails (requires more storage) + PHOTOPRISM_DARKTABLE_PRESETS: "false" # Use darktable presets (disables concurrent raw to jpeg conversion) + PHOTOPRISM_SIDECAR_JSON: "true" # Read metadata from JSON sidecar files created by exiftool + PHOTOPRISM_SIDECAR_YAML: "true" # Backup photo metadata to YAML sidecar files CODECOV_TOKEN: CODECOV_ENV: CODECOV_URL: @@ -44,7 +60,7 @@ services: photoprism-db: image: mariadb:10.5 - command: mysqld --port=4001 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=ON --innodb-lock-wait-timeout=120 + command: mysqld --port=4001 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=50 expose: - "4001" volumes: diff --git a/docker-compose.yml b/docker-compose.yml index d3b60056e..94de08819 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,15 @@ version: '3.5' services: + caddy: + image: abiosoft/caddy:1.0.3-no-stats + depends_on: + - photoprism + ports: + - 2015:2015 + volumes: + - ./docker/development/Caddyfile:/etc/Caddyfile + photoprism: build: . image: photoprism/photoprism:develop @@ -8,42 +17,52 @@ services: - photoprism-db ports: - "2342:2342" # Web Server (PhotoPrism) - - "2343:2343" # Database (built-in TiDB) + - "2343:2343" + expose: + - "2343" # Acceptance Tests volumes: - ".:/go/src/github.com/photoprism/photoprism" + - "go-mod:/go/pkg/mod" shm_size: "2gb" environment: - PHOTOPRISM_URL: "http://localhost:2342/" + TF_CPP_MIN_LOG_LEVEL: 0 # Show TensorFlow log messages for development + PHOTOPRISM_SITE_URL: "http://localhost:2342/" + PHOTOPRISM_SITE_TITLE: "PhotoPrism" + PHOTOPRISM_SITE_CAPTION: "Browse Your Life" + PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Personal Photo Management" + PHOTOPRISM_SITE_AUTHOR: "@browseyourlife" PHOTOPRISM_DEBUG: "true" PHOTOPRISM_READONLY: "false" - PHOTOPRISM_PUBLIC: "false" + PHOTOPRISM_PUBLIC: "true" PHOTOPRISM_EXPERIMENTAL: "true" PHOTOPRISM_UPLOAD_NSFW: "false" - PHOTOPRISM_DETECT_NSFW: "true" + PHOTOPRISM_DETECT_NSFW: "false" PHOTOPRISM_SERVER_MODE: "debug" PHOTOPRISM_HTTP_HOST: "0.0.0.0" PHOTOPRISM_HTTP_PORT: 2342 - PHOTOPRISM_TIDB_HOST: "0.0.0.0" - PHOTOPRISM_TIDB_PORT: 2343 - PHOTOPRISM_TIDB_PASSWORD: "photoprism" - PHOTOPRISM_DATABASE_DRIVER: "tidb" - PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true" - PHOTOPRISM_TEST_DSN: "root:photoprism@tcp(photoprism-db:4001)/photoprism?parseTime=true" + PHOTOPRISM_DATABASE_DRIVER: "mysql" + PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(photoprism-db:4001)/photoprism?charset=utf8mb4,utf8&parseTime=true" + PHOTOPRISM_TEST_DRIVER: "sqlite" + PHOTOPRISM_TEST_DSN: ".test.db" + PHOTOPRISM_ADMIN_PASSWORD: "photoprism" PHOTOPRISM_ASSETS_PATH: "/go/src/github.com/photoprism/photoprism/assets" - PHOTOPRISM_CACHE_PATH: "/go/src/github.com/photoprism/photoprism/assets/cache" - PHOTOPRISM_RESOURCES_PATH: "/go/src/github.com/photoprism/photoprism/assets/resources" - PHOTOPRISM_CONFIG_PATH: "/go/src/github.com/photoprism/photoprism/assets/config" - PHOTOPRISM_IMPORT_PATH: "/go/src/github.com/photoprism/photoprism/assets/photos/import" - PHOTOPRISM_TEMP_PATH: "/go/src/github.com/photoprism/photoprism/assets/photos/temp" - PHOTOPRISM_ORIGINALS_PATH: "/go/src/github.com/photoprism/photoprism/assets/photos/originals" - PHOTOPRISM_TITLE: "PhotoPrism" - PHOTOPRISM_SUBTITLE: "Browse your life" - PHOTOPRISM_AUTHOR: "PhotoPrism.org" - TF_CPP_MIN_LOG_LEVEL: 0 + PHOTOPRISM_STORAGE_PATH: "/go/src/github.com/photoprism/photoprism/storage" + PHOTOPRISM_ORIGINALS_PATH: "/go/src/github.com/photoprism/photoprism/storage/originals" + PHOTOPRISM_IMPORT_PATH: "/go/src/github.com/photoprism/photoprism/storage/import" + PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear + PHOTOPRISM_THUMB_UNCACHED: "true" # Enable on-demand thumbnail rendering (high memory and cpu usage) + PHOTOPRISM_THUMB_SIZE: 2048 # Pre-rendered thumbnail size limit (default 2048, min 720, max 7680) + # PHOTOPRISM_THUMB_SIZE: 4096 # Retina 4K, DCI 4K (requires more storage); 7680 for 8K Ultra HD + PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680) + PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000) + PHOTOPRISM_JPEG_QUALITY: 90 # Set to 95 for high-quality thumbnails (requires more storage) + PHOTOPRISM_DARKTABLE_PRESETS: "false" # Use darktable presets (disables concurrent raw to jpeg conversion) + PHOTOPRISM_SIDECAR_JSON: "true" # Read metadata from JSON sidecar files created by exiftool + PHOTOPRISM_SIDECAR_YAML: "true" # Backup photo metadata to YAML sidecar files photoprism-db: image: mariadb:10.5 - command: mysqld --port=4001 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=ON --innodb-lock-wait-timeout=120 + command: mysqld --port=4001 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=50 expose: - "4001" ports: @@ -58,3 +77,7 @@ services: webdav-dummy: image: photoprism/webdav:20200327 + +volumes: + go-mod: + driver: local diff --git a/docker/demo/Dockerfile b/docker/demo/Dockerfile index f0e4faa62..eee373e8b 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -4,28 +4,33 @@ FROM photoprism/photoprism:latest as build ENV TF_CPP_MIN_LOG_LEVEL 2 # Copy assets -COPY /docker/demo/index.tmpl /photoprism/assets/resources/templates +COPY /docker/demo/index.tmpl /photoprism/assets/templates # Download example photos -RUN wget -qO- https://dl.photoprism.org/fixtures/demo.tar.gz | tar xvz -C /photoprism/import +RUN wget -qO- https://dl.photoprism.org/fixtures/demo.tar.gz | tar xvz -C /photoprism/originals # Configure PhotoPrism +ENV PHOTOPRISM_STORAGE_PATH /photoprism/storage ENV PHOTOPRISM_DEBUG false ENV PHOTOPRISM_READONLY false ENV PHOTOPRISM_PUBLIC true ENV PHOTOPRISM_EXPERIMENTAL true ENV PHOTOPRISM_UPLOAD_NSFW false -ENV PHOTOPRISM_DETECT_NSFW true -ENV PHOTOPRISM_JPEG_QUALITY 95 +ENV PHOTOPRISM_DETECT_NSFW false +ENV PHOTOPRISM_SIDECAR_JSON true +ENV PHOTOPRISM_SIDECAR_YAML false +ENV PHOTOPRISM_GEOCODING_API places ENV PHOTOPRISM_THUMB_FILTER lanczos ENV PHOTOPRISM_THUMB_UNCACHED true -ENV PHOTOPRISM_THUMB_SIZE 3840 -ENV PHOTOPRISM_THUMB_LIMIT 3840 -ENV PHOTOPRISM_GEOCODING_API places -ENV PHOTOPRISM_SIDECAR_JSON true +ENV PHOTOPRISM_THUMB_SIZE 4096 +ENV PHOTOPRISM_THUMB_SIZE_UNCACHED 4096 +ENV PHOTOPRISM_JPEG_SIZE 4096 +ENV PHOTOPRISM_JPEG_QUALITY 95 +ENV PHOTOPRISM_SITE_CAPTION "Try our demo" # Import example photos -RUN photoprism import +RUN photoprism index +RUN photoprism moments # Start PhotoPrism server CMD photoprism --public start diff --git a/docker/demo/index.tmpl b/docker/demo/index.tmpl index 6f6e85686..ff5f4471a 100644 --- a/docker/demo/index.tmpl +++ b/docker/demo/index.tmpl @@ -5,46 +5,44 @@ - {{ .clientConfig.title }} + {{ .config.SiteTitle }} - - - - + + + + + - - - - - + + + + + - - + + + - - - + {{if .config.SiteAuthor}}{{end}} + {{if .config.SiteDescription}}{{end}} - + {{template "favicons.tmpl" .}} + + - + -
-
-
-
+{{template "app.tmpl" .}} -
- - + diff --git a/docker/development/Caddyfile b/docker/development/Caddyfile new file mode 100644 index 000000000..a72a70065 --- /dev/null +++ b/docker/development/Caddyfile @@ -0,0 +1,10 @@ +* { + tls off + gzip + + proxy / photoprism:2342 { + # Test broken websocket connection. + # websocket + transparent + } +} diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index e792c618e..6d890a0d8 100644 --- a/docker/development/Dockerfile +++ b/docker/development/Dockerfile @@ -42,6 +42,7 @@ RUN apt-get update && apt-get upgrade && \ nano \ wget \ git \ + gettext \ mysql-client \ tzdata \ gconf-service \ @@ -49,7 +50,8 @@ RUN apt-get update && apt-get upgrade && \ firefox \ libheif-examples \ exiftool \ - ffmpeg + ffmpeg \ + lsof # Install RAW to JPEG converter RUN sh -c "echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/graphics:darktable.list" && \ @@ -73,7 +75,7 @@ RUN curl -L \ RUN ldconfig # Install NodeJS -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get update && \ apt-get install nodejs && \ apt-get clean && \ @@ -85,12 +87,12 @@ RUN npm install --unsafe-perm=true --allow-root -g npm testcafe chromedriver RUN npm config set cache ~/.cache/npm # Install Go -ENV GOLANG_VERSION 1.14.2 +ENV GOLANG_VERSION 1.14.6 RUN set -eux; \ \ url="https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"; \ wget -O go.tgz "$url"; \ - echo "6272d6e940ecb71ea5636ddb5fab3933e087c1356173c61f4a803895e947ebb3 *go.tgz" | sha256sum -c -; \ + echo "5c566ddc2e0bcfc25c26a5dc44a440fcc0177f7350c1f01952b34d5989a0d287 *go.tgz" | sha256sum -c -; \ tar -C /usr/local -xzf go.tgz; \ rm go.tgz; \ export PATH="/usr/local/go/bin:$PATH"; \ @@ -122,8 +124,8 @@ COPY /docker/development/.my.cnf /root/.my.cnf # Set up project directory WORKDIR "/go/src/github.com/photoprism/photoprism" -# Expose HTTP port 2342 plus 2343 for TiDB and 9515 for chromedriver -EXPOSE 2342 2343 9515 +# Expose HTTP port 2342 plus 9515 for chromedriver +EXPOSE 2342 9515 # Keep container running (services can be started manually using a terminal) CMD tail -f /dev/null diff --git a/docker/photoprism/Dockerfile b/docker/photoprism/Dockerfile index 36d844e28..333db5596 100644 --- a/docker/photoprism/Dockerfile +++ b/docker/photoprism/Dockerfile @@ -1,4 +1,4 @@ -FROM photoprism/development:20200509 as build +FROM photoprism/development:20200721 as build # Set up project directory WORKDIR "/go/src/github.com/photoprism/photoprism" @@ -54,38 +54,30 @@ ENV TF_CPP_MIN_LOG_LEVEL 2 ENV PATH /photoprism/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PHOTOPRISM_ASSETS_PATH /photoprism/assets ENV PHOTOPRISM_ORIGINALS_PATH /photoprism/originals ENV PHOTOPRISM_IMPORT_PATH /photoprism/import -ENV PHOTOPRISM_TIDB_PATH /photoprism/database -ENV PHOTOPRISM_TEMP_PATH /photoprism/temp -ENV PHOTOPRISM_CACHE_PATH /photoprism/cache -ENV PHOTOPRISM_CONFIG_PATH /photoprism/config -ENV PHOTOPRISM_CONFIG_FILE /photoprism/config/photoprism.yml -ENV PHOTOPRISM_ASSETS_PATH /photoprism/assets -ENV PHOTOPRISM_RESOURCES_PATH /photoprism/assets/resources ENV PHOTOPRISM_LOG_FILENAME /photoprism/photoprism.log ENV PHOTOPRISM_PID_FILENAME /photoprism/photoprism.pid # Copy files to /photoprism COPY --from=build /root/.local/bin/photoprism /photoprism/bin/photoprism -COPY --from=build /root/.local/share/photoprism /photoprism/assets -COPY --from=build /root/.config/photoprism /photoprism/config +COPY --from=build /root/.photoprism/assets /photoprism/assets # Create directories RUN mkdir -p \ /photoprism/originals \ /photoprism/import \ - /photoprism/database \ - /photoprism/temp \ - /photoprism/cache + /photoprism/storage/settings \ + /photoprism/storage/cache RUN chmod -R 777 /photoprism # Show photoprism version RUN photoprism -v -# Expose http and database ports -EXPOSE 2342 2343 4000 +# Expose http port +EXPOSE 2342 # Run server CMD photoprism start diff --git a/docker/photoprism/arm64/Dockerfile b/docker/photoprism/arm64/Dockerfile index 66ebf5bf1..83a3309c2 100644 --- a/docker/photoprism/arm64/Dockerfile +++ b/docker/photoprism/arm64/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && apt-get upgrade && \ make \ wget \ git \ + gettext \ tzdata \ gconf-service @@ -57,7 +58,7 @@ RUN curl -L \ RUN ldconfig # Install NodeJS -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get update && \ apt-get install nodejs && \ apt-get clean && \ @@ -69,12 +70,12 @@ RUN npm install --unsafe-perm=true --allow-root -g npm RUN npm config set cache ~/.cache/npm # Install Go -ENV GOLANG_VERSION 1.14.2 +ENV GOLANG_VERSION 1.14.6 RUN set -eux; \ \ url="https://golang.org/dl/go${GOLANG_VERSION}.linux-arm64.tar.gz"; \ wget -O go.tgz "$url"; \ - echo "bb6d22fe5806352c3d0826676654e09b6e41eb1af52e8d506d3fa85adf7f8d88 *go.tgz" | sha256sum -c -; \ + echo "291bccfd7d7f1915599bbcc90e49d9fccfcb0004b7c62a2f5cdf0f96a09d6a3e *go.tgz" | sha256sum -c -; \ tar -C /usr/local -xzf go.tgz; \ rm go.tgz; \ export PATH="/usr/local/go/bin:$PATH"; \ @@ -138,38 +139,30 @@ ENV TF_CPP_MIN_LOG_LEVEL 2 ENV PATH /photoprism/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PHOTOPRISM_ASSETS_PATH /photoprism/assets ENV PHOTOPRISM_ORIGINALS_PATH /photoprism/originals ENV PHOTOPRISM_IMPORT_PATH /photoprism/import -ENV PHOTOPRISM_TIDB_PATH /photoprism/database -ENV PHOTOPRISM_TEMP_PATH /photoprism/temp -ENV PHOTOPRISM_CACHE_PATH /photoprism/cache -ENV PHOTOPRISM_CONFIG_PATH /photoprism/config -ENV PHOTOPRISM_CONFIG_FILE /photoprism/config/photoprism.yml -ENV PHOTOPRISM_ASSETS_PATH /photoprism/assets -ENV PHOTOPRISM_RESOURCES_PATH /photoprism/assets/resources ENV PHOTOPRISM_LOG_FILENAME /photoprism/photoprism.log ENV PHOTOPRISM_PID_FILENAME /photoprism/photoprism.pid # Copy files to /photoprism COPY --from=build /root/.local/bin/photoprism /photoprism/bin/photoprism -COPY --from=build /root/.local/share/photoprism /photoprism/assets -COPY --from=build /root/.config/photoprism /photoprism/config +COPY --from=build /root/.photoprism/assets /photoprism/assets # Create directories RUN mkdir -p \ /photoprism/originals \ /photoprism/import \ - /photoprism/database \ - /photoprism/temp \ - /photoprism/cache + /photoprism/storage/settings \ + /photoprism/storage/cache RUN chmod -R 777 /photoprism # Show photoprism version RUN photoprism -v -# Expose http and database ports -EXPOSE 2342 2343 4000 +# Expose http port +EXPOSE 2342 # Run server CMD photoprism start diff --git a/docker/photoprism/arm64/docker-compose.yml b/docker/photoprism/arm64/docker-compose.yml index 459376c0a..0f783988d 100644 --- a/docker/photoprism/arm64/docker-compose.yml +++ b/docker/photoprism/arm64/docker-compose.yml @@ -13,54 +13,46 @@ services: - seccomp:unconfined ports: - 2342:2342 # [local port]:[container port] - # - 2343:2343 # Database (built-in TiDB) healthcheck: # Optional test: "photoprism status" interval: 60s timeout: 15s retries: 5 environment: # Run "photoprism help" and "photoprism config" too see all config options and current values - PHOTOPRISM_URL: "https://demo.photoprism.org/" - PHOTOPRISM_TITLE: "PhotoPrism" - PHOTOPRISM_SUBTITLE: "Browse your life" - PHOTOPRISM_DESCRIPTION: "Personal Photo Management powered by Go and Google TensorFlow. Free and open-source." - PHOTOPRISM_AUTHOR: "Anonymous" - PHOTOPRISM_UPLOAD_NSFW: "true" - PHOTOPRISM_DETECT_NSFW: "false" - PHOTOPRISM_EXPERIMENTAL: "false" - PHOTOPRISM_DEBUG: "false" - PHOTOPRISM_READONLY: "false" - PHOTOPRISM_PUBLIC: "false" - PHOTOPRISM_DISABLE_SETTINGS: "false" + PHOTOPRISM_DEBUG: "false" # Run in debug mode (shows additional log messages) + PHOTOPRISM_PUBLIC: "false" # No authentication required (disables password protection) + PHOTOPRISM_READONLY: "false" # Don't modify originals directory (reduced functionality) + PHOTOPRISM_UPLOAD_NSFW: "true" # Allow uploads that MAY be offensive + PHOTOPRISM_DETECT_NSFW: "false" # Flag photos as private that MAY be offensive + PHOTOPRISM_EXPERIMENTAL: "false" # Enable experimental features + PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Canonical / public site URL + PHOTOPRISM_SITE_TITLE: "PhotoPrism" + PHOTOPRISM_SITE_CAPTION: "Browse Your Life" + PHOTOPRISM_SITE_DESCRIPTION: "" + PHOTOPRISM_SITE_AUTHOR: "" PHOTOPRISM_HTTP_HOST: "0.0.0.0" PHOTOPRISM_HTTP_PORT: 2342 - PHOTOPRISM_TIDB_HOST: "0.0.0.0" - PHOTOPRISM_TIDB_PORT: 2343 # Port for built-in TiDB SQL server (driver "tidb") - PHOTOPRISM_TIDB_PASSWORD: "photoprism" # Plain text only (username "root") - PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # Plain text or bcrypt hash (escape "$" with "$$") - PHOTOPRISM_WEBDAV_PASSWORD: "photoprism" # Plain text only (username "photoprism") - PHOTOPRISM_DATABASE_DRIVER: "tidb" # Change to "mysql" for external MySQL or MariaDB - PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true" - # PHOTOPRISM_DATABASE_DRIVER: "mysql" # Using MariaDB or MySQL instead of the internal TiDB is optional - # PHOTOPRISM_DATABASE_DSN: "photoprism:photoprism@tcp(photoprism-db:3306)/photoprism?parseTime=true" - PHOTOPRISM_JPEG_QUALITY: 90 # Use 95 for high-quality thumbnails (requires more storage) - PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear - PHOTOPRISM_THUMB_UNCACHED: "false" # On-demand rendering of default thumbnails (high memory and cpu usage) - PHOTOPRISM_THUMB_SIZE: 2048 # Default thumbnail size limit (default 2048, min 720, max 3840) - # PHOTOPRISM_THUMB_SIZE: 3840 # For retina screens (requires more storage) - PHOTOPRISM_THUMB_LIMIT: 3840 # On-demand thumbnail size limit (default 2048, min 720, max 3840) - # PHOTOPRISM_SIDECAR_JSON: "true" # sync metadata with json sidecar files as used by exiftool + PHOTOPRISM_SETTINGS_HIDDEN: "false" # Users can not view or change settings + PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # Initial admin password (can be changed in settings) + PHOTOPRISM_DATABASE_DRIVER: "sqlite" # Change to "mysql" for external MySQL or MariaDB + # PHOTOPRISM_DATABASE_DRIVER: "mysql" # Using MariaDB or MySQL instead of SQLite is optional + # PHOTOPRISM_DATABASE_DSN: "photoprism:photoprism@tcp(photoprism-db:3306)/photoprism?charset=utf8mb4,utf8&parseTime=true" + # PHOTOPRISM_SIDECAR_JSON: "true" # Read metadata from JSON sidecar files created by exiftool + # PHOTOPRISM_SIDECAR_YAML: "true" # Backup photo metadata to YAML sidecar files + PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear + PHOTOPRISM_THUMB_UNCACHED: "false" # Enable on-demand thumbnail rendering (high memory and cpu usage) + PHOTOPRISM_THUMB_SIZE: 2048 # Pre-rendered thumbnail size limit (default 2048, min 720, max 7680) + # PHOTOPRISM_THUMB_SIZE: 4096 # Retina 4K, DCI 4K (requires more storage); 7680 for 8K Ultra HD + PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680) + PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000) + PHOTOPRISM_JPEG_QUALITY: 90 # Set to 95 for high-quality thumbnails (requires more storage) + PHOTOPRISM_DARKTABLE_PRESETS: "false" # Use darktable presets (disables concurrent raw to jpeg conversion) + PHOTOPRISM_STORAGE_PATH: "/photoprism/storage" # Storage PATH for generated files like cache and index volumes: - "~/Pictures/Originals:/photoprism/originals" # [local path]:[container path] - - "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional) - - "photoprism-config:/photoprism/config" # keep settings - - "photoprism-cache:/photoprism/cache" # keep thumbnail cache - - "photoprism-database:/photoprism/database" # keep database files + - "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional) + - "photoprism-storage:/photoprism/storage" # Keep cache, settings and database volumes: # keep this - photoprism-config: - driver: local - photoprism-cache: - driver: local - photoprism-database: + photoprism-storage: driver: local diff --git a/docker/photoprism/docker-compose.yml b/docker/photoprism/docker-compose.yml index 3aead41ab..0480003df 100644 --- a/docker/photoprism/docker-compose.yml +++ b/docker/photoprism/docker-compose.yml @@ -12,54 +12,50 @@ services: restart: unless-stopped ports: - 2342:2342 # [local port]:[container port] - # - 2343:2343 # Database (built-in TiDB) healthcheck: # Optional test: "photoprism status" interval: 60s timeout: 15s retries: 5 environment: # Run "photoprism help" and "photoprism config" too see all config options and current values - PHOTOPRISM_URL: "http://localhost:2342/" - PHOTOPRISM_TITLE: "PhotoPrism" - PHOTOPRISM_SUBTITLE: "Browse your life" - PHOTOPRISM_DESCRIPTION: "Personal Photo Management powered by Go and Google TensorFlow. Free and open-source." - PHOTOPRISM_AUTHOR: "Anonymous" - PHOTOPRISM_UPLOAD_NSFW: "true" - PHOTOPRISM_DETECT_NSFW: "false" - PHOTOPRISM_EXPERIMENTAL: "false" - PHOTOPRISM_DEBUG: "false" - PHOTOPRISM_READONLY: "false" - PHOTOPRISM_PUBLIC: "false" - PHOTOPRISM_DISABLE_SETTINGS: "false" + PHOTOPRISM_DEBUG: "false" # Run in debug mode (shows additional log messages) + PHOTOPRISM_PUBLIC: "false" # No authentication required (disables password protection) + PHOTOPRISM_READONLY: "false" # Don't modify originals directory (reduced functionality) + PHOTOPRISM_UPLOAD_NSFW: "true" # Allow uploads that MAY be offensive + PHOTOPRISM_DETECT_NSFW: "false" # Flag photos as private that MAY be offensive + PHOTOPRISM_EXPERIMENTAL: "false" # Enable experimental features + PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Canonical / public site URL + PHOTOPRISM_SITE_TITLE: "PhotoPrism" + PHOTOPRISM_SITE_CAPTION: "Browse Your Life" + PHOTOPRISM_SITE_DESCRIPTION: "" + PHOTOPRISM_SITE_AUTHOR: "" PHOTOPRISM_HTTP_HOST: "0.0.0.0" PHOTOPRISM_HTTP_PORT: 2342 - PHOTOPRISM_TIDB_HOST: "0.0.0.0" - PHOTOPRISM_TIDB_PORT: 2343 # Port for built-in TiDB SQL server (driver "tidb") - PHOTOPRISM_TIDB_PASSWORD: "photoprism" # Plain text only (username "root") - PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # Plain text or bcrypt hash (escape "$" with "$$") - PHOTOPRISM_WEBDAV_PASSWORD: "photoprism" # Plain text only (username "photoprism") - PHOTOPRISM_DATABASE_DRIVER: "tidb" # Change to "mysql" for external MySQL or MariaDB - PHOTOPRISM_DATABASE_DSN: "root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true" - # PHOTOPRISM_DATABASE_DRIVER: "mysql" # Using MariaDB or MySQL instead of the internal TiDB is optional - # PHOTOPRISM_DATABASE_DSN: "photoprism:photoprism@tcp(photoprism-db:3306)/photoprism?parseTime=true" - PHOTOPRISM_JPEG_QUALITY: 90 # Use 95 for high-quality thumbnails (requires more storage) - PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear - PHOTOPRISM_THUMB_UNCACHED: "false" # On-demand rendering of default thumbnails (high memory and cpu usage) - PHOTOPRISM_THUMB_SIZE: 2048 # Default thumbnail size limit (default 2048, min 720, max 3840) - # PHOTOPRISM_THUMB_SIZE: 3840 # For retina screens (requires more storage) - PHOTOPRISM_THUMB_LIMIT: 3840 # On-demand thumbnail size limit (default 2048, min 720, max 3840) - # PHOTOPRISM_SIDECAR_JSON: "true" # sync metadata with json sidecar files as used by exiftool + PHOTOPRISM_SETTINGS_HIDDEN: "false" # Users can not view or change settings + PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # Initial admin password (can be changed in settings) + PHOTOPRISM_DATABASE_DRIVER: "sqlite" # Change to "mysql" for external MySQL or MariaDB + # PHOTOPRISM_DATABASE_DRIVER: "mysql" # Using MariaDB or MySQL instead of SQLite is optional + # PHOTOPRISM_DATABASE_DSN: "photoprism:photoprism@tcp(photoprism-db:3306)/photoprism?charset=utf8mb4,utf8&parseTime=true" + # PHOTOPRISM_SIDECAR_JSON: "true" # Read metadata from JSON sidecar files created by exiftool + # PHOTOPRISM_SIDECAR_YAML: "true" # Backup photo metadata to YAML sidecar files + PHOTOPRISM_THUMB_FILTER: "lanczos" # Resample filter, best to worst: blackman, lanczos, cubic, linear + PHOTOPRISM_THUMB_UNCACHED: "false" # Enable on-demand thumbnail rendering (high memory and cpu usage) + PHOTOPRISM_THUMB_SIZE: 2048 # Pre-rendered thumbnail size limit (default 2048, min 720, max 7680) + # PHOTOPRISM_THUMB_SIZE: 4096 # Retina 4K, DCI 4K (requires more storage); 7680 for 8K Ultra HD + PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # On-demand rendering size limit (default 7680, min 720, max 7680) + PHOTOPRISM_JPEG_SIZE: 7680 # Size limit for converted image files in pixels (720-30000) + PHOTOPRISM_JPEG_QUALITY: 90 # Set to 95 for high-quality thumbnails (requires more storage) + PHOTOPRISM_DARKTABLE_PRESETS: "false" # Use darktable presets (disables concurrent raw to jpeg conversion) + PHOTOPRISM_STORAGE_PATH: "/photoprism/storage" # Storage PATH for generated files like cache and index volumes: - "~/Pictures/Originals:/photoprism/originals" # [local path]:[container path] - - "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional) - - "photoprism-config:/photoprism/config" # keep settings - - "photoprism-cache:/photoprism/cache" # keep thumbnail cache - - "photoprism-database:/photoprism/database" # TiDB database files, remove if you use MariaDB or MySQL + - "~/Pictures/Import:/photoprism/import" # [local path]:[container path] (optional) + - "photoprism-storage:/photoprism/storage" # Keep cache, settings and database - # photoprism-db: # Uncomment, if you want to use MariaDB instead of the internal TiDB + # photoprism-db: # Uncomment, if you want to use MariaDB instead of SQLite # image: mariadb:10.5 # Alternatively mysql:8.0 # restart: unless-stopped - # command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=ON --innodb-lock-wait-timeout=120 + # command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=1024 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=50 # volumes: # - "photoprism-database:/var/lib/mysql" # environment: @@ -69,9 +65,7 @@ services: # MYSQL_DATABASE: photoprism volumes: # keep this - photoprism-config: - driver: local - photoprism-cache: - driver: local - photoprism-database: + photoprism-storage: driver: local +# photoprism-database: +# driver: local diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 596cfa08d..06284d6d8 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -12,7 +12,7 @@ module.exports = { }, rules: { 'comma-dangle': ['error', 'always-multiline'], - indent: ['error', 4], + indent: ['error', 4, { "SwitchCase": 1 }], 'linebreak-style': ['error', 'unix'], quotes: ['error', 'double'], // Easier for Go developers! semi: ['error', 'always'], diff --git a/frontend/karma.conf.js b/frontend/karma.conf.js index a089b9670..f95963c38 100644 --- a/frontend/karma.conf.js +++ b/frontend/karma.conf.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + const path = require("path"); const findChrome = require("chrome-finder"); diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a07c67b58..92a15fc62 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5,108 +5,131 @@ "requires": true, "dependencies": { "@babel/cli": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.8.4.tgz", - "integrity": "sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.5.tgz", + "integrity": "sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==", "requires": { "chokidar": "^2.1.8", "commander": "^4.0.1", "convert-source-map": "^1.1.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.0.0", - "lodash": "^4.17.13", + "lodash": "^4.17.19", "make-dir": "^2.1.0", "slash": "^2.0.0", "source-map": "^0.5.0" }, "dependencies": { "commander": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz", - "integrity": "sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } } }, "@babel/code-frame": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", - "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", "requires": { - "@babel/highlight": "^7.8.3" + "@babel/highlight": "^7.10.4" } }, "@babel/compat-data": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.6.tgz", - "integrity": "sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.4.tgz", + "integrity": "sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw==", "requires": { - "browserslist": "^4.11.1", + "browserslist": "^4.12.0", "invariant": "^2.2.4", "semver": "^5.5.0" } }, "@babel/core": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.6.tgz", - "integrity": "sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz", + "integrity": "sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.6", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helpers": "^7.9.6", - "@babel/parser": "^7.9.6", - "@babel/template": "^7.8.6", - "@babel/traverse": "^7.9.6", - "@babel/types": "^7.9.6", + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.5", + "@babel/helper-module-transforms": "^7.10.5", + "@babel/helpers": "^7.10.4", + "@babel/parser": "^7.10.5", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.5", + "@babel/types": "^7.10.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", "json5": "^2.1.2", - "lodash": "^4.17.13", + "lodash": "^4.17.19", "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" }, "dependencies": { "@babel/generator": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz", - "integrity": "sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.5.tgz", + "integrity": "sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==", "requires": { - "@babel/types": "^7.9.6", + "@babel/types": "^7.10.5", "jsesc": "^2.5.1", - "lodash": "^4.17.13", "source-map": "^0.5.0" } }, + "@babel/helper-module-transforms": { + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz", + "integrity": "sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.5", + "lodash": "^4.17.19" + } + }, "@babel/parser": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz", - "integrity": "sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==" + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz", + "integrity": "sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } }, "@babel/traverse": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz", - "integrity": "sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz", + "integrity": "sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.6", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.5", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.5", + "@babel/types": "^7.10.5", "debug": "^4.1.0", "globals": "^11.1.0", - "lodash": "^4.17.13" + "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz", - "integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz", + "integrity": "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", - "lodash": "^4.17.13", + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } }, @@ -125,217 +148,743 @@ } } }, - "@babel/generator": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz", - "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==", - "requires": { - "@babel/types": "^7.7.4", - "jsesc": "^2.5.1", - "lodash": "^4.17.13", - "source-map": "^0.5.0" - } - }, "@babel/helper-annotate-as-pure": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz", - "integrity": "sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz", + "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==", "requires": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz", - "integrity": "sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz", + "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==", "requires": { - "@babel/helper-explode-assignable-expression": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/helper-explode-assignable-expression": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-compilation-targets": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz", - "integrity": "sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz", + "integrity": "sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==", "requires": { - "@babel/compat-data": "^7.9.6", - "browserslist": "^4.11.1", + "@babel/compat-data": "^7.10.4", + "browserslist": "^4.12.0", "invariant": "^2.2.4", "levenary": "^1.1.1", "semver": "^5.5.0" } }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.8.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz", - "integrity": "sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==", + "@babel/helper-create-class-features-plugin": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz", + "integrity": "sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==", "requires": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-regex": "^7.8.3", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz", + "integrity": "sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-regex": "^7.10.4", "regexpu-core": "^4.7.0" } }, "@babel/helper-define-map": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz", - "integrity": "sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz", + "integrity": "sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA==", "requires": { - "@babel/helper-function-name": "^7.8.3", - "@babel/types": "^7.8.3", + "@babel/helper-function-name": "^7.10.4", + "@babel/types": "^7.10.4", "lodash": "^4.17.13" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-explode-assignable-expression": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz", - "integrity": "sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz", + "integrity": "sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A==", "requires": { - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-function-name": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", - "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", - "requires": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/types": "^7.9.5" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", - "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz", - "integrity": "sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==", - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", - "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-module-imports": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", - "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-module-transforms": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", - "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", - "requires": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-simple-access": "^7.8.3", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/template": "^7.8.6", - "@babel/types": "^7.9.0", - "lodash": "^4.17.13" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", - "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", - "requires": { - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", - "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==" - }, - "@babel/helper-regex": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.8.3.tgz", - "integrity": "sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==", - "requires": { - "lodash": "^4.17.13" - } - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz", - "integrity": "sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-wrap-function": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" - } - }, - "@babel/helper-replace-supers": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz", - "integrity": "sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.8.3", - "@babel/helper-optimise-call-expression": "^7.8.3", - "@babel/traverse": "^7.9.6", - "@babel/types": "^7.9.6" + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" }, "dependencies": { - "@babel/generator": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz", - "integrity": "sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==", + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", "requires": { - "@babel/types": "^7.9.6", + "@babel/highlight": "^7.10.4" + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "requires": { + "@babel/types": "^7.10.4", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" } }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz", - "integrity": "sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==" + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" }, "@babel/traverse": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz", - "integrity": "sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.6", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" } }, "@babel/types": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz", - "integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", + "@babel/helper-validator-identifier": "^7.10.4", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", + "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, + "@babel/helper-hoist-variables": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz", + "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==", + "requires": { + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz", + "integrity": "sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==", + "requires": { + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } + } + }, + "@babel/helper-module-imports": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz", + "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==", + "requires": { + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } + } + }, + "@babel/helper-module-transforms": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz", + "integrity": "sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==", + "requires": { + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4", + "lodash": "^4.17.13" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", + "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "requires": { + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } + } + }, + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-regex": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.4.tgz", + "integrity": "sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ==", + "requires": { + "lodash": "^4.17.13" + } + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz", + "integrity": "sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-wrap-function": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "requires": { + "@babel/types": "^7.10.4", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/traverse": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "@babel/helper-replace-supers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz", + "integrity": "sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "requires": { + "@babel/types": "^7.10.4", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/traverse": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -352,90 +901,191 @@ } }, "@babel/helper-simple-access": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", - "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz", + "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==", "requires": { - "@babel/template": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/template": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } } }, "@babel/helper-split-export-declaration": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", - "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", "requires": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.4" } }, "@babel/helper-validator-identifier": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", - "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==" + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" }, "@babel/helper-wrap-function": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz", - "integrity": "sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz", + "integrity": "sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==", "requires": { - "@babel/helper-function-name": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" - } - }, - "@babel/helpers": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.6.tgz", - "integrity": "sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==", - "requires": { - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.9.6", - "@babel/types": "^7.9.6" + "@babel/helper-function-name": "^7.10.4", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" }, "dependencies": { - "@babel/generator": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz", - "integrity": "sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==", + "@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", "requires": { - "@babel/types": "^7.9.6", + "@babel/highlight": "^7.10.4" + } + }, + "@babel/generator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", + "requires": { + "@babel/types": "^7.10.4", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" } }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz", - "integrity": "sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==" + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" + }, + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } }, "@babel/traverse": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz", - "integrity": "sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.6", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" } }, "@babel/types": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz", - "integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", + "@babel/helper-validator-identifier": "^7.10.4", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -451,12 +1101,34 @@ } } }, - "@babel/highlight": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", - "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", + "@babel/helpers": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz", + "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==", "requires": { - "@babel/helper-validator-identifier": "^7.9.0", + "@babel/template": "^7.10.4", + "@babel/traverse": "^7.10.4", + "@babel/types": "^7.10.4" + }, + "dependencies": { + "@babel/template": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", + "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4" + } + } + } + }, + "@babel/highlight": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", + "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -474,91 +1146,186 @@ } }, "@babel/parser": { - "version": "7.9.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz", - "integrity": "sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==" + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.4.tgz", + "integrity": "sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==" }, "@babel/plugin-proposal-async-generator-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz", - "integrity": "sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz", + "integrity": "sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-remap-async-to-generator": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-remap-async-to-generator": "^7.10.4", "@babel/plugin-syntax-async-generators": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz", + "integrity": "sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz", - "integrity": "sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz", + "integrity": "sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz", - "integrity": "sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz", + "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz", + "integrity": "sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-numeric-separator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz", - "integrity": "sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz", + "integrity": "sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-object-rest-spread": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz", - "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz", + "integrity": "sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.9.5" + "@babel/plugin-transform-parameters": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz", + "integrity": "sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-optional-chaining": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz", - "integrity": "sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz", + "integrity": "sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-optional-chaining": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz", + "integrity": "sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.8.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz", - "integrity": "sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz", + "integrity": "sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.8.8", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-syntax-async-generators": { @@ -569,6 +1336,21 @@ "@babel/helper-plugin-utils": "^7.8.0" } }, + "@babel/plugin-syntax-class-properties": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz", + "integrity": "sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -594,11 +1376,18 @@ } }, "@babel/plugin-syntax-numeric-separator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz", - "integrity": "sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-syntax-object-rest-spread": { @@ -626,303 +1415,574 @@ } }, "@babel/plugin-syntax-top-level-await": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz", - "integrity": "sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz", + "integrity": "sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-arrow-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz", - "integrity": "sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz", + "integrity": "sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-async-to-generator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz", - "integrity": "sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz", + "integrity": "sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==", "requires": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-remap-async-to-generator": "^7.8.3" + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-remap-async-to-generator": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-block-scoped-functions": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz", - "integrity": "sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz", + "integrity": "sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-block-scoping": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz", - "integrity": "sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz", + "integrity": "sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.4", "lodash": "^4.17.13" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-classes": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz", - "integrity": "sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz", + "integrity": "sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==", "requires": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-define-map": "^7.8.3", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-optimise-call-expression": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-define-map": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-optimise-call-expression": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", "globals": "^11.1.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-split-export-declaration": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz", + "integrity": "sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/plugin-transform-computed-properties": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz", - "integrity": "sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz", + "integrity": "sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-destructuring": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz", - "integrity": "sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz", + "integrity": "sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-dotall-regex": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz", - "integrity": "sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz", + "integrity": "sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-duplicate-keys": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz", - "integrity": "sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz", + "integrity": "sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-exponentiation-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz", - "integrity": "sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz", + "integrity": "sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw==", "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-for-of": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz", - "integrity": "sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz", + "integrity": "sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-function-name": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz", - "integrity": "sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz", + "integrity": "sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg==", "requires": { - "@babel/helper-function-name": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-literals": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz", - "integrity": "sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz", + "integrity": "sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-member-expression-literals": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz", - "integrity": "sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz", + "integrity": "sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-modules-amd": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz", - "integrity": "sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz", + "integrity": "sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA==", "requires": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz", - "integrity": "sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz", + "integrity": "sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w==", "requires": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-simple-access": "^7.10.4", "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz", - "integrity": "sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz", + "integrity": "sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ==", "requires": { - "@babel/helper-hoist-variables": "^7.8.3", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-hoist-variables": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-modules-umd": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz", - "integrity": "sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz", + "integrity": "sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA==", "requires": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz", - "integrity": "sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz", + "integrity": "sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.4" } }, "@babel/plugin-transform-new-target": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz", - "integrity": "sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz", + "integrity": "sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-object-super": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz", - "integrity": "sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz", + "integrity": "sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-replace-supers": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-parameters": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz", - "integrity": "sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz", + "integrity": "sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ==", "requires": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-get-function-arity": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-get-function-arity": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", + "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "requires": { + "@babel/types": "^7.10.4" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, + "@babel/types": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", + "requires": { + "@babel/helper-validator-identifier": "^7.10.4", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/plugin-transform-property-literals": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz", - "integrity": "sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz", + "integrity": "sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-regenerator": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz", - "integrity": "sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz", + "integrity": "sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==", "requires": { "regenerator-transform": "^0.14.2" } }, "@babel/plugin-transform-reserved-words": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz", - "integrity": "sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz", + "integrity": "sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-runtime": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz", - "integrity": "sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.5.tgz", + "integrity": "sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w==", "requires": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", "resolve": "^1.8.1", "semver": "^5.5.1" } }, "@babel/plugin-transform-shorthand-properties": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz", - "integrity": "sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz", + "integrity": "sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz", - "integrity": "sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz", + "integrity": "sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-sticky-regex": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz", - "integrity": "sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz", + "integrity": "sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-regex": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-regex": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-template-literals": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz", - "integrity": "sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz", + "integrity": "sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ==", "requires": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-annotate-as-pure": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-typeof-symbol": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz", - "integrity": "sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz", + "integrity": "sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA==", "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz", + "integrity": "sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/plugin-transform-unicode-regex": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz", - "integrity": "sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz", + "integrity": "sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + } } }, "@babel/polyfill": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.7.tgz", - "integrity": "sha512-LeSfP9bNZH2UOZgcGcZ0PIHUt1ZuHub1L3CVmEyqLxCeDLm4C5Gi8jRH8ZX2PNpDhQCo0z6y/+DIs2JlliXW8w==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz", + "integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" @@ -932,87 +1992,96 @@ "version": "2.6.11", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" - }, - "regenerator-runtime": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz", - "integrity": "sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==" } } }, "@babel/preset-env": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.6.tgz", - "integrity": "sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.4.tgz", + "integrity": "sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==", "requires": { - "@babel/compat-data": "^7.9.6", - "@babel/helper-compilation-targets": "^7.9.6", - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-async-generator-functions": "^7.8.3", - "@babel/plugin-proposal-dynamic-import": "^7.8.3", - "@babel/plugin-proposal-json-strings": "^7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-numeric-separator": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.9.6", - "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.9.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.8.3", + "@babel/compat-data": "^7.10.4", + "@babel/helper-compilation-targets": "^7.10.4", + "@babel/helper-module-imports": "^7.10.4", + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-proposal-async-generator-functions": "^7.10.4", + "@babel/plugin-proposal-class-properties": "^7.10.4", + "@babel/plugin-proposal-dynamic-import": "^7.10.4", + "@babel/plugin-proposal-json-strings": "^7.10.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", + "@babel/plugin-proposal-numeric-separator": "^7.10.4", + "@babel/plugin-proposal-object-rest-spread": "^7.10.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.10.4", + "@babel/plugin-proposal-optional-chaining": "^7.10.4", + "@babel/plugin-proposal-private-methods": "^7.10.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.10.4", "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.0", "@babel/plugin-syntax-json-strings": "^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.8.3", - "@babel/plugin-transform-async-to-generator": "^7.8.3", - "@babel/plugin-transform-block-scoped-functions": "^7.8.3", - "@babel/plugin-transform-block-scoping": "^7.8.3", - "@babel/plugin-transform-classes": "^7.9.5", - "@babel/plugin-transform-computed-properties": "^7.8.3", - "@babel/plugin-transform-destructuring": "^7.9.5", - "@babel/plugin-transform-dotall-regex": "^7.8.3", - "@babel/plugin-transform-duplicate-keys": "^7.8.3", - "@babel/plugin-transform-exponentiation-operator": "^7.8.3", - "@babel/plugin-transform-for-of": "^7.9.0", - "@babel/plugin-transform-function-name": "^7.8.3", - "@babel/plugin-transform-literals": "^7.8.3", - "@babel/plugin-transform-member-expression-literals": "^7.8.3", - "@babel/plugin-transform-modules-amd": "^7.9.6", - "@babel/plugin-transform-modules-commonjs": "^7.9.6", - "@babel/plugin-transform-modules-systemjs": "^7.9.6", - "@babel/plugin-transform-modules-umd": "^7.9.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", - "@babel/plugin-transform-new-target": "^7.8.3", - "@babel/plugin-transform-object-super": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.9.5", - "@babel/plugin-transform-property-literals": "^7.8.3", - "@babel/plugin-transform-regenerator": "^7.8.7", - "@babel/plugin-transform-reserved-words": "^7.8.3", - "@babel/plugin-transform-shorthand-properties": "^7.8.3", - "@babel/plugin-transform-spread": "^7.8.3", - "@babel/plugin-transform-sticky-regex": "^7.8.3", - "@babel/plugin-transform-template-literals": "^7.8.3", - "@babel/plugin-transform-typeof-symbol": "^7.8.4", - "@babel/plugin-transform-unicode-regex": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.10.4", + "@babel/plugin-transform-arrow-functions": "^7.10.4", + "@babel/plugin-transform-async-to-generator": "^7.10.4", + "@babel/plugin-transform-block-scoped-functions": "^7.10.4", + "@babel/plugin-transform-block-scoping": "^7.10.4", + "@babel/plugin-transform-classes": "^7.10.4", + "@babel/plugin-transform-computed-properties": "^7.10.4", + "@babel/plugin-transform-destructuring": "^7.10.4", + "@babel/plugin-transform-dotall-regex": "^7.10.4", + "@babel/plugin-transform-duplicate-keys": "^7.10.4", + "@babel/plugin-transform-exponentiation-operator": "^7.10.4", + "@babel/plugin-transform-for-of": "^7.10.4", + "@babel/plugin-transform-function-name": "^7.10.4", + "@babel/plugin-transform-literals": "^7.10.4", + "@babel/plugin-transform-member-expression-literals": "^7.10.4", + "@babel/plugin-transform-modules-amd": "^7.10.4", + "@babel/plugin-transform-modules-commonjs": "^7.10.4", + "@babel/plugin-transform-modules-systemjs": "^7.10.4", + "@babel/plugin-transform-modules-umd": "^7.10.4", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4", + "@babel/plugin-transform-new-target": "^7.10.4", + "@babel/plugin-transform-object-super": "^7.10.4", + "@babel/plugin-transform-parameters": "^7.10.4", + "@babel/plugin-transform-property-literals": "^7.10.4", + "@babel/plugin-transform-regenerator": "^7.10.4", + "@babel/plugin-transform-reserved-words": "^7.10.4", + "@babel/plugin-transform-shorthand-properties": "^7.10.4", + "@babel/plugin-transform-spread": "^7.10.4", + "@babel/plugin-transform-sticky-regex": "^7.10.4", + "@babel/plugin-transform-template-literals": "^7.10.4", + "@babel/plugin-transform-typeof-symbol": "^7.10.4", + "@babel/plugin-transform-unicode-escapes": "^7.10.4", + "@babel/plugin-transform-unicode-regex": "^7.10.4", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.9.6", - "browserslist": "^4.11.1", + "@babel/types": "^7.10.4", + "browserslist": "^4.12.0", "core-js-compat": "^3.6.2", "invariant": "^2.2.2", "levenary": "^1.1.1", "semver": "^5.5.0" }, "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" + }, + "@babel/helper-validator-identifier": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", + "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" + }, "@babel/types": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz", - "integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", + "@babel/helper-validator-identifier": "^7.10.4", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } @@ -1032,21 +2101,21 @@ } }, "@babel/register": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.9.0.tgz", - "integrity": "sha512-Tv8Zyi2J2VRR8g7pC5gTeIN8Ihultbmk0ocyNz8H2nEZbmhp1N6q0A1UGsQbDvGP/sNinQKUHf3SqXwqjtFv4Q==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.10.5.tgz", + "integrity": "sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw==", "requires": { "find-cache-dir": "^2.0.0", - "lodash": "^4.17.13", + "lodash": "^4.17.19", "make-dir": "^2.1.0", "pirates": "^4.0.0", "source-map-support": "^0.5.16" } }, "@babel/runtime": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", - "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "version": "7.10.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz", + "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -1062,42 +2131,32 @@ } }, "@babel/traverse": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.5.tgz", - "integrity": "sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.4.tgz", + "integrity": "sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==", "requires": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.9.5", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.9.0", - "@babel/types": "^7.9.5", + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.10.4", + "@babel/helper-function-name": "^7.10.4", + "@babel/helper-split-export-declaration": "^7.10.4", + "@babel/parser": "^7.10.4", + "@babel/types": "^7.10.4", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" }, "dependencies": { "@babel/generator": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz", - "integrity": "sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.4.tgz", + "integrity": "sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==", "requires": { - "@babel/types": "^7.9.5", + "@babel/types": "^7.10.4", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" } }, - "@babel/helper-function-name": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", - "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", - "requires": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/types": "^7.9.5" - } - }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -1114,11 +2173,11 @@ } }, "@babel/types": { - "version": "7.9.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz", - "integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.4.tgz", + "integrity": "sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==", "requires": { - "@babel/helper-validator-identifier": "^7.9.5", + "@babel/helper-validator-identifier": "^7.10.4", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } @@ -1129,17 +2188,18 @@ "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==" }, "@fortawesome/fontawesome-free": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz", - "integrity": "sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9EMSl2ui0uytjY9xbe8XS0pexNWmxrdcCyNGyDmLyYw5FtKsalBUeOg==" + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.14.0.tgz", + "integrity": "sha512-OfdMsF+ZQgdKHP9jUbmDcRrP0eX90XXrsXIdyjLbkmSBzmMXPABB8eobUJtivaupucYaByz6WNe1PI1JuYm3qA==" }, "@istanbuljs/load-nyc-config": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz", - "integrity": "sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", "requires": { "camelcase": "^5.3.1", "find-up": "^4.1.0", + "get-package-type": "^0.1.0", "js-yaml": "^3.13.1", "resolve-from": "^5.0.0" }, @@ -1262,9 +2322,9 @@ "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==" }, "@sinonjs/commons": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.2.tgz", - "integrity": "sha512-+DUO6pnp3udV/v2VfUWgaY5BIE1IfT7lLfeDzPVeMT1XKkaAp9LgSI9x5RtrFQoZ9Oi0PgXQQHPaoKu7dCjVxw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.0.tgz", + "integrity": "sha512-wEj54PfsZ5jGSwMX68G8ZXFawcSglQSXqCftWX3ec8MDUzQdHgcKvw97awHbY0efQEL5iKUOAmmVtoYgmrSG4Q==", "requires": { "type-detect": "4.0.8" } @@ -1339,10 +2399,28 @@ "@types/node": "*" } }, - "@types/mime-types": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.0.tgz", - "integrity": "sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM=" + "@types/html-minifier-terser": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz", + "integrity": "sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA==" + }, + "@types/http-proxy": { + "version": "1.17.4", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.4.tgz", + "integrity": "sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==", + "requires": { + "@types/node": "*" + } + }, + "@types/json-schema": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz", + "integrity": "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==" + }, + "@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" }, "@types/minimatch": { "version": "3.0.3", @@ -1350,14 +2428,14 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/node": { - "version": "13.11.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.11.0.tgz", - "integrity": "sha512-uM4mnmsIIPK/yeO+42F2RQhGUIs39K2RFmugcJANppXe6J1nvH87PvzPZYpza7Xhhs8Yn9yIAVdLZ84z61+0xQ==" + "version": "14.0.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.14.tgz", + "integrity": "sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==" }, "@types/q": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz", - "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz", + "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==" }, "@types/source-list-map": { "version": "0.1.2", @@ -1365,14 +2443,14 @@ "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==" }, "@types/tapable": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.5.tgz", - "integrity": "sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.6.tgz", + "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==" }, "@types/uglify-js": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.9.0.tgz", - "integrity": "sha512-3ZcoyPYHVOCcLpnfZwD47KFLr8W/mpUcgjpf1M4Q78TMJIw7KMAHSjiCLJp1z3ZrBR9pTLbe191O0TldFK5zcw==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.9.3.tgz", + "integrity": "sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w==", "requires": { "source-map": "^0.6.1" }, @@ -1385,9 +2463,9 @@ } }, "@types/webpack": { - "version": "4.41.12", - "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.12.tgz", - "integrity": "sha512-BpCtM4NnBen6W+KEhrL9jKuZCXVtiH6+0b6cxdvNt2EwU949Al334PjQSl2BeAyvAX9mgoNNG21wvjP3xZJJ5w==", + "version": "4.41.21", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.21.tgz", + "integrity": "sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA==", "requires": { "@types/anymatch": "*", "@types/node": "*", @@ -1405,22 +2483,31 @@ } }, "@types/webpack-sources": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.7.tgz", - "integrity": "sha512-XyaHrJILjK1VHVC4aVlKsdNN5KBTwufMb43cQs+flGxtPAf/1Qwl8+Q0tp5BwEGaI8D6XT1L+9bSWXckgkjTLw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-1.4.0.tgz", + "integrity": "sha512-c88dKrpSle9BtTqR6ifdaxu1Lvjsl3C5OsfvuUbUwdXymshv1TkufUAXBajCCUM/f/TmnkZC/Esb03MinzSiXQ==", "requires": { "@types/node": "*", "@types/source-list-map": "*", - "source-map": "^0.6.1" + "source-map": "^0.7.3" }, "dependencies": { "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" } } }, + "@types/yauzl": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz", + "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==", + "optional": true, + "requires": { + "@types/node": "*" + } + }, "@vue/component-compiler-utils": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz", @@ -1659,9 +2746,9 @@ "integrity": "sha512-W9iaqWzqFo7ZBLmI9dMjHYGrN0Nm/ZgToqhvd3RELJux7RsX6k1/80h+bD9TtTpeKky/kYNbr3+vHWqI3hdyfA==" }, "acorn-class-fields": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.2.tgz", - "integrity": "sha512-wyqXoqzXSOF42uxHo40TMuC/KfloI66AZz6S1TeK8D2HjKzI7Boq1mSH2pB5RwKEJWgHqnewGpRFRZwR0qQCyQ==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.4.tgz", + "integrity": "sha512-yqUCIu0UJHFmCVhH3Cq29UR+3OJo1CtNWf1ncxTf3KfdEDt7aD0iVYmX7UN+RvIHyOsgukzplQhNkgePtASLUw==", "requires": { "acorn-private-class-elements": "^0.2.5" } @@ -1707,9 +2794,9 @@ "integrity": "sha512-YRLT5fRDsI1cy6OHxancnf06baCNz0UA2zCbhK5/IrsjUI6QtBC+AcyVvX8Os3g2TxRS2CCqeYzuGCx0l/Apug==" }, "acorn-numeric-separator": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.1.tgz", - "integrity": "sha512-Rv2gFCK8IXvbXtNjPJz7/KCH7qb7PCBwuwp8H3JBWUehLRd3e3lLZAdOXLIm8MGsmvzHKJvskwRaXndtEQFvRA==" + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.2.tgz", + "integrity": "sha512-ZNN1qnKvjWycDSQBfuD1TCiB81ItjjeGUPLHuqfP8X8HXwAodGTWsAaqSOQ1Nc9t+Wlb3tcEFdBrwUFUIzDiiA==" }, "acorn-private-class-elements": { "version": "0.2.5", @@ -1741,9 +2828,9 @@ } }, "acorn-static-class-features": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.1.tgz", - "integrity": "sha512-eLIAEBFwu1bcZD+39u5PAcAargtkI5tY1uDRQV6SB3zY4JIO0vqvSdtZ8hz1GGZIVY/d3RDxkM9BLTPTNNVwGw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.2.tgz", + "integrity": "sha512-B7aWeS7MXqdgP3RnettN/CFz7HevAlQWfh5zkc3LJzeCQoF1InTzYBCfkkbmit1p0pmCEB8IG05gB62pOm5lvA==", "requires": { "acorn-private-class-elements": "^0.2.3" } @@ -1807,10 +2894,15 @@ "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" }, + "agent-base": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", + "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==" + }, "ajv": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", - "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", "requires": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -1895,6 +2987,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "optional": true, "requires": { "micromatch": "^3.1.4", "normalize-path": "^2.1.1" @@ -1904,20 +2997,13 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, "requires": { "remove-trailing-separator": "^1.0.1" } } } }, - "append-transform": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz", - "integrity": "sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==", - "requires": { - "default-require-extensions": "^2.0.0" - } - }, "aproba": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", @@ -1993,6 +3079,17 @@ "es-abstract": "^1.17.0-next.1" } }, + "array.prototype.map": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.2.tgz", + "integrity": "sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.4" + } + }, "arraybuffer.slice": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", @@ -2011,6 +3108,13 @@ "bn.js": "^4.0.0", "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "assert": { @@ -2037,18 +3141,11 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, - "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "requires": { - "lodash": "^4.17.14" - } - }, "async-each": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "optional": true }, "async-limiter": { "version": "1.0.1", @@ -2061,33 +3158,23 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" }, "autoprefixer": { - "version": "9.7.6", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz", - "integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==", + "version": "9.8.5", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.5.tgz", + "integrity": "sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg==", "requires": { - "browserslist": "^4.11.1", - "caniuse-lite": "^1.0.30001039", - "chalk": "^2.4.2", + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001097", + "colorette": "^1.2.0", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", - "postcss": "^7.0.27", - "postcss-value-parser": "^4.0.3" + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" }, "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, "postcss-value-parser": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz", - "integrity": "sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" } } }, @@ -2118,9 +3205,9 @@ } }, "axios-mock-adapter": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.18.1.tgz", - "integrity": "sha512-kFBZsG1Ma5yxjRGHq5KuuL55mPb7WzFULhypquEhzPg8SH5CXICb+qwC2CCA5u+GQVpiqGPwKSRkd3mBCs6gdw==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.18.2.tgz", + "integrity": "sha512-e5aTsPy2Viov22zNpFTlid76W1Scz82pXeEwwCXdtO85LROhHAF8pHF2qDhiyMONLxKyY3lQ+S4UCsKgrlx8Hw==", "requires": { "fast-deep-equal": "^3.1.1", "is-buffer": "^2.0.3" @@ -2528,9 +3615,9 @@ "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" }, "base64id": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" }, "better-assert": { "version": "1.0.2", @@ -2559,7 +3646,8 @@ "binary-extensions": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "optional": true }, "bindings": { "version": "1.5.0", @@ -2570,6 +3658,37 @@ "file-uri-to-path": "1.0.0" } }, + "bl": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.0.2.tgz", + "integrity": "sha512-j4OH8f6Qg2bGuWfRiltT2HYGx0e1QcBTrK9KAHNMwMZdQnDZFk0ZSYIpADjYCB3U12nicC5tVJwSIhwOWjb4RQ==", + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + }, + "dependencies": { + "buffer": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", + "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, "blob": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", @@ -2581,9 +3700,9 @@ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz", + "integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==" }, "body-parser": { "version": "1.19.0", @@ -2713,20 +3832,41 @@ "requires": { "bn.js": "^4.1.0", "randombytes": "^2.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "browserify-sign": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", - "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.0.tgz", + "integrity": "sha512-hEZC1KEeYuoHRqhGhTy6gWrpJA3ZDjFWv0DE61643ZnOXAKJb3u7yWcrU0mMc9SwAqK1n7myPGndkp0dFG7NFA==", "requires": { - "bn.js": "^4.1.1", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", - "inherits": "^2.0.1", - "parse-asn1": "^5.0.0" + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "browserify-zlib": { @@ -2738,14 +3878,14 @@ } }, "browserslist": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.12.0.tgz", - "integrity": "sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.13.0.tgz", + "integrity": "sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ==", "requires": { - "caniuse-lite": "^1.0.30001043", - "electron-to-chromium": "^1.3.413", - "node-releases": "^1.1.53", - "pkg-up": "^2.0.0" + "caniuse-lite": "^1.0.30001093", + "electron-to-chromium": "^1.3.488", + "escalade": "^3.0.1", + "node-releases": "^1.1.58" } }, "buffer": { @@ -2868,12 +4008,12 @@ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" }, "camel-case": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz", + "integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==", "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" + "pascal-case": "^3.1.1", + "tslib": "^1.10.0" } }, "camelcase": { @@ -2893,9 +4033,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001045", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001045.tgz", - "integrity": "sha512-Y8o2Iz1KPcD6FjySbk1sPpvJqchgxk/iow0DABpGyzA1UeQAuxh63Xh0Enj5/BrsYbXtCN32JmR4ZxQTCQ6E6A==" + "version": "1.0.30001097", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001097.tgz", + "integrity": "sha512-TeuSleKt/vWXaPkLVFqGDnbweYfq4IaZ6rUugFf3rWY6dlII8StUZ8Ddin0PkADfgYZ4wRqCdO2ORl4Rn5eZIA==" }, "center-align": { "version": "0.1.3", @@ -2920,9 +4060,9 @@ } }, "chalk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", - "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2968,11 +4108,6 @@ "is-regex": "^1.0.3" } }, - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" - }, "charenc": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", @@ -3053,6 +4188,7 @@ "version": "2.1.8", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "optional": true, "requires": { "anymatch": "^2.0.0", "async-each": "^1.0.1", @@ -3141,22 +4277,17 @@ } }, "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "requires": { - "restore-cursor": "^2.0.0" + "restore-cursor": "^3.1.0" } }, "cli-spinners": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.2.0.tgz", - "integrity": "sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==" - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.4.0.tgz", + "integrity": "sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA==" }, "cliui": { "version": "5.0.0", @@ -3287,21 +4418,26 @@ "simple-swizzle": "^0.2.2" } }, + "colorette": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz", + "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==" + }, "colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" }, - "compare-versions": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", - "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==" - }, "component-bind": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", @@ -3550,6 +4686,13 @@ "requires": { "bn.js": "^4.1.0", "elliptic": "^6.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "create-hash": { @@ -3942,9 +5085,9 @@ } }, "date-format": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-2.1.0.tgz", - "integrity": "sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-3.0.0.tgz", + "integrity": "sha512-eyTcpKOcamdhWJXj56DpQMo1ylSQpcGtGKXcU0Tb97+K56/CF5amAqqqNj0+KvA0iw2ynxtHWFsPDSClCxe48w==" }, "de-indent": { "version": "1.0.2", @@ -3982,14 +5125,6 @@ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" }, - "default-require-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz", - "integrity": "sha1-9fj7sYp9bVCyH2QfZJ67Uiz+JPc=", - "requires": { - "strip-bom": "^3.0.0" - } - }, "defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", @@ -4089,6 +5224,11 @@ "repeating": "^2.0.0" } }, + "devtools-protocol": { + "version": "0.0.781568", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.781568.tgz", + "integrity": "sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==" + }, "di": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", @@ -4100,9 +5240,9 @@ "integrity": "sha1-PvqHMj67hj5mls67AILUj/PW96E=" }, "diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" }, "diffie-hellman": { "version": "5.0.3", @@ -4112,6 +5252,13 @@ "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "dir-glob": { @@ -4195,6 +5342,15 @@ "domelementtype": "1" } }, + "dot-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz", + "integrity": "sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, "dot-prop": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", @@ -4241,6 +5397,13 @@ "pofile": "^1.1.0", "pug": "^2.0.4", "vue-template-compiler": "^2.6.10" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + } } }, "ee-first": { @@ -4254,14 +5417,14 @@ "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" }, "electron-to-chromium": { - "version": "1.3.414", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.414.tgz", - "integrity": "sha512-UfxhIvED++qLwWrAq9uYVcqF8FdeV9sU2S7qhiHYFODxzXRrd1GZRl/PjITHsTEejgibcWDraD8TQqoHb1aCBQ==" + "version": "1.3.496", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.496.tgz", + "integrity": "sha512-TXY4mwoyowwi4Lsrq9vcTUYBThyc1b2hXaTZI13p8/FRhY2CTaq5lK+DVjhYkKiTLsKt569Xes+0J5JsVXFurQ==" }, "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "requires": { "bn.js": "^4.4.0", "brorand": "^1.0.1", @@ -4270,6 +5433,13 @@ "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0", "minimalistic-crypto-utils": "^1.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + } } }, "emoji-regex": { @@ -4296,65 +5466,78 @@ } }, "engine.io": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz", - "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.4.2.tgz", + "integrity": "sha512-b4Q85dFkGw+TqgytGPrGgACRUhsdKc9S9ErRAXpPGy/CXKs4tYoHDkvIRdsseAF7NjfVwjRFIn6KTnbw7LwJZg==", "requires": { "accepts": "~1.3.4", - "base64id": "1.0.0", + "base64id": "2.0.0", "cookie": "0.3.1", - "debug": "~3.1.0", - "engine.io-parser": "~2.1.0", - "ws": "~3.3.1" + "debug": "~4.1.0", + "engine.io-parser": "~2.2.0", + "ws": "^7.1.2" }, "dependencies": { "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, "engine.io-client": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", - "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.4.3.tgz", + "integrity": "sha512-0NGY+9hioejTEJCaSJZfWZLk4FPI9dN+1H1C4+wj2iuFba47UgZbJzfWs4aNFajnX/qAaYKbe2lLTfEEWzCmcw==", "requires": { - "component-emitter": "1.2.1", + "component-emitter": "~1.3.0", "component-inherit": "0.0.3", - "debug": "~3.1.0", - "engine.io-parser": "~2.1.1", + "debug": "~4.1.0", + "engine.io-parser": "~2.2.0", "has-cors": "1.1.0", "indexof": "0.0.1", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "~3.3.1", + "ws": "~6.1.0", "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "ws": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", + "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", + "requires": { + "async-limiter": "~1.0.0" } } } }, "engine.io-parser": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz", - "integrity": "sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.0.tgz", + "integrity": "sha512-6I3qD9iUxotsC5HEMuuGsKA0cXerGz+4uGcXQEkfBidgKf0amsjrrtwcbwK/nzpZBxclXlV7gGl9dgWvu4LF6w==", "requires": { "after": "0.8.2", "arraybuffer.slice": "~0.0.7", @@ -4364,9 +5547,9 @@ } }, "enhanced-resolve": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", - "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.2.0.tgz", + "integrity": "sha512-S7eiFb/erugyd1rLb6mQ3Vuq+EXHv5cpCkNqqIkYkBgN2QdFnyCZzFBleqwGEx4lgNGYij81BWnCrFNK7vxvjQ==", "requires": { "graceful-fs": "^4.1.2", "memory-fs": "^0.5.0", @@ -4384,6 +5567,21 @@ } } }, + "enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "requires": { + "ansi-colors": "^4.1.1" + }, + "dependencies": { + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==" + } + } + }, "ent": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", @@ -4419,33 +5617,59 @@ } }, "es-abstract": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", - "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", + "version": "1.17.6", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", + "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", + "is-callable": "^1.2.0", + "is-regex": "^1.1.0", "object-inspect": "^1.7.0", "object-keys": "^1.1.1", "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" }, "dependencies": { "is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz", + "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==", "requires": { - "has": "^1.0.3" + "has-symbols": "^1.0.1" } } } }, + "es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" + }, + "es-get-iterator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.0.tgz", + "integrity": "sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ==", + "requires": { + "es-abstract": "^1.17.4", + "has-symbols": "^1.0.1", + "is-arguments": "^1.0.4", + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-string": "^1.0.5", + "isarray": "^2.0.5" + }, + "dependencies": { + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + } + }, "es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", @@ -4485,6 +5709,11 @@ "ext": "^1.1.2" } }, + "escalade": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.0.1.tgz", + "integrity": "sha512-DR6NO3h9niOT+MZs7bjxlj2a1k+POu5RN8CLTPX2+i78bRi9eLe7+0zXgUHMnGXWybYcL61E9hGhPKqedy8tQA==" + }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -4496,21 +5725,22 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", - "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.5.0.tgz", + "integrity": "sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==", "requires": { "@babel/code-frame": "^7.0.0", "ajv": "^6.10.0", - "chalk": "^2.1.0", - "cross-spawn": "^6.0.5", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", "debug": "^4.0.1", "doctrine": "^3.0.0", - "eslint-scope": "^5.0.0", - "eslint-utils": "^1.4.3", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.1.2", - "esquery": "^1.0.1", + "enquirer": "^2.3.5", + "eslint-scope": "^5.1.0", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^1.3.0", + "espree": "^7.2.0", + "esquery": "^1.2.0", "esutils": "^2.0.2", "file-entry-cache": "^5.0.1", "functional-red-black-tree": "^1.0.1", @@ -4519,39 +5749,37 @@ "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", - "inquirer": "^7.0.0", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.3.0", - "lodash": "^4.17.14", + "levn": "^0.4.1", + "lodash": "^4.17.19", "minimatch": "^3.0.4", - "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", - "optionator": "^0.8.3", + "optionator": "^0.9.1", "progress": "^2.0.0", - "regexpp": "^2.0.1", - "semver": "^6.1.2", - "strip-ansi": "^5.2.0", - "strip-json-comments": "^3.0.1", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", "table": "^5.2.3", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" } }, "debug": { @@ -4563,17 +5791,17 @@ } }, "glob-parent": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", - "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", "requires": { "is-glob": "^4.0.1" } }, "globals": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.3.0.tgz", - "integrity": "sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", + "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", "requires": { "type-fest": "^0.8.1" } @@ -4597,22 +5825,48 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" } } } @@ -4623,15 +5877,15 @@ "integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==" }, "eslint-formatter-pretty": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-formatter-pretty/-/eslint-formatter-pretty-3.0.1.tgz", - "integrity": "sha512-hhQ/ASD4i6BAEalcEfUxesFtJFftT8xFsimCzUpPbTzygJ4J17yCGcJ3XKCB2g7XTJTv0pi7rVTadfHVmtfSRA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-formatter-pretty/-/eslint-formatter-pretty-4.0.0.tgz", + "integrity": "sha512-QgdeZxQwWcN0TcXXNZJiS6BizhAANFhCzkE7Yl9HKB7WjElzwED6+FbbZB2gji8ofgJTGPqKm6VRCNT3OGCeEw==", "requires": { "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", + "chalk": "^4.1.0", "eslint-rule-docs": "^1.1.5", - "log-symbols": "^3.0.0", - "plur": "^3.0.1", + "log-symbols": "^4.0.0", + "plur": "^4.0.0", "string-width": "^4.2.0", "supports-hyperlinks": "^2.0.0" }, @@ -4641,70 +5895,17 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, "log-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", - "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", + "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", "requires": { - "chalk": "^2.4.2" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - } + "chalk": "^4.0.0" } }, "string-width": { @@ -4771,49 +5972,116 @@ } }, "eslint-import-resolver-node": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz", - "integrity": "sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz", + "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==", "requires": { "debug": "^2.6.9", "resolve": "^1.13.1" } }, "eslint-loader": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.4.tgz", - "integrity": "sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-4.0.2.tgz", + "integrity": "sha512-EDpXor6lsjtTzZpLUn7KmXs02+nIjGcgees9BYjNkWra3jVq5vVa8IoCKgzT2M7dNNeoMBtaSG83Bd40N3poLw==", "requires": { + "find-cache-dir": "^3.3.1", "fs-extra": "^8.1.0", - "loader-fs-cache": "^1.0.3", - "loader-utils": "^1.2.3", + "loader-utils": "^2.0.0", "object-hash": "^2.0.3", "schema-utils": "^2.6.5" }, "dependencies": { "ajv-keywords": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.1.tgz", + "integrity": "sha512-KWcq3xN8fDjSB+IMoh2VaXVhRI0BBGxoYp3rx7Pkb6z0cFjYR9Q9l4yZqqals0/zsioCmocC5H6UvsGD4MoIBA==" }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" } }, "schema-utils": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.5.tgz", - "integrity": "sha512-5KXuwKziQrTVHh8j/Uxz+QUbxkaLW9X/86NBlx/gnKgtsZA2GIVMUn17qWhRFwF8jdYb3Dig5hRO/W5mZqy6SQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "requires": { - "ajv": "^6.12.0", + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", "ajv-keywords": "^3.4.1" } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, @@ -4875,9 +6143,9 @@ } }, "eslint-plugin-es": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz", - "integrity": "sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", + "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", "requires": { "eslint-utils": "^2.0.0", "regexpp": "^3.0.0" @@ -4892,9 +6160,9 @@ } }, "regexpp": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.0.0.tgz", - "integrity": "sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", + "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==" } } }, @@ -4957,22 +6225,23 @@ } }, "eslint-plugin-import": { - "version": "2.20.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz", - "integrity": "sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz", + "integrity": "sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==", "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", + "array-includes": "^3.1.1", + "array.prototype.flat": "^1.2.3", "contains-path": "^0.1.0", "debug": "^2.6.9", "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.2", - "eslint-module-utils": "^2.4.1", + "eslint-import-resolver-node": "^0.3.3", + "eslint-module-utils": "^2.6.0", "has": "^1.0.3", "minimatch": "^3.0.4", - "object.values": "^1.1.0", + "object.values": "^1.1.1", "read-pkg-up": "^2.0.0", - "resolve": "^1.12.0" + "resolve": "^1.17.0", + "tsconfig-paths": "^3.9.0" }, "dependencies": { "doctrine": { @@ -5030,46 +6299,46 @@ "integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==" }, "eslint-rule-docs": { - "version": "1.1.187", - "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.187.tgz", - "integrity": "sha512-8ZNarJWjP6N9OjI/eWc/WVRKlf1vBFTFLD48emA1RBnbl13H+LsB3hC1PO805lNbnT+XIU9Sga9hSI9dZl5ICA==" + "version": "1.1.199", + "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.199.tgz", + "integrity": "sha512-0jXhQ2JLavUsV/8HVFrBSHL4EM17cl0veZHAVcF1HOEoPdrr09huADK9/L7CbsqP4tMJy9FG23neUEDH8W/Mmg==" }, "eslint-scope": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz", - "integrity": "sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.0.tgz", + "integrity": "sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==", "requires": { "esrecurse": "^4.1.0", "estraverse": "^4.1.1" } }, "eslint-utils": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", - "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "requires": { "eslint-visitor-keys": "^1.1.0" } }, "eslint-visitor-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", - "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" }, "espree": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", - "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.2.0.tgz", + "integrity": "sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==", "requires": { - "acorn": "^7.1.1", + "acorn": "^7.3.1", "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" + "eslint-visitor-keys": "^1.3.0" }, "dependencies": { "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz", + "integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==" } } }, @@ -5122,9 +6391,9 @@ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" }, "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz", + "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==" }, "events": { "version": "3.1.0", @@ -5145,20 +6414,6 @@ "safe-buffer": "^5.1.1" } }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, "expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", @@ -5292,16 +6547,6 @@ } } }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - } - }, "extglob": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", @@ -5362,20 +6607,35 @@ } }, "extract-zip": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz", - "integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", + "@types/yauzl": "^2.9.1", + "debug": "^4.1.1", + "get-stream": "^5.1.0", "yauzl": "^2.10.0" + }, + "dependencies": { + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "fast-deep-equal": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", - "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "fast-json-stable-stringify": { "version": "2.1.0", @@ -5400,14 +6660,6 @@ "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, "file-entry-cache": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", @@ -5431,15 +6683,6 @@ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "optional": true }, - "fileset": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz", - "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=", - "requires": { - "glob": "^7.0.3", - "minimatch": "^3.0.3" - } - }, "filesize": { "version": "3.6.1", "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", @@ -5573,27 +6816,9 @@ } }, "follow-redirects": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz", - "integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "requires": { - "ms": "^2.1.1" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - } - } + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.12.1.tgz", + "integrity": "sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==" }, "for-in": { "version": "1.0.2", @@ -5661,12 +6886,17 @@ "readable-stream": "^2.0.0" } }, + "fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + }, "fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "requires": { - "graceful-fs": "^4.1.2", + "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", "universalify": "^0.1.0" } @@ -6220,10 +7450,15 @@ "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=" }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + }, "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", "requires": { "pump": "^3.0.0" } @@ -6271,19 +7506,12 @@ } }, "global": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz", - "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", "requires": { "min-document": "^2.19.0", - "process": "~0.5.1" - }, - "dependencies": { - "process": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz", - "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=" - } + "process": "^0.11.10" } }, "global-modules": { @@ -6343,9 +7571,9 @@ } }, "graceful-fs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, "grid-index": { "version": "1.1.0", @@ -6442,12 +7670,25 @@ } }, "hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } } }, "hash-sum": { @@ -6475,19 +7716,12 @@ "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, "hls.js": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-0.13.2.tgz", - "integrity": "sha512-sIg2t4uGpWQLzuK1Iid9614WOKqxj4OYg+EbFbhhTDCsxpENBN+Du3yBFnoi+a83DuOOHdiQd1ydnti9loSGXw==", + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-0.14.5.tgz", + "integrity": "sha512-sBu8M70FFfrJ2SQ/PFk2UyTwwveG+9BANpo38i6XAa7LQCeE9cvjM8JTq9PsGzJSuWLMtTYye5VmefUZ6SGHXw==", "requires": { - "eventemitter3": "3.1.0", + "eventemitter3": "^4.0.3", "url-toolkit": "^2.1.6" - }, - "dependencies": { - "eventemitter3": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz", - "integrity": "sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==" - } } }, "hmac-drbg": { @@ -6548,66 +7782,47 @@ "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" }, "html-escaper": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.0.tgz", - "integrity": "sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" }, - "html-minifier": { - "version": "3.5.21", - "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.21.tgz", - "integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==", + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", "requires": { - "camel-case": "3.0.x", - "clean-css": "4.2.x", - "commander": "2.17.x", - "he": "1.2.x", - "param-case": "2.1.x", - "relateurl": "0.2.x", - "uglify-js": "3.4.x" + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" }, "dependencies": { "commander": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", - "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } } }, "html-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz", - "integrity": "sha1-sBq71yOsqqeze2r0SS69oD2d03s=", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz", + "integrity": "sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==", "requires": { - "html-minifier": "^3.2.3", - "loader-utils": "^0.2.16", - "lodash": "^4.17.3", - "pretty-error": "^2.0.2", - "tapable": "^1.0.0", - "toposort": "^1.0.0", + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.15", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", "util.promisify": "1.0.0" }, "dependencies": { - "big.js": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", - "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==" - }, - "json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=" - }, - "loader-utils": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", - "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", - "requires": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0", - "object-assign": "^4.0.1" - } - }, "util.promisify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", @@ -6657,9 +7872,9 @@ } }, "http-proxy": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", - "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "requires": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -6667,14 +7882,55 @@ } }, "http-proxy-middleware": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", - "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.0.5.tgz", + "integrity": "sha512-CKzML7u4RdGob8wuKI//H8Ein6wNTEQR7yjVEzPbhBLGdOfkfvgTnp2HLnniKBDP9QW4eG10/724iTWLBeER3g==", "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" + "@types/http-proxy": "^1.17.4", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "lodash": "^4.17.19", + "micromatch": "^4.0.2" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + } } }, "https-browserify": { @@ -6691,11 +7947,6 @@ "debug": "4" }, "dependencies": { - "agent-base": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", - "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==" - }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -6712,9 +7963,9 @@ } }, "i18n-iso-countries": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-5.3.0.tgz", - "integrity": "sha512-Ud3lP2ByK8y5gpy8kFuq7I+EmYF/S+K0dSi/2l+G3Gwk8/ZMTtjUGXEvvwmSLsm1Mx00VTmtGMbkR6fua/rdGg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-6.0.0.tgz", + "integrity": "sha512-2YOLRUNrnOq/sVchB6PfOgZ4E0rRMfxxy+QMhjv+2fiJHMidmmmb24UPHwXmzxyybB8mFPU+/uE46ebLOJIrpQ==", "requires": { "diacritics": "1.3.0" } @@ -6836,129 +8087,10 @@ "babel-core": "~6" } }, - "inquirer": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz", - "integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", - "cli-cursor": "^3.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.15", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.5.3", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - }, - "onetime": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", - "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, "interpret": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz", - "integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, "invariant": { "version": "2.2.4", @@ -6968,20 +8100,15 @@ "loose-envify": "^1.0.0" } }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" - }, "ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" }, "irregular-plurals": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-2.0.0.tgz", - "integrity": "sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.2.0.tgz", + "integrity": "sha512-YqTdPLfwP7YFN0SsD3QUVCkm9ZG2VzOXv3DOrw5G5mkMbVwptTwVcFv7/C0vOpBmgTxAeTG19XpUs1E522LW9Q==" }, "is-absolute-url": { "version": "2.1.0", @@ -7006,6 +8133,11 @@ } } }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -7015,6 +8147,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "optional": true, "requires": { "binary-extensions": "^1.0.0" } @@ -7025,9 +8158,9 @@ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz", + "integrity": "sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==" }, "is-color-stop": { "version": "1.1.0", @@ -7134,6 +8267,16 @@ "is-extglob": "^2.1.1" } }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + }, + "is-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.1.tgz", + "integrity": "sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw==" + }, "is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", @@ -7209,10 +8352,10 @@ "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + "is-set": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.1.tgz", + "integrity": "sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA==" }, "is-string": { "version": "1.0.5", @@ -7265,76 +8408,45 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, - "istanbul-api": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-2.1.6.tgz", - "integrity": "sha512-x0Eicp6KsShG1k1rMgBAi/1GgY7kFGEBwQpw3PXGEmu+rBcBNhqU8g2DgY9mlepAsLPzrzrbqSgCGANnki4POA==", - "requires": { - "async": "^2.6.2", - "compare-versions": "^3.4.0", - "fileset": "^2.0.3", - "istanbul-lib-coverage": "^2.0.5", - "istanbul-lib-hook": "^2.0.7", - "istanbul-lib-instrument": "^3.3.0", - "istanbul-lib-report": "^2.0.8", - "istanbul-lib-source-maps": "^3.0.6", - "istanbul-reports": "^2.2.4", - "js-yaml": "^3.13.1", - "make-dir": "^2.1.0", - "minimatch": "^3.0.4", - "once": "^1.4.0" - } - }, "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==" - }, - "istanbul-lib-hook": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz", - "integrity": "sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==", - "requires": { - "append-transform": "^1.0.0" - } - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.2.0.tgz", - "integrity": "sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==" - } - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==" }, "istanbul-lib-report": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", - "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" }, "dependencies": { - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "requires": { - "has-flag": "^3.0.0" + "semver": "^6.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" } } } @@ -7359,6 +8471,11 @@ "ms": "^2.1.1" } }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==" + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -7372,11 +8489,26 @@ } }, "istanbul-reports": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.7.tgz", - "integrity": "sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==", "requires": { - "html-escaper": "^2.0.0" + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "iterate-iterator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.1.tgz", + "integrity": "sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw==" + }, + "iterate-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", + "requires": { + "es-get-iterator": "^1.0.2", + "iterate-iterator": "^1.0.1" } }, "js-stringify": { @@ -7390,9 +8522,9 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -7449,32 +8581,32 @@ "integrity": "sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==" }, "karma": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/karma/-/karma-5.0.5.tgz", - "integrity": "sha512-Q4Su7kNwkTgqS+KbSCYgH0p4a/0JIxVLyp7qKNV7vgPNhIF4kIoh0GlUfMKpw67BrR3hgPQSJoxgF7xnzUtPpg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/karma/-/karma-5.1.0.tgz", + "integrity": "sha512-I3aPbkuIbwuBo6wSog97P5WnnhCgUTsWTu/bEw1vZVQFbXmKO3PK+cfFhZioOgVtJAuQxoyauGNjnwXNHMCxbw==", "requires": { - "body-parser": "^1.16.1", + "body-parser": "^1.19.0", "braces": "^3.0.2", "chokidar": "^3.0.0", - "colors": "^1.1.0", - "connect": "^3.6.0", + "colors": "^1.4.0", + "connect": "^3.7.0", "di": "^0.0.1", - "dom-serialize": "^2.2.0", - "flatted": "^2.0.0", - "glob": "^7.1.1", - "graceful-fs": "^4.1.2", - "http-proxy": "^1.13.0", - "isbinaryfile": "^4.0.2", - "lodash": "^4.17.14", - "log4js": "^4.0.0", - "mime": "^2.3.1", - "minimatch": "^3.0.2", - "qjobs": "^1.1.4", - "range-parser": "^1.2.0", - "rimraf": "^2.6.0", - "socket.io": "2.1.1", + "dom-serialize": "^2.2.1", + "flatted": "^2.0.2", + "glob": "^7.1.6", + "graceful-fs": "^4.2.4", + "http-proxy": "^1.18.1", + "isbinaryfile": "^4.0.6", + "lodash": "^4.17.15", + "log4js": "^6.2.1", + "mime": "^2.4.5", + "minimatch": "^3.0.4", + "qjobs": "^1.2.0", + "range-parser": "^1.2.1", + "rimraf": "^3.0.2", + "socket.io": "^2.3.0", "source-map": "^0.6.1", - "tmp": "0.0.33", + "tmp": "0.2.1", "ua-parser-js": "0.7.21", "yargs": "^15.3.1" }, @@ -7626,6 +8758,14 @@ "picomatch": "^2.2.1" } }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7649,6 +8789,14 @@ "ansi-regex": "^5.0.0" } }, + "tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "requires": { + "rimraf": "^3.0.0" + } + }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -7696,11 +8844,14 @@ } }, "karma-coverage-istanbul-reporter": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.1.1.tgz", - "integrity": "sha512-CH8lTi8+kKXGvrhy94+EkEMldLCiUA0xMOiL31vvli9qK0T+qcXJAwWBRVJWnVWxYkTmyWar8lPz63dxX6/z1A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-3.0.3.tgz", + "integrity": "sha512-wE4VFhG/QZv2Y4CdAYWDbMmcAHeS926ZIji4z+FkB2aF/EposRb6DP6G5ncT/wXhqUfAb/d7kZrNKPonbvsATw==", "requires": { - "istanbul-api": "^2.1.6", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^3.0.6", + "istanbul-reports": "^3.0.2", "minimatch": "^3.0.4" } }, @@ -7795,14 +8946,6 @@ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=" }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "requires": { - "invert-kv": "^2.0.0" - } - }, "leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -7817,12 +8960,12 @@ } }, "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" } }, "load-json-file": { @@ -7851,52 +8994,6 @@ } } }, - "loader-fs-cache": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", - "integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==", - "requires": { - "find-cache-dir": "^0.1.1", - "mkdirp": "^0.5.1" - }, - "dependencies": { - "find-cache-dir": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", - "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", - "requires": { - "commondir": "^1.0.1", - "mkdirp": "^0.5.1", - "pkg-dir": "^1.0.0" - } - }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "requires": { - "pinkie-promise": "^2.0.0" - } - }, - "pkg-dir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", - "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", - "requires": { - "find-up": "^1.0.0" - } - } - } - }, "loader-runner": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", @@ -7942,20 +9039,30 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash._reinterpolate": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" }, + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" + }, "lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" + }, "lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", @@ -7978,11 +9085,21 @@ "lodash._reinterpolate": "^3.0.0" } }, + "lodash.trim": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/lodash.trim/-/lodash.trim-4.5.1.tgz", + "integrity": "sha1-NkJefukL5KpeJ7zruFt9EepHqlc=" + }, "lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" }, + "lodash.without": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", + "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" + }, "log-symbols": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", @@ -8004,15 +9121,15 @@ } }, "log4js": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-4.5.1.tgz", - "integrity": "sha512-EEEgFcE9bLgaYUKuozyFfytQM2wDHtXn4tAN41pkaxpNjAykv11GVdeI4tHtmPWW4Xrgh9R/2d7XYghDVjbKKw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.3.0.tgz", + "integrity": "sha512-Mc8jNuSFImQUIateBFwdOQcmC6Q5maU0VVvdC2R6XMb66/VnT+7WS4D/0EeNMZu1YODmJe5NIn2XftCzEocUgw==", "requires": { - "date-format": "^2.0.0", + "date-format": "^3.0.0", "debug": "^4.1.1", - "flatted": "^2.0.0", + "flatted": "^2.0.1", "rfdc": "^1.1.4", - "streamroller": "^1.0.6" + "streamroller": "^2.2.4" }, "dependencies": { "debug": { @@ -8044,9 +9161,12 @@ } }, "lower-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz", + "integrity": "sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==", + "requires": { + "tslib": "^1.10.0" + } }, "lru-cache": { "version": "4.1.5", @@ -8071,14 +9191,6 @@ "semver": "^5.6.0" } }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "requires": { - "p-defer": "^1.0.0" - } - }, "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", @@ -8093,9 +9205,9 @@ } }, "mapbox-gl": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.10.0.tgz", - "integrity": "sha512-SrJXcR9s5yEsPuW2kKKumA1KqYW9RrL8j7ZcIh6glRQ/x3lwNMfwz/UEJAJcVNgeX+fiwzuBoDIdeGB/vSkZLQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.11.1.tgz", + "integrity": "sha512-UjXpPUTUzHTLfhl5dLefwV3Jgu7DN9phpn8RnnkQVe1sOXfVYMS5Vhjn225krhzRc7xnKIBHxLyu0rHZGyeXuQ==", "requires": { "@mapbox/geojson-rewind": "^0.5.0", "@mapbox/geojson-types": "^1.0.2", @@ -8117,7 +9229,7 @@ "potpack": "^1.0.1", "quickselect": "^2.0.0", "rw": "^1.3.3", - "supercluster": "^7.0.0", + "supercluster": "^7.1.0", "tinyqueue": "^2.0.3", "vt-pbf": "^3.1.1" } @@ -8165,23 +9277,6 @@ "global": "^4.3.1" } }, - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", - "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - } - } - }, "memory-fs": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", @@ -8243,30 +9338,37 @@ "requires": { "bn.js": "^4.0.0", "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "mime": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz", - "integrity": "sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==" + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", + "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" }, "mime-db": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", - "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==" + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" }, "mime-types": { - "version": "2.1.26", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz", - "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==", + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", "requires": { - "mime-db": "1.43.0" + "mime-db": "1.44.0" } }, "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "min-document": { "version": "2.19.0", @@ -8324,9 +9426,9 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "minipass": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", - "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", "requires": { "yallist": "^4.0.0" }, @@ -8405,40 +9507,104 @@ } } }, + "mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + }, "mocha": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.3.tgz", - "integrity": "sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.0.1.tgz", + "integrity": "sha512-vefaXfdYI8+Yo8nPZQQi0QO2o+5q9UIMX1jZ1XMmK3+4+CQjc7+B0hPdUeglXiTlr8IHMVRo63IhO9Mzt6fxOg==", "requires": { - "ansi-colors": "3.2.3", + "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", + "chokidar": "3.3.1", "debug": "3.2.6", - "diff": "3.5.0", + "diff": "4.0.2", "escape-string-regexp": "1.0.5", - "find-up": "3.0.0", - "glob": "7.1.3", + "find-up": "4.1.0", + "glob": "7.1.6", "growl": "1.10.5", "he": "1.2.0", "js-yaml": "3.13.1", - "log-symbols": "2.2.0", + "log-symbols": "3.0.0", "minimatch": "3.0.4", - "mkdirp": "0.5.4", - "ms": "2.1.1", - "node-environment-flags": "1.0.5", + "ms": "2.1.2", "object.assign": "4.1.0", - "strip-json-comments": "2.0.1", - "supports-color": "6.0.0", - "which": "1.3.1", + "promise.allsettled": "1.0.2", + "serialize-javascript": "3.0.0", + "strip-json-comments": "3.0.1", + "supports-color": "7.1.0", + "which": "2.0.2", "wide-align": "1.1.3", + "workerpool": "6.0.0", "yargs": "13.3.2", "yargs-parser": "13.1.2", "yargs-unparser": "1.6.0" }, "dependencies": { "ansi-colors": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", - "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==" + }, + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "chokidar": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", + "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.3.0" + } }, "debug": { "version": "3.2.6", @@ -8448,48 +9614,140 @@ "ms": "^2.1.1" } }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "to-regex-range": "^5.0.1" } }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "mkdirp": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz", - "integrity": "sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==", + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "requires": { - "minimist": "^1.2.5" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" } }, "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "readdirp": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", + "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "requires": { + "picomatch": "^2.0.7" + } + }, + "serialize-javascript": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-3.0.0.tgz", + "integrity": "sha512-skZcHYw2vEX4bw90nAr2iTTsz6x2SrHEnfxgKYmZlvJYBEZrvbKtobJWlQ20zczKb3bsHHXXTYt48zBA7ni9cw==" }, "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", + "integrity": "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==" }, "supports-color": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz", - "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "requires": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" } }, "yargs-parser": { @@ -8504,14 +9762,14 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", + "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" }, "moment-timezone": { - "version": "0.5.28", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", - "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", + "version": "0.5.31", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.31.tgz", + "integrity": "sha512-+GgHNg8xRhMXfEbv81iDtrVeTcWt0kWmTEY1XQK14dICTXnWJnT0dxdlPspwqF3keKMVPXwayEsk1DI0AA/jdA==", "requires": { "moment": ">= 2.9.0" } @@ -8579,9 +9837,9 @@ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "next-tick": { "version": "1.0.0", @@ -8594,9 +9852,9 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" }, "nise": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/nise/-/nise-4.0.3.tgz", - "integrity": "sha512-EGlhjm7/4KvmmE6B/UFsKh7eHykRl9VH+au8dduHLCyWUO/hr7+N+WtTvDUwc9zHuM1IaIJs/0lQ6Ag1jDkQSg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/nise/-/nise-4.0.4.tgz", + "integrity": "sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==", "requires": { "@sinonjs/commons": "^1.7.0", "@sinonjs/fake-timers": "^6.0.0", @@ -8606,20 +9864,12 @@ } }, "no-case": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz", + "integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==", "requires": { - "lower-case": "^1.1.1" - } - }, - "node-environment-flags": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz", - "integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==", - "requires": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" + "lower-case": "^2.0.1", + "tslib": "^1.10.0" } }, "node-libs-browser": { @@ -8678,9 +9928,9 @@ "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=" }, "node-releases": { - "version": "1.1.53", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.53.tgz", - "integrity": "sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ==" + "version": "1.1.59", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.59.tgz", + "integrity": "sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw==" }, "normalize-package-data": { "version": "2.5.0", @@ -8708,14 +9958,6 @@ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "requires": { - "path-key": "^2.0.0" - } - }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", @@ -8778,9 +10020,9 @@ "integrity": "sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==" }, "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" }, "object-keys": { "version": "1.1.1", @@ -8856,11 +10098,11 @@ } }, "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", "requires": { - "mimic-fn": "^1.0.0" + "mimic-fn": "^2.1.0" } }, "opener": { @@ -8878,52 +10120,137 @@ } }, "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" } }, "ora": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", - "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.5.tgz", + "integrity": "sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==", "requires": { - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", - "strip-ansi": "^5.2.0", + "chalk": "^3.0.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.2.0", + "is-interactive": "^1.0.0", + "log-symbols": "^3.0.0", + "mute-stream": "0.0.8", + "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" }, "dependencies": { "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } }, "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "log-symbols": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz", + "integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==", + "requires": { + "chalk": "^2.4.2" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } } }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" } } } @@ -8938,36 +10265,11 @@ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - } - }, "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" - }, "p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", @@ -9010,11 +10312,12 @@ } }, "param-case": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz", + "integrity": "sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==", "requires": { - "no-case": "^2.2.0" + "dot-case": "^3.0.3", + "tslib": "^1.10.0" } }, "parent-module": { @@ -9088,6 +10391,15 @@ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, + "pascal-case": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz", + "integrity": "sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, "pascalcase": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", @@ -9173,9 +10485,9 @@ } }, "pbkdf2": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", - "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz", + "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==", "requires": { "create-hash": "^1.1.2", "create-hmac": "^1.1.4", @@ -9233,60 +10545,12 @@ "find-up": "^3.0.0" } }, - "pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz", - "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" - } - } - }, "plur": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz", - "integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz", + "integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==", "requires": { - "irregular-plurals": "^2.0.0" + "irregular-plurals": "^3.2.0" } }, "pluralize": { @@ -9305,9 +10569,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "7.0.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz", - "integrity": "sha512-nu/0m+NtIzoubO+xdAlwZl/u5S5vi/y6BCsoL8D+8IxsD3XvBS8X4YEADNIVXKVuQvduiucnRv+vPIqj56EGMQ==", + "version": "7.0.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz", + "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==", "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", @@ -10236,9 +11500,9 @@ "integrity": "sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw==" }, "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" }, "prepend-http": { "version": "1.0.4", @@ -10292,6 +11556,18 @@ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" }, + "promise.allsettled": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.2.tgz", + "integrity": "sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg==", + "requires": { + "array.prototype.map": "^1.0.1", + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "iterate-value": "^1.0.0" + } + }, "protocol-buffers-schema": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz", @@ -10332,6 +11608,13 @@ "parse-asn1": "^5.0.0", "randombytes": "^2.0.1", "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + } } }, "pubsub-js": { @@ -10527,20 +11810,22 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "puppeteer-core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-2.1.1.tgz", - "integrity": "sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-5.2.1.tgz", + "integrity": "sha512-gLjEOrzwgcnwRH+sm4hS1TBqe2/DN248nRb2hYB7+lZ9kCuLuACNvuzlXILlPAznU3Ob+mEvVEBDcLuFa0zq3g==", "requires": { - "@types/mime-types": "^2.1.0", "debug": "^4.1.0", - "extract-zip": "^1.6.6", + "devtools-protocol": "0.0.781568", + "extract-zip": "^2.0.0", "https-proxy-agent": "^4.0.0", "mime": "^2.0.3", - "mime-types": "^2.1.25", + "pkg-dir": "^4.2.0", "progress": "^2.0.1", "proxy-from-env": "^1.0.0", - "rimraf": "^2.6.1", - "ws": "^6.1.0" + "rimraf": "^3.0.2", + "tar-fs": "^2.0.0", + "unbzip2-stream": "^1.3.3", + "ws": "^7.2.3" }, "dependencies": { "debug": { @@ -10551,17 +11836,55 @@ "ms": "^2.1.1" } }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "requires": { - "async-limiter": "~1.0.0" + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" } } } @@ -10627,6 +11950,37 @@ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, + "ranges-apply": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ranges-apply/-/ranges-apply-3.1.10.tgz", + "integrity": "sha512-NghBn6pIJG9hUXSmuTrRA8De4A1f1w5xhUznUOkvXNWibM94H3iZt8/C0TUTwjfGKfGpccrPE6pHgUBRArm9bQ==", + "requires": { + "ranges-merge": "^4.3.8" + } + }, + "ranges-merge": { + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/ranges-merge/-/ranges-merge-4.3.8.tgz", + "integrity": "sha512-6YjdL2lvv6mO2tjDTCoDbCowHawzGLEYXaMwDrs3bV2CWtXcTIVuDTtcYZO3EHR4AmUgN6wXuQsjOtV+PsOWQQ==", + "requires": { + "ranges-sort": "^3.12.0" + } + }, + "ranges-push": { + "version": "3.7.14", + "resolved": "https://registry.npmjs.org/ranges-push/-/ranges-push-3.7.14.tgz", + "integrity": "sha512-vkzQVK/R3NFTJjzwz8yY0yvUcMgPu+NQyFOsCs7zkxxnvRLuumGugjWMmj+6i9BUkMPNHnw2UAFjOebjNfO7Rw==", + "requires": { + "ranges-merge": "^4.3.8", + "string-collapse-leading-whitespace": "^2.0.20", + "string-trim-spaces-only": "^2.8.17" + } + }, + "ranges-sort": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/ranges-sort/-/ranges-sort-3.12.0.tgz", + "integrity": "sha512-YCFqRd1Bxh5vKyItPtQDXMsbPSsDD33/pI9O7z2Dy2nyOyfGxT969KxMuVvr6/iDWB3hPOd8fhUE85Aw6dX7Cg==" + }, "raw-body": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", @@ -10779,6 +12133,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "optional": true, "requires": { "graceful-fs": "^4.1.11", "micromatch": "^3.1.10", @@ -10786,9 +12141,9 @@ } }, "regenerate": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", - "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz", + "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==" }, "regenerate-unicode-properties": { "version": "8.2.0", @@ -10799,17 +12154,16 @@ } }, "regenerator-runtime": { - "version": "0.13.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", - "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + "version": "0.13.6", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.6.tgz", + "integrity": "sha512-GmwlGiazQEbOwQWDdbbaP10i15pGtScYWLbMZuu+RKRz0cZ+g8IUONazBnaZqe7j1670IV1HgE4/8iy7CQPf4Q==" }, "regenerator-transform": { - "version": "0.14.4", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.4.tgz", - "integrity": "sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==", + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", + "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", "requires": { - "@babel/runtime": "^7.8.4", - "private": "^0.1.8" + "@babel/runtime": "^7.8.4" } }, "regex-not": { @@ -10827,9 +12181,9 @@ "integrity": "sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA==" }, "regexpp": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", - "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", + "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==" }, "regexpu-core": { "version": "4.7.0", @@ -10845,9 +12199,9 @@ } }, "regjsgen": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", - "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==" + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" }, "regjsparser": { "version": "0.6.4", @@ -10872,7 +12226,8 @@ "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "optional": true }, "renderkid": { "version": "2.0.3", @@ -10941,10 +12296,15 @@ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" }, + "resize-observer-polyfill": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", + "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + }, "resolve": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.16.1.tgz", - "integrity": "sha512-rmAglCSqWWMrrBv/XM6sW0NuRFiKViw/W4d9EbC4pt+49H8JwHy+mcGmALTEg504AUDcLTvb1T2q3E9AnmY+ig==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", "requires": { "path-parse": "^1.0.6" } @@ -11098,11 +12458,11 @@ } }, "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "requires": { - "onetime": "^2.0.0", + "onetime": "^5.1.0", "signal-exit": "^3.0.2" } }, @@ -11172,14 +12532,6 @@ "inherits": "^2.0.1" } }, - "run-async": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.0.tgz", - "integrity": "sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==", - "requires": { - "is-promise": "^2.1.0" - } - }, "run-queue": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", @@ -11193,18 +12545,10 @@ "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=" }, - "rxjs": { - "version": "6.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz", - "integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==", - "requires": { - "tslib": "^1.9.0" - } - }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, "safe-regex": { "version": "1.1.0", @@ -11539,25 +12883,30 @@ } }, "socket.io": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", - "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.3.0.tgz", + "integrity": "sha512-2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==", "requires": { - "debug": "~3.1.0", - "engine.io": "~3.2.0", + "debug": "~4.1.0", + "engine.io": "~3.4.0", "has-binary2": "~1.0.2", "socket.io-adapter": "~1.1.0", - "socket.io-client": "2.1.1", - "socket.io-parser": "~3.2.0" + "socket.io-client": "2.3.0", + "socket.io-parser": "~3.4.0" }, "dependencies": { "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, @@ -11567,23 +12916,23 @@ "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" }, "socket.io-client": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz", - "integrity": "sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.3.0.tgz", + "integrity": "sha512-cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA==", "requires": { "backo2": "1.0.2", "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", "component-emitter": "1.2.1", - "debug": "~3.1.0", - "engine.io-client": "~3.2.0", + "debug": "~4.1.0", + "engine.io-client": "~3.4.0", "has-binary2": "~1.0.2", "has-cors": "1.1.0", "indexof": "0.0.1", "object-component": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "socket.io-parser": "~3.2.0", + "socket.io-parser": "~3.3.0", "to-array": "0.1.4" }, "dependencies": { @@ -11593,22 +12942,57 @@ "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" }, "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" + } + }, + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "socket.io-parser": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz", + "integrity": "sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng==", + "requires": { + "component-emitter": "1.2.1", + "debug": "~3.1.0", + "isarray": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } } } } }, "socket.io-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", - "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.1.tgz", + "integrity": "sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==", "requires": { "component-emitter": "1.2.1", - "debug": "~3.1.0", + "debug": "~4.1.0", "isarray": "2.0.1" }, "dependencies": { @@ -11618,17 +13002,22 @@ "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" }, "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "isarray": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, @@ -11668,9 +13057,9 @@ } }, "source-map-support": { - "version": "0.5.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.18.tgz", - "integrity": "sha512-9luZr/BZ2QeU6tO2uG8N2aZpVSli4TSAOAqFOyTO51AJcD9P99c0K1h6dD6r6qo5dyT44BR5exweOaLLeldTkQ==", + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -11689,23 +13078,23 @@ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" }, "spdx-correct": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", - "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "requires": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, "spdx-exceptions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", - "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" }, "spdx-expression-parse": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", - "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "requires": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -11743,9 +13132,9 @@ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" }, "stackframe": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.1.1.tgz", - "integrity": "sha512-0PlYhdKh6AfFxRyK/v+6/k+/mMfyiEBbTM5L94D0ZytQnJ166wuwoTYLHFWGbs2dpA8Rgq763KGWmN1EQEYHRQ==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz", + "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==" }, "static-extend": { "version": "0.1.2", @@ -11807,21 +13196,24 @@ "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" }, "streamroller": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-1.0.6.tgz", - "integrity": "sha512-3QC47Mhv3/aZNFpDDVO44qQb9gwB9QggMEE0sQmkTAwBVYdBRWISdsywlkfm5II1Q5y/pmrHflti/IgmIzdDBg==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-2.2.4.tgz", + "integrity": "sha512-OG79qm3AujAM9ImoqgWEY1xG4HX+Lw+yY6qZj9R1K2mhF5bEmQ849wvrb+4vt4jLMLzwXttJlQbOdPOQVRv7DQ==", "requires": { - "async": "^2.6.2", - "date-format": "^2.0.0", - "debug": "^3.2.6", - "fs-extra": "^7.0.1", - "lodash": "^4.17.14" + "date-format": "^2.1.0", + "debug": "^4.1.1", + "fs-extra": "^8.1.0" }, "dependencies": { + "date-format": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-2.1.0.tgz", + "integrity": "sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==" + }, "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" } @@ -11838,6 +13230,39 @@ "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" }, + "string-collapse-leading-whitespace": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/string-collapse-leading-whitespace/-/string-collapse-leading-whitespace-2.0.20.tgz", + "integrity": "sha512-NsDj7efJ4QC0l9SjZYzC1HdS9UEyaMdM5NUjNlFwxxoi3T6Ns05RqZRUlFQ5bKDRQW6F8Ws9ZkuWLL03q5OLgg==" + }, + "string-left-right": { + "version": "2.3.24", + "resolved": "https://registry.npmjs.org/string-left-right/-/string-left-right-2.3.24.tgz", + "integrity": "sha512-aJLgeCb5ourwPp5q7N40C8C+WqOHpGY/1iiAYRKJRUylHu95aWRBM0aZZackaLqJhvj1hhHXk16If4WxE+zveA==", + "requires": { + "lodash.clonedeep": "^4.5.0", + "lodash.isplainobject": "^4.0.6" + } + }, + "string-strip-html": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/string-strip-html/-/string-strip-html-4.5.0.tgz", + "integrity": "sha512-0jwKk4p8IjK6vpL6cPIpiKsYRLai57SnQSpr0rvlOtDOURyu1Xf7mgzualQkj1+6h+46xzXMDhz3mcn7E114lA==", + "requires": { + "ent": "^2.2.0", + "lodash.isplainobject": "^4.0.6", + "lodash.trim": "^4.5.1", + "lodash.without": "^4.4.0", + "ranges-apply": "^3.1.10", + "ranges-push": "^3.7.14", + "string-left-right": "^2.3.24" + } + }, + "string-trim-spaces-only": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/string-trim-spaces-only/-/string-trim-spaces-only-2.8.17.tgz", + "integrity": "sha512-IAjwhcVS2AMD93GPGl8ONQmtDqcdmsvgHekVafQ/p389CGlp8VkCpOdUGsRW1OunzaVyzZzFesoKCju8fbA8Lw==" + }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -11871,26 +13296,6 @@ "es-abstract": "^1.17.5" } }, - "string.prototype.trimleft": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz", - "integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "string.prototype.trimstart": "^1.0.0" - } - }, - "string.prototype.trimright": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz", - "integrity": "sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "string.prototype.trimend": "^1.0.0" - } - }, "string.prototype.trimstart": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", @@ -11921,15 +13326,10 @@ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" - }, "strip-json-comments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz", - "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" }, "style-loader": { "version": "0.23.1", @@ -11971,9 +13371,9 @@ } }, "supercluster": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.0.0.tgz", - "integrity": "sha512-8VuHI8ynylYQj7Qf6PBMWy1PdgsnBiIxujOgc9Z83QvJ8ualIYWNx2iMKyKeC4DZI5ntD9tz/CIwwZvIelixsA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.0.tgz", + "integrity": "sha512-LDasImUAFMhTqhK+cUXfy9C2KTUqJ3gucLjmNLNFmKWOnDUBxLFLH9oKuXOTCLveecmxh8fbk8kgh6Q0gsfe2w==", "requires": { "kdbush": "^3.0.0" } @@ -12011,9 +13411,9 @@ } }, "svg-url-loader": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/svg-url-loader/-/svg-url-loader-5.0.0.tgz", - "integrity": "sha512-KI7KRxYd1PuStyvSX4H/pB2i3PC1mMqP6reizU3TsieZJRW5TvWm4obmAzlWsI0SgvECK5oGYywDLxSMbat06w==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/svg-url-loader/-/svg-url-loader-5.0.1.tgz", + "integrity": "sha512-U6t6p6iwtG1P7RWcA8Bevud5fMCpmxAQfjHn7vqHFl00d+Geoj1N0kP1HhTJfVUoDtyLJysEMzrSJERnn0m81w==", "requires": { "file-loader": "~6.0.0", "loader-utils": "~2.0.0" @@ -12049,11 +13449,12 @@ } }, "schema-utils": { - "version": "2.6.5", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.5.tgz", - "integrity": "sha512-5KXuwKziQrTVHh8j/Uxz+QUbxkaLW9X/86NBlx/gnKgtsZA2GIVMUn17qWhRFwF8jdYb3Dig5hRO/W5mZqy6SQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "requires": { - "ajv": "^6.12.0", + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", "ajv-keywords": "^3.4.1" } } @@ -12138,18 +13539,28 @@ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, "tar": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/tar/-/tar-5.0.5.tgz", - "integrity": "sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.2.tgz", + "integrity": "sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg==", "requires": { - "chownr": "^1.1.3", + "chownr": "^2.0.0", "fs-minipass": "^2.0.0", "minipass": "^3.0.0", "minizlib": "^2.1.0", - "mkdirp": "^0.5.0", + "mkdirp": "^1.0.3", "yallist": "^4.0.0" }, "dependencies": { + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -12157,21 +13568,51 @@ } } }, + "tar-fs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz", + "integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==", + "requires": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.0.0" + } + }, + "tar-stream": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.1.3.tgz", + "integrity": "sha512-Z9yri56Dih8IaK8gncVPx4Wqt86NDmQTSh49XLZgjWpGZL9GK9HKParS2scqHCC4w6X9Gh2jwaU45V47XTKwVA==", + "requires": { + "bl": "^4.0.1", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, "terser": { - "version": "4.6.11", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.11.tgz", - "integrity": "sha512-76Ynm7OXUG5xhOpblhytE7X58oeNSmC8xnNhjWVo8CksHit0U0kO4hfNbPrrYwowLWFgM2n9L176VNx2QaHmtA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.7.0.tgz", + "integrity": "sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw==", "requires": { "commander": "^2.20.0", "source-map": "~0.6.1", "source-map-support": "~0.5.12" }, "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -12180,21 +13621,29 @@ } }, "terser-webpack-plugin": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", - "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.4.tgz", + "integrity": "sha512-U4mACBHIegmfoEe5fdongHESNJWqsGU+W0S/9+BmYGVQDw1+c2Ow05TpMhxjPK1sRb7cuYq1BPl1e5YHJMTCqA==", "requires": { "cacache": "^12.0.2", "find-cache-dir": "^2.1.0", "is-wsl": "^1.1.0", "schema-utils": "^1.0.0", - "serialize-javascript": "^2.1.2", + "serialize-javascript": "^3.1.0", "source-map": "^0.6.1", "terser": "^4.1.2", "webpack-sources": "^1.4.0", "worker-farm": "^1.7.0" }, "dependencies": { + "serialize-javascript": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-3.1.0.tgz", + "integrity": "sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==", + "requires": { + "randombytes": "^2.1.0" + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -12249,14 +13698,6 @@ "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "requires": { - "os-tmpdir": "~1.0.2" - } - }, "to-array": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", @@ -12320,11 +13761,6 @@ "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-0.0.1.tgz", "integrity": "sha1-zu78cXp2xDFvEm0LnbqlXX598Bo=" }, - "toposort": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz", - "integrity": "sha1-LmhELZ9k7HILjMieZEOsbKqVACk=" - }, "trim-right": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", @@ -12340,10 +13776,31 @@ "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" }, + "tsconfig-paths": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", + "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==", + "requires": { + "@types/json5": "^0.0.29", + "json5": "^1.0.1", + "minimist": "^1.2.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + } + } + }, "tslib": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz", - "integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" }, "tty-browserify": { "version": "0.0.0", @@ -12356,11 +13813,11 @@ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" }, "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "requires": { - "prelude-ls": "~1.1.2" + "prelude-ls": "^1.2.1" } }, "type-detect": { @@ -12392,37 +13849,31 @@ "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz", "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==" }, - "uglify-js": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz", - "integrity": "sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==", - "requires": { - "commander": "~2.19.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "commander": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", - "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } - }, "uglify-to-browserify": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", "optional": true }, - "ultron": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", - "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" + "unbzip2-stream": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "requires": { + "buffer": "^5.2.1", + "through": "^2.3.8" + }, + "dependencies": { + "buffer": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", + "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" + } + } + } }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", @@ -12539,12 +13990,8 @@ "upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" - }, - "upper-case": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=" + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "optional": true }, "uri-js": { "version": "4.2.2", @@ -12586,9 +14033,9 @@ } }, "url-toolkit": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.1.6.tgz", - "integrity": "sha512-UaZ2+50am4HwrV2crR/JAf63Q4VvPYphe63WGeoJxeu8gmOm0qxPt+KsukfakPNrX9aymGNEkkaoICwn+OuvBw==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.0.tgz", + "integrity": "sha512-Rde0c9S4fJK3FaHim3DSgdQ8IFrSXcZCpAJo9T7/FA+BoQGhK0ow3mpwGQLJCPYsNn6TstpW7/7DzMpSpz9F9w==" }, "use": { "version": "3.1.1", @@ -12642,9 +14089,9 @@ "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, "v8-compile-cache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", - "integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", + "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" }, "validate-npm-package-license": { "version": "3.0.4", @@ -12701,9 +14148,9 @@ "integrity": "sha512-p2lJYm/RgTHOqARlnljZlOGW/+sQFuSkV20Tje0lfzYoZnqSVR+vC0ytOX5aE0iebMUze63RBNPwpxuxjv6ucA==" }, "vue-gettext": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/vue-gettext/-/vue-gettext-2.1.8.tgz", - "integrity": "sha512-LzDnD12g/DOqvDcQbwQTeeyS1E8WGs9L2tJoXzISWDinibUsm3fsEaQCo0mTZ0NpDHsk2AK2KzyuWly0Yulp9Q==" + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/vue-gettext/-/vue-gettext-2.1.10.tgz", + "integrity": "sha512-/CWIgIGgnS1KG10dGcoATcS51DhXfPbstIGJIWmklWC8p7PckDyrQXqx/JpI0cVDoxxv4oDzgs5kitwmXDK/uQ==" }, "vue-hot-reload-api": { "version": "2.3.3", @@ -12715,6 +14162,14 @@ "resolved": "https://registry.npmjs.org/vue-infinite-scroll/-/vue-infinite-scroll-2.0.2.tgz", "integrity": "sha512-n+YghR059YmciANGJh9SsNWRi1YZEBVlODtmnb/12zI+4R72QZSWd+EuZ5mW6auEo/yaJXgxzwsuhvALVnm73A==" }, + "vue-js-modal": { + "version": "2.0.0-rc.6", + "resolved": "https://registry.npmjs.org/vue-js-modal/-/vue-js-modal-2.0.0-rc.6.tgz", + "integrity": "sha512-bJOm7Yhrl0ur/QyXjoC3gMMmE7UxiVEcS2rl8v9iPXIe9QLvjiCSZElSOvvyps8LNuG1X0rPifZGxI/CWKCFaw==", + "requires": { + "resize-observer-polyfill": "^1.5.1" + } + }, "vue-loader": { "version": "14.2.4", "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-14.2.4.tgz", @@ -12823,9 +14278,9 @@ } }, "vue-router": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.6.tgz", - "integrity": "sha512-GYhn2ynaZlysZMkFE5oCHRUTqE8BWs/a9YbKpNLi0i7xD6KG1EzDqpHQmv1F5gXjr8kL5iIVS8EOtRaVUEXTqA==" + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.4.tgz", + "integrity": "sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg==" }, "vue-style-loader": { "version": "4.1.2", @@ -12851,9 +14306,9 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==" }, "vue2-filters": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/vue2-filters/-/vue2-filters-0.9.1.tgz", - "integrity": "sha512-peQHwZIT4cv/SsFodfmS8QREOnpdbsblIcKg19Kgu6kDCZ2Q9vorI9QyRLDIdvziFsKYjDL4NtwqgKDUrgxNQg==" + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/vue2-filters/-/vue2-filters-0.11.0.tgz", + "integrity": "sha512-/sL1slXSxbFkrk9acgRSbykwcs7EmdTVxDcmdb5WHmpQG9cFb//LTaJy4EiH/e58nnD6ZHw2B5k+Gz0mTaQszA==" }, "vuelidate": { "version": "0.7.5", @@ -12866,13 +14321,123 @@ "integrity": "sha512-guFOgEgZ8VpSgNXOv1QL2fOliaJBoiyNnf+bBqcXsnIppJGRlW1wyT6Ux7ZlQyphSHs+UK1aJNUjcyAtoOiHWg==" }, "watchpack": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz", - "integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz", + "integrity": "sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g==", "requires": { - "chokidar": "^2.1.8", + "chokidar": "^3.4.0", "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" + "neo-async": "^2.5.0", + "watchpack-chokidar2": "^2.0.0" + }, + "dependencies": { + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "optional": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==", + "optional": true + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "optional": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "chokidar": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "optional": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "optional": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "optional": true + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "optional": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "optional": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "optional": true + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "optional": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "optional": true, + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "watchpack-chokidar2": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", + "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "optional": true, + "requires": { + "chokidar": "^2.1.8" } }, "wcwidth": { @@ -12913,6 +14478,11 @@ "webpack-sources": "^1.4.1" }, "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, "ajv-keywords": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", @@ -12930,9 +14500,9 @@ } }, "webpack-bundle-analyzer": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.7.0.tgz", - "integrity": "sha512-mETdjZ30a3Yf+NTB/wqTgACK7rAYQl5uxKK0WVTNmF0sM3Uv8s3R58YZMW7Rhu0Lk2Rmuhdj5dcH5Q76zCDVdA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz", + "integrity": "sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw==", "requires": { "acorn": "^7.1.1", "acorn-walk": "^7.1.1", @@ -12950,9 +14520,9 @@ }, "dependencies": { "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-walk": { "version": "7.1.1", @@ -12969,11 +14539,6 @@ "supports-color": "^5.3.0" } }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, "ws": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", @@ -12985,28 +14550,23 @@ } }, "webpack-cli": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz", - "integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz", + "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", "requires": { - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "enhanced-resolve": "4.1.0", - "findup-sync": "3.0.0", - "global-modules": "2.0.0", - "import-local": "2.0.0", - "interpret": "1.2.0", - "loader-utils": "1.2.3", - "supports-color": "6.1.0", - "v8-compile-cache": "2.0.3", - "yargs": "13.2.4" + "chalk": "^2.4.2", + "cross-spawn": "^6.0.5", + "enhanced-resolve": "^4.1.1", + "findup-sync": "^3.0.0", + "global-modules": "^2.0.0", + "import-local": "^2.0.0", + "interpret": "^1.4.0", + "loader-utils": "^1.4.0", + "supports-color": "^6.1.0", + "v8-compile-cache": "^2.1.1", + "yargs": "^13.3.2" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -13027,61 +14587,6 @@ } } }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "enhanced-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", - "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" - } - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, "supports-color": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", @@ -13091,38 +14596,9 @@ } }, "v8-compile-cache": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz", - "integrity": "sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==" - }, - "yargs": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.4.tgz", - "integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "os-locale": "^3.1.0", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.0" - }, - "dependencies": { - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", + "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==" } } }, @@ -13167,18 +14643,12 @@ } }, "webpack-merge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", - "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.0.9.tgz", + "integrity": "sha512-P4teh6O26xIDPugOGX61wPxaeP918QOMjmzhu54zTVcLtOS28ffPWtnv+ilt3wscwBUCL2WNMnh97XkrKqt9Fw==", "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" } }, "webpack-sources": { @@ -13218,6 +14688,11 @@ "string-width": "^1.0.2 || 2" } }, + "wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==" + }, "window-size": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", @@ -13257,6 +14732,11 @@ "errno": "~0.1.7" } }, + "workerpool": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.0.0.tgz", + "integrity": "sha512-fU2OcNA/GVAJLLyKUoHkAgIhKb0JoCpSjLC/G2vYKxUjVmQwGbRVeoPJ1a8U4pnVofz4AQV5Y/NEw8oKqxEBtA==" + }, "wrap-ansi": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", @@ -13311,21 +14791,9 @@ } }, "ws": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", - "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", - "requires": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0", - "ultron": "~1.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", + "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" }, "xmlbuilder": { "version": "10.1.1", diff --git a/frontend/package.json b/frontend/package.json index bcc0a7465..e7cd832cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,8 +1,9 @@ { "name": "photoprism", "version": "1.0.0", - "description": "Single-page Web app frontend for PhotoPrism", + "description": "PhotoPrism Progressive Web App (PWA)", "author": "Michael Mayer", + "license": "AGPL-3.0", "private": true, "scripts": { "watch": "webpack --watch", @@ -11,32 +12,32 @@ "fmt": "eslint --cache --fix src/ *.js", "test": "karma start", "upgrade": "npm --depth 10 update && npm audit fix", - "acceptance": "testcafe \"chromium:headless --disable-dev-shm-usage\" --selector-timeout 5000 -S -s tests/screenshots tests/acceptance", - "acceptance-firefox": "testcafe firefox:headless --selector-timeout 5000 -S -s tests/screenshots tests/acceptance", + "acceptance": "testcafe \"chromium:headless --disable-dev-shm-usage\" --skip-js-errors --selector-timeout 5000 -S -s tests/screenshots tests/acceptance", + "acceptance-firefox": "testcafe firefox:headless --skip-js-errors --selector-timeout 5000 -S -s tests/screenshots tests/acceptance", "acceptance-local": "testcafe chrome --selector-timeout 5000 -S -s tests/screenshots tests/acceptance", - "gettext-extract": "gettext-extract --output src/resources/translations.pot $(find src/ -type f -name '*.vue')", - "gettext-compile": "gettext-compile --output src/resources/translations.json src/resources/*.po" + "gettext-extract": "gettext-extract --output src/locales/translations.pot $(find src -type f \\( -iname \\*.vue -o -iname \\*.js \\))", + "gettext-compile": "gettext-compile --output src/locales/translations.json src/locales/*.po" }, "dependencies": { - "@babel/cli": "^7.8.4", - "@babel/core": "^7.9.6", - "@babel/plugin-transform-runtime": "^7.9.6", - "@babel/polyfill": "^7.8.7", - "@babel/preset-env": "^7.9.6", - "@babel/register": "^7.9.0", - "@babel/runtime": "^7.9.6", - "@fortawesome/fontawesome-free": "^5.13.0", + "@babel/cli": "^7.10.5", + "@babel/core": "^7.10.5", + "@babel/plugin-transform-runtime": "^7.10.5", + "@babel/polyfill": "^7.10.4", + "@babel/preset-env": "^7.10.4", + "@babel/register": "^7.10.5", + "@babel/runtime": "^7.10.5", + "@fortawesome/fontawesome-free": "^5.14.0", "acorn": "6.4.1", - "ajv": "^6.12.2", - "autoprefixer": "^9.7.6", + "ajv": "^6.12.3", + "autoprefixer": "^9.8.5", "axios": "^0.19.2", - "axios-mock-adapter": "^1.18.1", + "axios-mock-adapter": "^1.18.2", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-istanbul": "^6.0.0", - "browserslist": "^4.12.0", + "browserslist": "^4.13.0", "chai": "^4.2.0", - "chalk": "^4.0.0", + "chalk": "^4.1.0", "chart.js": "^2.9.3", "chrome-finder": "^1.0.7", "clean-webpack-plugin": "^3.0.0", @@ -48,44 +49,44 @@ "css-loader": "^2.1.1", "cssnano": "^4.1.10", "easygettext": "^2.13.0", - "eslint": "^6.8.0", + "eslint": "^7.5.0", "eslint-config-standard": "^14.1.1", - "eslint-formatter-pretty": "^3.0.1", + "eslint-formatter-pretty": "^4.0.0", "eslint-friendly-formatter": "^4.0.1", - "eslint-loader": "^3.0.4", + "eslint-loader": "^4.0.2", "eslint-plugin-html": "^6.0.2", - "eslint-plugin-import": "^2.20.2", + "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eventsource-polyfill": "^0.9.6", "file-loader": "^3.0.1", "friendly-errors-webpack-plugin": "^1.7.0", - "hls.js": "^0.13.2", - "html-webpack-plugin": "^3.2.0", - "http-proxy-middleware": "^0.19.1", - "i18n-iso-countries": "^5.3.0", + "hls.js": "^0.14.5", + "html-webpack-plugin": "^4.3.0", + "http-proxy-middleware": "^1.0.5", + "i18n-iso-countries": "^6.0.0", "inject-loader": "^4.0.1", - "karma": "^5.0.5", + "karma": "^5.1.0", "karma-chrome-launcher": "^3.1.0", - "karma-coverage-istanbul-reporter": "^2.1.1", + "karma-coverage-istanbul-reporter": "^3.0.3", "karma-htmlfile-reporter": "^0.3.8", "karma-mocha": "^2.0.1", "karma-verbose-reporter": "^0.0.6", "karma-webpack": "^4.0.2", "luxon": "^1.24.1", - "mapbox-gl": "^1.10.0", + "mapbox-gl": "^1.11.1", "material-design-icons-iconfont": "^5.0.1", "mediaelement": "^4.2.16", "mini-css-extract-plugin": "^0.7.0", "minimist": ">=1.2.5", - "mocha": "^6.2.3", - "moment-timezone": "^0.5.28", + "mocha": "^8.0.1", + "moment-timezone": "^0.5.31", "optimize-css-assets-webpack-plugin": "^5.0.3", - "ora": "^3.4.0", + "ora": "^4.0.5", "photoswipe": "^4.1.3", "pluralize": "^8.0.0", - "postcss": "^7.0.30", + "postcss": "^7.0.32", "postcss-browser-reporter": "^0.6.0", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", @@ -93,36 +94,38 @@ "postcss-reporter": "^6.0.1", "postcss-url": "^8.0.0", "pubsub-js": "^1.8.0", - "puppeteer-core": "^2.1.1", - "regenerator-runtime": "^0.13.5", + "puppeteer-core": "^5.2.1", + "regenerator-runtime": "^0.13.6", "resolve-url-loader": "^3.1.1", "sass-loader": "^7.3.1", "sinon": "^9.0.2", "sockette": "^2.0.6", + "string-strip-html": "^4.5.0", "style-loader": "^0.23.1", "sugarss": "^2.0.0", - "svg-url-loader": "^5.0.0", - "tar": "^5.0.5", + "svg-url-loader": "^5.0.1", + "tar": "^6.0.2", "truncate": "^2.1.0", "url-loader": "^1.1.2", "vue": "^2.6.11", "vue-fullscreen": "^2.1.6", - "vue-gettext": "^2.1.8", + "vue-gettext": "^2.1.10", "vue-infinite-scroll": "^2.0.2", + "vue-js-modal": "^2.0.0-rc.6", "vue-loader": "^14.2.4", "vue-luxon": "^0.7.3", - "vue-router": "^3.1.6", + "vue-router": "^3.3.4", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.11", - "vue2-filters": "^0.9.1", + "vue2-filters": "^0.11.0", "vuelidate": "^0.7.5", "vuetify": "^1.5.24", "webpack": "^4.43.0", - "webpack-bundle-analyzer": "^3.7.0", - "webpack-cli": "^3.3.11", + "webpack-bundle-analyzer": "^3.8.0", + "webpack-cli": "^3.3.12", "webpack-hot-middleware": "^2.25.0", "webpack-md5-hash": "0.0.6", - "webpack-merge": "^4.2.2" + "webpack-merge": "^5.0.9" }, "engines": { "node": ">= 8.0.0", diff --git a/frontend/src/app.js b/frontend/src/app.js index 2e1b8c0c9..b91c62070 100644 --- a/frontend/src/app.js +++ b/frontend/src/app.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import "core-js/stable"; import "regenerator-runtime/runtime"; import Api from "common/api"; @@ -8,7 +38,7 @@ import Dialogs from "dialog/dialogs"; import Event from "pubsub-js"; import GetTextPlugin from "vue-gettext"; import Log from "common/log"; -import PhotoPrism from "photoprism.vue"; +import PhotoPrism from "app.vue"; import Router from "vue-router"; import Routes from "routes"; import {config, session} from "session"; @@ -21,12 +51,15 @@ import VueLuxon from "vue-luxon"; import VueFilters from "vue2-filters"; import VueFullscreen from "vue-fullscreen"; import VueInfiniteScroll from "vue-infinite-scroll"; +import VueModal from "vue-js-modal"; import Hls from "hls.js"; +import {$gettext, Mount} from "common/vm"; // Initialize helpers const viewer = new Viewer(); const clipboard = new Clipboard(window.localStorage, "photo_clipboard"); const isPublic = config.get("public"); +const isMobile = (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)); // HTTP Live Streaming (video support) window.Hls = Hls; @@ -41,7 +74,7 @@ Vue.prototype.$log = Log; Vue.prototype.$socket = Socket; Vue.prototype.$config = config; Vue.prototype.$clipboard = clipboard; -Vue.prototype.$isMobile = (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)); +Vue.prototype.$isMobile = isMobile; // Register Vuetify Vue.use(Vuetify, {"theme": config.theme}); @@ -54,11 +87,13 @@ Vue.use(GetTextPlugin, { translations: config.translations, silent: true, // !config.values.debug, defaultLanguage: Vue.config.language, + autoAddKeyAttributes: true, }); Vue.use(VueLuxon); Vue.use(VueInfiniteScroll); Vue.use(VueFullscreen); +Vue.use(VueModal, {dynamic: true, dynamicDefaults: {clickToClose: true}}); Vue.use(VueFilters); Vue.use(Components); Vue.use(Dialogs); @@ -96,17 +131,21 @@ router.beforeEach((to, from, next) => { }); router.afterEach((to) => { - if (to.meta.title) { - config.page.title = to.meta.title; - window.document.title = "PhotoPrism: " + to.meta.title; + if (to.meta.title && config.values.siteTitle !== to.meta.title) { + config.page.title = $gettext(to.meta.title); + window.document.title = config.values.siteTitle + ": " + config.page.title; } else { - config.page.title = ""; - window.document.title = "PhotoPrism"; + config.page.title = config.values.siteTitle; + window.document.title = config.values.siteTitle + ": " + config.values.siteCaption; } }); -// Run app -new Vue({ - router, - render: h => h(PhotoPrism), -}).$mount("#photoprism"); +// Pull client config every 10 minutes in case push fails (except on mobile to save battery). +if (isMobile) { + document.body.classList.add("mobile"); +} else { + setInterval(() => config.update(), 600000); +} + +// Start application. +Mount(Vue, PhotoPrism, router); diff --git a/frontend/src/app.vue b/frontend/src/app.vue new file mode 100644 index 000000000..04b673f50 --- /dev/null +++ b/frontend/src/app.vue @@ -0,0 +1,62 @@ + + + diff --git a/frontend/src/common/api.js b/frontend/src/common/api.js index 80e11cc41..658cbde0b 100644 --- a/frontend/src/common/api.js +++ b/frontend/src/common/api.js @@ -1,13 +1,44 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import Axios from "axios"; import Notify from "common/notify"; +import {$gettext} from "./vm"; -const testConfig = {"jsHash": "test", "version": "test"}; -const config = window.clientConfig ? window.clientConfig : testConfig; +const testConfig = {"jsHash":"48019917", "cssHash":"2b327230", "version": "test"}; +const config = window.__CONFIG__ ? window.__CONFIG__ : testConfig; const Api = Axios.create({ baseURL: "/api/v1", headers: {common: { - "X-Session-Token": window.localStorage.getItem("session_token"), + "X-Session-ID": window.localStorage.getItem("session_id"), "X-Client-Hash": config.jsHash, "X-Client-Version": config.version, }}, @@ -26,7 +57,7 @@ Api.interceptors.response.use(function (response) { Notify.ajaxEnd(); if(typeof response.data == "string") { - Notify.error("Request failed - invalid response"); + Notify.error($gettext("Request failed - invalid response")); console.warn("WARNING: Server returned HTML instead of JSON - API not implemented?"); } @@ -42,7 +73,7 @@ Api.interceptors.response.use(function (response) { console.log(error); } - let errorMessage = "An error occurred - are you offline?"; + let errorMessage = $gettext("An error occurred - are you offline?"); let code = error.code; if(error.response && error.response.data) { diff --git a/frontend/src/common/clipboard.js b/frontend/src/common/clipboard.js index 1ed2075c7..b0926746f 100644 --- a/frontend/src/common/clipboard.js +++ b/frontend/src/common/clipboard.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import RestModel from "model/rest"; class Clipboard { @@ -81,7 +111,7 @@ class Clipboard { return; } - let rangeStart = models.findIndex((photo) => photo.PhotoUUID === this.lastId); + let rangeStart = models.findIndex((photo) => photo.UID === this.lastId); if(rangeStart === -1) { this.toggle(models[rangeEnd]); @@ -120,8 +150,10 @@ class Clipboard { return; } - const id = model.getId(); + this.removeId(model.getId()); + } + removeId(id) { if (!this.hasId(id)) return; const index = this.selection.indexOf(id); diff --git a/frontend/src/common/config.js b/frontend/src/common/config.js index f970d1df5..d7782ef74 100644 --- a/frontend/src/common/config.js +++ b/frontend/src/common/config.js @@ -1,26 +1,69 @@ -import Event from "pubsub-js"; -import themes from "../resources/themes.json"; -import translations from "../resources/translations.json"; +/* -class Config { +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + +import Event from "pubsub-js"; +import themes from "options/themes.json"; +import translations from "locales/translations.json"; +import Api from "./api"; + +export default class Config { /** * @param {Storage} storage * @param {object} values */ constructor(storage, values) { + this.disconnected = false; this.storage = storage; this.storage_key = "config"; + this.$vuetify = null; this.translations = translations; - this.values = values; - this.debug = !!values.debug; + + if (!values || !values.siteTitle) { + console.warn("config: values are empty"); + this.debug = true; + this.values = {}; + this.page = { + title: "PhotoPrism", + }; + return; + } + this.page = { - title: "PhotoPrism", + title: values.siteTitle, }; - this.$vuetify = null; + this.values = values; + this.debug = !!values.debug; - Event.subscribe("config.updated", (ev, data) => this.setValues(data)); + Event.subscribe("config.updated", (ev, data) => this.setValues(data.config)); Event.subscribe("count", (ev, data) => this.onCount(ev, data)); if (this.has("settings")) { @@ -30,11 +73,22 @@ class Config { } } + update() { + Api.get("config").then( + (response) => this.setValues(response.data), + () => console.warn("failed pulling updated client config") + ); + } + setValues(values) { if (!values) return; if (this.debug) { - console.log("new config values", values); + console.log("config: new values", values); + } + + if(values.jsHash && this.values.jsHash !== values.jsHash) { + Event.publish("dialog.reload", {values}); } for (let key in values) { @@ -54,32 +108,58 @@ class Config { const type = ev.split(".")[1]; switch (type) { - case "videos": - this.values.count.videos += data.count; - break; - case "favorites": - this.values.count.favorites += data.count; - break; - case "private": - this.values.count.private += data.count; - break; - case "albums": - this.values.count.albums += data.count; - break; - case "photos": - this.values.count.photos += data.count; - break; - case "countries": - this.values.count.countries += data.count; - break; - case "places": - this.values.count.places += data.count; - break; - case "labels": - this.values.count.labels += data.count; - break; - default: - console.warn("unknown count type", ev, data); + case "cameras": + this.values.count.cameras += data.count; + this.update(); + break; + case "lenses": + this.values.count.lenses += data.count; + break; + case "countries": + this.values.count.countries += data.count; + this.update(); + break; + case "states": + this.values.count.states += data.count; + break; + case "places": + this.values.count.places += data.count; + break; + case "labels": + this.values.count.labels += data.count; + break; + case "videos": + this.values.count.videos += data.count; + break; + case "albums": + this.values.count.albums += data.count; + break; + case "moments": + this.values.count.moments += data.count; + break; + case "months": + this.values.count.months += data.count; + break; + case "folders": + this.values.count.folders += data.count; + break; + case "files": + this.values.count.files += data.count; + break; + case "favorites": + this.values.count.favorites += data.count; + break; + case "review": + this.values.count.review += data.count; + break; + case "private": + this.values.count.private += data.count; + break; + case "photos": + this.values.count.photos += data.count; + break; + default: + console.warn("unknown count type", ev, data); } this.values.count; @@ -128,6 +208,20 @@ class Config { settings() { return this.values.settings; } -} -export default Config; + downloadToken() { + return this.values["downloadToken"]; + } + + previewToken() { + return this.values["previewToken"]; + } + + albumCategories() { + if (this.values["albumCategories"]) { + return this.values["albumCategories"]; + } + + return []; + } +} diff --git a/frontend/src/common/form.js b/frontend/src/common/form.js index 952a49d53..ca5418c9a 100644 --- a/frontend/src/common/form.js +++ b/frontend/src/common/form.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + export const FormPropertyType = Object.freeze({ String: "string", Number: "number", diff --git a/frontend/src/common/log.js b/frontend/src/common/log.js index 86cb8c9da..264ddb8d4 100644 --- a/frontend/src/common/log.js +++ b/frontend/src/common/log.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import Event from "pubsub-js"; class Log { @@ -7,7 +37,7 @@ class Log { this.logs = [ /* EXAMPLE LOG MESSAGE { - "msg": "waiting for events", + "message": "waiting for events", "level": "debug", "time": this.created.toISOString(), }, diff --git a/frontend/src/common/notify.js b/frontend/src/common/notify.js index 1a3103a84..ebbd015bf 100644 --- a/frontend/src/common/notify.js +++ b/frontend/src/common/notify.js @@ -1,21 +1,52 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import Event from "pubsub-js"; +import {$gettext} from "./vm"; const Notify = { info: function (message) { - Event.publish("notify.info", {msg: message}); + Event.publish("notify.info", {message}); }, - warning: function (message) { - Event.publish("notify.warning", {msg: message}); + warn: function (message) { + Event.publish("notify.warning", {message}); }, error: function (message) { - Event.publish("notify.error", {msg: message}); + Event.publish("notify.error", {message}); }, success: function (message) { - Event.publish("notify.success", {msg: message}); + Event.publish("notify.success", {message}); }, logout: function (message) { - Event.publish("notify.error", {msg: message}); - Event.publish("session.logout", {msg: message}); + Event.publish("notify.error", {message}); + Event.publish("session.logout", {message}); }, ajaxStart: function() { Event.publish("ajax.start"); @@ -24,21 +55,21 @@ const Notify = { Event.publish("ajax.end"); }, blockUI: function() { - const el = document.getElementById("p-busy-overlay"); + const el = document.getElementById("busy-overlay"); if(el) { el.style.display = "block"; } }, unblockUI: function() { - const el = document.getElementById("p-busy-overlay"); + const el = document.getElementById("busy-overlay"); if(el) { el.style.display = "none"; } }, wait: function () { - this.warning("Busy, please wait..."); + this.warn($gettext("Busy, please wait…")); }, }; diff --git a/frontend/src/common/session.js b/frontend/src/common/session.js index 99627f136..71b7b3000 100644 --- a/frontend/src/common/session.js +++ b/frontend/src/common/session.js @@ -1,6 +1,36 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import Api from "./api"; import Event from "pubsub-js"; -import User from "../model/user"; +import User from "model/user"; import Socket from "./websocket"; export default class Session { @@ -18,9 +48,13 @@ export default class Session { this.storage = storage; } - if (this.applyToken(this.storage.getItem("session_token"))) { - const userJson = this.storage.getItem("user"); - this.user = userJson !== "undefined" ? new User(JSON.parse(userJson)) : null; + if (this.applyId(this.storage.getItem("session_id"))) { + const dataJson = this.storage.getItem("data"); + this.data = dataJson !== "undefined" ? JSON.parse(dataJson) : null; + } + + if(this.data && this.data.user) { + this.user = new User(this.data.user); } if (this.isUser()) { @@ -39,7 +73,7 @@ export default class Session { } useSessionStorage() { - this.deleteToken(); + this.deleteId(); this.storage.setItem("session_storage", "true"); this.storage = window.sessionStorage; } @@ -49,41 +83,46 @@ export default class Session { this.storage = window.localStorage; } - applyToken(token) { - if (!token) { - this.deleteToken(); + applyId(id) { + if (!id) { + this.deleteId(); return false; } - this.session_token = token; - Api.defaults.headers.common["X-Session-Token"] = token; + this.session_id = id; + Api.defaults.headers.common["X-Session-ID"] = id; return true; } - setToken(token) { - this.storage.setItem("session_token", token); - return this.applyToken(token); + setId(id) { + this.storage.setItem("session_id", id); + return this.applyId(id); } setConfig(values) { this.config.setValues(values); } - getToken() { - return this.session_token; + getId() { + return this.session_id; } - deleteToken() { - this.session_token = null; - this.storage.removeItem("session_token"); - delete Api.defaults.headers.common["X-Session-Token"]; - this.deleteUser(); + deleteId() { + this.session_id = null; + this.storage.removeItem("session_id"); + delete Api.defaults.headers.common["X-Session-ID"]; + this.deleteData(); } - setUser(user) { - this.user = user; - this.storage.setItem("user", JSON.stringify(user.getValues())); + setData(data) { + if(!data) { + return; + } + + this.data = data; + this.user = new User(this.data.user); + this.storage.setItem("data", JSON.stringify(data)); this.auth = true; } @@ -120,59 +159,80 @@ export default class Session { } isAdmin() { - return this.user && this.user.hasId() && this.user.Role === "admin"; + return this.user && this.user.hasId() && this.user.Admin; } isAnonymous() { return !this.user || !this.user.hasId(); } - deleteUser() { + hasToken(token) { + if(!this.data || !this.data.tokens) { + return false; + } + + return this.data.tokens.indexOf(token) >= 0; + } + + deleteData() { this.auth = false; - this.user = null; - this.storage.removeItem("user"); + this.user = new User; + this.data = null; + this.storage.removeItem("data"); } sendClientInfo() { const clientInfo = { - "session": this.getToken(), - "js": window.clientConfig.jsHash, - "css": window.clientConfig.cssHash, - "version": window.clientConfig.version, + "session": this.getId(), + "js": window.__CONFIG__.jsHash, + "css": window.__CONFIG__.cssHash, + "version": window.__CONFIG__.version, }; try { Socket.send(JSON.stringify(clientInfo)); - } catch(e) { - console.log("can't send client info, websocket not connected (yet)"); + } catch (e) { + if(this.config.debug) { + console.log("session: can't use websocket, not connected (yet)"); + } } } - login(email, password) { - this.deleteToken(); + login(username, password, token) { + this.deleteId(); - return Api.post("session", {email: email, password: password}).then( - (result) => { - this.setConfig(result.data.config); - this.setToken(result.data.token); - this.setUser(new User(result.data.user)); + return Api.post("session", {username, password, token}).then( + (resp) => { + this.setConfig(resp.data.config); + this.setId(resp.data.id); + this.setData(resp.data.data); + this.sendClientInfo(); + } + ); + } + + redeemToken(token) { + return Api.post("session", {token}).then( + (resp) => { + this.setConfig(resp.data.config); + this.setId(resp.data.id); + this.setData(resp.data.data); this.sendClientInfo(); } ); } onLogout() { - console.log("ON LOGOUT"); - this.deleteToken(); + this.deleteId(); window.location = "/"; } logout() { - const token = this.getToken(); + const id = this.getId(); - this.deleteToken(); + this.deleteId(); - Api.delete("session/" + token).then( + Api.delete("session/" + id).then( () => { window.location = "/"; } diff --git a/frontend/src/common/util.js b/frontend/src/common/util.js index 9e7c2981a..4d2d459af 100644 --- a/frontend/src/common/util.js +++ b/frontend/src/common/util.js @@ -1,3 +1,33 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + const Nanosecond = 1; const Microsecond = 1000 * Nanosecond; const Millisecond = 1000 * Microsecond; @@ -88,7 +118,7 @@ export default class Util { length = 100; } if (ending == null) { - ending = "..."; + ending = "…"; } if (str.length > length) { return str.substring(0, length - ending.length) + ending; diff --git a/frontend/src/common/viewer.js b/frontend/src/common/viewer.js index 73594231a..4fa874f5b 100644 --- a/frontend/src/common/viewer.js +++ b/frontend/src/common/viewer.js @@ -1,8 +1,39 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import PhotoSwipe from "photoswipe"; import PhotoSwipeUI_Default from "photoswipe/dist/photoswipe-ui-default.js"; import Event from "pubsub-js"; +import stripHtml from "string-strip-html"; -const thumbs = window.clientConfig.thumbnails; +const thumbs = window.__CONFIG__.thumbs; class Viewer { constructor() { @@ -26,7 +57,7 @@ class Viewer { show(items, index = 0) { if (!Array.isArray(items) || items.length === 0 || index >= items.length) { - console.log("Array passed to gallery was empty:", items); + console.log("photo list passed to gallery was empty:", items); return; } @@ -53,16 +84,32 @@ class Viewer { counterEl: false, arrowEl: true, preloaderEl: true, - getImageURLForShare: function (button) { - const item = gallery.currItem; + addCaptionHTMLFn: function(item, captionEl /*, isFake */) { + // item - slide object + // captionEl - caption DOM element + // isFake - true when content is added to fake caption container + // (used to get size of next or previous caption) - if(button.id === "original") { - button.label = button.template.replace("size", item.original_w + " × " + item.original_h); - return item.download_url; - } else { - button.label = button.template.replace("size", item[button.id].w + " × " + item[button.id].h); - return item[button.id].src + "?download=1"; + if(!item.title) { + captionEl.children[0].innerHTML = ""; + return false; } + + captionEl.children[0].innerHTML = stripHtml(item.title); + + if(item.playable) { + captionEl.children[0].innerHTML += " movie_creation"; + } + + if(item.description) { + captionEl.children[0].innerHTML += "
" + stripHtml(item.description) + ""; + } + + if(item.playable) { + captionEl.children[0].innerHTML = ""; + } + + return true; }, }; @@ -76,9 +123,12 @@ class Viewer { this.gallery = gallery; - gallery.listen("beforeChange", function() { - Event.publish("viewer.change", {gallery: gallery, item: gallery.currItem}); - }); + gallery.listen("close", () => Event.publish("viewer.pause")); + gallery.listen("shareLinkClick", () => Event.publish("viewer.pause")); + gallery.listen("initialZoomIn", () => Event.publish("viewer.pause")); + gallery.listen("initialZoomOut", () => Event.publish("viewer.pause")); + + gallery.listen("beforeChange", () => Event.publish("viewer.change", {gallery: gallery, item: gallery.currItem})); gallery.listen("beforeResize", () => { realViewportWidth = gallery.viewportSize.x * window.devicePixelRatio; @@ -117,12 +167,14 @@ class Viewer { static mapViewportToImageSize(viewportWidth, viewportHeight) { for (let i = 0; i < thumbs.length; i++) { - if (thumbs[i].Width >= viewportWidth || thumbs[i].Height >= viewportHeight) { - return thumbs[i].Name; + let t = thumbs[i]; + + if (t.w >= viewportWidth || t.h >= viewportHeight) { + return t.size; } } - return "fit_720"; + return "fit_7680"; } } diff --git a/frontend/src/common/vm.js b/frontend/src/common/vm.js new file mode 100644 index 000000000..c675e7ad5 --- /dev/null +++ b/frontend/src/common/vm.js @@ -0,0 +1,21 @@ +export let vm = { + $gettext: (msgid) => msgid, + $ngettext: (msgid, plural, n) => { return n > 1 ? plural : msgid; }, + $pgettext:(context, msgid) => msgid, + $npgettext: (context, msgid) => msgid, +}; + +export function $gettext (msgid) { + return vm.$gettext(msgid); +} + +export function $ngettext (msgid, plural, n) { + return vm.$ngettext(msgid, plural, n); +} + +export function Mount (Vue, app, router) { + vm = new Vue({ + router, + render: h => h(app), + }).$mount("#photoprism"); +} diff --git a/frontend/src/common/websocket.js b/frontend/src/common/websocket.js index a4b2543d8..6cb13e8ce 100644 --- a/frontend/src/common/websocket.js +++ b/frontend/src/common/websocket.js @@ -1,5 +1,36 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + import Sockette from "sockette"; import Event from "pubsub-js"; +import {config} from "session"; const host = window.location.host; const prot = ("https:" === document.location.protocol ? "wss://" : "ws://"); @@ -8,17 +39,22 @@ const url = prot + host + "/api/v1/ws"; const Socket = new Sockette(url, { timeout: 5e3, onopen: e => { - console.log("websocket: connected", e); + console.log("websocket: connected"); + config.disconnected = false; + document.body.classList.remove("disconnected"); Event.publish("websocket.connected", e); }, onmessage: e => { const m = JSON.parse(e.data); Event.publish(m.event, m.data); }, - onreconnect: e => console.log("websocket: reconnecting", e), - onmaximum: e => console.warn("websocket: hit max reconnect limit", e), - onclose: e => console.log("websocket: closed", e), - onerror: e => console.log("websocket: error", e), + onreconnect: () => console.log("websocket: reconnecting"), + onmaximum: () => console.warn("websocket: hit max reconnect limit"), + onclose: () => { + console.warn("websocket: disconnected"); + config.disconnected = true; + document.body.classList.add("disconnected"); + }, }); export default Socket; diff --git a/frontend/src/component/album/clipboard.vue b/frontend/src/component/album/clipboard.vue new file mode 100644 index 000000000..a56896071 --- /dev/null +++ b/frontend/src/component/album/clipboard.vue @@ -0,0 +1,189 @@ + + diff --git a/frontend/src/component/album/toolbar.vue b/frontend/src/component/album/toolbar.vue new file mode 100644 index 000000000..5f975a01c --- /dev/null +++ b/frontend/src/component/album/toolbar.vue @@ -0,0 +1,167 @@ + + diff --git a/frontend/src/component/components.js b/frontend/src/component/components.js index dc50efa33..1f115f7b7 100644 --- a/frontend/src/component/components.js +++ b/frontend/src/component/components.js @@ -1,35 +1,69 @@ -import PNotify from "./p-notify.vue"; -import PNavigation from "./p-navigation.vue"; -import PLoadingBar from "./p-loading-bar.vue"; -import PVideoPlayer from "./p-video-player.vue"; -import PPhotoViewer from "./p-photo-viewer.vue"; -import PPhotoCards from "./p-photo-cards.vue"; -import PPhotoMosaic from "./p-photo-mosaic.vue"; -import PPhotoList from "./p-photo-list.vue"; -import PPhotoSearch from "./p-photo-search.vue"; -import PPhotoClipboard from "./p-photo-clipboard.vue"; -import PLabelClipboard from "./p-label-clipboard.vue"; -import PAlbumClipboard from "./p-album-clipboard.vue"; -import PAlbumToolbar from "./p-album-toolbar.vue"; -import PScrollTop from "./p-scroll-top.vue"; +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + +import PNotify from "./notify.vue"; +import PNavigation from "./navigation.vue"; +import PScrollTop from "./scroll-top.vue"; +import PLoadingBar from "./loading-bar.vue"; +import PVideoPlayer from "./video/player.vue"; +import PPhotoViewer from "./photo/viewer.vue"; +import PPhotoToolbar from "./photo/toolbar.vue"; +import PPhotoCards from "./photo/cards.vue"; +import PPhotoMosaic from "./photo/mosaic.vue"; +import PPhotoList from "./photo/list.vue"; +import PPhotoClipboard from "./photo/clipboard.vue"; +import PAlbumClipboard from "./album/clipboard.vue"; +import PAlbumToolbar from "./album/toolbar.vue"; +import PLabelClipboard from "./label/clipboard.vue"; +import PFileClipboard from "./file/clipboard.vue"; +import PAboutFooter from "./footer.vue"; const components = {}; components.install = (Vue) => { Vue.component("p-notify", PNotify); Vue.component("p-navigation", PNavigation); + Vue.component("p-scroll-top", PScrollTop); Vue.component("p-loading-bar", PLoadingBar); Vue.component("p-video-player", PVideoPlayer); Vue.component("p-photo-viewer", PPhotoViewer); + Vue.component("p-photo-toolbar", PPhotoToolbar); Vue.component("p-photo-cards", PPhotoCards); Vue.component("p-photo-mosaic", PPhotoMosaic); Vue.component("p-photo-list", PPhotoList); - Vue.component("p-photo-search", PPhotoSearch); Vue.component("p-photo-clipboard", PPhotoClipboard); - Vue.component("p-label-clipboard", PLabelClipboard); Vue.component("p-album-clipboard", PAlbumClipboard); Vue.component("p-album-toolbar", PAlbumToolbar); - Vue.component("p-scroll-top", PScrollTop); + Vue.component("p-label-clipboard", PLabelClipboard); + Vue.component("p-file-clipboard", PFileClipboard); + Vue.component("p-about-footer", PAboutFooter); }; export default components; diff --git a/frontend/src/component/file/clipboard.vue b/frontend/src/component/file/clipboard.vue new file mode 100644 index 000000000..c50fee02f --- /dev/null +++ b/frontend/src/component/file/clipboard.vue @@ -0,0 +1,114 @@ + + diff --git a/frontend/src/component/footer.vue b/frontend/src/component/footer.vue new file mode 100644 index 000000000..0eaf75c00 --- /dev/null +++ b/frontend/src/component/footer.vue @@ -0,0 +1,34 @@ + + + diff --git a/frontend/src/component/label/clipboard.vue b/frontend/src/component/label/clipboard.vue new file mode 100644 index 000000000..29f4c09fa --- /dev/null +++ b/frontend/src/component/label/clipboard.vue @@ -0,0 +1,140 @@ + + diff --git a/frontend/src/component/loading-bar.vue b/frontend/src/component/loading-bar.vue new file mode 100644 index 000000000..91e54ce65 --- /dev/null +++ b/frontend/src/component/loading-bar.vue @@ -0,0 +1,288 @@ + + diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue new file mode 100644 index 000000000..09a4b364b --- /dev/null +++ b/frontend/src/component/navigation.vue @@ -0,0 +1,510 @@ + + + diff --git a/frontend/src/component/notify.vue b/frontend/src/component/notify.vue new file mode 100644 index 000000000..4680b9716 --- /dev/null +++ b/frontend/src/component/notify.vue @@ -0,0 +1,138 @@ + + diff --git a/frontend/src/component/p-album-clipboard.vue b/frontend/src/component/p-album-clipboard.vue deleted file mode 100644 index 77beb4fee..000000000 --- a/frontend/src/component/p-album-clipboard.vue +++ /dev/null @@ -1,123 +0,0 @@ - - diff --git a/frontend/src/component/p-album-toolbar.vue b/frontend/src/component/p-album-toolbar.vue deleted file mode 100644 index b26da01c7..000000000 --- a/frontend/src/component/p-album-toolbar.vue +++ /dev/null @@ -1,204 +0,0 @@ - - diff --git a/frontend/src/component/p-label-clipboard.vue b/frontend/src/component/p-label-clipboard.vue deleted file mode 100644 index 573c1a83b..000000000 --- a/frontend/src/component/p-label-clipboard.vue +++ /dev/null @@ -1,146 +0,0 @@ - - diff --git a/frontend/src/component/p-loading-bar.vue b/frontend/src/component/p-loading-bar.vue deleted file mode 100644 index c5f28213b..000000000 --- a/frontend/src/component/p-loading-bar.vue +++ /dev/null @@ -1,288 +0,0 @@ - - diff --git a/frontend/src/component/p-navigation.vue b/frontend/src/component/p-navigation.vue deleted file mode 100644 index 8d44796fd..000000000 --- a/frontend/src/component/p-navigation.vue +++ /dev/null @@ -1,370 +0,0 @@ - - - diff --git a/frontend/src/component/p-notify.vue b/frontend/src/component/p-notify.vue deleted file mode 100644 index a59eeacbc..000000000 --- a/frontend/src/component/p-notify.vue +++ /dev/null @@ -1,138 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-cards.vue b/frontend/src/component/p-photo-cards.vue deleted file mode 100644 index 84eea44e1..000000000 --- a/frontend/src/component/p-photo-cards.vue +++ /dev/null @@ -1,189 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-clipboard.vue b/frontend/src/component/p-photo-clipboard.vue deleted file mode 100644 index 922cf9bbb..000000000 --- a/frontend/src/component/p-photo-clipboard.vue +++ /dev/null @@ -1,256 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-list.vue b/frontend/src/component/p-photo-list.vue deleted file mode 100644 index e3be3ff63..000000000 --- a/frontend/src/component/p-photo-list.vue +++ /dev/null @@ -1,180 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-mosaic.vue b/frontend/src/component/p-photo-mosaic.vue deleted file mode 100644 index c6bf0713b..000000000 --- a/frontend/src/component/p-photo-mosaic.vue +++ /dev/null @@ -1,143 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-search.vue b/frontend/src/component/p-photo-search.vue deleted file mode 100644 index a0d722aac..000000000 --- a/frontend/src/component/p-photo-search.vue +++ /dev/null @@ -1,245 +0,0 @@ - - diff --git a/frontend/src/component/p-photo-viewer.vue b/frontend/src/component/p-photo-viewer.vue deleted file mode 100644 index 714abce8a..000000000 --- a/frontend/src/component/p-photo-viewer.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - diff --git a/frontend/src/component/p-scroll-top.vue b/frontend/src/component/p-scroll-top.vue deleted file mode 100644 index 1b91b4ed4..000000000 --- a/frontend/src/component/p-scroll-top.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - diff --git a/frontend/src/component/p-video-player.vue b/frontend/src/component/p-video-player.vue deleted file mode 100644 index d6e121ba2..000000000 --- a/frontend/src/component/p-video-player.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - diff --git a/frontend/src/component/photo/cards.vue b/frontend/src/component/photo/cards.vue new file mode 100644 index 000000000..a3c151dbc --- /dev/null +++ b/frontend/src/component/photo/cards.vue @@ -0,0 +1,265 @@ + + diff --git a/frontend/src/component/photo/clipboard.vue b/frontend/src/component/photo/clipboard.vue new file mode 100644 index 000000000..41e60f003 --- /dev/null +++ b/frontend/src/component/photo/clipboard.vue @@ -0,0 +1,235 @@ + + diff --git a/frontend/src/component/photo/list.vue b/frontend/src/component/photo/list.vue new file mode 100644 index 000000000..2a9e4920f --- /dev/null +++ b/frontend/src/component/photo/list.vue @@ -0,0 +1,234 @@ + + diff --git a/frontend/src/component/photo/mosaic.vue b/frontend/src/component/photo/mosaic.vue new file mode 100644 index 000000000..cef66f98b --- /dev/null +++ b/frontend/src/component/photo/mosaic.vue @@ -0,0 +1,183 @@ + + diff --git a/frontend/src/component/photo/toolbar.vue b/frontend/src/component/photo/toolbar.vue new file mode 100644 index 000000000..8ea66295a --- /dev/null +++ b/frontend/src/component/photo/toolbar.vue @@ -0,0 +1,257 @@ + + diff --git a/frontend/src/component/photo/viewer.vue b/frontend/src/component/photo/viewer.vue new file mode 100644 index 000000000..208af5a5f --- /dev/null +++ b/frontend/src/component/photo/viewer.vue @@ -0,0 +1,196 @@ + + + diff --git a/frontend/src/component/scroll-top.vue b/frontend/src/component/scroll-top.vue new file mode 100644 index 000000000..18809a826 --- /dev/null +++ b/frontend/src/component/scroll-top.vue @@ -0,0 +1,49 @@ + + + diff --git a/frontend/src/component/video/player.vue b/frontend/src/component/video/player.vue new file mode 100644 index 000000000..4d36c837e --- /dev/null +++ b/frontend/src/component/video/player.vue @@ -0,0 +1,132 @@ + + + diff --git a/frontend/src/css/animate.css b/frontend/src/css/animate.css new file mode 100644 index 000000000..4675df142 --- /dev/null +++ b/frontend/src/css/animate.css @@ -0,0 +1,94 @@ +@-webkit-keyframes rainbow { + 0% { + background-position: 0 50% + } + 50% { + background-position: 100% 50% + } + 100% { + background-position: 0 50% + } +} + +@-moz-keyframes rainbow { + 0% { + background-position: 0 50% + } + 50% { + background-position: 100% 50% + } + 100% { + background-position: 0 50% + } +} + +@keyframes rainbow { + 0% { + background-position: 0 50% + } + 50% { + background-position: 100% 50% + } + 100% { + background-position: 0 50% + } +} + +#photoprism .animate-rainbow { + background: repeating-linear-gradient(315deg, #ff9aa2, #dabcd2, #c7ceea, #bbe0de, #b5ead7); + background-size: 200% 200%; + + -webkit-animation: rainbow 6s ease infinite; + -moz-animation: rainbow 6s ease infinite; + animation: rainbow 6s ease infinite; +} + +#photoprism .static-rainbow { + background-size: 200% 200%; + background: repeating-linear-gradient(315deg, #ff9aa2, #dabcd2, #c7ceea, #bbe0de, #b5ead7) 100% 50%; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +#photoprism .animate-rotate { + animation: rotation 8s infinite linear; +} + +@keyframes pulse { + 0% { + opacity: 0.5; + } + 50% { + opacity: 1; + } + 100% { + opacity: 0.5; + } +} + +#photoprism .animate-pulse { + animation: pulse 5s infinite; +} + +@keyframes stretch { + 0% { + transform: scale(.3); + } + 50% { + transform: scale(1); + } + 100% { + transform: scale(.3); + } +} + +#photoprism .animate-stretch { + animation: stretch 1.5s ease-out 0s alternate infinite none running; +} diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index 54cd986a9..074f8c3a8 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -1,12 +1,48 @@ +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + @import url("../../node_modules/material-design-icons-iconfont/dist/material-design-icons.css"); @import url("../../node_modules/vuetify/dist/vuetify.min.css"); @import url("../../node_modules/mapbox-gl/dist/mapbox-gl.css"); +@import url("animate.css"); +@import url("navigation.css"); +@import url("logs.css"); +@import url("visibility.css"); +@import url("tables.css"); @import url("video.css"); -@import url("colorchange.css"); @import url("maps.css"); @import url("viewer.css"); @import url("photos.css"); @import url("labels.css"); +@import url("files.css"); +@import url("help.css"); html, body { @@ -14,7 +50,7 @@ body { } body { - background: rgb(250, 250, 250); + background-color: #fafafa; color: #333333; font-family: Roboto, sans-serif; } @@ -30,7 +66,7 @@ main { z-index: 1; } -#p-busy-overlay { +#busy-overlay { display: none; position: fixed; top: 0; @@ -41,20 +77,7 @@ main { background-color: rgba(0, 0, 0, 0.2); } -#p-navigation { - z-index: 10; -} - -#p-navigation .p-navigation-count { - opacity: 0.5; - position: absolute; - left: 80px; - width: 40px; - display: inline-block; - text-align: right; -} - -#photoprism div.loading { +#photoprism div.fullscreen { position: fixed; top: 0; left: 0; @@ -62,27 +85,35 @@ main { bottom: 0; } -#photoprism div.loading p { - color: #616161; +#photoprism div.logo-large { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: 300px; + height: 300px; } -#photoprism div.loading div.bar { - margin: 0; - width: 100%; - height: 8px; - animation: colorchange 3s infinite; - -webkit-animation: colorchange 3s infinite; +#photoprism div.loading-logo { + position: fixed; + top: 45%; + left: 50%; + transform: translate(-50%, -50%); + width: 300px; + height: 300px; +} + +#photoprism div.loading-bar { + position: fixed; + bottom: 15%; + right: 10%; + left: 10%; } #photoprism main .p-results a { color: #333333; } -#photoprism main .p-inline-edit a, -#photoprism main .p-inline-edit a span { - cursor: text; -} - #photoprism .v-badge__badge { font-size: 12px; height: 19px; @@ -91,143 +122,32 @@ main { top: -8px; } -#photoprism .p-pointer { +#photoprism .clickable { cursor: pointer; } -#photoprism .p-logs { - color: white; +#photoprism button:focus { + outline: none; } -#photoprism .p-log-empty, -#photoprism .p-log-message{ - display: block; - text-align: left; - font-size: 1em; - font-family: monospace; - white-space: normal; - color: white; - padding: 4px; - margin: 0; +#photoprism .p-scroll-top { + top: 72px; + right: 8px; } -#photoprism .p-log-empty { - font-weight: normal; +#photoprism .float-left { + float: left; } -#photoprism .p-log-message { - font-weight: bold; +#photoprism .float-right { + float: right; } -#photoprism .p-log-message span { - color: #FEFEFE; - font-weight: normal; +#photoprism .p-page pre { + overflow: auto; } -#photoprism .p-log-fatal, -#photoprism .p-log-critical, -#photoprism .p-log-error { - color: #F48FB1; -} - -#photoprism .p-log-warning { - color: #FFD600; -} - -#photoprism .p-log-fatal { - color: #FFECB3; -} - -#photoprism .p-log-info { - color: #82B1FF; -} - -#photoprism .p-log-debug { - color: #DDDDDD; -} - -#photoprism .p-clickable { - cursor: pointer; -} - -#photoprism .p-rounded { - border-radius: 50%; -} - -/* Feature Flags */ - -.p-experimental, -.p-debug, -.p-public, -.p-readonly { - display: none; -} - -body.experimental #photoprism .p-experimental, -body.debug #photoprism .p-debug, -body.public #photoprism .p-public, -body.readonly #photoprism .p-readonly { - display: block; -} - -div.v-dialog table.v-table thead th, -div.v-dialog table.v-table tbody td, -div.v-dialog table.v-table tfoot td { - padding: 0 16px; -} - -table.v-table tbody td, -table.v-table tbody td input, -table.v-table tbody td label.v-label, -table.v-table tfoot td, -table.v-table tfoot td input, -table.v-table tfoot td label.v-label -{ - font-weight: 400; - font-size: 13px; -} - -table.v-table tbody td div.v-input__slot, -table.v-table tfoot td div.v-input__slot { - padding: 0 !important; -} - -#photoprism .opacity-0 { - opacity: 0 !important; -} - -#photoprism .opacity-50 { - opacity: 0.5 !important; -} - -#photoprism .opacity-60 { - opacity: 0.6 !important; -} - -#photoprism .opacity-70 { - opacity: 0.7 !important; -} - -#photoprism .opacity-75 { - opacity: 0.75 !important; -} - -#photoprism .opacity-80 { - opacity: 0.8 !important; -} - -#photoprism .opacity-85 { - opacity: 0.85 !important; -} - -#photoprism .opacity-90 { - opacity: 0.9 !important; -} - -#photoprism .opacity-95 { - opacity: 0.95 !important; -} - -#photoprism .opacity-100 { - opacity: 1 !important; +#photoprism .v-card button, +#photoprism .v-card .caption { + overflow-wrap: anywhere; } diff --git a/frontend/src/css/colorchange.css b/frontend/src/css/colorchange.css deleted file mode 100644 index 8ed136744..000000000 --- a/frontend/src/css/colorchange.css +++ /dev/null @@ -1,70 +0,0 @@ -@-webkit-keyframes rainbow-animation { - 0%{background-position:0% 50%} - 50%{background-position:100% 50%} - 100%{background-position:0% 50%} -} -@-moz-keyframes rainbow-animation { - 0%{background-position:0% 50%} - 50%{background-position:100% 50%} - 100%{background-position:0% 50%} -} -@keyframes rainbow-animation { - 0%{background-position:0% 50%} - 50%{background-position:100% 50%} - 100%{background-position:0% 50%} -} - -.rainbow { - background: repeating-linear-gradient(45deg, #FF9AA2, #FFB7B2, #FFDAC1, #E2F0CB, #B5EAD7, #C7CEEA); - background-size: 200% 200%; - - -webkit-animation: rainbow-animation 6s ease infinite; - -moz-animation: rainbow-animation 6s ease infinite; - animation: rainbow-animation 6s ease infinite; -} - -@keyframes colorchange -{ - 0% {background: #EF5350;} - 25% {background: #FFD600;} - 50% {background: #00ACC1;} - 75% {background: #00BFA5;} - 100% {background: #E57373;} -} - -@-webkit-keyframes colorchange -{ - 0% {background: #EF5350;} - 25% {background: #FFD600;} - 50% {background: #00ACC1;} - 75% {background: #00BFA5;} - 100% {background: #E57373;} -} - -.colorchange { - animation: colorchange 3s infinite; - -webkit-animation: colorchange 3s infinite; -} - -@keyframes colorchange--text -{ - 0% {color: #EF5350;} - 25% {color: #FFD600;} - 50% {color: #00ACC1;} - 75% {color: #00BFA5;} - 100% {color: #E57373;} -} - -@-webkit-keyframes colorchange--text -{ - 0% {color: #EF5350;} - 25% {color: #FFD600;} - 50% {color: #00ACC1;} - 75% {color: #00BFA5;} - 100% {color: #E57373;} -} - -.colorchange--text { - animation: colorchange--text 5s infinite; - -webkit-animation: colorchange--text 5s infinite; -} diff --git a/frontend/src/css/files.css b/frontend/src/css/files.css new file mode 100644 index 000000000..a6315eb86 --- /dev/null +++ b/frontend/src/css/files.css @@ -0,0 +1,5 @@ +#photoprism .p-folders-cards .p-folder-like, +#photoprism .p-files-cards .p-files-like { + left: 4px; + bottom: 4px; +} diff --git a/frontend/src/css/help.css b/frontend/src/css/help.css new file mode 100644 index 000000000..a2dbbb401 --- /dev/null +++ b/frontend/src/css/help.css @@ -0,0 +1,22 @@ +#photoprism-help h3 { + margin: 1em 0 1em 0; + padding: 0; +} + +#photoprism-help p { + margin: 0 0 1em 0; + padding: 0; +} + +#photoprism p a.highlight, +#photoprism #photoprism-help p a{ + color: #222; + text-decoration: none; + text-shadow: -3px 0px 3px rgba(84, 226, 255, 0.15), 3px 0px 3px rgba(84, 226, 255, 0.15), 6px 0px 6px rgba(84, 226, 255, 0.15), -6px 0px 6px rgba(84, 226, 255, 0.15); + /* text-shadow: -3px 0px 3px rgba(255, 255, 0, 0.5), 3px 0px 3px rgba(255, 255, 0, 0.5), 6px 0px 6px rgba(255, 255, 0, 0.5), -6px 0px 6px rgba(255, 255, 0, 0.5); */ +} + +#photoprism .v-alert a { + color: inherit; + text-decoration: none; +} diff --git a/frontend/src/css/labels.css b/frontend/src/css/labels.css index 627489300..944f61079 100644 --- a/frontend/src/css/labels.css +++ b/frontend/src/css/labels.css @@ -2,3 +2,8 @@ left: 4px; bottom: 4px; } + +#photoprism main .p-inline-edit a, +#photoprism main .p-inline-edit a span { + cursor: text; +} diff --git a/frontend/src/css/logs.css b/frontend/src/css/logs.css new file mode 100644 index 000000000..a73f8333b --- /dev/null +++ b/frontend/src/css/logs.css @@ -0,0 +1,51 @@ + +#photoprism .p-logs { + color: white; +} + +#photoprism .p-log-empty, +#photoprism .p-log-message { + display: block; + text-align: left; + font-size: 1em; + font-family: monospace; + white-space: normal; + color: white; + padding: 4px; + margin: 0; +} + +#photoprism .p-log-empty { + font-weight: normal; +} + +#photoprism .p-log-message { + font-weight: bold; +} + +#photoprism .p-log-message span { + color: #FEFEFE; + font-weight: normal; +} + +#photoprism .p-log-fatal, +#photoprism .p-log-critical, +#photoprism .p-log-error { + color: #F48FB1; +} + +#photoprism .p-log-warning { + color: #FFD600; +} + +#photoprism .p-log-fatal { + color: #FFECB3; +} + +#photoprism .p-log-info { + color: #82B1FF; +} + +#photoprism .p-log-debug { + color: #DDDDDD; +} diff --git a/frontend/src/css/navigation.css b/frontend/src/css/navigation.css new file mode 100644 index 000000000..e37be2379 --- /dev/null +++ b/frontend/src/css/navigation.css @@ -0,0 +1,44 @@ +#p-navigation { + z-index: 10; +} + +#p-navigation .nav-count { + opacity: 0.5; + position: absolute; + left: 80px; + width: 40px; + display: inline-block; + text-align: right; +} + +.v-list__group__header .v-list__group__header__append-icon { + padding-left: 8px !important; +} + +#photoprism .p-page a, +#photoprism .v-toolbar a, +#photoprism .text-link { + text-decoration: none; + color: #333333; +} + +#photoprism .theme--dark.v-sheet .text-link, +#photoprism .theme--dark.v-card .text-link { + color: white; +} + +#photoprism-info { + position: fixed; + bottom: 0; + right: 0; + padding: 0 5px; + background-color: rgba(255, 255, 255, 0.6); + margin: 0; + border-radius: 5px 0 0 0; +} + +#photoprism-info a { + text-decoration: none; + font-size: 12px; + color: #000; +} diff --git a/frontend/src/css/photos.css b/frontend/src/css/photos.css index c2d82a875..35ba9fa4c 100644 --- a/frontend/src/css/photos.css +++ b/frontend/src/css/photos.css @@ -35,7 +35,9 @@ } #photoprism .p-photo-mosaic .p-photo-merged, -#photoprism .p-photo-cards .p-photo-merged { +#photoprism .p-photo-cards .p-photo-merged, +#photoprism .p-photo-mosaic .p-photo-live, +#photoprism .p-photo-cards .p-photo-live { top: 4px; left: 4px; } @@ -57,18 +59,28 @@ bottom: 4px; } +#photoprism .p-photo-cards .action-select, +#photoprism .p-photo-mosaic .action-select, #photoprism .p-photo-cards .p-photo-select, #photoprism .p-photo-mosaic .p-photo-select { right: 4px; bottom: 4px; } +#photoprism .p-albums-cards .action-select, #photoprism .p-albums-cards .p-album-select, -#photoprism .p-labels-cards .p-label-select { +#photoprism .p-labels-cards .p-label-select, +#photoprism .p-folders-cards .p-folder-select, +#photoprism .p-files-cards .p-file-select { right: 4px; bottom: 4px; } +#photoprism .p-albums-cards .action-share { + top: 4px; + left: 4px; +} + #photoprism .p-labels-cards .p-label-count { position: absolute; left: 12px; @@ -84,6 +96,19 @@ background-color: rgba(100, 100, 100, 0.5) !important; } +#photoprism .p-album-desc button, #photoprism .p-photo-desc button { text-align: left; } + +#photoprism .p-photo video { + width: 100% !important; + height: auto !important; + position: absolute; + overflow: hidden; +} + +#photoprism table.photo-files tbody tr td:first-child { + width: 30%; + padding: 0 16px 0 24px; +} diff --git a/frontend/src/css/tables.css b/frontend/src/css/tables.css new file mode 100644 index 000000000..d7723b3e7 --- /dev/null +++ b/frontend/src/css/tables.css @@ -0,0 +1,29 @@ +div.v-dialog table.v-table thead th, +div.v-dialog table.v-table tbody td, +div.v-dialog table.v-table tfoot td { + padding: 0 16px; +} + +table.v-table tbody td, +table.v-table tbody td input, +table.v-table tbody td select, +table.v-table tbody td .v-input, +table.v-table tbody td label.v-label, +table.v-table tfoot td, +table.v-table tfoot td input, +table.v-table tbody td select, +table.v-table tbody td .v-input, +table.v-table tfoot td label.v-label { + font-weight: 400; + font-size: 13px; +} + +table.v-table tbody td div.v-input__slot, +table.v-table tfoot td div.v-input__slot { + padding: 0 !important; +} + +table.v-table tbody td .v-icon.src { + font-size: 13px; + margin-left: 4px; +} diff --git a/frontend/src/css/video.css b/frontend/src/css/video.css index f8fc13e9f..2128e832c 100644 --- a/frontend/src/css/video.css +++ b/frontend/src/css/video.css @@ -23,9 +23,18 @@ } #photoprism .p-video-dialog { - overflow: hidden !important; + z-index: 1600; } #photoprism .p-video-player { overflow: hidden !important; } + +#photoprism .vm--modal { + position: relative; + overflow: hidden; + box-sizing: border-box; + background-color: transparent; + border-radius: 0; + box-shadow: none; +} diff --git a/frontend/src/css/viewer.css b/frontend/src/css/viewer.css index d1259f89b..ba058ea0c 100644 --- a/frontend/src/css/viewer.css +++ b/frontend/src/css/viewer.css @@ -1,3 +1,7 @@ +#p-photo-viewer { + z-index: 1500; +} + #p-photo-viewer .pswp__caption__center { text-align: center; max-width: 80%; @@ -6,4 +10,51 @@ padding: 10px; line-height: 20px; color: #E0E0E0; + font-weight: 400; +} + +#p-photo-viewer .pswp__caption__center .v-icon, +#p-photo-viewer .pswp__caption__center a { + font-weight: 400; + font-size: 17px; + text-decoration: none; + padding-left: 4px; +} + +#p-photo-viewer .pswp__caption__center .description { + font-weight: 300; + font-size: 13px; +} + +#p-photo-viewer .pswp__caption__center .taken { + font-weight: 300; + font-size: 13px; +} + +#p-photo-viewer .pswp__taken { + padding: 10px; + line-height: 20px; + font-size: 14px; + color: #E0E0E0; + font-weight: 300; + width: auto; + height: 44px; + position: relative; + background: none; + cursor: none; + overflow: visible; + -webkit-appearance: none; + display: block; + border: 0; + margin: 0; + float: left; + opacity: 0.75; + -webkit-transition: opacity 0.2s; + transition: opacity 0.2s; + -webkit-box-shadow: none; + box-shadow: none; +} + +#p-photo-viewer .pswp__container.slideshow { + transition: transform 0.8s ease-in-out; } diff --git a/frontend/src/css/visibility.css b/frontend/src/css/visibility.css new file mode 100644 index 000000000..4344bf51f --- /dev/null +++ b/frontend/src/css/visibility.css @@ -0,0 +1,65 @@ +/* Feature Flags */ + +#photoprism .hidden-always, +body.disconnected .connected, +body.shared #photoprism .hidden-shared-only { + display: none !important; +} + +#photoprism .feature-mobile, +#photoprism .feature-experimental, +#photoprism .feature-debug, +#photoprism .feature-public, +#photoprism .feature-readonly { + display: none !important; +} + +body.mobile #photoprism .feature-mobile, +body.experimental #photoprism .feature-experimental, +body.debug #photoprism .feature-debug, +body.public #photoprism .feature-public, +body.readonly #photoprism .feature-readonly { + display: block !important; +} + +/* Opacity */ + +#photoprism .opacity-0 { + opacity: 0 !important; +} + +#photoprism .opacity-50 { + opacity: 0.5 !important; +} + +#photoprism .opacity-60 { + opacity: 0.6 !important; +} + +#photoprism .opacity-70 { + opacity: 0.7 !important; +} + +#photoprism .opacity-75 { + opacity: 0.75 !important; +} + +#photoprism .opacity-80 { + opacity: 0.8 !important; +} + +#photoprism .opacity-85 { + opacity: 0.85 !important; +} + +#photoprism .opacity-90 { + opacity: 0.9 !important; +} + +#photoprism .opacity-95 { + opacity: 0.95 !important; +} + +#photoprism .opacity-100 { + opacity: 1 !important; +} diff --git a/frontend/src/dialog/account/add.vue b/frontend/src/dialog/account/add.vue new file mode 100644 index 000000000..85fd08038 --- /dev/null +++ b/frontend/src/dialog/account/add.vue @@ -0,0 +1,104 @@ + + diff --git a/frontend/src/dialog/account/edit.vue b/frontend/src/dialog/account/edit.vue new file mode 100644 index 000000000..a59c016d1 --- /dev/null +++ b/frontend/src/dialog/account/edit.vue @@ -0,0 +1,396 @@ + + diff --git a/frontend/src/dialog/account/p-account-add-dialog.vue b/frontend/src/dialog/account/p-account-add-dialog.vue deleted file mode 100644 index 70e7985e6..000000000 --- a/frontend/src/dialog/account/p-account-add-dialog.vue +++ /dev/null @@ -1,100 +0,0 @@ - - diff --git a/frontend/src/dialog/account/p-account-edit-dialog.vue b/frontend/src/dialog/account/p-account-edit-dialog.vue deleted file mode 100644 index 068eb277b..000000000 --- a/frontend/src/dialog/account/p-account-edit-dialog.vue +++ /dev/null @@ -1,441 +0,0 @@ - - diff --git a/frontend/src/dialog/account/p-account-remove-dialog.vue b/frontend/src/dialog/account/p-account-remove-dialog.vue deleted file mode 100644 index 7218210f8..000000000 --- a/frontend/src/dialog/account/p-account-remove-dialog.vue +++ /dev/null @@ -1,51 +0,0 @@ - - diff --git a/frontend/src/dialog/account/remove.vue b/frontend/src/dialog/account/remove.vue new file mode 100644 index 000000000..ee3b6ad6e --- /dev/null +++ b/frontend/src/dialog/account/remove.vue @@ -0,0 +1,51 @@ + + diff --git a/frontend/src/dialog/album/delete.vue b/frontend/src/dialog/album/delete.vue new file mode 100644 index 000000000..2ead44d60 --- /dev/null +++ b/frontend/src/dialog/album/delete.vue @@ -0,0 +1,43 @@ + + diff --git a/frontend/src/dialog/album/edit.vue b/frontend/src/dialog/album/edit.vue new file mode 100644 index 000000000..3e58caa31 --- /dev/null +++ b/frontend/src/dialog/album/edit.vue @@ -0,0 +1,154 @@ + + diff --git a/frontend/src/dialog/album/p-album-delete-dialog.vue b/frontend/src/dialog/album/p-album-delete-dialog.vue deleted file mode 100644 index aff5a9de7..000000000 --- a/frontend/src/dialog/album/p-album-delete-dialog.vue +++ /dev/null @@ -1,43 +0,0 @@ - - diff --git a/frontend/src/dialog/dialogs.js b/frontend/src/dialog/dialogs.js index 2b8a3af60..f47fe9570 100644 --- a/frontend/src/dialog/dialogs.js +++ b/frontend/src/dialog/dialogs.js @@ -1,14 +1,48 @@ -import PAccountAddDialog from "./account/p-account-add-dialog.vue"; -import PAccountRemoveDialog from "./account/p-account-remove-dialog.vue"; -import PAccountEditDialog from "./account/p-account-edit-dialog.vue"; -import PPhotoArchiveDialog from "./p-photo-archive-dialog.vue"; -import PPhotoAlbumDialog from "./p-photo-album-dialog.vue"; -import PPhotoEditDialog from "./p-photo-edit-dialog.vue"; -import PPhotoShareDialog from "./p-photo-share-dialog.vue"; -import PAlbumDeleteDialog from "./album/p-album-delete-dialog.vue"; -import PLabelDeleteDialog from "./label/p-label-delete-dialog.vue"; -import PUploadDialog from "./p-upload-dialog.vue"; -import PVideoDialog from "./p-video-dialog.vue"; +/* + +Copyright (c) 2018 - 2020 Michael Mayer + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + PhotoPrism™ is a registered trademark of Michael Mayer. You may use it as required + to describe our software, run your own server, for educational purposes, but not for + offering commercial goods, products, or services without prior written permission. + In other words, please ask. + +Feel free to send an e-mail to hello@photoprism.org if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: +https://docs.photoprism.org/developer-guide/ + +*/ + +import PAccountAddDialog from "./account/add.vue"; +import PAccountRemoveDialog from "./account/remove.vue"; +import PAccountEditDialog from "./account/edit.vue"; +import PPhotoArchiveDialog from "./photo/archive.vue"; +import PPhotoAlbumDialog from "./photo/album.vue"; +import PPhotoEditDialog from "./photo/edit.vue"; +import PAlbumEditDialog from "./album/edit.vue"; +import PAlbumDeleteDialog from "./album/delete.vue"; +import PLabelDeleteDialog from "./label/delete.vue"; +import PUploadDialog from "./upload.vue"; +import PVideoDialog from "./video.vue"; +import PShareDialog from "./share.vue"; +import PShareUploadDialog from "./share/upload.vue"; +import PWebdavDialog from "./webdav.vue"; +import PReloadDialog from "./reload.vue"; const dialogs = {}; @@ -19,11 +53,15 @@ dialogs.install = (Vue) => { Vue.component("p-photo-archive-dialog", PPhotoArchiveDialog); Vue.component("p-photo-album-dialog", PPhotoAlbumDialog); Vue.component("p-photo-edit-dialog", PPhotoEditDialog); - Vue.component("p-photo-share-dialog", PPhotoShareDialog); + Vue.component("p-album-edit-dialog", PAlbumEditDialog); Vue.component("p-album-delete-dialog", PAlbumDeleteDialog); Vue.component("p-label-delete-dialog", PLabelDeleteDialog); Vue.component("p-upload-dialog", PUploadDialog); Vue.component("p-video-dialog", PVideoDialog); + Vue.component("p-share-dialog", PShareDialog); + Vue.component("p-share-upload-dialog", PShareUploadDialog); + Vue.component("p-webdav-dialog", PWebdavDialog); + Vue.component("p-reload-dialog", PReloadDialog); }; export default dialogs; diff --git a/frontend/src/dialog/label/delete.vue b/frontend/src/dialog/label/delete.vue new file mode 100644 index 000000000..f0d73ed97 --- /dev/null +++ b/frontend/src/dialog/label/delete.vue @@ -0,0 +1,43 @@ + + diff --git a/frontend/src/dialog/label/p-label-delete-dialog.vue b/frontend/src/dialog/label/p-label-delete-dialog.vue deleted file mode 100644 index 8297ad1ff..000000000 --- a/frontend/src/dialog/label/p-label-delete-dialog.vue +++ /dev/null @@ -1,43 +0,0 @@ - - diff --git a/frontend/src/dialog/p-photo-album-dialog.vue b/frontend/src/dialog/p-photo-album-dialog.vue deleted file mode 100644 index cb3bd0cc1..000000000 --- a/frontend/src/dialog/p-photo-album-dialog.vue +++ /dev/null @@ -1,126 +0,0 @@ - - diff --git a/frontend/src/dialog/p-photo-archive-dialog.vue b/frontend/src/dialog/p-photo-archive-dialog.vue deleted file mode 100644 index 9b736078b..000000000 --- a/frontend/src/dialog/p-photo-archive-dialog.vue +++ /dev/null @@ -1,43 +0,0 @@ - - diff --git a/frontend/src/dialog/p-photo-edit-dialog.vue b/frontend/src/dialog/p-photo-edit-dialog.vue deleted file mode 100644 index c623a1cc9..000000000 --- a/frontend/src/dialog/p-photo-edit-dialog.vue +++ /dev/null @@ -1,158 +0,0 @@ - - diff --git a/frontend/src/dialog/p-photo-share-dialog.vue b/frontend/src/dialog/p-photo-share-dialog.vue deleted file mode 100644 index deb57bf45..000000000 --- a/frontend/src/dialog/p-photo-share-dialog.vue +++ /dev/null @@ -1,172 +0,0 @@ - - diff --git a/frontend/src/dialog/p-upload-dialog.vue b/frontend/src/dialog/p-upload-dialog.vue deleted file mode 100644 index fb78d179a..000000000 --- a/frontend/src/dialog/p-upload-dialog.vue +++ /dev/null @@ -1,184 +0,0 @@ - - diff --git a/frontend/src/dialog/p-video-dialog.vue b/frontend/src/dialog/p-video-dialog.vue deleted file mode 100644 index 9aff53673..000000000 --- a/frontend/src/dialog/p-video-dialog.vue +++ /dev/null @@ -1,93 +0,0 @@ - - diff --git a/frontend/src/dialog/photo/album.vue b/frontend/src/dialog/photo/album.vue new file mode 100644 index 000000000..50f819f89 --- /dev/null +++ b/frontend/src/dialog/photo/album.vue @@ -0,0 +1,128 @@ + + diff --git a/frontend/src/dialog/photo/archive.vue b/frontend/src/dialog/photo/archive.vue new file mode 100644 index 000000000..0d6e6e046 --- /dev/null +++ b/frontend/src/dialog/photo/archive.vue @@ -0,0 +1,43 @@ + + diff --git a/frontend/src/dialog/photo/details.vue b/frontend/src/dialog/photo/details.vue index aab9a9daa..75fb68d19 100644 --- a/frontend/src/dialog/photo/details.vue +++ b/frontend/src/dialog/photo/details.vue @@ -1,403 +1,435 @@ diff --git a/frontend/src/dialog/photo/files.vue b/frontend/src/dialog/photo/files.vue index 7497b7688..ad1cffa1b 100644 --- a/frontend/src/dialog/photo/files.vue +++ b/frontend/src/dialog/photo/files.vue @@ -1,59 +1,209 @@ diff --git a/frontend/src/dialog/photo/labels.vue b/frontend/src/dialog/photo/labels.vue index 0fbeda91c..e649e0109 100644 --- a/frontend/src/dialog/photo/labels.vue +++ b/frontend/src/dialog/photo/labels.vue @@ -1,97 +1,100 @@