diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/CODEOWNERS b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/CODEOWNERS deleted file mode 100644 index 552e0ade96a92..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/CODEOWNERS +++ /dev/null @@ -1,12 +0,0 @@ -# See https://help.github.com/articles/about-codeowners/ -# for more info about CODEOWNERS file - -# It uses the same pattern rule for gitignore file -# https://git-scm.com/docs/gitignore#_pattern_format - -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# these users/team will be requested for review -# when someone opens a pull request. - -* @apache-superset/embeddable-charts-team diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 936a594251719..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Environment (please complete the following information):** - - superset-ui version: [e.g. v0.5.0] - - Node version: `node -v` - - npm version: `npm -v` - -**Additional context** -Add any other context about the problem here. diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/feature_request.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d920a28d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 57177d4f485fd..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Ask for help with something. - ---- - -Your question. -- How do I xxx? diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/PULL_REQUEST_TEMPLATE.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f982aa397d5fb..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -💔 Breaking Changes - -🏆 Enhancements - -📜 Documentation - -🐛 Bug Fix - -🏠 Internal diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/issue_label_bot.yaml b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/issue_label_bot.yaml deleted file mode 100644 index 0e99f5fd897b0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/issue_label_bot.yaml +++ /dev/null @@ -1,4 +0,0 @@ -label-alias: - bug: '#bug' - feature_request: '#enhancement' - question: '#question' diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/semantic.yml b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/semantic.yml deleted file mode 100644 index 4168a3cdeed9e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/semantic.yml +++ /dev/null @@ -1,2 +0,0 @@ -# Always validate the PR title, and ignore the commits -titleOnly: true diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.gitignore b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.gitignore deleted file mode 100644 index f66b533a900c0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.gitignore +++ /dev/null @@ -1,57 +0,0 @@ -.DS_Store -*.DS_Store - -# Logs -logs/ -*.log - -# Cache -.bundle/ -.happo/ -.idea/ -.next/ -.cache -.eslintcache -.idea -*.iml -.npm -.vscode -.yarnclean - -# Directories -build/ -coverage/ -dist/ -esm/ -lib/ -public/ -node_modules/ -tmp/ - -# Custom -*.map -*.min.js -test-changelog.md - -# Configs (provided by Nimbus) -.babelrc -.eslintignore -.eslintrc.js -.flowconfig -.prettierignore -babel.config.js -jest.config.js -prettier.config.js -tsconfig.eslint.json -tsconfig.json -tsconfig.options.json -*.tsbuildinfo -webpack.config.js - -# Lock files, libs should not have lock files -npm-shrinkwrap.json -package-lock.json -old-yarn.lock -.*.swp -_gh-pages -# Now only allow yarn.lock diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.npmrc b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.npmrc deleted file mode 100644 index 43c97e719a5a8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.npmrc +++ /dev/null @@ -1 +0,0 @@ -package-lock=false diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.nvmrc b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.nvmrc deleted file mode 100644 index ab155ce138b84..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v14.15.5 diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.travis.yml b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.travis.yml deleted file mode 100644 index cc5e20667e40f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: node_js - -node_js: - - '14' - -cache: - - npm: true - - yarn: true - -matrix: - fast_finish: true - -install: - - npm install -g codecov - - yarn install - -before_script: - - yarn build - -script: - - yarn test - -after_script: - - codecov diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/CHANGELOG.md deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE deleted file mode 100644 index 11069edd79019..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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. diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md deleted file mode 100644 index 8bb28924e7c34..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md +++ /dev/null @@ -1,42 +0,0 @@ -# @superset-ui/plugins-deckgl 🔌💡 - -[![Codecov branch](https://img.shields.io/codecov/c/github/apache-superset/superset-ui-plugins-deckgl/master.svg?style=flat-square)](https://codecov.io/gh/apache-superset/superset-ui-plugins-deckgl/branch/master) -[![Build Status](https://img.shields.io/travis/com/apache-superset/superset-ui-plugins-deckgl/master.svg?style=flat-square)](https://travis-ci.com/apache-superset/superset-ui-plugins-deckgl) -[![David](https://img.shields.io/david/dev/apache-superset/superset-ui-plugins-deckgl.svg?style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins-deckgl?type=dev) -[![Netlify Status](https://api.netlify.com/api/v1/badges/4d054ead-0e76-4e03-b684-797ca5924161/deploy-status)](https://app.netlify.com/sites/superset-ui-plugins-deckgl/deploys) - -## Demo (Storybook) - -Most recent release: https://apache-superset.github.io/superset-ui-plugins-deckgl/ - -Current master: https://superset-ui-plugins-deckgl.netlify.com - -## Packages - -| Package | Version | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [@superset-ui/legacy-preset-chart-deckgl](https://github.com/apache-superset/superset-ui-plugins-deckgl/tree/master/packages/superset-ui-legacy-preset-chart-deckgl) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.svg?style=flat-square)](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.svg?style=flat-square) | - -## Contribution and development guide - -Please read the -[contributing guidelines](https://github.com/apache-superset/superset-ui/blob/master/CONTRIBUTING.md) -which include development environment setup and other things you should know about coding in this -repo. - -### Releasing - -Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out -(NOT a fork!) and belong to the `superset-ui` org on npm (=can publish new versions). - -1. `yarn install` -2. `yarn build` -3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag, - e.g. `v0.4.8` -4. go to the DeckGL directory: `cd packages/superset-ui-legacy-preset-chart-deckgl` -5. make sure you're logged into npm: `npm whoami` should display your npm username. -6. `npm publish` - -### License - -Apache-2.0 diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/commitlint.config.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/commitlint.config.js deleted file mode 100644 index cf95023684fe4..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/commitlint.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('@superset-ui/commit-config/commitlint.config'); diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/lerna.json b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/lerna.json deleted file mode 100644 index 8d2ca7889e00f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/lerna.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "lerna": "3.2.1", - "npmClient": "yarn", - "packages": [ - "packages/*" - ], - "useWorkspaces": true, - "version": "0.4.13" -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/package.json b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/package.json deleted file mode 100644 index 630eef0cfe685..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/package.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "name": "@superset-ui/plugins-deckgl-monorepo", - "version": "0.0.0-master", - "description": "Superset UI Plugins - deck.gl", - "private": true, - "scripts": { - "build": "yarn babel && yarn type && yarn build:assets", - "babel": "yarn babel:cjs && yarn babel:esm", - "babel:cjs": "nimbus babel --clean --workspaces=\"@superset-ui/!(plugins-demo)\"", - "babel:esm": "nimbus babel --clean --workspaces=\"@superset-ui/!(plugins-demo)\" --esm", - "build:assets": "node ./scripts/buildAssets.js", - "clean": "rm -rf ./packages/**/{lib,esm}", - "clean-tsc": "rm -rf ./packages/**/tsconfig.tsbuildinfo", - "commit": "superset-commit", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", - "format": "yarn prettier --write", - "jest": "NODE_ENV=test nimbus jest --coverage --verbose", - "lint": "nimbus eslint && nimbus prettier --check", - "lint:fix": "nimbus eslint --fix", - "prettier": "nimbus prettier", - "test": "yarn type", - "test:watch": "yarn lint:fix && yarn jest --watch", - "type": "nimbus typescript --build --reference-workspaces", - "prepare-release": "git checkout master && git pull --rebase origin master && lerna bootstrap && yarn install && yarn test", - "prerelease": "yarn build", - "pretest": "yarn lint", - "release-patch-version": "yarn prepare-release && lerna version patch && lerna publish --exact && yarn postrelease", - "release-minor-version": "yarn prepare-release && lerna version minor && lerna publish --exact && yarn postrelease", - "release": "yarn prepare-release && lerna publish --exact && yarn postrelease", - "postrelease": "lerna run deploy-demo", - "storybook": "cd packages/superset-ui-plugins-demo && yarn storybook" - }, - "repository": "https://github.com/apache-superset/superset-ui-plugins-deckgl.git", - "keywords": [ - "apache", - "superset", - "data", - "analytics", - "analysis", - "visualization", - "react", - "d3" - ], - "license": "Apache-2.0", - "devDependencies": { - "@airbnb/config-babel": "^2.1.3", - "@airbnb/config-eslint": "^2.1.3", - "@airbnb/config-jest": "^2.1.3", - "@airbnb/config-prettier": "^2.0.4", - "@airbnb/config-typescript": "^2.1.2", - "@airbnb/nimbus": "^2.1.3", - "@superset-ui/commit-config": "^0.0.9", - "@superset-ui/chart-controls": "0.x.x", - "@superset-ui/core": "0.x.x", - "@types/enzyme": "^3.10.5", - "@types/jest": "^25.1.1", - "@types/jsdom": "^12.2.4", - "@types/react": "^16.9.49", - "@types/react-test-renderer": "^16.9.0", - "csstype": "^2.6.3", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.1", - "enzyme-to-json": "^3.4.3", - "fast-glob": "^3.0.1", - "fs-extra": "^8.0.1", - "husky": "^4.2.1", - "jest-mock-console": "^1.0.0", - "lerna": "^3.15.0", - "lint-staged": "^10.0.7", - "luma.gl": "^7.3.2", - "react-test-renderer": "^16.9.0", - "react-dom": "^16.9.0", - "react": "^16.9.0" - }, - "engines": { - "node": ">=14.15.5", - "npm": ">=6.8.0", - "yarn": ">=1.13.0" - }, - "workspaces": [ - "./packages/*" - ], - "browserslist": [ - "last 3 chrome versions", - "last 3 firefox versions", - "last 3 safari versions", - "last 3 edge versions" - ], - "nimbus": { - "drivers": [ - "babel", - "eslint", - "jest", - "prettier", - "typescript" - ], - "settings": { - "library": true, - "react": true, - "next": true, - "env": { - "targets": false - } - }, - "jest": { - "timers": "real", - "setupFilesAfterEnv": [ - "@airbnb/config-jest/enzyme" - ], - "coverageThreshold": { - "global": { - "branches": 0, - "functions": 0, - "lines": 0, - "statements": 0 - } - } - }, - "eslint": { - "overrides": [ - { - "files": "*.{js,jsx,ts,tsx}", - "rules": { - "react/jsx-no-literals": "off", - "prefer-exponentiation-operator": "off", - "@typescript-eslint/no-explicit-any": [ - "warn", - { - "fixToUnknown": false - } - ] - } - } - ] - }, - "typescript": { - "compilerOptions": { - "emitDeclarationOnly": true, - "skipLibCheck": true, - "typeRoots": [ - "./node_modules/@types" - ] - } - } - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged", - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } - }, - "lint-staged": { - "./packages/*/{src,test,storybook}/**/*.{js,jsx,ts,tsx,json,md}": [ - "yarn prettier --write", - "git add" - ] - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/README.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/README.md deleted file mode 100644 index 8831ab6cc987f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/README.md +++ /dev/null @@ -1,40 +0,0 @@ -## @superset-ui/legacy-preset-chart-deckgl - -[![Version](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.svg?style=flat-square)](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.svg?style=flat-square) -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-legacy-preset-chart-deckgl&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-legacy-preset-chart-deckgl) - -This plugin provides `deck.gl` for Superset. - -### Usage - -Import the preset and register. This will register all the chart plugins under `deck.gl`. - -```js -import { DeckGLChartPreset } from '@superset-ui/legacy-preset-chart-deckgl'; - -new DeckGLChartPreset().register(); -``` - -or register charts one by one. Configure `key`, which can be any `string`, and register the plugin. This `key` will be used to lookup this chart throughout the app. - -```js -import { ArcChartPlugin } from '@superset-ui/legacy-preset-chart-deckgl'; - -new ArcChartPlugin() - .configure({ key: 'deck_arc' }) - .register(); -``` - -Then use it via `SuperChart`. See [storybook](https://apache-superset.github.io/superset-ui-plugins-deckgl) for more details. - -```js - -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/package.json b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/package.json deleted file mode 100644 index e6ac22efc09c5..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "@superset-ui/legacy-preset-chart-kepler", - "version": "0.4.6", - "description": "Superset Chart - kerpler.gl", - "sideEffects": true, - "main": "lib/index.js", - "module": "esm/index.js", - "files": [ - "esm", - "lib" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui-plugins-deckgl.git" - }, - "keywords": [ - "superset" - ], - "author": "Superset", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui-plugins-deckgl/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui-plugins-deckgl#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "kepler.gl": "1.1.8", - "lodash": "^4.17.15", - "mapbox-gl": "^0.53.0", - "prop-types": "^15.6.0", - "react-palm": "^3.1.2", - "redux": "^4.0.5", - "shortid": "^2.2.15", - "styled-components": "^4.4.0", - "viewport-mercator-project": "^6.1.1" - }, - "peerDependencies": { - "@superset-ui/chart-controls": "^0.17.12", - "@superset-ui/core": "^0.17.11", - "react": "^15 || ^16" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.css b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.css deleted file mode 100644 index 0eb74534ae52d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.css +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -.kepler { -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.jsx b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.jsx deleted file mode 100644 index defe3788a5021..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/Kepler.jsx +++ /dev/null @@ -1,146 +0,0 @@ -/* eslint-disable react/sort-prop-types */ -/* eslint-disable max-classes-per-file */ -/* eslint-disable import/no-extraneous-dependencies */ -/* eslint-disable prefer-destructuring */ -/* eslint-disable react/jsx-handler-names */ -/* eslint-disable react/no-deprecated */ -/* eslint-disable no-negated-condition */ -/* eslint-disable react/prop-types */ -/* eslint-disable react/require-default-props */ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import React from 'react'; -import { connect, Provider } from 'react-redux'; -import PropTypes from 'prop-types'; -import KeplerGl from 'kepler.gl'; -import KeplerGlSchema from 'kepler.gl/schemas'; -import { addDataToMap } from 'kepler.gl/actions'; -import Processors from 'kepler.gl/processors'; -import shortid from 'shortid'; - -import getKeplerStore from './store'; -import './Kepler.css'; - -const propTypes = { - height: PropTypes.number, - setControlValue: PropTypes.func, - readonly: PropTypes.boolean, -}; - -class Kepler extends React.PureComponent { - constructor(props) { - super(props); - this.setMapConfig = this.setMapConfig.bind(this); - this.state = { - keplerId: shortid.generate(), - }; - } - - componentDidMount() { - this.addDataToMap(this.props); - this.setMapConfig(); - } - - componentWillReceiveProps(nextProps) { - if (nextProps.features !== this.props.features) { - this.addDataToMap(nextProps, false); - this.setMapConfig(); - } - } - - getCurrentConfig() { - try { - const { keplerGl } = this.props; - - return KeplerGlSchema.getConfigToSave(keplerGl[this.state.keplerId]); - } catch (error) { - return null; - } - } - - setMapConfig() { - const { setControlValue } = this.props; - const config = this.getCurrentConfig(); - if (config) { - setControlValue('config', JSON.stringify(this.getCurrentConfig(), null, 2)); - } - } - - addDataToMap(props, useControlConfig = true) { - let config = props.config; - if (!config) { - config = {}; - } else { - config = useControlConfig ? JSON.parse(config) : this.getCurrentConfig(); - } - const data = Processors.processRowObject(props.features); - const datasets = [ - { - data, - info: { - id: 'main', - label: 'Superset Data', - }, - }, - ]; - const options = { readOnly: this.props.readonly }; - if (this.props.autozoom) { - options.centerMap = true; - if (config && config.config) { - config.config.mapState = {}; - } - } - props.dispatch(addDataToMap({ datasets, config, options })); - } - - render() { - return ( -
- -
- ); - } -} - -Kepler.displayName = 'Kepler'; -Kepler.propTypes = propTypes; - -const mapStateToProps = state => ({ keplerGl: state.keplerGl }); -const dispatchToProps = dispatch => ({ dispatch }); -const KeplerConnected = connect(mapStateToProps, dispatchToProps)(Kepler); - -export default class SubApp extends React.Component { - constructor(props) { - super(props); - this.store = getKeplerStore(props.setControlValue); - } - - render() { - return ( - - - - ); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/KeplerChartPlugin.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/KeplerChartPlugin.js deleted file mode 100644 index 2ddba3744341b..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/KeplerChartPlugin.js +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core'; -import transformProps from './transformProps'; -import thumbnail from './images/thumbnail.png'; - -const metadata = new ChartMetadata({ - name: t('Kepler.gl'), - description: '', - credits: ['https://github.com/uber/kepler.gl'], - thumbnail, -}); - -export default class KeplerChartPlugin extends ChartPlugin { - constructor() { - super({ - metadata, - transformProps, - loadChart: () => import('./Kepler'), - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnail.png b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnail.png deleted file mode 100644 index 615c171b5555d..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnail.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnailLarge.png b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnailLarge.png deleted file mode 100644 index 2b2cdbee1938d..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/images/thumbnailLarge.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/index.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/index.js deleted file mode 100644 index 072a7e0087421..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/index.js +++ /dev/null @@ -1,2 +0,0 @@ -export { default as KeplerChartPreset } from './preset'; -export { default as KeplerChartPlugin } from './KeplerChartPlugin'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/preset.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/preset.js deleted file mode 100644 index 9d9be9e024827..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/preset.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { Preset } from '@superset-ui/core'; -import KeplerChartPlugin from './KeplerChartPlugin'; - -export default class KeplerChartPreset extends Preset { - constructor() { - super({ - name: 'Kepler charts', - plugins: [new KeplerChartPlugin().configure({ key: 'kepler' })], - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/store.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/store.js deleted file mode 100644 index b9f07e236f3ad..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/store.js +++ /dev/null @@ -1,81 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { createStore, combineReducers, applyMiddleware, compose } from 'redux'; -import keplerGlReducer from 'kepler.gl/reducers'; -import KeplerGlSchema from 'kepler.gl/schemas'; -import { taskMiddleware } from 'react-palm/tasks'; - -let previousValue = null; - -// Rates limit and only runs the latest call -function RateLimit(fn, delay, context) { - let latestCall = null; - let timer = null; - - function processLatestCall() { - if (latestCall) { - fn.apply(latestCall.context, latestCall.arguments); - clearInterval(timer); - timer = null; - } - } - - return function limited(...args) { - latestCall = { - context: context || this, - arguments: [].slice.call(args), - }; - if (timer) { - clearInterval(timer); - } - timer = setInterval(processLatestCall, delay); - }; -} - -function updateConfigControl(store, setControlValue) { - const keplerState = Object.values(store.getState().keplerGl)[0]; - const stateToSave = KeplerGlSchema.getConfigToSave(keplerState); - const config = JSON.stringify(stateToSave, null, 2); - if (previousValue !== config) { - setControlValue('config', config); - previousValue = config; - } -} -const rateLimitedUpdateConfigControl = RateLimit(updateConfigControl, 1000); - -export default function getKeplerStore(setControlValue) { - // Using react-palm middleware to intercept changes and - // save the state into the config control as text - // eslint-disable-next-line unicorn/consistent-function-scoping - const stateChangeMiddleware = store => next => action => { - const returnValue = next(action); - rateLimitedUpdateConfigControl(store, setControlValue); - - return returnValue; - }; - const reducers = combineReducers({ - keplerGl: keplerGlReducer, - readonly: false, - }); - const middlewares = [taskMiddleware, stateChangeMiddleware]; - const enhancers = [applyMiddleware(...middlewares)]; - const store = createStore(reducers, {}, compose(...enhancers)); - - return store; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/transformProps.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/transformProps.js deleted file mode 100644 index acf9f2d0c7da8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-kepler/src/transformProps.js +++ /dev/null @@ -1,34 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -export default function transformProps(chartProps) { - const { formData, height, width, queriesData, hooks } = chartProps; - const { mapboxApiAccessToken, features } = queriesData[0].data; - const { config, autozoom, readonly } = formData; - - return { - height, - width, - config, - autozoom, - readonly, - features, - setControlValue: hooks.setControlValue, - mapboxApiAccessToken, - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/addons.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/addons.js deleted file mode 100644 index cc58570b9acbc..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/addons.js +++ /dev/null @@ -1,5 +0,0 @@ -// note that the import order here determines the order in the UI! -import '@storybook/addon-knobs/register'; -import '@storybook/addon-actions/register'; -import '@storybook/addon-links/register'; -import 'storybook-addon-jsx/register'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/config.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/config.js deleted file mode 100644 index abc1abc5b9d50..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/config.js +++ /dev/null @@ -1,26 +0,0 @@ -import { addParameters, configure } from '@storybook/react'; - -addParameters({ - options: { - name: '@superset-ui/plugins-deckgl 🔌💡', - addonPanelInRight: false, - enableShortcuts: false, - goFullScreen: false, - hierarchyRootSeparator: null, - hierarchySeparator: /\|/, - selectedAddonPanel: undefined, // The order of addons in the "Addon panel" is the same as you import them in 'addons.js'. The first panel will be opened by default as you run Storybook - showAddonPanel: true, - showSearchBox: false, - showStoriesPanel: true, - sidebarAnimations: true, - sortStoriesByKind: false, - url: '#', - }, -}); - -function loadStorybook() { - require('./storybook.css'); - require('../storybook/stories'); // all of the stories -} - -configure(loadStorybook, module); diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/storybook.css b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/storybook.css deleted file mode 100644 index 3ea2e1ad9ae0e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/storybook.css +++ /dev/null @@ -1,8 +0,0 @@ -html, -body, -#root { - height: 100%; - font-family: BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; - font-weight: 200; - color: #484848; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/webpack.config.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/webpack.config.js deleted file mode 100644 index 8ad638f3a2500..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/.storybook/webpack.config.js +++ /dev/null @@ -1,76 +0,0 @@ -const path = require('path'); -const TerserPlugin = require('terser-webpack-plugin'); -const webpack = require('webpack'); - -const BABEL_TYPESCRIPT_OPTIONS = { - presets: [ - ['@babel/preset-env', { useBuiltIns: 'entry', corejs: 3 }], - '@babel/preset-react', - '@babel/preset-typescript', - ], - plugins: [ - '@babel/plugin-proposal-object-rest-spread', - '@babel/plugin-proposal-class-properties', - '@babel/plugin-syntax-dynamic-import', - ] -}; - -const SIBLING_PACKAGES_PATH_REGEXP = new RegExp( - `${path.resolve(__dirname, '../../superset-ui-(legacy-)*(plugin|preset)-')}.+/src`, -); - -module.exports = async ({ config }) => { - config.resolve = config.resolve || {}; - config.resolve.extensions = ['.tsx', '.ts', '.jsx', '.js']; - - config.plugins.push(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)); - // Avoid parsing large libraries to speed up build - config.module.noParse = /jquery|moment/; - - // To enable live debugging of other packages when referring to `src` - config.module.rules.push({ - include: SIBLING_PACKAGES_PATH_REGEXP, - exclude: /node_modules/, - test: /\.jsx?$/, - use: config.module.rules[0].use, - }); - - // Enable TypeScript - config.module.rules.push({ - include: SIBLING_PACKAGES_PATH_REGEXP, - exclude: /node_modules/, - test: /\.tsx?$/, - use: [{ - loader: 'babel-loader', - options: BABEL_TYPESCRIPT_OPTIONS, - }], - }); - - config.module.rules.push({ - include: path.resolve(__dirname, '../storybook'), - exclude: /node_modules/, - test: /\.tsx?$/, - use: [{ - loader: 'babel-loader', - options: BABEL_TYPESCRIPT_OPTIONS, - }], - }); - - config.optimization = config.optimization || {}; - config.optimization.splitChunks = { - chunks: 'async' - }; - config.optimization.minimizer = [ - new TerserPlugin({ - parallel: true, - extractComments: true, - }), - ]; - - if (process.env.RUNNING_CONTEXT === 'netlify') { - config.devtool = false; - config.cache = false; - } - - return config; -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/README.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/README.md deleted file mode 100644 index f08029cdfe4ac..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/README.md +++ /dev/null @@ -1,53 +0,0 @@ -## @superset-ui/demo - -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-demo&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-demo) - -Storybook of `@superset-ui-plugins` packages. See it live at -[apache-superset.github.io/superset-ui-plugins](https://apache-superset.github.io/superset-ui-plugins) - -### Development - -#### Run storybook - -To view the storybook locally, you should: - -1. Clone [superset-ui-plugins](https://github.com/apache-superset/superset-ui-plugins) repo. -2. Run `yarn install && yarn build` in the `superset-ui-plugins` root directory. -3. Change to the demo directory `cd packages/superset-ui-plugins-demo`. -4. Run `yarn run storybook`. This will open up a dev server at http://localhost:9001. - -#### Adding new stories - -###### Existing package - -If stories already exist for the package you are adding, simply extend the `examples` already -exported for that package in the `storybook/stories//index.js` file. - -###### New package - -If you are creating stories for a package that doesn't yet have any stories, follow these steps: - -1. Add any new package dependencies via - `yarn add `, but if it is `@superset-ui/*` packages, manually add it to `peerDependencies`. - -2. Create a new folder that mirrors the package name - - > e.g., `mkdir storybook/stories/superset-ui-color/` - -3. Add an `index.js` file to that folder with a default export with the following shape: - -> you can use the `|` separator within the `storyPath` string to denote _nested_ stories e.g., -> `storyPath: '@superset-ui/package|Nested i|Nested ii'` - -```javascript - default export { - examples: [ - { - storyPath: , - storyName: , - renderStory: () => node, - }, - ... - ] - }; -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/package.json b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/package.json deleted file mode 100644 index 6c5f30dc8c97d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "@superset-ui/plugins-demo", - "version": "0.4.6", - "description": "Storybook for Superset UI Plugins 🔌💡", - "private": true, - "main": "index.js", - "scripts": { - "demo:clean": "rm -rf _gh-pages", - "demo:build": "build-storybook -o _gh-pages", - "demo:publish": "gh-pages -d _gh-pages", - "deploy-demo": "npm run demo:clean && npm run demo:build && npm run demo:publish && npm run demo:clean", - "storybook:run": "start-storybook -p 9001", - "storybook": "cd ../../ && yarn build && cd - && yarn storybook:run" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui-plugins.git" - }, - "keywords": [ - "storybook", - "superset", - "ui", - "visualization", - "analysis", - "data" - ], - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui-plugins/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui-plugins#readme", - "dependencies": { - "@babel/polyfill": "^7.4.3", - "@data-ui/event-flow": "^0.0.80", - "@storybook/addon-actions": "^5.0.9", - "@storybook/addon-knobs": "^5.0.9", - "@storybook/addon-links": "^5.0.9", - "@storybook/addons": "^5.0.9", - "@storybook/react": "^5.0.9", - "@types/react": "^16.9.49", - "@types/storybook__react": "3.0.7", - "bootstrap": "^4.3.1", - "react": "^16.6.0", - "react-bootstrap": "^0.33.1", - "react-loadable": "^5.5.0", - "storybook-addon-jsx": "^7.1.0" - }, - "devDependencies": { - "@babel/core": "^7.4.3", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "babel-loader": "^8.0.5", - "gh-pages": "^2.0.1", - "terser-webpack-plugin": "^2.1.0" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/shared/dummyDatasource.ts b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/shared/dummyDatasource.ts deleted file mode 100644 index 24efcb1f53394..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/shared/dummyDatasource.ts +++ /dev/null @@ -1 +0,0 @@ -export default { verboseMap: {} }; diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/stories/index.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/stories/index.js deleted file mode 100644 index 425a063664862..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-plugins-demo/storybook/stories/index.js +++ /dev/null @@ -1,75 +0,0 @@ -import '@babel/polyfill'; -import { setAddon, storiesOf } from '@storybook/react'; -import { withKnobs } from '@storybook/addon-knobs'; -import JSXAddon from 'storybook-addon-jsx'; -import categoricalD3 from '@superset-ui/core/lib/color/colorSchemes/categorical/d3'; -import sequentialCommon from '@superset-ui/core/lib/color/colorSchemes/sequential/common'; -import sequentialD3 from '@superset-ui/core/lib/color/colorSchemes/sequential/d3'; -import { configure } from '@superset-ui/core'; -import { - getTimeFormatterRegistry, - smartDateFormatter, - getCategoricalSchemeRegistry, - getSequentialSchemeRegistry, -} from '@superset-ui/core'; - -setAddon(JSXAddon); - -configure(); - -// Register color schemes -const categoricalSchemeRegistry = getCategoricalSchemeRegistry(); -[categoricalD3].forEach(group => { - group.forEach(scheme => { - categoricalSchemeRegistry.registerValue(scheme.id, scheme); - }); -}); -categoricalSchemeRegistry.setDefaultKey('d3Category10'); - -const sequentialSchemeRegistry = getSequentialSchemeRegistry(); -[sequentialCommon, sequentialD3].forEach(group => { - group.forEach(scheme => { - sequentialSchemeRegistry.registerValue(scheme.id, scheme); - }); -}); - -getTimeFormatterRegistry() - .registerValue('smart_date', smartDateFormatter) - .setDefaultKey('smart_date'); - -const EMPTY_EXAMPLES = [ - { - renderStory: () => 'Does your default export have an `examples` key?', - storyName: 'No examples found', - }, -]; - -/* - * Below we crawl the dir + subdirs looking for index files of stories - * Each index is expected to have a default export with examples key containing - * an array of examples. Each example should have the shape: - * { storyPath: string, storyName: string, renderStory: fn() => node } - * - */ -const requireContext = require.context('./', /* subdirs= */ true, /index\.jsx?$/); - -requireContext.keys().forEach(packageName => { - const packageExport = requireContext(packageName); - if (packageExport && packageExport.default && !Array.isArray(packageExport.default)) { - const { examples = EMPTY_EXAMPLES } = packageExport.default; - - examples.forEach(example => { - const { - storyPath = 'Missing story path', - storyName = 'Missing name', - renderStory = () => 'Missing `renderStory`', - options = {}, - } = example; - - storiesOf(storyPath, module) - .addParameters({ options }) - .addDecorator(withKnobs) - .addWithJSX(storyName, renderStory); - }); - } -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/scripts/buildAssets.js b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/scripts/buildAssets.js deleted file mode 100644 index e39eb50f83643..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/scripts/buildAssets.js +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable import/no-extraneous-dependencies, no-console */ -const fg = require('fast-glob'); -const fs = require('fs-extra'); - -const packages = fg.sync(['packages/*'], { - onlyDirectories: true, -}); - -packages.forEach(pkg => { - const assets = fg.sync([`${pkg}/src/**/*.{png,gif,jpg,css,geojson}`]); - assets.forEach(filePath => { - const newPaths = ['lib', 'esm'].map(dir => filePath.replace(`${pkg}/src`, `${pkg}/${dir}`)); - newPaths.forEach(p => { - fs.copy(filePath, p, err => { - if (err) { - console.error(err); - } - console.log(`Copy ${filePath}`); - console.log(`=> to ${p}`); - }); - }); - }); -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/yarn.lock b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/yarn.lock deleted file mode 100644 index 7149a4ac2894f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/yarn.lock +++ /dev/null @@ -1,18825 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@airbnb/config-babel@^2.1.3": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@airbnb/config-babel/-/config-babel-2.2.3.tgz#3d490beeaa4ec4b2e91fb798f3ac96b2665b1fe8" - integrity sha512-NylXe3LmeYyHA/JfmdldWxZ1eh5O0cFOJaN/57tMTeEMHhcCzPTNDTKam8ZlxTg4EqbrFNgQWSwzq0w8iUBYfQ== - dependencies: - "@airbnb/nimbus-common" "^2.1.2" - "@babel/cli" "^7.8.3" - "@babel/core" "^7.8.3" - "@babel/plugin-proposal-class-properties" "^7.8.3" - "@babel/plugin-transform-react-jsx-self" "^7.8.3" - "@babel/plugin-transform-react-jsx-source" "^7.8.3" - "@babel/plugin-transform-runtime" "^7.8.3" - "@babel/preset-env" "^7.8.3" - "@babel/preset-react" "^7.8.3" - "@babel/preset-typescript" "^7.8.3" - "@beemo/core" "^1.1.2" - "@beemo/driver-babel" "^1.2.1" - babel-plugin-graphql-tag "^2.5.0" - babel-plugin-transform-dev "^2.0.1" - babel-plugin-transform-react-remove-prop-types "^0.4.24" - babel-plugin-typescript-to-proptypes "^1.1.0" - -"@airbnb/config-eslint@^2.1.3": - version "2.5.2" - resolved "https://registry.yarnpkg.com/@airbnb/config-eslint/-/config-eslint-2.5.2.tgz#963621524ac93329a9d3857c9462a7c73da100f7" - integrity sha512-hmlzJmYfF1S1wx9ZNZNDBDFTC21MWKdTmjVNsWeOL8VFY3FHtch7gg4lV9edAmiIicOS6Tr5aAufTAiFRNsT7Q== - dependencies: - "@airbnb/nimbus-common" "^2.1.2" - "@beemo/core" "^1.1.2" - "@beemo/driver-eslint" "^1.2.1" - "@typescript-eslint/eslint-plugin" "^2.17.0" - "@typescript-eslint/parser" "^2.17.0" - babel-eslint "^10.0.3" - eslint "^6.8.0" - eslint-config-airbnb "^18.0.1" - eslint-config-prettier "^6.9.0" - eslint-plugin-import "^2.20.0" - eslint-plugin-jest "^23.6.0" - eslint-plugin-jsx-a11y "^6.2.3" - eslint-plugin-prettier "^3.1.2" - eslint-plugin-promise "^4.2.1" - eslint-plugin-react "^7.18.0" - eslint-plugin-react-hooks "^2.3.0" - eslint-plugin-unicorn "^15.0.1" - -"@airbnb/config-jest@^2.1.3": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@airbnb/config-jest/-/config-jest-2.2.3.tgz#badedaa7725d9bce70093a84a9a568e8deaa491a" - integrity sha512-OD2AAQMVPcFbQNggR9FnoS6WdzRlw5ishxZqz9AFw7Q5fqj3l4cwh+7X2YYablZhAW2dziSOrXNPMy8MvEQxtA== - dependencies: - "@airbnb/nimbus-common" "^2.1.2" - "@babel/core" "^7.8.3" - "@beemo/core" "^1.1.2" - "@beemo/driver-babel" "^1.2.1" - "@beemo/driver-jest" "^1.2.0" - airbnb-js-shims "^2.2.1" - dom-storage "^2.1.0" - jest "^25.1.0" - -"@airbnb/config-prettier@^2.0.4": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@airbnb/config-prettier/-/config-prettier-2.1.2.tgz#1ae163565b9406d388320d6c504e759517393a25" - integrity sha512-7mt4HSUmO+fmWVMs1coz+aQL66NZMkk7NGFaWSKDmgBSXfb2FcfpoSzAFKzJP288oVm4L+xkhRDLHHT4f99ddA== - dependencies: - "@airbnb/nimbus-common" "^2.1.2" - "@beemo/core" "^1.1.2" - "@beemo/driver-prettier" "^1.2.1" - prettier "^1.19.1" - -"@airbnb/config-typescript@^2.1.2": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@airbnb/config-typescript/-/config-typescript-2.2.3.tgz#a89cc495f4e4d5f0efcbfce9c509445b80d85ad2" - integrity sha512-G7PpeYURIrAzwKPF1yfgm/UdoKAUyjGfwWe3YlzoA5HQe6oY7DidIk3DtFNA2un3DcQiXI90vBcLAGe6RN3rjg== - dependencies: - "@beemo/core" "^1.1.2" - "@beemo/driver-typescript" "^1.3.1" - typescript "^3.7.5" - -"@airbnb/nimbus-common@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@airbnb/nimbus-common/-/nimbus-common-2.1.2.tgz#4eb13063473fd0f0b3cfbccc7b72d2d77e98a423" - integrity sha512-uDr9M/6nHxEs2GIkd8dOcIwtkwgHwAfVd1Y9mvrUw7lqQpYQazd2bg4E2KrKlJkY227/cbi7kYNt0qhC7FCV8A== - dependencies: - "@beemo/core" "^1.1.2" - "@boost/core" "^1.18.1" - execa "^4.0.0" - fast-glob "^3.1.1" - -"@airbnb/nimbus@^2.1.3": - version "2.2.4" - resolved "https://registry.yarnpkg.com/@airbnb/nimbus/-/nimbus-2.2.4.tgz#b6c8e26a917e9030735dbcb252b0278c47e0f2f9" - integrity sha512-ZGLdf8DjR+bJq5fA+QFHykFf5J3y61ADuJje+hYVi3qsIGb7fJDG2XLwq7oa8yl8Kw05xn8o9EFDXXNIybT2ow== - dependencies: - "@airbnb/nimbus-common" "^2.1.2" - "@beemo/cli" "^1.0.8" - "@beemo/core" "^1.1.2" - chalk "^3.0.0" - check-node-version "^4.0.2" - conventional-changelog-beemo "^1.6.0" - edit-json-file "^1.4.0" - enquirer "^2.3.4" - execa "^4.0.0" - -"@babel/cli@^7.8.3": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c" - integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag== - dependencies: - commander "^4.0.1" - convert-source-map "^1.1.0" - fs-readdir-recursive "^1.1.0" - glob "^7.0.0" - lodash "^4.17.13" - make-dir "^2.1.0" - slash "^2.0.0" - source-map "^0.5.0" - optionalDependencies: - chokidar "^2.1.8" - -"@babel/code-frame@7.5.5": - version "7.5.5" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" - integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== - dependencies: - "@babel/highlight" "^7.0.0" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" - integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - dependencies: - "@babel/highlight" "^7.8.3" - -"@babel/compat-data@^7.8.4": - version "7.8.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9" - integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg== - dependencies: - browserslist "^4.8.5" - invariant "^2.2.4" - semver "^5.5.0" - -"@babel/core@^7.1.0", "@babel/core@^7.4.3", "@babel/core@^7.4.5", "@babel/core@^7.7.5", "@babel/core@^7.8.3": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e" - integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.8.4" - "@babel/helpers" "^7.8.4" - "@babel/parser" "^7.8.4" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.4" - "@babel/types" "^7.8.3" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.0" - lodash "^4.17.13" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/generator@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" - integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA== - dependencies: - "@babel/types" "^7.8.3" - jsesc "^2.5.1" - lodash "^4.17.13" - source-map "^0.5.0" - -"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee" - integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz#c84097a427a061ac56a1c30ebf54b7b22d241503" - integrity sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-builder-react-jsx@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.8.3.tgz#dee98d7d79cc1f003d80b76fe01c7f8945665ff6" - integrity sha512-JT8mfnpTkKNCboTqZsQTdGo3l3Ik3l7QIt9hh0O9DYiwVel37VoJpILKM4YFbP2euF32nkQSb+F9cUk9b7DDXQ== - dependencies: - "@babel/types" "^7.8.3" - esutils "^2.0.0" - -"@babel/helper-call-delegate@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.3.tgz#de82619898aa605d409c42be6ffb8d7204579692" - integrity sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A== - dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-compilation-targets@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88" - integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg== - dependencies: - "@babel/compat-data" "^7.8.4" - browserslist "^4.8.5" - invariant "^2.2.4" - levenary "^1.1.1" - semver "^5.5.0" - -"@babel/helper-create-class-features-plugin@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397" - integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-member-expression-to-functions" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - -"@babel/helper-create-regexp-features-plugin@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.3.tgz#c774268c95ec07ee92476a3862b75cc2839beb79" - integrity sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q== - dependencies: - "@babel/helper-regex" "^7.8.3" - regexpu-core "^4.6.0" - -"@babel/helper-define-map@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz#a0655cad5451c3760b726eba875f1cd8faa02c15" - integrity sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/types" "^7.8.3" - lodash "^4.17.13" - -"@babel/helper-explode-assignable-expression@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982" - integrity sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== - dependencies: - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-function-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" - integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== - dependencies: - "@babel/helper-get-function-arity" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-get-function-arity@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" - integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-hoist-variables@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134" - integrity sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-member-expression-to-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" - integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" - integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-module-imports@^7.12.13": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" - integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - dependencies: - "@babel/types" "^7.13.12" - -"@babel/helper-module-transforms@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" - integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-simple-access" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - lodash "^4.17.13" - -"@babel/helper-optimise-call-expression@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" - integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670" - integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== - -"@babel/helper-plugin-utils@^7.12.13": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" - integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - -"@babel/helper-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965" - integrity sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ== - dependencies: - lodash "^4.17.13" - -"@babel/helper-remap-async-to-generator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz#273c600d8b9bf5006142c1e35887d555c12edd86" - integrity sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== - dependencies: - "@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@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc" - integrity sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-simple-access@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" - integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== - dependencies: - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-split-export-declaration@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" - integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-validator-identifier@^7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" - integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== - -"@babel/helper-wrap-function@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" - integrity sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helpers@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" - integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w== - dependencies: - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.4" - "@babel/types" "^7.8.3" - -"@babel/highlight@^7.0.0", "@babel/highlight@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" - integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^4.0.0" - -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.3.2", "@babel/parser@^7.7.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" - integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== - -"@babel/plugin-proposal-async-generator-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f" - integrity sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-remap-async-to-generator" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" - -"@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e" - integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-proposal-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054" - integrity sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" - -"@babel/plugin-proposal-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b" - integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.0" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2" - integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" - -"@babel/plugin-proposal-object-rest-spread@^7.6.2", "@babel/plugin-proposal-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.8.3.tgz#eb5ae366118ddca67bed583b53d7554cad9951bb" - integrity sha512-8qvuPwU/xxUCt78HocNlv0mXXo0wdh9VT1R04WU8HGOfaOob26pF+9P5/lYjN/q7DHOX1bvX60hnhOvuQUJdbA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - -"@babel/plugin-proposal-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz#9dee96ab1650eed88646ae9734ca167ac4a9c5c9" - integrity sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - -"@babel/plugin-proposal-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.8.3.tgz#ae10b3214cb25f7adb1f3bc87ba42ca10b7e2543" - integrity sha512-QIoIR9abkVn+seDE3OjA08jWcs3eZ9+wJCKSRgo3WdEU2csFYgdScb+8qHB3+WXsGJD55u+5hWCISI7ejXS+kg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - -"@babel/plugin-proposal-unicode-property-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.3.tgz#b646c3adea5f98800c9ab45105ac34d06cd4a47f" - integrity sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-async-generators@^7.8.0": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-flow@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz#f2c883bd61a6316f2c89380ae5122f923ba4527f" - integrity sha512-innAx3bUbA0KSYj2E2MNFSn9hiCeowOFLxlsuhXzw8hMQnzkDomUr9QCD7E9VF60NmnG1sNTuuv6Qf4f8INYsg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-json-strings@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15" - integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-jsx@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94" - integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz#3acdece695e6b13aaf57fc291d1a800950c71391" - integrity sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-typescript@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc" - integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-arrow-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6" - integrity sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-async-to-generator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz#4308fad0d9409d71eafb9b1a6ee35f9d64b64086" - integrity sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-remap-async-to-generator" "^7.8.3" - -"@babel/plugin-transform-block-scoped-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz#437eec5b799b5852072084b3ae5ef66e8349e8a3" - integrity sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-block-scoping@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a" - integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - lodash "^4.17.13" - -"@babel/plugin-transform-classes@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8" - integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-define-map" "^7.8.3" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b" - integrity sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-destructuring@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-dotall-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz#c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e" - integrity sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-duplicate-keys@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz#8d12df309aa537f272899c565ea1768e286e21f1" - integrity sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-exponentiation-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz#581a6d7f56970e06bf51560cd64f5e947b70d7b7" - integrity sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-flow-strip-types@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.8.3.tgz#da705a655466b2a9b36046b57bf0cbcd53551bd4" - integrity sha512-g/6WTWG/xbdd2exBBzMfygjX/zw4eyNC4X8pRaq7aRHRoDUCzAIu3kGYIXviOv8BjCuWm8vDBwjHcjiRNgXrPA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-flow" "^7.8.3" - -"@babel/plugin-transform-for-of@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d" - integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-function-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b" - integrity sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz#aef239823d91994ec7b68e55193525d76dbd5dc1" - integrity sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-member-expression-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz#963fed4b620ac7cbf6029c755424029fa3a40410" - integrity sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-modules-amd@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.8.3.tgz#65606d44616b50225e76f5578f33c568a0b876a5" - integrity sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-commonjs@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.8.3.tgz#df251706ec331bd058a34bdd72613915f82928a5" - integrity sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-simple-access" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-systemjs@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.8.3.tgz#d8bbf222c1dbe3661f440f2f00c16e9bb7d0d420" - integrity sha512-8cESMCJjmArMYqa9AO5YuMEkE4ds28tMpZcGZB/jl3n0ZzlsxOAi3mC+SKypTfT8gjMupCnd3YiXCkMjj2jfOg== - dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-umd@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.8.3.tgz#592d578ce06c52f5b98b02f913d653ffe972661a" - integrity sha512-evhTyWhbwbI3/U6dZAnx/ePoV7H6OUG+OjiJFHmhr9FPn0VShjwC2kdxqIuQ/+1P50TMrneGzMeyMTFOjKSnAw== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c" - integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - -"@babel/plugin-transform-new-target@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz#60cc2ae66d85c95ab540eb34babb6434d4c70c43" - integrity sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-object-super@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz#ebb6a1e7a86ffa96858bd6ac0102d65944261725" - integrity sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - -"@babel/plugin-transform-parameters@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz#1d5155de0b65db0ccf9971165745d3bb990d77d3" - integrity sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA== - dependencies: - "@babel/helper-call-delegate" "^7.8.3" - "@babel/helper-get-function-arity" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-property-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263" - integrity sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-constant-elements@^7.0.0", "@babel/plugin-transform-react-constant-elements@^7.2.0", "@babel/plugin-transform-react-constant-elements@^7.6.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.8.3.tgz#784c25294bddaad2323eb4ff0c9f4a3f6c87d6bc" - integrity sha512-glrzN2U+egwRfkNFtL34xIBYTxbbUF2qJTP8HD3qETBBqzAWSeNB821X0GjU06+dNpq/UyCIjI72FmGE5NNkQQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-display-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz#70ded987c91609f78353dd76d2fb2a0bb991e8e5" - integrity sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-jsx-self@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.8.3.tgz#c4f178b2aa588ecfa8d077ea80d4194ee77ed702" - integrity sha512-01OT7s5oa0XTLf2I8XGsL8+KqV9lx3EZV+jxn/L2LQ97CGKila2YMroTkCEIE0HV/FF7CMSRsIAybopdN9NTdg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx-source@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.8.3.tgz#951e75a8af47f9f120db731be095d2b2c34920e0" - integrity sha512-PLMgdMGuVDtRS/SzjNEQYUT8f4z1xb2BAT54vM1X5efkVuYBf5WyGUMbpmARcfq3NaglIwz08UVQK4HHHbC6ag== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.8.3.tgz#4220349c0390fdefa505365f68c103562ab2fc4a" - integrity sha512-r0h+mUiyL595ikykci+fbwm9YzmuOrUBi0b+FDIKmi3fPQyFokWVEMJnRWHJPPQEjyFJyna9WZC6Viv6UHSv1g== - dependencies: - "@babel/helper-builder-react-jsx" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-regenerator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.3.tgz#b31031e8059c07495bf23614c97f3d9698bc6ec8" - integrity sha512-qt/kcur/FxrQrzFR432FGZznkVAjiyFtCOANjkAKwCbt465L6ZCiUQh2oMYGU3Wo8LRFJxNDFwWn106S5wVUNA== - dependencies: - regenerator-transform "^0.14.0" - -"@babel/plugin-transform-reserved-words@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz#9a0635ac4e665d29b162837dd3cc50745dfdf1f5" - integrity sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-runtime@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169" - integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - resolve "^1.8.1" - semver "^5.5.1" - -"@babel/plugin-transform-shorthand-properties@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8" - integrity sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8" - integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-sticky-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz#be7a1290f81dae767475452199e1f76d6175b100" - integrity sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-regex" "^7.8.3" - -"@babel/plugin-transform-template-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz#7bfa4732b455ea6a43130adc0ba767ec0e402a80" - integrity sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-typeof-symbol@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412" - integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-typescript@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917" - integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-typescript" "^7.8.3" - -"@babel/plugin-transform-unicode-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad" - integrity sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/polyfill@^7.0.0", "@babel/polyfill@^7.4.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.8.3.tgz#2333fc2144a542a7c07da39502ceeeb3abe4debd" - integrity sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg== - dependencies: - core-js "^2.6.5" - regenerator-runtime "^0.13.2" - -"@babel/preset-env@^7.4.5", "@babel/preset-env@^7.8.3": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e" - integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w== - dependencies: - "@babel/compat-data" "^7.8.4" - "@babel/helper-compilation-targets" "^7.8.4" - "@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-object-rest-spread" "^7.8.3" - "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" - "@babel/plugin-proposal-optional-chaining" "^7.8.3" - "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" - "@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-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.8.3" - "@babel/plugin-transform-computed-properties" "^7.8.3" - "@babel/plugin-transform-destructuring" "^7.8.3" - "@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.8.4" - "@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.8.3" - "@babel/plugin-transform-modules-commonjs" "^7.8.3" - "@babel/plugin-transform-modules-systemjs" "^7.8.3" - "@babel/plugin-transform-modules-umd" "^7.8.3" - "@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.8.4" - "@babel/plugin-transform-property-literals" "^7.8.3" - "@babel/plugin-transform-regenerator" "^7.8.3" - "@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/types" "^7.8.3" - browserslist "^4.8.5" - core-js-compat "^3.6.2" - invariant "^2.2.2" - levenary "^1.1.1" - semver "^5.5.0" - -"@babel/preset-flow@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.8.3.tgz#52af74c6a4e80d889bd9436e8e278d0fecac6e18" - integrity sha512-iCXFk+T4demnq+dNLLvlGOgvYF6sPZ/hS1EmswugOqh1Ysp2vuiqJzpgsnp5rW8+6dLJT/0CXDzye28ZH6BAfQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-transform-flow-strip-types" "^7.8.3" - -"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.8.3.tgz#23dc63f1b5b0751283e04252e78cf1d6589273d2" - integrity sha512-9hx0CwZg92jGb7iHYQVgi0tOEHP/kM60CtWJQnmbATSPIQQ2xYzfoCI3EdqAhFBeeJwYMdWQuDUHMsuDbH9hyQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-transform-react-display-name" "^7.8.3" - "@babel/plugin-transform-react-jsx" "^7.8.3" - "@babel/plugin-transform-react-jsx-self" "^7.8.3" - "@babel/plugin-transform-react-jsx-source" "^7.8.3" - -"@babel/preset-typescript@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.8.3.tgz#90af8690121beecd9a75d0cc26c6be39d1595d13" - integrity sha512-qee5LgPGui9zQ0jR1TeU5/fP9L+ovoArklEqY12ek8P/wV5ZeM/VYSQYwICeoT6FfpJTekG9Ilay5PhwsOpMHA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-transform-typescript" "^7.8.3" - -"@babel/runtime-corejs2@^7.0.0": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.12.5.tgz#382ec38f0826365e96118e28b81249c1c61bace3" - integrity sha512-kt5YpZ7F5A05LOgQuaMXXmcxakK/qttf5C/E1BJPA3Kf5PanbjPzDoXN+PIslUnjUxpuKblCsXyP0QfMiqyKqA== - dependencies: - core-js "^2.6.5" - regenerator-runtime "^0.13.4" - -"@babel/runtime-corejs2@^7.1.5": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.8.4.tgz#e4ed23a8be40fa26b97fb649deaba8144c987593" - integrity sha512-7jU2FgNqNHX6yTuU/Dr/vH5/O8eVL9U85MG5aDw1LzGfCvvhXC1shdXfVzCQDsoY967yrAKeLujRv7l8BU+dZA== - dependencies: - core-js "^2.6.5" - regenerator-runtime "^0.13.2" - -"@babel/runtime-corejs3@^7.7.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.4.tgz#ccc4e042e2fae419c67fa709567e5d2179ed3940" - integrity sha512-+wpLqy5+fbQhvbllvlJEVRIpYj+COUWnnsm+I4jZlA8Lo7/MJmBhGTCHyk1/RWfOqBRJ2MbadddG6QltTKTlrg== - dependencies: - core-js-pure "^3.0.0" - regenerator-runtime "^0.13.2" - -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" - integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== - dependencies: - regenerator-runtime "^0.13.2" - -"@babel/runtime@^7.12.0": - version "7.14.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" - integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.13.10": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" - integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/template@^7.7.4", "@babel/template@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" - integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/parser" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" - integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.8.4" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/parser" "^7.8.4" - "@babel/types" "^7.8.3" - debug "^4.1.0" - globals "^11.1.0" - lodash "^4.17.13" - -"@babel/types@^7.0.0", "@babel/types@^7.1.6", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" - integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== - dependencies: - esutils "^2.0.2" - lodash "^4.17.13" - to-fast-properties "^2.0.0" - -"@babel/types@^7.13.12": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3" - integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw== - dependencies: - "@babel/helper-validator-identifier" "^7.14.0" - to-fast-properties "^2.0.0" - -"@base2/pretty-print-object@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" - integrity sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@beemo/cli@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@beemo/cli/-/cli-1.0.8.tgz#d20b6370c547c73568da927b7d7eb3d61f076f3a" - integrity sha512-uzPO/5q2/IF+oxtHMpADkSY+/uI9yi73AqkSFK3bsYVUKeF5ZMQ4sCq+6j0aJyS4aIbYLXCxMFNyXOTG+XxzLQ== - dependencies: - chalk "^3.0.0" - semver "^6.3.0" - yargs "^15.1.0" - -"@beemo/core@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@beemo/core/-/core-1.1.2.tgz#ac9310f135b2674a2fd0d880d4a2938eb1ac2362" - integrity sha512-h25MmOhgnplJVoeYm4PvPyfENNYF4IJCFT0KZ5hc4JCXEox/PE44cgURtc+gGilfSJk4w9667qwmQv2DjyQs5A== - dependencies: - "@beemo/dependency-graph" "^1.0.1" - "@boost/common" "^1.8.1" - "@boost/core" "^1.18.1" - "@boost/event" "^1.2.1" - "@types/micromatch" "^4.0.0" - "@types/yargs" "^15.0.1" - "@types/yargs-parser" "^15.0.0" - chalk "^3.0.0" - execa "^3.4.0" - fast-glob "^3.0.4" - fs-extra "^8.1.0" - hygen "^5.0.3" - is-glob "^4.0.1" - lodash "^4.17.15" - micromatch "^4.0.2" - optimal "^4.1.1" - yargs "^15.1.0" - yargs-parser "^16.1.0" - -"@beemo/dependency-graph@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@beemo/dependency-graph/-/dependency-graph-1.0.1.tgz#572b547a435a3b6e8d964c6caadef5e3d2a7284f" - integrity sha512-ATco1JiZX+B+J5BdEmMGKPcnrjebOAV1TIe/r1VAydnGTSQLbmqt7H/QAG1+VfPlWB8k+bRBOAiw3HjTTleemg== - -"@beemo/driver-babel@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@beemo/driver-babel/-/driver-babel-1.2.1.tgz#fb8217c7787b8371f57b199be1f7033cf736ff25" - integrity sha512-IaEb9jQRAIaepAH4+WPxCiPrESPKeG3kXWCWm11OiC+iKYyEJu8Wcy3sSRghhFiEARJBoSPJlzUAZ8zNjioEkA== - dependencies: - rimraf "^3.0.0" - -"@beemo/driver-eslint@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@beemo/driver-eslint/-/driver-eslint-1.2.1.tgz#05d3d70718fbccda27c79b7ce1a4d3e9b06cbcd8" - integrity sha512-AH2k9ueLONTwUVEYgfZqDJY7gx+z2CmEP5wfHzQguotPYdWjocqYLy96x897vpl9vkkZZABKu9RNxwz6O2+rdQ== - dependencies: - "@boost/event" "^1.2.1" - -"@beemo/driver-jest@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@beemo/driver-jest/-/driver-jest-1.2.0.tgz#11927effdebe93f41426c7f12d6b4dd21fea91e9" - integrity sha512-SEdbSkZ5yYbrTK2uoOg0TQwvzdOv86d1sqlC84DYHxAs06w5tlB/TMbDvL8lMSgWnKMwcDPGCMd85ZFE/5sePQ== - dependencies: - "@jest/types" "^24.9.0" - -"@beemo/driver-prettier@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@beemo/driver-prettier/-/driver-prettier-1.2.1.tgz#f3c2e177ff170e567bffd952a06d25d57d895438" - integrity sha512-TQdNcLjgfudqUO9tgRBHSbcE0xxwws8dHAhe/zM6JaeOiaXU4tspeQLtq8u70rmfQiAHbXzQqyaG5Hc5hiZgGg== - dependencies: - "@boost/event" "^1.2.1" - "@types/prettier" "*" - -"@beemo/driver-typescript@^1.3.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@beemo/driver-typescript/-/driver-typescript-1.3.1.tgz#001fbff870461f33608d0d5a4f6672ed80b3f73a" - integrity sha512-gSJPefq+GhtgR/cfxLBHO7r2QVWiIDKlQ7e6nNx1+op99pVG4VeAMAlHnoe3PVx39o7ptxt+yikF43cUdrEeOA== - dependencies: - "@boost/event" "^1.2.1" - rimraf "^3.0.0" - -"@boost/common@^1.8.1", "@boost/common@^1.8.2": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@boost/common/-/common-1.8.2.tgz#affa8b0d1de8ee9e150ce3c3c53580c21bff9008" - integrity sha512-fdQILlK4ZQU/YOmBJWWPVeEPfPYc0mLL8DHskUIoyKg7H5eWi3gtwCaCdJq00l19OlMjNEU2qlHrQSQjhxlPzA== - dependencies: - "@boost/internal" "^1.1.0" - js-yaml "^3.13.1" - json5 "^2.1.1" - optimal "^4.2.0" - pretty-ms "^5.1.0" - -"@boost/core@^1.18.1": - version "1.18.2" - resolved "https://registry.yarnpkg.com/@boost/core/-/core-1.18.2.tgz#3e1af5805b68d555803a2cd75571d83e8b5050a9" - integrity sha512-N5RH/SV56EJFFTEO4ht3gwGJZF0rs6xaAxYSxOH0Ki/+OGR4t1lxgv9cMAJ8HX+iiJI5jsp55alM0bZ0LInL2A== - dependencies: - "@boost/common" "^1.8.2" - "@boost/debug" "^1.4.3" - "@boost/event" "^1.3.0" - "@boost/internal" "^1.1.0" - "@boost/log" "^1.1.11" - "@boost/terminal" "^1.0.2" - "@boost/translate" "^1.3.6" - "@types/debug" "^4.1.5" - "@types/yargs" "^15.0.3" - "@types/yargs-parser" "^15.0.0" - debug "^4.1.1" - env-ci "^4.5.1" - execa "^3.4.0" - exit "^0.1.2" - fast-glob "^3.1.1" - fs-extra "^8.1.0" - json5 "^2.1.1" - lodash "^4.17.15" - optimal "^4.2.0" - pluralize "^8.0.0" - split "^1.0.1" - yargs-parser "^16.1.0" - -"@boost/debug@^1.4.3": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@boost/debug/-/debug-1.4.3.tgz#a7bbc390fc422dacbe35905f1d1698558b3222df" - integrity sha512-47pKSxGn2g32M4kgb/z6dGZ2J4i9Z/fAUTzkiGj49wtzY4x0NydQ8sqDR7AI28b4udcMTKlsMUULRSETljREeg== - dependencies: - "@boost/common" "^1.8.2" - "@boost/internal" "^1.1.0" - "@types/debug" "^4.1.5" - debug "^4.1.1" - execa "^3.4.0" - fast-glob "^3.1.1" - -"@boost/event@^1.2.1", "@boost/event@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@boost/event/-/event-1.3.0.tgz#7bc989098aa6e2b819ed1904170056eb288396af" - integrity sha512-EszQ+bSw2lfobsE5pGEnFROXMcxqClXnJIohM/INO/8xjKvFeAVVpQKUEnYVbOcCWYVnwsJ7nBapXLA6Z6Zv7w== - dependencies: - "@boost/internal" "^1.1.0" - -"@boost/internal@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@boost/internal/-/internal-1.1.0.tgz#380107d83bbd4d38f4b020a2273d51ef1b73e0ae" - integrity sha512-dYrCHKqiuLz3u1p+ve1qoWGXOFDBqOlUgMV1is20GiTFxoJzaCJOdexDErC3hLQFCr3WsZ3IbKDb6cpFH6mD9Q== - dependencies: - chalk "^3.0.0" - debug "^4.1.1" - -"@boost/log@^1.1.11": - version "1.1.11" - resolved "https://registry.yarnpkg.com/@boost/log/-/log-1.1.11.tgz#dd6a3f4a619c1525bba4e1916ba935aa3c4cbc2a" - integrity sha512-H6WKemzndR4FypiTX3iTqKQwdtR2odM4BLRhpzm5moBgFdD9xP4/qFmBfPmkDctfbMKZTcX96lqBANRf6ZyzMQ== - dependencies: - "@boost/internal" "^1.1.0" - "@boost/translate" "^1.3.6" - chalk "^3.0.0" - -"@boost/terminal@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@boost/terminal/-/terminal-1.0.2.tgz#6bafc827282926f5fee8e4cf48caa353a886b478" - integrity sha512-FgTE+tUri38KY0ynKNq6FO2s1H69DOOPTVbikD86b5O+QYy5fG0CdnvhVal4ql72vYVtJCW74Jeg1S7IR3dsFg== - dependencies: - ansi-escapes "^4.3.0" - ansi-regex "^5.0.0" - chalk "^3.0.0" - cli-truncate "^2.1.0" - figures "^3.1.0" - slice-ansi "^3.0.0" - string-width "^4.2.0" - strip-ansi "^6.0.0" - supports-hyperlinks "^2.0.0" - term-size "^2.2.0" - wrap-ansi "^6.2.0" - -"@boost/translate@^1.3.6": - version "1.3.6" - resolved "https://registry.yarnpkg.com/@boost/translate/-/translate-1.3.6.tgz#ff6c13b8ee94032e38dfdbfc30f1e2df80f7f7be" - integrity sha512-WX6JdC1XDuB/77JRoi0YoH52KxMH5c64TEv0pP0Xx08wQExPKiT+EdKgon4y5WNWOIengvrOjb0jlQwh5IAsjw== - dependencies: - "@boost/common" "^1.8.2" - "@boost/internal" "^1.1.0" - i18next "^19.1.0" - os-locale "^4.0.0" - -"@chromaui/localtunnel@1.10.1": - version "1.10.1" - resolved "https://registry.yarnpkg.com/@chromaui/localtunnel/-/localtunnel-1.10.1.tgz#34da7dab7055a16b1b9034a9eb7e3054ebec4b98" - integrity sha512-LXhAogVc9SOQ45+mtk2mhcQxW4bE8aadfx9WbDzuDlBXcDgDMFBaxOmd5VYsPxQYA+cLFkKeuKOpROzsZSEySA== - dependencies: - axios "0.19.0" - debug "^3.0.1" - openurl "1.1.1" - yargs "6.6.0" - -"@cnakazawa/watch@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" - integrity sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA== - dependencies: - exec-sh "^0.3.2" - minimist "^1.2.0" - -"@commitlint/cli@^7.5.2": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.1.tgz#a93cf995082831999937f6d5ec1a582c8fc0393a" - integrity sha512-HEJwQ/aK0AOcAwn77ZKbb/GZhlGxBSPhtVp07uoJFVqM12l2Ia2JHA+MTpfHCFdVahKyYGREZgxde6LyKyG8aQ== - dependencies: - "@commitlint/format" "^7.6.1" - "@commitlint/lint" "^7.6.0" - "@commitlint/load" "^7.6.1" - "@commitlint/read" "^7.6.0" - babel-polyfill "6.26.0" - chalk "2.3.1" - get-stdin "7.0.0" - lodash "4.17.11" - meow "5.0.0" - resolve-from "5.0.0" - resolve-global "1.0.0" - -"@commitlint/config-conventional@^7.5.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz#f3dc66bf39e3b627fdd6f5ac3d0510dd0dd38f94" - integrity sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw== - -"@commitlint/config-lerna-scopes@^7.5.1": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-lerna-scopes/-/config-lerna-scopes-7.6.0.tgz#40ac4888dad00860a7bb8cfc5c289b788e830f84" - integrity sha512-cp/gIi47in0VShYpI2cc0vG/TBriai2EZE5CUaun6LLl6++8vn8OF/2W/oJ0e8L43zX7T2v90yFoWNbFcLssIw== - dependencies: - import-from "3.0.0" - resolve-pkg "2.0.0" - semver "6.0.0" - -"@commitlint/ensure@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.6.0.tgz#e873ff6786a3b9504e88a4debed41df29cd8ac36" - integrity sha512-pSUrNud5L/8y+cLWo3LEa8Ce4bAAR33xMderFUhuNPHj7TwpNS7L4ROMnhL4ZlCYRazCRDlnPaJLPikMoWThfA== - dependencies: - lodash "4.17.11" - -"@commitlint/execute-rule@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.6.0.tgz#60c1c34b5f2fca6c6cbca019a9c7d81c2fab1e4a" - integrity sha512-0inGOIlLefPDtiDOaZ6WoE1p+GEZZIj2VwUftUozD3C71TiwP9UfKAVVtUDFPIeL6RgSqCkCf7zsy6NKNxwkBg== - dependencies: - babel-runtime "6.26.0" - -"@commitlint/format@^7.6.1": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.1.tgz#106750de50fab7d153eed80e7577c768bb9a3a1b" - integrity sha512-Ldzf5N2Sr9RQqvlYwaQn4vz1WOZ7byYinspC/WCrbfcETGy28j7QE4OueZU6nNB9TjwwEorKm13uy7tDWPR7dg== - dependencies: - babel-runtime "^6.23.0" - chalk "^2.0.1" - -"@commitlint/is-ignored@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.6.0.tgz#d069f25741dcf859b324e5f709835af3aac9cf45" - integrity sha512-By/mLNhz+6Rtix9+Kyof1gdKiELchAnQHpdeKIHIOe9sjbvd3HqDoFHh/mGMMRnGIPMZOX5TO8Fqy3A/2HqlTw== - dependencies: - semver "6.0.0" - -"@commitlint/lint@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.6.0.tgz#a6da320026b937aa9bf971e060e471edd6b088ec" - integrity sha512-aUIFX0lPRZL7WmT8W8qzogJD4LmHk6JPG3XUAX+K0pOHGjC/0ALvSAytvoLXy4fvmSnGJkXmWhzSW7c0Spa14Q== - dependencies: - "@commitlint/is-ignored" "^7.6.0" - "@commitlint/parse" "^7.6.0" - "@commitlint/rules" "^7.6.0" - babel-runtime "^6.23.0" - lodash "4.17.11" - -"@commitlint/load@^7.6.1": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.2.tgz#b5ed8163fa3117d60faf70a4e677b2017bbc71bb" - integrity sha512-I+xk+BkXAG1roXNrPsR1eOd5hEa+oLc6HLYnHAT/HLGKKB3E01IGg3O5SGlg7lpf1yiAaYI+wAnNTr3f3sIbWQ== - dependencies: - "@commitlint/execute-rule" "^7.6.0" - "@commitlint/resolve-extends" "^7.6.0" - babel-runtime "^6.23.0" - cosmiconfig "^5.2.0" - lodash "4.17.11" - resolve-from "^5.0.0" - -"@commitlint/message@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.6.0.tgz#899b6b411945dd091d261408b6e994043967bc06" - integrity sha512-PtP4jhBYGXLaQQC5jel+RQczG2tS3Cy6rRxQioUfCUaEg/LV029ao/KcL1kHEBJ8hSW/SUmnvDaD9Y6nozLQMA== - -"@commitlint/parse@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.6.0.tgz#e7b8d6dc145e78cf56940bbf405ca6fac3085196" - integrity sha512-1x60kTqz2VBCjYE+8MV5BhE+ShPo7MgVlrMWSlxiiJDWP5CvWa+SBbUayDJ7rtOXimjTASZ9ZNZTuFPdJE/Y7A== - dependencies: - conventional-changelog-angular "^1.3.3" - conventional-commits-parser "^2.1.0" - lodash "^4.17.11" - -"@commitlint/read@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.6.0.tgz#e55863354b436683daa2081de7ec2189573bc306" - integrity sha512-OyligtK/e4xnQklrQqTcSMM27eNhq+LqXfoeVouuPx059oDEw9wZYNN4HGzyxs4Pb6GdMpzRHLdeMQ24M+AiYw== - dependencies: - "@commitlint/top-level" "^7.6.0" - "@marionebl/sander" "^0.6.0" - babel-runtime "^6.23.0" - git-raw-commits "^1.3.0" - -"@commitlint/resolve-extends@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.6.0.tgz#0680b76eeb0e41f728c2f38645473a0956299edb" - integrity sha512-fk8KvNiEbRc+p8nPFuysVP2O95+sb8vlIDTjqtGVObqrzFINRfERXwqBmTBtcu556BoDAR2hwRVXmuwhns+Duw== - dependencies: - babel-runtime "6.26.0" - import-fresh "^3.0.0" - lodash "4.17.11" - resolve-from "^5.0.0" - resolve-global "^1.0.0" - -"@commitlint/rules@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.6.0.tgz#f9a833c1eab8144fd8f545a71408b39e51acb64e" - integrity sha512-shLJdMUwdVeE5UgOE8E+c+PFS7+0FFGfheMa3s6ZK+xX8pTUxseXZu9iCF4mwF+WWkVk518xPuNLvmYE96salQ== - dependencies: - "@commitlint/ensure" "^7.6.0" - "@commitlint/message" "^7.6.0" - "@commitlint/to-lines" "^7.6.0" - babel-runtime "^6.23.0" - -"@commitlint/to-lines@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.6.0.tgz#5ed4dbf39db0ceff96dbb661b9ce048ed3db7a4b" - integrity sha512-L/Vl5ThRuBHnSNZBtc+p2LCs2ayxWodC+I/X3NKUywSmr6kKpJJCFqHHHqPu+yXwGUPwqCMQhogIGLuv9TtWWw== - -"@commitlint/top-level@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.6.0.tgz#0ed88078ac585c93ee314ff3b7f8c20143c57652" - integrity sha512-R2RzJZDuT2TU2dZMrRd7olax5IDVcUB/O8k76d1LW13CQ9/2ArJi3TCFXSZIaGpCUnyAYA5KiCZ+c1opnyQuog== - dependencies: - find-up "^2.1.0" - -"@data-ui/event-flow@^0.0.80": - version "0.0.80" - resolved "https://registry.yarnpkg.com/@data-ui/event-flow/-/event-flow-0.0.80.tgz#2401c5304864b11bb95e8aee830f85056524878e" - integrity sha512-27ZCvxJcG77PoORYV0EqPIr9jbyt51IMzpavQjF+iJ4Y6aqOlw2nGddtE3s8RNCbgonktgVg1+DUEgPAdpENHA== - dependencies: - "@babel/polyfill" "^7.0.0" - "@babel/runtime-corejs2" "^7.1.5" - "@data-ui/forms" "^0.0.80" - "@data-ui/radial-chart" "^0.0.80" - "@data-ui/theme" "^0.0.80" - "@vx/axis" "0.0.140" - "@vx/bounds" "0.0.140" - "@vx/clip-path" "0.0.140" - "@vx/glyph" "0.0.140" - "@vx/gradient" "0.0.140" - "@vx/grid" "0.0.140" - "@vx/group" "0.0.140" - "@vx/legend" "0.0.140" - "@vx/pattern" "0.0.140" - "@vx/point" "0.0.136" - "@vx/responsive" "0.0.140" - "@vx/scale" "0.0.140" - "@vx/shape" "0.0.140" - "@vx/tooltip" "0.0.140" - aphrodite "^1.2.0" - d3-array "^1.2.0" - d3-format "^1.2.0" - d3-selection "^1.1.0" - d3-zoom "^1.3.0" - immutable "^3.8.1" - prop-types "^15.5.10" - react-split-pane "^0.1.63" - react-with-styles "^1.3.0" - react-with-styles-interface-aphrodite "^1.2.0" - recompose "^0.23.5" - -"@data-ui/forms@^0.0.80": - version "0.0.80" - resolved "https://registry.yarnpkg.com/@data-ui/forms/-/forms-0.0.80.tgz#6510de82113dcc56e86a635fa4c0b06cc05a4633" - integrity sha512-mb9SBFztoCkoE1tG78mHTYYhv0fj6CtNTPvY+4YDTD+9PRRg4cjIiI4sNed3AdIAI+O3+n+7bT+ehT+1RR9v1Q== - dependencies: - prop-types "^15.5.10" - react-select "^1.2.1" - -"@data-ui/radial-chart@^0.0.80": - version "0.0.80" - resolved "https://registry.yarnpkg.com/@data-ui/radial-chart/-/radial-chart-0.0.80.tgz#b434752064e46429ab0ed4bc82b0330ab1884e3e" - integrity sha512-MeNn4GWzdJwfqyFvTT5c6goML3r9dntCbmZGx6ZbCKXJ824Bv9TtePdYs0vObBMlXDnFQQKy07Dosep51sBBfA== - dependencies: - "@data-ui/shared" "^0.0.80" - "@data-ui/theme" "^0.0.80" - "@vx/event" "0.0.140" - "@vx/group" "0.0.140" - "@vx/scale" "0.0.140" - "@vx/shape" "0.0.140" - "@vx/tooltip" "0.0.140" - prop-types "^15.5.10" - -"@data-ui/shared@^0.0.80": - version "0.0.80" - resolved "https://registry.yarnpkg.com/@data-ui/shared/-/shared-0.0.80.tgz#668d7a5918fccaa2571df72765a9eae25820b4be" - integrity sha512-91fEgznr52Q9hAiya99GprA59rELb2O8isAKOTpPoR5lHHGaD8UYQvpzNBOgvB7gwy7+rhZ8dOkgdUpXhoCgXg== - dependencies: - "@data-ui/theme" "^0.0.80" - "@vx/event" "^0.0.165" - "@vx/group" "^0.0.165" - "@vx/shape" "^0.0.168" - "@vx/tooltip" "0.0.165" - d3-array "^1.2.1" - prop-types "^15.5.10" - -"@data-ui/theme@^0.0.80": - version "0.0.80" - resolved "https://registry.yarnpkg.com/@data-ui/theme/-/theme-0.0.80.tgz#587561d2fe9684b8b3ed4d5be7f5fd9ad726241b" - integrity sha512-xomZD4m1w60mtbIfHklaRZ/xf9EuaP/X5gCASQtNMwmNjW3UWcmnUF/HQFfT0o0RcjZVcDafdtz9HsPatD+IqA== - -"@deck.gl/aggregation-layers@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/aggregation-layers/-/aggregation-layers-7.1.11.tgz#6b66f81a9ff0b120f5b8997c1eee38bf40e106ba" - integrity sha512-CHsr+UJhf06Mqb/q60iP7ftHQv3ftHUhJbVO4550PRo+QMFFhHfhxo53gQDDgrQ3stxpAcLT3lXRSNghMoU34g== - dependencies: - d3-hexbin "^0.2.1" - -"@deck.gl/aggregation-layers@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/aggregation-layers/-/aggregation-layers-8.5.2.tgz#a15928f68b6cf431925ba3a9a4c7cd421e0c6011" - integrity sha512-oiqXPmyn2v0lX9tWCvgmWs29stHSLS3tje71Ff2FVXDNmvP5FoZItFa8y7O7KSTkej2/rSwZeSte/a9pri6Njg== - dependencies: - "@luma.gl/shadertools" "^8.5.4" - "@math.gl/web-mercator" "^3.5.3" - d3-hexbin "^0.2.1" - -"@deck.gl/carto@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/carto/-/carto-8.5.2.tgz#9ac2b9723bbabf818cd2abca5cdebb10e672e993" - integrity sha512-Kw/3NUM+2NcHjxH6b7IOUYXEwmJ4SNQujFzAVFW5amG4Lut8074NGSF5XHi+4M/zgk7vXDFsGRxLqspsA/dg8w== - dependencies: - "@loaders.gl/loader-utils" "^3.0.6" - "@loaders.gl/mvt" "^3.0.6" - "@loaders.gl/tiles" "^3.0.6" - "@math.gl/web-mercator" "^3.5.3" - cartocolor "^4.0.2" - d3-scale "^3.2.3" - -"@deck.gl/core@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-7.1.11.tgz#b5da356053b28767b95d16c29afc1010e21f4e89" - integrity sha512-jUi1CcsnF5KPL2sv7Z0H3x+8amee5csqliZXGbXEBYox1l8naC4PhHg5jTgLaB0ZOHfVDsldPwGdPC+Mi4jP/Q== - dependencies: - "@luma.gl/core" "^7.1.0" - gl-matrix "^3.0.0" - math.gl "^2.3.0" - mjolnir.js "^2.1.2" - probe.gl "^3.0.1" - seer "^0.2.4" - viewport-mercator-project "^6.1.0" - -"@deck.gl/core@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-8.5.2.tgz#108f1333be43e30634cf7403c052fb8c2777f646" - integrity sha512-SAFv7fKx6k1Rj8R4qTMQO2wEhEfixROzbcoSS6RivxrfES00KYYj6jJ7iNEnq3dFn6qc37LPpxqtYYHO4BcvYA== - dependencies: - "@loaders.gl/core" "^3.0.6" - "@loaders.gl/images" "^3.0.6" - "@luma.gl/core" "^8.5.4" - "@math.gl/web-mercator" "^3.5.3" - gl-matrix "^3.0.0" - math.gl "^3.5.3" - mjolnir.js "^2.5.0" - probe.gl "^3.4.0" - -"@deck.gl/extensions@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/extensions/-/extensions-8.5.2.tgz#5720a9de5a0d4f49b99fd7f51df69ac6aba675fa" - integrity sha512-VhbQsMNPM7RCR/ERwb1u1x0rEWAxgXfcCWttW+gYvbiagW/LrAJ22jhOghlRW/wilEmupHYbXQlWkW2V/mYfsg== - dependencies: - "@luma.gl/shadertools" "^8.5.4" - -"@deck.gl/geo-layers@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/geo-layers/-/geo-layers-7.1.11.tgz#d574a607af10d793194f6a9ee3ce440488da422a" - integrity sha512-gIJ1K98IFSZ12hB+zHyQC+9pMncb9BKVhJTA7pjUpxwcmEkkroqet9zkYQQMeSInK0a67BR9GXjebb/N0U04qA== - dependencies: - h3-js "^3.4.3" - long "^3.2.0" - s2-geometry "^1.2.10" - -"@deck.gl/geo-layers@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/geo-layers/-/geo-layers-8.5.2.tgz#d428217186bb3598da745126ff737903c0c03ba5" - integrity sha512-t6+TgAdbKWDw8g9UX1y6D+5twcdJuKaXw4qSib/0yVurWi/Mil5Plihybt1l9uBZuwkr+UcpxPR73zzo+qd9MA== - dependencies: - "@loaders.gl/3d-tiles" "^3.0.6" - "@loaders.gl/gis" "^3.0.6" - "@loaders.gl/loader-utils" "^3.0.6" - "@loaders.gl/mvt" "^3.0.6" - "@loaders.gl/terrain" "^3.0.6" - "@loaders.gl/tiles" "^3.0.6" - "@luma.gl/experimental" "^8.5.4" - "@math.gl/culling" "^3.5.3" - "@math.gl/web-mercator" "^3.5.3" - h3-js "^3.6.0" - long "^3.2.0" - math.gl "^3.5.3" - -"@deck.gl/google-maps@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/google-maps/-/google-maps-7.1.11.tgz#d85cf3a81ee2a5123e46b4c85d0c8ef7034c4476" - integrity sha512-gYp3NFIsyT5p65HgKjXFWTDzFf7K8+6ce9d9MIqaNgVWFZdsjUy9JL5TttDMQXshaQ1aZpxtLL6ZO3BiI1w8fw== - -"@deck.gl/google-maps@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/google-maps/-/google-maps-8.5.2.tgz#0152f9cd4beb2619c99523b33369c15e268dd859" - integrity sha512-Dk3ozenBWgt9nFSYOT4N82urNW/JhiMszfFq6zLt3jUp0N7EJ9d2XO81hclM59BhjIdGWb6drTe96NvtbabVLQ== - -"@deck.gl/json@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/json/-/json-7.1.11.tgz#8342322e3cfca8a0e14a970766a793b4e7cb4e06" - integrity sha512-obYAXq5VZ0qCTVS8hopS64aXGicUeBNg0/03AAfo+Q5z62cNqagAktGKVZMUsJ13bV8CPohJ2zRWMXO+mAJtew== - dependencies: - d3-dsv "^1.0.8" - -"@deck.gl/json@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/json/-/json-8.5.2.tgz#8535c0d86ae50bad47eceff915cdd2f6ece0fb28" - integrity sha512-lVS16bvPfLUSidgBURZvGbWEjgK8GjLWlp1iGuLvua2W6TnWIyiKa6a3XoebgeXd8kqwSbQxhNnuSVPX+Di6Rg== - dependencies: - d3-dsv "^1.0.8" - expression-eval "^2.0.0" - -"@deck.gl/layers@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-7.1.11.tgz#d53175a9adfb03869084acc33145c846458d40c8" - integrity sha512-hOylm7Pf3CSvqpDoiCJLnqLAU3PAePISskJ5jjhpXtgHBrm1/Gk4boP4/7t7kFZdbSvVIXin13pPRbT0SWCRPw== - dependencies: - "@loaders.gl/core" "^1.0.3" - "@loaders.gl/images" "^1.0.3" - "@mapbox/tiny-sdf" "^1.1.0" - earcut "^2.0.6" - -"@deck.gl/layers@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-8.5.2.tgz#d40d5dd81d3190e210cc9bbb24df55e04efa8ad6" - integrity sha512-HmpE3qf9CI7sU/xa2DMCNg31pzpzK5XuUHyC70dsLq8AV7Sm3vZQz17KMU/CWSZpVr7yQ8uxTeSQARiv/zeOFQ== - dependencies: - "@loaders.gl/images" "^3.0.6" - "@mapbox/tiny-sdf" "^1.1.0" - "@math.gl/polygon" "^3.5.3" - earcut "^2.0.6" - -"@deck.gl/mapbox@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/mapbox/-/mapbox-7.1.11.tgz#87d2e9306f0ce7679ddc95b11e33b7c2d1ee9d9d" - integrity sha512-V4cc9vwXzAOBtWV8x+WtvPVXElGChogkvQketeR2uhz6wIHuH+3sBBRg/Ma476w/II+DKjeHg2AzAZeX3SK7yQ== - -"@deck.gl/mapbox@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/mapbox/-/mapbox-8.5.2.tgz#97b8296666919e53eebefb60e9152f8e32a98c9d" - integrity sha512-nMpzfdPFBVthT+EMgIcKo4YO6bZCqADQtqnxIFtfofZIiKS6R5OSuJ3sXPSNZ9ReCJGzdmndEz7/Qtm9Sia/bA== - -"@deck.gl/mesh-layers@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/mesh-layers/-/mesh-layers-7.1.11.tgz#f2eef1962e1f868957b88113f6f57dc94636ba64" - integrity sha512-rI8ffUNh7ac2GpMcGLEiKyRarOPeLfVRlMRKjl9LXU61Wgx6DaHqsMmeqxzjoXEzgiRlY/XgCjepVg0dY6btlQ== - dependencies: - "@loaders.gl/core" "^1.0.3" - "@loaders.gl/images" "^1.0.3" - -"@deck.gl/mesh-layers@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/mesh-layers/-/mesh-layers-8.5.2.tgz#312fd31972eb09da074b2945b018ee9f69897c83" - integrity sha512-dUfQyGjm5CYQg9AQdRsGtEEXGSGHxifPlws0zWWoj1r757wjqM0aZ663TUJEsJQDTLNOvbBLGTiuFeCBUoKO4Q== - dependencies: - "@loaders.gl/gltf" "^3.0.6" - "@luma.gl/experimental" "^8.5.4" - "@luma.gl/shadertools" "^8.5.4" - -"@deck.gl/react@7.1.11": - version "7.1.11" - resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-7.1.11.tgz#dbd84a2bec4551841e4592da58a064e0d0d80693" - integrity sha512-WUzxhvM3jZIZkBAQgdQR+tFBAVDm5opLCKMWI9YkJUsdJzdv9uwiWCsk3Se1pCTFIa5Asb8U6YAi1CHl+OOFyA== - dependencies: - prop-types "^15.6.0" - -"@deck.gl/react@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-8.5.2.tgz#8aef916fe674c0bb4735a42d48905e0e993aa8b9" - integrity sha512-h7AJ9nPY1PTjrAVP7T1fvWDChWZrVOsEfYIoEP4W6ILSjvDqEQfVL0+9RhjUwQV2nKrg0QmpqCmbfOrgKQQbYw== - dependencies: - prop-types "^15.6.0" - -"@emotion/babel-plugin@^11.3.0": - version "11.3.0" - resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7" - integrity sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA== - dependencies: - "@babel/helper-module-imports" "^7.12.13" - "@babel/plugin-syntax-jsx" "^7.12.13" - "@babel/runtime" "^7.13.10" - "@emotion/hash" "^0.8.0" - "@emotion/memoize" "^0.7.5" - "@emotion/serialize" "^1.0.2" - babel-plugin-macros "^2.6.1" - convert-source-map "^1.5.0" - escape-string-regexp "^4.0.0" - find-root "^1.1.0" - source-map "^0.5.7" - stylis "^4.0.3" - -"@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.27.tgz#7895db204e2c1a991ae33d51262a3a44f6737303" - integrity sha512-Zp8BEpbMunFsTcqAK4D7YTm3MvCp1SekflSLJH8lze2fCcSZ/yMkXHo8kb3t1/1Tdd3hAqf3Fb7z9VZ+FMiC9w== - dependencies: - "@emotion/sheet" "0.9.4" - "@emotion/stylis" "0.8.5" - "@emotion/utils" "0.11.3" - "@emotion/weak-memoize" "0.2.5" - -"@emotion/core@^10.0.20", "@emotion/core@^10.0.9": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.27.tgz#7c3f78be681ab2273f3bf11ca3e2edc4a9dd1fdc" - integrity sha512-XbD5R36pVbohQMnKfajHv43g8EbN4NHdF6Zh9zg/C0nr0jqwOw3gYnC07Xj3yG43OYSRyrGsoQ5qPwc8ycvLZw== - dependencies: - "@babel/runtime" "^7.5.5" - "@emotion/cache" "^10.0.27" - "@emotion/css" "^10.0.27" - "@emotion/serialize" "^0.11.15" - "@emotion/sheet" "0.9.4" - "@emotion/utils" "0.11.3" - -"@emotion/css@^10.0.27", "@emotion/css@^10.0.9": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c" - integrity sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw== - dependencies: - "@emotion/serialize" "^0.11.15" - "@emotion/utils" "0.11.3" - babel-plugin-emotion "^10.0.27" - -"@emotion/hash@0.7.4": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.4.tgz#f14932887422c9056b15a8d222a9074a7dfa2831" - integrity sha512-fxfMSBMX3tlIbKUdtGKxqB1fyrH6gVrX39Gsv3y8lRYKUqlgDt3UMqQyGnR1bQMa2B8aGnhLZokZgg8vT0Le+A== - -"@emotion/hash@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" - integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== - -"@emotion/is-prop-valid@0.8.6", "@emotion/is-prop-valid@^0.8.1": - version "0.8.6" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.6.tgz#4757646f0a58e9dec614c47c838e7147d88c263c" - integrity sha512-mnZMho3Sq8BfzkYYRVc8ilQTnc8U02Ytp6J1AwM6taQStZ3AhsEJBX2LzhA/LJirNCwM2VtHL3VFIZ+sNJUgUQ== - dependencies: - "@emotion/memoize" "0.7.4" - -"@emotion/is-prop-valid@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz#29ef6be1e946fb4739f9707def860f316f668cde" - integrity sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ== - dependencies: - "@emotion/memoize" "^0.7.4" - -"@emotion/memoize@0.7.4": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" - integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== - -"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5": - version "0.7.5" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" - integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== - -"@emotion/serialize@^0.11.15": - version "0.11.15" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.15.tgz#9a0f5873fb458d87d4f23e034413c12ed60a705a" - integrity sha512-YE+qnrmGwyR+XB5j7Bi+0GT1JWsdcjM/d4POu+TXkcnrRs4RFCCsi3d/Ebf+wSStHqAlTT2+dfd+b9N9EO2KBg== - dependencies: - "@emotion/hash" "0.7.4" - "@emotion/memoize" "0.7.4" - "@emotion/unitless" "0.7.5" - "@emotion/utils" "0.11.3" - csstype "^2.5.7" - -"@emotion/serialize@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965" - integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A== - dependencies: - "@emotion/hash" "^0.8.0" - "@emotion/memoize" "^0.7.4" - "@emotion/unitless" "^0.7.5" - "@emotion/utils" "^1.0.0" - csstype "^3.0.2" - -"@emotion/sheet@0.9.4": - version "0.9.4" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" - integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== - -"@emotion/styled-base@^10.0.27": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.27.tgz#d9efa307ae4e938fcc4d0596b40b7e8bc10f7c7c" - integrity sha512-ufHM/HhE3nr309hJG9jxuFt71r6aHn7p+bwXduFxcwPFEfBIqvmZUMtZ9YxIsY61PVwK3bp4G1XhaCzy9smVvw== - dependencies: - "@babel/runtime" "^7.5.5" - "@emotion/is-prop-valid" "0.8.6" - "@emotion/serialize" "^0.11.15" - "@emotion/utils" "0.11.3" - -"@emotion/styled@^10.0.17": - version "10.0.27" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf" - integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - dependencies: - "@emotion/styled-base" "^10.0.27" - babel-plugin-emotion "^10.0.27" - -"@emotion/styled@^11.3.0": - version "11.3.0" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207" - integrity sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA== - dependencies: - "@babel/runtime" "^7.13.10" - "@emotion/babel-plugin" "^11.3.0" - "@emotion/is-prop-valid" "^1.1.0" - "@emotion/serialize" "^1.0.2" - "@emotion/utils" "^1.0.0" - -"@emotion/stylis@0.8.5": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" - integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== - -"@emotion/unitless@0.7.5", "@emotion/unitless@^0.7.0", "@emotion/unitless@^0.7.5": - version "0.7.5" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" - integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== - -"@emotion/utils@0.11.3": - version "0.11.3" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" - integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== - -"@emotion/utils@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af" - integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA== - -"@emotion/weak-memoize@0.2.5": - version "0.2.5" - resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" - integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== - -"@evocateur/libnpmaccess@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845" - integrity sha512-KSCAHwNWro0CF2ukxufCitT9K5LjL/KuMmNzSu8wuwN2rjyKHD8+cmOsiybK+W5hdnwc5M1SmRlVCaMHQo+3rg== - dependencies: - "@evocateur/npm-registry-fetch" "^4.0.0" - aproba "^2.0.0" - figgy-pudding "^3.5.1" - get-stream "^4.0.0" - npm-package-arg "^6.1.0" - -"@evocateur/libnpmpublish@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@evocateur/libnpmpublish/-/libnpmpublish-1.2.2.tgz#55df09d2dca136afba9c88c759ca272198db9f1a" - integrity sha512-MJrrk9ct1FeY9zRlyeoyMieBjGDG9ihyyD9/Ft6MMrTxql9NyoEx2hw9casTIP4CdqEVu+3nQ2nXxoJ8RCXyFg== - dependencies: - "@evocateur/npm-registry-fetch" "^4.0.0" - aproba "^2.0.0" - figgy-pudding "^3.5.1" - get-stream "^4.0.0" - lodash.clonedeep "^4.5.0" - normalize-package-data "^2.4.0" - npm-package-arg "^6.1.0" - semver "^5.5.1" - ssri "^6.0.1" - -"@evocateur/npm-registry-fetch@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@evocateur/npm-registry-fetch/-/npm-registry-fetch-4.0.0.tgz#8c4c38766d8d32d3200fcb0a83f064b57365ed66" - integrity sha512-k1WGfKRQyhJpIr+P17O5vLIo2ko1PFLKwoetatdduUSt/aQ4J2sJrJwwatdI5Z3SiYk/mRH9S3JpdmMFd/IK4g== - dependencies: - JSONStream "^1.3.4" - bluebird "^3.5.1" - figgy-pudding "^3.4.1" - lru-cache "^5.1.1" - make-fetch-happen "^5.0.0" - npm-package-arg "^6.1.0" - safe-buffer "^5.1.2" - -"@evocateur/pacote@^9.6.3": - version "9.6.5" - resolved "https://registry.yarnpkg.com/@evocateur/pacote/-/pacote-9.6.5.tgz#33de32ba210b6f17c20ebab4d497efc6755f4ae5" - integrity sha512-EI552lf0aG2nOV8NnZpTxNo2PcXKPmDbF9K8eCBFQdIZwHNGN/mi815fxtmUMa2wTa1yndotICIDt/V0vpEx2w== - dependencies: - "@evocateur/npm-registry-fetch" "^4.0.0" - bluebird "^3.5.3" - cacache "^12.0.3" - chownr "^1.1.2" - figgy-pudding "^3.5.1" - get-stream "^4.1.0" - glob "^7.1.4" - infer-owner "^1.0.4" - lru-cache "^5.1.1" - make-fetch-happen "^5.0.0" - minimatch "^3.0.4" - minipass "^2.3.5" - mississippi "^3.0.0" - mkdirp "^0.5.1" - normalize-package-data "^2.5.0" - npm-package-arg "^6.1.0" - npm-packlist "^1.4.4" - npm-pick-manifest "^3.0.0" - osenv "^0.1.5" - promise-inflight "^1.0.1" - promise-retry "^1.1.1" - protoduck "^5.0.1" - rimraf "^2.6.3" - safe-buffer "^5.2.0" - semver "^5.7.0" - ssri "^6.0.1" - tar "^4.4.10" - unique-filename "^1.1.1" - which "^1.3.1" - -"@icons/material@^0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@icons/material/-/material-0.2.4.tgz#e90c9f71768b3736e76d7dd6783fc6c2afa88bc8" - integrity sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b" - integrity sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg== - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" - integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - -"@jest/console@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-25.1.0.tgz#1fc765d44a1e11aec5029c08e798246bd37075ab" - integrity sha512-3P1DpqAMK/L07ag/Y9/Jup5iDEG9P4pRAuZiMQnU0JB3UOvCyYCjCoxr7sIA80SeyUCUKrr24fKAxVpmBgQonA== - dependencies: - "@jest/source-map" "^25.1.0" - chalk "^3.0.0" - jest-util "^25.1.0" - slash "^3.0.0" - -"@jest/core@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.1.0.tgz#3d4634fc3348bb2d7532915d67781cdac0869e47" - integrity sha512-iz05+NmwCmZRzMXvMo6KFipW7nzhbpEawrKrkkdJzgytavPse0biEnCNr2wRlyCsp3SmKaEY+SGv7YWYQnIdig== - dependencies: - "@jest/console" "^25.1.0" - "@jest/reporters" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/transform" "^25.1.0" - "@jest/types" "^25.1.0" - ansi-escapes "^4.2.1" - chalk "^3.0.0" - exit "^0.1.2" - graceful-fs "^4.2.3" - jest-changed-files "^25.1.0" - jest-config "^25.1.0" - jest-haste-map "^25.1.0" - jest-message-util "^25.1.0" - jest-regex-util "^25.1.0" - jest-resolve "^25.1.0" - jest-resolve-dependencies "^25.1.0" - jest-runner "^25.1.0" - jest-runtime "^25.1.0" - jest-snapshot "^25.1.0" - jest-util "^25.1.0" - jest-validate "^25.1.0" - jest-watcher "^25.1.0" - micromatch "^4.0.2" - p-each-series "^2.1.0" - realpath-native "^1.1.0" - rimraf "^3.0.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/environment@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-25.1.0.tgz#4a97f64770c9d075f5d2b662b5169207f0a3f787" - integrity sha512-cTpUtsjU4cum53VqBDlcW0E4KbQF03Cn0jckGPW/5rrE9tb+porD3+hhLtHAwhthsqfyF+bizyodTlsRA++sHg== - dependencies: - "@jest/fake-timers" "^25.1.0" - "@jest/types" "^25.1.0" - jest-mock "^25.1.0" - -"@jest/fake-timers@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-25.1.0.tgz#a1e0eff51ffdbb13ee81f35b52e0c1c11a350ce8" - integrity sha512-Eu3dysBzSAO1lD7cylZd/CVKdZZ1/43SF35iYBNV1Lvvn2Undp3Grwsv8PrzvbLhqwRzDd4zxrY4gsiHc+wygQ== - dependencies: - "@jest/types" "^25.1.0" - jest-message-util "^25.1.0" - jest-mock "^25.1.0" - jest-util "^25.1.0" - lolex "^5.0.0" - -"@jest/reporters@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-25.1.0.tgz#9178ecf136c48f125674ac328f82ddea46e482b0" - integrity sha512-ORLT7hq2acJQa8N+NKfs68ZtHFnJPxsGqmofxW7v7urVhzJvpKZG9M7FAcgh9Ee1ZbCteMrirHA3m5JfBtAaDg== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^25.1.0" - "@jest/environment" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/transform" "^25.1.0" - "@jest/types" "^25.1.0" - chalk "^3.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.2" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^4.0.0" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.0.0" - jest-haste-map "^25.1.0" - jest-resolve "^25.1.0" - jest-runtime "^25.1.0" - jest-util "^25.1.0" - jest-worker "^25.1.0" - slash "^3.0.0" - source-map "^0.6.0" - string-length "^3.1.0" - terminal-link "^2.0.0" - v8-to-istanbul "^4.0.1" - optionalDependencies: - node-notifier "^6.0.0" - -"@jest/source-map@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-25.1.0.tgz#b012e6c469ccdbc379413f5c1b1ffb7ba7034fb0" - integrity sha512-ohf2iKT0xnLWcIUhL6U6QN+CwFWf9XnrM2a6ybL9NXxJjgYijjLSitkYHIdzkd8wFliH73qj/+epIpTiWjRtAA== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.2.3" - source-map "^0.6.0" - -"@jest/test-result@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-25.1.0.tgz#847af2972c1df9822a8200457e64be4ff62821f7" - integrity sha512-FZzSo36h++U93vNWZ0KgvlNuZ9pnDnztvaM7P/UcTx87aPDotG18bXifkf1Ji44B7k/eIatmMzkBapnAzjkJkg== - dependencies: - "@jest/console" "^25.1.0" - "@jest/transform" "^25.1.0" - "@jest/types" "^25.1.0" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.1.0.tgz#4df47208542f0065f356fcdb80026e3c042851ab" - integrity sha512-WgZLRgVr2b4l/7ED1J1RJQBOharxS11EFhmwDqknpknE0Pm87HLZVS2Asuuw+HQdfQvm2aXL2FvvBLxOD1D0iw== - dependencies: - "@jest/test-result" "^25.1.0" - jest-haste-map "^25.1.0" - jest-runner "^25.1.0" - jest-runtime "^25.1.0" - -"@jest/transform@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.1.0.tgz#221f354f512b4628d88ce776d5b9e601028ea9da" - integrity sha512-4ktrQ2TPREVeM+KxB4zskAT84SnmG1vaz4S+51aTefyqn3zocZUnliLLm5Fsl85I3p/kFPN4CRp1RElIfXGegQ== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^25.1.0" - babel-plugin-istanbul "^6.0.0" - chalk "^3.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.2.3" - jest-haste-map "^25.1.0" - jest-regex-util "^25.1.0" - jest-util "^25.1.0" - micromatch "^4.0.2" - pirates "^4.0.1" - realpath-native "^1.1.0" - slash "^3.0.0" - source-map "^0.6.1" - write-file-atomic "^3.0.0" - -"@jest/types@^24.9.0": - version "24.9.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" - integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^1.1.1" - "@types/yargs" "^13.0.0" - -"@jest/types@^25.1.0": - version "25.1.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.1.0.tgz#b26831916f0d7c381e11dbb5e103a72aed1b4395" - integrity sha512-VpOtt7tCrgvamWZh1reVsGADujKigBUFTi19mlRjqEGsE8qH4r3s+skY33dNdXOwyZIvuftZ5tqdF1IgsMejMA== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^1.1.1" - "@types/yargs" "^15.0.0" - chalk "^3.0.0" - -"@lerna/add@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.20.0.tgz#bea7edf36fc93fb72ec34cb9ba854c48d4abf309" - integrity sha512-AnH1oRIEEg/VDa3SjYq4x1/UglEAvrZuV0WssHUMN81RTZgQk3we+Mv3qZNddrZ/fBcZu2IAdN/EQ3+ie2JxKQ== - dependencies: - "@evocateur/pacote" "^9.6.3" - "@lerna/bootstrap" "3.20.0" - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/npm-conf" "3.16.0" - "@lerna/validation-error" "3.13.0" - dedent "^0.7.0" - npm-package-arg "^6.1.0" - p-map "^2.1.0" - semver "^6.2.0" - -"@lerna/bootstrap@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.20.0.tgz#635d71046830f208e851ab429a63da1747589e37" - integrity sha512-Wylullx3uthKE7r4izo09qeRGL20Y5yONlQEjPCfnbxCC2Elu+QcPu4RC6kqKQ7b+g7pdC3OOgcHZjngrwr5XQ== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/has-npm-version" "3.16.5" - "@lerna/npm-install" "3.16.5" - "@lerna/package-graph" "3.18.5" - "@lerna/pulse-till-done" "3.13.0" - "@lerna/rimraf-dir" "3.16.5" - "@lerna/run-lifecycle" "3.16.2" - "@lerna/run-topologically" "3.18.5" - "@lerna/symlink-binary" "3.17.0" - "@lerna/symlink-dependencies" "3.17.0" - "@lerna/validation-error" "3.13.0" - dedent "^0.7.0" - get-port "^4.2.0" - multimatch "^3.0.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - p-finally "^1.0.0" - p-map "^2.1.0" - p-map-series "^1.0.0" - p-waterfall "^1.0.0" - read-package-tree "^5.1.6" - semver "^6.2.0" - -"@lerna/changed@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.20.0.tgz#66b97ebd6c8f8d207152ee524a0791846a9097ae" - integrity sha512-+hzMFSldbRPulZ0vbKk6RD9f36gaH3Osjx34wrrZ62VB4pKmjyuS/rxVYkCA3viPLHoiIw2F8zHM5BdYoDSbjw== - dependencies: - "@lerna/collect-updates" "3.20.0" - "@lerna/command" "3.18.5" - "@lerna/listable" "3.18.5" - "@lerna/output" "3.13.0" - -"@lerna/check-working-tree@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.16.5.tgz#b4f8ae61bb4523561dfb9f8f8d874dd46bb44baa" - integrity sha512-xWjVBcuhvB8+UmCSb5tKVLB5OuzSpw96WEhS2uz6hkWVa/Euh1A0/HJwn2cemyK47wUrCQXtczBUiqnq9yX5VQ== - dependencies: - "@lerna/collect-uncommitted" "3.16.5" - "@lerna/describe-ref" "3.16.5" - "@lerna/validation-error" "3.13.0" - -"@lerna/child-process@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.16.5.tgz#38fa3c18064aa4ac0754ad80114776a7b36a69b2" - integrity sha512-vdcI7mzei9ERRV4oO8Y1LHBZ3A5+ampRKg1wq5nutLsUA4mEBN6H7JqjWOMY9xZemv6+kATm2ofjJ3lW5TszQg== - dependencies: - chalk "^2.3.1" - execa "^1.0.0" - strong-log-transformer "^2.0.0" - -"@lerna/clean@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.20.0.tgz#ba777e373ddeae63e57860df75d47a9e5264c5b2" - integrity sha512-9ZdYrrjQvR5wNXmHfDsfjWjp0foOkCwKe3hrckTzkAeQA1ibyz5llGwz5e1AeFrV12e2/OLajVqYfe+qdkZUgg== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/prompt" "3.18.5" - "@lerna/pulse-till-done" "3.13.0" - "@lerna/rimraf-dir" "3.16.5" - p-map "^2.1.0" - p-map-series "^1.0.0" - p-waterfall "^1.0.0" - -"@lerna/cli@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.18.5.tgz#c90c461542fcd35b6d5b015a290fb0dbfb41d242" - integrity sha512-erkbxkj9jfc89vVs/jBLY/fM0I80oLmJkFUV3Q3wk9J3miYhP14zgVEBsPZY68IZlEjT6T3Xlq2xO1AVaatHsA== - dependencies: - "@lerna/global-options" "3.13.0" - dedent "^0.7.0" - npmlog "^4.1.2" - yargs "^14.2.2" - -"@lerna/collect-uncommitted@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-3.16.5.tgz#a494d61aac31cdc7aec4bbe52c96550274132e63" - integrity sha512-ZgqnGwpDZiWyzIQVZtQaj9tRizsL4dUOhuOStWgTAw1EMe47cvAY2kL709DzxFhjr6JpJSjXV5rZEAeU3VE0Hg== - dependencies: - "@lerna/child-process" "3.16.5" - chalk "^2.3.1" - figgy-pudding "^3.5.1" - npmlog "^4.1.2" - -"@lerna/collect-updates@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.20.0.tgz#62f9d76ba21a25b7d9fbf31c02de88744a564bd1" - integrity sha512-qBTVT5g4fupVhBFuY4nI/3FSJtQVcDh7/gEPOpRxoXB/yCSnT38MFHXWl+y4einLciCjt/+0x6/4AG80fjay2Q== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/describe-ref" "3.16.5" - minimatch "^3.0.4" - npmlog "^4.1.2" - slash "^2.0.0" - -"@lerna/command@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.18.5.tgz#14c6d2454adbfd365f8027201523e6c289cd3cd9" - integrity sha512-36EnqR59yaTU4HrR1C9XDFti2jRx0BgpIUBeWn129LZZB8kAB3ov1/dJNa1KcNRKp91DncoKHLY99FZ6zTNpMQ== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/package-graph" "3.18.5" - "@lerna/project" "3.18.0" - "@lerna/validation-error" "3.13.0" - "@lerna/write-log-file" "3.13.0" - clone-deep "^4.0.1" - dedent "^0.7.0" - execa "^1.0.0" - is-ci "^2.0.0" - npmlog "^4.1.2" - -"@lerna/conventional-commits@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.18.5.tgz#08efd2e5b45acfaf3f151a53a3ec7ecade58a7bc" - integrity sha512-qcvXIEJ3qSgalxXnQ7Yxp5H9Ta5TVyai6vEor6AAEHc20WiO7UIdbLDCxBtiiHMdGdpH85dTYlsoYUwsCJu3HQ== - dependencies: - "@lerna/validation-error" "3.13.0" - conventional-changelog-angular "^5.0.3" - conventional-changelog-core "^3.1.6" - conventional-recommended-bump "^5.0.0" - fs-extra "^8.1.0" - get-stream "^4.0.0" - lodash.template "^4.5.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - pify "^4.0.1" - semver "^6.2.0" - -"@lerna/create-symlink@3.16.2": - version "3.16.2" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.16.2.tgz#412cb8e59a72f5a7d9463e4e4721ad2070149967" - integrity sha512-pzXIJp6av15P325sgiIRpsPXLFmkisLhMBCy4764d+7yjf2bzrJ4gkWVMhsv4AdF0NN3OyZ5jjzzTtLNqfR+Jw== - dependencies: - "@zkochan/cmd-shim" "^3.1.0" - fs-extra "^8.1.0" - npmlog "^4.1.2" - -"@lerna/create@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.18.5.tgz#11ac539f069248eaf7bc4c42e237784330f4fc47" - integrity sha512-cHpjocbpKmLopCuZFI7cKEM3E/QY8y+yC7VtZ4FQRSaLU8D8i2xXtXmYaP1GOlVNavji0iwoXjuNpnRMInIr2g== - dependencies: - "@evocateur/pacote" "^9.6.3" - "@lerna/child-process" "3.16.5" - "@lerna/command" "3.18.5" - "@lerna/npm-conf" "3.16.0" - "@lerna/validation-error" "3.13.0" - camelcase "^5.0.0" - dedent "^0.7.0" - fs-extra "^8.1.0" - globby "^9.2.0" - init-package-json "^1.10.3" - npm-package-arg "^6.1.0" - p-reduce "^1.0.0" - pify "^4.0.1" - semver "^6.2.0" - slash "^2.0.0" - validate-npm-package-license "^3.0.3" - validate-npm-package-name "^3.0.0" - whatwg-url "^7.0.0" - -"@lerna/describe-ref@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.16.5.tgz#a338c25aaed837d3dc70b8a72c447c5c66346ac0" - integrity sha512-c01+4gUF0saOOtDBzbLMFOTJDHTKbDFNErEY6q6i9QaXuzy9LNN62z+Hw4acAAZuJQhrVWncVathcmkkjvSVGw== - dependencies: - "@lerna/child-process" "3.16.5" - npmlog "^4.1.2" - -"@lerna/diff@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.18.5.tgz#e9e2cb882f84d5b84f0487c612137305f07accbc" - integrity sha512-u90lGs+B8DRA9Z/2xX4YaS3h9X6GbypmGV6ITzx9+1Ga12UWGTVlKaCXBgONMBjzJDzAQOK8qPTwLA57SeBLgA== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/command" "3.18.5" - "@lerna/validation-error" "3.13.0" - npmlog "^4.1.2" - -"@lerna/exec@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.20.0.tgz#29f0c01aee2340eb46f90706731fef2062a49639" - integrity sha512-pS1mmC7kzV668rHLWuv31ClngqeXjeHC8kJuM+W2D6IpUVMGQHLcCTYLudFgQsuKGVpl0DGNYG+sjLhAPiiu6A== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/profiler" "3.20.0" - "@lerna/run-topologically" "3.18.5" - "@lerna/validation-error" "3.13.0" - p-map "^2.1.0" - -"@lerna/filter-options@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.20.0.tgz#0f0f5d5a4783856eece4204708cc902cbc8af59b" - integrity sha512-bmcHtvxn7SIl/R9gpiNMVG7yjx7WyT0HSGw34YVZ9B+3xF/83N3r5Rgtjh4hheLZ+Q91Or0Jyu5O3Nr+AwZe2g== - dependencies: - "@lerna/collect-updates" "3.20.0" - "@lerna/filter-packages" "3.18.0" - dedent "^0.7.0" - figgy-pudding "^3.5.1" - npmlog "^4.1.2" - -"@lerna/filter-packages@3.18.0": - version "3.18.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.18.0.tgz#6a7a376d285208db03a82958cfb8172e179b4e70" - integrity sha512-6/0pMM04bCHNATIOkouuYmPg6KH3VkPCIgTfQmdkPJTullERyEQfNUKikrefjxo1vHOoCACDpy65JYyKiAbdwQ== - dependencies: - "@lerna/validation-error" "3.13.0" - multimatch "^3.0.0" - npmlog "^4.1.2" - -"@lerna/get-npm-exec-opts@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz#d1b552cb0088199fc3e7e126f914e39a08df9ea5" - integrity sha512-Y0xWL0rg3boVyJk6An/vurKzubyJKtrxYv2sj4bB8Mc5zZ3tqtv0ccbOkmkXKqbzvNNF7VeUt1OJ3DRgtC/QZw== - dependencies: - npmlog "^4.1.2" - -"@lerna/get-packed@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-3.16.0.tgz#1b316b706dcee86c7baa55e50b087959447852ff" - integrity sha512-AjsFiaJzo1GCPnJUJZiTW6J1EihrPkc2y3nMu6m3uWFxoleklsSCyImumzVZJssxMi3CPpztj8LmADLedl9kXw== - dependencies: - fs-extra "^8.1.0" - ssri "^6.0.1" - tar "^4.4.8" - -"@lerna/github-client@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.16.5.tgz#2eb0235c3bf7a7e5d92d73e09b3761ab21f35c2e" - integrity sha512-rHQdn8Dv/CJrO3VouOP66zAcJzrHsm+wFuZ4uGAai2At2NkgKH+tpNhQy2H1PSC0Ezj9LxvdaHYrUzULqVK5Hw== - dependencies: - "@lerna/child-process" "3.16.5" - "@octokit/plugin-enterprise-rest" "^3.6.1" - "@octokit/rest" "^16.28.4" - git-url-parse "^11.1.2" - npmlog "^4.1.2" - -"@lerna/gitlab-client@3.15.0": - version "3.15.0" - resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-3.15.0.tgz#91f4ec8c697b5ac57f7f25bd50fe659d24aa96a6" - integrity sha512-OsBvRSejHXUBMgwWQqNoioB8sgzL/Pf1pOUhHKtkiMl6aAWjklaaq5HPMvTIsZPfS6DJ9L5OK2GGZuooP/5c8Q== - dependencies: - node-fetch "^2.5.0" - npmlog "^4.1.2" - whatwg-url "^7.0.0" - -"@lerna/global-options@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1" - integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ== - -"@lerna/has-npm-version@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.16.5.tgz#ab83956f211d8923ea6afe9b979b38cc73b15326" - integrity sha512-WL7LycR9bkftyqbYop5rEGJ9sRFIV55tSGmbN1HLrF9idwOCD7CLrT64t235t3t4O5gehDnwKI5h2U3oxTrF8Q== - dependencies: - "@lerna/child-process" "3.16.5" - semver "^6.2.0" - -"@lerna/import@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.18.5.tgz#a9c7d8601870729851293c10abd18b3707f7ba5e" - integrity sha512-PH0WVLEgp+ORyNKbGGwUcrueW89K3Iuk/DDCz8mFyG2IG09l/jOF0vzckEyGyz6PO5CMcz4TI1al/qnp3FrahQ== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/command" "3.18.5" - "@lerna/prompt" "3.18.5" - "@lerna/pulse-till-done" "3.13.0" - "@lerna/validation-error" "3.13.0" - dedent "^0.7.0" - fs-extra "^8.1.0" - p-map-series "^1.0.0" - -"@lerna/info@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/info/-/info-3.20.0.tgz#3a5212f3029f2bc6255f9533bdf4bcb120ef329a" - integrity sha512-Rsz+KQF9mczbGUbPTrtOed1N0C+cA08Qz0eX/oI+NNjvsryZIju/o7uedG4I3P55MBiAioNrJI88fHH3eTgYug== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/output" "3.13.0" - envinfo "^7.3.1" - -"@lerna/init@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.18.5.tgz#86dd0b2b3290755a96975069b5cb007f775df9f5" - integrity sha512-oCwipWrha98EcJAHm8AGd2YFFLNI7AW9AWi0/LbClj1+XY9ah+uifXIgYGfTk63LbgophDd8936ZEpHMxBsbAg== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/command" "3.18.5" - fs-extra "^8.1.0" - p-map "^2.1.0" - write-json-file "^3.2.0" - -"@lerna/link@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.18.5.tgz#f24347e4f0b71d54575bd37cfa1794bc8ee91b18" - integrity sha512-xTN3vktJpkT7Nqc3QkZRtHO4bT5NvuLMtKNIBDkks0HpGxC9PRyyqwOoCoh1yOGbrWIuDezhfMg3Qow+6I69IQ== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/package-graph" "3.18.5" - "@lerna/symlink-dependencies" "3.17.0" - p-map "^2.1.0" - slash "^2.0.0" - -"@lerna/list@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.20.0.tgz#7e67cc29c5cf661cfd097e8a7c2d3dcce7a81029" - integrity sha512-fXTicPrfioVnRzknyPawmYIVkzDRBaQqk9spejS1S3O1DOidkihK0xxNkr8HCVC0L22w6f92g83qWDp2BYRUbg== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/listable" "3.18.5" - "@lerna/output" "3.13.0" - -"@lerna/listable@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.18.5.tgz#e82798405b5ed8fc51843c8ef1e7a0e497388a1a" - integrity sha512-Sdr3pVyaEv5A7ZkGGYR7zN+tTl2iDcinryBPvtuv20VJrXBE8wYcOks1edBTcOWsPjCE/rMP4bo1pseyk3UTsg== - dependencies: - "@lerna/query-graph" "3.18.5" - chalk "^2.3.1" - columnify "^1.5.4" - -"@lerna/log-packed@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.16.0.tgz#f83991041ee77b2495634e14470b42259fd2bc16" - integrity sha512-Fp+McSNBV/P2mnLUYTaSlG8GSmpXM7krKWcllqElGxvAqv6chk2K3c2k80MeVB4WvJ9tRjUUf+i7HUTiQ9/ckQ== - dependencies: - byte-size "^5.0.1" - columnify "^1.5.4" - has-unicode "^2.0.1" - npmlog "^4.1.2" - -"@lerna/npm-conf@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-3.16.0.tgz#1c10a89ae2f6c2ee96962557738685300d376827" - integrity sha512-HbO3DUrTkCAn2iQ9+FF/eisDpWY5POQAOF1m7q//CZjdC2HSW3UYbKEGsSisFxSfaF9Z4jtrV+F/wX6qWs3CuA== - dependencies: - config-chain "^1.1.11" - pify "^4.0.1" - -"@lerna/npm-dist-tag@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.18.5.tgz#9ef9abb7c104077b31f6fab22cc73b314d54ac55" - integrity sha512-xw0HDoIG6HreVsJND9/dGls1c+lf6vhu7yJoo56Sz5bvncTloYGLUppIfDHQr4ZvmPCK8rsh0euCVh2giPxzKQ== - dependencies: - "@evocateur/npm-registry-fetch" "^4.0.0" - "@lerna/otplease" "3.18.5" - figgy-pudding "^3.5.1" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - -"@lerna/npm-install@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.16.5.tgz#d6bfdc16f81285da66515ae47924d6e278d637d3" - integrity sha512-hfiKk8Eku6rB9uApqsalHHTHY+mOrrHeWEs+gtg7+meQZMTS3kzv4oVp5cBZigndQr3knTLjwthT/FX4KvseFg== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/get-npm-exec-opts" "3.13.0" - fs-extra "^8.1.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - signal-exit "^3.0.2" - write-pkg "^3.1.0" - -"@lerna/npm-publish@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.18.5.tgz#240e4039959fd9816b49c5b07421e11b5cb000af" - integrity sha512-3etLT9+2L8JAx5F8uf7qp6iAtOLSMj+ZYWY6oUgozPi/uLqU0/gsMsEXh3F0+YVW33q0M61RpduBoAlOOZnaTg== - dependencies: - "@evocateur/libnpmpublish" "^1.2.2" - "@lerna/otplease" "3.18.5" - "@lerna/run-lifecycle" "3.16.2" - figgy-pudding "^3.5.1" - fs-extra "^8.1.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - pify "^4.0.1" - read-package-json "^2.0.13" - -"@lerna/npm-run-script@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.16.5.tgz#9c2ec82453a26c0b46edc0bb7c15816c821f5c15" - integrity sha512-1asRi+LjmVn3pMjEdpqKJZFT/3ZNpb+VVeJMwrJaV/3DivdNg7XlPK9LTrORuKU4PSvhdEZvJmSlxCKyDpiXsQ== - dependencies: - "@lerna/child-process" "3.16.5" - "@lerna/get-npm-exec-opts" "3.13.0" - npmlog "^4.1.2" - -"@lerna/otplease@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-3.18.5.tgz#b77b8e760b40abad9f7658d988f3ea77d4fd0231" - integrity sha512-S+SldXAbcXTEDhzdxYLU0ZBKuYyURP/ND2/dK6IpKgLxQYh/z4ScljPDMyKymmEvgiEJmBsPZAAPfmNPEzxjog== - dependencies: - "@lerna/prompt" "3.18.5" - figgy-pudding "^3.5.1" - -"@lerna/output@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989" - integrity sha512-7ZnQ9nvUDu/WD+bNsypmPG5MwZBwu86iRoiW6C1WBuXXDxM5cnIAC1m2WxHeFnjyMrYlRXM9PzOQ9VDD+C15Rg== - dependencies: - npmlog "^4.1.2" - -"@lerna/pack-directory@3.16.4": - version "3.16.4" - resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-3.16.4.tgz#3eae5f91bdf5acfe0384510ed53faddc4c074693" - integrity sha512-uxSF0HZeGyKaaVHz5FroDY9A5NDDiCibrbYR6+khmrhZtY0Bgn6hWq8Gswl9iIlymA+VzCbshWIMX4o2O8C8ng== - dependencies: - "@lerna/get-packed" "3.16.0" - "@lerna/package" "3.16.0" - "@lerna/run-lifecycle" "3.16.2" - figgy-pudding "^3.5.1" - npm-packlist "^1.4.4" - npmlog "^4.1.2" - tar "^4.4.10" - temp-write "^3.4.0" - -"@lerna/package-graph@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.18.5.tgz#c740e2ea3578d059e551633e950690831b941f6b" - integrity sha512-8QDrR9T+dBegjeLr+n9WZTVxUYUhIUjUgZ0gvNxUBN8S1WB9r6H5Yk56/MVaB64tA3oGAN9IIxX6w0WvTfFudA== - dependencies: - "@lerna/prerelease-id-from-version" "3.16.0" - "@lerna/validation-error" "3.13.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - semver "^6.2.0" - -"@lerna/package@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.16.0.tgz#7e0a46e4697ed8b8a9c14d59c7f890e0d38ba13c" - integrity sha512-2lHBWpaxcBoiNVbtyLtPUuTYEaB/Z+eEqRS9duxpZs6D+mTTZMNy6/5vpEVSCBmzvdYpyqhqaYjjSLvjjr5Riw== - dependencies: - load-json-file "^5.3.0" - npm-package-arg "^6.1.0" - write-pkg "^3.1.0" - -"@lerna/prerelease-id-from-version@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-3.16.0.tgz#b24bfa789f5e1baab914d7b08baae9b7bd7d83a1" - integrity sha512-qZyeUyrE59uOK8rKdGn7jQz+9uOpAaF/3hbslJVFL1NqF9ELDTqjCPXivuejMX/lN4OgD6BugTO4cR7UTq/sZA== - dependencies: - semver "^6.2.0" - -"@lerna/profiler@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-3.20.0.tgz#0f6dc236f4ea8f9ea5f358c6703305a4f32ad051" - integrity sha512-bh8hKxAlm6yu8WEOvbLENm42i2v9SsR4WbrCWSbsmOElx3foRnMlYk7NkGECa+U5c3K4C6GeBbwgqs54PP7Ljg== - dependencies: - figgy-pudding "^3.5.1" - fs-extra "^8.1.0" - npmlog "^4.1.2" - upath "^1.2.0" - -"@lerna/project@3.18.0": - version "3.18.0" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.18.0.tgz#56feee01daeb42c03cbdf0ed8a2a10cbce32f670" - integrity sha512-+LDwvdAp0BurOAWmeHE3uuticsq9hNxBI0+FMHiIai8jrygpJGahaQrBYWpwbshbQyVLeQgx3+YJdW2TbEdFWA== - dependencies: - "@lerna/package" "3.16.0" - "@lerna/validation-error" "3.13.0" - cosmiconfig "^5.1.0" - dedent "^0.7.0" - dot-prop "^4.2.0" - glob-parent "^5.0.0" - globby "^9.2.0" - load-json-file "^5.3.0" - npmlog "^4.1.2" - p-map "^2.1.0" - resolve-from "^4.0.0" - write-json-file "^3.2.0" - -"@lerna/prompt@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.18.5.tgz#628cd545f225887d060491ab95df899cfc5218a1" - integrity sha512-rkKj4nm1twSbBEb69+Em/2jAERK8htUuV8/xSjN0NPC+6UjzAwY52/x9n5cfmpa9lyKf/uItp7chCI7eDmNTKQ== - dependencies: - inquirer "^6.2.0" - npmlog "^4.1.2" - -"@lerna/publish@3.20.2": - version "3.20.2" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.20.2.tgz#a45d29813099b3249657ea913d0dc3f8ebc5cc2e" - integrity sha512-N7Y6PdhJ+tYQPdI1tZum8W25cDlTp4D6brvRacKZusweWexxaopbV8RprBaKexkEX/KIbncuADq7qjDBdQHzaA== - dependencies: - "@evocateur/libnpmaccess" "^3.1.2" - "@evocateur/npm-registry-fetch" "^4.0.0" - "@evocateur/pacote" "^9.6.3" - "@lerna/check-working-tree" "3.16.5" - "@lerna/child-process" "3.16.5" - "@lerna/collect-updates" "3.20.0" - "@lerna/command" "3.18.5" - "@lerna/describe-ref" "3.16.5" - "@lerna/log-packed" "3.16.0" - "@lerna/npm-conf" "3.16.0" - "@lerna/npm-dist-tag" "3.18.5" - "@lerna/npm-publish" "3.18.5" - "@lerna/otplease" "3.18.5" - "@lerna/output" "3.13.0" - "@lerna/pack-directory" "3.16.4" - "@lerna/prerelease-id-from-version" "3.16.0" - "@lerna/prompt" "3.18.5" - "@lerna/pulse-till-done" "3.13.0" - "@lerna/run-lifecycle" "3.16.2" - "@lerna/run-topologically" "3.18.5" - "@lerna/validation-error" "3.13.0" - "@lerna/version" "3.20.2" - figgy-pudding "^3.5.1" - fs-extra "^8.1.0" - npm-package-arg "^6.1.0" - npmlog "^4.1.2" - p-finally "^1.0.0" - p-map "^2.1.0" - p-pipe "^1.2.0" - semver "^6.2.0" - -"@lerna/pulse-till-done@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110" - integrity sha512-1SOHpy7ZNTPulzIbargrgaJX387csN7cF1cLOGZiJQA6VqnS5eWs2CIrG8i8wmaUavj2QlQ5oEbRMVVXSsGrzA== - dependencies: - npmlog "^4.1.2" - -"@lerna/query-graph@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-3.18.5.tgz#df4830bb5155273003bf35e8dda1c32d0927bd86" - integrity sha512-50Lf4uuMpMWvJ306be3oQDHrWV42nai9gbIVByPBYJuVW8dT8O8pA3EzitNYBUdLL9/qEVbrR0ry1HD7EXwtRA== - dependencies: - "@lerna/package-graph" "3.18.5" - figgy-pudding "^3.5.1" - -"@lerna/resolve-symlink@3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.16.0.tgz#37fc7095fabdbcf317c26eb74e0d0bde8efd2386" - integrity sha512-Ibj5e7njVHNJ/NOqT4HlEgPFPtPLWsO7iu59AM5bJDcAJcR96mLZ7KGVIsS2tvaO7akMEJvt2P+ErwCdloG3jQ== - dependencies: - fs-extra "^8.1.0" - npmlog "^4.1.2" - read-cmd-shim "^1.0.1" - -"@lerna/rimraf-dir@3.16.5": - version "3.16.5" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.16.5.tgz#04316ab5ffd2909657aaf388ea502cb8c2f20a09" - integrity sha512-bQlKmO0pXUsXoF8lOLknhyQjOZsCc0bosQDoX4lujBXSWxHVTg1VxURtWf2lUjz/ACsJVDfvHZbDm8kyBk5okA== - dependencies: - "@lerna/child-process" "3.16.5" - npmlog "^4.1.2" - path-exists "^3.0.0" - rimraf "^2.6.2" - -"@lerna/run-lifecycle@3.16.2": - version "3.16.2" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.16.2.tgz#67b288f8ea964db9ea4fb1fbc7715d5bbb0bce00" - integrity sha512-RqFoznE8rDpyyF0rOJy3+KjZCeTkO8y/OB9orPauR7G2xQ7PTdCpgo7EO6ZNdz3Al+k1BydClZz/j78gNCmL2A== - dependencies: - "@lerna/npm-conf" "3.16.0" - figgy-pudding "^3.5.1" - npm-lifecycle "^3.1.2" - npmlog "^4.1.2" - -"@lerna/run-topologically@3.18.5": - version "3.18.5" - resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-3.18.5.tgz#3cd639da20e967d7672cb88db0f756b92f2fdfc3" - integrity sha512-6N1I+6wf4hLOnPW+XDZqwufyIQ6gqoPfHZFkfWlvTQ+Ue7CuF8qIVQ1Eddw5HKQMkxqN10thKOFfq/9NQZ4NUg== - dependencies: - "@lerna/query-graph" "3.18.5" - figgy-pudding "^3.5.1" - p-queue "^4.0.0" - -"@lerna/run@3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.20.0.tgz#a479f7c42bdf9ebabb3a1e5a2bdebb7a8d201151" - integrity sha512-9U3AqeaCeB7KsGS9oyKNp62s9vYoULg/B4cqXTKZkc+OKL6QOEjYHYVSBcMK9lUXrMjCjDIuDSX3PnTCPxQ2Dw== - dependencies: - "@lerna/command" "3.18.5" - "@lerna/filter-options" "3.20.0" - "@lerna/npm-run-script" "3.16.5" - "@lerna/output" "3.13.0" - "@lerna/profiler" "3.20.0" - "@lerna/run-topologically" "3.18.5" - "@lerna/timer" "3.13.0" - "@lerna/validation-error" "3.13.0" - p-map "^2.1.0" - -"@lerna/symlink-binary@3.17.0": - version "3.17.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.17.0.tgz#8f8031b309863814883d3f009877f82e38aef45a" - integrity sha512-RLpy9UY6+3nT5J+5jkM5MZyMmjNHxZIZvXLV+Q3MXrf7Eaa1hNqyynyj4RO95fxbS+EZc4XVSk25DGFQbcRNSQ== - dependencies: - "@lerna/create-symlink" "3.16.2" - "@lerna/package" "3.16.0" - fs-extra "^8.1.0" - p-map "^2.1.0" - -"@lerna/symlink-dependencies@3.17.0": - version "3.17.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.17.0.tgz#48d6360e985865a0e56cd8b51b308a526308784a" - integrity sha512-KmjU5YT1bpt6coOmdFueTJ7DFJL4H1w5eF8yAQ2zsGNTtZ+i5SGFBWpb9AQaw168dydc3s4eu0W0Sirda+F59Q== - dependencies: - "@lerna/create-symlink" "3.16.2" - "@lerna/resolve-symlink" "3.16.0" - "@lerna/symlink-binary" "3.17.0" - fs-extra "^8.1.0" - p-finally "^1.0.0" - p-map "^2.1.0" - p-map-series "^1.0.0" - -"@lerna/timer@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781" - integrity sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw== - -"@lerna/validation-error@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3" - integrity sha512-SiJP75nwB8GhgwLKQfdkSnDufAaCbkZWJqEDlKOUPUvVOplRGnfL+BPQZH5nvq2BYSRXsksXWZ4UHVnQZI/HYA== - dependencies: - npmlog "^4.1.2" - -"@lerna/version@3.20.2": - version "3.20.2" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.20.2.tgz#3709141c0f537741d9bc10cb24f56897bcb30428" - integrity sha512-ckBJMaBWc+xJen0cMyCE7W67QXLLrc0ELvigPIn8p609qkfNM0L0CF803MKxjVOldJAjw84b8ucNWZLvJagP/Q== - dependencies: - "@lerna/check-working-tree" "3.16.5" - "@lerna/child-process" "3.16.5" - "@lerna/collect-updates" "3.20.0" - "@lerna/command" "3.18.5" - "@lerna/conventional-commits" "3.18.5" - "@lerna/github-client" "3.16.5" - "@lerna/gitlab-client" "3.15.0" - "@lerna/output" "3.13.0" - "@lerna/prerelease-id-from-version" "3.16.0" - "@lerna/prompt" "3.18.5" - "@lerna/run-lifecycle" "3.16.2" - "@lerna/run-topologically" "3.18.5" - "@lerna/validation-error" "3.13.0" - chalk "^2.3.1" - dedent "^0.7.0" - load-json-file "^5.3.0" - minimatch "^3.0.4" - npmlog "^4.1.2" - p-map "^2.1.0" - p-pipe "^1.2.0" - p-reduce "^1.0.0" - p-waterfall "^1.0.0" - semver "^6.2.0" - slash "^2.0.0" - temp-write "^3.4.0" - write-json-file "^3.2.0" - -"@lerna/write-log-file@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.13.0.tgz#b78d9e4cfc1349a8be64d91324c4c8199e822a26" - integrity sha512-RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A== - dependencies: - npmlog "^4.1.2" - write-file-atomic "^2.3.0" - -"@loaders.gl/3d-tiles@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/3d-tiles/-/3d-tiles-3.0.8.tgz#2c1778c92cc400465f1b3633d9c1ec29be8f4b0f" - integrity sha512-jZeOyDPGD2wEkTLW4Do9A4UUQ+OGjhhNXztB0AsttZ69OpkmsxJXb76xxwevf+eThrsTgSTjZ06eC5DHX0kyXA== - dependencies: - "@loaders.gl/core" "3.0.8" - "@loaders.gl/draco" "3.0.8" - "@loaders.gl/gltf" "3.0.8" - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/math" "3.0.8" - "@loaders.gl/tiles" "3.0.8" - "@math.gl/core" "^3.5.1" - "@math.gl/geospatial" "^3.5.1" - -"@loaders.gl/core@1.3.5", "@loaders.gl/core@^1.0.3": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-1.3.5.tgz#e7046b0e75e45db9fa6c4f0816395ef69aa7d9a8" - integrity sha512-aCVHgLrFuVvxqEP2soN/nst22mfEzAfhhe9LuFQbLcg2oUKbaW6eh1EW6AeYSkkjCmRkCmXRYLFWNvjbg2R55g== - dependencies: - "@babel/runtime" "^7.3.1" - -"@loaders.gl/core@3.0.8", "@loaders.gl/core@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-3.0.8.tgz#148721cbcaa0643cfef22f481a51afac6f9419c4" - integrity sha512-FIfbhMkoRX2JonEHXHgClC7jwOSsEwvvmjlaTMRAY+gFKvJPGmegkp4VgUZquLFf6GedJt/1TuMMvAX6gdq1pg== - dependencies: - "@babel/runtime" "^7.3.1" - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/worker-utils" "3.0.8" - probe.gl "^3.4.0" - -"@loaders.gl/draco@3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/draco/-/draco-3.0.8.tgz#df27328515ee7201513eb79fdd8de844f24bb672" - integrity sha512-ZCXzXNHWQ7H0qk/kC+rWzjMWjLzZGzQcDbdpIuy8xJdp4rTpmMkLUseFPby8vhkmIaqxWPwPB6mx/vM7L6JENg== - dependencies: - "@babel/runtime" "^7.3.1" - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/schema" "3.0.8" - "@loaders.gl/worker-utils" "3.0.8" - draco3d "1.4.1" - -"@loaders.gl/gis@3.0.8", "@loaders.gl/gis@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/gis/-/gis-3.0.8.tgz#8f4f74914a4def74e9ef87eac6ddbe1224220e49" - integrity sha512-7NL+lIb7NezlMupYskVil6M3RZunXJl+TyaVAW82GLbzPSOq+m/G7h3+z0GBa8iv/U/I+cB5BhSN+GZmvFwqEA== - dependencies: - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/schema" "3.0.8" - "@mapbox/vector-tile" "^1.3.1" - pbf "^3.2.1" - -"@loaders.gl/gltf@3.0.8", "@loaders.gl/gltf@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-3.0.8.tgz#5959ff30ad2043d755ce8dc958def0eb78044e5d" - integrity sha512-4PXWTlqyvlbZE2Vp4iQ+Y87ZO1WuRvSlbImDhygd0hoINfmJ9ObxrFS3yJcpJTu007nWxXorNVEOKyuoo+4Iyw== - dependencies: - "@loaders.gl/core" "3.0.8" - "@loaders.gl/draco" "3.0.8" - "@loaders.gl/images" "3.0.8" - "@loaders.gl/loader-utils" "3.0.8" - -"@loaders.gl/gltf@^1.3.0": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-1.3.5.tgz#bc7500eaad3429d41d071059757723d34ad7037a" - integrity sha512-JLsa0Q7h8Nt+FUECIaEewdJ6DusQxycazfiUo3D2gj8Lt15ydsdPtWLwDhyWRhm80i4FtqO5IqZTQIyTNAlOmA== - dependencies: - "@loaders.gl/core" "1.3.5" - "@loaders.gl/images" "1.3.5" - "@loaders.gl/loader-utils" "1.3.5" - -"@loaders.gl/images@1.3.5", "@loaders.gl/images@^1.0.3", "@loaders.gl/images@^1.3.0": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-1.3.5.tgz#7e34847c66418879e5bad96f7667ab3a34d4825e" - integrity sha512-96F9a1+7HsFEr+bnZh04r4pI2J7iXq4CvaQowCd75sFzgiHBvniHjMDNhjpbzHqGskXoKrSCJUeQ/EVUPCxZtw== - -"@loaders.gl/images@3.0.8", "@loaders.gl/images@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-3.0.8.tgz#8a05120a2f0097923fce7cc6e4cb0509a1a1d79e" - integrity sha512-rO2cIYJYlMs/uO9YSoF4/BEA4p/9xQ3gHZ1sIJkPYVnDqzpbu8nvUjWTQqIdL/MkQBTW8tz3twCdM+B6G9Fa2w== - dependencies: - "@loaders.gl/loader-utils" "3.0.8" - -"@loaders.gl/loader-utils@1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-1.3.5.tgz#89f2074c2566168bb0f53844d4b4ac493ff85fff" - integrity sha512-dml8IP4n49ftX4ew+olTRhWY0pm4A8nZKpXFq2o541vvrJIRaahp6oCbrlJGwcEMCDFfVXEqThsP2dicgDwL3A== - dependencies: - "@babel/runtime" "^7.3.1" - -"@loaders.gl/loader-utils@3.0.8", "@loaders.gl/loader-utils@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-3.0.8.tgz#4bb57ccaa2f44689a06dde67d3adba3ceee07c4d" - integrity sha512-PW1WyyQ+LXkqoGHBZHsmfNQkKiLAYf1gok+kHnHvY9fCzhJeA1iTNEUKPXGXKgS00m/k5cBTkOWAaOG9KRvBCQ== - dependencies: - "@babel/runtime" "^7.3.1" - "@loaders.gl/worker-utils" "3.0.8" - "@probe.gl/stats" "^3.4.0" - -"@loaders.gl/math@3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/math/-/math-3.0.8.tgz#2b59418cb369e77970bc12fb930365c91828f160" - integrity sha512-jfFpxxr4Bq5JfOPqLVJc4JJGoGGvVTOCWiJhnTtSAKhaNSwldmNWaZ0w8E2nlgPKPMAHiTRKOQnd9sSY5m66Cw== - dependencies: - "@loaders.gl/images" "3.0.8" - "@loaders.gl/loader-utils" "3.0.8" - "@math.gl/core" "^3.5.1" - -"@loaders.gl/mvt@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/mvt/-/mvt-3.0.8.tgz#2662ed5ad27a8078393b6f6593495fe43cc9021c" - integrity sha512-Jk1QTHgpxMsUT01w5IJJ2en9qq0yOZcL2wGXVc7CFp2h6inB22rC3drUwq1mUNGe6iy3EWIo7EeJVd9B+5JyTQ== - dependencies: - "@loaders.gl/gis" "3.0.8" - "@loaders.gl/loader-utils" "3.0.8" - "@math.gl/polygon" "^3.5.1" - pbf "^3.2.1" - -"@loaders.gl/schema@3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/schema/-/schema-3.0.8.tgz#c3b673c5baa9abdb44e15b54f51b0b93e8f9cbf7" - integrity sha512-yne5WE7fZZWFl2zF8fzDlYhPVJua6h6mTCSmlQ5pryaMXTZS9mfzXXIFWRL3kswqnQTu/QNFdyFj1mP0haF24w== - dependencies: - "@types/geojson" "^7946.0.7" - apache-arrow "^4.0.0" - d3-dsv "^1.2.0" - -"@loaders.gl/terrain@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/terrain/-/terrain-3.0.8.tgz#c4b9fd3cc278ce9fa5c7eafb3af9f653b10d7ce1" - integrity sha512-MtOAYEB/xJB4CN4B0YNPkO4v1ZY332joxiOHQI1x37x4sWVAqOrKLr9jB42sZCB8aINi2WMWGiErtf9wh9L5Pg== - dependencies: - "@babel/runtime" "^7.3.1" - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/schema" "3.0.8" - "@mapbox/martini" "^0.2.0" - -"@loaders.gl/tiles@3.0.8", "@loaders.gl/tiles@^3.0.6": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/tiles/-/tiles-3.0.8.tgz#e52a5850e8d816e01833085040683c624c69c87a" - integrity sha512-Rc+yHFdQg2sYmcYkwvszukFWdm9EW354F9HUR7y/oauos6tsdo4YTj31zgytaYR63/EqWQ7kwI29/eePEcutzg== - dependencies: - "@loaders.gl/core" "3.0.8" - "@loaders.gl/loader-utils" "3.0.8" - "@loaders.gl/math" "3.0.8" - "@math.gl/core" "^3.5.1" - "@math.gl/culling" "^3.5.1" - "@math.gl/geospatial" "^3.5.1" - "@math.gl/web-mercator" "^3.5.1" - "@probe.gl/stats" "^3.4.0" - -"@loaders.gl/worker-utils@3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@loaders.gl/worker-utils/-/worker-utils-3.0.8.tgz#34198435bef9b1659fc64bcf2b99e9b379655ee6" - integrity sha512-Pg72HuXPcL725TrOlOr83xloVUHj6OMWmno1dI8ccuqfOBsgoRjxNZrcSvwBzfK8tFCzuN2X30I+mHl3BkuYLw== - dependencies: - "@babel/runtime" "^7.3.1" - -"@luma.gl/addons@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/addons/-/addons-7.3.2.tgz#ace9d6a81121d7edd5776b2c9cb846b6defbf477" - integrity sha512-ul/iQnrqnhnmVuYo20zrW1FWokKkcnNlqxpRwPolkxFtMsyg5Z+hpxB0dM8buYpCSE0c5ypIsH2AatwXjIMTJA== - dependencies: - "@loaders.gl/gltf" "^1.3.0" - "@loaders.gl/images" "^1.3.0" - "@luma.gl/constants" "7.3.2" - math.gl "^3.0.0" - -"@luma.gl/constants@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-7.3.2.tgz#99c5d665f9e6d21192525038e47ec4acfbbbe0a6" - integrity sha512-hr6JOOwsGPjjoHnil4sQ6AWsc8P6XXYtRL10TwNYfFTcNxrhSrjQvutYoCzXHH5U0vfHBfPMMUyLASK9FqiHOA== - -"@luma.gl/constants@8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-8.5.4.tgz#f7be8146bd60f9426c5a72ef6773ff134cb85bf5" - integrity sha512-lrA4ja92om/gDHYOvM9itL5S7FVzjKulyknDz6S+Y7gmgHgXk2ln1Xar5zUCsLnhAYx4glHITXGH5Y5rdWgT1Q== - -"@luma.gl/core@7.3.2", "@luma.gl/core@^7.1.0": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-7.3.2.tgz#1d006da99ead3f1a7d6323e5c39e1dd6086f1ecf" - integrity sha512-XyQPSUJRkZcc//gVX0AgjLLNTkCOO68NRnm7RkIhikRBEUdovb4IOcpmWMCB1/Gyj4hzg/Z1FOAVT4pG1E+agw== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "7.3.2" - "@luma.gl/shadertools" "7.3.2" - "@luma.gl/webgl" "7.3.2" - "@luma.gl/webgl-state-tracker" "7.3.2" - "@luma.gl/webgl2-polyfill" "7.3.2" - math.gl "^3.0.0" - probe.gl "^3.1.1" - seer "^0.2.4" - -"@luma.gl/core@^8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-8.5.4.tgz#66fd4e1624eda99b25f4109a6e0168f00bfa4f38" - integrity sha512-+saDz1D3mcPd53vgbG60ryg1w5CF9Z2wdakKHzR810VoJLw97t4aNdg/eNgyWOvbOHxaKJBPm8K0sGjej67+jw== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "8.5.4" - "@luma.gl/engine" "8.5.4" - "@luma.gl/gltools" "8.5.4" - "@luma.gl/shadertools" "8.5.4" - "@luma.gl/webgl" "8.5.4" - -"@luma.gl/engine@8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-8.5.4.tgz#b8a2695fa57bd5174d54964e070d9aadd2eeff49" - integrity sha512-Sfv972IzvR9s9kKWugs67XQUh9jC0e/PpBrzvyGVnPU4XvFq42RZVF73pzEklVU6AlpR8Zg5CPtxGdhyOHtT7w== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "8.5.4" - "@luma.gl/gltools" "8.5.4" - "@luma.gl/shadertools" "8.5.4" - "@luma.gl/webgl" "8.5.4" - "@math.gl/core" "^3.5.0" - probe.gl "^3.4.0" - -"@luma.gl/experimental@^8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/experimental/-/experimental-8.5.4.tgz#fbf77dea7502c75f65da7bab658cf91b9ade6e04" - integrity sha512-09waqRhgIrw+Sq0/in4tw4jPag5YsFfV1nEHJaLAg5RFv92S53IEubSJgkuG02HoOBkPxQ7KYvs9VNmriisnYg== - dependencies: - "@luma.gl/constants" "8.5.4" - "@math.gl/core" "^3.5.0" - earcut "^2.0.6" - -"@luma.gl/gltools@8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/gltools/-/gltools-8.5.4.tgz#00ddb766d089a84ce099479c1a084d64abb20794" - integrity sha512-JotiPuymQz2Xc41AYlS2moJC/EHxU+OX/OMKi0+/MeOlEFLsdochgTA0I64j8yofLTXdeiGCneGtD1Ao8fk+bw== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "8.5.4" - probe.gl "^3.4.0" - -"@luma.gl/shadertools@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-7.3.2.tgz#f850aed1b3e1dedfb236ce02b0129cccd018f651" - integrity sha512-GiOZTvdEr164zYFy1DNRc7mzduSWLNJ34s+YbkJ/0i07E6tK7gHgM29QNCZ/gROvUDDJ5CHxngZqGkb+XquOMQ== - dependencies: - "@babel/runtime" "^7.0.0" - math.gl "^3.0.0" - -"@luma.gl/shadertools@8.5.4", "@luma.gl/shadertools@^8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-8.5.4.tgz#a1caf78bffa60133b37db9d5830dc5731fe89d5e" - integrity sha512-rwLBLrACi75aWnuJm8rVKCQnJR2sMTCxHuexfjHJ7Uecl0vVcVJZT7c9EnCFaz5LUTNbdupvuhq0SKNckKiKmw== - dependencies: - "@babel/runtime" "^7.0.0" - "@math.gl/core" "^3.5.0" - -"@luma.gl/webgl-state-tracker@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl-state-tracker/-/webgl-state-tracker-7.3.2.tgz#b927e1c7689fbc75432197eaf0468fc8f0e18a76" - integrity sha512-0LuK3veReSm2UPOiDwC2CRDeE2xk4irqXdhyFO0WSAU1w+YhzbD1hGbjizGczvgfkbz8dFl9h98LbbH75efcKw== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "7.3.2" - -"@luma.gl/webgl2-polyfill@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl2-polyfill/-/webgl2-polyfill-7.3.2.tgz#266a7a2d2c2c338360e8f766984cf559d2230521" - integrity sha512-PMt5xqQ+u7tIqfUaL3s4nuWl604WFNcl1F1ohSUFeEzIIuxFiF6gsdEEvC5VqGoMFxI8T4FOTSeHYIr6uP4+4w== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "7.3.2" - -"@luma.gl/webgl@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-7.3.2.tgz#57d6ef58d7180cf429a9f98c8389215665b4c3d7" - integrity sha512-eWoPPRJOF5xSpqgggdwspsm8exclwxz20c8vqu8D1b3LJTY7cEpq57CMLvITHcJMMJ834TX/r598efTcF76lpw== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "7.3.2" - "@luma.gl/webgl-state-tracker" "7.3.2" - "@luma.gl/webgl2-polyfill" "7.3.2" - probe.gl "^3.1.1" - -"@luma.gl/webgl@8.5.4": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-8.5.4.tgz#7558fbc4b97e607d6ad1ea199c54340a7ec720e6" - integrity sha512-dWy4dhTbtvDO9zQBdx1Yb+DxNx/1JWV9rhhJxJUtTKbGZSX0RjkASTT6GBWMl5jrH1JYJefS1wswHmmPVXjK0Q== - dependencies: - "@babel/runtime" "^7.0.0" - "@luma.gl/constants" "8.5.4" - "@luma.gl/gltools" "8.5.4" - probe.gl "^3.4.0" - -"@mapbox/geo-viewport@^0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@mapbox/geo-viewport/-/geo-viewport-0.2.2.tgz#93206c044238c21a60fca7e9064c8ce63e8027b4" - integrity sha1-kyBsBEI4whpg/KfpBkyM5j6AJ7Q= - dependencies: - "@mapbox/sphericalmercator" "~1.0.2" - -"@mapbox/geojson-area@0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz#18d7814aa36bf23fbbcc379f8e26a22927debf10" - integrity sha1-GNeBSqNr8j+7zDefjiaiKSfevxA= - dependencies: - wgs84 "0.0.0" - -"@mapbox/geojson-normalize@0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@mapbox/geojson-normalize/-/geojson-normalize-0.0.1.tgz#1da1e6b3a7add3ad29909b30f438f60581b7cd80" - integrity sha1-HaHms6et060pkJsw9Dj2BYG3zYA= - -"@mapbox/geojson-rewind@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@mapbox/geojson-rewind/-/geojson-rewind-0.4.0.tgz#0d3632d4c1b4a928cf10a06ade387e1c8a8c181b" - integrity sha512-b+1uPWBERW4Pet/969BNu61ZPDyH2ilIxBjJDFzxyS9TyszF9UrTQyYIl/G38clux3rtpAGGFSGTCSF/qR6UjA== - dependencies: - "@mapbox/geojson-area" "0.2.2" - concat-stream "~1.6.0" - minimist "1.2.0" - sharkdown "^0.1.0" - -"@mapbox/geojson-rewind@^0.5.0": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@mapbox/geojson-rewind/-/geojson-rewind-0.5.1.tgz#adbe16dc683eb40e90934c51a5e28c7bbf44f4e1" - integrity sha512-eL7fMmfTBKjrb+VFHXCGv9Ot0zc3C0U+CwXo1IrP+EPwDczLoXv34Tgq3y+2mPSFNVUXgU42ILWJTC7145KPTA== - dependencies: - get-stream "^6.0.1" - minimist "^1.2.5" - -"@mapbox/geojson-types@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz#9aecf642cb00eab1080a57c4f949a65b4a5846d6" - integrity sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw== - -"@mapbox/jsonlint-lines-primitives@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz#ce56e539f83552b58d10d672ea4d6fc9adc7b234" - integrity sha1-zlblOfg1UrWNENZy6k1vya3HsjQ= - -"@mapbox/mapbox-gl-supported@^1.4.0": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.4.1.tgz#c0a03cf75f8b0ad7b57849d6c7e91b0aec4b640f" - integrity sha512-yyKza9S6z3ELKuf6w5n6VNUB0Osu6Z93RXPfMHLIlNWohu3KqxewLOq4lMXseYJ92GwkRAxd207Pr/Z98cwmvw== - -"@mapbox/mapbox-gl-supported@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.0.tgz#bb133cd91e562c006713fbc83f21e4b6f711a388" - integrity sha512-zu4udqYiBrKMQKwpKJ4hhPON7tz0QR/JZ3iGpHnNWFmH3Sv/ysxlICATUtGCFpsyJf2v1WpFhlzaZ3GhhKmPMA== - -"@mapbox/martini@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@mapbox/martini/-/martini-0.2.0.tgz#1af70211fbe994abf26e37f1388ca69c02cd43b4" - integrity sha512-7hFhtkb0KTLEls+TRw/rWayq5EeHtTaErgm/NskVoXmtgAQu/9D299aeyj6mzAR/6XUnYRp2lU+4IcrYRFjVsQ== - -"@mapbox/point-geometry@0.1.0", "@mapbox/point-geometry@^0.1.0", "@mapbox/point-geometry@~0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz#8a83f9335c7860effa2eeeca254332aa0aeed8f2" - integrity sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI= - -"@mapbox/sphericalmercator@~1.0.2": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@mapbox/sphericalmercator/-/sphericalmercator-1.0.5.tgz#70237b9774095ed1cfdbcea7a8fd1fc82b2691f2" - integrity sha1-cCN7l3QJXtHP286nqP0fyCsmkfI= - -"@mapbox/tiny-sdf@^1.1.0": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@mapbox/tiny-sdf/-/tiny-sdf-1.1.1.tgz#16a20c470741bfe9191deb336f46e194da4a91ff" - integrity sha512-Ihn1nZcGIswJ5XGbgFAvVumOgWpvIjBX9jiRlIl46uQG9vJOF51ViBYHF95rEZupuyQbEmhLaDPLQlU7fUTsBg== - -"@mapbox/tiny-sdf@^1.2.5": - version "1.2.5" - resolved "https://registry.yarnpkg.com/@mapbox/tiny-sdf/-/tiny-sdf-1.2.5.tgz#424c620a96442b20402552be70a7f62a8407cc59" - integrity sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw== - -"@mapbox/unitbezier@^0.0.0": - version "0.0.0" - resolved "https://registry.yarnpkg.com/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz#15651bd553a67b8581fb398810c98ad86a34524e" - integrity sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4= - -"@mapbox/vector-tile@^1.3.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz#d3a74c90402d06e89ec66de49ec817ff53409666" - integrity sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw== - dependencies: - "@mapbox/point-geometry" "~0.1.0" - -"@mapbox/whoots-js@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz#497c67a1cef50d1a2459ba60f315e448d2ad87fe" - integrity sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q== - -"@marionebl/sander@^0.6.0": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b" - integrity sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s= - dependencies: - graceful-fs "^4.1.3" - mkdirp "^0.5.1" - rimraf "^2.5.2" - -"@math.gl/core@3.1.3": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@math.gl/core/-/core-3.1.3.tgz#70b0349708d170325eecf043b6840029bc57cda5" - integrity sha512-vpYyUYaE9h5KhJC4BJp4CeWThB7rrfs40d36dKkn45Vgzuj2lVCJ8FeU0S5XWYa495DLxxECED0IZt9ROvlwcg== - dependencies: - "@babel/runtime" "^7.0.0" - gl-matrix "^3.0.0" - -"@math.gl/core@3.5.3", "@math.gl/core@^3.5.0", "@math.gl/core@^3.5.1": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@math.gl/core/-/core-3.5.3.tgz#8f40c374c68cf2731f7e2c2b7609094b10ff767a" - integrity sha512-TaSnvG0qFh1VxeNW5L58jSx0nJUMWMpUl6zo6Z3ScQzFySG5cicGOBzk/D40RkIZWPazCKCZ+ZThg5npSK9y3g== - dependencies: - "@babel/runtime" "^7.12.0" - gl-matrix "^3.0.0" - -"@math.gl/culling@^3.5.1", "@math.gl/culling@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@math.gl/culling/-/culling-3.5.3.tgz#5b87646b42b76d1bba1a8f41e0d65447944a43fd" - integrity sha512-ABpAcrvoIOLSm1EUkwgDem4RfO28HWPBs/+taZ/ZSpJG6KiVPklpKU1NCK+05HuJStkpFZ+XlWtehWU6FAMCyA== - dependencies: - "@babel/runtime" "^7.12.0" - "@math.gl/core" "3.5.3" - gl-matrix "^3.0.0" - -"@math.gl/geospatial@^3.5.1": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@math.gl/geospatial/-/geospatial-3.5.3.tgz#90a39fea16bca6c32a471cd89699c3831fb347e7" - integrity sha512-cnc8VMQrt30JmlG200VDJmmvSjaGW57gY9KEZ+raapxyyFyfDNuAuIrIxe+zbK66FbvFWTbJlDaNmKqVG+ohyw== - dependencies: - "@babel/runtime" "^7.12.0" - "@math.gl/core" "3.5.3" - gl-matrix "^3.0.0" - -"@math.gl/polygon@^3.5.1", "@math.gl/polygon@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@math.gl/polygon/-/polygon-3.5.3.tgz#5cdd6ad623e3a9652ed25eb52bb9941c657ee78d" - integrity sha512-VktscmyQg/Rd56nJk0Nj/UyvnPDbsnZNMWCdl3G5AYenYzLWy6h4FEWhLx8pD+Xw7VuFot8LR4WAK2TPzXzrWw== - dependencies: - "@math.gl/core" "3.5.3" - -"@math.gl/web-mercator@^3.1.3": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.1.3.tgz#3a6b2aeb6c68b331f26269c2fa1905cacc40e84b" - integrity sha512-aU+3upxkdA9yObA7EudfEKfN/QH4o5impyc7s/a34J2hZKPsihgREphxnKzl2RknXD/KoL7MnQv589LToAJGMQ== - dependencies: - "@babel/runtime" "^7.0.0" - gl-matrix "^3.0.0" - -"@math.gl/web-mercator@^3.2.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.3.2.tgz#e85e4efab8c74edd549f20121ba680b0f466e9cd" - integrity sha512-84NNnwP97Xwm1ynZzat1BuEU2uLyIw0gzG5uvGMrAzezny2P38+E2cUK8t9eptKa8gjk2MaC7hhcO0saFCZTHw== - dependencies: - "@babel/runtime" "^7.0.0" - gl-matrix "^3.0.0" - -"@math.gl/web-mercator@^3.4.3", "@math.gl/web-mercator@^3.5.1", "@math.gl/web-mercator@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.5.3.tgz#4cc7ba98a48580a18ad683206a6f6002fa9d2d7e" - integrity sha512-WZE9ALeTS4n3HDgkqTxcNLBU7DL0mjmPXSrcqSZIUeDY00+LCtNvMQWUAwqolpB7nD71vD6HLW8delzVuy4teA== - dependencies: - "@babel/runtime" "^7.12.0" - gl-matrix "^3.0.0" - -"@mrmlnc/readdir-enhanced@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" - integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== - dependencies: - call-me-maybe "^1.0.1" - glob-to-regexp "^0.3.0" - -"@nodelib/fs.scandir@2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b" - integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== - dependencies: - "@nodelib/fs.stat" "2.0.3" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3" - integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== - -"@nodelib/fs.stat@^1.1.2": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" - integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== - -"@nodelib/fs.walk@^1.2.3": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976" - integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - dependencies: - "@nodelib/fs.scandir" "2.1.3" - fastq "^1.6.0" - -"@octokit/auth-token@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.0.tgz#b64178975218b99e4dfe948253f0673cbbb59d9f" - integrity sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg== - dependencies: - "@octokit/types" "^2.0.0" - -"@octokit/endpoint@^5.5.0": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.5.2.tgz#ed19d01fe85ac58bc2b774661658f9e5429b8164" - integrity sha512-ICDcRA0C2vtTZZGud1nXRrBLXZqFayodXAKZfo3dkdcLNqcHsgaz3YSTupbURusYeucSVRjjG+RTcQhx6HPPcg== - dependencies: - "@octokit/types" "^2.0.0" - is-plain-object "^3.0.0" - universal-user-agent "^4.0.0" - -"@octokit/plugin-enterprise-rest@^3.6.1": - version "3.6.2" - resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-3.6.2.tgz#74de25bef21e0182b4fa03a8678cd00a4e67e561" - integrity sha512-3wF5eueS5OHQYuAEudkpN+xVeUsg8vYEMMenEzLphUZ7PRZ8OJtDcsreL3ad9zxXmBbaFWzLmFcdob5CLyZftA== - -"@octokit/plugin-paginate-rest@^1.1.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc" - integrity sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q== - dependencies: - "@octokit/types" "^2.0.1" - -"@octokit/plugin-request-log@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e" - integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw== - -"@octokit/plugin-rest-endpoint-methods@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz#3288ecf5481f68c494dd0602fc15407a59faf61e" - integrity sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ== - dependencies: - "@octokit/types" "^2.0.1" - deprecation "^2.3.1" - -"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.2.1.tgz#ede0714c773f32347576c25649dc013ae6b31801" - integrity sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA== - dependencies: - "@octokit/types" "^2.0.0" - deprecation "^2.0.0" - once "^1.4.0" - -"@octokit/request@^5.2.0": - version "5.3.1" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.3.1.tgz#3a1ace45e6f88b1be4749c5da963b3a3b4a2f120" - integrity sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg== - dependencies: - "@octokit/endpoint" "^5.5.0" - "@octokit/request-error" "^1.0.1" - "@octokit/types" "^2.0.0" - deprecation "^2.0.0" - is-plain-object "^3.0.0" - node-fetch "^2.3.0" - once "^1.4.0" - universal-user-agent "^4.0.0" - -"@octokit/rest@^16.28.4": - version "16.43.1" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b" - integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw== - dependencies: - "@octokit/auth-token" "^2.4.0" - "@octokit/plugin-paginate-rest" "^1.1.1" - "@octokit/plugin-request-log" "^1.0.0" - "@octokit/plugin-rest-endpoint-methods" "2.4.0" - "@octokit/request" "^5.2.0" - "@octokit/request-error" "^1.0.2" - atob-lite "^2.0.0" - before-after-hook "^2.0.0" - btoa-lite "^1.0.0" - deprecation "^2.0.0" - lodash.get "^4.4.2" - lodash.set "^4.3.2" - lodash.uniq "^4.5.0" - octokit-pagination-methods "^1.1.0" - once "^1.4.0" - universal-user-agent "^4.0.0" - -"@octokit/types@^2.0.0", "@octokit/types@^2.0.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.1.1.tgz#77e80d1b663c5f1f829e5377b728fa3c4fe5a97d" - integrity sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ== - dependencies: - "@types/node" ">= 8" - -"@probe.gl/stats@3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@probe.gl/stats/-/stats-3.2.1.tgz#4e95c75513229ebb01384045e89524a466c022eb" - integrity sha512-tXe5krgbodxtVdUVWG4oIicMoCHNGp7QYkaHSDrUeTfJVqYuZz99T6r7qmn0bCo4wQlzn936jJ+QiAltHxatig== - dependencies: - "@babel/runtime" "^7.0.0" - -"@probe.gl/stats@3.4.0", "@probe.gl/stats@^3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@probe.gl/stats/-/stats-3.4.0.tgz#9315c4726ea031661daa6a1771b8e978684a8b9b" - integrity sha512-Gl37r9qGuiKadIvTZdSZvzCNOttJYw6RcY1oT0oDuB8r2uhuZAdSMQRQTy9FTinp6MY6O9wngGnV6EpQ8wSBAw== - dependencies: - "@babel/runtime" "^7.0.0" - -"@reach/router@^1.2.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.1.tgz#0a49f75fa9621323d6e21c803447bcfcde1713b2" - integrity sha512-Ov1j1J+pSgXliJHFL7XWhjyREwc6GxeWfgBTa5MMH5eRmYtHbPhaovba4xKo7aTVCg8fxkt2yDMNSpvwfUP+pA== - dependencies: - create-react-context "0.3.0" - invariant "^2.2.3" - prop-types "^15.6.1" - react-lifecycles-compat "^3.0.4" - -"@react-icons/all-files@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@react-icons/all-files/-/all-files-4.1.0.tgz#477284873a0821928224b6fc84c62d2534d6650b" - integrity sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ== - -"@samverschueren/stream-to-observable@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" - integrity sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg== - dependencies: - any-observable "^0.3.0" - -"@sinonjs/commons@^1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6" - integrity sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg== - dependencies: - type-detect "4.0.8" - -"@storybook/addon-actions@^5.0.9": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-5.3.12.tgz#024678ddd207f050e42c5f8e20b5064cf9839a38" - integrity sha512-3j6ZJROcH4bm8vpaM2RU/sRdoOLF9DpVWiE6uutlrVEV6eWuexrUAYwSzuF4Pjr1LUWDSDIT9pEES+tHdn9Rww== - dependencies: - "@storybook/addons" "5.3.12" - "@storybook/api" "5.3.12" - "@storybook/client-api" "5.3.12" - "@storybook/components" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/theming" "5.3.12" - core-js "^3.0.1" - fast-deep-equal "^2.0.1" - global "^4.3.2" - polished "^3.3.1" - prop-types "^15.7.2" - react "^16.8.3" - react-inspector "^4.0.0" - uuid "^3.3.2" - -"@storybook/addon-knobs@^5.0.9": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-5.3.12.tgz#743f816bc8c2260d1794fa5dd945521fb4a30a80" - integrity sha512-BZaFg0sb9EAk/SUAFG7PArMlywrIKDfbeg073zcf7fGa1Aa2M0AauBZ/eAiidCZsWcrOlt0FWwfPs+SHNSqEOA== - dependencies: - "@storybook/addons" "5.3.12" - "@storybook/api" "5.3.12" - "@storybook/client-api" "5.3.12" - "@storybook/components" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/theming" "5.3.12" - "@types/react-color" "^3.0.1" - copy-to-clipboard "^3.0.8" - core-js "^3.0.1" - escape-html "^1.0.3" - fast-deep-equal "^2.0.1" - global "^4.3.2" - lodash "^4.17.15" - prop-types "^15.7.2" - qs "^6.6.0" - react-color "^2.17.0" - react-lifecycles-compat "^3.0.4" - react-select "^3.0.8" - -"@storybook/addon-links@^5.0.9": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-5.3.12.tgz#90e81883e842dd66c1ca6e9485193f578bdef922" - integrity sha512-8ipbr21wbbXDy+JKiVr6Maac7EbZT7sE41/RTvVZjdMFWQU+XG5sxneJBJcgSzCsFV3wWyLEjb3DEkC/rCkdaw== - dependencies: - "@storybook/addons" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/csf" "0.0.1" - "@storybook/router" "5.3.12" - core-js "^3.0.1" - global "^4.3.2" - prop-types "^15.7.2" - qs "^6.6.0" - ts-dedent "^1.1.0" - -"@storybook/addons@5.3.12", "@storybook/addons@^5.0.9": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-5.3.12.tgz#77fb0e0d3ac9eb70414bff4b03c12bbccfe31716" - integrity sha512-5jVns+wq95ZismEQ5ByDhrEFzDH8OIEj2BLSPT7VTbik7iLC+h7H2toWKAwIYZCxAuq0OTy6ZpIyhU/R2YuO4w== - dependencies: - "@storybook/api" "5.3.12" - "@storybook/channels" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/core-events" "5.3.12" - core-js "^3.0.1" - global "^4.3.2" - util-deprecate "^1.0.2" - -"@storybook/api@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-5.3.12.tgz#7d1ca7a487fb9b6604d26cae756e291015908d35" - integrity sha512-wYsr97vqARwmOordlPY17MJ9PrHSCsSM9JRC/zh698kXQGwYnse1nErzAiwj8YxuItfWGzE06kqjZBccnfSxPQ== - dependencies: - "@reach/router" "^1.2.1" - "@storybook/channels" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/csf" "0.0.1" - "@storybook/router" "5.3.12" - "@storybook/theming" "5.3.12" - "@types/reach__router" "^1.2.3" - core-js "^3.0.1" - fast-deep-equal "^2.0.1" - global "^4.3.2" - lodash "^4.17.15" - memoizerific "^1.11.3" - prop-types "^15.6.2" - react "^16.8.3" - semver "^6.0.0" - shallow-equal "^1.1.0" - store2 "^2.7.1" - telejson "^3.2.0" - util-deprecate "^1.0.2" - -"@storybook/channel-postmessage@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-5.3.12.tgz#945c9702f335018f6224af3159bf4d33c66a131e" - integrity sha512-yQZ6Ef0KnxI7vxJrcJaBYeZpxhl/18WEFtAO9MphvYvtd1dudqKNqdx9B/30PIXb7c/SptvGJR/EZhsRNr4Oug== - dependencies: - "@storybook/channels" "5.3.12" - "@storybook/client-logger" "5.3.12" - core-js "^3.0.1" - global "^4.3.2" - telejson "^3.2.0" - -"@storybook/channels@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-5.3.12.tgz#dd2e111377f0eaafa0e66746cb6628322615ade9" - integrity sha512-sfSHIRUusjZ69WhfPp8BrfmlGg80PYTNCBSE+1apK/WkgzYJyGgQmJgRAW6HTFqjawD7T+utAtarsqS30jo9jQ== - dependencies: - core-js "^3.0.1" - -"@storybook/client-api@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-5.3.12.tgz#7c18921d0290b30b020ad7d41fbda170009780bd" - integrity sha512-Qzi+pS9FwqrArnG1VMV4QJxEdvw7KVc2ufgax7jCvK8JtDlSVe1/qpbJn7U3o1z4TPY/u3m6PbBLJDoSWTVonw== - dependencies: - "@storybook/addons" "5.3.12" - "@storybook/channel-postmessage" "5.3.12" - "@storybook/channels" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/csf" "0.0.1" - "@types/webpack-env" "^1.15.0" - core-js "^3.0.1" - eventemitter3 "^4.0.0" - global "^4.3.2" - is-plain-object "^3.0.0" - lodash "^4.17.15" - memoizerific "^1.11.3" - qs "^6.6.0" - stable "^0.1.8" - ts-dedent "^1.1.0" - util-deprecate "^1.0.2" - -"@storybook/client-logger@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-5.3.12.tgz#64033dd647b6ce6971977e4f5ce2908de21526eb" - integrity sha512-LsKDW4ijGJjyRg3GetS/OtVS+8ESxydVG55jvAlExHehUcVRvrPew5MsW63CRTQDpZsoh1aT9oV1yr8eYu1HZg== - dependencies: - core-js "^3.0.1" - -"@storybook/components@5.3.12", "@storybook/components@^5.2.5": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-5.3.12.tgz#0d930343624d459f46cd55b140be979709ee5a29" - integrity sha512-Ma67yaSJHaNqLjp2csOZvHdu1Sk1eMke29WVEWjPYUBzzaZK7ZlmGiXzN0roYJVGaqHkl2f7xxRfPfWQp9NCIw== - dependencies: - "@storybook/client-logger" "5.3.12" - "@storybook/theming" "5.3.12" - "@types/react-syntax-highlighter" "11.0.2" - "@types/react-textarea-autosize" "^4.3.3" - core-js "^3.0.1" - global "^4.3.2" - lodash "^4.17.15" - markdown-to-jsx "^6.9.1" - memoizerific "^1.11.3" - polished "^3.3.1" - popper.js "^1.14.7" - prop-types "^15.7.2" - react "^16.8.3" - react-dom "^16.8.3" - react-focus-lock "^2.1.0" - react-helmet-async "^1.0.2" - react-popper-tooltip "^2.8.3" - react-syntax-highlighter "^11.0.2" - react-textarea-autosize "^7.1.0" - simplebar-react "^1.0.0-alpha.6" - ts-dedent "^1.1.0" - -"@storybook/core-events@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-5.3.12.tgz#188526c9003884104cce4fcd20448ca34d14d9f7" - integrity sha512-qUX0xvADM8LBUtzeTi8r803eeikyzooH8HwnUg6GP238NRnR13BK/tSnBx6XpJubGL5gv9a1jZJQWxP25KPHfA== - dependencies: - core-js "^3.0.1" - -"@storybook/core@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/core/-/core-5.3.12.tgz#972cec3c7ee3e78a628a017c0b72bb6a52d9146d" - integrity sha512-oqffKLyMEVREeOC8O1RVO+xn68zk4wZkjWN9KbhbMoP3zdxM1gdvpsemdVE1C008mZfe1A/KBwuuEmcn9EBTNw== - dependencies: - "@babel/plugin-proposal-class-properties" "^7.7.0" - "@babel/plugin-proposal-object-rest-spread" "^7.6.2" - "@babel/plugin-syntax-dynamic-import" "^7.2.0" - "@babel/plugin-transform-react-constant-elements" "^7.2.0" - "@babel/preset-env" "^7.4.5" - "@storybook/addons" "5.3.12" - "@storybook/channel-postmessage" "5.3.12" - "@storybook/client-api" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/csf" "0.0.1" - "@storybook/node-logger" "5.3.12" - "@storybook/router" "5.3.12" - "@storybook/theming" "5.3.12" - "@storybook/ui" "5.3.12" - airbnb-js-shims "^2.2.1" - ansi-to-html "^0.6.11" - autoprefixer "^9.7.2" - babel-plugin-add-react-displayname "^0.0.5" - babel-plugin-emotion "^10.0.20" - babel-plugin-macros "^2.7.0" - babel-preset-minify "^0.5.0 || 0.6.0-alpha.5" - boxen "^4.1.0" - case-sensitive-paths-webpack-plugin "^2.2.0" - chalk "^3.0.0" - cli-table3 "0.5.1" - commander "^4.0.1" - core-js "^3.0.1" - corejs-upgrade-webpack-plugin "^2.2.0" - css-loader "^3.0.0" - detect-port "^1.3.0" - dotenv-webpack "^1.7.0" - ejs "^2.7.4" - express "^4.17.0" - file-loader "^4.2.0" - file-system-cache "^1.0.5" - find-cache-dir "^3.0.0" - find-up "^4.1.0" - fs-extra "^8.0.1" - glob-base "^0.3.0" - global "^4.3.2" - html-webpack-plugin "^4.0.0-beta.2" - inquirer "^7.0.0" - interpret "^2.0.0" - ip "^1.1.5" - json5 "^2.1.1" - lazy-universal-dotenv "^3.0.1" - micromatch "^4.0.2" - node-fetch "^2.6.0" - open "^7.0.0" - pnp-webpack-plugin "1.5.0" - postcss-flexbugs-fixes "^4.1.0" - postcss-loader "^3.0.0" - pretty-hrtime "^1.0.3" - qs "^6.6.0" - raw-loader "^3.1.0" - react-dev-utils "^9.0.0" - regenerator-runtime "^0.13.3" - resolve "^1.11.0" - resolve-from "^5.0.0" - semver "^6.0.0" - serve-favicon "^2.5.0" - shelljs "^0.8.3" - style-loader "^1.0.0" - terser-webpack-plugin "^2.1.2" - ts-dedent "^1.1.0" - unfetch "^4.1.0" - url-loader "^2.0.1" - util-deprecate "^1.0.2" - webpack "^4.33.0" - webpack-dev-middleware "^3.7.0" - webpack-hot-middleware "^2.25.0" - webpack-virtual-modules "^0.2.0" - -"@storybook/csf@0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6" - integrity sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== - dependencies: - lodash "^4.17.15" - -"@storybook/node-logger@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-5.3.12.tgz#df25b725583cb5aa799b6c5b8103a8ea0921d3ba" - integrity sha512-ytIqS1Lx+gWFBNxwWOK7F63702YYsoU90UFQNUMC44lC1L7tOI9BQXtGIWTvmXJYns+O5pHHOVKkHLT9EGX2OA== - dependencies: - "@types/npmlog" "^4.1.2" - chalk "^3.0.0" - core-js "^3.0.1" - npmlog "^4.1.2" - pretty-hrtime "^1.0.3" - regenerator-runtime "^0.13.3" - -"@storybook/react@^5.0.9": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/react/-/react-5.3.12.tgz#efe4ec2f66c8299a2f54157d5cb77ca657404e12" - integrity sha512-eMbnzXizx0rp3UEnxZlySBI/z1Z/ursw0u2bFr2N9okzOio3yLSoDeMuB6BzZxDLkSgfQAw2qHtJa0eddjxoRQ== - dependencies: - "@babel/plugin-transform-react-constant-elements" "^7.6.3" - "@babel/preset-flow" "^7.0.0" - "@babel/preset-react" "^7.0.0" - "@storybook/addons" "5.3.12" - "@storybook/core" "5.3.12" - "@storybook/node-logger" "5.3.12" - "@svgr/webpack" "^4.0.3" - "@types/webpack-env" "^1.15.0" - babel-plugin-add-react-displayname "^0.0.5" - babel-plugin-named-asset-import "^0.3.1" - babel-plugin-react-docgen "^4.0.0" - core-js "^3.0.1" - global "^4.3.2" - lodash "^4.17.15" - mini-css-extract-plugin "^0.9.0" - prop-types "^15.7.2" - react-dev-utils "^9.0.0" - regenerator-runtime "^0.13.3" - semver "^6.0.0" - ts-dedent "^1.1.0" - webpack "^4.33.0" - -"@storybook/router@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-5.3.12.tgz#f08d75793790aacc5543c55e62d08d3bb00188fd" - integrity sha512-IuI/MMFb27XGFaFjaUCYUgK+P4jeGLBDI4cCn6Fezb5RRgpdOf2DobDIUZtujSmvPnEF8C+SJE/v1dXihRO1Xg== - dependencies: - "@reach/router" "^1.2.1" - "@storybook/csf" "0.0.1" - "@types/reach__router" "^1.2.3" - core-js "^3.0.1" - global "^4.3.2" - lodash "^4.17.15" - memoizerific "^1.11.3" - qs "^6.6.0" - util-deprecate "^1.0.2" - -"@storybook/theming@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-5.3.12.tgz#70908dc23c0635765256fc4dbb7cd6d318886dfe" - integrity sha512-LwyFBbxYtm2rr86mA0d+oYisIpW2GrDqmv0ZGEmx9EqKK1JwG3N99VSK7iHig6vpNu42LHLakuaqK55H2Q7YcA== - dependencies: - "@emotion/core" "^10.0.20" - "@emotion/styled" "^10.0.17" - "@storybook/client-logger" "5.3.12" - core-js "^3.0.1" - deep-object-diff "^1.1.0" - emotion-theming "^10.0.19" - global "^4.3.2" - memoizerific "^1.11.3" - polished "^3.3.1" - prop-types "^15.7.2" - resolve-from "^5.0.0" - ts-dedent "^1.1.0" - -"@storybook/ui@5.3.12": - version "5.3.12" - resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-5.3.12.tgz#c66f6a1302d2ff80a8b94402d95648d1b28066f8" - integrity sha512-dVYJJkwjfGkz3u0lnfawnT6hqBRnANVlKEYirKYZyQ/RouCN3naNh9Sagrpg7hJHYib4Ny6J/pyaNdfdieDS+w== - dependencies: - "@emotion/core" "^10.0.20" - "@storybook/addons" "5.3.12" - "@storybook/api" "5.3.12" - "@storybook/channels" "5.3.12" - "@storybook/client-logger" "5.3.12" - "@storybook/components" "5.3.12" - "@storybook/core-events" "5.3.12" - "@storybook/router" "5.3.12" - "@storybook/theming" "5.3.12" - copy-to-clipboard "^3.0.8" - core-js "^3.0.1" - core-js-pure "^3.0.1" - emotion-theming "^10.0.19" - fast-deep-equal "^2.0.1" - fuse.js "^3.4.6" - global "^4.3.2" - lodash "^4.17.15" - markdown-to-jsx "^6.9.3" - memoizerific "^1.11.3" - polished "^3.3.1" - prop-types "^15.7.2" - qs "^6.6.0" - react "^16.8.3" - react-dom "^16.8.3" - react-draggable "^4.0.3" - react-helmet-async "^1.0.2" - react-hotkeys "2.0.0" - react-sizeme "^2.6.7" - regenerator-runtime "^0.13.2" - resolve-from "^5.0.0" - semver "^6.0.0" - store2 "^2.7.1" - telejson "^3.2.0" - util-deprecate "^1.0.2" - -"@superset-ui/chart-controls@0.x.x": - version "0.18.0" - resolved "https://registry.yarnpkg.com/@superset-ui/chart-controls/-/chart-controls-0.18.0.tgz#26813cb04a50771cd44de94373ad9bb7339e0ab9" - integrity sha512-FLSRN0uJW0W5p+oy+0qxDVaAxtpU/nyHzsfP3EIcUfhPFEtlEeZ4H2Uk6ZdMaVh7x/66jR8SwwlqI0k9vBMz1w== - dependencies: - "@react-icons/all-files" "^4.1.0" - "@superset-ui/core" "0.18.0" - lodash "^4.17.15" - prop-types "^15.7.2" - -"@superset-ui/commit-config@^0.0.9": - version "0.0.9" - resolved "https://registry.yarnpkg.com/@superset-ui/commit-config/-/commit-config-0.0.9.tgz#f0149945185e0908e14fec46bdc1498aa026ada7" - integrity sha512-5gOGvjvPEz1oyemLBLB9eYpbuVAPiSgiqcs42rv7yUx49+RiA1ijql0n+4G8HHp5Zg+Qjtn8cjhDYZXRdy4P3w== - dependencies: - "@commitlint/cli" "^7.5.2" - "@commitlint/config-conventional" "^7.5.0" - "@commitlint/config-lerna-scopes" "^7.5.1" - commitizen "^3.0.7" - conventional-changelog "^3.0.6" - conventional-changelog-cli "^2.0.12" - cz-conventional-changelog "^2.1.0" - -"@superset-ui/core@0.18.0", "@superset-ui/core@0.x.x": - version "0.18.0" - resolved "https://registry.yarnpkg.com/@superset-ui/core/-/core-0.18.0.tgz#1c1449f1d27b09287488f09a1e8f604abf5e37bb" - integrity sha512-VD1bC5odnD+fyKydPjXomuwJZ983Gjwcc1LY+bi24/I+AfW+7Xd20iARXxkhjOF7ezbWb4I+X1vxsDbgLStpKQ== - dependencies: - "@babel/runtime" "^7.1.2" - "@emotion/styled" "^11.3.0" - "@types/d3-format" "^1.3.0" - "@types/d3-interpolate" "^1.3.1" - "@types/d3-scale" "^2.1.1" - "@types/d3-time" "^1.0.9" - "@types/d3-time-format" "^2.1.0" - "@types/lodash" "^4.14.149" - "@types/rison" "0.0.6" - "@types/seedrandom" "^2.4.28" - "@vx/responsive" "^0.0.199" - csstype "^2.6.4" - d3-format "^1.3.2" - d3-interpolate "^1.4.0" - d3-scale "^3.0.0" - d3-time "^1.0.10" - d3-time-format "^2.2.0" - fetch-retry "^4.0.1" - jed "^1.1.1" - lodash "^4.17.11" - pretty-ms "^7.0.0" - react-error-boundary "^1.2.5" - react-markdown "^4.3.1" - reselect "^4.0.0" - rison "^0.1.1" - seedrandom "^3.0.5" - whatwg-fetch "^3.0.0" - -"@svgr/babel-plugin-add-jsx-attribute@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1" - integrity sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig== - -"@svgr/babel-plugin-remove-jsx-attribute@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-4.2.0.tgz#297550b9a8c0c7337bea12bdfc8a80bb66f85abc" - integrity sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ== - -"@svgr/babel-plugin-remove-jsx-empty-expression@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz#c196302f3e68eab6a05e98af9ca8570bc13131c7" - integrity sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w== - -"@svgr/babel-plugin-replace-jsx-attribute-value@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz#310ec0775de808a6a2e4fd4268c245fd734c1165" - integrity sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w== - -"@svgr/babel-plugin-svg-dynamic-title@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-4.3.3.tgz#2cdedd747e5b1b29ed4c241e46256aac8110dd93" - integrity sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w== - -"@svgr/babel-plugin-svg-em-dimensions@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-4.2.0.tgz#9a94791c9a288108d20a9d2cc64cac820f141391" - integrity sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w== - -"@svgr/babel-plugin-transform-react-native-svg@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.2.0.tgz#151487322843359a1ca86b21a3815fd21a88b717" - integrity sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw== - -"@svgr/babel-plugin-transform-svg-component@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.2.0.tgz#5f1e2f886b2c85c67e76da42f0f6be1b1767b697" - integrity sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw== - -"@svgr/babel-preset@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-4.3.3.tgz#a75d8c2f202ac0e5774e6bfc165d028b39a1316c" - integrity sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A== - dependencies: - "@svgr/babel-plugin-add-jsx-attribute" "^4.2.0" - "@svgr/babel-plugin-remove-jsx-attribute" "^4.2.0" - "@svgr/babel-plugin-remove-jsx-empty-expression" "^4.2.0" - "@svgr/babel-plugin-replace-jsx-attribute-value" "^4.2.0" - "@svgr/babel-plugin-svg-dynamic-title" "^4.3.3" - "@svgr/babel-plugin-svg-em-dimensions" "^4.2.0" - "@svgr/babel-plugin-transform-react-native-svg" "^4.2.0" - "@svgr/babel-plugin-transform-svg-component" "^4.2.0" - -"@svgr/core@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-4.3.3.tgz#b37b89d5b757dc66e8c74156d00c368338d24293" - integrity sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w== - dependencies: - "@svgr/plugin-jsx" "^4.3.3" - camelcase "^5.3.1" - cosmiconfig "^5.2.1" - -"@svgr/hast-util-to-babel-ast@^4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz#1d5a082f7b929ef8f1f578950238f630e14532b8" - integrity sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg== - dependencies: - "@babel/types" "^7.4.4" - -"@svgr/plugin-jsx@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz#e2ba913dbdfbe85252a34db101abc7ebd50992fa" - integrity sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w== - dependencies: - "@babel/core" "^7.4.5" - "@svgr/babel-preset" "^4.3.3" - "@svgr/hast-util-to-babel-ast" "^4.3.2" - svg-parser "^2.0.0" - -"@svgr/plugin-svgo@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz#daac0a3d872e3f55935c6588dd370336865e9e32" - integrity sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== - dependencies: - cosmiconfig "^5.2.1" - merge-deep "^3.0.2" - svgo "^1.2.2" - -"@svgr/webpack@^4.0.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-4.3.3.tgz#13cc2423bf3dff2d494f16b17eb7eacb86895017" - integrity sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg== - dependencies: - "@babel/core" "^7.4.5" - "@babel/plugin-transform-react-constant-elements" "^7.0.0" - "@babel/preset-env" "^7.4.5" - "@babel/preset-react" "^7.0.0" - "@svgr/core" "^4.3.3" - "@svgr/plugin-jsx" "^4.3.3" - "@svgr/plugin-svgo" "^4.3.1" - loader-utils "^1.2.3" - -"@turf/bbox@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-6.0.1.tgz#b966075771475940ee1c16be2a12cf389e6e923a" - integrity sha512-EGgaRLettBG25Iyx7VyUINsPpVj1x3nFQFiGS3ER8KCI1MximzNLsam3eXRabqQDjyAKyAE1bJ4EZEpGvspQxw== - dependencies: - "@turf/helpers" "6.x" - "@turf/meta" "6.x" - -"@turf/helpers@6.x": - version "6.1.4" - resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-6.1.4.tgz#d6fd7ebe6782dd9c87dca5559bda5c48ae4c3836" - integrity sha512-vJvrdOZy1ngC7r3MDA7zIGSoIgyrkWcGnNIEaqn/APmw+bVLF2gAW7HIsdTxd12s5wQMqEpqIQrmrbRRZ0xC7g== - -"@turf/meta@6.x": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@turf/meta/-/meta-6.0.2.tgz#eb92951126d24a613ac1b7b99d733fcc20fd30cf" - integrity sha512-VA7HJkx7qF1l3+GNGkDVn2oXy4+QoLP6LktXAaZKjuT1JI0YESat7quUkbCMy4zP9lAUuvS4YMslLyTtr919FA== - dependencies: - "@turf/helpers" "6.x" - -"@types/babel__core@^7.1.0": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30" - integrity sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.1.tgz#4901767b397e8711aeb99df8d396d7ba7b7f0e04" - integrity sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" - integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.8.tgz#479a4ee3e291a403a1096106013ec22cf9b64012" - integrity sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw== - dependencies: - "@babel/types" "^7.3.0" - -"@types/braces@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb" - integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== - -"@types/cheerio@*": - version "0.22.16" - resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.16.tgz#c748a97b8a6f781b04bbda4a552e11b35bcc77e4" - integrity sha512-bSbnU/D4yzFdzLpp3+rcDj0aQQMIRUBNJU7azPxdqMpnexjUSvGJyDuOBQBHeOZh1mMKgsJm6Dy+LLh80Ew4tQ== - dependencies: - "@types/node" "*" - -"@types/color-name@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" - integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== - -"@types/d3-array@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-2.0.0.tgz#a0d63a296a2d8435a9ec59393dcac746c6174a96" - integrity sha512-rGqfPVowNDTszSFvwoZIXvrPG7s/qKzm9piCRIH6xwTTRu7pPZ3ootULFnPkTt74B6i5lN0FpLQL24qGOw1uZA== - -"@types/d3-color@^1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@types/d3-color/-/d3-color-1.4.1.tgz#0d9746c84dfef28807b2989eed4f37b2575e1f33" - integrity sha512-xkPLi+gbgUU9ED6QX4g6jqYL2KCB0/3AlM+ncMGqn49OgH0gFMY/ITGqPF8HwEiLzJaC+2L0I+gNwBgABv1Pvg== - -"@types/d3-format@^1.3.0": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@types/d3-format/-/d3-format-1.3.1.tgz#35bf88264bd6bcda39251165bb827f67879c4384" - integrity sha512-KAWvReOKMDreaAwOjdfQMm0HjcUMlQG47GwqdVKgmm20vTd2pucj0a70c3gUSHrnsmo6H2AMrkBsZU2UhJLq8A== - -"@types/d3-interpolate@^1.3.1": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@types/d3-interpolate/-/d3-interpolate-1.4.2.tgz#88902a205f682773a517612299a44699285eed7b" - integrity sha512-ylycts6llFf8yAEs1tXzx2loxxzDZHseuhPokrqKprTQSTcD3JbJI1omZP1rphsELZO3Q+of3ff0ZS7+O6yVzg== - dependencies: - "@types/d3-color" "^1" - -"@types/d3-scale@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@types/d3-scale/-/d3-scale-2.1.1.tgz#405e58771ec6ae7b8f7b4178ee1887620759e8f7" - integrity sha512-kNTkbZQ+N/Ip8oX9PByXfDLoCSaZYm+VUOasbmsa6KD850/ziMdYepg/8kLg2plHzoLANdMqPoYQbvExevLUHg== - dependencies: - "@types/d3-time" "*" - -"@types/d3-time-format@^2.1.0": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@types/d3-time-format/-/d3-time-format-2.1.1.tgz#dd2c79ec4575f1355484ab6b10407824668eba42" - integrity sha512-tJSyXta8ZyJ52wDDHA96JEsvkbL6jl7wowGmuf45+fAkj5Y+SQOnz0N7/H68OWmPshPsAaWMQh+GAws44IzH3g== - -"@types/d3-time@*", "@types/d3-time@^1.0.9": - version "1.0.10" - resolved "https://registry.yarnpkg.com/@types/d3-time/-/d3-time-1.0.10.tgz#d338c7feac93a98a32aac875d1100f92c7b61f4f" - integrity sha512-aKf62rRQafDQmSiv1NylKhIMmznsjRN+MnXRXTqHoqm0U/UZzVpdrtRnSIfdiLS616OuC1soYeX1dBg2n1u8Xw== - -"@types/debug@^4.1.5": - version "4.1.5" - resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd" - integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ== - -"@types/enzyme@^3.10.5": - version "3.10.8" - resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.8.tgz#ad7ac9d3af3de6fd0673773123fafbc63db50d42" - integrity sha512-vlOuzqsTHxog6PV79+tvOHFb6hq4QZKMq1lLD9MaWD1oec2lHTKndn76XOpSwCA0oFTaIbKVPrgM3k78Jjd16g== - dependencies: - "@types/cheerio" "*" - "@types/react" "*" - -"@types/eslint-visitor-keys@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" - integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - -"@types/events@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" - integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== - -"@types/flatbuffers@^1.10.0": - version "1.10.0" - resolved "https://registry.yarnpkg.com/@types/flatbuffers/-/flatbuffers-1.10.0.tgz#aa74e30ffdc86445f2f060e1808fc9d56b5603ba" - integrity sha512-7btbphLrKvo5yl/5CC2OCxUSMx1wV1wvGT1qDXkSt7yi00/YW7E8k6qzXqJHsp+WU0eoG7r6MTQQXI9lIvd0qA== - -"@types/geojson@*", "@types/geojson@^7946.0.7": - version "7946.0.8" - resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.8.tgz#30744afdb385e2945e22f3b033f897f76b1f12ca" - integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA== - -"@types/glob@^7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575" - integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w== - dependencies: - "@types/events" "*" - "@types/minimatch" "*" - "@types/node" "*" - -"@types/history@*": - version "4.7.5" - resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.5.tgz#527d20ef68571a4af02ed74350164e7a67544860" - integrity sha512-wLD/Aq2VggCJXSjxEwrMafIP51Z+13H78nXIX0ABEuIGhmB5sNGbR113MOKo+yfw+RDo1ZU3DM6yfnnRF/+ouw== - -"@types/is-function@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83" - integrity sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" - integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg== - -"@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a" - integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA== - dependencies: - "@types/istanbul-lib-coverage" "*" - "@types/istanbul-lib-report" "*" - -"@types/jest@^25.1.1": - version "25.1.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.1.tgz#dcf65a8ee315b91ad39c0d358ae0ddc5602ab0e9" - integrity sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw== - dependencies: - jest-diff "^25.1.0" - pretty-format "^25.1.0" - -"@types/jsdom@^12.2.4": - version "12.2.4" - resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-12.2.4.tgz#845cd4d43f95b8406d9b724ec30c03edadcd9528" - integrity sha512-q+De3S/Ri6U9uPx89YA1XuC+QIBgndIfvBaaJG0pRT8Oqa75k4Mr7G9CRZjIvlbLGIukO/31DFGFJYlQBmXf/A== - dependencies: - "@types/node" "*" - "@types/tough-cookie" "*" - parse5 "^4.0.0" - -"@types/json-schema@^7.0.3": - version "7.0.4" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" - integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== - -"@types/lodash@^4.14.146", "@types/lodash@^4.14.149": - version "4.14.149" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" - integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== - -"@types/mapbox-gl@^2.0.3": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-2.4.0.tgz#b70429d2904b3bc518e27cbbe077151549622daf" - integrity sha512-Na5vXw6Ez0L5To/+pL78dWPNoG6QlPdEDdnkSmIL5HWxemD+s0pTmTWDbMj7tcqJ2hnVyOyukVIveR9HPi7eeA== - dependencies: - "@types/geojson" "*" - -"@types/micromatch@^4.0.0": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.1.tgz#9381449dd659fc3823fd2a4190ceacc985083bc7" - integrity sha512-my6fLBvpY70KattTNzYOK6KU1oR1+UCz9ug/JbcF5UrEmeCt9P7DV2t7L8+t18mMPINqGQCE4O8PLOPbI84gxw== - dependencies: - "@types/braces" "*" - -"@types/minimatch@*": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" - integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== - -"@types/node@*", "@types/node@>= 8": - version "13.7.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.0.tgz#b417deda18cf8400f278733499ad5547ed1abec4" - integrity sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ== - -"@types/node@^14.14.37": - version "14.17.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.9.tgz#b97c057e6138adb7b720df2bd0264b03c9f504fd" - integrity sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g== - -"@types/normalize-package-data@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" - integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - -"@types/npmlog@^4.1.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4" - integrity sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== - -"@types/parse-json@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - -"@types/prettier@*": - version "1.19.0" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.19.0.tgz#a2502fb7ce9b6626fdbfc2e2a496f472de1bdd05" - integrity sha512-gDE8JJEygpay7IjA/u3JiIURvwZW08f0cZSZLAzFoX/ZmeqvS0Sqv+97aKuHpNsalAMMhwPe+iAS6fQbfmbt7A== - -"@types/prop-types@*": - version "15.7.3" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" - integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== - -"@types/q@^1.5.1": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" - integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== - -"@types/reach__router@^1.2.3": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.2.6.tgz#b14cf1adbd1a365d204bbf6605cd9dd7b8816c87" - integrity sha512-Oh5DAVr/L2svBvubw6QEFpXGu295Y406BPs4i9t1n2pp7M+q3pmCmhzb9oZV5wncR41KCD3NHl1Yhi7uKnTPsA== - dependencies: - "@types/history" "*" - "@types/react" "*" - -"@types/react-color@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/react-color/-/react-color-3.0.1.tgz#5433e2f503ea0e0831cbc6fd0c20f8157d93add0" - integrity sha512-J6mYm43Sid9y+OjZ7NDfJ2VVkeeuTPNVImNFITgQNXodHteKfl/t/5pAR5Z9buodZ2tCctsZjgiMlQOpfntakw== - dependencies: - "@types/react" "*" - -"@types/react-syntax-highlighter@11.0.2": - version "11.0.2" - resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#a2e3ff657d7c47813f80ca930f3d959c31ec51e3" - integrity sha512-iMNcixH8330f2dq0RY+VOXCP8JFehgmOhLOtnO85Ty+qu0fHXJNEqWx5VuFv8v0aEq0U/N9d/k1yvA+c6PEmPw== - dependencies: - "@types/react" "*" - -"@types/react-test-renderer@^16.9.0": - version "16.9.2" - resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-16.9.2.tgz#e1c408831e8183e5ad748fdece02214a7c2ab6c5" - integrity sha512-4eJr1JFLIAlWhzDkBCkhrOIWOvOxcCAfQh+jiKg7l/nNZcCIL2MHl2dZhogIFKyHzedVWHaVP1Yydq/Ruu4agw== - dependencies: - "@types/react" "*" - -"@types/react-textarea-autosize@^4.3.3": - version "4.3.5" - resolved "https://registry.yarnpkg.com/@types/react-textarea-autosize/-/react-textarea-autosize-4.3.5.tgz#6c4d2753fa1864c98c0b2b517f67bb1f6e4c46de" - integrity sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== - dependencies: - "@types/react" "*" - -"@types/react@*": - version "16.9.19" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.19.tgz#c842aa83ea490007d29938146ff2e4d9e4360c40" - integrity sha512-LJV97//H+zqKWMms0kvxaKYJDG05U2TtQB3chRLF8MPNs+MQh/H1aGlyDUxjaHvu08EAGerdX2z4LTBc7ns77A== - dependencies: - "@types/prop-types" "*" - csstype "^2.2.0" - -"@types/react@^16.9.11", "@types/react@^16.9.49": - version "16.14.2" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" - integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ== - dependencies: - "@types/prop-types" "*" - csstype "^3.0.2" - -"@types/rison@0.0.6": - version "0.0.6" - resolved "https://registry.yarnpkg.com/@types/rison/-/rison-0.0.6.tgz#405605f63d4fe0ec0d66b2dd7eaf51a99a51144e" - integrity sha512-mE3eRK0fpTN/GnNBOIg2tGq2cFhchQXF6fCbrLxus75TgnoOECbdHikr948FGO/UAml7/ZhLMa5FbGkF5PKvmw== - -"@types/seedrandom@^2.4.28": - version "2.4.28" - resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.28.tgz#9ce8fa048c1e8c85cb71d7fe4d704e000226036f" - integrity sha512-SMA+fUwULwK7sd/ZJicUztiPs8F1yCPwF3O23Z9uQ32ME5Ha0NmDK9+QTsYE4O2tHXChzXomSWWeIhCnoN1LqA== - -"@types/stack-utils@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" - integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== - -"@types/storybook__react@3.0.7": - version "3.0.7" - resolved "https://registry.yarnpkg.com/@types/storybook__react/-/storybook__react-3.0.7.tgz#2ca6ab78e5fe777737aa5880b0bb5228f564e137" - integrity sha512-0CrxlXSdma0MQoJ2Ty/CuvXrE8txfF/UAdVfhy0ONlDTjolrD1Px4zVn9rsZeS+i9C7xPleSC5IuETPoinlfUA== - dependencies: - "@types/react" "*" - "@types/webpack-env" "*" - -"@types/text-encoding-utf-8@^1.0.1": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@types/text-encoding-utf-8/-/text-encoding-utf-8-1.0.2.tgz#896e94ce99b653e886a9b925e9dc12c92af7b1ae" - integrity sha512-AQ6zewa0ucLJvtUi5HsErbOFKAcQfRLt9zFLlUOvcXBy2G36a+ZDpCHSGdzJVUD8aNURtIjh9aSjCStNMRCcRQ== - -"@types/tough-cookie@*": - version "2.3.6" - resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-2.3.6.tgz#c880579e087d7a0db13777ff8af689f4ffc7b0d5" - integrity sha512-wHNBMnkoEBiRAd3s8KTKwIuO9biFtTf0LehITzBhSco+HQI0xkXZbLOD55SW3Aqw3oUkHstkm5SPv58yaAdFPQ== - -"@types/webpack-env@*", "@types/webpack-env@^1.15.0": - version "1.15.1" - resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.15.1.tgz#c8e84705e08eed430b5e15b39c65b0944e4d1422" - integrity sha512-eWN5ElDTeBc5lRDh95SqA8x18D0ll2pWudU3uWiyfsRmIZcmUXpEsxPU+7+BsdCrO2vfLRC629u/MmjbmF+2tA== - -"@types/yargs-parser@*", "@types/yargs-parser@^15.0.0": - version "15.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" - integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== - -"@types/yargs@^13.0.0": - version "13.0.8" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.8.tgz#a38c22def2f1c2068f8971acb3ea734eb3c64a99" - integrity sha512-XAvHLwG7UQ+8M4caKIH0ZozIOYay5fQkAgyIXegXT9jPtdIGdhga+sUEdAr1CiG46aB+c64xQEYyEzlwWVTNzA== - dependencies: - "@types/yargs-parser" "*" - -"@types/yargs@^15.0.0", "@types/yargs@^15.0.1", "@types/yargs@^15.0.3": - version "15.0.3" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.3.tgz#41453a0bc7ab393e995d1f5451455638edbd2baf" - integrity sha512-XCMQRK6kfpNBixHLyHUsGmXrpEmFFxzMrcnSXFMziHd8CoNJo8l16FkHyQq4x+xbM7E2XL83/O78OD8u+iZTdQ== - dependencies: - "@types/yargs-parser" "*" - -"@typescript-eslint/eslint-plugin@^2.17.0": - version "2.19.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.0.tgz#bf743448a4633e4b52bee0c40148ba072ab3adbd" - integrity sha512-u7IcQ9qwsB6U806LupZmINRnQjC+RJyv36sV/ugaFWMHTbFm/hlLTRx3gGYJgHisxcGSTnf+I/fPDieRMhPSQQ== - dependencies: - "@typescript-eslint/experimental-utils" "2.19.0" - eslint-utils "^1.4.3" - functional-red-black-tree "^1.0.1" - regexpp "^3.0.0" - tsutils "^3.17.1" - -"@typescript-eslint/experimental-utils@2.19.0", "@typescript-eslint/experimental-utils@^2.5.0": - version "2.19.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.0.tgz#d5ca732f22c009e515ba09fcceb5f2127d841568" - integrity sha512-zwpg6zEOPbhB3+GaQfufzlMUOO6GXCNZq6skk+b2ZkZAIoBhVoanWK255BS1g5x9bMwHpLhX0Rpn5Fc3NdCZdg== - dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/typescript-estree" "2.19.0" - eslint-scope "^5.0.0" - -"@typescript-eslint/parser@^2.17.0": - version "2.19.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.0.tgz#912160d9425395d09857dcd5382352bc98be11ae" - integrity sha512-s0jZoxAWjHnuidbbN7aA+BFVXn4TCcxEVGPV8lWMxZglSs3NRnFFAlL+aIENNmzB2/1jUJuySi6GiM6uACPmpg== - dependencies: - "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "2.19.0" - "@typescript-eslint/typescript-estree" "2.19.0" - eslint-visitor-keys "^1.1.0" - -"@typescript-eslint/typescript-estree@2.19.0": - version "2.19.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.0.tgz#6bd7310b9827e04756fe712909f26956aac4b196" - integrity sha512-n6/Xa37k0jQdwpUszffi19AlNbVCR0sdvCs3DmSKMD7wBttKY31lhD2fug5kMD91B2qW4mQldaTEc1PEzvGu8w== - dependencies: - debug "^4.1.1" - eslint-visitor-keys "^1.1.0" - glob "^7.1.6" - is-glob "^4.0.1" - lodash "^4.17.15" - semver "^6.3.0" - tsutils "^3.17.1" - -"@vx/axis@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/axis/-/axis-0.0.140.tgz#aad557c281c6cc21c1516977301552c7052e5224" - integrity sha1-qtVXwoHGzCHBUWl3MBVSxwUuUiQ= - dependencies: - "@vx/group" "0.0.140" - "@vx/point" "0.0.136" - "@vx/shape" "0.0.140" - classnames "^2.2.5" - prop-types "15.5.10" - -"@vx/bounds@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/bounds/-/bounds-0.0.140.tgz#4ede9766aabb41b791a4fbf4c27fcc19ed83f910" - integrity sha1-Tt6XZqq7QbeRpPv0wn/MGe2D+RA= - dependencies: - prop-types "^15.5.10" - -"@vx/bounds@0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/bounds/-/bounds-0.0.165.tgz#75f107a6deb58223c6878db5053382eff3174567" - integrity sha512-ZvRb72/4QNs1ZrytZTZxd0hfAb/KKfhsdkcYtIQkmdF6dTsjigMQZ+h2bLvLnbZb/RxyCCoxdiZSGXd+T1c//Q== - dependencies: - prop-types "^15.5.10" - -"@vx/clip-path@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/clip-path/-/clip-path-0.0.140.tgz#b2623d004dd5c3c8a6afe8d060de59df51472d94" - integrity sha1-smI9AE3Vw8imr+jQYN5Z31FHLZQ= - -"@vx/curve@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/curve/-/curve-0.0.140.tgz#29ef388e8b3718213d66a896d569dc1ebc8edf89" - integrity sha1-Ke84jos3GCE9ZqiW1WncHryO34k= - dependencies: - d3-shape "^1.0.6" - -"@vx/curve@0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/curve/-/curve-0.0.165.tgz#330d1512dceae0af43dd3eb4c85523132030a3a0" - integrity sha512-fiQAGrKNGjJbL+eixUckJqIZDWXH/1NtIyyDbSz3J7ksk0QpYr5BgWcNJN76HLNt7wfcLwNzCHeNs4iVYyFGTg== - dependencies: - d3-shape "^1.0.6" - -"@vx/event@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/event/-/event-0.0.140.tgz#658ec4de92cd61df40b883296168d4e0824015bf" - integrity sha1-ZY7E3pLNYd9AuIMpYWjU4IJAFb8= - dependencies: - "@vx/point" "0.0.136" - -"@vx/event@^0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/event/-/event-0.0.165.tgz#675d89fdfdc08d0c99c36ff1a381ea50fccfba2e" - integrity sha512-FsQiw0f3s5DQB6aBQmBcoWk9e4q65LcDobHIyV8qrmpW2QgV2NvQFM1w0Q300ohpRMgJDzGk68HHHQgFOJvApw== - dependencies: - "@vx/point" "0.0.165" - -"@vx/glyph@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/glyph/-/glyph-0.0.140.tgz#f8323f82aee22192b675bef25789bbb7d74691ba" - integrity sha1-+DI/gq7iIZK2db7yV4m7t9dGkbo= - dependencies: - "@vx/group" "0.0.140" - classnames "^2.2.5" - d3-shape "^1.2.0" - -"@vx/gradient@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/gradient/-/gradient-0.0.140.tgz#56b421016cbae0dcb00190cfffb9e860a28febf4" - integrity sha1-VrQhAWy64NywAZDP/7noYKKP6/Q= - dependencies: - classnames "^2.2.5" - prop-types "^15.5.7" - -"@vx/grid@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/grid/-/grid-0.0.140.tgz#9dfd3071bc5d90d4b457dd55d7f795699233b230" - integrity sha1-nf0wcbxdkNS0V91V1/eVaZIzsjA= - dependencies: - "@vx/group" "0.0.140" - "@vx/point" "0.0.136" - "@vx/shape" "0.0.140" - classnames "^2.2.5" - -"@vx/group@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/group/-/group-0.0.140.tgz#cba9b0b3f2f007e5be7346f3c86f73f70e038a23" - integrity sha1-y6mws/LwB+W+c0bzyG9z9w4DiiM= - dependencies: - classnames "^2.2.5" - -"@vx/group@0.0.165", "@vx/group@^0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/group/-/group-0.0.165.tgz#2342523225de94859b5be49c3072dc6bb6795e78" - integrity sha512-gi1DSg8AAaVRseyWiq8y4bzyvKiQIXT6vDUYBVRmv2LBcpHocBGaxNiNK0X602RgLG0XmNyRv6qSCWLOaBs3Mg== - dependencies: - classnames "^2.2.5" - -"@vx/legend@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/legend/-/legend-0.0.140.tgz#4062c27d6bc9c4d607309d77eff12b844727ae99" - integrity sha1-QGLCfWvJxNYHMJ137/ErhEcnrpk= - dependencies: - "@vx/group" "0.0.140" - classnames "^2.2.5" - prop-types "^15.5.10" - -"@vx/pattern@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/pattern/-/pattern-0.0.140.tgz#f49f57c6f13cb5b3baaa5bbec174c5d3aa782da7" - integrity sha1-9J9XxvE8tbO6qlu+wXTF06p4Lac= - dependencies: - classnames "^2.2.5" - prop-types "^15.5.10" - -"@vx/point@0.0.136": - version "0.0.136" - resolved "https://registry.yarnpkg.com/@vx/point/-/point-0.0.136.tgz#93b325b4b95c9d5b96df740f4204017f57396559" - integrity sha1-k7MltLlcnVuW33QPQgQBf1c5ZVk= - -"@vx/point@0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/point/-/point-0.0.165.tgz#7ebde5da3d86954fe31a56f923f31550f0b4b867" - integrity sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA== - -"@vx/responsive@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/responsive/-/responsive-0.0.140.tgz#c73ec68b9e89a181605f1ac9ecc09f35216779a8" - integrity sha1-xz7Gi56JoYFgXxrJ7MCfNSFneag= - dependencies: - lodash "^4.0.8" - -"@vx/responsive@^0.0.199": - version "0.0.199" - resolved "https://registry.yarnpkg.com/@vx/responsive/-/responsive-0.0.199.tgz#6f92de0268b36e2f52e1283feb63a1d470761c68" - integrity sha512-ONrmLUAG+8wzD3cn/EmsuZh6JHeyejqup3ZsV25t04VaVJAVQAJukAfNdH8YiwSJu0zSo+txkBTfrnOmFyQLOw== - dependencies: - "@types/lodash" "^4.14.146" - "@types/react" "*" - lodash "^4.17.10" - prop-types "^15.6.1" - resize-observer-polyfill "1.5.1" - -"@vx/scale@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/scale/-/scale-0.0.140.tgz#1eb087d11d0000b250c2cdc4061b9e2212edb10d" - integrity sha1-HrCH0R0AALJQws3EBhueIhLtsQ0= - dependencies: - d3-scale "^1.0.5" - -"@vx/shape@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/shape/-/shape-0.0.140.tgz#6a282d5fdf3a5752b6e938bb3debe983e89ff6d3" - integrity sha1-aigtX986V1K26Ti7Pevpg+if9tM= - dependencies: - "@vx/curve" "0.0.140" - "@vx/group" "0.0.140" - "@vx/point" "0.0.136" - classnames "^2.2.5" - d3-shape "^1.2.0" - prop-types "^15.5.10" - -"@vx/shape@^0.0.168": - version "0.0.168" - resolved "https://registry.yarnpkg.com/@vx/shape/-/shape-0.0.168.tgz#172bc1cf4dade47076018efd559e0ecc4e959aec" - integrity sha512-urKZkwSafMpPQ0wI/L5FJmufRiAR4UsgYUCKxROjfE1Cf4jWNlK6mlVIIASxCdHlh9CGBbIrRMdl5Yv5lzqhjA== - dependencies: - "@vx/curve" "0.0.165" - "@vx/group" "0.0.165" - "@vx/point" "0.0.165" - classnames "^2.2.5" - d3-path "^1.0.5" - d3-shape "^1.2.0" - prop-types "^15.5.10" - -"@vx/tooltip@0.0.140": - version "0.0.140" - resolved "https://registry.yarnpkg.com/@vx/tooltip/-/tooltip-0.0.140.tgz#c5c8306272877c1bbd4e8b478ea5291f1019ffe3" - integrity sha1-xcgwYnKHfBu9TotHjqUpHxAZ/+M= - dependencies: - "@vx/bounds" "0.0.140" - classnames "^2.2.5" - prop-types "^15.5.10" - -"@vx/tooltip@0.0.165": - version "0.0.165" - resolved "https://registry.yarnpkg.com/@vx/tooltip/-/tooltip-0.0.165.tgz#0d17a1b445a7bc70d7840e36593b780a6e7b40e2" - integrity sha512-/x1NZc67QGQ4e/WNT7Ks5LYRyeLSqp8lG04gX5J6leUS0zscAVzo3aE5u65Qqbc0cnMyMPRZ2Qtb4klWTLg+eQ== - dependencies: - "@vx/bounds" "0.0.165" - classnames "^2.2.5" - prop-types "^15.5.10" - -"@webassemblyjs/ast@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" - integrity sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ== - dependencies: - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - -"@webassemblyjs/floating-point-hex-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz#1ba926a2923613edce496fd5b02e8ce8a5f49721" - integrity sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ== - -"@webassemblyjs/helper-api-error@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz#c49dad22f645227c5edb610bdb9697f1aab721f7" - integrity sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA== - -"@webassemblyjs/helper-buffer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz#fea93e429863dd5e4338555f42292385a653f204" - integrity sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q== - -"@webassemblyjs/helper-code-frame@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz#9a740ff48e3faa3022b1dff54423df9aa293c25e" - integrity sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ== - dependencies: - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/helper-fsm@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz#ba0b7d3b3f7e4733da6059c9332275d860702452" - integrity sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow== - -"@webassemblyjs/helper-module-context@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz#def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245" - integrity sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g== - dependencies: - "@webassemblyjs/ast" "1.8.5" - mamacro "^0.0.3" - -"@webassemblyjs/helper-wasm-bytecode@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz#537a750eddf5c1e932f3744206551c91c1b93e61" - integrity sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ== - -"@webassemblyjs/helper-wasm-section@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz#74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf" - integrity sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - -"@webassemblyjs/ieee754@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz#712329dbef240f36bf57bd2f7b8fb9bf4154421e" - integrity sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g== - dependencies: - "@xtuc/ieee754" "^1.2.0" - -"@webassemblyjs/leb128@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.8.5.tgz#044edeb34ea679f3e04cd4fd9824d5e35767ae10" - integrity sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A== - dependencies: - "@xtuc/long" "4.2.2" - -"@webassemblyjs/utf8@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc" - integrity sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw== - -"@webassemblyjs/wasm-edit@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz#962da12aa5acc1c131c81c4232991c82ce56e01a" - integrity sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/helper-wasm-section" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-opt" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/wasm-gen@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz#54840766c2c1002eb64ed1abe720aded714f98bc" - integrity sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wasm-opt@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz#b24d9f6ba50394af1349f510afa8ffcb8a63d264" - integrity sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - -"@webassemblyjs/wasm-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz#21576f0ec88b91427357b8536383668ef7c66b8d" - integrity sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wast-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz#e10eecd542d0e7bd394f6827c49f3df6d4eefb8c" - integrity sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/floating-point-hex-parser" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-code-frame" "1.8.5" - "@webassemblyjs/helper-fsm" "1.8.5" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/wast-printer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz#114bbc481fd10ca0e23b3560fa812748b0bae5bc" - integrity sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - "@xtuc/long" "4.2.2" - -"@xtuc/ieee754@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" - integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - -"@xtuc/long@4.2.2": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" - integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - -"@zkochan/cmd-shim@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e" - integrity sha512-o8l0+x7C7sMZU3v9GuJIAU10qQLtwR1dtRQIOmlNMtyaqhmpXOzx1HWiYoWfmmf9HHZoAkXpc9TM9PQYF9d4Jg== - dependencies: - is-windows "^1.0.0" - mkdirp-promise "^5.0.1" - mz "^2.5.0" - -JSONStream@^1.0.4, JSONStream@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" - integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== - dependencies: - jsonparse "^1.2.0" - through ">=2.2.7 <3" - -abab@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a" - integrity sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg== - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -accepts@~1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - dependencies: - mime-types "~2.1.24" - negotiator "0.6.2" - -acorn-globals@^4.1.0, acorn-globals@^4.3.2: - version "4.3.4" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7" - integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== - dependencies: - acorn "^6.0.1" - acorn-walk "^6.0.1" - -acorn-jsx@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384" - integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw== - -acorn-walk@^6.0.1: - version "6.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c" - integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== - -acorn@^5.5.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" - integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== - -acorn@^6.0.1, acorn@^6.2.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784" - integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw== - -acorn@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" - integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ== - -add-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" - integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= - -address@1.1.2, address@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" - integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== - -agent-base@4, agent-base@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" - integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg== - dependencies: - es6-promisify "^5.0.0" - -agent-base@~4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9" - integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg== - dependencies: - es6-promisify "^5.0.0" - -agentkeepalive@^3.4.1: - version "3.5.2" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67" - integrity sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ== - dependencies: - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0" - integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -airbnb-js-shims@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz#db481102d682b98ed1daa4c5baa697a05ce5c040" - integrity sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== - dependencies: - array-includes "^3.0.3" - array.prototype.flat "^1.2.1" - array.prototype.flatmap "^1.2.1" - es5-shim "^4.5.13" - es6-shim "^0.35.5" - function.prototype.name "^1.1.0" - globalthis "^1.0.0" - object.entries "^1.1.0" - object.fromentries "^2.0.0 || ^1.0.0" - object.getownpropertydescriptors "^2.0.3" - object.values "^1.1.0" - promise.allsettled "^1.0.0" - promise.prototype.finally "^3.1.0" - string.prototype.matchall "^4.0.0 || ^3.0.1" - string.prototype.padend "^3.0.0" - string.prototype.padstart "^3.0.0" - symbol.prototype.description "^1.0.0" - -airbnb-prop-types@^2.15.0: - version "2.15.0" - resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz#5287820043af1eb469f5b0af0d6f70da6c52aaef" - integrity sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA== - dependencies: - array.prototype.find "^2.1.0" - function.prototype.name "^1.1.1" - has "^1.0.3" - is-regex "^1.0.4" - object-is "^1.0.1" - object.assign "^4.1.0" - object.entries "^1.1.0" - prop-types "^15.7.2" - prop-types-exact "^1.2.0" - react-is "^16.9.0" - -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - -ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" - integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== - -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: - version "6.11.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.11.0.tgz#c3607cbc8ae392d8a5a536f25b21f8e5f3f87fe9" - integrity sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ansi-align@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-1.1.0.tgz#2f0c1658829739add5ebb15e6b0c6e3423f016ba" - integrity sha1-LwwWWIKXOa3V67FeawxuNCPwFro= - dependencies: - string-width "^1.0.1" - -ansi-align@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" - integrity sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - dependencies: - string-width "^3.0.0" - -ansi-colors@^3.0.0, ansi-colors@^3.2.1: - version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" - integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - -ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - -ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d" - integrity sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg== - dependencies: - type-fest "^0.8.1" - -ansi-html@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - -ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - -ansi-regex@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" - integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" - integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== - dependencies: - "@types/color-name" "^1.1.1" - color-convert "^2.0.1" - -ansi-to-html@^0.6.11: - version "0.6.14" - resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz#65fe6d08bba5dd9db33f44a20aec331e0010dad8" - integrity sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== - dependencies: - entities "^1.1.2" - -ansicolors@~0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef" - integrity sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8= - -any-observable@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b" - integrity sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== - -any-promise@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -apache-arrow@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/apache-arrow/-/apache-arrow-4.0.1.tgz#62e58caa46a6a41966478a19c492380c9efb1d66" - integrity sha512-DyF7GXCbSjsw4P5C8b+qW7OnJKa6w9mJI0mhV0+EfZbVZCmhfiF6ffqcnrI/kzBrRqn9hH/Ft9n5+m4DTbBJpg== - dependencies: - "@types/flatbuffers" "^1.10.0" - "@types/node" "^14.14.37" - "@types/text-encoding-utf-8" "^1.0.1" - command-line-args "5.1.1" - command-line-usage "6.1.1" - flatbuffers "1.12.0" - json-bignum "^0.0.3" - pad-left "^2.1.0" - text-encoding-utf-8 "^1.0.2" - tslib "^2.2.0" - -aphrodite@^1.2.0: - version "1.2.5" - resolved "https://registry.yarnpkg.com/aphrodite/-/aphrodite-1.2.5.tgz#8358c36c80bb03aee9b97165aaa70186225b4983" - integrity sha1-g1jDbIC7A67puXFlqqcBhiJbSYM= - dependencies: - asap "^2.0.3" - inline-style-prefixer "^3.0.1" - string-hash "^1.1.3" - -app-root-dir@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118" - integrity sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg= - -aproba@^1.0.3, aproba@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -aproba@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -aria-query@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc" - integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w= - dependencies: - ast-types-flow "0.0.7" - commander "^2.11.0" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-back@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0" - integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q== - -array-back@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.2.tgz#8004e999a6274586beeb27342168652fdb89fa1e" - integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg== - -array-differ@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1" - integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w== - -array-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" - integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - -array-filter@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83" - integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - -array-flatten@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - -array-flatten@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" - integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== - -array-ify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" - integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= - -array-includes@^3.0.3, array-includes@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" - integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0" - is-string "^1.0.5" - -array-union@^1.0.1, array-union@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - dependencies: - array-uniq "^1.0.1" - -array-uniq@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -array.prototype.find@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.0.tgz#630f2eaf70a39e608ac3573e45cf8ccd0ede9ad7" - integrity sha512-Wn41+K1yuO5p7wRZDl7890c3xvv5UBrfVXTVIe28rSQb6LS0fZMDrQB6PAcxQFRFy6vJTLDc3A2+3CjQdzVKRg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.13.0" - -array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b" - integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -array.prototype.flatmap@^1.2.1: - version "1.2.3" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" - integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - -array.prototype.map@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.2.tgz#9a4159f416458a23e9483078de1106b2ef68f8ec" - integrity sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw== - dependencies: - 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" - -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - -asap@^2.0.0, asap@^2.0.3, asap@~2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - -asn1.js@^4.0.0: - version "4.10.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" - integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - dependencies: - object-assign "^4.1.1" - util "0.10.3" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -ast-types-flow@0.0.7, ast-types-flow@^0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" - integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0= - -ast-types@0.11.3: - version "0.11.3" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.3.tgz#c20757fe72ee71278ea0ff3d87e5c2ca30d9edf8" - integrity sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA== - -ast-types@^0.13.2: - version "0.13.2" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48" - integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA== - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -astral-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" - integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - -async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async-retry@^1.1.4: - version "1.3.1" - resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55" - integrity sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== - dependencies: - retry "0.12.0" - -async@^2.1.4, async@^2.6.1: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob-lite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" - integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY= - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -autoprefixer@^9.7.2: - version "9.7.4" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.4.tgz#f8bf3e06707d047f0641d87aee8cfb174b2a5378" - integrity sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g== - dependencies: - browserslist "^4.8.3" - caniuse-lite "^1.0.30001020" - chalk "^2.4.2" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - postcss "^7.0.26" - postcss-value-parser "^4.0.2" - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e" - integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug== - -axios@0.19.0: - version "0.19.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8" - integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ== - dependencies: - follow-redirects "1.5.10" - is-buffer "^2.0.2" - -axobject-query@^2.0.2: - version "2.1.1" - resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.1.tgz#2a3b1271ec722d48a4cd4b3fcc20c853326a49a7" - integrity sha512-lF98xa/yvy6j3fBHAgQXIYl+J4eZadOSqsPojemUqClzNbBV38wWGpUbQbVEyf4eUF5yF7eHmGgGA2JiHyjeqw== - dependencies: - "@babel/runtime" "^7.7.4" - "@babel/runtime-corejs3" "^7.7.4" - -babel-code-frame@^6.22.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - dependencies: - chalk "^1.1.3" - esutils "^2.0.2" - js-tokens "^3.0.2" - -babel-eslint@^10.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a" - integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.0.0" - "@babel/traverse" "^7.0.0" - "@babel/types" "^7.0.0" - eslint-visitor-keys "^1.0.0" - resolve "^1.12.0" - -babel-helper-evaluate-path@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz#a62fa9c4e64ff7ea5cea9353174ef023a900a67c" - integrity sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== - -babel-helper-flip-expressions@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz#3696736a128ac18bc25254b5f40a22ceb3c1d3fd" - integrity sha1-NpZzahKKwYvCUlS19AoizrPB0/0= - -babel-helper-is-nodes-equiv@^0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684" - integrity sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ= - -babel-helper-is-void-0@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e" - integrity sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4= - -babel-helper-mark-eval-scopes@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz#d244a3bef9844872603ffb46e22ce8acdf551562" - integrity sha1-0kSjvvmESHJgP/tG4izorN9VFWI= - -babel-helper-remove-or-void@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz#a4f03b40077a0ffe88e45d07010dee241ff5ae60" - integrity sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= - -babel-helper-to-multiple-sequence-expressions@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz#a3f924e3561882d42fcf48907aa98f7979a4588d" - integrity sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== - -babel-jest@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.1.0.tgz#206093ac380a4b78c4404a05b3277391278f80fb" - integrity sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg== - dependencies: - "@jest/transform" "^25.1.0" - "@jest/types" "^25.1.0" - "@types/babel__core" "^7.1.0" - babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^25.1.0" - chalk "^3.0.0" - slash "^3.0.0" - -babel-literal-to-ast@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/babel-literal-to-ast/-/babel-literal-to-ast-2.1.0.tgz#c8b12f9c36a8cee13572d65aabf6cff8adb1e8b3" - integrity sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw== - dependencies: - "@babel/parser" "^7.1.6" - "@babel/traverse" "^7.1.6" - "@babel/types" "^7.1.6" - -babel-loader@^8.0.5: - version "8.0.6" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb" - integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw== - dependencies: - find-cache-dir "^2.0.0" - loader-utils "^1.0.2" - mkdirp "^0.5.1" - pify "^4.0.1" - -babel-plugin-add-react-displayname@^0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5" - integrity sha1-M51M3be2X9YtHfnbn+BN4TQSK9U= - -babel-plugin-dynamic-import-node@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" - integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-emotion@^10.0.20, babel-plugin-emotion@^10.0.27: - version "10.0.27" - resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.27.tgz#59001cf5de847c1d61f2079cd906a90a00d3184f" - integrity sha512-SUNYcT4FqhOqvwv0z1oeYhqgheU8qrceLojuHyX17ngo7WtWqN5I9l3IGHzf21Xraj465CVzF4IvOlAF+3ed0A== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - "@emotion/hash" "0.7.4" - "@emotion/memoize" "0.7.4" - "@emotion/serialize" "^0.11.15" - babel-plugin-macros "^2.0.0" - babel-plugin-syntax-jsx "^6.18.0" - convert-source-map "^1.5.0" - escape-string-regexp "^1.0.5" - find-root "^1.1.0" - source-map "^0.5.7" - -babel-plugin-graphql-tag@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-2.5.0.tgz#2b2df0dc4b9638022d18868d03abe60117aaf38d" - integrity sha512-X6qczBVs/UtB8evDgOizGuQJNDBkvXZy5kZd4c0SU14L986RR+p4EXtK/T31HkpYoYOjvrcp+QO82qjL3/nHoQ== - dependencies: - "@babel/parser" "^7.3.2" - babel-literal-to-ast "^2.1.0" - debug "^4.1.1" - -babel-plugin-istanbul@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" - integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^4.0.0" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.1.0.tgz#fb62d7b3b53eb36c97d1bc7fec2072f9bd115981" - integrity sha512-oIsopO41vW4YFZ9yNYoLQATnnN46lp+MZ6H4VvPKFkcc2/fkl3CfE/NZZSmnEIEsJRmJAgkVEK0R7Zbl50CpTw== - dependencies: - "@types/babel__traverse" "^7.0.6" - -babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.7.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" - integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== - dependencies: - "@babel/runtime" "^7.7.2" - cosmiconfig "^6.0.0" - resolve "^1.12.0" - -babel-plugin-minify-builtins@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz#31eb82ed1a0d0efdc31312f93b6e4741ce82c36b" - integrity sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag== - -babel-plugin-minify-constant-folding@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz#f84bc8dbf6a561e5e350ff95ae216b0ad5515b6e" - integrity sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ== - dependencies: - babel-helper-evaluate-path "^0.5.0" - -babel-plugin-minify-dead-code-elimination@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz#1a0c68e44be30de4976ca69ffc535e08be13683f" - integrity sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== - dependencies: - babel-helper-evaluate-path "^0.5.0" - babel-helper-mark-eval-scopes "^0.4.3" - babel-helper-remove-or-void "^0.4.3" - lodash "^4.17.11" - -babel-plugin-minify-flip-comparisons@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz#00ca870cb8f13b45c038b3c1ebc0f227293c965a" - integrity sha1-AMqHDLjxO0XAOLPB68DyJyk8llo= - dependencies: - babel-helper-is-void-0 "^0.4.3" - -babel-plugin-minify-guarded-expressions@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz#818960f64cc08aee9d6c75bec6da974c4d621135" - integrity sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA== - dependencies: - babel-helper-evaluate-path "^0.5.0" - babel-helper-flip-expressions "^0.4.3" - -babel-plugin-minify-infinity@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz#dfb876a1b08a06576384ef3f92e653ba607b39ca" - integrity sha1-37h2obCKBldjhO8/kuZTumB7Oco= - -babel-plugin-minify-mangle-names@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz#bcddb507c91d2c99e138bd6b17a19c3c271e3fd3" - integrity sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw== - dependencies: - babel-helper-mark-eval-scopes "^0.4.3" - -babel-plugin-minify-numeric-literals@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz#8e4fd561c79f7801286ff60e8c5fd9deee93c0bc" - integrity sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw= - -babel-plugin-minify-replace@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz#d3e2c9946c9096c070efc96761ce288ec5c3f71c" - integrity sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q== - -babel-plugin-minify-simplify@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz#f21613c8b95af3450a2ca71502fdbd91793c8d6a" - integrity sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A== - dependencies: - babel-helper-evaluate-path "^0.5.0" - babel-helper-flip-expressions "^0.4.3" - babel-helper-is-nodes-equiv "^0.0.1" - babel-helper-to-multiple-sequence-expressions "^0.5.0" - -babel-plugin-minify-type-constructors@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500" - integrity sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= - dependencies: - babel-helper-is-void-0 "^0.4.3" - -babel-plugin-named-asset-import@^0.3.1: - version "0.3.6" - resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.6.tgz#c9750a1b38d85112c9e166bf3ef7c5dbc605f4be" - integrity sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA== - -babel-plugin-react-docgen@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.1.0.tgz#1dfa447dac9ca32d625a123df5733a9e47287c26" - integrity sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== - dependencies: - lodash "^4.17.15" - react-docgen "^5.0.0" - recast "^0.14.7" - -"babel-plugin-styled-components@>= 1": - version "1.10.7" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c" - integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.0.0" - "@babel/helper-module-imports" "^7.0.0" - babel-plugin-syntax-jsx "^6.18.0" - lodash "^4.17.11" - -babel-plugin-syntax-jsx@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" - integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= - -babel-plugin-syntax-object-rest-spread@^6.8.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" - integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= - -babel-plugin-transform-dev@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-dev/-/babel-plugin-transform-dev-2.0.1.tgz#fec5bbfb6b9576cd8413df5bd0ae7aca32b0a2d4" - integrity sha512-Otu4LeO02yk+KIsDIwOPmI40TjOLT78NKmGlBxQRyq15Gqost9meZKszdi4LIrIWYAQ3plWXTLclK+IWv1DIQg== - -babel-plugin-transform-inline-consecutive-adds@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1" - integrity sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE= - -babel-plugin-transform-member-expression-literals@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz#37039c9a0c3313a39495faac2ff3a6b5b9d038bf" - integrity sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8= - -babel-plugin-transform-merge-sibling-variables@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz#85b422fc3377b449c9d1cde44087203532401dae" - integrity sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4= - -babel-plugin-transform-minify-booleans@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz#acbb3e56a3555dd23928e4b582d285162dd2b198" - integrity sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= - -babel-plugin-transform-object-rest-spread@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06" - integrity sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY= - dependencies: - babel-plugin-syntax-object-rest-spread "^6.8.0" - babel-runtime "^6.26.0" - -babel-plugin-transform-property-literals@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz#98c1d21e255736573f93ece54459f6ce24985d39" - integrity sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk= - dependencies: - esutils "^2.0.2" - -babel-plugin-transform-react-remove-prop-types@^0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" - integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - -babel-plugin-transform-regexp-constructors@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz#58b7775b63afcf33328fae9a5f88fbd4fb0b4965" - integrity sha1-WLd3W2OvzzMyj66aX4j71PsLSWU= - -babel-plugin-transform-remove-console@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780" - integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= - -babel-plugin-transform-remove-debugger@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz#42b727631c97978e1eb2d199a7aec84a18339ef2" - integrity sha1-QrcnYxyXl44estGZp67IShgznvI= - -babel-plugin-transform-remove-undefined@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz#80208b31225766c630c97fa2d288952056ea22dd" - integrity sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ== - dependencies: - babel-helper-evaluate-path "^0.5.0" - -babel-plugin-transform-simplify-comparison-operators@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz#f62afe096cab0e1f68a2d753fdf283888471ceb9" - integrity sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk= - -babel-plugin-transform-undefined-to-void@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280" - integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= - -babel-plugin-typescript-to-proptypes@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/babel-plugin-typescript-to-proptypes/-/babel-plugin-typescript-to-proptypes-1.2.1.tgz#33a91398f4db004a08db5e85f8e9162c641bf9b6" - integrity sha512-D44MNR2bEORkudJdntPoi13EaKfzXlDSCg8XZ6YMBrKxSAFFPTcOrYiPizKU+tdkojdM7bbgL6QAghsyO9R3Xg== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-typescript" "^7.8.3" - -babel-polyfill@6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" - integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= - dependencies: - babel-runtime "^6.26.0" - core-js "^2.5.0" - regenerator-runtime "^0.10.5" - -babel-preset-jest@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.1.0.tgz#d0aebfebb2177a21cde710996fce8486d34f1d33" - integrity sha512-eCGn64olaqwUMaugXsTtGAM2I0QTahjEtnRu0ql8Ie+gDWAc1N6wqN0k2NilnyTunM69Pad7gJY7LOtwLimoFQ== - dependencies: - "@babel/plugin-syntax-bigint" "^7.0.0" - "@babel/plugin-syntax-object-rest-spread" "^7.0.0" - babel-plugin-jest-hoist "^25.1.0" - -"babel-preset-minify@^0.5.0 || 0.6.0-alpha.5": - version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f" - integrity sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg== - dependencies: - babel-plugin-minify-builtins "^0.5.0" - babel-plugin-minify-constant-folding "^0.5.0" - babel-plugin-minify-dead-code-elimination "^0.5.1" - babel-plugin-minify-flip-comparisons "^0.4.3" - babel-plugin-minify-guarded-expressions "^0.4.4" - babel-plugin-minify-infinity "^0.4.3" - babel-plugin-minify-mangle-names "^0.5.0" - babel-plugin-minify-numeric-literals "^0.4.3" - babel-plugin-minify-replace "^0.5.0" - babel-plugin-minify-simplify "^0.5.1" - babel-plugin-minify-type-constructors "^0.4.3" - babel-plugin-transform-inline-consecutive-adds "^0.4.3" - babel-plugin-transform-member-expression-literals "^6.9.4" - babel-plugin-transform-merge-sibling-variables "^6.9.4" - babel-plugin-transform-minify-booleans "^6.9.4" - babel-plugin-transform-property-literals "^6.9.4" - babel-plugin-transform-regexp-constructors "^0.4.3" - babel-plugin-transform-remove-console "^6.9.4" - babel-plugin-transform-remove-debugger "^6.9.4" - babel-plugin-transform-remove-undefined "^0.5.0" - babel-plugin-transform-simplify-comparison-operators "^6.9.4" - babel-plugin-transform-undefined-to-void "^6.9.4" - lodash "^4.17.11" - -babel-runtime@6.26.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" - -bail@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" - integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base64-js@^1.0.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" - integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -batch-processor@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/batch-processor/-/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8" - integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -before-after-hook@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635" - integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A== - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - -bindings@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - dependencies: - file-uri-to-path "1.0.0" - -bluebird@^3.3.5, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: - version "4.11.8" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" - integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== - -body-parser@1.19.0: - version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" - integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - dependencies: - bytes "3.1.0" - content-type "~1.0.4" - debug "2.6.9" - depd "~1.1.2" - http-errors "1.7.2" - iconv-lite "0.4.24" - on-finished "~2.3.0" - qs "6.7.0" - raw-body "2.4.0" - type-is "~1.6.17" - -boolbase@^1.0.0, boolbase@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= - -bootstrap-slider@9.9.0: - version "9.9.0" - resolved "https://registry.yarnpkg.com/bootstrap-slider/-/bootstrap-slider-9.9.0.tgz#4e14ecc6401901da1ddf7681aa24e33b00dadce8" - integrity sha1-ThTsxkAZAdod33aBqiTjOwDa3Og= - -bootstrap-slider@^10.0.0: - version "10.6.2" - resolved "https://registry.yarnpkg.com/bootstrap-slider/-/bootstrap-slider-10.6.2.tgz#7341f468c012bdaa6a1d8625d989fdeb8ed7dd38" - integrity sha512-8JTPZB9QVOdrGzYF3YgC3YW6ssfPeBvBwZnXffiZ7YH/zz1D0EKlZvmQsm/w3N0XjVNYQEoQ0ax+jHrErV4K1Q== - -bootstrap@^4.3.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" - integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA== - -bowser@^1.7.3: - version "1.9.4" - resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.9.4.tgz#890c58a2813a9d3243704334fa81b96a5c150c9a" - integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ== - -boxen@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-0.6.0.tgz#8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6" - integrity sha1-g2TUJIrDT/DvGy8r9JpsYM4NgbY= - dependencies: - ansi-align "^1.1.0" - camelcase "^2.1.0" - chalk "^1.1.1" - cli-boxes "^1.0.0" - filled-array "^1.0.0" - object-assign "^4.0.1" - repeating "^2.0.0" - string-width "^1.0.1" - widest-line "^1.0.0" - -boxen@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" - integrity sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== - dependencies: - ansi-align "^3.0.0" - camelcase "^5.3.1" - chalk "^3.0.0" - cli-boxes "^2.2.0" - string-width "^4.1.0" - term-size "^2.1.0" - type-fest "^0.8.1" - widest-line "^3.1.0" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -brorand@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browser-process-hrtime@^0.1.2: - version "0.1.3" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4" - integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw== - -browser-resolve@^1.11.3: - version "1.11.3" - resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6" - integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== - dependencies: - resolve "1.1.7" - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" - integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - dependencies: - bn.js "^4.1.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298" - integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg= - dependencies: - 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" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17" - integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== - dependencies: - caniuse-lite "^1.0.30000989" - electron-to-chromium "^1.3.247" - node-releases "^1.1.29" - -browserslist@^4.8.3, browserslist@^4.8.5: - version "4.8.6" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.6.tgz#96406f3f5f0755d272e27a66f4163ca821590a7e" - integrity sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg== - dependencies: - caniuse-lite "^1.0.30001023" - electron-to-chromium "^1.3.341" - node-releases "^1.1.47" - -bs-logger@0.x: - version "0.2.6" - resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" - integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== - dependencies: - fast-json-stable-stringify "2.x" - -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - -btoa-lite@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" - integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc= - -buffer-from@1.x, buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^4.3.0: - version "4.9.2" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" - integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - isarray "^1.0.0" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - -builtins@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" - integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= - -byline@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1" - integrity sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE= - -byte-size@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-5.0.1.tgz#4b651039a5ecd96767e71a3d7ed380e48bed4191" - integrity sha512-/XuKeqWocKsYa/cBY1YbSJSWWqTi4cFgr9S6OyM7PBaPbr9zvNGwWP33vt0uqGhwDdN+y3yhbXVILEUpnwEWGw== - -bytes@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - -cacache@^12.0.0, cacache@^12.0.2, cacache@^12.0.3: - version "12.0.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390" - integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw== - dependencies: - bluebird "^3.5.5" - chownr "^1.1.1" - figgy-pudding "^3.5.1" - glob "^7.1.4" - graceful-fs "^4.1.15" - infer-owner "^1.0.3" - lru-cache "^5.1.1" - mississippi "^3.0.0" - mkdirp "^0.5.1" - move-concurrently "^1.0.1" - promise-inflight "^1.0.1" - rimraf "^2.6.3" - ssri "^6.0.1" - unique-filename "^1.1.1" - y18n "^4.0.0" - -cacache@^13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-13.0.1.tgz#a8000c21697089082f85287a1aec6e382024a71c" - integrity sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w== - dependencies: - chownr "^1.1.2" - figgy-pudding "^3.5.1" - fs-minipass "^2.0.0" - glob "^7.1.4" - graceful-fs "^4.2.2" - infer-owner "^1.0.4" - lru-cache "^5.1.1" - minipass "^3.0.0" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.2" - mkdirp "^0.5.1" - move-concurrently "^1.0.1" - p-map "^3.0.0" - promise-inflight "^1.0.1" - rimraf "^2.7.1" - ssri "^7.0.0" - unique-filename "^1.1.1" - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -cachedir@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191" - integrity sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A== - -call-me-maybe@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" - integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camel-case@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" - integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= - dependencies: - no-case "^2.2.0" - upper-case "^1.1.1" - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase-keys@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77" - integrity sha1-oqpfsa9oh1glnDLBQUJteJI7m3c= - dependencies: - camelcase "^4.1.0" - map-obj "^2.0.0" - quick-lru "^1.0.0" - -camelcase@^2.0.0, camelcase@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - -camelcase@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" - integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo= - -camelcase@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -camelize@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" - integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= - -can-use-dom@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a" - integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= - -caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001023: - version "1.0.30001025" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz#30336a8aca7f98618eb3cf38e35184e13d4e5fe6" - integrity sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ== - -capture-exit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" - integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - dependencies: - rsvp "^4.8.4" - -capture-stack-trace@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" - integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== - -cardinal@~0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-0.4.4.tgz#ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2" - integrity sha1-ylu2iltRG5D+k7ms6km97lwyv+I= - dependencies: - ansicolors "~0.2.1" - redeyed "~0.4.0" - -cartocolor@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/cartocolor/-/cartocolor-4.0.2.tgz#ef1aa12860f6eeedc8d2420e2b9d7337937c4993" - integrity sha512-+Gh9mb6lFxsDOLQlBLPxAHCnWXlg2W8q3AcVwqRcy95TdBbcOU89Wrb6h2Hd/6Ww1Kc1pzXmUdpnWD+xeCG0dg== - dependencies: - colorbrewer "1.0.0" - -case-sensitive-paths-webpack-plugin@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7" - integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -chalk@2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796" - integrity sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g== - dependencies: - ansi-styles "^3.2.0" - escape-string-regexp "^1.0.5" - supports-color "^5.2.0" - -chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -change-case@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e" - integrity sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw== - dependencies: - camel-case "^3.0.0" - constant-case "^2.0.0" - dot-case "^2.1.0" - header-case "^1.0.0" - is-lower-case "^1.1.0" - is-upper-case "^1.1.0" - lower-case "^1.1.1" - lower-case-first "^1.0.0" - no-case "^2.3.2" - param-case "^2.1.0" - pascal-case "^2.0.0" - path-case "^2.1.0" - sentence-case "^2.1.0" - snake-case "^2.1.0" - swap-case "^1.1.0" - title-case "^2.1.0" - upper-case "^1.1.1" - upper-case-first "^1.1.0" - -change-emitter@^0.1.2: - version "0.1.6" - resolved "https://registry.yarnpkg.com/change-emitter/-/change-emitter-0.1.6.tgz#e8b2fe3d7f1ab7d69a32199aff91ea6931409515" - integrity sha1-6LL+PX8at9aaMhma/5HqaTFAlRU= - -character-entities-legacy@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" - integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== - -character-entities@^1.0.0: - version "1.2.4" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" - integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - -character-reference-invalid@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" - integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -check-node-version@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-4.0.2.tgz#0385880c42425651ce4aaee8de8008e4a640f5dc" - integrity sha512-PsIRqtX9i4oWuScZrBf7I3fDfGfo8aS5uU7F1jJ771X0lNwW6hd+SYgIfs9w8Cw9mY4bF2QlU8ZZ1KdYdCobFA== - dependencies: - chalk "^3.0.0" - map-values "^1.0.1" - minimist "^1.2.0" - object-filter "^1.0.2" - run-parallel "^1.1.4" - semver "^6.3.0" - -cheerio@^1.0.0-rc.3: - version "1.0.0-rc.3" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6" - integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA== - dependencies: - css-select "~1.2.0" - dom-serializer "~0.1.1" - entities "~1.1.1" - htmlparser2 "^3.9.1" - lodash "^4.15.0" - parse5 "^3.0.1" - -chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.8: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - -chownr@^1.1.1, chownr@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142" - integrity sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw== - -chrome-trace-event@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -classnames@^2.2.1, classnames@^2.2.4, classnames@^2.2.5, classnames@^2.2.6: - version "2.2.6" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" - integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== - -clean-css@^4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" - integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== - dependencies: - source-map "~0.6.0" - -clean-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz#8df7c7aae51fd36874e8f8d05b9180bc11a3fed7" - integrity sha1-jffHquUf02h06PjQW5GAvBGj/tc= - dependencies: - escape-string-regexp "^1.0.5" - -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - -cli-boxes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= - -cli-boxes@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d" - integrity sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w== - -cli-cursor@^2.0.0, cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-table3@0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202" - integrity sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw== - dependencies: - object-assign "^4.1.0" - string-width "^2.1.1" - optionalDependencies: - colors "^1.1.2" - -cli-truncate@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - dependencies: - slice-ansi "0.0.4" - string-width "^1.0.1" - -cli-truncate@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" - integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== - dependencies: - slice-ansi "^3.0.0" - string-width "^4.2.0" - -cli-width@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" - integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= - -clipboard@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.4.tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d" - integrity sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ== - dependencies: - good-listener "^1.2.2" - select "^1.1.2" - tiny-emitter "^2.0.0" - -cliui@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" - integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - wrap-ansi "^2.0.0" - -cliui@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" - integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - dependencies: - string-width "^3.1.0" - strip-ansi "^5.2.0" - wrap-ansi "^5.1.0" - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -clone-deep@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6" - integrity sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY= - dependencies: - for-own "^0.1.3" - is-plain-object "^2.0.1" - kind-of "^3.0.2" - lazy-cache "^1.0.3" - shallow-clone "^0.1.2" - -clone-deep@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" - integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - dependencies: - is-plain-object "^2.0.4" - kind-of "^6.0.2" - shallow-clone "^3.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -clsx@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.0.tgz#62937c6adfea771247c34b54d320fb99624f5702" - integrity sha512-3avwM37fSK5oP6M5rQ9CNe99lwxhXDOeSWVPAOYF6OazUTgZCMb0yWlJpmdD74REy1gkEaFiub2ULv4fq9GUhA== - -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -coa@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - dependencies: - "@types/q" "^1.5.1" - chalk "^2.4.1" - q "^1.1.2" - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -collapse-white-space@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" - integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - -collect-v8-coverage@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz#150ee634ac3650b71d9c985eb7f608942334feb1" - integrity sha512-VKIhJgvk8E1W28m5avZ2Gv2Ruv5YiF56ug2oclvaG9md69BuZImMG2sk9g7QNKLUbtYAKQjXjYxbYZVUlMMKmQ== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -colorbrewer@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/colorbrewer/-/colorbrewer-1.0.0.tgz#4f97333b969ba7612382be4bc3394b341fb4c8a2" - integrity sha1-T5czO5abp2Ejgr5LwzlLNB+0yKI= - -colorbrewer@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/colorbrewer/-/colorbrewer-1.3.0.tgz#1d7e92a6277e42dc56377911bbd867bdbcb2ff7d" - integrity sha512-AzVPpWa+fuO/qY8LxPQjej6F49Lb2Cl+7U9YhPn6y4/SOY6u/EZiXUc7qHzRb6i6fWPStCUdEaU2731QyQKWjg== - -colors@^1.1.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" - integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== - -columnify@^1.5.4: - version "1.5.4" - resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb" - integrity sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs= - dependencies: - strip-ansi "^3.0.0" - wcwidth "^1.0.0" - -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -comma-separated-tokens@^1.0.0: - version "1.0.8" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea" - integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - -command-line-args@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.1.tgz#88e793e5bb3ceb30754a86863f0401ac92fd369a" - integrity sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg== - dependencies: - array-back "^3.0.1" - find-replace "^3.0.0" - lodash.camelcase "^4.3.0" - typical "^4.0.0" - -command-line-usage@6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.1.tgz#c908e28686108917758a49f45efb4f02f76bc03f" - integrity sha512-F59pEuAR9o1SF/bD0dQBDluhpT4jJQNWUHEuVBqpDmCUo6gPjCi+m9fCWnWZVR/oG6cMTUms4h+3NPl74wGXvA== - dependencies: - array-back "^4.0.1" - chalk "^2.4.2" - table-layout "^1.0.1" - typical "^5.2.0" - -commander@2, commander@^2.11.0, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.9.0, commander@~2.20.3: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@^4.0.0, commander@^4.0.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - -commitizen@^3.0.7: - version "3.1.2" - resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-3.1.2.tgz#29ddd8b39396923e9058a0e4840cbeef144290be" - integrity sha512-eD0uTUsogu8ksFjFFYq75LLfXeLXsCIa27TPfOqvBI+tCx1Pp5QfKqC9oC+qTpSz3nTn9/+7TL5mE/wurB22JQ== - dependencies: - cachedir "2.1.0" - cz-conventional-changelog "2.1.0" - dedent "0.7.0" - detect-indent "^5.0.0" - find-node-modules "2.0.0" - find-root "1.1.0" - fs-extra "^7.0.0" - glob "7.1.3" - inquirer "6.2.0" - is-utf8 "^0.2.1" - lodash "4.17.14" - minimist "1.2.0" - shelljs "0.7.6" - strip-bom "3.0.0" - strip-json-comments "2.0.1" - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -compare-func@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648" - integrity sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg= - dependencies: - array-ify "^1.0.0" - dot-prop "^3.0.0" - -compare-versions@^3.5.1: - version "3.6.0" - resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" - integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -concat-stream@^1.5.0, concat-stream@~1.6.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -concat-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1" - integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^3.0.2" - typedarray "^0.0.6" - -concat-stream@~1.5.0: - version "1.5.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.5.2.tgz#708978624d856af41a5a741defdd261da752c266" - integrity sha1-cIl4Yk2FavQaWnQd790mHadSwmY= - dependencies: - inherits "~2.0.1" - readable-stream "~2.0.0" - typedarray "~0.0.5" - -config-chain@^1.1.11, config-chain@^1.1.12: - version "1.1.12" - resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa" - integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA== - dependencies: - ini "^1.3.4" - proto-list "~1.2.1" - -configstore@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-2.1.0.tgz#737a3a7036e9886102aa6099e47bb33ab1aba1a1" - integrity sha1-c3o6cDbpiGECqmCZ5HuzOrGroaE= - dependencies: - dot-prop "^3.0.0" - graceful-fs "^4.1.2" - mkdirp "^0.5.0" - object-assign "^4.0.1" - os-tmpdir "^1.0.0" - osenv "^0.1.0" - uuid "^2.0.1" - write-file-atomic "^1.1.2" - xdg-basedir "^2.0.0" - -confusing-browser-globals@^1.0.7: - version "1.0.9" - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd" - integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw== - -console-browserify@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -constant-case@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-2.0.0.tgz#4175764d389d3fa9c8ecd29186ed6005243b6a46" - integrity sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY= - dependencies: - snake-case "^2.1.0" - upper-case "^1.1.1" - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - -contains-path@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" - integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= - -content-disposition@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - dependencies: - safe-buffer "5.1.2" - -content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -conventional-changelog-angular@^1.3.3: - version "1.6.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz#b27f2b315c16d0a1f23eb181309d0e6a4698ea0f" - integrity sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-angular@^5.0.3, conventional-changelog-angular@^5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz#269540c624553aded809c29a3508fdc2b544c059" - integrity sha512-QDEmLa+7qdhVIv8sFZfVxU1VSyVvnXPsxq8Vam49mKUcO1Z8VTLEJk9uI21uiJUsnmm0I4Hrsdc9TgkOQo9WSA== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-atom@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.3.tgz#3bd14280aa09fe3ec49a0e8fe97b5002db02aad4" - integrity sha512-szZe2ut97qNO6vCCMkm1I/tWu6ol4Rr8a9Lx0y/VlpDnpY0PNp+oGpFgU55lplhx+I3Lro9Iv4/gRj0knfgjzg== - dependencies: - q "^1.5.1" - -conventional-changelog-beemo@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-beemo/-/conventional-changelog-beemo-1.6.0.tgz#a528d8108123715ee0cbffbc93cd31ec98d00e46" - integrity sha512-H3T07JUWn5YnaLIXK8rywMXqdWhbStpJV/wIZaUxdhznRZhswxJI49oUHzAaAlctCFHv2sdJcJsnofDpu3U9lg== - -conventional-changelog-cli@^2.0.12: - version "2.0.31" - resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.0.31.tgz#3345581170fbb540416946e460fef519a64aef43" - integrity sha512-nMINylKAamBLM3OmD7/44d9TPZ3V58IDTXoGC/QtXxve+1Sj37BQTzIEW3TNaviZ2ZV/b5Dqg0eSk4DNP5fBdA== - dependencies: - add-stream "^1.0.0" - conventional-changelog "^3.1.18" - lodash "^4.17.15" - meow "^5.0.0" - tempfile "^3.0.0" - -conventional-changelog-codemirror@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.3.tgz#ebc088154684f8f5171446b8d546ba6b460d46f2" - integrity sha512-t2afackdgFV2yBdHhWPqrKbpaQeVnz2hSJKdWqjasPo5EpIB6TBL0er3cOP1mnGQmuzk9JSvimNSuqjWGDtU5Q== - dependencies: - q "^1.5.1" - -conventional-changelog-conventionalcommits@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz#22855b32d57d0328951c1c2dc01b172a5f24ea37" - integrity sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww== - dependencies: - compare-func "^1.3.1" - lodash "^4.17.15" - q "^1.5.1" - -conventional-changelog-core@^3.1.6: - version "3.2.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb" - integrity sha512-LMMX1JlxPIq/Ez5aYAYS5CpuwbOk6QFp8O4HLAcZxe3vxoCtABkhfjetk8IYdRB9CDQGwJFLR3Dr55Za6XKgUQ== - dependencies: - conventional-changelog-writer "^4.0.6" - conventional-commits-parser "^3.0.3" - dateformat "^3.0.0" - get-pkg-repo "^1.0.0" - git-raw-commits "2.0.0" - git-remote-origin-url "^2.0.0" - git-semver-tags "^2.0.3" - lodash "^4.2.1" - normalize-package-data "^2.3.5" - q "^1.5.1" - read-pkg "^3.0.0" - read-pkg-up "^3.0.0" - through2 "^3.0.0" - -conventional-changelog-core@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.4.tgz#39be27fca6ef20a0f998d7a3a1e97cfa8a055cb6" - integrity sha512-LO58ZbEpp1Ul+y/vOI8rJRsWkovsYkCFbOCVgi6UnVfU8WC0F8K8VQQwaBZWWUpb6JvEiN4GBR5baRP2txZ+Vg== - dependencies: - add-stream "^1.0.0" - conventional-changelog-writer "^4.0.11" - conventional-commits-parser "^3.0.8" - dateformat "^3.0.0" - get-pkg-repo "^1.0.0" - git-raw-commits "2.0.0" - git-remote-origin-url "^2.0.0" - git-semver-tags "^3.0.1" - lodash "^4.17.15" - normalize-package-data "^2.3.5" - q "^1.5.1" - read-pkg "^3.0.0" - read-pkg-up "^3.0.0" - through2 "^3.0.0" - -conventional-changelog-ember@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-2.0.4.tgz#c29b78e4af7825cbecb6c3fd6086ca5c09471ac1" - integrity sha512-q1u73sO9uCnxN4TSw8xu6MRU8Y1h9kpwtcdJuNRwu/LSKI1IE/iuNSH5eQ6aLlQ3HTyrIpTfUuVybW4W0F17rA== - dependencies: - q "^1.5.1" - -conventional-changelog-eslint@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.4.tgz#8f4736a23e0cd97e890e76fccc287db2f205f2ff" - integrity sha512-CPwTUENzhLGl3auunrJxiIEWncAGaby7gOFCdj2gslIuOFJ0KPJVOUhRz4Da/I53sdo/7UncUJkiLg94jEsjxg== - dependencies: - q "^1.5.1" - -conventional-changelog-express@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz#fea2231d99a5381b4e6badb0c1c40a41fcacb755" - integrity sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw== - dependencies: - q "^1.5.1" - -conventional-changelog-jquery@^3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.6.tgz#460236ad8fb1d29ff932a14fe4e3a45379b63c5e" - integrity sha512-gHAABCXUNA/HjnZEm+vxAfFPJkgtrZvCDIlCKfdPVXtCIo/Q0lN5VKpx8aR5p8KdVRQFF3OuTlvv5kv6iPuRqA== - dependencies: - q "^1.5.1" - -conventional-changelog-jshint@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.3.tgz#ef6e2caf2ee6ffdfda78fcdf7ce87cf6c512d728" - integrity sha512-Pc2PnMPcez634ckzr4EOWviwRSpZcURaK7bjyD9oK6N5fsC/a+3G7LW5m/JpcHPhA9ZxsfIbm7uqZ3ZDGsQ/sw== - dependencies: - compare-func "^1.3.1" - q "^1.5.1" - -conventional-changelog-preset-loader@^2.1.1, conventional-changelog-preset-loader@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.0.tgz#580fa8ab02cef22c24294d25e52d7ccd247a9a6a" - integrity sha512-/rHb32J2EJnEXeK4NpDgMaAVTFZS3o1ExmjKMtYVgIC4MQn0vkNSbYpdGRotkfGGRWiqk3Ri3FBkiZGbAfIfOQ== - -conventional-changelog-writer@^4.0.11, conventional-changelog-writer@^4.0.6: - version "4.0.11" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz#9f56d2122d20c96eb48baae0bf1deffaed1edba4" - integrity sha512-g81GQOR392I+57Cw3IyP1f+f42ME6aEkbR+L7v1FBBWolB0xkjKTeCWVguzRrp6UiT1O6gBpJbEy2eq7AnV1rw== - dependencies: - compare-func "^1.3.1" - conventional-commits-filter "^2.0.2" - dateformat "^3.0.0" - handlebars "^4.4.0" - json-stringify-safe "^5.0.1" - lodash "^4.17.15" - meow "^5.0.0" - semver "^6.0.0" - split "^1.0.0" - through2 "^3.0.0" - -conventional-changelog@^3.0.6, conventional-changelog@^3.1.18: - version "3.1.18" - resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.18.tgz#7da0a5ab34a604b920b8bf71c6cf5d952f0e805e" - integrity sha512-aN6a3rjgV8qwAJj3sC/Lme2kvswWO7fFSGQc32gREcwIOsaiqBaO6f2p0NomFaPDnTqZ+mMZFLL3hlzvEnZ0mQ== - dependencies: - conventional-changelog-angular "^5.0.6" - conventional-changelog-atom "^2.0.3" - conventional-changelog-codemirror "^2.0.3" - conventional-changelog-conventionalcommits "^4.2.3" - conventional-changelog-core "^4.1.4" - conventional-changelog-ember "^2.0.4" - conventional-changelog-eslint "^3.0.4" - conventional-changelog-express "^2.0.1" - conventional-changelog-jquery "^3.0.6" - conventional-changelog-jshint "^2.0.3" - conventional-changelog-preset-loader "^2.3.0" - -conventional-commit-types@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22" - integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ== - -conventional-commits-filter@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1" - integrity sha512-WpGKsMeXfs21m1zIw4s9H5sys2+9JccTzpN6toXtxhpw2VNF2JUXwIakthKBy+LN4DvJm+TzWhxOMWOs1OFCFQ== - dependencies: - lodash.ismatch "^4.4.0" - modify-values "^1.0.0" - -conventional-commits-parser@^2.1.0: - version "2.1.7" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz#eca45ed6140d72ba9722ee4132674d639e644e8e" - integrity sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ== - dependencies: - JSONStream "^1.0.4" - is-text-path "^1.0.0" - lodash "^4.2.1" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - trim-off-newlines "^1.0.0" - -conventional-commits-parser@^3.0.3, conventional-commits-parser@^3.0.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz#23310a9bda6c93c874224375e72b09fb275fe710" - integrity sha512-YcBSGkZbYp7d+Cr3NWUeXbPDFUN6g3SaSIzOybi8bjHL5IJ5225OSCxJJ4LgziyEJ7AaJtE9L2/EU6H7Nt/DDQ== - dependencies: - JSONStream "^1.0.4" - is-text-path "^1.0.1" - lodash "^4.17.15" - meow "^5.0.0" - split2 "^2.0.0" - through2 "^3.0.0" - trim-off-newlines "^1.0.0" - -conventional-recommended-bump@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-5.0.1.tgz#5af63903947b6e089e77767601cb592cabb106ba" - integrity sha512-RVdt0elRcCxL90IrNP0fYCpq1uGt2MALko0eyeQ+zQuDVWtMGAy9ng6yYn3kax42lCj9+XBxQ8ZN6S9bdKxDhQ== - dependencies: - concat-stream "^2.0.0" - conventional-changelog-preset-loader "^2.1.1" - conventional-commits-filter "^2.0.2" - conventional-commits-parser "^3.0.3" - git-raw-commits "2.0.0" - git-semver-tags "^2.0.3" - meow "^4.0.0" - q "^1.5.1" - -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" - integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - dependencies: - safe-buffer "~5.1.1" - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -copy-concurrently@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" - integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - dependencies: - aproba "^1.1.1" - fs-write-stream-atomic "^1.0.8" - iferr "^0.1.5" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.0" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -copy-to-clipboard@^3.0.8: - version "3.2.1" - resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.2.1.tgz#b1a1137100e5665d5a96015cb579e30e90e07c44" - integrity sha512-btru1Q6RD9wbonIvEU5EfnhIRGHLo//BGXQ1hNAD2avIs/nBZlpbOeKtv3mhoUByN4DB9Cb6/vXBymj1S43KmA== - dependencies: - toggle-selection "^1.0.6" - -core-js-compat@^3.6.2: - version "3.6.4" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.4.tgz#938476569ebb6cda80d339bcf199fae4f16fff17" - integrity sha512-zAa3IZPvsJ0slViBQ2z+vgyyTuhd3MFn1rBQjZSKVEgB0UMYhUkCj9jJUVPgGTGqWvsBVmfnruXgTcNyTlEiSA== - dependencies: - browserslist "^4.8.3" - semver "7.0.0" - -core-js-pure@^3.0.0, core-js-pure@^3.0.1: - version "3.6.4" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.4.tgz#4bf1ba866e25814f149d4e9aaa08c36173506e3a" - integrity sha512-epIhRLkXdgv32xIUFaaAry2wdxZYBi6bgM7cB136dzzXXa+dFyRLTZeLUJxnd8ShrmyVXBub63n2NHo2JAt8Cw== - -core-js@^1.0.0: - version "1.2.7" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" - integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= - -core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5: - version "2.6.11" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" - integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - -core-js@^3.0.1, core-js@^3.0.4: - version "3.6.4" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647" - integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw== - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -corejs-upgrade-webpack-plugin@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/corejs-upgrade-webpack-plugin/-/corejs-upgrade-webpack-plugin-2.2.0.tgz#503293bf1fdcb104918eb40d0294e4776ad6923a" - integrity sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ== - dependencies: - resolve-from "^5.0.0" - webpack "^4.38.0" - -cosmiconfig@^5.0.0, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -cosmiconfig@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" - integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.7.2" - -create-ecdh@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" - integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== - dependencies: - bn.js "^4.1.0" - elliptic "^6.0.0" - -create-error-class@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" - integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= - dependencies: - capture-stack-trace "^1.0.0" - -create-hash@^1.1.0, create-hash@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" - -create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -create-react-class@^15.5.2: - version "15.6.3" - resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036" - integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg== - dependencies: - fbjs "^0.8.9" - loose-envify "^1.3.1" - object-assign "^4.1.1" - -create-react-context@0.3.0, create-react-context@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c" - integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - dependencies: - gud "^1.0.0" - warning "^4.0.3" - -cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" - integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-browserify@^3.11.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" - -css-color-keywords@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05" - integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= - -css-in-js-utils@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz#3b472b398787291b47cfe3e44fecfdd9e914ba99" - integrity sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA== - dependencies: - hyphenate-style-name "^1.0.2" - isobject "^3.0.1" - -css-loader@^3.0.0: - version "3.4.2" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.2.tgz#d3fdb3358b43f233b78501c5ed7b1c6da6133202" - integrity sha512-jYq4zdZT0oS0Iykt+fqnzVLRIeiPWhka+7BqPn+oSIpWJAHak5tmB/WZrJ2a21JhCeFyNnnlroSl8c+MtVndzA== - dependencies: - camelcase "^5.3.1" - cssesc "^3.0.0" - icss-utils "^4.1.1" - loader-utils "^1.2.3" - normalize-path "^3.0.0" - postcss "^7.0.23" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^3.0.2" - postcss-modules-scope "^2.1.1" - postcss-modules-values "^3.0.0" - postcss-value-parser "^4.0.2" - schema-utils "^2.6.0" - -css-select-base-adapter@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - -css-select@^1.1.0, css-select@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" - integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= - dependencies: - boolbase "~1.0.0" - css-what "2.1" - domutils "1.5.1" - nth-check "~1.0.1" - -css-select@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - dependencies: - boolbase "^1.0.0" - css-what "^3.2.1" - domutils "^1.7.0" - nth-check "^1.0.2" - -css-to-react-native@^2.2.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.3.2.tgz#e75e2f8f7aa385b4c3611c52b074b70a002f2e7d" - integrity sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw== - dependencies: - camelize "^1.0.0" - css-color-keywords "^1.0.0" - postcss-value-parser "^3.3.0" - -css-tree@1.0.0-alpha.37: - version "1.0.0-alpha.37" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - dependencies: - mdn-data "2.0.4" - source-map "^0.6.1" - -css-what@2.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" - integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - -css-what@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.2.1.tgz#f4a8f12421064621b456755e34a03a2c22df5da1" - integrity sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw== - -csscolorparser@~1.0.2, csscolorparser@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/csscolorparser/-/csscolorparser-1.0.3.tgz#b34f391eea4da8f3e98231e2ccd8df9c041f171b" - integrity sha1-s085HupNqPPpgjHizNjfnAQfFxs= - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -cssfilter@0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae" - integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4= - -csso@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.2.tgz#e5f81ab3a56b8eefb7f0092ce7279329f454de3d" - integrity sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg== - dependencies: - css-tree "1.0.0-alpha.37" - -cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0", cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssom@^0.4.1: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" - integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - -cssstyle@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.4.0.tgz#9d31328229d3c565c61e586b02041a28fccdccf1" - integrity sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA== - dependencies: - cssom "0.3.x" - -cssstyle@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.2.0.tgz#e4c44debccd6b7911ed617a4395e5754bba59992" - integrity sha512-sEb3XFPx3jNnCAMtqrXPDeSgQr+jojtCeNf8cvMNMh1cG970+lljssvQDzPq6lmmJu2Vhqood/gtEomBiHOGnA== - dependencies: - cssom "~0.3.6" - -csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.3, csstype@^2.6.4, csstype@^2.6.7: - version "2.6.8" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431" - integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA== - -csstype@^3.0.2: - version "3.0.5" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8" - integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ== - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -cyclist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - -cz-conventional-changelog@2.1.0, cz-conventional-changelog@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-2.1.0.tgz#2f4bc7390e3244e4df293e6ba351e4c740a7c764" - integrity sha1-L0vHOQ4yROTfKT5ro1Hkx0Cnx2Q= - dependencies: - conventional-commit-types "^2.0.0" - lodash.map "^4.5.1" - longest "^1.0.1" - right-pad "^1.0.1" - word-wrap "^1.0.3" - -d3-array@1, d3-array@^1.1.1, d3-array@^1.2.0, d3-array@^1.2.1, d3-array@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f" - integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw== - -"d3-array@1.2.0 - 2": - version "2.4.0" - resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.4.0.tgz#87f8b9ad11088769c82b5ea846bcb1cc9393f242" - integrity sha512-KQ41bAF2BMakf/HdKT865ALd4cgND6VcIztVQZUTt0+BH3RWy6ZYnHghVXf6NFjt2ritLr8H1T8LreAAlfiNcw== - -d3-array@2, d3-array@^2.3.0: - version "2.12.1" - resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.12.1.tgz#e20b41aafcdffdf5d50928004ececf815a465e81" - integrity sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ== - dependencies: - internmap "^1.0.0" - -d3-axis@^1.0.8: - version "1.0.12" - resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-1.0.12.tgz#cdf20ba210cfbb43795af33756886fb3638daac9" - integrity sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ== - -d3-brush@^1.0.4: - version "1.1.5" - resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-1.1.5.tgz#066b8e84d17b192986030446c97c0fba7e1bacdc" - integrity sha512-rEaJ5gHlgLxXugWjIkolTA0OyMvw8UWU1imYXy1v642XyyswmI1ybKOv05Ft+ewq+TFmdliD3VuK0pRp1VT/5A== - dependencies: - d3-dispatch "1" - d3-drag "1" - d3-interpolate "1" - d3-selection "1" - d3-transition "1" - -d3-collection@1, d3-collection@^1.0.3: - version "1.0.7" - resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e" - integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A== - -d3-color@1, d3-color@^1.0.3: - version "1.4.0" - resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.0.tgz#89c45a995ed773b13314f06460df26d60ba0ecaf" - integrity sha512-TzNPeJy2+iEepfiL92LAAB7fvnp/dV2YwANPVHdDWmYMm23qIJBYww3qT8I8C1wXrmrg4UWs7BKc2tKIgyjzHg== - -"d3-color@1 - 2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-2.0.0.tgz#8d625cab42ed9b8f601a1760a389f7ea9189d62e" - integrity sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ== - -d3-color@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a" - integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q== - -d3-contour@^1.1.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-1.3.2.tgz#652aacd500d2264cb3423cee10db69f6f59bead3" - integrity sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg== - dependencies: - d3-array "^1.1.1" - -d3-dispatch@1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.6.tgz#00d37bcee4dd8cd97729dd893a0ac29caaba5d58" - integrity sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA== - -d3-drag@1: - version "1.2.5" - resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-1.2.5.tgz#2537f451acd39d31406677b7dc77c82f7d988f70" - integrity sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w== - dependencies: - d3-dispatch "1" - d3-selection "1" - -d3-dsv@1, d3-dsv@^1.0.3, d3-dsv@^1.0.8, d3-dsv@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.2.0.tgz#9d5f75c3a5f8abd611f74d3f5847b0d4338b885c" - integrity sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g== - dependencies: - commander "2" - iconv-lite "0.4" - rw "1" - -d3-ease@1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-1.0.6.tgz#ebdb6da22dfac0a22222f2d4da06f66c416a0ec0" - integrity sha512-SZ/lVU7LRXafqp7XtIcBdxnWl8yyLpgOmzAk0mWBI9gXNzLDx5ybZgnRbH9dN/yY5tzVBqCQ9avltSnqVwessQ== - -d3-format@1, d3-format@^1.2.0, d3-format@^1.3.2: - version "1.4.3" - resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.4.3.tgz#4e8eb4dff3fdcb891a8489ec6e698601c41b96f1" - integrity sha512-mm/nE2Y9HgGyjP+rKIekeITVgBtX97o1nrvHCWX8F/yBYyevUTvu9vb5pUnKwrcSw7o7GuwMOWjS9gFDs4O+uQ== - -"d3-format@1 - 2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-2.0.0.tgz#a10bcc0f986c372b729ba447382413aabf5b0767" - integrity sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA== - -d3-geo@^1.6.4: - version "1.11.9" - resolved "https://registry.yarnpkg.com/d3-geo/-/d3-geo-1.11.9.tgz#77eaed14ba62fc2c0aef55cd2943849c866f7ae6" - integrity sha512-9edcH6J3s/Aa3KJITWqFJbyB/8q3mMlA9Fi7z6yy+FAYMnRaxmC7jBhUnsINxVWD14GmqX3DK8uk7nV6/Ekt4A== - dependencies: - d3-array "1" - -d3-hexbin@^0.2.1, d3-hexbin@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/d3-hexbin/-/d3-hexbin-0.2.2.tgz#9c5837dacfd471ab05337a9e91ef10bfc4f98831" - integrity sha1-nFg32s/UcasFM3qeke8Qv8T5iDE= - -d3-hierarchy@^1.1.4: - version "1.1.9" - resolved "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz#2f6bee24caaea43f8dc37545fa01628559647a83" - integrity sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ== - -d3-interpolate@1, d3-interpolate@^1.1.4, d3-interpolate@^1.2.0, d3-interpolate@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-1.4.0.tgz#526e79e2d80daa383f9e0c1c1c7dcc0f0583e987" - integrity sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA== - dependencies: - d3-color "1" - -"d3-interpolate@1.2.0 - 2": - version "2.0.1" - resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-2.0.1.tgz#98be499cfb8a3b94d4ff616900501a64abc91163" - integrity sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ== - dependencies: - d3-color "1 - 2" - -d3-path@1, d3-path@^1.0.5: - version "1.0.9" - resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.9.tgz#48c050bb1fe8c262493a8caf5524e3e9591701cf" - integrity sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg== - -d3-request@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/d3-request/-/d3-request-1.0.6.tgz#a1044a9ef4ec28c824171c9379fae6d79474b19f" - integrity sha512-FJj8ySY6GYuAJHZMaCQ83xEYE4KbkPkmxZ3Hu6zA1xxG2GD+z6P+Lyp+zjdsHf0xEbp2xcluDI50rCS855EQ6w== - dependencies: - d3-collection "1" - d3-dispatch "1" - d3-dsv "1" - xmlhttprequest "1" - -d3-sankey@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/d3-sankey/-/d3-sankey-0.7.1.tgz#d229832268fc69a7fec84803e96c2256a614c521" - integrity sha1-0imDImj8aaf+yEgD6WwiVqYUxSE= - dependencies: - d3-array "1" - d3-collection "1" - d3-shape "^1.2.0" - -d3-scale@^1.0.5, d3-scale@^1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-1.0.7.tgz#fa90324b3ea8a776422bd0472afab0b252a0945d" - integrity sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw== - dependencies: - d3-array "^1.2.0" - d3-collection "1" - d3-color "1" - d3-format "1" - d3-interpolate "1" - d3-time "1" - d3-time-format "2" - -d3-scale@^3.0.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.2.1.tgz#da1684adce7261b4bc7a76fe193d887f0e909e69" - integrity sha512-huz5byJO/6MPpz6Q8d4lg7GgSpTjIZW/l+1MQkzKfu2u8P6hjaXaStOpmyrD6ymKoW87d2QVFCKvSjLwjzx/rA== - dependencies: - d3-array "1.2.0 - 2" - d3-format "1" - d3-interpolate "^1.2.0" - d3-time "1" - d3-time-format "2" - -d3-scale@^3.2.3: - version "3.3.0" - resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.3.0.tgz#28c600b29f47e5b9cd2df9749c206727966203f3" - integrity sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ== - dependencies: - d3-array "^2.3.0" - d3-format "1 - 2" - d3-interpolate "1.2.0 - 2" - d3-time "^2.1.1" - d3-time-format "2 - 3" - -d3-selection@1, d3-selection@^1.1.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.1.tgz#98eedbbe085fbda5bafa2f9e3f3a2f4d7d622a98" - integrity sha512-BTIbRjv/m5rcVTfBs4AMBLKs4x8XaaLkwm28KWu9S2vKNqXkXt2AH2Qf0sdPZHjFxcWg/YL53zcqAz+3g4/7PA== - -d3-shape@^1.0.6, d3-shape@^1.1.0, d3-shape@^1.2.0: - version "1.3.7" - resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.7.tgz#df63801be07bc986bc54f63789b4fe502992b5d7" - integrity sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw== - dependencies: - d3-path "1" - -d3-time-format@2, d3-time-format@^2.2.0: - version "2.2.3" - resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-2.2.3.tgz#0c9a12ee28342b2037e5ea1cf0b9eb4dd75f29cb" - integrity sha512-RAHNnD8+XvC4Zc4d2A56Uw0yJoM7bsvOlJR33bclxq399Rak/b9bhvu/InjxdWhPtkgU53JJcleJTGkNRnN6IA== - dependencies: - d3-time "1" - -"d3-time-format@2 - 3": - version "3.0.0" - resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-3.0.0.tgz#df8056c83659e01f20ac5da5fdeae7c08d5f1bb6" - integrity sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag== - dependencies: - d3-time "1 - 2" - -d3-time@1, d3-time@^1.0.10: - version "1.1.0" - resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1" - integrity sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA== - -"d3-time@1 - 2", d3-time@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-2.1.1.tgz#e9d8a8a88691f4548e68ca085e5ff956724a6682" - integrity sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ== - dependencies: - d3-array "2" - -d3-timer@1: - version "1.0.10" - resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.10.tgz#dfe76b8a91748831b13b6d9c793ffbd508dd9de5" - integrity sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw== - -d3-transition@1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.3.2.tgz#a98ef2151be8d8600543434c1ca80140ae23b398" - integrity sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA== - dependencies: - d3-color "1" - d3-dispatch "1" - d3-ease "1" - d3-interpolate "1" - d3-selection "^1.1.0" - d3-timer "1" - -d3-voronoi@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz#dd3c78d7653d2bb359284ae478645d95944c8297" - integrity sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg== - -d3-zoom@^1.3.0: - version "1.8.3" - resolved "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-1.8.3.tgz#b6a3dbe738c7763121cd05b8a7795ffe17f4fc0a" - integrity sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ== - dependencies: - d3-dispatch "1" - d3-drag "1" - d3-interpolate "1" - d3-selection "1" - d3-transition "1" - -damerau-levenshtein@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791" - integrity sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug== - -dargs@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" - integrity sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc= - dependencies: - number-is-nan "^1.0.0" - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -data-urls@^1.0.0, data-urls@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" - integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - dependencies: - abab "^2.0.0" - whatwg-mimetype "^2.2.0" - whatwg-url "^7.0.0" - -date-fns@^1.27.2: - version "1.30.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" - integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - -dateformat@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" - integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@3.1.0, debug@=3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - dependencies: - ms "2.0.0" - -debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.2.5: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - dependencies: - ms "^2.1.1" - -debuglog@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" - integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= - -decamelize-keys@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" - integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= - dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -deck.gl@7.1.11: - version "7.1.11" - resolved "https://registry.yarnpkg.com/deck.gl/-/deck.gl-7.1.11.tgz#bed2b80b87670a9efa239ac95a9edb50ac46e9e8" - integrity sha512-OUj9JE544N6Y/DCdfdnsbqKn9o72bWgRfsKhyi8aZ8v76hq7XyelmO2GljBmHGYmuMNVLrKcymNMV0m8EEgpZA== - dependencies: - "@deck.gl/aggregation-layers" "7.1.11" - "@deck.gl/core" "7.1.11" - "@deck.gl/geo-layers" "7.1.11" - "@deck.gl/google-maps" "7.1.11" - "@deck.gl/json" "7.1.11" - "@deck.gl/layers" "7.1.11" - "@deck.gl/mapbox" "7.1.11" - "@deck.gl/mesh-layers" "7.1.11" - "@deck.gl/react" "7.1.11" - -deck.gl@8.5.2: - version "8.5.2" - resolved "https://registry.yarnpkg.com/deck.gl/-/deck.gl-8.5.2.tgz#6d86523a88ecdfb6b7fa915a283efd3db9b1e310" - integrity sha512-tsEyv62Zzc+GT3By0Y1R2gqEJ8K3tGBDaLprAoeAsg7fvIa5ikFBdWEBFHa1UDbgE2UEmYbcBK/yK4GAL8Ia4A== - dependencies: - "@deck.gl/aggregation-layers" "8.5.2" - "@deck.gl/carto" "8.5.2" - "@deck.gl/core" "8.5.2" - "@deck.gl/extensions" "8.5.2" - "@deck.gl/geo-layers" "8.5.2" - "@deck.gl/google-maps" "8.5.2" - "@deck.gl/json" "8.5.2" - "@deck.gl/layers" "8.5.2" - "@deck.gl/mapbox" "8.5.2" - "@deck.gl/mesh-layers" "8.5.2" - "@deck.gl/react" "8.5.2" - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -dedent@0.7.0, dedent@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" - integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= - -deep-equal@^1.0.1, deep-equal@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" - integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== - dependencies: - is-arguments "^1.0.4" - is-date-object "^1.0.1" - is-regex "^1.0.4" - object-is "^1.0.1" - object-keys "^1.1.1" - regexp.prototype.flags "^1.2.0" - -deep-extend@^0.6.0, deep-extend@~0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deep-is@~0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" - integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - -deep-object-diff@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/deep-object-diff/-/deep-object-diff-1.1.0.tgz#d6fabf476c2ed1751fc94d5ca693d2ed8c18bc5a" - integrity sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== - -deepmerge@^1.3.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" - integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ== - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -define-properties@^1.1.2, define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegate@^3.1.2: - version "3.2.0" - resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166" - integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -denodeify@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631" - integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE= - -depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -deprecation@^2.0.0, deprecation@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" - integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== - -des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -destroy@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - -detect-file@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - -detect-indent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" - integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= - -detect-newline@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" - integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - -detect-node@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" - integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== - -detect-port-alt@1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275" - integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== - dependencies: - address "^1.0.1" - debug "^2.6.0" - -detect-port@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.3.0.tgz#d9c40e9accadd4df5cac6a782aefd014d573d1f1" - integrity sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ== - dependencies: - address "^1.0.1" - debug "^2.6.0" - -dezalgo@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456" - integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY= - dependencies: - asap "^2.0.0" - wrappy "1" - -diff-sequences@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.1.0.tgz#fd29a46f1c913fd66c22645dc75bffbe43051f32" - integrity sha512-nFIfVk5B/NStCsJ+zaPO4vYuLjlzQ6uFvPxzYyHlejNZ/UGa7G/n7peOXVrVNvRuyfstt+mZQYGpjxg9Z6N8Kw== - -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - -dir-glob@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034" - integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== - dependencies: - arrify "^1.0.1" - path-type "^3.0.0" - -dir-glob@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" - integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== - dependencies: - path-type "^3.0.0" - -discontinuous-range@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" - integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= - -doctrine@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" - integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= - dependencies: - esutils "^2.0.2" - isarray "^1.0.0" - -doctrine@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" - integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - dependencies: - esutils "^2.0.2" - -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -dom-converter@^0.2: - version "0.2.0" - resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" - integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== - dependencies: - utila "~0.4" - -dom-helpers@^3.2.0, dom-helpers@^3.2.1, dom-helpers@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" - integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== - dependencies: - "@babel/runtime" "^7.1.2" - -dom-helpers@^5.0.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.1.3.tgz#7233248eb3a2d1f74aafca31e52c5299cc8ce821" - integrity sha512-nZD1OtwfWGRBWlpANxacBEZrEuLa16o1nh7YopFWeoF68Zt8GGEmzHu6Xv4F3XaFIC+YXtTLrzgqKxFgLEe4jw== - dependencies: - "@babel/runtime" "^7.6.3" - csstype "^2.6.7" - -dom-serializer@0, dom-serializer@^0.2.1: - version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - dependencies: - domelementtype "^2.0.1" - entities "^2.0.0" - -dom-serializer@~0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" - integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== - dependencies: - domelementtype "^1.3.0" - entities "^1.1.1" - -dom-storage@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/dom-storage/-/dom-storage-2.1.0.tgz#00fb868bc9201357ea243c7bcfd3304c1e34ea39" - integrity sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q== - -dom-walk@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" - integrity sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg= - -domain-browser@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" - integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - -domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - -domelementtype@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" - integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== - -domexception@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" - integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - dependencies: - webidl-conversions "^4.0.2" - -domhandler@^2.3.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" - integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - dependencies: - domelementtype "1" - -domhandler@^3.0, domhandler@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.0.0.tgz#51cd13efca31da95bbb0c5bee3a48300e333b3e9" - integrity sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw== - dependencies: - domelementtype "^2.0.1" - -domutils@1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" - integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= - dependencies: - dom-serializer "0" - domelementtype "1" - -domutils@^1.5.1, domutils@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - dependencies: - dom-serializer "0" - domelementtype "1" - -domutils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.0.0.tgz#15b8278e37bfa8468d157478c58c367718133c08" - integrity sha512-n5SelJ1axbO636c2yUtOGia/IcJtVtlhQbFiVDBZHKV5ReJO1ViX7sFEemtuyoAnBxk5meNSYgA8V4s0271efg== - dependencies: - dom-serializer "^0.2.1" - domelementtype "^2.0.1" - domhandler "^3.0.0" - -dot-case@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-2.1.1.tgz#34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee" - integrity sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4= - dependencies: - no-case "^2.2.0" - -dot-prop@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" - integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc= - dependencies: - is-obj "^1.0.0" - -dot-prop@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" - integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== - dependencies: - is-obj "^1.0.0" - -dotenv-defaults@^1.0.2: - version "1.1.1" - resolved "https://registry.yarnpkg.com/dotenv-defaults/-/dotenv-defaults-1.1.1.tgz#032c024f4b5906d9990eb06d722dc74cc60ec1bd" - integrity sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q== - dependencies: - dotenv "^6.2.0" - -dotenv-expand@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" - integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== - -dotenv-webpack@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/dotenv-webpack/-/dotenv-webpack-1.7.0.tgz#4384d8c57ee6f405c296278c14a9f9167856d3a1" - integrity sha512-wwNtOBW/6gLQSkb8p43y0Wts970A3xtNiG/mpwj9MLUhtPCQG6i+/DSXXoNN7fbPCU/vQ7JjwGmgOeGZSSZnsw== - dependencies: - dotenv-defaults "^1.0.2" - -dotenv@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" - integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== - -dotenv@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== - -draco3d@1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/draco3d/-/draco3d-1.4.1.tgz#2abdcf7b59caaac50f7e189aec454176c57146b2" - integrity sha512-9Rxonc70xiovBC+Bq1h57SNZIHzWTibU1VfIGp5z3Xx8dPtv4yT5uGhiH7P5uvJRR2jkrvHafRxR7bTANkvfpg== - -duplexer2@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" - integrity sha1-ixLauHjA1p4+eJEFFmKjL8a93ME= - dependencies: - readable-stream "^2.0.2" - -duplexer@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" - integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= - -duplexify@^3.4.2, duplexify@^3.6.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" - integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - dependencies: - end-of-stream "^1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" - -earcut@^2.0.6, earcut@^2.1.5, earcut@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/earcut/-/earcut-2.2.2.tgz#41b0bc35f63e0fe80da7cddff28511e7e2e80d11" - integrity sha512-eZoZPPJcUHnfRZ0PjLvx2qBordSiO8ofC3vt+qACLM95u+4DovnbYNpQtJh0DNsWj8RnxrQytD4WA8gj5cRIaQ== - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -edit-json-file@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/edit-json-file/-/edit-json-file-1.4.0.tgz#bb244abf7fc47a23f3dfb7c106a80f2ef83c39c3" - integrity sha512-QS2UtS5sbGbufsZPAvL67kq1xUndVgEJv2cusf7sY+T1c0uqxaRTGD/PrUlkZWkeybiEhrRPSfuCyrj6jRMcag== - dependencies: - find-value "^1.0.3" - iterate-object "^1.3.2" - r-json "^1.2.5" - set-value "^3.0.1" - w-json "^1.3.5" - -editorconfig@^0.15.3: - version "0.15.3" - resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5" - integrity sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g== - dependencies: - commander "^2.19.0" - lru-cache "^4.1.5" - semver "^5.6.0" - sigmund "^1.0.1" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -ejs@^2.6.1, ejs@^2.7.4: - version "2.7.4" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" - integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - -electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.341: - version "1.3.345" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz#2569d0d54a64ef0f32a4b7e8c80afa5fe57c5d98" - integrity sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg== - -elegant-spinner@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - -element-resize-detector@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.1.tgz#b0305194447a4863155e58f13323a0aef30851d1" - integrity sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw== - dependencies: - batch-processor "1.0.0" - -elliptic@^6.0.0: - version "6.5.2" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" - integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== - dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" - hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" - -email-addresses@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb" - integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg== - -emoji-regex@^7.0.1, emoji-regex@^7.0.2: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emojis-list@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" - integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - -emotion-theming@^10.0.19: - version "10.0.27" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10" - integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - dependencies: - "@babel/runtime" "^7.5.5" - "@emotion/weak-memoize" "0.2.5" - hoist-non-react-statics "^3.3.0" - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -encoding@^0.1.11: - version "0.1.12" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" - integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s= - dependencies: - iconv-lite "~0.4.13" - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" - integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA== - dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.5.0" - tapable "^1.0.0" - -enquirer@^2.3.0, enquirer@^2.3.4: - version "2.3.4" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.4.tgz#c608f2e1134c7f68c1c9ee056de13f9b31076de9" - integrity sha512-pkYrrDZumL2VS6VBGDhqbajCM2xpkUNLuKfGPjfKaSIBKYopQbqEFyrOkRMIb2HDR/rO1kGhEt/5twBwtzKBXw== - dependencies: - ansi-colors "^3.2.1" - -entities@^1.1.1, entities@^1.1.2, entities@~1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" - integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - -entities@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" - integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== - -env-ci@^2.1.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-2.6.0.tgz#3fc46537c972b4d3ab5f0b82d07dfc1491297662" - integrity sha512-tnOi9qgtDxY3mvf69coXLHbSZtFMNGAJ1s/huirAhJZTx9rs/1qgFjl+6Z5ULQCfpDmlsf34L7wm+eJGwMazYg== - dependencies: - execa "^1.0.0" - java-properties "^0.2.9" - -env-ci@^4.5.1: - version "4.5.2" - resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-4.5.2.tgz#40b08825dcf4ed5b2cddd3d638190571cf96347a" - integrity sha512-lS+edpNp2+QXEPkx6raEMIjKxKKWnJ4+VWzovYJ2NLYiJAYenSAXotFfVdgaFxdbVnvAbUI8epQDa1u12ERxfQ== - dependencies: - execa "^3.2.0" - java-properties "^1.0.0" - -env-paths@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43" - integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== - -envinfo@^7.3.1: - version "7.5.0" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.0.tgz#91410bb6db262fb4f1409bd506e9ff57e91023f4" - integrity sha512-jDgnJaF/Btomk+m3PZDTTCb5XIIIX3zYItnCRfF73zVgvinLoRomuhi75Y4su0PtQxWz4v66XnLLckyvyJTOIQ== - -enzyme-adapter-react-16@^1.15.1: - version "1.15.2" - resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.2.tgz#b16db2f0ea424d58a808f9df86ab6212895a4501" - integrity sha512-SkvDrb8xU3lSxID8Qic9rB8pvevDbLybxPK6D/vW7PrT0s2Cl/zJYuXvsd1EBTz0q4o3iqG3FJhpYz3nUNpM2Q== - dependencies: - enzyme-adapter-utils "^1.13.0" - enzyme-shallow-equal "^1.0.1" - has "^1.0.3" - object.assign "^4.1.0" - object.values "^1.1.1" - prop-types "^15.7.2" - react-is "^16.12.0" - react-test-renderer "^16.0.0-0" - semver "^5.7.0" - -enzyme-adapter-utils@^1.13.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.13.0.tgz#01c885dde2114b4690bf741f8dc94cee3060eb78" - integrity sha512-YuEtfQp76Lj5TG1NvtP2eGJnFKogk/zT70fyYHXK2j3v6CtuHqc8YmgH/vaiBfL8K1SgVVbQXtTcgQZFwzTVyQ== - dependencies: - airbnb-prop-types "^2.15.0" - function.prototype.name "^1.1.2" - object.assign "^4.1.0" - object.fromentries "^2.0.2" - prop-types "^15.7.2" - semver "^5.7.1" - -enzyme-shallow-equal@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz#7afe03db3801c9b76de8440694096412a8d9d49e" - integrity sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ== - dependencies: - has "^1.0.3" - object-is "^1.0.2" - -enzyme-to-json@^3.4.3: - version "3.4.4" - resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.4.4.tgz#b30726c59091d273521b6568c859e8831e94d00e" - integrity sha512-50LELP/SCPJJGic5rAARvU7pgE3m1YaNj7JLM+Qkhl5t7PAs6fiyc8xzc50RnkKPFQCv0EeFVjEWdIFRGPWMsA== - dependencies: - lodash "^4.17.15" - react-is "^16.12.0" - -enzyme@^3.11.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28" - integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== - dependencies: - array.prototype.flat "^1.2.3" - cheerio "^1.0.0-rc.3" - enzyme-shallow-equal "^1.0.1" - function.prototype.name "^1.1.2" - has "^1.0.3" - html-element-map "^1.2.0" - is-boolean-object "^1.0.1" - is-callable "^1.1.5" - is-number-object "^1.0.4" - is-regex "^1.0.5" - is-string "^1.0.5" - is-subset "^0.1.1" - lodash.escape "^4.0.1" - lodash.isequal "^4.5.0" - object-inspect "^1.7.0" - object-is "^1.0.2" - object.assign "^4.1.0" - object.entries "^1.1.1" - object.values "^1.1.1" - raf "^3.4.1" - rst-selector-parser "^2.2.3" - string.prototype.trim "^1.2.1" - -err-code@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" - integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= - -errno@^0.1.3, errno@~0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" - integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - dependencies: - prr "~1.0.1" - -error-ex@^1.2.0, error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.13.0, es-abstract@^1.17.0, es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4: - version "1.17.4" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184" - integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ== - dependencies: - 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" - 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" - -es-array-method-boxes-properly@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" - integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== - -es-get-iterator@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.0.tgz#bb98ad9d6d63b31aacdc8f89d5d0ee57bcb5b4c8" - integrity sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== - dependencies: - 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" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -es5-shim@^4.5.13: - version "4.5.13" - resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.13.tgz#5d88062de049f8969f83783f4a4884395f21d28b" - integrity sha512-xi6hh6gsvDE0MaW4Vp1lgNEBpVcCXRWfPXj5egDvtgLz4L9MEvNwYEMdJH+JJinWkwa8c3c3o5HduV7dB/e1Hw== - -es6-promise@^4.0.3: - version "4.2.8" - resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" - integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== - -es6-promisify@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" - integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= - dependencies: - es6-promise "^4.0.3" - -es6-shim@^0.35.5: - version "0.35.5" - resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.5.tgz#46f59dc0a84a1c5029e8ff1166ca0a902077a9ab" - integrity sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg== - -es6bindall@^0.0.9: - version "0.0.9" - resolved "https://registry.yarnpkg.com/es6bindall/-/es6bindall-0.0.9.tgz#71e00afa69f8dd59ac5ac898a0d31c978df817d5" - integrity sha1-ceAK+mn43VmsWsiYoNMcl434F9U= - -escape-html@^1.0.3, escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -escodegen@^1.11.1, escodegen@^1.9.1: - version "1.13.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.13.0.tgz#c7adf9bd3f3cc675bb752f202f79a720189cab29" - integrity sha512-eYk2dCkxR07DsHA/X2hRBj0CFAZeri/LyDMc0C8JT1Hqi6JnVpMhJ7XFITbb0+yZS3lVkaPL2oCkZ3AVmeVbMw== - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -eslint-ast-utils@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz#3d58ba557801cfb1c941d68131ee9f8c34bd1586" - integrity sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA== - dependencies: - lodash.get "^4.4.2" - lodash.zip "^4.2.0" - -eslint-config-airbnb-base@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.0.0.tgz#8a7bcb9643d13c55df4dd7444f138bf4efa61e17" - integrity sha512-2IDHobw97upExLmsebhtfoD3NAKhV4H0CJWP3Uprd/uk+cHuWYOczPVxQ8PxLFUAw7o3Th1RAU8u1DoUpr+cMA== - dependencies: - confusing-browser-globals "^1.0.7" - object.assign "^4.1.0" - object.entries "^1.1.0" - -eslint-config-airbnb@^18.0.1: - version "18.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.0.1.tgz#a3a74cc29b46413b6096965025381df8fb908559" - integrity sha512-hLb/ccvW4grVhvd6CT83bECacc+s4Z3/AEyWQdIT2KeTsG9dR7nx1gs7Iw4tDmGKozCNHFn4yZmRm3Tgy+XxyQ== - dependencies: - eslint-config-airbnb-base "^14.0.0" - object.assign "^4.1.0" - object.entries "^1.1.0" - -eslint-config-prettier@^6.9.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f" - integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg== - dependencies: - get-stdin "^6.0.0" - -eslint-import-resolver-node@^0.3.2: - version "0.3.3" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404" - integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg== - dependencies: - debug "^2.6.9" - resolve "^1.13.1" - -eslint-module-utils@^2.4.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708" - integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q== - dependencies: - debug "^2.6.9" - pkg-dir "^2.0.0" - -eslint-plugin-import@^2.20.0: - version "2.20.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3" - integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw== - dependencies: - array-includes "^3.0.3" - array.prototype.flat "^1.2.1" - 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" - has "^1.0.3" - minimatch "^3.0.4" - object.values "^1.1.0" - read-pkg-up "^2.0.0" - resolve "^1.12.0" - -eslint-plugin-jest@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.6.0.tgz#508b32f80d44058c8c01257c0ee718cfbd521e9d" - integrity sha512-GH8AhcFXspOLqak7fqnddLXEJsrFyvgO8Bm60SexvKSn1+3rWYESnCiWUOCUcBTprNSDSE4CtAZdM4EyV6gPPw== - dependencies: - "@typescript-eslint/experimental-utils" "^2.5.0" - micromatch "^4.0.2" - -eslint-plugin-jsx-a11y@^6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz#b872a09d5de51af70a97db1eea7dc933043708aa" - integrity sha512-CawzfGt9w83tyuVekn0GDPU9ytYtxyxyFZ3aSWROmnRRFQFT2BiPJd7jvRdzNDi6oLWaS2asMeYSNMjWTV4eNg== - dependencies: - "@babel/runtime" "^7.4.5" - aria-query "^3.0.0" - array-includes "^3.0.3" - ast-types-flow "^0.0.7" - axobject-query "^2.0.2" - damerau-levenshtein "^1.0.4" - emoji-regex "^7.0.2" - has "^1.0.3" - jsx-ast-utils "^2.2.1" - -eslint-plugin-prettier@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" - integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== - dependencies: - prettier-linter-helpers "^1.0.0" - -eslint-plugin-promise@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a" - integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw== - -eslint-plugin-react-hooks@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.3.0.tgz#53e073961f1f5ccf8dd19558036c1fac8c29d99a" - integrity sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw== - -eslint-plugin-react@^7.18.0: - version "7.18.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8" - integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg== - dependencies: - array-includes "^3.1.1" - doctrine "^2.1.0" - has "^1.0.3" - jsx-ast-utils "^2.2.3" - object.entries "^1.1.1" - object.fromentries "^2.0.2" - object.values "^1.1.1" - prop-types "^15.7.2" - resolve "^1.14.2" - string.prototype.matchall "^4.0.2" - -eslint-plugin-unicorn@^15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-15.0.1.tgz#8379d1d6882f9f8631bec8025ac9e8fe89e43945" - integrity sha512-yahqrPGFUzwH5cnmnj+iPlgPapAiBIZ/ZNSDkhTVPgPCo7/mOEjJ2gDhEclrtQVBE9olmec4N+CKDnJuZ9XpRA== - dependencies: - ci-info "^2.0.0" - clean-regexp "^1.0.0" - eslint-ast-utils "^1.1.0" - eslint-template-visitor "^1.1.0" - import-modules "^2.0.0" - lodash.camelcase "^4.3.0" - lodash.defaultsdeep "^4.6.1" - lodash.kebabcase "^4.1.1" - lodash.snakecase "^4.1.1" - lodash.upperfirst "^4.3.1" - read-pkg-up "^7.0.1" - regexp-tree "^0.1.17" - regexpp "^3.0.0" - reserved-words "^0.1.2" - safe-regex "^2.1.1" - semver "^6.3.0" - -eslint-scope@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-scope@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9" - integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -eslint-template-visitor@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-1.1.0.tgz#f090d124d1a52e05552149fc50468ed59608b166" - integrity sha512-Lmy6QVlmFiIGl5fPi+8ACnov3sare+0Ouf7deJAGGhmUfeWJ5fVarELUxZRpsZ9sHejiJUq8626d0dn9uvcZTw== - dependencies: - eslint-visitor-keys "^1.1.0" - espree "^6.1.1" - multimap "^1.0.2" - -eslint-utils@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" - integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== - dependencies: - eslint-visitor-keys "^1.1.0" - -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" - integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== - -eslint@^6.8.0: - version "6.8.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" - integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== - dependencies: - "@babel/code-frame" "^7.0.0" - ajv "^6.10.0" - chalk "^2.1.0" - cross-spawn "^6.0.5" - 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" - esutils "^2.0.2" - file-entry-cache "^5.0.1" - functional-red-black-tree "^1.0.1" - glob-parent "^5.0.0" - globals "^12.1.0" - 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" - minimatch "^3.0.4" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - optionator "^0.8.3" - progress "^2.0.0" - regexpp "^2.0.1" - semver "^6.1.2" - strip-ansi "^5.2.0" - strip-json-comments "^3.0.1" - table "^5.2.3" - text-table "^0.2.0" - v8-compile-cache "^2.0.3" - -esm@^3.0.84: - version "3.2.25" - resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" - integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== - -espree@^6.1.1, espree@^6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.2.tgz#6c272650932b4f91c3714e5e7b5f5e2ecf47262d" - integrity sha512-2iUPuuPP+yW1PZaMSDM9eyVf8D5P0Hi8h83YtZ5bPc/zHYjII5khoixIUTMO794NOY8F/ThF1Bo8ncZILarUTA== - dependencies: - acorn "^7.1.0" - acorn-jsx "^5.1.0" - eslint-visitor-keys "^1.1.0" - -esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esprima@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad" - integrity sha1-n1V+CPw7TSbs6d00+Pv0drYlha0= - -esquery@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708" - integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA== - dependencies: - estraverse "^4.0.0" - -esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== - dependencies: - estraverse "^4.1.0" - -estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -esutils@^2.0.0, esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -eventemitter3@^3.1.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" - integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== - -eventemitter3@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb" - integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg== - -events@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" - integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== - -eventsource@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" - integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== - dependencies: - original "^1.0.0" - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -exec-sh@^0.3.2: - version "0.3.4" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5" - integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - 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" - -execa@^3.2.0, execa@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89" - integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== - dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - human-signals "^1.1.1" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.0" - onetime "^5.1.0" - p-finally "^2.0.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -execa@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf" - integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA== - dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - human-signals "^1.1.1" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.0" - onetime "^5.1.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -exenv@^1.2.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d" - integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50= - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" - -expect@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-25.1.0.tgz#7e8d7b06a53f7d66ec927278db3304254ee683ee" - integrity sha512-wqHzuoapQkhc3OKPlrpetsfueuEiMf3iWh0R8+duCu9PIjXoP7HgD5aeypwTnXUAjC8aMsiVDaWwlbJ1RlQ38g== - dependencies: - "@jest/types" "^25.1.0" - ansi-styles "^4.0.0" - jest-get-type "^25.1.0" - jest-matcher-utils "^25.1.0" - jest-message-util "^25.1.0" - jest-regex-util "^25.1.0" - -express@^4.17.0: - version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" - integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== - dependencies: - accepts "~1.3.7" - array-flatten "1.1.1" - body-parser "1.19.0" - content-disposition "0.5.3" - content-type "~1.0.4" - cookie "0.4.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "~1.1.2" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "~1.1.2" - fresh "0.5.2" - merge-descriptors "1.0.1" - methods "~1.1.2" - on-finished "~2.3.0" - parseurl "~1.3.3" - path-to-regexp "0.1.7" - proxy-addr "~2.0.5" - qs "6.7.0" - range-parser "~1.2.1" - safe-buffer "5.1.2" - send "0.17.1" - serve-static "1.14.1" - setprototypeof "1.1.1" - statuses "~1.5.0" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -expression-eval@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/expression-eval/-/expression-eval-2.1.0.tgz#422915caa46140a7c5b5f248650dea8bf8236e62" - integrity sha512-FUJO/Akvl/JOWkvlqZaqbkhsEWlCJWDeZG4tzX96UH68D9FeRgYgtb55C2qtqbORC0Q6x5419EDjWu4IT9kQfg== - dependencies: - jsep "^0.3.0" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@^3.0.0, extend@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -external-editor@^3.0.0, external-editor@^3.0.3: - version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - -fake-tag@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/fake-tag/-/fake-tag-1.0.1.tgz#1d59da482240a02bd83500ca98976530ed154b0d" - integrity sha512-qmewZoBpa71mM+y6oxXYW/d1xOYQmeIvnEXAt1oCmdP0sqcogWYLepR87QL1jQVLSVMVYDq2cjY6ec/Wu8/4pg== - -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" - integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= - -fast-deep-equal@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" - integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== - -fast-diff@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== - -fast-glob@^2.0.2, fast-glob@^2.2.6: - version "2.2.7" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" - integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== - dependencies: - "@mrmlnc/readdir-enhanced" "^2.2.1" - "@nodelib/fs.stat" "^1.1.2" - glob-parent "^3.1.0" - is-glob "^4.0.0" - merge2 "^1.2.3" - micromatch "^3.1.10" - -fast-glob@^3.0.1, fast-glob@^3.0.4, fast-glob@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.1.1.tgz#87ee30e9e9f3eb40d6f254a7997655da753d7c82" - integrity sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.0" - merge2 "^1.3.0" - micromatch "^4.0.2" - -fast-json-parse@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" - integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== - -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fast-safe-stringify@^1.0.8, fast-safe-stringify@^1.2.1: - version "1.2.3" - resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-1.2.3.tgz#9fe22c37fb2f7f86f06b8f004377dbf8f1ee7bc1" - integrity sha512-QJYT/i0QYoiZBQ71ivxdyTqkwKkQ0oxACXHYxH2zYHJEgzi2LsbjgvtzTbLi1SZcF190Db2YP7I7eTsU2egOlw== - -fastq@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2" - integrity sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA== - dependencies: - reusify "^1.0.0" - -fault@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" - integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== - dependencies: - format "^0.2.0" - -faye-websocket@~0.11.1: - version "0.11.3" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" - integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== - dependencies: - websocket-driver ">=0.5.1" - -fb-watchman@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" - integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - dependencies: - bser "2.1.1" - -fbjs@^0.8.1, fbjs@^0.8.16, fbjs@^0.8.9: - version "0.8.17" - resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd" - integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90= - dependencies: - core-js "^1.0.0" - isomorphic-fetch "^2.1.1" - loose-envify "^1.0.0" - object-assign "^4.1.0" - promise "^7.1.1" - setimmediate "^1.0.5" - ua-parser-js "^0.7.18" - -fetch-retry@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/fetch-retry/-/fetch-retry-4.0.1.tgz#ca746666399aaf0547aa3851ccb543cfb112b8da" - integrity sha512-EhIeVBkq9T2z1ANDr2kmLujoHOTdLvR9t/nzLSdX4PMIFinLyyZFYX9T6Fb3LrbiHQEhujq1O7ElsqjuqYIsEA== - -figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" - integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w== - -figures@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - -figures@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" - integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= - dependencies: - escape-string-regexp "^1.0.5" - -figures@^3.0.0, figures@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.1.0.tgz#4b198dd07d8d71530642864af2d45dd9e459c4ec" - integrity sha512-ravh8VRXqHuMvZt/d8GblBeqDMkdJMBdv/2KntFH+ra5MXkO7nxNKpzQ3n6QD/2da1kH0aWmNISdvhM7gl2gVg== - dependencies: - escape-string-regexp "^1.0.5" - -file-entry-cache@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" - integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== - dependencies: - flat-cache "^2.0.1" - -file-loader@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" - integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== - dependencies: - loader-utils "^1.2.3" - schema-utils "^2.5.0" - -file-system-cache@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-1.0.5.tgz#84259b36a2bbb8d3d6eb1021d3132ffe64cfff4f" - integrity sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08= - dependencies: - bluebird "^3.3.5" - fs-extra "^0.30.0" - ramda "^0.21.0" - -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -filename-reserved-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz#e61cf805f0de1c984567d0386dc5df50ee5af7e4" - integrity sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q= - -filenamify-url@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/filenamify-url/-/filenamify-url-1.0.0.tgz#b32bd81319ef5863b73078bed50f46a4f7975f50" - integrity sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A= - dependencies: - filenamify "^1.0.0" - humanize-url "^1.0.0" - -filenamify@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-1.2.1.tgz#a9f2ffd11c503bed300015029272378f1f1365a5" - integrity sha1-qfL/0RxQO+0wABUCknI3jx8TZaU= - dependencies: - filename-reserved-regex "^1.0.0" - strip-outer "^1.0.0" - trim-repeated "^1.0.0" - -filesize@3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" - integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -filled-array@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84" - integrity sha1-w8T2xmO5I0WamqKZEtLQMfFQf4Q= - -finalhandler@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-cache-dir@^3.0.0, find-cache-dir@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.2.0.tgz#e7fe44c1abc1299f516146e563108fd1006c1874" - integrity sha512-1JKclkYYsf1q9WIJKLZa9S9muC+08RIjzAlLrK4QcYLJMS6mk9yombQ9qf+zJ7H9LS800k0s44L4sDq9VYzqyg== - dependencies: - commondir "^1.0.1" - make-dir "^3.0.0" - pkg-dir "^4.1.0" - -find-node-modules@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/find-node-modules/-/find-node-modules-2.0.0.tgz#5db1fb9e668a3d451db3d618cd167cdd59e41b69" - integrity sha512-8MWIBRgJi/WpjjfVXumjPKCtmQ10B+fjx6zmSA+770GMJirLhWIzg8l763rhjl9xaeaHbnxPNRQKq2mgMhr+aw== - dependencies: - findup-sync "^3.0.0" - merge "^1.2.1" - -find-replace@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38" - integrity sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ== - dependencies: - array-back "^3.0.1" - -find-root@1.1.0, find-root@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" - integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== - -find-up@3.0.0, find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -find-up@^2.0.0, find-up@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - dependencies: - locate-path "^2.0.0" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -find-value@^1.0.3: - version "1.0.11" - resolved "https://registry.yarnpkg.com/find-value/-/find-value-1.0.11.tgz#493c062884d4aa26a66571adedea98a46ad3a060" - integrity sha512-ECGsf/85PJgK/kOv6q1/MA1pawuBvQi12td/7MQHakfE7/P2jFgUeo0BL1dbAF97DPOTrtsrFBHkwBnPMWZiKg== - -find-versions@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e" - integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww== - dependencies: - semver-regex "^2.0.0" - -findup-sync@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" - integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - dependencies: - detect-file "^1.0.0" - is-glob "^4.0.0" - micromatch "^3.0.4" - resolve-dir "^1.0.1" - -flat-cache@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" - integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== - dependencies: - flatted "^2.0.0" - rimraf "2.6.3" - write "1.0.3" - -flatbuffers@1.12.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/flatbuffers/-/flatbuffers-1.12.0.tgz#72e87d1726cb1b216e839ef02658aa87dcef68aa" - integrity sha512-c7CZADjRcl6j0PlvFy0ZqXQ67qSEZfrVPynmnL+2zPc+NtMvrF8Y0QceMo7QqnSPc7+uWjUIAbvCQ5WIKlMVdQ== - -flatstr@^1.0.4: - version "1.0.12" - resolved "https://registry.yarnpkg.com/flatstr/-/flatstr-1.0.12.tgz#c2ba6a08173edbb6c9640e3055b95e287ceb5931" - integrity sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw== - -flatted@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08" - integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg== - -flush-write-stream@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" - integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - dependencies: - inherits "^2.0.3" - readable-stream "^2.3.6" - -focus-lock@^0.6.6: - version "0.6.6" - resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.6.6.tgz#98119a755a38cfdbeda0280eaa77e307eee850c7" - integrity sha512-Dx69IXGCq1qsUExWuG+5wkiMqVM/zGx/reXSJSLogECwp3x6KeNQZ+NAetgxEFpnC41rD8U3+jRCW68+LNzdtw== - -follow-redirects@1.5.10: - version "1.5.10" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" - integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== - dependencies: - debug "=3.1.0" - -for-in@^0.1.3: - version "0.1.8" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" - integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - -for-in@^1.0.1, for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -for-own@^0.1.3: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - dependencies: - for-in "^1.0.1" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -fork-ts-checker-webpack-plugin@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.5.0.tgz#ce1d77190b44d81a761b10b6284a373795e41f0c" - integrity sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA== - dependencies: - babel-code-frame "^6.22.0" - chalk "^2.4.1" - chokidar "^2.0.4" - micromatch "^3.1.10" - minimatch "^3.0.4" - semver "^5.6.0" - tapable "^1.0.0" - worker-rpc "^0.1.0" - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -format@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" - integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= - -forwarded@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" - integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -from2@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.0" - -front-matter@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-2.3.0.tgz#7203af896ce357ee04e2aa45169ea91ed7f67504" - integrity sha1-cgOviWzjV+4E4qpFFp6pHtf2dQQ= - dependencies: - js-yaml "^3.10.0" - -fs-extra@^0.30.0: - version "0.30.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0" - integrity sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^2.1.0" - klaw "^1.0.0" - path-is-absolute "^1.0.0" - rimraf "^2.2.8" - -fs-extra@^7.0.0, fs-extra@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-extra@^8.0.1, fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-minipass@^1.2.5: - version "1.2.7" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" - integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== - dependencies: - minipass "^2.6.0" - -fs-minipass@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - -fs-readdir-recursive@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" - integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== - -fs-write-stream-atomic@^1.0.8: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - dependencies: - graceful-fs "^4.1.2" - iferr "^0.1.5" - imurmurhash "^0.1.4" - readable-stream "1 || 2" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^1.2.7: - version "1.2.11" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.11.tgz#67bf57f4758f02ede88fb2a1712fef4d15358be3" - integrity sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw== - dependencies: - bindings "^1.5.0" - nan "^2.12.1" - -fsevents@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" - integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -function.prototype.name@^1.1.0, function.prototype.name@^1.1.1, function.prototype.name@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45" - integrity sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - functions-have-names "^1.2.0" - -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - -functions-have-names@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.1.tgz#a981ac397fa0c9964551402cdc5533d7a4d52f91" - integrity sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA== - -fuse.js@^3.4.6: - version "3.4.6" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.6.tgz#545c3411fed88bf2e27c457cab6e73e7af697a45" - integrity sha512-H6aJY4UpLFwxj1+5nAvufom5b2BT2v45P1MkPvdGIK8fWjQx/7o6tTT1+ALV0yawQvbmvCF0ufl2et8eJ7v7Cg== - -fuzzy@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" - integrity sha1-THbsL/CsGjap3M+aAN+GIweNTtg= - -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -genfun@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" - integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== - -gensync@^1.0.0-beta.1: - version "1.0.0-beta.1" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" - integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== - -geojson-vt@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.2.1.tgz#f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7" - integrity sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg== - -get-caller-file@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" - integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-own-enumerable-property-symbols@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" - integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - -get-pkg-repo@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d" - integrity sha1-xztInAbYDMVTbCyFP54FIyBWly0= - dependencies: - hosted-git-info "^2.1.4" - meow "^3.3.0" - normalize-package-data "^2.3.0" - parse-github-repo-url "^1.3.0" - through2 "^2.0.0" - -get-port@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" - integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== - -get-stdin@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" - integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - -get-stream@^4.0.0, get-stream@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9" - integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== - dependencies: - pump "^3.0.0" - -get-stream@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" - integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -gh-pages@^2.0.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.2.0.tgz#74ebeaca8d2b9a11279dcbd4a39ddfff3e6caa24" - integrity sha512-c+yPkNOPMFGNisYg9r4qvsMIjVYikJv7ImFOhPIVPt0+AcRUamZ7zkGRLHz7FKB0xrlZ+ddSOJsZv9XAFVXLmA== - dependencies: - async "^2.6.1" - commander "^2.18.0" - email-addresses "^3.0.1" - filenamify-url "^1.0.0" - fs-extra "^8.1.0" - globby "^6.1.0" - -git-raw-commits@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5" - integrity sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg== - dependencies: - dargs "^4.0.1" - lodash.template "^4.0.2" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - -git-raw-commits@^1.3.0: - version "1.3.6" - resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-1.3.6.tgz#27c35a32a67777c1ecd412a239a6c19d71b95aff" - integrity sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg== - dependencies: - dargs "^4.0.1" - lodash.template "^4.0.2" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - -git-remote-origin-url@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" - integrity sha1-UoJlna4hBxRaERJhEq0yFuxfpl8= - dependencies: - gitconfiglocal "^1.0.0" - pify "^2.3.0" - -git-semver-tags@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-2.0.3.tgz#48988a718acf593800f99622a952a77c405bfa34" - integrity sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA== - dependencies: - meow "^4.0.0" - semver "^6.0.0" - -git-semver-tags@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-3.0.1.tgz#9cb9e4974437de1f71f32da3bfe74f4d35afb1b9" - integrity sha512-Hzd1MOHXouITfCasrpVJbRDg9uvW7LfABk3GQmXYZByerBDrfrEMP9HXpNT7RxAbieiocP6u+xq20DkvjwxnCA== - dependencies: - meow "^5.0.0" - semver "^6.0.0" - -git-up@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0" - integrity sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw== - dependencies: - is-ssh "^1.3.0" - parse-url "^5.0.0" - -git-url-parse@^11.1.2: - version "11.1.2" - resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67" - integrity sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ== - dependencies: - git-up "^4.0.0" - -gitconfiglocal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" - integrity sha1-QdBF84UaXqiPA/JMocYXgRRGS5s= - dependencies: - ini "^1.3.2" - -gl-matrix@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.1.0.tgz#f5b2de17d8fed95a79e5025b10cded0ab9ccbed0" - integrity sha512-526NA+3EA+ztAQi0IZpSWiM0fyQXIp7IbRvfJ4wS/TjjQD0uv0fVybXwwqqSOlq33UckivI0yMDlVtboWm3k7A== - -gl-matrix@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.3.0.tgz#232eef60b1c8b30a28cbbe75b2caf6c48fd6358b" - integrity sha512-COb7LDz+SXaHtl/h4LeaFcNdJdAQSDeVqjiIihSXNrkWObZLhDI4hIkZC11Aeqp7bcE72clzB0BnDXr2SmslRA== - -glob-base@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" - integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= - dependencies: - glob-parent "^2.0.0" - is-glob "^2.0.0" - -glob-parent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" - integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - dependencies: - is-glob "^2.0.0" - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob-parent@^5.0.0, glob-parent@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2" - integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw== - dependencies: - is-glob "^4.0.1" - -glob-to-regexp@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" - integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= - -glob@7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" - integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== - dependencies: - 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" - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - dependencies: - 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" - -global-cache@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/global-cache/-/global-cache-1.2.1.tgz#39ca020d3dd7b3f0934c52b75363f8d53312c16d" - integrity sha512-EOeUaup5DgWKlCMhA9YFqNRIlZwoxt731jCh47WBV9fQqHgXhr3Fa55hfgIUqilIcPsfdNKN7LHjrNY+Km40KA== - dependencies: - define-properties "^1.1.2" - is-symbol "^1.0.1" - -global-dirs@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" - integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= - dependencies: - ini "^1.3.4" - -global-modules@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" - integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - dependencies: - global-prefix "^3.0.0" - -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" - -global-prefix@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" - integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - dependencies: - ini "^1.3.5" - kind-of "^6.0.2" - which "^1.3.1" - -global@^4.3.0, global@^4.3.1, global@^4.3.2, global@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406" - integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== - dependencies: - min-document "^2.19.0" - process "^0.11.10" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^12.1.0: - version "12.3.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13" - integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw== - dependencies: - type-fest "^0.8.1" - -globalthis@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" - integrity sha512-mJPRTc/P39NH/iNG4mXa9aIhNymaQikTrnspeCa2ZuJ+mH2QN/rXwtX3XwKrHqWgUQFbNZKtHM105aHzJalElw== - dependencies: - define-properties "^1.1.3" - -globby@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d" - integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w== - dependencies: - array-union "^1.0.1" - dir-glob "2.0.0" - fast-glob "^2.0.2" - glob "^7.1.2" - ignore "^3.3.5" - pify "^3.0.0" - slash "^1.0.0" - -globby@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= - dependencies: - array-union "^1.0.1" - glob "^7.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -globby@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" - integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== - dependencies: - "@types/glob" "^7.1.1" - array-union "^1.0.2" - dir-glob "^2.2.2" - fast-glob "^2.2.6" - glob "^7.1.3" - ignore "^4.0.3" - pify "^4.0.1" - slash "^2.0.0" - -good-listener@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50" - integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA= - dependencies: - delegate "^3.1.2" - -got@^5.0.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/got/-/got-5.7.1.tgz#5f81635a61e4a6589f180569ea4e381680a51f35" - integrity sha1-X4FjWmHkplifGAVp6k44FoClHzU= - dependencies: - create-error-class "^3.0.1" - duplexer2 "^0.1.4" - is-redirect "^1.0.0" - is-retry-allowed "^1.0.0" - is-stream "^1.0.0" - lowercase-keys "^1.0.0" - node-status-codes "^1.0.0" - object-assign "^4.0.1" - parse-json "^2.1.0" - pinkie-promise "^2.0.0" - read-all-stream "^3.0.0" - readable-stream "^2.0.5" - timed-out "^3.0.0" - unzip-response "^1.0.2" - url-parse-lax "^1.0.0" - -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" - integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== - -grid-index@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/grid-index/-/grid-index-1.1.0.tgz#97f8221edec1026c8377b86446a7c71e79522ea7" - integrity sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA== - -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - -gud@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" - integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== - -gzip-size@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" - integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== - dependencies: - duplexer "^0.1.1" - pify "^4.0.1" - -h3-js@^3.1.0, h3-js@^3.4.3: - version "3.6.3" - resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-3.6.3.tgz#74807ddafc39f2e34688c6fc4cf225248c891c6c" - integrity sha512-sSfUD4WrqKDoGsGjeY/ih2kbl/HqunGzdAr4NL8Q1qHSAyGMvev3jABbsMvK9wJGmnGuGhIzgxX9kCbUsYcnwg== - -h3-js@^3.6.0: - version "3.7.2" - resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-3.7.2.tgz#61d4feb7bb42868ca9cdb2d5cf9d9dda94f9e5a3" - integrity sha512-LPjlHSwB9zQZrMqKloCZmmmt3yZzIK7nqPcXqwU93zT3TtYG6jP4tZBzAPouxut7lLjdFbMQ75wRBiKfpsnY7w== - -hammerjs@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1" - integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE= - -handlebars@^4.4.0: - version "4.7.3" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee" - integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg== - dependencies: - neo-async "^2.6.0" - optimist "^0.6.1" - source-map "^0.6.1" - optionalDependencies: - uglify-js "^3.1.4" - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== - dependencies: - ajv "^6.5.5" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.0, has-symbols@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" - integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - -has-unicode@^2.0.0, has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.1, has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hash-base@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" - integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg= - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -hast-util-parse-selector@^2.0.0: - version "2.2.3" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.3.tgz#57edd449103900c7f63fd9e6f694ffd7e4634719" - integrity sha512-nxbeqjQNxsvo/uYYAw9kij6td05YVUlf1qti09rVfbWSLT5H6wo3c+USIwX6nzXWk5kFZzXnEqO82856r0aM2Q== - -hastscript@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.1.1.tgz#71726ee1e97220575d1f29a8e937387d99d48275" - integrity sha512-xHo1Hkcqd0LlWNuDL3/BxwhgAGp3d7uEvCMgCTrBY+zsOooPPH+8KAvW8PCgl+GB8H3H44nfSaF0A4BQ+4xlYg== - dependencies: - comma-separated-tokens "^1.0.0" - hast-util-parse-selector "^2.0.0" - property-information "^5.0.0" - space-separated-tokens "^1.0.0" - -he@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - -header-case@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/header-case/-/header-case-1.0.1.tgz#9535973197c144b09613cd65d317ef19963bd02d" - integrity sha1-lTWXMZfBRLCWE81l0xfvGZY70C0= - dependencies: - no-case "^2.2.0" - upper-case "^1.1.3" - -highlight.js@~9.13.0: - version "9.13.1" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e" - integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== - -hmac-drbg@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -hoek@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb" - integrity sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA== - -hoist-non-react-statics@^1.0.0, hoist-non-react-statics@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb" - integrity sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs= - -hoist-non-react-statics@^3.3.0: - version "3.3.2" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" - integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - dependencies: - react-is "^16.7.0" - -homedir-polyfill@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" - integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - dependencies: - parse-passwd "^1.0.0" - -hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: - version "2.8.5" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c" - integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg== - -html-element-map@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.2.0.tgz#dfbb09efe882806af63d990cf6db37993f099f22" - integrity sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw== - dependencies: - array-filter "^1.0.0" - -html-encoding-sniffer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" - integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - dependencies: - whatwg-encoding "^1.0.1" - -html-entities@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" - integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8= - -html-escaper@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.0.tgz#71e87f931de3fe09e56661ab9a29aadec707b491" - integrity sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig== - -html-minifier-terser@^5.0.1: - version "5.0.2" - resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.0.2.tgz#0e67a0b062ae1dd0719fc73199479298f807ae16" - integrity sha512-VAaitmbBuHaPKv9bj47XKypRhgDxT/cDLvsPiiF7w+omrN3K0eQhpigV9Z1ilrmHa9e0rOYcD6R/+LCDADGcnQ== - dependencies: - camel-case "^3.0.0" - clean-css "^4.2.1" - commander "^4.0.0" - he "^1.2.0" - param-case "^2.1.1" - relateurl "^0.2.7" - terser "^4.3.9" - -html-to-react@^1.3.4: - version "1.4.2" - resolved "https://registry.yarnpkg.com/html-to-react/-/html-to-react-1.4.2.tgz#7b628ab56cd63a52f2d0b79d0fa838a51f088a57" - integrity sha512-TdTfxd95sRCo6QL8admCkE7mvNNrXtGoVr1dyS+7uvc8XCqAymnf/6ckclvnVbQNUo2Nh21VPwtfEHd0khiV7g== - dependencies: - domhandler "^3.0" - htmlparser2 "^4.0" - lodash.camelcase "^4.3.0" - ramda "^0.26" - -html-webpack-plugin@^4.0.0-beta.2: - version "4.0.0-beta.11" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.11.tgz#3059a69144b5aecef97708196ca32f9e68677715" - integrity sha512-4Xzepf0qWxf8CGg7/WQM5qBB2Lc/NFI7MhU59eUDTkuQp3skZczH4UA1d6oQyDEIoMDgERVhRyTdtUPZ5s5HBg== - dependencies: - 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" - -htmlparser2@^3.3.0, htmlparser2@^3.9.1: - version "3.10.1" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" - integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - dependencies: - domelementtype "^1.3.1" - domhandler "^2.3.0" - domutils "^1.5.1" - entities "^1.1.1" - inherits "^2.0.1" - readable-stream "^3.1.1" - -htmlparser2@^4.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.0.0.tgz#6034658db65b7713a572a9ebf79f650832dceec8" - integrity sha512-cChwXn5Vam57fyXajDtPXL1wTYc8JtLbr2TN76FYu05itVVVealxLowe2B3IEznJG4p9HAYn/0tJaRlGuEglFQ== - dependencies: - domelementtype "^2.0.1" - domhandler "^3.0.0" - domutils "^2.0.0" - entities "^2.0.0" - -http-cache-semantics@^3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" - integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== - -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -"http-parser-js@>=0.4.0 <0.4.11": - version "0.4.10" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4" - integrity sha1-ksnBN0w1CF912zWexWzCV8u5P6Q= - -http-proxy-agent@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405" - integrity sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg== - dependencies: - agent-base "4" - debug "3.1.0" - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - -https-proxy-agent@^2.2.3: - version "2.2.4" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b" - integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg== - dependencies: - agent-base "^4.3.0" - debug "^3.1.0" - -human-signals@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" - integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - -humanize-url@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/humanize-url/-/humanize-url-1.0.1.tgz#f4ab99e0d288174ca4e1e50407c55fbae464efff" - integrity sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8= - dependencies: - normalize-url "^1.0.0" - strip-url-auth "^1.0.0" - -husky@^4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e" - integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ== - dependencies: - chalk "^3.0.0" - ci-info "^2.0.0" - compare-versions "^3.5.1" - cosmiconfig "^6.0.0" - find-versions "^3.2.0" - opencollective-postinstall "^2.0.2" - pkg-dir "^4.2.0" - please-upgrade-node "^3.2.0" - slash "^3.0.0" - which-pm-runs "^1.0.0" - -hygen@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/hygen/-/hygen-5.0.3.tgz#0ba9f6aff0a51dce4e71fc679da5a359cafb38c7" - integrity sha512-tepicT366of7FZKfuT/YtTOZ1mU7txQix2EgYEGOCBD4SN3+vf2tRITB/yA7Amd9NPhzijgCYkW/MlIsdXEEEQ== - dependencies: - chalk "^2.4.2" - change-case "^3.1.0" - ejs "^2.6.1" - enquirer "^2.3.0" - execa "^1.0.0" - front-matter "^2.3.0" - fs-extra "^7.0.1" - ignore-walk "^3.0.2" - inflection "^1.12.0" - ts-jest "^24.1.0" - yargs-parser "^13.0.0" - -hyphenate-style-name@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48" - integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ== - -i18next@^19.1.0: - version "19.1.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.1.0.tgz#fe1a1da3d208872946307c7d2d115da45d46159f" - integrity sha512-ISbmukX4L6Dz0QoH9+EW1AnBw7j+NRLoMu9uLPMaNSSTP9Eie9/oUL0dOyWX15baB3gYOpkHJpGZRHOqcnl0ew== - dependencies: - "@babel/runtime" "^7.3.1" - -iconv-lite@0.4, iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@~0.4.13: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -icss-utils@^4.0.0, icss-utils@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - dependencies: - postcss "^7.0.14" - -ieee754@^1.1.12, ieee754@^1.1.4: - version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" - integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - -iferr@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= - -ignore-walk@^3.0.1, ignore-walk@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37" - integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw== - dependencies: - minimatch "^3.0.4" - -ignore@^3.3.5: - version "3.3.10" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" - integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== - -ignore@^4.0.3, ignore@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - -immer@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d" - integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== - -immutable@^3.8.1: - version "3.8.2" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" - integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM= - -import-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" - integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - dependencies: - import-from "^2.1.0" - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.0.0, import-fresh@^3.1.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" - integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-from@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" - integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== - dependencies: - resolve-from "^5.0.0" - -import-from@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" - integrity sha1-M1238qev/VOqpHHUuAId7ja387E= - dependencies: - resolve-from "^3.0.0" - -import-local@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" - integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== - dependencies: - pkg-dir "^3.0.0" - resolve-cwd "^2.0.0" - -import-local@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" - integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - -import-modules@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d" - integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw== - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -indent-string@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -indexes-of@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - -infer-owner@^1.0.3, infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - -inflection@^1.12.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416" - integrity sha1-ogCTVlbW9fa8TcdQLhrstwMihBY= - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - -init-package-json@^1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-1.10.3.tgz#45ffe2f610a8ca134f2bd1db5637b235070f6cbe" - integrity sha512-zKSiXKhQveNteyhcj1CoOP8tqp1QuxPIPBl8Bid99DGLFqA1p87M6lNgfjJHSBoWJJlidGOv5rWjyYKEB3g2Jw== - dependencies: - glob "^7.1.1" - npm-package-arg "^4.0.0 || ^5.0.0 || ^6.0.0" - promzard "^0.3.0" - read "~1.0.1" - read-package-json "1 || 2" - semver "2.x || 3.x || 4 || 5" - validate-npm-package-license "^3.0.1" - validate-npm-package-name "^3.0.0" - -inline-style-prefixer@^3.0.1: - version "3.0.8" - resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-3.0.8.tgz#8551b8e5b4d573244e66a34b04f7d32076a2b534" - integrity sha1-hVG45bTVcyROZqNLBPfTIHaitTQ= - dependencies: - bowser "^1.7.3" - css-in-js-utils "^2.0.0" - -inquirer@6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8" - integrity sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg== - dependencies: - ansi-escapes "^3.0.0" - chalk "^2.0.0" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^3.0.0" - figures "^2.0.0" - lodash "^4.17.10" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^6.1.0" - string-width "^2.1.0" - strip-ansi "^4.0.0" - through "^2.3.6" - -inquirer@6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42" - integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA== - dependencies: - ansi-escapes "^3.2.0" - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^3.0.3" - figures "^2.0.0" - lodash "^4.17.12" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^6.4.0" - string-width "^2.1.0" - strip-ansi "^5.1.0" - through "^2.3.6" - -inquirer@^6.2.0: - version "6.5.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca" - integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== - dependencies: - ansi-escapes "^3.2.0" - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^3.0.3" - figures "^2.0.0" - lodash "^4.17.12" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^6.4.0" - string-width "^2.1.0" - strip-ansi "^5.1.0" - through "^2.3.6" - -inquirer@^7.0.0: - version "7.0.4" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703" - integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ== - dependencies: - ansi-escapes "^4.2.1" - chalk "^2.4.2" - 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.2.0" - rxjs "^6.5.3" - string-width "^4.1.0" - strip-ansi "^5.1.0" - through "^2.3.6" - -internal-slot@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3" - integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== - dependencies: - es-abstract "^1.17.0-next.1" - has "^1.0.3" - side-channel "^1.0.2" - -internmap@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/internmap/-/internmap-1.0.1.tgz#0017cc8a3b99605f0302f2b198d272e015e5df95" - integrity sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw== - -interpret@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" - integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw== - -interpret@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.0.0.tgz#b783ffac0b8371503e9ab39561df223286aa5433" - integrity sha512-e0/LknJ8wpMMhTiWcjivB+ESwIuvHnBSlBbmP/pSb8CQJldoj1p2qv7xGZ/+BtbTziYRFSz8OsvdbiX45LtYQA== - -invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= - -invert-kv@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-3.0.0.tgz#9db0c4817a1ec754df8067df6acf6828286f6a84" - integrity sha512-JzF8q2BeZA1ZkE3XROwRpoMQ9ObMgTtp0JH8EXewlbkikuOj2GPLIpUipdO+VL8QsTr2teAJD02EFGGL5cO7uw== - -ip-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - -ip@1.1.5, ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -ipaddr.js@1.9.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65" - integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA== - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-alphabetical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" - integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - -is-alphanumerical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" - integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - dependencies: - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - -is-arguments@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3" - integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - dependencies: - binary-extensions "^1.0.0" - -is-boolean-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e" - integrity sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ== - -is-buffer@^1.0.2, is-buffer@^1.1.4, is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-buffer@^2.0.2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" - integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - -is-callable@^1.1.4, is-callable@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" - integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" - integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - -is-decimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" - integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-docker@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" - integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ== - -is-dom@^1.0.9: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-dom/-/is-dom-1.1.0.tgz#af1fced292742443bb59ca3f76ab5e80907b4e8a" - integrity sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ== - dependencies: - is-object "^1.0.1" - is-window "^1.0.2" - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" - integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - -is-extglob@^2.1.0, is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-function@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5" - integrity sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU= - -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" - integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - dependencies: - is-extglob "^1.0.0" - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0, is-glob@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-hexadecimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" - integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== - -is-lower-case@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/is-lower-case/-/is-lower-case-1.1.3.tgz#7e147be4768dc466db3bfb21cc60b31e6ad69393" - integrity sha1-fhR75HaNxGbbO/shzGCzHmrWk5M= - dependencies: - lower-case "^1.1.0" - -is-map@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1" - integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw== - -is-npm@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" - integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= - -is-number-object@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197" - integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^1.0.0, is-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= - -is-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" - integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= - -is-observable@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-observable/-/is-observable-1.1.0.tgz#b3e986c8f44de950867cab5403f5a3465005975e" - integrity sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - dependencies: - symbol-observable "^1.1.0" - -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - -is-plain-object@3.0.0, is-plain-object@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928" - integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - dependencies: - isobject "^4.0.0" - -is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-promise@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" - integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= - -is-redirect@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" - integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= - -is-regex@^1.0.4, is-regex@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae" - integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== - dependencies: - has "^1.0.3" - -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= - -is-retry-allowed@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" - integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== - -is-root@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" - integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== - -is-set@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.1.tgz#d1604afdab1724986d30091575f54945da7e5f43" - integrity sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA== - -is-ssh@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3" - integrity sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg== - dependencies: - protocols "^1.1.0" - -is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" - integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - -is-string@^1.0.4, is-string@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" - integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - -is-subset@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" - integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - -is-symbol@^1.0.1, is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" - integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - dependencies: - has-symbols "^1.0.1" - -is-text-path@^1.0.0, is-text-path@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" - integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= - dependencies: - text-extensions "^1.0.0" - -is-typedarray@^1.0.0, is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-upper-case@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/is-upper-case/-/is-upper-case-1.1.2.tgz#8d0b1fa7e7933a1e58483600ec7d9661cbaf756f" - integrity sha1-jQsfp+eTOh5YSDYA7H2WYcuvdW8= - dependencies: - upper-case "^1.1.0" - -is-utf8@^0.2.0, is-utf8@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -is-what@^3.3.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.5.1.tgz#069d31d97afc62bcbfb281ef6a1dd89461ebee76" - integrity sha512-NHeqazf97ZVerGNEDmYG4+J4UY3uDQOjaJNMIMXw2i/tFfMconSgSK8Z27Y4VWMbM96E9ylroUSnD7jXRjzBwA== - -is-whitespace-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" - integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - -is-window@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-window/-/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d" - integrity sha1-LIlspT25feRdPDMTOmXYyfVjSA0= - -is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-word-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230" - integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -is-wsl@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d" - integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog== - -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isarray@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" - integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -isobject@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" - integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== - -isomorphic-fetch@^2.1.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" - integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= - dependencies: - node-fetch "^1.0.1" - whatwg-fetch ">=0.10.0" - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -istanbul-lib-coverage@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" - integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - -istanbul-lib-instrument@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz#61f13ac2c96cfefb076fe7131156cc05907874e6" - integrity sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg== - dependencies: - "@babel/core" "^7.7.5" - "@babel/parser" "^7.7.5" - "@babel/template" "^7.7.4" - "@babel/traverse" "^7.7.4" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.0.0" - semver "^6.3.0" - -istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9" - integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.0.tgz#d4d16d035db99581b6194e119bbf36c963c5eb70" - integrity sha512-2osTcC8zcOSUkImzN2EWQta3Vdi4WjjKw99P2yWx5mLnigAM0Rd5uYFn1cf2i/Ois45GkNjaoTqc5CxgMSX80A== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -iterate-iterator@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz#1693a768c1ddd79c969051459453f082fe82e9f6" - integrity sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== - -iterate-object@^1.3.2: - version "1.3.3" - resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.3.tgz#c58e60f7f0caefa2d382027a484b215988a7a296" - integrity sha512-DximWbkke36cnrSfNJv6bgcB2QOMV9PRD2FiowwzCoMsh8RupFLdbNIzWe+cVDWT+NIMNJgGlB1dGxP6kpzGtA== - -iterate-value@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/iterate-value/-/iterate-value-1.0.2.tgz#935115bd37d006a52046535ebc8d07e9c9337f57" - integrity sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== - dependencies: - es-get-iterator "^1.0.2" - iterate-iterator "^1.0.1" - -java-properties@^0.2.9: - version "0.2.10" - resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-0.2.10.tgz#2551560c25fa1ad94d998218178f233ad9b18f60" - integrity sha512-CpKJh9VRNhS+XqZtg1UMejETGEiqwCGDC/uwPEEQwc2nfdbSm73SIE29TplG2gLYuBOOTNDqxzG6A9NtEPLt0w== - -java-properties@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" - integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== - -jed@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/jed/-/jed-1.1.1.tgz#7a549bbd9ffe1585b0cd0a191e203055bee574b4" - integrity sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ= - -jest-changed-files@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-25.1.0.tgz#73dae9a7d9949fdfa5c278438ce8f2ff3ec78131" - integrity sha512-bdL1aHjIVy3HaBO3eEQeemGttsq1BDlHgWcOjEOIAcga7OOEGWHD2WSu8HhL7I1F0mFFyci8VKU4tRNk+qtwDA== - dependencies: - "@jest/types" "^25.1.0" - execa "^3.2.0" - throat "^5.0.0" - -jest-cli@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.1.0.tgz#75f0b09cf6c4f39360906bf78d580be1048e4372" - integrity sha512-p+aOfczzzKdo3AsLJlhs8J5EW6ffVidfSZZxXedJ0mHPBOln1DccqFmGCoO8JWd4xRycfmwy1eoQkMsF8oekPg== - dependencies: - "@jest/core" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/types" "^25.1.0" - chalk "^3.0.0" - exit "^0.1.2" - import-local "^3.0.2" - is-ci "^2.0.0" - jest-config "^25.1.0" - jest-util "^25.1.0" - jest-validate "^25.1.0" - prompts "^2.0.1" - realpath-native "^1.1.0" - yargs "^15.0.0" - -jest-config@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.1.0.tgz#d114e4778c045d3ef239452213b7ad3ec1cbea90" - integrity sha512-tLmsg4SZ5H7tuhBC5bOja0HEblM0coS3Wy5LTCb2C8ZV6eWLewHyK+3qSq9Bi29zmWQ7ojdCd3pxpx4l4d2uGw== - dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^25.1.0" - "@jest/types" "^25.1.0" - babel-jest "^25.1.0" - chalk "^3.0.0" - glob "^7.1.1" - jest-environment-jsdom "^25.1.0" - jest-environment-node "^25.1.0" - jest-get-type "^25.1.0" - jest-jasmine2 "^25.1.0" - jest-regex-util "^25.1.0" - jest-resolve "^25.1.0" - jest-util "^25.1.0" - jest-validate "^25.1.0" - micromatch "^4.0.2" - pretty-format "^25.1.0" - realpath-native "^1.1.0" - -jest-diff@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.1.0.tgz#58b827e63edea1bc80c1de952b80cec9ac50e1ad" - integrity sha512-nepXgajT+h017APJTreSieh4zCqnSHEJ1iT8HDlewu630lSJ4Kjjr9KNzm+kzGwwcpsDE6Snx1GJGzzsefaEHw== - dependencies: - chalk "^3.0.0" - diff-sequences "^25.1.0" - jest-get-type "^25.1.0" - pretty-format "^25.1.0" - -jest-docblock@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-25.1.0.tgz#0f44bea3d6ca6dfc38373d465b347c8818eccb64" - integrity sha512-370P/mh1wzoef6hUKiaMcsPtIapY25suP6JqM70V9RJvdKLrV4GaGbfUseUVk4FZJw4oTZ1qSCJNdrClKt5JQA== - dependencies: - detect-newline "^3.0.0" - -jest-each@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-25.1.0.tgz#a6b260992bdf451c2d64a0ccbb3ac25e9b44c26a" - integrity sha512-R9EL8xWzoPySJ5wa0DXFTj7NrzKpRD40Jy+zQDp3Qr/2QmevJgkN9GqioCGtAJ2bW9P/MQRznQHQQhoeAyra7A== - dependencies: - "@jest/types" "^25.1.0" - chalk "^3.0.0" - jest-get-type "^25.1.0" - jest-util "^25.1.0" - pretty-format "^25.1.0" - -jest-environment-jsdom@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-25.1.0.tgz#6777ab8b3e90fd076801efd3bff8e98694ab43c3" - integrity sha512-ILb4wdrwPAOHX6W82GGDUiaXSSOE274ciuov0lztOIymTChKFtC02ddyicRRCdZlB5YSrv3vzr1Z5xjpEe1OHQ== - dependencies: - "@jest/environment" "^25.1.0" - "@jest/fake-timers" "^25.1.0" - "@jest/types" "^25.1.0" - jest-mock "^25.1.0" - jest-util "^25.1.0" - jsdom "^15.1.1" - -jest-environment-node@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-25.1.0.tgz#797bd89b378cf0bd794dc8e3dca6ef21126776db" - integrity sha512-U9kFWTtAPvhgYY5upnH9rq8qZkj6mYLup5l1caAjjx9uNnkLHN2xgZy5mo4SyLdmrh/EtB9UPpKFShvfQHD0Iw== - dependencies: - "@jest/environment" "^25.1.0" - "@jest/fake-timers" "^25.1.0" - "@jest/types" "^25.1.0" - jest-mock "^25.1.0" - jest-util "^25.1.0" - -jest-get-type@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.1.0.tgz#1cfe5fc34f148dc3a8a3b7275f6b9ce9e2e8a876" - integrity sha512-yWkBnT+5tMr8ANB6V+OjmrIJufHtCAqI5ic2H40v+tRqxDmE0PGnIiTyvRWFOMtmVHYpwRqyazDbTnhpjsGvLw== - -jest-haste-map@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-25.1.0.tgz#ae12163d284f19906260aa51fd405b5b2e5a4ad3" - integrity sha512-/2oYINIdnQZAqyWSn1GTku571aAfs8NxzSErGek65Iu5o8JYb+113bZysRMcC/pjE5v9w0Yz+ldbj9NxrFyPyw== - dependencies: - "@jest/types" "^25.1.0" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.3" - jest-serializer "^25.1.0" - jest-util "^25.1.0" - jest-worker "^25.1.0" - micromatch "^4.0.2" - sane "^4.0.3" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.1.2" - -jest-jasmine2@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-25.1.0.tgz#681b59158a430f08d5d0c1cce4f01353e4b48137" - integrity sha512-GdncRq7jJ7sNIQ+dnXvpKO2MyP6j3naNK41DTTjEAhLEdpImaDA9zSAZwDhijjSF/D7cf4O5fdyUApGBZleaEg== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^25.1.0" - "@jest/source-map" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/types" "^25.1.0" - chalk "^3.0.0" - co "^4.6.0" - expect "^25.1.0" - is-generator-fn "^2.0.0" - jest-each "^25.1.0" - jest-matcher-utils "^25.1.0" - jest-message-util "^25.1.0" - jest-runtime "^25.1.0" - jest-snapshot "^25.1.0" - jest-util "^25.1.0" - pretty-format "^25.1.0" - throat "^5.0.0" - -jest-leak-detector@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-25.1.0.tgz#ed6872d15aa1c72c0732d01bd073dacc7c38b5c6" - integrity sha512-3xRI264dnhGaMHRvkFyEKpDeaRzcEBhyNrOG5oT8xPxOyUAblIAQnpiR3QXu4wDor47MDTiHbiFcbypdLcLW5w== - dependencies: - jest-get-type "^25.1.0" - pretty-format "^25.1.0" - -jest-matcher-utils@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-25.1.0.tgz#fa5996c45c7193a3c24e73066fc14acdee020220" - integrity sha512-KGOAFcSFbclXIFE7bS4C53iYobKI20ZWleAdAFun4W1Wz1Kkej8Ng6RRbhL8leaEvIOjGXhGf/a1JjO8bkxIWQ== - dependencies: - chalk "^3.0.0" - jest-diff "^25.1.0" - jest-get-type "^25.1.0" - pretty-format "^25.1.0" - -jest-message-util@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-25.1.0.tgz#702a9a5cb05c144b9aa73f06e17faa219389845e" - integrity sha512-Nr/Iwar2COfN22aCqX0kCVbXgn8IBm9nWf4xwGr5Olv/KZh0CZ32RKgZWMVDXGdOahicM10/fgjdimGNX/ttCQ== - dependencies: - "@babel/code-frame" "^7.0.0" - "@jest/test-result" "^25.1.0" - "@jest/types" "^25.1.0" - "@types/stack-utils" "^1.0.1" - chalk "^3.0.0" - micromatch "^4.0.2" - slash "^3.0.0" - stack-utils "^1.0.1" - -jest-mock-console@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-1.0.0.tgz#0ca2cbea3aa0af4893c8c5f3c2de45c3d4d15629" - integrity sha512-bN9UjH+Jd/5Gs+p9Xt9Mai4SoUQRFd3f+ZOSCjlcbuVRUhNvl1y9jvys6L7BUx+1Uz+3jOoaq1O+C6j3sSu7SQ== - -jest-mock@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-25.1.0.tgz#411d549e1b326b7350b2e97303a64715c28615fd" - integrity sha512-28/u0sqS+42vIfcd1mlcg4ZVDmSUYuNvImP4X2lX5hRMLW+CN0BeiKVD4p+ujKKbSPKd3rg/zuhCF+QBLJ4vag== - dependencies: - "@jest/types" "^25.1.0" - -jest-pnp-resolver@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" - integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== - -jest-regex-util@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-25.1.0.tgz#efaf75914267741838e01de24da07b2192d16d87" - integrity sha512-9lShaDmDpqwg+xAd73zHydKrBbbrIi08Kk9YryBEBybQFg/lBWR/2BDjjiSE7KIppM9C5+c03XiDaZ+m4Pgs1w== - -jest-resolve-dependencies@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-25.1.0.tgz#8a1789ec64eb6aaa77fd579a1066a783437e70d2" - integrity sha512-Cu/Je38GSsccNy4I2vL12ZnBlD170x2Oh1devzuM9TLH5rrnLW1x51lN8kpZLYTvzx9j+77Y5pqBaTqfdzVzrw== - dependencies: - "@jest/types" "^25.1.0" - jest-regex-util "^25.1.0" - jest-snapshot "^25.1.0" - -jest-resolve@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-25.1.0.tgz#23d8b6a4892362baf2662877c66aa241fa2eaea3" - integrity sha512-XkBQaU1SRCHj2Evz2Lu4Czs+uIgJXWypfO57L7JYccmAXv4slXA6hzNblmcRmf7P3cQ1mE7fL3ABV6jAwk4foQ== - dependencies: - "@jest/types" "^25.1.0" - browser-resolve "^1.11.3" - chalk "^3.0.0" - jest-pnp-resolver "^1.2.1" - realpath-native "^1.1.0" - -jest-runner@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.1.0.tgz#fef433a4d42c89ab0a6b6b268e4a4fbe6b26e812" - integrity sha512-su3O5fy0ehwgt+e8Wy7A8CaxxAOCMzL4gUBftSs0Ip32S0epxyZPDov9Znvkl1nhVOJNf4UwAsnqfc3plfQH9w== - dependencies: - "@jest/console" "^25.1.0" - "@jest/environment" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/types" "^25.1.0" - chalk "^3.0.0" - exit "^0.1.2" - graceful-fs "^4.2.3" - jest-config "^25.1.0" - jest-docblock "^25.1.0" - jest-haste-map "^25.1.0" - jest-jasmine2 "^25.1.0" - jest-leak-detector "^25.1.0" - jest-message-util "^25.1.0" - jest-resolve "^25.1.0" - jest-runtime "^25.1.0" - jest-util "^25.1.0" - jest-worker "^25.1.0" - source-map-support "^0.5.6" - throat "^5.0.0" - -jest-runtime@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.1.0.tgz#02683218f2f95aad0f2ec1c9cdb28c1dc0ec0314" - integrity sha512-mpPYYEdbExKBIBB16ryF6FLZTc1Rbk9Nx0ryIpIMiDDkOeGa0jQOKVI/QeGvVGlunKKm62ywcioeFVzIbK03bA== - dependencies: - "@jest/console" "^25.1.0" - "@jest/environment" "^25.1.0" - "@jest/source-map" "^25.1.0" - "@jest/test-result" "^25.1.0" - "@jest/transform" "^25.1.0" - "@jest/types" "^25.1.0" - "@types/yargs" "^15.0.0" - chalk "^3.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.3" - jest-config "^25.1.0" - jest-haste-map "^25.1.0" - jest-message-util "^25.1.0" - jest-mock "^25.1.0" - jest-regex-util "^25.1.0" - jest-resolve "^25.1.0" - jest-snapshot "^25.1.0" - jest-util "^25.1.0" - jest-validate "^25.1.0" - realpath-native "^1.1.0" - slash "^3.0.0" - strip-bom "^4.0.0" - yargs "^15.0.0" - -jest-serializer@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.1.0.tgz#73096ba90e07d19dec4a0c1dd89c355e2f129e5d" - integrity sha512-20Wkq5j7o84kssBwvyuJ7Xhn7hdPeTXndnwIblKDR2/sy1SUm6rWWiG9kSCgJPIfkDScJCIsTtOKdlzfIHOfKA== - -jest-snapshot@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-25.1.0.tgz#d5880bd4b31faea100454608e15f8d77b9d221d9" - integrity sha512-xZ73dFYN8b/+X2hKLXz4VpBZGIAn7muD/DAg+pXtDzDGw3iIV10jM7WiHqhCcpDZfGiKEj7/2HXAEPtHTj0P2A== - dependencies: - "@babel/types" "^7.0.0" - "@jest/types" "^25.1.0" - chalk "^3.0.0" - expect "^25.1.0" - jest-diff "^25.1.0" - jest-get-type "^25.1.0" - jest-matcher-utils "^25.1.0" - jest-message-util "^25.1.0" - jest-resolve "^25.1.0" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - pretty-format "^25.1.0" - semver "^7.1.1" - -jest-util@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.1.0.tgz#7bc56f7b2abd534910e9fa252692f50624c897d9" - integrity sha512-7did6pLQ++87Qsj26Fs/TIwZMUFBXQ+4XXSodRNy3luch2DnRXsSnmpVtxxQ0Yd6WTipGpbhh2IFP1mq6/fQGw== - dependencies: - "@jest/types" "^25.1.0" - chalk "^3.0.0" - is-ci "^2.0.0" - mkdirp "^0.5.1" - -jest-validate@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-25.1.0.tgz#1469fa19f627bb0a9a98e289f3e9ab6a668c732a" - integrity sha512-kGbZq1f02/zVO2+t1KQGSVoCTERc5XeObLwITqC6BTRH3Adv7NZdYqCpKIZLUgpLXf2yISzQ465qOZpul8abXA== - dependencies: - "@jest/types" "^25.1.0" - camelcase "^5.3.1" - chalk "^3.0.0" - jest-get-type "^25.1.0" - leven "^3.1.0" - pretty-format "^25.1.0" - -jest-watcher@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-25.1.0.tgz#97cb4a937f676f64c9fad2d07b824c56808e9806" - integrity sha512-Q9eZ7pyaIr6xfU24OeTg4z1fUqBF/4MP6J801lyQfg7CsnZ/TCzAPvCfckKdL5dlBBEKBeHV0AdyjFZ5eWj4ig== - dependencies: - "@jest/test-result" "^25.1.0" - "@jest/types" "^25.1.0" - ansi-escapes "^4.2.1" - chalk "^3.0.0" - jest-util "^25.1.0" - string-length "^3.1.0" - -jest-worker@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.1.0.tgz#75d038bad6fdf58eba0d2ec1835856c497e3907a" - integrity sha512-ZHhHtlxOWSxCoNOKHGbiLzXnl42ga9CxDr27H36Qn+15pQZd3R/F24jrmjDelw9j/iHUIWMWs08/u2QN50HHOg== - dependencies: - merge-stream "^2.0.0" - supports-color "^7.0.0" - -jest@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-25.1.0.tgz#b85ef1ddba2fdb00d295deebbd13567106d35be9" - integrity sha512-FV6jEruneBhokkt9MQk0WUFoNTwnF76CLXtwNMfsc0um0TlB/LG2yxUd0KqaFjEJ9laQmVWQWS0sG/t2GsuI0w== - dependencies: - "@jest/core" "^25.1.0" - import-local "^3.0.2" - jest-cli "^25.1.0" - -jquery@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" - integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== - -js-beautify@^1.8.8: - version "1.10.3" - resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.10.3.tgz#c73fa10cf69d3dfa52d8ed624f23c64c0a6a94c1" - integrity sha512-wfk/IAWobz1TfApSdivH5PJ0miIHgDoYb1ugSqHcODPmaYu46rYe5FVuIEkhjg8IQiv6rDNPyhsqbsohI/C2vQ== - dependencies: - config-chain "^1.1.12" - editorconfig "^0.15.3" - glob "^7.1.3" - mkdirp "~0.5.1" - nopt "~4.0.1" - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-tokens@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= - -js-yaml@^3.10.0, js-yaml@^3.13.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" - integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -jsdom@^11.5.1: - version "11.12.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8" - integrity sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw== - dependencies: - abab "^2.0.0" - acorn "^5.5.3" - acorn-globals "^4.1.0" - array-equal "^1.0.0" - cssom ">= 0.3.2 < 0.4.0" - cssstyle "^1.0.0" - data-urls "^1.0.0" - domexception "^1.0.1" - escodegen "^1.9.1" - html-encoding-sniffer "^1.0.2" - left-pad "^1.3.0" - nwsapi "^2.0.7" - parse5 "4.0.0" - pn "^1.1.0" - request "^2.87.0" - request-promise-native "^1.0.5" - sax "^1.2.4" - symbol-tree "^3.2.2" - tough-cookie "^2.3.4" - w3c-hr-time "^1.0.1" - webidl-conversions "^4.0.2" - whatwg-encoding "^1.0.3" - whatwg-mimetype "^2.1.0" - whatwg-url "^6.4.1" - ws "^5.2.0" - xml-name-validator "^3.0.0" - -jsdom@^15.1.1: - version "15.2.1" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-15.2.1.tgz#d2feb1aef7183f86be521b8c6833ff5296d07ec5" - integrity sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== - dependencies: - abab "^2.0.0" - acorn "^7.1.0" - acorn-globals "^4.3.2" - array-equal "^1.0.0" - cssom "^0.4.1" - cssstyle "^2.0.0" - data-urls "^1.1.0" - domexception "^1.0.1" - escodegen "^1.11.1" - html-encoding-sniffer "^1.0.2" - nwsapi "^2.2.0" - parse5 "5.1.0" - pn "^1.1.0" - request "^2.88.0" - request-promise-native "^1.0.7" - saxes "^3.1.9" - symbol-tree "^3.2.2" - tough-cookie "^3.0.1" - w3c-hr-time "^1.0.1" - w3c-xmlserializer "^1.1.2" - webidl-conversions "^4.0.2" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^7.0.0" - ws "^7.0.0" - xml-name-validator "^3.0.0" - -jsep@^0.3.0: - version "0.3.5" - resolved "https://registry.yarnpkg.com/jsep/-/jsep-0.3.5.tgz#3fd79ebd92f6f434e4857d5272aaeef7d948264d" - integrity sha512-AoRLBDc6JNnKjNcmonituEABS5bcfqDhQAWWXNTFrqu6nVXBpBAGfcoTGZMFlIrh9FjmE1CQyX9CTNwZrXMMDA== - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-bignum@^0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/json-bignum/-/json-bignum-0.0.3.tgz#41163b50436c773d82424dbc20ed70db7604b8d7" - integrity sha1-QRY7UENsdz2CQk28IO1w23YEuNc= - -json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-stable-stringify-without-jsonify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - -json-stringify-safe@5.0.x, json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json3@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" - integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== - -json5@2.x, json5@^2.1.0, json5@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" - integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ== - dependencies: - minimist "^1.2.0" - -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - -jsonfile@^2.1.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" - integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonparse@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" - integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f" - integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA== - dependencies: - array-includes "^3.0.3" - object.assign "^4.1.0" - -just-curry-it@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/just-curry-it/-/just-curry-it-3.1.0.tgz#ab59daed308a58b847ada166edd0a2d40766fbc5" - integrity sha512-mjzgSOFzlrurlURaHVjnQodyPNvrHrf1TbQP2XU9NSqBtHQPuHZ+Eb6TAJP7ASeJN9h9K0KXoRTs8u6ouHBKvg== - -kdbush@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/kdbush/-/kdbush-3.0.0.tgz#f8484794d47004cc2d85ed3a79353dbe0abc2bf0" - integrity sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew== - -kepler.gl@1.1.8: - version "1.1.8" - resolved "https://registry.yarnpkg.com/kepler.gl/-/kepler.gl-1.1.8.tgz#4a866f6ba23799d2775f3585056457e8ee650dfb" - integrity sha512-cVmIlU2EuwFfgJHTcoTOU2h/56YaAk5yDqzcfsi5l9KPW1Jhp4uGhwg8frn8ujARLmS5QAQEEsdlTIuCJLIkqA== - dependencies: - "@mapbox/geo-viewport" "^0.2.2" - "@mapbox/geojson-normalize" "0.0.1" - "@mapbox/vector-tile" "^1.3.1" - "@turf/bbox" "^6.0.1" - classnames "^2.2.1" - colorbrewer "^1.0.0" - d3-array "^1.2.0" - d3-axis "^1.0.8" - d3-brush "^1.0.4" - d3-color "^1.0.3" - d3-dsv "^1.0.3" - d3-format "^1.2.0" - d3-hexbin "^0.2.2" - d3-request "^1.0.6" - d3-scale "^1.0.6" - deck.gl "7.1.11" - fuzzy "^0.1.3" - global "^4.3.0" - h3-js "^3.1.0" - keymirror "^0.1.1" - lodash.clonedeep "^4.0.1" - lodash.curry "^4.1.1" - lodash.debounce "^4.0.8" - lodash.flattendeep "^4.2.0" - lodash.memoize "^4.1.2" - lodash.pick "^4.4.0" - lodash.throttle "^4.1.1" - lodash.uniq "^4.0.1" - luma.gl "^7.1.1" - mini-svg-data-uri "^1.0.3" - moment "^2.10.6" - pbf "^3.1.0" - prop-types "^15.6.0" - react-color "^2.17.3" - react-file-drop "^0.1.9" - react-json-pretty "^1.7.9" - react-map-gl "^5.0.3" - react-markdown "^4.0.6" - react-modal "^3.8.1" - react-onclickoutside "^6.7.1" - react-palm "^2.0.0" - react-redux "^5.1.1" - react-sortable-hoc "^1.8.3" - react-tooltip "^3.10.0" - react-virtualized "^9.21.1" - react-vis "^1.8.0" - redux "^3.0.4" - redux-actions "^2.2.1" - reselect "^3.0.1" - supercluster "^6.0.1" - type-analyzer "0.2.1" - uber-licence "^3.1.1" - viewport-mercator-project "^6.0.0" - wellknown "^0.5.0" - -keycode@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04" - integrity sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ= - -keymirror@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/keymirror/-/keymirror-0.1.1.tgz#918889ea13f8d0a42e7c557250eee713adc95c35" - integrity sha1-kYiJ6hP40KQufFVyUO7nE63JXDU= - -kind-of@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5" - integrity sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU= - dependencies: - is-buffer "^1.0.2" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -klaw@^1.0.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" - integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - optionalDependencies: - graceful-fs "^4.1.9" - -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -latest-version@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-2.0.0.tgz#56f8d6139620847b8017f8f1f4d78e211324168b" - integrity sha1-VvjWE5YghHuAF/jx9NeOIRMkFos= - dependencies: - package-json "^2.0.0" - -lazy-cache@^0.2.3: - version "0.2.7" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65" - integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= - -lazy-cache@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" - integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4= - -lazy-req@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/lazy-req/-/lazy-req-1.1.0.tgz#bdaebead30f8d824039ce0ce149d4daa07ba1fac" - integrity sha1-va6+rTD42CQDnODOFJ1Nqge6H6w= - -lazy-universal-dotenv@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz#a6c8938414bca426ab8c9463940da451a911db38" - integrity sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ== - dependencies: - "@babel/runtime" "^7.5.0" - app-root-dir "^1.0.2" - core-js "^3.0.4" - dotenv "^8.0.0" - dotenv-expand "^5.1.0" - -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - dependencies: - invert-kv "^1.0.0" - -lcid@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-3.1.1.tgz#9030ec479a058fc36b5e8243ebaac8b6ac582fd0" - integrity sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg== - dependencies: - invert-kv "^3.0.0" - -left-pad@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" - integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== - -lerna@^3.15.0: - version "3.20.2" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.20.2.tgz#abf84e73055fe84ee21b46e64baf37b496c24864" - integrity sha512-bjdL7hPLpU3Y8CBnw/1ys3ynQMUjiK6l9iDWnEGwFtDy48Xh5JboR9ZJwmKGCz9A/sarVVIGwf1tlRNKUG9etA== - dependencies: - "@lerna/add" "3.20.0" - "@lerna/bootstrap" "3.20.0" - "@lerna/changed" "3.20.0" - "@lerna/clean" "3.20.0" - "@lerna/cli" "3.18.5" - "@lerna/create" "3.18.5" - "@lerna/diff" "3.18.5" - "@lerna/exec" "3.20.0" - "@lerna/import" "3.18.5" - "@lerna/info" "3.20.0" - "@lerna/init" "3.18.5" - "@lerna/link" "3.18.5" - "@lerna/list" "3.20.0" - "@lerna/publish" "3.20.2" - "@lerna/run" "3.20.0" - "@lerna/version" "3.20.2" - import-local "^2.0.0" - npmlog "^4.1.2" - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -levenary@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" - integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== - dependencies: - leven "^3.1.0" - -levn@^0.3.0, levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lines-and-columns@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" - integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - -lint-staged@^10.0.7: - version "10.0.8" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.8.tgz#0f7849cdc336061f25f5d4fcbcfa385701ff4739" - integrity sha512-Oa9eS4DJqvQMVdywXfEor6F4vP+21fPHF8LUXgBbVWUSWBddjqsvO6Bv1LwMChmgQZZqwUvgJSHlu8HFHAPZmA== - dependencies: - chalk "^3.0.0" - commander "^4.0.1" - cosmiconfig "^6.0.0" - debug "^4.1.1" - dedent "^0.7.0" - execa "^3.4.0" - listr "^0.14.3" - log-symbols "^3.0.0" - micromatch "^4.0.2" - normalize-path "^3.0.0" - please-upgrade-node "^3.2.0" - string-argv "0.3.1" - stringify-object "^3.3.0" - -listr-silent-renderer@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - -listr-update-renderer@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz#4ea8368548a7b8aecb7e06d8c95cb45ae2ede6a2" - integrity sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA== - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - elegant-spinner "^1.0.1" - figures "^1.7.0" - indent-string "^3.0.0" - log-symbols "^1.0.2" - log-update "^2.3.0" - strip-ansi "^3.0.1" - -listr-verbose-renderer@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz#f1132167535ea4c1261102b9f28dac7cba1e03db" - integrity sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw== - dependencies: - chalk "^2.4.1" - cli-cursor "^2.1.0" - date-fns "^1.27.2" - figures "^2.0.0" - -listr@^0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586" - integrity sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== - dependencies: - "@samverschueren/stream-to-observable" "^0.3.0" - is-observable "^1.1.0" - is-promise "^2.1.0" - is-stream "^1.1.0" - listr-silent-renderer "^1.1.1" - listr-update-renderer "^0.5.0" - listr-verbose-renderer "^0.5.0" - p-map "^2.0.0" - rxjs "^6.3.3" - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - -load-json-file@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" - integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - strip-bom "^3.0.0" - -load-json-file@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" - integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - dependencies: - graceful-fs "^4.1.2" - parse-json "^4.0.0" - pify "^3.0.0" - strip-bom "^3.0.0" - -load-json-file@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3" - integrity sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw== - dependencies: - graceful-fs "^4.1.15" - parse-json "^4.0.0" - pify "^4.0.1" - strip-bom "^3.0.0" - type-fest "^0.3.0" - -loader-runner@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" - integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - -loader-utils@1.2.3, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" - integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== - dependencies: - big.js "^5.2.2" - emojis-list "^2.0.0" - json5 "^1.0.1" - -locate-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= - dependencies: - p-locate "^2.0.0" - path-exists "^3.0.0" - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -lodash-es@^4.2.1: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78" - integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ== - -lodash._reinterpolate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" - integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - -lodash.camelcase@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" - integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - -lodash.clonedeep@^4.0.1, lodash.clonedeep@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" - integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= - -lodash.curry@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170" - integrity sha1-JI42By7ekGUB11lmIAqG2riyMXA= - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= - -lodash.defaultsdeep@^4.6.1: - version "4.6.1" - resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz#512e9bd721d272d94e3d3a63653fa17516741ca6" - integrity sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA== - -lodash.escape@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" - integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= - -lodash.flattendeep@^4.2.0, lodash.flattendeep@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" - integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= - -lodash.get@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" - integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - -lodash.isequal@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" - integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= - -lodash.ismatch@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" - integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc= - -lodash.kebabcase@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" - integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY= - -lodash.map@^4.5.1: - version "4.6.0" - resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" - integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM= - -lodash.memoize@4.x, lodash.memoize@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - -lodash.pick@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" - integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM= - -lodash.set@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" - integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= - -lodash.snakecase@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d" - integrity sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40= - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - -lodash.template@^4.0.2, lodash.template@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" - integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== - dependencies: - lodash._reinterpolate "^3.0.0" - lodash.templatesettings "^4.0.0" - -lodash.templatesettings@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" - integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== - dependencies: - lodash._reinterpolate "^3.0.0" - -lodash.throttle@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" - integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - -lodash.uniq@^4.0.1, lodash.uniq@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - -lodash.upperfirst@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce" - integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= - -lodash.zip@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020" - integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA= - -lodash@4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== - -lodash@4.17.14: - version "4.17.14" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" - integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== - -lodash@^4.0.1, lodash@^4.0.8, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== - -log-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - dependencies: - chalk "^1.0.0" - -log-symbols@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4" - integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== - dependencies: - chalk "^2.4.2" - -log-update@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" - integrity sha1-iDKP19HOeTiykoN0bwsbwSayRwg= - dependencies: - ansi-escapes "^3.0.0" - cli-cursor "^2.0.0" - wrap-ansi "^3.0.1" - -lolex@^5.0.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367" - integrity sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== - dependencies: - "@sinonjs/commons" "^1.7.0" - -long@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" - integrity sha1-2CG3E4yhy1gcFymQ7xTbIAtcR0s= - -longest@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" - integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.0, loose-envify@^1.3.1, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lower-case-first@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/lower-case-first/-/lower-case-first-1.0.2.tgz#e5da7c26f29a7073be02d52bac9980e5922adfa1" - integrity sha1-5dp8JvKacHO+AtUrrJmA5ZIq36E= - dependencies: - lower-case "^1.1.2" - -lower-case@^1.1.0, lower-case@^1.1.1, lower-case@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" - integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= - -lowercase-keys@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" - integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - -lowlight@~1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.11.0.tgz#1304d83005126d4e8b1dc0f07981e9b689ec2efc" - integrity sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A== - dependencies: - fault "^1.0.2" - highlight.js "~9.13.0" - -lru-cache@^4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -luma.gl@^7.1.1, luma.gl@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/luma.gl/-/luma.gl-7.3.2.tgz#97a416d77fffd3044735ed75d19bdbf5aff00e94" - integrity sha512-iBm+G2AlQQcd1xXoltEL9Xkohkk/0oyvQU2vgQY4WRfi92JFiimpWnAUR8/hM9jj7jqT4zdc74vUR+GunvQYAA== - dependencies: - "@luma.gl/addons" "7.3.2" - "@luma.gl/constants" "7.3.2" - "@luma.gl/core" "7.3.2" - -macos-release@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f" - integrity sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA== - -make-dir@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" - integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== - dependencies: - pify "^3.0.0" - -make-dir@^2.0.0, make-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -make-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.0.tgz#1b5f39f6b9270ed33f9f054c5c0f84304989f801" - integrity sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw== - dependencies: - semver "^6.0.0" - -make-error@1.x: - version "1.3.5" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8" - integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g== - -make-fetch-happen@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-5.0.2.tgz#aa8387104f2687edca01c8687ee45013d02d19bd" - integrity sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag== - dependencies: - agentkeepalive "^3.4.1" - cacache "^12.0.0" - http-cache-semantics "^3.8.1" - http-proxy-agent "^2.1.0" - https-proxy-agent "^2.2.3" - lru-cache "^5.1.1" - mississippi "^3.0.0" - node-fetch-npm "^2.0.2" - promise-retry "^1.1.1" - socks-proxy-agent "^4.0.0" - ssri "^6.0.0" - -makeerror@1.0.x: - version "1.0.11" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" - integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= - dependencies: - tmpl "1.0.x" - -mamacro@^0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4" - integrity sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA== - -map-age-cleaner@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" - integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== - dependencies: - p-defer "^1.0.0" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9" - integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk= - -map-or-similar@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08" - integrity sha1-beJlMXSt+12e3DPGnT6Sobdvrwg= - -map-values@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-values/-/map-values-1.0.1.tgz#768b8e79c009bf2b64fee806e22a7b1c4190c990" - integrity sha1-douOecAJvytk/ugG4ip7HEGQyZA= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -mapbox-gl@^0.53.0: - version "0.53.1" - resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.53.1.tgz#08a956d8da54b04bc7f29ab1319bddb9c97ddedf" - integrity sha512-dTtW/qlkUowKGlqOhE8fqII2Tj4lcokvlZwUDLnkjy4uQ9zMFnVBULGeSzzTVkj9HtQZ3Zbey10/jmoVPV9t5w== - dependencies: - "@mapbox/geojson-rewind" "^0.4.0" - "@mapbox/geojson-types" "^1.0.2" - "@mapbox/jsonlint-lines-primitives" "^2.0.2" - "@mapbox/mapbox-gl-supported" "^1.4.0" - "@mapbox/point-geometry" "^0.1.0" - "@mapbox/tiny-sdf" "^1.1.0" - "@mapbox/unitbezier" "^0.0.0" - "@mapbox/vector-tile" "^1.3.1" - "@mapbox/whoots-js" "^3.1.0" - csscolorparser "~1.0.2" - earcut "^2.1.5" - esm "^3.0.84" - geojson-vt "^3.2.1" - gl-matrix "^3.0.0" - grid-index "^1.1.0" - minimist "0.0.8" - murmurhash-js "^1.0.0" - pbf "^3.0.5" - potpack "^1.0.1" - quickselect "^2.0.0" - rw "^1.3.3" - supercluster "^6.0.1" - tinyqueue "^2.0.0" - vt-pbf "^3.1.1" - -mapbox-gl@^1.0.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.7.0.tgz#b23a223af61f0c5066c6fa8072f599209b609cc9" - integrity sha512-iVZQUdhZzeVCE8VlELo24GfGqhAzjouiJl1K4rcfk9mtyJLCbWHlzGT6H5Bs61A/3NQXsSx54GdJXAWvebtFFg== - dependencies: - "@mapbox/geojson-rewind" "^0.4.0" - "@mapbox/geojson-types" "^1.0.2" - "@mapbox/jsonlint-lines-primitives" "^2.0.2" - "@mapbox/mapbox-gl-supported" "^1.4.0" - "@mapbox/point-geometry" "^0.1.0" - "@mapbox/tiny-sdf" "^1.1.0" - "@mapbox/unitbezier" "^0.0.0" - "@mapbox/vector-tile" "^1.3.1" - "@mapbox/whoots-js" "^3.1.0" - csscolorparser "~1.0.2" - earcut "^2.2.2" - geojson-vt "^3.2.1" - gl-matrix "^3.0.0" - grid-index "^1.1.0" - minimist "0.0.8" - murmurhash-js "^1.0.0" - pbf "^3.2.1" - potpack "^1.0.1" - quickselect "^2.0.0" - rw "^1.3.3" - supercluster "^7.0.0" - tinyqueue "^2.0.0" - vt-pbf "^3.1.1" - -mapbox-gl@^2.3.0, mapbox-gl@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-2.4.0.tgz#ddb7e47f1179a56b9d6f110859b5a4b94e0a66e8" - integrity sha512-oH5fkh209U2Zqvgs1bBS+SQVhrj8rUT9OTgZmg+20GaNthDJFYDCXvGidVAkgacuCHSIALTZKzMV1DFgO+isFQ== - dependencies: - "@mapbox/geojson-rewind" "^0.5.0" - "@mapbox/geojson-types" "^1.0.2" - "@mapbox/jsonlint-lines-primitives" "^2.0.2" - "@mapbox/mapbox-gl-supported" "^2.0.0" - "@mapbox/point-geometry" "^0.1.0" - "@mapbox/tiny-sdf" "^1.2.5" - "@mapbox/unitbezier" "^0.0.0" - "@mapbox/vector-tile" "^1.3.1" - "@mapbox/whoots-js" "^3.1.0" - csscolorparser "~1.0.3" - earcut "^2.2.2" - geojson-vt "^3.2.1" - gl-matrix "^3.3.0" - grid-index "^1.1.0" - minimist "^1.2.5" - murmurhash-js "^1.0.0" - pbf "^3.2.1" - potpack "^1.0.1" - quickselect "^2.0.0" - rw "^1.3.3" - supercluster "^7.1.3" - tinyqueue "^2.0.3" - vt-pbf "^3.1.1" - -markdown-escapes@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" - integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - -markdown-to-jsx@^6.9.1, markdown-to-jsx@^6.9.3: - version "6.11.0" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.0.tgz#a2e3f2bc781c3402d8bb0f8e0a12a186474623b0" - integrity sha512-RH7LCJQ4RFmPqVeZEesKaO1biRzB/k4utoofmTCp3Eiw6D7qfvK8fzZq/2bjEJAtVkfPrM5SMt5APGf2rnaKMg== - dependencies: - prop-types "^15.6.2" - unquote "^1.1.0" - -material-colors@^1.2.1: - version "1.2.6" - resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46" - integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== - -math.gl@^2.3.0: - version "2.3.3" - resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-2.3.3.tgz#69d07904507145c639835aefcd0ec5e790cd3046" - integrity sha512-wZhx7574KHUpJVMzkaQ559zfn3R8iB0BOilwNrfL/fOLQfPo2TPWsKX96PdfS4svKA2XIGi3yfizrv2Redcv0g== - dependencies: - "@babel/runtime" "^7.0.0" - gl-matrix "^3.0.0" - -math.gl@^3.0.0: - version "3.1.3" - resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.1.3.tgz#1e702df8cba024cc229e18e3c57c60a27943cb95" - integrity sha512-3OYCtzTOW1wkZufjsxk8g1D77+z+x7QehOZcMFPGgw1QjVEFNcyy3ql6hdrZpUlkyE3pX4lYak7WOIE+n0obYg== - dependencies: - "@math.gl/core" "3.1.3" - -math.gl@^3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.5.3.tgz#aeb6745ece33bb9207c74d866ab6a265a74ddd06" - integrity sha512-cRQRZlc+XvNHd3bIfu3kdPPPAW0vwDelZJmkjn2TDvCyPcmyDtAiZ2Poo1aFoINP7HzN6oHYxapc/0wV3q6Opg== - dependencies: - "@math.gl/core" "3.5.3" - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -mdast-add-list-metadata@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz#95e73640ce2fc1fa2dcb7ec443d09e2bfe7db4cf" - integrity sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA== - dependencies: - unist-util-visit-parents "1.1.2" - -mdn-data@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - -mem@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/mem/-/mem-5.1.1.tgz#7059b67bf9ac2c924c9f1cff7155a064394adfb3" - integrity sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw== - dependencies: - map-age-cleaner "^0.1.3" - mimic-fn "^2.1.0" - p-is-promise "^2.1.0" - -memoize-one@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.1.1.tgz#047b6e3199b508eaec03504de71229b8eb1d75c0" - integrity sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== - -memoizerific@^1.11.3: - version "1.11.3" - resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a" - integrity sha1-fIekZGREwy11Q4VwkF8tvRsagFo= - dependencies: - map-or-similar "^1.5.0" - -memory-fs@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -memory-fs@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" - integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -meow@5.0.0, meow@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" - integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - dependencies: - camelcase-keys "^4.0.0" - decamelize-keys "^1.0.0" - loud-rejection "^1.0.0" - minimist-options "^3.0.1" - normalize-package-data "^2.3.4" - read-pkg-up "^3.0.0" - redent "^2.0.0" - trim-newlines "^2.0.0" - yargs-parser "^10.0.0" - -meow@^3.3.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" - -meow@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975" - integrity sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A== - dependencies: - camelcase-keys "^4.0.0" - decamelize-keys "^1.0.0" - loud-rejection "^1.0.0" - minimist "^1.1.3" - minimist-options "^3.0.1" - normalize-package-data "^2.3.4" - read-pkg-up "^3.0.0" - redent "^2.0.0" - trim-newlines "^2.0.0" - -merge-anything@^2.2.4: - version "2.4.4" - resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.4.4.tgz#6226b2ac3d3d3fc5fb9e8d23aa400df25f98fdf0" - integrity sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ== - dependencies: - is-what "^3.3.1" - -merge-deep@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.2.tgz#f39fa100a4f1bd34ff29f7d2bf4508fbb8d83ad2" - integrity sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA== - dependencies: - arr-union "^3.1.0" - clone-deep "^0.2.4" - kind-of "^3.0.2" - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -merge2@^1.2.3, merge2@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81" - integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw== - -merge@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145" - integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ== - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - -microevent.ts@~0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0" - integrity sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g== - -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -micromatch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" - integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - dependencies: - braces "^3.0.1" - picomatch "^2.0.5" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - -mime-db@1.43.0: - version "1.43.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58" - integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ== - -mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.26" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06" - integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ== - dependencies: - mime-db "1.43.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mime@^2.4.4: - version "2.4.4" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" - integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -min-document@^2.19.0: - version "2.19.0" - resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" - integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU= - dependencies: - dom-walk "^0.1.0" - -min-indent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256" - integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY= - -mini-css-extract-plugin@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" - integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== - dependencies: - loader-utils "^1.1.0" - normalize-url "1.9.1" - schema-utils "^1.0.0" - webpack-sources "^1.1.0" - -mini-svg-data-uri@^1.0.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.1.3.tgz#9759ee5f4d89a4b724d089ce52eab4b623bfbc88" - integrity sha512-EeKOmdzekjdPe53/GdxmUpNgDQFkNeSte6XkJmOBt4BfWL6FQ9G9RtLNh+JMjFS3LhdpSICMIkZdznjiecASHQ== - -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist-options@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954" - integrity sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - -minimist@0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.5.tgz#d7aa327bcecf518f9106ac6b8f003fa3bcea8566" - integrity sha1-16oye87PUY+RBqxrjwA/o7zqhWY= - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - -minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - -minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -minimist@~0.0.1: - version "0.0.10" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" - integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= - -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - dependencies: - minipass "^3.0.0" - -minipass-pipeline@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.2.tgz#3dcb6bb4a546e32969c7ad710f2c79a86abba93a" - integrity sha512-3JS5A2DKhD2g0Gg8x3yamO0pj7YeKGwVlDS90pF++kxptwx/F+B//roxf9SqYil5tQo65bijy+dAuAFZmYOouA== - dependencies: - minipass "^3.0.0" - -minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" - integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== - dependencies: - safe-buffer "^5.1.2" - yallist "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.1.tgz#7607ce778472a185ad6d89082aa2070f79cedcd5" - integrity sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w== - dependencies: - yallist "^4.0.0" - -minizlib@^1.2.1: - version "1.3.3" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" - integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== - dependencies: - minipass "^2.9.0" - -mississippi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" - integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - dependencies: - concat-stream "^1.5.0" - duplexify "^3.4.2" - end-of-stream "^1.1.0" - flush-write-stream "^1.0.0" - from2 "^2.1.0" - parallel-transform "^1.1.0" - pump "^3.0.0" - pumpify "^1.3.3" - stream-each "^1.1.0" - through2 "^2.0.0" - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mixin-object@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" - integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - dependencies: - for-in "^0.1.3" - is-extendable "^0.1.1" - -mjolnir.js@^2.1.2, mjolnir.js@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/mjolnir.js/-/mjolnir.js-2.4.0.tgz#247f1640d8382c07c3030595f7957e1a5383b6e4" - integrity sha512-0WyWlc5EzdZ7eD0Fjy1DarzJpknesJaMJ6P0c6gDlbotfj3GRzv0odTXfTVVMm9WxEQSUzxosdnPqnd0SDxIyA== - dependencies: - "@babel/runtime" "^7.0.0" - hammerjs "^2.0.8" - -mjolnir.js@^2.5.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/mjolnir.js/-/mjolnir.js-2.6.0.tgz#0a199f71434b5f183248e1a9bb06a3b4e5533ecb" - integrity sha512-rGA7+BJKvXI0ypxQD/+rQE/sW26kmc8UIZWhmQrjhwCf/zvhbcBlsu2vPB6w0Kv/rVnVFEONTSQqC0vFEpQvIA== - dependencies: - "@babel/runtime" "^7.0.0" - hammerjs "^2.0.8" - -mkdirp-promise@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1" - integrity sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE= - dependencies: - mkdirp "*" - -mkdirp@*: - version "1.0.3" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea" - integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g== - -mkdirp@0.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - dependencies: - minimist "0.0.8" - -modify-values@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" - integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== - -moment@^2.10.6, moment@^2.18.1, moment@^2.20.1: - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" - integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== - -moo@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4" - integrity sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== - -mousetrap@^1.6.1: - version "1.6.5" - resolved "https://registry.yarnpkg.com/mousetrap/-/mousetrap-1.6.5.tgz#8a766d8c272b08393d5f56074e0b5ec183485bf9" - integrity sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA== - -move-concurrently@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - dependencies: - aproba "^1.1.1" - copy-concurrently "^1.0.0" - fs-write-stream-atomic "^1.0.8" - mkdirp "^0.5.1" - rimraf "^2.5.4" - run-queue "^1.0.3" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - -ms@^2.0.0, ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -multimap@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8" - integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw== - -multimatch@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b" - integrity sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA== - dependencies: - array-differ "^2.0.3" - array-union "^1.0.2" - arrify "^1.0.1" - minimatch "^3.0.4" - -murmurhash-js@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/murmurhash-js/-/murmurhash-js-1.0.0.tgz#b06278e21fc6c37fa5313732b0412bcb6ae15f51" - integrity sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E= - -mute-stream@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" - integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= - -mute-stream@0.0.8, mute-stream@~0.0.4: - version "0.0.8" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" - integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - -mz@^2.5.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - -nan@^2.12.1: - version "2.14.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" - integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== - -nanoid@^2.1.0: - version "2.1.11" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280" - integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -nearley@^2.7.10: - version "2.19.1" - resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.19.1.tgz#4af4006e16645ff800e9f993c3af039857d9dbdc" - integrity sha512-xq47GIUGXxU9vQg7g/y1o1xuKnkO7ev4nRWqftmQrLkfnE/FjRqDaGOUakM8XHPn/6pW3bGjU2wgoJyId90rqg== - dependencies: - commander "^2.19.0" - moo "^0.5.0" - railroad-diagrams "^1.0.0" - randexp "0.4.6" - semver "^5.4.1" - -negotiator@0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - -neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" - integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -no-case@^2.2.0, no-case@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" - integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== - dependencies: - lower-case "^1.1.1" - -node-ask@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/node-ask/-/node-ask-1.0.1.tgz#caaa1076cc58e0364267a0903e3eadfac158396b" - integrity sha1-yqoQdsxY4DZCZ6CQPj6t+sFYOWs= - -node-dir@^0.1.10: - version "0.1.17" - resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" - integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= - dependencies: - minimatch "^3.0.2" - -node-fetch-npm@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7" - integrity sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw== - dependencies: - encoding "^0.1.11" - json-parse-better-errors "^1.0.0" - safe-buffer "^5.1.1" - -node-fetch@^1.0.1: - version "1.7.3" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" - integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== - dependencies: - encoding "^0.1.11" - is-stream "^1.0.1" - -node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== - -node-gyp@^5.0.2: - version "5.1.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.1.0.tgz#8e31260a7af4a2e2f994b0673d4e0b3866156332" - integrity sha512-OUTryc5bt/P8zVgNUmC6xdXiDJxLMAW8cF5tLQOT9E5sOQj+UeQxnnPy74K3CLCa/SOjjBlbuzDLR8ANwA+wmw== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.2" - mkdirp "^0.5.1" - nopt "^4.0.1" - npmlog "^4.1.2" - request "^2.88.0" - rimraf "^2.6.3" - semver "^5.7.1" - tar "^4.4.12" - which "^1.3.1" - -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - -node-libs-browser@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" - integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - dependencies: - assert "^1.1.1" - browserify-zlib "^0.2.0" - buffer "^4.3.0" - console-browserify "^1.1.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.11.0" - domain-browser "^1.1.1" - events "^3.0.0" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "0.0.1" - process "^0.11.10" - punycode "^1.2.4" - querystring-es3 "^0.2.0" - readable-stream "^2.3.3" - stream-browserify "^2.0.1" - stream-http "^2.7.2" - string_decoder "^1.0.0" - timers-browserify "^2.0.4" - tty-browserify "0.0.0" - url "^0.11.0" - util "^0.11.0" - vm-browserify "^1.0.1" - -node-loggly-bulk@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/node-loggly-bulk/-/node-loggly-bulk-2.2.4.tgz#bdd8638d97c43ecf1e1831ca98b250968fa6dee9" - integrity sha512-DfhtsDfkSBU6Dp1zvK+H1MgHRcA2yb4z07ctyA6uo+bNwKtv1exhohN910zcWNkdSYq1TImCq+O+3bOTuYHvmQ== - dependencies: - json-stringify-safe "5.0.x" - moment "^2.18.1" - request ">=2.76.0 <3.0.0" - -node-modules-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" - integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - -node-notifier@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-6.0.0.tgz#cea319e06baa16deec8ce5cd7f133c4a46b68e12" - integrity sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== - dependencies: - growly "^1.3.0" - is-wsl "^2.1.1" - semver "^6.3.0" - shellwords "^0.1.1" - which "^1.3.1" - -node-releases@^1.1.29, node-releases@^1.1.47: - version "1.1.47" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.47.tgz#c59ef739a1fd7ecbd9f0b7cf5b7871e8a8b591e4" - integrity sha512-k4xjVPx5FpwBUj0Gw7uvFOTF4Ep8Hok1I6qjwL3pLfwe7Y0REQSAqOwwv9TWBCUtMHxcXfY4PgRLRozcChvTcA== - dependencies: - semver "^6.3.0" - -node-status-codes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f" - integrity sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8= - -nopt@^4.0.1, nopt@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" - integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= - dependencies: - abbrev "1" - osenv "^0.1.4" - -normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.4.0, normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - -normalize-url@1.9.1, normalize-url@^1.0.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" - integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= - dependencies: - object-assign "^4.0.1" - prepend-http "^1.0.0" - query-string "^4.1.0" - sort-keys "^1.0.0" - -normalize-url@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - -npm-bundled@^1.0.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b" - integrity sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA== - dependencies: - npm-normalize-package-bin "^1.0.1" - -npm-lifecycle@^3.1.2: - version "3.1.4" - resolved "https://registry.yarnpkg.com/npm-lifecycle/-/npm-lifecycle-3.1.4.tgz#de6975c7d8df65f5150db110b57cce498b0b604c" - integrity sha512-tgs1PaucZwkxECGKhC/stbEgFyc3TGh2TJcg2CDr6jbvQRdteHNhmMeljRzpe4wgFAXQADoy1cSqqi7mtiAa5A== - dependencies: - byline "^5.0.0" - graceful-fs "^4.1.15" - node-gyp "^5.0.2" - resolve-from "^4.0.0" - slide "^1.1.6" - uid-number "0.0.6" - umask "^1.1.0" - which "^1.3.1" - -npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" - integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== - -"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.1.tgz#02168cb0a49a2b75bf988a28698de7b529df5cb7" - integrity sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg== - dependencies: - hosted-git-info "^2.7.1" - osenv "^0.1.5" - semver "^5.6.0" - validate-npm-package-name "^3.0.0" - -npm-packlist@^1.4.4: - version "1.4.8" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.8.tgz#56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e" - integrity sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A== - dependencies: - ignore-walk "^3.0.1" - npm-bundled "^1.0.1" - npm-normalize-package-bin "^1.0.1" - -npm-pick-manifest@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz#f4d9e5fd4be2153e5f4e5f9b7be8dc419a99abb7" - integrity sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw== - dependencies: - figgy-pudding "^3.5.1" - npm-package-arg "^6.0.0" - semver "^5.4.1" - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npm-run-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -npmlog@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.7.3" - set-blocking "~2.0.0" - -nth-check@^1.0.2, nth-check@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - dependencies: - boolbase "~1.0.0" - -num2fraction@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -nwsapi@^2.0.7, nwsapi@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-filter@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/object-filter/-/object-filter-1.0.2.tgz#af0b797ffebeaf8a52c6637cedbe8816cfec1bc8" - integrity sha1-rwt5f/6+r4pSxmN87b6IFs/sG8g= - -object-inspect@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" - integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== - -object-is@^1.0.1, object-is@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4" - integrity sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ== - -object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" - integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== - dependencies: - define-properties "^1.1.2" - function-bind "^1.1.1" - has-symbols "^1.0.0" - object-keys "^1.0.11" - -object.entries@^1.1.0, object.entries@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b" - integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - has "^1.0.3" - -"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" - integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - has "^1.0.3" - -object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" - integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.0, object.values@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" - integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - has "^1.0.3" - -octokit-pagination-methods@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" - integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ== - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - dependencies: - mimic-fn "^1.0.0" - -onetime@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" - integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== - dependencies: - mimic-fn "^2.1.0" - -open@^6.3.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" - integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - dependencies: - is-wsl "^1.1.0" - -open@^7.0.0: - version "7.0.2" - resolved "https://registry.yarnpkg.com/open/-/open-7.0.2.tgz#fb3681f11f157f2361d2392307548ca1792960e8" - integrity sha512-70E/pFTPr7nZ9nLDPNTcj3IVqnNvKuP4VsBmoKV9YGTnChe0mlS3C4qM7qKarhZ8rGaHKLfo+vBTHXDp6ZSyLQ== - dependencies: - is-docker "^2.0.0" - is-wsl "^2.1.1" - -opencollective-postinstall@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89" - integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw== - -openurl@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/openurl/-/openurl-1.1.1.tgz#3875b4b0ef7a52c156f0db41d4609dbb0f94b387" - integrity sha1-OHW0sO96UsFW8NtB1GCduw+Us4c= - -optimal@^4.1.1, optimal@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/optimal/-/optimal-4.2.0.tgz#a97d9a12cb543988f2e54b88416b77d9a811ed69" - integrity sha512-jKFdiBkhJCVMh6oXsGNVFv/huPeFTEdlBtSuwDBYYClFn6lwV0fdRwRhWtpazM1ZMuV+bNNRFMth9SMWvUk3uQ== - -optimist@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" - integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY= - dependencies: - minimist "~0.0.1" - wordwrap "~0.0.2" - -optionator@^0.8.1, optionator@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - 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" - -original@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" - integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== - dependencies: - url-parse "^1.4.3" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-locale@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" - integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk= - dependencies: - lcid "^1.0.0" - -os-locale@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-4.0.0.tgz#06e4fb102f38f33e9e904f41af3c34a5aa3b2b7b" - integrity sha512-HsSR1+2l6as4Wp2SGZxqLnuFHxVvh1Ir9pvZxyujsC13egZVe7P0YeBLN0ijQzM/twrO5To3ia3jzBXAvpMTEA== - dependencies: - execa "^1.0.0" - lcid "^3.0.0" - mem "^5.0.0" - -os-name@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801" - integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg== - dependencies: - macos-release "^2.2.0" - windows-release "^3.1.0" - -os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.0, osenv@^0.1.4, osenv@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-defer@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" - integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= - -p-each-series@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.1.0.tgz#961c8dd3f195ea96c747e636b262b800a6b1af48" - integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-finally@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" - integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== - -p-is-promise@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" - integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== - -p-limit@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" - integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - dependencies: - p-try "^1.0.0" - -p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e" - integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ== - dependencies: - p-try "^2.0.0" - -p-locate@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= - dependencies: - p-limit "^1.1.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-map-series@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca" - integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco= - dependencies: - p-reduce "^1.0.0" - -p-map@^2.0.0, p-map@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" - integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - -p-map@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" - integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - dependencies: - aggregate-error "^3.0.0" - -p-pipe@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" - integrity sha1-SxoROZoRUgpneQ7loMHViB1r7+k= - -p-queue@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-4.0.0.tgz#ed0eee8798927ed6f2c2f5f5b77fdb2061a5d346" - integrity sha512-3cRXXn3/O0o3+eVmUroJPSj/esxoEFIm0ZOno/T+NzG/VZgPOqQ8WKmlNqubSEpZmCIngEy34unkHGg83ZIBmg== - dependencies: - eventemitter3 "^3.1.0" - -p-reduce@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" - integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= - -p-try@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -p-waterfall@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-waterfall/-/p-waterfall-1.0.0.tgz#7ed94b3ceb3332782353af6aae11aa9fc235bb00" - integrity sha1-ftlLPOszMngjU69qrhGqn8I1uwA= - dependencies: - p-reduce "^1.0.0" - -package-json@^2.0.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-2.4.0.tgz#0d15bd67d1cbbddbb2ca222ff2edb86bcb31a8bb" - integrity sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs= - dependencies: - got "^5.0.0" - registry-auth-token "^3.0.1" - registry-url "^3.0.3" - semver "^5.1.0" - -pad-left@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/pad-left/-/pad-left-2.1.0.tgz#16e6a3b2d44a8e138cb0838cc7cb403a4fc9e994" - integrity sha1-FuajstRKjhOMsIOMx8tAOk/J6ZQ= - dependencies: - repeat-string "^1.5.4" - -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - -parallel-transform@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" - integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - dependencies: - cyclist "^1.0.1" - inherits "^2.0.3" - readable-stream "^2.1.5" - -param-case@^2.1.0, param-case@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" - integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc= - dependencies: - no-case "^2.2.0" - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-asn1@^5.0.0: - version "5.1.5" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e" - integrity sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ== - dependencies: - asn1.js "^4.0.0" - browserify-aes "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-entities@^1.1.0, parse-entities@^1.1.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50" - integrity sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg== - dependencies: - character-entities "^1.0.0" - character-entities-legacy "^1.0.0" - character-reference-invalid "^1.0.0" - is-alphanumerical "^1.0.0" - is-decimal "^1.0.0" - is-hexadecimal "^1.0.0" - -parse-github-repo-url@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50" - integrity sha1-nn2LslKmy2ukJZUGC3v23z28H1A= - -parse-json@^2.1.0, parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-json@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" - integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - lines-and-columns "^1.1.6" - -parse-ms@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" - integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== - -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - -parse-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff" - integrity sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA== - dependencies: - is-ssh "^1.3.0" - protocols "^1.4.0" - -parse-url@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f" - integrity sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg== - dependencies: - is-ssh "^1.3.0" - normalize-url "^3.3.0" - parse-path "^4.0.0" - protocols "^1.4.0" - -parse5@4.0.0, parse5@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" - integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA== - -parse5@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" - integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - -parse5@^3.0.1: - version "3.0.3" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c" - integrity sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== - dependencies: - "@types/node" "*" - -parseurl@~1.3.2, parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascal-case@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-2.0.1.tgz#2d578d3455f660da65eca18ef95b4e0de912761e" - integrity sha1-LVeNNFX2YNpl7KGO+VtODekSdh4= - dependencies: - camel-case "^3.0.0" - upper-case-first "^1.1.0" - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" - integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - -path-case@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/path-case/-/path-case-2.1.1.tgz#94b8037c372d3fe2906e465bb45e25d226e8eea5" - integrity sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU= - dependencies: - no-case "^2.2.0" - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -path-type@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" - integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= - dependencies: - pify "^2.0.0" - -path-type@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" - integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - dependencies: - pify "^3.0.0" - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -pbf@^3.0.5, pbf@^3.1.0, pbf@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/pbf/-/pbf-3.2.1.tgz#b4c1b9e72af966cd82c6531691115cc0409ffe2a" - integrity sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ== - dependencies: - ieee754 "^1.1.12" - resolve-protobuf-schema "^2.1.0" - -pbkdf2@^3.0.3: - version "3.0.17" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6" - integrity sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -performance-now@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" - integrity sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= - -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -picomatch@^2.0.4, picomatch@^2.0.5: - version "2.2.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a" - integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== - -pify@^2.0.0, pify@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pino@4.10.2: - version "4.10.2" - resolved "https://registry.yarnpkg.com/pino/-/pino-4.10.2.tgz#77e93cdfa1cdb58f688cbb0abaebe67eb2f315f4" - integrity sha512-hNNDgOju2UvK4iKqXR3ZwEutoOujBRN9jfQgty/X4B3q1QOqpWqvmVn+GT/a20o8Jw5Wd7VkGJAdgFQg55a+mw== - dependencies: - chalk "^2.3.0" - fast-json-parse "^1.0.0" - fast-safe-stringify "^1.2.1" - flatstr "^1.0.4" - pump "^1.0.3" - quick-format-unescaped "^1.1.1" - split2 "^2.2.0" - -pirates@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" - integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - dependencies: - node-modules-regexp "^1.0.0" - -pkg-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" - integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= - dependencies: - find-up "^2.1.0" - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -pkg-dir@^4.1.0, pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -pkg-up@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" - integrity sha1-yBmscoBZpGHKscOImivjxJoATX8= - dependencies: - find-up "^2.1.0" - -please-upgrade-node@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" - integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== - dependencies: - semver-compare "^1.0.0" - -pluralize@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1" - integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - -pn@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" - integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - -pnp-webpack-plugin@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.5.0.tgz#62a1cd3068f46d564bb33c56eb250e4d586676eb" - integrity sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg== - dependencies: - ts-pnp "^1.1.2" - -polished@^3.3.1: - version "3.4.4" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.4.4.tgz#ac8cd6e704887398f3b802718f9d389b9ea4307b" - integrity sha512-x9PKeExyI9AhWrJP3Q57I1k7GInujjiVBJMPFmycj9hX1yCOo/X9eu9eZwxgOziiXge3WbFQ5XOmkzunOntBSA== - dependencies: - "@babel/runtime" "^7.6.3" - -popper.js@^1.14.4, popper.js@^1.14.7: - version "1.16.1" - resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" - integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -postcss-flexbugs-fixes@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.0.tgz#662b3dcb6354638b9213a55eed8913bcdc8d004a" - integrity sha512-QRE0n3hpkxxS/OGvzOa+PDuy4mh/Jg4o9ui22/ko5iGYOG3M5dfJabjnAZjTdh2G9F85c7Hv8hWcEDEKW/xceQ== - dependencies: - postcss "^7.0.26" - -postcss-load-config@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== - dependencies: - cosmiconfig "^5.0.0" - import-cwd "^2.0.0" - -postcss-loader@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" - integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== - dependencies: - loader-utils "^1.1.0" - postcss "^7.0.0" - postcss-load-config "^2.0.0" - schema-utils "^1.0.0" - -postcss-modules-extract-imports@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - dependencies: - postcss "^7.0.5" - -postcss-modules-local-by-default@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915" - integrity sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ== - dependencies: - icss-utils "^4.1.1" - postcss "^7.0.16" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.0" - -postcss-modules-scope@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba" - integrity sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^6.0.0" - -postcss-modules-values@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - dependencies: - icss-utils "^4.0.0" - postcss "^7.0.6" - -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" - integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== - dependencies: - cssesc "^3.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss-value-parser@^3.3.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - -postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9" - integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ== - -postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.23, postcss@^7.0.26, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.26" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587" - integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -potpack@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/potpack/-/potpack-1.0.1.tgz#d1b1afd89e4c8f7762865ec30bd112ab767e2ebf" - integrity sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw== - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prepend-http@^1.0.0, prepend-http@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - -prettier-linter-helpers@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== - dependencies: - fast-diff "^1.1.2" - -prettier@^1.19.1: - version "1.19.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - -pretty-error@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3" - integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= - dependencies: - renderkid "^2.0.1" - utila "~0.4" - -pretty-format@^25.1.0: - version "25.1.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.1.0.tgz#ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8" - integrity sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ== - dependencies: - "@jest/types" "^25.1.0" - ansi-regex "^5.0.0" - ansi-styles "^4.0.0" - react-is "^16.12.0" - -pretty-hrtime@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" - integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= - -pretty-ms@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-5.1.0.tgz#b906bdd1ec9e9799995c372e2b1c34f073f95384" - integrity sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw== - dependencies: - parse-ms "^2.1.0" - -pretty-ms@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" - integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== - dependencies: - parse-ms "^2.1.0" - -prismjs@^1.8.4: - version "1.19.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.19.0.tgz#713afbd45c3baca4b321569f2df39e17e729d4dc" - integrity sha512-IVFtbW9mCWm9eOIaEkNyo2Vl4NnEifis2GQ7/MLRG5TQe6t+4Sj9J5QWI9i3v+SS43uZBlCAOn+zYTVYQcPXJw== - optionalDependencies: - clipboard "^2.0.0" - -prismjs@~1.17.0: - version "1.17.1" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be" - integrity sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== - optionalDependencies: - clipboard "^2.0.0" - -private@^0.1.6, private@~0.1.5: - version "0.1.8" - resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" - integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - -probe.gl@^3.0.1, probe.gl@^3.1.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.2.1.tgz#c92db3e89df6c45a9fe0377890c6b0ded35d2974" - integrity sha512-ax0flZWVcrw3FF9MMt84mqfIckjkB7ItGer9rr8zlUbkIyzt66ypeJVLQlC28dJ/RBZtriflt2sVAhjENFohQA== - dependencies: - "@babel/runtime" "^7.0.0" - "@probe.gl/stats" "3.2.1" - -probe.gl@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.4.0.tgz#f35029b0041fb909caff493ab23feae53339261e" - integrity sha512-9CLByZATuhuG/Viq3ckfWU+dAhb7dMmjzsyCy4s7ds9ueTejcVRENxL197/XacOK/AN61YrEERB0QnouB0Qc0Q== - dependencies: - "@babel/runtime" "^7.0.0" - "@probe.gl/stats" "3.4.0" - -process-nextick-args@~1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" - integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -process@^0.10.0: - version "0.10.1" - resolved "https://registry.yarnpkg.com/process/-/process-0.10.1.tgz#842457cc51cfed72dc775afeeafb8c6034372725" - integrity sha1-hCRXzFHP7XLcd1r+6vuMYDQ3JyU= - -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -progress-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/progress-stream/-/progress-stream-2.0.0.tgz#fac63a0b3d11deacbb0969abcc93b214bce19ed5" - integrity sha1-+sY6Cz0R3qy7CWmrzJOyFLzhntU= - dependencies: - speedometer "~1.0.0" - through2 "~2.0.3" - -progress@^2.0.0, progress@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -promise-retry@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d" - integrity sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0= - dependencies: - err-code "^1.0.0" - retry "^0.10.0" - -promise.allsettled@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.2.tgz#d66f78fbb600e83e863d893e98b3d4376a9c47c9" - integrity sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg== - dependencies: - 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" - -promise.prototype.finally@^3.1.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067" - integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.0" - function-bind "^1.1.1" - -promise@^7.1.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" - integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - dependencies: - asap "~2.0.3" - -prompts@^2.0.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.0.tgz#a444e968fa4cc7e86689a74050685ac8006c4cc4" - integrity sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.3" - -promzard@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee" - integrity sha1-JqXW7ox97kyxIggwWs+5O6OCqe4= - dependencies: - read "1" - -prop-types-exact@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869" - integrity sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== - dependencies: - has "^1.0.3" - object.assign "^4.1.0" - reflect.ownkeys "^0.2.0" - -prop-types-extra@^1.0.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/prop-types-extra/-/prop-types-extra-1.1.1.tgz#58c3b74cbfbb95d304625975aa2f0848329a010b" - integrity sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew== - dependencies: - react-is "^16.3.2" - warning "^4.0.0" - -prop-types@15.5.10: - version "15.5.10" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154" - integrity sha1-J5ffwxJhguOpXj37suiT3ddFYVQ= - dependencies: - fbjs "^0.8.9" - loose-envify "^1.3.1" - -prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: - version "15.7.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" - integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.8.1" - -property-information@^5.0.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.4.0.tgz#16e08f13f4e5c4a7be2e4ec431c01c4f8dba869a" - integrity sha512-nmMWAm/3vKFGmmOWOcdLjgq/Hlxa+hsuR/px1Lp/UGEyc5A22A6l78Shc2C0E71sPmAqglni+HrS7L7VJ7AUCA== - dependencies: - xtend "^4.0.0" - -proto-list@~1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" - integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= - -protocol-buffers-schema@^3.3.1: - version "3.4.0" - resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.4.0.tgz#2f0ea31ca96627d680bf2fefae7ebfa2b6453eae" - integrity sha512-G/2kcamPF2S49W5yaMGdIpkG6+5wZF0fzBteLKgEHjbNzqjZQ85aAs1iJGto31EJaSTkNvHs5IXuHSaTLWBAiA== - -protocols@^1.1.0, protocols@^1.4.0: - version "1.4.7" - resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32" - integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg== - -protoduck@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f" - integrity sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg== - dependencies: - genfun "^5.0.0" - -proxy-addr@~2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34" - integrity sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ== - dependencies: - forwarded "~0.1.2" - ipaddr.js "1.9.0" - -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -psl@^1.1.24, psl@^1.1.28: - version "1.7.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c" - integrity sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ== - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -pump@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/pump/-/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954" - integrity sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" - integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pumpify@^1.3.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" - integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - dependencies: - duplexify "^3.6.0" - inherits "^2.0.3" - pump "^2.0.0" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@^1.2.4, punycode@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -q@^1.1.2, q@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -qs@^6.6.0: - version "6.9.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.1.tgz#20082c65cb78223635ab1a9eaca8875a29bf8ec9" - integrity sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA== - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -query-string@^4.1.0: - version "4.3.4" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" - integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= - dependencies: - object-assign "^4.1.0" - strict-uri-encode "^1.0.0" - -querystring-es3@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0, querystring@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - -querystringify@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" - integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== - -quick-format-unescaped@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-1.1.2.tgz#0ca581de3174becef25ac3c2e8956342381db698" - integrity sha1-DKWB3jF0vs7yWsPC6JVjQjgdtpg= - dependencies: - fast-safe-stringify "^1.0.8" - -quick-lru@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" - integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= - -quickselect@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018" - integrity sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw== - -r-json@^1.2.5: - version "1.2.9" - resolved "https://registry.yarnpkg.com/r-json/-/r-json-1.2.9.tgz#0637da3485b0b4492e9ffae85796f8b2f373f600" - integrity sha512-E5u25XBE7PpZmH5XwtthAmNvSLMTygDQMpcPtCTUBdvwPaqgIYJrxlRQJhG55Sgz7uC0Tuyh5nqNrsDT3uiefA== - -raf@^3.1.0, raf@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" - integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== - dependencies: - performance-now "^2.1.0" - -railroad-diagrams@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e" - integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= - -ramda@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35" - integrity sha1-oAGr7bP/YQd9T/HVd9RN536NCjU= - -ramda@^0.26: - version "0.26.1" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06" - integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ== - -randexp@0.4.6: - version "0.4.6" - resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3" - integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== - dependencies: - discontinuous-range "1.0.0" - ret "~0.1.10" - -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - -range-parser@^1.2.1, range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - dependencies: - bytes "3.1.0" - http-errors "1.7.2" - iconv-lite "0.4.24" - unpipe "1.0.0" - -raw-loader@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-3.1.0.tgz#5e9d399a5a222cc0de18f42c3bc5e49677532b3f" - integrity sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA== - dependencies: - loader-utils "^1.1.0" - schema-utils "^2.0.1" - -rc@^1.0.1, rc@^1.1.6: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -react-bootstrap-slider@2.1.5: - version "2.1.5" - resolved "https://registry.yarnpkg.com/react-bootstrap-slider/-/react-bootstrap-slider-2.1.5.tgz#2f79e57b69ddf2b5bd23310bddbd2de0c6bdfef3" - integrity sha512-7rO3JlCVIpr+XtwiSfg8r+MPqyl9KdLI61pNuSMBYYQZ42IWBC+kk/UDyYevp76aGAMtd9SCW8erxOvq+VpekQ== - dependencies: - bootstrap-slider "9.9.0" - es6bindall "^0.0.9" - -react-bootstrap@^0.33.1: - version "0.33.1" - resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-0.33.1.tgz#e072592aa143b9792526281272eca754bc9a4940" - integrity sha512-qWTRravSds87P8WC82tETy2yIso8qDqlIm0czsrduCaYAFtHuyLu0XDbUlfLXeRzqgwm5sRk2wRaTNoiVkk/YQ== - dependencies: - "@babel/runtime-corejs2" "^7.0.0" - classnames "^2.2.5" - dom-helpers "^3.2.0" - invariant "^2.2.4" - keycode "^2.2.0" - prop-types "^15.6.1" - prop-types-extra "^1.0.1" - react-overlays "^0.9.0" - react-prop-types "^0.4.0" - react-transition-group "^2.0.0" - uncontrollable "^7.0.2" - warning "^3.0.0" - -react-clientside-effect@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.2.tgz#6212fb0e07b204e714581dd51992603d1accc837" - integrity sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - dependencies: - "@babel/runtime" "^7.0.0" - -react-color@^2.17.0, react-color@^2.17.3: - version "2.18.0" - resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.18.0.tgz#34956f0bac394f6c3bc01692fd695644cc775ffd" - integrity sha512-FyVeU1kQiSokWc8NPz22azl1ezLpJdUyTbWL0LPUpcuuYDrZ/Y1veOk9rRK5B3pMlyDGvTk4f4KJhlkIQNRjEA== - dependencies: - "@icons/material" "^0.2.4" - lodash "^4.17.11" - material-colors "^1.2.1" - prop-types "^15.5.10" - reactcss "^1.2.0" - tinycolor2 "^1.4.1" - -react-dev-utils@^9.0.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81" - integrity sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== - dependencies: - "@babel/code-frame" "7.5.5" - address "1.1.2" - browserslist "4.7.0" - chalk "2.4.2" - cross-spawn "6.0.5" - detect-port-alt "1.1.6" - escape-string-regexp "1.0.5" - filesize "3.6.1" - find-up "3.0.0" - fork-ts-checker-webpack-plugin "1.5.0" - global-modules "2.0.0" - globby "8.0.2" - gzip-size "5.1.1" - immer "1.10.0" - inquirer "6.5.0" - is-root "2.1.0" - loader-utils "1.2.3" - open "^6.3.0" - pkg-up "2.0.0" - react-error-overlay "^6.0.3" - recursive-readdir "2.2.2" - shell-quote "1.7.2" - sockjs-client "1.4.0" - strip-ansi "5.2.0" - text-table "0.2.0" - -react-docgen@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.1.0.tgz#8e69f1d2e9153c535c20162ea1b85878b059b474" - integrity sha512-buAVMVqDEtvC7+VRDRlA9udS9cO9jFfb7yxRvKNYR9MXS0MJwaIe7OjSEydNzH9oH7LND3whDE+koFDUBtF3zA== - dependencies: - "@babel/core" "^7.7.5" - "@babel/runtime" "^7.7.6" - ast-types "^0.13.2" - async "^2.1.4" - commander "^2.19.0" - doctrine "^3.0.0" - node-dir "^0.1.10" - strip-indent "^3.0.0" - -react-dom@^16.4.2, react-dom@^16.8.3, react-dom@^16.9.0: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11" - integrity sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - scheduler "^0.18.0" - -react-draggable@^4.0.3: - version "4.2.0" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.2.0.tgz#40cc5209082ca7d613104bf6daf31372cc0e1114" - integrity sha512-5wFq//gEoeTYprnd4ze8GrFc+Rbnx+9RkOMR3vk4EbWxj02U6L6T3yrlKeiw4X5CtjD2ma2+b3WujghcXNRzkw== - dependencies: - classnames "^2.2.5" - prop-types "^15.6.0" - -react-element-to-jsx-string@^14.3.1: - version "14.3.1" - resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.1.tgz#a08fa6e46eb76061aca7eabc2e70f433583cb203" - integrity sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - dependencies: - "@base2/pretty-print-object" "1.0.0" - is-plain-object "3.0.0" - -react-error-boundary@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-1.2.5.tgz#a362cb799d2e58ff8f114f7c4bc25677ce4e4149" - integrity sha512-5CPSeLJA2igJNppAgFRwnTL9aK3ojenk65enNzhVyoxYNbHpIJXnChUO7+4vPhkncRA9wvQMXq6Azp2XeXd+iQ== - -react-error-overlay@^6.0.3: - version "6.0.5" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.5.tgz#55d59c2a3810e8b41922e0b4e5f85dcf239bd533" - integrity sha512-+DMR2k5c6BqMDSMF8hLH0vYKtKTeikiFW+fj0LClN+XZg4N9b8QUAdHC62CGWNLTi/gnuuemNcNcTFrCvK1f+A== - -react-fast-compare@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9" - integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw== - -react-file-drop@^0.1.9: - version "0.1.9" - resolved "https://registry.yarnpkg.com/react-file-drop/-/react-file-drop-0.1.9.tgz#97102ebdfcddafd948bb20c16bfe3f07ddaf7a52" - integrity sha512-fKXuOdGHGLpy+pQrUdUVa7yhOrrMQ91edIUi6c99OnUetUrC4Fm6Gg2vLUe9E0DCwtwSG6AadMlWVd0sdSl2rw== - dependencies: - create-react-class "^15.5.2" - prop-types "^15.5.8" - -react-focus-lock@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.2.1.tgz#1d12887416925dc53481914b7cedd39494a3b24a" - integrity sha512-47g0xYcCTZccdzKRGufepY8oZ3W1Qg+2hn6u9SHZ0zUB6uz/4K4xJe7yYFNZ1qT6m+2JDm82F6QgKeBTbjW4PQ== - dependencies: - "@babel/runtime" "^7.0.0" - focus-lock "^0.6.6" - prop-types "^15.6.2" - react-clientside-effect "^1.2.2" - use-callback-ref "^1.2.1" - use-sidecar "^1.0.1" - -react-helmet-async@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.4.tgz#079ef10b7fefcaee6240fefd150711e62463cc97" - integrity sha512-KTGHE9sz8N7+fCkZ2a3vzXH9eIkiTNhL2NhKR7XzzQl3WsGlCHh76arauJUIiGdfhjeMp7DY7PkASAmYFXeJYg== - dependencies: - "@babel/runtime" "^7.3.4" - invariant "^2.2.4" - prop-types "^15.7.2" - react-fast-compare "^2.0.4" - shallowequal "^1.1.0" - -react-hotkeys@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-hotkeys/-/react-hotkeys-2.0.0.tgz#a7719c7340cbba888b0e9184f806a9ec0ac2c53f" - integrity sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q== - dependencies: - prop-types "^15.6.1" - -react-input-autosize@^2.1.2, react-input-autosize@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2" - integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - dependencies: - prop-types "^15.5.8" - -react-inspector@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-4.0.0.tgz#ad73200ca18452aff333df2e2791be4544c422a9" - integrity sha512-heh4THBeJg0HLYO/3VBAOaFPkdEHoTZq9VFgP4rOzGw/jyqdVd5spfXSl3LNB1fwrwaWef75Q1hCuwlY4GaKjQ== - dependencies: - babel-runtime "^6.26.0" - is-dom "^1.0.9" - prop-types "^15.6.1" - storybook-chromatic "^2.2.2" - -react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" - integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== - -react-is@^16.3.2: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-json-pretty@^1.7.9: - version "1.7.9" - resolved "https://registry.yarnpkg.com/react-json-pretty/-/react-json-pretty-1.7.9.tgz#d153c52579fda9e245c81fceb3da22fdf1d93c1e" - integrity sha512-5ATsy6b/+0OvaJqDEXl6afvgg09O3/L+U5kglE+lGMu/3hVcgGPM2jqMcqqr2eAANROvX9ewKQXDh5huDljFfg== - dependencies: - create-react-class "^15.5.2" - -react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" - integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - -react-loadable@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/react-loadable/-/react-loadable-5.5.0.tgz#582251679d3da86c32aae2c8e689c59f1196d8c4" - integrity sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg== - dependencies: - prop-types "^15.5.0" - -react-map-gl@^5.0.3: - version "5.2.2" - resolved "https://registry.yarnpkg.com/react-map-gl/-/react-map-gl-5.2.2.tgz#e086fb59d1335d4e7654560e8aa97c5dfbb51a0b" - integrity sha512-HYW8EC5ikXiaWQi4gGpiXSZ7KNQVC2I25YkuUAzcV747SYZ2feuegmBXKDtZ9ewNDvpWaWlC/gl8Vq77b/llZw== - dependencies: - "@babel/runtime" "^7.0.0" - mapbox-gl "^1.0.0" - mjolnir.js "^2.4.0" - prop-types "^15.7.2" - react-virtualized-auto-sizer "^1.0.2" - viewport-mercator-project "^6.2.3 || ^7.0.1" - -react-map-gl@^6.1.16: - version "6.1.16" - resolved "https://registry.yarnpkg.com/react-map-gl/-/react-map-gl-6.1.16.tgz#47e1a200b4dea7f981f2be36f96933f202e6bd7e" - integrity sha512-d/4kFMMh2hDeZNeQOUm2wC1/as9q93EZiDmM5mGBx0LIch+9pTFgO6ZINIuUD9Zz4JqWGpthyjoKr3QKgrGiRA== - dependencies: - "@babel/runtime" "^7.0.0" - "@types/geojson" "^7946.0.7" - "@types/mapbox-gl" "^2.0.3" - mapbox-gl "^2.3.0" - mjolnir.js "^2.5.0" - prop-types "^15.7.2" - resize-observer-polyfill "^1.5.1" - viewport-mercator-project "^7.0.3" - -react-markdown@^4.0.6, react-markdown@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-4.3.1.tgz#39f0633b94a027445b86c9811142d05381300f2f" - integrity sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw== - dependencies: - html-to-react "^1.3.4" - mdast-add-list-metadata "1.0.1" - prop-types "^15.7.2" - react-is "^16.8.6" - remark-parse "^5.0.0" - unified "^6.1.5" - unist-util-visit "^1.3.0" - xtend "^4.0.1" - -react-modal@^3.8.1: - version "3.11.1" - resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.11.1.tgz#2a0d6877c9e98f123939ea92d2bb4ad7fa5a17f9" - integrity sha512-8uN744Yq0X2lbfSLxsEEc2UV3RjSRb4yDVxRQ1aGzPo86QjNOwhQSukDb8U8kR+636TRTvfMren10fgOjAy9eA== - dependencies: - exenv "^1.2.0" - prop-types "^15.5.10" - react-lifecycles-compat "^3.0.0" - warning "^4.0.3" - -react-motion@^0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/react-motion/-/react-motion-0.5.2.tgz#0dd3a69e411316567927917c6626551ba0607316" - integrity sha512-9q3YAvHoUiWlP3cK0v+w1N5Z23HXMj4IF4YuvjvWegWqNPfLXsOBE/V7UvQGpXxHFKRQQcNcVQE31g9SB/6qgQ== - dependencies: - performance-now "^0.2.0" - prop-types "^15.5.8" - raf "^3.1.0" - -react-onclickoutside@^6.7.1: - version "6.9.0" - resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.9.0.tgz#a54bc317ae8cf6131a5d78acea55a11067f37a1f" - integrity sha512-8ltIY3bC7oGhj2nPAvWOGi+xGFybPNhJM0V1H8hY/whNcXgmDeaeoCMPPd8VatrpTsUWjb/vGzrmu6SrXVty3A== - -react-overlays@^0.9.0: - version "0.9.3" - resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-0.9.3.tgz#5bac8c1e9e7e057a125181dee2d784864dd62902" - integrity sha512-u2T7nOLnK+Hrntho4p0Nxh+BsJl0bl4Xuwj/Y0a56xywLMetgAfyjnDVrudLXsNcKGaspoC+t3C1V80W9QQTdQ== - dependencies: - classnames "^2.2.5" - dom-helpers "^3.2.1" - prop-types "^15.5.10" - prop-types-extra "^1.0.1" - react-transition-group "^2.2.1" - warning "^3.0.0" - -react-palm@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-palm/-/react-palm-2.0.0.tgz#03be811ced642e9f1ca0fb437e99b8f55419413b" - integrity sha512-ZwpYBkKlb+c4lmifQw5Ispqt/e6krZlDYkah/eh9h5L7fZvBvUBIdqw/GakdvZ8/nynUKCDdCXQVX4PCIUoIsg== - dependencies: - babel-plugin-transform-object-rest-spread "^6.26.0" - function.prototype.name "^1.1.0" - react-dom "^16.4.2" - react-reconciler "^0.12.0" - react-test-renderer "^16.4.2" - -react-palm@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/react-palm/-/react-palm-3.1.2.tgz#8a20fe07e3999e4e5593af90d020eafa769f9ed0" - integrity sha512-DSOSWlRf9e3v0IHy28WYEOP7kanrbAiZbcj1TvVcVg9xHXkftFBSmhogpc7OP7s8UrEGGTVs95YJ8iqgoXoGfA== - dependencies: - function.prototype.name "^1.1.0" - react-dom "^16.4.2" - react-reconciler "^0.12.0" - react-test-renderer "^16.4.2" - -react-popper-tooltip@^2.8.3: - version "2.10.1" - resolved "https://registry.yarnpkg.com/react-popper-tooltip/-/react-popper-tooltip-2.10.1.tgz#e10875f31916297c694d64a677d6f8fa0a48b4d1" - integrity sha512-cib8bKiyYcrIlHo9zXx81G0XvARfL8Jt+xum709MFCgQa3HTqTi4au3iJ9tm7vi7WU7ngnqbpWkMinBOtwo+IQ== - dependencies: - "@babel/runtime" "^7.7.4" - react-popper "^1.3.6" - -react-popper@^1.3.6: - version "1.3.7" - resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.7.tgz#f6a3471362ef1f0d10a4963673789de1baca2324" - integrity sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - dependencies: - "@babel/runtime" "^7.1.2" - create-react-context "^0.3.0" - deep-equal "^1.1.1" - popper.js "^1.14.4" - prop-types "^15.6.1" - typed-styles "^0.0.7" - warning "^4.0.2" - -react-prop-types@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/react-prop-types/-/react-prop-types-0.4.0.tgz#f99b0bfb4006929c9af2051e7c1414a5c75b93d0" - integrity sha1-+ZsL+0AGkpya8gUefBQUpcdbk9A= - dependencies: - warning "^3.0.0" - -react-reconciler@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.12.0.tgz#dd3ecd98f64a2d8449298dadab041910cafd2849" - integrity sha512-BBaE+asD1HdzS35GLhvOEUGFwFKBNN/Jj9b+VlCt9JjF+jDnmIij4SbulNpqccYxPE/Eeup3/ciouo9YmhSgbg== - dependencies: - fbjs "^0.8.16" - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.0" - -react-redux@^5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.1.2.tgz#b19cf9e21d694422727bf798e934a916c4080f57" - integrity sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q== - dependencies: - "@babel/runtime" "^7.1.2" - hoist-non-react-statics "^3.3.0" - invariant "^2.2.4" - loose-envify "^1.1.0" - prop-types "^15.6.1" - react-is "^16.6.0" - react-lifecycles-compat "^3.0.0" - -react-select@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-1.3.0.tgz#1828ad5bf7f3e42a835c7e2d8cb13b5c20714876" - integrity sha512-g/QAU1HZrzSfxkwMAo/wzi6/ezdWye302RGZevsATec07hI/iSxcpB1hejFIp7V63DJ8mwuign6KmB3VjdlinQ== - dependencies: - classnames "^2.2.4" - prop-types "^15.5.8" - react-input-autosize "^2.1.2" - -react-select@^3.0.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.0.8.tgz#06ff764e29db843bcec439ef13e196865242e0c1" - integrity sha512-v9LpOhckLlRmXN5A6/mGGEft4FMrfaBFTGAnuPHcUgVId7Je42kTq9y0Z+Ye5z8/j0XDT3zUqza8gaRaI1PZIg== - dependencies: - "@babel/runtime" "^7.4.4" - "@emotion/cache" "^10.0.9" - "@emotion/core" "^10.0.9" - "@emotion/css" "^10.0.9" - memoize-one "^5.0.0" - prop-types "^15.6.0" - react-input-autosize "^2.2.2" - react-transition-group "^2.2.1" - -react-sizeme@^2.6.7: - version "2.6.12" - resolved "https://registry.yarnpkg.com/react-sizeme/-/react-sizeme-2.6.12.tgz#ed207be5476f4a85bf364e92042520499455453e" - integrity sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - dependencies: - element-resize-detector "^1.2.1" - invariant "^2.2.4" - shallowequal "^1.1.0" - throttle-debounce "^2.1.0" - -react-sortable-hoc@^1.8.3: - version "1.11.0" - resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-1.11.0.tgz#fe4022362bbafc4b836f5104b9676608a40a278f" - integrity sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg== - dependencies: - "@babel/runtime" "^7.2.0" - invariant "^2.2.4" - prop-types "^15.5.7" - -react-split-pane@^0.1.63: - version "0.1.89" - resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.89.tgz#e111e5f7e6e1cd3c86a5aa0d9ddf987c2165f0d0" - integrity sha512-bGEiOevi6nBE1evEJOsZjd5A7plLboFAU4+HGASWWVm94XUg7QdsuPInGOB+5Ym4RtY3TZCpmUvLe6qQmrZUOg== - dependencies: - prop-types "^15.5.10" - react-lifecycles-compat "^3.0.4" - react-style-proptype "^3.0.0" - -react-style-proptype@^3.0.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/react-style-proptype/-/react-style-proptype-3.2.2.tgz#d8e998e62ce79ec35b087252b90f19f1c33968a0" - integrity sha512-ywYLSjNkxKHiZOqNlso9PZByNEY+FTyh3C+7uuziK0xFXu9xzdyfHwg4S9iyiRRoPCR4k2LqaBBsWVmSBwCWYQ== - dependencies: - prop-types "^15.5.4" - -react-syntax-highlighter@^11.0.2: - version "11.0.2" - resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#4e3f376e752b20d2f54e4c55652fd663149e4029" - integrity sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== - dependencies: - "@babel/runtime" "^7.3.1" - highlight.js "~9.13.0" - lowlight "~1.11.0" - prismjs "^1.8.4" - refractor "^2.4.1" - -react-test-renderer@^16.0.0-0, react-test-renderer@^16.4.2, react-test-renderer@^16.9.0: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.12.0.tgz#11417ffda579306d4e841a794d32140f3da1b43f" - integrity sha512-Vj/teSqt2oayaWxkbhQ6gKis+t5JrknXfPVo+aIJ8QwYAqMPH77uptOdrlphyxl8eQI/rtkOYg86i/UWkpFu0w== - dependencies: - object-assign "^4.1.1" - prop-types "^15.6.2" - react-is "^16.8.6" - scheduler "^0.18.0" - -react-textarea-autosize@^7.1.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.1.2.tgz#70fdb333ef86bcca72717e25e623e90c336e2cda" - integrity sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== - dependencies: - "@babel/runtime" "^7.1.2" - prop-types "^15.6.0" - -react-tooltip@^3.10.0: - version "3.11.5" - resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-3.11.5.tgz#170705e659639e18f6f8032bb1c93c2373ee5509" - integrity sha512-VSNZTS+XN68QyIBo5SUsIn+CPmGvSIzEnsJ41WxQ+sfnf+zIHXnVG8l53/P0IklssId9yW9SPFuA6qMgX6VIQw== - dependencies: - classnames "^2.2.6" - prop-types "^15.6.0" - -react-transition-group@^2.0.0, react-transition-group@^2.2.1: - version "2.9.0" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d" - integrity sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - dependencies: - dom-helpers "^3.4.0" - loose-envify "^1.4.0" - prop-types "^15.6.2" - react-lifecycles-compat "^3.0.4" - -react-virtualized-auto-sizer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.2.tgz#a61dd4f756458bbf63bd895a92379f9b70f803bd" - integrity sha512-MYXhTY1BZpdJFjUovvYHVBmkq79szK/k7V3MO+36gJkWGkrXKtyr4vCPtpphaTLRAdDNoYEYFZWE8LjN+PIHNg== - -react-virtualized@^9.21.1: - version "9.21.2" - resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.21.2.tgz#02e6df65c1e020c8dbf574ec4ce971652afca84e" - integrity sha512-oX7I7KYiUM7lVXQzmhtF4Xg/4UA5duSA+/ZcAvdWlTLFCoFYq1SbauJT5gZK9cZS/wdYR6TPGpX/dqzvTqQeBA== - dependencies: - babel-runtime "^6.26.0" - clsx "^1.0.1" - dom-helpers "^5.0.0" - loose-envify "^1.3.0" - prop-types "^15.6.0" - react-lifecycles-compat "^3.0.4" - -react-vis@^1.8.0: - version "1.11.7" - resolved "https://registry.yarnpkg.com/react-vis/-/react-vis-1.11.7.tgz#909902af00158895d14da1adfe1d0dc0045228ff" - integrity sha512-vJqS12l/6RHeSq8DVl4PzX0j8iPgbT8H8PtgTRsimKsBNcPjPseO4RICw1FUPrwj8MPrrna34LBtzyC4ATd5Ow== - dependencies: - d3-array "^1.2.0" - d3-collection "^1.0.3" - d3-color "^1.0.3" - d3-contour "^1.1.0" - d3-format "^1.2.0" - d3-geo "^1.6.4" - d3-hexbin "^0.2.2" - d3-hierarchy "^1.1.4" - d3-interpolate "^1.1.4" - d3-sankey "^0.7.1" - d3-scale "^1.0.5" - d3-shape "^1.1.0" - d3-voronoi "^1.1.2" - deep-equal "^1.0.1" - global "^4.3.1" - hoek "4.2.1" - prop-types "^15.5.8" - react-motion "^0.5.2" - -react-with-styles-interface-aphrodite@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/react-with-styles-interface-aphrodite/-/react-with-styles-interface-aphrodite-1.2.0.tgz#22a0a7d392d8f91a891f722d4c992f4c80f5a129" - integrity sha1-IqCn05LY+RqJH3ItTJkvTID1oSk= - dependencies: - array-flatten "^2.1.0" - has "^1.0.1" - -react-with-styles@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/react-with-styles/-/react-with-styles-1.4.0.tgz#a05b311e82b49b1e69b787af82d0a29c6e2b0731" - integrity sha1-oFsxHoK0mx5pt4evgtCinG4rBzE= - dependencies: - deepmerge "^1.3.2" - global-cache "^1.2.0" - hoist-non-react-statics "^1.2.0" - prop-types "^15.5.8" - -react@^16.6.0, react@^16.8.3, react@^16.9.0: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83" - integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - -reactcss@^1.2.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/reactcss/-/reactcss-1.2.3.tgz#c00013875e557b1cf0dfd9a368a1c3dab3b548dd" - integrity sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A== - dependencies: - lodash "^4.0.1" - -read-all-stream@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/read-all-stream/-/read-all-stream-3.1.0.tgz#35c3e177f2078ef789ee4bfafa4373074eaef4fa" - integrity sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po= - dependencies: - pinkie-promise "^2.0.0" - readable-stream "^2.0.0" - -read-cmd-shim@^1.0.1: - version "1.0.5" - resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16" - integrity sha512-v5yCqQ/7okKoZZkBQUAfTsQ3sVJtXdNfbPnI5cceppoxEVLYA3k+VtV2omkeo8MS94JCy4fSiUwlRBAwCVRPUA== - dependencies: - graceful-fs "^4.1.2" - -"read-package-json@1 || 2", read-package-json@^2.0.0, read-package-json@^2.0.13: - version "2.1.1" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.1.tgz#16aa66c59e7d4dad6288f179dd9295fd59bb98f1" - integrity sha512-dAiqGtVc/q5doFz6096CcnXhpYk0ZN8dEKVkGLU0CsASt8SrgF6SF7OTKAYubfvFhWaqofl+Y8HK19GR8jwW+A== - dependencies: - glob "^7.1.1" - json-parse-better-errors "^1.0.1" - normalize-package-data "^2.0.0" - npm-normalize-package-bin "^1.0.0" - optionalDependencies: - graceful-fs "^4.1.2" - -read-package-tree@^5.1.6: - version "5.3.1" - resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636" - integrity sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw== - dependencies: - read-package-json "^2.0.0" - readdir-scoped-modules "^1.0.0" - util-promisify "^2.1.0" - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg-up@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" - integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= - dependencies: - find-up "^2.0.0" - read-pkg "^2.0.0" - -read-pkg-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" - integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - dependencies: - find-up "^2.0.0" - read-pkg "^3.0.0" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -read-pkg@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" - integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= - dependencies: - load-json-file "^2.0.0" - normalize-package-data "^2.3.2" - path-type "^2.0.0" - -read-pkg@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" - integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - dependencies: - load-json-file "^4.0.0" - normalize-package-data "^2.3.2" - path-type "^3.0.0" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - -read@1, read@~1.0.1: - version "1.0.7" - resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" - integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ= - dependencies: - mute-stream "~0.0.4" - -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -"readable-stream@2 || 3", readable-stream@^3.0.2, readable-stream@^3.1.1: - version "3.5.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.5.0.tgz#465d70e6d1087f6162d079cd0b5db7fbebfd1606" - integrity sha512-gSz026xs2LfxBPudDuI41V1lka8cxg64E66SGe78zJlsUofOg/yqwezdIcdfwik6B4h8LFmWPA9ef9X3FiNFLA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readable-stream@~2.0.0: - version "2.0.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" - integrity sha1-j5A0HmilPMySh4jaz80Rs265t44= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "~1.0.0" - process-nextick-args "~1.0.6" - string_decoder "~0.10.x" - util-deprecate "~1.0.1" - -readdir-scoped-modules@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309" - integrity sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw== - dependencies: - debuglog "^1.0.1" - dezalgo "^1.0.0" - graceful-fs "^4.1.2" - once "^1.3.0" - -readdirp@^2.1.0, readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -realpath-native@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c" - integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== - dependencies: - util.promisify "^1.0.0" - -recast@^0.14.7: - version "0.14.7" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d" - integrity sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A== - dependencies: - ast-types "0.11.3" - esprima "~4.0.0" - private "~0.1.5" - source-map "~0.6.1" - -rechoir@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" - integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= - dependencies: - resolve "^1.1.6" - -recompose@^0.23.5: - version "0.23.5" - resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.23.5.tgz#72ac8261246bec378235d187467d02a721e8b1de" - integrity sha1-cqyCYSRr7DeCNdGHRn0CpyHosd4= - dependencies: - change-emitter "^0.1.2" - fbjs "^0.8.1" - hoist-non-react-statics "^1.0.0" - symbol-observable "^1.0.4" - -recursive-readdir@2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f" - integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg== - dependencies: - minimatch "3.0.4" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -redent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa" - integrity sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo= - dependencies: - indent-string "^3.0.0" - strip-indent "^2.0.0" - -redeyed@~0.4.0: - version "0.4.4" - resolved "https://registry.yarnpkg.com/redeyed/-/redeyed-0.4.4.tgz#37e990a6f2b21b2a11c2e6a48fd4135698cba97f" - integrity sha1-N+mQpvKyGyoRwuakj9QTVpjLqX8= - dependencies: - esprima "~1.0.4" - -reduce-flatten@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-2.0.0.tgz#734fd84e65f375d7ca4465c69798c25c9d10ae27" - integrity sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w== - -reduce-reducers@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/reduce-reducers/-/reduce-reducers-0.4.3.tgz#8e052618801cd8fc2714b4915adaa8937eb6d66c" - integrity sha512-+CNMnI8QhgVMtAt54uQs3kUxC3Sybpa7Y63HR14uGLgI9/QR5ggHvpxwhGGe3wmx5V91YwqQIblN9k5lspAmGw== - -redux-actions@^2.2.1: - version "2.6.5" - resolved "https://registry.yarnpkg.com/redux-actions/-/redux-actions-2.6.5.tgz#bdca548768ee99832a63910c276def85e821a27e" - integrity sha512-pFhEcWFTYNk7DhQgxMGnbsB1H2glqhQJRQrtPb96kD3hWiZRzXHwwmFPswg6V2MjraXRXWNmuP9P84tvdLAJmw== - dependencies: - invariant "^2.2.4" - just-curry-it "^3.1.0" - loose-envify "^1.4.0" - reduce-reducers "^0.4.3" - to-camel-case "^1.0.0" - -redux@^3.0.4: - version "3.7.2" - resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b" - integrity sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A== - dependencies: - lodash "^4.2.1" - lodash-es "^4.2.1" - loose-envify "^1.1.0" - symbol-observable "^1.0.3" - -redux@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" - integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - dependencies: - loose-envify "^1.4.0" - symbol-observable "^1.2.0" - -reflect.ownkeys@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460" - integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - -refractor@^2.4.1: - version "2.10.1" - resolved "https://registry.yarnpkg.com/refractor/-/refractor-2.10.1.tgz#166c32f114ed16fd96190ad21d5193d3afc7d34e" - integrity sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== - dependencies: - hastscript "^5.0.0" - parse-entities "^1.1.2" - prismjs "~1.17.0" - -regenerate-unicode-properties@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e" - integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA== - dependencies: - regenerate "^1.4.0" - -regenerate@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" - integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== - -regenerator-runtime@^0.10.5: - version "0.10.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" - integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= - -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - -regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.3: - version "0.13.3" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" - integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== - -regenerator-runtime@^0.13.4: - version "0.13.7" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - -regenerator-transform@^0.14.0: - version "0.14.1" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" - integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== - dependencies: - private "^0.1.6" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexp-tree@^0.1.17, regexp-tree@~0.1.1: - version "0.1.18" - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.18.tgz#ed4819a9f03ec2de9613421d6eaf47512e7fdaf1" - integrity sha512-mKLUfTDU1GE5jGR7cn2IEPDzYjmOviZOHYAR1XGe8Lg48Mdk684waD1Fqhv2Nef+TsDVdmIj08m/GUKTMk7J2Q== - -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" - integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -regexpp@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" - integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== - -regexpp@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e" - integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g== - -regexpu-core@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6" - integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg== - dependencies: - regenerate "^1.4.0" - regenerate-unicode-properties "^8.1.0" - regjsgen "^0.5.0" - regjsparser "^0.6.0" - unicode-match-property-ecmascript "^1.0.4" - unicode-match-property-value-ecmascript "^1.1.0" - -registry-auth-token@^3.0.1: - version "3.4.0" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e" - integrity sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== - dependencies: - rc "^1.1.6" - safe-buffer "^5.0.1" - -registry-url@^3.0.3: - version "3.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" - integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= - dependencies: - rc "^1.0.1" - -regjsgen@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c" - integrity sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg== - -regjsparser@^0.6.0: - version "0.6.2" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.2.tgz#fd62c753991467d9d1ffe0a9f67f27a529024b96" - integrity sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q== - dependencies: - jsesc "~0.5.0" - -relateurl@^0.2.7: - version "0.2.7" - resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" - integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - -remark-parse@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" - integrity sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== - dependencies: - collapse-white-space "^1.0.2" - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - is-word-character "^1.0.0" - markdown-escapes "^1.0.0" - parse-entities "^1.1.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - trim "0.0.1" - trim-trailing-lines "^1.0.0" - unherit "^1.0.4" - unist-util-remove-position "^1.0.0" - vfile-location "^2.0.0" - xtend "^4.0.1" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -renderkid@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149" - integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== - dependencies: - css-select "^1.1.0" - dom-converter "^0.2" - htmlparser2 "^3.3.0" - strip-ansi "^3.0.0" - utila "^0.4.0" - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.5.4, repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -replace-ext@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - -request-promise-core@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9" - integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ== - dependencies: - lodash "^4.17.15" - -request-promise-native@^1.0.5, request-promise-native@^1.0.7: - version "1.0.8" - resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36" - integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ== - dependencies: - request-promise-core "1.1.3" - stealthy-require "^1.1.1" - tough-cookie "^2.3.3" - -"request@>=2.76.0 <3.0.0", request@^2.87.0, request@^2.88.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.0" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.4.3" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" - integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -reselect@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147" - integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc= - -reselect@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7" - integrity sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA== - -reserved-words@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1" - integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE= - -resize-observer-polyfill@1.5.1, resize-observer-polyfill@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" - integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== - -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= - dependencies: - resolve-from "^3.0.0" - -resolve-cwd@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" - integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - dependencies: - resolve-from "^5.0.0" - -resolve-dir@^1.0.0, resolve-dir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" - -resolve-from@5.0.0, resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-global@1.0.0, resolve-global@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255" - integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw== - dependencies: - global-dirs "^0.1.1" - -resolve-pkg@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-pkg/-/resolve-pkg-2.0.0.tgz#ac06991418a7623edc119084edc98b0e6bf05a41" - integrity sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ== - dependencies: - resolve-from "^5.0.0" - -resolve-protobuf-schema@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz#9ca9a9e69cf192bbdaf1006ec1973948aa4a3758" - integrity sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ== - dependencies: - protocol-buffers-schema "^3.3.1" - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" - integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - -resolve@1.x, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.3.2, resolve@^1.8.1: - version "1.15.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5" - integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw== - dependencies: - path-parse "^1.0.6" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -retry@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -retry@^0.10.0: - version "0.10.1" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" - integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - -reusify@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" - integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - -right-pad@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0" - integrity sha1-jKCMLLtbVedNr6lr9/0aJ9VoyNA= - -rimraf@2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - dependencies: - glob "^7.1.3" - -rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a" - integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw== - dependencies: - glob "^7.1.3" - -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -rison@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/rison/-/rison-0.1.1.tgz#4dcc0557b241aff60e76178e7792135713f33120" - integrity sha1-TcwFV7JBr/YOdheOd5ITVxPzMSA= - -rst-selector-parser@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91" - integrity sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= - dependencies: - lodash.flattendeep "^4.4.0" - nearley "^2.7.10" - -rsvp@^4.8.4: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -run-async@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" - integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA= - dependencies: - is-promise "^2.1.0" - -run-parallel@^1.1.4, run-parallel@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679" - integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== - -run-queue@^1.0.0, run-queue@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - dependencies: - aproba "^1.1.1" - -rw@1, rw@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4" - integrity sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q= - -rxjs@^6.1.0, rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3: - version "6.5.4" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c" - integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q== - dependencies: - tslib "^1.9.0" - -s2-geometry@^1.2.10: - version "1.2.10" - resolved "https://registry.yarnpkg.com/s2-geometry/-/s2-geometry-1.2.10.tgz#c6ff22f3eccafd0eea491b60b44c141b9887acab" - integrity sha1-xv8i8+zK/Q7qSRtgtEwUG5iHrKs= - dependencies: - long "^3.2.0" - -safe-buffer@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" - integrity sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" - integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -safe-regex@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-2.1.1.tgz#f7128f00d056e2fe5c11e81a1324dd974aadced2" - integrity sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A== - dependencies: - regexp-tree "~0.1.1" - -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sane@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" - integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - dependencies: - "@cnakazawa/watch" "^1.0.3" - anymatch "^2.0.0" - capture-exit "^2.0.0" - exec-sh "^0.3.2" - execa "^1.0.0" - fb-watchman "^2.0.0" - micromatch "^3.1.4" - minimist "^1.1.1" - walker "~1.0.5" - -sax@^1.2.4, sax@~1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -saxes@^3.1.9: - version "3.1.11" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.11.tgz#d59d1fd332ec92ad98a2e0b2ee644702384b1c5b" - integrity sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== - dependencies: - xmlchars "^2.1.1" - -scheduler@^0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4" - integrity sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" - -schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.4: - version "2.6.4" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.4.tgz#a27efbf6e4e78689d91872ee3ccfa57d7bdd0f53" - integrity sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ== - dependencies: - ajv "^6.10.2" - ajv-keywords "^3.4.1" - -seedrandom@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7" - integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg== - -seer@^0.2.4: - version "0.2.5" - resolved "https://registry.yarnpkg.com/seer/-/seer-0.2.5.tgz#f0975153741f4d1c3916a144eef4738458bcb05a" - integrity sha512-//0Zwt0x97KQhIWrp4oq9AVNvGA2ctCx4dmFddpkORjRr6bW+hyC8eOhWBVIhiU3uHv1XLU1dekfFKOi28RGHA== - -select@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" - integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= - -semver-compare@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" - integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= - -semver-diff@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" - integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= - dependencies: - semver "^5.0.3" - -semver-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338" - integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw== - -"semver@2 || 3 || 4 || 5", "semver@2.x || 3.x || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65" - integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ== - -semver@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - -semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.1.1: - version "7.1.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.2.tgz#847bae5bce68c5d08889824f02667199b70e3d87" - integrity sha512-BJs9T/H8sEVHbeigqzIEo57Iu/3DG6c4QoqTfbQB3BPA4zgzAomh/Fk9E7QtjWQ8mx2dgA9YCfSF4y9k9bHNpQ== - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - dependencies: - debug "2.6.9" - depd "~1.1.2" - destroy "~1.0.4" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "~1.7.2" - mime "1.6.0" - ms "2.1.1" - on-finished "~2.3.0" - range-parser "~1.2.1" - statuses "~1.5.0" - -sentence-case@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-2.1.1.tgz#1f6e2dda39c168bf92d13f86d4a918933f667ed4" - integrity sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ= - dependencies: - no-case "^2.2.0" - upper-case-first "^1.1.2" - -serialize-javascript@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" - integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== - -serve-favicon@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0" - integrity sha1-k10kDN/g9YBTB/3+ln2IlCosvPA= - dependencies: - etag "~1.8.1" - fresh "0.5.2" - ms "2.1.1" - parseurl "~1.3.2" - safe-buffer "5.1.1" - -serve-static@1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.17.1" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -set-value@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-3.0.1.tgz#52c82af7653ba69eb1db92e81f5cdb32739b9e95" - integrity sha512-w6n3GUPYAWQj4ZyHWzD7K2FnFXHx9OTwJYbWg+6nXjG8sCLfs9DGv+KlqglKIIJx+ks7MlFuwFW2RBPb+8V+xg== - dependencies: - is-plain-object "^2.0.4" - -setimmediate@^1.0.4, setimmediate@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -shallow-clone@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060" - integrity sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= - dependencies: - is-extendable "^0.1.1" - kind-of "^2.0.1" - lazy-cache "^0.2.3" - mixin-object "^2.0.1" - -shallow-clone@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" - integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - dependencies: - kind-of "^6.0.2" - -shallow-equal@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/shallow-equal/-/shallow-equal-1.2.1.tgz#4c16abfa56043aa20d050324efa68940b0da79da" - integrity sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== - -shallowequal@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" - integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - -sharkdown@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/sharkdown/-/sharkdown-0.1.1.tgz#64484bd0f08f347f8319e9ff947a670f6b48b1b2" - integrity sha512-exwooSpmo5s45lrexgz6Q0rFQM574wYIX3iDZ7RLLqOb7IAoQZu9nxlZODU972g19sR69OIpKP2cpHTzU+PHIg== - dependencies: - cardinal "~0.4.2" - minimist "0.0.5" - split "~0.2.10" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -shell-quote@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== - -shelljs@0.7.6: - version "0.7.6" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" - integrity sha1-N5zM+1a5HIYB5HkzVutTgpJN6a0= - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - -shelljs@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" - integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A== - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - -shortid@^2.2.15: - version "2.2.15" - resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.15.tgz#2b902eaa93a69b11120373cd42a1f1fe4437c122" - integrity sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw== - dependencies: - nanoid "^2.1.0" - -side-channel@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947" - integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA== - dependencies: - es-abstract "^1.17.0-next.1" - object-inspect "^1.7.0" - -sigmund@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590" - integrity sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA= - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" - integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - -simplebar-react@^1.0.0-alpha.6: - version "1.2.3" - resolved "https://registry.yarnpkg.com/simplebar-react/-/simplebar-react-1.2.3.tgz#bd81fa9827628470e9470d06caef6ece15e1c882" - integrity sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg== - dependencies: - prop-types "^15.6.1" - simplebar "^4.2.3" - -simplebar@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/simplebar/-/simplebar-4.2.3.tgz#dac40aced299c17928329eab3d5e6e795fafc10c" - integrity sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g== - dependencies: - can-use-dom "^0.1.0" - core-js "^3.0.1" - lodash.debounce "^4.0.8" - lodash.memoize "^4.1.2" - lodash.throttle "^4.1.1" - resize-observer-polyfill "^1.5.1" - -sisteransi@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3" - integrity sha512-/ekMoM4NJ59ivGSfKapeG+FWtrmWvA1p6FBZwXrqojw90vJu8lBmrTxCMuBCydKtkaUe2zt4PlxeTKpjwMbyig== - -slash@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" - integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= - -slash@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" - integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -slice-ansi@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - -slice-ansi@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" - integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - dependencies: - ansi-styles "^3.2.0" - astral-regex "^1.0.0" - is-fullwidth-code-point "^2.0.0" - -slice-ansi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" - integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== - dependencies: - ansi-styles "^4.0.0" - astral-regex "^2.0.0" - is-fullwidth-code-point "^3.0.0" - -slide@^1.1.5, slide@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" - integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= - -smart-buffer@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba" - integrity sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw== - -snake-case@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-2.1.0.tgz#41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f" - integrity sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8= - dependencies: - no-case "^2.2.0" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -sockjs-client@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5" - integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== - dependencies: - debug "^3.2.5" - eventsource "^1.0.7" - faye-websocket "~0.11.1" - inherits "^2.0.3" - json3 "^3.3.2" - url-parse "^1.4.3" - -socks-proxy-agent@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz#3c8991f3145b2799e70e11bd5fbc8b1963116386" - integrity sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg== - dependencies: - agent-base "~4.2.1" - socks "~2.3.2" - -socks@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3" - integrity sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA== - dependencies: - ip "1.1.5" - smart-buffer "^4.1.0" - -sort-keys@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" - integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= - dependencies: - is-plain-obj "^1.0.0" - -sort-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" - integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - dependencies: - is-plain-obj "^1.0.0" - -source-list-map@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@^0.5.6, source-map-support@~0.5.12: - version "0.5.16" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042" - integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -space-separated-tokens@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899" - integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== - -spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" - integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== - -spdx-expression-parse@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" - integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== - -speedometer@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.0.0.tgz#cd671cb06752c22bca3370e2f334440be4fc62e2" - integrity sha1-zWccsGdSwivKM3Di8zREC+T8YuI= - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -split2@^2.0.0, split2@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493" - integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw== - dependencies: - through2 "^2.0.2" - -split@^1.0.0, split@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" - integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== - dependencies: - through "2" - -split@~0.2.10: - version "0.2.10" - resolved "https://registry.yarnpkg.com/split/-/split-0.2.10.tgz#67097c601d697ce1368f418f06cd201cf0521a57" - integrity sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc= - dependencies: - through "2" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -ssri@^6.0.0, ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - dependencies: - figgy-pudding "^3.5.1" - -ssri@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.0.tgz#92c241bf6de82365b5c7fb4bd76e975522e1294d" - integrity sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g== - dependencies: - figgy-pudding "^3.5.1" - minipass "^3.1.1" - -stable@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" - integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - -stack-utils@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8" - integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - -state-toggle@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe" - integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -"statuses@>= 1.5.0 < 2", statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stealthy-require@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" - integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - -store2@^2.7.1: - version "2.10.0" - resolved "https://registry.yarnpkg.com/store2/-/store2-2.10.0.tgz#46b82bb91878daf1b0d56dec2f1d41e54d5103cf" - integrity sha512-tWEpK0snS2RPUq1i3R6OahfJNjWCQYNxq0+by1amCSuw0mXtymJpzmZIeYpA1UAa+7B0grCpNYIbDcd7AgTbFg== - -storybook-addon-jsx@^7.1.0: - version "7.1.14" - resolved "https://registry.yarnpkg.com/storybook-addon-jsx/-/storybook-addon-jsx-7.1.14.tgz#ec1a3512741b069381e280e00a03397b774a4f69" - integrity sha512-ei+nhJz5KB55W247MSxrszc+D3R8xhkZ796bYSikct0L6ug1kVy4KS/cltWYE0pycbpNRGMGALFNgfYfVsF3jg== - dependencies: - "@storybook/components" "^5.2.5" - copy-to-clipboard "^3.0.8" - js-beautify "^1.8.8" - react-element-to-jsx-string "^14.3.1" - -storybook-chromatic@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/storybook-chromatic/-/storybook-chromatic-2.2.2.tgz#eade5178f334d6dd173dbe980c902ae90e727cb0" - integrity sha512-n79eX0MQEHzDCnXqgOjvDOQ1xfBOTyQHy1RNxEMQvZolfAle8YVS0NnRpcW0xh/Ye621Iote3dwFI3uQmlcqPw== - dependencies: - "@babel/runtime" "^7.3.1" - "@chromaui/localtunnel" "1.10.1" - async-retry "^1.1.4" - commander "^2.9.0" - debug "^3.0.1" - denodeify "^1.2.1" - env-ci "^2.1.0" - fake-tag "^1.0.0" - jsdom "^11.5.1" - jsonfile "^4.0.0" - minimatch "^3.0.4" - node-ask "^1.0.1" - node-fetch "^2.6.0" - node-loggly-bulk "^2.2.4" - param-case "^2.1.1" - pino "4.10.2" - progress "^2.0.3" - progress-stream "^2.0.0" - semver "^6.2.0" - strip-color "^0.1.0" - tmp "^0.1.0" - tree-kill "^1.1.0" - uuid "^3.3.2" - -stream-browserify@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" - integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - dependencies: - inherits "~2.0.1" - readable-stream "^2.0.2" - -stream-each@^1.1.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" - integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - dependencies: - end-of-stream "^1.1.0" - stream-shift "^1.0.0" - -stream-http@^2.7.2: - version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" - integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.1" - readable-stream "^2.3.6" - to-arraybuffer "^1.0.0" - xtend "^4.0.0" - -stream-shift@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" - integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - -strict-uri-encode@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" - integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - -string-argv@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" - integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== - -string-hash@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" - integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - -string-length@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837" - integrity sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== - dependencies: - astral-regex "^1.0.0" - strip-ansi "^5.2.0" - -string-width@^1.0.1, string-width@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^3.0.0, string-width@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" - integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" - -"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e" - integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0" - has-symbols "^1.0.1" - internal-slot "^1.0.2" - regexp.prototype.flags "^1.3.0" - side-channel "^1.0.2" - -string.prototype.padend@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3" - integrity sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -string.prototype.padstart@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.0.tgz#b47c087540d0710be5a49375751a0a627bd4ff90" - integrity sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -string.prototype.trim@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.1.tgz#141233dff32c82bfad80684d7e5f0869ee0fb782" - integrity sha512-MjGFEeqixw47dAMFMtgUro/I0+wNqZB5GKXGt1fFr24u3TzDXCPu7J9Buppzoe3r/LqkSDLDDJzE15RGWDGAVw== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - -string.prototype.trimleft@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74" - integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag== - dependencies: - define-properties "^1.1.3" - function-bind "^1.1.1" - -string.prototype.trimright@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9" - integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g== - dependencies: - define-properties "^1.1.3" - function-bind "^1.1.1" - -string_decoder@^1.0.0, string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -stringify-object@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" - integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== - dependencies: - get-own-enumerable-property-symbols "^3.0.0" - is-obj "^1.0.1" - is-regexp "^1.0.0" - -strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - dependencies: - ansi-regex "^5.0.0" - -strip-bom@3.0.0, strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" - -strip-bom@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" - integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - -strip-color@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/strip-color/-/strip-color-0.1.0.tgz#106f65d3d3e6a2d9401cac0eb0ce8b8a702b4f7b" - integrity sha1-EG9l09PmotlAHKwOsM6LinArT3s= - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-indent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" - integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= - -strip-indent@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" - integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - dependencies: - min-indent "^1.0.0" - -strip-json-comments@2.0.1, strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -strip-json-comments@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7" - integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw== - -strip-outer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631" - integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg== - dependencies: - escape-string-regexp "^1.0.2" - -strip-url-auth@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae" - integrity sha1-IrD6OkE4WzO+PzMVUbu4N/oM164= - -strong-log-transformer@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10" - integrity sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA== - dependencies: - duplexer "^0.1.1" - minimist "^1.2.0" - through "^2.3.4" - -style-loader@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.3.tgz#9e826e69c683c4d9bf9db924f85e9abb30d5e200" - integrity sha512-rlkH7X/22yuwFYK357fMN/BxYOorfnfq0eD7+vqlemSK4wEcejFF1dg4zxP0euBW8NrYx2WZzZ8PPFevr7D+Kw== - dependencies: - loader-utils "^1.2.3" - schema-utils "^2.6.4" - -styled-components@^4.4.0: - version "4.4.1" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.4.1.tgz#e0631e889f01db67df4de576fedaca463f05c2f2" - integrity sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - "@babel/traverse" "^7.0.0" - "@emotion/is-prop-valid" "^0.8.1" - "@emotion/unitless" "^0.7.0" - babel-plugin-styled-components ">= 1" - css-to-react-native "^2.2.2" - memoize-one "^5.0.0" - merge-anything "^2.2.4" - prop-types "^15.5.4" - react-is "^16.6.0" - stylis "^3.5.0" - stylis-rule-sheet "^0.0.10" - supports-color "^5.5.0" - -stylis-rule-sheet@^0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" - integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== - -stylis@^3.5.0: - version "3.5.4" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" - integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== - -stylis@^4.0.3: - version "4.0.10" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240" - integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg== - -supercluster@^6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-6.0.2.tgz#aa2eaae185ef97872f388c683ec29f6991721ee3" - integrity sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw== - dependencies: - kdbush "^3.0.0" - -supercluster@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-7.0.0.tgz#75d474fafb0a055db552ed7bd7bbda583f6ab321" - integrity sha512-8VuHI8ynylYQj7Qf6PBMWy1PdgsnBiIxujOgc9Z83QvJ8ualIYWNx2iMKyKeC4DZI5ntD9tz/CIwwZvIelixsA== - dependencies: - kdbush "^3.0.0" - -supercluster@^7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-7.1.3.tgz#8c5412c7d7e53b010f7514e87f279544babc3425" - integrity sha512-7+bR4FbF5SYsmkHfDp61QiwCKtwNDyPsddk9TzfsDA5DQr5Goii5CVD2SXjglweFCxjrzVZf945ahqYfUIk8UA== - dependencies: - kdbush "^3.0.0" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^5.2.0, supports-color@^5.3.0, supports-color@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.0.0, supports-color@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" - integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - dependencies: - has-flag "^4.0.0" - -supports-hyperlinks@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.0.0.tgz#b1b94a159e9df00b0a554b2d5f0e0a89690334b0" - integrity sha512-bFhn0MQ8qefLyJ3K7PpHiPUTuTVPWw6RXfaMeV6xgJLXtBbszyboz1bvGTVv4R0YpQm2DqlXXn0fFHhxUHVE5w== - dependencies: - has-flag "^4.0.0" - supports-color "^7.0.0" - -svg-parser@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.3.tgz#a38f2e4e5442986f7ecb554c11f1411cfcf8c2b9" - integrity sha512-fnCWiifNhK8i2Z7b9R5tbNahpxrRdAaQbnoxKlT2KrSCj9Kq/yBSgulCRgBJRhy1dPnSY5slg5ehPUnzpEcHlg== - -svgo@^1.2.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" - integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - dependencies: - chalk "^2.4.1" - coa "^2.0.2" - css-select "^2.0.0" - css-select-base-adapter "^0.1.1" - css-tree "1.0.0-alpha.37" - csso "^4.0.2" - js-yaml "^3.13.1" - mkdirp "~0.5.1" - object.values "^1.1.0" - sax "~1.2.4" - stable "^0.1.8" - unquote "~1.1.1" - util.promisify "~1.0.0" - -swap-case@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/swap-case/-/swap-case-1.1.2.tgz#c39203a4587385fad3c850a0bd1bcafa081974e3" - integrity sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM= - dependencies: - lower-case "^1.1.1" - upper-case "^1.1.1" - -symbol-observable@^1.0.3, symbol-observable@^1.0.4, symbol-observable@^1.1.0, symbol-observable@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -symbol-tree@^3.2.2: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -symbol.prototype.description@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/symbol.prototype.description/-/symbol.prototype.description-1.0.2.tgz#f325e1e6ad534b3b29c9c3ca73c136c9ce03c5e2" - integrity sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== - dependencies: - es-abstract "^1.17.0-next.1" - has-symbols "^1.0.1" - -table-layout@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.2.tgz#c4038a1853b0136d63365a734b6931cf4fad4a04" - integrity sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A== - dependencies: - array-back "^4.0.1" - deep-extend "~0.6.0" - typical "^5.2.0" - wordwrapjs "^4.0.0" - -table@^5.2.3: - version "5.4.6" - resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" - integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - dependencies: - ajv "^6.10.2" - lodash "^4.17.14" - slice-ansi "^2.1.0" - string-width "^3.0.0" - -tapable@^1.0.0, tapable@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - -tar@^4.4.10, tar@^4.4.12, tar@^4.4.8: - version "4.4.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" - integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== - dependencies: - chownr "^1.1.1" - fs-minipass "^1.2.5" - minipass "^2.8.6" - minizlib "^1.2.1" - mkdirp "^0.5.0" - safe-buffer "^5.1.2" - yallist "^3.0.3" - -telejson@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/telejson/-/telejson-3.3.0.tgz#6d814f3c0d254d5c4770085aad063e266b56ad03" - integrity sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w== - dependencies: - "@types/is-function" "^1.0.0" - global "^4.4.0" - is-function "^1.0.1" - is-regex "^1.0.4" - is-symbol "^1.0.3" - isobject "^4.0.0" - lodash "^4.17.15" - memoizerific "^1.11.3" - -temp-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" - integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= - -temp-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" - integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== - -temp-write@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/temp-write/-/temp-write-3.4.0.tgz#8cff630fb7e9da05f047c74ce4ce4d685457d492" - integrity sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI= - dependencies: - graceful-fs "^4.1.2" - is-stream "^1.1.0" - make-dir "^1.0.0" - pify "^3.0.0" - temp-dir "^1.0.0" - uuid "^3.0.1" - -tempfile@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-3.0.0.tgz#5376a3492de7c54150d0cc0612c3f00e2cdaf76c" - integrity sha512-uNFCg478XovRi85iD42egu+eSFUmmka750Jy7L5tfHI5hQKKtbPnxaSaXAbBqCDYrw3wx4tXjKwci4/QmsZJxw== - dependencies: - temp-dir "^2.0.0" - uuid "^3.3.2" - -term-size@^2.1.0, term-size@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz#1f16adedfe9bdc18800e1776821734086fcc6753" - integrity sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== - -terminal-link@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" - integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - dependencies: - ansi-escapes "^4.2.1" - supports-hyperlinks "^2.0.0" - -terser-webpack-plugin@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz#5ecaf2dbdc5fb99745fd06791f46fc9ddb1c9a7c" - integrity sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA== - dependencies: - 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" - source-map "^0.6.1" - terser "^4.1.2" - webpack-sources "^1.4.0" - worker-farm "^1.7.0" - -terser-webpack-plugin@^2.1.0, terser-webpack-plugin@^2.1.2: - version "2.3.4" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.3.4.tgz#ac045703bd8da0936ce910d8fb6350d0e1dee5fe" - integrity sha512-Nv96Nws2R2nrFOpbzF6IxRDpIkkIfmhvOws+IqMvYdFLO7o6wAILWFKONFgaYy8+T4LVz77DQW0f7wOeDEAjrg== - dependencies: - cacache "^13.0.1" - find-cache-dir "^3.2.0" - jest-worker "^25.1.0" - p-limit "^2.2.2" - schema-utils "^2.6.4" - serialize-javascript "^2.1.2" - source-map "^0.6.1" - terser "^4.4.3" - webpack-sources "^1.4.3" - -terser@^4.1.2, terser@^4.3.9, terser@^4.4.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.3.tgz#e33aa42461ced5238d352d2df2a67f21921f8d87" - integrity sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -text-encoding-utf-8@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/text-encoding-utf-8/-/text-encoding-utf-8-1.0.2.tgz#585b62197b0ae437e3c7b5d0af27ac1021e10d13" - integrity sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg== - -text-extensions@^1.0.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" - integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== - -text-table@0.2.0, text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" - integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.0" - resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.0.tgz#e69e38a1babe969b0108207978b9f62b88604839" - integrity sha1-5p44obq+lpsBCCB5eLn2K4hgSDk= - dependencies: - any-promise "^1.0.0" - -throat@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" - integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - -throttle-debounce@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.1.0.tgz#257e648f0a56bd9e54fe0f132c4ab8611df4e1d5" - integrity sha512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg== - -through2@^2.0.0, through2@^2.0.2, through2@~2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -through2@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a" - integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== - dependencies: - readable-stream "2 || 3" - -through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - -timed-out@^3.0.0: - version "3.1.3" - resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-3.1.3.tgz#95860bfcc5c76c277f8f8326fd0f5b2e20eba217" - integrity sha1-lYYL/MXHbCd/j4Mm/Q9bLiDrohc= - -timers-browserify@^2.0.4: - version "2.0.11" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" - integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== - dependencies: - setimmediate "^1.0.4" - -tiny-emitter@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423" - integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== - -tinycolor2@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" - integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= - -tinyqueue@^2.0.0, tinyqueue@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" - integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== - -title-case@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/title-case/-/title-case-2.1.1.tgz#3e127216da58d2bc5becf137ab91dae3a7cd8faa" - integrity sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o= - dependencies: - no-case "^2.2.0" - upper-case "^1.0.3" - -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmp@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" - integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - dependencies: - rimraf "^2.6.3" - -tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= - -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - -to-camel-case@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/to-camel-case/-/to-camel-case-1.0.0.tgz#1a56054b2f9d696298ce66a60897322b6f423e46" - integrity sha1-GlYFSy+daWKYzmamCJcyK29CPkY= - dependencies: - to-space-case "^1.0.0" - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-no-case@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/to-no-case/-/to-no-case-1.0.2.tgz#c722907164ef6b178132c8e69930212d1b4aa16a" - integrity sha1-xyKQcWTvaxeBMsjmmTAhLRtKoWo= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -to-space-case@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/to-space-case/-/to-space-case-1.0.0.tgz#b052daafb1b2b29dc770cea0163e5ec0ebc9fc17" - integrity sha1-sFLar7Gysp3HcM6gFj5ewOvJ/Bc= - dependencies: - to-no-case "^1.0.0" - -toggle-selection@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" - integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI= - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -tough-cookie@^2.3.3, tough-cookie@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -tough-cookie@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2" - integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== - dependencies: - ip-regex "^2.1.0" - psl "^1.1.28" - punycode "^2.1.1" - -tough-cookie@~2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" - integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== - dependencies: - psl "^1.1.24" - punycode "^1.4.1" - -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" - integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - dependencies: - punycode "^2.1.0" - -tree-kill@^1.1.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" - integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -trim-newlines@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" - integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= - -trim-off-newlines@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= - -trim-repeated@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" - integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE= - dependencies: - escape-string-regexp "^1.0.2" - -trim-trailing-lines@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94" - integrity sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== - -trim@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= - -trough@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" - integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - -ts-dedent@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-1.1.1.tgz#68fad040d7dbd53a90f545b450702340e17d18f3" - integrity sha512-UGTRZu1evMw4uTPyYF66/KFd22XiU+jMaIuHrkIHQ2GivAXVlLV0v/vHrpOuTRf9BmpNHi/SO7Vd0rLu0y57jg== - -ts-jest@^24.1.0: - version "24.3.0" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869" - integrity sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ== - dependencies: - bs-logger "0.x" - buffer-from "1.x" - fast-json-stable-stringify "2.x" - json5 "2.x" - lodash.memoize "4.x" - make-error "1.x" - mkdirp "0.x" - resolve "1.x" - semver "^5.5" - yargs-parser "10.x" - -ts-pnp@^1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.5.tgz#840e0739c89fce5f3abd9037bb091dbff16d9dec" - integrity sha512-ti7OGMOUOzo66wLF3liskw6YQIaSsBgc4GOAlWRnIEj8htCxJUxskanMUoJOD6MDCRAXo36goXJZch+nOS0VMA== - -tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: - version "1.10.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" - integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - -tslib@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" - integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== - -tsutils@^3.17.1: - version "3.17.1" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759" - integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - dependencies: - tslib "^1.8.1" - -tty-browserify@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -type-analyzer@0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/type-analyzer/-/type-analyzer-0.2.1.tgz#c3a04552be0114d079a54b5def72a828605f9cf9" - integrity sha512-JWX825ksvDvFs6iRwZvTNvMA+HABFejptN0+iW5syfnxDgpBgDr3cIfdaNMpyVx950ZMOxRks8EI2rZZS8wbSA== - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-detect@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - -type-fest@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" - integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== - -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - -type-is@~1.6.17, type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -typed-styles@^0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9" - integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -typedarray@^0.0.6, typedarray@~0.0.5: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -typescript@^3.7.5: - version "3.7.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae" - integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== - -typical@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4" - integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw== - -typical@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066" - integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg== - -ua-parser-js@^0.7.18: - version "0.7.21" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777" - integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ== - -uber-licence@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/uber-licence/-/uber-licence-3.1.1.tgz#409b71976b88366ed3fe65547180056f530ef99a" - integrity sha1-QJtxl2uINm7T/mVUcYAFb1MO+Zo= - dependencies: - minimist "^1.1.0" - process "^0.10.0" - readdirp "^2.1.0" - update-notifier "^1.0.3" - -uglify-js@^3.1.4: - version "3.7.7" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.7.tgz#21e52c7dccda80a53bf7cde69628a7e511aec9c9" - integrity sha512-FeSU+hi7ULYy6mn8PKio/tXsdSXN35lm4KgV2asx00kzrLU9Pi3oAslcJT70Jdj7PHX29gGUPOT6+lXGBbemhA== - dependencies: - commander "~2.20.3" - source-map "~0.6.1" - -uid-number@0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" - integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE= - -umask@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d" - integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0= - -uncontrollable@^7.0.2: - version "7.1.1" - resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-7.1.1.tgz#f67fed3ef93637126571809746323a9db815d556" - integrity sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q== - dependencies: - "@babel/runtime" "^7.6.3" - "@types/react" "^16.9.11" - invariant "^2.2.4" - react-lifecycles-compat "^3.0.4" - -underscore@^1.8.3: - version "1.9.2" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.2.tgz#0c8d6f536d6f378a5af264a72f7bec50feb7cf2f" - integrity sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ== - -unfetch@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db" - integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== - -unherit@^1.0.4: - version "1.1.3" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22" - integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - dependencies: - inherits "^2.0.0" - xtend "^4.0.0" - -unicode-canonical-property-names-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" - integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - -unicode-match-property-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" - integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - dependencies: - unicode-canonical-property-names-ecmascript "^1.0.4" - unicode-property-aliases-ecmascript "^1.0.4" - -unicode-match-property-value-ecmascript@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277" - integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g== - -unicode-property-aliases-ecmascript@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57" - integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw== - -unified@^6.1.5: - version "6.2.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba" - integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-plain-obj "^1.1.0" - trough "^1.0.0" - vfile "^2.0.0" - x-is-string "^0.1.0" - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -uniq@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - -unist-util-is@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd" - integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - -unist-util-remove-position@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz#ec037348b6102c897703eee6d0294ca4755a2020" - integrity sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A== - dependencies: - unist-util-visit "^1.1.0" - -unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6" - integrity sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ== - -unist-util-visit-parents@1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz#f6e3afee8bdbf961c0e6f028ea3c0480028c3d06" - integrity sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q== - -unist-util-visit-parents@^2.0.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9" - integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - dependencies: - unist-util-is "^3.0.0" - -unist-util-visit@^1.1.0, unist-util-visit@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" - integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - dependencies: - unist-util-visit-parents "^2.0.0" - -universal-user-agent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16" - integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA== - dependencies: - os-name "^3.1.0" - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@1.0.0, unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unquote@^1.1.0, unquote@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -unzip-response@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-1.0.2.tgz#b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe" - integrity sha1-uYTwh3/AqJwsdzzB73tbIytbBv4= - -upath@^1.1.1, upath@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - -update-notifier@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-1.0.3.tgz#8f92c515482bd6831b7c93013e70f87552c7cf5a" - integrity sha1-j5LFFUgr1oMbfJMBPnD4dVLHz1o= - dependencies: - boxen "^0.6.0" - chalk "^1.0.0" - configstore "^2.0.0" - is-npm "^1.0.0" - latest-version "^2.0.0" - lazy-req "^1.1.0" - semver-diff "^2.0.0" - xdg-basedir "^2.0.0" - -upper-case-first@^1.1.0, upper-case-first@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-1.1.2.tgz#5d79bedcff14419518fd2edb0a0507c9b6859115" - integrity sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU= - dependencies: - upper-case "^1.1.1" - -upper-case@^1.0.3, upper-case@^1.1.0, upper-case@^1.1.1, upper-case@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" - integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= - -uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== - dependencies: - punycode "^2.1.0" - -urijs@^1.18.10: - version "1.19.2" - resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.2.tgz#f9be09f00c4c5134b7cb3cf475c1dd394526265a" - integrity sha512-s/UIq9ap4JPZ7H1EB5ULo/aOUbWqfDi7FKzMC2Nz+0Si8GiT1rIEaprt8hy3Vy2Ex2aJPpOQv4P4DuOZ+K1c6w== - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url-loader@^2.0.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.3.0.tgz#e0e2ef658f003efb8ca41b0f3ffbf76bab88658b" - integrity sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== - dependencies: - loader-utils "^1.2.3" - mime "^2.4.4" - schema-utils "^2.5.0" - -url-parse-lax@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" - integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= - dependencies: - prepend-http "^1.0.1" - -url-parse@^1.4.3: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - -url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use-callback-ref@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.1.tgz#898759ccb9e14be6c7a860abafa3ffbd826c89bb" - integrity sha512-C3nvxh0ZpaOxs9RCnWwAJ+7bJPwQI8LHF71LzbQ3BvzH5XkdtlkMadqElGevg5bYBDFip4sAnD4m06zAKebg1w== - -use-sidecar@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.2.tgz#e72f582a75842f7de4ef8becd6235a4720ad8af6" - integrity sha512-287RZny6m5KNMTb/Kq9gmjafi7lQL0YHO1lYolU6+tY1h9+Z3uCtkJJ3OSOq3INwYf2hBryCcDh4520AhJibMA== - dependencies: - detect-node "^2.0.4" - tslib "^1.9.3" - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util-promisify@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/util-promisify/-/util-promisify-2.1.0.tgz#3c2236476c4d32c5ff3c47002add7c13b9a82a53" - integrity sha1-PCI2R2xNMsX/PEcAKt18E7moKlM= - dependencies: - object.getownpropertydescriptors "^2.0.3" - -util.promisify@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" - integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== - dependencies: - define-properties "^1.1.2" - object.getownpropertydescriptors "^2.0.3" - -util.promisify@^1.0.0, util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.2" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.0" - -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - dependencies: - inherits "2.0.1" - -util@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" - integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - dependencies: - inherits "2.0.3" - -utila@^0.4.0, utila@~0.4: - version "0.4.0" - resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" - integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" - integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho= - -uuid@^3.0.1, uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -v8-compile-cache@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" - integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g== - -v8-to-istanbul@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.0.1.tgz#d6a2a3823b8ff49bdf2167ff2a45d82dff81d02f" - integrity sha512-x0yZvZAkjJwdD3fPiJzYP37aod0ati4LlmD2RmpKjqewjKAov/u/ytZ8ViIZb07cN4cePKzl9ijiUi7C1LQ8hQ== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - source-map "^0.7.3" - -validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.3: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -validate-npm-package-name@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e" - integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - dependencies: - builtins "^1.0.3" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -vfile-location@^2.0.0: - version "2.0.6" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e" - integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== - -vfile-message@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.1.1.tgz#5833ae078a1dfa2d96e9647886cd32993ab313e1" - integrity sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA== - dependencies: - unist-util-stringify-position "^1.1.1" - -vfile@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a" - integrity sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w== - dependencies: - is-buffer "^1.1.4" - replace-ext "1.0.0" - unist-util-stringify-position "^1.0.0" - vfile-message "^1.0.0" - -viewport-mercator-project@^6.0.0, viewport-mercator-project@^6.1.0, viewport-mercator-project@^6.1.1: - version "6.2.3" - resolved "https://registry.yarnpkg.com/viewport-mercator-project/-/viewport-mercator-project-6.2.3.tgz#4122040f51ef9553fa41a46bcc6502977b3909c6" - integrity sha512-QQb0/qCLlP4DdfbHHSWVYXpghB2wkLIiiZQnoelOB59mXKQSyZVxjreq1S+gaBJFpcGkWEcyVtre0+2y2DTl/Q== - dependencies: - "@babel/runtime" "^7.0.0" - gl-matrix "^3.0.0" - -"viewport-mercator-project@^6.2.3 || ^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/viewport-mercator-project/-/viewport-mercator-project-7.0.1.tgz#9d7248072f2cbb122f93b63d2b346a5763b8d79a" - integrity sha512-WKTuTL7o6WKdPQ+gmZhlXL7UpSdCdPUjxkDTBd/3AayBdAFSQGHxsqdbmPBvmoGwvo9KWo/30HTkNo/Z7ORJpw== - dependencies: - "@math.gl/web-mercator" "^3.1.3" - -viewport-mercator-project@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/viewport-mercator-project/-/viewport-mercator-project-7.0.3.tgz#6c7cf15cbfd490003d99d68ff5cbb2443237c79a" - integrity sha512-5nSgVK8jKTSKzOvsa8TSSd2IeQCpHfSNiBOOOMQLvzlxgWD0YoF4xRmyZio3GaLtKSE+50UB892X3R1SAMbaww== - dependencies: - "@math.gl/web-mercator" "^3.4.3" - -vm-browserify@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - -vt-pbf@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/vt-pbf/-/vt-pbf-3.1.1.tgz#b0f627e39a10ce91d943b898ed2363d21899fb82" - integrity sha512-pHjWdrIoxurpmTcbfBWXaPwSmtPAHS105253P1qyEfSTV2HJddqjM+kIHquaT/L6lVJIk9ltTGc0IxR/G47hYA== - dependencies: - "@mapbox/point-geometry" "0.1.0" - "@mapbox/vector-tile" "^1.3.1" - pbf "^3.0.5" - -w-json@^1.3.5: - version "1.3.9" - resolved "https://registry.yarnpkg.com/w-json/-/w-json-1.3.9.tgz#c1ddfbae1279f7e84d5a1bd587b53a03f5c5cff8" - integrity sha512-9hvWhnNZ5J3ypOJt2LzmAQBl1NrQBZED/E8MwkZQ+lGTq51hyR9zeH0dgaJzLfzOVoTbxe/yPqL10c5WVsHvbg== - -w3c-hr-time@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" - integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU= - dependencies: - browser-process-hrtime "^0.1.2" - -w3c-xmlserializer@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794" - integrity sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== - dependencies: - domexception "^1.0.1" - webidl-conversions "^4.0.2" - xml-name-validator "^3.0.0" - -walker@^1.0.7, walker@~1.0.5: - version "1.0.7" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" - integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= - dependencies: - makeerror "1.0.x" - -warning@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/warning/-/warning-3.0.0.tgz#32e5377cb572de4ab04753bdf8821c01ed605b7c" - integrity sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w= - dependencies: - loose-envify "^1.0.0" - -warning@^4.0.0, warning@^4.0.2, warning@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" - integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== - dependencies: - loose-envify "^1.0.0" - -watchpack@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" - integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA== - dependencies: - chokidar "^2.0.2" - graceful-fs "^4.1.2" - neo-async "^2.5.0" - -wcwidth@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -webpack-dev-middleware@^3.7.0: - version "3.7.2" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" - integrity sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== - dependencies: - memory-fs "^0.4.1" - mime "^2.4.4" - mkdirp "^0.5.1" - range-parser "^1.2.1" - webpack-log "^2.0.0" - -webpack-hot-middleware@^2.25.0: - version "2.25.0" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706" - integrity sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - dependencies: - ansi-html "0.0.7" - html-entities "^1.2.0" - querystring "^0.2.0" - strip-ansi "^3.0.0" - -webpack-log@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" - integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - dependencies: - ansi-colors "^3.0.0" - uuid "^3.3.2" - -webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" - integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - dependencies: - source-list-map "^2.0.0" - source-map "~0.6.1" - -webpack-virtual-modules@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.2.1.tgz#8ab73d4df0fd37ed27bb8d823bc60ea7266c8bf7" - integrity sha512-0PWBlxyt4uGDofooIEanWhhyBOHdd+lr7QpYNDLC7/yc5lqJT8zlc04MTIBnKj+c2BlQNNuwE5er/Tg4wowHzA== - dependencies: - debug "^3.0.0" - -webpack@^4.33.0, webpack@^4.38.0: - version "4.41.5" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c" - integrity sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/wasm-edit" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - acorn "^6.2.1" - ajv "^6.10.2" - ajv-keywords "^3.4.1" - chrome-trace-event "^1.0.2" - enhanced-resolve "^4.1.0" - eslint-scope "^4.0.3" - json-parse-better-errors "^1.0.2" - loader-runner "^2.4.0" - loader-utils "^1.2.3" - memory-fs "^0.4.1" - micromatch "^3.1.10" - mkdirp "^0.5.1" - neo-async "^2.6.1" - node-libs-browser "^2.2.1" - schema-utils "^1.0.0" - tapable "^1.1.3" - terser-webpack-plugin "^1.4.3" - watchpack "^1.6.0" - webpack-sources "^1.4.1" - -websocket-driver@>=0.5.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" - integrity sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg== - dependencies: - http-parser-js ">=0.4.0 <0.4.11" - safe-buffer ">=5.1.0" - websocket-extensions ">=0.1.1" - -websocket-extensions@>=0.1.1: - version "0.1.3" - resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" - integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== - -wellknown@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/wellknown/-/wellknown-0.5.0.tgz#09ae9871fa826cf0a6ec1537ef00c379d78d7101" - integrity sha1-Ca6YcfqCbPCm7BU37wDDedeNcQE= - dependencies: - concat-stream "~1.5.0" - minimist "~1.2.0" - -wgs84@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/wgs84/-/wgs84-0.0.0.tgz#34fdc555917b6e57cf2a282ed043710c049cdc76" - integrity sha1-NP3FVZF7blfPKigu0ENxDASc3HY= - -whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" - integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== - -whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^6.4.1: - version "6.5.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8" - integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -whatwg-url@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" - integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -which-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" - integrity sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8= - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which-pm-runs@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" - integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= - -which@^1.2.14, which@^1.2.9, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -widest-line@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-1.0.0.tgz#0c09c85c2a94683d0d7eaf8ee097d564bf0e105c" - integrity sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw= - dependencies: - string-width "^1.0.1" - -widest-line@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" - integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - dependencies: - string-width "^4.0.0" - -windows-release@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f" - integrity sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA== - dependencies: - execa "^1.0.0" - -word-wrap@^1.0.3, word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -wordwrap@~0.0.2: - version "0.0.3" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" - integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc= - -wordwrapjs@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-4.0.1.tgz#d9790bccfb110a0fc7836b5ebce0937b37a8b98f" - integrity sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA== - dependencies: - reduce-flatten "^2.0.0" - typical "^5.2.0" - -worker-farm@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" - integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - dependencies: - errno "~0.1.7" - -worker-rpc@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5" - integrity sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg== - dependencies: - microevent.ts "~0.1.1" - -wrap-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" - integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - -wrap-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba" - integrity sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo= - dependencies: - string-width "^2.1.1" - strip-ansi "^4.0.0" - -wrap-ansi@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" - integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - dependencies: - ansi-styles "^3.2.0" - string-width "^3.0.0" - strip-ansi "^5.0.0" - -wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -write-file-atomic@^1.1.2: - version "1.3.4" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" - integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8= - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - slide "^1.1.5" - -write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2: - version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" - integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - signal-exit "^3.0.2" - -write-file-atomic@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.1.tgz#558328352e673b5bb192cf86500d60b230667d4b" - integrity sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -write-json-file@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f" - integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8= - dependencies: - detect-indent "^5.0.0" - graceful-fs "^4.1.2" - make-dir "^1.0.0" - pify "^3.0.0" - sort-keys "^2.0.0" - write-file-atomic "^2.0.0" - -write-json-file@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-3.2.0.tgz#65bbdc9ecd8a1458e15952770ccbadfcff5fe62a" - integrity sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ== - dependencies: - detect-indent "^5.0.0" - graceful-fs "^4.1.15" - make-dir "^2.1.0" - pify "^4.0.1" - sort-keys "^2.0.0" - write-file-atomic "^2.4.2" - -write-pkg@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-3.2.0.tgz#0e178fe97820d389a8928bc79535dbe68c2cff21" - integrity sha512-tX2ifZ0YqEFOF1wjRW2Pk93NLsj02+n1UP5RvO6rCs0K6R2g1padvf006cY74PQJKMGS2r42NK7FD0dG6Y6paw== - dependencies: - sort-keys "^2.0.0" - write-json-file "^2.2.0" - -write@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" - integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - dependencies: - mkdirp "^0.5.1" - -ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== - dependencies: - async-limiter "~1.0.0" - -ws@^7.0.0: - version "7.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.1.tgz#03ed52423cd744084b2cf42ed197c8b65a936b8e" - integrity sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A== - -x-is-string@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82" - integrity sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI= - -xdg-basedir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-2.0.0.tgz#edbc903cc385fc04523d966a335504b5504d1bd2" - integrity sha1-7byQPMOF/ARSPZZqM1UEtVBNG9I= - dependencies: - os-homedir "^1.0.0" - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlchars@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xmlhttprequest@1: - version "1.8.0" - resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc" - integrity sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw= - -xss@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.6.tgz#eaf11e9fc476e3ae289944a1009efddd8a124b51" - integrity sha512-6Q9TPBeNyoTRxgZFk5Ggaepk/4vUOYdOsIUYvLehcsIZTFjaavbVnsuAkLA5lIFuug5hw8zxcB9tm01gsjph2A== - dependencies: - commander "^2.9.0" - cssfilter "0.0.10" - -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= - -y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yaml@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2" - integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== - dependencies: - "@babel/runtime" "^7.6.3" - -yargs-parser@10.x, yargs-parser@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" - integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - dependencies: - camelcase "^4.1.0" - -yargs-parser@^13.0.0: - version "13.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" - integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08" - integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1" - integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^4.2.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.1.tgz#29cceac0dc4f03c6c87b4a9f217dd18c9f74871c" - integrity sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw= - dependencies: - camelcase "^3.0.0" - -yargs@6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" - integrity sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg= - dependencies: - camelcase "^3.0.0" - cliui "^3.2.0" - decamelize "^1.1.1" - get-caller-file "^1.0.1" - os-locale "^1.4.0" - read-pkg-up "^1.0.1" - require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^1.0.2" - which-module "^1.0.0" - y18n "^3.2.1" - yargs-parser "^4.2.0" - -yargs@^14.2.2: - version "14.2.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.2.tgz#2769564379009ff8597cdd38fba09da9b493c4b5" - integrity sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA== - dependencies: - cliui "^5.0.0" - decamelize "^1.2.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" - 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 "^15.0.0" - -yargs@^15.0.0, yargs@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219" - integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^16.1.0" diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.eslintignore b/superset-frontend/temporary_superset_ui/superset-ui/.eslintignore deleted file mode 100644 index 16544aacedef1..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.eslintignore +++ /dev/null @@ -1,9 +0,0 @@ -coverage/ -node_modules/ -public/ -esm/ -lib/ -tmp/ -dist/ -temporary-plugins/ -storybook-static/ diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.eslintrc.js b/superset-frontend/temporary_superset_ui/superset-ui/.eslintrc.js deleted file mode 100644 index 0ad67c24e17ee..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.eslintrc.js +++ /dev/null @@ -1,296 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -module.exports = { - extends: [ - 'airbnb', - 'prettier', - 'prettier/react', - 'plugin:react-hooks/recommended', - ], - parser: '@babel/eslint-parser', - parserOptions: { - ecmaFeatures: { - experimentalObjectRestSpread: true, - }, - }, - env: { - browser: true, - }, - settings: { - 'import/resolver': { - webpack: {}, - node: { - extensions: ['.js', '.jsx', '.ts', '.tsx'], - }, - }, - // Allow core/src and core/test, not import modules from lib - 'import/internal-regex': /^@superset-ui\/core\/(src|test)/, - 'import/core-modules': [ - '@superset-ui/core', - '@superset-ui/chart-controls', - '@superset-ui/legacy-plugin-chart-calendar', - '@superset-ui/legacy-plugin-chart-chord', - '@superset-ui/legacy-plugin-chart-country-map', - '@superset-ui/legacy-plugin-chart-event-flow', - '@superset-ui/legacy-plugin-chart-force-directed', - '@superset-ui/legacy-plugin-chart-heatmap', - '@superset-ui/legacy-plugin-chart-histogram', - '@superset-ui/legacy-plugin-chart-horizon', - '@superset-ui/legacy-plugin-chart-map-box', - '@superset-ui/legacy-plugin-chart-paired-t-test', - '@superset-ui/legacy-plugin-chart-parallel-coordinates', - '@superset-ui/legacy-plugin-chart-partition', - '@superset-ui/legacy-plugin-chart-pivot-table', - '@superset-ui/legacy-plugin-chart-rose', - '@superset-ui/legacy-plugin-chart-sankey', - '@superset-ui/legacy-plugin-chart-sankey-loop', - '@superset-ui/legacy-plugin-chart-sunburst', - '@superset-ui/legacy-plugin-chart-treemap', - '@superset-ui/legacy-plugin-chart-world-map', - '@superset-ui/legacy-preset-chart-big-number', - '@superset-ui/legacy-preset-chart-nvd3', - '@superset-ui/plugin-chart-echarts', - '@superset-ui/plugin-chart-table', - '@superset-ui/plugin-chart-word-cloud', - '@superset-ui/preset-chart-xy', - ], - react: { - version: 'detect', - }, - }, - plugins: ['prettier', 'react'], - rules: { - camelcase: [ - 'error', - { - allow: ['^UNSAFE_'], - properties: 'never', - }, - ], - curly: 2, - 'class-methods-use-this': 0, - 'func-names': 0, - 'guard-for-in': 0, - 'import/extensions': [ - 'error', - { - '.js': 'always', - '.jsx': 'always', - '.ts': 'always', - '.tsx': 'always', - '.json': 'always', - }, - ], - 'import/no-cycle': 0, // re-enable up for discussion, might require some major refactors - 'import/prefer-default-export': 0, - indent: 0, - 'jsx-a11y/anchor-is-valid': 0, // disabled temporarily - 'jsx-a11y/click-events-have-key-events': 0, // re-enable up for discussion - 'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion - 'new-cap': 0, - 'no-bitwise': 0, - 'no-continue': 0, - 'no-mixed-operators': 0, - 'no-multi-assign': 0, - 'no-multi-spaces': 0, - 'no-nested-ternary': 0, - 'no-prototype-builtins': 0, - 'no-restricted-properties': 0, - 'no-restricted-imports': [ - 'error', - { - paths: [ - { - name: 'antd', - message: - 'Please import Ant components from the index of common/components', - }, - ], - }, - ], - 'no-shadow': 0, // re-enable up for discussion - 'padded-blocks': 0, - 'prefer-arrow-callback': 0, - 'prefer-object-spread': 1, - 'prefer-destructuring': ['error', { object: true, array: false }], - 'react/destructuring-assignment': 0, // re-enable up for discussion - 'react/forbid-prop-types': 0, - 'react/jsx-filename-extension': [1, { extensions: ['.jsx', '.tsx'] }], - 'react/jsx-fragments': 1, - 'react/jsx-no-bind': 0, - 'react/jsx-props-no-spreading': 0, // re-enable up for discussion - 'react/no-array-index-key': 0, - 'react/no-string-refs': 0, - 'react/no-unescaped-entities': 0, - 'react/no-unused-prop-types': 0, - 'react/prop-types': 0, - 'react/require-default-props': 0, - 'react/static-property-placement': 0, // disabled temporarily - 'prettier/prettier': 'error', - }, - overrides: [ - { - files: ['*.ts', '*.tsx'], - parser: '@typescript-eslint/parser', - extends: [ - 'airbnb', - 'plugin:@typescript-eslint/recommended', - 'prettier', - 'prettier/@typescript-eslint', - 'prettier/react', - ], - plugins: ['@typescript-eslint/eslint-plugin', 'prettier', 'react'], - rules: { - '@typescript-eslint/ban-ts-ignore': 0, - '@typescript-eslint/ban-ts-comment': 0, // disabled temporarily - '@typescript-eslint/ban-types': 0, // disabled temporarily - '@typescript-eslint/no-empty-function': 0, - '@typescript-eslint/no-explicit-any': 0, - '@typescript-eslint/no-use-before-define': 1, - '@typescript-eslint/no-non-null-assertion': 0, // disabled temporarily - '@typescript-eslint/explicit-function-return-type': 0, - '@typescript-eslint/explicit-module-boundary-types': 0, // re-enable up for discussion - camelcase: 0, - 'class-methods-use-this': 0, - 'func-names': 0, - 'guard-for-in': 0, - // there is a bug related to re-exports with this rule - // which doesn't seem to have been fixed: https://github.com/benmosher/eslint-plugin-import/issues/1460 - 'import/named': 0, - 'import/no-cycle': 0, // re-enable up for discussion, might require some major refactors - 'import/extensions': [ - 'error', - { - '.ts': 'always', - '.tsx': 'always', - '.json': 'always', - }, - ], - 'import/no-named-as-default-member': 0, - 'import/prefer-default-export': 0, - indent: 0, - 'jsx-a11y/anchor-is-valid': 0, // disabled temporarily - 'jsx-a11y/click-events-have-key-events': 0, // re-enable up for discussion - 'jsx-a11y/mouse-events-have-key-events': 0, // re-enable up for discussion - 'new-cap': 0, - 'no-bitwise': 0, - 'no-continue': 0, - 'no-mixed-operators': 0, - 'no-multi-assign': 0, - 'no-multi-spaces': 0, - 'no-nested-ternary': 0, - 'no-prototype-builtins': 0, - 'no-restricted-properties': 0, - 'no-shadow': 0, // re-enable up for discussion - 'no-use-before-define': 0, // disabled temporarily - 'padded-blocks': 0, - 'prefer-arrow-callback': 0, - 'prefer-destructuring': ['error', { object: true, array: false }], - 'react/destructuring-assignment': 0, // re-enable up for discussion - 'react/forbid-prop-types': 0, - 'react/jsx-filename-extension': [1, { extensions: ['.jsx', '.tsx'] }], - 'react/jsx-fragments': 1, - 'react/jsx-no-bind': 0, - 'react/jsx-props-no-spreading': 0, // re-enable up for discussion - 'react/no-array-index-key': 0, - 'react/no-string-refs': 0, - 'react/no-unescaped-entities': 0, - 'react/no-unused-prop-types': 0, - 'react/prop-types': 0, - 'react/require-default-props': 0, - 'react/static-property-placement': 0, // re-enable up for discussion - 'react/sort-comp': 0, - 'prettier/prettier': 'error', - }, - settings: { - 'import/resolver': { - webpack: {}, - typescript: {}, - }, - react: { - version: 'detect', - }, - }, - }, - { - files: ['*.stories.jsx', '*.stories.tsx'], - rules: { - // this is to keep eslint from complaining about storybook addons, - // since they are included as dev dependencies rather than direct dependencies. - 'import/no-extraneous-dependencies': [ - 'error', - { devDependencies: true }, - ], - }, - }, - { - files: ['*.d.ts'], - rules: { - 'max-classes-per-file': 0, - }, - }, - { - files: [ - '*.test.ts', - '*.test.tsx', - '*.test.js', - '*.test.jsx', - 'fixtures.*', - ], - plugins: ['jest', 'jest-dom', 'no-only-tests', 'testing-library'], - env: { - 'jest/globals': true, - }, - extends: ['plugin:jest/recommended', 'plugin:testing-library/react'], - rules: { - 'import/no-extraneous-dependencies': 0, - 'jest/consistent-test-it': 'error', - 'jest/no-try-expect': 0, - 'max-classes-per-file': 0, - 'no-only-tests/no-only-tests': 'error', - 'prefer-promise-reject-errors': 0, - }, - }, - { - files: ['webpack*.js', '.*rc.js', '*.config.js'], - env: { - node: true, - }, - settings: { - 'import/resolver': { - node: {}, - }, - }, - }, - { - files: './packages/generator-superset/**/*.test.*', - env: { - node: true, - }, - settings: { - 'import/resolver': { - node: {}, - }, - }, - rules: { - 'jest/expect-expect': 0, - }, - }, - ], -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/CODEOWNERS b/superset-frontend/temporary_superset_ui/superset-ui/.github/CODEOWNERS deleted file mode 100644 index 552e0ade96a92..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/CODEOWNERS +++ /dev/null @@ -1,12 +0,0 @@ -# See https://help.github.com/articles/about-codeowners/ -# for more info about CODEOWNERS file - -# It uses the same pattern rule for gitignore file -# https://git-scm.com/docs/gitignore#_pattern_format - -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# these users/team will be requested for review -# when someone opens a pull request. - -* @apache-superset/embeddable-charts-team diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/bug_report.md b/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index e255a1a44a38b..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve ---- - -### Describe the bug - -A clear and concise description of what the bug is. - -### To Reproduce - -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -### Expected behavior - -A clear and concise description of what you expected to happen. - -### Screenshots - -If applicable, add screenshots to help explain your problem. - -### Environment (please complete the following information): - -- superset-ui version: [e.g. v0.5.0] -- Node version: `node -v` -- npm version: `npm -v` - -### Additional context - -Add any other context about the problem here. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/feature_request.md b/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 71e1041b340a3..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - -### Is your feature request related to a problem? Please describe. - -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like - -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered - -A clear and concise description of any alternative solutions or features you've considered. - -### Additional context\*\* Add any other context or screenshots about the feature request here. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/question.md b/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index ea12e70ebe6c6..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Ask for help with something. ---- - -Your question. - -- How do I xxx? diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/PULL_REQUEST_TEMPLATE.md b/superset-frontend/temporary_superset_ui/superset-ui/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index f982aa397d5fb..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -💔 Breaking Changes - -🏆 Enhancements - -📜 Documentation - -🐛 Bug Fix - -🏠 Internal diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/config.yml b/superset-frontend/temporary_superset_ui/superset-ui/.github/config.yml deleted file mode 100644 index 47ca920e29ac1..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration for request-info - https://github.com/behaviorbot/request-info - -# *Required* Comment to reply with -requestInfoReplyComment: > - We would appreciate it if you could provide us with more info about this issue/pr! - -# *OPTIONAL* default titles to check against for lack of descriptiveness -# MUST BE ALL LOWERCASE -requestInfoDefaultTitles: - - update readme.md - - updates - -# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given -requestInfoLabelToAdd: needs-more-info diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/dependabot.yml b/superset-frontend/temporary_superset_ui/superset-ui/.github/dependabot.yml deleted file mode 100644 index 2aebc6c40c671..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/dependabot.yml +++ /dev/null @@ -1,53 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: '/' - schedule: - interval: daily - open-pull-requests-limit: 10 - ignore: - - dependency-name: bootstrap - versions: - - '>= 4.a, < 5' - - dependency-name: d3 - versions: - - '>= 6.a, < 7' - - dependency-name: '@types/jsdom' - versions: - - '> 12.2.4' - - dependency-name: '@types/react' - versions: - - 17.0.1 - - 17.0.2 - - 17.0.3 - - dependency-name: '@babel/preset-env' - versions: - - 7.12.13 - - 7.13.10 - - 7.13.12 - - 7.13.9 - - dependency-name: '@babel/compat-data' - versions: - - 7.12.13 - - 7.13.0 - - 7.13.11 - - 7.13.12 - - 7.13.6 - - 7.13.8 - - dependency-name: elliptic - versions: - - 6.5.3 - - 6.5.4 - - dependency-name: yeoman-test - versions: - - 4.0.0 - - 5.0.1 - - dependency-name: '@emotion/core' - versions: - - 11.0.0 - - dependency-name: react-error-boundary - versions: - - 3.1.0 - - dependency-name: jquery - versions: - - 3.5.0 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/issue_label_bot.yaml b/superset-frontend/temporary_superset_ui/superset-ui/.github/issue_label_bot.yaml deleted file mode 100644 index 0e99f5fd897b0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/issue_label_bot.yaml +++ /dev/null @@ -1,4 +0,0 @@ -label-alias: - bug: '#bug' - feature_request: '#enhancement' - question: '#question' diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/semantic.yml b/superset-frontend/temporary_superset_ui/superset-ui/.github/semantic.yml deleted file mode 100644 index 4168a3cdeed9e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/semantic.yml +++ /dev/null @@ -1,2 +0,0 @@ -# Always validate the PR title, and ignore the commits -titleOnly: true diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/chromatic.yml b/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/chromatic.yml deleted file mode 100644 index 7366d500e767a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/chromatic.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Upload Chomatic Build - -on: - workflow_run: - workflows: ['build-and-test-workflow'] - types: - - completed - -jobs: - upload: - runs-on: ubuntu-latest - if: > - ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion - == 'success' }} - steps: - - name: 'Download artifact' - uses: actions/github-script@v3.1.0 - with: - script: | - var artifacts = await github.actions.listWorkflowRunArtifacts({ - owner: context.repo.owner, - repo: context.repo.repo, - run_id: ${{github.event.workflow_run.id }}, - }); - var matchArtifact = artifacts.data.artifacts.filter((artifact) => { - return artifact.name == "storybookBuild" - })[0]; - var download = await github.actions.downloadArtifact({ - owner: context.repo.owner, - repo: context.repo.repo, - artifact_id: matchArtifact.id, - archive_format: 'zip', - }); - var fs = require('fs'); - fs.writeFileSync('${{github.workspace}}/storybookBuild.zip', Buffer.from(download.data)); - - run: unzip storybookBuild.zip - - name: Deploy to Chromatic - uses: chromaui/action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - storybookBuildDir: storybookBuild - # uncomment to automatically accept all chromatic changes - # autoAcceptChanges: true diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/ci.yml b/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/ci.yml deleted file mode 100644 index 83e56a9b81d86..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/ci.yml +++ /dev/null @@ -1,69 +0,0 @@ -name: build-and-test-workflow - -on: - push: - branches: - - '*' - tags-ignore: - - 'trigger-patch-test.*' - pull_request: - -jobs: - build: - name: Build and test - runs-on: ubuntu-20.04 - env: - CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}' - strategy: - matrix: - node-version: [16] - - steps: - - uses: actions/checkout@v2 - with: - # pulls all commits (needed for lerna / semantic release to correctly version) - fetch-depth: '0' - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - - name: Cache npm - uses: actions/cache@v1 - with: - path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS - key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.OS }}-node- - ${{ runner.OS }}- - - - name: Get npm cache directory path - id: npm-cache-dir-path - run: echo "::set-output name=dir::$(npm config get cache)" - - name: Cache npm - uses: actions/cache@v1 - id: npm-cache # use this to check for `cache-hit` (`steps.npm-cache.outputs.cache-hit != 'true'`) - with: - path: ${{ steps.npm-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-npm- - - - name: Install dependencies - run: npm ci - - name: Run ESLint - run: npm run lint --quiet - - name: Build packages - run: npm run build - - name: Run unit tests - run: npm run test - - name: Build Storybook - run: npm run build-storybook - - uses: actions/upload-artifact@v2 - with: - name: storybookBuild - path: ./packages/superset-ui-demo/storybook-static/ - - - name: Report code coverage - run: .github/workflows/codecov.sh diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/codecov.sh b/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/codecov.sh deleted file mode 100755 index 5e9f124384210..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.github/workflows/codecov.sh +++ /dev/null @@ -1,1903 +0,0 @@ -#!/usr/bin/env bash -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You 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. -# - -# -# Note: this script was fetched from https://codecov.io/bash in response -# to a breach that occurred around it in Jan 2021 (https://about.codecov.io/security-update/) -# This script should probably be periodically updated and reviewed from the above URL :) -# - -set -e +o pipefail - -VERSION="1.0.1" - -codecov_flags=( ) -url="https://codecov.io" -env="$CODECOV_ENV" -service="" -token="" -search_in="" -# shellcheck disable=SC2153 -flags="$CODECOV_FLAGS" -exit_with=0 -curlargs="" -curlawsargs="" -dump="0" -clean="0" -curl_s="-s" -name="$CODECOV_NAME" -include_cov="" -exclude_cov="" -ddp="$HOME/Library/Developer/Xcode/DerivedData" -xp="" -files="" -save_to="" -direct_file_upload="" -cacert="$CODECOV_CA_BUNDLE" -gcov_ignore="-not -path './bower_components/**' -not -path './node_modules/**' -not -path './vendor/**'" -gcov_include="" - -ft_gcov="1" -ft_coveragepy="1" -ft_fix="1" -ft_search="1" -ft_s3="1" -ft_network="1" -ft_xcodellvm="1" -ft_xcodeplist="0" -ft_gcovout="1" -ft_html="0" -ft_yaml="0" - -_git_root=$(git rev-parse --show-toplevel 2>/dev/null || hg root 2>/dev/null || echo "$PWD") -git_root="$_git_root" -remote_addr="" -if [ "$git_root" = "$PWD" ]; -then - git_root="." -fi - -branch_o="" -build_o="" -commit_o="" -pr_o="" -prefix_o="" -network_filter_o="" -search_in_o="" -slug_o="" -tag_o="" -url_o="" -git_ls_files_recurse_submodules_o="" -package="bash" - -commit="$VCS_COMMIT_ID" -branch="$VCS_BRANCH_NAME" -pr="$VCS_PULL_REQUEST" -slug="$VCS_SLUG" -tag="$VCS_TAG" -build_url="$CI_BUILD_URL" -build="$CI_BUILD_ID" -job="$CI_JOB_ID" - -beta_xcode_partials="" - -proj_root="$git_root" -gcov_exe="gcov" -gcov_arg="" - -b="\033[0;36m" -g="\033[0;32m" -r="\033[0;31m" -e="\033[0;90m" -y="\033[0;33m" -x="\033[0m" - -show_help() { -cat << EOF - - Codecov Bash $VERSION - - Global report uploading tool for Codecov - Documentation at https://docs.codecov.io/docs - Contribute at https://github.com/codecov/codecov-bash - - - -h Display this help and exit - -f FILE Target file(s) to upload - - -f "path/to/file" only upload this file - skips searching unless provided patterns below - - -f '!*.bar' ignore all files at pattern *.bar - -f '*.foo' include all files at pattern *.foo - Must use single quotes. - This is non-exclusive, use -s "*.foo" to match specific paths. - - -s DIR Directory to search for coverage reports. - Already searches project root and artifact folders. - -t TOKEN Set the private repository token - (option) set environment variable CODECOV_TOKEN=:uuid - - -t @/path/to/token_file - -t uuid - - -n NAME Custom defined name of the upload. Visible in Codecov UI - - -e ENV Specify environment variables to be included with this build - Also accepting environment variables: CODECOV_ENV=VAR,VAR2 - - -e VAR,VAR2 - - -k prefix Prefix filepaths to help resolve path fixing - - -i prefix Only include files in the network with a certain prefix. Useful for upload-specific path fixing - - -X feature Toggle functionalities - - -X gcov Disable gcov - -X coveragepy Disable python coverage - -X fix Disable report fixing - -X search Disable searching for reports - -X xcode Disable xcode processing - -X network Disable uploading the file network - -X gcovout Disable gcov output - -X html Enable coverage for HTML files - -X recursesubs Enable recurse submodules in git projects when searching for source files - -X yaml Enable coverage for YAML files - - -N The commit SHA of the parent for which you are uploading coverage. If not present, - the parent will be determined using the API of your repository provider. - When using the repository provider's API, the parent is determined via finding - the closest ancestor to the commit. - - -R root dir Used when not in git/hg project to identify project root directory - -F flag Flag the upload to group coverage metrics - - -F unittests This upload is only unittests - -F integration This upload is only integration tests - -F ui,chrome This upload is Chrome - UI tests - - -c Move discovered coverage reports to the trash - -z FILE Upload specified file directly to Codecov and bypass all report generation. - This is inteded to be used only with a pre-formatted Codecov report and is not - expected to work under any other circumstances. - -Z Exit with 1 if not successful. Default will Exit with 0 - - -- xcode -- - -D Custom Derived Data Path for Coverage.profdata and gcov processing - Default '~/Library/Developer/Xcode/DerivedData' - -J Specify packages to build coverage. Uploader will only build these packages. - This can significantly reduces time to build coverage reports. - - -J 'MyAppName' Will match "MyAppName" and "MyAppNameTests" - -J '^ExampleApp$' Will match only "ExampleApp" not "ExampleAppTests" - - -- gcov -- - -g GLOB Paths to ignore during gcov gathering - -G GLOB Paths to include during gcov gathering - -p dir Project root directory - Also used when preparing gcov - -x gcovexe gcov executable to run. Defaults to 'gcov' - -a gcovargs extra arguments to pass to gcov - - -- Override CI Environment Variables -- - These variables are automatically detected by popular CI providers - - -B branch Specify the branch name - -C sha Specify the commit sha - -P pr Specify the pull request number - -b build Specify the build number - -T tag Specify the git tag - - -- Enterprise -- - -u URL Set the target url for Enterprise customers - Not required when retrieving the bash uploader from your CCE - (option) Set environment variable CODECOV_URL=https://my-hosted-codecov.com - -r SLUG owner/repo slug used instead of the private repo token in Enterprise - (option) set environment variable CODECOV_SLUG=:owner/:repo - (option) set in your codecov.yml "codecov.slug" - -S PATH File path to your cacert.pem file used to verify ssl with Codecov Enterprise (optional) - (option) Set environment variable: CODECOV_CA_BUNDLE="/path/to/ca.pem" - -U curlargs Extra curl arguments to communicate with Codecov. e.g., -U "--proxy http://http-proxy" - -A curlargs Extra curl arguments to communicate with AWS. - - -- Debugging -- - -d Don't upload, but dump upload file to stdout - -q PATH Write upload file to path - -K Remove color from the output - -v Verbose mode - -EOF -} - - -say() { - echo -e "$1" -} - - -urlencode() { - echo "$1" | curl -Gso /dev/null -w "%{url_effective}" --data-urlencode @- "" | cut -c 3- | sed -e 's/%0A//' -} - -swiftcov() { - _dir=$(dirname "$1" | sed 's/\(Build\).*/\1/g') - for _type in app framework xctest - do - find "$_dir" -name "*.$_type" | while read -r f - do - _proj=${f##*/} - _proj=${_proj%."$_type"} - if [ "$2" = "" ] || [ "$(echo "$_proj" | grep -i "$2")" != "" ]; - then - say " $g+$x Building reports for $_proj $_type" - dest=$([ -f "$f/$_proj" ] && echo "$f/$_proj" || echo "$f/Contents/MacOS/$_proj") - # shellcheck disable=SC2001 - _proj_name=$(echo "$_proj" | sed -e 's/[[:space:]]//g') - # shellcheck disable=SC2086 - xcrun llvm-cov show $beta_xcode_partials -instr-profile "$1" "$dest" > "$_proj_name.$_type.coverage.txt" \ - || say " ${r}x>${x} llvm-cov failed to produce results for $dest" - fi - done - done -} - - -# Credits to: https://gist.github.com/pkuczynski/8665367 -parse_yaml() { - local prefix=$2 - local s='[[:space:]]*' w='[a-zA-Z0-9_]*' - local fs - fs=$(echo @|tr @ '\034') - sed -ne "s|^\($s\)\($w\)$s:$s\"\(.*\)\"$s\$|\1$fs\2$fs\3|p" \ - -e "s|^\($s\)\($w\)$s:$s\(.*\)$s\$|\1$fs\2$fs\3|p" "$1" | - awk -F"$fs" '{ - indent = length($1)/2; - vname[indent] = $2; - for (i in vname) {if (i > indent) {delete vname[i]}} - if (length($3) > 0) { - vn=""; if (indent > 0) {vn=(vn)(vname[0])("_")} - printf("%s%s%s=\"%s\"\n", "'"$prefix"'",vn, $2, $3); - } - }' -} - -if [ $# != 0 ]; -then - while getopts "a:A:b:B:cC:dD:e:f:F:g:G:hi:J:k:Kn:p:P:Q:q:r:R:s:S:t:T:u:U:vx:X:Zz:N:-" o - do - codecov_flags+=( "$o" ) - case "$o" in - "-") - echo -e "${r}Long options are not supported${x}" - exit 2 - ;; - "?") - ;; - "N") - parent=$OPTARG - ;; - "a") - gcov_arg=$OPTARG - ;; - "A") - curlawsargs="$OPTARG" - ;; - "b") - build_o="$OPTARG" - ;; - "B") - branch_o="$OPTARG" - ;; - "c") - clean="1" - ;; - "C") - commit_o="$OPTARG" - ;; - "d") - dump="1" - ;; - "D") - ddp="$OPTARG" - ;; - "e") - env="$env,$OPTARG" - ;; - "f") - if [ "${OPTARG::1}" = "!" ]; - then - exclude_cov="$exclude_cov -not -path '${OPTARG:1}'" - - elif [[ "$OPTARG" = *"*"* ]]; - then - include_cov="$include_cov -or -path '$OPTARG'" - - else - ft_search=0 - if [ "$files" = "" ]; - then - files="$OPTARG" - else - files="$files -$OPTARG" - fi - fi - ;; - "F") - if [ "$flags" = "" ]; - then - flags="$OPTARG" - else - flags="$flags,$OPTARG" - fi - ;; - "g") - gcov_ignore="$gcov_ignore -not -path '$OPTARG'" - ;; - "G") - gcov_include="$gcov_include -path '$OPTARG'" - ;; - "h") - show_help - exit 0; - ;; - "i") - network_filter_o="$OPTARG" - ;; - "J") - ft_xcodellvm="1" - ft_xcodeplist="0" - if [ "$xp" = "" ]; - then - xp="$OPTARG" - else - xp="$xp\|$OPTARG" - fi - ;; - "k") - prefix_o=$(echo "$OPTARG" | sed -e 's:^/*::' -e 's:/*$::') - ;; - "K") - b="" - g="" - r="" - e="" - x="" - ;; - "n") - name="$OPTARG" - ;; - "p") - proj_root="$OPTARG" - ;; - "P") - pr_o="$OPTARG" - ;; - "Q") - # this is only meant for Codecov packages to overwrite - package="$OPTARG" - ;; - "q") - save_to="$OPTARG" - ;; - "r") - slug_o="$OPTARG" - ;; - "R") - git_root="$OPTARG" - ;; - "s") - if [ "$search_in_o" = "" ]; - then - search_in_o="$OPTARG" - else - search_in_o="$search_in_o $OPTARG" - fi - ;; - "S") - # shellcheck disable=SC2089 - cacert="--cacert \"$OPTARG\"" - ;; - "t") - if [ "${OPTARG::1}" = "@" ]; - then - token=$(< "${OPTARG:1}" tr -d ' \n') - else - token="$OPTARG" - fi - ;; - "T") - tag_o="$OPTARG" - ;; - "u") - url_o=$(echo "$OPTARG" | sed -e 's/\/$//') - ;; - "U") - curlargs="$OPTARG" - ;; - "v") - set -x - curl_s="" - ;; - "x") - gcov_exe=$OPTARG - ;; - "X") - if [ "$OPTARG" = "gcov" ]; - then - ft_gcov="0" - elif [ "$OPTARG" = "coveragepy" ] || [ "$OPTARG" = "py" ]; - then - ft_coveragepy="0" - elif [ "$OPTARG" = "gcovout" ]; - then - ft_gcovout="0" - elif [ "$OPTARG" = "xcodellvm" ]; - then - ft_xcodellvm="1" - ft_xcodeplist="0" - elif [ "$OPTARG" = "fix" ] || [ "$OPTARG" = "fixes" ]; - then - ft_fix="0" - elif [ "$OPTARG" = "xcode" ]; - then - ft_xcodellvm="0" - ft_xcodeplist="0" - elif [ "$OPTARG" = "search" ]; - then - ft_search="0" - elif [ "$OPTARG" = "xcodepartials" ]; - then - beta_xcode_partials="-use-color" - elif [ "$OPTARG" = "network" ]; - then - ft_network="0" - elif [ "$OPTARG" = "s3" ]; - then - ft_s3="0" - elif [ "$OPTARG" = "html" ]; - then - ft_html="1" - elif [ "$OPTARG" = "recursesubs" ]; - then - git_ls_files_recurse_submodules_o="--recurse-submodules" - elif [ "$OPTARG" = "yaml" ]; - then - ft_yaml="1" - fi - ;; - "Z") - exit_with=1 - ;; - "z") - direct_file_upload="$OPTARG" - ft_gcov="0" - ft_coveragepy="0" - ft_fix="0" - ft_search="0" - ft_network="0" - ft_xcodellvm="0" - ft_gcovout="0" - include_cov="" - ;; - *) - echo -e "${r}Unexpected flag not supported${x}" - ;; - esac - done -fi - -say " - _____ _ - / ____| | | -| | ___ __| | ___ ___ _____ __ -| | / _ \\ / _\` |/ _ \\/ __/ _ \\ \\ / / -| |___| (_) | (_| | __/ (_| (_) \\ V / - \\_____\\___/ \\__,_|\\___|\\___\\___/ \\_/ - Bash-$VERSION - -" - -# check for installed tools -# git/hg -if [ "$direct_file_upload" = "" ]; -then - if [ -x "$(command -v git)" ]; - then - say "$b==>$x $(git --version) found" - else - say "$y==>$x git not installed, testing for mercurial" - if [ -x "$(command -v hg)" ]; - then - say "$b==>$x $(hg --version) found" - else - say "$r==>$x git nor mercurial are installed. Uploader may fail or have unintended consequences" - fi - fi -fi -# curl -if [ -x "$(command -v curl)" ]; -then - say "$b==>$x $(curl --version)" -else - say "$r==>$x curl not installed. Exiting." - exit ${exit_with}; -fi - -search_in="$proj_root" - -#shellcheck disable=SC2154 -if [ "$JENKINS_URL" != "" ]; -then - say "$e==>$x Jenkins CI detected." - # https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project - # https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin#GitHubpullrequestbuilderplugin-EnvironmentVariables - service="jenkins" - - # shellcheck disable=SC2154 - if [ "$ghprbSourceBranch" != "" ]; - then - branch="$ghprbSourceBranch" - elif [ "$GIT_BRANCH" != "" ]; - then - branch="$GIT_BRANCH" - elif [ "$BRANCH_NAME" != "" ]; - then - branch="$BRANCH_NAME" - fi - - # shellcheck disable=SC2154 - if [ "$ghprbActualCommit" != "" ]; - then - commit="$ghprbActualCommit" - elif [ "$GIT_COMMIT" != "" ]; - then - commit="$GIT_COMMIT" - fi - - # shellcheck disable=SC2154 - if [ "$ghprbPullId" != "" ]; - then - pr="$ghprbPullId" - elif [ "$CHANGE_ID" != "" ]; - then - pr="$CHANGE_ID" - fi - - build="$BUILD_NUMBER" - # shellcheck disable=SC2153 - build_url=$(urlencode "$BUILD_URL") - -elif [ "$CI" = "true" ] && [ "$TRAVIS" = "true" ] && [ "$SHIPPABLE" != "true" ]; -then - say "$e==>$x Travis CI detected." - # https://docs.travis-ci.com/user/environment-variables/ - service="travis" - commit="${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}" - build="$TRAVIS_JOB_NUMBER" - pr="$TRAVIS_PULL_REQUEST" - job="$TRAVIS_JOB_ID" - slug="$TRAVIS_REPO_SLUG" - env="$env,TRAVIS_OS_NAME" - tag="$TRAVIS_TAG" - if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ]; - then - branch="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" - fi - - language=$(compgen -A variable | grep "^TRAVIS_.*_VERSION$" | head -1) - if [ "$language" != "" ]; - then - env="$env,${!language}" - fi - -elif [ "$CODEBUILD_CI" = "true" ]; -then - say "$e==>$x AWS Codebuild detected." - # https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html - service="codebuild" - commit="$CODEBUILD_RESOLVED_SOURCE_VERSION" - build="$CODEBUILD_BUILD_ID" - branch="$(echo "$CODEBUILD_WEBHOOK_HEAD_REF" | sed 's/^refs\/heads\///')" - if [ "${CODEBUILD_SOURCE_VERSION/pr}" = "$CODEBUILD_SOURCE_VERSION" ] ; then - pr="false" - else - pr="$(echo "$CODEBUILD_SOURCE_VERSION" | sed 's/^pr\///')" - fi - job="$CODEBUILD_BUILD_ID" - slug="$(echo "$CODEBUILD_SOURCE_REPO_URL" | sed 's/^.*:\/\/[^\/]*\///' | sed 's/\.git$//')" - -elif [ "$CI" = "true" ] && [ "$CI_NAME" = "codeship" ]; -then - say "$e==>$x Codeship CI detected." - # https://www.codeship.io/documentation/continuous-integration/set-environment-variables/ - service="codeship" - branch="$CI_BRANCH" - build="$CI_BUILD_NUMBER" - build_url=$(urlencode "$CI_BUILD_URL") - commit="$CI_COMMIT_ID" - -elif [ -n "$CF_BUILD_URL" ] && [ -n "$CF_BUILD_ID" ]; -then - say "$e==>$x Codefresh CI detected." - # https://docs.codefresh.io/v1.0/docs/variables - service="codefresh" - branch="$CF_BRANCH" - build="$CF_BUILD_ID" - build_url=$(urlencode "$CF_BUILD_URL") - commit="$CF_REVISION" - -elif [ "$TEAMCITY_VERSION" != "" ]; -then - say "$e==>$x TeamCity CI detected." - # https://confluence.jetbrains.com/display/TCD8/Predefined+Build+Parameters - # https://confluence.jetbrains.com/plugins/servlet/mobile#content/view/74847298 - if [ "$TEAMCITY_BUILD_BRANCH" = '' ]; - then - echo " Teamcity does not automatically make build parameters available as environment variables." - echo " Add the following environment parameters to the build configuration" - echo " env.TEAMCITY_BUILD_BRANCH = %teamcity.build.branch%" - echo " env.TEAMCITY_BUILD_ID = %teamcity.build.id%" - echo " env.TEAMCITY_BUILD_URL = %teamcity.serverUrl%/viewLog.html?buildId=%teamcity.build.id%" - echo " env.TEAMCITY_BUILD_COMMIT = %system.build.vcs.number%" - echo " env.TEAMCITY_BUILD_REPOSITORY = %vcsroot..url%" - fi - service="teamcity" - branch="$TEAMCITY_BUILD_BRANCH" - build="$TEAMCITY_BUILD_ID" - build_url=$(urlencode "$TEAMCITY_BUILD_URL") - if [ "$TEAMCITY_BUILD_COMMIT" != "" ]; - then - commit="$TEAMCITY_BUILD_COMMIT" - else - commit="$BUILD_VCS_NUMBER" - fi - remote_addr="$TEAMCITY_BUILD_REPOSITORY" - -elif [ "$CI" = "true" ] && [ "$CIRCLECI" = "true" ]; -then - say "$e==>$x Circle CI detected." - # https://circleci.com/docs/environment-variables - service="circleci" - branch="$CIRCLE_BRANCH" - build="$CIRCLE_BUILD_NUM" - job="$CIRCLE_NODE_INDEX" - if [ "$CIRCLE_PROJECT_REPONAME" != "" ]; - then - slug="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME" - else - # git@github.com:owner/repo.git - slug="${CIRCLE_REPOSITORY_URL##*:}" - # owner/repo.git - slug="${slug%%.git}" - fi - pr="${CIRCLE_PULL_REQUEST##*/}" - commit="$CIRCLE_SHA1" - search_in="$search_in $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS" - -elif [ "$BUDDYBUILD_BRANCH" != "" ]; -then - say "$e==>$x buddybuild detected" - # http://docs.buddybuild.com/v6/docs/custom-prebuild-and-postbuild-steps - service="buddybuild" - branch="$BUDDYBUILD_BRANCH" - build="$BUDDYBUILD_BUILD_NUMBER" - build_url="https://dashboard.buddybuild.com/public/apps/$BUDDYBUILD_APP_ID/build/$BUDDYBUILD_BUILD_ID" - # BUDDYBUILD_TRIGGERED_BY - if [ "$ddp" = "$HOME/Library/Developer/Xcode/DerivedData" ]; - then - ddp="/private/tmp/sandbox/${BUDDYBUILD_APP_ID}/bbtest" - fi - -elif [ "${bamboo_planRepository_revision}" != "" ]; -then - say "$e==>$x Bamboo detected" - # https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html#Bamboovariables-Build-specificvariables - service="bamboo" - commit="${bamboo_planRepository_revision}" - # shellcheck disable=SC2154 - branch="${bamboo_planRepository_branch}" - # shellcheck disable=SC2154 - build="${bamboo_buildNumber}" - # shellcheck disable=SC2154 - build_url="${bamboo_buildResultsUrl}" - # shellcheck disable=SC2154 - remote_addr="${bamboo_planRepository_repositoryUrl}" - -elif [ "$CI" = "true" ] && [ "$BITRISE_IO" = "true" ]; -then - # http://devcenter.bitrise.io/faq/available-environment-variables/ - say "$e==>$x Bitrise CI detected." - service="bitrise" - branch="$BITRISE_GIT_BRANCH" - build="$BITRISE_BUILD_NUMBER" - build_url=$(urlencode "$BITRISE_BUILD_URL") - pr="$BITRISE_PULL_REQUEST" - if [ "$GIT_CLONE_COMMIT_HASH" != "" ]; - then - commit="$GIT_CLONE_COMMIT_HASH" - fi - -elif [ "$CI" = "true" ] && [ "$SEMAPHORE" = "true" ]; -then - say "$e==>$x Semaphore CI detected." -# https://docs.semaphoreci.com/ci-cd-environment/environment-variables/#semaphore-related - service="semaphore" - branch="$SEMAPHORE_GIT_BRANCH" - build="$SEMAPHORE_WORKFLOW_NUMBER" - job="$SEMAPHORE_JOB_ID" - pr="$PULL_REQUEST_NUMBER" - slug="$SEMAPHORE_REPO_SLUG" - commit="$REVISION" - env="$env,SEMAPHORE_TRIGGER_SOURCE" - -elif [ "$CI" = "true" ] && [ "$BUILDKITE" = "true" ]; -then - say "$e==>$x Buildkite CI detected." - # https://buildkite.com/docs/guides/environment-variables - service="buildkite" - branch="$BUILDKITE_BRANCH" - build="$BUILDKITE_BUILD_NUMBER" - job="$BUILDKITE_JOB_ID" - build_url=$(urlencode "$BUILDKITE_BUILD_URL") - slug="$BUILDKITE_PROJECT_SLUG" - commit="$BUILDKITE_COMMIT" - if [[ "$BUILDKITE_PULL_REQUEST" != "false" ]]; then - pr="$BUILDKITE_PULL_REQUEST" - fi - tag="$BUILDKITE_TAG" - -elif [ "$CI" = "drone" ] || [ "$DRONE" = "true" ]; -then - say "$e==>$x Drone CI detected." - # http://docs.drone.io/env.html - # drone commits are not full shas - service="drone.io" - branch="$DRONE_BRANCH" - build="$DRONE_BUILD_NUMBER" - build_url=$(urlencode "${DRONE_BUILD_LINK}") - pr="$DRONE_PULL_REQUEST" - job="$DRONE_JOB_NUMBER" - tag="$DRONE_TAG" - -elif [ "$CI" = "true" ] && [ "$HEROKU_TEST_RUN_BRANCH" != "" ]; -then - say "$e==>$x Heroku CI detected." - # https://devcenter.heroku.com/articles/heroku-ci#environment-variables - service="heroku" - branch="$HEROKU_TEST_RUN_BRANCH" - build="$HEROKU_TEST_RUN_ID" - commit="$HEROKU_TEST_RUN_COMMIT_VERSION" - -elif [[ "$CI" = "true" || "$CI" = "True" ]] && [[ "$APPVEYOR" = "true" || "$APPVEYOR" = "True" ]]; -then - say "$e==>$x Appveyor CI detected." - # http://www.appveyor.com/docs/environment-variables - service="appveyor" - branch="$APPVEYOR_REPO_BRANCH" - build=$(urlencode "$APPVEYOR_JOB_ID") - pr="$APPVEYOR_PULL_REQUEST_NUMBER" - job="$APPVEYOR_ACCOUNT_NAME%2F$APPVEYOR_PROJECT_SLUG%2F$APPVEYOR_BUILD_VERSION" - slug="$APPVEYOR_REPO_NAME" - commit="$APPVEYOR_REPO_COMMIT" - build_url=$(urlencode "${APPVEYOR_URL}/project/${APPVEYOR_REPO_NAME}/builds/$APPVEYOR_BUILD_ID/job/${APPVEYOR_JOB_ID}") - -elif [ "$CI" = "true" ] && [ "$WERCKER_GIT_BRANCH" != "" ]; -then - say "$e==>$x Wercker CI detected." - # http://devcenter.wercker.com/articles/steps/variables.html - service="wercker" - branch="$WERCKER_GIT_BRANCH" - build="$WERCKER_MAIN_PIPELINE_STARTED" - slug="$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY" - commit="$WERCKER_GIT_COMMIT" - -elif [ "$CI" = "true" ] && [ "$MAGNUM" = "true" ]; -then - say "$e==>$x Magnum CI detected." - # https://magnum-ci.com/docs/environment - service="magnum" - branch="$CI_BRANCH" - build="$CI_BUILD_NUMBER" - commit="$CI_COMMIT" - -elif [ "$SHIPPABLE" = "true" ]; -then - say "$e==>$x Shippable CI detected." - # http://docs.shippable.com/ci_configure/ - service="shippable" - # shellcheck disable=SC2153 - branch=$([ "$HEAD_BRANCH" != "" ] && echo "$HEAD_BRANCH" || echo "$BRANCH") - build="$BUILD_NUMBER" - build_url=$(urlencode "$BUILD_URL") - pr="$PULL_REQUEST" - slug="$REPO_FULL_NAME" - # shellcheck disable=SC2153 - commit="$COMMIT" - -elif [ "$TDDIUM" = "true" ]; -then - say "Solano CI detected." - # http://docs.solanolabs.com/Setup/tddium-set-environment-variables/ - service="solano" - commit="$TDDIUM_CURRENT_COMMIT" - branch="$TDDIUM_CURRENT_BRANCH" - build="$TDDIUM_TID" - pr="$TDDIUM_PR_ID" - -elif [ "$GREENHOUSE" = "true" ]; -then - say "$e==>$x Greenhouse CI detected." - # http://docs.greenhouseci.com/docs/environment-variables-files - service="greenhouse" - branch="$GREENHOUSE_BRANCH" - build="$GREENHOUSE_BUILD_NUMBER" - build_url=$(urlencode "$GREENHOUSE_BUILD_URL") - pr="$GREENHOUSE_PULL_REQUEST" - commit="$GREENHOUSE_COMMIT" - search_in="$search_in $GREENHOUSE_EXPORT_DIR" - -elif [ "$GITLAB_CI" != "" ]; -then - say "$e==>$x GitLab CI detected." - # http://doc.gitlab.com/ce/ci/variables/README.html - service="gitlab" - branch="${CI_BUILD_REF_NAME:-$CI_COMMIT_REF_NAME}" - build="${CI_BUILD_ID:-$CI_JOB_ID}" - remote_addr="${CI_BUILD_REPO:-$CI_REPOSITORY_URL}" - commit="${CI_BUILD_REF:-$CI_COMMIT_SHA}" - slug="${CI_PROJECT_PATH}" - -elif [ "$GITHUB_ACTIONS" != "" ]; -then - say "$e==>$x GitHub Actions detected." - say " Env vars used:" - say " -> GITHUB_ACTIONS: ${GITHUB_ACTIONS}" - say " -> GITHUB_HEAD_REF: ${GITHUB_HEAD_REF}" - say " -> GITHUB_REF: ${GITHUB_REF}" - say " -> GITHUB_REPOSITORY: ${GITHUB_REPOSITORY}" - say " -> GITHUB_RUN_ID: ${GITHUB_RUN_ID}" - say " -> GITHUB_SHA: ${GITHUB_SHA}" - say " -> GITHUB_WORKFLOW: ${GITHUB_WORKFLOW}" - - # https://github.com/features/actions - service="github-actions" - - # https://help.github.com/en/articles/virtual-environments-for-github-actions#environment-variables - branch="${GITHUB_REF#refs/heads/}" - if [ "$GITHUB_HEAD_REF" != "" ]; - then - # PR refs are in the format: refs/pull/7/merge - pr="${GITHUB_REF#refs/pull/}" - pr="${pr%/merge}" - branch="${GITHUB_HEAD_REF}" - fi - commit="${GITHUB_SHA}" - slug="${GITHUB_REPOSITORY}" - build="${GITHUB_RUN_ID}" - build_url=$(urlencode "http://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}") - job="$(urlencode "${GITHUB_WORKFLOW}")" - - # actions/checkout runs in detached HEAD - mc= - if [ -n "$pr" ] && [ "$pr" != false ] && [ "$commit_o" == "" ]; - then - mc=$(git show --no-patch --format="%P" 2>/dev/null || echo "") - - if [[ "$mc" =~ ^[a-z0-9]{40}[[:space:]][a-z0-9]{40}$ ]]; - then - mc=$(echo "$mc" | cut -d' ' -f2) - say " Fixing merge commit SHA $commit -> $mc" - commit=$mc - elif [[ "$mc" = "" ]]; - then - say "$r-> Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0$x" - fi - fi - -elif [ "$SYSTEM_TEAMFOUNDATIONSERVERURI" != "" ]; -then - say "$e==>$x Azure Pipelines detected." - # https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=vsts - # https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&viewFallbackFrom=vsts&tabs=yaml - service="azure_pipelines" - commit="$BUILD_SOURCEVERSION" - build="$BUILD_BUILDNUMBER" - if [ -z "$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER" ]; - then - pr="$SYSTEM_PULLREQUEST_PULLREQUESTID" - else - pr="$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER" - fi - project="${SYSTEM_TEAMPROJECT}" - server_uri="${SYSTEM_TEAMFOUNDATIONSERVERURI}" - job="${BUILD_BUILDID}" - branch="${BUILD_SOURCEBRANCH#"refs/heads/"}" - build_url=$(urlencode "${SYSTEM_TEAMFOUNDATIONSERVERURI}${SYSTEM_TEAMPROJECT}/_build/results?buildId=${BUILD_BUILDID}") - - # azure/pipelines runs in detached HEAD - mc= - if [ -n "$pr" ] && [ "$pr" != false ]; - then - mc=$(git show --no-patch --format="%P" 2>/dev/null || echo "") - - if [[ "$mc" =~ ^[a-z0-9]{40}[[:space:]][a-z0-9]{40}$ ]]; - then - mc=$(echo "$mc" | cut -d' ' -f2) - say " Fixing merge commit SHA $commit -> $mc" - commit=$mc - fi - fi - -elif [ "$CI" = "true" ] && [ "$BITBUCKET_BUILD_NUMBER" != "" ]; -then - say "$e==>$x Bitbucket detected." - # https://confluence.atlassian.com/bitbucket/variables-in-pipelines-794502608.html - service="bitbucket" - branch="$BITBUCKET_BRANCH" - build="$BITBUCKET_BUILD_NUMBER" - slug="$BITBUCKET_REPO_OWNER/$BITBUCKET_REPO_SLUG" - job="$BITBUCKET_BUILD_NUMBER" - pr="$BITBUCKET_PR_ID" - commit="$BITBUCKET_COMMIT" - # See https://jira.atlassian.com/browse/BCLOUD-19393 - if [ "${#commit}" = 12 ]; - then - commit=$(git rev-parse "$BITBUCKET_COMMIT") - fi - -elif [ "$CI" = "true" ] && [ "$BUDDY" = "true" ]; -then - say "$e==>$x Buddy CI detected." - # https://buddy.works/docs/pipelines/environment-variables - service="buddy" - branch="$BUDDY_EXECUTION_BRANCH" - build="$BUDDY_EXECUTION_ID" - build_url=$(urlencode "$BUDDY_EXECUTION_URL") - commit="$BUDDY_EXECUTION_REVISION" - pr="$BUDDY_EXECUTION_PULL_REQUEST_NO" - tag="$BUDDY_EXECUTION_TAG" - slug="$BUDDY_REPO_SLUG" - -elif [ "$CIRRUS_CI" != "" ]; -then - say "$e==>$x Cirrus CI detected." - # https://cirrus-ci.org/guide/writing-tasks/#environment-variables - service="cirrus-ci" - slug="$CIRRUS_REPO_FULL_NAME" - branch="$CIRRUS_BRANCH" - pr="$CIRRUS_PR" - commit="$CIRRUS_CHANGE_IN_REPO" - build="$CIRRUS_BUILD_ID" - build_url=$(urlencode "https://cirrus-ci.com/task/$CIRRUS_TASK_ID") - job="$CIRRUS_TASK_NAME" - -elif [ "$DOCKER_REPO" != "" ]; -then - say "$e==>$x Docker detected." - # https://docs.docker.com/docker-cloud/builds/advanced/ - service="docker" - branch="$SOURCE_BRANCH" - commit="$SOURCE_COMMIT" - slug="$DOCKER_REPO" - tag="$CACHE_TAG" - env="$env,IMAGE_NAME" - -else - say "${r}x>${x} No CI provider detected." - say " Testing inside Docker? ${b}http://docs.codecov.io/docs/testing-with-docker${x}" - say " Testing with Tox? ${b}https://docs.codecov.io/docs/python#section-testing-with-tox${x}" - -fi - -say " ${e}project root:${x} $git_root" - -# find branch, commit, repo from git command -if [ "$GIT_BRANCH" != "" ]; -then - branch="$GIT_BRANCH" - -elif [ "$branch" = "" ]; -then - branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null || hg branch 2>/dev/null || echo "") - if [ "$branch" = "HEAD" ]; - then - branch="" - fi -fi - -if [ "$commit_o" = "" ]; -then - if [ "$GIT_COMMIT" != "" ]; - then - commit="$GIT_COMMIT" - elif [ "$commit" = "" ]; - then - commit=$(git log -1 --format="%H" 2>/dev/null || hg id -i --debug 2>/dev/null | tr -d '+' || echo "") - fi -else - commit="$commit_o" -fi - -if [ "$CODECOV_TOKEN" != "" ] && [ "$token" = "" ]; -then - say "${e}-->${x} token set from env" - token="$CODECOV_TOKEN" -fi - -if [ "$CODECOV_URL" != "" ] && [ "$url_o" = "" ]; -then - say "${e}-->${x} url set from env" - url_o=$(echo "$CODECOV_URL" | sed -e 's/\/$//') -fi - -if [ "$CODECOV_SLUG" != "" ]; -then - say "${e}-->${x} slug set from env" - slug_o="$CODECOV_SLUG" - -elif [ "$slug" = "" ]; -then - if [ "$remote_addr" = "" ]; - then - remote_addr=$(git config --get remote.origin.url || hg paths default || echo '') - fi - if [ "$remote_addr" != "" ]; - then - if echo "$remote_addr" | grep -q "//"; then - # https - slug=$(echo "$remote_addr" | cut -d / -f 4,5 | sed -e 's/\.git$//') - else - # ssh - slug=$(echo "$remote_addr" | cut -d : -f 2 | sed -e 's/\.git$//') - fi - fi - if [ "$slug" = "/" ]; - then - slug="" - fi -fi - -yaml=$(cd "$git_root" && \ - git ls-files "*codecov.yml" "*codecov.yaml" 2>/dev/null \ - || hg locate "*codecov.yml" "*codecov.yaml" 2>/dev/null \ - || cd "$proj_root" && find . -maxdepth 1 -type f -name '*codecov.y*ml' 2>/dev/null \ - || echo '') -yaml=$(echo "$yaml" | head -1) - -if [ "$yaml" != "" ]; -then - say " ${e}Yaml found at:${x} $yaml" - if [[ "$yaml" != /* ]]; then - # relative path for yaml file given, assume relative to the repo root - yaml="$git_root/$yaml" - fi - config=$(parse_yaml "$yaml" || echo '') - - # TODO validate the yaml here - - if [ "$(echo "$config" | grep 'codecov_token="')" != "" ] && [ "$token" = "" ]; - then - say "${e}-->${x} token set from yaml" - token="$(echo "$config" | grep 'codecov_token="' | sed -e 's/codecov_token="//' | sed -e 's/"\.*//')" - fi - - if [ "$(echo "$config" | grep 'codecov_url="')" != "" ] && [ "$url_o" = "" ]; - then - say "${e}-->${x} url set from yaml" - url_o="$(echo "$config" | grep 'codecov_url="' | sed -e 's/codecov_url="//' | sed -e 's/"\.*//')" - fi - - if [ "$(echo "$config" | grep 'codecov_slug="')" != "" ] && [ "$slug_o" = "" ]; - then - say "${e}-->${x} slug set from yaml" - slug_o="$(echo "$config" | grep 'codecov_slug="' | sed -e 's/codecov_slug="//' | sed -e 's/"\.*//')" - fi -else - say " ${g}Yaml not found, that's ok! Learn more at${x} ${b}http://docs.codecov.io/docs/codecov-yaml${x}" -fi - -if [ "$branch_o" != "" ]; -then - branch=$(urlencode "$branch_o") -else - branch=$(urlencode "$branch") -fi - -if [ "$slug_o" = "" ]; -then - urlencoded_slug=$(urlencode "$slug") -else - urlencoded_slug=$(urlencode "$slug_o") -fi - -query="branch=$branch\ - &commit=$commit\ - &build=$([ "$build_o" = "" ] && echo "$build" || echo "$build_o")\ - &build_url=$build_url\ - &name=$(urlencode "$name")\ - &tag=$([ "$tag_o" = "" ] && echo "$tag" || echo "$tag_o")\ - &slug=$urlencoded_slug\ - &service=$service\ - &flags=$flags\ - &pr=$([ "$pr_o" = "" ] && echo "${pr##\#}" || echo "${pr_o##\#}")\ - &job=$job\ - &cmd_args=$(IFS=,; echo "${codecov_flags[*]}")" - -if [ -n "$project" ] && [ -n "$server_uri" ]; -then - query=$(echo "$query&project=$project&server_uri=$server_uri" | tr -d ' ') -fi - -if [ "$parent" != "" ]; -then - query=$(echo "parent=$parent&$query" | tr -d ' ') -fi - -if [ "$ft_search" = "1" ]; -then - # detect bower comoponents location - bower_components="bower_components" - bower_rc=$(cd "$git_root" && cat .bowerrc 2>/dev/null || echo "") - if [ "$bower_rc" != "" ]; - then - bower_components=$(echo "$bower_rc" | tr -d '\n' | grep '"directory"' | cut -d'"' -f4 | sed -e 's/\/$//') - if [ "$bower_components" = "" ]; - then - bower_components="bower_components" - fi - fi - - # Swift Coverage - if [ "$ft_xcodellvm" = "1" ] && [ -d "$ddp" ]; - then - say "${e}==>${x} Processing Xcode reports via llvm-cov" - say " DerivedData folder: $ddp" - profdata_files=$(find "$ddp" -name '*.profdata' 2>/dev/null || echo '') - if [ "$profdata_files" != "" ]; - then - # xcode via profdata - if [ "$xp" = "" ]; - then - # xp=$(xcodebuild -showBuildSettings 2>/dev/null | grep -i "^\s*PRODUCT_NAME" | sed -e 's/.*= \(.*\)/\1/') - # say " ${e}->${x} Speed up Xcode processing by adding ${e}-J '$xp'${x}" - say " ${g}hint${x} Speed up Swift processing by using use ${g}-J 'AppName'${x} (regexp accepted)" - say " ${g}hint${x} This will remove Pods/ from your report. Also ${b}https://docs.codecov.io/docs/ignoring-paths${x}" - fi - while read -r profdata; - do - if [ "$profdata" != "" ]; - then - swiftcov "$profdata" "$xp" - fi - done <<< "$profdata_files" - else - say " ${e}->${x} No Swift coverage found" - fi - - # Obj-C Gcov Coverage - if [ "$ft_gcov" = "1" ]; - then - say " ${e}->${x} Running $gcov_exe for Obj-C" - if [ "$ft_gcovout" = "0" ]; - then - # suppress gcov output - bash -c "find $ddp -type f -name '*.gcda' $gcov_include $gcov_ignore -exec $gcov_exe -p $gcov_arg {} +" >/dev/null 2>&1 || true - else - bash -c "find $ddp -type f -name '*.gcda' $gcov_include $gcov_ignore -exec $gcov_exe -p $gcov_arg {} +" || true - fi - fi - fi - - if [ "$ft_xcodeplist" = "1" ] && [ -d "$ddp" ]; - then - say "${e}==>${x} Processing Xcode plists" - plists_files=$(find "$ddp" -name '*.xccoverage' 2>/dev/null || echo '') - if [ "$plists_files" != "" ]; - then - while read -r plist; - do - if [ "$plist" != "" ]; - then - say " ${g}Found${x} plist file at $plist" - plutil -convert xml1 -o "$(basename "$plist").plist" -- "$plist" - fi - done <<< "$plists_files" - fi - fi - - # Gcov Coverage - if [ "$ft_gcov" = "1" ]; - then - say "${e}==>${x} Running $gcov_exe in $proj_root ${e}(disable via -X gcov)${x}" - if [ "$ft_gcovout" = "0" ]; - then - # suppress gcov output - bash -c "find $proj_root -type f -name '*.gcno' $gcov_include $gcov_ignore -exec $gcov_exe -pb $gcov_arg {} +" >/dev/null 2>&1 || true - else - bash -c "find $proj_root -type f -name '*.gcno' $gcov_include $gcov_ignore -exec $gcov_exe -pb $gcov_arg {} +" || true - fi - else - say "${e}==>${x} gcov disabled" - fi - - # Python Coverage - if [ "$ft_coveragepy" = "1" ]; - then - if [ ! -f coverage.xml ]; - then - if command -v coverage >/dev/null 2>&1; - then - say "${e}==>${x} Python coveragepy exists ${e}disable via -X coveragepy${x}" - - dotcoverage=$(find "$git_root" -name '.coverage' -or -name '.coverage.*' | head -1 || echo '') - if [ "$dotcoverage" != "" ]; - then - cd "$(dirname "$dotcoverage")" - if [ ! -f .coverage ]; - then - say " ${e}->${x} Running coverage combine" - coverage combine -a - fi - say " ${e}->${x} Running coverage xml" - if [ "$(coverage xml -i)" != "No data to report." ]; - then - files="$files -$PWD/coverage.xml" - else - say " ${r}No data to report.${x}" - fi - cd "$proj_root" - else - say " ${r}No .coverage file found.${x}" - fi - else - say "${e}==>${x} Python coveragepy not found" - fi - fi - else - say "${e}==>${x} Python coveragepy disabled" - fi - - if [ "$search_in_o" != "" ]; - then - # location override - search_in="$search_in_o" - fi - - say "$e==>$x Searching for coverage reports in:" - for _path in $search_in - do - say " ${g}+${x} $_path" - done - - patterns="find $search_in \( \ - -name vendor \ - -or -name '$bower_components' \ - -or -name '.egg-info*' \ - -or -name 'conftest_*.c.gcov' \ - -or -name .env \ - -or -name .envs \ - -or -name .git \ - -or -name .hg \ - -or -name .tox \ - -or -name .venv \ - -or -name .venvs \ - -or -name .virtualenv \ - -or -name .virtualenvs \ - -or -name .npm-cache \ - -or -name __pycache__ \ - -or -name env \ - -or -name envs \ - -or -name htmlcov \ - -or -name js/generated/coverage \ - -or -name node_modules \ - -or -name venv \ - -or -name venvs \ - -or -name virtualenv \ - -or -name virtualenvs \ - \) -prune -or \ - -type f \( -name '*coverage*.*' \ - -or -name '*.clover' \ - -or -name '*.codecov.*' \ - -or -name '*.gcov' \ - -or -name '*.lcov' \ - -or -name '*.lst' \ - -or -name 'clover.xml' \ - -or -name 'cobertura.xml' \ - -or -name 'codecov.*' \ - -or -name 'cover.out' \ - -or -name 'codecov-result.json' \ - -or -name 'coverage-final.json' \ - -or -name 'excoveralls.json' \ - -or -name 'gcov.info' \ - -or -name 'jacoco*.xml' \ - -or -name '*Jacoco*.xml' \ - -or -name 'lcov.dat' \ - -or -name 'lcov.info' \ - -or -name 'luacov.report.out' \ - -or -name 'naxsi.info' \ - -or -name 'nosetests.xml' \ - -or -name 'report.xml' \ - $include_cov \) \ - $exclude_cov \ - -not -name '*.am' \ - -not -name '*.bash' \ - -not -name '*.bat' \ - -not -name '*.bw' \ - -not -name '*.cfg' \ - -not -name '*.class' \ - -not -name '*.cmake' \ - -not -name '*.cmake' \ - -not -name '*.conf' \ - -not -name '*.coverage' \ - -not -name '*.cp' \ - -not -name '*.cpp' \ - -not -name '*.crt' \ - -not -name '*.css' \ - -not -name '*.csv' \ - -not -name '*.csv' \ - -not -name '*.data' \ - -not -name '*.db' \ - -not -name '*.dox' \ - -not -name '*.ec' \ - -not -name '*.ec' \ - -not -name '*.egg' \ - -not -name '*.el' \ - -not -name '*.env' \ - -not -name '*.erb' \ - -not -name '*.exe' \ - -not -name '*.ftl' \ - -not -name '*.gif' \ - -not -name '*.gradle' \ - -not -name '*.gz' \ - -not -name '*.h' \ - -not -name '*.html' \ - -not -name '*.in' \ - -not -name '*.jade' \ - -not -name '*.jar*' \ - -not -name '*.jpeg' \ - -not -name '*.jpg' \ - -not -name '*.js' \ - -not -name '*.less' \ - -not -name '*.log' \ - -not -name '*.m4' \ - -not -name '*.mak*' \ - -not -name '*.md' \ - -not -name '*.o' \ - -not -name '*.p12' \ - -not -name '*.pem' \ - -not -name '*.png' \ - -not -name '*.pom*' \ - -not -name '*.profdata' \ - -not -name '*.proto' \ - -not -name '*.ps1' \ - -not -name '*.pth' \ - -not -name '*.py' \ - -not -name '*.pyc' \ - -not -name '*.pyo' \ - -not -name '*.rb' \ - -not -name '*.rsp' \ - -not -name '*.rst' \ - -not -name '*.ru' \ - -not -name '*.sbt' \ - -not -name '*.scss' \ - -not -name '*.scss' \ - -not -name '*.serialized' \ - -not -name '*.sh' \ - -not -name '*.snapshot' \ - -not -name '*.sql' \ - -not -name '*.svg' \ - -not -name '*.tar.tz' \ - -not -name '*.template' \ - -not -name '*.whl' \ - -not -name '*.xcconfig' \ - -not -name '*.xcoverage.*' \ - -not -name '*/classycle/report.xml' \ - -not -name '*codecov.yml' \ - -not -name '*~' \ - -not -name '.*coveragerc' \ - -not -name '.coverage*' \ - -not -name 'coverage-summary.json' \ - -not -name 'createdFiles.lst' \ - -not -name 'fullLocaleNames.lst' \ - -not -name 'include.lst' \ - -not -name 'inputFiles.lst' \ - -not -name 'phpunit-code-coverage.xml' \ - -not -name 'phpunit-coverage.xml' \ - -not -name 'remapInstanbul.coverage*.json' \ - -not -name 'scoverage.measurements.*' \ - -not -name 'test_*_coverage.txt' \ - -not -name 'testrunner-coverage*' \ - -print 2>/dev/null" - files=$(eval "$patterns" || echo '') - -elif [ "$include_cov" != "" ]; -then - files=$(eval "find $search_in -type f \( ${include_cov:5} \)$exclude_cov 2>/dev/null" || echo '') -elif [ "$direct_file_upload" != "" ]; -then - files=$direct_file_upload -fi - -num_of_files=$(echo "$files" | wc -l | tr -d ' ') -if [ "$num_of_files" != '' ] && [ "$files" != '' ]; -then - say " ${e}->${x} Found $num_of_files reports" -fi - -# no files found -if [ "$files" = "" ]; -then - say "${r}-->${x} No coverage report found." - say " Please visit ${b}http://docs.codecov.io/docs/supported-languages${x}" - exit ${exit_with}; -fi - -if [ "$ft_network" == "1" ]; -then - say "${e}==>${x} Detecting git/mercurial file structure" - network=$(cd "$git_root" && git ls-files $git_ls_files_recurse_submodules_o 2>/dev/null || hg locate 2>/dev/null || echo "") - if [ "$network" = "" ]; - then - network=$(find "$git_root" \( \ - -name virtualenv \ - -name .virtualenv \ - -name virtualenvs \ - -name .virtualenvs \ - -name '*.png' \ - -name '*.gif' \ - -name '*.jpg' \ - -name '*.jpeg' \ - -name '*.md' \ - -name .env \ - -name .envs \ - -name env \ - -name envs \ - -name .venv \ - -name .venvs \ - -name venv \ - -name venvs \ - -name .git \ - -name .egg-info \ - -name shunit2-2.1.6 \ - -name vendor \ - -name __pycache__ \ - -name node_modules \ - -path "*/$bower_components/*" \ - -path '*/target/delombok/*' \ - -path '*/build/lib/*' \ - -path '*/js/generated/coverage/*' \ - \) -prune -or \ - -type f -print 2>/dev/null || echo '') - fi - - if [ "$network_filter_o" != "" ]; - then - network=$(echo "$network" | grep -e "$network_filter_o/*") - fi - if [ "$prefix_o" != "" ]; - then - network=$(echo "$network" | awk "{print \"$prefix_o/\"\$0}") - fi -fi - -upload_file=$(mktemp /tmp/codecov.XXXXXX) -adjustments_file=$(mktemp /tmp/codecov.adjustments.XXXXXX) - -cleanup() { - rm -f "$upload_file" "$adjustments_file" "$upload_file.gz" -} - -trap cleanup INT ABRT TERM - - -if [ "$env" != "" ]; -then - inc_env="" - say "${e}==>${x} Appending build variables" - for varname in $(echo "$env" | tr ',' ' ') - do - if [ "$varname" != "" ]; - then - say " ${g}+${x} $varname" - inc_env="${inc_env}${varname}=$(eval echo "\$${varname}") -" - fi - done - echo "$inc_env<<<<<< ENV" >> "$upload_file" -fi - -# Append git file list -# write discovered yaml location -if [ "$direct_file_upload" = "" ]; -then - echo "$yaml" >> "$upload_file" -fi - -if [ "$ft_network" == "1" ]; -then - i="woff|eot|otf" # fonts - i="$i|gif|png|jpg|jpeg|psd" # images - i="$i|ptt|pptx|numbers|pages|md|txt|xlsx|docx|doc|pdf|csv" # docs - i="$i|.gitignore" # supporting docs - - if [ "$ft_html" != "1" ]; - then - i="$i|html" - fi - - if [ "$ft_yaml" != "1" ]; - then - i="$i|yml|yaml" - fi - - echo "$network" | grep -vwE "($i)$" >> "$upload_file" -fi -echo "<<<<<< network" >> "$upload_file" - -if [ "$direct_file_upload" = "" ]; -then - fr=0 - say "${e}==>${x} Reading reports" - while IFS='' read -r file; - do - # read the coverage file - if [ "$(echo "$file" | tr -d ' ')" != '' ]; - then - if [ -f "$file" ]; - then - report_len=$(wc -c < "$file") - if [ "$report_len" -ne 0 ]; - then - say " ${g}+${x} $file ${e}bytes=$(echo "$report_len" | tr -d ' ')${x}" - # append to to upload - _filename=$(basename "$file") - if [ "${_filename##*.}" = 'gcov' ]; - then - { - echo "# path=$(echo "$file.reduced" | sed "s|^$git_root/||")"; - # get file name - head -1 "$file"; - } >> "$upload_file" - # 1. remove source code - # 2. remove ending bracket lines - # 3. remove whitespace - # 4. remove contextual lines - # 5. remove function names - awk -F': *' '{print $1":"$2":"}' "$file" \ - | sed '\/: *} *$/d' \ - | sed 's/^ *//' \ - | sed '/^-/d' \ - | sed 's/^function.*/func/' >> "$upload_file" - else - { - echo "# path=${file//^$git_root/||}"; - cat "$file"; - } >> "$upload_file" - fi - echo "<<<<<< EOF" >> "$upload_file" - fr=1 - if [ "$clean" = "1" ]; - then - rm "$file" - fi - else - say " ${r}-${x} Skipping empty file $file" - fi - else - say " ${r}-${x} file not found at $file" - fi - fi - done <<< "$(echo -e "$files")" - - if [ "$fr" = "0" ]; - then - say "${r}-->${x} No coverage data found." - say " Please visit ${b}http://docs.codecov.io/docs/supported-languages${x}" - say " search for your projects language to learn how to collect reports." - exit ${exit_with}; - fi -else - cp "$direct_file_upload" "$upload_file" - if [ "$clean" = "1" ]; - then - rm "$direct_file_upload" - fi -fi - -if [ "$ft_fix" = "1" ]; -then - say "${e}==>${x} Appending adjustments" - say " ${b}https://docs.codecov.io/docs/fixing-reports${x}" - - empty_line='^[[:space:]]*$' - # // - syntax_comment='^[[:space:]]*//.*' - # /* or */ - syntax_comment_block='^[[:space:]]*(\/\*|\*\/)[[:space:]]*$' - # { or } - syntax_bracket='^[[:space:]]*[\{\}][[:space:]]*(//.*)?$' - # [ or ] - syntax_list='^[[:space:]]*[][][[:space:]]*(//.*)?$' - # func ... { - syntax_go_func='^[[:space:]]*[func].*[\{][[:space:]]*$' - - # shellcheck disable=SC2089 - skip_dirs="-not -path '*/$bower_components/*' \ - -not -path '*/node_modules/*'" - - cut_and_join() { - awk 'BEGIN { FS=":" } - $3 ~ /\/\*/ || $3 ~ /\*\// { print $0 ; next } - $1!=key { if (key!="") print out ; key=$1 ; out=$1":"$2 ; next } - { out=out","$2 } - END { print out }' 2>/dev/null - } - - if echo "$network" | grep -m1 '.kt$' 1>/dev/null; - then - # skip brackets and comments - cd "$git_root" && \ - find . -type f \ - -name '*.kt' \ - -exec \ - grep -nIHE -e "$syntax_bracket" \ - -e "$syntax_comment_block" {} \; \ - | cut_and_join \ - >> "$adjustments_file" \ - || echo '' - - # last line in file - cd "$git_root" && \ - find . -type f \ - -name '*.kt' -exec \ - wc -l {} \; \ - | while read -r l; do echo "EOF: $l"; done \ - 2>/dev/null \ - >> "$adjustments_file" \ - || echo '' - fi - - if echo "$network" | grep -m1 '.go$' 1>/dev/null; - then - # skip empty lines, comments, and brackets - cd "$git_root" && \ - find . -type f \ - -not -path '*/vendor/*' \ - -not -path '*/caches/*' \ - -name '*.go' \ - -exec \ - grep -nIHE \ - -e "$empty_line" \ - -e "$syntax_comment" \ - -e "$syntax_comment_block" \ - -e "$syntax_bracket" \ - -e "$syntax_go_func" \ - {} \; \ - | cut_and_join \ - >> "$adjustments_file" \ - || echo '' - fi - - if echo "$network" | grep -m1 '.dart$' 1>/dev/null; - then - # skip brackets - cd "$git_root" && \ - find . -type f \ - -name '*.dart' \ - -exec \ - grep -nIHE \ - -e "$syntax_bracket" \ - {} \; \ - | cut_and_join \ - >> "$adjustments_file" \ - || echo '' - fi - - if echo "$network" | grep -m1 '.php$' 1>/dev/null; - then - # skip empty lines, comments, and brackets - cd "$git_root" && \ - find . -type f \ - -not -path "*/vendor/*" \ - -name '*.php' \ - -exec \ - grep -nIHE \ - -e "$syntax_list" \ - -e "$syntax_bracket" \ - -e '^[[:space:]]*\);[[:space:]]*(//.*)?$' \ - {} \; \ - | cut_and_join \ - >> "$adjustments_file" \ - || echo '' - fi - - if echo "$network" | grep -m1 '\(.c\.cpp\|.cxx\|.h\|.hpp\|.m\|.swift\|.vala\)$' 1>/dev/null; - then - # skip brackets - # shellcheck disable=SC2086,SC2090 - cd "$git_root" && \ - find . -type f \ - $skip_dirs \ - \( \ - -name '*.c' \ - -or -name '*.cpp' \ - -or -name '*.cxx' \ - -or -name '*.h' \ - -or -name '*.hpp' \ - -or -name '*.m' \ - -or -name '*.swift' \ - -or -name '*.vala' \ - \) -exec \ - grep -nIHE \ - -e "$empty_line" \ - -e "$syntax_bracket" \ - -e '// LCOV_EXCL' \ - {} \; \ - | cut_and_join \ - >> "$adjustments_file" \ - || echo '' - - # skip brackets - # shellcheck disable=SC2086,SC2090 - cd "$git_root" && \ - find . -type f \ - $skip_dirs \ - \( \ - -name '*.c' \ - -or -name '*.cpp' \ - -or -name '*.cxx' \ - -or -name '*.h' \ - -or -name '*.hpp' \ - -or -name '*.m' \ - -or -name '*.swift' \ - -or -name '*.vala' \ - \) -exec \ - grep -nIH '// LCOV_EXCL' \ - {} \; \ - >> "$adjustments_file" \ - || echo '' - - fi - - found=$(< "$adjustments_file" tr -d ' ') - - if [ "$found" != "" ]; - then - say " ${g}+${x} Found adjustments" - { - echo "# path=fixes"; - cat "$adjustments_file"; - echo "<<<<<< EOF"; - } >> "$upload_file" - rm -rf "$adjustments_file" - else - say " ${e}->${x} No adjustments found" - fi -fi - -if [ "$url_o" != "" ]; -then - url="$url_o" -fi - -if [ "$dump" != "0" ]; -then - # trim whitespace from query - say " ${e}->${x} Dumping upload file (no upload)" - echo "$url/upload/v4?$(echo "package=$package-$VERSION&token=$token&$query" | tr -d ' ')" - cat "$upload_file" -else - if [ "$save_to" != "" ]; - then - say "${e}==>${x} Copying upload file to ${save_to}" - mkdir -p "$(dirname "$save_to")" - cp "$upload_file" "$save_to" - fi - - say "${e}==>${x} Gzipping contents" - gzip -nf9 "$upload_file" - say " $(du -h "$upload_file.gz")" - - query=$(echo "${query}" | tr -d ' ') - say "${e}==>${x} Uploading reports" - say " ${e}url:${x} $url" - say " ${e}query:${x} $query" - - # Full query without token (to display on terminal output) - queryNoToken=$(echo "package=$package-$VERSION&token=secret&$query" | tr -d ' ') - # now add token to query - query=$(echo "package=$package-$VERSION&token=$token&$query" | tr -d ' ') - - if [ "$ft_s3" = "1" ]; - then - say "${e}->${x} Pinging Codecov" - say "$url/upload/v4?$queryNoToken" - # shellcheck disable=SC2086,2090 - res=$(curl $curl_s -X POST $cacert \ - --retry 5 --retry-delay 2 --connect-timeout 2 \ - -H 'X-Reduced-Redundancy: false' \ - -H 'X-Content-Type: application/x-gzip' \ - -H 'Content-Length: 0' \ - --write-out "\n%{response_code}\n" \ - $curlargs \ - "$url/upload/v4?$query" || true) - # a good reply is "https://codecov.io" + "\n" + "https://storage.googleapis.com/codecov/..." - s3target=$(echo "$res" | sed -n 2p) - status=$(tail -n1 <<< "$res") - - if [ "$status" = "200" ] && [ "$s3target" != "" ]; - then - say "${e}->${x} Uploading to" - say "${s3target}" - - # shellcheck disable=SC2086 - s3=$(curl -fiX PUT \ - --data-binary @"$upload_file.gz" \ - -H 'Content-Type: application/x-gzip' \ - -H 'Content-Encoding: gzip' \ - $curlawsargs \ - "$s3target" || true) - - if [ "$s3" != "" ]; - then - say " ${g}->${x} Reports have been successfully queued for processing at ${b}$(echo "$res" | sed -n 1p)${x}" - exit 0 - else - say " ${r}X>${x} Failed to upload" - fi - elif [ "$status" = "400" ]; - then - # 400 Error - say "${r}${res}${x}" - exit ${exit_with} - else - say "${r}${res}${x}" - fi - fi - - say "${e}==>${x} Uploading to Codecov" - - # shellcheck disable=SC2086,2090 - res=$(curl -X POST $cacert \ - --data-binary @"$upload_file.gz" \ - --retry 5 --retry-delay 2 --connect-timeout 2 \ - -H 'Content-Type: text/plain' \ - -H 'Content-Encoding: gzip' \ - -H 'X-Content-Encoding: gzip' \ - -H 'Accept: text/plain' \ - $curlargs \ - "$url/upload/v2?$query&attempt=$i" || echo 'HTTP 500') - # HTTP 200 - # http://.... - status=$(echo "$res" | head -1 | cut -d' ' -f2) - if [ "$status" = "" ] || [ "$status" = "200" ]; - then - say " Reports have been successfully queued for processing at ${b}$(echo "$res" | head -2 | tail -1)${x}" - exit 0 - else - say " ${g}${res}${x}" - exit ${exit_with} - fi - - say " ${r}X> Failed to upload coverage reports${x}" -fi - -exit ${exit_with} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.gitignore b/superset-frontend/temporary_superset_ui/superset-ui/.gitignore deleted file mode 100644 index 90f910904495e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.gitignore +++ /dev/null @@ -1,49 +0,0 @@ -.DS_Store -*.DS_Store - -# Logs -logs/ -*.log - -# Cache -.bundle/ -.happo/ -.idea/ -.next/ -.cache -.eslintcache -.idea -*.iml -.npm -.npmrc -.vscode -.yarnclean - -# Directories -build/ -coverage/ -dist/ -esm/ -lib/ -public/ -node_modules/ -tmp/ -_gh-pages/ - -# Custom -*.map -*.min.js -test-changelog.md - -*.tsbuildinfo - -# Ignore package-lock in packages -plugins/*/package-lock.json -packages/*/package-lock.json - -# For country map geojson conversion script -.ipynb_checkpoints/ -scripts/*.zip - -**/storybook-static -rat-results.txt diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.nvmrc b/superset-frontend/temporary_superset_ui/superset-ui/.nvmrc deleted file mode 100644 index ab155ce138b84..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v14.15.5 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.prettierignore b/superset-frontend/temporary_superset_ui/superset-ui/.prettierignore deleted file mode 100644 index d3169634d5b01..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.prettierignore +++ /dev/null @@ -1,17 +0,0 @@ -_gh-pages/ -coverage/ -node_modules/ -public/ -esm/ -lib/ -tmp/ -dist/ -lerna.json -npm-shrinkwrap.json -package-lock.json -tsconfig.json -tsconfig.options.json -tsconfig.eslint.json -CHANGELOG.md -*.geojson -*-topo.json diff --git a/superset-frontend/temporary_superset_ui/superset-ui/.rat-excludes b/superset-frontend/temporary_superset_ui/superset-ui/.rat-excludes deleted file mode 100644 index 48d53fada47f1..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/.rat-excludes +++ /dev/null @@ -1,66 +0,0 @@ -# Note: these patterns are applied to single files or directories, not full paths -.gitignore -docs/README.md -.gitattributes -.gitkeep -.coverage -.coveragerc -.codecov.yml -.eslintrc -.eslintignore -.flake8 -.nvmrc -.prettierrc -.rat-excludes -.*log -.*pyc -.*lock -.*geojson -DISCLAIMER -licenses/* -node_modules/* -rat-results.txt -babel-node -dist -superset/static/* -build -superset.egg-info -apache_superset.egg-info -.idea -.*sql -.*zip -.*lock -# json and csv in general cannot have comments -.*json -.*csv -# Generated doc files -env/* -docs/README.md -docs/.htaccess* -_build/* -_static/* -.buildinfo -searchindex.js -# auto generated -requirements/* -# vendorized -vendor/* -# github configuration -.github/* -.*mdx -coverage/* -.*.md -.*.txt - -# skip license check in superset-ui -tmp/* -lib/* -esm/* -tsconfig.tsbuildinfo -.*ipynb -.*yml -.*iml -.esprintrc -.prettierignore -README.erb -package.erb diff --git a/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md b/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md deleted file mode 100644 index f5343effef171..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md +++ /dev/null @@ -1,1313 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30) - - -### Bug Fixes - -* Make the scrollbar appear inside the table ([#1310](https://github.com/apache-superset/superset-ui/issues/1310)) ([1aad2d1](https://github.com/apache-superset/superset-ui/commit/1aad2d11af95f5046f2b67d86b30c9581de4994b)) - - -### Features - -* add certified icon to columoption ([#1330](https://github.com/apache-superset/superset-ui/issues/1330)) ([a415c41](https://github.com/apache-superset/superset-ui/commit/a415c413954bc9c093ab5dfde62d458cf3224073)) - - - - - -## [0.17.63](https://github.com/apache-superset/superset-ui/compare/v0.17.62...v0.17.63) (2021-07-02) - -**Note:** Version bump only for package @superset-ui/monorepo - - - - - -## [0.17.62](https://github.com/apache-superset/superset-ui/compare/v0.17.61...v0.17.62) (2021-07-02) - -**Note:** Version bump only for package @superset-ui/monorepo - - - - - -## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02) - - -### Bug Fixes - -* **legacy-preset-chart-big-number:** example images got mixed up ([#1196](https://github.com/apache-superset/superset-ui/issues/1196)) ([60215b5](https://github.com/apache-superset/superset-ui/commit/60215b5a4c5ae416fc27418c276276ed38ab7f19)) -* **plugin-chart-echarts:** enable animation to clear old nodes ([#1200](https://github.com/apache-superset/superset-ui/issues/1200)) ([1ee7f4e](https://github.com/apache-superset/superset-ui/commit/1ee7f4e36e1245917e61999f190a84425e82ea38)) -* **plugin-chart-echarts:** sanitize series from html tags ([#1126](https://github.com/apache-superset/superset-ui/issues/1126)) ([fcd6fde](https://github.com/apache-superset/superset-ui/commit/fcd6fde44bb45df3aab5ac5bb990504e7dbde324)) - - - - - -## [0.13.26](https://github.com/apache-superset/superset-ui/compare/v0.13.25...v0.13.26) (2020-06-03) - - -### Features - -* **demo:** add helpers for resizable chart demo ([#557](https://github.com/apache-superset/superset-ui/issues/557)) ([af7421d](https://github.com/apache-superset/superset-ui/commit/af7421d5b7a478ed8a9f0a952f4a111bdc3fec66)) -* **query:** add functions to wrap api calls with typings ([#555](https://github.com/apache-superset/superset-ui/issues/555)) ([9137580](https://github.com/apache-superset/superset-ui/commit/9137580d7e73c73d47bdd6d7ff905365e87d9a61)) -* **superset-ui-style:** export ThemeProvider and useTheme ([#553](https://github.com/apache-superset/superset-ui/issues/553)) ([f6a8949](https://github.com/apache-superset/superset-ui/commit/f6a8949e38eabe8c34e21419fb2f8d4c44bb7ad2)) - - - -## [0.13.25](https://github.com/apache-superset/superset-ui/compare/v0.13.24...v0.13.25) (2020-05-30) - - -### Features - -* **chart:** adjust chartclient to point to new endpoints ([#551](https://github.com/apache-superset/superset-ui/issues/551)) ([bbc42c2](https://github.com/apache-superset/superset-ui/commit/bbc42c2ff074a107f6ed563cd5ab6935a3fb92a0)) -* **connection:** allow developer to get supersetclient instance ([#552](https://github.com/apache-superset/superset-ui/issues/552)) ([c075070](https://github.com/apache-superset/superset-ui/commit/c075070e3cf9f535c81a4964e7ed97b0daf86179)) - - - -## [0.13.24](https://github.com/apache-superset/superset-ui/compare/v0.13.23...v0.13.24) (2020-05-29) - - -### Features - -* **color:** support better color interpolation for sequential schemes ([#547](https://github.com/apache-superset/superset-ui/issues/547)) ([f7d4648](https://github.com/apache-superset/superset-ui/commit/f7d4648fae7eb11032953987dca6736cc7547380)) -* Word cloud typography update ([#518](https://github.com/apache-superset/superset-ui/issues/518)) ([873973b](https://github.com/apache-superset/superset-ui/commit/873973b8a3b0b1b6aa8c8bfa4677d4a614c83500)) - - - -## [0.13.23](https://github.com/apache-superset/superset-ui/compare/v0.13.22...v0.13.23) (2020-05-26) - - -### Bug Fixes - -* nvd3 annotation tooltip ([#540](https://github.com/apache-superset/superset-ui/issues/540)) ([6ea134d](https://github.com/apache-superset/superset-ui/commit/6ea134d9e63d9cf55b2797b8732cc99853b6b77a)) - - - -## [0.13.22](https://github.com/apache-superset/superset-ui/compare/v0.13.21...v0.13.22) (2020-05-26) - - -### Features - -* **time-format:** improve support for formatting with granularity in mind ([#509](https://github.com/apache-superset/superset-ui/issues/509)) ([2d8afa8](https://github.com/apache-superset/superset-ui/commit/2d8afa87b4b34ab1990ecbeaab4060688e86554b)) - - -## [0.13.21](https://github.com/apache-superset/superset-ui/compare/v0.13.20...v0.13.21) (2020-05-21) - - -### Bug Fixes - -* **legacy-plugin-chart-table:** parse numeric pageLength ([#522](https://github.com/apache-superset/superset-ui/issues/522)) ([4831f7f](https://github.com/apache-superset/superset-ui/commit/4831f7fbe4954b5acfb05176f8fd807c4c5e8339)) - - -### Features - -* **legacy-plugin-chart-event-flow:** migrate package ([#514](https://github.com/apache-superset/superset-ui/issues/514)) ([3589e31](https://github.com/apache-superset/superset-ui/commit/3589e31dec2279b9b032f5cb654cd069e1d13611)) - - - -## [0.13.20](https://github.com/apache-superset/superset-ui/compare/v0.13.19...v0.13.20) (2020-05-21) - - - -## [0.13.19](https://github.com/apache-superset/superset-ui/compare/v0.13.18...v0.13.19) (2020-05-21) - - -### Bug Fixes - -* missing bracket, little linty things ([#517](https://github.com/apache-superset/superset-ui/issues/517)) ([b8c91ba](https://github.com/apache-superset/superset-ui/commit/b8c91ba93a29943b6f599b7eb6cb8cb49637d3c8)) - - - -## [0.13.18](https://github.com/apache-superset/superset-ui/compare/v0.13.17...v0.13.18) (2020-05-21) - - -### Features - -* **legacy-plugin-chart-parallel-coordinates:** add control panels ([#510](https://github.com/apache-superset/superset-ui/issues/510)) ([b9bc48d](https://github.com/apache-superset/superset-ui/commit/b9bc48d16e9b5fe06c2d9638deeb11ffeade94eb)) -* **legacy-preset-big-number:** use emotion styling ([#455](https://github.com/apache-superset/superset-ui/issues/455)) ([46eb663](https://github.com/apache-superset/superset-ui/commit/46eb663665c7cd7d45cfe495556a1e54dfeb54dd)) - - - -## [0.13.17](https://github.com/apache-superset/superset-ui/compare/v0.13.16...v0.13.17) (2020-05-20) - - -### Features - -* add control grouping functionality ([#485](https://github.com/apache-superset/superset-ui/issues/485)) ([4ceacfb](https://github.com/apache-superset/superset-ui/commit/4ceacfb1da28ec58695bfa7417b0157518e89cad)) - - - -## [0.13.16](https://github.com/apache-superset/superset-ui/compare/v0.13.15...v0.13.16) (2020-05-19) - - -### Features - -* **legacy-plugin-chart-event-flow:** control panel ([#501](https://github.com/apache-superset/superset-ui/issues/501)) ([34541df](https://github.com/apache-superset/superset-ui/commit/34541df50e335eccfc5b34240587d6ae16f09977)) -* **legacy-plugin-chart-force-directed:** control panel ([#502](https://github.com/apache-superset/superset-ui/issues/502)) ([bf573a0](https://github.com/apache-superset/superset-ui/commit/bf573a0240a8c05697d98d47921b5ed71ba2d2cd)) -* **legacy-plugin-chart-heatmap:** control panel ([#503](https://github.com/apache-superset/superset-ui/issues/503)) ([0111fa7](https://github.com/apache-superset/superset-ui/commit/0111fa7ed4f98a1e48b0858533ed23df1b670ecc)) -* **legacy-plugin-chart-histogram:** control panel ([#504](https://github.com/apache-superset/superset-ui/issues/504)) ([e5106ee](https://github.com/apache-superset/superset-ui/commit/e5106ee54fa12942f09f71558af7e80e7da5b26e)) -* **legacy-plugin-chart-horizon:** control panel ([#505](https://github.com/apache-superset/superset-ui/issues/505)) ([e63b079](https://github.com/apache-superset/superset-ui/commit/e63b079a43b4cc07f35321d10d530574c942c033)) -* **legacy-plugin-chart-iframe:** control panel ([#506](https://github.com/apache-superset/superset-ui/issues/506)) ([51d0894](https://github.com/apache-superset/superset-ui/commit/51d0894581542977230fceeb41e2017114b8724e)) -* **legacy-plugin-chart-map-box:** control panel ([#507](https://github.com/apache-superset/superset-ui/issues/507)) ([9f79870](https://github.com/apache-superset/superset-ui/commit/9f798709892525d8c85106d33d4d08eef05fd0fd)) - - - -## [0.13.15](https://github.com/apache-superset/superset-ui/compare/v0.13.14...v0.13.15) (2020-05-18) - - -### Bug Fixes - -* **time-format:** remove week number ([#493](https://github.com/apache-superset/superset-ui/issues/493)) ([0d13ff0](https://github.com/apache-superset/superset-ui/commit/0d13ff0f7ad13d565933a52f910278177d9318f3)) - - -### Features - -* **query:** remove redundant metric label truncation ([#492](https://github.com/apache-superset/superset-ui/issues/492)) ([5b42bc1](https://github.com/apache-superset/superset-ui/commit/5b42bc17f78d0c32ea69f9351f3f25e054911222)) - - - -## [0.13.14](https://github.com/apache-superset/superset-ui/compare/v0.13.13...v0.13.14) (2020-05-14) - - -### Features - -* **time-format:** add full-date to weekly time formatter ([#486](https://github.com/apache-superset/superset-ui/issues/486)) ([b2d0426](https://github.com/apache-superset/superset-ui/commit/b2d04267b60760f76373fc2d5d094e6102b676fe)) - - - -## [0.13.13](https://github.com/apache-superset/superset-ui/compare/v0.13.12...v0.13.13) (2020-05-13) - - -### Bug Fixes - -* **legacy-plugin-chart-nvd3:** disable bad linting rule ([#488](https://github.com/apache-superset/superset-ui/issues/488)) ([9b6d611](https://github.com/apache-superset/superset-ui/commit/9b6d61194326c8d2d2996aad7b20648f95f8a804)) - - -### Features - -* **generator-superset:** add scaffolder for chart plugin ([#456](https://github.com/apache-superset/superset-ui/issues/456)) ([f339466](https://github.com/apache-superset/superset-ui/commit/f3394666fdfe5472d353cfb83540868b7185c9df)) -* **legacy-plugin-chart-chord:** control panel ([#481](https://github.com/apache-superset/superset-ui/issues/481)) ([d82d948](https://github.com/apache-superset/superset-ui/commit/d82d948145c2fa642d62bd65ab9b9a844b5a6aff)) -* **plugin-chart-word-cloud:** allow minimum size ([#487](https://github.com/apache-superset/superset-ui/issues/487)) ([356229b](https://github.com/apache-superset/superset-ui/commit/356229be1bb620b2e98e13e72a8a5071655489b4)) - - - -## [0.13.12](https://github.com/apache-superset/superset-ui/compare/v0.13.11...v0.13.12) (2020-05-13) - - -### Features - -* **control-utils:** add shared controls + dependencies, convert to typescript ([#459](https://github.com/apache-superset/superset-ui/issues/459)) ([befe0c7](https://github.com/apache-superset/superset-ui/commit/befe0c767378d14d0e18bb690deee913274840a6)) -* **legacy-plugin-chart-markup:** add controls to markup chart ([#479](https://github.com/apache-superset/superset-ui/issues/479)) ([7801121](https://github.com/apache-superset/superset-ui/commit/780112118afd6e52b988139bf608acbf1e90cc9f)) - - - -## [0.13.11](https://github.com/apache-superset/superset-ui/compare/v0.13.10...v0.13.11) (2020-05-12) - - -### Features - -* **legacy-plugin-chart-nvd3:** add control panels ([#469](https://github.com/apache-superset/superset-ui/issues/469)) ([ad267db](https://github.com/apache-superset/superset-ui/commit/ad267dbd19637cf3988bf5732b2018d748ab7b3e)) -* **legacy-plugin-chart-partition:** add control panel ([#470](https://github.com/apache-superset/superset-ui/issues/470)) ([b569c34](https://github.com/apache-superset/superset-ui/commit/b569c34db5b8d810154dcaa695eed8ef163ff08a)) -* **plugin-chart-boxplot:** add control panel ([#464](https://github.com/apache-superset/superset-ui/issues/464)) ([1c8b257](https://github.com/apache-superset/superset-ui/commit/1c8b257a6c081575070abf54cc52538d03b21f9f)) -* **style:** adding typographic variables to theme ([#463](https://github.com/apache-superset/superset-ui/issues/463)) ([f06cb4a](https://github.com/apache-superset/superset-ui/commit/f06cb4a98f4e79bc52be91741cf522ae2cdc328d)) - - - -## [0.13.10](https://github.com/apache-superset/superset-ui/compare/v0.13.9...v0.13.10) (2020-05-08) - - -### Features - -* **plugin-chart-treemap:** add control panel ([#461](https://github.com/apache-superset/superset-ui/issues/461)) ([8964341](https://github.com/apache-superset/superset-ui/commit/89643415da095a08dc3385c117a727bbb430c35d)) -* **plugin-chart-world-map:** add control panel ([#462](https://github.com/apache-superset/superset-ui/issues/462)) ([e914a2b](https://github.com/apache-superset/superset-ui/commit/e914a2bd71be7f87197f5505ff052606eb7b97cb)) - - - -## [0.13.9](https://github.com/apache-superset/superset-ui/compare/v0.13.8...v0.13.9) (2020-05-08) - - -### Bug Fixes - -* hundreds lint warning ([#447](https://github.com/apache-superset/superset-ui/issues/447)) ([ce0e23c](https://github.com/apache-superset/superset-ui/commit/ce0e23c65390441df7acd2f5d70f4e1797eebdca)) - - -### Features - -* **control-utils:** add infotooltipwithtrigger ([#442](https://github.com/apache-superset/superset-ui/issues/442)) ([488e945](https://github.com/apache-superset/superset-ui/commit/488e9459794b3e81d29ebe295d5c643014c7f954)) -* **plugin-chart-word-cloud:** add control panel ([#454](https://github.com/apache-superset/superset-ui/issues/454)) ([18375db](https://github.com/apache-superset/superset-ui/commit/18375db48968899e6e48a69c0014c1fd51f1e924)) - - - -## [0.13.8](https://github.com/apache-superset/superset-ui/compare/v0.13.7...v0.13.8) (2020-05-07) - - -### Bug Fixes - -* Remove .ts suffix from NVD3 imports ([#453](https://github.com/apache-superset/superset-ui/issues/453)) ([b80372d](https://github.com/apache-superset/superset-ui/commit/b80372da4c4aebe3161e5e04f245004840eca907)) - - - -## [0.13.7](https://github.com/apache-superset/superset-ui/compare/v0.13.6...v0.13.7) (2020-05-06) - - -### Features - -* **plugin-chart-sunburst:** migrate control panel from incubator-superset ([#443](https://github.com/apache-superset/superset-ui/issues/443)) ([a8a9e9c](https://github.com/apache-superset/superset-ui/commit/a8a9e9c12e074140c371abaf12eb9d6307c314a9)) - - - -## [0.13.6](https://github.com/apache-superset/superset-ui/compare/v0.13.5...v0.13.6) (2020-05-06) - - -### Bug Fixes - -* **legacy-plugin-world-map:** set useLegacyApi to true by default ([#444](https://github.com/apache-superset/superset-ui/issues/444)) ([3b9c478](https://github.com/apache-superset/superset-ui/commit/3b9c478e2190e90979f9b9982ca7a0dfa0c5a2ba)) - - -### Features - -* **query:** Add force to QueryContext ([#445](https://github.com/apache-superset/superset-ui/issues/445)) ([a243911](https://github.com/apache-superset/superset-ui/commit/a24391159dfcc4a6ce3d48ce42f98669b8b189b3)) - - - -## [0.13.5](https://github.com/apache-superset/superset-ui/compare/v0.13.4...v0.13.5) (2020-04-30) - - -### Bug Fixes - -* lint errors ([#420](https://github.com/apache-superset/superset-ui/issues/420)) ([cb54e5a](https://github.com/apache-superset/superset-ui/commit/cb54e5af5c2a2f75f5d6484da9a1c2bf3b4a81f0)) -* **plugin-chart-word-cloud:** make wordcloud take current formdata ([#428](https://github.com/apache-superset/superset-ui/issues/428)) ([80b4c3f](https://github.com/apache-superset/superset-ui/commit/80b4c3faddf611e5a0d7c9d8a8c3706a3f0779fd)) - - -### Features - -* **superset-ui:** include control utils in the umbrella package ([#421](https://github.com/apache-superset/superset-ui/issues/421)) ([c2e0bdd](https://github.com/apache-superset/superset-ui/commit/c2e0bddde251a4738c34bbc642e31b814a25576a)) - - - -## [0.13.4](https://github.com/apache-superset/superset-ui/compare/v0.13.3...v0.13.4) (2020-04-30) - - -### Features - -* **legacy-plugin-chart-big-number:** add control panel config for the BigNumber charts ([#419](https://github.com/apache-superset/superset-ui/issues/419)) ([590c4f4](https://github.com/apache-superset/superset-ui/commit/590c4f4efe3fea028f5709e3ac5a234fd95d6e92)) - - - -## [0.13.3](https://github.com/apache-superset/superset-ui/compare/v0.13.2...v0.13.3) (2020-04-30) - - - -## [0.13.2](https://github.com/apache-superset/superset-ui/compare/v0.13.1...v0.13.2) (2020-04-29) - - -### Bug Fixes - -* peer dependencies ([a3029b9](https://github.com/apache-superset/superset-ui/commit/a3029b9ddfcae1678058a73e38ab4b73220b4fb5)) - - - -## [0.13.1](https://github.com/apache-superset/superset-ui/compare/v0.13.0...v0.13.1) (2020-04-29) - - -### Bug Fixes - -* bump peer dependencies ([f873d3c](https://github.com/apache-superset/superset-ui/commit/f873d3ccdda12fc5e79503ddf18d07177d8368a1)) - - -# [0.13.0](https://github.com/apache-superset/superset-ui/compare/v0.12.23...v0.13.0) (2020-04-29) - - -### Bug Fixes - -* **superset-ui-style:** export superset theme props ([#391](https://github.com/apache-superset/superset-ui/issues/391)) ([8ebe0d1](https://github.com/apache-superset/superset-ui/commit/8ebe0d1709a85e28d89d52db7d97c7cb712d20e2)) -* **superset-ui-query:** add unit tests for [#387](https://github.com/apache-superset/superset-ui/issues/387) ([#390](https://github.com/apache-superset/superset-ui/issues/390)) ([7b5e5d2](https://github.com/apache-superset/superset-ui/commit/7b5e5d2f830ff8be479b0b568b05eaf8d70db552)) -* **superset-ui-query:** make all filter operators uppercase ([#378](https://github.com/apache-superset/superset-ui/issues/378)) ([1f9e493](https://github.com/apache-superset/superset-ui/commit/1f9e49307666a1c5c75b720001fe7e8f28fc77e0)) - - -### Features - -* **control-utils:** add packages control-utils ([#417](https://github.com/apache-superset/superset-ui/issues/417)) ([2f83074](https://github.com/apache-superset/superset-ui/commit/2f8307485b6c7884e0fd2e4178e6217255749aec)) -* **preset-chart-nvd3:** migration from plugins repo ([#399](https://github.com/apache-superset/superset-ui/issues/399)) ([dbd84f2](https://github.com/apache-superset/superset-ui/commit/dbd84f272b814c7b97d06a79cea0b6c2e9e2f5d4)) - -### BREAKING CHANGES - -* **plugin-word-cloud:** change how wordcloud is exported ([#418](https://github.com/apache-superset/superset-ui/issues/418)) ([c5d3893](https://github.com/apache-superset/superset-ui/commit/c5d389392681869a17be5b1922ef9f42b91eb37a)) - -#### Old behavior - -exports default `WordCloudChartPlugin` from index. - -```ts -import WordCloudChartPlugin from '@superset-ui/plugin-chart-word-cloud'; -``` - -users need to deep import `/esm/legacy` to get the legacy version. - -```ts -import LegacyWordCloudChartPlugin from '@superset-ui/plugin-chart-word-cloud/esm/legacy'; -``` - -#### New behavior - -exports both `WordCloudChartPlugin` and `LegacyWordCloudChartPlugin` from `index`. - -```ts -import { WordCloudChartPlugin, LegacyWordCloudChartPlugin } from '@superset-ui/plugin-chart-word-cloud'; -``` - -* **preset-chart-xy:** migrate from plugins repo ([#377](https://github.com/apache-superset/superset-ui/issues/377)) ([fb5370e](https://github.com/apache-superset/superset-ui/commit/fb5370e64d4bfeb1ccd0a6f753b187a2ea95b445)) - -Signatures of the custom renderers for legend has changed. - -## [0.12.23](https://github.com/apache-superset/superset-ui/compare/v0.12.22...v0.12.23) (2020-04-22) - - -### Bug Fixes - -* unset row_limit when it's not a number ([#387](https://github.com/apache-superset/superset-ui/issues/387)) ([98b6117](https://github.com/apache-superset/superset-ui/commit/98b611792723d02d04f6b840a6c74413343a35be)) - - - -## [0.12.22](https://github.com/apache-superset/superset-ui/compare/v0.12.21...v0.12.22) (2020-04-21) - - -### Features - -* add retry to callApi ([#384](https://github.com/apache-superset/superset-ui/issues/384)) ([f4fdeb0](https://github.com/apache-superset/superset-ui/commit/f4fdeb0eb0e8abb183a0777268676faed9710013)) -* **table:** enable table filter and better typing ([#344](https://github.com/apache-superset/superset-ui/issues/344)) ([fdf6514](https://github.com/apache-superset/superset-ui/commit/fdf651408e616a99799771f267dfc5eb05fc2a01)) - - - -## [0.12.21](https://github.com/apache-superset/superset-ui/compare/v0.12.20...v0.12.21) (2020-04-18) - - -### Features - -* **legacy-plugin-chart-country-map:** migrate and replace india map ([#376](https://github.com/apache-superset/superset-ui/issues/376)) ([21a35f3](https://github.com/apache-superset/superset-ui/commit/21a35f307cd1d7310b1cd7e22dfd7262947b2bb4)) -* migrate chart plugins ([#375](https://github.com/apache-superset/superset-ui/issues/375)) ([7c8cbd8](https://github.com/apache-superset/superset-ui/commit/7c8cbd849d778b0f6dd1fab8549fc4332fc55523)) - - - -## [0.12.20](https://github.com/apache-superset/superset-ui/compare/v0.12.19...v0.12.20) (2020-04-17) - - -### Bug Fixes - -* compatible with window ([#426](https://github.com/apache-superset/superset-ui/issues/426)) ([f95e0df](https://github.com/apache-superset/superset-ui/commit/f95e0df95163b13baf6fcfd34a03481a00208d77)) -* **legacy-table:** adjust sort icon position ([#399](https://github.com/apache-superset/superset-ui/issues/399)) ([6e26242](https://github.com/apache-superset/superset-ui/commit/6e262429c2749059376422014fbeecc5ec47602b)) -* **legacy-table:** avoid React DOM ([#392](https://github.com/apache-superset/superset-ui/issues/392)) ([a1a7896](https://github.com/apache-superset/superset-ui/commit/a1a78964c26a4f1b6cf4d9b51800730e636382c9)) -* **legacy-table:** container height on tall headers ([#398](https://github.com/apache-superset/superset-ui/issues/398)) ([dece6b4](https://github.com/apache-superset/superset-ui/commit/dece6b4f930b384ab5c83a4c53ff47e17d6d8ecc)) -* **legacy-table-chart:** when data is empty ([#397](https://github.com/apache-superset/superset-ui/issues/397)) ([8829bdf](https://github.com/apache-superset/superset-ui/commit/8829bdf9d97018d292242bf10d0757cdb74b8a0e)) -* add container css for interval type annotation ([#372](https://github.com/apache-superset/superset-ui/issues/372)) ([a2cd547](https://github.com/apache-superset/superset-ui/commit/a2cd54781240156e7f2dd47940719a0a537c7605)) -* add typings for @storybook/react ([#203](https://github.com/apache-superset/superset-ui/issues/203)) ([a357487](https://github.com/apache-superset/superset-ui/commit/a3574879dfbaaa1d2bd5ab3b03f2004f25c381c6)) -* apply margins in nvd3 ([#283](https://github.com/apache-superset/superset-ui/issues/283)) ([1239052](https://github.com/apache-superset/superset-ui/commit/12390522d9af7e7a48e11b83025174cf7e86e335)) -* both the CSS and className were expecting true/false strings ([#286](https://github.com/apache-superset/superset-ui/issues/286)) ([ceb3c60](https://github.com/apache-superset/superset-ui/commit/ceb3c60b45fc2d8b377a93bdfbdee1cf2f90a2b2)) -* change world map color scheme ([#215](https://github.com/apache-superset/superset-ui/issues/215)) ([0c5b4c3](https://github.com/apache-superset/superset-ui/commit/0c5b4c39d77b9fce0b4be39a563ba63ad01d745b)) -* disable lint error ([#150](https://github.com/apache-superset/superset-ui/issues/150)) ([c490a7d](https://github.com/apache-superset/superset-ui/commit/c490a7d79abd0815bd2fd6fd4414f9ec4d75caa2)) -* fixing tooltip for expanded area chart ([#134](https://github.com/apache-superset/superset-ui/issues/134)) ([7ca5e6c](https://github.com/apache-superset/superset-ui/commit/7ca5e6c08546f2784e79e21c7947ddf08572b01e)) -* GH issue 8669 NVD3 tooltip overflow ([#278](https://github.com/apache-superset/superset-ui/issues/278)) ([e5a8dd1](https://github.com/apache-superset/superset-ui/commit/e5a8dd172cd6c05a006326cec8d78dfa970dd682)) -* JS exception: Cannot read property "dispatch" of undefined ([#287](https://github.com/apache-superset/superset-ui/issues/287)) ([52ab79c](https://github.com/apache-superset/superset-ui/commit/52ab79c24e7e7bb7fe9b314d3440abed30a5025e)) -* Line not hidden after legend selection ([#204](https://github.com/apache-superset/superset-ui/issues/204)) ([ac814f9](https://github.com/apache-superset/superset-ui/commit/ac814f99afdc0258e23cd588dd4f2a52e0facb10)) -* lint ([4d30c83](https://github.com/apache-superset/superset-ui/commit/4d30c830b8b6cff22fb4da292a3c1d7120733b50)) -* lint ([3df2999](https://github.com/apache-superset/superset-ui/commit/3df29993623fe1797aeb8b7943ee7be89f4561dc)) -* Making viz components respect D3 Format from metric ([#280](https://github.com/apache-superset/superset-ui/issues/280)) ([d38dcb9](https://github.com/apache-superset/superset-ui/commit/d38dcb91ea98d3ae2bdd34a427370708852f9d67)) -* minor wordcloud update ([e269636](https://github.com/apache-superset/superset-ui/commit/e2696367d8bcd5a6b7a6c92460bf7df9c13286bc)) -* nvd3 charts break on stateChange dispatch ([#159](https://github.com/apache-superset/superset-ui/issues/159)) ([525779d](https://github.com/apache-superset/superset-ui/commit/525779d31bf8c94c6b64936d60a518350e1ebd75)) -* nvd3 tooltip bolding/non-linebreak on ONLY header row ([#291](https://github.com/apache-superset/superset-ui/issues/291)) ([e49f082](https://github.com/apache-superset/superset-ui/commit/e49f0820e33094d6ce913132742344e0432c5205)) -* only remove tooltips relating to a single vis ([#167](https://github.com/apache-superset/superset-ui/issues/167)) ([1a58394](https://github.com/apache-superset/superset-ui/commit/1a583943d3704ead6a099dd429711e51732821a6)) -* pass all props to transformProps in LineMulti chart ([#247](https://github.com/apache-superset/superset-ui/issues/247)) ([54aec5b](https://github.com/apache-superset/superset-ui/commit/54aec5b397591d319dcf6c52892c2ea0403d526a)) -* remove redundant target from sankey tooltip ([#193](https://github.com/apache-superset/superset-ui/issues/193)) ([c4b6ed2](https://github.com/apache-superset/superset-ui/commit/c4b6ed20747a0a4e6b63dd49a0d9bcf353ee9c4e)) -* Replace unsafe lifecycle methods ([#285](https://github.com/apache-superset/superset-ui/issues/285)) ([06051ef](https://github.com/apache-superset/superset-ui/commit/06051efbfbb7b113b871d1e03742a01dda5d97b7)) -* Sunburst chart respects and prefers Metric's D3 Format ([#282](https://github.com/apache-superset/superset-ui/issues/282)) ([ee4deb2](https://github.com/apache-superset/superset-ui/commit/ee4deb2e7dbc59488bb08ed0b50eafba33cb5a6e)) -* **adjusted upstream break change:** adjusted upstream break change ([bc198a6](https://github.com/apache-superset/superset-ui/commit/bc198a6342e31171746bf92af335415e7736831b)) -* **bump lunar version of datatable:** bump lunar version of datatable ([3bd5c4a](https://github.com/apache-superset/superset-ui/commit/3bd5c4ac07f986d6c21ba00bf7f8c6867193b840)) -* **datatable:** adding the consideration of padding ([#198](https://github.com/apache-superset/superset-ui/issues/198)) ([8b1305f](https://github.com/apache-superset/superset-ui/commit/8b1305f4fbe8ac1e34d20bb0fc46b312defd634d)) -* **fix issues in superset:** fix issues in superset ([efb6ad9](https://github.com/apache-superset/superset-ui/commit/efb6ad95335e3d059d82468936bb5833258a430e)) -* **fix types:** fix types ([1163b50](https://github.com/apache-superset/superset-ui/commit/1163b504878d5911bd06faaaf97b44653d02ef33)) -* **force to publish new version:** force to publish new version ([55c7510](https://github.com/apache-superset/superset-ui/commit/55c7510f804608ae94424c7b2f6c0c401011f99a)) -* **legacy-plugin-chart-horizon:** horizon chart should scroll when overflowing ([#180](https://github.com/apache-superset/superset-ui/issues/180)) ([38506b9](https://github.com/apache-superset/superset-ui/commit/38506b9166fb687bc4cbd256f93e107cfbd1ce4a)) -* **memorize filter in state:** memorize filter in state ([880d18c](https://github.com/apache-superset/superset-ui/commit/880d18c4f1396fe2941f6db0555848c36b5d8bc0)) -* **table:** fix rendering boolean ([#256](https://github.com/apache-superset/superset-ui/issues/256)) ([faa11ac](https://github.com/apache-superset/superset-ui/commit/faa11ac96a58a80e91ca20e98f7e078b10099119)) -* **table:** fix sorting, column width calculation, and text wrapping ([#253](https://github.com/apache-superset/superset-ui/issues/253)) ([12dd847](https://github.com/apache-superset/superset-ui/commit/12dd847851acd97fe531f0b97784e437773a4596)) -* **table:** fixed performance issue ([#241](https://github.com/apache-superset/superset-ui/issues/241)) ([c68f9d7](https://github.com/apache-superset/superset-ui/commit/c68f9d7fa8990d2010b3a824de912e43ace1bf58)) -* **table:** TableVis dynamic height enabled ([#229](https://github.com/apache-superset/superset-ui/issues/229)) ([bd4efa3](https://github.com/apache-superset/superset-ui/commit/bd4efa3d963268b4e57fb63874449a39c6819c33)), closes [#233](https://github.com/apache-superset/superset-ui/issues/233) -* **tablevis:** Set proper width for each column ([#189](https://github.com/apache-superset/superset-ui/issues/189)) ([1a28e7f](https://github.com/apache-superset/superset-ui/commit/1a28e7f1d6e1169e82d53ba2de59bdb9718f012d)) -* 🐛 broken unit test due to missing babel-polyfill ([b6c62df](https://github.com/apache-superset/superset-ui/commit/b6c62dff2f7f1182c96389772cb77483ffdd6786)) -* bar label for many bars and long labels ([#21](https://github.com/apache-superset/superset-ui/issues/21)) ([97a35dd](https://github.com/apache-superset/superset-ui/commit/97a35dd5d8889097e4e9e04857d88d4f8dd49689)) -* big number with trendline fix ([#34](https://github.com/apache-superset/superset-ui/issues/34)) ([912d076](https://github.com/apache-superset/superset-ui/commit/912d0765922cd9e16a2879bcd89f2a0c44174e6a)) -* broken build due to file rename in vega-lite ([#37](https://github.com/apache-superset/superset-ui/issues/37)) ([8722dad](https://github.com/apache-superset/superset-ui/commit/8722dad9ca34f6ff4c2e47710d89867c894b847e)) -* broken build due to vega type ([#96](https://github.com/apache-superset/superset-ui/issues/96)) ([1bcaa7f](https://github.com/apache-superset/superset-ui/commit/1bcaa7faaded6bbfe60c43afcb6131f29088b506)) -* convert scale config to data-ui's config correctly ([#115](https://github.com/apache-superset/superset-ui/issues/115)) ([8e8b724](https://github.com/apache-superset/superset-ui/commit/8e8b724e9cde80d9867b5b7b7c187aa5702c2f54)) -* disable lazy import for line chart and box plot ([#82](https://github.com/apache-superset/superset-ui/issues/82)) ([a254f68](https://github.com/apache-superset/superset-ui/commit/a254f68654e211d33510505db6f14108764b827c)) -* dual line chart color consistency for secondary y axis ([#18](https://github.com/apache-superset/superset-ui/issues/18)) ([41701b9](https://github.com/apache-superset/superset-ui/commit/41701b997ce9a17b0474e596cccb04ae552eacc2)) -* exception thrown for charts without a x-axis ([#36](https://github.com/apache-superset/superset-ui/issues/36)) ([3e45f2e](https://github.com/apache-superset/superset-ui/commit/3e45f2e3048a0683b98e947e685e92a4bd4c320b)) -* fine tune time pivot chart tooltip ([#33](https://github.com/apache-superset/superset-ui/issues/33)) ([088c5bb](https://github.com/apache-superset/superset-ui/commit/088c5bb19c706417159efdf185b0e5f7eff441a1)) -* gradient not working when y axis title has space ([#98](https://github.com/apache-superset/superset-ui/issues/98)) ([b0a342a](https://github.com/apache-superset/superset-ui/commit/b0a342afca75d159615c3a72e7be070f5ce40cb5)) -* gridlines ([a788b48](https://github.com/apache-superset/superset-ui/commit/a788b48ff601022c320576f429ec08bb2f1d0445)) -* heatmap errors with null data ([d773983](https://github.com/apache-superset/superset-ui/commit/d7739832079237c510dada44d9438f27e263719b)) -* ignore disabled series in stacked bar values ([#116](https://github.com/apache-superset/superset-ui/issues/116)) ([6d56d92](https://github.com/apache-superset/superset-ui/commit/6d56d92825e484fb6f5d564868638f9d60a3179d)) -* invalid margin breaking chart ([#102](https://github.com/apache-superset/superset-ui/issues/102)) ([6aa8d00](https://github.com/apache-superset/superset-ui/commit/6aa8d0058216b95b52db5c1b9db1a327c6cf2a5a)) -* lazily create metadata ([#74](https://github.com/apache-superset/superset-ui/issues/74)) ([9b8c83b](https://github.com/apache-superset/superset-ui/commit/9b8c83b23af912615e0a1752a068c283a64b8895)) -* legend types ([2309c44](https://github.com/apache-superset/superset-ui/commit/2309c44a46bea260dd4d563629a0bbb4d9870384)) -* line chart tooltip should use full datetime format ([#24](https://github.com/apache-superset/superset-ui/issues/24)) ([dfb6599](https://github.com/apache-superset/superset-ui/commit/dfb65994138e60f7ce562799c35bcc1b6af73a2e)) -* line chart tooltip when there is only one lien ([#103](https://github.com/apache-superset/superset-ui/issues/103)) ([c1ac4ab](https://github.com/apache-superset/superset-ui/commit/c1ac4ab5430ce5e16c9b65c9f4a6dff45efdc323)) -* lint ([3cb3b8e](https://github.com/apache-superset/superset-ui/commit/3cb3b8ea51322b6824e7f74173010b1aac6b0c1b)) -* lint ([#79](https://github.com/apache-superset/superset-ui/issues/79)) ([67e30a6](https://github.com/apache-superset/superset-ui/commit/67e30a65595a8a949cca7f7b524d203b709ad993)) -* list css as side effects ([#57](https://github.com/apache-superset/superset-ui/issues/57)) ([b743960](https://github.com/apache-superset/superset-ui/commit/b743960ce1f054bb43f805970d61a55a65adcd71)) -* make pivot table handle null string ([#23](https://github.com/apache-superset/superset-ui/issues/23)) ([5746975](https://github.com/apache-superset/superset-ui/commit/5746975fd85c50a296b018d32e1ce35a80bfe5b3)) -* move react to table peerdependency ([#179](https://github.com/apache-superset/superset-ui/issues/179)) ([92028c2](https://github.com/apache-superset/superset-ui/commit/92028c2ce6fe381724d7b6e6d942149cc93e612b)) -* move series in front of xy gridlines ([#119](https://github.com/apache-superset/superset-ui/issues/119)) ([32850ef](https://github.com/apache-superset/superset-ui/commit/32850efb828cd9a5865f92c7a4a08325120f6396)) -* **preset-chart-xy:** Pick LegendRenderer ([#118](https://github.com/apache-superset/superset-ui/issues/118)) ([d10eba0](https://github.com/apache-superset/superset-ui/commit/d10eba0631445f127532c3b1de0379d075a110df)) -* **tablevis:** update datatable change ([9846de5](https://github.com/apache-superset/superset-ui/commit/9846de551744987964d801649f8c82973a856936)) -* line chart does not handle temporal field correctly ([#68](https://github.com/apache-superset/superset-ui/issues/68)) ([93e040f](https://github.com/apache-superset/superset-ui/commit/93e040f1955f17f2c79f2554848ff94b4e5ae152)) -* make line chart query operate in time series mode ([#71](https://github.com/apache-superset/superset-ui/issues/71)) ([b732022](https://github.com/apache-superset/superset-ui/commit/b732022ce10102c64497c0d718ea88a63959d750)) -* move padding ([b5f00a5](https://github.com/apache-superset/superset-ui/commit/b5f00a58b030f5b89b64cb8e153427fcb6e265cc)) -* nvd3 line chart y axis bounds ([#17](https://github.com/apache-superset/superset-ui/issues/17)) ([d8655c7](https://github.com/apache-superset/superset-ui/commit/d8655c7d38f0424012fc3747bb6c1dfbda2fa540)) -* remove sticky tooltip when query returns no data in explore view ([#42](https://github.com/apache-superset/superset-ui/issues/42)) ([4e5b8d3](https://github.com/apache-superset/superset-ui/commit/4e5b8d3c4ad8a30dbbaeed2dcb56b1518de6012d)) -* rename file from js to ts ([#75](https://github.com/apache-superset/superset-ui/issues/75)) ([b9f5059](https://github.com/apache-superset/superset-ui/commit/b9f5059ed2ca4da901a58e90068ac6abe220f38f)) -* resolve issues post `0.10.0` ([bdd647a](https://github.com/apache-superset/superset-ui/commit/bdd647ad78c0a4e7a56830da214be333a10c407c)) -* responsive y-axis on stacked charts ([#141](https://github.com/apache-superset/superset-ui/issues/141)) ([c85b149](https://github.com/apache-superset/superset-ui/commit/c85b14984d62fa79228fb742bbf06e2028da4a0d)) -* scale type category missing ordinal ([9d0b2da](https://github.com/apache-superset/superset-ui/commit/9d0b2da69dcf6b4d482043cdb3617e6961190f7f)) -* show only necessary tick labels on log scale ([#19](https://github.com/apache-superset/superset-ui/issues/19)) ([f642031](https://github.com/apache-superset/superset-ui/commit/f642031ea18b0933d2609b1834db2a5da2da8424)) -* single y axis bounds ([#148](https://github.com/apache-superset/superset-ui/issues/148)) ([c58270b](https://github.com/apache-superset/superset-ui/commit/c58270bed03d1ff4f453d1e95d83b8317f7e51c4)) -* use correct number format ([#47](https://github.com/apache-superset/superset-ui/issues/47)) ([2ea399d](https://github.com/apache-superset/superset-ui/commit/2ea399d616177c1a935027f6c26562a85674f65d)) -* word cloud import bug ([#65](https://github.com/apache-superset/superset-ui/issues/65)) ([eeb722e](https://github.com/apache-superset/superset-ui/commit/eeb722e0e33bd365de84b87ac7fc7c4b798156ef)) -* y axis bounds when input are nan ([#22](https://github.com/apache-superset/superset-ui/issues/22)) ([545fd81](https://github.com/apache-superset/superset-ui/commit/545fd813caa5817109466590b060a81a27237f71)) -* y-axis bounds for stacked viz types ([#45](https://github.com/apache-superset/superset-ui/issues/45)) ([eaa2425](https://github.com/apache-superset/superset-ui/commit/eaa24256ea5a287e3021b628e5be352a54ab1da0)) -* **legacy-preset-chart-nvd3:** redraw bar values after legend change ([#7](https://github.com/apache-superset/superset-ui/issues/7)) ([620ad2f](https://github.com/apache-superset/superset-ui/commit/620ad2f2bfe5e4f4848810bedd3061d76f68f600)) -* **legacy-preset-chart-nvd3:** redraw markers after legend interaction ([#6](https://github.com/apache-superset/superset-ui/issues/6)) ([c5df555](https://github.com/apache-superset/superset-ui/commit/c5df555d801f03a30b22dafdb7d30d4e4ec971cd)) -* **legacy-preset-chart-nvd3:** stacked bar charts labels ([#40](https://github.com/apache-superset/superset-ui/issues/40)) ([744f7c8](https://github.com/apache-superset/superset-ui/commit/744f7c8f7234ffaebb31134750b69369a21e5a62)) -* **legacy-preset-chart-nvd3:** tooltip's disappearance and stickiness ([#1](https://github.com/apache-superset/superset-ui/issues/1)) ([d1a2a59](https://github.com/apache-superset/superset-ui/commit/d1a2a597a55f94a87c82fef62d048f25e4eff125)) - - -### Features - -* migrate xy-chart to use encodable ([#438](https://github.com/apache-superset/superset-ui/issues/438)) ([500e0c2](https://github.com/apache-superset/superset-ui/commit/500e0c2e7f9f4543922b1cd8f56435d28c0dc161)), closes [#420](https://github.com/apache-superset/superset-ui/issues/420) [#421](https://github.com/apache-superset/superset-ui/issues/421) [#427](https://github.com/apache-superset/superset-ui/issues/427) [#430](https://github.com/apache-superset/superset-ui/issues/430) [#432](https://github.com/apache-superset/superset-ui/issues/432) [#433](https://github.com/apache-superset/superset-ui/issues/433) [#436](https://github.com/apache-superset/superset-ui/issues/436) -* **big-number:** allow fallback to last available value and fix time range for trend lines ([#403](https://github.com/apache-superset/superset-ui/issues/403)) ([c839ee7](https://github.com/apache-superset/superset-ui/commit/c839ee7617f5ece0f3cc91dfa7f6a9f8a8b816cd)) -* **big-number:** format datetime according to granularity ([#402](https://github.com/apache-superset/superset-ui/issues/402)) ([b17a363](https://github.com/apache-superset/superset-ui/commit/b17a363a6e8d093381f496801eb9eee486cdcab8)) -* 🎸 line chart makes first appearance ([df727b6](https://github.com/apache-superset/superset-ui/commit/df727b6d1a4e35d3e08f13884737d88a3922945f)) -* add box plot ([#78](https://github.com/apache-superset/superset-ui/issues/78)) ([5f21ffd](https://github.com/apache-superset/superset-ui/commit/5f21ffd11177ad44a0a6e0bc35f6986b6babee37)) -* add country map of bulgaria in superset-ui-legacy-plugin-chart-country-map ([#2](https://github.com/apache-superset/superset-ui/issues/2)) ([ba113c2](https://github.com/apache-superset/superset-ui/commit/ba113c2056958ec0c0a84dafff74952377a45c53)) -* add encodeable utilities for chart ([#15](https://github.com/apache-superset/superset-ui/issues/15)) ([3f68efb](https://github.com/apache-superset/superset-ui/commit/3f68efb593553f9315b6c5f40500a2b80212971a)) -* add india to country_map visualization ([#182](https://github.com/apache-superset/superset-ui/issues/182)) ([e16a967](https://github.com/apache-superset/superset-ui/commit/e16a96724b3e3679667b09a7aa0c608b0d7d047d)) -* Add Iran to countries ([#306](https://github.com/apache-superset/superset-ui/issues/306)) ([5cb5c6d](https://github.com/apache-superset/superset-ui/commit/5cb5c6d96c872e44ad632b0d9cd2f69ef8ea3f5a)) -* add Korea(South) to Country Maps ([#230](https://github.com/apache-superset/superset-ui/issues/230)) ([7ca4b8d](https://github.com/apache-superset/superset-ui/commit/7ca4b8dec0ce044a79f06f63f7dcd7cd12180c02)) -* add Liechtenstein to country map chart ([#263](https://github.com/apache-superset/superset-ui/issues/263)) ([fd1c7af](https://github.com/apache-superset/superset-ui/commit/fd1c7afe8aabd5e86026763810797ebebc205887)) -* add properties for font sizing ([#10](https://github.com/apache-superset/superset-ui/issues/10)) ([47b5eff](https://github.com/apache-superset/superset-ui/commit/47b5eff678de2f437fdc4edb3ce67626e2565087)) -* add sankey chart with loops ([#77](https://github.com/apache-superset/superset-ui/issues/77)) ([246c336](https://github.com/apache-superset/superset-ui/commit/246c33659521e5e349c8e0a0aabdb46e5592d306)) -* add scatter plot ([#90](https://github.com/apache-superset/superset-ui/issues/90)) ([1ffeb77](https://github.com/apache-superset/superset-ui/commit/1ffeb7713dbe2f42f55f7ef690593e8434ee98bf)) -* add tooltip and layout components for charts ([#13](https://github.com/apache-superset/superset-ui/issues/13)) ([27227eb](https://github.com/apache-superset/superset-ui/commit/27227ebddceee461a3b22e432bf6d589df8a49e4)) -* add typescript declaration for external packages ([#12](https://github.com/apache-superset/superset-ui/issues/12)) ([79ae24d](https://github.com/apache-superset/superset-ui/commit/79ae24db979d395095743bd712fbcb864c7e2dd6)) -* adding Canada into the list of country map choices ([#48](https://github.com/apache-superset/superset-ui/issues/48)) ([9b91465](https://github.com/apache-superset/superset-ui/commit/9b914654879d277932562d775a6956e64d3566e3)) -* customize no data message in nvd3 charts ([#330](https://github.com/apache-superset/superset-ui/issues/330)) ([4e60731](https://github.com/apache-superset/superset-ui/commit/4e607314951483472a698f7f57c5a0636352d6ca)) -* simply the data processing logic ([604fd44](https://github.com/apache-superset/superset-ui/commit/604fd442ad77d6e8a0fe2f5684552565f065441f)) -* support no data within BigNumber viz ([#327](https://github.com/apache-superset/superset-ui/issues/327)) ([6cc5619](https://github.com/apache-superset/superset-ui/commit/6cc56195f834c652a0fc4edeb934b23e84206641)) -* **added search bar:** added search bar ([f4afc22](https://github.com/apache-superset/superset-ui/commit/f4afc226640c2f8d45823c3ea322cde1328ef3b9)) -* **code refactoring:** code refactoring ([e46c829](https://github.com/apache-superset/superset-ui/commit/e46c8291ac9066f8f41450e3b1b8e590ca19159d)) -* **datatable:** render html correctly ([#199](https://github.com/apache-superset/superset-ui/issues/199)) ([589024b](https://github.com/apache-superset/superset-ui/commit/589024bea68f512871502c31faa54970688bc5ca)) -* **legacy-plugin-chart-country-map:** add Switzerland to country map chart ([#260](https://github.com/apache-superset/superset-ui/issues/260)) ([046c102](https://github.com/apache-superset/superset-ui/commit/046c102f95e268a7427e03dda32f9f09ba0eb3c6)) -* **plugin-chart-word-cloud:** convert word cloud to use encodable ([#258](https://github.com/apache-superset/superset-ui/issues/258)) ([75141fe](https://github.com/apache-superset/superset-ui/commit/75141fe30046bb12621921b5d44c90f257323a89)) -* add basic functionality for icicle chart to display static data ([#165](https://github.com/apache-superset/superset-ui/issues/165)) ([50e9df5](https://github.com/apache-superset/superset-ui/commit/50e9df5dd1dd10a51e6bc75eb80433a747f8c0a6)) -* add getDomain to ChannelEncoder ([2321aaf](https://github.com/apache-superset/superset-ui/commit/2321aaf370856ae8d6343d9215232bab910f1dd3)) -* add types to published list ([0624be5](https://github.com/apache-superset/superset-ui/commit/0624be53f82b9579b9a75e115898e6753194ee99)) -* allow boolean as axis config ([ab0cc0b](https://github.com/apache-superset/superset-ui/commit/ab0cc0b91b9ec26c6ccf7b40e6ccd148bac1e5c6)) -* allow legend overrides at multiple levels ([#81](https://github.com/apache-superset/superset-ui/issues/81)) ([034eda1](https://github.com/apache-superset/superset-ui/commit/034eda1fac618f22c1c8450e5b8ab53642b75098)) -* allow overriding ChartLegend, its style and LegendGroup style ([#112](https://github.com/apache-superset/superset-ui/issues/112)) ([105cf0f](https://github.com/apache-superset/superset-ui/commit/105cf0f6b70e8c28408c2004c01dafa8c373af5b)) -* bring lazy import back ([#84](https://github.com/apache-superset/superset-ui/issues/84)) ([d14e5ba](https://github.com/apache-superset/superset-ui/commit/d14e5bad8364aaf3ecaf7975079f98c0e51c2b79)) -* bump data-ui/xy-chart version ([2111e3a](https://github.com/apache-superset/superset-ui/commit/2111e3a1264d63d8c6eafc7d564fd947bc6854ec)) -* bump dependencies ([814966f](https://github.com/apache-superset/superset-ui/commit/814966fff149c16aa147d77951cff854f3856348)) -* channels can take array of definitions ([2a04891](https://github.com/apache-superset/superset-ui/commit/2a048910aaf09c3218517b42dd13dba6219e596e)) -* create reusable selector factory for Encoder ([a0097fc](https://github.com/apache-superset/superset-ui/commit/a0097fc6d4c0f2627ce24829f13b1b5f48fcd695)) -* file skeleton necessary for icicle chart visualization ([#162](https://github.com/apache-superset/superset-ui/issues/162)) ([83190f0](https://github.com/apache-superset/superset-ui/commit/83190f05afd0156810e6b77b6d5dd8be6b39872d)) -* implement labelFlush behavior for continuous axes ([#117](https://github.com/apache-superset/superset-ui/issues/117)) ([a747ea4](https://github.com/apache-superset/superset-ui/commit/a747ea4c222f9a4b1dab5958b29524112bd34ba4)) -* improve line chart margin/axis and add buildquery ([#66](https://github.com/apache-superset/superset-ui/issues/66)) ([5887ade](https://github.com/apache-superset/superset-ui/commit/5887adec71ff1edd2e1cf72ee140ac9eb5662b0b)) -* improve table performance ([#246](https://github.com/apache-superset/superset-ui/issues/246)) ([082ff23](https://github.com/apache-superset/superset-ui/commit/082ff2345ba676c3e592d9d6b2d5dd98c32c71ec)) -* improve the tooltip for the time pivot chart ([#30](https://github.com/apache-superset/superset-ui/issues/30)) ([ff06cb5](https://github.com/apache-superset/superset-ui/commit/ff06cb5704772b78242e53aa2f23e30cce346037)) -* increment the version number ([#44](https://github.com/apache-superset/superset-ui/issues/44)) ([db64322](https://github.com/apache-superset/superset-ui/commit/db6432272a46e0d20d0fb5b7c781db25a3a5b51d)) -* integrate line chart with build query and update typings ([#73](https://github.com/apache-superset/superset-ui/issues/73)) ([9cbbe6e](https://github.com/apache-superset/superset-ui/commit/9cbbe6ed6bf0d6fb48711bef822652fe34eaca46)) -* line chart with revised encodeable utilities ([#26](https://github.com/apache-superset/superset-ui/issues/26)) ([8380c93](https://github.com/apache-superset/superset-ui/commit/8380c934db72fb9e17c5379d50b63f28c740f061)) -* remove children from XYChartLayout parameter ([3a889d2](https://github.com/apache-superset/superset-ui/commit/3a889d25a7ff4c352a3125e633912c2d77a64324)) -* simplify Encoder creation ([e858bcc](https://github.com/apache-superset/superset-ui/commit/e858bcc76584b06c17bda9116b4c9a8cde6bab5b)) -* support custom tooltip for scatterplot and box plot ([8733c01](https://github.com/apache-superset/superset-ui/commit/8733c01481ce31a52a44f799a06683cbb61960c1)) -* support line strokeWidth ([#105](https://github.com/apache-superset/superset-ui/issues/105)) ([cbd7368](https://github.com/apache-superset/superset-ui/commit/cbd736869c03029314c6f000b9e6cb19d5d8a7fc)) -* support tooltip and legend overrides ([#101](https://github.com/apache-superset/superset-ui/issues/101)) ([c63edcd](https://github.com/apache-superset/superset-ui/commit/c63edcd65b8fb2a5d76a15f492515008407069d3)) -* update dependencies to make plugins compatible with 0.11 ([#38](https://github.com/apache-superset/superset-ui/issues/38)) ([93379f4](https://github.com/apache-superset/superset-ui/commit/93379f47f3a4b2b95cf92d0e783f7284b265ab3b)) -* update line chart thumbnail and scale extraction ([#61](https://github.com/apache-superset/superset-ui/issues/61)) ([11ef47e](https://github.com/apache-superset/superset-ui/commit/11ef47e609382c6d23a93674acd0ea0ac2712c62)) -* update type for line chart series ([#175](https://github.com/apache-superset/superset-ui/issues/175)) ([826dad9](https://github.com/apache-superset/superset-ui/commit/826dad99e5b5b0af6de2509e935f6c2b35d52414)) -* upgrade [@superset-ui](https://github.com/superset-ui) to v0.12 ([#183](https://github.com/apache-superset/superset-ui/issues/183)) ([c0133f7](https://github.com/apache-superset/superset-ui/commit/c0133f7f240fb10c77bdf24a9475175b0dae0ea3)) -* **legacy-preset-chart-nvd3:** show negative values on bars ([#8](https://github.com/apache-superset/superset-ui/issues/8)) ([39cfe71](https://github.com/apache-superset/superset-ui/commit/39cfe718be658a045c445325071b079587cc1555)) -* **remove unused package:** remove corejs and other unused package ([2cdf2f6](https://github.com/apache-superset/superset-ui/commit/2cdf2f663f1403381da41eab4eb8a75f2b9274ef)) -* **tablevis:** this pr is to add a new tablevis plguin to the system ([66a9d26](https://github.com/apache-superset/superset-ui/commit/66a9d269e28b5289363da9902f11c5ea01c47e2a)) -* update data format returned from query api and add getGroupBys ([#72](https://github.com/apache-superset/superset-ui/issues/72)) ([084ea37](https://github.com/apache-superset/superset-ui/commit/084ea377669709752aa5af5f89fd5950b2a131ee)) -* update tooltip and use selector ([#31](https://github.com/apache-superset/superset-ui/issues/31)) ([1cf7a22](https://github.com/apache-superset/superset-ui/commit/1cf7a22442540e00a5365c79aa3bf358b285c060)) - - -### Performance Improvements - -* faster legacy table chart ([#385](https://github.com/apache-superset/superset-ui/issues/385)) ([42fa821](https://github.com/apache-superset/superset-ui/commit/42fa821232c2c4ab350ff6c27b76bac706e56749)), closes [/github.com/DataTables/DataTables/blob/83657a29e33ce93ee940ce25684940eb3acb2913/media/js/jquery.dataTables.js#L3113-L3117](https://github.com//github.com/DataTables/DataTables/blob/83657a29e33ce93ee940ce25684940eb3acb2913/media/js/jquery.dataTables.js/issues/L3113-L3117) - - - -## [0.12.19](https://github.com/apache-superset/superset-ui/compare/v0.12.18...v0.12.19) (2020-04-17) - - -### Bug Fixes - -* lint ([ec73623](https://github.com/apache-superset/superset-ui/commit/ec73623181d24241abe5e484d26a61ae17f99689)) - - -### Features - -* **legacy-plugin-chart-paired-t-test:** migrate from another repo ([7cd0363](https://github.com/apache-superset/superset-ui/commit/7cd0363c70f294f9127f672eb4e464320d6e8243)) -* **legacy-plugin-chart-parallel-coordinates:** migrate from another repo ([52e7119](https://github.com/apache-superset/superset-ui/commit/52e711950a01e96a36530cb77b5388b205ee251e)) -* **legacy-plugin-chart-partition:** migrate from another repo ([1ab9fea](https://github.com/apache-superset/superset-ui/commit/1ab9feac7f9d52435ce61690abd30540442e477e)) -* **legacy-plugin-chart-pivot-table:** migrate from another repo ([d631b17](https://github.com/apache-superset/superset-ui/commit/d631b17597483f981f5de67d2c482e8fae94dc55)) -* **style:** add style to umbrella package ([#366](https://github.com/apache-superset/superset-ui/issues/366)) ([4ab96f3](https://github.com/apache-superset/superset-ui/commit/4ab96f34b3dd5768a6f40d777147b9b8e6f13222)) -* migrate heatmap, horizon, iframe and markup ([#367](https://github.com/apache-superset/superset-ui/issues/367)) ([152e457](https://github.com/apache-superset/superset-ui/commit/152e4577ab7c8aedc76a3b1e83bf7f2867c6de79)) - - - -## [0.12.18](https://github.com/apache-superset/superset-ui/compare/v0.12.17...v0.12.18) (2020-04-15) - - -### Features - -* migrate legacy-plugin-chart-chord ([#365](https://github.com/apache-superset/superset-ui/issues/365)) ([ea31f9f](https://github.com/apache-superset/superset-ui/commit/ea31f9f46b260e347907c3b6cbf27ceed9ed219d)) - - - -## [0.12.17](https://github.com/apache-superset/superset-ui/compare/v0.12.16...v0.12.17) (2020-04-15) - - -### Bug Fixes - -* publish settings ([341c122](https://github.com/apache-superset/superset-ui/commit/341c122cb4f2b59c31b590a9146cf9976597888d)) - - - -## [0.12.16](https://github.com/apache-superset/superset-ui/compare/v0.12.15...v0.12.16) (2020-04-15) - - -### Features - -* style package for theming and styled components ([#362](https://github.com/apache-superset/superset-ui/issues/362)) ([316c913](https://github.com/apache-superset/superset-ui/commit/316c913afc8d571bf2d30004b3254c977bf59d2b)) - - -## [0.12.15](https://github.com/apache-superset/superset-ui/compare/v0.12.14...v0.12.15) (2020-04-13) - - -### Features - -* make CategoricalScale compatible with D3 ScaleOrdinal ([#357](https://github.com/apache-superset/superset-ui/issues/357)) ([b802974](https://github.com/apache-superset/superset-ui/commit/b8029741d87b97f93d8bf43c649983f14693635d)) -* make time formatter handle number and fix formatters type warnings ([#358](https://github.com/apache-superset/superset-ui/issues/358)) ([aaf17ac](https://github.com/apache-superset/superset-ui/commit/aaf17ac0a5da7895796ca4f3dde75e7c259b1d9b)) - - - -## [0.12.14](https://github.com/apache-superset/superset-ui/compare/v0.12.13...v0.12.14) (2020-04-13) - - -### Features - -* add calendar package and storybook ([#356](https://github.com/apache-superset/superset-ui/issues/356)) ([daf47bd](https://github.com/apache-superset/superset-ui/commit/daf47bd03f78adde3d5eb003cda0d7071c3473da)) -* allow toggling of table viz's bar chart backgrounds ([#352](https://github.com/apache-superset/superset-ui/issues/352)) ([5d5ade9](https://github.com/apache-superset/superset-ui/commit/5d5ade93d4f2fd3d5b8ae52823d26d51aef6fead)) - - - -## [0.12.13](https://github.com/apache-superset/superset-ui/compare/v0.12.12...v0.12.13) (2020-04-07) - - -### Bug Fixes - -* **legacy-plugin-chart-table:** time column formating ([#340](https://github.com/apache-superset/superset-ui/issues/340)) ([6c7f710](https://github.com/apache-superset/superset-ui/commit/6c7f7106cc0e84eacd16f7f2e86ffc619ffe075a)) -* new line at end ([e8d59e5](https://github.com/apache-superset/superset-ui/commit/e8d59e532c0e7f0ecccebaed26ee6b9d4e309f28)) - - -### Features - -* add validator to umbrella package ([#327](https://github.com/apache-superset/superset-ui/issues/327)) ([b1a02b9](https://github.com/apache-superset/superset-ui/commit/b1a02b9ef64a70b7fb3d5dc9a599ea337866aba4)) - - -### Reverts - -* Revert "build: try to merge superset-ui-plugins" ([6be7b2f](https://github.com/apache-superset/superset-ui/commit/6be7b2f007fc241fbf641553d5852db778588fda)) -* Revert "build: clean up tsbuild.info, too" ([39d983a](https://github.com/apache-superset/superset-ui/commit/39d983a9a5ac1819f23cd1a547a8d0fbe54d29a8)) - - - -## [0.12.12](https://github.com/apache-superset/superset-ui/compare/v0.12.11...v0.12.12) (2020-04-01) - - -### Features - -* add validator package ([#322](https://github.com/apache-superset/superset-ui/issues/322)) ([ea78a4e](https://github.com/apache-superset/superset-ui/commit/ea78a4e41a9e1e4b7f3fb86c9d61020c89652804)) - - - -## [0.12.11](https://github.com/apache-superset/superset-ui/compare/v0.12.10...v0.12.11) (2020-03-06) - - -### Bug Fixes - -* small rendering for no results message ([#309](https://github.com/apache-superset/superset-ui/issues/309)) ([e7ff68c](https://github.com/apache-superset/superset-ui/commit/e7ff68c48d2d3e1a7df30967a74c7695d3837894)) - - - -## [0.12.10](https://github.com/apache-superset/superset-ui/compare/v0.12.9...v0.12.10) (2020-03-04) - - -### Features - -* add more support for undefined format to number and time formatters ([#308](https://github.com/apache-superset/superset-ui/issues/308)) ([44ad062](https://github.com/apache-superset/superset-ui/commit/44ad062dd02d080362dac28782c0327cc9fa3445)) - - - -## [0.12.9](https://github.com/apache-superset/superset-ui/compare/v0.12.8...v0.12.9) (2020-03-04) - - -### Features - -* make formatTime and formatNumber handle undefined format ([#307](https://github.com/apache-superset/superset-ui/issues/307)) ([768cfd5](https://github.com/apache-superset/superset-ui/commit/768cfd5f627a82b5dfcc0546001a54aa0ff0323c)) - - - -## [0.12.8](https://github.com/apache-superset/superset-ui/compare/v0.12.7...v0.12.8) (2020-03-04) - - -### Features - -* add NoResultsComponent to charts ([#305](https://github.com/apache-superset/superset-ui/issues/305)) ([42060a0](https://github.com/apache-superset/superset-ui/commit/42060a0e7addd808153f13a27947310f2a7a477d)) -* **number-format:** bump pretty-ms to 5.1.0 ([#262](https://github.com/apache-superset/superset-ui/issues/262)) ([0d3746e](https://github.com/apache-superset/superset-ui/commit/0d3746ea254d8d957cc3a3ba21dfd4cbc405c55a)) - - - -## [0.12.7](https://github.com/apache-superset/superset-ui/compare/v0.12.6...v0.12.7) (2019-11-20) - - -### Bug Fixes - -* **dimension:** set 0 width/height in createHiddenSvgNode ([#261](https://github.com/apache-superset/superset-ui/issues/261)) ([7170f48](https://github.com/apache-superset/superset-ui/commit/7170f4826a79c5cf90ffc45247821872785d2f66)) - - - -## [0.12.6](https://github.com/apache-superset/superset-ui/compare/v0.12.5...v0.12.6) (2019-11-20) - - -### Bug Fixes - -* typing issues surfaced by typescript 3.7 ([#260](https://github.com/apache-superset/superset-ui/issues/260)) ([a72c3dd](https://github.com/apache-superset/superset-ui/commit/a72c3dd491d63e16434453d21b2307cc0598130c)) - - - -## [0.12.5](https://github.com/apache-superset/superset-ui/compare/v0.12.4...v0.12.5) (2019-11-19) - - -### Bug Fixes - -* d3 scale types ([#246](https://github.com/apache-superset/superset-ui/issues/246)) ([1bb49a8](https://github.com/apache-superset/superset-ui/commit/1bb49a8f1d2d8b4ea10676091a40cf12686b8cb6)) - - -### Features - -* add @superset-ui/superset-ui package as one-stop install ([#255](https://github.com/apache-superset/superset-ui/issues/255)) ([f0899d8](https://github.com/apache-superset/superset-ui/commit/f0899d85999dee620563597e13b480b85059cc53)) - - - -## [0.12.4](https://github.com/apache-superset/superset-ui/compare/v0.12.3...v0.12.4) (2019-11-12) - - -### Bug Fixes - -* build error ([#235](https://github.com/apache-superset/superset-ui/issues/235)) ([f8e5dda](https://github.com/apache-superset/superset-ui/commit/f8e5ddad1431e2ca243c3ef5a66d30a2bfb3366c)) - - -### Features - -* add promiseTimeout ([#223](https://github.com/apache-superset/superset-ui/issues/223)) ([d02bb82](https://github.com/apache-superset/superset-ui/commit/d02bb82d3e220f5e7b23545fffa64a5292cc7987)) -* **time-format:** bump d3-time-format ([#244](https://github.com/apache-superset/superset-ui/issues/244)) ([c31a085](https://github.com/apache-superset/superset-ui/commit/c31a085b1c9dab6ca9a389b97f35fffc682f7c34)) - - -## [0.12.3](https://github.com/apache-superset/superset-ui/compare/v0.12.2...v0.12.3) (2019-09-04) - - -### Bug Fixes - -* fix React.Fragment complaining about width/height ([#219](https://github.com/apache-superset/superset-ui/issues/219)) ([3e8ca39](https://github.com/apache-superset/superset-ui/commit/3e8ca39)) - - -### Features - -* add functions for parsing scales ([#207](https://github.com/apache-superset/superset-ui/issues/207)) ([6f56ed9](https://github.com/apache-superset/superset-ui/commit/6f56ed9)) -* add Wrapper support and bounding box for dynamic width/height ([#215](https://github.com/apache-superset/superset-ui/issues/215)) ([c83ba1f](https://github.com/apache-superset/superset-ui/commit/c83ba1f)) - - - -## [0.12.2](https://github.com/apache-superset/superset-ui/compare/v0.12.1...v0.12.2) (2019-08-26) - - -### Bug Fixes - -* remove is_prequery and prequeries ([#208](https://github.com/apache-superset/superset-ui/issues/208)) ([ddaf104](https://github.com/apache-superset/superset-ui/commit/ddaf104)) - - - -## [0.12.1](https://github.com/apache-superset/superset-ui/compare/v0.12.0...v0.12.1) (2019-08-26) - - -### Bug Fixes - -* peerDependencies version ([#210](https://github.com/apache-superset/superset-ui/issues/210)) ([4d79dff](https://github.com/apache-superset/superset-ui/commit/4d79dff)) - - -### Features - -* add duration formatter ([#209](https://github.com/apache-superset/superset-ui/issues/209)) ([dcf89a2](https://github.com/apache-superset/superset-ui/commit/dcf89a2)) - - - -# [0.12.0](https://github.com/apache-superset/superset-ui/compare/v0.11.15...v0.12.0) (2019-08-23) - - -### Features - -* add control panel support to chart plugin ([#203](https://github.com/apache-superset/superset-ui/issues/203)) ([920d389](https://github.com/apache-superset/superset-ui/commit/920d389)) -* add functions for parsing formatters from encoding ([#205](https://github.com/apache-superset/superset-ui/issues/205)) ([8906aa0](https://github.com/apache-superset/superset-ui/commit/8906aa0)) -* Add types and type guards for encodable ([#201](https://github.com/apache-superset/superset-ui/issues/201)) ([6cff25f](https://github.com/apache-superset/superset-ui/commit/6cff25f)) - - -### BREAKING CHANGES - -* **chart:** deprecate old SuperChart API that accepts chartProps ([#202](https://github.com/apache-superset/superset-ui/issues/202)) ([af877c6](https://github.com/apache-superset/superset-ui/commit/af877c6)) - - * No longer accept `chartProps` as a single prop in ``. Developers must specify each field in chartProps individually. - -* **chart:** split superset-ui/query from superset-ui/chart ([#178](https://github.com/apache-superset/superset-ui/issues/178)) ([630d3e5](https://github.com/apache-superset/superset-ui/commit/630d3e5)) - - * some api and types are removed from `@superset-ui/chart` and moved to `/query` - -* **chart:** remove and rename fields in ChartProps ([#174](https://github.com/apache-superset/superset-ui/issues/174)) ([b53b839](https://github.com/apache-superset/superset-ui/commit/b53b839)) - - -## [0.11.15](https://github.com/apache-superset/superset-ui/compare/v0.11.14...v0.11.15) (2019-08-06) - - -### Features - -* optimize functions for getting text dimension ([#199](https://github.com/apache-superset/superset-ui/issues/199)) ([ad0fa42](https://github.com/apache-superset/superset-ui/commit/ad0fa42)) - - - -## [0.11.14](https://github.com/apache-superset/superset-ui/compare/v0.11.13...v0.11.14) (2019-08-05) - - -### Bug Fixes - -* eslint issues ([#198](https://github.com/apache-superset/superset-ui/issues/198)) ([12aeb4a](https://github.com/apache-superset/superset-ui/commit/12aeb4a)) -* **connection:** disable caching when on an insecure connection ([#194](https://github.com/apache-superset/superset-ui/issues/194)) ([ca256cd](https://github.com/apache-superset/superset-ui/commit/ca256cd)), closes [#193](https://github.com/apache-superset/superset-ui/issues/193) -* clean up unneeded Promise.resolves() ([#185](https://github.com/apache-superset/superset-ui/issues/185)) ([06382a5](https://github.com/apache-superset/superset-ui/commit/06382a5)) -* move eslint disable comment in reactify test ([#184](https://github.com/apache-superset/superset-ui/issues/184)) ([795d2ed](https://github.com/apache-superset/superset-ui/commit/795d2ed)) - - -### Features - -* allow reactify callbacks to access props ([#200](https://github.com/apache-superset/superset-ui/issues/200)) ([9d6f5c0](https://github.com/apache-superset/superset-ui/commit/9d6f5c0)) -* support locale in number and time format ([#182](https://github.com/apache-superset/superset-ui/issues/182)) ([e1f8773](https://github.com/apache-superset/superset-ui/commit/e1f8773)) - - - -## [0.11.13](https://github.com/apache-superset/superset-ui/compare/v0.11.12...v0.11.13) (2019-06-19) - - -### Bug Fixes - -* wrong type for filters field ([#183](https://github.com/apache-superset/superset-ui/issues/183)) ([18ef7d9](https://github.com/apache-superset/superset-ui/commit/18ef7d9)) - - - -## [0.11.12](https://github.com/apache-superset/superset-ui/compare/v0.11.11...v0.11.12) (2019-06-18) - - -### Features - -* store reference to container and update bindings ([#180](https://github.com/apache-superset/superset-ui/issues/180)) ([00e9a40](https://github.com/apache-superset/superset-ui/commit/00e9a40)) - - - -## [0.11.11](https://github.com/apache-superset/superset-ui/compare/v0.11.10...v0.11.11) (2019-06-18) - - -### Features - -* add error boundary and responsiveness to SuperChart ([#175](https://github.com/apache-superset/superset-ui/issues/175)) ([c17b13d](https://github.com/apache-superset/superset-ui/commit/c17b13d)) - - - -## [0.11.10](https://github.com/apache-superset/superset-ui/compare/v0.11.9...v0.11.10) (2019-06-13) - - -### Features - -* add parseLength function to @superset-ui/dimension ([#171](https://github.com/apache-superset/superset-ui/issues/171)) ([c0ef45f](https://github.com/apache-superset/superset-ui/commit/c0ef45f)) -* allow chart plugin to be unregistered ([#168](https://github.com/apache-superset/superset-ui/issues/168)) ([32f8dd3](https://github.com/apache-superset/superset-ui/commit/32f8dd3)) - - - -## [0.11.9](https://github.com/apache-superset/superset-ui/compare/v0.11.8...v0.11.9) (2019-05-25) - - -### Bug Fixes - -* remove padding in WithLegend ([2f0a400](https://github.com/apache-superset/superset-ui/commit/2f0a400)) - - - -## [0.11.8](https://github.com/apache-superset/superset-ui/compare/v0.11.7...v0.11.8) (2019-05-23) - - -### Features - -* update ChartFormData and QueryObject to support filters. ([#164](https://github.com/apache-superset/superset-ui/issues/164)) ([025d5bc](https://github.com/apache-superset/superset-ui/commit/025d5bc)) - - - -## [0.11.7](https://github.com/apache-superset/superset-ui/compare/v0.11.6...v0.11.7) (2019-05-17) - - -### Features - -* improve margin merging ([#159](https://github.com/apache-superset/superset-ui/issues/159)) ([7832747](https://github.com/apache-superset/superset-ui/commit/7832747)) - - - -## [0.11.6](https://github.com/apache-superset/superset-ui/compare/v0.11.5...v0.11.6) (2019-05-16) - - -### Bug Fixes - -* lint ([#144](https://github.com/apache-superset/superset-ui/issues/144)) ([bf24316](https://github.com/apache-superset/superset-ui/commit/bf24316)) - - -### Features - -* add hooks ([#158](https://github.com/apache-superset/superset-ui/issues/158)) ([7b3ab5f](https://github.com/apache-superset/superset-ui/commit/7b3ab5f)) - - - -## [0.11.12](https://github.com/apache-superset/superset-ui/compare/v0.11.11...v0.11.12) (2019-06-18) - - -### ✨ Features - -* store reference to container and update bindings ([#180](https://github.com/apache-superset/superset-ui/issues/180)) ([00e9a40](https://github.com/apache-superset/superset-ui/commit/00e9a40)) - - - -## [0.11.11](https://github.com/apache-superset/superset-ui/compare/v0.11.10...v0.11.11) (2019-06-18) - - -### ✨ Features - -* add error boundary and responsiveness to SuperChart ([#175](https://github.com/apache-superset/superset-ui/issues/175)) ([c17b13d](https://github.com/apache-superset/superset-ui/commit/c17b13d)) - - - -## [0.11.10](https://github.com/apache-superset/superset-ui/compare/v0.11.9...v0.11.10) (2019-06-13) - - -### ✨ Features - -* add parseLength function to @superset-ui/dimension ([#171](https://github.com/apache-superset/superset-ui/issues/171)) ([c0ef45f](https://github.com/apache-superset/superset-ui/commit/c0ef45f)) -* allow chart plugin to be unregistered ([#168](https://github.com/apache-superset/superset-ui/issues/168)) ([32f8dd3](https://github.com/apache-superset/superset-ui/commit/32f8dd3)) - - - -## [0.11.9](https://github.com/apache-superset/superset-ui/compare/v0.11.8...v0.11.9) (2019-05-25) - - -### 🐞 Bug Fixes - -* remove padding in WithLegend ([2f0a400](https://github.com/apache-superset/superset-ui/commit/2f0a400)) - - - -## [0.11.8](https://github.com/apache-superset/superset-ui/compare/v0.11.7...v0.11.8) (2019-05-23) - - -### ✨ Features - -* update ChartFormData and QueryObject to support filters. ([#164](https://github.com/apache-superset/superset-ui/issues/164)) ([025d5bc](https://github.com/apache-superset/superset-ui/commit/025d5bc)) - - - -## [0.11.7](https://github.com/apache-superset/superset-ui/compare/v0.11.6...v0.11.7) (2019-05-17) - - -### ✨ Features - -* improve margin merging ([#159](https://github.com/apache-superset/superset-ui/issues/159)) ([7832747](https://github.com/apache-superset/superset-ui/commit/7832747)) - - - -## [0.11.6](https://github.com/apache-superset/superset-ui/compare/v0.11.5...v0.11.6) (2019-05-16) - - -### 🐞 Bug Fixes - -* lint ([#144](https://github.com/apache-superset/superset-ui/issues/144)) ([bf24316](https://github.com/apache-superset/superset-ui/commit/bf24316)) - - -### ✨ Features - -* add hooks ([#158](https://github.com/apache-superset/superset-ui/issues/158)) ([7b3ab5f](https://github.com/apache-superset/superset-ui/commit/7b3ab5f)) - - - -## [0.11.5](https://github.com/apache-superset/superset-ui/compare/v0.11.4...v0.11.5) (2019-04-27) - - -### 🐞 Bug Fixes - -* broken build due to failing unit tests ([#141](https://github.com/apache-superset/superset-ui/issues/141)) ([58d56d5](https://github.com/apache-superset/superset-ui/commit/58d56d5)) - - -### ✨ Features - -* add chart companion components ([#139](https://github.com/apache-superset/superset-ui/issues/139)) ([a82faec](https://github.com/apache-superset/superset-ui/commit/a82faec)) - - - -## [0.11.4](https://github.com/apache-superset/superset-ui/compare/v0.11.3...v0.11.4) (2019-04-26) - - -### 🐞 Bug Fixes - -* make translation module type check correctly ([#140](https://github.com/apache-superset/superset-ui/issues/140)) ([c05fe3a](https://github.com/apache-superset/superset-ui/commit/c05fe3a)) - - -## [0.11.3](https://github.com/apache-superset/superset-ui/compare/v0.11.2...v0.11.3) (2019-04-16) - - -### 🐞 Bug Fixes - -* bump peer dependencies ([#136](https://github.com/apache-superset/superset-ui/issues/136)) ([ca3000d](https://github.com/apache-superset/superset-ui/commit/ca3000d)) - - -## [0.11.2](https://github.com/apache-superset/superset-ui/compare/v0.11.1...v0.11.2) (2019-04-08) - - -### 🐞 Bug Fixes - -* smartDateVerbose at seconds ([#132](https://github.com/apache-superset/superset-ui/issues/132)) ([d29bfd0](https://github.com/apache-superset/superset-ui/commit/d29bfd0)) - - -## [0.11.1](https://github.com/apache-superset/superset-ui/compare/v0.11.0...v0.11.1) (2019-04-08) - - -### ✨ Features - -* callback hooks for Reactified components ([#131](https://github.com/apache-superset/superset-ui/issues/131)) ([7603520](https://github.com/apache-superset/superset-ui/commit/7603520)) - - -# [0.11.0](https://github.com/apache-superset/superset-ui/compare/v0.10.10...v0.11.0) (2019-04-02) - - -### 💔 BREAKING CHANGE - -* Revert "Handle BigNumber conversions in JSON properly (without loss of precision) (#71)" (#126) - -This reverts commit e3866129b2b3cbd6e099fe4ab66319c4fe6ae485. It should not cause critical issue or require additional migration from `0.10.x`. However, since this is a change in the expected output, we bump the version to be safe. - -## [0.10.10](https://github.com/apache-superset/superset-ui/compare/v0.10.9...v0.10.10) (2019-04-02) - - -### ✨ Features - -* add support for conditional get requests ([#119](https://github.com/apache-superset/superset-ui/issues/119)) ([2ca55ed](https://github.com/apache-superset/superset-ui/commit/2ca55ed)) - - -## [0.10.9](https://github.com/apache-superset/superset-ui/compare/v0.10.8...v0.10.9) (2019-03-29) - - -### ✨ Features - -* add labels to color scheme ([#125](https://github.com/apache-superset/superset-ui/issues/125)) ([98a14a2](https://github.com/apache-superset/superset-ui/commit/98a14a2)) - - -## [0.10.8](https://github.com/apache-superset/superset-ui/compare/v0.10.7...v0.10.8) (2019-03-26) - - -### 🐞 Bug Fixes - -* Fixed type definition for chart plugin ([#123](https://github.com/apache-superset/superset-ui/issues/123)) ([6230a3b](https://github.com/apache-superset/superset-ui/commit/6230a3b)) - - -### ✨ Features - -* getter function to return color mapping ([#124](https://github.com/apache-superset/superset-ui/issues/124)) ([46e78ad](https://github.com/apache-superset/superset-ui/commit/46e78ad)) - - -## [0.10.7](https://github.com/apache-superset/superset-ui/compare/v0.10.6...v0.10.7) (2019-03-22) - -### 🐞 Bug Fixes - -* import types from package, not monorepo ([#122](https://github.com/apache-superset/superset-ui/pull/122)) - -## [0.10.6](https://github.com/apache-superset/superset-ui/compare/v0.10.5...v0.10.6) (2019-03-22) - -### 🛠️ Internal - -* remove faux `@superset-ui/core` TS declaration ([#121](https://github.com/apache-superset/superset-ui/pull/121)) - -## 0.10.5 (2019-03-21) - -### ✨ Features - -* 🎸 Improved QueryObject to handle more fields (#116) ([57a64b1](https://github.com/apache-superset/superset-ui/commit/57a64b1)), closes [#116](https://github.com/apache-superset/superset-ui/issues/116) -* Add `` (#120) ([ade9dbe](https://github.com/apache-superset/superset-ui/commit/ade9dbe)), closes [#120](https://github.com/apache-superset/superset-ui/issues/120) - -### 📜 Documentation -* Add TS support + CORS demo (#118) ([34581f3](https://github.com/apache-superset/superset-ui/commit/34581f3)), closes [#118](https://github.com/apache-superset/superset-ui/issues/118) - - -## 0.10.4 (2019-03-11) - -### ✨ Features - -* add dimension type (#117) ([e4a22ade305fd6ea962648b86ff88431d77ea41e](https://github.com/apache-superset/superset-ui/commit/e4a22ade305fd6ea962648b86ff88431d77ea41e)), closes [#117](https://github.com/apache-superset/superset-ui/issues/117) -* re-export types from @superset-ui/dimension (#115) ([8c3f8b0f5f2edb558cb8e9f708a17d3d3b4b92aa](https://github.com/apache-superset/superset-ui/commit/8c3f8b0f5f2edb558cb8e9f708a17d3d3b4b92aa)), closes [#115](https://github.com/apache-superset/superset-ui/issues/115) - - - -## v0.10.3 (2019-03-07) - -### ✨ Features - -* feat(superset-ui-dimension): add `mergeMargin()` function (#114) ([c5589384c12f5ff2480e3614cf44b33d85b1299e](https://github.com/apache-superset/superset-ui/commit/c5589384c12f5ff2480e3614cf44b33d85b1299e)), closes [#114](https://github.com/apache-superset/superset-ui/issues/114) - -## v0.10.2 - -### ✨ Features - -* feat(superset-ui-chart): add `.clone()` function to `ChartMetadata` (#112) ([1c1ef3b](https://github.com/apache-superset/superset-ui/commit/1c1ef3b)), closes [#112](https://github.com/apache-superset/superset-ui/issues/112) -* feat(superset-ui-connection): Allow `PUT` and `PATCH` in call API ([efcfd1a](https://github.com/apache-superset/superset-ui/commit/efcfd1a)) - -## v0.10.1 - -### 💔 BREAKING CHANGE - -* `@superset-ui/core` becomes peer dependency - -### 🛠️ Internal - -* refactor: make `@superset-ui/core` peer dependency (#111) ([e9c7b91](https://github.com/apache-superset/superset-ui/commit/e9c7b91)), closes [#111](https://github.com/apache-superset/superset-ui/issues/111) -* chore: add `commitlint` and `commitizen` config ([cae32ce](https://github.com/apache-superset/superset-ui/commit/cae32ce)) -* docs: update changelog ([4d70053](https://github.com/apache-superset/superset-ui/commit/4d70053)) - -## v0.10.0 - -### 💔 BREAKING CHANGES - -* Rename `FormData ` to `ChartFormData` to avoid naming collision with native JS (#100) -* Rename constants in `NumberFormats` changing `_CHANGE` to `_SIGNED`. -* Default number format is now `SMART_NUMBER` instead of `D3` `.3~s`. - -### ✨ Features - -* Add SMART_NUMBER formatter and make it default (#109) -* Enable warnings when values are overwritten in registries (#107) - -### 🛠️ Internal - -* Migrate `plugin-chart-word-cloud` to `@superset-ui-plugins` repo. - -## v0.9.6 - -### 🛠️ Internal - -* Update `@superset-ui/chart` dependency. - -## v0.9.5 - -### 🛠️ Internal - -* Remove unnecessary export types and remove warning when using `esm` output in target application. - -## v0.9.4 - -### 🐞 Bug fixes - -* Make `id` an optional prop for `SuperChart`. - -## v0.9.3 - -### ✨ Features - -* Add new package `@superset-ui/dimension` -* Add new package `@superset-ui/plugin-chart-word-cloud` - -### 🛠️ Internal - -* Minor update and additional unit tests for generator - -## v0.9.2 - -### ✨ Features - -* Add more subgenerators to create package and demo in `superset-ui-legacy` -* Support put and delete HTTP methods in `SupersetClient` - -## v0.9.1 - -### 🐞 Bug fixes - -* Fix TypeScript declaration for package `jed` with `@superset-ui/translation` distribution. - -## v0.9.0 - -### ✨ Features - -* Add `useLegacyApi` field to `ChartMetadata`. This flag will help us determine whether to use the new `/api/v1/query` endpoint or the legacy one. -* Add two generics to `Registry` - * `V` is type of value in the registry - * `W` is type of value returned from `loader` function when using `.registerLoader(key, loader)`. - * `W` can be either `V`, `Promise` or `V | Promise` - * Set `W=V` when does not support asynchronous loader. Making return type of `.get()` become `V` instead of `Promise` - * By default, `W` is set to `V | Promise` to support both synchronous and asynchronous loaders. -* Include and link TypeScript declaration for package `jed` with `@superset-ui/translation` distribution. - -### 🛠️ Internal - -* Convert `@superset-ui/number-format` to TypeScript -* Convert `@superset-ui/time-format` to TypeScript -* Convert `@superset-ui/translation` to TypeScript - -### 💔 BREAKING CHANGES - -* Make number formatter always returns `string`. This is different from previous behavior. - -|Value|formatted value (before)|formatted value (after)| -|------------|------------|-----------| -| `null` | `null` | `'null'` | -| `undefined` | `undefined` | `'undefined'` | -| `NaN` | `NaN` | `'NaN'` | - -* Make time formatter always returns `string`. This is different from previous behavior. - -|Value|formatted value (before)|formatted value (after)| -|------------|------------|-----------| -| `null` | `null` | `'null'` | -| `undefined` | `undefined` | `'undefined'` | -| `NaN` | `NaN` | `'NaN'` | - -## v0.8.0 - -### ✨ Features - -* Add SuperChart and convert to TypeScript -* Allow metrics arrays in form data -* Moved query module from `incubator-superset` into `superset-ui` -* Add `reactify` function from `incubator-superset` - -### 🐞 Bug fixes - -* Handle `BigNumber` conversions to/from JSON without loss of precision - -### 🛠️ Internal - -* Use DefinitelyTyped's `fetch-mock` type def -* Improved type def for `json-bigint` -* Migrated `@superset-ui/chart` to TypeScript -* Migrated `@superset-ui/color` to TypeScript -* Migrated `@superset-ui/core` to TypeScript -* Made `connection` and `color` packages peer dependencies - -## v0.7.2 - -### ✨ Features - -* Make `@superset-ui/time-format` and `@superset-ui/number-format` ignore leading and trailing spaces when looking for formatters. - -## v0.7.1 - -### ✨ Features - -* Add new APIs to `@superset-ui/time-format` - - `createD3TimeFormatter` - - `createMultiFormatter` -* Add new APIs to `@superset-ui/number-format` - - `createD3NumberFormatter` - - `createSiAtMostNDigitFormatter` - -## v0.7.0 - -### ✨ Features - -* Add `@superset-ui/time-format` package -* Add `@superset-ui/number-format` package -* Use the recently added `ExtensibleFunction` to make an instance of `CategoricalColorScale` be a function -* Add `overwritePolicy` for `Registry` so developer can customize whether overwriting is `ALLOW`, `WARN` or `PROHIBIT`. - -### 🐞 Bug fixes - -* Transform input value before setting color. - -### 🛠️ Internal - -* Rewrite `@superset-ui/connection` in TypeScript - -### 💔 BREAKING CHANGES - -* Remove `categoricalColorScale.toFunction()`. Now `categoricalColorScale` itself is already a function. -* The color scales no longer convert input to lowercase before finding color. -* Rename `ColorScheme` field `name` to `id`. -* Change `Registry` constructor API to take object instead of single string name. - ------ - -## v0.6.0 - -### ✨ Features - -* Add `@superset-ui/generator-superset` -* Add `RegistryWithDefaultKey` and `ExtensibleFunction` to `@superset-ui/core` - -### 💔 BREAKING CHANGES - -* `getDefaultSchemeName()` and `setDefaultSchemeName()` are renamed to `getDefaultKey()` and `setDefaultKey()` - ------ - -## v0.5.0 - -### ✨ Features - -* Add `@superset-ui/chart` - -### 🐞 Bug fixes - -* Use simple js to create range - ------ - -## v0.4.0 - -### ✨ Features - -* Add `@superset-ui/color` for color management - ------ - -## v0.3.0 - -### ✨ Features - -* Add new `@superset-ui/core` with data structures and utilities. - -### 💔 BREAKING CHANGES - -* Rename former `@superset-ui/core` to `@superset-ui/connection`. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/CONTRIBUTING.md b/superset-frontend/temporary_superset_ui/superset-ui/CONTRIBUTING.md deleted file mode 100644 index 2361a36c13aff..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/CONTRIBUTING.md +++ /dev/null @@ -1,71 +0,0 @@ -## Contributing guidelines - -### Setup local development - -1. clone this repo -2. have `npm` install package dependencies and manage the symlinking between packages for you - -```sh -git clone ...superset-ui && cd superset-ui -npm ci -npm build -``` - -To build only selected packages or plugins, - -```bash -npm build "*chart-table" -``` - -### File organization - -[lerna](https://github.com/lerna/lerna/) and [npm](https://www.npmjs.com/) are used to manage -versions and dependencies between packages in this monorepo. - -``` -superset-ui/ - lerna.json - package.json - ... - packages/ - package1/ - package.json - ... - src/ - test/ # unit tests - types/ # typescript type declarations - ... - lib/ # commonjs output - esm/ # es module output - ... - ... -``` - -### Builds, linting, and testing - -Each package defines its own build config, linting, and testing. You can have lerna run commands -across all packages using the syntax `npm run test` (or `npm run test:watch` for watch mode) from -the root `@superset-ui` directory. - -- [Using Storybook](docs/storybook.md) - You can test your components independently from Superset - app. -- [Debugging Superset plugins in Superset app](docs/debugging.md) - Sometimes something went wrong - and you have to do it. - -### Committing - -This repository follows -[conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.3/) guideline for commit -messages and has a `commitlint` hook which will require you to have the valid commit message before -committing. You can use `npm run commit` to help you create a commit message. - -### Publishing - -**Prerequisite:** You'll need to be a committer on the `apache-superset` organization to be able to -publish new versions of `superset-ui`. - -1. Checkout the `master` branch from the main repo at `apache-superset/superset-ui` - NOT A FORK! -2. run `npm run ci:create-patch-version` to bump the patch version (the most common case) or - `npm run ci:create-minor-version` to bump the minor version. Once the process finishes and the - commit has been pushed to GitHub, CI will complete publishing the release to npm (takes some time - to complete). diff --git a/superset-frontend/temporary_superset_ui/superset-ui/LICENSE b/superset-frontend/temporary_superset_ui/superset-ui/LICENSE deleted file mode 100644 index 11069edd79019..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/README.md b/superset-frontend/temporary_superset_ui/superset-ui/README.md deleted file mode 100644 index 28375e94d2154..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/README.md +++ /dev/null @@ -1,80 +0,0 @@ -# @superset-ui - -[![Codecov branch](https://img.shields.io/codecov/c/github/apache-superset/superset-ui/master.svg?style=flat-square)](https://codecov.io/gh/apache-superset/superset-ui/branch/master) -[![Build Status](https://img.shields.io/travis/com/apache-superset/superset-ui/master.svg?style=flat-square)](https://travis-ci.com/apache-superset/superset-ui) -[![David](https://img.shields.io/david/dev/apache-superset/superset-ui.svg?style=flat-square)](https://david-dm.org/apache-superset/superset-ui?type=dev) - -Collection of packages that power the -[Apache Superset](https://github.com/apache/incubator-superset) UI, and can be used to craft custom -data applications that leverage a Superset backend :chart_with_upwards_trend: - -## Demo - -Most recent release: https://apache-superset.github.io/superset-ui/ - -Current master: https://superset-ui.now.sh/ - -## Packages - -### Core packages - -| Package | Version | -| ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [@superset-ui/core](https://github.com/apache-superset/superset-ui/tree/master/packages/superset-ui-core) | [![Version](https://img.shields.io/npm/v/@superset-ui/core.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/core) | -| [@superset-ui/chart-controls](https://github.com/apache-superset/superset-ui/tree/master/packages/superset-ui-chart-controls) | [![Version](https://img.shields.io/npm/v/@superset-ui/core.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/chart-controls) | -| [@superset-ui/generator-superset](https://github.com/apache-superset/superset-ui/tree/master/packages/generator-superset) | [![Version](https://img.shields.io/npm/v/@superset-ui/generator-superset.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/generator-superset) | - -### Chart plugin packages - -`@superset-ui/legacy-*` packages are extracted from the classic -[Apache Superset](https://github.com/apache/incubator-superset) and converted into plugins. These -packages are extracted with minimal changes (almost as-is). They also depend on legacy API -(`viz.py`) to function. - -| Package | Version | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [@superset-ui/legacy-preset-chart-big-number](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-preset-chart-big-number) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-big-number.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-preset-chart-big-number) | -| [@superset-ui/legacy-preset-chart-nvd3](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-preset-chart-nvd3) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-nvd3.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-preset-chart-nvd3) | -| [@superset-ui/legacy-plugin-chart-calendar](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-calendar) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-calendar.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-calendar) | -| [@superset-ui/legacy-plugin-chart-chord](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-chord) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-chord.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-chord) | -| [@superset-ui/legacy-plugin-chart-country-map](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-country-map) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-country-map.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-country-map) | -| [@superset-ui/legacy-plugin-chart-event-flow](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-event-flow) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-event-flow.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-event-flow) | -| [@superset-ui/legacy-plugin-chart-force-directed](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-force-directed) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-force-directed.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-force-directed) | -| [@superset-ui/legacy-plugin-chart-heatmap](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-heatmap) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-heatmap.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-heatmap) | -| [@superset-ui/legacy-plugin-chart-histogram](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-histogram) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-histogram.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-histogram) | -| [@superset-ui/legacy-plugin-chart-horizon](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-horizon) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-horizon.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-horizon) | -| [@superset-ui/legacy-plugin-chart-iframe](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-iframe) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-iframe.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-iframe) | -| [@superset-ui/legacy-plugin-chart-markup](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-markup) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-markup.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-markup) | -| [@superset-ui/legacy-plugin-chart-map-box](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-map-box) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-map-box.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-map-box) | -| [@superset-ui/legacy-plugin-chart-paired-t-test](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-paired-t-test) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-paired-t-test.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-paired-t-test) | -| [@superset-ui/legacy-plugin-chart-parallel-coordinates](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-parallel-coordinates) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-parallel-coordinates.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-parallel-coordinates) | -| [@superset-ui/legacy-plugin-chart-partition](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-partition) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-partition.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-partition) | -| [@superset-ui/legacy-plugin-chart-pivot-table](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-pivot-table) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-pivot-table.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-pivot-table) | -| [@superset-ui/legacy-plugin-chart-rose](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-rose) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-rose.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-rose) | -| [@superset-ui/legacy-plugin-chart-sankey](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-sankey) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-sankey.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-sankey) | -| [@superset-ui/legacy-plugin-chart-sankey-loop](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-sankey-loop) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-sankey-loop.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-sankey-loop) | -| [@superset-ui/legacy-plugin-chart-sunburst](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-sunburst) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-sunburst.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-sunburst) | -| [@superset-ui/legacy-plugin-chart-treemap](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-treemap) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-treemap.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-treemap) | -| [@superset-ui/legacy-plugin-chart-world-map](https://github.com/apache-superset/superset-ui/tree/master/plugins/legacy-plugin-chart-world-map) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-world-map.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-world-map) | - -`@superset-ui/plugin-*` packages are newer and higher quality in general. A key difference that they -do not depend on `viz.py` (which contain visualization-specific python code) and interface with -`/api/v1/query/`, a new generic endpoint instead meant to serve all visualizations, instead. Also -should be written in Typescript. - -| Package | Version | Note | -| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | -| [@superset-ui/plugin-chart-word-cloud](https://github.com/apache-superset/superset-ui/tree/master/plugins/plugin-chart-word-cloud) | [![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-word-cloud.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/plugin-chart-word-cloud) | | -| [@superset-ui/plugin-chart-table](https://github.com/apache-superset/superset-ui/tree/master/plugins/plugin-chart-table) | [![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-table.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/plugin-chart-table) | | -| [@superset-ui/preset-chart-xy](https://github.com/apache-superset/superset-ui/tree/master/plugins/preset-chart-xy) | [![Version](https://img.shields.io/npm/v/@superset-ui/preset-chart-xy.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/preset-chart-xy) | | -| [@superset-ui/plugin-chart-echarts](https://github.com/apache-superset/superset-ui/tree/master/plugins/plugin-chart-echarts) | [![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-echarts.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/plugin-chart-echarts) | | -| [@superset-ui/plugin-filter-antd](https://github.com/apache-superset/superset-ui/tree/master/plugins/plugin-filter-antd) | [![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-echarts.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/plugin-filter-antd) | | - -## Contribution and development guide - -Please read the [contributing guidelines](CONTRIBUTING.md) which include development environment -setup and other things you should know about coding in this repo. - -### License - -Apache-2.0 diff --git a/superset-frontend/temporary_superset_ui/superset-ui/babel.config.js b/superset-frontend/temporary_superset_ui/superset-ui/babel.config.js deleted file mode 100644 index 6bcdcb4abf664..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/babel.config.js +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -const { getConfig } = require('@airbnb/config-babel'); - -const config = getConfig({ - library: true, - react: true, - next: true, - esm: process.env.BABEL_OUTPUT === 'esm', - node: process.env.NODE_ENV === 'test', - typescript: true, - env: { - targets: false, - }, -}); - -// Override to allow transpile es modules inside vega-lite -config.ignore = config.ignore.filter(item => item !== 'node_modules/'); -config.ignore.push('node_modules/(?!(vega-lite|lodash-es))'); -config.plugins = [ - ['babel-plugin-transform-dev', { evaluate: false }], - ['babel-plugin-typescript-to-proptypes', { loose: true }], - ['@babel/plugin-proposal-class-properties', { loose: true }], -]; -config.presets.push([ - '@emotion/babel-preset-css-prop', - { - autoLabel: 'dev-only', - labelFormat: '[local]', - }, -]); -module.exports = config; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/codecov.yml b/superset-frontend/temporary_superset_ui/superset-ui/codecov.yml deleted file mode 100644 index cfd7e0d007985..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/codecov.yml +++ /dev/null @@ -1,22 +0,0 @@ -coverage: - status: - patch: off - project: - default: - target: 0% - threshold: 10% - core-packages-ts: - target: 100% - paths: - - 'packages' - - '!packages/**/*.jsx' - - '!packages/**/*.tsx' - core-packages-tsx: - target: 50% - paths: - - 'packages/**/*.jsx' - - 'packages/**/*.tsx' - plugins: - target: 0 - paths: - - plugins diff --git a/superset-frontend/temporary_superset_ui/superset-ui/commitlint.config.js b/superset-frontend/temporary_superset_ui/superset-ui/commitlint.config.js deleted file mode 100644 index 00101d3f45bb3..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/commitlint.config.js +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -module.exports = { - extends: [ - '@commitlint/config-conventional', - '@commitlint/config-lerna-scopes', - ], -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/docs/debugging.md b/superset-frontend/temporary_superset_ui/superset-ui/docs/debugging.md deleted file mode 100644 index 71397255311e8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/docs/debugging.md +++ /dev/null @@ -1,27 +0,0 @@ -# Debug Superset plugins in Superset app - -## Activate plugins for local development - -1. First, make sure you have run `npm ci` and `npm run build` in `superset-ui` or your own plugin - repo. -2. Go to [superset-frontend](https://github.com/apache/superset/tree/master/superset-frontend), use - `npm link` to create a symlink of the plugin source code in `node_modules`: - - ```sh - cd superset/superset-frontend - # npm link ~/path/to/your/plugin - npm link ../../superset-ui/plugins/plugin-chart-word-cloud - ``` - -3. Start developing with webpack dev server: - - ```sh - npm run dev-server - ``` - - The dev server will automatically build from the source code under `path/to/your-plugin/src` and - watch the changes. - -## Deactivate plugins - -To deactivate a plugin, simply run `npm ci` in `superset/superset-frontend` again. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/docs/storybook.md b/superset-frontend/temporary_superset_ui/superset-ui/docs/storybook.md deleted file mode 100644 index f31d867a25f5a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/docs/storybook.md +++ /dev/null @@ -1,13 +0,0 @@ -## Using Storybook - -You can demo your changes by running the storybook demo locally with the following commands: - -```sh -npm ci -npm run build -npm run storybook -``` - -The Storybook will -[automatically build from the source code](https://github.com/apache-superset/superset-ui/blob/master/packages/superset-ui-demo/.storybook/main.js#L49-L58) -when package names start with `@superset-ui/`. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/jest.config.js b/superset-frontend/temporary_superset_ui/superset-ui/jest.config.js deleted file mode 100644 index 21826fa4cb646..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/jest.config.js +++ /dev/null @@ -1,77 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -module.exports = { - bail: false, - collectCoverageFrom: [ - '**/src/**/*.{ts,tsx,js,jsx}', - '**/test/**/*.{ts,tsx,js,jsx}', - ], - coverageDirectory: './coverage', - coveragePathIgnorePatterns: [ - 'coverage/', - 'node_modules/', - 'public/', - 'esm/', - 'lib/', - 'tmp/', - 'dist/', - ], - coverageReporters: ['lcov', 'json-summary', 'html'], - coverageThreshold: { - global: { - branches: 0, - functions: 0, - lines: 0, - statements: 0, - }, - }, - globals: { - __DEV__: true, - caches: true, - }, - moduleFileExtensions: ['mock.js', 'ts', 'tsx', 'js', 'jsx', 'json', 'node'], - moduleNameMapper: { - '\\.(css|less|geojson)$': '/test/__mocks__/mockExportObject.js', - '\\.(gif|ttf|eot|png|jpg)$': '/test/__mocks__/mockExportString.js', - '\\.svg$': '/test/__mocks__/svgrMock.tsx', - '@superset-ui/(((?!(legacy-preset-chart-deckgl|core/src)).)*)$': - '/node_modules/@superset-ui/$1/src', - '@superset-ui/core/src/(.*)$': - '/node_modules/@superset-ui/core/src/$1', - }, - roots: ['/packages', '/plugins'], - setupFiles: ['/test/setup.ts'], - testEnvironment: 'jsdom', - testURL: 'http://localhost', - timers: 'real', - verbose: false, - transformIgnorePatterns: ['node_modules/(?!(vega-lite|lodash-es))'], - testPathIgnorePatterns: ['packages/generator-superset/generators'], - projects: [ - '', - { - displayName: 'node', - rootDir: '/packages/generator-superset', - testMatch: ['/test/**/?(*.)+(spec|test).{js,jsx,ts,tsx}'], - testEnvironment: 'node', - }, - ], - snapshotSerializers: ['@emotion/jest/enzyme-serializer'], -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/lerna.json b/superset-frontend/temporary_superset_ui/superset-ui/lerna.json deleted file mode 100644 index 2c532c58b2d19..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/lerna.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "lerna": "3.2.1", - "npmClient": "npm", - "packages": [ - "packages/*", - "plugins/*" - ], - "useWorkspaces": true, - "version": "0.18.25", - "ignoreChanges": [ - "**/*.md", - "**/*.spec.tsx?", - "**/*.spec.jsx?", - "**/__mocks__/**" - ], - "command": { - "publish": { - "message": "chore: publish %s", - "graphType": "all" - }, - "version": { - "message": "chore: publish %s", - "exact": true - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/package-lock.json b/superset-frontend/temporary_superset_ui/superset-ui/package-lock.json deleted file mode 100644 index 60990320d9e27..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/package-lock.json +++ /dev/null @@ -1,83384 +0,0 @@ -{ - "name": "@superset-ui/monorepo", - "version": "0.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@superset-ui/monorepo", - "version": "0.0.0", - "license": "Apache-2.0", - "workspaces": [ - "./packages/*", - "./plugins/*" - ], - "dependencies": { - "@airbnb/config-babel": "^3.1.0", - "@airbnb/config-jest": "^3.0.2", - "@airbnb/config-webpack": "^3.3.1", - "@babel/cli": "^7.11.5", - "@babel/compat-data": "^7.9.6", - "@babel/core": "^7.8.7", - "@babel/eslint-parser": "^7.16.0", - "@babel/node": "^7.8.7", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.8.6", - "@emotion/babel-preset-css-prop": "^11.2.0", - "@emotion/jest": "^11.3.0", - "@storybook/preset-typescript": "^3.0.0", - "@superset-ui/commit-config": "^0.0.9", - "@types/enzyme": "^3.10.3", - "@types/jest": "^26.0.4", - "@types/jsdom": "^12.2.4", - "@types/react": "^16.13.1", - "@types/react-test-renderer": "^16.9.2", - "@typescript-eslint/eslint-plugin": "^5.3.0", - "@typescript-eslint/parser": "^5.3.0", - "babel-eslint": "^10.1.0", - "babel-jest": "^26.6.3", - "babel-loader": "^8.2.2", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-jsx-remove-data-test-id": "^2.1.3", - "babel-plugin-lodash": "^3.3.4", - "babel-plugin-typescript-to-proptypes": "^1.4.2", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.1", - "enzyme-to-json": "^3.4.3", - "eslint": "^7.32.0", - "eslint-config-airbnb": "^18.2.1", - "eslint-config-prettier": "^7.1.0", - "eslint-import-resolver-typescript": "^2.3.0", - "eslint-import-resolver-webpack": "^0.13.0", - "eslint-plugin-cypress": "^2.11.2", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.1.3", - "eslint-plugin-jest-dom": "^3.6.5", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-no-only-tests": "^2.4.0", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^3.10.1", - "eslint-plugin-unicorn": "^25.0.1", - "esprint": "^0.7.0", - "fast-glob": "^3.2.4", - "fs-extra": "^9.0.0", - "global-box": "^1.2.0", - "husky": "^4.2.5", - "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.3", - "jest-environment-enzyme": "^7.1.2", - "jest-enzyme": "^7.1.2", - "jest-mock-console": "^1.0.0", - "jsdom": "^16.4.0", - "lerna": "^3.15.0", - "lint-staged": "^10.0.3", - "npm": "^7.5.4", - "prettier": "^2.4.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-loadable": "^5.5.0", - "react-test-renderer": "^16.13.1", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "ts-jest": "^26.4.2", - "ts-loader": "^8.0.7", - "typescript": "^4.1.2", - "webpack": "^4.42.0", - "webpack-bundle-analyzer": "^3.6.1", - "webpack-cli": "^3.3.11", - "webpack-dev-server": "^3.11.0", - "webpack-manifest-plugin": "^2.2.0", - "webpack-sources": "^1.4.3", - "yargs": "^15.4.1" - }, - "engines": { - "node": "14.x || 16.x", - "npm": "^7.5.4" - } - }, - "node_modules/@actions/core": { - "version": "1.6.0", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", - "dev": true, - "dependencies": { - "@actions/http-client": "^1.0.11" - } - }, - "node_modules/@actions/github": { - "version": "5.0.0", - "integrity": "sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==", - "dev": true, - "dependencies": { - "@actions/http-client": "^1.0.11", - "@octokit/core": "^3.4.0", - "@octokit/plugin-paginate-rest": "^2.13.3", - "@octokit/plugin-rest-endpoint-methods": "^5.1.1" - } - }, - "node_modules/@actions/http-client": { - "version": "1.0.11", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", - "dev": true, - "dependencies": { - "tunnel": "0.0.6" - } - }, - "node_modules/@airbnb/config-babel": { - "version": "3.1.0", - "integrity": "sha512-pznP4jI9r17lb8W9+3EMmsFQRD18JjDZVwxCleZ1wWKpirVHZuKuXruXiJhCkGHR8pkPRda3P9WMzq7qc9GIEA==", - "dependencies": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/cli": "^7.8.4", - "@babel/core": "^7.9.0", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-transform-react-jsx-self": "^7.9.0", - "@babel/plugin-transform-react-jsx-source": "^7.9.0", - "@babel/plugin-transform-runtime": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@babel/preset-react": "^7.9.4", - "@babel/preset-typescript": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-babel": "^1.2.3", - "babel-plugin-graphql-tag": "^2.5.0", - "babel-plugin-transform-dev": "^2.0.1", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "babel-plugin-typescript-to-proptypes": "^1.3.2" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/@airbnb/config-jest": { - "version": "3.0.2", - "integrity": "sha512-1NmUNz85gEZGRe7MjeHAREDxt73zKRQaDVTPmy+z8FlavC1AH8ugkUGa/cdnTkD+SVZ5q/Y/1G0f5e8lspMVOQ==", - "dependencies": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/core": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-babel": "^1.2.3", - "@beemo/driver-jest": "^1.2.1", - "airbnb-js-shims": "^2.2.1", - "dom-storage": "^2.1.0", - "jest": "^25.5.4" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@beemo/driver-jest": { - "version": "1.2.3", - "integrity": "sha512-cj8dSz1kNv+v4ygUTRtnOAoqZUbTfqrJ595OgtXqvtgxUmA6JPJ0QQq38yH4HJjPYlw9a2ENc76snzZjZIxJOg==", - "dependencies": { - "@jest/types": "^25.4.0" - }, - "engines": { - "node": ">=8.9.0" - }, - "peerDependencies": { - "@beemo/core": "^1.0.0", - "@beemo/driver-babel": "^1.0.0", - "jest": "^24.0.0 || ^25.0.0 || ^26.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/console": { - "version": "25.5.0", - "integrity": "sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==", - "dependencies": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "jest-message-util": "^25.5.0", - "jest-util": "^25.5.0", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/core": { - "version": "25.5.4", - "integrity": "sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA==", - "dependencies": { - "@jest/console": "^25.5.0", - "@jest/reporters": "^25.5.1", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^25.5.0", - "jest-config": "^25.5.4", - "jest-haste-map": "^25.5.1", - "jest-message-util": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-resolve-dependencies": "^25.5.4", - "jest-runner": "^25.5.4", - "jest-runtime": "^25.5.4", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "jest-watcher": "^25.5.0", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "realpath-native": "^2.0.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/environment": { - "version": "25.5.0", - "integrity": "sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA==", - "dependencies": { - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/fake-timers": { - "version": "25.5.0", - "integrity": "sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ==", - "dependencies": { - "@jest/types": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "lolex": "^5.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/globals": { - "version": "25.5.2", - "integrity": "sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA==", - "dependencies": { - "@jest/environment": "^25.5.0", - "@jest/types": "^25.5.0", - "expect": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/reporters": { - "version": "25.5.1", - "integrity": "sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw==", - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^25.5.1", - "jest-resolve": "^25.5.1", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^3.1.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^4.1.3" - }, - "engines": { - "node": ">= 8.3" - }, - "optionalDependencies": { - "node-notifier": "^6.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/source-map": { - "version": "25.5.0", - "integrity": "sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ==", - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/test-result": { - "version": "25.5.0", - "integrity": "sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A==", - "dependencies": { - "@jest/console": "^25.5.0", - "@jest/types": "^25.5.0", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/test-sequencer": { - "version": "25.5.4", - "integrity": "sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA==", - "dependencies": { - "@jest/test-result": "^25.5.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^25.5.1", - "jest-runner": "^25.5.4", - "jest-runtime": "^25.5.4" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/transform": { - "version": "25.5.1", - "integrity": "sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^25.5.0", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^3.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^25.5.1", - "jest-regex-util": "^25.2.6", - "jest-util": "^25.5.0", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "realpath-native": "^2.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@jest/types": { - "version": "25.5.0", - "integrity": "sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@types/istanbul-reports": { - "version": "1.1.2", - "integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==", - "dependencies": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@airbnb/config-jest/node_modules/@types/prettier": { - "version": "1.19.1", - "integrity": "sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==" - }, - "node_modules/@airbnb/config-jest/node_modules/@types/stack-utils": { - "version": "1.0.1", - "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==" - }, - "node_modules/@airbnb/config-jest/node_modules/acorn-globals": { - "version": "4.3.4", - "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==", - "dependencies": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - } - }, - "node_modules/@airbnb/config-jest/node_modules/acorn-globals/node_modules/acorn": { - "version": "6.4.2", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/acorn-walk": { - "version": "6.2.0", - "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@airbnb/config-jest/node_modules/astral-regex": { - "version": "1.0.0", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@airbnb/config-jest/node_modules/babel-jest": { - "version": "25.5.1", - "integrity": "sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==", - "dependencies": { - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^25.5.0", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/babel-plugin-jest-hoist": { - "version": "25.5.0", - "integrity": "sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==", - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/babel-preset-current-node-syntax": { - "version": "0.1.4", - "integrity": "sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==", - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^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" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/babel-preset-jest": { - "version": "25.5.0", - "integrity": "sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==", - "dependencies": { - "babel-plugin-jest-hoist": "^25.5.0", - "babel-preset-current-node-syntax": "^0.1.2" - }, - "engines": { - "node": ">= 8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/data-urls": { - "version": "1.1.0", - "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", - "dependencies": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/diff-sequences": { - "version": "25.2.6", - "integrity": "sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==", - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/domexception": { - "version": "1.0.1", - "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", - "dependencies": { - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/@airbnb/config-jest/node_modules/escape-string-regexp": { - "version": "2.0.0", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/escodegen": { - "version": "1.14.3", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/@airbnb/config-jest/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/execa": { - "version": "3.4.0", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/expect": { - "version": "25.5.0", - "integrity": "sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA==", - "dependencies": { - "@jest/types": "^25.5.0", - "ansi-styles": "^4.0.0", - "jest-get-type": "^25.2.6", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-regex-util": "^25.2.6" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/html-encoding-sniffer": { - "version": "1.0.2", - "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", - "dependencies": { - "whatwg-encoding": "^1.0.1" - } - }, - "node_modules/@airbnb/config-jest/node_modules/istanbul-lib-instrument": { - "version": "4.0.3", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", - "dependencies": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest": { - "version": "25.5.4", - "integrity": "sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ==", - "dependencies": { - "@jest/core": "^25.5.4", - "import-local": "^3.0.2", - "jest-cli": "^25.5.4" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-changed-files": { - "version": "25.5.0", - "integrity": "sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==", - "dependencies": { - "@jest/types": "^25.5.0", - "execa": "^3.2.0", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-cli": { - "version": "25.5.4", - "integrity": "sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw==", - "dependencies": { - "@jest/core": "^25.5.4", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^25.5.4", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "prompts": "^2.0.1", - "realpath-native": "^2.0.0", - "yargs": "^15.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-config": { - "version": "25.5.4", - "integrity": "sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^25.5.4", - "@jest/types": "^25.5.0", - "babel-jest": "^25.5.1", - "chalk": "^3.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^25.5.0", - "jest-environment-node": "^25.5.0", - "jest-get-type": "^25.2.6", - "jest-jasmine2": "^25.5.4", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "micromatch": "^4.0.2", - "pretty-format": "^25.5.0", - "realpath-native": "^2.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-diff": { - "version": "25.5.0", - "integrity": "sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==", - "dependencies": { - "chalk": "^3.0.0", - "diff-sequences": "^25.2.6", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-docblock": { - "version": "25.3.0", - "integrity": "sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==", - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-each": { - "version": "25.5.0", - "integrity": "sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==", - "dependencies": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "jest-get-type": "^25.2.6", - "jest-util": "^25.5.0", - "pretty-format": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-environment-jsdom": { - "version": "25.5.0", - "integrity": "sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A==", - "dependencies": { - "@jest/environment": "^25.5.0", - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "jsdom": "^15.2.1" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-environment-node": { - "version": "25.5.0", - "integrity": "sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA==", - "dependencies": { - "@jest/environment": "^25.5.0", - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-get-type": { - "version": "25.2.6", - "integrity": "sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==", - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-haste-map": { - "version": "25.5.1", - "integrity": "sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ==", - "dependencies": { - "@jest/types": "^25.5.0", - "@types/graceful-fs": "^4.1.2", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-serializer": "^25.5.0", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7", - "which": "^2.0.2" - }, - "engines": { - "node": ">= 8.3" - }, - "optionalDependencies": { - "fsevents": "^2.1.2" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-jasmine2": { - "version": "25.5.4", - "integrity": "sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==", - "dependencies": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^25.5.0", - "@jest/source-map": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "co": "^4.6.0", - "expect": "^25.5.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^25.5.0", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-runtime": "^25.5.4", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "pretty-format": "^25.5.0", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-leak-detector": { - "version": "25.5.0", - "integrity": "sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA==", - "dependencies": { - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-matcher-utils": { - "version": "25.5.0", - "integrity": "sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw==", - "dependencies": { - "chalk": "^3.0.0", - "jest-diff": "^25.5.0", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-message-util": { - "version": "25.5.0", - "integrity": "sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^25.5.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "slash": "^3.0.0", - "stack-utils": "^1.0.1" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-mock": { - "version": "25.5.0", - "integrity": "sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA==", - "dependencies": { - "@jest/types": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-regex-util": { - "version": "25.2.6", - "integrity": "sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw==", - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-resolve": { - "version": "25.5.1", - "integrity": "sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ==", - "dependencies": { - "@jest/types": "^25.5.0", - "browser-resolve": "^1.11.3", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.1", - "read-pkg-up": "^7.0.1", - "realpath-native": "^2.0.0", - "resolve": "^1.17.0", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-resolve-dependencies": { - "version": "25.5.4", - "integrity": "sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw==", - "dependencies": { - "@jest/types": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-snapshot": "^25.5.1" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-runner": { - "version": "25.5.4", - "integrity": "sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg==", - "dependencies": { - "@jest/console": "^25.5.0", - "@jest/environment": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^25.5.4", - "jest-docblock": "^25.3.0", - "jest-haste-map": "^25.5.1", - "jest-jasmine2": "^25.5.4", - "jest-leak-detector": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-resolve": "^25.5.1", - "jest-runtime": "^25.5.4", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-runtime": { - "version": "25.5.4", - "integrity": "sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ==", - "dependencies": { - "@jest/console": "^25.5.0", - "@jest/environment": "^25.5.0", - "@jest/globals": "^25.5.2", - "@jest/source-map": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^25.5.4", - "jest-haste-map": "^25.5.1", - "jest-message-util": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "realpath-native": "^2.0.0", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.3.1" - }, - "bin": { - "jest-runtime": "bin/jest-runtime.js" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-serializer": { - "version": "25.5.0", - "integrity": "sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==", - "dependencies": { - "graceful-fs": "^4.2.4" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-snapshot": { - "version": "25.5.1", - "integrity": "sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==", - "dependencies": { - "@babel/types": "^7.0.0", - "@jest/types": "^25.5.0", - "@types/prettier": "^1.19.0", - "chalk": "^3.0.0", - "expect": "^25.5.0", - "graceful-fs": "^4.2.4", - "jest-diff": "^25.5.0", - "jest-get-type": "^25.2.6", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-resolve": "^25.5.1", - "make-dir": "^3.0.0", - "natural-compare": "^1.4.0", - "pretty-format": "^25.5.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-util": { - "version": "25.5.0", - "integrity": "sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA==", - "dependencies": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "make-dir": "^3.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-validate": { - "version": "25.5.0", - "integrity": "sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ==", - "dependencies": { - "@jest/types": "^25.5.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "jest-get-type": "^25.2.6", - "leven": "^3.1.0", - "pretty-format": "^25.5.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-watcher": { - "version": "25.5.0", - "integrity": "sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q==", - "dependencies": { - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", - "jest-util": "^25.5.0", - "string-length": "^3.1.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jest-worker": { - "version": "25.5.0", - "integrity": "sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==", - "dependencies": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/jsdom": { - "version": "15.2.1", - "integrity": "sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==", - "dependencies": { - "abab": "^2.0.0", - "acorn": "^7.1.0", - "acorn-globals": "^4.3.2", - "array-equal": "^1.0.0", - "cssom": "^0.4.1", - "cssstyle": "^2.0.0", - "data-urls": "^1.1.0", - "domexception": "^1.0.1", - "escodegen": "^1.11.1", - "html-encoding-sniffer": "^1.0.2", - "nwsapi": "^2.2.0", - "parse5": "5.1.0", - "pn": "^1.1.0", - "request": "^2.88.0", - "request-promise-native": "^1.0.7", - "saxes": "^3.1.9", - "symbol-tree": "^3.2.2", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.1", - "w3c-xmlserializer": "^1.1.2", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^7.0.0", - "ws": "^7.0.0", - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "node_modules/@airbnb/config-jest/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@airbnb/config-jest/node_modules/node-notifier": { - "version": "6.0.0", - "integrity": "sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==", - "optional": true, - "dependencies": { - "growly": "^1.3.0", - "is-wsl": "^2.1.1", - "semver": "^6.3.0", - "shellwords": "^0.1.1", - "which": "^1.3.1" - } - }, - "node_modules/@airbnb/config-jest/node_modules/node-notifier/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "optional": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/@airbnb/config-jest/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/p-finally": { - "version": "2.0.1", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/parse5": { - "version": "5.1.0", - "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==" - }, - "node_modules/@airbnb/config-jest/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/pretty-format": { - "version": "25.5.0", - "integrity": "sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==", - "dependencies": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/@airbnb/config-jest/node_modules/saxes": { - "version": "3.1.11", - "integrity": "sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==", - "dependencies": { - "xmlchars": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@airbnb/config-jest/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/stack-utils": { - "version": "1.0.5", - "integrity": "sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==", - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/string-length": { - "version": "3.1.0", - "integrity": "sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==", - "dependencies": { - "astral-regex": "^1.0.0", - "strip-ansi": "^5.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/string-length/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@airbnb/config-jest/node_modules/string-length/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@airbnb/config-jest/node_modules/strip-bom": { - "version": "4.0.0", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/tough-cookie": { - "version": "3.0.1", - "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", - "dependencies": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@airbnb/config-jest/node_modules/tr46": { - "version": "1.0.1", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/v8-to-istanbul": { - "version": "4.1.4", - "integrity": "sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": "8.x.x || >=10.10.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@airbnb/config-jest/node_modules/w3c-xmlserializer": { - "version": "1.1.2", - "integrity": "sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==", - "dependencies": { - "domexception": "^1.0.1", - "webidl-conversions": "^4.0.2", - "xml-name-validator": "^3.0.0" - } - }, - "node_modules/@airbnb/config-jest/node_modules/webidl-conversions": { - "version": "4.0.2", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "node_modules/@airbnb/config-jest/node_modules/whatwg-url": { - "version": "7.1.0", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/@airbnb/config-webpack": { - "version": "3.3.1", - "integrity": "sha512-LduFte4q12yMJJoTyH0sYHsgKNpEoTgfMyApPqUZEezl0ikBbvXGvLXzWnHF5wLVH6lS5ns1AV9DrdfE3EZnew==", - "dependencies": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/core": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-webpack": "^1.2.4", - "babel-loader": "^8.1.0", - "execa": "^4.0.0", - "fast-glob": "^3.2.2", - "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.0.1", - "is-docker": "^2.0.0", - "terser-webpack-plugin": "^2.3.5", - "url-loader": "^4.0.0", - "webpack": "^4.42.1", - "webpack-bundle-analyzer": "^3.6.1", - "webpack-cli": "^3.3.11", - "webpack-dev-server": "^3.10.3", - "webpack-graphql-loader": "^1.0.2" - }, - "bin": { - "nimbus-webpack-server": "bin/server" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "peer": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "peer": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/enhanced-resolve": { - "version": "4.5.0", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "peer": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "peer": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "peer": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "peer": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "peer": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "peer": true - }, - "node_modules/@airbnb/config-webpack/node_modules/memory-fs": { - "version": "0.5.0", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "peer": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "peer": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "peer": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "peer": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "peer": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "peer": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/ts-loader": { - "version": "4.5.0", - "integrity": "sha512-ihgVaSmgrX4crGV4n7yuoHPoCHbDzj9aepCZR9TgIx4SgJ9gdnB6xLHgUBb7bsFM/f0K6x9iXa65KY/Fu1Klkw==", - "peer": true, - "dependencies": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^3.1.4", - "semver": "^5.0.1" - }, - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/@airbnb/config-webpack/node_modules/webpack-graphql-loader": { - "version": "1.0.2", - "integrity": "sha512-tMcfC/IPMYO8RXsihjMcOplOnyTFqVUHXYZN5mRNIuDy8ADNvqYWVqs3Qi/YBP+U05uesdy9UUvf7N8QZtkc5Q==", - "dependencies": { - "apollo-codegen": "^0.19.1", - "loader-utils": "^1.1.0", - "pify": "^3.0.0" - }, - "peerDependencies": { - "graphql": ">=0.11.7", - "ts-loader": "^4.4.1" - } - }, - "node_modules/@airbnb/nimbus-common": { - "version": "3.0.1", - "integrity": "sha512-Qa/cPOcFktW36UL1RScVvrX06Ybv5/EJ1UBPtLHPi9POMAtq7bV0xe0Q3qSdAHrUp+4a1K4Gt3pjk3OnDAcbBg==", - "dependencies": { - "@beemo/core": "^1.1.6", - "@boost/common": "^1.8.3", - "execa": "^4.0.0", - "fast-glob": "^3.2.2" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/@ant-design/colors": { - "version": "6.0.0", - "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==", - "dependencies": { - "@ctrl/tinycolor": "^3.4.0" - } - }, - "node_modules/@ant-design/icons": { - "version": "4.7.0", - "integrity": "sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==", - "dependencies": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons-svg": "^4.2.1", - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-util": "^5.9.4" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "react": ">=16.0.0", - "react-dom": ">=16.0.0" - } - }, - "node_modules/@ant-design/icons-svg": { - "version": "4.2.1", - "integrity": "sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==" - }, - "node_modules/@ant-design/icons/node_modules/rc-util": { - "version": "5.14.0", - "integrity": "sha512-2vy6/Z1BJUcwLjm/UEJb/htjUTQPigITUIemCcFEo1fQevAumc9sA32x2z5qyWoa9uhrXbiAjSDpPIUqyg65sA==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@babel/cli": { - "version": "7.15.7", - "integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==", - "dependencies": { - "commander": "^4.0.1", - "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.0.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0", - "source-map": "^0.5.0" - }, - "bin": { - "babel": "bin/babel.js", - "babel-external-helpers": "bin/babel-external-helpers.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "optionalDependencies": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.15.8", - "integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", - "dependencies": { - "@babel/highlight": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.15.0", - "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.15.8", - "integrity": "sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==", - "dependencies": { - "@babel/code-frame": "^7.15.8", - "@babel/generator": "^7.15.8", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-module-transforms": "^7.15.8", - "@babel/helpers": "^7.15.4", - "@babel/parser": "^7.15.8", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.6", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "semver": "^6.3.0", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/eslint-parser": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz", - "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==", - "dependencies": { - "eslint-scope": "^5.1.1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || >=14.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.11.0", - "eslint": "^7.5.0 || ^8.0.0" - } - }, - "node_modules/@babel/eslint-parser/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.15.8", - "integrity": "sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==", - "dependencies": { - "@babel/types": "^7.15.6", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.15.4", - "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.15.4", - "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", - "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.15.4", - "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==", - "dependencies": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-validator-option": "^7.14.5", - "browserslist": "^4.16.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.15.4", - "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-member-expression-to-functions": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.14.5", - "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "regexpu-core": "^4.7.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.2.3", - "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-explode-assignable-expression": { - "version": "7.15.4", - "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.15.4", - "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", - "dependencies": { - "@babel/helper-get-function-arity": "^7.15.4", - "@babel/template": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-get-function-arity": { - "version": "7.15.4", - "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.15.4", - "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.15.4", - "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.15.4", - "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.15.8", - "integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==", - "dependencies": { - "@babel/helper-module-imports": "^7.15.4", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-simple-access": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/helper-validator-identifier": "^7.15.7", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.15.4", - "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.14.5", - "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.15.4", - "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-wrap-function": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.15.4", - "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", - "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.15.4", - "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.15.4", - "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.15.4", - "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==", - "dependencies": { - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.15.7", - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.14.5", - "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.15.4", - "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==", - "dependencies": { - "@babel/helper-function-name": "^7.15.4", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.15.4", - "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", - "dependencies": { - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.14.5", - "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.5", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/node": { - "version": "7.15.8", - "integrity": "sha512-JbgTCrnx6IUECznEbQ7e2rbVYtrXKixSbEG2bxxbMkV648WdUf3tdc+ZUW2++dvnnAswcpwc76cRwf0xEQqsrw==", - "dependencies": { - "@babel/register": "^7.15.3", - "commander": "^4.0.1", - "core-js": "^3.16.0", - "node-environment-flags": "^1.0.5", - "regenerator-runtime": "^0.13.4", - "v8flags": "^3.1.1" - }, - "bin": { - "babel-node": "bin/babel-node.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/node/node_modules/core-js": { - "version": "3.18.3", - "integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/@babel/parser": { - "version": "7.15.8", - "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.15.4", - "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", - "@babel/plugin-proposal-optional-chaining": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.15.8", - "integrity": "sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-remap-async-to-generator": "^7.15.4", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.14.5", - "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.15.4", - "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.15.8", - "integrity": "sha512-5n8+xGK7YDrXF+WAORg3P7LlCCdiaAyKLZi22eP2BwTy4kJ0kFUMMDCj4nQ8YrKyNZgjhU/9eRVqONnjB3us8g==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-decorators": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.14.5", - "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-default-from": { - "version": "7.14.5", - "integrity": "sha512-T8KZ5abXvKMjF6JcoXjgac3ElmXf0AWzJwi2O/42Jk+HmCky3D9+i1B7NPP1FblyceqTevKeV/9szeikFoaMDg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-export-default-from": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.14.5", - "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.14.5", - "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.14.5", - "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.14.5", - "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.14.5", - "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.15.6", - "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==", - "dependencies": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.14.5", - "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.14.5", - "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.14.5", - "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.15.4", - "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.14.5", - "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.14.5", - "integrity": "sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-default-from": { - "version": "7.14.5", - "integrity": "sha512-snWDxjuaPEobRBnhpqEfZ8RMxDbHt8+87fiEioGuE+Uc0xAKgSD8QiuL3lF93hPVQfZFAcYwrrf+H5qUhike3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-flow": { - "version": "7.14.5", - "integrity": "sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.14.5", - "integrity": "sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.14.5", - "integrity": "sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.14.5", - "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.14.5", - "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==", - "dependencies": { - "@babel/helper-module-imports": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-remap-async-to-generator": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.14.5", - "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.15.3", - "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.15.4", - "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.14.5", - "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.14.7", - "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.14.5", - "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.14.5", - "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.14.5", - "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==", - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.14.5", - "integrity": "sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-flow": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.15.4", - "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.14.5", - "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==", - "dependencies": { - "@babel/helper-function-name": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.14.5", - "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.14.5", - "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.14.5", - "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==", - "dependencies": { - "@babel/helper-module-transforms": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.15.4", - "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==", - "dependencies": { - "@babel/helper-module-transforms": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-simple-access": "^7.15.4", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.15.4", - "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==", - "dependencies": { - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-module-transforms": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-identifier": "^7.14.9", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.14.5", - "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==", - "dependencies": { - "@babel/helper-module-transforms": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.14.9", - "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.14.5", - "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.14.5", - "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-replace-supers": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.15.4", - "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.14.5", - "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.15.1", - "integrity": "sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.14.9", - "integrity": "sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "@babel/helper-module-imports": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-jsx": "^7.14.5", - "@babel/types": "^7.14.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.14.5", - "integrity": "sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==", - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.14.9", - "integrity": "sha512-Fqqu0f8zv9W+RyOnx29BX/RlEsBRANbOf5xs5oxb2aHP4FKbLXxIaVPUiCti56LAR1IixMH4EyaixhUsKqoBHw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.14.5", - "integrity": "sha512-1TpSDnD9XR/rQ2tzunBVPThF5poaYT9GqP+of8fAtguYuI/dm2RkrMBDemsxtY0XBzvW7nXjYM0hRyKX9QYj7Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.14.5", - "integrity": "sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.14.5", - "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==", - "dependencies": { - "regenerator-transform": "^0.14.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.14.5", - "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.15.8", - "integrity": "sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==", - "dependencies": { - "@babel/helper-module-imports": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "babel-plugin-polyfill-corejs2": "^0.2.2", - "babel-plugin-polyfill-corejs3": "^0.2.5", - "babel-plugin-polyfill-regenerator": "^0.2.2", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.14.5", - "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.15.8", - "integrity": "sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.14.5", - "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.14.5", - "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.14.5", - "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.15.8", - "integrity": "sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-typescript": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.14.5", - "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.14.5", - "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/polyfill": { - "version": "7.12.1", - "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", - "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.", - "dependencies": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - } - }, - "node_modules/@babel/polyfill/node_modules/core-js": { - "version": "2.6.12", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/@babel/preset-env": { - "version": "7.15.8", - "integrity": "sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==", - "dependencies": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", - "@babel/plugin-proposal-async-generator-functions": "^7.15.8", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-class-static-block": "^7.15.4", - "@babel/plugin-proposal-dynamic-import": "^7.14.5", - "@babel/plugin-proposal-export-namespace-from": "^7.14.5", - "@babel/plugin-proposal-json-strings": "^7.14.5", - "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", - "@babel/plugin-proposal-numeric-separator": "^7.14.5", - "@babel/plugin-proposal-object-rest-spread": "^7.15.6", - "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", - "@babel/plugin-proposal-optional-chaining": "^7.14.5", - "@babel/plugin-proposal-private-methods": "^7.14.5", - "@babel/plugin-proposal-private-property-in-object": "^7.15.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@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-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.14.5", - "@babel/plugin-transform-async-to-generator": "^7.14.5", - "@babel/plugin-transform-block-scoped-functions": "^7.14.5", - "@babel/plugin-transform-block-scoping": "^7.15.3", - "@babel/plugin-transform-classes": "^7.15.4", - "@babel/plugin-transform-computed-properties": "^7.14.5", - "@babel/plugin-transform-destructuring": "^7.14.7", - "@babel/plugin-transform-dotall-regex": "^7.14.5", - "@babel/plugin-transform-duplicate-keys": "^7.14.5", - "@babel/plugin-transform-exponentiation-operator": "^7.14.5", - "@babel/plugin-transform-for-of": "^7.15.4", - "@babel/plugin-transform-function-name": "^7.14.5", - "@babel/plugin-transform-literals": "^7.14.5", - "@babel/plugin-transform-member-expression-literals": "^7.14.5", - "@babel/plugin-transform-modules-amd": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.15.4", - "@babel/plugin-transform-modules-systemjs": "^7.15.4", - "@babel/plugin-transform-modules-umd": "^7.14.5", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", - "@babel/plugin-transform-new-target": "^7.14.5", - "@babel/plugin-transform-object-super": "^7.14.5", - "@babel/plugin-transform-parameters": "^7.15.4", - "@babel/plugin-transform-property-literals": "^7.14.5", - "@babel/plugin-transform-regenerator": "^7.14.5", - "@babel/plugin-transform-reserved-words": "^7.14.5", - "@babel/plugin-transform-shorthand-properties": "^7.14.5", - "@babel/plugin-transform-spread": "^7.15.8", - "@babel/plugin-transform-sticky-regex": "^7.14.5", - "@babel/plugin-transform-template-literals": "^7.14.5", - "@babel/plugin-transform-typeof-symbol": "^7.14.5", - "@babel/plugin-transform-unicode-escapes": "^7.14.5", - "@babel/plugin-transform-unicode-regex": "^7.14.5", - "@babel/preset-modules": "^0.1.4", - "@babel/types": "^7.15.6", - "babel-plugin-polyfill-corejs2": "^0.2.2", - "babel-plugin-polyfill-corejs3": "^0.2.5", - "babel-plugin-polyfill-regenerator": "^0.2.2", - "core-js-compat": "^3.16.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-flow": { - "version": "7.14.5", - "integrity": "sha512-pP5QEb4qRUSVGzzKx9xqRuHUrM/jEzMqdrZpdMA+oUCRgd5zM1qGr5y5+ZgAL/1tVv1H0dyk5t4SKJntqyiVtg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-flow-strip-types": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.4", - "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-react": { - "version": "7.14.5", - "integrity": "sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-react-display-name": "^7.14.5", - "@babel/plugin-transform-react-jsx": "^7.14.5", - "@babel/plugin-transform-react-jsx-development": "^7.14.5", - "@babel/plugin-transform-react-pure-annotations": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-typescript": { - "version": "7.15.0", - "integrity": "sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-typescript": "^7.15.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/register": { - "version": "7.15.3", - "integrity": "sha512-mj4IY1ZJkorClxKTImccn4T81+UKTo4Ux0+OFSV9hME1ooqS9UV+pJ6BjD0qXPK4T3XW/KNa79XByjeEMZz+fw==", - "dependencies": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.15.4", - "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs2": { - "version": "7.15.4", - "integrity": "sha512-TmuTI+n5HsMesW6Ah2WjvBwix9fBMXwbMxQV3c0ETLAzlmwN4OeRVbYMYwp9P4LEOlAxwGKdd9e8pMiLMAg/Mg==", - "dependencies": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs2/node_modules/core-js": { - "version": "2.6.12", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.15.4", - "integrity": "sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==", - "dependencies": { - "core-js-pure": "^3.16.0", - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.15.4", - "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==", - "dependencies": { - "@babel/code-frame": "^7.14.5", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.15.4", - "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", - "dependencies": { - "@babel/code-frame": "^7.14.5", - "@babel/generator": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.15.6", - "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.9", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@base2/pretty-print-object": { - "version": "1.0.1", - "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==" - }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" - }, - "node_modules/@beemo/core": { - "version": "1.1.8", - "integrity": "sha512-mZfPEXoIwUQeAIHYt97c27cHk/xacIO/STOT29/lnzp4sbJiN1BtGcMa9+6zulVgiC2abeKuneSuXKXSu+LF3Q==", - "dependencies": { - "@beemo/dependency-graph": "^1.1.1", - "@boost/common": "^1.8.5", - "@boost/core": "^1.18.6", - "@boost/event": "^1.3.1", - "@types/micromatch": "^4.0.1", - "@types/yargs": "^15.0.5", - "@types/yargs-parser": "^15.0.0", - "chalk": "^3.0.0", - "execa": "^3.4.0", - "fast-glob": "^3.0.4", - "fs-extra": "^8.1.0", - "hygen": "^5.0.3", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "micromatch": "^4.0.2", - "optimal": "^4.2.0", - "yargs": "^15.3.1", - "yargs-parser": "^18.1.3" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@beemo/core/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@beemo/core/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@beemo/core/node_modules/execa": { - "version": "3.4.0", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/@beemo/core/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@beemo/core/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@beemo/core/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@beemo/core/node_modules/p-finally": { - "version": "2.0.1", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@beemo/core/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@beemo/core/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@beemo/dependency-graph": { - "version": "1.1.1", - "integrity": "sha512-fGPazlIZmBfqC/ayoPm2jahdurssiYZV9HXb/MOYXmF6WdP6MIMALx6k18kjAxJflv5FcmvS6ESKU+eBrrh0ug==", - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@beemo/driver-babel": { - "version": "1.2.6", - "integrity": "sha512-ZQTi87HDBkJwsmtBsL2RYKJ7LH3z/tcxTtkrEBGPCeElBUdQ9Drr1adqQP1AWim9/vq6U/PmiLHl7a+nIBV8Sg==", - "dependencies": { - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=8.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@beemo/core": "^1.0.0" - } - }, - "node_modules/@beemo/driver-webpack": { - "version": "1.2.6", - "integrity": "sha512-2sPD+rrkYJlB4fnKB7QKAc2txb/3h/RLljfTJjpOSC2iOTi2/3c9FaefhMOKNRnT2SMNuBPGpuITxvekvJOXhQ==", - "dependencies": { - "@types/webpack": "^4.41.13" - }, - "engines": { - "node": ">=8.9.0" - }, - "peerDependencies": { - "@beemo/core": "^1.0.0", - "webpack": "^4.0.0" - } - }, - "node_modules/@boost/common": { - "version": "1.9.0", - "integrity": "sha512-noa7rTHvOjEz+RBAiQetD3/I3vBgj4ssrmcN4ElMXrFEDgcrHeWWnJ/iMx8JeSUAtedyh6XNSjiwgjToS67x5w==", - "dependencies": { - "@boost/internal": "^1.2.0", - "json5": "^2.1.3", - "optimal": "^4.2.0", - "pretty-ms": "^5.1.0", - "yaml": "^1.9.2" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/core": { - "version": "1.18.7", - "integrity": "sha512-ixlcsu0tIA9Q3hoXQDip2NFHFQdBPjnRrmEMbFXaF2rUJD4ZA51EkKXfQWLFLIErDlJNwrorSWHXaHoJuSfNag==", - "deprecated": "Package has been deprecated. Core has been split into multiple stand-alone packages. https://github.com/milesj/boost", - "dependencies": { - "@boost/common": "^1.9.0", - "@boost/debug": "^1.4.7", - "@boost/event": "^1.3.1", - "@boost/internal": "^1.2.0", - "@boost/log": "^1.2.1", - "@boost/terminal": "^1.0.3", - "@boost/translate": "^1.3.10", - "@types/debug": "^4.1.5", - "@types/yargs": "^15.0.4", - "@types/yargs-parser": "^15.0.0", - "debug": "^4.1.1", - "env-ci": "^4.5.1", - "execa": "^3.4.0", - "exit": "^0.1.2", - "fast-glob": "^3.2.2", - "fs-extra": "^8.1.0", - "json5": "^2.1.3", - "lodash": "^4.17.15", - "optimal": "^4.2.0", - "pluralize": "^8.0.0", - "split": "^1.0.1", - "yargs-parser": "^18.1.2" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/core/node_modules/execa": { - "version": "3.4.0", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/@boost/core/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@boost/core/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@boost/core/node_modules/p-finally": { - "version": "2.0.1", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/core/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@boost/debug": { - "version": "1.4.7", - "integrity": "sha512-Vw+4r6K17T0yLVIunpnjWOcbs5K4qFx98tEaXawE2PFicaR+DPPPXTihAZWkzTuZxM7Lh2s8RI8s+70HfsOc0Q==", - "dependencies": { - "@boost/common": "^1.9.0", - "@boost/internal": "^1.2.0", - "@types/debug": "^4.1.5", - "debug": "^4.1.1", - "execa": "^3.4.0", - "fast-glob": "^3.2.2" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/debug/node_modules/execa": { - "version": "3.4.0", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/@boost/debug/node_modules/p-finally": { - "version": "2.0.1", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/event": { - "version": "1.3.1", - "integrity": "sha512-DjXS55vhBswRZQ5DDL592PZRsTfjgkpEAQCFrUmdNEIi3wUCmrc2BrGg1FdxNtln8FAsGYmLy+s0IyFIyYpUxA==", - "dependencies": { - "@boost/internal": "^1.2.0" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/internal": { - "version": "1.2.0", - "integrity": "sha512-G+F62WMOReCD/tXC1gQgvhfbVXEtorNJZFcYZ0sG4KHWlJK0gw6DZpoFG8tCrUKQuZ5aXmA783w3iypRTCZzpg==", - "dependencies": { - "chalk": "^3.0.0", - "debug": "^4.1.1" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/internal/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@boost/internal/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/internal/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/internal/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/log": { - "version": "1.2.1", - "integrity": "sha512-76He+uVCY1DDa28/TaGddBQhQ3uIlndasH7+y139M/J8+l6e0TZgQtBHFJY74mkrUmg0h4GfJ0oyiJ91ysrwYw==", - "dependencies": { - "@boost/internal": "^1.2.0", - "@boost/translate": "^1.3.10", - "chalk": "^3.0.0" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/log/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@boost/log/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/log/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/log/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/terminal": { - "version": "1.0.3", - "integrity": "sha512-r9PRBWzW5JBlfMkB0aVh/ighrxpFE/lQriQCBKqAYWFdglHCZtewkz8Bjxu8fPUuAR6dp/SqvFbS5S7Pukpo2Q==", - "dependencies": { - "ansi-escapes": "^4.3.1", - "ansi-regex": "^5.0.0", - "chalk": "^3.0.0", - "cli-truncate": "^2.1.0", - "figures": "^3.2.0", - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "supports-hyperlinks": "^2.1.0", - "term-size": "^2.2.0", - "wrap-ansi": "^6.2.0" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@boost/terminal/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@boost/terminal/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/terminal/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/terminal/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@boost/translate": { - "version": "1.3.10", - "integrity": "sha512-wbFDQCKoy1iCukzUsbt4IUJayTCj0tJRvkOQ6yk4fNhVoHvfGFUSdI774bdi0uMwpU+RGdxZS22nxhv+d1P8Fw==", - "dependencies": { - "@boost/common": "^1.9.0", - "@boost/internal": "^1.2.0", - "i18next": "^19.4.2", - "os-locale": "^4.0.0" - }, - "engines": { - "node": ">=8.9.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/@chromaui/localtunnel": { - "version": "2.0.4", - "integrity": "sha512-92AI1cIzI8XmKnsuKhIOysdZ+ecc8iCqRnoUnZ4/6Nr9PEd/CStJtK6OBAanw1QYPiojzegfeAW3uBSVFxLm4g==", - "dev": true, - "dependencies": { - "axios": "0.21.4", - "debug": "4.3.1", - "openurl": "1.1.1", - "yargs": "16.2.0" - }, - "bin": { - "lt": "bin/lt.js" - }, - "engines": { - "node": ">=8.3.0" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/cliui": { - "version": "7.0.4", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/debug": { - "version": "4.3.1", - "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@chromaui/localtunnel/node_modules/wrap-ansi": { - "version": "7.0.0", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/y18n": { - "version": "5.0.8", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/yargs": { - "version": "16.2.0", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@chromaui/localtunnel/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@cnakazawa/watch": { - "version": "1.0.4", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dependencies": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "bin": { - "watch": "cli.js" - }, - "engines": { - "node": ">=0.1.95" - } - }, - "node_modules/@commitlint/cli": { - "version": "7.6.1", - "integrity": "sha512-HEJwQ/aK0AOcAwn77ZKbb/GZhlGxBSPhtVp07uoJFVqM12l2Ia2JHA+MTpfHCFdVahKyYGREZgxde6LyKyG8aQ==", - "dependencies": { - "@commitlint/format": "^7.6.1", - "@commitlint/lint": "^7.6.0", - "@commitlint/load": "^7.6.1", - "@commitlint/read": "^7.6.0", - "babel-polyfill": "6.26.0", - "chalk": "2.3.1", - "get-stdin": "7.0.0", - "lodash": "4.17.11", - "meow": "5.0.0", - "resolve-from": "5.0.0", - "resolve-global": "1.0.0" - }, - "bin": { - "commitlint": "lib/cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/cli/node_modules/chalk": { - "version": "2.3.1", - "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==", - "dependencies": { - "ansi-styles": "^3.2.0", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.2.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/cli/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@commitlint/cli/node_modules/lodash": { - "version": "4.17.11", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/@commitlint/config-conventional": { - "version": "7.6.0", - "integrity": "sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw==" - }, - "node_modules/@commitlint/config-lerna-scopes": { - "version": "7.6.0", - "integrity": "sha512-cp/gIi47in0VShYpI2cc0vG/TBriai2EZE5CUaun6LLl6++8vn8OF/2W/oJ0e8L43zX7T2v90yFoWNbFcLssIw==", - "dependencies": { - "import-from": "3.0.0", - "resolve-pkg": "2.0.0", - "semver": "6.0.0" - }, - "peerDependencies": { - "lerna": "^3.0.0" - } - }, - "node_modules/@commitlint/config-lerna-scopes/node_modules/semver": { - "version": "6.0.0", - "integrity": "sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@commitlint/ensure": { - "version": "7.6.0", - "integrity": "sha512-pSUrNud5L/8y+cLWo3LEa8Ce4bAAR33xMderFUhuNPHj7TwpNS7L4ROMnhL4ZlCYRazCRDlnPaJLPikMoWThfA==", - "dependencies": { - "lodash": "4.17.11" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/ensure/node_modules/lodash": { - "version": "4.17.11", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/@commitlint/execute-rule": { - "version": "7.6.0", - "integrity": "sha512-0inGOIlLefPDtiDOaZ6WoE1p+GEZZIj2VwUftUozD3C71TiwP9UfKAVVtUDFPIeL6RgSqCkCf7zsy6NKNxwkBg==", - "dependencies": { - "babel-runtime": "6.26.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/format": { - "version": "7.6.1", - "integrity": "sha512-Ldzf5N2Sr9RQqvlYwaQn4vz1WOZ7byYinspC/WCrbfcETGy28j7QE4OueZU6nNB9TjwwEorKm13uy7tDWPR7dg==", - "dependencies": { - "babel-runtime": "^6.23.0", - "chalk": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/is-ignored": { - "version": "7.6.0", - "integrity": "sha512-By/mLNhz+6Rtix9+Kyof1gdKiELchAnQHpdeKIHIOe9sjbvd3HqDoFHh/mGMMRnGIPMZOX5TO8Fqy3A/2HqlTw==", - "dependencies": { - "semver": "6.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/is-ignored/node_modules/semver": { - "version": "6.0.0", - "integrity": "sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@commitlint/lint": { - "version": "7.6.0", - "integrity": "sha512-aUIFX0lPRZL7WmT8W8qzogJD4LmHk6JPG3XUAX+K0pOHGjC/0ALvSAytvoLXy4fvmSnGJkXmWhzSW7c0Spa14Q==", - "dependencies": { - "@commitlint/is-ignored": "^7.6.0", - "@commitlint/parse": "^7.6.0", - "@commitlint/rules": "^7.6.0", - "babel-runtime": "^6.23.0", - "lodash": "4.17.11" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/lint/node_modules/lodash": { - "version": "4.17.11", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/@commitlint/load": { - "version": "7.6.2", - "integrity": "sha512-I+xk+BkXAG1roXNrPsR1eOd5hEa+oLc6HLYnHAT/HLGKKB3E01IGg3O5SGlg7lpf1yiAaYI+wAnNTr3f3sIbWQ==", - "dependencies": { - "@commitlint/execute-rule": "^7.6.0", - "@commitlint/resolve-extends": "^7.6.0", - "babel-runtime": "^6.23.0", - "cosmiconfig": "^5.2.0", - "lodash": "4.17.11", - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/load/node_modules/lodash": { - "version": "4.17.11", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/@commitlint/message": { - "version": "7.6.0", - "integrity": "sha512-PtP4jhBYGXLaQQC5jel+RQczG2tS3Cy6rRxQioUfCUaEg/LV029ao/KcL1kHEBJ8hSW/SUmnvDaD9Y6nozLQMA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/parse": { - "version": "7.6.0", - "integrity": "sha512-1x60kTqz2VBCjYE+8MV5BhE+ShPo7MgVlrMWSlxiiJDWP5CvWa+SBbUayDJ7rtOXimjTASZ9ZNZTuFPdJE/Y7A==", - "dependencies": { - "conventional-changelog-angular": "^1.3.3", - "conventional-commits-parser": "^2.1.0", - "lodash": "^4.17.11" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/read": { - "version": "7.6.0", - "integrity": "sha512-OyligtK/e4xnQklrQqTcSMM27eNhq+LqXfoeVouuPx059oDEw9wZYNN4HGzyxs4Pb6GdMpzRHLdeMQ24M+AiYw==", - "dependencies": { - "@commitlint/top-level": "^7.6.0", - "@marionebl/sander": "^0.6.0", - "babel-runtime": "^6.23.0", - "git-raw-commits": "^1.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/resolve-extends": { - "version": "7.6.0", - "integrity": "sha512-fk8KvNiEbRc+p8nPFuysVP2O95+sb8vlIDTjqtGVObqrzFINRfERXwqBmTBtcu556BoDAR2hwRVXmuwhns+Duw==", - "dependencies": { - "babel-runtime": "6.26.0", - "import-fresh": "^3.0.0", - "lodash": "4.17.11", - "resolve-from": "^5.0.0", - "resolve-global": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/resolve-extends/node_modules/lodash": { - "version": "4.17.11", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/@commitlint/rules": { - "version": "7.6.0", - "integrity": "sha512-shLJdMUwdVeE5UgOE8E+c+PFS7+0FFGfheMa3s6ZK+xX8pTUxseXZu9iCF4mwF+WWkVk518xPuNLvmYE96salQ==", - "dependencies": { - "@commitlint/ensure": "^7.6.0", - "@commitlint/message": "^7.6.0", - "@commitlint/to-lines": "^7.6.0", - "babel-runtime": "^6.23.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/to-lines": { - "version": "7.6.0", - "integrity": "sha512-L/Vl5ThRuBHnSNZBtc+p2LCs2ayxWodC+I/X3NKUywSmr6kKpJJCFqHHHqPu+yXwGUPwqCMQhogIGLuv9TtWWw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level": { - "version": "7.6.0", - "integrity": "sha512-R2RzJZDuT2TU2dZMrRd7olax5IDVcUB/O8k76d1LW13CQ9/2ArJi3TCFXSZIaGpCUnyAYA5KiCZ+c1opnyQuog==", - "dependencies": { - "find-up": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@commitlint/top-level/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@ctrl/tinycolor": { - "version": "3.4.0", - "integrity": "sha512-JZButFdZ1+/xAfpguQHoabIXkcqRRKpMrWKBkpEZZyxfY9C1DpADFB8PEqGSTeFr135SaTRfKqGKx5xSCLI7ZQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@data-ui/event-flow": { - "version": "0.0.84", - "integrity": "sha512-XOOYvpRMAT1r66dnGsrnQ+VEZVtY56np/wxzHcW7iqvvvxefvbkjGMUe0rAbMeSg17hjUfDQTBIBvf3uiVIQTA==", - "dependencies": { - "@babel/polyfill": "^7.0.0", - "@babel/runtime-corejs2": "^7.1.5", - "@data-ui/forms": "^0.0.84", - "@data-ui/radial-chart": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "0.0.140", - "@vx/bounds": "0.0.140", - "@vx/clip-path": "0.0.140", - "@vx/glyph": "0.0.140", - "@vx/gradient": "0.0.140", - "@vx/grid": "0.0.140", - "@vx/group": "0.0.140", - "@vx/legend": "0.0.140", - "@vx/pattern": "0.0.140", - "@vx/point": "0.0.136", - "@vx/responsive": "0.0.140", - "@vx/scale": "0.0.140", - "@vx/shape": "0.0.140", - "@vx/tooltip": "0.0.140", - "aphrodite": "^1.2.0", - "d3-array": "^1.2.0", - "d3-format": "^1.2.0", - "d3-selection": "^1.1.0", - "d3-zoom": "^1.3.0", - "immutable": "^3.8.1", - "prop-types": "^15.5.10", - "react-split-pane": "^0.1.63", - "react-with-styles": "^1.3.0", - "react-with-styles-interface-aphrodite": "^1.2.0", - "recompose": "^0.23.5" - }, - "peerDependencies": { - "aphrodite": "^1.2.0", - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/event-flow/node_modules/@vx/responsive": { - "version": "0.0.140", - "integrity": "sha1-xz7Gi56JoYFgXxrJ7MCfNSFneag=", - "dependencies": { - "lodash": "^4.0.8" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/event-flow/node_modules/hoist-non-react-statics": { - "version": "1.2.0", - "integrity": "sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs=" - }, - "node_modules/@data-ui/event-flow/node_modules/recompose": { - "version": "0.23.5", - "integrity": "sha1-cqyCYSRr7DeCNdGHRn0CpyHosd4=", - "dependencies": { - "change-emitter": "^0.1.2", - "fbjs": "^0.8.1", - "hoist-non-react-statics": "^1.0.0", - "symbol-observable": "^1.0.4" - }, - "peerDependencies": { - "react": "^0.14.0 || ^15.0.0" - } - }, - "node_modules/@data-ui/forms": { - "version": "0.0.84", - "integrity": "sha512-c6AEV4XDsIGT0+gwe8MNfRldtZfZaCs+ge2R1p9fkRwQd/nu8dJFVspuu0/EyHBtjm1F9y+6Drs3yyLFK3M+ug==", - "dependencies": { - "prop-types": "^15.5.10", - "react-select": "^1.2.1" - }, - "peerDependencies": { - "aphrodite": "^1.2.0", - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram": { - "version": "0.0.84", - "integrity": "sha512-JuAUd3cgbDvXd1PKddB3L3SvZj5VFXTLG9za0RlqgbEsddR2dgUfJJQ5GacJ7a3o/SpmJ0zRGJVXb5VZozjj2Q==", - "dependencies": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "^0.0.179", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.179", - "@vx/glyph": "^0.0.179", - "@vx/gradient": "^0.0.165", - "@vx/group": "^0.0.170", - "@vx/pattern": "^0.0.179", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.179", - "@vx/shape": "^0.0.179", - "@vx/tooltip": "0.0.179", - "d3-array": "^1.2.0", - "d3-scale": "^1.0.6", - "prop-types": "^15.5.10", - "react-move": "^2.1.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/axis": { - "version": "0.0.179", - "integrity": "sha512-FtUcdJxejYn5jgixSgSk9AdA96VwP9sCRATVfGvugEL0gtTKWYDbJEgSgqXfKqpeUdsDdf/JT7NVbLMc1hzrZg==", - "dependencies": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "@vx/text": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/bounds": { - "version": "0.0.165", - "integrity": "sha512-ZvRb72/4QNs1ZrytZTZxd0hfAb/KKfhsdkcYtIQkmdF6dTsjigMQZ+h2bLvLnbZb/RxyCCoxdiZSGXd+T1c//Q==", - "dependencies": { - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/glyph": { - "version": "0.0.179", - "integrity": "sha512-RO7adwyG+9gGzjFdfmplrojgWCT+gsOnIFcRgJNJjx41+P6hWdI9X4OpsLx8VVqNhp7g+hxBDZWte8AxTvLQGw==", - "dependencies": { - "@vx/group": "0.0.170", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/gradient": { - "version": "0.0.165", - "integrity": "sha512-FjRXMTmcy7k0TWsfDzWWXw6T9WXKP+6LS/GRgnguq271pab/P+AdOJThsVxtBgUc8ZOAPbub3/2Gggz9d8tocg==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/group": { - "version": "0.0.170", - "integrity": "sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/pattern": { - "version": "0.0.179", - "integrity": "sha512-qvJsK07oUnSbuzj9jo7b/1Up13DknIeTlj9FDIhg0UNmz90ikVN2CZIWtdJyc2I1AFDEg0odOqYXzUx9aEBRfg==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@data-ui/histogram/node_modules/@vx/responsive": { - "version": "0.0.192", - "integrity": "sha512-HaXVwhSJXUfRbzRV+glxsX0ki2Hi1mdpz42iuGArVQgDPJEmBHjkXyoiXU8U6v66M7FAH+OyKgtc5j2bfhyYzA==", - "dependencies": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/scale": { - "version": "0.0.179", - "integrity": "sha512-j40WiGu4VcHZdaSQAl12ig2w5c4Q9EVn7qqYf9PX7uoS5PbxRYNnHeKZ7e5Bf8O6b57iv5jFTfUV7HkpNF4vvg==", - "dependencies": { - "d3-scale": "^2.0.0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/scale/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/shape": { - "version": "0.0.179", - "integrity": "sha512-YHVNx4xGpbjolkW3Lb5pEgJB0+u349vfnLI976DJlinY0hRNa4TZbWXOB4ywLIrYzQEXXPMUR8WtdubNxg6g0w==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/text": { - "version": "0.0.179", - "integrity": "sha512-UD3/8o15+AQfjDI8LQ1Zj3EdQCwA3cfuQMR/M2F/Le4+JXQNMheeWz4xGyF4ZDs6r7c5cUI9Cd1RaPmGhYsX9g==", - "dependencies": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "prop-types": "^15.6.2", - "reduce-css-calc": "^1.3.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/@vx/tooltip": { - "version": "0.0.179", - "integrity": "sha512-BjMURtNpc1g3Li00iHt4bA9lbhk1FnsxCemYI1OF5tSSKHHal2ZAdxRS7o1sR9+jIa3RyD9flfIa1ibtrJh2Ew==", - "dependencies": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/histogram/node_modules/d3-scale": { - "version": "1.0.7", - "integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-color": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@data-ui/histogram/node_modules/resize-observer-polyfill": { - "version": "1.5.0", - "integrity": "sha512-M2AelyJDVR/oLnToJLtuDJRBBWUGUvvGigj1411hXhAdyFWqMaqHp7TixW3FpiLuVaikIcR1QL+zqoJoZlOgpg==" - }, - "node_modules/@data-ui/radial-chart": { - "version": "0.0.84", - "integrity": "sha512-YKvcrtXD+RnZIngB398exuGICIwbQeVbV3Sbqg6txd4dVN9ixsvOFHCaNO5ugqMcyVeFGpMZAtGeau5kUZa73Q==", - "dependencies": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/event": "0.0.140", - "@vx/group": "0.0.140", - "@vx/scale": "0.0.140", - "@vx/shape": "0.0.140", - "@vx/tooltip": "0.0.140", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/radial-chart/node_modules/@vx/event": { - "version": "0.0.140", - "integrity": "sha1-ZY7E3pLNYd9AuIMpYWjU4IJAFb8=", - "dependencies": { - "@vx/point": "0.0.136" - } - }, - "node_modules/@data-ui/shared": { - "version": "0.0.84", - "integrity": "sha512-MsDLsFzBHFEREr/eF2/RX1o/cXioEg+VQTsM8gViW5ywGQ7Xo5+EqUOaBSrwqKAkvp3e8PaEZVkchPC54IBhrA==", - "dependencies": { - "@data-ui/theme": "^0.0.84", - "@vx/event": "^0.0.165", - "@vx/group": "^0.0.165", - "@vx/shape": "^0.0.168", - "@vx/tooltip": "0.0.165", - "d3-array": "^1.2.1", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/shared/node_modules/@vx/bounds": { - "version": "0.0.165", - "integrity": "sha512-ZvRb72/4QNs1ZrytZTZxd0hfAb/KKfhsdkcYtIQkmdF6dTsjigMQZ+h2bLvLnbZb/RxyCCoxdiZSGXd+T1c//Q==", - "dependencies": { - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/shared/node_modules/@vx/event": { - "version": "0.0.165", - "integrity": "sha512-FsQiw0f3s5DQB6aBQmBcoWk9e4q65LcDobHIyV8qrmpW2QgV2NvQFM1w0Q300ohpRMgJDzGk68HHHQgFOJvApw==", - "dependencies": { - "@vx/point": "0.0.165" - } - }, - "node_modules/@data-ui/shared/node_modules/@vx/group": { - "version": "0.0.165", - "integrity": "sha512-gi1DSg8AAaVRseyWiq8y4bzyvKiQIXT6vDUYBVRmv2LBcpHocBGaxNiNK0X602RgLG0XmNyRv6qSCWLOaBs3Mg==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/shared/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@data-ui/shared/node_modules/@vx/shape": { - "version": "0.0.168", - "integrity": "sha512-urKZkwSafMpPQ0wI/L5FJmufRiAR4UsgYUCKxROjfE1Cf4jWNlK6mlVIIASxCdHlh9CGBbIrRMdl5Yv5lzqhjA==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.165", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/shared/node_modules/@vx/tooltip": { - "version": "0.0.165", - "integrity": "sha512-/x1NZc67QGQ4e/WNT7Ks5LYRyeLSqp8lG04gX5J6leUS0zscAVzo3aE5u65Qqbc0cnMyMPRZ2Qtb4klWTLg+eQ==", - "dependencies": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline": { - "version": "0.0.84", - "integrity": "sha512-Ja7T2JjioZtnoy0PEXF72qv/J8xIotu+oS1Z+ygVGZni6aN/DUY35eGpg/DDeemEFDMoifcx+kYa5LU7hQCnJg==", - "dependencies": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.8", - "@vx/axis": "^0.0.179", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.179", - "@vx/glyph": "^0.0.179", - "@vx/gradient": "^0.0.165", - "@vx/group": "^0.0.170", - "@vx/pattern": "^0.0.179", - "@vx/point": "^0.0.165", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.179", - "@vx/shape": "^0.0.179", - "d3-array": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@data-ui/theme": { - "version": "0.0.8", - "integrity": "sha1-MRZyPQS5n2XHdQ+BpQDpYItIN8M=" - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/axis": { - "version": "0.0.179", - "integrity": "sha512-FtUcdJxejYn5jgixSgSk9AdA96VwP9sCRATVfGvugEL0gtTKWYDbJEgSgqXfKqpeUdsDdf/JT7NVbLMc1hzrZg==", - "dependencies": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "@vx/text": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/glyph": { - "version": "0.0.179", - "integrity": "sha512-RO7adwyG+9gGzjFdfmplrojgWCT+gsOnIFcRgJNJjx41+P6hWdI9X4OpsLx8VVqNhp7g+hxBDZWte8AxTvLQGw==", - "dependencies": { - "@vx/group": "0.0.170", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/gradient": { - "version": "0.0.165", - "integrity": "sha512-FjRXMTmcy7k0TWsfDzWWXw6T9WXKP+6LS/GRgnguq271pab/P+AdOJThsVxtBgUc8ZOAPbub3/2Gggz9d8tocg==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/group": { - "version": "0.0.170", - "integrity": "sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/pattern": { - "version": "0.0.179", - "integrity": "sha512-qvJsK07oUnSbuzj9jo7b/1Up13DknIeTlj9FDIhg0UNmz90ikVN2CZIWtdJyc2I1AFDEg0odOqYXzUx9aEBRfg==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/responsive": { - "version": "0.0.192", - "integrity": "sha512-HaXVwhSJXUfRbzRV+glxsX0ki2Hi1mdpz42iuGArVQgDPJEmBHjkXyoiXU8U6v66M7FAH+OyKgtc5j2bfhyYzA==", - "dependencies": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/scale": { - "version": "0.0.179", - "integrity": "sha512-j40WiGu4VcHZdaSQAl12ig2w5c4Q9EVn7qqYf9PX7uoS5PbxRYNnHeKZ7e5Bf8O6b57iv5jFTfUV7HkpNF4vvg==", - "dependencies": { - "d3-scale": "^2.0.0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/shape": { - "version": "0.0.179", - "integrity": "sha512-YHVNx4xGpbjolkW3Lb5pEgJB0+u349vfnLI976DJlinY0hRNa4TZbWXOB4ywLIrYzQEXXPMUR8WtdubNxg6g0w==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/@vx/text": { - "version": "0.0.179", - "integrity": "sha512-UD3/8o15+AQfjDI8LQ1Zj3EdQCwA3cfuQMR/M2F/Le4+JXQNMheeWz4xGyF4ZDs6r7c5cUI9Cd1RaPmGhYsX9g==", - "dependencies": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "prop-types": "^15.6.2", - "reduce-css-calc": "^1.3.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/sparkline/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@data-ui/sparkline/node_modules/resize-observer-polyfill": { - "version": "1.5.0", - "integrity": "sha512-M2AelyJDVR/oLnToJLtuDJRBBWUGUvvGigj1411hXhAdyFWqMaqHp7TixW3FpiLuVaikIcR1QL+zqoJoZlOgpg==" - }, - "node_modules/@data-ui/theme": { - "version": "0.0.84", - "integrity": "sha512-jIoHftC/5c/LVJYF4VSBjjVjrjc0yj4mLkGe8p0eVO7qUYKVvlWx7PrpM7ucyefvuAaKIwlr+Nh2xPGPdADjaA==" - }, - "node_modules/@data-ui/xy-chart": { - "version": "0.0.84", - "integrity": "sha512-4mRWEGfeQJ2kFXmQ81k1gDPx2zdkty6lt0+srui4zleSyhnBv1dmm9J03dq+qwr7+bpzjfq77nINV5HXWb31Bg==", - "dependencies": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "^0.0.175", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.165", - "@vx/glyph": "^0.0.165", - "@vx/gradient": "^0.0.165", - "@vx/grid": "^0.0.180", - "@vx/group": "^0.0.165", - "@vx/pattern": "^0.0.165", - "@vx/point": "^0.0.165", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.165", - "@vx/shape": "^0.0.165", - "@vx/stats": "^0.0.165", - "@vx/text": "^0.0.192", - "@vx/threshold": "0.0.170", - "@vx/tooltip": "^0.0.165", - "@vx/voronoi": "^0.0.165", - "d3-array": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/axis": { - "version": "0.0.175", - "integrity": "sha512-qVRIHurnbPnRF4p0KQITArOUSF564tWW1pc48giLz+DJGlcJ4H9RfOSTpV6rnnP15xto6pQdQehBgBAvFRmoig==", - "dependencies": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.175", - "@vx/text": "0.0.175", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/axis/node_modules/@vx/group": { - "version": "0.0.170", - "integrity": "sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/axis/node_modules/@vx/shape": { - "version": "0.0.175", - "integrity": "sha512-bjAJoIIpKjUEPDV2xmTYGUvSvwRztv+6rd1c6NPZG/nIuqsMHFnFig/2xTcQJEQhRg6aKzvxIUo43zPSSq3fWA==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/axis/node_modules/@vx/text": { - "version": "0.0.175", - "integrity": "sha512-SOBhctXXAGhhpCOiTjxOM/8NDaDqGRk3OGfsJ714Mt1UJX6VQaKxFocZJwn6IMw3mNG6/p7O4Eao/gGDcoM6+A==", - "dependencies": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "reduce-css-calc": "^1.3.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/bounds": { - "version": "0.0.165", - "integrity": "sha512-ZvRb72/4QNs1ZrytZTZxd0hfAb/KKfhsdkcYtIQkmdF6dTsjigMQZ+h2bLvLnbZb/RxyCCoxdiZSGXd+T1c//Q==", - "dependencies": { - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/event": { - "version": "0.0.165", - "integrity": "sha512-FsQiw0f3s5DQB6aBQmBcoWk9e4q65LcDobHIyV8qrmpW2QgV2NvQFM1w0Q300ohpRMgJDzGk68HHHQgFOJvApw==", - "dependencies": { - "@vx/point": "0.0.165" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/glyph": { - "version": "0.0.165", - "integrity": "sha512-kccUm40e/VCtayxqvcwc2K2M6oNXO7IafwIfw1RRv6Fj4Iutto9ZpI+PGOf/zPnYVueoLnWBXT/HE7IRS+C2gw==", - "dependencies": { - "@vx/group": "0.0.165", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/gradient": { - "version": "0.0.165", - "integrity": "sha512-FjRXMTmcy7k0TWsfDzWWXw6T9WXKP+6LS/GRgnguq271pab/P+AdOJThsVxtBgUc8ZOAPbub3/2Gggz9d8tocg==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/grid": { - "version": "0.0.180", - "integrity": "sha512-+ugS0c6GbwHr6pFU0znnOG3/zTwRRadvWwj3E4ZOHmKUSz6ZEN6JNo+rD3WSZckYwLis6UivmYfJ5cV6AM4ufg==", - "dependencies": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/grid/node_modules/@vx/group": { - "version": "0.0.170", - "integrity": "sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/grid/node_modules/@vx/shape": { - "version": "0.0.179", - "integrity": "sha512-YHVNx4xGpbjolkW3Lb5pEgJB0+u349vfnLI976DJlinY0hRNa4TZbWXOB4ywLIrYzQEXXPMUR8WtdubNxg6g0w==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/group": { - "version": "0.0.165", - "integrity": "sha512-gi1DSg8AAaVRseyWiq8y4bzyvKiQIXT6vDUYBVRmv2LBcpHocBGaxNiNK0X602RgLG0XmNyRv6qSCWLOaBs3Mg==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/pattern": { - "version": "0.0.165", - "integrity": "sha512-h5nmfcYlQYYzNhlhqaYUvVnkmGnC0yWv5yU1snjHweGmIHTovV3RAbKgVFAP7kB3i2rbEtC3O8WkJN++cZdLzA==", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/responsive": { - "version": "0.0.192", - "integrity": "sha512-HaXVwhSJXUfRbzRV+glxsX0ki2Hi1mdpz42iuGArVQgDPJEmBHjkXyoiXU8U6v66M7FAH+OyKgtc5j2bfhyYzA==", - "dependencies": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/scale": { - "version": "0.0.165", - "integrity": "sha512-5jSgXJDU6J/KWIyCbpjHqysPCddp7tG3LbTV7UmtB1Qleb4m4slShTVSE7+EKU+zgiQPDGm0+E2ht4cet+7F7A==", - "dependencies": { - "d3-scale": "^2.0.0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/shape": { - "version": "0.0.165", - "integrity": "sha512-D9naH/glDtw8J8IcdumpRz1ihaoCAYMwFNh2KTv73HiTKrLQSXvIjwYFv9C0b8BCPNOXkDZS8s+AlgMSqGlZNQ==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.165", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/@vx/tooltip": { - "version": "0.0.165", - "integrity": "sha512-/x1NZc67QGQ4e/WNT7Ks5LYRyeLSqp8lG04gX5J6leUS0zscAVzo3aE5u65Qqbc0cnMyMPRZ2Qtb4klWTLg+eQ==", - "dependencies": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@data-ui/xy-chart/node_modules/resize-observer-polyfill": { - "version": "1.5.0", - "integrity": "sha512-M2AelyJDVR/oLnToJLtuDJRBBWUGUvvGigj1411hXhAdyFWqMaqHp7TixW3FpiLuVaikIcR1QL+zqoJoZlOgpg==" - }, - "node_modules/@discoveryjs/json-ext": { - "version": "0.5.5", - "integrity": "sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/@emotion/babel-plugin": { - "version": "11.3.0", - "integrity": "sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==", - "dependencies": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/runtime": "^7.13.10", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.2", - "babel-plugin-macros": "^2.6.1", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "^4.0.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@emotion/babel-plugin-jsx-pragmatic": { - "version": "0.1.5", - "integrity": "sha512-y+3AJ0SItMDaAgGPVkQBC/S/BaqaPACkQ6MyCI2CUlrjTxKttTVfD3TMtcs7vLEcLxqzZ1xiG0vzwCXjhopawQ==", - "dependencies": { - "@babel/plugin-syntax-jsx": "^7.2.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@emotion/babel-preset-css-prop": { - "version": "11.2.0", - "integrity": "sha512-9XLQm2eLPYTho+Cx1LQTDA1rATjoAaB4O+ds55XDvoAa+Z16Hhg8y5Vihj3C8E6+ilDM8SV5A9Z6z+yj0YIRBg==", - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.12.1", - "@babel/runtime": "^7.7.2", - "@emotion/babel-plugin": "^11.2.0", - "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.5.0", - "integrity": "sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==", - "dependencies": { - "@emotion/memoize": "^0.7.4", - "@emotion/sheet": "^1.0.3", - "@emotion/utils": "^1.0.0", - "@emotion/weak-memoize": "^0.2.5", - "stylis": "^4.0.10" - } - }, - "node_modules/@emotion/css": { - "version": "10.0.27", - "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==", - "dependencies": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - } - }, - "node_modules/@emotion/css-prettifier": { - "version": "1.0.0", - "integrity": "sha512-efxSrRTiTqHTQVKW15Gz5H4pNAw8OqcG8NaiwkJIkqIdNXTD4Qr1zC1Ou6r2acd1oJJ2s56nb1ClnXMiWoj6gQ==", - "dependencies": { - "@emotion/memoize": "^0.7.4", - "stylis": "^4.0.3" - } - }, - "node_modules/@emotion/css/node_modules/@emotion/memoize": { - "version": "0.7.4", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "node_modules/@emotion/css/node_modules/@emotion/serialize": { - "version": "0.11.16", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "dependencies": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "node_modules/@emotion/css/node_modules/@emotion/utils": { - "version": "0.11.3", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "node_modules/@emotion/hash": { - "version": "0.8.0", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.1.0", - "integrity": "sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==", - "dependencies": { - "@emotion/memoize": "^0.7.4" - } - }, - "node_modules/@emotion/jest": { - "version": "11.5.0", - "integrity": "sha512-bz791yTD1I9lyB+h0+nDahmMv4kf3d+hGj85QncY3qB8VwGe03zVxdKutgaTNg7gvsRFh3ovhQGbsbwOJZMXqQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@emotion/css-prettifier": "^1.0.0", - "chalk": "^4.1.0", - "specificity": "^0.4.1", - "stylis": "^4.0.10" - }, - "peerDependencies": { - "@types/jest": "^26.0.14 || ^27.0.0", - "enzyme-to-json": "^3.2.1" - }, - "peerDependenciesMeta": { - "@types/jest": { - "optional": true - }, - "enzyme-to-json": { - "optional": true - } - } - }, - "node_modules/@emotion/jest/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@emotion/jest/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@emotion/jest/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@emotion/jest/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.7.5", - "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==" - }, - "node_modules/@emotion/react": { - "version": "11.5.0", - "integrity": "sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@emotion/cache": "^11.5.0", - "@emotion/serialize": "^1.0.2", - "@emotion/sheet": "^1.0.3", - "@emotion/utils": "^1.0.0", - "@emotion/weak-memoize": "^0.2.5", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.0.2", - "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==", - "dependencies": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/serialize/node_modules/csstype": { - "version": "3.0.9", - "integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==" - }, - "node_modules/@emotion/sheet": { - "version": "1.0.3", - "integrity": "sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ==" - }, - "node_modules/@emotion/styled": { - "version": "11.3.0", - "integrity": "sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@emotion/babel-plugin": "^11.3.0", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/serialize": "^1.0.2", - "@emotion/utils": "^1.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/stylis": { - "version": "0.8.5", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "node_modules/@emotion/unitless": { - "version": "0.7.5", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "node_modules/@emotion/utils": { - "version": "1.0.0", - "integrity": "sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.2.5", - "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" - }, - "node_modules/@encodable/color": { - "version": "1.1.1", - "integrity": "sha512-3QlHqsaD+D4W4T6E4Wq4mp7MBpt5yCkCmgTh6AfsoUfJeAEogA92d8r3Y67Zuppcs/eepHW0ip8zfehS2jZNkQ==", - "dependencies": { - "@encodable/registry": "^1.0.3", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^3.1.0", - "@types/d3-scale-chromatic": "^1.2.0", - "d3-interpolate": "^2.0.1", - "d3-scale": "^3.2.1", - "d3-scale-chromatic": "^2.0.0" - } - }, - "node_modules/@encodable/color/node_modules/@types/d3-scale": { - "version": "3.3.2", - "integrity": "sha512-gGqr7x1ost9px3FvIfUMi5XA/F/yAf4UkUDtdQhpH92XCT0Oa7zkkRzY61gPVJq+DxpHn/btouw5ohWkbBsCzQ==", - "dependencies": { - "@types/d3-time": "^2" - } - }, - "node_modules/@encodable/color/node_modules/@types/d3-time": { - "version": "2.1.1", - "integrity": "sha512-9MVYlmIgmRR31C5b4FVSWtuMmBHh2mOWQYfl7XAYOa8dsnb7iEmUmRSWSFgXFtkjxO65d7hTUHQC+RhR/9IWFg==" - }, - "node_modules/@encodable/color/node_modules/d3-interpolate": { - "version": "2.0.1", - "integrity": "sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==", - "dependencies": { - "d3-color": "1 - 2" - } - }, - "node_modules/@encodable/format": { - "version": "1.0.6", - "integrity": "sha512-gtzLMQyw4AJ7m3TIANm2z2QfzZJLGLdhVmKbizRRu9MRMlYIVXhk+46zPm10RNxGv4ybpsfcCfkCd4nL3RlZRg==", - "dependencies": { - "@encodable/registry": "^1.0.3", - "@types/d3-format": "^1.3.1", - "@types/d3-time": "^1.0.10", - "@types/d3-time-format": "^2.1.1", - "d3-format": "^2.0.0", - "d3-time": "^2.0.0", - "d3-time-format": "^3.0.0" - } - }, - "node_modules/@encodable/format/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "node_modules/@encodable/format/node_modules/d3-format": { - "version": "2.0.0", - "integrity": "sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA==" - }, - "node_modules/@encodable/format/node_modules/d3-time": { - "version": "2.1.1", - "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==", - "dependencies": { - "d3-array": "2" - } - }, - "node_modules/@encodable/format/node_modules/d3-time-format": { - "version": "3.0.0", - "integrity": "sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==", - "dependencies": { - "d3-time": "1 - 2" - } - }, - "node_modules/@encodable/registry": { - "version": "1.0.3", - "integrity": "sha512-YH2nSBZJKgbH/9MkQXzAEE9UwTaVcWiKgVFyEU/gvrfmNWqecYaHMTyObo+ADSTGF4kk0cZZkr7VqZgIQbvrUw==", - "peerDependencies": { - "global-box": "*" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "0.4.3", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.11.0", - "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@eslint/eslintrc/node_modules/strip-json-comments": { - "version": "3.1.1", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@evocateur/libnpmaccess": { - "version": "3.1.2", - "integrity": "sha512-KSCAHwNWro0CF2ukxufCitT9K5LjL/KuMmNzSu8wuwN2rjyKHD8+cmOsiybK+W5hdnwc5M1SmRlVCaMHQo+3rg==", - "dependencies": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "aproba": "^2.0.0", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.0.0", - "npm-package-arg": "^6.1.0" - } - }, - "node_modules/@evocateur/libnpmaccess/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@evocateur/libnpmpublish": { - "version": "1.2.2", - "integrity": "sha512-MJrrk9ct1FeY9zRlyeoyMieBjGDG9ihyyD9/Ft6MMrTxql9NyoEx2hw9casTIP4CdqEVu+3nQ2nXxoJ8RCXyFg==", - "dependencies": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "aproba": "^2.0.0", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.0.0", - "lodash.clonedeep": "^4.5.0", - "normalize-package-data": "^2.4.0", - "npm-package-arg": "^6.1.0", - "semver": "^5.5.1", - "ssri": "^6.0.1" - } - }, - "node_modules/@evocateur/libnpmpublish/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@evocateur/libnpmpublish/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/@evocateur/libnpmpublish/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/@evocateur/libnpmpublish/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@evocateur/npm-registry-fetch": { - "version": "4.0.0", - "integrity": "sha512-k1WGfKRQyhJpIr+P17O5vLIo2ko1PFLKwoetatdduUSt/aQ4J2sJrJwwatdI5Z3SiYk/mRH9S3JpdmMFd/IK4g==", - "dependencies": { - "bluebird": "^3.5.1", - "figgy-pudding": "^3.4.1", - "JSONStream": "^1.3.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^5.0.0", - "npm-package-arg": "^6.1.0", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/@evocateur/npm-registry-fetch/node_modules/lru-cache": { - "version": "5.1.1", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@evocateur/npm-registry-fetch/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/@evocateur/pacote": { - "version": "9.6.5", - "integrity": "sha512-EI552lf0aG2nOV8NnZpTxNo2PcXKPmDbF9K8eCBFQdIZwHNGN/mi815fxtmUMa2wTa1yndotICIDt/V0vpEx2w==", - "dependencies": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "bluebird": "^3.5.3", - "cacache": "^12.0.3", - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.1.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^5.0.0", - "minimatch": "^3.0.4", - "minipass": "^2.3.5", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "normalize-package-data": "^2.5.0", - "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.4.4", - "npm-pick-manifest": "^3.0.0", - "osenv": "^0.1.5", - "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "protoduck": "^5.0.1", - "rimraf": "^2.6.3", - "safe-buffer": "^5.2.0", - "semver": "^5.7.0", - "ssri": "^6.0.1", - "tar": "^4.4.10", - "unique-filename": "^1.1.1", - "which": "^1.3.1" - } - }, - "node_modules/@evocateur/pacote/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@evocateur/pacote/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/@evocateur/pacote/node_modules/lru-cache": { - "version": "5.1.1", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@evocateur/pacote/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/@evocateur/pacote/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@evocateur/pacote/node_modules/safe-buffer": { - "version": "5.2.1", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/@evocateur/pacote/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@evocateur/pacote/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/@evocateur/pacote/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/@gar/promisify": { - "version": "1.1.2", - "integrity": "sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==" - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.5.0", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.0", - "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==" - }, - "node_modules/@hutson/parse-repository-url": { - "version": "3.0.2", - "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console": { - "version": "26.6.2", - "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==", - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core": { - "version": "26.6.3", - "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==", - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/environment": { - "version": "26.6.2", - "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==", - "dependencies": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/fake-timers": { - "version": "26.6.2", - "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==", - "dependencies": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/globals": { - "version": "26.6.2", - "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==", - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/reporters": { - "version": "26.6.2", - "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==", - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "optionalDependencies": { - "node-notifier": "^8.0.0" - } - }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": { - "version": "4.0.3", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", - "dependencies": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@jest/reporters/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/source-map": { - "version": "26.6.2", - "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==", - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/source-map/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/test-result": { - "version": "26.6.2", - "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==", - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/test-sequencer": { - "version": "26.6.3", - "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==", - "dependencies": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/transform": { - "version": "26.6.2", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/transform/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/transform/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/transform/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types": { - "version": "26.6.2", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/add": { - "version": "3.21.0", - "integrity": "sha512-vhUXXF6SpufBE1EkNEXwz1VLW03f177G9uMOFMQkp6OJ30/PWg4Ekifuz9/3YfgB2/GH8Tu4Lk3O51P2Hskg/A==", - "dependencies": { - "@evocateur/pacote": "^9.6.3", - "@lerna/bootstrap": "3.21.0", - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "npm-package-arg": "^6.1.0", - "p-map": "^2.1.0", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/add/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/bootstrap": { - "version": "3.21.0", - "integrity": "sha512-mtNHlXpmvJn6JTu0KcuTTPl2jLsDNud0QacV/h++qsaKbhAaJr/FElNZ5s7MwZFUM3XaDmvWzHKaszeBMHIbBw==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/has-npm-version": "3.16.5", - "@lerna/npm-install": "3.16.5", - "@lerna/package-graph": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/rimraf-dir": "3.16.5", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/symlink-binary": "3.17.0", - "@lerna/symlink-dependencies": "3.17.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "get-port": "^4.2.0", - "multimatch": "^3.0.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0", - "p-waterfall": "^1.0.0", - "read-package-tree": "^5.1.6", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/bootstrap/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/changed": { - "version": "3.21.0", - "integrity": "sha512-hzqoyf8MSHVjZp0gfJ7G8jaz+++mgXYiNs9iViQGA8JlN/dnWLI5sWDptEH3/B30Izo+fdVz0S0s7ydVE3pWIw==", - "dependencies": { - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/listable": "3.18.5", - "@lerna/output": "3.13.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/check-working-tree": { - "version": "3.16.5", - "integrity": "sha512-xWjVBcuhvB8+UmCSb5tKVLB5OuzSpw96WEhS2uz6hkWVa/Euh1A0/HJwn2cemyK47wUrCQXtczBUiqnq9yX5VQ==", - "dependencies": { - "@lerna/collect-uncommitted": "3.16.5", - "@lerna/describe-ref": "3.16.5", - "@lerna/validation-error": "3.13.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/child-process": { - "version": "3.16.5", - "integrity": "sha512-vdcI7mzei9ERRV4oO8Y1LHBZ3A5+ampRKg1wq5nutLsUA4mEBN6H7JqjWOMY9xZemv6+kATm2ofjJ3lW5TszQg==", - "dependencies": { - "chalk": "^2.3.1", - "execa": "^1.0.0", - "strong-log-transformer": "^2.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/child-process/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/@lerna/child-process/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/child-process/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/child-process/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/child-process/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/child-process/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/child-process/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@lerna/child-process/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/child-process/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/child-process/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/@lerna/clean": { - "version": "3.21.0", - "integrity": "sha512-b/L9l+MDgE/7oGbrav6rG8RTQvRiZLO1zTcG17zgJAAuhlsPxJExMlh2DFwJEVi2les70vMhHfST3Ue1IMMjpg==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/rimraf-dir": "3.16.5", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0", - "p-waterfall": "^1.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/cli": { - "version": "3.18.5", - "integrity": "sha512-erkbxkj9jfc89vVs/jBLY/fM0I80oLmJkFUV3Q3wk9J3miYhP14zgVEBsPZY68IZlEjT6T3Xlq2xO1AVaatHsA==", - "dependencies": { - "@lerna/global-options": "3.13.0", - "dedent": "^0.7.0", - "npmlog": "^4.1.2", - "yargs": "^14.2.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/cli/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/cliui": { - "version": "5.0.0", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/@lerna/cli/node_modules/emoji-regex": { - "version": "7.0.3", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "node_modules/@lerna/cli/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/cli/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/cli/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/cli/node_modules/string-width": { - "version": "3.1.0", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/wrap-ansi": { - "version": "5.1.0", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/cli/node_modules/yargs": { - "version": "14.2.3", - "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", - "dependencies": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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": "^15.0.1" - } - }, - "node_modules/@lerna/cli/node_modules/yargs-parser": { - "version": "15.0.3", - "integrity": "sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/@lerna/collect-uncommitted": { - "version": "3.16.5", - "integrity": "sha512-ZgqnGwpDZiWyzIQVZtQaj9tRizsL4dUOhuOStWgTAw1EMe47cvAY2kL709DzxFhjr6JpJSjXV5rZEAeU3VE0Hg==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "chalk": "^2.3.1", - "figgy-pudding": "^3.5.1", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/collect-updates": { - "version": "3.20.0", - "integrity": "sha512-qBTVT5g4fupVhBFuY4nI/3FSJtQVcDh7/gEPOpRxoXB/yCSnT38MFHXWl+y4einLciCjt/+0x6/4AG80fjay2Q==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/describe-ref": "3.16.5", - "minimatch": "^3.0.4", - "npmlog": "^4.1.2", - "slash": "^2.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/command": { - "version": "3.21.0", - "integrity": "sha512-T2bu6R8R3KkH5YoCKdutKv123iUgUbW8efVjdGCDnCMthAQzoentOJfDeodBwn0P2OqCl3ohsiNVtSn9h78fyQ==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/package-graph": "3.18.5", - "@lerna/project": "3.21.0", - "@lerna/validation-error": "3.13.0", - "@lerna/write-log-file": "3.13.0", - "clone-deep": "^4.0.1", - "dedent": "^0.7.0", - "execa": "^1.0.0", - "is-ci": "^2.0.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/command/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/@lerna/command/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/command/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/command/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/command/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/command/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/command/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@lerna/command/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/command/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/command/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/@lerna/conventional-commits": { - "version": "3.22.0", - "integrity": "sha512-z4ZZk1e8Mhz7+IS8NxHr64wyklHctCJyWpJKEZZPJiLFJ8yKto/x38O80R10pIzC0rr8Sy/OsjSH4bl0TbbgqA==", - "dependencies": { - "@lerna/validation-error": "3.13.0", - "conventional-changelog-angular": "^5.0.3", - "conventional-changelog-core": "^3.1.6", - "conventional-recommended-bump": "^5.0.0", - "fs-extra": "^8.1.0", - "get-stream": "^4.0.0", - "lodash.template": "^4.5.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "pify": "^4.0.1", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/compare-func": { - "version": "2.0.0", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-changelog-angular": { - "version": "5.0.13", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", - "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-changelog-core": { - "version": "3.2.3", - "integrity": "sha512-LMMX1JlxPIq/Ez5aYAYS5CpuwbOk6QFp8O4HLAcZxe3vxoCtABkhfjetk8IYdRB9CDQGwJFLR3Dr55Za6XKgUQ==", - "dependencies": { - "conventional-changelog-writer": "^4.0.6", - "conventional-commits-parser": "^3.0.3", - "dateformat": "^3.0.0", - "get-pkg-repo": "^1.0.0", - "git-raw-commits": "2.0.0", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^2.0.3", - "lodash": "^4.2.1", - "normalize-package-data": "^2.3.5", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^3.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-changelog-core/node_modules/through2": { - "version": "3.0.2", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-changelog-writer": { - "version": "4.1.0", - "integrity": "sha512-WwKcUp7WyXYGQmkLsX4QmU42AZ1lqlvRW9mqoyiQzdD+rJWbTepdWoKJuwXTS+yq79XKnQNa93/roViPQrAQgw==", - "dependencies": { - "compare-func": "^2.0.0", - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.6", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-changelog-writer": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-commits-parser": { - "version": "3.2.2", - "integrity": "sha512-Jr9KAKgqAkwXMRHjxDwO/zOCDKod1XdAESHAGuJX38iZ7ZzVti/tvVoysO0suMsdAObp9NQ2rHSsSbnAqZ5f5g==", - "dependencies": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-commits-parser": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/conventional-commits-parser/node_modules/split2": { - "version": "3.2.2", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", - "dependencies": { - "readable-stream": "^3.0.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/dot-prop": { - "version": "5.3.0", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo": { - "version": "1.4.0", - "integrity": "sha1-xztInAbYDMVTbCyFP54FIyBWly0=", - "dependencies": { - "hosted-git-info": "^2.1.4", - "meow": "^3.3.0", - "normalize-package-data": "^2.3.0", - "parse-github-repo-url": "^1.3.0", - "through2": "^2.0.0" - }, - "bin": { - "get-pkg-repo": "cli.js" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/camelcase": { - "version": "2.1.1", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/camelcase-keys": { - "version": "2.1.0", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dependencies": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/find-up": { - "version": "1.1.2", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dependencies": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/meow": { - "version": "3.7.0", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dependencies": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/read-pkg": { - "version": "1.1.0", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dependencies": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/read-pkg-up": { - "version": "1.0.1", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "dependencies": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/redent": { - "version": "1.0.0", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "dependencies": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/strip-indent": { - "version": "1.0.1", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dependencies": { - "get-stdin": "^4.0.1" - }, - "bin": { - "strip-indent": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-pkg-repo/node_modules/trim-newlines": { - "version": "1.0.0", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-stdin": { - "version": "4.0.1", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-raw-commits": { - "version": "2.0.0", - "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", - "dependencies": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-raw-commits/node_modules/meow": { - "version": "4.0.1", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-raw-commits/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-raw-commits/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-semver-tags": { - "version": "2.0.3", - "integrity": "sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA==", - "dependencies": { - "meow": "^4.0.0", - "semver": "^6.0.0" - }, - "bin": { - "git-semver-tags": "cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/git-semver-tags/node_modules/meow": { - "version": "4.0.1", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/@lerna/conventional-commits/node_modules/indent-string": { - "version": "2.1.0", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "dependencies": { - "repeating": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/is-obj": { - "version": "2.0.0", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/@lerna/conventional-commits/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/load-json-file": { - "version": "1.1.0", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/load-json-file/node_modules/pify": { - "version": "2.3.0", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/locate-path/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/map-obj": { - "version": "1.0.1", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/hosted-git-info": { - "version": "4.0.2", - "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/normalize-package-data": { - "version": "3.0.3", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg": { - "version": "5.2.0", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg-up": { - "version": "7.0.1", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/meow/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/parse-json": { - "version": "2.2.0", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dependencies": { - "error-ex": "^1.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/path-exists": { - "version": "2.1.0", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dependencies": { - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/path-type": { - "version": "1.1.0", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dependencies": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/path-type/node_modules/pify": { - "version": "2.3.0", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/read-pkg-up/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/strip-bom": { - "version": "2.0.0", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dependencies": { - "is-utf8": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/conventional-commits/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@lerna/create": { - "version": "3.22.0", - "integrity": "sha512-MdiQQzCcB4E9fBF1TyMOaAEz9lUjIHp1Ju9H7f3lXze5JK6Fl5NYkouAvsLgY6YSIhXMY8AHW2zzXeBDY4yWkw==", - "dependencies": { - "@evocateur/pacote": "^9.6.3", - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/validation-error": "3.13.0", - "camelcase": "^5.0.0", - "dedent": "^0.7.0", - "fs-extra": "^8.1.0", - "globby": "^9.2.0", - "init-package-json": "^1.10.3", - "npm-package-arg": "^6.1.0", - "p-reduce": "^1.0.0", - "pify": "^4.0.1", - "semver": "^6.2.0", - "slash": "^2.0.0", - "validate-npm-package-license": "^3.0.3", - "validate-npm-package-name": "^3.0.0", - "whatwg-url": "^7.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/create-symlink": { - "version": "3.16.2", - "integrity": "sha512-pzXIJp6av15P325sgiIRpsPXLFmkisLhMBCy4764d+7yjf2bzrJ4gkWVMhsv4AdF0NN3OyZ5jjzzTtLNqfR+Jw==", - "dependencies": { - "@zkochan/cmd-shim": "^3.1.0", - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/create-symlink/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/create-symlink/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/create-symlink/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/create/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@lerna/create/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/dir-glob": { - "version": "2.2.2", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/create/node_modules/fast-glob": { - "version": "2.2.7", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@lerna/create/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/create/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/@lerna/create/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/globby": { - "version": "9.2.0", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", - "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/create/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@lerna/create/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/create/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/create/node_modules/path-type/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/create/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/create/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/create/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/create/node_modules/tr46": { - "version": "1.0.1", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@lerna/create/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/create/node_modules/webidl-conversions": { - "version": "4.0.2", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "node_modules/@lerna/create/node_modules/whatwg-url": { - "version": "7.1.0", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/@lerna/describe-ref": { - "version": "3.16.5", - "integrity": "sha512-c01+4gUF0saOOtDBzbLMFOTJDHTKbDFNErEY6q6i9QaXuzy9LNN62z+Hw4acAAZuJQhrVWncVathcmkkjvSVGw==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/diff": { - "version": "3.21.0", - "integrity": "sha512-5viTR33QV3S7O+bjruo1SaR40m7F2aUHJaDAC7fL9Ca6xji+aw1KFkpCtVlISS0G8vikUREGMJh+c/VMSc8Usw==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/validation-error": "3.13.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/exec": { - "version": "3.21.0", - "integrity": "sha512-iLvDBrIE6rpdd4GIKTY9mkXyhwsJ2RvQdB9ZU+/NhR3okXfqKc6py/24tV111jqpXTtZUW6HNydT4dMao2hi1Q==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/profiler": "3.20.0", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "p-map": "^2.1.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/filter-options": { - "version": "3.20.0", - "integrity": "sha512-bmcHtvxn7SIl/R9gpiNMVG7yjx7WyT0HSGw34YVZ9B+3xF/83N3r5Rgtjh4hheLZ+Q91Or0Jyu5O3Nr+AwZe2g==", - "dependencies": { - "@lerna/collect-updates": "3.20.0", - "@lerna/filter-packages": "3.18.0", - "dedent": "^0.7.0", - "figgy-pudding": "^3.5.1", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/filter-packages": { - "version": "3.18.0", - "integrity": "sha512-6/0pMM04bCHNATIOkouuYmPg6KH3VkPCIgTfQmdkPJTullERyEQfNUKikrefjxo1vHOoCACDpy65JYyKiAbdwQ==", - "dependencies": { - "@lerna/validation-error": "3.13.0", - "multimatch": "^3.0.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/get-npm-exec-opts": { - "version": "3.13.0", - "integrity": "sha512-Y0xWL0rg3boVyJk6An/vurKzubyJKtrxYv2sj4bB8Mc5zZ3tqtv0ccbOkmkXKqbzvNNF7VeUt1OJ3DRgtC/QZw==", - "dependencies": { - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/get-packed": { - "version": "3.16.0", - "integrity": "sha512-AjsFiaJzo1GCPnJUJZiTW6J1EihrPkc2y3nMu6m3uWFxoleklsSCyImumzVZJssxMi3CPpztj8LmADLedl9kXw==", - "dependencies": { - "fs-extra": "^8.1.0", - "ssri": "^6.0.1", - "tar": "^4.4.8" - } - }, - "node_modules/@lerna/get-packed/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/get-packed/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/get-packed/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/github-client": { - "version": "3.22.0", - "integrity": "sha512-O/GwPW+Gzr3Eb5bk+nTzTJ3uv+jh5jGho9BOqKlajXaOkMYGBELEAqV5+uARNGWZFvYAiF4PgqHb6aCUu7XdXg==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@octokit/plugin-enterprise-rest": "^6.0.1", - "@octokit/rest": "^16.28.4", - "git-url-parse": "^11.1.2", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/gitlab-client": { - "version": "3.15.0", - "integrity": "sha512-OsBvRSejHXUBMgwWQqNoioB8sgzL/Pf1pOUhHKtkiMl6aAWjklaaq5HPMvTIsZPfS6DJ9L5OK2GGZuooP/5c8Q==", - "dependencies": { - "node-fetch": "^2.5.0", - "npmlog": "^4.1.2", - "whatwg-url": "^7.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/gitlab-client/node_modules/tr46": { - "version": "1.0.1", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@lerna/gitlab-client/node_modules/webidl-conversions": { - "version": "4.0.2", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "node_modules/@lerna/gitlab-client/node_modules/whatwg-url": { - "version": "7.1.0", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/@lerna/global-options": { - "version": "3.13.0", - "integrity": "sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ==", - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/has-npm-version": { - "version": "3.16.5", - "integrity": "sha512-WL7LycR9bkftyqbYop5rEGJ9sRFIV55tSGmbN1HLrF9idwOCD7CLrT64t235t3t4O5gehDnwKI5h2U3oxTrF8Q==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/has-npm-version/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/import": { - "version": "3.22.0", - "integrity": "sha512-uWOlexasM5XR6tXi4YehODtH9Y3OZrFht3mGUFFT3OIl2s+V85xIGFfqFGMTipMPAGb2oF1UBLL48kR43hRsOg==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "fs-extra": "^8.1.0", - "p-map-series": "^1.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/import/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/import/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/import/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/info": { - "version": "3.21.0", - "integrity": "sha512-0XDqGYVBgWxUquFaIptW2bYSIu6jOs1BtkvRTWDDhw4zyEdp6q4eaMvqdSap1CG+7wM5jeLCi6z94wS0AuiuwA==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/output": "3.13.0", - "envinfo": "^7.3.1" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/init": { - "version": "3.21.0", - "integrity": "sha512-6CM0z+EFUkFfurwdJCR+LQQF6MqHbYDCBPyhu/d086LRf58GtYZYj49J8mKG9ktayp/TOIxL/pKKjgLD8QBPOg==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "fs-extra": "^8.1.0", - "p-map": "^2.1.0", - "write-json-file": "^3.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/init/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/init/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/init/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/link": { - "version": "3.21.0", - "integrity": "sha512-tGu9GxrX7Ivs+Wl3w1+jrLi1nQ36kNI32dcOssij6bg0oZ2M2MDEFI9UF2gmoypTaN9uO5TSsjCFS7aR79HbdQ==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/package-graph": "3.18.5", - "@lerna/symlink-dependencies": "3.17.0", - "p-map": "^2.1.0", - "slash": "^2.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/list": { - "version": "3.21.0", - "integrity": "sha512-KehRjE83B1VaAbRRkRy6jLX1Cin8ltsrQ7FHf2bhwhRHK0S54YuA6LOoBnY/NtA8bHDX/Z+G5sMY78X30NS9tg==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/listable": "3.18.5", - "@lerna/output": "3.13.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/listable": { - "version": "3.18.5", - "integrity": "sha512-Sdr3pVyaEv5A7ZkGGYR7zN+tTl2iDcinryBPvtuv20VJrXBE8wYcOks1edBTcOWsPjCE/rMP4bo1pseyk3UTsg==", - "dependencies": { - "@lerna/query-graph": "3.18.5", - "chalk": "^2.3.1", - "columnify": "^1.5.4" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/log-packed": { - "version": "3.16.0", - "integrity": "sha512-Fp+McSNBV/P2mnLUYTaSlG8GSmpXM7krKWcllqElGxvAqv6chk2K3c2k80MeVB4WvJ9tRjUUf+i7HUTiQ9/ckQ==", - "dependencies": { - "byte-size": "^5.0.1", - "columnify": "^1.5.4", - "has-unicode": "^2.0.1", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/npm-conf": { - "version": "3.16.0", - "integrity": "sha512-HbO3DUrTkCAn2iQ9+FF/eisDpWY5POQAOF1m7q//CZjdC2HSW3UYbKEGsSisFxSfaF9Z4jtrV+F/wX6qWs3CuA==", - "dependencies": { - "config-chain": "^1.1.11", - "pify": "^4.0.1" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/npm-conf/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/npm-dist-tag": { - "version": "3.18.5", - "integrity": "sha512-xw0HDoIG6HreVsJND9/dGls1c+lf6vhu7yJoo56Sz5bvncTloYGLUppIfDHQr4ZvmPCK8rsh0euCVh2giPxzKQ==", - "dependencies": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "@lerna/otplease": "3.18.5", - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/npm-install": { - "version": "3.16.5", - "integrity": "sha512-hfiKk8Eku6rB9uApqsalHHTHY+mOrrHeWEs+gtg7+meQZMTS3kzv4oVp5cBZigndQr3knTLjwthT/FX4KvseFg==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/get-npm-exec-opts": "3.13.0", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "signal-exit": "^3.0.2", - "write-pkg": "^3.1.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/npm-install/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/npm-install/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/npm-install/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/npm-publish": { - "version": "3.18.5", - "integrity": "sha512-3etLT9+2L8JAx5F8uf7qp6iAtOLSMj+ZYWY6oUgozPi/uLqU0/gsMsEXh3F0+YVW33q0M61RpduBoAlOOZnaTg==", - "dependencies": { - "@evocateur/libnpmpublish": "^1.2.2", - "@lerna/otplease": "3.18.5", - "@lerna/run-lifecycle": "3.16.2", - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "pify": "^4.0.1", - "read-package-json": "^2.0.13" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/npm-publish/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/npm-publish/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/npm-publish/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/npm-publish/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/npm-run-script": { - "version": "3.16.5", - "integrity": "sha512-1asRi+LjmVn3pMjEdpqKJZFT/3ZNpb+VVeJMwrJaV/3DivdNg7XlPK9LTrORuKU4PSvhdEZvJmSlxCKyDpiXsQ==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "@lerna/get-npm-exec-opts": "3.13.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/otplease": { - "version": "3.18.5", - "integrity": "sha512-S+SldXAbcXTEDhzdxYLU0ZBKuYyURP/ND2/dK6IpKgLxQYh/z4ScljPDMyKymmEvgiEJmBsPZAAPfmNPEzxjog==", - "dependencies": { - "@lerna/prompt": "3.18.5", - "figgy-pudding": "^3.5.1" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/output": { - "version": "3.13.0", - "integrity": "sha512-7ZnQ9nvUDu/WD+bNsypmPG5MwZBwu86iRoiW6C1WBuXXDxM5cnIAC1m2WxHeFnjyMrYlRXM9PzOQ9VDD+C15Rg==", - "dependencies": { - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/pack-directory": { - "version": "3.16.4", - "integrity": "sha512-uxSF0HZeGyKaaVHz5FroDY9A5NDDiCibrbYR6+khmrhZtY0Bgn6hWq8Gswl9iIlymA+VzCbshWIMX4o2O8C8ng==", - "dependencies": { - "@lerna/get-packed": "3.16.0", - "@lerna/package": "3.16.0", - "@lerna/run-lifecycle": "3.16.2", - "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.4.4", - "npmlog": "^4.1.2", - "tar": "^4.4.10", - "temp-write": "^3.4.0" - } - }, - "node_modules/@lerna/package": { - "version": "3.16.0", - "integrity": "sha512-2lHBWpaxcBoiNVbtyLtPUuTYEaB/Z+eEqRS9duxpZs6D+mTTZMNy6/5vpEVSCBmzvdYpyqhqaYjjSLvjjr5Riw==", - "dependencies": { - "load-json-file": "^5.3.0", - "npm-package-arg": "^6.1.0", - "write-pkg": "^3.1.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/package-graph": { - "version": "3.18.5", - "integrity": "sha512-8QDrR9T+dBegjeLr+n9WZTVxUYUhIUjUgZ0gvNxUBN8S1WB9r6H5Yk56/MVaB64tA3oGAN9IIxX6w0WvTfFudA==", - "dependencies": { - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/validation-error": "3.13.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/package-graph/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/prerelease-id-from-version": { - "version": "3.16.0", - "integrity": "sha512-qZyeUyrE59uOK8rKdGn7jQz+9uOpAaF/3hbslJVFL1NqF9ELDTqjCPXivuejMX/lN4OgD6BugTO4cR7UTq/sZA==", - "dependencies": { - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/prerelease-id-from-version/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/profiler": { - "version": "3.20.0", - "integrity": "sha512-bh8hKxAlm6yu8WEOvbLENm42i2v9SsR4WbrCWSbsmOElx3foRnMlYk7NkGECa+U5c3K4C6GeBbwgqs54PP7Ljg==", - "dependencies": { - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2", - "upath": "^1.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/profiler/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/profiler/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/profiler/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/project": { - "version": "3.21.0", - "integrity": "sha512-xT1mrpET2BF11CY32uypV2GPtPVm6Hgtha7D81GQP9iAitk9EccrdNjYGt5UBYASl4CIDXBRxwmTTVGfrCx82A==", - "dependencies": { - "@lerna/package": "3.16.0", - "@lerna/validation-error": "3.13.0", - "cosmiconfig": "^5.1.0", - "dedent": "^0.7.0", - "dot-prop": "^4.2.0", - "glob-parent": "^5.0.0", - "globby": "^9.2.0", - "load-json-file": "^5.3.0", - "npmlog": "^4.1.2", - "p-map": "^2.1.0", - "resolve-from": "^4.0.0", - "write-json-file": "^3.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/project/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@lerna/project/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/dir-glob": { - "version": "2.2.2", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/project/node_modules/dot-prop": { - "version": "4.2.1", - "integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", - "dependencies": { - "is-obj": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/project/node_modules/fast-glob": { - "version": "2.2.7", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@lerna/project/node_modules/fast-glob/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/@lerna/project/node_modules/fast-glob/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/globby": { - "version": "9.2.0", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", - "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/project/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@lerna/project/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/project/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/project/node_modules/path-type/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/project/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@lerna/project/node_modules/resolve-from": { - "version": "4.0.0", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/project/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@lerna/prompt": { - "version": "3.18.5", - "integrity": "sha512-rkKj4nm1twSbBEb69+Em/2jAERK8htUuV8/xSjN0NPC+6UjzAwY52/x9n5cfmpa9lyKf/uItp7chCI7eDmNTKQ==", - "dependencies": { - "inquirer": "^6.2.0", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/publish": { - "version": "3.22.1", - "integrity": "sha512-PG9CM9HUYDreb1FbJwFg90TCBQooGjj+n/pb3gw/eH5mEDq0p8wKdLFe0qkiqUkm/Ub5C8DbVFertIo0Vd0zcw==", - "dependencies": { - "@evocateur/libnpmaccess": "^3.1.2", - "@evocateur/npm-registry-fetch": "^4.0.0", - "@evocateur/pacote": "^9.6.3", - "@lerna/check-working-tree": "3.16.5", - "@lerna/child-process": "3.16.5", - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/describe-ref": "3.16.5", - "@lerna/log-packed": "3.16.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/npm-dist-tag": "3.18.5", - "@lerna/npm-publish": "3.18.5", - "@lerna/otplease": "3.18.5", - "@lerna/output": "3.13.0", - "@lerna/pack-directory": "3.16.4", - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "@lerna/version": "3.22.1", - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-pipe": "^1.2.0", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/publish/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/publish/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/publish/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/publish/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/pulse-till-done": { - "version": "3.13.0", - "integrity": "sha512-1SOHpy7ZNTPulzIbargrgaJX387csN7cF1cLOGZiJQA6VqnS5eWs2CIrG8i8wmaUavj2QlQ5oEbRMVVXSsGrzA==", - "dependencies": { - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/query-graph": { - "version": "3.18.5", - "integrity": "sha512-50Lf4uuMpMWvJ306be3oQDHrWV42nai9gbIVByPBYJuVW8dT8O8pA3EzitNYBUdLL9/qEVbrR0ry1HD7EXwtRA==", - "dependencies": { - "@lerna/package-graph": "3.18.5", - "figgy-pudding": "^3.5.1" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/resolve-symlink": { - "version": "3.16.0", - "integrity": "sha512-Ibj5e7njVHNJ/NOqT4HlEgPFPtPLWsO7iu59AM5bJDcAJcR96mLZ7KGVIsS2tvaO7akMEJvt2P+ErwCdloG3jQ==", - "dependencies": { - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2", - "read-cmd-shim": "^1.0.1" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/resolve-symlink/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/resolve-symlink/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/resolve-symlink/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/rimraf-dir": { - "version": "3.16.5", - "integrity": "sha512-bQlKmO0pXUsXoF8lOLknhyQjOZsCc0bosQDoX4lujBXSWxHVTg1VxURtWf2lUjz/ACsJVDfvHZbDm8kyBk5okA==", - "dependencies": { - "@lerna/child-process": "3.16.5", - "npmlog": "^4.1.2", - "path-exists": "^3.0.0", - "rimraf": "^2.6.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/rimraf-dir/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@lerna/rimraf-dir/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@lerna/run": { - "version": "3.21.0", - "integrity": "sha512-fJF68rT3veh+hkToFsBmUJ9MHc9yGXA7LSDvhziAojzOb0AI/jBDp6cEcDQyJ7dbnplba2Lj02IH61QUf9oW0Q==", - "dependencies": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/npm-run-script": "3.16.5", - "@lerna/output": "3.13.0", - "@lerna/profiler": "3.20.0", - "@lerna/run-topologically": "3.18.5", - "@lerna/timer": "3.13.0", - "@lerna/validation-error": "3.13.0", - "p-map": "^2.1.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/run-lifecycle": { - "version": "3.16.2", - "integrity": "sha512-RqFoznE8rDpyyF0rOJy3+KjZCeTkO8y/OB9orPauR7G2xQ7PTdCpgo7EO6ZNdz3Al+k1BydClZz/j78gNCmL2A==", - "dependencies": { - "@lerna/npm-conf": "3.16.0", - "figgy-pudding": "^3.5.1", - "npm-lifecycle": "^3.1.2", - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/run-topologically": { - "version": "3.18.5", - "integrity": "sha512-6N1I+6wf4hLOnPW+XDZqwufyIQ6gqoPfHZFkfWlvTQ+Ue7CuF8qIVQ1Eddw5HKQMkxqN10thKOFfq/9NQZ4NUg==", - "dependencies": { - "@lerna/query-graph": "3.18.5", - "figgy-pudding": "^3.5.1", - "p-queue": "^4.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/symlink-binary": { - "version": "3.17.0", - "integrity": "sha512-RLpy9UY6+3nT5J+5jkM5MZyMmjNHxZIZvXLV+Q3MXrf7Eaa1hNqyynyj4RO95fxbS+EZc4XVSk25DGFQbcRNSQ==", - "dependencies": { - "@lerna/create-symlink": "3.16.2", - "@lerna/package": "3.16.0", - "fs-extra": "^8.1.0", - "p-map": "^2.1.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/symlink-binary/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/symlink-binary/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/symlink-binary/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/symlink-dependencies": { - "version": "3.17.0", - "integrity": "sha512-KmjU5YT1bpt6coOmdFueTJ7DFJL4H1w5eF8yAQ2zsGNTtZ+i5SGFBWpb9AQaw168dydc3s4eu0W0Sirda+F59Q==", - "dependencies": { - "@lerna/create-symlink": "3.16.2", - "@lerna/resolve-symlink": "3.16.0", - "@lerna/symlink-binary": "3.17.0", - "fs-extra": "^8.1.0", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/symlink-dependencies/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@lerna/symlink-dependencies/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@lerna/symlink-dependencies/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/@lerna/timer": { - "version": "3.13.0", - "integrity": "sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw==", - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/validation-error": { - "version": "3.13.0", - "integrity": "sha512-SiJP75nwB8GhgwLKQfdkSnDufAaCbkZWJqEDlKOUPUvVOplRGnfL+BPQZH5nvq2BYSRXsksXWZ4UHVnQZI/HYA==", - "dependencies": { - "npmlog": "^4.1.2" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/version": { - "version": "3.22.1", - "integrity": "sha512-PSGt/K1hVqreAFoi3zjD0VEDupQ2WZVlVIwesrE5GbrL2BjXowjCsTDPqblahDUPy0hp6h7E2kG855yLTp62+g==", - "dependencies": { - "@lerna/check-working-tree": "3.16.5", - "@lerna/child-process": "3.16.5", - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/conventional-commits": "3.22.0", - "@lerna/github-client": "3.22.0", - "@lerna/gitlab-client": "3.15.0", - "@lerna/output": "3.13.0", - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/prompt": "3.18.5", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "chalk": "^2.3.1", - "dedent": "^0.7.0", - "load-json-file": "^5.3.0", - "minimatch": "^3.0.4", - "npmlog": "^4.1.2", - "p-map": "^2.1.0", - "p-pipe": "^1.2.0", - "p-reduce": "^1.0.0", - "p-waterfall": "^1.0.0", - "semver": "^6.2.0", - "slash": "^2.0.0", - "temp-write": "^3.4.0", - "write-json-file": "^3.2.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/version/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@lerna/write-log-file": { - "version": "3.13.0", - "integrity": "sha512-RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A==", - "dependencies": { - "npmlog": "^4.1.2", - "write-file-atomic": "^2.3.0" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/@lerna/write-log-file/node_modules/write-file-atomic": { - "version": "2.4.3", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/@mapbox/geojson-area": { - "version": "0.2.2", - "integrity": "sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=", - "dependencies": { - "wgs84": "0.0.0" - } - }, - "node_modules/@mapbox/geojson-rewind": { - "version": "0.4.1", - "integrity": "sha512-mxo2MEr7izA1uOXcDsw99Kgg6xW3P4H2j4n1lmldsgviIelpssvP+jQDivFKOHrOVJDpTTi5oZJvRcHtU9Uufw==", - "dependencies": { - "@mapbox/geojson-area": "0.2.2", - "concat-stream": "~1.6.0", - "minimist": "^1.2.5", - "sharkdown": "^0.1.0" - }, - "bin": { - "geojson-rewind": "geojson-rewind" - } - }, - "node_modules/@mapbox/geojson-rewind/node_modules/concat-stream": { - "version": "1.6.2", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/@mapbox/geojson-rewind/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/@mapbox/geojson-rewind/node_modules/minimist": { - "version": "1.2.5", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/@mapbox/geojson-rewind/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/@mapbox/geojson-rewind/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/@mapbox/geojson-types": { - "version": "1.0.2", - "integrity": "sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw==" - }, - "node_modules/@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "integrity": "sha1-zlblOfg1UrWNENZy6k1vya3HsjQ=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@mapbox/mapbox-gl-supported": { - "version": "1.5.0", - "integrity": "sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg==", - "peerDependencies": { - "mapbox-gl": ">=0.32.1 <2.0.0" - } - }, - "node_modules/@mapbox/point-geometry": { - "version": "0.1.0", - "integrity": "sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI=" - }, - "node_modules/@mapbox/tiny-sdf": { - "version": "1.2.5", - "integrity": "sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw==" - }, - "node_modules/@mapbox/unitbezier": { - "version": "0.0.0", - "integrity": "sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4=" - }, - "node_modules/@mapbox/vector-tile": { - "version": "1.3.1", - "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", - "dependencies": { - "@mapbox/point-geometry": "~0.1.0" - } - }, - "node_modules/@mapbox/whoots-js": { - "version": "3.1.0", - "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@marionebl/sander": { - "version": "0.6.1", - "integrity": "sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=", - "dependencies": { - "graceful-fs": "^4.1.3", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.2" - } - }, - "node_modules/@marionebl/sander/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@mdx-js/mdx": { - "version": "1.6.22", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dependencies": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/@babel/core": { - "version": "7.12.9", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@mdx-js/mdx/node_modules/is-buffer": { - "version": "2.0.5", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/@mdx-js/mdx/node_modules/is-plain-obj": { - "version": "2.1.0", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@mdx-js/mdx/node_modules/parse-entities": { - "version": "2.0.0", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/@mdx-js/mdx/node_modules/remark-parse": { - "version": "8.0.3", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dependencies": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unified": { - "version": "9.2.0", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unist-util-remove-position": { - "version": "2.0.1", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unist-util-visit": { - "version": "2.0.3", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/vfile": { - "version": "4.2.1", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/vfile-location": { - "version": "3.2.0", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/mdx/node_modules/vfile-message": { - "version": "2.0.4", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/util": { - "version": "1.6.22", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", - "dependencies": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@mrmlnc/readdir-enhanced/node_modules/glob-to-regexp": { - "version": "0.3.0", - "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" - }, - "node_modules/@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "optional": true - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@npmcli/fs": { - "version": "1.0.0", - "integrity": "sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==", - "dependencies": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "node_modules/@npmcli/move-file": { - "version": "1.1.2", - "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@npmcli/move-file/node_modules/mkdirp": { - "version": "1.0.4", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@octokit/auth-token": { - "version": "2.5.0", - "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", - "dependencies": { - "@octokit/types": "^6.0.3" - } - }, - "node_modules/@octokit/core": { - "version": "3.5.1", - "integrity": "sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==", - "dependencies": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.0", - "@octokit/request-error": "^2.0.5", - "@octokit/types": "^6.0.3", - "before-after-hook": "^2.2.0", - "universal-user-agent": "^6.0.0" - } - }, - "node_modules/@octokit/endpoint": { - "version": "6.0.12", - "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", - "dependencies": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "node_modules/@octokit/graphql": { - "version": "4.8.0", - "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", - "dependencies": { - "@octokit/request": "^5.6.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" - } - }, - "node_modules/@octokit/openapi-types": { - "version": "11.2.0", - "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==" - }, - "node_modules/@octokit/plugin-enterprise-rest": { - "version": "6.0.1", - "integrity": "sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==" - }, - "node_modules/@octokit/plugin-paginate-rest": { - "version": "2.17.0", - "integrity": "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==", - "dev": true, - "dependencies": { - "@octokit/types": "^6.34.0" - }, - "peerDependencies": { - "@octokit/core": ">=2" - } - }, - "node_modules/@octokit/plugin-request-log": { - "version": "1.0.4", - "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", - "peerDependencies": { - "@octokit/core": ">=3" - } - }, - "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "5.13.0", - "integrity": "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==", - "dev": true, - "dependencies": { - "@octokit/types": "^6.34.0", - "deprecation": "^2.3.1" - }, - "peerDependencies": { - "@octokit/core": ">=3" - } - }, - "node_modules/@octokit/request": { - "version": "5.6.2", - "integrity": "sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA==", - "dependencies": { - "@octokit/endpoint": "^6.0.1", - "@octokit/request-error": "^2.1.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.1", - "universal-user-agent": "^6.0.0" - } - }, - "node_modules/@octokit/request-error": { - "version": "2.1.0", - "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", - "dependencies": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "node_modules/@octokit/request/node_modules/node-fetch": { - "version": "2.6.5", - "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/@octokit/request/node_modules/tr46": { - "version": "0.0.3", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, - "node_modules/@octokit/request/node_modules/webidl-conversions": { - "version": "3.0.1", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "node_modules/@octokit/request/node_modules/whatwg-url": { - "version": "5.0.0", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/@octokit/rest": { - "version": "16.43.2", - "integrity": "sha512-ngDBevLbBTFfrHZeiS7SAMAZ6ssuVmXuya+F/7RaVvlysgGa1JKJkKWY+jV6TCJYcW0OALfJ7nTIGXcBXzycfQ==", - "dependencies": { - "@octokit/auth-token": "^2.4.0", - "@octokit/plugin-paginate-rest": "^1.1.1", - "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "2.4.0", - "@octokit/request": "^5.2.0", - "@octokit/request-error": "^1.0.2", - "atob-lite": "^2.0.0", - "before-after-hook": "^2.0.0", - "btoa-lite": "^1.0.0", - "deprecation": "^2.0.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.uniq": "^4.5.0", - "octokit-pagination-methods": "^1.1.0", - "once": "^1.4.0", - "universal-user-agent": "^4.0.0" - } - }, - "node_modules/@octokit/rest/node_modules/@octokit/plugin-paginate-rest": { - "version": "1.1.2", - "integrity": "sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==", - "dependencies": { - "@octokit/types": "^2.0.1" - } - }, - "node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "2.4.0", - "integrity": "sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==", - "dependencies": { - "@octokit/types": "^2.0.1", - "deprecation": "^2.3.1" - } - }, - "node_modules/@octokit/rest/node_modules/@octokit/request-error": { - "version": "1.2.1", - "integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==", - "dependencies": { - "@octokit/types": "^2.0.0", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "node_modules/@octokit/rest/node_modules/@octokit/types": { - "version": "2.16.2", - "integrity": "sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q==", - "dependencies": { - "@types/node": ">= 8" - } - }, - "node_modules/@octokit/rest/node_modules/universal-user-agent": { - "version": "4.0.1", - "integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==", - "dependencies": { - "os-name": "^3.1.0" - } - }, - "node_modules/@octokit/types": { - "version": "6.34.0", - "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", - "dependencies": { - "@octokit/openapi-types": "^11.2.0" - } - }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.4.3", - "integrity": "sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==", - "dependencies": { - "ansi-html": "^0.0.7", - "error-stack-parser": "^2.0.6", - "html-entities": "^1.2.1", - "native-url": "^0.2.6", - "schema-utils": "^2.6.5", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">= 10.x" - }, - "peerDependencies": { - "@types/webpack": "4.x", - "react-refresh": ">=0.8.3 <0.10.0", - "sockjs-client": "^1.4.0", - "type-fest": "^0.13.1", - "webpack": ">=4.43.0 <6.0.0", - "webpack-dev-server": "3.x", - "webpack-hot-middleware": "2.x", - "webpack-plugin-serve": "0.x || 1.x" - }, - "peerDependenciesMeta": { - "@types/webpack": { - "optional": true - }, - "sockjs-client": { - "optional": true - }, - "type-fest": { - "optional": true - }, - "webpack-dev-server": { - "optional": true - }, - "webpack-hot-middleware": { - "optional": true - }, - "webpack-plugin-serve": { - "optional": true - } - } - }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@popperjs/core": { - "version": "2.10.2", - "integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@reach/router": { - "version": "1.3.4", - "integrity": "sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==", - "dependencies": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "peerDependencies": { - "react": "15.x || 16.x || 16.4.0-alpha.0911da3", - "react-dom": "15.x || 16.x || 16.4.0-alpha.0911da3" - } - }, - "node_modules/@react-icons/all-files": { - "version": "4.1.0", - "integrity": "sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ==", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@samverschueren/stream-to-observable": { - "version": "0.3.1", - "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", - "dev": true, - "dependencies": { - "any-observable": "^0.3.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependenciesMeta": { - "rxjs": { - "optional": true - }, - "zen-observable": { - "optional": true - } - } - }, - "node_modules/@sinonjs/commons": { - "version": "1.8.3", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "6.0.1", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@sinonjs/samsam": { - "version": "5.3.1", - "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.6.0", - "lodash.get": "^4.4.2", - "type-detect": "^4.0.8" - } - }, - "node_modules/@sinonjs/text-encoding": { - "version": "0.7.1", - "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", - "dev": true - }, - "node_modules/@storybook/addon-actions": { - "version": "6.3.12", - "integrity": "sha512-mzuN4Ano4eyicwycM2PueGzzUCAEzt9/6vyptWEIVJu0sjK0J9KtBRlqFi1xGQxmCfimDR/n/vWBBkc7fp2uJA==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/theming": "6.3.12", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "polished": "^4.0.5", - "prop-types": "^15.7.2", - "react-inspector": "^5.1.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "uuid-browser": "^3.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/client-api": { - "version": "6.3.12", - "integrity": "sha512-xnW+lKKK2T774z+rOr9Wopt1aYTStfb86PSs9p3Fpnc2Btcftln+C3NtiHZl8Ccqft8Mz/chLGgewRui6tNI8g==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/addon-actions/node_modules/react-inspector": { - "version": "5.1.1", - "integrity": "sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "is-dom": "^1.0.0", - "prop-types": "^15.0.0" - }, - "peerDependencies": { - "react": "^16.8.4 || ^17.0.0" - } - }, - "node_modules/@storybook/addon-knobs": { - "version": "6.3.1", - "integrity": "sha512-2GGGnQSPXXUhHHYv4IW6pkyQlCPYXKYiyGzfhV7Zhs95M2Ban08OA6KLmliMptWCt7U9tqTO8dB5u0C2cWmCTw==", - "dependencies": { - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "escape-html": "^1.0.3", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "prop-types": "^15.7.2", - "qs": "^6.10.0", - "react-colorful": "^5.1.2", - "react-lifecycles-compat": "^3.0.4", - "react-select": "^3.2.0" - }, - "peerDependencies": { - "@storybook/addons": "^6.3.0", - "@storybook/api": "^6.3.0", - "@storybook/components": "^6.3.0", - "@storybook/core-events": "^6.3.0", - "@storybook/theming": "^6.3.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, - "node_modules/@storybook/addon-knobs/node_modules/@emotion/cache": { - "version": "10.0.29", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "dependencies": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/@emotion/memoize": { - "version": "0.7.4", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "node_modules/@storybook/addon-knobs/node_modules/@emotion/serialize": { - "version": "0.11.16", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "dependencies": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/@emotion/sheet": { - "version": "0.9.4", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "node_modules/@storybook/addon-knobs/node_modules/@emotion/utils": { - "version": "0.11.3", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "node_modules/@storybook/addon-knobs/node_modules/react-colorful": { - "version": "5.5.0", - "integrity": "sha512-BuzrlrM0ylg7coPkXOrRqlf2BgHLw5L44sybbr9Lg4xy7w9e5N7fGYbojOO0s8J0nvrM3PERN2rVFkvSa24lnQ==", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/react-select": { - "version": "3.2.0", - "integrity": "sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==", - "dependencies": { - "@babel/runtime": "^7.4.4", - "@emotion/cache": "^10.0.9", - "@emotion/core": "^10.0.9", - "@emotion/css": "^10.0.9", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-input-autosize": "^3.0.0", - "react-transition-group": "^4.3.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/react-select/node_modules/@emotion/core": { - "version": "10.1.1", - "integrity": "sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/react-select/node_modules/react-input-autosize": { - "version": "3.0.0", - "integrity": "sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==", - "dependencies": { - "prop-types": "^15.5.8" - }, - "peerDependencies": { - "react": "^16.3.0 || ^17.0.0" - } - }, - "node_modules/@storybook/addon-knobs/node_modules/react-select/node_modules/react-transition-group": { - "version": "4.4.2", - "integrity": "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/@storybook/addon-links": { - "version": "6.3.12", - "integrity": "sha512-NfOGEm0+QxIrAXCa05LOXmxLtI+RlcDqHXZ1jNNj8mjeRoG1nX3qhkB8PWWIBbPuz+bktLV9ox8UZj0W6+ZPOQ==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/router": "6.3.12", - "@types/qs": "^6.9.5", - "core-js": "^3.8.2", - "global": "^4.4.0", - "prop-types": "^15.7.2", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, - "node_modules/@storybook/addon-links/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/addons": { - "version": "6.3.12", - "integrity": "sha512-UgoMyr7Qr0FS3ezt8u6hMEcHgyynQS9ucr5mAwZky3wpXRPFyUTmMto9r4BBUdqyUvTUj/LRKIcmLBfj+/l0Fg==", - "dependencies": { - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/theming": "6.3.12", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/addons/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/api": { - "version": "6.3.12", - "integrity": "sha512-LScRXUeCWEW/OP+jiooNMQICVdusv7azTmULxtm72fhkXFRiQs2CdRNTiqNg46JLLC9z95f1W+pGK66X6HiiQA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^5.3.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/api/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/channel-postmessage": { - "version": "6.3.12", - "integrity": "sha512-Ou/2Ga3JRTZ/4sSv7ikMgUgLTeZMsXXWLXuscz4oaYhmOqAU9CrJw0G1NitwBgK/+qC83lEFSLujHkWcoQDOKg==", - "dependencies": { - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^5.3.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/channels": { - "version": "6.3.12", - "integrity": "sha512-l4sA+g1PdUV8YCbgs47fIKREdEQAKNdQIZw0b7BfTvY9t0x5yfBywgQhYON/lIeiNGz2OlIuD+VUtqYfCtNSyw==", - "dependencies": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/client-logger": { - "version": "6.3.12", - "integrity": "sha512-zNDsamZvHnuqLznDdP9dUeGgQ9TyFh4ray3t1VGO7ZqWVZ2xtVCCXjDvMnOXI2ifMpX5UsrOvshIPeE9fMBmiQ==", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/components": { - "version": "6.3.12", - "integrity": "sha512-kdQt8toUjynYAxDLrJzuG7YSNL6as1wJoyzNUaCfG06YPhvIAlKo7le9tS2mThVFN5e9nbKrW3N1V1sp6ypZXQ==", - "dependencies": { - "@popperjs/core": "^2.6.0", - "@storybook/client-logger": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/theming": "6.3.12", - "@types/color-convert": "^2.0.0", - "@types/overlayscrollbars": "^1.12.0", - "@types/react-syntax-highlighter": "11.0.5", - "color-convert": "^2.0.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^7.1.3", - "memoizerific": "^1.11.3", - "overlayscrollbars": "^1.13.1", - "polished": "^4.0.5", - "prop-types": "^15.7.2", - "react-colorful": "^5.1.2", - "react-popper-tooltip": "^3.1.1", - "react-syntax-highlighter": "^13.5.3", - "react-textarea-autosize": "^8.3.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/components/node_modules/markdown-to-jsx": { - "version": "7.1.3", - "integrity": "sha512-jtQ6VyT7rMT5tPV0g2EJakEnXLiPksnvlYtwQsVVZ611JsWGN8bQ1tVSDX4s6JllfEH6wmsYxNjTUAMrPmNA8w==", - "engines": { - "node": ">= 10" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/@storybook/components/node_modules/react-colorful": { - "version": "5.5.0", - "integrity": "sha512-BuzrlrM0ylg7coPkXOrRqlf2BgHLw5L44sybbr9Lg4xy7w9e5N7fGYbojOO0s8J0nvrM3PERN2rVFkvSa24lnQ==", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@storybook/components/node_modules/react-popper-tooltip": { - "version": "3.1.1", - "integrity": "sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "@popperjs/core": "^2.5.4", - "react-popper": "^2.2.4" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0", - "react-dom": "^16.6.0 || ^17.0.0" - } - }, - "node_modules/@storybook/components/node_modules/react-popper-tooltip/node_modules/react-popper": { - "version": "2.2.5", - "integrity": "sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw==", - "dependencies": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - }, - "peerDependencies": { - "@popperjs/core": "^2.0.0", - "react": "^16.8.0 || ^17" - } - }, - "node_modules/@storybook/components/node_modules/react-syntax-highlighter": { - "version": "13.5.3", - "integrity": "sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "highlight.js": "^10.1.1", - "lowlight": "^1.14.0", - "prismjs": "^1.21.0", - "refractor": "^3.1.0" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/@storybook/components/node_modules/react-textarea-autosize": { - "version": "8.3.3", - "integrity": "sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==", - "dependencies": { - "@babel/runtime": "^7.10.2", - "use-composed-ref": "^1.0.0", - "use-latest": "^1.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/components/node_modules/react-textarea-autosize/node_modules/use-composed-ref": { - "version": "1.1.0", - "integrity": "sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg==", - "dependencies": { - "ts-essentials": "^2.0.3" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/components/node_modules/react-textarea-autosize/node_modules/use-latest": { - "version": "1.2.0", - "integrity": "sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw==", - "dependencies": { - "use-isomorphic-layout-effect": "^1.0.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@storybook/components/node_modules/react-textarea-autosize/node_modules/use-latest/node_modules/use-isomorphic-layout-effect": { - "version": "1.1.1", - "integrity": "sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@storybook/core-events": { - "version": "6.3.12", - "integrity": "sha512-SXfD7xUUMazaeFkB92qOTUV8Y/RghE4SkEYe5slAdjeocSaH7Nz2WV0rqNEgChg0AQc+JUI66no8L9g0+lw4Gw==", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/csf": { - "version": "0.0.1", - "integrity": "sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==", - "dependencies": { - "lodash": "^4.17.15" - } - }, - "node_modules/@storybook/csf-tools": { - "version": "6.3.12", - "integrity": "sha512-wNrX+99ajAXxLo0iRwrqw65MLvCV6SFC0XoPLYrtBvyKr+hXOOnzIhO2f5BNEii8velpC2gl2gcLKeacpVYLqA==", - "dependencies": { - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@mdx-js/mdx": "^1.6.22", - "@storybook/csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.20", - "prettier": "~2.2.1", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/csf-tools/node_modules/prettier": { - "version": "2.2.1", - "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==", - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@storybook/node-logger": { - "version": "5.3.21", - "integrity": "sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g==", - "dependencies": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - } - }, - "node_modules/@storybook/node-logger/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@storybook/node-logger/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/node-logger/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/node-logger/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/preset-typescript": { - "version": "3.0.0", - "integrity": "sha512-tEbFWg5h/8SPfSCNXPxyqY418704K14q5H/xb9t0ARMXK3kZPTkKqKvdTvYg3UEKBBYbc+GA57UWaL+9b+DbDg==", - "dependencies": { - "@babel/preset-typescript": "^7.8.3", - "@storybook/node-logger": "^5.3.17", - "@types/babel__core": "^7.1.6", - "babel-preset-typescript-vue": "^1.0.3", - "fork-ts-checker-webpack-plugin": "^4.1.0" - }, - "peerDependencies": { - "typescript": ">=3.4" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dependencies": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/preset-typescript/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react": { - "version": "6.3.12", - "integrity": "sha512-c1Y/3/eNzye+ZRwQ3BXJux6pUMVt3lhv1/M9Qagl9JItP3jDSj5Ed3JHCgwEqpprP8mvNNXwEJ8+M7vEQyDuHg==", - "dependencies": { - "@babel/preset-flow": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "@storybook/addons": "6.3.12", - "@storybook/core": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.253f8c1.0", - "@storybook/semver": "^7.3.2", - "@types/webpack-env": "^1.16.0", - "babel-plugin-add-react-displayname": "^0.0.5", - "babel-plugin-named-asset-import": "^0.3.1", - "babel-plugin-react-docgen": "^4.2.1", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "prop-types": "^15.7.2", - "react-dev-utils": "^11.0.3", - "react-refresh": "^0.8.3", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "webpack": "4" - }, - "bin": { - "build-storybook": "bin/build.js", - "start-storybook": "bin/index.js", - "storybook-server": "bin/index.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@babel/core": "^7.11.5", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react-docgen-typescript-plugin": { - "version": "1.0.2-canary.253f8c1.0", - "integrity": "sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==", - "dependencies": { - "debug": "^4.1.1", - "endent": "^2.0.1", - "find-cache-dir": "^3.3.1", - "flat-cache": "^3.0.4", - "micromatch": "^4.0.2", - "react-docgen-typescript": "^2.0.0", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "typescript": ">= 3.x", - "webpack": ">= 4" - } - }, - "node_modules/@storybook/react-docgen-typescript-plugin/node_modules/find-cache-dir": { - "version": "3.3.2", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/@storybook/react-docgen-typescript-plugin/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react-docgen-typescript-plugin/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react-docgen-typescript-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/react/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@storybook/react/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/react/node_modules/@emotion/cache": { - "version": "10.0.29", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "dependencies": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "node_modules/@storybook/react/node_modules/@emotion/memoize": { - "version": "0.7.4", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "node_modules/@storybook/react/node_modules/@emotion/serialize": { - "version": "0.11.16", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "dependencies": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "node_modules/@storybook/react/node_modules/@emotion/sheet": { - "version": "0.9.4", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "node_modules/@storybook/react/node_modules/@emotion/utils": { - "version": "0.11.3", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "node_modules/@storybook/react/node_modules/@storybook/core": { - "version": "6.3.12", - "integrity": "sha512-FJm2ns8wk85hXWKslLWiUWRWwS9KWRq7jlkN6M9p57ghFseSGr4W71Orcoab4P3M7jI97l5yqBfppbscinE74g==", - "dependencies": { - "@storybook/core-client": "6.3.12", - "@storybook/core-server": "6.3.12" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@storybook/builder-webpack5": "6.3.12", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core-common": { - "version": "6.3.12", - "integrity": "sha512-xlHs2QXELq/moB4MuXjYOczaxU64BIseHsnFBLyboJYN6Yso3qihW5RB7cuJlGohkjb4JwY74dvfT4Ww66rkBA==", - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.3.12", - "@storybook/semver": "^7.3.2", - "@types/glob-base": "^0.3.0", - "@types/micromatch": "^4.0.1", - "@types/node": "^14.0.10", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.2.2", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "glob": "^7.1.6", - "glob-base": "^0.3.0", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "micromatch": "^4.0.2", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client": { - "version": "6.3.12", - "integrity": "sha512-8Smd9BgZHJpAdevLKQYinwtjSyCZAuBMoetP4P5hnn53mWl0NFbrHFaAdT+yNchDLZQUbf7Y18VmIqEH+RCR5w==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/ui": "6.3.12", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0", - "webpack": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/client-api": { - "version": "6.3.12", - "integrity": "sha512-xnW+lKKK2T774z+rOr9Wopt1aYTStfb86PSs9p3Fpnc2Btcftln+C3NtiHZl8Ccqft8Mz/chLGgewRui6tNI8g==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui": { - "version": "6.3.12", - "integrity": "sha512-PC2yEz4JMfarq7rUFbeA3hCA+31p5es7YPEtxLRvRwIZhtL0P4zQUfHpotb3KgWdoAIfZesAuoIQwMPQmEFYrw==", - "dependencies": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@emotion/core": { - "version": "10.1.1", - "integrity": "sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/downshift": { - "version": "6.1.7", - "integrity": "sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==", - "dependencies": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "react": ">=16.12.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/emotion-theming": { - "version": "10.0.27", - "integrity": "sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/markdown-to-jsx": { - "version": "6.11.4", - "integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==", - "dependencies": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "engines": { - "node": ">= 4" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "dependencies": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": ">= 16.3.0", - "react-dom": ">= 16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/react-helmet-async": { - "version": "1.1.2", - "integrity": "sha512-LTTzDDkyIleT/JJ6T/uqx7Y8qi1EuPPSiJawQY/nHHz0h7SPDT6HxP1YDDQx/fzcVxCqpWEEMS3QdrSrNkJYhg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0", - "react-dom": "^16.6.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server": { - "version": "6.3.12", - "integrity": "sha512-T/Mdyi1FVkUycdyOnhXvoo3d9nYXLQFkmaJkltxBFLzAePAJUSgAsPL9odNC3+p8Nr2/UDsDzvu/Ow0IF0mzLQ==", - "dependencies": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.3.12", - "@storybook/core-client": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/csf-tools": "6.3.12", - "@storybook/manager-webpack4": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^4.2.0", - "chalk": "^4.1.0", - "cli-table3": "0.6.0", - "commander": "^6.2.1", - "compression": "^1.7.4", - "core-js": "^3.8.2", - "cpy": "^8.1.1", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "fs-extra": "^9.0.1", - "globby": "^11.0.2", - "ip": "^1.1.5", - "node-fetch": "^2.6.1", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", - "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@storybook/builder-webpack5": "6.3.12", - "@storybook/manager-webpack5": "6.3.12", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true - }, - "@storybook/manager-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4": { - "version": "6.3.12", - "integrity": "sha512-Dlm5Fc1svqpFDnVPZdAaEBiM/IDZHMV3RfEGbUTY/ZC0q8b/Ug1czzp/w0aTIjOFRuBDcG6IcplikaqHL8CJLg==", - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@storybook/ui": "6.3.12", - "@types/node": "^14.0.10", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", - "babel-loader": "^8.2.2", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "dotenv-webpack": "^1.8.0", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "react-dev-utils": "^11.0.3", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.0", - "webpack-virtual-modules": "^0.2.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/client-api": { - "version": "6.3.12", - "integrity": "sha512-xnW+lKKK2T774z+rOr9Wopt1aYTStfb86PSs9p3Fpnc2Btcftln+C3NtiHZl8Ccqft8Mz/chLGgewRui6tNI8g==", - "dependencies": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui": { - "version": "6.3.12", - "integrity": "sha512-PC2yEz4JMfarq7rUFbeA3hCA+31p5es7YPEtxLRvRwIZhtL0P4zQUfHpotb3KgWdoAIfZesAuoIQwMPQmEFYrw==", - "dependencies": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/@emotion/core": { - "version": "10.1.1", - "integrity": "sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/downshift": { - "version": "6.1.7", - "integrity": "sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==", - "dependencies": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "react": ">=16.12.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/emotion-theming": { - "version": "10.0.27", - "integrity": "sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/markdown-to-jsx": { - "version": "6.11.4", - "integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==", - "dependencies": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "engines": { - "node": ">= 4" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "dependencies": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": ">= 16.3.0", - "react-dom": ">= 16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui/node_modules/react-helmet-async": { - "version": "1.1.2", - "integrity": "sha512-LTTzDDkyIleT/JJ6T/uqx7Y8qi1EuPPSiJawQY/nHHz0h7SPDT6HxP1YDDQx/fzcVxCqpWEEMS3QdrSrNkJYhg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0", - "react-dom": "^16.6.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4": { - "version": "6.3.12", - "integrity": "sha512-OkPYNrHXg2yZfKmEfTokP6iKx4OLTr0gdI5yehi/bLEuQCSHeruxBc70Dxm1GBk1Mrf821wD9WqMXNDjY5Qtug==", - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.3.12", - "@storybook/core-client": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/theming": "6.3.12", - "@storybook/ui": "6.3.12", - "@types/node": "^14.0.10", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.2.2", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "dotenv-webpack": "^1.8.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.1", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^5.3.2", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui": { - "version": "6.3.12", - "integrity": "sha512-PC2yEz4JMfarq7rUFbeA3hCA+31p5es7YPEtxLRvRwIZhtL0P4zQUfHpotb3KgWdoAIfZesAuoIQwMPQmEFYrw==", - "dependencies": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/@emotion/core": { - "version": "10.1.1", - "integrity": "sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/@storybook/router": { - "version": "6.3.12", - "integrity": "sha512-G/pNGCnrJRetCwyEZulHPT+YOcqEj/vkPVDTUfii2qgqukup6K0cjwgd7IukAURnAnnzTi1gmgFuEKUi8GE/KA==", - "dependencies": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/downshift": { - "version": "6.1.7", - "integrity": "sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==", - "dependencies": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "react": ">=16.12.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/emotion-theming": { - "version": "10.0.27", - "integrity": "sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/markdown-to-jsx": { - "version": "6.11.4", - "integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==", - "dependencies": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "engines": { - "node": ">= 4" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "dependencies": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": ">= 16.3.0", - "react-dom": ">= 16.3.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/react-helmet-async": { - "version": "1.1.2", - "integrity": "sha512-LTTzDDkyIleT/JJ6T/uqx7Y8qi1EuPPSiJawQY/nHHz0h7SPDT6HxP1YDDQx/fzcVxCqpWEEMS3QdrSrNkJYhg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0", - "react-dom": "^16.6.0 || ^17.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/ansi-styles": { - "version": "3.2.1", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/babel-plugin-macros": { - "version": "2.8.0", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/color-convert": { - "version": "1.9.3", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/cosmiconfig": { - "version": "6.0.0", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dependencies": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "2.4.2", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/has-flag": { - "version": "3.0.0", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/core/node_modules/supports-color": { - "version": "5.5.0", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/react/node_modules/@storybook/node-logger": { - "version": "6.3.12", - "integrity": "sha512-iktOem/Ls2+dsZY9PhPeC6T1QhX/y7OInP88neLsqEPEbB2UXca3Ydv7OZBhBVbvN25W45b05MRzbtNUxYLNRw==", - "dependencies": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/react/node_modules/@types/node": { - "version": "14.17.27", - "integrity": "sha512-94+Ahf9IcaDuJTle/2b+wzvjmutxXAEXU6O81JHblYXUg2BDG+dnBy7VxIPHKAyEEDHzCMQydTJuWvrE+Aanzw==" - }, - "node_modules/@storybook/react/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@storybook/react/node_modules/babel-plugin-macros": { - "version": "3.1.0", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/@storybook/react/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@storybook/react/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/cacache": { - "version": "15.3.0", - "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "dependencies": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@storybook/react/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/react/node_modules/chownr": { - "version": "2.0.0", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/react/node_modules/color-name": { - "version": "1.1.3", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/@storybook/react/node_modules/commander": { - "version": "6.2.1", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/react/node_modules/cosmiconfig": { - "version": "7.0.1", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/react/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@storybook/react/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir": { - "version": "3.3.2", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir/node_modules/find-up": { - "version": "4.1.0", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir/node_modules/locate-path": { - "version": "5.0.0", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir/node_modules/p-locate": { - "version": "4.1.0", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/find-up": { - "version": "5.0.0", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.3.5", - "integrity": "sha512-B0yvzgiVN/LerXUvqcVAgjFCJD4R6h460ULJ+pl+oaiYfZM0Cq03uL6sxMHXqp/CVDm0QznHsNjtYwBBYpe0Pw==", - "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=10", - "yarn": ">=1.0.0" - }, - "peerDependencies": { - "eslint": ">= 6", - "typescript": ">= 2.7", - "vue-template-compiler": "*", - "webpack": ">= 4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "vue-template-compiler": { - "optional": true - } - } - }, - "node_modules/@storybook/react/node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/fs-minipass": { - "version": "2.1.0", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@storybook/react/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/interpret": { - "version": "2.2.0", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/@storybook/react/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/locate-path": { - "version": "6.0.0", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/react/node_modules/minipass": { - "version": "3.1.5", - "integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/minizlib": { - "version": "2.1.2", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@storybook/react/node_modules/mkdirp": { - "version": "1.0.4", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/react/node_modules/node-fetch": { - "version": "2.6.5", - "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/@storybook/react/node_modules/p-locate": { - "version": "5.0.0", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/p-map": { - "version": "4.0.0", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/react/node_modules/pkg-dir": { - "version": "5.0.0", - "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==", - "dependencies": { - "find-up": "^5.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/react/node_modules/react-is": { - "version": "17.0.2", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/@storybook/react/node_modules/schema-utils": { - "version": "2.7.0", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/@storybook/react/node_modules/serialize-javascript": { - "version": "5.0.1", - "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/@storybook/react/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/ssri": { - "version": "8.0.1", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@storybook/react/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/react/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/react/node_modules/tar": { - "version": "6.1.11", - "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@storybook/react/node_modules/terser": { - "version": "5.9.0", - "integrity": "sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==", - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/react/node_modules/terser-webpack-plugin": { - "version": "4.2.3", - "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==", - "dependencies": { - "cacache": "^15.0.5", - "find-cache-dir": "^3.3.1", - "jest-worker": "^26.5.0", - "p-limit": "^3.0.2", - "schema-utils": "^3.0.0", - "serialize-javascript": "^5.0.1", - "source-map": "^0.6.1", - "terser": "^5.3.4", - "webpack-sources": "^1.4.3" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/react/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/@storybook/react/node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/@storybook/react/node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@storybook/react/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/react/node_modules/tr46": { - "version": "0.0.3", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, - "node_modules/@storybook/react/node_modules/webidl-conversions": { - "version": "3.0.1", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "node_modules/@storybook/react/node_modules/whatwg-url": { - "version": "5.0.0", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/@storybook/semver": { - "version": "7.3.2", - "integrity": "sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==", - "dependencies": { - "core-js": "^3.6.5", - "find-up": "^4.1.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/theming": { - "version": "6.3.12", - "integrity": "sha512-wOJdTEa/VFyFB2UyoqyYGaZdym6EN7RALuQOAMT6zHA282FBmKw8nL5DETHEbctpnHdcrMC/391teK4nNSrdOA==", - "dependencies": { - "@emotion/core": "^10.1.1", - "@emotion/is-prop-valid": "^0.8.6", - "@emotion/styled": "^10.0.27", - "@storybook/client-logger": "6.3.12", - "core-js": "^3.8.2", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.27", - "global": "^4.4.0", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/cache": { - "version": "10.0.29", - "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", - "dependencies": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/core": { - "version": "10.1.1", - "integrity": "sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/is-prop-valid": { - "version": "0.8.8", - "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", - "dependencies": { - "@emotion/memoize": "0.7.4" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/memoize": { - "version": "0.7.4", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "node_modules/@storybook/theming/node_modules/@emotion/serialize": { - "version": "0.11.16", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "dependencies": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/sheet": { - "version": "0.9.4", - "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" - }, - "node_modules/@storybook/theming/node_modules/@emotion/styled": { - "version": "10.0.27", - "integrity": "sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==", - "dependencies": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/styled/node_modules/@emotion/styled-base": { - "version": "10.0.31", - "integrity": "sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - }, - "peerDependencies": { - "@emotion/core": "^10.0.28", - "react": ">=16.3.0" - } - }, - "node_modules/@storybook/theming/node_modules/@emotion/utils": { - "version": "0.11.3", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "node_modules/@storybook/theming/node_modules/emotion-theming": { - "version": "10.0.27", - "integrity": "sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "peerDependencies": { - "@emotion/core": "^10.0.27", - "react": ">=16.3.0" - } - }, - "node_modules/@superset-ui/chart-controls": { - "resolved": "packages/superset-ui-chart-controls", - "link": true - }, - "node_modules/@superset-ui/commit-config": { - "version": "0.0.9", - "integrity": "sha512-5gOGvjvPEz1oyemLBLB9eYpbuVAPiSgiqcs42rv7yUx49+RiA1ijql0n+4G8HHp5Zg+Qjtn8cjhDYZXRdy4P3w==", - "dependencies": { - "@commitlint/cli": "^7.5.2", - "@commitlint/config-conventional": "^7.5.0", - "@commitlint/config-lerna-scopes": "^7.5.1", - "commitizen": "^3.0.7", - "conventional-changelog": "^3.0.6", - "conventional-changelog-cli": "^2.0.12", - "cz-conventional-changelog": "^2.1.0" - }, - "bin": { - "superset-commit": "commit-cli.js" - } - }, - "node_modules/@superset-ui/core": { - "resolved": "packages/superset-ui-core", - "link": true - }, - "node_modules/@superset-ui/demo": { - "resolved": "packages/superset-ui-demo", - "link": true - }, - "node_modules/@superset-ui/generator-superset": { - "resolved": "packages/generator-superset", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-calendar": { - "resolved": "plugins/legacy-plugin-chart-calendar", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-chord": { - "resolved": "plugins/legacy-plugin-chart-chord", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-country-map": { - "resolved": "plugins/legacy-plugin-chart-country-map", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-event-flow": { - "resolved": "plugins/legacy-plugin-chart-event-flow", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-force-directed": { - "resolved": "plugins/legacy-plugin-chart-force-directed", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-heatmap": { - "resolved": "plugins/legacy-plugin-chart-heatmap", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-histogram": { - "resolved": "plugins/legacy-plugin-chart-histogram", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-horizon": { - "resolved": "plugins/legacy-plugin-chart-horizon", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-map-box": { - "resolved": "plugins/legacy-plugin-chart-map-box", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-paired-t-test": { - "resolved": "plugins/legacy-plugin-chart-paired-t-test", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-parallel-coordinates": { - "resolved": "plugins/legacy-plugin-chart-parallel-coordinates", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-partition": { - "resolved": "plugins/legacy-plugin-chart-partition", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-pivot-table": { - "resolved": "plugins/legacy-plugin-chart-pivot-table", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-rose": { - "resolved": "plugins/legacy-plugin-chart-rose", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-sankey": { - "resolved": "plugins/legacy-plugin-chart-sankey", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-sankey-loop": { - "resolved": "plugins/legacy-plugin-chart-sankey-loop", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-sunburst": { - "resolved": "plugins/legacy-plugin-chart-sunburst", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-time-table": { - "resolved": "plugins/legacy-plugin-chart-time-table", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-treemap": { - "resolved": "plugins/legacy-plugin-chart-treemap", - "link": true - }, - "node_modules/@superset-ui/legacy-plugin-chart-world-map": { - "resolved": "plugins/legacy-plugin-chart-world-map", - "link": true - }, - "node_modules/@superset-ui/legacy-preset-chart-big-number": { - "resolved": "plugins/legacy-preset-chart-big-number", - "link": true - }, - "node_modules/@superset-ui/legacy-preset-chart-nvd3": { - "resolved": "plugins/legacy-preset-chart-nvd3", - "link": true - }, - "node_modules/@superset-ui/plugin-chart-echarts": { - "resolved": "plugins/plugin-chart-echarts", - "link": true - }, - "node_modules/@superset-ui/plugin-chart-pivot-table": { - "resolved": "plugins/plugin-chart-pivot-table", - "link": true - }, - "node_modules/@superset-ui/plugin-chart-table": { - "resolved": "plugins/plugin-chart-table", - "link": true - }, - "node_modules/@superset-ui/plugin-chart-word-cloud": { - "resolved": "plugins/plugin-chart-word-cloud", - "link": true - }, - "node_modules/@superset-ui/preset-chart-xy": { - "resolved": "plugins/preset-chart-xy", - "link": true - }, - "node_modules/@superset-ui/react-pivottable": { - "version": "0.12.12", - "integrity": "sha512-4+wx2kQy3IRKoWHTf2bIkXjlzDA0u/eN2k0FfLfJ5bdER2GuqZErWuKtiZzARsn5kSS9hPIrvt77uv52R3FnfQ==", - "dependencies": { - "immutability-helper": "^3.1.1", - "prop-types": "^15.7.2", - "react-draggable": "^4.4.3", - "react-sortablejs": "^6.0.0", - "sortablejs": "^1.13.0" - }, - "peerDependencies": { - "react": ">=15.0.0", - "react-dom": ">=15.0.0" - } - }, - "node_modules/@superset-ui/react-pivottable/node_modules/react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "dependencies": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": ">= 16.3.0", - "react-dom": ">= 16.3.0" - } - }, - "node_modules/@testing-library/dom": { - "version": "7.31.2", - "integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^4.2.0", - "aria-query": "^4.2.2", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.6", - "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@testing-library/dom/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@testing-library/dom/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@testing-library/dom/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@testing-library/dom/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/aria-query": { - "version": "4.2.2", - "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==" - }, - "node_modules/@types/babel__core": { - "version": "7.1.16", - "integrity": "sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==", - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.3", - "integrity": "sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==", - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.1", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.14.2", - "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", - "dependencies": { - "@babel/types": "^7.3.0" - } - }, - "node_modules/@types/braces": { - "version": "3.0.1", - "integrity": "sha512-+euflG6ygo4bn0JHtn4pYqcXwRtLvElQ7/nnjDu7iYG56H0+OhCd7d6Ug0IE3WcFpZozBKW2+80FUbv5QGk5AQ==" - }, - "node_modules/@types/cheerio": { - "version": "0.22.30", - "integrity": "sha512-t7ZVArWZlq3dFa9Yt33qFBQIK4CQd1Q3UJp0V+UhP6vgLWLM6Qug7vZuRSGXg45zXeB1Fm5X2vmBkEX58LV2Tw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/classnames": { - "version": "2.3.1", - "integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", - "deprecated": "This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.", - "dependencies": { - "classnames": "*" - } - }, - "node_modules/@types/color-convert": { - "version": "2.0.0", - "integrity": "sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ==", - "dependencies": { - "@types/color-name": "*" - } - }, - "node_modules/@types/color-name": { - "version": "1.1.1", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "node_modules/@types/d3": { - "version": "3.5.38", - "integrity": "sha1-dvjy6RWa5WKWWy+g5vvuGqZDobw=" - }, - "node_modules/@types/d3-array": { - "version": "2.12.3", - "integrity": "sha512-hN879HLPTVqZV3FQEXy7ptt083UXwguNbnxdTGzVW4y4KjX5uyNKljrQixZcSJfLyFirbpUokxpXtvR+N5+KIg==" - }, - "node_modules/@types/d3-cloud": { - "version": "1.2.5", - "integrity": "sha512-vEIER9DsEBUOdpRiwCh3n1qE+cV6h4e1LhxhY2sLt+m8LPNAIkOOhTlqk0JDiBwD+ZPM8ynFAOU3AuPuVYBFBA==", - "dependencies": { - "@types/d3": "^3" - } - }, - "node_modules/@types/d3-color": { - "version": "1.4.2", - "integrity": "sha512-fYtiVLBYy7VQX+Kx7wU/uOIkGQn8aAEY8oWMoyja3N4dLd8Yf6XgSIR/4yWvMuveNOH5VShnqCgRqqh/UNanBA==" - }, - "node_modules/@types/d3-format": { - "version": "1.4.2", - "integrity": "sha512-WeGCHAs7PHdZYq6lwl/+jsl+Nfc1J2W1kNcMeIMYzQsT6mtBDBgtJ/rcdjZ0k0rVIvqEZqhhuD5TK/v3P2gFHQ==" - }, - "node_modules/@types/d3-interpolate": { - "version": "1.4.2", - "integrity": "sha512-ylycts6llFf8yAEs1tXzx2loxxzDZHseuhPokrqKprTQSTcD3JbJI1omZP1rphsELZO3Q+of3ff0ZS7+O6yVzg==", - "dependencies": { - "@types/d3-color": "^1" - } - }, - "node_modules/@types/d3-path": { - "version": "1.0.9", - "integrity": "sha512-NaIeSIBiFgSC6IGUBjZWcscUJEq7vpVu7KthHN8eieTV9d9MqkSOZLH4chq1PmcKy06PNe3axLeKmRIyxJ+PZQ==" - }, - "node_modules/@types/d3-scale": { - "version": "2.2.6", - "integrity": "sha512-CHu34T5bGrJOeuhGxyiz9Xvaa9PlsIaQoOqjDg7zqeGj2x0rwPhGquiy03unigvcMxmvY0hEaAouT0LOFTLpIw==", - "dependencies": { - "@types/d3-time": "^1" - } - }, - "node_modules/@types/d3-scale-chromatic": { - "version": "1.5.1", - "integrity": "sha512-7FtJYrmXTEWLykShjYhoGuDNR/Bda0+tstZMkFj4RRxUEryv16AGh3be21tqg84B6KfEwiZyEpBcTyPyU+GWjg==" - }, - "node_modules/@types/d3-shape": { - "version": "1.3.8", - "integrity": "sha512-gqfnMz6Fd5H6GOLYixOZP/xlrMtJms9BaS+6oWxTKHNqPGZ93BkWWupQSCYm6YHqx6h9wjRupuJb90bun6ZaYg==", - "dependencies": { - "@types/d3-path": "^1" - } - }, - "node_modules/@types/d3-time": { - "version": "1.1.1", - "integrity": "sha512-ULX7LoqXTCYtM+tLYOaeAJK7IwCT+4Gxlm2MaH0ErKLi07R5lh8NHCAyWcDkCCmx1AfRcBEV6H9QE9R25uP7jw==" - }, - "node_modules/@types/d3-time-format": { - "version": "2.3.1", - "integrity": "sha512-fck0Z9RGfIQn3GJIEKVrp15h9m6Vlg0d5XXeiE/6+CQiBmMDZxfR21XtjEPuDeg7gC3bBM0SdieA5XF3GW1wKA==" - }, - "node_modules/@types/debug": { - "version": "4.1.7", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", - "dependencies": { - "@types/ms": "*" - } - }, - "node_modules/@types/enzyme": { - "version": "3.10.9", - "integrity": "sha512-dx5UvcWe2Vtye6S9Hw2rFB7Ul9uMXOAje2FAbXvVYieQDNle9qPAo7DfvFMSztZ9NFiD3dVZ4JsRYGTrSLynJg==", - "dependencies": { - "@types/cheerio": "*", - "@types/react": "*" - } - }, - "node_modules/@types/fetch-mock": { - "version": "7.3.5", - "integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg==", - "dev": true - }, - "node_modules/@types/glob": { - "version": "7.2.0", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", - "dependencies": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "node_modules/@types/glob-base": { - "version": "0.3.0", - "integrity": "sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0=" - }, - "node_modules/@types/graceful-fs": { - "version": "4.1.5", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/hast": { - "version": "2.3.4", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/html-minifier-terser": { - "version": "5.1.2", - "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==" - }, - "node_modules/@types/is-function": { - "version": "1.0.1", - "integrity": "sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==" - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.3", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/jest": { - "version": "26.0.24", - "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", - "dependencies": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - } - }, - "node_modules/@types/jsdom": { - "version": "12.2.4", - "integrity": "sha512-q+De3S/Ri6U9uPx89YA1XuC+QIBgndIfvBaaJG0pRT8Oqa75k4Mr7G9CRZjIvlbLGIukO/31DFGFJYlQBmXf/A==", - "dependencies": { - "@types/node": "*", - "@types/tough-cookie": "*", - "parse5": "^4.0.0" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.9", - "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" - }, - "node_modules/@types/lodash": { - "version": "4.14.175", - "integrity": "sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==" - }, - "node_modules/@types/lodash.get": { - "version": "4.4.6", - "integrity": "sha512-E6zzjR3GtNig8UJG/yodBeJeIOtgPkMgsLjDU3CbgCAPC++vJ0eCMnJhVpRZb/ENqEFlov1+3K9TKtY4UdWKtQ==", - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/markdown-to-jsx": { - "version": "6.11.3", - "integrity": "sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/math-expression-evaluator": { - "version": "1.2.1", - "integrity": "sha512-H6IG9R0jU16nR3N24UpL7X40aDcUl5eTncBSd/itwz6rWI4nNzMcNYreHj0MnKlHSga1Iq1AqjSuY67EhiN+Zw==" - }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/micromatch": { - "version": "4.0.2", - "integrity": "sha512-oqXqVb0ci19GtH0vOA/U2TmHTcRY9kuZl4mqUxe0QmJAlIW13kzhuK5pi1i9+ngav8FjpSb9FVS/GE00GLX1VA==", - "dependencies": { - "@types/braces": "*" - } - }, - "node_modules/@types/minimatch": { - "version": "3.0.5", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" - }, - "node_modules/@types/minimist": { - "version": "1.2.2", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" - }, - "node_modules/@types/ms": { - "version": "0.7.31", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" - }, - "node_modules/@types/node": { - "version": "16.11.1", - "integrity": "sha512-PYGcJHL9mwl1Ek3PLiYgyEKtwTMmkMw4vbiyz/ps3pfdRYLVv+SN7qHVAImrjdAXxgluDEw6Ph4lyv+m9UpRmA==" - }, - "node_modules/@types/node-fetch": { - "version": "2.5.12", - "integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==", - "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==" - }, - "node_modules/@types/npmlog": { - "version": "4.1.3", - "integrity": "sha512-1TcL7YDYCtnHmLhTWbum+IIwLlvpaHoEKS2KNIngEwLzwgDeHaebaEHHbQp8IqzNQ9IYiboLKUjAf7MZqG63+w==" - }, - "node_modules/@types/overlayscrollbars": { - "version": "1.12.1", - "integrity": "sha512-V25YHbSoKQN35UasHf0EKD9U2vcmexRSp78qa8UglxFH8H3D+adEa9zGZwrqpH4TdvqeMrgMqVqsLB4woAryrQ==" - }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" - }, - "node_modules/@types/parse5": { - "version": "5.0.3", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==" - }, - "node_modules/@types/prettier": { - "version": "2.4.1", - "integrity": "sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==" - }, - "node_modules/@types/pretty-hrtime": { - "version": "1.0.1", - "integrity": "sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.4", - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" - }, - "node_modules/@types/qs": { - "version": "6.9.7", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "node_modules/@types/reach__router": { - "version": "1.3.9", - "integrity": "sha512-N6rqQqTTAV/zKLfK3iq9Ww3wqCEhTZvsilhl0zI09zETdVq1QGmJH6+/xnj8AFUWIrle2Cqo+PGM/Ltr1vBb9w==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react": { - "version": "16.14.17", - "integrity": "sha512-pMLc/7+7SEdQa9A+hN9ujI8blkjFqYAZVqh3iNXqdZ0cQ8TIR502HMkNJniaOGv9SAgc47jxVKoiBJ7c0AakvQ==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-loadable": { - "version": "5.5.6", - "integrity": "sha512-2M7xH/wawZxNybbs/a76JkpUsMk4z6AxBh92cUtIBy2vK7EYYuitQbC4laY0hGz0e05R+mQ44YeHMtH2U+gMsw==", - "dependencies": { - "@types/react": "*", - "@types/webpack": "^4" - } - }, - "node_modules/@types/react-syntax-highlighter": { - "version": "11.0.5", - "integrity": "sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-table": { - "version": "7.7.7", - "integrity": "sha512-3l2TP4detx9n5Jt44XhdH7Ku6PYwz6kB83P8W+YcBMUkIHtiw2gsCCcq9c4wyCIcdSwcTlWZ9WqH4PF7Yfbprg==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-test-renderer": { - "version": "16.9.5", - "integrity": "sha512-C4cN7C2uSSGOYelp2XfdtJb5TsCP+QiZ+0Bm4U3ZfUswN8oN9O/l86XO/OvBSFCmWY7w75fzsQvZ50eGkFN34A==", - "dependencies": { - "@types/react": "^16" - } - }, - "node_modules/@types/react/node_modules/csstype": { - "version": "3.0.9", - "integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==" - }, - "node_modules/@types/rison": { - "version": "0.0.6", - "integrity": "sha512-mE3eRK0fpTN/GnNBOIg2tGq2cFhchQXF6fCbrLxus75TgnoOECbdHikr948FGO/UAml7/ZhLMa5FbGkF5PKvmw==" - }, - "node_modules/@types/scheduler": { - "version": "0.16.2", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" - }, - "node_modules/@types/seedrandom": { - "version": "2.4.30", - "integrity": "sha512-AnxLHewubLVzoF/A4qdxBGHCKifw8cY32iro3DQX9TPcetE95zBeVt3jnsvtvAUf1vwzMfwzp4t/L2yqPlnjkQ==" - }, - "node_modules/@types/shortid": { - "version": "0.0.29", - "integrity": "sha1-gJPuBBam4r8qpjOBCRFLP7/6Dps=" - }, - "node_modules/@types/sortablejs": { - "version": "1.10.7", - "integrity": "sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg==", - "peer": true - }, - "node_modules/@types/source-list-map": { - "version": "0.1.2", - "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==" - }, - "node_modules/@types/stack-utils": { - "version": "2.0.1", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" - }, - "node_modules/@types/tapable": { - "version": "1.0.8", - "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==" - }, - "node_modules/@types/tough-cookie": { - "version": "4.0.1", - "integrity": "sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==" - }, - "node_modules/@types/uglify-js": { - "version": "3.13.1", - "integrity": "sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ==", - "dependencies": { - "source-map": "^0.6.1" - } - }, - "node_modules/@types/uglify-js/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@types/unist": { - "version": "2.0.6", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" - }, - "node_modules/@types/webpack": { - "version": "4.41.31", - "integrity": "sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==", - "dependencies": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@types/webpack-env": { - "version": "1.16.3", - "integrity": "sha512-9gtOPPkfyNoEqCQgx4qJKkuNm/x0R2hKR7fdl7zvTJyHnIisuE/LfvXOsYWL0o3qq6uiBnKZNNNzi3l0y/X+xw==" - }, - "node_modules/@types/webpack-sources": { - "version": "3.2.0", - "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", - "dependencies": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - } - }, - "node_modules/@types/webpack-sources/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@types/webpack/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@types/yargs": { - "version": "15.0.14", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "15.0.0", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz", - "integrity": "sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==", - "dependencies": { - "@typescript-eslint/experimental-utils": "5.3.1", - "@typescript-eslint/scope-manager": "5.3.1", - "debug": "^4.3.2", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.1.8", - "regexpp": "^3.2.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/experimental-utils": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz", - "integrity": "sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.3.1", - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/typescript-estree": "5.3.1", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz", - "integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz", - "integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz", - "integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz", - "integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "eslint-visitor-keys": "^3.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz", - "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@typescript-eslint/experimental-utils": { - "version": "4.33.0", - "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", - "dependencies": { - "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.33.0", - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/typescript-estree": "4.33.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - } - }, - "node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { - "version": "3.0.0", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.3.1.tgz", - "integrity": "sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==", - "dependencies": { - "@typescript-eslint/scope-manager": "5.3.1", - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/typescript-estree": "5.3.1", - "debug": "^4.3.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz", - "integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz", - "integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz", - "integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz", - "integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==", - "dependencies": { - "@typescript-eslint/types": "5.3.1", - "eslint-visitor-keys": "^3.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz", - "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "4.33.0", - "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "4.33.0", - "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "4.33.0", - "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "4.33.0", - "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@vx/axis": { - "version": "0.0.140", - "integrity": "sha1-qtVXwoHGzCHBUWl3MBVSxwUuUiQ=", - "dependencies": { - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "@vx/shape": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/axis/node_modules/prop-types": { - "version": "15.5.10", - "integrity": "sha1-J5ffwxJhguOpXj37suiT3ddFYVQ=", - "dependencies": { - "fbjs": "^0.8.9", - "loose-envify": "^1.3.1" - } - }, - "node_modules/@vx/bounds": { - "version": "0.0.140", - "integrity": "sha1-Tt6XZqq7QbeRpPv0wn/MGe2D+RA=", - "dependencies": { - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/clip-path": { - "version": "0.0.140", - "integrity": "sha1-smI9AE3Vw8imr+jQYN5Z31FHLZQ=", - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/curve": { - "version": "0.0.165", - "integrity": "sha512-fiQAGrKNGjJbL+eixUckJqIZDWXH/1NtIyyDbSz3J7ksk0QpYr5BgWcNJN76HLNt7wfcLwNzCHeNs4iVYyFGTg==", - "dependencies": { - "d3-shape": "^1.0.6" - } - }, - "node_modules/@vx/event": { - "version": "0.0.179", - "integrity": "sha512-wEwqKsxrzoRV/A9Va/f/CHPmV9asrTH/kW/f88jCydsVXd5W/nrJZiVpozN2Zr1Ernv0i1gW5896FWo/LHRg0A==", - "dependencies": { - "@vx/point": "0.0.165" - } - }, - "node_modules/@vx/event/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@vx/glyph": { - "version": "0.0.140", - "integrity": "sha1-+DI/gq7iIZK2db7yV4m7t9dGkbo=", - "dependencies": { - "@vx/group": "0.0.140", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/gradient": { - "version": "0.0.140", - "integrity": "sha1-VrQhAWy64NywAZDP/7noYKKP6/Q=", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/grid": { - "version": "0.0.140", - "integrity": "sha1-nf0wcbxdkNS0V91V1/eVaZIzsjA=", - "dependencies": { - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "@vx/shape": "0.0.140", - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/group": { - "version": "0.0.140", - "integrity": "sha1-y6mws/LwB+W+c0bzyG9z9w4DiiM=", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/legend": { - "version": "0.0.140", - "integrity": "sha1-QGLCfWvJxNYHMJ137/ErhEcnrpk=", - "dependencies": { - "@vx/group": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/pattern": { - "version": "0.0.140", - "integrity": "sha1-9J9XxvE8tbO6qlu+wXTF06p4Lac=", - "dependencies": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/point": { - "version": "0.0.136", - "integrity": "sha1-k7MltLlcnVuW33QPQgQBf1c5ZVk=" - }, - "node_modules/@vx/responsive": { - "version": "0.0.199", - "integrity": "sha512-ONrmLUAG+8wzD3cn/EmsuZh6JHeyejqup3ZsV25t04VaVJAVQAJukAfNdH8YiwSJu0zSo+txkBTfrnOmFyQLOw==", - "dependencies": { - "@types/lodash": "^4.14.146", - "@types/react": "*", - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.1" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/scale": { - "version": "0.0.140", - "integrity": "sha1-HrCH0R0AALJQws3EBhueIhLtsQ0=", - "dependencies": { - "d3-scale": "^1.0.5" - } - }, - "node_modules/@vx/scale/node_modules/d3-scale": { - "version": "1.0.7", - "integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-color": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@vx/shape": { - "version": "0.0.140", - "integrity": "sha1-aigtX986V1K26Ti7Pevpg+if9tM=", - "dependencies": { - "@vx/curve": "0.0.140", - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/shape/node_modules/@vx/curve": { - "version": "0.0.140", - "integrity": "sha1-Ke84jos3GCE9ZqiW1WncHryO34k=", - "dependencies": { - "d3-shape": "^1.0.6" - } - }, - "node_modules/@vx/stats": { - "version": "0.0.165", - "integrity": "sha512-FRW5N+7pXLZrQxT8JA8OH28PGKq7YfiycmnSG7jzXOnvw+sPm9MRKCoyRDTpFrCiggcOhHhvqhE8RiO2qF7d3Q==", - "dependencies": { - "@vx/group": "0.0.165", - "@vx/scale": "0.0.165", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/stats/node_modules/@vx/group": { - "version": "0.0.165", - "integrity": "sha512-gi1DSg8AAaVRseyWiq8y4bzyvKiQIXT6vDUYBVRmv2LBcpHocBGaxNiNK0X602RgLG0XmNyRv6qSCWLOaBs3Mg==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/stats/node_modules/@vx/scale": { - "version": "0.0.165", - "integrity": "sha512-5jSgXJDU6J/KWIyCbpjHqysPCddp7tG3LbTV7UmtB1Qleb4m4slShTVSE7+EKU+zgiQPDGm0+E2ht4cet+7F7A==", - "dependencies": { - "d3-scale": "^2.0.0" - } - }, - "node_modules/@vx/stats/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/@vx/text": { - "version": "0.0.192", - "integrity": "sha512-lyy7eXfmQ8SJF7Qx+bCRcaEgvVSa18Lp6eRMo3GMANumUh9kSe7LwgqRFSdBJ85WkPqX+UOkJVyCH7AOlt0IWA==", - "dependencies": { - "classnames": "^2.2.5", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "reduce-css-calc": "^1.3.0" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "node_modules/@vx/threshold": { - "version": "0.0.170", - "integrity": "sha512-A3yWJrFqckbleXg3Q3iSsU6mdtHbMxEnE4jGZd8og4m9r2RDVTvFVP6ZRo4vunlfWj5YuMnNsKhx4ZSWKVMtXg==", - "dependencies": { - "@vx/clip-path": "0.0.165", - "@vx/shape": "0.0.170", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/threshold/node_modules/@vx/clip-path": { - "version": "0.0.165", - "integrity": "sha512-mBCbgguLMVyGvar5FbxqyyY4NQFlnXoSLF0TrhgWYkF/FCXdE1CzBC+Y4iXIJOY0ZTtluqL9XrNdIDpx49AmuA==", - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/threshold/node_modules/@vx/group": { - "version": "0.0.170", - "integrity": "sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/threshold/node_modules/@vx/point": { - "version": "0.0.165", - "integrity": "sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==" - }, - "node_modules/@vx/threshold/node_modules/@vx/shape": { - "version": "0.0.170", - "integrity": "sha512-rm8oVRP0ejgwGhQTVhqP5awqphWX60FgbnRt9X+YBUqgv7Qyedfgs/CHd/5QFZX3aPp8d4F+b4+lghbIYiMgmQ==", - "dependencies": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/tooltip": { - "version": "0.0.140", - "integrity": "sha1-xcgwYnKHfBu9TotHjqUpHxAZ/+M=", - "dependencies": { - "@vx/bounds": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/voronoi": { - "version": "0.0.165", - "integrity": "sha512-oZT9KBAjDLCEcOrrqW01TPz8pLtrNNAFPa7mB9ignXvgntqEd3yVXCBkxXScfZLS+O8UQc+7/pawu0PPkE2eMw==", - "dependencies": { - "@vx/group": "0.0.165", - "classnames": "^2.2.5", - "d3-voronoi": "^1.1.2", - "prop-types": "^15.6.1" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@vx/voronoi/node_modules/@vx/group": { - "version": "0.0.165", - "integrity": "sha512-gi1DSg8AAaVRseyWiq8y4bzyvKiQIXT6vDUYBVRmv2LBcpHocBGaxNiNK0X602RgLG0XmNyRv6qSCWLOaBs3Mg==", - "dependencies": { - "classnames": "^2.2.5" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==" - }, - "node_modules/@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", - "dependencies": { - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "node_modules/@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==" - }, - "node_modules/@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", - "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "node_modules/@webassemblyjs/wast-parser": { - "version": "1.9.0", - "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", - "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "node_modules/@zkochan/cmd-shim": { - "version": "3.1.0", - "integrity": "sha512-o8l0+x7C7sMZU3v9GuJIAU10qQLtwR1dtRQIOmlNMtyaqhmpXOzx1HWiYoWfmmf9HHZoAkXpc9TM9PQYF9d4Jg==", - "dependencies": { - "is-windows": "^1.0.0", - "mkdirp-promise": "^5.0.1", - "mz": "^2.5.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/abab": { - "version": "2.0.5", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" - }, - "node_modules/abbrev": { - "version": "1.1.1", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - }, - "node_modules/accepts": { - "version": "1.3.7", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dependencies": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "7.4.1", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-globals": { - "version": "6.0.0", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/add-stream": { - "version": "1.0.0", - "integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=" - }, - "node_modules/address": { - "version": "1.1.2", - "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==", - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/agent-base": { - "version": "6.0.2", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/agentkeepalive": { - "version": "3.5.2", - "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", - "dependencies": { - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/aggregate-error/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/airbnb-js-shims": { - "version": "2.2.1", - "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", - "dependencies": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - } - }, - "node_modules/airbnb-prop-types": { - "version": "2.16.0", - "integrity": "sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==", - "dependencies": { - "array.prototype.find": "^2.1.1", - "function.prototype.name": "^1.1.2", - "is-regex": "^1.1.0", - "object-is": "^1.1.2", - "object.assign": "^4.1.0", - "object.entries": "^1.1.2", - "prop-types": "^15.7.2", - "prop-types-exact": "^1.2.0", - "react-is": "^16.13.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "peerDependencies": { - "react": "^0.14 || ^15.0.0 || ^16.0.0-alpha" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-errors": { - "version": "1.0.1", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "peerDependencies": { - "ajv": ">=5.0.0" - } - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/ansi-align": { - "version": "3.0.1", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", - "dependencies": { - "string-width": "^4.1.0" - } - }, - "node_modules/ansi-colors": { - "version": "4.1.1", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-html": { - "version": "0.0.7", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ansi-styles/node_modules/color-convert": { - "version": "1.9.3", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/ansi-styles/node_modules/color-name": { - "version": "1.1.3", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/ansi-to-html": { - "version": "0.6.15", - "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", - "dependencies": { - "entities": "^2.0.0" - }, - "bin": { - "ansi-to-html": "bin/ansi-to-html" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/ansicolors": { - "version": "0.2.1", - "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=" - }, - "node_modules/antd": { - "version": "4.16.13", - "integrity": "sha512-EMPD3fzKe7oayx9keD/GA1oKatcx7j5CGlkJj5eLS0/eEDDEkxVj3DFmKOPuHYt4BK7ltTzMFS+quSTmqUXPiw==", - "dependencies": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons": "^4.6.3", - "@ant-design/react-slick": "~0.28.1", - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "classnames": "^2.2.6", - "copy-to-clipboard": "^3.2.0", - "lodash": "^4.17.21", - "moment": "^2.25.3", - "rc-cascader": "~1.4.0", - "rc-checkbox": "~2.3.0", - "rc-collapse": "~3.1.0", - "rc-dialog": "~8.6.0", - "rc-drawer": "~4.3.0", - "rc-dropdown": "~3.2.0", - "rc-field-form": "~1.20.0", - "rc-image": "~5.2.5", - "rc-input-number": "~7.1.0", - "rc-mentions": "~1.6.1", - "rc-menu": "~9.0.12", - "rc-motion": "^2.4.0", - "rc-notification": "~4.5.7", - "rc-pagination": "~3.1.9", - "rc-picker": "~2.5.10", - "rc-progress": "~3.1.0", - "rc-rate": "~2.9.0", - "rc-resize-observer": "^1.0.0", - "rc-select": "~12.1.6", - "rc-slider": "~9.7.1", - "rc-steps": "~4.1.0", - "rc-switch": "~3.2.0", - "rc-table": "~7.15.1", - "rc-tabs": "~11.10.0", - "rc-textarea": "~0.3.0", - "rc-tooltip": "~5.1.1", - "rc-tree": "~4.2.1", - "rc-tree-select": "~4.3.0", - "rc-trigger": "^5.2.10", - "rc-upload": "~4.3.0", - "rc-util": "^5.13.1", - "scroll-into-view-if-needed": "^2.2.25" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/ant-design" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/@ant-design/react-slick": { - "version": "0.28.4", - "integrity": "sha512-j9eAHTn7GxbXUFNknJoHS2ceAsqrQi2j8XykjZE1IXCD8kJF+t28EvhBLniDpbOsBk/3kjalnhriTfZcjBHNqg==", - "dependencies": { - "@babel/runtime": "^7.10.4", - "classnames": "^2.2.5", - "json2mq": "^0.2.0", - "lodash": "^4.17.21", - "resize-observer-polyfill": "^1.5.0" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/date-fns": { - "version": "2.25.0", - "integrity": "sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==", - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/antd/node_modules/rc-cascader": { - "version": "1.4.3", - "integrity": "sha512-Q4l9Mv8aaISJ+giVnM9IaXxDeMqHUGLvi4F+LksS6pHlaKlN4awop/L+IMjIXpL+ug/ojaCyv/ixcVopJYYCVA==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.0.1", - "warning": "^4.0.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-checkbox": { - "version": "2.3.2", - "integrity": "sha512-afVi1FYiGv1U0JlpNH/UaEXdh6WUJjcWokj/nUN2TgG80bfG+MDdbfHKlLcNNba94mbjy2/SXJ1HDgrOkXGAjg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-collapse": { - "version": "3.1.2", - "integrity": "sha512-HujcKq7mghk/gVKeI6EjzTbb8e19XUZpakrYazu1MblEZ3Hu3WBMSN4A3QmvbF6n1g7x6lUlZvsHZ5shABWYOQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.3.4", - "rc-util": "^5.2.1", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-dialog": { - "version": "8.6.0", - "integrity": "sha512-GSbkfqjqxpZC5/zc+8H332+q5l/DKUhpQr0vdX2uDsxo5K0PhvaMEVjyoJUTkZ3+JstEADQji1PVLVb/2bJeOQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-motion": "^2.3.0", - "rc-util": "^5.6.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-drawer": { - "version": "4.3.1", - "integrity": "sha512-GMfFy4maqxS9faYXEhQ+0cA1xtkddEQzraf6SAdzWbn444DrrLogwYPk1NXSpdXjLCLxgxOj9MYtyYG42JsfXg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.7.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-dropdown": { - "version": "3.2.0", - "integrity": "sha512-j1HSw+/QqlhxyTEF6BArVZnTmezw2LnSmRk6I9W7BCqNCKaRwleRmMMs1PHbuaG8dKHVqP6e21RQ7vPBLVnnNw==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-trigger": "^5.0.4" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-field-form": { - "version": "1.20.1", - "integrity": "sha512-f64KEZop7zSlrG4ef/PLlH12SLn6iHDQ3sTG+RfKBM45hikwV1i8qMf53xoX12NvXXWg1VwchggX/FSso4bWaA==", - "dependencies": { - "@babel/runtime": "^7.8.4", - "async-validator": "^3.0.3", - "rc-util": "^5.8.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">= 16.9.0", - "react-dom": ">= 16.9.0" - } - }, - "node_modules/antd/node_modules/rc-image": { - "version": "5.2.5", - "integrity": "sha512-qUfZjYIODxO0c8a8P5GeuclYXZjzW4hV/5hyo27XqSFo1DmTCs2HkVeQObkcIk5kNsJtgsj1KoPThVsSc/PXOw==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-dialog": "~8.6.0", - "rc-util": "^5.0.6" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-input-number": { - "version": "7.1.4", - "integrity": "sha512-EG4iqkqyqzLRu/Dq+fw2od7nlgvXLEatE+J6uhi3HXE1qlM3C7L6a7o/hL9Ly9nimkES2IeQoj3Qda3I0izj3Q==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.9.8" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-mentions": { - "version": "1.6.1", - "integrity": "sha512-LDzGI8jJVGnkhpTZxZuYBhMz3avcZZqPGejikchh97xPni/g4ht714Flh7DVvuzHQ+BoKHhIjobHnw1rcP8erg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-menu": "^9.0.0", - "rc-textarea": "^0.3.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.0.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-menu": { - "version": "9.0.14", - "integrity": "sha512-CIox5mZeLDAi32SlHrV7UeSjv7tmJJhwRyxQtZCKt351w3q59XlL4WMFOmtT9gwIfP9h0XoxdBZUMe/xzkp78A==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.4.3", - "rc-overflow": "^1.2.0", - "rc-trigger": "^5.1.2", - "rc-util": "^5.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-menu/node_modules/rc-overflow": { - "version": "1.2.2", - "integrity": "sha512-X5kj9LDU1ue5wHkqvCprJWLKC+ZLs3p4He/oxjZ1Q4NKaqKBaYf5OdSzRSgh3WH8kSdrfU8LjvlbWnHgJOEkNQ==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-motion": { - "version": "2.4.4", - "integrity": "sha512-ms7n1+/TZQBS0Ydd2Q5P4+wJTSOrhIrwNxLXCZpR7Fa3/oac7Yi803HDALc2hLAKaCTQtw9LmQeB58zcwOsqlQ==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.2.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-notification": { - "version": "4.5.7", - "integrity": "sha512-zhTGUjBIItbx96SiRu3KVURcLOydLUHZCPpYEn1zvh+re//Tnq/wSxN4FKgp38n4HOgHSVxcLEeSxBMTeBBDdw==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.2.0", - "rc-util": "^5.0.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-pagination": { - "version": "3.1.9", - "integrity": "sha512-IKBKaJ4icVPeEk9qRHrFBJmHxBUrCp3+nENBYob4Ofqsu3RXjBOy4N36zONO7oubgLyiG3PxVmyAuVlTkoc7Jg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-picker": { - "version": "2.5.19", - "integrity": "sha512-u6myoCu/qiQ0vLbNzSzNrzTQhs7mldArCpPHrEI6OUiifs+IPXmbesqSm0zilJjfzrZJLgYeyyOMSznSlh0GKA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "date-fns": "2.x", - "dayjs": "1.x", - "moment": "^2.24.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.4.0", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-progress": { - "version": "3.1.4", - "integrity": "sha512-XBAif08eunHssGeIdxMXOmRQRULdHaDdIFENQ578CMb4dyewahmmfJRyab+hw4KH4XssEzzYOkAInTLS7JJG+Q==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-rate": { - "version": "2.9.1", - "integrity": "sha512-MmIU7FT8W4LYRRHJD1sgG366qKtSaKb67D0/vVvJYR0lrCuRrCiVQ5qhfT5ghVO4wuVIORGpZs7ZKaYu+KMUzA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.0.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-resize-observer": { - "version": "1.0.1", - "integrity": "sha512-OxO2mJI9e8610CAWBFfm52SPvWib0eNKjaSsRbbKHmLaJIxw944P+D61DlLJ/w2vuOjGNcalJu8VdqyNm/XCRg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.0", - "resize-observer-polyfill": "^1.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-select": { - "version": "12.1.13", - "integrity": "sha512-cPI+aesP6dgCAaey4t4upDbEukJe+XN0DK6oO/6flcCX5o28o7KNZD7JAiVtC/6fCwqwI/kSs7S/43dvHmBl+A==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-overflow": "^1.0.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.9.8", - "rc-virtual-list": "^3.2.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-select/node_modules/rc-overflow": { - "version": "1.2.2", - "integrity": "sha512-X5kj9LDU1ue5wHkqvCprJWLKC+ZLs3p4He/oxjZ1Q4NKaqKBaYf5OdSzRSgh3WH8kSdrfU8LjvlbWnHgJOEkNQ==", - "dependencies": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-select/node_modules/rc-virtual-list": { - "version": "3.4.1", - "integrity": "sha512-YexJy+Cx8qjnQdV8+0JBeM65VF2kvO9lnsfrIvHsL3lIH1adMZ85HqmePGUzKkKMZC+CRAJc2K4g2iJS1dOjPw==", - "dependencies": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.0.7" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-slider": { - "version": "9.7.4", - "integrity": "sha512-pjLKLiDKiaL7/pNywfIBD+lDo5TtVo05KuIBSWEIoqu6FHh6IMWvthCiaODuYaVs3RLeF2nXOP5AjkD2Lt2Rwg==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-tooltip": "^5.0.1", - "rc-util": "^5.0.0", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-steps": { - "version": "4.1.4", - "integrity": "sha512-qoCqKZWSpkh/b03ASGx1WhpKnuZcRWmvuW+ZUu4mvMdfvFzVxblTwUM+9aBd0mlEUFmt6GW8FXhMpHkK3Uzp3w==", - "dependencies": { - "@babel/runtime": "^7.10.2", - "classnames": "^2.2.3", - "rc-util": "^5.0.1" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-switch": { - "version": "3.2.2", - "integrity": "sha512-+gUJClsZZzvAHGy1vZfnwySxj+MjLlGRyXKXScrtCTcmiYNPzxDFOxdQ/3pK1Kt/0POvwJ/6ALOR8gwdXGhs+A==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-table": { - "version": "7.15.2", - "integrity": "sha512-TAs7kCpIZwc2mtvD8CMrXSM6TqJDUsy0rUEV1YgRru33T8bjtAtc+9xW/KC1VWROJlHSpU0R0kXjFs9h/6+IzQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.13.0", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-tabs": { - "version": "11.10.1", - "integrity": "sha512-ey1i2uMyfnRNYbViLcUYGH+Y7hueJbdCVSLaXnXki9hxBcGqxJMPy9t5xR0n/3QFQspj7Tf6+2VTXVtmO7Yaug==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "2.x", - "rc-dropdown": "^3.2.0", - "rc-menu": "^9.0.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-textarea": { - "version": "0.3.5", - "integrity": "sha512-qa+k5vDn9ct65qr+SgD2KwJ9Xz6P84lG2z+TDht/RBr71WnM/K61PqHUAcUyU6YqTJD26IXgjPuuhZR7HMw7eA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.7.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-tooltip": { - "version": "5.1.1", - "integrity": "sha512-alt8eGMJulio6+4/uDm7nvV+rJq9bsfxFDCI0ljPdbuoygUscbsMYb6EQgwib/uqsXQUvzk+S7A59uYHmEgmDA==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "rc-trigger": "^5.0.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-tree": { - "version": "4.2.2", - "integrity": "sha512-V1hkJt092VrOVjNyfj5IYbZKRMHxWihZarvA5hPL/eqm7o2+0SNkeidFYm7LVVBrAKBpOpa0l8xt04uiqOd+6w==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-util": "^5.0.0", - "rc-virtual-list": "^3.0.1" - }, - "engines": { - "node": ">=10.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-tree-select": { - "version": "4.3.3", - "integrity": "sha512-0tilOHLJA6p+TNg4kD559XnDX3PTEYuoSF7m7ryzFLAYvdEEPtjn0QZc5z6L0sMKBiBlj8a2kf0auw8XyHU3lA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-select": "^12.0.0", - "rc-tree": "^4.0.0", - "rc-util": "^5.0.5" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-tree/node_modules/rc-virtual-list": { - "version": "3.4.1", - "integrity": "sha512-YexJy+Cx8qjnQdV8+0JBeM65VF2kvO9lnsfrIvHsL3lIH1adMZ85HqmePGUzKkKMZC+CRAJc2K4g2iJS1dOjPw==", - "dependencies": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.0.7" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - } - }, - "node_modules/antd/node_modules/rc-trigger": { - "version": "5.2.10", - "integrity": "sha512-FkUf4H9BOFDaIwu42fvRycXMAvkttph9AlbCZXssZDVzz2L+QZ0ERvfB/4nX3ZFPh1Zd+uVGr1DEDeXxq4J1TA==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-align": "^4.0.0", - "rc-motion": "^2.0.0", - "rc-util": "^5.5.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-trigger/node_modules/rc-align": { - "version": "4.0.11", - "integrity": "sha512-n9mQfIYQbbNTbefyQnRHZPWuTEwG1rY4a9yKlIWHSTbgwI+XUMGRYd0uJ5pE2UbrNX0WvnMBA1zJ3Lrecpra/A==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "dom-align": "^1.7.0", - "lodash": "^4.17.21", - "rc-util": "^5.3.0", - "resize-observer-polyfill": "^1.5.1" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-upload": { - "version": "4.3.1", - "integrity": "sha512-W8Iyv0LRyEnFEzpv90ET/i1XG2jlPzPxKkkOVtDfgh9c3f4lZV770vgpUfiyQza+iLtQLVco3qIvgue8aDiOsQ==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.2.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/antd/node_modules/rc-util": { - "version": "5.14.0", - "integrity": "sha512-2vy6/Z1BJUcwLjm/UEJb/htjUTQPigITUIemCcFEo1fQevAumc9sA32x2z5qyWoa9uhrXbiAjSDpPIUqyg65sA==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/any-observable": { - "version": "0.3.0", - "integrity": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=" - }, - "node_modules/anymatch": { - "version": "3.1.2", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/aphrodite": { - "version": "1.2.5", - "integrity": "sha1-g1jDbIC7A67puXFlqqcBhiJbSYM=", - "dependencies": { - "asap": "^2.0.3", - "inline-style-prefixer": "^3.0.1", - "string-hash": "^1.1.3" - } - }, - "node_modules/apollo-codegen": { - "version": "0.19.1", - "integrity": "sha512-jlxz/b5iinRWfh48hXdmMtrjTPn/rDok0Z3b7icvkiaD6I30w4sq9B+JDkFbLnkldzsFLV2BZtBDa/dkZhx8Ng==", - "deprecated": "The 'apollo-codegen' command has been replaced with the more-powerful 'apollo' CLI. Switch to 'apollo' to ensure future updates and visit https://npm.im/apollo#code-generation for more information.", - "dependencies": { - "@babel/generator": "7.0.0-beta.38", - "@babel/types": "7.0.0-beta.38", - "change-case": "^3.0.1", - "common-tags": "^1.5.1", - "core-js": "^2.5.3", - "glob": "^7.1.2", - "graphql": "^0.13.1", - "graphql-config": "^1.1.1", - "inflected": "^2.0.3", - "node-fetch": "^1.7.3", - "rimraf": "^2.6.2", - "source-map-support": "^0.5.0", - "yargs": "^10.0.3" - }, - "bin": { - "apollo-codegen": "lib/cli.js" - }, - "engines": { - "node": ">=6.0", - "npm": ">=5.0" - } - }, - "node_modules/apollo-codegen/node_modules/@babel/generator": { - "version": "7.0.0-beta.38", - "integrity": "sha512-aOHQPhsEyaB6p2n+AK981+onHoc+Ork9rcAQVSUJR33wUkGiWRpu6/C685knRyIZVsKeSdG5Q4xMiYeFUhuLzA==", - "dependencies": { - "@babel/types": "7.0.0-beta.38", - "jsesc": "^2.5.1", - "lodash": "^4.2.0", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" - } - }, - "node_modules/apollo-codegen/node_modules/@babel/types": { - "version": "7.0.0-beta.38", - "integrity": "sha512-SAtyEjmA7KiEoL2eAOAUM6M9arQJGWxJKK0S9x0WyPOosHS420RXoxPhn57u/8orRnK8Kxm0nHQQNTX203cP1Q==", - "dependencies": { - "esutils": "^2.0.2", - "lodash": "^4.2.0", - "to-fast-properties": "^2.0.0" - } - }, - "node_modules/apollo-codegen/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/camelcase": { - "version": "4.1.0", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/cliui": { - "version": "4.1.0", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", - "dependencies": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - } - }, - "node_modules/apollo-codegen/node_modules/core-js": { - "version": "2.6.12", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/apollo-codegen/node_modules/cross-spawn": { - "version": "5.1.0", - "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", - "dependencies": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "node_modules/apollo-codegen/node_modules/execa": { - "version": "0.7.0", - "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", - "dependencies": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.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" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/get-caller-file": { - "version": "1.0.3", - "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" - }, - "node_modules/apollo-codegen/node_modules/get-stream": { - "version": "3.0.0", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/graphql": { - "version": "0.13.2", - "integrity": "sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==", - "dependencies": { - "iterall": "^1.2.1" - } - }, - "node_modules/apollo-codegen/node_modules/invert-kv": { - "version": "1.0.0", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/iterall": { - "version": "1.3.0", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "node_modules/apollo-codegen/node_modules/lcid": { - "version": "1.0.0", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "dependencies": { - "invert-kv": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/lru-cache": { - "version": "4.1.5", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/apollo-codegen/node_modules/mem": { - "version": "1.1.0", - "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", - "dependencies": { - "mimic-fn": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/mimic-fn": { - "version": "1.2.0", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/node-fetch": { - "version": "1.7.3", - "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", - "dependencies": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "node_modules/apollo-codegen/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/os-locale": { - "version": "2.1.0", - "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", - "dependencies": { - "execa": "^0.7.0", - "lcid": "^1.0.0", - "mem": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/require-main-filename": { - "version": "1.0.1", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" - }, - "node_modules/apollo-codegen/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/apollo-codegen/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/string-width": { - "version": "2.1.1", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-codegen/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/apollo-codegen/node_modules/wrap-ansi": { - "version": "2.1.0", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/wrap-ansi/node_modules/string-width": { - "version": "1.0.2", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/apollo-codegen/node_modules/y18n": { - "version": "3.2.2", - "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==" - }, - "node_modules/apollo-codegen/node_modules/yallist": { - "version": "2.1.2", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" - }, - "node_modules/apollo-codegen/node_modules/yargs": { - "version": "10.1.2", - "integrity": "sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==", - "dependencies": { - "cliui": "^4.0.0", - "decamelize": "^1.1.1", - "find-up": "^2.1.0", - "get-caller-file": "^1.0.1", - "os-locale": "^2.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1", - "yargs-parser": "^8.1.0" - } - }, - "node_modules/apollo-codegen/node_modules/yargs-parser": { - "version": "8.1.0", - "integrity": "sha512-yP+6QqN8BmrgW2ggLtTbdrOyBNSI7zBa4IykmiV5R1wl1JWNxQvWhMfMdmzIYtKU7oP3OOInY/tl2ov3BDjnJQ==", - "dependencies": { - "camelcase": "^4.1.0" - } - }, - "node_modules/app-root-dir": { - "version": "1.0.2", - "integrity": "sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg=" - }, - "node_modules/aproba": { - "version": "2.0.0", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" - }, - "node_modules/are-we-there-yet": { - "version": "1.1.7", - "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/are-we-there-yet/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/are-we-there-yet/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/are-we-there-yet/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/argparse": { - "version": "1.0.10", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/aria-query": { - "version": "4.2.2", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", - "dependencies": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/arr-diff": { - "version": "4.0.0", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "3.1.0", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-differ": { - "version": "2.1.0", - "integrity": "sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/array-equal": { - "version": "1.0.0", - "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=" - }, - "node_modules/array-find": { - "version": "1.0.0", - "integrity": "sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=" - }, - "node_modules/array-find-index": { - "version": "1.0.2", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-flatten": { - "version": "2.1.2", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" - }, - "node_modules/array-ify": { - "version": "1.0.0", - "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=" - }, - "node_modules/array-includes": { - "version": "3.1.4", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-tree-filter": { - "version": "2.1.0", - "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==" - }, - "node_modules/array-union": { - "version": "2.1.0", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/array-uniq": { - "version": "1.0.3", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-unique": { - "version": "0.3.2", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array.prototype.filter": { - "version": "1.0.1", - "integrity": "sha512-Dk3Ty7N42Odk7PjU/Ci3zT4pLj20YvuVnneG/58ICM6bt4Ij5kZaJTVQ9TSaWaIECX2sFyz4KItkVZqHNnciqw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.find": { - "version": "2.1.2", - "integrity": "sha512-00S1O4ewO95OmmJW7EesWfQlrCrLEL8kZ40w3+GkLX2yTt0m2ggcePPa2uHPJ9KUmJvwRq+lCV9bD8Yim23x/Q==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.2.5", - "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.2.5", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.map": { - "version": "1.0.4", - "integrity": "sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/arrify": { - "version": "1.0.1", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/asap": { - "version": "2.0.6", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "node_modules/asn1": { - "version": "0.2.4", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/asn1.js": { - "version": "5.4.1", - "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", - "dependencies": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/asn1.js/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/assert": { - "version": "1.5.0", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "dependencies": { - "object-assign": "^4.1.1", - "util": "0.10.3" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/assert/node_modules/inherits": { - "version": "2.0.1", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" - }, - "node_modules/assert/node_modules/util": { - "version": "0.10.3", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dependencies": { - "inherits": "2.0.1" - } - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ast-types": { - "version": "0.14.2", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" - }, - "node_modules/astral-regex": { - "version": "2.0.0", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/async": { - "version": "2.6.3", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "dependencies": { - "lodash": "^4.17.14" - } - }, - "node_modules/async-each": { - "version": "1.0.3", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" - }, - "node_modules/async-limiter": { - "version": "1.0.1", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "node_modules/async-retry": { - "version": "1.3.3", - "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", - "dev": true, - "dependencies": { - "retry": "0.13.1" - } - }, - "node_modules/async-validator": { - "version": "3.5.2", - "integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==" - }, - "node_modules/asynckit": { - "version": "0.4.0", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/atob": { - "version": "2.1.2", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/atob-lite": { - "version": "2.0.0", - "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=" - }, - "node_modules/autoprefixer": { - "version": "9.8.8", - "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", - "dependencies": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - }, - "node_modules/autoprefixer/node_modules/picocolors": { - "version": "0.2.1", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.11.0", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" - }, - "node_modules/axe-core": { - "version": "4.3.3", - "integrity": "sha512-/lqqLAmuIPi79WYfRpy2i8z+x+vxU3zX2uAm0gs1q52qTuKwolOj1P8XbufpXcsydrpKx2yGn2wzAnxCMV86QA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/axios": { - "version": "0.21.4", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "devOptional": true, - "dependencies": { - "follow-redirects": "^1.14.0" - } - }, - "node_modules/axobject-query": { - "version": "2.2.0", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==" - }, - "node_modules/babel-eslint": { - "version": "10.1.0", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "eslint": ">= 4.12.1" - } - }, - "node_modules/babel-eslint/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/babel-jest": { - "version": "26.6.3", - "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", - "dependencies": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-literal-to-ast": { - "version": "2.1.0", - "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", - "dependencies": { - "@babel/parser": "^7.1.6", - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.1.6" - }, - "peerDependencies": { - "@babel/core": "^7.1.2" - } - }, - "node_modules/babel-loader": { - "version": "8.2.2", - "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==", - "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "engines": { - "node": ">= 8.9" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" - } - }, - "node_modules/babel-loader/node_modules/find-cache-dir": { - "version": "3.3.2", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/babel-loader/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/babel-loader/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-loader/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-add-react-displayname": { - "version": "0.0.5", - "integrity": "sha1-M51M3be2X9YtHfnbn+BN4TQSK9U=" - }, - "node_modules/babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - }, - "peerDependencies": { - "@babel/core": "^7.11.6" - } - }, - "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dependencies": { - "object.assign": "^4.1.0" - } - }, - "node_modules/babel-plugin-emotion": { - "version": "10.2.2", - "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - } - }, - "node_modules/babel-plugin-emotion/node_modules/@emotion/memoize": { - "version": "0.7.4", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" - }, - "node_modules/babel-plugin-emotion/node_modules/@emotion/serialize": { - "version": "0.11.16", - "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", - "dependencies": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "node_modules/babel-plugin-emotion/node_modules/@emotion/utils": { - "version": "0.11.3", - "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" - }, - "node_modules/babel-plugin-emotion/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/babel-plugin-extract-import-names": { - "version": "1.6.22", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "node_modules/babel-plugin-graphql-tag": { - "version": "2.5.0", - "integrity": "sha512-X6qczBVs/UtB8evDgOizGuQJNDBkvXZy5kZd4c0SU14L986RR+p4EXtK/T31HkpYoYOjvrcp+QO82qjL3/nHoQ==", - "dependencies": { - "@babel/parser": "^7.3.2", - "babel-literal-to-ast": "^2.1.0", - "debug": "^4.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "graphql-tag": "^2.10.1" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-jest-hoist": { - "version": "26.6.2", - "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==", - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "integrity": "sha512-FTpcmzr3avLVStllCT4BceTTZNEb+1mJVtLpsicvXDqjojEkyrga1GGOxWj768Ra3tev6KWgNOhZ/Lrucb+MuQ==", - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-plugin-lodash": { - "version": "3.3.4", - "integrity": "sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0-beta.49", - "@babel/types": "^7.0.0-beta.49", - "glob": "^7.1.1", - "lodash": "^4.17.10", - "require-package-name": "^2.0.1" - } - }, - "node_modules/babel-plugin-macros": { - "version": "2.8.0", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { - "version": "6.0.0", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-macros/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/babel-plugin-named-asset-import": { - "version": "0.3.7", - "integrity": "sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==", - "peerDependencies": { - "@babel/core": "^7.1.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.2.2", - "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==", - "dependencies": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.2.2", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.2.5", - "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.2.2", - "core-js-compat": "^3.16.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.2.2", - "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.2.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-react-docgen": { - "version": "4.2.1", - "integrity": "sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==", - "dependencies": { - "ast-types": "^0.14.2", - "lodash": "^4.17.15", - "react-docgen": "^5.0.0" - } - }, - "node_modules/babel-plugin-syntax-jsx": { - "version": "6.18.0", - "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=" - }, - "node_modules/babel-plugin-transform-dev": { - "version": "2.0.1", - "integrity": "sha512-Otu4LeO02yk+KIsDIwOPmI40TjOLT78NKmGlBxQRyq15Gqost9meZKszdi4LIrIWYAQ3plWXTLclK+IWv1DIQg==", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" - }, - "node_modules/babel-plugin-typescript-to-proptypes": { - "version": "1.4.2", - "integrity": "sha512-mcDkmEwxQ0HivEAMZ82HidppYQGiISp3bcgjtRWFFG0WzwVsJ3eQCgAoD3mSXDc9ehU8xZ7ItxCo9XRgeYQ5bQ==", - "dependencies": { - "@babel/helper-module-imports": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-typescript": "^7.12.1", - "@babel/types": "^7.12.6" - }, - "engines": { - "node": ">=10.10.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "typescript": "^3.0.0 || ^4.0.0" - } - }, - "node_modules/babel-polyfill": { - "version": "6.26.0", - "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", - "dependencies": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" - } - }, - "node_modules/babel-polyfill/node_modules/core-js": { - "version": "2.6.12", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/babel-polyfill/node_modules/regenerator-runtime": { - "version": "0.10.5", - "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=" - }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^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" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-jest": { - "version": "26.6.2", - "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==", - "dependencies": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-typescript-vue": { - "version": "1.1.1", - "integrity": "sha512-wXeR7Y4xCsRUEdm4t4qlpv4wnxolS6jU0c7P2E6zJRWeG1sR0e6NL7DRN0tNuUwkUt0PU8bqVo4vzoA2VEuxnw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.3.2", - "@babel/preset-typescript": "^7.3.3", - "vue-template-compiler": "^2.6.11" - }, - "engines": { - "node": ">=8.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "node_modules/babel-runtime/node_modules/core-js": { - "version": "2.6.12", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/babel-runtime/node_modules/regenerator-runtime": { - "version": "0.11.1", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - }, - "node_modules/bail": { - "version": "1.0.5", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base": { - "version": "0.11.2", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/batch": { - "version": "0.6.1", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" - }, - "node_modules/batch-processor": { - "version": "1.0.0", - "integrity": "sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg=" - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/before-after-hook": { - "version": "2.2.2", - "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==" - }, - "node_modules/better-opn": { - "version": "2.1.1", - "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", - "dependencies": { - "open": "^7.0.3" - }, - "engines": { - "node": ">8.0.0" - } - }, - "node_modules/bfj": { - "version": "6.1.2", - "integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==", - "dependencies": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/binaryextensions": { - "version": "2.3.0", - "integrity": "sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==", - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/bindings": { - "version": "1.5.0", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "optional": true, - "dependencies": { - "file-uri-to-path": "1.0.0" - } - }, - "node_modules/bluebird": { - "version": "3.7.2", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - }, - "node_modules/bn.js": { - "version": "5.2.0", - "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==" - }, - "node_modules/body-parser": { - "version": "1.19.0", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dependencies": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/body-parser/node_modules/qs": { - "version": "6.7.0", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bonjour": { - "version": "3.5.0", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", - "dependencies": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, - "node_modules/bootstrap": { - "version": "3.4.1", - "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/bowser": { - "version": "1.9.4", - "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==" - }, - "node_modules/boxen": { - "version": "4.2.0", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "dependencies": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/boxen/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/boxen/node_modules/chalk": { - "version": "3.0.0", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/cli-boxes": { - "version": "2.2.1", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/boxen/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/type-fest": { - "version": "0.8.1", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/brfs": { - "version": "1.6.1", - "integrity": "sha512-OfZpABRQQf+Xsmju8XE9bDjs+uU4vLREGolP7bDgcpsI17QREyZ4Bl+2KLxxx1kCgA0fAIhKQBaBYh+PEcCqYQ==", - "dependencies": { - "quote-stream": "^1.0.1", - "resolve": "^1.1.5", - "static-module": "^2.2.0", - "through2": "^2.0.0" - }, - "bin": { - "brfs": "bin/cmd.js" - } - }, - "node_modules/brfs/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/brfs/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/brfs/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/brfs/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/brorand": { - "version": "1.1.0", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" - }, - "node_modules/browser-process-hrtime": { - "version": "1.0.0", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" - }, - "node_modules/browser-resolve": { - "version": "1.11.3", - "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", - "dependencies": { - "resolve": "1.1.7" - } - }, - "node_modules/browser-resolve/node_modules/resolve": { - "version": "1.1.7", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=" - }, - "node_modules/browserify-aes": { - "version": "1.2.0", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "dependencies": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/browserify-cipher": { - "version": "1.0.1", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", - "dependencies": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "node_modules/browserify-des": { - "version": "1.0.2", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "dependencies": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/browserify-rsa": { - "version": "4.1.0", - "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", - "dependencies": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "node_modules/browserify-sign": { - "version": "4.2.1", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", - "dependencies": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - } - }, - "node_modules/browserify-sign/node_modules/safe-buffer": { - "version": "5.2.1", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/browserify-zlib": { - "version": "0.2.0", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", - "dependencies": { - "pako": "~1.0.5" - } - }, - "node_modules/browserslist": { - "version": "4.17.4", - "integrity": "sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ==", - "dependencies": { - "caniuse-lite": "^1.0.30001265", - "electron-to-chromium": "^1.3.867", - "escalade": "^3.1.1", - "node-releases": "^2.0.0", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/bs-logger": { - "version": "0.2.6", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", - "dependencies": { - "fast-json-stable-stringify": "2.x" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/btoa-lite": { - "version": "1.0.0", - "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=" - }, - "node_modules/buffer": { - "version": "4.9.2", - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", - "dependencies": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - } - }, - "node_modules/buffer-equal": { - "version": "0.0.1", - "integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/buffer-indexof": { - "version": "1.1.1", - "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" - }, - "node_modules/buffer-xor": { - "version": "1.0.3", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" - }, - "node_modules/buffer/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/builtin-status-codes": { - "version": "3.0.0", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" - }, - "node_modules/builtins": { - "version": "1.0.3", - "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=" - }, - "node_modules/byline": { - "version": "5.0.0", - "integrity": "sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/byte-size": { - "version": "5.0.1", - "integrity": "sha512-/XuKeqWocKsYa/cBY1YbSJSWWqTi4cFgr9S6OyM7PBaPbr9zvNGwWP33vt0uqGhwDdN+y3yhbXVILEUpnwEWGw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/bytes": { - "version": "3.1.0", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/c8": { - "version": "7.10.0", - "integrity": "sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==", - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@istanbuljs/schema": "^0.1.2", - "find-up": "^5.0.0", - "foreground-child": "^2.0.0", - "istanbul-lib-coverage": "^3.0.1", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.0.2", - "rimraf": "^3.0.0", - "test-exclude": "^6.0.0", - "v8-to-istanbul": "^8.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.7" - }, - "bin": { - "c8": "bin/c8.js" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/c8/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/c8/node_modules/cliui": { - "version": "7.0.4", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/c8/node_modules/find-up": { - "version": "5.0.0", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/c8/node_modules/locate-path": { - "version": "6.0.0", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/c8/node_modules/p-locate": { - "version": "5.0.0", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/c8/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/c8/node_modules/v8-to-istanbul": { - "version": "8.1.0", - "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/c8/node_modules/wrap-ansi": { - "version": "7.0.0", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/c8/node_modules/y18n": { - "version": "5.0.8", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "engines": { - "node": ">=10" - } - }, - "node_modules/c8/node_modules/yargs": { - "version": "16.2.0", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/c8/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/cacache": { - "version": "12.0.4", - "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "node_modules/cacache/node_modules/lru-cache": { - "version": "5.1.1", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/cacache/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/cacache/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/cache-base": { - "version": "1.0.1", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cachedir": { - "version": "2.1.0", - "integrity": "sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/call-me-maybe": { - "version": "1.0.1", - "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=" - }, - "node_modules/caller-callsite": { - "version": "2.0.0", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "dependencies": { - "callsites": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/caller-callsite/node_modules/callsites": { - "version": "2.0.0", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "engines": { - "node": ">=4" - } - }, - "node_modules/caller-path": { - "version": "2.0.0", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "dependencies": { - "caller-callsite": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camel-case": { - "version": "4.1.2", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/camelcase-keys": { - "version": "4.2.0", - "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", - "dependencies": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/camelcase-keys/node_modules/camelcase": { - "version": "4.1.0", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001269", - "integrity": "sha512-UOy8okEVs48MyHYgV+RdW1Oiudl1H6KolybD6ZquD0VcrPSgj25omXO1S7rDydjpqaISCwA8Pyx+jUQKZwWO5w==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/capture-exit": { - "version": "2.0.0", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dependencies": { - "rsvp": "^4.8.4" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/capture-stack-trace": { - "version": "1.0.1", - "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cardinal": { - "version": "0.4.4", - "integrity": "sha1-ylu2iltRG5D+k7ms6km97lwyv+I=", - "dependencies": { - "ansicolors": "~0.2.1", - "redeyed": "~0.4.0" - }, - "bin": { - "cdl": "bin/cdl.js" - } - }, - "node_modules/case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/caseless": { - "version": "0.12.0", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "node_modules/ccount": { - "version": "1.1.0", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/change-case": { - "version": "3.1.0", - "integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==", - "dependencies": { - "camel-case": "^3.0.0", - "constant-case": "^2.0.0", - "dot-case": "^2.1.0", - "header-case": "^1.0.0", - "is-lower-case": "^1.1.0", - "is-upper-case": "^1.1.0", - "lower-case": "^1.1.1", - "lower-case-first": "^1.0.0", - "no-case": "^2.3.2", - "param-case": "^2.1.0", - "pascal-case": "^2.0.0", - "path-case": "^2.1.0", - "sentence-case": "^2.1.0", - "snake-case": "^2.1.0", - "swap-case": "^1.1.0", - "title-case": "^2.1.0", - "upper-case": "^1.1.1", - "upper-case-first": "^1.1.0" - } - }, - "node_modules/change-case/node_modules/camel-case": { - "version": "3.0.0", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", - "dependencies": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, - "node_modules/change-case/node_modules/param-case": { - "version": "2.1.1", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", - "dependencies": { - "no-case": "^2.2.0" - } - }, - "node_modules/change-case/node_modules/pascal-case": { - "version": "2.0.1", - "integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=", - "dependencies": { - "camel-case": "^3.0.0", - "upper-case-first": "^1.1.0" - } - }, - "node_modules/change-emitter": { - "version": "0.1.6", - "integrity": "sha1-6LL+PX8at9aaMhma/5HqaTFAlRU=" - }, - "node_modules/char-regex": { - "version": "1.0.2", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/character-entities": { - "version": "1.2.4", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "1.1.4", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-reference-invalid": { - "version": "1.1.4", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chardet": { - "version": "0.7.0", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" - }, - "node_modules/check-types": { - "version": "8.0.3", - "integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==" - }, - "node_modules/cheerio": { - "version": "1.0.0-rc.10", - "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", - "dependencies": { - "cheerio-select": "^1.5.0", - "dom-serializer": "^1.3.2", - "domhandler": "^4.2.0", - "htmlparser2": "^6.1.0", - "parse5": "^6.0.1", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "tslib": "^2.2.0" - }, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/cheeriojs/cheerio?sponsor=1" - } - }, - "node_modules/cheerio-select": { - "version": "1.5.0", - "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", - "dependencies": { - "css-select": "^4.1.3", - "css-what": "^5.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0", - "domutils": "^2.7.0" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/cheerio/node_modules/parse5": { - "version": "6.0.1", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/chokidar": { - "version": "3.5.2", - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chownr": { - "version": "1.1.4", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" - }, - "node_modules/chromatic": { - "version": "5.10.2", - "integrity": "sha512-JHFtZ16VanQX0X9qjacIJOrH9rVUJACilPs8dBwwQgJTZzgCZAdwgmE+WwLcxe/LuK7vM56BDTHbxC+XcnTsjw==", - "dev": true, - "dependencies": { - "@actions/core": "^1.5.0", - "@actions/github": "^5.0.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.15.3", - "@chromaui/localtunnel": "^2.0.3", - "async-retry": "^1.3.3", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "dotenv": "^8.2.0", - "env-ci": "^5.0.2", - "esm": "^3.2.25", - "execa": "^5.0.0", - "fake-tag": "^2.0.0", - "fs-extra": "^10.0.0", - "https-proxy-agent": "^5.0.0", - "jsonfile": "^6.0.1", - "junit-report-builder": "2.1.0", - "listr": "0.14.3", - "meow": "^8.0.0", - "no-proxy": "^1.0.3", - "node-ask": "^1.0.1", - "node-fetch": "2.6.0", - "node-loggly-bulk": "^2.2.4", - "p-limit": "3.1.0", - "picomatch": "2.2.2", - "pkg-up": "^3.1.0", - "pluralize": "^8.0.0", - "progress-stream": "^2.0.0", - "semver": "^7.3.5", - "slash": "^3.0.0", - "string-argv": "^0.3.1", - "strip-ansi": "6.0.0", - "tmp-promise": "3.0.2", - "tree-kill": "^1.2.2", - "ts-dedent": "^1.0.0", - "util-deprecate": "^1.0.2", - "uuid": "^8.3.2", - "yarn-or-npm": "^3.0.1" - }, - "bin": { - "chroma": "bin/register.js", - "chromatic": "bin/register.js", - "chromatic-cli": "bin/register.js" - } - }, - "node_modules/chromatic/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/chromatic/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chromatic/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chromatic/node_modules/env-ci": { - "version": "5.3.0", - "integrity": "sha512-NLNLgoTQl/BLaCJ1zr/X8ngFE3GIOOp4+2tWTFe3nzoH7SnzOCXVDCFUjzen/+nWEtuWa4N/bV9DtatncNuDMA==", - "dev": true, - "dependencies": { - "execa": "^4.0.0", - "java-properties": "^1.0.0" - }, - "engines": { - "node": ">=10.13" - } - }, - "node_modules/chromatic/node_modules/env-ci/node_modules/execa": { - "version": "4.1.0", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/chromatic/node_modules/execa": { - "version": "5.1.1", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/chromatic/node_modules/execa/node_modules/get-stream": { - "version": "6.0.1", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chromatic/node_modules/execa/node_modules/human-signals": { - "version": "2.1.0", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true, - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/chromatic/node_modules/fs-extra": { - "version": "10.0.0", - "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/chromatic/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chromatic/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chromatic/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chromatic/node_modules/picomatch": { - "version": "2.2.2", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/chromatic/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/strip-ansi": { - "version": "6.0.0", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/chromatic/node_modules/ts-dedent": { - "version": "1.2.0", - "integrity": "sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA==", - "dev": true, - "engines": { - "node": ">=6.10" - } - }, - "node_modules/chromatic/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chromatic/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/ci-info": { - "version": "2.0.0", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, - "node_modules/cipher-base": { - "version": "1.0.4", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/circular-json-es6": { - "version": "2.0.2", - "integrity": "sha512-ODYONMMNb3p658Zv+Pp+/XPa5s6q7afhz3Tzyvo+VRh9WIrJ64J76ZC4GQxnlye/NesTn09jvOiuE8+xxfpwhQ==" - }, - "node_modules/cjs-module-lexer": { - "version": "0.6.0", - "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==" - }, - "node_modules/class-utils": { - "version": "0.3.6", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-data-descriptor": { - "version": "0.1.4", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-descriptor": { - "version": "0.1.6", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/kind-of": { - "version": "5.1.0", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/classnames": { - "version": "2.3.1", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" - }, - "node_modules/clean-css": { - "version": "4.2.3", - "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clean-regexp": { - "version": "1.0.0", - "integrity": "sha1-jffHquUf02h06PjQW5GAvBGj/tc=", - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/clean-regexp/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/clean-stack": { - "version": "2.2.0", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cli-boxes": { - "version": "1.0.0", - "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-cursor": { - "version": "2.1.0", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "dependencies": { - "restore-cursor": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cli-table": { - "version": "0.3.6", - "integrity": "sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==", - "dependencies": { - "colors": "1.0.3" - }, - "engines": { - "node": ">= 0.2.0" - } - }, - "node_modules/cli-table3": { - "version": "0.6.0", - "integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==", - "dependencies": { - "object-assign": "^4.1.0", - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "colors": "^1.1.2" - } - }, - "node_modules/cli-table3/node_modules/colors": { - "version": "1.4.0", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/cli-truncate": { - "version": "2.1.0", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", - "dependencies": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-width": { - "version": "2.2.1", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==" - }, - "node_modules/cliui": { - "version": "6.0.0", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "node_modules/clone": { - "version": "1.0.4", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-buffer": { - "version": "1.0.0", - "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clone-stats": { - "version": "1.0.0", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "node_modules/cloneable-readable": { - "version": "1.1.3", - "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", - "dependencies": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - } - }, - "node_modules/cloneable-readable/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/cloneable-readable/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/cloneable-readable/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/clsx": { - "version": "1.1.1", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/co": { - "version": "4.6.0", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/code-point-at": { - "version": "1.1.0", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/collapse-white-space": { - "version": "1.0.6", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/collect-v8-coverage": { - "version": "1.0.1", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" - }, - "node_modules/collection-visit": { - "version": "1.0.0", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/colorette": { - "version": "1.4.0", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "node_modules/colors": { - "version": "1.0.3", - "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/columnify": { - "version": "1.5.4", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", - "dependencies": { - "strip-ansi": "^3.0.0", - "wcwidth": "^1.0.0" - } - }, - "node_modules/columnify/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/columnify/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/comma-separated-tokens": { - "version": "1.0.8", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/commander": { - "version": "4.1.1", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/commitizen": { - "version": "3.1.2", - "integrity": "sha512-eD0uTUsogu8ksFjFFYq75LLfXeLXsCIa27TPfOqvBI+tCx1Pp5QfKqC9oC+qTpSz3nTn9/+7TL5mE/wurB22JQ==", - "dependencies": { - "cachedir": "2.1.0", - "cz-conventional-changelog": "2.1.0", - "dedent": "0.7.0", - "detect-indent": "^5.0.0", - "find-node-modules": "2.0.0", - "find-root": "1.1.0", - "fs-extra": "^7.0.0", - "glob": "7.1.3", - "inquirer": "6.2.0", - "is-utf8": "^0.2.1", - "lodash": "4.17.14", - "minimist": "1.2.0", - "shelljs": "0.7.6", - "strip-bom": "3.0.0", - "strip-json-comments": "2.0.1" - }, - "bin": { - "commitizen": "bin/commitizen", - "git-cz": "bin/git-cz" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/commitizen/node_modules/fs-extra": { - "version": "7.0.1", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/commitizen/node_modules/glob": { - "version": "7.1.3", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "dependencies": { - "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" - }, - "engines": { - "node": "*" - } - }, - "node_modules/commitizen/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/commitizen/node_modules/lodash": { - "version": "4.17.14", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" - }, - "node_modules/commitizen/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/common-tags": { - "version": "1.8.0", - "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/commondir": { - "version": "1.0.1", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "node_modules/compare-func": { - "version": "1.3.4", - "integrity": "sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q==", - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^3.0.0" - } - }, - "node_modules/compare-versions": { - "version": "3.6.0", - "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==" - }, - "node_modules/component-emitter": { - "version": "1.3.0", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "node_modules/compressible": { - "version": "2.0.18", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/bytes": { - "version": "3.0.0", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/compute-scroll-into-view": { - "version": "1.0.17", - "integrity": "sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/concat-stream": { - "version": "2.0.0", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", - "engines": [ - "node >= 6.0" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/config-chain": { - "version": "1.1.13", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", - "dependencies": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - } - }, - "node_modules/confusing-browser-globals": { - "version": "1.0.10", - "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==" - }, - "node_modules/connect-history-api-fallback": { - "version": "1.6.0", - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/console-browserify": { - "version": "1.2.0", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" - }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" - }, - "node_modules/constant-case": { - "version": "2.0.0", - "integrity": "sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY=", - "dependencies": { - "snake-case": "^2.1.0", - "upper-case": "^1.1.1" - } - }, - "node_modules/constants-browserify": { - "version": "1.0.0", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" - }, - "node_modules/content-disposition": { - "version": "0.5.3", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.4", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/conventional-changelog": { - "version": "3.1.24", - "integrity": "sha512-ed6k8PO00UVvhExYohroVPXcOJ/K1N0/drJHx/faTH37OIZthlecuLIRX/T6uOp682CAoVoFpu+sSEaeuH6Asg==", - "dependencies": { - "conventional-changelog-angular": "^5.0.12", - "conventional-changelog-atom": "^2.0.8", - "conventional-changelog-codemirror": "^2.0.8", - "conventional-changelog-conventionalcommits": "^4.5.0", - "conventional-changelog-core": "^4.2.1", - "conventional-changelog-ember": "^2.0.9", - "conventional-changelog-eslint": "^3.0.9", - "conventional-changelog-express": "^2.0.6", - "conventional-changelog-jquery": "^3.0.11", - "conventional-changelog-jshint": "^2.0.9", - "conventional-changelog-preset-loader": "^2.3.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-angular": { - "version": "1.6.6", - "integrity": "sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg==", - "dependencies": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } - }, - "node_modules/conventional-changelog-atom": { - "version": "2.0.8", - "integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-cli": { - "version": "2.1.1", - "integrity": "sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng==", - "dependencies": { - "add-stream": "^1.0.0", - "conventional-changelog": "^3.1.24", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "tempfile": "^3.0.0" - }, - "bin": { - "conventional-changelog": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-cli/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-cli/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-cli/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-cli/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-cli/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/conventional-changelog-cli/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-cli/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-cli/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-cli/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-cli/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-codemirror": { - "version": "2.0.8", - "integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-conventionalcommits": { - "version": "4.6.1", - "integrity": "sha512-lzWJpPZhbM1R0PIzkwzGBCnAkH5RKJzJfFQZcl/D+2lsJxAwGnDKBqn/F4C1RD31GJNn8NuKWQzAZDAVXPp2Mw==", - "dependencies": { - "compare-func": "^2.0.0", - "lodash": "^4.17.15", - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-conventionalcommits/node_modules/compare-func": { - "version": "2.0.0", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "node_modules/conventional-changelog-conventionalcommits/node_modules/dot-prop": { - "version": "5.3.0", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-conventionalcommits/node_modules/is-obj": { - "version": "2.0.0", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core": { - "version": "4.2.4", - "integrity": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==", - "dependencies": { - "add-stream": "^1.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-parser": "^3.2.0", - "dateformat": "^3.0.0", - "get-pkg-repo": "^4.0.0", - "git-raw-commits": "^2.0.8", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^4.1.1", - "lodash": "^4.17.15", - "normalize-package-data": "^3.0.0", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-core/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/conventional-commits-parser": { - "version": "3.2.2", - "integrity": "sha512-Jr9KAKgqAkwXMRHjxDwO/zOCDKod1XdAESHAGuJX38iZ7ZzVti/tvVoysO0suMsdAObp9NQ2rHSsSbnAqZ5f5g==", - "dependencies": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-commits-parser": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-core/node_modules/dargs": { - "version": "7.0.0", - "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/git-raw-commits": { - "version": "2.0.10", - "integrity": "sha512-sHhX5lsbG9SOO6yXdlwgEMQ/ljIn7qMpAbJZCGfXX2fq5T8M5SrDnpYk9/4HswTildcIqatsWa91vty6VhWSaQ==", - "dependencies": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-core/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/conventional-changelog-core/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow/node_modules/read-pkg": { - "version": "5.2.0", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow/node_modules/read-pkg-up": { - "version": "7.0.1", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/conventional-changelog-core/node_modules/meow/node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/conventional-changelog-core/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/read-pkg-up/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/conventional-changelog-core/node_modules/split2": { - "version": "3.2.2", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", - "dependencies": { - "readable-stream": "^3.0.0" - } - }, - "node_modules/conventional-changelog-core/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-core/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-core/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-ember": { - "version": "2.0.9", - "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-eslint": { - "version": "3.0.9", - "integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-express": { - "version": "2.0.6", - "integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-jquery": { - "version": "3.0.11", - "integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==", - "dependencies": { - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-jshint": { - "version": "2.0.9", - "integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==", - "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-jshint/node_modules/compare-func": { - "version": "2.0.0", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "node_modules/conventional-changelog-jshint/node_modules/dot-prop": { - "version": "5.3.0", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-jshint/node_modules/is-obj": { - "version": "2.0.0", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-preset-loader": { - "version": "2.3.4", - "integrity": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==", - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-writer": { - "version": "5.0.0", - "integrity": "sha512-HnDh9QHLNWfL6E1uHz6krZEQOgm8hN7z/m7tT16xwd802fwgMN0Wqd7AQYVkhpsjDUx/99oo+nGgvKF657XP5g==", - "dependencies": { - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.6", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-changelog-writer": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-writer/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-writer/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-writer/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-writer/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-writer/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/conventional-changelog-writer/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-writer/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-writer/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/conventional-changelog-writer/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog-writer/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-changelog-writer/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog/node_modules/compare-func": { - "version": "2.0.0", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "node_modules/conventional-changelog/node_modules/conventional-changelog-angular": { - "version": "5.0.13", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", - "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog/node_modules/dot-prop": { - "version": "5.3.0", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-changelog/node_modules/is-obj": { - "version": "2.0.0", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-commit-types": { - "version": "2.3.0", - "integrity": "sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ==" - }, - "node_modules/conventional-commits-filter": { - "version": "2.0.7", - "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", - "dependencies": { - "lodash.ismatch": "^4.4.0", - "modify-values": "^1.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-commits-parser": { - "version": "2.1.7", - "integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==", - "dependencies": { - "is-text-path": "^1.0.0", - "JSONStream": "^1.0.4", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0", - "trim-off-newlines": "^1.0.0" - }, - "bin": { - "conventional-commits-parser": "cli.js" - } - }, - "node_modules/conventional-commits-parser/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/conventional-commits-parser/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/conventional-commits-parser/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/meow": { - "version": "4.0.1", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/conventional-commits-parser/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-commits-parser/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/conventional-commits-parser/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/conventional-commits-parser/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/conventional-commits-parser/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/conventional-recommended-bump": { - "version": "5.0.1", - "integrity": "sha512-RVdt0elRcCxL90IrNP0fYCpq1uGt2MALko0eyeQ+zQuDVWtMGAy9ng6yYn3kax42lCj9+XBxQ8ZN6S9bdKxDhQ==", - "dependencies": { - "concat-stream": "^2.0.0", - "conventional-changelog-preset-loader": "^2.1.1", - "conventional-commits-filter": "^2.0.2", - "conventional-commits-parser": "^3.0.3", - "git-raw-commits": "2.0.0", - "git-semver-tags": "^2.0.3", - "meow": "^4.0.0", - "q": "^1.5.1" - }, - "bin": { - "conventional-recommended-bump": "cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser": { - "version": "3.2.2", - "integrity": "sha512-Jr9KAKgqAkwXMRHjxDwO/zOCDKod1XdAESHAGuJX38iZ7ZzVti/tvVoysO0suMsdAObp9NQ2rHSsSbnAqZ5f5g==", - "dependencies": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-commits-parser": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/split2": { - "version": "3.2.2", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", - "dependencies": { - "readable-stream": "^3.0.0" - } - }, - "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-recommended-bump/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/git-raw-commits": { - "version": "2.0.0", - "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", - "dependencies": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/conventional-recommended-bump/node_modules/git-raw-commits/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/conventional-recommended-bump/node_modules/git-raw-commits/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/conventional-recommended-bump/node_modules/git-semver-tags": { - "version": "2.0.3", - "integrity": "sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA==", - "dependencies": { - "meow": "^4.0.0", - "semver": "^6.0.0" - }, - "bin": { - "git-semver-tags": "cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/conventional-recommended-bump/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/conventional-recommended-bump/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-recommended-bump/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/conventional-recommended-bump/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-recommended-bump/node_modules/meow": { - "version": "4.0.1", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/meow/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/conventional-recommended-bump/node_modules/meow/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/meow/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/conventional-recommended-bump/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-recommended-bump/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/conventional-recommended-bump/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/conventional-recommended-bump/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/conventional-recommended-bump/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/conventional-recommended-bump/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/cookie": { - "version": "0.4.0", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/copy-concurrently": { - "version": "1.0.5", - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", - "dependencies": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - } - }, - "node_modules/copy-concurrently/node_modules/aproba": { - "version": "1.2.0", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/copy-concurrently/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/copy-to-clipboard": { - "version": "3.3.1", - "integrity": "sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==", - "dependencies": { - "toggle-selection": "^1.0.6" - } - }, - "node_modules/core-js": { - "version": "3.8.3", - "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat": { - "version": "3.18.3", - "integrity": "sha512-4zP6/y0a2RTHN5bRGT7PTq9lVt3WzvffTNjqnTKsXhkAYNDTkdCLOIfAdOLcQ/7TDdyRj3c+NeHe1NmF1eDScw==", - "dependencies": { - "browserslist": "^4.17.3", - "semver": "7.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat/node_modules/semver": { - "version": "7.0.0", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/core-js-pure": { - "version": "3.18.3", - "integrity": "sha512-qfskyO/KjtbYn09bn1IPkuhHl5PlJ6IzJ9s9sraJ1EqcuGyLGKzhSM1cY0zgyL9hx42eulQLZ6WaeK5ycJCkqw==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.2", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "node_modules/cosmiconfig": { - "version": "5.2.1", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cosmiconfig/node_modules/import-fresh": { - "version": "2.0.0", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cosmiconfig/node_modules/resolve-from": { - "version": "3.0.0", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/cp-file": { - "version": "7.0.0", - "integrity": "sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==", - "dependencies": { - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "nested-error-stacks": "^2.0.0", - "p-event": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cp-file/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cp-file/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/cpy": { - "version": "8.1.2", - "integrity": "sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==", - "dependencies": { - "arrify": "^2.0.1", - "cp-file": "^7.0.0", - "globby": "^9.2.0", - "has-glob": "^1.0.0", - "junk": "^3.1.0", - "nested-error-stacks": "^2.1.0", - "p-all": "^2.1.0", - "p-filter": "^2.1.0", - "p-map": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cpy/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/cpy/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/arrify": { - "version": "2.0.1", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", - "engines": { - "node": ">=8" - } - }, - "node_modules/cpy/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/dir-glob": { - "version": "2.2.2", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cpy/node_modules/fast-glob": { - "version": "2.2.7", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/cpy/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/cpy/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/globby": { - "version": "9.2.0", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", - "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/cpy/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/cpy/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/p-map": { - "version": "3.0.0", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cpy/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cpy/node_modules/path-type/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/cpy/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cpy/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/create-ecdh": { - "version": "4.0.4", - "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", - "dependencies": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - } - }, - "node_modules/create-ecdh/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/create-error-class": { - "version": "3.0.2", - "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", - "dependencies": { - "capture-stack-trace": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/create-hash": { - "version": "1.2.0", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", - "dependencies": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - } - }, - "node_modules/create-hmac": { - "version": "1.1.7", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", - "dependencies": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "node_modules/create-react-context": { - "version": "0.3.0", - "integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==", - "dependencies": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "peerDependencies": { - "prop-types": "^15.0.0", - "react": "^0.14.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/cross-fetch": { - "version": "2.2.2", - "integrity": "sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=", - "dependencies": { - "node-fetch": "2.1.2", - "whatwg-fetch": "2.0.4" - } - }, - "node_modules/cross-fetch/node_modules/node-fetch": { - "version": "2.1.2", - "integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=", - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/cross-fetch/node_modules/whatwg-fetch": { - "version": "2.0.4", - "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==" - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/crypto-browserify": { - "version": "3.12.0", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", - "dependencies": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "engines": { - "node": "*" - } - }, - "node_modules/css-in-js-utils": { - "version": "2.0.1", - "integrity": "sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==", - "dependencies": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - } - }, - "node_modules/css-loader": { - "version": "3.6.0", - "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", - "dependencies": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/css-loader/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/css-select": { - "version": "4.1.3", - "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^5.0.0", - "domhandler": "^4.2.0", - "domutils": "^2.6.0", - "nth-check": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/css-what": { - "version": "5.1.0", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/csscolorparser": { - "version": "1.0.3", - "integrity": "sha1-s085HupNqPPpgjHizNjfnAQfFxs=" - }, - "node_modules/cssesc": { - "version": "3.0.0", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cssfilter": { - "version": "0.0.10", - "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" - }, - "node_modules/cssom": { - "version": "0.4.4", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" - }, - "node_modules/cssstyle": { - "version": "2.3.0", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "dependencies": { - "cssom": "~0.3.6" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" - }, - "node_modules/csstype": { - "version": "2.6.18", - "integrity": "sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==" - }, - "node_modules/currently-unhandled": { - "version": "0.4.1", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", - "dependencies": { - "array-find-index": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cyclist": { - "version": "1.0.1", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" - }, - "node_modules/cz-conventional-changelog": { - "version": "2.1.0", - "integrity": "sha1-L0vHOQ4yROTfKT5ro1Hkx0Cnx2Q=", - "dependencies": { - "conventional-commit-types": "^2.0.0", - "lodash.map": "^4.5.1", - "longest": "^1.0.1", - "right-pad": "^1.0.1", - "word-wrap": "^1.0.3" - } - }, - "node_modules/d3": { - "version": "3.5.17", - "integrity": "sha1-vEZ0gAQ3iyGjYMn8fPUjF5B2L7g=" - }, - "node_modules/d3-array": { - "version": "1.2.4", - "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" - }, - "node_modules/d3-cloud": { - "version": "1.2.5", - "integrity": "sha512-4s2hXZgvs0CoUIw31oBAGrHt9Kt/7P9Ik5HIVzISFiWkD0Ga2VLAuO/emO/z1tYIpE7KG2smB4PhMPfFMJpahw==", - "dependencies": { - "d3-dispatch": "^1.0.3" - } - }, - "node_modules/d3-collection": { - "version": "1.0.7", - "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==" - }, - "node_modules/d3-color": { - "version": "1.4.1", - "integrity": "sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==" - }, - "node_modules/d3-dispatch": { - "version": "1.0.6", - "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==" - }, - "node_modules/d3-drag": { - "version": "1.2.5", - "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", - "dependencies": { - "d3-dispatch": "1", - "d3-selection": "1" - } - }, - "node_modules/d3-ease": { - "version": "1.0.7", - "integrity": "sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==" - }, - "node_modules/d3-format": { - "version": "1.4.5", - "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==" - }, - "node_modules/d3-geo-projection": { - "version": "0.2.16", - "integrity": "sha1-SZTs0QM92xUztsTFUoocgdzClCc=", - "dependencies": { - "brfs": "^1.3.0" - } - }, - "node_modules/d3-hierarchy": { - "version": "1.1.9", - "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==" - }, - "node_modules/d3-interpolate": { - "version": "1.4.0", - "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", - "dependencies": { - "d3-color": "1" - } - }, - "node_modules/d3-path": { - "version": "1.0.9", - "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" - }, - "node_modules/d3-queue": { - "version": "2.0.3", - "integrity": "sha1-B/vaOsrlNYqcUpmq+ICt8JU+0sI=" - }, - "node_modules/d3-sankey": { - "version": "0.4.2", - "integrity": "sha1-NKFRLytEBqNfgOrH/rz1gi2+xa0=", - "dependencies": { - "d3-array": "1", - "d3-collection": "1", - "d3-interpolate": "1" - } - }, - "node_modules/d3-sankey-diagram": { - "version": "0.7.3", - "integrity": "sha512-k9DOe7MaLWhWV6J/aqY/CGw88Briu8drTQ+uGGyQg55MIR2WXjKUXryLs0ONFmRQkOSH1F+TSz5XiMc4KwKtuA==", - "dependencies": { - "d3-array": "^1.0.2", - "d3-collection": "^1.0.2", - "d3-dispatch": "^1.0.3", - "d3-format": "^1.1.1", - "d3-interpolate": "^1.1.3", - "d3-selection": "^1.0.3", - "d3-transition": "^1.0.4", - "graphlib": "~2.1.0" - } - }, - "node_modules/d3-scale": { - "version": "3.3.0", - "integrity": "sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ==", - "dependencies": { - "d3-array": "^2.3.0", - "d3-format": "1 - 2", - "d3-interpolate": "1.2.0 - 2", - "d3-time": "^2.1.1", - "d3-time-format": "2 - 3" - } - }, - "node_modules/d3-scale-chromatic": { - "version": "2.0.0", - "integrity": "sha512-LLqy7dJSL8yDy7NRmf6xSlsFZ6zYvJ4BcWFE4zBrOPnQERv9zj24ohnXKRbyi9YHnYV+HN1oEO3iFK971/gkzA==", - "dependencies": { - "d3-color": "1 - 2", - "d3-interpolate": "1 - 2" - } - }, - "node_modules/d3-scale/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "node_modules/d3-scale/node_modules/d3-time": { - "version": "2.1.1", - "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==", - "dependencies": { - "d3-array": "2" - } - }, - "node_modules/d3-selection": { - "version": "1.4.2", - "integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==" - }, - "node_modules/d3-shape": { - "version": "1.3.7", - "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", - "dependencies": { - "d3-path": "1" - } - }, - "node_modules/d3-svg-legend": { - "version": "1.13.0", - "integrity": "sha1-YhdHjJrdnWLLMzYX4ZYTEaQaTbM=", - "peerDependencies": { - "d3": "^3.0.0" - } - }, - "node_modules/d3-time": { - "version": "1.1.0", - "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==" - }, - "node_modules/d3-time-format": { - "version": "2.3.0", - "integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==", - "dependencies": { - "d3-time": "1" - } - }, - "node_modules/d3-timer": { - "version": "1.0.10", - "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==" - }, - "node_modules/d3-tip": { - "version": "0.9.1", - "integrity": "sha512-EVBfG9d+HnjIoyVXfhpytWxlF59JaobwizqMX9EBXtsFmJytjwHeYiUs74ldHQjE7S9vzfKTx2LCtvUrIbuFYg==", - "dependencies": { - "d3-collection": "^1.0.4", - "d3-selection": "^1.3.0" - }, - "engines": { - "node": ">=4.2.6" - } - }, - "node_modules/d3-transition": { - "version": "1.3.2", - "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", - "dependencies": { - "d3-color": "1", - "d3-dispatch": "1", - "d3-ease": "1", - "d3-interpolate": "1", - "d3-selection": "^1.1.0", - "d3-timer": "1" - } - }, - "node_modules/d3-voronoi": { - "version": "1.1.4", - "integrity": "sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==" - }, - "node_modules/d3-zoom": { - "version": "1.8.3", - "integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==", - "dependencies": { - "d3-dispatch": "1", - "d3-drag": "1", - "d3-interpolate": "1", - "d3-selection": "1", - "d3-transition": "1" - } - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.7", - "integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==" - }, - "node_modules/dargs": { - "version": "4.1.0", - "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/data-urls": { - "version": "2.0.0", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/datamaps": { - "version": "0.5.9", - "integrity": "sha512-GUXpO713URNzaExVUgBtqA5fr2UuxUG/fVitI04zEFHVL2FHSjd672alHq8E16oQqRNzF0m1bmx8WlTnDrGSqQ==", - "dependencies": { - "@types/d3": "3.5.38", - "d3": "^3.5.6", - "topojson": "^1.6.19" - } - }, - "node_modules/datatables.net": { - "version": "1.11.3", - "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==", - "dependencies": { - "jquery": ">=1.7" - } - }, - "node_modules/datatables.net-bs": { - "version": "1.11.3", - "integrity": "sha512-Db1YwAhO0QAWQbZTsKriUrOInT66+xaA+fV616KTKpQt5Zt+p6OsEKK+xv8LxLgG8qu5dPwMBlkhqSiS/hV2sg==", - "dependencies": { - "datatables.net": ">=1.10.25", - "jquery": ">=1.7" - } - }, - "node_modules/date-fns": { - "version": "1.30.1", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", - "dev": true - }, - "node_modules/date-format": { - "version": "0.0.2", - "integrity": "sha1-+v1Ej3IRXvHitzkVWukvK+bCjdE=", - "dev": true - }, - "node_modules/dateformat": { - "version": "3.0.3", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", - "engines": { - "node": "*" - } - }, - "node_modules/dayjs": { - "version": "1.10.7", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" - }, - "node_modules/de-indent": { - "version": "1.0.2", - "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=" - }, - "node_modules/debug": { - "version": "4.3.2", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/debuglog": { - "version": "1.0.1", - "integrity": "sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=", - "engines": { - "node": "*" - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.0", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decimal.js": { - "version": "10.3.1", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" - }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/dedent": { - "version": "0.7.0", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" - }, - "node_modules/deep-equal": { - "version": "1.1.1", - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", - "dependencies": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/deep-equal-ident": { - "version": "1.1.1", - "integrity": "sha1-BvS4nlNxDNbOpKd4HHqVZkLejck=", - "dependencies": { - "lodash.isequal": "^3.0" - } - }, - "node_modules/deep-equal-ident/node_modules/lodash.isequal": { - "version": "3.0.4", - "integrity": "sha1-HDXrO27wzR/1F0Pj6jz3/f/ay2Q=", - "dependencies": { - "lodash._baseisequal": "^3.0.0", - "lodash._bindcallback": "^3.0.0" - } - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" - }, - "node_modules/deep-object-diff": { - "version": "1.1.0", - "integrity": "sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw==" - }, - "node_modules/deepmerge": { - "version": "4.2.2", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway": { - "version": "4.2.0", - "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", - "dependencies": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/default-gateway/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/default-gateway/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/default-gateway/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/default-gateway/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/default-gateway/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/default-gateway/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/default-gateway/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/defaults": { - "version": "1.0.3", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "dependencies": { - "clone": "^1.0.2" - } - }, - "node_modules/define-properties": { - "version": "1.1.3", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dependencies": { - "object-keys": "^1.0.12" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/define-property": { - "version": "2.0.2", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del": { - "version": "4.1.1", - "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", - "dependencies": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/del/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del/node_modules/globby": { - "version": "6.1.0", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del/node_modules/globby/node_modules/pify": { - "version": "2.3.0", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/del/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" - }, - "node_modules/depd": { - "version": "1.1.2", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/deprecation": { - "version": "2.3.1", - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" - }, - "node_modules/des.js": { - "version": "1.0.1", - "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", - "dependencies": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/destroy": { - "version": "1.0.4", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "node_modules/detab": { - "version": "2.0.4", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", - "dependencies": { - "repeat-string": "^1.5.4" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/detect-file": { - "version": "1.0.0", - "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/detect-indent": { - "version": "5.0.0", - "integrity": "sha1-OHHMCmoALow+Wzz38zYmRnXwa50=", - "engines": { - "node": ">=4" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node": { - "version": "2.1.0", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/detect-port": { - "version": "1.3.0", - "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", - "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port-alt": { - "version": "1.1.6", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port-alt/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/detect-port-alt/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/detect-port/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/detect-port/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/dezalgo": { - "version": "1.0.3", - "integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=", - "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "node_modules/diff": { - "version": "4.0.2", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/diff-sequences": { - "version": "26.6.2", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/diffie-hellman": { - "version": "5.0.3", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", - "dependencies": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - } - }, - "node_modules/diffie-hellman/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/discontinuous-range": { - "version": "1.0.0", - "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" - }, - "node_modules/distributions": { - "version": "1.1.0", - "integrity": "sha512-mufW9T1kRlzLVAaekUhgdfcMgX2r/zYQmJx3sGdUAwe0/JSQWey0XgqiDtfUUqYcr/QWHCnBd2M/v45tS/+YAQ==", - "dependencies": { - "mathfn": "^1.0.0" - } - }, - "node_modules/dnode-protocol": { - "version": "0.2.2", - "integrity": "sha1-URUdFvw7X4SBXuC5SXoQYdDRlJ0=", - "dependencies": { - "jsonify": "~0.0.0", - "traverse": "~0.6.3" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/dnode-weak-napi": { - "version": "1.2.2", - "integrity": "sha512-xn/HTB0C5gA7bW12SCkYbkqWoTdQquR7kxInjnZYh3egkEj/ys02fDDAw/7XVq+0fYWFgD7ewuV8w9K5LAr+zw==", - "dependencies": { - "dnode-protocol": "~0.2.2", - "jsonify": "~0.0.0" - }, - "optionalDependencies": { - "weak-napi": "^1.0.3" - } - }, - "node_modules/dns-equal": { - "version": "1.0.0", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" - }, - "node_modules/dns-packet": { - "version": "1.3.4", - "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", - "dependencies": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/dns-txt": { - "version": "2.0.2", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", - "dependencies": { - "buffer-indexof": "^1.0.0" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/dom-accessibility-api": { - "version": "0.5.9", - "integrity": "sha512-+KPF4o71fl6NrdnqIrJc6m44NA+Rhf1h7In2MRznejSQasWkjqmHOBUlk+pXJ77cVOSYyZeNHFwn/sjotB6+Sw==" - }, - "node_modules/dom-align": { - "version": "1.12.2", - "integrity": "sha512-pHuazgqrsTFrGU2WLDdXxCFabkdQDx72ddkraZNih1KsMcN5qsRSTR9O4VJRlwTPCPb5COYg3LOfiMHHcPInHg==" - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dom-helpers/node_modules/csstype": { - "version": "3.0.9", - "integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==" - }, - "node_modules/dom-serializer": { - "version": "1.3.2", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/dom-storage": { - "version": "2.1.0", - "integrity": "sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q==", - "engines": { - "node": "*" - } - }, - "node_modules/dom-walk": { - "version": "0.1.2", - "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" - }, - "node_modules/domain-browser": { - "version": "1.2.0", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", - "engines": { - "node": ">=0.4", - "npm": ">=1.2" - } - }, - "node_modules/domelementtype": { - "version": "2.2.0", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domexception": { - "version": "2.0.1", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "dependencies": { - "webidl-conversions": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "5.0.0", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/domhandler": { - "version": "4.2.2", - "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/dompurify": { - "version": "2.3.3", - "integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==" - }, - "node_modules/domutils": { - "version": "2.8.0", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/dot-case": { - "version": "2.1.1", - "integrity": "sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4=", - "dependencies": { - "no-case": "^2.2.0" - } - }, - "node_modules/dot-prop": { - "version": "3.0.0", - "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", - "dependencies": { - "is-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dotenv": { - "version": "8.6.0", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", - "engines": { - "node": ">=10" - } - }, - "node_modules/dotenv-defaults": { - "version": "1.1.1", - "integrity": "sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q==", - "dependencies": { - "dotenv": "^6.2.0" - } - }, - "node_modules/dotenv-defaults/node_modules/dotenv": { - "version": "6.2.0", - "integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/dotenv-expand": { - "version": "5.1.0", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" - }, - "node_modules/dotenv-webpack": { - "version": "1.8.0", - "integrity": "sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg==", - "dependencies": { - "dotenv-defaults": "^1.0.2" - }, - "peerDependencies": { - "webpack": "^1 || ^2 || ^3 || ^4" - } - }, - "node_modules/download-stats": { - "version": "0.3.4", - "integrity": "sha512-ic2BigbyUWx7/CBbsfGjf71zUNZB4edBGC3oRliSzsoNmvyVx3Ycfp1w3vp2Y78Ee0eIIkjIEO5KzW0zThDGaA==", - "devOptional": true, - "dependencies": { - "JSONStream": "^1.2.1", - "lazy-cache": "^2.0.1", - "moment": "^2.15.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/duplexer": { - "version": "0.1.2", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "node_modules/duplexer2": { - "version": "0.1.4", - "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", - "dependencies": { - "readable-stream": "^2.0.2" - } - }, - "node_modules/duplexer2/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/duplexer2/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexer2/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/duplexer3": { - "version": "0.1.4", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" - }, - "node_modules/duplexify": { - "version": "3.7.1", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", - "dependencies": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "node_modules/duplexify/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/duplexify/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexify/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/earcut": { - "version": "2.2.3", - "integrity": "sha512-iRDI1QeCQIhMCZk48DRDMVgQSSBDmbzzNhnxIo+pwx3swkfjMh6vh0nWLq1NdvGHLKH6wIrAM3vQWeTj6qeoug==" - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/echarts": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.2.2.tgz", - "integrity": "sha512-yxuBfeIH5c+0FsoRP60w4De6omXhA06c7eUYBsC1ykB6Ys2yK5fSteIYWvkJ4xJVLQgCvAdO8C4mN6MLeJpBaw==", - "dependencies": { - "tslib": "2.3.0", - "zrender": "5.2.1" - } - }, - "node_modules/echarts/node_modules/tslib": { - "version": "2.3.0", - "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" - }, - "node_modules/editions": { - "version": "2.3.1", - "integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==", - "dependencies": { - "errlop": "^2.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/editions/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/editorconfig": { - "version": "0.15.3", - "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", - "dependencies": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "bin": { - "editorconfig": "bin/editorconfig" - } - }, - "node_modules/editorconfig/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/editorconfig/node_modules/lru-cache": { - "version": "4.1.5", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/editorconfig/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/editorconfig/node_modules/yallist": { - "version": "2.1.2", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/ejs": { - "version": "2.7.4", - "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==", - "hasInstallScript": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.3.873", - "integrity": "sha512-TiHlCgl2uP26Z0c67u442c0a2MZCWZNCRnPTQDPhVJ4h9G6z2zU0lApD9H0K9R5yFL5SfdaiVsVD2izOY24xBQ==" - }, - "node_modules/elegant-spinner": { - "version": "1.0.1", - "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/element-resize-detector": { - "version": "1.2.3", - "integrity": "sha512-+dhNzUgLpq9ol5tyhoG7YLoXL3ssjfFW+0gpszXPwRU6NjGr1fVHMEAF8fVzIiRJq57Nre0RFeIjJwI8Nh2NmQ==", - "dependencies": { - "batch-processor": "1.0.0" - } - }, - "node_modules/elliptic": { - "version": "6.5.4", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", - "dependencies": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "node_modules/elliptic/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/email-addresses": { - "version": "3.1.0", - "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==" - }, - "node_modules/emittery": { - "version": "0.7.2", - "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/encodable": { - "version": "0.7.8", - "integrity": "sha512-rh5isin1c3ZJuultMyJZGBRbGIh8IrVHQuwlEG3lPMGZQ5yQUb2STIbXGGEbSifxT4POnojKjTxhm3ITTSdriw==", - "dependencies": { - "@encodable/color": "^1.1.0", - "@encodable/format": "^1.0.5", - "@types/d3-array": "^2.0.0", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^2.1.1", - "@types/d3-time": "^1.0.10", - "@types/lodash.get": "^4.4.6", - "d3-array": "^2.3.1", - "d3-interpolate": "^2.0.1", - "d3-scale": "^3.0.1", - "d3-time": "^2.0.0", - "lodash.get": "^4.4.2", - "reselect": "^4.0.0" - }, - "peerDependencies": { - "global-box": "*" - } - }, - "node_modules/encodable/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "node_modules/encodable/node_modules/d3-interpolate": { - "version": "2.0.1", - "integrity": "sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==", - "dependencies": { - "d3-color": "1 - 2" - } - }, - "node_modules/encodable/node_modules/d3-time": { - "version": "2.1.1", - "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==", - "dependencies": { - "d3-array": "2" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/endent": { - "version": "2.1.0", - "integrity": "sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==", - "dependencies": { - "dedent": "^0.7.0", - "fast-json-parse": "^1.0.3", - "objectorarray": "^1.0.5" - } - }, - "node_modules/enhanced-resolve": { - "version": "0.9.1", - "integrity": "sha1-TW5omzcl+GCQknzMhs2fFjW4ni4=", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.2.0", - "tapable": "^0.1.8" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/enquirer": { - "version": "2.3.6", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/entities": { - "version": "2.2.0", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/env-ci": { - "version": "4.5.2", - "integrity": "sha512-lS+edpNp2+QXEPkx6raEMIjKxKKWnJ4+VWzovYJ2NLYiJAYenSAXotFfVdgaFxdbVnvAbUI8epQDa1u12ERxfQ==", - "dependencies": { - "execa": "^3.2.0", - "java-properties": "^1.0.0" - }, - "engines": { - "node": ">=8.3" - } - }, - "node_modules/env-ci/node_modules/execa": { - "version": "3.4.0", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/env-ci/node_modules/p-finally": { - "version": "2.0.1", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/env-paths": { - "version": "2.2.1", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/envinfo": { - "version": "7.8.1", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", - "bin": { - "envinfo": "dist/cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/enzyme": { - "version": "3.11.0", - "integrity": "sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==", - "dependencies": { - "array.prototype.flat": "^1.2.3", - "cheerio": "^1.0.0-rc.3", - "enzyme-shallow-equal": "^1.0.1", - "function.prototype.name": "^1.1.2", - "has": "^1.0.3", - "html-element-map": "^1.2.0", - "is-boolean-object": "^1.0.1", - "is-callable": "^1.1.5", - "is-number-object": "^1.0.4", - "is-regex": "^1.0.5", - "is-string": "^1.0.5", - "is-subset": "^0.1.1", - "lodash.escape": "^4.0.1", - "lodash.isequal": "^4.5.0", - "object-inspect": "^1.7.0", - "object-is": "^1.0.2", - "object.assign": "^4.1.0", - "object.entries": "^1.1.1", - "object.values": "^1.1.1", - "raf": "^3.4.1", - "rst-selector-parser": "^2.2.3", - "string.prototype.trim": "^1.2.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/enzyme-adapter-react-16": { - "version": "1.15.6", - "integrity": "sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==", - "dependencies": { - "enzyme-adapter-utils": "^1.14.0", - "enzyme-shallow-equal": "^1.0.4", - "has": "^1.0.3", - "object.assign": "^4.1.2", - "object.values": "^1.1.2", - "prop-types": "^15.7.2", - "react-is": "^16.13.1", - "react-test-renderer": "^16.0.0-0", - "semver": "^5.7.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "peerDependencies": { - "enzyme": "^3.0.0", - "react": "^16.0.0-0", - "react-dom": "^16.0.0-0" - } - }, - "node_modules/enzyme-adapter-react-16/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/enzyme-adapter-utils": { - "version": "1.14.0", - "integrity": "sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==", - "dependencies": { - "airbnb-prop-types": "^2.16.0", - "function.prototype.name": "^1.1.3", - "has": "^1.0.3", - "object.assign": "^4.1.2", - "object.fromentries": "^2.0.3", - "prop-types": "^15.7.2", - "semver": "^5.7.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "peerDependencies": { - "react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/enzyme-adapter-utils/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/enzyme-matchers": { - "version": "7.1.2", - "integrity": "sha512-03WqAg2XDl7id9rARIO97HQ1JIw9F2heJ3R4meGu/13hx0ULTDEgl0E67MGl2Uq1jq1DyRnJfto1/VSzskdV5A==", - "dependencies": { - "circular-json-es6": "^2.0.1", - "deep-equal-ident": "^1.1.1" - }, - "peerDependencies": { - "enzyme": ">=3.4.0" - } - }, - "node_modules/enzyme-shallow-equal": { - "version": "1.0.4", - "integrity": "sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==", - "dependencies": { - "has": "^1.0.3", - "object-is": "^1.1.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/enzyme-to-json": { - "version": "3.6.2", - "integrity": "sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==", - "dependencies": { - "@types/cheerio": "^0.22.22", - "lodash": "^4.17.21", - "react-is": "^16.12.0" - }, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "enzyme": "^3.4.0" - } - }, - "node_modules/err-code": { - "version": "1.1.2", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" - }, - "node_modules/errlop": { - "version": "2.2.0", - "integrity": "sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==", - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/errno": { - "version": "0.1.8", - "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" - } - }, - "node_modules/error": { - "version": "7.2.1", - "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==", - "dependencies": { - "string-template": "~0.2.1" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/error-stack-parser": { - "version": "2.0.6", - "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==", - "dependencies": { - "stackframe": "^1.1.1" - } - }, - "node_modules/es-abstract": { - "version": "1.19.1", - "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==", - "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-array-method-boxes-properly": { - "version": "1.0.0", - "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" - }, - "node_modules/es-get-iterator": { - "version": "1.1.2", - "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es5-shim": { - "version": "4.6.2", - "integrity": "sha512-n0XTVMGps+Deyr38jtqKPR5F5hb9owYeRQcKJW39eFvzUk/u/9Ww315werRzbiNMnHCUw/YHDPBphTlEnzdi+A==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/es6-promise": { - "version": "4.2.8", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" - }, - "node_modules/es6-promisify": { - "version": "5.0.0", - "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", - "dependencies": { - "es6-promise": "^4.0.3" - } - }, - "node_modules/es6-shim": { - "version": "0.35.6", - "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==" - }, - "node_modules/escalade": { - "version": "3.1.1", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/escodegen": { - "version": "2.0.0", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/escodegen/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/escodegen/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint": { - "version": "7.32.0", - "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", - "dependencies": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-ast-utils": { - "version": "1.1.0", - "integrity": "sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==", - "dependencies": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-config-airbnb": { - "version": "18.2.1", - "integrity": "sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==", - "dependencies": { - "eslint-config-airbnb-base": "^14.2.1", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-react": "^7.21.5", - "eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0" - } - }, - "node_modules/eslint-config-airbnb-base": { - "version": "14.2.1", - "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==", - "dependencies": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", - "eslint-plugin-import": "^2.22.1" - } - }, - "node_modules/eslint-config-prettier": { - "version": "7.2.0", - "integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==", - "bin": { - "eslint-config-prettier": "bin/cli.js" - }, - "peerDependencies": { - "eslint": ">=7.0.0" - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.6", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", - "dependencies": { - "debug": "^3.2.7", - "resolve": "^1.20.0" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "2.5.0", - "integrity": "sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==", - "dependencies": { - "debug": "^4.3.1", - "glob": "^7.1.7", - "is-glob": "^4.0.1", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.9.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*" - } - }, - "node_modules/eslint-import-resolver-webpack": { - "version": "0.13.1", - "integrity": "sha512-O/8mG6AHmaKYSMb4lWxiXPpaARxOJ4rMQEHJ8vTgjS1MXooJA3KPgBPPAdOPoV17v5ML5120qod5FBLM+DtgEw==", - "dependencies": { - "array-find": "^1.0.0", - "debug": "^3.2.7", - "enhanced-resolve": "^0.9.1", - "find-root": "^1.1.0", - "has": "^1.0.3", - "interpret": "^1.4.0", - "is-core-module": "^2.4.0", - "is-regex": "^1.1.3", - "lodash": "^4.17.21", - "resolve": "^1.20.0", - "semver": "^5.7.1" - }, - "engines": { - "node": "^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6" - }, - "peerDependencies": { - "eslint-plugin-import": ">=1.4.0", - "webpack": ">=1.11.0" - } - }, - "node_modules/eslint-import-resolver-webpack/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-webpack/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.7.1", - "integrity": "sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==", - "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0", - "pkg-dir": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-module-utils/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", - "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", - "dependencies": { - "globals": "^11.12.0" - }, - "peerDependencies": { - "eslint": ">= 3.2.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.25.2", - "integrity": "sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==", - "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.0", - "has": "^1.0.3", - "is-core-module": "^2.7.0", - "is-glob": "^4.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.5", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.11.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/eslint-plugin-jest": { - "version": "24.7.0", - "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", - "dependencies": { - "@typescript-eslint/experimental-utils": "^4.0.1" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">= 4", - "eslint": ">=5" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-jest-dom": { - "version": "3.9.2", - "integrity": "sha512-DKNW6nxYkBvwv36WcYFxapCalGjOGSWUu5PREpDVuXGbEns3S5jhr+mZ5W2N6MxbOWw/2U61C1JVLH31gwVjOQ==", - "dependencies": { - "@babel/runtime": "^7.9.6", - "@testing-library/dom": "^7.28.1", - "requireindex": "^1.2.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0", - "npm": ">=6", - "yarn": ">=1" - }, - "peerDependencies": { - "eslint": ">=6.8" - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.4.1", - "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==", - "dependencies": { - "@babel/runtime": "^7.11.2", - "aria-query": "^4.2.2", - "array-includes": "^3.1.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.0.2", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.0.0", - "has": "^1.0.3", - "jsx-ast-utils": "^3.1.0", - "language-tags": "^1.0.5" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7" - } - }, - "node_modules/eslint-plugin-no-only-tests": { - "version": "2.6.0", - "integrity": "sha512-T9SmE/g6UV1uZo1oHAqOvL86XWl7Pl2EpRpnLI8g/bkJu+h7XBCB+1LnubRZ2CUQXj805vh4/CYZdnqtVaEo2Q==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/eslint-plugin-prettier": { - "version": "3.4.1", - "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", - "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "eslint": ">=5.0.0", - "prettier": ">=1.13.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.26.1", - "integrity": "sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==", - "dependencies": { - "array-includes": "^3.1.3", - "array.prototype.flatmap": "^1.2.4", - "doctrine": "^2.1.0", - "estraverse": "^5.2.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", - "object.entries": "^1.1.4", - "object.fromentries": "^2.0.4", - "object.hasown": "^1.0.0", - "object.values": "^1.1.4", - "prop-types": "^15.7.2", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.5" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.2.0", - "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.3", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", - "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/eslint-plugin-react/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-testing-library": { - "version": "3.10.2", - "integrity": "sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==", - "dependencies": { - "@typescript-eslint/experimental-utils": "^3.10.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0", - "npm": ">=6" - }, - "peerDependencies": { - "eslint": "^5 || ^6 || ^7" - } - }, - "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/experimental-utils": { - "version": "3.10.1", - "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", - "dependencies": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - } - }, - "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/types": { - "version": "3.10.1", - "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==", - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/typescript-estree": { - "version": "3.10.1", - "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==", - "dependencies": { - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/visitor-keys": "3.10.1", - "debug": "^4.1.1", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/visitor-keys": { - "version": "3.10.1", - "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==", - "dependencies": { - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-plugin-unicorn": { - "version": "25.0.1", - "integrity": "sha512-MEyEWoyou/qhJH6rEER9YHACtCsQT+eewc6Fdxbi2eiTvsGrBR8JZMA6qaeof3oMQeRxOpaERoBKzU7R5c4A/w==", - "dependencies": { - "ci-info": "^2.0.0", - "clean-regexp": "^1.0.0", - "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^2.2.1", - "eslint-utils": "^2.1.0", - "import-modules": "^2.0.0", - "lodash": "^4.17.20", - "pluralize": "^8.0.0", - "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.21", - "reserved-words": "^0.1.2", - "safe-regex": "^2.1.1", - "semver": "^7.3.4" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" - }, - "peerDependencies": { - "eslint": ">=7.15.0" - } - }, - "node_modules/eslint-plugin-unicorn/node_modules/eslint-template-visitor": { - "version": "2.3.2", - "integrity": "sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==", - "dependencies": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "peerDependencies": { - "eslint": ">=7.0.0" - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/eslint-utils": { - "version": "2.1.0", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dependencies": { - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint/node_modules/@babel/code-frame": { - "version": "7.12.11", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dependencies": { - "@babel/highlight": "^7.10.4" - } - }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/globals": { - "version": "13.11.0", - "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/eslint/node_modules/strip-json-comments": { - "version": "3.1.1", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/esm": { - "version": "3.2.25", - "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/espree": { - "version": "7.3.1", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dependencies": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esprint": { - "version": "0.7.0", - "integrity": "sha512-9EbgelpgCdiHRnTzAHbG+cyKN0ruUBfu9NTxxehQOh+1RVly1xvZPArqzc2DD95YtdOVX1qLqaKZI9qngmq+fQ==", - "dependencies": { - "dnode-weak-napi": "1.2.2", - "fb-watchman": "^2.0.0", - "glob": "^7.1.4", - "sane": "^4.1.0", - "worker-farm": "^1.7.0", - "yargs": "^14.0.0" - }, - "bin": { - "esprint": "build/cli.js" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "eslint": ">=3" - } - }, - "node_modules/esprint/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/cliui": { - "version": "5.0.0", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/esprint/node_modules/emoji-regex": { - "version": "7.0.3", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "node_modules/esprint/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/esprint/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/esprint/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/esprint/node_modules/string-width": { - "version": "3.1.0", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/wrap-ansi": { - "version": "5.1.0", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprint/node_modules/yargs": { - "version": "14.2.3", - "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", - "dependencies": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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": "^15.0.1" - } - }, - "node_modules/esprint/node_modules/yargs-parser": { - "version": "15.0.3", - "integrity": "sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/esquery": { - "version": "1.4.0", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.2.0", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-to-babel": { - "version": "3.2.1", - "integrity": "sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==", - "dependencies": { - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.2.0", - "c8": "^7.6.0" - }, - "engines": { - "node": ">=8.3.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "3.1.2", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" - }, - "node_modules/events": { - "version": "3.3.0", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/eventsource": { - "version": "1.1.0", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", - "dependencies": { - "original": "^1.0.0" - }, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/evp_bytestokey": { - "version": "1.0.3", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", - "dependencies": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "node_modules/exec-sh": { - "version": "0.3.6", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==" - }, - "node_modules/execa": { - "version": "4.1.0", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor": { - "version": "0.1.4", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.6", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/kind-of": { - "version": "5.1.0", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/expand-tilde": { - "version": "2.0.2", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", - "dependencies": { - "homedir-polyfill": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expect": { - "version": "26.6.2", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dependencies": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/expect/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/express": { - "version": "4.17.1", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dependencies": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/array-flatten": { - "version": "1.1.1", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.7", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/express/node_modules/qs": { - "version": "6.7.0", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "node_modules/extend-shallow": { - "version": "3.0.2", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/external-editor": { - "version": "3.1.0", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/extglob": { - "version": "2.0.4", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fake-tag": { - "version": "2.0.0", - "integrity": "sha512-QDz+8qiNQ9AfBZ31EXlID5JIbUkU3e1nXDWk4tidFzd2gy8XJaEUW1HCuDY6DUy6t2Y0nvhD6PsUc+2WYy5w0w==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/jaydenseric" - } - }, - "node_modules/falafel": { - "version": "2.2.4", - "integrity": "sha512-0HXjo8XASWRmsS0X1EkhwEMZaD3Qvp7FfURwjLKjG1ghfRm/MGZl2r4cWUTv41KdNghTw4OUMmVtdGQp3+H+uQ==", - "dependencies": { - "acorn": "^7.1.1", - "foreach": "^2.0.5", - "isarray": "^2.0.1", - "object-keys": "^1.0.6" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-diff": { - "version": "1.2.0", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" - }, - "node_modules/fast-glob": { - "version": "3.2.7", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fast-json-parse": { - "version": "1.0.3", - "integrity": "sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - }, - "node_modules/fastq": { - "version": "1.13.0", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fault": { - "version": "1.0.4", - "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", - "dependencies": { - "format": "^0.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fb-watchman": { - "version": "2.0.1", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fbjs": { - "version": "0.8.17", - "integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=", - "dependencies": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - } - }, - "node_modules/fbjs/node_modules/core-js": { - "version": "1.2.7", - "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=", - "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js." - }, - "node_modules/fetch-mock": { - "version": "6.5.2", - "integrity": "sha512-EIvbpCLBTYyDLu4HJiqD7wC8psDwTUaPaWXNKZbhNO/peUYKiNp5PkZGKRJtnTxaPQu71ivqafvjpM7aL+MofQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "babel-polyfill": "^6.26.0", - "glob-to-regexp": "^0.4.0", - "path-to-regexp": "^2.2.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/fetch-retry": { - "version": "4.1.1", - "integrity": "sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==" - }, - "node_modules/figgy-pudding": { - "version": "3.5.2", - "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" - }, - "node_modules/figures": { - "version": "3.2.0", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/file-loader": { - "version": "6.2.0", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/file-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.1.1", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/file-system-cache": { - "version": "1.0.5", - "integrity": "sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08=", - "dependencies": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - } - }, - "node_modules/file-system-cache/node_modules/fs-extra": { - "version": "0.30.0", - "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - } - }, - "node_modules/file-system-cache/node_modules/jsonfile": { - "version": "2.4.0", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/file-system-cache/node_modules/ramda": { - "version": "0.21.0", - "integrity": "sha1-oAGr7bP/YQd9T/HVd9RN536NCjU=" - }, - "node_modules/file-system-cache/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/file-uri-to-path": { - "version": "1.0.0", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "optional": true - }, - "node_modules/filelist": { - "version": "1.0.2", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/filename-reserved-regex": { - "version": "2.0.0", - "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", - "engines": { - "node": ">=4" - } - }, - "node_modules/filenamify": { - "version": "4.3.0", - "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", - "dependencies": { - "filename-reserved-regex": "^2.0.0", - "strip-outer": "^1.0.1", - "trim-repeated": "^1.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/filesize": { - "version": "6.1.0", - "integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/filter-obj": { - "version": "1.1.0", - "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/find-cache-dir": { - "version": "2.1.0", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/find-cache-dir/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "3.0.0", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-node-modules": { - "version": "2.0.0", - "integrity": "sha512-8MWIBRgJi/WpjjfVXumjPKCtmQ10B+fjx6zmSA+770GMJirLhWIzg8l763rhjl9xaeaHbnxPNRQKq2mgMhr+aw==", - "dependencies": { - "findup-sync": "^3.0.0", - "merge": "^1.2.1" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" - }, - "node_modules/find-up": { - "version": "4.1.0", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-versions": { - "version": "4.0.0", - "integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==", - "dependencies": { - "semver-regex": "^3.1.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/findup-sync": { - "version": "3.0.0", - "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", - "dependencies": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/findup-sync/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/first-chunk-stream": { - "version": "2.0.0", - "integrity": "sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA=", - "devOptional": true, - "dependencies": { - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/first-chunk-stream/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "devOptional": true - }, - "node_modules/first-chunk-stream/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "devOptional": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/first-chunk-stream/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "devOptional": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/flat-cache": { - "version": "3.0.4", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.2.2", - "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==" - }, - "node_modules/flush-write-stream": { - "version": "1.1.1", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", - "dependencies": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - } - }, - "node_modules/flush-write-stream/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/flush-write-stream/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/flush-write-stream/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/follow-redirects": { - "version": "1.14.4", - "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-in": { - "version": "1.0.2", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/foreach": { - "version": "2.0.5", - "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" - }, - "node_modules/foreground-child": { - "version": "2.0.0", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/forever-agent": { - "version": "0.6.1", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "engines": { - "node": "*" - } - }, - "node_modules/fork-ts-checker-webpack-plugin": { - "version": "5.2.1", - "integrity": "sha512-SVi+ZAQOGbtAsUWrZvGzz38ga2YqjWvca1pXQFUArIVXqli0lLoDQ8uS0wg0kSpcwpZmaW5jVCZXQebkyUQSsw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=10", - "yarn": ">=1.0.0" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/format": { - "version": "0.2.2", - "integrity": "sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/from2": { - "version": "2.3.0", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", - "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - } - }, - "node_modules/from2/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/from2/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/from2/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/front-matter": { - "version": "2.3.0", - "integrity": "sha1-cgOviWzjV+4E4qpFFp6pHtf2dQQ=", - "dependencies": { - "js-yaml": "^3.10.0" - } - }, - "node_modules/fs-extra": { - "version": "9.1.0", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fs-minipass": { - "version": "1.2.7", - "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", - "dependencies": { - "minipass": "^2.6.0" - } - }, - "node_modules/fs-monkey": { - "version": "1.0.3", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" - }, - "node_modules/fs-readdir-recursive": { - "version": "1.1.0", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==" - }, - "node_modules/fs-write-stream-atomic": { - "version": "1.0.10", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", - "dependencies": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - } - }, - "node_modules/fs-write-stream-atomic/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/fs-write-stream-atomic/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/fs-write-stream-atomic/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "2.3.2", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/function.prototype.name": { - "version": "1.1.5", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" - }, - "node_modules/functions-have-names": { - "version": "1.2.2", - "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/fuse.js": { - "version": "3.6.1", - "integrity": "sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/gauge": { - "version": "2.7.4", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/gauge/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/aproba": { - "version": "1.2.0", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/gauge/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/string-width": { - "version": "1.0.2", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gauge/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/genfun": { - "version": "5.0.0", - "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==" - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/geojson-vt": { - "version": "3.2.1", - "integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==" - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.1.1", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/get-pkg-repo": { - "version": "4.2.1", - "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==", - "dependencies": { - "@hutson/parse-repository-url": "^3.0.0", - "hosted-git-info": "^4.0.0", - "through2": "^2.0.0", - "yargs": "^16.2.0" - }, - "bin": { - "get-pkg-repo": "src/cli.js" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-pkg-repo/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/get-pkg-repo/node_modules/cliui": { - "version": "7.0.4", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/get-pkg-repo/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/get-pkg-repo/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/get-pkg-repo/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/get-pkg-repo/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/get-pkg-repo/node_modules/wrap-ansi": { - "version": "7.0.0", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/get-pkg-repo/node_modules/y18n": { - "version": "5.0.8", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "engines": { - "node": ">=10" - } - }, - "node_modules/get-pkg-repo/node_modules/yargs": { - "version": "16.2.0", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/get-pkg-repo/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/get-port": { - "version": "4.2.0", - "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/get-stdin": { - "version": "7.0.0", - "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/get-stream": { - "version": "5.2.0", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-value": { - "version": "2.0.6", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/gh-got": { - "version": "5.0.0", - "integrity": "sha1-7pW+NxBv2HSKlvjR20uuqJ4b+oo=", - "dependencies": { - "got": "^6.2.0", - "is-plain-obj": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/gh-pages": { - "version": "3.2.3", - "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==", - "dependencies": { - "async": "^2.6.1", - "commander": "^2.18.0", - "email-addresses": "^3.0.1", - "filenamify": "^4.3.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "^8.1.0", - "globby": "^6.1.0" - }, - "bin": { - "gh-pages": "bin/gh-pages.js", - "gh-pages-clean": "bin/gh-pages-clean.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/gh-pages/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gh-pages/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/gh-pages/node_modules/find-cache-dir": { - "version": "3.3.2", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/gh-pages/node_modules/fs-extra": { - "version": "8.1.0", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/gh-pages/node_modules/globby": { - "version": "6.1.0", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gh-pages/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/gh-pages/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gh-pages/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/gh-pages/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/gh-pages/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/git-raw-commits": { - "version": "1.3.6", - "integrity": "sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg==", - "dependencies": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - } - }, - "node_modules/git-raw-commits/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/git-raw-commits/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/git-raw-commits/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/meow": { - "version": "4.0.1", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/git-raw-commits/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-raw-commits/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/git-raw-commits/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/git-raw-commits/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/git-raw-commits/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/git-remote-origin-url": { - "version": "2.0.0", - "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=", - "dependencies": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-semver-tags": { - "version": "4.1.1", - "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", - "dependencies": { - "meow": "^8.0.0", - "semver": "^6.0.0" - }, - "bin": { - "git-semver-tags": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-semver-tags/node_modules/camelcase-keys": { - "version": "6.2.2", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-semver-tags/node_modules/indent-string": { - "version": "4.0.0", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/git-semver-tags/node_modules/map-obj": { - "version": "4.3.0", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-semver-tags/node_modules/meow": { - "version": "8.1.2", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-semver-tags/node_modules/minimist-options": { - "version": "4.1.0", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/git-semver-tags/node_modules/quick-lru": { - "version": "4.0.1", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "engines": { - "node": ">=8" - } - }, - "node_modules/git-semver-tags/node_modules/redent": { - "version": "3.0.0", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-semver-tags/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/git-semver-tags/node_modules/trim-newlines": { - "version": "3.0.1", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/git-semver-tags/node_modules/type-fest": { - "version": "0.18.1", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-semver-tags/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/git-up": { - "version": "4.0.5", - "integrity": "sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==", - "dependencies": { - "is-ssh": "^1.3.0", - "parse-url": "^6.0.0" - } - }, - "node_modules/git-url-parse": { - "version": "11.6.0", - "integrity": "sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==", - "dependencies": { - "git-up": "^4.0.0" - } - }, - "node_modules/gitconfiglocal": { - "version": "1.0.0", - "integrity": "sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=", - "dependencies": { - "ini": "^1.3.2" - } - }, - "node_modules/github-username": { - "version": "3.0.0", - "integrity": "sha1-CnciGbMTB0NCnyRW0L3T21Xc57E=", - "dependencies": { - "gh-got": "^5.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/gl-matrix": { - "version": "3.4.3", - "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" - }, - "node_modules/glob": { - "version": "7.2.0", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "dependencies": { - "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" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-base": { - "version": "0.3.0", - "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", - "dependencies": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-base/node_modules/glob-parent": { - "version": "2.0.0", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dependencies": { - "is-glob": "^2.0.0" - } - }, - "node_modules/glob-base/node_modules/is-extglob": { - "version": "1.0.0", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-base/node_modules/is-glob": { - "version": "2.0.1", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/glob-promise": { - "version": "3.4.0", - "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", - "dependencies": { - "@types/glob": "*" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "glob": "*" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "node_modules/global": { - "version": "4.4.0", - "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", - "dependencies": { - "min-document": "^2.19.0", - "process": "^0.11.10" - } - }, - "node_modules/global-box": { - "version": "1.2.0", - "integrity": "sha512-IgpqqAYWNG3eluK1tsCkI8Uxff16+OYWLEhDS/QrfkfmbRQ/tVlBXZfURn5tSoPPT6wtmeJp7VKhXrcc5jl/1A==" - }, - "node_modules/global-cache": { - "version": "1.2.1", - "integrity": "sha512-EOeUaup5DgWKlCMhA9YFqNRIlZwoxt731jCh47WBV9fQqHgXhr3Fa55hfgIUqilIcPsfdNKN7LHjrNY+Km40KA==", - "dependencies": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/global-dirs": { - "version": "0.1.1", - "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", - "dependencies": { - "ini": "^1.3.4" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/global-modules": { - "version": "2.0.0", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dependencies": { - "global-prefix": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix": { - "version": "3.0.0", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/globalthis": { - "version": "1.0.2", - "integrity": "sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==", - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.0.4", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globby/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/got": { - "version": "6.7.1", - "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", - "dependencies": { - "create-error-class": "^3.0.0", - "duplexer3": "^0.1.4", - "get-stream": "^3.0.0", - "is-redirect": "^1.0.0", - "is-retry-allowed": "^1.0.0", - "is-stream": "^1.0.0", - "lowercase-keys": "^1.0.0", - "safe-buffer": "^5.0.1", - "timed-out": "^4.0.0", - "unzip-response": "^2.0.1", - "url-parse-lax": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/got/node_modules/get-stream": { - "version": "3.0.0", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", - "engines": { - "node": ">=4" - } - }, - "node_modules/got/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.8", - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" - }, - "node_modules/graphlib": { - "version": "2.1.8", - "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", - "dependencies": { - "lodash": "^4.17.15" - } - }, - "node_modules/graphql": { - "version": "0.12.3", - "integrity": "sha512-Hn9rdu4zacplKXNrLCvR8YFiTGnbM4Zw/UH8FDmzBDsH7ou40lSNH4tIlsxcYnz2TGNVJCpu1WxCM23yd6kzhA==", - "dependencies": { - "iterall": "1.1.3" - } - }, - "node_modules/graphql-config": { - "version": "1.2.1", - "integrity": "sha512-BOtbEOn/fD13jT0peCy3Fzp1DSTsA/1AcZp266AQ5Sk3wFndKCEa/H7donbu5UriOw1V/N1WDirYPnr7rd8E7Q==", - "dependencies": { - "graphql": "^0.12.3", - "graphql-import": "^0.4.0", - "graphql-request": "^1.4.0", - "js-yaml": "^3.10.0", - "lodash": "^4.17.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/graphql-import": { - "version": "0.4.5", - "integrity": "sha512-G/+I08Qp6/QGTb9qapknCm3yPHV0ZL7wbaalWFpxsfR8ZhZoTBe//LsbsCKlbALQpcMegchpJhpTSKiJjhaVqQ==", - "deprecated": "GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.", - "dependencies": { - "lodash": "^4.17.4" - }, - "engines": { - "node": ">=4.0.0" - }, - "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0" - } - }, - "node_modules/graphql-request": { - "version": "1.8.2", - "integrity": "sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==", - "dependencies": { - "cross-fetch": "2.2.2" - } - }, - "node_modules/graphql-tag": { - "version": "2.12.5", - "integrity": "sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==", - "peer": true, - "dependencies": { - "tslib": "^2.1.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/grid-index": { - "version": "1.1.0", - "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==" - }, - "node_modules/grouped-queue": { - "version": "1.1.0", - "integrity": "sha512-rZOFKfCqLhsu5VqjBjEWiwrYqJR07KxIkH4mLZlNlGDfntbb4FbMyGFP14TlvRPrU9S3Hnn/sgxbC5ZeN0no3Q==", - "devOptional": true, - "dependencies": { - "lodash": "^4.17.15" - } - }, - "node_modules/growly": { - "version": "1.3.0", - "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=" - }, - "node_modules/gud": { - "version": "1.0.0", - "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" - }, - "node_modules/gzip-size": { - "version": "5.1.1", - "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", - "dependencies": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/gzip-size/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/hammerjs": { - "version": "2.0.8", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/handle-thing": { - "version": "2.0.1", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "node_modules/handlebars": { - "version": "4.7.7", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/handlebars/node_modules/minimist": { - "version": "1.2.5", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/handlebars/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/har-schema": { - "version": "2.0.0", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/harmony-reflect": { - "version": "1.6.2", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" - }, - "node_modules/has": { - "version": "1.0.3", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-ansi": { - "version": "2.0.0", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-ansi/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.1", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/has-glob": { - "version": "1.0.0", - "integrity": "sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc=", - "dependencies": { - "is-glob": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-glob/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-symbols": { - "version": "1.0.2", - "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-unicode": { - "version": "2.0.1", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" - }, - "node_modules/has-value": { - "version": "1.0.0", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hash-base": { - "version": "3.1.0", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hash-base/node_modules/safe-buffer": { - "version": "5.2.1", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/hash.js": { - "version": "1.1.7", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", - "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "node_modules/hast-to-hyperscript": { - "version": "9.0.1", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", - "dependencies": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-to-hyperscript/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5": { - "version": "6.0.1", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", - "dependencies": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5/node_modules/is-buffer": { - "version": "2.0.5", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/hast-util-from-parse5/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5/node_modules/vfile": { - "version": "4.2.1", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5/node_modules/vfile-location": { - "version": "3.2.0", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5/node_modules/vfile-message": { - "version": "2.0.4", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-parse-selector": { - "version": "2.2.5", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw": { - "version": "6.0.1", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", - "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw/node_modules/is-buffer": { - "version": "2.0.5", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/hast-util-raw/node_modules/parse5": { - "version": "6.0.1", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/hast-util-raw/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw/node_modules/vfile": { - "version": "4.2.1", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw/node_modules/vfile-message": { - "version": "2.0.4", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-parse5": { - "version": "6.0.0", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", - "dependencies": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hastscript": { - "version": "6.0.0", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", - "dependencies": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/he": { - "version": "1.2.0", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "bin": { - "he": "bin/he" - } - }, - "node_modules/header-case": { - "version": "1.0.1", - "integrity": "sha1-lTWXMZfBRLCWE81l0xfvGZY70C0=", - "dependencies": { - "no-case": "^2.2.0", - "upper-case": "^1.1.3" - } - }, - "node_modules/highlight.js": { - "version": "10.7.3", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", - "engines": { - "node": "*" - } - }, - "node_modules/hmac-drbg": { - "version": "1.0.1", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "dependencies": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/homedir-polyfill": { - "version": "1.0.3", - "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", - "dependencies": { - "parse-passwd": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hoopy": { - "version": "0.1.4", - "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/hosted-git-info": { - "version": "4.0.2", - "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/hpack.js/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/html-element-map": { - "version": "1.3.1", - "integrity": "sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==", - "dependencies": { - "array.prototype.filter": "^1.0.0", - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/html-encoding-sniffer": { - "version": "2.0.1", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/html-entities": { - "version": "1.4.0", - "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - }, - "node_modules/html-minifier-terser": { - "version": "5.1.1", - "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", - "dependencies": { - "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" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/html-to-react": { - "version": "1.4.7", - "integrity": "sha512-adtKiee5AtnuUhdB8bxbASRP2bW/A0OrlwysEuqZxXdURb0/1XR0m/woE1V5cJA1U5nyzAvk/PdFNO9S73DE/g==", - "dependencies": { - "domhandler": "^4.0", - "htmlparser2": "^7.0", - "lodash.camelcase": "^4.3.0", - "ramda": "^0.27.1" - }, - "peerDependencies": { - "react": "^16.0 || ^17.0" - } - }, - "node_modules/html-to-react/node_modules/entities": { - "version": "3.0.1", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/html-to-react/node_modules/htmlparser2": { - "version": "7.1.2", - "integrity": "sha512-d6cqsbJba2nRdg8WW2okyD4ceonFHn9jLFxhwlNcLhQWcFPdxXeJulgOLjLKtAK9T6ahd+GQNZwG9fjmGW7lyg==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" - } - }, - "node_modules/html-void-elements": { - "version": "1.0.5", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/html-webpack-plugin": { - "version": "4.5.2", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", - "dependencies": { - "@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.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "engines": { - "node": ">=6.9" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/html-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/htmlparser2": { - "version": "6.1.0", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/http-cache-semantics": { - "version": "3.8.1", - "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==" - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" - }, - "node_modules/http-errors": { - "version": "1.7.2", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/http-errors/node_modules/inherits": { - "version": "2.0.3", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/http-parser-js": { - "version": "0.5.3", - "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/http-proxy-middleware": { - "version": "0.19.1", - "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", - "dependencies": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy-middleware/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/http-proxy/node_modules/eventemitter3": { - "version": "4.0.7", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/http-signature": { - "version": "1.2.0", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/https-browserify": { - "version": "1.0.0", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" - }, - "node_modules/https-proxy-agent": { - "version": "5.0.0", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/human-signals": { - "version": "1.1.1", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "engines": { - "node": ">=8.12.0" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/husky": { - "version": "4.3.8", - "integrity": "sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==", - "hasInstallScript": true, - "dependencies": { - "chalk": "^4.0.0", - "ci-info": "^2.0.0", - "compare-versions": "^3.6.0", - "cosmiconfig": "^7.0.0", - "find-versions": "^4.0.0", - "opencollective-postinstall": "^2.0.2", - "pkg-dir": "^5.0.0", - "please-upgrade-node": "^3.2.0", - "slash": "^3.0.0", - "which-pm-runs": "^1.0.0" - }, - "bin": { - "husky-run": "bin/run.js", - "husky-upgrade": "lib/upgrader/bin.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/husky" - } - }, - "node_modules/husky/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/husky/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/husky/node_modules/cosmiconfig": { - "version": "7.0.1", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/husky/node_modules/find-up": { - "version": "5.0.0", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/husky/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/husky/node_modules/locate-path": { - "version": "6.0.0", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/husky/node_modules/p-locate": { - "version": "5.0.0", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/husky/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/husky/node_modules/pkg-dir": { - "version": "5.0.0", - "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==", - "dependencies": { - "find-up": "^5.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/husky/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/husky/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/hygen": { - "version": "5.0.3", - "integrity": "sha512-tepicT366of7FZKfuT/YtTOZ1mU7txQix2EgYEGOCBD4SN3+vf2tRITB/yA7Amd9NPhzijgCYkW/MlIsdXEEEQ==", - "dependencies": { - "chalk": "^2.4.2", - "change-case": "^3.1.0", - "ejs": "^2.6.1", - "enquirer": "^2.3.0", - "execa": "^1.0.0", - "front-matter": "^2.3.0", - "fs-extra": "^7.0.1", - "ignore-walk": "^3.0.2", - "inflection": "^1.12.0", - "ts-jest": "^24.1.0", - "yargs-parser": "^13.0.0" - }, - "bin": { - "hygen": "dist/bin.js" - } - }, - "node_modules/hygen/node_modules/@jest/console": { - "version": "24.9.0", - "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==", - "peer": true, - "dependencies": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/core": { - "version": "24.9.0", - "integrity": "sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==", - "peer": true, - "dependencies": { - "@jest/console": "^24.7.1", - "@jest/reporters": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-changed-files": "^24.9.0", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-resolve-dependencies": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "jest-watcher": "^24.9.0", - "micromatch": "^3.1.10", - "p-each-series": "^1.0.0", - "realpath-native": "^1.1.0", - "rimraf": "^2.5.4", - "slash": "^2.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/environment": { - "version": "24.9.0", - "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==", - "peer": true, - "dependencies": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/fake-timers": { - "version": "24.9.0", - "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/reporters": { - "version": "24.9.0", - "integrity": "sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==", - "peer": true, - "dependencies": { - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.2", - "istanbul-lib-coverage": "^2.0.2", - "istanbul-lib-instrument": "^3.0.1", - "istanbul-lib-report": "^2.0.4", - "istanbul-lib-source-maps": "^3.0.1", - "istanbul-reports": "^2.2.6", - "jest-haste-map": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "node-notifier": "^5.4.2", - "slash": "^2.0.0", - "source-map": "^0.6.0", - "string-length": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/source-map": { - "version": "24.9.0", - "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==", - "peer": true, - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/test-result": { - "version": "24.9.0", - "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==", - "peer": true, - "dependencies": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/test-sequencer": { - "version": "24.9.0", - "integrity": "sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==", - "peer": true, - "dependencies": { - "@jest/test-result": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/transform": { - "version": "24.9.0", - "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==", - "peer": true, - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@jest/types": { - "version": "24.9.0", - "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", - "peer": true, - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/@types/istanbul-reports": { - "version": "1.1.2", - "integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==", - "peer": true, - "dependencies": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/hygen/node_modules/@types/stack-utils": { - "version": "1.0.1", - "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==", - "peer": true - }, - "node_modules/hygen/node_modules/@types/yargs": { - "version": "13.0.12", - "integrity": "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==", - "peer": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/hygen/node_modules/acorn": { - "version": "5.7.4", - "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", - "peer": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/hygen/node_modules/acorn-globals": { - "version": "4.3.4", - "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==", - "peer": true, - "dependencies": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - } - }, - "node_modules/hygen/node_modules/acorn-globals/node_modules/acorn": { - "version": "6.4.2", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "peer": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/hygen/node_modules/acorn-walk": { - "version": "6.2.0", - "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==", - "peer": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/hygen/node_modules/ansi-escapes": { - "version": "3.2.0", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/anymatch": { - "version": "2.0.0", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "peer": true, - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/hygen/node_modules/astral-regex": { - "version": "1.0.0", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/babel-jest": { - "version": "24.9.0", - "integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==", - "peer": true, - "dependencies": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/hygen/node_modules/babel-plugin-istanbul": { - "version": "5.2.0", - "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/babel-plugin-jest-hoist": { - "version": "24.9.0", - "integrity": "sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==", - "peer": true, - "dependencies": { - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/babel-preset-jest": { - "version": "24.9.0", - "integrity": "sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==", - "peer": true, - "dependencies": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.9.0" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/hygen/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "peer": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "peer": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/cliui": { - "version": "5.0.0", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "peer": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/hygen/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/hygen/node_modules/cssom": { - "version": "0.3.8", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "peer": true - }, - "node_modules/hygen/node_modules/cssstyle": { - "version": "1.4.0", - "integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==", - "peer": true, - "dependencies": { - "cssom": "0.3.x" - } - }, - "node_modules/hygen/node_modules/data-urls": { - "version": "1.1.0", - "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", - "peer": true, - "dependencies": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - } - }, - "node_modules/hygen/node_modules/data-urls/node_modules/whatwg-url": { - "version": "7.1.0", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "peer": true, - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/hygen/node_modules/detect-newline": { - "version": "2.1.0", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/diff-sequences": { - "version": "24.9.0", - "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==", - "peer": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/domexception": { - "version": "1.0.1", - "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", - "peer": true, - "dependencies": { - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/hygen/node_modules/emoji-regex": { - "version": "7.0.3", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "peer": true - }, - "node_modules/hygen/node_modules/escape-string-regexp": { - "version": "2.0.0", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hygen/node_modules/escodegen": { - "version": "1.14.3", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "peer": true, - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/hygen/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "peer": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/hygen/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/expect": { - "version": "24.9.0", - "integrity": "sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "peer": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "peer": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "peer": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/fs-extra": { - "version": "7.0.1", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/hygen/node_modules/fsevents": { - "version": "1.2.13", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/hygen/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/html-encoding-sniffer": { - "version": "1.0.2", - "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", - "peer": true, - "dependencies": { - "whatwg-encoding": "^1.0.1" - } - }, - "node_modules/hygen/node_modules/import-local": { - "version": "2.0.0", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", - "peer": true, - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "peer": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "peer": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/is-wsl": { - "version": "1.1.0", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/istanbul-lib-coverage": { - "version": "2.0.5", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/istanbul-lib-instrument": { - "version": "3.3.0", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", - "peer": true, - "dependencies": { - "@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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "peer": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/hygen/node_modules/istanbul-lib-report": { - "version": "2.0.8", - "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", - "peer": true, - "dependencies": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/istanbul-lib-source-maps": { - "version": "3.0.6", - "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", - "peer": true, - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/istanbul-reports": { - "version": "2.2.7", - "integrity": "sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==", - "peer": true, - "dependencies": { - "html-escaper": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/jest": { - "version": "24.9.0", - "integrity": "sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==", - "peer": true, - "dependencies": { - "import-local": "^2.0.0", - "jest-cli": "^24.9.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-changed-files": { - "version": "24.9.0", - "integrity": "sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "execa": "^1.0.0", - "throat": "^4.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-cli": { - "version": "24.9.0", - "integrity": "sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==", - "peer": true, - "dependencies": { - "@jest/core": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "import-local": "^2.0.0", - "is-ci": "^2.0.0", - "jest-config": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "prompts": "^2.0.1", - "realpath-native": "^1.1.0", - "yargs": "^13.3.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-config": { - "version": "24.9.0", - "integrity": "sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==", - "peer": true, - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-diff": { - "version": "24.9.0", - "integrity": "sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==", - "peer": true, - "dependencies": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-docblock": { - "version": "24.9.0", - "integrity": "sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==", - "peer": true, - "dependencies": { - "detect-newline": "^2.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-each": { - "version": "24.9.0", - "integrity": "sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-environment-jsdom": { - "version": "24.9.0", - "integrity": "sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==", - "peer": true, - "dependencies": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-environment-node": { - "version": "24.9.0", - "integrity": "sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==", - "peer": true, - "dependencies": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-get-type": { - "version": "24.9.0", - "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==", - "peer": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-haste-map": { - "version": "24.9.0", - "integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "engines": { - "node": ">= 6" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/hygen/node_modules/jest-jasmine2": { - "version": "24.9.0", - "integrity": "sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==", - "peer": true, - "dependencies": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-leak-detector": { - "version": "24.9.0", - "integrity": "sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA==", - "peer": true, - "dependencies": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-matcher-utils": { - "version": "24.9.0", - "integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==", - "peer": true, - "dependencies": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-message-util": { - "version": "24.9.0", - "integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==", - "peer": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-mock": { - "version": "24.9.0", - "integrity": "sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-regex-util": { - "version": "24.9.0", - "integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==", - "peer": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-resolve": { - "version": "24.9.0", - "integrity": "sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-resolve-dependencies": { - "version": "24.9.0", - "integrity": "sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-snapshot": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-runner": { - "version": "24.9.0", - "integrity": "sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg==", - "peer": true, - "dependencies": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-runtime": { - "version": "24.9.0", - "integrity": "sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==", - "peer": true, - "dependencies": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "bin": { - "jest-runtime": "bin/jest-runtime.js" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-serializer": { - "version": "24.9.0", - "integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==", - "peer": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-snapshot": { - "version": "24.9.0", - "integrity": "sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==", - "peer": true, - "dependencies": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-snapshot/node_modules/semver": { - "version": "6.3.0", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "peer": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/hygen/node_modules/jest-util": { - "version": "24.9.0", - "integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==", - "peer": true, - "dependencies": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-validate": { - "version": "24.9.0", - "integrity": "sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-watcher": { - "version": "24.9.0", - "integrity": "sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==", - "peer": true, - "dependencies": { - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "jest-util": "^24.9.0", - "string-length": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jest-worker": { - "version": "24.9.0", - "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", - "peer": true, - "dependencies": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/jsdom": { - "version": "11.12.0", - "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", - "peer": true, - "dependencies": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - } - }, - "node_modules/hygen/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/hygen/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "peer": true, - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/hygen/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "peer": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "peer": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/node-notifier": { - "version": "5.4.5", - "integrity": "sha512-tVbHs7DyTLtzOiN78izLA85zRqB9NvEXkAf014Vx3jtSvn/xBl6bR8ZYifj+dFcFrKI21huSQgJZ6ZtL3B4HfQ==", - "peer": true, - "dependencies": { - "growly": "^1.3.0", - "is-wsl": "^1.1.0", - "semver": "^5.5.0", - "shellwords": "^0.1.1", - "which": "^1.3.0" - } - }, - "node_modules/hygen/node_modules/normalize-path": { - "version": "2.1.1", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "peer": true, - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "peer": true, - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/hygen/node_modules/p-each-series": { - "version": "1.0.0", - "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=", - "peer": true, - "dependencies": { - "p-reduce": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "peer": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/hygen/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "peer": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/pkg-dir": { - "version": "3.0.0", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "peer": true, - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "peer": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/hygen/node_modules/pretty-format": { - "version": "24.9.0", - "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", - "peer": true, - "dependencies": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/hygen/node_modules/read-pkg-up": { - "version": "4.0.0", - "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", - "peer": true, - "dependencies": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/realpath-native": { - "version": "1.1.0", - "integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==", - "peer": true, - "dependencies": { - "util.promisify": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/resolve-cwd": { - "version": "2.0.0", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "peer": true, - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/resolve-from": { - "version": "3.0.0", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "peer": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/hygen/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/hygen/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/stack-utils": { - "version": "1.0.5", - "integrity": "sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==", - "peer": true, - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/hygen/node_modules/string-length": { - "version": "2.0.0", - "integrity": "sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=", - "peer": true, - "dependencies": { - "astral-regex": "^1.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/string-length/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/string-length/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "peer": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/string-width": { - "version": "3.1.0", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "peer": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "peer": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/supports-color": { - "version": "6.1.0", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "peer": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/test-exclude": { - "version": "5.2.3", - "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", - "peer": true, - "dependencies": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/throat": { - "version": "4.1.0", - "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=", - "peer": true - }, - "node_modules/hygen/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "peer": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hygen/node_modules/tough-cookie": { - "version": "2.5.0", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "peer": true, - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/hygen/node_modules/tr46": { - "version": "1.0.1", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "peer": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/hygen/node_modules/ts-jest": { - "version": "24.3.0", - "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==", - "dependencies": { - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "json5": "2.x", - "lodash.memoize": "4.x", - "make-error": "1.x", - "mkdirp": "0.x", - "resolve": "1.x", - "semver": "^5.5", - "yargs-parser": "10.x" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "jest": ">=24 <25" - } - }, - "node_modules/hygen/node_modules/ts-jest/node_modules/camelcase": { - "version": "4.1.0", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/hygen/node_modules/ts-jest/node_modules/yargs-parser": { - "version": "10.1.0", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dependencies": { - "camelcase": "^4.1.0" - } - }, - "node_modules/hygen/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "peer": true, - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/hygen/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/hygen/node_modules/webidl-conversions": { - "version": "4.0.2", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "peer": true - }, - "node_modules/hygen/node_modules/whatwg-url": { - "version": "6.5.0", - "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", - "peer": true, - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/hygen/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/hygen/node_modules/wrap-ansi": { - "version": "5.1.0", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "peer": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/hygen/node_modules/write-file-atomic": { - "version": "2.4.1", - "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==", - "peer": true, - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/hygen/node_modules/ws": { - "version": "5.2.3", - "integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==", - "peer": true, - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/hygen/node_modules/yargs": { - "version": "13.3.2", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "peer": true, - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "node_modules/hygen/node_modules/yargs-parser": { - "version": "13.1.2", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/hyphenate-style-name": { - "version": "1.0.4", - "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" - }, - "node_modules/i18next": { - "version": "19.9.2", - "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", - "dependencies": { - "@babel/runtime": "^7.12.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/icss-utils": { - "version": "4.1.1", - "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", - "dependencies": { - "postcss": "^7.0.14" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/identity-obj-proxy": { - "version": "3.0.0", - "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", - "dependencies": { - "harmony-reflect": "^1.4.6" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/iferr": { - "version": "0.1.5", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" - }, - "node_modules/ignore": { - "version": "5.1.8", - "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/ignore-walk": { - "version": "3.0.4", - "integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==", - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/immer": { - "version": "8.0.1", - "integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/immutability-helper": { - "version": "3.1.1", - "integrity": "sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==" - }, - "node_modules/immutable": { - "version": "3.8.2", - "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/import-from": { - "version": "3.0.0", - "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/import-local": { - "version": "3.0.3", - "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", - "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/import-local/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/import-modules": { - "version": "2.1.0", - "integrity": "sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "3.2.0", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "engines": { - "node": ">=4" - } - }, - "node_modules/infer-owner": { - "version": "1.0.4", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "node_modules/inflected": { - "version": "2.1.0", - "integrity": "sha512-hAEKNxvHf2Iq3H60oMBHkB4wl5jn3TPF3+fXek/sRwAB5gP9xWs4r7aweSF95f99HFoz69pnZTcu8f0SIHV18w==" - }, - "node_modules/inflection": { - "version": "1.13.1", - "integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA==", - "engines": [ - "node >= 0.4.0" - ] - }, - "node_modules/inflight": { - "version": "1.0.6", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - }, - "node_modules/init-package-json": { - "version": "1.10.3", - "integrity": "sha512-zKSiXKhQveNteyhcj1CoOP8tqp1QuxPIPBl8Bid99DGLFqA1p87M6lNgfjJHSBoWJJlidGOv5rWjyYKEB3g2Jw==", - "dependencies": { - "glob": "^7.1.1", - "npm-package-arg": "^4.0.0 || ^5.0.0 || ^6.0.0", - "promzard": "^0.3.0", - "read": "~1.0.1", - "read-package-json": "1 || 2", - "semver": "2.x || 3.x || 4 || 5", - "validate-npm-package-license": "^3.0.1", - "validate-npm-package-name": "^3.0.0" - } - }, - "node_modules/init-package-json/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/inline-style-parser": { - "version": "0.1.1", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" - }, - "node_modules/inline-style-prefixer": { - "version": "3.0.8", - "integrity": "sha1-hVG45bTVcyROZqNLBPfTIHaitTQ=", - "dependencies": { - "bowser": "^1.7.3", - "css-in-js-utils": "^2.0.0" - } - }, - "node_modules/inquirer": { - "version": "6.2.0", - "integrity": "sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==", - "dependencies": { - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.0", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.0", - "figures": "^2.0.0", - "lodash": "^4.17.10", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.1.0", - "string-width": "^2.1.0", - "strip-ansi": "^4.0.0", - "through": "^2.3.6" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/inquirer/node_modules/ansi-escapes": { - "version": "3.2.0", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/inquirer/node_modules/figures": { - "version": "2.0.0", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/string-width": { - "version": "2.1.1", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/internal-ip": { - "version": "4.3.0", - "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", - "dependencies": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/internal-slot": { - "version": "1.0.3", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/internmap": { - "version": "1.0.1", - "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==" - }, - "node_modules/interpret": { - "version": "1.4.0", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/invert-kv": { - "version": "3.0.1", - "integrity": "sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sindresorhus/invert-kv?sponsor=1" - } - }, - "node_modules/ip": { - "version": "1.1.5", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "node_modules/ip-regex": { - "version": "2.1.0", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", - "engines": { - "node": ">=4" - } - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-absolute-url": { - "version": "3.0.3", - "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-alphabetical": { - "version": "1.0.4", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "1.0.4", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "node_modules/is-callable": { - "version": "1.2.4", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-ci": { - "version": "2.0.0", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dependencies": { - "ci-info": "^2.0.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-core-module": { - "version": "2.8.0", - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-descriptor": { - "version": "1.0.0", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-decimal": { - "version": "1.0.4", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-descriptor": { - "version": "1.0.2", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-directory": { - "version": "0.3.1", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-dom": { - "version": "1.1.0", - "integrity": "sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==", - "dependencies": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - } - }, - "node_modules/is-extendable": { - "version": "1.0.1", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extendable/node_modules/is-plain-object": { - "version": "2.0.4", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finite": { - "version": "1.1.0", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-function": { - "version": "1.0.2", - "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" - }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-hexadecimal": { - "version": "1.0.4", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-lower-case": { - "version": "1.1.3", - "integrity": "sha1-fhR75HaNxGbbO/shzGCzHmrWk5M=", - "dependencies": { - "lower-case": "^1.1.0" - } - }, - "node_modules/is-map": { - "version": "2.0.2", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.1", - "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.6", - "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-obj": { - "version": "1.0.1", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-object": { - "version": "1.0.2", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-observable": { - "version": "1.1.0", - "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", - "dev": true, - "dependencies": { - "symbol-observable": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-path-cwd": { - "version": "2.2.0", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-path-in-cwd": { - "version": "2.1.0", - "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", - "dependencies": { - "is-path-inside": "^2.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-path-inside": { - "version": "2.1.0", - "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", - "dependencies": { - "path-is-inside": "^1.0.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" - }, - "node_modules/is-promise": { - "version": "2.2.2", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true - }, - "node_modules/is-redirect": { - "version": "1.0.0", - "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.1.4", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-regexp": { - "version": "1.0.0", - "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-retry-allowed": { - "version": "1.2.0", - "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-root": { - "version": "2.1.0", - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-scoped": { - "version": "1.0.0", - "integrity": "sha1-RJypgpnnEwOCViieyytUDcQ3yzA=", - "devOptional": true, - "dependencies": { - "scoped-regex": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-set": { - "version": "2.0.2", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.1", - "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-ssh": { - "version": "1.3.3", - "integrity": "sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==", - "dependencies": { - "protocols": "^1.1.0" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-subset": { - "version": "0.1.1", - "integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=" - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-text-path": { - "version": "1.0.1", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", - "dependencies": { - "text-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-upper-case": { - "version": "1.1.2", - "integrity": "sha1-jQsfp+eTOh5YSDYA7H2WYcuvdW8=", - "dependencies": { - "upper-case": "^1.1.0" - } - }, - "node_modules/is-utf8": { - "version": "0.2.1", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" - }, - "node_modules/is-weakref": { - "version": "1.0.1", - "integrity": "sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==", - "dependencies": { - "call-bind": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-whitespace-character": { - "version": "1.0.4", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-window": { - "version": "1.0.2", - "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=" - }, - "node_modules/is-windows": { - "version": "1.0.2", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-word-character": { - "version": "1.0.4", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - }, - "node_modules/isbinaryfile": { - "version": "4.0.8", - "integrity": "sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==", - "engines": { - "node": ">= 8.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/gjtorikian/" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/isobject": { - "version": "3.0.1", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isomorphic-fetch": { - "version": "2.2.1", - "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", - "dependencies": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - } - }, - "node_modules/isomorphic-fetch/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isomorphic-fetch/node_modules/node-fetch": { - "version": "1.7.3", - "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", - "dependencies": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "node_modules/isstream": { - "version": "0.1.2", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "5.0.4", - "integrity": "sha512-W6jJF9rLGEISGoCyXRqa/JCGQGmmxPO10TMu7izaUTynxvBvTjqzAIIGCK9USBmIbQAaSWD6XJPrM9Pv5INknw==", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/istanbul-lib-report/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-reports": { - "version": "3.0.5", - "integrity": "sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==", - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istextorbinary": { - "version": "2.6.0", - "integrity": "sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==", - "dependencies": { - "binaryextensions": "^2.1.2", - "editions": "^2.2.0", - "textextensions": "^2.5.0" - }, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/iterall": { - "version": "1.1.3", - "integrity": "sha512-Cu/kb+4HiNSejAPhSaN1VukdNTTi/r4/e+yykqjlG/IW+1gZH5b4+Bq3whDX4tvbYugta3r8KTMUiqT3fIGxuQ==" - }, - "node_modules/iterate-iterator": { - "version": "1.0.2", - "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/iterate-value": { - "version": "1.0.2", - "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", - "dependencies": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/jake": { - "version": "10.8.2", - "integrity": "sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==", - "dependencies": { - "async": "0.9.x", - "chalk": "^2.4.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jake/node_modules/async": { - "version": "0.9.2", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" - }, - "node_modules/java-properties": { - "version": "1.0.2", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/jed": { - "version": "1.1.1", - "integrity": "sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ=" - }, - "node_modules/jest": { - "version": "26.6.3", - "integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==", - "dependencies": { - "@jest/core": "^26.6.3", - "import-local": "^3.0.2", - "jest-cli": "^26.6.3" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-changed-files": { - "version": "26.6.2", - "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==", - "dependencies": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-cli": { - "version": "26.6.3", - "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==", - "dependencies": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "26.6.3", - "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff": { - "version": "26.6.2", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-docblock": { - "version": "26.0.0", - "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==", - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-each": { - "version": "26.6.2", - "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==", - "dependencies": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-enzyme": { - "version": "7.1.2", - "integrity": "sha512-3tfaYAzO7qZSRrv+srQnfK16Vu5XwH/pHi8FpoqSHjKKngbHzXf7aBCBuWh8y3w0OtknHRfDMFrC60Khj+g1hA==", - "dependencies": { - "jest-environment-jsdom": "^24.0.0" - }, - "peerDependencies": { - "enzyme": "3.x", - "jest": ">=22.0.0", - "react": "^0.13.0 || ^0.14.0 || ^15.0.0 || >=16.x" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/console": { - "version": "24.9.0", - "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==", - "dependencies": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/environment": { - "version": "24.9.0", - "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==", - "dependencies": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/fake-timers": { - "version": "24.9.0", - "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==", - "dependencies": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/source-map": { - "version": "24.9.0", - "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==", - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/test-result": { - "version": "24.9.0", - "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==", - "dependencies": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/transform": { - "version": "24.9.0", - "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@jest/types": { - "version": "24.9.0", - "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@types/istanbul-reports": { - "version": "1.1.2", - "integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==", - "dependencies": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/jest-environment-enzyme/node_modules/@types/stack-utils": { - "version": "1.0.1", - "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==" - }, - "node_modules/jest-environment-enzyme/node_modules/@types/yargs": { - "version": "13.0.12", - "integrity": "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/jest-environment-enzyme/node_modules/acorn": { - "version": "5.7.4", - "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/acorn-globals": { - "version": "4.3.4", - "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==", - "dependencies": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - } - }, - "node_modules/jest-environment-enzyme/node_modules/acorn-globals/node_modules/acorn": { - "version": "6.4.2", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/acorn-walk": { - "version": "6.2.0", - "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/anymatch": { - "version": "2.0.0", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/jest-environment-enzyme/node_modules/babel-plugin-istanbul": { - "version": "5.2.0", - "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/cssom": { - "version": "0.3.8", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" - }, - "node_modules/jest-environment-enzyme/node_modules/cssstyle": { - "version": "1.4.0", - "integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==", - "dependencies": { - "cssom": "0.3.x" - } - }, - "node_modules/jest-environment-enzyme/node_modules/data-urls": { - "version": "1.1.0", - "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", - "dependencies": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/data-urls/node_modules/whatwg-url": { - "version": "7.1.0", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/jest-environment-enzyme/node_modules/domexception": { - "version": "1.0.1", - "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", - "dependencies": { - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/jest-environment-enzyme/node_modules/escape-string-regexp": { - "version": "2.0.0", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-enzyme/node_modules/escodegen": { - "version": "1.14.3", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/jest-environment-enzyme/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/fsevents": { - "version": "1.2.13", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/html-encoding-sniffer": { - "version": "1.0.2", - "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", - "dependencies": { - "whatwg-encoding": "^1.0.1" - } - }, - "node_modules/jest-environment-enzyme/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/istanbul-lib-coverage": { - "version": "2.0.5", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/istanbul-lib-instrument": { - "version": "3.3.0", - "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", - "dependencies": { - "@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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-environment-jsdom": { - "version": "24.9.0", - "integrity": "sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==", - "dependencies": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-haste-map": { - "version": "24.9.0", - "integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==", - "dependencies": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "engines": { - "node": ">= 6" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-message-util": { - "version": "24.9.0", - "integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-mock": { - "version": "24.9.0", - "integrity": "sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==", - "dependencies": { - "@jest/types": "^24.9.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-regex-util": { - "version": "24.9.0", - "integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-serializer": { - "version": "24.9.0", - "integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-util": { - "version": "24.9.0", - "integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==", - "dependencies": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jest-worker": { - "version": "24.9.0", - "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", - "dependencies": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/jsdom": { - "version": "11.12.0", - "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", - "dependencies": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/normalize-path": { - "version": "2.1.1", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-environment-enzyme/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/jest-environment-enzyme/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/read-pkg-up": { - "version": "4.0.0", - "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", - "dependencies": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/realpath-native": { - "version": "1.1.0", - "integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==", - "dependencies": { - "util.promisify": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/jest-environment-enzyme/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/jest-environment-enzyme/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/stack-utils": { - "version": "1.0.5", - "integrity": "sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==", - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-enzyme/node_modules/supports-color": { - "version": "6.1.0", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/test-exclude": { - "version": "5.2.3", - "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", - "dependencies": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-environment-enzyme/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/tough-cookie": { - "version": "2.5.0", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/jest-environment-enzyme/node_modules/tr46": { - "version": "1.0.1", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/jest-environment-enzyme/node_modules/webidl-conversions": { - "version": "4.0.2", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "node_modules/jest-environment-enzyme/node_modules/whatwg-url": { - "version": "6.5.0", - "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/jest-environment-enzyme/node_modules/write-file-atomic": { - "version": "2.4.1", - "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/jest-environment-enzyme/node_modules/ws": { - "version": "5.2.3", - "integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/jest-environment-jsdom": { - "version": "26.6.2", - "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==", - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-environment-node": { - "version": "26.6.2", - "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==", - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-enzyme": { - "version": "7.1.2", - "integrity": "sha512-j+jkph3t5hGBS12eOldpfsnERYRCHi4c/0KWPMnqRPoJJXvCpLIc5th1MHl0xDznQDXVU0AHUXg3rqMrf8vGpA==", - "dependencies": { - "enzyme-matchers": "^7.1.2", - "enzyme-to-json": "^3.3.0", - "jest-environment-enzyme": "^7.1.2" - }, - "peerDependencies": { - "enzyme": ">=3.4.0", - "jest": ">=22.0.0" - } - }, - "node_modules/jest-get-type": { - "version": "26.3.0", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-haste-map": { - "version": "26.6.2", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", - "dependencies": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "engines": { - "node": ">= 10.14.2" - }, - "optionalDependencies": { - "fsevents": "^2.1.2" - } - }, - "node_modules/jest-jasmine2": { - "version": "26.6.3", - "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==", - "dependencies": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-jasmine2/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-jasmine2/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-leak-detector": { - "version": "26.6.2", - "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==", - "dependencies": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-matcher-utils": { - "version": "26.6.2", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util": { - "version": "26.6.2", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-mock": { - "version": "26.6.2", - "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==", - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-mock-console": { - "version": "1.2.3", - "integrity": "sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg==", - "peerDependencies": { - "jest": ">= 22.4.2" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.2", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } - } - }, - "node_modules/jest-regex-util": { - "version": "26.0.0", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-resolve": { - "version": "26.6.2", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", - "dependencies": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-resolve-dependencies": { - "version": "26.6.3", - "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==", - "dependencies": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-resolve/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-resolve/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner": { - "version": "26.6.3", - "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==", - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime": { - "version": "26.6.3", - "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==", - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "bin": { - "jest-runtime": "bin/jest-runtime.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-runtime/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime/node_modules/strip-bom": { - "version": "4.0.0", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-serializer": { - "version": "26.6.2", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-snapshot": { - "version": "26.6.2", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", - "dependencies": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-snapshot/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-util": { - "version": "26.6.2", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-validate": { - "version": "26.6.2", - "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==", - "dependencies": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-validate/node_modules/camelcase": { - "version": "6.2.0", - "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-validate/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watcher": { - "version": "26.6.2", - "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==", - "dependencies": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-watcher/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker": { - "version": "26.6.2", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jquery": { - "version": "3.6.0", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" - }, - "node_modules/js-beautify": { - "version": "1.14.0", - "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", - "dependencies": { - "config-chain": "^1.1.12", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "nopt": "^5.0.0" - }, - "bin": { - "css-beautify": "js/bin/css-beautify.js", - "html-beautify": "js/bin/html-beautify.js", - "js-beautify": "js/bin/js-beautify.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/js-beautify/node_modules/nopt": { - "version": "5.0.0", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/js-string-escape": { - "version": "1.0.1", - "integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsbn": { - "version": "0.1.1", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "node_modules/jsdom": { - "version": "16.7.0", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "node_modules/jsdom/node_modules/acorn": { - "version": "8.5.0", - "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/jsdom/node_modules/parse5": { - "version": "6.0.1", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/jsesc": { - "version": "2.5.2", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "node_modules/json-schema": { - "version": "0.2.3", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "node_modules/json2mq": { - "version": "0.2.0", - "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=", - "dependencies": { - "string-convert": "^0.2.0" - } - }, - "node_modules/json3": { - "version": "3.3.3", - "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" - }, - "node_modules/json5": { - "version": "2.2.0", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json5/node_modules/minimist": { - "version": "1.2.5", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/jsonfile": { - "version": "6.1.0", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsonify": { - "version": "0.0.0", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", - "engines": { - "node": "*" - } - }, - "node_modules/jsonparse": { - "version": "1.3.1", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", - "engines": [ - "node >= 0.2.0" - ] - }, - "node_modules/JSONStream": { - "version": "1.3.5", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jsprim": { - "version": "1.4.1", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.2.1", - "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==", - "dependencies": { - "array-includes": "^3.1.3", - "object.assign": "^4.1.2" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/junit-report-builder": { - "version": "2.1.0", - "integrity": "sha512-Ioj5I4w18ZcHFaaisqCKdh1z+ipzN7sA2JB+h+WOlGcOMWm0FFN1dfxkgc2I4EXfhSP/mOfM3W43uFzEdz4sTw==", - "dev": true, - "dependencies": { - "date-format": "0.0.2", - "lodash": "^4.17.15", - "make-dir": "^1.3.0", - "xmlbuilder": "^10.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/junit-report-builder/node_modules/make-dir": { - "version": "1.3.0", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", - "dev": true, - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/junit-report-builder/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/junk": { - "version": "3.1.0", - "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/just-extend": { - "version": "4.2.1", - "integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==", - "dev": true - }, - "node_modules/kdbush": { - "version": "2.0.1", - "integrity": "sha512-9KqSdmWCkBIisFIGclT0FRagKhI7IVbMyUjsxCFG0Ly1Dg6whlxJ7b9lrq8ifk3X/fGeJzok1R75LQfZTfA5zQ==" - }, - "node_modules/killable": { - "version": "1.0.1", - "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" - }, - "node_modules/kind-of": { - "version": "6.0.3", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/klaw": { - "version": "1.3.1", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "optionalDependencies": { - "graceful-fs": "^4.1.9" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/klona": { - "version": "2.0.4", - "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.21", - "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==" - }, - "node_modules/language-tags": { - "version": "1.0.5", - "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=", - "dependencies": { - "language-subtag-registry": "~0.3.2" - } - }, - "node_modules/lazy-cache": { - "version": "2.0.2", - "integrity": "sha1-uRkKT5EzVGlIQIWfio9whNiCImQ=", - "devOptional": true, - "dependencies": { - "set-getter": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lazy-universal-dotenv": { - "version": "3.0.1", - "integrity": "sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==", - "dependencies": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "engines": { - "node": ">=6.0.0", - "npm": ">=6.0.0", - "yarn": ">=1.0.0" - } - }, - "node_modules/lcid": { - "version": "3.1.1", - "integrity": "sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==", - "dependencies": { - "invert-kv": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/left-pad": { - "version": "1.3.0", - "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==", - "deprecated": "use String.prototype.padStart()" - }, - "node_modules/lerna": { - "version": "3.22.1", - "integrity": "sha512-vk1lfVRFm+UuEFA7wkLKeSF7Iz13W+N/vFd48aW2yuS7Kv0RbNm2/qcDPV863056LMfkRlsEe+QYOw3palj5Lg==", - "dependencies": { - "@lerna/add": "3.21.0", - "@lerna/bootstrap": "3.21.0", - "@lerna/changed": "3.21.0", - "@lerna/clean": "3.21.0", - "@lerna/cli": "3.18.5", - "@lerna/create": "3.22.0", - "@lerna/diff": "3.21.0", - "@lerna/exec": "3.21.0", - "@lerna/import": "3.22.0", - "@lerna/info": "3.21.0", - "@lerna/init": "3.21.0", - "@lerna/link": "3.21.0", - "@lerna/list": "3.21.0", - "@lerna/publish": "3.22.1", - "@lerna/run": "3.21.0", - "@lerna/version": "3.22.1", - "import-local": "^2.0.0", - "npmlog": "^4.1.2" - }, - "bin": { - "lerna": "cli.js" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/lerna/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lerna/node_modules/import-local": { - "version": "2.0.0", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lerna/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lerna/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lerna/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lerna/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/lerna/node_modules/pkg-dir": { - "version": "3.0.0", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lerna/node_modules/resolve-cwd": { - "version": "2.0.0", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/lerna/node_modules/resolve-from": { - "version": "3.0.0", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/leven": { - "version": "3.1.0", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lines-and-columns": { - "version": "1.1.6", - "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" - }, - "node_modules/lint-staged": { - "version": "10.5.4", - "integrity": "sha512-EechC3DdFic/TdOPgj/RB3FicqE6932LTHCUm0Y2fsD9KGlLB+RwJl2q1IYBIvEsKzDOgn0D4gll+YxG5RsrKg==", - "dependencies": { - "chalk": "^4.1.0", - "cli-truncate": "^2.1.0", - "commander": "^6.2.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.2.0", - "dedent": "^0.7.0", - "enquirer": "^2.3.6", - "execa": "^4.1.0", - "listr2": "^3.2.2", - "log-symbols": "^4.0.0", - "micromatch": "^4.0.2", - "normalize-path": "^3.0.0", - "please-upgrade-node": "^3.2.0", - "string-argv": "0.3.1", - "stringify-object": "^3.3.0" - }, - "bin": { - "lint-staged": "bin/lint-staged.js" - }, - "funding": { - "url": "https://opencollective.com/lint-staged" - } - }, - "node_modules/lint-staged/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/lint-staged/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/lint-staged/node_modules/commander": { - "version": "6.2.1", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/lint-staged/node_modules/cosmiconfig": { - "version": "7.0.1", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/lint-staged/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/lint-staged/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lint-staged/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr": { - "version": "0.14.3", - "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", - "dev": true, - "dependencies": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/listr-silent-renderer": { - "version": "1.1.1", - "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr-update-renderer": { - "version": "0.5.0", - "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", - "dev": true, - "dependencies": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "listr": "^0.14.2" - } - }, - "node_modules/listr-update-renderer/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/ansi-styles": { - "version": "2.2.1", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/chalk": { - "version": "1.1.3", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/cli-truncate": { - "version": "0.2.1", - "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", - "dev": true, - "dependencies": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-update-renderer/node_modules/figures": { - "version": "1.7.0", - "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/log-symbols": { - "version": "1.0.2", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "dependencies": { - "chalk": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/slice-ansi": { - "version": "0.0.4", - "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/string-width": { - "version": "1.0.2", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/supports-color": { - "version": "2.0.0", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-verbose-renderer": { - "version": "0.5.0", - "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", - "dev": true, - "dependencies": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr-verbose-renderer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-verbose-renderer/node_modules/figures": { - "version": "2.0.0", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr2": { - "version": "3.12.2", - "integrity": "sha512-64xC2CJ/As/xgVI3wbhlPWVPx0wfTqbUAkpb7bjDi0thSWMqrf07UFhrfsGoo8YSXmF049Rp9C0cjLC8rZxK9A==", - "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^1.4.0", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rxjs": "^6.6.7", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "enquirer": ">= 2.3.0 < 3" - } - }, - "node_modules/listr2/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/listr2/node_modules/cli-cursor": { - "version": "3.1.0", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/log-update": { - "version": "4.0.0", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", - "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/listr2/node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/p-map": { - "version": "4.0.0", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/listr2/node_modules/restore-cursor": { - "version": "3.1.0", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/slice-ansi": { - "version": "4.0.0", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/listr2/node_modules/wrap-ansi": { - "version": "7.0.0", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/load-json-file": { - "version": "5.3.0", - "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", - "dependencies": { - "graceful-fs": "^4.1.15", - "parse-json": "^4.0.0", - "pify": "^4.0.1", - "strip-bom": "^3.0.0", - "type-fest": "^0.3.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/load-json-file/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/load-json-file/node_modules/type-fest": { - "version": "0.3.1", - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/loader-runner": { - "version": "2.4.0", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/loader-utils": { - "version": "1.4.0", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/loader-utils/node_modules/json5": { - "version": "1.0.1", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/locate-path": { - "version": "5.0.0", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash._baseisequal": { - "version": "3.0.7", - "integrity": "sha1-2AJfdjOdKTQnZ9zIh85cuVpbUfE=", - "dependencies": { - "lodash.isarray": "^3.0.0", - "lodash.istypedarray": "^3.0.0", - "lodash.keys": "^3.0.0" - } - }, - "node_modules/lodash._bindcallback": { - "version": "3.0.1", - "integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=" - }, - "node_modules/lodash._getnative": { - "version": "3.9.1", - "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=" - }, - "node_modules/lodash._reinterpolate": { - "version": "3.0.0", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" - }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "node_modules/lodash.escape": { - "version": "4.0.1", - "integrity": "sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=" - }, - "node_modules/lodash.flattendeep": { - "version": "4.4.0", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" - }, - "node_modules/lodash.get": { - "version": "4.4.2", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" - }, - "node_modules/lodash.isarguments": { - "version": "3.1.0", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" - }, - "node_modules/lodash.isarray": { - "version": "3.0.4", - "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=" - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" - }, - "node_modules/lodash.ismatch": { - "version": "4.4.0", - "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=" - }, - "node_modules/lodash.istypedarray": { - "version": "3.0.6", - "integrity": "sha1-yaR3SYYHUB2OhJTSg7h8OSgc72I=" - }, - "node_modules/lodash.keys": { - "version": "3.1.2", - "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", - "dependencies": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - } - }, - "node_modules/lodash.map": { - "version": "4.6.0", - "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=" - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" - }, - "node_modules/lodash.set": { - "version": "4.3.2", - "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=" - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "node_modules/lodash.template": { - "version": "4.5.0", - "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", - "dependencies": { - "lodash._reinterpolate": "^3.0.0", - "lodash.templatesettings": "^4.0.0" - } - }, - "node_modules/lodash.templatesettings": { - "version": "4.2.0", - "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", - "dependencies": { - "lodash._reinterpolate": "^3.0.0" - } - }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=" - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" - }, - "node_modules/lodash.zip": { - "version": "4.2.0", - "integrity": "sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=" - }, - "node_modules/log-symbols": { - "version": "4.1.0", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/log-update": { - "version": "2.3.0", - "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", - "dev": true, - "dependencies": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/ansi-escapes": { - "version": "3.2.0", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/string-width": { - "version": "2.1.1", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "3.0.1", - "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", - "dev": true, - "dependencies": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/loglevel": { - "version": "1.7.1", - "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==", - "engines": { - "node": ">= 0.6.0" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/loglevel" - } - }, - "node_modules/lolex": { - "version": "5.1.2", - "integrity": "sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==", - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/longest": { - "version": "1.0.1", - "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", - "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lower-case": { - "version": "1.1.4", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=" - }, - "node_modules/lower-case-first": { - "version": "1.0.2", - "integrity": "sha1-5dp8JvKacHO+AtUrrJmA5ZIq36E=", - "dependencies": { - "lower-case": "^1.1.2" - } - }, - "node_modules/lowercase-keys": { - "version": "1.0.1", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lowlight": { - "version": "1.20.0", - "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==", - "dependencies": { - "fault": "^1.0.0", - "highlight.js": "~10.7.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/lz-string": { - "version": "1.4.4", - "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=", - "bin": { - "lz-string": "bin/bin.js" - } - }, - "node_modules/macos-release": { - "version": "2.5.0", - "integrity": "sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/magic-string": { - "version": "0.22.5", - "integrity": "sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==", - "dependencies": { - "vlq": "^0.2.2" - } - }, - "node_modules/make-dir": { - "version": "2.1.0", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - }, - "node_modules/make-fetch-happen": { - "version": "5.0.2", - "integrity": "sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag==", - "dependencies": { - "agentkeepalive": "^3.4.1", - "cacache": "^12.0.0", - "http-cache-semantics": "^3.8.1", - "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "node-fetch-npm": "^2.0.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^4.0.0", - "ssri": "^6.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/agent-base": { - "version": "4.3.0", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", - "dependencies": { - "es6-promisify": "^5.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/debug": { - "version": "3.1.0", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/http-proxy-agent": { - "version": "2.1.0", - "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", - "dependencies": { - "agent-base": "4", - "debug": "3.1.0" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/make-fetch-happen/node_modules/https-proxy-agent": { - "version": "2.2.4", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", - "dependencies": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/make-fetch-happen/node_modules/lru-cache": { - "version": "5.1.1", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-fetch-happen/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/make-fetch-happen/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/makeerror": { - "version": "1.0.11", - "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=", - "dependencies": { - "tmpl": "1.0.x" - } - }, - "node_modules/map-age-cleaner": { - "version": "0.1.3", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "dependencies": { - "p-defer": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/map-obj": { - "version": "2.0.0", - "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", - "engines": { - "node": ">=4" - } - }, - "node_modules/map-or-similar": { - "version": "1.5.0", - "integrity": "sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=" - }, - "node_modules/map-visit": { - "version": "1.0.0", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mapbox-gl": { - "version": "0.53.1", - "integrity": "sha512-dTtW/qlkUowKGlqOhE8fqII2Tj4lcokvlZwUDLnkjy4uQ9zMFnVBULGeSzzTVkj9HtQZ3Zbey10/jmoVPV9t5w==", - "dependencies": { - "@mapbox/geojson-rewind": "^0.4.0", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^1.4.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.1.0", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.2", - "earcut": "^2.1.5", - "esm": "^3.0.84", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.0.0", - "grid-index": "^1.1.0", - "minimist": "0.0.8", - "murmurhash-js": "^1.0.0", - "pbf": "^3.0.5", - "potpack": "^1.0.1", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^6.0.1", - "tinyqueue": "^2.0.0", - "vt-pbf": "^3.1.1" - }, - "engines": { - "node": ">=6.4.0" - } - }, - "node_modules/mapbox-gl/node_modules/kdbush": { - "version": "3.0.0", - "integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==" - }, - "node_modules/mapbox-gl/node_modules/minimist": { - "version": "0.0.8", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" - }, - "node_modules/mapbox-gl/node_modules/supercluster": { - "version": "6.0.2", - "integrity": "sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw==", - "dependencies": { - "kdbush": "^3.0.0" - } - }, - "node_modules/markdown-escapes": { - "version": "1.0.4", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/match-sorter": { - "version": "6.3.1", - "integrity": "sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "remove-accents": "0.4.2" - } - }, - "node_modules/math-expression-evaluator": { - "version": "1.3.8", - "integrity": "sha512-9FbRY3i6U+CbHgrdNbAUaisjWTozkm1ZfupYQJiZ87NtYHk2Zh9DvxMgp/fifxVhqTLpd5fCCLossUbpZxGeKw==" - }, - "node_modules/mathfn": { - "version": "1.2.0", - "integrity": "sha512-QBcepxkFxuGk12q4G0KuNbuU3UCXhDROxWZllaNZSpBivkHl2z8qNvi7UGE/WLJt+c7GTC4jigYtur+JDL+40A==", - "deprecated": "Use cephes instead, for a more complete and well-tested module" - }, - "node_modules/md5.js": { - "version": "1.3.5", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/mdast-add-list-metadata": { - "version": "1.0.1", - "integrity": "sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==", - "dependencies": { - "unist-util-visit-parents": "1.1.2" - } - }, - "node_modules/mdast-squeeze-paragraphs": { - "version": "4.0.0", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", - "dependencies": { - "unist-util-remove": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions": { - "version": "4.0.0", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions/node_modules/unist-util-visit": { - "version": "2.0.3", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast": { - "version": "10.0.1", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": { - "version": "2.0.3", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdurl": { - "version": "1.0.1", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" - }, - "node_modules/media-typer": { - "version": "0.3.0", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mem": { - "version": "5.1.1", - "integrity": "sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw==", - "dependencies": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^2.1.0", - "p-is-promise": "^2.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/mem-fs": { - "version": "1.2.0", - "integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==", - "devOptional": true, - "dependencies": { - "through2": "^3.0.0", - "vinyl": "^2.0.1", - "vinyl-file": "^3.0.0" - } - }, - "node_modules/mem-fs-editor": { - "version": "7.1.0", - "integrity": "sha512-BH6QEqCXSqGeX48V7zu+e3cMwHU7x640NB8Zk8VNvVZniz+p4FK60pMx/3yfkzo6miI6G3a8pH6z7FeuIzqrzA==", - "dependencies": { - "commondir": "^1.0.1", - "deep-extend": "^0.6.0", - "ejs": "^3.1.5", - "glob": "^7.1.4", - "globby": "^9.2.0", - "isbinaryfile": "^4.0.0", - "mkdirp": "^1.0.0", - "multimatch": "^4.0.0", - "rimraf": "^3.0.0", - "through2": "^3.0.2", - "vinyl": "^2.2.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/mem-fs-editor/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/mem-fs-editor/node_modules/array-differ": { - "version": "3.0.0", - "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/mem-fs-editor/node_modules/arrify": { - "version": "2.0.1", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", - "engines": { - "node": ">=8" - } - }, - "node_modules/mem-fs-editor/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/dir-glob": { - "version": "2.2.2", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mem-fs-editor/node_modules/ejs": { - "version": "3.1.6", - "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==", - "dependencies": { - "jake": "^10.6.1" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/fast-glob": { - "version": "2.2.7", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mem-fs-editor/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/mem-fs-editor/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/globby": { - "version": "9.2.0", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", - "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/mem-fs-editor/node_modules/globby/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/mem-fs-editor/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs-editor/node_modules/mkdirp": { - "version": "1.0.4", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/mem-fs-editor/node_modules/multimatch": { - "version": "4.0.0", - "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", - "dependencies": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/mem-fs-editor/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mem-fs-editor/node_modules/path-type/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/mem-fs-editor/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/mem-fs-editor/node_modules/through2": { - "version": "3.0.2", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "node_modules/mem-fs-editor/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mem-fs/node_modules/through2": { - "version": "3.0.2", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "devOptional": true, - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "node_modules/memfs": { - "version": "3.3.0", - "integrity": "sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg==", - "dependencies": { - "fs-monkey": "1.0.3" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/memoize-one": { - "version": "5.2.1", - "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" - }, - "node_modules/memoizerific": { - "version": "1.11.3", - "integrity": "sha1-fIekZGREwy11Q4VwkF8tvRsagFo=", - "dependencies": { - "map-or-similar": "^1.5.0" - } - }, - "node_modules/memory-fs": { - "version": "0.2.0", - "integrity": "sha1-8rslNovBIeORwlIN6Slpyu4KApA=" - }, - "node_modules/meow": { - "version": "5.0.0", - "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/meow/node_modules/camelcase": { - "version": "4.1.0", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/meow/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/meow/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/read-pkg-up": { - "version": "3.0.0", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/meow/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/meow/node_modules/yargs-parser": { - "version": "10.1.0", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dependencies": { - "camelcase": "^4.1.0" - } - }, - "node_modules/merge": { - "version": "1.2.1", - "integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==" - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "node_modules/merge-source-map": { - "version": "1.0.4", - "integrity": "sha1-pd5GU42uhNQRTMXqArR3KmNGcB8=", - "dependencies": { - "source-map": "^0.5.6" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/merge2": { - "version": "1.4.1", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/microevent.ts": { - "version": "0.1.1", - "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==" - }, - "node_modules/micromatch": { - "version": "4.0.4", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", - "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/miller-rabin": { - "version": "4.0.1", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", - "dependencies": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "bin": { - "miller-rabin": "bin/miller-rabin" - } - }, - "node_modules/miller-rabin/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/mime": { - "version": "1.6.0", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.50.0", - "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.33", - "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", - "dependencies": { - "mime-db": "1.50.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/min-document": { - "version": "2.19.0", - "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", - "dependencies": { - "dom-walk": "^0.1.0" - } - }, - "node_modules/min-indent": { - "version": "1.0.1", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "node_modules/minimalistic-crypto-utils": { - "version": "1.0.1", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" - }, - "node_modules/minimatch": { - "version": "3.0.4", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.0", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" - }, - "node_modules/minimist-options": { - "version": "3.0.2", - "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/minipass": { - "version": "2.9.0", - "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", - "dependencies": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - } - }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-collect/node_modules/minipass": { - "version": "3.1.5", - "integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.1.5", - "integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.1.5", - "integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/minizlib": { - "version": "1.3.3", - "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", - "dependencies": { - "minipass": "^2.9.0" - } - }, - "node_modules/mississippi": { - "version": "3.0.0", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mississippi/node_modules/concat-stream": { - "version": "1.6.2", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/mississippi/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/mississippi/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/mississippi/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/mississippi/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mjolnir.js": { - "version": "2.6.0", - "integrity": "sha512-rGA7+BJKvXI0ypxQD/+rQE/sW26kmc8UIZWhmQrjhwCf/zvhbcBlsu2vPB6w0Kv/rVnVFEONTSQqC0vFEpQvIA==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "hammerjs": "^2.0.8" - }, - "engines": { - "node": ">= 4", - "npm": ">= 3" - } - }, - "node_modules/mkdirp": { - "version": "0.5.5", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/mkdirp-promise": { - "version": "5.0.1", - "integrity": "sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=", - "deprecated": "This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.", - "dependencies": { - "mkdirp": "*" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mkdirp/node_modules/minimist": { - "version": "1.2.5", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/modify-values": { - "version": "1.0.1", - "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/moment": { - "version": "2.29.1", - "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==", - "engines": { - "node": "*" - } - }, - "node_modules/moo": { - "version": "0.5.1", - "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==" - }, - "node_modules/move-concurrently": { - "version": "1.0.1", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", - "dependencies": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - } - }, - "node_modules/move-concurrently/node_modules/aproba": { - "version": "1.2.0", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/move-concurrently/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/multicast-dns": { - "version": "6.2.3", - "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", - "dependencies": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/multicast-dns-service-types": { - "version": "1.1.0", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" - }, - "node_modules/multimap": { - "version": "1.1.0", - "integrity": "sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==" - }, - "node_modules/multimatch": { - "version": "3.0.0", - "integrity": "sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==", - "dependencies": { - "array-differ": "^2.0.3", - "array-union": "^1.0.2", - "arrify": "^1.0.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/multimatch/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/murmurhash-js": { - "version": "1.0.0", - "integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=" - }, - "node_modules/mustache": { - "version": "4.2.0", - "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", - "bin": { - "mustache": "bin/mustache" - } - }, - "node_modules/mute-stream": { - "version": "0.0.7", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=" - }, - "node_modules/mz": { - "version": "2.7.0", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nan": { - "version": "2.15.0", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", - "optional": true - }, - "node_modules/nanoid": { - "version": "2.1.11", - "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==" - }, - "node_modules/nanomatch": { - "version": "1.2.13", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/native-url": { - "version": "0.2.6", - "integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==", - "dependencies": { - "querystring": "^0.2.0" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" - }, - "node_modules/nearley": { - "version": "2.20.1", - "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", - "dependencies": { - "commander": "^2.19.0", - "moo": "^0.5.0", - "railroad-diagrams": "^1.0.0", - "randexp": "0.4.6" - }, - "bin": { - "nearley-railroad": "bin/nearley-railroad.js", - "nearley-test": "bin/nearley-test.js", - "nearley-unparse": "bin/nearley-unparse.js", - "nearleyc": "bin/nearleyc.js" - }, - "funding": { - "type": "individual", - "url": "https://nearley.js.org/#give-to-nearley" - } - }, - "node_modules/nearley/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/negotiator": { - "version": "0.6.2", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/nested-error-stacks": { - "version": "2.1.0", - "integrity": "sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==" - }, - "node_modules/nice-try": { - "version": "1.0.5", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "node_modules/nise": { - "version": "4.1.0", - "integrity": "sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0", - "@sinonjs/fake-timers": "^6.0.0", - "@sinonjs/text-encoding": "^0.7.1", - "just-extend": "^4.0.2", - "path-to-regexp": "^1.7.0" - } - }, - "node_modules/nise/node_modules/isarray": { - "version": "0.0.1", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "node_modules/nise/node_modules/path-to-regexp": { - "version": "1.8.0", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "dev": true, - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/no-case": { - "version": "2.3.2", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", - "dependencies": { - "lower-case": "^1.1.1" - } - }, - "node_modules/no-proxy": { - "version": "1.0.3", - "integrity": "sha512-JPr13PIb/cENY5+WjuxzhQH74guHYPpyfk+7f7lR7SIpDE1kH0BL9jO7yztANg3jFT8jf58UEimbCBflW5UiTw==", - "dev": true, - "dependencies": { - "wildcard": "^1.1.2" - }, - "optionalDependencies": { - "url-parse": "^1.2.0" - } - }, - "node_modules/node-ask": { - "version": "1.0.1", - "integrity": "sha1-yqoQdsxY4DZCZ6CQPj6t+sFYOWs=", - "dev": true - }, - "node_modules/node-dir": { - "version": "0.1.17", - "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", - "dependencies": { - "minimatch": "^3.0.2" - }, - "engines": { - "node": ">= 0.10.5" - } - }, - "node_modules/node-environment-flags": { - "version": "1.0.6", - "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", - "dependencies": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" - } - }, - "node_modules/node-environment-flags/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/node-fetch": { - "version": "2.6.0", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/node-fetch-npm": { - "version": "2.0.4", - "integrity": "sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg==", - "dependencies": { - "encoding": "^0.1.11", - "json-parse-better-errors": "^1.0.0", - "safe-buffer": "^5.1.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/node-forge": { - "version": "0.10.0", - "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/node-gyp": { - "version": "5.1.1", - "integrity": "sha512-WH0WKGi+a4i4DUt2mHnvocex/xPLp9pYt5R6M2JdFB7pJ7Z34hveZ4nDTGTiLXCkitA9T8HFZjhinBCiVHYcWw==", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "mkdirp": "^0.5.1", - "nopt": "^4.0.1", - "npmlog": "^4.1.2", - "request": "^2.88.0", - "rimraf": "^2.6.3", - "semver": "^5.7.1", - "tar": "^4.4.12", - "which": "^1.3.1" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/node-gyp/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/node-gyp/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/node-gyp/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/node-int64": { - "version": "0.4.0", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" - }, - "node_modules/node-libs-browser": { - "version": "2.2.1", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", - "dependencies": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - } - }, - "node_modules/node-libs-browser/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/node-libs-browser/node_modules/punycode": { - "version": "1.4.1", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "node_modules/node-libs-browser/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/node-libs-browser/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/node-loggly-bulk": { - "version": "2.2.5", - "integrity": "sha512-N6RjZfjqwhAYwT9nM8PFKXpWfaGFaDHnzwj2JBgsNq04xsEZNGMlI+rds90p5/TTkYAS8Ya6tbJChXFRqTSmiA==", - "dev": true, - "dependencies": { - "json-stringify-safe": "5.0.x", - "moment": "^2.18.1", - "request": ">=2.76.0 <3.0.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/node-modules-regexp": { - "version": "1.0.0", - "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/node-notifier": { - "version": "8.0.2", - "integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==", - "optional": true, - "dependencies": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - } - }, - "node_modules/node-releases": { - "version": "2.0.0", - "integrity": "sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA==" - }, - "node_modules/nopt": { - "version": "4.0.3", - "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", - "dependencies": { - "abbrev": "1", - "osenv": "^0.1.4" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/normalize-package-data": { - "version": "3.0.3", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-url": { - "version": "6.1.0", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.24.2.tgz", - "integrity": "sha512-120p116CE8VMMZ+hk8IAb1inCPk4Dj3VZw29/n2g6UI77urJKVYb7FZUDW8hY+EBnfsjI/2yrobBgFyzo7YpVQ==", - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/ci-detect", - "@npmcli/config", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "ansicolors", - "ansistyles", - "archy", - "cacache", - "chalk", - "chownr", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minipass", - "minipass-pipeline", - "mkdirp", - "mkdirp-infer-owner", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "opener", - "pacote", - "parse-conflict-json", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "readdir-scoped-modules", - "rimraf", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], - "dependencies": { - "@isaacs/string-locale-compare": "*", - "@npmcli/arborist": "*", - "@npmcli/ci-detect": "*", - "@npmcli/config": "*", - "@npmcli/map-workspaces": "*", - "@npmcli/package-json": "*", - "@npmcli/run-script": "*", - "abbrev": "*", - "ansicolors": "*", - "ansistyles": "*", - "archy": "*", - "cacache": "*", - "chalk": "*", - "chownr": "*", - "cli-columns": "*", - "cli-table3": "*", - "columnify": "*", - "fastest-levenshtein": "*", - "glob": "*", - "graceful-fs": "*", - "hosted-git-info": "*", - "ini": "*", - "init-package-json": "*", - "is-cidr": "*", - "json-parse-even-better-errors": "*", - "libnpmaccess": "*", - "libnpmdiff": "*", - "libnpmexec": "*", - "libnpmfund": "*", - "libnpmhook": "*", - "libnpmorg": "*", - "libnpmpack": "*", - "libnpmpublish": "*", - "libnpmsearch": "*", - "libnpmteam": "*", - "libnpmversion": "*", - "make-fetch-happen": "*", - "minipass": "*", - "minipass-pipeline": "*", - "mkdirp": "*", - "mkdirp-infer-owner": "*", - "ms": "*", - "node-gyp": "*", - "nopt": "*", - "npm-audit-report": "*", - "npm-install-checks": "*", - "npm-package-arg": "*", - "npm-pick-manifest": "*", - "npm-profile": "*", - "npm-registry-fetch": "*", - "npm-user-validate": "*", - "npmlog": "*", - "opener": "*", - "pacote": "*", - "parse-conflict-json": "*", - "qrcode-terminal": "*", - "read": "*", - "read-package-json": "*", - "read-package-json-fast": "*", - "readdir-scoped-modules": "*", - "rimraf": "*", - "semver": "*", - "ssri": "*", - "tar": "*", - "text-table": "*", - "tiny-relative-date": "*", - "treeverse": "*", - "validate-npm-package-name": "*", - "which": "*", - "write-file-atomic": "*" - }, - "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm-api": { - "version": "1.0.1", - "integrity": "sha512-4sITrrzEbPcr0aNV28QyOmgn6C9yKiF8k92jn4buYAK8wmA5xo1qL3II5/gT1r7wxbXBflSduZ2K3FbtOrtGkA==", - "devOptional": true, - "dependencies": { - "clone-deep": "^4.0.1", - "download-stats": "^0.3.4", - "JSONStream": "^1.3.5", - "moment": "^2.24.0", - "node-fetch": "^2.6.0", - "paged-request": "^2.0.1" - }, - "engines": { - "node": ">=10.0" - } - }, - "node_modules/npm-bundled": { - "version": "1.1.2", - "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", - "dependencies": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/npm-lifecycle": { - "version": "3.1.5", - "integrity": "sha512-lDLVkjfZmvmfvpvBzA4vzee9cn+Me4orq0QF8glbswJVEbIcSNWib7qGOffolysc3teCqbbPZZkzbr3GQZTL1g==", - "dependencies": { - "byline": "^5.0.0", - "graceful-fs": "^4.1.15", - "node-gyp": "^5.0.2", - "resolve-from": "^4.0.0", - "slide": "^1.1.6", - "uid-number": "0.0.6", - "umask": "^1.1.0", - "which": "^1.3.1" - } - }, - "node_modules/npm-lifecycle/node_modules/resolve-from": { - "version": "4.0.0", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/npm-lifecycle/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==" - }, - "node_modules/npm-package-arg": { - "version": "6.1.1", - "integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==", - "dependencies": { - "hosted-git-info": "^2.7.1", - "osenv": "^0.1.5", - "semver": "^5.6.0", - "validate-npm-package-name": "^3.0.0" - } - }, - "node_modules/npm-package-arg/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/npm-package-arg/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/npm-packlist": { - "version": "1.4.8", - "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", - "dependencies": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/npm-pick-manifest": { - "version": "3.0.2", - "integrity": "sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==", - "dependencies": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" - } - }, - "node_modules/npm-pick-manifest/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/@gar/promisify": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/@isaacs/string-locale-compare": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "2.9.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@isaacs/string-locale-compare": "^1.0.1", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^1.0.2", - "@npmcli/metavuln-calculator": "^1.1.0", - "@npmcli/move-file": "^1.1.0", - "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^1.0.1", - "@npmcli/package-json": "^1.0.1", - "@npmcli/run-script": "^1.8.2", - "bin-links": "^2.2.1", - "cacache": "^15.0.3", - "common-ancestor-path": "^1.0.1", - "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "npm-install-checks": "^4.0.0", - "npm-package-arg": "^8.1.5", - "npm-pick-manifest": "^6.1.0", - "npm-registry-fetch": "^11.0.0", - "pacote": "^11.3.5", - "parse-conflict-json": "^1.1.1", - "proc-log": "^1.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^2.0.2", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "ssri": "^8.0.1", - "treeverse": "^1.0.4", - "walk-up-path": "^1.0.0" - }, - "bin": { - "arborist": "bin/index.js" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/@npmcli/ci-detect": { - "version": "1.3.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/config": { - "version": "2.3.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ini": "^2.0.0", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "semver": "^7.3.4", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/@npmcli/disparity-colors": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ansi-styles": "^4.3.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/@npmcli/fs": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "node_modules/npm/node_modules/@npmcli/git": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/promise-spawn": "^1.3.2", - "lru-cache": "^6.0.0", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^6.1.1", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - } - }, - "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "1.0.7", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - }, - "bin": { - "installed-package-contents": "index.js" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "1.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.1.6", - "minimatch": "^3.0.4", - "read-package-json-fast": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cacache": "^15.0.5", - "pacote": "^11.1.11", - "semver": "^7.3.2" - } - }, - "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.1" - } - }, - "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "1.3.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "infer-owner": "^1.0.4" - } - }, - "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "1.8.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/node-gyp": "^1.0.2", - "@npmcli/promise-spawn": "^1.3.2", - "node-gyp": "^7.1.0", - "read-package-json-fast": "^2.0.1" - } - }, - "node_modules/npm/node_modules/@tootallnate/once": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/abbrev": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/agent-base": { - "version": "6.0.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.1.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ajv": { - "version": "6.12.6", - "inBundle": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "2.1.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/npm/node_modules/ansicolors": { - "version": "0.3.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ansistyles": { - "version": "0.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/aproba": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/archy": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/are-we-there-yet": { - "version": "1.1.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/asap": { - "version": "2.0.6", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/asn1": { - "version": "0.2.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/npm/node_modules/assert-plus": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/asynckit": { - "version": "0.4.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/aws-sign2": { - "version": "0.7.0", - "inBundle": true, - "license": "Apache-2.0", - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/aws4": { - "version": "1.11.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "inBundle": true, - "license": "BSD-3-Clause", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/npm/node_modules/bin-links": { - "version": "2.2.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cmd-shim": "^4.0.1", - "mkdirp": "^1.0.3", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^2.0.0", - "rimraf": "^3.0.0", - "write-file-atomic": "^3.0.3" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/binary-extensions": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/builtins": { - "version": "1.0.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/cacache": { - "version": "15.3.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/caseless": { - "version": "0.12.0", - "inBundle": true, - "license": "Apache-2.0" - }, - "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/npm/node_modules/chownr": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/cidr-regex": { - "version": "3.1.1", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "ip-regex": "^4.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/clean-stack": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/cli-columns": { - "version": "3.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^2.0.0", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "object-assign": "^4.1.0", - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "colors": "^1.1.2" - } - }, - "node_modules/npm/node_modules/cli-table3/node_modules/ansi-regex": { - "version": "5.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/cli-table3/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/cli-table3/node_modules/string-width": { - "version": "4.2.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/cli-table3/node_modules/strip-ansi": { - "version": "6.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/clone": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/cmd-shim": { - "version": "4.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "mkdirp-infer-owner": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/code-point-at": { - "version": "1.1.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/color-convert": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/npm/node_modules/color-name": { - "version": "1.1.4", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/color-support": { - "version": "1.1.3", - "inBundle": true, - "license": "ISC", - "bin": { - "color-support": "bin.js" - } - }, - "node_modules/npm/node_modules/colors": { - "version": "1.4.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/npm/node_modules/columnify": { - "version": "1.5.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "strip-ansi": "^3.0.0", - "wcwidth": "^1.0.0" - } - }, - "node_modules/npm/node_modules/combined-stream": { - "version": "1.0.8", - "inBundle": true, - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/npm/node_modules/common-ancestor-path": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/concat-map": { - "version": "0.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/console-control-strings": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/core-util-is": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/dashdash": { - "version": "1.14.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/npm/node_modules/debug": { - "version": "4.3.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/debuglog": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/defaults": { - "version": "1.0.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clone": "^1.0.2" - } - }, - "node_modules/npm/node_modules/delayed-stream": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/npm/node_modules/delegates": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/dezalgo": { - "version": "1.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/diff": { - "version": "5.0.0", - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/npm/node_modules/ecc-jsbn": { - "version": "0.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/npm/node_modules/emoji-regex": { - "version": "8.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/encoding": { - "version": "0.1.13", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/npm/node_modules/env-paths": { - "version": "2.2.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/err-code": { - "version": "2.0.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/extend": { - "version": "3.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/extsprintf": { - "version": "1.3.0", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/fast-deep-equal": { - "version": "3.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.12", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/forever-agent": { - "version": "0.6.1", - "inBundle": true, - "license": "Apache-2.0", - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/fs.realpath": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/gauge": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.2", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.1", - "object-assign": "^4.1.1", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1 || ^2.0.0", - "strip-ansi": "^3.0.1 || ^4.0.0", - "wide-align": "^1.1.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/getpass": { - "version": "0.1.7", - "inBundle": true, - "license": "MIT", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/npm/node_modules/glob": { - "version": "7.2.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "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" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.8", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/har-schema": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/har-validator": { - "version": "5.1.5", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/hosted-git-info": { - "version": "4.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.0", - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/http-proxy-agent": { - "version": "4.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/http-signature": { - "version": "1.2.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/humanize-ms": { - "version": "1.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/npm/node_modules/iconv-lite": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ignore-walk": { - "version": "3.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/npm/node_modules/imurmurhash": { - "version": "0.1.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/npm/node_modules/indent-string": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/infer-owner": { - "version": "1.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/inflight": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/inherits": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/ini": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/init-package-json": { - "version": "2.0.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^8.1.5", - "promzard": "^0.3.0", - "read": "~1.0.1", - "read-package-json": "^4.1.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^3.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ip": { - "version": "1.1.5", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ip-regex": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-cidr": { - "version": "4.0.2", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "cidr-regex": "^3.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/is-core-module": { - "version": "2.7.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/npm/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/is-lambda": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/is-typedarray": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/isexe": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/isstream": { - "version": "0.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/jsbn": { - "version": "0.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/json-schema": { - "version": "0.2.3", - "inBundle": true - }, - "node_modules/npm/node_modules/json-schema-traverse": { - "version": "0.4.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.4", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/json-stringify-safe": { - "version": "5.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/jsonparse": { - "version": "1.3.1", - "engines": [ - "node >= 0.2.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/jsprim": { - "version": "1.4.1", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT", - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "node_modules/npm/node_modules/just-diff": { - "version": "3.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff-apply": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/libnpmaccess": { - "version": "4.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "minipass": "^3.1.1", - "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmdiff": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/disparity-colors": "^1.0.1", - "@npmcli/installed-package-contents": "^1.0.7", - "binary-extensions": "^2.2.0", - "diff": "^5.0.0", - "minimatch": "^3.0.4", - "npm-package-arg": "^8.1.4", - "pacote": "^11.3.4", - "tar": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmexec": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^2.3.0", - "@npmcli/ci-detect": "^1.3.0", - "@npmcli/run-script": "^1.8.4", - "chalk": "^4.1.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-package-arg": "^8.1.2", - "pacote": "^11.3.1", - "proc-log": "^1.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^2.0.2", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmfund": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^2.5.0" - } - }, - "node_modules/npm/node_modules/libnpmhook": { - "version": "6.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmorg": { - "version": "2.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmpack": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/run-script": "^1.8.3", - "npm-package-arg": "^8.1.0", - "pacote": "^11.2.6" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmpublish": { - "version": "4.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "normalize-package-data": "^3.0.2", - "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0", - "semver": "^7.1.3", - "ssri": "^8.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmsearch": { - "version": "3.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmteam": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/libnpmversion": { - "version": "1.2.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^2.0.7", - "@npmcli/run-script": "^1.8.4", - "json-parse-even-better-errors": "^2.3.1", - "semver": "^7.3.5", - "stringify-package": "^1.0.1" - } - }, - "node_modules/npm/node_modules/lru-cache": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/make-fetch-happen": { - "version": "9.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.2.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.2", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.0.0", - "ssri": "^8.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/mime-db": { - "version": "1.49.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/mime-types": { - "version": "2.1.32", - "inBundle": true, - "license": "MIT", - "dependencies": { - "mime-db": "1.49.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/minimatch": { - "version": "3.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/minipass": { - "version": "3.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-collect": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-fetch": { - "version": "1.4.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "optionalDependencies": { - "encoding": "^0.1.12" - } - }, - "node_modules/npm/node_modules/minipass-flush": { - "version": "1.0.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-json-stream": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "node_modules/npm/node_modules/minipass-pipeline": { - "version": "1.2.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized": { - "version": "1.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minizlib": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/mkdirp": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/mkdirp-infer-owner": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "infer-owner": "^1.0.4", - "mkdirp": "^1.0.3" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ms": { - "version": "2.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/mute-stream": { - "version": "0.0.8", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/negotiator": { - "version": "0.6.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/node-gyp": { - "version": "7.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.3", - "nopt": "^5.0.0", - "npmlog": "^4.1.2", - "request": "^2.88.2", - "rimraf": "^3.0.2", - "semver": "^7.3.2", - "tar": "^6.0.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": ">= 10.12.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/aproba": { - "version": "1.2.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/node-gyp/node_modules/gauge": { - "version": "2.7.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/npmlog": { - "version": "4.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/string-width": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/nopt": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/normalize-package-data": { - "version": "3.0.3", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-audit-report": { - "version": "2.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-bundled": { - "version": "1.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/npm/node_modules/npm-install-checks": { - "version": "4.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "semver": "^7.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/npm-package-arg": { - "version": "8.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^4.0.1", - "semver": "^7.3.4", - "validate-npm-package-name": "^3.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-packlist": { - "version": "2.2.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.6", - "ignore-walk": "^3.0.3", - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - }, - "bin": { - "npm-packlist": "bin/index.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "6.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-install-checks": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^8.1.2", - "semver": "^7.3.4" - } - }, - "node_modules/npm/node_modules/npm-profile": { - "version": "5.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^11.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "11.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "make-fetch-happen": "^9.0.1", - "minipass": "^3.1.3", - "minipass-fetch": "^1.3.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.0.0", - "npm-package-arg": "^8.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/npm-user-validate": { - "version": "1.0.1", - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/npmlog": { - "version": "5.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^2.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^3.0.0", - "set-blocking": "^2.0.0" - } - }, - "node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/number-is-nan": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/oauth-sign": { - "version": "0.9.0", - "inBundle": true, - "license": "Apache-2.0", - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/object-assign": { - "version": "4.1.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/once": { - "version": "1.4.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/opener": { - "version": "1.5.2", - "inBundle": true, - "license": "(WTFPL OR MIT)", - "bin": { - "opener": "bin/opener-bin.js" - } - }, - "node_modules/npm/node_modules/p-map": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/pacote": { - "version": "11.3.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^2.1.0", - "@npmcli/installed-package-contents": "^1.0.6", - "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^1.8.2", - "cacache": "^15.0.5", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.3", - "mkdirp": "^1.0.3", - "npm-package-arg": "^8.0.1", - "npm-packlist": "^2.1.4", - "npm-pick-manifest": "^6.0.0", - "npm-registry-fetch": "^11.0.0", - "promise-retry": "^2.0.1", - "read-package-json-fast": "^2.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.1.0" - }, - "bin": { - "pacote": "lib/bin.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/parse-conflict-json": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "just-diff": "^3.0.1", - "just-diff-apply": "^3.0.0" - } - }, - "node_modules/npm/node_modules/path-is-absolute": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/performance-now": { - "version": "2.1.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/proc-log": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-all-reject-late": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-inflight": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-retry": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/promzard": { - "version": "0.3.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "read": "1" - } - }, - "node_modules/npm/node_modules/psl": { - "version": "1.8.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/punycode": { - "version": "2.1.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/qrcode-terminal": { - "version": "0.12.0", - "inBundle": true, - "bin": { - "qrcode-terminal": "bin/qrcode-terminal.js" - } - }, - "node_modules/npm/node_modules/qs": { - "version": "6.5.2", - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/npm/node_modules/read": { - "version": "1.0.7", - "inBundle": true, - "license": "ISC", - "dependencies": { - "mute-stream": "~0.0.4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/read-cmd-shim": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/read-package-json": { - "version": "4.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.1", - "json-parse-even-better-errors": "^2.3.0", - "normalize-package-data": "^3.0.0", - "npm-normalize-package-bin": "^1.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/read-package-json-fast": { - "version": "2.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/readable-stream": { - "version": "3.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/readdir-scoped-modules": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "node_modules/npm/node_modules/request": { - "version": "2.88.2", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/request/node_modules/form-data": { - "version": "2.3.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/npm/node_modules/request/node_modules/tough-cookie": { - "version": "2.5.0", - "inBundle": true, - "license": "BSD-3-Clause", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/retry": { - "version": "0.12.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/npm/node_modules/rimraf": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/safe-buffer": { - "version": "5.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/safer-buffer": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/semver": { - "version": "7.3.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/set-blocking": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.3", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/smart-buffer": { - "version": "4.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks": { - "version": "2.6.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "6.1.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.1", - "socks": "^2.6.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", - "inBundle": true, - "license": "CC-BY-3.0" - }, - "node_modules/npm/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.10", - "inBundle": true, - "license": "CC0-1.0" - }, - "node_modules/npm/node_modules/sshpk": { - "version": "1.16.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ssri": { - "version": "8.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/string_decoder": { - "version": "1.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/npm/node_modules/string-width": { - "version": "2.1.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/string-width/node_modules/ansi-regex": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/string-width/node_modules/strip-ansi": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/stringify-package": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/strip-ansi": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/tar": { - "version": "6.1.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/text-table": { - "version": "0.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/tiny-relative-date": { - "version": "1.3.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/treeverse": { - "version": "1.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/tunnel-agent": { - "version": "0.6.0", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/tweetnacl": { - "version": "0.14.5", - "inBundle": true, - "license": "Unlicense" - }, - "node_modules/npm/node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "inBundle": true, - "license": "MIT", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/npm/node_modules/unique-filename": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/npm/node_modules/unique-slug": { - "version": "2.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/npm/node_modules/uri-js": { - "version": "4.4.1", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/npm/node_modules/util-deprecate": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/uuid": { - "version": "3.4.0", - "inBundle": true, - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/npm/node_modules/validate-npm-package-license": { - "version": "3.0.4", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "builtins": "^1.0.3" - } - }, - "node_modules/npm/node_modules/verror": { - "version": "1.10.0", - "engines": [ - "node >=0.6.0" - ], - "inBundle": true, - "license": "MIT", - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/wcwidth": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/npm/node_modules/which": { - "version": "2.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/wide-align": { - "version": "1.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^1.0.2 || 2" - } - }, - "node_modules/npm/node_modules/wrappy": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/write-file-atomic": { - "version": "3.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/npm/node_modules/yallist": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npmlog": { - "version": "4.1.2", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/nth-check": { - "version": "2.0.1", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/num2fraction": { - "version": "1.2.2", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" - }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nvd3": { - "version": "1.8.6", - "integrity": "sha1-LT66dL8zNjtRAevx0JPFmlOuc8Q=", - "peerDependencies": { - "d3": "^3.4.4" - } - }, - "node_modules/nvd3-fork": { - "version": "2.0.5", - "integrity": "sha512-Sq3q2rvR/9FJ35LVmqdQJAnfmD15BaIHSBg5wZZL/WLcq/nthff8ukabwFdbW0zeE1c/yPq+DKl6MxnUTR45DA==", - "peerDependencies": { - "d3": "^3.4.4" - } - }, - "node_modules/nwsapi": { - "version": "2.2.0", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "engines": { - "node": "*" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy": { - "version": "0.1.0", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-data-descriptor": { - "version": "0.1.4", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor": { - "version": "0.1.6", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.11.0", - "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.1.5", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-visit": { - "version": "1.0.1", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.2", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.5", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.5", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.3", - "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.8" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.hasown": { - "version": "1.1.0", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.values": { - "version": "1.1.5", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/objectorarray": { - "version": "1.0.5", - "integrity": "sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==" - }, - "node_modules/obuf": { - "version": "1.1.2", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - }, - "node_modules/octokit-pagination-methods": { - "version": "1.1.0", - "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==" - }, - "node_modules/on-finished": { - "version": "2.3.0", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/open": { - "version": "7.4.2", - "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", - "dependencies": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/opencollective-postinstall": { - "version": "2.0.3", - "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==", - "bin": { - "opencollective-postinstall": "index.js" - } - }, - "node_modules/opener": { - "version": "1.5.2", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", - "bin": { - "opener": "bin/opener-bin.js" - } - }, - "node_modules/openurl": { - "version": "1.1.1", - "integrity": "sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=", - "dev": true - }, - "node_modules/opn": { - "version": "5.5.0", - "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", - "dependencies": { - "is-wsl": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/opn/node_modules/is-wsl": { - "version": "1.1.0", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/optimal": { - "version": "4.3.0", - "integrity": "sha512-WzIbrg0hR3rZPspTIhYlTI2pFXo0+vsderjkJ4nuYj3FsHrdY6Q8EBaC5xhAb9vzwofZADLdSLqju+SlfxBD5w==", - "engines": { - "node": ">=10.10.0" - }, - "funding": { - "type": "ko-fi", - "url": "https://ko-fi.com/milesjohnson" - } - }, - "node_modules/optimist": { - "version": "0.3.7", - "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", - "dependencies": { - "wordwrap": "~0.0.2" - } - }, - "node_modules/optimist/node_modules/wordwrap": { - "version": "0.0.3", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/optionator": { - "version": "0.9.1", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/original": { - "version": "1.0.2", - "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", - "dependencies": { - "url-parse": "^1.4.3" - } - }, - "node_modules/os-browserify": { - "version": "0.3.0", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" - }, - "node_modules/os-homedir": { - "version": "1.0.2", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-locale": { - "version": "4.0.0", - "integrity": "sha512-HsSR1+2l6as4Wp2SGZxqLnuFHxVvh1Ir9pvZxyujsC13egZVe7P0YeBLN0ijQzM/twrO5To3ia3jzBXAvpMTEA==", - "dependencies": { - "execa": "^1.0.0", - "lcid": "^3.0.0", - "mem": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/os-locale/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/os-locale/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/os-locale/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/os-locale/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-locale/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/os-locale/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/os-locale/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/os-locale/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-locale/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-locale/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/os-name": { - "version": "3.1.0", - "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", - "dependencies": { - "macos-release": "^2.2.0", - "windows-release": "^3.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/osenv": { - "version": "0.1.5", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "node_modules/overlayscrollbars": { - "version": "1.13.1", - "integrity": "sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ==" - }, - "node_modules/p-all": { - "version": "2.1.0", - "integrity": "sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==", - "dependencies": { - "p-map": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-defer": { - "version": "1.0.0", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-each-series": { - "version": "2.2.0", - "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-event": { - "version": "4.2.0", - "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", - "dependencies": { - "p-timeout": "^3.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-filter": { - "version": "2.1.0", - "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", - "dependencies": { - "p-map": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-finally": { - "version": "1.0.0", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-is-promise": { - "version": "2.1.0", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "4.1.0", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-locate/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-map": { - "version": "2.1.0", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/p-map-series": { - "version": "1.0.0", - "integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=", - "dependencies": { - "p-reduce": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-pipe": { - "version": "1.2.0", - "integrity": "sha1-SxoROZoRUgpneQ7loMHViB1r7+k=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-queue": { - "version": "4.0.0", - "integrity": "sha512-3cRXXn3/O0o3+eVmUroJPSj/esxoEFIm0ZOno/T+NzG/VZgPOqQ8WKmlNqubSEpZmCIngEy34unkHGg83ZIBmg==", - "dependencies": { - "eventemitter3": "^3.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-reduce": { - "version": "1.0.0", - "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-retry": { - "version": "3.0.1", - "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", - "dependencies": { - "retry": "^0.12.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-retry/node_modules/retry": { - "version": "0.12.0", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "engines": { - "node": ">= 4" - } - }, - "node_modules/p-timeout": { - "version": "3.2.0", - "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", - "dependencies": { - "p-finally": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/p-waterfall": { - "version": "1.0.0", - "integrity": "sha1-ftlLPOszMngjU69qrhGqn8I1uwA=", - "dependencies": { - "p-reduce": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pad-component": { - "version": "0.0.1", - "integrity": "sha1-rR8izhvw/cDW3dkIrxfzUaQEuKw=" - }, - "node_modules/paged-request": { - "version": "2.0.2", - "integrity": "sha512-NWrGqneZImDdcMU/7vMcAOo1bIi5h/pmpJqe7/jdsy85BA/s5MSaU/KlpxwW/IVPmIwBcq2uKPrBWWhEWhtxag==", - "devOptional": true, - "dependencies": { - "axios": "^0.21.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pako": { - "version": "1.0.11", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" - }, - "node_modules/parallel-transform": { - "version": "1.2.0", - "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", - "dependencies": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - } - }, - "node_modules/parallel-transform/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/parallel-transform/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/parallel-transform/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/param-case": { - "version": "3.0.4", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/param-case/node_modules/dot-case": { - "version": "3.0.4", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/param-case/node_modules/lower-case": { - "version": "2.0.2", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/param-case/node_modules/no-case": { - "version": "3.0.4", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-asn1": { - "version": "5.1.6", - "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", - "dependencies": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - } - }, - "node_modules/parse-entities": { - "version": "1.2.2", - "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "node_modules/parse-github-repo-url": { - "version": "1.4.1", - "integrity": "sha1-nn2LslKmy2ukJZUGC3v23z28H1A=" - }, - "node_modules/parse-json": { - "version": "4.0.0", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/parse-ms": { - "version": "2.1.0", - "integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-passwd": { - "version": "1.0.0", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-path": { - "version": "4.0.3", - "integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", - "dependencies": { - "is-ssh": "^1.3.0", - "protocols": "^1.4.0", - "qs": "^6.9.4", - "query-string": "^6.13.8" - } - }, - "node_modules/parse-url": { - "version": "6.0.0", - "integrity": "sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==", - "dependencies": { - "is-ssh": "^1.3.0", - "normalize-url": "^6.1.0", - "parse-path": "^4.0.0", - "protocols": "^1.4.0" - } - }, - "node_modules/parse5": { - "version": "4.0.0", - "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==" - }, - "node_modules/parse5-htmlparser2-tree-adapter": { - "version": "6.0.1", - "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", - "dependencies": { - "parse5": "^6.0.1" - } - }, - "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { - "version": "6.0.1", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/parseurl": { - "version": "1.3.3", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascal-case": { - "version": "3.1.2", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/pascal-case/node_modules/lower-case": { - "version": "2.0.2", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/pascal-case/node_modules/no-case": { - "version": "3.0.4", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/pascalcase": { - "version": "0.1.1", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-browserify": { - "version": "0.0.1", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" - }, - "node_modules/path-case": { - "version": "2.1.1", - "integrity": "sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU=", - "dependencies": { - "no-case": "^2.2.0" - } - }, - "node_modules/path-dirname": { - "version": "1.0.2", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "node_modules/path-exists": { - "version": "4.0.0", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" - }, - "node_modules/path-key": { - "version": "3.1.1", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "2.4.0", - "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==", - "dev": true - }, - "node_modules/path-type": { - "version": "4.0.0", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/pbf": { - "version": "3.2.1", - "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", - "dependencies": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, - "node_modules/pbkdf2": { - "version": "3.1.2", - "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", - "dependencies": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "node_modules/picocolors": { - "version": "1.0.0", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.0", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.1", - "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", - "dependencies": { - "node-modules-regexp": "^1.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/pkg-dir": { - "version": "2.0.0", - "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", - "dependencies": { - "find-up": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "2.1.0", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "2.0.0", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "1.3.0", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "2.0.0", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/p-try": { - "version": "1.0.0", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-up": { - "version": "3.1.0", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-up/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/please-upgrade-node": { - "version": "3.2.0", - "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", - "dependencies": { - "semver-compare": "^1.0.0" - } - }, - "node_modules/pluralize": { - "version": "8.0.0", - "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/pn": { - "version": "1.1.0", - "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==" - }, - "node_modules/pnp-webpack-plugin": { - "version": "1.6.4", - "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", - "dependencies": { - "ts-pnp": "^1.1.6" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/polished": { - "version": "4.1.3", - "integrity": "sha512-ocPAcVBUOryJEKe0z2KLd1l9EBa1r5mSwlKpExmrLzsnIzJo4axsoU9O2BjOTkDGDT4mZ0WFE5XKTlR3nLnZOA==", - "dependencies": { - "@babel/runtime": "^7.14.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/portfinder": { - "version": "1.0.28", - "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", - "dependencies": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" - }, - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/portfinder/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss": { - "version": "7.0.39", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-flexbugs-fixes": { - "version": "4.2.1", - "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==", - "dependencies": { - "postcss": "^7.0.26" - } - }, - "node_modules/postcss-loader": { - "version": "4.3.0", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/postcss-loader/node_modules/cosmiconfig": { - "version": "7.0.1", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/postcss-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/postcss-loader/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/postcss-loader/node_modules/schema-utils": { - "version": "3.1.1", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "2.0.0", - "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", - "dependencies": { - "postcss": "^7.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "3.0.3", - "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", - "dependencies": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-scope": { - "version": "2.2.0", - "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", - "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-modules-values": { - "version": "3.0.0", - "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", - "dependencies": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.6", - "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.1.0", - "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" - }, - "node_modules/postcss/node_modules/picocolors": { - "version": "0.2.1", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" - }, - "node_modules/postcss/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/potpack": { - "version": "1.0.1", - "integrity": "sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw==" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prepend-http": { - "version": "1.0.4", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prettier": { - "version": "2.4.1", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dependencies": { - "fast-diff": "^1.1.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/pretty-bytes": { - "version": "5.6.0", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pretty-error": { - "version": "2.1.2", - "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "node_modules/pretty-format": { - "version": "26.6.2", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", - "dependencies": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/pretty-format/node_modules/react-is": { - "version": "17.0.2", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/pretty-hrtime": { - "version": "1.0.3", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pretty-ms": { - "version": "5.1.0", - "integrity": "sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw==", - "dependencies": { - "parse-ms": "^2.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/prismjs": { - "version": "1.25.0", - "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==" - }, - "node_modules/process": { - "version": "0.11.10", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/progress": { - "version": "2.0.3", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/progress-stream": { - "version": "2.0.0", - "integrity": "sha1-+sY6Cz0R3qy7CWmrzJOyFLzhntU=", - "dev": true, - "dependencies": { - "speedometer": "~1.0.0", - "through2": "~2.0.3" - } - }, - "node_modules/progress-stream/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "node_modules/progress-stream/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/progress-stream/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/progress-stream/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/promise": { - "version": "7.3.1", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "node_modules/promise-retry": { - "version": "1.1.1", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "dependencies": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/promise-retry/node_modules/retry": { - "version": "0.10.1", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", - "engines": { - "node": "*" - } - }, - "node_modules/promise.allsettled": { - "version": "1.0.5", - "integrity": "sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==", - "dependencies": { - "array.prototype.map": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "iterate-value": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/promise.prototype.finally": { - "version": "3.1.3", - "integrity": "sha512-EXRF3fC9/0gz4qkt/f5EP5iW4kj9oFpBICNpCNOb/52+8nlHIX07FPLbi/q4qYBQ1xZqivMzTpNQSnArVASolQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/promzard": { - "version": "0.3.0", - "integrity": "sha1-JqXW7ox97kyxIggwWs+5O6OCqe4=", - "dependencies": { - "read": "1" - } - }, - "node_modules/prop-types": { - "version": "15.7.2", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "node_modules/prop-types-exact": { - "version": "1.2.0", - "integrity": "sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==", - "dependencies": { - "has": "^1.0.3", - "object.assign": "^4.1.0", - "reflect.ownkeys": "^0.2.0" - } - }, - "node_modules/property-information": { - "version": "5.6.0", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "dependencies": { - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/proto-list": { - "version": "1.2.4", - "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=" - }, - "node_modules/protocol-buffers-schema": { - "version": "3.6.0", - "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" - }, - "node_modules/protocols": { - "version": "1.4.8", - "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==" - }, - "node_modules/protoduck": { - "version": "5.0.1", - "integrity": "sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==", - "dependencies": { - "genfun": "^5.0.0" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/prr": { - "version": "1.0.1", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" - }, - "node_modules/pseudomap": { - "version": "1.0.2", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" - }, - "node_modules/psl": { - "version": "1.8.0", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" - }, - "node_modules/public-encrypt": { - "version": "4.0.3", - "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", - "dependencies": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/public-encrypt/node_modules/bn.js": { - "version": "4.12.0", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/pump": { - "version": "3.0.0", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pumpify": { - "version": "1.5.1", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", - "dependencies": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - } - }, - "node_modules/pumpify/node_modules/pump": { - "version": "2.0.1", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/punycode": { - "version": "2.1.1", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/q": { - "version": "1.5.1", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, - "node_modules/qs": { - "version": "6.10.1", - "integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/query-string": { - "version": "6.14.1", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/querystring": { - "version": "0.2.1", - "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==", - "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/querystring-es3": { - "version": "0.2.1", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/querystringify": { - "version": "2.2.0", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "1.1.0", - "integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/quickselect": { - "version": "2.0.0", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" - }, - "node_modules/quote-stream": { - "version": "1.0.2", - "integrity": "sha1-hJY/jJwmuULhU/7rU6rnRlK34LI=", - "dependencies": { - "buffer-equal": "0.0.1", - "minimist": "^1.1.3", - "through2": "^2.0.0" - }, - "bin": { - "quote-stream": "bin/cmd.js" - } - }, - "node_modules/quote-stream/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/quote-stream/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/quote-stream/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/quote-stream/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/raf": { - "version": "3.4.1", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "dependencies": { - "performance-now": "^2.1.0" - } - }, - "node_modules/railroad-diagrams": { - "version": "1.0.0", - "integrity": "sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=" - }, - "node_modules/ramda": { - "version": "0.27.1", - "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==" - }, - "node_modules/randexp": { - "version": "0.4.6", - "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", - "dependencies": { - "discontinuous-range": "1.0.0", - "ret": "~0.1.10" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/randomfill": { - "version": "1.0.4", - "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", - "dependencies": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.4.0", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-loader": { - "version": "4.0.2", - "integrity": "sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/raw-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/raw-loader/node_modules/schema-utils": { - "version": "3.1.1", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/react": { - "version": "16.14.0", - "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils": { - "version": "11.0.4", - "integrity": "sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==", - "dependencies": { - "@babel/code-frame": "7.10.4", - "address": "1.1.2", - "browserslist": "4.14.2", - "chalk": "2.4.2", - "cross-spawn": "7.0.3", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "2.0.0", - "filesize": "6.1.0", - "find-up": "4.1.0", - "fork-ts-checker-webpack-plugin": "4.1.6", - "global-modules": "2.0.0", - "globby": "11.0.1", - "gzip-size": "5.1.1", - "immer": "8.0.1", - "is-root": "2.1.0", - "loader-utils": "2.0.0", - "open": "^7.0.2", - "pkg-up": "3.1.0", - "prompts": "2.4.0", - "react-error-overlay": "^6.0.9", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "strip-ansi": "6.0.0", - "text-table": "0.2.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/react-dev-utils/node_modules/@babel/code-frame": { - "version": "7.10.4", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", - "dependencies": { - "@babel/highlight": "^7.10.4" - } - }, - "node_modules/react-dev-utils/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/browserslist": { - "version": "4.14.2", - "integrity": "sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==", - "dependencies": { - "caniuse-lite": "^1.0.30001125", - "electron-to-chromium": "^1.3.564", - "escalade": "^3.0.2", - "node-releases": "^1.1.61" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - }, - "node_modules/react-dev-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dependencies": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" - } - }, - "node_modules/react-dev-utils/node_modules/globby": { - "version": "11.0.1", - "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/react-dev-utils/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dev-utils/node_modules/node-releases": { - "version": "1.1.77", - "integrity": "sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==" - }, - "node_modules/react-dev-utils/node_modules/prompts": { - "version": "2.4.0", - "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/react-dev-utils/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/react-dev-utils/node_modules/slash": { - "version": "3.0.0", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/strip-ansi": { - "version": "6.0.0", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/react-dev-utils/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-docgen": { - "version": "5.4.0", - "integrity": "sha512-JBjVQ9cahmNlfjMGxWUxJg919xBBKAoy3hgDgKERbR+BcF4ANpDuzWAScC7j27hZfd8sJNmMPOLWo9+vB/XJEQ==", - "dependencies": { - "@babel/core": "^7.7.5", - "@babel/generator": "^7.12.11", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "estree-to-babel": "^3.1.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "bin": { - "react-docgen": "bin/react-docgen.js" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/react-docgen-typescript": { - "version": "2.1.1", - "integrity": "sha512-XWe8bsYqVjxciKdpNoufaHiB7FgUHIOnVQgxUolRL3Zlof2zkdTzuQH6SU2n3Ek9kfy3O1c63ojMtNfpiuNeZQ==", - "peerDependencies": { - "typescript": ">= 4.3.x" - } - }, - "node_modules/react-docgen/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/react-dom": { - "version": "16.14.0", - "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "peerDependencies": { - "react": "^16.14.0" - } - }, - "node_modules/react-error-boundary": { - "version": "1.2.5", - "integrity": "sha512-5CPSeLJA2igJNppAgFRwnTL9aK3ojenk65enNzhVyoxYNbHpIJXnChUO7+4vPhkncRA9wvQMXq6Azp2XeXd+iQ==", - "peerDependencies": { - "react": "^16.0.0-beta.1" - } - }, - "node_modules/react-error-overlay": { - "version": "6.0.9", - "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" - }, - "node_modules/react-fast-compare": { - "version": "3.2.0", - "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" - }, - "node_modules/react-input-autosize": { - "version": "2.2.2", - "integrity": "sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==", - "dependencies": { - "prop-types": "^15.5.8" - }, - "peerDependencies": { - "react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, - "node_modules/react-loadable": { - "version": "5.5.0", - "integrity": "sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==", - "dependencies": { - "prop-types": "^15.5.0" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-map-gl": { - "version": "4.1.16", - "integrity": "sha512-EtiHCeqM69wKR9RDyLvtk6pTPS5+OFeAPIsYw6afnlGTauFAq3iD40SHuAOElgoJmm7J+cjPfHqu7m7tB4/FfA==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "mapbox-gl": "~0.54.0", - "mjolnir.js": "^2.2.0", - "prop-types": "^15.7.2", - "react-virtualized-auto-sizer": "^1.0.2", - "viewport-mercator-project": "^6.2.1" - }, - "engines": { - "node": ">= 4", - "npm": ">= 3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/react-map-gl/node_modules/esm": { - "version": "3.0.84", - "integrity": "sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/react-map-gl/node_modules/kdbush": { - "version": "3.0.0", - "integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==" - }, - "node_modules/react-map-gl/node_modules/mapbox-gl": { - "version": "0.54.1", - "integrity": "sha512-HtY+HobYTHTsFOJ3buTHtNvZv/Tjfp0vararhEWCjI7wQq8XxK16sEpsXucokrAhuu94js4KJylo13bKJx6l0Q==", - "dependencies": { - "@mapbox/geojson-rewind": "^0.4.0", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^1.4.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.1.0", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.2", - "earcut": "^2.1.5", - "esm": "~3.0.84", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.0.0", - "grid-index": "^1.1.0", - "minimist": "0.0.8", - "murmurhash-js": "^1.0.0", - "pbf": "^3.0.5", - "potpack": "^1.0.1", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^6.0.1", - "tinyqueue": "^2.0.0", - "vt-pbf": "^3.1.1" - }, - "engines": { - "node": ">=6.4.0" - } - }, - "node_modules/react-map-gl/node_modules/minimist": { - "version": "0.0.8", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" - }, - "node_modules/react-map-gl/node_modules/react-virtualized-auto-sizer": { - "version": "1.0.6", - "integrity": "sha512-7tQ0BmZqfVF6YYEWcIGuoR3OdYe8I/ZFbNclFlGOC3pMqunkYF/oL30NCjSGl9sMEb17AnzixDz98Kqc3N76HQ==", - "engines": { - "node": ">8.0.0" - }, - "peerDependencies": { - "react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0", - "react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0" - } - }, - "node_modules/react-map-gl/node_modules/supercluster": { - "version": "6.0.2", - "integrity": "sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw==", - "dependencies": { - "kdbush": "^3.0.0" - } - }, - "node_modules/react-markdown": { - "version": "4.3.1", - "integrity": "sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw==", - "dependencies": { - "html-to-react": "^1.3.4", - "mdast-add-list-metadata": "1.0.1", - "prop-types": "^15.7.2", - "react-is": "^16.8.6", - "remark-parse": "^5.0.0", - "unified": "^6.1.5", - "unist-util-visit": "^1.3.0", - "xtend": "^4.0.1" - }, - "peerDependencies": { - "react": "^15.0.0 || ^16.0.0" - } - }, - "node_modules/react-move": { - "version": "2.9.1", - "integrity": "sha512-5qKYsJrKKpSypEaaYyR2HBbBgX65htRqKDa8o5OGDkq2VfklmTCbLawtYFpdmcJRqbz4jCYpzo2Rrsazq9HA8Q==", - "dependencies": { - "@babel/runtime": "^7.2.0", - "d3-interpolate": "^1.3.2", - "d3-timer": "^1.0.9", - "prop-types": "^15.6.2", - "react-lifecycles-compat": "^3.0.4" - }, - "peerDependencies": { - "react": "^15.4.0 || ^16.0.0" - } - }, - "node_modules/react-refresh": { - "version": "0.8.3", - "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-resizable": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-3.0.4.tgz", - "integrity": "sha512-StnwmiESiamNzdRHbSSvA65b0ZQJ7eVQpPusrSmcpyGKzC0gojhtO62xxH6YOBmepk9dQTBi9yxidL3W4s3EBA==", - "dependencies": { - "prop-types": "15.x", - "react-draggable": "^4.0.3" - }, - "peerDependencies": { - "react": ">= 16.3" - } - }, - "node_modules/react-resizable/node_modules/react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "dependencies": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": ">= 16.3.0", - "react-dom": ">= 16.3.0" - } - }, - "node_modules/react-select": { - "version": "1.3.0", - "integrity": "sha512-g/QAU1HZrzSfxkwMAo/wzi6/ezdWye302RGZevsATec07hI/iSxcpB1hejFIp7V63DJ8mwuign6KmB3VjdlinQ==", - "dependencies": { - "classnames": "^2.2.4", - "prop-types": "^15.5.8", - "react-input-autosize": "^2.1.2" - }, - "peerDependencies": { - "react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0", - "react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" - } - }, - "node_modules/react-sizeme": { - "version": "3.0.2", - "integrity": "sha512-xOIAOqqSSmKlKFJLO3inBQBdymzDuXx4iuwkNcJmC96jeiOg5ojByvL+g3MW9LPEsojLbC6pf68zOfobK8IPlw==", - "dependencies": { - "element-resize-detector": "^1.2.2", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^3.0.1" - } - }, - "node_modules/react-sortablejs": { - "version": "6.0.0", - "integrity": "sha512-vzi+TWOnofcYg+dYnC/Iz/ZZkBGG76uM6KaLwuAqBk0349JQxIy3PZizbK0TJdLlK6NnLt4CiEyyQXSSnVYvEw==", - "dependencies": { - "classnames": "^2.2.6", - "tiny-invariant": "^1.1.0" - }, - "peerDependencies": { - "@types/sortablejs": "^1.10.0", - "react": "^16.9.0", - "react-dom": "^16.9.0", - "sortablejs": "^1.10.0" - } - }, - "node_modules/react-split-pane": { - "version": "0.1.92", - "integrity": "sha512-GfXP1xSzLMcLJI5BM36Vh7GgZBpy+U/X0no+VM3fxayv+p1Jly5HpMofZJraeaMl73b3hvlr+N9zJKvLB/uz9w==", - "dependencies": { - "prop-types": "^15.7.2", - "react-lifecycles-compat": "^3.0.4", - "react-style-proptype": "^3.2.2" - }, - "peerDependencies": { - "react": "^16.0.0-0", - "react-dom": "^16.0.0-0" - } - }, - "node_modules/react-style-proptype": { - "version": "3.2.2", - "integrity": "sha512-ywYLSjNkxKHiZOqNlso9PZByNEY+FTyh3C+7uuziK0xFXu9xzdyfHwg4S9iyiRRoPCR4k2LqaBBsWVmSBwCWYQ==", - "dependencies": { - "prop-types": "^15.5.4" - } - }, - "node_modules/react-table": { - "version": "7.7.0", - "integrity": "sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^16.8.3 || ^17.0.0-0" - } - }, - "node_modules/react-test-renderer": { - "version": "16.14.0", - "integrity": "sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==", - "dependencies": { - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "react-is": "^16.8.6", - "scheduler": "^0.19.1" - }, - "peerDependencies": { - "react": "^16.14.0" - } - }, - "node_modules/react-with-styles": { - "version": "1.4.0", - "integrity": "sha1-oFsxHoK0mx5pt4evgtCinG4rBzE=", - "dependencies": { - "deepmerge": "^1.3.2", - "global-cache": "^1.2.0", - "hoist-non-react-statics": "^1.2.0", - "prop-types": "^15.5.8" - }, - "peerDependencies": { - "react": ">=0.14" - } - }, - "node_modules/react-with-styles-interface-aphrodite": { - "version": "1.2.0", - "integrity": "sha1-IqCn05LY+RqJH3ItTJkvTID1oSk=", - "dependencies": { - "array-flatten": "^2.1.0", - "has": "^1.0.1" - }, - "peerDependencies": { - "aphrodite": ">=0.5.0" - } - }, - "node_modules/react-with-styles/node_modules/deepmerge": { - "version": "1.5.2", - "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-with-styles/node_modules/hoist-non-react-statics": { - "version": "1.2.0", - "integrity": "sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs=" - }, - "node_modules/reactable": { - "version": "1.1.0", - "integrity": "sha512-SnvZ3CXyFFxGotw9cqNiVUGb2oW16UlIypGQZRJGgPiJuFqW22jO7A+Y/Tvv8no8F/bZoLdZ+QJP7eZfcc9kCw==", - "peerDependencies": { - "react": "* || ^0.14.0" - } - }, - "node_modules/reactable-arc": { - "version": "0.15.0", - "integrity": "sha512-XH1mryI/xvbYb3lCVOU3rx/KRacDE0PDa45KazL/PPTM0AgPZ/awVmCAxRi179BpjbStk7cgCyFjI2oYJ28E8A==", - "peerDependencies": { - "react": "* || ^0.14.0" - } - }, - "node_modules/read": { - "version": "1.0.7", - "integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=", - "dependencies": { - "mute-stream": "~0.0.4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/read-chunk": { - "version": "3.2.0", - "integrity": "sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==", - "dependencies": { - "pify": "^4.0.1", - "with-open-file": "^0.1.6" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/read-chunk/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/read-cmd-shim": { - "version": "1.0.5", - "integrity": "sha512-v5yCqQ/7okKoZZkBQUAfTsQ3sVJtXdNfbPnI5cceppoxEVLYA3k+VtV2omkeo8MS94JCy4fSiUwlRBAwCVRPUA==", - "dependencies": { - "graceful-fs": "^4.1.2" - } - }, - "node_modules/read-package-json": { - "version": "2.1.2", - "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", - "dependencies": { - "glob": "^7.1.1", - "json-parse-even-better-errors": "^2.3.0", - "normalize-package-data": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0" - } - }, - "node_modules/read-package-json/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/read-package-json/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-package-json/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/read-package-tree": { - "version": "5.3.1", - "integrity": "sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw==", - "dependencies": { - "read-package-json": "^2.0.0", - "readdir-scoped-modules": "^1.0.0", - "util-promisify": "^2.1.0" - } - }, - "node_modules/read-pkg": { - "version": "3.0.0", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dependencies": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/read-pkg-up/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg-up/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/read-pkg": { - "version": "5.2.0", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/read-pkg/node_modules/load-json-file": { - "version": "4.0.0", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/readable-stream": { - "version": "3.6.0", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdir-scoped-modules": { - "version": "1.1.0", - "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", - "dependencies": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/realpath-native": { - "version": "2.0.0", - "integrity": "sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/rechoir": { - "version": "0.6.2", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dependencies": { - "resolve": "^1.1.6" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/recursive-readdir": { - "version": "2.2.2", - "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", - "dependencies": { - "minimatch": "3.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/redent": { - "version": "2.0.0", - "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", - "dependencies": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/redent/node_modules/strip-indent": { - "version": "2.0.0", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/redeyed": { - "version": "0.4.4", - "integrity": "sha1-N+mQpvKyGyoRwuakj9QTVpjLqX8=", - "dependencies": { - "esprima": "~1.0.4" - } - }, - "node_modules/redeyed/node_modules/esprima": { - "version": "1.0.4", - "integrity": "sha1-n1V+CPw7TSbs6d00+Pv0drYlha0=", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/reduce-css-calc": { - "version": "1.3.0", - "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=", - "dependencies": { - "balanced-match": "^0.4.2", - "math-expression-evaluator": "^1.2.14", - "reduce-function-call": "^1.0.1" - } - }, - "node_modules/reduce-css-calc/node_modules/balanced-match": { - "version": "0.4.2", - "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" - }, - "node_modules/reduce-function-call": { - "version": "1.0.3", - "integrity": "sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/reflect.ownkeys": { - "version": "0.2.0", - "integrity": "sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=" - }, - "node_modules/refractor": { - "version": "3.5.0", - "integrity": "sha512-QwPJd3ferTZ4cSPPjdP5bsYHMytwWYnAN5EEnLtGvkqp/FCCnGsBgxrm9EuIDnjUC3Uc/kETtvVi7fSIVC74Dg==", - "dependencies": { - "hastscript": "^6.0.0", - "parse-entities": "^2.0.0", - "prismjs": "~1.25.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/parse-entities": { - "version": "2.0.0", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "node_modules/regenerate-unicode-properties": { - "version": "9.0.0", - "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.9", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - }, - "node_modules/regenerator-transform": { - "version": "0.14.5", - "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regex-not": { - "version": "1.0.2", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/safe-regex": { - "version": "1.1.0", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dependencies": { - "ret": "~0.1.10" - } - }, - "node_modules/regexp-tree": { - "version": "0.1.24", - "integrity": "sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==", - "bin": { - "regexp-tree": "bin/regexp-tree" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.3.1", - "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexpp": { - "version": "3.2.0", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/regexpu-core": { - "version": "4.8.0", - "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==", - "dependencies": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^9.0.0", - "regjsgen": "^0.5.2", - "regjsparser": "^0.7.0", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsgen": { - "version": "0.5.2", - "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" - }, - "node_modules/regjsparser": { - "version": "0.7.0", - "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==", - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/relateurl": { - "version": "0.2.7", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/remark-footnotes": { - "version": "2.0.0", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx": { - "version": "1.6.22", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", - "dependencies": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/@babel/core": { - "version": "7.12.9", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "node_modules/remark-mdx/node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/remark-mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/remark-mdx/node_modules/is-buffer": { - "version": "2.0.5", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/remark-mdx/node_modules/is-plain-obj": { - "version": "2.1.0", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/remark-mdx/node_modules/parse-entities": { - "version": "2.0.0", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/remark-mdx/node_modules/remark-parse": { - "version": "8.0.3", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dependencies": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/remark-mdx/node_modules/unified": { - "version": "9.2.0", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/unist-util-remove-position": { - "version": "2.0.1", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/unist-util-visit": { - "version": "2.0.3", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/vfile": { - "version": "4.2.1", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/vfile-location": { - "version": "3.2.0", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/vfile-message": { - "version": "2.0.4", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-parse": { - "version": "5.0.0", - "integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==", - "dependencies": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - } - }, - "node_modules/remark-squeeze-paragraphs": { - "version": "4.0.0", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", - "dependencies": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remove-accents": { - "version": "0.4.2", - "integrity": "sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U=" - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "node_modules/renderkid": { - "version": "2.0.7", - "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - } - }, - "node_modules/renderkid/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/renderkid/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-element": { - "version": "1.1.4", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/repeating": { - "version": "2.0.1", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", - "dependencies": { - "is-finite": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/replace-ext": { - "version": "1.0.0", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/request": { - "version": "2.88.2", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/request-promise-core": { - "version": "1.1.4", - "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", - "dependencies": { - "lodash": "^4.17.19" - }, - "engines": { - "node": ">=0.10.0" - }, - "peerDependencies": { - "request": "^2.34" - } - }, - "node_modules/request-promise-native": { - "version": "1.0.9", - "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==", - "deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142", - "dependencies": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "engines": { - "node": ">=0.12.0" - }, - "peerDependencies": { - "request": "^2.34" - } - }, - "node_modules/request-promise-native/node_modules/tough-cookie": { - "version": "2.5.0", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/request/node_modules/form-data": { - "version": "2.3.3", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/request/node_modules/qs": { - "version": "6.5.2", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/request/node_modules/tough-cookie": { - "version": "2.5.0", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/request/node_modules/uuid": { - "version": "3.4.0", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "node_modules/require-package-name": { - "version": "2.0.1", - "integrity": "sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk=" - }, - "node_modules/requireindex": { - "version": "1.2.0", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", - "engines": { - "node": ">=0.10.5" - } - }, - "node_modules/requires-port": { - "version": "1.0.0", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "node_modules/reselect": { - "version": "4.0.0", - "integrity": "sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA==" - }, - "node_modules/reserved-words": { - "version": "0.1.2", - "integrity": "sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=" - }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, - "node_modules/resolve": { - "version": "1.20.0", - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", - "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-dir": { - "version": "1.0.1", - "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", - "dependencies": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve-dir/node_modules/global-modules": { - "version": "1.0.0", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "dependencies": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve-dir/node_modules/global-prefix": { - "version": "1.0.2", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", - "dependencies": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve-dir/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/resolve-from": { - "version": "5.0.0", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-global": { - "version": "1.0.0", - "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", - "dependencies": { - "global-dirs": "^0.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-pkg": { - "version": "2.0.0", - "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==", - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-protobuf-schema": { - "version": "2.1.0", - "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", - "dependencies": { - "protocol-buffers-schema": "^3.3.1" - } - }, - "node_modules/resolve-url": { - "version": "0.2.1", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "deprecated": "https://github.com/lydell/resolve-url#deprecated" - }, - "node_modules/restore-cursor": { - "version": "2.0.0", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "dependencies": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/restore-cursor/node_modules/mimic-fn": { - "version": "1.2.0", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/restore-cursor/node_modules/onetime": { - "version": "2.0.1", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "dependencies": { - "mimic-fn": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ret": { - "version": "0.1.15", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/retry": { - "version": "0.13.1", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/right-pad": { - "version": "1.0.1", - "integrity": "sha1-jKCMLLtbVedNr6lr9/0aJ9VoyNA=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/ripemd160": { - "version": "2.0.2", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "node_modules/rison": { - "version": "0.1.1", - "integrity": "sha1-TcwFV7JBr/YOdheOd5ITVxPzMSA=" - }, - "node_modules/rst-selector-parser": { - "version": "2.2.3", - "integrity": "sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=", - "dependencies": { - "lodash.flattendeep": "^4.4.0", - "nearley": "^2.7.10" - } - }, - "node_modules/rsvp": { - "version": "4.8.5", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", - "engines": { - "node": "6.* || >= 7.*" - } - }, - "node_modules/run-async": { - "version": "2.4.1", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/run-queue": { - "version": "1.0.3", - "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", - "dependencies": { - "aproba": "^1.1.1" - } - }, - "node_modules/run-queue/node_modules/aproba": { - "version": "1.2.0", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/rw": { - "version": "1.3.3", - "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=" - }, - "node_modules/rxjs": { - "version": "6.6.7", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-regex": { - "version": "2.1.1", - "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==", - "dependencies": { - "regexp-tree": "~0.1.1" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sane": { - "version": "4.1.0", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "deprecated": "some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added", - "dependencies": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "bin": { - "sane": "src/cli.js" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/sane/node_modules/anymatch": { - "version": "2.0.0", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/sane/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/sane/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sane/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sane/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/normalize-path": { - "version": "2.1.1", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/sane/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/sane/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/sane/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/sax": { - "version": "1.2.4", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/saxes": { - "version": "5.0.1", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dependencies": { - "xmlchars": "^2.2.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/scheduler": { - "version": "0.19.1", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/schema-utils": { - "version": "2.7.1", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/scoped-regex": { - "version": "1.0.0", - "integrity": "sha1-o0a7Gs1CB65wvXwMfKnlZra63bg=", - "devOptional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/scroll-into-view-if-needed": { - "version": "2.2.28", - "integrity": "sha512-8LuxJSuFVc92+0AdNv4QOxRL4Abeo1DgLnGNkn1XlaujPH/3cCFz3QI60r2VNu4obJJROzgnIUw5TKQkZvZI1w==", - "dependencies": { - "compute-scroll-into-view": "^1.0.17" - } - }, - "node_modules/seedrandom": { - "version": "3.0.5", - "integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==" - }, - "node_modules/select-hose": { - "version": "2.0.0", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" - }, - "node_modules/selfsigned": { - "version": "1.10.11", - "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==", - "dependencies": { - "node-forge": "^0.10.0" - } - }, - "node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver-compare": { - "version": "1.0.0", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=" - }, - "node_modules/semver-regex": { - "version": "3.1.3", - "integrity": "sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/send": { - "version": "0.17.1", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "dependencies": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.1", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "node_modules/sentence-case": { - "version": "2.1.1", - "integrity": "sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ=", - "dependencies": { - "no-case": "^2.2.0", - "upper-case-first": "^1.1.2" - } - }, - "node_modules/serialize-javascript": { - "version": "4.0.0", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-favicon": { - "version": "2.5.0", - "integrity": "sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=", - "dependencies": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-favicon/node_modules/ms": { - "version": "2.1.1", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "node_modules/serve-favicon/node_modules/safe-buffer": { - "version": "5.1.1", - "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" - }, - "node_modules/serve-index": { - "version": "1.9.1", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "node_modules/serve-static": { - "version": "1.14.1", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "node_modules/set-getter": { - "version": "0.1.1", - "integrity": "sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==", - "devOptional": true, - "dependencies": { - "to-object-path": "^0.3.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value": { - "version": "2.0.1", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/is-plain-object": { - "version": "2.0.4", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" - }, - "node_modules/setprototypeof": { - "version": "1.1.1", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/sha.js": { - "version": "2.4.11", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "bin": { - "sha.js": "bin.js" - } - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shallow-copy": { - "version": "0.0.1", - "integrity": "sha1-QV9CcC1z2BAzApLMXuhurhoRoXA=" - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shapefile": { - "version": "0.3.1", - "integrity": "sha1-m7mkKb1ghqDPsDli0Uz99CD/uhI=", - "dependencies": { - "d3-queue": "1", - "iconv-lite": "0.2", - "optimist": "0.3" - }, - "bin": { - "dbfcat": "bin/dbfcat", - "shp2json": "bin/shp2json", - "shpcat": "bin/shpcat" - } - }, - "node_modules/shapefile/node_modules/d3-queue": { - "version": "1.2.3", - "integrity": "sha1-FDpwHPpl/gISkvMhwQ0U6Yq9SRs=" - }, - "node_modules/shapefile/node_modules/iconv-lite": { - "version": "0.2.11", - "integrity": "sha1-HOYKOleGSiktEyH/RgnKS7llrcg=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/sharkdown": { - "version": "0.1.1", - "integrity": "sha512-exwooSpmo5s45lrexgz6Q0rFQM574wYIX3iDZ7RLLqOb7IAoQZu9nxlZODU972g19sR69OIpKP2cpHTzU+PHIg==", - "dependencies": { - "cardinal": "~0.4.2", - "minimist": "0.0.5", - "split": "~0.2.10" - }, - "bin": { - "sharkdown": "sharkdown" - } - }, - "node_modules/sharkdown/node_modules/minimist": { - "version": "0.0.5", - "integrity": "sha1-16oye87PUY+RBqxrjwA/o7zqhWY=" - }, - "node_modules/sharkdown/node_modules/split": { - "version": "0.2.10", - "integrity": "sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc=", - "dependencies": { - "through": "2" - }, - "engines": { - "node": "*" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.7.2", - "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" - }, - "node_modules/shelljs": { - "version": "0.7.6", - "integrity": "sha1-N5zM+1a5HIYB5HkzVutTgpJN6a0=", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "iojs": "*", - "node": ">=0.11.0" - } - }, - "node_modules/shellwords": { - "version": "0.1.1", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" - }, - "node_modules/shortid": { - "version": "2.2.16", - "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", - "dependencies": { - "nanoid": "^2.1.0" - } - }, - "node_modules/side-channel": { - "version": "1.0.4", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/sigmund": { - "version": "1.0.1", - "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=" - }, - "node_modules/signal-exit": { - "version": "3.0.5", - "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==" - }, - "node_modules/sinon": { - "version": "9.2.4", - "integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.8.1", - "@sinonjs/fake-timers": "^6.0.1", - "@sinonjs/samsam": "^5.3.1", - "diff": "^4.0.2", - "nise": "^4.0.4", - "supports-color": "^7.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/sinon" - } - }, - "node_modules/sinon/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/sinon/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/slash": { - "version": "2.0.0", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/slice-ansi": { - "version": "3.0.0", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slide": { - "version": "1.1.6", - "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=", - "engines": { - "node": "*" - } - }, - "node_modules/smart-buffer": { - "version": "4.2.0", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/snake-case": { - "version": "2.1.0", - "integrity": "sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8=", - "dependencies": { - "no-case": "^2.2.0" - } - }, - "node_modules/snapdragon": { - "version": "0.8.2", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dependencies": { - "kind-of": "^3.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/debug": { - "version": "2.6.9", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-data-descriptor": { - "version": "0.1.4", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-descriptor": { - "version": "0.1.6", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/kind-of": { - "version": "5.1.0", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/ms": { - "version": "2.0.0", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/sockjs": { - "version": "0.3.21", - "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^3.4.0", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/sockjs-client": { - "version": "1.5.2", - "integrity": "sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ==", - "dependencies": { - "debug": "^3.2.6", - "eventsource": "^1.0.7", - "faye-websocket": "^0.11.3", - "inherits": "^2.0.4", - "json3": "^3.3.3", - "url-parse": "^1.5.3" - } - }, - "node_modules/sockjs-client/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/sockjs/node_modules/uuid": { - "version": "3.4.0", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/socks": { - "version": "2.3.3", - "integrity": "sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==", - "dependencies": { - "ip": "1.1.5", - "smart-buffer": "^4.1.0" - }, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks-proxy-agent": { - "version": "4.0.2", - "integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==", - "dependencies": { - "agent-base": "~4.2.1", - "socks": "~2.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/socks-proxy-agent/node_modules/agent-base": { - "version": "4.2.1", - "integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==", - "dependencies": { - "es6-promisify": "^5.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/sort-keys": { - "version": "2.0.0", - "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=", - "dependencies": { - "is-plain-obj": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/sortablejs": { - "version": "1.14.0", - "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==" - }, - "node_modules/source-list-map": { - "version": "2.0.1", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" - }, - "node_modules/source-map": { - "version": "0.5.7", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.20", - "integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.1", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" - }, - "node_modules/space-separated-tokens": { - "version": "1.1.5", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.10", - "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==" - }, - "node_modules/spdy": { - "version": "4.0.2", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/specificity": { - "version": "0.4.1", - "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", - "bin": { - "specificity": "bin/specificity" - } - }, - "node_modules/speedometer": { - "version": "1.0.0", - "integrity": "sha1-zWccsGdSwivKM3Di8zREC+T8YuI=", - "dev": true - }, - "node_modules/split": { - "version": "1.0.1", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", - "dependencies": { - "through": "2" - }, - "engines": { - "node": "*" - } - }, - "node_modules/split-on-first": { - "version": "1.1.0", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/split-string": { - "version": "3.1.0", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split2": { - "version": "2.2.0", - "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", - "dependencies": { - "through2": "^2.0.2" - } - }, - "node_modules/split2/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/split2/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/split2/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/split2/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "node_modules/sshpk": { - "version": "1.16.1", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ssri": { - "version": "6.0.2", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/stable": { - "version": "0.1.8", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" - }, - "node_modules/stack-utils": { - "version": "2.0.5", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/stackframe": { - "version": "1.2.0", - "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==" - }, - "node_modules/state-toggle": { - "version": "1.0.3", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/static-eval": { - "version": "2.1.0", - "integrity": "sha512-agtxZ/kWSsCkI5E4QifRwsaPs0P0JmZV6dkLz6ILYfFYQGn+5plctanRN+IC8dJRiFkyXHrwEE3W9Wmx67uDbw==", - "dependencies": { - "escodegen": "^1.11.1" - } - }, - "node_modules/static-eval/node_modules/escodegen": { - "version": "1.14.3", - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/static-eval/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/static-eval/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-eval/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-eval/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-eval/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-eval/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-extend": { - "version": "0.1.2", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-data-descriptor": { - "version": "0.1.4", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.6", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/kind-of": { - "version": "5.1.0", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-module": { - "version": "2.2.5", - "integrity": "sha512-D8vv82E/Kpmz3TXHKG8PPsCPg+RAX6cbCOyvjM6x04qZtQ47EtJFVwRsdov3n5d6/6ynrOY9XB4JkaZwB2xoRQ==", - "dependencies": { - "concat-stream": "~1.6.0", - "convert-source-map": "^1.5.1", - "duplexer2": "~0.1.4", - "escodegen": "~1.9.0", - "falafel": "^2.1.0", - "has": "^1.0.1", - "magic-string": "^0.22.4", - "merge-source-map": "1.0.4", - "object-inspect": "~1.4.0", - "quote-stream": "~1.0.2", - "readable-stream": "~2.3.3", - "shallow-copy": "~0.0.1", - "static-eval": "^2.0.0", - "through2": "~2.0.3" - } - }, - "node_modules/static-module/node_modules/concat-stream": { - "version": "1.6.2", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/static-module/node_modules/escodegen": { - "version": "1.9.1", - "integrity": "sha512-6hTjO1NAWkHnDk3OqQ4YrCuwwmGHL9S3nPlzBOUG/R44rda3wLNrfvQ5fkSGjyhHFKM7ALPKcKGrwvCLe0lC7Q==", - "dependencies": { - "esprima": "^3.1.3", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=4.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/static-module/node_modules/esprima": { - "version": "3.1.3", - "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/static-module/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/static-module/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/static-module/node_modules/levn": { - "version": "0.3.0", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-module/node_modules/object-inspect": { - "version": "1.4.1", - "integrity": "sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw==" - }, - "node_modules/static-module/node_modules/optionator": { - "version": "0.8.3", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-module/node_modules/prelude-ls": { - "version": "1.1.2", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/static-module/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/static-module/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-module/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/static-module/node_modules/through2": { - "version": "2.0.5", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/static-module/node_modules/type-check": { - "version": "0.3.2", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/statuses": { - "version": "1.5.0", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/stealthy-require": { - "version": "1.1.1", - "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/store2": { - "version": "2.12.0", - "integrity": "sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw==" - }, - "node_modules/storybook-addon-jsx": { - "version": "7.3.14", - "integrity": "sha512-ierjcn0nxjjOuNcnLkorXQnfXlYmyQxFXvmWV88T9V8VAnsWd4yclTtSOV/gPtB83FefmyO/8dm1qQBG0f+2pA==", - "dependencies": { - "copy-to-clipboard": "^3.0.8", - "js-beautify": "^1.8.8", - "react-element-to-jsx-string": "^14.3.1", - "storybook-pretty-props": "^1.0.3" - }, - "peerDependencies": { - "@storybook/addons": ">= 5.x", - "@storybook/channels": ">= 5.x", - "@storybook/components": ">= 5.x", - "@storybook/core-events": ">= 5.x", - "@storybook/theming": ">= 5.x", - "react": "^16.2.0 || ^17.0.0", - "react-dom": "^16.2.0 || ^17.0.0" - } - }, - "node_modules/storybook-addon-jsx/node_modules/react-element-to-jsx-string": { - "version": "14.3.4", - "integrity": "sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==", - "dependencies": { - "@base2/pretty-print-object": "1.0.1", - "is-plain-object": "5.0.0", - "react-is": "17.0.2" - }, - "peerDependencies": { - "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1", - "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1" - } - }, - "node_modules/storybook-addon-jsx/node_modules/react-is": { - "version": "17.0.2", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/storybook-addon-jsx/node_modules/storybook-pretty-props": { - "version": "1.2.1", - "integrity": "sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/stream-browserify": { - "version": "2.0.2", - "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", - "dependencies": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - } - }, - "node_modules/stream-browserify/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/stream-browserify/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/stream-browserify/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/stream-each": { - "version": "1.2.3", - "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", - "dependencies": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - } - }, - "node_modules/stream-http": { - "version": "2.8.3", - "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", - "dependencies": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - } - }, - "node_modules/stream-http/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/stream-http/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/stream-http/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/stream-shift": { - "version": "1.0.1", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" - }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.2.1", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/string-argv": { - "version": "0.3.1", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", - "engines": { - "node": ">=0.6.19" - } - }, - "node_modules/string-convert": { - "version": "0.2.1", - "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=" - }, - "node_modules/string-hash": { - "version": "1.1.3", - "integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=" - }, - "node_modules/string-length": { - "version": "4.0.2", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/string-template": { - "version": "0.2.1", - "integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=" - }, - "node_modules/string-width": { - "version": "4.2.3", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width/node_modules/emoji-regex": { - "version": "8.0.0", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.6", - "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.padend": { - "version": "3.1.3", - "integrity": "sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.padstart": { - "version": "3.1.3", - "integrity": "sha512-NZydyOMtYxpTjGqp0VN5PYUF/tsU15yDMZnUdj16qRUIUiMJkHHSDElYyQFrMu+/WloTpA7MQSiADhBicDfaoA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.5", - "integrity": "sha512-Lnh17webJVsD6ECeovpVN17RlAKjmz4rF9S+8Y45CkMc/ufVpTkU3vZIyIC7sllQ1FCvObZnnCdNs/HXTUOTlg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.4", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.4", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/stringify-object": { - "version": "3.3.0", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "dependencies": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "3.0.0", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-bom-buf": { - "version": "1.0.0", - "integrity": "sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=", - "devOptional": true, - "dependencies": { - "is-utf8": "^0.2.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-bom-stream": { - "version": "2.0.0", - "integrity": "sha1-+H217yYT9paKpUWr/h7HKLaoKco=", - "devOptional": true, - "dependencies": { - "first-chunk-stream": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-bom-stream/node_modules/strip-bom": { - "version": "2.0.0", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "devOptional": true, - "dependencies": { - "is-utf8": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-eof": { - "version": "1.0.0", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-indent": { - "version": "3.0.0", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-outer": { - "version": "1.0.1", - "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-outer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/strong-log-transformer": { - "version": "2.1.0", - "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", - "dependencies": { - "duplexer": "^0.1.1", - "minimist": "^1.2.0", - "through": "^2.3.4" - }, - "bin": { - "sl-log-transformer": "bin/sl-log-transformer.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/style-loader": { - "version": "1.3.0", - "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/style-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/style-to-object": { - "version": "0.3.0", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "node_modules/stylis": { - "version": "4.0.10", - "integrity": "sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==" - }, - "node_modules/supercluster": { - "version": "4.1.1", - "integrity": "sha512-sF0FfUOPFp96DKzwWFLeQOEqqKu2PpcesxAFeFsknA/q7g7igVVn/p3NI2XHEghNSyDAqunKNKqAbqNO8+7NDQ==", - "dependencies": { - "kdbush": "^2.0.1" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-hyperlinks": { - "version": "2.2.0", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", - "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/swap-case": { - "version": "1.1.2", - "integrity": "sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM=", - "dependencies": { - "lower-case": "^1.1.1", - "upper-case": "^1.1.1" - } - }, - "node_modules/symbol-observable": { - "version": "1.2.0", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/symbol-tree": { - "version": "3.2.4", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" - }, - "node_modules/symbol.prototype.description": { - "version": "1.0.5", - "integrity": "sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==", - "dependencies": { - "call-bind": "^1.0.2", - "get-symbol-description": "^1.0.0", - "has-symbols": "^1.0.2", - "object.getownpropertydescriptors": "^2.1.2" - }, - "engines": { - "node": ">= 0.11.15" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/table": { - "version": "6.7.2", - "integrity": "sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==", - "dependencies": { - "ajv": "^8.0.1", - "lodash.clonedeep": "^4.5.0", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/table/node_modules/ajv": { - "version": "8.6.3", - "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/table/node_modules/slice-ansi": { - "version": "4.0.0", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/taketalk": { - "version": "1.0.0", - "integrity": "sha1-tNTw3u0gauffd1sSnqLKbeUvJt0=", - "dependencies": { - "get-stdin": "^4.0.1", - "minimist": "^1.1.0" - } - }, - "node_modules/taketalk/node_modules/get-stdin": { - "version": "4.0.1", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/tapable": { - "version": "0.1.10", - "integrity": "sha1-KcNXB8K3DlDQdIK10gLo7URtr9Q=", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tar": { - "version": "4.4.19", - "integrity": "sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==", - "dependencies": { - "chownr": "^1.1.4", - "fs-minipass": "^1.2.7", - "minipass": "^2.9.0", - "minizlib": "^1.3.3", - "mkdirp": "^0.5.5", - "safe-buffer": "^5.2.1", - "yallist": "^3.1.1" - }, - "engines": { - "node": ">=4.5" - } - }, - "node_modules/tar/node_modules/safe-buffer": { - "version": "5.2.1", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/tar/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/telejson": { - "version": "5.3.3", - "integrity": "sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==", - "dependencies": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.2", - "is-regex": "^1.1.2", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3" - } - }, - "node_modules/telejson/node_modules/isobject": { - "version": "4.0.0", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/temp-dir": { - "version": "1.0.0", - "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/temp-write": { - "version": "3.4.0", - "integrity": "sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI=", - "dependencies": { - "graceful-fs": "^4.1.2", - "is-stream": "^1.1.0", - "make-dir": "^1.0.0", - "pify": "^3.0.0", - "temp-dir": "^1.0.0", - "uuid": "^3.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/temp-write/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/temp-write/node_modules/make-dir": { - "version": "1.3.0", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/temp-write/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/temp-write/node_modules/uuid": { - "version": "3.4.0", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/tempfile": { - "version": "3.0.0", - "integrity": "sha512-uNFCg478XovRi85iD42egu+eSFUmmka750Jy7L5tfHI5hQKKtbPnxaSaXAbBqCDYrw3wx4tXjKwci4/QmsZJxw==", - "dependencies": { - "temp-dir": "^2.0.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/tempfile/node_modules/temp-dir": { - "version": "2.0.0", - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/tempfile/node_modules/uuid": { - "version": "3.4.0", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/term-size": { - "version": "2.2.1", - "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terminal-link": { - "version": "2.1.1", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dependencies": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terser": { - "version": "4.8.0", - "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "2.3.8", - "integrity": "sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w==", - "dependencies": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/cacache": { - "version": "13.0.1", - "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==", - "dependencies": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { - "version": "3.3.2", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/terser-webpack-plugin/node_modules/fs-minipass": { - "version": "2.1.0", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/jest-worker": { - "version": "25.5.0", - "integrity": "sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==", - "dependencies": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 8.3" - } - }, - "node_modules/terser-webpack-plugin/node_modules/lru-cache": { - "version": "5.1.1", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/terser-webpack-plugin/node_modules/lru-cache/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/terser-webpack-plugin/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terser-webpack-plugin/node_modules/minipass": { - "version": "3.1.5", - "integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terser-webpack-plugin/node_modules/p-map": { - "version": "3.0.0", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/terser-webpack-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/terser-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/ssri": { - "version": "7.1.1", - "integrity": "sha512-w+daCzXN89PseTL99MkA+fxJEcU3wfaE/ah0i0lnOlpG1CYLJ2ZjzEry68YBKfLs4JfoTShrTEsJkAZuNZ/stw==", - "dependencies": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/terser-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/terser/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/test-exclude": { - "version": "6.0.0", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/text-extensions": { - "version": "1.9.0", - "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" - }, - "node_modules/textextensions": { - "version": "2.6.0", - "integrity": "sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==", - "engines": { - "node": ">=0.8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/thenify": { - "version": "3.3.1", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/throat": { - "version": "5.0.0", - "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" - }, - "node_modules/throttle-debounce": { - "version": "3.0.1", - "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==", - "engines": { - "node": ">=10" - } - }, - "node_modules/through": { - "version": "2.3.8", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" - }, - "node_modules/through2": { - "version": "4.0.2", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dependencies": { - "readable-stream": "3" - } - }, - "node_modules/thunky": { - "version": "1.1.0", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "node_modules/timed-out": { - "version": "4.0.1", - "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/timers-browserify": { - "version": "2.0.12", - "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", - "dependencies": { - "setimmediate": "^1.0.4" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/tiny-invariant": { - "version": "1.1.0", - "integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==" - }, - "node_modules/tinyqueue": { - "version": "2.0.3", - "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" - }, - "node_modules/title-case": { - "version": "2.1.1", - "integrity": "sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o=", - "dependencies": { - "no-case": "^2.2.0", - "upper-case": "^1.0.3" - } - }, - "node_modules/tmp": { - "version": "0.0.33", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dependencies": { - "os-tmpdir": "~1.0.2" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/tmp-promise": { - "version": "3.0.2", - "integrity": "sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==", - "dev": true, - "dependencies": { - "tmp": "^0.2.0" - } - }, - "node_modules/tmp-promise/node_modules/tmp": { - "version": "0.2.1", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "dependencies": { - "rimraf": "^3.0.0" - }, - "engines": { - "node": ">=8.17.0" - } - }, - "node_modules/tmpl": { - "version": "1.0.5", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - }, - "node_modules/to-arraybuffer": { - "version": "1.0.1", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-object-path": { - "version": "0.3.0", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex": { - "version": "3.0.2", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/to-regex/node_modules/safe-regex": { - "version": "1.1.0", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dependencies": { - "ret": "~0.1.10" - } - }, - "node_modules/toggle-selection": { - "version": "1.0.6", - "integrity": "sha1-bkWxJj8gF/oKzH2J14sVuL932jI=" - }, - "node_modules/toidentifier": { - "version": "1.0.0", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/topojson": { - "version": "1.6.27", - "integrity": "sha1-rb4zpn4vFnPTON8SZErSD8ILQu0=", - "deprecated": "Use topojson-client, topojson-server or topojson-simplify directly.", - "dependencies": { - "d3": "3", - "d3-geo-projection": "0.2", - "d3-queue": "2", - "optimist": "0.3", - "rw": "1", - "shapefile": "0.3" - }, - "bin": { - "topojson": "bin/topojson", - "topojson-geojson": "bin/topojson-geojson", - "topojson-group": "bin/topojson-group", - "topojson-merge": "bin/topojson-merge", - "topojson-svg": "bin/topojson-svg" - } - }, - "node_modules/tough-cookie": { - "version": "4.0.0", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", - "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/tr46": { - "version": "2.1.0", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/traverse": { - "version": "0.6.6", - "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=" - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/trim": { - "version": "0.0.1", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=" - }, - "node_modules/trim-newlines": { - "version": "2.0.0", - "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", - "engines": { - "node": ">=4" - } - }, - "node_modules/trim-off-newlines": { - "version": "1.0.2", - "integrity": "sha512-DAnbtY4lNoOTLw05HLuvPoBFAGV4zOKQ9d1Q45JB+bcDwYIEkCr0xNgwKtygtKFBbRlFA/8ytkAM1V09QGWksg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-repeated": { - "version": "1.0.0", - "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-repeated/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/trim-right": { - "version": "1.0.1", - "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-trailing-lines": { - "version": "1.1.4", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/trough": { - "version": "1.0.5", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/tryer": { - "version": "1.0.1", - "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" - }, - "node_modules/ts-dedent": { - "version": "2.2.0", - "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", - "engines": { - "node": ">=6.10" - } - }, - "node_modules/ts-essentials": { - "version": "2.0.12", - "integrity": "sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w==" - }, - "node_modules/ts-jest": { - "version": "26.5.6", - "integrity": "sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==", - "dependencies": { - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^26.1.0", - "json5": "2.x", - "lodash": "4.x", - "make-error": "1.x", - "mkdirp": "1.x", - "semver": "7.x", - "yargs-parser": "20.x" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": ">= 10" - }, - "peerDependencies": { - "jest": ">=26 <27", - "typescript": ">=3.8 <5.0" - } - }, - "node_modules/ts-jest/node_modules/mkdirp": { - "version": "1.0.4", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/ts-jest/node_modules/yargs-parser": { - "version": "20.2.9", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/ts-loader": { - "version": "8.3.0", - "integrity": "sha512-MgGly4I6cStsJy27ViE32UoqxPTN9Xly4anxxVyaIWR+9BGxboV4EyJBGfR3RePV7Ksjj3rHmPZJeIt+7o4Vag==", - "dependencies": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "typescript": "*", - "webpack": "*" - } - }, - "node_modules/ts-loader/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/ts-loader/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/ts-loader/node_modules/enhanced-resolve": { - "version": "4.5.0", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/ts-loader/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ts-loader/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/ts-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/ts-loader/node_modules/memory-fs": { - "version": "0.5.0", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/ts-loader/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/ts-loader/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/ts-loader/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ts-loader/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/ts-pnp": { - "version": "1.2.0", - "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", - "engines": { - "node": ">=6" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/tsconfig-paths": { - "version": "3.11.0", - "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.1", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tslib": { - "version": "2.3.1", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/tsutils": { - "version": "3.21.0", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - } - }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/tty-browserify": { - "version": "0.0.0", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" - }, - "node_modules/tunnel": { - "version": "0.0.6", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", - "dev": true, - "engines": { - "node": ">=0.6.11 <=0.7.0 || >=0.7.3" - } - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "node_modules/type-check": { - "version": "0.4.0", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-detect": { - "version": "4.0.8", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/type-fest": { - "version": "0.21.3", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray": { - "version": "0.0.6", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "4.4.4", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/ua-parser-js": { - "version": "0.7.28", - "integrity": "sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - } - ], - "engines": { - "node": "*" - } - }, - "node_modules/uglify-js": { - "version": "3.14.2", - "integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==", - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uid-number": { - "version": "0.0.6", - "integrity": "sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=", - "engines": { - "node": "*" - } - }, - "node_modules/umask": { - "version": "1.1.0", - "integrity": "sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=" - }, - "node_modules/unbox-primitive": { - "version": "1.0.1", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", - "dependencies": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/unfetch": { - "version": "4.2.0", - "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==" - }, - "node_modules/unherit": { - "version": "1.1.3", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dependencies": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.0.0", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unified": { - "version": "6.2.0", - "integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==", - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - } - }, - "node_modules/union-value": { - "version": "1.0.1", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/union-value/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unique-filename": { - "version": "1.1.1", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/unique-slug": { - "version": "2.0.2", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/unist-builder": { - "version": "2.0.3", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-generated": { - "version": "1.1.6", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-is": { - "version": "3.0.0", - "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==" - }, - "node_modules/unist-util-position": { - "version": "3.1.0", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove": { - "version": "2.1.0", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", - "dependencies": { - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove-position": { - "version": "1.1.4", - "integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==", - "dependencies": { - "unist-util-visit": "^1.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove/node_modules/unist-util-is": { - "version": "4.1.0", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-stringify-position": { - "version": "1.1.2", - "integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==" - }, - "node_modules/unist-util-visit": { - "version": "1.4.1", - "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", - "dependencies": { - "unist-util-visit-parents": "^2.0.0" - } - }, - "node_modules/unist-util-visit-parents": { - "version": "1.1.2", - "integrity": "sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q==" - }, - "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": { - "version": "2.1.2", - "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", - "dependencies": { - "unist-util-is": "^3.0.0" - } - }, - "node_modules/universal-user-agent": { - "version": "6.0.0", - "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" - }, - "node_modules/universalify": { - "version": "2.0.0", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unquote": { - "version": "1.1.1", - "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" - }, - "node_modules/unset-value": { - "version": "1.0.0", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/untildify": { - "version": "3.0.3", - "integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==", - "devOptional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unzip-response": { - "version": "2.0.1", - "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=", - "engines": { - "node": ">=4" - } - }, - "node_modules/upath": { - "version": "1.2.0", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "engines": { - "node": ">=4", - "yarn": "*" - } - }, - "node_modules/upper-case": { - "version": "1.1.3", - "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=" - }, - "node_modules/upper-case-first": { - "version": "1.1.2", - "integrity": "sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU=", - "dependencies": { - "upper-case": "^1.1.1" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/urijs": { - "version": "1.19.7", - "integrity": "sha512-Id+IKjdU0Hx+7Zx717jwLPsPeUqz7rAtuVBRLLs+qn+J2nf9NGITWVCxcijgYxBqe83C7sqsQPs6H1pyz3x9gA==" - }, - "node_modules/urix": { - "version": "0.1.0", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "deprecated": "Please see https://github.com/lydell/urix#deprecated" - }, - "node_modules/url": { - "version": "0.11.0", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" - } - }, - "node_modules/url-loader": { - "version": "4.1.1", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dependencies": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "file-loader": "*", - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "file-loader": { - "optional": true - } - } - }, - "node_modules/url-loader/node_modules/loader-utils": { - "version": "2.0.0", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/url-loader/node_modules/schema-utils": { - "version": "3.1.1", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/url-parse": { - "version": "1.5.3", - "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "node_modules/url-parse-lax": { - "version": "1.0.0", - "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", - "dependencies": { - "prepend-http": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - }, - "node_modules/url/node_modules/querystring": { - "version": "0.2.0", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/use": { - "version": "3.1.1", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/util": { - "version": "0.11.1", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", - "dependencies": { - "inherits": "2.0.3" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "node_modules/util-promisify": { - "version": "2.1.0", - "integrity": "sha1-PCI2R2xNMsX/PEcAKt18E7moKlM=", - "dependencies": { - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "node_modules/util.promisify": { - "version": "1.0.0", - "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", - "dependencies": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "node_modules/util/node_modules/inherits": { - "version": "2.0.3", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/utila": { - "version": "0.4.0", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "devOptional": true, - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/uuid-browser": { - "version": "3.1.0", - "integrity": "sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=" - }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" - }, - "node_modules/v8-to-istanbul": { - "version": "7.1.2", - "integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.3", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/v8flags": { - "version": "3.2.0", - "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", - "dependencies": { - "homedir-polyfill": "^1.0.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/validate-npm-package-name": { - "version": "3.0.0", - "integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=", - "dependencies": { - "builtins": "^1.0.3" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/vfile": { - "version": "2.3.0", - "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==", - "dependencies": { - "is-buffer": "^1.1.4", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - } - }, - "node_modules/vfile-location": { - "version": "2.0.6", - "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-message": { - "version": "1.1.1", - "integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==", - "dependencies": { - "unist-util-stringify-position": "^1.1.1" - } - }, - "node_modules/viewport-mercator-project": { - "version": "6.2.3", - "integrity": "sha512-QQb0/qCLlP4DdfbHHSWVYXpghB2wkLIiiZQnoelOB59mXKQSyZVxjreq1S+gaBJFpcGkWEcyVtre0+2y2DTl/Q==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "gl-matrix": "^3.0.0" - } - }, - "node_modules/vinyl": { - "version": "2.2.1", - "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", - "dependencies": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/vinyl-file": { - "version": "3.0.0", - "integrity": "sha1-sQTZ5ECf+jJfqt1SBkLQo7SIs2U=", - "devOptional": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "pify": "^2.3.0", - "strip-bom-buf": "^1.0.0", - "strip-bom-stream": "^2.0.0", - "vinyl": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/vinyl/node_modules/clone": { - "version": "2.1.2", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/vlq": { - "version": "0.2.3", - "integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" - }, - "node_modules/vm-browserify": { - "version": "1.1.2", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" - }, - "node_modules/vt-pbf": { - "version": "3.1.3", - "integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", - "dependencies": { - "@mapbox/point-geometry": "0.1.0", - "@mapbox/vector-tile": "^1.3.1", - "pbf": "^3.2.1" - } - }, - "node_modules/vue-template-compiler": { - "version": "2.6.14", - "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==", - "dependencies": { - "de-indent": "^1.0.2", - "he": "^1.1.0" - } - }, - "node_modules/w3c-hr-time": { - "version": "1.0.2", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "dependencies": { - "browser-process-hrtime": "^1.0.0" - } - }, - "node_modules/w3c-xmlserializer": { - "version": "2.0.0", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "dependencies": { - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/walker": { - "version": "1.0.7", - "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=", - "dependencies": { - "makeerror": "1.0.x" - } - }, - "node_modules/warning": { - "version": "4.0.3", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/watchpack": { - "version": "1.7.5", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/watchpack-chokidar2": { - "version": "2.0.1", - "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", - "optional": true, - "dependencies": { - "chokidar": "^2.1.8" - } - }, - "node_modules/watchpack-chokidar2/node_modules/anymatch": { - "version": "2.0.0", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "optional": true, - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": { - "version": "2.1.1", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "optional": true, - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/binary-extensions": { - "version": "1.13.1", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "optional": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/chokidar": { - "version": "2.1.8", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "optional": true, - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/watchpack-chokidar2/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "optional": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/fsevents": { - "version": "1.2.13", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "optional": true, - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "optional": true, - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-binary-path": { - "version": "1.0.1", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "optional": true, - "dependencies": { - "binary-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "optional": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "optional": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "optional": true - }, - "node_modules/watchpack-chokidar2/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "optional": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "optional": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/watchpack-chokidar2/node_modules/readdirp": { - "version": "2.2.1", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "optional": true, - "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/watchpack-chokidar2/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "optional": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "optional": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/wcwidth": { - "version": "1.0.1", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/web-namespaces": { - "version": "1.1.4", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/webidl-conversions": { - "version": "6.1.0", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "engines": { - "node": ">=10.4" - } - }, - "node_modules/webpack": { - "version": "4.46.0", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } - } - }, - "node_modules/webpack-bundle-analyzer": { - "version": "3.9.0", - "integrity": "sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==", - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1", - "bfj": "^6.1.1", - "chalk": "^2.4.1", - "commander": "^2.18.0", - "ejs": "^2.6.1", - "express": "^4.16.3", - "filesize": "^3.6.1", - "gzip-size": "^5.0.0", - "lodash": "^4.17.19", - "mkdirp": "^0.5.1", - "opener": "^1.5.1", - "ws": "^6.0.0" - }, - "bin": { - "webpack-bundle-analyzer": "lib/bin/analyzer.js" - }, - "engines": { - "node": ">= 6.14.4" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/webpack-bundle-analyzer/node_modules/filesize": { - "version": "3.6.1", - "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/ws": { - "version": "6.2.2", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/webpack-cli": { - "version": "3.3.12", - "integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==", - "dependencies": { - "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" - }, - "bin": { - "webpack-cli": "bin/cli.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "peerDependencies": { - "webpack": "4.x.x" - } - }, - "node_modules/webpack-cli/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/cliui": { - "version": "5.0.0", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/webpack-cli/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/webpack-cli/node_modules/emoji-regex": { - "version": "7.0.3", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "node_modules/webpack-cli/node_modules/enhanced-resolve": { - "version": "4.5.0", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/webpack-cli/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/import-local": { - "version": "2.0.0", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-cli/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/webpack-cli/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/memory-fs": { - "version": "0.5.0", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/webpack-cli/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/webpack-cli/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-cli/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-cli/node_modules/pkg-dir": { - "version": "3.0.0", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/webpack-cli/node_modules/resolve-cwd": { - "version": "2.0.0", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-cli/node_modules/resolve-from": { - "version": "3.0.0", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-cli/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/webpack-cli/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-cli/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-cli/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/webpack-cli/node_modules/string-width": { - "version": "3.1.0", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/supports-color": { - "version": "6.1.0", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/webpack-cli/node_modules/wrap-ansi": { - "version": "5.1.0", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-cli/node_modules/yargs": { - "version": "13.3.2", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "node_modules/webpack-cli/node_modules/yargs-parser": { - "version": "13.1.2", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/webpack-dev-middleware": { - "version": "3.7.3", - "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", - "dependencies": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/webpack-dev-middleware/node_modules/memory-fs": { - "version": "0.4.1", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/webpack-dev-middleware/node_modules/mime": { - "version": "2.5.2", - "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/webpack-dev-middleware/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/webpack-dev-server": { - "version": "3.11.2", - "integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==", - "dependencies": { - "ansi-html": "0.0.7", - "bonjour": "^3.5.0", - "chokidar": "^2.1.8", - "compression": "^1.7.4", - "connect-history-api-fallback": "^1.6.0", - "debug": "^4.1.1", - "del": "^4.1.1", - "express": "^4.17.1", - "html-entities": "^1.3.1", - "http-proxy-middleware": "0.19.1", - "import-local": "^2.0.0", - "internal-ip": "^4.3.0", - "ip": "^1.1.5", - "is-absolute-url": "^3.0.3", - "killable": "^1.0.1", - "loglevel": "^1.6.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.8", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "^0.3.21", - "sockjs-client": "^1.5.0", - "spdy": "^4.0.2", - "strip-ansi": "^3.0.1", - "supports-color": "^6.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "^3.7.2", - "webpack-log": "^2.0.0", - "ws": "^6.2.1", - "yargs": "^13.3.2" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 6.11.5" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/anymatch": { - "version": "2.0.0", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path": { - "version": "2.1.1", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/binary-extensions": { - "version": "1.13.1", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/chokidar": { - "version": "2.1.8", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/webpack-dev-server/node_modules/cliui": { - "version": "5.0.0", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/webpack-dev-server/node_modules/cliui/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/cliui/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/emoji-regex": { - "version": "7.0.3", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "node_modules/webpack-dev-server/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/fsevents": { - "version": "1.2.13", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/webpack-dev-server/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/import-local": { - "version": "2.0.0", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/is-binary-path": { - "version": "1.0.1", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dependencies": { - "binary-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/webpack-dev-server/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/webpack-dev-server/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/pkg-dir": { - "version": "3.0.0", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/webpack-dev-server/node_modules/readdirp": { - "version": "2.2.1", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/webpack-dev-server/node_modules/resolve-cwd": { - "version": "2.0.0", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/resolve-from": { - "version": "3.0.0", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "1.0.0", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/webpack-dev-server/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/webpack-dev-server/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/webpack-dev-server/node_modules/string-width": { - "version": "3.1.0", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/string-width/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/string-width/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/supports-color": { - "version": "6.1.0", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/wrap-ansi": { - "version": "5.1.0", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "4.1.0", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "5.2.0", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/ws": { - "version": "6.2.2", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/yargs": { - "version": "13.3.2", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "node_modules/webpack-dev-server/node_modules/yargs-parser": { - "version": "13.1.2", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/webpack-filter-warnings-plugin": { - "version": "1.2.1", - "integrity": "sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==", - "engines": { - "node": ">= 4.3 < 5.0.0 || >= 5.10" - }, - "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" - } - }, - "node_modules/webpack-hot-middleware": { - "version": "2.25.1", - "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", - "dependencies": { - "ansi-html-community": "0.0.8", - "html-entities": "^2.1.0", - "querystring": "^0.2.0", - "strip-ansi": "^6.0.0" - } - }, - "node_modules/webpack-hot-middleware/node_modules/html-entities": { - "version": "2.3.2", - "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" - }, - "node_modules/webpack-log": { - "version": "2.0.0", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", - "dependencies": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/webpack-log/node_modules/ansi-colors": { - "version": "3.2.4", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-log/node_modules/uuid": { - "version": "3.4.0", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/webpack-manifest-plugin": { - "version": "2.2.0", - "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==", - "dependencies": { - "fs-extra": "^7.0.0", - "lodash": ">=3.5 <5", - "object.entries": "^1.1.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.11.5" - }, - "peerDependencies": { - "webpack": "2 || 3 || 4" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/fs-extra": { - "version": "7.0.1", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/jsonfile": { - "version": "4.0.0", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/universalify": { - "version": "0.1.2", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/webpack-sources": { - "version": "1.4.3", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/webpack-sources/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-virtual-modules": { - "version": "0.2.2", - "integrity": "sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==", - "dependencies": { - "debug": "^3.0.0" - } - }, - "node_modules/webpack-virtual-modules/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/webpack/node_modules/acorn": { - "version": "6.4.2", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/webpack/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/enhanced-resolve": { - "version": "4.5.0", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/webpack/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "4.0.3", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/webpack/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-wsl": { - "version": "1.1.0", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/webpack/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/webpack/node_modules/source-map": { - "version": "0.6.1", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/webpack/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/webpack/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/wgs84": { - "version": "0.0.0", - "integrity": "sha1-NP3FVZF7blfPKigu0ENxDASc3HY=" - }, - "node_modules/whatwg-encoding": { - "version": "1.0.5", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "dependencies": { - "iconv-lite": "0.4.24" - } - }, - "node_modules/whatwg-fetch": { - "version": "3.6.2", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" - }, - "node_modules/whatwg-mimetype": { - "version": "2.3.0", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" - }, - "node_modules/whatwg-url": { - "version": "8.7.0", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/which": { - "version": "2.0.2", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "node_modules/which-pm-runs": { - "version": "1.0.0", - "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=" - }, - "node_modules/wide-align": { - "version": "1.1.5", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/widest-line": { - "version": "3.1.0", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wildcard": { - "version": "1.1.2", - "integrity": "sha1-pwIEUwhNjNLv5wup02liY94XEKU=", - "dev": true - }, - "node_modules/windows-release": { - "version": "3.3.3", - "integrity": "sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==", - "dependencies": { - "execa": "^1.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/windows-release/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/windows-release/node_modules/execa": { - "version": "1.0.0", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "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" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/windows-release/node_modules/get-stream": { - "version": "4.1.0", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/windows-release/node_modules/is-stream": { - "version": "1.1.0", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/npm-run-path": { - "version": "2.0.2", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/windows-release/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/windows-release/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/windows-release/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/with-open-file": { - "version": "0.1.7", - "integrity": "sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==", - "dependencies": { - "p-finally": "^1.0.0", - "p-try": "^2.1.0", - "pify": "^4.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/with-open-file/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" - }, - "node_modules/worker-farm": { - "version": "1.7.0", - "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", - "dependencies": { - "errno": "~0.1.7" - } - }, - "node_modules/worker-rpc": { - "version": "0.1.1", - "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", - "dependencies": { - "microevent.ts": "~0.1.1" - } - }, - "node_modules/wrap-ansi": { - "version": "6.2.0", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/write-json-file": { - "version": "3.2.0", - "integrity": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==", - "dependencies": { - "detect-indent": "^5.0.0", - "graceful-fs": "^4.1.15", - "make-dir": "^2.1.0", - "pify": "^4.0.1", - "sort-keys": "^2.0.0", - "write-file-atomic": "^2.4.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/write-json-file/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/write-json-file/node_modules/write-file-atomic": { - "version": "2.4.3", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/write-pkg": { - "version": "3.2.0", - "integrity": "sha512-tX2ifZ0YqEFOF1wjRW2Pk93NLsj02+n1UP5RvO6rCs0K6R2g1padvf006cY74PQJKMGS2r42NK7FD0dG6Y6paw==", - "dependencies": { - "sort-keys": "^2.0.0", - "write-json-file": "^2.2.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/write-pkg/node_modules/make-dir": { - "version": "1.3.0", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/write-pkg/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/write-pkg/node_modules/write-file-atomic": { - "version": "2.4.3", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/write-pkg/node_modules/write-json-file": { - "version": "2.3.0", - "integrity": "sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8=", - "dependencies": { - "detect-indent": "^5.0.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "pify": "^3.0.0", - "sort-keys": "^2.0.0", - "write-file-atomic": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ws": { - "version": "7.5.5", - "integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/x-is-string": { - "version": "0.1.0", - "integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=" - }, - "node_modules/xml-name-validator": { - "version": "3.0.0", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" - }, - "node_modules/xmlbuilder": { - "version": "10.1.1", - "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xmlchars": { - "version": "2.2.0", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - }, - "node_modules/xss": { - "version": "1.0.10", - "integrity": "sha512-qmoqrRksmzqSKvgqzN0055UFWY7OKx1/9JWeRswwEVX9fCG5jcYRxa/A2DHcmZX6VJvjzHRQ2STeeVcQkrmLSw==", - "dependencies": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - }, - "bin": { - "xss": "bin/xss" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/xss/node_modules/commander": { - "version": "2.20.3", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/xtend": { - "version": "4.0.2", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "4.0.3", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "node_modules/yallist": { - "version": "4.0.0", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/yargs": { - "version": "15.4.1", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs-parser": { - "version": "18.1.3", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yarn-or-npm": { - "version": "3.0.1", - "integrity": "sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ==", - "dev": true, - "dependencies": { - "cross-spawn": "^6.0.5", - "pkg-dir": "^4.2.0" - }, - "bin": { - "yarn-or-npm": "bin/index.js", - "yon": "bin/index.js" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/yarn-or-npm/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/yarn-or-npm/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yarn-or-npm/node_modules/pkg-dir": { - "version": "4.2.0", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yarn-or-npm/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/yarn-or-npm/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dev": true, - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yarn-or-npm/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yarn-or-npm/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/yeoman-assert": { - "version": "3.1.1", - "integrity": "sha512-bCuLb/j/WzpvrJZCTdJJLFzm7KK8IYQJ3+dF9dYtNs2CUYyezFJDuULiZ2neM4eqjf45GN1KH/MzCTT3i90wUQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment": { - "version": "2.10.3", - "integrity": "sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==", - "devOptional": true, - "dependencies": { - "chalk": "^2.4.1", - "debug": "^3.1.0", - "diff": "^3.5.0", - "escape-string-regexp": "^1.0.2", - "execa": "^4.0.0", - "globby": "^8.0.1", - "grouped-queue": "^1.1.0", - "inquirer": "^7.1.0", - "is-scoped": "^1.0.0", - "lodash": "^4.17.10", - "log-symbols": "^2.2.0", - "mem-fs": "^1.1.0", - "mem-fs-editor": "^6.0.0", - "npm-api": "^1.0.0", - "semver": "^7.1.3", - "strip-ansi": "^4.0.0", - "text-table": "^0.2.0", - "untildify": "^3.0.3", - "yeoman-generator": "^4.8.2" - } - }, - "node_modules/yeoman-environment/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", - "devOptional": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/yeoman-environment/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "devOptional": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/yeoman-environment/node_modules/array-differ": { - "version": "3.0.0", - "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", - "devOptional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/array-union": { - "version": "1.0.2", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "devOptional": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/braces": { - "version": "2.3.2", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "devOptional": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "devOptional": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/cli-cursor": { - "version": "3.1.0", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "devOptional": true, - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/cli-width": { - "version": "3.0.0", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", - "devOptional": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/yeoman-environment/node_modules/debug": { - "version": "3.2.7", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "devOptional": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/yeoman-environment/node_modules/diff": { - "version": "3.5.0", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "devOptional": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/yeoman-environment/node_modules/dir-glob": { - "version": "2.0.0", - "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", - "devOptional": true, - "dependencies": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "devOptional": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/yeoman-environment/node_modules/fast-glob": { - "version": "2.2.7", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", - "devOptional": true, - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/yeoman-environment/node_modules/fill-range": { - "version": "4.0.0", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "devOptional": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "devOptional": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/glob-parent": { - "version": "3.1.0", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "devOptional": true, - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/yeoman-environment/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "devOptional": true, - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/globby": { - "version": "8.0.2", - "integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==", - "devOptional": true, - "dependencies": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "devOptional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/ignore": { - "version": "3.3.10", - "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", - "devOptional": true - }, - "node_modules/yeoman-environment/node_modules/inquirer": { - "version": "7.3.3", - "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", - "devOptional": true, - "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/yeoman-environment/node_modules/inquirer/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/yeoman-environment/node_modules/inquirer/node_modules/strip-ansi": { - "version": "6.0.1", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "devOptional": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/is-extendable": { - "version": "0.1.1", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "devOptional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/is-number": { - "version": "3.0.0", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "devOptional": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "devOptional": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/log-symbols": { - "version": "2.2.0", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", - "devOptional": true, - "dependencies": { - "chalk": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor": { - "version": "6.0.0", - "integrity": "sha512-e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==", - "devOptional": true, - "dependencies": { - "commondir": "^1.0.1", - "deep-extend": "^0.6.0", - "ejs": "^2.6.1", - "glob": "^7.1.4", - "globby": "^9.2.0", - "isbinaryfile": "^4.0.0", - "mkdirp": "^0.5.0", - "multimatch": "^4.0.0", - "rimraf": "^2.6.3", - "through2": "^3.0.1", - "vinyl": "^2.2.0" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor/node_modules/dir-glob": { - "version": "2.2.2", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "devOptional": true, - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor/node_modules/globby": { - "version": "9.2.0", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", - "devOptional": true, - "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor/node_modules/ignore": { - "version": "4.0.6", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "devOptional": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor/node_modules/pify": { - "version": "4.0.1", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "devOptional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-environment/node_modules/mem-fs-editor/node_modules/slash": { - "version": "2.0.0", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "devOptional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-environment/node_modules/micromatch": { - "version": "3.1.10", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "devOptional": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/multimatch": { - "version": "4.0.0", - "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", - "devOptional": true, - "dependencies": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/multimatch/node_modules/array-union": { - "version": "2.1.0", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "devOptional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/multimatch/node_modules/arrify": { - "version": "2.0.1", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", - "devOptional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/mute-stream": { - "version": "0.0.8", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "devOptional": true - }, - "node_modules/yeoman-environment/node_modules/path-type": { - "version": "3.0.0", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "devOptional": true, - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/pify": { - "version": "3.0.0", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "devOptional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/restore-cursor": { - "version": "3.1.0", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "devOptional": true, - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "devOptional": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/yeoman-environment/node_modules/slash": { - "version": "1.0.0", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", - "devOptional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-environment/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "devOptional": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "devOptional": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-environment/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "devOptional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-environment/node_modules/through2": { - "version": "3.0.2", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "devOptional": true, - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "node_modules/yeoman-environment/node_modules/to-regex-range": { - "version": "2.1.1", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "devOptional": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-generator": { - "version": "4.13.0", - "integrity": "sha512-f2/5N5IR3M2Ozm+QocvZQudlQITv2DwI6Mcxfy7R7gTTzaKgvUpgo/pQMJ+WQKm0KN0YMWCFOZpj0xFGxevc1w==", - "dependencies": { - "async": "^2.6.2", - "chalk": "^2.4.2", - "cli-table": "^0.3.1", - "cross-spawn": "^6.0.5", - "dargs": "^6.1.0", - "dateformat": "^3.0.3", - "debug": "^4.1.1", - "diff": "^4.0.1", - "error": "^7.0.2", - "find-up": "^3.0.0", - "github-username": "^3.0.0", - "istextorbinary": "^2.5.1", - "lodash": "^4.17.11", - "make-dir": "^3.0.0", - "mem-fs-editor": "^7.0.1", - "minimist": "^1.2.5", - "pretty-bytes": "^5.2.0", - "read-chunk": "^3.2.0", - "read-pkg-up": "^5.0.0", - "rimraf": "^2.6.3", - "run-async": "^2.0.0", - "semver": "^7.2.1", - "shelljs": "^0.8.4", - "text-table": "^0.2.0", - "through2": "^3.0.1" - }, - "engines": { - "node": ">=10" - }, - "optionalDependencies": { - "grouped-queue": "^1.1.0", - "yeoman-environment": "^2.9.5" - } - }, - "node_modules/yeoman-generator/node_modules/cross-spawn": { - "version": "6.0.5", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/yeoman-generator/node_modules/cross-spawn/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/yeoman-generator/node_modules/dargs": { - "version": "6.1.0", - "integrity": "sha512-5dVBvpBLBnPwSsYXqfybFyehMmC/EenKEcf23AhCTgTf48JFBbmJKqoZBsERDnjL0FyiVTYWdFsRfTLHxLyKdQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-generator/node_modules/find-up": { - "version": "3.0.0", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-generator/node_modules/hosted-git-info": { - "version": "2.8.9", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/yeoman-generator/node_modules/locate-path": { - "version": "3.0.0", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-generator/node_modules/make-dir": { - "version": "3.1.0", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yeoman-generator/node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/yeoman-generator/node_modules/minimist": { - "version": "1.2.5", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/yeoman-generator/node_modules/normalize-package-data": { - "version": "2.5.0", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/yeoman-generator/node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/yeoman-generator/node_modules/p-limit": { - "version": "2.3.0", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yeoman-generator/node_modules/p-locate": { - "version": "3.0.0", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yeoman-generator/node_modules/parse-json": { - "version": "5.2.0", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yeoman-generator/node_modules/path-exists": { - "version": "3.0.0", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-generator/node_modules/path-key": { - "version": "2.0.1", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-generator/node_modules/read-pkg": { - "version": "5.2.0", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-generator/node_modules/read-pkg-up": { - "version": "5.0.0", - "integrity": "sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==", - "dependencies": { - "find-up": "^3.0.0", - "read-pkg": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-generator/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/yeoman-generator/node_modules/shebang-command": { - "version": "1.2.0", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-generator/node_modules/shebang-regex": { - "version": "1.0.0", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yeoman-generator/node_modules/shelljs": { - "version": "0.8.4", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yeoman-generator/node_modules/through2": { - "version": "3.0.2", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "node_modules/yeoman-generator/node_modules/type-fest": { - "version": "0.6.0", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-generator/node_modules/which": { - "version": "1.3.1", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/yeoman-test": { - "version": "2.7.0", - "integrity": "sha512-NNH3XYaeiYO9gWdQ2B02kZuLZnbYZhGqcqrUjyS5VW/r1xOuJ9t6FIzw7uE35/yCx+U9R0kzeTbxkQ6Iwsv3DA==", - "dev": true, - "dependencies": { - "inquirer": "^7.1.0", - "lodash": "^4.17.15", - "mem-fs": "^1.2.0", - "mem-fs-editor": "^7.0.1", - "mkdirp": "^1.0.3", - "rimraf": "^3.0.2", - "sinon": "^9.0.1", - "yeoman-environment": "^2.10.0", - "yeoman-generator": "^4.10.0" - } - }, - "node_modules/yeoman-test/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/yeoman-test/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/yeoman-test/node_modules/cli-cursor": { - "version": "3.1.0", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-test/node_modules/cli-width": { - "version": "3.0.0", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", - "dev": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/yeoman-test/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-test/node_modules/inquirer": { - "version": "7.3.3", - "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", - "dev": true, - "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/yeoman-test/node_modules/mkdirp": { - "version": "1.0.4", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true, - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/yeoman-test/node_modules/mute-stream": { - "version": "0.0.8", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true - }, - "node_modules/yeoman-test/node_modules/restore-cursor": { - "version": "3.1.0", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yeoman-test/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yosay": { - "version": "2.0.2", - "integrity": "sha512-avX6nz2esp7IMXGag4gu6OyQBsMh/SEn+ZybGu3yKPlOTE6z9qJrzG/0X5vCq/e0rPFy0CUYCze0G5hL310ibA==", - "dependencies": { - "ansi-regex": "^2.0.0", - "ansi-styles": "^3.0.0", - "chalk": "^1.0.0", - "cli-boxes": "^1.0.0", - "pad-component": "0.0.1", - "string-width": "^2.0.0", - "strip-ansi": "^3.0.0", - "taketalk": "^1.0.0", - "wrap-ansi": "^2.0.0" - }, - "bin": { - "yosay": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yosay/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/chalk": { - "version": "1.1.3", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/chalk/node_modules/ansi-styles": { - "version": "2.2.1", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/escape-string-regexp": { - "version": "1.0.5", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/yosay/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/yosay/node_modules/string-width": { - "version": "2.1.1", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yosay/node_modules/string-width/node_modules/ansi-regex": { - "version": "3.0.0", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "engines": { - "node": ">=4" - } - }, - "node_modules/yosay/node_modules/string-width/node_modules/strip-ansi": { - "version": "4.0.0", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/yosay/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/supports-color": { - "version": "2.0.0", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/yosay/node_modules/wrap-ansi": { - "version": "2.1.0", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/yosay/node_modules/wrap-ansi/node_modules/string-width": { - "version": "1.0.2", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/zrender": { - "version": "5.2.1", - "integrity": "sha512-M3bPGZuyLTNBC6LiNKXJwSCtglMp8XUEqEBG+2MdICDI3d1s500Y4P0CzldQGsqpRVB7fkvf3BKQQRxsEaTlsw==", - "dependencies": { - "tslib": "2.3.0" - } - }, - "node_modules/zrender/node_modules/tslib": { - "version": "2.3.0", - "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" - }, - "node_modules/zwitch": { - "version": "1.0.5", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "packages/generator-superset": { - "name": "@superset-ui/generator-superset", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "chalk": "^4.0.0", - "lodash": "^4.17.11", - "yeoman-generator": "^4.0.0", - "yosay": "^2.0.2" - }, - "devDependencies": { - "yeoman-assert": "^3.1.0", - "yeoman-test": "^2.0.0" - }, - "engines": { - "npm": ">= 4.0.0" - } - }, - "packages/generator-superset/node_modules/ansi-styles": { - "version": "4.3.0", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/generator-superset/node_modules/chalk": { - "version": "4.1.2", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/generator-superset/node_modules/has-flag": { - "version": "4.0.0", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "packages/generator-superset/node_modules/supports-color": { - "version": "7.2.0", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/superset-ui-chart-controls": { - "name": "@superset-ui/chart-controls", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@react-icons/all-files": "^4.1.0", - "@superset-ui/core": "0.18.25", - "lodash": "^4.17.15", - "prop-types": "^15.7.2" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@types/react": "*", - "antd": "^4.9.4", - "react": "^16.13.1", - "react-dom": "^16.13.1" - } - }, - "packages/superset-ui-core": { - "name": "@superset-ui/core", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@babel/runtime": "^7.1.2", - "@types/d3-format": "^1.3.0", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^2.1.1", - "@types/d3-time": "^1.0.9", - "@types/d3-time-format": "^2.1.0", - "@types/lodash": "^4.14.149", - "@types/math-expression-evaluator": "^1.2.1", - "@types/rison": "0.0.6", - "@types/seedrandom": "^2.4.28", - "@vx/responsive": "^0.0.199", - "csstype": "^2.6.4", - "d3-format": "^1.3.2", - "d3-interpolate": "^1.4.0", - "d3-scale": "^3.0.0", - "d3-time": "^1.0.10", - "d3-time-format": "^2.2.0", - "fetch-retry": "^4.0.1", - "jed": "^1.1.1", - "lodash": "^4.17.11", - "math-expression-evaluator": "^1.3.8", - "pretty-ms": "^7.0.0", - "react-error-boundary": "^1.2.5", - "react-markdown": "^4.3.1", - "reselect": "^4.0.0", - "rison": "^0.1.1", - "seedrandom": "^3.0.5", - "whatwg-fetch": "^3.0.0" - }, - "devDependencies": { - "@emotion/styled": "^11.3.0", - "@types/fetch-mock": "^7.3.3", - "fetch-mock": "^6.5.2", - "jest-mock-console": "^1.0.0" - }, - "peerDependencies": { - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "@types/react": "*", - "@types/react-loadable": "*", - "react": "^16.13.1", - "react-loadable": "^5.5.0" - } - }, - "packages/superset-ui-core/node_modules/pretty-ms": { - "version": "7.0.1", - "integrity": "sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==", - "dependencies": { - "parse-ms": "^2.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "packages/superset-ui-demo": { - "name": "@superset-ui/demo", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/event-flow": "^0.0.84", - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "@react-icons/all-files": "^4.1.0", - "@storybook/addon-actions": "^6.3.12", - "@storybook/addon-knobs": "^6.3.1", - "@storybook/addon-links": "^6.3.12", - "@storybook/addons": "^6.3.12", - "@storybook/react": "^6.3.12", - "@superset-ui/core": "0.18.25", - "@superset-ui/legacy-plugin-chart-calendar": "0.18.25", - "@superset-ui/legacy-plugin-chart-chord": "0.18.25", - "@superset-ui/legacy-plugin-chart-country-map": "0.18.25", - "@superset-ui/legacy-plugin-chart-event-flow": "0.18.25", - "@superset-ui/legacy-plugin-chart-force-directed": "0.18.25", - "@superset-ui/legacy-plugin-chart-heatmap": "0.18.25", - "@superset-ui/legacy-plugin-chart-histogram": "0.18.25", - "@superset-ui/legacy-plugin-chart-horizon": "0.18.25", - "@superset-ui/legacy-plugin-chart-map-box": "0.18.25", - "@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.25", - "@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.25", - "@superset-ui/legacy-plugin-chart-partition": "0.18.25", - "@superset-ui/legacy-plugin-chart-pivot-table": "0.18.25", - "@superset-ui/legacy-plugin-chart-rose": "0.18.25", - "@superset-ui/legacy-plugin-chart-sankey": "0.18.25", - "@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.25", - "@superset-ui/legacy-plugin-chart-sunburst": "0.18.25", - "@superset-ui/legacy-plugin-chart-time-table": "0.18.25", - "@superset-ui/legacy-plugin-chart-treemap": "0.18.25", - "@superset-ui/legacy-plugin-chart-world-map": "0.18.25", - "@superset-ui/legacy-preset-chart-big-number": "0.18.25", - "@superset-ui/legacy-preset-chart-nvd3": "0.18.25", - "@superset-ui/plugin-chart-echarts": "0.18.25", - "@superset-ui/plugin-chart-table": "0.18.25", - "@superset-ui/plugin-chart-word-cloud": "0.18.25", - "@superset-ui/preset-chart-xy": "0.18.25", - "@types/react-loadable": "^5.5.3", - "antd": "^4.9.4", - "bootstrap": "^3.4.1", - "core-js": "3.8.3", - "gh-pages": "^3.0.0", - "global-box": "^1.2.0", - "jquery": "^3.4.1", - "memoize-one": "^5.1.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-loadable": "^5.5.0", - "react-resizable": "^3.0.4", - "storybook-addon-jsx": "^7.3.14" - }, - "devDependencies": { - "@babel/core": "^7.9.0", - "babel-loader": "^8.1.0", - "chromatic": "^5.4.0", - "fork-ts-checker-webpack-plugin": "^5.0.7", - "ts-loader": "^7.0.4", - "typescript": "^3.8.3" - }, - "peerDependencies": { - "@encodable/color": "=1.1.1" - } - }, - "packages/superset-ui-demo/node_modules/enhanced-resolve": { - "version": "4.5.0", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "packages/superset-ui-demo/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "packages/superset-ui-demo/node_modules/memory-fs": { - "version": "0.5.0", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "packages/superset-ui-demo/node_modules/readable-stream": { - "version": "2.3.7", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "packages/superset-ui-demo/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "packages/superset-ui-demo/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "packages/superset-ui-demo/node_modules/tapable": { - "version": "1.1.3", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "packages/superset-ui-demo/node_modules/ts-loader": { - "version": "7.0.5", - "integrity": "sha512-zXypEIT6k3oTc+OZNx/cqElrsbBtYqDknf48OZos0NQ3RTt045fBIU8RRSu+suObBzYB355aIPGOe/3kj9h7Ig==", - "dev": true, - "dependencies": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^4.0.0", - "semver": "^6.0.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "typescript": "*" - } - }, - "packages/superset-ui-demo/node_modules/typescript": { - "version": "3.9.10", - "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "plugins/legacy-plugin-chart-calendar": { - "name": "@superset-ui/legacy-plugin-chart-calendar", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^2.0.3", - "d3-selection": "^1.4.0", - "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-calendar/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "plugins/legacy-plugin-chart-chord": { - "name": "@superset-ui/legacy-plugin-chart-chord", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.6.2", - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-country-map": { - "name": "@superset-ui/legacy-plugin-chart-country-map", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-array": "^2.0.3", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-country-map/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "plugins/legacy-plugin-chart-event-flow": { - "name": "@superset-ui/legacy-plugin-chart-event-flow", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/event-flow": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-plugin-chart-force-directed": { - "name": "@superset-ui/legacy-plugin-chart-force-directed", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.7.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-heatmap": { - "name": "@superset-ui/legacy-plugin-chart-heatmap", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-svg-legend": "^1.x", - "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-histogram": { - "name": "@superset-ui/legacy-plugin-chart-histogram", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/histogram": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@vx/legend": "^0.0.198", - "@vx/responsive": "^0.0.199", - "@vx/scale": "^0.0.197", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-plugin-chart-histogram/node_modules/@vx/group": { - "version": "0.0.198", - "integrity": "sha512-0PivE+fWZlPkSzFO/is5m4VSSv3pg+sS1yxYAZHbNffUvn472WDWptriHvoUIPQe0lOXhTSrc73UQzew9GtW/g==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "plugins/legacy-plugin-chart-histogram/node_modules/@vx/legend": { - "version": "0.0.198", - "integrity": "sha512-3S2/yP6IvkkhUlTj6In5M1OrzY1OaT1D06hRxuiOLAbaXTerhbUGwIjGSNoovQM6JebFlbWnnA5xH1SKgw5GGA==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/d3-scale": "^2.1.1", - "@types/react": "*", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "plugins/legacy-plugin-chart-histogram/node_modules/@vx/scale": { - "version": "0.0.197", - "integrity": "sha512-FF0POm9rh66I3Om5DsuxynwWU+Q645aTF47vgP2dVDeOOq3Oet7CZzmXLDh3W6nVcxvzq1UdPwu94dto2PUfhg==", - "dependencies": { - "@types/d3-scale": "^2.1.1", - "d3-scale": "^2.2.2" - } - }, - "plugins/legacy-plugin-chart-histogram/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "plugins/legacy-plugin-chart-horizon": { - "name": "@superset-ui/legacy-plugin-chart-horizon", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^2.0.3", - "d3-scale": "^3.0.1", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-plugin-chart-horizon/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "plugins/legacy-plugin-chart-map-box": { - "name": "@superset-ui/legacy-plugin-chart-map-box", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "mapbox-gl": "^0.53.0", - "prop-types": "^15.6.2", - "react-map-gl": "^4.0.10", - "supercluster": "^4.1.1", - "viewport-mercator-project": "^6.1.1" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-plugin-chart-paired-t-test": { - "name": "@superset-ui/legacy-plugin-chart-paired-t-test", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "distributions": "^1.0.0", - "prop-types": "^15.6.2", - "reactable": "^1.1.0" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-plugin-chart-parallel-coordinates": { - "name": "@superset-ui/legacy-plugin-chart-parallel-coordinates", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.7.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-partition": { - "name": "@superset-ui/legacy-plugin-chart-partition", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-hierarchy": "^1.1.8", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-pivot-table": { - "name": "@superset-ui/legacy-plugin-chart-pivot-table", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "datatables.net-bs": "^1.11.3", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-rose": { - "name": "@superset-ui/legacy-plugin-chart-rose", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "nvd3": "1.8.6", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-sankey": { - "name": "@superset-ui/legacy-plugin-chart-sankey", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-sankey": "^0.4.2", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-sankey-loop": { - "name": "@superset-ui/legacy-plugin-chart-sankey-loop", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-sankey-diagram": "^0.7.3", - "d3-selection": "^1.4.0", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-sunburst": { - "name": "@superset-ui/legacy-plugin-chart-sunburst", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-time-table": { - "name": "@superset-ui/legacy-plugin-chart-time-table", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/sparkline": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-scale": "^2.0.2", - "d3-scale": "^3.2.1", - "moment": "^2.26.0", - "mustache": "^4.0.1", - "prop-types": "^15.7.2", - "reactable-arc": "^0.15.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.3.1" - } - }, - "plugins/legacy-plugin-chart-treemap": { - "name": "@superset-ui/legacy-plugin-chart-treemap", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-hierarchy": "^1.1.8", - "d3-selection": "^1.4.0", - "prop-types": "^15.6.2" - } - }, - "plugins/legacy-plugin-chart-world-map": { - "name": "@superset-ui/legacy-plugin-chart-world-map", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-array": "^2.4.0", - "d3-color": "^1.4.1", - "datamaps": "^0.5.8", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/legacy-plugin-chart-world-map/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "plugins/legacy-preset-chart-big-number": { - "name": "@superset-ui/legacy-preset-chart-big-number", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-color": "^1.2.2", - "@types/shortid": "^0.0.29", - "d3-color": "^1.2.3", - "shortid": "^2.2.14" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/legacy-preset-chart-nvd3": { - "name": "@superset-ui/legacy-preset-chart-nvd3", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-tip": "^0.9.1", - "dompurify": "^2.0.6", - "fast-safe-stringify": "^2.0.6", - "lodash": "^4.17.11", - "moment": "^2.20.1", - "nvd3-fork": "^2.0.5", - "prop-types": "^15.6.2", - "urijs": "^1.18.10" - }, - "peerDependencies": { - "react": "^15 || ^16" - } - }, - "plugins/plugin-chart-echarts": { - "name": "@superset-ui/plugin-chart-echarts", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^1.2.0", - "echarts": "^5.2.2", - "lodash": "^4.17.15" - }, - "peerDependencies": { - "react": "^16.13.1" - } - }, - "plugins/plugin-chart-pivot-table": { - "name": "@superset-ui/plugin-chart-pivot-table", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@superset-ui/react-pivottable": "^0.12.12" - }, - "devDependencies": { - "@babel/types": "^7.13.12", - "@types/jest": "^26.0.0", - "jest": "^26.0.1" - }, - "peerDependencies": { - "@ant-design/icons": "^4.2.2", - "react": "^16.13.1", - "react-dom": "^16.13.1" - } - }, - "plugins/plugin-chart-table": { - "name": "@superset-ui/plugin-chart-table", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@react-icons/all-files": "^4.1.0", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-array": "^2.9.0", - "@types/react-table": "^7.0.29", - "d3-array": "^2.4.0", - "match-sorter": "^6.3.0", - "memoize-one": "^5.1.1", - "react-table": "^7.6.3", - "regenerator-runtime": "^0.13.7", - "xss": "^1.0.8" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.13.1", - "react-dom": "^16.13.1" - } - }, - "plugins/plugin-chart-table/node_modules/d3-array": { - "version": "2.12.1", - "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", - "dependencies": { - "internmap": "^1.0.0" - } - }, - "plugins/plugin-chart-word-cloud": { - "name": "@superset-ui/plugin-chart-word-cloud", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-cloud": "^1.2.1", - "@types/d3-scale": "^2.0.2", - "d3-cloud": "^1.2.5", - "d3-scale": "^3.0.1", - "encodable": "^0.7.6" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.13.1" - } - }, - "plugins/preset-chart-xy": { - "name": "@superset-ui/preset-chart-xy", - "version": "0.18.25", - "license": "Apache-2.0", - "dependencies": { - "@data-ui/theme": "^0.0.84", - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@vx/axis": "^0.0.198", - "@vx/legend": "^0.0.198", - "@vx/scale": "^0.0.197", - "csstype": "^2.6.3", - "encodable": "^0.7.6", - "lodash": "^4.17.11", - "reselect": "^4.0.0" - }, - "peerDependencies": { - "react": "^16.2" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/axis": { - "version": "0.0.198", - "integrity": "sha512-XqHzGOBgkJD8gR1g9F7uOhT4Sjlwpl/H3xLehtDooRmKf3J0hy8C7L5rCgh7n8ARi+vYg+3A1zUo0JBIO5k4PQ==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "@vx/group": "0.0.198", - "@vx/point": "0.0.198", - "@vx/shape": "0.0.198", - "@vx/text": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/curve": { - "version": "0.0.198", - "integrity": "sha512-ZINtD0t5eLu3bEeaOWZxGXrHK5WCbGoxDdou7yPWD6xg8kpTD4/Vq0adRFNCxS1TZUlUjCJ2KqY2PmewO+Hdcw==", - "dependencies": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/group": { - "version": "0.0.198", - "integrity": "sha512-0PivE+fWZlPkSzFO/is5m4VSSv3pg+sS1yxYAZHbNffUvn472WDWptriHvoUIPQe0lOXhTSrc73UQzew9GtW/g==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/legend": { - "version": "0.0.198", - "integrity": "sha512-3S2/yP6IvkkhUlTj6In5M1OrzY1OaT1D06hRxuiOLAbaXTerhbUGwIjGSNoovQM6JebFlbWnnA5xH1SKgw5GGA==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/d3-scale": "^2.1.1", - "@types/react": "*", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/point": { - "version": "0.0.198", - "integrity": "sha512-oFlw8uBLf4JDX7OJc+7eQXcnlLszdQgEs531u0t6HNpARQY/jTeeMLVUlp8sNF0XBOC+iVHU8Qe8TJdz/ONBAA==" - }, - "plugins/preset-chart-xy/node_modules/@vx/scale": { - "version": "0.0.197", - "integrity": "sha512-FF0POm9rh66I3Om5DsuxynwWU+Q645aTF47vgP2dVDeOOq3Oet7CZzmXLDh3W6nVcxvzq1UdPwu94dto2PUfhg==", - "dependencies": { - "@types/d3-scale": "^2.1.1", - "d3-scale": "^2.2.2" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/shape": { - "version": "0.0.198", - "integrity": "sha512-3Ky2PlSXYmh/Wt+tT4OBmsLpTe8Vu5pZ1EwbMQ0H/NNl6d4BsNqBUzr++0WC/kLsuNs5NENDvG77N9u2ztMrYA==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/d3-path": "^1.0.8", - "@types/d3-shape": "^1.3.1", - "@types/react": "*", - "@vx/curve": "0.0.198", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "plugins/preset-chart-xy/node_modules/@vx/text": { - "version": "0.0.198", - "integrity": "sha512-MZhLeIhjbPlAeq+heUFXzrAztkjpfhAjeg+RXDg1dTJTtkbBD0w1bwadSPHuC7Rzj6yNQChzVDYl51dO/k4ExQ==", - "dependencies": { - "@types/classnames": "^2.2.9", - "@types/lodash": "^4.14.146", - "@types/react": "*", - "classnames": "^2.2.5", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "reduce-css-calc": "^1.3.0" - }, - "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "plugins/preset-chart-xy/node_modules/d3-scale": { - "version": "2.2.2", - "integrity": "sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - }, - "dependencies": { - "@actions/core": { - "version": "1.6.0", - "dev": true, - "requires": { - "@actions/http-client": "^1.0.11" - } - }, - "@actions/github": { - "version": "5.0.0", - "dev": true, - "requires": { - "@actions/http-client": "^1.0.11", - "@octokit/core": "^3.4.0", - "@octokit/plugin-paginate-rest": "^2.13.3", - "@octokit/plugin-rest-endpoint-methods": "^5.1.1" - } - }, - "@actions/http-client": { - "version": "1.0.11", - "dev": true, - "requires": { - "tunnel": "0.0.6" - } - }, - "@airbnb/config-babel": { - "version": "3.1.0", - "requires": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/cli": "^7.8.4", - "@babel/core": "^7.9.0", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-transform-react-jsx-self": "^7.9.0", - "@babel/plugin-transform-react-jsx-source": "^7.9.0", - "@babel/plugin-transform-runtime": "^7.9.0", - "@babel/preset-env": "^7.9.0", - "@babel/preset-react": "^7.9.4", - "@babel/preset-typescript": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-babel": "^1.2.3", - "babel-plugin-graphql-tag": "^2.5.0", - "babel-plugin-transform-dev": "^2.0.1", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "babel-plugin-typescript-to-proptypes": "^1.3.2" - } - }, - "@airbnb/config-jest": { - "version": "3.0.2", - "requires": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/core": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-babel": "^1.2.3", - "@beemo/driver-jest": "^1.2.1", - "airbnb-js-shims": "^2.2.1", - "dom-storage": "^2.1.0", - "jest": "^25.5.4" - }, - "dependencies": { - "@beemo/driver-jest": { - "version": "1.2.3", - "requires": { - "@jest/types": "^25.4.0" - } - }, - "@jest/console": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "jest-message-util": "^25.5.0", - "jest-util": "^25.5.0", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "25.5.4", - "requires": { - "@jest/console": "^25.5.0", - "@jest/reporters": "^25.5.1", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^25.5.0", - "jest-config": "^25.5.4", - "jest-haste-map": "^25.5.1", - "jest-message-util": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-resolve-dependencies": "^25.5.4", - "jest-runner": "^25.5.4", - "jest-runtime": "^25.5.4", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "jest-watcher": "^25.5.0", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "realpath-native": "^2.0.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "@jest/environment": { - "version": "25.5.0", - "requires": { - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0" - } - }, - "@jest/fake-timers": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "lolex": "^5.0.0" - } - }, - "@jest/globals": { - "version": "25.5.2", - "requires": { - "@jest/environment": "^25.5.0", - "@jest/types": "^25.5.0", - "expect": "^25.5.0" - } - }, - "@jest/reporters": { - "version": "25.5.1", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^25.5.1", - "jest-resolve": "^25.5.1", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "node-notifier": "^6.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^3.1.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^4.1.3" - } - }, - "@jest/source-map": { - "version": "25.5.0", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "25.5.0", - "requires": { - "@jest/console": "^25.5.0", - "@jest/types": "^25.5.0", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "25.5.4", - "requires": { - "@jest/test-result": "^25.5.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^25.5.1", - "jest-runner": "^25.5.4", - "jest-runtime": "^25.5.4" - } - }, - "@jest/transform": { - "version": "25.5.1", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^25.5.0", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^3.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^25.5.1", - "jest-regex-util": "^25.2.6", - "jest-util": "^25.5.0", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "realpath-native": "^2.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "@jest/types": { - "version": "25.5.0", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0" - } - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "@types/prettier": { - "version": "1.19.1" - }, - "@types/stack-utils": { - "version": "1.0.1" - }, - "acorn-globals": { - "version": "4.3.4", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2" - } - } - }, - "acorn-walk": { - "version": "6.2.0" - }, - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "astral-regex": { - "version": "1.0.0" - }, - "babel-jest": { - "version": "25.5.1", - "requires": { - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^25.5.0", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - } - }, - "babel-plugin-jest-hoist": { - "version": "25.5.0", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-preset-current-node-syntax": { - "version": "0.1.4", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^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-preset-jest": { - "version": "25.5.0", - "requires": { - "babel-plugin-jest-hoist": "^25.5.0", - "babel-preset-current-node-syntax": "^0.1.2" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "data-urls": { - "version": "1.1.0", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - } - }, - "diff-sequences": { - "version": "25.2.6" - }, - "domexception": { - "version": "1.0.1", - "requires": { - "webidl-conversions": "^4.0.2" - } - }, - "escape-string-regexp": { - "version": "2.0.0" - }, - "escodegen": { - "version": "1.14.3", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "estraverse": { - "version": "4.3.0" - }, - "execa": { - "version": "3.4.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "expect": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "ansi-styles": "^4.0.0", - "jest-get-type": "^25.2.6", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-regex-util": "^25.2.6" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "requires": { - "whatwg-encoding": "^1.0.1" - } - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - } - }, - "jest": { - "version": "25.5.4", - "requires": { - "@jest/core": "^25.5.4", - "import-local": "^3.0.2", - "jest-cli": "^25.5.4" - } - }, - "jest-changed-files": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "execa": "^3.2.0", - "throat": "^5.0.0" - } - }, - "jest-cli": { - "version": "25.5.4", - "requires": { - "@jest/core": "^25.5.4", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^25.5.4", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "prompts": "^2.0.1", - "realpath-native": "^2.0.0", - "yargs": "^15.3.1" - } - }, - "jest-config": { - "version": "25.5.4", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^25.5.4", - "@jest/types": "^25.5.0", - "babel-jest": "^25.5.1", - "chalk": "^3.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^25.5.0", - "jest-environment-node": "^25.5.0", - "jest-get-type": "^25.2.6", - "jest-jasmine2": "^25.5.4", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "micromatch": "^4.0.2", - "pretty-format": "^25.5.0", - "realpath-native": "^2.0.0" - } - }, - "jest-diff": { - "version": "25.5.0", - "requires": { - "chalk": "^3.0.0", - "diff-sequences": "^25.2.6", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - } - }, - "jest-docblock": { - "version": "25.3.0", - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "jest-get-type": "^25.2.6", - "jest-util": "^25.5.0", - "pretty-format": "^25.5.0" - } - }, - "jest-environment-jsdom": { - "version": "25.5.0", - "requires": { - "@jest/environment": "^25.5.0", - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "jsdom": "^15.2.1" - } - }, - "jest-environment-node": { - "version": "25.5.0", - "requires": { - "@jest/environment": "^25.5.0", - "@jest/fake-timers": "^25.5.0", - "@jest/types": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-util": "^25.5.0", - "semver": "^6.3.0" - } - }, - "jest-get-type": { - "version": "25.2.6" - }, - "jest-haste-map": { - "version": "25.5.1", - "requires": { - "@jest/types": "^25.5.0", - "@types/graceful-fs": "^4.1.2", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-serializer": "^25.5.0", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7", - "which": "^2.0.2" - } - }, - "jest-jasmine2": { - "version": "25.5.4", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^25.5.0", - "@jest/source-map": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "co": "^4.6.0", - "expect": "^25.5.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^25.5.0", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-runtime": "^25.5.4", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "pretty-format": "^25.5.0", - "throat": "^5.0.0" - } - }, - "jest-leak-detector": { - "version": "25.5.0", - "requires": { - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - } - }, - "jest-matcher-utils": { - "version": "25.5.0", - "requires": { - "chalk": "^3.0.0", - "jest-diff": "^25.5.0", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - } - }, - "jest-message-util": { - "version": "25.5.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^25.5.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "slash": "^3.0.0", - "stack-utils": "^1.0.1" - } - }, - "jest-mock": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0" - } - }, - "jest-regex-util": { - "version": "25.2.6" - }, - "jest-resolve": { - "version": "25.5.1", - "requires": { - "@jest/types": "^25.5.0", - "browser-resolve": "^1.11.3", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.1", - "read-pkg-up": "^7.0.1", - "realpath-native": "^2.0.0", - "resolve": "^1.17.0", - "slash": "^3.0.0" - } - }, - "jest-resolve-dependencies": { - "version": "25.5.4", - "requires": { - "@jest/types": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-snapshot": "^25.5.1" - } - }, - "jest-runner": { - "version": "25.5.4", - "requires": { - "@jest/console": "^25.5.0", - "@jest/environment": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^25.5.4", - "jest-docblock": "^25.3.0", - "jest-haste-map": "^25.5.1", - "jest-jasmine2": "^25.5.4", - "jest-leak-detector": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-resolve": "^25.5.1", - "jest-runtime": "^25.5.4", - "jest-util": "^25.5.0", - "jest-worker": "^25.5.0", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - } - }, - "jest-runtime": { - "version": "25.5.4", - "requires": { - "@jest/console": "^25.5.0", - "@jest/environment": "^25.5.0", - "@jest/globals": "^25.5.2", - "@jest/source-map": "^25.5.0", - "@jest/test-result": "^25.5.0", - "@jest/transform": "^25.5.1", - "@jest/types": "^25.5.0", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^25.5.4", - "jest-haste-map": "^25.5.1", - "jest-message-util": "^25.5.0", - "jest-mock": "^25.5.0", - "jest-regex-util": "^25.2.6", - "jest-resolve": "^25.5.1", - "jest-snapshot": "^25.5.1", - "jest-util": "^25.5.0", - "jest-validate": "^25.5.0", - "realpath-native": "^2.0.0", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.3.1" - } - }, - "jest-serializer": { - "version": "25.5.0", - "requires": { - "graceful-fs": "^4.2.4" - } - }, - "jest-snapshot": { - "version": "25.5.1", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^25.5.0", - "@types/prettier": "^1.19.0", - "chalk": "^3.0.0", - "expect": "^25.5.0", - "graceful-fs": "^4.2.4", - "jest-diff": "^25.5.0", - "jest-get-type": "^25.2.6", - "jest-matcher-utils": "^25.5.0", - "jest-message-util": "^25.5.0", - "jest-resolve": "^25.5.1", - "make-dir": "^3.0.0", - "natural-compare": "^1.4.0", - "pretty-format": "^25.5.0", - "semver": "^6.3.0" - } - }, - "jest-util": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "chalk": "^3.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "make-dir": "^3.0.0" - } - }, - "jest-validate": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "jest-get-type": "^25.2.6", - "leven": "^3.1.0", - "pretty-format": "^25.5.0" - } - }, - "jest-watcher": { - "version": "25.5.0", - "requires": { - "@jest/test-result": "^25.5.0", - "@jest/types": "^25.5.0", - "ansi-escapes": "^4.2.1", - "chalk": "^3.0.0", - "jest-util": "^25.5.0", - "string-length": "^3.1.0" - } - }, - "jest-worker": { - "version": "25.5.0", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "jsdom": { - "version": "15.2.1", - "requires": { - "abab": "^2.0.0", - "acorn": "^7.1.0", - "acorn-globals": "^4.3.2", - "array-equal": "^1.0.0", - "cssom": "^0.4.1", - "cssstyle": "^2.0.0", - "data-urls": "^1.1.0", - "domexception": "^1.0.1", - "escodegen": "^1.11.1", - "html-encoding-sniffer": "^1.0.2", - "nwsapi": "^2.2.0", - "parse5": "5.1.0", - "pn": "^1.1.0", - "request": "^2.88.0", - "request-promise-native": "^1.0.7", - "saxes": "^3.1.9", - "symbol-tree": "^3.2.2", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.1", - "w3c-xmlserializer": "^1.1.2", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^7.0.0", - "ws": "^7.0.0", - "xml-name-validator": "^3.0.0" - } - }, - "levn": { - "version": "0.3.0", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - } - }, - "node-notifier": { - "version": "6.0.0", - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.1.1", - "semver": "^6.3.0", - "shellwords": "^0.1.1", - "which": "^1.3.1" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "optional": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "optionator": { - "version": "0.8.3", - "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" - } - }, - "p-finally": { - "version": "2.0.1" - }, - "parse5": { - "version": "5.1.0" - }, - "prelude-ls": { - "version": "1.1.2" - }, - "pretty-format": { - "version": "25.5.0", - "requires": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - } - }, - "saxes": { - "version": "3.1.11", - "requires": { - "xmlchars": "^2.1.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "slash": { - "version": "3.0.0" - }, - "source-map": { - "version": "0.6.1" - }, - "stack-utils": { - "version": "1.0.5", - "requires": { - "escape-string-regexp": "^2.0.0" - } - }, - "string-length": { - "version": "3.1.0", - "requires": { - "astral-regex": "^1.0.0", - "strip-ansi": "^5.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "strip-bom": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "tough-cookie": { - "version": "3.0.1", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tr46": { - "version": "1.0.1", - "requires": { - "punycode": "^2.1.0" - } - }, - "type-check": { - "version": "0.3.2", - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "v8-to-istanbul": { - "version": "4.1.4", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3" - } - } - }, - "w3c-xmlserializer": { - "version": "1.1.2", - "requires": { - "domexception": "^1.0.1", - "webidl-conversions": "^4.0.2", - "xml-name-validator": "^3.0.0" - } - }, - "webidl-conversions": { - "version": "4.0.2" - }, - "whatwg-url": { - "version": "7.1.0", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } - } - }, - "@airbnb/config-webpack": { - "version": "3.3.1", - "requires": { - "@airbnb/nimbus-common": "^3.0.1", - "@babel/core": "^7.9.0", - "@beemo/core": "^1.1.6", - "@beemo/driver-webpack": "^1.2.4", - "babel-loader": "^8.1.0", - "execa": "^4.0.0", - "fast-glob": "^3.2.2", - "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.0.1", - "is-docker": "^2.0.0", - "terser-webpack-plugin": "^2.3.5", - "url-loader": "^4.0.0", - "webpack": "^4.42.1", - "webpack-bundle-analyzer": "^3.6.1", - "webpack-cli": "^3.3.11", - "webpack-dev-server": "^3.10.3", - "webpack-graphql-loader": "^1.0.2" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "peer": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "peer": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "peer": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - } - }, - "fill-range": { - "version": "4.0.0", - "peer": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "peer": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-extendable": { - "version": "0.1.1", - "peer": true - }, - "is-number": { - "version": "3.0.0", - "peer": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "peer": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "isarray": { - "version": "1.0.0", - "peer": true - }, - "memory-fs": { - "version": "0.5.0", - "peer": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "peer": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "pify": { - "version": "3.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "peer": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "semver": { - "version": "5.7.1", - "peer": true - }, - "string_decoder": { - "version": "1.1.1", - "peer": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "tapable": { - "version": "1.1.3", - "peer": true - }, - "to-regex-range": { - "version": "2.1.1", - "peer": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "ts-loader": { - "version": "4.5.0", - "peer": true, - "requires": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^3.1.4", - "semver": "^5.0.1" - } - }, - "webpack-graphql-loader": { - "version": "1.0.2", - "requires": { - "apollo-codegen": "^0.19.1", - "loader-utils": "^1.1.0", - "pify": "^3.0.0" - } - } - } - }, - "@airbnb/nimbus-common": { - "version": "3.0.1", - "requires": { - "@beemo/core": "^1.1.6", - "@boost/common": "^1.8.3", - "execa": "^4.0.0", - "fast-glob": "^3.2.2" - } - }, - "@ant-design/colors": { - "version": "6.0.0", - "requires": { - "@ctrl/tinycolor": "^3.4.0" - } - }, - "@ant-design/icons": { - "version": "4.7.0", - "requires": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons-svg": "^4.2.1", - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-util": "^5.9.4" - }, - "dependencies": { - "rc-util": { - "version": "5.14.0", - "requires": { - "@babel/runtime": "^7.12.5", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - } - } - } - }, - "@ant-design/icons-svg": { - "version": "4.2.1" - }, - "@babel/cli": { - "version": "7.15.7", - "requires": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0", - "commander": "^4.0.1", - "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.0.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0", - "source-map": "^0.5.0" - } - }, - "@babel/code-frame": { - "version": "7.15.8", - "requires": { - "@babel/highlight": "^7.14.5" - } - }, - "@babel/compat-data": { - "version": "7.15.0" - }, - "@babel/core": { - "version": "7.15.8", - "requires": { - "@babel/code-frame": "^7.15.8", - "@babel/generator": "^7.15.8", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-module-transforms": "^7.15.8", - "@babel/helpers": "^7.15.4", - "@babel/parser": "^7.15.8", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.6", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "semver": "^6.3.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/eslint-parser": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz", - "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==", - "requires": { - "eslint-scope": "^5.1.1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/generator": { - "version": "7.15.8", - "requires": { - "@babel/types": "^7.15.6", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.15.4", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.15.4", - "requires": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-validator-option": "^7.14.5", - "browserslist": "^4.16.6", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.15.4", - "requires": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-member-expression-to-functions": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.14.5", - "requires": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "regexpu-core": "^4.7.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.2.3", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-function-name": { - "version": "7.15.4", - "requires": { - "@babel/helper-get-function-arity": "^7.15.4", - "@babel/template": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-module-imports": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-module-transforms": { - "version": "7.15.8", - "requires": { - "@babel/helper-module-imports": "^7.15.4", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-simple-access": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/helper-validator-identifier": "^7.15.7", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.6" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.14.5" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.15.4", - "requires": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-wrap-function": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-replace-supers": { - "version": "7.15.4", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-simple-access": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.15.4", - "requires": { - "@babel/types": "^7.15.4" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.15.7" - }, - "@babel/helper-validator-option": { - "version": "7.14.5" - }, - "@babel/helper-wrap-function": { - "version": "7.15.4", - "requires": { - "@babel/helper-function-name": "^7.15.4", - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/helpers": { - "version": "7.15.4", - "requires": { - "@babel/template": "^7.15.4", - "@babel/traverse": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/highlight": { - "version": "7.14.5", - "requires": { - "@babel/helper-validator-identifier": "^7.14.5", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/node": { - "version": "7.15.8", - "requires": { - "@babel/register": "^7.15.3", - "commander": "^4.0.1", - "core-js": "^3.16.0", - "node-environment-flags": "^1.0.5", - "regenerator-runtime": "^0.13.4", - "v8flags": "^3.1.1" - }, - "dependencies": { - "core-js": { - "version": "3.18.3" - } - } - }, - "@babel/parser": { - "version": "7.15.8" - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.15.4", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4", - "@babel/plugin-proposal-optional-chaining": "^7.14.5" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.15.8", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-remap-async-to-generator": "^7.15.4", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.14.5", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.15.4", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.15.8", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-decorators": "^7.14.5" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-export-default-from": "^7.14.5" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.15.6", - "requires": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.15.4" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.14.5", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.15.4", - "requires": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.14.5", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-decorators": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-flow": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.14.5", - "requires": { - "@babel/helper-module-imports": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-remap-async-to-generator": "^7.14.5" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.15.3", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.15.4", - "requires": { - "@babel/helper-annotate-as-pure": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-optimise-call-expression": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-replace-supers": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.14.7", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.14.5", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.14.5", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-flow": "^7.14.5" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.15.4", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.14.5", - "requires": { - "@babel/helper-function-name": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.14.5", - "requires": { - "@babel/helper-module-transforms": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.15.4", - "requires": { - "@babel/helper-module-transforms": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-simple-access": "^7.15.4", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.15.4", - "requires": { - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-module-transforms": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-identifier": "^7.14.9", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.14.5", - "requires": { - "@babel/helper-module-transforms": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.14.9", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-replace-supers": "^7.14.5" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.15.4", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.15.1", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.14.9", - "requires": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "@babel/helper-module-imports": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-jsx": "^7.14.5", - "@babel/types": "^7.14.9" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.14.5", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.14.5" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.14.9", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.14.5", - "requires": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.14.5", - "requires": { - "regenerator-transform": "^0.14.2" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.15.8", - "requires": { - "@babel/helper-module-imports": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "babel-plugin-polyfill-corejs2": "^0.2.2", - "babel-plugin-polyfill-corejs3": "^0.2.5", - "babel-plugin-polyfill-regenerator": "^0.2.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.15.8", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.15.8", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/plugin-syntax-typescript": "^7.14.5" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.14.5", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/polyfill": { - "version": "7.12.1", - "requires": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "core-js": { - "version": "2.6.12" - } - } - }, - "@babel/preset-env": { - "version": "7.15.8", - "requires": { - "@babel/compat-data": "^7.15.0", - "@babel/helper-compilation-targets": "^7.15.4", - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", - "@babel/plugin-proposal-async-generator-functions": "^7.15.8", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-class-static-block": "^7.15.4", - "@babel/plugin-proposal-dynamic-import": "^7.14.5", - "@babel/plugin-proposal-export-namespace-from": "^7.14.5", - "@babel/plugin-proposal-json-strings": "^7.14.5", - "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", - "@babel/plugin-proposal-numeric-separator": "^7.14.5", - "@babel/plugin-proposal-object-rest-spread": "^7.15.6", - "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", - "@babel/plugin-proposal-optional-chaining": "^7.14.5", - "@babel/plugin-proposal-private-methods": "^7.14.5", - "@babel/plugin-proposal-private-property-in-object": "^7.15.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@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-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.14.5", - "@babel/plugin-transform-async-to-generator": "^7.14.5", - "@babel/plugin-transform-block-scoped-functions": "^7.14.5", - "@babel/plugin-transform-block-scoping": "^7.15.3", - "@babel/plugin-transform-classes": "^7.15.4", - "@babel/plugin-transform-computed-properties": "^7.14.5", - "@babel/plugin-transform-destructuring": "^7.14.7", - "@babel/plugin-transform-dotall-regex": "^7.14.5", - "@babel/plugin-transform-duplicate-keys": "^7.14.5", - "@babel/plugin-transform-exponentiation-operator": "^7.14.5", - "@babel/plugin-transform-for-of": "^7.15.4", - "@babel/plugin-transform-function-name": "^7.14.5", - "@babel/plugin-transform-literals": "^7.14.5", - "@babel/plugin-transform-member-expression-literals": "^7.14.5", - "@babel/plugin-transform-modules-amd": "^7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.15.4", - "@babel/plugin-transform-modules-systemjs": "^7.15.4", - "@babel/plugin-transform-modules-umd": "^7.14.5", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", - "@babel/plugin-transform-new-target": "^7.14.5", - "@babel/plugin-transform-object-super": "^7.14.5", - "@babel/plugin-transform-parameters": "^7.15.4", - "@babel/plugin-transform-property-literals": "^7.14.5", - "@babel/plugin-transform-regenerator": "^7.14.5", - "@babel/plugin-transform-reserved-words": "^7.14.5", - "@babel/plugin-transform-shorthand-properties": "^7.14.5", - "@babel/plugin-transform-spread": "^7.15.8", - "@babel/plugin-transform-sticky-regex": "^7.14.5", - "@babel/plugin-transform-template-literals": "^7.14.5", - "@babel/plugin-transform-typeof-symbol": "^7.14.5", - "@babel/plugin-transform-unicode-escapes": "^7.14.5", - "@babel/plugin-transform-unicode-regex": "^7.14.5", - "@babel/preset-modules": "^0.1.4", - "@babel/types": "^7.15.6", - "babel-plugin-polyfill-corejs2": "^0.2.2", - "babel-plugin-polyfill-corejs3": "^0.2.5", - "babel-plugin-polyfill-regenerator": "^0.2.2", - "core-js-compat": "^3.16.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/preset-flow": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-flow-strip-types": "^7.14.5" - } - }, - "@babel/preset-modules": { - "version": "0.1.4", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.14.5", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-react-display-name": "^7.14.5", - "@babel/plugin-transform-react-jsx": "^7.14.5", - "@babel/plugin-transform-react-jsx-development": "^7.14.5", - "@babel/plugin-transform-react-pure-annotations": "^7.14.5" - } - }, - "@babel/preset-typescript": { - "version": "7.15.0", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5", - "@babel/helper-validator-option": "^7.14.5", - "@babel/plugin-transform-typescript": "^7.15.0" - } - }, - "@babel/register": { - "version": "7.15.3", - "requires": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - } - }, - "@babel/runtime": { - "version": "7.15.4", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/runtime-corejs2": { - "version": "7.15.4", - "requires": { - "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "core-js": { - "version": "2.6.12" - } - } - }, - "@babel/runtime-corejs3": { - "version": "7.15.4", - "requires": { - "core-js-pure": "^3.16.0", - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/template": { - "version": "7.15.4", - "requires": { - "@babel/code-frame": "^7.14.5", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4" - } - }, - "@babel/traverse": { - "version": "7.15.4", - "requires": { - "@babel/code-frame": "^7.14.5", - "@babel/generator": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.15.6", - "requires": { - "@babel/helper-validator-identifier": "^7.14.9", - "to-fast-properties": "^2.0.0" - } - }, - "@base2/pretty-print-object": { - "version": "1.0.1" - }, - "@bcoe/v8-coverage": { - "version": "0.2.3" - }, - "@beemo/core": { - "version": "1.1.8", - "requires": { - "@beemo/dependency-graph": "^1.1.1", - "@boost/common": "^1.8.5", - "@boost/core": "^1.18.6", - "@boost/event": "^1.3.1", - "@types/micromatch": "^4.0.1", - "@types/yargs": "^15.0.5", - "@types/yargs-parser": "^15.0.0", - "chalk": "^3.0.0", - "execa": "^3.4.0", - "fast-glob": "^3.0.4", - "fs-extra": "^8.1.0", - "hygen": "^5.0.3", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "micromatch": "^4.0.2", - "optimal": "^4.2.0", - "yargs": "^15.3.1", - "yargs-parser": "^18.1.3" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "execa": { - "version": "3.4.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "p-finally": { - "version": "2.0.1" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@beemo/dependency-graph": { - "version": "1.1.1" - }, - "@beemo/driver-babel": { - "version": "1.2.6", - "requires": { - "rimraf": "^3.0.2" - } - }, - "@beemo/driver-webpack": { - "version": "1.2.6", - "requires": { - "@types/webpack": "^4.41.13" - } - }, - "@boost/common": { - "version": "1.9.0", - "requires": { - "@boost/internal": "^1.2.0", - "json5": "^2.1.3", - "optimal": "^4.2.0", - "pretty-ms": "^5.1.0", - "yaml": "^1.9.2" - } - }, - "@boost/core": { - "version": "1.18.7", - "requires": { - "@boost/common": "^1.9.0", - "@boost/debug": "^1.4.7", - "@boost/event": "^1.3.1", - "@boost/internal": "^1.2.0", - "@boost/log": "^1.2.1", - "@boost/terminal": "^1.0.3", - "@boost/translate": "^1.3.10", - "@types/debug": "^4.1.5", - "@types/yargs": "^15.0.4", - "@types/yargs-parser": "^15.0.0", - "debug": "^4.1.1", - "env-ci": "^4.5.1", - "execa": "^3.4.0", - "exit": "^0.1.2", - "fast-glob": "^3.2.2", - "fs-extra": "^8.1.0", - "json5": "^2.1.3", - "lodash": "^4.17.15", - "optimal": "^4.2.0", - "pluralize": "^8.0.0", - "split": "^1.0.1", - "yargs-parser": "^18.1.2" - }, - "dependencies": { - "execa": { - "version": "3.4.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "p-finally": { - "version": "2.0.1" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@boost/debug": { - "version": "1.4.7", - "requires": { - "@boost/common": "^1.9.0", - "@boost/internal": "^1.2.0", - "@types/debug": "^4.1.5", - "debug": "^4.1.1", - "execa": "^3.4.0", - "fast-glob": "^3.2.2" - }, - "dependencies": { - "execa": { - "version": "3.4.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "p-finally": { - "version": "2.0.1" - } - } - }, - "@boost/event": { - "version": "1.3.1", - "requires": { - "@boost/internal": "^1.2.0" - } - }, - "@boost/internal": { - "version": "1.2.0", - "requires": { - "chalk": "^3.0.0", - "debug": "^4.1.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@boost/log": { - "version": "1.2.1", - "requires": { - "@boost/internal": "^1.2.0", - "@boost/translate": "^1.3.10", - "chalk": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@boost/terminal": { - "version": "1.0.3", - "requires": { - "ansi-escapes": "^4.3.1", - "ansi-regex": "^5.0.0", - "chalk": "^3.0.0", - "cli-truncate": "^2.1.0", - "figures": "^3.2.0", - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "supports-hyperlinks": "^2.1.0", - "term-size": "^2.2.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@boost/translate": { - "version": "1.3.10", - "requires": { - "@boost/common": "^1.9.0", - "@boost/internal": "^1.2.0", - "i18next": "^19.4.2", - "os-locale": "^4.0.0" - } - }, - "@chromaui/localtunnel": { - "version": "2.0.4", - "dev": true, - "requires": { - "axios": "0.21.4", - "debug": "4.3.1", - "openurl": "1.1.1", - "yargs": "16.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "cliui": { - "version": "7.0.4", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "debug": { - "version": "4.3.1", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "y18n": { - "version": "5.0.8", - "dev": true - }, - "yargs": { - "version": "16.2.0", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "dev": true - } - } - }, - "@cnakazawa/watch": { - "version": "1.0.4", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - } - }, - "@commitlint/cli": { - "version": "7.6.1", - "requires": { - "@commitlint/format": "^7.6.1", - "@commitlint/lint": "^7.6.0", - "@commitlint/load": "^7.6.1", - "@commitlint/read": "^7.6.0", - "babel-polyfill": "6.26.0", - "chalk": "2.3.1", - "get-stdin": "7.0.0", - "lodash": "4.17.11", - "meow": "5.0.0", - "resolve-from": "5.0.0", - "resolve-global": "1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.3.1", - "requires": { - "ansi-styles": "^3.2.0", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.2.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5" - }, - "lodash": { - "version": "4.17.11" - } - } - }, - "@commitlint/config-conventional": { - "version": "7.6.0" - }, - "@commitlint/config-lerna-scopes": { - "version": "7.6.0", - "requires": { - "import-from": "3.0.0", - "resolve-pkg": "2.0.0", - "semver": "6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.0.0" - } - } - }, - "@commitlint/ensure": { - "version": "7.6.0", - "requires": { - "lodash": "4.17.11" - }, - "dependencies": { - "lodash": { - "version": "4.17.11" - } - } - }, - "@commitlint/execute-rule": { - "version": "7.6.0", - "requires": { - "babel-runtime": "6.26.0" - } - }, - "@commitlint/format": { - "version": "7.6.1", - "requires": { - "babel-runtime": "^6.23.0", - "chalk": "^2.0.1" - } - }, - "@commitlint/is-ignored": { - "version": "7.6.0", - "requires": { - "semver": "6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.0.0" - } - } - }, - "@commitlint/lint": { - "version": "7.6.0", - "requires": { - "@commitlint/is-ignored": "^7.6.0", - "@commitlint/parse": "^7.6.0", - "@commitlint/rules": "^7.6.0", - "babel-runtime": "^6.23.0", - "lodash": "4.17.11" - }, - "dependencies": { - "lodash": { - "version": "4.17.11" - } - } - }, - "@commitlint/load": { - "version": "7.6.2", - "requires": { - "@commitlint/execute-rule": "^7.6.0", - "@commitlint/resolve-extends": "^7.6.0", - "babel-runtime": "^6.23.0", - "cosmiconfig": "^5.2.0", - "lodash": "4.17.11", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11" - } - } - }, - "@commitlint/message": { - "version": "7.6.0" - }, - "@commitlint/parse": { - "version": "7.6.0", - "requires": { - "conventional-changelog-angular": "^1.3.3", - "conventional-commits-parser": "^2.1.0", - "lodash": "^4.17.11" - } - }, - "@commitlint/read": { - "version": "7.6.0", - "requires": { - "@commitlint/top-level": "^7.6.0", - "@marionebl/sander": "^0.6.0", - "babel-runtime": "^6.23.0", - "git-raw-commits": "^1.3.0" - } - }, - "@commitlint/resolve-extends": { - "version": "7.6.0", - "requires": { - "babel-runtime": "6.26.0", - "import-fresh": "^3.0.0", - "lodash": "4.17.11", - "resolve-from": "^5.0.0", - "resolve-global": "^1.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11" - } - } - }, - "@commitlint/rules": { - "version": "7.6.0", - "requires": { - "@commitlint/ensure": "^7.6.0", - "@commitlint/message": "^7.6.0", - "@commitlint/to-lines": "^7.6.0", - "babel-runtime": "^6.23.0" - } - }, - "@commitlint/to-lines": { - "version": "7.6.0" - }, - "@commitlint/top-level": { - "version": "7.6.0", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - } - } - }, - "@ctrl/tinycolor": { - "version": "3.4.0" - }, - "@data-ui/event-flow": { - "version": "0.0.84", - "requires": { - "@babel/polyfill": "^7.0.0", - "@babel/runtime-corejs2": "^7.1.5", - "@data-ui/forms": "^0.0.84", - "@data-ui/radial-chart": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "0.0.140", - "@vx/bounds": "0.0.140", - "@vx/clip-path": "0.0.140", - "@vx/glyph": "0.0.140", - "@vx/gradient": "0.0.140", - "@vx/grid": "0.0.140", - "@vx/group": "0.0.140", - "@vx/legend": "0.0.140", - "@vx/pattern": "0.0.140", - "@vx/point": "0.0.136", - "@vx/responsive": "0.0.140", - "@vx/scale": "0.0.140", - "@vx/shape": "0.0.140", - "@vx/tooltip": "0.0.140", - "aphrodite": "^1.2.0", - "d3-array": "^1.2.0", - "d3-format": "^1.2.0", - "d3-selection": "^1.1.0", - "d3-zoom": "^1.3.0", - "immutable": "^3.8.1", - "prop-types": "^15.5.10", - "react-split-pane": "^0.1.63", - "react-with-styles": "^1.3.0", - "react-with-styles-interface-aphrodite": "^1.2.0", - "recompose": "^0.23.5" - }, - "dependencies": { - "@vx/responsive": { - "version": "0.0.140", - "requires": { - "lodash": "^4.0.8" - } - }, - "hoist-non-react-statics": { - "version": "1.2.0" - }, - "recompose": { - "version": "0.23.5", - "requires": { - "change-emitter": "^0.1.2", - "fbjs": "^0.8.1", - "hoist-non-react-statics": "^1.0.0", - "symbol-observable": "^1.0.4" - } - } - } - }, - "@data-ui/forms": { - "version": "0.0.84", - "requires": { - "prop-types": "^15.5.10", - "react-select": "^1.2.1" - } - }, - "@data-ui/histogram": { - "version": "0.0.84", - "requires": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "^0.0.179", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.179", - "@vx/glyph": "^0.0.179", - "@vx/gradient": "^0.0.165", - "@vx/group": "^0.0.170", - "@vx/pattern": "^0.0.179", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.179", - "@vx/shape": "^0.0.179", - "@vx/tooltip": "0.0.179", - "d3-array": "^1.2.0", - "d3-scale": "^1.0.6", - "prop-types": "^15.5.10", - "react-move": "^2.1.0" - }, - "dependencies": { - "@vx/axis": { - "version": "0.0.179", - "requires": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "@vx/text": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - } - }, - "@vx/bounds": { - "version": "0.0.165", - "requires": { - "prop-types": "^15.5.10" - } - }, - "@vx/glyph": { - "version": "0.0.179", - "requires": { - "@vx/group": "0.0.170", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.6.2" - } - }, - "@vx/gradient": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - } - }, - "@vx/group": { - "version": "0.0.170", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/pattern": { - "version": "0.0.179", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/point": { - "version": "0.0.165" - }, - "@vx/responsive": { - "version": "0.0.192", - "requires": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - } - }, - "@vx/scale": { - "version": "0.0.179", - "requires": { - "d3-scale": "^2.0.0" - }, - "dependencies": { - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - } - }, - "@vx/shape": { - "version": "0.0.179", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/text": { - "version": "0.0.179", - "requires": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "prop-types": "^15.6.2", - "reduce-css-calc": "^1.3.0" - } - }, - "@vx/tooltip": { - "version": "0.0.179", - "requires": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "d3-scale": { - "version": "1.0.7", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-color": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "resize-observer-polyfill": { - "version": "1.5.0" - } - } - }, - "@data-ui/radial-chart": { - "version": "0.0.84", - "requires": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/event": "0.0.140", - "@vx/group": "0.0.140", - "@vx/scale": "0.0.140", - "@vx/shape": "0.0.140", - "@vx/tooltip": "0.0.140", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@vx/event": { - "version": "0.0.140", - "requires": { - "@vx/point": "0.0.136" - } - } - } - }, - "@data-ui/shared": { - "version": "0.0.84", - "requires": { - "@data-ui/theme": "^0.0.84", - "@vx/event": "^0.0.165", - "@vx/group": "^0.0.165", - "@vx/shape": "^0.0.168", - "@vx/tooltip": "0.0.165", - "d3-array": "^1.2.1", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@vx/bounds": { - "version": "0.0.165", - "requires": { - "prop-types": "^15.5.10" - } - }, - "@vx/event": { - "version": "0.0.165", - "requires": { - "@vx/point": "0.0.165" - } - }, - "@vx/group": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/point": { - "version": "0.0.165" - }, - "@vx/shape": { - "version": "0.0.168", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.165", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/tooltip": { - "version": "0.0.165", - "requires": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - } - } - }, - "@data-ui/sparkline": { - "version": "0.0.84", - "requires": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.8", - "@vx/axis": "^0.0.179", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.179", - "@vx/glyph": "^0.0.179", - "@vx/gradient": "^0.0.165", - "@vx/group": "^0.0.170", - "@vx/pattern": "^0.0.179", - "@vx/point": "^0.0.165", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.179", - "@vx/shape": "^0.0.179", - "d3-array": "^1.2.0", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@data-ui/theme": { - "version": "0.0.8" - }, - "@vx/axis": { - "version": "0.0.179", - "requires": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "@vx/text": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - } - }, - "@vx/glyph": { - "version": "0.0.179", - "requires": { - "@vx/group": "0.0.170", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.6.2" - } - }, - "@vx/gradient": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - } - }, - "@vx/group": { - "version": "0.0.170", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/pattern": { - "version": "0.0.179", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/point": { - "version": "0.0.165" - }, - "@vx/responsive": { - "version": "0.0.192", - "requires": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - } - }, - "@vx/scale": { - "version": "0.0.179", - "requires": { - "d3-scale": "^2.0.0" - } - }, - "@vx/shape": { - "version": "0.0.179", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/text": { - "version": "0.0.179", - "requires": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "prop-types": "^15.6.2", - "reduce-css-calc": "^1.3.0" - } - }, - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "resize-observer-polyfill": { - "version": "1.5.0" - } - } - }, - "@data-ui/theme": { - "version": "0.0.84" - }, - "@data-ui/xy-chart": { - "version": "0.0.84", - "requires": { - "@data-ui/shared": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@vx/axis": "^0.0.175", - "@vx/curve": "^0.0.165", - "@vx/event": "^0.0.165", - "@vx/glyph": "^0.0.165", - "@vx/gradient": "^0.0.165", - "@vx/grid": "^0.0.180", - "@vx/group": "^0.0.165", - "@vx/pattern": "^0.0.165", - "@vx/point": "^0.0.165", - "@vx/responsive": "^0.0.192", - "@vx/scale": "^0.0.165", - "@vx/shape": "^0.0.165", - "@vx/stats": "^0.0.165", - "@vx/text": "^0.0.192", - "@vx/threshold": "0.0.170", - "@vx/tooltip": "^0.0.165", - "@vx/voronoi": "^0.0.165", - "d3-array": "^1.2.0", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@vx/axis": { - "version": "0.0.175", - "requires": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.175", - "@vx/text": "0.0.175", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "dependencies": { - "@vx/group": { - "version": "0.0.170", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/shape": { - "version": "0.0.175", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/text": { - "version": "0.0.175", - "requires": { - "babel-plugin-lodash": "^3.3.2", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "reduce-css-calc": "^1.3.0" - } - } - } - }, - "@vx/bounds": { - "version": "0.0.165", - "requires": { - "prop-types": "^15.5.10" - } - }, - "@vx/event": { - "version": "0.0.165", - "requires": { - "@vx/point": "0.0.165" - } - }, - "@vx/glyph": { - "version": "0.0.165", - "requires": { - "@vx/group": "0.0.165", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - } - }, - "@vx/gradient": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - } - }, - "@vx/grid": { - "version": "0.0.180", - "requires": { - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "@vx/shape": "0.0.179", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - }, - "dependencies": { - "@vx/group": { - "version": "0.0.170", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/shape": { - "version": "0.0.179", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - } - } - }, - "@vx/group": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/pattern": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/point": { - "version": "0.0.165" - }, - "@vx/responsive": { - "version": "0.0.192", - "requires": { - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.0" - } - }, - "@vx/scale": { - "version": "0.0.165", - "requires": { - "d3-scale": "^2.0.0" - } - }, - "@vx/shape": { - "version": "0.0.165", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.165", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/tooltip": { - "version": "0.0.165", - "requires": { - "@vx/bounds": "0.0.165", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "resize-observer-polyfill": { - "version": "1.5.0" - } - } - }, - "@discoveryjs/json-ext": { - "version": "0.5.5" - }, - "@emotion/babel-plugin": { - "version": "11.3.0", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/runtime": "^7.13.10", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.2", - "babel-plugin-macros": "^2.6.1", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "^4.0.3" - } - }, - "@emotion/babel-plugin-jsx-pragmatic": { - "version": "0.1.5", - "requires": { - "@babel/plugin-syntax-jsx": "^7.2.0" - } - }, - "@emotion/babel-preset-css-prop": { - "version": "11.2.0", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.1", - "@babel/runtime": "^7.7.2", - "@emotion/babel-plugin": "^11.2.0", - "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5" - } - }, - "@emotion/cache": { - "version": "11.5.0", - "requires": { - "@emotion/memoize": "^0.7.4", - "@emotion/sheet": "^1.0.3", - "@emotion/utils": "^1.0.0", - "@emotion/weak-memoize": "^0.2.5", - "stylis": "^4.0.10" - } - }, - "@emotion/css": { - "version": "10.0.27", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/memoize": { - "version": "0.7.4" - }, - "@emotion/serialize": { - "version": "0.11.16", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/utils": { - "version": "0.11.3" - } - } - }, - "@emotion/css-prettifier": { - "version": "1.0.0", - "requires": { - "@emotion/memoize": "^0.7.4", - "stylis": "^4.0.3" - } - }, - "@emotion/hash": { - "version": "0.8.0" - }, - "@emotion/is-prop-valid": { - "version": "1.1.0", - "requires": { - "@emotion/memoize": "^0.7.4" - } - }, - "@emotion/jest": { - "version": "11.5.0", - "requires": { - "@babel/runtime": "^7.13.10", - "@emotion/css-prettifier": "^1.0.0", - "chalk": "^4.1.0", - "specificity": "^0.4.1", - "stylis": "^4.0.10" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@emotion/memoize": { - "version": "0.7.5" - }, - "@emotion/react": { - "version": "11.5.0", - "requires": { - "@babel/runtime": "^7.13.10", - "@emotion/cache": "^11.5.0", - "@emotion/serialize": "^1.0.2", - "@emotion/sheet": "^1.0.3", - "@emotion/utils": "^1.0.0", - "@emotion/weak-memoize": "^0.2.5", - "hoist-non-react-statics": "^3.3.1" - } - }, - "@emotion/serialize": { - "version": "1.0.2", - "requires": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.9" - } - } - }, - "@emotion/sheet": { - "version": "1.0.3" - }, - "@emotion/styled": { - "version": "11.3.0", - "requires": { - "@babel/runtime": "^7.13.10", - "@emotion/babel-plugin": "^11.3.0", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/serialize": "^1.0.2", - "@emotion/utils": "^1.0.0" - } - }, - "@emotion/stylis": { - "version": "0.8.5" - }, - "@emotion/unitless": { - "version": "0.7.5" - }, - "@emotion/utils": { - "version": "1.0.0" - }, - "@emotion/weak-memoize": { - "version": "0.2.5" - }, - "@encodable/color": { - "version": "1.1.1", - "requires": { - "@encodable/registry": "^1.0.3", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^3.1.0", - "@types/d3-scale-chromatic": "^1.2.0", - "d3-interpolate": "^2.0.1", - "d3-scale": "^3.2.1", - "d3-scale-chromatic": "^2.0.0" - }, - "dependencies": { - "@types/d3-scale": { - "version": "3.3.2", - "requires": { - "@types/d3-time": "^2" - } - }, - "@types/d3-time": { - "version": "2.1.1" - }, - "d3-interpolate": { - "version": "2.0.1", - "requires": { - "d3-color": "1 - 2" - } - } - } - }, - "@encodable/format": { - "version": "1.0.6", - "requires": { - "@encodable/registry": "^1.0.3", - "@types/d3-format": "^1.3.1", - "@types/d3-time": "^1.0.10", - "@types/d3-time-format": "^2.1.1", - "d3-format": "^2.0.0", - "d3-time": "^2.0.0", - "d3-time-format": "^3.0.0" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - }, - "d3-format": { - "version": "2.0.0" - }, - "d3-time": { - "version": "2.1.1", - "requires": { - "d3-array": "2" - } - }, - "d3-time-format": { - "version": "3.0.0", - "requires": { - "d3-time": "1 - 2" - } - } - } - }, - "@encodable/registry": { - "version": "1.0.3", - "requires": {} - }, - "@eslint/eslintrc": { - "version": "0.4.3", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "globals": { - "version": "13.11.0", - "requires": { - "type-fest": "^0.20.2" - } - }, - "ignore": { - "version": "4.0.6" - }, - "strip-json-comments": { - "version": "3.1.1" - }, - "type-fest": { - "version": "0.20.2" - } - } - }, - "@evocateur/libnpmaccess": { - "version": "3.1.2", - "requires": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "aproba": "^2.0.0", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.0.0", - "npm-package-arg": "^6.1.0" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - } - } - }, - "@evocateur/libnpmpublish": { - "version": "1.2.2", - "requires": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "aproba": "^2.0.0", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.0.0", - "lodash.clonedeep": "^4.5.0", - "normalize-package-data": "^2.4.0", - "npm-package-arg": "^6.1.0", - "semver": "^5.5.1", - "ssri": "^6.0.1" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "semver": { - "version": "5.7.1" - } - } - }, - "@evocateur/npm-registry-fetch": { - "version": "4.0.0", - "requires": { - "bluebird": "^3.5.1", - "figgy-pudding": "^3.4.1", - "JSONStream": "^1.3.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^5.0.0", - "npm-package-arg": "^6.1.0", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "requires": { - "yallist": "^3.0.2" - } - }, - "yallist": { - "version": "3.1.1" - } - } - }, - "@evocateur/pacote": { - "version": "9.6.5", - "requires": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "bluebird": "^3.5.3", - "cacache": "^12.0.3", - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.1.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^5.0.0", - "minimatch": "^3.0.4", - "minipass": "^2.3.5", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "normalize-package-data": "^2.5.0", - "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.4.4", - "npm-pick-manifest": "^3.0.0", - "osenv": "^0.1.5", - "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "protoduck": "^5.0.1", - "rimraf": "^2.6.3", - "safe-buffer": "^5.2.0", - "semver": "^5.7.0", - "ssri": "^6.0.1", - "tar": "^4.4.10", - "unique-filename": "^1.1.1", - "which": "^1.3.1" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "lru-cache": { - "version": "5.1.1", - "requires": { - "yallist": "^3.0.2" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "safe-buffer": { - "version": "5.2.1" - }, - "semver": { - "version": "5.7.1" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - }, - "yallist": { - "version": "3.1.1" - } - } - }, - "@gar/promisify": { - "version": "1.1.2" - }, - "@humanwhocodes/config-array": { - "version": "0.5.0", - "requires": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - } - }, - "@humanwhocodes/object-schema": { - "version": "1.2.0" - }, - "@hutson/parse-repository-url": { - "version": "3.0.2" - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "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" - } - }, - "@istanbuljs/schema": { - "version": "0.1.3" - }, - "@jest/console": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@jest/core": { - "version": "26.6.3", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "@jest/globals": { - "version": "26.6.2", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - } - }, - "@jest/reporters": { - "version": "26.6.2", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "slash": { - "version": "3.0.0" - }, - "source-map": { - "version": "0.6.1" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@jest/source-map": { - "version": "26.6.2", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - } - }, - "@jest/transform": { - "version": "26.6.2", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "source-map": { - "version": "0.6.1" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@jest/types": { - "version": "26.6.2", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@lerna/add": { - "version": "3.21.0", - "requires": { - "@evocateur/pacote": "^9.6.3", - "@lerna/bootstrap": "3.21.0", - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "npm-package-arg": "^6.1.0", - "p-map": "^2.1.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/bootstrap": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/has-npm-version": "3.16.5", - "@lerna/npm-install": "3.16.5", - "@lerna/package-graph": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/rimraf-dir": "3.16.5", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/symlink-binary": "3.17.0", - "@lerna/symlink-dependencies": "3.17.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "get-port": "^4.2.0", - "multimatch": "^3.0.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0", - "p-waterfall": "^1.0.0", - "read-package-tree": "^5.1.6", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/changed": { - "version": "3.21.0", - "requires": { - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/listable": "3.18.5", - "@lerna/output": "3.13.0" - } - }, - "@lerna/check-working-tree": { - "version": "3.16.5", - "requires": { - "@lerna/collect-uncommitted": "3.16.5", - "@lerna/describe-ref": "3.16.5", - "@lerna/validation-error": "3.13.0" - } - }, - "@lerna/child-process": { - "version": "3.16.5", - "requires": { - "chalk": "^2.3.1", - "execa": "^1.0.0", - "strong-log-transformer": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0" - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "@lerna/clean": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/rimraf-dir": "3.16.5", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0", - "p-waterfall": "^1.0.0" - } - }, - "@lerna/cli": { - "version": "3.18.5", - "requires": { - "@lerna/global-options": "3.13.0", - "dedent": "^0.7.0", - "npmlog": "^4.1.2", - "yargs": "^14.2.2" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "cliui": { - "version": "5.0.0", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "emoji-regex": { - "version": "7.0.3" - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "string-width": { - "version": "3.1.0", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "yargs": { - "version": "14.2.3", - "requires": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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": "^15.0.1" - } - }, - "yargs-parser": { - "version": "15.0.3", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "@lerna/collect-uncommitted": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "chalk": "^2.3.1", - "figgy-pudding": "^3.5.1", - "npmlog": "^4.1.2" - } - }, - "@lerna/collect-updates": { - "version": "3.20.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/describe-ref": "3.16.5", - "minimatch": "^3.0.4", - "npmlog": "^4.1.2", - "slash": "^2.0.0" - } - }, - "@lerna/command": { - "version": "3.21.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/package-graph": "3.18.5", - "@lerna/project": "3.21.0", - "@lerna/validation-error": "3.13.0", - "@lerna/write-log-file": "3.13.0", - "clone-deep": "^4.0.1", - "dedent": "^0.7.0", - "execa": "^1.0.0", - "is-ci": "^2.0.0", - "npmlog": "^4.1.2" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0" - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "@lerna/conventional-commits": { - "version": "3.22.0", - "requires": { - "@lerna/validation-error": "3.13.0", - "conventional-changelog-angular": "^5.0.3", - "conventional-changelog-core": "^3.1.6", - "conventional-recommended-bump": "^5.0.0", - "fs-extra": "^8.1.0", - "get-stream": "^4.0.0", - "lodash.template": "^4.5.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "pify": "^4.0.1", - "semver": "^6.2.0" - }, - "dependencies": { - "compare-func": { - "version": "2.0.0", - "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "conventional-changelog-angular": { - "version": "5.0.13", - "requires": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - } - }, - "conventional-changelog-core": { - "version": "3.2.3", - "requires": { - "conventional-changelog-writer": "^4.0.6", - "conventional-commits-parser": "^3.0.3", - "dateformat": "^3.0.0", - "get-pkg-repo": "^1.0.0", - "git-raw-commits": "2.0.0", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^2.0.3", - "lodash": "^4.2.1", - "normalize-package-data": "^2.3.5", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^3.0.0" - }, - "dependencies": { - "through2": { - "version": "3.0.2", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - } - } - }, - "conventional-changelog-writer": { - "version": "4.1.0", - "requires": { - "compare-func": "^2.0.0", - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.6", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - } - }, - "conventional-commits-parser": { - "version": "3.2.2", - "requires": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "dependencies": { - "split2": { - "version": "3.2.2", - "requires": { - "readable-stream": "^3.0.0" - } - } - } - }, - "dot-prop": { - "version": "5.3.0", - "requires": { - "is-obj": "^2.0.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "get-pkg-repo": { - "version": "1.4.0", - "requires": { - "hosted-git-info": "^2.1.4", - "meow": "^3.3.0", - "normalize-package-data": "^2.3.0", - "parse-github-repo-url": "^1.3.0", - "through2": "^2.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1" - }, - "camelcase-keys": { - "version": "2.1.0", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - } - }, - "find-up": { - "version": "1.1.2", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "meow": { - "version": "3.7.0", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - } - }, - "read-pkg": { - "version": "1.1.0", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - } - }, - "read-pkg-up": { - "version": "1.0.1", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "redent": { - "version": "1.0.0", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - } - }, - "strip-indent": { - "version": "1.0.1", - "requires": { - "get-stdin": "^4.0.1" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "trim-newlines": { - "version": "1.0.0" - } - } - }, - "get-stdin": { - "version": "4.0.1" - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "git-raw-commits": { - "version": "2.0.0", - "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "dependencies": { - "meow": { - "version": "4.0.1", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "git-semver-tags": { - "version": "2.0.3", - "requires": { - "meow": "^4.0.0", - "semver": "^6.0.0" - }, - "dependencies": { - "meow": { - "version": "4.0.1", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - } - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "indent-string": { - "version": "2.1.0", - "requires": { - "repeating": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0" - }, - "isarray": { - "version": "1.0.0" - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "load-json-file": { - "version": "1.1.0", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0" - } - } - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "path-exists": { - "version": "3.0.0" - } - } - }, - "map-obj": { - "version": "1.0.1" - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "hosted-git-info": { - "version": "4.0.2", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "indent-string": { - "version": "4.0.0" - }, - "map-obj": { - "version": "4.3.0" - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "normalize-package-data": { - "version": "3.0.3", - "requires": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "read-pkg": { - "version": "5.2.0", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9" - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "semver": { - "version": "5.7.1" - }, - "type-fest": { - "version": "0.6.0" - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1" - } - } - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "trim-newlines": { - "version": "3.0.1" - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "parse-json": { - "version": "2.2.0", - "requires": { - "error-ex": "^1.2.0" - } - }, - "path-exists": { - "version": "2.1.0", - "requires": { - "pinkie-promise": "^2.0.0" - } - }, - "path-type": { - "version": "1.1.0", - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "quick-lru": { - "version": "4.0.1" - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-bom": { - "version": "2.0.0", - "requires": { - "is-utf8": "^0.2.0" - } - }, - "type-fest": { - "version": "0.18.1" - }, - "universalify": { - "version": "0.1.2" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "@lerna/create": { - "version": "3.22.0", - "requires": { - "@evocateur/pacote": "^9.6.3", - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/validation-error": "3.13.0", - "camelcase": "^5.0.0", - "dedent": "^0.7.0", - "fs-extra": "^8.1.0", - "globby": "^9.2.0", - "init-package-json": "^1.10.3", - "npm-package-arg": "^6.1.0", - "p-reduce": "^1.0.0", - "pify": "^4.0.1", - "semver": "^6.2.0", - "slash": "^2.0.0", - "validate-npm-package-license": "^3.0.3", - "validate-npm-package-name": "^3.0.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "1.1.3" - }, - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "dir-glob": { - "version": "2.2.2", - "requires": { - "path-type": "^3.0.0" - } - }, - "fast-glob": { - "version": "2.2.7", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "glob-parent": { - "version": "3.1.0", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "globby": { - "version": "9.2.0", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - } - }, - "ignore": { - "version": "4.0.6" - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "path-type": { - "version": "3.0.0", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "tr46": { - "version": "1.0.1", - "requires": { - "punycode": "^2.1.0" - } - }, - "universalify": { - "version": "0.1.2" - }, - "webidl-conversions": { - "version": "4.0.2" - }, - "whatwg-url": { - "version": "7.1.0", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } - } - }, - "@lerna/create-symlink": { - "version": "3.16.2", - "requires": { - "@zkochan/cmd-shim": "^3.1.0", - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/describe-ref": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "npmlog": "^4.1.2" - } - }, - "@lerna/diff": { - "version": "3.21.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/validation-error": "3.13.0", - "npmlog": "^4.1.2" - } - }, - "@lerna/exec": { - "version": "3.21.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/profiler": "3.20.0", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "p-map": "^2.1.0" - } - }, - "@lerna/filter-options": { - "version": "3.20.0", - "requires": { - "@lerna/collect-updates": "3.20.0", - "@lerna/filter-packages": "3.18.0", - "dedent": "^0.7.0", - "figgy-pudding": "^3.5.1", - "npmlog": "^4.1.2" - } - }, - "@lerna/filter-packages": { - "version": "3.18.0", - "requires": { - "@lerna/validation-error": "3.13.0", - "multimatch": "^3.0.0", - "npmlog": "^4.1.2" - } - }, - "@lerna/get-npm-exec-opts": { - "version": "3.13.0", - "requires": { - "npmlog": "^4.1.2" - } - }, - "@lerna/get-packed": { - "version": "3.16.0", - "requires": { - "fs-extra": "^8.1.0", - "ssri": "^6.0.1", - "tar": "^4.4.8" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/github-client": { - "version": "3.22.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@octokit/plugin-enterprise-rest": "^6.0.1", - "@octokit/rest": "^16.28.4", - "git-url-parse": "^11.1.2", - "npmlog": "^4.1.2" - } - }, - "@lerna/gitlab-client": { - "version": "3.15.0", - "requires": { - "node-fetch": "^2.5.0", - "npmlog": "^4.1.2", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "tr46": { - "version": "1.0.1", - "requires": { - "punycode": "^2.1.0" - } - }, - "webidl-conversions": { - "version": "4.0.2" - }, - "whatwg-url": { - "version": "7.1.0", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } - } - }, - "@lerna/global-options": { - "version": "3.13.0" - }, - "@lerna/has-npm-version": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/import": { - "version": "3.22.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/validation-error": "3.13.0", - "dedent": "^0.7.0", - "fs-extra": "^8.1.0", - "p-map-series": "^1.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/info": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/output": "3.13.0", - "envinfo": "^7.3.1" - } - }, - "@lerna/init": { - "version": "3.21.0", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/command": "3.21.0", - "fs-extra": "^8.1.0", - "p-map": "^2.1.0", - "write-json-file": "^3.2.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/link": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/package-graph": "3.18.5", - "@lerna/symlink-dependencies": "3.17.0", - "p-map": "^2.1.0", - "slash": "^2.0.0" - } - }, - "@lerna/list": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/listable": "3.18.5", - "@lerna/output": "3.13.0" - } - }, - "@lerna/listable": { - "version": "3.18.5", - "requires": { - "@lerna/query-graph": "3.18.5", - "chalk": "^2.3.1", - "columnify": "^1.5.4" - } - }, - "@lerna/log-packed": { - "version": "3.16.0", - "requires": { - "byte-size": "^5.0.1", - "columnify": "^1.5.4", - "has-unicode": "^2.0.1", - "npmlog": "^4.1.2" - } - }, - "@lerna/npm-conf": { - "version": "3.16.0", - "requires": { - "config-chain": "^1.1.11", - "pify": "^4.0.1" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - } - } - }, - "@lerna/npm-dist-tag": { - "version": "3.18.5", - "requires": { - "@evocateur/npm-registry-fetch": "^4.0.0", - "@lerna/otplease": "3.18.5", - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2" - } - }, - "@lerna/npm-install": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/get-npm-exec-opts": "3.13.0", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "signal-exit": "^3.0.2", - "write-pkg": "^3.1.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/npm-publish": { - "version": "3.18.5", - "requires": { - "@evocateur/libnpmpublish": "^1.2.2", - "@lerna/otplease": "3.18.5", - "@lerna/run-lifecycle": "3.16.2", - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "pify": "^4.0.1", - "read-package-json": "^2.0.13" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "pify": { - "version": "4.0.1" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/npm-run-script": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "@lerna/get-npm-exec-opts": "3.13.0", - "npmlog": "^4.1.2" - } - }, - "@lerna/otplease": { - "version": "3.18.5", - "requires": { - "@lerna/prompt": "3.18.5", - "figgy-pudding": "^3.5.1" - } - }, - "@lerna/output": { - "version": "3.13.0", - "requires": { - "npmlog": "^4.1.2" - } - }, - "@lerna/pack-directory": { - "version": "3.16.4", - "requires": { - "@lerna/get-packed": "3.16.0", - "@lerna/package": "3.16.0", - "@lerna/run-lifecycle": "3.16.2", - "figgy-pudding": "^3.5.1", - "npm-packlist": "^1.4.4", - "npmlog": "^4.1.2", - "tar": "^4.4.10", - "temp-write": "^3.4.0" - } - }, - "@lerna/package": { - "version": "3.16.0", - "requires": { - "load-json-file": "^5.3.0", - "npm-package-arg": "^6.1.0", - "write-pkg": "^3.1.0" - } - }, - "@lerna/package-graph": { - "version": "3.18.5", - "requires": { - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/validation-error": "3.13.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/prerelease-id-from-version": { - "version": "3.16.0", - "requires": { - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/profiler": { - "version": "3.20.0", - "requires": { - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2", - "upath": "^1.2.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/project": { - "version": "3.21.0", - "requires": { - "@lerna/package": "3.16.0", - "@lerna/validation-error": "3.13.0", - "cosmiconfig": "^5.1.0", - "dedent": "^0.7.0", - "dot-prop": "^4.2.0", - "glob-parent": "^5.0.0", - "globby": "^9.2.0", - "load-json-file": "^5.3.0", - "npmlog": "^4.1.2", - "p-map": "^2.1.0", - "resolve-from": "^4.0.0", - "write-json-file": "^3.2.0" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "1.1.3" - }, - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "dir-glob": { - "version": "2.2.2", - "requires": { - "path-type": "^3.0.0" - } - }, - "dot-prop": { - "version": "4.2.1", - "requires": { - "is-obj": "^1.0.0" - } - }, - "fast-glob": { - "version": "2.2.7", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": { - "glob-parent": { - "version": "3.1.0", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "globby": { - "version": "9.2.0", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - } - }, - "ignore": { - "version": "4.0.6" - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "path-type": { - "version": "3.0.0", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "resolve-from": { - "version": "4.0.0" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "@lerna/prompt": { - "version": "3.18.5", - "requires": { - "inquirer": "^6.2.0", - "npmlog": "^4.1.2" - } - }, - "@lerna/publish": { - "version": "3.22.1", - "requires": { - "@evocateur/libnpmaccess": "^3.1.2", - "@evocateur/npm-registry-fetch": "^4.0.0", - "@evocateur/pacote": "^9.6.3", - "@lerna/check-working-tree": "3.16.5", - "@lerna/child-process": "3.16.5", - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/describe-ref": "3.16.5", - "@lerna/log-packed": "3.16.0", - "@lerna/npm-conf": "3.16.0", - "@lerna/npm-dist-tag": "3.18.5", - "@lerna/npm-publish": "3.18.5", - "@lerna/otplease": "3.18.5", - "@lerna/output": "3.13.0", - "@lerna/pack-directory": "3.16.4", - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/prompt": "3.18.5", - "@lerna/pulse-till-done": "3.13.0", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "@lerna/version": "3.22.1", - "figgy-pudding": "^3.5.1", - "fs-extra": "^8.1.0", - "npm-package-arg": "^6.1.0", - "npmlog": "^4.1.2", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-pipe": "^1.2.0", - "semver": "^6.2.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/pulse-till-done": { - "version": "3.13.0", - "requires": { - "npmlog": "^4.1.2" - } - }, - "@lerna/query-graph": { - "version": "3.18.5", - "requires": { - "@lerna/package-graph": "3.18.5", - "figgy-pudding": "^3.5.1" - } - }, - "@lerna/resolve-symlink": { - "version": "3.16.0", - "requires": { - "fs-extra": "^8.1.0", - "npmlog": "^4.1.2", - "read-cmd-shim": "^1.0.1" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/rimraf-dir": { - "version": "3.16.5", - "requires": { - "@lerna/child-process": "3.16.5", - "npmlog": "^4.1.2", - "path-exists": "^3.0.0", - "rimraf": "^2.6.2" - }, - "dependencies": { - "path-exists": { - "version": "3.0.0" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "@lerna/run": { - "version": "3.21.0", - "requires": { - "@lerna/command": "3.21.0", - "@lerna/filter-options": "3.20.0", - "@lerna/npm-run-script": "3.16.5", - "@lerna/output": "3.13.0", - "@lerna/profiler": "3.20.0", - "@lerna/run-topologically": "3.18.5", - "@lerna/timer": "3.13.0", - "@lerna/validation-error": "3.13.0", - "p-map": "^2.1.0" - } - }, - "@lerna/run-lifecycle": { - "version": "3.16.2", - "requires": { - "@lerna/npm-conf": "3.16.0", - "figgy-pudding": "^3.5.1", - "npm-lifecycle": "^3.1.2", - "npmlog": "^4.1.2" - } - }, - "@lerna/run-topologically": { - "version": "3.18.5", - "requires": { - "@lerna/query-graph": "3.18.5", - "figgy-pudding": "^3.5.1", - "p-queue": "^4.0.0" - } - }, - "@lerna/symlink-binary": { - "version": "3.17.0", - "requires": { - "@lerna/create-symlink": "3.16.2", - "@lerna/package": "3.16.0", - "fs-extra": "^8.1.0", - "p-map": "^2.1.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/symlink-dependencies": { - "version": "3.17.0", - "requires": { - "@lerna/create-symlink": "3.16.2", - "@lerna/resolve-symlink": "3.16.0", - "@lerna/symlink-binary": "3.17.0", - "fs-extra": "^8.1.0", - "p-finally": "^1.0.0", - "p-map": "^2.1.0", - "p-map-series": "^1.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "@lerna/timer": { - "version": "3.13.0" - }, - "@lerna/validation-error": { - "version": "3.13.0", - "requires": { - "npmlog": "^4.1.2" - } - }, - "@lerna/version": { - "version": "3.22.1", - "requires": { - "@lerna/check-working-tree": "3.16.5", - "@lerna/child-process": "3.16.5", - "@lerna/collect-updates": "3.20.0", - "@lerna/command": "3.21.0", - "@lerna/conventional-commits": "3.22.0", - "@lerna/github-client": "3.22.0", - "@lerna/gitlab-client": "3.15.0", - "@lerna/output": "3.13.0", - "@lerna/prerelease-id-from-version": "3.16.0", - "@lerna/prompt": "3.18.5", - "@lerna/run-lifecycle": "3.16.2", - "@lerna/run-topologically": "3.18.5", - "@lerna/validation-error": "3.13.0", - "chalk": "^2.3.1", - "dedent": "^0.7.0", - "load-json-file": "^5.3.0", - "minimatch": "^3.0.4", - "npmlog": "^4.1.2", - "p-map": "^2.1.0", - "p-pipe": "^1.2.0", - "p-reduce": "^1.0.0", - "p-waterfall": "^1.0.0", - "semver": "^6.2.0", - "slash": "^2.0.0", - "temp-write": "^3.4.0", - "write-json-file": "^3.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@lerna/write-log-file": { - "version": "3.13.0", - "requires": { - "npmlog": "^4.1.2", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "write-file-atomic": { - "version": "2.4.3", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - } - } - }, - "@mapbox/geojson-area": { - "version": "0.2.2", - "requires": { - "wgs84": "0.0.0" - } - }, - "@mapbox/geojson-rewind": { - "version": "0.4.1", - "requires": { - "@mapbox/geojson-area": "0.2.2", - "concat-stream": "~1.6.0", - "minimist": "^1.2.5", - "sharkdown": "^0.1.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "isarray": { - "version": "1.0.0" - }, - "minimist": { - "version": "1.2.5" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "@mapbox/geojson-types": { - "version": "1.0.2" - }, - "@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2" - }, - "@mapbox/mapbox-gl-supported": { - "version": "1.5.0", - "requires": {} - }, - "@mapbox/point-geometry": { - "version": "0.1.0" - }, - "@mapbox/tiny-sdf": { - "version": "1.2.5" - }, - "@mapbox/unitbezier": { - "version": "0.0.0" - }, - "@mapbox/vector-tile": { - "version": "1.3.1", - "requires": { - "@mapbox/point-geometry": "~0.1.0" - } - }, - "@mapbox/whoots-js": { - "version": "3.1.0" - }, - "@marionebl/sander": { - "version": "0.6.1", - "requires": { - "graceful-fs": "^4.1.3", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.2" - }, - "dependencies": { - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "@mdx-js/mdx": { - "version": "1.6.22", - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "is-buffer": { - "version": "2.0.5" - }, - "is-plain-obj": { - "version": "2.1.0" - }, - "parse-entities": { - "version": "2.0.0", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "remark-parse": { - "version": "8.0.3", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - } - }, - "semver": { - "version": "5.7.1" - }, - "unified": { - "version": "9.2.0", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - } - }, - "unist-util-is": { - "version": "4.1.0" - }, - "unist-util-remove-position": { - "version": "2.0.1", - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.2" - } - }, - "unist-util-visit": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - }, - "vfile": { - "version": "4.2.1", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-location": { - "version": "3.2.0" - }, - "vfile-message": { - "version": "2.0.4", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - } - } - }, - "@mdx-js/util": { - "version": "1.6.22" - }, - "@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": { - "glob-to-regexp": { - "version": "0.3.0" - } - } - }, - "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "optional": true - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5" - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@npmcli/fs": { - "version": "1.0.0", - "requires": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "@npmcli/move-file": { - "version": "1.1.2", - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4" - } - } - }, - "@octokit/auth-token": { - "version": "2.5.0", - "requires": { - "@octokit/types": "^6.0.3" - } - }, - "@octokit/core": { - "version": "3.5.1", - "requires": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.0", - "@octokit/request-error": "^2.0.5", - "@octokit/types": "^6.0.3", - "before-after-hook": "^2.2.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/endpoint": { - "version": "6.0.12", - "requires": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/graphql": { - "version": "4.8.0", - "requires": { - "@octokit/request": "^5.6.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/openapi-types": { - "version": "11.2.0" - }, - "@octokit/plugin-enterprise-rest": { - "version": "6.0.1" - }, - "@octokit/plugin-paginate-rest": { - "version": "2.17.0", - "dev": true, - "requires": { - "@octokit/types": "^6.34.0" - } - }, - "@octokit/plugin-request-log": { - "version": "1.0.4", - "requires": {} - }, - "@octokit/plugin-rest-endpoint-methods": { - "version": "5.13.0", - "dev": true, - "requires": { - "@octokit/types": "^6.34.0", - "deprecation": "^2.3.1" - } - }, - "@octokit/request": { - "version": "5.6.2", - "requires": { - "@octokit/endpoint": "^6.0.1", - "@octokit/request-error": "^2.1.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.1", - "universal-user-agent": "^6.0.0" - }, - "dependencies": { - "node-fetch": { - "version": "2.6.5", - "requires": { - "whatwg-url": "^5.0.0" - } - }, - "tr46": { - "version": "0.0.3" - }, - "webidl-conversions": { - "version": "3.0.1" - }, - "whatwg-url": { - "version": "5.0.0", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - } - } - }, - "@octokit/request-error": { - "version": "2.1.0", - "requires": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "@octokit/rest": { - "version": "16.43.2", - "requires": { - "@octokit/auth-token": "^2.4.0", - "@octokit/plugin-paginate-rest": "^1.1.1", - "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "2.4.0", - "@octokit/request": "^5.2.0", - "@octokit/request-error": "^1.0.2", - "atob-lite": "^2.0.0", - "before-after-hook": "^2.0.0", - "btoa-lite": "^1.0.0", - "deprecation": "^2.0.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.uniq": "^4.5.0", - "octokit-pagination-methods": "^1.1.0", - "once": "^1.4.0", - "universal-user-agent": "^4.0.0" - }, - "dependencies": { - "@octokit/plugin-paginate-rest": { - "version": "1.1.2", - "requires": { - "@octokit/types": "^2.0.1" - } - }, - "@octokit/plugin-rest-endpoint-methods": { - "version": "2.4.0", - "requires": { - "@octokit/types": "^2.0.1", - "deprecation": "^2.3.1" - } - }, - "@octokit/request-error": { - "version": "1.2.1", - "requires": { - "@octokit/types": "^2.0.0", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "@octokit/types": { - "version": "2.16.2", - "requires": { - "@types/node": ">= 8" - } - }, - "universal-user-agent": { - "version": "4.0.1", - "requires": { - "os-name": "^3.1.0" - } - } - } - }, - "@octokit/types": { - "version": "6.34.0", - "requires": { - "@octokit/openapi-types": "^11.2.0" - } - }, - "@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.4.3", - "requires": { - "ansi-html": "^0.0.7", - "error-stack-parser": "^2.0.6", - "html-entities": "^1.2.1", - "native-url": "^0.2.6", - "schema-utils": "^2.6.5", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3" - } - } - }, - "@popperjs/core": { - "version": "2.10.2" - }, - "@reach/router": { - "version": "1.3.4", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - } - }, - "@react-icons/all-files": { - "version": "4.1.0", - "requires": {} - }, - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "dev": true, - "requires": { - "any-observable": "^0.3.0" - } - }, - "@sinonjs/commons": { - "version": "1.8.3", - "requires": { - "type-detect": "4.0.8" - } - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@sinonjs/samsam": { - "version": "5.3.1", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.6.0", - "lodash.get": "^4.4.2", - "type-detect": "^4.0.8" - } - }, - "@sinonjs/text-encoding": { - "version": "0.7.1", - "dev": true - }, - "@storybook/addon-actions": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/theming": "6.3.12", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "polished": "^4.0.5", - "prop-types": "^15.7.2", - "react-inspector": "^5.1.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "uuid-browser": "^3.1.0" - }, - "dependencies": { - "@storybook/client-api": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "react-inspector": { - "version": "5.1.1", - "requires": { - "@babel/runtime": "^7.0.0", - "is-dom": "^1.0.0", - "prop-types": "^15.0.0" - } - } - } - }, - "@storybook/addon-knobs": { - "version": "6.3.1", - "requires": { - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "escape-html": "^1.0.3", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "prop-types": "^15.7.2", - "qs": "^6.10.0", - "react-colorful": "^5.1.2", - "react-lifecycles-compat": "^3.0.4", - "react-select": "^3.2.0" - }, - "dependencies": { - "@emotion/cache": { - "version": "10.0.29", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/memoize": { - "version": "0.7.4" - }, - "@emotion/serialize": { - "version": "0.11.16", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4" - }, - "@emotion/utils": { - "version": "0.11.3" - }, - "react-colorful": { - "version": "5.5.0", - "requires": {} - }, - "react-select": { - "version": "3.2.0", - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/cache": "^10.0.9", - "@emotion/core": "^10.0.9", - "@emotion/css": "^10.0.9", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-input-autosize": "^3.0.0", - "react-transition-group": "^4.3.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "react-input-autosize": { - "version": "3.0.0", - "requires": { - "prop-types": "^15.5.8" - } - }, - "react-transition-group": { - "version": "4.4.2", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - } - } - } - } - } - }, - "@storybook/addon-links": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/router": "6.3.12", - "@types/qs": "^6.9.5", - "core-js": "^3.8.2", - "global": "^4.4.0", - "prop-types": "^15.7.2", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - } - } - }, - "@storybook/addons": { - "version": "6.3.12", - "requires": { - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/theming": "6.3.12", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - } - } - }, - "@storybook/api": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^5.3.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - } - } - }, - "@storybook/channel-postmessage": { - "version": "6.3.12", - "requires": { - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^5.3.2" - } - }, - "@storybook/channels": { - "version": "6.3.12", - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.3.12", - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/components": { - "version": "6.3.12", - "requires": { - "@popperjs/core": "^2.6.0", - "@storybook/client-logger": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/theming": "6.3.12", - "@types/color-convert": "^2.0.0", - "@types/overlayscrollbars": "^1.12.0", - "@types/react-syntax-highlighter": "11.0.5", - "color-convert": "^2.0.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^7.1.3", - "memoizerific": "^1.11.3", - "overlayscrollbars": "^1.13.1", - "polished": "^4.0.5", - "prop-types": "^15.7.2", - "react-colorful": "^5.1.2", - "react-popper-tooltip": "^3.1.1", - "react-syntax-highlighter": "^13.5.3", - "react-textarea-autosize": "^8.3.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "markdown-to-jsx": { - "version": "7.1.3", - "requires": {} - }, - "react-colorful": { - "version": "5.5.0", - "requires": {} - }, - "react-popper-tooltip": { - "version": "3.1.1", - "requires": { - "@babel/runtime": "^7.12.5", - "@popperjs/core": "^2.5.4", - "react-popper": "^2.2.4" - }, - "dependencies": { - "react-popper": { - "version": "2.2.5", - "requires": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - } - } - } - }, - "react-syntax-highlighter": { - "version": "13.5.3", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "^10.1.1", - "lowlight": "^1.14.0", - "prismjs": "^1.21.0", - "refractor": "^3.1.0" - } - }, - "react-textarea-autosize": { - "version": "8.3.3", - "requires": { - "@babel/runtime": "^7.10.2", - "use-composed-ref": "^1.0.0", - "use-latest": "^1.0.0" - }, - "dependencies": { - "use-composed-ref": { - "version": "1.1.0", - "requires": { - "ts-essentials": "^2.0.3" - } - }, - "use-latest": { - "version": "1.2.0", - "requires": { - "use-isomorphic-layout-effect": "^1.0.0" - }, - "dependencies": { - "use-isomorphic-layout-effect": { - "version": "1.1.1", - "requires": {} - } - } - } - } - } - } - }, - "@storybook/core-events": { - "version": "6.3.12", - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/csf": { - "version": "0.0.1", - "requires": { - "lodash": "^4.17.15" - } - }, - "@storybook/csf-tools": { - "version": "6.3.12", - "requires": { - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@mdx-js/mdx": "^1.6.22", - "@storybook/csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.20", - "prettier": "~2.2.1", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "prettier": { - "version": "2.2.1" - } - } - }, - "@storybook/node-logger": { - "version": "5.3.21", - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@storybook/preset-typescript": { - "version": "3.0.0", - "requires": { - "@babel/preset-typescript": "^7.8.3", - "@storybook/node-logger": "^5.3.17", - "@types/babel__core": "^7.1.6", - "babel-preset-typescript-vue": "^1.0.3", - "fork-ts-checker-webpack-plugin": "^4.1.0" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "requires": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "semver": { - "version": "5.7.1" - }, - "tapable": { - "version": "1.1.3" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "@storybook/react": { - "version": "6.3.12", - "requires": { - "@babel/preset-flow": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "@storybook/addons": "6.3.12", - "@storybook/core": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/react-docgen-typescript-plugin": "1.0.2-canary.253f8c1.0", - "@storybook/semver": "^7.3.2", - "@types/webpack-env": "^1.16.0", - "babel-plugin-add-react-displayname": "^0.0.5", - "babel-plugin-named-asset-import": "^0.3.1", - "babel-plugin-react-docgen": "^4.2.1", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "prop-types": "^15.7.2", - "react-dev-utils": "^11.0.3", - "react-refresh": "^0.8.3", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "webpack": "4" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@emotion/cache": { - "version": "10.0.29", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/memoize": { - "version": "0.7.4" - }, - "@emotion/serialize": { - "version": "0.11.16", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4" - }, - "@emotion/utils": { - "version": "0.11.3" - }, - "@storybook/core": { - "version": "6.3.12", - "requires": { - "@storybook/core-client": "6.3.12", - "@storybook/core-server": "6.3.12" - }, - "dependencies": { - "@storybook/core-client": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@storybook/ui": "6.3.12", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/client-api": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/ui": { - "version": "6.3.12", - "requires": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - }, - "downshift": { - "version": "6.1.7", - "requires": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - } - }, - "emotion-theming": { - "version": "10.0.27", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } - }, - "markdown-to-jsx": { - "version": "6.11.4", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - } - }, - "react-draggable": { - "version": "4.4.4", - "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - } - }, - "react-helmet-async": { - "version": "1.1.2", - "requires": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - } - } - } - } - } - }, - "@storybook/core-server": { - "version": "6.3.12", - "requires": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.3.12", - "@storybook/core-client": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/csf-tools": "6.3.12", - "@storybook/manager-webpack4": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^4.2.0", - "chalk": "^4.1.0", - "cli-table3": "0.6.0", - "commander": "^6.2.1", - "compression": "^1.7.4", - "core-js": "^3.8.2", - "cpy": "^8.1.1", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "fs-extra": "^9.0.1", - "globby": "^11.0.2", - "ip": "^1.1.5", - "node-fetch": "^2.6.1", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", - "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "dependencies": { - "@storybook/builder-webpack4": { - "version": "6.3.12", - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-api": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@storybook/ui": "6.3.12", - "@types/node": "^14.0.10", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", - "babel-loader": "^8.2.2", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "dotenv-webpack": "^1.8.0", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "react-dev-utils": "^11.0.3", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.0", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "@storybook/client-api": { - "version": "6.3.12", - "requires": { - "@storybook/addons": "6.3.12", - "@storybook/channel-postmessage": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/csf": "0.0.1", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "stable": "^0.1.8", - "store2": "^2.12.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - }, - "@storybook/ui": { - "version": "6.3.12", - "requires": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "downshift": { - "version": "6.1.7", - "requires": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - } - }, - "emotion-theming": { - "version": "10.0.27", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } - }, - "markdown-to-jsx": { - "version": "6.11.4", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - } - }, - "react-draggable": { - "version": "4.4.4", - "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - } - }, - "react-helmet-async": { - "version": "1.1.2", - "requires": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - } - } - } - } - } - }, - "@storybook/manager-webpack4": { - "version": "6.3.12", - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.3.12", - "@storybook/core-client": "6.3.12", - "@storybook/core-common": "6.3.12", - "@storybook/node-logger": "6.3.12", - "@storybook/theming": "6.3.12", - "@storybook/ui": "6.3.12", - "@types/node": "^14.0.10", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.2.2", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "dotenv-webpack": "^1.8.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.1", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^5.3.2", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "@storybook/ui": { - "version": "6.3.12", - "requires": { - "@emotion/core": "^10.1.1", - "@storybook/addons": "6.3.12", - "@storybook/api": "6.3.12", - "@storybook/channels": "6.3.12", - "@storybook/client-logger": "6.3.12", - "@storybook/components": "6.3.12", - "@storybook/core-events": "6.3.12", - "@storybook/router": "6.3.12", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.3.12", - "@types/markdown-to-jsx": "^6.11.3", - "copy-to-clipboard": "^3.3.1", - "core-js": "^3.8.2", - "core-js-pure": "^3.8.2", - "downshift": "^6.0.15", - "emotion-theming": "^10.0.27", - "fuse.js": "^3.6.1", - "global": "^4.4.0", - "lodash": "^4.17.20", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "qs": "^6.10.0", - "react-draggable": "^4.4.3", - "react-helmet-async": "^1.0.7", - "react-sizeme": "^3.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "store2": "^2.12.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@storybook/router": { - "version": "6.3.12", - "requires": { - "@reach/router": "^1.3.4", - "@storybook/client-logger": "6.3.12", - "@types/reach__router": "^1.3.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.20", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "ts-dedent": "^2.0.0" - } - }, - "downshift": { - "version": "6.1.7", - "requires": { - "@babel/runtime": "^7.14.8", - "compute-scroll-into-view": "^1.0.17", - "prop-types": "^15.7.2", - "react-is": "^17.0.2", - "tslib": "^2.3.0" - } - }, - "emotion-theming": { - "version": "10.0.27", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } - }, - "markdown-to-jsx": { - "version": "6.11.4", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - } - }, - "react-draggable": { - "version": "4.4.4", - "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - } - }, - "react-helmet-async": { - "version": "1.1.2", - "requires": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - } - } - } - } - } - } - } - }, - "ansi-styles": { - "version": "3.2.1", - "requires": { - "color-convert": "^1.9.0" - } - }, - "babel-plugin-macros": { - "version": "2.8.0", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "color-convert": { - "version": "1.9.3", - "requires": { - "color-name": "1.1.3" - } - }, - "cosmiconfig": { - "version": "6.0.0", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "requires": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - } - } - }, - "has-flag": { - "version": "3.0.0" - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "semver": { - "version": "5.7.1" - }, - "supports-color": { - "version": "5.5.0", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@storybook/core-common": { - "version": "6.3.12", - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.3.12", - "@storybook/semver": "^7.3.2", - "@types/glob-base": "^0.3.0", - "@types/micromatch": "^4.0.1", - "@types/node": "^14.0.10", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.2.2", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "glob": "^7.1.6", - "glob-base": "^0.3.0", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "micromatch": "^4.0.2", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - } - }, - "@storybook/node-logger": { - "version": "6.3.12", - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3" - } - }, - "@types/node": { - "version": "14.17.27" - }, - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "babel-plugin-macros": { - "version": "3.1.0", - "requires": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "cacache": { - "version": "15.3.0", - "requires": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "chownr": { - "version": "2.0.0" - }, - "color-name": { - "version": "1.1.3" - }, - "commander": { - "version": "6.2.1" - }, - "cosmiconfig": { - "version": "7.0.1", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5" - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "find-cache-dir": { - "version": "3.3.2", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "requires": { - "p-limit": "^2.2.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - } - } - }, - "find-up": { - "version": "5.0.0", - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "6.3.5", - "requires": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "6.0.0", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - } - } - }, - "fs-minipass": { - "version": "2.1.0", - "requires": { - "minipass": "^3.0.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "interpret": { - "version": "2.2.0" - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "locate-path": { - "version": "6.0.0", - "requires": { - "p-locate": "^5.0.0" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "minipass": { - "version": "3.1.5", - "requires": { - "yallist": "^4.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4" - }, - "node-fetch": { - "version": "2.6.5", - "requires": { - "whatwg-url": "^5.0.0" - } - }, - "p-locate": { - "version": "5.0.0", - "requires": { - "p-limit": "^3.0.2" - } - }, - "p-map": { - "version": "4.0.0", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "pkg-dir": { - "version": "5.0.0", - "requires": { - "find-up": "^5.0.0" - } - }, - "react-is": { - "version": "17.0.2" - }, - "schema-utils": { - "version": "2.7.0", - "requires": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - } - }, - "serialize-javascript": { - "version": "5.0.1", - "requires": { - "randombytes": "^2.1.0" - } - }, - "source-map": { - "version": "0.6.1" - }, - "ssri": { - "version": "8.0.1", - "requires": { - "minipass": "^3.1.1" - } - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3" - }, - "tar": { - "version": "6.1.11", - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "terser": { - "version": "5.9.0", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.20" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - }, - "source-map": { - "version": "0.7.3" - } - } - }, - "terser-webpack-plugin": { - "version": "4.2.3", - "requires": { - "cacache": "^15.0.5", - "find-cache-dir": "^3.3.1", - "jest-worker": "^26.5.0", - "p-limit": "^3.0.2", - "schema-utils": "^3.0.0", - "serialize-javascript": "^5.0.1", - "source-map": "^0.6.1", - "terser": "^5.3.4", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "tr46": { - "version": "0.0.3" - }, - "webidl-conversions": { - "version": "3.0.1" - }, - "whatwg-url": { - "version": "5.0.0", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - } - } - }, - "@storybook/react-docgen-typescript-plugin": { - "version": "1.0.2-canary.253f8c1.0", - "requires": { - "debug": "^4.1.1", - "endent": "^2.0.1", - "find-cache-dir": "^3.3.1", - "flat-cache": "^3.0.4", - "micromatch": "^4.0.2", - "react-docgen-typescript": "^2.0.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.2", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@storybook/semver": { - "version": "7.3.2", - "requires": { - "core-js": "^3.6.5", - "find-up": "^4.1.0" - } - }, - "@storybook/theming": { - "version": "6.3.12", - "requires": { - "@emotion/core": "^10.1.1", - "@emotion/is-prop-valid": "^0.8.6", - "@emotion/styled": "^10.0.27", - "@storybook/client-logger": "6.3.12", - "core-js": "^3.8.2", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.27", - "global": "^4.4.0", - "memoizerific": "^1.11.3", - "polished": "^4.0.5", - "resolve-from": "^5.0.0", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "@emotion/cache": { - "version": "10.0.29", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - } - }, - "@emotion/core": { - "version": "10.1.1", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - } - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "requires": { - "@emotion/memoize": "0.7.4" - } - }, - "@emotion/memoize": { - "version": "0.7.4" - }, - "@emotion/serialize": { - "version": "0.11.16", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/sheet": { - "version": "0.9.4" - }, - "@emotion/styled": { - "version": "10.0.27", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/styled-base": { - "version": "10.0.31", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - } - } - } - }, - "@emotion/utils": { - "version": "0.11.3" - }, - "emotion-theming": { - "version": "10.0.27", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - } - } - } - }, - "@superset-ui/chart-controls": { - "version": "file:packages/superset-ui-chart-controls", - "requires": { - "@react-icons/all-files": "^4.1.0", - "@superset-ui/core": "0.18.25", - "lodash": "^4.17.15", - "prop-types": "^15.7.2" - } - }, - "@superset-ui/commit-config": { - "version": "0.0.9", - "requires": { - "@commitlint/cli": "^7.5.2", - "@commitlint/config-conventional": "^7.5.0", - "@commitlint/config-lerna-scopes": "^7.5.1", - "commitizen": "^3.0.7", - "conventional-changelog": "^3.0.6", - "conventional-changelog-cli": "^2.0.12", - "cz-conventional-changelog": "^2.1.0" - } - }, - "@superset-ui/core": { - "version": "file:packages/superset-ui-core", - "requires": { - "@babel/runtime": "^7.1.2", - "@emotion/styled": "^11.3.0", - "@types/d3-format": "^1.3.0", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^2.1.1", - "@types/d3-time": "^1.0.9", - "@types/d3-time-format": "^2.1.0", - "@types/fetch-mock": "^7.3.3", - "@types/lodash": "^4.14.149", - "@types/math-expression-evaluator": "^1.2.1", - "@types/rison": "0.0.6", - "@types/seedrandom": "^2.4.28", - "@vx/responsive": "^0.0.199", - "csstype": "^2.6.4", - "d3-format": "^1.3.2", - "d3-interpolate": "^1.4.0", - "d3-scale": "^3.0.0", - "d3-time": "^1.0.10", - "d3-time-format": "^2.2.0", - "fetch-mock": "^6.5.2", - "fetch-retry": "^4.0.1", - "jed": "^1.1.1", - "jest-mock-console": "^1.0.0", - "lodash": "^4.17.11", - "math-expression-evaluator": "^1.3.8", - "pretty-ms": "^7.0.0", - "react-error-boundary": "^1.2.5", - "react-markdown": "^4.3.1", - "reselect": "^4.0.0", - "rison": "^0.1.1", - "seedrandom": "^3.0.5", - "whatwg-fetch": "^3.0.0" - }, - "dependencies": { - "pretty-ms": { - "version": "7.0.1", - "requires": { - "parse-ms": "^2.1.0" - } - } - } - }, - "@superset-ui/demo": { - "version": "file:packages/superset-ui-demo", - "requires": { - "@babel/core": "^7.9.0", - "@data-ui/event-flow": "^0.0.84", - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "@react-icons/all-files": "^4.1.0", - "@storybook/addon-actions": "^6.3.12", - "@storybook/addon-knobs": "^6.3.1", - "@storybook/addon-links": "^6.3.12", - "@storybook/addons": "^6.3.12", - "@storybook/react": "^6.3.12", - "@superset-ui/core": "0.18.25", - "@superset-ui/legacy-plugin-chart-calendar": "0.18.25", - "@superset-ui/legacy-plugin-chart-chord": "0.18.25", - "@superset-ui/legacy-plugin-chart-country-map": "0.18.25", - "@superset-ui/legacy-plugin-chart-event-flow": "0.18.25", - "@superset-ui/legacy-plugin-chart-force-directed": "0.18.25", - "@superset-ui/legacy-plugin-chart-heatmap": "0.18.25", - "@superset-ui/legacy-plugin-chart-histogram": "0.18.25", - "@superset-ui/legacy-plugin-chart-horizon": "0.18.25", - "@superset-ui/legacy-plugin-chart-map-box": "0.18.25", - "@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.25", - "@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.25", - "@superset-ui/legacy-plugin-chart-partition": "0.18.25", - "@superset-ui/legacy-plugin-chart-pivot-table": "0.18.25", - "@superset-ui/legacy-plugin-chart-rose": "0.18.25", - "@superset-ui/legacy-plugin-chart-sankey": "0.18.25", - "@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.25", - "@superset-ui/legacy-plugin-chart-sunburst": "0.18.25", - "@superset-ui/legacy-plugin-chart-time-table": "0.18.25", - "@superset-ui/legacy-plugin-chart-treemap": "0.18.25", - "@superset-ui/legacy-plugin-chart-world-map": "0.18.25", - "@superset-ui/legacy-preset-chart-big-number": "0.18.25", - "@superset-ui/legacy-preset-chart-nvd3": "0.18.25", - "@superset-ui/plugin-chart-echarts": "0.18.25", - "@superset-ui/plugin-chart-table": "0.18.25", - "@superset-ui/plugin-chart-word-cloud": "0.18.25", - "@superset-ui/preset-chart-xy": "0.18.25", - "@types/react-loadable": "^5.5.3", - "antd": "^4.9.4", - "babel-loader": "^8.1.0", - "bootstrap": "^3.4.1", - "chromatic": "^5.4.0", - "core-js": "3.8.3", - "fork-ts-checker-webpack-plugin": "^5.0.7", - "gh-pages": "^3.0.0", - "global-box": "^1.2.0", - "jquery": "^3.4.1", - "memoize-one": "^5.1.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-loadable": "^5.5.0", - "react-resizable": "^3.0.4", - "storybook-addon-jsx": "^7.3.14", - "ts-loader": "^7.0.4", - "typescript": "^3.8.3" - }, - "dependencies": { - "enhanced-resolve": { - "version": "4.5.0", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - } - }, - "isarray": { - "version": "1.0.0", - "dev": true - }, - "memory-fs": { - "version": "0.5.0", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "readable-stream": { - "version": "2.3.7", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "tapable": { - "version": "1.1.3", - "dev": true - }, - "ts-loader": { - "version": "7.0.5", - "dev": true, - "requires": { - "chalk": "^2.3.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^1.0.2", - "micromatch": "^4.0.0", - "semver": "^6.0.0" - } - }, - "typescript": { - "version": "3.9.10", - "dev": true - } - } - }, - "@superset-ui/generator-superset": { - "version": "file:packages/generator-superset", - "requires": { - "chalk": "^4.0.0", - "lodash": "^4.17.11", - "yeoman-assert": "^3.1.0", - "yeoman-generator": "^4.0.0", - "yeoman-test": "^2.0.0", - "yosay": "^2.0.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@superset-ui/legacy-plugin-chart-calendar": { - "version": "file:plugins/legacy-plugin-chart-calendar", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^2.0.3", - "d3-selection": "^1.4.0", - "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - } - } - }, - "@superset-ui/legacy-plugin-chart-chord": { - "version": "file:plugins/legacy-plugin-chart-chord", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.6.2", - "react": "^16.13.1" - } - }, - "@superset-ui/legacy-plugin-chart-country-map": { - "version": "file:plugins/legacy-plugin-chart-country-map", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-array": "^2.0.3", - "prop-types": "^15.6.2" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - } - } - }, - "@superset-ui/legacy-plugin-chart-event-flow": { - "version": "file:plugins/legacy-plugin-chart-event-flow", - "requires": { - "@data-ui/event-flow": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-force-directed": { - "version": "file:plugins/legacy-plugin-chart-force-directed", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.7.2" - } - }, - "@superset-ui/legacy-plugin-chart-heatmap": { - "version": "file:plugins/legacy-plugin-chart-heatmap", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-svg-legend": "^1.x", - "d3-tip": "^0.9.1", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-histogram": { - "version": "file:plugins/legacy-plugin-chart-histogram", - "requires": { - "@data-ui/histogram": "^0.0.84", - "@data-ui/theme": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@vx/legend": "^0.0.198", - "@vx/responsive": "^0.0.199", - "@vx/scale": "^0.0.197", - "prop-types": "^15.6.2" - }, - "dependencies": { - "@vx/group": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - } - }, - "@vx/legend": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/d3-scale": "^2.1.1", - "@types/react": "*", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/scale": { - "version": "0.0.197", - "requires": { - "@types/d3-scale": "^2.1.1", - "d3-scale": "^2.2.2" - } - }, - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - } - }, - "@superset-ui/legacy-plugin-chart-horizon": { - "version": "file:plugins/legacy-plugin-chart-horizon", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^2.0.3", - "d3-scale": "^3.0.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - } - } - }, - "@superset-ui/legacy-plugin-chart-map-box": { - "version": "file:plugins/legacy-plugin-chart-map-box", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "mapbox-gl": "^0.53.0", - "prop-types": "^15.6.2", - "react-map-gl": "^4.0.10", - "supercluster": "^4.1.1", - "viewport-mercator-project": "^6.1.1" - } - }, - "@superset-ui/legacy-plugin-chart-paired-t-test": { - "version": "file:plugins/legacy-plugin-chart-paired-t-test", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "distributions": "^1.0.0", - "prop-types": "^15.6.2", - "reactable": "^1.1.0" - } - }, - "@superset-ui/legacy-plugin-chart-parallel-coordinates": { - "version": "file:plugins/legacy-plugin-chart-parallel-coordinates", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.7.2" - } - }, - "@superset-ui/legacy-plugin-chart-partition": { - "version": "file:plugins/legacy-plugin-chart-partition", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-hierarchy": "^1.1.8", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-pivot-table": { - "version": "file:plugins/legacy-plugin-chart-pivot-table", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "datatables.net-bs": "^1.11.3", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-rose": { - "version": "file:plugins/legacy-plugin-chart-rose", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "nvd3": "1.8.6", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-sankey": { - "version": "file:plugins/legacy-plugin-chart-sankey", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-sankey": "^0.4.2", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-sankey-loop": { - "version": "file:plugins/legacy-plugin-chart-sankey-loop", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-sankey-diagram": "^0.7.3", - "d3-selection": "^1.4.0", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-sunburst": { - "version": "file:plugins/legacy-plugin-chart-sunburst", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-time-table": { - "version": "file:plugins/legacy-plugin-chart-time-table", - "requires": { - "@data-ui/sparkline": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-scale": "^2.0.2", - "d3-scale": "^3.2.1", - "moment": "^2.26.0", - "mustache": "^4.0.1", - "prop-types": "^15.7.2", - "reactable-arc": "^0.15.0" - } - }, - "@superset-ui/legacy-plugin-chart-treemap": { - "version": "file:plugins/legacy-plugin-chart-treemap", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-hierarchy": "^1.1.8", - "d3-selection": "^1.4.0", - "prop-types": "^15.6.2" - } - }, - "@superset-ui/legacy-plugin-chart-world-map": { - "version": "file:plugins/legacy-plugin-chart-world-map", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-array": "^2.4.0", - "d3-color": "^1.4.1", - "datamaps": "^0.5.8", - "prop-types": "^15.6.2" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - } - } - }, - "@superset-ui/legacy-preset-chart-big-number": { - "version": "file:plugins/legacy-preset-chart-big-number", - "requires": { - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-color": "^1.2.2", - "@types/shortid": "^0.0.29", - "d3-color": "^1.2.3", - "shortid": "^2.2.14" - } - }, - "@superset-ui/legacy-preset-chart-nvd3": { - "version": "file:plugins/legacy-preset-chart-nvd3", - "requires": { - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3": "^3.5.17", - "d3-tip": "^0.9.1", - "dompurify": "^2.0.6", - "fast-safe-stringify": "^2.0.6", - "lodash": "^4.17.11", - "moment": "^2.20.1", - "nvd3-fork": "^2.0.5", - "prop-types": "^15.6.2", - "urijs": "^1.18.10" - } - }, - "@superset-ui/plugin-chart-echarts": { - "version": "file:plugins/plugin-chart-echarts", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "d3-array": "^1.2.0", - "echarts": "^5.2.2", - "lodash": "^4.17.15" - } - }, - "@superset-ui/plugin-chart-pivot-table": { - "version": "file:plugins/plugin-chart-pivot-table", - "requires": { - "@babel/types": "^7.13.12", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@superset-ui/react-pivottable": "^0.12.12", - "@types/jest": "^26.0.0", - "jest": "^26.0.1" - } - }, - "@superset-ui/plugin-chart-table": { - "version": "file:plugins/plugin-chart-table", - "requires": { - "@react-icons/all-files": "^4.1.0", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-array": "^2.9.0", - "@types/react-table": "^7.0.29", - "d3-array": "^2.4.0", - "match-sorter": "^6.3.0", - "memoize-one": "^5.1.1", - "react-table": "^7.6.3", - "regenerator-runtime": "^0.13.7", - "xss": "^1.0.8" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - } - } - }, - "@superset-ui/plugin-chart-word-cloud": { - "version": "file:plugins/plugin-chart-word-cloud", - "requires": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@types/d3-cloud": "^1.2.1", - "@types/d3-scale": "^2.0.2", - "d3-cloud": "^1.2.5", - "d3-scale": "^3.0.1", - "encodable": "^0.7.6" - } - }, - "@superset-ui/preset-chart-xy": { - "version": "file:plugins/preset-chart-xy", - "requires": { - "@data-ui/theme": "^0.0.84", - "@data-ui/xy-chart": "^0.0.84", - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", - "@vx/axis": "^0.0.198", - "@vx/legend": "^0.0.198", - "@vx/scale": "^0.0.197", - "csstype": "^2.6.3", - "encodable": "^0.7.6", - "lodash": "^4.17.11", - "reselect": "^4.0.0" - }, - "dependencies": { - "@vx/axis": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "@vx/group": "0.0.198", - "@vx/point": "0.0.198", - "@vx/shape": "0.0.198", - "@vx/text": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - } - }, - "@vx/curve": { - "version": "0.0.198", - "requires": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" - } - }, - "@vx/group": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/react": "*", - "classnames": "^2.2.5", - "prop-types": "^15.6.2" - } - }, - "@vx/legend": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/d3-scale": "^2.1.1", - "@types/react": "*", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/point": { - "version": "0.0.198" - }, - "@vx/scale": { - "version": "0.0.197", - "requires": { - "@types/d3-scale": "^2.1.1", - "d3-scale": "^2.2.2" - } - }, - "@vx/shape": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/d3-path": "^1.0.8", - "@types/d3-shape": "^1.3.1", - "@types/react": "*", - "@vx/curve": "0.0.198", - "@vx/group": "0.0.198", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - }, - "@vx/text": { - "version": "0.0.198", - "requires": { - "@types/classnames": "^2.2.9", - "@types/lodash": "^4.14.146", - "@types/react": "*", - "classnames": "^2.2.5", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "reduce-css-calc": "^1.3.0" - } - }, - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - } - }, - "@superset-ui/react-pivottable": { - "version": "0.12.12", - "requires": { - "immutability-helper": "^3.1.1", - "prop-types": "^15.7.2", - "react-draggable": "^4.4.3", - "react-sortablejs": "^6.0.0", - "sortablejs": "^1.13.0" - }, - "dependencies": { - "react-draggable": { - "version": "4.4.4", - "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - } - } - } - }, - "@testing-library/dom": { - "version": "7.31.2", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^4.2.0", - "aria-query": "^4.2.2", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.6", - "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@tootallnate/once": { - "version": "1.1.2" - }, - "@types/aria-query": { - "version": "4.2.2" - }, - "@types/babel__core": { - "version": "7.1.16", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "@types/babel__generator": { - "version": "7.6.3", - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@types/babel__template": { - "version": "7.4.1", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@types/babel__traverse": { - "version": "7.14.2", - "requires": { - "@babel/types": "^7.3.0" - } - }, - "@types/braces": { - "version": "3.0.1" - }, - "@types/cheerio": { - "version": "0.22.30", - "requires": { - "@types/node": "*" - } - }, - "@types/classnames": { - "version": "2.3.1", - "requires": { - "classnames": "*" - } - }, - "@types/color-convert": { - "version": "2.0.0", - "requires": { - "@types/color-name": "*" - } - }, - "@types/color-name": { - "version": "1.1.1" - }, - "@types/d3": { - "version": "3.5.38" - }, - "@types/d3-array": { - "version": "2.12.3" - }, - "@types/d3-cloud": { - "version": "1.2.5", - "requires": { - "@types/d3": "^3" - } - }, - "@types/d3-color": { - "version": "1.4.2" - }, - "@types/d3-format": { - "version": "1.4.2" - }, - "@types/d3-interpolate": { - "version": "1.4.2", - "requires": { - "@types/d3-color": "^1" - } - }, - "@types/d3-path": { - "version": "1.0.9" - }, - "@types/d3-scale": { - "version": "2.2.6", - "requires": { - "@types/d3-time": "^1" - } - }, - "@types/d3-scale-chromatic": { - "version": "1.5.1" - }, - "@types/d3-shape": { - "version": "1.3.8", - "requires": { - "@types/d3-path": "^1" - } - }, - "@types/d3-time": { - "version": "1.1.1" - }, - "@types/d3-time-format": { - "version": "2.3.1" - }, - "@types/debug": { - "version": "4.1.7", - "requires": { - "@types/ms": "*" - } - }, - "@types/enzyme": { - "version": "3.10.9", - "requires": { - "@types/cheerio": "*", - "@types/react": "*" - } - }, - "@types/fetch-mock": { - "version": "7.3.5", - "dev": true - }, - "@types/glob": { - "version": "7.2.0", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/glob-base": { - "version": "0.3.0" - }, - "@types/graceful-fs": { - "version": "4.1.5", - "requires": { - "@types/node": "*" - } - }, - "@types/hast": { - "version": "2.3.4", - "requires": { - "@types/unist": "*" - } - }, - "@types/html-minifier-terser": { - "version": "5.1.2" - }, - "@types/is-function": { - "version": "1.0.1" - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.1", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/jest": { - "version": "26.0.24", - "requires": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - } - }, - "@types/jsdom": { - "version": "12.2.4", - "requires": { - "@types/node": "*", - "@types/tough-cookie": "*", - "parse5": "^4.0.0" - } - }, - "@types/json-schema": { - "version": "7.0.9" - }, - "@types/json5": { - "version": "0.0.29" - }, - "@types/lodash": { - "version": "4.14.175" - }, - "@types/lodash.get": { - "version": "4.4.6", - "requires": { - "@types/lodash": "*" - } - }, - "@types/markdown-to-jsx": { - "version": "6.11.3", - "requires": { - "@types/react": "*" - } - }, - "@types/math-expression-evaluator": { - "version": "1.2.1" - }, - "@types/mdast": { - "version": "3.0.10", - "requires": { - "@types/unist": "*" - } - }, - "@types/micromatch": { - "version": "4.0.2", - "requires": { - "@types/braces": "*" - } - }, - "@types/minimatch": { - "version": "3.0.5" - }, - "@types/minimist": { - "version": "1.2.2" - }, - "@types/ms": { - "version": "0.7.31" - }, - "@types/node": { - "version": "16.11.1" - }, - "@types/node-fetch": { - "version": "2.5.12", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "@types/normalize-package-data": { - "version": "2.4.1" - }, - "@types/npmlog": { - "version": "4.1.3" - }, - "@types/overlayscrollbars": { - "version": "1.12.1" - }, - "@types/parse-json": { - "version": "4.0.0" - }, - "@types/parse5": { - "version": "5.0.3" - }, - "@types/prettier": { - "version": "2.4.1" - }, - "@types/pretty-hrtime": { - "version": "1.0.1" - }, - "@types/prop-types": { - "version": "15.7.4" - }, - "@types/qs": { - "version": "6.9.7" - }, - "@types/reach__router": { - "version": "1.3.9", - "requires": { - "@types/react": "*" - } - }, - "@types/react": { - "version": "16.14.17", - "requires": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.9" - } - } - }, - "@types/react-loadable": { - "version": "5.5.6", - "requires": { - "@types/react": "*", - "@types/webpack": "^4" - } - }, - "@types/react-syntax-highlighter": { - "version": "11.0.5", - "requires": { - "@types/react": "*" - } - }, - "@types/react-table": { - "version": "7.7.7", - "requires": { - "@types/react": "*" - } - }, - "@types/react-test-renderer": { - "version": "16.9.5", - "requires": { - "@types/react": "^16" - } - }, - "@types/rison": { - "version": "0.0.6" - }, - "@types/scheduler": { - "version": "0.16.2" - }, - "@types/seedrandom": { - "version": "2.4.30" - }, - "@types/shortid": { - "version": "0.0.29" - }, - "@types/sortablejs": { - "version": "1.10.7", - "peer": true - }, - "@types/source-list-map": { - "version": "0.1.2" - }, - "@types/stack-utils": { - "version": "2.0.1" - }, - "@types/tapable": { - "version": "1.0.8" - }, - "@types/tough-cookie": { - "version": "4.0.1" - }, - "@types/uglify-js": { - "version": "3.13.1", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "@types/unist": { - "version": "2.0.6" - }, - "@types/webpack": { - "version": "4.41.31", - "requires": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "@types/webpack-env": { - "version": "1.16.3" - }, - "@types/webpack-sources": { - "version": "3.2.0", - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3" - } - } - }, - "@types/yargs": { - "version": "15.0.14", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "15.0.0" - }, - "@typescript-eslint/eslint-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz", - "integrity": "sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==", - "requires": { - "@typescript-eslint/experimental-utils": "5.3.1", - "@typescript-eslint/scope-manager": "5.3.1", - "debug": "^4.3.2", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.1.8", - "regexpp": "^3.2.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz", - "integrity": "sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==", - "requires": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.3.1", - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/typescript-estree": "5.3.1", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "dependencies": { - "eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "requires": { - "eslint-visitor-keys": "^2.0.0" - } - } - } - }, - "@typescript-eslint/scope-manager": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz", - "integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1" - } - }, - "@typescript-eslint/types": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz", - "integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==" - }, - "@typescript-eslint/typescript-estree": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz", - "integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz", - "integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "eslint-visitor-keys": "^3.0.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz", - "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==" - } - } - } - } - }, - "@typescript-eslint/experimental-utils": { - "version": "4.33.0", - "requires": { - "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.33.0", - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/typescript-estree": "4.33.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "dependencies": { - "eslint-utils": { - "version": "3.0.0", - "requires": { - "eslint-visitor-keys": "^2.0.0" - } - } - } - }, - "@typescript-eslint/parser": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.3.1.tgz", - "integrity": "sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==", - "requires": { - "@typescript-eslint/scope-manager": "5.3.1", - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/typescript-estree": "5.3.1", - "debug": "^4.3.2" - }, - "dependencies": { - "@typescript-eslint/scope-manager": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz", - "integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1" - } - }, - "@typescript-eslint/types": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz", - "integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==" - }, - "@typescript-eslint/typescript-estree": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz", - "integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "@typescript-eslint/visitor-keys": "5.3.1", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz", - "integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==", - "requires": { - "@typescript-eslint/types": "5.3.1", - "eslint-visitor-keys": "^3.0.0" - } - }, - "eslint-visitor-keys": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz", - "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==" - } - } - }, - "@typescript-eslint/scope-manager": { - "version": "4.33.0", - "requires": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0" - } - }, - "@typescript-eslint/types": { - "version": "4.33.0" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.33.0", - "requires": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "4.33.0", - "requires": { - "@typescript-eslint/types": "4.33.0", - "eslint-visitor-keys": "^2.0.0" - } - }, - "@vx/axis": { - "version": "0.0.140", - "requires": { - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "@vx/shape": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "15.5.10" - }, - "dependencies": { - "prop-types": { - "version": "15.5.10", - "requires": { - "fbjs": "^0.8.9", - "loose-envify": "^1.3.1" - } - } - } - }, - "@vx/bounds": { - "version": "0.0.140", - "requires": { - "prop-types": "^15.5.10" - } - }, - "@vx/clip-path": { - "version": "0.0.140", - "requires": {} - }, - "@vx/curve": { - "version": "0.0.165", - "requires": { - "d3-shape": "^1.0.6" - } - }, - "@vx/event": { - "version": "0.0.179", - "requires": { - "@vx/point": "0.0.165" - }, - "dependencies": { - "@vx/point": { - "version": "0.0.165" - } - } - }, - "@vx/glyph": { - "version": "0.0.140", - "requires": { - "@vx/group": "0.0.140", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - } - }, - "@vx/gradient": { - "version": "0.0.140", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.7" - } - }, - "@vx/grid": { - "version": "0.0.140", - "requires": { - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "@vx/shape": "0.0.140", - "classnames": "^2.2.5" - } - }, - "@vx/group": { - "version": "0.0.140", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/legend": { - "version": "0.0.140", - "requires": { - "@vx/group": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/pattern": { - "version": "0.0.140", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/point": { - "version": "0.0.136" - }, - "@vx/responsive": { - "version": "0.0.199", - "requires": { - "@types/lodash": "^4.14.146", - "@types/react": "*", - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.1" - } - }, - "@vx/scale": { - "version": "0.0.140", - "requires": { - "d3-scale": "^1.0.5" - }, - "dependencies": { - "d3-scale": { - "version": "1.0.7", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-color": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - } - }, - "@vx/shape": { - "version": "0.0.140", - "requires": { - "@vx/curve": "0.0.140", - "@vx/group": "0.0.140", - "@vx/point": "0.0.136", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@vx/curve": { - "version": "0.0.140", - "requires": { - "d3-shape": "^1.0.6" - } - } - } - }, - "@vx/stats": { - "version": "0.0.165", - "requires": { - "@vx/group": "0.0.165", - "@vx/scale": "0.0.165", - "classnames": "^2.2.5", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "@vx/group": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/scale": { - "version": "0.0.165", - "requires": { - "d3-scale": "^2.0.0" - } - }, - "d3-scale": { - "version": "2.2.2", - "requires": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - } - } - }, - "@vx/text": { - "version": "0.0.192", - "requires": { - "classnames": "^2.2.5", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "reduce-css-calc": "^1.3.0" - } - }, - "@vx/threshold": { - "version": "0.0.170", - "requires": { - "@vx/clip-path": "0.0.165", - "@vx/shape": "0.0.170", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - }, - "dependencies": { - "@vx/clip-path": { - "version": "0.0.165", - "requires": {} - }, - "@vx/group": { - "version": "0.0.170", - "requires": { - "classnames": "^2.2.5" - } - }, - "@vx/point": { - "version": "0.0.165" - }, - "@vx/shape": { - "version": "0.0.170", - "requires": { - "@vx/curve": "0.0.165", - "@vx/group": "0.0.170", - "@vx/point": "0.0.165", - "classnames": "^2.2.5", - "d3-path": "^1.0.5", - "d3-shape": "^1.2.0", - "prop-types": "^15.5.10" - } - } - } - }, - "@vx/tooltip": { - "version": "0.0.140", - "requires": { - "@vx/bounds": "0.0.140", - "classnames": "^2.2.5", - "prop-types": "^15.5.10" - } - }, - "@vx/voronoi": { - "version": "0.0.165", - "requires": { - "@vx/group": "0.0.165", - "classnames": "^2.2.5", - "d3-voronoi": "^1.1.2", - "prop-types": "^15.6.1" - }, - "dependencies": { - "@vx/group": { - "version": "0.0.165", - "requires": { - "classnames": "^2.2.5" - } - } - } - }, - "@webassemblyjs/ast": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0" - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0" - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0" - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0" - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@xtuc/ieee754": { - "version": "1.2.0" - }, - "@xtuc/long": { - "version": "4.2.2" - }, - "@zkochan/cmd-shim": { - "version": "3.1.0", - "requires": { - "is-windows": "^1.0.0", - "mkdirp-promise": "^5.0.1", - "mz": "^2.5.0" - } - }, - "abab": { - "version": "2.0.5" - }, - "abbrev": { - "version": "1.1.1" - }, - "accepts": { - "version": "1.3.7", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "acorn": { - "version": "7.4.1" - }, - "acorn-globals": { - "version": "6.0.0", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "acorn-jsx": { - "version": "5.3.2", - "requires": {} - }, - "acorn-walk": { - "version": "7.2.0" - }, - "add-stream": { - "version": "1.0.0" - }, - "address": { - "version": "1.1.2" - }, - "agent-base": { - "version": "6.0.2", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "3.5.2", - "requires": { - "humanize-ms": "^1.2.1" - } - }, - "aggregate-error": { - "version": "3.1.0", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "indent-string": { - "version": "4.0.0" - } - } - }, - "airbnb-js-shims": { - "version": "2.2.1", - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - } - }, - "airbnb-prop-types": { - "version": "2.16.0", - "requires": { - "array.prototype.find": "^2.1.1", - "function.prototype.name": "^1.1.2", - "is-regex": "^1.1.0", - "object-is": "^1.1.2", - "object.assign": "^4.1.0", - "object.entries": "^1.1.2", - "prop-types": "^15.7.2", - "prop-types-exact": "^1.2.0", - "react-is": "^16.13.1" - } - }, - "ajv": { - "version": "6.12.6", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-errors": { - "version": "1.0.1", - "requires": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "requires": {} - }, - "ansi-align": { - "version": "3.0.1", - "requires": { - "string-width": "^4.1.0" - } - }, - "ansi-colors": { - "version": "4.1.1" - }, - "ansi-escapes": { - "version": "4.3.2", - "requires": { - "type-fest": "^0.21.3" - } - }, - "ansi-html": { - "version": "0.0.7" - }, - "ansi-html-community": { - "version": "0.0.8" - }, - "ansi-regex": { - "version": "5.0.1" - }, - "ansi-styles": { - "version": "3.2.1", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3" - } - } - }, - "ansi-to-html": { - "version": "0.6.15", - "requires": { - "entities": "^2.0.0" - } - }, - "ansicolors": { - "version": "0.2.1" - }, - "antd": { - "version": "4.16.13", - "requires": { - "@ant-design/colors": "^6.0.0", - "@ant-design/icons": "^4.6.3", - "@ant-design/react-slick": "~0.28.1", - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "classnames": "^2.2.6", - "copy-to-clipboard": "^3.2.0", - "lodash": "^4.17.21", - "moment": "^2.25.3", - "rc-cascader": "~1.4.0", - "rc-checkbox": "~2.3.0", - "rc-collapse": "~3.1.0", - "rc-dialog": "~8.6.0", - "rc-drawer": "~4.3.0", - "rc-dropdown": "~3.2.0", - "rc-field-form": "~1.20.0", - "rc-image": "~5.2.5", - "rc-input-number": "~7.1.0", - "rc-mentions": "~1.6.1", - "rc-menu": "~9.0.12", - "rc-motion": "^2.4.0", - "rc-notification": "~4.5.7", - "rc-pagination": "~3.1.9", - "rc-picker": "~2.5.10", - "rc-progress": "~3.1.0", - "rc-rate": "~2.9.0", - "rc-resize-observer": "^1.0.0", - "rc-select": "~12.1.6", - "rc-slider": "~9.7.1", - "rc-steps": "~4.1.0", - "rc-switch": "~3.2.0", - "rc-table": "~7.15.1", - "rc-tabs": "~11.10.0", - "rc-textarea": "~0.3.0", - "rc-tooltip": "~5.1.1", - "rc-tree": "~4.2.1", - "rc-tree-select": "~4.3.0", - "rc-trigger": "^5.2.10", - "rc-upload": "~4.3.0", - "rc-util": "^5.13.1", - "scroll-into-view-if-needed": "^2.2.25" - }, - "dependencies": { - "@ant-design/react-slick": { - "version": "0.28.4", - "requires": { - "@babel/runtime": "^7.10.4", - "classnames": "^2.2.5", - "json2mq": "^0.2.0", - "lodash": "^4.17.21", - "resize-observer-polyfill": "^1.5.0" - } - }, - "date-fns": { - "version": "2.25.0" - }, - "rc-cascader": { - "version": "1.4.3", - "requires": { - "@babel/runtime": "^7.12.5", - "array-tree-filter": "^2.1.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.0.1", - "warning": "^4.0.1" - } - }, - "rc-checkbox": { - "version": "2.3.2", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - } - }, - "rc-collapse": { - "version": "3.1.2", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.3.4", - "rc-util": "^5.2.1", - "shallowequal": "^1.1.0" - } - }, - "rc-dialog": { - "version": "8.6.0", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-motion": "^2.3.0", - "rc-util": "^5.6.1" - } - }, - "rc-drawer": { - "version": "4.3.1", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-util": "^5.7.0" - } - }, - "rc-dropdown": { - "version": "3.2.0", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-trigger": "^5.0.4" - } - }, - "rc-field-form": { - "version": "1.20.1", - "requires": { - "@babel/runtime": "^7.8.4", - "async-validator": "^3.0.3", - "rc-util": "^5.8.0" - } - }, - "rc-image": { - "version": "5.2.5", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-dialog": "~8.6.0", - "rc-util": "^5.0.6" - } - }, - "rc-input-number": { - "version": "7.1.4", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.9.8" - } - }, - "rc-mentions": { - "version": "1.6.1", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6", - "rc-menu": "^9.0.0", - "rc-textarea": "^0.3.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.0.1" - } - }, - "rc-menu": { - "version": "9.0.14", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.4.3", - "rc-overflow": "^1.2.0", - "rc-trigger": "^5.1.2", - "rc-util": "^5.12.0", - "shallowequal": "^1.1.0" - }, - "dependencies": { - "rc-overflow": { - "version": "1.2.2", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.1" - } - } - } - }, - "rc-motion": { - "version": "2.4.4", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-util": "^5.2.1" - } - }, - "rc-notification": { - "version": "4.5.7", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.2.0", - "rc-util": "^5.0.1" - } - }, - "rc-pagination": { - "version": "3.1.9", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1" - } - }, - "rc-picker": { - "version": "2.5.19", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "date-fns": "2.x", - "dayjs": "1.x", - "moment": "^2.24.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.4.0", - "shallowequal": "^1.1.0" - } - }, - "rc-progress": { - "version": "3.1.4", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.6" - } - }, - "rc-rate": { - "version": "2.9.1", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.0.1" - } - }, - "rc-resize-observer": { - "version": "1.0.1", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.0", - "resize-observer-polyfill": "^1.5.1" - } - }, - "rc-select": { - "version": "12.1.13", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-overflow": "^1.0.0", - "rc-trigger": "^5.0.4", - "rc-util": "^5.9.8", - "rc-virtual-list": "^3.2.0" - }, - "dependencies": { - "rc-overflow": { - "version": "1.2.2", - "requires": { - "@babel/runtime": "^7.11.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.1" - } - }, - "rc-virtual-list": { - "version": "3.4.1", - "requires": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.0.7" - } - } - } - }, - "rc-slider": { - "version": "9.7.4", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-tooltip": "^5.0.1", - "rc-util": "^5.0.0", - "shallowequal": "^1.1.0" - } - }, - "rc-steps": { - "version": "4.1.4", - "requires": { - "@babel/runtime": "^7.10.2", - "classnames": "^2.2.3", - "rc-util": "^5.0.1" - } - }, - "rc-switch": { - "version": "3.2.2", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-util": "^5.0.1" - } - }, - "rc-table": { - "version": "7.15.2", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.13.0", - "shallowequal": "^1.1.0" - } - }, - "rc-tabs": { - "version": "11.10.1", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "2.x", - "rc-dropdown": "^3.2.0", - "rc-menu": "^9.0.0", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.5.0" - } - }, - "rc-textarea": { - "version": "0.3.5", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.1", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.7.0" - } - }, - "rc-tooltip": { - "version": "5.1.1", - "requires": { - "@babel/runtime": "^7.11.2", - "rc-trigger": "^5.0.0" - } - }, - "rc-tree": { - "version": "4.2.2", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-motion": "^2.0.1", - "rc-util": "^5.0.0", - "rc-virtual-list": "^3.0.1" - }, - "dependencies": { - "rc-virtual-list": { - "version": "3.4.1", - "requires": { - "classnames": "^2.2.6", - "rc-resize-observer": "^1.0.0", - "rc-util": "^5.0.7" - } - } - } - }, - "rc-tree-select": { - "version": "4.3.3", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "rc-select": "^12.0.0", - "rc-tree": "^4.0.0", - "rc-util": "^5.0.5" - } - }, - "rc-trigger": { - "version": "5.2.10", - "requires": { - "@babel/runtime": "^7.11.2", - "classnames": "^2.2.6", - "rc-align": "^4.0.0", - "rc-motion": "^2.0.0", - "rc-util": "^5.5.0" - }, - "dependencies": { - "rc-align": { - "version": "4.0.11", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "2.x", - "dom-align": "^1.7.0", - "lodash": "^4.17.21", - "rc-util": "^5.3.0", - "resize-observer-polyfill": "^1.5.1" - } - } - } - }, - "rc-upload": { - "version": "4.3.1", - "requires": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.2.0" - } - }, - "rc-util": { - "version": "5.14.0", - "requires": { - "@babel/runtime": "^7.12.5", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - } - } - } - }, - "any-observable": { - "version": "0.3.0", - "dev": true - }, - "any-promise": { - "version": "1.3.0" - }, - "anymatch": { - "version": "3.1.2", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "aphrodite": { - "version": "1.2.5", - "requires": { - "asap": "^2.0.3", - "inline-style-prefixer": "^3.0.1", - "string-hash": "^1.1.3" - } - }, - "apollo-codegen": { - "version": "0.19.1", - "requires": { - "@babel/generator": "7.0.0-beta.38", - "@babel/types": "7.0.0-beta.38", - "change-case": "^3.0.1", - "common-tags": "^1.5.1", - "core-js": "^2.5.3", - "glob": "^7.1.2", - "graphql": "^0.13.1", - "graphql-config": "^1.1.1", - "inflected": "^2.0.3", - "node-fetch": "^1.7.3", - "rimraf": "^2.6.2", - "source-map-support": "^0.5.0", - "yargs": "^10.0.3" - }, - "dependencies": { - "@babel/generator": { - "version": "7.0.0-beta.38", - "requires": { - "@babel/types": "7.0.0-beta.38", - "jsesc": "^2.5.1", - "lodash": "^4.2.0", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" - } - }, - "@babel/types": { - "version": "7.0.0-beta.38", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.2.0", - "to-fast-properties": "^2.0.0" - } - }, - "ansi-regex": { - "version": "3.0.0" - }, - "camelcase": { - "version": "4.1.0" - }, - "cliui": { - "version": "4.1.0", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - } - }, - "core-js": { - "version": "2.6.12" - }, - "cross-spawn": { - "version": "5.1.0", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "0.7.0", - "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.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" - } - }, - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "get-caller-file": { - "version": "1.0.3" - }, - "get-stream": { - "version": "3.0.0" - }, - "graphql": { - "version": "0.13.2", - "requires": { - "iterall": "^1.2.1" - } - }, - "invert-kv": { - "version": "1.0.0" - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "is-stream": { - "version": "1.1.0" - }, - "iterall": { - "version": "1.3.0" - }, - "lcid": { - "version": "1.0.0", - "requires": { - "invert-kv": "^1.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "lru-cache": { - "version": "4.1.5", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "mem": { - "version": "1.1.0", - "requires": { - "mimic-fn": "^1.0.0" - } - }, - "mimic-fn": { - "version": "1.2.0" - }, - "node-fetch": { - "version": "1.7.3", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "os-locale": { - "version": "2.1.0", - "requires": { - "execa": "^0.7.0", - "lcid": "^1.0.0", - "mem": "^1.1.0" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - }, - "path-key": { - "version": "2.0.1" - }, - "require-main-filename": { - "version": "1.0.1" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "string-width": { - "version": "2.1.1", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "requires": { - "ansi-regex": "^3.0.0" - } - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - }, - "wrap-ansi": { - "version": "2.1.0", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "y18n": { - "version": "3.2.2" - }, - "yallist": { - "version": "2.1.2" - }, - "yargs": { - "version": "10.1.2", - "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.1.1", - "find-up": "^2.1.0", - "get-caller-file": "^1.0.1", - "os-locale": "^2.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1", - "yargs-parser": "^8.1.0" - } - }, - "yargs-parser": { - "version": "8.1.0", - "requires": { - "camelcase": "^4.1.0" - } - } - } - }, - "app-root-dir": { - "version": "1.0.2" - }, - "aproba": { - "version": "2.0.0" - }, - "are-we-there-yet": { - "version": "1.1.7", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "argparse": { - "version": "1.0.10", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "aria-query": { - "version": "4.2.2", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - } - }, - "arr-diff": { - "version": "4.0.0" - }, - "arr-flatten": { - "version": "1.1.0" - }, - "arr-union": { - "version": "3.1.0" - }, - "array-differ": { - "version": "2.1.0" - }, - "array-equal": { - "version": "1.0.0" - }, - "array-find": { - "version": "1.0.0" - }, - "array-find-index": { - "version": "1.0.2" - }, - "array-flatten": { - "version": "2.1.2" - }, - "array-ify": { - "version": "1.0.0" - }, - "array-includes": { - "version": "3.1.4", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - } - }, - "array-tree-filter": { - "version": "2.1.0" - }, - "array-union": { - "version": "2.1.0" - }, - "array-uniq": { - "version": "1.0.3" - }, - "array-unique": { - "version": "0.3.2" - }, - "array.prototype.filter": { - "version": "1.0.1", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - } - }, - "array.prototype.find": { - "version": "2.1.2", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "array.prototype.flat": { - "version": "1.2.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "array.prototype.flatmap": { - "version": "1.2.5", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "array.prototype.map": { - "version": "1.0.4", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - } - }, - "arrify": { - "version": "1.0.1" - }, - "asap": { - "version": "2.0.6" - }, - "asn1": { - "version": "0.2.4", - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "asn1.js": { - "version": "5.4.1", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "assert": { - "version": "1.5.0", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.1" - }, - "util": { - "version": "0.10.3", - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "assert-plus": { - "version": "1.0.0" - }, - "assign-symbols": { - "version": "1.0.0" - }, - "ast-types": { - "version": "0.14.2", - "requires": { - "tslib": "^2.0.1" - } - }, - "ast-types-flow": { - "version": "0.0.7" - }, - "astral-regex": { - "version": "2.0.0" - }, - "async": { - "version": "2.6.3", - "requires": { - "lodash": "^4.17.14" - } - }, - "async-each": { - "version": "1.0.3" - }, - "async-limiter": { - "version": "1.0.1" - }, - "async-retry": { - "version": "1.3.3", - "dev": true, - "requires": { - "retry": "0.13.1" - } - }, - "async-validator": { - "version": "3.5.2" - }, - "asynckit": { - "version": "0.4.0" - }, - "at-least-node": { - "version": "1.0.0" - }, - "atob": { - "version": "2.1.2" - }, - "atob-lite": { - "version": "2.0.0" - }, - "autoprefixer": { - "version": "9.8.8", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1" - } - } - }, - "aws-sign2": { - "version": "0.7.0" - }, - "aws4": { - "version": "1.11.0" - }, - "axe-core": { - "version": "4.3.3" - }, - "axios": { - "version": "0.21.4", - "devOptional": true, - "requires": { - "follow-redirects": "^1.14.0" - } - }, - "axobject-query": { - "version": "2.2.0" - }, - "babel-eslint": { - "version": "10.1.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0" - } - } - }, - "babel-jest": { - "version": "26.6.3", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "babel-literal-to-ast": { - "version": "2.1.0", - "requires": { - "@babel/parser": "^7.1.6", - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.1.6" - } - }, - "babel-loader": { - "version": "8.2.2", - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.2", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "babel-plugin-add-react-displayname": { - "version": "0.0.5" - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4" - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@emotion/memoize": { - "version": "0.7.4" - }, - "@emotion/serialize": { - "version": "0.11.16", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - } - }, - "@emotion/utils": { - "version": "0.11.3" - }, - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4" - } - } - }, - "babel-plugin-graphql-tag": { - "version": "2.5.0", - "requires": { - "@babel/parser": "^7.3.2", - "babel-literal-to-ast": "^2.1.0", - "debug": "^4.1.1" - } - }, - "babel-plugin-istanbul": { - "version": "6.1.1", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - } - }, - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "requires": {} - }, - "babel-plugin-lodash": { - "version": "3.3.4", - "requires": { - "@babel/helper-module-imports": "^7.0.0-beta.49", - "@babel/types": "^7.0.0-beta.49", - "glob": "^7.1.1", - "lodash": "^4.17.10", - "require-package-name": "^2.0.1" - } - }, - "babel-plugin-macros": { - "version": "2.8.0", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "6.0.0", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - } - } - }, - "babel-plugin-named-asset-import": { - "version": "0.3.7", - "requires": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.2.2", - "requires": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.2.2", - "semver": "^6.1.1" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.2.5", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.2.2", - "core-js-compat": "^3.16.2" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.2.2", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.2.2" - } - }, - "babel-plugin-react-docgen": { - "version": "4.2.1", - "requires": { - "ast-types": "^0.14.2", - "lodash": "^4.17.15", - "react-docgen": "^5.0.0" - } - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0" - }, - "babel-plugin-transform-dev": { - "version": "2.0.1" - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24" - }, - "babel-plugin-typescript-to-proptypes": { - "version": "1.4.2", - "requires": { - "@babel/helper-module-imports": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-typescript": "^7.12.1", - "@babel/types": "^7.12.6" - } - }, - "babel-polyfill": { - "version": "6.26.0", - "requires": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" - }, - "dependencies": { - "core-js": { - "version": "2.6.12" - }, - "regenerator-runtime": { - "version": "0.10.5" - } - } - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^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-preset-jest": { - "version": "26.6.2", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "babel-preset-typescript-vue": { - "version": "1.1.1", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.3.2", - "@babel/preset-typescript": "^7.3.3", - "vue-template-compiler": "^2.6.11" - } - }, - "babel-runtime": { - "version": "6.26.0", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12" - }, - "regenerator-runtime": { - "version": "0.11.1" - } - } - }, - "bail": { - "version": "1.0.5" - }, - "balanced-match": { - "version": "1.0.2" - }, - "base": { - "version": "0.11.2", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "requires": { - "is-descriptor": "^1.0.0" - } - } - } - }, - "base64-js": { - "version": "1.5.1" - }, - "batch": { - "version": "0.6.1" - }, - "batch-processor": { - "version": "1.0.0" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "before-after-hook": { - "version": "2.2.2" - }, - "better-opn": { - "version": "2.1.1", - "requires": { - "open": "^7.0.3" - } - }, - "bfj": { - "version": "6.1.2", - "requires": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - } - }, - "big.js": { - "version": "5.2.2" - }, - "binary-extensions": { - "version": "2.2.0" - }, - "binaryextensions": { - "version": "2.3.0" - }, - "bindings": { - "version": "1.5.0", - "optional": true, - "requires": { - "file-uri-to-path": "1.0.0" - } - }, - "bluebird": { - "version": "3.7.2" - }, - "bn.js": { - "version": "5.2.0" - }, - "body-parser": { - "version": "1.19.0", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - }, - "qs": { - "version": "6.7.0" - } - } - }, - "bonjour": { - "version": "3.5.0", - "requires": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" - } - }, - "boolbase": { - "version": "1.0.0" - }, - "bootstrap": { - "version": "3.4.1" - }, - "bowser": { - "version": "1.9.4" - }, - "boxen": { - "version": "4.2.0", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cli-boxes": { - "version": "2.2.1" - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-fest": { - "version": "0.8.1" - } - } - }, - "brace-expansion": { - "version": "1.1.11", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "requires": { - "fill-range": "^7.0.1" - } - }, - "brfs": { - "version": "1.6.1", - "requires": { - "quote-stream": "^1.0.1", - "resolve": "^1.1.5", - "static-module": "^2.2.0", - "through2": "^2.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "brorand": { - "version": "1.1.0" - }, - "browser-process-hrtime": { - "version": "1.0.0" - }, - "browser-resolve": { - "version": "1.11.3", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": { - "resolve": { - "version": "1.1.7" - } - } - }, - "browserify-aes": { - "version": "1.2.0", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "browserify-cipher": { - "version": "1.0.1", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "browserify-des": { - "version": "1.0.2", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "browserify-rsa": { - "version": "4.1.0", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "browserify-sign": { - "version": "4.2.1", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1" - } - } - }, - "browserify-zlib": { - "version": "0.2.0", - "requires": { - "pako": "~1.0.5" - } - }, - "browserslist": { - "version": "4.17.4", - "requires": { - "caniuse-lite": "^1.0.30001265", - "electron-to-chromium": "^1.3.867", - "escalade": "^3.1.1", - "node-releases": "^2.0.0", - "picocolors": "^1.0.0" - } - }, - "bs-logger": { - "version": "0.2.6", - "requires": { - "fast-json-stable-stringify": "2.x" - } - }, - "bser": { - "version": "2.1.1", - "requires": { - "node-int64": "^0.4.0" - } - }, - "btoa-lite": { - "version": "1.0.0" - }, - "buffer": { - "version": "4.9.2", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - } - } - }, - "buffer-equal": { - "version": "0.0.1" - }, - "buffer-from": { - "version": "1.1.2" - }, - "buffer-indexof": { - "version": "1.1.1" - }, - "buffer-xor": { - "version": "1.0.3" - }, - "builtin-status-codes": { - "version": "3.0.0" - }, - "builtins": { - "version": "1.0.3" - }, - "byline": { - "version": "5.0.0" - }, - "byte-size": { - "version": "5.0.1" - }, - "bytes": { - "version": "3.1.0" - }, - "c8": { - "version": "7.10.0", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@istanbuljs/schema": "^0.1.2", - "find-up": "^5.0.0", - "foreground-child": "^2.0.0", - "istanbul-lib-coverage": "^3.0.1", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.0.2", - "rimraf": "^3.0.0", - "test-exclude": "^6.0.0", - "v8-to-istanbul": "^8.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.7" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "cliui": { - "version": "7.0.4", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "find-up": { - "version": "5.0.0", - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "6.0.0", - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-locate": { - "version": "5.0.0", - "requires": { - "p-limit": "^3.0.2" - } - }, - "source-map": { - "version": "0.7.3" - }, - "v8-to-istanbul": { - "version": "8.1.0", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "y18n": { - "version": "5.0.8" - }, - "yargs": { - "version": "16.2.0", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "cacache": { - "version": "12.0.4", - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "requires": { - "yallist": "^3.0.2" - } - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "yallist": { - "version": "3.1.1" - } - } - }, - "cache-base": { - "version": "1.0.1", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "cachedir": { - "version": "2.1.0" - }, - "call-bind": { - "version": "1.0.2", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "call-me-maybe": { - "version": "1.0.1" - }, - "caller-callsite": { - "version": "2.0.0", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0" - } - } - }, - "caller-path": { - "version": "2.0.0", - "requires": { - "caller-callsite": "^2.0.0" - } - }, - "callsites": { - "version": "3.1.0" - }, - "camel-case": { - "version": "4.1.2", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "camelcase": { - "version": "5.3.1" - }, - "camelcase-css": { - "version": "2.0.1" - }, - "camelcase-keys": { - "version": "4.2.0", - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001269" - }, - "capture-exit": { - "version": "2.0.0", - "requires": { - "rsvp": "^4.8.4" - } - }, - "capture-stack-trace": { - "version": "1.0.1" - }, - "cardinal": { - "version": "0.4.4", - "requires": { - "ansicolors": "~0.2.1", - "redeyed": "~0.4.0" - } - }, - "case-sensitive-paths-webpack-plugin": { - "version": "2.4.0" - }, - "caseless": { - "version": "0.12.0" - }, - "ccount": { - "version": "1.1.0" - }, - "chalk": { - "version": "2.4.2", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "change-case": { - "version": "3.1.0", - "requires": { - "camel-case": "^3.0.0", - "constant-case": "^2.0.0", - "dot-case": "^2.1.0", - "header-case": "^1.0.0", - "is-lower-case": "^1.1.0", - "is-upper-case": "^1.1.0", - "lower-case": "^1.1.1", - "lower-case-first": "^1.0.0", - "no-case": "^2.3.2", - "param-case": "^2.1.0", - "pascal-case": "^2.0.0", - "path-case": "^2.1.0", - "sentence-case": "^2.1.0", - "snake-case": "^2.1.0", - "swap-case": "^1.1.0", - "title-case": "^2.1.0", - "upper-case": "^1.1.1", - "upper-case-first": "^1.1.0" - }, - "dependencies": { - "camel-case": { - "version": "3.0.0", - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, - "param-case": { - "version": "2.1.1", - "requires": { - "no-case": "^2.2.0" - } - }, - "pascal-case": { - "version": "2.0.1", - "requires": { - "camel-case": "^3.0.0", - "upper-case-first": "^1.1.0" - } - } - } - }, - "change-emitter": { - "version": "0.1.6" - }, - "char-regex": { - "version": "1.0.2" - }, - "character-entities": { - "version": "1.2.4" - }, - "character-entities-legacy": { - "version": "1.1.4" - }, - "character-reference-invalid": { - "version": "1.1.4" - }, - "chardet": { - "version": "0.7.0" - }, - "check-types": { - "version": "8.0.3" - }, - "cheerio": { - "version": "1.0.0-rc.10", - "requires": { - "cheerio-select": "^1.5.0", - "dom-serializer": "^1.3.2", - "domhandler": "^4.2.0", - "htmlparser2": "^6.1.0", - "parse5": "^6.0.1", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "tslib": "^2.2.0" - }, - "dependencies": { - "parse5": { - "version": "6.0.1" - } - } - }, - "cheerio-select": { - "version": "1.5.0", - "requires": { - "css-select": "^4.1.3", - "css-what": "^5.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0", - "domutils": "^2.7.0" - } - }, - "chokidar": { - "version": "3.5.2", - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "chownr": { - "version": "1.1.4" - }, - "chromatic": { - "version": "5.10.2", - "dev": true, - "requires": { - "@actions/core": "^1.5.0", - "@actions/github": "^5.0.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.15.3", - "@chromaui/localtunnel": "^2.0.3", - "async-retry": "^1.3.3", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "dotenv": "^8.2.0", - "env-ci": "^5.0.2", - "esm": "^3.2.25", - "execa": "^5.0.0", - "fake-tag": "^2.0.0", - "fs-extra": "^10.0.0", - "https-proxy-agent": "^5.0.0", - "jsonfile": "^6.0.1", - "junit-report-builder": "2.1.0", - "listr": "0.14.3", - "meow": "^8.0.0", - "no-proxy": "^1.0.3", - "node-ask": "^1.0.1", - "node-fetch": "2.6.0", - "node-loggly-bulk": "^2.2.4", - "p-limit": "3.1.0", - "picomatch": "2.2.2", - "pkg-up": "^3.1.0", - "pluralize": "^8.0.0", - "progress-stream": "^2.0.0", - "semver": "^7.3.5", - "slash": "^3.0.0", - "string-argv": "^0.3.1", - "strip-ansi": "6.0.0", - "tmp-promise": "3.0.2", - "tree-kill": "^1.2.2", - "ts-dedent": "^1.0.0", - "util-deprecate": "^1.0.2", - "uuid": "^8.3.2", - "yarn-or-npm": "^3.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "camelcase-keys": { - "version": "6.2.2", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "env-ci": { - "version": "5.3.0", - "dev": true, - "requires": { - "execa": "^4.0.0", - "java-properties": "^1.0.0" - }, - "dependencies": { - "execa": { - "version": "4.1.0", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - } - } - }, - "execa": { - "version": "5.1.1", - "dev": true, - "requires": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "get-stream": { - "version": "6.0.1", - "dev": true - }, - "human-signals": { - "version": "2.1.0", - "dev": true - } - } - }, - "fs-extra": { - "version": "10.0.0", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "dev": true - }, - "indent-string": { - "version": "4.0.0", - "dev": true - }, - "map-obj": { - "version": "4.3.0", - "dev": true - }, - "meow": { - "version": "8.1.2", - "dev": true, - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "minimist-options": { - "version": "4.1.0", - "dev": true, - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "picomatch": { - "version": "2.2.2", - "dev": true - }, - "quick-lru": { - "version": "4.0.1", - "dev": true - }, - "redent": { - "version": "3.0.0", - "dev": true, - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "slash": { - "version": "3.0.0", - "dev": true - }, - "strip-ansi": { - "version": "6.0.0", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "trim-newlines": { - "version": "3.0.1", - "dev": true - }, - "ts-dedent": { - "version": "1.2.0", - "dev": true - }, - "type-fest": { - "version": "0.18.1", - "dev": true - }, - "yargs-parser": { - "version": "20.2.9", - "dev": true - } - } - }, - "chrome-trace-event": { - "version": "1.0.3" - }, - "ci-info": { - "version": "2.0.0" - }, - "cipher-base": { - "version": "1.0.4", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "circular-json-es6": { - "version": "2.0.2" - }, - "cjs-module-lexer": { - "version": "0.6.0" - }, - "class-utils": { - "version": "0.3.6", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - } - }, - "kind-of": { - "version": "5.1.0" - } - } - }, - "classnames": { - "version": "2.3.1" - }, - "clean-css": { - "version": "4.2.3", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "clean-regexp": { - "version": "1.0.0", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "clean-stack": { - "version": "2.2.0" - }, - "cli-boxes": { - "version": "1.0.0" - }, - "cli-cursor": { - "version": "2.1.0", - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-table": { - "version": "0.3.6", - "requires": { - "colors": "1.0.3" - } - }, - "cli-table3": { - "version": "0.6.0", - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "colors": { - "version": "1.4.0", - "optional": true - } - } - }, - "cli-truncate": { - "version": "2.1.0", - "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - } - }, - "cli-width": { - "version": "2.2.1" - }, - "cliui": { - "version": "6.0.0", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "clone": { - "version": "1.0.4" - }, - "clone-buffer": { - "version": "1.0.0" - }, - "clone-deep": { - "version": "4.0.1", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "requires": { - "isobject": "^3.0.1" - } - } - } - }, - "clone-stats": { - "version": "1.0.0" - }, - "cloneable-readable": { - "version": "1.1.3", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "clsx": { - "version": "1.1.1" - }, - "co": { - "version": "4.6.0" - }, - "code-point-at": { - "version": "1.1.0" - }, - "collapse-white-space": { - "version": "1.0.6" - }, - "collect-v8-coverage": { - "version": "1.0.1" - }, - "collection-visit": { - "version": "1.0.0", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4" - }, - "colorette": { - "version": "1.4.0" - }, - "colors": { - "version": "1.0.3" - }, - "columnify": { - "version": "1.5.4", - "requires": { - "strip-ansi": "^3.0.0", - "wcwidth": "^1.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "combined-stream": { - "version": "1.0.8", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "comma-separated-tokens": { - "version": "1.0.8" - }, - "commander": { - "version": "4.1.1" - }, - "commitizen": { - "version": "3.1.2", - "requires": { - "cachedir": "2.1.0", - "cz-conventional-changelog": "2.1.0", - "dedent": "0.7.0", - "detect-indent": "^5.0.0", - "find-node-modules": "2.0.0", - "find-root": "1.1.0", - "fs-extra": "^7.0.0", - "glob": "7.1.3", - "inquirer": "6.2.0", - "is-utf8": "^0.2.1", - "lodash": "4.17.14", - "minimist": "1.2.0", - "shelljs": "0.7.6", - "strip-bom": "3.0.0", - "strip-json-comments": "2.0.1" - }, - "dependencies": { - "fs-extra": { - "version": "7.0.1", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "glob": { - "version": "7.1.3", - "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" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "lodash": { - "version": "4.17.14" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "common-tags": { - "version": "1.8.0" - }, - "commondir": { - "version": "1.0.1" - }, - "compare-func": { - "version": "1.3.4", - "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^3.0.0" - } - }, - "compare-versions": { - "version": "3.6.0" - }, - "component-emitter": { - "version": "1.3.0" - }, - "compressible": { - "version": "2.0.18", - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "dependencies": { - "bytes": { - "version": "3.0.0" - }, - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - } - } - }, - "compute-scroll-into-view": { - "version": "1.0.17" - }, - "concat-map": { - "version": "0.0.1" - }, - "concat-stream": { - "version": "2.0.0", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" - } - }, - "config-chain": { - "version": "1.1.13", - "requires": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - } - }, - "confusing-browser-globals": { - "version": "1.0.10" - }, - "connect-history-api-fallback": { - "version": "1.6.0" - }, - "console-browserify": { - "version": "1.2.0" - }, - "console-control-strings": { - "version": "1.1.0" - }, - "constant-case": { - "version": "2.0.0", - "requires": { - "snake-case": "^2.1.0", - "upper-case": "^1.1.1" - } - }, - "constants-browserify": { - "version": "1.0.0" - }, - "content-disposition": { - "version": "0.5.3", - "requires": { - "safe-buffer": "5.1.2" - } - }, - "content-type": { - "version": "1.0.4" - }, - "conventional-changelog": { - "version": "3.1.24", - "requires": { - "conventional-changelog-angular": "^5.0.12", - "conventional-changelog-atom": "^2.0.8", - "conventional-changelog-codemirror": "^2.0.8", - "conventional-changelog-conventionalcommits": "^4.5.0", - "conventional-changelog-core": "^4.2.1", - "conventional-changelog-ember": "^2.0.9", - "conventional-changelog-eslint": "^3.0.9", - "conventional-changelog-express": "^2.0.6", - "conventional-changelog-jquery": "^3.0.11", - "conventional-changelog-jshint": "^2.0.9", - "conventional-changelog-preset-loader": "^2.3.4" - }, - "dependencies": { - "compare-func": { - "version": "2.0.0", - "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "conventional-changelog-angular": { - "version": "5.0.13", - "requires": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - } - }, - "dot-prop": { - "version": "5.3.0", - "requires": { - "is-obj": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0" - } - } - }, - "conventional-changelog-angular": { - "version": "1.6.6", - "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } - }, - "conventional-changelog-atom": { - "version": "2.0.8", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-cli": { - "version": "2.1.1", - "requires": { - "add-stream": "^1.0.0", - "conventional-changelog": "^3.1.24", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "tempfile": "^3.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "indent-string": { - "version": "4.0.0" - }, - "map-obj": { - "version": "4.3.0" - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "quick-lru": { - "version": "4.0.1" - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "trim-newlines": { - "version": "3.0.1" - }, - "type-fest": { - "version": "0.18.1" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "conventional-changelog-codemirror": { - "version": "2.0.8", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-conventionalcommits": { - "version": "4.6.1", - "requires": { - "compare-func": "^2.0.0", - "lodash": "^4.17.15", - "q": "^1.5.1" - }, - "dependencies": { - "compare-func": { - "version": "2.0.0", - "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "dot-prop": { - "version": "5.3.0", - "requires": { - "is-obj": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0" - } - } - }, - "conventional-changelog-core": { - "version": "4.2.4", - "requires": { - "add-stream": "^1.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-parser": "^3.2.0", - "dateformat": "^3.0.0", - "get-pkg-repo": "^4.0.0", - "git-raw-commits": "^2.0.8", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^4.1.1", - "lodash": "^4.17.15", - "normalize-package-data": "^3.0.0", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^4.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "conventional-commits-parser": { - "version": "3.2.2", - "requires": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - } - }, - "dargs": { - "version": "7.0.0" - }, - "git-raw-commits": { - "version": "2.0.10", - "requires": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "indent-string": { - "version": "4.0.0" - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "map-obj": { - "version": "4.3.0" - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": { - "read-pkg": { - "version": "5.2.0", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "type-fest": { - "version": "0.6.0" - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1" - } - } - } - } - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "quick-lru": { - "version": "4.0.1" - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - } - } - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "semver": { - "version": "5.7.1" - }, - "split2": { - "version": "3.2.2", - "requires": { - "readable-stream": "^3.0.0" - } - }, - "trim-newlines": { - "version": "3.0.1" - }, - "type-fest": { - "version": "0.18.1" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "conventional-changelog-ember": { - "version": "2.0.9", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-eslint": { - "version": "3.0.9", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-express": { - "version": "2.0.6", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-jquery": { - "version": "3.0.11", - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-jshint": { - "version": "2.0.9", - "requires": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, - "dependencies": { - "compare-func": { - "version": "2.0.0", - "requires": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "dot-prop": { - "version": "5.3.0", - "requires": { - "is-obj": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0" - } - } - }, - "conventional-changelog-preset-loader": { - "version": "2.3.4" - }, - "conventional-changelog-writer": { - "version": "5.0.0", - "requires": { - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.6", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "indent-string": { - "version": "4.0.0" - }, - "map-obj": { - "version": "4.3.0" - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "quick-lru": { - "version": "4.0.1" - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "trim-newlines": { - "version": "3.0.1" - }, - "type-fest": { - "version": "0.18.1" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "conventional-commit-types": { - "version": "2.3.0" - }, - "conventional-commits-filter": { - "version": "2.0.7", - "requires": { - "lodash.ismatch": "^4.4.0", - "modify-values": "^1.0.0" - } - }, - "conventional-commits-parser": { - "version": "2.1.7", - "requires": { - "is-text-path": "^1.0.0", - "JSONStream": "^1.0.4", - "lodash": "^4.2.1", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0", - "trim-off-newlines": "^1.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "isarray": { - "version": "1.0.0" - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "meow": { - "version": "4.0.1", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "semver": { - "version": "5.7.1" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "conventional-recommended-bump": { - "version": "5.0.1", - "requires": { - "concat-stream": "^2.0.0", - "conventional-changelog-preset-loader": "^2.1.1", - "conventional-commits-filter": "^2.0.2", - "conventional-commits-parser": "^3.0.3", - "git-raw-commits": "2.0.0", - "git-semver-tags": "^2.0.3", - "meow": "^4.0.0", - "q": "^1.5.1" - }, - "dependencies": { - "conventional-commits-parser": { - "version": "3.2.2", - "requires": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "split2": { - "version": "3.2.2", - "requires": { - "readable-stream": "^3.0.0" - } - }, - "trim-newlines": { - "version": "3.0.1" - } - } - }, - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "git-raw-commits": { - "version": "2.0.0", - "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "git-semver-tags": { - "version": "2.0.3", - "requires": { - "meow": "^4.0.0", - "semver": "^6.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "indent-string": { - "version": "4.0.0" - }, - "isarray": { - "version": "1.0.0" - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "map-obj": { - "version": "4.3.0" - }, - "meow": { - "version": "4.0.1", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "dependencies": { - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "semver": { - "version": "5.7.1" - } - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - }, - "quick-lru": { - "version": "4.0.1" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "type-fest": { - "version": "0.18.1" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "convert-source-map": { - "version": "1.8.0", - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "cookie": { - "version": "0.4.0" - }, - "cookie-signature": { - "version": "1.0.6" - }, - "copy-concurrently": { - "version": "1.0.5", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "copy-descriptor": { - "version": "0.1.1" - }, - "copy-to-clipboard": { - "version": "3.3.1", - "requires": { - "toggle-selection": "^1.0.6" - } - }, - "core-js": { - "version": "3.8.3" - }, - "core-js-compat": { - "version": "3.18.3", - "requires": { - "browserslist": "^4.17.3", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0" - } - } - }, - "core-js-pure": { - "version": "3.18.3" - }, - "core-util-is": { - "version": "1.0.2" - }, - "cosmiconfig": { - "version": "5.2.1", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0" - } - } - }, - "cp-file": { - "version": "7.0.0", - "requires": { - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "nested-error-stacks": "^2.0.0", - "p-event": "^4.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "requires": { - "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==" - } - } - }, - "cpy": { - "version": "8.1.2", - "requires": { - "arrify": "^2.0.1", - "cp-file": "^7.0.0", - "globby": "^9.2.0", - "has-glob": "^1.0.0", - "junk": "^3.1.0", - "nested-error-stacks": "^2.1.0", - "p-all": "^2.1.0", - "p-filter": "^2.1.0", - "p-map": "^3.0.0" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "1.1.3" - }, - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "arrify": { - "version": "2.0.1" - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "dir-glob": { - "version": "2.2.2", - "requires": { - "path-type": "^3.0.0" - } - }, - "fast-glob": { - "version": "2.2.7", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "glob-parent": { - "version": "3.1.0", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "globby": { - "version": "9.2.0", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - } - }, - "ignore": { - "version": "4.0.6" - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "p-map": { - "version": "3.0.0", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "path-type": { - "version": "3.0.0", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "create-ecdh": { - "version": "4.0.4", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "create-error-class": { - "version": "3.0.2", - "requires": { - "capture-stack-trace": "^1.0.0" - } - }, - "create-hash": { - "version": "1.2.0", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - } - }, - "create-hmac": { - "version": "1.1.7", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "create-react-context": { - "version": "0.3.0", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - } - }, - "cross-fetch": { - "version": "2.2.2", - "requires": { - "node-fetch": "2.1.2", - "whatwg-fetch": "2.0.4" - }, - "dependencies": { - "node-fetch": { - "version": "2.1.2" - }, - "whatwg-fetch": { - "version": "2.0.4" - } - } - }, - "cross-spawn": { - "version": "7.0.3", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "crypto-browserify": { - "version": "3.12.0", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - } - }, - "css-in-js-utils": { - "version": "2.0.1", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - } - }, - "css-loader": { - "version": "3.6.0", - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "css-select": { - "version": "4.1.3", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^5.0.0", - "domhandler": "^4.2.0", - "domutils": "^2.6.0", - "nth-check": "^2.0.0" - } - }, - "css-what": { - "version": "5.1.0" - }, - "csscolorparser": { - "version": "1.0.3" - }, - "cssesc": { - "version": "3.0.0" - }, - "cssfilter": { - "version": "0.0.10" - }, - "cssom": { - "version": "0.4.4" - }, - "cssstyle": { - "version": "2.3.0", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8" - } - } - }, - "csstype": { - "version": "2.6.18" - }, - "currently-unhandled": { - "version": "0.4.1", - "requires": { - "array-find-index": "^1.0.1" - } - }, - "cyclist": { - "version": "1.0.1" - }, - "cz-conventional-changelog": { - "version": "2.1.0", - "requires": { - "conventional-commit-types": "^2.0.0", - "lodash.map": "^4.5.1", - "longest": "^1.0.1", - "right-pad": "^1.0.1", - "word-wrap": "^1.0.3" - } - }, - "d3": { - "version": "3.5.17" - }, - "d3-array": { - "version": "1.2.4" - }, - "d3-cloud": { - "version": "1.2.5", - "requires": { - "d3-dispatch": "^1.0.3" - } - }, - "d3-collection": { - "version": "1.0.7" - }, - "d3-color": { - "version": "1.4.1" - }, - "d3-dispatch": { - "version": "1.0.6" - }, - "d3-drag": { - "version": "1.2.5", - "requires": { - "d3-dispatch": "1", - "d3-selection": "1" - } - }, - "d3-ease": { - "version": "1.0.7" - }, - "d3-format": { - "version": "1.4.5" - }, - "d3-geo-projection": { - "version": "0.2.16", - "requires": { - "brfs": "^1.3.0" - } - }, - "d3-hierarchy": { - "version": "1.1.9" - }, - "d3-interpolate": { - "version": "1.4.0", - "requires": { - "d3-color": "1" - } - }, - "d3-path": { - "version": "1.0.9" - }, - "d3-queue": { - "version": "2.0.3" - }, - "d3-sankey": { - "version": "0.4.2", - "requires": { - "d3-array": "1", - "d3-collection": "1", - "d3-interpolate": "1" - } - }, - "d3-sankey-diagram": { - "version": "0.7.3", - "requires": { - "d3-array": "^1.0.2", - "d3-collection": "^1.0.2", - "d3-dispatch": "^1.0.3", - "d3-format": "^1.1.1", - "d3-interpolate": "^1.1.3", - "d3-selection": "^1.0.3", - "d3-transition": "^1.0.4", - "graphlib": "~2.1.0" - } - }, - "d3-scale": { - "version": "3.3.0", - "requires": { - "d3-array": "^2.3.0", - "d3-format": "1 - 2", - "d3-interpolate": "1.2.0 - 2", - "d3-time": "^2.1.1", - "d3-time-format": "2 - 3" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - }, - "d3-time": { - "version": "2.1.1", - "requires": { - "d3-array": "2" - } - } - } - }, - "d3-scale-chromatic": { - "version": "2.0.0", - "requires": { - "d3-color": "1 - 2", - "d3-interpolate": "1 - 2" - } - }, - "d3-selection": { - "version": "1.4.2" - }, - "d3-shape": { - "version": "1.3.7", - "requires": { - "d3-path": "1" - } - }, - "d3-svg-legend": { - "version": "1.13.0", - "requires": {} - }, - "d3-time": { - "version": "1.1.0" - }, - "d3-time-format": { - "version": "2.3.0", - "requires": { - "d3-time": "1" - } - }, - "d3-timer": { - "version": "1.0.10" - }, - "d3-tip": { - "version": "0.9.1", - "requires": { - "d3-collection": "^1.0.4", - "d3-selection": "^1.3.0" - } - }, - "d3-transition": { - "version": "1.3.2", - "requires": { - "d3-color": "1", - "d3-dispatch": "1", - "d3-ease": "1", - "d3-interpolate": "1", - "d3-selection": "^1.1.0", - "d3-timer": "1" - } - }, - "d3-voronoi": { - "version": "1.1.4" - }, - "d3-zoom": { - "version": "1.8.3", - "requires": { - "d3-dispatch": "1", - "d3-drag": "1", - "d3-interpolate": "1", - "d3-selection": "1", - "d3-transition": "1" - } - }, - "damerau-levenshtein": { - "version": "1.0.7" - }, - "dargs": { - "version": "4.1.0", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "dashdash": { - "version": "1.14.1", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "data-urls": { - "version": "2.0.0", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - } - }, - "datamaps": { - "version": "0.5.9", - "requires": { - "@types/d3": "3.5.38", - "d3": "^3.5.6", - "topojson": "^1.6.19" - } - }, - "datatables.net": { - "version": "1.11.3", - "requires": { - "jquery": ">=1.7" - } - }, - "datatables.net-bs": { - "version": "1.11.3", - "requires": { - "datatables.net": ">=1.10.25", - "jquery": ">=1.7" - } - }, - "date-fns": { - "version": "1.30.1", - "dev": true - }, - "date-format": { - "version": "0.0.2", - "dev": true - }, - "dateformat": { - "version": "3.0.3" - }, - "dayjs": { - "version": "1.10.7" - }, - "de-indent": { - "version": "1.0.2" - }, - "debug": { - "version": "4.3.2", - "requires": { - "ms": "2.1.2" - } - }, - "debuglog": { - "version": "1.0.1" - }, - "decamelize": { - "version": "1.2.0" - }, - "decamelize-keys": { - "version": "1.1.0", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "map-obj": { - "version": "1.0.1" - } - } - }, - "decimal.js": { - "version": "10.3.1" - }, - "decode-uri-component": { - "version": "0.2.0" - }, - "dedent": { - "version": "0.7.0" - }, - "deep-equal": { - "version": "1.1.1", - "requires": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" - } - }, - "deep-equal-ident": { - "version": "1.1.1", - "requires": { - "lodash.isequal": "^3.0" - }, - "dependencies": { - "lodash.isequal": { - "version": "3.0.4", - "requires": { - "lodash._baseisequal": "^3.0.0", - "lodash._bindcallback": "^3.0.0" - } - } - } - }, - "deep-extend": { - "version": "0.6.0" - }, - "deep-is": { - "version": "0.1.4" - }, - "deep-object-diff": { - "version": "1.1.0" - }, - "deepmerge": { - "version": "4.2.2" - }, - "default-gateway": { - "version": "4.2.0", - "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0" - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "defaults": { - "version": "1.0.3", - "requires": { - "clone": "^1.0.2" - } - }, - "define-properties": { - "version": "1.1.3", - "requires": { - "object-keys": "^1.0.12" - } - }, - "define-property": { - "version": "2.0.2", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - } - }, - "del": { - "version": "4.1.1", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "globby": { - "version": "6.1.0", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "delayed-stream": { - "version": "1.0.0" - }, - "delegates": { - "version": "1.0.0" - }, - "depd": { - "version": "1.1.2" - }, - "deprecation": { - "version": "2.3.1" - }, - "des.js": { - "version": "1.0.1", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "destroy": { - "version": "1.0.4" - }, - "detab": { - "version": "2.0.4", - "requires": { - "repeat-string": "^1.5.4" - } - }, - "detect-file": { - "version": "1.0.0" - }, - "detect-indent": { - "version": "5.0.0" - }, - "detect-newline": { - "version": "3.1.0" - }, - "detect-node": { - "version": "2.1.0" - }, - "detect-port": { - "version": "1.3.0", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - } - } - }, - "detect-port-alt": { - "version": "1.1.6", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - } - } - }, - "dezalgo": { - "version": "1.0.3", - "requires": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "diff": { - "version": "4.0.2" - }, - "diff-sequences": { - "version": "26.6.2" - }, - "diffie-hellman": { - "version": "5.0.3", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "dir-glob": { - "version": "3.0.1", - "requires": { - "path-type": "^4.0.0" - } - }, - "discontinuous-range": { - "version": "1.0.0" - }, - "distributions": { - "version": "1.1.0", - "requires": { - "mathfn": "^1.0.0" - } - }, - "dnode-protocol": { - "version": "0.2.2", - "requires": { - "jsonify": "~0.0.0", - "traverse": "~0.6.3" - } - }, - "dnode-weak-napi": { - "version": "1.2.2", - "requires": { - "dnode-protocol": "~0.2.2", - "jsonify": "~0.0.0", - "weak-napi": "^1.0.3" - } - }, - "dns-equal": { - "version": "1.0.0" - }, - "dns-packet": { - "version": "1.3.4", - "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "dns-txt": { - "version": "2.0.2", - "requires": { - "buffer-indexof": "^1.0.0" - } - }, - "doctrine": { - "version": "3.0.0", - "requires": { - "esutils": "^2.0.2" - } - }, - "dom-accessibility-api": { - "version": "0.5.9" - }, - "dom-align": { - "version": "1.12.2" - }, - "dom-converter": { - "version": "0.2.0", - "requires": { - "utila": "~0.4" - } - }, - "dom-helpers": { - "version": "5.2.1", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": { - "csstype": { - "version": "3.0.9" - } - } - }, - "dom-serializer": { - "version": "1.3.2", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "dom-storage": { - "version": "2.1.0" - }, - "dom-walk": { - "version": "0.1.2" - }, - "domain-browser": { - "version": "1.2.0" - }, - "domelementtype": { - "version": "2.2.0" - }, - "domexception": { - "version": "2.0.1", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0" - } - } - }, - "domhandler": { - "version": "4.2.2", - "requires": { - "domelementtype": "^2.2.0" - } - }, - "dompurify": { - "version": "2.3.3" - }, - "domutils": { - "version": "2.8.0", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "dot-case": { - "version": "2.1.1", - "requires": { - "no-case": "^2.2.0" - } - }, - "dot-prop": { - "version": "3.0.0", - "requires": { - "is-obj": "^1.0.0" - } - }, - "dotenv": { - "version": "8.6.0" - }, - "dotenv-defaults": { - "version": "1.1.1", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": { - "dotenv": { - "version": "6.2.0" - } - } - }, - "dotenv-expand": { - "version": "5.1.0" - }, - "dotenv-webpack": { - "version": "1.8.0", - "requires": { - "dotenv-defaults": "^1.0.2" - } - }, - "download-stats": { - "version": "0.3.4", - "devOptional": true, - "requires": { - "JSONStream": "^1.2.1", - "lazy-cache": "^2.0.1", - "moment": "^2.15.1" - } - }, - "duplexer": { - "version": "0.1.2" - }, - "duplexer2": { - "version": "0.1.4", - "requires": { - "readable-stream": "^2.0.2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "duplexer3": { - "version": "0.1.4" - }, - "duplexify": { - "version": "3.7.1", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "earcut": { - "version": "2.2.3" - }, - "ecc-jsbn": { - "version": "0.1.2", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "echarts": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.2.2.tgz", - "integrity": "sha512-yxuBfeIH5c+0FsoRP60w4De6omXhA06c7eUYBsC1ykB6Ys2yK5fSteIYWvkJ4xJVLQgCvAdO8C4mN6MLeJpBaw==", - "requires": { - "tslib": "2.3.0", - "zrender": "5.2.1" - }, - "dependencies": { - "tslib": { - "version": "2.3.0", - "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" - } - } - }, - "editions": { - "version": "2.3.1", - "requires": { - "errlop": "^2.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "editorconfig": { - "version": "0.15.3", - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - }, - "lru-cache": { - "version": "4.1.5", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "semver": { - "version": "5.7.1" - }, - "yallist": { - "version": "2.1.2" - } - } - }, - "ee-first": { - "version": "1.1.1" - }, - "ejs": { - "version": "2.7.4" - }, - "electron-to-chromium": { - "version": "1.3.873" - }, - "elegant-spinner": { - "version": "1.0.1", - "dev": true - }, - "element-resize-detector": { - "version": "1.2.3", - "requires": { - "batch-processor": "1.0.0" - } - }, - "elliptic": { - "version": "6.5.4", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "email-addresses": { - "version": "3.1.0" - }, - "emittery": { - "version": "0.7.2" - }, - "emoji-regex": { - "version": "9.2.2" - }, - "emojis-list": { - "version": "3.0.0" - }, - "encodable": { - "version": "0.7.8", - "requires": { - "@encodable/color": "^1.1.0", - "@encodable/format": "^1.0.5", - "@types/d3-array": "^2.0.0", - "@types/d3-interpolate": "^1.3.1", - "@types/d3-scale": "^2.1.1", - "@types/d3-time": "^1.0.10", - "@types/lodash.get": "^4.4.6", - "d3-array": "^2.3.1", - "d3-interpolate": "^2.0.1", - "d3-scale": "^3.0.1", - "d3-time": "^2.0.0", - "lodash.get": "^4.4.2", - "reselect": "^4.0.0" - }, - "dependencies": { - "d3-array": { - "version": "2.12.1", - "requires": { - "internmap": "^1.0.0" - } - }, - "d3-interpolate": { - "version": "2.0.1", - "requires": { - "d3-color": "1 - 2" - } - }, - "d3-time": { - "version": "2.1.1", - "requires": { - "d3-array": "2" - } - } - } - }, - "encodeurl": { - "version": "1.0.2" - }, - "encoding": { - "version": "0.1.13", - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": { - "iconv-lite": { - "version": "0.6.3", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - } - } - }, - "end-of-stream": { - "version": "1.4.4", - "requires": { - "once": "^1.4.0" - } - }, - "endent": { - "version": "2.1.0", - "requires": { - "dedent": "^0.7.0", - "fast-json-parse": "^1.0.3", - "objectorarray": "^1.0.5" - } - }, - "enhanced-resolve": { - "version": "0.9.1", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.2.0", - "tapable": "^0.1.8" - } - }, - "enquirer": { - "version": "2.3.6", - "requires": { - "ansi-colors": "^4.1.1" - } - }, - "entities": { - "version": "2.2.0" - }, - "env-ci": { - "version": "4.5.2", - "requires": { - "execa": "^3.2.0", - "java-properties": "^1.0.0" - }, - "dependencies": { - "execa": { - "version": "3.4.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "p-finally": { - "version": "2.0.1" - } - } - }, - "env-paths": { - "version": "2.2.1" - }, - "envinfo": { - "version": "7.8.1" - }, - "enzyme": { - "version": "3.11.0", - "requires": { - "array.prototype.flat": "^1.2.3", - "cheerio": "^1.0.0-rc.3", - "enzyme-shallow-equal": "^1.0.1", - "function.prototype.name": "^1.1.2", - "has": "^1.0.3", - "html-element-map": "^1.2.0", - "is-boolean-object": "^1.0.1", - "is-callable": "^1.1.5", - "is-number-object": "^1.0.4", - "is-regex": "^1.0.5", - "is-string": "^1.0.5", - "is-subset": "^0.1.1", - "lodash.escape": "^4.0.1", - "lodash.isequal": "^4.5.0", - "object-inspect": "^1.7.0", - "object-is": "^1.0.2", - "object.assign": "^4.1.0", - "object.entries": "^1.1.1", - "object.values": "^1.1.1", - "raf": "^3.4.1", - "rst-selector-parser": "^2.2.3", - "string.prototype.trim": "^1.2.1" - } - }, - "enzyme-adapter-react-16": { - "version": "1.15.6", - "requires": { - "enzyme-adapter-utils": "^1.14.0", - "enzyme-shallow-equal": "^1.0.4", - "has": "^1.0.3", - "object.assign": "^4.1.2", - "object.values": "^1.1.2", - "prop-types": "^15.7.2", - "react-is": "^16.13.1", - "react-test-renderer": "^16.0.0-0", - "semver": "^5.7.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "enzyme-adapter-utils": { - "version": "1.14.0", - "requires": { - "airbnb-prop-types": "^2.16.0", - "function.prototype.name": "^1.1.3", - "has": "^1.0.3", - "object.assign": "^4.1.2", - "object.fromentries": "^2.0.3", - "prop-types": "^15.7.2", - "semver": "^5.7.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "enzyme-matchers": { - "version": "7.1.2", - "requires": { - "circular-json-es6": "^2.0.1", - "deep-equal-ident": "^1.1.1" - } - }, - "enzyme-shallow-equal": { - "version": "1.0.4", - "requires": { - "has": "^1.0.3", - "object-is": "^1.1.2" - } - }, - "enzyme-to-json": { - "version": "3.6.2", - "requires": { - "@types/cheerio": "^0.22.22", - "lodash": "^4.17.21", - "react-is": "^16.12.0" - } - }, - "err-code": { - "version": "1.1.2" - }, - "errlop": { - "version": "2.2.0" - }, - "errno": { - "version": "0.1.8", - "requires": { - "prr": "~1.0.1" - } - }, - "error": { - "version": "7.2.1", - "requires": { - "string-template": "~0.2.1" - } - }, - "error-ex": { - "version": "1.3.2", - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "error-stack-parser": { - "version": "2.0.6", - "requires": { - "stackframe": "^1.1.1" - } - }, - "es-abstract": { - "version": "1.19.1", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "es-array-method-boxes-properly": { - "version": "1.0.0" - }, - "es-get-iterator": { - "version": "1.1.2", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "es5-shim": { - "version": "4.6.2" - }, - "es6-promise": { - "version": "4.2.8" - }, - "es6-promisify": { - "version": "5.0.0", - "requires": { - "es6-promise": "^4.0.3" - } - }, - "es6-shim": { - "version": "0.35.6" - }, - "escalade": { - "version": "3.1.1" - }, - "escape-html": { - "version": "1.0.3" - }, - "escape-string-regexp": { - "version": "4.0.0" - }, - "escodegen": { - "version": "2.0.0", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "levn": { - "version": "0.3.0", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "optionator": { - "version": "0.8.3", - "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" - } - }, - "prelude-ls": { - "version": "1.1.2" - }, - "source-map": { - "version": "0.6.1", - "optional": true - }, - "type-check": { - "version": "0.3.2", - "requires": { - "prelude-ls": "~1.1.2" - } - } - } - }, - "eslint": { - "version": "7.32.0", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "globals": { - "version": "13.11.0", - "requires": { - "type-fest": "^0.20.2" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "ignore": { - "version": "4.0.6" - }, - "strip-json-comments": { - "version": "3.1.1" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-fest": { - "version": "0.20.2" - } - } - }, - "eslint-ast-utils": { - "version": "1.1.0", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - } - }, - "eslint-config-airbnb": { - "version": "18.2.1", - "requires": { - "eslint-config-airbnb-base": "^14.2.1", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - } - }, - "eslint-config-airbnb-base": { - "version": "14.2.1", - "requires": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - } - }, - "eslint-config-prettier": { - "version": "7.2.0", - "requires": {} - }, - "eslint-import-resolver-node": { - "version": "0.3.6", - "requires": { - "debug": "^3.2.7", - "resolve": "^1.20.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "eslint-import-resolver-typescript": { - "version": "2.5.0", - "requires": { - "debug": "^4.3.1", - "glob": "^7.1.7", - "is-glob": "^4.0.1", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.9.0" - } - }, - "eslint-import-resolver-webpack": { - "version": "0.13.1", - "requires": { - "array-find": "^1.0.0", - "debug": "^3.2.7", - "enhanced-resolve": "^0.9.1", - "find-root": "^1.1.0", - "has": "^1.0.3", - "interpret": "^1.4.0", - "is-core-module": "^2.4.0", - "is-regex": "^1.1.3", - "lodash": "^4.17.21", - "resolve": "^1.20.0", - "semver": "^5.7.1" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - }, - "semver": { - "version": "5.7.1" - } - } - }, - "eslint-module-utils": { - "version": "2.7.1", - "requires": { - "debug": "^3.2.7", - "find-up": "^2.1.0", - "pkg-dir": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - }, - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - } - } - }, - "eslint-plugin-cypress": { - "version": "2.12.1", - "requires": { - "globals": "^11.12.0" - } - }, - "eslint-plugin-import": { - "version": "2.25.2", - "requires": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.0", - "has": "^1.0.3", - "is-core-module": "^2.7.0", - "is-glob": "^4.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.5", - "resolve": "^1.20.0", - "tsconfig-paths": "^3.11.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "doctrine": { - "version": "2.1.0", - "requires": { - "esutils": "^2.0.2" - } - }, - "ms": { - "version": "2.0.0" - } - } - }, - "eslint-plugin-jest": { - "version": "24.7.0", - "requires": { - "@typescript-eslint/experimental-utils": "^4.0.1" - } - }, - "eslint-plugin-jest-dom": { - "version": "3.9.2", - "requires": { - "@babel/runtime": "^7.9.6", - "@testing-library/dom": "^7.28.1", - "requireindex": "^1.2.0" - } - }, - "eslint-plugin-jsx-a11y": { - "version": "6.4.1", - "requires": { - "@babel/runtime": "^7.11.2", - "aria-query": "^4.2.2", - "array-includes": "^3.1.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.0.2", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.0.0", - "has": "^1.0.3", - "jsx-ast-utils": "^3.1.0", - "language-tags": "^1.0.5" - } - }, - "eslint-plugin-no-only-tests": { - "version": "2.6.0" - }, - "eslint-plugin-prettier": { - "version": "3.4.1", - "requires": { - "prettier-linter-helpers": "^1.0.0" - } - }, - "eslint-plugin-react": { - "version": "7.26.1", - "requires": { - "array-includes": "^3.1.3", - "array.prototype.flatmap": "^1.2.4", - "doctrine": "^2.1.0", - "estraverse": "^5.2.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", - "object.entries": "^1.1.4", - "object.fromentries": "^2.0.4", - "object.hasown": "^1.0.0", - "object.values": "^1.1.4", - "prop-types": "^15.7.2", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.5" - }, - "dependencies": { - "doctrine": { - "version": "2.1.0", - "requires": { - "esutils": "^2.0.2" - } - }, - "resolve": { - "version": "2.0.0-next.3", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "eslint-plugin-react-hooks": { - "version": "4.2.0", - "requires": {} - }, - "eslint-plugin-testing-library": { - "version": "3.10.2", - "requires": { - "@typescript-eslint/experimental-utils": "^3.10.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "3.10.1", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - } - }, - "@typescript-eslint/types": { - "version": "3.10.1" - }, - "@typescript-eslint/typescript-estree": { - "version": "3.10.1", - "requires": { - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/visitor-keys": "3.10.1", - "debug": "^4.1.1", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "3.10.1", - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "eslint-visitor-keys": { - "version": "1.3.0" - } - } - }, - "eslint-plugin-unicorn": { - "version": "25.0.1", - "requires": { - "ci-info": "^2.0.0", - "clean-regexp": "^1.0.0", - "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^2.2.1", - "eslint-utils": "^2.1.0", - "import-modules": "^2.0.0", - "lodash": "^4.17.20", - "pluralize": "^8.0.0", - "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.21", - "reserved-words": "^0.1.2", - "safe-regex": "^2.1.1", - "semver": "^7.3.4" - }, - "dependencies": { - "eslint-template-visitor": { - "version": "2.3.2", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - } - } - } - }, - "eslint-scope": { - "version": "5.1.1", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "estraverse": { - "version": "4.3.0" - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0" - } - } - }, - "eslint-visitor-keys": { - "version": "2.1.0" - }, - "esm": { - "version": "3.2.25" - }, - "espree": { - "version": "7.3.1", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0" - } - } - }, - "esprima": { - "version": "4.0.1" - }, - "esprint": { - "version": "0.7.0", - "requires": { - "dnode-weak-napi": "1.2.2", - "fb-watchman": "^2.0.0", - "glob": "^7.1.4", - "sane": "^4.1.0", - "worker-farm": "^1.7.0", - "yargs": "^14.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "cliui": { - "version": "5.0.0", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "emoji-regex": { - "version": "7.0.3" - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "string-width": { - "version": "3.1.0", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "yargs": { - "version": "14.2.3", - "requires": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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": "^15.0.1" - } - }, - "yargs-parser": { - "version": "15.0.3", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "esquery": { - "version": "1.4.0", - "requires": { - "estraverse": "^5.1.0" - } - }, - "esrecurse": { - "version": "4.3.0", - "requires": { - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.2.0" - }, - "estree-to-babel": { - "version": "3.2.1", - "requires": { - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.2.0", - "c8": "^7.6.0" - } - }, - "esutils": { - "version": "2.0.3" - }, - "etag": { - "version": "1.8.1" - }, - "eventemitter3": { - "version": "3.1.2" - }, - "events": { - "version": "3.3.0" - }, - "eventsource": { - "version": "1.1.0", - "requires": { - "original": "^1.0.0" - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "exec-sh": { - "version": "0.3.6" - }, - "execa": { - "version": "4.1.0", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "exit": { - "version": "0.1.2" - }, - "expand-brackets": { - "version": "2.1.4", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "kind-of": { - "version": "5.1.0" - }, - "ms": { - "version": "2.0.0" - } - } - }, - "expand-tilde": { - "version": "2.0.2", - "requires": { - "homedir-polyfill": "^1.0.1" - } - }, - "expect": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - } - } - }, - "express": { - "version": "4.17.1", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1" - }, - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - }, - "path-to-regexp": { - "version": "0.1.7" - }, - "qs": { - "version": "6.7.0" - } - } - }, - "extend": { - "version": "3.0.2" - }, - "extend-shallow": { - "version": "3.0.2", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "external-editor": { - "version": "3.1.0", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - } - }, - "extglob": { - "version": "2.0.4", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-extendable": { - "version": "0.1.1" - } - } - }, - "extsprintf": { - "version": "1.3.0" - }, - "fake-tag": { - "version": "2.0.0", - "dev": true - }, - "falafel": { - "version": "2.2.4", - "requires": { - "acorn": "^7.1.1", - "foreach": "^2.0.5", - "isarray": "^2.0.1", - "object-keys": "^1.0.6" - } - }, - "fast-deep-equal": { - "version": "3.1.3" - }, - "fast-diff": { - "version": "1.2.0" - }, - "fast-glob": { - "version": "3.2.7", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - } - }, - "fast-json-parse": { - "version": "1.0.3" - }, - "fast-json-stable-stringify": { - "version": "2.1.0" - }, - "fast-levenshtein": { - "version": "2.0.6" - }, - "fast-safe-stringify": { - "version": "2.1.1" - }, - "fastq": { - "version": "1.13.0", - "requires": { - "reusify": "^1.0.4" - } - }, - "fault": { - "version": "1.0.4", - "requires": { - "format": "^0.2.0" - } - }, - "faye-websocket": { - "version": "0.11.4", - "requires": { - "websocket-driver": ">=0.5.1" - } - }, - "fb-watchman": { - "version": "2.0.1", - "requires": { - "bser": "2.1.1" - } - }, - "fbjs": { - "version": "0.8.17", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": { - "core-js": { - "version": "1.2.7" - } - } - }, - "fetch-mock": { - "version": "6.5.2", - "dev": true, - "requires": { - "babel-polyfill": "^6.26.0", - "glob-to-regexp": "^0.4.0", - "path-to-regexp": "^2.2.1" - } - }, - "fetch-retry": { - "version": "4.1.1" - }, - "figgy-pudding": { - "version": "3.5.2" - }, - "figures": { - "version": "3.2.0", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "file-entry-cache": { - "version": "6.0.1", - "requires": { - "flat-cache": "^3.0.4" - } - }, - "file-loader": { - "version": "6.2.0", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.1.1", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "file-system-cache": { - "version": "1.0.5", - "requires": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - }, - "dependencies": { - "fs-extra": { - "version": "0.30.0", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - } - }, - "jsonfile": { - "version": "2.4.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "ramda": { - "version": "0.21.0" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "file-uri-to-path": { - "version": "1.0.0", - "optional": true - }, - "filelist": { - "version": "1.0.2", - "requires": { - "minimatch": "^3.0.4" - } - }, - "filename-reserved-regex": { - "version": "2.0.0" - }, - "filenamify": { - "version": "4.3.0", - "requires": { - "filename-reserved-regex": "^2.0.0", - "strip-outer": "^1.0.1", - "trim-repeated": "^1.0.0" - } - }, - "filesize": { - "version": "6.1.0" - }, - "fill-range": { - "version": "7.0.1", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "filter-obj": { - "version": "1.1.0" - }, - "finalhandler": { - "version": "1.1.2", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "pkg-dir": { - "version": "3.0.0", - "requires": { - "find-up": "^3.0.0" - } - } - } - }, - "find-node-modules": { - "version": "2.0.0", - "requires": { - "findup-sync": "^3.0.0", - "merge": "^1.2.1" - } - }, - "find-root": { - "version": "1.1.0" - }, - "find-up": { - "version": "4.1.0", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "find-versions": { - "version": "4.0.0", - "requires": { - "semver-regex": "^3.1.2" - } - }, - "findup-sync": { - "version": "3.0.0", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "first-chunk-stream": { - "version": "2.0.0", - "devOptional": true, - "requires": { - "readable-stream": "^2.0.2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "devOptional": true - }, - "readable-stream": { - "version": "2.3.7", - "devOptional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "devOptional": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "flat-cache": { - "version": "3.0.4", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - } - }, - "flatted": { - "version": "3.2.2" - }, - "flush-write-stream": { - "version": "1.1.1", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "follow-redirects": { - "version": "1.14.4" - }, - "for-in": { - "version": "1.0.2" - }, - "foreach": { - "version": "2.0.5" - }, - "foreground-child": { - "version": "2.0.0", - "requires": { - "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" - } - }, - "forever-agent": { - "version": "0.6.1" - }, - "fork-ts-checker-webpack-plugin": { - "version": "5.2.1", - "dev": true, - "requires": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cosmiconfig": { - "version": "6.0.0", - "dev": true, - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, - "has-flag": { - "version": "4.0.0", - "dev": true - }, - "parse-json": { - "version": "5.2.0", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "schema-utils": { - "version": "2.7.0", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - } - }, - "supports-color": { - "version": "7.2.0", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "dev": true - } - } - }, - "form-data": { - "version": "3.0.1", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, - "format": { - "version": "0.2.2" - }, - "forwarded": { - "version": "0.2.0" - }, - "fragment-cache": { - "version": "0.2.1", - "requires": { - "map-cache": "^0.2.2" - } - }, - "fresh": { - "version": "0.5.2" - }, - "from2": { - "version": "2.3.0", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "front-matter": { - "version": "2.3.0", - "requires": { - "js-yaml": "^3.10.0" - } - }, - "fs-extra": { - "version": "9.1.0", - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-minipass": { - "version": "1.2.7", - "requires": { - "minipass": "^2.6.0" - } - }, - "fs-monkey": { - "version": "1.0.3" - }, - "fs-readdir-recursive": { - "version": "1.1.0" - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "fs.realpath": { - "version": "1.0.0" - }, - "fsevents": { - "version": "2.3.2", - "optional": true - }, - "function-bind": { - "version": "1.1.1" - }, - "function.prototype.name": { - "version": "1.1.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - } - }, - "functional-red-black-tree": { - "version": "1.0.1" - }, - "functions-have-names": { - "version": "1.2.2" - }, - "fuse.js": { - "version": "3.6.1" - }, - "gauge": { - "version": "2.7.4", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "aproba": { - "version": "1.2.0" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "genfun": { - "version": "5.0.0" - }, - "gensync": { - "version": "1.0.0-beta.2" - }, - "geojson-vt": { - "version": "3.2.1" - }, - "get-caller-file": { - "version": "2.0.5" - }, - "get-intrinsic": { - "version": "1.1.1", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } - }, - "get-own-enumerable-property-symbols": { - "version": "3.0.2" - }, - "get-package-type": { - "version": "0.1.0" - }, - "get-pkg-repo": { - "version": "4.2.1", - "requires": { - "@hutson/parse-repository-url": "^3.0.0", - "hosted-git-info": "^4.0.0", - "through2": "^2.0.0", - "yargs": "^16.2.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "cliui": { - "version": "7.0.4", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "y18n": { - "version": "5.0.8" - }, - "yargs": { - "version": "16.2.0", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "get-port": { - "version": "4.2.0" - }, - "get-stdin": { - "version": "7.0.0" - }, - "get-stream": { - "version": "5.2.0", - "requires": { - "pump": "^3.0.0" - } - }, - "get-symbol-description": { - "version": "1.0.0", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "get-value": { - "version": "2.0.6" - }, - "getpass": { - "version": "0.1.7", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "gh-got": { - "version": "5.0.0", - "requires": { - "got": "^6.2.0", - "is-plain-obj": "^1.1.0" - } - }, - "gh-pages": { - "version": "3.2.3", - "requires": { - "async": "^2.6.1", - "commander": "^2.18.0", - "email-addresses": "^3.0.1", - "filenamify": "^4.3.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "^8.1.0", - "globby": "^6.1.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - }, - "commander": { - "version": "2.20.3" - }, - "find-cache-dir": { - "version": "3.3.2", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "fs-extra": { - "version": "8.1.0", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "globby": { - "version": "6.1.0", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "git-raw-commits": { - "version": "1.3.6", - "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "isarray": { - "version": "1.0.0" - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "meow": { - "version": "4.0.1", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "semver": { - "version": "5.7.1" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "git-remote-origin-url": { - "version": "2.0.0", - "requires": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" - } - }, - "git-semver-tags": { - "version": "4.1.1", - "requires": { - "meow": "^8.0.0", - "semver": "^6.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "6.2.2", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, - "indent-string": { - "version": "4.0.0" - }, - "map-obj": { - "version": "4.3.0" - }, - "meow": { - "version": "8.1.2", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, - "minimist-options": { - "version": "4.1.0", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "quick-lru": { - "version": "4.0.1" - }, - "redent": { - "version": "3.0.0", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "trim-newlines": { - "version": "3.0.1" - }, - "type-fest": { - "version": "0.18.1" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "git-up": { - "version": "4.0.5", - "requires": { - "is-ssh": "^1.3.0", - "parse-url": "^6.0.0" - } - }, - "git-url-parse": { - "version": "11.6.0", - "requires": { - "git-up": "^4.0.0" - } - }, - "gitconfiglocal": { - "version": "1.0.0", - "requires": { - "ini": "^1.3.2" - } - }, - "github-username": { - "version": "3.0.0", - "requires": { - "gh-got": "^5.0.0" - } - }, - "gl-matrix": { - "version": "3.4.3" - }, - "glob": { - "version": "7.2.0", - "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" - } - }, - "glob-base": { - "version": "0.3.0", - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "glob-parent": { - "version": "2.0.0", - "requires": { - "is-glob": "^2.0.0" - } - }, - "is-extglob": { - "version": "1.0.0" - }, - "is-glob": { - "version": "2.0.1", - "requires": { - "is-extglob": "^1.0.0" - } - } - } - }, - "glob-parent": { - "version": "5.1.2", - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-promise": { - "version": "3.4.0", - "requires": { - "@types/glob": "*" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "dev": true - }, - "global": { - "version": "4.4.0", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - } - }, - "global-box": { - "version": "1.2.0" - }, - "global-cache": { - "version": "1.2.1", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - } - }, - "global-dirs": { - "version": "0.1.1", - "requires": { - "ini": "^1.3.4" - } - }, - "global-modules": { - "version": "2.0.0", - "requires": { - "global-prefix": "^3.0.0" - } - }, - "global-prefix": { - "version": "3.0.0", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "globals": { - "version": "11.12.0" - }, - "globalthis": { - "version": "1.0.2", - "requires": { - "define-properties": "^1.1.3" - } - }, - "globby": { - "version": "11.0.4", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "slash": { - "version": "3.0.0" - } - } - }, - "got": { - "version": "6.7.1", - "requires": { - "create-error-class": "^3.0.0", - "duplexer3": "^0.1.4", - "get-stream": "^3.0.0", - "is-redirect": "^1.0.0", - "is-retry-allowed": "^1.0.0", - "is-stream": "^1.0.0", - "lowercase-keys": "^1.0.0", - "safe-buffer": "^5.0.1", - "timed-out": "^4.0.0", - "unzip-response": "^2.0.1", - "url-parse-lax": "^1.0.0" - }, - "dependencies": { - "get-stream": { - "version": "3.0.0" - }, - "is-stream": { - "version": "1.1.0" - } - } - }, - "graceful-fs": { - "version": "4.2.8" - }, - "graphlib": { - "version": "2.1.8", - "requires": { - "lodash": "^4.17.15" - } - }, - "graphql": { - "version": "0.12.3", - "requires": { - "iterall": "1.1.3" - } - }, - "graphql-config": { - "version": "1.2.1", - "requires": { - "graphql": "^0.12.3", - "graphql-import": "^0.4.0", - "graphql-request": "^1.4.0", - "js-yaml": "^3.10.0", - "lodash": "^4.17.4", - "minimatch": "^3.0.4" - } - }, - "graphql-import": { - "version": "0.4.5", - "requires": { - "lodash": "^4.17.4" - } - }, - "graphql-request": { - "version": "1.8.2", - "requires": { - "cross-fetch": "2.2.2" - } - }, - "graphql-tag": { - "version": "2.12.5", - "peer": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "grid-index": { - "version": "1.1.0" - }, - "grouped-queue": { - "version": "1.1.0", - "devOptional": true, - "requires": { - "lodash": "^4.17.15" - } - }, - "growly": { - "version": "1.3.0" - }, - "gud": { - "version": "1.0.0" - }, - "gzip-size": { - "version": "5.1.1", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - } - } - }, - "hammerjs": { - "version": "2.0.8" - }, - "handle-thing": { - "version": "2.0.1" - }, - "handlebars": { - "version": "4.7.7", - "requires": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4", - "wordwrap": "^1.0.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5" - }, - "source-map": { - "version": "0.6.1" - } - } - }, - "har-schema": { - "version": "2.0.0" - }, - "har-validator": { - "version": "5.1.5", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "hard-rejection": { - "version": "2.1.0" - }, - "harmony-reflect": { - "version": "1.6.2" - }, - "has": { - "version": "1.0.3", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - } - } - }, - "has-bigints": { - "version": "1.0.1" - }, - "has-flag": { - "version": "3.0.0" - }, - "has-glob": { - "version": "1.0.0", - "requires": { - "is-glob": "^3.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "has-symbols": { - "version": "1.0.2" - }, - "has-tostringtag": { - "version": "1.0.0", - "requires": { - "has-symbols": "^1.0.2" - } - }, - "has-unicode": { - "version": "2.0.1" - }, - "has-value": { - "version": "1.0.0", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "kind-of": { - "version": "4.0.0", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "hash-base": { - "version": "3.1.0", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1" - } - } - }, - "hash.js": { - "version": "1.1.7", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "hast-to-hyperscript": { - "version": "9.0.1", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.1.0" - } - } - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.2" - } - }, - "vfile": { - "version": "4.2.1", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-location": { - "version": "3.2.0" - }, - "vfile-message": { - "version": "2.0.4", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - } - } - }, - "hast-util-parse-selector": { - "version": "2.2.5" - }, - "hast-util-raw": { - "version": "6.0.1", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5" - }, - "parse5": { - "version": "6.0.1" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.2" - } - }, - "vfile": { - "version": "4.2.1", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-message": { - "version": "2.0.4", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - } - } - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - } - }, - "hastscript": { - "version": "6.0.0", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - } - }, - "he": { - "version": "1.2.0" - }, - "header-case": { - "version": "1.0.1", - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.3" - } - }, - "highlight.js": { - "version": "10.7.3" - }, - "hmac-drbg": { - "version": "1.0.1", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "requires": { - "react-is": "^16.7.0" - } - }, - "homedir-polyfill": { - "version": "1.0.3", - "requires": { - "parse-passwd": "^1.0.0" - } - }, - "hoopy": { - "version": "0.1.4" - }, - "hosted-git-info": { - "version": "4.0.2", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "hpack.js": { - "version": "2.1.6", - "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "html-element-map": { - "version": "1.3.1", - "requires": { - "array.prototype.filter": "^1.0.0", - "call-bind": "^1.0.2" - } - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "requires": { - "whatwg-encoding": "^1.0.5" - } - }, - "html-entities": { - "version": "1.4.0" - }, - "html-escaper": { - "version": "2.0.2" - }, - "html-minifier-terser": { - "version": "5.1.1", - "requires": { - "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" - } - }, - "html-to-react": { - "version": "1.4.7", - "requires": { - "domhandler": "^4.0", - "htmlparser2": "^7.0", - "lodash.camelcase": "^4.3.0", - "ramda": "^0.27.1" - }, - "dependencies": { - "entities": { - "version": "3.0.1" - }, - "htmlparser2": { - "version": "7.1.2", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" - } - } - } - }, - "html-void-elements": { - "version": "1.0.5" - }, - "html-webpack-plugin": { - "version": "4.5.2", - "requires": { - "@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.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "tapable": { - "version": "1.1.3" - } - } - }, - "htmlparser2": { - "version": "6.1.0", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "http-cache-semantics": { - "version": "3.8.1" - }, - "http-deceiver": { - "version": "1.2.7" - }, - "http-errors": { - "version": "1.7.2", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.3" - } - } - }, - "http-parser-js": { - "version": "0.5.3" - }, - "http-proxy": { - "version": "1.18.1", - "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "dependencies": { - "eventemitter3": { - "version": "4.0.7" - } - } - }, - "http-proxy-agent": { - "version": "4.0.1", - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "http-proxy-middleware": { - "version": "0.19.1", - "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "http-signature": { - "version": "1.2.0", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "https-browserify": { - "version": "1.0.0" - }, - "https-proxy-agent": { - "version": "5.0.0", - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "human-signals": { - "version": "1.1.1" - }, - "humanize-ms": { - "version": "1.2.1", - "requires": { - "ms": "^2.0.0" - } - }, - "husky": { - "version": "4.3.8", - "requires": { - "chalk": "^4.0.0", - "ci-info": "^2.0.0", - "compare-versions": "^3.6.0", - "cosmiconfig": "^7.0.0", - "find-versions": "^4.0.0", - "opencollective-postinstall": "^2.0.2", - "pkg-dir": "^5.0.0", - "please-upgrade-node": "^3.2.0", - "slash": "^3.0.0", - "which-pm-runs": "^1.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cosmiconfig": { - "version": "7.0.1", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "find-up": { - "version": "5.0.0", - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "locate-path": { - "version": "6.0.0", - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-locate": { - "version": "5.0.0", - "requires": { - "p-limit": "^3.0.2" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "pkg-dir": { - "version": "5.0.0", - "requires": { - "find-up": "^5.0.0" - } - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "hygen": { - "version": "5.0.3", - "requires": { - "chalk": "^2.4.2", - "change-case": "^3.1.0", - "ejs": "^2.6.1", - "enquirer": "^2.3.0", - "execa": "^1.0.0", - "front-matter": "^2.3.0", - "fs-extra": "^7.0.1", - "ignore-walk": "^3.0.2", - "inflection": "^1.12.0", - "ts-jest": "^24.1.0", - "yargs-parser": "^13.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - } - }, - "@jest/core": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/console": "^24.7.1", - "@jest/reporters": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-changed-files": "^24.9.0", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-resolve-dependencies": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "jest-watcher": "^24.9.0", - "micromatch": "^3.1.10", - "p-each-series": "^1.0.0", - "realpath-native": "^1.1.0", - "rimraf": "^2.5.4", - "slash": "^2.0.0", - "strip-ansi": "^5.0.0" - } - }, - "@jest/environment": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - } - }, - "@jest/fake-timers": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - } - }, - "@jest/reporters": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.2", - "istanbul-lib-coverage": "^2.0.2", - "istanbul-lib-instrument": "^3.0.1", - "istanbul-lib-report": "^2.0.4", - "istanbul-lib-source-maps": "^3.0.1", - "istanbul-reports": "^2.2.6", - "jest-haste-map": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "node-notifier": "^5.4.2", - "slash": "^2.0.0", - "source-map": "^0.6.0", - "string-length": "^2.0.0" - } - }, - "@jest/source-map": { - "version": "24.9.0", - "peer": true, - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - } - }, - "@jest/test-sequencer": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/test-result": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" - } - }, - "@jest/transform": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - } - }, - "@jest/types": { - "version": "24.9.0", - "peer": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - } - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "peer": true, - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "@types/stack-utils": { - "version": "1.0.1", - "peer": true - }, - "@types/yargs": { - "version": "13.0.12", - "peer": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "acorn": { - "version": "5.7.4", - "peer": true - }, - "acorn-globals": { - "version": "4.3.4", - "peer": true, - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "peer": true - } - } - }, - "acorn-walk": { - "version": "6.2.0", - "peer": true - }, - "ansi-escapes": { - "version": "3.2.0", - "peer": true - }, - "ansi-regex": { - "version": "4.1.0", - "peer": true - }, - "anymatch": { - "version": "2.0.0", - "peer": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "astral-regex": { - "version": "1.0.0", - "peer": true - }, - "babel-jest": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - } - }, - "babel-plugin-jest-hoist": { - "version": "24.9.0", - "peer": true, - "requires": { - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-preset-jest": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.9.0" - } - }, - "braces": { - "version": "2.3.2", - "peer": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "peer": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "cliui": { - "version": "5.0.0", - "peer": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "cssom": { - "version": "0.3.8", - "peer": true - }, - "cssstyle": { - "version": "1.4.0", - "peer": true, - "requires": { - "cssom": "0.3.x" - } - }, - "data-urls": { - "version": "1.1.0", - "peer": true, - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "whatwg-url": { - "version": "7.1.0", - "peer": true, - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } - } - }, - "detect-newline": { - "version": "2.1.0", - "peer": true - }, - "diff-sequences": { - "version": "24.9.0", - "peer": true - }, - "domexception": { - "version": "1.0.1", - "peer": true, - "requires": { - "webidl-conversions": "^4.0.2" - } - }, - "emoji-regex": { - "version": "7.0.3", - "peer": true - }, - "escape-string-regexp": { - "version": "2.0.0", - "peer": true - }, - "escodegen": { - "version": "1.14.3", - "peer": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "estraverse": { - "version": "4.3.0", - "peer": true - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "expect": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - } - }, - "fill-range": { - "version": "4.0.0", - "peer": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "peer": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "find-up": { - "version": "3.0.0", - "peer": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "fs-extra": { - "version": "7.0.1", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fsevents": { - "version": "1.2.13", - "optional": true, - "peer": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "peer": true, - "requires": { - "whatwg-encoding": "^1.0.1" - } - }, - "import-local": { - "version": "2.0.0", - "peer": true, - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "is-extendable": { - "version": "0.1.1", - "peer": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "peer": true - }, - "is-number": { - "version": "3.0.0", - "peer": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "peer": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-stream": { - "version": "1.1.0" - }, - "is-wsl": { - "version": "1.1.0", - "peer": true - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "peer": true - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "peer": true, - "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.3.0", - "peer": true - } - } - }, - "istanbul-lib-report": { - "version": "2.0.8", - "peer": true, - "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - } - }, - "istanbul-lib-source-maps": { - "version": "3.0.6", - "peer": true, - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - } - }, - "istanbul-reports": { - "version": "2.2.7", - "peer": true, - "requires": { - "html-escaper": "^2.0.0" - } - }, - "jest": { - "version": "24.9.0", - "peer": true, - "requires": { - "import-local": "^2.0.0", - "jest-cli": "^24.9.0" - } - }, - "jest-changed-files": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "execa": "^1.0.0", - "throat": "^4.0.0" - } - }, - "jest-cli": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/core": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "import-local": "^2.0.0", - "is-ci": "^2.0.0", - "jest-config": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "prompts": "^2.0.1", - "realpath-native": "^1.1.0", - "yargs": "^13.3.0" - } - }, - "jest-config": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - } - }, - "jest-diff": { - "version": "24.9.0", - "peer": true, - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - } - }, - "jest-docblock": { - "version": "24.9.0", - "peer": true, - "requires": { - "detect-newline": "^2.1.0" - } - }, - "jest-each": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - } - }, - "jest-environment-jsdom": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - } - }, - "jest-environment-node": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - } - }, - "jest-get-type": { - "version": "24.9.0", - "peer": true - }, - "jest-haste-map": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-jasmine2": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - } - }, - "jest-leak-detector": { - "version": "24.9.0", - "peer": true, - "requires": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - } - }, - "jest-matcher-utils": { - "version": "24.9.0", - "peer": true, - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - } - }, - "jest-message-util": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - } - }, - "jest-mock": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0" - } - }, - "jest-regex-util": { - "version": "24.9.0", - "peer": true - }, - "jest-resolve": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - } - }, - "jest-resolve-dependencies": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-snapshot": "^24.9.0" - } - }, - "jest-runner": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - } - }, - "jest-runtime": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - } - }, - "jest-serializer": { - "version": "24.9.0", - "peer": true - }, - "jest-snapshot": { - "version": "24.9.0", - "peer": true, - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "peer": true - } - } - }, - "jest-util": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - } - }, - "jest-validate": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - } - }, - "jest-watcher": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.1", - "jest-util": "^24.9.0", - "string-length": "^2.0.0" - } - }, - "jest-worker": { - "version": "24.9.0", - "peer": true, - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - } - }, - "jsdom": { - "version": "11.12.0", - "peer": true, - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "levn": { - "version": "0.3.0", - "peer": true, - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "locate-path": { - "version": "3.0.0", - "peer": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "micromatch": { - "version": "3.1.10", - "peer": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "node-notifier": { - "version": "5.4.5", - "peer": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^1.1.0", - "semver": "^5.5.0", - "shellwords": "^0.1.1", - "which": "^1.3.0" - } - }, - "normalize-path": { - "version": "2.1.1", - "peer": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "optionator": { - "version": "0.8.3", - "peer": true, - "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" - } - }, - "p-each-series": { - "version": "1.0.0", - "peer": true, - "requires": { - "p-reduce": "^1.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "peer": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "peer": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0", - "peer": true - }, - "path-key": { - "version": "2.0.1" - }, - "pkg-dir": { - "version": "3.0.0", - "peer": true, - "requires": { - "find-up": "^3.0.0" - } - }, - "prelude-ls": { - "version": "1.1.2", - "peer": true - }, - "pretty-format": { - "version": "24.9.0", - "peer": true, - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - } - }, - "read-pkg-up": { - "version": "4.0.0", - "peer": true, - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - } - }, - "realpath-native": { - "version": "1.1.0", - "peer": true, - "requires": { - "util.promisify": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "peer": true, - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0", - "peer": true - }, - "rimraf": { - "version": "2.7.1", - "peer": true, - "requires": { - "glob": "^7.1.3" - } - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "source-map": { - "version": "0.6.1", - "peer": true - }, - "stack-utils": { - "version": "1.0.5", - "peer": true, - "requires": { - "escape-string-regexp": "^2.0.0" - } - }, - "string-length": { - "version": "2.0.0", - "peer": true, - "requires": { - "astral-regex": "^1.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "peer": true - }, - "strip-ansi": { - "version": "4.0.0", - "peer": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "string-width": { - "version": "3.1.0", - "peer": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "peer": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "peer": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "test-exclude": { - "version": "5.2.3", - "peer": true, - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - } - }, - "throat": { - "version": "4.1.0", - "peer": true - }, - "to-regex-range": { - "version": "2.1.1", - "peer": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "tough-cookie": { - "version": "2.5.0", - "peer": true, - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tr46": { - "version": "1.0.1", - "peer": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "ts-jest": { - "version": "24.3.0", - "requires": { - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "json5": "2.x", - "lodash.memoize": "4.x", - "make-error": "1.x", - "mkdirp": "0.x", - "resolve": "1.x", - "semver": "^5.5", - "yargs-parser": "10.x" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0" - }, - "yargs-parser": { - "version": "10.1.0", - "requires": { - "camelcase": "^4.1.0" - } - } - } - }, - "type-check": { - "version": "0.3.2", - "peer": true, - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "universalify": { - "version": "0.1.2" - }, - "webidl-conversions": { - "version": "4.0.2", - "peer": true - }, - "whatwg-url": { - "version": "6.5.0", - "peer": true, - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "peer": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "write-file-atomic": { - "version": "2.4.1", - "peer": true, - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "ws": { - "version": "5.2.3", - "peer": true, - "requires": { - "async-limiter": "~1.0.0" - } - }, - "yargs": { - "version": "13.3.2", - "peer": true, - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "hyphenate-style-name": { - "version": "1.0.4" - }, - "i18next": { - "version": "19.9.2", - "requires": { - "@babel/runtime": "^7.12.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "icss-utils": { - "version": "4.1.1", - "requires": { - "postcss": "^7.0.14" - } - }, - "identity-obj-proxy": { - "version": "3.0.0", - "requires": { - "harmony-reflect": "^1.4.6" - } - }, - "ieee754": { - "version": "1.2.1" - }, - "iferr": { - "version": "0.1.5" - }, - "ignore": { - "version": "5.1.8" - }, - "ignore-walk": { - "version": "3.0.4", - "requires": { - "minimatch": "^3.0.4" - } - }, - "immer": { - "version": "8.0.1" - }, - "immutability-helper": { - "version": "3.1.1" - }, - "immutable": { - "version": "3.8.2" - }, - "import-fresh": { - "version": "3.3.0", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0" - } - } - }, - "import-from": { - "version": "3.0.0", - "requires": { - "resolve-from": "^5.0.0" - } - }, - "import-local": { - "version": "3.0.3", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - } - } - }, - "import-modules": { - "version": "2.1.0" - }, - "imurmurhash": { - "version": "0.1.4" - }, - "indent-string": { - "version": "3.2.0" - }, - "infer-owner": { - "version": "1.0.4" - }, - "inflected": { - "version": "2.1.0" - }, - "inflection": { - "version": "1.13.1" - }, - "inflight": { - "version": "1.0.6", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4" - }, - "ini": { - "version": "1.3.8" - }, - "init-package-json": { - "version": "1.10.3", - "requires": { - "glob": "^7.1.1", - "npm-package-arg": "^4.0.0 || ^5.0.0 || ^6.0.0", - "promzard": "^0.3.0", - "read": "~1.0.1", - "read-package-json": "1 || 2", - "semver": "2.x || 3.x || 4 || 5", - "validate-npm-package-license": "^3.0.1", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "inline-style-parser": { - "version": "0.1.1" - }, - "inline-style-prefixer": { - "version": "3.0.8", - "requires": { - "bowser": "^1.7.3", - "css-in-js-utils": "^2.0.0" - } - }, - "inquirer": { - "version": "6.2.0", - "requires": { - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.0", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.0", - "figures": "^2.0.0", - "lodash": "^4.17.10", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.1.0", - "string-width": "^2.1.0", - "strip-ansi": "^4.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0" - }, - "ansi-regex": { - "version": "3.0.0" - }, - "escape-string-regexp": { - "version": "1.0.5" - }, - "figures": { - "version": "2.0.0", - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "string-width": { - "version": "2.1.1", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "internal-ip": { - "version": "4.3.0", - "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" - } - }, - "internal-slot": { - "version": "1.0.3", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "internmap": { - "version": "1.0.1" - }, - "interpret": { - "version": "1.4.0" - }, - "invariant": { - "version": "2.2.4", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "invert-kv": { - "version": "3.0.1" - }, - "ip": { - "version": "1.1.5" - }, - "ip-regex": { - "version": "2.1.0" - }, - "ipaddr.js": { - "version": "1.9.1" - }, - "is-absolute-url": { - "version": "3.0.3" - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-alphabetical": { - "version": "1.0.4" - }, - "is-alphanumerical": { - "version": "1.0.4", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, - "is-arguments": { - "version": "1.1.1", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-arrayish": { - "version": "0.2.1" - }, - "is-bigint": { - "version": "1.0.4", - "requires": { - "has-bigints": "^1.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-boolean-object": { - "version": "1.1.2", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6" - }, - "is-callable": { - "version": "1.2.4" - }, - "is-ci": { - "version": "2.0.0", - "requires": { - "ci-info": "^2.0.0" - } - }, - "is-core-module": { - "version": "2.8.0", - "requires": { - "has": "^1.0.3" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-date-object": { - "version": "1.0.5", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-decimal": { - "version": "1.0.4" - }, - "is-descriptor": { - "version": "1.0.2", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - }, - "is-directory": { - "version": "0.3.1" - }, - "is-docker": { - "version": "2.2.1" - }, - "is-dom": { - "version": "1.1.0", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - } - }, - "is-extendable": { - "version": "1.0.1", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "requires": { - "isobject": "^3.0.1" - } - } - } - }, - "is-extglob": { - "version": "2.1.1" - }, - "is-finite": { - "version": "1.1.0" - }, - "is-fullwidth-code-point": { - "version": "3.0.0" - }, - "is-function": { - "version": "1.0.2" - }, - "is-generator-fn": { - "version": "2.1.0" - }, - "is-glob": { - "version": "4.0.3", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hexadecimal": { - "version": "1.0.4" - }, - "is-lower-case": { - "version": "1.1.3", - "requires": { - "lower-case": "^1.1.0" - } - }, - "is-map": { - "version": "2.0.2" - }, - "is-negative-zero": { - "version": "2.0.1" - }, - "is-number": { - "version": "7.0.0" - }, - "is-number-object": { - "version": "1.0.6", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-obj": { - "version": "1.0.1" - }, - "is-object": { - "version": "1.0.2" - }, - "is-observable": { - "version": "1.1.0", - "dev": true, - "requires": { - "symbol-observable": "^1.1.0" - } - }, - "is-path-cwd": { - "version": "2.2.0" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "requires": { - "is-path-inside": "^2.1.0" - } - }, - "is-path-inside": { - "version": "2.1.0", - "requires": { - "path-is-inside": "^1.0.2" - } - }, - "is-plain-obj": { - "version": "1.1.0" - }, - "is-plain-object": { - "version": "5.0.0" - }, - "is-potential-custom-element-name": { - "version": "1.0.1" - }, - "is-promise": { - "version": "2.2.2", - "dev": true - }, - "is-redirect": { - "version": "1.0.0" - }, - "is-regex": { - "version": "1.1.4", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-regexp": { - "version": "1.0.0" - }, - "is-retry-allowed": { - "version": "1.2.0" - }, - "is-root": { - "version": "2.1.0" - }, - "is-scoped": { - "version": "1.0.0", - "devOptional": true, - "requires": { - "scoped-regex": "^1.0.0" - } - }, - "is-set": { - "version": "2.0.2" - }, - "is-shared-array-buffer": { - "version": "1.0.1" - }, - "is-ssh": { - "version": "1.3.3", - "requires": { - "protocols": "^1.1.0" - } - }, - "is-stream": { - "version": "2.0.1" - }, - "is-string": { - "version": "1.0.7", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-subset": { - "version": "0.1.1" - }, - "is-symbol": { - "version": "1.0.4", - "requires": { - "has-symbols": "^1.0.2" - } - }, - "is-text-path": { - "version": "1.0.1", - "requires": { - "text-extensions": "^1.0.0" - } - }, - "is-typedarray": { - "version": "1.0.0" - }, - "is-unicode-supported": { - "version": "0.1.0" - }, - "is-upper-case": { - "version": "1.1.2", - "requires": { - "upper-case": "^1.1.0" - } - }, - "is-utf8": { - "version": "0.2.1" - }, - "is-weakref": { - "version": "1.0.1", - "requires": { - "call-bind": "^1.0.0" - } - }, - "is-whitespace-character": { - "version": "1.0.4" - }, - "is-window": { - "version": "1.0.2" - }, - "is-windows": { - "version": "1.0.2" - }, - "is-word-character": { - "version": "1.0.4" - }, - "is-wsl": { - "version": "2.2.0", - "requires": { - "is-docker": "^2.0.0" - } - }, - "isarray": { - "version": "2.0.5" - }, - "isbinaryfile": { - "version": "4.0.8" - }, - "isexe": { - "version": "2.0.0" - }, - "isobject": { - "version": "3.0.1" - }, - "isomorphic-fetch": { - "version": "2.2.1", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0" - }, - "node-fetch": { - "version": "1.7.3", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - } - } - }, - "isstream": { - "version": "0.1.2" - }, - "istanbul-lib-coverage": { - "version": "3.2.0" - }, - "istanbul-lib-instrument": { - "version": "5.0.4", - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "istanbul-lib-report": { - "version": "3.0.0", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0" - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "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.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "istanbul-lib-source-maps": { - "version": "4.0.1", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "istanbul-reports": { - "version": "3.0.5", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - } - }, - "istextorbinary": { - "version": "2.6.0", - "requires": { - "binaryextensions": "^2.1.2", - "editions": "^2.2.0", - "textextensions": "^2.5.0" - } - }, - "iterall": { - "version": "1.1.3" - }, - "iterate-iterator": { - "version": "1.0.2" - }, - "iterate-value": { - "version": "1.0.2", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - } - }, - "jake": { - "version": "10.8.2", - "requires": { - "async": "0.9.x", - "chalk": "^2.4.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "async": { - "version": "0.9.2" - } - } - }, - "java-properties": { - "version": "1.0.2" - }, - "jed": { - "version": "1.1.1" - }, - "jest": { - "version": "26.6.3", - "requires": { - "@jest/core": "^26.6.3", - "import-local": "^3.0.2", - "jest-cli": "^26.6.3" - } - }, - "jest-changed-files": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - } - }, - "jest-cli": { - "version": "26.6.3", - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-config": { - "version": "26.6.3", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-diff": { - "version": "26.6.2", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-docblock": { - "version": "26.0.0", - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-environment-enzyme": { - "version": "7.1.2", - "requires": { - "jest-environment-jsdom": "^24.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - } - }, - "@jest/environment": { - "version": "24.9.0", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - } - }, - "@jest/fake-timers": { - "version": "24.9.0", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - } - }, - "@jest/source-map": { - "version": "24.9.0", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "24.9.0", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - } - }, - "@jest/transform": { - "version": "24.9.0", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - } - }, - "@jest/types": { - "version": "24.9.0", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - } - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - } - }, - "@types/stack-utils": { - "version": "1.0.1" - }, - "@types/yargs": { - "version": "13.0.12", - "requires": { - "@types/yargs-parser": "*" - } - }, - "acorn": { - "version": "5.7.4" - }, - "acorn-globals": { - "version": "4.3.4", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2" - } - } - }, - "acorn-walk": { - "version": "6.2.0" - }, - "anymatch": { - "version": "2.0.0", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "cssom": { - "version": "0.3.8" - }, - "cssstyle": { - "version": "1.4.0", - "requires": { - "cssom": "0.3.x" - } - }, - "data-urls": { - "version": "1.1.0", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "whatwg-url": { - "version": "7.1.0", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - } - } - }, - "domexception": { - "version": "1.0.1", - "requires": { - "webidl-conversions": "^4.0.2" - } - }, - "escape-string-regexp": { - "version": "2.0.0" - }, - "escodegen": { - "version": "1.14.3", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "estraverse": { - "version": "4.3.0" - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "fsevents": { - "version": "1.2.13", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "requires": { - "whatwg-encoding": "^1.0.1" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5" - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "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" - } - }, - "jest-environment-jsdom": { - "version": "24.9.0", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - } - }, - "jest-haste-map": { - "version": "24.9.0", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-message-util": { - "version": "24.9.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - } - }, - "jest-mock": { - "version": "24.9.0", - "requires": { - "@jest/types": "^24.9.0" - } - }, - "jest-regex-util": { - "version": "24.9.0" - }, - "jest-serializer": { - "version": "24.9.0" - }, - "jest-util": { - "version": "24.9.0", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - } - }, - "jest-worker": { - "version": "24.9.0", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - } - }, - "jsdom": { - "version": "11.12.0", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - } - }, - "levn": { - "version": "0.3.0", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "normalize-path": { - "version": "2.1.1", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "optionator": { - "version": "0.8.3", - "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" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "prelude-ls": { - "version": "1.1.2" - }, - "read-pkg-up": { - "version": "4.0.0", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - } - }, - "realpath-native": { - "version": "1.1.0", - "requires": { - "util.promisify": "^1.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "source-map": { - "version": "0.6.1" - }, - "stack-utils": { - "version": "1.0.5", - "requires": { - "escape-string-regexp": "^2.0.0" - } - }, - "supports-color": { - "version": "6.1.0", - "requires": { - "has-flag": "^3.0.0" - } - }, - "test-exclude": { - "version": "5.2.3", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "tough-cookie": { - "version": "2.5.0", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tr46": { - "version": "1.0.1", - "requires": { - "punycode": "^2.1.0" - } - }, - "type-check": { - "version": "0.3.2", - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "webidl-conversions": { - "version": "4.0.2" - }, - "whatwg-url": { - "version": "6.5.0", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "write-file-atomic": { - "version": "2.4.1", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "ws": { - "version": "5.2.3", - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - } - }, - "jest-environment-node": { - "version": "26.6.2", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "jest-enzyme": { - "version": "7.1.2", - "requires": { - "enzyme-matchers": "^7.1.2", - "enzyme-to-json": "^3.3.0", - "jest-environment-enzyme": "^7.1.2" - } - }, - "jest-get-type": { - "version": "26.3.0" - }, - "jest-haste-map": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-jasmine2": { - "version": "26.6.3", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-leak-detector": { - "version": "26.6.2", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-matcher-utils": { - "version": "26.6.2", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-mock": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - } - }, - "jest-mock-console": { - "version": "1.2.3", - "requires": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "requires": {} - }, - "jest-regex-util": { - "version": "26.0.0" - }, - "jest-resolve": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - } - }, - "jest-runner": { - "version": "26.6.3", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-runtime": { - "version": "26.6.3", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "slash": { - "version": "3.0.0" - }, - "strip-bom": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-serializer": { - "version": "26.6.2", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - } - }, - "jest-snapshot": { - "version": "26.6.2", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-validate": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "camelcase": { - "version": "6.2.0" - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-watcher": { - "version": "26.6.2", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-worker": { - "version": "26.6.2", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jquery": { - "version": "3.6.0" - }, - "js-beautify": { - "version": "1.14.0", - "requires": { - "config-chain": "^1.1.12", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "nopt": "^5.0.0" - }, - "dependencies": { - "nopt": { - "version": "5.0.0", - "requires": { - "abbrev": "1" - } - } - } - }, - "js-string-escape": { - "version": "1.0.1" - }, - "js-tokens": { - "version": "4.0.0" - }, - "js-yaml": { - "version": "3.14.1", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsbn": { - "version": "0.1.1" - }, - "jsdom": { - "version": "16.7.0", - "requires": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "acorn": { - "version": "8.5.0" - }, - "parse5": { - "version": "6.0.1" - } - } - }, - "jsesc": { - "version": "2.5.2" - }, - "json-parse-better-errors": { - "version": "1.0.2" - }, - "json-parse-even-better-errors": { - "version": "2.3.1" - }, - "json-schema": { - "version": "0.2.3" - }, - "json-schema-traverse": { - "version": "0.4.1" - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1" - }, - "json-stringify-safe": { - "version": "5.0.1" - }, - "json2mq": { - "version": "0.2.0", - "requires": { - "string-convert": "^0.2.0" - } - }, - "json3": { - "version": "3.3.3" - }, - "json5": { - "version": "2.2.0", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5" - } - } - }, - "jsonfile": { - "version": "6.1.0", - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "jsonify": { - "version": "0.0.0" - }, - "jsonparse": { - "version": "1.3.1" - }, - "JSONStream": { - "version": "1.3.5", - "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, - "jsprim": { - "version": "1.4.1", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "jsx-ast-utils": { - "version": "3.2.1", - "requires": { - "array-includes": "^3.1.3", - "object.assign": "^4.1.2" - } - }, - "junit-report-builder": { - "version": "2.1.0", - "dev": true, - "requires": { - "date-format": "0.0.2", - "lodash": "^4.17.15", - "make-dir": "^1.3.0", - "xmlbuilder": "^10.0.0" - }, - "dependencies": { - "make-dir": { - "version": "1.3.0", - "dev": true, - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0", - "dev": true - } - } - }, - "junk": { - "version": "3.1.0" - }, - "just-extend": { - "version": "4.2.1", - "dev": true - }, - "kdbush": { - "version": "2.0.1" - }, - "killable": { - "version": "1.0.1" - }, - "kind-of": { - "version": "6.0.3" - }, - "klaw": { - "version": "1.3.1", - "requires": { - "graceful-fs": "^4.1.9" - } - }, - "kleur": { - "version": "3.0.3" - }, - "klona": { - "version": "2.0.4" - }, - "language-subtag-registry": { - "version": "0.3.21" - }, - "language-tags": { - "version": "1.0.5", - "requires": { - "language-subtag-registry": "~0.3.2" - } - }, - "lazy-cache": { - "version": "2.0.2", - "devOptional": true, - "requires": { - "set-getter": "^0.1.0" - } - }, - "lazy-universal-dotenv": { - "version": "3.0.1", - "requires": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - } - }, - "lcid": { - "version": "3.1.1", - "requires": { - "invert-kv": "^3.0.0" - } - }, - "left-pad": { - "version": "1.3.0" - }, - "lerna": { - "version": "3.22.1", - "requires": { - "@lerna/add": "3.21.0", - "@lerna/bootstrap": "3.21.0", - "@lerna/changed": "3.21.0", - "@lerna/clean": "3.21.0", - "@lerna/cli": "3.18.5", - "@lerna/create": "3.22.0", - "@lerna/diff": "3.21.0", - "@lerna/exec": "3.21.0", - "@lerna/import": "3.22.0", - "@lerna/info": "3.21.0", - "@lerna/init": "3.21.0", - "@lerna/link": "3.21.0", - "@lerna/list": "3.21.0", - "@lerna/publish": "3.22.1", - "@lerna/run": "3.21.0", - "@lerna/version": "3.22.1", - "import-local": "^2.0.0", - "npmlog": "^4.1.2" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "import-local": { - "version": "2.0.0", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "pkg-dir": { - "version": "3.0.0", - "requires": { - "find-up": "^3.0.0" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0" - } - } - }, - "leven": { - "version": "3.1.0" - }, - "levn": { - "version": "0.4.1", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "lines-and-columns": { - "version": "1.1.6" - }, - "lint-staged": { - "version": "10.5.4", - "requires": { - "chalk": "^4.1.0", - "cli-truncate": "^2.1.0", - "commander": "^6.2.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.2.0", - "dedent": "^0.7.0", - "enquirer": "^2.3.6", - "execa": "^4.1.0", - "listr2": "^3.2.2", - "log-symbols": "^4.0.0", - "micromatch": "^4.0.2", - "normalize-path": "^3.0.0", - "please-upgrade-node": "^3.2.0", - "string-argv": "0.3.1", - "stringify-object": "^3.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "commander": { - "version": "6.2.1" - }, - "cosmiconfig": { - "version": "7.0.1", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "listr": { - "version": "0.14.3", - "dev": true, - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0", - "dev": true - } - } - }, - "listr-silent-renderer": { - "version": "1.1.1", - "dev": true - }, - "listr-update-renderer": { - "version": "0.5.0", - "dev": true, - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "cli-truncate": { - "version": "0.2.1", - "dev": true, - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "dev": true - }, - "figures": { - "version": "1.7.0", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - } - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "log-symbols": { - "version": "1.0.2", - "dev": true, - "requires": { - "chalk": "^1.0.0" - } - }, - "slice-ansi": { - "version": "0.0.4", - "dev": true - }, - "string-width": { - "version": "1.0.2", - "dev": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "dev": true - } - } - }, - "listr-verbose-renderer": { - "version": "0.5.0", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "dev": true - }, - "figures": { - "version": "2.0.0", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - } - } - }, - "listr2": { - "version": "3.12.2", - "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^1.4.0", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rxjs": "^6.6.7", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "cli-cursor": { - "version": "3.1.0", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "log-update": { - "version": "4.0.0", - "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "wrap-ansi": { - "version": "6.2.0", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "p-map": { - "version": "4.0.0", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "restore-cursor": { - "version": "3.1.0", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "slice-ansi": { - "version": "4.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "load-json-file": { - "version": "5.3.0", - "requires": { - "graceful-fs": "^4.1.15", - "parse-json": "^4.0.0", - "pify": "^4.0.1", - "strip-bom": "^3.0.0", - "type-fest": "^0.3.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - }, - "type-fest": { - "version": "0.3.1" - } - } - }, - "loader-runner": { - "version": "2.4.0" - }, - "loader-utils": { - "version": "1.4.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "requires": { - "minimist": "^1.2.0" - } - } - } - }, - "locate-path": { - "version": "5.0.0", - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21" - }, - "lodash._baseisequal": { - "version": "3.0.7", - "requires": { - "lodash.isarray": "^3.0.0", - "lodash.istypedarray": "^3.0.0", - "lodash.keys": "^3.0.0" - } - }, - "lodash._bindcallback": { - "version": "3.0.1" - }, - "lodash._getnative": { - "version": "3.9.1" - }, - "lodash._reinterpolate": { - "version": "3.0.0" - }, - "lodash.camelcase": { - "version": "4.3.0" - }, - "lodash.clonedeep": { - "version": "4.5.0" - }, - "lodash.debounce": { - "version": "4.0.8" - }, - "lodash.escape": { - "version": "4.0.1" - }, - "lodash.flattendeep": { - "version": "4.4.0" - }, - "lodash.get": { - "version": "4.4.2" - }, - "lodash.isarguments": { - "version": "3.1.0" - }, - "lodash.isarray": { - "version": "3.0.4" - }, - "lodash.isequal": { - "version": "4.5.0" - }, - "lodash.ismatch": { - "version": "4.4.0" - }, - "lodash.istypedarray": { - "version": "3.0.6" - }, - "lodash.keys": { - "version": "3.1.2", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - } - }, - "lodash.map": { - "version": "4.6.0" - }, - "lodash.memoize": { - "version": "4.1.2" - }, - "lodash.merge": { - "version": "4.6.2" - }, - "lodash.set": { - "version": "4.3.2" - }, - "lodash.sortby": { - "version": "4.7.0" - }, - "lodash.template": { - "version": "4.5.0", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.templatesettings": "^4.0.0" - } - }, - "lodash.templatesettings": { - "version": "4.2.0", - "requires": { - "lodash._reinterpolate": "^3.0.0" - } - }, - "lodash.truncate": { - "version": "4.4.2" - }, - "lodash.uniq": { - "version": "4.5.0" - }, - "lodash.zip": { - "version": "4.2.0" - }, - "log-symbols": { - "version": "4.1.0", - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "log-update": { - "version": "2.3.0", - "dev": true, - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "dev": true - }, - "ansi-regex": { - "version": "3.0.0", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "3.0.1", - "dev": true, - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - } - } - } - }, - "loglevel": { - "version": "1.7.1" - }, - "lolex": { - "version": "5.1.2", - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "longest": { - "version": "1.0.1" - }, - "loose-envify": { - "version": "1.4.0", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "loud-rejection": { - "version": "1.6.0", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - } - }, - "lower-case": { - "version": "1.1.4" - }, - "lower-case-first": { - "version": "1.0.2", - "requires": { - "lower-case": "^1.1.2" - } - }, - "lowercase-keys": { - "version": "1.0.1" - }, - "lowlight": { - "version": "1.20.0", - "requires": { - "fault": "^1.0.0", - "highlight.js": "~10.7.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "requires": { - "yallist": "^4.0.0" - } - }, - "lz-string": { - "version": "1.4.4" - }, - "macos-release": { - "version": "2.5.0" - }, - "magic-string": { - "version": "0.22.5", - "requires": { - "vlq": "^0.2.2" - } - }, - "make-dir": { - "version": "2.1.0", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - }, - "semver": { - "version": "5.7.1" - } - } - }, - "make-error": { - "version": "1.3.6" - }, - "make-fetch-happen": { - "version": "5.0.2", - "requires": { - "agentkeepalive": "^3.4.1", - "cacache": "^12.0.0", - "http-cache-semantics": "^3.8.1", - "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "node-fetch-npm": "^2.0.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^4.0.0", - "ssri": "^6.0.0" - }, - "dependencies": { - "agent-base": { - "version": "4.3.0", - "requires": { - "es6-promisify": "^5.0.0" - } - }, - "debug": { - "version": "3.1.0", - "requires": { - "ms": "2.0.0" - } - }, - "http-proxy-agent": { - "version": "2.1.0", - "requires": { - "agent-base": "4", - "debug": "3.1.0" - } - }, - "https-proxy-agent": { - "version": "2.2.4", - "requires": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "requires": { - "yallist": "^3.0.2" - } - }, - "ms": { - "version": "2.0.0" - }, - "yallist": { - "version": "3.1.1" - } - } - }, - "makeerror": { - "version": "1.0.11", - "requires": { - "tmpl": "1.0.x" - } - }, - "map-age-cleaner": { - "version": "0.1.3", - "requires": { - "p-defer": "^1.0.0" - } - }, - "map-cache": { - "version": "0.2.2" - }, - "map-obj": { - "version": "2.0.0" - }, - "map-or-similar": { - "version": "1.5.0" - }, - "map-visit": { - "version": "1.0.0", - "requires": { - "object-visit": "^1.0.0" - } - }, - "mapbox-gl": { - "version": "0.53.1", - "requires": { - "@mapbox/geojson-rewind": "^0.4.0", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^1.4.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.1.0", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.2", - "earcut": "^2.1.5", - "esm": "^3.0.84", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.0.0", - "grid-index": "^1.1.0", - "minimist": "0.0.8", - "murmurhash-js": "^1.0.0", - "pbf": "^3.0.5", - "potpack": "^1.0.1", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^6.0.1", - "tinyqueue": "^2.0.0", - "vt-pbf": "^3.1.1" - }, - "dependencies": { - "kdbush": { - "version": "3.0.0" - }, - "minimist": { - "version": "0.0.8" - }, - "supercluster": { - "version": "6.0.2", - "requires": { - "kdbush": "^3.0.0" - } - } - } - }, - "markdown-escapes": { - "version": "1.0.4" - }, - "match-sorter": { - "version": "6.3.1", - "requires": { - "@babel/runtime": "^7.12.5", - "remove-accents": "0.4.2" - } - }, - "math-expression-evaluator": { - "version": "1.3.8" - }, - "mathfn": { - "version": "1.2.0" - }, - "md5.js": { - "version": "1.3.5", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "mdast-add-list-metadata": { - "version": "1.0.1", - "requires": { - "unist-util-visit-parents": "1.1.2" - } - }, - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "requires": { - "unist-util-remove": "^2.0.0" - } - }, - "mdast-util-definitions": { - "version": "4.0.0", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.1.0" - }, - "unist-util-visit": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - } - } - }, - "mdast-util-to-hast": { - "version": "10.0.1", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.1.0" - }, - "unist-util-visit": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - } - } - }, - "mdurl": { - "version": "1.0.1" - }, - "media-typer": { - "version": "0.3.0" - }, - "mem": { - "version": "5.1.1", - "requires": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^2.1.0", - "p-is-promise": "^2.1.0" - } - }, - "mem-fs": { - "version": "1.2.0", - "devOptional": true, - "requires": { - "through2": "^3.0.0", - "vinyl": "^2.0.1", - "vinyl-file": "^3.0.0" - }, - "dependencies": { - "through2": { - "version": "3.0.2", - "devOptional": true, - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - } - } - }, - "mem-fs-editor": { - "version": "7.1.0", - "requires": { - "commondir": "^1.0.1", - "deep-extend": "^0.6.0", - "ejs": "^3.1.5", - "glob": "^7.1.4", - "globby": "^9.2.0", - "isbinaryfile": "^4.0.0", - "mkdirp": "^1.0.0", - "multimatch": "^4.0.0", - "rimraf": "^3.0.0", - "through2": "^3.0.2", - "vinyl": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "1.1.3" - }, - "array-differ": { - "version": "3.0.0" - }, - "arrify": { - "version": "2.0.1" - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "dir-glob": { - "version": "2.2.2", - "requires": { - "path-type": "^3.0.0" - } - }, - "ejs": { - "version": "3.1.6", - "requires": { - "jake": "^10.6.1" - } - }, - "fast-glob": { - "version": "2.2.7", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "glob-parent": { - "version": "3.1.0", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "globby": { - "version": "9.2.0", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - } - } - }, - "ignore": { - "version": "4.0.6" - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "mkdirp": { - "version": "1.0.4" - }, - "multimatch": { - "version": "4.0.0", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - } - }, - "path-type": { - "version": "3.0.0", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0" - } - } - }, - "pify": { - "version": "4.0.1" - }, - "through2": { - "version": "3.0.2", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "memfs": { - "version": "3.3.0", - "requires": { - "fs-monkey": "1.0.3" - } - }, - "memoize-one": { - "version": "5.2.1" - }, - "memoizerific": { - "version": "1.11.3", - "requires": { - "map-or-similar": "^1.5.0" - } - }, - "memory-fs": { - "version": "0.2.0" - }, - "meow": { - "version": "5.0.0", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0" - }, - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - }, - "read-pkg-up": { - "version": "3.0.0", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "semver": { - "version": "5.7.1" - }, - "yargs-parser": { - "version": "10.1.0", - "requires": { - "camelcase": "^4.1.0" - } - } - } - }, - "merge": { - "version": "1.2.1" - }, - "merge-descriptors": { - "version": "1.0.1" - }, - "merge-source-map": { - "version": "1.0.4", - "requires": { - "source-map": "^0.5.6" - } - }, - "merge-stream": { - "version": "2.0.0" - }, - "merge2": { - "version": "1.4.1" - }, - "methods": { - "version": "1.1.2" - }, - "microevent.ts": { - "version": "0.1.1" - }, - "micromatch": { - "version": "4.0.4", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" - } - }, - "miller-rabin": { - "version": "4.0.1", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "mime": { - "version": "1.6.0" - }, - "mime-db": { - "version": "1.50.0" - }, - "mime-types": { - "version": "2.1.33", - "requires": { - "mime-db": "1.50.0" - } - }, - "mimic-fn": { - "version": "2.1.0" - }, - "min-document": { - "version": "2.19.0", - "requires": { - "dom-walk": "^0.1.0" - } - }, - "min-indent": { - "version": "1.0.1" - }, - "minimalistic-assert": { - "version": "1.0.1" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1" - }, - "minimatch": { - "version": "3.0.4", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.0" - }, - "minimist-options": { - "version": "3.0.2", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - } - }, - "minipass": { - "version": "2.9.0", - "requires": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - }, - "dependencies": { - "yallist": { - "version": "3.1.1" - } - } - }, - "minipass-collect": { - "version": "1.0.2", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.5", - "requires": { - "yallist": "^4.0.0" - } - } - } - }, - "minipass-flush": { - "version": "1.0.5", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.5", - "requires": { - "yallist": "^4.0.0" - } - } - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.5", - "requires": { - "yallist": "^4.0.0" - } - } - } - }, - "minizlib": { - "version": "1.3.3", - "requires": { - "minipass": "^2.9.0" - } - }, - "mississippi": { - "version": "3.0.0", - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "mixin-deep": { - "version": "1.3.2", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - } - }, - "mjolnir.js": { - "version": "2.6.0", - "requires": { - "@babel/runtime": "^7.0.0", - "hammerjs": "^2.0.8" - } - }, - "mkdirp": { - "version": "0.5.5", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5" - } - } - }, - "mkdirp-promise": { - "version": "5.0.1", - "requires": { - "mkdirp": "*" - } - }, - "modify-values": { - "version": "1.0.1" - }, - "moment": { - "version": "2.29.1" - }, - "moo": { - "version": "0.5.1" - }, - "move-concurrently": { - "version": "1.0.1", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": { - "aproba": { - "version": "1.2.0" - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "ms": { - "version": "2.1.2" - }, - "multicast-dns": { - "version": "6.2.3", - "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - } - }, - "multicast-dns-service-types": { - "version": "1.1.0" - }, - "multimap": { - "version": "1.1.0" - }, - "multimatch": { - "version": "3.0.0", - "requires": { - "array-differ": "^2.0.3", - "array-union": "^1.0.2", - "arrify": "^1.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "requires": { - "array-uniq": "^1.0.1" - } - } - } - }, - "murmurhash-js": { - "version": "1.0.0" - }, - "mustache": { - "version": "4.2.0" - }, - "mute-stream": { - "version": "0.0.7" - }, - "mz": { - "version": "2.7.0", - "requires": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "nan": { - "version": "2.15.0", - "optional": true - }, - "nanoid": { - "version": "2.1.11" - }, - "nanomatch": { - "version": "1.2.13", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - } - }, - "native-url": { - "version": "0.2.6", - "requires": { - "querystring": "^0.2.0" - } - }, - "natural-compare": { - "version": "1.4.0" - }, - "nearley": { - "version": "2.20.1", - "requires": { - "commander": "^2.19.0", - "moo": "^0.5.0", - "railroad-diagrams": "^1.0.0", - "randexp": "0.4.6" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - } - } - }, - "negotiator": { - "version": "0.6.2" - }, - "neo-async": { - "version": "2.6.2" - }, - "nested-error-stacks": { - "version": "2.1.0" - }, - "nice-try": { - "version": "1.0.5" - }, - "nise": { - "version": "4.1.0", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0", - "@sinonjs/fake-timers": "^6.0.0", - "@sinonjs/text-encoding": "^0.7.1", - "just-extend": "^4.0.2", - "path-to-regexp": "^1.7.0" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "dev": true - }, - "path-to-regexp": { - "version": "1.8.0", - "dev": true, - "requires": { - "isarray": "0.0.1" - } - } - } - }, - "no-case": { - "version": "2.3.2", - "requires": { - "lower-case": "^1.1.1" - } - }, - "no-proxy": { - "version": "1.0.3", - "dev": true, - "requires": { - "url-parse": "^1.2.0", - "wildcard": "^1.1.2" - } - }, - "node-ask": { - "version": "1.0.1", - "dev": true - }, - "node-dir": { - "version": "0.1.17", - "requires": { - "minimatch": "^3.0.2" - } - }, - "node-environment-flags": { - "version": "1.0.6", - "requires": { - "object.getownpropertydescriptors": "^2.0.3", - "semver": "^5.7.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "node-fetch": { - "version": "2.6.0" - }, - "node-fetch-npm": { - "version": "2.0.4", - "requires": { - "encoding": "^0.1.11", - "json-parse-better-errors": "^1.0.0", - "safe-buffer": "^5.1.1" - } - }, - "node-forge": { - "version": "0.10.0" - }, - "node-gyp": { - "version": "5.1.1", - "requires": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "mkdirp": "^0.5.1", - "nopt": "^4.0.1", - "npmlog": "^4.1.2", - "request": "^2.88.0", - "rimraf": "^2.6.3", - "semver": "^5.7.1", - "tar": "^4.4.12", - "which": "^1.3.1" - }, - "dependencies": { - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "semver": { - "version": "5.7.1" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "node-int64": { - "version": "0.4.0" - }, - "node-libs-browser": { - "version": "2.2.1", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "punycode": { - "version": "1.4.1" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "node-loggly-bulk": { - "version": "2.2.5", - "dev": true, - "requires": { - "json-stringify-safe": "5.0.x", - "moment": "^2.18.1", - "request": ">=2.76.0 <3.0.0" - } - }, - "node-modules-regexp": { - "version": "1.0.0" - }, - "node-notifier": { - "version": "8.0.2", - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - } - }, - "node-releases": { - "version": "2.0.0" - }, - "nopt": { - "version": "4.0.3", - "requires": { - "abbrev": "1", - "osenv": "^0.1.4" - } - }, - "normalize-package-data": { - "version": "3.0.3", - "requires": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - } - }, - "normalize-path": { - "version": "3.0.0" - }, - "normalize-range": { - "version": "0.1.2" - }, - "normalize-url": { - "version": "6.1.0" - }, - "npm": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.24.2.tgz", - "integrity": "sha512-120p116CE8VMMZ+hk8IAb1inCPk4Dj3VZw29/n2g6UI77urJKVYb7FZUDW8hY+EBnfsjI/2yrobBgFyzo7YpVQ==", - "requires": { - "@isaacs/string-locale-compare": "*", - "@npmcli/arborist": "*", - "@npmcli/ci-detect": "*", - "@npmcli/config": "*", - "@npmcli/map-workspaces": "*", - "@npmcli/package-json": "*", - "@npmcli/run-script": "*", - "abbrev": "*", - "ansicolors": "*", - "ansistyles": "*", - "archy": "*", - "cacache": "*", - "chalk": "*", - "chownr": "*", - "cli-columns": "*", - "cli-table3": "*", - "columnify": "*", - "fastest-levenshtein": "*", - "glob": "*", - "graceful-fs": "*", - "hosted-git-info": "*", - "ini": "*", - "init-package-json": "*", - "is-cidr": "*", - "json-parse-even-better-errors": "*", - "libnpmaccess": "*", - "libnpmdiff": "*", - "libnpmexec": "*", - "libnpmfund": "*", - "libnpmhook": "*", - "libnpmorg": "*", - "libnpmpack": "*", - "libnpmpublish": "*", - "libnpmsearch": "*", - "libnpmteam": "*", - "libnpmversion": "*", - "make-fetch-happen": "*", - "minipass": "*", - "minipass-pipeline": "*", - "mkdirp": "*", - "mkdirp-infer-owner": "*", - "ms": "*", - "node-gyp": "*", - "nopt": "*", - "npm-audit-report": "*", - "npm-install-checks": "*", - "npm-package-arg": "*", - "npm-pick-manifest": "*", - "npm-profile": "*", - "npm-registry-fetch": "*", - "npm-user-validate": "*", - "npmlog": "*", - "opener": "*", - "pacote": "*", - "parse-conflict-json": "*", - "qrcode-terminal": "*", - "read": "*", - "read-package-json": "*", - "read-package-json-fast": "*", - "readdir-scoped-modules": "*", - "rimraf": "*", - "semver": "*", - "ssri": "*", - "tar": "*", - "text-table": "*", - "tiny-relative-date": "*", - "treeverse": "*", - "validate-npm-package-name": "*", - "which": "*", - "write-file-atomic": "*" - }, - "dependencies": { - "@gar/promisify": { - "version": "1.1.2", - "bundled": true - }, - "@isaacs/string-locale-compare": { - "version": "1.1.0", - "bundled": true - }, - "@npmcli/arborist": { - "version": "2.9.0", - "bundled": true, - "requires": { - "@isaacs/string-locale-compare": "^1.0.1", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^1.0.2", - "@npmcli/metavuln-calculator": "^1.1.0", - "@npmcli/move-file": "^1.1.0", - "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^1.0.1", - "@npmcli/package-json": "^1.0.1", - "@npmcli/run-script": "^1.8.2", - "bin-links": "^2.2.1", - "cacache": "^15.0.3", - "common-ancestor-path": "^1.0.1", - "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "npm-install-checks": "^4.0.0", - "npm-package-arg": "^8.1.5", - "npm-pick-manifest": "^6.1.0", - "npm-registry-fetch": "^11.0.0", - "pacote": "^11.3.5", - "parse-conflict-json": "^1.1.1", - "proc-log": "^1.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^2.0.2", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "ssri": "^8.0.1", - "treeverse": "^1.0.4", - "walk-up-path": "^1.0.0" - } - }, - "@npmcli/ci-detect": { - "version": "1.3.0", - "bundled": true - }, - "@npmcli/config": { - "version": "2.3.0", - "bundled": true, - "requires": { - "ini": "^2.0.0", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "semver": "^7.3.4", - "walk-up-path": "^1.0.0" - } - }, - "@npmcli/disparity-colors": { - "version": "1.0.1", - "bundled": true, - "requires": { - "ansi-styles": "^4.3.0" - } - }, - "@npmcli/fs": { - "version": "1.0.0", - "bundled": true, - "requires": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "@npmcli/git": { - "version": "2.1.0", - "bundled": true, - "requires": { - "@npmcli/promise-spawn": "^1.3.2", - "lru-cache": "^6.0.0", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^6.1.1", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - } - }, - "@npmcli/installed-package-contents": { - "version": "1.0.7", - "bundled": true, - "requires": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "@npmcli/map-workspaces": { - "version": "1.0.4", - "bundled": true, - "requires": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.1.6", - "minimatch": "^3.0.4", - "read-package-json-fast": "^2.0.1" - } - }, - "@npmcli/metavuln-calculator": { - "version": "1.1.1", - "bundled": true, - "requires": { - "cacache": "^15.0.5", - "pacote": "^11.1.11", - "semver": "^7.3.2" - } - }, - "@npmcli/move-file": { - "version": "1.1.2", - "bundled": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "@npmcli/name-from-folder": { - "version": "1.0.1", - "bundled": true - }, - "@npmcli/node-gyp": { - "version": "1.0.2", - "bundled": true - }, - "@npmcli/package-json": { - "version": "1.0.1", - "bundled": true, - "requires": { - "json-parse-even-better-errors": "^2.3.1" - } - }, - "@npmcli/promise-spawn": { - "version": "1.3.2", - "bundled": true, - "requires": { - "infer-owner": "^1.0.4" - } - }, - "@npmcli/run-script": { - "version": "1.8.6", - "bundled": true, - "requires": { - "@npmcli/node-gyp": "^1.0.2", - "@npmcli/promise-spawn": "^1.3.2", - "node-gyp": "^7.1.0", - "read-package-json-fast": "^2.0.1" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "bundled": true - }, - "abbrev": { - "version": "1.1.1", - "bundled": true - }, - "agent-base": { - "version": "6.0.2", - "bundled": true, - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.1.4", - "bundled": true, - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "aggregate-error": { - "version": "3.1.0", - "bundled": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "bundled": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ansi-regex": { - "version": "2.1.1", - "bundled": true - }, - "ansi-styles": { - "version": "4.3.0", - "bundled": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "ansicolors": { - "version": "0.3.2", - "bundled": true - }, - "ansistyles": { - "version": "0.1.3", - "bundled": true - }, - "aproba": { - "version": "2.0.0", - "bundled": true - }, - "archy": { - "version": "1.0.0", - "bundled": true - }, - "are-we-there-yet": { - "version": "1.1.6", - "bundled": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - }, - "asap": { - "version": "2.0.6", - "bundled": true - }, - "asn1": { - "version": "0.2.4", - "bundled": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "bundled": true - }, - "asynckit": { - "version": "0.4.0", - "bundled": true - }, - "aws-sign2": { - "version": "0.7.0", - "bundled": true - }, - "aws4": { - "version": "1.11.0", - "bundled": true - }, - "balanced-match": { - "version": "1.0.2", - "bundled": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "bundled": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "bin-links": { - "version": "2.2.1", - "bundled": true, - "requires": { - "cmd-shim": "^4.0.1", - "mkdirp": "^1.0.3", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^2.0.0", - "rimraf": "^3.0.0", - "write-file-atomic": "^3.0.3" - } - }, - "binary-extensions": { - "version": "2.2.0", - "bundled": true - }, - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "builtins": { - "version": "1.0.3", - "bundled": true - }, - "cacache": { - "version": "15.3.0", - "bundled": true, - "requires": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "caseless": { - "version": "0.12.0", - "bundled": true - }, - "chalk": { - "version": "4.1.2", - "bundled": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "chownr": { - "version": "2.0.0", - "bundled": true - }, - "cidr-regex": { - "version": "3.1.1", - "bundled": true, - "requires": { - "ip-regex": "^4.1.0" - } - }, - "clean-stack": { - "version": "2.2.0", - "bundled": true - }, - "cli-columns": { - "version": "3.1.2", - "bundled": true, - "requires": { - "string-width": "^2.0.0", - "strip-ansi": "^3.0.1" - } - }, - "cli-table3": { - "version": "0.6.0", - "bundled": true, - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "bundled": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "bundled": true - }, - "string-width": { - "version": "4.2.2", - "bundled": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "bundled": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "clone": { - "version": "1.0.4", - "bundled": true - }, - "cmd-shim": { - "version": "4.1.0", - "bundled": true, - "requires": { - "mkdirp-infer-owner": "^2.0.0" - } - }, - "code-point-at": { - "version": "1.1.0", - "bundled": true - }, - "color-convert": { - "version": "2.0.1", - "bundled": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "bundled": true - }, - "color-support": { - "version": "1.1.3", - "bundled": true - }, - "colors": { - "version": "1.4.0", - "bundled": true, - "optional": true - }, - "columnify": { - "version": "1.5.4", - "bundled": true, - "requires": { - "strip-ansi": "^3.0.0", - "wcwidth": "^1.0.0" - } - }, - "combined-stream": { - "version": "1.0.8", - "bundled": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "common-ancestor-path": { - "version": "1.0.1", - "bundled": true - }, - "concat-map": { - "version": "0.0.1", - "bundled": true - }, - "console-control-strings": { - "version": "1.1.0", - "bundled": true - }, - "core-util-is": { - "version": "1.0.2", - "bundled": true - }, - "dashdash": { - "version": "1.14.1", - "bundled": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "debug": { - "version": "4.3.2", - "bundled": true, - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "bundled": true - } - } - }, - "debuglog": { - "version": "1.0.1", - "bundled": true - }, - "defaults": { - "version": "1.0.3", - "bundled": true, - "requires": { - "clone": "^1.0.2" - } - }, - "delayed-stream": { - "version": "1.0.0", - "bundled": true - }, - "delegates": { - "version": "1.0.0", - "bundled": true - }, - "depd": { - "version": "1.1.2", - "bundled": true - }, - "dezalgo": { - "version": "1.0.3", - "bundled": true, - "requires": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "diff": { - "version": "5.0.0", - "bundled": true - }, - "ecc-jsbn": { - "version": "0.1.2", - "bundled": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "bundled": true - }, - "encoding": { - "version": "0.1.13", - "bundled": true, - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - } - }, - "env-paths": { - "version": "2.2.1", - "bundled": true - }, - "err-code": { - "version": "2.0.3", - "bundled": true - }, - "extend": { - "version": "3.0.2", - "bundled": true - }, - "extsprintf": { - "version": "1.3.0", - "bundled": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "bundled": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "bundled": true - }, - "fastest-levenshtein": { - "version": "1.0.12", - "bundled": true - }, - "forever-agent": { - "version": "0.6.1", - "bundled": true - }, - "fs-minipass": { - "version": "2.1.0", - "bundled": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "bundled": true - }, - "function-bind": { - "version": "1.1.1", - "bundled": true - }, - "gauge": { - "version": "3.0.1", - "bundled": true, - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.2", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.1", - "object-assign": "^4.1.1", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1 || ^2.0.0", - "strip-ansi": "^3.0.1 || ^4.0.0", - "wide-align": "^1.1.2" - } - }, - "getpass": { - "version": "0.1.7", - "bundled": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.2.0", - "bundled": true, - "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" - } - }, - "graceful-fs": { - "version": "4.2.8", - "bundled": true - }, - "har-schema": { - "version": "2.0.0", - "bundled": true - }, - "har-validator": { - "version": "5.1.5", - "bundled": true, - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has": { - "version": "1.0.3", - "bundled": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "bundled": true - }, - "has-unicode": { - "version": "2.0.1", - "bundled": true - }, - "hosted-git-info": { - "version": "4.0.2", - "bundled": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "bundled": true - }, - "http-proxy-agent": { - "version": "4.0.1", - "bundled": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "http-signature": { - "version": "1.2.0", - "bundled": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "https-proxy-agent": { - "version": "5.0.0", - "bundled": true, - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "humanize-ms": { - "version": "1.2.1", - "bundled": true, - "requires": { - "ms": "^2.0.0" - } - }, - "iconv-lite": { - "version": "0.6.3", - "bundled": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, - "ignore-walk": { - "version": "3.0.4", - "bundled": true, - "requires": { - "minimatch": "^3.0.4" - } - }, - "imurmurhash": { - "version": "0.1.4", - "bundled": true - }, - "indent-string": { - "version": "4.0.0", - "bundled": true - }, - "infer-owner": { - "version": "1.0.4", - "bundled": true - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "bundled": true - }, - "ini": { - "version": "2.0.0", - "bundled": true - }, - "init-package-json": { - "version": "2.0.5", - "bundled": true, - "requires": { - "npm-package-arg": "^8.1.5", - "promzard": "^0.3.0", - "read": "~1.0.1", - "read-package-json": "^4.1.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^3.0.0" - } - }, - "ip": { - "version": "1.1.5", - "bundled": true - }, - "ip-regex": { - "version": "4.3.0", - "bundled": true - }, - "is-cidr": { - "version": "4.0.2", - "bundled": true, - "requires": { - "cidr-regex": "^3.1.1" - } - }, - "is-core-module": { - "version": "2.7.0", - "bundled": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "bundled": true - }, - "is-lambda": { - "version": "1.0.1", - "bundled": true - }, - "is-typedarray": { - "version": "1.0.0", - "bundled": true - }, - "isexe": { - "version": "2.0.0", - "bundled": true - }, - "isstream": { - "version": "0.1.2", - "bundled": true - }, - "jsbn": { - "version": "0.1.1", - "bundled": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "bundled": true - }, - "json-schema": { - "version": "0.2.3", - "bundled": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "bundled": true - }, - "json-stringify-nice": { - "version": "1.1.4", - "bundled": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "bundled": true - }, - "jsonparse": { - "version": "1.3.1", - "bundled": true - }, - "jsprim": { - "version": "1.4.1", - "bundled": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "just-diff": { - "version": "3.1.1", - "bundled": true - }, - "just-diff-apply": { - "version": "3.0.0", - "bundled": true - }, - "libnpmaccess": { - "version": "4.0.3", - "bundled": true, - "requires": { - "aproba": "^2.0.0", - "minipass": "^3.1.1", - "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0" - } - }, - "libnpmdiff": { - "version": "2.0.4", - "bundled": true, - "requires": { - "@npmcli/disparity-colors": "^1.0.1", - "@npmcli/installed-package-contents": "^1.0.7", - "binary-extensions": "^2.2.0", - "diff": "^5.0.0", - "minimatch": "^3.0.4", - "npm-package-arg": "^8.1.4", - "pacote": "^11.3.4", - "tar": "^6.1.0" - } - }, - "libnpmexec": { - "version": "2.0.1", - "bundled": true, - "requires": { - "@npmcli/arborist": "^2.3.0", - "@npmcli/ci-detect": "^1.3.0", - "@npmcli/run-script": "^1.8.4", - "chalk": "^4.1.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-package-arg": "^8.1.2", - "pacote": "^11.3.1", - "proc-log": "^1.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^2.0.2", - "walk-up-path": "^1.0.0" - } - }, - "libnpmfund": { - "version": "1.1.0", - "bundled": true, - "requires": { - "@npmcli/arborist": "^2.5.0" - } - }, - "libnpmhook": { - "version": "6.0.3", - "bundled": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - } - }, - "libnpmorg": { - "version": "2.0.3", - "bundled": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - } - }, - "libnpmpack": { - "version": "2.0.1", - "bundled": true, - "requires": { - "@npmcli/run-script": "^1.8.3", - "npm-package-arg": "^8.1.0", - "pacote": "^11.2.6" - } - }, - "libnpmpublish": { - "version": "4.0.2", - "bundled": true, - "requires": { - "normalize-package-data": "^3.0.2", - "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0", - "semver": "^7.1.3", - "ssri": "^8.0.1" - } - }, - "libnpmsearch": { - "version": "3.1.2", - "bundled": true, - "requires": { - "npm-registry-fetch": "^11.0.0" - } - }, - "libnpmteam": { - "version": "2.0.4", - "bundled": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" - } - }, - "libnpmversion": { - "version": "1.2.1", - "bundled": true, - "requires": { - "@npmcli/git": "^2.0.7", - "@npmcli/run-script": "^1.8.4", - "json-parse-even-better-errors": "^2.3.1", - "semver": "^7.3.5", - "stringify-package": "^1.0.1" - } - }, - "lru-cache": { - "version": "6.0.0", - "bundled": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-fetch-happen": { - "version": "9.1.0", - "bundled": true, - "requires": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.2.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.2", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.0.0", - "ssri": "^8.0.0" - } - }, - "mime-db": { - "version": "1.49.0", - "bundled": true - }, - "mime-types": { - "version": "2.1.32", - "bundled": true, - "requires": { - "mime-db": "1.49.0" - } - }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minipass": { - "version": "3.1.5", - "bundled": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "minipass-collect": { - "version": "1.0.2", - "bundled": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-fetch": { - "version": "1.4.1", - "bundled": true, - "requires": { - "encoding": "^0.1.12", - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - } - }, - "minipass-flush": { - "version": "1.0.5", - "bundled": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-json-stream": { - "version": "1.0.1", - "bundled": true, - "requires": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "bundled": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-sized": { - "version": "1.0.3", - "bundled": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "bundled": true, - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "bundled": true - }, - "mkdirp-infer-owner": { - "version": "2.0.0", - "bundled": true, - "requires": { - "chownr": "^2.0.0", - "infer-owner": "^1.0.4", - "mkdirp": "^1.0.3" - } - }, - "ms": { - "version": "2.1.3", - "bundled": true - }, - "mute-stream": { - "version": "0.0.8", - "bundled": true - }, - "negotiator": { - "version": "0.6.2", - "bundled": true - }, - "node-gyp": { - "version": "7.1.2", - "bundled": true, - "requires": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.3", - "nopt": "^5.0.0", - "npmlog": "^4.1.2", - "request": "^2.88.2", - "rimraf": "^3.0.2", - "semver": "^7.3.2", - "tar": "^6.0.2", - "which": "^2.0.2" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "bundled": true - }, - "gauge": { - "version": "2.7.4", - "bundled": true, - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "bundled": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "npmlog": { - "version": "4.1.2", - "bundled": true, - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "bundled": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - } - } - }, - "nopt": { - "version": "5.0.0", - "bundled": true, - "requires": { - "abbrev": "1" - } - }, - "normalize-package-data": { - "version": "3.0.3", - "bundled": true, - "requires": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - } - }, - "npm-audit-report": { - "version": "2.1.5", - "bundled": true, - "requires": { - "chalk": "^4.0.0" - } - }, - "npm-bundled": { - "version": "1.1.2", - "bundled": true, - "requires": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-install-checks": { - "version": "4.0.0", - "bundled": true, - "requires": { - "semver": "^7.1.1" - } - }, - "npm-normalize-package-bin": { - "version": "1.0.1", - "bundled": true - }, - "npm-package-arg": { - "version": "8.1.5", - "bundled": true, - "requires": { - "hosted-git-info": "^4.0.1", - "semver": "^7.3.4", - "validate-npm-package-name": "^3.0.0" - } - }, - "npm-packlist": { - "version": "2.2.2", - "bundled": true, - "requires": { - "glob": "^7.1.6", - "ignore-walk": "^3.0.3", - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-pick-manifest": { - "version": "6.1.1", - "bundled": true, - "requires": { - "npm-install-checks": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^8.1.2", - "semver": "^7.3.4" - } - }, - "npm-profile": { - "version": "5.0.4", - "bundled": true, - "requires": { - "npm-registry-fetch": "^11.0.0" - } - }, - "npm-registry-fetch": { - "version": "11.0.0", - "bundled": true, - "requires": { - "make-fetch-happen": "^9.0.1", - "minipass": "^3.1.3", - "minipass-fetch": "^1.3.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.0.0", - "npm-package-arg": "^8.0.0" - } - }, - "npm-user-validate": { - "version": "1.0.1", - "bundled": true - }, - "npmlog": { - "version": "5.0.1", - "bundled": true, - "requires": { - "are-we-there-yet": "^2.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^3.0.0", - "set-blocking": "^2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "2.0.0", - "bundled": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - } - } - }, - "number-is-nan": { - "version": "1.0.1", - "bundled": true - }, - "oauth-sign": { - "version": "0.9.0", - "bundled": true - }, - "object-assign": { - "version": "4.1.1", - "bundled": true - }, - "once": { - "version": "1.4.0", - "bundled": true, - "requires": { - "wrappy": "1" - } - }, - "opener": { - "version": "1.5.2", - "bundled": true - }, - "p-map": { - "version": "4.0.0", - "bundled": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "pacote": { - "version": "11.3.5", - "bundled": true, - "requires": { - "@npmcli/git": "^2.1.0", - "@npmcli/installed-package-contents": "^1.0.6", - "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^1.8.2", - "cacache": "^15.0.5", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.3", - "mkdirp": "^1.0.3", - "npm-package-arg": "^8.0.1", - "npm-packlist": "^2.1.4", - "npm-pick-manifest": "^6.0.0", - "npm-registry-fetch": "^11.0.0", - "promise-retry": "^2.0.1", - "read-package-json-fast": "^2.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.1.0" - } - }, - "parse-conflict-json": { - "version": "1.1.1", - "bundled": true, - "requires": { - "json-parse-even-better-errors": "^2.3.0", - "just-diff": "^3.0.1", - "just-diff-apply": "^3.0.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true - }, - "performance-now": { - "version": "2.1.0", - "bundled": true - }, - "proc-log": { - "version": "1.0.0", - "bundled": true - }, - "promise-all-reject-late": { - "version": "1.0.1", - "bundled": true - }, - "promise-call-limit": { - "version": "1.0.1", - "bundled": true - }, - "promise-inflight": { - "version": "1.0.1", - "bundled": true - }, - "promise-retry": { - "version": "2.0.1", - "bundled": true, - "requires": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - } - }, - "promzard": { - "version": "0.3.0", - "bundled": true, - "requires": { - "read": "1" - } - }, - "psl": { - "version": "1.8.0", - "bundled": true - }, - "punycode": { - "version": "2.1.1", - "bundled": true - }, - "qrcode-terminal": { - "version": "0.12.0", - "bundled": true - }, - "qs": { - "version": "6.5.2", - "bundled": true - }, - "read": { - "version": "1.0.7", - "bundled": true, - "requires": { - "mute-stream": "~0.0.4" - } - }, - "read-cmd-shim": { - "version": "2.0.0", - "bundled": true - }, - "read-package-json": { - "version": "4.1.1", - "bundled": true, - "requires": { - "glob": "^7.1.1", - "json-parse-even-better-errors": "^2.3.0", - "normalize-package-data": "^3.0.0", - "npm-normalize-package-bin": "^1.0.0" - } - }, - "read-package-json-fast": { - "version": "2.0.3", - "bundled": true, - "requires": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "readable-stream": { - "version": "3.6.0", - "bundled": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdir-scoped-modules": { - "version": "1.1.0", - "bundled": true, - "requires": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "request": { - "version": "2.88.2", - "bundled": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "form-data": { - "version": "2.3.3", - "bundled": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "tough-cookie": { - "version": "2.5.0", - "bundled": true, - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - } - } - }, - "retry": { - "version": "0.12.0", - "bundled": true - }, - "rimraf": { - "version": "3.0.2", - "bundled": true, - "requires": { - "glob": "^7.1.3" - } - }, - "safe-buffer": { - "version": "5.2.1", - "bundled": true - }, - "safer-buffer": { - "version": "2.1.2", - "bundled": true - }, - "semver": { - "version": "7.3.5", - "bundled": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "bundled": true - }, - "signal-exit": { - "version": "3.0.3", - "bundled": true - }, - "smart-buffer": { - "version": "4.2.0", - "bundled": true - }, - "socks": { - "version": "2.6.1", - "bundled": true, - "requires": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - } - }, - "socks-proxy-agent": { - "version": "6.1.0", - "bundled": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "^4.3.1", - "socks": "^2.6.1" - } - }, - "spdx-correct": { - "version": "3.1.1", - "bundled": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "bundled": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "bundled": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.10", - "bundled": true - }, - "sshpk": { - "version": "1.16.1", - "bundled": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "ssri": { - "version": "8.0.1", - "bundled": true, - "requires": { - "minipass": "^3.1.1" - } - }, - "string_decoder": { - "version": "1.3.0", - "bundled": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "string-width": { - "version": "2.1.1", - "bundled": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "bundled": true - }, - "strip-ansi": { - "version": "4.0.0", - "bundled": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "stringify-package": { - "version": "1.0.1", - "bundled": true - }, - "strip-ansi": { - "version": "3.0.1", - "bundled": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "bundled": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tar": { - "version": "6.1.11", - "bundled": true, - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "text-table": { - "version": "0.2.0", - "bundled": true - }, - "tiny-relative-date": { - "version": "1.3.0", - "bundled": true - }, - "treeverse": { - "version": "1.0.4", - "bundled": true - }, - "tunnel-agent": { - "version": "0.6.0", - "bundled": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "bundled": true - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "bundled": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "unique-filename": { - "version": "1.1.1", - "bundled": true, - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "bundled": true, - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "uri-js": { - "version": "4.4.1", - "bundled": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true - }, - "uuid": { - "version": "3.4.0", - "bundled": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "bundled": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "validate-npm-package-name": { - "version": "3.0.0", - "bundled": true, - "requires": { - "builtins": "^1.0.3" - } - }, - "verror": { - "version": "1.10.0", - "bundled": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "walk-up-path": { - "version": "1.0.0", - "bundled": true - }, - "wcwidth": { - "version": "1.0.1", - "bundled": true, - "requires": { - "defaults": "^1.0.3" - } - }, - "which": { - "version": "2.0.2", - "bundled": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wide-align": { - "version": "1.1.3", - "bundled": true, - "requires": { - "string-width": "^1.0.2 || 2" - } - }, - "wrappy": { - "version": "1.0.2", - "bundled": true - }, - "write-file-atomic": { - "version": "3.0.3", - "bundled": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "yallist": { - "version": "4.0.0", - "bundled": true - } - } - }, - "npm-api": { - "version": "1.0.1", - "devOptional": true, - "requires": { - "clone-deep": "^4.0.1", - "download-stats": "^0.3.4", - "JSONStream": "^1.3.5", - "moment": "^2.24.0", - "node-fetch": "^2.6.0", - "paged-request": "^2.0.1" - } - }, - "npm-bundled": { - "version": "1.1.2", - "requires": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-lifecycle": { - "version": "3.1.5", - "requires": { - "byline": "^5.0.0", - "graceful-fs": "^4.1.15", - "node-gyp": "^5.0.2", - "resolve-from": "^4.0.0", - "slide": "^1.1.6", - "uid-number": "0.0.6", - "umask": "^1.1.0", - "which": "^1.3.1" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "npm-normalize-package-bin": { - "version": "1.0.1" - }, - "npm-package-arg": { - "version": "6.1.1", - "requires": { - "hosted-git-info": "^2.7.1", - "osenv": "^0.1.5", - "semver": "^5.6.0", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9" - }, - "semver": { - "version": "5.7.1" - } - } - }, - "npm-packlist": { - "version": "1.4.8", - "requires": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-pick-manifest": { - "version": "3.0.2", - "requires": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "npm-run-path": { - "version": "4.0.1", - "requires": { - "path-key": "^3.0.0" - } - }, - "npmlog": { - "version": "4.1.2", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "nth-check": { - "version": "2.0.1", - "requires": { - "boolbase": "^1.0.0" - } - }, - "num2fraction": { - "version": "1.2.2" - }, - "number-is-nan": { - "version": "1.0.1" - }, - "nvd3": { - "version": "1.8.6", - "requires": {} - }, - "nvd3-fork": { - "version": "2.0.5", - "requires": {} - }, - "nwsapi": { - "version": "2.2.0" - }, - "oauth-sign": { - "version": "0.9.0" - }, - "object-assign": { - "version": "4.1.1" - }, - "object-copy": { - "version": "0.1.0", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "requires": { - "kind-of": "^3.0.2" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "requires": { - "kind-of": "^3.0.2" - } - }, - "is-descriptor": { - "version": "0.1.6", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0" - } - } - }, - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-inspect": { - "version": "1.11.0" - }, - "object-is": { - "version": "1.1.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "object-keys": { - "version": "1.1.1" - }, - "object-visit": { - "version": "1.0.1", - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.2", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.entries": { - "version": "1.1.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.fromentries": { - "version": "2.0.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.3", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.hasown": { - "version": "1.1.0", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.pick": { - "version": "1.3.0", - "requires": { - "isobject": "^3.0.1" - } - }, - "object.values": { - "version": "1.1.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "objectorarray": { - "version": "1.0.5" - }, - "obuf": { - "version": "1.1.2" - }, - "octokit-pagination-methods": { - "version": "1.1.0" - }, - "on-finished": { - "version": "2.3.0", - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2" - }, - "once": { - "version": "1.4.0", - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "open": { - "version": "7.4.2", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - } - }, - "opencollective-postinstall": { - "version": "2.0.3" - }, - "opener": { - "version": "1.5.2" - }, - "openurl": { - "version": "1.1.1", - "dev": true - }, - "opn": { - "version": "5.5.0", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": { - "is-wsl": { - "version": "1.1.0" - } - } - }, - "optimal": { - "version": "4.3.0" - }, - "optimist": { - "version": "0.3.7", - "requires": { - "wordwrap": "~0.0.2" - }, - "dependencies": { - "wordwrap": { - "version": "0.0.3" - } - } - }, - "optionator": { - "version": "0.9.1", - "requires": { - "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" - } - }, - "original": { - "version": "1.0.2", - "requires": { - "url-parse": "^1.4.3" - } - }, - "os-browserify": { - "version": "0.3.0" - }, - "os-homedir": { - "version": "1.0.2" - }, - "os-locale": { - "version": "4.0.0", - "requires": { - "execa": "^1.0.0", - "lcid": "^3.0.0", - "mem": "^5.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0" - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "os-name": { - "version": "3.1.0", - "requires": { - "macos-release": "^2.2.0", - "windows-release": "^3.1.0" - } - }, - "os-tmpdir": { - "version": "1.0.2" - }, - "osenv": { - "version": "0.1.5", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "overlayscrollbars": { - "version": "1.13.1" - }, - "p-all": { - "version": "2.1.0", - "requires": { - "p-map": "^2.0.0" - } - }, - "p-defer": { - "version": "1.0.0" - }, - "p-each-series": { - "version": "2.2.0" - }, - "p-event": { - "version": "4.2.0", - "requires": { - "p-timeout": "^3.1.0" - } - }, - "p-filter": { - "version": "2.1.0", - "requires": { - "p-map": "^2.0.0" - } - }, - "p-finally": { - "version": "1.0.0" - }, - "p-is-promise": { - "version": "2.1.0" - }, - "p-limit": { - "version": "3.1.0", - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - } - } - }, - "p-map": { - "version": "2.1.0" - }, - "p-map-series": { - "version": "1.0.0", - "requires": { - "p-reduce": "^1.0.0" - } - }, - "p-pipe": { - "version": "1.2.0" - }, - "p-queue": { - "version": "4.0.0", - "requires": { - "eventemitter3": "^3.1.0" - } - }, - "p-reduce": { - "version": "1.0.0" - }, - "p-retry": { - "version": "3.0.1", - "requires": { - "retry": "^0.12.0" - }, - "dependencies": { - "retry": { - "version": "0.12.0" - } - } - }, - "p-timeout": { - "version": "3.2.0", - "requires": { - "p-finally": "^1.0.0" - } - }, - "p-try": { - "version": "2.2.0" - }, - "p-waterfall": { - "version": "1.0.0", - "requires": { - "p-reduce": "^1.0.0" - } - }, - "pad-component": { - "version": "0.0.1" - }, - "paged-request": { - "version": "2.0.2", - "devOptional": true, - "requires": { - "axios": "^0.21.1" - } - }, - "pako": { - "version": "1.0.11" - }, - "parallel-transform": { - "version": "1.2.0", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "param-case": { - "version": "3.0.4", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "dot-case": { - "version": "3.0.4", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "lower-case": { - "version": "2.0.2", - "requires": { - "tslib": "^2.0.3" - } - }, - "no-case": { - "version": "3.0.4", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - } - } - }, - "parent-module": { - "version": "1.0.1", - "requires": { - "callsites": "^3.0.0" - } - }, - "parse-asn1": { - "version": "5.1.6", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - } - }, - "parse-entities": { - "version": "1.2.2", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "parse-github-repo-url": { - "version": "1.4.1" - }, - "parse-json": { - "version": "4.0.0", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "parse-ms": { - "version": "2.1.0" - }, - "parse-passwd": { - "version": "1.0.0" - }, - "parse-path": { - "version": "4.0.3", - "requires": { - "is-ssh": "^1.3.0", - "protocols": "^1.4.0", - "qs": "^6.9.4", - "query-string": "^6.13.8" - } - }, - "parse-url": { - "version": "6.0.0", - "requires": { - "is-ssh": "^1.3.0", - "normalize-url": "^6.1.0", - "parse-path": "^4.0.0", - "protocols": "^1.4.0" - } - }, - "parse5": { - "version": "4.0.0" - }, - "parse5-htmlparser2-tree-adapter": { - "version": "6.0.1", - "requires": { - "parse5": "^6.0.1" - }, - "dependencies": { - "parse5": { - "version": "6.0.1" - } - } - }, - "parseurl": { - "version": "1.3.3" - }, - "pascal-case": { - "version": "3.1.2", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "lower-case": { - "version": "2.0.2", - "requires": { - "tslib": "^2.0.3" - } - }, - "no-case": { - "version": "3.0.4", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - } - } - }, - "pascalcase": { - "version": "0.1.1" - }, - "path-browserify": { - "version": "0.0.1" - }, - "path-case": { - "version": "2.1.1", - "requires": { - "no-case": "^2.2.0" - } - }, - "path-dirname": { - "version": "1.0.2" - }, - "path-exists": { - "version": "4.0.0" - }, - "path-is-absolute": { - "version": "1.0.1" - }, - "path-is-inside": { - "version": "1.0.2" - }, - "path-key": { - "version": "3.1.1" - }, - "path-parse": { - "version": "1.0.7" - }, - "path-to-regexp": { - "version": "2.4.0", - "dev": true - }, - "path-type": { - "version": "4.0.0" - }, - "pbf": { - "version": "3.2.1", - "requires": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - } - }, - "pbkdf2": { - "version": "3.1.2", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "performance-now": { - "version": "2.1.0" - }, - "picocolors": { - "version": "1.0.0" - }, - "picomatch": { - "version": "2.3.0" - }, - "pify": { - "version": "2.3.0" - }, - "pinkie": { - "version": "2.0.4" - }, - "pinkie-promise": { - "version": "2.0.1", - "requires": { - "pinkie": "^2.0.0" - } - }, - "pirates": { - "version": "4.0.1", - "requires": { - "node-modules-regexp": "^1.0.0" - } - }, - "pkg-dir": { - "version": "2.0.0", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "1.3.0", - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0" - }, - "path-exists": { - "version": "3.0.0" - } - } - }, - "pkg-up": { - "version": "3.1.0", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - } - } - }, - "please-upgrade-node": { - "version": "3.2.0", - "requires": { - "semver-compare": "^1.0.0" - } - }, - "pluralize": { - "version": "8.0.0" - }, - "pn": { - "version": "1.1.0" - }, - "pnp-webpack-plugin": { - "version": "1.6.4", - "requires": { - "ts-pnp": "^1.1.6" - } - }, - "polished": { - "version": "4.1.3", - "requires": { - "@babel/runtime": "^7.14.0" - } - }, - "portfinder": { - "version": "1.0.28", - "requires": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "posix-character-classes": { - "version": "0.1.1" - }, - "postcss": { - "version": "7.0.39", - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "dependencies": { - "picocolors": { - "version": "0.2.1" - }, - "source-map": { - "version": "0.6.1" - } - } - }, - "postcss-flexbugs-fixes": { - "version": "4.2.1", - "requires": { - "postcss": "^7.0.26" - } - }, - "postcss-loader": { - "version": "4.3.0", - "requires": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "cosmiconfig": { - "version": "7.0.1", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "schema-utils": { - "version": "3.1.1", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "requires": { - "postcss": "^7.0.5" - } - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - } - }, - "postcss-modules-scope": { - "version": "2.2.0", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - } - }, - "postcss-modules-values": { - "version": "3.0.0", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "postcss-selector-parser": { - "version": "6.0.6", - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.1.0" - }, - "potpack": { - "version": "1.0.1" - }, - "prelude-ls": { - "version": "1.2.1" - }, - "prepend-http": { - "version": "1.0.4" - }, - "prettier": { - "version": "2.4.1" - }, - "prettier-linter-helpers": { - "version": "1.0.0", - "requires": { - "fast-diff": "^1.1.2" - } - }, - "pretty-bytes": { - "version": "5.6.0" - }, - "pretty-error": { - "version": "2.1.2", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "pretty-format": { - "version": "26.6.2", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "react-is": { - "version": "17.0.2" - } - } - }, - "pretty-hrtime": { - "version": "1.0.3" - }, - "pretty-ms": { - "version": "5.1.0", - "requires": { - "parse-ms": "^2.1.0" - } - }, - "prismjs": { - "version": "1.25.0" - }, - "process": { - "version": "0.11.10" - }, - "process-nextick-args": { - "version": "2.0.1" - }, - "progress": { - "version": "2.0.3" - }, - "progress-stream": { - "version": "2.0.0", - "dev": true, - "requires": { - "speedometer": "~1.0.0", - "through2": "~2.0.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "dev": true - }, - "readable-stream": { - "version": "2.3.7", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "promise": { - "version": "7.3.1", - "requires": { - "asap": "~2.0.3" - } - }, - "promise-inflight": { - "version": "1.0.1" - }, - "promise-retry": { - "version": "1.1.1", - "requires": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "dependencies": { - "retry": { - "version": "0.10.1" - } - } - }, - "promise.allsettled": { - "version": "1.0.5", - "requires": { - "array.prototype.map": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "iterate-value": "^1.0.2" - } - }, - "promise.prototype.finally": { - "version": "3.1.3", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "prompts": { - "version": "2.4.2", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "promzard": { - "version": "0.3.0", - "requires": { - "read": "1" - } - }, - "prop-types": { - "version": "15.7.2", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "prop-types-exact": { - "version": "1.2.0", - "requires": { - "has": "^1.0.3", - "object.assign": "^4.1.0", - "reflect.ownkeys": "^0.2.0" - } - }, - "property-information": { - "version": "5.6.0", - "requires": { - "xtend": "^4.0.0" - } - }, - "proto-list": { - "version": "1.2.4" - }, - "protocol-buffers-schema": { - "version": "3.6.0" - }, - "protocols": { - "version": "1.4.8" - }, - "protoduck": { - "version": "5.0.1", - "requires": { - "genfun": "^5.0.0" - } - }, - "proxy-addr": { - "version": "2.0.7", - "requires": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - } - }, - "prr": { - "version": "1.0.1" - }, - "pseudomap": { - "version": "1.0.2" - }, - "psl": { - "version": "1.8.0" - }, - "public-encrypt": { - "version": "4.0.3", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0" - } - } - }, - "pump": { - "version": "3.0.0", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "pumpify": { - "version": "1.5.1", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "pump": { - "version": "2.0.1", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - } - } - }, - "punycode": { - "version": "2.1.1" - }, - "q": { - "version": "1.5.1" - }, - "qs": { - "version": "6.10.1", - "requires": { - "side-channel": "^1.0.4" - } - }, - "query-string": { - "version": "6.14.1", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, - "querystring": { - "version": "0.2.1" - }, - "querystring-es3": { - "version": "0.2.1" - }, - "querystringify": { - "version": "2.2.0" - }, - "queue-microtask": { - "version": "1.2.3" - }, - "quick-lru": { - "version": "1.1.0" - }, - "quickselect": { - "version": "2.0.0" - }, - "quote-stream": { - "version": "1.0.2", - "requires": { - "buffer-equal": "0.0.1", - "minimist": "^1.1.3", - "through2": "^2.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "raf": { - "version": "3.4.1", - "requires": { - "performance-now": "^2.1.0" - } - }, - "railroad-diagrams": { - "version": "1.0.0" - }, - "ramda": { - "version": "0.27.1" - }, - "randexp": { - "version": "0.4.6", - "requires": { - "discontinuous-range": "1.0.0", - "ret": "~0.1.10" - } - }, - "randombytes": { - "version": "2.1.0", - "requires": { - "safe-buffer": "^5.1.0" - } - }, - "randomfill": { - "version": "1.0.4", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "range-parser": { - "version": "1.2.1" - }, - "raw-body": { - "version": "2.4.0", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - }, - "raw-loader": { - "version": "4.0.2", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.1.1", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "react": { - "version": "16.14.0", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - } - }, - "react-dev-utils": { - "version": "11.0.4", - "requires": { - "@babel/code-frame": "7.10.4", - "address": "1.1.2", - "browserslist": "4.14.2", - "chalk": "2.4.2", - "cross-spawn": "7.0.3", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "2.0.0", - "filesize": "6.1.0", - "find-up": "4.1.0", - "fork-ts-checker-webpack-plugin": "4.1.6", - "global-modules": "2.0.0", - "globby": "11.0.1", - "gzip-size": "5.1.1", - "immer": "8.0.1", - "is-root": "2.1.0", - "loader-utils": "2.0.0", - "open": "^7.0.2", - "pkg-up": "3.1.0", - "prompts": "2.4.0", - "react-error-overlay": "^6.0.9", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "strip-ansi": "6.0.0", - "text-table": "0.2.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.10.4", - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "browserslist": { - "version": "4.14.2", - "requires": { - "caniuse-lite": "^1.0.30001125", - "electron-to-chromium": "^1.3.564", - "escalade": "^3.0.2", - "node-releases": "^1.1.61" - } - }, - "escape-string-regexp": { - "version": "2.0.0" - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "requires": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - } - }, - "globby": { - "version": "11.0.1", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "node-releases": { - "version": "1.1.77" - }, - "prompts": { - "version": "2.4.0", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "semver": { - "version": "5.7.1" - }, - "slash": { - "version": "3.0.0" - }, - "strip-ansi": { - "version": "6.0.0", - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "tapable": { - "version": "1.1.3" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "react-docgen": { - "version": "5.4.0", - "requires": { - "@babel/core": "^7.7.5", - "@babel/generator": "^7.12.11", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "estree-to-babel": "^3.1.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - } - } - }, - "react-docgen-typescript": { - "version": "2.1.1", - "requires": {} - }, - "react-dom": { - "version": "16.14.0", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - } - }, - "react-error-boundary": { - "version": "1.2.5", - "requires": {} - }, - "react-error-overlay": { - "version": "6.0.9" - }, - "react-fast-compare": { - "version": "3.2.0" - }, - "react-input-autosize": { - "version": "2.2.2", - "requires": { - "prop-types": "^15.5.8" - } - }, - "react-is": { - "version": "16.13.1" - }, - "react-lifecycles-compat": { - "version": "3.0.4" - }, - "react-loadable": { - "version": "5.5.0", - "requires": { - "prop-types": "^15.5.0" - } - }, - "react-map-gl": { - "version": "4.1.16", - "requires": { - "@babel/runtime": "^7.0.0", - "mapbox-gl": "~0.54.0", - "mjolnir.js": "^2.2.0", - "prop-types": "^15.7.2", - "react-virtualized-auto-sizer": "^1.0.2", - "viewport-mercator-project": "^6.2.1" - }, - "dependencies": { - "esm": { - "version": "3.0.84" - }, - "kdbush": { - "version": "3.0.0" - }, - "mapbox-gl": { - "version": "0.54.1", - "requires": { - "@mapbox/geojson-rewind": "^0.4.0", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^1.4.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.1.0", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.2", - "earcut": "^2.1.5", - "esm": "~3.0.84", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.0.0", - "grid-index": "^1.1.0", - "minimist": "0.0.8", - "murmurhash-js": "^1.0.0", - "pbf": "^3.0.5", - "potpack": "^1.0.1", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^6.0.1", - "tinyqueue": "^2.0.0", - "vt-pbf": "^3.1.1" - } - }, - "minimist": { - "version": "0.0.8" - }, - "react-virtualized-auto-sizer": { - "version": "1.0.6", - "requires": {} - }, - "supercluster": { - "version": "6.0.2", - "requires": { - "kdbush": "^3.0.0" - } - } - } - }, - "react-markdown": { - "version": "4.3.1", - "requires": { - "html-to-react": "^1.3.4", - "mdast-add-list-metadata": "1.0.1", - "prop-types": "^15.7.2", - "react-is": "^16.8.6", - "remark-parse": "^5.0.0", - "unified": "^6.1.5", - "unist-util-visit": "^1.3.0", - "xtend": "^4.0.1" - } - }, - "react-move": { - "version": "2.9.1", - "requires": { - "@babel/runtime": "^7.2.0", - "d3-interpolate": "^1.3.2", - "d3-timer": "^1.0.9", - "prop-types": "^15.6.2", - "react-lifecycles-compat": "^3.0.4" - } - }, - "react-refresh": { - "version": "0.8.3" - }, - "react-resizable": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-3.0.4.tgz", - "integrity": "sha512-StnwmiESiamNzdRHbSSvA65b0ZQJ7eVQpPusrSmcpyGKzC0gojhtO62xxH6YOBmepk9dQTBi9yxidL3W4s3EBA==", - "requires": { - "prop-types": "15.x", - "react-draggable": "^4.0.3" - }, - "dependencies": { - "react-draggable": { - "version": "4.4.4", - "integrity": "sha512-6e0WdcNLwpBx/YIDpoyd2Xb04PB0elrDrulKUgdrIlwuYvxh5Ok9M+F8cljm8kPXXs43PmMzek9RrB1b7mLMqA==", - "requires": { - "clsx": "^1.1.1", - "prop-types": "^15.6.0" - } - } - } - }, - "react-select": { - "version": "1.3.0", - "requires": { - "classnames": "^2.2.4", - "prop-types": "^15.5.8", - "react-input-autosize": "^2.1.2" - } - }, - "react-sizeme": { - "version": "3.0.2", - "requires": { - "element-resize-detector": "^1.2.2", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^3.0.1" - } - }, - "react-sortablejs": { - "version": "6.0.0", - "requires": { - "classnames": "^2.2.6", - "tiny-invariant": "^1.1.0" - } - }, - "react-split-pane": { - "version": "0.1.92", - "requires": { - "prop-types": "^15.7.2", - "react-lifecycles-compat": "^3.0.4", - "react-style-proptype": "^3.2.2" - } - }, - "react-style-proptype": { - "version": "3.2.2", - "requires": { - "prop-types": "^15.5.4" - } - }, - "react-table": { - "version": "7.7.0", - "requires": {} - }, - "react-test-renderer": { - "version": "16.14.0", - "requires": { - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "react-is": "^16.8.6", - "scheduler": "^0.19.1" - } - }, - "react-with-styles": { - "version": "1.4.0", - "requires": { - "deepmerge": "^1.3.2", - "global-cache": "^1.2.0", - "hoist-non-react-statics": "^1.2.0", - "prop-types": "^15.5.8" - }, - "dependencies": { - "deepmerge": { - "version": "1.5.2" - }, - "hoist-non-react-statics": { - "version": "1.2.0" - } - } - }, - "react-with-styles-interface-aphrodite": { - "version": "1.2.0", - "requires": { - "array-flatten": "^2.1.0", - "has": "^1.0.1" - } - }, - "reactable": { - "version": "1.1.0", - "requires": {} - }, - "reactable-arc": { - "version": "0.15.0", - "requires": {} - }, - "read": { - "version": "1.0.7", - "requires": { - "mute-stream": "~0.0.4" - } - }, - "read-chunk": { - "version": "3.2.0", - "requires": { - "pify": "^4.0.1", - "with-open-file": "^0.1.6" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - } - } - }, - "read-cmd-shim": { - "version": "1.0.5", - "requires": { - "graceful-fs": "^4.1.2" - } - }, - "read-package-json": { - "version": "2.1.2", - "requires": { - "glob": "^7.1.1", - "json-parse-even-better-errors": "^2.3.0", - "normalize-package-data": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9" - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "semver": { - "version": "5.7.1" - } - } - }, - "read-package-tree": { - "version": "5.3.1", - "requires": { - "read-package-json": "^2.0.0", - "readdir-scoped-modules": "^1.0.0", - "util-promisify": "^2.1.0" - } - }, - "read-pkg": { - "version": "3.0.0", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9" - }, - "load-json-file": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "path-type": { - "version": "3.0.0", - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0" - }, - "semver": { - "version": "5.7.1" - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9" - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "read-pkg": { - "version": "5.2.0", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "type-fest": { - "version": "0.6.0" - } - } - }, - "semver": { - "version": "5.7.1" - }, - "type-fest": { - "version": "0.8.1" - } - } - }, - "readable-stream": { - "version": "3.6.0", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdir-scoped-modules": { - "version": "1.1.0", - "requires": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "readdirp": { - "version": "3.6.0", - "requires": { - "picomatch": "^2.2.1" - } - }, - "realpath-native": { - "version": "2.0.0" - }, - "rechoir": { - "version": "0.6.2", - "requires": { - "resolve": "^1.1.6" - } - }, - "recursive-readdir": { - "version": "2.2.2", - "requires": { - "minimatch": "3.0.4" - } - }, - "redent": { - "version": "2.0.0", - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "dependencies": { - "strip-indent": { - "version": "2.0.0" - } - } - }, - "redeyed": { - "version": "0.4.4", - "requires": { - "esprima": "~1.0.4" - }, - "dependencies": { - "esprima": { - "version": "1.0.4" - } - } - }, - "reduce-css-calc": { - "version": "1.3.0", - "requires": { - "balanced-match": "^0.4.2", - "math-expression-evaluator": "^1.2.14", - "reduce-function-call": "^1.0.1" - }, - "dependencies": { - "balanced-match": { - "version": "0.4.2" - } - } - }, - "reduce-function-call": { - "version": "1.0.3", - "requires": { - "balanced-match": "^1.0.0" - } - }, - "reflect.ownkeys": { - "version": "0.2.0" - }, - "refractor": { - "version": "3.5.0", - "requires": { - "hastscript": "^6.0.0", - "parse-entities": "^2.0.0", - "prismjs": "~1.25.0" - }, - "dependencies": { - "parse-entities": { - "version": "2.0.0", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - } - } - }, - "regenerate": { - "version": "1.4.2" - }, - "regenerate-unicode-properties": { - "version": "9.0.0", - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.13.9" - }, - "regenerator-transform": { - "version": "0.14.5", - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regex-not": { - "version": "1.0.2", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "safe-regex": { - "version": "1.1.0", - "requires": { - "ret": "~0.1.10" - } - } - } - }, - "regexp-tree": { - "version": "0.1.24" - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "regexpp": { - "version": "3.2.0" - }, - "regexpu-core": { - "version": "4.8.0", - "requires": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^9.0.0", - "regjsgen": "^0.5.2", - "regjsparser": "^0.7.0", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" - } - }, - "regjsgen": { - "version": "0.5.2" - }, - "regjsparser": { - "version": "0.7.0", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0" - } - } - }, - "relateurl": { - "version": "0.2.7" - }, - "remark-footnotes": { - "version": "2.0.0" - }, - "remark-mdx": { - "version": "1.6.22", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4" - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "is-buffer": { - "version": "2.0.5" - }, - "is-plain-obj": { - "version": "2.1.0" - }, - "parse-entities": { - "version": "2.0.0", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "remark-parse": { - "version": "8.0.3", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - } - }, - "semver": { - "version": "5.7.1" - }, - "unified": { - "version": "9.2.0", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - } - }, - "unist-util-is": { - "version": "4.1.0" - }, - "unist-util-remove-position": { - "version": "2.0.1", - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.2" - } - }, - "unist-util-visit": { - "version": "2.0.3", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - }, - "vfile": { - "version": "4.2.1", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-location": { - "version": "3.2.0" - }, - "vfile-message": { - "version": "2.0.4", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - } - } - }, - "remark-parse": { - "version": "5.0.0", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - } - }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - } - }, - "remove-accents": { - "version": "0.4.2" - }, - "remove-trailing-separator": { - "version": "1.1.0" - }, - "renderkid": { - "version": "2.0.7", - "requires": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "repeat-element": { - "version": "1.1.4" - }, - "repeat-string": { - "version": "1.6.1" - }, - "repeating": { - "version": "2.0.1", - "requires": { - "is-finite": "^1.0.0" - } - }, - "replace-ext": { - "version": "1.0.0" - }, - "request": { - "version": "2.88.2", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "form-data": { - "version": "2.3.3", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "qs": { - "version": "6.5.2" - }, - "tough-cookie": { - "version": "2.5.0", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "uuid": { - "version": "3.4.0" - } - } - }, - "request-promise-core": { - "version": "1.1.4", - "requires": { - "lodash": "^4.17.19" - } - }, - "request-promise-native": { - "version": "1.0.9", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "tough-cookie": { - "version": "2.5.0", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - } - } - }, - "require-directory": { - "version": "2.1.1" - }, - "require-from-string": { - "version": "2.0.2" - }, - "require-main-filename": { - "version": "2.0.0" - }, - "require-package-name": { - "version": "2.0.1" - }, - "requireindex": { - "version": "1.2.0" - }, - "requires-port": { - "version": "1.0.0" - }, - "reselect": { - "version": "4.0.0" - }, - "reserved-words": { - "version": "0.1.2" - }, - "resize-observer-polyfill": { - "version": "1.5.1" - }, - "resolve": { - "version": "1.20.0", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-dir": { - "version": "1.0.1", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "global-modules": { - "version": "1.0.0", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - } - }, - "global-prefix": { - "version": "1.0.2", - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - } - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "resolve-from": { - "version": "5.0.0" - }, - "resolve-global": { - "version": "1.0.0", - "requires": { - "global-dirs": "^0.1.1" - } - }, - "resolve-pkg": { - "version": "2.0.0", - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-protobuf-schema": { - "version": "2.1.0", - "requires": { - "protocol-buffers-schema": "^3.3.1" - } - }, - "resolve-url": { - "version": "0.2.1" - }, - "restore-cursor": { - "version": "2.0.0", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "mimic-fn": { - "version": "1.2.0" - }, - "onetime": { - "version": "2.0.1", - "requires": { - "mimic-fn": "^1.0.0" - } - } - } - }, - "ret": { - "version": "0.1.15" - }, - "retry": { - "version": "0.13.1", - "dev": true - }, - "reusify": { - "version": "1.0.4" - }, - "right-pad": { - "version": "1.0.1" - }, - "rimraf": { - "version": "3.0.2", - "requires": { - "glob": "^7.1.3" - } - }, - "ripemd160": { - "version": "2.0.2", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "rison": { - "version": "0.1.1" - }, - "rst-selector-parser": { - "version": "2.2.3", - "requires": { - "lodash.flattendeep": "^4.4.0", - "nearley": "^2.7.10" - } - }, - "rsvp": { - "version": "4.8.5" - }, - "run-async": { - "version": "2.4.1" - }, - "run-parallel": { - "version": "1.2.0", - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "run-queue": { - "version": "1.0.3", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": { - "aproba": { - "version": "1.2.0" - } - } - }, - "rw": { - "version": "1.3.3" - }, - "rxjs": { - "version": "6.6.7", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1" - } - } - }, - "safe-buffer": { - "version": "5.1.2" - }, - "safe-regex": { - "version": "2.1.1", - "requires": { - "regexp-tree": "~0.1.1" - } - }, - "safer-buffer": { - "version": "2.1.2" - }, - "sane": { - "version": "4.1.0", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-stream": { - "version": "1.1.0" - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "normalize-path": { - "version": "2.1.1", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "sax": { - "version": "1.2.4" - }, - "saxes": { - "version": "5.0.1", - "requires": { - "xmlchars": "^2.2.0" - } - }, - "scheduler": { - "version": "0.19.1", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "schema-utils": { - "version": "2.7.1", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "scoped-regex": { - "version": "1.0.0", - "devOptional": true - }, - "scroll-into-view-if-needed": { - "version": "2.2.28", - "requires": { - "compute-scroll-into-view": "^1.0.17" - } - }, - "seedrandom": { - "version": "3.0.5" - }, - "select-hose": { - "version": "2.0.0" - }, - "selfsigned": { - "version": "1.10.11", - "requires": { - "node-forge": "^0.10.0" - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "semver-compare": { - "version": "1.0.0" - }, - "semver-regex": { - "version": "3.1.3" - }, - "send": { - "version": "0.17.1", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0" - } - } - }, - "ms": { - "version": "2.1.1" - } - } - }, - "sentence-case": { - "version": "2.1.1", - "requires": { - "no-case": "^2.2.0", - "upper-case-first": "^1.1.2" - } - }, - "serialize-javascript": { - "version": "4.0.0", - "requires": { - "randombytes": "^2.1.0" - } - }, - "serve-favicon": { - "version": "2.5.0", - "requires": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.1" - }, - "safe-buffer": { - "version": "5.1.1" - } - } - }, - "serve-index": { - "version": "1.9.1", - "requires": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.6.3", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3" - }, - "ms": { - "version": "2.0.0" - }, - "setprototypeof": { - "version": "1.1.0" - } - } - }, - "serve-static": { - "version": "1.14.1", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "set-blocking": { - "version": "2.0.0" - }, - "set-getter": { - "version": "0.1.1", - "devOptional": true, - "requires": { - "to-object-path": "^0.3.0" - } - }, - "set-value": { - "version": "2.0.1", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-plain-object": { - "version": "2.0.4", - "requires": { - "isobject": "^3.0.1" - } - } - } - }, - "setimmediate": { - "version": "1.0.5" - }, - "setprototypeof": { - "version": "1.1.1" - }, - "sha.js": { - "version": "2.4.11", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "shallow-clone": { - "version": "3.0.1", - "requires": { - "kind-of": "^6.0.2" - } - }, - "shallow-copy": { - "version": "0.0.1" - }, - "shallowequal": { - "version": "1.1.0" - }, - "shapefile": { - "version": "0.3.1", - "requires": { - "d3-queue": "1", - "iconv-lite": "0.2", - "optimist": "0.3" - }, - "dependencies": { - "d3-queue": { - "version": "1.2.3" - }, - "iconv-lite": { - "version": "0.2.11" - } - } - }, - "sharkdown": { - "version": "0.1.1", - "requires": { - "cardinal": "~0.4.2", - "minimist": "0.0.5", - "split": "~0.2.10" - }, - "dependencies": { - "minimist": { - "version": "0.0.5" - }, - "split": { - "version": "0.2.10", - "requires": { - "through": "2" - } - } - } - }, - "shebang-command": { - "version": "2.0.0", - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0" - }, - "shell-quote": { - "version": "1.7.2" - }, - "shelljs": { - "version": "0.7.6", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, - "shellwords": { - "version": "0.1.1" - }, - "shortid": { - "version": "2.2.16", - "requires": { - "nanoid": "^2.1.0" - } - }, - "side-channel": { - "version": "1.0.4", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "sigmund": { - "version": "1.0.1" - }, - "signal-exit": { - "version": "3.0.5" - }, - "sinon": { - "version": "9.2.4", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.8.1", - "@sinonjs/fake-timers": "^6.0.1", - "@sinonjs/samsam": "^5.3.1", - "diff": "^4.0.2", - "nise": "^4.0.4", - "supports-color": "^7.1.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "sisteransi": { - "version": "1.0.5" - }, - "slash": { - "version": "2.0.0" - }, - "slice-ansi": { - "version": "3.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - } - } - }, - "slide": { - "version": "1.1.6" - }, - "smart-buffer": { - "version": "4.2.0" - }, - "snake-case": { - "version": "2.1.0", - "requires": { - "no-case": "^2.2.0" - } - }, - "snapdragon": { - "version": "0.8.2", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "kind-of": { - "version": "5.1.0" - }, - "ms": { - "version": "2.0.0" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "requires": { - "is-descriptor": "^1.0.0" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "sockjs": { - "version": "0.3.21", - "requires": { - "faye-websocket": "^0.11.3", - "uuid": "^3.4.0", - "websocket-driver": "^0.7.4" - }, - "dependencies": { - "uuid": { - "version": "3.4.0" - } - } - }, - "sockjs-client": { - "version": "1.5.2", - "requires": { - "debug": "^3.2.6", - "eventsource": "^1.0.7", - "faye-websocket": "^0.11.3", - "inherits": "^2.0.4", - "json3": "^3.3.3", - "url-parse": "^1.5.3" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "socks": { - "version": "2.3.3", - "requires": { - "ip": "1.1.5", - "smart-buffer": "^4.1.0" - } - }, - "socks-proxy-agent": { - "version": "4.0.2", - "requires": { - "agent-base": "~4.2.1", - "socks": "~2.3.2" - }, - "dependencies": { - "agent-base": { - "version": "4.2.1", - "requires": { - "es6-promisify": "^5.0.0" - } - } - } - }, - "sort-keys": { - "version": "2.0.0", - "requires": { - "is-plain-obj": "^1.0.0" - } - }, - "sortablejs": { - "version": "1.14.0" - }, - "source-list-map": { - "version": "2.0.1" - }, - "source-map": { - "version": "0.5.7" - }, - "source-map-resolve": { - "version": "0.5.3", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-support": { - "version": "0.5.20", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "source-map-url": { - "version": "0.4.1" - }, - "space-separated-tokens": { - "version": "1.1.5" - }, - "spdx-correct": { - "version": "3.1.1", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0" - }, - "spdx-expression-parse": { - "version": "3.0.1", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.10" - }, - "spdy": { - "version": "4.0.2", - "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - } - }, - "spdy-transport": { - "version": "3.0.0", - "requires": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "specificity": { - "version": "0.4.1" - }, - "speedometer": { - "version": "1.0.0", - "dev": true - }, - "split": { - "version": "1.0.1", - "requires": { - "through": "2" - } - }, - "split-on-first": { - "version": "1.1.0" - }, - "split-string": { - "version": "3.1.0", - "requires": { - "extend-shallow": "^3.0.0" - } - }, - "split2": { - "version": "2.2.0", - "requires": { - "through2": "^2.0.2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "sprintf-js": { - "version": "1.0.3" - }, - "sshpk": { - "version": "1.16.1", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "ssri": { - "version": "6.0.2", - "requires": { - "figgy-pudding": "^3.5.1" - } - }, - "stable": { - "version": "0.1.8" - }, - "stack-utils": { - "version": "2.0.5", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0" - } - } - }, - "stackframe": { - "version": "1.2.0" - }, - "state-toggle": { - "version": "1.0.3" - }, - "static-eval": { - "version": "2.1.0", - "requires": { - "escodegen": "^1.11.1" - }, - "dependencies": { - "escodegen": { - "version": "1.14.3", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "estraverse": { - "version": "4.3.0" - }, - "levn": { - "version": "0.3.0", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "optionator": { - "version": "0.8.3", - "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" - } - }, - "prelude-ls": { - "version": "1.1.2" - }, - "source-map": { - "version": "0.6.1", - "optional": true - }, - "type-check": { - "version": "0.3.2", - "requires": { - "prelude-ls": "~1.1.2" - } - } - } - }, - "static-extend": { - "version": "0.1.2", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - } - }, - "kind-of": { - "version": "5.1.0" - } - } - }, - "static-module": { - "version": "2.2.5", - "requires": { - "concat-stream": "~1.6.0", - "convert-source-map": "^1.5.1", - "duplexer2": "~0.1.4", - "escodegen": "~1.9.0", - "falafel": "^2.1.0", - "has": "^1.0.1", - "magic-string": "^0.22.4", - "merge-source-map": "1.0.4", - "object-inspect": "~1.4.0", - "quote-stream": "~1.0.2", - "readable-stream": "~2.3.3", - "shallow-copy": "~0.0.1", - "static-eval": "^2.0.0", - "through2": "~2.0.3" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "escodegen": { - "version": "1.9.1", - "requires": { - "esprima": "^3.1.3", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - } - }, - "esprima": { - "version": "3.1.3" - }, - "estraverse": { - "version": "4.3.0" - }, - "isarray": { - "version": "1.0.0" - }, - "levn": { - "version": "0.3.0", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "object-inspect": { - "version": "1.4.1" - }, - "optionator": { - "version": "0.8.3", - "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" - } - }, - "prelude-ls": { - "version": "1.1.2" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "source-map": { - "version": "0.6.1", - "optional": true - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "type-check": { - "version": "0.3.2", - "requires": { - "prelude-ls": "~1.1.2" - } - } - } - }, - "statuses": { - "version": "1.5.0" - }, - "stealthy-require": { - "version": "1.1.1" - }, - "store2": { - "version": "2.12.0" - }, - "storybook-addon-jsx": { - "version": "7.3.14", - "requires": { - "copy-to-clipboard": "^3.0.8", - "js-beautify": "^1.8.8", - "react-element-to-jsx-string": "^14.3.1", - "storybook-pretty-props": "^1.0.3" - }, - "dependencies": { - "react-element-to-jsx-string": { - "version": "14.3.4", - "requires": { - "@base2/pretty-print-object": "1.0.1", - "is-plain-object": "5.0.0", - "react-is": "17.0.2" - } - }, - "react-is": { - "version": "17.0.2" - }, - "storybook-pretty-props": { - "version": "1.2.1", - "requires": {} - } - } - }, - "stream-browserify": { - "version": "2.0.2", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "stream-each": { - "version": "1.2.3", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - } - }, - "stream-http": { - "version": "2.8.3", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "stream-shift": { - "version": "1.0.1" - }, - "strict-uri-encode": { - "version": "2.0.0" - }, - "string_decoder": { - "version": "1.3.0", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1" - } - } - }, - "string-argv": { - "version": "0.3.1" - }, - "string-convert": { - "version": "0.2.1" - }, - "string-hash": { - "version": "1.1.3" - }, - "string-length": { - "version": "4.0.2", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - } - }, - "string-template": { - "version": "0.2.1" - }, - "string-width": { - "version": "4.2.3", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0" - } - } - }, - "string.prototype.matchall": { - "version": "4.0.6", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - } - }, - "string.prototype.padend": { - "version": "3.1.3", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "string.prototype.padstart": { - "version": "3.1.3", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "string.prototype.trim": { - "version": "1.2.5", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "stringify-object": { - "version": "3.3.0", - "requires": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - } - }, - "strip-ansi": { - "version": "6.0.1", - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-bom": { - "version": "3.0.0" - }, - "strip-bom-buf": { - "version": "1.0.0", - "devOptional": true, - "requires": { - "is-utf8": "^0.2.1" - } - }, - "strip-bom-stream": { - "version": "2.0.0", - "devOptional": true, - "requires": { - "first-chunk-stream": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "2.0.0", - "devOptional": true, - "requires": { - "is-utf8": "^0.2.0" - } - } - } - }, - "strip-eof": { - "version": "1.0.0" - }, - "strip-final-newline": { - "version": "2.0.0" - }, - "strip-indent": { - "version": "3.0.0", - "requires": { - "min-indent": "^1.0.0" - } - }, - "strip-json-comments": { - "version": "2.0.1" - }, - "strip-outer": { - "version": "1.0.1", - "requires": { - "escape-string-regexp": "^1.0.2" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "strong-log-transformer": { - "version": "2.1.0", - "requires": { - "duplexer": "^0.1.1", - "minimist": "^1.2.0", - "through": "^2.3.4" - } - }, - "style-loader": { - "version": "1.3.0", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - } - } - }, - "style-to-object": { - "version": "0.3.0", - "requires": { - "inline-style-parser": "0.1.1" - } - }, - "stylis": { - "version": "4.0.10" - }, - "supercluster": { - "version": "4.1.1", - "requires": { - "kdbush": "^2.0.1" - } - }, - "supports-color": { - "version": "5.5.0", - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-hyperlinks": { - "version": "2.2.0", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "swap-case": { - "version": "1.1.2", - "requires": { - "lower-case": "^1.1.1", - "upper-case": "^1.1.1" - } - }, - "symbol-observable": { - "version": "1.2.0" - }, - "symbol-tree": { - "version": "3.2.4" - }, - "symbol.prototype.description": { - "version": "1.0.5", - "requires": { - "call-bind": "^1.0.2", - "get-symbol-description": "^1.0.0", - "has-symbols": "^1.0.2", - "object.getownpropertydescriptors": "^2.1.2" - } - }, - "table": { - "version": "6.7.2", - "requires": { - "ajv": "^8.0.1", - "lodash.clonedeep": "^4.5.0", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ajv": { - "version": "8.6.3", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "json-schema-traverse": { - "version": "1.0.0" - }, - "slice-ansi": { - "version": "4.0.0", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - } - } - }, - "taketalk": { - "version": "1.0.0", - "requires": { - "get-stdin": "^4.0.1", - "minimist": "^1.1.0" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1" - } - } - }, - "tapable": { - "version": "0.1.10" - }, - "tar": { - "version": "4.4.19", - "requires": { - "chownr": "^1.1.4", - "fs-minipass": "^1.2.7", - "minipass": "^2.9.0", - "minizlib": "^1.3.3", - "mkdirp": "^0.5.5", - "safe-buffer": "^5.2.1", - "yallist": "^3.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1" - }, - "yallist": { - "version": "3.1.1" - } - } - }, - "telejson": { - "version": "5.3.3", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.2", - "is-regex": "^1.1.2", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "isobject": { - "version": "4.0.0" - } - } - }, - "temp-dir": { - "version": "1.0.0" - }, - "temp-write": { - "version": "3.4.0", - "requires": { - "graceful-fs": "^4.1.2", - "is-stream": "^1.1.0", - "make-dir": "^1.0.0", - "pify": "^3.0.0", - "temp-dir": "^1.0.0", - "uuid": "^3.0.1" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0" - }, - "make-dir": { - "version": "1.3.0", - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0" - }, - "uuid": { - "version": "3.4.0" - } - } - }, - "tempfile": { - "version": "3.0.0", - "requires": { - "temp-dir": "^2.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "temp-dir": { - "version": "2.0.0" - }, - "uuid": { - "version": "3.4.0" - } - } - }, - "term-size": { - "version": "2.2.1" - }, - "terminal-link": { - "version": "2.1.1", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - } - }, - "terser": { - "version": "4.8.0", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - }, - "source-map": { - "version": "0.6.1" - } - } - }, - "terser-webpack-plugin": { - "version": "2.3.8", - "requires": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "cacache": { - "version": "13.0.1", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - } - }, - "find-cache-dir": { - "version": "3.3.2", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "fs-minipass": { - "version": "2.1.0", - "requires": { - "minipass": "^3.0.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "jest-worker": { - "version": "25.5.0", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1" - } - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - } - }, - "minipass": { - "version": "3.1.5", - "requires": { - "yallist": "^4.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-map": { - "version": "3.0.0", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "requires": { - "find-up": "^4.0.0" - } - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "source-map": { - "version": "0.6.1" - }, - "ssri": { - "version": "7.1.1", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - } - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "test-exclude": { - "version": "6.0.0", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - } - }, - "text-extensions": { - "version": "1.9.0" - }, - "text-table": { - "version": "0.2.0" - }, - "textextensions": { - "version": "2.6.0" - }, - "thenify": { - "version": "3.3.1", - "requires": { - "any-promise": "^1.0.0" - } - }, - "thenify-all": { - "version": "1.6.0", - "requires": { - "thenify": ">= 3.1.0 < 4" - } - }, - "throat": { - "version": "5.0.0" - }, - "throttle-debounce": { - "version": "3.0.1" - }, - "through": { - "version": "2.3.8" - }, - "through2": { - "version": "4.0.2", - "requires": { - "readable-stream": "3" - } - }, - "thunky": { - "version": "1.1.0" - }, - "timed-out": { - "version": "4.0.1" - }, - "timers-browserify": { - "version": "2.0.12", - "requires": { - "setimmediate": "^1.0.4" - } - }, - "tiny-invariant": { - "version": "1.1.0" - }, - "tinyqueue": { - "version": "2.0.3" - }, - "title-case": { - "version": "2.1.1", - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.0.3" - } - }, - "tmp": { - "version": "0.0.33", - "requires": { - "os-tmpdir": "~1.0.2" - } - }, - "tmp-promise": { - "version": "3.0.2", - "dev": true, - "requires": { - "tmp": "^0.2.0" - }, - "dependencies": { - "tmp": { - "version": "0.2.1", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } - } - } - }, - "tmpl": { - "version": "1.0.5" - }, - "to-arraybuffer": { - "version": "1.0.1" - }, - "to-fast-properties": { - "version": "2.0.0" - }, - "to-object-path": { - "version": "0.3.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "safe-regex": { - "version": "1.1.0", - "requires": { - "ret": "~0.1.10" - } - } - } - }, - "to-regex-range": { - "version": "5.0.1", - "requires": { - "is-number": "^7.0.0" - } - }, - "toggle-selection": { - "version": "1.0.6" - }, - "toidentifier": { - "version": "1.0.0" - }, - "topojson": { - "version": "1.6.27", - "requires": { - "d3": "3", - "d3-geo-projection": "0.2", - "d3-queue": "2", - "optimist": "0.3", - "rw": "1", - "shapefile": "0.3" - } - }, - "tough-cookie": { - "version": "4.0.0", - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - }, - "dependencies": { - "universalify": { - "version": "0.1.2" - } - } - }, - "tr46": { - "version": "2.1.0", - "requires": { - "punycode": "^2.1.1" - } - }, - "traverse": { - "version": "0.6.6" - }, - "tree-kill": { - "version": "1.2.2", - "dev": true - }, - "trim": { - "version": "0.0.1" - }, - "trim-newlines": { - "version": "2.0.0" - }, - "trim-off-newlines": { - "version": "1.0.2" - }, - "trim-repeated": { - "version": "1.0.0", - "requires": { - "escape-string-regexp": "^1.0.2" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5" - } - } - }, - "trim-right": { - "version": "1.0.1" - }, - "trim-trailing-lines": { - "version": "1.1.4" - }, - "trough": { - "version": "1.0.5" - }, - "tryer": { - "version": "1.0.1" - }, - "ts-dedent": { - "version": "2.2.0" - }, - "ts-essentials": { - "version": "2.0.12" - }, - "ts-jest": { - "version": "26.5.6", - "requires": { - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^26.1.0", - "json5": "2.x", - "lodash": "4.x", - "make-error": "1.x", - "mkdirp": "1.x", - "semver": "7.x", - "yargs-parser": "20.x" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4" - }, - "yargs-parser": { - "version": "20.2.9" - } - } - }, - "ts-loader": { - "version": "8.3.0", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - } - }, - "has-flag": { - "version": "4.0.0" - }, - "isarray": { - "version": "1.0.0" - }, - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "memory-fs": { - "version": "0.5.0", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3" - } - } - }, - "ts-pnp": { - "version": "1.2.0" - }, - "tsconfig-paths": { - "version": "3.11.0", - "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", - "requires": { - "minimist": "^1.2.0" - } - } - } - }, - "tslib": { - "version": "2.3.1" - }, - "tsutils": { - "version": "3.21.0", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1" - } - } - }, - "tty-browserify": { - "version": "0.0.0" - }, - "tunnel": { - "version": "0.0.6", - "dev": true - }, - "tunnel-agent": { - "version": "0.6.0", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5" - }, - "type-check": { - "version": "0.4.0", - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "type-detect": { - "version": "4.0.8" - }, - "type-fest": { - "version": "0.21.3" - }, - "type-is": { - "version": "1.6.18", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "typedarray": { - "version": "0.0.6" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "typescript": { - "version": "4.4.4" - }, - "ua-parser-js": { - "version": "0.7.28" - }, - "uglify-js": { - "version": "3.14.2", - "optional": true - }, - "uid-number": { - "version": "0.0.6" - }, - "umask": { - "version": "1.1.0" - }, - "unbox-primitive": { - "version": "1.0.1", - "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", - "which-boxed-primitive": "^1.0.2" - } - }, - "unfetch": { - "version": "4.2.0" - }, - "unherit": { - "version": "1.1.3", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0" - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.0.0" - }, - "unicode-property-aliases-ecmascript": { - "version": "2.0.0" - }, - "unified": { - "version": "6.2.0", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - } - }, - "union-value": { - "version": "1.0.1", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1" - } - } - }, - "unique-filename": { - "version": "1.1.1", - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "unist-builder": { - "version": "2.0.3" - }, - "unist-util-generated": { - "version": "1.1.6" - }, - "unist-util-is": { - "version": "3.0.0" - }, - "unist-util-position": { - "version": "3.1.0" - }, - "unist-util-remove": { - "version": "2.1.0", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.1.0" - } - } - }, - "unist-util-remove-position": { - "version": "1.1.4", - "requires": { - "unist-util-visit": "^1.1.0" - } - }, - "unist-util-stringify-position": { - "version": "1.1.2" - }, - "unist-util-visit": { - "version": "1.4.1", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "requires": { - "unist-util-is": "^3.0.0" - } - } - } - }, - "unist-util-visit-parents": { - "version": "1.1.2" - }, - "universal-user-agent": { - "version": "6.0.0" - }, - "universalify": { - "version": "2.0.0" - }, - "unpipe": { - "version": "1.0.0" - }, - "unquote": { - "version": "1.1.1" - }, - "unset-value": { - "version": "1.0.0", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4" - }, - "isarray": { - "version": "1.0.0" - } - } - }, - "untildify": { - "version": "3.0.3", - "devOptional": true - }, - "unzip-response": { - "version": "2.0.1" - }, - "upath": { - "version": "1.2.0" - }, - "upper-case": { - "version": "1.1.3" - }, - "upper-case-first": { - "version": "1.1.2", - "requires": { - "upper-case": "^1.1.1" - } - }, - "uri-js": { - "version": "4.4.1", - "requires": { - "punycode": "^2.1.0" - } - }, - "urijs": { - "version": "1.19.7" - }, - "urix": { - "version": "0.1.0" - }, - "url": { - "version": "0.11.0", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2" - }, - "querystring": { - "version": "0.2.0" - } - } - }, - "url-loader": { - "version": "4.1.1", - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "3.1.1", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "url-parse": { - "version": "1.5.3", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "url-parse-lax": { - "version": "1.0.0", - "requires": { - "prepend-http": "^1.0.1" - } - }, - "use": { - "version": "3.1.1" - }, - "util": { - "version": "0.11.1", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3" - } - } - }, - "util-deprecate": { - "version": "1.0.2" - }, - "util-promisify": { - "version": "2.1.0", - "requires": { - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "util.promisify": { - "version": "1.0.0", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "utila": { - "version": "0.4.0" - }, - "utils-merge": { - "version": "1.0.1" - }, - "uuid": { - "version": "8.3.2", - "devOptional": true - }, - "uuid-browser": { - "version": "3.1.0" - }, - "v8-compile-cache": { - "version": "2.3.0" - }, - "v8-to-istanbul": { - "version": "7.1.2", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3" - } - } - }, - "v8flags": { - "version": "3.2.0", - "requires": { - "homedir-polyfill": "^1.0.1" - } - }, - "validate-npm-package-license": { - "version": "3.0.4", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "validate-npm-package-name": { - "version": "3.0.0", - "requires": { - "builtins": "^1.0.3" - } - }, - "vary": { - "version": "1.1.2" - }, - "verror": { - "version": "1.10.0", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "vfile": { - "version": "2.3.0", - "requires": { - "is-buffer": "^1.1.4", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - } - }, - "vfile-location": { - "version": "2.0.6" - }, - "vfile-message": { - "version": "1.1.1", - "requires": { - "unist-util-stringify-position": "^1.1.1" - } - }, - "viewport-mercator-project": { - "version": "6.2.3", - "requires": { - "@babel/runtime": "^7.0.0", - "gl-matrix": "^3.0.0" - } - }, - "vinyl": { - "version": "2.2.1", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2" - } - } - }, - "vinyl-file": { - "version": "3.0.0", - "devOptional": true, - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.3.0", - "strip-bom-buf": "^1.0.0", - "strip-bom-stream": "^2.0.0", - "vinyl": "^2.0.1" - } - }, - "vlq": { - "version": "0.2.3" - }, - "vm-browserify": { - "version": "1.1.2" - }, - "vt-pbf": { - "version": "3.1.3", - "requires": { - "@mapbox/point-geometry": "0.1.0", - "@mapbox/vector-tile": "^1.3.1", - "pbf": "^3.2.1" - } - }, - "vue-template-compiler": { - "version": "2.6.14", - "requires": { - "de-indent": "^1.0.2", - "he": "^1.1.0" - } - }, - "w3c-hr-time": { - "version": "1.0.2", - "requires": { - "browser-process-hrtime": "^1.0.0" - } - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "requires": { - "xml-name-validator": "^3.0.0" - } - }, - "walker": { - "version": "1.0.7", - "requires": { - "makeerror": "1.0.x" - } - }, - "warning": { - "version": "4.0.3", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "watchpack": { - "version": "1.7.5", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - } - }, - "watchpack-chokidar2": { - "version": "2.0.1", - "optional": true, - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "optional": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "optional": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "binary-extensions": { - "version": "1.13.1", - "optional": true - }, - "braces": { - "version": "2.3.2", - "optional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "chokidar": { - "version": "2.1.8", - "optional": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "fill-range": { - "version": "4.0.0", - "optional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fsevents": { - "version": "1.2.13", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "optional": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "optional": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "is-binary-path": { - "version": "1.0.1", - "optional": true, - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-extendable": { - "version": "0.1.1", - "optional": true - }, - "is-number": { - "version": "3.0.0", - "optional": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "optional": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "isarray": { - "version": "1.0.0", - "optional": true - }, - "micromatch": { - "version": "3.1.10", - "optional": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "readable-stream": { - "version": "2.3.7", - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "readdirp": { - "version": "2.2.1", - "optional": true, - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, - "string_decoder": { - "version": "1.1.1", - "optional": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "optional": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "wbuf": { - "version": "1.7.3", - "requires": { - "minimalistic-assert": "^1.0.0" - } - }, - "wcwidth": { - "version": "1.0.1", - "requires": { - "defaults": "^1.0.3" - } - }, - "web-namespaces": { - "version": "1.1.4" - }, - "webidl-conversions": { - "version": "6.1.0" - }, - "webpack": { - "version": "4.46.0", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2" - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "estraverse": { - "version": "4.3.0" - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-wsl": { - "version": "1.1.0" - }, - "isarray": { - "version": "1.0.0" - }, - "memory-fs": { - "version": "0.4.1", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "schema-utils": { - "version": "1.0.0", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "source-map": { - "version": "0.6.1" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "tapable": { - "version": "1.1.3" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "webpack-bundle-analyzer": { - "version": "3.9.0", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1", - "bfj": "^6.1.1", - "chalk": "^2.4.1", - "commander": "^2.18.0", - "ejs": "^2.6.1", - "express": "^4.16.3", - "filesize": "^3.6.1", - "gzip-size": "^5.0.0", - "lodash": "^4.17.19", - "mkdirp": "^0.5.1", - "opener": "^1.5.1", - "ws": "^6.0.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - }, - "filesize": { - "version": "3.6.1" - }, - "ws": { - "version": "6.2.2", - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "webpack-cli": { - "version": "3.3.12", - "requires": { - "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" - }, - "cliui": { - "version": "5.0.0", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "emoji-regex": { - "version": "7.0.3" - }, - "enhanced-resolve": { - "version": "4.5.0", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - } - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "import-local": { - "version": "2.0.0", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "isarray": { - "version": "1.0.0" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "memory-fs": { - "version": "0.5.0", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "path-key": { - "version": "2.0.1" - }, - "pkg-dir": { - "version": "3.0.0", - "requires": { - "find-up": "^3.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "string-width": { - "version": "3.1.0", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "6.1.0", - "requires": { - "has-flag": "^3.0.0" - } - }, - "tapable": { - "version": "1.1.3" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "yargs": { - "version": "13.3.2", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "webpack-dev-middleware": { - "version": "3.7.3", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0" - }, - "memory-fs": { - "version": "0.4.1", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "mime": { - "version": "2.5.2" - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "webpack-dev-server": { - "version": "3.11.2", - "requires": { - "ansi-html": "0.0.7", - "bonjour": "^3.5.0", - "chokidar": "^2.1.8", - "compression": "^1.7.4", - "connect-history-api-fallback": "^1.6.0", - "debug": "^4.1.1", - "del": "^4.1.1", - "express": "^4.17.1", - "html-entities": "^1.3.1", - "http-proxy-middleware": "0.19.1", - "import-local": "^2.0.0", - "internal-ip": "^4.3.0", - "ip": "^1.1.5", - "is-absolute-url": "^3.0.3", - "killable": "^1.0.1", - "loglevel": "^1.6.8", - "opn": "^5.5.0", - "p-retry": "^3.0.1", - "portfinder": "^1.0.26", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.8", - "semver": "^6.3.0", - "serve-index": "^1.9.1", - "sockjs": "^0.3.21", - "sockjs-client": "^1.5.0", - "spdy": "^4.0.2", - "strip-ansi": "^3.0.1", - "supports-color": "^6.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "^3.7.2", - "webpack-log": "^2.0.0", - "ws": "^6.2.1", - "yargs": "^13.3.2" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "anymatch": { - "version": "2.0.0", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "2.1.1", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } - } - }, - "binary-extensions": { - "version": "1.13.1" - }, - "braces": { - "version": "2.3.2", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "chokidar": { - "version": "2.1.8", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - } - }, - "cliui": { - "version": "5.0.0", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "emoji-regex": { - "version": "7.0.3" - }, - "fill-range": { - "version": "4.0.0", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "fsevents": { - "version": "1.2.13", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "import-local": { - "version": "2.0.0", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - } - }, - "is-binary-path": { - "version": "1.0.1", - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-extendable": { - "version": "0.1.1" - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "is-number": { - "version": "3.0.0", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "isarray": { - "version": "1.0.0" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "micromatch": { - "version": "3.1.10", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "pkg-dir": { - "version": "3.0.0", - "requires": { - "find-up": "^3.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "readdirp": { - "version": "2.2.1", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, - "resolve-cwd": { - "version": "2.0.0", - "requires": { - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0" - }, - "schema-utils": { - "version": "1.0.0", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "string_decoder": { - "version": "1.1.1", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "string-width": { - "version": "3.1.0", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "6.1.0", - "requires": { - "has-flag": "^3.0.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0" - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "ws": { - "version": "6.2.2", - "requires": { - "async-limiter": "~1.0.0" - } - }, - "yargs": { - "version": "13.3.2", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "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.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "webpack-filter-warnings-plugin": { - "version": "1.2.1", - "requires": {} - }, - "webpack-hot-middleware": { - "version": "2.25.1", - "requires": { - "ansi-html-community": "0.0.8", - "html-entities": "^2.1.0", - "querystring": "^0.2.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "html-entities": { - "version": "2.3.2" - } - } - }, - "webpack-log": { - "version": "2.0.0", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4" - }, - "uuid": { - "version": "3.4.0" - } - } - }, - "webpack-manifest-plugin": { - "version": "2.2.0", - "requires": { - "fs-extra": "^7.0.0", - "lodash": ">=3.5 <5", - "object.entries": "^1.1.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "7.0.1", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "jsonfile": { - "version": "4.0.0", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "tapable": { - "version": "1.1.3" - }, - "universalify": { - "version": "0.1.2" - } - } - }, - "webpack-sources": { - "version": "1.4.3", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1" - } - } - }, - "webpack-virtual-modules": { - "version": "0.2.2", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "requires": { - "ms": "^2.1.1" - } - } - } - }, - "websocket-driver": { - "version": "0.7.4", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - } - }, - "websocket-extensions": { - "version": "0.1.4" - }, - "wgs84": { - "version": "0.0.0" - }, - "whatwg-encoding": { - "version": "1.0.5", - "requires": { - "iconv-lite": "0.4.24" - } - }, - "whatwg-fetch": { - "version": "3.6.2" - }, - "whatwg-mimetype": { - "version": "2.3.0" - }, - "whatwg-url": { - "version": "8.7.0", - "requires": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - } - }, - "which": { - "version": "2.0.2", - "requires": { - "isexe": "^2.0.0" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-module": { - "version": "2.0.0" - }, - "which-pm-runs": { - "version": "1.0.0" - }, - "wide-align": { - "version": "1.1.5", - "requires": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "widest-line": { - "version": "3.1.0", - "requires": { - "string-width": "^4.0.0" - } - }, - "wildcard": { - "version": "1.1.2", - "dev": true - }, - "windows-release": { - "version": "3.3.3", - "requires": { - "execa": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "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" - } - }, - "get-stream": { - "version": "4.1.0", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0" - }, - "npm-run-path": { - "version": "2.0.2", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1" - }, - "semver": { - "version": "5.7.1" - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "with-open-file": { - "version": "0.1.7", - "requires": { - "p-finally": "^1.0.0", - "p-try": "^2.1.0", - "pify": "^4.0.1" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - } - } - }, - "word-wrap": { - "version": "1.2.3" - }, - "wordwrap": { - "version": "1.0.0" - }, - "worker-farm": { - "version": "1.7.0", - "requires": { - "errno": "~0.1.7" - } - }, - "worker-rpc": { - "version": "0.1.1", - "requires": { - "microevent.ts": "~0.1.1" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - } - } - }, - "wrappy": { - "version": "1.0.2" - }, - "write-file-atomic": { - "version": "3.0.3", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "write-json-file": { - "version": "3.2.0", - "requires": { - "detect-indent": "^5.0.0", - "graceful-fs": "^4.1.15", - "make-dir": "^2.1.0", - "pify": "^4.0.1", - "sort-keys": "^2.0.0", - "write-file-atomic": "^2.4.2" - }, - "dependencies": { - "pify": { - "version": "4.0.1" - }, - "write-file-atomic": { - "version": "2.4.3", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - } - } - }, - "write-pkg": { - "version": "3.2.0", - "requires": { - "sort-keys": "^2.0.0", - "write-json-file": "^2.2.0" - }, - "dependencies": { - "make-dir": { - "version": "1.3.0", - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0" - }, - "write-file-atomic": { - "version": "2.4.3", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "write-json-file": { - "version": "2.3.0", - "requires": { - "detect-indent": "^5.0.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "pify": "^3.0.0", - "sort-keys": "^2.0.0", - "write-file-atomic": "^2.0.0" - } - } - } - }, - "ws": { - "version": "7.5.5", - "requires": {} - }, - "x-is-string": { - "version": "0.1.0" - }, - "xml-name-validator": { - "version": "3.0.0" - }, - "xmlbuilder": { - "version": "10.1.1", - "dev": true - }, - "xmlchars": { - "version": "2.2.0" - }, - "xss": { - "version": "1.0.10", - "requires": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - }, - "dependencies": { - "commander": { - "version": "2.20.3" - } - } - }, - "xtend": { - "version": "4.0.2" - }, - "y18n": { - "version": "4.0.3" - }, - "yallist": { - "version": "4.0.0" - }, - "yaml": { - "version": "1.10.2" - }, - "yargs": { - "version": "15.4.1", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - } - }, - "yargs-parser": { - "version": "18.1.3", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "yarn-or-npm": { - "version": "3.0.1", - "dev": true, - "requires": { - "cross-spawn": "^6.0.5", - "pkg-dir": "^4.2.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "dev": true, - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "path-key": { - "version": "2.0.1", - "dev": true - }, - "pkg-dir": { - "version": "4.2.0", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "5.7.1", - "dev": true - }, - "shebang-command": { - "version": "1.2.0", - "dev": true, - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "dev": true - }, - "which": { - "version": "1.3.1", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "yeoman-assert": { - "version": "3.1.1", - "dev": true - }, - "yeoman-environment": { - "version": "2.10.3", - "devOptional": true, - "requires": { - "chalk": "^2.4.1", - "debug": "^3.1.0", - "diff": "^3.5.0", - "escape-string-regexp": "^1.0.2", - "execa": "^4.0.0", - "globby": "^8.0.1", - "grouped-queue": "^1.1.0", - "inquirer": "^7.1.0", - "is-scoped": "^1.0.0", - "lodash": "^4.17.10", - "log-symbols": "^2.2.0", - "mem-fs": "^1.1.0", - "mem-fs-editor": "^6.0.0", - "npm-api": "^1.0.0", - "semver": "^7.1.3", - "strip-ansi": "^4.0.0", - "text-table": "^0.2.0", - "untildify": "^3.0.3", - "yeoman-generator": "^4.8.2" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "1.1.3", - "devOptional": true - }, - "ansi-styles": { - "version": "4.3.0", - "devOptional": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "array-differ": { - "version": "3.0.0", - "devOptional": true - }, - "array-union": { - "version": "1.0.2", - "devOptional": true, - "requires": { - "array-uniq": "^1.0.1" - } - }, - "braces": { - "version": "2.3.2", - "devOptional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "devOptional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "cli-cursor": { - "version": "3.1.0", - "devOptional": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "cli-width": { - "version": "3.0.0", - "devOptional": true - }, - "debug": { - "version": "3.2.7", - "devOptional": true, - "requires": { - "ms": "^2.1.1" - } - }, - "diff": { - "version": "3.5.0", - "devOptional": true - }, - "dir-glob": { - "version": "2.0.0", - "devOptional": true, - "requires": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "devOptional": true - }, - "fast-glob": { - "version": "2.2.7", - "devOptional": true, - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - } - }, - "fill-range": { - "version": "4.0.0", - "devOptional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "devOptional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "glob-parent": { - "version": "3.1.0", - "devOptional": true, - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "devOptional": true, - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "globby": { - "version": "8.0.2", - "devOptional": true, - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "devOptional": true - }, - "ignore": { - "version": "3.3.10", - "devOptional": true - }, - "inquirer": { - "version": "7.3.3", - "devOptional": true, - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "devOptional": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "strip-ansi": { - "version": "6.0.1", - "devOptional": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } - } - }, - "is-extendable": { - "version": "0.1.1", - "devOptional": true - }, - "is-number": { - "version": "3.0.0", - "devOptional": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "devOptional": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "log-symbols": { - "version": "2.2.0", - "devOptional": true, - "requires": { - "chalk": "^2.0.1" - } - }, - "mem-fs-editor": { - "version": "6.0.0", - "devOptional": true, - "requires": { - "commondir": "^1.0.1", - "deep-extend": "^0.6.0", - "ejs": "^2.6.1", - "glob": "^7.1.4", - "globby": "^9.2.0", - "isbinaryfile": "^4.0.0", - "mkdirp": "^0.5.0", - "multimatch": "^4.0.0", - "rimraf": "^2.6.3", - "through2": "^3.0.1", - "vinyl": "^2.2.0" - }, - "dependencies": { - "dir-glob": { - "version": "2.2.2", - "devOptional": true, - "requires": { - "path-type": "^3.0.0" - } - }, - "globby": { - "version": "9.2.0", - "devOptional": true, - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - } - }, - "ignore": { - "version": "4.0.6", - "devOptional": true - }, - "pify": { - "version": "4.0.1", - "devOptional": true - }, - "slash": { - "version": "2.0.0", - "devOptional": true - } - } - }, - "micromatch": { - "version": "3.1.10", - "devOptional": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "multimatch": { - "version": "4.0.0", - "devOptional": true, - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "devOptional": true - }, - "arrify": { - "version": "2.0.1", - "devOptional": true - } - } - }, - "mute-stream": { - "version": "0.0.8", - "devOptional": true - }, - "path-type": { - "version": "3.0.0", - "devOptional": true, - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0", - "devOptional": true - }, - "restore-cursor": { - "version": "3.1.0", - "devOptional": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "rimraf": { - "version": "2.7.1", - "devOptional": true, - "requires": { - "glob": "^7.1.3" - } - }, - "slash": { - "version": "1.0.0", - "devOptional": true - }, - "strip-ansi": { - "version": "4.0.0", - "devOptional": true, - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "devOptional": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "devOptional": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "through2": { - "version": "3.0.2", - "devOptional": true, - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "to-regex-range": { - "version": "2.1.1", - "devOptional": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "yeoman-generator": { - "version": "4.13.0", - "requires": { - "async": "^2.6.2", - "chalk": "^2.4.2", - "cli-table": "^0.3.1", - "cross-spawn": "^6.0.5", - "dargs": "^6.1.0", - "dateformat": "^3.0.3", - "debug": "^4.1.1", - "diff": "^4.0.1", - "error": "^7.0.2", - "find-up": "^3.0.0", - "github-username": "^3.0.0", - "grouped-queue": "^1.1.0", - "istextorbinary": "^2.5.1", - "lodash": "^4.17.11", - "make-dir": "^3.0.0", - "mem-fs-editor": "^7.0.1", - "minimist": "^1.2.5", - "pretty-bytes": "^5.2.0", - "read-chunk": "^3.2.0", - "read-pkg-up": "^5.0.0", - "rimraf": "^2.6.3", - "run-async": "^2.0.0", - "semver": "^7.2.1", - "shelljs": "^0.8.4", - "text-table": "^0.2.0", - "through2": "^3.0.1", - "yeoman-environment": "^2.9.5" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "dargs": { - "version": "6.1.0" - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "hosted-git-info": { - "version": "2.8.9" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "make-dir": { - "version": "3.1.0", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0" - } - } - }, - "minimist": { - "version": "1.2.5" - }, - "normalize-package-data": { - "version": "2.5.0", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1" - } - } - }, - "p-limit": { - "version": "2.3.0", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "parse-json": { - "version": "5.2.0", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "path-key": { - "version": "2.0.1" - }, - "read-pkg": { - "version": "5.2.0", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - } - }, - "read-pkg-up": { - "version": "5.0.0", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^5.0.0" - } - }, - "rimraf": { - "version": "2.7.1", - "requires": { - "glob": "^7.1.3" - } - }, - "shebang-command": { - "version": "1.2.0", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0" - }, - "shelljs": { - "version": "0.8.4", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, - "through2": { - "version": "3.0.2", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, - "type-fest": { - "version": "0.6.0" - }, - "which": { - "version": "1.3.1", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "yeoman-test": { - "version": "2.7.0", - "dev": true, - "requires": { - "inquirer": "^7.1.0", - "lodash": "^4.17.15", - "mem-fs": "^1.2.0", - "mem-fs-editor": "^7.0.1", - "mkdirp": "^1.0.3", - "rimraf": "^3.0.2", - "sinon": "^9.0.1", - "yeoman-environment": "^2.10.0", - "yeoman-generator": "^4.10.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "cli-cursor": { - "version": "3.1.0", - "dev": true, - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "cli-width": { - "version": "3.0.0", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "dev": true - }, - "inquirer": { - "version": "7.3.3", - "dev": true, - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - } - }, - "mkdirp": { - "version": "1.0.4", - "dev": true - }, - "mute-stream": { - "version": "0.0.8", - "dev": true - }, - "restore-cursor": { - "version": "3.1.0", - "dev": true, - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "supports-color": { - "version": "7.2.0", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "yocto-queue": { - "version": "0.1.0" - }, - "yosay": { - "version": "2.0.2", - "requires": { - "ansi-regex": "^2.0.0", - "ansi-styles": "^3.0.0", - "chalk": "^1.0.0", - "cli-boxes": "^1.0.0", - "pad-component": "0.0.1", - "string-width": "^2.0.0", - "strip-ansi": "^3.0.0", - "taketalk": "^1.0.0", - "wrap-ansi": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1" - }, - "chalk": { - "version": "1.1.3", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1" - } - } - }, - "escape-string-regexp": { - "version": "1.0.5" - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "string-width": { - "version": "2.1.1", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0" - }, - "strip-ansi": { - "version": "4.0.0", - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0" - }, - "wrap-ansi": { - "version": "2.1.0", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "1.0.0", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - } - } - } - } - }, - "zrender": { - "version": "5.2.1", - "requires": { - "tslib": "2.3.0" - }, - "dependencies": { - "tslib": { - "version": "2.3.0" - } - } - }, - "zwitch": { - "version": "1.0.5" - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/package.json b/superset-frontend/temporary_superset_ui/superset-ui/package.json deleted file mode 100644 index b0ee733f9865e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/package.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "name": "@superset-ui/monorepo", - "version": "0.0.0", - "description": "Superset UI", - "private": true, - "scripts": { - "build": "node ./scripts/build.js", - "build:assets": "node ./scripts/copyAssets.js", - "babel": "npm run build --no-type", - "demo": "cd packages/superset-ui-demo && npm run demo:build", - "demo:clean": "cd packages/superset-ui-demo && npm run demo:clean", - "demo:build": "cd packages/superset-ui-demo && npm run demo:build", - "storybook": "cd packages/superset-ui-demo && npm run storybook", - "build-storybook": "cd packages/superset-ui-demo && npm run build-storybook", - "chromatic": "cd packages/superset-ui-demo && npm run chromatic", - "sb": "npm run storybook", - "clean": "npm run build --clean --no-babel --no-type", - "commit": "superset-commit", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 10", - "jest": "NODE_ENV=test jest --coverage --verbose", - "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx .", - "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx .", - "format": "npm run prettier", - "prettier": "prettier --write './{plugins,packages}/**/*{.js,.jsx,.ts,.tsx,.css,.less,.scss,.sass}'", - "test": "npm run jest", - "test:watch": "npm run lint:fix && npm run jest --watch", - "type": "npm run build --no-babel", - "prepare-release": "git checkout master && git pull --rebase origin master && npm run install && npm run test", - "prerelease": "npm run build", - "release": "npm run prepare-release && lerna publish && npm run postrelease", - "postrelease": "lerna run deploy-demo", - "list-changed-packages": "lerna changed", - "manual-release": "lerna publish --force-publish && npm run postrelease", - "clean-npm-lock": "rm -rf ./{packages,plugins}/*/package-lock.json", - "prune": "rm -rf ./{packages,plugins}/*/{lib,esm,tsconfig.tsbuildinfo}", - "ci:create-patch-version": "npm run clean-npm-lock && ./scripts/lernaVersion.sh patch", - "ci:create-minor-version": "npm run clean-npm-lock && ./scripts/lernaVersion.sh minor", - "ci:create-conventional-version": "npm run clean-npm-lock && ./scripts/lernaVersion.sh '--conventional-commits --create-release github'", - "ci:release-from-tag": "npm run clean-npm-lock && lerna publish from-package --yes", - "ci:release-conventional": "npm run clean-npm-lock && lerna publish --conventional-commits --create-release github --yes" - }, - "repository": "https://github.com/apache-superset/superset-ui.git", - "keywords": [ - "apache", - "superset", - "data", - "analytics", - "analysis", - "visualization", - "react", - "d3", - "data-ui", - "vx" - ], - "license": "Apache-2.0", - "dependencies": { - "@airbnb/config-babel": "^3.1.0", - "@airbnb/config-jest": "^3.0.2", - "@airbnb/config-webpack": "^3.3.1", - "@babel/cli": "^7.11.5", - "@babel/compat-data": "^7.9.6", - "@babel/core": "^7.8.7", - "@babel/eslint-parser": "^7.16.0", - "@babel/node": "^7.8.7", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.8.6", - "@emotion/babel-preset-css-prop": "^11.2.0", - "@emotion/jest": "^11.3.0", - "@storybook/preset-typescript": "^3.0.0", - "@superset-ui/commit-config": "^0.0.9", - "@types/enzyme": "^3.10.3", - "@types/jest": "^26.0.4", - "@types/jsdom": "^12.2.4", - "@types/react": "^16.13.1", - "@types/react-test-renderer": "^16.9.2", - "@typescript-eslint/eslint-plugin": "^5.3.0", - "@typescript-eslint/parser": "^5.3.0", - "babel-eslint": "^10.1.0", - "babel-jest": "^26.6.3", - "babel-loader": "^8.2.2", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-jsx-remove-data-test-id": "^2.1.3", - "babel-plugin-lodash": "^3.3.4", - "babel-plugin-typescript-to-proptypes": "^1.4.2", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.1", - "enzyme-to-json": "^3.4.3", - "eslint": "^7.32.0", - "eslint-config-airbnb": "^18.2.1", - "eslint-config-prettier": "^7.1.0", - "eslint-import-resolver-typescript": "^2.3.0", - "eslint-import-resolver-webpack": "^0.13.0", - "eslint-plugin-cypress": "^2.11.2", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.1.3", - "eslint-plugin-jest-dom": "^3.6.5", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-no-only-tests": "^2.4.0", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^3.10.1", - "eslint-plugin-unicorn": "^25.0.1", - "esprint": "^0.7.0", - "fast-glob": "^3.2.4", - "fs-extra": "^9.0.0", - "global-box": "^1.2.0", - "husky": "^4.2.5", - "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.3", - "jest-environment-enzyme": "^7.1.2", - "jest-enzyme": "^7.1.2", - "jest-mock-console": "^1.0.0", - "jsdom": "^16.4.0", - "lerna": "^3.15.0", - "lint-staged": "^10.0.3", - "npm": "^7.5.4", - "prettier": "^2.4.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-loadable": "^5.5.0", - "react-test-renderer": "^16.13.1", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "ts-jest": "^26.4.2", - "ts-loader": "^8.0.7", - "typescript": "^4.1.2", - "webpack": "^4.42.0", - "webpack-bundle-analyzer": "^3.6.1", - "webpack-cli": "^3.3.11", - "webpack-dev-server": "^3.11.0", - "webpack-manifest-plugin": "^2.2.0", - "webpack-sources": "^1.4.3", - "yargs": "^15.4.1" - }, - "engines": { - "node": "14.x || 16.x", - "npm": "^7.5.4" - }, - "workspaces": [ - "./packages/*", - "./plugins/*" - ], - "browserslist": [ - "last 3 chrome versions", - "last 3 firefox versions", - "last 3 safari versions", - "last 3 edge versions" - ], - "husky": { - "hooks": { - "pre-commit": "lint-staged", - "commit-msg": "./scripts/commitlint.js HUSKY_GIT_PARAMS" - } - }, - "lint-staged": { - "*.{js,jsx,ts,tsx,json,md}": [ - "prettier --write" - ] - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/prettier.config.js b/superset-frontend/temporary_superset_ui/superset-ui/prettier.config.js deleted file mode 100644 index 5ee96a0cfbde3..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/prettier.config.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -module.exports = { - singleQuote: true, - trailingComma: 'all', - arrowParens: 'avoid', -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/README.md b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/README.md deleted file mode 100644 index 9cccd25e5967b..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# @superset-ui/plugins 🔌💡 - -This directory hold code of the plugins that are migrated from `@superset-ui-plugins` repo. We copy -them all over in one pass to preserve git history. The code in this directory will not be built, -tested, or published yet. They will have to be moved to the `plugins` directory first. diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/README.md b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/README.md deleted file mode 100644 index 82fd927532309..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/README.md +++ /dev/null @@ -1,33 +0,0 @@ -## @superset-ui/legacy-plugin-chart-word-cloud - -[![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-word-cloud.svg?style=flat-square)](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-word-cloud.svg?style=flat-square) -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-legacy-plugin-chart-word-cloud&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-legacy-plugin-chart-word-cloud) - -This plugin provides Word Cloud for Superset. - -### Usage - -Configure `key`, which can be any `string`, and register the plugin. This `key` will be used to -lookup this chart throughout the app. - -```js -import WordCloudChartPlugin from '@superset-ui/legacy-plugin-chart-word-cloud'; - -new WordCloudChartPlugin().configure({ key: 'word-cloud' }).register(); -``` - -Then use it via `SuperChart`. See -[storybook](https://apache-superset.github.io/superset-ui-plugins/?selectedKind=plugin-chart-word-cloud) -for more details. - -```js - -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/package.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/package.json deleted file mode 100644 index 68ac00d564f8a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@superset-ui/legacy-plugin-chart-word-cloud", - "version": "0.11.15", - "description": "Superset Legacy Chart - Word Cloud", - "sideEffects": [ - "*.css" - ], - "main": "lib/index.js", - "module": "esm/index.js", - "files": [ - "esm", - "lib" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui.git" - }, - "keywords": [ - "superset" - ], - "author": "Superset", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@superset-ui/core": "^0.14.22", - "@superset-ui/chart-controls": "^0.14.22", - "d3": "^3.5.17", - "d3-cloud": "^1.2.1", - "prop-types": "^15.6.2" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/ReactWordCloud.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/ReactWordCloud.js deleted file mode 100644 index 6b0db178c4df0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/ReactWordCloud.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { reactify } from '@superset-ui/core'; -import Component from './WordCloud'; - -export default reactify(Component); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/WordCloud.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/WordCloud.js deleted file mode 100644 index eeb35e8a6e855..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/WordCloud.js +++ /dev/null @@ -1,100 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -/* eslint-disable react/sort-prop-types */ - -import d3 from 'd3'; -import PropTypes from 'prop-types'; -import cloudLayout from 'd3-cloud'; -import { CategoricalColorNamespace, seedRandom } from '@superset-ui/core'; - -const ROTATION = { - square: () => Math.floor(seedRandom() * 2) * 90, - flat: () => 0, - random: () => Math.floor(seedRandom() * 6 - 3) * 30, -}; - -const propTypes = { - data: PropTypes.arrayOf( - PropTypes.shape({ - size: PropTypes.number, - text: PropTypes.string, - }), - ), - width: PropTypes.number, - height: PropTypes.number, - rotation: PropTypes.string, - sizeRange: PropTypes.arrayOf(PropTypes.number), - colorScheme: PropTypes.string, -}; - -function WordCloud(element, props) { - const { data, width, height, rotation, sizeRange, colorScheme } = props; - - const chart = d3.select(element); - chart.classed('superset-legacy-chart-word-cloud', true); - const size = [width, height]; - const rotationFn = ROTATION[rotation] || ROTATION.flat; - - const scale = d3.scale - .linear() - .range(sizeRange) - .domain(d3.extent(data, d => d.size)); - - const layout = cloudLayout() - .size(size) - .words(data) - .padding(5) - .rotate(rotationFn) - .font('Helvetica') - .fontWeight('bold') - .fontSize(d => scale(d.size)); - - const colorFn = CategoricalColorNamespace.getScale(colorScheme); - - function draw(words) { - chart.selectAll('*').remove(); - - const [w, h] = layout.size(); - - chart - .append('svg') - .attr('width', w) - .attr('height', h) - .append('g') - .attr('transform', `translate(${w / 2},${h / 2})`) - .selectAll('text') - .data(words) - .enter() - .append('text') - .style('font-size', d => `${d.size}px`) - .style('font-weight', 'bold') - .style('font-family', 'Helvetica') - .style('fill', d => colorFn(d.text)) - .attr('text-anchor', 'middle') - .attr('transform', d => `translate(${d.x}, ${d.y}) rotate(${d.rotate})`) - .text(d => d.text); - } - - layout.on('end', draw).start(); -} - -WordCloud.displayName = 'WordCloud'; -WordCloud.propTypes = propTypes; - -export default WordCloud; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnail.png b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnail.png deleted file mode 100644 index 1829a2f56088a..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnail.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnailLarge.png b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnailLarge.png deleted file mode 100644 index 03936e1253d55..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/images/thumbnailLarge.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/index.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/index.js deleted file mode 100644 index 01008bf812d8d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/index.js +++ /dev/null @@ -1,39 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core'; -import transformProps from './transformProps'; -import thumbnail from './images/thumbnail.png'; - -const metadata = new ChartMetadata({ - credits: ['https://github.com/jasondavies/d3-cloud'], - description: '', - name: t('Word Cloud'), - thumbnail, - useLegacyApi: true, -}); - -export default class WordCloudChartPlugin extends ChartPlugin { - constructor() { - super({ - loadChart: () => import('./ReactWordCloud.js'), - metadata, - transformProps, - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/transformProps.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/transformProps.js deleted file mode 100644 index 8256f992b99c0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-legacy-plugin-chart-word-cloud/src/transformProps.js +++ /dev/null @@ -1,42 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -function transformData(data, formData) { - const { metric, series } = formData; - - const transformedData = data.map(datum => ({ - size: datum[metric.label || metric], - text: datum[series], - })); - - return transformedData; -} - -export default function transformProps(chartProps) { - const { width, height, formData, queriesData } = chartProps; - const { colorScheme, rotation, sizeTo, sizeFrom } = formData; - - return { - width, - height, - data: transformData(queriesData[0].data, formData), - colorScheme, - rotation, - sizeRange: [sizeFrom, sizeTo], - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/README.md b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/README.md deleted file mode 100644 index 93e4f61f4cb1c..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/README.md +++ /dev/null @@ -1,33 +0,0 @@ -## @superset-ui/plugin-chart-table - -[![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-table.svg?style=flat-square)](https://img.shields.io/npm/v/@superset-ui/plugin-chart-table.svg?style=flat-square) -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-plugin-chart-table&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-plugin-chart-table) - -This plugin provides Table for Superset. - -### Usage - -Configure `key`, which can be any `string`, and register the plugin. This `key` will be used to -lookup this chart throughout the app. - -```js -import TableChartPlugin from '@superset-ui/plugin-chart-table'; - -new TableChartPlugin().configure({ key: 'table' }).register(); -``` - -Then use it via `SuperChart`. See -[storybook](https://apache-superset.github.io/superset-ui-plugins/?selectedKind=plugin-chart-table) -for more details. - -```js - -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/package.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/package.json deleted file mode 100644 index 700750cad9eba..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@superset-ui/plugin-chart-table", - "version": "0.11.15", - "description": "Superset Chart - Table", - "sideEffects": false, - "main": "lib/index.js", - "module": "esm/index.js", - "files": [ - "esm", - "lib" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui.git" - }, - "keywords": [ - "superset" - ], - "author": "Superset", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@airbnb/lunar": "^2.35.0", - "@airbnb/lunar-icons": "^2.1.4", - "@superset-ui/core": "^0.14.22", - "@superset-ui/chart-controls": "^0.14.22", - "@types/dompurify": "^2.0.0", - "dompurify": "^2.0.6", - "reselect": "^4.0.0" - }, - "peerDependencies": { - "react": "^16.8.6" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/Table.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/Table.tsx deleted file mode 100644 index 05e35587ebae1..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/Table.tsx +++ /dev/null @@ -1,360 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import React from 'react'; -import DataTable from '@airbnb/lunar/lib/components/DataTable'; -import Text from '@airbnb/lunar/lib/components/Text'; -import Input from '@airbnb/lunar/lib/components/Input'; -import withStyles, { - WithStylesProps, -} from '@airbnb/lunar/lib/composers/withStyles'; -import { - Renderers, - ParentRow, - ColumnMetadata, - GenericRow, -} from '@airbnb/lunar/lib/components/DataTable/types'; -import { createSelector } from 'reselect'; -import { NumberFormatter, TimeFormatter } from '@superset-ui/core'; -import getRenderer, { ColumnType, Cell } from './getRenderer'; - -type Props = { - data: ParentRow[]; - height: number; - width: number; - alignPositiveNegative?: boolean; - colorPositiveNegative?: boolean; - columns: ColumnType[]; - filters?: { - [key: string]: any[]; - }; - includeSearch?: boolean; - onAddFilter?: (key: string, value: number[]) => void; - onRemoveFilter?: (key: string, value: number[]) => void; - tableFilter: boolean; -}; - -const NOOP = () => {}; - -const defaultProps = { - alignPositiveNegative: false, - colorPositiveNegative: false, - filters: {}, - includeSearch: false, - onAddFilter: NOOP, - onRemoveFilter: NOOP, -}; - -const SEARCH_BAR_HEIGHT = 40; - -const CHAR_WIDTH = 10; - -const CELL_PADDING = 32; - -const MAX_COLUMN_WIDTH = 300; - -const htmlTagRegex = /(<([^>]+)>)/gi; - -export type TableProps = Props & Readonly; - -type InternalTableProps = TableProps & WithStylesProps; - -type TableState = { - selectedCells: Set; - searchKeyword: string; - filteredRows: ParentRow[]; - filters: { - [key: string]: (string | number)[]; - }; -}; - -function getCellHash(cell: Cell) { - return `${cell.key}#${cell.value}`; -} - -function getText( - value: unknown, - format: TimeFormatter | NumberFormatter | undefined, -) { - if (format) { - return format.format(value as any); - } - if (typeof value === 'string') { - return value.replace(htmlTagRegex, ''); - } - - return String(value); -} - -type columnWidthMetaDataType = { - [key: string]: { - maxWidth: number; - width: number; - }; -}; - -class TableVis extends React.PureComponent { - columnWidthSelector = createSelector( - (data: { rows: ParentRow[]; columns: ColumnType[] }) => data, - data => { - const { rows, columns } = data; - const keys = rows && rows.length > 0 ? Object.keys(rows[0].data) : []; - let totalWidth = 0; - const columnWidthMetaData: columnWidthMetaDataType = {}; - const columnsMap: { - [key: string]: ColumnType; - } = {}; - - columns.forEach(column => { - columnsMap[column.key] = column; - }); - - keys.forEach(key => { - const column = columnsMap[key]; - const format = column?.format; - const maxLength = Math.max( - ...rows.map(d => getText(d.data[key], format).length), - key.length, - ); - const stringWidth = maxLength * CHAR_WIDTH + CELL_PADDING; - columnWidthMetaData[key] = { - maxWidth: MAX_COLUMN_WIDTH, - width: stringWidth, - }; - totalWidth += Math.min(stringWidth, MAX_COLUMN_WIDTH); - }); - - return { - columnWidthMetaData, - totalWidth, - }; - }, - ); - - static defaultProps = defaultProps; - - constructor(props: InternalTableProps) { - super(props); - this.state = { - filteredRows: [], - // eslint-disable-next-line react/no-unused-state - filters: props.filters, - searchKeyword: '', - selectedCells: new Set(), - }; - } - - static getDerivedStateFromProps: React.GetDerivedStateFromProps< - InternalTableProps, - TableState - > = (props: InternalTableProps, state: TableState) => { - const { filters } = props; - const { selectedCells, filters: prevFilters } = state; - if (prevFilters !== filters) { - const newSelectedCells = new Set(Array.from(selectedCells)); - Object.keys(filters).forEach(key => { - filters[key].forEach(value => { - newSelectedCells.add( - getCellHash({ - key, - value, - }), - ); - }); - }); - - return { - ...state, - filters, - selectedCells: newSelectedCells, - }; - } - - return state; - }; - - handleCellSelected = (cell: Cell) => () => { - const { selectedCells } = this.state; - const { tableFilter, onRemoveFilter, onAddFilter } = this.props; - - if (!tableFilter) { - return; - } - const newSelectedCells = new Set(Array.from(selectedCells)); - const cellHash = getCellHash(cell); - if (newSelectedCells.has(cellHash)) { - newSelectedCells.delete(cellHash); - onRemoveFilter(cell.key, [cell.value as number]); - } else { - newSelectedCells.add(cellHash); - onAddFilter(cell.key, [cell.value as number]); - } - this.setState({ - selectedCells: newSelectedCells, - }); - }; - - isSelected = (cell: Cell) => { - const { selectedCells } = this.state; - - return selectedCells.has(getCellHash(cell)); - }; - - handleSearch = (value: string) => { - const { searchKeyword } = this.state; - const { data } = this.props; - if (searchKeyword !== value) { - const filteredRows = data.filter(row => { - const content = Object.keys(row.data) - .map(key => row.data[key]) - .join('|') - .toLowerCase(); - - return content.includes(value.toLowerCase()); - }); - this.setState({ - filteredRows, - searchKeyword: value, - }); - } - }; - - render() { - const { - cx, - data, - columns, - alignPositiveNegative, - colorPositiveNegative, - height, - width, - tableFilter, - styles, - includeSearch, - } = this.props; - - const { filteredRows, searchKeyword } = this.state; - - const dataToRender = searchKeyword === '' ? data : filteredRows; - const renderers: Renderers = {}; - const columnMetadata: ColumnMetadata = {}; - const convertToLowerCase = ({ data: d }: GenericRow, key: string) => - typeof d[key] === 'string' ? (d[key] as string).toLowerCase() : d[key]; - - columns.forEach(column => { - renderers[column.key] = getRenderer({ - alignPositiveNegative, - colorPositiveNegative, - column, - enableFilter: tableFilter, - handleCellSelected: this.handleCellSelected, - isSelected: this.isSelected, - }); - if (column.type === 'metric') { - columnMetadata[column.key] = { - rightAlign: 1, - }; - } - }); - - const keys = - dataToRender && dataToRender.length > 0 - ? Object.keys(dataToRender[0].data) - : []; - const columnWidthInfo = this.columnWidthSelector({ columns, rows: data }); - - keys.forEach(key => { - columnMetadata[key] = { - ...columnWidthInfo.columnWidthMetaData[key], - ...columnMetadata[key], - }; - - if (!renderers[key]) { - renderers[key] = getRenderer({ - alignPositiveNegative, - colorPositiveNegative, - column: { - key, - label: key, - type: 'string', - }, - enableFilter: tableFilter, - handleCellSelected: this.handleCellSelected, - isSelected: this.isSelected, - }); - } - }); - - const tableHeight = includeSearch ? height - SEARCH_BAR_HEIGHT : height; - - return ( - <> - {includeSearch && ( -
-
- -
- - Showing {dataToRender.length}/{data.length} rows - -
- )} -
- -
- - ); - } -} - -export default withStyles(({ unit }) => ({ - container: { - display: 'grid', - overflowX: 'scroll', - }, - searchBar: { - alignItems: 'baseline', - display: 'flex', - flexDirection: 'row-reverse', - flexGrow: 0, - marginBottom: unit, - }, - searchBox: { - marginLeft: unit, - width: 25 * unit, - }, -}))(TableVis); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/TableFormData.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/TableFormData.ts deleted file mode 100644 index ac50c29141b21..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/TableFormData.ts +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/* eslint-disable camelcase */ -import { QueryFormData, QueryFormMetric } from '@superset-ui/core'; - -type TableFormData = QueryFormData & { - all_columns: string[]; - percent_metrics: QueryFormMetric[]; - include_time: boolean; - order_by_cols: string[]; -}; - -// eslint-disable-next-line no-undef -export default TableFormData; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/buildQuery.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/buildQuery.ts deleted file mode 100644 index 76b38f32f2fc9..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/buildQuery.ts +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { buildQueryContext, QueryFormMetric } from '@superset-ui/core'; -import TableFormData from './TableFormData'; - -export default function buildQuery(formData: TableFormData) { - // Set the single QueryObject's groupby field with series in formData - return buildQueryContext(formData, baseQueryObject => { - const isTimeseries = formData.include_time; - let columns: string[] = []; - let { groupby } = baseQueryObject; - const orderby: [QueryFormMetric, boolean][] = []; - const sortby = formData.timeseries_limit_metric; - if (formData.all_columns && formData.all_columns.length > 0) { - columns = [...formData.all_columns]; - const orderByColumns = formData.order_by_cols || []; - orderByColumns.forEach(columnOrder => { - const parsedColumnOrder: [QueryFormMetric, boolean] = - JSON.parse(columnOrder); - orderby.push([parsedColumnOrder[0], parsedColumnOrder[1]]); - }); - groupby = []; - } else if (sortby) { - orderby.push([sortby, !formData.order_desc]); - } - - return [ - { - ...baseQueryObject, - columns, - groupby, - is_timeseries: isTimeseries, - orderby, - }, - ]; - }); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/components/HTMLRenderer.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/components/HTMLRenderer.tsx deleted file mode 100644 index 720752ce5a150..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/components/HTMLRenderer.tsx +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import React, { useMemo } from 'react'; -import dompurify from 'dompurify'; - -const isHTML = RegExp.prototype.test.bind(/(<([^>]+)>)/i); - -export default function HTMLRenderer({ value }: { value: string }) { - if (isHTML(value)) { - // eslint-disable-next-line react-hooks/rules-of-hooks - const html = useMemo( - () => ({ __html: dompurify.sanitize(value) }), - [value], - ); - return ( - // eslint-disable-next-line react/no-danger -
- ); - } - - // eslint-disable-next-line react/jsx-no-useless-fragment - return <>{value}; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/createMetadata.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/createMetadata.ts deleted file mode 100644 index b673b23a375d6..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/createMetadata.ts +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { t, ChartMetadata } from '@superset-ui/core'; -import thumbnail from './images/thumbnail.png'; - -export default function createMetadata(useLegacyApi = false) { - return new ChartMetadata({ - canBeAnnotationTypes: ['EVENT', 'INTERVAL'], - description: '', - name: t('Table'), - thumbnail, - useLegacyApi, - }); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/getRenderer.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/getRenderer.tsx deleted file mode 100644 index b5a5abca5af70..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/getRenderer.tsx +++ /dev/null @@ -1,171 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/* eslint-disable jsx-a11y/no-static-element-interactions */ -/* eslint-disable jsx-a11y/click-events-have-key-events */ -import React, { CSSProperties, useMemo } from 'react'; -import { HEIGHT_TO_PX } from '@airbnb/lunar/lib/components/DataTable/constants'; -import { RendererProps } from '@airbnb/lunar/lib/components/DataTable/types'; -import { TimeFormatter, NumberFormatter } from '@superset-ui/core'; -import HTMLRenderer from './components/HTMLRenderer'; - -const NEGATIVE_COLOR = '#FFA8A8'; -const POSITIVE_COLOR = '#ced4da'; -const SELECTION_COLOR = '#EBEBEB'; - -const NOOP = () => {}; - -const HEIGHT = HEIGHT_TO_PX.micro; - -export type ColumnType = { - key: string; - label: string; - format?: NumberFormatter | TimeFormatter | undefined; - type: 'metric' | 'string'; - maxValue?: number; - minValue?: number; -}; - -export type Cell = { - key: string; - value: any; -}; - -const NUMBER_STYLE: CSSProperties = { - marginLeft: 'auto', - marginRight: '4px', - zIndex: 10, -}; - -export default function getRenderer({ - column, - alignPositiveNegative, - colorPositiveNegative, - enableFilter, - isSelected, - handleCellSelected, -}: { - column: ColumnType; - alignPositiveNegative: boolean; - colorPositiveNegative: boolean; - enableFilter: boolean; - isSelected: (cell: Cell) => boolean; - handleCellSelected: (cell: Cell) => (...args: any[]) => void; -}) { - const { format, type } = column; - - const isMetric = type === 'metric'; - const cursorStyle = enableFilter && !isMetric ? 'pointer' : 'default'; - - const boxContainerStyle: CSSProperties = { - alignItems: 'center', - display: 'flex', - margin: '0px 16px', - position: 'relative', - textAlign: isMetric ? 'right' : 'left', - }; - - const baseBoxStyle: CSSProperties = { - cursor: cursorStyle, - margin: '4px -16px', - wordBreak: 'break-all', - }; - - const selectedBoxStyle: CSSProperties = { - ...baseBoxStyle, - backgroundColor: SELECTION_COLOR, - }; - - const getBoxStyle = enableFilter - ? (selected: boolean) => (selected ? selectedBoxStyle : baseBoxStyle) - : () => baseBoxStyle; - - const posExtent = Math.abs(Math.max(column.maxValue!, 0)); - const negExtent = Math.abs(Math.min(column.minValue!, 0)); - const total = posExtent + negExtent; - - return ({ keyName, row }: RendererProps) => { - const value = row.rowData.data[keyName]; - const cell = { key: keyName as string, value }; - const handleClick = isMetric - ? NOOP - : useMemo(() => handleCellSelected(cell), [cell]); - - let Parent; - if (isMetric) { - let left = 0; - let width = 0; - const numericValue = value as number; - if (alignPositiveNegative) { - width = Math.abs( - Math.round( - (numericValue / - Math.max(column.maxValue!, Math.abs(column.minValue!))) * - 100, - ), - ); - } else { - left = Math.round( - (Math.min(negExtent + numericValue, negExtent) / total) * 100, - ); - width = Math.round((Math.abs(numericValue) / total) * 100); - } - const color = - colorPositiveNegative && numericValue < 0 - ? NEGATIVE_COLOR - : POSITIVE_COLOR; - - Parent = ({ children }: { children: React.ReactNode }) => { - const barStyle: CSSProperties = { - background: color, - borderRadius: 3, - height: HEIGHT / 2 + 4, - left: `${left}%`, - position: 'absolute', - width: `${width}%`, - }; - - return ( - <> -
-
{children}
- - ); - }; - } else { - Parent = React.Fragment; - } - - return ( -
-
-
- - {format ? ( - format.format(value as number & Date) - ) : ( - - )} - -
-
-
- ); - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/images/thumbnail.png b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/images/thumbnail.png deleted file mode 100644 index a5b8de9f12ea9..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/images/thumbnail.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/index.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/index.ts deleted file mode 100644 index 4d1b281aca798..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/index.ts +++ /dev/null @@ -1,40 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { ChartPlugin } from '@superset-ui/core'; -import Core from '@airbnb/lunar/lib'; -import transformProps from './transformProps'; -import createMetadata from './createMetadata'; -import buildQuery from './buildQuery'; -import TableFormData from './TableFormData'; - -Core.initialize({ name: 'superset-datatable' }); -const { aesthetic } = Core; -// @ts-ignore -aesthetic.globals = {}; - -export default class TableChartPlugin extends ChartPlugin { - constructor() { - super({ - buildQuery, - loadChart: () => import('./Table'), - metadata: createMetadata(), - transformProps, - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/index.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/index.ts deleted file mode 100644 index 604dc7712000e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/index.ts +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { ChartPlugin } from '@superset-ui/core'; -import Core from '@airbnb/lunar/lib'; -import transformProps from './transformProps'; -import createMetadata from '../createMetadata'; - -Core.initialize({ name: 'superset-datatable' }); - -const { aesthetic } = Core; -// @ts-ignore -aesthetic.globals = {}; - -export default class TableChartPlugin extends ChartPlugin { - constructor() { - super({ - loadChart: () => import('../Table'), - metadata: createMetadata(true), - transformProps, - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/transformProps.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/transformProps.ts deleted file mode 100644 index f5ddc006dc4ee..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/legacy/transformProps.ts +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { ChartProps } from '@superset-ui/core'; -import getProcessColumnsFunction from '../processColumns'; -import getProcessMetricsFunction from '../processMetrics'; -import getProcessDataFunction from '../processData'; - -const processColumns = getProcessColumnsFunction(); -const processMetrics = getProcessMetricsFunction(); -const processData = getProcessDataFunction(); - -const NOOP = () => {}; - -export default function transformProps(chartProps: ChartProps) { - const { - height, - datasource, - initialValues, - formData, - hooks, - queriesData, - width, - } = chartProps; - - const { onAddFilter = NOOP } = hooks; - - const { - alignPn, - colorPn, - includeSearch, - metrics: rawMetrics, - orderDesc, - pageLength, - percentMetrics, - tableFilter, - tableTimestampFormat, - timeseriesLimitMetric, - } = formData; - const { records, columns } = queriesData[0].data; - - const metrics = processMetrics({ - metrics: rawMetrics, - percentMetrics, - records, - }); - - const processedData = processData({ - timeseriesLimitMetric, - orderDesc, - records, - metrics, - }); - - const processedColumns = processColumns({ - columns, - metrics, - records, - tableTimestampFormat, - datasource, - }); - - return { - height, - width, - data: processedData, - alignPositiveNegative: alignPn, - colorPositiveNegative: colorPn, - columns: processedColumns, - filters: initialValues, - includeSearch, - onAddFilter, - orderDesc, - pageLength: pageLength && parseInt(pageLength, 10), - tableFilter, - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processColumns.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processColumns.ts deleted file mode 100644 index a2d504783ffec..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processColumns.ts +++ /dev/null @@ -1,137 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { - getTimeFormatter, - TimeFormatter, - getNumberFormatter, - NumberFormats, - NumberFormatter, - DTTM_ALIAS, -} from '@superset-ui/core'; -import { createSelector } from 'reselect'; -import { PlainObject } from './types'; - -type inputType = { - columns: string[]; - metrics: string[]; - records: any[]; - tableTimestampFormat: string; - datasource: PlainObject; -}; - -function processColumns( - columns: string[], - metrics: string[], - records: any[], - tableTimestampFormat: string, - datasource: PlainObject, -) { - const { columnFormats, verboseMap } = datasource; - - const dataArray: { - [key: string]: any[]; - } = {}; - - metrics.forEach(metric => { - const arr: any[] = []; - records.forEach(record => { - arr.push(record[metric]); - }); - - dataArray[metric] = arr; - }); - - const maxes: { - [key: string]: number; - } = {}; - const mins: { - [key: string]: number; - } = {}; - - metrics.forEach(metric => { - maxes[metric] = Math.max(...dataArray[metric]); - mins[metric] = Math.min(...dataArray[metric]); - }); - - const formatPercent = getNumberFormatter(NumberFormats.PERCENT_3_POINT); - const tsFormatter = getTimeFormatter(tableTimestampFormat); - - const processedColumns = columns.map((key: string) => { - let label = verboseMap[key]; - const formatString = columnFormats?.[key]; - let formatFunction: NumberFormatter | TimeFormatter | undefined; - let type: 'string' | 'metric' = 'string'; - - if (key === DTTM_ALIAS) { - formatFunction = tsFormatter; - } - - const extraField: { - [key: string]: any; - } = {}; - - if (metrics.includes(key)) { - formatFunction = getNumberFormatter(formatString); - type = 'metric'; - extraField.maxValue = maxes[key]; - extraField.minValue = mins[key]; - } - - // Handle verbose names for percents - if (!label) { - if (key.length > 0 && key[0] === '%') { - const cleanedKey = key.slice(1); - label = `% ${verboseMap[cleanedKey] || cleanedKey}`; - formatFunction = formatPercent; - } else { - label = key; - } - } - - return { - format: formatFunction, - key, - label, - type, - ...extraField, - }; - }); - - return processedColumns; -} - -const getCreateSelectorFunction = () => - createSelector( - (data: inputType) => data.columns, - data => data.metrics, - data => data.records, - data => data.tableTimestampFormat, - data => data.datasource, - (columns, metrics, records, tableTimestampFormat, datasource) => - processColumns( - columns, - metrics, - records, - tableTimestampFormat, - datasource, - ), - ); - -export default getCreateSelectorFunction; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processData.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processData.ts deleted file mode 100644 index 20fa3d137ff62..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processData.ts +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { QueryFormMetric, AdhocMetric } from '@superset-ui/core'; -import { createSelector } from 'reselect'; -import { PlainObject } from './types'; - -type inputType = { - timeseriesLimitMetric: QueryFormMetric; - orderDesc: boolean; - records: PlainObject[]; - metrics: string[]; -}; - -function processData( - timeseriesLimitMetric: QueryFormMetric, - orderDesc: boolean, - records: PlainObject[], - metrics: string[], -) { - const sortByKey = - timeseriesLimitMetric && - ((timeseriesLimitMetric as AdhocMetric).label || - (timeseriesLimitMetric as string)); - - let processedRecords = records; - - if (sortByKey) { - processedRecords = records - .slice() - .sort( - orderDesc - ? (a, b) => b[sortByKey] - a[sortByKey] - : (a, b) => a[sortByKey] - b[sortByKey], - ); - } - - return processedRecords.map( - sortByKey && !metrics.includes(sortByKey) - ? row => { - const data = { ...row }; - delete data[sortByKey]; - - return { data }; - } - : row => ({ data: row }), - ); -} - -const getCreateSelectorFunction = () => - createSelector( - (data: inputType) => data.timeseriesLimitMetric, - data => data.orderDesc, - data => data.records, - data => data.metrics, - (timeseriesLimitMetric, orderDesc, records, metrics) => - processData(timeseriesLimitMetric, orderDesc, records, metrics), - ); - -export default getCreateSelectorFunction; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processMetrics.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processMetrics.ts deleted file mode 100644 index 909e04e26e542..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/processMetrics.ts +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { QueryFormMetric, AdhocMetric } from '@superset-ui/core'; -import { createSelector } from 'reselect'; -import { PlainObject } from './types'; - -type inputType = { - metrics: QueryFormMetric[]; - percentMetrics: QueryFormMetric[]; - records: PlainObject[]; -}; - -function processMetrics( - metrics: QueryFormMetric[], - percentMetrics: QueryFormMetric[], - records: PlainObject[], -) { - const processedMetrics = (metrics || []).map( - m => (m as AdhocMetric).label ?? (m as string), - ); - - const processedPercentMetrics = (percentMetrics || []) - .map(m => (m as AdhocMetric).label ?? (m as string)) - .map(m => `%${m}`); - - return processedMetrics - .concat(processedPercentMetrics) - .filter(m => typeof records[0][m] === 'number'); -} - -const getCreateSelectorFunction = () => - createSelector( - (data: inputType) => data.metrics, - data => data.percentMetrics, - data => data.records, - (metrics, percentMetrics, records) => - processMetrics(metrics, percentMetrics, records), - ); - -export default getCreateSelectorFunction; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/transformProps.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/transformProps.ts deleted file mode 100644 index 0686f7d2859ad..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/transformProps.ts +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { - ChartProps, - QueryFormMetric, - AdhocMetric, - DTTM_ALIAS, -} from '@superset-ui/core'; -import getProcessColumnsFunction from './processColumns'; -import getProcessMetricsFunction from './processMetrics'; -import getProcessDataFunction from './processData'; - -const processColumns = getProcessColumnsFunction(); -const processMetrics = getProcessMetricsFunction(); -const processData = getProcessDataFunction(); - -type PlainObject = { - [key: string]: any; -}; - -function transformData(data: PlainObject[], formData: PlainObject) { - const { groupby = [], metrics = [], allColumns = [] } = formData; - - const columns = new Set( - [...groupby, ...metrics, ...allColumns].map( - column => column.label || column, - ), - ); - - let records = data; - - // handle timestamp columns - if (formData.includeTime) { - columns.add(DTTM_ALIAS); - } - - // handle percentage columns. - const percentMetrics: string[] = (formData.percentMetrics || []).map( - (metric: QueryFormMetric) => - (metric as AdhocMetric).label ?? (metric as string), - ); - - if (percentMetrics.length > 0) { - const sumPercentMetrics = data.reduce((sumMetrics, item) => { - const newSumMetrics = { ...sumMetrics }; - percentMetrics.forEach(metric => { - newSumMetrics[metric] = (sumMetrics[metric] || 0) + (item[metric] || 0); - }); - - return newSumMetrics; - }, {}); - records = data.map(item => { - const newItem = { ...item }; - percentMetrics.forEach(metric => { - newItem[`%${metric}`] = - sumPercentMetrics[metric] === 0 - ? null - : newItem[metric] / sumPercentMetrics[metric]; - }); - - return newItem; - }); - percentMetrics.forEach(metric => { - columns.add(`%${metric}`); - }); - } - - // handle sortedby column - if (formData.timeseriesLimitMetric) { - const metric = - formData.timeseriesLimitMetric.label || formData.timeseriesLimitMetric; - columns.add(metric); - } - - return { - columns: [...columns], - records, - }; -} - -const NOOP = () => {}; - -export default function transformProps(chartProps: ChartProps) { - const { - height, - width, - datasource, - initialValues, - formData, - hooks, - queriesData, - } = chartProps; - - const { onAddFilter = NOOP } = hooks; - - const { - alignPn, - colorPn, - includeSearch, - metrics: rawMetrics, - orderDesc, - pageLength, - percentMetrics, - tableFilter, - tableTimestampFormat, - timeseriesLimitMetric, - } = formData; - const { records, columns } = transformData(queriesData[0].data, formData); - - const metrics = processMetrics({ - metrics: rawMetrics, - percentMetrics, - records, - }); - - const processedData = processData({ - metrics, - orderDesc, - records, - timeseriesLimitMetric, - }); - - const processedColumns = processColumns({ - columns, - datasource, - metrics, - records, - tableTimestampFormat, - }); - - return { - alignPositiveNegative: alignPn, - colorPositiveNegative: colorPn, - columns: processedColumns, - data: processedData, - filters: initialValues, - height, - includeSearch, - onAddFilter, - orderDesc, - pageLength: pageLength && parseInt(pageLength, 10), - tableFilter, - width, - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/types.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/types.ts deleted file mode 100644 index d82599263c4e2..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/src/types.ts +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -export type PlainObject = { - [key: string]: any; -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/buildQuery.test.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/buildQuery.test.ts deleted file mode 100644 index f656b09332dbf..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/buildQuery.test.ts +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import buildQuery from '../src/buildQuery'; - -describe('TableVis buildQuery', () => { - const formData = { - datasource: '5__table', - granularity_sqla: 'ds', - series: 'foo', - viz_type: 'table', - all_columns: ['a', 'b', 'c'], - percent_metrics: ['a'], - include_time: false, - order_by_cols: [], - }; - - it('should build groupby with series in form data', () => { - const queryContext = buildQuery(formData); - const [query] = queryContext.queries; - expect(query.metrics![0].label).toEqual('a'); - expect(query.groupby).toHaveLength(0); - }); -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processData.test.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processData.test.ts deleted file mode 100644 index 0d1a9a670a4c7..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processData.test.ts +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import getProcessDataFunction from '../src/processData'; - -describe('processData', () => { - const processData = getProcessDataFunction(); - const timeseriesLimitMetric = 'a'; - const orderDesc = true; - const records = [ - { - a: 1, - b: 1, - c: 3, - }, - { - a: 2, - b: 1, - c: 2, - }, - { - a: 3, - b: 1, - c: 1, - }, - ]; - const metrics = ['a', 'b', 'c']; - - it('returns sorted result', () => { - const result = processData({ - timeseriesLimitMetric, - orderDesc, - records, - metrics, - }); - const maxValue = Math.max(...records.map(r => r[timeseriesLimitMetric])); - const minValue = Math.min(...records.map(r => r[timeseriesLimitMetric])); - expect(result[0].data[timeseriesLimitMetric]).toEqual(maxValue); - expect(result[result.length - 1].data[timeseriesLimitMetric]).toEqual( - minValue, - ); - }); - - it('removes the timeseriesLimitMetric column if it is not included in metrics', () => { - const filteredMetrics = metrics.filter( - metric => metric !== timeseriesLimitMetric, - ); - const result = processData({ - timeseriesLimitMetric, - orderDesc, - records, - metrics: filteredMetrics, - }); - result.forEach(row => { - expect(row.data).toEqual( - expect.not.objectContaining({ - [timeseriesLimitMetric]: expect(Number), - }), - ); - }); - }); -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processMetrics.test.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processMetrics.test.ts deleted file mode 100644 index 70d7311cc6d1e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/test/processMetrics.test.ts +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import getProcessMetricsFunction from '../src/processMetrics'; - -describe('processData', () => { - const processMetrics = getProcessMetricsFunction(); - const records = [ - { - a: 1, - '%b': 0.4, - c: 3, - }, - { - a: 2, - '%b': 0.4, - c: 2, - }, - { - a: 3, - '%b': 0.2, - c: 1, - }, - ]; - const metrics = ['a']; - const percentMetrics = ['b']; - - it('returns sorted result', () => { - const result = processMetrics({ - records, - metrics, - percentMetrics, - }); - const expected = ['a', '%b']; - expect(result).toEqual(expect.arrayContaining(expected)); - }); -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/types/external.d.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/types/external.d.ts deleted file mode 100644 index fe6b1981edbca..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/hold-potentially-deprecate/superset-ui-plugin-chart-table/types/external.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -declare module '*.png'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/README.md b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/README.md deleted file mode 100644 index fa1adc3712dd8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/README.md +++ /dev/null @@ -1,33 +0,0 @@ -## @superset-ui/plugin-chart-choropleth-map - -[![Version](https://img.shields.io/npm/v/@superset-ui/plugin-chart-choropleth-map.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/plugin-chart-choropleth-map) -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui.svg?path=packages%2Fsuperset-ui-plugin-chart-choropleth-map&style=flat-square)](https://david-dm.org/apache-superset/superset-ui?path=packages/superset-ui-plugin-chart-choropleth-map) - -This plugin provides Choropleth Map for Superset. - -### Usage - -Configure `key`, which can be any `string`, and register the plugin. This `key` will be used to -lookup this chart throughout the app. - -```js -import ChoroplethMapChartPlugin from '@superset-ui/plugin-chart-choropleth-map'; - -new ChoroplethMapChartPlugin().configure({ key: 'choropleth-map' }).register(); -``` - -Then use it via `SuperChart`. See -[storybook](https://apache-superset.github.io/superset-ui/?selectedKind=plugin-chart-choropleth-map) -for more details. - -```js - -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/package.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/package.json deleted file mode 100644 index 518dce25f3310..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "@superset-ui/plugin-chart-choropleth-map", - "version": "0.17.41", - "description": "Superset Chart - Choropleth Map", - "sideEffects": false, - "private": true, - "main": "lib/index.js", - "module": "esm/index.js", - "files": [ - "esm", - "lib" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui.git" - }, - "keywords": [ - "superset" - ], - "author": "Superset", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@superset-ui/chart-controls": "0.17.41", - "@superset-ui/core": "0.17.40", - "@types/d3-geo": "^1.11.1", - "@types/geojson": "^7946.0.3", - "@types/topojson-client": "^3.0.0", - "@types/topojson-specification": "^1.0.0", - "@vx/clip-path": "^0.0.197", - "@vx/event": "^0.0.198", - "@vx/pattern": "^0.0.197", - "@vx/tooltip": "^0.0.199", - "@vx/zoom": "^0.0.197", - "d3-geo": "^1.12.0", - "encodable": "^0.7.6", - "geojson": "^0.5.0", - "lodash": "^4.17.15", - "topojson-client": "^3.1.0" - }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.13.1" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/ChoroplethMap.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/ChoroplethMap.tsx deleted file mode 100644 index 86b2f392cf8a9..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/ChoroplethMap.tsx +++ /dev/null @@ -1,342 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import React from 'react'; -import { t } from '@superset-ui/core'; -import { Zoom } from '@vx/zoom'; -import { localPoint } from '@vx/event'; -import { RectClipPath } from '@vx/clip-path'; -import { withTooltip } from '@vx/tooltip'; -import { keyBy } from 'lodash'; -import { geoPath } from 'd3-geo'; -import type { FeatureCollection } from 'geojson'; -import { WithTooltipProvidedProps } from '@vx/tooltip/lib/enhancers/withTooltip'; -import loadMap from './loadMap'; -import MapMetadata from './MapMetadata'; -import { - PADDING, - RelativeDiv, - IconButton, - TextButton, - ZoomControls, - MiniMapControl, -} from './components'; -import { - ChoroplethMapEncoding, - choroplethMapEncoderFactory, - DefaultChannelOutputs, -} from './Encoder'; -import MapTooltip, { MapDataPoint } from './MapTooltip'; - -const INITIAL_TRANSFORM = { - scaleX: 1, - scaleY: 1, - translateX: 0, - translateY: 0, - skewX: 0, - skewY: 0, -}; - -/** - * These props should be stored when saving the chart. - */ -export type ChoroplethMapVisualProps = { - encoding?: Partial; - map?: string; -}; - -export type ChoroplethMapProps = ChoroplethMapVisualProps & - WithTooltipProvidedProps & { - data: Record[]; - height: number; - width: number; - }; - -const defaultProps = { - data: [], - encoding: {}, - map: 'world', -}; - -const missingItem = DefaultChannelOutputs; - -class ChoroplethMap extends React.PureComponent< - ChoroplethMapProps & typeof defaultProps, - { - mapShape?: { - metadata: MapMetadata; - object: FeatureCollection; - }; - mapData: { - [key: string]: MapDataPoint; - }; - showMiniMap: boolean; - } -> { - static defaultProps = defaultProps; - - createEncoder = choroplethMapEncoderFactory.createSelector(); - - constructor(props: ChoroplethMapProps & typeof defaultProps) { - super(props); - - this.state = { - mapData: {}, - mapShape: undefined, - showMiniMap: true, - }; - } - - componentDidMount() { - this.loadMap(); - this.processData(); - } - - componentDidUpdate(prevProps: ChoroplethMapProps) { - if (prevProps.map !== this.props.map) { - this.loadMap(); - } - if ( - prevProps.data !== this.props.data || - prevProps.encoding !== this.props.encoding - ) { - this.processData(); - } - } - - handleMouseOver = ( - event: React.MouseEvent, - datum?: MapDataPoint, - ) => { - const coords = localPoint(event); - this.props.showTooltip({ - tooltipLeft: coords?.x, - tooltipTop: coords?.y, - tooltipData: datum, - }); - }; - - toggleMiniMap = () => { - const { showMiniMap } = this.state; - this.setState({ - showMiniMap: !showMiniMap, - }); - }; - - processData() { - const { data, encoding } = this.props; - const encoder = this.createEncoder(encoding); - const { key, fill, opacity, stroke, strokeWidth } = encoder.channels; - - encoder.setDomainFromDataset(data); - - const mapData = keyBy( - data.map(d => ({ - key: key.getValueFromDatum(d, DefaultChannelOutputs.key), - fill: fill.encodeDatum(d, DefaultChannelOutputs.fill), - opacity: opacity.encodeDatum(d, DefaultChannelOutputs.opacity), - stroke: stroke.encodeDatum(d, DefaultChannelOutputs.stroke), - strokeWidth: strokeWidth.encodeDatum( - d, - DefaultChannelOutputs.strokeWidth, - ), - datum: d, - })), - d => d.key, - ); - - this.setState({ mapData }); - } - - loadMap() { - const { map } = this.props; - this.setState({ mapShape: undefined }); - loadMap(map).then(mapShape => { - this.setState({ mapShape }); - }); - } - - renderMap() { - const { height, width, hideTooltip } = this.props; - const { mapShape, mapData } = this.state; - - if (typeof mapShape !== 'undefined') { - const { metadata, object } = mapShape; - const { keyAccessor } = metadata; - const projection = metadata.createProjection().fitExtent( - [ - [PADDING, PADDING], - [width - PADDING * 2, height - PADDING * 2], - ], - object, - ); - const path = geoPath().projection(projection); - - return object.features.map(f => { - const key = keyAccessor(f); - const encodedDatum = mapData[key] || missingItem; - const { stroke, fill, strokeWidth, opacity } = encodedDatum; - - return ( - // eslint-disable-next-line jsx-a11y/mouse-events-have-key-events - this.handleMouseOver(event, encodedDatum)} - onMouseMove={event => this.handleMouseOver(event, encodedDatum)} - onMouseOut={hideTooltip} - onBlur={hideTooltip} - /> - ); - }); - } - - return null; - } - - render() { - const { - height, - width, - encoding, - tooltipOpen, - tooltipLeft, - tooltipTop, - tooltipData, - } = this.props; - const { showMiniMap } = this.state; - const encoder = this.createEncoder(encoding); - - const renderedMap = this.renderMap(); - const miniMapTransform = `translate(${(width * 3) / 4 - PADDING}, ${ - (height * 3) / 4 - PADDING - }) scale(0.25)`; - - return ( - <> - - {zoom => ( - - - - { - if (!zoom.isDragging) return; - zoom.dragEnd(); - }} - onDoubleClick={event => { - const point = localPoint(event) || undefined; - zoom.scale({ scaleX: 1.1, scaleY: 1.1, point }); - }} - > - - {renderedMap} - - {showMiniMap && ( - - - {renderedMap} - - - )} - - - zoom.scale({ scaleX: 1.2, scaleY: 1.2 })} - > - + - - zoom.scale({ scaleX: 0.8, scaleY: 0.8 })} - > - - - - - Reset - - - - - {showMiniMap ? t('Hide Mini Map') : t('Show Mini Map')} - - - - )} - - {tooltipOpen && ( - - )} - - ); - } -} - -export default withTooltip(ChoroplethMap); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Encoder.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Encoder.ts deleted file mode 100644 index ec55985ab30a9..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Encoder.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { - createEncoderFactory, - DeriveEncoding, - Encoder, - DeriveChannelOutputs, -} from 'encodable'; - -type ChoroplethMapEncodingConfig = { - key: ['Text', string]; - fill: ['Color', string]; - opacity: ['Numeric', number]; - stroke: ['Color', string]; - strokeWidth: ['Numeric', number]; - tooltip: ['Text', string, 'multiple']; -}; - -export type ChoroplethMapEncoding = DeriveEncoding; - -export type ChoroplethMapEncoder = Encoder; - -export type ChoroplethMapChannelOutputs = - DeriveChannelOutputs; - -export const DefaultChannelOutputs = { - key: '', - fill: '#f0f0f0', - opacity: 1, - stroke: '#ccc', - strokeWidth: 1, -}; - -export const choroplethMapEncoderFactory = - createEncoderFactory({ - channelTypes: { - key: 'Text', - fill: 'Color', - opacity: 'Numeric', - stroke: 'Color', - strokeWidth: 'Numeric', - tooltip: 'Text', - }, - defaultEncoding: { - key: { field: 'key', title: 'Location' }, - fill: { value: DefaultChannelOutputs.fill }, - opacity: { value: DefaultChannelOutputs.opacity }, - stroke: { value: DefaultChannelOutputs.stroke }, - strokeWidth: { value: DefaultChannelOutputs.strokeWidth }, - tooltip: [], - }, - }); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapMetadata.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapMetadata.ts deleted file mode 100644 index f65b4738490b8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapMetadata.ts +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import type { FeatureCollection } from 'geojson'; -import { feature } from 'topojson-client'; -import { get } from 'lodash/fp'; -import { RawMapMetadata } from '../types'; -import Projection from './Projection'; - -export default class MapMetadata { - config: RawMapMetadata; - - keyAccessor: (...args: unknown[]) => string; - - constructor(metadata: RawMapMetadata) { - const { keyField } = metadata; - - this.config = metadata; - this.keyAccessor = get(keyField); - } - - loadMap(): Promise { - const { key } = this.config; - - return this.config.type === 'topojson' - ? this.config - .load() - .then(map => feature(map, map.objects[key]) as FeatureCollection) - : this.config.load(); - } - - createProjection() { - const { projection = 'Mercator', rotate } = this.config; - const projectionFn = Projection[projection](); - if (rotate) { - projectionFn.rotate(rotate); - } - - return projectionFn; - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapTooltip.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapTooltip.tsx deleted file mode 100644 index e43f43630fc02..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/MapTooltip.tsx +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import React from 'react'; -import { isCompleteFieldDef } from 'encodable'; -import { uniqBy } from 'lodash'; -import { Tooltip } from '@vx/tooltip'; -import { TooltipFrame, TooltipTable } from '@superset-ui/core'; -import { ChoroplethMapChannelOutputs, ChoroplethMapEncoder } from './Encoder'; - -export type MapDataPoint = Omit & { - datum: Record; -}; - -export type MapTooltipProps = { - top?: number; - left?: number; - encoder: ChoroplethMapEncoder; - tooltipData?: MapDataPoint; -}; - -export default function MapTooltip({ - encoder, - left, - top, - tooltipData, -}: MapTooltipProps) { - if (!tooltipData) { - return null; - } - - const { channels } = encoder; - const { key, fill, stroke, strokeWidth, opacity, tooltip } = channels; - const { datum } = tooltipData; - - const tooltipRows = [ - { - key: 'key', - keyColumn: key.getTitle(), - valueColumn: key.formatDatum(datum), - }, - ]; - - [fill, stroke, opacity, strokeWidth].forEach(channel => { - if (isCompleteFieldDef(channel.definition)) { - tooltipRows.push({ - key: channel.name as string, - keyColumn: channel.getTitle(), - valueColumn: channel.formatDatum(datum), - }); - } - }); - - tooltip.forEach(g => { - tooltipRows.push({ - key: `${g.name}`, - keyColumn: g.getTitle(), - valueColumn: g.formatDatum(datum), - }); - }); - - return ( - - - row.keyColumn)} /> - - - ); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Projection.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Projection.ts deleted file mode 100644 index 0ddbc6c00ab7a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/Projection.ts +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { - geoMercator, - geoEquirectangular, - geoAlbers, - geoAlbersUsa, -} from 'd3-geo'; - -const Projection = { - Mercator: geoMercator, - Equirectangular: geoEquirectangular, - Albers: geoAlbers, - AlbersUsa: geoAlbersUsa, -}; - -type Projection = keyof typeof Projection; - -export default Projection; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/components.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/components.ts deleted file mode 100644 index 54e9b0f2612c0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/components.ts +++ /dev/null @@ -1,67 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/// -import { styled, supersetTheme } from '@superset-ui/core'; - -export const PADDING = supersetTheme.gridUnit * 4; - -export const RelativeDiv = styled.div` - position: relative; -`; - -export const ZoomControls = styled.div` - position: absolute; - top: ${PADDING}px; - right: ${PADDING}px; - display: flex; - flex-direction: column; - align-items: flex-end; -`; - -export const MiniMapControl = styled.div` - position: absolute; - bottom: ${PADDING + 6}px; - right: ${PADDING + 1}px; -`; - -export const IconButton = styled.button` - width: ${({ theme }) => theme.gridUnit * 6}px; - font-size: ${({ theme }) => theme.typography.sizes.xl}px; - text-align: center; - color: #222; - margin: 0px; - margin-bottom: 2px; - background: #f5f8fb; - padding: 0px ${({ theme }) => theme.gridUnit}px; - border-radius: ${({ theme }) => theme.borderRadius}px; - border: none; -`; - -export const TextButton = styled.button` - text-align: center; - font-size: ${({ theme }) => theme.typography.sizes.s}px; - color: #222; - margin: 0px; - background: #f5f8fb; - padding: ${({ theme }) => theme.gridUnit / 2}px - ${({ theme }) => theme.gridUnit * 1.5}px; - border-radius: ${({ theme }) => theme.borderRadius}px; - border: none; -`; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/loadMap.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/loadMap.ts deleted file mode 100644 index 8d1bd6eb6aa9d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/chart/loadMap.ts +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { mapsLookup } from '../maps'; -import MapMetadata from './MapMetadata'; - -export default function loadMap(key: string) { - if (key in mapsLookup) { - const metadata = new MapMetadata(mapsLookup[key]); - return metadata.loadMap().then(object => ({ metadata, object })); - } - - return Promise.reject(new Error(`Unknown map: ${key}`)); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/configureEncodable.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/configureEncodable.ts deleted file mode 100644 index 05a204128652a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/configureEncodable.ts +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { - Encodable, - ColorSchemeResolver, - TimeFormatResolver, - CategoricalColorScaleResolver, - defaultColorSchemeResolver, - addPrefix, -} from 'encodable'; -import { - CategoricalColorNamespace, - getCategoricalSchemeRegistry, - getSequentialSchemeRegistry, - getNumberFormatter, - getTimeFormatter, - LOCAL_PREFIX, - getTimeFormatterRegistry, -} from '@superset-ui/core'; - -const timeFormat: TimeFormatResolver = ({ - format, - formatInLocalTime = false, -} = {}) => { - const formatString = formatInLocalTime - ? addPrefix( - LOCAL_PREFIX, - format ?? getTimeFormatterRegistry().getDefaultKey()!, - ) - : format; - - return getTimeFormatter(formatString); -}; - -const colorSchemeResolver: ColorSchemeResolver = ({ - name, - type = 'categorical', -} = {}) => { - if (type === 'sequential') { - const scheme = getSequentialSchemeRegistry().get(name); - - return typeof scheme === 'undefined' - ? scheme - : { type: 'sequential', ...scheme }; - } - if (type === 'categorical') { - const scheme = getCategoricalSchemeRegistry().get(name); - - return typeof scheme === 'undefined' - ? scheme - : { type: 'categorical', ...scheme }; - } - return defaultColorSchemeResolver({ name, type }); -}; - -const colorScaleResolver: CategoricalColorScaleResolver = ({ - name, - namespace, -} = {}) => CategoricalColorNamespace.getScale(name, namespace); - -export default function configureEncodable() { - Encodable.setNumberFormatResolver(getNumberFormatter) - .setTimeFormatResolver(timeFormat) - .setColorSchemeResolver(colorSchemeResolver) - .setCategoricalColorScaleResolver(colorScaleResolver); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/images/thumbnail.png b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/images/thumbnail.png deleted file mode 100644 index fd31d5b8ff8b4..0000000000000 Binary files a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/images/thumbnail.png and /dev/null differ diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/index.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/index.ts deleted file mode 100644 index d9eb316b4f523..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/index.ts +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -export { default as ChoroplethMapChartPlugin } from './plugin'; -export { maps, mapsLookup } from './maps'; -export { default as configureEncodable } from './configureEncodable'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/belgium-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/belgium-topo.json deleted file mode 100644 index 9449de59133f3..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/belgium-topo.json +++ /dev/null @@ -1,3131 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [11670, 14542], - [17, -7], - [58, 5], - [32, -66], - [9, -29], - [2, -47], - [17, -22], - [1, -20], - [-19, -33], - [43, -91], - [0, -28], - [-48, -27], - [-14, -18], - [-12, -44], - [-3, -49], - [5, -26], - [50, -9], - [52, -36], - [42, -42], - [40, -49], - [28, -56], - [11, -48], - [2, -87], - [-7, -62], - [-14, -42], - [-50, -20], - [-28, -48], - [-1, -20], - [13, -35], - [15, -15], - [59, -36], - [46, -36], - [42, -26], - [3, -26], - [-24, -24], - [-86, -39], - [0, -50], - [-65, -7], - [-73, -25], - [-28, -15], - [-55, -43], - [-40, -17], - [-60, 16], - [-81, -36], - [-79, -33], - [-36, 4], - [-8, 37], - [-19, 11], - [-59, 11], - [-65, 6], - [-32, 12], - [-54, 0], - [-86, 9], - [14, 57], - [3, 43], - [-7, 34], - [-15, 13], - [-43, 67], - [-31, 39], - [-47, 8], - [-13, 23], - [0, 36], - [-25, 9], - [-128, 17], - [-23, 22], - [-28, 10], - [-42, 1], - [-18, 8], - [-16, 40], - [-26, 15], - [-38, 8], - [-4, 16], - [16, 38], - [33, 25], - [19, 35], - [5, 35], - [10, 16], - [32, 13], - [50, 3], - [40, 19], - [31, 6], - [17, 24], - [12, 50], - [1, 69], - [7, 18], - [-14, 29], - [-24, 20], - [-7, 25], - [10, 35], - [65, 75], - [44, 47], - [35, 25], - [-33, 55], - [-4, 27], - [24, 14], - [13, 53], - [57, -11], - [33, -1], - [30, 8], - [79, 56], - [38, 11], - [105, -4], - [56, -11], - [28, -14], - [24, 15], - [70, 55], - [16, 8], - [20, 27], - [44, 19], - [64, -2] - ], - [ - [15151, 20146], - [29, -60], - [-45, -14], - [-46, -27], - [-12, -47], - [-2, -41], - [7, -49], - [-43, -25], - [-50, 8], - [-52, 27], - [-12, 58], - [5, 101], - [19, 25], - [40, 14], - [41, -10], - [121, 40] - ], - [ - [16891, 18169], - [-62, -136], - [-13, -67], - [-4, -160], - [3, -76], - [11, -44], - [25, -46], - [85, -61], - [25, -33], - [40, -40], - [24, -46], - [23, -58], - [15, -78], - [13, -46], - [12, -62], - [20, -57], - [-8, -51], - [-34, -77], - [-57, -91], - [-72, -19], - [-35, -3], - [-105, -2], - [-43, -14], - [-26, -21], - [-28, -46], - [-31, -69], - [-14, -46], - [-260, 7], - [-93, 9], - [-48, -42], - [-43, -46], - [-40, -79], - [-131, -183], - [-43, -30], - [-126, -24], - [-56, -26], - [-52, -31], - [-59, -13], - [-113, -4], - [-44, -18], - [-48, -50], - [-71, -134], - [-45, -68], - [-15, -34], - [-18, -59] - ], - [ - [15350, 15895], - [-72, 28], - [-80, 24], - [-84, 10], - [-43, -2], - [-31, -6], - [-37, -18], - [-58, -18], - [-74, -11], - [-35, -13], - [-30, -22], - [-75, -69], - [-30, -24], - [-73, -48], - [-58, -25], - [-64, -33], - [-60, -10], - [-136, 3], - [-47, 76], - [-69, 91], - [-36, 19], - [-63, 25], - [-78, 49], - [-76, -41], - [-30, -48], - [-76, -37], - [-62, -26], - [-26, -19], - [-33, -41], - [-30, -28], - [-28, -62], - [-48, -73], - [-66, -50], - [-11, 133], - [-24, 52], - [-26, 24], - [-31, 16], - [-45, 5], - [-49, -4], - [-84, 5], - [-75, 1], - [-48, -4], - [-42, -9], - [-29, -54], - [-50, -26], - [-47, -35], - [-47, -55], - [-56, -95], - [-58, -16], - [-42, 0], - [-49, 18], - [-95, 47], - [-75, 19], - [-111, 39], - [-33, 29], - [-55, 29], - [-33, 8], - [-85, 15], - [-19, -48], - [-16, -61], - [-18, -39], - [-16, -21], - [-51, -12], - [-40, 10], - [-80, 37], - [-46, 8], - [-46, -3], - [-56, -17], - [-89, -22], - [-39, -3], - [-29, 8], - [-52, 32], - [-47, 24], - [-73, 14], - [4, 148], - [-3, 34], - [-14, 29], - [-39, 15], - [-45, -2], - [-49, -15], - [-128, 39], - [-136, 26], - [-64, 59], - [-56, 35], - [-63, 22], - [-44, 7], - [-46, -2], - [-37, -6], - [-116, -36], - [-33, 5], - [-30, 12] - ], - [ - [10626, 15915], - [-123, -43], - [-35, -9], - [-59, -3], - [-108, 4], - [13, 113], - [-1, 124], - [-16, 57], - [-13, 68], - [-24, 62], - [-47, 67], - [-30, 69], - [-3, 47], - [14, 57], - [23, 39], - [51, 47], - [109, 109], - [53, 31], - [49, 7], - [63, -1], - [50, -6], - [70, -20], - [74, -4], - [61, 9], - [59, 24], - [85, 21], - [60, 2], - [91, -3], - [51, 101], - [3, 175], - [3, 456], - [-44, 71], - [-24, 76], - [-25, 62], - [-36, 64], - [-29, 84], - [-14, 68], - [-15, 56], - [-10, 109], - [-11, 66], - [65, 150], - [5, 34], - [-4, 33], - [-30, 46], - [-110, 75], - [-21, 27], - [-23, 50], - [-25, 87], - [-6, 128], - [-9, 49], - [-14, 29], - [-43, 67], - [-49, 63], - [-32, 49], - [-31, 28], - [-60, 44] - ], - [ - [10554, 19130], - [-12, 19], - [-45, 17], - [-8, 68], - [-39, 46], - [33, 61], - [83, 5], - [102, -2], - [166, 5], - [13, 33], - [10, 2], - [357, 10], - [57, -212], - [126, 5], - [84, -7], - [106, -5], - [74, 42], - [90, 38], - [30, 87], - [-18, 100], - [-156, 182], - [-48, 140], - [20, 321], - [85, 107], - [39, 17], - [70, 40], - [104, 69], - [151, 56], - [75, 46], - [68, -10], - [99, 10], - [86, 20], - [119, 19], - [42, -55], - [47, -75], - [-15, -42], - [-67, -106], - [-34, -59], - [-20, -51], - [1, -16], - [42, -225], - [338, 79], - [37, -16], - [110, -22], - [115, -9], - [51, -29], - [43, -4], - [47, 19], - [40, -7], - [10, 26], - [102, -19], - [0, 54], - [-10, 75], - [8, 67], - [89, 61], - [92, 56], - [29, 103], - [46, 17], - [26, 28], - [30, 44], - [27, 73], - [27, 52], - [96, 112], - [171, 65], - [161, -69], - [212, -178], - [8, -223], - [-67, -191], - [36, -177], - [-37, 15], - [-116, 17], - [-59, 23], - [-96, 43], - [-80, -31], - [30, -82], - [29, -57], - [54, -43], - [39, -18], - [223, -2], - [326, 65], - [258, -175], - [65, -11], - [57, 45], - [100, 121], - [63, 66], - [80, 71], - [68, 66], - [76, 59], - [27, 59], - [14, 58], - [24, 48], - [-1, 45], - [-11, 48], - [18, 67], - [29, 52], - [50, 58], - [43, 41], - [87, -142], - [195, -48], - [80, -185], - [17, -210], - [-131, -245], - [-5, -99], - [293, -360], - [90, -459], - [257, 31], - [24, 21], - [106, 9], - [74, 21], - [145, -107], - [80, -81], - [-51, -179], - [-58, -152], - [11, -61], - [59, -50] - ], - [ - [21023, 12994], - [-42, -104], - [-26, -80], - [-3, -67], - [13, -58], - [4, -98], - [-3, -83], - [-58, 1], - [-75, -11], - [-60, 2], - [-133, 35], - [-55, 19], - [-134, 16], - [-39, 59], - [-27, 63], - [-62, 63], - [-31, 8], - [-94, 13], - [-72, 28], - [-60, 36], - [-29, 8], - [-28, -2], - [-41, -25], - [-51, -16], - [-67, -1], - [-39, 15], - [-27, 43], - [-39, 93], - [-4, 51] - ], - [ - [19741, 13002], - [19, -21], - [22, 6], - [49, 40], - [161, -1], - [140, 163], - [43, 10], - [23, 23], - [53, 33], - [61, -52], - [20, -52], - [27, -55], - [17, 4], - [126, -101], - [121, 40], - [146, -29], - [160, 84], - [94, -100] - ], - [ - [19732, 13505], - [-64, -34], - [-41, -37], - [-38, -50], - [-64, -67], - [-123, -121], - [-51, -40], - [-55, -27], - [-48, -15], - [-96, -37], - [-70, -15], - [-128, -38], - [-95, -4], - [-60, -40], - [-28, -33], - [-32, -87], - [-6, -71], - [-74, -39], - [-46, -19], - [-80, -24], - [-18, -19], - [-19, -40], - [-55, -13], - [-60, 0], - [-45, -9], - [-38, -26], - [-44, -52], - [-42, -20], - [-85, -17], - [-63, 21], - [-65, 27], - [-32, 32], - [-7, 50], - [5, 116], - [-4, 44], - [-11, 28], - [-20, 17], - [-62, -5], - [-80, -18], - [-83, -8], - [-32, -11], - [-93, -50], - [-73, -29], - [-66, -43], - [-19, -17], - [-60, -80], - [-127, 39], - [-55, 4], - [-22, -4], - [-55, -26], - [-43, -28], - [-41, -15], - [-35, -3], - [-45, 8], - [-112, 48] - ], - [ - [16827, 12608], - [2, 165], - [7, 63], - [20, 32], - [2, 95], - [-28, 71], - [-30, 34], - [-27, 8], - [-48, 3], - [-68, -7], - [-22, -13], - [-42, -7], - [-65, 0], - [-42, -8], - [-48, -17], - [-57, -2], - [-32, -7], - [-23, -12], - [-59, -8], - [-63, -23], - [-31, -2], - [-74, 4], - [-54, 6] - ], - [ - [16045, 12983], - [28, 46], - [22, 44], - [12, 51], - [-7, 54], - [-45, 102], - [88, 20], - [79, 27], - [22, 16], - [22, 38], - [12, 40], - [2, 49], - [-5, 49], - [-13, 47], - [-6, 60], - [4, 35], - [32, 123], - [40, 91], - [37, 108], - [1, 57], - [12, 61], - [30, 54], - [27, 24], - [63, 29], - [29, 20], - [34, 34], - [19, 31], - [11, 47], - [2, 61], - [-5, 61], - [-15, 60], - [-51, 6], - [-152, 7], - [-80, 21], - [-96, 9], - [-73, 0], - [-68, -10], - [-65, -26], - [-50, -27], - [-30, 71], - [-34, 54], - [-64, 3], - [-21, 6], - [-40, 29], - [-24, 30], - [-35, 65], - [5, 79], - [12, 59], - [66, 28], - [96, 69], - [32, 51], - [10, 40], - [-1, 34], - [-10, 31], - [-29, 53], - [-6, 33], - [3, 31], - [25, 30], - [43, 20], - [72, 51], - [56, 31], - [65, 28], - [38, 8], - [8, 82], - [23, 41], - [34, 30], - [56, 26], - [31, 19], - [106, 87], - [-41, 87], - [-20, 31], - [-49, 57], - [-79, 79], - [-39, 17], - [-47, 7], - [-108, 6], - [-55, -7], - [-29, -29], - [-5, -33], - [0, -82], - [-3, -34], - [-11, -30], - [-20, -17], - [-45, -24], - [-72, -24], - [-48, -2], - [-85, 2], - [-98, 10], - [-51, 54], - [-54, 42], - [-93, 43], - [-27, 21] - ], - [ - [16891, 18169], - [9, -6], - [150, 53], - [92, -24], - [344, -7], - [148, 93], - [397, -121], - [46, 53], - [31, 51], - [55, 27], - [39, 51], - [57, 34], - [75, 18], - [74, 42], - [56, 97], - [41, 4], - [106, -49], - [243, -272], - [55, -388], - [105, -123], - [240, -81], - [230, -95], - [24, -138], - [341, -52], - [48, 14], - [34, -8], - [167, 83], - [88, -25], - [123, -65], - [-7, -37], - [16, -32], - [-22, -51], - [35, -43], - [-22, -57], - [246, 28], - [6, 28], - [33, 35], - [39, -3], - [20, -37], - [10, -48], - [27, -64], - [47, -35], - [51, -48], - [-65, -71], - [-31, -42], - [-34, -22], - [-53, -11], - [-30, -25], - [-50, -88], - [-8, -60], - [22, -29], - [45, -7], - [42, -23], - [21, -52], - [-11, -38], - [-74, -60], - [-73, 13], - [-51, -24], - [-16, -45], - [34, -87], - [-24, -43], - [-16, -38], - [14, -92], - [-36, -19], - [-85, 31], - [-21, -38], - [-9, -45], - [-58, -124], - [-29, -77], - [-3, -49], - [39, -30], - [29, -48], - [-24, -50], - [-18, -66], - [-3, -26], - [22, -2], - [-49, -194], - [-234, -292], - [-5, -41], - [37, -37], - [43, -2], - [42, 22], - [47, 11], - [33, -31], - [1, -34], - [-62, -116], - [-38, -59], - [-58, -120], - [-24, -93], - [-31, -65], - [-102, -12], - [-23, -19], - [-38, -95], - [-33, -76], - [-16, -28], - [-13, -48], - [-36, -17], - [-74, -1], - [-115, -80], - [-25, -129], - [-3, -82], - [8, -70], - [6, -86], - [18, -75], - [50, -78], - [75, -25], - [117, -107] - ], - [ - [10626, 15915], - [-10, -91], - [-23, -103], - [-3, -123], - [-6, -48], - [-28, -69], - [-44, -65], - [-96, -75], - [-107, 14], - [-33, 7], - [-62, 26], - [-53, 32], - [-30, -60], - [-43, -74], - [-53, -82], - [6, -50], - [9, -34], - [15, -27], - [48, -66], - [22, -45], - [11, -34], - [13, -66], - [-59, -79], - [-27, -57], - [-21, -61], - [-19, -38], - [-58, 49], - [-81, 57], - [-76, 37], - [-56, 4], - [-40, -16], - [-13, -29], - [-2, -105], - [-6, -59], - [-27, -56], - [-40, -35], - [-36, -11], - [1, -75], - [7, -48], - [26, -69], - [27, -49], - [-49, -77], - [-26, -62], - [-27, -84], - [-22, -30], - [-56, -65], - [-18, -27], - [-23, -49], - [-5, -44], - [16, -38], - [39, -14], - [65, -3], - [35, -21], - [12, -52], - [-2, -135], - [-44, -92], - [-81, -113], - [-67, -82], - [-28, -56], - [-126, -54], - [-40, -4], - [-51, 8], - [-38, -6], - [-89, -29], - [-40, -1], - [-26, 9], - [-42, 24], - [-20, 24], - [-33, 17], - [-31, 1], - [-31, -7], - [-47, -23], - [-55, -48], - [-38, -48], - [-23, -49], - [-9, -44], - [1, -48], - [9, -32], - [25, -45], - [61, -36], - [32, -40], - [-51, -20], - [-84, -26], - [-42, -7], - [-32, 2], - [-56, 15], - [-87, 13], - [-54, 17] - ], - [ - [8361, 12761], - [-33, 56], - [-23, 27], - [-38, 27], - [-32, 8], - [-33, 0], - [-38, -10], - [-30, -21], - [-64, -57], - [-21, -12], - [-40, -5], - [-73, 26], - [-49, 26], - [-50, 16], - [-70, 3], - [-55, -11], - [-39, 28], - [-59, 31], - [-16, 20], - [-37, 70], - [-48, 72], - [-48, 20], - [-35, 1], - [-48, -6], - [-45, -13], - [-40, -4], - [-74, 4], - [-51, 11], - [-77, 3], - [-44, -6], - [-16, -46], - [-17, -69], - [-37, -120], - [-12, -80], - [-17, -36], - [-42, -43], - [-37, -55], - [-38, 23], - [-62, 29], - [-102, 33], - [-36, 4], - [-72, -5], - [-45, -15], - [-57, -6], - [-46, 5], - [-73, 24], - [-104, 47], - [39, 71], - [40, 103], - [-48, 55], - [-38, 22], - [-65, 0], - [-44, -14], - [-60, -7], - [-99, -3], - [-61, 3], - [-44, 13], - [-66, 39], - [-55, 29] - ], - [ - [5737, 13066], - [79, 95], - [91, 93], - [40, 31], - [75, 44], - [35, 30], - [22, 27], - [46, 75], - [-36, 39], - [-39, 25], - [-30, 2], - [-17, 188], - [-16, 57], - [-13, 67], - [-23, 74], - [-33, 63], - [-31, 20], - [-61, 19], - [-76, 28], - [16, 93], - [24, 59], - [19, 74], - [4, 75], - [-4, 61], - [-18, 69], - [-7, 56], - [-47, -3], - [-54, -15], - [-52, -30], - [-53, -7], - [-34, 20], - [-28, 63], - [9, 56], - [-9, 61], - [50, 43], - [43, 54], - [41, 88], - [-87, 103], - [-20, 43], - [3, 41], - [9, 19], - [44, 62], - [11, 43], - [-4, 45], - [-33, 72], - [-5, 36], - [4, 30], - [15, 29], - [37, 55], - [11, 33], - [5, 48], - [4, 130], - [-45, 81], - [-64, 72], - [29, 58], - [32, 54], - [13, 47], - [2, 37], - [-11, 61], - [-19, 29], - [-35, 31], - [-76, 36], - [-63, 47], - [-82, 55], - [-142, 78], - [-87, 73], - [-21, 14], - [-45, 14], - [-85, 1], - [-1, 71], - [35, 28], - [82, 51], - [57, 62], - [65, 39], - [70, 88], - [35, 64], - [20, 61], - [36, 92], - [15, 90], - [10, 46], - [-25, 82], - [-51, 105], - [-66, 101], - [-64, 89], - [64, 66], - [26, 49], - [8, 29], - [1, 33], - [-7, 30], - [-32, 34], - [-11, 49], - [6, 33], - [26, 38], - [68, 55], - [21, 38], - [8, 27], - [-3, 41], - [-33, 60], - [-38, 31], - [-24, 43], - [-7, 28], - [12, 38], - [16, 11], - [45, 11] - ], - [ - [5309, 18250], - [45, -65], - [50, -3], - [59, -28], - [25, -49], - [16, -60], - [68, -44], - [97, -12], - [101, 8], - [210, 11], - [122, 22], - [-56, 343], - [-14, 70], - [80, 29], - [76, -14], - [30, 29], - [56, -12], - [22, 60], - [32, 5], - [79, -60], - [36, -8], - [16, 54], - [10, 52], - [53, 57], - [86, -43], - [94, -55], - [143, -66], - [150, 12], - [104, -57], - [65, -40], - [125, -92], - [77, -19], - [57, 16], - [54, -7], - [75, 5], - [41, -38], - [17, -54], - [39, -17], - [45, 11], - [134, -70], - [-52, -118], - [-10, -53], - [-5, -265], - [122, -106], - [429, 88], - [50, -128], - [113, -22], - [139, 119], - [241, 57], - [234, 260], - [360, 69], - [299, 205], - [497, 387], - [216, 328], - [88, 95], - [34, 48], - [-29, 45] - ], - [ - [16045, 12983], - [5, -55], - [2, -86], - [13, -69], - [31, -67], - [12, -89], - [15, -53] - ], - [ - [16123, 12564], - [-74, -62], - [-41, -25], - [-45, -17], - [-58, -2], - [-45, 14], - [-70, 49], - [-17, 18], - [-54, 73], - [11, 32], - [-9, 61], - [-9, 32], - [-28, 55], - [-51, 49], - [-29, 13], - [-58, 17] - ], - [ - [15546, 12871], - [-28, 24], - [-28, 39], - [-25, 57], - [-21, 27], - [-37, 27], - [-32, 7], - [-33, -2], - [-82, -20], - [-7, -26], - [-23, -34], - [-39, -20], - [-86, -16], - [-48, -22], - [-63, -37], - [-67, -22], - [-79, 13], - [-85, 0], - [-35, -7], - [-80, -36], - [-51, -8], - [-32, 9], - [-36, 39], - [-15, 89], - [-15, 29], - [-34, 27], - [-81, 29], - [-35, 24], - [-39, 58], - [-115, 68], - [-25, 40], - [-15, 71], - [-68, 71], - [-64, 24], - [-100, 44], - [-48, 5], - [-48, -3], - [-33, -10], - [-54, -30], - [-47, -18], - [-59, -33], - [-26, -32], - [-55, -40], - [-83, 1], - [-83, 6], - [-79, 20], - [-104, 8], - [-58, 10], - [-16, -74], - [-3, -48], - [8, -70], - [43, -130], - [5, -47], - [-5, -33], - [-12, -19], - [-27, -13], - [-43, -3], - [-66, 6], - [-69, 1], - [-37, 9], - [-38, 24], - [-63, 59], - [-61, -18], - [-34, -27], - [-30, -56], - [-11, -65], - [-128, -10], - [-46, -10], - [-41, -28], - [-73, -70], - [-43, -24], - [-35, -6], - [-72, 4], - [-42, 11], - [-22, 52], - [-30, 53], - [-14, 67], - [3, 73], - [-69, -4], - [-54, -11], - [-30, -19], - [-43, -41], - [-39, -55], - [-31, -28], - [-50, -89], - [-47, 30], - [-39, 18], - [-79, -1], - [-44, -4], - [-93, -27], - [-60, -22], - [-29, -24], - [-6, -19], - [-7, -75], - [-16, -47], - [-45, -52], - [-49, 88], - [-57, 82], - [-14, 13], - [-66, 40], - [-1, -44], - [-8, -41], - [-16, -35], - [-16, -20], - [-56, -36], - [-18, -45], - [-60, -117], - [-48, -2], - [-74, 5], - [-43, 13], - [-28, 1], - [-25, -8], - [-27, -25], - [-48, -13], - [-80, -7], - [-60, -15], - [-48, 40], - [-94, 59], - [-44, 21], - [-48, 11], - [-111, 5], - [-47, 15], - [-49, 39], - [-90, 100], - [-38, -1], - [-49, 17], - [-69, -6], - [-32, -12], - [-43, -38], - [-39, -60] - ], - [ - [9768, 12483], - [-59, 0], - [-69, -10], - [-51, -19], - [-14, -20], - [-68, -55], - [-49, -27], - [-90, -18], - [-81, -33], - [-31, -8], - [-49, -4], - [-123, 0], - [-48, -4], - [-33, -11], - [-98, -55], - [-33, -15], - [-67, 7], - [-68, 17], - [-34, 3], - [-131, 4], - [-63, 12], - [-18, 33], - [-85, 127], - [-46, 74], - [-15, 34], - [-7, 61], - [1, 75], - [6, 50], - [16, 60] - ], - [ - [5737, 13066], - [-40, -34], - [-30, -40], - [-18, -42], - [-8, -43], - [-184, -105], - [-94, -76], - [-39, -10], - [-84, -53], - [-30, -24], - [-54, -58], - [-56, -77], - [-46, 0], - [-42, 11], - [-77, 48], - [-54, 40], - [-29, 18], - [-44, 34], - [-28, 122], - [-27, 70], - [-35, 71], - [-22, 36], - [-16, 11], - [-31, 8], - [-34, -1], - [-79, -21], - [-57, -5], - [-35, 5], - [-165, 43], - [-115, 4], - [-45, -49], - [-37, -27], - [-45, -9], - [-81, 5], - [-16, -2] - ], - [ - [3940, 12916], - [-125, 209], - [-91, 181], - [-134, -22], - [-86, 54], - [-60, -124], - [-78, -67], - [-60, -16], - [-138, 81], - [-114, -53], - [-25, -42] - ], - [ - [3029, 13117], - [-13, 40], - [-77, 147], - [-33, 53], - [-25, 56], - [-40, 44], - [-53, -18], - [-67, -16], - [-51, -16], - [-95, -7], - [-68, -15], - [-40, -50], - [-27, -56], - [-9, -36], - [-7, -84], - [-12, -36], - [-29, -41], - [-57, -58], - [-43, 16], - [-39, 23], - [-43, 8], - [-83, 0], - [-50, -11], - [-43, -39], - [-38, -19], - [-26, -33], - [-54, -46], - [-23, -26], - [-16, -30], - [2, -51], - [26, -34], - [54, -39], - [24, -26], - [19, -41], - [6, -34], - [9, -151], - [-11, -25], - [-9, -53] - ], - [ - [1988, 12413], - [-7, -2], - [-136, 194], - [-222, -50], - [-139, 109], - [-58, 208], - [-141, 152], - [9, 70], - [-42, 55], - [-99, 61], - [-85, 156], - [-9, 142], - [-24, 26], - [-237, 20], - [-75, 73], - [-50, -49], - [-52, -31], - [-120, -5], - [-64, 239], - [-49, 50], - [-15, 70], - [-98, 22], - [1, 36], - [77, 106], - [-26, 92], - [10, 244], - [-26, 105], - [12, 64], - [-92, 34], - [-13, 32], - [120, 123], - [132, 152], - [-2, 36], - [-146, 408], - [-57, 36], - [-110, 108], - [-59, 428], - [-6, 10], - [-90, 478], - [150, 82], - [84, 48], - [98, 69], - [77, 46], - [10, 11], - [59, 35], - [21, 20], - [56, 40], - [46, 20], - [24, 17], - [140, 57], - [129, 66], - [35, 28], - [81, 55], - [63, 48], - [98, 40], - [45, 29], - [46, 34], - [52, 29], - [17, 17], - [56, 34], - [77, 52], - [112, 80], - [56, 34], - [17, 18], - [102, 71], - [7, 0], - [49, 40], - [52, 37], - [284, 212], - [48, 22], - [46, 43], - [0, 12], - [28, 23], - [56, 34], - [31, -3], - [46, 34], - [77, 43], - [56, 40], - [111, 69], - [11, 11], - [94, 63], - [7, 0], - [74, 57], - [17, 6], - [28, 26], - [35, 23], - [42, 17], - [7, 14], - [42, 32], - [18, 5], - [52, 35], - [14, 20], - [28, 11], - [56, 46], - [21, 8], - [14, 26], - [17, 3], - [39, 32], - [14, 34], - [56, 31], - [21, 0], - [80, 49], - [21, 6], - [28, 20], - [28, 5], - [7, 12], - [49, 23], - [42, 14], - [129, 54], - [39, 9], - [66, 34], - [49, 12], - [18, 14], - [38, 17], - [-14, 43], - [-24, 23], - [-11, 48], - [-31, 60], - [-7, 46], - [10, 26], - [53, -11], - [10, 22], - [21, 18], - [17, -18], - [-10, -22], - [-45, -35], - [-11, -54], - [32, -9], - [27, 37], - [49, 0], - [21, 20], - [35, -2], - [0, -35], - [-31, -11], - [-28, -40], - [17, 0], - [7, -57], - [-14, -12], - [7, -43], - [25, 20], - [-14, 15], - [17, 20], - [0, 34], - [18, 6], - [7, 28], - [21, -5], - [31, -32], - [4, 29], - [28, 11], - [21, -20], - [21, 17], - [-4, 32], - [11, 31], - [-21, 12], - [-35, 77], - [45, 11], - [21, -8], - [11, -78], - [-7, -8], - [0, -63], - [10, -23], - [84, 23], - [46, -3], - [73, 40], - [42, 0], - [91, 46], - [35, 34], - [101, 32], - [70, 28], - [66, 6], - [32, 17], - [84, 34], - [77, 12], - [34, 14], - [52, -62], - [24, -45], - [3, -43], - [-8, -42], - [27, -34], - [40, -37], - [26, -61], - [1, -57], - [-63, -61], - [-32, -89], - [31, -249], - [48, -34], - [-9, -54], - [-3, -62], - [74, -27], - [30, -46] - ], - [ - [5100, 19242], - [22, 5], - [24, -26], - [7, -46], - [-53, 67] - ], - [ - [15546, 12871], - [-22, -70], - [-34, -64], - [-10, -32], - [-6, -58], - [2, -90], - [19, -50], - [12, -135], - [-14, -69], - [-21, -79], - [-3, -49], - [-3, -139], - [-7, -49], - [-64, -133], - [-28, -36], - [-41, -41] - ], - [ - [15326, 11777], - [-95, 36], - [-30, 2], - [-27, -9], - [-17, -18], - [-51, -71], - [-46, -96], - [-46, -5], - [-168, -46], - [-34, -19], - [-28, -36], - [-32, -32], - [-26, -18], - [-48, -23], - [-131, -31], - [-57, -1], - [-58, 7], - [-92, -13], - [-66, -17], - [-45, -3], - [-121, 1], - [-42, -5], - [-72, -24], - [-40, -22], - [-64, -58], - [-39, -22], - [-48, 8], - [-35, 57], - [-53, 123], - [-74, -40], - [-23, -22], - [-34, -48], - [-24, -25], - [-29, -18], - [-55, -6], - [-32, 9], - [-104, 59], - [-29, 5], - [-35, -4], - [-15, -31], - [-3, -40], - [10, -29], - [30, -52], - [26, -60], - [27, -109], - [-2, -29], - [-24, -30], - [-68, -23], - [-35, -5], - [-61, -1], - [-73, 3], - [-108, 17], - [2, 19], - [-21, 16], - [-24, -3], - [-40, -36], - [-61, -31], - [-99, -78], - [12, -47], - [9, -103] - ], - [ - [12758, 10700], - [-104, -4], - [-48, -8], - [-82, -26], - [-71, -27], - [-73, -37], - [-67, -9], - [-33, 43], - [-23, 44], - [-24, 15], - [-38, -3], - [-47, -29], - [-46, -6], - [-28, 25], - [-16, 69], - [-31, 72], - [-50, 38], - [-53, 28], - [-21, 23], - [-33, 18], - [-84, 21], - [-40, 2], - [-88, -18], - [-118, -3], - [-80, -7], - [-122, -40], - [-77, -2], - [-39, 62], - [-39, 36], - [-93, 43], - [-36, 26], - [-42, 43], - [-40, 56], - [-43, 39], - [-38, 44], - [-17, 10], - [-61, 21], - [-59, 13], - [-32, 24], - [-6, 19], - [-3, 55], - [4, 70], - [14, 61], - [-46, 4], - [-55, 14], - [-79, 12], - [-108, 53], - [-21, 21], - [-10, 56], - [5, 49], - [16, 57], - [4, 45], - [-16, 56], - [-63, 94], - [-40, -9], - [-87, -6], - [-101, -108], - [-30, -38], - [-31, -67], - [-14, -63], - [-15, -24], - [-31, -20], - [-33, -13], - [-35, -5], - [-48, 2], - [-35, 7], - [-48, 24], - [-24, 18], - [-26, 33], - [-51, 104], - [-46, 103], - [-10, 47], - [-3, 74], - [16, 22], - [26, 56], - [6, 50], - [-14, 55], - [-5, 83], - [4, 30], - [28, 68], - [57, 98] - ], - [ - [12758, 10700], - [-30, -56], - [-45, -68], - [-37, -76], - [-24, -74], - [-7, -36], - [-5, -123], - [10, -55], - [16, -16], - [41, -9], - [51, 11], - [40, 36], - [27, 5], - [39, -16], - [24, -24], - [27, -54], - [-9, -81], - [-28, -84], - [-38, -91], - [-19, -107], - [1, -67], - [-23, -67], - [155, -25], - [29, -13], - [23, -24], - [9, -21], - [6, -47], - [-9, -74], - [-57, -161], - [-28, -51], - [-10, -29], - [-1, -30], - [11, -56], - [3, -47], - [-6, -47], - [-41, -124], - [-7, -88], - [3, -89], - [21, -95], - [2, -62], - [-8, -49], - [-27, -67], - [-127, -10], - [-84, -26], - [-52, -20], - [-82, -24], - [-29, -1], - [-70, 9], - [-41, 81], - [-46, 44], - [-39, 20], - [-29, 8], - [-44, 2], - [-47, -4], - [-17, -61], - [-32, -66], - [-17, -63], - [-33, -42], - [-30, -12], - [-32, -1], - [-65, 19], - [-79, 16], - [-45, 15], - [-56, 7], - [-31, -5], - [-29, -27], - [-36, -107], - [-23, -35], - [-26, -18], - [-89, -39], - [-46, -24], - [-41, -52], - [-49, -40], - [-33, -12], - [-70, -9], - [-33, -8], - [-30, -17], - [-39, -33], - [-62, -40], - [-68, -49], - [-31, -60], - [-1, -42], - [20, -41], - [24, -27], - [46, -38], - [147, -77], - [25, -5], - [39, 4], - [36, 25], - [21, 27], - [23, 55], - [37, 38], - [32, 8], - [53, -12], - [50, -33], - [118, -73], - [-4, -110], - [-19, -82], - [-7, -98], - [1, -177], - [-7, -61], - [-16, -31], - [-22, -26], - [-52, -40], - [-27, -31], - [-48, -40], - [-15, -30], - [-6, -35], - [2, -35], - [13, -34], - [21, -28], - [52, -44], - [13, -19], - [28, -74], - [41, -134], - [18, -45], - [-10, -69], - [-31, -85], - [12, -85], - [-1, -206], - [5, -62], - [28, -97], - [26, -74], - [41, -85], - [30, -124], - [7, -144], - [16, -70], - [5, -98], - [-2, -150], - [6, -60], - [13, -38], - [22, -41], - [30, -34], - [51, -41], - [32, -63], - [8, -59], - [-1, -171] - ], - [ - [11928, 4544], - [-32, -15], - [-167, 95], - [-126, 20], - [-68, 5], - [-48, 50], - [-198, -15], - [-89, 108], - [-100, 17], - [-55, 43], - [-126, -46], - [-203, -1], - [-159, -64], - [-224, -34], - [-12, 133], - [-136, 89], - [-124, -10], - [-83, 38], - [96, 87], - [39, 96], - [-9, 33], - [-87, 44], - [-74, 115], - [12, 68], - [148, 265], - [64, -6], - [123, 25], - [66, 77], - [146, 77], - [37, 56], - [-16, 102], - [-140, 188], - [-4, 67], - [-44, 51], - [36, 60], - [-52, 199], - [-202, 5], - [-107, -63], - [-121, 61], - [87, 194], - [79, 68], - [12, 70], - [-32, 97], - [41, 98], - [-2, 69], - [27, 56], - [-61, 156], - [95, 17], - [45, 70], - [65, 106], - [98, 86], - [35, 1], - [102, 141], - [-93, 187], - [-135, 28], - [-31, 16], - [-60, 91], - [-60, 3], - [-53, -92], - [93, -101], - [-20, -101], - [-181, 18], - [22, 26], - [-29, 128], - [-62, -13], - [7, 172], - [-42, 132], - [-63, 17], - [-57, 84], - [-127, -25], - [-13, 112], - [-157, 186], - [-91, 44], - [-78, 154], - [-73, -67], - [-129, -37], - [-40, -55], - [-93, 42], - [-30, -61], - [-1, 71], - [-34, 6], - [-264, -163], - [-119, -49], - [-93, -4], - [18, 64], - [-20, 64], - [-95, -8], - [-82, 94], - [-110, 62], - [-95, -18], - [-21, -64], - [-63, -11], - [16, 67], - [-54, 34], - [-57, -34], - [-98, 20], - [-98, -21], - [-12, -33], - [-131, 0], - [-48, -90], - [-4, -72], - [-29, -56], - [12, -154], - [-33, -11], - [-77, 61], - [16, -92], - [-40, -48], - [-124, 155], - [-37, 96], - [-71, 76], - [14, 67], - [-67, 78], - [8, 137], - [-54, 85], - [95, 190], - [3, 212], - [-29, 276], - [-53, 83], - [3, 135], - [-44, 51], - [-65, 6], - [-89, 188], - [-135, 155], - [-155, -56], - [-93, 93], - [-63, -17], - [-234, -39], - [-88, -55], - [-32, -14], - [-21, 29], - [-9, 71], - [8, 36], - [116, 174], - [5, 35], - [-14, 34], - [-59, 36], - [-199, 51], - [-30, -17], - [-88, -111], - [-38, -139], - [-67, 0], - [-24, 19], - [-189, -106], - [-97, -21], - [-81, -60], - [-107, 131], - [-161, 43], - [-37, 3], - [-49, 94], - [-217, 106], - [-43, 127], - [12, 133], - [-35, 59], - [53, 35], - [-40, 50], - [23, 97], - [-35, 56], - [13, 129], - [-46, 116], - [-9, 67], - [-84, 102], - [16, 65], - [-51, 82], - [-39, 48], - [27, 57], - [-23, 52], - [-18, 157], - [11, 32], - [113, 63], - [-52, 157], - [34, 7], - [6, 71], - [-72, 111], - [-237, 33], - [-117, 125], - [43, 94], - [-17, 31], - [-52, 33], - [-24, 91], - [-18, 30] - ], - [ - [3029, 13117], - [-9, -14], - [-126, 36], - [-34, -58], - [-167, -111], - [-71, -72], - [-94, 26], - [-107, -76], - [-15, -29], - [37, -90], - [-40, -39], - [-44, -49], - [-1, -139], - [-49, -92], - [-64, 7], - [-14, -94], - [-60, -11], - [-101, 130], - [-82, -29] - ], - [ - [21023, 12994], - [54, -45], - [345, 71], - [91, -21], - [79, -24], - [79, -14], - [50, 9], - [29, -4], - [3, -27], - [103, -299], - [-1, 22], - [41, -35], - [160, -64], - [117, 9], - [-1, 13], - [138, -12], - [114, -102], - [191, -328], - [155, -190], - [-27, -59], - [52, -46], - [2, -38], - [-39, -3], - [-36, -41], - [-2, 39], - [-39, -3], - [53, -70], - [32, -160], - [154, 100], - [9, -7], - [69, 5], - [119, -69], - [191, 12], - [41, -36], - [1, -18], - [78, -39], - [-169, -250], - [-61, 15], - [-60, -67], - [2, -38], - [-78, 33], - [-51, -71], - [-37, -27], - [-21, -24], - [-38, -3], - [4, -76], - [-75, -44], - [-38, -2], - [-24, -28], - [-22, -96], - [54, -180], - [186, -164], - [85, -152], - [144, -14], - [2, -27], - [38, 2], - [2, -38], - [38, 2], - [-2, 39], - [36, 40], - [40, -36], - [39, -1], - [135, -14], - [102, 50], - [94, -92], - [78, -302], - [134, -125], - [18, 20], - [40, -36], - [2, -40], - [9, -8], - [-78, -260], - [-1, -164], - [-136, -145], - [-5, -111], - [33, -41], - [118, -110], - [2, -42], - [55, -69], - [24, 0], - [5, -37], - [35, 1], - [79, -73], - [4, -76], - [37, 1], - [2, -37], - [38, 1], - [-31, -115], - [-74, -40], - [-37, -2], - [-24, 23], - [-160, -73], - [-95, 102], - [-101, -17], - [-1, 21], - [-36, -41], - [-115, -8], - [6, -114], - [-76, -5], - [6, -114], - [-38, -3], - [2, -38], - [-38, -3], - [6, -114], - [-33, -95], - [4, -60], - [-131, -10], - [-77, -23], - [-19, -22], - [-67, -4], - [-165, -51], - [-68, -116], - [-135, -75], - [121, -481], - [-26, -25], - [-101, -83], - [-80, -18], - [4, -62], - [-38, -1], - [-31, 28], - [-70, -197], - [114, -52], - [-23, -126], - [-49, 1], - [2, -35], - [-78, -2], - [-85, 38], - [56, 138], - [-31, 125], - [-118, 79], - [-131, 16], - [-21, -147], - [-42, -18], - [-65, 11], - [-104, 38], - [-79, 46], - [-31, 124] - ], - [ - [21843, 7004], - [12, 2], - [16, 80], - [12, 45], - [2, 30], - [-9, 32], - [-38, 61], - [-15, 33], - [-26, 167], - [-3, 73], - [-19, 52], - [-26, 103], - [-2, 60], - [10, 65], - [17, 77], - [11, 150], - [19, 69], - [5, 36], - [6, 99], - [-2, 36], - [-12, 45], - [-25, 35], - [-132, 108], - [-76, 41], - [-88, 55], - [-46, 22], - [-30, 8], - [-44, 0], - [-55, -14], - [-45, -5], - [-71, 0], - [-45, 8], - [-65, 33], - [-58, 51], - [-36, 20], - [-46, -5], - [-62, -59], - [-44, -73], - [-12, -39], - [39, -112], - [5, -47], - [-9, -59], - [-40, -88], - [1, -50], - [11, -19], - [26, -20], - [21, -7], - [67, -4], - [39, -15], - [17, -41], - [-1, -34], - [-10, -34], - [-39, -39], - [-80, -27], - [-84, -23], - [-117, -12], - [-69, -16], - [-73, -2], - [-124, 4], - [-48, 6], - [-55, 15], - [-58, -2], - [-91, -33], - [-118, -12], - [-59, -16], - [20, 99], - [31, 77], - [61, 109], - [34, 50], - [8, 29], - [-10, 38], - [-38, 15], - [-55, 4], - [-45, 13], - [-38, 29], - [-24, 27], - [-21, 44], - [-5, 37], - [0, 63], - [4, 102], - [7, 49], - [32, 78], - [27, 51], - [30, 43], - [-127, 35], - [-152, 57], - [-38, 18], - [-50, 32], - [-87, 6], - [-78, 1], - [-37, 63], - [-70, 100], - [-54, 53], - [-38, 55], - [-44, 34], - [-50, 3], - [-94, -36], - [-102, -28], - [-47, -6], - [-48, 2], - [-43, 11], - [-46, 25], - [-24, 22], - [-60, 72], - [-10, 69], - [-9, 40], - [-58, 114], - [-109, -90], - [-52, -27], - [-85, -21], - [-31, 0], - [-42, 15], - [-112, 74], - [-74, 67], - [-30, 22], - [-31, 12], - [-43, 7], - [1, -48], - [10, -55], - [18, -41], - [39, -71], - [6, -33], - [-4, -34], - [-15, -34], - [-44, -50], - [-70, -64], - [-63, -45] - ], - [ - [17893, 9101], - [-49, 7], - [-53, 15], - [-30, 0], - [-64, -13], - [-98, -10], - [-43, -19], - [-99, -107], - [-46, -41], - [-43, -17], - [-43, 4], - [-36, 23], - [-31, 41], - [-34, 36], - [-25, 55], - [-13, 50], - [-27, 84], - [-19, 30], - [-49, 44], - [-48, 23], - [-35, 7], - [-82, 11], - [-62, 23], - [-42, 11], - [31, 139], - [27, 70], - [26, 49], - [-21, 43], - [-19, 58], - [-50, 52], - [-20, 33], - [-20, 53], - [-11, 82], - [-30, 77], - [-53, 76], - [-90, -66], - [-28, -15], - [-41, -9], - [-60, -1], - [-56, 108], - [-54, 85], - [-51, 71], - [-28, 64], - [-54, 15], - [-71, 2], - [-42, 16], - [-28, 32], - [-18, 55], - [-22, 46], - [-15, 12], - [-31, 9], - [-67, -6], - [-101, -40], - [-106, -12], - [-55, -15], - [-96, -16], - [18, 112], - [9, 31], - [47, 96], - [45, 69], - [30, 68], - [19, 86], - [-43, 49], - [-20, 30], - [-49, 106], - [-15, 50], - [-34, 76], - [-44, 30], - [-32, 40], - [-31, 26], - [-23, 32], - [-31, 26], - [-31, 46], - [-89, 109], - [8, 58], - [18, 69], - [5, 58], - [1, 85] - ], - [ - [16123, 12564], - [78, -42], - [48, -56], - [31, -27], - [48, -77], - [32, -63], - [119, 92], - [23, 59], - [14, 104], - [20, 25], - [29, 9], - [67, 7], - [72, 14], - [49, 2], - [74, -3] - ], - [ - [19732, 13505], - [63, -40], - [27, -200], - [-12, -40], - [-26, -56], - [-23, -81], - [-27, -58], - [7, -28] - ], - [ - [21843, 7004], - [-10, 41], - [-143, -53], - [-89, -10], - [-128, -48], - [-85, -372], - [-326, -257], - [-6, -16], - [-12, -81], - [-33, -61], - [-16, -78], - [-12, -88], - [-94, -45], - [-69, -65], - [-30, -60], - [16, -159], - [-39, -163], - [-61, -103], - [-112, -75], - [-11, -67], - [9, -74], - [47, -51], - [51, -76], - [1, -74], - [-41, -45], - [-127, -31], - [-7, -80], - [-30, -40], - [-59, 26], - [-39, 8], - [-23, -39], - [-67, -8], - [-16, -94], - [6, -63], - [-8, -61], - [-35, -63], - [-37, -129], - [-43, -78], - [-39, -9], - [-60, -90], - [6, -43], - [85, -52], - [96, -50], - [78, -58], - [1, -58], - [-23, -9], - [-38, -67], - [-10, -9], - [-107, 5], - [-5, -12], - [5, -58], - [9, -41], - [-11, -31], - [-28, -21], - [0, -82], - [-17, 1], - [-2, -53], - [-26, -19], - [22, -72], - [12, -79], - [-24, -58], - [42, -55], - [17, -88], - [4, -84], - [155, -1], - [75, -73], - [208, -453], - [29, -175], - [0, -25], - [104, -6], - [75, 29], - [54, -9], - [50, -52], - [36, -62], - [44, -62], - [-52, -53], - [-46, -58], - [-15, -86], - [4, -68], - [42, -67], - [70, -45], - [68, -31], - [73, -44], - [-28, -72], - [-7, -47], - [6, -79], - [-5, -76], - [-144, -9], - [-23, -63], - [7, -62], - [-43, -65], - [-28, -69], - [5, -78], - [-58, -43], - [-50, -43], - [-12, -70], - [103, -40], - [36, 3], - [1, -107], - [-40, -51], - [-68, -65], - [-42, -55], - [-106, -92], - [-35, 16], - [-82, -78], - [-14, 28], - [-124, 42], - [-129, 109], - [-89, -36], - [-9, -170], - [-91, -34], - [-79, 53], - [-53, -35], - [-128, -16], - [-77, 68], - [-125, 25], - [-53, 40], - [-98, -28], - [-78, -68], - [0, -36], - [-94, -95], - [20, -100], - [-23, -64], - [-40, -88], - [-25, 12], - [-84, 148], - [-155, 61], - [-95, 6], - [-73, -113], - [-69, -45], - [-193, -59], - [-101, -2], - [-87, -97], - [-29, 18], - [-18, 103], - [-102, 92], - [106, 85], - [7, 104], - [-143, 144], - [-7, 19], - [31, 13], - [48, 130], - [-92, 39], - [-65, 200], - [13, 33], - [-236, 254], - [-294, 142], - [-42, -132], - [-114, -40], - [-44, -22], - [-64, 185], - [99, 178], - [76, 64], - [-85, 104], - [-205, 187], - [-27, 39], - [-11, 37], - [-76, 70], - [-140, -93], - [-95, 35], - [-97, -12], - [-44, 54], - [-57, -22], - [-58, 23], - [-152, -17], - [-5, 170], - [-29, 60], - [-58, 25], - [-51, -86], - [-129, 83], - [11, 99], - [-177, 338], - [-44, 51], - [-130, -33], - [-140, 88], - [-201, 97], - [-82, 146], - [-65, 67], - [-124, 2] - ], - [ - [15206, 3121], - [50, 2], - [11, 37], - [-19, -1], - [6, 26], - [33, 36], - [35, 71], - [5, 37], - [0, 49], - [-6, 37], - [-27, 66], - [-19, 30], - [68, 111], - [40, 42], - [26, 18], - [77, 44], - [75, 53], - [27, 31], - [53, 33], - [37, 15], - [24, 84], - [13, 90], - [12, 28], - [45, 44], - [57, 66], - [48, 35], - [79, 68], - [49, 33], - [39, 41], - [13, 31], - [3, 30], - [-11, 55], - [1, 55], - [11, 45], - [2, 41], - [-22, 58], - [-23, 25], - [-69, 43], - [-31, 34], - [-26, 60], - [-35, 52], - [-32, 37], - [-43, 40], - [-39, 14], - [-27, -4], - [-33, -33], - [-45, -28], - [-21, -7], - [-42, -2], - [-20, 7], - [-20, 19], - [-17, 36], - [-37, 125], - [-12, 31], - [-76, 113], - [-48, 43], - [-6, 42], - [-22, 69], - [-19, 42], - [52, 48], - [36, 26], - [69, 21], - [69, 81], - [34, 49], - [50, 46], - [52, 25], - [14, 11], - [46, 61], - [36, 75], - [3, 67], - [-14, 58], - [-6, 74], - [0, 63], - [5, 74], - [17, 71], - [11, 94], - [22, 36], - [110, 43], - [0, -86], - [-3, -113], - [1, -37], - [8, -35], - [37, -40], - [22, -7], - [47, -4], - [47, 6], - [77, 20], - [79, 1], - [44, -11], - [79, -49], - [147, -1], - [47, 4], - [32, 10], - [64, 32], - [79, 13], - [56, 15], - [79, 10], - [126, 40], - [46, 6], - [73, 0], - [-1, 63], - [-6, 60], - [-13, 47], - [-6, 82], - [3, 34], - [10, 30], - [14, 14], - [50, 18], - [42, 23], - [18, 34], - [2, 33], - [-13, 73], - [-3, 56], - [-32, 24], - [-24, 27], - [-22, 37], - [-42, 88], - [-38, 63], - [-24, 59], - [-12, 80], - [-10, 28], - [-27, 28], - [-22, 33], - [-28, 26], - [-22, 46], - [-14, 11], - [-35, 5], - [-68, -12], - [-36, 16], - [-14, 16], - [-9, 30], - [9, 59], - [49, 26], - [57, 12], - [85, 4], - [31, 8], - [47, 22], - [50, 45], - [34, 23], - [47, 26], - [67, 28], - [49, 6], - [100, 0], - [37, 2], - [35, 9], - [45, 21], - [30, 23], - [38, 36], - [140, 142], - [91, 98], - [31, 41], - [32, 26], - [27, 34], - [31, 25], - [50, 24], - [28, 28], - [62, 37], - [29, 33], - [18, 61], - [19, 45], - [-56, 27], - [-80, 15], - [-45, 13], - [-49, 1], - [-97, -25], - [-71, -40], - [-32, -7], - [-40, 7], - [-24, 37], - [-1, 34], - [7, 35], - [27, 36], - [28, 16], - [63, 13], - [56, 23], - [73, 49], - [17, 21], - [8, 30], - [6, 65], - [12, 37], - [36, 44], - [26, 71], - [8, 45], - [2, 59], - [-5, 47], - [-25, 64], - [-28, 51] - ], - [ - [15206, 3121], - [-101, 1], - [-57, -35], - [-23, -66], - [-46, 6], - [-27, -47], - [-63, 18], - [-95, -29], - [-55, 34], - [-65, -9], - [-77, 53], - [-83, -41], - [-42, 55], - [116, 251], - [-39, 202], - [-55, 41], - [-22, 66], - [-23, 141], - [66, 73], - [132, 295], - [14, 141], - [-41, 101], - [-127, 121], - [-84, 157], - [-197, 55], - [-144, 42], - [-6, 108], - [35, 137], - [66, 21], - [58, 85], - [8, 54], - [26, 267], - [122, 172], - [-18, 61], - [-57, 37], - [-1, 72], - [-55, 39], - [10, 47], - [115, 46], - [9, 135], - [30, 10], - [-32, 95], - [63, 74], - [60, -20], - [24, -68], - [29, -17], - [27, 22], - [-21, 284], - [55, 89], - [112, 81], - [-2, 36], - [-67, 15], - [-62, 125], - [-271, 18], - [-56, 129], - [-128, -171], - [-144, -100], - [-91, -40], - [-58, -163], - [-31, -3], - [2, -98], - [-227, -121], - [-12, -31], - [-67, -14], - [-131, -288], - [31, -103], - [64, 17], - [-4, -167], - [-61, -158], - [12, -169], - [-15, -66], - [53, -87], - [-167, -1], - [-219, -92], - [-235, -15], - [-125, -50], - [-37, -77], - [-55, -39], - [-130, -17], - [-105, -174], - [-81, -46], - [-198, 3], - [-182, -87] - ] - ], - "transform": { - "scale": [0.00015891216812693426, 0.00009714873181622495], - "translate": [2.555355548858756, 49.49721527099614] - }, - "objects": { - "belgium": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-BRU", - "NAME_0": "Belgium", - "ID_1": 1, - "NAME_1": "Bruxelles", - "ID_2": 1, - "NAME_2": "Bruxelles", - "TYPE_2": "Hoofdstedelijk Gewest|Région Capitale", - "ENGTYPE_2": "Capital Region", - "NL_NAME_2": null, - "VARNAME_2": "Brussel Hoofstadt|Brusselse Hoofdstedelijke Gewest|Brüssel|Bruxelas|Région de Bruxelles-Capitale|Brussels|Bruselas" - } - }, - { - "arcs": [[[1]], [[2, 3, 4, 5]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VAN", - "NAME_0": "Belgium", - "ID_1": 2, - "NAME_1": "Vlaanderen", - "ID_2": 2, - "NAME_2": "Antwerpen", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Amberes|Antuérpia|Antwerp|Anvers|Anversa" - } - }, - { - "arcs": [[[6, 7]], [[8, 9, 10, -3, 11]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VLI", - "NAME_0": "Belgium", - "ID_1": 2, - "NAME_1": "Vlaanderen", - "ID_2": 3, - "NAME_2": "Limburg", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Limbourg|Limburgo" - } - }, - { - "arcs": [[-5, 12, 13, 14, 15]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VOV", - "NAME_0": "Belgium", - "ID_1": 2, - "NAME_1": "Vlaanderen", - "ID_2": 4, - "NAME_2": "Oost-Vlaanderen", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Flandres Oriental|Fiandra Orientale|Flandes Oriental|Flandre orientale|East Flanders|Ost Flandern" - } - }, - { - "arcs": [[16, 17, 18, 19, -13, -4, -11], [-1]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VBR", - "NAME_0": "Belgium", - "ID_1": 2, - "NAME_1": "Vlaanderen", - "ID_2": 5, - "NAME_2": "Vlaams Brabant", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Brabant Flamand|Brabante Flamenco|Brabante Flamengo|Flemish Brabant" - } - }, - { - "arcs": [[[-15, 20, 21, 22, 23]], [[24]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VWV", - "NAME_0": "Belgium", - "ID_1": 2, - "NAME_1": "Vlaanderen", - "ID_2": 6, - "NAME_2": "West-Vlaanderen", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Fiandra Occidentale|Flandes Occidental|Flandre occidentale|Flandres Ocidental|West Flandern|West Flanders" - } - }, - { - "arcs": [[25, 26, 27, -19]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-WBR", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 7, - "NAME_2": "Brabant Wallon", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Waals Brabant|Walloon Brabant" - } - }, - { - "arcs": [[[-20, -28, 28, 29, -21, -14]], [[30, -23]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 23, - "ISO": "BE-WHT", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 8, - "NAME_2": "Hainaut", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Henegouwen|Hennegau" - } - }, - { - "arcs": [[31, 32, 33, -26, -18, 34, -9, 35, -7]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-WLG", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 9, - "NAME_2": "Liège", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Luik|Liegi|Lieja|Lüttich" - } - }, - { - "arcs": [[-17, -10, -35]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-VLI", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 10, - "NAME_2": "Limburg", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Limbourg|Limburgo" - } - }, - { - "arcs": [[36, 37, -33]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-WLX", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 11, - "NAME_2": "Luxembourg", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Lussemburgo|Luxemburg|Luxemburgo" - } - }, - { - "arcs": [[-38, 38, -29, -27, -34]], - "type": "Polygon", - "properties": { - "ID_0": 23, - "ISO": "BE-WNA", - "NAME_0": "Belgium", - "ID_1": 3, - "NAME_1": "Wallonie", - "ID_2": 12, - "NAME_2": "Namur", - "TYPE_2": "Provincie", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Namen" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/brazil-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/brazil-topo.json deleted file mode 100644 index e5824b4a9f24e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/brazil-topo.json +++ /dev/null @@ -1,3930 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [3916, 13919], - [119, -51] - ], - [ - [4035, 13868], - [-27, -29], - [-62, -25], - [-132, -121], - [-14, -32], - [-63, -20], - [-31, -28], - [-69, 12], - [2, -31], - [-53, 0], - [-20, -48], - [-75, -27], - [-57, -73], - [-13, -48], - [-61, 29], - [-101, 4], - [-56, -37], - [1, -34], - [-51, -49], - [-23, -56], - [-83, -50], - [-54, -5], - [-30, -35], - [-95, -20], - [-27, 46], - [9, 32], - [-74, 0], - [-152, 28], - [-83, 4], - [-61, 17], - [-60, -19], - [-36, 11], - [-75, -19], - [-29, 26], - [-91, 0], - [-77, -35], - [-35, -30], - [-104, -16], - [-50, 24], - [-20, 32], - [-41, 19], - [-43, -38], - [1, 371], - [0, 310], - [54, 64], - [-38, 68], - [57, 103], - [-51, -8], - [-41, -45], - [-47, -25], - [-29, -46], - [-38, -13], - [-71, -89], - [-29, 1], - [-65, -42], - [-29, -48], - [-84, -17], - [-441, 0], - [18, 73], - [-2, 45], - [-36, 11], - [-23, 38], - [-13, 99], - [-70, 38], - [-59, -5], - [-109, 43], - [-271, -1], - [16, 35], - [80, 70], - [52, 80], - [-7, 63], - [-47, 50], - [-68, 113], - [-58, 13], - [-40, 59], - [0, 62], - [-26, 3], - [-77, 71], - [-5, 52], - [-25, 36], - [-4, 50], - [-23, 54], - [-62, 37], - [-11, 50], - [45, 16], - [-10, 48], - [-66, 26], - [-63, 64], - [-4, 48], - [15, 51], - [53, 56], - [70, 15], - [-12, 54], - [-39, 57] - ], - [ - [87, 15485], - [280, -133], - [338, -159], - [267, -58], - [92, -30], - [239, -57], - [347, -85], - [311, -71], - [512, -291], - [142, -73], - [215, -119], - [91, -44], - [373, -168], - [336, -150], - [286, -128] - ], - [ - [21280, 14445], - [-35, -56], - [-50, -109], - [-50, -64], - [-48, -39], - [-7, -26], - [-99, -108], - [-25, -44], - [-50, -33], - [-134, -204], - [-122, -117], - [-7, -39], - [-53, -86] - ], - [ - [20600, 13520], - [-22, 44], - [-73, 4], - [-1, 50], - [-42, 46], - [-23, -12], - [-83, 42], - [-65, 76], - [-8, 46], - [-38, 2], - [-63, 51], - [-40, 1], - [-32, 40], - [-74, 39], - [-89, 17], - [-71, 60], - [-41, -5], - [-55, 52], - [-64, 20] - ], - [ - [19716, 14093], - [-14, 28], - [-69, 14], - [-45, 65], - [18, 20] - ], - [ - [19606, 14220], - [61, 72], - [62, 15], - [77, 98], - [5, 50], - [38, 21], - [64, -94], - [56, 35], - [40, -40], - [84, -39], - [45, -65], - [82, -27], - [72, -76], - [46, 67], - [39, -15], - [57, 11], - [59, -37], - [82, 73], - [39, -6], - [50, 33], - [43, 71], - [40, 8], - [-2, 43], - [118, 55], - [68, 6], - [22, -38], - [43, 13], - [83, 45], - [201, -54] - ], - [ - [12914, 20861], - [50, -98], - [-26, -35], - [-39, -15], - [-35, 69], - [-8, 61], - [58, 18] - ], - [ - [12854, 20902], - [52, -43], - [-51, -11], - [-1, 54] - ], - [ - [13096, 20033], - [-47, 4], - [-105, -22], - [-49, -39], - [-21, -69], - [-57, -123], - [-49, -49], - [-64, -43], - [-104, -41], - [-50, -68], - [-82, -25], - [-76, -116], - [-57, -113], - [-75, -80], - [-49, -84], - [-2, -140], - [-66, -71], - [-43, -5], - [-59, 22], - [-58, -57], - [-11, 47], - [-117, 17], - [-46, 53], - [8, 86], - [-23, 25], - [-40, -14], - [11, 86], - [-21, 79], - [-57, -6], - [-31, 51], - [6, 106], - [-91, 96], - [-45, 6], - [-24, 95], - [-64, 137], - [-45, 71], - [17, 183], - [-25, 42], - [-121, 94], - [-26, 121], - [34, 24], - [-23, 31], - [-65, 30], - [10, 33], - [-135, 36], - [-36, -6], - [-25, 36], - [-57, 29], - [-49, -7], - [-7, 54], - [-114, 91], - [-38, 13], - [-64, -10], - [-58, 22], - [-79, -5], - [-15, 96], - [-21, 57], - [2, 58], - [24, 37], - [-26, 37], - [9, 27], - [-40, 75] - ], - [ - [10465, 21047], - [68, 22], - [22, -80], - [85, -2], - [43, -64], - [53, -7], - [22, -30], - [83, 9], - [39, -30], - [14, 37], - [69, 26], - [9, 30], - [62, 15], - [22, 30], - [61, -46], - [120, 26], - [21, -26], - [82, 4], - [53, -42], - [56, 1], - [48, -30], - [46, 13], - [27, 54], - [99, 52], - [64, 86], - [3, 53], - [67, 157], - [18, 8], - [37, 111], - [-10, 27], - [36, 59], - [29, 8], - [168, 304], - [69, 67], - [23, 63], - [52, 31], - [29, 108], - [28, 13], - [-9, 53], - [33, 53], - [60, -41], - [102, -129], - [22, -81], - [28, -58], - [27, -10], - [-7, -90], - [5, -144], - [-5, -74], - [31, -89], - [-5, -47], - [53, -181], - [32, -44], - [22, -60], - [7, -74], - [20, -7], - [41, -127], - [-2, -25], - [71, -102], - [3, -41], - [31, -29], - [41, -74], - [32, -8], - [126, 8], - [83, -34], - [52, -34], - [15, -59], - [11, -146], - [-23, -38], - [29, -49], - [-24, -37], - [0, -64], - [-82, -127], - [-6, -62] - ], - [ - [5799, 20914], - [50, -34], - [77, 11], - [12, -45], - [53, -47], - [41, 9], - [60, -8], - [73, -45], - [-14, -70], - [4, -62], - [-44, -70], - [40, -54], - [52, -38], - [27, -104], - [36, -99], - [42, -63], - [-22, -64], - [15, -47], - [-39, -44], - [-2, -117], - [47, -75], - [-11, -27], - [8, -73], - [21, -78], - [37, -26], - [15, -76], - [41, -42], - [-5, -57], - [36, -34], - [-21, -55], - [-26, -17], - [-24, -57], - [17, -50], - [-44, -42], - [-56, 10], - [-18, -51], - [58, -23], - [46, -64], - [77, -44], - [40, -53], - [45, -26], - [66, -147], - [54, 8], - [106, -39], - [12, 55], - [-24, 35], - [44, 129], - [-18, 94], - [20, 34], - [2, 55], - [45, 58], - [60, 36], - [68, 21], - [0, 31], - [75, 3], - [61, -36], - [118, -116], - [4, -58], - [54, -12], - [35, 17], - [33, -13], - [29, 61], - [24, -1], - [72, 36], - [-53, 117], - [30, 40], - [30, 86], - [3, 48], - [35, 43], - [10, 60], - [33, 41], - [15, 56], - [31, 17], - [12, 58], - [331, 0], - [295, 0] - ], - [ - [8255, 19780], - [1, -159], - [17, -39], - [-10, -69], - [5, -85], - [81, -58], - [8, -46], - [-12, -62], - [94, -103], - [56, -34], - [24, -60], - [-8, -35], - [33, -23], - [25, -45], - [38, 6], - [50, -56], - [45, 60], - [35, 12], - [28, -58], - [-17, -81], - [43, -44], - [52, -11], - [28, -40], - [33, 2], - [19, -52], - [48, 8], - [63, -57], - [35, 3], - [33, -35], - [43, 14], - [96, -38], - [34, -80], - [97, -60], - [61, 2], - [15, -22], - [-26, -53], - [49, -42], - [36, 2], - [47, 41], - [63, -21], - [101, 69], - [71, 17], - [-38, -69], - [-52, -44], - [-66, -28], - [-44, -94], - [34, -15], - [-95, -213], - [-171, -393], - [-72, -174], - [-127, -285], - [-164, -368], - [-171, -395], - [-221, -505], - [-34, -18], - [-13, -36], - [-43, -32], - [-28, -48], - [-2, -48], - [26, -74], - [53, -44], - [85, -113], - [7, -78], - [18, -25] - ], - [ - [8671, 15349], - [-41, -60], - [6, -94], - [-44, -52], - [-7, -36], - [-49, -39], - [6, -40], - [45, -97], - [-17, -55], - [2, -94], - [-54, -94], - [14, -58], - [-25, -65], - [23, -44], - [-58, -13], - [-344, -1], - [-400, 2], - [-309, 2], - [-235, -1], - [-403, 0] - ], - [ - [6781, 14510], - [-24, 41], - [-63, 19], - [-18, -31], - [-38, 1], - [-9, -62], - [-71, -11], - [-23, 42], - [-51, -1], - [-35, 123], - [-44, 9], - [-54, 47], - [3, 56], - [-57, 34], - [-29, -26], - [-37, 65], - [-35, 21], - [-23, 83], - [-96, 68], - [-348, 0], - [-66, 4], - [0, -35], - [-40, -75], - [-16, -53], - [-37, -48], - [-44, 25], - [-40, -24], - [2, -71], - [-18, -15], - [27, -56], - [-34, -6], - [-27, -63], - [-59, -29], - [-9, -58], - [9, -59], - [-50, -28], - [-43, -2], - [-6, 39], - [-68, -28], - [-57, -1], - [-20, -18], - [-155, -1], - [-38, -66], - [11, -55], - [-45, -49], - [-29, -57], - [-49, -26], - [-24, 18], - [-14, 80], - [-19, 12], - [-72, -39], - [-34, 8], - [-9, -53], - [-25, -40], - [-52, 33], - [-45, -22], - [-24, -62], - [-42, -15], - [-14, 32], - [-48, 26], - [-32, 42], - [-84, 2], - [-27, -15], - [-47, 14], - [-64, -9], - [-9, -43], - [-60, -78], - [-150, -69], - [-17, -36] - ], - [ - [87, 15485], - [31, 73], - [-18, 34], - [28, 56], - [42, 53], - [52, 38], - [84, 27], - [19, 26], - [83, 15], - [39, 41], - [15, 55], - [-32, 78], - [-47, 73], - [6, 66], - [23, 15], - [22, 80], - [55, 43], - [51, 80], - [0, 111], - [49, 102], - [-10, 75], - [96, 64], - [51, 1], - [13, 32], - [118, 78], - [9, 33], - [82, 20], - [63, 36], - [36, 40], - [30, 8], - [44, 55], - [63, 27], - [83, -15], - [141, 49], - [52, -10], - [27, 34], - [174, 12], - [63, 104], - [29, 14], - [42, -21], - [129, 37], - [80, -17], - [17, -86], - [31, -9], - [29, 31], - [43, -9], - [22, -44], - [33, 20], - [28, 97], - [79, 444], - [93, 554], - [88, 519], - [-3, 45], - [46, 83], - [-3, 93], - [-35, 84], - [-94, 159], - [32, 62], - [-21, 73], - [-77, 39], - [-66, 70], - [-32, 12], - [-87, 105], - [17, 294], - [-1, 102], - [70, 25], - [61, -3], - [81, 50], - [101, 37], - [60, -65], - [35, 15], - [51, -27], - [48, 30], - [-38, 45], - [25, 80], - [-65, 92], - [-40, 21], - [-48, -22], - [-22, 19], - [-83, 10], - [-51, -11], - [-29, 24], - [-55, -16], - [-1, 376], - [63, 11], - [47, -5], - [55, 29], - [88, -29], - [265, 0], - [383, 2], - [-22, 93], - [19, 68], - [53, -24], - [99, -78], - [89, 116], - [87, -4], - [38, 69], - [89, 59], - [25, -22], - [4, -63], - [32, -129], - [66, -16], - [33, -67], - [14, -169], - [-9, -160], - [127, 37], - [295, -277], - [58, 15], - [34, -21], - [45, 35], - [54, 1], - [19, 44], - [93, 48], - [15, 21], - [84, 5], - [43, -54], - [-31, -140], - [61, 6], - [31, 37], - [-1, 42], - [38, 64], - [48, -6], - [42, 17], - [6, 101], - [28, 19], - [44, -24], - [64, 73], - [53, 43], - [25, -49], - [23, 4], - [72, 58], - [33, 57], - [98, 48], - [-26, -72], - [31, -6], - [22, 49], - [87, 67], - [43, 54], - [-7, 48], - [9, 100], - [48, 35], - [80, -13], - [146, 95], - [39, -9], - [52, 18], - [13, 38] - ], - [ - [8263, 18330], - [-125, -39], - [-35, -51], - [-12, -50], - [62, -61], - [51, 9], - [76, -24], - [38, 8], - [53, -44], - [99, -23], - [27, 30], - [83, 23], - [59, -31], - [9, -49], - [38, -64], - [38, 30], - [45, 7], - [14, 40], - [-3, 62], - [-43, -19], - [-89, 45], - [-88, 99], - [-13, 38], - [-53, 22], - [-56, -10], - [-26, 14], - [-66, -30], - [-30, 49], - [-53, 19] - ], - [ - [19342, 12137], - [43, -41], - [-29, -50], - [-72, -56], - [-2, 46], - [68, 54], - [-8, 47] - ], - [ - [18802, 8955], - [-11, 17], - [-293, 198] - ], - [ - [18498, 9170], - [-22, 34], - [48, 40], - [-26, 69], - [-31, 7], - [-34, 59], - [-30, -3], - [-35, 33], - [-33, 71], - [-44, 33], - [26, 117], - [-14, 24], - [18, 95], - [30, 58], - [68, 6], - [47, -15], - [13, 55], - [-43, 15], - [33, 120], - [58, 29], - [80, 97], - [35, 20], - [42, 74], - [15, 47], - [-36, 50], - [-45, 16], - [-39, 47], - [-46, 7], - [-39, 61], - [-107, -1], - [-19, 30], - [-56, -29], - [-37, 51], - [-38, 27], - [-86, -10], - [-58, 22], - [-25, -38], - [-89, -27], - [-25, 13], - [-64, -4], - [-14, 142], - [-243, 232], - [-84, -43], - [-78, -4], - [-32, 48], - [-61, -15], - [-98, 38], - [4, 22], - [-104, 45], - [-71, 58], - [-83, 49], - [-25, 31], - [-123, 33], - [-74, -11], - [-82, -44], - [-28, -29], - [-114, 39], - [-90, 44], - [5, 77], - [50, 106], - [-111, 41], - [-27, -12], - [-113, 28], - [-104, -28], - [-69, -28], - [-141, -98], - [-34, -55], - [-90, -47], - [-31, -42], - [-39, 10], - [-177, -131], - [-42, 9], - [-59, -79], - [-31, -21], - [-103, -9], - [-60, -40], - [-9, 49], - [38, 46], - [5, 42], - [-39, 53] - ], - [ - [15309, 10976], - [28, 148], - [-7, 111], - [39, 11], - [-20, 73], - [-30, 14], - [-120, 89], - [11, 74], - [-28, 22], - [22, 98], - [-15, 47], - [51, 60], - [-42, 21], - [14, 89], - [44, 15], - [47, 39], - [-9, 27], - [-118, -50], - [-28, 55], - [19, 71], - [-15, 19], - [27, 49], - [81, 31], - [6, 25] - ], - [ - [15266, 12114], - [-104, -18], - [23, 68], - [-15, 117], - [17, 48], - [54, 12], - [1, 31], - [-49, 22], - [-69, 85], - [0, 160], - [49, 75], - [-49, 10], - [32, 131], - [71, 22], - [-70, 39], - [-57, 0], - [-56, 32], - [-16, 60], - [-37, 46], - [19, 32], - [60, 32], - [40, 115], - [64, 51], - [49, 109], - [-10, 40], - [83, 33], - [19, 30], - [88, 60], - [24, 44], - [39, 7], - [30, 54], - [-15, 60] - ], - [ - [15481, 13721], - [66, 27], - [47, -103], - [48, -43], - [15, -61], - [-25, -25], - [7, -65], - [42, -66], - [61, -52], - [95, -11], - [78, -51], - [68, 37], - [11, 33], - [41, 27], - [68, 75], - [60, -4], - [79, 53], - [39, -44], - [54, -11], - [51, 37], - [26, 61], - [-2, 34], - [60, -5], - [45, 71], - [1, 31], - [31, 40], - [11, 62], - [37, -2], - [14, 51], - [-23, 45], - [30, 43], - [-72, 44], - [-31, 73], - [-4, 52], - [44, 62], - [45, 14], - [62, 58], - [62, 33], - [96, -92], - [91, 27], - [59, -20] - ], - [ - [16968, 14156], - [30, -16] - ], - [ - [16998, 14140], - [6, -49], - [69, -58], - [31, 1], - [26, 35], - [52, 9], - [94, 46], - [72, 83], - [42, 18], - [78, 4], - [71, 19], - [26, -17], - [47, 21], - [21, 55], - [66, 79], - [74, 43], - [31, 55], - [35, 24], - [36, 55] - ], - [ - [17875, 14563], - [42, -17], - [30, 19], - [61, 0], - [8, -45], - [36, -3], - [63, -28], - [38, -69], - [18, -74], - [83, -46], - [-7, -58], - [-31, -45], - [8, -64], - [55, -21], - [102, 70], - [43, -9], - [28, 62], - [19, 111], - [34, 10], - [45, -27], - [34, 27], - [59, 9], - [47, 68], - [0, 63], - [109, 21], - [-9, 72], - [46, 4], - [122, 71], - [53, -17], - [30, -83], - [108, -17], - [51, -40], - [82, 5], - [48, -39], - [7, -42], - [29, -31], - [38, 91], - [56, -20], - [-27, -48], - [60, -53], - [49, 28], - [1, -87], - [44, -110], - [19, 19] - ], - [ - [19716, 14093], - [-21, -33], - [19, -46], - [-18, -20], - [6, -53], - [31, -22], - [-14, -56], - [16, -30], - [75, -22], - [31, -84], - [21, -110], - [-52, -24], - [-15, -30], - [25, -48], - [-9, -44], - [9, -62], - [-102, -42], - [-32, 32], - [-85, 0], - [-15, -100], - [35, -61], - [35, -14], - [22, -83], - [50, -27], - [-12, -53], - [19, -59], - [55, -30], - [30, -41], - [78, -29], - [0, -63], - [33, 12], - [36, 60] - ], - [ - [19967, 12911], - [84, 21], - [-70, -141], - [-50, -118], - [-79, -149], - [-110, -162], - [-22, -44], - [-176, -209], - [-83, -51], - [-9, 54], - [7, 63], - [-22, 44], - [-60, 7], - [-42, 56], - [-32, -46], - [-20, -78], - [20, -33], - [-30, -122], - [-31, -45], - [-36, -20], - [-18, -42], - [7, -64], - [34, -28], - [-23, -75], - [23, -35], - [-40, -27], - [-20, -47], - [10, -37], - [-53, -74], - [63, -9], - [-15, -132], - [6, -53], - [-45, -193], - [2, -86], - [16, -7], - [17, -117], - [0, -143], - [30, -172], - [3, -75], - [45, -117], - [-54, -142], - [3, -29], - [-40, -64], - [7, -66], - [-28, -31], - [-26, -164], - [-18, -27], - [-1, -66], - [-21, -138], - [-17, -30], - [-5, -86], - [16, -81], - [-1, -78], - [31, -65], - [-31, -30], - [-46, -75], - [-86, -39], - [-26, -26], - [-86, -148], - [-17, -65] - ], - [ - [20128, 16817], - [-213, -55], - [-20, -73], - [-26, -10], - [-36, -82], - [4, -49], - [-36, -27], - [-31, -93], - [-47, -32], - [-51, -68], - [20, -34], - [-34, -49], - [-9, -42], - [-70, -71], - [-29, -45], - [-78, 1], - [-40, -80], - [-32, -33], - [13, -92] - ], - [ - [19413, 15883], - [-48, -83], - [-17, -68], - [17, -55], - [-18, -41], - [-44, -24], - [14, -63], - [33, -21], - [-4, -70], - [78, -73], - [-28, -82], - [-32, -15], - [-6, -61], - [-33, -33] - ], - [ - [19325, 15194], - [-58, -54], - [-66, -28], - [-33, -45], - [-49, 18], - [-24, 50], - [-75, 37], - [-25, 69], - [-44, 39], - [-45, 17], - [-70, 63], - [-32, 15], - [-137, -16], - [-25, -29], - [-157, -26], - [-40, 34], - [-125, -10] - ], - [ - [18320, 15328], - [19, 52], - [13, 107], - [34, 49], - [-3, 129], - [-24, 45], - [-72, 12], - [-56, 22], - [-20, 65], - [-23, 24], - [-9, 76], - [14, 28], - [-40, 70], - [3, 54], - [-51, 267], - [21, 33], - [-17, 39], - [-2, 106], - [12, 34], - [-8, 79], - [-83, 47], - [-23, 49], - [-55, 41], - [-15, 39], - [41, 118], - [-32, 33], - [23, 55], - [17, 78], - [22, 40], - [-10, 112], - [10, 49], - [-71, 27], - [16, 28], - [-31, 67], - [12, 71], - [-48, 13], - [9, 84], - [-10, 69], - [-43, 29], - [55, 110], - [36, 53], - [4, 35], - [-39, 64] - ], - [ - [17896, 17930], - [32, 19], - [138, -4], - [83, 18], - [142, 8], - [57, 36], - [31, -14], - [140, -2], - [105, -16], - [75, -36], - [78, -59], - [55, -16], - [124, -90], - [87, -31], - [78, -88], - [45, -3], - [51, -61], - [57, -25], - [29, -41], - [58, -41], - [86, -23], - [70, -90], - [49, -36], - [86, -119], - [118, -114], - [74, -34], - [31, -67], - [67, -65], - [146, -43], - [40, -76] - ], - [ - [14611, 10301], - [0, -9] - ], - [ - [14611, 10292], - [-532, 0], - [15, 66], - [-19, 55], - [40, 48], - [-15, 31], - [22, 50], - [0, 70], - [430, 0], - [23, -45], - [27, -6], - [7, -87], - [-35, -84], - [4, -69], - [33, -20] - ], - [ - [18802, 8955], - [-33, -101], - [-9, -98], - [1, -149], - [30, -202], - [-24, -104], - [-47, -104], - [-86, -46], - [-48, -69], - [-56, -110], - [-18, -103], - [-47, -80], - [-79, -163], - [-37, -14], - [-48, -83], - [-88, -26], - [-35, -61], - [-3, -47], - [-28, -59], - [-48, -56], - [-5, -39] - ], - [ - [18094, 7241], - [-67, 44], - [-68, -13], - [-19, 13], - [-136, 24], - [-33, -2], - [-102, 49], - [12, 69], - [-16, 94], - [-73, 30] - ], - [ - [17592, 7549], - [41, 168], - [-26, 87], - [36, 21], - [14, 50], - [189, 0], - [16, 10], - [41, 103], - [4, 43], - [63, 29], - [11, 46], - [-14, 36], - [12, 44], - [108, 97], - [2, 44], - [34, 70], - [-9, 61], - [-34, 60], - [-38, 19], - [15, 48], - [-55, 53], - [-63, 24], - [5, 33], - [54, 0], - [13, -24], - [81, -2], - [26, 15], - [-15, 75], - [-59, 31], - [15, 102], - [-83, 8], - [67, 59], - [51, -24], - [61, -64], - [115, -13], - [63, 25], - [-46, 33], - [14, 29], - [-20, 46], - [40, 49], - [-7, 52], - [-44, 46], - [14, 56], - [47, 27], - [113, -27], - [54, -24] - ], - [ - [15309, 10976], - [-28, -36], - [-49, -7], - [-60, 12], - [-20, 66], - [-80, 62], - [-41, -26], - [-8, -40], - [15, -107], - [15, -27], - [-67, -22], - [-86, 41], - [-41, 5], - [-34, -23], - [16, -36], - [-26, -54], - [5, -29], - [50, -39], - [-7, -30], - [-44, -40], - [-11, -65], - [52, -39], - [23, -97], - [-6, -57], - [-125, -30], - [-54, 1], - [-43, -47], - [-44, -11] - ], - [ - [14611, 10292], - [-24, -47], - [17, -58], - [-24, -58], - [-34, -37], - [-9, -85], - [106, -73], - [57, -212], - [-113, -79], - [-37, -78], - [-62, -54], - [17, -71], - [94, -5], - [37, -56], - [-4, -31], - [-36, -37], - [-12, -87], - [41, -99], - [-41, -16], - [-76, -66], - [-46, -19], - [-65, -85], - [-60, -14], - [-30, -37], - [-54, -18], - [-47, 46], - [-23, -7], - [-104, 57], - [-20, -19], - [-89, -9], - [-93, 20], - [-101, -1], - [-58, 23], - [-38, -39], - [-15, -88], - [-84, -11], - [-34, 12], - [-92, -67], - [-36, 45], - [-2, 31], - [-88, -29], - [-75, -49], - [-56, 19], - [-72, 6], - [-35, -43], - [-46, 5], - [-80, -20], - [-36, -65], - [-69, -69], - [1, -61], - [-47, -60], - [-51, -1], - [-76, -88], - [-31, -67], - [-34, -36] - ], - [ - [12622, 8305], - [-67, 80], - [-137, 65], - [-33, -2], - [-29, 32], - [-95, 23], - [-36, -6], - [-88, 49], - [-66, 50], - [-78, 9], - [-55, 60], - [-89, 16], - [-58, 76], - [-57, 19], - [-21, -19], - [-129, 11], - [-48, 30], - [-28, 41], - [112, 104], - [-11, 26], - [-92, 17], - [-66, -27], - [-17, 19], - [-23, 133], - [39, 25] - ], - [ - [11450, 9136], - [1, 30], - [-34, 41], - [-25, 93], - [-33, 25], - [-7, 50], - [11, 117], - [18, 26], - [-12, 48], - [82, 157], - [31, 96], - [27, -2], - [45, 53], - [49, 21], - [25, 64], - [61, 46], - [17, 50], - [-39, 31], - [-6, 56], - [16, 21], - [61, 12], - [-1, 55], - [121, 56], - [41, 102], - [134, 4], - [34, 44], - [30, -12], - [71, 108], - [-7, 51], - [39, 35], - [18, 73], - [-9, 37], - [20, 75], - [29, 14], - [34, 50], - [59, 35], - [70, 13], - [32, -28], - [87, 69], - [-3, 44], - [70, 182], - [-20, 63], - [21, 99], - [71, 102], - [-18, 205], - [33, 18], - [22, 93], - [54, 51], - [0, 39], - [32, 38], - [16, 151], - [28, 43], - [9, 67] - ], - [ - [12855, 12147], - [50, 138], - [29, 45], - [84, 64], - [3, -79], - [-48, -65], - [-9, -66], - [70, -58], - [58, -5], - [76, -30], - [313, -184], - [15, 11], - [2, 110], - [49, 95], - [71, 65], - [79, -97], - [58, 89], - [73, -68], - [3, -40], - [51, -16], - [33, -63], - [58, -10], - [14, -82], - [84, 38], - [66, 41], - [12, -92], - [71, 16], - [73, -23], - [36, 4], - [79, -91], - [22, 45], - [-16, 106], - [28, 61], - [30, -47], - [46, 0], - [24, -49], - [31, 22], - [30, -16], - [52, 37], - [120, 32], - [104, 80], - [38, 19], - [163, -1], - [20, 86], - [28, -24], - [2, -73], - [92, 20], - [44, 22] - ], - [ - [17394, 18065], - [50, -26], - [-17, -27], - [-43, 23], - [10, 30] - ], - [ - [17405, 18066], - [83, -3], - [-10, -50], - [-36, 38], - [-37, 15] - ], - [ - [16535, 18236], - [32, -29], - [-27, -61], - [-28, 5], - [1, 60], - [22, 25] - ], - [ - [16633, 18318], - [-10, -87], - [-51, -12], - [13, 80], - [48, 19] - ], - [ - [15890, 18892], - [40, -44], - [-36, -31], - [-4, 75] - ], - [ - [17624, 18031], - [-27, -76], - [38, -53], - [-15, -34], - [-56, -53], - [-41, -73], - [-63, -12], - [-20, -73], - [-32, -28], - [-66, 1], - [-38, -23], - [-59, -3], - [-92, -115], - [3, -31], - [-31, -105], - [-53, -48], - [-22, -58], - [-69, -82], - [14, -83], - [50, -30], - [2, -79], - [-47, -73], - [3, -45], - [71, -190], - [10, -62], - [-14, -86], - [-48, -30], - [-66, -112], - [-36, -24], - [0, -156], - [27, -65], - [0, -50], - [45, -46], - [52, -29], - [15, -32], - [-17, -78], - [3, -55], - [-26, -92], - [-45, -49], - [-133, -7], - [-19, -18], - [-98, -29], - [-99, 74], - [-86, 10], - [-47, -32], - [-45, 9], - [-109, -76], - [-7, -30], - [-73, -112], - [-40, -1], - [-101, -63], - [-68, -97], - [-71, 19], - [-59, -63], - [-66, -24], - [-61, -2], - [-34, -31], - [-67, -7], - [-71, -64], - [-28, -115], - [-30, -82], - [-3, -74], - [-44, -55], - [-14, -61], - [-31, -56], - [3, -29], - [-43, -77], - [-13, -48], - [-54, -40], - [-31, -83], - [28, -51], - [25, -113], - [-5, -51], - [60, -70], - [8, -36], - [-27, -33], - [6, -138], - [-24, -51], - [13, -47], - [-20, -98], - [-37, -50], - [0, -36] - ], - [ - [15359, 13661], - [-40, 10], - [-3, 34], - [-77, -18], - [-21, 23], - [-69, -6], - [-63, 62], - [-19, 52], - [3, 65], - [-22, 45], - [-71, 34], - [34, 91], - [4, 62], - [-30, 7], - [-21, 43], - [-51, 6], - [-30, 44], - [-3, 55], - [-23, 38], - [-36, 6], - [-9, 41], - [-63, 7], - [36, 101], - [49, 38], - [-16, 51], - [25, 23], - [-15, 55], - [36, 35], - [36, 95], - [81, 29], - [49, 0], - [32, 69], - [-15, 19], - [24, 48], - [-12, 60], - [-62, 50], - [-57, -8], - [-50, -27], - [-45, -5], - [-63, -60], - [-25, 8], - [-55, 93], - [-44, 39], - [-21, 46], - [-66, 55], - [0, 31], - [-64, 70], - [-1, 108], - [-49, 17], - [-34, -21], - [-46, 48], - [-5, 33], - [46, 6], - [63, 79], - [21, 83], - [5, 117], - [66, 233], - [-21, 54], - [-17, 108], - [3, 94], - [-28, 58], - [5, 97], - [-39, 57], - [-35, 4], - [-68, 45], - [-46, -3], - [-32, 74], - [-65, 15], - [-41, -24], - [-55, 9], - [-102, 53], - [-85, -14], - [-47, -83], - [-41, 17], - [-41, -25] - ], - [ - [13818, 16516], - [176, 147], - [339, 280], - [14, 17], - [61, -13], - [54, 51], - [57, 96], - [2, 24], - [51, 55], - [34, 101], - [54, 29], - [46, 67], - [26, 15], - [24, 86], - [-6, 35], - [20, 58], - [23, 12], - [16, 70], - [55, 41], - [22, 55], - [34, 36], - [51, 106], - [9, 85], - [21, 32], - [-38, 36], - [25, 52], - [64, 17], - [39, 59], - [1, 125], - [77, 78], - [10, 62], - [30, 84], - [-6, 66], - [-48, 3], - [14, 42], - [37, -2], - [39, 29], - [12, 57], - [-25, 60], - [21, 18], - [18, 65], - [-31, 32], - [6, 31], - [37, 20], - [18, 49] - ], - [ - [15301, 18984], - [39, 34], - [14, -83], - [31, 42], - [57, -74], - [32, 23], - [53, -79], - [26, 44], - [63, -65], - [58, -11], - [35, 36], - [0, -94], - [-33, -124], - [26, -23], - [52, 52], - [-16, 26], - [14, 42], - [41, 42], - [31, 9], - [51, -18], - [29, -59], - [24, -15], - [73, 22], - [54, 4], - [20, -30], - [-53, -18], - [-14, -31], - [87, -36], - [46, -64], - [15, -94], - [-52, -58], - [68, -5], - [35, -40], - [23, -73], - [-14, -37], - [44, -49], - [42, 5], - [82, 43], - [27, -2], - [-5, -86], - [-24, -3], - [-31, -70], - [-70, -33], - [16, -21], - [55, -3], - [59, 72], - [39, 19], - [14, 37], - [78, 7], - [40, 43], - [53, -27], - [28, 16], - [47, -19], - [17, 105], - [69, 5], - [47, -12], - [175, -80], - [70, -39], - [54, -8], - [40, -40], - [77, -45], - [63, 5], - [49, -23], - [26, -34], - [101, 2], - [24, 54], - [102, -17] - ], - [ - [12622, 8305], - [6, -53], - [-35, -18], - [-32, -86], - [26, -98], - [-12, -33], - [11, -71] - ], - [ - [12586, 7946], - [-38, -96], - [-53, -33], - [-71, -13], - [-30, -20], - [-95, -131], - [-40, -35], - [-21, -62], - [12, -78], - [-7, -33], - [-48, -15], - [-42, -76], - [-49, -26], - [17, -69], - [-11, -50], - [-33, -60], - [-38, -35], - [-33, 7], - [-25, -32], - [30, -49], - [-30, -60], - [-32, -15], - [-16, -43], - [-70, -74], - [-15, -52], - [-77, -89], - [-51, -21], - [-120, -74], - [-31, -35], - [-79, -32], - [-58, -75] - ], - [ - [11432, 6470], - [-42, -53], - [-95, -37], - [-99, -61], - [-40, -40], - [-16, -101], - [-74, -144], - [-116, -51], - [-51, -177], - [-2, -73], - [-27, -54], - [-85, -49] - ], - [ - [10785, 5630], - [-63, 75], - [-46, 33], - [-106, 39], - [-125, -53], - [-15, -33], - [-99, 1], - [-65, -28], - [-46, 30], - [-22, -19], - [-48, 47], - [0, 103], - [-19, 53], - [-32, 17], - [-1, 97], - [19, 38], - [-26, 38], - [16, 32], - [-10, 56], - [-28, 11], - [-27, 68], - [-15, 92], - [21, 59], - [0, 86], - [-53, 43], - [-12, 92], - [-24, 4], - [-39, 60], - [-109, -8], - [-81, 7], - [-73, 44], - [-34, 75], - [-64, -15], - [-30, -56], - [-42, -35], - [-56, 13], - [-43, -37], - [-93, 44], - [-137, -11], - [-183, 45], - [-18, 41], - [-46, 2], - [-31, -24], - [-90, 7], - [-33, 19], - [33, 124], - [13, 101], - [-10, 65], - [-26, 22], - [57, 139], - [7, 123], - [-11, 35], - [26, 34], - [-56, 58], - [33, 19], - [-5, 70], - [-25, 35], - [-55, 36], - [6, 106], - [-40, 27], - [-5, 62], - [-37, 5], - [-1, 65], - [58, 29], - [95, 78], - [-61, 45], - [-80, 76], - [192, 421], - [40, 1], - [-5, 78], - [-26, -1], - [115, 384], - [29, 23], - [-38, 40], - [-14, 49], - [-66, 128], - [3, 54], - [-39, 52], - [18, 47] - ], - [ - [8882, 9412], - [22, 12], - [16, -100], - [33, -12], - [11, -40], - [69, -32], - [117, 23], - [20, 22], - [62, 1], - [70, 71], - [25, 62], - [36, 11], - [65, 120], - [89, -3], - [58, 20], - [25, -19], - [90, 41], - [16, 24], - [76, 30], - [53, -14], - [3, -28], - [74, -17], - [84, -47], - [76, -17], - [34, -55], - [122, -40], - [94, -65], - [84, 21], - [62, -4], - [56, 34], - [6, 25], - [134, 25], - [46, -34], - [47, -72], - [86, 34], - [51, -9], - [26, 77], - [47, 16], - [72, 96], - [34, 30], - [43, -6], - [-13, -238], - [-83, -24], - [-55, -105], - [65, -30], - [35, -38], - [62, 14], - [106, -34], - [92, 23], - [69, -27], - [56, 2] - ], - [ - [13010, 13901], - [-46, -116], - [-44, -52], - [5, -51], - [-22, -63], - [-51, -102], - [-2, -33], - [-46, -57], - [18, -53], - [-28, -51], - [-6, -56], - [13, -77], - [-27, -35], - [2, -52], - [-48, -138], - [1, -49], - [45, -31], - [-3, -46], - [-32, -35], - [19, -74], - [26, -15], - [-23, -62], - [8, -43], - [-6, -89], - [28, -96], - [2, -42], - [-46, -90], - [46, -72], - [5, -49], - [57, -25] - ], - [ - [8882, 9412], - [-80, 61], - [-57, -35], - [-32, 40], - [-99, 51], - [-84, 104], - [-44, 145], - [6, 164], - [15, 35], - [51, 44], - [-7, 52], - [19, 29], - [1, 63], - [-61, -30], - [-570, 24], - [-385, 10], - [-35, 459], - [-178, 210], - [173, 9], - [-15, 277], - [-27, 7], - [-7, 58], - [-32, 47], - [2, 34], - [-33, 47], - [-18, 62], - [6, 49], - [51, 61], - [-35, 35], - [-14, 77], - [-37, -2], - [-22, 33], - [-45, 5], - [-94, 63], - [-50, 48] - ], - [ - [7145, 11748], - [30, 3], - [88, 127], - [183, 3], - [49, 107], - [8, 33], - [46, 64], - [36, 5], - [21, 46], - [-5, 81], - [34, 104], - [68, 52], - [19, -6], - [41, 80], - [-51, 58], - [-8, 76], - [-43, 50], - [-3, 67], - [-63, 40], - [-12, 77], - [17, 92], - [93, 91], - [-4, 51], - [-30, 45], - [-20, 61], - [-77, 19], - [-127, 1], - [-38, 61], - [-532, 1], - [-55, 5], - [17, 162], - [13, 54], - [8, 109], - [-40, 51], - [-37, 104], - [38, 95], - [13, 75], - [-21, 43], - [8, 44], - [29, 45], - [-16, 54], - [-40, 48], - [16, 42], - [-40, 27], - [6, 35], - [51, 51], - [-19, 59], - [48, 101], - [-32, 58], - [-31, 11] - ], - [ - [8671, 15349], - [43, -26], - [48, -78], - [18, -69], - [22, -13], - [14, -73], - [21, -47], - [3, -53], - [55, -70], - [14, -43], - [33, -27], - [-20, -61], - [-1, -66], - [24, -47], - [25, -142], - [34, 5], - [63, -27], - [-3, -32], - [125, -46], - [54, -51], - [31, -47], - [-11, -50], - [34, -29], - [97, -7], - [26, -85], - [55, 14], - [483, -42], - [437, -38], - [487, -39], - [534, -42], - [482, -37], - [434, -31], - [341, -23], - [337, -26] - ], - [ - [17592, 7549], - [-28, -20], - [-23, -67], - [-94, -25], - [32, -44], - [-46, -38], - [-35, -107], - [-1, -48], - [-34, -54], - [22, -17], - [-52, -54], - [42, -78], - [-47, -15], - [-239, -110], - [-155, -94], - [-44, 9], - [-45, 37], - [-47, 4], - [-77, -38], - [-173, 3], - [-115, -48], - [-62, -14], - [-62, -42], - [-120, -3], - [-61, -47], - [-146, -43] - ], - [ - [15982, 6596], - [-49, -27], - [-89, -12], - [-64, -45], - [-128, -59], - [-33, 36], - [-29, -33], - [-29, 26], - [-48, -28], - [-36, -45], - [7, -31], - [-27, -36], - [-85, 11], - [-48, -38], - [-80, 14], - [-104, -23], - [-18, 45], - [23, 39], - [-57, 19], - [24, 47], - [-32, 72], - [-97, 51], - [-48, 69], - [26, 77], - [32, 20], - [-40, 65], - [23, 37], - [-26, 80], - [36, 41], - [-8, 95], - [-30, -5], - [-37, 37], - [61, 63], - [-69, 45], - [-86, -37], - [-102, 140], - [3, 47], - [-16, 71], - [-53, 56], - [29, 90], - [37, 14], - [12, 37], - [-31, 72], - [-75, 41], - [-4, 59], - [37, 75], - [-43, 55], - [-52, 24], - [-34, 69], - [-62, -18], - [-31, -31], - [-38, 40], - [-85, -8], - [-19, -76], - [-60, 11], - [-37, -24], - [-59, 30], - [-14, 29], - [-62, -40], - [-226, -21], - [-69, -19], - [-17, -50], - [10, -76], - [-55, 3], - [3, 76], - [-16, 57], - [-42, 6], - [-29, -67], - [-58, -19], - [-40, 79], - [1, 120], - [-78, -12], - [-61, 44], - [-49, -15], - [-78, 4], - [-59, -11], - [-84, 16], - [-31, 23], - [-139, 7], - [-65, 49], - [-57, -21], - [-44, -52], - [-70, -18], - [-100, -57], - [-19, -29] - ], - [ - [13096, 20033], - [-4, -37], - [38, -186], - [76, -12], - [129, 51], - [54, -24], - [90, -182], - [26, -110], - [67, 10], - [106, -11], - [37, -34], - [58, -1], - [71, -17], - [38, 12], - [128, -11], - [17, -34], - [175, -204], - [37, -20], - [36, 41], - [47, -33], - [5, 44], - [58, -24], - [25, 40], - [70, -34], - [37, 18], - [87, 8], - [17, -29], - [37, 5], - [7, -41], - [48, 14], - [31, -72], - [55, 22], - [28, -35], - [41, 49], - [17, -59], - [41, -8], - [54, 37], - [19, -24], - [-29, -81], - [53, 18], - [131, -47], - [49, 74], - [39, -66], - [59, -56] - ], - [ - [13818, 16516], - [69, -35], - [65, -12], - [64, 21], - [51, -75], - [89, -46], - [-20, -62], - [-53, -10], - [-11, -63], - [33, -65], - [-49, -23], - [21, -56], - [-84, -65], - [13, -65], - [-48, -26], - [-62, -60], - [-28, -68], - [6, -41], - [-89, -65], - [-112, -18], - [-53, -50], - [-51, -33], - [13, -180], - [-26, -52], - [-80, -100], - [-2, -41], - [22, -52], - [99, -78], - [-1, -64], - [-29, -171], - [-37, -107], - [-36, -23], - [-33, -94], - [-101, -151], - [-50, -10], - [-87, -99], - [-35, -85], - [-79, -81], - [-1, -35], - [-29, -60], - [9, -41], - [-76, -174] - ], - [ - [8255, 19780], - [0, 561] - ], - [ - [8255, 20341], - [55, -29], - [27, 13], - [30, 52], - [101, -14], - [19, 20], - [-5, 95], - [55, 5], - [3, 43], - [32, 28], - [97, -49], - [77, -2], - [1, 94], - [37, -12], - [63, 19], - [26, 24], - [71, -17], - [53, 6], - [66, 119], - [66, 49], - [27, -27], - [72, 41], - [75, -61], - [39, 5], - [63, -32], - [42, 33], - [52, 11], - [20, -14], - [76, 17], - [49, -3], - [60, -30], - [23, 5], - [119, -38], - [49, 35], - [-2, 82], - [-76, 114], - [-43, 15], - [20, 57], - [25, -4], - [32, 48], - [0, 53], - [26, 8], - [110, -76], - [81, 18], - [89, 4], - [71, 48], - [48, -6], - [45, 34], - [15, -28], - [71, 48], - [7, -35], - [51, -60] - ], - [ - [16968, 14156], - [-1, 80], - [18, 10], - [-15, 63], - [59, -42], - [1, -37], - [50, -46], - [-82, -44] - ], - [ - [21380, 15854], - [3, -84], - [17, -32], - [19, -105], - [40, -77], - [-10, -30], - [27, -83], - [0, -82], - [-17, -124], - [-40, 2] - ], - [ - [21419, 15239], - [-34, 4], - [-15, 44], - [-60, 32], - [-80, 19], - [-98, -58], - [-45, 11], - [-15, -97], - [-69, -44], - [-118, -30], - [-18, -25], - [-51, -12], - [-40, 19], - [-98, -6], - [-96, -14], - [-3, -41], - [-28, -23], - [-49, 12], - [-32, -48], - [0, -72], - [-69, -47], - [-78, -29], - [-52, -36], - [-53, 28], - [-40, 49], - [5, 94], - [-79, 26], - [-4, 35], - [32, 18], - [8, 39], - [50, 35], - [-31, 69], - [40, 53], - [76, 32], - [-23, 54], - [-77, 30], - [-37, 36], - [-54, -8], - [-29, -39], - [-45, -1], - [-36, -67], - [-70, -29], - [-53, -56], - [-56, -20], - [-62, -72], - [-37, 17], - [-21, -48], - [-47, 29], - [-41, -29], - [-33, 10], - [-12, 67], - [-97, -30], - [-53, -3], - [-18, 35], - [-49, 42] - ], - [ - [19413, 15883], - [85, 16], - [61, -55], - [77, 8], - [22, -66], - [32, 12], - [23, 88], - [44, 6], - [37, 28], - [47, 83], - [36, 32], - [34, -8], - [43, 20], - [60, 6], - [89, 55], - [67, -2], - [5, -67], - [-84, -64], - [-32, -38], - [-11, -98], - [-38, -12], - [-10, -102], - [94, 12], - [27, -25], - [5, -46], - [36, -8], - [28, 22], - [70, -48], - [56, 66], - [41, 14], - [57, -61], - [-19, -58], - [85, 0], - [20, 46], - [37, 26], - [-28, 59], - [24, 68], - [38, 20], - [-45, 34], - [14, 83], - [39, -2], - [19, 40], - [48, 7], - [7, -65], - [25, -26], - [103, 16], - [31, -41], - [127, -1], - [63, 21], - [43, -24], - [97, -2], - [40, -31], - [54, 7], - [47, -12], - [97, 38] - ], - [ - [14091, 4892], - [3, -76], - [-51, 29], - [48, 47] - ], - [ - [13903, 4518], - [-198, -1], - [-21, -18], - [-97, 6], - [-116, -90], - [-39, -4], - [-53, -43], - [-50, 16], - [-120, 101], - [-71, 14], - [-107, -47], - [25, -63], - [-24, -42], - [-53, -21], - [-57, 91], - [15, 34], - [-54, 39], - [-73, 3], - [-60, -95], - [-114, -58], - [-50, 32], - [-133, -55], - [-31, -56], - [41, -100], - [-32, -36], - [-83, -20], - [-18, 39], - [-108, 32], - [-115, -19], - [-75, 19], - [-56, 53], - [-106, 20], - [-87, 2], - [-32, 22], - [-39, -9], - [-46, 37], - [-171, 2], - [-55, -24], - [-119, 76], - [-43, 7], - [-61, -32], - [-56, 26] - ], - [ - [11161, 4356], - [-69, 76], - [3, 31], - [-65, 63], - [-6, 75], - [14, 24], - [-29, 89], - [-61, 37], - [-95, 20], - [-70, -9], - [-90, -60], - [-79, 41], - [-11, 79], - [66, 104], - [32, 78], - [-15, 39], - [33, 141], - [38, 109], - [1, 91], - [39, 67], - [-9, 51], - [-25, 26], - [-4, 55], - [26, 47] - ], - [ - [11432, 6470], - [72, 30], - [63, -22], - [86, -11], - [66, 34], - [43, -38], - [37, 16], - [114, -34], - [39, 12], - [17, 73], - [101, -28], - [37, -35], - [55, 8], - [26, -28], - [61, 0], - [30, -20], - [63, 25], - [76, -12], - [82, -45], - [116, -31], - [29, 6], - [55, -64], - [46, -28], - [18, 30], - [54, -2], - [81, -24], - [86, 9], - [49, -14], - [64, 16], - [58, -2], - [33, -40], - [-6, -30], - [102, -35], - [26, -32], - [46, -117], - [-14, -140], - [39, -56], - [-7, -67], - [41, -119], - [80, -67], - [0, -37], - [55, -106], - [-3, -49], - [-38, -50], - [2, -63], - [57, -22], - [94, 24], - [63, -9], - [51, 12], - [28, -24], - [89, 16], - [62, -44], - [-29, -36], - [-6, -97], - [-17, -27], - [38, -47], - [30, 51], - [35, 19], - [106, -56], - [56, -102], - [31, -6] - ], - [ - [14200, 4935], - [-70, -84], - [-21, 41], - [-92, 15], - [-31, -39], - [-4, -56], - [-103, 17], - [-5, -29], - [94, -23], - [44, -43], - [-90, -145], - [-19, -71] - ], - [ - [21419, 15239], - [49, -42], - [-45, -86], - [23, -31], - [16, -62], - [-29, -68], - [-44, -147], - [-4, -60], - [-26, -96], - [-49, -74], - [6, -32], - [-36, -96] - ], - [ - [17875, 14563], - [84, 43], - [31, 58], - [54, 31], - [38, 48], - [30, -28], - [31, 51], - [50, 33], - [80, 94], - [49, 102], - [0, 75], - [-60, 31], - [-14, 33], - [19, 69], - [-27, 40], - [-6, 46], - [86, 39] - ], - [ - [17624, 18031], - [101, -81], - [171, -20] - ], - [ - [15481, 13721], - [-11, -49], - [-28, -16], - [-46, 16], - [-37, -11] - ], - [ - [16300, 6207], - [51, -54], - [-59, -19], - [-53, 27], - [61, 46] - ], - [ - [18094, 7241], - [-2, -38], - [-61, -87], - [34, -67], - [-6, -64], - [27, -120], - [-8, -37], - [-135, -80], - [-137, -39], - [-102, -45], - [-57, -44], - [-48, -65], - [-53, -33], - [-20, -39], - [1, -54], - [45, -50], - [-35, -28], - [-44, -76], - [-168, 14], - [-120, 1], - [-184, -25], - [-73, 6], - [-48, 48], - [58, 79], - [-30, 40], - [-84, -38], - [-13, -50], - [52, -38], - [4, -41], - [-69, -30], - [-46, 3], - [-90, -23], - [-179, -13], - [-3, 16], - [38, -10], - [106, 21], - [-54, 27], - [-51, 44], - [-138, -22], - [-37, -47], - [-117, 16], - [-11, 42], - [-44, -19], - [-10, -33], - [-123, -24], - [-25, -102], - [108, -29], - [-37, -47], - [-27, 16], - [-50, -22] - ], - [ - [16028, 6035], - [-89, 85], - [34, 36], - [18, 89], - [27, 36], - [75, 36], - [77, 0], - [108, 32], - [7, 36], - [53, 53], - [-40, 40], - [-87, 21], - [-64, -40], - [-75, 23], - [-60, 109], - [-30, 5] - ], - [ - [20128, 16817], - [52, -67], - [66, -2], - [43, 17], - [43, -18], - [87, -79], - [61, -5], - [89, 17], - [76, -25], - [101, 11], - [81, 29], - [105, -20], - [163, -47], - [65, -74], - [60, -116], - [22, -114], - [37, -119], - [1, -41], - [25, -31], - [5, -92], - [33, -40], - [2, -52], - [23, -29], - [12, -66] - ], - [ - [13292, 2571], - [-113, -159], - [-37, -65], - [-97, -211], - [-78, -216], - [-41, -72], - [-171, -247], - [-41, -67], - [-61, -68], - [-87, -76], - [-98, -103], - [-130, -104], - [-169, -95], - [-110, -86], - [-75, 110], - [52, 9], - [43, -25], - [66, 14], - [1, 29], - [63, 5], - [41, 28], - [94, 133], - [52, -15], - [63, 45], - [41, 105], - [-10, 115], - [37, -14], - [71, 35], - [7, 75], - [30, 2], - [92, 54], - [23, 38], - [12, 80], - [-11, 107], - [49, -35], - [23, 16], - [17, 107], - [-32, 46], - [-35, -3], - [-7, -56], - [-60, 7], - [-8, -31], - [-61, 8], - [-12, -65], - [-65, 31], - [14, 58], - [-34, 24], - [-55, 5], - [-27, 101], - [-37, 30], - [-4, -102], - [8, -70], - [67, -47], - [-47, -46], - [-25, -96], - [-45, -13], - [-11, -63], - [18, -68], - [-37, 3], - [-33, -31], - [18, -101], - [-88, -31], - [-1, -69], - [-93, -3], - [-64, -23], - [-37, -42], - [-18, -84], - [-51, -15], - [21, -72], - [-85, -42], - [3, -70], - [45, -26], - [-55, -39], - [6, -30], - [50, -14], - [20, -59], - [-79, -63], - [-76, -141], - [-57, -195], - [-83, -161], - [-80, -95], - [-202, -173], - [-122, -94], - [-82, 35], - [13, 167], - [-17, 112], - [25, 75], - [102, 75], - [28, 50], - [85, 81], - [-42, 42], - [-136, 53], - [-22, 49], - [-34, -5], - [-61, 60], - [-60, 176], - [-48, 16], - [-16, 34], - [-91, 58], - [-40, -7], - [-200, 140], - [22, 21], - [-46, 67], - [-121, 44], - [-56, -4], - [-68, 50], - [-34, 45], - [-56, -22], - [-71, 38], - [-52, 76], - [-23, 55], - [-120, 108], - [-28, -63], - [-26, -4], - [-94, -71], - [-76, 10], - [-4, 73], - [15, 44], - [-18, 47], - [-60, 28], - [-6, 33], - [-216, 203], - [-41, 15], - [-27, 61], - [-22, -2], - [-75, 65], - [-150, -14], - [-53, -98], - [-58, 14], - [-46, -25], - [-88, 51], - [79, 100], - [38, 23], - [13, 77], - [46, 52], - [72, 17], - [122, 138], - [29, 13], - [35, 64], - [31, 10], - [63, 139], - [93, 30], - [8, 56], - [52, 35], - [17, 72], - [50, 11], - [28, 41], - [71, 57], - [7, 59], - [58, 13], - [14, 74], - [54, -8], - [44, -28], - [12, 45], - [-54, 38], - [81, 66], - [28, -1], - [103, 70], - [-3, 29], - [34, 36], - [66, 36], - [29, -14], - [71, 55], - [40, 9], - [24, 78], - [65, 36], - [90, 21], - [94, 42], - [57, 5], - [68, 46], - [19, 67], - [42, -18], - [83, 60], - [6, 27], - [65, -9] - ], - [ - [11034, 3825], - [44, -12], - [46, 17], - [76, -20], - [64, 32], - [15, 26], - [49, -25], - [90, -23], - [69, 26], - [19, -47], - [107, 5], - [54, -23], - [220, -33], - [34, -16], - [50, 16], - [44, -25], - [56, -57], - [77, -28], - [52, 5], - [65, -45], - [59, -5], - [32, -49], - [57, -12], - [23, -44], - [46, -16], - [76, -54], - [-3, -18], - [70, -40], - [29, -40], - [11, -57], - [35, -2], - [22, -62], - [48, -53], - [48, -32], - [114, -18], - [54, -19], - [69, 6], - [59, -19], - [37, 23], - [51, -9], - [82, -37], - [0, -61], - [-49, -10], - [-16, -38], - [-49, -13], - [-15, -55], - [14, -83], - [-17, -88], - [3, -48], - [52, -15], - [15, -31], - [70, -28] - ], - [ - [7145, 11748], - [-232, 32], - [-84, -36], - [-43, 33], - [-123, -27], - [-35, 54], - [-81, 58], - [-54, 55], - [-6, 60], - [-68, 18], - [-20, -19], - [-74, 15], - [-32, 34], - [-86, 15], - [-25, 32], - [-74, 6], - [-61, 81], - [-48, 2], - [-21, 56], - [-54, 57], - [-55, -41], - [-44, 5], - [-55, 31], - [-28, 52], - [-37, 6], - [-64, 47], - [-62, 10], - [-49, -8], - [-20, -39], - [-130, 4], - [-52, 42], - [-78, -7], - [-76, 70], - [11, 31], - [-30, 30], - [-83, 32], - [-68, 94], - [-110, 16], - [4, 56], - [-17, 86], - [-76, -3], - [3, 89], - [-28, 57], - [-37, 6], - [-35, 143], - [3, 72], - [38, 21], - [-8, 35], - [28, 28], - [-14, 66], - [-39, 53], - [-1, 62], - [-44, 111], - [22, 55], - [45, 52], - [14, 58], - [-26, 88], - [4, 82], - [20, 35], - [-38, 71], - [-49, 32], - [-60, -97], - [-42, 1], - [-49, 45], - [-67, -20], - [-24, 22], - [-85, -20], - [-61, 1], - [-34, -28], - [-56, 1], - [-24, -20], - [-108, -10], - [-18, -11] - ], - [ - [5799, 20914], - [-29, 88], - [11, 42], - [-52, 0], - [-85, -25], - [-69, -1], - [-131, 44], - [-20, 27], - [36, 71], - [2, 55], - [-63, 129], - [-73, 94], - [15, 44], - [-26, 129], - [38, 52], - [0, 34], - [-56, 82], - [-77, 47], - [-24, 1], - [-53, 58], - [-6, 27], - [-52, 44], - [-32, 67], - [-42, 32], - [-8, 41], - [24, 24], - [49, -24], - [35, -62], - [37, -21], - [70, 19], - [78, 5], - [65, -9], - [32, -21], - [43, -92], - [47, -27], - [54, 36], - [82, -3], - [27, 34], - [44, -69], - [65, -15], - [55, 59], - [81, -5], - [-15, -40], - [16, -41], - [44, -4], - [34, -31], - [-6, -38], - [48, -44], - [82, 74], - [57, -17], - [-2, 53], - [-29, 54], - [31, 83], - [49, 10], - [47, -13], - [26, 33], - [84, 37], - [67, -11], - [54, -23], - [41, 38], - [86, 5], - [81, 52], - [91, -3], - [37, 19], - [-8, 59], - [34, 31], - [46, -4], - [34, 19], - [-8, 40], - [67, -3], - [40, -25], - [87, 19], - [34, 53], - [21, 61], - [31, 0], - [56, 31], - [79, 116], - [-47, 119], - [6, 30], - [50, -19], - [73, -7], - [60, 13], - [64, 38], - [49, -12], - [20, -55], - [60, -67], - [-31, -142], - [3, -47], - [-35, -66], - [-37, -44], - [205, -44], - [63, -39], - [-26, -47], - [3, -73], - [47, -19], - [6, -46], - [26, -55], - [-4, -81], - [-49, -28], - [2, -37], - [-101, -64], - [-11, -24], - [34, -38], - [-17, -33], - [20, -49], - [-39, -50], - [-15, -64], - [-34, -56], - [-13, -78], - [-3, -146], - [31, -66], - [12, -100], - [67, -62], - [29, -1], - [-3, -62], - [11, -86], - [-18, -70], - [40, -72], - [34, -32], - [38, -1], - [93, -123], - [23, 0], - [46, -70], - [54, -29], - [132, -29], - [10, -41] - ], - [ - [14545, 5277], - [-160, -115], - [-79, -74], - [-16, 18], - [87, 77], - [28, 13], - [32, 30], - [59, 40], - [18, -8], - [31, 19] - ], - [ - [15259, 5752], - [-47, -74], - [-48, -19], - [-4, 54], - [55, 3], - [44, 36] - ], - [ - [15697, 5831], - [53, -32], - [-40, -77], - [-56, -18], - [-30, 30], - [53, 45], - [20, 52] - ], - [ - [16028, 6035], - [-65, -10], - [-35, 31], - [-38, -39], - [-46, -11], - [-7, -40], - [-84, -28], - [-99, -50], - [-13, -37], - [19, -55], - [-13, -27], - [-63, -1], - [-75, 32], - [-80, 11], - [-52, -6], - [-95, -31], - [-66, -55], - [-69, 7], - [-53, -21], - [-2, -46], - [-64, -26], - [-158, -88], - [-90, -69], - [-1, -46], - [-58, -31], - [-76, -64], - [-123, -70], - [-20, -1], - [-5, 4], - [-7, -3], - [-112, -79], - [-34, -31], - [-36, -4], - [-67, -75], - [-16, -38], - [61, -11], - [-13, -33], - [-73, -59] - ], - [ - [14003, 3703], - [23, -58], - [-68, -133], - [-15, 41], - [9, 50], - [-15, 44], - [66, 56] - ], - [ - [11034, 3825], - [84, 143], - [7, 33], - [-45, 71], - [3, 60], - [30, 117], - [1, 61], - [32, 0], - [15, 46] - ], - [ - [13903, 4518], - [-6, -50], - [14, -63], - [44, -37], - [-46, -94], - [-5, -36], - [-44, -84], - [2, -88], - [23, -52], - [-1, -82], - [34, -17], - [-22, -48], - [15, -27], - [-17, -84], - [50, -29], - [-20, -45], - [-46, -42], - [21, -47], - [-29, -45], - [17, -25], - [3, -74], - [23, -49], - [-28, -52], - [13, -42], - [-28, -98], - [-58, -135], - [6, -27], - [-43, -56], - [-81, -40], - [-153, -106], - [-105, -98], - [-144, -175] - ], - [ - [20600, 13520], - [-75, -23], - [-154, -96], - [-77, -81], - [-179, -273], - [-23, -65], - [-75, -55], - [-50, -16] - ] - ], - "transform": { - "scale": [0.0018229790963059055, 0.001719403043083933], - "translate": [-73.9446029663086, -33.74708175659179] - }, - "objects": { - "brazil": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-AC", - "NAME_0": "Brazil", - "ID_1": 1, - "NAME_1": "Acre", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[3, 4, 5, 6]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-AL", - "NAME_0": "Brazil", - "ID_1": 2, - "NAME_1": "Alagoas", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[7]], [[8]], [[9, 10]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-AP", - "NAME_0": "Brazil", - "ID_1": 3, - "NAME_1": "Amapá", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[11, 12, 13, 14, -3, 15], [16]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-AM", - "NAME_0": "Brazil", - "ID_1": 4, - "NAME_1": "Amazonas", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Amazone" - } - }, - { - "arcs": [[[17]], [[18, 19, 20, 21, 22, 23, 24, 25, -6, 26, 27]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-BA", - "NAME_0": "Brazil", - "ID_1": 5, - "NAME_1": "Bahia", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Ba¡a" - } - }, - { - "arcs": [[28, 29, 30, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-CE", - "NAME_0": "Brazil", - "ID_1": 6, - "NAME_1": "Ceará", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[33, 34]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-DF", - "NAME_0": "Brazil", - "ID_1": 7, - "NAME_1": "Distrito Federal", - "TYPE_1": "Distrito Federal", - "ENGTYPE_1": "Federal District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-19, 35, 36, 37]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-ES", - "NAME_0": "Brazil", - "ID_1": 8, - "NAME_1": "Espírito Santo", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Espiritu Santo" - } - }, - { - "arcs": [[-21, 38, -35, 39, 40, 41, 42]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-GO", - "NAME_0": "Brazil", - "ID_1": 9, - "NAME_1": "Goiás", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Goiáz|Goyáz" - } - }, - { - "arcs": [[[43]], [[44]], [[45]], [[46]], [[47]], [[48, 49, 50, 51]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-MA", - "NAME_0": "Brazil", - "ID_1": 10, - "NAME_1": "Maranhão", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "São Luíz de Maranhão" - } - }, - { - "arcs": [[-41, 52, 53, 54, 55, 56]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-MS", - "NAME_0": "Brazil", - "ID_1": 11, - "NAME_1": "Mato Grosso do Sul", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[57, -42, -57, 58, 59, -14, 60]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-MT", - "NAME_0": "Brazil", - "ID_1": 12, - "NAME_1": "Mato Grosso", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Matto Grosso" - } - }, - { - "arcs": [[-38, 61, 62, -53, -40, -34, -39, -20]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-MG", - "NAME_0": "Brazil", - "ID_1": 13, - "NAME_1": "Minas Gerais", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Minas|Minas Geraes" - } - }, - { - "arcs": [[-10, 63, -51, 64, -61, -13, 65, 66]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-PA", - "NAME_0": "Brazil", - "ID_1": 14, - "NAME_1": "Pará", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[-24, 67]], [[68, 69, -30, 70]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-PB", - "NAME_0": "Brazil", - "ID_1": 15, - "NAME_1": "Paraíba", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Parahyba" - } - }, - { - "arcs": [[[71]], [[72, 73, -55, 74, 75]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-PR", - "NAME_0": "Brazil", - "ID_1": 16, - "NAME_1": "Paraná", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[76, -7, -26, 77, -31, -70]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-PE", - "NAME_0": "Brazil", - "ID_1": 17, - "NAME_1": "Pernambuco", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Pernambouc" - } - }, - { - "arcs": [[78, -32, -78, -25, -68, -23, 79, -49]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-PI", - "NAME_0": "Brazil", - "ID_1": 18, - "NAME_1": "Piauí", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Piauhy" - } - }, - { - "arcs": [[[80]], [[81, 82, -62, -37]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-RJ", - "NAME_0": "Brazil", - "ID_1": 19, - "NAME_1": "Rio de Janeiro", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-71, -29, 83]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-RN", - "NAME_0": "Brazil", - "ID_1": 20, - "NAME_1": "Rio Grande do Norte", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[84, 85]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-RS", - "NAME_0": "Brazil", - "ID_1": 21, - "NAME_1": "Rio Grande do Sul", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-60, 86, -1, -15]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-RO", - "NAME_0": "Brazil", - "ID_1": 22, - "NAME_1": "Rondônia", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Guaporé" - } - }, - { - "arcs": [[-66, -12, 87]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-RR", - "NAME_0": "Brazil", - "ID_1": 23, - "NAME_1": "Roraima", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Rio Branco" - } - }, - { - "arcs": [[[88]], [[89]], [[90]], [[-83, 91, -75, -54, -63]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-SP", - "NAME_0": "Brazil", - "ID_1": 24, - "NAME_1": "São Paulo", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[92]], [[-86, 93, -73, 94]], [[-17]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 33, - "ISO": "BR-SC", - "NAME_0": "Brazil", - "ID_1": 25, - "NAME_1": "Santa Catarina", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Santa Catharina" - } - }, - { - "arcs": [[95, -27, -5]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-SE", - "NAME_0": "Brazil", - "ID_1": 26, - "NAME_1": "Sergipe", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-80, -22, -43, -58, -65, -50]], - "type": "Polygon", - "properties": { - "ID_0": 33, - "ISO": "BR-TO", - "NAME_0": "Brazil", - "ID_1": 27, - "NAME_1": "Tocantins", - "TYPE_1": "Estado", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/bulgaria-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/bulgaria-topo.json deleted file mode 100644 index 212a5d47acdbf..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/bulgaria-topo.json +++ /dev/null @@ -1,16396 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [16853, 8115], - [-13, -19], - [23, -56], - [33, -18], - [68, 1], - [12, -59], - [3, -161], - [-61, -31], - [-48, -78], - [1, -37], - [-105, 14], - [35, 73], - [-52, -15], - [-12, -116], - [-65, -37], - [-77, -16], - [12, -49], - [-35, -42] - ], - [ - [16572, 7469], - [-67, -51], - [-121, 40], - [-76, -34], - [-27, -50], - [-67, -40], - [-65, -15], - [-86, 62], - [-53, 71], - [-30, -50], - [15, -24], - [-38, -70], - [-83, -49], - [20, -55], - [4, -65], - [49, -54], - [-22, -60], - [-104, -16], - [-34, -91], - [-44, -4], - [1, -71], - [-79, 0], - [-52, -86], - [-89, -4], - [-8, 50], - [-59, 12], - [6, -45], - [-60, 3], - [-1, 49], - [-79, 43], - [-76, 5], - [-28, -72] - ], - [ - [15219, 6798], - [-6, -13], - [-91, 6], - [-28, -60], - [-34, -7], - [-20, 44], - [-34, 228], - [43, -5], - [9, 60], - [48, 13], - [-38, 119], - [-32, 196], - [-76, -32], - [-76, 5], - [-82, 108], - [9, 57], - [-48, 37], - [-66, 8], - [-34, 22] - ], - [ - [14663, 7584], - [0, 44], - [-62, 78], - [24, 46], - [-10, 57], - [4, 80], - [81, 46], - [-17, 72], - [46, 54], - [-20, 110], - [103, 22], - [44, -61], - [23, -5], - [109, 134], - [-78, 16], - [5, 57], - [-34, 73], - [-81, 6], - [-20, 24], - [-9, 98], - [-51, 56], - [-5, 69], - [10, 76], - [-33, 16], - [-26, 45], - [-92, -33], - [-46, 3], - [-34, 36] - ], - [ - [14494, 8803], - [68, 49], - [-6, 57], - [36, 67], - [-61, 102], - [48, 24], - [41, 47], - [70, 8], - [100, 94], - [66, -6], - [68, 26], - [94, 166], - [-38, 92], - [12, 26] - ], - [ - [14992, 9555], - [43, -3] - ], - [ - [15035, 9552], - [50, -38], - [10, -79], - [62, -21], - [29, -29], - [-29, -48], - [2, -42], - [-38, -13], - [-10, -50], - [39, -122], - [109, -115], - [-19, -4], - [-14, -96], - [115, -13], - [84, 23], - [1, -26], - [49, -38], - [88, -12], - [45, -40], - [45, -79], - [-4, -25], - [-80, -118], - [1, -20], - [132, -12], - [72, 3], - [43, 85], - [6, 54], - [47, 0], - [44, -48], - [154, 72], - [25, -25], - [106, -8], - [104, 6], - [-5, -42], - [28, -21], - [28, -78], - [12, -103], - [-62, -38], - [-2, -63], - [44, -85], - [-8, -34], - [48, -34], - [122, -29], - [51, -27], - [7, -47], - [51, -35], - [49, 19], - [59, -6], - [41, 37], - [46, -12], - [41, 39] - ], - [ - [14663, 7584], - [-22, -18], - [-99, -1], - [-9, 48], - [-45, -16], - [-45, 15], - [-62, -25], - [-28, 13], - [-5, 90], - [17, 44], - [-45, 17], - [-73, -8], - [-22, -27], - [-87, -40], - [-48, 41], - [-101, -8], - [-36, -39], - [-31, 7], - [-41, -110] - ], - [ - [13881, 7567], - [-46, 30], - [-30, 60], - [-41, 153], - [42, 58], - [7, 43], - [-28, 22], - [-14, 80], - [-30, 41], - [-50, 162], - [-3, 84], - [-63, 50], - [-4, 45], - [-44, 111], - [58, -13], - [54, 39], - [5, 49] - ], - [ - [13694, 8581], - [75, 36], - [45, -18], - [41, 11], - [17, 47], - [64, -10], - [111, 21], - [35, -34], - [82, 13], - [26, -38], - [77, 72], - [89, 12], - [55, 89], - [83, 21] - ], - [ - [17142, 8066], - [-180, 72], - [-109, -23] - ], - [ - [15035, 9552], - [26, 81], - [55, 36], - [91, -36], - [43, 0], - [56, 79], - [12, 89], - [-15, 74], - [50, 3], - [43, 30] - ], - [ - [15396, 9908], - [43, 12], - [-11, 68], - [97, -22], - [46, 18], - [53, 49], - [63, -9], - [70, -37], - [-35, -51], - [7, -22], - [69, 19], - [36, 49], - [61, -45], - [34, -43], - [149, -95], - [30, 23], - [140, 26], - [17, 38], - [49, -11], - [52, 43], - [29, -41], - [45, 8], - [17, -32], - [152, -79], - [-3, -32] - ], - [ - [16606, 9742], - [-66, -82], - [-16, -88], - [-10, -150], - [40, -4], - [100, -41] - ], - [ - [16654, 9377], - [51, -73], - [-75, -162], - [19, -96], - [32, -44], - [9, -72], - [-31, -32], - [47, -33], - [-59, -74], - [53, -43], - [-29, -31], - [68, -65], - [-19, -85], - [96, -20], - [20, -30], - [51, -21], - [15, -31], - [54, 15], - [6, -81], - [55, -15], - [18, -90], - [46, -40], - [65, -23], - [-2, -59], - [-32, -50], - [30, -56] - ], - [ - [15219, 6798], - [28, -14], - [28, -219], - [-16, -43], - [-42, -31], - [-50, 33], - [-79, 4], - [-26, -29], - [8, -149], - [-5, -83], - [31, -10], - [99, 37], - [-1, 69], - [51, 8], - [111, -77], - [-36, -28], - [-78, -93], - [-24, -95], - [2, -57], - [-39, 3], - [-8, -57], - [-36, -23], - [0, -100], - [-58, 0], - [-55, -133] - ], - [ - [15024, 5711], - [-38, 17], - [-84, -23], - [-29, 31], - [-10, -102], - [-46, 25], - [-69, -24], - [-63, 55], - [-30, 50], - [-90, 7], - [-16, 13], - [-20, 83], - [-94, 14], - [-66, -36], - [-69, 11], - [-14, 50], - [12, 82], - [-21, 70], - [-151, 4], - [-54, 34], - [16, 101], - [-17, 68], - [-27, -2], - [-66, 56] - ], - [ - [13978, 6295], - [-36, 106], - [16, 12], - [-12, 133], - [-13, 47], - [-59, 4], - [-35, 140], - [33, 8], - [-13, 54], - [124, 44], - [13, 43], - [-35, 74], - [-114, 198], - [-113, 147], - [-12, 50] - ], - [ - [13722, 7355], - [61, -9], - [42, 26], - [32, -12], - [40, 22], - [39, 59], - [-15, 26], - [45, 69], - [-28, 17], - [-56, -30], - [-1, 44] - ], - [ - [16448, 13844], - [-12, -28], - [-116, -106], - [-174, -127], - [-47, 16], - [-13, -58] - ], - [ - [16086, 13541], - [-114, 93], - [8, 46], - [-19, 42], - [49, 58], - [13, 50], - [-8, 95], - [82, 39], - [21, -6], - [20, 129], - [-28, 76], - [-53, 46], - [-27, -16], - [-44, 20], - [-32, -41], - [-87, 16], - [-82, -63], - [-69, 24] - ], - [ - [15716, 14149], - [29, 66], - [-9, 72], - [-38, 77], - [39, 92], - [-13, 13], - [-77, 146], - [-62, 13] - ], - [ - [15585, 14628], - [11, 20], - [78, -6], - [125, 49], - [17, 80], - [-15, 11], - [-18, 235], - [26, 70], - [55, 11] - ], - [ - [15864, 15098], - [108, -9], - [57, 29], - [18, -16], - [72, 12], - [26, -43], - [54, 45], - [12, -61], - [69, -95], - [54, 10], - [5, -48], - [42, 3], - [93, 65], - [19, 26], - [99, -3], - [25, -65], - [73, -44], - [-11, -49], - [5, -77], - [-53, -9], - [10, -32], - [132, -34], - [3, -18], - [74, -21], - [4, -55] - ], - [ - [16854, 14609], - [-5, -42], - [-41, -19], - [-48, -77], - [-6, -99], - [-31, -43], - [5, -34], - [37, -24], - [13, -44], - [-23, -36], - [-51, 41], - [-56, 4], - [-53, -29], - [-34, 43], - [-46, -80], - [18, -11], - [-1, -76], - [-64, -6], - [-9, -42], - [43, -35], - [-34, -50], - [-58, 0], - [38, -106] - ], - [ - [15553, 12736], - [-75, 27], - [-89, 56], - [-3, 62], - [-49, 29], - [-97, -21], - [-34, -23], - [-10, -63], - [12, -75] - ], - [ - [15208, 12728], - [-88, 19], - [-44, -46] - ], - [ - [15076, 12701], - [-19, 34], - [-3, 79], - [-60, 64], - [-45, 29], - [-13, 61], - [29, 111], - [-4, 81], - [21, 173], - [-13, 15] - ], - [ - [14969, 13348], - [6, 12], - [136, 0], - [102, 56], - [-23, 70], - [64, 71], - [33, -47], - [68, -50], - [45, -1], - [51, 28], - [-11, -72], - [48, -87], - [39, -15], - [56, -50] - ], - [ - [15583, 13263], - [32, -99], - [-16, -15], - [59, -153], - [-19, -100], - [12, -17], - [-87, -82], - [-11, -61] - ], - [ - [16915, 12565], - [52, -30], - [87, -8], - [47, 17], - [30, -22], - [28, -156] - ], - [ - [17159, 12366], - [5, -55], - [102, -61], - [-59, -146] - ], - [ - [17207, 12104], - [-3, -12], - [-115, -2], - [-18, -33], - [-60, 10], - [18, -64], - [-17, -58], - [-33, -43], - [-83, -79], - [6, -59], - [-30, -52], - [5, -74], - [-69, 21], - [-98, -5], - [-18, 35], - [-148, 61], - [-65, 6], - [-29, -41], - [-39, 28], - [-160, 11], - [0, 82], - [-73, 122], - [11, 15], - [146, -17], - [-30, 52], - [-24, 95], - [-71, 65] - ], - [ - [16210, 12168], - [17, 15], - [98, -11], - [68, 10], - [23, 22], - [20, 85], - [-42, 101], - [54, 16], - [136, -42], - [15, 22], - [76, 18], - [7, 56], - [32, 40], - [118, 7], - [-9, 54], - [92, 4] - ], - [ - [15583, 13263], - [118, 82], - [11, 32], - [82, -27], - [68, 2], - [71, -18], - [85, 55], - [22, 59], - [33, 21], - [13, 72] - ], - [ - [16448, 13844], - [138, -70], - [-20, -73], - [49, -51], - [48, -5], - [-35, -89], - [54, -4], - [21, -46], - [83, -24], - [27, 38], - [64, 19], - [94, -35] - ], - [ - [16971, 13504], - [-50, -169], - [61, -43], - [63, -147], - [-15, -17] - ], - [ - [17030, 13128], - [-19, -23], - [-12, -104], - [-37, -87], - [89, -42], - [19, -54], - [-41, -61], - [-82, -46], - [-31, -111], - [-1, -35] - ], - [ - [16210, 12168], - [-44, 7] - ], - [ - [16166, 12175], - [-14, 138], - [-98, 0], - [-84, -26], - [-54, -39], - [-97, -14], - [-39, 23], - [-28, 45], - [31, 29], - [-32, 65], - [37, 39], - [29, 88], - [-27, 60], - [-105, 24], - [-96, 121], - [-36, 8] - ], - [ - [18275, 13700], - [0, -29], - [51, -57], - [42, -25], - [13, -144], - [-99, 12], - [-57, -4], - [-24, -61], - [-76, -77], - [3, -18] - ], - [ - [18128, 13297], - [-81, 46], - [-22, -5], - [-37, 96], - [-116, 28], - [-75, -2], - [-37, 38], - [-141, -5], - [-89, -24], - [18, -126], - [-57, -63], - [-56, 3], - [-69, -34], - [-92, 2], - [-23, -49], - [-87, -9], - [-23, -36], - [-33, 20], - [-78, -49] - ], - [ - [16971, 13504], - [26, -30], - [61, 11], - [70, 114], - [0, 50], - [35, 111], - [-41, 41], - [-15, 47], - [18, 65], - [30, 32], - [77, 23], - [-11, 40], - [25, 111], - [68, -4], - [49, 27], - [35, 58], - [44, 23], - [-41, 81], - [1, 37] - ], - [ - [17402, 14341], - [-10, 52], - [49, 21], - [25, 34], - [46, -52], - [28, 13], - [32, 70], - [43, 64], - [29, -99], - [62, -44], - [10, -100], - [153, -39] - ], - [ - [17869, 14261], - [27, -83], - [32, -48], - [10, -73], - [80, -9], - [106, -65], - [26, -33], - [24, -102], - [40, -66], - [62, -1], - [-1, -81] - ], - [ - [16854, 14609], - [24, 49] - ], - [ - [16878, 14658], - [73, -31], - [56, -72], - [76, -28], - [29, 13], - [69, -46], - [17, 52], - [69, -6], - [26, -33], - [1, -112], - [94, -16], - [14, -38] - ], - [ - [17509, 12535], - [-68, -14], - [-30, 30], - [-40, -7], - [-48, -60], - [39, -63], - [-115, -52], - [-88, -3] - ], - [ - [18128, 13297], - [-28, -102] - ], - [ - [18100, 13195], - [-108, -47], - [-25, -25], - [-73, -7], - [-12, 83], - [-32, 21], - [-61, -66], - [-57, -35], - [36, -37], - [-38, -38], - [25, -43], - [-70, -42], - [-94, -26], - [-47, 12], - [-61, -50], - [31, -31], - [-10, -76], - [44, -59], - [34, -116], - [-55, -40], - [-18, -38] - ], - [ - [1643, 9015], - [-26, 52], - [10, 98], - [-60, 13], - [-28, 30] - ], - [ - [1539, 9208], - [39, 64], - [8, 55], - [54, 41], - [24, 74], - [-45, 89], - [65, 59], - [-10, 29], - [5, 100], - [68, 28], - [189, 100], - [53, 93], - [135, 80] - ], - [ - [2124, 10020], - [45, -16], - [120, -72], - [-25, -56], - [8, -40], - [72, -92], - [-9, -101], - [51, -7], - [-15, -40], - [115, -20], - [166, 24], - [94, 37], - [38, -41], - [61, 42], - [72, -7], - [72, 50] - ], - [ - [2989, 9681], - [8, -36], - [41, -54], - [4, -54], - [-68, -194], - [-134, -6], - [-26, -21] - ], - [ - [2814, 9316], - [-92, 7], - [-37, -17], - [-58, -57], - [-66, 40], - [-108, 1], - [-57, 21], - [-44, -34], - [-30, -93], - [-117, 38], - [-52, -37], - [23, -36], - [-34, -35], - [-65, -18], - [-27, -39], - [-10, -51], - [-34, -7] - ], - [ - [2006, 8999], - [-53, 32], - [-96, -47], - [-47, -80], - [-59, 66], - [-86, 12], - [-22, 33] - ], - [ - [3354, 8618], - [49, 14], - [78, 57], - [35, 8], - [1, 45], - [-34, 64], - [38, 48], - [-9, 78], - [22, 53], - [-35, 82], - [22, 45], - [32, 13], - [15, 100], - [39, 13] - ], - [ - [3607, 9238], - [35, 6], - [94, -79], - [52, 8], - [75, -105], - [12, -48], - [98, -20], - [27, -25], - [128, 3], - [56, 53], - [57, 20], - [22, 42], - [35, 16], - [16, -48], - [44, -3], - [18, 63], - [40, -7], - [13, -42], - [53, -34], - [38, 26], - [67, -42], - [61, -131], - [71, -29], - [38, 11], - [44, 96], - [66, 26], - [39, 48], - [69, -21], - [43, 0], - [15, -99], - [63, 33], - [53, -28], - [44, 28] - ], - [ - [5193, 8956], - [7, -57] - ], - [ - [5200, 8899], - [-51, -17], - [-46, -75], - [-29, -98], - [7, -107], - [-33, -72], - [-27, 21], - [-36, -25], - [-35, -108], - [-8, -67], - [-51, -110], - [-24, -35], - [-122, -10], - [-59, -22], - [-18, -57], - [10, -73], - [-102, 20], - [3, -26], - [-93, -25], - [-14, -30], - [10, -112], - [42, -1], - [12, -33], - [96, -36], - [-14, -67], - [50, -5], - [63, -44], - [-15, -217], - [40, -57], - [-26, -28], - [18, -33], - [-49, -31], - [-5, -97], - [69, -27], - [76, -128], - [29, -13], - [47, 17], - [33, -32], - [39, 14] - ], - [ - [4987, 7053], - [22, -13], - [-26, -76], - [70, -36], - [30, -60], - [1, -55], - [44, -21], - [-6, -58], - [20, -61], - [-7, -70] - ], - [ - [5135, 6603], - [-63, 0], - [-51, -33], - [-75, -14], - [-94, 44], - [-39, -25], - [-70, 26], - [-44, -48], - [-26, 6], - [-46, 78], - [8, 51], - [-22, 54], - [26, 37], - [21, 123], - [-10, 33], - [-116, 97], - [2, 75], - [-68, 0], - [-51, 29], - [-58, 1], - [-68, 40], - [-89, -76], - [64, -68], - [-2, -36], - [28, -59], - [-12, -19], - [-79, -31], - [-45, -50], - [-21, 44], - [-63, 53], - [-63, 71], - [-52, 5], - [-128, 76], - [-29, 29], - [-45, 80], - [-40, -20], - [-44, 45] - ], - [ - [3671, 7221], - [38, 67], - [-47, 52], - [-10, 41], - [-105, 12], - [-38, 43], - [-75, 22], - [-22, 42], - [-58, 12], - [-44, 28], - [-64, 10], - [-112, 1], - [-37, -29], - [-18, 41], - [52, 62], - [75, 46], - [12, 57], - [-48, 99], - [40, 42], - [-18, 46], - [-85, 27], - [-13, 26], - [-77, 17], - [-57, 24], - [2, 54], - [-27, 30], - [-68, 13], - [-122, 40], - [7, 76] - ], - [ - [2752, 8222], - [59, 70], - [22, 46], - [47, 22], - [114, 14], - [107, -17], - [51, -61], - [82, 24], - [70, -11], - [60, 94], - [25, 64], - [-71, 80], - [36, 71] - ], - [ - [5135, 6603], - [44, -13] - ], - [ - [5179, 6590], - [-35, -72], - [19, -39], - [-29, -32], - [16, -69], - [82, 5], - [39, -22], - [63, -62], - [92, -173] - ], - [ - [5426, 6126], - [-34, -40], - [7, -55], - [-11, -49], - [18, -242], - [-28, -79], - [-31, -39], - [-24, -75], - [31, -88] - ], - [ - [5354, 5459], - [-28, -232], - [15, -29], - [63, -19] - ], - [ - [5404, 5179], - [33, -83], - [-96, 39], - [-48, -19], - [-75, 86], - [-39, -3], - [-74, 32], - [-20, -106], - [-49, -1], - [-108, 33], - [-64, -43], - [-12, -123], - [-50, -75], - [17, -33], - [-40, -62], - [3, -85] - ], - [ - [4782, 4736], - [-63, 6], - [-69, -19], - [-29, 20], - [-110, 23], - [-32, 33] - ], - [ - [4479, 4799], - [8, 43], - [39, 46], - [48, -8], - [28, 30], - [11, 53], - [-57, 83], - [-50, 29], - [-51, -15], - [-37, 22], - [-89, 13], - [-34, 177], - [-41, 21], - [-111, -29], - [-27, -30], - [-133, -43], - [-34, 15], - [-95, -23], - [-65, 48] - ], - [ - [3789, 5231], - [-25, 38], - [12, 53] - ], - [ - [3776, 5322], - [60, 131], - [71, 58], - [16, 103], - [81, 28], - [26, -35], - [47, 2], - [-21, 46], - [-22, 115], - [16, 62], - [-152, 74], - [-47, 78], - [-78, 47], - [-13, 37], - [35, 54], - [-8, 40], - [-75, 144], - [-48, 24], - [-43, -46], - [-62, -23] - ], - [ - [3559, 6261], - [-37, 45], - [13, 44], - [-41, 17], - [-83, -13] - ], - [ - [3411, 6354], - [20, 89], - [50, 38], - [-16, 77], - [-51, 30], - [-22, 58], - [-4, 77], - [10, 126] - ], - [ - [3398, 6849], - [1, 38], - [47, 56], - [4, 47], - [80, 30], - [19, 101], - [33, 56], - [47, 48], - [42, -4] - ], - [ - [4759, 9787], - [-2, -36], - [25, -81], - [50, -20], - [44, -49], - [-65, -42], - [-20, -30], - [29, -63], - [-1, -69], - [78, -26], - [-6, -46], - [24, -51], - [57, -20], - [58, 13], - [55, -31], - [32, -63], - [83, -74], - [-7, -143] - ], - [ - [3607, 9238], - [26, 145], - [21, 19], - [-93, 39], - [26, 134], - [-105, 8], - [-40, -43], - [-73, 16], - [14, 65], - [-35, 42], - [-87, 2], - [-49, -15], - [-64, -88], - [-11, 63], - [32, 35], - [-5, 76], - [16, 34], - [-76, 27], - [-72, -9] - ], - [ - [3032, 9788], - [-20, 69], - [-9, 143], - [62, -3], - [14, 30], - [118, -24], - [21, 43], - [45, 152], - [37, 2], - [101, 71], - [27, 101], - [-59, 62], - [-37, 17] - ], - [ - [3332, 10451], - [51, 7], - [48, -17], - [70, 6], - [-20, 51], - [22, 43], - [45, 1], - [122, -47], - [99, 71], - [28, 139], - [163, -13], - [19, -18], - [64, 10], - [22, 31], - [40, -16], - [48, 16] - ], - [ - [4153, 10715], - [12, -22], - [77, -36], - [29, 42], - [42, -28], - [83, 8], - [14, -53], - [33, -51] - ], - [ - [4443, 10575], - [-86, -62], - [-34, -53], - [-19, -97], - [43, -33], - [43, -104], - [73, 8], - [11, -61], - [32, -83], - [51, -23], - [34, -75], - [-13, -48], - [28, -43], - [102, -59], - [51, -55] - ], - [ - [6761, 8436], - [5, -71], - [29, -31], - [49, -12], - [32, -80], - [44, -76], - [-15, -37], - [-53, -33], - [-34, -42], - [57, -63], - [-13, -72] - ], - [ - [6862, 7919], - [-45, 0], - [-68, 120], - [-24, 22], - [-109, 4] - ], - [ - [6616, 8065], - [17, 25], - [-7, 119], - [-51, 13], - [-30, 133] - ], - [ - [6545, 8355], - [38, 0], - [9, 63], - [50, 42], - [79, -32], - [40, 8] - ], - [ - [5200, 8899], - [63, 13], - [86, -14], - [21, -94], - [22, -46], - [48, 4], - [32, -36], - [60, -6] - ], - [ - [5532, 8720], - [46, -139], - [-85, -41], - [-59, -5], - [-23, -48], - [-56, -22], - [-15, -32], - [-56, -41], - [-33, -81], - [-79, -9], - [-30, -49], - [20, -86], - [-31, -33], - [-33, 13], - [-35, -35], - [0, -36], - [50, -21], - [31, -104], - [40, -51], - [96, -12], - [48, 51], - [23, -10], - [31, -79], - [-3, -35], - [44, -17], - [113, -93], - [28, 62], - [53, 54], - [17, 60], - [33, -36], - [93, -28], - [94, -63], - [84, -2], - [16, 30] - ], - [ - [5954, 7782], - [94, -48], - [-29, -58], - [30, -76], - [-18, -96], - [15, -55], - [-36, -51], - [-14, -71] - ], - [ - [5996, 7327], - [-71, 11], - [-77, -17], - [-35, 18], - [0, 82], - [-49, 42], - [-14, 59], - [-86, 26], - [-75, -32], - [-93, 48], - [-39, -10], - [-25, 40], - [-121, -30], - [-13, -21], - [-163, 13], - [-28, -86], - [17, -75], - [-60, -91], - [-19, -59], - [1, -79], - [13, -39], - [-72, -74] - ], - [ - [5426, 6126], - [60, -19], - [36, 40], - [51, -17], - [70, 44], - [60, -57], - [-39, -39], - [-6, -39], - [30, -34], - [111, -29], - [-80, -122], - [-80, -54], - [7, -43], - [-19, -53], - [-41, 1], - [-52, -63], - [-32, -70], - [-50, -28], - [-98, -85] - ], - [ - [7892, 8120], - [17, -33], - [-40, -62], - [103, -76], - [43, -72], - [31, -28], - [96, -10], - [110, -106], - [15, -61], - [29, -38], - [68, -40] - ], - [ - [8364, 7594], - [2, -55], - [-43, -12], - [-6, -58], - [-46, -18], - [-3, -32], - [31, -37], - [-64, -44], - [-81, 31], - [-34, -35] - ], - [ - [8120, 7334], - [-34, 67], - [-125, 10], - [-25, -11], - [-76, -82], - [-43, 136], - [-114, 48] - ], - [ - [7703, 7502], - [-23, 100], - [-72, 65], - [-36, 55] - ], - [ - [7572, 7722], - [77, 35], - [13, 33], - [-34, 101], - [78, 30], - [10, 49], - [86, 26], - [23, 134] - ], - [ - [7825, 8130], - [67, -10] - ], - [ - [5568, 5264], - [-112, 14], - [-52, -99] - ], - [ - [5179, 6590], - [92, -15], - [22, -24], - [61, -7], - [58, -39], - [128, -50], - [27, -18], - [79, -4], - [89, -56], - [88, 2], - [29, -46], - [30, 66], - [91, -45], - [108, 52], - [132, -39], - [88, 22] - ], - [ - [6301, 6389], - [16, -57] - ], - [ - [6317, 6332], - [-35, -28], - [7, -71], - [-31, -103], - [-27, -34], - [77, -98], - [128, -76], - [8, -29], - [-49, -43], - [-81, -115] - ], - [ - [6314, 5735], - [-107, 35], - [-44, 31], - [5, 50], - [-27, 46], - [-64, 13], - [-36, -15], - [-18, -58], - [26, -52], - [-110, -240], - [-55, -42], - [-48, -81], - [-142, -25], - [-99, -130], - [-27, -3] - ], - [ - [2752, 8222], - [-75, 27], - [13, 33], - [-26, 75], - [-2, 100], - [-180, 7] - ], - [ - [2482, 8464], - [24, 57], - [-46, 46] - ], - [ - [2460, 8567], - [50, 9], - [113, 54], - [9, 50], - [52, 21], - [26, 84], - [89, 88], - [52, 18], - [33, 36] - ], - [ - [2884, 8927], - [61, -5], - [31, -100], - [113, -45], - [115, -86], - [150, -73] - ], - [ - [7982, 8430], - [2, -110], - [-63, -104], - [-1, -87], - [-28, -9] - ], - [ - [7825, 8130], - [-54, 55], - [-109, -13], - [-13, 68], - [-35, 40], - [-55, -31], - [-19, 11], - [-118, -14], - [-57, 12], - [-36, 86], - [5, 76], - [23, 34], - [9, 70] - ], - [ - [7366, 8524], - [59, 42], - [165, -10], - [144, -70], - [50, -56], - [75, 27], - [75, -34], - [48, 7] - ], - [ - [6817, 9499], - [50, 3], - [12, -30], - [102, -43], - [90, 32], - [43, -31], - [45, -159], - [-21, -71], - [-21, -184], - [11, -76], - [93, -42], - [-47, -31], - [-49, -4], - [-2, -64], - [21, -17], - [75, 46], - [44, -5], - [-32, -65], - [-158, -54], - [-25, -68], - [-81, -24], - [0, -43] - ], - [ - [6967, 8569], - [-65, -42], - [-68, -12], - [-69, -44], - [-4, -35] - ], - [ - [6545, 8355], - [-116, 53], - [-84, 60], - [-141, 55], - [-31, 35], - [-74, 33] - ], - [ - [6099, 8591], - [-46, 13], - [2, 62], - [-58, 58], - [25, 47], - [-50, 40], - [-68, -1], - [-31, 18] - ], - [ - [5873, 8828], - [10, 51], - [-11, 103], - [36, 49], - [87, -11] - ], - [ - [5995, 9020], - [32, 21], - [43, -11], - [97, 8], - [54, 69], - [45, 9], - [86, -15], - [-17, 42], - [72, -2], - [25, 54], - [64, 20], - [28, 46], - [29, 0], - [56, 39], - [173, 141], - [-18, 46], - [53, 12] - ], - [ - [6862, 7919], - [-7, -13], - [39, -101], - [25, -32], - [49, -6], - [19, -67], - [39, -76] - ], - [ - [7026, 7624], - [-5, -67], - [-50, -27], - [-20, -77], - [-60, -36], - [-89, 22] - ], - [ - [6802, 7439], - [2, 23], - [-77, 84], - [-71, 130], - [-44, 42] - ], - [ - [6612, 7718], - [18, 40], - [-44, 77], - [17, 55], - [-7, 44], - [-37, 24], - [-13, 46], - [23, 60], - [47, 1] - ], - [ - [5877, 10088], - [87, 1], - [149, -17], - [56, -23], - [-1, -59], - [41, -25], - [43, -2], - [65, 38], - [2, 100], - [33, 67] - ], - [ - [6352, 10168], - [39, -44], - [87, -16], - [59, 71], - [100, -24], - [8, -83], - [-15, -82], - [50, -50], - [16, -108], - [35, -72], - [36, -25] - ], - [ - [6767, 9735], - [-45, -17], - [-14, -93], - [54, -40], - [42, -7], - [20, -41], - [-7, -38] - ], - [ - [5995, 9020], - [-35, 131], - [-3, 71], - [-43, 93], - [3, 81], - [34, 52], - [-51, 56], - [6, 44], - [-88, 66], - [7, 79], - [30, 69], - [39, 27], - [-7, 67], - [29, 74], - [-62, 104], - [23, 54] - ], - [ - [3032, 9788], - [-28, -45], - [-15, -62] - ], - [ - [2124, 10020], - [11, 70], - [37, 42], - [37, 135], - [58, 46], - [76, 22], - [120, 107], - [47, 137], - [9, 110], - [-43, 60], - [79, 114], - [-1, 32] - ], - [ - [2554, 10895], - [33, 27] - ], - [ - [2587, 10922], - [42, -10], - [57, -62], - [22, -85], - [49, -7], - [3, -40], - [48, 3], - [71, -87], - [70, -111], - [25, -60], - [45, 19], - [74, -41], - [150, -8], - [47, 37], - [42, -19] - ], - [ - [5996, 7327], - [37, -31] - ], - [ - [6033, 7296], - [21, -56], - [75, -92], - [-19, -87], - [178, -140], - [46, -106], - [47, 48], - [11, -58], - [30, -25], - [71, 17], - [119, 50], - [80, -21], - [32, -66] - ], - [ - [6724, 6760], - [-29, -1], - [-46, -117], - [-8, -109], - [-80, -102], - [-60, -15], - [-48, 10], - [-104, -8], - [-48, -29] - ], - [ - [6967, 8569], - [40, 7], - [165, -54] - ], - [ - [7172, 8522], - [0, -58], - [-39, -162], - [-65, -141], - [-8, -161], - [33, -65], - [87, -137], - [34, -12], - [54, 22], - [-18, -64], - [22, -25] - ], - [ - [7272, 7719], - [-37, -25], - [-70, 19], - [-94, -33], - [-45, -56] - ], - [ - [6802, 7439], - [-38, -16], - [-9, -43], - [-76, -22], - [-44, -51], - [-54, -13], - [-155, 92], - [-25, 41], - [-65, 8] - ], - [ - [6336, 7435], - [-25, 69], - [21, 69], - [-77, 85], - [64, 37], - [69, 92], - [66, 9], - [21, -32], - [94, 9], - [43, -55] - ], - [ - [7572, 7722], - [-82, -8], - [-103, 26], - [-67, 8], - [-48, -29] - ], - [ - [7172, 8522], - [42, -22], - [152, 24] - ], - [ - [5532, 8720], - [146, -62], - [45, 15], - [20, 44], - [36, 17], - [11, 42], - [66, 21], - [17, 31] - ], - [ - [6099, 8591], - [-28, -86], - [31, -16], - [-28, -48], - [12, -53], - [-21, -28], - [20, -97], - [-41, -185], - [-41, -72], - [-28, 8], - [-36, -43], - [82, -67], - [-23, -69], - [-49, -26], - [5, -27] - ], - [ - [2460, 8567], - [-45, 32], - [-45, -14], - [-50, -40], - [-28, 48], - [-102, 66], - [4, 41], - [-28, 43], - [12, 42], - [-24, 62], - [-47, -17], - [-38, 22], - [-47, -88], - [-67, 33], - [-35, 67], - [86, 135] - ], - [ - [2814, 9316], - [13, -115], - [-46, -2], - [-21, -26], - [-6, -62], - [52, -112], - [49, -60], - [29, -12] - ], - [ - [4759, 9787], - [38, 58], - [14, 80], - [42, 54], - [9, 45], - [108, 71], - [62, 57], - [45, -79], - [77, -59], - [57, -11], - [30, -29], - [42, -3], - [91, 74], - [78, 78], - [51, 74], - [132, 5], - [55, -9] - ], - [ - [5690, 10193], - [38, -59], - [43, -20], - [106, -26] - ], - [ - [6336, 7435], - [-56, -11], - [-63, -45], - [-80, -4], - [-68, -76], - [-36, -3] - ], - [ - [18251, 10433], - [13, -53], - [-82, -47], - [-133, -176], - [-34, 1], - [-82, 74], - [-56, 23], - [-45, -57] - ], - [ - [17832, 10198], - [-14, -5], - [-179, 78], - [-38, 54], - [2, 46], - [-67, 74], - [-119, -7], - [-41, 34], - [-40, 79], - [-127, -9], - [-12, 42], - [-63, -3], - [-37, 49], - [15, 40] - ], - [ - [17112, 10670], - [48, 3], - [-7, 49], - [49, 41], - [-34, 24], - [71, 141], - [73, 22], - [72, 167], - [-9, 105], - [11, 41] - ], - [ - [17386, 11263], - [42, -24], - [201, 29], - [86, -15], - [22, -66], - [51, -10], - [59, -94], - [-4, -29], - [55, -45], - [37, 1], - [-10, -75], - [-48, -13], - [-9, -61], - [25, -39], - [-35, -49], - [44, -40], - [21, -87], - [0, -59], - [63, 75], - [26, -25], - [46, 28], - [56, -77], - [79, -43], - [58, -112] - ], - [ - [18747, 12552], - [-37, 18], - [-23, -40], - [-54, -26], - [-59, 8], - [-61, -10] - ], - [ - [18513, 12502], - [29, 63], - [-45, 20], - [8, 60], - [-81, 12], - [-69, -4] - ], - [ - [18355, 12653], - [17, 10], - [-15, 227], - [-33, 71], - [27, 40], - [7, 72], - [-14, 62], - [-78, 17], - [-23, 40], - [-143, 3] - ], - [ - [18275, 13700], - [55, 1], - [162, 84], - [26, 48], - [71, -32], - [110, -20], - [68, 36], - [11, -40], - [-88, -27], - [1, -122], - [76, -22], - [66, -63], - [136, 60], - [15, -42], - [41, 3], - [106, -44] - ], - [ - [19131, 13520], - [-53, -16], - [61, -76], - [62, -23] - ], - [ - [19201, 13405], - [-60, -59], - [-43, 17], - [-88, -94], - [22, -71], - [-106, -132], - [-70, -26], - [-12, -94], - [-53, -40], - [20, -54], - [73, -50], - [11, -29], - [-86, -38], - [4, -19], - [-106, -70], - [4, -54], - [36, -40] - ], - [ - [18996, 10795], - [-19, -50], - [96, -27], - [28, -40], - [-61, -13], - [-59, -81], - [-62, -103], - [-10, -88] - ], - [ - [18909, 10393], - [-67, 54], - [-57, 5], - [-38, -19], - [-60, 25], - [-6, -61], - [-171, 53], - [-80, 5], - [-23, -30], - [-108, -9], - [-48, 17] - ], - [ - [17386, 11263], - [-45, 52], - [-68, 32], - [-11, 46], - [-52, 15], - [23, 89], - [22, 12], - [44, 79], - [30, 111], - [-34, 36], - [51, 55], - [87, 22], - [21, -15] - ], - [ - [17454, 11797], - [79, 12], - [43, 85], - [61, 24], - [102, 2], - [26, -28], - [-4, -48], - [27, -66], - [55, 12], - [-5, 62], - [75, 15], - [158, -89], - [52, 9], - [70, 36], - [30, 57], - [96, -2], - [11, 58], - [-138, 267], - [259, 34] - ], - [ - [18451, 12237], - [78, -130] - ], - [ - [18529, 12107], - [-34, -66], - [-104, -140], - [0, -35], - [44, -29], - [13, -78], - [109, -27], - [17, -55], - [76, -45], - [-27, -51], - [43, -4], - [18, -100], - [55, -85], - [-15, -71], - [-86, -31], - [-60, 53], - [-26, -28], - [-134, 56], - [40, -149], - [-17, -18], - [49, -84], - [67, -50], - [55, 7], - [170, -51], - [4, 49], - [100, -58], - [-21, -65], - [57, -54], - [24, -69], - [50, -34] - ], - [ - [19471, 12678], - [-19, -25], - [-62, -22], - [-47, -127], - [2, -67], - [-91, 25], - [-56, 85], - [-50, 7], - [-50, -29], - [-17, -79], - [-44, -16], - [-29, -54], - [-105, -12], - [21, 101], - [-91, 93], - [-86, -6] - ], - [ - [19201, 13405], - [128, 11], - [-3, -33], - [103, -92], - [19, -67], - [11, -120], - [334, 98], - [7, 22], - [70, 9], - [27, -62], - [78, 37] - ], - [ - [19975, 13208], - [-18, -46] - ], - [ - [19957, 13162], - [-38, -27], - [-7, -55], - [20, -42], - [-147, -106], - [-57, -59], - [-149, -36], - [-35, -84], - [-66, -40], - [-7, -35] - ], - [ - [18355, 12653], - [-35, -42], - [-15, -62], - [-149, -21], - [9, 43], - [-43, 15], - [-68, -2], - [2, -35], - [-105, -39], - [21, -66], - [-10, -72], - [-92, 50], - [-16, 63], - [-56, -31], - [-76, -62], - [-57, 49], - [-54, -22], - [-32, 21], - [-68, -5], - [-2, 100] - ], - [ - [18639, 9565], - [-14, -35], - [-158, -75], - [-47, 6], - [-59, -46], - [-41, 0] - ], - [ - [18320, 9415], - [-45, -1], - [-33, 109], - [-62, -22], - [-96, 16], - [-71, -55], - [-57, 31], - [-16, -32], - [-45, 9], - [-23, 63], - [-119, -15] - ], - [ - [17753, 9518], - [-32, 22], - [1, 48], - [36, 106], - [-37, 87], - [70, 62], - [9, 51], - [58, 86], - [20, 61], - [-41, 81], - [-5, 76] - ], - [ - [18909, 10393], - [49, -30], - [25, -77], - [-62, -37], - [68, -29], - [36, 34], - [84, -20] - ], - [ - [19109, 10234], - [-22, -58], - [38, -35], - [-21, -49], - [19, -35], - [-110, -26], - [-59, 16], - [-2, -60], - [-124, 16], - [-112, -1], - [-164, -106], - [-18, -68], - [-8, -94], - [24, -69], - [84, -40], - [5, -60] - ], - [ - [19625, 12270], - [-81, -32], - [45, -45], - [-38, -24], - [3, -41], - [-70, -5], - [-31, -24], - [3, -55], - [-73, -4], - [-3, -61], - [-44, -36], - [-10, -31], - [50, -14], - [-4, -83], - [61, -106], - [39, -23], - [10, -46], - [-58, 7], - [0, -114], - [10, -24], - [-117, -30], - [-18, -34], - [-37, 5] - ], - [ - [19262, 11450], - [-1, 31], - [-102, -44], - [-49, 52], - [-8, 46], - [-154, 88], - [-22, -3], - [-45, 51], - [4, 151], - [15, 131], - [-101, 26], - [-31, 19], - [-78, 113], - [-2, 26], - [-72, 12], - [-36, -43], - [-51, 1] - ], - [ - [18451, 12237], - [4, 80], - [37, 73], - [21, 112] - ], - [ - [19471, 12678], - [6, -43], - [73, -11], - [53, -48], - [-4, -53], - [-46, -53], - [64, -120], - [8, -80] - ], - [ - [19262, 11450], - [-48, -70], - [2, -81], - [60, -17], - [14, -81], - [60, -10] - ], - [ - [19350, 11191], - [9, -61], - [-17, -60], - [34, -91], - [6, -71], - [42, -31], - [6, -55], - [-44, -10], - [-44, 27], - [-57, -2], - [-32, -60], - [-81, -54], - [-176, 72] - ], - [ - [16943, 10221], - [10, 19], - [92, -14], - [31, 32], - [8, 77], - [-64, -8], - [-68, 100], - [7, 125], - [34, 82], - [-55, 69], - [174, -33] - ], - [ - [17753, 9518], - [-55, -35], - [-94, 37], - [-139, 20], - [-50, -87], - [-12, -68], - [-50, -22], - [-35, -72], - [-94, -2], - [-45, -15], - [-85, 18], - [-76, -45], - [-120, 36], - [60, 144], - [-65, 9], - [-68, -42], - [-25, 45], - [-54, -24], - [-69, -1], - [-23, -37] - ], - [ - [16606, 9742], - [54, 29], - [92, 86], - [31, -7], - [58, 45], - [-47, 21], - [18, 39], - [-74, 22], - [28, 105], - [124, -9], - [47, 19], - [11, 32], - [-14, 60], - [9, 37] - ], - [ - [17454, 11797], - [21, 94], - [-60, 173], - [-49, 29], - [-49, -32], - [-47, 39], - [-63, 4] - ], - [ - [1926, 7749], - [31, -8] - ], - [ - [1957, 7741], - [33, -52], - [-31, -97], - [70, -36], - [29, -38] - ], - [ - [2058, 7518], - [10, -51], - [-83, -68], - [-54, -73], - [9, -76], - [33, -8], - [179, 88], - [-7, -93], - [8, -41], - [-60, -46], - [-13, -72], - [-60, 30], - [-67, -35], - [43, -30], - [85, -146], - [-71, -17], - [-186, -185], - [-34, 5] - ], - [ - [1790, 6700], - [-2, 96], - [-51, 119], - [11, 85], - [-52, 78], - [-29, 12], - [-6, 75], - [-49, 29], - [-21, 82], - [20, 88], - [-24, 72], - [-33, 21], - [29, 71], - [57, 6], - [-45, 76], - [3, 39], - [52, 46], - [-5, 79], - [84, -15], - [33, -112], - [52, -58], - [26, -7], - [25, 87], - [34, 17], - [27, 63] - ], - [ - [3398, 6849], - [-37, 19], - [-61, -13], - [-31, -45], - [-91, 24], - [-45, 94], - [-105, 44], - [-32, 56], - [-112, 144], - [-89, 64], - [-2, 25], - [-86, 101], - [-41, -2], - [-36, 56], - [-33, -2], - [-162, 37], - [-19, 29], - [-88, -6], - [-10, 36], - [-67, 17], - [-76, -31], - [-23, 24], - [-63, 13], - [-31, -15] - ], - [ - [1957, 7741], - [50, 20], - [24, 51], - [4, 50], - [49, 23], - [69, 76], - [47, 0], - [43, -25], - [-10, -67], - [18, -22], - [129, 64], - [50, 62], - [10, 66], - [-59, 42], - [-34, 130], - [5, 76], - [43, 74], - [24, -34], - [34, 24], - [34, -11], - [22, 42], - [-39, 36], - [12, 46] - ], - [ - [1926, 7749], - [-88, 37], - [-36, -2], - [-18, 42], - [-103, 91], - [-38, -65], - [-9, -53], - [-44, -14], - [-59, 36], - [-11, 55], - [-66, 13], - [-158, -20], - [-104, 95], - [-28, -7], - [-59, 54], - [-17, 88] - ], - [ - [1088, 8099], - [-5, 85], - [139, 106], - [62, -27], - [1, 63], - [36, 44], - [60, -3], - [20, 75], - [28, 15], - [68, -20], - [65, 26], - [57, -9], - [100, 56], - [94, 39], - [-74, 205], - [-60, 8], - [-53, 94], - [41, 71], - [-24, 88] - ], - [ - [1790, 6700], - [15, -17], - [-49, -60], - [-86, -5], - [34, -49] - ], - [ - [1704, 6569], - [-131, 23], - [-61, 70], - [-41, 23], - [-9, 79], - [11, 40], - [-56, 63], - [-63, 27] - ], - [ - [1354, 6894], - [2, 55], - [38, -1], - [1, 70], - [-20, 35], - [16, 36], - [-27, 46], - [-50, -6], - [-75, 39], - [-35, -29], - [-41, 25], - [1, 144], - [-43, 46] - ], - [ - [1121, 7354], - [26, 54], - [-12, 107], - [30, 20], - [26, 60], - [-56, 39], - [-23, 47], - [-56, 49], - [-24, 95], - [16, 65], - [-32, 25], - [37, 120], - [-12, 46], - [47, 18] - ], - [ - [1121, 7354], - [-53, -2], - [-13, 61], - [-41, 17], - [-43, 145], - [16, 47], - [-25, 67], - [-62, 108], - [-47, -31], - [-50, -5], - [-72, -29], - [-18, 34], - [-39, -47], - [-33, 5], - [-37, 59], - [-41, 11], - [-14, 55], - [-88, -12], - [-50, 28] - ], - [ - [411, 7865], - [-11, 37], - [55, 65], - [13, 49], - [-69, 73], - [49, 32], - [21, 92], - [40, 58], - [37, 5], - [20, 94], - [-12, 32], - [-42, 21], - [-45, 88], - [-64, 77], - [-10, 72], - [-63, 80], - [-6, 91], - [13, 19], - [95, 41], - [24, -8], - [95, 89], - [73, 52], - [-1, 66], - [82, 75], - [154, -107], - [-11, 71], - [45, 91], - [78, -1], - [61, 23], - [82, -100], - [64, 28], - [98, -61], - [64, 69], - [127, 24], - [32, -22], - [40, 28] - ], - [ - [3411, 6354], - [-70, -24], - [-50, -43], - [-95, 1], - [13, 28], - [-30, 59], - [-91, -16], - [-42, 9], - [-42, 83], - [20, 36], - [-66, 55], - [-11, -35], - [-49, -56], - [-17, -74], - [4, -64], - [-37, -14], - [-55, 59], - [-34, 12], - [-85, -22] - ], - [ - [2674, 6348], - [-38, 85], - [-53, 2], - [-27, 54], - [-48, 20], - [-25, -16], - [-47, -75], - [-89, 46], - [-43, -6], - [-31, -33], - [-84, -13], - [-26, -130], - [-19, -19], - [-90, 55], - [-28, -15] - ], - [ - [2026, 6303], - [-73, -18], - [-50, 13], - [-12, 36], - [-70, 16], - [-56, -2], - [17, 61], - [-51, 48], - [-3, 69], - [-24, 43] - ], - [ - [10080, 1078], - [-23, 16], - [-1, 59], - [-26, 108], - [-85, 86], - [28, 59], - [-24, 78], - [14, 23], - [-107, 141] - ], - [ - [9856, 1648], - [79, 44], - [43, -13], - [26, 92], - [44, 5], - [-1, 122], - [28, 14], - [-12, 54], - [36, 76], - [121, 33] - ], - [ - [10220, 2075], - [52, 43], - [28, -34], - [43, -15], - [1, -37], - [68, -31], - [19, -47] - ], - [ - [10431, 1954], - [-25, -97], - [12, -42], - [66, -45], - [13, -68], - [-15, -90], - [40, -49] - ], - [ - [10522, 1563], - [-34, -45], - [21, -77], - [-51, -19], - [-69, -135], - [-44, -15], - [0, -34] - ], - [ - [10345, 1238], - [-49, -77], - [-46, -19], - [-25, -35], - [-35, 6], - [-83, -42], - [-27, 7] - ], - [ - [6699, 1596], - [-9, 39], - [54, 142], - [5, 71], - [18, 48], - [48, 56], - [57, -4], - [45, 25], - [-16, 44], - [-74, -18], - [-41, 57], - [10, 102], - [47, 26], - [16, 63], - [32, 40], - [-6, 61], - [-40, 44], - [-88, 42] - ], - [ - [6757, 2434], - [75, 67], - [26, 46], - [-13, 22], - [70, 36], - [-27, 43] - ], - [ - [6888, 2648], - [65, -15], - [41, 44], - [87, 53], - [87, 78], - [6, -70], - [37, -32], - [62, -13], - [76, 2] - ], - [ - [7349, 2695], - [5, -33], - [-21, -50], - [38, -79], - [-2, -56], - [77, -33], - [78, -4], - [22, -46], - [-14, -36], - [63, -82], - [10, -91], - [-30, -100], - [-67, -71], - [-2, -97], - [-12, -34] - ], - [ - [7494, 1883], - [-84, -63], - [-44, -87], - [-65, 32], - [-80, -115], - [6, -55], - [-30, -38], - [-44, 2], - [-58, 77], - [0, 38], - [-41, 17], - [-65, -32], - [-108, 66], - [-15, 29], - [-98, -50], - [-6, -54], - [-63, -54] - ], - [ - [9307, 1006], - [37, 57], - [36, 20], - [34, 55], - [5, 43], - [68, 76], - [11, 50], - [55, 155], - [42, -19], - [-9, 76], - [58, 6], - [15, 110], - [58, 23], - [56, 5], - [13, 24], - [70, -39] - ], - [ - [10080, 1078], - [-8, -115] - ], - [ - [10072, 963], - [-72, -3], - [-52, -49], - [-16, -38], - [-53, -8], - [-78, 50], - [-38, -9], - [-76, 17], - [12, -92], - [-31, -79], - [5, -92], - [-48, -44], - [-56, 74], - [-84, 36], - [-23, 56], - [-63, 30], - [-39, 93], - [-7, 82], - [-46, 19] - ], - [ - [8702, 2908], - [-49, 30], - [-10, 195], - [-42, 67], - [21, 89], - [33, 37], - [-34, 95], - [3, 121] - ], - [ - [8624, 3542], - [34, 35], - [43, -6], - [43, 35], - [47, 8], - [46, 44], - [59, 5], - [41, 57], - [60, -5], - [73, 24] - ], - [ - [9070, 3739], - [123, -21], - [54, -24], - [22, -41], - [44, -8], - [45, 17], - [68, -32], - [31, -101] - ], - [ - [9457, 3529], - [50, -124], - [39, -37], - [-48, -69], - [-56, -104], - [-64, -37], - [33, -119], - [60, -12], - [21, -75], - [54, 11], - [95, -23], - [-38, -101], - [-39, -77] - ], - [ - [9564, 2762], - [-97, -69], - [-15, -38], - [-34, 6], - [8, -71], - [-45, -72], - [7, -26], - [-71, -28], - [-46, -87], - [11, -52], - [-105, -52], - [14, 38], - [-28, 39], - [-3, 88], - [-58, 21], - [-30, 47], - [-74, 68], - [-3, 28], - [-67, 58], - [-122, 124], - [-19, 59], - [-85, 65] - ], - [ - [7922, 1600], - [-27, -36], - [-51, 47], - [-52, 6], - [-104, -71], - [-36, 4], - [-27, 61], - [31, 74], - [-58, 73], - [-70, 45], - [19, 49], - [-53, 31] - ], - [ - [7349, 2695], - [38, 8], - [22, -42], - [117, -31], - [24, 57], - [78, 14], - [12, 41], - [-12, 68], - [49, 79], - [33, -26], - [40, 49] - ], - [ - [7750, 2912], - [68, -35], - [-36, -72], - [15, -96], - [40, -54], - [-46, -102], - [8, -47], - [47, -65], - [-36, -48], - [51, -44], - [7, -47], - [35, -10], - [61, 42], - [23, -75], - [6, -88], - [-54, -36], - [-31, -89], - [-47, 7], - [-62, -32], - [-66, 48], - [-16, -40], - [41, -91], - [98, -84], - [24, -52], - [-15, -53], - [10, -41], - [46, -18], - [1, -90] - ], - [ - [10690, 3106], - [-58, -93], - [-32, -96], - [-8, -74], - [35, -53], - [44, 18], - [34, -71], - [-33, -53] - ], - [ - [10672, 2684], - [36, -137], - [-6, -46], - [44, -110], - [11, -65], - [-22, -69], - [33, -21], - [21, -90], - [-47, -53], - [-35, -2], - [-57, -77], - [-77, -47], - [-71, 11], - [-71, -24] - ], - [ - [10220, 2075], - [-61, 61], - [-64, -60], - [-9, 46], - [-31, 29], - [-45, 187], - [77, 21], - [-26, 31], - [-86, 22], - [-69, 156], - [-13, 59] - ], - [ - [9893, 2627], - [56, 35], - [56, -32], - [29, 26], - [29, 69], - [-10, 83], - [88, 17], - [101, -57], - [20, 46], - [-30, 14], - [-17, 127], - [5, 47], - [30, 58], - [7, 114] - ], - [ - [10257, 3174], - [149, 187], - [56, -68], - [66, -41], - [9, -37], - [-26, -50], - [16, -21], - [66, -12], - [37, 31], - [60, -57] - ], - [ - [11023, 895], - [9, -59], - [-71, -101], - [-14, -48], - [-40, -10], - [-6, -63], - [35, -29], - [85, -19], - [45, -49], - [38, -100] - ], - [ - [11104, 417], - [-136, 71], - [-50, 2], - [-38, 58], - [15, 47], - [-42, 7], - [-69, -52], - [-61, 24], - [-66, 78], - [-7, 43], - [-78, 40], - [-44, -9], - [-88, 38], - [-84, 24], - [-46, -6], - [-98, 67], - [-45, -8], - [-95, 122] - ], - [ - [10345, 1238], - [60, -32], - [95, 2], - [56, -37], - [77, -17], - [48, -64], - [91, 32], - [137, -43], - [53, 2], - [14, 41] - ], - [ - [10976, 1122], - [73, 8], - [15, -91], - [-5, -49], - [-49, 3], - [-11, -30], - [24, -68] - ], - [ - [11044, 1478], - [33, -95], - [-32, -93], - [4, -50], - [-73, -118] - ], - [ - [10522, 1563], - [72, -53], - [15, -61], - [30, -34], - [77, 8], - [9, 83], - [44, 76], - [44, 38], - [130, -66], - [56, -59], - [45, -17] - ], - [ - [8702, 2908], - [-16, -128], - [-53, -132], - [-73, -88], - [-34, -11], - [-21, -39], - [0, -47], - [-46, -50], - [-31, -79], - [-41, 41], - [-67, -3], - [-10, -53], - [-27, -27], - [-90, 39], - [-19, -67], - [41, -25], - [-49, -60], - [-22, -66], - [59, -15], - [93, 15], - [10, -62], - [-15, -74], - [51, -44], - [35, -3], - [62, -58], - [-11, -73] - ], - [ - [8428, 1799], - [-59, -6], - [-76, -68], - [-7, -91], - [-51, -41], - [-32, 29], - [-106, 11], - [-34, 62], - [-88, -21], - [-53, -74] - ], - [ - [7750, 2912], - [-47, 69], - [-6, 56], - [33, 139], - [44, 65], - [-9, 57], - [86, 91], - [36, 87], - [38, -11], - [38, 38], - [71, -1], - [64, 39], - [31, 99], - [61, 54] - ], - [ - [8190, 3694], - [41, 34], - [-46, 101], - [-41, 21], - [25, 51], - [25, 11] - ], - [ - [8194, 3912], - [35, -38], - [16, -56], - [47, 13], - [30, -20], - [78, 5], - [73, -16] - ], - [ - [8473, 3800], - [38, -56], - [-6, -79], - [89, -63], - [30, -60] - ], - [ - [9564, 2762], - [7, -72], - [39, 1], - [3, -42], - [124, -53], - [-14, -51], - [58, -53], - [37, 37], - [6, 77], - [69, 21] - ], - [ - [9307, 1006], - [-70, 23], - [-40, -5], - [-52, 32], - [-30, -39], - [-71, 4], - [32, 76], - [-55, 14], - [-30, -23], - [-57, 6], - [-43, -44], - [-35, 20], - [-41, 74], - [7, 86], - [-18, 60], - [-88, 44], - [-42, 142], - [7, 75], - [-68, 140], - [29, 63], - [-75, 77], - [-37, 25], - [-60, -56], - [-42, -1] - ], - [ - [17431, 4198], - [-32, -58], - [-25, 2], - [-54, -52], - [-21, -66], - [-100, 14], - [-65, 42], - [-43, -12], - [-106, 17], - [-23, -26], - [-41, 31], - [-83, 16], - [-53, 36], - [-18, -77], - [-126, -101], - [-99, -119] - ], - [ - [16542, 3845], - [-15, 59], - [-61, 82], - [-8, 27], - [-69, 51], - [12, 84], - [-37, 10], - [-44, 67], - [14, 47], - [106, 139], - [-6, 108], - [-31, 42], - [-42, 18], - [-32, 40], - [27, 30], - [0, 49], - [-30, 106], - [56, 69], - [-28, 45], - [55, 47], - [-15, 62], - [56, 87], - [-77, 17], - [-92, -64], - [6, 115], - [-98, -19], - [22, -30], - [-31, -29], - [-119, 84], - [-60, -76], - [-116, 33], - [-55, 64], - [-34, -5] - ], - [ - [15796, 5204], - [32, 51], - [-2, 81], - [11, 100], - [51, 107], - [111, -56], - [63, 11], - [57, -24], - [27, -33], - [46, 6], - [26, 57], - [145, 10], - [74, 82], - [86, -19], - [41, -30], - [30, 41], - [39, 4], - [5, 81], - [-37, 36], - [-16, 61], - [93, 44], - [39, -19], - [131, 97], - [65, 23], - [71, 8], - [25, -32], - [77, 57], - [156, 64] - ], - [ - [17242, 6012], - [22, -119], - [24, -55], - [59, -59] - ], - [ - [17347, 5779], - [-74, -33], - [-29, -129], - [-35, -73], - [-26, 28], - [-60, -59], - [-84, -122], - [35, -129], - [-6, -42], - [-40, -50], - [0, -52], - [35, -54], - [40, -22], - [-20, -41], - [75, -8], - [22, -63], - [42, -72], - [-33, -107], - [45, -42], - [-33, -67], - [15, -42], - [63, -68], - [-29, -48], - [-15, -82], - [107, -71], - [92, 29], - [4, -44], - [-35, -63], - [28, -55] - ], - [ - [16572, 7469], - [-11, -77], - [47, -46], - [-32, -37], - [111, -125], - [13, -66], - [39, -28], - [81, 20], - [90, -93], - [4, -34], - [119, -1], - [68, -89], - [10, -54], - [-5, -121], - [-22, -43], - [72, -4], - [48, -33], - [41, 34], - [5, -75], - [17, -46], - [-18, -38], - [-102, -130], - [-15, 24], - [-93, -62], - [-23, -128], - [56, -71], - [53, 32], - [3, -84], - [33, -37], - [81, -45] - ], - [ - [15796, 5204], - [-16, -48], - [-100, -1], - [-125, 67], - [-134, 19], - [-36, 50], - [-53, 4], - [-72, 46], - [-67, -40], - [-39, 65], - [-63, 48] - ], - [ - [15091, 5414], - [-10, 36], - [-80, 35], - [26, 21], - [-23, 53], - [-8, 92], - [28, 60] - ], - [ - [16070, 6705], - [104, -125], - [33, 73], - [99, 14], - [40, -17], - [-17, 113], - [23, 46], - [60, -19], - [49, 71], - [36, -19], - [74, 130], - [-28, 103], - [-31, 50], - [-89, -8], - [25, 120], - [-20, 70], - [-56, 30], - [-50, -27], - [-31, 15], - [-5, -92], - [63, -40], - [-39, -25], - [5, -56], - [-68, 18], - [-24, -52], - [-77, 4], - [-51, 33], - [-53, -99], - [-37, -23], - [58, -137], - [6, -45], - [-62, -70], - [25, -39], - [38, 3] - ], - [ - [17142, 8066], - [18, -55], - [43, -16], - [59, -45] - ], - [ - [17262, 7950], - [-15, -61], - [65, -88], - [59, -1], - [16, -77], - [30, -12], - [27, -88], - [-36, -21], - [17, -103], - [101, -80], - [-19, -130], - [121, -125], - [31, -21], - [-26, -63], - [61, -25], - [40, -49], - [65, 9], - [-45, -88], - [57, -13], - [-28, -105], - [23, -50], - [229, 14], - [26, -30], - [-1, -51], - [88, -37] - ], - [ - [18148, 6655], - [-7, -81], - [-42, -35], - [-67, -23], - [-141, 3], - [-141, -67], - [-24, -39], - [22, -64], - [-26, -47], - [73, -3], - [79, -109], - [67, -34], - [-20, -28], - [28, -48], - [4, -44], - [-41, -71], - [48, -71] - ], - [ - [17960, 5894], - [-56, -21], - [-81, 16], - [-24, -30], - [-35, 15], - [-100, -21], - [-45, -65], - [-2, -33], - [-109, -13], - [-26, 17], - [-42, 80], - [-34, -7], - [-59, -53] - ], - [ - [18502, 4747], - [-39, -26], - [-30, 6], - [-82, -61], - [26, -58], - [-80, -138], - [-100, -5], - [-2, -72], - [13, -25], - [-73, -100], - [-34, -30], - [-33, 19], - [-86, 2], - [-24, -37], - [-31, 7], - [-46, -51], - [-121, 28], - [-58, -49], - [-34, -10], - [-2, -59], - [-59, -4], - [-17, 24], - [-51, 1], - [-80, 55], - [-28, 34] - ], - [ - [17960, 5894], - [73, -68], - [109, 7], - [-3, -43], - [-63, -49], - [-4, -36], - [-57, -107], - [32, -67], - [59, -82], - [69, 3], - [-20, -91], - [-123, -57], - [-20, -112], - [31, -133], - [33, 3], - [31, -51], - [57, -6], - [22, -153], - [50, -44], - [52, 33], - [48, -27], - [82, -13], - [84, -54] - ], - [ - [4153, 11255], - [98, -48], - [54, -82], - [86, -52], - [-43, -73], - [-29, 16], - [-31, -49], - [-138, -16], - [-43, -37], - [-46, -103], - [35, -65], - [27, 7], - [30, -38] - ], - [ - [3332, 10451], - [9, 33], - [-54, 61], - [-2, 54], - [30, 87], - [57, 220], - [49, 19], - [59, 76], - [-13, 55], - [-80, 30], - [43, 144], - [86, 73], - [53, -7], - [74, 69], - [84, -16], - [56, 18] - ], - [ - [3783, 11367], - [44, -47], - [34, 20], - [30, -49], - [83, -43], - [38, 9], - [141, -2] - ], - [ - [4432, 14481], - [-43, -92], - [26, -64], - [34, -40], - [-31, -36], - [-176, -13], - [-1, -28], - [-68, -3], - [-75, 21], - [-6, -42], - [-147, 3], - [-85, -29], - [-68, -158] - ], - [ - [3792, 14000], - [-45, 3], - [-116, -66] - ], - [ - [3631, 13937], - [-52, 17], - [-7, -35], - [-41, -8], - [-51, 14], - [-49, -24], - [-14, -48], - [-29, -25], - [-46, 11], - [-10, -34], - [-55, 16], - [-13, -51], - [-106, 67] - ], - [ - [3158, 13837], - [-30, 49], - [-56, 24], - [-219, 120], - [-109, -49], - [-43, -67] - ], - [ - [2701, 13914], - [-51, 23], - [-154, 18], - [3, 36], - [-43, 35], - [-66, 2] - ], - [ - [2390, 14028], - [26, 115], - [101, 20], - [80, -57], - [24, 44], - [95, -21], - [15, 22], - [-36, 40], - [-73, 37], - [-83, 8], - [-21, 30], - [0, 50] - ], - [ - [2518, 14316], - [147, -27], - [34, -36], - [54, -3], - [276, 49], - [249, 116], - [152, 67], - [70, 10], - [83, 42], - [332, 13], - [84, -9], - [126, 25], - [109, -8], - [122, -58], - [76, -16] - ], - [ - [1846, 11660], - [-123, 68], - [-52, 83], - [-47, 34], - [-6, 65], - [-82, 63] - ], - [ - [1536, 11973], - [32, 61], - [47, 51], - [72, 152], - [8, 33], - [60, 44], - [39, 93], - [-2, 37], - [-66, 83], - [27, 100], - [82, -48], - [6, 61], - [37, 52] - ], - [ - [1878, 12692], - [75, -40], - [37, 27] - ], - [ - [1990, 12679], - [62, -31], - [91, 44], - [29, -39], - [17, -111], - [-8, -47], - [57, -26], - [93, 2], - [70, -34], - [64, -15], - [64, 16] - ], - [ - [2529, 12438], - [52, -54], - [44, -133], - [-13, -72], - [69, -37], - [-91, -61], - [-1, -69], - [-56, -29], - [-76, -9], - [-31, -23], - [-61, -86], - [-49, -53], - [-130, -12], - [-89, -38], - [-100, 6], - [-81, -30], - [-70, -78] - ], - [ - [3631, 13937], - [30, -16], - [-66, -210], - [124, -36], - [-25, -27], - [-23, -83], - [-25, 7], - [-22, -76], - [11, -78], - [-65, 19], - [-50, -23], - [-40, -67], - [-28, -140], - [-46, -29], - [-53, -5], - [-26, -65], - [-45, -14], - [-47, -39], - [5, -38] - ], - [ - [3240, 13017], - [-67, 17], - [-22, -108], - [-136, -9], - [-12, 43], - [-45, 60], - [-175, 122], - [-20, -8] - ], - [ - [2763, 13134], - [10, 80], - [46, -18], - [41, 113], - [50, 19], - [14, 48], - [53, 69], - [2, 48], - [56, 33], - [25, 49], - [80, 9], - [37, -29], - [41, 158], - [-52, 16], - [9, 31], - [-47, 23], - [30, 54] - ], - [ - [2763, 13134], - [-12, -24], - [-108, -7], - [-254, -142], - [-87, 70] - ], - [ - [2302, 13031], - [22, 63], - [-22, 78], - [14, 93], - [56, 71], - [-51, 15], - [-7, 26], - [23, 109], - [34, 24], - [134, 62], - [-8, 33], - [65, 21], - [1, 37], - [57, 5], - [42, -22], - [69, 44], - [28, -5], - [-15, 81], - [-43, 148] - ], - [ - [4289, 13260], - [-57, -42], - [-64, -6], - [-42, -67], - [-69, -23], - [-28, -27], - [-5, -52], - [-131, -6], - [1, -38], - [-60, 1], - [-7, -43] - ], - [ - [3827, 12957], - [-111, 5], - [-68, 23], - [-59, -8], - [-18, -37], - [-98, -8], - [-30, -75], - [-80, 44], - [-33, 57], - [-59, 20], - [-31, 39] - ], - [ - [3792, 14000], - [170, -88], - [6, -88], - [-29, -112], - [99, -42], - [17, -29], - [2, -188], - [23, 0], - [23, -62], - [-2, -48], - [191, -26], - [-3, -57] - ], - [ - [4675, 13036], - [-30, -13], - [-28, 41], - [-103, 14], - [-37, -15], - [-38, 62], - [-82, 63], - [-1, 46], - [-67, 1], - [0, 25] - ], - [ - [4432, 14481], - [124, -34], - [113, -108], - [146, -82], - [193, -32] - ], - [ - [5008, 14225], - [-17, -62], - [2, -91], - [22, -177], - [3, -133], - [-47, 18], - [-78, -236] - ], - [ - [4893, 13544], - [-36, -7], - [-31, -74], - [26, -10], - [-41, -98], - [33, -15], - [-29, -70], - [-63, -27], - [-62, -85], - [27, -27], - [-42, -95] - ], - [ - [2554, 10895], - [-36, 7], - [-55, 47], - [-85, 23], - [-80, -24], - [-83, 90], - [-48, 13], - [-58, 62], - [-89, 125], - [-6, 71], - [-40, 39], - [-41, 7], - [-24, 60], - [12, 58], - [-30, 29], - [-26, 57], - [-19, 101] - ], - [ - [2529, 12438], - [-10, 29], - [50, 104], - [57, 57], - [66, -61], - [-7, -58], - [25, -70], - [75, -51], - [50, 10], - [-11, -54], - [33, -113], - [40, -26], - [-27, -99], - [1, -49], - [36, -25], - [-11, -36], - [-60, -85] - ], - [ - [2836, 11911], - [-111, -89], - [-45, -7], - [-4, -114], - [-85, -75], - [-9, -49], - [55, -31], - [-12, -94], - [21, -96], - [-23, -21], - [-63, 1], - [-31, -69], - [5, -73], - [50, -56], - [-17, -39], - [0, -101], - [20, -76] - ], - [ - [3827, 12957], - [-59, -131], - [-3, -103], - [-69, -21], - [-104, -85], - [-84, 46], - [-54, -101], - [170, -117], - [37, -3], - [145, -122], - [10, -52], - [35, -12], - [63, -74], - [57, 67], - [26, 4], - [81, -61], - [50, -5] - ], - [ - [4128, 12187], - [43, -73], - [-16, -29], - [15, -83], - [-73, -42], - [-12, -72], - [-37, 6], - [-37, -130], - [15, -48], - [-76, -51], - [-31, -43], - [-8, -59], - [-43, -9], - [-63, -82] - ], - [ - [3805, 11472], - [-45, 47], - [-35, 6], - [-30, 169], - [-71, 0], - [-64, 63], - [-44, -29], - [-32, 10], - [-58, -62], - [-98, 56], - [0, 26], - [-73, 30], - [6, 53], - [-106, 37], - [-52, -31], - [-67, 36], - [23, 76], - [-196, -93], - [-27, 45] - ], - [ - [1990, 12679], - [4, 36], - [39, 23], - [36, 50], - [5, 75], - [17, 40], - [65, 55], - [43, 15], - [8, 34], - [95, 24] - ], - [ - [3805, 11472], - [-27, -28], - [5, -77] - ], - [ - [4675, 13036], - [4, -26], - [94, -44], - [85, -88], - [38, 18], - [45, -51], - [105, -67], - [-11, -49] - ], - [ - [5035, 12729], - [-33, -38], - [-98, 27], - [-75, 10], - [-37, -34], - [-17, -58], - [-34, -39], - [25, -25], - [-62, -34], - [-17, 43], - [-67, -16], - [-78, -40], - [-81, 43], - [8, 16], - [-81, 74], - [-27, 10], - [-49, -67], - [-28, 19], - [-42, -66], - [-32, -101], - [-30, -7], - [-50, -100], - [-37, -54], - [27, -19], - [-17, -43], - [25, -43] - ], - [ - [8327, 4228], - [-12, -28] - ], - [ - [8315, 4200], - [-59, -39], - [-5, -99], - [23, -52], - [-24, -67], - [-56, -31] - ], - [ - [8190, 3694], - [-39, 31], - [-105, -34], - [-94, 53], - [-92, -22], - [-70, 10], - [-73, 40], - [-36, -12], - [-15, 39], - [37, 70], - [-19, 54], - [34, 70], - [-47, 82], - [-8, 90] - ], - [ - [7663, 4165], - [-17, 36], - [119, 97], - [21, 60], - [-8, 59], - [61, 56], - [-23, 90], - [23, 48], - [-4, 89], - [142, 151] - ], - [ - [7977, 4851], - [83, 8], - [126, 27] - ], - [ - [8186, 4886], - [31, -1], - [22, -48], - [60, -78] - ], - [ - [8299, 4759], - [-88, -46], - [2, -83], - [-19, -96], - [48, -47], - [23, -92], - [-2, -79], - [64, -88] - ], - [ - [6314, 5735], - [54, -32], - [66, -14], - [28, 10], - [55, -27], - [113, 41], - [120, -93], - [17, -53], - [19, -209], - [-50, 1], - [-50, -33], - [-48, -101], - [-100, -185] - ], - [ - [6538, 5040], - [-61, -51], - [-46, -2], - [-18, -33], - [-74, -67], - [-187, -38], - [-79, -9], - [-60, -19], - [-53, -48], - [-113, 41], - [-177, -6] - ], - [ - [5670, 4808], - [-25, 34], - [10, 92], - [72, 21], - [-7, 36], - [-77, 41], - [-30, 42], - [-87, 55], - [4, 85], - [38, 50] - ], - [ - [7252, 5743], - [-9, -50], - [35, -30], - [66, -131], - [-7, -86], - [81, -7], - [-42, -111], - [-161, -114], - [18, -81], - [-35, 2], - [5, -56], - [-54, 3], - [-38, -20], - [-3, -78], - [-35, -11], - [-10, -144] - ], - [ - [7063, 4829], - [-74, -3], - [-33, 33], - [-99, 6], - [-84, 95] - ], - [ - [6773, 4960], - [-34, 12], - [-52, -21], - [-47, 44], - [-102, 45] - ], - [ - [6317, 6332], - [45, -54], - [62, -14], - [28, -23], - [74, 11], - [74, -72], - [265, -85], - [42, 12], - [62, -68], - [68, -19], - [82, -99], - [63, 43], - [16, -25], - [-34, -36], - [30, -25], - [22, -96], - [36, -39] - ], - [ - [6432, 3215], - [18, -96], - [141, -114], - [67, -35], - [30, -38], - [13, -66], - [-13, -27], - [95, -49], - [43, 19], - [32, -92], - [45, -40], - [-15, -29] - ], - [ - [6757, 2434], - [-65, 50], - [-61, 27], - [27, 27], - [-7, 44], - [-50, 31], - [-65, 9], - [-60, 77] - ], - [ - [6476, 2699], - [-48, 48], - [-13, 41], - [-110, 65], - [-30, 48], - [-50, 45], - [-53, 18], - [-27, 60], - [-50, 40], - [-45, 63], - [-55, -1], - [-52, -26], - [-62, 57], - [-8, 38], - [-62, 31] - ], - [ - [5811, 3226], - [-188, 103], - [28, 119], - [-47, 42], - [-6, 69] - ], - [ - [5598, 3559], - [37, 92] - ], - [ - [5635, 3651], - [59, 19], - [78, -78], - [5, -38], - [46, -70], - [54, -12], - [37, -41], - [78, 4], - [50, 36], - [18, 39], - [40, 18], - [105, -158], - [55, -12], - [18, -49], - [38, -47], - [36, -5], - [38, -39], - [42, -3] - ], - [ - [7663, 4165], - [-149, -40], - [-80, 36], - [22, 29], - [-92, 51], - [-72, 22], - [-36, 35], - [0, 78] - ], - [ - [7256, 4376], - [25, 24], - [24, 135] - ], - [ - [7305, 4535], - [17, 17], - [162, 84], - [57, 77], - [21, 76], - [-6, 31], - [28, 88], - [48, -13], - [100, 102], - [51, 27], - [34, -13], - [51, -80], - [36, -81], - [73, 1] - ], - [ - [6432, 3215], - [0, 61], - [43, 114], - [40, 25], - [30, 54], - [-18, 20], - [45, 141] - ], - [ - [6572, 3630], - [120, 23], - [80, -31], - [17, 33], - [-5, 62], - [54, 66], - [40, 24], - [45, -15], - [44, -58], - [30, 49], - [-9, 74], - [93, 75], - [-61, 52], - [-45, 72], - [-7, 37], - [34, 34], - [160, -7], - [8, 17], - [-99, 52], - [24, 51], - [100, -12], - [13, 31], - [-29, 65], - [48, 19], - [29, 33] - ], - [ - [7420, 6116], - [46, -53], - [63, -24], - [-27, -59], - [83, -67], - [8, -42], - [-20, -79], - [-53, 9], - [-50, -73], - [-69, 31], - [-149, -16] - ], - [ - [6724, 6760], - [63, -34], - [9, -34], - [52, -51], - [92, 1], - [84, -73], - [27, -5], - [21, -49], - [97, -84], - [-24, -47], - [56, -100], - [4, -44], - [117, -84], - [42, -46], - [56, 6] - ], - [ - [6773, 4960], - [-34, -88], - [14, -73], - [-51, -10], - [-29, -100], - [14, -53], - [-17, -110], - [1, -75], - [64, -23], - [-10, -51], - [-86, -78], - [-9, -95], - [-46, -139], - [-78, -42], - [-31, -96], - [13, -89], - [0, -90], - [54, -57], - [30, -61] - ], - [ - [5635, 3651], - [-44, 8], - [0, 58], - [-36, 91], - [-54, 54], - [56, 181], - [-39, 80] - ], - [ - [5518, 4123], - [-13, 53], - [30, 58], - [70, 39], - [8, 44], - [51, 38], - [43, 53], - [70, 38], - [-11, 50], - [-105, 60], - [1, 104], - [30, 93], - [-22, 55] - ], - [ - [8120, 7334], - [-24, -22], - [33, -61], - [-6, -55], - [-55, -73], - [-104, -111], - [-1, -69], - [30, -35], - [15, -68], - [76, -6], - [86, -58], - [-26, -87], - [35, -12], - [32, -63], - [-14, -14] - ], - [ - [8197, 6600], - [-41, -27], - [-13, -49], - [6, -55], - [69, -37], - [-35, -55], - [10, -56], - [-10, -46] - ], - [ - [8183, 6275], - [-14, -47], - [-38, -14], - [-103, 71], - [-30, 4], - [-42, 57], - [-123, -35], - [-19, 36], - [-75, -14] - ], - [ - [7739, 6333], - [-23, 36], - [-93, 98], - [-39, 66], - [22, 47], - [126, 6], - [87, 90], - [-34, 48], - [-16, 56], - [-129, -5], - [-101, 80], - [4, 59], - [-22, 101], - [1, 58], - [48, 108], - [-22, 35], - [83, 122], - [56, 40], - [26, 101], - [-10, 23] - ], - [ - [8183, 6275], - [123, -112], - [-8, -31], - [73, -78], - [-19, -98], - [-39, -39], - [-35, 25], - [-35, -56], - [74, -65], - [16, -31], - [-8, -52], - [64, -12], - [-1, -74], - [30, -132] - ], - [ - [8418, 5520], - [-20, -208], - [30, -51], - [74, 2], - [2, -96], - [68, -13], - [0, -59] - ], - [ - [8572, 5095], - [-93, -25], - [-82, -46], - [2, 40], - [-82, 5], - [-85, -71], - [-27, -50], - [-44, -1], - [25, -61] - ], - [ - [7305, 4535], - [-109, 55], - [-42, 84], - [-4, 39], - [-67, 41], - [-20, 75] - ], - [ - [7420, 6116], - [-10, 35], - [24, 61], - [72, 30], - [48, -20], - [9, -29], - [77, 34], - [12, 61], - [28, 50], - [59, -5] - ], - [ - [17869, 14261], - [41, 56], - [57, 7], - [128, 134], - [24, -46], - [57, 13], - [-29, 43], - [-56, 8], - [-6, 117], - [9, 72], - [-114, 7], - [-45, -17], - [-28, 83], - [119, 9], - [18, 107], - [32, 35] - ], - [ - [18076, 14889], - [52, -42], - [55, 48], - [39, -50], - [170, 59], - [29, 88], - [106, 47], - [56, -29] - ], - [ - [18583, 15010], - [39, -63], - [51, 17], - [39, -64], - [-11, -37], - [25, -66], - [105, 29], - [17, 23], - [99, 1], - [72, -33] - ], - [ - [19019, 14817], - [122, -81], - [39, -58], - [-25, -56], - [-65, -110], - [113, 25], - [31, -107], - [81, 0], - [36, -12], - [38, -141] - ], - [ - [19389, 14277], - [-59, -44], - [-8, -73], - [-53, 0], - [-81, -175], - [-42, 31], - [-55, -61], - [0, -157], - [-39, -40], - [64, -85], - [22, 0], - [45, -59], - [2, -100], - [-54, 6] - ], - [ - [16878, 14658], - [18, 58], - [204, 49], - [2, 44], - [-35, 48], - [24, 66], - [50, 21], - [29, 132], - [-63, 21], - [9, 36], - [129, -42], - [56, 101], - [0, 44], - [-30, 14], - [1, 139], - [26, 97], - [46, -13], - [58, 83], - [-40, 122], - [26, 31], - [9, 62], - [-24, 65] - ], - [ - [17373, 15836], - [315, 195], - [88, 29] - ], - [ - [17776, 16060], - [-15, -60], - [-3, -110], - [-24, -20], - [108, -184], - [129, -61], - [20, -46], - [-52, -23], - [-7, -65], - [-26, -53], - [50, -80], - [-56, -75], - [96, 0], - [1, -120], - [80, -50], - [-5, -56], - [25, -10], - [-5, -68], - [-46, -46], - [30, -44] - ], - [ - [15864, 15098], - [-9, 122], - [-28, 33], - [10, 60], - [51, 6], - [43, 34], - [12, 86], - [-46, 29], - [-79, 4], - [-20, 68], - [-60, 18], - [5, 43] - ], - [ - [15743, 15601], - [85, 25], - [168, -39], - [88, -12], - [152, 55], - [175, 55], - [82, 4], - [172, -24], - [87, 34], - [193, 37], - [55, 45], - [87, 29], - [93, -19], - [193, 45] - ], - [ - [19975, 15484], - [-8, -10], - [1, -186], - [-73, -50], - [-34, -96] - ], - [ - [19861, 15142], - [-30, 41], - [-91, -60], - [-60, -15], - [-85, 7], - [-21, 82], - [-23, 20], - [30, 58], - [-18, 37], - [-37, -16], - [-50, 34], - [-5, 38], - [-44, 21], - [-60, -23], - [36, -49], - [-299, -164], - [-30, -109], - [-10, -77], - [-27, -34], - [-18, -116] - ], - [ - [18583, 15010], - [52, 74], - [-59, 57], - [39, 69], - [-46, 72], - [-39, 13], - [9, 59], - [25, 16], - [-15, 59], - [-80, 45], - [82, 139], - [-63, 81], - [-192, 10], - [-17, 224], - [15, 35], - [15, 125], - [-18, 60] - ], - [ - [18291, 16148], - [50, 24], - [115, 16], - [35, -39], - [93, -22], - [111, 27], - [104, 14], - [117, -48], - [80, -63], - [171, -23], - [52, 9], - [110, 47], - [32, -21], - [24, -71], - [-28, -59], - [56, -134], - [256, -92], - [57, -110], - [113, -147], - [136, 28] - ], - [ - [19861, 15142], - [-17, -48], - [37, -177], - [-72, -58], - [6, -102], - [-28, -81], - [35, -107] - ], - [ - [19822, 14569], - [1, -53], - [-86, -138], - [-81, -23], - [-33, 15], - [-78, -25], - [-28, -52], - [-79, 7], - [-49, -23] - ], - [ - [21004, 15316], - [-145, -44], - [-67, -59], - [48, -106], - [-66, -34], - [-6, -65], - [-49, 3], - [-29, -41], - [21, -37], - [40, 0], - [-10, -69], - [-108, -50], - [-33, -46] - ], - [ - [20600, 14768], - [-66, 120], - [-37, 31], - [-92, 11], - [-7, -72], - [-46, -33], - [6, -56], - [27, -30], - [-61, -59], - [-8, -89], - [-66, -89], - [-73, -8], - [-16, 46], - [-34, -6], - [-77, 136], - [-34, -64], - [-100, -66], - [-39, 30], - [-55, -1] - ], - [ - [19975, 15484], - [137, 28], - [564, -57], - [123, 199], - [119, -102], - [86, -236] - ], - [ - [17776, 16060], - [124, 69], - [86, -5], - [159, 18], - [70, -12], - [76, 18] - ], - [ - [12128, 9287], - [-28, -55], - [81, -59], - [-37, -16], - [-32, -82], - [-44, -21], - [3, -85], - [-16, -52], - [-62, 10], - [-17, -33], - [33, -34], - [-22, -54], - [4, -89], - [13, -21], - [98, -46], - [6, -158] - ], - [ - [12108, 8492], - [1, -66], - [-45, -83], - [-22, -4], - [-57, 54], - [-52, -26], - [-71, 16], - [-43, -22], - [-69, 31], - [-8, 34], - [-67, 7], - [-27, 37], - [-104, -15], - [-63, 52], - [-39, -4], - [-25, -65], - [-36, -49], - [-88, 56], - [-24, 87], - [-40, 70], - [-126, 45] - ], - [ - [11103, 8647], - [-4, 42], - [-41, 76], - [24, 97], - [-15, 77], - [-36, 42], - [9, 70], - [-89, 41], - [-31, -4], - [-86, 45], - [27, 77], - [1, 87], - [-31, 38], - [-6, 52], - [48, 5], - [30, 70], - [31, -26], - [50, 52], - [-5, 40], - [-56, 168], - [33, 7], - [5, 42], - [-58, 7], - [4, 39], - [87, -9], - [75, 28], - [56, -67], - [77, -20], - [51, -50], - [136, -8], - [89, 74], - [62, -11] - ], - [ - [11540, 9728], - [10, -59], - [45, -54], - [44, -16], - [15, 37], - [154, 1], - [46, -35], - [170, 58], - [45, -74], - [22, -57], - [-26, -21], - [1, -57], - [-27, -17], - [37, -121], - [52, -26] - ], - [ - [11766, 10115], - [5, -36], - [-56, -141], - [-50, -17], - [-18, -79], - [-36, -18], - [-51, 8], - [-20, -104] - ], - [ - [11103, 8647], - [-27, -41], - [-147, -121], - [-130, -7], - [-93, -89], - [-34, 21], - [-78, 12], - [-73, 73], - [-24, -57], - [-41, -16] - ], - [ - [10456, 8422], - [3, 43] - ], - [ - [10459, 8465], - [-6, 50] - ], - [ - [10453, 8515], - [26, 66], - [-40, 77], - [-10, 100], - [-51, 44], - [-53, 96], - [-1, 102], - [-69, 23], - [-4, 33], - [20, 82], - [-95, 28], - [-135, -45], - [-28, 65], - [-65, 59], - [-20, 89] - ], - [ - [9928, 9334], - [28, 110], - [-65, 76], - [10, 19], - [-13, 128], - [30, 239] - ], - [ - [9918, 9906], - [45, -7], - [41, 43], - [204, 53], - [0, 18], - [-74, 22], - [36, 74], - [-60, 36], - [-33, 50], - [29, 52], - [-14, 26], - [-15, 131], - [38, 52], - [130, 28], - [37, 90], - [10, 108], - [-37, 49], - [-30, 117], - [16, 52], - [51, -14] - ], - [ - [10292, 10886], - [54, 14], - [71, -18], - [34, -53], - [45, -14], - [204, -4] - ], - [ - [10700, 10811], - [-10, -21], - [18, -78], - [63, -79], - [139, -22], - [-11, -59], - [-34, -62], - [-46, -36], - [31, -46], - [0, -61], - [36, -32], - [30, 39], - [76, 22], - [2, 29], - [58, -3], - [43, -22], - [83, 28], - [98, -51], - [164, 30], - [61, 47] - ], - [ - [11501, 10434], - [83, 1] - ], - [ - [11584, 10435], - [2, -44], - [40, -31], - [-16, -138], - [-17, -8], - [4, -76], - [86, 0], - [83, -23] - ], - [ - [12818, 8635], - [-34, -25], - [-12, -55], - [20, -18], - [82, -15], - [-15, -37], - [-63, -50], - [39, -16] - ], - [ - [12835, 8419], - [-55, -3], - [-46, 23], - [-106, 95], - [-14, -42], - [-38, 5], - [-36, -50], - [-64, 53], - [-96, 19], - [-112, -62] - ], - [ - [12268, 8457], - [-24, 45], - [-136, -10] - ], - [ - [12128, 9287], - [71, -28], - [32, 11], - [-1, 116], - [62, -20], - [33, -33], - [124, -29], - [41, 66], - [71, 2], - [36, 44] - ], - [ - [12597, 9416], - [22, -3], - [-7, -87], - [76, 12], - [53, -22], - [57, 35], - [30, -74], - [-45, -19], - [-12, -39], - [-41, -45], - [59, -22], - [-2, -52], - [40, -98], - [-27, -47], - [12, -39], - [-59, -46], - [-25, -46], - [69, -105], - [0, -51], - [21, -33] - ], - [ - [11766, 10115], - [87, -7], - [62, 17], - [20, -52], - [63, -19], - [115, 15], - [55, 48], - [83, 11], - [33, -79], - [33, 4], - [67, -23], - [153, 20], - [42, -89], - [160, -33], - [1, -28], - [-51, -61], - [-16, -64], - [-39, -20], - [-15, -67], - [-46, -25], - [14, -81], - [-7, -47], - [19, -49], - [-23, -37], - [21, -33] - ], - [ - [13659, 2745], - [31, -4], - [43, 40], - [83, -10], - [86, 8], - [44, -23], - [56, 39], - [67, -5], - [30, -50], - [25, 9] - ], - [ - [14124, 2749], - [44, -46], - [-15, -49], - [71, -159], - [6, -89], - [-69, -74], - [1, -75], - [47, -50], - [24, 1], - [44, -71] - ], - [ - [14277, 2137], - [-28, 4], - [-32, -90], - [-33, -144], - [-30, -24], - [-94, 10], - [-57, -55], - [-38, -9], - [-50, 24], - [-31, 54], - [-26, 75], - [-85, 77], - [-69, 43] - ], - [ - [13704, 2102], - [-24, 63], - [-19, 145], - [-104, 15], - [-39, 37], - [-58, -38], - [-16, 23] - ], - [ - [13444, 2347], - [-23, 16], - [-38, 78], - [-73, 14], - [-1, 47], - [-51, 96], - [-41, 0], - [29, 126], - [55, 12], - [175, -12], - [83, 14], - [21, -9], - [79, 16] - ], - [ - [12013, 4181], - [-76, 54], - [-38, 4], - [-65, -24], - [-46, -34], - [-28, 45], - [-113, -86] - ], - [ - [11647, 4140], - [-33, 82], - [12, 96], - [-66, 184], - [51, 95], - [28, -8], - [22, 67], - [75, 34], - [28, 87], - [4, 115] - ], - [ - [11768, 4892], - [124, -53], - [63, 7], - [41, -46], - [86, -46], - [1, 54], - [75, 10], - [15, 57], - [26, 7], - [32, 62], - [3, 89], - [-34, 51], - [1, 68], - [49, 17], - [50, -12], - [55, 58], - [84, 23], - [21, -59], - [103, -49], - [126, 66], - [34, 143] - ], - [ - [12723, 5339], - [73, 35] - ], - [ - [12796, 5374], - [81, -109], - [-35, -49], - [-15, -212], - [34, -40], - [45, 1], - [37, 48], - [118, 34], - [28, -27], - [63, -7], - [24, -42], - [-4, -41], - [56, -17], - [18, -50], - [-3, -67], - [69, -163], - [89, -18], - [-21, -42], - [23, -26] - ], - [ - [13403, 4547], - [29, 3], - [-21, -189], - [-32, -37] - ], - [ - [13379, 4324], - [-105, 38], - [-37, 104], - [-61, -64], - [-39, -85], - [-33, -20], - [-11, -41], - [-119, -60], - [-43, 35], - [-170, -81], - [-95, 15], - [-12, -42], - [-49, 12], - [-15, 26], - [-106, 17], - [-57, 69], - [-38, -19], - [-94, 42], - [-62, -11], - [-22, -45], - [-61, -22], - [-59, 2], - [-18, -17], - [-60, 4] - ], - [ - [14277, 2137], - [54, -45], - [33, 9], - [63, 180], - [56, 25], - [8, -30], - [64, -13], - [28, -65], - [72, 63] - ], - [ - [14655, 2261], - [32, 7], - [6, -62], - [24, -28], - [87, -15], - [26, 35], - [45, 12], - [2, -104], - [36, -38], - [10, -60], - [-10, -226], - [18, -11], - [96, 7], - [8, -13], - [25, -180], - [-51, -94], - [-4, -61], - [-52, -25], - [-7, -77], - [73, -54], - [102, -148], - [-44, 5], - [-65, -35], - [-52, -68], - [20, -74], - [-29, -51], - [6, -36], - [-31, -25], - [-14, -56], - [-43, -8], - [-15, -112], - [-127, 10], - [-76, -64], - [-51, 27], - [-57, -20], - [-65, 22], - [-25, -24], - [-80, -9], - [-27, -35], - [-15, -66], - [-33, 0], - [-56, -44], - [-111, 10] - ], - [ - [14131, 473], - [-25, 110], - [7, 56], - [-43, 55], - [33, 68], - [-126, -34], - [-24, 32], - [67, 97], - [-60, -18], - [-42, 42], - [-99, -6], - [-58, 21], - [-71, -2], - [-25, 73], - [-33, 17], - [-10, 131], - [87, 97], - [38, 9], - [52, 76], - [-42, 38], - [-25, 50], - [-34, -39], - [-55, 43], - [-12, 63], - [-37, 52], - [-69, 20], - [-20, 55], - [-60, 8], - [-46, 29], - [-29, 62], - [15, 42], - [101, -27], - [-15, 70], - [39, 118], - [-9, 74], - [32, -12], - [137, 97], - [34, 62] - ], - [ - [13412, 4011], - [57, 3], - [19, -61], - [65, -29], - [78, -10], - [-8, -62], - [-43, -4], - [15, -116], - [18, -53], - [-67, -8], - [12, -39], - [83, -36], - [46, 0], - [39, -21], - [36, -64], - [-58, -37], - [-17, -81], - [33, -50], - [-26, -25], - [11, -37], - [-68, -23], - [-30, 16], - [-50, -26], - [-45, 48], - [-104, 46], - [-42, 8], - [-48, -37], - [-11, -56], - [-56, -87] - ], - [ - [13251, 3170], - [-69, 1], - [-26, -16], - [-109, -1], - [-26, 91], - [-35, 78], - [-9, 62], - [-82, -45], - [-55, -5], - [12, -98], - [-59, -85], - [-97, 15], - [-14, -46], - [21, -21], - [-44, -78], - [-16, 22], - [-60, -73], - [9, -67] - ], - [ - [12592, 2904], - [-45, 9], - [-27, -33], - [-78, 28], - [-7, 55], - [-53, 14], - [-77, -44], - [-73, 66], - [-30, 61], - [-68, 47], - [-25, -17], - [-54, 16], - [-56, -25] - ], - [ - [11999, 3081], - [-32, 31], - [-48, 101], - [-8, 100], - [-43, 61], - [-27, 1] - ], - [ - [11841, 3375], - [-31, 55], - [10, 32], - [-58, 78], - [103, -46], - [14, 18], - [78, 14], - [71, 68], - [-19, 54], - [-41, 61], - [26, 30], - [4, 49], - [89, 71], - [-26, 130], - [-106, 137], - [47, 15], - [11, 40] - ], - [ - [13379, 4324], - [3, -73], - [-27, -39], - [48, -36], - [-17, -50], - [-35, 11], - [15, -114], - [46, -12] - ], - [ - [11841, 3375], - [-40, 0], - [-38, -63], - [40, -15], - [-41, -49], - [-63, -15], - [-35, 48], - [-26, -28], - [-12, -59], - [-77, -39], - [-31, 74], - [-118, 62], - [3, 36], - [-63, -2], - [-34, 24], - [29, 105], - [-82, 67], - [-14, 54], - [18, 100] - ], - [ - [11257, 3675], - [129, 6], - [47, 51], - [22, 100], - [66, 113], - [64, 22], - [26, 50], - [-10, 31], - [47, 30], - [-30, 39], - [29, 23] - ], - [ - [13251, 3170], - [75, -52], - [-10, -39], - [45, -14], - [7, -35], - [144, -6], - [36, -33], - [17, -74], - [45, -94], - [31, -28], - [18, -50] - ], - [ - [13444, 2347], - [-62, -44], - [-43, -75], - [-6, -62], - [-28, -25], - [-92, -46], - [-73, 51], - [-93, 21], - [-63, -72], - [-42, -18], - [-31, 66], - [-63, 21], - [-46, -17], - [-44, 23], - [20, 53], - [-11, 39] - ], - [ - [12767, 2262], - [79, 82], - [43, 33], - [52, 138], - [-3, 35], - [-53, 78], - [-5, 132], - [-96, 52], - [-65, 47], - [6, 71], - [-111, -33], - [-22, 7] - ], - [ - [16542, 3845], - [39, -77], - [52, -54], - [-64, -85] - ], - [ - [16569, 3629], - [-71, -13], - [-60, -46], - [-70, -3], - [-51, 118], - [-58, 0], - [-20, -53], - [-40, 0], - [-55, 38], - [55, 91], - [-5, 35], - [-44, 80], - [35, 150], - [-125, 103], - [-28, -25], - [-98, 73], - [-22, -6], - [-58, -78], - [32, -66], - [59, -24], - [5, -65], - [-47, 5], - [-78, -42], - [-40, 4], - [-14, 42], - [-9, 128], - [-34, 89], - [-111, 66], - [-22, 33], - [-73, 47], - [-23, -24], - [-88, -14], - [-64, -46] - ], - [ - [15347, 4226], - [-56, 37], - [-46, -11], - [-40, 28], - [-47, 7], - [-36, 36], - [-51, -6], - [-97, 45], - [-43, 50], - [-12, 50] - ], - [ - [14919, 4462], - [14, 64], - [16, 172], - [-66, 91], - [-26, 124], - [17, 203] - ], - [ - [14874, 5116], - [21, 48], - [51, 8], - [46, 38], - [-9, 45], - [8, 75], - [75, 46], - [25, 38] - ], - [ - [14609, 2637], - [-60, 48], - [-84, -10], - [-37, 35], - [4, 67], - [44, 32], - [-9, 40], - [32, 126], - [79, 77], - [65, 4], - [126, 43], - [65, -20], - [82, 60], - [23, 48], - [-86, 29], - [-51, 91], - [71, 72], - [22, 65], - [110, 97], - [6, 97], - [55, 0], - [19, -28], - [75, 22], - [34, 181], - [-35, 71], - [-12, 62] - ], - [ - [15147, 3946], - [140, 142], - [61, -12], - [21, 107], - [-22, 43] - ], - [ - [16569, 3629], - [43, -53], - [4, -33], - [-58, -30], - [-5, -66], - [-46, -36], - [-55, -138], - [-452, -3], - [-215, -12], - [-103, -208], - [-8, -68], - [-28, -43], - [-22, -84], - [1, -63], - [69, -68], - [47, -76], - [-109, 24], - [-72, -33], - [-70, 7], - [-74, 22], - [-109, 59], - [-54, 71], - [-25, 16], - [-54, -52], - [-87, 25], - [-88, 70], - [-113, -72], - [-44, -11], - [-43, -36], - [-23, -76], - [-105, 18], - [-62, -43] - ], - [ - [14413, 4476], - [-98, -60], - [-74, 41], - [-28, -61], - [-63, -81], - [-33, -19], - [-113, -2], - [-62, 27], - [-55, -25], - [16, -61], - [-32, -37], - [-64, -10], - [-36, -36], - [-59, -25], - [-66, 47], - [-57, -23], - [-132, -6], - [-49, -46], - [4, -88] - ], - [ - [13403, 4547], - [66, 27], - [41, 91], - [48, 15], - [12, 40] - ], - [ - [13570, 4720], - [93, -13], - [25, 25], - [48, 92], - [-18, 42], - [28, 42], - [-6, 37], - [54, 37], - [57, 3], - [0, -97], - [42, -6], - [36, 43], - [36, 14], - [62, -81], - [76, -22], - [38, 7], - [92, -48], - [166, -197], - [14, -122] - ], - [ - [14609, 2637], - [-37, -62], - [-1, -53], - [15, -145], - [21, -60], - [48, -56] - ], - [ - [14124, 2749], - [-27, 172], - [32, 122], - [26, 7], - [63, 60], - [-42, 42], - [0, 109], - [-39, 10], - [-23, 57], - [25, 51], - [44, -25], - [125, 10], - [45, 34], - [66, 11], - [22, 22], - [0, 71], - [32, 36], - [-48, 57], - [54, 36], - [114, -74], - [-7, 46], - [19, 49], - [28, 139], - [45, 31], - [98, -27], - [57, 75], - [65, 69], - [46, 31], - [86, 13], - [75, -7], - [42, -30] - ], - [ - [14413, 4476], - [78, -91], - [69, -19], - [60, 24], - [58, 43], - [37, 47], - [62, -12], - [62, 20], - [80, -26] - ], - [ - [6576, 10969], - [-45, 31], - [-79, 14], - [-21, 50], - [-71, 10], - [-40, -16], - [-29, 34], - [41, 66], - [-28, 19], - [36, 77], - [-24, 47] - ], - [ - [6316, 11301], - [-43, 48], - [77, 89], - [9, 27], - [-26, 55], - [2, 56], - [-39, 144], - [32, 24], - [4, 74], - [113, 28] - ], - [ - [6445, 11846], - [69, 7], - [8, -29], - [93, 0], - [12, 14], - [86, -13], - [89, 1], - [20, 125], - [-8, 39], - [46, 59], - [136, 27], - [57, 36], - [73, -17], - [28, 48], - [53, -8], - [9, 66], - [149, 5], - [12, -62] - ], - [ - [7377, 12144], - [49, -140], - [-41, -103], - [73, -45], - [39, 57], - [54, -30], - [37, 14] - ], - [ - [7588, 11897], - [61, -33], - [-8, -58], - [57, -28], - [48, -60], - [-56, -47], - [-35, -50], - [-43, -108], - [35, -19], - [-14, -99], - [23, -56], - [32, -12], - [62, -82] - ], - [ - [7750, 11245], - [-84, -99], - [-97, -3], - [-66, -33], - [-36, -43], - [-85, 34], - [-12, -21], - [-134, 41], - [-15, 34], - [-125, -21], - [-47, 46], - [-45, 15], - [-81, -31], - [-95, -64], - [-26, 35], - [-62, -74], - [-68, 3], - [-1, -37], - [79, -22], - [12, -61], - [-108, 60], - [-78, -35] - ], - [ - [10309, 11473], - [-125, -4], - [0, 53], - [-56, 1], - [14, -67], - [-121, -26], - [-18, 42], - [-52, 32], - [-211, 7], - [2, 18], - [-77, 50] - ], - [ - [9665, 11579], - [36, 86], - [17, 98], - [64, 61], - [19, 47], - [-67, 34], - [-86, -26], - [-27, -26], - [-67, -27], - [-38, 38], - [-89, 37], - [-49, 43], - [48, 91], - [37, 26], - [-7, 84], - [54, 23], - [65, 9], - [51, -31], - [117, -24], - [27, 21], - [17, 66], - [118, 39], - [54, 6], - [29, 79], - [96, 9], - [73, 91], - [39, 2] - ], - [ - [10196, 12435], - [65, -29], - [-18, -63], - [-29, -37], - [-33, -189], - [6, -127], - [10, -33], - [59, -27], - [219, -4] - ], - [ - [10475, 11926], - [-1, -93], - [54, -6], - [1, -61], - [-44, -9], - [-1, -87], - [45, 4], - [0, -39], - [-33, -33], - [-143, 29], - [-36, -41], - [-8, -117] - ], - [ - [8346, 12229], - [2, 76], - [120, -35], - [54, 14], - [43, 37], - [11, 75], - [38, -25], - [36, 106], - [95, -35], - [14, 44], - [58, 28], - [111, -31], - [71, 42], - [22, 29], - [88, -4], - [-11, 44], - [38, 73], - [62, -21], - [-2, -51], - [69, 18], - [13, 58], - [-79, 17], - [-69, 47], - [11, 44] - ], - [ - [9141, 12779], - [15, -1], - [81, 70], - [43, 61], - [77, 19], - [70, -23], - [64, 15], - [18, 52], - [83, -15] - ], - [ - [9592, 12957], - [25, 34], - [69, -11], - [-17, -73], - [69, -8], - [57, -32], - [19, -33], - [-41, -38], - [-22, -68], - [10, -36], - [151, -23], - [108, -45], - [40, 7], - [24, -34], - [-7, -45] - ], - [ - [10077, 12552], - [75, -33] - ], - [ - [10152, 12519], - [55, -22] - ], - [ - [10207, 12497], - [-11, -62] - ], - [ - [9665, 11579], - [-30, -9], - [-201, -6], - [-2, -44], - [-48, 3], - [-6, -57], - [-49, -7], - [5, -32], - [-90, -58], - [-81, -18], - [-10, -43], - [17, -50], - [-20, -42], - [-52, 3], - [-5, 71], - [-59, 85], - [12, -154], - [-47, -41], - [-12, -42], - [-45, -29], - [16, -55], - [-126, -39], - [-6, -23], - [-89, -36] - ], - [ - [8737, 10956], - [-19, 25], - [-174, 16], - [-185, 109], - [-48, -24], - [-33, -56], - [-70, 19] - ], - [ - [8208, 11045], - [-59, 53], - [0, 105], - [-113, 45], - [-41, 25], - [24, 29], - [-12, 45] - ], - [ - [8007, 11347], - [71, -53], - [59, 7], - [23, 25], - [47, -10], - [82, -77], - [77, 100], - [87, 12], - [31, 87], - [29, 24], - [59, 11], - [-1, 174], - [39, 79], - [-142, 30], - [-32, 29], - [-37, 69], - [-68, 43], - [-45, 74], - [74, 109], - [-46, 14], - [-14, 36], - [56, 25], - [-10, 74] - ], - [ - [9634, 13777], - [28, -73], - [43, -191], - [32, -89], - [-52, -25], - [-73, -6], - [-13, -127], - [31, -6], - [0, -114], - [49, -20], - [-91, -79], - [4, -90] - ], - [ - [9141, 12779], - [-42, -3], - [-4, 76], - [-40, 29], - [5, 159], - [-41, 30], - [-5, 45], - [35, 46], - [-13, 21], - [-103, 41], - [-38, 34], - [-24, -29], - [-56, -12], - [-145, 35], - [-76, -58], - [-60, -74], - [-57, 50], - [19, 49], - [-54, 1], - [-63, 25], - [4, 107], - [-29, 42], - [-126, 30], - [-17, 59], - [-60, 8], - [-21, 54], - [16, 63], - [54, 75], - [38, -11], - [21, 69], - [0, 89], - [-57, 69], - [-9, 61] - ], - [ - [8193, 13959], - [26, -9], - [216, 114], - [46, 1], - [226, -43], - [208, -69], - [73, -50], - [109, -89], - [19, -30], - [121, -102], - [98, -43], - [66, 1], - [102, 47], - [102, 82], - [29, 8] - ], - [ - [8007, 11347], - [-63, 15], - [-25, -34], - [-152, -53], - [-17, -30] - ], - [ - [7588, 11897], - [26, 60], - [48, 12], - [33, 31], - [31, 66], - [70, 74], - [20, -10], - [9, 137], - [-6, 76], - [74, 9], - [-4, 36] - ], - [ - [7889, 12388], - [432, -118], - [25, -41] - ], - [ - [7125, 13177], - [27, -34], - [-16, -30], - [0, -81], - [109, -112], - [121, -30], - [23, 23], - [55, 1], - [39, 23], - [150, 19], - [106, 54], - [0, -46], - [-47, 2], - [-14, -44], - [124, -29], - [39, -38], - [33, -102], - [35, -6], - [-44, -157], - [24, -202] - ], - [ - [7377, 12144], - [67, 29], - [-54, 51], - [-49, 83], - [44, 143], - [31, 44], - [-73, 3], - [-112, 30], - [-143, 53], - [-1, 227], - [40, 30], - [0, 69], - [-110, 97], - [-54, 131] - ], - [ - [6963, 13134], - [59, 62], - [65, 1], - [38, -20] - ], - [ - [7739, 13715], - [68, -13], - [52, 13], - [106, 73], - [5, 38], - [46, 31], - [45, 58], - [132, 44] - ], - [ - [7125, 13177], - [152, 244], - [27, -2], - [183, -54], - [33, 19], - [31, 69], - [100, -41], - [46, 87], - [20, 143], - [22, 73] - ], - [ - [10077, 12552], - [28, 66], - [124, -35], - [-77, -64] - ], - [ - [11183, 12949], - [-6, -14], - [59, -90], - [26, 10], - [59, -69], - [-49, -44], - [-48, -5], - [-2, -143], - [-68, 1], - [-1, -107], - [-46, -36], - [-70, -18], - [3, -51], - [-59, -8], - [-15, -36], - [-57, 32], - [-15, -34], - [16, -77], - [-7, -42], - [65, -20], - [127, 32], - [73, 29], - [64, -58], - [3, -85], - [-45, -1], - [0, -204], - [59, 8], - [21, -25], - [65, -2] - ], - [ - [11335, 11892], - [0, -69], - [71, -9], - [-4, -70], - [-67, -24], - [-36, -97], - [-64, -56], - [-122, -53], - [-3, -33], - [-80, -63], - [-66, -114] - ], - [ - [10964, 11304], - [-13, 2] - ], - [ - [10951, 11306], - [-47, 16], - [-55, -3], - [15, 92], - [-74, 3], - [-5, 68], - [-54, 26], - [-12, 64], - [-87, 242], - [-38, 4], - [12, 105], - [-97, 12], - [-34, -9] - ], - [ - [10207, 12497], - [2, 38], - [34, 36], - [74, -35], - [67, 22], - [15, 54], - [50, 28], - [112, 34], - [120, 10] - ], - [ - [10681, 12684], - [-2, -111], - [107, 6], - [154, 104], - [12, 73], - [46, 21], - [55, 85], - [88, -4], - [42, 91] - ], - [ - [6553, 13121], - [21, 68], - [40, 22], - [63, 2], - [73, -55], - [58, 83], - [155, -107] - ], - [ - [6445, 11846], - [-5, 108], - [26, 70], - [28, -21], - [39, 46], - [42, 75], - [78, 42], - [53, 101], - [45, 65], - [-53, 29], - [10, 25], - [-63, 44], - [-110, 23], - [-20, 60], - [-46, 228], - [-57, 39], - [24, 69], - [35, -12], - [82, 284] - ], - [ - [9634, 13777], - [98, 14], - [124, -40], - [279, 55], - [0, 41], - [72, 34], - [213, -24], - [39, -63], - [113, -94] - ], - [ - [10572, 13700], - [-32, -49], - [-25, -71], - [36, -61], - [-84, 37], - [-36, -7], - [-65, -45], - [-77, 2], - [42, -45], - [-41, -76], - [76, -30], - [-16, -42], - [68, 0], - [7, -21], - [162, -9], - [27, 56], - [67, -4], - [-18, -52], - [-142, -83], - [8, -24], - [-136, -120], - [33, -69], - [79, -43], - [61, -5], - [78, 14], - [28, 42], - [43, -5], - [159, -57], - [-13, -36], - [-52, 1], - [-16, -47], - [-46, -41], - [-45, -5], - [-21, -121] - ], - [ - [11554, 13463], - [-135, -23], - [-101, 5], - [-78, -83], - [24, -118], - [-22, 5], - [-76, -80], - [-22, 25], - [-60, -28], - [107, -73], - [4, -39], - [-23, -67], - [11, -38] - ], - [ - [10572, 13700], - [56, -33], - [208, -40], - [103, 50], - [118, 26], - [74, -6], - [143, -47], - [117, -29], - [61, -47], - [102, -111] - ], - [ - [20726, 10820], - [15, 45], - [60, 2], - [72, 20], - [48, 29], - [69, 10], - [4, 34] - ], - [ - [20994, 10960], - [85, 89], - [48, -27], - [52, 1], - [34, -38], - [94, 43], - [53, -4] - ], - [ - [21360, 11024], - [11, -59], - [22, -19], - [-2, -68], - [-186, 8], - [-28, -25], - [16, -72], - [-28, -132] - ], - [ - [21165, 10657], - [-44, 56], - [-17, -15], - [-12, -77], - [-72, 11], - [-12, 28], - [-121, 30], - [-26, 27], - [-1, 51], - [-73, -9], - [29, -45], - [-51, -17], - [-53, -74], - [-37, 32], - [41, 46], - [10, 119] - ], - [ - [20444, 10145], - [30, 69], - [-55, 60], - [-5, 31], - [-70, 41], - [20, 69], - [25, -12], - [60, 70], - [76, 22], - [-32, 71] - ], - [ - [20493, 10566], - [31, 31], - [49, 84], - [45, 50], - [108, 89] - ], - [ - [21165, 10657], - [35, -21], - [59, 26], - [70, -37], - [18, -60], - [35, -42], - [85, 23], - [22, 46], - [119, 8], - [3, -27], - [52, -26], - [45, -108], - [100, -60], - [94, 34] - ], - [ - [21902, 10413], - [-44, -247], - [-89, -110], - [-2, -107] - ], - [ - [21767, 9949], - [-84, -1], - [-50, -60], - [-40, -13], - [-97, 63], - [-121, -5], - [-138, -24], - [-83, 28], - [-31, 44], - [-11, 52], - [-64, 5], - [-5, 35], - [-66, 83], - [-4, 55], - [-109, 22], - [-50, -58], - [5, -130], - [-94, 12], - [-33, -8], - [-46, -76], - [-79, 1], - [-22, 88], - [-35, 44], - [-67, 13], - [1, 26] - ], - [ - [20153, 10149], - [-15, -94], - [102, -49], - [-67, -105], - [22, -148], - [90, -6], - [-53, -87], - [16, -32], - [-38, -66], - [38, -40], - [-16, -42], - [31, -51], - [49, -27], - [1, -27], - [-83, -43], - [-52, -1], - [-93, -31], - [-135, 11], - [-93, -22] - ], - [ - [19857, 9289], - [-165, 34], - [-7, 47], - [-117, 106], - [-71, -11], - [4, 46], - [49, 65], - [-10, 42], - [-140, 30], - [-66, 38], - [-1, 21], - [-94, 15], - [-153, 14], - [-137, -46], - [-69, -48], - [-38, -54], - [-76, -26], - [-127, 3] - ], - [ - [19109, 10234], - [79, 61], - [54, -48], - [52, 14], - [156, -68], - [7, 18], - [76, 12], - [43, 54], - [6, 45], - [65, 37], - [127, 12], - [83, -18], - [20, -28], - [-27, -107], - [26, -63], - [39, -24], - [46, 28], - [44, -28], - [43, 51], - [50, 27], - [55, -60] - ], - [ - [20265, 11195], - [-8, -77], - [22, -46], - [-44, -59], - [26, -50], - [28, 4], - [28, 46], - [91, -76], - [47, -26], - [-10, -130], - [-53, -81], - [23, -45], - [78, -89] - ], - [ - [20444, 10145], - [-187, 57], - [-46, -64], - [-58, 11] - ], - [ - [19350, 11191], - [94, -5], - [49, -25], - [44, 27], - [45, -8], - [17, 42], - [87, 38], - [27, -5], - [146, 99], - [131, 19], - [46, -18], - [82, 15], - [4, -93], - [12, -33], - [82, -87], - [49, 38] - ], - [ - [20434, 11351], - [-83, 167], - [-48, 33], - [-26, 75] - ], - [ - [20277, 11626], - [42, 52], - [2, 60], - [72, 16], - [87, 164], - [13, 50], - [56, 63], - [46, -60], - [62, -39], - [118, 4], - [65, 25], - [60, 70] - ], - [ - [20900, 12031], - [14, -64], - [150, -15], - [28, -155], - [30, -83], - [-69, -7], - [5, -60], - [38, -2], - [50, -79], - [39, -89], - [13, -89], - [28, -90], - [-111, -27], - [-40, 8], - [-64, 52], - [-28, -64], - [-58, -97], - [-47, -36] - ], - [ - [20878, 11134], - [-63, 10], - [10, 89], - [-7, 64], - [-38, 52], - [-27, 5], - [-105, -69], - [6, -67], - [-39, -27], - [-43, 41], - [-72, 18], - [-42, 41], - [-24, 60] - ], - [ - [20434, 11351], - [-25, -61], - [-116, -69], - [-28, -26] - ], - [ - [19625, 12270], - [73, 20], - [13, -76], - [57, -3], - [24, -41], - [76, -34], - [1, -46], - [-22, -37], - [-3, -108], - [48, -36], - [44, -6], - [34, -58], - [30, 10], - [41, -76], - [88, 39], - [19, -70], - [-17, -11], - [53, -108], - [93, -3] - ], - [ - [21814, 9526], - [21, -97], - [-37, -50], - [-2, -39], - [22, -147], - [-18, -77], - [20, -107], - [-51, -5], - [-29, -82] - ], - [ - [21740, 8922], - [-33, 17], - [-34, -22], - [-82, -12], - [-65, -34], - [-86, 1], - [-30, -11], - [-60, 26], - [-230, 125], - [-96, 78], - [11, 41] - ], - [ - [21035, 9131], - [-57, 81], - [10, 64], - [54, 58], - [104, -56], - [162, 50], - [43, 34], - [5, 56], - [161, 69], - [130, 90], - [83, 4], - [84, -55] - ], - [ - [20994, 10960], - [-46, 73], - [-43, 35], - [-27, 66] - ], - [ - [20900, 12031], - [12, 96], - [-1, 97], - [75, 161], - [-42, -9], - [-20, 93] - ], - [ - [20924, 12469], - [68, 29], - [35, -6], - [77, -45], - [13, -38], - [65, -67], - [68, -114], - [39, 0], - [63, -56], - [89, -99], - [81, 10], - [9, -78], - [-13, -29], - [53, -43], - [46, -79], - [105, -60], - [16, 43], - [36, 14], - [88, 119], - [92, 82], - [43, -47], - [19, 21], - [132, -44] - ], - [ - [22148, 11982], - [43, -16], - [56, -76], - [20, -94], - [22, -6], - [-6, -69], - [156, -139] - ], - [ - [22439, 11582], - [-47, -79] - ], - [ - [22392, 11503], - [-78, -25], - [-48, -29], - [-25, -91], - [-29, -67], - [-42, -37], - [-75, 39], - [-53, -67], - [-80, -41], - [-107, 119], - [-26, 55], - [9, 98], - [-47, 2], - [-15, -97], - [-40, 22], - [-8, -56], - [-38, -25], - [-130, 28], - [-27, -71], - [25, -98], - [-5, -68], - [-116, 7], - [-43, -16], - [-34, -61] - ], - [ - [22392, 11503], - [-15, -139], - [-73, -179], - [-48, -102], - [-26, -32], - [-59, -16], - [-66, 5], - [-76, -36], - [-48, -6], - [-66, -40], - [-71, -103], - [16, -56], - [127, -21], - [5, -20], - [-27, -188], - [-35, -39], - [-28, -118] - ], - [ - [19957, 13162], - [40, -88], - [23, 13], - [28, -56], - [85, -39], - [40, -98], - [34, -57], - [0, -109], - [-15, -68], - [73, -72], - [129, -11], - [138, 63], - [51, 42], - [15, 108], - [92, -37], - [81, -65], - [30, -94], - [-31, -27], - [40, -51], - [114, -47] - ], - [ - [21767, 9949], - [16, -237], - [31, -186] - ], - [ - [21035, 9131], - [-68, 45], - [-94, 0], - [-62, 30] - ], - [ - [20811, 9206], - [-84, 50], - [-108, -12], - [7, -58], - [-59, -13], - [-26, 34], - [-36, 2], - [-97, -26], - [4, -55], - [-97, 15], - [-29, -15] - ], - [ - [20286, 9128], - [-4, 63], - [-91, -18], - [-19, 33], - [-56, 17], - [-55, -46], - [-83, -14], - [-28, 48], - [-50, -5], - [-43, 83] - ], - [ - [4479, 4799], - [-50, -17], - [-46, -101] - ], - [ - [4383, 4681], - [-110, -84] - ], - [ - [4273, 4597], - [-86, -43], - [-48, -4], - [-77, 43], - [-274, 35], - [-43, 66], - [-49, 21], - [-30, -13], - [-75, 20], - [-26, 38], - [-64, -2], - [-49, 21], - [-54, -22], - [-23, 25], - [-48, -1], - [-14, 24], - [-75, -44] - ], - [ - [3238, 4761], - [-25, 25], - [-55, 12], - [-84, -9], - [-83, 60], - [-60, 16], - [-38, 33], - [-47, -22], - [-56, 36], - [21, 55], - [-13, 69] - ], - [ - [2798, 5036], - [16, 48], - [79, 69], - [147, 33], - [94, 50], - [50, 95] - ], - [ - [3184, 5331], - [22, 6], - [98, -67], - [27, 21], - [44, -27], - [105, 20], - [71, -18], - [29, -32], - [54, 29], - [94, 13], - [31, -59], - [30, 14] - ], - [ - [3238, 4761], - [-19, -50], - [-90, -25], - [-75, -82], - [-56, -17], - [-74, 1], - [-87, -57], - [-38, 3], - [-49, -46], - [-83, 29], - [-37, 53], - [8, 58], - [-43, 6], - [-71, -23], - [-82, 9], - [-67, 39], - [-9, 99], - [-75, 35], - [-47, -94], - [-31, -6], - [-76, -74] - ], - [ - [2137, 4619], - [-73, 39], - [-60, 57], - [-12, 92], - [26, 24], - [44, 101], - [0, 59], - [25, 108], - [84, 80] - ], - [ - [2171, 5179], - [74, -21], - [23, 32], - [126, -45], - [56, -33], - [37, -148], - [74, 9], - [39, -28], - [37, 20], - [-26, 74], - [75, -10], - [0, 33], - [112, -26] - ], - [ - [1354, 6894], - [-65, -36], - [16, -30], - [-8, -96], - [-38, -66], - [-158, -1], - [-68, 78], - [-17, -28], - [-57, -6], - [-42, 89], - [14, 50], - [-57, -14], - [-81, 125] - ], - [ - [793, 6959], - [-49, 125], - [-105, 111], - [-23, -6], - [-58, 47], - [-27, 60], - [-58, 42], - [-25, 45], - [-125, 25], - [10, 130], - [28, 31], - [9, 92], - [54, 115], - [11, 46], - [-24, 43] - ], - [ - [3776, 5322], - [-84, 37], - [-58, 78], - [-106, 69], - [-76, 15], - [-93, 64], - [-66, 68], - [-95, 154], - [-51, 31], - [25, 30], - [253, 66], - [90, 54], - [-15, 103], - [47, 82], - [-9, 60], - [21, 28] - ], - [ - [952, 4812], - [-36, 56], - [-37, 1], - [-58, 43], - [-69, 93], - [-77, 26], - [-49, 104], - [-42, 66], - [-18, 94], - [0, 53], - [-60, 29], - [-59, 1], - [-46, 94], - [-11, 52], - [-59, 101], - [-27, 67], - [-80, 61], - [-51, 79], - [2, 39], - [-49, 33], - [-42, 72], - [-72, 11], - [31, 63], - [119, 22], - [22, 34], - [47, -18], - [35, 19], - [34, -52], - [87, 58], - [31, 62], - [-16, 92], - [40, 81], - [44, 24], - [-3, 76], - [159, 20], - [11, 85], - [48, 47], - [1, 57], - [23, 50], - [9, 126], - [39, 47], - [20, 79] - ], - [ - [2026, 6303], - [-10, -61], - [48, -40], - [60, -172], - [3, -33] - ], - [ - [2127, 5997], - [-9, 16], - [-84, -26], - [-76, -81], - [-9, -76], - [-53, -109], - [-33, 11], - [-35, -31], - [-59, -22], - [-37, -32], - [-17, -63], - [-51, -20], - [-102, -106], - [-85, -28], - [-31, -61], - [-86, -13], - [-12, -96], - [26, -81], - [-14, -76], - [-62, 17], - [-25, -19], - [-8, -99], - [-19, -99], - [-47, -24], - [-33, 11], - [-19, 60], - [-48, 4], - [-14, -42], - [-52, 8], - [-34, -67], - [-47, -41] - ], - [ - [2674, 6348], - [45, -127], - [28, -22], - [-15, -52], - [27, -104], - [51, -139], - [41, -26], - [6, -39], - [-44, -42], - [-26, 24], - [-91, -60], - [-52, 45], - [-95, -38], - [11, -166] - ], - [ - [2560, 5602], - [-29, -8], - [-45, -70], - [-44, 44], - [-24, -54], - [-52, -16], - [-74, 68], - [-10, -43], - [40, -45], - [-50, -10], - [-13, -59], - [-38, -30] - ], - [ - [2221, 5379], - [-1, 53], - [24, 54], - [-17, 34], - [26, 60], - [-8, 60], - [6, 83], - [46, 34], - [1, 34], - [-63, -22], - [3, 49], - [-71, 35], - [-39, 49], - [-1, 95] - ], - [ - [3184, 5331], - [-87, 3], - [-81, 70], - [-140, -95], - [-26, 54], - [-99, 0], - [26, 67], - [-136, 22], - [-5, 25], - [37, 54], - [-51, 64], - [-62, 7] - ], - [ - [2171, 5179], - [-6, 93], - [50, 26], - [6, 81] - ], - [ - [2137, 4619], - [42, -71], - [-31, -36], - [-39, -108], - [-37, 33], - [-40, -15], - [-25, -43] - ], - [ - [2007, 4379], - [-58, 18], - [-78, -25], - [-70, 43], - [-64, 98], - [-24, -46], - [-45, -6], - [-121, 56], - [-39, -11], - [-30, 20], - [-16, 50], - [-45, 61], - [-78, -29], - [-68, 1], - [-116, 74], - [-81, 95], - [-71, 5], - [-51, 29] - ], - [ - [15651, 11033], - [-51, -12], - [-48, -47], - [-17, -42], - [-146, -6], - [-29, 61], - [-65, 12], - [9, 59], - [-50, -10], - [-47, -32], - [-29, 26], - [-58, -1], - [-136, -26], - [-19, 22], - [-81, -10], - [-41, 37], - [-44, -56], - [-33, -11] - ], - [ - [14766, 10997], - [-45, 41], - [-56, 86], - [-9, 58], - [-108, 48], - [26, 64], - [70, 25], - [62, 68], - [0, 59], - [-55, 18], - [-52, 77], - [-115, 47], - [-48, -18], - [-21, 25], - [-64, 0] - ], - [ - [14351, 11595], - [45, 219], - [-40, 47], - [-36, -19], - [-40, 35], - [-105, 1] - ], - [ - [14175, 11878], - [-45, 90], - [-18, 0] - ], - [ - [14112, 11968], - [8, 90] - ], - [ - [14120, 12058], - [37, 31], - [34, -24], - [73, 19], - [44, 115], - [140, 139] - ], - [ - [14448, 12338], - [57, 6], - [24, -37], - [-16, -39], - [78, -11], - [44, -42], - [69, -4], - [81, -45], - [73, 1], - [80, -30], - [82, 65], - [20, -78], - [109, 48], - [6, 55], - [59, 3], - [11, 60], - [3, 114], - [-82, 112], - [38, 46], - [35, 0], - [52, 88], - [-63, 78] - ], - [ - [16166, 12175], - [-74, -77], - [-1, -50], - [-110, -125], - [-79, -1], - [-35, -37], - [-15, -53], - [-86, -29], - [-61, -4], - [-14, -35], - [11, -67], - [26, -51], - [8, -62], - [107, -28], - [19, -61], - [50, -42], - [-63, -21], - [-7, -33], - [-51, -42], - [32, -76], - [1, -51], - [-64, -65], - [-34, -3], - [-48, -53], - [-27, -76] - ], - [ - [15869, 10784], - [0, 85], - [-45, 81], - [-90, -5], - [-10, 66], - [-73, 22] - ], - [ - [16943, 10221], - [-31, 32], - [-136, 39], - [1, 48], - [-102, 44], - [-1, 32], - [-36, 57], - [-94, -26], - [-127, 21], - [-68, 19], - [-90, -2], - [-45, 78], - [52, 43], - [-1, 66], - [26, 46], - [-57, 11], - [-11, 33], - [-84, -12], - [-73, -41], - [-30, 39], - [-61, -36], - [-51, 49], - [-49, -13], - [-6, 36] - ], - [ - [14992, 9555], - [-23, 46], - [-62, 2], - [-37, 26], - [-3, 40], - [-32, 21], - [-25, -30], - [-91, 10], - [-87, 36] - ], - [ - [14632, 9706], - [-5, 32], - [40, 97], - [120, 33], - [38, 51], - [-22, 69], - [-95, 5], - [-4, 62], - [-43, 10], - [-22, 50], - [13, 49], - [-28, 77], - [-38, 12], - [-42, 85] - ], - [ - [14544, 10338], - [30, 52], - [53, 26], - [-3, 28], - [-60, 39], - [15, 90], - [41, 14], - [12, 108], - [-15, 41], - [104, 19], - [19, 41], - [43, -1], - [22, 29], - [-39, 173] - ], - [ - [15869, 10784], - [2, -36], - [-38, -52], - [-54, 23], - [-44, -12], - [-36, -33], - [-104, -3], - [-41, -25], - [-66, 27], - [-54, -8], - [-17, -38], - [29, -61], - [47, -13], - [58, -40], - [-12, -113], - [-33, -35], - [0, -101], - [-33, -10], - [-62, -187], - [5, -57], - [-43, -6], - [23, -96] - ], - [ - [14448, 12338], - [2, 68], - [57, 65], - [-47, 61], - [31, 47], - [2, 60], - [22, 38], - [83, 27], - [40, -13], - [71, 49], - [47, -1], - [42, -21], - [43, 22] - ], - [ - [14841, 12740], - [36, 25], - [52, -17], - [19, -27], - [128, -20] - ], - [ - [21527, 4244], - [-179, 72], - [-92, -86], - [-66, 50], - [-5, 133], - [-71, 21], - [-24, 29], - [-7, 122], - [-32, 15], - [-55, -37], - [-29, 9], - [-8, 53], - [-70, 95], - [-60, 37], - [3, 43], - [-60, 51], - [15, 116], - [96, 36], - [-16, 66], - [31, 10], - [-25, 110], - [-74, -20], - [-9, 22] - ], - [ - [20790, 5191], - [22, -1], - [96, 99], - [81, 39], - [11, 81], - [47, 75], - [37, 18], - [95, 2], - [32, -32], - [33, 13], - [78, -6], - [7, 34] - ], - [ - [21329, 5513], - [58, -57], - [45, 3], - [57, -52], - [23, -53], - [62, -21], - [76, -113], - [-28, -43], - [128, -119], - [41, -3], - [71, -180], - [59, -53], - [70, 15], - [32, -63], - [6, -43], - [50, -84], - [51, -42], - [44, -93], - [43, -33], - [-4, -27], - [49, -43], - [25, -133], - [37, -35], - [18, -79], - [-92, -18], - [-76, 2], - [-66, 21], - [-75, -44], - [-101, 14], - [-59, -33], - [-26, 3], - [-38, 47], - [-1, 57], - [-89, 44], - [-75, 3], - [12, -32], - [-65, -23], - [-64, 41] - ], - [ - [18320, 9415], - [5, -62], - [31, -70], - [54, -19], - [19, -43], - [40, -218], - [82, -69], - [49, 5], - [36, -44], - [-24, -54], - [-85, -5], - [-67, -22], - [-26, -38], - [2, -60] - ], - [ - [18436, 8716], - [-55, 15], - [-57, -16], - [-90, 19], - [-51, -19], - [-1, -75], - [19, -3], - [-7, -88], - [-34, -48], - [-83, -32], - [-79, 47], - [-19, -24], - [8, -56], - [-41, -18], - [-29, -178], - [-19, 15], - [-71, -10], - [-45, -44], - [-56, 49], - [-128, -3], - [-7, -24], - [-94, 25], - [-39, -88], - [28, -95], - [-19, -24], - [29, -84], - [-47, -4], - [-23, -29], - [-82, 27], - [-82, -1] - ], - [ - [19688, 6500], - [-15, 42], - [116, 68], - [-59, 102], - [-13, 81], - [-36, 14], - [-47, 52], - [-100, 29], - [11, 88], - [-25, 27], - [-65, 18], - [-58, -54], - [-61, -7], - [-4, -35], - [-56, 8], - [-14, 44], - [-45, 6], - [-90, 120], - [27, 30], - [-26, 67], - [-26, 31], - [-13, 80], - [164, -8], - [47, -17], - [28, -71], - [29, 5], - [71, -66], - [85, -11], - [110, 49], - [-29, 44], - [90, 82], - [1, 48], - [32, 33], - [-179, 184], - [-85, -28], - [-44, 33], - [-57, -3], - [-49, -34], - [-92, 78], - [-19, 27] - ], - [ - [19192, 7656], - [43, 43], - [74, 7], - [43, 135], - [20, 11], - [141, -1], - [82, -34], - [71, 19], - [24, 63], - [-1, 58], - [82, 8], - [14, -41], - [32, -8], - [61, 24], - [28, 88], - [3, 87], - [-33, 27], - [15, 52], - [77, 25] - ], - [ - [19968, 8219], - [112, 1], - [131, -59], - [-20, -91], - [66, -112], - [38, -4], - [16, -110], - [-48, -28], - [-2, -107], - [12, -35], - [38, -12], - [19, -147], - [49, -58], - [13, -90] - ], - [ - [20392, 7367], - [-44, 6], - [-66, -39], - [-73, -114], - [-34, -126], - [-4, -78], - [-17, -69], - [-84, -4], - [-44, -31], - [4, -88], - [81, -102], - [15, 60], - [28, 44], - [48, -86], - [68, -45], - [8, -56], - [40, 10], - [70, 105], - [0, 46], - [82, -54], - [42, -9] - ], - [ - [20512, 6737], - [-43, -62], - [-51, -39], - [7, -66], - [-41, -3], - [-31, -112], - [-1, -60], - [-119, -54], - [37, -123], - [70, -20], - [-39, -39], - [-35, -108], - [-43, -77], - [-88, -2], - [-97, -31], - [8, 74], - [-28, 43], - [-24, 78], - [-9, 74], - [27, 77], - [-35, 42], - [-8, 50], - [-67, 36], - [-41, -16], - [-31, 52], - [-29, 4], - [1, 56], - [-114, -11] - ], - [ - [18899, 7659], - [-30, -42], - [-127, -40], - [4, -58], - [-82, -157], - [23, -82], - [55, -47], - [29, 33], - [25, -48], - [-21, -41], - [48, -55], - [9, -89], - [-100, -45], - [30, -81], - [59, -80], - [-33, -38], - [-4, -66] - ], - [ - [18784, 6723], - [-96, 53], - [-170, 29], - [-210, -4], - [-59, -76], - [-27, -54], - [-74, -16] - ], - [ - [18436, 8716], - [-27, -49], - [12, -24], - [86, -9] - ], - [ - [18507, 8634], - [-9, -57], - [-59, -33], - [10, -75], - [76, -121], - [40, 54], - [-41, 6], - [20, 89], - [57, -38], - [-5, -65], - [-36, -85], - [25, -104], - [51, -67], - [11, -75], - [67, -4], - [7, -57], - [-36, -10], - [-14, -72], - [-36, -48], - [18, -44], - [50, -50], - [34, -6], - [49, 22], - [28, -30], - [57, 24], - [28, -129] - ], - [ - [18784, 6723], - [89, -35], - [78, -62], - [105, -17], - [59, -25], - [100, -61], - [35, 40], - [30, -25], - [25, 34], - [97, -71], - [63, -33], - [59, 28], - [60, -149], - [-3, -94], - [29, -22] - ], - [ - [19610, 6231], - [-94, -63], - [-73, -8], - [19, -62], - [-53, -62], - [-20, -60], - [-8, -119], - [118, -84], - [-25, -90], - [46, -102], - [31, -11], - [45, -58], - [-45, -38], - [-96, -19], - [-13, -71], - [-19, -16] - ], - [ - [19423, 5368], - [-31, 21], - [-70, -24], - [-46, -73], - [27, -44], - [40, -15], - [-22, -84], - [4, -27], - [46, -20], - [28, -50], - [-2, -133], - [-12, -68], - [-43, -29] - ], - [ - [19342, 4822], - [-76, -14], - [-54, 32], - [-71, -36], - [-20, -73], - [-56, -13], - [-18, -54], - [35, -71], - [-62, -4], - [-56, 56], - [-21, -26], - [-49, 0], - [-24, 38], - [-46, -34], - [-38, 4], - [-23, 57], - [-55, 37], - [-154, 31], - [-52, -5] - ], - [ - [18507, 8634], - [131, -16], - [43, -30], - [45, -82], - [62, -16], - [64, -44], - [30, 27], - [97, -13], - [49, 70], - [91, -12], - [41, 45], - [70, -14], - [225, -17], - [79, 20], - [85, -27], - [111, 14], - [119, 2], - [8, -17], - [80, -36] - ], - [ - [19937, 8488], - [2, -97], - [-21, -106], - [44, -24], - [6, -42] - ], - [ - [19192, 7656], - [-49, 8], - [-63, 76], - [-52, -9], - [-116, -40], - [-13, -32] - ], - [ - [20286, 9128], - [-73, -48], - [-25, -55], - [-12, -95], - [-41, -24], - [11, -74], - [51, 7], - [-21, -65], - [7, -132], - [-48, -6], - [-49, -32], - [-77, -18], - [-12, -68], - [-60, -30] - ], - [ - [20237, 5273], - [16, 57], - [-8, 38], - [36, 59], - [-30, 34], - [26, 94], - [-39, 21], - [1, 63], - [28, 59], - [54, 61], - [11, 158], - [55, 46], - [-2, 67], - [107, 20], - [-6, 20], - [64, 108], - [8, 41], - [76, 59], - [53, 64], - [48, -17], - [39, -86], - [100, -34], - [106, -94], - [13, -92], - [29, -21], - [85, 55], - [-7, 36], - [37, 45] - ], - [ - [21137, 6134], - [38, -50], - [60, -4], - [68, 51], - [51, -5], - [-23, -58], - [12, -107], - [-35, -64], - [-73, -51], - [-13, -163], - [22, -61], - [86, -42], - [-1, -67] - ], - [ - [20790, 5191], - [-68, -19], - [-22, 119], - [-108, 8], - [-1, -28], - [-41, -48], - [-1, -68], - [-131, -48], - [-39, 47], - [-24, 78], - [-118, 41] - ], - [ - [21740, 8922], - [14, -128], - [58, -242], - [-2, -29], - [-41, -65], - [5, -76], - [37, -122], - [-6, -107], - [-24, -14], - [-53, 16], - [-152, 0], - [-73, 21], - [-49, -17], - [-190, 41], - [-119, 2], - [-44, -40], - [-33, -150], - [12, -47], - [33, -27], - [-51, -87], - [-42, 34], - [-33, -7], - [-57, -84], - [-40, 17] - ], - [ - [20890, 7811], - [-33, 93], - [-28, 4], - [6, 129], - [-51, -6], - [-32, 24], - [-61, 81], - [12, 128], - [-65, 14], - [-43, 37], - [-34, 70], - [12, 105], - [-36, 2], - [24, 177], - [58, -17], - [68, 83], - [46, 6], - [10, 27], - [22, 190], - [41, 61], - [43, 14], - [49, 91], - [-87, -5], - [-22, 41], - [22, 46] - ], - [ - [21527, 4244], - [-27, -33], - [-11, -91], - [29, -7], - [-23, -62], - [52, -9], - [10, -75], - [-39, -1], - [-45, -31], - [-50, 60], - [-32, -28], - [-30, 70], - [-41, 29], - [-100, 23], - [-53, 55], - [-17, -35], - [-145, 24], - [-46, -35], - [-10, -43], - [-90, -17], - [-27, 8], - [-36, -45], - [-87, 22], - [18, -53], - [-49, -56], - [-33, 49], - [-65, -60], - [-53, -22], - [-31, -49], - [-28, -106], - [-44, 54], - [-28, 8], - [-40, 81], - [-5, 38], - [-74, 116], - [-80, -34], - [-16, 18], - [-73, 18], - [-16, 57], - [-63, -12], - [-35, 53], - [-25, 84], - [-69, -2], - [-7, 50], - [-41, 35], - [-36, -1], - [-7, 70], - [-32, 21], - [-25, 129], - [-54, 72], - [-109, 9], - [0, 40], - [-75, 64], - [-23, 47], - [-43, -4], - [-26, 60], - [-46, -10], - [-34, 35] - ], - [ - [19423, 5368], - [26, -8], - [61, 32], - [64, -26], - [30, -50], - [111, 85], - [38, -10], - [33, -53], - [95, -39], - [36, 33], - [50, -5], - [15, -42], - [123, -19], - [54, 30], - [57, -36], - [21, 13] - ], - [ - [19688, 6500], - [20, -85], - [-94, -37], - [2, -56], - [32, -40], - [-38, -51] - ], - [ - [20512, 6737], - [48, 14], - [-11, 35], - [29, 23], - [45, -48], - [71, -35], - [137, 36], - [-24, -130], - [23, -57], - [41, -33], - [44, -10], - [86, 72], - [35, -63], - [34, -23], - [66, 21], - [-20, -57], - [-54, 4], - [-15, -38], - [12, -139], - [49, -108], - [33, -26], - [-4, -41] - ], - [ - [20890, 7811], - [-50, -14], - [-28, 12], - [-45, -73], - [-18, -115], - [11, -147], - [29, -72], - [44, -53], - [-41, -20], - [-39, 52], - [-58, 21], - [-66, -40], - [-26, 31], - [-41, 3], - [-95, -75], - [-75, 46] - ], - [ - [24449, 12453], - [-100, -191], - [-64, -84], - [-60, -50], - [-23, 4], - [-50, -39], - [-59, -100], - [-42, -41], - [-24, -88], - [-53, 76], - [-136, 36], - [-112, 96], - [-206, 62], - [-103, 15], - [-90, -33], - [-24, 5], - [-192, -54] - ], - [ - [23111, 12067], - [19, 219], - [62, 52], - [-25, 38], - [126, 90], - [-19, 29], - [144, 56], - [-19, 53], - [-47, -18], - [-102, 127], - [-23, -21], - [-52, 64], - [-95, 205] - ], - [ - [23080, 12961], - [142, 87], - [-41, 107], - [135, 71], - [-14, 39], - [174, 97], - [-12, 51], - [99, 16], - [121, 6], - [-4, 93], - [117, 6] - ], - [ - [23797, 13534], - [32, 1], - [94, -81], - [57, -185], - [-26, -8], - [45, -145], - [-138, -46], - [10, -86], - [42, -77], - [-107, -141], - [22, -42], - [92, -80], - [86, 41], - [54, -134], - [46, -34], - [29, 11], - [29, -74], - [64, 33], - [45, -18], - [19, 67], - [69, 10], - [15, -22], - [82, -9], - [-9, -62] - ], - [ - [20716, 14356], - [-48, -96], - [-98, -82], - [-41, 44], - [-49, 1], - [-34, 73], - [-98, 18], - [10, -59], - [-26, -125], - [-67, -24], - [23, -72], - [6, -69], - [-86, -124], - [1, -99], - [-57, -208], - [-17, 5], - [-27, -96], - [-51, -113], - [-45, -19], - [9, -70], - [-46, -33] - ], - [ - [20600, 14768], - [-42, -47], - [-30, -79], - [48, 0], - [-4, -50], - [38, -64], - [16, -117], - [28, -26], - [19, -55], - [43, 26] - ], - [ - [23797, 13534], - [-11, 76], - [113, 17], - [-34, 208], - [98, 18], - [-8, 52] - ], - [ - [23955, 13905], - [525, 28], - [-25, -81], - [22, -89], - [-6, -42], - [-47, -38], - [-1, -104], - [18, -134], - [39, -79], - [-23, -44], - [-21, -152], - [42, -131], - [100, -143], - [14, -73], - [-23, -109], - [-54, -113], - [-9, -51], - [-57, -97] - ], - [ - [21387, 13301], - [47, 6], - [139, -7], - [98, -14], - [-3, -64], - [42, -13], - [35, 22], - [30, -28], - [-33, -48], - [-33, -7], - [38, -85], - [-45, -61], - [20, -18], - [-70, -131], - [-18, -11], - [-102, 1], - [-23, -92], - [4, -42], - [-86, -9], - [-12, 56], - [-38, 60], - [-149, 4], - [-14, 44], - [-46, 32], - [-5, 35], - [-79, -3], - [-10, 169], - [59, 1], - [41, 33], - [51, 119], - [78, 75], - [6, -92], - [35, -40], - [32, 33], - [11, 75] - ], - [ - [23111, 12067], - [-31, -23], - [-114, -12], - [-56, 4], - [-61, 41], - [-54, -3], - [-181, -135], - [-49, -24], - [-41, -72], - [-56, -155], - [8, -42], - [-37, -64] - ], - [ - [22148, 11982], - [17, 108], - [-6, 49], - [-48, 63], - [52, 28], - [-17, 131], - [21, 127], - [-63, -10], - [-56, 126], - [21, 16], - [-36, 105], - [-30, -1], - [62, 128], - [26, -14], - [34, 68], - [89, -3], - [-50, 112], - [28, 23], - [-30, 67], - [147, 72], - [-62, 141] - ], - [ - [22247, 13318], - [196, 25], - [76, -168], - [97, 46], - [20, -46], - [34, 16], - [23, -50], - [31, 15], - [41, -36], - [60, -107], - [41, -90], - [98, 40], - [116, -2] - ], - [ - [22247, 13318], - [-24, 50], - [-96, -41], - [-2, 83], - [-66, -14], - [-26, 67], - [2, 42], - [-23, 55], - [-102, 7], - [-57, 17], - [3, 74], - [-97, -11], - [-19, 257], - [-38, -3], - [-4, 52], - [-71, 150], - [-55, 46] - ], - [ - [21572, 14149], - [-50, 143], - [52, 70], - [-34, 24], - [53, 78], - [27, -19], - [73, 112], - [31, -16], - [16, 199], - [-43, 94], - [-67, 69], - [-39, 19], - [85, 54], - [-130, 218] - ], - [ - [21546, 15194], - [40, 5], - [289, 234], - [108, -131], - [39, -248], - [78, -196], - [79, -345], - [152, -71], - [341, -190], - [459, -209], - [442, -35], - [382, -103] - ], - [ - [20716, 14356], - [89, 59], - [45, -3], - [96, -139], - [47, -100], - [52, -68], - [1, -67], - [-14, -56], - [65, -50], - [43, 3], - [38, -45], - [96, 26], - [-40, 93], - [117, 54], - [11, -21], - [137, 62], - [73, 45] - ], - [ - [21004, 15316], - [57, -156], - [110, -33], - [69, 28], - [306, 39] - ], - [ - [10453, 8515], - [6, -50] - ], - [ - [10456, 8422], - [-93, 24], - [-3, -32], - [52, -8], - [15, -45] - ], - [ - [10427, 8361], - [-11, 13], - [-164, -46], - [-64, -43], - [-36, 35], - [-53, -5], - [-35, -73], - [-133, 48], - [-56, -17] - ], - [ - [9875, 8273], - [-24, 156], - [22, 66], - [7, 80], - [-139, 89], - [-59, 134], - [46, 59], - [14, 76], - [-49, 51], - [31, 51], - [-17, 82], - [-78, 63], - [-56, 76], - [12, 43], - [70, 11], - [42, -29], - [50, 35], - [8, 26], - [101, -16], - [72, 8] - ], - [ - [8312, 9157], - [-79, 98], - [-101, 34], - [-114, 2], - [-32, 21], - [-61, -5], - [-32, 103], - [-136, 63], - [-43, 39], - [14, 106], - [37, 20], - [75, 160], - [6, 70], - [22, 51], - [-28, 85], - [-107, 15], - [3, 36], - [-78, 9], - [-31, 52], - [-39, 11] - ], - [ - [7588, 10127], - [69, 53], - [78, 39], - [25, 54], - [-31, 127], - [0, 55], - [47, 41], - [82, 207], - [-1, 57], - [26, 30], - [-9, 52], - [16, 39], - [81, 12], - [21, 33], - [163, -71], - [59, 56], - [38, -3], - [1, 56], - [-39, 42], - [-6, 39] - ], - [ - [8737, 10956], - [-83, -90], - [-17, -108], - [51, -41], - [-70, -27], - [-39, -133], - [-65, -39], - [-14, -97], - [48, -70], - [35, 13], - [86, -69], - [31, 9], - [62, -37], - [2, -38], - [43, -58], - [31, 12], - [25, -42], - [44, 4], - [61, 55], - [59, -25], - [57, 11], - [-40, -71], - [-20, -90], - [-1, -81] - ], - [ - [9023, 9944], - [-88, 25], - [-153, -28], - [-18, -44], - [-68, -4], - [-75, 16], - [-94, -11], - [-22, 14], - [-113, -22], - [-62, 37], - [-51, -10], - [-5, -32], - [-88, 26], - [-20, -155], - [-23, -70], - [114, -116], - [42, -80], - [-45, -20], - [74, -139], - [3, -66], - [-19, -108] - ], - [ - [7473, 10171], - [-66, -26], - [-59, -85], - [-99, 28], - [-50, -23], - [-89, 23], - [-85, -74], - [19, -67], - [-59, -38], - [11, -79], - [53, -117], - [-2, -44], - [-152, 1], - [-19, 40], - [-57, 24], - [-52, 1] - ], - [ - [6352, 10168], - [-1, 105], - [-47, 78], - [18, 115], - [97, -32], - [48, -36], - [108, 24] - ], - [ - [6575, 10422], - [125, -14], - [131, 23], - [42, 23], - [12, 37], - [48, -31], - [126, -13], - [79, -45], - [-3, 48], - [82, -16], - [46, 32], - [137, -30], - [-28, -45], - [43, -48], - [-44, -40], - [-6, -57], - [108, -75] - ], - [ - [9875, 8273], - [-71, -15], - [-41, 42], - [-56, -1], - [-46, -28], - [-88, 18], - [-37, -45] - ], - [ - [9536, 8244], - [-102, -45], - [-136, 34] - ], - [ - [9298, 8233], - [-43, 17], - [-38, -9], - [-101, 54], - [-38, 46], - [-8, 59], - [-59, 41], - [-25, 93], - [-73, 54], - [-38, -6], - [-126, 62], - [-78, 21], - [-12, -20], - [-112, -9], - [-71, 34], - [-68, 2] - ], - [ - [8408, 8672], - [-20, 51], - [12, 85], - [32, 27], - [32, 70], - [-30, 28], - [-32, 66], - [13, 47], - [-75, 112], - [-28, -1] - ], - [ - [9023, 9944], - [64, -15], - [41, -114], - [-12, -46], - [18, -33], - [61, 10], - [61, -15], - [40, 21], - [70, 2], - [16, 97], - [41, 12], - [92, -9], - [269, 62], - [63, -6], - [31, 18], - [40, -22] - ], - [ - [7588, 10127], - [-115, 44] - ], - [ - [6575, 10422], - [-16, 126], - [-32, 38], - [38, 79], - [14, 85], - [-42, 65], - [57, 88], - [-18, 66] - ], - [ - [8408, 8672], - [-52, -69], - [18, -76], - [-33, -52], - [-53, -46], - [-79, -4], - [-72, 29], - [-26, -18], - [-129, -6] - ], - [ - [10309, 11473], - [116, -10], - [36, -149], - [-26, -79], - [12, -100], - [-165, 3], - [-21, -13], - [20, -96], - [11, -143] - ], - [ - [10951, 11306], - [-9, -81], - [-26, -78], - [-48, -93], - [-16, -128], - [-40, -83], - [-112, -32] - ], - [ - [4094, 891], - [-56, 33], - [35, 63], - [13, 72], - [-42, 57], - [-75, 0], - [0, 125], - [8, 57], - [-57, 75], - [-18, -29], - [-72, 15], - [-92, -86], - [-105, 53], - [-31, -5], - [-24, 76], - [-53, 102], - [-76, -25], - [-101, 58], - [10, 91], - [-49, 21], - [-44, -20], - [-89, 22], - [-57, 3] - ], - [ - [3119, 1649], - [20, 69], - [-13, 46], - [113, 95], - [56, 32], - [66, -17], - [2, 50], - [42, 63], - [-24, 111], - [51, 31], - [45, 89], - [33, 18], - [11, 88], - [27, 50], - [92, 51], - [16, 36], - [97, 10], - [37, 63], - [14, 64], - [65, 78] - ], - [ - [3869, 2676], - [46, 42], - [73, 14], - [16, 70], - [86, 36] - ], - [ - [4090, 2838], - [11, -50], - [92, -53], - [57, 22], - [85, -99], - [34, -77], - [38, 23], - [55, -11], - [25, -33], - [70, -12] - ], - [ - [4557, 2548], - [13, -101], - [25, -78], - [135, -117], - [47, -90], - [116, -84], - [39, -44], - [4, -94], - [13, -25], - [-13, -89], - [73, -121], - [-12, -81], - [8, -30], - [76, -71] - ], - [ - [5081, 1523], - [-9, -52], - [16, -128], - [19, -52], - [-5, -47], - [25, -34], - [-13, -92], - [-33, -65], - [12, -47], - [-46, -93], - [32, -31] - ], - [ - [5079, 882], - [-7, -74], - [-39, -28], - [-85, 1], - [-33, 23], - [-34, -13], - [-43, 55], - [-35, 18], - [-102, -24], - [-58, 43], - [-12, 45], - [-45, 17], - [-151, -36], - [-192, 39], - [-60, -40], - [-63, 17], - [-26, -34] - ], - [ - [3969, 4130], - [-30, -184], - [-41, -40], - [-65, -20], - [1, -106], - [-48, -59], - [-12, -81], - [-97, -191], - [4, -44], - [68, -30], - [48, -43], - [50, 0], - [-5, -65] - ], - [ - [3842, 3267], - [-84, -22], - [-78, 10], - [-8, -34], - [-56, -10], - [-38, 17], - [-60, 2], - [-113, -76], - [-65, -13], - [-63, 67], - [-75, -28], - [-28, 7], - [-43, -118], - [-21, -35], - [-60, -20], - [-42, 61], - [-52, 44], - [-61, 9], - [-58, -93], - [-39, -22], - [-116, -138], - [-103, 43] - ], - [ - [2579, 2918], - [-17, 53], - [-73, 13], - [-77, -5], - [-27, 25], - [1, 80], - [-38, 49], - [-52, 105], - [12, 60], - [-26, 107] - ], - [ - [2282, 3405], - [37, 17], - [30, -26], - [92, 0], - [12, 57], - [121, 36], - [22, 93], - [33, 58], - [-9, 78], - [54, 33], - [-10, 75], - [2, 168], - [57, 38], - [48, 15], - [45, -20], - [86, 9], - [35, -24], - [-35, -49], - [67, -46], - [1, -29], - [92, 20], - [41, 32], - [25, 66], - [82, 8], - [89, 54], - [45, 80], - [7, 44], - [139, 82], - [19, -3], - [50, 76], - [22, 6], - [88, -41], - [28, -81], - [58, -2], - [110, -77], - [59, 0], - [45, -22] - ], - [ - [4273, 4597], - [-14, -79], - [10, -42], - [-70, -25], - [10, -67], - [-106, -78], - [-12, -42], - [-40, -19], - [-35, 14], - [-30, -59], - [-17, -70] - ], - [ - [2282, 3405], - [-23, 19], - [-21, 72], - [-38, 72], - [-56, 7], - [-10, 146], - [-32, 88], - [-47, 35], - [-22, 158], - [17, 121], - [-13, 10], - [4, 106], - [-46, 26], - [24, 49], - [-12, 65] - ], - [ - [5458, 3454], - [26, 60], - [66, 52], - [48, -7] - ], - [ - [5811, 3226], - [-33, -19], - [-39, -103], - [-75, -2], - [-48, -47], - [-77, -23], - [-64, -73], - [-2, -73], - [-98, -66] - ], - [ - [5375, 2820], - [-64, -2], - [-78, -58], - [40, -91], - [-38, -3], - [-32, -31], - [-51, 30], - [-47, -14], - [-83, 23], - [-63, -7], - [-19, -34], - [-116, -24], - [-35, -33], - [-49, -4], - [-69, 50], - [-38, -3], - [-49, -64], - [-27, -7] - ], - [ - [4090, 2838], - [15, 55], - [-7, 120], - [-82, 91] - ], - [ - [4016, 3104], - [118, 221], - [94, 101], - [28, -14], - [67, 30], - [62, 61], - [59, -4], - [22, 50], - [75, -88], - [68, -25], - [64, 2], - [45, 55], - [74, -8], - [70, 37], - [1, -70], - [48, -92], - [94, -38], - [-11, -74], - [59, 22], - [56, 62], - [67, -1], - [47, 40], - [-2, 32], - [35, 40], - [66, 35], - [39, 4], - [42, -28], - [55, 0] - ], - [ - [6699, 1596], - [0, -57], - [21, -74], - [-18, -69], - [43, -45], - [5, -73], - [-68, -28], - [-34, -48], - [-44, 29], - [-46, -4], - [-26, 67] - ], - [ - [6532, 1294], - [-158, 37], - [-64, 102], - [-64, 44], - [62, 61], - [-28, 98], - [-5, 61], - [-36, 64], - [-82, 116] - ], - [ - [6157, 1877], - [14, 41], - [55, 50], - [14, 45], - [-85, -15], - [-24, 29], - [-10, 61], - [-76, 63], - [25, 25], - [35, 79], - [-11, 65], - [-35, 63], - [-3, 92], - [65, 36], - [13, 53], - [25, 21], - [120, 38], - [36, 52], - [102, 41], - [59, -17] - ], - [ - [4094, 891], - [-86, -78], - [-55, -15], - [-48, -68], - [-31, -13], - [-77, 198], - [-43, -7], - [-54, 16], - [-68, -22], - [-88, -77], - [-101, -42], - [-24, -52], - [21, -93], - [-29, -77], - [-92, -68], - [-76, -28], - [-26, 13], - [-228, -5], - [-44, -21], - [-101, 18], - [-184, 72], - [-117, -12], - [-78, 28], - [-44, -17], - [-139, 47], - [46, 59], - [64, 2], - [-12, 149], - [17, 79], - [-21, 70], - [-36, 67], - [47, 78], - [54, 58], - [-2, 59], - [-51, 68], - [-15, 154], - [38, 68], - [5, 57], - [-50, 114], - [7, 43], - [38, 20] - ], - [ - [2411, 1733], - [77, 24], - [52, -11], - [58, -45], - [98, -17], - [60, 76], - [55, 8], - [36, -65], - [75, -103], - [44, 12], - [37, 50], - [116, -13] - ], - [ - [3842, 3267], - [47, -48], - [7, -63], - [120, -52] - ], - [ - [3869, 2676], - [-51, 11], - [-83, -42], - [-6, 40], - [-114, -39], - [-62, -105], - [-53, 7], - [-104, -135], - [-74, -54], - [-68, 67], - [-81, 64], - [-67, 1], - [-39, -33], - [-54, -2], - [-102, 26], - [-23, 23], - [-97, 7], - [-40, 29], - [-21, 45], - [-66, 53] - ], - [ - [2664, 2639], - [-8, 82], - [-63, 182], - [-14, 15] - ], - [ - [6157, 1877], - [-19, -38], - [-42, 6], - [-40, -53], - [-59, 35], - [-8, -53], - [-48, -26], - [-87, -87], - [-52, 68], - [-38, 20] - ], - [ - [5764, 1749], - [-31, 48], - [-63, 25], - [-46, 53], - [-55, 31], - [-23, 49], - [-15, 128], - [-35, 87], - [-38, 37], - [-11, 53], - [44, 50], - [-4, 66], - [-36, 91], - [4, 106], - [-31, 33], - [-10, 116], - [-39, 98] - ], - [ - [4383, 4681], - [48, -82], - [49, -51], - [53, -26], - [57, -56], - [8, -31], - [-60, -9], - [-17, -25], - [41, -157], - [52, -116], - [13, -106], - [-9, -45], - [29, -57], - [0, -61], - [34, -70], - [43, -11], - [0, -48], - [67, -33], - [-14, -78], - [76, -17], - [70, 69], - [65, 15], - [91, -27], - [122, -19], - [63, -57], - [57, -7], - [82, 26], - [-40, -77], - [95, -71] - ], - [ - [5081, 1523], - [19, 50], - [95, 39], - [52, -2], - [65, -72], - [29, -17], - [43, 20], - [-23, 66], - [48, 8], - [33, 57], - [62, -11], - [90, 67], - [79, -41], - [-8, 46], - [99, 16] - ], - [ - [6532, 1294], - [-35, -61], - [-104, -90], - [-64, -7], - [-52, 55], - [-77, 121], - [-66, 59], - [-27, -18], - [2, -49], - [-15, -70], - [-62, -39], - [-133, -1], - [-20, -55], - [-28, 10], - [-84, -30], - [-88, 5], - [-32, -56], - [-12, -50], - [-34, -30], - [-51, -93], - [-35, 36], - [-112, 29], - [-139, -19], - [-82, 35], - [-48, -60], - [-55, -34] - ], - [ - [2411, 1733], - [-1, 95], - [-16, 81], - [-52, 44], - [-10, 46], - [14, 140], - [-20, 68], - [14, 61], - [32, 21], - [78, 11], - [60, 146], - [24, 18], - [83, 138], - [47, 37] - ], - [ - [5518, 4123], - [-81, -22], - [-110, 23], - [-34, 33], - [-59, -23], - [-23, 21], - [-44, -8], - [-23, 28], - [-80, -40], - [-27, -63], - [-96, -25], - [-38, 13], - [17, 39], - [7, 96], - [28, 132], - [-21, 69], - [5, 58], - [-66, 37], - [-19, 41], - [10, 55], - [47, 37], - [-25, 87], - [-58, 24], - [-46, 1] - ], - [ - [14969, 13348], - [-73, -8], - [-33, 18], - [-27, 59], - [29, 30], - [-27, 114], - [18, 137] - ], - [ - [14856, 13698], - [12, -12], - [135, 171], - [82, -28], - [-1, 46], - [136, 56], - [1, 55], - [86, 43], - [-1, 157], - [88, -27], - [162, 7], - [24, -26], - [72, -25], - [7, 23], - [57, 11] - ], - [ - [12441, 12649], - [-52, 19], - [46, 62], - [-63, 74], - [-69, 20], - [-8, 44], - [-53, 26], - [29, 28], - [-56, 70], - [10, 45], - [84, 13], - [62, 52], - [105, 50], - [43, 59], - [57, 10], - [-3, 102], - [-39, 41], - [7, 36] - ], - [ - [12541, 13400], - [65, 8], - [234, 148] - ], - [ - [12840, 13556], - [21, -64], - [55, 10], - [42, -142], - [-2, -51], - [115, -29], - [38, -93], - [54, -31], - [43, -43], - [91, -24], - [17, -54], - [40, -22], - [-54, -36], - [-27, -79], - [-43, -35], - [50, -55], - [20, -42] - ], - [ - [13300, 12766], - [-114, -64], - [-40, -57], - [-14, -43], - [98, 10], - [25, 26], - [76, -70], - [-86, -13], - [4, 42], - [-60, -12], - [-70, 9], - [-9, 60], - [-56, 17], - [-23, -33], - [11, -106], - [-139, -9], - [-60, 163], - [-73, 63], - [-96, -104], - [-30, -16] - ], - [ - [12644, 12629], - [-91, 69], - [-8, -36], - [-45, 2], - [-6, -37], - [-53, 22] - ], - [ - [14856, 13698], - [-149, 200], - [-3, 34], - [-60, 20], - [34, 104], - [-55, -13], - [-22, 26], - [-68, -38], - [-29, 59], - [-38, 35], - [-101, 1], - [-172, -146], - [-109, -42], - [-103, 26], - [-28, 77], - [-122, 10], - [-35, 40] - ], - [ - [13796, 14091], - [82, 91], - [11, 64], - [82, 99], - [42, 87], - [83, 130], - [50, 42], - [95, 59], - [97, 76], - [173, 107], - [103, 162], - [93, 108], - [39, 83], - [39, 44], - [126, 56] - ], - [ - [14911, 15299], - [21, -40], - [42, -182], - [-30, -3], - [-27, -103], - [42, -19], - [12, -32], - [58, -19], - [11, -40], - [37, -9], - [76, -78], - [41, -12], - [18, -82], - [77, -141], - [15, -52], - [106, 60], - [38, 48], - [43, -19], - [91, 33], - [3, 19] - ], - [ - [13738, 12327], - [-9, -65], - [75, 17], - [88, -24], - [18, -49], - [122, -28], - [10, -32], - [78, -88] - ], - [ - [14112, 11968], - [-8, -31], - [-72, -32], - [-86, 20], - [-17, -34], - [-144, -60], - [-55, 17], - [-9, 25], - [-80, -2], - [-17, 12], - [-126, 17], - [-29, 38] - ], - [ - [13469, 11938], - [-90, 31], - [-60, -16], - [-67, 39], - [-32, 108], - [-45, 47], - [-114, 2], - [11, -61], - [-37, -70], - [-85, 21], - [-93, -1], - [-33, 53], - [-40, -6], - [-13, 75], - [-58, 21], - [-57, 51], - [-72, 18], - [-6, 28], - [-52, 35], - [96, 54], - [-15, 95], - [9, 127], - [28, 40] - ], - [ - [13300, 12766], - [-4, -32], - [150, -40], - [7, -44], - [-10, -95], - [43, -26], - [42, -129], - [-4, -38], - [149, 4], - [45, 33], - [25, -35], - [-5, -37] - ], - [ - [14351, 11595], - [-128, 11], - [-87, 31], - [-26, 58], - [-10, 134], - [75, 49] - ], - [ - [14841, 12740], - [-12, 83], - [-45, 39], - [-61, 16], - [-1, 104], - [-43, -10], - [-103, 66], - [-85, -2], - [-126, -37], - [-68, 7], - [-62, 44], - [-42, 5], - [-17, 64], - [56, 24], - [-79, 36], - [-23, 42], - [-48, 44], - [-73, -27], - [-27, 37], - [-32, -11], - [-33, 68], - [-79, -34], - [-45, 21], - [-34, -43], - [-45, 5] - ], - [ - [13714, 13281], - [-23, 35], - [-4, 62], - [-38, 56], - [1, 38], - [-73, 5], - [-4, 72], - [-45, 49], - [-112, 28], - [-34, 25], - [0, 77] - ], - [ - [13382, 13728], - [97, 57], - [37, 46], - [53, 117], - [62, 57], - [55, 8], - [76, 42], - [34, 36] - ], - [ - [12840, 13556], - [202, 113], - [184, 1], - [61, 6], - [95, 52] - ], - [ - [13714, 13281], - [19, -48], - [-43, -118], - [13, -124], - [23, -77], - [-27, -48], - [-33, 9], - [-31, -103], - [17, -60], - [55, -10], - [2, -87], - [54, -89], - [33, -31], - [-30, -176], - [-28, 8] - ], - [ - [14911, 15299], - [90, 5], - [97, -6], - [338, 146], - [96, 91], - [121, 31], - [90, 35] - ], - [ - [12593, 448], - [-51, -31], - [-53, -181], - [-120, 51], - [-111, 4], - [-10, -27], - [-148, -40], - [-12, -56], - [-159, -40], - [-85, 10], - [-37, -43], - [-65, -26], - [-23, -38], - [-43, -2], - [-38, 21], - [-74, 3], - [-32, -53], - [-90, 49], - [-127, 17], - [3, 42], - [-38, 67], - [-13, 83], - [-46, 57], - [-32, 0], - [-69, 35], - [-16, 67] - ], - [ - [11023, 895], - [61, 49], - [117, 11], - [44, 83], - [-25, 41], - [15, 36], - [54, 11], - [46, -56], - [88, 0], - [101, -44], - [52, 38], - [29, 54], - [99, 21], - [81, -2] - ], - [ - [11785, 1137], - [44, -40], - [43, -14], - [37, 44], - [62, -12], - [0, 28], - [106, 37], - [76, -35], - [57, -8], - [83, 20], - [8, -18] - ], - [ - [12301, 1139], - [-27, -63], - [-28, -24], - [3, -54], - [21, -35], - [42, -20], - [-17, -56], - [7, -131], - [-32, -96], - [1, -54], - [33, -15], - [64, 26], - [57, -17], - [19, 24], - [54, -3], - [17, -62], - [55, -52], - [23, -59] - ], - [ - [12709, 2256], - [58, 6] - ], - [ - [14131, 473], - [-53, 2], - [-22, -32], - [-39, -4], - [-52, -37], - [-87, -18], - [-59, 55], - [14, 77], - [-79, 2], - [-26, 50], - [-43, 18], - [-45, 40], - [-28, -59], - [-29, 3], - [-80, -28], - [-30, -57], - [-47, -16], - [-45, 4], - [-56, -18], - [-80, 10], - [-19, -12], - [-16, -130], - [-50, -5], - [-28, 49], - [-45, 30], - [-75, 11], - [-25, 33], - [-45, -8], - [-89, -53], - [-146, 33], - [-50, 51], - [-64, -16] - ], - [ - [12301, 1139], - [99, -40], - [14, -73], - [28, -31], - [29, 31], - [80, -23], - [-28, 79], - [100, 71], - [12, -18], - [94, -7], - [12, 85], - [-32, 15], - [28, 138], - [-26, 17], - [-23, 64], - [-32, 4], - [21, 106], - [56, 49], - [10, 65], - [23, 50], - [27, 8], - [6, 88], - [-88, 144], - [-79, 101], - [6, 46], - [53, 62], - [18, 86] - ], - [ - [10672, 2684], - [47, 19], - [89, 2], - [63, 71] - ], - [ - [10871, 2776], - [92, -75], - [103, -18], - [38, 14], - [103, 7], - [69, 38] - ], - [ - [11276, 2742], - [-7, -35], - [28, -86] - ], - [ - [11297, 2621], - [33, -121], - [40, -5], - [32, -76], - [34, -27], - [28, -55], - [-54, -23], - [-53, -72], - [-20, -8], - [-15, -73], - [-77, -72], - [2, -62], - [61, -42], - [-32, -28], - [95, -37], - [-44, -61], - [56, -17] - ], - [ - [11383, 1842], - [-17, -59], - [-38, 1], - [-124, -30], - [-22, -66], - [53, -76], - [-97, 7], - [-71, -64], - [-23, -77] - ], - [ - [11785, 1137], - [61, 22], - [-9, 104], - [13, 96], - [-15, 39], - [7, 79], - [-10, 72], - [49, 67], - [-27, 132], - [-102, -52], - [-55, 92] - ], - [ - [11697, 1788], - [28, 32], - [93, 46], - [40, 3], - [88, 41], - [44, 56], - [17, 63], - [146, 18], - [4, -50], - [32, -8], - [67, 18], - [41, -31], - [64, 52], - [26, 52], - [87, 37], - [-42, 107], - [117, 32], - [40, 21], - [120, -21] - ], - [ - [10871, 2776], - [48, 73], - [98, 25], - [123, -18], - [25, 25], - [73, -24], - [38, -115] - ], - [ - [11697, 1788], - [-113, 5], - [-58, -19], - [-143, 68] - ], - [ - [11297, 2621], - [65, 20], - [14, 47], - [-18, 28], - [19, 67], - [58, 1], - [18, -50], - [75, 45], - [47, -48], - [32, -56], - [53, 8], - [41, -20], - [8, -41], - [40, -32], - [67, 35], - [50, -24], - [59, 76], - [5, 86], - [-52, 32], - [36, 42], - [27, 70], - [87, 77], - [-29, 97] - ], - [ - [10690, 3106], - [30, -30], - [47, 47], - [93, 17], - [-41, 61], - [5, 44], - [42, 50], - [58, 11], - [36, 33], - [19, 48], - [-1, 148] - ], - [ - [10978, 3535], - [98, 30], - [40, 57], - [17, 69], - [89, 17], - [35, -33] - ], - [ - [11501, 10434], - [-41, 11], - [-45, 38], - [-12, 92], - [-42, 43], - [43, 70], - [-14, 19], - [20, 86], - [-54, 25], - [-14, 28], - [16, 63], - [-128, 40], - [-61, -26], - [-145, 91], - [-53, -5], - [-28, 41], - [131, 12], - [16, 68], - [-43, 17], - [-25, 41], - [-11, 68], - [-47, 48] - ], - [ - [11335, 11892], - [83, 10], - [16, 99], - [37, 36], - [95, 41], - [213, 7], - [8, -28], - [84, 48], - [0, 16], - [159, 2] - ], - [ - [12030, 12123], - [39, -26], - [41, -54], - [-1, -85], - [-27, -20], - [48, -192], - [54, 13], - [59, -55], - [28, -55], - [22, -144], - [67, -81], - [-8, -77], - [81, -32], - [23, -53], - [56, 1] - ], - [ - [12512, 11263], - [4, -73], - [-36, -16], - [1, -50], - [-81, 48], - [-87, -33], - [-59, 60], - [-100, -2], - [-36, -54], - [63, -44], - [1, -256], - [-51, -24], - [-1, -71], - [26, 0], - [11, -87], - [-28, -32], - [28, -48], - [-103, -31], - [-72, -54], - [-67, -13], - [27, 95], - [-1, 39], - [-64, 10], - [-59, -20], - [-34, 30], - [-132, -89], - [-4, -41], - [-57, 2], - [-17, -74] - ], - [ - [14160, 10470], - [31, 33], - [-68, 55], - [-16, -11], - [-50, 135], - [-28, 40], - [14, 71], - [-37, 22], - [-103, -58], - [-61, 12] - ], - [ - [13842, 10769], - [-80, 77], - [-7, 74], - [53, 51], - [49, -3], - [41, 24], - [-29, 75], - [-57, 12], - [-50, 72], - [-24, -8], - [-91, 30], - [-85, -6], - [-59, -30], - [-34, 39], - [-23, 99], - [-26, 161], - [134, 37], - [40, -12], - [43, 23], - [62, -5], - [36, 33], - [38, -9], - [-4, 64], - [-25, 36], - [-72, -46], - [-6, 58], - [-152, 5], - [-115, 69] - ], - [ - [13399, 11689], - [22, 28], - [49, -2], - [-1, 223] - ], - [ - [14544, 10338], - [-32, -13], - [-70, 7], - [-173, 38], - [-46, 95], - [-63, 5] - ], - [ - [13694, 8581], - [-177, 38], - [-70, -27], - [-111, 49], - [-97, 11], - [-10, 60], - [-22, 18] - ], - [ - [13207, 8730], - [6, 27], - [49, 15], - [22, 56], - [-15, 53], - [41, 61], - [49, 19], - [20, 33], - [-25, 57], - [-88, 4], - [-31, 83], - [-35, 60], - [8, 69], - [-56, 18], - [20, 46], - [-47, 8], - [-28, 69], - [116, 50], - [30, -20], - [14, 71], - [-40, 47], - [84, 88], - [34, -51], - [99, 66], - [40, -20], - [89, 35], - [82, -31], - [41, 37], - [45, -10], - [47, 37], - [12, 32] - ], - [ - [13790, 9739], - [47, -27], - [60, 51], - [68, 35], - [52, -27], - [111, 7], - [0, 21], - [77, 13], - [80, 107], - [61, 14], - [65, -45], - [11, -156], - [111, 3], - [30, -29], - [69, 0] - ], - [ - [12441, 12649], - [-23, -47], - [-89, -40], - [6, -60], - [-95, -9], - [-14, -17], - [44, -127], - [-96, -19], - [-65, -60], - [-70, 4], - [13, -36], - [-22, -115] - ], - [ - [11554, 13463], - [113, -58], - [113, -97], - [126, -39], - [92, 7], - [159, 40], - [117, 70], - [146, 32], - [121, -18] - ], - [ - [13633, 10078], - [-56, -27], - [-157, 15], - [-61, 27], - [-167, 7], - [23, 94], - [-23, 67], - [-54, 86], - [-42, 43], - [9, 30] - ], - [ - [13105, 10420], - [26, -3], - [89, 114], - [19, 72], - [40, 62], - [55, -45], - [95, -10], - [24, -20], - [59, 13], - [71, 81], - [68, 24], - [88, -11], - [58, 12], - [3, 38], - [42, 22] - ], - [ - [14160, 10470], - [-27, -28], - [-73, 12], - [-19, -36], - [-62, 26], - [-123, -78], - [-48, -9], - [-74, -39], - [-27, -37], - [13, -71], - [-65, 16], - [-9, -115], - [-13, -33] - ], - [ - [13105, 10420], - [-59, 33], - [-48, 60], - [-65, -24], - [-77, 3], - [-20, 73], - [17, 60], - [-22, 44], - [-4, 72], - [-45, 14], - [-23, 132], - [9, 125], - [35, -41], - [49, 17], - [2, 46], - [-11, 158] - ], - [ - [12843, 11192], - [140, 47], - [59, 47], - [41, -5], - [13, 53], - [117, 0], - [-1, 52], - [56, 14], - [-54, 135], - [18, 31], - [-34, 29], - [98, 69], - [71, 4], - [32, 21] - ], - [ - [13790, 9739], - [20, 24], - [4, 72], - [-19, 189], - [-96, 19], - [-1, 37], - [-65, -2] - ], - [ - [13207, 8730], - [-52, 25], - [-77, -2], - [-18, -61], - [-67, 2], - [-17, -32], - [-62, -14], - [-26, -39], - [-70, 26] - ], - [ - [12512, 11263], - [226, 18], - [61, 29], - [44, -118] - ], - [ - [10978, 3535], - [-28, -53], - [-138, 86], - [19, 115], - [-5, 73], - [-32, 178], - [19, 65], - [52, 9], - [18, 39], - [-20, 88], - [-75, 1], - [-46, 18], - [29, 51], - [-12, 89], - [-24, 46], - [-37, 11], - [-79, 101], - [49, 106], - [98, 45], - [-24, 114], - [-26, -2], - [-24, 52] - ], - [ - [10692, 4767], - [70, 21], - [10, 73], - [43, 4], - [88, 254], - [69, 19] - ], - [ - [10972, 5138], - [54, -38], - [30, 3], - [-27, 101], - [38, -4], - [-13, 59], - [35, -1], - [-2, -59], - [84, 26], - [4, -46], - [77, -16], - [38, 36], - [94, 45], - [37, 38] - ], - [ - [11421, 5282], - [68, -156], - [67, -51], - [84, 6], - [54, -168], - [19, -28], - [55, 7] - ], - [ - [8315, 4200], - [-9, -28], - [36, -95], - [43, -76], - [10, -79], - [35, -43], - [85, -11], - [-42, -68] - ], - [ - [8431, 4681], - [-22, -44], - [26, -24] - ], - [ - [8435, 4613], - [-30, -46], - [23, -103], - [-16, -102], - [-61, -54], - [-4, -66], - [-20, -14] - ], - [ - [8299, 4759], - [1, -25], - [75, -75], - [56, 22] - ], - [ - [9457, 3529], - [38, 40], - [-37, 90], - [52, 19], - [64, 46], - [11, 28], - [161, 77], - [30, -85], - [28, -18], - [25, -63], - [-28, -75], - [63, -37], - [91, 0], - [83, -28], - [72, -49], - [-29, -75], - [8, -30], - [102, -165], - [66, -30] - ], - [ - [9706, 5095], - [151, 1], - [122, 32] - ], - [ - [9979, 5128], - [-81, -68], - [-19, -43], - [-7, -195], - [-38, -14], - [-19, -57], - [11, -73], - [40, -37], - [-2, -36] - ], - [ - [9864, 4605], - [-82, -24] - ], - [ - [9782, 4581], - [-30, 79], - [-48, -77], - [-87, 118], - [-37, -14], - [-35, -95], - [-47, -79], - [-32, -32], - [-57, 11], - [-165, -27], - [-8, 31], - [-43, -4], - [22, -60], - [-34, -66], - [-41, -19], - [-7, -37], - [26, -55], - [-22, -66], - [-21, -156], - [29, -91], - [-44, -77], - [6, -31] - ], - [ - [9107, 3834], - [-33, -49], - [-4, -46] - ], - [ - [8435, 4613], - [50, 41], - [-3, -69], - [87, -52], - [14, -30], - [-6, -92], - [27, -26], - [17, -79], - [57, 15], - [1, -45], - [53, 34], - [27, 108], - [-7, 107], - [36, 43], - [-41, 33], - [-44, 78], - [4, 49], - [-30, 103], - [19, 44] - ], - [ - [8696, 4875], - [60, 87], - [11, 104], - [-62, 5], - [-93, 42], - [-40, -18] - ], - [ - [8418, 5520], - [240, -1], - [14, 25], - [71, 4], - [46, -31] - ], - [ - [8789, 5517], - [35, -59], - [8, -125], - [0, -204], - [49, -3], - [-3, -45], - [118, 25], - [47, -48], - [90, 38] - ], - [ - [9133, 5096], - [-14, -66], - [-33, -33], - [-5, -81], - [13, -46], - [-6, -65], - [119, -48], - [108, 42], - [27, -1], - [46, 67], - [30, 10], - [18, -47], - [52, 48], - [51, -22], - [44, 28], - [25, 85], - [97, 84], - [1, 44] - ], - [ - [10427, 8361], - [-7, -13], - [52, -171], - [-1, -76], - [-13, -66], - [13, -164], - [-3, -155], - [-52, -77], - [-15, -109], - [53, -56], - [33, -182], - [-22, -23] - ], - [ - [10465, 7269], - [-86, 1], - [-78, 19], - [-10, -39], - [18, -98], - [66, -61], - [-30, -34], - [-8, -160], - [-61, 9], - [-144, 56] - ], - [ - [10132, 6962], - [-9, 19], - [-103, 20], - [-54, -17], - [-24, 22], - [-56, -10], - [-51, 62], - [-63, -1] - ], - [ - [9772, 7057], - [30, 84], - [-34, 20], - [-71, 96], - [-14, 49], - [-40, 64], - [-81, -114], - [-85, 1], - [-125, 35], - [-59, 58], - [-48, -22], - [-36, 39], - [-50, -3], - [-32, -30], - [-68, 24], - [-96, 2], - [-12, 24], - [-62, 18], - [-70, -3], - [-69, 44], - [-91, -12], - [-81, 34], - [-4, 29], - [-123, 41], - [-44, 57], - [-43, 2] - ], - [ - [9298, 8233], - [-58, -114], - [-24, -76], - [21, -32], - [-17, -65], - [33, -86], - [71, -7], - [18, -78], - [72, -44], - [45, 27], - [91, 12], - [-48, 57], - [48, 59], - [45, 135], - [-28, 127], - [-27, 27], - [-4, 69] - ], - [ - [9300, 5936], - [-11, -35], - [-85, -15], - [-35, -86], - [-51, 53], - [-46, 2], - [10, -78], - [-40, -62], - [-51, -39], - [-143, 21], - [-87, -130], - [28, -50] - ], - [ - [8197, 6600], - [51, -36], - [70, -85], - [109, -12], - [-23, -72], - [51, -22], - [41, -69], - [69, 78], - [54, -2], - [-11, 42], - [56, 39], - [42, -11], - [95, -61], - [24, 80], - [55, -41], - [73, -4], - [46, -55] - ], - [ - [8999, 6369], - [69, -125], - [54, -4], - [25, -33], - [74, -177], - [79, -94] - ], - [ - [9133, 5096], - [36, 19], - [-18, 120], - [92, -19], - [24, 22], - [-2, 109], - [95, -5], - [82, 16], - [44, -68], - [37, 2], - [3, -57], - [107, 5], - [43, -51], - [-33, -85], - [63, -9] - ], - [ - [9658, 5827], - [2, 34], - [112, 5], - [34, 23], - [122, 246] - ], - [ - [9928, 6135], - [72, -31], - [10, 32], - [178, -81], - [43, 16], - [33, 81], - [46, -34], - [-10, -23], - [145, -61], - [24, 12], - [53, -98], - [24, -26], - [64, -118], - [0, -41], - [77, -15], - [38, -74] - ], - [ - [10725, 5674], - [15, -187], - [-22, -208], - [76, -43] - ], - [ - [10794, 5236], - [-45, -44], - [-152, -13], - [4, -70], - [-71, -41], - [-31, -35], - [-50, 45], - [-144, 55] - ], - [ - [10305, 5133], - [6, 94], - [49, 23], - [31, 115], - [-27, 47], - [-97, 82], - [-1, 52], - [-69, 62], - [-164, -15], - [24, -115], - [-157, 33], - [-64, -24], - [-25, 21], - [-13, 103], - [-37, 23], - [-27, 87], - [-74, 15], - [-2, 91] - ], - [ - [10794, 5236], - [64, -44], - [31, -50], - [83, -4] - ], - [ - [10692, 4767], - [-61, 11], - [3, -41], - [-119, 16], - [-44, -20], - [-22, -41], - [-67, 6], - [-31, 33], - [-62, -50], - [44, -22], - [17, -51], - [-102, -59], - [-91, 2], - [-50, 58], - [-63, -47], - [-167, -9], - [-13, 52] - ], - [ - [9979, 5128], - [80, 4], - [53, -15], - [34, 23], - [71, 10], - [42, -52], - [46, 35] - ], - [ - [8431, 4681], - [7, 36], - [55, 69], - [48, 18], - [59, 71], - [70, 40], - [26, -40] - ], - [ - [9928, 6135], - [-56, 61], - [24, 51], - [-11, 60], - [25, 133], - [-10, 10], - [84, 114], - [36, 20], - [85, 5], - [62, 40], - [16, 57], - [-60, -3], - [-66, 55], - [9, 118], - [66, 106] - ], - [ - [10465, 7269], - [39, -22], - [9, -35], - [41, -33], - [-4, -37], - [111, -50], - [38, -82], - [47, -1], - [26, 21], - [183, 5], - [58, 25], - [71, -24], - [12, -42], - [55, -1] - ], - [ - [11151, 6993], - [-22, -51], - [-28, 3], - [-14, -72], - [-49, -26], - [-34, -58], - [3, -47], - [39, -41], - [96, -44], - [42, -52], - [5, -45], - [-26, -127], - [-49, 5], - [-6, 41], - [-58, 52], - [-86, 16], - [-42, 65], - [-46, -42], - [-36, -108], - [20, -43], - [26, -173], - [-16, -93], - [41, -226], - [-17, -79], - [69, 30], - [39, -1], - [11, -62], - [78, -4], - [-9, -46], - [-81, -46], - [-91, 11], - [-122, -13], - [-63, -43] - ], - [ - [9772, 7057], - [-23, -47], - [-79, 55], - [-81, -1], - [-56, 22], - [0, -97], - [-128, -24], - [8, -86], - [-29, -113], - [-35, -76], - [-15, -92], - [17, -42], - [-92, 21], - [-43, -8], - [-99, -80], - [-61, 1], - [-57, -121] - ], - [ - [9107, 3834], - [34, 30], - [84, 20], - [40, -35], - [63, -1], - [103, -27], - [48, 43], - [29, -4], - [44, 43], - [92, -10], - [10, 102], - [-117, 53], - [-22, 49], - [87, 0], - [25, 85], - [35, 47], - [12, 46], - [53, 66], - [-13, 47], - [-7, 99], - [19, 45], - [56, 49] - ], - [ - [9658, 5827], - [-101, -2], - [-4, 28], - [-135, 58], - [-44, -2], - [-74, 27] - ], - [ - [1595, 16432], - [-52, -126], - [-90, -70], - [-41, -57], - [23, -60], - [-53, -99], - [72, -43], - [19, 70], - [74, -26], - [19, 47], - [109, -50], - [-13, -22], - [-15, -116], - [22, -143], - [61, -31] - ], - [ - [1730, 15706], - [-6, -37], - [-103, 74], - [-25, -40], - [-47, 20], - [22, 44], - [-60, 0], - [-122, -34], - [-77, -32], - [-47, -46], - [-40, -16], - [-56, 28], - [-59, -45] - ], - [ - [1110, 15622], - [-63, 2], - [-47, -14], - [-69, 55], - [20, 30], - [-55, 39] - ], - [ - [896, 15734], - [143, 5], - [13, 53], - [-19, 53], - [0, 86], - [-38, 51], - [41, 244], - [25, 41], - [-54, 41], - [22, 41], - [60, 6], - [-5, 59], - [91, 127] - ], - [ - [1175, 16541], - [63, -62], - [37, 25], - [-51, 46] - ], - [ - [1224, 16550], - [27, 37], - [76, -62], - [216, -37], - [52, -56] - ], - [ - [944, 15367], - [-68, -77], - [10, -82], - [28, -11], - [-23, -54], - [-41, -41], - [3, -70], - [-54, -2], - [-214, -172], - [-22, -34], - [-67, 105], - [-19, 126], - [-50, 43], - [-121, -6], - [-104, -33] - ], - [ - [202, 15059], - [-9, 38], - [21, 38], - [7, 97], - [-18, 83], - [3, 95], - [125, 34], - [4, 35], - [101, -9], - [75, 27], - [81, -8], - [92, 14], - [49, 71], - [-6, 47], - [-28, 56], - [78, 8], - [20, 22], - [82, -19], - [17, 46] - ], - [ - [1110, 15622], - [-46, -72], - [14, -23], - [90, -6], - [-160, -83], - [-64, -71] - ], - [ - [1803, 13017], - [-60, 16], - [-24, -34], - [-53, 3], - [-19, 112] - ], - [ - [1647, 13114], - [-28, 44], - [-62, -4], - [-22, 30], - [-48, 2], - [-62, 43], - [46, 27], - [-89, 55], - [-20, 41], - [-56, 47], - [-13, 66], - [52, -11], - [59, 112], - [0, 28], - [-132, 176], - [-57, 31], - [-39, -84], - [-42, 2], - [-38, 39], - [15, 45], - [-18, 49], - [-29, 23], - [31, 36] - ], - [ - [1095, 13911], - [35, 5], - [115, 89], - [31, -20], - [44, 24], - [47, -15], - [28, 66], - [92, 27], - [12, 103], - [24, 24] - ], - [ - [1523, 14214], - [23, 69] - ], - [ - [1546, 14283], - [151, -45], - [70, 63], - [73, 26], - [26, 77], - [54, 17], - [92, 4], - [42, 35] - ], - [ - [2054, 14460], - [108, -42], - [107, -13], - [58, -27], - [17, -31], - [88, -26], - [86, -5] - ], - [ - [2390, 14028], - [-30, -63], - [-56, -5], - [-12, -34], - [-93, -13], - [15, -71], - [-26, -27], - [-49, 6], - [26, -94], - [-15, -44], - [-86, -44], - [9, -39], - [-30, -76], - [-84, -87], - [-48, -15], - [-92, -5], - [-41, -72], - [-38, -10], - [15, -52], - [-37, -29], - [11, -66], - [41, -26], - [-8, -67], - [41, -78] - ], - [ - [1878, 12692], - [-43, 43], - [20, 45], - [-10, 96], - [21, 61], - [-20, 61], - [-43, 19] - ], - [ - [1595, 16432], - [130, -136], - [69, -53], - [97, -37], - [131, -78], - [110, -103], - [97, -65] - ], - [ - [2229, 15960], - [-40, -27], - [-21, -61], - [-32, 18], - [-37, -61], - [-10, -58], - [-116, 1], - [-53, 69], - [-66, 8], - [-111, -21], - [6, -80], - [-19, -42] - ], - [ - [1175, 16541], - [49, 9] - ], - [ - [2229, 15960], - [7, -5], - [309, -37], - [80, -34], - [51, -54], - [34, -88], - [-32, -107], - [-28, -51], - [-66, -83], - [-15, -40], - [-124, -39], - [-35, 12], - [-170, -45], - [-137, -48], - [-51, -57], - [-41, -189], - [-32, -77], - [8, -55], - [-57, -109], - [-37, -98], - [2, -49], - [56, -152], - [53, -68], - [50, -27] - ], - [ - [1546, 14283], - [1, 62], - [88, 121], - [-50, 66], - [-28, 12], - [-11, 127], - [-60, 2], - [71, 180], - [-77, 14], - [-66, 48], - [-21, 43], - [-40, -12], - [-61, -45] - ], - [ - [1292, 14901], - [-70, -16], - [-9, 86], - [36, 17], - [44, 71], - [1, 35], - [-40, 31], - [63, 87], - [-139, 113], - [-68, 44], - [-67, -9], - [-99, 7] - ], - [ - [1647, 13114], - [-65, -46], - [-6, -51], - [-26, -25], - [-139, -78], - [-63, 19], - [-17, 61], - [42, 37], - [-10, 126], - [-24, 11], - [-43, -79], - [-143, -130], - [-91, 54], - [-83, 0], - [-41, 33], - [-39, -108], - [6, -47], - [45, -41], - [39, -6], - [-29, -61], - [6, -39], - [-35, -12], - [-43, -62], - [-22, -104], - [12, -61], - [-17, -102] - ], - [ - [861, 12403], - [-87, -13], - [-81, 55], - [-105, 250], - [-20, 73], - [5, 67], - [-50, 80], - [-9, 71], - [33, 86], - [-35, 39], - [25, 52], - [-20, 98], - [-26, 41], - [37, 44], - [2, 33], - [-60, 102], - [-69, 8], - [-76, 82] - ], - [ - [325, 13571], - [37, 48], - [45, 92], - [16, 57], - [51, 48], - [64, -4], - [84, 98], - [119, 86], - [20, -51], - [42, 19], - [-8, -62], - [61, -21], - [78, 92], - [48, 23], - [54, -55], - [39, 23], - [20, -53] - ], - [ - [615, 14352], - [79, -46], - [6, -32], - [52, -14], - [63, 22], - [42, -109], - [124, -19], - [98, 23], - [39, 58], - [90, -5], - [175, 44], - [29, 0], - [111, -60] - ], - [ - [325, 13571], - [-59, 26], - [-66, 98], - [-13, 114], - [-25, 113], - [4, 99], - [-60, 74], - [-106, 231], - [14, 77], - [37, 43] - ], - [ - [51, 14446], - [159, 41], - [-7, -45], - [39, -86], - [53, -16], - [97, 3], - [41, -38], - [66, -13], - [82, 19], - [34, 41] - ], - [ - [615, 14352], - [-23, 38], - [112, 68], - [-30, 68], - [75, 8], - [42, -39], - [100, 25], - [50, -21], - [38, 26], - [58, 77], - [-28, 15], - [42, 81], - [-85, 9], - [12, 58], - [266, 95], - [48, 41] - ], - [ - [51, 14446], - [37, 92], - [59, 343], - [-24, 98], - [74, 62], - [5, 18] - ], - [ - [1536, 11973], - [-59, 16], - [-37, 33], - [-170, -6], - [-51, 47], - [-23, 129], - [-88, 41], - [-44, -29], - [-117, 42], - [-25, 25], - [-18, 69], - [-43, 63] - ], - [ - [5574, 12975], - [4, 96], - [-38, 4], - [-109, 41], - [-11, -29], - [-109, 39], - [0, 47], - [-81, 36], - [14, 93] - ], - [ - [5244, 13302], - [54, -15], - [53, 63], - [93, 49], - [78, -2], - [110, 45], - [103, 91], - [42, -6], - [32, 56], - [9, 180], - [84, 145], - [35, 112] - ], - [ - [5937, 14020], - [38, -9] - ], - [ - [5975, 14011], - [-10, -47], - [-37, -67], - [9, -43], - [78, -35], - [108, -72], - [-48, -45], - [84, -24], - [-12, -48], - [68, -14], - [-8, -130], - [45, -38], - [-15, -118], - [53, -32], - [-22, -60], - [68, -26], - [-5, -23] - ], - [ - [6331, 13189], - [-7, -37], - [-87, 21], - [-43, -66], - [-129, -25], - [-159, 42], - [-50, -71], - [-44, -33], - [-28, -88], - [-127, 40], - [-14, -32], - [-69, 35] - ], - [ - [5519, 12785], - [-34, 17], - [-43, -75], - [-13, -156], - [-123, 28], - [-136, 67], - [-78, 72], - [-27, -31] - ], - [ - [5065, 12707], - [-30, 22] - ], - [ - [4893, 13544], - [148, -64], - [10, -42], - [170, -90], - [23, -46] - ], - [ - [5574, 12975], - [-46, -98], - [26, -18], - [-35, -74] - ], - [ - [6553, 13121], - [-154, 28], - [-68, 40] - ], - [ - [5975, 14011], - [136, -26], - [259, -33], - [192, -78], - [122, -43], - [143, -107], - [80, -9], - [239, -95], - [100, 11], - [223, 38], - [18, 8], - [234, 40], - [18, -2] - ], - [ - [5065, 12707], - [-51, -114], - [2, -40] - ], - [ - [5016, 12553], - [-99, -52], - [5, -43], - [-53, -27], - [-94, -160], - [-32, -28], - [68, -76], - [22, -75], - [-2, -64], - [39, -43], - [21, -67], - [-73, -25], - [-32, -46], - [-109, -27], - [-44, 40], - [-70, -32], - [-40, -49], - [-56, -8], - [-81, -100], - [-17, -42], - [-62, 6], - [-57, -58], - [30, -81], - [-91, -88], - [-5, -126], - [-31, -27] - ], - [ - [5519, 12785], - [78, -84], - [57, -45], - [17, -37], - [85, -14], - [36, -26], - [-13, -94], - [14, -87], - [23, -53], - [-32, -14], - [-34, -69], - [0, -88], - [40, -7], - [1, -53], - [63, -23], - [-29, -121], - [-35, -13], - [-75, -70], - [-6, -71], - [-54, 10], - [-63, 35], - [-12, -53] - ], - [ - [5580, 11808], - [-43, 53], - [-65, -34], - [-27, 38], - [-27, 110], - [-133, 72], - [-46, 15], - [-71, 63], - [18, 40], - [-8, 41], - [-120, 65], - [18, 38], - [-47, 122], - [-13, 122] - ], - [ - [5008, 14225], - [134, 45], - [198, 23], - [162, -19], - [38, -79], - [65, -34], - [113, -23], - [81, -54], - [138, -64] - ], - [ - [5690, 10193], - [35, 75], - [10, 51], - [-24, 50], - [-26, 119], - [39, 80], - [113, 9], - [11, -58], - [55, -7], - [-3, 78], - [67, 22], - [40, -4], - [17, 35], - [-31, 37], - [-37, 94], - [-39, 29], - [-23, 46], - [-62, 48], - [68, 134], - [37, 19], - [-30, 40], - [-3, 62], - [-46, 48], - [5, 70] - ], - [ - [5863, 11270], - [64, 17], - [49, -13] - ], - [ - [5976, 11274], - [99, -73], - [53, -15], - [66, 2], - [122, 113] - ], - [ - [5976, 11274], - [26, 28], - [-22, 35], - [21, 43], - [-1, 62], - [36, 82], - [-94, 22], - [-91, -53], - [-59, 72], - [-117, 114], - [-14, 43], - [-73, 15], - [-8, 71] - ], - [ - [5863, 11270], - [-45, 26], - [-56, -14], - [-17, 37], - [-85, 19], - [-16, -65], - [-64, -49], - [12, -53], - [-38, 0], - [-27, -37], - [-65, 27], - [-53, 3], - [-29, 73], - [-59, -75], - [-45, 13], - [-32, 36], - [-36, -8], - [-65, -62], - [-14, 4], - [-45, -97], - [-15, -74], - [-93, -49], - [13, -40], - [-53, -99], - [42, -90], - [56, -61], - [-29, -30], - [38, -95], - [-64, -49], - [-113, -26], - [-65, 20], - [-12, 92], - [-33, -14], - [-73, 40], - [30, 53], - [-27, 45], - [-51, 49], - [-18, -45], - [-84, -10], - [-28, -24], - [-5, -58], - [-57, -8] - ], - [ - [13978, 6295], - [-48, 1], - [-30, -60], - [-62, 17], - [-18, 44], - [-36, 27], - [-56, 95], - [-36, 39], - [-124, -4], - [-30, -102], - [-44, 13], - [-27, -38], - [-52, 27], - [-59, -27], - [-64, 6], - [9, -47], - [-50, -28], - [-93, -7], - [9, -48], - [-62, -30], - [-17, -63], - [54, -126], - [43, -30], - [74, -24], - [39, 43], - [88, -48], - [23, -92], - [-48, -45] - ], - [ - [13361, 5788], - [-70, -19], - [-64, 39], - [-35, 48], - [-89, 18], - [-71, 35], - [-34, -7], - [-91, -142], - [-37, -21], - [40, -97], - [5, -54], - [-81, -62], - [-8, -58], - [-30, -94] - ], - [ - [12723, 5339], - [-35, 4], - [-96, 65], - [-24, -7], - [-84, -84], - [-117, 83], - [-17, -14], - [-58, 41], - [16, 76], - [-93, 65], - [114, 74], - [29, -2], - [9, 87], - [26, -5], - [32, 94], - [-13, 111], - [-52, 61], - [-33, -34], - [-81, -29], - [-20, -28], - [-36, 55], - [-81, 19], - [-6, 78], - [-48, 33], - [68, 152], - [49, 10], - [24, 33], - [-112, -4], - [-130, 59], - [-70, -25], - [-120, 8] - ], - [ - [11764, 6315], - [21, 15], - [-4, 64], - [50, -13], - [57, 31], - [-37, 43], - [-28, 83], - [-48, 5], - [15, 58], - [-48, 12], - [-35, 47], - [-42, -3], - [-77, 30], - [-65, 80], - [-25, 155] - ], - [ - [11498, 6922], - [27, 27], - [73, -11], - [22, -48], - [91, -1], - [55, 51], - [73, 4], - [84, 97], - [13, 89], - [54, 21], - [75, -17], - [134, -55], - [39, 19], - [45, -82], - [51, -45], - [87, 14], - [38, 33], - [48, 68] - ], - [ - [12507, 7086], - [69, 15], - [15, 39], - [67, 25], - [21, 43], - [87, -34], - [68, 18], - [76, -39], - [71, 14], - [13, 56], - [91, 23], - [29, 75], - [57, -23] - ], - [ - [13171, 7298], - [49, 0], - [53, 24], - [29, -75], - [154, 59], - [56, 52], - [61, -31], - [87, 52] - ], - [ - [13660, 7379], - [62, -24] - ], - [ - [13361, 5788], - [37, -28], - [25, -79], - [46, 7], - [15, -98], - [38, -41], - [148, -43] - ], - [ - [13670, 5506], - [-11, -101], - [-85, -47], - [-85, 21], - [-38, -63], - [-79, 31], - [-30, -18], - [13, -132], - [60, -80], - [19, -47], - [76, -116], - [-19, -87], - [68, -104], - [11, -43] - ], - [ - [11764, 6315], - [-39, -49], - [-51, -9], - [-47, -32], - [4, -37], - [-48, -33], - [-109, 49], - [-28, -29], - [23, -99], - [-22, -13], - [-6, -73], - [-27, -30], - [-17, -113], - [-29, -41], - [20, -60], - [49, 11], - [49, -26], - [-3, -116], - [-16, -122], - [-32, 23], - [-27, -35], - [20, -36], - [22, -121], - [-29, -42] - ], - [ - [11151, 6993], - [67, 6], - [37, -44], - [47, 1], - [16, 32], - [-10, 45], - [59, 12], - [23, 25] - ], - [ - [11390, 7070], - [87, -72], - [21, -76] - ], - [ - [13171, 7298], - [11, 86], - [-25, 23], - [-21, 85], - [87, 51], - [61, 102], - [-38, 122], - [-4, 55] - ], - [ - [13242, 7822], - [-18, 39], - [33, 25], - [111, -6], - [33, 39], - [67, -64], - [61, -40], - [82, -32], - [69, -44], - [-11, -29], - [-71, -63], - [50, -66], - [2, -132], - [10, -70] - ], - [ - [13242, 7822], - [-123, 2], - [34, 43], - [-18, 41], - [-38, 32], - [-31, 108], - [9, 55], - [-67, 89], - [-33, -18], - [-39, 76], - [-32, -2], - [-69, 171] - ], - [ - [12268, 8457], - [50, -64], - [-39, -58], - [-6, -114], - [89, -36], - [35, 0], - [-12, -106], - [64, -119], - [-3, -92], - [-56, -66], - [16, -82], - [-64, 5], - [-22, -21], - [40, -230], - [-6, -95], - [85, -44], - [30, -57], - [41, 16], - [40, -17], - [-21, -59], - [10, -40], - [-44, -41], - [12, -51] - ], - [ - [11390, 7070], - [-17, 52], - [-48, -8], - [-34, 30], - [-29, 74], - [28, 58], - [4, 80], - [53, 92], - [83, 34], - [22, 125], - [39, 54], - [0, 115], - [-53, 78], - [-34, -10], - [-61, 129], - [-40, 40], - [-40, 76], - [-45, 24], - [-61, 180], - [56, 65], - [-21, 93], - [13, 105], - [-24, 46], - [-70, 22], - [-8, 23] - ], - [ - [14874, 5116], - [-18, 29], - [-102, -21], - [-61, 17], - [-38, 49], - [-45, -8], - [-134, -55], - [-67, -5], - [-74, 46], - [-55, -20], - [-126, 70], - [-3, 21], - [-93, 38], - [-8, 29], - [-85, -13], - [-53, -41], - [-68, 52], - [25, 68], - [-1, 47], - [-93, 79], - [-49, 18], - [-56, -10] - ] - ], - "transform": { - "scale": [0.0002541612516265452, 0.00017967884493880738], - "translate": [22.3571305, 41.2353299990001] - }, - "objects": { - "bulgaria": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4, 5, 6]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLV20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67338", - "NAME_1": "SLV", - "TYPE_1": "Област", - "ID_2": "67338", - "NAME_2": "Сливен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[7, 8, 9, -4]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLV24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67338", - "NAME_1": "SLV", - "TYPE_1": "Област", - "ID_2": "72165", - "NAME_2": "Твърдица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[10, -7, 11, 12, 13, 14]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLV11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67338", - "NAME_1": "SLV", - "TYPE_1": "Област", - "ID_2": "39030", - "NAME_2": "Котел", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-3, 15, 16, 17, 18, -8]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLV16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67338", - "NAME_1": "SLV", - "TYPE_1": "Област", - "ID_2": "51809", - "NAME_2": "Нова Загора", - "TYPE_2": "Община" - } - }, - { - "arcs": [[19, 20, 21, 22, 23, 24]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "40422", - "NAME_2": "Кубрат", - "TYPE_2": "Община" - } - }, - { - "arcs": [[25, 26, 27, 28, 29]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ36", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "77308", - "NAME_2": "Цар Калоян", - "TYPE_2": "Община" - } - }, - { - "arcs": [[30, 31, 32, 33]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "44166", - "NAME_2": "Лозница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-30, 34, -20, 35, 36, 37, -34, 38, 39]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "61710", - "NAME_2": "Разград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[40, 41, -37, 42, 43, 44]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "32874", - "NAME_2": "Исперих", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-43, -36, -25, 45, 46]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "30065", - "NAME_2": "Завет", - "TYPE_2": "Община" - } - }, - { - "arcs": [[47, -31, -38, -42, 48, 49]], - "type": "Polygon", - "properties": { - "ISO": "BG-RAZ29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "61710", - "NAME_1": "RAZ", - "TYPE_1": "Област", - "ID_2": "65276", - "NAME_2": "Самуил", - "TYPE_2": "Община" - } - }, - { - "arcs": [[50, 51, 52, 53, 54, 55]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "23409", - "NAME_2": "Драгоман", - "TYPE_2": "Община" - } - }, - { - "arcs": [[56, 57, 58, 59, 60, 61, 62, 63]], - "type": "Polygon", - "properties": { - "ISO": "BG-SOF46", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SOF", - "TYPE_1": "Област", - "ID_2": "68134", - "NAME_2": "Столична", - "TYPE_2": "Община" - } - }, - { - "arcs": [[64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, -62]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO39", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "65231", - "NAME_2": "Самоков", - "TYPE_2": "Община" - } - }, - { - "arcs": [[76, -58, 77, 78, 79, 80, 81]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO43", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "65869", - "NAME_2": "Своге", - "TYPE_2": "Община" - } - }, - { - "arcs": [[82, 83, 84, 85]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO58", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "80323", - "NAME_2": "Челопеч", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-60, 86, 87, 88, 89]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "27303", - "NAME_2": "Елин Пелин", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-67, 90]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO59", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "22006", - "NAME_2": "Долна баня", - "TYPE_2": "Община" - } - }, - { - "arcs": [[91, 92, 93, 94, 95, 96]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "38558", - "NAME_2": "Копривщица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[97, -68, -91, -66, 98, 99, 100, 101]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO25", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "38902", - "NAME_2": "Костенец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[102, 103, 104, 105, -64]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "5027", - "NAME_2": "Божурище", - "TYPE_2": "Община" - } - }, - { - "arcs": [[106, -97, 107, 108]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO54", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "504", - "NAME_2": "Антон", - "TYPE_2": "Община" - } - }, - { - "arcs": [[109, 110, -86, 111, 112, 113, 114]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "27632", - "NAME_2": "Етрополе", - "TYPE_2": "Община" - } - }, - { - "arcs": [[115, 116, 117, 118, -84]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO57", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "80011", - "NAME_2": "Чавдар", - "TYPE_2": "Община" - } - }, - { - "arcs": [[119, 120, 121, -115, 122]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO34", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "58030", - "NAME_2": "Правец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-79, 123, -53, 124, 125, 126]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "15309", - "NAME_2": "Годеч", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-65, -61, -90, 127, 128, 129, -99]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "32901", - "NAME_2": "Ихтиман", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[-116, -83, -111, 130, 131, 132]], [[-118, 133, 134]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-SFO47", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "31044", - "NAME_2": "Златица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-96, 135, -132, 136, -108]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO55", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "56407", - "NAME_2": "Пирдоп", - "TYPE_2": "Община" - } - }, - { - "arcs": [[137, -113, 138, -88]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "16314", - "NAME_2": "Горна Малина", - "TYPE_2": "Община" - } - }, - { - "arcs": [[139, -55, 140, -105]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO45", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "67372", - "NAME_2": "Сливница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-123, -114, -138, -87, -59, -77, 141, 142]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "5815", - "NAME_2": "Ботевград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[143, -128, -89, -139, -112, -85, -119, -135]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO56", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "48324", - "NAME_2": "Мирково", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-57, -106, -141, -54, -124, -78]], - "type": "Polygon", - "properties": { - "ISO": "BG-SFO26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68134", - "NAME_1": "SFO", - "TYPE_1": "Област", - "ID_2": "38978", - "NAME_2": "Костинброд", - "TYPE_2": "Община" - } - }, - { - "arcs": [[144, 145, 146, 147]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "58222", - "NAME_2": "Велики Преслав", - "TYPE_2": "Община" - } - }, - { - "arcs": [[148, 149, 150, -49, -41, 151, 152, 153]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "36079", - "NAME_2": "Каолиново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[154, 155, -148, 156, 157, 158, 159]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU30", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "83510", - "NAME_2": "Шумен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[160, -154, 161, 162, 163]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "51651", - "NAME_2": "Никола Козлево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-50, -151, 164]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "10642", - "NAME_2": "Венец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[165, 166, 167, -145, -156, 168, 169]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU25", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "67708", - "NAME_2": "Смядово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[170, 171, -159, 172, -149, -161, 173]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "52009", - "NAME_2": "Нови пазар", - "TYPE_2": "Община" - } - }, - { - "arcs": [[174, 175, -160, -172]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU19", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "36587", - "NAME_2": "Каспичан", - "TYPE_2": "Община" - } - }, - { - "arcs": [[176, -146, -168, 177, -14, 178]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "12766", - "NAME_2": "Върбица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-165, -150, -173, -158, 179, -32, -48]], - "type": "Polygon", - "properties": { - "ISO": "BG-SHU11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "83510", - "NAME_1": "SHU", - "TYPE_1": "Област", - "ID_2": "14516", - "NAME_2": "Хитрино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[180, 181, 182, 183]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "37513", - "NAME_2": "Ковачевци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-76, 184, -182, 185, -103, -63]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "55871", - "NAME_2": "Перник", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-104, -186, -181, 186, 187, -56, -140]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "6286", - "NAME_2": "Брезник", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-184, 188, 189, 190, 191, -187]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER19", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "30778", - "NAME_2": "Земен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-188, -192, 192, 193, -51]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER51", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "73273", - "NAME_2": "Трън", - "TYPE_2": "Община" - } - }, - { - "arcs": [[194, 195, 196, -189, -183, -185, -75]], - "type": "Polygon", - "properties": { - "ISO": "BG-PER36", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55871", - "NAME_1": "PER", - "TYPE_1": "Област", - "ID_2": "61577", - "NAME_2": "Радомир", - "TYPE_2": "Община" - } - }, - { - "arcs": [[197, 198, 199, 200, 201, 202]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "46045", - "NAME_2": "Мадан", - "TYPE_2": "Община" - } - }, - { - "arcs": [[203, 204, 205, 206, 207]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "23025", - "NAME_2": "Доспат", - "TYPE_2": "Община" - } - }, - { - "arcs": [[208, -198, 209, 210]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "63207", - "NAME_2": "Рудозем", - "TYPE_2": "Община" - } - }, - { - "arcs": [[211, 212, 213, 214, 215]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML38", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "80371", - "NAME_2": "Чепеларе", - "TYPE_2": "Община" - } - }, - { - "arcs": [[216, -207, 217, 218]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "5462", - "NAME_2": "Борино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[219, 220, -200, 221, 222, 223]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "44402", - "NAME_2": "Баните", - "TYPE_2": "Община" - } - }, - { - "arcs": [[224, 225, -210, -203, 226, 227]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "31111", - "NAME_2": "Златоград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[228, -227, -202, 229]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "51319", - "NAME_2": "Неделино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[230, 231, -219, 232, 233, 234, 235, -212]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "20465", - "NAME_2": "Девин", - "TYPE_2": "Община" - } - }, - { - "arcs": [[236, -222, -199, -209, 237, -231, -216]], - "type": "Polygon", - "properties": { - "ISO": "BG-SML31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "67653", - "NAME_1": "SML", - "TYPE_1": "Област", - "ID_2": "67653", - "NAME_2": "Смолян", - "TYPE_2": "Община" - } - }, - { - "arcs": [[238, 239, 240, 241, 242]], - "type": "Polygon", - "properties": { - "ISO": "BG-JAM07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "87374", - "NAME_1": "JAM", - "TYPE_1": "Област", - "ID_2": "27382", - "NAME_2": "Елхово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[243, -241, 244, 245, -16, -2], [246]], - "type": "Polygon", - "properties": { - "ISO": "BG-JAM25", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "87374", - "NAME_1": "JAM", - "TYPE_1": "Област", - "ID_2": "87374", - "NAME_2": "Тунджа", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-247]], - "type": "Polygon", - "properties": { - "ISO": "BG-JAM26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "87374", - "NAME_1": "JAM", - "TYPE_1": "Област", - "ID_2": "87374", - "NAME_2": "Ямбол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-242, -244, -1, -11, 247, 248, 249, 250]], - "type": "Polygon", - "properties": { - "ISO": "BG-JAM22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "87374", - "NAME_1": "JAM", - "TYPE_1": "Област", - "ID_2": "69660", - "NAME_2": "Стралджа", - "TYPE_2": "Община" - } - }, - { - "arcs": [[251, -243, -251, 252]], - "type": "Polygon", - "properties": { - "ISO": "BG-JAM03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "87374", - "NAME_1": "JAM", - "TYPE_1": "Област", - "ID_2": "5284", - "NAME_2": "Болярово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[253, -80, 254, 255]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "12961", - "NAME_2": "Вършец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[256, 257, 258, 259, 260, 261, 262]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "44238", - "NAME_2": "Лом", - "TYPE_2": "Община" - } - }, - { - "arcs": [[263, 264, 265, 266, 267]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON36", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "81390", - "NAME_2": "Чипровци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-259, 268, 269, 270]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "47593", - "NAME_2": "Медковец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-260, -271, 271, 272]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "6570", - "NAME_2": "Брусарци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[273, 274, -269, -258, 275]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON38", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "87299", - "NAME_2": "Якимово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[276, -276, -257, 277, 278, 279]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "12543", - "NAME_2": "Вълчедръм", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-126, 280, -268, 281, 282]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "14773", - "NAME_2": "Георги Дамяново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-275, 283, 284, 285, -282, -267, 286, -272, -270]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "48489", - "NAME_2": "Монтана", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-127, -283, -286, 287, -255]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "3928", - "NAME_2": "Берковица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[288, 289, -284, -274, -277]], - "type": "Polygon", - "properties": { - "ISO": "BG-MON04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "48489", - "NAME_1": "MON", - "TYPE_1": "Област", - "ID_2": "5236", - "NAME_2": "Бойчиновци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[290, 291, -234, 292, 293, 294, 295, 296]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "6207", - "NAME_2": "Брацигово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[297, 298, 299, -102]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "3592", - "NAME_2": "Белово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[300, 301, 302, -298, -101, 303]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "66264", - "NAME_2": "Септември", - "TYPE_2": "Община" - } - }, - { - "arcs": [[304, -205, 305, 306, 307, 308, 309]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ39", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "70648", - "NAME_2": "Сърница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[310, 311, 312, -294]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "56277", - "NAME_2": "Пещера", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-293, -233, -218, -206, -305, 313, 314, -311]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "2837", - "NAME_2": "Батак", - "TYPE_2": "Община" - } - }, - { - "arcs": [[315, -304, -100, -130, 316]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "43369", - "NAME_2": "Лесичово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-303, 317, -314, -310, 318, 319, -299]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "10450", - "NAME_2": "Велинград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[320, 321, 322, 323, -94]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "69835", - "NAME_2": "Стрелча", - "TYPE_2": "Община" - } - }, - { - "arcs": [[324, 325, 326, -295, -313, 327, -301, -316, 328, -323]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ19", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "55155", - "NAME_2": "Пазарджик", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-302, -328, -312, -315, -318]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "62004", - "NAME_2": "Ракитово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-329, -317, -129, -144, -134, -117, -133, -136, -95, -324]], - "type": "Polygon", - "properties": { - "ISO": "BG-PAZ20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "55155", - "NAME_1": "PAZ", - "TYPE_1": "Област", - "ID_2": "55302", - "NAME_2": "Панагюрище", - "TYPE_2": "Община" - } - }, - { - "arcs": [[329, 330, 331, 332, 333, -152, -45]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "24030", - "NAME_2": "Дулово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-330, -44, -47, 334, 335, 336]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "15031", - "NAME_2": "Главиница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-46, -24, 337, 338, -335]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS34", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "73496", - "NAME_2": "Тутракан", - "TYPE_2": "Община" - } - }, - { - "arcs": [[339, 340, -332, 341, 342]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "66425", - "NAME_2": "Силистра", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-341, 343, 344, -333]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "415", - "NAME_2": "Алфатар", - "TYPE_2": "Община" - } - }, - { - "arcs": [[345, 346, -344, -340, 347]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "35242", - "NAME_2": "Кайнарджа", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-331, -337, 348, -342]], - "type": "Polygon", - "properties": { - "ISO": "BG-SLS32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "66425", - "NAME_1": "SLS", - "TYPE_1": "Област", - "ID_2": "66665", - "NAME_2": "Ситово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[349, 350, 351, 352]], - "type": "Polygon", - "properties": { - "ISO": "BG-GAB05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "14218", - "NAME_1": "GAB", - "TYPE_1": "Област", - "ID_2": "14218", - "NAME_2": "Габрово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[353, -352, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363]], - "type": "Polygon", - "properties": { - "ISO": "BG-GAB29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "14218", - "NAME_1": "GAB", - "TYPE_1": "Област", - "ID_2": "65927", - "NAME_2": "Севлиево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[364, 365, 366, -350, 367, 368]], - "type": "Polygon", - "properties": { - "ISO": "BG-GAB35", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "14218", - "NAME_1": "GAB", - "TYPE_1": "Област", - "ID_2": "73403", - "NAME_2": "Трявна", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-353, -354, 369, -368]], - "type": "Polygon", - "properties": { - "ISO": "BG-GAB12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "14218", - "NAME_1": "GAB", - "TYPE_1": "Област", - "ID_2": "23947", - "NAME_2": "Дряново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[370, 371, 372, 373, 374]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "46084", - "NAME_2": "Маджарово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[375, 376, 377, 378, 379, 380, 381]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "21052", - "NAME_2": "Димитровград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-373, 382, 383, 384]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "32024", - "NAME_2": "Ивайловград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[385, 386, 387, 388, 389, -382, 390]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV34", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "77195", - "NAME_2": "Хасково", - "TYPE_2": "Община" - } - }, - { - "arcs": [[391, 392, -376, -390]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV19", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "48297", - "NAME_2": "Минерални бани", - "TYPE_2": "Община" - } - }, - { - "arcs": [[393, -375, 394, 395, -387]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV30", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "68727", - "NAME_2": "Стамболово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-240, 396, 397, 398, 399, 400, -245]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "72761", - "NAME_2": "Тополовград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[401, 402, -398, 403]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "65677", - "NAME_2": "Свиленград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[404, -391, -381, 405, 406]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "47278", - "NAME_2": "Симеоновград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[407, -383, -372, 408, -402]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "44570", - "NAME_2": "Любимец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-399, -403, -409, -371, -394, -386, -405, 409]], - "type": "Polygon", - "properties": { - "ISO": "BG-HKV33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "77195", - "NAME_1": "HKV", - "TYPE_1": "Област", - "ID_2": "77181", - "NAME_2": "Харманли", - "TYPE_2": "Община" - } - }, - { - "arcs": [[410, 411, 412, 413, 414, 415]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "80501", - "NAME_2": "Червен бряг", - "TYPE_2": "Община" - } - }, - { - "arcs": [[416, 417, 418, 419]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "57772", - "NAME_2": "Пордим", - "TYPE_2": "Община" - } - }, - { - "arcs": [[420, 421, 422, 423, 424, 425, -418, 426, 427, 428, 429]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "56722", - "NAME_2": "Плевен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[430, -422, 431, 432]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "18099", - "NAME_2": "Гулянци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[433, -415, 434, 435, -430]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "22407", - "NAME_2": "Долни Дъбник", - "TYPE_2": "Община" - } - }, - { - "arcs": [[436, -435, -414, 437, 438]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "55782", - "NAME_2": "Искър", - "TYPE_2": "Община" - } - }, - { - "arcs": [[439, -432, -421, -436, -437, 440]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "22215", - "NAME_2": "Долна Митрополия", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[-424, 441]], [[442, 443, 444, 445, -419, -426, 446, 447]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-PVN16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "43236", - "NAME_2": "Левски", - "TYPE_2": "Община" - } - }, - { - "arcs": [[448, -438, -413, 449]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN39", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "37376", - "NAME_2": "Кнежа", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-447, -425, -442, -423, -431, 450, 451]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "51723", - "NAME_2": "Никопол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[452, -448, -452, 453]], - "type": "Polygon", - "properties": { - "ISO": "BG-PVN03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56722", - "NAME_1": "PVN", - "TYPE_1": "Област", - "ID_2": "3366", - "NAME_2": "Белене", - "TYPE_2": "Община" - } - }, - { - "arcs": [[454, 455, 456, 457]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "3719", - "NAME_2": "Белослав", - "TYPE_2": "Община" - } - }, - { - "arcs": [[458, 459, -458, 460, 461, 462]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "84", - "NAME_2": "Аврен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[463, 464, -170, 465]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "24565", - "NAME_2": "Дългопол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[466, -459, 467, -466, -169, -155, -176, 468]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "58503", - "NAME_2": "Провадия", - "TYPE_2": "Община" - } - }, - { - "arcs": [[469, 470, 471, 472]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "70175", - "NAME_2": "Суворово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-470, 473, -469, -175, -171, 474]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "10865", - "NAME_2": "Ветрино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[475, 476, 477]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "7598", - "NAME_2": "Бяла", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-456, 478, -472, 479, 480, 481, 482, 483]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "182", - "NAME_2": "Аксаково", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-484, 484, -461, -457]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "10135", - "NAME_2": "Варна", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-480, -471, -475, -174, -164, 485]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "12574", - "NAME_2": "Вълчи дол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[486, -478, 487, 488, 489, -464, -468, -463]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "21912", - "NAME_2": "Долни чифлик", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-479, -455, -460, -467, -474, -473]], - "type": "Polygon", - "properties": { - "ISO": "BG-VAR14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10135", - "NAME_1": "VAR", - "TYPE_1": "Област", - "ID_2": "20482", - "NAME_2": "Девня", - "TYPE_2": "Община" - } - }, - { - "arcs": [[490, 491, 492, 493, 494, 495, -71]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL38", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "62671", - "NAME_2": "Рила", - "TYPE_2": "Община" - } - }, - { - "arcs": [[496, 497, 498, -494]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "39116", - "NAME_2": "Кочериново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-191, 499, 500, -193]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL50", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "73047", - "NAME_2": "Трекляно", - "TYPE_2": "Община" - } - }, - { - "arcs": [[501, -73]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL41", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "65365", - "NAME_2": "Сапарева баня", - "TYPE_2": "Община" - } - }, - { - "arcs": [[502, -500, -190, -197, 503, 504]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "41112", - "NAME_2": "Кюстендил", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-504, -196, 505, 506, 507]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "4501", - "NAME_2": "Бобов дол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-74, -502, -72, -496, 508, -506, -195]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL48", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "68789", - "NAME_2": "Дупница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-495, -499, 509, -507, -509]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "4532", - "NAME_2": "Бобошево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-510, -498, 510, 511, -505, -508]], - "type": "Polygon", - "properties": { - "ISO": "BG-KNL31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "41112", - "NAME_1": "KNL", - "TYPE_1": "Област", - "ID_2": "51216", - "NAME_2": "Невестино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[512, 513, 514, 515, 516, 517, 518, -26, -40, 519]], - "type": "Polygon", - "properties": { - "ISO": "BG-TGV24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "73626", - "NAME_1": "TGV", - "TYPE_1": "Област", - "ID_2": "57649", - "NAME_2": "Попово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[520, -520, -39, -33, -180, -157, -147, -177, 521]], - "type": "Polygon", - "properties": { - "ISO": "BG-TGV35", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "73626", - "NAME_1": "TGV", - "TYPE_1": "Област", - "ID_2": "73626", - "NAME_2": "Търговище", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-12, -6, 522, 523, 524, -513, -521, 525]], - "type": "Polygon", - "properties": { - "ISO": "BG-TGV02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "73626", - "NAME_1": "TGV", - "TYPE_1": "Област", - "ID_2": "518", - "NAME_2": "Антоново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-13, -526, -522, -179]], - "type": "Polygon", - "properties": { - "ISO": "BG-TGV22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "73626", - "NAME_1": "TGV", - "TYPE_1": "Област", - "ID_2": "53535", - "NAME_2": "Омуртаг", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-27, -519, 526, 527]], - "type": "Polygon", - "properties": { - "ISO": "BG-TGV23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "73626", - "NAME_1": "TGV", - "TYPE_1": "Област", - "ID_2": "53552", - "NAME_2": "Опака", - "TYPE_2": "Община" - } - }, - { - "arcs": [[528, 529, 530]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "48619", - "NAME_2": "Царево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-248, -15, -178, -167, 531, 532]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "70247", - "NAME_2": "Сунгурларе", - "TYPE_2": "Община" - } - }, - { - "arcs": [[533, 534, 535, 536, 537]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "7079", - "NAME_2": "Бургас", - "TYPE_2": "Община" - } - }, - { - "arcs": [[538, 539, -249, -533, 540, 541]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "36525", - "NAME_2": "Карнобат", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-253, -250, -540, 542, 543, 544, 545]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "17974", - "NAME_2": "Средец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[546, 547, -535, 548, -542]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "151", - "NAME_2": "Айтос", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-490, 549, -547, -541, -532, -166, -465]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "63224", - "NAME_2": "Руен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[550, 551, -530, 552]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "58356", - "NAME_2": "Приморско", - "TYPE_2": "Община" - } - }, - { - "arcs": [[553, 554, -488, -477]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "51500", - "NAME_2": "Несебър", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-553, -529, 555, -545, 556]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "46663", - "NAME_2": "Малко Търново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[557, -543, -539, -549, -534]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "35883", - "NAME_2": "Камено", - "TYPE_2": "Община" - } - }, - { - "arcs": [[558, -551, -557, -544, -558, -538]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "67800", - "NAME_2": "Созопол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[559, -536, -548, -550, -489, -555]], - "type": "Polygon", - "properties": { - "ISO": "BG-BGS17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "7079", - "NAME_1": "BGS", - "TYPE_1": "Област", - "ID_2": "57491", - "NAME_2": "Поморие", - "TYPE_2": "Община" - } - }, - { - "arcs": [[560, 561, 562, 563]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "35064", - "NAME_2": "Каварна", - "TYPE_2": "Община" - } - }, - { - "arcs": [[564, -162, -153, -334, -345, -347, 565]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "72271", - "NAME_2": "Тервел", - "TYPE_2": "Община" - } - }, - { - "arcs": [[566, 567, -564]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB29", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "83017", - "NAME_2": "Шабла", - "TYPE_2": "Община" - } - }, - { - "arcs": [[568]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "72624", - "NAME_2": "Добрич", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-562, 569, -482, 570, 571]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "2508", - "NAME_2": "Балчик", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-572, 572, 573, 574, -567, -563]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "14711", - "NAME_2": "Генерал Тошево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-481, -486, -163, -565, 575, -573, -571], [-569]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "72624", - "NAME_2": "Добрич-селска", - "TYPE_2": "Община" - } - }, - { - "arcs": [[576, -574, -576, -566, -346]], - "type": "Polygon", - "properties": { - "ISO": "BG-DOB20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "72624", - "NAME_1": "DOB", - "TYPE_1": "Област", - "ID_2": "40097", - "NAME_2": "Крушари", - "TYPE_2": "Община" - } - }, - { - "arcs": [[577, -356, 578, 579, 580, -358]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "52218", - "NAME_2": "Априлци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[581, 582, -428, 583, 584]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV36", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "75054", - "NAME_2": "Угърчин", - "TYPE_2": "Община" - } - }, - { - "arcs": [[585, -121, 586, 587]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV38", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "87014", - "NAME_2": "Ябланица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-581, 588, 589, 590, 591, -585, 592, -359]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV34", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "73198", - "NAME_2": "Троян", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-416, -434, -429, -583, 593, -588, 594]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV19", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "44327", - "NAME_2": "Луковит", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-137, -131, -110, -122, -586, -594, -582, -592, 595, -109]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "72343", - "NAME_2": "Тетевен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-417, 596, -360, -593, -584, -427]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV18", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "43952", - "NAME_2": "Ловеч", - "TYPE_2": "Община" - } - }, - { - "arcs": [[597, -361, -597, -420, -446]], - "type": "Polygon", - "properties": { - "ISO": "BG-LOV17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "43952", - "NAME_1": "LOV", - "TYPE_1": "Област", - "ID_2": "43476", - "NAME_2": "Летница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[598, 599, 600, 601, 602, 603, 604]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG40", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "65334", - "NAME_2": "Сандански", - "TYPE_2": "Община" - } - }, - { - "arcs": [[605, 606, 607, 608]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG44", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "66460", - "NAME_2": "Симитли", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-493, 609, -609, 610, -511, -497]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "4279", - "NAME_2": "Благоевград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[611, -308, 612, 613, -602, 614, 615]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "2676", - "NAME_2": "Банско", - "TYPE_2": "Община" - } - }, - { - "arcs": [[616, 617, 618, -306, -204]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG42", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "65440", - "NAME_2": "Сатовча", - "TYPE_2": "Община" - } - }, - { - "arcs": [[619, 620, -599]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "56126", - "NAME_2": "Петрич", - "TYPE_2": "Община" - } - }, - { - "arcs": [[621, -615, -601, 622, 623, -607]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "14492", - "NAME_2": "Кресна", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-613, -307, -619, 624, 625]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "18366", - "NAME_2": "Гърмен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-616, -622, -606, -610, -492, 626]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "61813", - "NAME_2": "Разлог", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-604, 627, -625, -618, 628]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG52", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "77058", - "NAME_2": "Хаджидимово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[629, -623, -600, -621]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG49", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "69969", - "NAME_2": "Струмяни", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-603, -614, -626, -628]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG11", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "17395", - "NAME_2": "Гоце Делчев", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-69, -98, -300, -320, 630]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG53", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "87338", - "NAME_2": "Якоруда", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-491, -70, -631, -319, -309, -612, -627]], - "type": "Polygon", - "properties": { - "ISO": "BG-BLG02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "4279", - "NAME_1": "BLG", - "TYPE_1": "Област", - "ID_2": "3504", - "NAME_2": "Белица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-35, -29, 631, 632, -21]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "10803", - "NAME_2": "Ветово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[633, 634, 635, 636, 637]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "78361", - "NAME_2": "Ценово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-22, -633, 638, 639, 640]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "63427", - "NAME_2": "Русе", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[641, -517, 642, 643, -637, 644]], [[645, -515]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-RSE04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "7603", - "NAME_2": "Бяла", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-632, -28, -528, 646, 647, 648, -639]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "32095", - "NAME_2": "Иваново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[649, -648, 650, -645, -636]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "5611", - "NAME_2": "Борово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-641, 651, -338, -23]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "67444", - "NAME_2": "Сливо поле", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-527, -518, -642, -651, -647]], - "type": "Polygon", - "properties": { - "ISO": "BG-RSE08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "63427", - "NAME_1": "RSE", - "TYPE_1": "Област", - "ID_2": "20184", - "NAME_2": "Две могили", - "TYPE_2": "Община" - } - }, - { - "arcs": [[652, -225, 653, 654, 655]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "36926", - "NAME_2": "Кирково", - "TYPE_2": "Община" - } - }, - { - "arcs": [[656, -395, -374, -385, 657, -656, 658]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "39970", - "NAME_2": "Крумовград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-230, -201, -221, 659, 660, 661, 662, 663]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ02", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "607", - "NAME_2": "Ардино", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-655, 664, 665, -659]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "48996", - "NAME_2": "Момчилград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[-661, 666]], [[-657, -666, 667, -663, 668, -388, -396]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-KRZ16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "40909", - "NAME_2": "Кърджали", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-654, -228, -229, -664, -668, -665]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "20746", - "NAME_2": "Джебел", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-662, -667, -660, -220, 669, 670, -392, -389, -669]], - "type": "Polygon", - "properties": { - "ISO": "BG-KRZ35", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "40909", - "NAME_1": "KRZ", - "TYPE_1": "Област", - "ID_2": "81236", - "NAME_2": "Черноочене", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-363, 671, -444, 672, 673, 674]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "55052", - "NAME_2": "Павликени", - "TYPE_2": "Община" - } - }, - { - "arcs": [[675, 676, 677, -643, -516, -646, -514, -525, 678]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "69633", - "NAME_2": "Стражица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-523, -5, -10, 679, 680, 681]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "27190", - "NAME_2": "Елена", - "TYPE_2": "Община" - } - }, - { - "arcs": [[682, -673, -443, -453, 683, -634]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "65766", - "NAME_2": "Свищов", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-445, -672, -362, -598]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "70295", - "NAME_2": "Сухиндол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[684, 685, -676, 686]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "44793", - "NAME_2": "Лясковец", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-686, 687, 688, -677]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "16359", - "NAME_2": "Горна Оряховица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[689, -687, -679, -524, -682]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR14", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "30962", - "NAME_2": "Златарица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-685, -690, -681, 690, -369, -370, -364, -675, 691, -688]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "10447", - "NAME_2": "Велико Търново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-678, -689, -692, -674, -683, -638, -644]], - "type": "Polygon", - "properties": { - "ISO": "BG-VTR26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10447", - "NAME_1": "VTR", - "TYPE_1": "Област", - "ID_2": "57354", - "NAME_2": "Полски Тръмбеш", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-377, -393, -671, 692, 693, 694, 695]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "59080", - "NAME_2": "Първомай", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[-235, -292, 696]], [[697, 698, -297, 699]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-PDV39", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "39921", - "NAME_2": "Кричим", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-223, -237, -215, 700]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "44478", - "NAME_2": "Лъки", - "TYPE_2": "Община" - } - }, - { - "arcs": [ - [701, 702, 703, 704, 705, -213, -236, -697, -291, -699, 706, 707, -326, 708, 709, 710] - ], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV26", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "56784", - "NAME_2": "Родопи", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-589, -580, 711, 712, 713, 714, -92, -107, -596, -591, 715]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV13", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "36498", - "NAME_2": "Карлово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[716, -709, -325, -322, 717, 718]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "70528", - "NAME_2": "Съединение", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-711, 719]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "56784", - "NAME_2": "Пловдив", - "TYPE_2": "Община" - } - }, - { - "arcs": [[720, 721, 722, 723, 724]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV25", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "62075", - "NAME_2": "Раковски", - "TYPE_2": "Община" - } - }, - { - "arcs": [[725, -694, 726, -703, 727, -724]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "65139", - "NAME_2": "Садово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-707, -698, 728]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV40", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "55909", - "NAME_2": "Перущица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-722, 729, -713, 730, 731]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "6361", - "NAME_2": "Брезово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[732, -718, -321, -93, -715]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "77270", - "NAME_2": "Хисаря", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-693, -670, -224, -701, -214, -706, 733, -704, -727]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "702", - "NAME_2": "Асеновград", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-729, -700, -296, -327, -708]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV41", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "51980", - "NAME_2": "Стамболийски", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-714, -730, -721, 734, -719, -733]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "35523", - "NAME_2": "Калояново", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-728, -702, -720, -710, -717, -735, -725]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV17", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "56784", - "NAME_2": "Марица", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-705, -734]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV42", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "40467", - "NAME_2": "Куклен", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-590, -716]], - "type": "Polygon", - "properties": { - "ISO": "BG-PDV43", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "56784", - "NAME_1": "PDV", - "TYPE_1": "Област", - "ID_2": "68080", - "NAME_2": "Сопот", - "TYPE_2": "Община" - } - }, - { - "arcs": [[735, 736, 737, 738, 739, 740]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID06", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "6224", - "NAME_2": "Брегово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[741, 742, -738, 743]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID03", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "5195", - "NAME_2": "Бойница", - "TYPE_2": "Община" - } - }, - { - "arcs": [[744, 745, 746, 747, 748, 749, -262, 750]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID16", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "21097", - "NAME_2": "Димово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-261, -273, -287, -266, 751, -751]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID33", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "63255", - "NAME_2": "Ружинци", - "TYPE_2": "Община" - } - }, - { - "arcs": [[[752, 753, -736]], [[-740, 754]]], - "type": "MultiPolygon", - "properties": { - "ISO": "BG-VID30", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "52180", - "NAME_2": "Ново село", - "TYPE_2": "Община" - } - }, - { - "arcs": [[755, -749, 756, 757, -744, -737, -754]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID09", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "10971", - "NAME_2": "Видин", - "TYPE_2": "Община" - } - }, - { - "arcs": [[758, 759, 760, -746]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID01", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "3616", - "NAME_2": "Белоградчик", - "TYPE_2": "Община" - } - }, - { - "arcs": [[761, -747, -761, 762, 763]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID25", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "46245", - "NAME_2": "Макреш", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-748, -762, 764, -757]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID15", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "17645", - "NAME_2": "Грамада", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-758, -765, -764, 765, -742]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "40525", - "NAME_2": "Кула", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-745, -752, -265, 766, -759]], - "type": "Polygon", - "properties": { - "ISO": "BG-VID37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "10971", - "NAME_1": "VID", - "TYPE_1": "Област", - "ID_2": "81757", - "NAME_2": "Чупрене", - "TYPE_2": "Община" - } - }, - { - "arcs": [[767, 768, 769, 770, 771]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC28", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "48043", - "NAME_2": "Мизия", - "TYPE_2": "Община" - } - }, - { - "arcs": [[772, 773, -289, -280, 774, -768, 775]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC35", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "77102", - "NAME_2": "Хайредин", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-441, -439, -449, 776, -771, 777]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "54020", - "NAME_2": "Оряхово", - "TYPE_2": "Община" - } - }, - { - "arcs": [[778, 779, -256, -288, -285, -290, -774]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC21", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "39846", - "NAME_2": "Криводол", - "TYPE_2": "Община" - } - }, - { - "arcs": [[780, 781, -779, -773]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC05", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "5548", - "NAME_2": "Борован", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-775, -279, 782, -769]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC20", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "37798", - "NAME_2": "Козлодуй", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-595, -587, -120, -143, 783, 784, 785, -411]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC32", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "62997", - "NAME_2": "Роман", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-450, -412, -786, 786, -781, -776, -772, -777]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC08", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "7702", - "NAME_2": "Бяла Слатина", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-81, -254, -780, -782, -787, -785, 787]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC10", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "12259", - "NAME_2": "Враца", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-784, -142, -82, -788]], - "type": "Polygon", - "properties": { - "ISO": "BG-VRC27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "12259", - "NAME_1": "VRC", - "TYPE_1": "Област", - "ID_2": "47714", - "NAME_2": "Мездра", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-18, 788, 789, -379, 790, 791, 792, 793, 794, 795]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR31", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "68850", - "NAME_2": "Стара Загора", - "TYPE_2": "Община" - } - }, - { - "arcs": [[796, 797, -406, -380, -790]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR23", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "53576", - "NAME_2": "Опан", - "TYPE_2": "Община" - } - }, - { - "arcs": [[798, -695, -726, -723, -732, 799, 800, -792]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR04", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "6183", - "NAME_2": "Братя Даскалови", - "TYPE_2": "Община" - } - }, - { - "arcs": [[801, 802, -795]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR38", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "51648", - "NAME_2": "Николаево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[803, -365, -691, -680, -9, -19, -796, -803]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR37", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "18157", - "NAME_2": "Гурково", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-367, 804, -793, -801, 805, -351]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR12", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "35167", - "NAME_2": "Казанлък", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-800, -731, -712, -579, -355, -806]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR24", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "55021", - "NAME_2": "Павел баня", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-378, -696, -799, -791]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR36", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "81414", - "NAME_2": "Чирпан", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-804, -802, -794, -805, -366]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR22", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "49494", - "NAME_2": "Мъглиж", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-246, -401, 806, -797, -789, -17]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR27", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "61460", - "NAME_2": "Раднево", - "TYPE_2": "Община" - } - }, - { - "arcs": [[-798, -807, -400, -410, -407]], - "type": "Polygon", - "properties": { - "ISO": "BG-SZR07", - "ID_0": "100", - "NAME_0": "Bulgaria", - "NL_NAME_0": "България", - "ID_1": "68850", - "NAME_1": "SZR", - "TYPE_1": "Област", - "ID_2": "18280", - "NAME_2": "Гълъбово", - "TYPE_2": "Община" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/canada-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/canada-topo.json deleted file mode 100644 index 46b795c0fdc3b..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/canada-topo.json +++ /dev/null @@ -1,8227 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [7579, 10582], - [0, -2695], - [-2, -339], - [0, -3319] - ], - [ - [7577, 4229], - [-993, 1] - ], - [ - [6584, 4230], - [-26, 94], - [-55, 27], - [-21, 79], - [-27, 37], - [2, 89], - [-18, 45], - [6, 106], - [-13, 40], - [6, 89], - [-34, 181], - [-51, 119], - [-53, -15], - [-24, 103], - [-54, 43], - [-24, 116], - [-30, 40], - [-37, 9], - [-21, 80], - [-63, 52], - [-6, 87], - [-74, 115], - [-22, 87], - [-58, -59], - [-24, 105], - [-43, 51], - [-45, 91], - [-57, 4], - [-50, 47], - [23, 75], - [-11, 36], - [-62, 31], - [-5, -42], - [-42, -17], - [-5, 70], - [-24, 52], - [10, 56], - [-38, 120], - [-52, 45], - [-31, 113], - [-46, 48], - [-18, -56], - [-45, 21], - [-42, 108], - [-78, 12], - [-49, 130], - [43, -12], - [-12, 66], - [-27, 2], - [-23, 55], - [0, 3577] - ], - [ - [5134, 10582], - [2445, 0] - ], - [ - [4256, 4198], - [37, -52], - [13, -60], - [-27, -21], - [-15, 29], - [9, 17], - [-12, 15], - [6, 27], - [-11, 45] - ], - [ - [3639, 4458], - [8, -87], - [-35, 24], - [0, 62], - [27, 1] - ], - [ - [3474, 4741], - [11, -20], - [7, 9], - [12, -7], - [3, -38], - [8, -35], - [-6, -3], - [9, -73], - [-52, 12], - [-18, 34], - [-15, 93], - [41, 28] - ], - [ - [3945, 4974], - [28, -76], - [-23, -25], - [-33, 76], - [28, 25] - ], - [ - [3851, 4985], - [27, -67], - [-18, -52], - [-24, 17], - [-16, 85], - [31, 17] - ], - [ - [3977, 4985], - [23, -44], - [-17, -41], - [-25, 45], - [19, 40] - ], - [ - [3589, 5289], - [27, -37], - [-14, -67], - [-54, -10], - [-17, 57], - [58, 57] - ], - [ - [3167, 5313], - [35, -1], - [103, -63], - [17, -41], - [54, -47], - [92, -37], - [52, -38], - [86, -6], - [76, -48], - [121, -33], - [22, -118], - [27, -50], - [16, -74], - [78, -127], - [-11, -40], - [30, -92], - [52, -49], - [53, -17], - [94, -67], - [16, -58], - [21, 1], - [20, -115], - [35, -52], - [9, -37], - [-5, -22], - [11, -29], - [12, -51], - [18, 12], - [21, -128], - [-28, 14], - [-30, -70], - [-34, 38], - [-30, -11], - [-133, 88], - [-87, 50], - [-25, 37], - [-67, 36], - [-19, 38], - [42, 93], - [-35, 36], - [-23, -38], - [-31, 31], - [-27, -44], - [-22, 9], - [-44, 76], - [0, 94], - [-33, 29], - [-34, -12], - [-13, 102], - [-17, -22], - [-62, 6], - [-36, -19], - [-9, 183], - [-9, 24], - [-8, 44], - [1, 51], - [-7, -21], - [-19, 6], - [-11, 19], - [-5, -14], - [-81, -14], - [-33, 106], - [-33, -4], - [-23, 57], - [-38, 9], - [-21, 51], - [-50, 73], - [7, 58], - [-42, 3], - [-24, 33], - [-51, 144], - [89, 58] - ], - [ - [3156, 5781], - [33, -24], - [21, -105], - [-53, 10], - [-14, 109], - [13, 10] - ], - [ - [3183, 6004], - [9, -38], - [-18, -111], - [-23, 33], - [-28, -14], - [18, 116], - [42, 14] - ], - [ - [3168, 6140], - [32, -33], - [0, -50], - [-39, 13], - [7, 70] - ], - [ - [3360, 6207], - [11, -60], - [-103, -104], - [-19, -102], - [-46, -17], - [13, 131], - [20, 49], - [35, 8], - [43, 42], - [1, 25], - [45, 28] - ], - [ - [3052, 6308], - [13, -73], - [-39, -3], - [3, -78], - [-31, -2], - [-4, 152], - [58, 4] - ], - [ - [2327, 6388], - [5, -66], - [-35, -22], - [-27, 64], - [57, 24] - ], - [ - [2868, 6440], - [84, -124], - [-3, -80], - [-31, 23], - [-36, 66], - [-22, 72], - [8, 43] - ], - [ - [3142, 6417], - [-34, -153], - [-37, 15], - [4, 96], - [18, 40], - [49, 2] - ], - [ - [2815, 6649], - [40, -79], - [0, -55], - [-54, 84], - [14, 50] - ], - [ - [2246, 6690], - [10, -59], - [32, -29], - [7, -107], - [-39, -23], - [-10, -99], - [21, -16], - [20, -80], - [53, -44], - [25, -101], - [38, 18], - [23, -64], - [-24, -56], - [-97, 130], - [-21, 77], - [-30, 21], - [-30, 56], - [-80, 109], - [-30, 85], - [-34, 47], - [-16, 53], - [117, 17], - [65, 65] - ], - [ - [2932, 6714], - [92, -85], - [24, -78], - [3, -70], - [-17, -168], - [-40, -5], - [-61, 58], - [-24, 49], - [-17, 166], - [22, 11], - [-3, 114], - [21, 8] - ], - [ - [2875, 6724], - [18, -21], - [-5, -103], - [-22, -14], - [-16, 72], - [25, 66] - ], - [ - [2932, 6846], - [20, -117], - [-55, 5], - [35, 112] - ], - [ - [2576, 6907], - [88, -71], - [49, -70], - [38, -103], - [-13, -31], - [-38, 4], - [-36, 83], - [-44, 39], - [-37, 71], - [-7, 78] - ], - [ - [2967, 6953], - [-6, -91], - [-32, -1], - [-37, -65], - [-1, 105], - [76, 52] - ], - [ - [2621, 7001], - [22, -53], - [17, -7], - [-7, -74], - [-44, 29], - [-16, 52], - [28, 53] - ], - [ - [2641, 7065], - [92, -116], - [29, -64], - [91, -136], - [-31, 2], - [-10, -88], - [-21, -2], - [-56, 97], - [-16, 97], - [-44, 29], - [-10, 59], - [-25, 13], - [1, 109] - ], - [ - [2588, 7176], - [45, -72], - [-27, -87], - [-52, 39], - [-25, 62], - [59, 58] - ], - [ - [2281, 7169], - [-5, -53], - [-41, -111], - [-23, -168], - [11, -49], - [-21, -107], - [-45, -2], - [-8, -54], - [-63, -8], - [-45, 71], - [-2, 98], - [-67, 51], - [1, 62], - [-44, 88], - [-11, 81], - [19, 53], - [14, 102], - [50, -33], - [38, 16], - [25, -65], - [59, 40], - [36, -55], - [17, -78], - [-38, -67], - [-70, -43], - [84, -18], - [27, 140], - [-17, 80], - [54, -2], - [65, 31] - ], - [ - [2472, 7481], - [29, -46], - [-43, -54], - [-3, 56], - [17, 44] - ], - [ - [2644, 7711], - [9, -43], - [-30, -69], - [-36, -39], - [-16, 34], - [73, 117] - ], - [ - [478, 10582], - [3730, 0] - ], - [ - [4208, 10582], - [926, 0] - ], - [ - [6584, 4230], - [-575, 0], - [-1352, -1], - [-196, 2], - [-27, 12], - [-4, 109], - [40, -2], - [13, -10], - [14, 10], - [8, -23], - [41, -9], - [18, -28], - [51, 42], - [-27, -22], - [-18, -9], - [-29, 27], - [-34, 7], - [-6, 13], - [-7, 4], - [-11, -8], - [-27, 17], - [-26, -3], - [-60, -65], - [-17, 8], - [-11, 90], - [8, 35], - [-13, 107], - [-23, 16], - [-33, -21], - [-2, -72], - [-98, 51], - [-42, 90], - [9, 61], - [-23, 22], - [-65, -9], - [-32, 23], - [-16, 48], - [-39, 43], - [11, 76], - [27, 81], - [-28, 51], - [-29, -9], - [-40, 24], - [-30, 47], - [-57, 30], - [-31, -24], - [-56, -11], - [-25, 48], - [-43, -21], - [-55, 19], - [7, 96], - [-9, 95], - [-28, 11], - [-35, -22], - [-28, 37], - [-31, -3], - [-28, 48], - [-23, -54], - [-37, -13], - [-64, 39], - [-43, 49], - [-6, 72], - [-32, -14], - [-28, 51], - [1, 81], - [64, 116], - [-69, 6], - [-22, 93], - [3, 121], - [51, 29], - [15, 98], - [96, 87], - [13, 40], - [-24, 77], - [-43, -36], - [-12, -42], - [-101, -67], - [-11, 58], - [-51, 49], - [-32, -86], - [-18, 57], - [25, 29], - [2, 68], - [27, 107], - [3, 70], - [-29, -20], - [-46, 9], - [-17, 43], - [-3, 73], - [-23, 84], - [-37, 32], - [-32, 55], - [0, 58], - [-21, 48], - [38, 43], - [24, 141], - [-15, 52], - [-40, -77], - [-42, -31], - [-28, -50], - [-6, -129], - [-20, -14], - [-75, 106], - [-34, 81], - [-71, 107], - [-3, 124], - [-47, 57], - [7, 66], - [-55, 25], - [6, 92], - [22, 44], - [-2, 47], - [39, 24], - [57, 204], - [72, 174], - [-11, 56], - [-43, -178], - [-51, -102], - [-14, 53], - [17, 60], - [38, 60], - [-20, 99], - [-21, 60], - [6, 69], - [-11, 48], - [31, 68], - [1, 72], - [-25, 66], - [-35, -15], - [-44, 26], - [-10, 59], - [-38, 14], - [-39, 58], - [-74, 22], - [-94, 85], - [-27, 34], - [-62, -7], - [-10, 119], - [-61, 39], - [19, 99], - [-79, 27], - [30, 69], - [-30, 80], - [-45, 85], - [-77, 198], - [-49, 93], - [-25, 88], - [-70, 136], - [19, 25], - [-78, 102], - [-35, 70], - [-101, 76], - [-37, 68], - [-18, 88], - [-21, 0], - [-33, 68], - [-63, 18], - [-34, 85], - [17, 79], - [-50, 76], - [-60, 59], - [-114, -78], - [-61, -14], - [-26, -100], - [-40, -1], - [2, -105], - [-30, -67], - [-60, -4], - [-112, -92], - [-41, -53], - [-38, 194], - [-245, 298], - [-24, 85], - [-84, 54] - ], - [ - [12719, 8767], - [-165, -236], - [-193, -284], - [-178, -274], - [-119, -187], - [-86, -146], - [-161, -262], - [-237, -406], - [-155, -213], - [-218, -312], - [1, -1787], - [0, -211] - ], - [ - [11208, 4449], - [0, -220], - [-1518, 0] - ], - [ - [9690, 4229], - [-14, 308], - [0, 204], - [-14, 409], - [-8, -1], - [0, 205], - [-7, 204], - [-8, 0], - [-2, 385], - [-22, 515], - [0, 0], - [-8, 88], - [0, 204], - [-8, 95], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 2], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 2], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 3], - [0, 0], - [0, 1], - [0, 0], - [0, 2], - [0, 0], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 2], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 2], - [0, 0], - [0, 1], - [0, 0], - [0, 0], - [0, 0], - [0, 1], - [0, 0], - [0, 1], - [0, 0], - [0, 3], - [0, 0], - [-9, 51], - [1, 205], - [-11, 0], - [0, 202], - [-9, 72], - [0, 8], - [1, 110], - [0, 0], - [-9, 90], - [0, 0], - [0, 6], - [0, 0], - [0, 113], - [0, 0], - [-9, 4], - [1, 176], - [0, 2], - [-10, 46], - [0, 7], - [1, 174], - [-12, 89], - [0, 19], - [0, 0], - [0, 8], - [0, 253], - [0, 0], - [0, 69], - [0, 3], - [0, 100], - [0, 1], - [0, 72], - [0, 9], - [0, 50], - [0, 1], - [0, 11], - [0, 2], - [0, 39], - [0, 0], - [0, 83], - [0, 1], - [0, 662], - [0, 68], - [0, 23], - [0, 10], - [0, 25], - [0, 5], - [0, 42], - [0, 1], - [0, 47], - [0, 0], - [0, 118], - [0, 0], - [0, 34], - [0, 2], - [0, 5], - [0, 4], - [0, 6], - [0, 63], - [0, 72], - [0, 14], - [0, 7], - [0, 0], - [0, 400] - ], - [ - [9534, 10582], - [1755, 0] - ], - [ - [11289, 10582], - [7, -118], - [-9, -89], - [28, -158], - [-24, -80], - [8, -119], - [43, -56], - [4, -41], - [44, -87], - [57, 40], - [33, -7], - [87, 15], - [123, -29], - [18, -151], - [54, -175], - [47, -247], - [48, -125], - [17, -99], - [-2, -56], - [-43, -161], - [37, 35], - [59, 17], - [42, -15], - [41, 15], - [183, 103], - [59, 8], - [62, -15], - [67, -49], - [95, -83], - [112, -46], - [133, -42] - ], - [ - [18142, 1804], - [10, -86], - [-37, 5], - [27, 81] - ], - [ - [18668, 3586], - [30, -21], - [-35, -70], - [-13, 61], - [18, 30] - ], - [ - [18810, 2486], - [-25, -1], - [-31, -84] - ], - [ - [18754, 2401], - [-19, 15], - [-30, -54], - [-23, 31], - [-29, -80], - [-43, -29], - [-41, -55], - [-74, -50], - [-48, -73], - [-66, -35], - [-25, -40], - [-28, 44], - [-48, -75], - [-62, -40], - [-15, 37], - [-43, -44], - [-44, -12], - [-16, 69], - [-27, -19], - [-55, 37], - [-16, -30], - [-30, 87], - [14, 51], - [-39, 130], - [-51, 47], - [2, 152], - [-1, 646], - [-42, 79], - [-70, 88], - [-33, -37], - [-50, -1], - [-7, -24], - [-70, -40], - [-38, 71] - ], - [ - [17587, 3247], - [62, 29], - [56, 45], - [45, 73], - [1, 209], - [63, 0], - [0, 49], - [128, 0], - [1, -44], - [57, -39], - [108, 74], - [36, 7] - ], - [ - [18144, 3650], - [34, 4], - [39, 33], - [89, -62], - [68, -27], - [24, -45], - [23, -92], - [37, 3], - [75, 83], - [43, 11], - [9, -27], - [41, 7], - [9, -73], - [-34, -74], - [1, -87], - [-18, -70], - [-74, -95], - [28, -43], - [36, 28], - [51, -6], - [-2, -58], - [-24, -63], - [4, -69], - [43, -33], - [13, -129], - [38, -83], - [-1, -47], - [59, -3], - [26, -21], - [81, -27], - [-50, -62], - [-2, -37] - ], - [ - [21282, 3775], - [17, -33], - [35, -6], - [35, 23], - [4, -56], - [-72, 0], - [-19, 72] - ], - [ - [20071, 4058], - [26, -101], - [-111, -4], - [37, 61], - [48, 44] - ], - [ - [21229, 4664], - [9, -83], - [-42, -27], - [-8, 65], - [41, 45] - ], - [ - [20801, 5748], - [7, -63], - [34, -12], - [65, 58], - [-1, -95], - [-34, -74], - [-49, 23], - [-12, -68], - [30, -18], - [1, -65], - [-32, -86], - [-59, -123], - [-5, -50], - [-66, -134], - [-19, -78], - [-68, -143], - [6, -42], - [-26, -96], - [21, -64], - [32, 82], - [50, 62], - [62, 136], - [105, -132], - [50, 43], - [11, -36], - [-52, -64], - [-43, -27], - [-20, -48], - [55, -161], - [42, -3], - [25, 48], - [33, -52], - [8, 78], - [36, -33], - [-27, -82], - [1, -51], - [68, 29], - [27, -4], - [45, 56], - [30, 85], - [20, -66], - [37, 6], - [14, -39], - [24, 48], - [34, 6], - [82, -61], - [48, -76], - [-30, -66], - [-79, -116], - [-3, -43], - [27, -80], - [16, -109], - [27, 16], - [21, -52], - [30, 94], - [39, -38], - [52, 68], - [19, -32], - [-14, -87], - [-33, -46], - [-23, 6], - [-33, -61], - [-52, -63], - [-51, 6], - [-27, 29], - [4, -90], - [61, -1], - [13, -52], - [-53, -153], - [34, -88], - [41, -11], - [10, 114], - [48, 146], - [74, 48], - [4, -58], - [-69, -210], - [46, -87], - [40, 41], - [32, 155], - [16, -28], - [19, -158], - [-62, -228], - [2, -88], - [-11, -73], - [-38, -98], - [-31, -6], - [-36, 66], - [-47, -80], - [-23, 55], - [12, 108], - [-3, 138], - [-41, -58], - [-32, -84], - [-36, -50], - [-30, 10], - [4, 101], - [23, 67], - [35, 160], - [7, 129], - [-24, 110], - [-37, 27], - [-63, -183], - [-8, -63], - [-39, -41], - [-17, 16], - [-56, -18], - [-40, -76], - [-4, -77], - [-22, -19], - [-17, -65], - [-35, -34], - [-47, 26], - [-61, -34], - [-35, 27], - [-2, 49], - [51, 63], - [61, 23], - [44, 60], - [12, 84], - [27, 45], - [54, 20], - [-69, 88], - [-43, -13], - [1, -87], - [-40, -27], - [-9, 38], - [-48, -27], - [-14, 92], - [-26, 86], - [-18, -36], - [-83, -57], - [-65, 7], - [-39, -47], - [-51, 35], - [-76, -5], - [-21, 31], - [-140, 15], - [-14, 21], - [-46, -23], - [-33, 17], - [-63, -45], - [-65, -6], - [-67, -21], - [-34, 46], - [1, 60], - [-23, 100], - [76, 102], - [26, 17], - [88, 156], - [44, 28], - [-25, 55], - [-42, 12], - [6, 67], - [37, 115], - [9, 74], - [24, 73], - [14, -47], - [44, 6], - [24, 86], - [-33, 11], - [-13, 35], - [10, 76], - [63, 109], - [-3, 33], - [33, 126], - [14, 21], - [42, 145], - [32, 175], - [21, 33], - [7, 97], - [64, 46], - [29, 59], - [44, 208], - [24, 54], - [64, 43], - [131, 126] - ], - [ - [19538, 8370], - [6, -93], - [-37, 18], - [31, 75] - ], - [ - [19374, 8506], - [60, 0], - [6, -52], - [-59, 22], - [-7, 30] - ], - [ - [19439, 8825], - [27, -164], - [-18, -38], - [-31, 49], - [-25, -13], - [16, 130], - [31, 36] - ], - [ - [19378, 9162], - [5, -80], - [-41, 27], - [36, 53] - ], - [ - [19337, 9191], - [24, -50], - [-36, -33], - [-26, 44], - [38, 39] - ], - [ - [19363, 9339], - [32, -37], - [-9, -44], - [-40, 41], - [17, 40] - ], - [ - [18807, 10508], - [9, -92], - [-33, -7], - [9, 86], - [15, 13] - ], - [ - [20506, 5630], - [0, 331], - [-1148, -2], - [-489, 1], - [32, 50], - [-18, 102], - [-19, 41], - [-45, 18], - [-20, 60], - [14, 55], - [45, 35], - [103, 13], - [-7, 42], - [-33, 45], - [-68, -12], - [-16, -25], - [-49, -1], - [-18, -90], - [25, -104], - [-28, -95], - [-14, -147], - [-17, -72], - [18, -60], - [-68, -98], - [-24, 72], - [-39, 44], - [-85, -7], - [-61, 119], - [-67, 77], - [-47, 3], - [-23, -31], - [-30, 30], - [-20, 61], - [-36, -47], - [-32, 66], - [-9, 55], - [25, 72], - [2, 237], - [-26, 48], - [-34, -3], - [-15, -110], - [-51, -51], - [-13, 48], - [-29, 9], - [-61, 58], - [-18, 142], - [58, 15], - [21, -39], - [15, 51], - [21, 134], - [-6, 44], - [-29, 35], - [-38, -4], - [-43, 49], - [-9, 53], - [-33, 29], - [-7, 95], - [-53, 64], - [12, 72], - [26, 3], - [-6, 87], - [-21, 62], - [45, 43], - [28, 52], - [29, -39], - [70, 102], - [-66, 121], - [-32, 92], - [47, 8], - [4, -32], - [80, -126], - [66, -19], - [7, 38], - [-29, 95], - [0, 125], - [32, 36], - [87, -161], - [58, -33], - [43, -9], - [3, -52], - [35, -74], - [58, 11], - [5, 33], - [55, 36], - [31, 71], - [27, -19], - [55, -71], - [-7, -47], - [54, -11], - [17, 46], - [73, -48], - [33, -63], - [35, 2], - [34, 55], - [-29, 39], - [24, 109], - [32, -33], - [20, 51], - [-7, 42], - [19, 163], - [-33, 46], - [-1, 133], - [-27, 86], - [11, 73], - [24, 55], - [-54, 66], - [-40, -41], - [-1, 116], - [23, 154], - [-53, 96], - [33, 86], - [27, 16], - [3, 121], - [17, -6], - [19, 95], - [-28, 54], - [23, 61], - [-1, 70], - [16, 59], - [-72, 86], - [-19, -24], - [-48, 168], - [-40, 5], - [3, 67], - [50, 36], - [11, 66], - [36, 5], - [9, 42], - [35, 14], - [-15, 61], - [-31, -29], - [-18, 23], - [14, 80], - [24, -10], - [108, 33], - [-10, 55], - [-39, 29], - [-76, -41], - [-29, -40], - [-23, 68], - [-24, 23], - [-43, -10], - [-81, 54], - [14, 54], - [78, -54], - [-12, 255], - [-53, 26], - [-34, 69], - [27, 173], - [-34, 104], - [37, -6], - [37, 35], - [-64, 88], - [78, 23] - ], - [ - [18691, 10760], - [23, -103], - [-6, -3], - [4, -16], - [-23, -14], - [13, -41], - [52, 0], - [25, -86], - [0, -95], - [71, -41], - [40, -68], - [-23, -68], - [42, -12], - [60, -46], - [2, -108], - [50, -26], - [4, -70], - [35, -18], - [44, -130], - [-35, -64], - [-43, -32], - [37, -51], - [22, 34], - [70, 15], - [7, -168], - [-11, -26], - [-100, -5], - [2, -31], - [126, 43], - [21, -9], - [59, -142], - [15, 31], - [61, -201], - [-50, -25], - [-20, -63], - [74, -39], - [-15, -89], - [24, -42], - [90, -7], - [23, -32], - [5, -68], - [-44, -13], - [-25, -48], - [-2, -44], - [-32, -145], - [-7, -89], - [14, -114], - [82, 1], - [-5, -75], - [18, -62], - [50, 5], - [12, -80], - [82, 7], - [4, -48], - [67, 21], - [32, -31], - [-13, -52], - [48, -141], - [-34, -12], - [-26, -140], - [24, 7], - [27, 59], - [37, -54], - [71, 79], - [21, -20], - [-15, -80], - [43, 8], - [24, 37], - [30, -95], - [27, 82], - [62, -25], - [16, -46], - [13, -126], - [52, -7], - [60, -42], - [56, 14], - [-2, 49], - [59, -4], - [66, -133], - [63, 10], - [19, -87], - [-16, -39], - [-63, -42], - [-45, 18], - [-70, -21], - [-19, -68], - [-46, -4], - [-2, -41], - [-40, -73], - [-79, -23], - [-134, -97], - [-90, 10], - [-34, -35], - [-29, -60], - [-6, -127], - [-55, -51], - [76, -19], - [42, 88], - [69, 19], - [52, 76], - [86, 29], - [-8, 49], - [51, 88], - [33, 2], - [39, 37], - [40, 7], - [3, 95], - [52, 26], - [75, -22], - [108, -8], - [54, -183], - [16, -79], - [-65, -48], - [21, -50], - [1, -58], - [42, 44], - [-1, 50], - [43, 62], - [48, -7], - [17, 23], - [22, -62], - [46, -25], - [17, 15], - [34, -36], - [46, 3], - [10, -107], - [39, -27], - [-8, -140], - [-17, -52], - [22, -67], - [-44, -69], - [14, -56], - [45, 7], - [-15, -102], - [47, -50], - [-16, -112], - [3, -82], - [-48, -78], - [-75, -97], - [-117, -91], - [-43, -101], - [-62, -19] - ], - [ - [18645, 10873], - [60, -57], - [4, -53], - [-96, 53], - [32, 57] - ], - [ - [1280, 15956], - [28, -16], - [1, -80], - [-47, 54], - [18, 42] - ], - [ - [5040, 16030], - [-162, -16], - [36, -896], - [217, -143], - [347, -236], - [374, -156], - [164, -131], - [257, -214], - [355, -314], - [281, -264], - [286, 29], - [0, 0], - [178, 16], - [253, -222], - [178, -161], - [453, -63], - [399, -66], - [175, -32], - [378, -82], - [2, 0], - [248, -59], - [0, 0], - [75, -19], - [0, -33], - [0, -1], - [0, -215], - [0, 0], - [0, -18], - [0, -1], - [0, -7], - [0, -4], - [0, 0], - [0, -1], - [0, -407], - [0, -3], - [0, -70], - [0, 0], - [0, -3], - [0, 0], - [0, -387], - [0, 0], - [0, -77], - [0, -1], - [0, -4], - [0, 0], - [0, -43], - [0, -1], - [0, -458], - [0, 0], - [0, -216], - [0, -4], - [0, -115], - [0, 0], - [0, -47], - [0, -2], - [0, -301] - ], - [ - [9534, 10582], - [-1955, 0] - ], - [ - [4208, 10582], - [-51, 63], - [-30, 56], - [-23, 91], - [4, 47], - [-46, 7], - [-15, 66], - [-30, 40], - [20, 50], - [-12, 122], - [-55, 11], - [-15, -70], - [-79, -3], - [-28, -37], - [-66, 26], - [-33, -6], - [-40, 46], - [-33, -54], - [-24, 36], - [-28, -5], - [-25, -48], - [-50, 24], - [-37, -40], - [-51, 25], - [-2, 91], - [-27, 68], - [-26, 10], - [18, 89], - [-26, 137], - [-33, 24], - [-56, -9], - [-73, 63], - [-68, 78], - [6, 55], - [-41, 3], - [-15, 62], - [-73, 104], - [-29, -4], - [-15, -38], - [-53, 43], - [-45, -11], - [-34, 92], - [14, 142], - [-28, 12], - [-59, 90], - [-24, 77], - [-2, 65], - [21, 67], - [-37, 10], - [-78, 141], - [47, 36], - [-24, 140], - [-29, -1], - [-15, 147], - [-48, -28], - [-25, 45], - [-81, 49], - [-44, 79], - [3, 42], - [-31, 101], - [-55, 50], - [-81, -54], - [-45, 9], - [23, 61], - [-54, 67], - [-25, 61], - [-78, 50], - [-46, -7], - [51, 167], - [-50, 17], - [-56, 54], - [57, 97], - [39, 30], - [51, 115], - [-35, 79], - [-61, 53], - [17, 82], - [-40, 25], - [-62, -76], - [-3, 78], - [-50, 7], - [-68, -54], - [-62, 12], - [27, 122], - [-19, 74], - [-39, -2], - [27, 166], - [-42, 81], - [21, 45], - [-45, 60], - [28, 55], - [-570, 0], - [-18, 100], - [24, 35], - [-15, 190], - [-22, 41], - [-39, 9], - [-2, 95], - [-3, 608] - ], - [ - [1109, 15702], - [28, 4], - [42, -5], - [31, -43], - [20, 24], - [44, -18], - [-12, -30], - [8, 14], - [46, -23], - [31, -30], - [-36, -16], - [0, -3], - [50, 0], - [-3, -9], - [53, -68], - [5, -5], - [11, -12], - [12, 4], - [11, -8], - [8, 10], - [-57, 35], - [27, 28], - [11, -28], - [17, 28], - [-76, 90], - [-25, 15], - [-6, 64], - [35, 5], - [-20, 39], - [7, 2], - [-26, 23], - [-24, -5], - [-82, 59], - [1, 76], - [47, -58], - [51, -32], - [-12, 20], - [14, 2], - [13, 29], - [-17, 6], - [-19, 78], - [40, 3], - [37, -29], - [16, 87], - [34, -54], - [5, 75], - [61, -3], - [40, 20], - [15, -52], - [-5, 21], - [5, -3], - [9, 56], - [33, 47], - [-14, 36], - [50, -12], - [7, -45], - [23, -31], - [37, 12], - [29, -31], - [21, 42], - [-1, -53], - [-39, -55], - [-28, -39], - [12, -32], - [34, 40], - [46, 8], - [45, 35], - [73, -16], - [52, 22], - [9, 90], - [4, 31], - [1, 6], - [68, 13], - [46, -22], - [37, 56], - [32, -13], - [59, 6], - [-3, 34], - [35, 7], - [45, 55], - [52, 16], - [5, 41], - [79, -45], - [34, 86], - [5, 18], - [46, 0], - [45, 31], - [20, -9], - [32, -3], - [21, -10], - [56, -26], - [24, 17], - [22, 48], - [39, -17], - [10, 47], - [34, -36], - [-14, -4], - [37, -28], - [-28, -36], - [-2, -12], - [-168, -88], - [-65, -50], - [-33, -45], - [-35, -8], - [-46, -71], - [-49, 39], - [-46, -29], - [-26, 7], - [-108, -31], - [-48, -23], - [-21, -74], - [-72, -38], - [26, -48], - [68, 0], - [74, 67], - [3, 35], - [44, 35], - [49, -12], - [37, 61], - [11, 42], - [36, -58], - [33, -86], - [-28, -59], - [11, -73], - [16, 98], - [45, 60], - [66, 101], - [30, 68], - [62, 9], - [93, 41], - [27, 23], - [101, 13], - [10, -86], - [36, -33], - [19, 21], - [18, 44], - [50, 69], - [72, 46], - [12, -9], - [9, -9], - [6, 3], - [-8, 21], - [-34, 74], - [37, 38], - [61, -43], - [14, 61], - [97, 25], - [1, -38], - [15, -1], - [-7, 5], - [-8, 42], - [-74, 9], - [-55, 23], - [-30, 46], - [10, 75], - [37, 39], - [152, -121], - [78, -115], - [85, -237], - [104, -129], - [92, -78], - [36, -9], - [62, -30], - [46, 33], - [8, 42], - [5, 49], - [-2, 21], - [-40, 18], - [15, 44], - [40, 4], - [43, 34], - [31, 110], - [-54, 54], - [30, 4], - [103, 20], - [13, 47], - [31, -29], - [-14, -79], - [12, -70], - [-6, -80], - [70, -2], - [-29, -85], - [-44, -44], - [-11, -62], - [32, -15], - [68, -3], - [19, 15], - [9, 16], - [31, -16], - [33, -10], - [47, 16], - [38, 66], - [34, 13], - [22, 71], - [10, 52], - [33, 60], - [48, -19], - [31, 18], - [114, -18], - [100, 7], - [56, -23], - [30, 5], - [69, -52], - [46, -12], - [135, -133] - ], - [ - [7616, 18051], - [2, -231] - ], - [ - [7618, 17820], - [-50, 67], - [-39, 15], - [-12, 89], - [-72, 12], - [-36, 38], - [3, 46], - [55, 9], - [94, -13], - [57, -25], - [0, -1], - [-2, -6] - ], - [ - [7616, 17768], - [-1, -726], - [0, -7], - [-3, -724], - [-228, 5], - [-521, -1], - [-74, -2], - [10, -106], - [-73, 6], - [-12, 100], - [-387, -11], - [-269, 2], - [-269, -6] - ], - [ - [5789, 16298], - [-10, 79], - [97, 52], - [246, 61], - [266, 33], - [87, 20], - [101, -5], - [58, -22], - [153, 3], - [69, -28], - [40, 3], - [66, -23], - [89, 54], - [69, -15], - [43, 7], - [17, 51], - [-79, 10], - [-32, 64], - [-59, 22], - [-69, -7], - [-9, 26], - [-54, -9], - [-74, 54], - [-65, 17], - [-30, -15], - [-63, 39], - [-46, -1], - [-32, -21], - [-69, 2], - [-17, -21], - [-116, -22], - [-98, 3], - [-109, -8], - [-11, -28], - [-41, -6], - [-56, 59], - [-65, -1], - [-44, -18], - [-192, 11], - [-49, 13], - [-1, 35], - [-88, 53], - [-51, 46], - [-38, 56], - [18, 38], - [129, 73], - [74, 10], - [105, 32], - [61, 6], - [13, 25], - [130, 42], - [63, -1], - [-14, 46], - [71, 35], - [68, -15], - [-3, 40], - [-53, 7], - [-113, -36], - [-25, 5], - [-132, -41], - [-53, 2], - [-37, -20], - [-84, -13], - [-83, 9], - [-30, -13], - [-66, 12], - [-9, 50], - [62, 40], - [72, -12], - [-63, 81], - [-41, -38], - [-58, -9], - [-21, 40], - [-88, 2], - [-11, -42], - [-44, 46], - [-10, 108], - [38, 71], - [57, 41], - [52, 82], - [93, 16], - [-11, 77], - [-70, 2], - [-16, 72], - [52, 56], - [83, 63], - [86, 48], - [53, 70], - [155, 61], - [124, 63], - [72, 15], - [130, 50], - [34, 25], - [129, 41], - [18, 22], - [59, 0], - [61, -26], - [65, -97], - [-18, -83], - [-3, -120], - [-45, -2], - [-22, -71], - [-60, -30], - [49, -43], - [88, 59], - [42, -10], - [103, 60], - [-13, 48], - [25, 58], - [67, 48], - [151, -37], - [66, -33], - [65, -10], - [53, -35], - [39, -4], - [87, -47], - [-12, -92], - [-33, -13], - [-17, -47], - [-68, -34], - [2, -43], - [83, 67], - [24, -43], - [49, -10], - [32, 56], - [32, 17], - [27, 57], - [75, -32], - [17, 21], - [73, -66], - [43, 0] - ], - [ - [4762, 18988], - [105, -22], - [37, -51], - [131, -62], - [71, -26], - [110, -23], - [4, -64], - [33, 49], - [95, 3], - [41, -123], - [33, 36], - [15, 84], - [143, 38], - [135, -16], - [80, -26], - [121, -94], - [41, -22], - [77, -75], - [138, -113], - [99, -72], - [-8, -49], - [-97, -72], - [-209, -70], - [-64, -47], - [-135, -52], - [-138, -96], - [-58, -17], - [-179, -106], - [-64, -8], - [4, -88], - [-42, -102], - [-35, -10], - [-59, -49], - [-91, 6], - [3, -81], - [-71, -81], - [24, -72], - [-23, -132], - [-27, -49], - [-37, -27], - [-155, -53], - [-94, 62], - [-42, -40], - [-37, -70], - [-111, -44], - [-79, -80], - [-78, -2], - [-72, 80], - [-49, 161], - [-43, 25], - [-41, 76], - [-60, 42], - [-96, 27], - [-120, 69], - [-18, 32], - [-51, 10], - [-89, -16], - [18, 62], - [-17, 49], - [67, 113], - [37, 79], - [89, 46], - [-1, 69], - [-20, 121], - [26, -12], - [112, 33], - [-42, 62], - [-42, 7], - [25, 69], - [48, 50], - [11, 67], - [48, 73], - [59, 24], - [0, 67], - [50, 32], - [4, 67], - [-84, 27], - [-8, 48], - [-52, 71], - [-3, 69], - [-38, 55], - [38, 50], - [93, 17], - [147, 11], - [141, 21], - [88, 1], - [81, 14], - [103, 36], - [54, 4] - ], - [ - [5709, 19891], - [38, -9], - [-5, -47], - [-52, -58], - [-50, -103], - [-76, -67], - [-9, -27], - [-63, -30], - [-46, -6], - [-43, 32], - [-76, 2], - [14, 71], - [115, 113], - [78, 44], - [50, 0], - [15, 32], - [64, -2], - [10, -19], - [36, 74] - ], - [ - [7619, 20104], - [0, -139] - ], - [ - [7619, 19965], - [-52, -4], - [-27, 33], - [-36, 3], - [-18, 72], - [133, 35] - ], - [ - [7614, 19552], - [6, 0], - [0, -378] - ], - [ - [7620, 19174], - [-40, -20], - [-87, 2], - [-57, -33], - [0, -42], - [-155, -68], - [-104, -56], - [-163, -42], - [-158, -15], - [-134, 15], - [-73, 24], - [-101, 60], - [-7, 40], - [17, 70], - [110, 37], - [58, -2], - [61, 30], - [21, 29], - [74, 30], - [75, 11], - [160, 3], - [46, -12], - [36, 16], - [134, 93], - [-1, 60], - [-55, -5], - [-14, -37], - [-42, -22], - [-172, -19], - [-39, 23], - [-23, 48], - [-26, -27], - [-30, 44], - [-39, -46], - [-9, -43], - [-108, -28], - [-143, -16], - [-19, 26], - [35, 129], - [-36, 77], - [-42, -123], - [-85, -107], - [-64, -16], - [-23, -24], - [-53, -14], - [-32, 18], - [-12, 108], - [-98, -119], - [-65, 12], - [-35, 27], - [-47, 8], - [-6, 91], - [-80, -29], - [-28, -27], - [-62, 29], - [-53, -3], - [-120, 46], - [23, 62], - [75, 69], - [42, 9], - [265, 1], - [100, 58], - [-28, 34], - [-115, -27], - [-42, -20], - [-188, 9], - [-8, 53], - [73, 76], - [205, 7], - [13, 35], - [-118, 0], - [-70, 14], - [9, 80], - [34, 49], - [79, 46], - [98, 26], - [18, 75], - [67, 18], - [73, 36], - [98, 9], - [150, -9], - [24, -25], - [-11, -71], - [40, -65], - [71, 1], - [97, 44], - [95, -8], - [8, -23], - [86, -24], - [23, -77], - [98, -22], - [68, -57], - [-86, -17], - [-2, -36], - [67, 13], - [47, -9], - [66, -52], - [-5, -50], - [25, -72], - [67, 4], - [134, 26], - [11, -17], - [131, -6] - ], - [ - [6581, 20337], - [80, -2], - [66, -34], - [-5, -55], - [-118, -8], - [-167, 18], - [0, 69], - [28, 10], - [116, 2] - ], - [ - [6003, 20710], - [68, -23], - [29, -27], - [78, -17], - [66, -42], - [-20, -47], - [-160, -36], - [-30, -36], - [28, -64], - [88, -27], - [-16, -48], - [-79, 27], - [-14, -39], - [80, -40], - [-11, -76], - [-70, -54], - [-51, -10], - [-132, -2], - [18, -129], - [-77, -45], - [-76, 10], - [-61, 31], - [-47, 45], - [17, 60], - [10, 97], - [35, 22], - [-17, 61], - [-28, -37], - [-71, 11], - [-21, -74], - [2, -58], - [-54, -29], - [-63, 34], - [5, -60], - [52, -30], - [-14, -69], - [-59, -5], - [-22, -86], - [-38, -15], - [-42, 17], - [-43, 96], - [-41, 11], - [1, -186], - [-21, -65], - [-80, -22], - [-35, 30], - [-25, -51], - [-43, 11], - [9, 103], - [-42, -8], - [-26, 22], - [-3, 82], - [-33, 18], - [-40, -31], - [0, -57], - [-79, -73], - [-39, 48], - [-71, 11], - [-21, 25], - [-47, -17], - [-24, -35], - [-63, -36], - [-20, 49], - [11, 69], - [-28, 31], - [-8, 95], - [69, 34], - [101, 24], - [43, -13], - [58, 11], - [28, 24], - [53, 124], - [41, -21], - [44, 37], - [77, 27], - [13, -10], - [41, 78], - [169, 147], - [59, 23], - [14, 42], - [39, 39], - [49, -20], - [26, 33], - [69, 10], - [113, -6], - [84, 6], - [124, -43], - [55, 37], - [44, -20], - [-21, 82], - [78, 43], - [38, 2] - ], - [ - [6520, 21020], - [10, -43], - [41, -4], - [54, -49], - [48, -10], - [5, -59], - [-26, -25], - [-124, -20], - [-185, 121], - [85, 58], - [92, 31] - ], - [ - [7626, 21038], - [-6, -98] - ], - [ - [7620, 20940], - [-99, -22], - [-134, -11], - [29, -63], - [145, 6], - [1, -124], - [-37, -36], - [-55, -22], - [-33, 3], - [-73, -36], - [-109, 12], - [-101, -42], - [-80, -10], - [-97, 20], - [-37, 55], - [-74, -1], - [-8, 32], - [-61, 3], - [11, 55], - [-36, 88], - [21, 84], - [52, -8], - [88, 20], - [38, 31], - [132, 14], - [36, 20], - [23, -14], - [104, 36], - [82, -8], - [61, 17], - [182, 4], - [35, -5] - ], - [ - [7623, 21343], - [-3, -185], - [0, -6] - ], - [ - [7620, 21152], - [-44, 18], - [-87, -33], - [-88, 13], - [-69, 47], - [-72, 2], - [-28, -63], - [-94, 3], - [-21, 42], - [-69, 15], - [-200, -45], - [-39, -17], - [3, 75], - [103, 44], - [82, 17], - [47, 24], - [132, -3], - [32, 26], - [40, 1], - [51, 59], - [87, 16], - [28, 19], - [70, 3], - [139, -72] - ], - [ - [18810, 2486], - [35, 0], - [23, -52], - [35, -24], - [58, 11], - [33, -82], - [74, 39], - [67, -19], - [57, -83], - [98, 98], - [37, 58], - [5, -116], - [66, -32], - [38, 35], - [55, -138], - [-42, -61], - [107, -5], - [-14, -60], - [-67, 10], - [-20, -53], - [-33, 1], - [-76, -73], - [-85, -50], - [-195, -129], - [-12, -31], - [-51, 30], - [-36, -26], - [-27, -102], - [-25, -31], - [-73, 24], - [-2, 93], - [-56, -45], - [-34, -9], - [-9, -113], - [12, -59], - [-37, -19], - [-11, -44], - [-43, -64], - [-44, -118], - [-48, -82], - [-45, 34], - [-27, -33], - [-16, -87], - [-26, -31], - [-57, 0], - [-8, 103], - [-21, 60], - [-66, -23], - [-21, 221], - [19, 125], - [68, 133], - [-16, 31], - [150, 184], - [106, 116], - [111, 77], - [15, -60], - [32, -34], - [12, 46], - [89, 73], - [58, 0], - [-9, 46], - [-43, 4], - [-32, -26], - [-45, 31], - [-70, -20], - [-45, 19], - [-69, -30], - [-15, 44], - [55, 61], - [100, 172] - ], - [ - [19655, 3098], - [34, -48], - [6, -46], - [31, -19], - [-12, -133], - [-26, -106], - [5, -81], - [-52, -102], - [-47, -26], - [5, -73], - [-40, -9], - [3, -49], - [-32, -30], - [88, -41], - [6, 103], - [-13, 36], - [55, 67], - [39, 73], - [63, 37], - [43, -30], - [14, -69], - [-2, -92], - [-19, -30], - [-34, 0], - [1, -59], - [-26, -11], - [-39, -60], - [-84, -49], - [-48, 27], - [-59, -33], - [-41, 0], - [-33, 88], - [-21, 187], - [34, 88], - [25, 25], - [56, 141], - [46, 176], - [49, 74], - [25, 74] - ], - [ - [15126, 8551], - [-43, 8] - ], - [ - [15083, 8559], - [15, 29], - [28, -37] - ], - [ - [18577, 11556], - [66, -28], - [16, -93], - [-24, -93], - [-26, -4], - [-13, 53], - [-24, -1], - [-38, 58], - [-40, 17], - [-13, 74], - [96, 17] - ], - [ - [18542, 11700], - [74, -72], - [-21, -56], - [-49, 37], - [-26, 52], - [22, 39] - ], - [ - [17080, 12251], - [89, -31], - [90, -55], - [56, -96], - [-47, -29], - [-78, 13], - [-27, 54], - [-14, 65], - [-69, 79] - ], - [ - [14363, 12307], - [83, -27], - [-15, -139], - [-43, -55], - [-37, -11], - [-39, -72], - [-45, -39], - [-44, -69], - [-74, -51], - [-45, 42], - [-28, -4], - [-75, -63], - [-1, 71], - [-50, 86], - [1, 43], - [68, 52], - [30, 149], - [59, 54], - [16, -43], - [52, -7], - [75, 56], - [75, -3], - [37, 30] - ], - [ - [18730, 12813], - [54, -21], - [-23, -72], - [-26, 26], - [-5, 67] - ], - [ - [15492, 12914], - [-15, -67], - [-27, 1], - [-33, 56], - [75, 10] - ], - [ - [14689, 12958], - [56, -62], - [32, -13], - [-8, -65], - [91, -41], - [1, -36], - [-71, -13], - [-18, -47], - [-82, -58], - [-26, -52], - [-146, 66], - [-49, 37], - [-81, 42], - [-65, -13], - [-5, 79], - [70, 24], - [11, 42], - [27, -8], - [89, 64], - [88, 26], - [78, -50], - [8, 78] - ], - [ - [18577, 13093], - [24, -53], - [-18, -39], - [-24, 31], - [18, 61] - ], - [ - [13569, 14002], - [26, -56], - [50, -11], - [31, -135], - [-32, -17], - [51, -82], - [-3, -38], - [31, -76], - [21, 4], - [15, 80], - [48, 76], - [49, -59], - [31, -13], - [13, -81], - [82, -35], - [75, 1], - [45, -51], - [4, -40], - [34, -36], - [81, -51], - [66, -64], - [44, -2], - [67, -28], - [87, -117], - [-5, -86], - [44, -90], - [-3, -36], - [-58, -18], - [-28, 13], - [-57, -56], - [-23, -74], - [-62, 40], - [-88, 18], - [-31, -18], - [-16, 49], - [19, 80], - [-130, -45], - [-11, -36], - [-12, -163], - [-31, 12], - [-17, -45], - [-44, -27], - [-19, -34], - [-43, 15], - [-25, -31], - [-24, -109], - [-30, -47], - [-150, -105], - [-66, -2], - [-35, 39], - [-12, 138], - [17, 125], - [-17, 58], - [36, 98], - [-15, 51], - [-30, -44], - [-49, 13], - [-28, -37], - [-2, -108], - [-63, -31], - [-30, 15], - [-58, -3], - [-31, -44], - [-42, -18], - [-52, 10], - [-13, 90], - [73, 113], - [168, 102], - [4, 45], - [-26, 35], - [-17, 72], - [-5, 120], - [50, 180], - [-4, 73], - [19, 65], - [-5, 115], - [17, 133], - [26, 112], - [91, 100], - [27, 9] - ], - [ - [13675, 14064], - [50, -33], - [37, -107], - [35, -60], - [-1, -40], - [-40, -43], - [-37, 77], - [-58, 48], - [-10, 106], - [24, 52] - ], - [ - [13836, 14129], - [90, -52], - [86, -68], - [-5, -87], - [53, -32], - [55, -3], - [-2, -57], - [-101, 10], - [-30, 62], - [-67, -3], - [-19, 131], - [-49, 5], - [-23, 54], - [12, 40] - ], - [ - [19214, 14728], - [-50, -51], - [0, 48], - [50, 3] - ], - [ - [8166, 14751], - [42, -50], - [-11, -32], - [-31, 82] - ], - [ - [18943, 14830], - [-40, -46], - [-7, 44], - [47, 2] - ], - [ - [18832, 14994], - [39, -44], - [-45, -44], - [6, 88] - ], - [ - [8052, 15012], - [29, -20], - [-24, -100], - [-13, 58], - [8, 62] - ], - [ - [7771, 15203], - [35, -28], - [35, 15], - [2, -80], - [-72, 93] - ], - [ - [16299, 15305], - [52, -61], - [80, -47], - [55, 31], - [42, -91], - [-5, -64], - [-74, 0], - [-36, 16], - [-115, -23], - [-39, 14], - [-43, 56], - [-27, 58], - [9, 58], - [60, -13], - [41, 66] - ], - [ - [13288, 15376], - [55, -50], - [4, -120], - [10, -63], - [-22, -70], - [-24, -28], - [-62, 22], - [-38, 94], - [1, 67], - [16, 79], - [60, 69] - ], - [ - [15906, 15402], - [70, -14], - [43, -30], - [85, -20], - [30, -41], - [-36, -126], - [33, -30], - [-12, -62], - [4, -105], - [-35, -97], - [-41, -35], - [-106, -66], - [-111, -6], - [-51, 47], - [-41, -6], - [-11, -34], - [-101, 24], - [-35, 91], - [5, 41], - [-24, 101], - [39, 123], - [40, 87], - [75, 108], - [84, 34], - [67, -12], - [29, 28] - ], - [ - [15123, 15413], - [49, -4], - [31, -46], - [-48, -54], - [-45, 34], - [13, 70] - ], - [ - [16302, 15473], - [58, -76], - [-38, -49], - [-36, 78], - [16, 47] - ], - [ - [16235, 15480], - [30, -110], - [-49, 35], - [19, 75] - ], - [ - [15229, 15528], - [13, -45], - [-46, -31], - [4, 75], - [29, 1] - ], - [ - [8819, 15545], - [79, -15], - [49, -45], - [-11, -44], - [-75, 3], - [-57, 44], - [15, 57] - ], - [ - [16074, 15622], - [63, -32], - [11, -54], - [41, -70], - [-53, 0], - [-22, -25], - [-37, 12], - [-41, 45], - [2, 66], - [36, 58] - ], - [ - [9563, 15676], - [51, -44], - [-27, -48], - [-7, -50], - [-32, 26], - [-68, 15], - [4, 43], - [50, 60], - [29, -2] - ], - [ - [12488, 15684], - [29, -34], - [-35, -67], - [-22, 62], - [28, 39] - ], - [ - [9908, 15807], - [37, -10], - [7, -36], - [40, -29], - [-8, -65], - [-57, -52], - [-24, 50], - [-28, -15], - [3, 130], - [30, 27] - ], - [ - [12310, 15998], - [50, -58], - [-35, -48], - [-14, 31], - [-36, 49], - [12, 18], - [23, 8] - ], - [ - [15283, 16007], - [41, -5], - [26, -51], - [-38, -55], - [-20, 18], - [-24, -80], - [-42, -48], - [-24, -53], - [-111, -48], - [-29, 53], - [51, 98], - [60, 8], - [53, 133], - [57, 30] - ], - [ - [12420, 16032], - [13, -31], - [-26, -69], - [-36, 24], - [-3, 49], - [52, 27] - ], - [ - [15618, 16039], - [49, -42], - [56, 24], - [5, -62], - [-42, -30], - [-64, -78], - [-41, 13], - [-20, 96], - [6, 68], - [51, 11] - ], - [ - [10966, 16113], - [20, -70], - [-13, -60], - [-50, 34], - [-14, 28], - [-49, 27], - [8, 37], - [39, 6], - [22, -30], - [37, 28] - ], - [ - [9715, 16119], - [52, -25], - [-11, -79], - [-33, 5], - [-8, 99] - ], - [ - [11060, 16144], - [45, -12], - [59, -52], - [-9, -64], - [-30, -44], - [-41, 8], - [5, 114], - [-62, -107], - [-14, 89], - [22, 58], - [25, 10] - ], - [ - [17863, 16190], - [35, -26], - [-44, -82], - [-52, 29], - [25, 57], - [36, 22] - ], - [ - [15365, 16216], - [40, -30], - [-23, -69], - [-90, -36], - [-46, -1], - [-43, -34], - [-12, 26], - [72, 75], - [86, 27], - [16, 42] - ], - [ - [14232, 16248], - [72, -20], - [-3, -37], - [-51, 15], - [-18, 42] - ], - [ - [15004, 16250], - [45, -7], - [8, -73], - [-63, -33], - [-30, 36], - [-21, -17], - [-26, 35], - [-58, -103], - [-64, 80], - [-68, -2], - [13, 48], - [43, -16], - [11, 40], - [36, -11], - [36, 17], - [55, -46], - [83, 52] - ], - [ - [10509, 16287], - [51, 1], - [31, -43], - [52, -15], - [24, -59], - [36, -8], - [83, -94], - [31, -1], - [114, -82], - [43, -99], - [44, -11], - [1, -68], - [26, -90], - [42, -33], - [97, 38], - [4, -53], - [-59, -57], - [-14, 45], - [-54, -7], - [-24, -79], - [-49, -2], - [-23, -58], - [-34, -3], - [-26, -43], - [-38, -3], - [-102, 49], - [-30, 35], - [-7, -49], - [-123, 49], - [-24, 37], - [-67, 20], - [-24, -9], - [-43, 47], - [-14, 55], - [-23, -63], - [-37, 29], - [-25, -7], - [-41, 37], - [-14, 59], - [-41, -27], - [-29, -43], - [-57, 43], - [-22, 104], - [30, 33], - [82, -1], - [30, 28], - [50, -5], - [24, 72], - [26, -16], - [19, 64], - [-37, 33], - [33, 55], - [41, 29], - [16, 115], - [37, 12], - [14, 39] - ], - [ - [13179, 16446], - [77, -38], - [34, 17], - [46, -67], - [-45, -21], - [-123, 20], - [-34, 20], - [45, 69] - ], - [ - [9510, 16548], - [46, -51], - [65, 37], - [1, -36], - [-46, -29], - [-66, 79] - ], - [ - [9911, 16745], - [48, -41], - [-10, -58], - [-37, 4], - [-45, 31], - [4, 40], - [40, 24] - ], - [ - [9272, 16752], - [42, -36], - [-23, -46], - [-19, 82] - ], - [ - [16900, 16971], - [49, -26], - [72, -7], - [-10, -44], - [-42, -10], - [-111, -56], - [-17, 58], - [21, 75], - [38, 10] - ], - [ - [16584, 17256], - [7, -58], - [33, 36], - [17, -50], - [-44, -56], - [-67, 106], - [54, 22] - ], - [ - [16685, 17316], - [-3, -75], - [-65, 23], - [7, 43], - [61, 9] - ], - [ - [5040, 16030], - [107, -52], - [169, -23], - [147, -46], - [65, -67], - [101, -54], - [65, -22], - [80, -8], - [68, -38], - [28, 28], - [83, -45], - [68, 11], - [37, -27], - [73, 57], - [31, 16], - [6, 19], - [137, -58], - [31, -27], - [24, 11], - [38, -32], - [16, -39], - [64, -24], - [19, -40], - [61, -46], - [27, -52], - [-5, -38], - [21, -93], - [-49, 4], - [-51, 26], - [-45, -31], - [-35, 2], - [-31, -52], - [-62, 18], - [-41, -120], - [-56, -45], - [55, -11], - [73, -51], - [66, 17], - [23, -25], - [31, 12], - [30, -31], - [87, -9], - [80, -25], - [130, 12], - [16, -18], - [161, 2], - [51, 33], - [169, 14], - [31, -20], - [50, 64], - [57, -38], - [65, 54], - [86, 55], - [47, 15], - [33, 14], - [66, -100], - [12, -66], - [51, -17], - [29, 37], - [83, -17], - [22, -60], - [13, -111], - [31, -42], - [27, 160], - [25, -19], - [20, -126], - [25, 37], - [24, -38], - [71, -50], - [24, -70], - [-5, -71], - [-51, 17], - [-39, -31], - [47, -62], - [-2, -39], - [42, -31], - [49, -104], - [49, -38], - [72, -118], - [-1, 44], - [-70, 83], - [-39, 106], - [-1, 66], - [19, 64], - [46, -54], - [-1, 56], - [57, -49], - [1, 41], - [-45, 35], - [7, 61], - [-44, 41], - [-26, 70], - [-3, 73], - [-28, 95], - [-68, 75], - [17, 58], - [77, 48], - [-51, 54], - [78, 24], - [40, -13], - [55, 45], - [76, 3], - [14, 55], - [45, 20], - [30, -19], - [11, 68], - [51, 32], - [110, 9], - [21, 38], - [-23, 77], - [-34, 15], - [-41, -39], - [-64, 12], - [-28, -59], - [-25, -112], - [-58, 65], - [-38, -55], - [-19, 12], - [-51, -37], - [-18, 37], - [-119, 10], - [-16, -47], - [70, -50], - [-47, 2], - [-30, -23], - [-94, 37], - [-33, 58], - [-67, -42], - [-5, 67], - [26, 20], - [59, 124], - [23, 17], - [88, 6], - [37, 6], - [101, 26], - [89, 39], - [42, 30], - [37, 0], - [109, 73], - [81, -40], - [23, 6], - [79, -78], - [-13, -38], - [29, -64], - [-13, -66], - [103, -83], - [97, -37], - [-5, -52], - [34, -63], - [-1, -53], - [59, -12], - [49, 42], - [21, -12], - [117, 42], - [7, 48], - [30, -7], - [2, -54], - [37, -50], - [59, -25], - [30, -43], - [51, -27], - [48, -1], - [52, -40], - [64, 44], - [42, -53], - [87, -7], - [45, 17], - [38, 42], - [26, -25], - [71, 58], - [34, -26], - [30, 24], - [203, -35], - [15, 13], - [57, -21], - [28, -36], - [24, 20], - [40, -23], - [22, 37], - [28, -7], - [65, 26], - [-59, 94], - [-1, 64], - [32, 17], - [91, -109], - [25, -81], - [38, -38], - [40, -13], - [50, -49], - [15, 59], - [84, -40], - [5, 128], - [-51, 12], - [-70, 85], - [-68, -56], - [-63, -7], - [-53, 63], - [-26, 51], - [11, 47], - [-54, 95], - [18, 16], - [30, -31], - [23, 21], - [62, -34], - [54, 146], - [142, -27], - [61, -65], - [23, -62], - [30, -25], - [48, 16], - [48, -46], - [-55, -65], - [9, -45], - [54, 79], - [67, 42], - [40, -72], - [-34, -98], - [-13, -77], - [13, -109], - [-37, 5], - [-28, -36], - [26, -61], - [51, -25], - [-22, -49], - [20, -55], - [79, 65], - [13, 33], - [36, -49], - [66, -30], - [-24, -106], - [26, -100], - [25, 54], - [-31, 51], - [32, 136], - [-25, 16], - [-16, 84], - [14, 36], - [-42, 60], - [-48, 26], - [39, 75], - [-2, 51], - [24, 38], - [-1, 47], - [53, -17], - [22, 28], - [77, -41], - [54, 79], - [95, 65], - [1, 67], - [55, 53], - [80, 30], - [4, 159], - [14, 24], - [-23, 80], - [-63, 2], - [-39, -127], - [-98, -15], - [-24, 140], - [40, -16], - [57, 103], - [-24, 36], - [18, 86], - [138, 14], - [-52, -57], - [3, -58], - [98, 94], - [-22, 48], - [-6, 71], - [-62, -20], - [-22, -35], - [-94, 1], - [-22, 53], - [-48, 42], - [-19, 46], - [-20, -47], - [-48, -13], - [-47, 41], - [-29, 0], - [-79, 44], - [-34, 37], - [-17, -28], - [-64, 39], - [-19, 82], - [-35, 8], - [-57, 74], - [-18, 107], - [20, 66], - [38, 10], - [18, 82], - [29, -12], - [23, 68], - [-36, 18], - [-20, -22], - [-28, 26], - [-40, 113], - [46, 131], - [-21, 100], - [40, 3], - [25, 62], - [34, 14], - [47, -21], - [11, -33], - [64, -23], - [20, 59], - [-20, 58], - [-70, 11], - [-6, 69], - [36, 4], - [55, 58], - [17, 62], - [48, -1], - [10, 66], - [120, 26], - [35, -1], - [21, -43], - [-10, -63], - [50, -47], - [10, 31], - [67, -24], - [45, 14], - [4, -93], - [59, -55], - [42, -19], - [76, -64], - [26, -45], - [22, -88], - [-17, -113], - [7, -71], - [50, -22], - [8, -54], - [34, -1], - [64, -46], - [1, -65], - [78, -68], - [54, -10], - [39, -123], - [-106, -21], - [-33, 33], - [-62, 11], - [-15, -59], - [82, 8], - [-5, -73], - [-21, -37], - [-72, -56], - [-1, -66], - [73, -26], - [29, -56], - [71, -41], - [40, 41], - [33, 59], - [55, -1], - [34, -83], - [35, 10], - [37, -17], - [15, 26], - [78, -25], - [-80, -84], - [-12, -9], - [6, -17], - [-3, -30], - [-7, -13], - [41, -140], - [55, -58], - [-17, -84], - [12, -91], - [-15, -99], - [53, -20], - [10, -77], - [25, -9], - [66, 126], - [-8, 101], - [64, 107], - [-22, 86], - [30, 55], - [49, 39], - [30, 72], - [45, -70], - [42, 47], - [51, -91], - [40, -10], - [90, -65], - [35, -45], - [38, -85], - [-28, -44], - [44, -72], - [7, -137], - [-78, -16], - [-18, 73], - [-31, -15], - [-9, -46], - [28, -79], - [-30, -75], - [65, -175], - [47, -36], - [154, -232], - [57, -4], - [20, 78], - [58, 43], - [50, -45], - [16, 119], - [-6, 86], - [102, 163], - [36, 17], - [25, 66], - [-1, 63], - [23, 70], - [-3, 41], - [23, 82], - [-10, 43], - [25, 57], - [50, 23], - [27, -36], - [18, 27], - [33, -12], - [18, 97], - [62, 73], - [-110, 49], - [-42, 47], - [-21, 62], - [-14, 122], - [8, 87], - [50, 83], - [54, -25], - [53, 37], - [35, -3], - [60, 21], - [87, -35], - [11, -29], - [107, -39], - [223, -6], - [20, 12], - [11, -76], - [85, -24], - [-5, -171], - [44, -4], - [22, 26], - [68, -2], - [65, -42], - [27, 2], - [6, -51], - [-43, -29], - [-24, -44], - [-23, 3], - [-37, -53], - [-91, -84], - [-90, -36], - [25, -43], - [61, -30], - [5, 40], - [52, 3], - [-15, 90], - [28, 29], - [35, -10], - [17, 32], - [66, -75], - [34, -14], - [15, -51], - [-64, -37], - [-19, -34], - [-39, 9], - [-11, -39], - [-43, -23], - [-27, 49], - [-30, -31], - [-71, 17], - [-8, -26], - [42, -47], - [-4, -58], - [47, -82], - [5, -62], - [30, -78], - [51, -42], - [53, -79], - [56, -42], - [42, -84], - [-33, -82], - [-14, -138], - [-17, -39], - [-29, 9], - [-31, -28], - [-26, 18], - [-43, -28], - [-41, -101], - [-51, -36], - [-51, -83], - [-98, -8], - [-4, -41], - [-99, -80], - [-30, 7], - [-5, 47], - [-28, 48], - [-72, 34], - [-16, 74], - [-66, 6], - [-28, 48], - [-7, 75], - [-26, 21], - [-122, -4], - [-6, -71], - [38, 22], - [9, 40], - [48, 6], - [72, -143], - [51, -8], - [10, -77], - [57, -61], - [15, -84], - [38, -74], - [-65, 6], - [-77, 73], - [-41, -95], - [-57, 42], - [-6, -20], - [-29, 1], - [-70, 55], - [-40, -7], - [-15, 90], - [-28, 93], - [-80, -45], - [-68, -12], - [-69, 25], - [-52, 3], - [-53, -16], - [6, -67], - [26, -50], - [71, -14], - [107, -58], - [-23, -90], - [-87, -78], - [-36, -56], - [-12, -53], - [-24, -2], - [-18, -59], - [-88, -66], - [-25, -72], - [-72, -26], - [-106, 4], - [-84, 56], - [-106, 138], - [-38, 23], - [-41, -5], - [-35, 43], - [-132, 103], - [-14, -69], - [10, -63], - [62, -67], - [24, -65], - [43, -28], - [31, -67], - [107, -5], - [7, -10], - [123, -13], - [125, 10], - [123, -30], - [20, -112], - [-41, -33], - [-13, -44], - [-92, -205], - [-57, -29], - [-11, -71], - [-39, -51], - [-5, -59], - [-41, -15], - [-30, -40], - [-59, -28], - [-48, -39], - [-38, 11], - [-68, -24], - [-76, 41], - [-76, 13], - [-2, -65], - [-46, -55], - [-21, -90], - [-69, -48], - [-65, -10], - [2, -85], - [-70, 55], - [-33, 42], - [-68, 13], - [-52, 52], - [-139, 3], - [-67, 23], - [-22, 32], - [-40, -1], - [-47, 41], - [-121, 45], - [-37, 34], - [-28, -93], - [26, -18], - [33, 72], - [34, -36], - [53, 4], - [25, -42], - [69, -43], - [20, 32], - [30, -43], - [58, -14], - [-2, -58], - [97, 62], - [64, -65], - [50, -28], - [40, -49], - [33, -4], - [67, -64], - [23, -171], - [-19, -62], - [-85, -28], - [-83, -68], - [-52, 4], - [-107, 32], - [-12, -36], - [-60, 31], - [-2, -51], - [27, -45], - [53, -15], - [25, -1], - [-4, -69], - [-55, 13], - [-6, 29], - [-84, -72], - [-51, -9], - [4, -93], - [-52, 0], - [13, -54], - [-65, -8], - [8, -62], - [-6, -60], - [-42, -61], - [-51, 20], - [-20, -119], - [-33, -70], - [-73, -108], - [-24, 0], - [73, -12], - [-11, -48], - [-33, -50], - [-46, -150], - [-35, -59], - [-46, -152], - [-30, -57], - [6, -69], - [-18, -57], - [-2, -77], - [-22, -76] - ], - [ - [10835, 18030], - [-7, -97], - [-56, 6], - [15, 69], - [48, 22] - ], - [ - [10799, 18198], - [44, -30], - [24, -63], - [-28, -51], - [-66, -8], - [-35, 37], - [-10, 60], - [23, 35], - [48, 20] - ], - [ - [7616, 17768], - [1, 8], - [-6, 15], - [7, 29] - ], - [ - [7616, 18051], - [49, 2], - [3, -50], - [134, -64], - [24, -49], - [-1, -52], - [40, 3], - [42, 29], - [24, -62], - [-22, -104], - [61, -97], - [34, -147], - [0, -72], - [73, -57], - [38, -48], - [1, 74], - [34, -19], - [15, 33], - [58, 46], - [-22, 86], - [-39, 18], - [-12, 67], - [-24, 9], - [-7, 113], - [-19, 66], - [4, 75], - [-28, 22], - [-33, 120], - [2, 99], - [-31, 106], - [50, 8], - [1, 85], - [65, -8], - [77, -27], - [60, -54], - [37, 47], - [38, 21], - [48, -46], - [55, -2], - [19, -41], - [198, -140], - [53, -65], - [4, -70], - [22, -149], - [71, -125], - [-6, -76], - [35, -39], - [3, -69], - [27, -42], - [52, -35], - [20, -64], - [-1, -64], - [28, -38], - [1, -58], - [-28, -44], - [-47, -117], - [72, -64], - [33, -6], - [36, -43], - [5, -60], - [94, -66], - [32, -56], - [50, 5], - [56, -47], - [77, 6], - [75, -42], - [42, -41], - [14, -101], - [102, -58], - [9, 40], - [62, -27], - [46, 34], - [86, -2], - [14, -71], - [-20, -107], - [15, -91], - [-25, -19], - [-69, 3], - [-29, 62], - [-46, -46], - [-83, 38], - [-68, 84], - [-20, -91], - [-15, 39], - [-26, -43], - [1, -95], - [-28, -27], - [-46, -7], - [-13, 21], - [-74, 29], - [-30, 50], - [-32, 5], - [13, -76], - [69, -31], - [10, -158], - [50, 83], - [64, 16], - [34, 42], - [83, -5], - [28, -21], - [-28, -81], - [36, -27], - [49, -61], - [-16, -96], - [-66, 7], - [-39, -35], - [-40, 9], - [-16, -51], - [-44, -6], - [-29, -34], - [-62, -3], - [-41, 25], - [-43, -35], - [-47, 30], - [-19, -12], - [-86, 36], - [-19, -13], - [-96, 53], - [-22, -48], - [-145, 19], - [21, 69], - [-20, 36], - [-61, 17], - [-40, 27], - [-75, 18], - [-22, -20], - [-58, -4], - [-52, 52], - [34, 30], - [-16, 66], - [-35, 42], - [-50, 5], - [-28, -59], - [-47, -13], - [12, -71], - [-44, -35], - [-54, -85], - [-44, -24], - [-163, -28], - [-75, 8], - [-26, -47], - [-101, -78], - [-99, -19], - [-60, -33], - [-99, -12], - [-44, 9], - [-24, -34], - [-47, 30], - [-100, -43], - [-13, 28], - [-50, -46], - [-84, 16], - [-119, -17], - [-22, 8], - [-81, -23], - [-40, 7], - [-38, -24], - [-140, 71], - [-24, 59], - [-43, 57], - [-6, 82], - [18, 50], - [-30, 76], - [8, 34], - [-73, 30], - [-60, 11], - [-243, -20], - [-23, 14], - [-165, 14], - [-99, 60], - [-38, 5], - [-14, 80], - [-64, 22], - [-1, 36], - [-90, 56], - [-31, 89] - ], - [ - [14432, 18513], - [98, -6], - [65, -72], - [36, -116], - [-1, -82], - [138, -59], - [18, -41], - [-30, -47], - [3, -46], - [31, -52], - [40, -12], - [25, -46], - [-75, -58], - [-5, -32], - [-49, -29], - [6, -40], - [39, 33], - [28, -32], - [-12, -48], - [-70, -56], - [-15, -63], - [26, -107], - [86, 31], - [17, 31], - [26, 125], - [37, 44], - [77, 25], - [23, -25], - [14, 43], - [76, -33], - [67, -63], - [17, -53], - [-29, -131], - [38, 25], - [26, 79], - [3, 93], - [107, 33], - [-47, 40], - [32, 85], - [110, 65], - [46, 4], - [40, 27], - [80, 12], - [55, -21], - [82, -11], - [18, -44], - [46, -18], - [164, -15], - [133, -44], - [26, -73], - [43, -61], - [-14, -51], - [-61, -47], - [27, -51], - [31, 54], - [198, -26], - [28, -62], - [-13, -55], - [-55, -38], - [-30, 12], - [-56, -47], - [-60, -30], - [28, -43], - [49, 36], - [-43, -123], - [70, 62], - [13, 38], - [47, 17], - [8, 35], - [48, -15], - [49, 41], - [43, 3], - [-24, -88], - [-41, -52], - [1, -76], - [56, 110], - [44, -21], - [8, -48], - [27, -19], - [-24, -67], - [-40, -44], - [9, -44], - [54, 100], - [20, 1], - [26, -63], - [46, -10], - [26, 50], - [-6, 57], - [44, -3], - [-1, 46], - [30, 24], - [32, 81], - [99, -45], - [50, -7], - [111, -58], - [75, -107], - [-30, -34], - [-48, -95], - [-95, 30], - [-52, -18], - [-24, -67], - [-36, -20], - [18, -86], - [25, -13], - [67, 13], - [65, 41], - [73, 16], - [28, 74], - [33, 9], - [66, 55], - [44, -32], - [10, -86], - [-37, -48], - [0, -43], - [-95, -53], - [-15, -45], - [7, -80], - [53, 122], - [36, -5], - [91, 65], - [38, -12], - [88, 76], - [3, -61], - [-84, -74], - [32, -19], - [28, 27], - [64, 23], - [63, 51], - [64, -12], - [28, -26], - [138, -58], - [58, -54], - [-54, -85], - [-41, 35], - [-4, -49], - [-47, -31], - [-34, 2], - [-88, -25], - [-103, -59], - [1, -52], - [64, 65], - [81, 15], - [26, -19], - [30, 15], - [74, 6], - [-36, -102], - [28, -55], - [66, 79], - [19, -6], - [9, 94], - [67, 56], - [144, -102], - [55, -102], - [19, -115], - [-14, -32], - [-47, 1], - [-71, 34], - [-98, -6], - [-52, -78], - [-124, 15], - [2, -41], - [65, -7], - [139, -67], - [51, 16], - [117, -6], - [104, -61], - [43, -50], - [-19, -81], - [-100, 30], - [-118, -12], - [-126, 82], - [-29, -26], - [22, -70], - [102, -60], - [-83, -39], - [4, -63], - [45, -51], - [-128, 38], - [-42, 2], - [-16, -65], - [68, -2], - [-4, -81], - [72, -12], - [0, -23], - [87, -3], - [28, 23], - [60, -49], - [23, 6], - [25, -50], - [26, 45], - [45, -35], - [-18, -70], - [53, -34], - [-17, -72], - [61, 11], - [58, -54], - [23, 24], - [14, -50], - [45, 9], - [33, -107], - [15, 0], - [45, 97], - [37, -3], - [18, -46], - [57, 22], - [30, 54], - [31, -1], - [16, -67], - [-33, -18], - [-14, -85], - [77, 40], - [49, 6], - [49, -65], - [26, 1], - [10, -66], - [50, -86], - [13, -66], - [-43, -40], - [35, -57], - [27, 35], - [95, -6], - [6, -37], - [46, 86], - [31, 13], - [39, -29], - [-7, -65], - [-66, -31], - [15, -78], - [28, -14], - [5, 71], - [36, -19], - [20, -46], - [68, -9], - [21, -61], - [24, 44], - [34, 15], - [-6, 50], - [53, 10], - [11, -79], - [90, -40], - [-7, -29], - [67, -34], - [28, -73], - [-17, -28], - [-52, -20], - [10, -113], - [-59, -1], - [-28, -29], - [-38, 26], - [-34, -8], - [-10, 56], - [-63, 3], - [40, -66], - [-34, -67], - [96, -47], - [-2, -78], - [-64, 3], - [-42, 30], - [28, -102], - [-52, -44], - [-7, -96], - [-146, 18], - [-24, 52], - [-9, -112], - [-55, -1], - [62, -177], - [-34, -21], - [7, -49], - [-23, -121], - [-70, 50], - [-19, 57], - [-27, 15], - [-23, -35], - [-50, 60], - [-10, 70], - [-41, -92], - [-48, 60], - [-43, 32], - [30, 72], - [-40, 12], - [-33, -24], - [-11, 70], - [-39, 44], - [-5, 38], - [-39, 24], - [4, 92], - [26, 48], - [102, 49], - [-30, 37], - [-97, -55], - [-77, -3], - [-29, -14], - [-26, 96], - [-41, 13], - [-47, 75], - [-29, -31], - [-22, 21], - [-1, 87], - [-32, -11], - [-46, 109], - [-68, -45], - [7, -101], - [-11, -22], - [-58, 10], - [-40, 67], - [-23, 2], - [-62, 53], - [51, -119], - [-3, -39], - [70, -55], - [39, -18], - [24, -49], - [-12, -61], - [-53, -10], - [-67, 19], - [-23, -28], - [-31, 18], - [-35, 97], - [-34, -50], - [23, -39], - [6, -72], - [38, -29], - [11, -71], - [64, 22], - [77, 2], - [10, -61], - [-18, -55], - [67, -12], - [-11, -75], - [11, -43], - [64, -108], - [34, -117], - [28, 97], - [22, -51], - [81, -32], - [50, -85], - [-2, 77], - [58, -9], - [51, -102], - [50, 27], - [-19, -107], - [45, -26], - [21, 10], - [-20, -158], - [36, -96], - [-4, -40], - [86, 13], - [11, -61], - [28, -16], - [69, -138], - [-5, -175], - [-47, 144], - [-3, -180], - [-25, -25], - [-29, 24], - [-19, 77], - [-39, -24], - [-10, -110], - [47, -21], - [13, -177], - [-51, 37], - [-33, 0], - [30, -163], - [67, -48], - [71, -2], - [2, -51], - [-66, -60], - [-61, 45], - [-36, 69], - [-37, 18], - [-37, 71], - [-5, 83], - [-52, -7], - [-13, 46], - [-31, 34], - [-68, 19], - [-15, -26], - [-60, 29], - [-47, 52], - [-20, -34], - [-37, 66], - [-23, 10], - [-22, 60], - [-51, 23], - [-38, 61], - [-31, 21], - [-52, 112], - [-32, -35], - [41, -106], - [-13, -16], - [-61, 94], - [-96, 62], - [-27, 51], - [-47, 18], - [-63, -48], - [32, -72], - [56, -64], - [23, 8], - [68, -151], - [62, -27], - [36, -38], - [-5, -39], - [60, 15], - [91, -111], - [38, -81], - [36, -32], - [30, 7], - [76, -132], - [110, -156], - [-24, -91], - [27, -76], - [-80, -6], - [-80, 39], - [-25, 49], - [-47, -2], - [-66, 37], - [-29, -5], - [-16, 51], - [-68, -4], - [-67, 22], - [-167, 40], - [-31, 37], - [-118, 66], - [-43, 78], - [-27, 16], - [-30, 109], - [-64, -20], - [-28, 32], - [-43, -37], - [-78, 76], - [-76, 11], - [-52, 73], - [-34, 23], - [-24, -19], - [-42, 40], - [-50, 20], - [-42, 111], - [-57, 67], - [98, -18], - [64, 65], - [-38, 34], - [-38, 95], - [-71, -6], - [-18, -33], - [-37, -6], - [-34, 38], - [32, 62], - [-25, 29], - [-22, -69], - [-52, 57], - [-7, 41], - [-37, 41], - [-36, 1], - [7, 83], - [-36, 24], - [-26, 49], - [-54, -9], - [-32, 49], - [-32, -19], - [-7, 77], - [-69, -26], - [-35, -48], - [0, 208], - [-35, -67], - [-33, 0], - [-67, 68], - [23, 90], - [-18, 36], - [-19, -129], - [55, -62], - [-42, -94], - [-32, -20], - [-85, 49], - [-18, -12], - [-61, 52], - [-65, 28], - [-25, -124], - [-42, 24], - [-28, -12], - [-44, -61], - [-51, -5], - [-14, 19], - [-67, -39], - [-73, 35], - [-58, -34], - [-13, 55], - [-112, 14], - [-49, 103], - [-26, 20], - [-1, 108], - [26, 35], - [-18, 76], - [46, 56], - [49, 20], - [39, 36], - [28, -6], - [42, 40], - [-47, 60], - [41, 98], - [41, -5], - [19, -34], - [70, 13], - [79, -38], - [90, -56], - [43, 33], - [112, -22], - [55, -20], - [34, 13], - [2, 68], - [79, -7], - [16, 36], - [21, -59], - [26, -4], - [39, 38], - [5, 48], - [29, 0], - [21, 36], - [31, -20], - [49, 11], - [56, -38], - [3, 51], - [-45, 124], - [-112, 101], - [-49, 79], - [8, 82], - [103, 74], - [52, 63], - [75, 70], - [58, 71], - [40, 12], - [150, -36], - [50, 11], - [59, -15], - [100, -51], - [46, -5], - [21, -24], - [18, -86], - [23, -12], - [-16, -192], - [23, -25], - [66, 112], - [47, 30], - [6, 63], - [43, -44], - [28, -52], - [22, 5], - [40, 53], - [67, -41], - [68, 0], - [41, 121], - [-49, 14], - [-82, -56], - [-5, 76], - [27, 19], - [25, -22], - [33, 13], - [6, 62], - [-35, 9], - [-25, 37], - [-48, 26], - [-90, 3], - [-1, -51], - [-77, 148], - [-23, 9], - [-10, 54], - [-34, -8], - [-28, 32], - [-31, -103], - [-23, -26], - [-30, -101], - [-90, 29], - [-11, -18], - [-82, 25], - [-110, -3], - [-96, 31], - [-8, 49], - [39, 58], - [12, 69], - [40, 25], - [58, -1], - [33, 39], - [8, 55], - [-27, 71], - [-35, 146], - [-35, 21], - [4, 74], - [-18, 52], - [-36, -20], - [-20, 60], - [5, 67], - [-23, 100], - [-36, -14], - [-25, 44], - [-31, -25], - [-104, 42], - [-28, 65], - [51, 109], - [-38, 50], - [-75, 14], - [66, -94], - [-48, -26], - [-51, 7], - [-45, 67], - [-79, 74], - [-10, 82], - [14, 90], - [-39, -17], - [-41, -91], - [-54, 32], - [-28, 45], - [-30, -81], - [-34, -19], - [-56, -18], - [-15, -26], - [-77, -49], - [-60, -9], - [-32, 27], - [42, 63], - [-22, 27], - [7, 89], - [46, -94], - [79, -16], - [17, -30], - [22, 39], - [40, -3], - [0, 41], - [60, 106], - [-19, 76], - [-41, 43], - [-109, 67], - [-33, -7], - [-90, 84], - [-86, 41], - [42, 102], - [-102, 14], - [-43, 20], - [-7, -54], - [-30, -16], - [-14, 131], - [9, 61], - [-7, 72], - [-50, 36], - [-70, -40], - [-54, 9], - [-40, 86], - [-24, -14], - [-26, 59], - [-33, -15], - [-60, 57], - [-18, -54], - [-33, 67], - [-53, -83], - [59, -15], - [53, -33], - [23, 21], - [66, -100], - [22, -115], - [-43, -45], - [-156, -2], - [-70, -8], - [-48, 85], - [-65, 0], - [-16, -19], - [-67, 36], - [-113, 7], - [-9, 19], - [-81, -3], - [-79, 25], - [4, -34], - [64, -29], - [37, 4], - [38, -57], - [41, -31], - [51, -69], - [-35, -21], - [-40, 21], - [-22, 37], - [-58, 33], - [-18, 27], - [-71, 26], - [-3, -49], - [-44, -22], - [-20, 19], - [-27, -52], - [-47, 40], - [-28, -45], - [-52, 13], - [-24, 62], - [-78, 57], - [-50, 4], - [-89, -37], - [-115, 19], - [-145, 11], - [-58, 32], - [-71, 14], - [-87, -9], - [-42, -43], - [-86, 44], - [-109, 97], - [-26, 48], - [-45, 0], - [-25, 33], - [-11, -55], - [-58, 10], - [-9, 40], - [-42, -28], - [-76, 3], - [-31, -25], - [-33, 44], - [-166, 63], - [-58, 52], - [-4, 52], - [-101, 97], - [-14, 53], - [25, 52], - [-2, 45], - [48, -35], - [95, 14], - [56, -6], - [73, -63], - [93, 13], - [98, -8], - [52, 38], - [172, -13], - [68, 18], - [110, 76], - [112, 18], - [45, -18], - [11, 31], - [41, -2], - [21, -39], - [-19, -61], - [2, -52], - [30, -1], - [-5, 77], - [6, 158], - [20, 61], - [35, 1], - [2, 64], - [-17, 71], - [-48, 5], - [-10, -29], - [-112, 30], - [-35, 42], - [-24, 82], - [-56, 35], - [7, 48], - [60, 13], - [17, 100], - [32, 17], - [82, -10], - [26, 69], - [-22, 30], - [-28, -27], - [-64, 17], - [-48, 38], - [-42, 104], - [6, 89], - [21, 93], - [68, 6], - [92, -46], - [100, -30], - [-4, 29], - [-56, 17], - [-31, 27], - [-62, 22], - [-93, 10], - [30, 65], - [45, -48], - [23, 51], - [73, -33], - [149, -22], - [-5, 21], - [-141, 39], - [-86, 44], - [10, 45], - [88, 46], - [34, -54], - [7, 65], - [111, 43], - [72, -20], - [6, 54], - [160, 72], - [35, -12], - [46, 53], - [144, -7], - [73, 6] - ], - [ - [8686, 18535], - [94, -14], - [83, -66], - [38, -14], - [27, -49], - [-16, -126], - [-93, -124], - [-3, -37], - [-68, -51], - [-11, -43], - [-60, 67], - [-57, 35], - [-35, 69], - [-41, 14], - [-3, 57], - [-148, 85], - [-12, 65], - [8, 69], - [43, 31], - [89, 11], - [109, -1], - [56, 22] - ], - [ - [14739, 18537], - [65, -5], - [79, -39], - [27, 21], - [28, -23], - [157, -35], - [79, 15], - [191, 6], - [63, -34], - [102, -30], - [63, -29], - [37, -52], - [11, -48], - [56, -7], - [51, -55], - [-10, -57], - [73, -19], - [-6, -73], - [67, -24], - [-9, -42], - [-38, -20], - [-80, -1], - [-97, 11], - [-152, 34], - [-156, -2], - [-118, -35], - [-62, -34], - [-68, -19], - [-52, 3], - [-127, 68], - [-42, 112], - [15, 73], - [-28, 34], - [-33, -3], - [-113, 27], - [-23, 54], - [22, 71], - [-7, 69], - [35, 88] - ], - [ - [13407, 18586], - [140, -24], - [120, -4], - [43, -21], - [-5, -63], - [-67, -36], - [-160, -121], - [-66, -88], - [-65, -140], - [-69, -82], - [-16, -77], - [12, -38], - [61, -60], - [46, -63], - [-47, -134], - [15, -116], - [63, -124], - [103, -92], - [21, -32], - [107, -83], - [36, 4], - [45, -28], - [8, -71], - [-78, 16], - [-31, -32], - [-32, 6], - [-32, -47], - [-43, 20], - [-59, -15], - [-57, -63], - [-53, -22], - [-138, -22], - [-90, 30], - [-100, 53], - [-22, 70], - [-60, -23], - [-177, 19], - [-240, 44], - [-42, 57], - [-11, 97], - [31, 115], - [-24, 86], - [7, 79], - [31, 34], - [-49, 110], - [30, 67], - [27, 22], - [8, 76], - [39, 47], - [15, 48], - [24, -2], - [31, 86], - [20, 115], - [62, 94], - [27, 9], - [54, 76], - [41, 15], - [48, 63], - [106, 66], - [150, 59], - [29, 0], - [113, 34], - [120, 6] - ], - [ - [10041, 18638], - [36, -47], - [75, -23], - [61, -49], - [145, 26], - [95, 10], - [70, 21], - [43, 41], - [76, -30], - [66, -2], - [62, -67], - [-24, -77], - [-45, -32], - [-49, 21], - [4, -52], - [37, -76], - [-89, -23], - [-53, -28], - [-25, -53], - [-52, -35], - [-68, -71], - [5, -76], - [32, 58], - [85, 39], - [100, -14], - [57, -25], - [8, -69], - [89, -97], - [50, 16], - [49, -27], - [43, -142], - [-31, -30], - [-51, -15], - [4, -43], - [28, -36], - [7, -99], - [-5, -76], - [-26, -54], - [-61, -2], - [0, -46], - [-44, -6], - [-84, -53], - [-53, -2], - [-37, 35], - [-52, 15], - [-64, -15], - [-16, -23], - [58, -72], - [-33, -46], - [-73, -74], - [-57, -23], - [-51, 14], - [-80, 56], - [-34, 118], - [-38, 17], - [-36, 110], - [-43, 27], - [-51, 6], - [-12, 38], - [-37, 20], - [-51, 95], - [-29, 30], - [-97, 7], - [-8, 45], - [-34, 33], - [-68, -20], - [-45, 16], - [-26, 44], - [-39, 20], - [-24, 47], - [-65, 37], - [-88, 102], - [-2, 58], - [20, 74], - [43, 59], - [63, -6], - [60, -24], - [49, -74], - [32, 23], - [33, -76], - [61, -62], - [44, 21], - [82, 7], - [11, 21], - [66, -10], - [-12, 85], - [31, 22], - [15, -49], - [24, 10], - [-41, 151], - [-48, -9], - [-29, 80], - [-93, -3], - [-19, 34], - [-60, 16], - [-1, 24], - [-60, 32], - [21, 59], - [40, -6], - [12, 29], - [93, -6], - [33, -56], - [28, 1], - [4, 60], - [-77, 14], - [-40, 73], - [23, 37], - [60, 6], - [41, 22], - [52, -26], - [91, -21], - [3, 36], - [-62, -6], - [-10, 50], - [82, 16] - ], - [ - [10583, 18738], - [16, -46], - [-110, -87], - [-79, -27], - [-108, -21], - [-59, 3], - [-63, 27], - [-14, 33], - [100, 26], - [57, 42], - [60, 0], - [126, 44], - [74, 6] - ], - [ - [11613, 18769], - [114, -13], - [108, -25], - [69, -43], - [9, -49], - [30, -2], - [56, 41], - [98, 6], - [94, -9], - [193, -59], - [0, -64], - [-29, -47], - [-115, -137], - [-65, -90], - [-39, -79], - [-107, -179], - [-56, -65], - [-79, -34], - [-239, 67], - [-57, -23], - [-93, -3], - [2, -45], - [86, -62], - [34, -80], - [-49, -68], - [-45, -14], - [-49, -127], - [-54, -45], - [-52, 6], - [-168, -30], - [-13, 163], - [13, 131], - [-39, 31], - [-13, 64], - [-55, 28], - [-22, 61], - [13, 84], - [-6, 106], - [21, 26], - [-13, 210], - [-17, 55], - [13, 62], - [83, 21], - [38, -44], - [46, 18], - [-85, 85], - [3, 66], - [149, 56], - [124, 26], - [66, 0], - [97, 23] - ], - [ - [10654, 19030], - [9, -67], - [-60, -28], - [-6, 73], - [57, 22] - ], - [ - [11095, 19042], - [71, -32], - [22, -51], - [-61, -2], - [-85, 38], - [53, 47] - ], - [ - [9017, 19508], - [75, -52], - [35, -75], - [7, -51], - [-53, -51], - [-143, -16], - [-68, 25], - [-15, 60], - [26, 99], - [67, 57], - [69, 4] - ], - [ - [11269, 19614], - [87, -10], - [58, -19], - [112, -109], - [44, -21], - [39, -175], - [29, -84], - [-22, -141], - [-50, -19], - [-152, 6], - [-85, -11], - [-89, 26], - [-11, 45], - [-48, 29], - [-109, 24], - [-27, -12], - [-77, 56], - [-53, -6], - [-5, 57], - [-36, 1], - [-20, 33], - [62, 91], - [66, 15], - [29, 78], - [43, 75], - [38, 6], - [72, 39], - [18, -4], - [87, 30] - ], - [ - [10925, 19624], - [97, -46], - [-52, -68], - [-26, 1], - [-39, 56], - [-31, -20], - [-6, -53], - [-74, -42], - [-32, 49], - [7, 44], - [39, -4], - [21, 28], - [58, 13], - [38, 42] - ], - [ - [11369, 19814], - [50, -132], - [-78, -6], - [-49, 28], - [-9, 89], - [86, 21] - ], - [ - [9500, 19817], - [35, -31], - [-107, -37], - [-43, -61], - [-61, -12], - [-116, 4], - [9, 35], - [39, 17], - [18, 34], - [84, 27], - [142, 24] - ], - [ - [9435, 19877], - [-26, -50], - [-204, -57], - [-9, -30], - [-80, -7], - [-26, 66], - [73, 11], - [164, 55], - [108, 12] - ], - [ - [15170, 19887], - [19, -47], - [-75, -38], - [-66, -84], - [-28, -1], - [1, 76], - [65, 32], - [42, 59], - [42, 3] - ], - [ - [9322, 20007], - [53, -12], - [17, -79], - [-23, -28], - [-127, -36], - [-168, -5], - [-137, 47], - [35, 55], - [109, 10], - [172, 43], - [69, 5] - ], - [ - [12818, 20164], - [17, -26], - [-32, -88], - [-2, 111], - [17, 3] - ], - [ - [9016, 20213], - [112, -50], - [17, -33], - [94, -34], - [45, -35], - [-84, -46], - [-104, -13], - [-61, 28], - [-61, 0], - [-23, 64], - [-63, 44], - [-2, 34], - [70, 36], - [60, 5] - ], - [ - [10345, 20219], - [52, -4], - [56, -47], - [78, -19], - [6, -28], - [52, -15], - [-15, -83], - [5, -45], - [62, -54], - [-22, -50], - [-17, -83], - [11, -49], - [-37, -77], - [90, -21], - [-12, -47], - [8, -92], - [-75, 68], - [-35, -63], - [-18, 34], - [-16, -141], - [36, -7], - [52, -83], - [-58, -6], - [-26, -47], - [-90, 0], - [-31, -15], - [-85, -3], - [-25, 35], - [-23, -40], - [-86, 1], - [-16, 50], - [-34, -58], - [-147, 11], - [-50, 18], - [-19, 116], - [42, 2], - [11, 48], - [-68, -11], - [-9, 85], - [126, 15], - [41, 67], - [11, 57], - [-185, -21], - [-79, -21], - [-39, 7], - [-50, -19], - [-67, 1], - [-134, -26], - [-83, -2], - [-49, -26], - [-30, 24], - [16, 80], - [79, 34], - [15, 73], - [106, 26], - [40, -33], - [88, -38], - [-2, 50], - [-42, -3], - [-14, 73], - [-25, -8], - [-31, 143], - [-65, 2], - [39, 128], - [102, -4], - [46, -16], - [50, -48], - [0, -41], - [142, -79], - [47, -39], - [57, -77], - [63, 11], - [-59, 64], - [-21, 78], - [-35, 18], - [-7, 38], - [89, -5], - [-15, 43], - [-57, 22], - [-106, -7], - [-32, 32], - [4, 51], - [50, 38], - [80, 30], - [87, -17], - [60, 12], - [87, -69], - [17, -41], - [38, 8], - [53, -13], - [-19, 80], - [61, 10], - [5, 58] - ], - [ - [9882, 20264], - [-13, -63], - [-153, -48], - [-48, 48], - [98, 18], - [11, 21], - [105, 24] - ], - [ - [12467, 20307], - [71, -52], - [-29, -47], - [-30, -114], - [-33, 7], - [-125, 142], - [30, 42], - [116, 22] - ], - [ - [7614, 19552], - [23, 2], - [19, -9], - [29, 5], - [34, -12], - [54, 1], - [72, -19], - [-1, 45], - [31, 34], - [-57, 77], - [-97, 34], - [-57, 1], - [2, 39], - [-46, -5], - [-1, 35], - [55, 15], - [59, 45], - [9, 57], - [-92, 39], - [-31, 29] - ], - [ - [7619, 20104], - [0, 2], - [-3, 5], - [36, 58], - [22, -9], - [35, 82], - [37, 42], - [161, 20], - [33, -40], - [6, -61], - [-15, -67], - [-2, -74], - [71, -13], - [27, -52], - [-45, -71], - [-13, -77], - [65, 1], - [36, 15], - [68, -19], - [4, -43], - [-54, -47], - [12, -51], - [34, 51], - [77, 19], - [63, -4], - [57, -125], - [17, 41], - [-1, 123], - [52, 49], - [30, 4], - [145, -32], - [82, -43], - [33, -41], - [25, -107], - [-28, -78], - [-38, -9], - [-16, -63], - [11, -38], - [-49, -43], - [-15, -43], - [-57, -95], - [-88, -26], - [-68, 2], - [-33, -42], - [-72, -11], - [-21, 18], - [-86, 17], - [-32, 31], - [-53, -9], - [-31, -46], - [-65, -6], - [-31, 22], - [-12, 51], - [-60, 17], - [-38, -44], - [-71, -26], - [-31, -31], - [-110, -14] - ], - [ - [11073, 20439], - [69, -5], - [60, -38], - [62, -11], - [76, 3], - [34, -32], - [52, -21], - [48, 2], - [16, 26], - [90, -18], - [82, -90], - [15, -58], - [-46, -112], - [73, 75], - [68, 19], - [52, -14], - [123, 14], - [42, 28], - [120, 14], - [117, -23], - [41, -41], - [54, -8], - [-15, -67], - [-73, 19], - [-48, -3], - [-57, 23], - [-7, -33], - [97, -5], - [23, -13], - [142, -18], - [81, -20], - [58, -25], - [116, -11], - [20, -46], - [-53, -26], - [-110, 5], - [-44, -9], - [-95, 15], - [-89, -16], - [0, -84], - [-65, 1], - [41, -62], - [34, 48], - [14, -25], - [66, -1], - [95, 15], - [85, -47], - [-20, -61], - [100, 16], - [38, -85], - [19, -98], - [66, -48], - [43, 32], - [-23, 63], - [48, 38], - [5, -37], - [50, -22], - [45, -47], - [38, 32], - [53, 18], - [59, -39], - [39, 66], - [23, 11], - [48, -23], - [23, -34], - [63, -30], - [59, -7], - [19, -55], - [29, 18], - [112, 6], - [-1, 56], - [77, 57], - [13, -22], - [58, 0], - [51, 58], - [92, -17], - [9, 32], - [82, 9], - [25, 34], - [40, -8], - [23, 41], - [114, -23], - [34, -30], - [53, 22], - [50, -12], - [67, 36], - [74, 12], - [68, -12], - [174, -12], - [14, -87], - [96, -8], - [95, 18], - [71, -17], - [35, -25], - [-1, -47], - [59, -26], - [36, 7], - [17, -42], - [32, -4], - [-31, -123], - [-50, -2], - [-40, -98], - [89, 18], - [29, -14], - [42, -73], - [-151, -40], - [-39, 12], - [-22, -132], - [-30, -16], - [-117, -8], - [-99, 14], - [-128, -69], - [-148, 34], - [-19, 27], - [-29, -29], - [-58, 3], - [-71, 55], - [-9, 108], - [-44, 11], - [-58, 50], - [-1, -61], - [54, -32], - [-60, -114], - [-168, -30], - [-94, -2], - [-20, 14], - [-46, -16], - [-36, 10], - [-40, -17], - [-67, 34], - [-17, -25], - [-138, -14], - [-13, 58], - [-30, -50], - [-82, -16], - [-129, -2], - [-66, 12], - [-38, -16], - [-233, 24], - [-2, 76], - [32, 65], - [-18, 59], - [-58, -27], - [-34, -83], - [-39, 61], - [-21, -75], - [-37, -31], - [-89, -23], - [-87, -1], - [-95, 38], - [-62, 12], - [-27, 29], - [-32, 103], - [-107, -112], - [-71, 1], - [-31, 43], - [-36, -17], - [-39, 42], - [-4, 110], - [-27, 14], - [-21, 83], - [-39, 22], - [-14, 56], - [4, 87], - [49, 71], - [37, 17], - [14, 57], - [-28, 127], - [-63, 27], - [-51, 47], - [-17, 73], - [-24, 38], - [-45, 18], - [-32, 73], - [-57, 0], - [-73, -40], - [-61, -20], - [-76, 11], - [-103, -1], - [-16, 16], - [-78, -38], - [-55, 72], - [-147, 16], - [-67, 52], - [10, 58], - [-50, 32], - [-35, -2], - [-33, 33], - [-87, 6], - [0, 67], - [60, -34], - [-10, 64], - [-33, -9], - [5, 74], - [106, -2], - [4, 37], - [160, 14] - ], - [ - [12211, 20545], - [37, 0], - [7, -68], - [-40, 3], - [-4, 65] - ], - [ - [13649, 20736], - [42, -3], - [33, -53], - [-63, -18], - [-12, 74] - ], - [ - [12260, 20781], - [31, -15], - [104, -7], - [136, -90], - [5, -93], - [-43, -43], - [-92, -18], - [-182, 68], - [-43, 40], - [-6, 67], - [15, 68], - [75, 23] - ], - [ - [8588, 20842], - [79, -22], - [85, -56], - [51, -58], - [-4, -67], - [67, -3], - [85, -79], - [22, -68], - [-25, -21], - [-68, 13], - [-20, -16], - [-95, 39], - [-69, 47], - [-92, 157], - [-42, 134], - [26, 0] - ], - [ - [11131, 20865], - [36, -23], - [54, -7], - [34, 18], - [169, -3], - [94, -22], - [53, 24], - [106, -28], - [-23, -53], - [-41, -51], - [5, -47], - [-114, -19], - [-30, 14], - [-142, 4], - [-78, 10], - [-70, -16], - [-46, 10], - [-112, -5], - [-44, 17], - [-39, 37], - [-1, 76], - [75, 37], - [80, 8], - [34, 19] - ], - [ - [9595, 20924], - [86, -19], - [68, -63], - [-10, -25], - [-88, 5], - [-74, -33], - [-63, 7], - [-103, 57], - [4, 48], - [92, 18], - [88, 5] - ], - [ - [7626, 21038], - [40, -2], - [-6, -81], - [-40, -15] - ], - [ - [9312, 21135], - [20, -44], - [-59, -43], - [-47, 2], - [-11, 25], - [73, 57], - [24, 3] - ], - [ - [7623, 21343], - [111, -46], - [19, -52], - [-12, -73], - [-121, -20] - ], - [ - [10564, 21453], - [68, -12], - [125, -37], - [26, -24], - [90, -9], - [53, -37], - [29, -59], - [57, -23], - [55, 27], - [51, -5], - [155, -69], - [-19, -50], - [-50, -12], - [16, -59], - [51, -42], - [-53, -97], - [-73, 14], - [-11, -16], - [-154, -40], - [-78, -4], - [-18, 24], - [-66, -12], - [-9, -44], - [-28, -14], - [-55, 19], - [-3, 58], - [-89, 50], - [-49, 5], - [2, 39], - [180, -5], - [0, 35], - [-93, 44], - [-67, -7], - [-47, 14], - [-25, 39], - [-37, 6], - [-11, 61], - [-71, 32], - [15, 42], - [67, 21], - [-77, 48], - [-3, 72], - [42, 22], - [104, 5] - ], - [ - [13503, 21595], - [130, -11], - [3, -35], - [-138, -36], - [-152, -21], - [33, 69], - [124, 34] - ], - [ - [9057, 21770], - [54, -5], - [80, -40], - [76, -5], - [50, -67], - [63, -41], - [-5, -82], - [27, -48], - [35, 35], - [2, 49], - [53, 8], - [50, 32], - [89, -7], - [99, -68], - [36, -88], - [111, -4], - [57, 21], - [28, -38], - [32, -4], - [63, -37], - [27, -55], - [57, -24], - [-62, -93], - [-5, -58], - [67, -6], - [43, -52], - [94, -87], - [-31, -42], - [8, -50], - [-114, -43], - [-70, 3], - [-11, -21], - [-58, 21], - [-51, 0], - [-48, 22], - [-66, 61], - [-27, 96], - [-34, 37], - [-74, -6], - [-31, 31], - [-178, 31], - [-94, -32], - [-59, 29], - [-2, 59], - [-80, -9], - [-39, -21], - [-102, -10], - [-51, -43], - [-105, 8], - [-41, 37], - [-37, -3], - [-72, 71], - [-13, 39], - [52, 41], - [98, -2], - [31, -20], - [104, -18], - [85, -3], - [-7, 155], - [-87, 20], - [-44, -28], - [27, 94], - [-43, 33], - [-80, -16], - [-67, -77], - [-62, -12], - [2, 31], - [40, 30], - [26, 76], - [-68, 2], - [-69, -16], - [-61, 4], - [-35, 23], - [4, 70], - [43, 45], - [4, 46], - [61, -24], - [305, 45] - ], - [ - [10126, 22219], - [33, -25], - [92, 15], - [41, -24], - [47, -69], - [-6, -54], - [24, -42], - [-45, -77], - [-34, 30], - [-97, 20], - [13, 51], - [-61, 25], - [-125, -8], - [-21, 8], - [10, 89], - [21, 30], - [56, 29], - [52, 2] - ], - [ - [11153, 22538], - [63, -2], - [-17, -53], - [-46, 55] - ], - [ - [11612, 22927], - [109, -17], - [65, -25], - [87, -16], - [99, -31], - [66, -43], - [3, -45], - [56, -50], - [22, -42], - [77, -52], - [10, -38], - [104, -32], - [27, -72], - [38, -15], - [129, -13], - [62, 9], - [91, -9], - [47, -25], - [-19, -148], - [91, -59], - [74, -13], - [17, 50], - [-44, 18], - [-28, 44], - [4, 53], - [68, 31], - [106, -7], - [79, -19], - [19, -119], - [-39, -25], - [-67, -6], - [8, -41], - [56, 11], - [106, -2], - [31, -40], - [11, -49], - [32, -6], - [-42, -153], - [-71, -46], - [21, -65], - [39, 69], - [150, 48], - [65, -10], - [59, -41], - [12, -77], - [36, 46], - [9, 55], - [74, -25], - [15, -52], - [51, -50], - [32, -4], - [45, -37], - [14, -36], - [-76, -19], - [-21, -29], - [-233, -48], - [-64, -21], - [-27, -52], - [-40, -9], - [-55, 49], - [-1, -87], - [-79, -49], - [-51, -80], - [-29, -14], - [-64, 40], - [-22, 44], - [12, 127], - [-48, -1], - [-26, -89], - [27, -105], - [37, -10], - [22, -41], - [-30, -57], - [-61, -11], - [-94, 95], - [-25, -54], - [49, -53], - [5, -28], - [-49, -78], - [-16, -61], - [-51, 8], - [-37, 26], - [-43, 62], - [-72, 62], - [-91, 112], - [-15, -77], - [74, -60], - [38, -59], - [-12, -41], - [-53, 0], - [-42, 56], - [-50, 15], - [-17, -31], - [-2, -79], - [-155, -3], - [-57, 18], - [-100, 6], - [-55, 28], - [-54, -16], - [-37, 45], - [-28, -3], - [-78, 51], - [-72, 34], - [25, 49], - [57, -12], - [30, 18], - [133, 8], - [72, -7], - [112, 29], - [54, -10], - [-4, 40], - [-77, 9], - [-13, -22], - [-72, -16], - [-142, 3], - [-91, 10], - [-57, 22], - [-31, -18], - [-81, -12], - [-39, 46], - [-33, 11], - [-6, 92], - [-66, -6], - [-43, 45], - [-31, 59], - [52, 20], - [76, 3], - [68, 68], - [107, -6], - [43, 9], - [73, -11], - [98, 2], - [208, 25], - [102, 3], - [-8, 26], - [-82, 1], - [-119, -19], - [-151, -5], - [-61, 58], - [130, -7], - [67, 18], - [108, 8], - [-1, 22], - [-70, -4], - [-68, -19], - [-66, 3], - [-59, 37], - [79, 42], - [9, 66], - [-30, 16], - [-30, -28], - [-45, -73], - [-24, 8], - [-75, -28], - [-54, 41], - [-11, -72], - [-59, -11], - [-8, 45], - [-35, -39], - [-39, 8], - [-9, -41], - [-83, -21], - [-13, 78], - [-73, 23], - [-26, -50], - [-106, -23], - [-20, -23], - [-47, 13], - [-27, 69], - [-28, -22], - [-81, 28], - [7, 54], - [29, 25], - [72, 3], - [195, 42], - [48, 23], - [-1, 49], - [-41, -7], - [-52, -40], - [-194, -24], - [-100, 11], - [-67, 53], - [-44, 54], - [-34, -5], - [-27, 42], - [2, 80], - [-20, 62], - [94, -5], - [69, -35], - [92, -20], - [124, -4], - [70, 9], - [21, 29], - [64, 27], - [-7, 45], - [-46, -41], - [-145, -24], - [-149, 44], - [-117, 49], - [38, 56], - [137, 1], - [-43, 48], - [-12, 53], - [102, 24], - [134, 8], - [80, -29], - [20, 28], - [-30, 69], - [-77, 24], - [-2, 23], - [-76, -14], - [-38, 11], - [17, 69], - [37, 52], - [93, 29], - [85, -13], - [26, -41], - [27, 27], - [44, -2], - [10, 49], - [65, 6], - [81, -14], - [69, 4], - [-1, 73], - [-187, -6], - [-93, 23], - [59, 71], - [107, -17], - [38, 24] - ], - [ - [17382, 23927], - [56, -13], - [34, -52], - [130, 16], - [44, -53], - [20, 27], - [59, -15], - [39, 13], - [74, -12], - [129, -1], - [137, -17], - [102, 5], - [4, -35], - [-106, -38], - [-103, -27], - [-214, -39], - [-3, -27], - [79, 8], - [116, -1], - [123, 38], - [59, -7], - [10, 22], - [223, 57], - [60, -7], - [42, -23], - [28, 52], - [85, 13], - [43, -56], - [61, -31], - [97, 44], - [114, 0], - [23, -47], - [-12, -47], - [52, -12], - [11, -31], - [56, -5], - [29, -43], - [168, 9], - [57, -24], - [122, -8], - [97, -61], - [0, -61], - [-39, -35], - [-81, -26], - [-68, -8], - [-9, -33], - [-59, -32], - [-221, -80], - [-128, -24], - [-50, -31], - [-75, -9], - [-14, -24], - [-62, -18], - [-78, 6], - [-29, 18], - [-152, -18], - [2, -31], - [-94, -23], - [-197, -5], - [-234, -13], - [-8, -26], - [145, 8], - [63, -10], - [10, -31], - [-380, -89], - [-87, -30], - [-159, -30], - [-103, -32], - [5, -31], - [109, 47], - [74, 8], - [197, 33], - [136, 36], - [189, 28], - [318, 65], - [108, 17], - [144, 11], - [16, -53], - [-34, -32], - [-91, -40], - [-151, -57], - [-123, -10], - [-53, -47], - [-37, -10], - [-23, -36], - [-164, -69], - [-74, -7], - [-11, -27], - [-66, -20], - [-26, -31], - [-52, -9], - [-262, -155], - [-37, -64], - [-99, -29], - [-76, -5], - [-31, 56], - [-93, 56], - [-1, -25], - [59, -41], - [-2, -58], - [51, -16], - [7, -57], - [-137, 5], - [-175, -37], - [66, -26], - [78, 24], - [62, -7], - [-37, -78], - [-131, -15], - [59, -39], - [-31, -62], - [-80, -33], - [-117, -10], - [-83, -31], - [-43, 18], - [-60, -4], - [-60, 15], - [-3, 32], - [-47, 30], - [-89, 11], - [-85, -7], - [-26, 34], - [-83, 4], - [-102, -20], - [15, -39], - [187, 5], - [18, -21], - [49, 10], - [66, -26], - [50, -61], - [-2, -55], - [-50, -15], - [-95, 1], - [-51, 28], - [-23, -66], - [-153, 1], - [-26, 25], - [-74, -53], - [-95, -1], - [-123, 18], - [-38, 19], - [-29, -60], - [-150, 1], - [-37, 16], - [-28, 40], - [-26, -5], - [-1, -104], - [114, 12], - [169, -5], - [61, -25], - [27, 6], - [281, -2], - [3, -127], - [-99, 6], - [-146, 23], - [-68, 22], - [-16, 43], - [-46, 15], - [-137, 0], - [-110, -7], - [-48, 9], - [-84, -21], - [237, -10], - [129, -18], - [2, -24], - [-186, 6], - [-101, -16], - [-36, -19], - [-82, 25], - [-20, -56], - [-30, -5], - [-12, -78], - [69, 66], - [34, 14], - [97, 4], - [142, 27], - [16, -9], - [147, -7], - [21, -41], - [80, -27], - [69, 7], - [122, -36], - [7, -45], - [-14, -63], - [-49, -61], - [-52, 0], - [-145, -21], - [174, -74], - [-64, -39], - [-25, -53], - [-45, -7], - [-118, 25], - [-117, 2], - [-31, -43], - [108, -13], - [31, -18], - [39, 16], - [103, -10], - [-14, -47], - [-61, -53], - [-79, 41], - [-61, -19], - [-18, -29], - [-46, -5], - [-30, -54], - [19, -70], - [-31, -25], - [-83, -13], - [-64, -30], - [-44, 19], - [-31, 41], - [-2, -72], - [-41, -52], - [-75, -26], - [-23, -45], - [-59, -4], - [-21, -25], - [-27, 42], - [-21, -27], - [-63, -32], - [-102, 16], - [-52, -1], - [-46, -23], - [-101, 11], - [-85, 21], - [-138, 57], - [-28, 35], - [-58, 29], - [-17, -67], - [57, -28], - [31, -40], - [-186, 4], - [59, -40], - [25, -50], - [120, 57], - [105, 11], - [138, -45], - [0, -72], - [82, 71], - [84, 25], - [76, -12], - [52, -29], - [-13, -55], - [-54, -13], - [12, -73], - [68, -13], - [104, 20], - [36, 39], - [62, 21], - [54, -27], - [42, -54], - [2, -154], - [-49, 6], - [-38, -67], - [-45, -10], - [-10, -29], - [-38, 2], - [-20, 65], - [-42, -4], - [-40, -85], - [-70, -21], - [-17, -46], - [-67, 2], - [-123, -46], - [-53, 0], - [-18, -21], - [-98, -19], - [-48, 28], - [51, 127], - [-42, 27], - [-84, 19], - [-37, -22], - [-96, 5], - [-95, 23], - [0, -68], - [-88, 1], - [-44, -12], - [-81, 50], - [0, 54], - [-32, 8], - [-8, -95], - [-100, 7], - [-19, 25], - [-67, 33], - [-14, 61], - [-26, -3], - [0, -98], - [-80, -13], - [-65, 22], - [-25, 47], - [-35, 16], - [20, -95], - [78, -17], - [-13, -47], - [-55, -13], - [-79, -1], - [-120, 42], - [-45, -11], - [-21, 17], - [-81, 10], - [-23, 27], - [-66, 12], - [-31, -31], - [-52, 6], - [-40, 25], - [-80, -7], - [-19, -46], - [-195, 23], - [16, 71], - [-38, 49], - [2, 128], - [-48, -73], - [-7, -56], - [-46, -113], - [-56, 9], - [-71, 43], - [-2, 96], - [-21, 106], - [30, 28], - [153, 59], - [92, 74], - [179, 11], - [50, -10], - [23, 33], - [49, 18], - [-17, 87], - [-26, -17], - [-95, 15], - [-10, 100], - [-53, 41], - [-52, 16], - [19, 106], - [191, 47], - [124, -6], - [99, -26], - [54, -26], - [58, -49], - [61, -159], - [45, 14], - [27, -42], - [65, 2], - [64, -13], - [75, -39], - [7, 58], - [47, -9], - [61, 8], - [71, -18], - [14, 54], - [45, 6], - [55, 30], - [114, 116], - [84, 114], - [-2, 64], - [-28, 13], - [-28, -24], - [8, -50], - [-98, -83], - [-8, -36], - [-60, -67], - [-65, -47], - [-59, -14], - [-132, 14], - [-73, -1], - [-28, 45], - [-83, 30], - [-27, 121], - [-30, 0], - [-48, 52], - [146, 82], - [27, 82], - [26, 26], - [22, 134], - [-18, 5], - [-48, -135], - [-23, -4], - [-22, -47], - [-51, -51], - [-180, -32], - [13, 64], - [52, 65], - [-1, 52], - [-88, -101], - [-53, 15], - [-54, -59], - [-100, -9], - [-79, 9], - [-21, 131], - [11, 61], - [76, 56], - [77, 0], - [-23, 47], - [10, 52], - [56, 40], - [54, 12], - [107, 6], - [105, 18], - [81, 37], - [68, -6], - [91, -30], - [116, 0], - [105, -15], - [33, -22], - [142, -58], - [39, 5], - [48, -51], - [51, -23], - [-38, 94], - [-64, 0], - [-9, 17], - [-85, 24], - [-8, 26], - [126, 4], - [103, -8], - [50, 13], - [94, -1], - [-31, 91], - [-64, -61], - [-110, -12], - [-65, 21], - [-109, 8], - [-76, -5], - [-142, 15], - [-129, 33], - [37, 74], - [94, -14], - [59, -49], - [15, 42], - [-63, 44], - [-32, 0], - [-54, 83], - [-13, 53], - [-83, 32], - [-49, 85], - [-106, 45], - [-83, 2], - [-139, 32], - [-13, 100], - [-46, 105], - [31, 104], - [28, 15], - [132, 7], - [123, -35], - [308, 0], - [68, -9], - [65, -27], - [76, -57], - [108, -55], - [75, -54], - [47, -8], - [52, -39], - [25, -78], - [38, -16], - [21, -51], - [30, -4], - [27, 29], - [78, -11], - [33, -19], - [95, -6], - [15, 19], - [180, 27], - [-30, 27], - [-150, -27], - [-84, 8], - [-48, 21], - [-84, 8], - [-23, 35], - [13, 101], - [-134, 30], - [-168, 106], - [-51, 48], - [30, 52], - [87, 5], - [109, 20], - [38, -4], - [214, 27], - [93, 17], - [59, -5], - [34, 40], - [108, 2], - [113, 12], - [125, 0], - [105, 29], - [-170, 3], - [-78, -9], - [-31, 48], - [134, 35], - [193, 37], - [166, 18], - [223, 4], - [62, -24], - [13, -39], - [26, 34], - [-65, 48], - [-195, 7], - [-129, 12], - [-280, -33], - [23, 89], - [99, 47], - [30, 53], - [60, 18], - [17, 26], - [90, 40], - [91, 12], - [65, 26], - [17, 28], - [-302, -81], - [-98, -61], - [-55, -19], - [-14, -36], - [-79, 21], - [-60, 33], - [18, -75], - [-5, -80], - [-18, -37], - [-189, -69], - [-136, -32], - [-36, -15], - [-163, -34], - [-301, -35], - [-84, 5], - [15, 54], - [69, 28], - [141, 15], - [83, 35], - [-9, 33], - [-131, -39], - [-17, -15], - [-201, -36], - [-42, 14], - [-12, 36], - [-47, -127], - [-190, -20], - [-192, 0], - [-43, 11], - [-137, 0], - [-156, 41], - [22, 44], - [93, 64], - [133, 104], - [140, 23], - [-18, 24], - [-110, -1], - [-127, -51], - [-67, -57], - [-135, -79], - [-65, -58], - [-68, 0], - [-169, 38], - [-64, 31], - [-213, 71], - [42, 48], - [244, 34], - [64, 0], - [94, -15], - [105, 1], - [145, 21], - [47, 23], - [92, 14], - [18, 19], - [124, 55], - [122, 30], - [-27, 29], - [-40, -16], - [-213, -45], - [-72, -47], - [-158, -15], - [-96, -21], - [-126, -4], - [-41, 6], - [-186, -12], - [-193, -23], - [-68, 4], - [-66, 22], - [-38, 67], - [125, 78], - [134, 72], - [71, 19], - [35, 26], - [134, 10], - [-3, 31], - [-113, -17], - [-208, -50], - [-206, -57], - [-30, 30], - [5, 45], - [105, 42], - [3, 47], - [-37, 30], - [-20, -29], - [-93, 10], - [-50, -23], - [-38, -58], - [-89, -5], - [7, 41], - [-67, 15], - [7, 71], - [48, 19], - [70, -7], - [35, 42], - [84, 4], - [27, 26], - [230, 17], - [10, -29], - [63, -27], - [-14, 63], - [105, 55], - [104, 29], - [116, 11], - [4, 11], - [169, -23], - [56, -72], - [63, -33], - [-2, 97], - [144, -4], - [80, -24], - [70, -46], - [1, 46], - [112, 0], - [94, -12], - [7, -41], - [33, -17], - [0, 55], - [-49, 25], - [-207, 15], - [-84, 30], - [-120, 8], - [-65, 32], - [-2, 31], - [225, -1], - [44, 10], - [86, -6], - [2, 85], - [50, -12], - [47, -53], - [87, 6], - [-6, 46], - [127, 13], - [106, -13], - [82, -53], - [1, -23], - [93, -41], - [-19, -56], - [79, 10], - [2, 41], - [-36, 30], - [-2, 55], - [133, -32], - [35, -32], - [60, -9], - [180, -48], - [24, -62], - [35, 18], - [218, -12], - [51, -52], - [5, 76], - [-171, 13], - [-87, 27], - [-10, 38], - [-95, 5], - [-284, 92], - [-16, 98], - [40, 5], - [156, -10], - [29, 25], - [56, 2], - [8, 45], - [68, -21], - [63, -50], - [57, -17], - [69, 8], - [-105, 69], - [34, 57], - [127, -16], - [32, 27], - [-8, 59], - [71, 15], - [44, 32], - [80, 24], - [89, -12], - [13, 17], - [57, -12], - [32, -41], - [62, -2], - [40, 38], - [48, 7], - [164, -39], - [104, -78], - [28, -33], - [135, -41], - [-5, -64], - [107, 83], - [-102, 34], - [-56, 6], - [-13, 41], - [-72, 38], - [-21, 26], - [-149, 44], - [12, 40], - [185, -2], - [123, 20], - [79, -4], - [97, -17], - [44, 12], - [157, -7], - [111, -40], - [47, -62], - [128, -51], - [160, -40], - [-24, -37], - [22, -74], - [36, -15], - [18, 49], - [6, 89], - [-115, 35], - [-79, 16], - [-45, 23], - [-3, 73], - [27, 23], - [224, 49], - [169, -1], - [-11, -61], - [53, -29], - [74, 11], - [-25, 58], - [154, 28], - [180, 3] - ], - [ - [14578, 6666], - [45, -12], - [49, -41], - [38, -70], - [37, -155], - [-17, -24], - [-77, 30], - [-51, 46], - [-69, 22], - [-98, 55], - [-25, 37], - [56, 87], - [112, 25] - ], - [ - [15030, 5650], - [-1, -260], - [0, -1993], - [-15, -83], - [37, -95], - [-4, -87], - [56, -154], - [11, -5], - [44, -159], - [77, -134], - [70, -15], - [19, -23], - [44, 13], - [18, -18], - [120, -48], - [62, -77], - [30, -94], - [50, -45], - [14, 61], - [36, -11], - [3, -81], - [27, -99], - [72, -60], - [40, 36], - [52, -23], - [46, -58], - [30, 47], - [135, 67], - [44, 39], - [75, -3], - [63, -42], - [-23, -152], - [31, -56] - ], - [ - [16293, 2038], - [-49, -82], - [-109, -50], - [-77, -79], - [-112, -185], - [-14, -51], - [-36, -51], - [-47, -36], - [-68, -108], - [-87, -267], - [-460, 1], - [-128, -105], - [32, -110], - [16, -161], - [25, -45], - [-8, -43], - [-278, -253], - [-290, -108], - [-92, -106], - [-188, -199], - [-67, 0], - [-95, 107], - [-19, 99], - [13, 145], - [55, 25], - [56, 131], - [29, 32], - [24, 224], - [73, 341], - [-72, 761], - [-26, 251], - [-261, 276], - [38, 103], - [-33, 61], - [-62, 8], - [-31, -35], - [-29, 76], - [-17, 132], - [3, 66], - [-59, -13], - [-45, -28], - [-51, 101], - [-20, 146], - [-293, 288], - [-178, 171], - [-267, 249], - [-124, 110], - [-78, -36], - [-158, -157], - [-37, 24], - [-69, 7], - [-24, -15], - [-40, 57], - [-173, 10], - [-24, 77], - [-73, -53], - [-31, -44], - [-33, -12], - [-71, 40], - [-8, 43], - [-64, 34], - [-17, 57], - [-51, -3], - [-2, -59], - [-23, -10], - [-35, 125], - [-35, -6], - [-18, 57], - [-54, 47], - [-76, 13], - [-51, -30], - [-1, -26], - [-69, -15], - [-24, 64], - [-91, 17], - [-8, 25], - [-68, -1], - [-36, 62], - [1, 40], - [-36, 240], - [-32, 43], - [-48, 7] - ], - [ - [12719, 8767], - [28, 2], - [49, -97], - [40, -26], - [44, -56], - [80, -44], - [37, -77], - [47, -131], - [47, -61], - [60, -43], - [69, -8], - [59, -48], - [73, -42], - [20, -26], - [84, -28], - [86, -82], - [59, -86], - [56, -30], - [7, -40], - [34, 9], - [42, -23], - [71, 0], - [49, 23], - [55, -14], - [46, 25], - [53, -14], - [49, -34], - [71, -10], - [50, 16], - [52, -54], - [25, 18], - [52, -24], - [43, -40], - [2, -86], - [17, -59], - [-22, -85], - [-8, -76], - [-29, -138], - [3, -47], - [43, -80], - [32, -164], - [-18, -53], - [-2, -92], - [23, -148], - [-28, -37], - [-17, -86], - [14, -75], - [69, -88], - [7, -41], - [63, -112], - [31, -37], - [24, -155], - [19, -40], - [94, -68], - [16, -45], - [62, -71], - [23, -57], - [29, -178], - [31, -41], - [48, -10], - [55, -72], - [23, -6], - [27, 61], - [-9, 52], - [52, 62] - ], - [ - [18824, 3103], - [4, -98], - [-17, -30], - [40, -109], - [23, -116], - [19, 72], - [97, -43], - [11, -35], - [63, -18], - [89, 38], - [117, 12], - [-4, -79], - [-33, 2], - [-36, -133], - [-8, -81], - [-81, -9], - [-32, 65], - [-3, 70], - [-36, -2], - [-32, -38], - [-84, 47], - [-84, 120], - [-44, -9], - [2, 71], - [-27, 61], - [-40, -8], - [-3, 62], - [57, 131], - [42, 57] - ], - [ - [17587, 3247], - [2, 60], - [-43, 31], - [-190, -440], - [-15, -162], - [-33, -41], - [-24, -88], - [-5, -130], - [11, -47], - [-36, -51], - [6, -37], - [-41, -39], - [-65, -151], - [4, -47], - [-21, -45], - [-15, 57], - [-51, -55], - [-29, 32], - [-32, -48], - [-24, -119], - [-197, -6], - [-180, 7], - [-268, -14], - [-82, 26], - [20, 52], - [59, 44], - [16, 54], - [52, 10], - [23, 28], - [68, 36], - [3, 65], - [21, 92], - [35, 63], - [30, 140], - [51, 46], - [48, 22], - [62, 85], - [60, 55], - [22, 78], - [75, 47], - [47, -4], - [41, 44], - [55, 32], - [24, 48], - [43, 2], - [28, 34], - [78, 55], - [52, 91], - [36, 94], - [34, 39], - [8, 64], - [57, 72], - [58, 130], - [17, 66], - [129, 195], - [92, 88], - [97, 111], - [53, 28], - [24, 32], - [145, 105], - [43, 23], - [86, 74], - [65, 24], - [58, 39], - [165, 35], - [59, -3], - [97, -27], - [80, -56], - [51, -59], - [44, -77], - [-27, -151], - [23, -64], - [-27, -47], - [-86, -48], - [-20, -76], - [-44, -32], - [-52, -61], - [-71, -22], - [-19, 36], - [-68, 30], - [-35, 43], - [-21, -45], - [-111, -4], - [-68, -65] - ], - [ - [18786, 4779], - [55, -38], - [133, -35], - [72, -34], - [139, -103], - [29, -60], - [64, -48], - [58, -28], - [44, -91], - [-18, -69], - [-111, -8], - [-57, 38], - [-112, 37], - [-74, 51], - [-17, 32], - [-64, 31], - [-22, 85], - [-79, 93], - [-105, 59], - [-12, 66], - [77, 22] - ], - [ - [15073, 6017], - [5, -72], - [-15, -26], - [-50, -3], - [-6, 44], - [66, 57] - ], - [ - [14911, 6765], - [17, -73], - [-37, -9], - [0, 66], - [20, 16] - ], - [ - [15233, 8524], - [6, -130], - [-24, -37], - [-14, 121], - [32, 46] - ], - [ - [15024, 8582], - [-23, -112], - [-16, -27], - [-85, -73], - [4, 82], - [44, 5], - [56, 45], - [20, 80] - ], - [ - [15126, 8551], - [26, -71], - [-19, -63], - [-33, -48], - [-15, -68], - [-39, -95], - [-43, 8], - [18, 68], - [0, 59], - [-62, -129], - [-13, 66], - [35, 87], - [31, 37], - [47, -3], - [24, 160] - ], - [ - [17543, 10096], - [28, -55], - [-24, -57], - [-24, 15], - [20, 97] - ], - [ - [17811, 10926], - [29, -9], - [46, -78], - [-30, -64], - [-91, -79], - [-28, 42], - [51, 183], - [23, 5] - ], - [ - [15339, 11052], - [-33, -41], - [-48, -20], - [-5, 38], - [86, 23] - ], - [ - [15012, 11974], - [31, -16], - [49, -85], - [-10, -125], - [-36, -47], - [-24, -111], - [-35, -78], - [-48, -7], - [-20, 89], - [-52, 19], - [-16, 33], - [-6, 92], - [31, 121], - [50, 92], - [86, 23] - ], - [ - [20506, 5630], - [-32, 46], - [-153, -64], - [-29, -44], - [-79, -33], - [-29, 30], - [-48, -60], - [-84, -140], - [-1, -88], - [-86, -71], - [-31, -39], - [-32, -86], - [-58, -26], - [-15, -80], - [-62, -39], - [-39, 29], - [-20, -30], - [-58, -12], - [-37, 18], - [-77, -28], - [-33, 8], - [-60, -20], - [-71, -45], - [-30, 80], - [-32, -9], - [-101, 46], - [-48, -16], - [-39, 16], - [-92, 0], - [-6, -27], - [-56, -23], - [-50, 20], - [-33, 33], - [-84, -1], - [-20, -21], - [-62, 35], - [-31, -19], - [-109, -9], - [-87, 21], - [-84, -28], - [-73, 9], - [-16, -39], - [-74, -10], - [-23, 48], - [-16, -61], - [-45, -32], - [-5, -32], - [-57, -41], - [-14, -76], - [-40, -47], - [3, -58], - [-17, -43], - [-1, -79], - [-35, -81], - [-31, 5], - [-151, -32], - [-15, -98], - [-50, -31], - [-44, 8], - [-15, -67], - [-39, -34], - [-68, -93], - [-19, -93], - [-32, -54], - [-45, -116], - [-64, -93], - [-19, -114], - [-24, -81], - [-54, -69], - [-26, -94], - [-54, -36], - [-65, -183], - [-45, -46], - [-71, -104], - [-25, -59], - [-55, -18], - [-49, -35], - [-34, 14], - [-47, -55], - [-35, -19], - [-25, -70], - [-46, -28], - [-42, -64], - [-47, -16], - [-52, -40], - [-27, -42], - [-9, -77], - [-69, -159], - [-9, -134], - [-24, -29], - [-38, 15], - [-26, -51], - [-64, -26], - [-48, -56] - ], - [ - [15030, 5650], - [-6, 47], - [54, 70], - [15, -74], - [39, -1], - [48, -89], - [31, 57], - [-16, 70], - [-37, 60], - [4, 56], - [29, 1], - [-1, 79], - [26, 10], - [42, 85], - [18, 122], - [2, 88], - [-56, 58], - [-15, 101], - [5, 65], - [-27, 16], - [7, 73], - [-17, 27], - [-9, 74], - [3, 122], - [-30, 23], - [26, 60], - [-28, 119], - [10, 122], - [-27, 77], - [-45, 48], - [-39, 113], - [3, 49], - [-24, 95], - [3, 61], - [127, 58], - [51, 51], - [127, 76], - [46, 61], - [81, 65], - [41, 69], - [124, 163], - [6, 46], - [92, 162], - [24, 79], - [58, -28], - [60, -8], - [44, 51], - [-83, 87], - [-22, 67], - [-17, -115], - [-21, -51], - [2, 387], - [-5, 141], - [-25, 167], - [-29, 72], - [-29, 123], - [-48, 135], - [-67, 86], - [-35, 77], - [-23, 5], - [-105, 78], - [-4, 33], - [-112, 119], - [6, 74], - [-24, 81], - [17, 21], - [35, -17], - [32, 101], - [33, 72], - [24, 5], - [62, 96], - [-38, 51], - [41, 60], - [-17, 62], - [88, 61], - [13, 48], - [-19, 30], - [20, 72], - [-14, -7], - [-39, 31], - [22, 91], - [-9, 26], - [-12, 23], - [-24, 18], - [-10, 41], - [30, 38], - [-53, 94], - [0, 62], - [-65, 24], - [-23, 28], - [50, 76], - [36, 35], - [24, 101], - [-10, 109], - [58, 129], - [-42, -25], - [-16, 55], - [-42, -2], - [-31, 98], - [1, 43], - [-25, 128], - [9, 80], - [12, 56], - [65, 26], - [79, 85], - [90, -28], - [83, -5], - [51, -42], - [70, -16], - [168, -77], - [85, 6], - [85, -25], - [58, -66], - [-5, 65], - [76, -3], - [33, 41], - [40, 12], - [46, 55], - [60, 25], - [30, -58], - [77, -31], - [47, -83], - [38, -22], - [-1, -8], - [38, 8], - [35, -92], - [50, -54], - [35, -4], - [26, -43], - [20, -35], - [21, -85], - [29, 58], - [78, -55], - [-49, -31], - [-7, -50], - [27, -32], - [-10, -52], - [28, -58], - [32, -30], - [111, -24], - [52, -30], - [53, -33], - [35, 8], - [27, 39], - [50, -73], - [9, -76], - [38, -22], - [18, 51], - [43, -9], - [-7, 64], - [20, 55], - [34, -31], - [19, -68], - [-7, -55], - [-67, -70], - [7, -47], - [-30, -38], - [17, -140], - [31, -54], - [-5, -8], - [-9, -77], - [-44, 3], - [-10, -41], - [-53, 15], - [1, -36], - [88, 4], - [31, -50], - [-3, -50], - [23, -66], - [-33, -53], - [-4, -71], - [19, -80], - [30, 20], - [52, -16], - [4, -60], - [-37, -22], - [1, -38], - [-41, -182], - [-33, 0], - [-3, 79], - [-32, 54], - [9, -120], - [-69, -26], - [64, -116], - [57, 113], - [44, 51], - [39, 19], - [63, -12], - [83, 16], - [70, -81], - [1, -97], - [18, -41], - [59, -8], - [25, -69], - [54, 6], - [-2, -74], - [21, -57], - [42, 67], - [87, 38], - [41, 87], - [21, -51], - [40, 33], - [34, 123], - [41, 91], - [67, -37], - [30, 75], - [52, 37], - [28, 75], - [-16, 25], - [5, 71], - [25, -24], - [11, 86], - [41, 64], - [-37, 117], - [39, 72], - [55, 68], - [4, 57], - [10, 12], - [23, 38], - [10, 76], - [51, 56], - [-2, 5], - [40, -18], - [2, -2], - [0, 0], - [1, 0], - [11, -12] - ], - [ - [16262, 12152], - [29, -29], - [43, 7], - [16, -50], - [-107, 45], - [19, 27] - ], - [ - [15364, 12590], - [81, -10], - [42, -24], - [34, -91], - [-12, -51], - [-94, -48], - [-33, 32], - [-97, 136], - [-8, 30], - [87, 26] - ], - [ - [15571, 12713], - [66, -9], - [75, -58], - [33, -89], - [-26, -33], - [-61, 19], - [-109, 108], - [22, 62] - ], - [ - [9690, 4229], - [-1160, 1], - [-953, -1] - ], - [ - [478, 10582], - [-31, 48], - [31, 156], - [-154, -10], - [-72, -88], - [-115, 72], - [-18, -52], - [-118, 50], - [0, 3903], - [-1, 541], - [1, 950], - [149, -34], - [115, 14], - [34, -6], - [63, -45], - [47, 5], - [44, -17], - [65, -68], - [114, -95], - [9, 10], - [4, 30], - [20, -47], - [67, -55], - [197, -107], - [25, 0], - [17, 6], - [42, -36], - [74, -1], - [22, 3], - [0, -4], - [0, -3] - ] - ], - "transform": { - "scale": [0.004091342742859161, 0.0017315871777225339], - "translate": [-141.00686645507812, 41.6769256591798] - }, - "objects": { - "canada": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 1, - "NAME_1": "Alberta", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [ - [[4]], - [[5]], - [[6]], - [[7]], - [[8]], - [[9]], - [[10]], - [[11]], - [[12]], - [[13]], - [[14]], - [[15]], - [[16]], - [[17]], - [[18]], - [[19]], - [[20]], - [[21]], - [[22]], - [[23]], - [[24]], - [[25]], - [[26]], - [[27]], - [[28]], - [[29]], - [[30]], - [[31]], - [[32]], - [[33, 34, -3, 35]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 2, - "NAME_1": "British Columbia", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Colombie britannique|New Caledonia" - } - }, - { - "arcs": [[36, 37, 38, 39, 40]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 3, - "NAME_1": "Manitoba", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [[[41]], [[42]], [[43, 44, 45, 46]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 4, - "NAME_1": "New Brunswick", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Nouveau-Brunswick|Acadia" - } - }, - { - "arcs": [ - [[47]], - [[48]], - [[49]], - [[50]], - [[51]], - [[52]], - [[53]], - [[54]], - [[55]], - [[56]], - [[57]], - [[58, 59]], - [[60]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 5, - "NAME_1": "Newfoundland and Labrador", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Newfoundland|Terre-Neuve|Terre-Neuve-et-Labrador" - } - }, - { - "arcs": [ - [[61]], - [[62, 63, -4, -35, 64, 65]], - [[66, 67]], - [[68, 69]], - [[70]], - [[71]], - [[72, 73]], - [[74, 75]], - [[76]], - [[77]], - [[78]], - [[79, 80]], - [[81, 82]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 6, - "NAME_1": "Northwest Territories", - "TYPE_1": "Territoire", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "", - "VARNAME_1": "Territoires du Nord-Ouest" - } - }, - { - "arcs": [[[-44, 83]], [[84]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 7, - "NAME_1": "Nova Scotia", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Acadia|Nouvelle-Écosse" - } - }, - { - "arcs": [ - [[85, 86]], - [[87]], - [[88]], - [[89]], - [[90]], - [[91]], - [[92]], - [[93]], - [[94]], - [[95]], - [[96]], - [[97]], - [[98]], - [[99]], - [[100]], - [[101]], - [[102]], - [[103]], - [[104]], - [[105]], - [[106]], - [[107]], - [[108]], - [[109]], - [[110]], - [[111]], - [[112]], - [[113]], - [[114]], - [[115]], - [[116]], - [[117]], - [[118]], - [[119]], - [[120]], - [[121]], - [[122]], - [[123]], - [[124]], - [[125]], - [[126]], - [[127]], - [[128]], - [[129]], - [[130]], - [[131]], - [[132]], - [[133]], - [[134]], - [[-40, -63, 135]], - [[136]], - [[137]], - [[-69, 138, -67, 139]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 8, - "NAME_1": "Nunavut", - "TYPE_1": "Territoire", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [ - [[140]], - [[141]], - [[142]], - [[143]], - [[144]], - [[145]], - [[146]], - [[147]], - [[148]], - [[149]], - [[150]], - [[151]], - [[152]], - [[153]], - [[154]], - [[155]], - [[156]], - [[157]], - [[158]], - [[159]], - [[160]], - [[161]], - [[-75, 162, -73, 163]], - [[164]], - [[165]], - [[166]], - [[167]], - [[168]], - [[169]], - [[170]], - [[-80, 171]], - [[172]], - [[-82, 173]], - [[174]], - [[175]], - [[176]], - [[177]], - [[178]], - [[179]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 8, - "NAME_1": "Nunavut", - "TYPE_1": "Territoire", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [[180]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 8, - "NAME_1": "Nunavut", - "TYPE_1": "Territoire", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [[[181]], [[182, 183, -37, 184]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 9, - "NAME_1": "Ontario", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Upper Canada" - } - }, - { - "arcs": [[185]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 10, - "NAME_1": "Prince Edward Island", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Île de Saint-Jean|Île du Prince-Édouard" - } - }, - { - "arcs": [ - [[-46, 186]], - [[187]], - [[188]], - [[189]], - [[190]], - [[191]], - [[-86, 192]], - [[193]], - [[194]], - [[195]], - [[196]], - [[-59, 197, -183, 198]], - [[199]], - [[200]], - [[201]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 11, - "NAME_1": "Québec", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "Lower Canada" - } - }, - { - "arcs": [[-39, 202, -1, -64]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 12, - "NAME_1": "Saskatchewan", - "TYPE_1": "Province", - "ENGTYPE_1": "Province", - "NL_NAME_1": "", - "VARNAME_1": "" - } - }, - { - "arcs": [[-65, -34, 203]], - "type": "Polygon", - "properties": { - "ID_0": 42, - "ISO": "CAN", - "NAME_0": "Canada", - "ID_1": 13, - "NAME_1": "Yukon", - "TYPE_1": "Territoire", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "", - "VARNAME_1": "Yukon Territory|Territoire du Yukon|Yukon|Yuk¢n" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/china-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/china-topo.json deleted file mode 100644 index bceeb236d814e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/china-topo.json +++ /dev/null @@ -1,4597 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [18360, 6657], - [-1, -60], - [-30, -69], - [7, -26], - [-63, -98], - [-28, 13], - [-42, -63], - [34, -9], - [2, -81], - [-47, -41], - [-63, 6], - [-43, 29], - [-26, -23], - [-5, -109], - [10, -81], - [-57, -57], - [-11, -63], - [-59, -42], - [-41, -66], - [-67, -16], - [-45, -42] - ], - [ - [17785, 5759], - [-21, 50], - [-51, 45], - [-55, -16], - [-68, 2], - [-23, 34], - [-44, -8], - [-33, 77], - [-47, 50], - [-34, -6], - [-14, 47], - [-36, -16], - [-6, -95], - [-46, -14], - [-62, -58], - [-52, 7], - [-22, 52], - [62, 65], - [35, 71], - [-89, 63], - [-34, -9], - [-16, -72], - [-32, -9], - [-76, -56], - [-58, 17] - ], - [ - [16963, 5980], - [-24, 76], - [-4, 122], - [-72, 91], - [12, 68], - [-59, 81], - [30, 85], - [66, 56], - [-51, 101], - [-46, -13], - [-25, 43], - [-55, -22], - [-77, 126] - ], - [ - [16658, 6794], - [2, 50], - [44, 57], - [4, 32], - [73, 55], - [80, -3], - [12, 23], - [11, 178], - [-20, 131], - [-21, 55], - [-85, -60], - [-31, 6], - [-54, 67], - [-84, 19], - [-6, 106], - [-17, 54], - [-80, 19], - [-18, 77], - [87, -2], - [71, 27], - [28, 97], - [-19, 56], - [40, 65], - [89, 15], - [-16, 73], - [14, 56], - [-31, 28], - [18, 73], - [51, 24], - [54, -37], - [38, 0], - [10, -47], - [69, -106], - [87, 36], - [27, 37], - [50, 29], - [29, 40], - [-30, 54], - [-19, 105], - [-51, -8], - [-84, 78], - [5, 76] - ], - [ - [16985, 8429], - [73, 31] - ], - [ - [17058, 8460], - [99, -78], - [42, -6], - [41, -45], - [36, 10], - [42, -118], - [67, -57], - [64, 11], - [23, -32], - [41, 17], - [25, -40], - [73, -50], - [-11, -81], - [82, 1], - [72, 17], - [20, -26], - [-78, -222], - [27, -73], - [69, 27], - [21, -126], - [-8, -51], - [50, -66], - [136, 0], - [14, 70], - [41, 53], - [65, 1], - [42, -71], - [26, 4], - [15, -102], - [-34, -73], - [-165, 61], - [-64, -22], - [51, -47], - [-11, -132], - [-62, -13], - [-3, -36], - [-42, -22], - [-10, -75], - [38, -31], - [12, -47], - [79, -38], - [-6, -36], - [75, -9], - [7, -89], - [-70, -78], - [34, -35], - [121, 3], - [28, 32], - [125, -73], - [63, -10] - ], - [ - [17462, 11337], - [-18, -44], - [-56, -30] - ], - [ - [17388, 11263], - [-73, -26], - [-71, 5], - [-31, -39], - [9, -33], - [56, -31], - [-10, -75] - ], - [ - [17268, 11064], - [-38, -45] - ], - [ - [17230, 11019], - [-80, 10], - [-101, -93], - [-84, 60], - [-84, 15], - [-70, -42], - [-27, 45], - [-45, -2], - [-40, 38], - [28, 66], - [-39, 117], - [93, 57], - [59, 2], - [53, 63], - [-90, 123], - [72, 60], - [32, -19], - [48, 21], - [54, 85], - [83, 2], - [-1, 97], - [86, -1], - [20, -39], - [46, -31], - [65, -76], - [55, 4], - [75, -24], - [-8, -40], - [-42, -41], - [29, -98], - [45, -41] - ], - [ - [14348, 6963], - [55, -11], - [14, -50], - [74, -47], - [48, -55], - [33, -11], - [21, -126], - [-30, -27], - [20, -57], - [-36, -94], - [-72, 45], - [-48, -20], - [-54, -70], - [-77, -52], - [-28, -52], - [-24, 55], - [-67, -44], - [-14, 58], - [-62, -14], - [-55, -64], - [-36, 1], - [-17, 46], - [-53, -58], - [-53, 6], - [-7, -57], - [66, -64], - [-17, -90], - [-4, -107], - [-53, -8], - [27, -58], - [55, 60], - [27, -4], - [7, -81], - [78, -28], - [-1, -98], - [42, -61], - [53, 17], - [0, -77], - [49, -47] - ], - [ - [14209, 5619], - [29, -30], - [-27, -96], - [13, -108], - [20, -39], - [-18, -46] - ], - [ - [14226, 5300], - [-48, -47], - [-9, -53], - [-55, -75], - [-40, 30], - [-63, 7], - [16, 100], - [-26, 35], - [-23, -84], - [-32, 102], - [26, 49], - [-53, 1], - [-65, 24], - [17, 51], - [-33, 139], - [-94, 20], - [-80, -62], - [-29, 47], - [4, 43], - [-86, 17], - [-8, 24], - [-64, -32], - [-15, -73], - [27, -30], - [-19, -51], - [-66, -39], - [-40, 58], - [-44, -3], - [-77, -76], - [18, -52], - [-56, -54], - [-54, -13], - [18, 54], - [-46, 94], - [-5, -91], - [-52, -46] - ], - [ - [13070, 5314], - [-50, 138], - [3, 28], - [-57, 24], - [-50, 42], - [-75, -21], - [-32, 88], - [-9, 83], - [-99, 11], - [-6, 56], - [-43, 20], - [-15, 53], - [38, 62], - [73, 38], - [18, 51], - [45, 10], - [6, 88], - [-58, 42], - [-14, 38], - [22, 43], - [39, 22], - [32, 59], - [76, -21], - [63, -33], - [25, -55], - [62, 11], - [34, 32], - [47, 6], - [65, -139], - [59, -5], - [38, 28], - [24, -24], - [80, 99], - [54, 125], - [47, 70], - [-24, 71], - [36, 52], - [143, -19], - [40, 44], - [-9, 48], - [41, 32], - [-16, 29], - [29, 46], - [-4, 37], - [42, 35], - [21, 92], - [34, -2], - [32, 51], - [55, 35], - [-3, 42], - [-96, 88], - [35, 131], - [56, 15] - ], - [ - [13924, 7210], - [64, -53], - [27, 0], - [57, -58], - [57, -15], - [98, -86], - [5, -42], - [116, 7] - ], - [ - [17385, 2784], - [-56, 44], - [-34, 107], - [5, 46], - [-21, 40], - [27, 53], - [-21, 19], - [-12, 76], - [-25, 57], - [-37, 42], - [-12, 56], - [-84, -6], - [-40, 47], - [-79, 55], - [-58, 0], - [-16, 23], - [-60, 20] - ], - [ - [16862, 3463], - [11, 77], - [-21, 66], - [62, 57], - [-7, 75], - [24, 44], - [0, 69], - [33, 40], - [0, 53], - [64, 28], - [51, 78], - [-15, 85], - [84, 128], - [-12, 80], - [-21, 41], - [13, 61], - [52, 71], - [107, 31], - [89, 132], - [-28, 125], - [-32, 13], - [2, 51], - [71, 12], - [39, 47], - [-5, 49], - [75, 33], - [106, -68], - [19, 48], - [57, 37], - [64, 20], - [22, 29], - [78, 15], - [34, 101] - ], - [ - [17878, 5191], - [23, -26], - [49, 8], - [36, 27], - [44, -41], - [-5, -55], - [-32, -31], - [5, -43], - [41, -50], - [28, -119], - [-11, -59], - [17, -39], - [38, 20], - [45, -29], - [48, -10], - [52, 59], - [40, 2], - [32, 71], - [60, -83], - [15, -78], - [53, -32], - [51, 40], - [97, 27], - [41, -20], - [36, -116] - ], - [ - [18681, 4614], - [-72, -66], - [-9, -56], - [-49, -5], - [-26, -50], - [27, -29], - [-5, -75], - [-58, -8], - [31, 77], - [-43, 6], - [-11, -56], - [-39, 30], - [-53, 5], - [-22, -46], - [43, -13], - [38, -71], - [-36, -17], - [44, -59], - [-46, -27], - [-81, -101], - [78, -36], - [-37, -62], - [-9, -104], - [-48, -24], - [9, -40], - [38, -17], - [-6, -51], - [-46, 13], - [-40, 36], - [-46, -23], - [-39, -44], - [85, -67], - [-38, -48], - [-51, -4], - [-26, 36], - [-92, -75], - [28, -67], - [-17, -33], - [-83, -50], - [45, -24], - [-35, -45], - [-9, -46], - [-72, 27], - [-116, -32], - [-8, 50], - [-32, -53], - [39, -17], - [-24, -54], - [-83, 26], - [-8, -41], - [61, 9], - [31, -71], - [-68, -36], - [-26, -53], - [-83, -46], - [6, -31], - [-33, -50], - [-25, 31], - [-47, -66], - [-69, -25], - [-33, -62] - ], - [ - [9404, 12647], - [261, -574], - [-85, -82], - [12, -47], - [124, -156], - [147, -98], - [14, -39], - [-45, -159], - [151, 6], - [84, 101], - [133, 66], - [155, -8], - [48, 43], - [130, -13], - [41, -22], - [43, -71], - [7, -62], - [-89, -108], - [-45, -95], - [-115, -76], - [-63, -97], - [121, 5], - [105, -77], - [89, -25], - [33, -91], - [68, -17], - [-2, -41], - [135, 2], - [-3, -98], - [13, -54], - [59, -77], - [71, 5], - [56, -95], - [81, -29], - [34, -33], - [63, 2], - [122, 119], - [-106, 106], - [154, 35], - [102, 43], - [61, -37], - [161, -40], - [48, 53], - [91, 71], - [190, 58], - [42, 3], - [59, -24], - [-15, -62], - [61, -105], - [-12, -78], - [-57, -26], - [-62, -127], - [-183, -119], - [22, -34], - [28, -99], - [-72, -33], - [18, -123], - [104, -34], - [89, -100], - [114, -95], - [40, 11] - ], - [ - [12234, 9896], - [78, 6], - [80, -17], - [11, -40], - [-43, -29], - [23, -37], - [57, 22], - [46, -75], - [50, -42], - [54, -16], - [4, -43], - [38, -17], - [20, -44], - [-50, -39], - [18, -86], - [45, -26], - [16, -63], - [30, -42], - [12, -74], - [-71, -64], - [4, -69], - [61, -83], - [70, 12], - [19, -50], - [42, -40], - [60, -17], - [48, -64], - [59, -3], - [3, -29], - [44, -60], - [47, 39], - [15, 65], - [-26, 44], - [14, 33], - [-16, 55], - [44, 25], - [80, -29], - [70, 62], - [-28, 46], - [32, 25], - [5, 76], - [-35, 55], - [-156, 49], - [19, 82], - [-28, 56], - [32, 87], - [51, 44], - [-31, 64], - [27, 53], - [-16, 33], - [78, 22], - [90, -20], - [54, 19], - [44, -35] - ], - [ - [13428, 9717], - [10, -72], - [71, -17], - [27, -42], - [141, -34], - [24, -54], - [81, -48], - [71, -2], - [36, -63], - [75, -1], - [41, -43], - [-29, -46], - [25, -64], - [-26, -98], - [-56, -27], - [9, -133], - [35, -38], - [6, -74], - [-20, -57], - [-137, -22], - [-24, 23], - [-86, -35], - [-93, 31], - [-10, -56], - [18, -51], - [43, -46], - [-20, -25], - [-92, 8], - [-21, -32], - [-94, 12], - [-35, -26], - [-111, 109], - [-148, -4], - [-23, -75], - [25, -41], - [-1, -54], - [-92, -85], - [8, -36], - [49, 5], - [101, -81], - [-14, -58], - [-32, -5], - [-4, -56], - [-36, -19], - [-33, -119], - [25, -86], - [42, -60], - [-21, -45], - [-35, 57], - [-57, -5], - [-47, -29], - [-91, 32], - [-46, -61], - [-2, -41], - [-42, -10], - [6, -48], - [74, -55], - [-4, -95], - [-75, -52], - [-58, -15], - [-36, 16] - ], - [ - [12720, 7569], - [-46, -15], - [27, -74], - [-122, -71], - [-44, 24], - [-59, -24], - [-14, 25], - [-82, 7], - [-58, 49], - [-79, 39], - [-6, 56], - [38, 28], - [-3, 65], - [-43, 140], - [-20, 7], - [-25, 71], - [6, 34], - [-47, 39], - [-113, -14], - [-70, 28], - [-21, -21], - [-43, 42], - [-33, -5], - [-79, 34], - [-12, 68], - [19, 78], - [-28, 46], - [-36, 0], - [-33, 65], - [-76, -21], - [-54, -63], - [-71, -31], - [-14, -58], - [-31, 10], - [-46, -39], - [58, -99], - [0, -56], - [40, -18], - [1, -65], - [-34, -32], - [-53, -4], - [-7, -78], - [-40, 18], - [-21, -40], - [-84, -3], - [-29, 30], - [42, 41], - [26, 63], - [-41, 87], - [-25, -34] - ], - [ - [11235, 7898], - [-58, -24], - [-4, 55], - [-28, 44], - [-61, -23], - [-62, 17], - [-53, 90], - [-48, 24], - [-69, 127], - [-2, 78], - [39, 41], - [55, -28], - [47, -3], - [132, -63], - [49, -8], - [14, -32], - [99, 6], - [44, 27], - [27, 52], - [69, 37], - [-69, 95], - [-31, 0], - [-112, 83], - [78, 20], - [4, 53], - [32, 54], - [110, 55], - [41, 93], - [-38, 94], - [61, 9], - [36, 65], - [76, -19], - [14, 45], - [-29, 75], - [35, 51], - [73, 3], - [-9, 125], - [24, 81], - [-66, 46], - [-43, 134], - [-49, 46], - [51, 32], - [-70, 81], - [-31, 17], - [6, 65], - [43, 36], - [-92, 66], - [-30, 44], - [-110, 60], - [23, 39], - [-28, 25], - [-9, 73], - [-40, -31], - [-10, -78], - [-123, 61], - [-173, 144], - [-64, 37], - [-126, 48], - [-18, 77], - [-103, 36], - [-41, 67], - [-44, 20], - [-14, -41], - [31, -42], - [9, -47], - [-141, 68], - [-68, 41], - [-84, 80], - [-35, 59], - [-56, 36], - [-160, 152], - [-27, -3], - [-67, -74], - [-51, 9], - [-29, 40], - [-114, -110], - [-238, 135], - [-40, 35], - [-139, 32], - [-25, -19], - [2, -206], - [-22, -77], - [21, -16], - [-13, -130], - [-58, 9], - [-44, 34], - [-75, 22], - [3, 36], - [-83, 54], - [-46, -6], - [-80, 67], - [-41, 7], - [-49, 54], - [-33, 2], - [-170, 161], - [-43, -8], - [-95, 33], - [-74, -1], - [-41, 35], - [-137, 0], - [-163, -25], - [-108, 3], - [-144, -42], - [-107, -18], - [-12, 12] - ], - [ - [7714, 10793], - [-9, 63], - [6, 85], - [-26, 45], - [-45, 172], - [61, 115], - [-1, 204], - [175, -14], - [117, 76], - [64, 132], - [108, 145], - [136, 121], - [104, 118], - [147, 77], - [196, 43], - [59, -17], - [73, 11], - [48, 26], - [26, 63], - [-12, 49], - [29, 252], - [107, 60] - ], - [ - [9077, 12619], - [130, 13], - [96, -15], - [101, 30] - ], - [ - [14418, 1727], - [-4, 29], - [63, 19], - [14, 87], - [140, 43], - [39, -9], - [-14, 103], - [34, 56], - [80, -27], - [35, 75], - [-5, 73], - [20, 72], - [117, 40], - [24, 46], - [40, 3], - [56, 74], - [29, 75], - [-21, 29], - [-9, 99], - [14, 83], - [28, 34], - [17, 64], - [45, 3], - [12, 90], - [66, 1], - [0, 35], - [46, 41], - [-20, 62], - [0, 72], - [57, 34], - [17, 36], - [-31, 56], - [7, 39], - [-30, 42], - [37, 56] - ], - [ - [15321, 3362], - [60, 88], - [-9, 54], - [14, 83], - [85, -18], - [105, -7], - [48, -119], - [90, 17], - [-15, 119], - [5, 48], - [-45, -4], - [-4, 42], - [65, 10], - [56, 72], - [56, 4], - [28, -49], - [68, -18], - [19, -22], - [68, 19], - [23, -16], - [32, 57], - [27, 9] - ], - [ - [16097, 3731], - [63, -74], - [45, -12], - [62, 15], - [58, 51], - [80, -93], - [-35, -82], - [-101, -65], - [2, -38], - [-48, -87], - [-42, -18], - [73, -44], - [29, -52], - [41, 34], - [61, -9], - [42, 37], - [34, -22], - [25, 43], - [41, 25], - [27, -17], - [42, 31], - [80, 29], - [25, -11], - [35, -68], - [44, -15], - [20, -31], - [44, 14], - [-28, 52], - [0, 68], - [20, 54], - [26, 17] - ], - [ - [17385, 2784], - [-42, -37], - [-74, -1], - [-19, -65], - [-40, -39], - [9, -44], - [-68, -32], - [-28, -37], - [13, -53], - [-43, -36], - [-76, 0], - [-40, -45], - [-115, -34], - [-85, 42], - [-59, -63], - [-50, -33], - [-64, 72], - [-115, -32], - [10, -47], - [-33, -40], - [-53, -1], - [-15, 102], - [-53, -28], - [-14, -88], - [27, -35], - [-53, -17], - [-22, 68], - [-45, -1], - [-108, -49], - [-77, 29], - [-37, 91], - [-78, -1], - [33, -49], - [-39, -110], - [21, -51], - [-19, -58], - [-13, -23], - [-56, -19], - [9, -64], - [-73, -9], - [-84, 54], - [-2, -83], - [-41, -42], - [-29, 48], - [-31, -13], - [-63, -83], - [-65, 30], - [-11, -43], - [-55, -17], - [-57, 50], - [-82, -54], - [-51, 10], - [-9, -49], - [-56, -39], - [-57, -19], - [-86, -4], - [-93, -24], - [-57, -33], - [-48, 4], - [-55, -87], - [-86, -18], - [-35, -45], - [80, -60], - [-72, 4], - [-72, -38], - [14, -39], - [73, -14], - [8, -84], - [24, 9], - [26, -99], - [-36, -77], - [-63, -40], - [-62, -7], - [-28, 27], - [-43, -19], - [-18, 91], - [-34, 41], - [-25, 126], - [-33, 58], - [15, 99], - [-15, 29], - [38, 48], - [1, 58], - [50, 26], - [-58, 98] - ], - [ - [14418, 1727], - [-67, 9], - [-16, -39], - [-50, -27], - [-104, -27], - [-46, 26], - [50, 39], - [-50, 43], - [-52, -1], - [-25, 39], - [-44, -40], - [-14, 44], - [-52, -5], - [-23, -50], - [-49, -17], - [-37, 23], - [-45, -5], - [-21, -36], - [-67, 9], - [-35, 53], - [-39, 9], - [-42, -24], - [-117, -7], - [-32, 74], - [-25, -18], - [-62, 54], - [-10, 62], - [-40, -5], - [-16, 27], - [-43, 0], - [-42, 26], - [-14, 82], - [13, 23], - [-21, 58], - [-37, 55], - [21, 81], - [49, -7], - [16, 116], - [-70, 60], - [-101, -39], - [-59, 69], - [-78, 1], - [-32, -22], - [-47, 22], - [-35, 37], - [-56, 2], - [-15, 65] - ], - [ - [12737, 2566], - [19, 62], - [39, 30], - [51, 68], - [31, 12], - [68, -19], - [51, 179], - [-75, 151], - [-37, -7], - [-27, -45], - [-31, 23], - [-47, -8], - [-9, 38], - [-36, -1], - [-15, -53], - [-33, 6], - [-37, 41], - [-26, -23], - [-24, 131], - [-61, 59], - [-25, -15], - [-85, 23], - [-18, -61], - [-44, 20], - [-43, 108], - [12, 74] - ], - [ - [12335, 3359], - [73, -57], - [51, 30], - [13, 33], - [63, 27], - [3, 43], - [67, 60], - [25, -33], - [61, 1], - [33, -65], - [36, 0], - [71, -48], - [65, 5], - [23, -40], - [71, 63], - [10, 37], - [-21, 55], - [62, 16], - [111, 56], - [25, 39], - [101, 16], - [45, 42], - [-19, 72], - [40, 74], - [45, 10], - [62, -41], - [-3, -44], - [38, -10], - [5, -54], - [30, -37], - [41, 27], - [81, -71], - [128, 53], - [4, 79], - [38, 19], - [29, 53], - [66, -38], - [58, -62], - [-8, 71], - [26, 58], - [108, -15], - [37, -20], - [3, 73], - [26, 76], - [53, -43], - [30, 24], - [68, 135] - ], - [ - [14309, 4028], - [91, -13], - [-20, -64], - [66, 16], - [-17, 44], - [35, 19], - [36, 81], - [52, -27], - [4, -61], - [93, -15], - [17, 53], - [77, 86], - [17, 37], - [59, -43], - [70, 20], - [22, 22], - [69, -14], - [39, -49], - [-5, -75], - [-18, -26], - [6, -61], - [85, -9], - [-7, -56], - [-39, -21], - [8, -62], - [-19, -89], - [-77, -80], - [-37, -59], - [-23, -67], - [20, -59], - [40, 11], - [0, 43], - [71, 61], - [64, -23], - [12, -39], - [-7, -85], - [12, -31], - [-20, -61], - [55, -21], - [49, 72], - [32, 4], - [100, -25] - ], - [ - [14226, 5300], - [-1, -95], - [44, -27], - [-31, -98], - [27, -27], - [-28, -34], - [27, -111], - [25, 1], - [10, -85], - [-85, -81], - [-35, 12], - [-38, -77], - [-63, -40], - [5, -28], - [-33, -53], - [18, -31], - [95, 64], - [21, -25], - [38, 30], - [51, 16], - [48, -46], - [17, -65], - [-23, -64], - [-57, -67], - [10, -119], - [-42, -75], - [25, -25], - [37, 12], - [28, -76], - [-7, -58] - ], - [ - [12335, 3359], - [6, 48], - [65, 88], - [-18, 38], - [35, 75], - [-40, 42], - [-4, 30], - [-40, 28], - [7, 58], - [-50, -2], - [-4, 32], - [-46, 39], - [39, 75], - [24, 111], - [23, 48], - [6, 72], - [56, 64], - [-50, 110], - [-28, -4], - [-26, 66], - [-45, -48], - [-71, 15], - [-48, -66], - [-78, 10], - [-27, 50], - [9, 52], - [-26, 44], - [24, 24], - [-3, 48], - [-48, 81], - [28, 11], - [50, 65], - [39, 90], - [101, -87], - [30, 21], - [34, 76], - [59, -25], - [50, -52], - [48, 17], - [52, -26], - [83, 65], - [64, 6], - [5, 66], - [22, 77] - ], - [ - [12642, 4891], - [73, 35], - [55, -57], - [57, 28], - [169, 19], - [58, 37], - [-6, 75], - [-24, 54], - [-45, 45], - [-68, -26], - [-39, 6], - [3, 58], - [-42, 48], - [-27, -30], - [-30, 22], - [-1, 106], - [41, 46], - [53, -12], - [38, 83], - [55, -60], - [73, -49], - [35, -5] - ], - [ - [14792, 1005], - [40, -79], - [60, -4], - [22, -92], - [-5, -93], - [-88, -111], - [-36, -23], - [-34, -115], - [-8, -58], - [-21, -39], - [7, -91], - [-41, -56], - [-69, -14], - [-62, -66], - [-20, -74], - [-56, 15], - [-59, -14], - [-14, -80], - [-77, -11], - [-25, 34], - [-58, 15], - [-68, -7], - [-20, 36], - [-46, -3], - [-62, 54], - [-59, 23], - [4, 117], - [-29, 56], - [14, 48], - [-18, 84], - [26, 43], - [-18, 56], - [20, 42], - [38, 12], - [91, 97], - [69, 36], - [-8, 68], - [39, 40], - [103, 21], - [24, 38], - [55, 17], - [18, -24], - [73, 15], - [19, -31], - [55, 35], - [103, 40], - [50, -32], - [71, 75] - ], - [ - [17388, 11263], - [-25, -83], - [36, -34], - [-24, -30], - [-4, -88], - [-71, 8], - [-32, 28] - ], - [ - [18201, 11896], - [-20, -62], - [-118, -125], - [-20, -75], - [61, -58], - [59, -30], - [63, -54], - [96, 11], - [25, -49], - [-7, -41], - [26, -81], - [37, -13], - [27, -110] - ], - [ - [18430, 11209], - [-89, -33], - [-95, -99], - [-35, -115], - [19, -40], - [-47, -33], - [-74, -83], - [-77, -27], - [-71, 12], - [-118, -73], - [-51, 23], - [-25, 52], - [-53, 24] - ], - [ - [17714, 10817], - [-1, 74], - [-56, 45], - [24, 68], - [-94, 0], - [-46, 76], - [-26, 81], - [13, 52], - [103, -1], - [-24, 46], - [-41, 13], - [-33, 59], - [-71, 7] - ], - [ - [17230, 11019], - [-1, -78], - [34, -57], - [-7, -94], - [15, -52], - [-58, -19], - [-21, -55], - [19, -93], - [66, -25], - [41, 6], - [33, -60], - [41, 21], - [26, -30], - [117, 45] - ], - [ - [17535, 10528], - [52, -141], - [65, -59], - [6, -3], - [0, -3] - ], - [ - [17658, 10322], - [-68, -92], - [-51, -5], - [-50, -104], - [-17, -11], - [-204, 0], - [-40, -7], - [-75, -105], - [-70, -81], - [-82, 1], - [-26, -48], - [-70, -22], - [-48, -135], - [-72, -131], - [-75, -26], - [-64, -80], - [-23, -61], - [34, -79], - [40, -43], - [4, -46] - ], - [ - [16701, 9247], - [-46, -38], - [-41, 42], - [-54, 18], - [-46, -72], - [-46, 33], - [-124, -5], - [-103, 62], - [-109, 17], - [-57, 37], - [-72, 5] - ], - [ - [16003, 9346], - [-9, 32], - [-45, 18], - [-3, 47], - [-40, 44], - [5, 54], - [62, 24], - [8, 36], - [47, 20], - [-14, 93], - [58, 121], - [23, 20], - [63, 124], - [4, 55], - [-63, 70], - [-35, 114], - [-69, 81], - [-56, 13], - [-18, 75], - [23, 43], - [-8, 47], - [20, 45], - [65, 33], - [32, 62], - [-35, 67], - [52, 55], - [61, 35], - [23, -43], - [102, 27], - [23, 105], - [52, 124], - [-58, 53], - [-6, 112], - [-32, -6], - [-101, 37], - [-14, 33], - [28, 55], - [-12, 33], - [162, 53], - [24, 40], - [-86, 13], - [-18, 60], - [5, 53], - [-34, 21], - [-25, 55] - ], - [ - [16164, 11599], - [-64, 126], - [-42, 45], - [21, 53], - [6, 110], - [-26, 27], - [60, 41], - [54, 4], - [33, 58], - [-11, 83], - [50, 63], - [65, 26], - [-9, 40], - [33, 42], - [86, -11], - [50, -61], - [18, -88], - [-20, -28], - [0, -67], - [130, -29], - [57, 17], - [-15, 45], - [41, 14], - [152, 95], - [42, 17], - [34, -66], - [78, 24], - [52, 73], - [83, -35], - [72, 3], - [66, 38], - [9, 192], - [47, 34], - [155, 10], - [26, 56], - [83, -2], - [39, 19], - [97, -120], - [33, -110], - [-4, -34], - [84, -65], - [11, -60], - [-17, -46], - [-50, 21], - [-14, -37], - [87, -206], - [168, 6], - [48, -27], - [124, -10], - [15, 17] - ], - [ - [23006, 13011], - [-45, -20], - [-67, 30], - [-47, -32], - [-56, 60], - [-88, 39], - [-74, 165], - [-131, -35], - [-2, 59], - [-55, 8], - [-81, -74], - [-77, 1], - [-27, -28], - [-66, -4], - [-11, -119], - [-80, -29], - [-61, 21], - [-46, 122], - [-32, 45], - [-55, 121], - [-21, 20], - [1, 111], - [-42, 70], - [-60, -41], - [-21, -47], - [-43, 6], - [19, -71], - [-20, -53], - [-74, -24], - [-50, 15], - [-46, 47], - [-3, 47], - [-56, 66], - [-10, 106], - [-94, 13], - [-75, -22], - [4, 59], - [-21, 36], - [6, 53], - [33, 37], - [-47, 63], - [-143, 83], - [-83, -9], - [-63, -41], - [-89, 8], - [-45, 20], - [-82, 74], - [-7, 89], - [-110, -39], - [-134, -22], - [-12, 52], - [-67, -26], - [-48, 10], - [-84, -27], - [-60, 16], - [-20, 55], - [-51, 43], - [-33, 1], - [-71, 162], - [32, 36], - [-58, 148], - [-65, -25], - [-87, 0], - [-56, -17], - [-77, 14] - ], - [ - [19772, 14437], - [-63, 88], - [-3, 80], - [103, 20], - [35, 32], - [95, 6], - [14, 60], - [-108, 30], - [-59, -9], - [-19, -52], - [-52, -9], - [-55, 47], - [0, 69], - [-19, 53], - [-95, 36], - [-86, 114], - [43, 32], - [21, 59], - [108, 71], - [152, 82], - [36, 69], - [113, 46], - [72, 84], - [127, 116], - [78, 51], - [15, -85], - [79, -124], - [27, 69], - [-24, 76], - [1, 74], - [39, 66], - [13, 75], - [95, 183], - [107, -18], - [46, 111], - [-20, 65], - [-9, 130], - [32, 200], - [67, 44], - [-1, 28], - [78, 95], - [74, 50], - [-12, 97], - [110, 115], - [-36, 71], - [-51, 58], - [-38, 8], - [-24, 54], - [-139, 151], - [-86, 5], - [-35, -54], - [-45, -15], - [-28, -62], - [-68, -24], - [-81, 24], - [-34, -56], - [-66, 38], - [-140, -13], - [-71, 41], - [-27, -41], - [-141, -35], - [-126, 43], - [-48, 74], - [1, 66], - [-43, 71], - [-9, 121], - [-38, 81], - [56, 21], - [-3, 46], - [-71, 0], - [-97, 75], - [-13, 32], - [-70, 1], - [-75, -92], - [-93, 10], - [-29, 65], - [-46, 6], - [-130, 76], - [68, 41], - [100, 88], - [38, 74], - [40, 35], - [-65, 60], - [10, 29], - [-73, 49], - [81, 29] - ], - [ - [19182, 18114], - [153, 17], - [102, 39], - [45, -28], - [156, 5], - [169, 56], - [105, -4], - [129, -33], - [108, -75], - [52, 11], - [52, -61], - [62, -26], - [53, 2], - [68, -34], - [59, 30], - [82, 0], - [117, -52], - [39, -5], - [63, -50], - [-29, -35], - [74, -29], - [197, -239], - [-16, -89], - [99, -48], - [-33, -100], - [37, -41], - [108, -170], - [-19, -44], - [78, -68], - [-33, -62], - [10, -67], - [76, -64], - [99, -180], - [-29, -55], - [29, -38], - [3, -57], - [81, -26], - [9, -36], - [-37, -57], - [6, -117], - [53, -29], - [14, -54], - [47, -42], - [64, 10], - [41, -35], - [78, -22], - [53, 46], - [57, 6], - [69, -19], - [26, -48], - [88, -11], - [49, -52], - [35, 26], - [45, -23], - [26, 40], - [55, -10], - [10, -58], - [49, -5], - [70, -63], - [25, -59], - [140, -99], - [74, 20], - [77, -44], - [-44, -91], - [30, -63], - [48, -5], - [18, -78], - [24, -28], - [-70, -98], - [13, -36], - [72, -55], - [35, -59], - [1, -51], - [56, -20], - [63, 27], - [99, -3], - [31, -34], - [41, 23], - [49, -19], - [176, 19], - [52, 25], - [52, -22], - [74, 125], - [38, -14], - [36, 37], - [52, 10], - [61, 45], - [78, -1], - [45, -19], - [133, 68], - [102, 70], - [132, 26], - [75, -11], - [38, -103], - [-48, -72], - [15, -60], - [73, -79], - [-41, -88], - [-70, -72], - [-64, -4], - [-58, -54], - [-15, -37], - [29, -40], - [-35, -48], - [-46, -137], - [-2, -86], - [-41, -38], - [-24, -62], - [23, -98], - [-24, -36], - [-60, -22], - [14, -57], - [-31, -56], - [-77, -56], - [5, -90], - [-53, -55], - [-51, -20], - [-33, -46], - [-15, -68], - [16, -83], - [-65, -55], - [-48, 18], - [-62, -188], - [-54, -69], - [-98, 31], - [-81, 64], - [28, 111], - [-49, 144], - [-93, 38], - [-56, -101], - [-86, -79], - [-50, 11], - [-30, -30], - [-53, 7], - [-70, -61], - [56, -65], - [76, -315], - [-36, -132], - [10, -116], - [19, -62] - ], - [ - [16701, 9247], - [-13, -80], - [-35, -22], - [-8, -86], - [188, 106], - [85, 28], - [9, -48], - [-49, 0], - [-60, -55], - [-42, -62], - [-66, -7], - [-35, -43], - [-24, -72], - [-53, -46], - [-18, 15], - [-60, -37], - [-9, -44], - [-62, -57], - [15, -89], - [93, 3], - [32, -44], - [93, -67], - [5, -62], - [37, -50], - [56, -9], - [169, 24], - [36, -14] - ], - [ - [16658, 6794], - [-65, 18], - [11, 58], - [-39, 28], - [-32, -50], - [-89, -25], - [-115, 80], - [16, 72], - [-62, -11], - [-57, 12], - [-48, 49], - [-73, -50], - [-13, 54], - [-42, -6], - [-43, 206], - [10, 64], - [-39, 24], - [-35, -41], - [-62, -34], - [-28, 12], - [-53, 65], - [-30, -22], - [-114, 8], - [-35, -24], - [-89, 28], - [-42, -26], - [-114, 16], - [-82, 69], - [-25, -7], - [-67, 52], - [-58, -6], - [-50, 64], - [-29, 57], - [-49, 29], - [-7, 80], - [-102, 112] - ], - [ - [14907, 7749], - [17, 60], - [-9, 107], - [-68, 47], - [-22, 65], - [-73, 45], - [33, 34], - [-35, 76], - [22, 32], - [-87, 60], - [30, 29], - [-56, 96], - [10, 42] - ], - [ - [14669, 8442], - [120, -6], - [28, 32], - [58, 3], - [101, 76], - [28, -9], - [139, 30], - [47, 73], - [55, 42], - [90, -12], - [9, 92], - [144, 1], - [134, -11], - [58, 20], - [44, 59], - [33, -15], - [38, 56], - [115, 45], - [26, 61], - [5, 87], - [33, 10], - [3, 146], - [26, 124] - ], - [ - [16963, 5980], - [-35, -38], - [-66, -8], - [-75, 60], - [-73, -5], - [-41, -79], - [-101, -14], - [-1, -76], - [-57, 30], - [-56, -45], - [0, -40], - [-44, -19], - [-39, 14], - [-57, -36], - [-90, 20], - [-18, -66], - [-69, -12], - [-52, -86] - ], - [ - [16089, 5580], - [-49, 30], - [-36, -16], - [-51, 93], - [23, 65], - [35, 36], - [-29, 33], - [24, 33], - [-39, 46], - [-36, 7], - [5, 70], - [-47, -28], - [-91, -117], - [-27, -45], - [-43, 31], - [-38, -18], - [-15, 161], - [-40, -24], - [-49, -74], - [-94, 20], - [-32, -50], - [-116, 102], - [-115, 90], - [-96, -9], - [-63, 13], - [-62, 65], - [-122, 11], - [-42, 31], - [-118, -33], - [-9, -76], - [43, -41], - [10, -37], - [-103, -64], - [-107, 78], - [-97, -7], - [-83, -92], - [-55, 12], - [-60, -100], - [-15, -81], - [-29, -20], - [-12, -56] - ], - [ - [14348, 6963], - [20, 119], - [-4, 75], - [-50, 99], - [2, 41], - [52, 114], - [112, -4], - [46, -23], - [71, 41], - [-25, 90], - [-46, 35], - [-105, 19], - [12, 82], - [-42, 25], - [-45, -3], - [-55, 22], - [30, 44], - [132, 5], - [74, -29], - [54, 9], - [21, -24], - [97, 10], - [140, -18], - [68, 57] - ], - [ - [16089, 5580], - [5, -40], - [42, -60], - [35, -17], - [-11, -114], - [36, -66], - [17, -71], - [-68, -77], - [-18, -49], - [-46, -45], - [-48, -11], - [-29, -49], - [12, -42], - [-62, -89], - [-9, -52], - [13, -93], - [33, -7], - [69, 28], - [-10, -84], - [-27, -44], - [15, -46], - [42, -46], - [-33, -82], - [27, -93], - [86, -15], - [-14, -92], - [-47, -88], - [30, -27], - [51, 11], - [11, -43], - [-62, -27], - [-6, -77], - [-46, -102], - [31, -90], - [-11, -50] - ], - [ - [18222, 8692], - [-24, -17], - [-21, -103], - [47, -57], - [62, -2], - [2, -35], - [132, -106], - [64, -12], - [128, -71], - [26, -96], - [61, -156], - [19, -21], - [54, -138], - [-15, -54], - [32, -20], - [47, -112], - [1, -55], - [28, -19], - [7, -65], - [-23, -58], - [19, -77], - [32, -33], - [132, -63], - [31, -26], - [-4, -99], - [20, -33], - [90, -31], - [76, -76], - [32, -96], - [-23, -23], - [-97, 27], - [-120, 73], - [-24, 1], - [-68, -50], - [-5, -31], - [38, -30], - [58, -82] - ], - [ - [19036, 6846], - [-47, -16], - [-34, -87], - [-26, -23], - [-7, -63], - [-64, -1], - [6, -64] - ], - [ - [18864, 6592], - [-77, -20], - [2, -38], - [-50, -21], - [-30, -47], - [-29, 69], - [-29, 26], - [-84, -8], - [-63, 46], - [-33, 77], - [-50, 3], - [-61, -22] - ], - [ - [17058, 8460], - [16, 113], - [21, 20], - [127, 23], - [73, -34], - [64, -122], - [18, -81], - [29, -13], - [45, 70], - [51, -58], - [30, -7], - [49, 40], - [46, -12], - [8, 68], - [60, 11], - [52, -14], - [-7, -35], - [34, -96], - [95, 23], - [24, 123], - [101, 43], - [82, 155], - [78, 0], - [68, 15] - ], - [ - [17785, 5759], - [6, -23], - [-68, -72], - [4, -60], - [21, -52], - [33, -6], - [72, -87], - [29, -71], - [-10, -51], - [23, -51], - [-17, -95] - ], - [ - [23006, 13011], - [12, -44], - [-46, -99], - [6, -29], - [-43, -64], - [12, -46], - [-39, -35], - [-96, 1], - [-98, -29], - [-5, -57], - [37, -39], - [-5, -33], - [-78, 6], - [-67, 73], - [7, 90], - [-59, 9], - [-19, 34], - [-69, 17], - [-54, -150], - [-8, -127], - [-86, -40], - [-32, 28], - [-84, -35], - [-38, -118], - [-74, -35], - [-4, -30], - [-80, 13], - [-68, -23], - [-113, 19], - [-90, -36], - [9, -78], - [23, -46], - [61, -47], - [6, -26], - [-44, -89], - [-40, -24], - [-41, 34], - [-153, -2], - [-83, 15], - [-99, 43], - [-46, 105], - [-40, 24], - [-75, -32], - [-58, -43], - [-66, -149], - [-55, -67], - [-8, -33], - [-51, -39], - [-61, -99], - [-38, 1] - ], - [ - [20866, 11680], - [-50, 5], - [-32, -19], - [-14, 58], - [46, 93], - [-61, 90], - [-78, 137], - [3, 36], - [-52, 7], - [-13, 80], - [13, 69], - [65, 85], - [-58, 5], - [-28, 60], - [-43, 43], - [4, 42], - [-37, 35], - [-35, 141], - [-57, 47], - [8, 59], - [-32, 69], - [-106, -126], - [-60, 20], - [-14, 46], - [32, 42], - [-50, 43], - [-3, 28], - [-105, 36], - [-102, 97], - [-25, -52] - ], - [ - [19982, 12956], - [-44, 0], - [-43, 50], - [-64, 14], - [2, 32], - [72, 18], - [10, 37], - [-22, 99], - [-52, 85], - [15, 70], - [-36, 19], - [-68, 117], - [-38, 42], - [-68, -55], - [-169, -89], - [-68, 22], - [10, 105], - [-77, 86], - [-5, 140], - [15, 128], - [46, 33], - [-37, 40], - [9, 67], - [-59, 30], - [-27, 112], - [-67, -11], - [-44, 17], - [55, 83], - [7, 73], - [98, -50], - [70, -62], - [49, 55], - [48, -29], - [27, -47], - [65, -25], - [30, 30], - [11, 58], - [-17, 94], - [103, 16], - [53, 77] - ], - [ - [18201, 11896], - [65, 82], - [-37, 99], - [-8, 62], - [12, 93], - [24, 64], - [-58, 58], - [20, 34], - [103, 45], - [26, -52], - [96, -21], - [-1, -61], - [112, -167], - [84, 107], - [57, 23], - [-5, 41], - [111, 61], - [72, 26], - [42, -13], - [96, 66], - [54, 55], - [74, 17], - [28, -41], - [80, 54], - [30, 74], - [109, 20], - [50, -26], - [88, 78], - [27, -26], - [177, 0], - [44, 42], - [31, 71], - [73, 23], - [49, -16], - [27, 37], - [29, 151] - ], - [ - [20866, 11680], - [-55, -3], - [-86, -63], - [-42, -50], - [-105, -31], - [-121, -71], - [-200, -179], - [-18, -73], - [-55, -62], - [-79, -31], - [-53, 28], - [-85, 1], - [-99, -65], - [0, 40], - [-59, -10], - [0, -41], - [-47, -23], - [-46, 7], - [-145, -78], - [-38, -32], - [-56, 2], - [-73, -65], - [-3, -31], - [-59, -45], - [-55, -81], - [-86, 1], - [-106, -114], - [-51, 4], - [-59, -53], - [-25, 2], - [-16, 104], - [44, 2], - [45, 36], - [136, 39], - [-19, 65], - [59, 55], - [-16, 67], - [-50, -4], - [-23, -28], - [-38, 66], - [-48, 45], - [80, 19], - [-26, 58], - [6, 33], - [92, 62], - [27, -8], - [134, 169], - [-6, 27], - [84, 93], - [-59, 65], - [2, 41], - [-115, 69], - [-55, 16], - [-70, -2], - [-24, 23], - [-129, 19], - [-96, -77], - [2, -42], - [-43, -7], - [-62, -72], - [-70, -110], - [-22, -66], - [-51, -5], - [-65, -39], - [-85, -29], - [-53, -39] - ], - [ - [16164, 11599], - [-28, -16], - [-1, -91], - [-84, -35], - [-24, 21], - [-92, -79], - [-95, -16], - [-26, 48], - [-143, -42], - [-21, -65], - [-47, -18], - [-109, 68], - [-58, -25], - [-133, -234], - [-17, -91], - [-66, -15], - [-110, 35], - [-62, -123], - [-48, 5], - [-30, -32] - ], - [ - [14970, 10894], - [-30, 21], - [28, 59], - [-41, 22], - [-66, -39], - [-98, -124], - [-34, 65], - [-59, -32], - [-61, 69], - [-46, -5], - [38, -79], - [-80, -36], - [-64, -64], - [-54, -12], - [-16, -69], - [-101, -66], - [-13, -48], - [-96, -80], - [-71, -112], - [-11, -88], - [45, -44], - [-44, -82], - [-28, 36], - [-38, -22], - [0, -137], - [-210, -9], - [-44, -25], - [-53, 27], - [-20, 64], - [-123, 41] - ], - [ - [13580, 10125], - [-90, 35], - [-40, 78], - [-63, 33], - [-68, -18], - [-85, 25], - [-97, 53], - [-14, 46], - [44, 39], - [29, 72], - [-5, 48], - [52, 79], - [63, 68], - [0, 48], - [-49, 22], - [-21, 72], - [0, 65], - [-79, 2], - [-36, -32], - [-90, -20], - [6, -49], - [-59, -8], - [-29, -92], - [-40, -32], - [-49, -151], - [-10, -99], - [11, -90], - [-31, -33], - [2, -53], - [24, -39], - [-32, -107], - [-47, -11], - [-17, -41], - [-114, 1], - [-81, -35], - [-49, -46], - [-121, -20], - [-41, 17], - [-67, -11], - [-53, -45] - ], - [ - [9404, 12647], - [333, -45], - [91, -24], - [307, -17], - [191, -18], - [199, 40], - [115, -8], - [17, 27], - [234, -20], - [361, -88], - [98, -132], - [141, -40], - [129, -3], - [95, -56], - [138, -61], - [215, -51], - [49, 0], - [223, 39], - [-4, -114], - [164, -9], - [36, -40], - [92, 88], - [16, -2], - [198, 115], - [83, 31], - [269, 124], - [232, 50], - [12, 27], - [63, 28], - [40, -18], - [143, -8], - [130, 26], - [22, -12], - [93, 8], - [102, -23], - [74, 24], - [108, -14], - [124, 22], - [114, 79], - [123, 6], - [109, 68], - [15, 46], - [67, 37], - [33, 65], - [44, 38], - [93, 110], - [156, 67], - [54, 8], - [72, 103], - [86, 25], - [18, 27], - [-65, 104], - [-72, 21], - [-111, 148], - [-2, 37], - [51, 101], - [18, 69], - [72, 123], - [37, 45], - [57, 21], - [175, -15], - [56, -49], - [81, -49], - [56, -3], - [88, -33], - [136, -5], - [65, -24], - [67, 53], - [86, 44], - [148, 120], - [68, 120], - [81, 28], - [99, -45], - [136, 9], - [152, 28], - [18, 34], - [119, 89], - [53, 5], - [30, 39], - [-4, 97], - [137, 179], - [133, 28], - [172, 1], - [25, 114], - [73, 2], - [34, -37], - [136, 63], - [91, 81], - [117, -9], - [43, 18], - [52, -12], - [54, 20], - [110, -44], - [76, -52], - [0, -92], - [43, 3], - [38, 49], - [67, 34], - [59, 62], - [-47, 93], - [19, 92], - [-60, 47], - [50, 36], - [-44, 30], - [-86, 7], - [-71, 52], - [5, 49], - [-59, -6], - [-25, 95], - [-139, 53], - [-119, 100], - [-90, 0], - [-74, 20], - [-123, -26], - [-81, -103], - [-72, -78], - [-107, 89], - [-112, 45], - [-74, -4], - [-76, -24], - [-78, 17], - [-47, -21], - [-75, -81], - [-158, 139], - [-15, 121], - [118, 40], - [4, 139], - [115, 135], - [-23, 43], - [259, 496], - [93, -59], - [136, -48], - [81, -2], - [145, -63], - [127, 80], - [155, 131], - [49, 17], - [161, 18], - [49, 15], - [66, 83], - [-7, 89], - [-65, -1], - [36, 132], - [62, 47], - [61, 146], - [67, 64], - [3, 57], - [44, 44], - [48, 80], - [40, 112], - [35, 6], - [119, 104], - [71, 26], - [44, 92], - [-2, 68], - [-55, 36], - [40, 111], - [-106, 57], - [-156, -29], - [-15, 90], - [102, 55], - [99, 106], - [139, 111], - [136, -3], - [189, 55] - ], - [ - [13580, 10125], - [-11, -47], - [-52, -9], - [-5, -30], - [-68, -58], - [-24, -137], - [32, -82], - [-24, -45] - ], - [ - [11235, 7898], - [0, -47], - [-37, -20], - [-13, -46], - [34, -26], - [-43, -85], - [-57, 59], - [-30, 0], - [-97, -34], - [-19, -69], - [1, -60], - [47, -48], - [-8, -53], - [-57, -17], - [-57, -40], - [-85, 30], - [-25, -31], - [-13, -68], - [-33, -30], - [-36, 23], - [36, 59], - [-54, 89], - [-68, -15], - [-5, -47], - [-42, 8], - [-5, 115], - [-53, 40], - [-81, 6], - [7, -46], - [-18, -60], - [-152, 85], - [-36, -12], - [-30, 74], - [-137, 65], - [-33, 64], - [6, 42], - [-23, 75], - [-31, 22], - [6, 51], - [-55, 75], - [-46, 38], - [-62, -11], - [1, 34], - [-93, 18], - [-83, -48], - [-62, 54], - [-51, -29], - [-58, -9], - [-7, -27], - [24, -77], - [33, -52], - [17, -60], - [85, -25], - [-60, -43], - [-4, -31], - [-48, -56], - [21, -59], - [-10, -31], - [-61, -22], - [8, -84], - [42, -69], - [96, -64] - ], - [ - [9621, 7373], - [-32, -26], - [-100, 21], - [4, -114], - [-48, -6], - [-10, -52], - [16, -53], - [-135, -32], - [-60, -1], - [-31, -18], - [29, -46], - [-19, -33], - [31, -53], - [-41, -26], - [-22, 27], - [-44, -7], - [-53, 42], - [-48, 75], - [-27, -5], - [-46, -59], - [46, -63], - [-76, 14], - [-80, -3], - [-88, 35], - [-47, -18], - [-59, 110], - [30, 52], - [-6, 49], - [-57, 51], - [-84, -5], - [-49, 48], - [-24, 62], - [-33, 11], - [-77, 96], - [-31, -35], - [-61, -1], - [-10, -40], - [-65, -3], - [-27, -42], - [-69, 27], - [-42, -6], - [-19, 41], - [-62, 9], - [-55, -48], - [-52, 24], - [-56, 70], - [-74, -16], - [-17, 55], - [-64, -18], - [-66, 33], - [-15, -22], - [-117, 21], - [-63, -7], - [2, 56], - [-33, 10], - [-63, -31], - [-69, 64], - [-93, 56], - [-73, 95], - [-5, 44], - [-72, -9], - [-9, -34], - [-87, -12], - [-36, -51], - [-59, 11], - [-88, 66], - [-32, -5], - [-56, 57], - [-33, 93], - [-78, 43], - [8, 29], - [-30, 54], - [-77, 64], - [-33, 54], - [1, 37], - [61, 38], - [1, 192], - [-34, 100], - [51, 38], - [-17, 51], - [-89, -7], - [-11, 34], - [7, 83], - [-49, 60], - [15, 66], - [77, 28], - [18, 26], - [-9, 55], - [30, 146], - [-44, -6], - [-102, 38], - [-5, 56], - [47, 0], - [82, 27] - ], - [ - [6430, 9204], - [56, -2], - [47, 38], - [16, 64], - [81, -59], - [94, -16], - [83, -1], - [67, -57], - [48, 42], - [54, -4], - [-3, 62], - [-28, 62], - [2, 104], - [-119, 28], - [-6, 104], - [53, 64], - [51, -1], - [63, 50], - [68, 3], - [-10, 69], - [-38, 34], - [-37, 126], - [-60, 8], - [-61, 84], - [-105, 45], - [-44, 54], - [27, 64], - [-60, 91], - [-37, 89], - [-38, 48], - [109, 48], - [86, 93], - [48, -7], - [145, 26], - [72, 21], - [56, 32], - [142, 27], - [99, 45], - [138, 26], - [46, 53], - [140, 16], - [39, 16] - ], - [ - [14970, 10894], - [29, -70], - [-45, -104], - [-48, -27], - [16, -51], - [-54, -130], - [11, -31], - [-24, -64], - [-31, -3], - [-42, -64], - [-38, -10], - [-25, -51], - [-3, -88], - [67, -117], - [48, -125], - [-16, -44], - [-42, -15], - [21, -43], - [-20, -53], - [-94, -132], - [7, -174], - [30, -39], - [-22, -214], - [27, -143], - [15, -10], - [20, -135], - [-34, -103], - [-45, -66], - [-35, -137], - [-18, -22], - [7, -179], - [37, -8] - ], - [ - [13924, 7210], - [-15, 30], - [-96, 4], - [-23, -26], - [-64, -6], - [-10, -32], - [-58, 28], - [-71, 95], - [-59, -4], - [-59, 80], - [-45, -70], - [-72, 65], - [9, 37], - [-19, 56], - [-107, -4], - [-23, 14], - [-56, -36], - [-63, -22], - [-42, 28], - [-61, 12], - [-87, 78], - [-56, -20], - [-78, -56], - [-49, 108] - ], - [ - [17658, 10322], - [96, -58], - [144, -16], - [149, 17], - [39, -23], - [22, -74], - [36, -23], - [3, -40], - [35, -20], - [42, -56], - [-101, -1], - [-43, -81], - [15, -130], - [111, -72], - [24, -41], - [50, 31], - [127, 3], - [55, 60], - [-17, 71], - [96, 35], - [92, 86], - [-1, 39], - [57, 31], - [44, 3], - [72, 40], - [80, -12], - [35, -52], - [42, 1], - [1, -57], - [93, -20], - [33, -42], - [54, -26], - [137, 23], - [51, 31], - [37, -50], - [34, 14], - [33, -27], - [61, 5], - [37, -30], - [-7, -46], - [27, -34], - [-66, -31], - [19, -111], - [-32, -33], - [-54, -15], - [-39, 17], - [-21, 40], - [-51, 11], - [-100, -45], - [-54, -37], - [-10, -34], - [-51, 16], - [-114, -46], - [-84, -75], - [-28, -46], - [-64, 6], - [-25, -42], - [-6, -72], - [15, -57], - [-167, -36], - [33, 61], - [-61, 21], - [-45, -42], - [45, -60], - [-14, -38], - [-50, -34], - [-18, -83], - [-38, -43], - [-69, -1], - [-42, -25], - [-31, -105], - [-61, -60], - [-13, -86], - [-35, -4] - ], - [ - [19012, 6426], - [-26, 48], - [-49, 35], - [-38, -10], - [5, 89], - [-40, 4] - ], - [ - [19036, 6846], - [76, -60], - [60, -32], - [78, -110], - [24, -73], - [-13, -64], - [-30, 6], - [-115, -19], - [-104, -68] - ], - [ - [19024, 7033], - [148, -113], - [90, -29], - [29, -52], - [-53, -28], - [-176, 92], - [-92, 88], - [54, 42] - ], - [ - [12642, 4891], - [-50, 185], - [-47, 16], - [-35, -21], - [-37, -76], - [-60, -6], - [-66, -24], - [-100, 94], - [30, 14], - [28, 57], - [-8, 53], - [-73, 62], - [3, 128], - [-152, -10], - [-38, -56], - [32, -108], - [-67, -53], - [-53, 12], - [-54, -89], - [26, -18], - [4, -93], - [-25, -44], - [-66, -62], - [-55, -107], - [-60, -27], - [-42, -36], - [10, -79], - [-16, -61], - [11, -60], - [34, -60], - [15, -107], - [-11, -117], - [-84, -30], - [-29, -45], - [-43, 18], - [9, 48], - [-88, -21], - [-60, -43], - [-48, -65], - [-125, -3], - [-33, 68], - [-44, 8], - [6, 78], - [-97, 88], - [34, 62], - [-43, 44], - [-3, 63], - [-90, 75], - [10, 86], - [-47, 11], - [-87, 238], - [-47, 63], - [-14, 62], - [-51, -58], - [-40, 30], - [-49, -78], - [-55, 121], - [-43, 44], - [-21, 68], - [54, 22], - [6, 51], - [-47, 31], - [-41, 101], - [-51, 19], - [1, 30], - [-39, 34], - [-4, 55], - [-41, -14], - [-33, -64], - [-8, -53], - [-51, -19], - [-1, -78], - [13, -56], - [-45, -32], - [-54, 98], - [8, 42], - [-33, 185], - [8, 25], - [-7, 178] - ], - [ - [10173, 5685], - [-15, 23], - [-9, 136], - [-23, 58], - [10, 88], - [21, 45], - [-12, 78], - [-22, 36], - [-19, 227], - [-14, 54], - [23, 18], - [-75, 90], - [12, 48], - [-81, 122], - [35, 52], - [36, -43], - [41, 59], - [-16, 32], - [-53, 43], - [-57, 68], - [-67, 134], - [13, 54], - [-52, 60], - [-35, 111], - [-97, 67], - [-96, 28] - ], - [ - [17714, 10817], - [-71, -21], - [-35, -41], - [-10, -65], - [-56, -102], - [-7, -60] - ], - [ - [6430, 9204], - [-97, 34], - [-101, 74], - [-30, -25], - [-92, 59], - [-65, -30], - [-58, 45], - [-20, 37], - [-41, 11], - [-92, -7], - [-42, -22], - [-64, 5], - [-26, -31], - [-71, 5], - [-71, -22], - [-70, 38], - [-91, -62], - [-61, 6], - [-100, -8], - [-29, -29], - [-112, -15], - [-78, -40], - [-7, -50], - [-50, -96], - [-39, -32], - [-103, -17], - [-34, -49], - [-138, 64], - [-93, -17], - [-78, -55], - [-156, -50], - [2, -33], - [-47, -33], - [-95, -26], - [-13, 22], - [-71, -21], - [-138, -12], - [-119, 40], - [-46, -11], - [-51, 44], - [-13, 94], - [-71, 10], - [-23, -25], - [-41, 28], - [-88, 4], - [-32, -72], - [-112, -57], - [1, -45], - [-78, -53], - [-67, -12], - [-61, 11], - [-34, 50], - [-91, -18], - [-66, 43], - [-7, -47], - [-77, 18], - [-62, -4], - [-66, 60], - [-34, -5], - [-57, -44], - [1, -49], - [-59, -86], - [-39, -20], - [-23, -102], - [-37, 0], - [-13, -58], - [20, -21], - [-47, -117], - [-50, -14], - [-68, 1], - [-110, -21], - [-60, 0], - [-16, -41], - [-44, 19] - ], - [ - [2119, 8322], - [-35, 18], - [-108, 105], - [-60, -3], - [-53, 32], - [-31, 51], - [-9, 59], - [-41, 104], - [-37, 152], - [-40, 26], - [-29, 46], - [-77, -21], - [-78, -4], - [-64, 34], - [-32, -4], - [-52, 37], - [-117, 36], - [-74, 74], - [5, 41], - [-147, -22], - [-57, 87], - [-31, 0], - [-28, 55], - [48, 57], - [-28, 52], - [10, 60], - [-35, 86], - [-76, 65], - [-73, 10], - [-37, -23], - [-32, 114], - [-57, 8], - [-33, 31], - [-43, -2], - [-47, -42], - [-40, 65], - [-37, -18], - [-21, 37], - [-59, -11], - [-38, 21], - [30, 63], - [153, -9], - [17, 35], - [73, 16], - [7, 60], - [-32, 47], - [-51, 15], - [-12, 52], - [39, 54], - [-36, 41], - [4, 86], - [-37, 38], - [-14, 53], - [0, 87], - [33, 25], - [-1, 49], - [-59, 12], - [-35, 31], - [-99, 36], - [-99, 8], - [-26, -70], - [-58, 2], - [-47, 50], - [-40, 130], - [55, 32], - [-40, 43], - [-51, 106], - [21, 79], - [-7, 33], - [85, 13], - [31, 63], - [-11, 58], - [-32, 23], - [3, 41], - [73, 134], - [91, 18], - [35, -26], - [73, 62], - [64, 73], - [86, -4], - [-35, 60], - [7, 36], - [63, -38], - [83, -6], - [159, 113], - [19, -78], - [31, -11], - [-22, -66], - [23, -35], - [80, 19], - [21, 28], - [140, -5], - [78, 47], - [7, 37], - [41, 46], - [-3, 69], - [62, 53], - [-1, 52], - [31, 31], - [73, 20], - [42, -23], - [72, 7], - [55, -15], - [79, 0], - [83, 38], - [77, -14], - [48, 17], - [33, 69], - [45, 29], - [8, 74], - [93, 29], - [28, 41], - [51, 13], - [40, 36], - [205, 105], - [88, -30], - [84, 127], - [98, -1], - [61, 19], - [-14, 77], - [17, 20], - [-32, 86], - [5, 56], - [-21, 52], - [36, 98], - [56, 0], - [68, 50], - [-69, 36], - [6, 32], - [73, 39], - [82, 22], - [-22, 63], - [-33, 8], - [34, 70], - [-62, 151], - [-28, 47], - [-47, 188], - [-24, 146], - [59, 118], - [-60, 56], - [-37, 10], - [-83, -20], - [-32, 40], - [49, 88], - [128, 2], - [17, 26], - [64, 3], - [58, 25], - [41, -15], - [88, 23], - [15, 24], - [136, 25], - [94, 50], - [40, -30], - [15, -55], - [72, -22], - [93, 40], - [98, -59], - [43, 57], - [15, 66], - [-16, 44], - [-64, 12], - [-62, 40], - [5, 44], - [86, 181], - [10, 103], - [84, 172], - [27, 120], - [69, 144], - [20, 94], - [58, 6], - [67, -25], - [85, -55], - [192, -53], - [153, 23], - [34, -17], - [79, 10], - [49, -85], - [54, 20], - [103, 93], - [123, 4], - [19, 68], - [46, 14], - [3, 92], - [-38, 63], - [7, 45], - [-32, 171], - [28, 112], - [50, 111], - [41, 28], - [150, 5], - [41, 33], - [106, 21], - [72, 90], - [19, 69], - [-35, 73], - [52, 60], - [53, -2], - [59, 24], - [121, -34], - [105, 44], - [52, 3], - [1, -60], - [32, -38], - [-66, -49], - [70, -66], - [59, -36], - [-27, -65], - [138, -49], - [100, -65], - [-10, -35], - [39, -53], - [90, -28], - [52, -41], - [5, -48], - [60, 2], - [50, 40], - [99, 11], - [20, -53], - [72, -66], - [53, -1], - [157, -77], - [53, -93], - [25, -125], - [86, -125], - [59, -13], - [29, -77], - [39, -52], - [10, -83], - [-48, -117], - [-9, -68], - [35, -47], - [-4, -58], - [-65, -60], - [-60, -100], - [-14, -89], - [42, -49], - [18, -70], - [50, -53], - [87, 6], - [86, -46], - [43, 16], - [68, -41], - [146, 6], - [62, -20], - [67, 11], - [69, -21], - [222, 4], - [175, -27], - [275, -156], - [54, -72], - [97, -38], - [48, -52], - [117, -48], - [173, 18], - [-21, -41], - [2, -97], - [70, -17], - [50, -145], - [82, -157], - [14, -87], - [63, -56], - [32, -59], - [68, -66], - [16, -85] - ], - [ - [10173, 5685], - [-60, -54], - [20, -58], - [-36, -29], - [-7, -89], - [-25, 3], - [-25, 99], - [-49, -13], - [-4, -47], - [17, -78], - [-38, -32], - [14, -92], - [50, -80], - [-17, -51], - [-126, -65], - [-9, 73], - [-38, 71], - [-30, -25], - [25, -51], - [-40, -22], - [-9, -79] - ], - [ - [9786, 5066], - [3, 33], - [-98, 133], - [-45, -14], - [-29, 82], - [-68, -4], - [-29, -65], - [-6, -52], - [-44, -18], - [-90, 63], - [-51, -21], - [-39, 36], - [-50, -6], - [-44, 47], - [-117, -36], - [12, 86], - [74, 82], - [9, 40], - [-35, 86], - [-34, 37], - [-36, -3], - [-47, -53], - [-31, 64], - [27, 44], - [51, 17], - [19, 44], - [-63, -7], - [-57, 110], - [-54, -38], - [-72, -14], - [-76, -71], - [-16, -1], - [-37, -92], - [-81, 16], - [0, 21], - [-151, 38], - [-97, 85], - [-28, -62], - [-51, -1], - [-32, -39], - [-54, -34], - [-24, -67], - [-64, -58], - [-24, -85], - [-36, 16], - [-95, -27], - [-44, 15], - [-65, -26], - [-56, -163], - [-68, -9], - [-51, -49], - [-44, -11], - [-48, -62], - [30, -38], - [-71, -87], - [-101, -21], - [-21, 43], - [-40, -13], - [-40, -40], - [-70, -20], - [-21, 45], - [-47, 2], - [-33, 41], - [-56, 28], - [-7, 31], - [-63, 30], - [-41, -39], - [-91, 7], - [-19, 21], - [-97, 18], - [-39, -27], - [-34, 22], - [-49, -4], - [-35, 50], - [-68, -8], - [-106, 45], - [-56, -29], - [-42, -2], - [-61, -68], - [-29, -76], - [-65, -56], - [-22, -58], - [-54, -46], - [-27, -90], - [-31, -35], - [-32, 35], - [-17, 83], - [32, 53], - [13, 117], - [-15, 49], - [-36, 42], - [-71, 7], - [-74, -56], - [-58, -15], - [-41, 8], - [-44, -30], - [-64, 3], - [-57, -55], - [-58, 29], - [-64, 0], - [-40, -18], - [-76, 4], - [-35, 60], - [-100, 35], - [-40, 46], - [-45, 3], - [-53, -107], - [-82, 35], - [-16, 85], - [-43, -54], - [14, -55], - [-24, -14], - [-68, 86], - [-18, 60], - [-75, 63], - [-62, 14], - [-100, -20], - [-59, 27], - [7, 73], - [29, 72], - [-56, 28], - [-43, -53], - [-37, -5], - [-62, 33], - [-30, 53], - [-54, -1], - [-33, 61], - [-75, 32], - [11, 63], - [-34, 80], - [15, 24], - [-95, 47], - [-60, -15], - [-71, -74], - [-39, 24], - [-39, 54], - [-10, 58], - [-52, 39], - [-35, 58], - [-50, 0], - [-62, 49], - [-61, 13], - [-26, 64], - [-38, 17], - [-87, 71], - [-85, 21], - [-24, 143], - [-45, -12], - [-145, 64], - [-35, -38], - [-56, 25], - [7, -60], - [-12, -50], - [-43, -48], - [-5, -36], - [-56, -14], - [-49, 127], - [-80, 29], - [-32, 43], - [-55, 41], - [-25, -11], - [-101, 58], - [-27, 4], - [11, 82], - [-31, 37], - [-112, 58], - [-53, 42], - [-65, -32], - [-35, 50], - [-78, 55], - [-21, 76], - [-47, 73], - [-29, 18], - [-31, -60], - [-40, -44], - [-33, 94], - [-30, 45], - [42, 45], - [-37, 33], - [-17, 52], - [18, 109], - [-65, 79], - [8, 31], - [-52, 30], - [22, 73], - [-32, 19], - [-10, 52], - [87, 28], - [42, 44], - [17, -50], - [1, -64], - [76, -67], - [38, 21], - [54, 64], - [58, 9], - [79, 41], - [-2, 73], - [-70, 107], - [18, 114], - [-107, 11], - [-30, 50], - [-97, 96], - [-46, 101], - [26, 35], - [-23, 74], - [19, 57], - [-14, 49], - [91, 62], - [15, 37], - [-27, 43] - ], - [ - [12737, 2566], - [-85, 102], - [-45, -64], - [-49, 1], - [-26, -25], - [-89, -51], - [11, -70], - [-43, -86], - [-70, 10], - [-59, -70], - [-48, 19], - [-3, 50], - [-62, -13], - [-31, -46], - [-12, -78], - [-18, -33], - [-129, 148], - [-43, -103], - [-79, 110], - [-21, -66], - [-35, -16], - [-4, -46], - [-63, -58], - [-41, 31], - [-24, 54], - [-141, 86], - [-22, -11], - [-20, -63], - [-51, -70], - [-3, -39], - [-97, 17], - [-64, -34], - [-23, 49], - [-44, -6], - [-7, -52], - [-24, -51], - [-15, -88], - [16, -65], - [64, -74], - [-12, -49], - [30, -69], - [-19, -47], - [-15, -102], - [42, -32], - [-24, -58], - [-32, 5], - [-50, 49], - [-78, -12], - [-38, -22], - [-21, 37], - [9, 59], - [-25, 27], - [6, 74], - [-36, 48], - [2, 62], - [-44, -32], - [-50, -14], - [-69, -91], - [-56, -30], - [-87, 44], - [-63, -50], - [-35, 76], - [10, 55], - [-61, 13], - [-15, 76], - [20, 57], - [-12, 39], - [-45, -15], - [-81, 42], - [-174, 7], - [-19, 19], - [27, 50], - [21, 78], - [40, 49], - [-26, 130], - [50, 55], - [27, 75], - [-3, 41], - [-60, 26], - [-100, -21], - [-28, 37], - [-57, 28], - [14, 28], - [-4, 77], - [-44, 66], - [28, 20], - [-31, 95], - [-40, 8], - [-4, 67], - [61, 110], - [-95, -20], - [-29, 18], - [-76, -15], - [-46, 8], - [-80, -23], - [-58, -32], - [-84, -76], - [-56, 41], - [40, 30], - [40, 60], - [11, 83], - [-35, 90], - [-46, 22], - [7, 138], - [44, 32], - [32, -1], - [-20, 81], - [51, 148], - [42, -23], - [77, 93], - [16, 114], - [55, -41], - [19, 14], - [43, 116], - [30, 26], - [35, -23], - [29, 48], - [-40, 48], - [-15, 66], - [64, 35], - [-24, 32], - [25, 70], - [18, 121], - [-19, 198], - [-19, 108], - [18, 53], - [-14, 38], - [-1, 102], - [-45, 11], - [-45, 41], - [-17, -52], - [-43, -24], - [-9, 50], - [-30, 48], - [-5, 89], - [-28, 33], - [2, 41] - ], - [ - [19000, 5153], - [17, -69], - [-37, -21], - [-14, 49], - [34, 41] - ], - [ - [19285, 6166], - [59, -14], - [76, -47], - [18, -26], - [-14, -46], - [-54, 35], - [-55, -1], - [-30, 99] - ], - [ - [19012, 6426], - [-61, -52], - [-42, -9], - [-29, -49], - [-11, -54], - [-63, -23], - [-24, -34], - [85, -49], - [109, 84], - [33, 7], - [67, -28], - [67, -93], - [33, -62], - [95, -33], - [33, -52], - [-55, -45], - [-63, -90], - [51, -8], - [48, -17], - [11, -22], - [-25, -61], - [22, -44], - [-14, -36], - [-50, -20], - [-59, 8], - [-25, 38], - [-29, -24], - [62, -93], - [-17, -137], - [-51, -45], - [26, -108], - [30, -79], - [-69, 16], - [-48, -100], - [-33, 34], - [-24, 61], - [-78, -100], - [-26, -76], - [-30, 9], - [-5, -68], - [-73, -87], - [-31, -65], - [30, -51], - [-59, -128], - [-39, -27] - ], - [ - [19160, 3611], - [33, -37], - [69, -20], - [6, -84], - [-33, -49], - [-4, -108], - [17, -49], - [-31, -60], - [-3, -64], - [-43, -60], - [-22, -60], - [8, -26], - [-43, -189], - [-23, -162], - [-22, -46], - [-3, -56], - [-40, -96], - [-44, -60], - [-19, -52], - [-48, -48], - [-30, -63], - [-29, -122], - [2, -120], - [-15, -67], - [-55, 28], - [-3, 68], - [-30, 94], - [-44, 67], - [-72, 49], - [-62, 187], - [-2, 67], - [-44, 71], - [28, 108], - [-2, 82], - [26, 131], - [41, 71], - [19, 56], - [61, 108], - [31, 89], - [31, 41], - [21, 63], - [58, 54], - [22, 65], - [63, 110], - [127, 55], - [23, 43], - [41, 24], - [39, -33] - ], - [ - [16356, 2163], - [-35, -136], - [-70, 0], - [-175, 0], - [-35, 23], - [35, 113], - [105, 68], - [70, 0], - [35, 0], - [0, -68], - [70, 0] - ], - [ - [15953, 2036], - [4, -20], - [-22, -8], - [-4, 48], - [13, 0], - [9, -20] - ] - ], - "transform": { - "scale": [0.002506264076531506, 0.0019419661250892803], - "translate": [73.61621093750023, 18.211250305175724] - }, - "objects": { - "china": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4, 5]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-34", - "NAME_0": "China", - "ID_1": 1, - "NAME_1": "Anhui", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "安徽|安徽", - "VARNAME_1": "Ānhuī" - } - }, - { - "arcs": [[6, 7, 8, 9]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-11", - "NAME_0": "China", - "ID_1": 2, - "NAME_1": "Beijing", - "TYPE_1": "Zhíxiáshì", - "ENGTYPE_1": "Municipality", - "NL_NAME_1": "北京|北京", - "VARNAME_1": "Běijīng" - } - }, - { - "arcs": [[10, 11, 12, 13, 14]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-50", - "NAME_0": "China", - "ID_1": 3, - "NAME_1": "Chongqing", - "TYPE_1": "Zhíxiáshì", - "ENGTYPE_1": "Municipality", - "NL_NAME_1": "重慶|重庆", - "VARNAME_1": "Chóngqìng" - } - }, - { - "arcs": [[15, 16, 17, 18]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-35", - "NAME_0": "China", - "ID_1": 4, - "NAME_1": "Fujian", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "福建", - "VARNAME_1": "Fújiàn" - } - }, - { - "arcs": [[19, 20, 21, 22, 23, 24, 25]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-62", - "NAME_0": "China", - "ID_1": 5, - "NAME_1": "Gansu", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "甘肅|甘肃", - "VARNAME_1": "Gānsù" - } - }, - { - "arcs": [[26, 27, 28, -16, 29]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-44", - "NAME_0": "China", - "ID_1": 6, - "NAME_1": "Guangdong", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "廣東|广东", - "VARNAME_1": "Guǎngdōng" - } - }, - { - "arcs": [[-27, 30, 31, 32, 33]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-45", - "NAME_0": "China", - "ID_1": 7, - "NAME_1": "Guangxi", - "TYPE_1": "Zìzhìqu", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "廣西壯族自治區|广西壮族自治区", - "VARNAME_1": "Guǎngxī Zhuàngzú" - } - }, - { - "arcs": [[34, -33, 35, 36, -13]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-52", - "NAME_0": "China", - "ID_1": 8, - "NAME_1": "Guizhou", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "貴州|贵州", - "VARNAME_1": "Gùizhōu" - } - }, - { - "arcs": [[37]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-46", - "NAME_0": "China", - "ID_1": 9, - "NAME_1": "Hainan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "海南", - "VARNAME_1": "Hǎinán" - } - }, - { - "arcs": [[[-8, 38]], [[39, 40, 41, -10, 42, 43, 44, 45, 46, 47]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 49, - "ISO": "CN-13", - "NAME_0": "China", - "ID_1": 10, - "NAME_1": "Hebei", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "河北", - "VARNAME_1": "Héběi" - } - }, - { - "arcs": [[48, 49, 50]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-23", - "NAME_0": "China", - "ID_1": 11, - "NAME_1": "Heilongjiang", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "黑龙江省|黑龍江省", - "VARNAME_1": "Hēilóngjiāng" - } - }, - { - "arcs": [[51, -4, 52, 53, 54, -46]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-41", - "NAME_0": "China", - "ID_1": 12, - "NAME_1": "Henan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "河南", - "VARNAME_1": "Hénán" - } - }, - { - "arcs": [[-53, -3, 55, 56, -11, 57]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-42", - "NAME_0": "China", - "ID_1": 13, - "NAME_1": "Hubei", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "湖北", - "VARNAME_1": "Húběi" - } - }, - { - "arcs": [[58, -28, -34, -35, -12, -57]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-43", - "NAME_0": "China", - "ID_1": 14, - "NAME_1": "Hunan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "湖南", - "VARNAME_1": "Húnán" - } - }, - { - "arcs": [[59, 60, 61, -6, 62]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-32", - "NAME_0": "China", - "ID_1": 15, - "NAME_1": "Jiangsu", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "江蘇|江苏", - "VARNAME_1": "Jiāngsū" - } - }, - { - "arcs": [[63, -17, -29, -59, -56, -2]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-36", - "NAME_0": "China", - "ID_1": 16, - "NAME_1": "Jiangxi", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "江西", - "VARNAME_1": "Jiāngxī" - } - }, - { - "arcs": [[64, 65, 66, -49]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-22", - "NAME_0": "China", - "ID_1": 17, - "NAME_1": "Jilin", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "吉林", - "VARNAME_1": "Jílín" - } - }, - { - "arcs": [[-40, 67, -66, 68]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-21", - "NAME_0": "China", - "ID_1": 18, - "NAME_1": "Liaoning", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "遼寧|辽宁", - "VARNAME_1": "Liáoníng" - } - }, - { - "arcs": [[-67, -68, -48, 69, 70, 71, -20, 72, -50]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-15", - "NAME_0": "China", - "ID_1": 19, - "NAME_1": "Nei Mongol", - "TYPE_1": "Zìzhìqu", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "內蒙古自治區|内蒙古自治区", - "VARNAME_1": "Inner Mongol|Nèiměnggǔ" - } - }, - { - "arcs": [[73, -21, -72]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-64", - "NAME_0": "China", - "ID_1": 20, - "NAME_1": "Ningxia Hui", - "TYPE_1": "Zìzhìqu", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "寧夏回族自治區|宁夏回族自治区", - "VARNAME_1": "Níngxià Húizú" - } - }, - { - "arcs": [[74, 75, 76, -24]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-63", - "NAME_0": "China", - "ID_1": 21, - "NAME_1": "Qinghai", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "青海", - "VARNAME_1": "Qīnghǎi" - } - }, - { - "arcs": [[77, -54, -58, -15, 78, -22, -74, -71]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-61", - "NAME_0": "China", - "ID_1": 22, - "NAME_1": "Shaanxi", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "陝西|陕西", - "VARNAME_1": "Shǎnxī" - } - }, - { - "arcs": [[-63, -5, -52, -45, 79]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-37", - "NAME_0": "China", - "ID_1": 23, - "NAME_1": "Shandong", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "山東|山东", - "VARNAME_1": "Shāndōng" - } - }, - { - "arcs": [[[80, -61, 81]], [[82]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 49, - "ISO": "CN-31", - "NAME_0": "China", - "ID_1": 24, - "NAME_1": "Shanghai", - "TYPE_1": "Zhíxiáshì", - "ENGTYPE_1": "Municipality", - "NL_NAME_1": "上海|上海", - "VARNAME_1": "Shànghǎi" - } - }, - { - "arcs": [[-47, -55, -78, -70]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-14", - "NAME_0": "China", - "ID_1": 25, - "NAME_1": "Shanxi", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "山西", - "VARNAME_1": "Shānxī" - } - }, - { - "arcs": [[-79, -14, -37, 83, 84, -75, -23]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-51", - "NAME_0": "China", - "ID_1": 26, - "NAME_1": "Sichuan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "四川", - "VARNAME_1": "Sìchuān" - } - }, - { - "arcs": [[85, -43, -9, -39, -7, -42]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-12", - "NAME_0": "China", - "ID_1": 27, - "NAME_1": "Tianjin", - "TYPE_1": "Zhíxiáshì", - "ENGTYPE_1": "Municipality", - "NL_NAME_1": "天津|天津", - "VARNAME_1": "Tiānjīn" - } - }, - { - "arcs": [[-25, -77, 86, 87]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-65", - "NAME_0": "China", - "ID_1": 28, - "NAME_1": "Xinjiang Uygur", - "TYPE_1": "Zìzhìqu", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "新疆維吾爾自治區|新疆维吾尔自治区", - "VARNAME_1": "Xīnjiāng Wéiwúěr" - } - }, - { - "arcs": [[-76, -85, 88, 89, -87]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-54", - "NAME_0": "China", - "ID_1": 29, - "NAME_1": "Xizang", - "TYPE_1": "Zìzhìqu", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "西藏自治區|西藏自治区", - "VARNAME_1": "Tibet|Xīzàng" - } - }, - { - "arcs": [[-36, -32, 90, -89, -84]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-53", - "NAME_0": "China", - "ID_1": 30, - "NAME_1": "Yunnan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "雲南|云南", - "VARNAME_1": "Yúnnán" - } - }, - { - "arcs": [[[91]], [[92]], [[-18, -64, -1, -62, -81, 93]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 49, - "ISO": "CN-33", - "NAME_0": "China", - "ID_1": 31, - "NAME_1": "Zhejiang", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "浙江", - "VARNAME_1": "Zhèjiāng" - } - }, - { - "arcs": [[94]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-71", - "NAME_0": "China", - "ID_1": 32, - "NAME_1": "Taiwan", - "TYPE_1": "Shěng", - "ENGTYPE_1": "Province", - "NL_NAME_1": "台湾", - "VARNAME_1": "Táiwān" - } - }, - { - "arcs": [[95]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-91", - "NAME_0": "China", - "ID_1": 33, - "NAME_1": "Hong Kong", - "TYPE_1": "Tèbié Xíngzhèngqū", - "ENGTYPE_1": "Special Administrative Region", - "NL_NAME_1": "香港", - "VARNAME_1": "Xiānggǎng" - } - }, - { - "arcs": [[96]], - "type": "Polygon", - "properties": { - "ID_0": 49, - "ISO": "CN-92", - "NAME_0": "China", - "ID_1": 34, - "NAME_1": "Macao", - "TYPE_1": "Tèbié Xíngzhèngqū", - "ENGTYPE_1": "Special Administrative Region", - "NL_NAME_1": "澳门", - "VARNAME_1": "Àomén" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/france-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/france-topo.json deleted file mode 100644 index 36175604e702c..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/france-topo.json +++ /dev/null @@ -1,8740 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [19730, 17629], - [56, -18], - [92, 19], - [55, -18], - [52, 40], - [104, -70], - [35, 33], - [39, -14], - [34, 33], - [60, -64], - [116, -36], - [62, -53], - [158, -30], - [6, -44], - [-86, -140], - [-32, -71], - [-31, -113], - [-60, -61], - [-47, -3], - [-22, -58], - [-73, -15], - [-13, -82], - [-101, -122], - [-80, -50], - [-69, -143], - [8, -159], - [-59, -61], - [-2, -53], - [-50, -150], - [-4, -37], - [22, -120], - [-79, -64], - [-43, -186], - [-38, -39], - [-65, -111], - [-1, -46], - [-32, -32] - ], - [ - [19642, 15491], - [-92, 14], - [3, 50], - [-78, 25], - [11, 99], - [-194, 101], - [-59, 10], - [-21, 71], - [-39, 51], - [-118, 12] - ], - [ - [19055, 15924], - [-30, 42], - [-95, 12], - [-64, 43], - [38, 48], - [-7, 121], - [46, 168], - [-4, 32] - ], - [ - [18939, 16390], - [-71, 6], - [3, 46] - ], - [ - [18871, 16442], - [138, -17], - [38, 47], - [36, 7], - [62, 83], - [37, 111], - [37, 53], - [-59, 5], - [-9, 74], - [74, 168], - [-27, 60], - [-70, 37], - [-28, 42], - [-37, -4], - [-84, 41], - [-3, -51], - [-31, -49], - [-60, 12], - [-64, 33], - [13, 102], - [-104, 60], - [-47, 7], - [-4, 59], - [35, 30], - [23, 63], - [61, -11], - [0, 70], - [32, 51], - [4, 50], - [36, 46], - [-15, 30], - [47, 33], - [11, -75], - [36, -91], - [69, 2], - [54, -60], - [44, 17], - [87, -35], - [-6, -36], - [57, -31], - [50, 30], - [32, -12], - [111, 39], - [131, -79], - [67, 64], - [13, 68], - [72, 144] - ], - [ - [19642, 15491], - [-14, -94], - [-1, -101], - [62, -83], - [21, -61], - [-61, -100], - [0, -73], - [-39, -40], - [8, -91], - [-50, -132], - [28, -110], - [-54, -75], - [17, -98], - [66, -65], - [40, -71], - [-14, -57], - [-103, -69], - [9, -66], - [-24, -48], - [-84, -52], - [-47, -59], - [-56, -36], - [-74, 20], - [-54, -6], - [-87, -39], - [-18, 36], - [-94, 13], - [-9, 108], - [-60, 31] - ], - [ - [18950, 14073], - [18, 50], - [-55, 61], - [-32, 95], - [-118, 15], - [-7, 46], - [23, 71], - [40, 46], - [-28, 80], - [15, 37], - [-39, 46], - [-58, 23], - [-55, 45], - [-114, 30], - [-29, 88] - ], - [ - [18511, 14806], - [77, 23], - [37, 40], - [-33, 88], - [45, 54], - [-11, 78], - [35, 120], - [92, 57], - [49, 119], - [26, 17], - [51, 107], - [-39, 22], - [43, 103], - [30, 24], - [65, 160], - [77, 106] - ], - [ - [9869, 9352], - [54, -24], - [-43, -77], - [33, -34], - [64, -5], - [-11, -50], - [-48, -21], - [-67, -116], - [-22, -68], - [19, -26], - [57, -11], - [2, -31], - [-68, -46], - [0, -54], - [59, 6], - [30, -36], - [-57, -62], - [84, -49], - [19, 12], - [142, -40], - [-32, -44], - [11, -102], - [76, -96] - ], - [ - [10171, 8378], - [-61, -29], - [8, -75], - [42, -127], - [-30, -51], - [22, -54], - [-47, -22], - [-5, -32], - [-57, -10], - [-3, -76], - [-97, -32], - [-6, -48], - [38, -36], - [-9, -48], - [-45, -59], - [-26, 17], - [-70, -86], - [-68, -4], - [-52, -27], - [6, -87], - [-117, -127] - ], - [ - [9594, 7365], - [-6, 43], - [-91, 45], - [-54, 62], - [-78, -18], - [-88, -87], - [-54, 12], - [-28, 56], - [29, 23], - [14, 66], - [-25, 55], - [-45, 26], - [-32, -38], - [-77, -19], - [-110, 4], - [-15, 56], - [-111, -21], - [-14, -49], - [-32, -15], - [-53, 29], - [-64, -19], - [-83, -56], - [-78, 37], - [-11, 69], - [-35, 101], - [-61, 62] - ], - [ - [8392, 7789], - [-26, 27], - [-26, 120], - [28, -6], - [52, 49], - [-42, 41], - [-49, 10], - [-72, -60], - [-26, -47], - [-68, 19], - [-170, -4], - [-26, 50], - [-50, 24], - [68, 127], - [-44, 71], - [19, 79], - [35, 30], - [-7, 48], - [58, 127], - [-42, 100], - [-75, 13], - [-58, -39] - ], - [ - [7871, 8568], - [5, 88], - [63, 117] - ], - [ - [7939, 8773], - [80, 82], - [68, -3], - [25, -29], - [46, 2], - [91, 113], - [25, 61], - [49, -2], - [28, 58], - [-33, 112], - [33, 127], - [62, 92], - [71, 17], - [33, 41], - [84, 40], - [51, 87], - [63, 34], - [16, 77], - [-23, 63], - [114, 58], - [19, 62], - [65, 107] - ], - [ - [8906, 9972], - [50, -62], - [127, 2], - [48, -47], - [-38, -117], - [41, -57], - [44, 7], - [9, -44], - [44, 13], - [45, 96], - [38, -51], - [81, 26], - [57, -20], - [62, 8], - [38, -113], - [59, -53], - [51, 26], - [71, -45], - [-72, -89], - [26, -38], - [42, 16], - [35, -53], - [42, 17], - [63, -42] - ], - [ - [6824, 9087], - [104, -14], - [126, 21], - [2, -78], - [83, -26], - [63, 17], - [88, -60], - [16, -58], - [-21, -73], - [63, -123], - [24, 31], - [135, -66], - [29, -61], - [101, -46], - [74, -10], - [50, 57], - [36, 14], - [34, -47], - [40, 3] - ], - [ - [8392, 7789], - [-67, -28], - [-28, 32], - [-64, -50], - [-64, -26], - [-26, -45], - [-55, -24], - [127, -91], - [-44, -106], - [-68, -57], - [-43, -14], - [-21, -82], - [-48, 13], - [-82, -113], - [6, -103], - [27, -13], - [-27, -77], - [46, -72], - [-73, -66], - [-77, -15], - [-11, -37], - [79, -94], - [2, -52], - [-85, -81], - [-81, -28] - ], - [ - [7715, 6560], - [-83, 101], - [-48, -13], - [3, -135], - [-77, -27], - [-57, 20], - [-122, 15], - [-11, 64], - [20, 112], - [-71, 35], - [-3, 48], - [-74, 6], - [-59, 32], - [-16, 59], - [-151, 100], - [-4, 79], - [-67, 31], - [-22, -30], - [-64, 10], - [-72, -17], - [-10, -28], - [-99, -21], - [-115, 56], - [-81, -32], - [-56, 17], - [41, 110], - [-16, 62], - [-60, -7], - [-85, 54], - [-34, -68], - [-226, -80] - ], - [ - [5996, 7113], - [3, 183], - [43, 74], - [29, 79], - [20, 107], - [75, -1], - [3, -29], - [90, -10], - [81, 25], - [18, 35], - [-59, 38], - [19, 29], - [-166, 155], - [-29, -13], - [-51, -98], - [-27, -19], - [-24, -64], - [-2, -57], - [-33, -15], - [12, 131], - [45, 351], - [32, 308], - [34, 418], - [29, 285], - [2, 262], - [14, 61], - [-7, 60], - [26, 84], - [58, 80], - [19, 58], - [79, -70], - [-48, -35], - [152, -153], - [50, -22], - [54, -80], - [93, -68], - [63, -76], - [64, -156], - [22, -95], - [3, -87], - [85, -250], - [58, -91], - [68, -79], - [35, 4], - [-28, 72], - [-52, 61], - [-49, 125], - [-1, 87], - [-27, 110], - [-17, 122], - [-30, 138] - ], - [ - [7715, 6560], - [17, -55], - [1, -115], - [64, 8], - [130, -13], - [59, -45], - [157, -14], - [1, -33], - [-55, -53], - [-38, -129], - [-25, -13], - [24, -96] - ], - [ - [8050, 6002], - [-32, -59], - [31, -98], - [-26, -37], - [-39, 3], - [-83, 68], - [40, 60], - [-64, 65], - [-13, -46], - [-90, -84], - [-35, 37], - [-80, -18], - [-36, -48], - [-50, -30], - [60, -45], - [-23, -56], - [29, -55], - [-7, -56], - [-37, -29], - [4, -55], - [34, -81], - [-82, -64], - [11, -87], - [-53, -127], - [42, 0], - [7, -71] - ], - [ - [7558, 5089], - [-63, -2], - [-35, -56], - [-47, -19], - [-27, 24], - [-81, 15], - [-67, -42], - [-17, 33], - [45, 44], - [-27, 29], - [-160, -122], - [-22, 35], - [-51, -45], - [-90, 48], - [-77, -4], - [-1, -38], - [-95, 87], - [-52, -53], - [-27, 12], - [-53, -45], - [-59, 20], - [-46, -36], - [-100, 13], - [-7, -83], - [-218, 37], - [-63, 59], - [-181, -109], - [-48, 15], - [-73, -23], - [-74, 4], - [-17, 35], - [-43, 14], - [-35, 48], - [-68, -22] - ], - [ - [5579, 4962], - [53, 107], - [66, 158], - [12, 132], - [31, 171], - [75, 352], - [93, 513], - [60, 470], - [27, 248] - ], - [ - [9594, 7365], - [-96, -95], - [13, -205], - [56, -44], - [10, -112] - ], - [ - [9577, 6909], - [-6, -29], - [-170, -15], - [-47, 57], - [-50, -45], - [13, -42], - [-41, -85], - [126, -78], - [-49, -85], - [16, -18], - [-41, -92], - [-32, -37], - [9, -58], - [-29, -51], - [-112, 43], - [-6, -62], - [-60, -31], - [-19, -91] - ], - [ - [9079, 6190], - [-52, -16], - [-71, -77], - [-16, 42], - [-91, 84], - [-40, -43], - [-44, -18], - [-42, 23], - [-80, -17], - [-27, -61], - [-36, -1], - [-56, -46], - [-40, 16], - [-49, -17], - [-34, -38], - [-108, 41], - [-28, 31], - [-39, -18], - [-79, -88], - [-48, 20], - [-49, -5] - ], - [ - [7783, 5083], - [15, -91], - [27, 10], - [40, -55], - [-8, -71], - [26, -60], - [-52, -5], - [-6, -68], - [41, -55], - [41, 78], - [41, -50], - [-22, -107], - [51, -66], - [-25, -44], - [-58, 5], - [-30, -61], - [5, -45], - [35, -32], - [-41, -82], - [-45, -26], - [10, -104], - [-75, 5], - [-46, -117], - [-80, -65], - [11, -112], - [-51, -40], - [-57, 11], - [-6, -65], - [-36, -10], - [-3, -102], - [16, -43], - [-69, -90], - [26, -79], - [-10, -44], - [32, -25] - ], - [ - [7480, 3378], - [-89, -12], - [-52, -68], - [-47, 4], - [-47, -22], - [-99, 67], - [-32, -77], - [-58, -25], - [-10, 61], - [-41, -11], - [-3, 63], - [-72, 58], - [-47, 63], - [-29, -9], - [-54, 44], - [0, 110], - [-30, 48], - [-49, -6], - [-38, -29], - [-86, -2], - [-70, 30], - [-38, -26], - [-63, 25], - [-55, 64], - [-95, 15], - [-63, 54], - [-105, 25], - [-49, 44], - [-54, -21], - [-94, 62], - [14, 52], - [45, 60], - [-76, -12], - [-40, -46], - [2, -85], - [-15, -64], - [-135, 42], - [-48, 81], - [1, 23], - [86, 85], - [22, 114], - [26, 23], - [1, 149], - [-45, 46], - [-39, -16], - [-82, 34], - [-22, 27], - [-78, -31], - [-28, -67], - [-65, 16], - [-21, 63], - [10, 44], - [-71, 23], - [-92, -41], - [-15, 75], - [-73, 57], - [0, 42], - [72, 17], - [171, 77], - [46, 45], - [48, 99], - [33, 42], - [36, 81] - ], - [ - [7558, 5089], - [102, 27], - [22, -34], - [101, 1] - ], - [ - [7789, 4605], - [9, -92], - [-35, -48], - [53, -13], - [17, 107], - [-44, 46] - ], - [ - [7795, 4438], - [-44, 15], - [-35, -82], - [34, -70], - [44, 29], - [16, 41], - [-15, 67] - ], - [ - [12618, 12449], - [27, -85], - [52, -46], - [71, -23], - [59, -84], - [57, -28], - [99, 85], - [46, 0], - [31, -63], - [74, 5], - [22, 50], - [83, 0], - [23, -50], - [10, -88], - [48, 19], - [52, 57], - [43, -14], - [1, 60], - [73, 46], - [-28, 55], - [80, 0] - ], - [ - [13541, 12345], - [-11, -20], - [74, -157], - [39, -25], - [28, -116], - [32, -16], - [10, -100], - [23, -55], - [86, -36], - [39, 25], - [42, -43], - [2, -53], - [42, -20], - [37, 35], - [65, -13], - [62, -58], - [6, -56], - [-38, -98], - [21, -63], - [-12, -120], - [-126, -57], - [-4, -40] - ], - [ - [13958, 11259], - [-47, -28], - [-95, -15], - [-8, -43], - [-45, -26], - [32, -42], - [-4, -119], - [18, -107], - [28, -46], - [-24, -85], - [33, -121], - [-6, -28], - [-64, -35], - [-61, -14], - [-50, 17], - [-25, -99] - ], - [ - [13640, 10468], - [-24, 58], - [-60, 21], - [-59, 114], - [-36, 6], - [-141, -8], - [-30, 32], - [-21, 82], - [-52, 24], - [-78, -45], - [-57, -3], - [-74, 29], - [-80, -5], - [-28, 25], - [-85, -19], - [-91, 36], - [-15, 68], - [-63, -25], - [-52, 4], - [-35, 47], - [-35, -3], - [-43, 107], - [-43, 13], - [0, 88], - [32, 19], - [0, 51], - [-119, 31], - [-62, -34], - [-3, -84], - [-47, -15], - [-84, 57], - [-15, -96], - [-72, -22], - [-34, -107], - [-26, -14], - [-111, 55] - ], - [ - [11897, 10955], - [-10, 71], - [-47, 25], - [-21, 123], - [-41, 26], - [-28, 83], - [-42, 20], - [-88, 85], - [-44, -20], - [-67, 26], - [-3, 95], - [-40, 16], - [-9, 86] - ], - [ - [11457, 11591], - [6, 70], - [32, 56], - [97, 98], - [120, 6], - [57, 27], - [83, -30], - [115, 73], - [-19, 101], - [-33, 26], - [24, 91], - [-34, 29], - [94, 30], - [71, 74], - [42, 79], - [40, 21], - [20, -40], - [48, -27], - [29, 34], - [53, 4], - [81, 79], - [123, 78], - [112, -21] - ], - [ - [12728, 9146], - [15, -62], - [-19, -25], - [18, -72], - [75, 10], - [102, -40], - [-7, -60], - [24, -63], - [53, -20], - [-17, -82], - [41, -122], - [20, 9], - [79, -45], - [-62, -55], - [-21, -103], - [60, -24], - [40, -81], - [-3, -43] - ], - [ - [13126, 8268], - [-116, -103], - [-64, 12], - [-28, -50], - [13, -48], - [-69, -61], - [-39, 29], - [-34, 63], - [-62, -41], - [-12, -67], - [-72, -117], - [0, -92], - [-26, -33], - [-3, -76], - [-21, -11], - [-53, -154] - ], - [ - [12540, 7519], - [-66, 75], - [-24, 118], - [16, 119], - [-21, 31], - [-47, -14], - [-53, 145], - [-6, 47], - [-72, 4], - [-41, 32], - [-4, 51], - [-59, 70], - [-49, -76], - [-37, 0], - [-45, -86], - [-37, 6], - [-38, -67], - [-7, -113], - [-55, -36], - [-16, -48], - [3, -80], - [-86, -77], - [-17, -69], - [-33, -36], - [-50, -7], - [-84, 22], - [-47, -19], - [-41, 64], - [-59, -6], - [-120, -52], - [-1, -65] - ], - [ - [11344, 7452], - [-59, 52], - [-5, 53], - [20, 30], - [-38, 57], - [-10, 54], - [8, 70], - [28, 85], - [-8, 50], - [-41, 27], - [-84, 140], - [35, 59], - [-49, 55], - [7, 39], - [-28, 57] - ], - [ - [11120, 8280], - [48, 21], - [61, 0], - [12, 45], - [-37, 38], - [-34, 78], - [75, 70], - [45, -12], - [23, 81], - [-14, 45], - [49, 25], - [17, 54], - [-29, 25], - [-12, 90], - [70, 64], - [46, 94], - [32, -3], - [39, 77], - [58, 18], - [24, 129], - [-29, 54], - [48, 9], - [93, -67], - [127, -6], - [-9, 47], - [-47, 37], - [33, 138] - ], - [ - [11809, 9431], - [55, 1], - [59, -60], - [36, 2], - [84, -43], - [44, 6], - [-11, -65], - [51, -64], - [41, 27], - [68, -20], - [47, 37], - [120, -49], - [42, -39], - [44, -122], - [107, -50], - [64, 45], - [6, 56], - [62, 53] - ], - [ - [13955, 9152], - [32, -6], - [32, 39], - [61, 10], - [22, -45], - [47, -25], - [34, 24], - [54, 0], - [62, 29], - [37, 36], - [57, 18], - [31, -22], - [67, 7], - [42, -58], - [56, 25], - [63, -24], - [23, -52], - [-49, -44], - [53, -40], - [-25, -54], - [33, -40], - [75, 35], - [98, -89] - ], - [ - [14860, 8876], - [-17, -130], - [-37, -41], - [-15, -95], - [-42, 47], - [-54, 8], - [-6, -38], - [38, -52], - [-59, -13], - [-17, -79], - [47, -28], - [1, -38], - [-43, -20], - [-51, 5], - [-42, -74], - [36, -56], - [-89, -30], - [-51, 7], - [-11, -68], - [-50, -58], - [-7, -50], - [-36, -28], - [-74, 9], - [-61, -24], - [-47, 12], - [-62, -113], - [-82, 2], - [-32, -126], - [-75, -29], - [-21, -30] - ], - [ - [13901, 7746], - [-36, 8], - [-9, 64], - [-41, -17], - [-97, 161], - [-120, -21], - [11, 58], - [-45, 53], - [-76, -3], - [4, -39], - [-45, -57], - [-95, -22], - [-31, -41], - [-48, 57], - [-32, 112], - [-39, 86], - [-11, 90], - [-26, -9], - [-39, 42] - ], - [ - [12728, 9146], - [120, -5], - [58, 40], - [27, 58], - [79, 11], - [34, 43], - [32, -49], - [40, 59], - [37, -49], - [117, -2], - [37, 45], - [118, -60], - [21, 19], - [33, -104], - [42, -43], - [70, 57], - [148, -16], - [47, 6], - [3, 60], - [69, -4], - [26, -49], - [69, -11] - ], - [ - [13640, 10468], - [43, -19], - [51, -84], - [-55, -82], - [12, -46], - [-41, -107], - [44, -17], - [-2, -47], - [44, -20], - [41, -81], - [-7, -48], - [71, -134], - [51, -16], - [38, -49], - [41, -16], - [72, -94], - [-12, -28], - [29, -99], - [31, -33], - [-28, -33], - [12, -53], - [-118, -89], - [-13, -37], - [11, -84] - ], - [ - [11809, 9431], - [15, 92], - [-4, 81], - [-30, 6], - [-51, 87], - [23, 31], - [12, 75], - [43, -3], - [1, 60], - [22, 38], - [-11, 67], - [-46, 60] - ], - [ - [11783, 10025], - [-89, 74], - [-5, 43], - [-66, 89], - [92, 42], - [-7, 48], - [76, -6], - [30, 52], - [64, 56], - [-17, 20], - [41, 87], - [59, 20], - [-22, 68], - [15, 84], - [-45, 32], - [-35, 91], - [0, 74], - [23, 56] - ], - [ - [11519, 16929], - [51, -23], - [26, -42], - [215, 33], - [33, -80], - [62, -18] - ], - [ - [11906, 16799], - [-37, -46], - [-11, -87], - [-35, -10], - [37, -75], - [-36, -31], - [-1, -49], - [-31, -103], - [25, -17], - [-18, -58], - [4, -125], - [26, -59], - [-61, -50], - [-50, -20], - [-73, -121] - ], - [ - [11645, 15948], - [-50, -28], - [-89, 49], - [-19, -43], - [-48, 9], - [-96, 68], - [-38, -48], - [-43, -21], - [11, -37], - [-169, -7], - [-14, -21], - [-76, 0] - ], - [ - [11014, 15869], - [-54, 51], - [36, 45], - [-18, 27], - [25, 55], - [-15, 81], - [-59, 52], - [-26, 82] - ], - [ - [10903, 16262], - [-8, 36], - [69, 141], - [-37, 61], - [123, -9], - [27, 108], - [35, 29], - [-58, 57], - [21, 83], - [75, 16], - [43, 66], - [-15, 50], - [116, 49], - [19, 35], - [60, 8] - ], - [ - [11373, 16992], - [66, -36], - [22, -60], - [58, 33] - ], - [ - [11536, 17086], - [-17, -157] - ], - [ - [11373, 16992], - [-77, 87], - [-40, 11], - [-1, 119], - [30, 57], - [48, 30] - ], - [ - [11333, 17296], - [103, 86], - [37, 11] - ], - [ - [11473, 17393], - [67, -22], - [-32, -63], - [9, -31] - ], - [ - [11517, 17277], - [-136, -72], - [-12, -36], - [46, -38], - [121, -45] - ], - [ - [11666, 17160], - [79, -24], - [-9, -47], - [-90, 25], - [-60, -30], - [-50, 2] - ], - [ - [11517, 17277], - [108, 2], - [37, -65], - [4, -54] - ], - [ - [13318, 17166], - [0, -61], - [-63, -31], - [-4, -62], - [-49, -3], - [-20, -51], - [108, -52], - [6, -118], - [-44, -34], - [53, -80], - [24, 22], - [98, -61] - ], - [ - [13427, 16635], - [-73, -34], - [-67, -81], - [26, -47], - [-48, -48], - [-70, -2], - [45, -71], - [-78, -44], - [33, -56], - [-20, -65], - [43, -22], - [-9, -58] - ], - [ - [13209, 16107], - [-46, 20], - [-33, -54], - [-82, -6], - [-42, 20], - [-50, -38], - [-72, -2], - [-36, 24], - [-64, -4], - [-63, -34], - [-76, 5], - [-14, -71], - [-39, -50], - [44, -81], - [-59, -143], - [-53, -14], - [-57, -57], - [3, -35] - ], - [ - [12470, 15587], - [-108, -17], - [-71, -60], - [-61, 86], - [-40, -50], - [-75, -47], - [-65, -10], - [-39, 42], - [-95, -16], - [-62, 20], - [-24, -36], - [-95, 30], - [96, 139], - [-26, 91], - [-34, 1], - [-99, 64], - [1, 75], - [-28, 49] - ], - [ - [11906, 16799], - [-5, 39], - [41, 52], - [-11, 28], - [29, 67], - [-22, 79] - ], - [ - [11938, 17064], - [6, 15], - [-57, 163], - [41, 23], - [10, 124], - [-40, 60], - [21, 26], - [-41, 53] - ], - [ - [11878, 17528], - [41, 84], - [16, 76] - ], - [ - [11935, 17688], - [67, 66], - [91, -73], - [49, 9], - [17, -46], - [40, 6], - [74, 79], - [56, -29], - [17, -34], - [70, 35], - [113, -24], - [126, 62], - [24, 36] - ], - [ - [12679, 17775], - [144, -41], - [-14, -33], - [54, -81], - [-30, -86], - [121, -88], - [31, -84], - [54, 26], - [13, -63], - [26, -31], - [49, 27], - [32, -106], - [159, -49] - ], - [ - [11938, 17064], - [-36, 39], - [-112, 81], - [-124, -24] - ], - [ - [11473, 17393], - [11, 35], - [130, 11], - [38, -34], - [81, -3], - [80, 60], - [65, 66] - ], - [ - [11333, 17296], - [8, 94], - [-50, 8], - [2, 46], - [-73, 36], - [-1, 45], - [-65, 14], - [-90, -32], - [-70, 42], - [-67, 6], - [-45, 60], - [-72, -63], - [-17, 30], - [22, 55], - [-65, 44], - [-154, -73], - [-46, 27], - [-36, 51], - [-95, -2] - ], - [ - [10419, 17684], - [72, 120], - [32, 188], - [43, 46] - ], - [ - [10566, 18038], - [56, -20], - [-38, -40], - [41, -60], - [53, 12], - [164, -52], - [141, 48], - [39, -18], - [35, 30], - [91, 42], - [23, -39], - [88, -14], - [24, -44], - [80, 33], - [33, -63], - [70, 19], - [22, 55], - [32, 1], - [58, -85], - [126, -3], - [90, -54], - [-14, -37], - [107, -20], - [48, -41] - ], - [ - [10903, 16262], - [-28, -40], - [-88, 15], - [-20, 47], - [-50, 2], - [-39, 102], - [16, 94], - [-40, 41], - [-80, 15], - [9, 80], - [-76, 2], - [-39, 71], - [-59, 42], - [13, 58], - [-44, 36], - [66, 103], - [-62, 33], - [-13, 50], - [21, 73], - [-11, 93], - [-57, 34], - [27, 41], - [-39, 72], - [-57, 44] - ], - [ - [10253, 17370], - [-10, 57], - [-38, 20], - [10, 92], - [-30, 27], - [-16, 62], - [61, -4], - [53, 38], - [128, 35], - [8, -13] - ], - [ - [8571, 17392], - [-55, 50], - [-32, -52], - [-36, -16], - [-38, 26], - [-108, -27], - [-80, -3], - [-49, -36], - [-30, 58], - [-109, -56], - [-14, -54], - [-102, -43], - [-6, -17], - [-108, -74], - [-95, -27], - [-190, 48], - [-48, -10], - [-72, -62], - [-101, 110], - [-83, 2], - [-70, -57], - [-62, 1], - [-115, -44], - [-103, 44], - [14, -56], - [-96, -69], - [-56, -12], - [-43, -61], - [-51, -18] - ], - [ - [6633, 16937], - [-125, 44], - [-41, 36], - [-41, -29], - [-129, -2], - [-39, 13], - [-28, 80], - [-86, 26], - [86, 94], - [66, 25], - [58, 64], - [1, 48], - [-69, 13], - [14, 61], - [102, -17], - [72, 37], - [45, 51], - [15, 50], - [66, 35], - [-21, 65], - [-16, 169], - [-79, 49], - [56, 126], - [-30, 38], - [-79, -64], - [-80, 23], - [-20, 41], - [-59, 26], - [-32, 45], - [-58, 44], - [-10, 87], - [41, 39], - [-7, 41] - ], - [ - [6206, 18295], - [0, 34], - [72, 72], - [96, 13], - [116, -4], - [58, -44], - [100, -39], - [166, -25], - [119, -2], - [81, -15], - [120, 12], - [103, -23], - [59, 2], - [71, -25], - [122, -72], - [92, -38], - [27, 19], - [87, 3], - [88, 27], - [165, 72], - [91, 73], - [92, 95], - [147, 58], - [108, 11] - ], - [ - [8386, 18499], - [6, 0] - ], - [ - [8392, 18499], - [18, -107], - [-11, -35], - [34, -72], - [-26, -49], - [24, -51], - [67, -3], - [26, -71], - [-94, -36], - [24, -40], - [87, -55], - [-10, -124], - [70, -25], - [-51, -95], - [13, -55], - [-44, -13], - [9, -78], - [61, -11], - [33, -30], - [-51, -157] - ], - [ - [6633, 16937], - [68, -99], - [87, -65], - [-50, -55], - [31, -85], - [-35, -132], - [-46, -28], - [-65, -66], - [-20, -45] - ], - [ - [6603, 16362], - [-55, -15], - [-43, 42], - [-46, 8], - [-31, -50], - [-45, -13], - [-89, 60], - [-15, -16] - ], - [ - [6279, 16378], - [-73, 30], - [-44, -9], - [-32, 29], - [-128, 31], - [-36, -23], - [-9, -56], - [-97, -46], - [-8, -37], - [-56, -37], - [-69, 12], - [-41, 59], - [-55, 3], - [-9, 44], - [-58, 94], - [19, 41], - [-28, 69], - [-42, 40], - [-19, 60] - ], - [ - [5494, 16682], - [78, 2], - [31, -24], - [54, 18], - [98, 9], - [-78, 64], - [-64, 32], - [-51, 105], - [-57, 28], - [-3, 175], - [-17, 71], - [17, 69], - [24, 261], - [-45, 32], - [-35, 152], - [-2, 53], - [28, 84], - [-33, 189], - [-40, 7], - [-31, 84], - [-73, 142], - [-105, 118], - [-52, 4], - [-22, 65], - [-6, 128], - [-28, 35], - [-11, 89], - [-57, 54], - [75, 93], - [-9, 109], - [-45, 85], - [-98, 29], - [-15, 84], - [41, 44], - [77, -44], - [52, 7], - [21, -46], - [78, -23], - [94, -4], - [64, -48], - [66, 4], - [40, -33], - [52, 26], - [93, 10], - [114, 88], - [84, 16], - [144, -32], - [71, -85], - [21, -113], - [-40, 14], - [-18, -47], - [-59, -43], - [4, -91], - [84, -129], - [103, -124], - [34, -72], - [-27, -57], - [47, -9], - [44, -42] - ], - [ - [8571, 17392], - [-42, -92], - [88, -67], - [49, 13], - [34, -19], - [82, -9], - [56, 9], - [52, -59], - [-18, -47], - [127, -88], - [63, -19], - [68, -111], - [-37, -76], - [27, -77], - [72, -1] - ], - [ - [9192, 16749], - [13, -45], - [-2, -96], - [37, 1], - [5, -53], - [28, -28], - [90, -32], - [-2, -50], - [67, -32], - [-23, -101], - [-26, -10], - [30, -70], - [-11, -100], - [-63, -72], - [-123, -64], - [-66, -4], - [-44, -92], - [63, -20], - [-16, -69], - [65, -115], - [-49, -39] - ], - [ - [9165, 15658], - [-59, -33], - [-55, 42], - [-56, 97], - [-54, 52], - [-61, -47], - [-102, 17], - [-81, 76], - [17, 24], - [-117, 34], - [-53, 29], - [-35, 204], - [14, 33], - [-29, 62], - [-101, 65], - [-123, -14], - [-71, -23], - [-29, -59], - [-65, -13], - [-13, -44], - [-55, -17], - [-69, -59], - [-30, 36], - [-90, -32] - ], - [ - [7848, 16088], - [-4, 108], - [10, 50], - [-89, -6], - [-62, 24], - [-28, 129], - [34, 29], - [-97, 80], - [-54, 13], - [-28, -44], - [27, -27], - [-39, -38], - [-80, 5], - [-26, -47], - [-48, -21], - [-122, 50], - [-48, -31], - [-48, 17], - [-68, -82], - [-62, -5], - [-94, -60], - [-6, 69], - [-104, -3], - [15, -52], - [-63, -32], - [-33, 65], - [-59, 14], - [-69, 69] - ], - [ - [14292, 13202], - [-1, 53], - [103, 10] - ], - [ - [14394, 13265], - [8, -37], - [-57, -47], - [-53, 21] - ], - [ - [15201, 15259], - [70, -37], - [62, 8], - [-2, -97], - [88, -11], - [31, -44], - [-48, -79], - [35, -26], - [28, 55], - [48, -7], - [74, -114], - [12, -60], - [50, -48], - [-12, -37], - [-105, -61], - [10, -38], - [53, 3], - [19, -70], - [-26, -65], - [26, -29], - [131, 11], - [-14, -45], - [125, -62], - [50, 68], - [20, -56], - [59, -27], - [40, -57], - [29, -93], - [78, 71], - [104, -6] - ], - [ - [16236, 14306], - [40, -17], - [40, 80], - [82, -61], - [28, -134], - [-76, -117], - [-75, 7], - [-30, -76], - [95, -45], - [-17, -57], - [33, -86], - [70, 10], - [-3, -108], - [-32, -60], - [69, -25] - ], - [ - [16460, 13617], - [-47, -37], - [-14, -160], - [-46, -35], - [14, -48], - [-30, -90], - [-38, -23], - [-45, -117], - [-95, -18], - [-63, -63], - [-12, -45], - [65, -25], - [-66, -41], - [-30, -42] - ], - [ - [16053, 12873], - [-51, 21], - [-89, -57], - [-139, -7], - [-39, 47], - [-71, -21], - [-10, -26], - [-127, 16], - [-34, -38], - [-134, -42], - [-42, -33], - [-54, 13], - [-91, -54], - [-29, 26], - [19, 42], - [-128, 50], - [-43, 89], - [-31, 10], - [11, 56], - [-66, -18], - [-35, 46], - [-97, 19], - [-32, 22], - [-5, 74], - [-91, -22], - [8, 56], - [-112, 25], - [-39, 54], - [-64, 55] - ], - [ - [14438, 13276], - [3, 59], - [29, 36], - [-18, 52], - [-64, 76], - [-66, -35], - [-15, 28], - [-15, 133], - [23, 30], - [-38, 42] - ], - [ - [14277, 13697], - [0, 62], - [-43, 36], - [-8, 73], - [72, 68], - [14, 62], - [-20, 32], - [-2, 70], - [36, 11], - [28, 71], - [26, 0], - [62, 177], - [54, 71], - [28, 104], - [-38, 46], - [30, 38], - [50, -18], - [59, 53], - [-17, 127], - [7, 82], - [-96, -7], - [3, 63], - [45, 124] - ], - [ - [14567, 15042], - [30, 84], - [61, -13], - [99, 26], - [47, -27], - [75, 27], - [100, 8], - [-38, 80], - [66, 50], - [59, 7], - [87, -37], - [48, 12] - ], - [ - [14438, 13276], - [-44, -11] - ], - [ - [14292, 13202], - [-85, -6], - [-34, -94], - [50, -50], - [-21, -96], - [-31, -72], - [25, -57], - [-21, -29], - [7, -105], - [37, -10], - [41, -56], - [-6, -35], - [-66, -44], - [21, -120], - [-36, 3], - [-117, -48], - [-54, -57], - [-60, -30], - [-68, -14], - [-29, -42], - [-49, -4], - [-17, 78], - [-70, 37], - [-119, -33], - [-49, 27] - ], - [ - [12618, 12449], - [39, 70], - [18, 62], - [-12, 103], - [-17, 27], - [43, 102], - [-22, 54], - [17, 121], - [-18, 37], - [-63, 40], - [14, 67], - [-5, 82], - [-47, 166], - [-29, 65], - [6, 70], - [-108, 111], - [-48, 23], - [-18, 55], - [76, 157], - [18, 69], - [-88, 183] - ], - [ - [12374, 14113], - [-35, 34], - [8, 37], - [63, 7], - [26, 26], - [68, -20], - [28, 28] - ], - [ - [12532, 14225], - [62, -26], - [65, 25], - [45, 41], - [37, -7], - [17, -102], - [65, -50], - [61, 13], - [47, -77], - [62, 5], - [16, 28], - [84, -57], - [63, 20], - [17, 43], - [90, -6], - [60, -23], - [10, 63], - [30, 13], - [58, -54], - [43, -13], - [5, -83], - [149, -33], - [55, -93], - [37, -23], - [68, 19], - [47, -56], - [79, 123], - [45, -55], - [-50, -39], - [16, -60], - [57, 34], - [86, -37], - [13, -70], - [43, -52], - [39, 3], - [35, 59], - [89, -1] - ], - [ - [16053, 12873], - [12, -60], - [68, -39], - [33, -108], - [49, -12], - [48, 23], - [37, -74], - [68, -15], - [0, -56], - [-130, -9], - [-72, -32], - [6, -35], - [89, -63], - [-36, -41], - [-8, -44], - [45, -16], - [49, -122], - [-11, -44], - [39, -37], - [-41, -53], - [-13, -76], - [-58, -33], - [-14, -108], - [96, -45], - [-2, -46], - [-71, -46], - [-78, 5], - [-20, -36] - ], - [ - [16138, 11651], - [-57, 4], - [-90, 45], - [-22, 91], - [-93, 2], - [-133, -56], - [-115, 71], - [-41, -26], - [-28, 24], - [-31, -60], - [-2, -60], - [-31, -38], - [-9, -97], - [-46, -81], - [-11, -96], - [-63, -164], - [-47, -178] - ], - [ - [15319, 11032], - [-79, 6], - [-12, 40], - [23, 83], - [-48, 41], - [3, 77], - [-42, 46], - [-64, -7], - [-33, -48], - [-47, -27], - [-45, 59], - [-30, -56], - [-53, -7], - [-24, 48], - [-82, 26], - [-57, -35], - [-16, -147] - ], - [ - [14713, 11131], - [-38, -49], - [-57, -31], - [-68, -65], - [-58, 72], - [-60, 15], - [-43, -48], - [-70, 8], - [-45, 49], - [-68, -23], - [-50, -44], - [-60, 1], - [-37, 76], - [-74, 2], - [-41, 24], - [28, 106], - [-14, 35] - ], - [ - [12532, 14225], - [-56, 66], - [-12, 66], - [33, 43], - [-55, 55], - [9, 29], - [-116, 79], - [11, 103], - [88, 18], - [35, -14], - [82, 52], - [54, 1], - [-15, 104], - [30, 27], - [-34, 72], - [0, 68], - [145, 97], - [35, 58], - [-11, 85], - [-29, 30], - [-11, 72], - [-69, 42], - [-36, 134], - [-21, 29], - [-119, 46] - ], - [ - [13209, 16107], - [55, -40], - [84, -17], - [62, -71], - [-1, -33], - [67, -49], - [-8, -36], - [51, -24], - [14, -38], - [-35, -39], - [31, -30], - [-72, -85], - [29, -23], - [72, 14], - [42, -104], - [59, 13], - [61, 51], - [36, -79], - [51, -60], - [-5, -47], - [43, -52], - [-7, -45], - [75, -63], - [-47, -29], - [16, -46], - [99, -19], - [-19, -85], - [129, -18], - [107, -1], - [54, 32], - [37, -36], - [83, 73], - [87, -27], - [35, -41], - [73, -11] - ], - [ - [4648, 16603], - [2, -30], - [47, -50], - [53, -3], - [40, -44], - [48, 40] - ], - [ - [4838, 16516], - [51, -74] - ], - [ - [4889, 16442], - [70, 20], - [20, -65], - [-17, -39], - [-5, -97], - [-35, -25], - [16, -61], - [-13, -121], - [25, -43], - [-56, -13], - [17, -55], - [-14, -39], - [-48, -11], - [-28, -40], - [-98, 28], - [-48, -84], - [-64, 9], - [-58, -34], - [-7, -82], - [-34, 12], - [-17, -98], - [-90, -58], - [-6, -27] - ], - [ - [4399, 15519], - [-67, -31], - [-67, 10], - [-3, 39], - [-70, 73], - [-40, -2], - [-64, -34], - [-71, -2], - [30, -59], - [-57, -81], - [5, -44], - [-47, -16], - [-69, -75], - [-70, 23], - [26, 167], - [-22, 29], - [-56, -31], - [-71, -12], - [-41, -61], - [-15, 82], - [-40, 54], - [-61, -12], - [-64, 54], - [-81, 16], - [-86, -25], - [-29, 70], - [-57, 35], - [-115, -18], - [-1, -50], - [-27, -36], - [-69, 6], - [-35, -27], - [-108, -19], - [-80, 64], - [-125, -60], - [-7, 64], - [-90, 29], - [-81, -18], - [-49, 17] - ], - [ - [2425, 15638], - [36, 54], - [-19, 73], - [42, 46], - [5, 47], - [-46, 26], - [7, 50], - [-22, 74], - [12, 69], - [-82, 26], - [14, 78], - [75, 58], - [-65, 38], - [-18, 68], - [69, 76], - [9, 32], - [-63, 102], - [-54, 6], - [-38, 67], - [-15, 83], - [21, 31] - ], - [ - [2293, 16742], - [107, 8], - [20, 34], - [-26, 79], - [54, 29], - [0, 32], - [-59, 57], - [34, 86], - [61, 51], - [54, -4], - [90, -36], - [9, -35], - [118, 52], - [43, 39], - [47, -16], - [69, 61], - [48, 18], - [8, -57], - [33, -4], - [150, 72], - [27, -27], - [-29, -56], - [84, -32], - [44, 4], - [-26, -87], - [24, -39], - [94, -4], - [39, -128], - [56, -23], - [17, -57], - [36, -1], - [59, -55], - [-3, -128], - [65, -21], - [26, -44], - [75, -31], - [-2, -67], - [40, -51], - [39, 76], - [94, 46], - [78, 96], - [88, 30], - [35, 35], - [6, 60], - [51, 5], - [25, -27], - [140, 75], - [64, -12], - [-39, -81], - [23, -14], - [57, 43], - [27, -57], - [63, -85], - [35, -16], - [40, 92], - [43, -24] - ], - [ - [98, 16327], - [36, -50], - [-62, -46], - [-72, 35], - [98, 61] - ], - [ - [2425, 15638], - [-87, -34], - [-78, -44], - [-38, 1], - [-56, -90], - [37, -34], - [10, -76], - [42, -23], - [52, -158], - [134, 14], - [88, -35], - [27, -59], - [96, 49], - [38, -35], - [8, -69], - [-36, -51], - [11, -83], - [-71, -17], - [-12, -56], - [-43, -26], - [-51, 31], - [-30, -8], - [29, -74] - ], - [ - [2495, 14761], - [-21, -84], - [-28, -10], - [-212, 38], - [-73, 57], - [-34, -30], - [-125, 14], - [-88, 83], - [-20, 73], - [-78, 73], - [-47, -33], - [13, -65], - [-95, -17], - [-59, 42], - [-74, -2], - [-53, -32], - [3, -62], - [-48, -63], - [-159, -8], - [-80, 19], - [-42, -13], - [-26, 35], - [68, 59], - [-26, 124], - [-93, 168], - [-44, 43], - [-138, 71], - [-28, -32], - [-130, 56], - [-85, 5], - [-23, 18], - [-4, 74], - [67, -8], - [210, 65], - [74, -6], - [18, 22], - [67, 1], - [25, 23], - [66, 7], - [105, -49], - [31, 33], - [19, 119], - [-65, 111], - [-70, 5], - [-26, 28], - [-134, 45], - [-39, -5], - [-43, -102], - [-49, 6], - [-17, 98], - [-89, 69], - [74, 36], - [-13, 81], - [53, 17], - [-10, -71], - [51, 8], - [37, -36], - [69, 26], - [63, -40], - [65, 5], - [90, 44], - [82, -36], - [39, 34], - [-88, 40], - [-62, 3], - [33, 63], - [-92, 4], - [-9, -40], - [-107, -1], - [-6, 54], - [34, 39], - [-20, 36], - [-102, -13], - [-48, -44], - [-31, 3], - [-86, -49], - [-111, 41], - [-45, -59], - [-93, -5], - [-18, 60], - [29, 57], - [-52, 81], - [18, 68], - [37, 60], - [-31, 58], - [6, 56], - [40, 56], - [71, 61], - [142, 6], - [101, 144], - [39, 1], - [31, -35], - [60, 14], - [52, 59], - [52, 6], - [76, 49], - [36, 0], - [74, -61], - [80, 7], - [52, 70], - [115, 28], - [113, 15], - [78, 52], - [45, -7], - [-19, -54], - [11, -54], - [79, -5], - [31, -63], - [62, 13], - [0, 80], - [22, 48], - [42, 21], - [53, -32], - [68, 16], - [82, -48], - [43, 20], - [10, -69] - ], - [ - [4648, 16603], - [-10, 74], - [71, -9], - [47, 13], - [46, -54], - [36, -111] - ], - [ - [6279, 16378], - [-11, -40], - [20, -55], - [-24, -57], - [0, -57], - [42, -83], - [-11, -69], - [22, -49], - [-58, -76], - [-24, -103], - [38, -117], - [-6, -47], - [21, -49], - [24, -158], - [42, -49], - [-18, -82], - [18, -85], - [-73, -29], - [-60, 14], - [-75, -56], - [-51, -222], - [-76, -132] - ], - [ - [6019, 14777], - [-11, -77] - ], - [ - [6008, 14700], - [-183, 55], - [-42, 64], - [-140, 8], - [21, -60], - [-55, -11], - [-41, -37], - [-98, -20], - [-51, -37], - [-17, -87], - [-142, -52], - [-65, -2], - [-141, 20], - [-34, -26], - [-78, -21], - [-58, 17], - [-60, -63], - [-55, -7], - [-53, -32], - [-23, -42] - ], - [ - [4693, 14367], - [-24, 37], - [13, 66], - [-29, 15], - [20, 122], - [77, 5], - [-78, 93], - [58, 30], - [4, 45], - [53, 51], - [-28, 40], - [-64, -18], - [-29, 82], - [54, 93], - [-39, 74], - [-65, 74], - [-47, -9], - [-95, 44], - [-76, -18], - [22, 91], - [48, 49], - [79, 0], - [31, 24], - [-16, 46], - [-104, 2], - [-12, 60], - [-47, 54] - ], - [ - [4889, 16442], - [14, 29], - [-103, 211], - [59, 53], - [23, 43], - [56, 26], - [64, -5], - [54, 20], - [39, -50], - [-40, -27], - [-10, -55], - [51, -69], - [87, -17], - [113, 3], - [104, 26], - [54, 48], - [40, 4] - ], - [ - [2908, 13816], - [90, -57], - [59, -8], - [14, -67], - [67, -41], - [70, -9], - [-26, -58], - [-96, 2], - [-59, 32], - [-68, -18], - [-48, 53], - [-22, 82], - [19, 89] - ], - [ - [2530, 14420], - [107, -30], - [-56, -49], - [-65, 41], - [14, 38] - ], - [ - [4693, 14367], - [16, -64], - [-25, -19], - [6, -141], - [-85, -27], - [-2, -55], - [-54, -5], - [-42, 26], - [-42, -31], - [-23, 42], - [-60, 8], - [-28, -121], - [-146, -8], - [-19, 41], - [-54, -67] - ], - [ - [4135, 13946], - [-62, 21], - [14, 36], - [69, 62], - [-118, 62], - [-58, -30], - [-161, 14], - [-28, -52], - [-56, 22], - [-150, -48], - [-57, 30], - [6, 30], - [-96, 111], - [137, -40], - [50, 23], - [54, -35], - [62, 104], - [-71, 72], - [-36, 15], - [-104, -5], - [-59, -35], - [-28, -50], - [-33, 46], - [-55, -27], - [51, -82], - [-59, 9], - [-129, 46], - [-72, -31], - [-41, 5], - [-13, -77], - [38, -101], - [-39, -28], - [-28, 57], - [-2, 59], - [27, 38], - [-7, 80], - [-36, 70], - [-49, 26], - [-25, 49], - [3, 62], - [63, 26], - [68, 93], - [-66, 21], - [-79, -149], - [-98, 49], - [-9, 29], - [-61, 19], - [-26, 29], - [-47, -1], - [-13, -41], - [-109, -15], - [-74, 80], - [-46, 113], - [18, 54] - ], - [ - [11457, 11591], - [-128, 18], - [-47, -10] - ], - [ - [11282, 11599], - [-25, 77], - [65, 30], - [16, 43], - [-70, 156], - [13, 72], - [27, 31], - [8, 91], - [-35, 12], - [-46, 57], - [28, 46], - [-138, 115], - [74, 75], - [-15, 42], - [-50, 37], - [-37, 52], - [46, 13], - [16, 64], - [80, 55], - [23, 50], - [-69, 3], - [-61, 48], - [-1, 47], - [32, 28], - [10, 105], - [-105, 76], - [41, 71], - [-14, 68], - [-31, -7], - [-46, 55], - [-52, -7], - [-66, -46], - [-58, -8], - [-84, 48], - [-83, 21], - [104, 108], - [-5, 95] - ], - [ - [10774, 13422], - [56, -28], - [43, 19], - [20, 43], - [-31, 48], - [42, 20], - [28, 61], - [86, -56], - [47, 6], - [71, 37], - [92, -8], - [38, 44], - [-59, 76], - [12, 27], - [-37, 106], - [132, 101], - [26, -67], - [60, 20], - [-9, 124], - [15, 52], - [-44, 8], - [-8, 58], - [-32, 64], - [-96, 5], - [-18, 74], - [57, 42], - [128, 45] - ], - [ - [11393, 14343], - [78, 19], - [128, -100], - [101, 56], - [81, -88], - [92, 7], - [66, -38], - [30, -73], - [67, -36], - [3, -47], - [45, -16], - [63, 36], - [-6, 57], - [60, 3], - [54, -63], - [45, 1], - [74, 52] - ], - [ - [11014, 15869], - [-44, -73], - [-5, -73], - [21, -51], - [-7, -51], - [-53, -21], - [-58, -95], - [-15, -51], - [-95, -58], - [-123, -32], - [-110, 0], - [-34, 21], - [-53, -26], - [0, -36], - [-46, -40], - [-72, 32], - [-47, -37], - [9, -106] - ], - [ - [10282, 15172], - [-122, 67], - [-7, -81], - [-46, -13], - [-31, 24], - [-26, -63], - [-32, 23], - [-63, -23], - [-14, 33], - [-53, -12], - [-27, 36], - [-66, -23], - [-64, 138], - [-60, 15], - [-28, 59], - [8, 45], - [-73, 12], - [-86, -4], - [-26, 27], - [81, 52], - [-55, 30], - [-84, -71], - [-17, 27], - [-85, -23], - [-73, 2] - ], - [ - [9233, 15449], - [14, 68], - [99, 7], - [-47, 59], - [-67, 9], - [-67, 66] - ], - [ - [9192, 16749], - [74, 41], - [21, 63], - [69, -15], - [66, 40], - [80, 6], - [73, 69], - [79, -29], - [7, 84], - [52, 6], - [17, -38], - [128, 1], - [19, -27], - [60, 23], - [47, -17], - [76, 72], - [-31, 54], - [5, 36], - [69, 68], - [82, 25], - [20, 60], - [-35, 61], - [21, 30], - [62, 8] - ], - [ - [9983, 13346], - [26, -29], - [31, -88], - [-13, -61], - [-59, -12], - [-64, -143], - [-67, -61], - [-79, 62], - [-160, -58], - [-33, -45], - [3, -107], - [-32, -17], - [-6, -80], - [-36, -165], - [-2, -48], - [-37, -29], - [41, -101], - [-45, 11], - [-33, -52], - [-83, 42], - [-62, -23] - ], - [ - [9273, 12342], - [-84, 100], - [-8, 86], - [-84, 72], - [-75, 97], - [2, 76], - [-25, 89], - [-102, 43], - [-9, 32], - [-79, -12], - [10, -44], - [39, -19], - [-1, -42], - [-144, 8], - [-93, -43], - [-9, -27], - [-115, 44], - [-61, -41], - [-22, 20], - [-19, 73], - [18, 130], - [-18, 59], - [-53, -17], - [-31, 56], - [-56, -40], - [-48, 46], - [36, 42], - [-29, 54], - [-30, -35], - [-46, 49], - [-84, 5], - [-37, 94] - ], - [ - [8016, 13297], - [29, 114], - [15, 166], - [54, 104], - [46, 30], - [10, 41], - [44, 43], - [-44, 39], - [42, 41], - [0, 84], - [61, 111], - [7, 58], - [-38, 37], - [22, 59], - [31, 22], - [-7, 68] - ], - [ - [8288, 14314], - [45, 9], - [25, -30], - [72, -9], - [27, -35], - [61, -26], - [37, 23], - [-59, 100], - [28, 48], - [61, -54], - [45, 4], - [15, 52], - [58, 2], - [147, 62], - [32, 51] - ], - [ - [8882, 14511], - [22, 32], - [71, -21], - [58, -39], - [36, 31], - [80, -33], - [73, -9], - [39, -24], - [-23, -49], - [30, -104], - [54, 9], - [32, 66], - [111, -29], - [-6, -66], - [70, 36], - [67, -103], - [-49, -70], - [76, -140], - [61, -49], - [-35, -93], - [18, -122], - [-43, -61], - [21, -69], - [36, -9], - [47, -51], - [95, 50], - [110, -133], - [50, -115] - ], - [ - [11282, 11599], - [-147, -9], - [-123, 25], - [-22, 24], - [-81, -22], - [-166, -1], - [-32, 54], - [-78, -12], - [19, -51], - [-14, -50], - [-64, -28], - [-40, 56], - [-66, -74], - [-62, 78], - [-84, -55], - [-4, 48], - [-51, 6], - [-114, -145], - [-34, -20] - ], - [ - [10119, 11423], - [-12, 35], - [-97, 89], - [-52, -62], - [-93, 5], - [-50, -19], - [-63, 36] - ], - [ - [9752, 11507], - [55, 113], - [-96, 39], - [-24, 47], - [21, 72], - [-91, 81], - [-108, -1], - [-8, 70], - [-38, -4], - [-76, 34], - [-39, 37], - [-34, 73], - [34, 51], - [-21, 61], - [35, 52], - [-41, 82], - [-48, 28] - ], - [ - [9983, 13346], - [102, 52], - [44, 47], - [95, 22], - [80, -35], - [-17, 73], - [107, 44], - [87, -7], - [25, -29], - [54, 12], - [24, 29], - [93, -104], - [31, 15], - [66, -43] - ], - [ - [10282, 15172], - [69, 17], - [-14, -79], - [-46, -25], - [-1, -35], - [83, -59], - [7, -80], - [-74, -69], - [8, -49], - [45, -47], - [-35, -62], - [75, -61], - [51, 38], - [68, -46], - [60, -16], - [54, -174], - [100, -9], - [52, 15], - [32, 38], - [110, 4], - [8, -36], - [82, 6], - [21, 30], - [86, -6], - [15, 17], - [116, -27], - [84, 18], - [57, -85], - [-2, -47] - ], - [ - [8882, 14511], - [-53, 42], - [44, 29], - [28, 60], - [38, 9], - [95, 81], - [86, 93], - [8, 45], - [-21, 109], - [42, 31], - [36, -8], - [9, 60], - [45, 45], - [-39, 78], - [32, 71], - [-71, 64], - [13, 57], - [61, 2], - [-2, 70] - ], - [ - [16266, 18920], - [-25, -56], - [-57, 4], - [-49, -72], - [-71, -48], - [-43, 62], - [-116, -5], - [-22, 51], - [-40, 8], - [-36, -80], - [2, -55], - [-58, -67], - [77, -111], - [-14, -35], - [22, -46], - [-47, -37], - [30, -34], - [-24, -46], - [-50, -24], - [-45, -54], - [6, -63], - [40, -34], - [-9, -44], - [-62, -11], - [-92, -75] - ], - [ - [15583, 18048], - [-58, 64], - [-49, -16], - [-31, -43], - [-54, -8], - [-128, 14], - [-83, 37], - [-31, -38], - [-74, -10], - [-24, 74], - [-45, 61], - [-56, -21], - [-134, -24], - [-46, 11], - [-53, 41], - [-23, 58], - [-34, -17], - [-70, 23], - [-94, 124], - [-72, 7], - [-19, 34], - [-71, 13], - [-147, 3] - ], - [ - [14187, 18435], - [-16, 75], - [37, 20], - [-30, 55], - [-2, 86], - [52, 23], - [2, 47], - [-37, 14], - [39, 59], - [-19, 53], - [-59, 60], - [37, 34], - [101, -4], - [18, 103], - [90, 48], - [9, 38], - [53, 27], - [25, 87], - [-55, 33], - [42, 158], - [24, 19], - [10, 108], - [-58, 28], - [23, 95] - ], - [ - [14473, 19701], - [120, 25], - [60, -37], - [49, 3], - [100, -38], - [101, 22], - [46, 49], - [85, 41], - [58, 3], - [81, 40], - [17, 125], - [-23, 19], - [32, 64], - [75, 37], - [22, 59], - [57, 32], - [112, 5], - [-4, -141], - [-49, 2], - [-1, -120], - [-30, -39], - [-8, -71], - [-30, -24], - [-8, -54], - [84, -22], - [52, -62], - [6, -54], - [-48, -82], - [34, -100], - [-28, -56], - [117, -18], - [38, 32], - [55, -1], - [36, -47], - [84, -42], - [32, 8], - [83, -127], - [35, -38], - [66, 4], - [58, -18], - [34, 21], - [99, -97], - [22, -52], - [72, -32] - ], - [ - [15149, 16432], - [-26, -141], - [-27, -32], - [59, -28], - [65, -114], - [68, -16], - [-9, -48], - [134, -62], - [-42, -38], - [57, -61], - [-12, -30], - [13, -124], - [-19, -31], - [36, -40], - [-37, -67], - [18, -63], - [-33, -29], - [-21, -58], - [-129, 36], - [-63, -109], - [50, -60], - [-30, -58] - ], - [ - [13427, 16635], - [37, -36], - [38, -74], - [42, -2], - [19, -81], - [136, 3], - [100, -22], - [45, -29], - [41, 22], - [18, 103], - [53, 13], - [16, 60], - [63, 4], - [81, 139], - [66, -7], - [28, 25], - [27, 67], - [79, -34], - [72, 50], - [85, -13], - [99, 25], - [46, -37], - [11, -53], - [-24, -56], - [20, -46], - [-25, -31], - [120, -112], - [47, -30], - [112, -35], - [96, 8], - [54, 23], - [120, -47] - ], - [ - [15641, 16782], - [27, -168], - [41, 5], - [29, 45], - [29, -85], - [74, -21], - [39, -54], - [33, 5], - [99, -80], - [68, -37], - [84, -12], - [34, -63], - [75, -20], - [18, -63], - [56, -48], - [38, -9] - ], - [ - [16385, 16177], - [-93, -64], - [51, -31], - [-38, -43], - [12, -68], - [75, 54], - [80, -17], - [11, -50], - [80, -103], - [40, 26], - [66, -53], - [-20, -60], - [108, -51], - [31, -70], - [-79, -25], - [8, -64], - [-44, -69], - [-36, -83], - [91, -20], - [75, -61], - [55, -61], - [28, -59], - [-25, -43], - [16, -58], - [70, 16], - [78, -77] - ], - [ - [17025, 15043], - [-2, -59], - [-49, 13], - [-46, -85], - [11, -39], - [-104, 17], - [-20, -68], - [-26, -28], - [-52, 13], - [-33, -101], - [47, -26], - [4, -52], - [-31, -26], - [-1, -112], - [-142, -31], - [-21, 68], - [-25, 14], - [-57, -76], - [-74, 24], - [-20, -22], - [-98, -3], - [-48, -120], - [-2, -38] - ], - [ - [15149, 16432], - [84, 22], - [115, -27], - [-48, 146], - [133, 44], - [-19, 85], - [-107, 5], - [40, 59], - [107, -24], - [67, 50], - [120, -10] - ], - [ - [15583, 18048], - [30, -3], - [33, -56], - [-77, -56], - [84, -184], - [21, -164], - [39, -28], - [4, -111], - [-11, -45], - [-89, -59], - [-57, -15], - [-35, -56], - [-2, -65], - [36, -66], - [-72, -54], - [7, -46], - [63, -15], - [85, -111], - [31, -2], - [-32, -130] - ], - [ - [13318, 17166], - [67, 138], - [59, 3], - [12, 58], - [41, 18], - [31, 44], - [29, 87], - [58, 28], - [-42, 58], - [-55, -18], - [-46, 12], - [4, 47], - [69, 62], - [-34, 95], - [22, 54], - [92, 7], - [30, -25], - [70, 35], - [4, 44], - [-69, 6], - [-46, 61], - [0, 69], - [-33, 59], - [-19, 76], - [40, 66], - [104, 25], - [103, 53], - [75, -32], - [13, 84], - [78, 32], - [22, 28], - [56, -70], - [40, 4], - [40, -47], - [35, 3], - [19, 105] - ], - [ - [22460, 1132], - [7, -96], - [-18, -44], - [21, -72], - [-11, -170], - [-45, -30], - [23, -44], - [-49, -39], - [-55, -87], - [75, -21], - [-57, -83], - [-53, -44], - [-34, -84], - [15, -59], - [-29, -18], - [-57, -102], - [47, -29], - [-36, -44], - [-24, -60], - [-63, -6], - [-22, 46], - [-116, 31], - [23, 68], - [-22, 39], - [-98, 39], - [-54, 48], - [-108, 25], - [-50, 31], - [-57, 65], - [-105, 64], - [-7, 47], - [21, 91], - [87, 54], - [42, 9], - [-1, 101], - [-52, 1], - [-49, 42], - [-45, -14], - [-17, 75], - [-76, -40], - [-62, 53], - [46, 31], - [57, 118], - [38, 1], - [24, 92], - [-7, 62], - [30, 29], - [-33, 76], - [-66, -15], - [-34, -26], - [-119, 5], - [-73, 129], - [82, 6], - [33, 33], - [-20, 62], - [46, 40], - [45, 5], - [51, 47], - [-40, 52], - [-19, 60], - [-33, 26], - [-37, -9], - [-62, 37], - [-69, 80], - [4, 48], - [-18, 60], - [5, 80], - [48, 25], - [129, 30], - [-3, 44], - [-43, 45], - [-79, 13], - [31, 55], - [-40, 48], - [-62, -48], - [-15, 30], - [35, 81] - ], - [ - [21181, 2327], - [42, -23], - [55, 6], - [72, -57], - [48, 1], - [64, -23], - [23, -30], - [76, -20], - [64, 30], - [-1, -70], - [68, -104], - [28, 6], - [40, -51], - [36, -4], - [79, -66], - [35, 9], - [3, -73], - [26, -23], - [42, -112], - [49, -26], - [16, -34], - [-3, -87], - [43, -60], - [95, 2], - [-9, -75], - [16, -52], - [-20, -125], - [52, -19], - [-30, -123], - [127, -54], - [105, 78], - [38, -16] - ], - [ - [21181, 2327], - [53, 16], - [-5, 66], - [87, 21], - [23, 117], - [-18, 83], - [61, 33], - [38, 83], - [44, 17], - [41, -31], - [30, 28], - [10, 83], - [92, 6], - [16, 49], - [64, 22], - [41, -13], - [112, 23], - [62, 41], - [-11, 48], - [109, 116], - [68, 10], - [53, -27], - [85, -15], - [3, -40], - [41, -59], - [57, 48], - [-2, 42], - [37, 47], - [-12, 70], - [8, 72], - [-51, 84], - [32, 86], - [4, 80], - [34, 24], - [6, 63], - [-20, 32], - [-4, 97], - [117, 27], - [66, -55], - [-7, -85], - [19, -34], - [35, -327], - [-32, -57], - [-38, -189], - [4, -65], - [41, -81], - [80, -133], - [10, -107], - [-7, -67], - [18, -75], - [0, -83], - [-13, -88], - [10, -103], - [32, -119], - [-11, -97], - [10, -103], - [-7, -168], - [-29, -74], - [-121, -206], - [-88, -126], - [23, -32], - [-28, -121], - [7, -49] - ], - [ - [18450, 14210], - [15, -34], - [135, 1], - [33, -66], - [-27, -58], - [49, -139] - ], - [ - [18655, 13914], - [1, -55], - [-87, -88], - [57, -36], - [122, 21], - [75, -10], - [19, -43], - [-25, -34], - [-53, -6], - [-2, -49], - [-105, -37], - [22, -100], - [-112, -97], - [-59, -66], - [13, -28], - [-78, -70], - [-95, -51], - [-69, -93], - [31, -36], - [-96, -65], - [-31, -55], - [-198, -74], - [-14, 18], - [-98, -106], - [48, -87], - [-7, -88], - [-28, -49], - [-11, -64], - [35, -31], - [-51, -78], - [-126, -101], - [-112, -63], - [-4, -15], - [-143, -144], - [-58, -40], - [-38, -49], - [39, -40] - ], - [ - [17417, 11905], - [-11, -9], - [-127, 124], - [16, 39], - [68, 64], - [-49, 80], - [102, 83], - [66, 41], - [41, 57], - [-84, 122], - [-72, 59], - [-66, 29], - [-62, -11], - [-22, 97], - [-41, 29], - [23, 58], - [-49, 32], - [22, 37], - [-17, 38], - [-68, 2], - [-26, 43], - [-104, 20], - [-75, 32], - [-65, -12], - [2, 54], - [52, 32], - [-24, 81], - [32, 28], - [41, 75], - [-8, 78], - [-49, 54], - [-28, 4], - [-63, 59], - [-3, 49], - [-31, 54] - ], - [ - [16738, 13527], - [56, -3], - [93, 60], - [77, 25], - [126, 101], - [150, -28], - [24, 28], - [62, 23], - [41, 65], - [97, 20], - [14, 55], - [129, 29], - [113, 178], - [52, 17], - [34, -17], - [33, 36], - [76, -22], - [24, -39], - [38, 34], - [26, -31], - [87, -2], - [12, 104], - [70, -26], - [67, 65], - [108, -3], - [63, -47], - [40, 61] - ], - [ - [18476, 14784], - [-58, -71], - [-44, -79], - [2, -57], - [33, -76], - [-5, -55], - [33, -50], - [-20, -75], - [33, -111] - ], - [ - [16738, 13527], - [-34, 25], - [-53, -45], - [-63, 9], - [-106, 60], - [-22, 41] - ], - [ - [17025, 15043], - [52, 49], - [5, 54], - [40, 20], - [36, -52], - [49, -2], - [54, 104], - [54, 32], - [57, -7], - [35, 27], - [38, -40], - [8, -111], - [32, -3], - [86, -56], - [61, 48], - [70, -8], - [66, 29], - [67, -45], - [36, 2], - [72, -134], - [98, 39], - [41, 73], - [51, 23], - [43, -37], - [24, -56], - [91, -52], - [53, -44], - [72, -29], - [11, -44], - [49, -39] - ], - [ - [17417, 11905], - [27, -28], - [-54, -65], - [-36, -79], - [-36, -42], - [19, -48], - [-35, -62] - ], - [ - [17302, 11581], - [-51, -65], - [-72, -58], - [-66, -122], - [-35, 0], - [-15, -58], - [-90, -51], - [-131, 15], - [-63, -18], - [-17, 109], - [-46, 7], - [-54, 53], - [-57, -18], - [-23, -65], - [-51, -12], - [-39, -55], - [-99, -8], - [-27, 26], - [27, 89], - [-59, -1], - [-21, 75], - [-35, -19], - [-43, 29], - [7, 69], - [-46, 39], - [-60, 25], - [20, 43], - [-18, 41] - ], - [ - [18950, 14073], - [-80, -32], - [-84, 35], - [-64, -23], - [24, -98], - [-91, -41] - ], - [ - [18476, 14784], - [35, 22] - ], - [ - [10581, 18444], - [9, -32], - [61, -62], - [23, -75], - [-3, -96], - [47, -47], - [-19, -45], - [-55, 37], - [-67, -12], - [-11, -74] - ], - [ - [8392, 18499], - [138, 32], - [75, 30], - [91, 55], - [43, -11], - [92, -105], - [82, 0], - [41, -71], - [120, 12], - [45, 25], - [51, -9], - [28, -39], - [153, -29], - [3, -107], - [-93, 15], - [-23, -43], - [80, -24], - [63, 9], - [39, -79], - [57, -77], - [80, 22], - [21, 45], - [-26, 38], - [73, 27], - [60, 1], - [18, 59], - [103, 32], - [92, -5], - [22, 90], - [34, 22], - [2, 74], - [54, 41], - [104, 21], - [100, -10], - [39, -27], - [115, 1], - [48, -67], - [32, 3], - [103, -39], - [30, 33] - ], - [ - [10691, 19243], - [-54, 10], - [-11, -54], - [-47, -20], - [3, -52], - [58, -60], - [-43, -21], - [-25, -59], - [21, -53], - [-43, -51], - [39, -43], - [11, -91], - [36, -112], - [59, 29], - [-18, -75], - [-77, -81], - [-19, -66] - ], - [ - [8386, 18499], - [-9, 19], - [-109, 24], - [-87, 5], - [-21, 30], - [-82, 48], - [-44, 52], - [10, 51], - [125, 257], - [15, 94], - [67, 65], - [110, 49], - [66, 12], - [94, 65], - [219, 125], - [73, 58], - [183, 50], - [119, 2], - [102, 39], - [155, 41], - [44, 29], - [93, -9], - [132, 48], - [155, 84], - [190, 167], - [79, 43] - ], - [ - [10065, 19947], - [65, 10], - [57, -16], - [-10, -45], - [115, -106], - [73, -52], - [34, -59], - [127, -69], - [52, -72], - [34, -167], - [79, -128] - ], - [ - [11897, 4718], - [28, -24], - [-41, -52], - [-26, -103], - [67, -25], - [27, -82], - [90, -12], - [27, 47], - [31, 7], - [5, -78], - [81, -64], - [31, 8], - [22, 68], - [78, 79], - [74, 25], - [94, -49], - [90, 18], - [2, -77], - [75, -14], - [35, -39], - [108, -36], - [85, 1], - [58, -79] - ], - [ - [12938, 4237], - [-124, -140], - [-120, -175], - [-111, 78], - [8, 54], - [-42, 34], - [1, -122], - [-42, -11], - [5, -47], - [65, -51], - [6, -41], - [50, 0], - [29, -48], - [-46, -106], - [1, -54], - [44, -52], - [-19, -33], - [-67, -14], - [-25, -72] - ], - [ - [12551, 3437], - [-111, 47], - [-51, 33], - [-29, 44], - [-121, -55], - [-39, -49], - [-11, -49], - [-42, -40], - [-70, -8], - [-27, 14], - [-100, -1], - [-64, 21], - [-62, -6], - [-28, 17], - [-67, -30], - [-115, 25], - [-72, -17], - [-22, -35], - [34, -56], - [-1, -62], - [19, -106], - [-51, -45], - [-101, -23], - [-19, -42], - [-106, -62], - [-15, 25] - ], - [ - [11280, 2977], - [14, 43], - [-21, 41], - [-160, 126], - [-84, -50], - [-83, 9], - [-63, 71], - [30, 14], - [-51, 79], - [-55, 42], - [24, 57], - [110, 10], - [59, 33], - [7, 91], - [-14, 43], - [-72, 22], - [3, 30], - [67, 19], - [10, 145], - [-38, 99], - [-25, 127], - [-44, 26], - [-41, -23], - [-24, 44], - [-75, 7], - [-176, 94], - [20, 59], - [-56, 140] - ], - [ - [10542, 4375], - [73, 98], - [16, 62], - [40, -14], - [51, 51], - [-1, 74], - [80, 119], - [71, -80], - [86, 39], - [51, -37], - [33, 13], - [26, 50] - ], - [ - [11068, 4750], - [37, -15], - [31, -80], - [55, -3], - [95, 49], - [26, -48], - [43, -28], - [22, 59], - [-10, 46], - [53, 58], - [39, -28], - [34, 15], - [98, -57], - [48, -14], - [45, 40], - [103, 6], - [38, -31], - [72, -1] - ], - [ - [15116, 6661], - [79, -125], - [25, -92], - [3, -81], - [-20, -74], - [28, -66], - [61, -11], - [123, -146], - [-2, -57], - [-44, 4], - [3, -53], - [-58, -61], - [-59, -32] - ], - [ - [15255, 5867], - [-70, -89], - [-80, -41], - [38, -47], - [-36, -34], - [17, -53], - [-4, -57], - [-36, -61], - [-25, -75], - [23, -76], - [-44, -12], - [-94, 47], - [-79, -19], - [-14, -59], - [-40, -20], - [-38, -88], - [18, -33], - [55, -17], - [-39, -47], - [-36, 3], - [-83, -81], - [-28, -5], - [-94, -76], - [-75, -29], - [-23, -96] - ], - [ - [14468, 4802], - [-88, 22], - [-56, 29], - [-36, 58], - [43, 49], - [-61, 60] - ], - [ - [14270, 5020], - [-2, 70], - [77, 1], - [68, 151], - [-47, 88], - [-34, 110], - [-46, 5], - [-43, 63], - [-170, 137], - [-23, 60], - [-56, 12], - [-5, 53], - [-96, -13], - [-41, -22], - [-48, 55], - [44, 77], - [-12, 42], - [-39, -1], - [-12, 57], - [-87, 9], - [-72, -44], - [-20, -95], - [-74, 15], - [-63, -90], - [-6, -78], - [-89, 49], - [-15, 71], - [-46, -12], - [-72, -63], - [0, 85], - [-18, 25], - [-101, 6] - ], - [ - [13122, 5843], - [-11, 55], - [40, 67], - [44, 6], - [20, 52], - [38, 23], - [12, 46], - [-99, 75], - [-76, 8], - [-23, 49], - [-42, -24], - [-50, 53], - [94, 38], - [-6, 62], - [25, 50], - [57, 29] - ], - [ - [13145, 6432], - [85, -50], - [16, -42], - [103, -10], - [60, -27], - [32, 20], - [64, -16], - [41, 12], - [22, 53], - [-15, 71], - [52, 20], - [51, -41], - [86, -35], - [58, -54], - [54, 23], - [63, -20], - [84, 75], - [2, 46], - [34, 81], - [-6, 55], - [43, 43], - [-53, 56], - [-27, 49], - [32, 29], - [-50, 120], - [-39, 40], - [49, 40], - [43, -10], - [81, 135] - ], - [ - [14110, 7095], - [73, -60], - [-11, -29], - [47, -36], - [-40, -26], - [22, -68], - [-8, -108], - [34, 27], - [82, 20], - [25, -56], - [54, 10], - [14, -41], - [90, -73], - [44, 9], - [24, 47], - [-1, 52], - [46, 16], - [12, 38], - [118, -8], - [-17, -69], - [19, -38], - [70, 19], - [3, 86], - [85, 14], - [61, -47], - [18, -36], - [117, -44], - [25, -33] - ], - [ - [14270, 5020], - [-73, 7], - [-130, -37], - [-106, -62], - [-105, -91], - [-49, -72], - [-112, -59], - [-59, -60], - [-54, -3], - [-36, -28], - [-106, -120], - [-75, -119], - [-57, 1], - [-71, 35], - [-99, -24], - [-93, -57], - [-107, -94] - ], - [ - [11897, 4718], - [63, 20], - [90, 74], - [-15, 69], - [6, 52], - [-65, 111], - [21, 40], - [-21, 43], - [57, 111], - [107, -17], - [49, -65], - [63, 24], - [30, 34], - [90, 16], - [70, 34], - [2, 61], - [24, 16] - ], - [ - [12468, 5341], - [72, 30], - [77, -35], - [45, 0], - [-7, 143], - [28, 29], - [-40, 78], - [25, 78], - [37, -1], - [60, -41], - [120, -10], - [68, 38], - [-19, 56], - [8, 46], - [38, 51], - [117, -5], - [25, 45] - ], - [ - [13901, 7746], - [14, -148], - [36, -67], - [-1, -79], - [45, -100], - [39, 2], - [59, -162], - [17, -97] - ], - [ - [13145, 6432], - [-20, 71], - [-92, 11], - [-95, -36], - [-31, 32], - [17, 59], - [-108, 36], - [-9, 62], - [-45, 28], - [45, 55], - [-53, 124], - [26, 65], - [-3, 146], - [-28, 42], - [-74, 66], - [22, 133], - [-71, 80], - [-86, 113] - ], - [ - [10690, 2775], - [83, 19], - [42, -9], - [70, 64], - [90, 20], - [45, 101], - [45, -19], - [72, 30], - [84, 15], - [59, -19] - ], - [ - [12551, 3437], - [-49, -38], - [27, -100], - [81, 12], - [-20, 42], - [43, 25], - [-12, -371], - [4, -154], - [33, -167], - [122, -47], - [-8, -77], - [35, -11], - [30, -98], - [-102, -4], - [-34, -18], - [-60, 72], - [-93, 37], - [-30, -18], - [-34, 34], - [-42, -55], - [-121, 6], - [-71, -93], - [-35, -14], - [-30, 30], - [-43, -6], - [-77, -41], - [-32, -39], - [34, -104], - [-92, 8], - [-52, 26], - [-42, -10], - [-20, -43], - [-68, 20], - [-136, 113], - [-84, 28], - [-70, 55], - [-30, -12], - [-53, 35], - [-86, -50], - [-68, 16], - [-37, -21], - [-30, -75], - [-43, -41], - [-97, -19], - [-58, 15], - [-33, 47], - [-47, 164], - [-28, -18], - [-106, 51], - [-65, 46], - [-115, 9], - [-10, 64], - [22, 104], - [71, 23] - ], - [ - [10993, 2589], - [-37, -84], - [75, -23], - [-38, 107] - ], - [ - [11120, 8280], - [-27, 16], - [-94, -23], - [-68, -4], - [-50, 15], - [-32, -50], - [-86, -30], - [-11, -35], - [-62, 5], - [-47, 24], - [-8, 37], - [-62, 29], - [-8, 39], - [-50, 41], - [-30, 48], - [-172, 44], - [-54, -12], - [-70, -58], - [-18, 12] - ], - [ - [9869, 9352], - [50, 106], - [100, -54], - [34, 58], - [27, 9], - [30, 70], - [67, 20], - [1, 39], - [90, 0], - [9, 28], - [64, -31], - [41, 12], - [24, 53], - [38, -1], - [52, 41], - [9, 34], - [71, 68], - [61, 10], - [41, 36], - [14, 49], - [63, -40], - [75, -1], - [37, 77] - ], - [ - [10867, 9935], - [31, 31], - [39, -11], - [19, 39], - [53, -2], - [36, 72], - [71, -2], - [82, -62], - [139, -22], - [12, -33], - [93, -25], - [1, -63], - [75, 14], - [73, 98], - [105, -32], - [87, 88] - ], - [ - [10867, 9935], - [-39, 67], - [35, 74], - [-20, 80], - [-62, 44], - [-43, 1], - [-58, 43], - [-34, 52], - [-41, -28], - [-118, 5], - [-78, 27], - [-1, 74], - [61, 15], - [-56, 84], - [-49, -39], - [-41, 2], - [-51, 33], - [7, 44], - [74, 30], - [3, 76], - [-47, 1], - [15, 89], - [-23, 53], - [13, 38], - [-81, 75], - [25, 34], - [-54, 61], - [-27, 72], - [-83, 11], - [-30, 77], - [44, 80], - [27, 100], - [26, 12], - [-3, 74], - [-39, 27] - ], - [ - [8906, 9972], - [36, 57], - [65, 52], - [24, 92], - [49, 5], - [64, -25], - [-3, 62], - [22, 22], - [48, 121], - [-21, 32], - [13, 80], - [60, -27], - [37, 9], - [87, 84], - [-26, 114], - [-105, 45], - [-59, 41], - [1, 68], - [21, 62], - [-14, 55] - ], - [ - [9205, 10921], - [35, 23], - [-50, 136], - [-8, 69], - [54, 25], - [28, 53], - [43, 15], - [18, 44], - [51, -14], - [111, -1], - [33, 143], - [33, 30], - [124, 13], - [75, 50] - ], - [ - [17039, 18645], - [56, -27], - [19, -75], - [-47, -103], - [79, -144], - [-18, -40], - [53, -51], - [23, -68], - [45, -58], - [-2, -39], - [-76, -88], - [59, -53], - [-10, -41], - [-43, -21], - [25, -83], - [-104, 1], - [40, -140], - [74, -31], - [61, -50], - [-2, -80], - [58, -33], - [51, 10], - [22, -42], - [72, -30], - [135, -6], - [76, -95], - [-2, -66], - [-34, -45], - [79, -24], - [-10, -43], - [96, -91], - [59, 33], - [43, -50], - [46, -5], - [67, -36], - [43, 15], - [57, -93], - [97, -22], - [51, -75], - [48, -20], - [45, 12], - [43, -62], - [80, 2], - [21, -45], - [70, 2], - [57, 25], - [47, -63], - [114, -64], - [69, -101] - ], - [ - [18939, 16390], - [-47, -4], - [-197, -92], - [-113, -120], - [-66, 10], - [-53, -66], - [-76, 15], - [-82, 46], - [-22, -20], - [-79, 51], - [-41, 86], - [-56, -29], - [-25, -50], - [-53, -15], - [-50, -39], - [-70, 6], - [-107, -58], - [-122, 46], - [-17, 50], - [-42, -18], - [-15, -45], - [-127, -20], - [-95, -100], - [-57, 22], - [-116, -7], - [-62, -24], - [-31, 59], - [8, 47], - [-140, 46], - [59, 74], - [-13, 48], - [24, 31], - [-73, 55], - [-72, -20], - [-37, -35], - [-33, 31] - ], - [ - [16841, 16351], - [-7, 57], - [24, 44], - [-94, 50], - [4, 66], - [57, 35], - [9, 56], - [-25, 60], - [31, 101], - [-71, 73], - [34, 48], - [-1, 42], - [40, 39], - [24, 106], - [-25, 86], - [33, 12], - [-54, 98], - [38, 10], - [36, 48], - [49, -5], - [27, 39], - [-71, 60], - [28, 75], - [50, 47], - [-47, 111], - [-8, 51], - [-89, -4], - [-18, 32], - [16, 66], - [-19, 22], - [30, 82], - [-55, -5], - [-16, 50], - [32, 30], - [-31, 40], - [6, 51], - [56, 22], - [3, 80], - [-47, -8], - [-18, 44], - [26, 59], - [-68, 95], - [-3, 41], - [-90, 52], - [-76, -43], - [-82, -26], - [-57, -1], - [-35, 48], - [-11, 56], - [10, 102] - ], - [ - [16386, 18645], - [94, 35], - [34, 36], - [62, -15], - [103, 71], - [63, -30], - [86, 7], - [24, 46], - [98, -48], - [0, -50], - [43, -42], - [46, -10] - ], - [ - [16841, 16351], - [-39, -70], - [-38, -12], - [-60, 25], - [-95, -72], - [-84, 3], - [-70, -27], - [-18, -47], - [-52, 26] - ], - [ - [16266, 18920], - [58, -56], - [18, -97], - [35, -32], - [-28, -42], - [37, -48] - ], - [ - [17039, 18645], - [80, 6], - [39, -22], - [6, -54], - [105, -43], - [22, 40], - [67, 4], - [69, 48], - [19, 34], - [122, 12], - [62, -10], - [30, -50], - [59, -34], - [108, -2], - [29, 23], - [71, -26], - [104, -70], - [30, -35], - [-22, -41], - [67, -38], - [24, -41], - [-53, -40], - [78, -107], - [80, -51], - [-9, -53], - [35, -12], - [13, -79], - [58, -25], - [-27, -39], - [39, -57], - [71, 8], - [78, -39], - [41, 63], - [-36, 75], - [32, 23], - [55, -26], - [63, 28], - [35, -42], - [118, -36], - [-9, -39], - [46, -135], - [72, 60], - [84, -41], - [134, 21], - [74, -34], - [50, 65], - [57, 4], - [5, 62], - [123, 27], - [17, -45], - [54, 10], - [19, -42], - [-22, -32], - [44, -40], - [20, -50], - [58, -40], - [48, 8], - [43, -22], - [12, -45] - ], - [ - [10690, 2775], - [-87, 32], - [-8, 51], - [-50, 24], - [-132, 2], - [-46, 55], - [-38, 12], - [-111, -41], - [1, -54], - [-49, -25], - [-29, 30], - [-25, 90], - [-31, 34], - [-8, 46], - [-56, 40], - [9, 34], - [-163, -11], - [-35, 30], - [-99, -42], - [-49, 43], - [-6, 56], - [-35, 43], - [-52, 25], - [-102, 18], - [-35, -9], - [-37, 43], - [-54, -35], - [-104, 82] - ], - [ - [9259, 3348], - [-24, 147], - [-25, 59], - [79, 28], - [-4, 69], - [58, 4], - [103, 34], - [40, 73], - [-25, 40], - [-5, 89], - [9, 66], - [28, 51], - [44, -30], - [38, 88], - [39, -11], - [56, 53], - [33, -42], - [45, 5], - [56, -59], - [19, -67], - [59, 13], - [-1, 38], - [45, 35], - [-25, 57], - [-77, 9], - [10, 81], - [35, -9], - [36, 27], - [59, -12], - [20, 33], - [66, 14], - [7, 64], - [-87, 29], - [-38, 31], - [12, 52], - [34, 50], - [34, 14], - [124, -137], - [-14, -67], - [80, -39], - [55, 92], - [-24, 44], - [88, 19], - [31, -50], - [26, 31], - [84, -34], - [57, 63], - [23, -18] - ], - [ - [12468, 5341], - [-25, 86], - [-25, 23], - [-50, -7], - [-86, 51], - [-51, -56], - [-64, -19], - [-41, 30], - [-50, 4], - [-81, 84], - [-31, 61], - [-73, 90], - [22, 82], - [-37, 22], - [3, 68], - [-70, 55], - [23, 80], - [-34, 15], - [-26, 87], - [-37, 59], - [-78, 13], - [-33, 89], - [-48, 16], - [-39, 49], - [-39, -10], - [-35, 61], - [-73, -25], - [0, 56], - [-88, 45], - [-35, 2], - [-13, 49], - [-55, -11], - [-129, -88], - [-62, -19] - ], - [ - [11008, 6383], - [-25, 74], - [-94, 16], - [-8, 55], - [37, 69], - [46, -1], - [14, 78], - [-47, 15], - [-60, -8], - [-64, 98], - [34, 42] - ], - [ - [10841, 6821], - [40, 53], - [-61, 78], - [7, 61], - [-35, 31], - [-15, 96], - [124, 29], - [28, 55], - [29, 7], - [41, 65], - [53, 19], - [56, 56], - [46, 11], - [30, -31], - [75, 0], - [26, 46], - [45, 4], - [14, 51] - ], - [ - [9079, 6190], - [34, -81], - [90, 59], - [42, -48], - [-54, -27], - [19, -58], - [-103, -120], - [16, -53], - [60, 24], - [48, -38], - [38, 17], - [38, -44], - [-5, -73], - [28, -26], - [-14, -48], - [46, -18], - [-43, -100], - [88, -3] - ], - [ - [9407, 5553], - [8, -35], - [105, -141], - [59, -24], - [-25, -55], - [63, -73], - [88, -20], - [18, -69], - [34, 20], - [30, -42], - [-1, -61], - [-55, 6], - [-11, -34], - [-49, -6], - [-43, -48], - [-58, 14], - [-13, -116], - [-52, -35], - [37, -29], - [-35, -70], - [6, -43], - [-33, -48], - [-12, -56], - [-42, 11], - [-76, 81], - [-82, 21], - [-67, 3], - [-21, -40], - [-57, 40], - [-60, -103], - [-25, 16], - [-63, -114], - [-47, -39], - [-58, -3] - ], - [ - [8870, 4461], - [-92, 43], - [-63, 8], - [-20, -18], - [-151, 20], - [-26, 49], - [-73, -29], - [-9, 73], - [-42, 32], - [-103, -48], - [-77, 8], - [-73, 118], - [48, 45], - [-54, 73], - [-29, 99], - [-90, 3], - [-37, 60], - [-49, 47], - [-20, 92], - [-92, 2], - [-35, -55] - ], - [ - [10336, 5854], - [-12, -43], - [12, -72], - [58, -58], - [-7, -59], - [57, -36], - [47, -80], - [6, -56], - [72, -60], - [-66, -51], - [88, -13], - [13, -70], - [-40, -16], - [-23, -46], - [182, -118], - [51, -3], - [18, -66], - [58, -74], - [153, -87], - [50, -20], - [15, -76] - ], - [ - [9259, 3348], - [-88, 34], - [-35, -10], - [-109, 58], - [-71, -46], - [14, -81], - [-18, -123], - [32, -67], - [-18, -78], - [-221, 30], - [-15, -24], - [-60, 18] - ], - [ - [8670, 3059], - [7, 29], - [-30, 62], - [-11, 73], - [13, 72], - [-11, 35], - [32, 139], - [42, -22], - [90, -18], - [21, 23], - [37, 131], - [71, 76], - [-40, 26], - [11, 62], - [-55, 52], - [-37, -4], - [-40, -45], - [-10, 83], - [44, 85], - [-92, 49], - [-23, 45], - [-74, 36], - [122, 143], - [-5, 44], - [53, -8], - [-1, 62], - [131, 145], - [-45, 27] - ], - [ - [9407, 5553], - [128, 36], - [34, -10], - [38, 41], - [49, -43], - [65, 47], - [40, -55], - [50, -9], - [-4, -51], - [95, 42], - [132, 71], - [-8, 44], - [-62, -8], - [7, 57], - [71, 73], - [82, -41], - [46, 4], - [45, 80], - [30, -46], - [91, 69] - ], - [ - [8670, 3059], - [-65, -23], - [-60, 10], - [-6, 41], - [-49, 27], - [-51, -42], - [-1, -33], - [-52, -34], - [-46, 41], - [-6, 50], - [-56, 6], - [-73, 40], - [-31, -28], - [-76, -31], - [-28, 15], - [-61, -48], - [-53, 12], - [-22, -36], - [-96, 22], - [-12, 49], - [-53, 13], - [-68, 119], - [-97, 53], - [-128, 96] - ], - [ - [10841, 6821], - [-86, -38], - [-51, 23], - [-17, -40], - [-64, 23], - [-60, -27], - [-81, -72], - [-52, -12], - [1, 45], - [-66, 8], - [18, -115], - [-20, -36], - [-55, -11], - [-43, 100], - [-55, 23], - [-34, -64], - [-115, -76], - [-56, 3], - [-92, 25], - [33, 64], - [2, 71], - [-71, -25], - [-12, -31], - [-102, 39], - [-24, 40], - [-92, 47], - [-20, 56], - [11, 41], - [48, 17], - [-3, 45], - [-47, -5], - [-59, -30] - ], - [ - [11008, 6383], - [-76, -3], - [-34, 35], - [-175, -84], - [-43, -68], - [-49, 41], - [-116, 3], - [-7, -117], - [41, -11], - [17, -36], - [-22, -49], - [-60, -27], - [-50, -88], - [6, -28], - [-109, 5], - [-21, -36], - [60, -19], - [-34, -47] - ], - [ - [12716, 20172], - [-91, -74], - [-56, -24], - [5, 68], - [55, 8], - [36, 47], - [51, -25] - ], - [ - [14331, 19750], - [-87, -19], - [-46, 34], - [-37, -8], - [-78, 49], - [23, 57], - [-20, 37], - [-50, -40], - [-42, -2], - [-55, -38], - [-8, 52], - [-69, 36], - [-142, 13], - [-47, 36], - [-79, -36], - [-77, -65], - [-31, 43], - [-81, 18], - [-80, -75], - [-96, 7], - [-45, 28], - [-70, 3], - [-25, -42], - [-88, -5], - [-15, 33], - [-63, 1], - [-88, -41] - ], - [ - [12835, 19826], - [-76, 28], - [-51, 67] - ], - [ - [12708, 19921], - [-4, 50], - [40, 39], - [-28, 74], - [61, 37], - [4, 60], - [29, 33], - [-39, 42], - [18, 45], - [56, -1], - [12, 37], - [-61, 26], - [3, 37], - [-159, 31], - [-16, 26], - [74, 55], - [-109, 110], - [-36, 82], - [121, 70], - [-93, 69], - [25, 59], - [-92, 72], - [-85, -30], - [-43, 18], - [7, 69], - [-96, -28], - [-25, 122], - [0, 67], - [51, 45], - [44, 8], - [-53, 64], - [-41, 24], - [-61, -13], - [-34, -134], - [-45, 55], - [-136, -26], - [-27, 37], - [-103, -16], - [-18, 33], - [-67, -22], - [-94, 57], - [-68, 96], - [-47, 40], - [-21, 56], - [107, 60], - [-143, 36], - [-47, -12], - [-116, 77], - [-15, 89], - [-127, 297], - [-72, 66] - ], - [ - [11139, 22109], - [142, 26], - [57, 32], - [192, 45], - [58, -23], - [279, 107], - [20, -44], - [30, -161], - [43, -25], - [37, -99], - [-37, -76], - [-11, -136], - [39, -40], - [16, -53], - [55, 19], - [76, -21], - [8, -37], - [137, -181], - [54, 11], - [34, -43], - [61, -20], - [31, 40], - [12, 71], - [187, 87], - [34, -18], - [102, 39], - [81, -128], - [18, -49], - [58, -7], - [21, -77], - [-28, -14], - [1, -66], - [52, -107], - [-3, -82], - [16, -71], - [140, -84], - [90, 41], - [61, 56], - [65, -35], - [7, -54], - [73, 13], - [60, -8], - [95, -138], - [6, -109], - [-23, -42], - [24, -82], - [57, -73], - [33, 20], - [17, 83], - [150, 14], - [71, -62], - [117, 48], - [39, -13], - [59, 36], - [80, -86], - [64, -42], - [9, -67], - [61, -36], - [25, 45], - [41, -10], - [22, -42], - [-84, -90], - [-25, -88], - [5, -37], - [-41, -59], - [106, 0], - [16, -84], - [34, -42], - [-5, -35], - [-52, -35], - [-46, -4], - [-37, -59], - [30, -79], - [-24, -19] - ], - [ - [12708, 19921], - [-25, -19], - [-96, 29], - [-63, -38], - [-35, 27], - [-49, -40], - [-63, 20], - [-32, 77], - [-75, -36], - [-19, -28], - [-66, -22], - [13, 67], - [33, 49], - [-1, 46], - [-79, 34], - [-59, -78], - [-68, 6], - [-26, 29], - [-85, 14], - [-12, 52], - [-55, -48], - [-27, 59], - [-93, -22], - [-39, -99], - [-54, 51], - [-30, -2], - [22, 106], - [39, 40], - [125, 49], - [-67, 82], - [-108, -10], - [-32, -43], - [-47, 34], - [-46, -21], - [-50, 34], - [-148, -45], - [-119, -3], - [-43, 47], - [-31, 68], - [-159, 71], - [-17, 27], - [45, 42], - [-27, 31], - [-41, -43], - [-69, 23], - [-9, 27], - [-100, 58], - [-66, 4], - [-131, -63], - [-47, 14], - [-48, 65] - ], - [ - [10429, 20643], - [-51, 21], - [-42, 55], - [20, 67], - [16, 217], - [41, 48], - [-45, 60], - [0, 156], - [-25, 136], - [72, 154], - [-1, 55], - [-43, 144], - [10, 42], - [84, 11], - [109, 117], - [95, 56], - [190, 63], - [94, 50], - [95, -5], - [91, 19] - ], - [ - [6008, 14700], - [14, -48], - [-28, -53], - [92, -47], - [23, -35], - [-2, -64], - [29, -19], - [8, -56], - [31, -39], - [53, 3], - [44, -33], - [77, -16], - [26, -26], - [-53, -56], - [-202, 22], - [-8, -57], - [37, -89], - [74, -19], - [96, 11], - [51, -36], - [71, 4], - [-4, -54], - [30, -104], - [39, -55], - [-82, -64], - [-86, -14], - [-72, 14], - [-141, -14], - [-20, -24], - [-70, -10], - [-121, -36], - [-48, -39], - [-3, -37], - [69, 8], - [29, -80], - [69, -69], - [41, 31], - [37, -28], - [-12, -48], - [30, -114], - [-95, -89], - [4, -73], - [89, -15], - [34, -54], - [51, -16], - [-4, -51], - [-47, -25] - ], - [ - [6158, 12987], - [-74, 24], - [-110, 102], - [-78, -115], - [-28, 23], - [-61, -34], - [26, -111], - [-11, -56], - [-76, -28], - [-66, -43], - [-1, 70], - [-26, 57], - [20, 21], - [-16, 94], - [-42, 22], - [-67, -85], - [-17, -57], - [51, -87], - [-13, -75], - [45, -57], - [-70, -24], - [-4, -29], - [-142, 42], - [-37, -9], - [-41, 35], - [-45, -12], - [-25, 26], - [-22, 79], - [-45, -12], - [-81, 16], - [1, 48], - [-62, 0], - [-64, 44], - [-6, 45], - [-51, 20], - [-50, 62] - ], - [ - [4870, 12983], - [-30, 70], - [-79, 80], - [-69, 30], - [-94, 17], - [-30, 17], - [-103, 21], - [32, 55], - [87, 28], - [12, 100], - [-29, 44], - [11, 85], - [58, 20], - [109, 16], - [34, 47], - [-121, 5], - [-66, -28], - [-201, -133], - [-67, 39], - [-30, 47], - [-39, 18], - [-61, -7], - [-19, -44], - [-104, 53], - [105, 28], - [-57, 74], - [-58, -29], - [2, 54], - [-41, 67], - [-34, 11], - [165, 157], - [-18, 21] - ], - [ - [7343, 14663], - [12, -47], - [62, -43], - [71, -5], - [79, -33], - [53, 47], - [28, -45], - [-49, -52], - [30, -75], - [127, -33], - [14, 49], - [82, -19], - [74, -2], - [27, -44], - [61, -52], - [97, -1], - [51, -56], - [55, 41], - [3, 40], - [68, -19] - ], - [ - [8016, 13297], - [-54, 25], - [-47, -44], - [-34, -66], - [-17, -79], - [-63, 17], - [-26, -82] - ], - [ - [7775, 13068], - [-41, -24], - [-59, 61], - [40, 36], - [-68, 27], - [-33, -35], - [-53, 28], - [-66, -7], - [-88, -34], - [-22, 17], - [-64, -11], - [-8, -44], - [-128, -10], - [-12, 37], - [-105, -48], - [-3, -74], - [-52, -72], - [-39, -11], - [-78, 18], - [-67, -35], - [-73, 17], - [-40, 27], - [-32, -30], - [-61, -13], - [-17, -36], - [-51, 12] - ], - [ - [6555, 12864], - [-15, 36], - [-52, 37], - [-37, -22], - [-67, 53], - [-21, -40], - [-146, 28], - [-59, 31] - ], - [ - [6019, 14777], - [70, -55], - [83, -3], - [100, -24], - [83, 1], - [66, -29], - [29, 78], - [99, -49], - [4, -24], - [83, -28], - [36, 44], - [87, -42], - [15, -26], - [215, -14], - [40, 52], - [80, -17], - [40, 79], - [82, -64], - [39, 23], - [73, -16] - ], - [ - [7848, 16088], - [-37, -27], - [-52, 9], - [-37, -26], - [6, -39], - [-39, -26], - [30, -90], - [-41, -82], - [30, -86], - [-2, -39], - [-61, -49], - [-70, -34], - [-15, -96], - [35, -47], - [-19, -108], - [-67, 12], - [-93, -73], - [-6, -47], - [45, -15], - [18, -142], - [-64, -25], - [-71, -4], - [-33, -47], - [45, -53], - [3, -68], - [-57, 0], - [-55, -59], - [21, -52], - [71, -9], - [10, -103] - ], - [ - [4260, 12315], - [88, -38], - [37, -34], - [-56, -45], - [-93, 56], - [-13, 39], - [37, 22] - ], - [ - [4444, 12987], - [60, -42], - [-4, -86], - [101, -54], - [13, -84], - [-110, 116], - [-64, -15], - [-66, 84], - [24, 70], - [46, 11] - ], - [ - [6244, 11349], - [-33, 6], - [-2, 4], - [-28, -32], - [-46, 17], - [-52, -32], - [-29, -60], - [-103, 87], - [-20, -47], - [-50, 87], - [-61, 40], - [-54, -11], - [-103, 5], - [-54, 127], - [-188, 32], - [-36, 51], - [-62, 17], - [-104, 74], - [-23, 35], - [-70, 22], - [-18, 103], - [-40, 142], - [-59, 67], - [-64, 112], - [-74, 47], - [3, 29], - [-143, 151], - [-109, 82], - [-18, 164], - [40, 7], - [69, 101], - [40, 31], - [45, 134], - [72, 42] - ], - [ - [6555, 12864], - [16, -67], - [78, -35], - [24, -120], - [52, -82], - [80, -50], - [31, 0], - [-26, -121], - [48, -53], - [11, -45], - [50, -59], - [-35, -31], - [65, -53], - [-18, -38], - [53, -62], - [-20, -33], - [21, -41], - [17, -125], - [-40, -11], - [-25, -40], - [29, -32], - [8, -132], - [15, -60], - [113, -61], - [-34, -59], - [-67, -3], - [-53, -58], - [-10, -34], - [-83, 13], - [-44, -50], - [-38, 2] - ], - [ - [6773, 11324], - [-14, 18], - [-125, 63], - [-13, -49], - [-59, 20], - [-72, -33], - [-39, 25], - [38, 84], - [-47, 12], - [-21, -32], - [-61, 4], - [-51, -22], - [-65, -65] - ], - [ - [14331, 19750], - [142, -49] - ], - [ - [12679, 17775], - [34, 56], - [71, 28], - [-44, 37], - [-14, 62], - [-134, 43], - [-37, -56], - [-30, -10], - [-12, 102], - [116, -3], - [-20, 69], - [13, 58], - [-64, 6], - [-45, 75], - [58, 43], - [46, -20], - [57, 37], - [40, 71], - [0, 128], - [50, -6], - [44, 52], - [-74, 32], - [22, 58], - [-37, 40], - [38, 24], - [14, 50], - [-14, 135], - [-44, 47], - [29, 20], - [-20, 58], - [43, 29], - [-14, 84] - ], - [ - [12751, 19124], - [-37, 118], - [-51, 55], - [38, 24], - [3, 169], - [48, 40], - [-2, 71], - [73, 77], - [-2, 36], - [45, 33], - [-57, 32], - [26, 47] - ], - [ - [10691, 19243], - [38, -9], - [44, -53], - [17, -67], - [70, -4], - [60, 46], - [24, -44], - [45, 24], - [87, -1], - [38, -36], - [101, -16], - [48, 32], - [115, 0], - [117, -44], - [41, -4], - [65, -58], - [59, 12], - [52, -19], - [50, -73], - [43, 35], - [32, -16], - [69, -74], - [68, 34], - [25, -75], - [60, 5], - [-2, 43], - [31, 59], - [85, -1], - [65, -28], - [22, 111], - [60, -2], - [33, 56], - [40, 8], - [41, 48], - [57, -38], - [65, 34], - [56, -63], - [37, 77], - [102, -18] - ], - [ - [10065, 19947], - [115, 104], - [42, 139], - [31, 55], - [85, 50], - [102, -48], - [-11, 52], - [-55, 91], - [-55, 9], - [-10, 57], - [29, 179], - [91, 8] - ], - [ - [5760, 10740], - [110, -80], - [30, -48], - [126, -26], - [-12, -64], - [16, -68], - [68, -89], - [-30, -85], - [17, -47], - [-75, -43], - [-26, 139], - [-191, 176], - [-17, 66], - [12, 55], - [-39, 96], - [11, 18] - ], - [ - [5596, 11222], - [48, -26], - [-18, -44], - [121, 5], - [-24, -58], - [103, 1], - [65, -44], - [43, 3], - [39, -77], - [-15, -26], - [-68, 0], - [-109, 77], - [-107, 58], - [-63, -23], - [-52, 20], - [-36, 68], - [73, 66] - ], - [ - [6773, 11324], - [23, -83], - [-24, -52], - [93, -60], - [13, -49], - [103, -136], - [107, 12], - [31, -19], - [36, -64], - [82, -12], - [75, -41], - [188, -17], - [11, -45], - [96, -27], - [34, -44], - [68, -50], - [14, -60], - [51, -20] - ], - [ - [7774, 10557], - [11, -89], - [-86, -10], - [6, -59], - [50, -65], - [-36, -61], - [3, -58], - [-39, -68], - [-92, -36], - [-41, 70], - [-68, 0], - [-32, -44], - [-212, -47], - [-16, -61], - [68, 5], - [-5, -41], - [16, -155], - [-36, -72], - [69, 5], - [17, -40], - [124, -103], - [-37, -68], - [101, -35], - [5, -64], - [-26, -82], - [31, -48], - [-4, -37], - [-92, -97], - [61, -43], - [-19, -113], - [84, 30], - [51, -36], - [53, 2], - [82, -39], - [-11, -96], - [102, 2], - [26, -33], - [56, -14], - [1, -84] - ], - [ - [6824, 9087], - [-46, 155], - [-46, 91], - [-81, 122], - [-112, 95], - [-22, 46], - [-47, 2], - [-70, 56], - [-5, 55], - [-35, 47], - [-37, -8], - [-46, 39], - [-68, 28], - [-71, 68], - [-82, 49], - [-38, 38], - [-8, 159], - [46, 24], - [41, -8], - [80, 65], - [-48, 59], - [20, 45], - [47, -12], - [68, 96], - [12, 114], - [-18, 35], - [3, 74], - [45, 31], - [-12, 78], - [-46, 19], - [-16, 93], - [-109, 101], - [-92, 29], - [48, 143], - [39, 21], - [79, 95], - [-14, 89], - [15, 41], - [1, 5], - [45, -17] - ], - [ - [7774, 10557], - [68, 38], - [50, 161], - [70, -8], - [84, 94], - [41, -6], - [56, 29], - [49, -45], - [46, 26] - ], - [ - [8238, 10846], - [34, -3], - [111, -80], - [36, 13], - [136, -5], - [16, -32], - [82, 27], - [15, 55], - [-44, 5], - [39, 99], - [56, 4], - [48, -106], - [104, -18], - [3, 27], - [121, 18], - [-17, 35], - [47, 37], - [63, 23], - [117, -24] - ], - [ - [7775, 13068], - [32, -118], - [75, -76], - [-19, -47], - [36, -49], - [20, -70], - [-30, -66], - [80, -57], - [-53, -15], - [-53, -54], - [80, -31], - [-48, -55], - [5, -46], - [70, -59], - [-38, -57], - [-14, -76], - [-40, -73], - [-36, -29], - [75, -50], - [51, -4], - [-4, -69], - [-36, -30], - [16, -60], - [-21, -49], - [-39, 2], - [-13, -126], - [46, -4], - [-15, -143], - [84, -74], - [-32, -38], - [24, -65], - [76, -54], - [69, 96], - [51, -8], - [33, -35], - [-38, -55], - [30, -59], - [-67, -26], - [21, -84], - [-45, -42], - [-9, -60], - [49, -15], - [24, -51], - [95, -35], - [-42, -70], - [13, -36] - ], - [ - [18678, 7541], - [11, -75], - [-31, -104], - [-32, -40], - [-48, -11], - [-34, -52], - [33, -105], - [44, -33], - [56, -96], - [-71, -22], - [-11, -120] - ], - [ - [18595, 6883], - [-71, -54], - [-21, 4], - [-68, -66], - [-16, -64], - [-46, -61], - [-50, -27], - [-11, -96], - [-47, -92], - [32, -101], - [75, -103], - [-16, -84], - [67, -49], - [10, -31], - [66, -42], - [16, -79], - [99, -64], - [45, -69], - [-76, -16], - [-93, 65], - [-48, -19], - [-31, -61], - [-52, -27], - [-80, 7], - [-43, -102], - [50, -13], - [14, -32], - [-113, -50] - ], - [ - [18187, 5557], - [-20, 35], - [-57, 2], - [-50, -50], - [-52, 54], - [-52, -33], - [-110, -6], - [-5, -63], - [-45, -64], - [-45, 5], - [-134, 96], - [-28, 53], - [-60, -9], - [-64, -105], - [-44, -33], - [-46, 19], - [-63, -94], - [-55, -28], - [-20, -56], - [-52, 62], - [-5, 44], - [-51, 16], - [-21, 62], - [-51, 10], - [-26, -61], - [-50, -7], - [-37, 52], - [-78, 23], - [-37, -61] - ], - [ - [16829, 5420], - [-64, 63], - [-4, 56], - [-45, 19], - [-46, 82], - [-42, 13], - [-86, -4], - [-36, 43], - [37, 36], - [53, 120], - [-36, 0], - [-25, 61], - [-84, 7], - [10, 111], - [36, 70], - [3, 104], - [-65, -15], - [-6, 120] - ], - [ - [16429, 6306], - [67, 40], - [52, 122], - [52, 10], - [45, -56], - [-11, -36], - [73, -10], - [6, 40], - [-57, 9], - [9, 50], - [38, 5] - ], - [ - [16703, 6480], - [25, -12], - [96, 54], - [87, 2], - [31, -24], - [122, -20], - [-46, 47], - [-32, 76], - [-43, 32], - [-13, 40], - [40, 55], - [41, -22], - [7, -45], - [50, -50], - [2, 89], - [18, 57], - [-43, 12], - [62, 95], - [25, 81], - [101, 55], - [98, 133], - [113, -35], - [111, -184], - [54, 70], - [-45, 118], - [45, 5], - [48, 35], - [31, -34], - [37, 10], - [38, 118], - [57, -64], - [26, -58], - [35, 7], - [67, -41], - [117, -19], - [116, 3], - [14, 88], - [41, 34], - [23, 72], - [86, 52], - [47, 73], - [80, 50], - [37, 5], - [21, 41], - [37, 7], - [51, 66], - [60, -13] - ], - [ - [18645, 4849], - [-75, 51], - [17, 45], - [-25, 24], - [44, 88], - [7, 63], - [-27, 29], - [-64, -11], - [-61, 54], - [-22, -3], - [-59, 86], - [21, 64], - [-32, 101], - [-65, 5], - [-46, 40], - [-39, -20], - [-32, 92] - ], - [ - [18595, 6883], - [49, -30], - [11, -48], - [44, -47], - [1, -32], - [54, -44], - [12, -82], - [41, -42], - [60, 14], - [101, -69], - [83, -9], - [37, -59], - [35, -2], - [34, -54], - [125, -4], - [24, -66], - [80, 2], - [31, 26], - [46, -4], - [69, 42], - [97, 24], - [69, -4], - [30, 50], - [78, 2], - [-24, -113], - [70, -92], - [-19, -103], - [-56, -31], - [5, -73], - [-25, -49], - [-63, -45], - [-62, -26], - [-16, -104], - [-96, -63], - [47, -202], - [-62, -43], - [-82, -33], - [-49, -76], - [-73, 8], - [-80, -84], - [-27, 21], - [-62, -7], - [-56, -99], - [-71, 21], - [-48, -64], - [-13, -126], - [-65, -11], - [-78, -77], - [-8, 30], - [-58, 1], - [-50, -21], - [-32, -70], - [29, -19], - [-37, -48] - ], - [ - [16823, 5409], - [47, -19], - [7, -45], - [38, -17], - [-22, -67], - [-45, 1], - [-107, -41], - [-31, -72], - [11, -62], - [-48, -20], - [93, -55], - [-4, -115], - [-24, -44], - [44, -34], - [80, -131], - [-45, -19], - [-72, 14], - [-32, -20], - [33, -103], - [-24, -30], - [4, -64], - [55, 10], - [56, -81], - [-3, -34], - [-92, -46], - [-29, -27], - [-18, -128] - ], - [ - [16695, 4160], - [-74, 16], - [-35, -59], - [-43, 26], - [-63, 92], - [-32, -35], - [-82, 32], - [-53, -14], - [-31, 18], - [-64, -14], - [-22, 55], - [50, 71], - [-54, 44], - [28, 66], - [-37, 81], - [-49, 38], - [-74, -55], - [-53, -22], - [-44, 9], - [-240, -9], - [-33, 33], - [-13, 60], - [-53, 74], - [-15, 59], - [-68, 14], - [-114, -80], - [-15, -49], - [43, -19], - [-5, -57], - [-59, -20], - [-70, 30], - [-87, 6], - [-103, -9], - [-122, 37], - [-36, 33], - [45, 50], - [-10, 80], - [-73, 42], - [-139, 8], - [-19, -15], - [-309, 25] - ], - [ - [15255, 5867], - [179, -31], - [74, -53], - [104, -41], - [89, -94], - [32, -89], - [213, -125], - [78, 28], - [122, -25], - [43, -41], - [157, -89], - [132, -48], - [118, -1], - [53, 31], - [49, 49], - [61, -7], - [64, 78] - ], - [ - [18180, 8585], - [60, -112], - [24, -91], - [82, 6], - [36, -121], - [-1, -131], - [78, -62], - [20, -33], - [68, -42], - [66, -20], - [56, 42], - [85, -55], - [29, -38], - [-20, -69], - [25, -44], - [-2, -61], - [63, -81], - [15, -46], - [-23, -26], - [-45, 23], - [-48, -9], - [-70, -74] - ], - [ - [16703, 6480], - [8, 90], - [-13, 34], - [21, 47], - [-61, 2], - [-10, 61], - [-42, 51], - [4, 38], - [-117, 0], - [-30, 39], - [-43, -28], - [-78, 101], - [-15, 70], - [9, 50], - [53, -29], - [-23, 177], - [82, -15], - [143, -60], - [46, 84], - [48, 0], - [-57, 74], - [-47, 20], - [16, 58], - [65, 117], - [-12, 73], - [65, -3], - [64, -23], - [44, 47], - [57, -16], - [16, 49], - [45, 38], - [-44, 35] - ], - [ - [16897, 7661], - [43, 82], - [29, 21], - [58, -10], - [52, 13], - [94, 65], - [-47, 54], - [83, 36], - [41, 40], - [41, -51], - [87, 69], - [27, 38], - [61, -23], - [41, 15], - [81, -14], - [28, 38], - [58, 8], - [49, -56], - [30, 15], - [4, 199], - [-43, 14], - [-49, 128], - [-66, -17], - [-82, 37], - [27, 122], - [35, 10], - [-21, 85], - [48, 46] - ], - [ - [17606, 8625], - [51, -42], - [63, 33], - [48, -48], - [49, -92], - [58, 2], - [29, -24], - [52, 9], - [-8, 78], - [44, 43], - [38, -23], - [64, 55], - [58, -5], - [28, -26] - ], - [ - [17576, 3806], - [15, -60], - [-61, 7], - [46, 53] - ], - [ - [18645, 4849], - [-21, -75], - [-42, -44], - [-64, -40], - [-44, 11], - [-62, -15], - [-30, 35], - [-60, -63], - [-13, -115], - [-54, -13], - [-24, -50], - [-57, -34], - [-69, -63], - [16, -34], - [65, 27], - [85, -51], - [-44, -30], - [4, -63], - [-74, -111], - [-25, 46], - [-71, 13], - [-97, -88], - [-46, 17], - [-92, -18], - [-52, -27], - [-15, -52], - [8, -67], - [-49, 10], - [-31, 40], - [-56, 30], - [-56, -16], - [-53, 6], - [-70, -62], - [-16, -58], - [-38, 33], - [-59, 20], - [-88, -23], - [-37, 61], - [-53, 7], - [-104, -8], - [36, -73], - [-64, 12], - [-55, -65], - [-34, 1], - [-35, 73], - [11, 58], - [-61, 23], - [-30, 33], - [-93, 30], - [-1, 65], - [-36, 18] - ], - [ - [16823, 5409], - [6, 11] - ], - [ - [15116, 6661], - [3, 136] - ], - [ - [15119, 6797], - [45, -21], - [128, 10], - [64, -48], - [0, -80], - [14, -84], - [19, -9], - [84, 76], - [82, 1], - [87, 54], - [110, 51], - [25, -55], - [51, -8], - [61, 46], - [19, -126], - [22, -57], - [96, -17], - [29, 38], - [73, -48], - [49, -11], - [31, 22], - [45, -29], - [-2, -105], - [50, -2], - [49, -41], - [11, -40], - [68, -8] - ], - [ - [15641, 7011], - [46, -70], - [80, -37], - [-70, -35], - [-18, -82], - [-52, -65], - [-89, 27], - [-50, -11], - [-31, 94], - [58, 68], - [18, 76], - [108, 35] - ], - [ - [17302, 11581], - [52, -18], - [110, -94], - [-102, -189], - [31, -73], - [-136, -36], - [-110, -93], - [46, -28], - [-57, -121] - ], - [ - [17136, 10929], - [-55, -2], - [-53, -49], - [6, -52], - [-53, -1], - [-27, 37], - [-42, -56], - [-7, -79], - [9, -131], - [33, -34], - [-4, -77] - ], - [ - [16943, 10485], - [-3, -56], - [-52, -193], - [-14, -15], - [-16, -218], - [-42, -52], - [-75, 11], - [13, -58], - [-36, -41], - [3, -53], - [-54, -16], - [-45, -54] - ], - [ - [16622, 9740], - [-34, 90], - [-87, 81], - [0, 59], - [-95, 91], - [-95, 123], - [17, 58], - [-45, 56], - [-76, 60], - [-81, -80], - [-19, -77], - [-36, -57], - [-66, -47], - [-51, 7], - [-52, 71], - [-87, 24] - ], - [ - [15815, 10199], - [-131, -18], - [-82, 12], - [-61, -16], - [-4, 66], - [-58, 108], - [-5, 40], - [-49, 36], - [-68, -38], - [4, 56], - [-46, 39], - [-72, 8], - [36, 75], - [-23, 168], - [34, 46], - [-21, 55], - [74, 110], - [10, 39], - [-34, 47] - ], - [ - [15350, 9018], - [14, -25], - [-12, -95], - [16, -94], - [0, -91], - [26, -26], - [-38, -73], - [39, -56], - [-1, -57], - [49, -40], - [-29, -40], - [-8, -70], - [37, -96], - [40, -67], - [-50, -92], - [11, -42], - [-59, -88], - [-2, -51], - [-94, -106], - [5, -129], - [27, -83], - [-4, -55], - [-60, -120], - [-45, -47], - [-29, -81], - [22, -29], - [-26, -95], - [15, -28], - [-6, -79], - [-44, -36], - [-4, -71], - [-24, -60], - [3, -99] - ], - [ - [14860, 8876], - [82, 1], - [107, 38], - [-22, 44], - [38, 86], - [99, 83], - [117, 44] - ], - [ - [15281, 9172], - [26, -26], - [-16, -70], - [59, -58] - ], - [ - [15350, 9018], - [90, 24], - [31, -26], - [76, 58], - [96, 48], - [30, -4], - [17, -52], - [50, -1], - [32, -82], - [88, 1], - [-13, -88], - [84, 7], - [12, -36], - [-29, -74], - [36, -68], - [-3, -116], - [-47, -85], - [105, -7], - [34, -44], - [89, 0], - [124, -57], - [80, 48], - [43, 69], - [35, -14], - [-33, -85], - [43, -111], - [-24, -66], - [10, -100], - [-36, -282], - [33, -31], - [223, -76], - [32, -67], - [76, -4], - [62, -22], - [29, -36], - [72, 22] - ], - [ - [18463, 10128], - [-89, -35], - [-70, -102], - [-37, 111], - [-45, 66], - [-89, -11], - [-75, 71], - [-27, 82], - [50, 1], - [-17, 71], - [-71, 36], - [-60, -57], - [-35, -102], - [-38, -82], - [-95, -82], - [11, -35], - [-67, -138], - [-150, -23], - [2, 46], - [-64, -4], - [9, 72], - [-46, 53], - [-97, 18], - [-11, -47], - [-63, 15], - [-20, -23], - [-106, 67], - [10, 63], - [-27, 38], - [-75, -20], - [-16, 50], - [-47, 23], - [4, 63], - [-22, 159], - [-47, 13] - ], - [ - [17136, 10929], - [58, 27], - [64, -17], - [34, 34], - [121, -22], - [61, 38], - [17, 46], - [74, 64], - [94, 43], - [22, 41], - [-22, 35], - [-39, -22], - [-47, 62], - [8, 69], - [-35, 17], - [52, 115], - [131, 99], - [140, 27], - [143, 89], - [241, 1], - [178, -49], - [44, -28], - [-26, -100], - [-54, -46], - [46, -89], - [105, -82], - [-16, -70], - [-50, -49], - [-25, -61], - [15, -50], - [-31, -39], - [5, -61], - [30, -20], - [130, -13], - [-24, -68], - [4, -118], - [56, 49], - [125, -158], - [15, -78], - [40, -21], - [-6, -70], - [-45, -44], - [-3, -53], - [-89, -53], - [-25, -27], - [-72, -24], - [-22, -30], - [-86, 7], - [-9, -102] - ], - [ - [16622, 9740], - [36, -83], - [37, -36], - [1, -57], - [46, -43], - [29, -79], - [25, -26], - [6, -79], - [65, 8], - [45, -36], - [66, -22], - [88, -50], - [-10, 88], - [25, 28], - [-8, 73], - [86, 34], - [58, -44], - [-1, -41], - [64, -37], - [63, 14], - [62, -21], - [24, -50], - [46, -44], - [29, -96], - [-15, -78], - [-42, -13], - [-41, -64], - [13, -60], - [-21, -32], - [21, -72], - [35, -56], - [-28, -78], - [57, 24], - [64, -51], - [35, 14], - [24, -50] - ], - [ - [15281, 9172], - [5, 44], - [-24, 82], - [26, 28], - [-5, 53] - ], - [ - [15283, 9379], - [130, 103], - [47, 62], - [-54, 39], - [-44, 63], - [4, 40], - [72, -30], - [4, 32], - [75, 37], - [97, 14], - [49, 22], - [48, -19], - [31, 105], - [147, 102], - [-35, 76], - [-50, 4], - [-5, 110], - [16, 60] - ], - [ - [14713, 11131], - [54, -39], - [-26, -48], - [50, -32], - [-33, -74], - [-55, 32], - [-92, -45], - [-20, -46], - [2, -65], - [-76, -103], - [78, -73], - [-98, -42], - [63, -31], - [35, -71], - [53, -28], - [-35, -60], - [92, -133], - [-10, -141], - [-42, -30], - [15, -46], - [49, 9], - [-9, -78], - [-30, -52], - [1, -62], - [41, -20], - [27, -70], - [48, -21], - [13, -40], - [83, -44], - [28, -31], - [76, 22], - [25, -27], - [43, 11], - [33, -63], - [61, 48], - [19, -24], - [-57, -65], - [5, -97], - [71, -22], - [34, 37], - [54, -88] - ], - [ - [18463, 10128], - [-5, -51], - [19, -88], - [66, -87], - [62, -13], - [29, -59], - [65, 4], - [68, -14], - [-41, -64], - [10, -147], - [23, -104], - [73, -25], - [5, -49], - [55, -9], - [45, -85], - [88, -56], - [10, -22], - [-111, -187], - [34, -92], - [-1, -63], - [-36, -22], - [-70, -77], - [-23, 32], - [-116, -39], - [-35, -74], - [-82, -27], - [-9, -56], - [-63, -25], - [-80, 51], - [-45, 7], - [-42, -35], - [-85, -1], - [-29, -36], - [-62, -30] - ] - ], - "transform": { - "scale": [0.0006471939327180822, 0.0004361311423551835], - "translate": [-5.134028911590462, 41.36541748046881] - }, - "objects": { - "france": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-67", - "NAME_0": "France", - "ID_1": 1, - "NAME_1": "Alsace", - "ID_2": 1, - "NAME_2": "Bas-Rhin", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Unterelsaá" - } - }, - { - "arcs": [[5, 6, 7, -2]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-68", - "NAME_0": "France", - "ID_1": 1, - "NAME_1": "Alsace", - "ID_2": 2, - "NAME_2": "Haut-Rhin", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Oberelsaá" - } - }, - { - "arcs": [[8, 9, 10, 11, 12, 13, 14]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-24", - "NAME_0": "France", - "ID_1": 2, - "NAME_1": "Aquitaine", - "ID_2": 3, - "NAME_2": "Dordogne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[15, -12, 16, 17, 18]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-33", - "NAME_0": "France", - "ID_1": 2, - "NAME_1": "Aquitaine", - "ID_2": 4, - "NAME_2": "Gironde", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Bec-D'Ambes" - } - }, - { - "arcs": [[19, 20, 21, 22, -18]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-40", - "NAME_0": "France", - "ID_1": 2, - "NAME_1": "Aquitaine", - "ID_2": 5, - "NAME_2": "Landes", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Landas" - } - }, - { - "arcs": [[-11, 23, 24, 25, -20, -17]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-47", - "NAME_0": "France", - "ID_1": 2, - "NAME_1": "Aquitaine", - "ID_2": 6, - "NAME_2": "Lot-et-Garonne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[26, 27, -22, 28], [29], [30]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-64", - "NAME_0": "France", - "ID_1": 2, - "NAME_1": "Aquitaine", - "ID_2": 7, - "NAME_2": "Pyrénées-Atlantiques", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Basses-Pyrénées|Pirinio Atlantiarrak" - } - }, - { - "arcs": [[31, 32, 33, 34, 35, 36]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-03", - "NAME_0": "France", - "ID_1": 3, - "NAME_1": "Auvergne", - "ID_2": 8, - "NAME_2": "Allier", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Basses-Alpes" - } - }, - { - "arcs": [[37, 38, 39, 40, 41, 42]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-15", - "NAME_0": "France", - "ID_1": 3, - "NAME_1": "Auvergne", - "ID_2": 9, - "NAME_2": "Cantal", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[43, 44, 45, -38, 46]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-43", - "NAME_0": "France", - "ID_1": 3, - "NAME_1": "Auvergne", - "ID_2": 10, - "NAME_2": "Haute-Loire", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[47, -47, -43, 48, 49, -35]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-63", - "NAME_0": "France", - "ID_1": 3, - "NAME_1": "Auvergne", - "ID_2": 11, - "NAME_2": "Puy-de-Dôme", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[50, 51, 52, 53, 54, 55]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-91", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 12, - "NAME_2": "Essonne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[56, -56, 57, 58, 59, 60]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-92", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 13, - "NAME_2": "Hauts-de-Seine", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[61, -61, 62]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-75", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 14, - "NAME_2": "Paris", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[63, 64, 65, 66, -52, 67, 68, 69, 70, 71]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-77", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 15, - "NAME_2": "Seine-et-Marne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[72, -63, -60, 73, -69]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-93", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 16, - "NAME_2": "Seine-Saint-Denis", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-70, -74, -59, 74, 75, 76]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-95", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 17, - "NAME_2": "Val-d'Oise", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-68, -51, -57, -62, -73]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-94", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 18, - "NAME_2": "Val-de-Marne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-75, -58, -55, 77, 78]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-78", - "NAME_0": "France", - "ID_1": 4, - "NAME_1": "Île-de-France", - "ID_2": 19, - "NAME_2": "Yvelines", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[79, 80, 81, 82, 83]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-14", - "NAME_0": "France", - "ID_1": 5, - "NAME_1": "Basse-Normandie", - "ID_2": 20, - "NAME_2": "Calvados", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-81, 84, 85, 86, 87]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-50", - "NAME_0": "France", - "ID_1": 5, - "NAME_1": "Basse-Normandie", - "ID_2": 21, - "NAME_2": "Manche", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[88, 89, 90, 91, -85, -80]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-61", - "NAME_0": "France", - "ID_1": 5, - "NAME_1": "Basse-Normandie", - "ID_2": 22, - "NAME_2": "Orne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[92, 93]], [[94, 95, 96, 97, 98, 99, 100]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-21", - "NAME_0": "France", - "ID_1": 6, - "NAME_1": "Bourgogne", - "ID_2": 23, - "NAME_2": "Côte-d'Or", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-99, 101, -93, 102, -32, 103, 104, 105]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-58", - "NAME_0": "France", - "ID_1": 6, - "NAME_1": "Bourgogne", - "ID_2": 24, - "NAME_2": "Nièvre", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[106, 107, 108, 109, -33, -103, -94, -102, -98]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-71", - "NAME_0": "France", - "ID_1": 6, - "NAME_1": "Bourgogne", - "ID_2": 25, - "NAME_2": "Saône-et-Loire", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-100, -106, 110, -66, 111]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-89", - "NAME_0": "France", - "ID_1": 6, - "NAME_1": "Bourgogne", - "ID_2": 26, - "NAME_2": "Yonne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[112, 113, 114, 115, 116, 117]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-22", - "NAME_0": "France", - "ID_1": 7, - "NAME_1": "Bretagne", - "ID_2": 27, - "NAME_2": "Côtes-d'Armor", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Cotes-Du-Nord" - } - }, - { - "arcs": [[[118]], [[-117, 119, 120]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-29", - "NAME_0": "France", - "ID_1": 7, - "NAME_1": "Bretagne", - "ID_2": 28, - "NAME_2": "Finistère", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-113, 121]], [[-87, 122, 123, 124, 125, -115, 126]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-35", - "NAME_0": "France", - "ID_1": 7, - "NAME_1": "Bretagne", - "ID_2": 29, - "NAME_2": "Ille-et-Vilaine", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[127]], [[128]], [[-126, 129, 130, -120, -116]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-56", - "NAME_0": "France", - "ID_1": 7, - "NAME_1": "Bretagne", - "ID_2": 30, - "NAME_2": "Morbihan", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-104, -37, 131, 132, 133, 134]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-18", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 31, - "NAME_2": "Cher", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-54, 135, 136, 137, -90, 138, -78]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-28", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 32, - "NAME_2": "Eure-et-Loir", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[139, 140, 141, 142, 143]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-37", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 33, - "NAME_2": "Indre-et-Loire", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-133, 144, 145, 146, -140, 147]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-36", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 34, - "NAME_2": "Indre", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[148, -134, -148, -144, 149, -137]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-41", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 35, - "NAME_2": "Loir-et-Cher", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-67, -111, -105, -135, -149, -136, -53]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-45", - "NAME_0": "France", - "ID_1": 8, - "NAME_1": "Centre", - "ID_2": 36, - "NAME_2": "Loiret", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[150, 151, 152, 153]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-08", - "NAME_0": "France", - "ID_1": 9, - "NAME_1": "Champagne-Ardenne", - "ID_2": 37, - "NAME_2": "Ardennes", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[154, -101, -112, -65, 155]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-10", - "NAME_0": "France", - "ID_1": 9, - "NAME_1": "Champagne-Ardenne", - "ID_2": 38, - "NAME_2": "Aube", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[156, 157, 158, -95, -155, 159]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-52", - "NAME_0": "France", - "ID_1": 9, - "NAME_1": "Champagne-Ardenne", - "ID_2": 39, - "NAME_2": "Haute-Marne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-152, 160, -160, -156, -64, 161]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-51", - "NAME_0": "France", - "ID_1": 9, - "NAME_1": "Champagne-Ardenne", - "ID_2": 40, - "NAME_2": "Marne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[162, 163]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-2A", - "NAME_0": "France", - "ID_1": 10, - "NAME_1": "Corse", - "ID_2": 41, - "NAME_2": "Corse-du-Sud", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[164, -164]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-2B", - "NAME_0": "France", - "ID_1": 10, - "NAME_1": "Corse", - "ID_2": 42, - "NAME_2": "Haute-Corse", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[165, 166, 167, 168]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-25", - "NAME_0": "France", - "ID_1": 11, - "NAME_1": "Franche-Comté", - "ID_2": 43, - "NAME_2": "Doubs", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[169, -169, 170, -96, -159, 171]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-70", - "NAME_0": "France", - "ID_1": 11, - "NAME_1": "Franche-Comté", - "ID_2": 44, - "NAME_2": "Haute-Saône", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-168, 172, 173, -107, -97, -171]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-39", - "NAME_0": "France", - "ID_1": 11, - "NAME_1": "Franche-Comté", - "ID_2": 45, - "NAME_2": "Jura", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[174, -166, -170, 175, -7]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-90", - "NAME_0": "France", - "ID_1": 11, - "NAME_1": "Franche-Comté", - "ID_2": 46, - "NAME_2": "Territoire de Belfort", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[176, -76, -79, -139, -89, -84, 177]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-27", - "NAME_0": "France", - "ID_1": 12, - "NAME_1": "Haute-Normandie", - "ID_2": 47, - "NAME_2": "Eure", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[178, -178, -83, 179, 180]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-76", - "NAME_0": "France", - "ID_1": 12, - "NAME_1": "Haute-Normandie", - "ID_2": 48, - "NAME_2": "Seine-Maritime", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Seine-Inférieure" - } - }, - { - "arcs": [[181, 182, 183, 184, 185, 186]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-11", - "NAME_0": "France", - "ID_1": 13, - "NAME_1": "Languedoc-Roussillon", - "ID_2": 49, - "NAME_2": "Aude", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[187, 188, 189, 190, 191, 192, 193]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-30", - "NAME_0": "France", - "ID_1": 13, - "NAME_1": "Languedoc-Roussillon", - "ID_2": 50, - "NAME_2": "Gard", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[194, -182, 195, 196, -191]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-34", - "NAME_0": "France", - "ID_1": 13, - "NAME_1": "Languedoc-Roussillon", - "ID_2": 51, - "NAME_2": "Hérault", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[197, -193, 198, -39, -46]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-48", - "NAME_0": "France", - "ID_1": 13, - "NAME_1": "Languedoc-Roussillon", - "ID_2": 52, - "NAME_2": "Lozère", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[199, -184, 200], [201]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-66", - "NAME_0": "France", - "ID_1": 13, - "NAME_1": "Languedoc-Roussillon", - "ID_2": 53, - "NAME_2": "Pyrénées-Orientales", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-49, -42, 202, -9, 203, 204]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-19", - "NAME_0": "France", - "ID_1": 14, - "NAME_1": "Limousin", - "ID_2": 54, - "NAME_2": "Corrèze", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-132, -36, -50, -205, 205, -145]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-23", - "NAME_0": "France", - "ID_1": 14, - "NAME_1": "Limousin", - "ID_2": 55, - "NAME_2": "Creuse", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-206, -204, -15, 206, 207, -146]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-87", - "NAME_0": "France", - "ID_1": 14, - "NAME_1": "Limousin", - "ID_2": 56, - "NAME_2": "Haute-Vienne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[208, -4, 209, 210, 211]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-54", - "NAME_0": "France", - "ID_1": 15, - "NAME_1": "Lorraine", - "ID_2": 57, - "NAME_2": "Meurthe-et-Moselle", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-211, 212, -157, -161, -151, 213]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-55", - "NAME_0": "France", - "ID_1": 15, - "NAME_1": "Lorraine", - "ID_2": 58, - "NAME_2": "Meuse", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-5, -209, 214]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-57", - "NAME_0": "France", - "ID_1": 15, - "NAME_1": "Lorraine", - "ID_2": 59, - "NAME_2": "Moselle", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Lothringen" - } - }, - { - "arcs": [[-3, -8, -176, -172, -158, -213, -210]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-88", - "NAME_0": "France", - "ID_1": 15, - "NAME_1": "Lorraine", - "ID_2": 60, - "NAME_2": "Vosges", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-185, -200, 215, 216]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-09", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 61, - "NAME_2": "Ariège", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-199, -192, -197, 217, 218, 219, -40]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-12", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 62, - "NAME_2": "Aveyron", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[220, 221, 222, -29, -21, -26]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-32", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 63, - "NAME_2": "Gers", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[223, -186, -217, 224, 225, -222, 226]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-31", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 64, - "NAME_2": "Haute-Garonne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Alto Garona" - } - }, - { - "arcs": [[[-31]], [[-30]], [[-226, 227, -27, -223]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-65", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 65, - "NAME_2": "Hautes-Pyrénées", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Altos Pirineos" - } - }, - { - "arcs": [[-41, -220, 228, -24, -10, -203]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-46", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 66, - "NAME_2": "Lot", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-219, 229, -227, -221, -25, -229]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-82", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 67, - "NAME_2": "Tarn-et-Garonne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-196, -187, -224, -230, -218]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-81", - "NAME_0": "France", - "ID_1": 16, - "NAME_1": "Midi-Pyrénées", - "ID_2": 68, - "NAME_2": "Tarn", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[230]], [[231, 232, 233, 234]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-59", - "NAME_0": "France", - "ID_1": 17, - "NAME_1": "Nord-Pas-de-Calais", - "ID_2": 69, - "NAME_2": "Nord", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[235, 236, -234], [-231]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-62", - "NAME_0": "France", - "ID_1": 17, - "NAME_1": "Nord-Pas-de-Calais", - "ID_2": 70, - "NAME_2": "Pas-de-Calais", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[237, 238, 239, -130, -125]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-44", - "NAME_0": "France", - "ID_1": 18, - "NAME_1": "Pays de la Loire", - "ID_2": 71, - "NAME_2": "Loire-Atlantique", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Loire-Inferieure" - } - }, - { - "arcs": [[240, -142, 241, 242, 243, -238, -124, 244]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-49", - "NAME_0": "France", - "ID_1": 18, - "NAME_1": "Pays de la Loire", - "ID_2": 72, - "NAME_2": "Maine-et-Loire", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[245, -245, -123, -86, -92]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-53", - "NAME_0": "France", - "ID_1": 18, - "NAME_1": "Pays de la Loire", - "ID_2": 73, - "NAME_2": "Mayenne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-138, -150, -143, -241, -246, -91]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-72", - "NAME_0": "France", - "ID_1": 18, - "NAME_1": "Pays de la Loire", - "ID_2": 74, - "NAME_2": "Sarthe", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[246]], [[247]], [[248, -239, -244, 249, 250]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-85", - "NAME_0": "France", - "ID_1": 18, - "NAME_1": "Pays de la Loire", - "ID_2": 75, - "NAME_2": "Vendée", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Vendéia" - } - }, - { - "arcs": [[251, -153, -162, -72, 252, 253, -232]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-02", - "NAME_0": "France", - "ID_1": 19, - "NAME_1": "Picardie", - "ID_2": 76, - "NAME_2": "Aisne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[254, -253, -71, -77, -177, -179]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-60", - "NAME_0": "France", - "ID_1": 19, - "NAME_1": "Picardie", - "ID_2": 77, - "NAME_2": "Oise", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-236, -233, -254, -255, -181, 255]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-80", - "NAME_0": "France", - "ID_1": 19, - "NAME_1": "Picardie", - "ID_2": 78, - "NAME_2": "Somme", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[256]], [[257]], [[258, 259, -13, -16, 260, -251]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-17", - "NAME_0": "France", - "ID_1": 20, - "NAME_1": "Poitou-Charentes", - "ID_2": 79, - "NAME_2": "Charente-Maritime", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Charente-Inférieure" - } - }, - { - "arcs": [[-207, -14, -260, 261, 262]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-16", - "NAME_0": "France", - "ID_1": 20, - "NAME_1": "Poitou-Charentes", - "ID_2": 80, - "NAME_2": "Charente", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[263, -262, -259, -250, -243]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-79", - "NAME_0": "France", - "ID_1": 20, - "NAME_1": "Poitou-Charentes", - "ID_2": 81, - "NAME_2": "Deux-Sèvres", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-141, -147, -208, -263, -264, -242]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-86", - "NAME_0": "France", - "ID_1": 20, - "NAME_1": "Poitou-Charentes", - "ID_2": 82, - "NAME_2": "Vienne", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[264, 265, 266, 267, 268, 269]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-04", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 83, - "NAME_2": "Alpes-de-Haute-Provence", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[270, -266, 271]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-06", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 84, - "NAME_2": "Alpes-Maritimes", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[272, 273, -189, 274]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-13", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 85, - "NAME_2": "Bouches-du-Rhône", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[275, -270, 276, 277, 278]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-05", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 86, - "NAME_2": "Hautes-Alpes", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[279]], [[-271, 280, -273, 281, -267]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-83", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 87, - "NAME_2": "Var", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-268, -282, -275, -188, 282, 283]], [[284]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 79, - "ISO": "FR-84", - "NAME_0": "France", - "ID_1": 21, - "NAME_1": "Provence-Alpes-Côte d'Azur", - "ID_2": 88, - "NAME_2": "Vaucluse", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-174, 285, 286, 287, 288, 289, -108]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-01", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 89, - "NAME_2": "Ain", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[290, -283, -194, -198, -45, 291, 292]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-07", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 90, - "NAME_2": "Ardèche", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-277, -269, -284, -291, 293], [-285]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-26", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 91, - "NAME_2": "Drôme", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[294, -287, 295]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-74", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 92, - "NAME_2": "Haute-Savoie", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[296, -278, -294, -293, 297, 298, -289]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-38", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 93, - "NAME_2": "Isère", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[299, -298, -292, -44, -48, -34, -110]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-42", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 94, - "NAME_2": "Loire", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-290, -299, -300, -109]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-69", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 95, - "NAME_2": "Rhône", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[300, -279, -297, -288, -295]], - "type": "Polygon", - "properties": { - "ID_0": 79, - "ISO": "FR-73", - "NAME_0": "France", - "ID_1": 22, - "NAME_1": "Rhône-Alpes", - "ID_2": 96, - "NAME_2": "Savoie", - "TYPE_2": "Département", - "ENGTYPE_2": "Department", - "NL_NAME_2": null, - "VARNAME_2": "Sabóia|Savoia" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/germany-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/germany-topo.json deleted file mode 100644 index 99a1d37ae019a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/germany-topo.json +++ /dev/null @@ -1,1850 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [3118, 427], - [-45, 8], - [-31, 69], - [-91, 41], - [-46, -8], - [-86, 60], - [-18, 45], - [-118, 86], - [1, -43], - [72, -48], - [37, -95], - [-76, 1], - [-20, 47], - [-67, 40], - [-14, -43], - [-56, -54], - [-52, -4], - [-20, 68], - [-28, 12], - [-32, -48], - [-46, 20], - [10, 83], - [-48, 46], - [-52, 17], - [-111, -34], - [-25, -60], - [-43, -39], - [-1, -38], - [53, -45], - [111, 43], - [4, -83], - [-73, 28], - [-49, -40], - [-19, -49], - [-93, 7], - [-25, 45], - [-77, 23], - [-76, -51], - [-11, -31], - [-65, -13], - [-92, 2], - [-19, 50], - [-57, 0], - [-21, -42], - [-104, -36], - [1, 76], - [-44, -17], - [-78, 108], - [-9, 58], - [29, 44], - [-15, 66], - [27, 78], - [-4, 54], - [53, 127], - [-44, 85], - [8, 116], - [73, 135], - [23, 111], - [43, 37], - [-10, 94], - [28, 120], - [32, 36], - [-4, 95], - [37, 85], - [43, 29], - [55, 73], - [7, 48], - [39, 9], - [70, 73], - [34, 109], - [46, 83], - [27, 15] - ], - [ - [1966, 2311], - [55, 49], - [16, 72], - [40, 58], - [5, 96], - [31, 68], - [-15, 19], - [86, 91], - [-34, 43], - [37, 37], - [12, 101], - [-54, 92], - [-21, 69], - [8, 45] - ], - [ - [2132, 3151], - [34, 7], - [73, -91], - [52, 28], - [-16, 94], - [72, 23], - [6, -94], - [15, -29], - [159, -69], - [-62, -17], - [25, -98], - [43, 56], - [38, 20], - [4, 55], - [73, 6], - [51, 105] - ], - [ - [2699, 3147], - [77, -10], - [58, 25], - [23, 71], - [81, -6], - [28, 66], - [-53, 20], - [-29, 35], - [-6, 51], - [109, 5], - [28, 20], - [66, -15], - [74, 17], - [-20, -122], - [42, 20], - [63, -9], - [32, 21], - [40, -45], - [-9, -31], - [40, -85], - [-8, -56], - [52, -9], - [-7, -91], - [71, -14], - [61, 46], - [39, -69], - [35, -95], - [-51, -76], - [39, -29], - [-18, -91], - [6, -65], - [81, -53], - [25, -45], - [-38, -20], - [39, -59], - [-10, -26], - [82, -43], - [49, -44], - [42, -66], - [-5, -156], - [-24, -100], - [47, -46], - [-24, -65], - [-84, 7], - [-57, 45], - [-19, -60], - [52, -65], - [-24, -126], - [-38, 6], - [-65, -82], - [-117, -4], - [-13, -71], - [-42, -37], - [80, -134], - [1, -76], - [33, -126], - [24, -25], - [5, -92], - [-23, -97], - [-13, -142], - [23, -81], - [-46, -32], - [37, -55], - [10, -102], - [-110, 9], - [-27, -41], - [-87, 35], - [-50, -36], - [-49, -62], - [-60, 9], - [-49, -41] - ], - [ - [5050, 4296], - [47, -46], - [-7, -51], - [75, -24], - [50, -34] - ], - [ - [5215, 4141], - [-20, -95], - [49, -19], - [42, -77], - [-10, -83], - [52, -27], - [96, -103], - [77, -28], - [24, -26], - [-18, -50], - [60, -17], - [-1, -44], - [-52, -71], - [-15, -78], - [-48, -26], - [36, -86], - [64, -21], - [-2, -75], - [37, -31], - [15, -90], - [48, -17], - [13, -135], - [66, -29], - [52, -85], - [125, 0], - [48, -53], - [23, -57], - [48, -32], - [18, -65], - [58, -40], - [-5, -30], - [53, -42], - [43, 9], - [90, -93], - [4, -98], - [48, -26], - [102, 10], - [69, -116], - [67, -12], - [9, -48], - [61, -87], - [-21, -54], - [13, -128], - [-20, -88], - [-50, -38], - [-17, -43], - [-106, 80], - [-62, 28], - [-58, -74], - [-22, -115], - [10, -38], - [-21, -71], - [-94, -92], - [-95, -15], - [-136, -52], - [-48, -59], - [-80, -18], - [-24, -57], - [-72, -61], - [18, -61], - [71, -71], - [18, -81], - [46, -21], - [54, -127], - [-75, -164], - [62, -26], - [25, 24], - [55, -52], - [20, -71], - [-57, -140], - [14, -57], - [-41, -35], - [-76, 38], - [-51, 70], - [-59, 45], - [38, 47], - [-47, 40], - [-28, 50], - [-110, -4], - [-23, -61], - [-60, -8], - [-72, 96], - [-143, -16], - [-61, 16], - [39, -121], - [-70, -11], - [-119, 22], - [-60, -9], - [-55, -44], - [-66, 21], - [-92, -11], - [-26, 16], - [-36, -62], - [-10, -56], - [-60, -9], - [-60, 11], - [-41, -56], - [-78, -57], - [-119, -9], - [-45, -38], - [-108, 5], - [9, 31], - [-91, 109], - [11, 49], - [-93, -30], - [-71, 60], - [-72, 13], - [-21, -38], - [-70, 4], - [-27, 55], - [-23, -107], - [23, -30], - [11, -70], - [-124, -177], - [-76, -45], - [-51, 31], - [51, 109], - [-45, 28], - [-51, -26], - [-37, 55], - [24, 23], - [-87, 74], - [-35, 69], - [-118, 19], - [8, 47], - [-41, 16], - [-35, -70], - [-91, 35], - [-10, 17] - ], - [ - [2699, 3147], - [-29, 55], - [33, 31], - [-15, 65], - [47, 60], - [-68, 129], - [-26, 105], - [8, 181], - [-34, -1], - [22, 95], - [87, 18], - [30, -24], - [53, 57], - [116, -23], - [35, -71], - [84, 17], - [-10, 162], - [22, 31], - [53, -19], - [57, 26], - [-11, 40], - [72, 42], - [16, 169], - [104, -35], - [87, 62], - [44, 67], - [0, 31] - ], - [ - [3476, 4417], - [49, 46], - [88, 5], - [74, -81], - [29, -5], - [74, -132], - [34, 10], - [30, -66], - [74, -30], - [25, -56], - [5, -91], - [97, -20], - [62, 92], - [-72, 65], - [29, 46], - [62, 40], - [86, 6], - [87, -65], - [62, 30], - [38, -60], - [73, -75], - [20, 207], - [-19, 81], - [64, 15], - [39, 46], - [49, -10], - [-10, -86], - [97, -96], - [49, 31], - [24, -20], - [64, 10], - [74, 36], - [33, -41], - [84, 47] - ], - [ - [6093, 6967], - [-70, 37], - [21, 65], - [47, 55], - [-45, 21], - [33, 70], - [46, 14], - [11, 60], - [117, -8], - [56, 19], - [22, 45], - [50, -31], - [-17, -56], - [45, -26], - [73, -92], - [4, -51], - [60, -22], - [24, -51], - [-74, -114], - [-49, 72], - [-51, -9], - [-95, 28], - [-26, -45], - [-141, 59], - [-41, -40] - ], - [ - [7125, 8246], - [26, -100], - [-57, -71], - [3, -122], - [-35, -91], - [-58, -54], - [-107, -64], - [11, -111], - [-27, -33], - [13, -41], - [63, -6], - [35, -47], - [96, -65], - [79, -110], - [117, -71], - [22, -53], - [-22, -27], - [13, -85], - [-66, -63], - [-12, -56], - [48, -129], - [-13, -17], - [108, -66], - [-21, -61], - [17, -30], - [-22, -71], - [60, -71], - [-41, -117], - [11, -56], - [-43, -90], - [-51, -47], - [3, -49], - [44, -15], - [5, -73], - [54, -66], - [22, -111], - [-29, -36] - ], - [ - [7371, 5871], - [-28, -36], - [-183, -9], - [-100, -53], - [-43, 23], - [-116, 17], - [-20, -24], - [-36, -104], - [-54, -100], - [-36, 33], - [-36, -24], - [-59, 2], - [-81, -28], - [-182, 26], - [-82, 68], - [-95, -7], - [-81, -38], - [-27, 101], - [21, 55], - [-58, 82], - [-13, 55], - [-36, -9], - [-29, 56] - ], - [ - [5997, 5957], - [97, 58], - [-1, 151], - [-34, 61], - [-74, 32], - [6, 40], - [-61, 2], - [-9, 45], - [-91, -3], - [-4, 46], - [-120, 48], - [-45, 6], - [-26, -35], - [-66, 1], - [-49, 67], - [-46, -19], - [-55, 36], - [-75, 82], - [-44, 81], - [37, 70], - [-15, 51], - [48, 130], - [-8, 101], - [26, 70], - [-55, 36], - [-77, 6], - [-14, 46], - [22, 90], - [52, 55], - [-5, 56], - [-30, 36], - [6, 60], - [42, 50], - [-19, 71], - [-128, 53], - [-87, -14], - [-61, 21], - [-67, 46], - [-71, 87], - [-46, -4], - [-72, 67] - ], - [ - [4778, 7840], - [-77, 21], - [-41, 41], - [-88, -34], - [-68, 67], - [0, 25] - ], - [ - [4504, 7960], - [104, -1], - [63, 24], - [57, -21], - [42, 121], - [37, 40], - [57, -1], - [25, -35], - [58, 49], - [57, 5], - [130, 63], - [27, 61], - [93, -12], - [52, 25], - [25, -36], - [113, -38], - [0, -30], - [51, -37], - [62, 14], - [66, -27], - [47, 15], - [14, -41], - [62, -2], - [20, -51], - [108, 13], - [55, -47], - [106, 104], - [119, 27], - [42, 30], - [51, -2], - [35, -41], - [28, 70], - [52, 3], - [44, 105], - [-4, 30], - [63, 19], - [12, 45], - [59, 44], - [78, 3], - [18, 60], - [46, -27], - [33, -72], - [104, -28], - [64, 17], - [52, -26], - [53, -2], - [-3, -50], - [-29, -60], - [-78, -73], - [25, -26], - [68, -12], - [61, 39], - [17, 34], - [80, 24] - ], - [ - [2196, 8114], - [79, -63], - [98, -1], - [21, -24], - [72, -3], - [27, -40], - [88, 3], - [3, -132], - [-29, -36], - [-130, 36], - [-41, -6], - [-17, 55], - [-31, 14], - [-39, 105], - [-89, 42], - [-12, 50] - ], - [ - [2203, 8484], - [35, 4], - [8, 58], - [-32, 58], - [-5, 18] - ], - [ - [2209, 8622], - [61, -18], - [42, -60], - [5, -52], - [-37, -36], - [-77, 28] - ], - [ - [3709, 8399], - [-60, -51], - [-59, 4], - [-103, 90], - [-16, -41], - [-75, -5], - [-38, 40], - [-32, -31], - [-53, 45], - [-28, 50], - [5, 66], - [-38, 5] - ], - [ - [3212, 8571], - [5, 35], - [47, 36], - [54, -20], - [57, 81], - [60, -10], - [9, 46], - [59, -5], - [10, 55], - [74, -14], - [7, -56], - [39, -60], - [-15, -55], - [-42, -5], - [7, -75], - [43, -5], - [22, -50], - [61, -70] - ], - [ - [3390, 5592], - [10, -102], - [65, -36], - [41, -71], - [99, -31], - [35, -31], - [-73, -170], - [45, -16], - [-4, -60], - [-130, 21], - [-24, -106], - [41, -61], - [-54, -85], - [-40, -10], - [-20, -71], - [11, -45], - [-20, -55], - [-35, -30], - [9, -50], - [52, -11], - [4, 56], - [81, 8], - [31, -61], - [-40, -25], - [21, -77], - [-19, -56] - ], - [ - [2132, 3151], - [-29, 43], - [-26, 79], - [18, 41], - [53, 23], - [-51, 133], - [8, 41], - [-39, 48], - [14, 31], - [-26, 89], - [-65, 73], - [-58, 7], - [-167, -78], - [-83, -6], - [-16, 51], - [-70, 61], - [53, 41], - [9, 57], - [63, -20], - [4, 41], - [-35, 55], - [23, 31], - [78, 37], - [100, 89], - [-35, 45], - [-11, 61], - [-62, 34], - [-11, 132], - [56, 83], - [44, -29], - [34, 26], - [14, 62], - [-44, 82], - [11, 37] - ], - [ - [1886, 4651], - [38, 70], - [-28, 41], - [28, 51], - [80, 101], - [78, -25], - [66, 71], - [17, 66], - [57, 62], - [1, 117], - [105, -7], - [34, 22], - [9, 46], - [44, 42], - [-23, 106], - [-26, 34], - [-90, -38], - [-27, 40], - [53, 83], - [55, 32], - [106, 39], - [41, -19], - [69, 18], - [-28, 136], - [98, 43], - [59, -33], - [1, -71], - [49, 1], - [94, 94], - [79, 109], - [-30, 24], - [90, 48] - ], - [ - [2985, 5954], - [64, -23], - [83, 2], - [51, -64], - [-53, -46], - [-14, -76], - [21, -44], - [1, -70], - [-57, -43], - [15, -45], - [69, -42], - [62, 13], - [-25, 49], - [75, 71], - [91, 11], - [22, -55] - ], - [ - [4504, 7960], - [-62, 82], - [-88, 47], - [-83, 163], - [-67, 8], - [-57, -38], - [-41, 13], - [-73, 78], - [-92, -8] - ], - [ - [3941, 8305], - [20, 25], - [15, 100], - [46, -1], - [103, 82], - [4, 50], - [73, 18], - [36, 104], - [-27, 67], - [-58, 7], - [-68, 67], - [-7, 101], - [10, 71], - [95, 53], - [6, 49] - ], - [ - [4189, 9098], - [120, 68], - [118, 13], - [57, -39], - [-3, -61], - [68, 20], - [98, -64], - [31, 65], - [-87, 24], - [1, 30], - [66, 36], - [41, -19], - [58, 34], - [40, 57], - [-14, 40], - [63, 64], - [162, -6], - [111, 40], - [82, -3], - [68, 87], - [124, 79], - [59, 110], - [48, 56], - [36, 86], - [32, -37], - [93, -19], - [164, -2], - [-77, -38], - [-107, 6], - [-103, -56], - [-65, 4], - [-11, -53], - [-53, -50], - [21, -32], - [76, 32], - [-1, 36], - [52, 13], - [146, 98], - [9, -53], - [69, -1], - [35, -27], - [42, 66], - [86, 49], - [94, -179], - [95, -88], - [50, -6], - [52, -96], - [24, 16], - [83, -79], - [183, 41], - [93, -71], - [-42, -95], - [64, -58], - [65, -80], - [-5, 88], - [106, -67], - [11, 76], - [-36, 19], - [-26, 66], - [-40, 6], - [-134, -44], - [40, 85], - [-52, 89], - [53, 25], - [24, -74], - [39, -42], - [108, -54], - [169, -167], - [-26, -78], - [-130, 0], - [-32, -31], - [-106, -19], - [87, -87], - [125, -47], - [52, -2], - [38, 35], - [51, -139], - [23, -186], - [34, -46], - [12, -85], - [35, -131] - ], - [ - [6302, 10089], - [-44, -67], - [14, -52], - [53, -37], - [149, 20], - [37, -31], - [-9, -56], - [-82, -69], - [24, -78], - [66, -23], - [-4, -61], - [-50, -27], - [-32, 30], - [-56, -12], - [-80, -65], - [-18, -101], - [-159, 65], - [-50, 36], - [-21, 49], - [13, 54], - [87, -4], - [2, 52], - [-56, 24], - [0, 38], - [60, 26], - [-59, 48], - [-7, 51], - [65, 13], - [38, -15], - [64, 17], - [73, -113], - [38, 9], - [5, 93], - [-46, 5], - [-53, 41], - [-111, -13], - [32, 75], - [-3, 62], - [120, 16] - ], - [ - [742, 8639], - [-35, -75], - [-47, 19], - [-8, 40], - [90, 16] - ], - [ - [2689, 9000], - [86, 3], - [74, -23], - [59, -63], - [38, -89], - [85, -77], - [34, -105], - [105, -66], - [42, -9] - ], - [ - [3709, 8399], - [60, -10], - [96, -69], - [76, -15] - ], - [ - [4778, 7840], - [-31, -50], - [-41, 5], - [-32, -85], - [-130, -85], - [-67, 6], - [-67, 36], - [-135, 7], - [-47, -79], - [-142, 4], - [-9, -84], - [24, -71], - [115, -183], - [38, -145], - [-31, -55], - [83, -101], - [21, -51], - [-51, -9], - [77, -152], - [-45, -24], - [-15, -45], - [40, -16], - [-14, -45], - [-85, -38], - [21, -66], - [-97, -8], - [-139, 2], - [-45, -49], - [-57, 1], - [67, -174], - [-55, -47], - [-5, -62], - [20, -56], - [61, -95], - [26, -75] - ], - [ - [4031, 5951], - [-55, -33], - [1, -53], - [-99, -40], - [-65, 51], - [-50, -40], - [-38, -60], - [-138, -95], - [-123, -34], - [-74, -55] - ], - [ - [2985, 5954], - [-58, 3], - [22, 76], - [-16, 74], - [52, 47], - [-8, 85], - [-60, 9], - [-32, 75], - [-45, 14], - [-7, 66], - [-70, -1], - [14, 46], - [-21, 35], - [3, 71], - [-27, 65], - [-77, 18], - [-7, 61], - [24, 56], - [-87, 39], - [13, 66], - [34, 47], - [50, 16], - [34, 77], - [-22, 61], - [24, 36], - [-67, 23], - [-53, -92], - [-54, -43], - [-56, -16], - [-56, 13], - [-66, -7], - [2, 112], - [-48, 75], - [-80, -43], - [-42, 19], - [-39, -32], - [-24, -56], - [-106, -9], - [7, -50], - [109, -57], - [20, -152], - [-14, -36], - [19, -96], - [-50, -21], - [-8, -41], - [-97, 28], - [-35, -11], - [-72, -63], - [-101, -16], - [-54, -39], - [-46, 18], - [-28, 49], - [103, 40], - [2, 83], - [-66, 2], - [-3, 174], - [40, 13], - [-32, 68], - [-36, 23], - [-70, -14], - [-76, 41], - [-22, 74], - [-67, 22], - [-29, -56], - [1, -65], - [-40, -17], - [-117, -81], - [-77, -64], - [-117, 5], - [-73, -33] - ], - [ - [1000, 6768], - [-35, 69], - [43, 85], - [-67, 158], - [-58, -45], - [-64, 31], - [-74, 3], - [-43, 26], - [5, 198], - [56, 36], - [99, -1], - [36, -17], - [95, 6], - [15, 227], - [11, 44], - [99, 118], - [35, 92], - [2, 133], - [-25, 25], - [48, 98], - [-11, 54], - [-36, 40], - [17, 98], - [-187, 9], - [-21, 30], - [22, 170], - [33, 56], - [57, 10], - [-36, 52], - [56, 78], - [116, 72], - [149, 4], - [74, -12], - [108, 36], - [181, 22], - [85, -8], - [13, -68], - [72, -65], - [46, -96], - [-16, -42], - [-75, -16], - [32, -75], - [32, 10], - [60, -69], - [36, -4], - [53, 89], - [0, 70], - [-70, 5], - [9, 85], - [51, 48], - [35, -10], - [32, -49], - [101, -31], - [7, -63] - ], - [ - [2209, 8622], - [-31, 67], - [0, 53], - [59, 182], - [53, 73], - [54, 13], - [87, -79], - [84, -7], - [107, 10], - [70, 37], - [-3, 29] - ], - [ - [1886, 4651], - [-133, 118], - [6, 76], - [-122, 69], - [16, 61], - [-46, 23], - [-37, -32], - [7, -56], - [-50, -73], - [-35, -78], - [-50, -3], - [-100, -67], - [-97, -22], - [-1, -76], - [-86, -36], - [-54, 2], - [-38, -33], - [-78, 5], - [-41, -53], - [-68, -14], - [-32, -38], - [19, -65], - [-42, -33], - [-47, 49], - [-44, -70], - [48, -104], - [-79, -31], - [-32, 40], - [-72, 19], - [-108, -24], - [-61, 23], - [14, -75] - ], - [ - [443, 4153], - [-53, 79], - [29, 90], - [-37, 65], - [-89, 11], - [-40, 79], - [63, 44], - [7, 45], - [-52, 8], - [-65, 105], - [-75, 23], - [-19, 57], - [-36, 38], - [57, 36], - [47, 78], - [-4, 58], - [-57, 16], - [15, 63], - [-104, 29], - [-30, 58], - [45, 16], - [36, -29], - [25, 65], - [33, 19], - [88, 106], - [-55, 19], - [0, 78], - [128, 165], - [-15, 59], - [14, 91], - [-9, 44], - [-52, 82], - [-55, 49], - [23, 75], - [-70, 31], - [1, 60], - [-55, 112], - [76, 57], - [90, -9], - [-42, 62], - [42, 17], - [41, -48], - [59, 12], - [18, -35], - [72, 28], - [69, -23], - [61, 39], - [116, 51], - [42, -29], - [80, 90], - [-3, 41], - [-63, 48], - [-51, 13], - [2, 46], - [49, 17], - [8, 47], - [70, -2], - [53, 79], - [44, 17], - [16, 48], - [69, 25] - ], - [ - [1966, 2311], - [-115, 29], - [-34, 32], - [-62, 21], - [-33, 38], - [-58, -31], - [-56, 41], - [-108, -24], - [-36, 37], - [-49, 9], - [-66, 77], - [1, 43], - [-38, 22], - [-66, -18] - ], - [ - [1246, 2587], - [-55, 57], - [-7, 45], - [74, 58], - [25, 101], - [-40, 34], - [-58, 13], - [-27, 79], - [42, 32], - [-21, 44], - [-14, 95], - [-63, 2], - [-11, 35], - [-53, -9], - [-71, 61], - [-28, -22], - [-110, -23], - [-97, -72], - [-110, -29], - [-101, -14], - [-31, 22], - [-68, 4] - ], - [ - [422, 3100], - [-1, 60], - [38, 45], - [1, 56], - [66, 67], - [13, 65], - [-9, 58], - [-92, 24], - [-18, 35], - [-116, 58], - [-15, 81], - [-52, 13], - [-37, 120], - [5, 100], - [24, 69], - [36, 22], - [-16, 63], - [88, 40], - [21, 72], - [85, 5] - ], - [ - [1246, 2587], - [-61, -76], - [-40, 20], - [-72, -12], - [-45, 24], - [-39, -36], - [-20, 103], - [-83, 46], - [-81, -14], - [20, -45], - [-22, -37], - [-81, 18], - [-37, 72], - [-21, 86], - [-44, 30], - [-42, 63], - [29, 24], - [-50, 47], - [-4, 45], - [-94, 57], - [-46, -13], - [9, 111] - ], - [ - [5997, 5957], - [-39, 26], - [-76, -33], - [-54, 51], - [-62, -49], - [-75, 22], - [-15, -40], - [-112, -37], - [-85, 1], - [-6, -30], - [-65, 7], - [-46, -40], - [-50, 1], - [-36, -49], - [15, -36], - [-41, -59], - [20, -30], - [-6, -75], - [14, -61], - [-35, -14], - [38, -96], - [14, -90], - [-11, -55], - [20, -40], - [54, -26] - ], - [ - [5358, 5205], - [-20, -55], - [29, -40], - [-46, -95], - [-49, 36], - [-125, -8], - [-49, 60], - [-85, 56], - [-100, -15], - [-49, 31], - [-50, 55], - [-129, -15], - [-30, 61], - [16, 60], - [-44, 76], - [50, 71], - [-45, 35], - [-24, 81], - [-120, 20], - [-89, 5], - [-59, 35], - [-70, -16], - [-25, 101], - [-54, 86], - [5, 51], - [-35, 56], - [-130, 14] - ], - [ - [7371, 5871], - [17, -77], - [81, -36], - [68, -11], - [45, -54], - [3, -123], - [55, -93], - [4, -74], - [-27, -39], - [-24, -180], - [-37, -71], - [-28, -106], - [-66, -78], - [3, -38], - [-38, -54], - [-113, 31], - [-30, 20], - [17, 50], - [-51, 51], - [25, 71], - [-52, 35], - [-70, 22], - [-33, -30], - [-49, 30], - [-73, -19], - [-4, -59], - [119, -42], - [-24, -73], - [-65, -19], - [-33, 16], - [-31, -48], - [-147, -63], - [-48, 7], - [-40, -38], - [-34, 2], - [-32, -84], - [-170, 15], - [-28, -27], - [-59, 0], - [-19, -105], - [-50, -43], - [-74, 31], - [-77, -65], - [-30, 18], - [-44, -125], - [-87, -2], - [-49, 13], - [-4, -81], - [-77, -57], - [-77, 65], - [-69, -20], - [-46, -43], - [-158, -12], - [-19, -69], - [-73, -39], - [3, -31], - [-43, -42], - [-30, -113], - [-33, -2], - [-8, 72], - [-65, 60], - [-1, 59], - [-57, -13] - ], - [ - [5050, 4296], - [-4, 40], - [40, 46], - [-67, 91], - [35, 5], - [21, 56], - [64, 0], - [4, -61], - [80, 31], - [72, 91], - [50, -10], - [47, 66], - [-40, 10], - [-39, 70], - [11, 95], - [89, 18], - [25, 35], - [49, -12], - [40, 69], - [94, 12], - [45, 24], - [-28, 86], - [-69, 17], - [-28, 90], - [-143, 54], - [-40, -14] - ], - [ - [4335, 9885], - [84, -18], - [60, -38], - [59, -124], - [-57, 13], - [-58, -15], - [-65, 18], - [-1, 40], - [-75, -1], - [4, 57], - [49, 68] - ], - [ - [2352, 9916], - [-11, -80], - [-48, -13], - [-24, 60], - [83, 33] - ], - [ - [2072, 10126], - [-15, -30], - [47, -106], - [-27, -4], - [-59, 84], - [54, 56] - ], - [ - [2225, 10186], - [46, -52], - [-24, -51], - [-72, 1], - [-68, 29], - [19, 56], - [99, 17] - ], - [ - [2689, 9000], - [-38, 20], - [-66, -9], - [-48, 45], - [-73, 137], - [43, 28], - [75, -14], - [15, 34], - [-49, 96], - [-48, -11], - [-52, 70], - [32, 122], - [-88, 34], - [-52, -29], - [-82, 54], - [80, 80], - [-4, 46], - [118, 16], - [36, -13], - [52, 29], - [79, 90], - [-19, 39], - [-81, -82], - [-72, 16], - [2, 40], - [51, 36], - [6, 100], - [-52, 72], - [-50, 38], - [-62, 143], - [-63, 75], - [-12, 60], - [-64, -3], - [-52, -35], - [-40, -12], - [-31, 37], - [-63, 19], - [16, 57], - [70, 160], - [38, -42], - [-72, -68], - [8, -81], - [82, -43], - [50, 9], - [56, 3], - [42, 37], - [77, -24], - [68, 29], - [32, -32], - [104, 10], - [60, -43], - [80, 2], - [82, -29], - [34, -64], - [49, 8], - [39, 41], - [34, -32], - [134, 44], - [30, -21], - [142, -57], - [47, -48], - [88, 34], - [31, -123], - [32, -39], - [-5, -149], - [-50, -64], - [-105, -52], - [21, -25], - [131, 38], - [94, 12], - [48, -38], - [-4, -87], - [-39, -45], - [28, -27], - [33, 89], - [97, 42], - [49, -13], - [81, -50], - [97, -36], - [66, -71], - [86, 1], - [71, 64], - [65, 36], - [103, -55], - [17, -196], - [-116, -81], - [-53, -63], - [-74, -6], - [-43, -70], - [29, -56], - [76, -13], - [16, -43] - ] - ], - "transform": { - "scale": [0.0011991174479294346, 0.0007349236821249691], - "translate": [5.87205886840826, 47.26985931396496] - }, - "objects": { - "germany": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-BW", - "NAME_0": "Germany", - "ID_1": 1, - "NAME_1": "Baden-Württemberg", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[4, 5, -4, 6, 7]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-BY", - "NAME_0": "Germany", - "ID_1": 2, - "NAME_1": "Bayern", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Bavaria" - } - }, - { - "arcs": [[8]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-BE", - "NAME_0": "Germany", - "ID_1": 3, - "NAME_1": "Berlin", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[9, 10, 11, 12, 13], [-9]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-BB", - "NAME_0": "Germany", - "ID_1": 4, - "NAME_1": "Brandenburg", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[14]], [[15, 16]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 86, - "ISO": "DE-HB", - "NAME_0": "Germany", - "ID_1": 5, - "NAME_1": "Bremen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[17, 18]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-HH", - "NAME_0": "Germany", - "ID_1": 6, - "NAME_1": "Hamburg", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[19, -7, -3, 20, 21, 22]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-HE", - "NAME_0": "Germany", - "ID_1": 7, - "NAME_1": "Hessen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Hesse" - } - }, - { - "arcs": [[[-14, 23, 24, 25]], [[26]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 86, - "ISO": "DE-MV", - "NAME_0": "Germany", - "ID_1": 8, - "NAME_1": "Mecklenburg-Vorpommern", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Mecklenburg-West Pomerania" - } - }, - { - "arcs": [[[27]], [[28, -18, 29, -24, -13, 30, 31, -23, 32, 33, -17, 34], [-15]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 86, - "ISO": "DE-NI", - "NAME_0": "Germany", - "ID_1": 9, - "NAME_1": "Niedersachsen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Lower Saxony" - } - }, - { - "arcs": [[-22, 35, 36, -33]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-NW", - "NAME_0": "Germany", - "ID_1": 10, - "NAME_1": "Nordrhein-Westfalen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "North Rhine-Westphalia" - } - }, - { - "arcs": [[-21, -2, 37, 38, 39, -36]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-RP", - "NAME_0": "Germany", - "ID_1": 11, - "NAME_1": "Rheinland-Pfalz", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Rhineland-Palatinate" - } - }, - { - "arcs": [[40, -39]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-SL", - "NAME_0": "Germany", - "ID_1": 12, - "NAME_1": "Saarland", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[41, 42, -31, -12]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-ST", - "NAME_0": "Germany", - "ID_1": 13, - "NAME_1": "Sachsen-Anhalt", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Saxony-Anhalt" - } - }, - { - "arcs": [[-11, 43, -5, 44, -42]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-SN", - "NAME_0": "Germany", - "ID_1": 14, - "NAME_1": "Sachsen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Saxony" - } - }, - { - "arcs": [[[45]], [[46]], [[47]], [[48]], [[-25, -30, -19, -29, 49]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 86, - "ISO": "DE-SH", - "NAME_0": "Germany", - "ID_1": 15, - "NAME_1": "Schleswig-Holstein", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-45, -8, -20, -32, -43]], - "type": "Polygon", - "properties": { - "ID_0": 86, - "ISO": "DE-TH", - "NAME_0": "Germany", - "ID_1": 16, - "NAME_1": "Thüringen", - "TYPE_1": "Land", - "ENGTYPE_1": "State", - "NL_NAME_1": null, - "VARNAME_1": "Thuringia" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/index.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/index.ts deleted file mode 100644 index 356014d5b4b1e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/index.ts +++ /dev/null @@ -1,235 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { keyBy } from 'lodash/fp'; -import { RawMapMetadata } from '../types'; - -// Edit here if you are adding a new map -const mapsInfo: Record> = { - belgium: { - name: 'Belgium', - type: 'topojson', - // @ts-ignore - load: () => import('./belgium-topo.json'), - keyField: 'properties.ISO', - }, - brazil: { - name: 'Brazil', - type: 'topojson', - // @ts-ignore - load: () => import('./brazil-topo.json'), - keyField: 'properties.ISO', - }, - bulgaria: { - name: 'Bulgaria', - type: 'topojson', - // @ts-ignore - load: () => import('./bulgaria-topo.json'), - keyField: 'properties.ISO', - }, - canada: { - name: 'Canada', - type: 'topojson', - // @ts-ignore - load: () => import('./canada-topo.json'), - keyField: 'properties.NAME_1', - }, - china: { - name: 'China', - type: 'topojson', - // @ts-ignore - load: () => import('./china-topo.json'), - keyField: 'properties.NAME_1', - }, - france: { - name: 'France', - type: 'topojson', - // @ts-ignore - load: () => import('./france-topo.json'), - keyField: 'properties.ISO', - }, - germany: { - name: 'Germany', - type: 'topojson', - // @ts-ignore - load: () => import('./germany-topo.json'), - keyField: 'properties.ISO', - }, - india: { - name: 'India', - type: 'topojson', - // @ts-ignore - load: () => import('./india-topo.json'), - keyField: 'properties.ISO', - }, - iran: { - name: 'Iran', - type: 'topojson', - // @ts-ignore - load: () => import('./iran-topo.json'), - keyField: 'properties.ISO', - }, - italy: { - name: 'Italy', - type: 'topojson', - // @ts-ignore - load: () => import('./italy-topo.json'), - keyField: 'properties.ISO', - }, - japan: { - name: 'Japan', - type: 'topojson', - // @ts-ignore - load: () => import('./japan-topo.json'), - keyField: 'properties.ISO', - }, - korea: { - name: 'Korea', - type: 'topojson', - // @ts-ignore - load: () => import('./korea-topo.json'), - keyField: 'properties.ISO', - }, - liechtenstein: { - name: 'Liechtenstein', - type: 'topojson', - // @ts-ignore - load: () => import('./liechtenstein-topo.json'), - keyField: 'properties.ISO', - }, - morocco: { - name: 'Morocco', - type: 'topojson', - // @ts-ignore - load: () => import('./morocco-topo.json'), - keyField: 'properties.ISO', - }, - myanmar: { - name: 'Myanmar', - type: 'topojson', - // @ts-ignore - load: () => import('./myanmar-topo.json'), - keyField: 'properties.ISO', - }, - netherlands: { - name: 'Netherlands', - type: 'topojson', - // @ts-ignore - load: () => import('./netherlands-topo.json'), - keyField: 'properties.ISO', - }, - portugal: { - name: 'Portugal', - type: 'topojson', - // @ts-ignore - load: () => import('./portugal-topo.json'), - keyField: 'properties.ISO', - }, - russia: { - name: 'Russia', - type: 'topojson', - // @ts-ignore - load: () => import('./russia-topo.json'), - keyField: 'properties.ISO', - rotate: [-9, 0, 0], - }, - singapore: { - name: 'Singapore', - type: 'topojson', - // @ts-ignore - load: () => import('./singapore-topo.json'), - keyField: 'properties.ISO', - }, - spain: { - name: 'Spain', - type: 'topojson', - // @ts-ignore - load: () => import('./spain-topo.json'), - keyField: 'properties.ISO', - }, - switzerland: { - name: 'Switzerland', - type: 'topojson', - // @ts-ignore - load: () => import('./switzerland-topo.json'), - keyField: 'properties.ISO', - }, - thailand: { - name: 'Thailand', - type: 'topojson', - // @ts-ignore - load: () => import('./thailand-topo.json'), - keyField: 'properties.NAME_1', - }, - timorleste: { - name: 'Timor-Leste', - type: 'topojson', - // @ts-ignore - load: () => import('./timorleste-topo.json'), - keyField: 'properties.ISO', - }, - uk: { - name: 'United Kingdom', - type: 'topojson', - // @ts-ignore - load: () => import('./uk-topo.json'), - keyField: 'properties.ISO', - }, - ukraine: { - name: 'Ukraine', - type: 'topojson', - // @ts-ignore - load: () => import('./ukraine-topo.json'), - keyField: 'properties.NAME_1', - }, - usa: { - name: 'USA', - type: 'topojson', - // @ts-ignore - load: () => import('./usa-topo.json'), - keyField: 'properties.STATE', - projection: 'Albers', - }, - world: { - name: 'World Map', - type: 'topojson', - // @ts-ignore - load: () => import('./world-topo.json'), - keyField: 'id', - projection: 'Equirectangular', - rotate: [-9, 0, 0], - }, - zambia: { - name: 'Zambia', - type: 'topojson', - // @ts-ignore - load: () => import('./zambia-topo.json'), - keyField: 'properties.name', - }, -}; - -/** List of available maps */ -export const maps: RawMapMetadata[] = Object.entries(mapsInfo).map( - ([key, metadata]) => - // eslint-disable-next-line @typescript-eslint/consistent-type-assertions - ({ ...metadata, key } as RawMapMetadata), -); - -/** All maps indexed by map key */ -export const mapsLookup = keyBy((m: RawMapMetadata) => m.key)(maps); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/india-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/india-topo.json deleted file mode 100644 index 08c94f3101604..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/india-topo.json +++ /dev/null @@ -1,15073 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [56424, 1124], - [49, -57], - [46, -219], - [-8, -80], - [64, -88], - [44, -199], - [-43, -41], - [-44, -98], - [-8, -128], - [33, -20], - [-27, -77], - [-95, 24], - [-13, -82], - [-41, -59], - [-48, 19], - [15, 105], - [-61, 65], - [-13, 105], - [-83, 101], - [7, 85], - [-101, 115], - [-64, 3], - [-32, 262], - [44, 32], - [-2, 84], - [25, 31], - [104, -6], - [47, 56], - [116, 8], - [2, 32], - [87, 27] - ], - [ - [56127, 1594], - [26, -107], - [70, -53], - [-70, -149], - [-100, -59], - [-68, -97], - [-43, 60], - [-5, 86], - [21, 36], - [-11, 93], - [68, 45], - [100, 30], - [12, 115] - ], - [ - [55395, 2937], - [65, -41], - [-15, -75], - [125, -85], - [32, -97], - [-169, 14], - [-38, -44], - [-78, 44], - [7, 55], - [-65, 40], - [-17, 44], - [57, 116], - [40, -10], - [56, 39] - ], - [ - [55763, 2945], - [36, -8], - [42, -76], - [-20, -145], - [-146, 130], - [88, 99] - ], - [ - [55717, 3415], - [39, -15], - [1, -66], - [-89, -120], - [97, -130], - [10, -50], - [-63, -34], - [-19, 74], - [-71, -15], - [-54, 109], - [-8, 118], - [78, 54], - [9, 55], - [70, 20] - ], - [ - [54837, 3703], - [38, -22], - [-38, -160], - [61, -79], - [88, -42], - [3, -74], - [-159, 65], - [-83, 122], - [22, 154], - [68, 36] - ], - [ - [55914, 4206], - [15, -102], - [26, -11], - [17, -132], - [-35, -1], - [-4, 111], - [-32, 68], - [13, 67] - ], - [ - [54093, 5757], - [69, -72], - [28, -115], - [-46, -91], - [-175, 1], - [-26, 50], - [2, 156], - [98, 3], - [50, 68] - ], - [ - [53495, 9579], - [93, -79], - [7, -119], - [58, -58], - [-11, -102], - [32, -138], - [-98, -104], - [-18, -103], - [52, -40], - [-81, -133], - [-71, -17], - [-142, 86], - [-72, -39], - [-39, 29], - [56, 91], - [24, 72], - [-27, 79], - [-60, 41], - [3, 123], - [-14, 143], - [82, 17], - [39, 76], - [58, 42], - [3, 53], - [126, 80] - ], - [ - [53771, 10995], - [59, -45], - [37, -132], - [-46, -89], - [58, -58], - [-115, -54], - [-86, 1], - [-40, 46], - [15, 80], - [76, 7], - [3, 84], - [-28, 41], - [11, 62], - [56, 57] - ], - [ - [52842, 11185], - [112, -17], - [10, -115], - [-53, -21], - [-74, 7], - [-19, 43], - [24, 103] - ], - [ - [53547, 11211], - [59, -26], - [-29, -70], - [-35, -1], - [5, 97] - ], - [ - [54605, 11766], - [93, 3], - [-29, -75], - [-64, 72] - ], - [ - [54492, 12206], - [75, -11], - [11, -72], - [64, -117], - [36, -118], - [-69, 11], - [-62, 94], - [-46, 17], - [-28, 71], - [-59, 12], - [-7, 48], - [85, 65] - ], - [ - [54540, 12380], - [27, -9], - [-11, -136], - [-81, 60], - [-4, 81], - [69, 4] - ], - [ - [54620, 12491], - [17, -137], - [-161, 58], - [3, 65], - [65, -23], - [76, 37] - ], - [ - [54710, 12617], - [37, -38], - [19, -108], - [-4, -96], - [-49, -45], - [-71, 109], - [68, 178] - ], - [ - [53901, 12673], - [33, -156], - [46, 32], - [42, -64], - [-45, -152], - [89, -134], - [-31, -23], - [-10, -75], - [-69, -33], - [-21, -54], - [34, -119], - [33, 76], - [67, 15], - [23, -30], - [-19, -77], - [18, -48], - [-71, -356], - [-116, -59], - [31, -60], - [88, -1], - [-7, -130], - [-50, -119], - [-5, -93], - [-141, -26], - [-39, 40], - [10, 65], - [-95, 99], - [2, 92], - [-29, 71], - [9, 57], - [-26, 63], - [-77, 10], - [8, 118], - [-23, 128], - [-46, -4], - [-24, 51], - [28, 108], - [86, 112], - [28, -37], - [17, -90], - [55, -40], - [-11, 121], - [15, 192], - [28, 128], - [-4, 95], - [48, 176], - [96, 130], - [25, 1] - ], - [ - [53967, 12689], - [70, -31], - [3, -109], - [-89, 16], - [16, 124] - ], - [ - [54068, 12845], - [72, 6], - [45, -29], - [88, 2], - [39, -98], - [-62, -27], - [28, -47], - [-162, -273], - [-12, -60], - [-62, -45], - [-56, 83], - [57, 179], - [7, 118], - [-57, 42], - [86, 91], - [-11, 58] - ], - [ - [56406, 12870], - [72, -123], - [18, -72], - [-119, 19], - [-26, 94], - [55, 82] - ], - [ - [54337, 14245], - [22, -75], - [43, 0], - [56, -175], - [-43, -60], - [56, -62], - [37, -85], - [-25, -86], - [-20, -168], - [42, -153], - [-56, -179], - [-58, -66], - [-100, -42], - [-107, 25], - [19, -71], - [79, -103], - [28, -70], - [-119, -48], - [-51, 29], - [-82, 7], - [-53, -41], - [-63, 2], - [-41, 83], - [-6, 194], - [23, 163], - [-31, 54], - [32, 97], - [-4, 84], - [18, 100], - [64, 81], - [-6, 123], - [-45, 147], - [7, 92], - [30, 4], - [119, 140], - [71, 12], - [8, -22], - [13, -1], - [13, 14], - [7, -13], - [-6, -17], - [3, -7], - [7, -1], - [66, 16], - [53, 78] - ], - [ - [53890, 14421], - [52, -29], - [5, -210], - [-15, -59], - [-55, -66], - [-39, -93], - [-50, 154], - [34, 46], - [12, 164], - [56, 93] - ], - [ - [54624, 15765], - [31, -157], - [-23, -110], - [7, -91], - [32, -29], - [26, -104], - [36, -45], - [-16, -43], - [-70, 1], - [-27, 51], - [-53, 19], - [-58, -67], - [80, -40], - [72, -111], - [22, -61], - [-53, -126], - [11, -91], - [-15, -162], - [-53, -88], - [-77, -3], - [-23, -34], - [-98, 91], - [-28, -74], - [9, -88], - [-55, -2], - [-12, -86], - [-44, -27], - [33, -120], - [-32, -8], - [-36, -4], - [6, 19], - [-1, 13], - [-92, 22], - [-24, 258], - [13, 179], - [51, 27], - [-22, 120], - [48, 140], - [42, 61], - [-62, 86], - [30, 207], - [36, 47], - [-16, 50], - [59, 16], - [10, 137], - [59, 52], - [57, 10], - [-24, 81], - [102, 18], - [62, 50], - [49, -38], - [31, 54] - ], - [ - [54594, 16003], - [-2, -74], - [-63, -3], - [-10, 52], - [75, 25] - ], - [ - [20498, 21193], - [11, 52], - [3, 33], - [-2, 13], - [-13, 10], - [-8, 12], - [0, 14], - [10, 54], - [-18, 8], - [-24, 58], - [19, 54], - [8, 44], - [-36, 98], - [-7, 99], - [11, 47], - [14, 19], - [0, 19], - [-3, 26], - [4, 15], - [-17, 85], - [30, 42], - [26, 7], - [14, 0], - [11, -2], - [89, 64], - [34, -27], - [17, 22], - [6, 21], - [0, 17], - [-9, 20], - [-5, 17], - [-109, 58], - [-35, 40], - [-20, 0], - [-63, 17], - [-44, -5], - [-51, -2], - [-23, -22], - [-12, -5], - [-23, -1], - [-85, 40], - [-45, -7], - [-21, 7], - [-23, 20], - [-56, 13], - [-49, 21], - [-15, 17], - [-7, 17], - [-12, 12], - [-11, 16], - [-28, 88], - [160, 30], - [12, -1], - [30, 3], - [10, 8], - [8, -5], - [14, 0], - [18, 2], - [6, 42], - [9, 9], - [13, 11], - [5, 2], - [43, 10], - [25, -5], - [7, 9], - [12, 110], - [35, 37], - [14, 2], - [29, -3], - [9, 6], - [8, 2], - [0, 6], - [-12, 12], - [4, 8], - [8, -1], - [1, 5], - [-2, 17], - [-21, 6], - [38, 84], - [-4, 7], - [-18, 5], - [-14, -9], - [-14, -14], - [-10, -7], - [-12, 1], - [-12, 3], - [-36, 58], - [45, 9], - [20, 17], - [41, 10], - [6, 43], - [0, 13], - [2, 14], - [-4, 8], - [-13, 3], - [-10, -6], - [-17, 7], - [-7, 0], - [-18, -14], - [-9, 3], - [-7, 6], - [-10, 0], - [-4, 7], - [30, 112], - [66, 31], - [9, 6], - [1, 14], - [0, 26], - [-13, 10], - [-7, 9], - [-13, 44], - [8, 47], - [-15, 151], - [31, 18], - [-9, 28], - [5, 13], - [-3, 12], - [-1, 29], - [33, 36], - [2, 16], - [-3, 35], - [10, 20], - [36, 20], - [-81, 223], - [-190, 79], - [-2, 25], - [-19, 6], - [-15, 23], - [45, 135], - [163, 130], - [-45, 28], - [8, 20], - [6, 2], - [20, 40], - [15, 69], - [-7, 9], - [-7, 3], - [0, 30], - [4, 17], - [61, -2], - [-9, -3], - [-7, -12], - [5, -9], - [18, -11], - [36, -1], - [24, 12], - [24, 7], - [1, 56], - [27, 29], - [-15, 16], - [-35, 16], - [-2, 34], - [29, 21], - [23, 10], - [33, -14], - [20, 1], - [33, -13], - [1, 57], - [38, -14], - [12, -13], - [19, 1], - [13, 3], - [2, 20], - [-1, 39], - [82, 26], - [37, -11], - [42, -8], - [1, 29], - [7, 30], - [-48, 27], - [-10, 11], - [-11, 15], - [-24, -6], - [-27, 10], - [-26, -2], - [-65, 24], - [1, 38], - [-15, 22], - [-82, -21], - [-46, 55], - [-29, -37], - [-10, -19], - [-17, -19], - [-11, 6], - [-15, 53], - [-35, -3], - [-11, 7], - [-9, 15], - [-8, 6], - [-47, 10], - [24, 118], - [-11, 58], - [12, 70], - [-2, 8], - [16, 18], - [36, 5], - [10, 4], - [5, 9], - [8, -7], - [11, 7], - [10, 21], - [100, 22], - [27, 21], - [6, 15], - [16, 14], - [9, 39], - [-25, -6], - [-39, 21], - [-5, 10], - [-15, 4], - [-10, 7], - [-30, 1], - [-11, 6], - [6, 24], - [8, 20], - [16, 14], - [17, 9], - [0, 35], - [39, -1], - [13, -19], - [11, 29], - [10, 19], - [10, 7], - [-3, 17], - [8, 1], - [3, 38], - [12, 16], - [11, -4], - [8, 11], - [25, -14], - [-1, 22], - [-20, 44], - [4, 23], - [33, -11], - [10, 4], - [26, -6], - [6, 25], - [1, 38], - [-6, 19], - [7, 14], - [19, 10], - [34, -5], - [7, 16], - [-7, 22], - [20, 15], - [-102, 112], - [-118, 39], - [-16, 44], - [3, 23], - [21, -3], - [8, 20], - [15, 12], - [22, 2], - [28, 7], - [16, 10], - [7, 35], - [-8, 50], - [-7, 15], - [9, 56], - [-40, 24], - [-16, 39], - [-5, 23], - [-13, 2], - [0, 24], - [23, -1], - [23, 39], - [-9, 14], - [-18, 41], - [19, 36], - [48, 51], - [-43, 11], - [-20, 9], - [0, 6], - [-9, 2], - [-21, -17], - [-24, 19], - [11, 16], - [33, 23], - [-37, 54], - [-24, 6], - [-33, 12], - [-13, 59], - [44, 47], - [17, 6], - [13, 70], - [-24, 6], - [-20, 2], - [2, 5], - [-22, 9], - [6, 30], - [69, -12], - [50, 18], - [-27, 55], - [13, 39], - [32, -6], - [5, -17], - [17, 1], - [6, 26], - [-2, 14], - [-19, 6], - [-17, 21], - [24, 103], - [30, 0], - [5, -12], - [6, 1], - [1, 13], - [28, 5], - [25, 7], - [18, -3], - [8, -6], - [-6, -20], - [-9, -11], - [27, -21], - [120, 63], - [34, -7], - [43, 87], - [-39, 124], - [0, 6], - [1, 6], - [2, 17], - [5, 1], - [0, 15], - [-11, 4], - [10, 28], - [26, 18], - [11, 14], - [1, 18], - [17, 22], - [14, 2], - [10, -15], - [1, -26], - [38, -15], - [0, 24], - [35, 50], - [1, 31], - [45, 91], - [31, 90], - [48, 15], - [106, 36], - [77, -17], - [4, 46], - [-99, 59], - [-1, 37], - [-24, 3], - [-12, 26], - [-2, 28], - [-27, 4], - [-28, -9], - [-35, 12], - [8, 44], - [10, 2], - [11, 48], - [-51, -4], - [-7, -11], - [-32, 9], - [5, 23], - [-5, 1], - [9, 52], - [-66, 4], - [-43, -6], - [-22, 109], - [8, 52], - [-3, 19], - [4, 6], - [21, -13], - [15, -5], - [12, 2], - [17, -10], - [8, -1], - [6, 2], - [-8, 46], - [17, 31], - [-3, 33], - [6, 7], - [6, 4], - [21, 0], - [16, -16], - [7, -11], - [7, -16], - [11, 4], - [18, 0], - [5, 22], - [2, 42], - [-14, 11], - [-11, 32], - [34, 52], - [-1, 9], - [3, 7], - [0, 12], - [6, 22], - [12, 9], - [-30, 17], - [4, 20], - [14, 18], - [-1, 12], - [13, 20], - [7, 18], - [2, 18], - [12, 28], - [-1, 21], - [38, 11], - [16, -7], - [18, -2], - [12, 26], - [-11, 22], - [-56, 7], - [-29, 10], - [-2, 8], - [3, 18], - [-3, 15], - [22, 9], - [9, 7], - [28, 8], - [12, 20], - [42, -7], - [30, 32], - [24, 9], - [8, 16], - [18, -3], - [30, -22], - [9, -10], - [23, -15], - [19, -28], - [22, -7], - [35, -11], - [15, -11], - [19, -41], - [41, -18], - [5, -54], - [7, -13], - [14, -5], - [39, 16], - [15, 19], - [29, -12], - [9, -10], - [60, 2], - [28, -16], - [23, -21], - [44, 14], - [30, 12], - [-1, 87], - [31, 122], - [-22, 16], - [-11, 15], - [-6, 18], - [18, 98], - [81, 89], - [47, -11], - [14, 2], - [21, 23], - [11, 18], - [14, 14], - [20, -2], - [20, -10], - [13, 0], - [26, 18], - [6, 22], - [1, 31], - [-5, 16], - [-14, 17], - [-9, 24], - [-10, 77], - [3, 49], - [33, 31], - [2, 15], - [-5, 19], - [2, 41], - [-26, 44], - [-14, 48], - [-11, 24], - [-33, 13], - [-6, 7], - [8, 16], - [27, 45], - [66, 2], - [65, 53], - [-2, 25], - [2, 24], - [17, 7], - [17, 38], - [15, 63], - [-2, 31], - [-14, 26], - [-19, 10], - [-28, 8], - [0, 59], - [-79, 15], - [-20, 9], - [36, 146], - [20, 6], - [20, 2], - [14, -14], - [-1, -14], - [-17, -11], - [-8, -10], - [5, -10], - [24, -17], - [23, -4], - [42, 3], - [40, -9], - [2, -12], - [-2, -24], - [4, -18], - [0, -7], - [7, -15], - [19, -23], - [25, -15], - [43, -15], - [79, -16], - [26, 0], - [17, -21], - [12, -20], - [10, -13], - [21, -1], - [13, 20], - [6, 30], - [15, 13], - [16, 4], - [204, -30], - [64, -16], - [84, -27], - [21, 0], - [13, -10], - [32, -43], - [18, 5], - [16, 9], - [14, 15], - [102, -2], - [27, -23], - [14, -20], - [9, -5], - [21, 6], - [18, 0], - [29, 4], - [13, -7], - [3, -2], - [17, -47], - [8, -16], - [1, -26], - [9, -32], - [4, -21], - [0, -40], - [-9, -25], - [-1, -29], - [42, 1], - [29, -3], - [54, 29], - [85, -10], - [16, -11], - [16, -22], - [-2, -23], - [-11, -51], - [39, -75], - [-6, -11], - [89, -93], - [45, 12], - [28, 0], - [19, -15], - [7, -17], - [23, -6], - [64, -2], - [4, -35], - [78, -27], - [36, -36], - [27, -41], - [19, -16], - [25, -5], - [59, 120], - [17, 15], - [18, 9], - [11, 14], - [29, 117], - [-3, 22], - [-11, 15], - [-13, 14], - [-1, 23], - [15, 7], - [25, -3], - [83, -34], - [26, -15], - [10, -19], - [10, -38], - [59, 19], - [160, -93], - [36, 4], - [25, -4], - [37, -33], - [15, -23], - [12, -27], - [94, 47], - [6, 10], - [0, 34], - [-3, 9], - [1, 3], - [24, 9], - [37, 6], - [5, -34], - [6, -18], - [10, -14], - [29, -21], - [17, -10], - [21, -8], - [19, -3], - [14, 4], - [7, 10], - [45, 132], - [40, 23], - [84, 4], - [39, 10], - [21, 1], - [17, 4], - [37, 31], - [23, 15], - [31, -2], - [51, -10], - [17, -10], - [2, -9], - [16, -22], - [51, -26], - [25, -74], - [62, -46], - [17, -8], - [14, -20], - [17, -10], - [53, -9], - [20, -10], - [14, -16], - [13, -18], - [21, -20], - [9, -5], - [7, -5], - [10, -13], - [3, -19], - [-1, -23], - [60, -92], - [-1, -22], - [-4, -22], - [-8, -17], - [-1, -32], - [-5, -23], - [-16, -38], - [0, -23], - [14, -42], - [-4, -20], - [-28, -20], - [-8, -11], - [-30, -58], - [-25, -76], - [5, -53], - [44, -64], - [1, -12], - [-5, -14], - [-32, -8], - [-9, -9], - [-36, -35], - [-76, -45], - [-29, -43], - [7, -102], - [65, -33], - [56, 4], - [21, -11], - [16, -30], - [3, -18], - [-4, -60], - [-3, -49], - [21, -85], - [-4, -182], - [-12, -33], - [-18, -17], - [-69, -15], - [49, -78], - [35, -30], - [176, -40], - [75, -106], - [79, -43], - [5, -4], - [5, -7], - [30, -30], - [14, -17], - [9, -3], - [11, -1], - [12, 13], - [34, 13], - [12, -2], - [14, 17], - [21, 6], - [14, -13], - [6, -24], - [18, -10], - [30, 0], - [11, 30], - [17, 20], - [13, 7], - [15, 2], - [24, -12], - [47, 12], - [45, 39], - [8, -11], - [15, -6], - [41, -58], - [7, -15], - [18, -62], - [16, -37], - [9, -34], - [27, -58], - [11, -14], - [5, -5], - [7, -4], - [15, 4], - [9, 6], - [31, 32], - [32, -26], - [151, 76], - [84, 1], - [21, -21], - [28, -5], - [7, -6], - [3, -13], - [6, -9], - [9, -6], - [14, -17], - [1, -2], - [1, -7], - [2, -2], - [4, -6], - [152, -95], - [69, -61], - [40, -107], - [26, -15], - [8, -8], - [8, -3], - [24, -18], - [5, -20], - [20, -10], - [7, -14], - [-6, -13], - [-3, -22], - [48, -31], - [10, 8], - [2, 1], - [23, -14], - [-29, -38], - [0, -4], - [1, -6], - [5, -8], - [9, -8], - [4, -9], - [-4, -25], - [136, -273], - [-61, -32], - [-51, -24], - [-3, -31], - [1, -26], - [4, -52], - [23, -16], - [20, -2], - [19, -2], - [78, 7], - [45, 60], - [12, 96], - [34, -13], - [43, -5], - [6, -10], - [13, -33], - [-1, -9], - [-3, -6], - [-10, -5], - [-27, 4], - [29, -156], - [85, 4], - [25, 9], - [44, 25], - [8, 7], - [2, 6], - [16, 5], - [13, 16], - [9, 7], - [43, 3], - [1, -23], - [2, -15], - [-5, -19], - [-11, -13], - [-40, -34], - [-4, -15], - [5, -30], - [-4, -29], - [39, -111], - [41, -278], - [16, -9], - [6, -12], - [16, -114], - [3, -36], - [3, -25], - [18, -50], - [43, -62], - [28, -14], - [24, -2], - [39, 8], - [13, 20], - [17, 19], - [4, 18], - [19, 14], - [136, 82], - [37, -8], - [34, -5], - [47, -32], - [16, -9], - [16, -7], - [58, -33], - [97, -5], - [37, 6], - [44, -3], - [21, 1], - [28, -3], - [22, -5], - [15, -6], - [22, -5], - [22, 11], - [19, -6], - [14, -1], - [134, 42], - [24, -47], - [160, 31], - [23, 22], - [23, 4], - [55, -28], - [25, 0], - [10, 15], - [18, 6], - [16, 14], - [12, 13], - [13, 7], - [45, 87], - [55, 18], - [22, -21], - [11, -33], - [51, 30], - [70, 44] - ], - [ - [29840, 25753], - [80, -114], - [-91, -59], - [-52, 2], - [-120, -121], - [-114, -10], - [-110, -102], - [-4, -71], - [-150, -226], - [46, -40], - [-49, -77], - [-18, -210], - [-114, -155], - [-57, -46], - [-67, -15], - [-138, 79], - [-73, -120], - [-48, -40], - [-170, 17], - [-40, -51], - [-20, -168], - [-38, -3], - [-224, -62], - [-38, -42], - [-91, -16], - [-119, 59], - [-56, -9], - [17, -128], - [-94, 1], - [-34, -81], - [20, -36], - [-11, -104], - [-79, -30], - [-306, 72], - [-119, 95], - [-153, 65], - [-24, -33], - [-116, -52], - [-26, -104], - [-85, -91], - [-56, 18], - [-56, 122], - [-62, -48], - [48, -99], - [-62, -100], - [180, -59], - [76, -55], - [31, 62], - [65, -27], - [24, 32], - [116, -55], - [5, -122], - [-48, -11], - [-22, -102], - [68, -42], - [26, -50], - [-76, -52], - [-161, 31], - [-73, 32], - [-9, 59], - [-74, 62], - [-101, -72], - [-31, 101], - [-87, 37], - [-39, 197], - [-86, 126], - [-47, -18], - [-51, 39], - [-49, -3], - [-29, 62], - [-106, -138], - [-62, -9], - [-48, -42], - [-84, 5], - [-19, -67], - [-61, -68], - [-39, -101], - [91, -25], - [19, -61], - [61, -29], - [-47, -158], - [-124, -122], - [-41, -76], - [-67, -63], - [-42, -4], - [-72, 44], - [-64, 112], - [-113, -18], - [-78, 90], - [-53, -21], - [-61, -64], - [-88, -5], - [-77, -66], - [-106, 3], - [-56, -45], - [-83, -28], - [-86, -2], - [-103, -50], - [-53, -61], - [-178, -7], - [-175, -42], - [-78, -98], - [-14, -62], - [27, -78], - [-38, -47], - [-17, -174], - [36, -60], - [-6, -201], - [-106, -76], - [-118, 48], - [-226, 15], - [-247, -123], - [-5, -61], - [36, -99], - [-46, -56], - [-63, 29], - [-35, 112], - [-54, -16], - [10, -149], - [-63, -95], - [-72, -53], - [-80, -5], - [-115, 44], - [-110, 118], - [-72, 12], - [-98, -93], - [-238, 57], - [-100, 0], - [-78, -49], - [-65, -16], - [-53, -55], - [-106, 13], - [-37, -21], - [19, -71], - [-37, -134], - [-139, -84], - [-33, -119], - [-86, 0], - [-54, -49], - [-83, 38], - [-52, 124], - [-50, -7], - [-33, -83], - [-64, 35], - [-98, 5], - [-89, 45], - [-71, -46], - [-124, -25], - [-183, 50], - [-71, -30], - [-97, 22], - [-73, 66], - [-40, -11], - [-36, 12], - [-51, 3], - [-37, 6], - [-49, 11] - ], - [ - [26302, 15870], - [41, -66], - [-36, -90], - [-52, 63], - [47, 93] - ], - [ - [31102, 23052], - [16, -91], - [-45, -77], - [0, -82], - [-47, -9], - [-33, 68], - [-58, 26], - [6, 84], - [127, 34], - [34, 47] - ], - [ - [29840, 25753], - [39, 27], - [14, 11], - [8, 9], - [33, 52], - [42, 22], - [29, 13], - [30, -1], - [196, 77], - [145, 91], - [6, 25], - [-7, 24], - [11, 11], - [23, 13], - [17, 7], - [77, -30], - [28, 48], - [44, -30], - [34, 3], - [47, -13], - [7, -30], - [33, 11], - [28, 8], - [8, -5], - [21, -37], - [8, -11], - [-6, -12], - [7, -12], - [17, -7], - [13, 3], - [13, 0], - [47, -34], - [10, -3], - [17, 2], - [14, -4], - [3, -18], - [7, -10], - [26, 1], - [17, 5], - [14, 9], - [7, 27], - [0, 29], - [-4, 22], - [-6, 13], - [-17, 21], - [65, 60], - [36, -49], - [39, 25], - [9, -9], - [-3, -9], - [11, -5], - [14, 16], - [2, 4], - [13, 44], - [0, 33], - [-24, 27], - [1, 30], - [-5, 28], - [11, 19], - [-4, 35], - [34, 45], - [-85, 29], - [-9, 49], - [30, 13], - [29, 34], - [-6, 36], - [3, 35], - [5, 13], - [7, 32], - [15, 13], - [51, -2], - [11, 7], - [22, 24], - [7, 11], - [5, 27], - [12, 13], - [-10, 11], - [-9, 18], - [-8, 1], - [-34, -7], - [-16, -19], - [-33, -2], - [-19, 23], - [24, 11], - [33, 50], - [20, 16], - [15, 7], - [11, 31], - [7, 5], - [0, 8], - [-20, 24], - [-1, 23], - [-5, 12], - [-14, 12], - [-11, 15], - [11, 8], - [2, 9], - [10, 7], - [13, 4], - [44, 69], - [32, 30], - [18, 12], - [15, 17], - [22, 47], - [28, 32], - [8, 13], - [45, 46], - [17, 4], - [8, -11], - [-7, -3], - [-9, -2], - [-5, -5], - [13, -33], - [91, -26], - [3, -33], - [-10, -6], - [0, -5], - [-1, -6], - [11, 1], - [7, -12], - [-14, -12], - [14, -10], - [-13, -15], - [-9, -5], - [-3, -8], - [15, -24], - [8, 4], - [6, -10], - [-1, -6], - [3, -14], - [6, -1], - [6, 6], - [7, 4], - [-1, 11], - [13, -4], - [7, 1], - [6, -7], - [8, -2], - [-6, -9], - [-2, -17], - [-9, -6], - [-2, -16], - [-12, 0], - [-5, -11], - [-4, -9], - [-1, -44], - [46, -2], - [98, -52], - [-9, -58], - [2, -17], - [6, -7], - [8, -24], - [-32, -2], - [-14, -18], - [-11, -5], - [-4, -6], - [8, -13], - [3, 0], - [3, -1], - [11, 3], - [7, -23], - [-1, -10], - [-10, -16], - [6, -13], - [-9, -5], - [-8, -7], - [5, -8], - [5, -1], - [4, -1], - [3, -8], - [1, -13], - [20, -5], - [6, -6], - [19, -6], - [5, -6], - [-2, -6], - [6, -11], - [6, -3], - [9, -4], - [14, -17], - [11, -1], - [12, 15], - [18, 13], - [5, 10], - [-6, 28], - [44, 78], - [37, 5], - [19, 10], - [7, 0], - [10, -2], - [152, 80], - [9, 20], - [28, 34], - [-14, 38], - [21, 45], - [-24, 68], - [50, 46], - [43, -14], - [66, -43], - [16, -9], - [15, -7], - [16, -4], - [20, 19], - [12, -4], - [14, -33], - [0, -14], - [26, -84], - [12, 8], - [8, -5], - [7, -2], - [11, 7], - [17, 3], - [11, -22], - [96, 8], - [4, 14], - [6, 12], - [11, 0], - [4, 8], - [9, 13], - [43, 7], - [13, 15], - [14, -19], - [18, -7], - [11, -8], - [6, 0], - [30, 12], - [6, 5], - [23, 35], - [-16, 15], - [-9, 21], - [-28, 24], - [-11, 38], - [-28, 4], - [-15, 9], - [-5, 9], - [2, 8], - [23, 21], - [16, 9], - [6, 6], - [33, 33], - [80, 128], - [2, 11], - [-5, 8], - [-34, 3], - [-31, -18], - [-7, 0], - [-7, 0], - [-95, 124], - [27, 39], - [2, 12], - [-8, 30], - [-6, 7], - [-7, 3], - [-5, 9], - [1, 11], - [4, 6], - [24, 13], - [30, 7], - [33, 15], - [11, 30], - [32, 51], - [-2, 6], - [-1, 5], - [19, 27], - [22, 16], - [40, 60], - [23, 22], - [2, 6], - [-12, 18], - [8, 9], - [38, 24], - [78, -31], - [12, -6], - [7, -5], - [8, -14], - [10, -10], - [15, -5], - [21, 1], - [4, -5], - [-3, -9], - [1, -9], - [8, -8], - [37, 44], - [-2, 9], - [-10, 16], - [-1, 11], - [5, 5], - [4, 0], - [3, 1], - [38, -17], - [12, -2], - [22, 2], - [24, -4], - [12, 14], - [-1, 10], - [-4, 8], - [1, 10], - [12, 24], - [9, 9], - [177, 41], - [-21, 33], - [26, 25], - [24, -26], - [7, 2], - [15, 10], - [8, -1], - [21, 11], - [5, 7], - [-3, 36], - [21, 10], - [9, 8], - [1, 6], - [-12, 13], - [-3, 2], - [-6, 2], - [-16, 3], - [-15, 7], - [-88, 115], - [30, 75], - [-105, 31], - [-13, 38], - [-7, 9], - [2, 6], - [6, 3], - [19, -1], - [28, -6], - [2, 21], - [1, 3], - [4, 3], - [5, 16], - [60, -27], - [12, -3], - [21, 3], - [26, 12], - [9, -2], - [7, -8], - [11, 1], - [2, -2], - [5, -5], - [5, 4], - [5, 3], - [4, -8], - [1, -9], - [-5, -21], - [13, -4], - [61, -70], - [28, -5], - [15, 31], - [-26, 54], - [-4, 40], - [4, 5], - [18, 1], - [20, -8], - [9, 0], - [6, 3], - [5, 9], - [-4, 17], - [7, 23], - [-2, 10], - [-26, 24], - [-6, 18], - [1, 20], - [-14, 8], - [6, 32], - [39, 13], - [34, -47], - [8, 1], - [9, 15], - [5, 6], - [6, 0], - [12, -38], - [-2, -19], - [0, -9], - [8, -26], - [-40, -32], - [79, -13], - [8, 54], - [2, 4], - [15, 15], - [11, 19], - [10, 5], - [-2, 7], - [-14, 27], - [35, 10], - [-1, -5], - [-7, -10], - [1, -19], - [21, 2], - [25, -6], - [5, 12], - [2, 18], - [1, 30], - [39, 21], - [10, 8], - [0, 10], - [-17, 29], - [-5, 12], - [0, 23], - [54, 50], - [56, -66], - [27, -89], - [6, -12], - [7, -8], - [9, -4], - [21, -28], - [18, -20], - [21, -52], - [13, -14], - [13, -69], - [6, -4], - [6, 3], - [12, -6], - [21, -16], - [2, -22], - [20, -62], - [21, -48], - [22, -4], - [34, -35], - [13, 7], - [6, 7], - [-6, 27], - [-35, 59], - [-24, -1], - [-21, 92], - [104, 55], - [103, -228], - [6, -2], - [5, -10], - [5, -37], - [3, -85], - [45, -28], - [6, -36], - [7, -12], - [8, -2], - [21, 5], - [3, -4], - [1, -18], - [4, -11], - [19, 22], - [27, 3], - [57, -22], - [13, -24], - [9, 0], - [11, 2], - [15, 13], - [59, -7], - [55, 10], - [27, -15], - [6, 2], - [3, 6], - [7, 2], - [16, -27], - [10, -7], - [20, -9], - [4, -14], - [-4, -7], - [3, -8], - [20, -6], - [5, -13], - [11, -25], - [57, -15], - [95, 50], - [12, 2], - [17, 9], - [7, 9], - [18, -1], - [17, -12], - [28, -2], - [81, 42], - [17, -7], - [6, 7], - [8, -4], - [1, -13], - [33, -15], - [28, 3], - [12, 13], - [8, 0], - [11, 5], - [5, 11], - [7, 5], - [12, 3], - [36, -21], - [15, 0], - [4, -8], - [8, 2], - [1, 7], - [6, 9], - [25, 8], - [11, 6], - [3, 7], - [-9, 32], - [32, 7], - [1, 48], - [-14, 8], - [-5, 12], - [-4, 24], - [0, 14], - [1, 14], - [3, 7], - [9, -2], - [10, -8], - [6, -6], - [9, -21], - [24, 0], - [16, 19], - [4, 10], - [1, 9], - [-27, 11], - [-12, 7], - [-5, 6], - [7, 12], - [62, -31], - [7, 31], - [52, 18], - [43, 53], - [-21, 37], - [-6, 9], - [-4, 10], - [11, 27], - [31, 32], - [7, 5], - [6, 3], - [-13, 23], - [-18, 17], - [-2, 12], - [2, 6], - [-2, 8], - [10, 13], - [49, -29], - [23, -12], - [20, -5], - [9, 25], - [-1, 10], - [5, 27], - [10, 5], - [16, 25], - [45, 38], - [38, 3], - [9, 13], - [8, 3], - [28, 1], - [13, 3], - [13, 28], - [14, 13], - [4, -4], - [2, -6], - [4, -1], - [13, 10], - [4, -6], - [-7, -56], - [-3, -6], - [10, -38], - [21, -13], - [20, 15], - [8, 31], - [16, 29], - [10, 10], - [-2, 9], - [3, 3], - [23, 1], - [15, -14], - [15, 18], - [24, -3], - [15, -8], - [10, 26], - [9, 2], - [3, 4], - [-11, 11], - [-12, 23], - [-12, 7], - [-9, 1], - [-22, -13], - [-7, -14], - [-26, 9], - [-7, 20], - [1, 11], - [-5, 5], - [-11, -3], - [-15, 13], - [-15, 43], - [-9, 14], - [6, 5], - [33, -14], - [113, 10], - [9, 81], - [91, -30], - [-20, -81], - [140, -86], - [-160, -227], - [-162, -164], - [-56, -69], - [-76, -177], - [-142, -131], - [-108, -137], - [0, -37], - [-171, -175], - [-15, -73], - [-155, -128], - [-147, -138], - [-145, -151], - [-61, -111], - [10, -33], - [-132, -88], - [-262, -137], - [-142, -49], - [-51, -46], - [-172, -66], - [-156, -84], - [-315, -223], - [-25, -71], - [-65, -79], - [-171, -114], - [-18, -64], - [-55, -36], - [-18, -108], - [-54, -72], - [-69, -51], - [-28, -79], - [-95, -66], - [-7, -44], - [-122, -97], - [-11, -52], - [-162, -116], - [-125, -38], - [-214, -106], - [-48, -66], - [-68, -23], - [-551, -268], - [-177, -103], - [-200, -129], - [-205, -164], - [-236, -232], - [-64, -73], - [-53, -112], - [12, -35], - [-72, -98], - [-1, -67], - [42, -70], - [92, -48], - [104, -14], - [-39, -220], - [-92, -91], - [-41, 20], - [-132, -10], - [82, -66], - [-9, -86], - [54, -38], - [47, -103], - [-87, -95], - [-85, -33], - [-326, -169], - [-283, -157], - [-117, -21], - [-108, -38], - [-150, -83], - [-122, -52], - [-70, 48], - [-276, 30], - [-40, 30], - [-160, -12], - [-171, -25], - [-162, -67], - [-78, -51], - [-89, -95], - [-83, -171], - [-35, -168], - [-106, -197], - [10, -103], - [-125, -100], - [-200, -233], - [18, -113], - [-16, -71], - [-133, -74], - [-47, 5], - [-173, -26], - [-35, 9], - [-42, 72], - [19, 38], - [-39, 111], - [40, 53], - [-58, 67], - [-163, 46], - [-149, -6], - [-169, -39], - [-256, -106], - [-244, -156], - [-152, -172], - [-73, -167], - [-81, -313], - [-161, -208], - [-66, -143], - [-31, -119], - [12, -99], - [-49, -145], - [-40, -157], - [6, -141], - [39, -233], - [32, -88], - [8, -155], - [54, -180], - [71, -100], - [50, -182], - [68, -67], - [-33, -145], - [-27, -392], - [-69, -210], - [-26, -240], - [13, -152], - [33, -168], - [53, -101], - [52, -137], - [109, -243], - [16, -85], - [-35, -161], - [-8, -101], - [23, -129], - [-122, 80], - [-1, 50], - [-73, 77], - [-28, -21], - [13, -75], - [-19, -112], - [-27, -4], - [-50, 99], - [-71, -45], - [2, -62], - [-41, -58], - [72, -72], - [50, -75], - [64, -16], - [51, -53], - [35, 12], - [131, -25], - [55, -26], - [26, -65], - [86, -39], - [6, -130], - [-87, 41], - [-5, 19], - [6, 4], - [2, 0], - [4, 0], - [-3, 19], - [-22, 16], - [-17, 76], - [-96, 80], - [-141, -7], - [-17, 16], - [-15, 12], - [-11, 11], - [-26, 15], - [-45, 7], - [-2, 3], - [-6, 4], - [-18, 40], - [-20, 9], - [-7, -8], - [-8, 18], - [-7, 9], - [-5, -4], - [-4, -3], - [-13, -5], - [-19, -5], - [-12, -19], - [-25, -1], - [-10, 4], - [-26, 4], - [-7, 8], - [-15, 9], - [-30, -7], - [-10, -6], - [65, -58], - [40, -6], - [-3, -34], - [-24, 5], - [-42, 3], - [-3, -22], - [-20, -44], - [-10, 0], - [-1, 6], - [-6, 0], - [-43, -13], - [-14, -12], - [1, -16], - [2, -8], - [-5, -30], - [5, -23], - [-10, -12], - [-17, -10], - [-14, 6], - [-19, -3], - [-7, -12], - [7, -45], - [39, -25], - [-62, -88], - [-47, -7], - [-14, -8], - [-13, -12], - [-12, -7], - [-13, -2], - [-12, -7], - [-9, -13], - [-43, -20], - [-60, -2], - [-34, 6], - [-18, -1], - [-45, -52], - [-25, 18], - [-32, 30], - [-7, -9], - [-2, -19], - [-8, -25], - [-10, -7], - [-26, -4], - [-19, -7], - [1, -15], - [39, -26], - [14, -14], - [16, -10], - [49, -23], - [18, -14], - [0, -23], - [-13, -2], - [-9, 1], - [-64, -52], - [-13, 7], - [-2, 17], - [-8, 11], - [-3, 11], - [-13, 6], - [-8, 10], - [-10, 2], - [-6, -19], - [-22, -12], - [-13, -15], - [-16, 11], - [-8, -1], - [1, 9], - [14, 29], - [1, 24], - [-9, 10], - [-16, -10], - [-9, -13], - [-16, 3], - [-5, 14], - [6, 26], - [23, 22], - [-11, 30], - [-24, 29], - [-5, -20], - [-8, -12], - [-20, 15], - [-46, -3], - [-26, -33], - [-43, 20], - [-27, -17], - [-5, -16], - [-2, -15], - [-12, -4], - [-20, 5], - [-12, 5], - [-24, 22], - [-29, 46], - [-6, 51], - [-7, 23], - [-28, 11], - [-55, -2], - [-23, 4], - [-18, 11], - [-54, 7], - [-82, -6], - [-35, -14], - [-59, -29], - [24, -20], - [44, -21], - [36, 3], - [7, -13], - [-15, -15], - [-1, -13], - [3, -6], - [-15, -21], - [-8, -25], - [-3, -21], - [5, -22], - [-2, -19], - [5, -18], - [13, 1], - [3, 14], - [39, 26], - [14, -1], - [7, -17], - [0, -12], - [-53, -19], - [4, -22], - [-4, -13], - [5, -14], - [-7, -7], - [-16, 4], - [-34, 1], - [-29, -4], - [-14, -5], - [-20, -15], - [4, -17], - [-8, -7], - [-5, -12], - [-8, -10], - [-30, 16], - [5, -87], - [-12, -4], - [-15, -1], - [-5, 10], - [-11, -15], - [-30, -4], - [-10, -13], - [-6, -16], - [1, -16], - [-5, -7], - [-20, 41], - [-23, 8], - [-7, 11], - [-25, -5], - [-2, 14], - [-3, 26], - [-9, 7], - [-13, -1], - [-11, -9], - [-11, 22], - [-9, 4], - [-7, -16], - [-2, -18], - [-37, 3], - [-26, -87], - [-47, -17], - [-9, -11], - [-4, -18], - [-14, -23], - [-4, -16], - [-21, -16], - [16, -35], - [0, -11], - [0, -8], - [-8, -24], - [-6, -9], - [-20, -9], - [-19, -10], - [-73, 35], - [-33, 4], - [-48, -27], - [-30, 4], - [-18, 15], - [-15, 17], - [-2, 23], - [-20, 13], - [-23, 5], - [-17, 9], - [-6, 15], - [-26, 4], - [-24, 0], - [-11, 12], - [-15, 22], - [-15, 8], - [-41, -11], - [-8, -14], - [-21, 2], - [-9, -6], - [-20, 15], - [-14, -9], - [-35, 4], - [-30, -37], - [-16, -39], - [11, -8], - [13, -1], - [29, 3], - [6, -9], - [16, -12], - [2, -4], - [-8, -7], - [-4, 7], - [-16, 3], - [-56, -7], - [-18, 0], - [-6, 13], - [3, 43], - [-1, 59], - [-175, 14], - [-31, -31], - [-8, -14], - [-12, -7], - [-51, -14], - [-18, -4], - [-14, 0], - [-82, 25], - [-3, -28], - [-11, -73], - [-5, -19], - [-55, 16], - [-39, 15], - [-5, -3], - [-15, -34], - [-10, -11], - [-37, -33], - [-15, -9], - [14, -11], - [39, -45], - [-19, -3], - [14, -35], - [25, -44], - [-49, -11], - [-73, -175], - [-25, -165], - [-48, -36], - [-9, -13], - [-19, -40], - [12, -6], - [7, 0], - [-4, -13], - [-9, -13], - [-6, -18], - [15, -23], - [-24, -28], - [-22, -12], - [-8, -2], - [-7, 1], - [-13, 30], - [5, 11], - [10, -6], - [4, 6], - [-2, 9], - [-23, 5], - [-19, 23], - [-8, 0], - [-4, 19], - [-10, 6], - [-7, 15], - [-21, 10], - [-11, -11], - [11, -16], - [15, -14], - [5, -14], - [34, -14], - [3, -8], - [-2, -6], - [-11, -2], - [-2, -11], - [-13, 12], - [-10, -11], - [1, -56], - [-43, -24], - [-36, 7], - [4, -54], - [7, -8], - [-2, -7], - [-6, -2], - [1, -33], - [-44, -1], - [-32, -4], - [-15, 13], - [-13, -6], - [-11, -1], - [-16, -10], - [-70, -3], - [-17, 7], - [-27, 20], - [-20, 19], - [-21, 15], - [-46, 27], - [-40, 7], - [-7, 12], - [-7, 21], - [-43, 56], - [-81, -5], - [-60, -32], - [-8, 7], - [-3, 3], - [-12, 3], - [-1, 5], - [12, 27], - [3, 4], - [8, -1], - [7, 6], - [15, 1], - [23, 9], - [15, 27], - [4, 12], - [-21, 62], - [22, 35], - [27, 116], - [-1, 81], - [7, 9], - [21, -4], - [19, 16], - [89, -21], - [7, 21], - [-5, 22], - [15, -1], - [24, -6], - [2, 11], - [11, 15], - [-11, 5], - [-3, -11], - [-11, 1], - [-12, 4], - [-2, 6], - [7, 8], - [1, 20], - [6, 10], - [13, -7], - [11, -1], - [24, 40], - [-1, 15], - [1, 6], - [13, 6], - [-8, 9], - [1, 6], - [10, 8], - [34, -38], - [17, -23], - [21, -15], - [11, 0], - [4, 2], - [8, 22], - [63, -39], - [20, 31], - [21, -4], - [0, -27], - [5, -6], - [1, -15], - [17, -12], - [14, -21], - [-1, -23], - [4, -6], - [6, 30], - [3, 32], - [-5, 30], - [-47, 36], - [-19, 20], - [-10, 15], - [-2, 13], - [6, 11], - [3, 10], - [-10, 20], - [16, 9], - [-8, 9], - [-4, 19], - [2, 13], - [6, 3], - [18, -2], - [53, -13], - [0, 17], - [8, 20], - [-13, 25], - [-11, 57], - [-1, 26], - [1, 5], - [2, 8], - [34, 23], - [83, 26], - [0, 15], - [-13, 24], - [33, 35], - [2, 15], - [29, 14], - [-12, 5], - [-13, 3], - [-12, 13], - [-5, 16], - [0, 14], - [9, 2], - [19, 20], - [31, 4], - [3, 15], - [-9, 11], - [2, 10], - [11, 12], - [18, 5], - [25, -3], - [24, 10], - [-8, 35], - [-5, 13], - [-8, 6], - [-7, 0], - [-6, 0], - [-15, -3], - [-10, 3], - [-3, 17], - [27, 4], - [15, 102], - [7, 12], - [20, 24], - [11, 31], - [-3, 12], - [-19, 10], - [-146, 13], - [-68, 38], - [-8, 38], - [-27, -14], - [-14, -3], - [-14, -8], - [-8, -1], - [-4, -1], - [-12, 22], - [-3, 21], - [-5, 2], - [-5, 3], - [-8, 0], - [-12, -5], - [-18, -16], - [-11, -6], - [-24, -9], - [-19, 24], - [-35, 14], - [2, 19], - [37, -11], - [24, -2], - [4, 22], - [-10, 8], - [-17, 6], - [-3, 9], - [-34, 14], - [-26, -3], - [-3, 19], - [36, 83], - [-13, 77], - [4, 16], - [-7, 15], - [-3, 33], - [2, 17], - [8, 17], - [0, 66], - [40, 84], - [1, 29], - [26, 51], - [-38, 35], - [-29, -2], - [-13, -4], - [-39, -2], - [-68, 13], - [-138, -21], - [-123, 47], - [3, 16], - [-3, 33], - [-18, 12], - [-44, 0], - [-12, 5], - [-3, 51], - [-7, 8], - [-21, 2], - [-38, -3], - [-13, 1], - [-16, -7], - [-79, 11], - [-31, 32], - [-16, 6], - [5, 11], - [7, 7], - [3, 12], - [-6, 13], - [3, 6], - [47, -17], - [44, 8], - [4, 33], - [6, 12], - [-1, 15], - [-54, 54], - [73, 100], - [-6, 25], - [-17, 37], - [21, 42], - [-24, 73], - [-69, 3], - [-9, 40], - [-35, 17], - [-14, 12], - [-16, 5], - [4, -53], - [-4, -13], - [-7, -12], - [-49, 3], - [-24, 17], - [-43, 0], - [-43, -96], - [-46, 0], - [7, 11], - [0, 10], - [-5, 25], - [-8, 72], - [79, 51], - [-7, 28], - [-3, 44], - [11, 54], - [-26, 7], - [-12, -2], - [-13, -18], - [-2, -12], - [-8, -21], - [-4, -2], - [-6, 3], - [-16, -8], - [-20, -37], - [-40, -27], - [-108, 69], - [-106, 9], - [-13, -19], - [-4, -12], - [32, -65], - [14, -41], - [-18, -13], - [19, -12], - [-55, -46], - [-63, -21], - [7, -18], - [6, -9], - [1, -8], - [-5, -9], - [-20, -10], - [-30, -2], - [-60, -13], - [-72, -94], - [-24, -6], - [-35, -15], - [7, 41], - [-4, 18], - [-13, -4], - [-17, 2], - [-16, -2], - [-76, -36], - [-9, -11], - [5, -20], - [46, -13], - [7, -14], - [-34, -18], - [-13, 2], - [-25, 33], - [-19, 2], - [-31, -30], - [-17, -9], - [-15, 6], - [-41, -20], - [-15, 33], - [-4, 20], - [-22, 5], - [-22, -4], - [-10, -16], - [26, -27], - [2, -15], - [0, -27], - [-14, -45], - [-41, 39], - [-34, 5], - [-17, -8], - [-7, -59], - [-58, -5], - [-11, 47], - [39, 110], - [-9, 14], - [-10, 66], - [-4, 5], - [-3, 12], - [-23, 39], - [-11, -7], - [-15, -26], - [-19, 2], - [-7, 5], - [-18, 19], - [-1, 7], - [12, 12], - [-2, 10], - [27, 34], - [-46, 11], - [-31, 4], - [-19, -4], - [-18, 0], - [-46, 30], - [-71, -43], - [-8, 32], - [-12, 27], - [-8, 14], - [-48, -26], - [-5, -12], - [-17, 4], - [-43, -7], - [-12, 0], - [-14, 48], - [-7, 13], - [-3, 18], - [-1, 18], - [6, 17], - [-3, 12], - [-14, 2], - [-19, 1], - [-7, -15], - [-3, -16], - [-8, -29], - [-12, -18], - [-8, -3], - [2, 42], - [-36, -51], - [-30, 8], - [-8, 3], - [15, 93], - [-57, -4], - [2, -19], - [10, -21], - [2, -14], - [5, -23], - [-5, -22], - [-51, 5], - [-20, -21], - [-14, -1], - [3, -15], - [33, -12], - [12, -7], - [27, -22], - [9, -11], - [0, -12], - [-18, -34], - [38, -66], - [-3, -25], - [-7, -15], - [-19, 0], - [-25, 0], - [-20, 2], - [-7, -6], - [-24, -5], - [-27, 9], - [-35, 14], - [-21, -6], - [-12, -11], - [1, -37], - [-20, 3], - [-25, 0], - [-55, 71], - [-34, 1], - [-3, -19], - [-10, -33], - [-5, -34], - [-21, 9], - [-21, 14], - [-25, 100], - [-27, 56], - [-1, 10], - [7, 10], - [11, 6], - [16, 15], - [49, 51], - [4, 30], - [10, 3], - [0, 7], - [-2, 10], - [13, 50], - [23, 9], - [29, 1], - [-12, 65], - [-61, 50], - [-19, 7], - [-23, 15], - [6, 44], - [6, 13], - [-20, 14], - [-17, 15], - [0, 0], - [-5, 6], - [-58, 24], - [-39, 36], - [6, 42], - [9, 16], - [12, -1], - [14, 2], - [48, 10], - [6, 12], - [2, 18], - [-6, 7], - [-1, 17], - [-9, 9], - [-36, 13], - [-11, 41], - [-8, 21], - [-12, 7], - [-23, 28], - [-10, 4], - [-22, -16], - [-63, 21], - [7, 12], - [5, 34], - [5, 19], - [12, 6], - [45, -10], - [12, 14], - [31, 5], - [5, 5], - [5, 24], - [-5, 20], - [5, 6], - [6, -3], - [11, -10], - [10, -7], - [10, -12], - [61, -7], - [44, 5], - [18, -4], - [12, -1], - [4, -10], - [-1, -9], - [-11, -27], - [-3, -47], - [-2, -12], - [12, -4], - [2, -7], - [-8, -11], - [1, -13], - [-1, -14], - [-18, -18], - [34, -104], - [99, -14], - [2, -18], - [15, -3], - [31, 0], - [67, 9], - [8, -17], - [7, -37], - [13, -21], - [-2, -12], - [3, -14], - [29, -15], - [15, -3], - [38, 42], - [50, -13], - [106, 8], - [29, 33], - [19, 13], - [16, 4], - [6, -28], - [-4, -19], - [13, -2], - [55, 46], - [22, -5], - [7, -7], - [1, -15], - [15, -23], - [14, -24], - [-1, -3], - [0, 0], - [1, -7], - [7, -6], - [27, -5], - [18, -8], - [-1, -14], - [-14, -36], - [0, -12], - [-8, -11], - [41, -12], - [1, -7], - [-44, -70], - [2, -14], - [11, -22], - [155, -4], - [-25, 95], - [33, 7], - [13, 10], - [1, 30], - [4, 13], - [0, 16], - [-9, 10], - [-14, 8], - [-74, -6], - [-7, 77], - [-126, 36], - [11, 39], - [15, 32], - [27, -1], - [18, 13], - [6, 16], - [24, 14], - [16, 43], - [35, 30], - [2, 17], - [-4, 9], - [-10, 9], - [-82, -31], - [-9, -14], - [-9, -7], - [5, 33], - [0, 17], - [2, 15], - [16, -1], - [48, 14], - [4, 20], - [9, 21], - [15, 14], - [1, 27], - [17, 3], - [27, 7], - [14, -1], - [16, -9], - [87, -2], - [56, -26], - [26, -5], - [5, 14], - [17, 35], - [-2, 11], - [-12, 9], - [-7, 29], - [-3, 26], - [-14, 22], - [-7, 31], - [21, 76], - [-7, 26], - [-26, 8], - [-11, 22], - [-1, -2], - [-23, -10], - [-31, -17], - [-24, 13], - [-2, 30], - [-1, 44], - [-32, -11], - [-4, 37], - [-11, 2], - [-25, 12], - [-32, 5], - [-35, -28], - [-11, -28], - [2, -23], - [33, -78], - [24, -2], - [9, -27], - [9, -58], - [13, -15], - [2, -12], - [-2, -20], - [-68, -27], - [-16, 58], - [-27, 15], - [-20, 16], - [9, 91], - [-176, 15], - [7, 61], - [-3, 66], - [-17, 2], - [-14, -11], - [-20, -3], - [-15, -12], - [-13, -14], - [-29, -8], - [-20, 9], - [-29, -4], - [-30, 3], - [-97, 54], - [-12, -13], - [-13, 9], - [-19, -13], - [-14, -67], - [-18, -23], - [-12, -9], - [-3, -29], - [-8, -31], - [19, -11], - [-9, -20], - [3, -19], - [-7, -43], - [-10, -19], - [-22, -9], - [-23, -2], - [-21, 2], - [-17, 20], - [-16, 14], - [-23, 36], - [-37, 2], - [-63, -21], - [-21, 10], - [-4, -6], - [-8, 7], - [-15, 5], - [-68, -10], - [-18, 5], - [-12, 9], - [-4, 20], - [-5, 11], - [-17, 25], - [-3, 18], - [24, 11], - [18, 11], - [11, 12], - [3, 17], - [-8, 15], - [-8, 11], - [-96, 32], - [-30, 47], - [-14, 16], - [-1, 11], - [10, 90], - [66, 54], - [12, -5], - [40, -23], - [10, -4], - [5, 8], - [2, 13], - [-1, 38], - [-3, 34], - [2, 12], - [33, 1], - [12, 14], - [22, 43], - [-2, 19], - [-147, 13], - [-27, -8], - [-19, -11], - [-12, -12], - [-22, -5], - [-14, 14], - [-44, 80], - [-26, 14], - [-8, 16], - [-1, 2], - [-18, -6], - [-32, 10], - [-12, 7], - [-47, 119], - [-38, 39], - [23, 180], - [21, 38], - [10, 39], - [28, 63], - [-7, 15], - [-15, 25], - [-4, 23], - [-11, 29], - [-2, 12], - [67, 5], - [14, 9], - [7, 3], - [13, 0], - [11, -6], - [5, 2], - [14, 104], - [44, 141], - [12, 108], - [-4, 40], - [2, 21], - [-52, -7], - [-11, -5], - [-18, -18], - [-27, 29], - [-114, 14], - [-15, 31], - [12, 15], - [6, -1], - [3, 4], - [4, 11], - [3, 11], - [22, 12], - [11, 25], - [-26, 112], - [7, 10], - [18, 15], - [28, 35], - [54, -37], - [18, -1], - [17, -5], - [13, -14], - [38, -22], - [8, -16], - [12, -13], - [16, -36], - [80, 5], - [40, -10], - [25, 1], - [17, -6], - [36, -26], - [33, -6], - [3, 23], - [27, 8], - [11, 13], - [102, -1], - [4, -12], - [-5, -18], - [-12, -24], - [45, -10], - [38, -3], - [4, 18], - [3, 33], - [14, 2], - [5, 11], - [24, -1], - [18, 3], - [4, 22], - [10, 5], - [5, 24], - [16, 41], - [4, 58], - [44, 32], - [14, 31], - [-2, 25], - [-39, 10], - [-7, 16], - [11, 15], - [19, 3], - [26, -4], - [4, 8], - [-1, 13], - [10, 8], - [2, 16], - [-14, 59], - [-36, 56], - [14, 156], - [-72, 10], - [-4, 68], - [-7, 3], - [-1, 16], - [-23, -2], - [-66, -17], - [-17, 6], - [3, 37], - [-55, 48], - [10, 37], - [3, 21], - [-6, 18], - [-17, 11], - [-11, 12], - [6, 39], - [-1, 19], - [-7, 20], - [-8, 8], - [-19, 6], - [-20, 16], - [-9, 17], - [-3, 14], - [-10, 14], - [-44, 33], - [-12, 21], - [56, 20], - [21, 7], - [46, -6], - [5, 20], - [0, 38], - [-11, 118], - [7, 123], - [120, 54], - [76, -64], - [11, 28], - [8, 51], - [-13, 7], - [-18, 21], - [-22, 17], - [-54, 28], - [0, 71], - [-64, 8], - [-1, 61], - [11, -3], - [4, 20], - [-11, 5], - [3, 7], - [9, -1], - [19, 34], - [10, 41], - [-12, 5], - [5, 58], - [-25, 3], - [-6, -10], - [-18, 4], - [-7, 8], - [-22, 1], - [-9, 9], - [-4, 5], - [24, 49], - [17, 25], - [25, 29], - [30, 53], - [24, 24], - [29, 19], - [32, 15], - [55, 14], - [30, 24], - [30, 8], - [30, 3], - [22, 10], - [150, 18], - [74, -24], - [156, -8], - [32, -18], - [18, -6], - [21, 2], - [15, 6], - [33, -3], - [41, 15], - [89, -34], - [36, 2], - [31, -5], - [27, -12] - ], - [ - [59479, 46082], - [-3, 60], - [-44, 54], - [58, 113], - [-60, 32], - [-67, 154], - [99, 48], - [9, 81], - [-37, 31], - [-48, 129], - [1, 123] - ], - [ - [59387, 46907], - [116, -30], - [135, 118], - [125, 73], - [87, 13], - [114, 40], - [23, 127], - [-21, 44], - [62, 84], - [105, 57], - [87, -45], - [34, -50], - [104, 17], - [104, 48], - [276, 54], - [111, 31], - [26, -63], - [57, -6], - [18, 63], - [125, 59], - [15, 46], - [99, 89], - [-92, 141], - [-88, 23], - [-111, -6], - [-14, 63], - [11, 190], - [-42, -2], - [-90, 67], - [-51, 61], - [-42, 122], - [-19, 137], - [22, 88], - [94, 118], - [117, 76], - [102, 102], - [71, 94], - [-6, 35], - [55, 62], - [-333, 20], - [-482, -45], - [-138, -103], - [-62, -73], - [-289, -92], - [-149, 68], - [-176, -53], - [-406, -135], - [-29, -28], - [-114, -16], - [-226, -67], - [-51, -6], - [-27, -66], - [-60, -34], - [-57, 4], - [-116, -80], - [-98, 9], - [-128, -84], - [-106, -19], - [-40, -36], - [-104, -26], - [-57, -43], - [-103, -15], - [-71, 71], - [-118, -57], - [-175, 35], - [-116, 94], - [-27, -74], - [8, -58], - [66, -42], - [6, -80], - [-224, -103], - [6, -27], - [-162, -143], - [-56, -95], - [-134, -67], - [-134, -142], - [-84, -73], - [-73, -99], - [-133, -112], - [40, -72], - [25, -95], - [-259, -136], - [-95, -111], - [-201, -43], - [-255, -32], - [-45, 35], - [-220, 21], - [-178, -16], - [-182, -40], - [-362, -51], - [-224, 110], - [-2, 47], - [-97, 53], - [-228, 59], - [-121, -16], - [-121, 29], - [-29, -119], - [-133, -59], - [-176, 12], - [-130, -15], - [-102, -79], - [-102, 22], - [-111, -27], - [-58, -50], - [-48, 23], - [-131, -50], - [-191, 7] - ], - [ - [52598, 46562], - [20, 89], - [-31, 174], - [-51, 30], - [-35, 73], - [-42, 0], - [-38, 61], - [-12, 84], - [32, 55], - [-25, 77], - [68, 41], - [30, 79], - [0, 124], - [70, -19], - [34, 54], - [-128, 80], - [-28, 120], - [18, 49], - [-34, 84], - [-49, 49], - [5, 51], - [-175, -45], - [-198, 51], - [-46, -31], - [-120, -11], - [-132, 22], - [-52, 67], - [-81, -46], - [-129, 131], - [-72, 103], - [33, 36], - [-42, 78], - [75, 115], - [70, 53], - [16, 151], - [-6, 68], - [-65, 46], - [-73, -13], - [-43, 73], - [52, 32], - [83, -15], - [136, 6], - [55, -80], - [114, -43], - [180, 10], - [72, -164], - [40, -35], - [146, 16], - [23, 51], - [62, 45], - [157, -25], - [222, 180], - [97, 46], - [120, 12], - [27, -19], - [38, -107], - [50, -66], - [160, 37], - [6, 47], - [68, 17], - [66, -51], - [107, 83], - [50, 8], - [63, -53], - [37, 9], - [98, 130], - [141, 53], - [70, 77], - [84, 129], - [-96, 136], - [-72, 34], - [38, 127], - [226, 152], - [37, 43], - [47, -65], - [163, 70], - [39, 71], - [113, 62], - [79, -72], - [74, 75], - [-27, 85], - [162, 16], - [65, 46], - [151, -20], - [64, 53], - [19, 138], - [-90, 58], - [85, 120], - [103, 63], - [64, 142], - [-11, 77], - [61, 20], - [10, 58], - [175, 45], - [74, 53], - [63, -51], - [47, 70], - [63, -53], - [182, -12], - [274, 77], - [96, -48], - [151, 90], - [47, -9], - [85, -62], - [67, 1], - [68, 107], - [7, 65], - [72, 55], - [-35, 53], - [21, 100], - [77, 28], - [107, 121], - [168, 113], - [39, 86], - [27, 109], - [65, 104], - [161, 148], - [137, 5], - [49, 92], - [129, 85], - [139, -24], - [140, 29], - [35, 107], - [81, 60], - [38, 109], - [108, -48], - [75, -54], - [122, -119], - [69, -99], - [0, -105], - [162, 45], - [103, -50], - [108, -6], - [95, -61], - [63, 44], - [129, -20], - [52, -64], - [122, -18], - [161, 3], - [-1, -95], - [36, -25], - [80, 12], - [94, -39], - [142, -28], - [97, 7], - [76, 122], - [32, 123], - [95, -33], - [-4, 201], - [90, 5], - [28, 102], - [72, -30], - [92, 51], - [63, 68], - [56, 5], - [111, 124], - [29, -42], - [109, 36], - [89, 88], - [167, -21], - [127, 90], - [90, 85], - [82, -4], - [45, -67], - [81, -66], - [78, -126], - [-6, -82], - [45, -36], - [68, -116], - [36, -23], - [93, 6], - [43, 53], - [137, 57], - [39, -63], - [-75, -173], - [-27, -24], - [-189, -25], - [-94, -51], - [-38, -75], - [-68, -42], - [-99, -16], - [57, -64], - [76, -150], - [-9, -45], - [-78, -72], - [47, -73], - [135, 54], - [145, 160], - [116, 78], - [196, 12], - [197, 97], - [-106, -197], - [23, -67], - [74, 0], - [38, -102], - [-2, -85], - [102, -145], - [54, -54], - [15, -77], - [-65, -100], - [-118, -24], - [-136, -62], - [55, -94], - [-112, -88], - [-96, -100], - [-102, -4], - [-66, -70], - [80, -48], - [14, -70], - [-222, -144], - [85, -29], - [33, -43], - [112, 19], - [20, -70], - [43, -45], - [52, 15], - [20, 94], - [57, 64], - [115, -2], - [108, 80], - [86, 30], - [145, -1], - [37, -33], - [167, -83], - [37, -96], - [115, -16], - [159, 44], - [60, -95], - [59, -12], - [96, -54], - [58, 23], - [64, 73], - [89, 27], - [74, -31], - [72, -68], - [23, -57], - [121, -5], - [37, -57], - [90, 2], - [203, -117], - [-5, -58], - [-91, -87], - [18, -100], - [-63, -61], - [3, -54], - [119, -4], - [25, -67], - [47, -12], - [-45, -111], - [1, -157], - [23, -50], - [-100, -5], - [-77, 83], - [-114, -48], - [-212, -201], - [-127, -67], - [-13, -101], - [-64, 23], - [-114, -44], - [-82, -159], - [-109, -37], - [-21, -57], - [-48, -24], - [37, -75], - [3, -70], - [49, -65], - [-53, -96], - [-4, -60], - [65, -82], - [53, -27], - [7, -67], - [63, -73], - [13, -58], - [81, -51], - [7, -42], - [111, -96], - [3, -62], - [71, -83], - [49, -16], - [48, -96], - [-55, -79], - [-84, 43], - [-101, -24], - [-71, 71], - [-100, 58], - [-146, 20], - [-115, 56], - [-6, 45], - [59, 41], - [-11, 72], - [-65, 29], - [-13, 60], - [-72, 53], - [-32, 58], - [-136, 23], - [-61, 38], - [-42, -35], - [-161, 16], - [-43, -65], - [-86, -45], - [-68, -62], - [-68, 26], - [-146, 1], - [-92, -35], - [-97, -15], - [-81, 32], - [-71, -53], - [-97, 13], - [-36, -35], - [-119, -35], - [-280, -135], - [-43, -96], - [-83, -102], - [-49, -98], - [-175, -110], - [-136, 4], - [-120, -135], - [-13, -129], - [-53, -48], - [-60, 0], - [-66, 53], - [-81, -72], - [-10, -69], - [-45, -65], - [-145, 39], - [-68, -57], - [-69, -135], - [-39, -11], - [-93, -124], - [-169, -43], - [-97, -51], - [-67, 16], - [-26, 54], - [-50, 0] - ], - [ - [47680, 43426], - [19, -113], - [-55, -29] - ], - [ - [47644, 43284], - [36, 142] - ], - [ - [59387, 46907], - [-90, -86], - [-83, -51], - [-66, -72], - [-223, -80], - [-62, 59], - [-95, -2], - [-61, -24], - [-77, -118], - [-66, -62], - [-42, -112], - [-64, -26], - [-37, -52], - [-54, -19], - [-99, -73], - [-144, -26], - [-63, -43], - [-104, 19], - [-55, -22], - [-48, -64], - [-67, -9], - [-30, -71], - [-98, -52], - [11, -77], - [-40, -124], - [-160, -116], - [-66, 3], - [-25, 191], - [-93, -120], - [-118, -118], - [-23, -66], - [7, -100], - [-32, -66], - [-124, -78], - [-83, -153], - [-39, -10], - [-37, -122], - [-50, -39], - [-60, -237], - [-68, -177], - [2, -76], - [59, -111], - [-50, -49], - [-97, -40], - [-73, -97], - [-68, 40], - [-60, -37], - [-63, -76], - [-35, 74], - [41, 147], - [-29, 112], - [-215, -113], - [42, -130], - [-63, -56], - [-65, -11], - [-57, -103], - [-171, -122], - [-3, -58], - [-132, -129], - [-143, -58], - [-99, -120], - [-88, -46], - [126, -147], - [0, -38], - [146, -63], - [47, -143], - [-58, -83], - [49, -80] - ], - [ - [55602, 42899], - [-155, -107], - [-111, -188], - [-5, -86], - [-33, -113], - [-27, -10], - [-59, -101], - [-63, 4], - [-47, -105], - [36, -87], - [-42, -52], - [20, -58], - [-44, -79], - [-82, -88], - [-6, -93], - [-79, -33], - [-98, 23], - [-53, -215], - [23, -98], - [-31, -44], - [27, -151], - [-98, -87], - [0, -58], - [-37, -52], - [28, -50], - [-36, -108], - [15, -41], - [-85, -18] - ], - [ - [54560, 40804], - [-44, 15], - [-98, -33], - [-53, 40], - [-107, -31], - [-35, -40], - [-95, 92], - [-85, 229], - [-76, -158], - [-86, -222], - [-144, -51], - [-32, -188], - [-134, -17], - [-46, -164], - [-91, -29], - [-55, -60], - [-59, 37], - [-38, 97], - [7, 136], - [-276, -3] - ], - [ - [53013, 40454], - [-185, -6], - [133, 322], - [-37, 110], - [-56, 56], - [0, 101] - ], - [ - [52868, 41037], - [19, 222], - [51, 205], - [78, 110], - [-11, 109], - [-34, 108], - [-74, 44], - [3, 141], - [152, -6], - [74, -66], - [38, 6], - [65, -61], - [213, 43], - [22, 87], - [-19, 56], - [-76, 23], - [-52, 48], - [-25, 69], - [5, 82] - ], - [ - [53297, 42257], - [88, 59], - [40, 117], - [93, -5], - [-4, 79], - [125, -19], - [88, -32], - [50, 77], - [72, 72], - [154, 59], - [72, -11], - [-22, 152], - [49, 42], - [-17, 105], - [-52, 7], - [-54, 89], - [-40, 2], - [-148, 132], - [-96, -31], - [-19, 123], - [-38, 54], - [89, 48], - [51, 50], - [35, 110], - [-161, -74], - [-58, 49], - [-8, 87], - [-131, 35], - [-71, 128], - [-69, 12], - [-39, 123], - [-99, 13], - [-71, -45], - [-225, -43], - [-147, -97], - [-31, 99], - [20, 82], - [-31, 90], - [5, 68], - [61, 89], - [0, 47], - [97, 69], - [-143, 31], - [12, 114], - [199, 149], - [39, 86], - [-71, -8], - [-139, 39], - [-99, -77], - [-87, 6], - [-89, -37], - [-136, 19], - [-29, -35], - [-97, -26], - [-111, 36], - [-31, 62], - [14, 94], - [-124, 49], - [-64, -73], - [-130, -65], - [-17, -66], - [-7, -177], - [-112, -112], - [-47, 19], - [-39, 72], - [-12, 95], - [17, 84], - [-137, 12], - [-41, -122], - [-72, -38], - [-110, -229], - [-60, -41], - [-63, 29], - [-177, -51], - [-124, -197], - [-45, 3], - [-69, -57], - [-78, 36], - [-19, 86], - [50, 149], - [-109, 22], - [-71, -43], - [-119, -13], - [-39, 53], - [-62, -61], - [-42, 8], - [27, 135], - [-102, 7], - [-21, 108], - [-165, 41], - [-29, -22], - [-108, 14], - [-52, -16], - [-41, -77], - [-83, 16], - [-1, 60], - [-59, 26], - [-189, -81], - [4, 47], - [-111, 47], - [-16, -43], - [-101, -88], - [20, 131], - [-63, 88], - [-63, 45], - [-107, -61], - [-70, 58], - [-70, -9], - [-89, -83], - [-83, -24], - [-162, -23], - [-218, 8], - [-48, -66], - [-63, -31], - [-121, -159], - [-124, -83], - [7, -84], - [-73, -82], - [-61, -27], - [94, -94], - [22, -64], - [127, -81], - [30, -36], - [-36, -56], - [-254, -61], - [-36, -31] - ], - [ - [47677, 43442], - [36, 147], - [-28, 115], - [-79, 126], - [-16, 53], - [32, 51], - [-35, 119], - [-32, 19], - [83, 167], - [64, 70], - [10, 56], - [-119, -5], - [47, 107], - [-60, 50], - [-88, 182], - [9, 29], - [-91, 132], - [-66, 19] - ], - [ - [47344, 44879], - [-15, 143], - [12, 73], - [55, 83], - [85, 82], - [2, 52], - [99, 31], - [67, 41], - [-27, 60], - [54, 88], - [-37, 91], - [27, 191], - [27, 32], - [-13, 230], - [-32, 47] - ], - [ - [47648, 46123], - [12, 76], - [59, -29], - [151, -3], - [97, 26], - [117, -11], - [294, 95], - [-14, 78], - [27, 66], - [69, 59], - [188, -17], - [75, 59], - [20, 45], - [121, 14], - [338, -237], - [147, -18], - [41, -40], - [67, 13], - [45, -28], - [90, 16], - [343, 9], - [218, 22], - [127, -20], - [77, 90], - [90, -23], - [111, 7], - [180, -15], - [72, -46], - [91, -13], - [95, 51], - [63, 78], - [154, -101], - [32, -5], - [216, 35], - [72, 38], - [122, -38], - [105, 18], - [165, 91], - [66, 57], - [47, 83], - [96, 9], - [125, -66], - [70, -68], - [153, -24], - [93, 48], - [23, 58] - ], - [ - [43798, 45734], - [58, -53], - [73, 21], - [44, 52], - [105, -28], - [-119, -88], - [32, -51], - [109, -53], - [27, -77], - [-58, -60], - [18, -34], - [80, 5], - [34, -61], - [-62, -30], - [-75, -79], - [-5, -33], - [-105, -64], - [-71, -21], - [-153, -165], - [-83, -9], - [-84, -86], - [-65, 33], - [0, -105], - [-21, -58], - [-103, 16], - [-156, -108], - [-35, -140], - [10, -50], - [-52, -75], - [34, -135], - [194, -45], - [-51, -44], - [50, -42], - [-21, -79], - [81, -51], - [92, -92], - [157, -76], - [-33, -104], - [6, -106], - [-37, -28], - [11, -68], - [92, -93], - [-15, -64], - [-127, 20], - [-107, 101], - [-69, -5], - [-52, -66], - [-67, -10], - [-14, -86], - [-65, -2], - [-56, -71], - [-48, 34], - [-52, -123], - [57, -54], - [-16, -78], - [104, -81], - [47, -14], - [-2, -102], - [-59, -44], - [15, -70], - [-92, 38] - ], - [ - [43098, 42693], - [-9, 60], - [-167, 23], - [-52, 125], - [-169, 2], - [-88, 52], - [-43, -6], - [-20, -81], - [-125, -2], - [31, -69], - [-51, -57], - [-1, -106], - [-176, 76], - [-52, -48], - [-99, 37], - [-71, -309], - [-71, 35], - [-55, -43], - [-49, 9], - [-76, -59], - [-72, -124], - [21, -45], - [-13, -169], - [23, -75], - [-24, -54], - [-91, -34], - [-63, -91], - [12, -67], - [-18, -80], - [16, -46], - [-60, -125], - [-22, -108], - [-75, -41], - [-99, 59], - [-64, -3], - [-84, -101], - [-96, -84], - [-38, 41], - [-62, -10], - [-38, 119], - [-83, -1], - [-18, -59], - [-170, -66], - [-50, 15], - [-100, 75], - [-37, -62], - [-63, -31], - [-18, -56], - [-51, 1], - [-73, -119], - [-3, -137], - [-50, -7], - [-9, -104], - [-102, 5], - [-93, 85], - [-43, 61], - [-75, -5], - [-57, 84], - [41, 74], - [-43, 180], - [-169, 11], - [-110, -17], - [-89, 65], - [-16, 70], - [34, 77], - [-62, 140], - [-93, 36], - [-33, 62], - [-92, -29], - [-123, -78], - [-87, 50], - [-72, 108], - [-112, 21], - [-36, -35], - [-74, 11], - [-89, 55], - [-73, -151], - [3, -67], - [-98, -124], - [26, -128], - [-16, -87], - [-124, 7], - [-70, 42], - [-18, -88], - [-75, -76], - [-66, -6], - [-21, 49], - [-135, -34], - [-66, 20], - [-45, -28], - [-227, -31], - [-122, -111], - [-156, -16], - [36, -81], - [-120, -47], - [-49, -63], - [-40, 62], - [-93, 39], - [-92, -30], - [-48, -84], - [-143, -9], - [-89, 198], - [-79, 28], - [12, 96], - [-28, 31], - [-88, -46], - [-83, -20], - [-37, -54], - [-102, -38], - [-45, -145], - [-126, 17], - [-63, 26], - [-58, -89], - [-54, 5], - [-9, -98], - [-52, -108], - [-63, 50], - [-23, 70], - [-82, -17], - [12, 64], - [-61, 20], - [-28, 51], - [-102, 14], - [-12, 81], - [-82, 46], - [2, 69], - [61, 21], - [-6, 75], - [-57, 101], - [-52, -4], - [-24, -61], - [-83, 29], - [-105, -19], - [-139, -140], - [-46, 52], - [2, 69], - [-66, 100], - [-29, 81], - [-120, 60], - [-43, -96], - [-97, -113], - [-133, -34], - [-151, -7], - [-181, -58], - [-76, 25], - [-181, -6], - [-127, 30], - [-97, 2] - ], - [ - [33666, 41090], - [42, 51], - [38, 154], - [-81, 83], - [34, 63], - [-52, 62], - [-21, 74], - [-59, -10], - [-92, 97], - [-54, 21], - [8, 113], - [-86, 161], - [13, 121], - [-29, 20], - [0, 108], - [-53, 11], - [8, 76], - [66, 233], - [-23, 22], - [14, 93], - [85, 19], - [47, 98], - [112, 6], - [44, 70], - [61, 9], - [80, 63], - [145, 44], - [101, 72], - [66, 14], - [51, 59], - [85, 21], - [75, -13], - [45, 79], - [78, 10], - [-10, 60], - [192, 228], - [51, 13], - [154, 113], - [137, 49], - [-15, 135], - [84, 65], - [131, -5], - [59, -42], - [11, -72], - [39, -19], - [161, -3], - [62, 21], - [16, 151], - [63, 15], - [86, -34], - [18, -68], - [103, 34], - [39, -67], - [51, 13], - [59, -31], - [93, 54], - [-7, 82], - [156, 12], - [-57, 44], - [45, 73], - [-163, 114], - [-40, 84], - [-49, -13], - [-46, 39], - [-119, 8], - [-51, 90], - [-125, 65], - [-131, -26], - [-113, 80], - [-85, 41], - [-64, -4], - [-12, 61], - [-67, 50], - [-100, 115], - [-93, 7], - [-46, 146], - [-57, 63], - [70, 97], - [87, -17], - [81, 40], - [6, 46], - [98, -2], - [53, 129], - [-32, 49], - [9, 83], - [-241, 37], - [-56, 41], - [-44, 79], - [-72, -16], - [-178, 35], - [10, 131], - [52, 42], - [77, -30], - [181, 73], - [3, 42], - [78, 113], - [-10, 70], - [158, -5], - [33, -33], - [77, 0], - [154, -58], - [55, 38], - [258, 27], - [-27, 101], - [-168, 30], - [-16, 74], - [-45, 86], - [-123, -52], - [-39, 61], - [61, 119], - [0, 84], - [-52, 57], - [-114, -38], - [-17, -43], - [-82, 49], - [-3, 68], - [-83, -17], - [-89, 32], - [-10, 93], - [-27, 39], - [31, 97], - [-55, 125], - [-65, 38], - [57, 79], - [-20, 22], - [-124, -43], - [-30, 78], - [96, 143], - [-81, 130], - [-102, 32], - [-13, 58], - [50, 36], - [-24, 87], - [-117, -44], - [8, 92] - ], - [ - [34458, 47619], - [69, 17], - [39, 72], - [-71, 6], - [-11, 84], - [139, 48], - [32, -19], - [234, 4], - [37, 84], - [58, 24], - [29, 74], - [93, -11], - [-4, -72], - [231, -78], - [82, -154], - [221, -40], - [108, 5], - [99, -27], - [300, -52], - [147, -263], - [-30, -120], - [17, -62], - [-17, -94], - [-65, -63], - [-7, -65], - [250, -103], - [81, -17], - [53, 58], - [82, -29], - [9, -47], - [114, -46], - [113, -17], - [36, -47], - [-17, -54], - [73, -51], - [87, -8], - [-32, -75], - [33, -19], - [148, 50], - [171, -6], - [10, -64], - [-36, -62], - [45, -106], - [300, -64], - [90, 44], - [71, 71], - [100, -22], - [95, 38], - [103, 92], - [141, 44], - [161, -33], - [90, -53], - [29, -56], - [-24, -281], - [52, -80], - [116, -35], - [39, -50], - [74, 16], - [16, -95], - [72, 60], - [141, 81], - [3, 45], - [158, 40], - [91, -22], - [187, -109], - [82, 11], - [11, -49], - [74, -3], - [48, 55], - [121, 9], - [192, -80], - [133, -40], - [95, -60], - [95, -8], - [50, -87], - [135, -46], - [13, -33], - [141, -42], - [65, -53], - [47, 6], - [49, 72], - [141, -47], - [136, 65], - [-4, 47], - [80, 5], - [6, 63], - [182, 35], - [60, 84], - [64, 40], - [44, -313], - [156, -107], - [52, 24], - [130, 0], - [46, -21], - [-1, -73], - [105, -15], - [60, -45], - [39, 31], - [-5, 62], - [71, 72], - [86, 7], - [86, 42], - [109, -22], - [80, -58], - [77, -31], - [141, 3], - [127, 78], - [53, -45], - [86, 27], - [43, 114], - [124, -75], - [21, 63], - [92, 32], - [53, -71], - [18, -67], - [73, -48], - [135, -35], - [149, 129], - [19, 68], - [-18, 114], - [18, 45] - ], - [ - [18981, 55329], - [-55, -38], - [-109, 49], - [-66, 53], - [-54, 108], - [90, 39], - [61, 51], - [152, -82] - ], - [ - [19000, 55509], - [-12, -55], - [30, -59], - [-37, -66] - ], - [ - [34775, 36452], - [-58, -43], - [144, -88], - [-3, -73], - [-57, -66], - [-29, -80], - [-75, -27], - [-113, 4], - [-41, -46], - [-79, 9], - [-85, -65], - [-112, -134], - [-57, -38], - [-115, 10], - [-104, -48], - [-59, -65], - [-29, -90], - [-107, -133], - [95, -80], - [-37, -24], - [-99, 1], - [-10, -77], - [32, -36], - [-29, -100], - [143, -121], - [-64, -91], - [28, -44], - [-23, -53], - [-93, 5], - [12, -88], - [-100, 34], - [-34, -80], - [18, -75], - [-61, -109], - [-80, -45], - [46, -46], - [93, -36], - [-44, -78], - [-48, 29], - [0, 72], - [-133, -85], - [-41, -93], - [-44, -201], - [18, -96], - [44, -18], - [52, -85], - [0, -88], - [-42, -49], - [-231, 81], - [-33, -100], - [28, -146], - [-55, 18], - [-62, -59], - [10, -63], - [-25, -52], - [-32, -143], - [-69, -18], - [-92, -71], - [-174, 42], - [-66, 61], - [-67, 28], - [-171, 12], - [-51, -32], - [-86, 33], - [-127, -51], - [-54, 40], - [-161, -1], - [-107, -20], - [20, -110], - [-79, -88], - [29, -63], - [-88, -115], - [-64, -105], - [-154, -96], - [-12, -123], - [-136, -47], - [-31, 84], - [-74, 3], - [-47, 46], - [-28, -100], - [3, -190], - [23, -69], - [-5, -69], - [49, -87], - [4, -73], - [-55, -125], - [-41, -50], - [55, -71], - [70, -31], - [16, -132], - [69, 11], - [22, -73], - [-43, -53], - [1, -59], - [-36, -97], - [63, -59], - [12, -72], - [-50, -35], - [18, -142], - [-76, -133], - [26, -59], - [11, -162], - [176, -44], - [58, -38], - [91, -3], - [85, -52], - [71, -6], - [79, 28], - [110, -15], - [23, -22], - [-23, -177], - [23, -134], - [-27, -51], - [-116, -3], - [-59, -91], - [-89, -24], - [-15, 121], - [56, 75], - [-148, 50], - [-69, 7], - [-50, 36], - [-73, 5], - [-118, -49], - [-109, -119], - [-90, 123], - [-81, 204], - [-68, 61], - [-102, -39], - [-116, 73], - [-34, -5], - [-128, 91], - [-95, -70], - [-90, 130], - [-87, 54], - [-98, -129], - [-65, -46], - [-50, -170], - [47, -117], - [87, -48], - [137, -55], - [-7, -43], - [50, -93], - [159, -11], - [11, -87], - [-44, -115], - [31, -184], - [-36, -95], - [24, -103], - [-52, -85], - [153, 18], - [11, -112], - [49, -86], - [113, 13], - [28, -40], - [-37, -107], - [-53, -41], - [83, -37], - [-26, -96], - [-36, -59], - [8, -159], - [51, -87], - [-23, -58], - [50, -40], - [38, -88], - [-31, -42], - [62, -90], - [38, -256], - [-57, 4], - [-95, -48], - [-28, -91], - [16, -51], - [-43, -131], - [-119, -40], - [-28, -102], - [-99, 16], - [-173, -90], - [-17, -118], - [-70, 16], - [-60, -35], - [146, -79], - [-17, -63], - [-101, -5], - [-9, -67], - [-74, -25], - [-30, -66], - [-192, -179], - [-38, -153], - [-191, -14], - [5, -54], - [-147, -34], - [-57, -65], - [-87, -32], - [-51, -174], - [39, -62], - [-30, -150], - [-77, -147], - [6, -127], - [-71, -119], - [-15, -107], - [-92, 27], - [5, -94], - [-30, -49], - [2, -44] - ], - [ - [29020, 25553], - [-2, -8], - [-22, 5], - [-15, 6], - [-22, 5], - [-28, 3], - [-21, -1], - [-44, 3], - [-134, -1], - [-58, 33], - [-16, 7], - [-16, 9], - [-47, 32], - [-34, 5], - [-37, 8], - [-136, -82], - [-19, -14], - [-4, -18], - [-17, -19], - [-13, -20], - [-39, -8], - [-24, 2], - [-28, 14], - [-43, 62], - [-18, 50], - [-3, 25], - [-3, 36], - [-16, 114], - [-6, 12], - [-16, 9], - [-41, 278], - [-39, 111], - [4, 29], - [-5, 30], - [4, 15], - [40, 34], - [11, 13], - [5, 19], - [-2, 15], - [-1, 23], - [-43, -3], - [-9, -7], - [-13, -16], - [-16, -5], - [-2, -6], - [-8, -7], - [-44, -25], - [-25, -9], - [-85, -4], - [-29, 156], - [27, -4], - [10, 5], - [3, 6], - [1, 9], - [-13, 33], - [-6, 10], - [-77, 18], - [-15, -20], - [3, -76], - [-45, -60], - [-78, -7], - [-19, 2], - [-20, 2], - [-23, 16], - [-4, 52], - [-1, 26], - [3, 31], - [51, 24], - [61, 32], - [-136, 273], - [1, 15], - [3, 10], - [-4, 9], - [-9, 8], - [-5, 8], - [-1, 6], - [0, 4], - [29, 38], - [-23, 14], - [-2, -1], - [-10, -8], - [-48, 31], - [9, 35], - [8, 4], - [-9, 11], - [-6, -1], - [-20, 10], - [-5, 20], - [-24, 18], - [-8, 3], - [-8, 8], - [-26, 15], - [-40, 107], - [-69, 61], - [-152, 95], - [-4, 6], - [-2, 2], - [-1, 7], - [-1, 2], - [-14, 17], - [-9, 6], - [-6, 9], - [-3, 13], - [-7, 6], - [-28, 5], - [-21, 21], - [-84, -1], - [-151, -76], - [-32, 26], - [-31, -32], - [-9, -6], - [-15, -4], - [-7, 4], - [-5, 5], - [-11, 14], - [-27, 58], - [-9, 34], - [-16, 37], - [-18, 62], - [-7, 15], - [-41, 58], - [-15, 6], - [-8, 11] - ], - [ - [26562, 27660], - [-58, 71], - [68, 31], - [61, 72], - [102, 41], - [-23, 104], - [-157, 195], - [8, 108], - [60, 96], - [-14, 41], - [60, 42], - [34, 84], - [-23, 55], - [54, 88], - [78, 42], - [-9, 84], - [25, 60], - [68, 16], - [58, 46], - [55, 136], - [95, 45], - [100, 114], - [54, -47], - [4, -56], - [40, -95], - [30, -17], - [103, 51], - [46, -33], - [-4, -59], - [145, 0], - [37, 49], - [160, 109], - [-58, 64], - [-54, 101], - [103, 37], - [72, 2], - [54, 51], - [-29, 124], - [-59, 12], - [-72, 95], - [-75, -12], - [-46, 57], - [-95, 54], - [-130, 1], - [-13, 38], - [21, 155], - [-71, 61], - [-113, 45], - [-93, 85], - [10, 84], - [-58, 41], - [-92, -2], - [-52, -81], - [-115, 2], - [132, 79], - [33, 67], - [49, 27], - [-17, 58], - [-63, 22], - [-37, -22], - [-91, 37], - [8, 53], - [82, 46], - [57, -44], - [111, -6], - [53, 117], - [-26, 52], - [30, 143], - [-13, 102], - [-37, 33], - [-158, 48], - [-54, -34], - [-73, 32], - [2, 87], - [41, 13], - [-67, 126], - [162, 62], - [119, 2], - [69, 86], - [164, 44], - [-32, 117], - [-35, 36], - [38, 95], - [21, 364], - [-75, 55], - [-130, -69], - [-43, 6], - [-41, 69], - [18, 53], - [64, 51], - [131, 39], - [-40, 76], - [-37, 185], - [28, 65], - [-14, 160], - [-32, 98], - [-167, -7], - [-78, 188], - [54, 92], - [-29, 115], - [49, 170], - [114, 25], - [25, 46], - [89, 6], - [93, 49], - [78, 64], - [74, 130], - [-35, 45] - ], - [ - [27418, 33700], - [61, 97], - [33, 96], - [68, 134], - [-18, 55], - [19, 99], - [-47, 151], - [27, 31], - [-31, 125], - [36, 51], - [5, 87], - [30, 59], - [49, 3], - [45, -42], - [63, 18], - [45, 132], - [17, 164], - [-31, 26], - [18, 138], - [77, 150], - [23, 114], - [42, 94], - [42, 45], - [73, -18], - [33, -72], - [-4, -54], - [78, 7], - [11, 76], - [-38, 84], - [64, 4], - [22, 151], - [-14, 73], - [64, 34], - [79, 6], - [64, 110], - [4, 115], - [-32, 91], - [20, 134], - [84, 34], - [49, 74], - [52, -60], - [65, -24], - [124, 109], - [79, -21], - [15, 80], - [123, -44], - [22, -140], - [56, 9], - [7, 58], - [63, 51], - [74, -6], - [78, 101], - [92, -11], - [13, 44], - [101, -34], - [89, 92], - [-18, 72], - [82, 96], - [45, -7], - [83, 53], - [64, 17], - [-42, 116], - [83, 93], - [-52, 157], - [19, 90], - [136, 22], - [65, 25], - [116, 126], - [59, 20], - [-7, 122], - [-41, 72], - [43, 86], - [92, 17], - [106, -9], - [73, 80], - [120, -28], - [77, 87], - [-30, 54], - [11, 145], - [60, 98], - [43, 34], - [-4, 87], - [-60, 23], - [-49, 68], - [-73, 3], - [-14, 80], - [-165, -32], - [0, 61], - [-116, 32], - [2, 54], - [-46, 43], - [-3, 71], - [-72, 82], - [-81, -32], - [-115, -16], - [-65, 86], - [-91, 9], - [-59, 29], - [-80, -96], - [-85, 19], - [-51, -92], - [-57, 44], - [-7, 99], - [-55, 3], - [-16, 78], - [72, 26], - [23, 141], - [66, -2], - [14, 54], - [52, 23], - [31, 64], - [-39, 84], - [-68, 47], - [9, 62], - [-37, 72], - [-60, 41], - [20, 115], - [119, 52], - [78, -92], - [12, -52], - [53, -52], - [101, -62], - [86, -11], - [181, 80], - [49, 67], - [76, -47], - [109, 24], - [76, -47], - [23, -51], - [195, -6], - [143, 32], - [71, -56], - [52, 33], - [93, -32], - [200, -16], - [165, 22], - [48, -52], - [68, -9], - [62, 23], - [8, 75], - [83, -9], - [96, 37], - [68, 73], - [-12, 83], - [103, 43], - [102, -6], - [131, 94] - ], - [ - [32148, 39786], - [90, -37], - [71, -85], - [160, -87], - [182, 24], - [54, -18], - [146, 34], - [39, 46], - [98, 26], - [47, 91], - [11, 67], - [132, 78], - [36, 125], - [68, 56] - ], - [ - [33282, 40106], - [131, -4], - [39, -41], - [54, 4], - [49, -95], - [136, -40], - [7, -135], - [58, -77], - [23, -94], - [45, -6], - [25, -66], - [165, -42], - [86, -83], - [75, -122], - [6, -116], - [-39, -51], - [82, -78], - [51, -114], - [101, -34], - [251, -51], - [-12, 71], - [18, 67], - [83, 19], - [98, -71], - [5, -129], - [-30, -103], - [-86, -120], - [21, -49], - [-27, -121], - [87, -50], - [31, 53], - [50, -4], - [59, -101], - [-43, -206], - [12, -103], - [-59, -99], - [82, -108], - [47, 6], - [94, -107], - [-13, -75], - [43, -99], - [52, -40], - [24, 120], - [84, -107], - [135, -35], - [117, 41], - [85, -9], - [41, -84], - [-29, -151], - [-122, -56], - [-23, -116], - [-54, -82], - [-55, 3], - [-77, -69], - [15, -107], - [-181, -126], - [-153, 5], - [-71, -98], - [-94, -57], - [-6, -112] - ], - [ - [11058, 30906], - [6, -57], - [-83, -106], - [-40, 50], - [-100, 13], - [-42, 34], - [-89, 7], - [-58, -28], - [-60, 77], - [-69, 30], - [28, 62], - [-34, 127] - ], - [ - [10517, 31115], - [-2, 50], - [-63, 29], - [-37, 50], - [48, 58], - [63, -50], - [35, 47], - [122, 1], - [20, 76], - [79, 3], - [23, 68], - [89, -89], - [78, -12], - [-89, -120], - [-77, -73], - [-69, -17], - [5, -134], - [46, 24], - [58, -35], - [71, 48], - [-23, 51], - [87, 2], - [102, -36], - [-63, -59], - [4, -73], - [34, -18] - ], - [ - [10275, 31713], - [-49, -78], - [16, -70], - [-52, -83] - ], - [ - [10190, 31482], - [15, 145], - [70, 86] - ], - [ - [6102, 32310], - [33, -60], - [-188, 11] - ], - [ - [5947, 32261], - [17, 36], - [86, 29], - [52, -16] - ], - [ - [5864, 32366], - [1, -3] - ], - [ - [5865, 32363], - [-32, -51], - [67, -27] - ], - [ - [5900, 32285], - [-3, -29], - [-275, 33], - [-127, 67], - [-28, 33] - ], - [ - [5467, 32389], - [24, 65], - [-12, 121], - [33, 90], - [52, 68], - [4, 57], - [59, 120], - [58, -64], - [132, 17], - [104, -30], - [47, -121], - [-38, -69], - [-96, -36], - [21, -61], - [89, 3], - [7, -88], - [-68, -30], - [-19, -65] - ], - [ - [20120, 50296], - [-68, -42], - [-63, 17], - [-111, -66], - [29, -94], - [-77, -36], - [-88, -11], - [-51, 63], - [-53, 15], - [-37, 79], - [13, 40], - [-77, 61], - [-34, -15], - [-91, 45], - [-22, -43], - [-82, 30], - [-52, -32], - [-143, 24], - [-92, 76], - [-11, 59], - [62, 46], - [37, 82], - [72, 0], - [28, 73], - [50, 33], - [-11, 77], - [20, 69], - [-28, 131], - [11, 40], - [82, 37], - [114, 0], - [40, 84], - [173, -18], - [24, -55], - [105, 59] - ], - [ - [19789, 51124], - [67, -73], - [-51, -77], - [144, -148], - [102, -47], - [47, -60], - [-36, -109], - [55, -83], - [-64, -28], - [-26, -82], - [93, -121] - ], - [ - [13058, 20567], - [104, 4], - [5, 42], - [107, -46], - [68, 9], - [27, -86], - [-29, -118], - [73, -92], - [-68, -84], - [57, -108], - [-15, -44], - [32, -99], - [84, -32], - [-11, -87], - [40, -85], - [-143, -43], - [-28, -75], - [84, -32], - [44, -102], - [-71, -94], - [-19, -96], - [47, -143], - [-89, -113], - [26, -36], - [-70, -67], - [-83, -20], - [-39, 36], - [-82, -80], - [-79, -18], - [-35, -35] - ], - [ - [12995, 18823], - [-120, 52], - [15, 90], - [-37, 97], - [-87, 44], - [-58, 110], - [-79, 29], - [-17, 74], - [39, 21], - [16, 65], - [-74, 290], - [-43, 136], - [-47, 89], - [-70, -23], - [-72, 37], - [17, 65], - [60, 10], - [85, -24], - [10, 75], - [-56, -6], - [-28, 55], - [-104, 21], - [8, 78], - [-83, -9], - [-28, 127], - [-51, 100], - [2, 66], - [-99, 237], - [-16, 10] - ], - [ - [12078, 20739], - [134, -13], - [17, 27], - [83, -17], - [74, 39], - [99, 133], - [95, -128], - [81, -2], - [57, -125], - [10, -135], - [58, -46], - [172, 40], - [100, 55] - ], - [ - [5865, 32363], - [35, -78] - ], - [ - [9871, 33296], - [62, -51], - [-64, -66], - [-24, 100], - [26, 17] - ], - [ - [3167, 36310], - [63, -79], - [-44, -43], - [-89, 41], - [-4, 49], - [74, 32] - ], - [ - [3807, 36527], - [29, -18], - [27, -51], - [-63, -27], - [-45, 1], - [11, 76], - [41, 19] - ], - [ - [4006, 36619], - [39, -58], - [-42, -32], - [-97, -20], - [6, 76], - [94, 34] - ], - [ - [815, 38285], - [119, -50], - [6, -42], - [-93, -30], - [-71, 13], - [39, 109] - ], - [ - [628, 38670], - [48, -53], - [-21, -122], - [-41, 3], - [-50, 140], - [64, 32] - ], - [ - [648, 38939], - [7, -50], - [-95, -93], - [-17, 46], - [105, 97] - ], - [ - [376, 39421], - [87, -47], - [62, 26], - [-17, -156], - [-61, -170], - [-70, -63], - [-26, -68], - [-115, -45], - [-19, 61], - [-146, -32], - [-71, 45], - [44, 71], - [136, 19], - [26, 46], - [127, 146], - [-9, 60], - [52, 107] - ], - [ - [265, 39464], - [10, -5], - [21, -42], - [-14, -90], - [19, -70], - [-64, -18], - [-60, -50], - [-8, 127], - [30, 86], - [43, 16], - [1, 15], - [-17, 15], - [39, 16] - ], - [ - [680, 39481], - [51, -30], - [-16, -68], - [10, -78], - [-65, -41], - [-111, 14], - [42, 71], - [-19, 74], - [108, 58] - ], - [ - [458, 39590], - [47, -17], - [48, -85], - [-85, -103], - [-127, 109], - [117, 96] - ], - [ - [576, 39729], - [15, -9], - [-17, -96], - [8, -26], - [-54, -38], - [-23, 16], - [-47, 17], - [-88, -45], - [1, 99], - [66, 8], - [75, 34], - [15, 27], - [49, 13] - ], - [ - [765, 39747], - [80, -88], - [-49, -75], - [-63, -43], - [-67, 24], - [-8, 55], - [96, 60], - [11, 67] - ], - [ - [648, 39855], - [43, -47], - [37, -111], - [-142, -99], - [4, 109], - [11, 11], - [-29, 14], - [-42, -4], - [42, 99], - [76, 28] - ], - [ - [534, 39861], - [4, -83], - [-65, -90], - [-114, -28], - [-29, -206], - [-69, 13], - [-26, -10], - [-12, -8], - [0, -5], - [16, -11], - [-1, -14], - [-47, -16], - [-27, -86], - [-14, -112], - [-38, -71], - [-100, 116], - [73, 73], - [-36, 112], - [98, 110], - [55, 132], - [103, -4], - [36, 24], - [8, 83], - [62, 55], - [56, -38], - [67, 64] - ], - [ - [13491, 37705], - [58, -75], - [47, -117], - [-64, -35], - [88, -127], - [82, 20], - [97, -11], - [35, -127], - [-31, -101], - [-56, -13], - [0, -55], - [-80, -127], - [-41, -201], - [-45, -17], - [-188, 26], - [-92, -78], - [-50, -107], - [-123, -82], - [-66, -18], - [-96, 58], - [-87, -17], - [-2, -58], - [92, -20], - [-16, -99], - [49, 8], - [10, -82], - [40, -29], - [72, 44], - [179, -2], - [59, -34], - [21, -73], - [-74, -37], - [-92, -78], - [-16, -49], - [-125, 24], - [-49, 91], - [-88, -26], - [-28, -173], - [42, -40], - [-5, -107], - [103, -21], - [22, -270], - [82, 12], - [-16, -94], - [-55, -17], - [-80, -81], - [-2, -39], - [117, -35], - [-17, -75] - ], - [ - [13102, 35141], - [-218, -72], - [-52, -39], - [-316, -155], - [-83, -1], - [-31, -61], - [41, -162], - [97, -72], - [17, -101], - [-27, -51], - [-89, -27], - [-36, 15], - [-91, -34], - [81, -62], - [21, -104], - [59, -133], - [169, 57], - [81, 8], - [20, 42], - [186, 40], - [260, 0], - [45, -69], - [69, 48], - [73, -32], - [45, 52], - [96, -43], - [-17, -103], - [-44, -36], - [-187, -49], - [-82, 18], - [-55, -31], - [-87, -9], - [-140, 14], - [-12, -68], - [-198, -76], - [-29, -221], - [-124, -82], - [-132, 12], - [9, -58], - [-35, -47], - [5, -116], - [-58, 23], - [-36, -40], - [-84, 6], - [-63, -38], - [-70, 3], - [-98, -45], - [125, -73], - [93, 5], - [26, -146], - [82, -47], - [50, 7], - [19, -61], - [198, -30], - [-22, -116], - [76, -109], - [1, -87], - [30, -19], - [-10, -165], - [20, -61], - [-63, -44], - [-70, 18], - [-56, -85], - [-46, 18], - [8, -182], - [-89, -51], - [-41, 2], - [-86, -81], - [-103, 26], - [-78, -36], - [-64, 38], - [-32, 106], - [-68, 46], - [-62, 5], - [-71, 60], - [-71, -46], - [-2, 76], - [-33, 72], - [-52, -7], - [-41, -114], - [-80, -29], - [81, -132], - [89, -27], - [-11, -205], - [-59, -65], - [-58, -121], - [-18, -76], - [49, -230], - [-36, -58], - [14, -128], - [-112, -16], - [-143, 29], - [-37, -31], - [-1, -93], - [-68, -59], - [-102, -14] - ], - [ - [10517, 31115], - [-189, 33], - [-75, -44], - [-47, -118], - [-91, -62], - [-110, 15] - ], - [ - [10005, 30939], - [20, 146], - [-12, 104], - [32, 110], - [42, 27], - [2, 69], - [101, 87] - ], - [ - [10275, 31713], - [60, 100], - [-3, 83], - [25, 55], - [-24, 156], - [-25, 22], - [-51, 192], - [40, 28], - [-78, 82], - [9, 39], - [-104, 226], - [-13, 60], - [-70, 48], - [-66, 215], - [62, 60], - [-101, 27], - [-13, 63], - [35, 92], - [-77, 41], - [-35, -11], - [-13, -152], - [-73, 4], - [-16, 308], - [-48, 63], - [-8, 143], - [63, 78], - [2, 68], - [92, 121], - [-27, 80], - [49, 137], - [-105, -45], - [-63, 98], - [17, 82], - [49, 86], - [97, 25], - [71, 56], - [41, -31], - [111, 61], - [-83, 57], - [-55, -26], - [-250, 5], - [-110, -51], - [-51, 50], - [-10, 77], - [52, 68], - [19, 115], - [36, 73], - [-99, 59], - [-46, 198], - [11, 136], - [88, 360], - [53, 94], - [65, 53], - [104, 8], - [113, -75], - [127, -24], - [91, 146], - [42, 24], - [113, -56], - [-37, 135], - [-93, -38], - [-112, -78], - [-149, 13], - [-120, 109], - [-63, -12], - [-77, -57], - [-89, -6], - [-60, -53], - [-77, 32], - [-78, 135], - [-41, -38], - [0, -133], - [-58, -101], - [-6, -55], - [-138, -30], - [-98, -415], - [-62, 46], - [20, 74], - [-47, 94], - [-57, -141], - [38, -167], - [56, -84], - [8, -245], - [22, -63], - [-23, -78], - [102, -219], - [-82, -131], - [-31, -160], - [-42, -106], - [-223, -269], - [-54, -92], - [3, -33], - [-63, -94], - [73, -101], - [-130, -69], - [-18, -27], - [-124, -42], - [-87, -55], - [-79, -15], - [-262, -125], - [-72, -85], - [-96, 1], - [-90, -56], - [-91, -18], - [-4, -38], - [-234, -70], - [-33, 12], - [-83, -135], - [-88, -49], - [-91, -8], - [-52, -27], - [-109, -17], - [-265, -133], - [-90, -18], - [-27, -54], - [-138, -3], - [-19, -45], - [-58, -11], - [-132, 32], - [-63, -38] - ], - [ - [5947, 32261], - [-40, 4], - [0, 40], - [-43, 61] - ], - [ - [5467, 32389], - [-63, -1], - [-131, 43], - [-77, 53], - [-109, 44], - [-166, 91], - [-70, 72], - [-63, 15], - [-97, 62], - [-207, 165], - [-279, 244], - [-204, 218], - [-185, 215], - [-253, 307], - [-209, 240], - [113, 117], - [-45, 132], - [-115, -15], - [46, -45], - [-17, -47], - [45, -46], - [-41, -72], - [-76, 64], - [-153, 164], - [-40, 2], - [-115, 101], - [-134, 137], - [-154, 128], - [-55, 70], - [-114, 79], - [-193, 179], - [-161, 178], - [-173, 203], - [-58, 52], - [-169, 199], - [-62, 85], - [8, 28], - [-45, 119], - [51, 92], - [-5, 34], - [61, 111], - [51, 59], - [158, 90], - [-11, -57], - [-67, -53], - [54, -82], - [90, 32], - [32, -23], - [147, 51], - [21, -72], - [-37, -19], - [-51, -176], - [94, -93], - [44, -19], - [149, 41], - [94, 66], - [14, 61], - [174, -34], - [78, 45], - [75, 7], - [3, 40], - [68, 55], - [4, 109], - [61, -52], - [20, -86], - [88, -42], - [120, 24], - [21, 80], - [77, 4], - [-18, 129], - [110, 14], - [114, -125], - [32, 4], - [47, 108], - [103, -9], - [76, 60], - [6, 33], - [48, 57], - [19, -2], - [6, 38], - [214, 67], - [48, -24], - [215, 11], - [64, 72], - [16, 80], - [45, 30], - [56, 91], - [20, 131], - [103, 72], - [18, 89], - [32, 20], - [66, 148], - [48, 70], - [102, 77], - [17, 55], - [92, 130], - [48, 145], - [-122, -29], - [-90, -84], - [-8, -145], - [-21, -44], - [-73, -31], - [-139, 33], - [-79, 63], - [-49, 11], - [-45, -59], - [-104, -21], - [-65, 43], - [0, -85], - [-57, -36], - [-256, -21], - [-84, -16], - [-110, -64], - [-79, 17], - [-149, -51], - [-99, -71], - [-13, -60], - [-70, -98], - [-45, -21], - [-46, 34], - [-114, 24], - [-54, -18], - [-98, 60], - [-64, 11], - [-109, -39], - [-60, 15], - [-99, 67], - [-182, 54], - [-114, -19], - [-153, 33], - [-155, 86], - [-63, 50], - [-243, 136], - [-339, 206], - [-47, 36], - [-110, 42], - [-59, 54], - [-183, 122], - [-56, 74], - [-91, 80], - [61, 15], - [61, 89], - [-20, 68], - [12, 110], - [-69, 84], - [-84, -3], - [-19, 97], - [-52, 33], - [-67, 127], - [-33, 115], - [-1, 221], - [62, 62], - [23, 61], - [67, 72], - [81, 29], - [78, 62], - [54, 92], - [65, 50], - [104, 27], - [-7, 53], - [-126, 15], - [-58, -54], - [-106, 4], - [-50, -43], - [-88, -149], - [-40, 61], - [15, 79], - [60, 51], - [47, 94], - [92, 54], - [-55, 44], - [-64, 3], - [-48, 55], - [21, 36], - [444, -2], - [23, 170], - [10, 574], - [19, 24], - [118, 33], - [47, -232], - [110, -22], - [53, 139], - [56, 41], - [51, -90], - [95, -20], - [158, 91], - [251, -77], - [165, 78], - [78, 18], - [114, -24], - [153, 17], - [153, -43], - [219, 53], - [177, -168], - [95, -70], - [413, -25], - [246, 12], - [54, 33], - [63, 74], - [72, 160], - [89, 36], - [190, 39], - [132, 52], - [161, 32], - [196, 77], - [254, 77], - [80, -43], - [-42, -99], - [-44, -33], - [34, -137], - [-34, -47], - [47, -57], - [136, -35], - [155, -10], - [175, 5], - [106, 57], - [89, 22], - [-20, 78], - [164, 128], - [85, 33], - [32, -31], - [75, 1], - [91, 78], - [74, 22], - [26, 53], - [-90, 51], - [-142, -5], - [-46, 20], - [17, 186], - [-37, 43], - [5, 134], - [44, 72], - [56, 19], - [134, 97] - ], - [ - [6420, 41445], - [27, -28], - [392, -141], - [63, 82], - [67, 26], - [53, -76], - [91, 39], - [145, 83], - [107, 11], - [175, -19], - [99, -86], - [121, 48], - [64, 0], - [86, 34], - [62, -18], - [-2, -91], - [76, -16], - [49, 20], - [5, 113], - [121, -24], - [18, -81], - [130, 69], - [1, 48], - [129, 65], - [72, -20], - [-1, -102], - [70, -45], - [75, 2], - [77, -57], - [97, 54], - [99, -25], - [4, -53], - [-57, -44], - [46, -69], - [51, -28], - [138, 33], - [63, -120], - [76, 17], - [60, -34], - [-25, -76], - [43, -51], - [18, -72], - [100, 26], - [-21, 74], - [91, 126], - [102, -75], - [155, -37], - [75, 8], - [1, -94], - [86, -134], - [182, -7], - [116, 17], - [72, -33], - [51, -58], - [118, 75], - [-29, 77], - [58, 67], - [-22, 69], - [90, 33], - [64, 0], - [96, 68], - [28, -87], - [-2, -85], - [-47, -59], - [93, -60], - [116, -42], - [68, 58], - [45, -25], - [-45, -71], - [-53, 2], - [-30, -78], - [-62, 15], - [-13, -64], - [-51, -40], - [-53, -97], - [-20, -83], - [90, -103], - [106, -67], - [114, -30], - [-51, -123], - [115, -79], - [84, 38], - [78, 81], - [19, 122], - [76, -6], - [0, -57], - [97, -85], - [-7, -122], - [24, -55], - [-3, -119], - [-74, -40], - [-58, -119], - [28, -75], - [-26, -70], - [33, -58], - [53, 40], - [45, -11], - [67, -61], - [62, -101], - [68, -28], - [-19, -142], - [55, -58], - [97, 100], - [106, -5], - [92, -66], - [-52, -212], - [47, -40], - [-32, -40], - [-24, -102], - [157, 7], - [28, -85], - [105, 92], - [40, -56], - [96, 29], - [88, -118], - [61, -136], - [98, 10], - [52, 92], - [62, -101], - [92, -12], - [35, -86], - [127, -2], - [65, -68], - [8, -88], - [-33, -47], - [5, -64], - [62, -49], - [61, -12], - [54, 92], - [93, -32], - [49, -52], - [36, -86], - [-13, -55], - [89, -74] - ], - [ - [20642, 54632], - [37, -31], - [-48, -78], - [1, -60], - [-84, -56], - [-80, -123], - [-50, -105], - [-58, -46], - [-51, 0], - [-28, -52], - [7, -81], - [-89, -42], - [-92, -66], - [-135, -37], - [6, -33], - [-50, -105], - [-156, -200], - [7, -67], - [-59, -130], - [-7, -55], - [-75, -41], - [-12, -62], - [60, -72], - [-120, -270], - [53, -110], - [-55, -45], - [85, -110], - [-12, -68], - [47, -33], - [-32, -47], - [31, -88], - [-48, -17], - [7, -62], - [58, -11], - [17, -65], - [-55, -102], - [30, -81], - [-35, -22], - [28, -107], - [-29, -65], - [26, -44], - [-31, -77], - [72, -55], - [12, -67], - [114, -99], - [-51, -102], - [57, -142], - [-78, -24], - [12, -53] - ], - [ - [20120, 50296], - [50, -26], - [82, -90], - [62, -10], - [22, -53], - [85, -42], - [-11, -44], - [54, -83], - [-61, -40], - [65, -79], - [-7, -61], - [100, -207], - [-14, -48], - [-72, -17], - [1, -93], - [-58, -44], - [10, -126], - [127, -129], - [1, -64], - [-37, -78], - [-111, 2], - [3, -88], - [-61, -38], - [-44, 37], - [-45, -29], - [23, -52], - [-160, 1], - [-58, -68], - [-82, -55] - ], - [ - [19984, 48672], - [-91, -48], - [-186, 62], - [-6, -60], - [-101, -2], - [-63, 55], - [-75, 24], - [-34, -76], - [121, -115], - [-54, -22], - [-47, 48], - [-83, -15], - [-33, -83], - [-19, -113], - [-80, 41], - [-54, -42], - [-40, 53], - [51, 49], - [-57, 43], - [15, 154], - [27, 115], - [41, -4], - [-1, 139], - [-15, 71], - [13, 123], - [-14, 45], - [61, 170], - [34, 168], - [-44, 11], - [-127, 100], - [-45, 76], - [-67, 0], - [-95, -72], - [3, -84], - [-80, -25], - [-35, -40], - [-64, 7], - [-61, -80], - [-76, -12], - [27, -170], - [-134, -21], - [-115, -89], - [-35, 19], - [17, 138], - [-182, 17], - [31, 92], - [61, 47], - [-56, 99], - [-77, 6], - [-170, -20], - [-14, 53], - [-98, 39], - [-68, -34], - [171, -93], - [-52, -50], - [12, -78], - [35, -17], - [-37, -83], - [-102, 1], - [0, 44], - [-86, 50], - [-39, -33], - [-123, 6], - [57, -66], - [-64, -20], - [-45, -68], - [56, -45], - [-21, -146], - [80, -143], - [-73, -94], - [-99, 60], - [-13, 49], - [-75, 32], - [-17, -40], - [-67, -7], - [-89, 34], - [-74, 4], - [4, 104], - [-31, 64], - [11, 58], - [-28, 61], - [41, 112], - [79, -1], - [-73, 110], - [-90, 22], - [129, 132], - [73, 51], - [103, -1], - [-48, 120], - [-92, 40], - [17, 91], - [-71, 35], - [-66, 98], - [-64, 15], - [-11, 55], - [-263, 105], - [-54, 100], - [-95, 35], - [4, 34], - [-103, 27], - [-54, 79], - [-80, 30], - [-43, 138], - [-118, 20], - [-36, 80], - [-19, 194], - [-32, 91], - [-39, 35], - [33, 114], - [-56, 53], - [1, 89], - [-47, 65], - [67, 35], - [42, 79], - [-12, 81], - [-83, 22], - [-85, -8], - [-10, 111], - [-109, 13], - [0, 93], - [34, 41], - [-77, 33], - [17, 63], - [70, 44], - [-46, 174], - [-143, -65], - [10, 133], - [-94, -46], - [-11, -44], - [-168, -24], - [-33, 56], - [-72, -52], - [-152, -31], - [-120, 136], - [-72, -45], - [-83, 23], - [-6, 85], - [-51, 106], - [-171, 89], - [-88, -10], - [-74, -89], - [-97, -15], - [-45, 35], - [-134, 8], - [-19, -95], - [-101, -7], - [9, 61], - [-59, 74], - [-6, 45], - [-86, 44], - [8, 93], - [97, -15], - [72, 168], - [-88, 56], - [15, 229], - [55, 154], - [4, 73], - [-148, 2], - [-27, -29], - [-118, 7], - [-15, 100], - [58, 90], - [90, 30], - [46, 61], - [-43, 85], - [-63, 12], - [30, 82] - ], - [ - [13922, 53612], - [147, -66], - [119, -25], - [0, 43], - [90, 62], - [32, 52], - [63, -23], - [114, 29], - [56, 42], - [106, -77], - [164, -41], - [42, -90], - [59, -29], - [44, -77], - [104, 58], - [62, -6], - [27, 77], - [55, -36], - [-38, -120], - [37, -98], - [50, 7], - [126, 76], - [41, -20], - [-7, -78], - [73, -102], - [-72, -49], - [-21, -116], - [-66, -26], - [32, -91], - [105, -54], - [-22, -56], - [59, -71], - [116, 23], - [31, 62], - [-54, 34], - [60, 68], - [23, 88], - [97, 98], - [37, -4], - [40, 115], - [103, 58], - [1, 50], - [136, -78], - [110, -19], - [15, -50], - [131, 22], - [6, 45], - [90, -1], - [69, -41], - [18, 124], - [94, 8], - [51, 31], - [53, -43], - [53, 20], - [96, -146], - [74, 7], - [81, -53], - [84, 0], - [69, 43], - [83, -5], - [72, 75], - [8, 56], - [85, -21], - [50, 47], - [60, 3], - [61, 62], - [75, 22], - [-7, 71], - [-93, 20], - [-9, 121], - [55, -5], - [-32, 139], - [21, 71], - [68, 106], - [2, 64], - [-57, 45], - [13, 65], - [89, -86], - [170, -21], - [45, 42], - [90, -1], - [26, 70], - [-45, 59], - [39, 36], - [65, -44], - [-5, -74], - [57, -109], - [85, -8], - [23, -47], - [118, 51], - [76, -45], - [66, 37], - [22, 91], - [-15, 82], - [36, 83], - [-107, 111], - [177, 150], - [59, 13], - [90, 81], - [-85, 78], - [107, 77], - [131, -34], - [53, 50], - [71, -58], - [73, -106], - [65, 60], - [-82, 111], - [8, 122], - [41, 10], - [17, 71], - [-77, 37], - [62, 137], - [-30, 47], - [-90, 47], - [10, 72], - [-98, -25], - [2, 58] - ], - [ - [19000, 55509], - [41, 67], - [-42, 92], - [-58, 23], - [-71, 79], - [2, 69] - ], - [ - [18872, 55839], - [88, 55], - [28, -97], - [65, -41], - [110, 62], - [55, -139], - [58, -60], - [97, 7], - [33, -167], - [75, 15], - [122, -41], - [112, -97], - [20, -116], - [-11, -90], - [-101, -75], - [57, -66], - [105, -30], - [38, -105], - [108, 9], - [26, -41], - [104, -30], - [78, 19], - [75, -36], - [33, -58], - [68, 46], - [59, -2], - [-40, -84], - [124, 31], - [41, 73], - [72, -119], - [71, -30] - ], - [ - [22480, 59550], - [83, -50], - [-23, -78], - [88, -70], - [89, -17], - [-126, -189], - [6, -136], - [-55, -73], - [96, -8], - [133, 13], - [109, -69], - [3, -70], - [-44, -69], - [49, -81], - [113, -38], - [10, -44], - [83, -98], - [103, -96], - [75, -10], - [-56, -173], - [-46, -93], - [-9, -114], - [-61, -49], - [-3, -48], - [94, -235], - [100, -5], - [10, -66], - [94, -77], - [-9, -63], - [-56, -57], - [-104, -63], - [-64, -18], - [-31, -46], - [20, -78], - [62, 7], - [113, -87], - [-7, -81], - [-36, -35], - [112, -49], - [29, -62], - [-25, -56], - [85, -67], - [26, -71], - [61, -26] - ], - [ - [23571, 56655], - [6, -59], - [56, -27], - [24, -66], - [56, -26], - [14, -85], - [41, -65], - [-120, -29], - [-84, 24], - [-52, -27], - [-135, 101], - [-52, 133], - [-101, -24], - [-217, 8], - [-32, 50], - [-78, 38], - [-75, -5], - [-64, -63], - [-148, -7], - [-8, 40], - [-103, 90], - [-58, 6], - [-53, 59], - [-155, 1], - [-65, -39], - [-80, -84], - [-105, -27], - [-81, 19], - [-122, -90], - [-138, -17], - [-49, -65], - [-116, 50], - [-116, -46], - [-51, -79], - [-60, -32], - [-19, -69], - [-83, -63], - [43, -113], - [-62, -81], - [-94, 16], - [-45, -63], - [27, -63], - [105, 8], - [-22, -124], - [-85, 21], - [-29, -71], - [28, -33], - [-87, -133], - [-36, -23], - [116, -135], - [-17, -57], - [72, -48], - [20, -55], - [-95, -79], - [48, -85], - [115, -22], - [14, -53], - [-29, -61], - [-69, -17], - [-234, -128], - [-127, -26], - [-90, -47], - [1, -29] - ], - [ - [20616, 54679], - [26, -47] - ], - [ - [18872, 55839], - [-97, 76], - [-29, 56], - [-98, 15], - [-128, 79], - [-24, 114], - [59, 131], - [-80, 41], - [20, 54], - [-18, 73], - [99, 70], - [-143, 155], - [-54, -56], - [-77, 62], - [-49, -22], - [-48, 86], - [-85, 34], - [-81, 124], - [-2, 43], - [-68, 42], - [-96, -30], - [31, -53], - [1, -79], - [-62, -44], - [-210, -49], - [-74, 4], - [-14, 80], - [-59, 27], - [-12, 68], - [49, 51], - [-62, 90], - [-97, 216], - [-179, 253], - [4, 38], - [-60, 97], - [-71, 177], - [-51, 83], - [68, 15], - [-7, 56], - [-121, 235], - [-128, 74], - [-91, 16], - [-134, 113], - [-52, -3], - [-40, 54], - [-94, 41], - [-112, -26], - [-43, 36], - [69, 42], - [99, 107], - [2, 71], - [-79, 19], - [5, 115], - [117, 68], - [133, 22], - [237, 244], - [61, 45], - [119, 30], - [-23, 86], - [-132, 117], - [-9, 51], - [47, 126] - ], - [ - [16899, 59699], - [112, 157], - [-55, 85], - [30, 177], - [-85, 131], - [-116, 67], - [-74, 117], - [46, 84], - [130, 1], - [72, -34], - [74, -72], - [184, 77], - [143, 118], - [25, 83], - [129, 42], - [187, 23], - [39, 45], - [43, 120], - [185, 123], - [56, 59], - [186, -7], - [59, 37], - [114, 32], - [85, -13], - [29, -70], - [60, -26], - [154, 44], - [73, -5], - [66, 105], - [8, 68], - [73, -30], - [55, 16], - [-52, -173], - [11, -41], - [108, -102], - [55, 6], - [88, -186], - [178, -102], - [81, 24], - [87, -61], - [62, 32], - [74, -16], - [0, -52], - [46, -103], - [53, 5], - [103, -46], - [133, -99], - [72, -70], - [76, 6], - [5, 72], - [46, 57], - [102, 6], - [65, -50], - [64, 57], - [77, 2], - [136, 120], - [69, 5], - [89, 41], - [26, 62], - [104, -33], - [171, -153], - [-63, -94], - [140, -58], - [79, -55], - [13, -60], - [112, -77], - [-32, -147], - [37, -32], - [124, -202], - [130, 0], - [18, 85], - [52, -7], - [57, 84], - [50, -45], - [44, 64], - [75, 16], - [30, -31], - [90, 27], - [26, 44], - [130, 42], - [-18, 58], - [126, 59], - [61, -7], - [11, -95], - [-32, -109], - [17, -78], - [39, -35], - [-125, -88], - [-77, -18], - [5, -111], - [-45, -49], - [70, -74], - [158, 124], - [63, -42] - ], - [ - [16899, 59699], - [-77, -89], - [-73, -117], - [-129, -24], - [-75, -135], - [-140, -68], - [-122, -16], - [-104, -48], - [-46, -49], - [-19, -97], - [-106, 46], - [13, 50], - [-129, -35], - [-183, 47], - [-20, -17] - ], - [ - [15689, 59147], - [-200, 143], - [-69, 7], - [-45, 54], - [-70, -28], - [-143, 154], - [-116, 27], - [-93, -97], - [-85, 10], - [-34, 31], - [-75, -3], - [-95, 61], - [-83, 8], - [-43, -28], - [-221, 2], - [-42, 71], - [2, 53], - [-61, 50], - [-23, 118], - [74, 127], - [-47, 61], - [-9, 60], - [38, 112], - [72, 139], - [-43, 26], - [-85, -35], - [-1, -72], - [-60, -79], - [-104, -6], - [-78, -33], - [-144, 94], - [-79, 146], - [-2, 81], - [-34, 56], - [-145, 10], - [-66, 27], - [6, 50], - [57, 56], - [11, 110], - [-212, 82], - [-110, -13], - [-63, 148], - [-142, 132], - [-64, 38], - [-124, 18], - [-27, 23], - [-2, 119], - [25, 29], - [120, -5], - [53, 24], - [140, 170], - [40, 91], - [-13, 97], - [17, 69], - [-19, 61], - [-121, 142], - [-77, 70], - [-75, -19], - [-56, 22], - [-63, 113], - [-53, 162], - [-43, 62], - [22, 46], - [74, 28], - [62, 54], - [46, 76], - [90, 41], - [88, 3], - [88, 28], - [109, 63], - [91, 133], - [4, 115], - [-31, 91], - [-75, 57], - [-117, 1], - [-102, 35], - [-62, -37], - [-178, -36], - [-13, 18], - [-224, 6], - [-27, 98], - [41, 50], - [-1, 59], - [160, 207], - [-1, 122], - [-78, 86], - [-46, 94], - [-45, 40], - [-127, -50], - [-75, 43], - [-98, 7], - [31, 131], - [171, 132], - [96, 51], - [-26, 45], - [19, 73], - [116, 61], - [-46, 169], - [73, 117], - [115, 30], - [64, -52], - [236, 19], - [118, 95], - [148, 61], - [72, 80], - [95, -16], - [65, 30], - [216, -30], - [72, -35], - [162, -12], - [129, -85], - [71, -76], - [125, -28], - [236, -25], - [128, 16], - [275, -100], - [272, 49], - [141, -38], - [131, -15], - [-9, -66], - [195, -113], - [97, -31], - [245, -26], - [188, 6], - [221, -43], - [125, -13], - [97, 42], - [110, 94], - [166, 70], - [30, 45], - [150, 26], - [79, 80], - [109, 3], - [79, -58], - [79, -7], - [258, 116], - [90, 88], - [153, 10], - [113, 65], - [71, 64], - [98, -19], - [105, -59], - [242, -2], - [34, 14], - [42, 88], - [84, 100], - [-13, 132], - [52, 72], - [107, 6], - [115, 82], - [44, -1], - [147, -68], - [104, -4], - [28, 39], - [8, 182], - [120, -25], - [194, 71], - [273, 193], - [356, 222], - [94, 74], - [219, 133], - [144, 100], - [187, 154], - [245, 155], - [35, -98], - [57, -68], - [86, 27], - [51, 76], - [87, 31], - [195, 12], - [69, -45], - [-29, -39], - [-168, -90], - [-68, -87], - [26, -196], - [35, -103], - [87, -151], - [129, -91], - [2, -78], - [-75, -67], - [111, -258], - [113, -207], - [49, -267], - [90, -164], - [80, -64], - [89, -26], - [137, -10], - [43, -35], - [25, -72], - [141, -5], - [121, 25], - [70, -5], - [92, -67], - [108, -123], - [154, -77], - [72, -83], - [165, -125], - [186, -72], - [130, -98], - [26, -102], - [-82, -164], - [-187, -140], - [-312, -143], - [-50, -54], - [12, -50], - [107, -33], - [7, -80], - [-106, -86], - [4, -171], - [54, -116], - [73, -90], - [19, -72], - [-19, -55], - [-145, -154], - [45, -144], - [119, -196], - [87, -114], - [215, -196], - [113, -72], - [35, -47], - [172, -119], - [18, -155], - [146, -66], - [382, -26], - [137, 2], - [72, -25], - [2, -100], - [-98, -175], - [-36, -148], - [33, -90], - [49, -55], - [98, -65], - [55, -78], - [17, -126], - [44, -63], - [93, -51], - [30, -44], - [52, -180], - [-41, -146], - [-81, -37], - [-98, 2], - [-258, -152], - [-58, -82], - [-51, -6], - [-60, 67], - [-48, 11], - [-99, -27], - [-119, -62], - [-68, -78], - [7, -79], - [-37, -102], - [-81, 30], - [-94, -41], - [-68, -6], - [-51, -47], - [-123, 53], - [-88, 110], - [-85, 25], - [-121, 115], - [-35, 231], - [33, 54], - [-44, 198], - [-52, 27], - [-181, -108], - [-48, -88], - [-64, -15], - [-97, 18], - [-72, -14], - [-90, -76], - [-72, 14], - [-89, -54], - [-3, -103] - ], - [ - [43098, 42693], - [-36, -157], - [3, -123], - [45, -54], - [157, -83], - [92, -125], - [122, -116], - [25, -91], - [-15, -35], - [-151, -89], - [-71, -158], - [-56, -84], - [134, -38], - [-32, -101], - [56, -36], - [-22, -115], - [18, -43], - [-50, -72], - [-86, -27], - [-114, 26], - [5, -163], - [42, -54], - [-65, -84], - [21, -116], - [-80, -113], - [-11, -69], - [-165, -132], - [-75, 5], - [-21, -85], - [73, -14], - [57, -70], - [-16, -59], - [-136, 31], - [-105, -4], - [55, -68], - [-51, -20], - [-25, -83], - [-68, 1], - [-94, 64], - [-12, -147], - [23, -69], - [-66, -26], - [-71, -76], - [-109, 55], - [-73, 17], - [-42, -33], - [-48, 22], - [37, 61], - [-128, 2], - [-67, 24], - [-24, -41], - [59, -126], - [71, -33], - [-15, -50], - [16, -101], - [-60, -36], - [-43, -108], - [-57, -2], - [6, 70], - [-77, -1], - [-113, 26], - [-12, -40], - [79, -73], - [-39, -58], - [-94, 12], - [-108, 39], - [-49, 47], - [-157, 65], - [-44, -51], - [-42, 54], - [-64, 32], - [-111, -134], - [-103, -56], - [42, -50], - [-54, -205], - [-119, -23], - [-59, 46], - [-137, -34], - [-128, -47], - [-136, -77], - [-104, 14], - [-80, -8], - [-192, -205], - [-13, -183], - [-114, -47], - [-166, -18], - [-8, 47], - [-92, 44], - [-80, 5], - [27, 62], - [-26, 54], - [22, 56], - [-32, 42], - [-223, 32], - [-58, -52], - [67, -164], - [-46, -5], - [-181, -76], - [-70, 38], - [-71, 11], - [-32, -59], - [8, -95], - [72, -76], - [-65, -28], - [12, -80], - [-22, -62], - [-78, -93], - [19, -164], - [50, 5], - [44, -83], - [82, -67], - [64, 0], - [84, 38], - [120, -5], - [17, -74], - [104, -49], - [53, 7], - [131, -186], - [56, 5], - [25, -54], - [108, 8], - [40, 35], - [116, -50], - [61, 18], - [73, -52], - [51, 48], - [103, -23], - [75, 11], - [33, -54], - [-56, -71], - [-37, 25], - [-83, -71], - [67, -44], - [-66, -84], - [2, -74], - [-39, -120], - [84, -39], - [54, -86], - [156, -27], - [150, -87], - [41, -42], - [-5, -134], - [38, -49], - [120, 10], - [110, -14], - [61, -69], - [12, -161], - [-97, -9], - [41, -111], - [91, -14], - [85, -48], - [-32, -165], - [130, -100], - [-6, -67], - [-144, 19], - [-64, -99], - [-95, -23], - [-55, 17] - ], - [ - [40757, 35745], - [-90, 10], - [-74, 38], - [-6, 59], - [-123, 48], - [-25, 36], - [-118, 12], - [-54, 88], - [-167, -80], - [-157, 90], - [-143, 185], - [-50, 33], - [-98, 22], - [-40, 49], - [-222, 46], - [-71, 122], - [-67, 48], - [-23, -68], - [-129, -80], - [-35, -101], - [87, -78], - [35, 5], - [28, -99], - [-63, -101], - [60, -20], - [-6, -57], - [-105, -142], - [125, -134], - [-71, -124], - [18, -43], - [-132, -217], - [-30, 0], - [-76, -95], - [-242, 1], - [-62, 69], - [50, 64], - [-19, 35], - [39, 60], - [94, 0], - [-63, 78], - [-175, -122], - [-90, -22], - [-81, 96], - [-118, -36], - [-231, 97], - [-166, 91], - [-104, -3], - [-3, -69], - [-85, 1], - [-108, -104], - [-73, -156], - [-57, -5], - [-9, 75], - [-154, 71], - [-48, -17], - [-44, 69], - [-165, 37], - [3, 97], - [97, 177], - [2, 96], - [77, 44], - [-69, 133], - [20, 69], - [-57, 153], - [35, 65], - [-48, 15], - [-200, -82], - [-176, -61], - [-5, 58], - [-93, -35], - [-76, 37], - [-106, -3], - [-20, -63], - [-181, -2], - [-65, 34], - [-286, -31], - [-60, -32], - [-107, -114], - [-118, -7], - [-182, -27], - [-94, 84], - [-116, -5], - [-128, 113], - [4, 108], - [-69, 15], - [-107, 84], - [-121, 25] - ], - [ - [33282, 40106], - [56, 58], - [65, 172], - [-4, 69], - [55, 82], - [-12, 63], - [-45, 46], - [61, 56], - [68, 23], - [19, 58], - [-29, 72], - [-68, 19], - [4, 58], - [-43, 43], - [26, 105], - [231, 60] - ], - [ - [20587, 26673], - [24, -19], - [21, 17], - [9, -8], - [20, -9], - [43, -11], - [-67, -87], - [27, -55], - [-23, -39], - [-23, 1], - [0, -24], - [13, -2], - [61, -86], - [-9, -56], - [7, -15], - [8, -50], - [-7, -35], - [-16, -10], - [-28, -7], - [-22, -2], - [-15, -12], - [-8, -20], - [-24, -20], - [14, -16], - [2, -28], - [118, -39], - [102, -112], - [-20, -15], - [7, -22], - [-7, -16], - [-8, 7], - [-19, 9], - [-5, 22], - [-13, -12], - [11, -21], - [-19, -10], - [-7, -14], - [6, -19], - [-1, -38], - [-6, -25], - [-36, 2], - [-33, 11], - [-4, -23], - [20, -44], - [-24, -8], - [-8, -11], - [-11, 4], - [-12, -16], - [-3, -38], - [-8, -1], - [3, -17], - [-10, -7], - [-10, -19], - [-11, -29], - [-13, 19], - [-39, 1], - [0, -35], - [-33, -23], - [-8, -20], - [-6, -24], - [11, -6], - [30, -1], - [25, -11], - [5, -10], - [39, -21], - [25, 6], - [-9, -39], - [-22, -29], - [-17, -3], - [-10, -18], - [-100, -22], - [-5, -7], - [-5, -14], - [-11, -7], - [-8, 7], - [-5, -9], - [-10, -4], - [-36, -5], - [-7, -11], - [-9, -7], - [2, -8], - [-12, -70], - [11, -58], - [-24, -118], - [47, -10], - [8, -6], - [9, -15], - [11, -7], - [35, 3], - [15, -53], - [11, -6], - [17, 19], - [10, 19], - [29, 37], - [46, -55], - [82, 21], - [14, -60], - [16, 3], - [9, -7], - [29, -3], - [11, -17], - [53, -8], - [24, 6], - [11, -15], - [10, -11], - [48, -27], - [-2, -16], - [-5, -14], - [-1, -29], - [-42, 8], - [-37, 11], - [-82, -26], - [1, -39], - [-2, -20], - [-13, -3], - [-19, -1], - [-12, 13], - [-38, 14], - [-1, -57], - [-33, 13], - [-20, -1], - [-33, 14], - [-23, -10], - [-29, -21], - [2, -34], - [35, -16], - [15, 1], - [0, -17], - [-27, -29], - [12, -17], - [3, -16], - [-16, -23], - [-24, -7], - [-24, -12], - [-36, 1], - [-18, 11], - [-5, 9], - [7, 12], - [9, 3], - [-61, 2], - [-4, -17], - [0, -30], - [14, -12], - [-8, -39], - [-3, -2], - [-4, -28], - [-20, -40], - [-6, -2], - [-8, -20], - [29, 2], - [12, -6], - [4, -24], - [-163, -130], - [24, -63], - [-45, -6], - [-5, -31], - [-11, -16], - [3, -11], - [-11, -8], - [15, -23], - [19, -6], - [2, -25], - [190, -79], - [81, -223], - [-46, -40], - [3, -35], - [-2, -16], - [-33, -36], - [1, -29], - [3, -12], - [-5, -13], - [9, -11], - [0, -17], - [-31, -18], - [15, -151], - [-8, -47], - [13, -44], - [7, -9], - [13, -10], - [0, -26], - [-1, -14], - [-9, -6], - [-50, 8], - [-20, -5], - [4, -34], - [-30, -112], - [4, -7], - [10, 0], - [7, -6], - [9, -3], - [18, 14], - [7, 0], - [17, -7], - [10, 6], - [13, -3], - [4, -8], - [-2, -14], - [0, -13], - [-6, -43], - [-41, -10], - [-20, -17], - [-45, -9], - [25, -29], - [5, -13], - [13, -5], - [-7, -11], - [24, -4], - [10, 7], - [14, 14], - [14, 9], - [18, -5], - [4, -7], - [-12, -18], - [-10, -26], - [-13, -11], - [-3, -29], - [21, -6], - [2, -17], - [-1, -5], - [-8, 1], - [-4, -8], - [6, -4], - [6, -8], - [0, -6], - [-17, -8], - [-29, 3], - [-14, -2], - [-35, -37], - [-12, -110], - [-7, -9], - [-25, 5], - [-43, -10], - [-5, -2], - [-13, -11], - [-9, -9], - [-6, -42], - [-18, -2], - [-14, 0], - [-8, 5], - [-10, -1], - [0, -7], - [-30, -3], - [-12, 1], - [-160, -30], - [28, -88], - [11, -16], - [12, -12], - [7, -17], - [15, -17], - [21, -8], - [28, -13], - [56, -13], - [23, -20], - [21, -7], - [45, 7], - [33, -19], - [52, -21], - [23, 1], - [12, 5], - [23, 22], - [51, 2], - [44, 5], - [63, -17], - [20, 0], - [35, -40], - [109, -58], - [5, -17], - [9, -20], - [0, -17], - [-6, -21], - [-17, -22], - [-34, 27], - [-89, -64], - [-11, 2], - [-14, 0], - [-26, -7], - [-30, -42], - [17, -85], - [-4, -15], - [3, -26], - [0, -19], - [-14, -19], - [-11, -47], - [7, -99], - [36, -98], - [-8, -44], - [-19, -54], - [42, -66], - [-3, -15], - [-7, -39], - [0, -14], - [8, -12], - [13, -10], - [2, -13], - [-3, -33], - [-11, -52], - [-27, 12], - [-31, 5], - [-36, -2], - [-89, 34], - [-41, -15], - [-33, 3], - [-15, -6], - [-21, -2], - [-18, 6], - [-32, 18], - [-156, 8], - [-74, 24], - [-150, -18], - [-22, -10], - [-30, -3], - [-30, -8], - [-30, -24], - [-55, -14], - [-32, -15], - [-29, -19], - [-24, -24], - [-30, -53], - [-25, -29], - [-17, -25], - [-10, -19], - [-14, -30], - [4, -5], - [9, -9], - [22, -1], - [7, -8], - [18, -4], - [6, 10], - [25, -3], - [-5, -58], - [2, -46], - [-19, -34], - [-9, 1], - [-3, -7], - [11, -5], - [-4, -20], - [-11, 3], - [1, -61], - [64, -8], - [18, -29], - [-18, -42], - [54, -28], - [22, -17], - [18, -21], - [13, -7], - [-8, -51], - [-11, -28], - [-76, 64], - [-120, -54], - [-7, -123], - [11, -118], - [0, -38], - [-5, -20], - [-67, -1], - [-11, 3], - [-21, 9], - [-21, 4], - [-3, -36], - [12, -21], - [44, -33], - [10, -14], - [3, -14], - [9, -17], - [20, -16], - [19, -6], - [8, -8], - [7, -20], - [1, -19], - [-6, -39], - [11, -12], - [17, -11], - [6, -18], - [-3, -21], - [-10, -37], - [55, -48], - [1, -23], - [-4, -14], - [17, -6], - [66, 17], - [23, 2], - [1, -16], - [7, -3], - [4, -68], - [72, -10], - [-14, -156], - [36, -56], - [14, -59], - [-2, -16], - [-10, -8], - [1, -13], - [-4, -8], - [-26, 4], - [-19, -3], - [-11, -15], - [7, -16], - [39, -10], - [2, -25], - [-14, -31], - [-18, -17], - [-26, -15], - [-4, -58], - [-16, -41], - [-5, -24], - [-10, -5], - [-4, -22], - [-18, -3], - [-24, 1], - [-5, -11], - [-14, -2], - [-7, -51], - [-38, 3], - [-23, 7], - [-22, 3], - [12, 24], - [5, 18], - [-4, 12], - [-102, 1], - [-11, -13], - [-27, -8], - [-3, -23], - [-33, 6], - [-36, 26], - [-17, 6], - [-25, -1], - [-40, 10], - [-54, 2], - [-26, -7], - [-16, 36], - [-20, 29], - [-38, 22], - [-13, 14], - [-17, 5], - [-18, 1], - [-54, 37], - [-28, -35], - [-18, -15], - [-7, -10], - [26, -112], - [-11, -25], - [-22, -12], - [-3, -11], - [-4, -11], - [-3, -4], - [-18, -14], - [15, -31], - [114, -14], - [27, -29], - [18, 18], - [11, 5], - [52, 7], - [-2, -21], - [4, -40], - [-12, -108], - [-44, -141], - [-14, -104], - [-5, -2], - [-11, 6], - [-13, 0], - [-7, -3], - [-1, -7], - [-13, -2], - [-67, -5], - [2, -12], - [11, -29], - [4, -23], - [15, -25], - [7, -15], - [-28, -63], - [-10, -39], - [-21, -38], - [-23, -180], - [38, -39], - [47, -119], - [12, -7], - [13, -2], - [19, -8], - [18, 6], - [1, -2], - [8, -16], - [26, -14], - [23, -24], - [14, -27], - [7, -29], - [14, -14], - [22, 5], - [12, 12], - [19, 11], - [27, 8], - [147, -13], - [2, -19], - [-22, -43], - [-12, -14], - [-33, -1], - [-2, -12], - [3, -34], - [1, -38], - [-2, -13], - [-5, -8], - [-10, 4], - [-40, 23], - [-12, 5], - [-66, -54], - [-10, -90], - [1, -11], - [14, -16], - [30, -47], - [96, -32], - [8, -11], - [8, -15], - [-3, -17], - [-11, -12], - [-42, -22], - [3, -18], - [17, -25], - [5, -11], - [4, -20], - [12, -9], - [18, -5], - [68, 10], - [15, -5], - [8, -7], - [4, 6], - [21, -10], - [100, 19], - [23, -36], - [16, -14], - [17, -20], - [21, -2], - [23, 2], - [22, 9], - [10, 19], - [2, 24], - [5, 19], - [-3, 19], - [9, 20], - [-19, 11], - [11, 60], - [12, 9], - [18, 23], - [14, 67], - [19, 13], - [13, -9], - [12, 13], - [97, -54], - [30, -3], - [29, 4], - [20, -9], - [29, 8], - [13, 14], - [15, 12], - [34, 14], - [17, -2], - [3, -66], - [-7, -61], - [176, -15], - [-9, -91], - [20, -16], - [27, -15], - [16, -58], - [68, 27], - [2, 20], - [-2, 12], - [-13, 15], - [-9, 58], - [-9, 27], - [-24, 2], - [-33, 78], - [-2, 23], - [11, 28], - [35, 28], - [32, -5], - [25, -12], - [11, -2], - [36, -26], - [0, -44], - [3, -30], - [24, -13], - [31, 17], - [23, 10], - [12, -20], - [17, -9], - [9, 1], - [7, -26], - [-21, -76], - [21, -53], - [3, -26], - [7, -29], - [14, -20], - [-17, -35], - [-5, -14], - [-26, 5], - [-56, 26], - [-87, 2], - [-16, 9], - [-14, 1], - [-27, -7], - [-17, -3], - [-1, -27], - [-15, -14], - [-9, -21], - [-4, -20], - [-64, -13], - [-2, -15], - [0, -17], - [-5, -33], - [9, 7], - [9, 14], - [82, 31], - [10, -9], - [4, -9], - [-2, -17], - [-35, -30], - [-16, -43], - [-24, -14], - [-6, -16], - [-18, -13], - [-27, 1], - [-15, -32], - [-11, -39], - [39, -9], - [13, -6], - [27, -1], - [47, -20], - [7, -77], - [74, 6], - [14, -8], - [9, -10], - [0, -16], - [-4, -13], - [-1, -30], - [-13, -10], - [-33, -7], - [25, -95], - [-155, 4], - [-11, 22], - [-2, 14], - [22, 37], - [22, 33], - [-1, 7], - [-41, 12], - [8, 11], - [0, 12], - [14, 36], - [1, 14], - [-18, 8], - [-27, 5], - [-7, 6], - [-1, 7], - [0, 0], - [1, 3], - [-14, 24], - [-15, 23], - [-1, 15], - [-7, 7], - [-22, 5], - [-55, -46], - [-13, 2], - [4, 19], - [-6, 28], - [-16, -4], - [-19, -13], - [-29, -33], - [-106, -8], - [-50, 13], - [-38, -42], - [-15, 3], - [-18, 12], - [-11, 3], - [-3, 14], - [2, 12], - [-13, 21], - [-7, 37], - [-8, 17], - [-67, -9], - [-31, 0], - [-15, 3], - [-2, 18], - [-99, 14], - [0, 70], - [-29, 20], - [13, 32], - [1, 14], - [-1, 13], - [8, 11], - [-14, 11], - [2, 12], - [3, 47], - [11, 27], - [1, 9], - [-4, 10], - [-12, 1], - [-18, 4], - [-44, -5], - [-61, 7], - [-10, 12], - [-10, 7], - [-11, 10], - [-6, 3], - [-5, -6], - [5, -20], - [-5, -24], - [-5, -5], - [-31, -5], - [-12, -14], - [-45, 10], - [-12, -6], - [-5, -19], - [-5, -34], - [-7, -12], - [63, -21], - [10, 6], - [12, 10], - [10, -4], - [23, -28], - [12, -7], - [64, -84], - [1, -17], - [6, -7], - [-2, -18], - [-6, -12], - [-48, -10], - [-14, -2], - [-12, 1], - [-9, -16], - [-6, -42], - [39, -36], - [58, -24], - [5, -6], - [0, 0], - [17, -15], - [20, -14], - [-6, -13], - [-6, -44], - [14, -9], - [9, -6], - [19, -7], - [13, -18], - [11, -11], - [37, -21], - [12, -65], - [-29, -1], - [-23, -9], - [-2, -13], - [-11, -37], - [2, -10], - [0, -7], - [-10, -3], - [-4, -30], - [-49, -51], - [-16, -15], - [-11, -6], - [-7, -10], - [1, -10], - [25, -7], - [8, -7], - [-6, -42], - [25, -100], - [21, -14], - [21, -9], - [5, 34], - [10, 33], - [3, 19], - [34, -1], - [55, -71], - [45, -3], - [-3, 20], - [2, 17], - [12, 11], - [21, 6], - [35, -14], - [27, -9], - [24, 5], - [7, 6], - [20, -2], - [44, 0], - [7, 15], - [3, 25], - [-38, 66], - [18, 34], - [0, 12], - [-9, 11], - [-27, 22], - [-12, 7], - [-33, 12], - [-3, 15], - [14, 1], - [20, 21], - [51, -5], - [5, 22], - [-7, 37], - [-10, 21], - [-2, 19], - [46, 41], - [11, -37], - [-15, -93], - [8, -3], - [30, -8], - [36, 51], - [-2, -42], - [8, 3], - [12, 18], - [8, 29], - [3, 16], - [7, 15], - [19, -1], - [14, -2], - [3, -12], - [-6, -17], - [1, -18], - [3, -18], - [7, -13], - [20, -10], - [-6, -38], - [12, 0], - [43, 7], - [17, -4], - [5, 12], - [24, 17], - [24, 9], - [8, -14], - [12, -27], - [8, -32], - [71, 43], - [46, -30], - [18, 0], - [19, 4], - [31, -4], - [46, -11], - [-27, -34], - [2, -10], - [-12, -12], - [1, -7], - [24, 1], - [0, -9], - [-6, -11], - [7, -5], - [19, -2], - [49, -6], - [3, -12], - [4, -5], - [10, -66], - [9, -14], - [-39, -110], - [11, -47], - [58, 5], - [7, 59], - [17, 8], - [34, -5], - [9, -10], - [3, -27], - [9, -7], - [20, 5], - [14, 45], - [0, 27], - [-2, 15], - [-26, 27], - [10, 16], - [22, 4], - [22, -5], - [4, -20], - [15, -33], - [41, 20], - [15, -6], - [17, 9], - [31, 30], - [19, -2], - [25, -33], - [13, -2], - [34, 18], - [-7, 14], - [-46, 13], - [-5, 20], - [9, 11], - [76, 36], - [16, 2], - [17, -2], - [13, 4], - [4, -18], - [-5, -17], - [-13, -24], - [11, 0], - [35, 15], - [24, 6], - [72, 94], - [60, 13], - [30, 2], - [20, 10], - [5, 9], - [-1, 8], - [-6, 9], - [-7, 18], - [63, 21], - [17, 26], - [38, 20], - [-1, 25], - [-14, 41], - [-32, 65], - [4, 12], - [13, 19], - [106, -9], - [108, -69], - [40, 27], - [20, 37], - [16, 8], - [6, -3], - [4, 2], - [8, 21], - [2, 12], - [13, 18], - [12, 2], - [26, -7], - [-11, -54], - [3, -44], - [7, -28], - [-79, -51], - [8, -72], - [5, -25], - [0, -10], - [39, -11], - [43, 96], - [43, 0], - [24, -17], - [49, -3], - [7, 12], - [4, 13], - [-4, 53], - [16, -5], - [14, -12], - [35, -17], - [9, -40], - [69, -3], - [24, -73], - [-21, -42], - [17, -37], - [6, -25], - [-73, -100], - [54, -54], - [1, -15], - [-6, -12], - [-4, -33], - [-44, -8], - [-47, 17], - [-3, -6], - [6, -13], - [-3, -12], - [-7, -7], - [-5, -11], - [16, -6], - [31, -32], - [61, -8], - [18, -3], - [16, 7], - [13, -1], - [38, 3], - [21, -2], - [7, -8], - [3, -51], - [12, -5], - [44, 0], - [18, -12], - [3, -33], - [-3, -16], - [123, -47], - [138, 21], - [68, -13], - [39, 2], - [13, 4], - [29, 2], - [38, -35], - [-26, -51], - [-1, -29], - [-40, -84], - [0, -66], - [-8, -17], - [-2, -17], - [3, -33], - [7, -15], - [-4, -16], - [13, -77], - [-6, -26], - [-30, -57], - [63, -30], - [30, -23], - [-4, -22], - [-24, 2], - [-20, 7], - [-9, 13], - [-8, -9], - [-2, -19], - [35, -14], - [19, -24], - [24, 9], - [11, 6], - [18, 16], - [12, 5], - [8, 0], - [5, -3], - [5, -2], - [3, -21], - [12, -22], - [75, -11], - [68, -38], - [146, -13], - [19, -10], - [3, -12], - [-11, -31], - [-20, -24], - [-7, -12], - [-6, -49], - [25, -18], - [-34, -35], - [-27, -4], - [3, -17], - [10, -3], - [15, 3], - [6, 0], - [7, 0], - [8, -6], - [3, -8], - [2, -5], - [8, -35], - [-8, 0], - [-9, -2], - [-7, -8], - [-25, 3], - [-18, -5], - [-13, -22], - [9, -11], - [-3, -15], - [-31, -4], - [-19, -20], - [-9, -2], - [0, -14], - [5, -16], - [12, -13], - [13, -3], - [12, -5], - [-29, -14], - [-2, -15], - [-33, -35], - [13, -24], - [0, -15], - [-83, -26], - [-13, -22], - [-13, 1], - [-8, -2], - [-2, -8], - [-1, -5], - [1, -26], - [11, -57], - [13, -25], - [-8, -37], - [-53, 13], - [-18, 2], - [-6, -3], - [-2, -13], - [4, -19], - [8, -9], - [-16, -9], - [10, -20], - [-3, -10], - [-6, -11], - [2, -13], - [10, -15], - [19, -20], - [47, -36], - [5, -30], - [-3, -32], - [-6, -30], - [-4, 6], - [1, 23], - [-14, 21], - [-17, 12], - [-1, 15], - [-5, 6], - [0, 27], - [-41, -27], - [-86, 15], - [-21, 15], - [-17, 23], - [-34, 38], - [-10, -8], - [7, -15], - [-13, -6], - [-1, -6], - [1, -15], - [-24, -40], - [-11, 1], - [-13, 7], - [-6, -10], - [-1, -20], - [-5, -14], - [12, -4], - [11, -1], - [3, 11], - [11, -5], - [-11, -15], - [-2, -11], - [-24, 6], - [-15, 1], - [5, -22], - [-7, -21], - [-89, 21], - [-19, -16], - [-12, 1], - [-9, 3], - [-7, -9], - [1, -81], - [-46, -138] - ], - [ - [22062, 13868], - [-220, 40], - [-124, 139], - [-93, 26], - [-90, -71], - [-51, 60], - [-55, -55], - [-52, 21], - [41, 66], - [-30, 54], - [-70, -35], - [-125, 1], - [-54, -88], - [-29, -92], - [-65, -120], - [-18, -97], - [-102, -31], - [-18, -52], - [-61, -2], - [-30, 55], - [-140, -39], - [16, -84], - [-34, -37], - [-27, -109], - [19, -118], - [102, -69], - [-20, -167], - [-27, -118], - [-77, -69], - [-28, -62], - [-83, -64], - [-106, -18], - [-9, -137], - [100, -43], - [204, 26], - [113, -17], - [156, -47], - [30, -88], - [59, -47], - [-46, -92], - [-56, -37], - [-68, -100], - [-57, -132], - [-59, -29], - [-140, -38], - [-55, 16], - [-54, -22], - [-73, 20], - [-32, -93], - [-48, 2], - [5, -119], - [-56, -156], - [-40, -22], - [-126, 38], - [-64, -45], - [-91, 91], - [-95, 9], - [-32, -43], - [-82, -2], - [-167, -49], - [-39, -89], - [-44, 2], - [-77, 124], - [-81, 59], - [-132, -51], - [-98, 5], - [-41, -136], - [-60, -59], - [-52, -115], - [-1, -46], - [47, -64], - [-76, -10], - [-143, 22], - [-276, -7], - [-40, -8], - [-119, 29], - [-29, 133], - [-80, 64], - [-116, -99], - [-61, 9] - ], - [ - [18110, 11340], - [-47, 55], - [37, 89], - [-32, 66], - [-153, -45], - [-53, 31], - [-24, 74], - [-54, 57], - [-125, -1], - [-33, 113], - [-43, 34], - [-167, -29], - [0, 276], - [-77, -22], - [-95, -65], - [-117, -18], - [-219, 36], - [-115, 101], - [7, 43], - [-61, 63], - [-10, 102], - [-71, 10], - [-101, -38], - [-73, 92], - [-79, 8], - [-29, 85], - [-128, 20], - [-96, 111], - [11, 28], - [-122, 174], - [-114, 13], - [-45, 114], - [25, 59], - [-95, 46], - [-28, 47], - [2, 103], - [81, -9], - [46, 43], - [-22, 70], - [-73, -12], - [-20, -52], - [-69, -30], - [-13, 79], - [-67, 17], - [-51, 48], - [-22, 82], - [67, 105], - [-55, 29], - [-84, -110], - [-53, 22], - [-28, 119], - [-102, -13], - [14, 103], - [-107, 28], - [-143, -37], - [4, 126], - [-102, -2], - [-25, 57], - [37, 51], - [-7, 58], - [-77, -30], - [-36, 16], - [-131, -54], - [-60, -4] - ], - [ - [14688, 13872], - [-101, 228], - [-53, 278], - [-86, 410], - [-69, 277], - [10, 39], - [-37, 109], - [-36, 42], - [-8, 235], - [-28, 215], - [-44, 250], - [-24, 29], - [-51, 273], - [-40, 176], - [-86, 194], - [-44, 5], - [-78, 88], - [-29, 84], - [-30, 203], - [-38, 168], - [-38, 43], - [-88, 268], - [-38, 213], - [-80, 213], - [2, 42], - [-98, -1], - [-11, 75], - [-69, 135], - [5, 156], - [-36, 88], - [-62, 73], - [-90, -53], - [-38, 59], - [-80, 64], - [-72, 16], - [-38, 43], - [74, 29], - [-4, 50], - [-60, 135] - ], - [ - [13058, 20567], - [34, 116], - [-14, 51], - [72, 62], - [64, 2], - [45, 66], - [58, -79], - [67, 20], - [40, -32], - [129, 56], - [54, 77], - [-14, 36], - [40, 80], - [-74, 3], - [36, 63], - [64, -3], - [-16, 62], - [95, 116], - [63, 165], - [9, 56], - [-60, 24], - [-111, -51], - [-42, 57], - [140, 118], - [120, -54], - [17, 58], - [-13, 68], - [15, 91], - [33, 16], - [-10, 80], - [-53, 55], - [-136, 25], - [-3, 54], - [-66, -12], - [-24, 41], - [-69, -4], - [-55, 143], - [42, 109], - [-9, 119], - [-37, -5], - [-60, 57], - [-40, 106], - [67, 20], - [55, 57], - [118, -61], - [39, 119], - [82, 46], - [70, 14], - [51, 53], - [123, 13], - [-4, -95], - [53, -93], - [147, 69], - [118, 77], - [-75, 52], - [25, 60], - [54, 26], - [4, 93], - [85, 2], - [93, 76], - [157, 27], - [10, 24], - [151, -2], - [-17, 36], - [-9, 163], - [81, 56], - [9, 61], - [112, 91], - [98, -17], - [101, 20], - [1, -60], - [96, -66], - [6, -45], - [68, -20], - [25, -52], - [103, -3], - [24, 51], - [92, 26], - [4, 183], - [133, -2], - [109, 55], - [80, -30], - [81, 51], - [55, -93], - [81, 48], - [89, -5], - [-1, 98], - [87, -7], - [3, -77], - [75, -43], - [74, 29], - [-22, 45], - [8, 121], - [-53, 25], - [73, 57], - [-16, 98], - [-94, 108], - [-1, 60], - [73, 64], - [-14, 131], - [-56, 4], - [-58, 72], - [16, 90], - [-64, 21], - [-12, 73], - [82, 21], - [-1, 70], - [45, 128], - [99, -55], - [23, -95], - [101, 21], - [72, -35], - [27, -64], - [64, -21], - [23, 115], - [75, -28], - [85, -4], - [-2, -121], - [82, -68], - [152, 32], - [34, 29], - [105, 3], - [34, -50], - [51, 74], - [42, 10], - [93, -59], - [43, 36], - [101, 16], - [91, -16], - [12, -60], - [91, -3], - [58, 48], - [19, -91], - [65, 3], - [64, 83], - [-6, 50], - [-101, 13], - [24, 137], - [-87, -5], - [-6, 85], - [42, 7], - [-40, 284], - [185, 22], - [29, 93], - [122, 58], - [4, 101], - [82, 4], - [0, 101], - [80, 10], - [21, -137], - [39, 9], - [37, 111], - [50, 1], - [9, -63], - [54, -29], - [17, -66], - [64, 40], - [57, 99], - [3, 86], - [44, -14], - [81, 47], - [26, 63], - [-49, 56], - [-63, 14], - [7, 95], - [56, 1], - [19, -50], - [174, 49], - [60, -11], - [71, 102], - [14, 111], - [-4, 111], - [75, 10], - [3, 167], - [-68, 14], - [70, 159], - [82, 4], - [14, -45], - [131, -34], - [113, 1], - [16, 34], - [-45, 64], - [96, 28], - [39, 106], - [46, 66], - [62, -9], - [8, 83], - [38, 72], - [29, 148], - [160, 71], - [113, -22], - [12, -68], - [67, -7], - [-17, -132], - [-66, -74], - [99, -21], - [127, -91], - [104, 51], - [16, 58], - [66, -37] - ], - [ - [18110, 11340], - [-5, -79], - [-90, -6], - [-21, -67], - [-160, -67], - [-59, 66], - [-100, -66], - [17, -106], - [54, -105], - [44, 3], - [94, -69], - [29, 33], - [61, -25], - [191, -154], - [197, -69], - [4, -71], - [-58, -136], - [-148, -73], - [-7, -70], - [138, 4], - [34, -27], - [124, 15], - [100, -26], - [162, 106], - [65, -58], - [-11, -50], - [-78, -62], - [24, -58], - [96, -53], - [12, -60], - [-25, -46], - [49, -91], - [-99, 18], - [-47, -35], - [-28, -87], - [-38, -44], - [-17, -94], - [176, -90], - [88, 1], - [98, -45], - [94, -144], - [62, 0], - [20, -67], - [-49, -148], - [-44, -79], - [33, -20], - [6, -80], - [-149, -7], - [23, -88], - [31, -7], - [-27, -339], - [-22, -55], - [18, -65], - [52, -62], - [-43, -149], - [93, -30], - [67, -115], - [196, -30], - [125, 66], - [17, 60], - [60, 50], - [90, 34], - [107, 83], - [130, -14], - [-17, -80], - [80, -120], - [1, -68], - [64, -40], - [-35, -63], - [-7, -118], - [-68, -20], - [-93, -57], - [134, -184], - [-18, -30], - [45, -91], - [-86, -94], - [-51, -132], - [55, -53], - [-11, -69], - [33, -57], - [-53, -20], - [-3, -134], - [-41, -15], - [4, -67], - [-57, -88], - [-22, -108], - [67, 10], - [81, -77], - [84, -14], - [95, 61], - [102, -122], - [-1, -32], - [101, -69], - [-53, -118], - [-45, 10], - [-66, -102], - [-2, -126], - [-119, -139], - [-16, -154], - [-20, -79], - [3, -109], - [-42, -58], - [-81, -68], - [-34, -101], - [-58, -19], - [-48, -58], - [106, -149], - [57, -125], - [74, -58], - [16, -84], - [-65, -80], - [-6, -49], - [-84, -95], - [6, -81], - [42, -136], - [66, -65], - [81, -174], - [-39, -84], - [-55, -30], - [-70, 0], - [41, -117], - [-45, -7], - [-20, -59], - [-57, -73], - [-9, -129], - [-61, 3], - [-69, -59] - ], - [ - [19577, 3568], - [-164, 136], - [-82, 58], - [-34, 83], - [-216, 274], - [-353, 459], - [-74, 117], - [-113, 151], - [-85, 70], - [-33, -3], - [-54, 84], - [-50, 237], - [-33, 66], - [-329, 755], - [-32, 89], - [-63, 257], - [-23, 145], - [-36, 380], - [-51, 296], - [-51, 181], - [49, 14], - [17, -70], - [60, -30], - [-14, -64], - [92, -43], - [27, -88], - [62, -40], - [-25, -48], - [27, -128], - [-17, -89], - [59, -54], - [0, -49], - [-52, -109], - [-31, -165], - [9, -33], - [316, 9], - [-182, 70], - [26, 121], - [-60, 82], - [25, 114], - [-69, 18], - [18, 87], - [-48, 121], - [39, 38], - [-1, 69], - [-71, 162], - [-24, -59], - [-52, 8], - [-108, 233], - [5, 60], - [-47, 88], - [18, 76], - [-86, 94], - [-26, -59], - [67, -165], - [9, -106], - [-42, -17], - [-92, 355], - [-100, 297], - [-51, 193], - [-74, 197], - [-88, 180], - [-5, 62], - [-44, 41], - [-236, 560], - [-73, 351], - [-96, 371], - [-68, 135], - [-121, 361], - [-99, 226], - [-46, 76], - [-139, 90], - [-97, 277], - [-97, 222], - [-124, 135], - [-43, 17], - [-25, 62], - [-82, 95], - [-83, 31], - [-147, 204], - [-22, 107], - [46, 146] - ], - [ - [15665, 12242], - [-34, 23], - [71, 111], - [25, -21], - [63, 53], - [-73, 53], - [-126, -98], - [-91, 20], - [-34, -22], - [21, -177] - ], - [ - [15487, 12184], - [-57, -45], - [-42, 82], - [-31, 173], - [-75, 163], - [-43, 47], - [-101, 263], - [-59, 137], - [-70, 97], - [-87, 180], - [-139, 364], - [-95, 227] - ], - [ - [10760, 3638], - [-26, -46], - [-4, -51], - [-41, -45], - [-25, -1], - [61, 72], - [8, 28], - [27, 43] - ], - [ - [27418, 33700], - [-85, -26], - [-55, 13], - [-63, 76], - [-99, 73], - [-156, 30], - [-12, -66], - [-96, 15], - [-22, 63], - [49, 71], - [-23, 63], - [-57, 59], - [-10, 69], - [-72, 41], - [-39, 81], - [-54, 4], - [-78, 103], - [-87, -1], - [-71, 34], - [-97, -68], - [-56, 9], - [-121, -125], - [-82, 5], - [-72, -51], - [-48, 47], - [-98, -3], - [-25, -68], - [-129, 15], - [-71, 37], - [-73, 80], - [-130, 49], - [-180, -101], - [-92, -7], - [-72, -29], - [-87, 2], - [7, 48], - [-74, 58], - [14, 84], - [-52, 110], - [-66, 31], - [-104, 8], - [-37, -38], - [-241, 45], - [-60, 55], - [-50, -6], - [-37, -78], - [-3, -72], - [-152, 24], - [-14, -49], - [-82, -69], - [-208, -19], - [-76, 37], - [-76, -55], - [-59, -3], - [-2, -67], - [42, -175], - [-79, 30], - [-23, -35], - [-90, 10], - [-183, 0], - [-81, -59], - [-88, 41], - [-139, -10], - [-79, 21], - [-55, 64], - [-113, 32], - [-62, -51], - [-92, -6], - [-36, 139], - [1, 88], - [-99, -14], - [-37, -40], - [-53, 28], - [-40, -35], - [-104, 41], - [-4, -52], - [-119, -39], - [-76, 11], - [-25, -139], - [-232, -138], - [-45, -9], - [-139, -74], - [-178, -56], - [-220, 78], - [-13, -50], - [-103, -15], - [-18, -41], - [-75, 26], - [-75, -11], - [-53, 47], - [-100, -10], - [2, -55], - [-116, 37], - [-135, -8], - [-39, 183], - [-69, 37], - [-38, 100], - [6, 61], - [75, 32], - [103, -4], - [137, -58], - [89, 31], - [-77, 103], - [-30, 188], - [-36, 74], - [-100, 112], - [-103, 33], - [-107, -17], - [-140, 12], - [-133, -4], - [22, -54], - [-64, -47], - [-73, 4], - [-38, -55], - [-190, 73], - [-115, -9], - [-21, -28], - [-136, -64], - [-232, -188], - [-87, 34], - [-41, -51], - [-84, 10], - [-34, -81], - [12, -63], - [-50, -29], - [64, -76], - [-17, -54], - [-90, -54], - [-24, -79], - [-140, -91], - [-94, -92], - [77, -109], - [-83, -208], - [-140, 31], - [-67, -39], - [-83, 20], - [-36, -106], - [-49, -86], - [-90, -17], - [-78, -70], - [-208, -4], - [-27, 41], - [-188, -7], - [-106, 83], - [-48, 89], - [30, 31], - [87, -17], - [-17, 205], - [-66, 89], - [-67, 176], - [-102, -49], - [-39, 29], - [-109, 28], - [-36, 39], - [-115, -10], - [-62, 23], - [-122, -38], - [-69, 16], - [-93, -11], - [-115, 13], - [-73, -25], - [-97, 2], - [-22, 28], - [-157, -48], - [-52, 34], - [-123, 16], - [-185, -20], - [-178, 22], - [-3, 46], - [-106, -20], - [-75, 11], - [-198, 88], - [-51, 47], - [-36, 104], - [-71, 117], - [-88, 18], - [-82, 54], - [-120, 33], - [-51, 45], - [-80, 3], - [-90, -49], - [-223, 32], - [-148, 70], - [-149, 26], - [-62, 52], - [-21, 73], - [-88, 19], - [13, 91], - [-29, 93], - [18, 32], - [13, 151], - [21, 52], - [-75, 105], - [-92, 31], - [-35, 146], - [-104, -25], - [-94, -104], - [-97, -19], - [-20, -68], - [-195, -28], - [-127, 66] - ], - [ - [13491, 37705], - [55, 18], - [95, 96], - [93, -15], - [75, -47], - [99, 8], - [50, 29], - [23, 71], - [137, 29], - [134, 131], - [102, -15], - [67, 40], - [-98, 139], - [-62, 6], - [-90, -26], - [-37, 49], - [-147, 5], - [-32, 83], - [26, 95], - [59, 45], - [1, 83], - [56, 24], - [33, 73], - [100, 13], - [23, 39], - [160, 83], - [70, 55], - [64, -22], - [106, 54], - [76, 114], - [44, 38], - [74, 17], - [-34, 88], - [0, 117], - [36, 37], - [-28, 146], - [-38, 6], - [12, 104], - [-24, 52], - [21, 102], - [59, 111], - [48, 31], - [20, 69], - [46, 60], - [-74, 186], - [-45, 26], - [-25, 83], - [-60, 40], - [-45, 97], - [57, 40], - [-67, 102], - [-49, -18], - [-83, 16], - [-94, -12], - [-33, 56], - [57, 48], - [2, 117], - [61, 97], - [100, 97], - [-95, 95], - [-126, -8], - [-91, 78], - [70, 31], - [21, 64], - [-20, 76], - [92, 33], - [-14, 60], - [74, 80], - [-90, 34], - [29, 94], - [-21, 37], - [85, 52], - [121, -222], - [63, -30], - [92, 14], - [44, 88], - [79, 19], - [-14, 102], - [58, 0], - [-16, 95], - [-93, -7], - [-144, 15], - [-102, 36], - [-6, 93], - [-63, 106], - [-7, 95], - [19, 63], - [65, -3], - [11, -67], - [73, 6], - [27, -94], - [71, -49], - [149, -9], - [67, -34], - [67, 65], - [99, 4], - [-7, 177], - [49, 48], - [58, 12], - [-21, 86], - [42, 58], - [59, -45], - [242, 27], - [86, -10], - [4, -38], - [-72, -43], - [41, -101], - [-44, -129], - [-65, 44], - [-46, -28], - [-12, -57], - [109, -46], - [33, 40], - [101, -21], - [115, 35], - [-16, -67], - [-256, -113], - [-37, 81], - [-93, 25], - [19, 80], - [-107, -26], - [99, -144], - [-64, -4], - [-55, -73], - [7, -66], - [72, -58], - [492, -97], - [69, 10], - [114, 52], - [102, 6], - [70, -79], - [100, 31], - [46, 60], - [136, 76], - [98, 11], - [115, -82], - [-23, -143], - [35, 3], - [19, -127], - [47, -17], - [23, -58], - [58, -11], - [-9, -62], - [40, -28], - [-43, -76], - [-5, -137], - [-92, -53], - [-71, -2], - [-95, 83], - [-110, -127], - [5, -128], - [59, -86], - [71, 8], - [35, -31], - [-17, -164], - [-70, -21], - [-66, -188], - [77, -11], - [24, -58], - [90, -4], - [-2, -83], - [-110, -23], - [2, -60], - [-40, -88], - [-136, -67], - [-69, 149], - [-75, -78], - [-144, -1], - [5, 42], - [-87, 32], - [-39, 40], - [-50, -102], - [-59, -55], - [-18, -139], - [68, -23], - [36, -43], - [129, -78], - [8, -99], - [36, -35], - [75, 13], - [72, -15], - [83, -60], - [24, 33], - [-17, 74], - [70, 16], - [12, 87], - [-65, 29], - [9, 63], - [57, -5], - [68, -48], - [46, -61], - [161, 91], - [56, -22], - [214, 112], - [9, 95], - [-44, 54], - [0, 64], - [66, 11], - [81, 47], - [36, 55], - [201, 49], - [5, 83], - [-30, 171], - [68, 89], - [-26, 87], - [59, 34], - [36, 82], - [45, -48], - [-25, -60], - [25, -120], - [155, -38], - [91, 80], - [77, -5], - [129, -91], - [26, 40], - [88, 5], - [99, -66], - [32, -86], - [125, 40], - [-19, 76], - [94, 66], - [5, 48], - [137, 18], - [52, -50], - [-62, -128], - [103, -74], - [105, 7], - [49, -90], - [81, 0], - [62, 31], - [97, -18], - [35, 133], - [61, 23], - [-153, 167], - [-82, 208], - [27, 17], - [-15, 93], - [20, 140], - [-81, 151], - [69, 39], - [118, -8], - [41, -28], - [-8, -111], - [100, -63], - [71, 30], - [127, 123], - [31, 87], - [-11, 181], - [-88, 168], - [-104, 38], - [-19, 65], - [-92, -25], - [-168, 7], - [4, 42], - [-98, 131], - [77, 33], - [127, -4], - [69, 24], - [49, 54], - [-77, 34], - [24, 52], - [-116, 103], - [-6, 130], - [70, 53], - [149, 51], - [33, 50], - [205, -45], - [82, 25], - [31, 46], - [64, -1], - [27, 58], - [112, -8], - [91, 21], - [90, -82], - [100, 33], - [84, 56], - [9, 153], - [60, 11], - [-26, 77], - [-96, 55], - [-28, 50], - [55, 79], - [-67, 189], - [37, 58], - [-123, 55], - [-187, -146], - [-5, -97], - [-60, -46], - [-82, 4], - [-83, 50], - [-88, 11], - [-80, -34], - [-33, -55], - [-144, -9], - [-13, -43], - [-131, 101], - [-111, 19], - [-154, -34], - [-13, 47], - [-58, 27], - [-131, -6], - [-98, 81], - [-74, 20], - [-30, 98], - [-54, 25], - [-11, 72], - [-86, 131], - [-23, 115], - [11, 125], - [-34, 33], - [25, 57], - [-73, 52], - [11, 53], - [97, 30], - [6, 154], - [150, 182], - [75, -3], - [21, 72], - [73, 13], - [129, -22], - [64, 45], - [-4, 48], - [75, 4], - [53, 62], - [47, 93], - [-21, 42], - [88, 62], - [38, 85], - [112, 30], - [123, 73], - [64, 89], - [160, 44], - [38, 83], - [112, 31], - [65, -20], - [160, 93], - [90, 90], - [22, 72], - [106, 58], - [145, -15], - [-10, 97], - [209, 19], - [63, 59], - [105, 32], - [61, 66], - [97, 62], - [53, -20], - [70, 33], - [27, 63], - [61, 25], - [101, 3], - [17, 104], - [48, 36], - [81, 12], - [54, 106], - [79, -8], - [64, 32], - [51, 60], - [211, -37], - [3, 119], - [49, 27], - [-36, 92], - [52, 30], - [59, -25], - [74, 22], - [-41, 60], - [108, 21] - ], - [ - [22038, 46429], - [101, -37], - [58, 101], - [177, 17], - [50, -100], - [89, 10], - [71, -86], - [126, -23], - [111, -64], - [79, -4], - [41, 45], - [85, -14], - [40, 53], - [83, 19], - [57, -18], - [46, -60], - [109, -3], - [117, -140], - [86, 20], - [97, -39], - [0, -79], - [79, 54], - [38, -27], - [-32, -62], - [42, -85], - [-52, -38], - [35, -100], - [77, -34], - [61, -76], - [-30, -97], - [48, -34], - [53, 25], - [74, -29], - [-21, -64], - [-80, -27], - [18, -66], - [61, -54], - [22, -87], - [-63, -3], - [-45, -63], - [-43, -8], - [-38, -126], - [-85, -76], - [-3, -96], - [-89, -2], - [-35, -39], - [129, -128], - [-45, -19], - [-84, -85], - [-3, -107], - [-61, -96], - [-85, -77], - [16, -91], - [-57, -10], - [-31, -62], - [48, -25], - [-5, -75], - [-105, 67], - [-88, -161], - [-63, -29], - [30, -65], - [67, -24], - [44, -83], - [0, -67], - [-36, -65], - [-259, -54], - [-62, -66], - [-98, 50], - [-51, -53], - [-74, 1], - [-146, 36], - [-70, -64], - [-51, 21], - [-38, -66], - [28, -123], - [-78, -59], - [-111, -54], - [-6, -61], - [-85, -86], - [64, -28], - [18, -43], - [-51, -59], - [81, -31], - [38, -75], - [-15, -36], - [66, -126], - [124, -88], - [-38, -75], - [-77, 5], - [-50, -52], - [-91, -47], - [28, -131], - [-23, -64], - [-84, -73], - [-166, -122], - [-31, -44], - [-65, -26], - [-11, -85], - [47, -13], - [86, -153], - [1, -93], - [92, -154], - [-25, -49], - [29, -77], - [-32, -146], - [-69, -25], - [34, -120], - [52, -15], - [8, -82], - [211, -160], - [-79, -92], - [32, -71], - [98, -80], - [108, 57], - [12, 64], - [60, 32], - [17, 65], - [54, 62], - [116, -78], - [56, -8], - [86, -141], - [82, -52], - [32, -66], - [65, -24], - [61, 42], - [61, -13], - [67, -143], - [57, 54], - [105, 11], - [50, 36], - [-5, 58], - [68, 44], - [-4, 65], - [132, 129], - [-2, 38], - [45, 126], - [-12, 45], - [-83, -10], - [-69, 47], - [-26, 58], - [92, -8], - [6, 158], - [-72, 65], - [-69, 135], - [-41, 3], - [-71, -75], - [-63, -2], - [-55, -34], - [-55, 21], - [-26, 133], - [71, 103], - [-17, 210], - [35, 46], - [-36, 107], - [-149, 77], - [-62, 18], - [-32, 97], - [-63, 41], - [37, 230], - [-48, 69], - [-50, 15], - [-8, 137], - [-71, 162], - [16, 72], - [-105, 68], - [-70, 10], - [-77, -50], - [-53, 61], - [86, 15], - [41, 39], - [82, -32], - [19, 57], - [94, 48], - [3, 58], - [56, 93], - [64, 37], - [125, 28], - [24, -44], - [-93, -88], - [114, -28], - [57, -62], - [63, 21], - [-12, 106], - [14, 60], - [-89, 77], - [143, 46], - [141, -72], - [7, 35], - [-51, 113], - [93, 19], - [21, 84], - [88, -2], - [36, -66], - [-56, -34], - [41, -52], - [-11, -59], - [-59, -50], - [57, -43], - [68, 24], - [22, -42], - [9, -111], - [-219, 35], - [-81, -82], - [-10, -48], - [-88, -89], - [92, -138], - [24, 1], - [36, 114], - [-13, 78], - [63, 69], - [101, -33], - [86, -95], - [-136, -39], - [-26, -57], - [-54, 2], - [21, -81], - [-31, -59], - [21, -64], - [104, 111], - [63, 24], - [65, -50], - [39, 39], - [-62, 62], - [32, 74], - [57, -2], - [31, -91], - [65, -21], - [-70, -90], - [87, -33], - [59, 9], - [62, -30], - [-25, -45], - [57, -76], - [142, 40], - [89, -27], - [26, 103], - [57, -94], - [84, 73], - [-68, 87], - [-12, 49], - [138, 45], - [-2, 98], - [-56, -26], - [-62, 45], - [-66, -3], - [8, 71], - [76, 69], - [236, -141], - [-1, -39], - [72, -47], - [18, -49], - [-72, -28], - [-57, -89], - [12, -115], - [104, -29], - [118, -58], - [60, 44], - [-8, 55], - [80, 101], - [182, -84], - [73, -14], - [162, 37], - [192, -99], - [74, 129], - [-34, 186], - [60, 40], - [46, -17], - [123, 44], - [105, 11], - [52, 169], - [108, 0], - [29, 29], - [97, -35], - [70, 86], - [63, 14], - [2, 52], - [124, -3], - [63, 46], - [78, -77], - [-14, -77], - [20, -56], - [-20, -86], - [84, -42], - [37, -64], - [96, -70], - [49, -108], - [-81, -26], - [-84, -51], - [-97, -151], - [-50, -28], - [-33, -77], - [104, -61], - [118, 50], - [58, 108], - [102, 23], - [65, -86], - [71, 42], - [90, 11], - [78, 48], - [35, 154], - [61, -76], - [-31, -54], - [73, -13], - [70, -90], - [118, 41], - [107, -24], - [0, 52], - [-125, 46], - [-4, 58], - [74, 29], - [149, -26], - [51, 87], - [61, 48], - [79, -56], - [-89, -95], - [13, -121], - [-92, -95], - [47, -62], - [-70, -68], - [-36, -68], - [120, -20], - [176, 85], - [35, -76], - [104, 1], - [59, 34], - [109, -6], - [29, -64], - [85, -71], - [60, 88], - [13, 62], - [98, -45], - [-9, 131], - [40, 26], - [91, 142], - [-35, 86], - [27, 26], - [24, 111], - [135, 17], - [42, -12], - [87, -99], - [86, 21], - [19, -86], - [104, -49], - [20, 82], - [-34, 25], - [32, 63], - [59, 8], - [30, 77], - [74, 24], - [34, -63], - [84, -30], - [-61, -44], - [88, -77], - [-83, -61], - [61, -46], - [54, 42], - [68, -24], - [9, -48], - [76, 21], - [166, -99], - [83, 21], - [159, -84], - [19, -144], - [-17, -84], - [53, -54], - [84, -45], - [88, 21], - [169, -66], - [67, -69], - [44, 29], - [59, -29], - [109, 13], - [-29, -79], - [94, -21], - [10, -122], - [108, -85], - [14, -85], - [69, -10], - [68, -51], - [107, -9], - [-13, 88], - [18, 51], - [-22, 60], - [41, 49], - [146, -69], - [70, 7], - [24, -61], - [299, 111], - [67, -56], - [-9, -63], - [163, -16], - [5, -102], - [62, 5], - [10, -109], - [-121, -25], - [-65, 36], - [-2, -102], - [46, -31], - [-28, -54], - [5, -116], - [-41, -95], - [25, -32], - [92, 4], - [8, -186], - [-30, -57], - [-1, -73], - [-51, -30], - [21, -127], - [-35, -68], - [-71, 12], - [-68, -22], - [97, -87], - [16, -38], - [102, -17], - [-20, -139], - [122, -28], - [14, -88] - ], - [ - [26562, 27660], - [-45, -39], - [-47, -12], - [-24, 12], - [-15, -2], - [-13, -7], - [-17, -20], - [-11, -30], - [-48, 10], - [-6, 24], - [-14, 13], - [-21, -6], - [-14, -17], - [-12, 2], - [-34, -13], - [-12, -13], - [-11, 1], - [-9, 3], - [-14, 17], - [-30, 30], - [-5, 7], - [-5, 4], - [-79, 43], - [-75, 106], - [-176, 40], - [-35, 30], - [-49, 78], - [22, 9], - [47, 6], - [18, 17], - [12, 33], - [4, 182], - [-11, 46], - [-8, 32], - [-2, 7], - [7, 109], - [-3, 18], - [-16, 30], - [-21, 11], - [-56, -4], - [-43, -23], - [-22, 56], - [-7, 102], - [29, 43], - [76, 45], - [36, 35], - [9, 9], - [32, 8], - [5, 14], - [-1, 12], - [-44, 64], - [-5, 53], - [25, 76], - [30, 58], - [8, 11], - [28, 20], - [4, 20], - [-14, 42], - [0, 23], - [16, 38], - [5, 23], - [1, 32], - [8, 17], - [4, 22], - [1, 22], - [-7, 19], - [-23, 38], - [-30, 35], - [1, 23], - [-3, 19], - [-10, 13], - [-7, 5], - [-9, 5], - [-21, 20], - [-13, 18], - [-14, 16], - [-20, 10], - [-53, 9], - [-17, 10], - [-14, 20], - [-17, 8], - [-62, 46], - [-25, 74], - [-51, 26], - [-16, 22], - [-2, 9], - [-17, 10], - [-51, 10], - [-31, 2], - [-23, -15], - [-37, -31], - [-17, -4], - [-21, -1], - [-39, -10], - [-84, -4], - [-40, -23], - [-45, -132], - [-21, -14], - [-19, 3], - [-21, 8], - [-17, 10], - [-29, 21], - [-10, 14], - [-6, 18], - [-5, 34], - [-37, -6], - [-24, -9], - [-1, -3], - [3, -9], - [0, -34], - [-6, -10], - [-94, -47], - [-12, 27], - [-15, 23], - [-37, 33], - [-25, 4], - [-36, -4], - [-160, 93], - [-43, -4], - [-16, -15], - [-10, 38], - [-10, 19], - [-26, 15], - [-83, 34], - [-25, 3], - [-15, -7], - [1, -23], - [13, -14], - [11, -15], - [3, -22], - [-22, -42], - [-7, -75], - [-11, -14], - [-18, -9], - [-17, -15], - [-16, -59], - [22, -47], - [-65, -14], - [-25, 5], - [-19, 16], - [-27, 41], - [-36, 36], - [-78, 27], - [-4, 35], - [-64, 2], - [-23, 6], - [-7, 17], - [-19, 15], - [-28, 0], - [-45, -12], - [-56, 51], - [-32, -26], - [-53, 28], - [52, 40], - [-33, 86], - [11, 51], - [2, 23], - [-16, 22], - [-16, 11], - [-85, 10], - [-54, -29], - [-71, 2], - [1, 29], - [9, 25], - [0, 40], - [-4, 21], - [-9, 32], - [-1, 26], - [-8, 16], - [-17, 47], - [-3, 2], - [-13, 7], - [-29, -4], - [-18, 0], - [-21, -6], - [-9, 5], - [-14, 20], - [-27, 23], - [-102, 2], - [-14, -15], - [-16, -9], - [-18, -5], - [-32, 43], - [-13, 10], - [-21, 0], - [-84, 27], - [-64, 16], - [-204, 30], - [-16, -4], - [-15, -13], - [-6, -30], - [-13, -20], - [-21, 1], - [-10, 13], - [-12, 20], - [-17, 21], - [-26, 0], - [-79, 16], - [-43, 15], - [-25, 15], - [-19, 23], - [-7, 15], - [0, 7], - [-4, 18], - [2, 24], - [-2, 12], - [-40, 9], - [-42, -3], - [-23, 4], - [-24, 17], - [-5, 10], - [8, 10], - [17, 11], - [1, 14], - [-14, 14], - [-20, -2], - [-20, -6], - [-28, -91], - [-8, -55], - [20, -9], - [79, -15], - [0, -59], - [28, -8], - [19, -10], - [14, -26], - [2, -31], - [-15, -63], - [-17, -38], - [-17, -7], - [-2, -24], - [2, -25], - [-28, -11], - [-22, -11], - [-15, -31], - [-66, -2], - [-27, -45], - [-8, -16], - [6, -7], - [33, -13], - [11, -24], - [14, -48], - [26, -44], - [-2, -41], - [5, -19], - [-2, -15], - [-33, -31], - [-3, -49], - [8, -55], - [2, -22], - [9, -24], - [14, -17], - [5, -16], - [-1, -31], - [-32, -40], - [-13, 0], - [-20, 10], - [-20, 2], - [-14, -14], - [-11, -18], - [-21, -23], - [-14, -2], - [-47, 11], - [-81, -89], - [-7, -63], - [-7, -17], - [-4, -18], - [6, -18], - [11, -15], - [22, -16], - [-31, -122], - [1, -87], - [-30, -12], - [-44, -14], - [-23, 21], - [-28, 16], - [-60, -2], - [-9, 10], - [-29, 12], - [-15, -19], - [-39, -16], - [-14, 5], - [-7, 13], - [-5, 54], - [-41, 18], - [-19, 41], - [-15, 11], - [-35, 11], - [-22, 7], - [-19, 28], - [-23, 15], - [-9, 10], - [-30, 22], - [-80, -54], - [-42, 7], - [-12, -20], - [-28, -8], - [-31, -16], - [3, -15], - [-3, -18], - [2, -8], - [29, -10], - [56, -7], - [11, -22], - [-12, -26], - [-18, 2], - [-16, 7], - [-38, -11], - [1, -21], - [-12, -28], - [-2, -18], - [-7, -18], - [-13, -20], - [1, -12], - [-14, -18], - [-4, -20], - [18, -26], - [3, -11], - [-1, -7], - [-8, -4], - [-3, -19], - [1, -9], - [-25, -39], - [-15, -7], - [6, -6], - [11, -32], - [14, -11], - [-2, -42], - [-5, -22], - [-18, 0], - [-11, -4], - [-30, 43], - [-21, 0], - [-6, -4], - [-6, -7], - [-14, -64], - [8, -46], - [-6, -2], - [-8, 1], - [-17, 10], - [-12, -2], - [-15, 5], - [-21, 13], - [-1, -25], - [-8, -52], - [22, -109], - [43, 6], - [66, -4], - [-9, -52], - [5, -1], - [-5, -23], - [32, -9], - [7, 11], - [51, 4], - [-11, -48], - [-18, -46], - [35, -12], - [28, 9], - [27, -4], - [2, -28], - [12, -26], - [25, -40], - [15, -1], - [42, -19], - [42, -39], - [-4, -46], - [-77, 17], - [-106, -36], - [-48, -15], - [-31, -90], - [-45, -91], - [-1, -31], - [-35, -50], - [0, -24], - [-38, 15], - [-1, 26], - [-10, 15], - [-14, -2], - [-17, -22], - [-1, -18], - [-37, -32], - [-10, -28], - [11, -4], - [0, -15], - [-5, -1], - [-2, -17], - [-1, -6], - [0, -6], - [14, -28], - [15, -22], - [10, -74], - [-43, -87], - [-34, 7], - [-120, -63], - [-27, 21], - [9, 11], - [6, 20], - [-6, 0], - [-2, 6], - [-18, 3], - [-13, -20], - [-12, 13], - [-28, -5], - [-1, -13], - [-6, -1], - [-5, 12], - [-30, 0], - [-24, -103], - [17, -21], - [19, -6], - [2, -14], - [-6, -26], - [-17, -1], - [-5, 17], - [-32, 6], - [-13, -39], - [27, -55], - [-50, -18], - [-69, 12], - [-6, -30], - [22, -9], - [-2, -5], - [20, -2], - [24, -6], - [-13, -70], - [-17, -6], - [-44, -47], - [13, -59], - [33, -12], - [24, -6], - [37, -54], - [-33, -23], - [-11, -16] - ], - [ - [12078, 20739], - [-65, 179], - [-54, 116], - [-33, 19], - [-55, 114], - [-167, 69], - [-40, 97], - [-21, 130], - [-37, 78], - [-36, 194], - [-71, 209], - [-25, 119], - [-83, 153], - [-28, 192], - [-52, 98], - [-44, 124], - [53, 43], - [-41, 92], - [76, 49], - [-41, 45], - [-6, 106], - [-54, 97], - [-1, 87], - [28, 65], - [-49, 50], - [3, 169], - [-33, 134], - [27, 88], - [-36, 111], - [24, 56], - [-8, 111], - [-28, 36], - [-57, 201], - [-52, 133], - [43, 117], - [-52, 33], - [-25, 123], - [-66, 7], - [16, 162], - [20, 20], - [-27, 96], - [-87, 89], - [47, 52], - [-79, 159], - [14, 37], - [-44, 83], - [47, 48], - [-53, 179], - [-31, 53], - [-56, 182], - [-38, 27], - [-4, 71], - [-50, 30], - [-17, 106], - [-34, 53], - [14, 52], - [-50, 149], - [-24, 19], - [19, 121], - [-14, 75], - [-81, 70], - [-20, 135], - [78, -24], - [7, -55], - [61, 1], - [136, -48], - [-20, 100], - [-42, -13], - [-59, 46], - [-36, -11], - [-86, 124], - [-86, 49], - [22, 86], - [-33, 16], - [-8, 97], - [-23, 40], - [36, 154], - [38, 25], - [-95, 210], - [-33, 30], - [-33, 131], - [20, 58], - [-2, 162], - [80, 30], - [36, -27], - [60, 82], - [30, -62], - [56, 21], - [-10, 122], - [-77, -40], - [-36, 12], - [-41, 80], - [32, 61], - [84, 27], - [-47, 54], - [34, 39], - [137, 40], - [-34, 67], - [-19, 113], - [-66, -1], - [-18, -73], - [-80, -63], - [-124, 7], - [-39, -170], - [-99, 69], - [26, 100], - [50, 53], - [-26, 63], - [10, 96], - [-18, 70], - [-65, 60], - [17, 111], - [-45, 55], - [18, 186], - [32, 66], - [-91, 104], - [6, 90], - [-33, 94], - [76, 83], - [-84, 57], - [-43, 74], - [-14, 97], - [34, 20], - [-40, 106], - [-5, 133], - [-51, 105], - [-17, 152], - [-58, 38], - [61, 81], - [-9, 126], - [-28, 25], - [127, 132], - [-31, 189], - [41, 32], - [24, 124] - ], - [ - [58259, 43246], - [-14, -90], - [-99, -77], - [-20, -117], - [-52, -110], - [-29, -170], - [36, -47], - [317, -136], - [11, -169], - [-19, -88], - [-89, -131], - [9, -79], - [-30, -80], - [-78, -61], - [-34, -57], - [-35, -148], - [18, -46], - [-50, -99], - [-43, -26], - [-88, 13], - [-1, -96], - [-66, -134], - [-78, -80], - [-43, -16], - [-79, -190], - [-40, -55], - [-27, -130], - [-29, -66], - [-75, -99], - [-56, -7], - [3, -107], - [-32, -89], - [-40, -33], - [-25, -139], - [-46, -28], - [-7, -180], - [-32, -105], - [-111, -183], - [3, -63], - [-58, -21], - [-18, -176], - [-85, -23], - [-59, 118], - [-99, 15], - [-73, 78], - [-106, 0], - [-35, 37], - [-126, 11], - [-66, -39], - [-128, -11], - [-32, 79], - [-69, 85], - [-49, -11], - [-192, 33], - [-80, -7], - [-15, -86], - [-173, -29], - [-34, -32], - [-94, 55], - [-12, 66], - [-50, 66], - [-25, 78], - [-38, 41], - [-136, 42], - [-43, -17], - [7, -85] - ], - [ - [55301, 39995], - [-108, -4], - [-54, 49], - [-81, 32], - [-22, -85], - [-91, 9], - [-61, 79], - [-40, -55], - [-60, 23], - [-50, 67], - [-57, -29], - [-71, 25], - [-77, 64], - [42, 73], - [40, 132], - [-37, 84], - [3, 61], - [60, 88], - [-30, 65], - [6, 101], - [-53, 30] - ], - [ - [55602, 42899], - [6, -70], - [74, -8], - [-14, -52], - [129, -15], - [99, -103], - [174, 298], - [116, 123], - [15, 50], - [76, 43], - [72, 139], - [-109, 71], - [33, 52], - [89, 15], - [37, 43], - [56, -12], - [66, 25], - [161, -28], - [103, 44], - [126, -38], - [50, -61], - [102, -21], - [31, 56], - [86, 7], - [-3, -46], - [71, -79], - [113, 14], - [63, -19], - [270, 135], - [-7, 53], - [113, 106], - [38, -4], - [106, 72], - [74, 107], - [53, -24], - [-46, -98], - [17, -24], - [-62, -112], - [17, -107], - [-13, -62], - [149, -101], - [126, -22] - ], - [ - [53297, 42257], - [-173, 47], - [-19, 67], - [-63, -18], - [-177, 63], - [-198, 104], - [-16, 49], - [-146, 54], - [-169, -33], - [-147, 26], - [-141, -22], - [-45, 11], - [-129, -32], - [-47, 26], - [-43, -67], - [-67, 19], - [-25, -46], - [-113, -38], - [-82, 47], - [-59, 69], - [-48, -54], - [-186, -36], - [-107, 74], - [-105, 1], - [-154, 39], - [-74, 49], - [-40, -21], - [-125, 10], - [-133, -14], - [-123, 9], - [-336, -85], - [-97, 8], - [-71, -19], - [-86, 15], - [-63, 50], - [-101, -50], - [-77, -16], - [-83, 74], - [-66, -35], - [-89, 8], - [-194, -10], - [-117, -63], - [-159, 44], - [-99, 72], - [-43, -11], - [-263, 54], - [-52, 25], - [-121, 4], - [-138, 89], - [-179, 86], - [-152, 14], - [-37, -40], - [-64, -5], - [-77, 142], - [-8, 83], - [73, 210] - ], - [ - [47680, 43426], - [-3, 16] - ], - [ - [55301, 39995], - [0, -163], - [61, -85], - [74, -37], - [1, -245], - [23, -24], - [-11, -89], - [27, -146], - [61, -69], - [-36, -66], - [10, -165], - [-11, -111], - [-44, -60], - [-21, -225], - [35, -53], - [-106, -78], - [29, -50], - [-2, -177], - [36, -74], - [-65, -249], - [-15, -89], - [-56, -98], - [-68, -63], - [-107, -4], - [-103, 116], - [-161, -22], - [-9, -108], - [74, -201], - [-54, -47], - [-36, -71], - [-12, -107], - [-38, -14], - [30, -153], - [-46, -80], - [51, -163], - [47, -37], - [20, -85], - [-66, -73], - [34, -66], - [8, -119], - [90, -54], - [34, -56], - [14, -109], - [10, -229], - [-25, -72], - [-95, -7], - [35, -149], - [-71, -7], - [-30, 51], - [-88, 20], - [-72, -37], - [23, -66], - [-18, -62], - [41, -84], - [-109, 7], - [-33, -115], - [19, -166], - [-47, -2], - [-47, 102], - [-54, -20], - [-58, -123], - [-47, 108], - [-43, 42], - [-10, 71], - [-47, 4], - [-70, 77], - [-95, 35], - [-90, 89], - [-65, 10], - [-29, -261], - [-21, -62], - [-47, 2], - [-47, -61], - [-56, -19], - [-16, 179], - [-75, 173], - [96, 33], - [-22, 83], - [-15, 172], - [-26, 75], - [3, 73], - [-48, 164], - [-18, 163], - [-35, 212], - [-21, 236], - [-31, 119], - [-73, 131], - [-15, 78], - [-43, 65], - [0, 106], - [-61, 41], - [-26, 53], - [-94, 63], - [13, 162], - [26, 111], - [-62, 121], - [14, 114], - [-23, 86], - [-1, 94], - [105, 11], - [-77, 183], - [22, 74], - [-52, 64], - [2, 66], - [-44, 49], - [-32, 179], - [-30, 59], - [12, 48], - [-40, 163], - [-44, 43], - [33, 117], - [-58, 79] - ], - [ - [52951, 39244], - [-20, 200], - [62, 120], - [49, -10], - [47, 114], - [-40, 52], - [-1, 83], - [36, 45], - [-26, 64], - [21, 136], - [4, 208], - [-9, 91], - [-59, 50], - [-2, 57] - ], - [ - [59479, 46082], - [-69, -86], - [-53, -13], - [-60, -55], - [0, -90], - [-88, -76], - [13, -42], - [-114, -146], - [88, -99], - [-9, -52], - [68, -31], - [-16, -77], - [6, -143], - [-23, -41], - [17, -166], - [-25, -93], - [24, -60], - [-2, -83], - [86, -5], - [42, -33], - [-45, -115], - [-104, -109], - [-24, -45], - [-108, -49], - [-64, -63], - [-28, -110], - [74, -144], - [7, -109], - [-41, -49], - [-53, -7], - [-57, -79], - [-107, -92], - [-31, -115], - [-73, -63], - [38, -47], - [-114, -9], - [-36, -30], - [-53, -127], - [-88, -33], - [-198, -50] - ], - [ - [41082, 32408], - [203, -12], - [60, 12], - [36, -66], - [-12, -63], - [-145, 1], - [-110, -62], - [-70, -76], - [-68, 44], - [-2, -66], - [-101, 8], - [57, 76], - [62, 177], - [90, 27] - ], - [ - [40757, 35745], - [-22, -85], - [5, -81], - [165, 25], - [35, -92], - [92, -37], - [134, -28], - [106, -7], - [84, -86], - [49, -11], - [37, -120], - [-64, -113], - [-16, -76], - [71, -98], - [141, -11], - [-2, 110], - [104, 27], - [42, 33], - [1, 66], - [76, -21], - [88, 2], - [37, -77], - [-38, -59], - [22, -90], - [79, -133], - [81, -31], - [76, 0], - [47, -44], - [155, -13], - [59, -124], - [-6, -143], - [31, -85] - ], - [ - [42426, 34343], - [-40, -5], - [-131, -116], - [-70, -13], - [-153, 11], - [-210, -21], - [-205, -88], - [-62, -64], - [-199, -139], - [-227, -241], - [-151, -288], - [2, -125], - [75, -191], - [67, -89], - [47, -142], - [108, -212], - [23, -82], - [-26, -99], - [-169, 29], - [-103, -49], - [-36, -37], - [-4, -85], - [-109, -183], - [124, 3], - [58, 15], - [113, 102], - [76, 34], - [201, -34], - [-339, -227], - [-194, -144], - [-55, -70], - [-57, -117], - [0, -120], - [106, -34], - [18, -68], - [-45, -65], - [-207, -168], - [-126, -49], - [-180, -86], - [-105, -76], - [14, -32], - [-41, -122], - [-135, -138], - [-8, -94], - [-53, -56], - [-85, 14], - [-44, 110], - [-76, 57], - [-69, 18], - [-48, -75], - [33, -26], - [87, 14], - [74, -106], - [75, -59], - [-147, -40], - [-149, -80], - [-212, -72], - [-191, -53], - [-201, -39], - [-237, -67], - [-400, -143], - [-354, -185], - [-184, -84], - [-272, -160], - [-343, -255], - [-74, -66], - [-99, -120], - [-166, -102], - [-218, -187], - [-92, -97], - [-149, -200], - [-76, 30], - [-40, 41], - [-129, 38], - [-9, -81], - [-113, -10], - [-33, 14], - [-6, 1], - [0, -6], - [9, -14], - [15, -43], - [26, -10], - [5, -5], - [-1, -11], - [7, -20], - [26, -9], - [5, 4], - [2, 10], - [22, 13], - [9, -1], - [12, -7], - [12, -23], - [11, -11], - [-3, -4], - [-9, -2], - [-10, -26], - [-15, 8], - [-24, 3], - [-53, -5], - [-3, -3], - [2, -9], - [4, -7], - [-10, 0], - [-4, -3], - [-16, -29], - [-8, -31], - [-41, -2], - [-10, 38], - [3, 6], - [7, 56], - [-17, -4], - [-4, 1], - [-2, 6], - [-4, 4], - [-14, -13], - [-13, -28], - [-13, -3], - [-28, -1], - [-8, -3], - [-9, -13], - [-38, -3], - [-45, -38], - [-16, -25], - [-10, -5], - [-5, -27], - [1, -10], - [-9, -25], - [-20, 5], - [-23, 12], - [-49, 29], - [-10, -13], - [2, -8], - [-2, -6], - [2, -12], - [18, -17], - [13, -23], - [-6, -3], - [-7, -5], - [-31, -32], - [-11, -27], - [4, -10], - [6, -9], - [21, -37], - [-20, -20], - [-5, -10], - [-26, 13], - [13, -28], - [-5, -8], - [-52, -18], - [-7, -31], - [-62, 31], - [-8, 1], - [1, -13], - [5, -6], - [12, -7], - [27, -11], - [-1, -9], - [-4, -10], - [-16, -19], - [-15, 4], - [-3, -3], - [-6, -1], - [-9, 21], - [-6, 6], - [-10, 8], - [-9, 2], - [-3, -7], - [-1, -14], - [0, -14], - [4, -24], - [5, -12], - [14, -8], - [-1, -48], - [-32, -7], - [9, -32], - [-3, -7], - [-11, -6], - [-25, -8], - [-6, -9], - [-1, -7], - [-8, -2], - [-4, 8], - [-15, 0], - [-36, 21], - [-12, -3], - [-7, -5], - [-5, -11], - [-11, -5], - [-8, 0], - [-12, -13], - [-28, -3], - [-33, 15], - [-1, 13], - [-8, 4], - [-6, -7], - [-17, 7], - [-81, -42], - [-28, 2], - [-17, 12], - [-18, 1], - [-7, -9], - [-17, -9], - [-12, -2], - [-95, -50], - [-57, 15], - [-11, 25], - [-5, 13], - [-20, 6], - [1, 15], - [-5, 6], - [1, 8], - [-20, 9], - [-10, 7], - [-16, 27], - [-7, -2], - [-9, -8], - [-27, 15], - [-55, -10], - [-59, 7], - [-15, -13], - [-11, -2], - [-9, 0], - [-13, 24], - [-57, 22], - [-27, -3], - [-19, -22], - [-4, 11], - [-1, 18], - [-3, 4], - [-21, -5], - [-8, 2], - [-58, 76], - [-3, 85], - [-5, 37], - [-5, 10], - [-6, 2], - [-103, 228], - [-104, -55], - [21, -92], - [24, 1], - [35, -59], - [6, -27], - [-6, -7], - [-13, -7], - [-19, 12], - [-15, 23], - [-22, 4], - [-21, 48], - [-20, 62], - [-2, 22], - [-21, 16], - [-12, 6], - [-6, -3], - [-6, 4], - [-13, 69], - [-13, 14], - [-21, 52], - [-18, 20], - [-21, 28], - [-9, 4], - [-7, 8], - [-6, 12], - [-27, 89], - [-56, 66], - [-54, -50], - [0, -23], - [5, -12], - [17, -29], - [0, -10], - [-10, -8], - [-39, -21], - [-1, -30], - [-2, -18], - [-5, -12], - [-46, 4], - [-3, 10], - [2, 9], - [7, 10], - [1, 5], - [-13, 27], - [-19, -10], - [-3, -27], - [14, -27], - [2, -7], - [-10, -5], - [-11, -19], - [-15, -15], - [-2, -4], - [-47, -9], - [-6, 54], - [-5, 4], - [-5, 10], - [-2, 24], - [-62, 25], - [-39, -13], - [-6, -32], - [14, -8], - [-1, -20], - [6, -18], - [26, -24], - [2, -10], - [-7, -23], - [4, -17], - [-5, -9], - [-6, -3], - [-9, 0], - [-20, 8], - [-22, -6], - [4, -40], - [26, -54], - [-15, -31], - [-28, 5], - [-74, 112], - [-5, -3], - [-5, -4], - [-5, 5], - [-2, 2], - [-11, -1], - [-7, 8], - [-9, 2], - [-26, -12], - [-21, -3], - [-12, 3], - [-16, 33], - [-44, -6], - [-5, -16], - [-4, -3], - [-1, -3], - [1, -10], - [1, -6], - [-4, -5], - [-28, 6], - [-19, 1], - [-6, -3], - [-2, -6], - [7, -9], - [13, -38], - [105, -31], - [-30, -75], - [88, -115], - [15, -7], - [16, -3], - [6, -2], - [3, -2], - [12, -13], - [-1, -6], - [-9, -8], - [-21, -10], - [3, -36], - [-5, -7], - [-21, -11], - [-8, 1], - [-15, -10], - [-7, -2], - [-29, -32], - [-177, -41], - [-9, -9], - [-12, -24], - [-1, -10], - [4, -8], - [1, -10], - [-12, -14], - [-24, 4], - [-22, -2], - [-12, 2], - [-38, 17], - [-3, -1], - [-4, 0], - [-5, -5], - [1, -11], - [12, -25], - [-37, -44], - [-8, 8], - [-1, 9], - [3, 9], - [-4, 5], - [-21, -1], - [-15, 5], - [-10, 10], - [-8, 14], - [-7, 5], - [-12, 6], - [-39, -1], - [-39, 32], - [-38, -24], - [-8, -9], - [12, -18], - [-2, -6], - [-23, -22], - [-40, -60], - [-22, -16], - [-19, -27], - [1, -5], - [2, -6], - [-32, -51], - [-11, -30], - [-33, -15], - [-30, -7], - [-24, -13], - [-4, -6], - [0, -6], - [-1, -5], - [5, -9], - [7, -3], - [6, -7], - [8, -30], - [-2, -12], - [-23, -32], - [-4, -7], - [95, -124], - [7, 0], - [7, 0], - [31, 18], - [34, -3], - [5, -8], - [-2, -11], - [-80, -128], - [-33, -33], - [-6, -6], - [-16, -9], - [-23, -21], - [-2, -8], - [5, -9], - [15, -9], - [28, -4], - [64, -98], - [-2, -7], - [-21, -28], - [-6, -5], - [-30, -12], - [-6, 0], - [-11, 8], - [-18, 7], - [-14, 19], - [-13, -15], - [-32, -8], - [-9, 0], - [-2, 1], - [-24, -21], - [-6, -12], - [-4, -14], - [-96, -8], - [-11, 22], - [-17, -3], - [-11, -7], - [-7, 2], - [-8, 5], - [-12, -8], - [-39, 52], - [13, 32], - [0, 14], - [-14, 33], - [-12, 4], - [-20, -19], - [-16, 4], - [-15, 7], - [-16, 9], - [-66, 43], - [-43, 14], - [-50, -46], - [24, -68], - [-21, -45], - [14, -38], - [-28, -34], - [-9, -20], - [-152, -80], - [-10, 2], - [-7, 0], - [-19, -10], - [-37, -5], - [-19, -28], - [-25, -50], - [6, -28], - [-5, -10], - [-18, -13], - [-12, -15], - [-6, 0], - [-5, 1], - [-14, 17], - [-9, 4], - [-6, 3], - [-6, 11], - [2, 6], - [-5, 6], - [-19, 6], - [-6, 6], - [-20, 5], - [-1, 13], - [-3, 8], - [-4, 1], - [-5, 1], - [-5, 8], - [8, 7], - [9, 5], - [-6, 13], - [10, 16], - [1, 10], - [-7, 23], - [-11, -3], - [-3, 1], - [-3, 0], - [-8, 13], - [4, 6], - [11, 5], - [14, 18], - [32, 2], - [-8, 24], - [-6, 7], - [-2, 17], - [9, 58], - [-98, 52], - [-45, 46], - [4, 9], - [5, 11], - [12, 0], - [2, 16], - [9, 6], - [2, 17], - [6, 9], - [-14, 9], - [-7, -1], - [-13, 4], - [1, -11], - [-13, -10], - [-6, 1], - [-3, 14], - [1, 6], - [-6, 10], - [-8, -4], - [-15, 24], - [3, 8], - [9, 5], - [13, 15], - [0, 22], - [-7, 12], - [-11, -1], - [1, 6], - [0, 5], - [10, 6], - [-3, 9], - [-2, 8], - [2, 16], - [-91, 26], - [-13, 33], - [5, 5], - [9, 2], - [7, 3], - [-8, 11], - [-17, -4], - [-45, -46], - [-8, -13], - [-28, -32], - [-22, -47], - [-15, -17], - [-18, -12], - [-32, -30], - [-44, -69], - [-13, -4], - [-10, -7], - [-2, -9], - [-11, -8], - [11, -15], - [14, -12], - [26, -59], - [0, -8], - [-7, -5], - [-5, -12], - [-6, -19], - [-15, -7], - [-20, -16], - [-33, -50], - [-5, -34], - [33, 2], - [16, 19], - [34, 7], - [8, -1], - [9, -18], - [10, -11], - [-12, -13], - [-5, -27], - [-7, -11], - [-22, -24], - [-11, -7], - [-51, 2], - [-15, -13], - [-7, -32], - [-5, -13], - [-3, -35], - [6, -36], - [-59, -47], - [7, -14], - [2, -35], - [85, -29], - [36, -51], - [-17, -34], - [-28, 22], - [-14, 8], - [-11, 10], - [4, -35], - [-11, -19], - [5, -28], - [-1, -30], - [24, -27], - [0, -33], - [-13, -44], - [-2, -4], - [-14, -16], - [-11, 5], - [3, 9], - [-9, 9], - [-39, -25], - [-36, 49], - [-65, -60], - [17, -21], - [6, -13], - [4, -22], - [0, -29], - [-7, -27], - [-14, -9], - [-17, -5], - [-26, -1], - [-7, 10], - [-3, 18], - [-14, 4], - [-17, -2], - [-10, 3], - [-23, 15], - [-24, 19], - [-13, 0], - [-13, -3], - [-17, 7], - [-7, 12], - [6, 12], - [-8, 11], - [-21, 37], - [-8, 5], - [-28, -8], - [-33, -11], - [-7, 30], - [-47, 13], - [-34, -3], - [-72, -18], - [-77, 30], - [-17, -7], - [-23, -13], - [-11, -11], - [1, -49], - [-145, -91], - [-196, -77], - [-30, 1], - [-29, -13], - [-42, -22], - [-33, -52], - [-8, -9], - [-14, -11], - [-109, -71], - [-51, -30], - [-11, 33], - [-22, 21], - [-11, -12], - [-12, -4], - [-32, -2], - [-45, -87], - [-41, -34], - [-18, -6], - [-10, -15], - [-25, 0], - [-55, 28], - [-46, -26], - [-160, -31], - [-24, 47], - [-134, -42], - [-14, 1], - [-19, 6], - [-20, -3] - ], - [ - [25654, 9761], - [-7, -376] - ], - [ - [25647, 9385], - [-69, -6], - [-37, 139], - [-66, 43], - [-101, 18], - [-39, 36], - [-12, 90], - [50, 1], - [57, 64], - [68, -30], - [40, 44], - [116, -23] - ], - [ - [25617, 11991], - [-30, -136], - [-52, -170] - ], - [ - [25535, 11685], - [-31, 69], - [-69, 45], - [-54, -25], - [-81, 16], - [69, 87], - [-89, 83], - [38, 57], - [-15, 53], - [-115, 2], - [11, 50], - [97, 46], - [31, -92], - [97, 20], - [-36, -90], - [32, -42], - [125, 79], - [21, -52], - [51, 0] - ], - [ - [15665, 12242], - [-27, -46], - [-70, -9], - [-9, -52], - [-72, 49] - ], - [ - [13922, 53612], - [-253, 10], - [-250, 20], - [-84, -2], - [-402, 31], - [-391, 3], - [-22, 61], - [38, 132], - [43, 34], - [98, 137], - [8, 156] - ], - [ - [12707, 54194], - [-19, 154], - [-51, 96], - [-135, 186], - [67, 77], - [53, 10], - [10, 86], - [67, -2], - [57, 109], - [226, 158], - [2, 58], - [69, 72], - [60, 8], - [101, 91], - [78, 110], - [91, 55], - [-19, 68], - [93, 112], - [19, 61], - [123, 12], - [-14, 75], - [118, 61], - [3, 33], - [110, 93], - [57, 2], - [92, 70], - [-15, 28], - [48, 123], - [40, 11], - [63, -55], - [123, 25], - [59, 41], - [25, 54], - [-34, 78], - [-116, 15], - [-75, -19], - [-9, -79], - [-91, -11], - [-5, 66], - [-84, 43], - [-11, 102], - [46, 157], - [-24, 57], - [42, 61], - [48, -1], - [93, 228], - [68, 62], - [37, 87], - [-152, 135], - [57, 18], - [4, 93], - [-49, 129], - [-134, 230], - [1, 51], - [75, 29], - [-18, 43], - [28, 122], - [210, 187], - [112, 35], - [216, 85], - [36, 74], - [110, 86], - [128, 80], - [76, -24], - [83, -61], - [116, 29], - [40, 39], - [112, 58], - [143, 1], - [18, 71], - [41, 11], - [60, -74], - [72, 59], - [25, 68], - [57, 29], - [30, 108], - [90, 85], - [7, 71], - [-60, 45], - [-7, 79], - [-31, 34] - ], - [ - [19984, 48672], - [62, -43], - [15, -118], - [-19, -55], - [70, -12], - [18, -127], - [-68, -95], - [32, -35], - [32, -166], - [79, -15], - [38, -84], - [79, -46], - [-31, -85], - [36, -61], - [144, -41], - [100, -90], - [70, -36], - [92, 27], - [-16, -117], - [77, -113], - [-5, -56], - [68, -33], - [-40, -58], - [-87, -1], - [-39, -106], - [-116, -31], - [-58, -64], - [104, -23], - [-14, -68], - [87, -46], - [128, -14], - [31, 61], - [72, -113], - [-26, -49], - [-109, -27], - [-138, -84], - [-213, -63], - [-71, -66], - [-61, -19], - [-11, -56], - [47, -55], - [-23, -77], - [79, -37], - [36, 42], - [38, 139], - [50, -60], - [193, 29], - [107, 51], - [32, 40], - [97, 17], - [17, 96], - [91, 35], - [234, -75], - [41, -37], - [43, 57], - [71, -33], - [46, 29], - [112, -9], - [62, 16], - [98, -31], - [57, 59], - [5, 63], - [54, 5], - [205, -54], - [63, -4], - [-29, -72], - [-95, -54], - [11, -95] - ], - [ - [6420, 41445], - [-75, 73], - [-83, 200], - [-69, 125], - [-128, 189], - [-44, 139], - [-69, 346], - [-297, 302], - [-33, 107], - [-154, 158], - [30, 298], - [-25, 13], - [10, 316], - [-33, 85], - [-42, 21], - [-99, -8], - [-152, -62], - [-93, -1], - [-199, -28], - [-252, 81], - [-29, 23], - [-61, 133], - [-90, 90], - [-56, 33], - [-28, 57], - [-129, 185], - [-34, 95], - [-23, 215], - [30, 91], - [112, 159], - [60, 182], - [-13, 143], - [26, 99], - [-5, 193], - [17, 124], - [-35, 148], - [-134, 89], - [-90, 23], - [-91, -1], - [-234, -38], - [-138, 1], - [-88, 22], - [-96, 49], - [-110, 93], - [-438, 190], - [-33, 29], - [-52, 133], - [37, 218], - [27, 269], - [115, 282], - [47, 91], - [174, 170], - [323, 250], - [108, 100], - [164, 229], - [175, 125], - [19, 32], - [183, 455], - [108, 156], - [111, 118], - [210, 141], - [139, 144], - [248, 58], - [113, -2], - [71, -30], - [215, -206], - [26, -38], - [13, -174], - [131, -224], - [44, -57], - [135, -30], - [193, -9], - [279, 131], - [384, 155], - [142, 41], - [300, 55], - [267, -1], - [122, 12], - [158, -4], - [526, 205], - [33, 210], - [40, 170], - [143, 197], - [287, 223], - [128, 126], - [54, 97], - [204, 612], - [54, 79], - [128, 151], - [297, 149], - [288, 173], - [200, 104], - [410, 166], - [35, 23], - [123, 271], - [173, 199], - [129, 222], - [119, 229], - [176, 297], - [152, 490], - [99, 363], - [60, 54], - [436, 169], - [314, 79], - [88, 30], - [96, 91], - [283, 199] - ], - [ - [45218, 47150], - [-75, -10], - [-13, 49], - [-60, 35], - [-55, -41], - [-89, 59], - [-60, 15], - [-157, -45], - [3, -57], - [-57, -58], - [-64, -26], - [-27, -56], - [-49, -19], - [-150, 39], - [-130, 70], - [-60, 6], - [-99, -27], - [-41, 36], - [-76, -1], - [-46, -47], - [-48, 6], - [-111, 57], - [-6, 54], - [-55, 113], - [-91, 12] - ], - [ - [43602, 47314], - [36, 71], - [2, 84], - [77, 114], - [-54, 82], - [19, 96], - [62, 45], - [-77, 108], - [39, 77], - [-1, 64], - [70, 133], - [46, 31], - [14, 80], - [54, 47], - [30, 174], - [44, 14], - [42, 101], - [-27, 46], - [35, 62], - [-115, 91], - [-47, 12], - [-36, 70], - [56, 119], - [76, -43], - [65, 50], - [65, -1], - [24, -41], - [207, 92], - [112, -24], - [83, 70], - [77, 27], - [45, 59], - [113, -20], - [91, 113], - [138, 44], - [64, -70], - [42, 11], - [143, -13], - [107, -99], - [65, -36], - [26, -55], - [-10, -137], - [50, -15], - [46, -70], - [2, -130], - [-55, -48], - [-8, -92], - [22, -91], - [-37, -89], - [3, -73], - [-81, -62], - [-10, -90], - [-84, -88], - [47, -84], - [-11, -169], - [57, -117], - [63, -61], - [40, 19], - [74, -117], - [71, -23], - [-51, -119], - [-59, -37], - [-82, 10], - [-75, -36], - [0, -62], - [-36, -90], - [-57, -23], - [-15, -55] - ], - [ - [24462, 5952], - [50, -40], - [-42, -61], - [26, -58], - [107, -99], - [-9, -30], - [-112, 76], - [-97, 41], - [-123, 29], - [-2, 57], - [104, 3], - [47, 62], - [51, 20] - ], - [ - [25535, 11685], - [-51, -228], - [-44, -291], - [9, -108], - [58, -141], - [44, -73], - [48, -208], - [21, -15], - [1, -151], - [22, -115], - [21, -216], - [-10, -378] - ], - [ - [25647, 9385], - [11, -524], - [21, -395], - [40, -255], - [-37, -45], - [-69, -25], - [-201, -1], - [43, 60], - [-127, 52], - [-130, -8], - [-43, 59], - [-31, -65], - [14, -43], - [-490, 44], - [-58, -51], - [-98, -32], - [-68, -49], - [-60, -72], - [29, -39], - [-87, -74], - [-33, -190], - [57, -74], - [11, -75], - [-33, -21], - [-192, -214], - [-58, -88], - [-9, -69], - [-73, -85], - [-75, -129], - [-39, -19], - [-131, -177], - [-44, -131], - [-56, -55], - [-23, -80], - [-20, -181], - [-30, -59], - [57, -106], - [90, -110], - [118, -109], - [96, -65], - [97, -26], - [78, 6], - [54, -27], - [-167, -45], - [-252, 31], - [-117, -17], - [-42, -38], - [-102, 9], - [-227, -87], - [-47, -9], - [-38, -50], - [-112, 16], - [-49, -36], - [13, -52], - [-81, -16], - [-85, -48], - [-51, 14], - [-208, -25], - [-102, -34], - [-136, -117], - [-169, -129], - [-78, -49], - [-94, -106], - [-51, -119], - [-19, -263], - [20, -64], - [-38, -78], - [-117, -170], - [0, -61], - [83, -54], - [-36, -167], - [17, -43], - [-94, -104], - [-50, -78], - [-22, -86], - [-70, -53], - [-94, -43], - [-58, -61], - [-143, -94], - [-195, -73], - [-35, -81], - [-91, -72], - [-59, -22], - [-227, -37], - [-81, -33], - [-37, -37], - [2, -68], - [-52, -28], - [-248, 50], - [-161, 53], - [-102, 21], - [-4, 26], - [-260, 177], - [-50, 61], - [-155, 119] - ], - [ - [22062, 13868], - [-3, -13], - [21, -62], - [-4, -12], - [-15, -27], - [-23, -9], - [-15, -1], - [-7, -6], - [-8, 1], - [-3, -4], - [10, -12], - [-1, -3], - [-21, -12], - [1, -5], - [12, -3], - [3, -3], - [8, -7], - [61, -4], - [-1, 36], - [81, 5], - [43, -56], - [7, -21], - [7, -12], - [40, -7], - [46, -27], - [21, -15], - [20, -19], - [27, -20], - [17, -7], - [70, 3], - [16, 10], - [11, 1], - [13, 6], - [15, -13], - [32, 4], - [26, -2], - [7, -9], - [11, 12], - [-1, 33], - [6, 2], - [2, 7], - [-7, 8], - [-4, 54], - [79, 17], - [-1, 56], - [4, 23], - [6, -12], - [26, 1], - [2, 6], - [-3, 8], - [-34, 14], - [-5, 14], - [-15, 14], - [-11, 16], - [11, 11], - [21, -10], - [7, -15], - [10, -6], - [3, -8], - [1, -11], - [8, 0], - [8, 20], - [3, -32], - [8, -10], - [23, -6], - [2, -9], - [-4, -6], - [-10, 6], - [-5, -11], - [13, -30], - [7, -1], - [8, 2], - [22, 12], - [24, 28], - [-15, 23], - [6, 18], - [9, 13], - [4, 13], - [-19, 6], - [19, 40], - [9, 13], - [48, 36], - [25, 165], - [73, 175], - [49, 11], - [-25, 44], - [-14, 35], - [19, 3], - [-39, 45], - [-14, 11], - [15, 9], - [37, 33], - [10, 11], - [15, 34], - [5, 3], - [94, -31], - [5, 19], - [11, 73], - [3, 28], - [82, -25], - [14, 0], - [18, 4], - [51, 14], - [12, 7], - [8, 14], - [31, 31], - [175, -14], - [1, -59], - [-3, -43], - [6, -13], - [18, 0], - [56, 7], - [16, -3], - [4, -7], - [8, 7], - [-2, 4], - [-16, 12], - [-6, 9], - [-29, -3], - [-13, 1], - [-11, 8], - [16, 39], - [30, 37], - [35, -4], - [14, 9], - [20, -15], - [30, 4], - [8, 14], - [41, 11], - [15, -8], - [15, -22], - [11, -12], - [24, 0], - [26, -4], - [6, -15], - [17, -9], - [23, -5], - [20, -13], - [2, -23], - [15, -17], - [18, -15], - [30, -4], - [48, 27], - [33, -4], - [73, -35], - [19, 10], - [20, 9], - [6, 9], - [8, 24], - [0, 8], - [0, 11], - [-16, 35], - [21, 16], - [4, 16], - [14, 23], - [4, 18], - [9, 11], - [20, 2], - [11, 2], - [16, 13], - [26, 87], - [37, -3], - [2, 18], - [7, 16], - [9, -4], - [3, -11], - [8, -11], - [11, 9], - [13, 1], - [9, -7], - [3, -26], - [2, -14], - [25, 5], - [7, -11], - [23, -8], - [-3, -40], - [23, -1], - [5, 7], - [-1, 16], - [6, 16], - [10, 13], - [30, 4], - [11, 15], - [5, -10], - [15, 1], - [12, 4], - [-5, 87], - [30, -16], - [8, 10], - [5, 12], - [8, 7], - [-4, 17], - [20, 15], - [14, 5], - [29, 4], - [34, -1], - [16, -4], - [7, 7], - [-5, 14], - [4, 13], - [-4, 22], - [53, 19], - [0, 12], - [-7, 17], - [-14, 1], - [-39, -26], - [-3, -14], - [-13, -1], - [-5, 18], - [2, 19], - [-5, 22], - [3, 21], - [8, 25], - [15, 21], - [-3, 6], - [1, 13], - [15, 15], - [-7, 13], - [-36, -3], - [-44, 21], - [-24, 20], - [59, 29], - [35, 14], - [82, 6], - [54, -7], - [18, -11], - [23, -4], - [55, 2], - [28, -11], - [7, -23], - [6, -51], - [29, -46], - [24, -22], - [12, -5], - [20, -5], - [12, 4], - [2, 15], - [5, 16], - [27, 17], - [148, 33], - [24, -29], - [11, -30], - [-23, -22], - [-6, -26], - [5, -14], - [16, -3], - [9, 13], - [16, 10], - [9, -10], - [-1, -24], - [-14, -29], - [23, -19], - [13, 15], - [13, 3], - [9, 9], - [6, 19], - [10, -2], - [8, -10], - [13, -6], - [11, -22], - [2, -17], - [13, -7], - [17, 22], - [12, 2], - [35, 28], - [9, -1], - [13, 2], - [0, 23], - [-18, 14], - [-49, 23], - [-16, 10], - [-14, 14], - [-39, 26], - [-1, 15], - [19, 7], - [26, 4], - [10, 7], - [8, 25], - [2, 19], - [7, 9], - [32, -30], - [25, -18], - [16, 6], - [29, 46], - [18, 1], - [34, -6], - [60, 2], - [43, 20], - [9, 13], - [12, 7], - [13, 2], - [25, 19], - [14, 8], - [47, 7], - [62, 88], - [-46, 70], - [40, 9], - [17, 10], - [10, 12], - [-5, 23], - [5, 30], - [-2, 8], - [-1, 16], - [14, 12], - [43, 13], - [6, 0], - [1, -6], - [10, 0], - [20, 44], - [3, 22], - [42, -3], - [24, -5], - [-102, 98], - [10, 6], - [30, 7], - [15, -9], - [7, -8], - [26, -4], - [10, -4], - [25, 1], - [12, 19], - [19, 5], - [13, 5], - [4, 3], - [5, 4], - [42, -28], - [18, -40], - [6, -4], - [2, -3], - [45, -7], - [26, -15], - [11, -11], - [15, -12], - [17, -16], - [141, 7], - [96, -80], - [17, -76], - [22, -16], - [5, -13], - [-2, -6], - [-4, 0], - [-2, 0], - [-6, -4], - [5, -19], - [87, -41], - [31, 66], - [35, -168], - [-6, -129], - [-72, -251], - [-22, -47], - [9, -113], - [-49, -86], - [-6, -73], - [-39, -175], - [-26, -206], - [-6, -125], - [16, -63], - [-194, -588], - [-19, -124], - [-93, -155], - [-134, -159], - [-89, -166], - [-62, -30], - [9, -60], - [-230, -369], - [-83, -196], - [-21, -91] - ], - [ - [52951, 39244], - [-47, -10], - [-1, -75], - [-64, 8], - [-148, 86], - [-139, -182], - [-36, -21], - [-151, 102], - [-41, 95], - [-47, -5], - [-43, -106], - [47, -238], - [-6, -145], - [33, -47], - [-77, -81], - [1, -54], - [-84, 9], - [-116, -89], - [-15, -52], - [-78, -96], - [-82, -174], - [62, -155], - [34, -134], - [44, -108], - [-25, -37], - [-100, -25], - [-48, -114], - [-61, -44], - [-66, 14], - [-91, -37], - [-72, -82], - [-135, 58], - [-35, 53], - [16, 80], - [-85, 166], - [12, 32], - [-50, 72], - [18, 83], - [-37, 36], - [-70, 124], - [-79, 3], - [-57, -78], - [-10, -164], - [67, -215], - [-97, 11], - [-54, 86], - [-50, 130], - [-11, 222], - [-62, 156], - [27, 79], - [-38, 25], - [-20, 102], - [-51, 88], - [-13, 96], - [-109, 80], - [-24, 116], - [-54, 48], - [-14, 76], - [30, 67], - [68, -13], - [-13, 94], - [-94, -2], - [-6, 74], - [37, 66], - [84, -1], - [51, 41], - [8, 98], - [44, 65], - [-56, 138], - [109, 187], - [54, 42], - [119, -28], - [67, 99], - [12, 51], - [-42, 69], - [-4, 61], - [77, 8], - [176, -30], - [120, -50], - [112, 9], - [84, 52], - [23, 154], - [34, 42], - [110, -82], - [115, -20], - [-42, 240], - [216, -114], - [67, -55], - [36, -86], - [47, 13], - [5, 68], - [66, 221], - [-48, 158], - [81, 47], - [38, -57], - [53, 18], - [-44, 95], - [260, -11], - [49, 19], - [44, 94], - [74, 15], - [-33, 68], - [8, 120], - [27, 50], - [74, -63], - [52, -6] - ], - [ - [26133, 51038], - [105, -3], - [117, -108], - [98, -61], - [76, 6], - [12, -66], - [47, -45], - [87, -23], - [19, -78], - [101, -86], - [95, 23], - [102, -42], - [23, -70], - [77, -52], - [33, 20], - [-40, 204], - [80, 59], - [111, -25], - [-22, -43], - [69, -51], - [87, -12], - [139, -153], - [117, -5], - [37, -84], - [156, -74], - [45, 29], - [72, -28], - [-6, -74], - [85, -25], - [76, -47], - [45, 45], - [176, -160], - [288, -56], - [53, -83], - [-4, -83], - [193, -212], - [-6, -147], - [117, 20], - [9, 80], - [78, -5], - [80, -33], - [6, -45], - [75, -52], - [-12, -83], - [151, -77], - [212, -128], - [129, -17], - [226, -192], - [63, -14], - [151, -101], - [145, 174], - [226, -15], - [115, -133], - [68, 3], - [119, -54], - [209, -161], - [140, -71], - [77, -92], - [103, -56], - [54, -5], - [94, 32], - [55, -11], - [141, 47], - [220, 25], - [29, -68], - [-9, -57], - [51, -51], - [-10, -51], - [49, -69], - [-39, -96], - [26, -56], - [-32, -45], - [147, -16], - [73, 12], - [208, -2], - [54, -76], - [176, -44], - [287, 20], - [52, -8], - [49, -69], - [136, -94], - [-15, -42], - [64, -72], - [127, 13], - [79, 83], - [38, 69], - [-48, 85], - [40, 35], - [-29, 51], - [497, -23], - [476, -231], - [55, -43] - ], - [ - [20616, 54679], - [159, 13], - [84, -59], - [82, -106], - [89, -33], - [134, -78], - [230, -80], - [27, -38], - [-55, -57], - [-18, -67], - [-167, -214], - [-74, 15], - [-62, -124], - [34, -33], - [-72, -88], - [-2, -82], - [-49, -55], - [33, -50], - [-65, -106], - [59, -33], - [27, -101], - [49, -56], - [-15, -160], - [87, -42], - [-11, -37], - [92, -23], - [87, 69], - [57, -9], - [90, 39], - [10, -64], - [70, -104], - [17, -133], - [-13, -70], - [118, -6], - [25, 96], - [76, 15], - [27, 58], - [165, 126], - [61, 71], - [83, -14], - [158, 124], - [63, 89], - [119, -51], - [224, -76], - [43, -116], - [9, -93], - [42, -62], - [101, -100], - [139, -76], - [118, -90], - [73, 0], - [86, -58], - [220, -56], - [76, -8], - [-8, -75], - [-88, -88], - [-93, -36], - [-66, -63], - [-59, 16], - [-70, -46], - [4, -39], - [190, -140], - [38, 19], - [72, -26], - [78, -108], - [12, -91], - [87, -32], - [49, 37], - [75, -113], - [26, 75], - [133, 7], - [61, -47], - [91, -28], - [-16, -87], - [67, -71], - [7, -82], - [78, 31], - [74, -52], - [91, -97], - [155, -29], - [114, -46], - [-13, -108], - [35, -69], - [211, 17], - [57, 63], - [45, -27], - [-6, -76], - [91, 48], - [59, 2], - [103, -44], - [96, 71], - [142, 29], - [63, -46], - [-3, -89], - [105, 28], - [-19, -85], - [106, -53], - [51, -48], - [38, -89], - [129, -22], - [56, 47], - [59, 106], - [-32, 39], - [72, 82], - [30, -13] - ], - [ - [23571, 56655], - [21, 17], - [30, 165], - [111, 44], - [57, 101], - [60, 63], - [7, 68], - [43, 34], - [159, -77], - [107, -154], - [97, -81], - [-2, -39], - [60, -55], - [-31, -98], - [63, -21], - [57, -114], - [-14, -34], - [38, -74], - [56, -45], - [125, -26], - [21, -83], - [33, -13], - [15, -91], - [184, 9], - [90, -116], - [-15, -40], - [118, -69], - [152, 96], - [94, -9], - [108, 57], - [140, -67], - [100, 4], - [55, -124], - [77, -77], - [59, 0], - [117, -57], - [66, -55], - [42, 1], - [66, -103], - [64, -46], - [124, 75], - [56, -59], - [12, -53], - [71, 4], - [32, -57], - [-39, -101], - [-86, -63], - [63, -57], - [4, -145], - [64, -39], - [83, 21], - [199, -111], - [71, 10], - [51, -59], - [135, -35], - [100, -68], - [55, 14], - [24, 50], - [59, -15], - [122, -85], - [26, 1], - [155, -101], - [62, -62], - [29, -63], - [85, -65], - [439, -132], - [-73, -57], - [-107, -5], - [-142, -155], - [35, -84], - [-73, -70], - [-86, -29], - [-150, -209], - [-41, 2], - [-95, -97], - [-160, 1], - [-64, -82], - [-4, -67], - [-42, -95], - [-102, -70], - [-32, -64], - [-63, 16], - [-124, -24], - [-48, -96], - [-47, -23], - [44, -151], - [71, -55], - [10, -49], - [-29, -81], - [-149, -197], - [-97, -50], - [14, -81], - [-124, -15], - [-10, -81], - [74, -45], - [-9, -66], - [57, -92], - [43, -19], - [-27, -70], - [-23, -203], - [-79, -23], - [33, -99], - [-87, -61], - [-108, 44], - [-88, -79], - [-35, -98], - [-3, -127], - [-20, -56], - [-48, -15], - [-83, -136], - [14, -183], - [13, -17] - ], - [ - [44659, 34322], - [71, -38], - [2, -95], - [-108, 31], - [35, 102] - ], - [ - [45400, 34340], - [127, -65], - [17, -63], - [-101, -5], - [-57, 63], - [14, 70] - ], - [ - [45168, 34409], - [16, -62], - [46, -25], - [-22, -25], - [-15, -36], - [-71, 39], - [10, 80], - [36, 29] - ], - [ - [44746, 34412], - [103, -64], - [6, -52], - [-81, -57], - [-29, 57], - [-58, 30], - [59, 86] - ], - [ - [45262, 34446], - [5, -78], - [53, -64], - [-92, -37], - [-17, 27], - [18, 20], - [2, 11], - [-10, 9], - [-33, 13], - [-6, 79], - [80, 20] - ], - [ - [45689, 34419], - [49, 8], - [15, -43], - [-16, -31], - [-69, 10], - [21, 56] - ], - [ - [44833, 34535], - [49, -117], - [-14, -53], - [-77, 39], - [42, 131] - ], - [ - [45730, 34567], - [21, -131], - [65, 9], - [11, -111], - [-63, -6], - [-14, 90], - [-12, 11], - [-51, -4], - [-31, 131], - [46, -7], - [28, 18] - ], - [ - [45339, 34569], - [-22, -118], - [-42, 20], - [-41, -2], - [-22, 23], - [-38, 23], - [63, 1], - [6, 17], - [96, 36] - ], - [ - [44249, 34569], - [87, -61], - [7, -71], - [-36, -65], - [-70, 18], - [24, 84], - [-12, 95] - ], - [ - [44563, 34576], - [37, -81], - [-43, -125], - [-67, 72], - [-2, 89], - [75, 45] - ], - [ - [45098, 34584], - [13, -60], - [82, -75], - [-34, -38], - [-83, 105], - [22, 68] - ], - [ - [44015, 34603], - [26, -48], - [-40, -14], - [-1, -40], - [39, -17], - [20, 3], - [15, -69], - [-58, -73], - [-52, 184], - [51, 74] - ], - [ - [45894, 34604], - [72, -127], - [2, -69], - [-95, -38], - [-52, 54], - [1, 102], - [-18, 47], - [90, 31] - ], - [ - [45715, 34616], - [92, -63], - [-4, -89], - [-48, 26], - [-40, 126] - ], - [ - [44765, 34638], - [55, -9], - [34, -77], - [-44, -15], - [3, -63], - [-58, -59], - [-53, 167], - [63, 56] - ], - [ - [45507, 34659], - [67, -45], - [62, -84], - [-44, -131], - [-79, 65], - [-28, 77], - [22, 118] - ], - [ - [44472, 34626], - [35, -66], - [-33, -27], - [-5, -71], - [46, -74], - [-98, -34], - [-17, 156], - [42, 41], - [30, 75] - ], - [ - [44051, 34698], - [111, -18], - [2, -61], - [86, -130], - [-40, -81], - [-4, -171], - [-95, 2], - [-7, 65], - [-61, 64], - [38, 37], - [-4, 77], - [-14, 14], - [-39, -1], - [-21, 19], - [4, 20], - [44, 26], - [-20, 40], - [20, 98] - ], - [ - [45604, 34697], - [83, -27], - [16, -119], - [-49, 8], - [-61, 44], - [11, 94] - ], - [ - [44368, 34702], - [0, -97], - [72, -20], - [-88, -61], - [-45, 53], - [25, 39], - [-14, 63], - [50, 23] - ], - [ - [45775, 34704], - [112, -81], - [-77, -29], - [-35, 110] - ], - [ - [45394, 34707], - [65, -10], - [-47, -107], - [2, -62], - [42, -106], - [-45, -52], - [-67, 45], - [31, 72], - [-14, 85], - [-71, 6], - [15, 90], - [49, 3], - [40, 36] - ], - [ - [44845, 34734], - [3, -38], - [8, -21], - [64, -27], - [-53, -49], - [-51, 115], - [29, 20] - ], - [ - [45763, 34752], - [11, -161], - [-61, 29], - [-22, 101], - [72, 31] - ], - [ - [44906, 34763], - [30, -39], - [-5, -78], - [-77, 39], - [7, 54], - [7, 12], - [38, 12] - ], - [ - [44573, 34759], - [36, 6], - [-17, -125], - [-26, -61], - [-49, -15], - [-22, 143], - [78, 52] - ], - [ - [45140, 34802], - [23, -61], - [71, -51], - [-14, -63], - [52, -18], - [-43, -41], - [13, -31], - [-5, -18], - [-34, -2], - [-27, 13], - [-4, -17], - [52, -37], - [-15, -18], - [-80, 73], - [-36, 125], - [47, 146] - ], - [ - [44762, 34809], - [55, -38], - [-15, -78], - [-83, -96], - [-45, 74], - [1, 51], - [87, 87] - ], - [ - [44492, 34811], - [40, -51], - [-86, -104], - [-39, 82], - [85, 73] - ], - [ - [45386, 34795], - [5, -86], - [-41, -37], - [-57, 41], - [93, 82] - ], - [ - [45297, 34658], - [-68, -27], - [18, 118], - [43, -27], - [7, -64] - ], - [ - [45579, 34845], - [9, -6], - [33, -2], - [5, -11], - [-23, -31], - [2, -10], - [-22, -19], - [12, -8], - [-39, -84], - [-10, 58], - [-34, 77], - [20, 6], - [18, 18], - [29, 12] - ], - [ - [45635, 34894], - [12, -18], - [15, -32], - [1, -40], - [-76, -77], - [11, 29], - [-11, 11], - [21, 18], - [12, 33], - [9, 6], - [-4, 13], - [-21, 2], - [-6, 28], - [18, 4], - [5, 18], - [14, 5] - ], - [ - [44293, 34926], - [46, -14], - [21, -136], - [40, -20], - [-4, -43], - [-46, -4], - [-30, -16], - [-8, -21], - [12, -68], - [-87, -9], - [-4, 100], - [-48, 70], - [-39, 6], - [-9, 31], - [13, 15], - [41, 21], - [51, 17], - [51, 71] - ], - [ - [45447, 34936], - [-1, -18], - [48, -13], - [-5, -14], - [12, -39], - [-2, -49], - [38, -60], - [-13, -44], - [-123, 44], - [9, 155], - [37, 38] - ], - [ - [43866, 34959], - [45, -104], - [30, -197], - [-38, -121], - [3, -92], - [-87, -62], - [-162, 54], - [-11, 57], - [16, 101], - [38, 39], - [24, 101], - [109, 202], - [33, 22] - ], - [ - [45300, 34967], - [7, -13], - [-13, -11], - [7, -11], - [21, 17], - [10, -9], - [56, -8], - [-18, -89], - [-58, -29], - [-63, 42], - [24, 80], - [27, 31] - ], - [ - [45718, 35001], - [114, -71], - [-24, -104], - [-96, -31], - [-55, 87], - [62, 64], - [-1, 55] - ], - [ - [44932, 35011], - [68, -67], - [-31, -194], - [-36, 20], - [-4, 71], - [-56, 74], - [59, 96] - ], - [ - [44801, 35011], - [31, -21], - [-29, -133], - [-71, 42], - [21, 49], - [48, 63] - ], - [ - [44547, 35028], - [31, -26], - [51, -20], - [15, -80], - [-80, -66], - [-26, -46], - [-110, 71], - [17, 93], - [37, 33], - [6, 37], - [35, -4], - [24, 8] - ], - [ - [45144, 35033], - [19, -18], - [46, -6], - [8, -23], - [14, -18], - [38, -32], - [-53, -149], - [-55, -15], - [-65, 111], - [48, 150] - ], - [ - [44972, 35067], - [59, -20], - [-30, -75], - [-65, 48], - [36, 47] - ], - [ - [45404, 35058], - [110, -8], - [62, 31], - [125, -66], - [-15, -84], - [-36, -50], - [-4, 1], - [-17, 28], - [-1, -12], - [-11, -7], - [-1, -16], - [-22, -8], - [-18, -18], - [-27, -14], - [-27, -21], - [-21, 23], - [4, 17], - [-11, 37], - [3, 14], - [-10, 7], - [-29, 2], - [-26, 93], - [-28, 51] - ], - [ - [45156, 35090], - [19, -28], - [49, 16], - [99, -16], - [32, -39], - [-38, -60], - [-9, -22], - [-12, -1], - [13, 14], - [-1, 12], - [-10, 3], - [-4, -2], - [-16, -19], - [-16, 18], - [-30, 5], - [-16, 19], - [-1, 16], - [-74, 53], - [15, 31] - ], - [ - [45204, 35201], - [9, -48], - [110, -77], - [-83, 12], - [-64, -13], - [-23, 40], - [6, 83], - [45, 3] - ], - [ - [45016, 35292], - [123, -43], - [-83, -133], - [-98, 20], - [3, 102], - [55, 54] - ], - [ - [43876, 35309], - [-119, -217], - [-91, -40], - [53, 174], - [52, 48], - [105, 35] - ], - [ - [45352, 35293], - [191, -15], - [17, -193], - [-112, -24], - [-69, 48], - [-109, 8], - [-52, 36], - [-4, 53], - [25, 75], - [88, 35], - [25, -23] - ], - [ - [45550, 35352], - [-2, -61], - [-55, -9], - [-50, 66], - [107, 4] - ], - [ - [45799, 35365], - [54, -4], - [60, -82], - [22, -63], - [-32, -120], - [-72, -18], - [-68, 54], - [41, 59], - [-97, 44], - [-13, 49], - [39, 77], - [66, 4] - ], - [ - [45350, 35388], - [44, -78], - [-113, 24], - [69, 54] - ], - [ - [45479, 35430], - [23, -77], - [-45, 1], - [-22, -8], - [-68, 46], - [112, 38] - ], - [ - [45332, 35445], - [5, -45], - [-55, -40], - [-72, 25], - [68, 101], - [54, -41] - ], - [ - [45363, 35532], - [65, -13], - [41, -83], - [-62, -19], - [-71, 27], - [-14, 62], - [41, 26] - ], - [ - [45467, 35634], - [46, -5], - [81, -129], - [-13, -41], - [-98, -8], - [-57, 77], - [41, 106] - ], - [ - [45654, 35685], - [77, -95], - [-4, -67], - [-55, -136], - [41, -51], - [-26, -48], - [16, -69], - [47, -40], - [2, -66], - [59, -46], - [-64, -34], - [-134, 81], - [-41, 121], - [7, 37], - [-31, 123], - [63, 79], - [-46, 83], - [22, 63], - [67, 65] - ], - [ - [45768, 35708], - [24, -8], - [21, -109], - [59, -36], - [-40, -90], - [17, -89], - [-167, 13], - [39, 42], - [35, 141], - [-52, 123], - [64, 13] - ], - [ - [45094, 35730], - [80, -34], - [73, -4], - [53, -53], - [-50, -54], - [-67, -31], - [-103, -98], - [-1, -70], - [90, -50], - [-20, -75], - [-125, 43], - [-25, 132], - [-40, 57], - [42, 132], - [93, 105] - ], - [ - [45422, 35685], - [12, -107], - [-113, -41], - [-108, -102], - [-23, -56], - [-80, 49], - [72, 63], - [30, 69], - [48, 17], - [78, 82], - [58, -31], - [26, 57] - ], - [ - [45615, 35768], - [48, -8], - [15, -64], - [-36, -3], - [-29, -36], - [-49, 39], - [51, 72] - ], - [ - [45352, 35903], - [28, -98], - [-54, -30], - [31, -108], - [-57, -7], - [-51, 38], - [-41, 10], - [11, 72], - [47, 47], - [27, 16], - [13, 2], - [3, 7], - [43, 51] - ], - [ - [45434, 36087], - [91, -46], - [45, -73], - [56, -33], - [-17, -78], - [54, -88], - [-83, -1], - [-22, -76], - [-75, -48], - [-12, 56], - [-135, 59], - [51, 48], - [-3, 54], - [-49, 71], - [6, 86], - [23, 59], - [30, -2], - [40, 12] - ], - [ - [45730, 36132], - [-1, -134], - [35, -3], - [-8, -94], - [82, -65], - [15, -75], - [63, -74], - [-41, -100], - [-59, 43], - [-11, 95], - [-111, 20], - [-46, 93], - [16, 244], - [66, 50] - ], - [ - [45539, 36517], - [17, -66], - [-27, -78], - [7, -34], - [-9, -14], - [11, -16], - [7, -33], - [17, -25], - [-8, -52], - [36, -28], - [-80, -54], - [-5, 63], - [-46, 23], - [0, 198], - [13, 73], - [67, 43] - ], - [ - [45588, 36555], - [79, -33], - [49, -159], - [37, -34], - [-13, -65], - [-45, -62], - [-9, -90], - [-35, -44], - [-12, -102], - [-80, 59], - [-23, 101], - [43, 28], - [22, 32], - [-16, 55], - [-32, 38], - [-2, 21], - [-19, 25], - [9, 25], - [-5, 16], - [38, 72], - [-39, 106], - [53, 11] - ], - [ - [45218, 47150], - [106, -26], - [58, -44], - [96, -21], - [19, -163], - [-18, -64], - [5, -124], - [36, 10], - [49, 76], - [77, -39], - [-11, -90], - [95, -41], - [94, 40], - [49, -82], - [80, -12], - [40, -87], - [-5, -54], - [60, -63], - [100, 29], - [33, -30], - [137, 18], - [149, 85], - [142, 20], - [11, -46], - [129, -17], - [25, -65], - [81, -8], - [71, 37], - [275, -109], - [-26, -57], - [135, -23], - [114, -38], - [48, -50], - [67, 37], - [109, -26] - ], - [ - [47344, 44879], - [-50, 21], - [-77, 99], - [-51, 23], - [8, -113], - [-37, -2], - [-57, -90], - [73, -55], - [41, -108], - [-143, -86], - [-9, -122], - [-51, -32], - [-29, 68], - [-171, 9], - [-75, 40], - [-79, 11], - [-75, -29], - [-76, 68], - [-147, 62], - [-17, 89], - [-52, 47], - [-71, -2], - [-83, 47], - [-43, 88], - [14, 128], - [-80, 125], - [66, 23], - [-80, 77], - [-10, 120], - [-59, 36], - [-59, -5], - [-38, 42], - [-62, 8], - [-23, 70], - [-56, 25], - [-29, -73], - [-58, -57], - [-16, -69], - [195, -97], - [-7, -72], - [55, -26], - [84, 6], - [-20, -111], - [-210, -1], - [-59, 101], - [-119, 5], - [-62, -125], - [-74, 54], - [6, 95], - [-39, 25], - [-93, -26], - [0, 77], - [-28, 45], - [-115, -20], - [-25, 89], - [-79, 102], - [-115, 51], - [-88, 18], - [-17, 61], - [-54, 53], - [-72, 24], - [-13, 57], - [-119, 23], - [-32, 184], - [-37, -9], - [-51, -77], - [-55, -189], - [-40, -77], - [62, -55], - [27, 75], - [86, -35], - [155, -27], - [22, -102], - [68, -100], - [-36, -32], - [-143, -6], - [-90, -92], - [-113, -81], - [2, -143], - [-71, -43], - [-153, -28], - [-38, -42], - [-116, -59], - [-11, -85], - [-31, -38], - [58, -68], - [-124, -174], - [-43, -126], - [-55, -48], - [45, -75], - [15, -74], - [-19, -55], - [115, -112], - [63, 53], - [35, -23], - [149, 45], - [4, -65], - [234, -158], - [-8, -39], - [71, -59], - [109, -20], - [-18, -110], - [53, -74], - [174, -150], - [160, -48], - [89, -57], - [78, -1], - [22, 60], - [68, 11], - [57, -23], - [68, 71], - [36, -80], - [38, -4], - [23, -74], - [-34, -126], - [40, -16], - [-3, -69], - [135, -61], - [31, -63], - [82, -2], - [72, -28], - [-68, -80], - [1, -96], - [-46, -45], - [-32, -76], - [-56, 40], - [-48, -6], - [-62, 65], - [-97, -87], - [-124, 30], - [-84, 56], - [-85, -21], - [-124, 11], - [-84, -62], - [-49, 41], - [-167, 40], - [-74, -43], - [42, -101], - [-44, -58], - [22, -108], - [0, -89], - [-122, -166], - [9, -54], - [-90, 8], - [-42, -23], - [-58, -135], - [-106, 29], - [-7, 58], - [-73, 91], - [-111, -9], - [-87, -85], - [59, -124], - [-122, -118], - [-98, -145], - [-16, -80], - [-104, -102], - [73, -78], - [135, -212], - [89, -92], - [61, -36], - [66, -75], - [130, -30], - [139, -134], - [141, -34], - [101, 20], - [152, -84], - [51, -6], - [56, -105], - [27, 70], - [133, -47], - [99, 20], - [108, -42], - [32, -67], - [-12, -163], - [-71, -73], - [24, -108], - [58, -147], - [10, -164], - [-18, -162], - [-146, -71], - [-74, -52], - [-23, 28], - [-103, -32], - [57, -99], - [-46, -65], - [-13, -121], - [-23, -50], - [21, -103], - [-27, -57], - [69, -44], - [-12, -61], - [123, 19], - [40, -135], - [179, -160], - [80, 39], - [45, -39], - [-22, -93], - [-56, 4], - [-24, -127], - [20, -45], - [-58, -44], - [23, -71], - [-110, -58], - [59, -54], - [-7, -39], - [108, -33], - [35, -48], - [63, -3], - [37, 65], - [48, -46], - [134, 12], - [105, -92], - [-52, -48], - [-14, -71], - [-75, -75], - [-60, -23], - [-8, -63], - [27, -92], - [-22, -140], - [63, -45], - [26, -166], - [81, 0], - [48, -81], - [-21, -111], - [-83, -67], - [1, -73], - [84, -98], - [-64, -116], - [17, -163], - [-91, -17], - [-60, -40], - [-22, -109], - [-16, -152], - [-6, -159], - [-35, -12], - [-22, 4], - [-16, -7], - [-29, -67], - [4, -104], - [-26, -18], - [1, -15], - [-5, -23], - [-12, -3], - [-30, -17], - [-62, -51], - [-22, -77], - [-75, 33], - [-59, -11], - [-75, -115], - [-42, -116], - [35, -145], - [-46, -53], - [-35, -119], - [36, -71], - [-28, -71], - [-52, -40], - [-18, 36], - [-20, -14], - [-36, 16], - [7, -55], - [-44, -67], - [-120, 98], - [-34, 5], - [9, 47], - [-45, -15], - [-21, -20], - [-17, 11], - [-60, -50], - [-25, -108], - [15, -83], - [-63, -12], - [-20, 133], - [-64, 15], - [-32, -16], - [-11, -57], - [-82, -30], - [-20, -19], - [-3, -20], - [53, -106], - [-143, 22], - [-36, 127], - [-82, 137], - [28, 95], - [-50, 92], - [92, 102], - [40, 72], - [23, 127], - [-30, 138], - [-50, 86], - [-156, 52], - [-97, 2], - [70, 217], - [-57, -45], - [-7, -73], - [-58, -76], - [-51, 6], - [-92, 55], - [-53, 79], - [-4, 158], - [-55, -81], - [10, -113], - [74, -65], - [42, -63], - [97, 0], - [68, -46], - [154, -11], - [128, -171], - [-59, -86], - [-184, -121], - [-67, -19], - [-159, -359], - [-116, -134], - [-73, -36], - [-140, -116], - [-90, -91], - [-80, 6], - [-54, -57], - [-113, -44], - [-258, -48], - [-172, -56] - ], - [ - [43798, 45734], - [-1, 9], - [132, 245], - [10, 123], - [32, 47], - [13, 121], - [-45, 152], - [10, 73], - [-79, 69], - [22, 50], - [-57, 69], - [-4, 86], - [-66, 48], - [-12, 48], - [-99, 17], - [-57, 141], - [-45, 19], - [35, 87], - [15, 176] - ] - ], - "transform": { - "scale": [0.0004547835780230729, 0.00043253225199741204], - "translate": [68.187363, 6.754256] - }, - "objects": { - "india": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [ - [[0]], - [[1]], - [[2]], - [[3]], - [[4]], - [[5]], - [[6]], - [[7]], - [[8]], - [[9]], - [[10]], - [[11]], - [[12]], - [[13]], - [[14]], - [[15]], - [[16]], - [[17]], - [[18]], - [[19]], - [[20]], - [[21]], - [[22]], - [[23]], - [[24]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-AN", - "NAME_0": "India", - "ID_1": 1, - "NAME_1": "Andaman and Nicobar" - } - }, - { - "arcs": [[25, 26]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-AN", - "NAME_0": "India", - "ID_1": 36, - "NAME_1": "Telangana" - } - }, - { - "arcs": [[[27]], [[28]], [[-27, 29]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-AP", - "NAME_0": "India", - "ID_1": 2, - "NAME_1": "Andhra Pradesh" - } - }, - { - "arcs": [[30, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-AR", - "NAME_0": "India", - "ID_1": 3, - "NAME_1": "Arunachal Pradesh" - } - }, - { - "arcs": [[[33, 34]], [[35, 36, 37, 38, 39, 40, 41, 42, 43, -32]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-AS", - "NAME_0": "India", - "ID_1": 4, - "NAME_1": "Assam" - } - }, - { - "arcs": [[44, 45, 46, 47]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-BR", - "NAME_0": "India", - "ID_1": 5, - "NAME_1": "Bihar" - } - }, - { - "arcs": [[48, 49]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-CH", - "NAME_0": "India", - "ID_1": 6, - "NAME_1": "Chandigarh" - } - }, - { - "arcs": [[50, 51, 52, 53, 54, 55]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-CT", - "NAME_0": "India", - "ID_1": 7, - "NAME_1": "Chhattisgarh" - } - }, - { - "arcs": [[56, 57]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-DN", - "NAME_0": "India", - "ID_1": 8, - "NAME_1": "Dadra and Nagar Haveli" - } - }, - { - "arcs": [[[58, 59]], [[60, 61]], [[62, 63, 64, 65]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-DD", - "NAME_0": "India", - "ID_1": 9, - "NAME_1": "Daman and Diu" - } - }, - { - "arcs": [[66, 67]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-DL", - "NAME_0": "India", - "ID_1": 10, - "NAME_1": "Delhi" - } - }, - { - "arcs": [[68, 69, 70]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-GA", - "NAME_0": "India", - "ID_1": 11, - "NAME_1": "Goa" - } - }, - { - "arcs": [ - [[-64, 71]], - [[72]], - [[73]], - [[74]], - [[75]], - [[76]], - [[77]], - [[78]], - [[79]], - [[80]], - [[81]], - [[82]], - [[83]], - [[84]], - [[85]], - [[86]], - [[87, 88, -58, 89, 90, -59, 91, -62, 92, -66, 93, 94]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-GJ", - "NAME_0": "India", - "ID_1": 12, - "NAME_1": "Gujarat" - } - }, - { - "arcs": [[95, -67, 96, 97, 98, -50, 99, 100]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-HR", - "NAME_0": "India", - "ID_1": 13, - "NAME_1": "Haryana" - } - }, - { - "arcs": [[101, 102, 103, -101, 104, 105]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-HP", - "NAME_0": "India", - "ID_1": 14, - "NAME_1": "Himachal Pradesh" - } - }, - { - "arcs": [[-106, 106, 107]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-JK", - "NAME_0": "India", - "ID_1": 15, - "NAME_1": "Jammu and Kashmir" - } - }, - { - "arcs": [[108, 109, -56, 110, -46]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-JH", - "NAME_0": "India", - "ID_1": 16, - "NAME_1": "Jharkhand" - } - }, - { - "arcs": [[111, 112, 113, 114, -69, 115]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-KA", - "NAME_0": "India", - "ID_1": 17, - "NAME_1": "Karnataka" - } - }, - { - "arcs": [[116, 117, 118, 119, -114]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-KL", - "NAME_0": "India", - "ID_1": 18, - "NAME_1": "Kerala" - } - }, - { - "arcs": [[120]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-LD", - "NAME_0": "India", - "ID_1": 19, - "NAME_1": "Lakshadweep" - } - }, - { - "arcs": [[-54, 121, -88, 122, 123]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-MP", - "NAME_0": "India", - "ID_1": 20, - "NAME_1": "Madhya Pradesh" - } - }, - { - "arcs": [[-53, 124, -116, -71, 125, -90, -57, -89, -122]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-MH", - "NAME_0": "India", - "ID_1": 21, - "NAME_1": "Maharashtra" - } - }, - { - "arcs": [[126, 127, -37, 128]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-MN", - "NAME_0": "India", - "ID_1": 22, - "NAME_1": "Manipur" - } - }, - { - "arcs": [[129, -34, 130, -41]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-ML", - "NAME_0": "India", - "ID_1": 23, - "NAME_1": "Meghalaya" - } - }, - { - "arcs": [[-128, 131, 132, -38]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-MZ", - "NAME_0": "India", - "ID_1": 24, - "NAME_1": "Mizoram" - } - }, - { - "arcs": [[133, -129, -36, -31]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-NL", - "NAME_0": "India", - "ID_1": 25, - "NAME_1": "Nagaland" - } - }, - { - "arcs": [[[134]], [[135, 136, -51, -110]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-OR", - "NAME_0": "India", - "ID_1": 26, - "NAME_1": "Orissa" - } - }, - { - "arcs": [[[137, 138]], [[139, 140]], [[141, -119]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-PY", - "NAME_0": "India", - "ID_1": 27, - "NAME_1": "Puducherry" - } - }, - { - "arcs": [[-100, -49, -99, 142, 143, -107, -105]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-PB", - "NAME_0": "India", - "ID_1": 28, - "NAME_1": "Punjab" - } - }, - { - "arcs": [[-98, 144, -123, -95, 145, -143]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-RJ", - "NAME_0": "India", - "ID_1": 29, - "NAME_1": "Rajasthan" - } - }, - { - "arcs": [[146, 147]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-SK", - "NAME_0": "India", - "ID_1": 30, - "NAME_1": "Sikkim" - } - }, - { - "arcs": [[[148]], [[-141, 149, -139, 150, -117, -113, 151]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-TN", - "NAME_0": "India", - "ID_1": 31, - "NAME_1": "Tamil Nadu" - } - }, - { - "arcs": [[-39, -133, 152]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-TR", - "NAME_0": "India", - "ID_1": 32, - "NAME_1": "Tripura" - } - }, - { - "arcs": [[153, -47, -111, -55, -124, -145, -97, -68, -96, -104, 154]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-UP", - "NAME_0": "India", - "ID_1": 33, - "NAME_1": "Uttar Pradesh" - } - }, - { - "arcs": [[-155, -103, 155]], - "type": "Polygon", - "properties": { - "ID_0": 105, - "ISO": "IN-UT", - "NAME_0": "India", - "ID_1": 34, - "NAME_1": "Uttaranchal" - } - }, - { - "arcs": [ - [[156]], - [[157]], - [[158]], - [[159]], - [[160]], - [[161]], - [[162]], - [[163]], - [[164]], - [[165]], - [[166]], - [[167]], - [[168]], - [[169]], - [[170]], - [[171]], - [[172]], - [[173]], - [[174]], - [[175]], - [[176]], - [[177]], - [[178]], - [[179]], - [[180]], - [[181]], - [[182]], - [[183]], - [[184]], - [[185]], - [[186]], - [[187]], - [[188]], - [[189]], - [[190]], - [[191]], - [[192]], - [[193]], - [[194]], - [[195]], - [[196]], - [[197]], - [[198]], - [[199]], - [[200]], - [[201]], - [[202]], - [[203]], - [[204]], - [[205]], - [[206]], - [[207]], - [[208]], - [[209]], - [[210]], - [[211]], - [[212]], - [[213]], - [[214]], - [[215]], - [[216]], - [[217]], - [[218]], - [[219]], - [[220]], - [[221]], - [[222]], - [[223, -43, 224, -136, -109, -45, 225, -147]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 105, - "ISO": "IN-WB", - "NAME_0": "India", - "ID_1": 35, - "NAME_1": "West Bengal" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/iran-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/iran-topo.json deleted file mode 100644 index 1accdd5cc881f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/iran-topo.json +++ /dev/null @@ -1,2390 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [3492, 7376], - [110, -20], - [25, -38], - [79, -16], - [73, -36], - [2, -52], - [38, -5] - ], - [ - [3819, 7209], - [-35, -40], - [12, -58], - [-41, 1], - [-54, 24], - [-60, -57], - [-13, -36], - [27, -51], - [39, -18], - [-39, -39], - [-16, -41], - [-63, 18], - [-56, -37] - ], - [ - [3520, 6875], - [-25, 50], - [-29, -41], - [-39, 76], - [-139, -27], - [-62, 15] - ], - [ - [3226, 6948], - [-33, 77], - [18, 34], - [145, 74], - [16, 73], - [34, 54], - [-7, 32], - [-55, 11], - [-56, 49], - [11, 34], - [36, 8], - [157, -18] - ], - [ - [2358, 8751], - [0, -24], - [62, -42], - [-50, -95], - [-60, -64], - [-9, -63], - [-32, -48], - [29, -47], - [4, -42], - [61, -120], - [62, -91], - [71, -59], - [-10, -57], - [14, -43] - ], - [ - [2500, 7956], - [-36, 23], - [-84, -56], - [-26, -2], - [-42, 54], - [-39, -9] - ], - [ - [2273, 7966], - [-135, 96], - [-21, 86], - [-95, 18], - [-28, 108], - [8, 57], - [29, 46], - [-69, 49], - [-35, 39], - [-17, 89], - [5, 55], - [-50, 49], - [-92, -27], - [-33, 3], - [-38, 37], - [-48, -33], - [-19, 25], - [11, 57], - [50, 67], - [54, 47], - [81, -14], - [22, 45], - [-54, 29], - [41, 59], - [-8, 51], - [-36, 36], - [11, 45], - [-23, 43], - [23, 44], - [-43, 88], - [-1, 81], - [-57, 63] - ], - [ - [1706, 9404], - [20, 30], - [81, 28], - [104, 64], - [34, 34], - [47, 3], - [47, 27], - [82, -87], - [44, -61], - [73, -65], - [-86, -32], - [-40, -37], - [7, -43], - [81, -60], - [29, -44], - [-34, -50], - [-94, -15], - [-50, -25], - [4, -41], - [49, -48], - [67, -29], - [36, -80], - [63, 6], - [71, -92], - [17, -36] - ], - [ - [3100, 3368], - [54, 49], - [59, -36], - [88, -4] - ], - [ - [3301, 3377], - [47, -11], - [41, -37] - ], - [ - [3389, 3329], - [-10, -57], - [47, -43], - [43, -93], - [128, -6], - [53, -25], - [35, 0], - [43, -57], - [-4, -65], - [73, -90], - [100, -51], - [94, -219], - [60, -89], - [74, -184], - [13, -89], - [37, -101], - [36, -70], - [-5, -57], - [52, -26], - [59, -76], - [72, -196], - [23, -44], - [203, -173] - ], - [ - [4615, 1518], - [-28, -18], - [-63, 9], - [-50, -8], - [-13, -29] - ], - [ - [4461, 1472], - [-48, 53], - [46, 8], - [0, 35], - [-26, 1], - [-59, 91], - [-38, 32], - [-40, 2], - [-82, 35], - [-77, 88], - [-59, -5], - [-46, 9], - [-74, -14], - [-105, 39], - [-62, 77], - [-40, 75], - [-20, 15], - [14, 57], - [-81, 128], - [-22, 61], - [-10, 116], - [-36, 103], - [-60, -16], - [-35, 54], - [57, 55], - [-2, 39], - [-57, 59], - [-72, -16], - [-15, 32], - [10, 75], - [-5, 103], - [-67, 72], - [-29, 51], - [-75, 75], - [-39, 72], - [-55, 57], - [1, 85], - [-30, 76], - [-23, 17] - ], - [ - [3756, 3997], - [-64, -7], - [-23, -39], - [-106, 11], - [-54, 44], - [-111, 132], - [-89, 11], - [-98, 60] - ], - [ - [3211, 4209], - [56, 86], - [-33, 82], - [-31, 18], - [-71, 113], - [-17, 82], - [-62, 36], - [-41, 94], - [-53, 68], - [-17, 89] - ], - [ - [2942, 4877], - [88, 56], - [42, -5], - [78, 23], - [51, -56], - [102, 4], - [57, 48], - [108, 10], - [35, 26], - [25, -25], - [-4, -51], - [50, -57], - [-21, -59], - [7, -32], - [74, -49], - [56, -63], - [62, -51], - [10, -96], - [-46, -46], - [38, -63], - [-51, -40], - [4, -109], - [44, -97], - [15, -83], - [-10, -65] - ], - [ - [2273, 7966], - [-40, -34], - [-103, 23], - [-90, -13], - [-55, 14], - [-37, -15], - [-110, -10], - [-51, -47], - [-48, -23], - [-42, -65], - [-31, -15], - [-49, -80], - [10, -38] - ], - [ - [1627, 7663], - [-189, -8], - [-10, 30], - [13, 57], - [-32, 34], - [-8, 54], - [-39, 3], - [-25, 34], - [-39, -3], - [-74, -38], - [-35, -34], - [-2, -31], - [-37, -21], - [-46, 44], - [-56, 26], - [-10, 29], - [-94, 65], - [-75, -19], - [-56, 50], - [-103, 60], - [-36, 34], - [-6, 61], - [12, 63], - [-44, 59], - [-25, 54], - [-10, 94], - [2, 144], - [-26, 84], - [-38, 40], - [12, 76], - [53, 65], - [72, 66], - [11, 41], - [-29, 97], - [15, 68], - [72, 78] - ], - [ - [745, 9119], - [145, -36], - [79, -34], - [80, -2], - [53, -24], - [93, 50], - [91, -28], - [39, 34], - [126, 147], - [53, -5], - [40, 28], - [16, 44], - [76, 45], - [70, 66] - ], - [ - [5858, 6080], - [6, -201], - [7, -39], - [0, -174], - [-30, -103], - [-56, -83], - [-92, -1], - [-30, -33], - [-20, -106], - [-44, -125], - [-50, -53], - [-37, -20], - [-104, -34], - [-123, -27], - [-246, -121], - [-90, -14], - [-43, 20], - [-121, 25], - [-36, -7], - [-77, -47], - [-30, -32], - [-65, -14], - [-10, -91], - [16, -149], - [-37, -149], - [-9, -143], - [26, -78] - ], - [ - [4563, 4281], - [-82, -33], - [-95, -26], - [-65, 6], - [-113, 38], - [-2, 65], - [-77, 6], - [-34, -46], - [-87, -59], - [-71, 19], - [-18, -13], - [55, -71], - [36, 1], - [36, -26], - [-19, -162], - [-34, -52], - [-22, -78], - [8, -103], - [-52, -7] - ], - [ - [3927, 3740], - [-65, 45], - [-73, 77], - [-37, 70], - [4, 65] - ], - [ - [2942, 4877], - [31, 85], - [-44, 37], - [-97, -12], - [-36, 88] - ], - [ - [2796, 5075], - [-2, 26], - [102, 57], - [-16, 77], - [90, 49], - [36, 2], - [34, 105], - [35, 53], - [-26, 50], - [30, 34] - ], - [ - [3079, 5528], - [30, 39], - [90, 56], - [73, 9], - [42, 21], - [49, 2], - [85, 35], - [53, 53], - [43, -18], - [22, 97], - [36, 27], - [17, 38], - [-7, 39] - ], - [ - [3612, 5926], - [-18, 5] - ], - [ - [3594, 5931], - [-13, 19], - [12, 39], - [5, 33], - [5, 66], - [0, 13], - [12, 20], - [12, 14], - [42, 14], - [79, 16], - [122, -3], - [31, 1], - [36, 7], - [6, 0], - [19, 8], - [24, 13] - ], - [ - [3986, 6191], - [17, 20] - ], - [ - [4003, 6211], - [75, -50], - [61, -19], - [67, 15], - [86, 2], - [118, -31], - [49, -25], - [123, -37], - [135, 3], - [37, -6], - [153, 2], - [36, 7], - [172, 3], - [79, 14], - [172, 2], - [18, 6], - [295, 2], - [122, 14], - [57, -33] - ], - [ - [4563, 4281], - [113, -45], - [72, -45], - [55, -59], - [42, -78], - [19, -78], - [102, -267], - [23, -32], - [65, -137], - [94, -117], - [18, -78], - [5, -103], - [29, -46], - [169, -98] - ], - [ - [5369, 3098], - [0, -38], - [57, -117], - [11, -52], - [52, -39], - [106, -1], - [35, -13], - [78, -259], - [23, -33] - ], - [ - [5731, 2546], - [33, -117], - [-41, -39], - [144, -131], - [46, -52], - [5, -65], - [-38, -197], - [41, -26], - [35, -51], - [-5, -50], - [-23, -25], - [-85, 2], - [-45, -43], - [-44, -23], - [-26, -93], - [-43, -55], - [-69, 1], - [-40, 19], - [-86, 13], - [-57, -37], - [-47, 26], - [-45, -13], - [-58, 7], - [-68, -12], - [-74, -50], - [7, -58], - [-17, -38], - [0, -51], - [-51, -32], - [-69, 7], - [-98, 32], - [-51, -19], - [-81, 64], - [-103, -5], - [-40, 26], - [-23, 57] - ], - [ - [3389, 3329], - [52, 20], - [94, -12], - [64, 47], - [47, 14], - [58, 47], - [-7, 104], - [-31, 58], - [5, 46], - [29, 20], - [166, -95], - [75, 39], - [5, 33], - [-19, 90] - ], - [ - [3376, 7814], - [0, -22], - [-71, -50], - [-10, -86], - [-59, -49] - ], - [ - [3236, 7607], - [-68, 10], - [-129, -52], - [-36, -28], - [-49, -2], - [-39, 25], - [-56, -2], - [-57, 18], - [-60, 65], - [-2, 34], - [-52, 25] - ], - [ - [2688, 7700], - [-32, 122], - [-92, 98], - [-64, 36] - ], - [ - [2358, 8751], - [41, -12], - [54, 31], - [46, -5], - [-8, -93], - [18, -90], - [4, -85], - [17, -44], - [33, -154], - [37, -48], - [77, -64], - [52, -26], - [113, -32], - [211, -22], - [112, -26], - [28, -25], - [5, -42], - [35, -89], - [95, -87], - [48, -24] - ], - [ - [6267, 8533], - [-2, -73], - [12, -55], - [-16, -76], - [16, -27], - [55, -21], - [5, -73], - [-38, -19], - [-84, -17], - [-64, -52], - [1, -26], - [-40, -39] - ], - [ - [6112, 8055], - [-19, 1], - [-43, -66], - [-30, -78], - [-61, -72], - [-18, -150], - [-56, -32], - [-136, 29], - [-113, -12], - [-82, -45], - [-86, -104], - [-109, -53], - [-71, 19], - [-79, -7] - ], - [ - [5209, 7485], - [-29, 52], - [-81, 63], - [-88, 44], - [-16, 50] - ], - [ - [4995, 7694], - [119, -10], - [50, 17], - [2, 94], - [-53, 171], - [-19, 80], - [179, -20], - [59, 23], - [77, 56], - [39, 16], - [37, -16], - [74, 61], - [11, 54], - [-18, 18], - [21, 60], - [105, 91], - [53, 57], - [29, 5], - [183, 84], - [141, 17], - [87, -31], - [96, 12] - ], - [ - [2161, 6964], - [27, -45], - [38, -12], - [63, 22], - [103, -56], - [69, 9], - [-2, 47] - ], - [ - [2459, 6929], - [18, 20], - [69, -4], - [65, -63], - [-43, -22], - [20, -38], - [131, 6], - [70, -29] - ], - [ - [2789, 6799], - [1, -40], - [26, -31], - [-55, -36], - [-38, 11], - [47, -96], - [-18, -40], - [-62, 3], - [20, -45], - [81, -21], - [52, -63], - [16, -103], - [-31, -15], - [-58, 75], - [17, 60], - [-169, 3], - [15, -91], - [-37, -15], - [8, -71], - [-112, -33], - [64, -29], - [-11, -105], - [52, -94], - [16, -95], - [-67, -79] - ], - [ - [2546, 5849], - [-101, 32], - [-52, 29], - [-57, 3], - [-43, -46], - [-25, 17], - [-121, 7], - [-66, 67], - [-78, 29], - [-117, 98] - ], - [ - [1886, 6085], - [30, 61], - [84, -10], - [38, 9], - [5, 106], - [-70, -16], - [-39, 5], - [-91, 36], - [-20, 26], - [19, 40], - [77, 3], - [-1, 60], - [44, 35], - [5, 40] - ], - [ - [1967, 6480], - [12, 20], - [97, -23], - [42, 61], - [11, 67], - [-40, 58], - [-65, 44], - [-29, 99], - [-55, 111], - [43, 34], - [35, -65], - [49, 35], - [24, 48], - [70, -5] - ], - [ - [6263, 1267], - [62, -24], - [-7, -23], - [-51, -14], - [-13, -43], - [-103, -100], - [-32, 29], - [-60, -33], - [-42, 1], - [-35, -29], - [-174, -63], - [-5, 76], - [34, -10], - [119, 46], - [39, 36], - [65, 21], - [9, 96], - [56, -32], - [138, 66] - ], - [ - [5731, 2546], - [99, -7], - [64, -40], - [34, -52], - [46, -39], - [53, 19], - [78, 76], - [77, 38], - [34, -58], - [2, -163], - [-7, -77], - [-19, -39], - [5, -45], - [109, -125], - [40, -27], - [93, -14], - [95, 55], - [49, 77], - [36, 18], - [75, -41], - [-9, -84], - [21, -98], - [63, -28], - [28, -66], - [51, -54], - [4, -52], - [-36, -25], - [51, -47], - [21, -79], - [4, -193], - [5, -57], - [29, -46], - [56, -9], - [46, -40], - [28, -1], - [51, -60], - [46, 37], - [12, 37], - [57, -8], - [103, -99], - [-40, -24], - [11, -83], - [-23, -31], - [-6, -69], - [6, -89], - [-17, -87], - [63, 17], - [58, -21], - [40, 23], - [23, -19], - [46, -2], - [10, -101], - [75, -3], - [23, 37], - [51, -21], - [17, -39] - ], - [ - [7662, 618], - [-23, -43], - [130, -118], - [22, -77], - [85, -91], - [-16, -35] - ], - [ - [7860, 254], - [-67, -32], - [-60, 11], - [-37, 52], - [-66, 46], - [-58, -3], - [-51, 15], - [-130, -1], - [-52, -17], - [-74, 0], - [-32, 22], - [-44, 68], - [-69, -27], - [-47, 61], - [-42, -12], - [-122, 18], - [-36, 17], - [-21, 33], - [-11, 64], - [-38, 49], - [-10, 53], - [20, 53], - [-43, 38], - [-40, 95], - [12, 127], - [-13, 92], - [-26, 83], - [-42, 53], - [-5, 52], - [-77, 92], - [-128, 25], - [-28, -7], - [-59, 17], - [-81, -35], - [-31, 12], - [-39, -38], - [-42, -18], - [-18, -31], - [-113, -26], - [-41, 2], - [-22, -22], - [-21, -90], - [-53, -42], - [-67, 24], - [-50, -6], - [-10, -28], - [-61, -26], - [-22, -35], - [-44, -15], - [-64, -66], - [-115, -11], - [-31, 57], - [-83, 5], - [-46, 78], - [-64, -7], - [-87, 35], - [-99, -32], - [-70, 18], - [-49, 25], - [-61, 59], - [-13, 77], - [-51, 14], - [-208, 89], - [-66, 43], - [-81, 71] - ], - [ - [1727, 5881], - [28, -62], - [-22, -59], - [-68, -59], - [-58, 6], - [-92, -28], - [-38, -33], - [-8, -44], - [-27, -27], - [54, -93], - [39, -43], - [61, -43], - [78, -24], - [139, -133], - [55, -32], - [37, -83], - [41, -70], - [46, -115] - ], - [ - [1992, 4939], - [-27, -88], - [-62, -87], - [17, -68], - [-15, -36], - [-64, -41] - ], - [ - [1841, 4619], - [-37, 40], - [16, 33], - [-63, 65], - [3, 49], - [-34, 45], - [-45, 17], - [-43, -24], - [-55, 13], - [-147, 148], - [-218, 160], - [-125, 5], - [-28, 40], - [31, 32], - [-13, 37], - [30, 36], - [-1, 52], - [-79, 84], - [-6, 56], - [-64, 102], - [-68, 0], - [-16, 17] - ], - [ - [879, 5626], - [13, 116], - [30, 72], - [-32, 43], - [99, 9], - [33, 20], - [76, -52], - [65, 10], - [52, -29], - [67, -59], - [95, -33], - [94, -1], - [68, 33], - [83, -23], - [18, 63], - [-34, 62], - [89, 29], - [32, -5] - ], - [ - [7130, 4307], - [77, -29], - [101, -62], - [72, -29], - [125, -69], - [119, -50], - [84, -49], - [60, -22], - [125, -189], - [35, -84], - [71, -92] - ], - [ - [7999, 3632], - [-56, -252], - [-4, -85], - [-30, -136], - [-28, -90], - [16, -46], - [52, -47], - [-2, -46], - [22, -151], - [-2, -45], - [-80, -149], - [21, -66], - [-9, -45], - [33, -60], - [-52, -70], - [-68, -51], - [-92, -43], - [-42, -5], - [-8, -46], - [64, -28], - [27, -53], - [-15, -58], - [-62, -57], - [-10, -71], - [12, -111], - [-7, -137], - [-28, -84], - [-29, -122], - [-11, -110], - [21, -66], - [-4, -104], - [62, -53], - [17, -33], - [-2, -84], - [-30, -31], - [41, -46], - [-47, -55], - [0, -38], - [45, -59], - [-28, -37], - [-24, -144] - ], - [ - [5369, 3098], - [30, 20], - [58, -1], - [-5, 65], - [1, 143], - [19, 71], - [-6, 32], - [-35, 20], - [-23, 130], - [-59, 91], - [6, 65], - [30, 72], - [60, 71], - [89, 0], - [185, 45], - [125, -20], - [114, 12], - [54, 26], - [13, 46], - [8, 98], - [-3, 158], - [25, 40], - [116, 45], - [148, 85], - [75, 79], - [93, 46], - [49, 39], - [190, -75], - [113, -51], - [231, -121], - [60, -22] - ], - [ - [1886, 6085], - [-57, 5], - [-8, -110], - [-75, -3], - [-24, -14], - [23, -69], - [-18, -13] - ], - [ - [879, 5626], - [-44, 51], - [-71, 134], - [-41, 7], - [20, 86], - [50, 46], - [7, 90], - [-18, 42], - [-29, -12], - [-26, 86], - [30, 5], - [7, 64], - [84, -2], - [32, -12], - [-11, 75], - [-26, 38], - [12, 64], - [90, 59], - [14, 38], - [-10, 47], - [30, 33], - [58, -22], - [56, 24], - [-2, 49], - [24, 23], - [-26, 55] - ], - [ - [1089, 6694], - [76, -57], - [86, -99], - [61, -109], - [43, -17], - [-14, -54], - [84, -22], - [67, 10], - [4, 47], - [50, 16], - [-15, 33], - [127, 46], - [11, 67], - [84, -3], - [11, 80], - [47, -45], - [32, 1], - [27, -45], - [72, -71], - [25, 8] - ], - [ - [2541, 3496], - [42, -5], - [22, -24], - [36, 19], - [29, -12], - [21, -63], - [-44, -57], - [-34, 39], - [-48, 24], - [1, 34], - [-25, 45] - ], - [ - [3211, 4209], - [-43, -85], - [-65, -23], - [-69, -62], - [4, -84], - [26, -83], - [-15, -66], - [42, -17], - [58, 36], - [13, -52], - [30, -31], - [78, -36], - [25, -51], - [-40, -66], - [1, -33], - [36, -44], - [9, -135] - ], - [ - [3100, 3368], - [-46, 3], - [-37, -18], - [-152, -115], - [-41, 25], - [-7, 57], - [-25, 18], - [-107, -17], - [-7, 58], - [10, 44], - [-16, 34], - [-10, 85], - [-95, -47], - [-44, 7], - [-33, -65], - [36, -51], - [9, -38], - [-13, -95], - [-119, -7], - [-14, -56], - [-51, -20], - [-62, 69], - [-4, 40], - [-30, 38], - [8, 55], - [-74, 84], - [-29, -8], - [-15, 63], - [-69, 39], - [-3, 335], - [-170, 0], - [-2, 267], - [86, 248], - [-32, 66], - [-80, 134], - [-21, 19] - ], - [ - [1992, 4939], - [37, 46], - [18, 78], - [52, 140], - [62, 10], - [93, -1], - [61, 23], - [56, -3], - [60, -61], - [130, 1], - [112, -103], - [62, -10], - [61, 16] - ], - [ - [1089, 6694], - [-14, 40], - [-39, 29], - [-32, 76], - [14, 118], - [74, 6], - [89, 50], - [-21, 43], - [-69, -19], - [-36, 39], - [-32, -18], - [-67, 4], - [-72, -23], - [-65, 102], - [-67, 30] - ], - [ - [752, 7171], - [67, 66], - [44, 97], - [97, 4], - [22, 19], - [-11, 62], - [60, 50], - [46, 4], - [49, -34], - [52, 11], - [159, -1], - [84, 26], - [63, -67], - [86, -20], - [90, 12], - [13, 92], - [26, 8] - ], - [ - [1699, 7500], - [21, -31], - [51, 9], - [53, -23], - [143, -18], - [34, -39], - [10, -72], - [22, -46], - [-8, -114], - [-42, -61], - [151, -95], - [27, -46] - ], - [ - [2546, 5849], - [2, -57], - [-29, -65], - [-5, -50], - [38, -17], - [114, -13], - [42, 34], - [10, 70], - [57, 3], - [23, 33], - [32, -11], - [40, -67], - [-17, -59], - [32, -30], - [75, -41], - [11, 52], - [63, -22], - [1, -52], - [44, -29] - ], - [ - [3520, 6875], - [15, -66], - [-51, -154] - ], - [ - [3484, 6655], - [-29, -41], - [0, -26], - [-10, -53], - [-5, -66], - [-47, -35], - [-74, -4], - [-48, -35], - [-36, -8], - [-50, 10], - [-30, -28], - [-5, -33], - [26, -44], - [-43, -9], - [-37, -16], - [27, -70], - [50, -30], - [49, -24], - [13, -38], - [1, -46], - [88, -74], - [24, 14], - [18, 14], - [49, 8], - [25, -38], - [43, -17], - [68, -36] - ], - [ - [3551, 5930], - [61, -4] - ], - [ - [2789, 6799], - [81, -3], - [24, 48], - [98, 31], - [56, 30], - [49, 3], - [80, 44], - [49, -4] - ], - [ - [5209, 7485], - [-67, -20], - [-56, -40], - [-37, -73], - [-16, -92], - [-76, -67], - [-32, -60], - [-99, -40], - [-44, 12], - [-67, -41], - [-67, -7] - ], - [ - [4648, 7057], - [-63, 45], - [-24, -21], - [-56, -1], - [-68, 46], - [-43, -1], - [-50, 32], - [-36, -7], - [-53, -47], - [-63, -88], - [-67, -1], - [-43, 19], - [-52, 111], - [-68, 50], - [-67, 18], - [-76, -3] - ], - [ - [3492, 7376], - [-1, 33], - [-130, 85], - [-125, 113] - ], - [ - [3376, 7814], - [52, -41], - [147, -93], - [73, -31], - [172, -32], - [124, -57], - [123, -18], - [77, 11], - [201, 62], - [230, 48], - [109, 39], - [93, 22], - [178, 9], - [40, -39] - ], - [ - [7082, 8414], - [-19, -25], - [-74, -27], - [14, -52], - [-25, -39], - [144, -15], - [62, -14], - [54, 13], - [21, -34], - [-15, -33], - [52, -27], - [37, -73], - [-35, -32], - [-3, -53], - [-30, -19], - [-10, -78], - [-45, -45], - [50, -34], - [1, -52], - [41, 12], - [48, -28], - [-51, -24], - [-8, -46], - [44, -14], - [-37, -84], - [-74, -11], - [-122, 24], - [-5, 13], - [-124, 57], - [-257, 157], - [-201, -170], - [13, -72] - ], - [ - [6528, 7589], - [-74, -17], - [-51, 21], - [-53, 1], - [-98, 95], - [-39, 60], - [30, 65], - [-20, 34], - [6, 72], - [-45, 15], - [-27, 66], - [-45, 54] - ], - [ - [6267, 8533], - [23, -14], - [66, 6], - [-6, 62], - [47, 49], - [78, 9], - [18, -20], - [78, 32], - [53, -40], - [116, -23], - [41, 53], - [44, 3], - [25, -73], - [45, -51], - [-11, -64], - [86, -39], - [33, 6], - [79, -15] - ], - [ - [2459, 6929], - [-40, 71], - [-72, 58], - [87, 49], - [88, 10], - [51, -11], - [35, 68], - [87, 37], - [76, 10], - [-3, 99], - [-26, 19], - [-9, 67], - [-39, 32], - [-70, 24], - [-2, 61], - [-60, 45], - [-2, 34], - [53, 83], - [75, 15] - ], - [ - [3484, 6655], - [0, -7], - [6, 7], - [55, 3], - [67, -4], - [49, -11], - [49, -18], - [55, -11], - [32, -32] - ], - [ - [3797, 6582], - [137, -95], - [43, -19] - ], - [ - [3977, 6468], - [68, -31] - ], - [ - [4045, 6437], - [7, -13] - ], - [ - [4052, 6424], - [6, -13], - [2, -47], - [-11, -39], - [-5, -47], - [-11, -26] - ], - [ - [4033, 6252], - [-47, -61] - ], - [ - [3594, 5931], - [-43, -1] - ], - [ - [8511, 5911], - [-98, -18], - [-107, 1], - [-26, 8], - [-85, -9], - [-85, 4], - [-32, 15], - [-83, 139], - [-113, -69], - [-66, -11], - [-51, 9], - [-56, -51], - [-30, 21], - [-116, 18], - [-18, -60], - [23, -35], - [-33, -79], - [23, -42], - [-36, -52], - [2, -60], - [43, -36], - [16, -54], - [56, -15], - [-10, -60], - [-67, -90], - [-101, -42], - [-90, -70], - [-19, -39], - [-7, -98], - [-24, -63], - [-29, -37] - ], - [ - [7292, 5036], - [-24, 14], - [-13, 65], - [-84, 36], - [-97, 70], - [-18, 84], - [-12, 106], - [-4, 133], - [-35, 54], - [-11, 48], - [-56, -45], - [-74, -31], - [-84, 17], - [-48, 42], - [-43, 254], - [23, 127], - [44, 139], - [61, 91], - [91, 50], - [69, 51], - [93, 96], - [-19, 73], - [-170, 130], - [-84, 9], - [-40, -12], - [-157, -76], - [-113, -63], - [-153, -42], - [-44, -6] - ], - [ - [6290, 6450], - [33, 52], - [66, 77], - [75, 64], - [148, 56], - [22, 26], - [19, 65], - [97, 135], - [-2, 46], - [-35, 40], - [-134, 108], - [-40, 216], - [6, 71], - [54, 89], - [5, 52], - [-24, 33], - [-52, 9] - ], - [ - [7082, 8414], - [48, -27], - [62, -12], - [49, -31], - [84, -23], - [13, -57], - [115, -31], - [61, 44], - [22, -24], - [63, -17], - [57, 33], - [21, -20], - [80, -24], - [118, -76], - [37, 12], - [29, -59], - [-15, -18], - [14, -60], - [78, -92], - [1, -29], - [75, 4], - [69, -24], - [49, -41], - [48, 3], - [33, -36], - [48, -89], - [48, -60], - [52, -83], - [137, 2], - [261, 22], - [26, -62], - [-9, -45], - [-1, -104], - [30, -110], - [-1, -34], - [-35, -86], - [39, -48], - [13, -67], - [-19, -100], - [31, -34], - [0, -45], - [-50, -93], - [2, -70], - [-48, -22], - [-6, -58], - [18, -60], - [-19, -94], - [-16, -16], - [2, -76], - [-38, -60], - [4, -40], - [-41, -13], - [-9, -35], - [-86, -38], - [61, -55], - [46, -79], - [-119, 6], - [-63, -70], - [-40, -82] - ], - [ - [6290, 6450], - [-45, -91], - [-149, -258], - [-30, -12], - [-190, 4], - [-18, -13] - ], - [ - [4003, 6211], - [30, 41] - ], - [ - [4052, 6424], - [0, 6] - ], - [ - [4052, 6430], - [3, 66], - [47, 61], - [11, 33], - [-90, 117], - [-8, 53], - [22, 53], - [-3, 66], - [67, -5], - [68, -45], - [57, -52], - [43, -12], - [48, 7], - [74, -31], - [61, -12], - [72, 21], - [48, 27], - [100, 95], - [10, 59], - [-34, 126] - ], - [ - [7999, 3632], - [122, 43], - [130, 32], - [168, 62], - [41, -47], - [60, -16], - [85, -76], - [46, -101], - [31, -42], - [106, 8], - [8, 25], - [-22, 87], - [-11, 85], - [7, 182], - [28, 110], - [41, 96], - [12, 51], - [-20, 55] - ], - [ - [8831, 4186], - [301, -49], - [37, -49], - [-2, -61], - [31, -80], - [-1, -74], - [-25, -41], - [12, -49], - [-255, -334], - [-232, -311], - [18, -11], - [151, -219], - [93, -101], - [-7, -43], - [36, -59], - [39, -90], - [0, -32], - [92, -155], - [63, -86], - [80, -60], - [82, -41], - [93, -14], - [74, -37], - [79, -100], - [101, 17], - [5, -47], - [-15, -116], - [11, -36], - [21, -159], - [13, -177], - [-38, -140], - [20, -26], - [81, -11], - [42, 25], - [65, 5], - [60, -41], - [9, -26], - [-32, -36], - [1, -102], - [9, -41], - [-43, -14], - [4, -70], - [-16, -59], - [-202, 3], - [-88, -44], - [-90, -11], - [-61, -26], - [-26, -76], - [9, -35], - [-80, 14], - [-4, -42], - [-31, -1], - [-98, -45], - [-20, -49], - [-33, -242], - [-41, -2], - [-17, -329], - [-24, -67], - [-46, -6], - [-63, -78], - [-111, 36], - [-5, 26], - [-49, 22], - [-118, 29], - [-117, 38], - [-10, 67], - [-19, 22], - [-54, 0], - [-31, -38], - [12, -42], - [-60, 14], - [-10, 34], - [-90, -26], - [-11, 21], - [-57, -1], - [-47, -16], - [-30, 31], - [-120, -6], - [-62, 51], - [-124, -8] - ], - [ - [8511, 5911], - [29, -190], - [-19, -34], - [3, -60], - [72, -77], - [119, 4], - [-38, -93], - [-98, -112], - [-27, -65], - [64, -276], - [54, -150], - [35, -182], - [-41, -159], - [-14, -141], - [9, -79], - [28, -88], - [144, -23] - ], - [ - [7130, 4307], - [23, 75], - [71, 103], - [6, 57], - [84, 110], - [0, 44], - [29, 50], - [-49, 92], - [0, 38], - [-37, 40], - [42, 43], - [-7, 77] - ], - [ - [4052, 6430], - [-7, 7] - ], - [ - [3977, 6468], - [-43, 19], - [-137, 95] - ], - [ - [1627, 7663], - [30, -42], - [42, -121] - ], - [ - [752, 7171], - [-51, -21], - [-32, 22], - [24, 47], - [-24, 43], - [-4, 59], - [-27, 50], - [-1, 54], - [-21, 26], - [-39, -18], - [-36, 19], - [-38, 74], - [28, 51], - [-14, 68], - [-101, 57], - [37, 60], - [-16, 33], - [12, 47], - [-41, 7], - [-30, 47], - [14, 35], - [-14, 39], - [23, 55], - [-114, 89], - [19, 105], - [-30, 28], - [30, 45], - [-22, 32], - [-62, 1], - [-31, 58], - [-92, 21], - [22, 77], - [43, 81], - [19, 9], - [13, 90], - [41, 26], - [-25, 44], - [-69, -2], - [8, 79], - [-3, 83], - [-29, 57], - [20, 77], - [-31, 14], - [-28, 50], - [-8, 53], - [16, 83], - [-47, 33], - [-8, 64], - [-33, 52], - [12, 26], - [80, 3], - [46, -24], - [66, 41], - [-3, 82], - [28, 45], - [-2, 37], - [62, 57], - [60, -43], - [102, -91], - [14, -71], - [73, -73], - [38, -74], - [69, -35], - [80, -89], - [20, -46] - ] - ], - "transform": { - "scale": [0.001933787757885008, 0.001525388863457386], - "translate": [44.047264099121264, 25.067083358764705] - }, - "objects": { - "iran": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-32", - "NAME_0": "Iran", - "ID_1": 1, - "NAME_1": "Alborz", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": "استان البرز", - "VARNAME_1": null - } - }, - { - "arcs": [[4, 5, 6, 7]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-03", - "NAME_0": "Iran", - "ID_1": 2, - "NAME_1": "Ardebil", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Ardabil" - } - }, - { - "arcs": [[8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-06", - "NAME_0": "Iran", - "ID_1": 3, - "NAME_1": "Bushehr", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Banader va Jazayer-e Khalij-e Fars|Bushire|Persian Gulf|Ports and Islands of the Persian Gulf" - } - }, - { - "arcs": [[13, 14, 15]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-08", - "NAME_0": "Iran", - "ID_1": 4, - "NAME_1": "Chahar Mahall and Bakhtiari", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Bakhtiari|Chaharmahal va Bakhtiyari|Charmahal-Bakhtiyari" - } - }, - { - "arcs": [[16, 17, 18, -7]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-01", - "NAME_0": "Iran", - "ID_1": 5, - "NAME_1": "East Azarbaijan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Azarbayjan-e Khavari|Azarbaijan-e Sharghi|Azarbaijan-Sharqi|East Azarbayejan|Azerba‹djan e Sharqi" - } - }, - { - "arcs": [[19, 20, 21, -16, 22, 23, 24, 25, 26, 27, 28]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-04", - "NAME_0": "Iran", - "ID_1": 6, - "NAME_1": "Esfahan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Isfahan|Ispahan" - } - }, - { - "arcs": [[29, 30, 31, -11, 32, -21]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-14", - "NAME_0": "Iran", - "ID_1": 7, - "NAME_1": "Fars", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[33, 34, 35, -5, 36]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-19", - "NAME_0": "Iran", - "ID_1": 8, - "NAME_1": "Gilan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[37, 38, 39, 40]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-27", - "NAME_0": "Iran", - "ID_1": 9, - "NAME_1": "Golestan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[41, 42, 43, 44, 45, 46]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-24", - "NAME_0": "Iran", - "ID_1": 10, - "NAME_1": "Hamadan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Hamedan" - } - }, - { - "arcs": [[[47]], [[-12, -32, 48, 49, 50]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 107, - "ISO": "IR-23", - "NAME_0": "Iran", - "ID_1": 11, - "NAME_1": "Hormozgan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Banader va Jazayer-e Bahr-e Oman|Ports and Islands of the Sea of Oman|Saheli" - } - }, - { - "arcs": [[51, 52, 53, 54]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-05", - "NAME_0": "Iran", - "ID_1": 12, - "NAME_1": "Ilam", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Ilam and Poshtkuh" - } - }, - { - "arcs": [[55, 56, -49, -31, 57]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-15", - "NAME_0": "Iran", - "ID_1": 13, - "NAME_1": "Kerman", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-46, 58, -55, 59, 60]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-17", - "NAME_0": "Iran", - "ID_1": 14, - "NAME_1": "Kermanshah", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Bakhtaran|Kermanshahan" - } - }, - { - "arcs": [[[61]], [[-23, -15, 62, -9, 63, -53, 64]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 107, - "ISO": "IR-10", - "NAME_0": "Iran", - "ID_1": 15, - "NAME_1": "Khuzestan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Khuzistan|Kouzistan" - } - }, - { - "arcs": [[-22, -33, -10, -63, -14]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-18", - "NAME_0": "Iran", - "ID_1": 16, - "NAME_1": "Kohgiluyeh and Buyer Ahmad", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Bovir Ahmadi and Kohkiluyeh|Boyer-Ahmad and Koh-Giluye|Boyer Ahmad e Kohkiluyeh|Boyer Ahmadi-ye Sardir va Kohkiluyeh|Kohgil" - } - }, - { - "arcs": [[-47, -61, 65, 66, 67]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-16", - "NAME_0": "Iran", - "ID_1": 17, - "NAME_1": "Kordestan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Kurdistan" - } - }, - { - "arcs": [[-45, 68, -24, -65, -52, -59]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-20", - "NAME_0": "Iran", - "ID_1": 18, - "NAME_1": "Lorestan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[69, 70, 71, -25, -69, -44, 72, -3]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-22", - "NAME_0": "Iran", - "ID_1": 19, - "NAME_1": "Markazi", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-40, 73, 74, -1, 75, -34, 76]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-21", - "NAME_0": "Iran", - "ID_1": 20, - "NAME_1": "Mazandaran", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[77, 78, -38, 79]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-31", - "NAME_0": "Iran", - "ID_1": 21, - "NAME_1": "North Khorasan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Khorasan-e Shemali" - } - }, - { - "arcs": [[-76, -4, -73, -43, 80, -35]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-28", - "NAME_0": "Iran", - "ID_1": 22, - "NAME_1": "Qazvin", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[81, 82, 83, 84, 85, 86, -27, 87, -71]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-26", - "NAME_0": "Iran", - "ID_1": 23, - "NAME_1": "Qom", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[88, 89, 90, -78, 91]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-30", - "NAME_0": "Iran", - "ID_1": 24, - "NAME_1": "Razavi Khorasan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Khorasan-e Razavi" - } - }, - { - "arcs": [[-79, -91, 92, -29, 93, -86, 94, 95, -74, -39]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-12", - "NAME_0": "Iran", - "ID_1": 25, - "NAME_1": "Semnan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-50, -57, 96, 97]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-13", - "NAME_0": "Iran", - "ID_1": 26, - "NAME_1": "Sistan and Baluchestan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Baluchestan va Sistan|Seistan and Baluchistan|Sistan e Baloutchistan" - } - }, - { - "arcs": [[98, -97, -56, 99, -89]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-29", - "NAME_0": "Iran", - "ID_1": 27, - "NAME_1": "South Khorasan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Khorasan-e Janubi" - } - }, - { - "arcs": [[-96, 100, -84, 101, -82, -70, -2, -75]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-07", - "NAME_0": "Iran", - "ID_1": 28, - "NAME_1": "Tehran", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": "استان تهران", - "VARNAME_1": "Teheran" - } - }, - { - "arcs": [[-18, 102, -67, 103]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-02", - "NAME_0": "Iran", - "ID_1": 29, - "NAME_1": "West Azarbaijan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Azarbayjan-e Bakhtari|Azarbaijan-e Gharbi|West Azarbayejan|Azerba‹djan e Gharbi" - } - }, - { - "arcs": [[-100, -58, -30, -20, -93, -90]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-25", - "NAME_0": "Iran", - "ID_1": 30, - "NAME_1": "Yazd", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-36, -81, -42, -68, -103, -17, -6]], - "type": "Polygon", - "properties": { - "ID_0": 107, - "ISO": "IR-11", - "NAME_0": "Iran", - "ID_1": 31, - "NAME_1": "Zanjan", - "TYPE_1": "Ostan", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/italy-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/italy-topo.json deleted file mode 100644 index 6e9cf3a87ac27..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/italy-topo.json +++ /dev/null @@ -1,5584 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [7594, 6900], - [-12, -65], - [-36, -19], - [-55, -72], - [-4, -38], - [-47, -35], - [-40, -86], - [-80, -79] - ], - [ - [7320, 6506], - [-37, 100], - [-64, 53], - [-86, 37], - [-51, -40] - ], - [ - [7082, 6656], - [-43, 33], - [-72, -13], - [-23, 160], - [21, 37], - [-18, 50] - ], - [ - [6947, 6923], - [28, 26], - [13, 65], - [-30, 35], - [19, 46], - [-5, 140], - [42, 109], - [90, 34] - ], - [ - [7104, 7378], - [145, -109], - [32, -62], - [63, -78], - [99, -64], - [93, -34], - [0, -85], - [58, -46] - ], - [ - [6649, 7347], - [40, -111], - [34, -66], - [-33, -43], - [-10, -125], - [105, -7], - [48, -24], - [44, -66], - [70, 18] - ], - [ - [7082, 6656], - [-12, -30], - [-65, -34], - [44, -101], - [-116, -13], - [-47, -70], - [-73, 7] - ], - [ - [6813, 6415], - [-20, 37], - [-158, 55], - [-31, 47], - [-51, 18], - [-84, -73], - [-47, 24], - [-16, 37], - [-90, 45], - [-45, 41], - [23, 44], - [-82, 57] - ], - [ - [6212, 6747], - [-145, 85], - [-80, 1], - [-34, 75], - [12, 51] - ], - [ - [5965, 6959], - [51, 37], - [1, 43], - [90, -25], - [61, -40], - [53, 14], - [58, 53], - [-45, 64], - [-26, 3], - [-58, 70], - [-3, 41], - [-68, 48], - [33, 55], - [-68, 55], - [36, 24], - [22, 64], - [-19, 19], - [32, 76], - [93, -21], - [95, 26] - ], - [ - [6303, 7565], - [15, -68], - [107, -111], - [165, -8], - [59, -31] - ], - [ - [7003, 7487], - [101, -109] - ], - [ - [6649, 7347], - [38, 71], - [74, 42], - [62, -5], - [36, 47], - [144, -15] - ], - [ - [6788, 7951], - [21, -101], - [55, -142], - [72, -129], - [67, -92] - ], - [ - [6303, 7565], - [14, 66], - [-37, 8], - [-24, 66] - ], - [ - [6256, 7705], - [42, -18], - [59, 60], - [35, -1], - [37, 79], - [159, 34], - [21, 42], - [179, 50] - ], - [ - [10026, 5402], - [-46, -34], - [-41, -62], - [65, -38], - [-11, -49] - ], - [ - [9993, 5219], - [-45, -6], - [-53, 28], - [-82, -28], - [-10, -42], - [-85, 14], - [-34, -10], - [-48, 35], - [-41, -6], - [-13, -38], - [-52, 21], - [-53, -36], - [-12, 48], - [-58, -24] - ], - [ - [9407, 5175], - [-86, 50], - [-52, 13], - [-75, -7], - [-61, -68], - [-28, 4], - [-146, 166] - ], - [ - [8959, 5333], - [-39, 101] - ], - [ - [8920, 5434], - [46, 57], - [21, 110], - [72, 110], - [-12, 21], - [58, 47], - [96, -47], - [36, 98] - ], - [ - [9237, 5830], - [56, -33], - [412, -156], - [179, -112], - [63, -47], - [41, -62], - [38, -18] - ], - [ - [8755, 6080], - [207, -117], - [90, -31], - [101, -63], - [84, -39] - ], - [ - [8920, 5434], - [-36, 14], - [-39, -37], - [-26, 27], - [-109, 48], - [52, 51], - [5, 52], - [-79, 91], - [-77, 37] - ], - [ - [8611, 5717], - [53, 54], - [60, 17], - [34, 70], - [-42, 69], - [-1, 71], - [49, 19], - [-57, 49], - [48, 14] - ], - [ - [10026, 5402], - [75, -76], - [76, -43], - [127, -43], - [143, -96], - [91, -6], - [99, -112], - [-10, -38], - [58, -67] - ], - [ - [10685, 4921], - [-25, -69], - [-108, -3], - [-16, -38], - [-106, -31], - [-22, -31] - ], - [ - [10408, 4749], - [-98, 41], - [-10, 37], - [-54, 28], - [-86, -20], - [-43, 45], - [-36, 93], - [24, 70], - [-43, 30], - [-9, 61], - [-60, 85] - ], - [ - [8611, 5717], - [-60, -36], - [-116, -32], - [-60, 17], - [-50, -13], - [-19, -43] - ], - [ - [8306, 5610], - [-90, 29], - [-47, 36], - [-27, -28], - [-93, 28], - [-54, 78], - [45, 37], - [-7, 93], - [-46, 21], - [-48, -8] - ], - [ - [7939, 5896], - [-19, 38], - [-53, 28], - [-13, 51], - [38, 78], - [-62, 24], - [-23, 43] - ], - [ - [7807, 6158], - [-63, 48], - [19, 156], - [58, -31], - [24, 43], - [49, 20], - [19, 62], - [-22, 58], - [16, 30], - [-10, 73], - [32, 42], - [-2, 58] - ], - [ - [7927, 6717], - [193, -14], - [81, -18], - [179, 34], - [49, -16], - [76, 2], - [161, 22], - [75, 21], - [69, -12], - [76, -68], - [25, -65], - [-3, -79], - [-63, -46], - [-53, -58], - [-111, -62], - [-43, -36], - [0, -101], - [36, -75], - [81, -66] - ], - [ - [10685, 4921], - [29, -29], - [69, -30], - [46, -45], - [77, -98], - [84, -79], - [38, -93], - [-1, -37], - [50, -74], - [3, -34], - [-40, -75], - [-40, -32], - [-29, -79], - [-11, -182], - [-54, -30], - [-71, 52], - [-44, 3], - [-154, 116], - [-31, 54], - [5, 80], - [-31, 25], - [25, 67], - [-80, 97], - [-16, 87], - [-41, 39], - [-94, 16] - ], - [ - [10374, 4640], - [28, 55], - [6, 54] - ], - [ - [10374, 4640], - [-96, 12], - [-144, -12], - [-53, 42], - [-51, 7], - [-152, 87], - [19, 62], - [-114, 86], - [-101, -15], - [-67, -46], - [-76, -90] - ], - [ - [9539, 4773], - [-53, 44], - [-16, 37], - [-53, 8], - [2, 46], - [-30, 59], - [17, 66], - [-13, 39], - [14, 103] - ], - [ - [9539, 4773], - [-80, -130], - [-47, -120], - [-38, -68], - [-42, -38] - ], - [ - [9332, 4417], - [-55, 18], - [-51, -19], - [-73, 22], - [-40, -18], - [-10, -83] - ], - [ - [9103, 4337], - [-45, 86], - [44, 56], - [-45, 49], - [25, 87], - [-41, 38], - [-20, -39], - [-107, -10], - [-19, 93], - [-64, 89], - [32, 58], - [-61, 116], - [39, 41], - [-64, 74], - [7, 25], - [86, 61], - [-31, 82], - [6, 37], - [114, 53] - ], - [ - [9103, 4337], - [0, -47], - [-56, -105], - [-167, -21], - [-71, -29], - [-56, 34], - [-41, 75], - [-47, 24], - [-28, -25], - [-73, 26], - [-60, -101] - ], - [ - [8504, 4168], - [-32, 65], - [-72, 84] - ], - [ - [8400, 4317], - [58, 99], - [6, 77], - [86, 93], - [-10, 45], - [-42, 15], - [-37, 49], - [1, 51], - [-100, 74], - [-60, 67], - [6, 56], - [-33, 69], - [-54, 32], - [48, 66], - [-69, 38], - [-45, 40], - [4, 86], - [-47, 55] - ], - [ - [8112, 5329], - [40, 7], - [6, 46], - [133, 40], - [42, 116], - [-27, 72] - ], - [ - [9562, 2900], - [-107, -40], - [-161, -106], - [-62, -116], - [33, -196], - [9, -124] - ], - [ - [9274, 2318], - [-42, -4], - [-53, 33], - [-56, 78] - ], - [ - [9123, 2425], - [8, 38], - [-93, 72], - [20, 120], - [-5, 76], - [-45, 35], - [-76, -14] - ], - [ - [8932, 2752], - [5, 127], - [-61, 52], - [-56, 124] - ], - [ - [8820, 3055], - [57, 16], - [88, 49], - [89, 15], - [34, -8], - [39, -55], - [53, -4], - [-2, 81], - [53, 28], - [72, 63] - ], - [ - [9303, 3240], - [49, -48], - [-7, -47], - [71, -77], - [39, 7], - [65, -32], - [45, -53], - [24, -58], - [-27, -32] - ], - [ - [9332, 4417], - [-33, -44], - [-9, -62], - [28, -89], - [-127, -195], - [-2, -80], - [34, -32], - [-3, -83], - [83, -48], - [156, -10], - [83, -100], - [98, -57], - [45, -10] - ], - [ - [9685, 3607], - [-61, -58], - [-1, -50], - [-113, -66], - [-66, 20], - [-54, -49], - [51, -39], - [-13, -60], - [29, -62], - [-91, 12], - [-63, -15] - ], - [ - [8820, 3055], - [-27, 110], - [-9, 173], - [-20, 102], - [-37, 117], - [-67, 107], - [-46, 32], - [-62, 235], - [-20, 101], - [-6, 98], - [-22, 38] - ], - [ - [9685, 3607], - [28, -58], - [60, -41], - [18, -35], - [-24, -77], - [-5, -83], - [38, -59], - [-29, -80], - [-5, -60], - [58, -80], - [-3, -102], - [-52, -55], - [-121, 36], - [-86, -13] - ], - [ - [9274, 2318], - [-14, -60], - [-64, -80], - [-43, -34], - [-120, -51], - [-152, -209], - [-15, -124], - [-41, -92], - [-35, -46], - [-63, -11], - [-68, 18], - [-148, -16], - [-80, 47], - [-37, 61], - [15, 37], - [-22, 92], - [24, 41], - [-22, 71], - [3, 53], - [105, 31], - [43, 30], - [32, 55], - [49, 136], - [19, 11], - [17, 87] - ], - [ - [8657, 2365], - [38, 24], - [41, -11], - [70, 58], - [106, -82], - [56, -17], - [13, -50], - [80, -19], - [36, 23], - [-34, 60], - [-6, 53], - [41, 47], - [25, -26] - ], - [ - [8657, 2365], - [11, 42], - [-97, 109], - [23, 46], - [90, 37], - [34, 41], - [52, 5], - [55, -20], - [78, 48], - [29, 79] - ], - [ - [8112, 5329], - [-37, 4], - [-14, -49], - [-38, -32], - [7, -72], - [-75, -13], - [-25, 63], - [-206, 56], - [-79, -10], - [-83, 13], - [-10, 46], - [-63, -22], - [-57, 32] - ], - [ - [7432, 5345], - [-26, 42], - [7, 68], - [-12, 96] - ], - [ - [7401, 5551], - [22, 61], - [62, -2], - [156, -26], - [37, 29], - [99, 45], - [33, 32], - [-46, 72], - [35, 32], - [-17, 78], - [26, 12], - [106, -18], - [25, 30] - ], - [ - [7401, 5551], - [-38, 5] - ], - [ - [7363, 5556], - [-22, 54], - [-81, -4], - [15, 56], - [-37, 32], - [65, 63], - [-41, 102], - [29, 54], - [33, 9], - [-31, 90], - [45, 16] - ], - [ - [7338, 6028], - [92, -25], - [64, 54], - [42, -8], - [45, 22], - [23, 44], - [61, -35], - [142, 78] - ], - [ - [7224, 6103], - [68, -19], - [46, -56] - ], - [ - [7363, 5556], - [-10, -33], - [-108, -2], - [-100, 24], - [-12, -56], - [-119, -12], - [-15, 36], - [-114, -40], - [12, -63] - ], - [ - [6897, 5410], - [-51, 99], - [-52, 61], - [-24, 83], - [-65, 106], - [-59, 64] - ], - [ - [6646, 5823], - [53, 29], - [8, 40], - [51, 18], - [-8, 60] - ], - [ - [6750, 5970], - [12, 60], - [-22, 31], - [107, 67] - ], - [ - [6847, 6128], - [26, -12], - [35, -77], - [60, 30], - [-27, 39], - [44, 77], - [39, -16], - [69, 2], - [80, -55], - [51, -13] - ], - [ - [6748, 5235], - [76, -25], - [11, -39], - [-86, -19], - [-18, 51], - [17, 32] - ], - [ - [7432, 5345], - [-16, -53], - [-75, -42], - [67, -81], - [-23, -53], - [20, -51], - [-99, -10] - ], - [ - [7306, 5055], - [-138, -64], - [15, 69], - [57, 17], - [75, 91], - [-25, 52], - [-37, 2], - [-110, 107], - [-60, -5], - [-42, -51], - [-23, 30], - [-74, 17], - [-33, 37], - [-14, 53] - ], - [ - [8400, 4317], - [-65, 47], - [-67, -18], - [-76, -91], - [-72, 16], - [-56, 37], - [-11, 51], - [-144, 131], - [-49, -16], - [-68, 68], - [-71, 25], - [27, 55], - [-1, 71], - [51, 28], - [-13, 84], - [-71, 155], - [-78, 120], - [-61, 47], - [-62, -55], - [-52, 19], - [-57, -41], - [-48, -12], - [-50, 17] - ], - [ - [4346, 10380], - [-44, -56], - [27, -68], - [78, 87], - [87, -16], - [131, -63], - [76, -101], - [50, 28], - [67, -25], - [-10, -102] - ], - [ - [4808, 10064], - [-10, -65], - [19, -54], - [-16, -31], - [51, -29], - [-47, -84], - [-72, -74], - [-64, -20], - [-57, -53], - [-50, -95] - ], - [ - [4562, 9559], - [-72, 53], - [-25, 51], - [-38, -50], - [-35, 7], - [-58, -64], - [-75, -19], - [2, -50] - ], - [ - [4261, 9487], - [-40, 14], - [-102, -28] - ], - [ - [4119, 9473], - [-45, 28], - [-53, -39], - [-90, 21], - [-31, 22] - ], - [ - [3900, 9505], - [8, 85], - [30, 32], - [48, -2], - [47, 26], - [8, 97], - [43, -3], - [26, 41], - [-17, 52], - [24, 55], - [-48, 17], - [48, 46], - [11, 72], - [84, 78], - [-20, 61], - [-47, 20], - [37, 81], - [12, 92], - [72, 27], - [80, -2] - ], - [ - [5375, 10366], - [-22, 9], - [-62, 54], - [-48, -79], - [-16, -118], - [28, -74] - ], - [ - [5255, 10158], - [-30, -10], - [-77, -92], - [-117, 16], - [-27, 50], - [-196, -58] - ], - [ - [4346, 10380], - [17, 32], - [53, 19], - [-20, 37], - [-105, 44], - [11, 57] - ], - [ - [4302, 10569], - [75, 14], - [93, -15] - ], - [ - [4470, 10568], - [98, -17], - [87, -61], - [111, 61], - [53, 50], - [112, -2], - [39, 16], - [126, -20], - [39, -55], - [27, 18], - [52, -25], - [52, 24], - [5, -91], - [47, -23], - [19, -49], - [38, -28] - ], - [ - [5361, 9643], - [61, -79] - ], - [ - [5422, 9564], - [5, -63], - [-83, -83], - [29, -21], - [-24, -52], - [-44, -37] - ], - [ - [5305, 9308], - [-26, -41], - [-118, -39], - [-61, -139], - [4, -44] - ], - [ - [5104, 9045], - [-112, 10], - [-37, 37], - [-85, 32], - [-136, 78] - ], - [ - [4734, 9202], - [7, 57], - [-67, 86], - [46, 58], - [54, 110], - [-34, 1] - ], - [ - [4740, 9514], - [4, 46], - [101, 52], - [56, -36], - [23, 47], - [59, 62], - [55, 94], - [63, -75], - [96, -65], - [68, 16], - [65, -54], - [31, 42] - ], - [ - [3900, 9505], - [-67, 52], - [-95, 5], - [-16, -50] - ], - [ - [3722, 9512], - [-92, 46], - [-51, 88] - ], - [ - [3579, 9646], - [54, 159], - [64, 16], - [69, 135], - [65, 51], - [24, 42], - [14, 108], - [31, 37], - [-8, 51], - [8, 141], - [68, 136] - ], - [ - [3968, 10522], - [50, 10], - [53, 42], - [70, 10], - [74, -38], - [87, 23] - ], - [ - [3573, 10551], - [38, -18] - ], - [ - [3611, 10533], - [-76, -162], - [21, -88], - [-30, -79], - [-11, -127], - [-56, -51], - [-9, -50], - [-72, -43], - [-46, -75], - [-59, -49] - ], - [ - [3273, 9809], - [-40, -10], - [-102, 74], - [16, 35], - [-71, 51], - [-103, -7], - [-82, -111], - [-42, -17] - ], - [ - [2849, 9824], - [-30, 58], - [-89, 34], - [-75, -37] - ], - [ - [2655, 9879], - [-19, 42], - [36, 52], - [-4, 93] - ], - [ - [2668, 10066], - [53, 41], - [70, 87], - [58, 24], - [73, 8], - [1, 37], - [49, 64], - [57, 10], - [2, 44], - [51, 43], - [46, 11], - [23, 39], - [-22, 76], - [41, 61], - [13, 58], - [35, 18] - ], - [ - [3218, 10687], - [22, -28], - [48, 28], - [89, -32], - [19, -25], - [85, -42], - [48, 15], - [44, -52] - ], - [ - [2668, 10066], - [-68, 31], - [-74, -2], - [-37, 37], - [-91, 7] - ], - [ - [2398, 10139], - [-3, 93] - ], - [ - [2395, 10232], - [92, -7], - [32, 69], - [-44, 31], - [64, 67], - [-12, 74], - [-56, 33], - [62, 129], - [21, 65], - [64, 57], - [58, 13], - [44, 37] - ], - [ - [2720, 10800], - [36, -42], - [117, -52], - [62, 39], - [96, -19], - [8, 72] - ], - [ - [3039, 10798], - [95, -2], - [26, -66], - [58, -43] - ], - [ - [5255, 10158], - [12, -57], - [5, -156], - [64, -243], - [25, -59] - ], - [ - [4740, 9514], - [-59, -28], - [-52, 32], - [13, 44], - [-80, -3] - ], - [ - [3579, 9646], - [-32, 0], - [-60, 55], - [-70, 21], - [-40, -22] - ], - [ - [3377, 9700], - [-104, 109] - ], - [ - [3611, 10533], - [64, -17], - [51, 19], - [55, 79], - [41, 6], - [12, -54], - [134, -44] - ], - [ - [5705, 9317], - [-22, -55], - [-5, -81], - [-39, -42], - [-54, -6], - [-32, 80], - [-22, -7], - [-69, 43] - ], - [ - [5462, 9249], - [20, 43], - [-43, 38], - [-58, -37] - ], - [ - [5381, 9293], - [-76, 15] - ], - [ - [5422, 9564], - [2, 1], - [0, 0], - [56, -69], - [62, -46], - [53, -64], - [77, -64], - [33, -5] - ], - [ - [6494, 11683], - [-16, -60] - ], - [ - [6478, 11623], - [-33, 8], - [-28, -54], - [32, -18], - [-110, -61], - [-46, -9], - [-3, 67] - ], - [ - [6290, 11556], - [57, 75], - [-16, 104], - [-29, 59], - [70, 106], - [26, 69] - ], - [ - [6398, 11969], - [-16, -75], - [63, -11], - [64, 14], - [35, -15], - [-56, -155], - [6, -44] - ], - [ - [5917, 11693], - [-46, -21], - [-64, 42], - [-74, 4], - [-49, -22], - [-63, -56] - ], - [ - [5621, 11640], - [-52, 58], - [-64, 39], - [-30, 70], - [-77, 41], - [5, 51], - [-27, 58] - ], - [ - [5376, 11957], - [27, 44], - [52, 35], - [14, 44], - [-63, 91], - [-55, 18], - [-45, 40], - [5, 36], - [47, 62], - [30, -1], - [81, 103] - ], - [ - [5469, 12429], - [25, -50], - [56, -7], - [48, -36], - [65, -17], - [107, 39], - [50, -30], - [80, 5], - [14, -87], - [-10, -94], - [-45, -153], - [-12, -140], - [10, -63], - [56, -53], - [4, -50] - ], - [ - [6494, 11683], - [141, -69], - [68, -56], - [63, -76], - [14, -54], - [-71, -60], - [-74, 16], - [22, 49], - [-24, 68], - [-108, 106], - [-47, 16] - ], - [ - [6290, 11556], - [-43, 17], - [0, 1], - [-81, 11], - [-24, 26], - [-122, -51], - [-6, -94] - ], - [ - [6014, 11466], - [-36, 36], - [-15, 65], - [-25, 17], - [-21, 109] - ], - [ - [5469, 12429], - [7, 37], - [59, 44], - [35, -15], - [44, 26], - [-22, 35], - [80, 42], - [24, 65], - [-6, 50] - ], - [ - [5690, 12713], - [85, -8], - [22, -32], - [74, 7], - [220, -26], - [68, -42], - [66, -2], - [63, 30], - [43, -24], - [130, -9], - [140, -38], - [-2, -60], - [-42, -26], - [-84, -18], - [-30, -52], - [-80, -47], - [-72, -90], - [55, -100], - [21, 29], - [86, -52], - [90, -17], - [8, -40], - [-84, -81], - [-69, -46] - ], - [ - [6813, 6415], - [44, -43], - [21, -59], - [-8, -49], - [22, -55], - [-49, -41], - [4, -40] - ], - [ - [6750, 5970], - [-103, -47], - [-44, 43], - [-91, -20], - [-65, 127], - [-112, 47], - [10, -40], - [-33, -29], - [-92, 3], - [-36, 61], - [31, 23], - [-26, 68], - [-46, 19], - [-44, 57] - ], - [ - [6099, 6282], - [-23, 17], - [-3, 81], - [-141, 149], - [13, 61], - [52, 10], - [34, 35], - [49, -22], - [83, 68], - [49, 66] - ], - [ - [6646, 5823], - [-52, 38], - [-79, 9], - [-102, -50], - [-112, 69], - [-93, 28], - [-129, -37], - [-83, -60], - [-24, 12], - [-42, 113], - [-66, 77], - [-83, 45], - [-56, 2] - ], - [ - [5725, 6069], - [-32, 39], - [-17, 74], - [-62, 36], - [-58, 10], - [-47, 70], - [17, 34], - [68, 62], - [18, -81], - [42, 3], - [61, -39], - [86, 143], - [78, 27], - [4, -50], - [77, -94], - [81, -59], - [58, 38] - ], - [ - [5965, 6959], - [-49, 19], - [-45, -27], - [-59, -7], - [-16, 51], - [-86, 51], - [-38, -37], - [-56, -4], - [-39, 38], - [18, 85], - [-106, 59] - ], - [ - [5489, 7187], - [-29, 2], - [-41, 131] - ], - [ - [5419, 7320], - [20, -5], - [20, 5], - [29, -40], - [137, 94], - [70, 37], - [-13, 49], - [43, 5], - [69, 51], - [42, 14], - [4, 67] - ], - [ - [5840, 7597], - [151, 8], - [80, 30], - [27, 25], - [15, 86] - ], - [ - [6113, 7746], - [60, -15], - [30, 24], - [53, -50] - ], - [ - [5725, 6069], - [-99, 51], - [-45, -14], - [-80, 137], - [-88, 109], - [-83, 76], - [-112, 67], - [-16, 79], - [-47, 104], - [-41, 43], - [-64, 35], - [-32, 40], - [-93, 65], - [-76, -13], - [-32, 72], - [-62, 93] - ], - [ - [4755, 7013], - [89, 12], - [61, 88], - [80, -38], - [22, -62], - [107, 5], - [55, 22], - [88, 4], - [54, -46], - [43, 50], - [21, 59], - [60, -33], - [25, 82], - [29, 31] - ], - [ - [4906, 7875], - [34, -72], - [45, -17], - [-49, -77], - [14, -27], - [82, -42], - [122, 34], - [77, -62], - [-4, -72], - [72, -106], - [33, -19], - [40, 33], - [16, -68], - [31, -60] - ], - [ - [4755, 7013], - [-25, 76], - [-65, 95], - [-81, 63], - [-93, 45] - ], - [ - [4491, 7292], - [7, 32], - [56, 40], - [94, 3], - [-1, 66], - [-52, 38], - [22, 32], - [139, 81], - [48, 82], - [32, 92], - [-68, 55] - ], - [ - [4768, 7813], - [53, 19], - [42, 48], - [43, -5] - ], - [ - [2655, 9879], - [-6, -29], - [43, -40], - [-18, -36], - [69, -71], - [-59, -70] - ], - [ - [2684, 9633], - [-63, 27], - [-50, 55], - [-142, 81], - [-34, -53], - [-50, 24], - [7, 33], - [-47, 29], - [-336, 72], - [-101, -60] - ], - [ - [1868, 9841], - [-38, 31], - [11, 42], - [56, 16], - [-11, 70], - [-72, 7] - ], - [ - [1814, 10007], - [84, 93], - [51, -4], - [43, -71], - [144, 55], - [-37, 92], - [46, 47], - [76, -12], - [39, -58], - [45, -14], - [46, -46], - [47, 50] - ], - [ - [1291, 9499], - [13, -77], - [-46, -46], - [35, -44], - [62, 5], - [48, -56] - ], - [ - [1403, 9281], - [-57, -62], - [-152, -71], - [-37, 0], - [-149, -45], - [-36, -31], - [-78, 20], - [-56, -10], - [-29, 113], - [58, 34], - [10, 58], - [75, 40], - [12, 67], - [44, 43] - ], - [ - [1008, 9437], - [32, 94], - [168, -32], - [83, 0] - ], - [ - [2849, 9824], - [111, -106], - [45, -18], - [4, -39], - [100, -87], - [34, -79], - [62, -12], - [-47, -69] - ], - [ - [3158, 9414], - [-52, -10], - [-103, 86], - [-74, -37], - [-99, 85], - [-146, 95] - ], - [ - [1868, 9841], - [-119, -66], - [-53, -51], - [6, -36], - [-68, -101], - [-102, -48], - [-45, -81], - [-2, -47], - [-52, -53], - [5, -60], - [-35, -17] - ], - [ - [1291, 9499], - [-5, 57], - [54, -14], - [25, 40], - [-27, 52], - [23, 73], - [-28, 34], - [69, 40], - [14, 67], - [68, 57], - [-25, 44], - [53, 82] - ], - [ - [1512, 10031], - [9, -11] - ], - [ - [1521, 10020], - [122, -54], - [10, 40], - [161, 1] - ], - [ - [3299, 11977], - [54, -11], - [-48, -98], - [-51, -20], - [-23, -34], - [11, -55], - [38, -29], - [-80, -95], - [2, -126], - [-20, -18], - [-95, -13], - [-51, -80], - [-35, 1], - [-12, -67], - [38, -97], - [11, -60] - ], - [ - [3038, 11175], - [-61, 24], - [-15, -29], - [-93, 75], - [-25, -52], - [-68, 44], - [-57, -18], - [-26, 55] - ], - [ - [2693, 11274], - [18, 99], - [-40, 73] - ], - [ - [2671, 11446], - [-18, 37] - ], - [ - [2653, 11483], - [-29, 116], - [50, 16], - [-26, 110], - [47, 19], - [14, 106], - [-31, 12], - [22, 57] - ], - [ - [2700, 11919], - [46, 11], - [62, 51], - [115, 5], - [61, -22], - [71, -1], - [119, 53], - [125, -39] - ], - [ - [3621, 12341], - [47, -21], - [18, -100], - [-41, -76], - [22, -27], - [-22, -81], - [-47, -47], - [-31, -74], - [47, -131], - [0, -104], - [52, -51], - [81, 37], - [4, 25], - [173, 0] - ], - [ - [3924, 11691], - [-129, -203], - [-69, -90], - [14, -188], - [11, -49] - ], - [ - [3751, 11161], - [-15, -39], - [-85, 0], - [-34, 34], - [-57, -37], - [15, -74], - [-32, -15], - [-106, -138] - ], - [ - [3437, 10892], - [-48, 59], - [-44, -34], - [-111, 30], - [-47, 41], - [-52, 13], - [-89, 61], - [-14, 24], - [6, 89] - ], - [ - [3299, 11977], - [-10, 130], - [126, 82], - [31, 81], - [40, 8], - [80, 75], - [55, -12] - ], - [ - [2595, 12079], - [-53, 17], - [-52, -31], - [-11, -85], - [-26, -42], - [21, -76], - [-15, -52], - [59, -78], - [-82, -124], - [3, -31] - ], - [ - [2439, 11577], - [-48, -57], - [-120, -17], - [-10, -49] - ], - [ - [2261, 11454], - [-119, 11], - [21, 97], - [-47, 68], - [12, 64] - ], - [ - [2128, 11694], - [36, 13], - [69, -30], - [43, 119], - [-51, 19], - [3, 155], - [53, 17], - [-5, 65], - [46, 22], - [115, 126] - ], - [ - [2437, 12200], - [81, 4], - [86, -61], - [-9, -64] - ], - [ - [3437, 10892], - [58, -85], - [53, -3], - [-24, -114], - [77, 36], - [42, -25], - [-78, -92], - [8, -58] - ], - [ - [3039, 10798], - [-18, 34], - [-81, 11], - [-71, 116], - [-86, 47], - [-26, 79], - [-74, -9], - [-51, 48], - [28, 78] - ], - [ - [2660, 11202], - [33, 72] - ], - [ - [2653, 11483], - [-58, 10], - [-93, -10], - [-38, 93], - [-25, 1] - ], - [ - [2595, 12079], - [0, -54], - [89, -41], - [16, -65] - ], - [ - [2720, 10800], - [-16, 42], - [-50, -5], - [-100, 106], - [-52, 19], - [40, 42], - [-18, 26] - ], - [ - [2524, 11030], - [39, 7], - [-25, 57], - [50, 39], - [10, 73], - [62, -4] - ], - [ - [4264, 10771], - [-4, -63], - [122, -87], - [77, -31], - [11, -22] - ], - [ - [3751, 11161], - [40, -46], - [37, -118], - [42, 36], - [60, -75], - [81, -30], - [53, -47], - [7, -48], - [69, -76], - [62, 32], - [62, -18] - ], - [ - [2258, 11425], - [53, -3], - [-6, -42], - [63, 5], - [99, -60], - [44, -7], - [147, 85], - [13, 43] - ], - [ - [2524, 11030], - [-50, 24], - [-135, -28], - [-96, -9], - [-50, -48], - [-37, 62], - [-72, 37], - [-22, 65] - ], - [ - [2062, 11133], - [-50, 86], - [-1, 31], - [-56, 21], - [-19, 71] - ], - [ - [1936, 11342], - [92, 55], - [58, -12], - [50, 25], - [17, 39], - [59, -82], - [52, 5], - [-6, 53] - ], - [ - [2258, 11425], - [3, 29] - ], - [ - [2395, 10232], - [13, 84], - [-39, 25], - [-11, 53], - [-48, -10], - [-52, 49], - [16, 27], - [-94, 99], - [8, 31], - [-71, 51], - [-19, 59], - [-53, -9], - [-52, -51], - [-59, 38], - [-50, -17], - [-5, 66], - [-62, 99], - [-30, 19] - ], - [ - [1787, 10845], - [15, 36], - [-35, 29], - [16, 43], - [-28, 77] - ], - [ - [1755, 11030], - [13, 39], - [79, 14], - [97, -66], - [10, 38], - [62, 59], - [46, 19] - ], - [ - [3565, 12586], - [19, -51], - [71, -5], - [65, -55] - ], - [ - [3720, 12475], - [8, -58], - [-107, -76] - ], - [ - [2437, 12200], - [48, 105], - [-18, 132], - [7, 108], - [81, -2], - [16, -35], - [70, 50], - [-10, -107], - [15, -66], - [25, -10], - [48, -77], - [84, -20], - [70, 8], - [11, 59], - [41, -7], - [163, 51], - [43, -45], - [5, -72], - [54, -24], - [-6, -48], - [70, -5], - [47, 38], - [-19, 50], - [-46, 51], - [58, 96], - [-32, 27], - [-47, -12], - [-39, 26], - [17, 131], - [63, 78], - [55, 24], - [104, -93], - [114, -2], - [36, -23] - ], - [ - [1936, 11342], - [-17, 104], - [-40, 104], - [-41, 6], - [-43, 62], - [35, 68] - ], - [ - [1830, 11686], - [-20, 93], - [137, 140], - [-2, 115] - ], - [ - [1945, 12034], - [60, -6], - [64, -28], - [-56, -85], - [117, -119], - [14, -53], - [-16, -49] - ], - [ - [6533, 8689], - [17, -51], - [-71, 11], - [-95, -8], - [-31, 11], - [-104, -68], - [-85, 86], - [-31, -54], - [-53, -4], - [-58, 28], - [-48, -127], - [-82, -74], - [-66, -14], - [14, -44], - [-32, -27] - ], - [ - [5808, 8354], - [-108, 228], - [26, 15], - [-7, 74] - ], - [ - [5719, 8671], - [36, 56], - [77, 50], - [29, 52], - [39, 17], - [23, 74], - [78, 47], - [9, 44], - [86, 28] - ], - [ - [6096, 9039], - [93, -81], - [138, -83], - [57, -18], - [26, 29], - [58, -74], - [53, -30], - [12, -93] - ], - [ - [6727, 8170], - [37, -159], - [24, -60] - ], - [ - [6113, 7746], - [69, 95], - [-27, 76] - ], - [ - [6155, 7917], - [6, 31] - ], - [ - [6161, 7948], - [49, 42], - [80, -25], - [28, 24], - [-16, 54], - [30, 13], - [122, 14], - [70, 57], - [144, 60], - [59, -17] - ], - [ - [6161, 7948], - [-23, 75], - [49, 29], - [58, 63], - [56, -15], - [64, 11], - [4, 76], - [-32, 40], - [30, 67], - [52, 13], - [3, 45], - [67, 0], - [7, 74], - [132, 33] - ], - [ - [6628, 8459], - [95, -250], - [4, -39] - ], - [ - [6533, 8689], - [72, -193], - [23, -37] - ], - [ - [6155, 7917], - [-21, -34], - [-48, -12], - [-45, 73], - [-54, 40], - [-73, -64], - [1, 71], - [-76, 49], - [10, 90], - [-8, 74], - [-33, 93], - [0, 57] - ], - [ - [5719, 8671], - [-30, 5], - [-24, -50], - [-43, 15], - [-35, -20], - [-57, 50], - [-60, 78], - [-94, -10], - [-50, 51], - [26, 39], - [-15, 42], - [-58, -30], - [-75, 21] - ], - [ - [5204, 8862], - [-27, 40], - [171, 93], - [-79, 64], - [-40, -14], - [-72, 11], - [-53, -11] - ], - [ - [5381, 9293], - [3, -58], - [2, -7], - [76, 21] - ], - [ - [5705, 9317], - [46, -6], - [87, -54], - [166, -131], - [92, -87] - ], - [ - [7224, 6103], - [7, 79], - [97, 86], - [15, 46], - [-80, 45], - [9, 35], - [81, 35], - [-33, 77] - ], - [ - [7594, 6900], - [110, -61], - [95, -21], - [65, -75], - [63, -26] - ], - [ - [1521, 10020], - [38, 57], - [10, 49], - [36, 39], - [3, 54], - [61, 21], - [1, 50], - [55, 26], - [20, 43], - [-118, 77], - [2, 176], - [-24, 17], - [-46, 100], - [-57, -17], - [-77, -46], - [-46, 86], - [18, 36] - ], - [ - [1397, 10788], - [21, 58] - ], - [ - [1418, 10846], - [60, -6], - [50, 22], - [68, -12], - [19, 33], - [124, 1], - [48, -39] - ], - [ - [1512, 10031], - [-8, 60], - [-46, 67], - [59, 118], - [-116, 33], - [-2, 81], - [-35, 14], - [-45, -28], - [-95, 60] - ], - [ - [1224, 10436], - [-47, 87], - [9, 65], - [24, 22], - [0, 155], - [57, 30], - [130, -7] - ], - [ - [1302, 11144], - [11, 49], - [-65, 43], - [-78, 70], - [10, 76] - ], - [ - [1180, 11382], - [40, 68], - [-31, 49], - [29, 54] - ], - [ - [1218, 11553], - [60, -5], - [119, 48], - [185, -140], - [-67, -50], - [38, -70], - [-31, -67], - [-72, -65], - [-59, -94], - [-89, 34] - ], - [ - [1008, 9437], - [2, 32], - [-43, 51], - [15, 63], - [-65, -29], - [-101, -12], - [-41, -23], - [-95, -13], - [-14, 37], - [-76, 2], - [-64, 64], - [-50, 5], - [-61, 38], - [-61, 15], - [-73, 141], - [-30, 15], - [7, 68], - [43, 13], - [-60, 71], - [-21, 58], - [69, 57], - [12, 99], - [43, 42], - [56, -8], - [4, 40] - ], - [ - [404, 10263], - [54, 20], - [35, 43], - [170, 29], - [9, -40], - [61, 18], - [50, -12], - [55, 34], - [60, 65], - [56, -3], - [29, -27], - [75, 16], - [15, 26], - [113, -28], - [38, 32] - ], - [ - [1755, 11030], - [-16, 78], - [-38, 10], - [-46, 47], - [-2, 143], - [-13, 111], - [-49, 57], - [38, 96], - [-26, 43] - ], - [ - [1603, 11615], - [102, 128], - [38, -50], - [87, -7] - ], - [ - [1302, 11144], - [-2, -50], - [-57, -42], - [25, -29], - [0, -100], - [51, -37], - [99, -40] - ], - [ - [404, 10263], - [-37, 45], - [-3, 97], - [-68, 51], - [-34, -23], - [-81, 35], - [-59, 52], - [1, 73], - [-22, 67], - [-49, -3], - [-52, 112], - [56, 37], - [76, 21], - [76, -33], - [44, 45], - [49, 15], - [21, 41], - [148, 59], - [-21, 86], - [67, 104], - [-59, 43], - [-18, 35] - ], - [ - [439, 11222], - [19, 54], - [95, -46], - [43, 57], - [98, 2], - [84, 77], - [86, 17], - [164, -51], - [108, 66], - [44, -16] - ], - [ - [1603, 11615], - [-31, -4], - [17, 98], - [-30, 53], - [-114, 77], - [-88, -33], - [-39, 17], - [-76, -45], - [-80, 33] - ], - [ - [1162, 11811], - [-3, 4] - ], - [ - [1159, 11815], - [8, 59], - [25, 27], - [79, 1], - [40, 56], - [2, 66], - [68, 19], - [32, 30], - [19, 61], - [-68, 101], - [47, 49], - [67, 10], - [45, 70], - [46, 24], - [-22, 37], - [78, 55], - [55, 9], - [35, -122], - [-42, -85], - [35, -91], - [65, -8], - [68, -88], - [3, -47], - [101, -14] - ], - [ - [1218, 11553], - [-69, 85], - [13, 173] - ], - [ - [2597, 3779], - [38, 31], - [44, -25], - [18, -42], - [118, -50] - ], - [ - [2815, 3693], - [-18, -68], - [9, -67], - [-43, -124], - [9, -68], - [-31, -59], - [-5, -128], - [-35, -24], - [-63, -2], - [-64, 21], - [-20, 39], - [-71, 51], - [-73, 18], - [-71, -53], - [-42, 36], - [-72, -84], - [-2, -78], - [27, -36], - [-17, -76], - [-108, -105], - [-65, -52], - [-103, 69], - [-60, -46], - [-42, 32], - [-8, 50] - ], - [ - [1847, 2939], - [78, 91], - [41, 26], - [81, 4], - [25, 41], - [-29, 43], - [4, 38], - [-52, 39], - [-29, 129], - [-36, 53], - [-2, 67] - ], - [ - [1928, 3470], - [54, 38], - [74, 8], - [87, -14], - [45, 28], - [-17, 52], - [52, 31], - [-15, 85], - [44, 111] - ], - [ - [2252, 3809], - [33, 30], - [61, 17], - [57, -67], - [81, -28], - [18, -33], - [67, 12], - [28, 39] - ], - [ - [1619, 3136], - [49, -7], - [33, -29], - [11, -49], - [-21, -97], - [-40, -11], - [-47, 142], - [15, 51] - ], - [ - [1564, 3231], - [-2, -110], - [-33, -8], - [-39, 90], - [74, 28] - ], - [ - [1847, 2939], - [-36, 24], - [2, 54], - [-35, 50], - [-47, 32], - [-47, 91], - [-33, 25], - [-34, 68], - [66, 77], - [-20, 59], - [-40, 51], - [28, 37], - [-10, 53] - ], - [ - [1641, 3560], - [98, 48], - [36, -5], - [87, -90], - [21, -37], - [45, -6] - ], - [ - [1641, 3560], - [-7, 30], - [48, 68], - [33, 99], - [-18, 27], - [2, 97], - [46, 20], - [-2, -5], - [5, -5], - [1, 1], - [47, -16] - ], - [ - [1796, 3876], - [47, -5], - [22, -46], - [104, -34], - [38, 35], - [73, 18], - [48, 68], - [10, 47] - ], - [ - [2138, 3959], - [11, 27], - [58, -24], - [58, -4], - [-13, -149] - ], - [ - [2792, 4552], - [-46, -37], - [-53, 1], - [-39, -36], - [-40, -81], - [-91, -41], - [-16, -97], - [-39, -64], - [-5, -121], - [18, -48], - [-39, -100], - [55, -72], - [70, 22], - [30, -99] - ], - [ - [2138, 3959], - [-29, 18], - [75, 37], - [13, 37], - [-17, 83], - [25, 81], - [-47, 68], - [39, 56], - [45, -9], - [0, 58], - [-24, 52], - [7, 73], - [-33, 31], - [-119, -10], - [-55, -24], - [-114, 23], - [-5, 51], - [-38, 18], - [-6, 70] - ], - [ - [1855, 4672], - [18, -24], - [91, 68], - [70, 14], - [73, 49], - [54, -44], - [74, -91], - [13, 38], - [119, 58], - [54, 72], - [48, 104], - [-90, -2], - [6, 36] - ], - [ - [2385, 4950], - [91, -14], - [80, 58], - [6, 50], - [39, 61], - [61, -17], - [72, 44], - [25, 147], - [48, 33], - [20, 42] - ], - [ - [2827, 5354], - [25, -57], - [-1, -62], - [19, -63], - [36, -40], - [-7, -67], - [46, -73], - [30, -87], - [-65, -155], - [-58, -44], - [-56, -91], - [-4, -63] - ], - [ - [2792, 4552], - [26, -104], - [76, -86], - [-28, -52], - [-20, -100], - [-1, -148], - [-15, -82], - [3, -95], - [-18, -47], - [0, -145] - ], - [ - [2385, 4950], - [5, 113], - [-18, 46], - [-50, -20], - [-101, 43], - [16, 84], - [-4, 59], - [-50, 89], - [-44, -16], - [-26, 24], - [86, 55], - [-17, 55], - [-90, -29], - [-44, 21] - ], - [ - [2048, 5474], - [42, 59], - [8, 42], - [48, 21], - [73, 101], - [88, 11], - [44, 27], - [8, 103], - [67, 29], - [43, -38], - [-10, -43], - [54, -7], - [35, 23], - [55, -46], - [19, -46], - [67, 9], - [50, -42], - [-33, -34], - [-3, -71], - [31, -1], - [27, -73], - [-31, -64], - [87, -50], - [10, -30] - ], - [ - [2598, 5880], - [20, -67], - [-55, -7], - [35, 74] - ], - [ - [1796, 3876], - [-50, 43], - [35, 55], - [13, 97], - [-14, 54], - [-50, 27], - [-82, -13], - [8, 162], - [76, 63], - [-28, 92], - [2, 81], - [20, 92], - [-52, 63], - [-39, 12], - [14, 82] - ], - [ - [1649, 4786], - [21, -17], - [86, 34], - [99, -131] - ], - [ - [1649, 4786], - [-25, 104], - [-37, 29], - [-36, 101], - [-91, -28], - [-45, 14], - [-5, 51], - [39, 20], - [16, 64], - [-61, 50], - [24, 80], - [51, 99], - [4, 30], - [-43, 54], - [25, 49], - [32, -25], - [-5, -59], - [77, -80], - [96, -7], - [31, -22], - [81, 5], - [79, 47], - [22, 34], - [54, 29], - [81, 14], - [35, 35] - ], - [ - [1573, 5692], - [19, -79], - [-50, 7], - [31, 72] - ], - [ - [6619, 1317], - [63, 6], - [9, -59], - [-42, -57], - [-91, -28], - [21, -25], - [0, -69], - [-31, -37], - [87, -56], - [71, 6], - [77, -58], - [-25, -35], - [42, -37], - [32, 0], - [62, -71], - [-42, -106], - [50, -63], - [0, -46] - ], - [ - [6902, 582], - [-56, 3], - [-69, -18], - [-74, 63], - [-68, 5], - [-84, 58], - [-101, 118], - [-98, 8], - [-39, 48], - [-78, 41], - [-100, 126], - [-38, 35], - [-89, 20], - [-36, -13], - [-85, 97], - [-48, 7] - ], - [ - [5839, 1180], - [20, 145], - [44, 51], - [44, 17] - ], - [ - [5947, 1393], - [64, -62], - [100, -3], - [23, -66], - [39, -28], - [20, 37], - [43, 3], - [-1, -78], - [35, -59], - [38, 19], - [-17, 54], - [3, 69], - [39, -13], - [77, 20], - [51, -30], - [35, 26], - [51, 3], - [15, 39], - [57, -7] - ], - [ - [6933, 1354], - [7, -31], - [-41, -41], - [-25, 20], - [34, 69], - [25, -17] - ], - [ - [6994, 1232], - [-8, -125], - [14, -52], - [-66, -70], - [12, -106], - [77, -19], - [60, 30], - [80, -27], - [33, -26] - ], - [ - [7196, 837], - [27, -28], - [-5, -100], - [53, -29], - [40, -59], - [-29, -106] - ], - [ - [7282, 515], - [-99, -68] - ], - [ - [7183, 447], - [-90, 83], - [-79, 38], - [-112, 14] - ], - [ - [6619, 1317], - [64, 76], - [11, -49], - [47, -19], - [38, -41], - [-5, -50], - [53, -41], - [66, 21], - [14, 54], - [34, -1], - [53, -35] - ], - [ - [8040, 1475], - [-50, -86], - [13, -41], - [-41, -99], - [2, -71], - [-57, -57], - [-29, -61], - [5, -156] - ], - [ - [7883, 904], - [-100, 19], - [-56, 49], - [-74, -42], - [1, -70], - [44, -16], - [-41, -67], - [-33, -3], - [-35, -44], - [90, -42], - [-71, -73] - ], - [ - [7608, 615], - [-1, -28], - [-64, -10], - [-20, 20], - [-86, -40], - [-44, -44], - [-40, 25], - [-71, -23] - ], - [ - [7196, 837], - [75, -17], - [62, 20], - [-5, 48], - [90, 35], - [-9, 36], - [41, 41], - [-93, 36], - [-2, 69], - [20, 33], - [49, -9], - [79, 28], - [98, -69], - [33, 171], - [-28, 19], - [6, 74], - [-69, -37], - [17, 174] - ], - [ - [7560, 1489], - [56, -3], - [-40, 67], - [2, 82], - [37, 26], - [51, -34], - [66, 43], - [26, -63], - [88, -21], - [57, 15], - [92, -59], - [45, -67] - ], - [ - [6994, 1232], - [25, 68], - [51, 10], - [48, 34], - [24, 49], - [-24, 42], - [11, 82] - ], - [ - [7129, 1517], - [43, -3], - [74, 36], - [81, -53], - [56, 19], - [38, -34], - [80, -22], - [59, 29] - ], - [ - [7129, 1517], - [-5, 81], - [-85, 146] - ], - [ - [7039, 1744], - [121, -14], - [56, 9], - [46, 31], - [47, -9], - [72, 32], - [74, 15], - [41, 34], - [66, 86], - [39, -16], - [97, 27], - [22, 24], - [50, -50], - [73, -2], - [13, -29], - [49, -2], - [53, 31], - [54, 74], - [114, 9], - [91, 44], - [68, 61], - [122, -42], - [-62, -22], - [-22, -82], - [-79, -164], - [-34, -39], - [-124, -185], - [-46, -90] - ], - [ - [7763, 2386], - [-5, -109], - [-54, 51], - [6, 41], - [53, 17] - ], - [ - [7629, 2463], - [52, -4], - [-17, -61], - [-55, 35], - [20, 30] - ], - [ - [5947, 1393], - [72, 35], - [-31, 51], - [-78, 18], - [-27, 26], - [10, 66], - [65, 7], - [22, 47], - [-65, 128] - ], - [ - [5915, 1771], - [93, 60], - [-21, 56], - [46, 76], - [82, -28], - [75, 36], - [80, -8], - [23, -106], - [53, -17], - [91, 22], - [2, -69], - [77, -61], - [114, -51], - [83, 16], - [103, 57], - [83, 17], - [28, -28], - [112, 1] - ], - [ - [7800, 67], - [-42, -11], - [-41, 38], - [-55, 7], - [-64, -32], - [-90, 22], - [-53, 56], - [-128, 26], - [-33, 38], - [-20, 87], - [-91, 149] - ], - [ - [7608, 615], - [21, -29], - [1, -62], - [65, -91], - [9, -81], - [-40, -124], - [93, -31], - [32, -34], - [11, -96] - ], - [ - [7883, 904], - [13, -63], - [112, -51], - [-31, -44], - [-6, -51], - [50, -102], - [52, -10], - [-13, -94], - [21, -24], - [-107, -87], - [-28, -35], - [-19, -66], - [-28, -34], - [-12, -55], - [42, -144], - [-52, -44], - [-77, 67] - ], - [ - [4960, 243], - [91, -51], - [4, -49], - [-31, -35], - [-38, 13], - [-52, 73], - [26, 49] - ], - [ - [5291, 1663], - [57, -43], - [-78, -10], - [21, 53] - ], - [ - [5839, 1180], - [-108, 5], - [-100, -27], - [-55, 97], - [-47, 33], - [-42, -2], - [-45, 57], - [1, 50], - [-44, 74], - [36, 18], - [19, 53], - [-16, 71], - [25, 86], - [63, 107], - [77, 16], - [18, 45], - [45, -4], - [53, 66], - [21, -66], - [36, -57], - [61, -53], - [78, 22] - ], - [ - [5204, 8862], - [-57, -98], - [-47, -4], - [-7, -39], - [46, -25], - [-82, -53], - [-22, -48], - [37, -38], - [43, -8], - [28, -140], - [-59, -23], - [-34, 21], - [-20, -78], - [-62, -31] - ], - [ - [4968, 8298], - [-92, 8], - [-27, 65], - [-35, -3], - [-70, 42], - [-58, 84], - [-85, 54], - [-35, 45], - [-1, 74], - [-52, 35], - [-70, 81] - ], - [ - [4443, 8783], - [63, 42], - [52, 0], - [-31, 59], - [115, 85], - [-36, 52], - [10, 42], - [72, 132], - [46, 7] - ], - [ - [4443, 8783], - [-31, -28], - [-86, 5], - [-27, -43], - [-47, 23], - [-40, -37], - [-71, 52], - [-54, 16], - [-57, -53], - [-2, -57] - ], - [ - [4028, 8661], - [-77, 11], - [-41, 95], - [21, 34], - [-13, 55], - [17, 30], - [57, 15], - [-34, 100], - [-73, -20], - [-14, 36], - [-68, 69] - ], - [ - [3803, 9086], - [16, 36] - ], - [ - [3819, 9122], - [144, -26], - [76, 24] - ], - [ - [4039, 9120], - [20, -36], - [66, -33], - [36, 78], - [50, 59], - [19, 67], - [10, 157], - [21, 75] - ], - [ - [4491, 7292], - [-66, 23], - [-148, 23], - [-58, -66], - [-58, 39], - [-6, 43], - [64, 10], - [32, 96], - [-32, 66], - [-33, -7], - [-34, 91], - [-72, 43], - [-43, 89], - [-59, 33], - [-109, 25], - [-38, 28], - [29, 40], - [2, 99], - [-64, 43] - ], - [ - [3798, 8010], - [71, 85], - [-1, 71], - [-44, 5], - [-15, 52] - ], - [ - [3809, 8223], - [73, 67], - [108, 2] - ], - [ - [3990, 8292], - [100, 30], - [59, -130], - [140, 9], - [60, -17], - [63, 5], - [-7, -145], - [95, -13], - [56, 30], - [49, -14], - [49, -53], - [0, -80], - [16, -84], - [98, -17] - ], - [ - [3525, 7923], - [29, -34], - [-9, -81], - [-30, -33], - [-55, 8], - [-193, -41], - [-32, 44], - [17, 46], - [120, -2], - [26, 29], - [74, -31], - [53, 95] - ], - [ - [3798, 8010], - [-54, 14], - [-83, -3], - [-13, -37], - [-47, 13], - [-11, 65], - [30, 18], - [22, 140], - [-2, 110], - [-29, 117], - [-38, 41], - [-38, 104], - [-40, 60], - [-47, 35], - [-35, 94], - [10, 47], - [40, 19] - ], - [ - [3463, 8847], - [85, 46], - [58, -12], - [-33, -108], - [40, -138], - [-15, -37], - [39, -101], - [45, -41], - [80, -33], - [22, -73], - [-25, -44], - [50, -83] - ], - [ - [3722, 9512], - [92, -48], - [-3, -50], - [-45, -80], - [3, -134], - [50, -78] - ], - [ - [3803, 9086], - [-60, 13], - [-22, -50], - [-114, -5], - [-44, 16], - [-1, 49], - [-31, 33], - [-35, -20], - [-69, 19], - [-46, -17] - ], - [ - [3381, 9124], - [-17, 70], - [-90, 133] - ], - [ - [3274, 9327], - [28, 15], - [65, 127], - [-53, 47], - [1, 105], - [41, 28], - [21, 51] - ], - [ - [3274, 9327], - [-73, 65], - [-43, 22] - ], - [ - [4028, 8661], - [44, -66], - [13, -46], - [-39, -25], - [-1, -61], - [25, -40], - [-8, -44], - [-44, -33], - [-28, -54] - ], - [ - [3463, 8847], - [-33, -14], - [0, 0], - [-1, -1], - [0, 0], - [-1, 0], - [-39, 115], - [15, 16], - [-23, 161] - ], - [ - [4119, 9473], - [-9, -71], - [-27, -37], - [55, -28], - [-39, -56], - [-12, -132], - [-48, -29] - ], - [ - [4968, 8298], - [-42, -53], - [6, -56], - [54, -32], - [-44, -188], - [18, -10], - [6, -34], - [-24, -6] - ], - [ - [4942, 7919], - [-36, -44] - ], - [ - [5449, 12769], - [-40, -14], - [-69, -62], - [-92, 12], - [-46, -25], - [-134, 84], - [-20, -114], - [-45, -67], - [-30, 15], - [-129, -46] - ], - [ - [4844, 12552], - [-104, 6], - [-84, -53], - [-6, -59], - [-58, -95], - [-70, 16], - [-26, -36], - [-47, -14], - [-23, -41], - [-52, 1], - [-72, -80], - [-37, -13], - [-63, 81], - [60, 74], - [16, 151], - [-11, 46], - [-50, -12], - [-99, 26], - [24, -67], - [-103, 35], - [-49, -49], - [-107, 2], - [-28, 51], - [-77, -43], - [-58, -4] - ], - [ - [3565, 12586], - [30, 105], - [-71, 24], - [-18, 55], - [47, 91], - [6, 60], - [27, 77], - [79, -23], - [96, 43], - [82, -52], - [2, -57], - [110, -30], - [53, 9], - [72, -11], - [62, 71], - [0, 48], - [31, 88], - [93, 51], - [105, 33], - [81, -31], - [88, 54], - [33, -31], - [74, 36], - [46, -26], - [101, -11], - [79, 18], - [67, 45], - [109, 23], - [74, 32], - [82, 15], - [27, -25], - [-32, -48], - [-81, -33], - [11, -57], - [75, -109], - [50, 14], - [32, -69], - [-19, -60], - [60, -11], - [32, -77], - [89, -48] - ], - [ - [4844, 12552], - [-14, -39], - [61, -10], - [-43, -106], - [-49, -45], - [49, -34], - [5, -69], - [79, -29], - [16, -63], - [-43, -98], - [-74, -25], - [-89, 2], - [-48, -83], - [16, -69] - ], - [ - [4710, 11884], - [-10, -25], - [-80, 6], - [-10, 48], - [-62, 7], - [-59, -40], - [-69, -10], - [8, -39], - [-53, -32], - [-59, -1], - [-20, -77], - [-61, -88], - [0, -68], - [-33, -47] - ], - [ - [4202, 11518], - [-130, 14], - [-58, -43], - [-44, 53], - [-43, 4], - [37, 125], - [-40, 20] - ], - [ - [5840, 7597], - [-33, 61], - [-64, -2], - [-16, -34], - [-59, -17], - [-84, 65], - [-45, 51], - [-54, 5], - [-111, -52], - [-60, 93], - [-39, 40], - [34, 88], - [-6, 80], - [-58, 5], - [-123, 32], - [-82, -13], - [-19, -67], - [-79, -13] - ], - [ - [439, 11222], - [-45, 45], - [-44, 13], - [-20, 140], - [-150, 129], - [-11, 49], - [8, 85], - [52, -4], - [125, 74], - [36, 56], - [68, -81], - [33, 26], - [98, 13], - [31, 42], - [89, -33], - [101, 83], - [84, 14], - [79, -3], - [36, -30], - [82, -33], - [68, 8] - ], - [ - [5376, 11957], - [-7, 38], - [-64, 14], - [-82, -81], - [-116, -20], - [-45, -51], - [-27, 14], - [-75, -33], - [-2, -66], - [-69, -19], - [-47, 34], - [-24, -35] - ], - [ - [4818, 11752], - [-12, 56], - [-56, 15], - [-40, 61] - ], - [ - [5449, 12769], - [75, -28], - [144, -9], - [22, -19] - ], - [ - [5091, 11393], - [-54, -34], - [-26, -53], - [-23, -99], - [29, -36], - [-36, -35], - [130, -116], - [37, -4] - ], - [ - [5148, 11016], - [0, -45], - [44, -10] - ], - [ - [5192, 10961], - [-44, -55], - [-164, -36], - [-9, -68] - ], - [ - [4975, 10802], - [-41, 12], - [-109, -28], - [-43, -33], - [-138, 17], - [-34, 19], - [-78, -27], - [-71, 34] - ], - [ - [4461, 10796], - [-13, 173], - [78, 1] - ], - [ - [4526, 10970], - [78, -6], - [17, 66], - [29, 22], - [-4, 73], - [121, 107], - [-21, 92], - [-61, -5], - [21, 128], - [32, 52], - [100, 7] - ], - [ - [4838, 11506], - [55, -27], - [49, -65], - [132, 34], - [17, -55] - ], - [ - [4264, 10771], - [36, -22], - [67, -3], - [42, -42], - [37, -5], - [42, 35], - [-27, 62] - ], - [ - [4975, 10802], - [53, 6], - [21, -43], - [87, -63], - [25, 49], - [105, 37], - [44, 45] - ], - [ - [5310, 10833], - [-55, -58], - [9, -45], - [66, 3], - [25, -88], - [75, -17], - [-21, -104], - [29, -20], - [1, -73], - [-74, 29], - [10, -94] - ], - [ - [5621, 11640], - [-14, -57], - [22, -39], - [-63, -47], - [-26, 22], - [-75, -30], - [-8, -43], - [-43, -5], - [-1, -98], - [-80, 37], - [-55, -20], - [-21, -51], - [-61, 11], - [-57, 69], - [-48, 4] - ], - [ - [4838, 11506], - [-17, 144], - [-49, 29], - [-7, 41], - [53, 32] - ], - [ - [5273, 10926], - [22, -64], - [-51, 2], - [29, 62] - ], - [ - [5192, 10961], - [18, -84], - [100, -44] - ], - [ - [6014, 11466], - [11, -28], - [-176, -26], - [-44, -36], - [-131, -77], - [-128, -60], - [17, 75], - [-59, 39], - [-57, -11], - [-34, -48], - [-65, -16], - [-106, -61], - [3, -58], - [-40, 1], - [-57, -144] - ], - [ - [4202, 11518], - [8, -57], - [34, -43], - [48, -23], - [15, -73], - [64, -56], - [32, -185], - [91, -38], - [-11, -26], - [43, -47] - ] - ], - "transform": { - "scale": [0.001073088069254746, 0.0007855176853911107], - "translate": [6.630878925323543, 36.649860382080185] - }, - "objects": { - "italy": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CH", - "NAME_0": "Italy", - "ID_1": 1, - "NAME_1": "Abruzzo", - "ID_2": 1, - "NAME_2": "Chieti", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[5, -3, 6, 7, 8, 9, 10]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AQ", - "NAME_0": "Italy", - "ID_1": 1, - "NAME_1": "Abruzzo", - "ID_2": 2, - "NAME_2": "L'Aquila", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Aquila" - } - }, - { - "arcs": [[11, -4, -6, 12]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PE", - "NAME_0": "Italy", - "ID_1": 1, - "NAME_1": "Abruzzo", - "ID_2": 3, - "NAME_2": "Pescara", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[13, -13, -11, 14, 15]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TE", - "NAME_0": "Italy", - "ID_1": 1, - "NAME_1": "Abruzzo", - "ID_2": 4, - "NAME_2": "Teramo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[16, 17, 18, 19, 20, 21]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BA", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 5, - "NAME_2": "Bari", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[22, -21, 23, 24]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BT", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 6, - "NAME_2": "Barletta-Andria-Trani", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[25, 26, 27, -17]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BR", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 7, - "NAME_2": "Brindisi", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-25, 28, 29, 30, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FG", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 8, - "NAME_2": "Foggia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[33, 34, -27]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LE", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 9, - "NAME_2": "Lecce", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-28, -35, 35, 36, -18]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TA", - "NAME_0": "Italy", - "ID_1": 2, - "NAME_1": "Apulia", - "ID_2": 10, - "NAME_2": "Taranto", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Ionio|Tarent|Tarente" - } - }, - { - "arcs": [[-37, 37, 38, 39, -19]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MT", - "NAME_0": "Italy", - "ID_1": 3, - "NAME_1": "Basilicata", - "ID_2": 11, - "NAME_2": "Matera", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-20, -40, 40, 41, 42, 43, -29, -24]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PZ", - "NAME_0": "Italy", - "ID_1": 3, - "NAME_1": "Basilicata", - "ID_2": 12, - "NAME_2": "Potenza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[44, 45, 46, 47, 48, 49]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CZ", - "NAME_0": "Italy", - "ID_1": 4, - "NAME_1": "Calabria", - "ID_2": 13, - "NAME_2": "Catanzaro", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[50, 51, -49, 52, -41, -39]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CS", - "NAME_0": "Italy", - "ID_1": 4, - "NAME_1": "Calabria", - "ID_2": 14, - "NAME_2": "Cosenza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[53, -50, -52]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-KR", - "NAME_0": "Italy", - "ID_1": 4, - "NAME_1": "Calabria", - "ID_2": 15, - "NAME_2": "Crotone", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-46, 54, 55]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RC", - "NAME_0": "Italy", - "ID_1": 4, - "NAME_1": "Calabria", - "ID_2": 16, - "NAME_2": "Reggio Di Calabria", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Reggio Calabria|Reggio de Calabre" - } - }, - { - "arcs": [[-56, 56, -47]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VV", - "NAME_0": "Italy", - "ID_1": 4, - "NAME_1": "Calabria", - "ID_2": 17, - "NAME_2": "Vibo Valentia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-44, 57, 58, 59, -30]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AV", - "NAME_0": "Italy", - "ID_1": 5, - "NAME_1": "Campania", - "ID_2": 18, - "NAME_2": "Avellino", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-60, 60, 61, 62, -31]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BN", - "NAME_0": "Italy", - "ID_1": 5, - "NAME_1": "Campania", - "ID_2": 19, - "NAME_2": "Benevento", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Bénévent" - } - }, - { - "arcs": [[63, -62, 64, 65, 66, 67, 68]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CE", - "NAME_0": "Italy", - "ID_1": 5, - "NAME_1": "Campania", - "ID_2": 20, - "NAME_2": "Caserta", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Caserte" - } - }, - { - "arcs": [[[69]], [[70, 71, -65, -61, -59]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-NA", - "NAME_0": "Italy", - "ID_1": 5, - "NAME_1": "Campania", - "ID_2": 21, - "NAME_2": "Napoli", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Napels|Nápoles|Neapel" - } - }, - { - "arcs": [[-43, 72, -71, -58]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SA", - "NAME_0": "Italy", - "ID_1": 5, - "NAME_1": "Campania", - "ID_2": 22, - "NAME_2": "Salerno", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Salerne" - } - }, - { - "arcs": [[73, 74, 75, 76, 77, 78]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BO", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 23, - "NAME_2": "Bologna", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Bologne|Bolonha|Bolonia" - } - }, - { - "arcs": [[79, 80, -74, 81, 82, 83]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FE", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 24, - "NAME_2": "Ferrara", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Ferrare" - } - }, - { - "arcs": [[84, 85, 86, 87, 88, 89]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FC", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 25, - "NAME_2": "Forli' - Cesena", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-82, -79, 90, 91, 92, 93]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MO", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 26, - "NAME_2": "Modena", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Modène|Módena" - } - }, - { - "arcs": [[94, 95, 96, 97, 98, 99, 100]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PR", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 27, - "NAME_2": "Parma", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Parme" - } - }, - { - "arcs": [[-100, 101, 102, 103, 104, 105]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PC", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 28, - "NAME_2": "Piacenza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Plaisance" - } - }, - { - "arcs": [[106, -90, 107, -75, -81]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RA", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 29, - "NAME_2": "Ravenna", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "R vena|Ravenne" - } - }, - { - "arcs": [[-93, 108, 109, -96, 110]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RE", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 30, - "NAME_2": "Reggio Nell'Emilia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Reggio d'Émilie" - } - }, - { - "arcs": [[111, 112, 113, -86, 114]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RN", - "NAME_0": "Italy", - "ID_1": 6, - "NAME_1": "Emilia-Romagna", - "ID_2": 31, - "NAME_2": "Rimini", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[115, 116, 117, 118]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-GO", - "NAME_0": "Italy", - "ID_1": 7, - "NAME_1": "Friuli-Venezia Giulia", - "ID_2": 32, - "NAME_2": "Gorizia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Görz" - } - }, - { - "arcs": [[119, 120, 121, 122]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PN", - "NAME_0": "Italy", - "ID_1": 7, - "NAME_1": "Friuli-Venezia Giulia", - "ID_2": 33, - "NAME_2": "Pordenone", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-116, 123]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TS", - "NAME_0": "Italy", - "ID_1": 7, - "NAME_1": "Friuli-Venezia Giulia", - "ID_2": 34, - "NAME_2": "Trieste", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Triest" - } - }, - { - "arcs": [[-118, 124, 125, -123, 126, 127]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-UD", - "NAME_0": "Italy", - "ID_1": 7, - "NAME_1": "Friuli-Venezia Giulia", - "ID_2": 35, - "NAME_2": "Udine", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Friuli" - } - }, - { - "arcs": [[128, -68, 129, 130, -8]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FR", - "NAME_0": "Italy", - "ID_1": 8, - "NAME_1": "Lazio", - "ID_2": 36, - "NAME_2": "Frosinone", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-130, -67, 131, 132]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LT", - "NAME_0": "Italy", - "ID_1": 8, - "NAME_1": "Lazio", - "ID_2": 37, - "NAME_2": "Latina", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Littoria" - } - }, - { - "arcs": [[-15, -10, 133, 134, 135, 136, 137]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RI", - "NAME_0": "Italy", - "ID_1": 8, - "NAME_1": "Lazio", - "ID_2": 38, - "NAME_2": "Rieti", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-9, -131, -133, 138, 139, -134]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RM", - "NAME_0": "Italy", - "ID_1": 8, - "NAME_1": "Lazio", - "ID_2": 39, - "NAME_2": "Roma", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[140, -135, -140, 141, 142, 143]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VT", - "NAME_0": "Italy", - "ID_1": 8, - "NAME_1": "Lazio", - "ID_2": 40, - "NAME_2": "Viterbo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Viterbe" - } - }, - { - "arcs": [[-102, -99, 144, 145, 146, 147]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-GE", - "NAME_0": "Italy", - "ID_1": 9, - "NAME_1": "Liguria", - "ID_2": 41, - "NAME_2": "Genova", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Genoa" - } - }, - { - "arcs": [[148, 149, 150]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-IM", - "NAME_0": "Italy", - "ID_1": 9, - "NAME_1": "Liguria", - "ID_2": 42, - "NAME_2": "Imperia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Porto Maurizio" - } - }, - { - "arcs": [[151, 152, -145, -98]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SP", - "NAME_0": "Italy", - "ID_1": 9, - "NAME_1": "Liguria", - "ID_2": 43, - "NAME_2": "La Spezia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Spezia" - } - }, - { - "arcs": [[-147, 153, -149, 154, 155, 156]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SV", - "NAME_0": "Italy", - "ID_1": 9, - "NAME_1": "Liguria", - "ID_2": 44, - "NAME_2": "Savona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[157, 158, 159, 160, 161, 162]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BG", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 45, - "NAME_2": "Bergamo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Bergame" - } - }, - { - "arcs": [[163, 164, 165, 166, -158, 167]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BS", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 46, - "NAME_2": "Brescia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[168, 169, 170, 171, 172]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CO", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 47, - "NAME_2": "Como", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Côme" - } - }, - { - "arcs": [[-167, 173, -101, -106, 174, 175, -159]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CR", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 48, - "NAME_2": "Cremona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Crémone" - } - }, - { - "arcs": [[-162, 176, -169, 177]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LC", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 49, - "NAME_2": "Lecco", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-175, -105, 178, 179]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LO", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 50, - "NAME_2": "Lodi", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[180, -83, -94, -111, -95, -174, -166, 181]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MN", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 51, - "NAME_2": "Mantua", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Mantoue|Mantova" - } - }, - { - "arcs": [[182, -160, -176, -180, 183, 184, 185]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MI", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 52, - "NAME_2": "Milano", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Milan" - } - }, - { - "arcs": [[-161, -183, 186, -170, -177]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MB", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 53, - "NAME_2": "Monza and Brianza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Monza e Brianza" - } - }, - { - "arcs": [[-179, -104, 187, 188, 189, -184]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PV", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 54, - "NAME_2": "Pavia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Pavie" - } - }, - { - "arcs": [[190, 191, -168, -163, -178, -173, 192]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SO", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 55, - "NAME_2": "Sondrio", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-171, -187, -186, 193, 194, 195]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VA", - "NAME_0": "Italy", - "ID_1": 10, - "NAME_1": "Lombardia", - "ID_2": 56, - "NAME_2": "Varese", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[196, 197, 198, 199]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AN", - "NAME_0": "Italy", - "ID_1": 11, - "NAME_1": "Marche", - "ID_2": 57, - "NAME_2": "Ancona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Ancône" - } - }, - { - "arcs": [[200, -16, -138, 201, 202, 203]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AP", - "NAME_0": "Italy", - "ID_1": 11, - "NAME_1": "Marche", - "ID_2": 58, - "NAME_2": "Ascoli Piceno", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-204, 204, 205]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FM", - "NAME_0": "Italy", - "ID_1": 11, - "NAME_1": "Marche", - "ID_2": 59, - "NAME_2": "Fermo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[206, -205, -203, 207, -197]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MC", - "NAME_0": "Italy", - "ID_1": 11, - "NAME_1": "Marche", - "ID_2": 60, - "NAME_2": "Macerata", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-199, 208, 209, -87, -114, 210, -112, 211]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PU", - "NAME_0": "Italy", - "ID_1": 11, - "NAME_1": "Marche", - "ID_2": 61, - "NAME_2": "Pesaro E Urbino", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Pesaro-et-Urbino|Pesaro-Urbino|Pésaro y Urbino" - } - }, - { - "arcs": [[-32, -63, -64, 212, -1, 213]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CB", - "NAME_0": "Italy", - "ID_1": 12, - "NAME_1": "Molise", - "ID_2": 62, - "NAME_2": "Campobasso", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-213, -69, -129, -7, -2]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-IS", - "NAME_0": "Italy", - "ID_1": 12, - "NAME_1": "Molise", - "ID_2": 63, - "NAME_2": "Isernia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-188, -103, -148, -157, 214, 215, 216]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AL", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 64, - "NAME_2": "Alessandria", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Alejandr¡a|Alexandrie" - } - }, - { - "arcs": [[-156, 217, 218, -215]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AT", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 65, - "NAME_2": "Asti", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[219, 220, 221]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BI", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 66, - "NAME_2": "Biella", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Verceil" - } - }, - { - "arcs": [[-155, -151, 222, 223, -218]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CN", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 67, - "NAME_2": "Cuneo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Coni" - } - }, - { - "arcs": [[-194, -185, -190, 224, 225]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-NO", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 68, - "NAME_2": "Novara", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Novare" - } - }, - { - "arcs": [[-220, 226, -216, -219, -224, 227, 228]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TO", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 69, - "NAME_2": "Torino", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Torino|Turim" - } - }, - { - "arcs": [[-195, -226, 229, 230, 231]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VB", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 70, - "NAME_2": "Verbano-Cusio-Ossola", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Verbania" - } - }, - { - "arcs": [[-225, -189, -217, -227, -222, 232, -230]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VC", - "NAME_0": "Italy", - "ID_1": 13, - "NAME_1": "Piemonte", - "ID_2": 71, - "NAME_2": "Vercelli", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Verceil" - } - }, - { - "arcs": [[233, 234, 235, 236, 237]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CA", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 72, - "NAME_2": "Cagliari", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[238]], [[239]], [[-236, 240, 241]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CI", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 73, - "NAME_2": "Carbonia-Iglesias", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-237, -242, 242, 243, 244]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VS", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 74, - "NAME_2": "Medio Campidano", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[245, -238, -245, 246, 247, 248, 249]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-NU", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 75, - "NAME_2": "Nuoro", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-234, -246, 250]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-OG", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 76, - "NAME_2": "Ogliastra", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-249, 251, 252]], [[253]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-OT", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 77, - "NAME_2": "Olbia-Tempio", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-247, -244, 254, 255]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-OR", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 78, - "NAME_2": "Oristano", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-252, -248, -256, 256]], [[257]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SS", - "NAME_0": "Italy", - "ID_1": 14, - "NAME_1": "Sardegna", - "ID_2": 79, - "NAME_2": "Sassari", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[258, 259, 260, 261]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AG", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 80, - "NAME_2": "Agrigento", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Agrigente|Girgenti" - } - }, - { - "arcs": [[[262]], [[263, 264, 265, 266, -259, 267]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CL", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 81, - "NAME_2": "Caltanissetta", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[268, 269, 270, -265, 271, 272]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-CT", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 82, - "NAME_2": "Catania", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Catane" - } - }, - { - "arcs": [[-272, -264, 273, 274]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-EN", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 83, - "NAME_2": "Enna", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-273, -275, 275, 276]], [[277]], [[278]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-ME", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 84, - "NAME_2": "Messina", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Messine" - } - }, - { - "arcs": [[-276, -274, -268, -262, 279, 280], [-263]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PA", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 85, - "NAME_2": "Palermo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Palerme" - } - }, - { - "arcs": [[281, -266, -271, 282]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RG", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 86, - "NAME_2": "Ragusa", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Raguse" - } - }, - { - "arcs": [[283, -283, -270]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SR", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 87, - "NAME_2": "Syracuse", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Siracusa|Syrakus" - } - }, - { - "arcs": [[[284]], [[285]], [[-280, -261, 286]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TP", - "NAME_0": "Italy", - "ID_1": 15, - "NAME_1": "Sicily", - "ID_2": 88, - "NAME_2": "Trapani", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-210, 287, 288, 289, -88]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AR", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 89, - "NAME_2": "Arezzo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-108, -89, -290, 290, 291, 292, 293, 294, -76]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-FI", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 90, - "NAME_2": "Florence", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Firenze|Florenca|Florencia|Florenz" - } - }, - { - "arcs": [[-143, 295, 296, 297, 298]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-GR", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 91, - "NAME_2": "Grosseto", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[299]], [[-297, 300, 301]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LI", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 92, - "NAME_2": "Livorno", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Leghorn|Liorna|Livourne" - } - }, - { - "arcs": [[-92, 302, -293, 303, 304, 305, -109]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-LU", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 93, - "NAME_2": "Lucca", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Lucques" - } - }, - { - "arcs": [[-110, -306, 306, -152, -97]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-MS", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 94, - "NAME_2": "Massa Carrara", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Apuania|Massa-Carrare|Massa e Carrara" - } - }, - { - "arcs": [[-292, 307, -298, -302, 308, -304]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PI", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 95, - "NAME_2": "Pisa", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Pise" - } - }, - { - "arcs": [[-78, 309, -294, -303, -91]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PT", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 96, - "NAME_2": "Pistoia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-295, -310, -77]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PO", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 97, - "NAME_2": "Prato", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[310, 311, -144, -299, -308, -291, -289]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-SI", - "NAME_0": "Italy", - "ID_1": 16, - "NAME_1": "Toscana", - "ID_2": 98, - "NAME_2": "Siena", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Sienne" - } - }, - { - "arcs": [[312, 313, -191, 314]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BZ", - "NAME_0": "Italy", - "ID_1": 17, - "NAME_1": "Trentino-Alto Adige", - "ID_2": 99, - "NAME_2": "Bolzano", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Bozen|Südtirol|Alto Adige" - } - }, - { - "arcs": [[315, 316, 317, -164, -192, -314]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TN", - "NAME_0": "Italy", - "ID_1": 17, - "NAME_1": "Trentino-Alto Adige", - "ID_2": 100, - "NAME_2": "Trento", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Trente|Trient" - } - }, - { - "arcs": [[-198, -208, -202, -137, 318, -311, -288, -209]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PG", - "NAME_0": "Italy", - "ID_1": 18, - "NAME_1": "Umbria", - "ID_2": 101, - "NAME_2": "Perugia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Pérouse|Perúgia" - } - }, - { - "arcs": [[-136, -141, -312, -319]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TR", - "NAME_0": "Italy", - "ID_1": 18, - "NAME_1": "Umbria", - "ID_2": 102, - "NAME_2": "Terni", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-231, -233, -221, -229, 319]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-AO", - "NAME_0": "Italy", - "ID_1": 19, - "NAME_1": "Valle d'Aosta", - "ID_2": 103, - "NAME_2": "Aosta", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Aoste|Val d'Aosta, Valle d'Aosta" - } - }, - { - "arcs": [[-127, -122, 320, 321, -316, -313, 322]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-BL", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 104, - "NAME_2": "Belluno", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[323, 324, 325, 326, 327, 328, 329]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-PD", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 105, - "NAME_2": "Padua", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Padoue|Padova" - } - }, - { - "arcs": [[-84, -181, 330, -327, 331, 332]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-RO", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 106, - "NAME_2": "Rovigo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-121, 333, -330, 334, -321]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-TV", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 107, - "NAME_2": "Treviso", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Trévise" - } - }, - { - "arcs": [[[335]], [[-332, -326, 336]], [[-126, 337, -324, -334, -120]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VE", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 108, - "NAME_2": "Venezia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Venecia|Venedig|Veneza|Venezia|Venise|" - } - }, - { - "arcs": [[338, -328, -331, -182, -165, -318]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VR", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 109, - "NAME_2": "Verona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Vérone" - } - }, - { - "arcs": [[-322, -335, -329, -339, -317]], - "type": "Polygon", - "properties": { - "ID_0": 112, - "ISO": "IT-VI", - "NAME_0": "Italy", - "ID_1": 20, - "NAME_1": "Veneto", - "ID_2": 110, - "NAME_2": "Vicenza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Vicence" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/japan-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/japan-topo.json deleted file mode 100644 index 5057ec45013e5..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/japan-topo.json +++ /dev/null @@ -1,7724 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [28965, 25896], - [-20, -106], - [52, -51], - [0, -49], - [77, 26], - [49, -1], - [43, 43], - [115, 7], - [10, -21], - [74, -4], - [22, -38], - [84, 26] - ], - [ - [29471, 25728], - [4, -41], - [-35, -54], - [45, -25], - [-17, -54], - [-34, -24], - [8, -45], - [-47, -23], - [-27, -61], - [-54, -43], - [-66, -88], - [-3, -102], - [-55, -60], - [-38, -12], - [-35, -114], - [-84, -51], - [-19, -43], - [-43, 5], - [-116, -41], - [-34, -63], - [8, -48], - [-32, -26], - [-4, -50], - [30, -135], - [-10, -38] - ], - [ - [28813, 24492], - [-164, -31], - [-139, -35], - [-264, -83], - [-120, -47], - [-111, 0], - [-93, -26], - [-42, 0], - [94, 185], - [109, -55], - [51, 22], - [121, 77], - [116, 44], - [-5, 46], - [42, 32], - [72, 5], - [4, 88], - [15, 23], - [-38, 54], - [-44, 18], - [-53, -18], - [-74, 33], - [-27, -36], - [-38, 4], - [-31, -48], - [-49, -6], - [-72, 21], - [-55, -35], - [-40, 23], - [-77, -17], - [-86, 101], - [-53, 24], - [-44, 57], - [-39, -203], - [68, -69], - [30, -13], - [18, -64], - [-61, -13], - [-110, 48], - [-53, 39], - [-40, 63], - [28, 62], - [23, 105], - [-19, 56], - [-65, 76], - [-9, 162], - [50, 77], - [44, 96], - [51, 60], - [-32, 53], - [-74, -137], - [-77, -3], - [-13, -32], - [-114, 34] - ], - [ - [27324, 25309], - [-11, 16], - [-53, 192], - [-48, 21], - [-18, 38] - ], - [ - [27194, 25576], - [16, 81], - [6, 130], - [66, 104], - [26, 23], - [77, 158], - [55, 10], - [74, -25], - [84, 36], - [83, 12], - [82, 42], - [12, 44], - [41, -13], - [53, -66], - [77, -36], - [-2, -62], - [33, -5], - [7, -61], - [27, -31], - [82, -1], - [108, -60], - [42, -39], - [106, 39], - [49, 47], - [63, 2], - [56, -39], - [12, -30], - [59, 4], - [24, -38], - [99, -48], - [125, 88], - [48, 47], - [81, 7] - ], - [ - [33773, 36978], - [129, -83], - [21, -36], - [-4, -134], - [-39, -91], - [-64, -39], - [-122, 30], - [-58, 42], - [41, 96], - [-23, 51], - [41, 33], - [23, 51], - [30, 14], - [25, 66] - ], - [ - [35686, 37328], - [-40, -52], - [-43, -6], - [-52, -82], - [-47, -31], - [39, -43], - [-22, -41], - [8, -99], - [-53, -41], - [13, -70], - [-13, -89], - [-2, -113], - [24, -91], - [38, -79], - [-59, -42], - [-49, 43], - [-82, -40], - [7, -96], - [113, -59], - [-5, -27], - [-78, -106], - [-39, -13], - [24, -65], - [42, -40], - [13, -98], - [-29, -41], - [-8, -50], - [-41, -14], - [-61, -78], - [-49, -32], - [27, -43], - [-54, -101], - [-2, -42], - [-66, -56], - [5, -73], - [-46, -11], - [-5, -59], - [39, -9], - [26, -84], - [34, -29], - [-15, -84], - [53, -68], - [60, -31], - [61, -60], - [-34, -28], - [-8, -48], - [65, -19], - [-88, -124], - [27, -20], - [-28, -89], - [97, -34], - [15, -36], - [-29, -63], - [-51, -63], - [-9, -37], - [18, -68] - ], - [ - [35327, 34354], - [-92, -31], - [-24, -40], - [-60, -24], - [-61, -64], - [-93, -6], - [-84, -27], - [-27, 17] - ], - [ - [34886, 34179], - [-24, 40], - [-66, -10], - [-45, 48], - [-42, 11], - [-23, 58], - [-7, 70], - [-29, 36], - [-106, 7], - [-31, 45], - [-67, 47], - [-28, -36], - [-116, 30], - [-44, -11], - [-65, 20], - [1, 52], - [-104, -15], - [-101, 73], - [-50, 8], - [-23, 61], - [2, 46], - [-98, -22], - [-59, -36], - [-231, 31] - ], - [ - [33530, 34732], - [26, 31], - [43, 105], - [-23, 81], - [42, 83], - [3, 62], - [25, 29], - [76, 13], - [37, 62], - [62, 156], - [54, 239], - [25, 171], - [15, 209], - [-11, 157], - [-41, 90], - [7, 49], - [-34, 86], - [-40, 61], - [-109, 93], - [46, 70], - [84, -23], - [40, -65], - [25, 1], - [14, 86], - [-20, 37], - [39, 53], - [15, 66], - [4, 120], - [-34, 67], - [-136, 62], - [-57, -88], - [-19, -49], - [-42, -31], - [28, -39], - [-22, -42], - [-15, -80], - [48, -28], - [22, -80], - [-27, -34], - [-76, 25], - [-84, -12], - [-24, -23], - [15, -49], - [-80, -19], - [-57, 22], - [-70, -25], - [-38, 53], - [-3, 58], - [-37, 14], - [-29, 71], - [-15, 87], - [59, 5], - [83, -15], - [65, -42], - [103, 39], - [112, 109], - [79, 126], - [76, 190], - [21, 127], - [16, 10], - [36, 173], - [5, 142], - [-23, 42], - [-62, 30], - [-5, 25], - [-65, 38], - [-20, 35] - ], - [ - [33662, 37748], - [126, 8], - [39, -30], - [26, 78], - [57, 28], - [75, -25], - [22, -44], - [127, 2], - [103, -15], - [49, 21], - [87, 13], - [86, -16], - [50, 89], - [61, 16], - [71, -6], - [27, -75], - [80, 0], - [50, -46], - [44, 3], - [50, -27], - [73, 39], - [61, -29], - [44, -46], - [87, 36], - [13, 20], - [76, 4], - [73, 55], - [71, -9], - [11, 78], - [75, 55], - [46, -24], - [-1, -179], - [108, 5], - [107, 16], - [28, -165], - [-42, -24], - [-56, -133], - [20, -93] - ], - [ - [32509, 40272], - [44, -1], - [-6, -49], - [-68, -14], - [-9, 45], - [39, 19] - ], - [ - [37125, 37794], - [-28, -35], - [-141, -54], - [-29, -38], - [0, -51], - [-90, -61], - [-125, 69], - [-68, -8], - [-113, -72], - [-60, -26], - [-33, 70], - [-35, 26], - [-62, -57], - [-42, 5], - [-132, -97], - [-42, 4], - [-72, -22], - [-75, -45], - [15, -44], - [-65, -22], - [-39, -43], - [-102, -35], - [-55, 9], - [-46, 61] - ], - [ - [33662, 37748], - [26, 162], - [-19, 125], - [-44, 76], - [-101, -1], - [-14, 67], - [128, 70], - [80, 89], - [75, 131], - [127, 62], - [83, -55], - [80, 12], - [92, 70], - [94, 15], - [42, 54], - [59, 138], - [43, 182], - [13, 180], - [40, -52], - [34, -12], - [30, 71], - [-100, 64], - [-8, 80], - [-72, 72], - [75, 58], - [29, 97], - [-7, 109], - [23, 56], - [93, -53], - [81, -97], - [58, -29], - [91, 28], - [39, 58], - [42, 17], - [117, -39], - [72, -85], - [-24, -172], - [42, -230], - [70, -285], - [32, -55], - [61, -50], - [109, 0], - [116, 87], - [51, 86], - [-4, 78], - [-18, 32], - [35, 123], - [34, 0], - [54, -37], - [51, 0], - [77, -90], - [-18, -49], - [61, 1], - [60, -37], - [45, -4], - [36, -61], - [42, -33], - [91, 18], - [73, 79], - [63, 119], - [41, 146], - [17, 185], - [48, 59], - [13, 55], - [-28, 89], - [-66, 107], - [-84, 77], - [-57, 1], - [-95, -150], - [-78, -31], - [-41, -40], - [-75, 31], - [-71, 6], - [-61, -55], - [-142, -18], - [-85, -40], - [-36, -43], - [-64, 1], - [-27, 23], - [-10, 125], - [42, 80], - [-12, 52], - [33, 61], - [41, 137], - [34, 155], - [65, 71], - [74, 117], - [12, 40], - [-23, 42], - [53, 27], - [55, -30], - [56, -61], - [81, -29], - [82, 0], - [76, -41], - [80, -70], - [98, -108], - [92, -55], - [67, -22], - [77, -7], - [63, 17], - [105, 48], - [112, 101], - [19, -78], - [-45, -100], - [-68, -256], - [-27, -138], - [9, -100], - [-4, -103], - [-17, -185], - [4, -161], - [19, -206], - [32, -207], - [69, -273], - [74, -180], - [136, -70], - [25, 30], - [105, -86], - [37, -60], - [93, -74] - ], - [ - [35513, 26898], - [-15, -41], - [-97, 26], - [-124, -45], - [-106, 19], - [-98, -37], - [-59, -38], - [-142, -110], - [-94, -89], - [-90, -115], - [-63, -104], - [-55, -160], - [-8, -108], - [10, -89], - [37, -66], - [-26, -60], - [8, -94], - [-23, -79], - [-38, -54], - [-36, 11], - [-40, -38], - [-20, -51], - [-55, 13], - [-16, -34], - [-84, -5], - [-21, -39], - [-59, -9], - [-75, 24], - [-86, -10], - [-34, -27], - [-4, -40], - [-69, -79], - [-34, 8], - [-115, -73], - [-35, -41], - [-39, -102], - [5, -57], - [-41, -56], - [-80, -30], - [-114, -4], - [-38, 19], - [2, 52], - [-88, 54], - [-43, 4], - [-9, 46], - [62, -12], - [67, 13], - [19, 29], - [58, 13], - [-12, 62], - [-58, 33], - [17, 32], - [-25, 32], - [46, 48], - [-35, 61], - [27, 39], - [-38, 55], - [-6, 52], - [16, 50], - [92, 57], - [-5, 54], - [-41, 58], - [-5, 48], - [-52, 56], - [8, 65], - [57, 30], - [100, 25], - [7, 48], - [-18, 77], - [47, 40], - [56, 5], - [35, 61], - [46, 0], - [36, 25], - [105, 147], - [64, 27], - [-21, 98], - [-136, 138], - [-53, -5], - [-5, 51], - [-64, -12], - [-45, 66] - ], - [ - [33648, 26856], - [-25, 55], - [-43, 50], - [-5, 80], - [-35, 30] - ], - [ - [33540, 27071], - [35, 25], - [0, 74], - [23, 53], - [-51, 114], - [-57, 65], - [-61, 127], - [-5, 99], - [-45, 46], - [-27, 87] - ], - [ - [33352, 27761], - [42, -2], - [34, -80], - [109, -104], - [37, -70], - [90, -40], - [3, -53], - [122, -81], - [34, 3], - [104, -58], - [109, -27], - [59, -69], - [123, 41], - [65, -12], - [60, 38], - [80, -22], - [87, 78], - [80, 26], - [42, -6], - [80, 30], - [108, -50], - [92, 4], - [114, -92], - [124, -26], - [43, -28], - [69, -117], - [107, -73], - [144, -73] - ], - [ - [19228, 22959], - [-16, -14], - [2, -94], - [-19, -20], - [-83, -5], - [-9, 40], - [125, 93] - ], - [ - [21106, 23032], - [33, -26], - [95, -13], - [61, -33] - ], - [ - [21295, 22960], - [-29, -66], - [27, -48], - [0, -101], - [-22, -60], - [-35, -28] - ], - [ - [21236, 22657], - [-59, -16], - [-47, 16], - [-48, -33], - [-51, 33], - [-38, -21], - [-23, -41], - [-57, -59], - [-52, 17], - [-66, -6], - [-40, 14], - [-50, -32], - [-80, 13], - [-52, -40], - [-76, 35], - [-40, -14], - [-22, -71], - [-70, -29], - [-54, 32], - [-26, -68], - [-37, -26], - [-2, -51], - [-76, -88], - [-28, -81], - [-61, -10], - [-15, -40], - [19, -62], - [-47, -32], - [-19, -46], - [29, -28], - [4, -50], - [-36, -27], - [-58, -87], - [-1, -26], - [-120, -33], - [-164, 10], - [-55, 15], - [-73, -40], - [35, -31], - [16, -92], - [35, -19], - [23, -71], - [45, -14], - [35, -57], - [-12, -57], - [-81, -44], - [-121, -42], - [-31, -50], - [-18, -113], - [-44, -2], - [-43, -80], - [-59, -70], - [-68, 40], - [-77, 62], - [-14, -28], - [27, -86], - [68, -55], - [12, -52], - [-23, -68], - [41, -58], - [15, -148], - [-6, -48], - [-41, -11], - [-6, -37] - ], - [ - [19253, 20454], - [-38, 10], - [-69, -28], - [-31, 20], - [-3, 41], - [-154, 20], - [27, -68], - [-18, -38], - [-81, 0], - [-11, 72], - [48, 20], - [-28, 43], - [6, 41], - [53, -8], - [-19, 74], - [-70, 94], - [24, 66], - [-28, 27], - [54, 70], - [12, 39], - [-85, 10], - [-42, 39], - [15, 63], - [95, -48], - [47, 112], - [56, 6], - [12, 38], - [-67, 60], - [-49, 25], - [-13, 42], - [53, 42], - [-82, 28], - [-88, -34], - [-106, 49], - [15, 30], - [63, 36], - [-36, 28], - [-22, 53], - [31, 17], - [-22, 52], - [61, 58], - [-1, 35], - [-72, 9], - [-55, 22], - [-88, 2], - [-48, -60], - [-53, -14], - [-34, -36], - [-110, -32], - [-72, -82], - [-75, -32], - [16, 66], - [-64, 15], - [78, 54], - [116, 65], - [84, -11], - [32, 47], - [50, 8], - [175, 98], - [62, 46], - [75, 39], - [21, 50], - [97, 113], - [234, 101], - [116, 95], - [38, 95], - [44, 39], - [-20, 64], - [-1, 70], - [23, 72], - [-5, 61], - [25, 67], - [43, -8], - [43, 19], - [26, 81], - [2, 66], - [25, 72], - [32, 7], - [119, 106], - [121, 23], - [25, 66], - [-16, 51], - [60, 18], - [57, -48], - [48, -76], - [31, -15], - [90, -203], - [68, -78], - [49, -2], - [2, -47], - [118, 55], - [93, 18], - [33, 25], - [10, 41], - [60, -4], - [118, 29], - [21, -28], - [71, 26], - [74, -7], - [121, -42], - [57, 9], - [48, 29], - [-4, 41], - [110, 87] - ], - [ - [19996, 23388], - [59, -9], - [67, -78], - [-78, -58], - [-36, -46], - [-46, -10], - [-1, 66], - [42, 51], - [-40, 45], - [33, 39] - ], - [ - [20142, 23478], - [30, -91], - [-85, -6], - [-48, 80], - [73, 26], - [30, -9] - ], - [ - [20227, 23581], - [25, -54], - [-67, -32], - [1, 54], - [41, 32] - ], - [ - [20379, 23607], - [15, -23], - [-58, -56], - [-20, 28], - [63, 51] - ], - [ - [19958, 23621], - [21, -7], - [52, -92], - [-9, -92], - [-94, -10], - [-85, -43], - [-25, 44], - [16, 31], - [69, 2], - [9, 57], - [-27, 86], - [73, 24] - ], - [ - [26348, 28224], - [58, -73], - [63, -20], - [48, -58], - [25, -118], - [42, -35], - [91, 11], - [65, -72], - [48, -4], - [35, 39], - [103, -16], - [38, 17], - [77, -55], - [45, -48], - [64, -36], - [24, -59], - [78, 11], - [112, 35] - ], - [ - [27364, 27743], - [22, -47], - [-50, -35], - [-25, -132], - [50, -35], - [-5, -50], - [79, -27], - [-12, -46], - [76, -72], - [19, -94], - [-63, -44], - [-6, -52], - [-35, -35], - [-36, 27], - [-75, -12], - [-34, -32], - [-168, -8], - [-51, 17], - [-49, -41], - [-82, 20], - [-64, -47], - [-23, 23], - [-107, -2], - [-98, 45], - [-109, -50], - [-1, -93], - [-33, -66], - [-67, -91] - ], - [ - [26417, 26764], - [-151, 59], - [-30, 31], - [-46, -14], - [-53, -63], - [32, -29], - [19, -72], - [33, -67], - [-14, -71], - [-111, 30], - [-12, -63], - [-73, -58], - [-80, 7], - [-46, -83], - [-46, -10], - [-77, 74], - [-46, -83], - [-21, -127], - [-38, -55], - [-57, -27], - [-35, 39], - [-66, 0], - [-6, -48], - [-37, -10], - [-45, -71] - ], - [ - [25411, 26053], - [-100, -2], - [-37, -22], - [-152, 56], - [-174, 18], - [-13, 84], - [-41, 20], - [-91, 96], - [30, 96], - [-53, 40], - [42, 86] - ], - [ - [24822, 26525], - [3, -44], - [54, -30], - [27, -70], - [36, -13], - [84, 9], - [110, 102], - [20, -65], - [-31, -44], - [55, -22], - [91, 30], - [70, -1], - [31, 87], - [-68, -24], - [0, 46], - [-52, 21], - [47, 46], - [70, -6], - [17, -56], - [34, 16], - [42, -53], - [42, 24], - [14, 36], - [61, 62], - [8, 72], - [72, 11], - [33, -14], - [106, 28], - [39, 50], - [-45, 30], - [28, 68], - [-15, 60], - [47, 85], - [51, 35], - [50, -135], - [-38, -56], - [60, -57], - [35, 11], - [12, 94], - [38, 52], - [3, 121], - [-69, 120], - [-140, 136], - [7, 105], - [-71, 86], - [-8, 28], - [30, 52], - [39, 24], - [36, 61], - [54, 143], - [31, 51], - [80, 62], - [-3, 23], - [85, 131], - [-25, 67], - [85, 1], - [89, 51], - [65, 52] - ], - [ - [14865, 22740], - [-34, -64], - [-40, 13], - [-6, 40], - [80, 11] - ], - [ - [16326, 22029], - [-18, -52], - [27, -49], - [-3, -52], - [-33, -29], - [13, -45], - [-53, -13], - [-139, 2], - [-98, 27], - [-93, -23], - [-99, -65], - [-6, -29], - [-57, -41], - [-17, -49], - [-13, -114], - [-50, -12], - [-17, -84], - [29, -93], - [-14, -63], - [-52, -26], - [-12, -38], - [36, -18], - [-3, -60], - [79, -47], - [-15, -88], - [-28, -73], - [-35, -25] - ], - [ - [15655, 20870], - [-28, 0], - [-144, 62], - [-48, 49], - [-129, -14], - [-22, -92], - [-85, 0], - [-65, 17], - [-33, -52], - [-74, -62], - [-56, -33], - [31, -82], - [-13, -23], - [-79, -9], - [-136, 16] - ], - [ - [14774, 20647], - [43, 54], - [5, 53], - [-23, 75], - [-32, 49], - [-50, 31], - [2, 42], - [-37, 20] - ], - [ - [14682, 20971], - [17, 121], - [59, 102], - [90, 58], - [96, 82], - [51, 84], - [51, -3], - [9, 52], - [2, 126], - [-8, 43], - [-42, 20], - [-93, -34], - [-81, -83], - [-63, 70], - [-77, 17], - [-54, 42], - [-64, 23], - [-53, 40], - [-47, -21], - [-86, 24], - [-70, -31], - [-126, 19], - [-16, -14], - [-123, 2] - ], - [ - [14054, 21710], - [26, 63], - [98, 37], - [32, -8], - [26, 48], - [49, 21], - [-37, 67], - [-30, 17], - [-37, -24], - [-25, 46], - [40, 30], - [44, -14], - [61, 49], - [-11, 38], - [58, 11], - [43, 34], - [36, -25], - [51, -92], - [57, -38], - [41, 3], - [22, 36], - [88, -4], - [78, 32], - [25, 54], - [-6, 43], - [59, 25], - [-54, 48], - [-25, -31], - [-51, -10], - [-27, -51], - [-44, 39], - [111, 47], - [138, 132], - [23, 76], - [-41, 32], - [-7, 54], - [42, 10], - [28, 84], - [72, 26], - [23, 50], - [49, 20], - [72, -31], - [98, 21], - [46, 31], - [-3, 31], - [50, 49], - [50, 10], - [48, -29], - [82, 19], - [57, -8], - [35, -25], - [56, 21], - [97, -85], - [50, 26], - [68, 129], - [114, 7], - [3, -48], - [-36, -46], - [-10, -73], - [-24, -49], - [17, -40], - [-36, -40], - [-38, -11], - [22, -46], - [57, -22], - [41, -74], - [17, -122], - [50, -60], - [36, -78], - [59, -81], - [80, 15], - [89, -47] - ], - [ - [35633, 31904], - [38, -119], - [42, -67], - [-10, -56], - [42, -25], - [46, -80], - [2, -139], - [25, -89], - [2, -168], - [26, -152], - [-9, -162], - [4, -166], - [-20, -56], - [0, -77], - [-23, -90], - [11, -71], - [-37, -98], - [-8, -162], - [-38, -108], - [-12, -116], - [14, -51], - [-62, -106], - [-45, -44], - [-32, 22], - [-42, -14], - [-91, -67], - [-31, 6], - [-51, -42], - [-16, -85] - ], - [ - [35358, 29522], - [-97, 33], - [-58, 0], - [-31, 29], - [-82, 30], - [-77, 6], - [-43, 52], - [-49, 1], - [47, -123], - [-113, -46], - [-121, -132], - [-25, 0], - [-43, 54], - [-53, 29], - [-61, 10], - [-34, 109], - [-82, 24], - [-40, 71], - [-36, 25], - [-56, 3] - ], - [ - [34304, 29697], - [-21, 49], - [-11, 92], - [15, 64], - [-64, -13], - [-35, 25], - [-9, 71], - [-78, 52], - [-24, 39], - [-79, 45], - [-85, 10], - [-36, 28], - [-110, 15], - [-71, 24], - [-166, -16], - [-73, -41], - [-26, -36], - [7, -49], - [-75, -7], - [-56, -37], - [-70, -10], - [-80, -27], - [-26, -40], - [-80, -18], - [-23, -41], - [-63, -8], - [-19, -23], - [-148, -76], - [-62, 7], - [-70, -96], - [-95, -41] - ], - [ - [32571, 29639], - [-90, 34], - [-85, 20], - [-109, -6], - [0, 35] - ], - [ - [32287, 29722], - [24, 39], - [4, 72], - [-15, 54], - [18, 97], - [-39, 106], - [36, 120], - [-47, 87], - [-69, 15], - [-59, 75], - [24, 47], - [62, 64], - [26, 69], - [29, 120], - [-9, 50], - [-39, 10], - [-29, 42], - [39, 75], - [132, 15], - [158, 46], - [85, -10], - [15, 98], - [88, 18], - [55, -13], - [66, 7], - [82, -22], - [55, 45], - [-44, 53], - [9, 76], - [-32, 54], - [-15, 64], - [8, 45], - [40, 14], - [113, 83], - [-13, 22], - [72, 95], - [0, 26], - [159, 159] - ], - [ - [33276, 31739], - [99, 9], - [43, -55], - [95, 54], - [61, -36], - [63, 7], - [33, 32], - [49, -50], - [-4, -23], - [53, -82], - [107, 22], - [49, -6], - [72, -66], - [43, -11], - [74, 52], - [131, -24], - [100, 90], - [34, 59], - [-55, 38], - [6, 87], - [-10, 99], - [28, 61], - [-14, 76], - [16, 21] - ], - [ - [34349, 32093], - [76, -43], - [64, -18], - [70, 12], - [22, 42], - [72, -46], - [64, -20], - [8, -62], - [29, -38], - [106, 8], - [63, 35], - [35, -25], - [62, 6], - [15, -30], - [67, 4], - [44, -24], - [17, -85], - [-23, -40], - [14, -50], - [78, -65], - [100, -11], - [18, 50], - [130, -19], - [11, 222], - [72, 25], - [70, -17] - ], - [ - [29015, 28436], - [13, -48], - [40, -5], - [73, -107], - [-9, -74], - [-36, -26], - [-105, -146], - [39, -52], - [-5, -49], - [-75, -68], - [-1, -77], - [121, -103], - [-28, -36], - [-14, -81], - [-100, -72], - [-38, -87], - [-43, -10], - [-53, -101], - [-43, -6], - [-33, 31], - [-115, -33], - [-35, -101], - [-60, -24], - [-10, -52], - [28, -36], - [105, -1], - [5, -49], - [124, -35], - [57, -103], - [23, -68], - [42, -24], - [43, -66], - [-50, -71], - [39, -71], - [-6, -104], - [51, -57], - [39, 22], - [68, 7], - [37, -47], - [0, -87], - [-62, -44], - [68, -116], - [-73, -51], - [12, -99], - [-84, -62], - [1, -51] - ], - [ - [27194, 25576], - [-91, -2], - [-84, 113], - [-39, 23], - [-46, 99], - [-52, -23], - [-101, -15], - [-32, -33], - [-56, -2] - ], - [ - [26693, 25736], - [-72, 66], - [32, 21], - [2, 89], - [33, 49], - [17, 88], - [-14, 41], - [56, 43], - [-33, 29], - [-21, 51], - [16, 46], - [-6, 50], - [-40, 21], - [-24, 41], - [28, 59], - [-41, 44], - [-49, 2], - [-79, 27], - [12, 60], - [-20, 106], - [-46, -6], - [-27, 101] - ], - [ - [27364, 27743], - [51, 103], - [-23, 70], - [61, 22], - [4, 26], - [91, 133], - [-4, 37], - [-77, 40], - [-25, 55] - ], - [ - [27442, 28229], - [59, 8], - [36, 76], - [70, 77], - [25, -56], - [35, 35], - [93, -49], - [34, -73], - [-26, -69], - [34, -7], - [65, 36], - [39, 62], - [49, 44], - [12, 82], - [129, 110], - [41, 60], - [94, 22], - [25, -41], - [147, 65], - [76, -21], - [-13, -67], - [85, 17], - [26, 37], - [46, 18], - [29, -73], - [112, -33], - [28, 29], - [44, 2], - [85, -77], - [94, -7] - ], - [ - [32571, 29639], - [-59, -145], - [103, -41], - [-55, -91], - [-47, -41], - [28, -110], - [-59, -84], - [-19, -129], - [46, -39], - [102, -30], - [123, 6], - [35, -64], - [-50, -58], - [-73, -117], - [34, -72], - [-50, -39], - [-93, -148], - [4, -49], - [54, -50], - [52, -25], - [-4, -54], - [112, -92], - [101, 27], - [71, -41], - [84, 3], - [29, 15], - [77, -100], - [2, -24] - ], - [ - [33119, 28047], - [-31, -56], - [-49, -16], - [-72, 45], - [-95, -37], - [-140, -9], - [-182, 127], - [-86, -19], - [-98, 27], - [-60, -14], - [-171, 81], - [-70, 5], - [-38, -41], - [-100, -197], - [-30, -108], - [-37, 11], - [-53, -18], - [-63, 0], - [-14, -40], - [-53, -47], - [-59, 6], - [-107, -54], - [-58, -73], - [-44, -11], - [-81, 8], - [-16, -45], - [-59, -50] - ], - [ - [31253, 27522], - [-59, 2], - [-13, 39], - [-61, 18], - [-25, 45], - [11, 67], - [-25, 56], - [34, 33], - [-29, 64], - [-65, 7], - [-44, 72], - [63, -15], - [44, 45], - [-55, 166], - [-7, 59], - [85, 35], - [19, 28], - [-6, 93], - [12, 47], - [-28, 109], - [-84, 23], - [-71, -9], - [-65, -40], - [-67, 26], - [-21, -29], - [-43, 7], - [-33, 35], - [-93, 35], - [-6, 122], - [29, 124], - [31, 33], - [-15, 40], - [14, 53], - [48, 36], - [12, 46], - [133, 45], - [-14, 59], - [15, 43], - [38, 19], - [141, 15], - [11, 22], - [101, 25], - [44, 31] - ], - [ - [31209, 29253], - [25, -16], - [60, 57], - [97, -39], - [26, 35], - [42, 8], - [18, 67], - [-17, 47], - [65, -3], - [54, 32], - [96, 27], - [-26, 41], - [30, 89], - [94, 14], - [-29, 107], - [2, 74], - [62, 2], - [102, 25], - [83, 68], - [0, 51], - [33, 32], - [93, -111], - [41, -28], - [10, -71], - [53, -20], - [40, 13], - [24, -32] - ], - [ - [18713, 23341], - [43, -19], - [-21, -48], - [-35, 29], - [13, 38] - ], - [ - [19625, 23376], - [39, -32], - [-99, -59], - [-34, 8], - [10, 54], - [84, 29] - ], - [ - [19278, 23403], - [20, -34], - [-22, -35], - [-58, 3], - [24, 51], - [36, 15] - ], - [ - [19351, 23408], - [96, -31], - [12, -30], - [-97, -12], - [-51, 25], - [40, 48] - ], - [ - [19787, 23593], - [21, -16], - [-49, -103], - [7, -41], - [-92, -21], - [-47, 14], - [-24, 68], - [78, 16], - [106, 83] - ], - [ - [18913, 23589], - [17, -41], - [-16, -141], - [-36, -44], - [36, -80], - [-61, -38], - [-28, 8], - [-4, 75], - [-43, 27], - [-75, 107], - [8, 76], - [73, -14], - [37, -73], - [56, 45], - [-53, 55], - [-8, 51], - [97, -13] - ], - [ - [18604, 23640], - [28, -52], - [-90, -89], - [-54, -26], - [-26, 46], - [54, 80], - [88, 41] - ], - [ - [20188, 23665], - [26, -65], - [-59, -29], - [-47, -44], - [-51, 39], - [32, 79], - [99, 20] - ], - [ - [20229, 23761], - [44, -5], - [67, -97], - [-37, -91], - [-70, 56], - [-46, 83], - [42, 54] - ], - [ - [20154, 23765], - [20, -52], - [-30, -46], - [-33, 18], - [17, 72], - [26, 8] - ], - [ - [20555, 23788], - [5, -37], - [-107, -47], - [-7, 36], - [74, 45], - [35, 3] - ], - [ - [20358, 23875], - [34, -33], - [-36, -31], - [-5, -37], - [-52, -14], - [-32, 22], - [-3, 60], - [94, 33] - ], - [ - [20208, 25410], - [54, -20], - [158, 25], - [42, -48] - ], - [ - [20462, 25367], - [67, -91], - [34, -27], - [-1, -36], - [-45, -80], - [9, -61], - [-10, -92], - [96, -139], - [65, -54], - [-30, -108], - [22, -142], - [56, -64], - [-38, -111], - [44, -73], - [33, -8], - [54, -101], - [-8, -85], - [11, -61] - ], - [ - [20821, 24034], - [-28, -94], - [-89, -22], - [-19, -19], - [-2, -82], - [-32, -29], - [-62, 25], - [-92, 7], - [-36, 54], - [-5, 61], - [-163, -76], - [-117, -41], - [-75, 1], - [-22, -87], - [-124, -38], - [-45, 19], - [-102, -4], - [-27, -22], - [-68, 0], - [-64, -65], - [-50, 35], - [-63, -6], - [-41, -80], - [-52, 14], - [-8, -98], - [-41, 9], - [-74, -19], - [-30, -56], - [-76, -20], - [-91, 62], - [-41, -58], - [-49, -19], - [11, -34], - [-50, -76], - [43, -7], - [-23, -66], - [60, 1], - [-18, -61], - [-29, -3], - [-87, 36], - [-10, -28], - [-83, -17], - [-18, 57], - [118, 72], - [-28, 31], - [25, 80], - [76, 49], - [28, 65], - [-37, 12], - [-50, 55], - [8, 34], - [-47, 74], - [18, 50], - [-23, 41], - [-66, -6], - [-3, 35], - [-178, -10], - [-156, -146], - [-17, -35], - [-84, -51], - [-34, -62], - [27, -15] - ], - [ - [18406, 23461], - [-94, -6], - [-68, 18], - [-51, 142], - [8, 61], - [-58, 52], - [-58, 22], - [15, 71], - [-16, 63], - [17, 78], - [-29, 66] - ], - [ - [18072, 24028], - [-49, 61], - [30, 62], - [60, 17], - [63, 65], - [17, 48], - [-15, 51], - [19, 73], - [70, 99], - [-55, 33], - [29, 47], - [107, 71], - [21, -9], - [54, 81], - [21, 62], - [54, -24], - [40, -45], - [22, 42], - [63, -8], - [40, 19], - [74, -38], - [44, 65], - [41, 14], - [25, -40], - [164, -12], - [58, 25], - [90, 77], - [72, 1], - [23, -18], - [42, 42], - [55, 21], - [-16, 51], - [-104, 43], - [16, 53], - [38, 21], - [28, 45], - [120, 25], - [43, 80], - [67, 67], - [43, 79], - [88, 94], - [40, 7], - [29, -33], - [87, -34], - [54, 25], - [25, 34], - [98, -77], - [38, 26], - [105, 15], - [58, -21] - ], - [ - [32916, 41953], - [3, -55], - [-33, -62], - [-55, -61], - [7, -91], - [-48, -123], - [-33, -28], - [-72, -15], - [-37, 17], - [-3, 133], - [-38, 82], - [59, 117], - [51, 1], - [153, 40], - [46, 45] - ], - [ - [36414, 46998], - [19, -28], - [-42, -37], - [-39, 18], - [62, 47] - ], - [ - [36154, 48879], - [66, -51], - [94, -6], - [54, -42], - [43, -70], - [9, -80], - [-107, -93], - [-74, -30], - [-119, 73], - [-72, 77], - [2, 65], - [-18, 54], - [46, 50], - [76, 53] - ], - [ - [35722, 49331], - [47, -47], - [46, 2], - [51, 37], - [22, -47], - [-9, -102], - [7, -82], - [-19, -26], - [14, -52], - [-23, -44], - [-37, -1], - [-45, 69], - [-44, 127], - [19, 107], - [-29, 59] - ], - [ - [37627, 49487], - [46, -28], - [17, -65], - [57, -53], - [40, -14], - [26, -73], - [40, -51], - [231, -138], - [222, -257], - [254, -252], - [194, -179], - [49, -29], - [14, -85], - [86, -74], - [3, -83], - [33, -43], - [61, -38], - [54, -109], - [30, -14], - [134, -177], - [103, -97], - [132, -92], - [21, -32], - [123, -91], - [113, -143], - [140, -87], - [34, -32], - [265, -156], - [38, -40], - [102, -60], - [131, -63], - [33, -79], - [99, -65], - [170, -79], - [-26, -44], - [43, -19], - [59, 29], - [199, -79], - [204, -74], - [-106, 6], - [-41, -23], - [76, -63], - [28, -83], - [58, -4], - [24, -51], - [91, -3], - [66, 26], - [101, -17], - [103, -34], - [26, 27], - [28, 79], - [272, -30], - [124, -48], - [-113, -17], - [-32, -146], - [29, -31], - [75, 6], - [57, 36], - [36, 82], - [-6, 77], - [107, 23], - [18, -60], - [-6, -107], - [38, -37], - [49, -94], - [124, -59], - [65, -71], - [81, 20], - [208, -27], - [145, -13], - [176, 3], - [177, 28], - [85, 49], - [23, 46], - [59, 26], - [80, 62], - [53, 68], - [131, 104], - [0, 24], - [121, 70], - [111, 94], - [130, 67], - [66, 120], - [158, 149], - [17, 48], - [56, -15], - [15, -73], - [34, -53], - [-9, -45], - [-111, -195], - [-82, -66], - [-48, -114], - [11, -48], - [-46, -70], - [-83, -71], - [-100, -129], - [-22, -63], - [-50, -78], - [10, -70], - [-34, -94], - [-39, -28], - [-6, -46], - [23, -94], - [48, -49], - [107, -184], - [79, -29], - [13, -74], - [79, -132], - [52, -200], - [5, -51], - [67, -141], - [-14, -39], - [-100, 10], - [-39, -44], - [29, -27], - [25, -72], - [59, 57], - [51, -2], - [-2, -87], - [56, 2], - [97, -37], - [160, -16], - [32, 26], - [107, -73], - [-50, 90], - [51, 74], - [91, 50], - [34, 45], - [85, 44], - [27, 44], - [140, -19], - [28, 21], - [136, -11], - [15, -42], - [-103, -64], - [-107, -17], - [-65, -42], - [-76, 9], - [-93, -93], - [-34, 14], - [-42, -127], - [-33, -46], - [8, -34], - [-26, -67], - [-97, 49], - [-98, -2], - [-143, -23], - [-67, -25], - [-68, 7], - [-69, -23], - [-53, -43], - [-79, -2], - [-27, 23], - [-49, -14], - [-62, -50], - [7, -94], - [-53, -28], - [-7, -57], - [-112, -36], - [-9, -68], - [-127, -45], - [-65, 23], - [-102, -11], - [-42, 57], - [18, 45], - [70, -30], - [98, 71], - [-63, 39], - [-72, 11], - [-56, 27], - [-10, -55], - [-127, -3], - [-86, -87], - [-36, -95], - [104, -79], - [-72, -22], - [-127, 14], - [-87, 28], - [-158, -10], - [-44, 11], - [-87, -28], - [-71, 10], - [-147, 55], - [-42, 68], - [-75, 19], - [-99, -5], - [-131, -25], - [-140, -49], - [-52, -34], - [-130, -45], - [-212, -128], - [-111, -80], - [-504, -422], - [-125, -135], - [-61, -35], - [-9, -42], - [-177, -228], - [-104, -162], - [-110, -213], - [-31, -151], - [23, -75], - [30, -20], - [-21, -94], - [-4, -103], - [-30, -96], - [9, -48], - [-111, -130], - [-31, -115], - [12, -47], - [-165, 127], - [-3, 30], - [-51, 70], - [-142, 86], - [-127, 52], - [-71, 75], - [-113, 32], - [-63, -2], - [-118, 21], - [-84, 46], - [-17, 27], - [-83, 26], - [-98, 16], - [-95, 76], - [-97, 49], - [-48, 5], - [-86, 46], - [-65, 15], - [-83, 77], - [-57, 4], - [-65, 33], - [-189, 123], - [-13, 23], - [-157, 144], - [-114, 42], - [-114, 9], - [-94, 30], - [-28, 36], - [-65, 37], - [-156, 139], - [-186, 78], - [-187, 41], - [-87, 5], - [-158, -12], - [-133, -30], - [-148, -55], - [-223, -121], - [-111, -75], - [-116, -91], - [-150, -67], - [-124, -106], - [-62, -76], - [-77, -77], - [-20, -49], - [-110, 37], - [-34, 43], - [35, 21], - [75, -32], - [-20, 61], - [-82, 15], - [-52, 31], - [-22, 110], - [-55, 85], - [-71, 27], - [-60, 55], - [-38, 10], - [-39, 103], - [-109, 83], - [-127, 10], - [-155, -38], - [-67, 43], - [-128, -6], - [-91, -76], - [-71, -77], - [-55, -77], - [-70, -120], - [-71, -175], - [-21, -87], - [-4, -77], - [41, -101], - [89, -39], - [86, -7], - [53, -52], - [94, -58], - [106, -102], - [68, -39], - [67, -15], - [151, 47], - [70, -4], - [33, 27], - [107, -56], - [25, -70], - [40, -21], - [53, -96], - [106, -59], - [66, -57], - [56, -105], - [48, -51], - [100, -50], - [118, -12], - [147, -73], - [3, -61], - [61, -21], - [17, -43], - [-60, -41], - [-82, 7], - [-68, -67], - [-12, -39], - [-152, -63], - [-93, 3], - [-51, 56], - [-125, 44], - [-50, 2], - [-121, 36], - [-75, -16], - [-30, -53], - [-34, -12], - [-26, 57], - [62, 14], - [7, 44], - [-56, 62], - [-74, 12], - [-74, -34], - [-44, -148], - [-104, -52], - [-44, -46], - [-130, -7], - [-39, -39], - [-17, -62], - [-9, -161], - [17, -83], - [-57, -72], - [-90, -2], - [-107, -53], - [-88, -21], - [-81, -125], - [-16, -45], - [-62, -18], - [-60, 54], - [-43, 11], - [-114, -12], - [-67, 57], - [-51, 96], - [4, 17], - [-63, 129], - [-3, 132], - [29, 68], - [20, 115], - [97, 124], - [26, 50], - [1, 93], - [76, -8], - [33, 66], - [1, 52], - [29, 137], - [-43, 206], - [-94, 118], - [-30, 63], - [-60, 69], - [-75, 37], - [-131, 11], - [-84, 173], - [-34, 24], - [-98, 7], - [-28, 15], - [-50, 71], - [18, 50], - [-37, 69], - [32, 99], - [66, 47], - [43, 68], - [35, 141], - [-24, 104], - [10, 44], - [-38, 110], - [-5, 91], - [58, 59], - [26, 52], - [116, 56], - [126, 8], - [81, -11], - [58, 33], - [26, 55], - [146, 70], - [0, 33], - [79, 125], - [83, -49], - [48, -84], - [104, 25], - [0, 109], - [86, 79], - [82, 130], - [53, 62], - [59, 25], - [145, 83], - [21, 79], - [-37, 22], - [-50, 97], - [-43, 20], - [-45, 100], - [-86, 74], - [-74, 43], - [-70, 100], - [75, 251], - [87, 10], - [30, -13], - [76, 37], - [14, 47], - [61, 16], - [32, -36], - [185, -142], - [45, 1], - [20, -69], - [151, -38], - [37, -32], - [81, -24], - [-5, -45], - [35, -25], - [115, 9], - [126, 28], - [10, 30], - [64, 9], - [55, 27], - [75, -3], - [-13, -93], - [57, -41], - [100, -20], - [142, -63], - [180, 77], - [68, 44], - [74, 66], - [155, 176], - [43, 61], - [7, 214], - [-66, 124], - [-70, 98], - [4, 45], - [32, 49], - [19, 71], - [-11, 41], - [-55, 77], - [-47, 196], - [60, 81], - [43, 96], - [146, 75], - [77, 4], - [28, 41], - [98, 9], - [79, 62], - [60, 84], - [31, 80], - [15, 95], - [20, 36], - [5, 97], - [-20, 198], - [12, 48], - [-9, 135], - [6, 50], - [-20, 168], - [61, 39], - [17, 58], - [54, 93], - [47, 47], - [41, 103], - [19, 220], - [35, 56], - [11, 180], - [-14, 146], - [-40, 193], - [-38, 125], - [-14, 82], - [-24, 35], - [-88, 201], - [-175, 330], - [-45, 114], - [3, 105], - [69, 75], - [22, 43], - [-6, 49], - [52, 49], - [32, 86], - [-41, 52], - [-7, 53], - [28, 79], - [65, -64], - [13, -43], - [63, -14], - [171, 30], - [60, 26], - [58, 46], - [27, 46], - [1, 81], - [26, 35], - [92, 27] - ], - [ - [23891, 24340], - [39, -47], - [-6, -49], - [-51, -53], - [-2, -50], - [-68, -77], - [-31, -53], - [-56, -52], - [-39, -98], - [0, -114], - [40, -35], - [6, -46], - [49, -42], - [17, -73], - [-105, -34], - [-131, -65], - [-64, -56], - [-49, 3], - [-73, -25], - [-39, 60], - [-39, 12], - [23, 44], - [-69, 35], - [-30, 36], - [-7, 51], - [31, 55], - [66, 10], - [46, 28], - [49, 119], - [55, 69], - [31, 80], - [97, 65], - [44, 80], - [33, 38], - [54, 16], - [67, 58], - [55, 82], - [57, 28] - ], - [ - [22873, 24481], - [20, -62], - [-78, 30], - [58, 32] - ], - [ - [24327, 24499], - [40, -55], - [-55, -9], - [-30, 54], - [45, 10] - ], - [ - [22969, 24514], - [6, -61], - [-55, 31], - [49, 30] - ], - [ - [24431, 24547], - [28, -40], - [-69, -8], - [-5, 31], - [46, 17] - ], - [ - [23628, 26760], - [8, -83], - [-15, -65], - [9, -45], - [87, -77], - [20, -58], - [30, -17], - [132, 53], - [64, 5], - [13, -46], - [-6, -107], - [17, -46], - [1, -73], - [-59, -58], - [-45, -18], - [-72, 50], - [-66, -23], - [-17, -119], - [5, -72], - [72, -39], - [78, -19], - [27, -38], - [132, -67], - [32, 34], - [121, 4], - [15, -94], - [66, -38], - [-17, -74], - [36, -23], - [63, 34], - [103, -10], - [4, -70], - [86, 17], - [10, -22], - [88, -25], - [32, -81], - [-2, -41], - [-38, -19], - [-18, -52] - ], - [ - [24624, 25338], - [-63, -4], - [31, -44], - [-16, -128], - [29, -33], - [209, -59], - [-91, -49], - [42, -23], - [-22, -95], - [-17, -11], - [-8, -91], - [48, -51], - [34, -124], - [-25, -38], - [-56, -25] - ], - [ - [24719, 24563], - [-104, -51], - [-51, 69], - [-98, 12], - [-10, -35], - [-139, -20], - [-59, -55], - [-13, -50], - [-133, -16], - [-109, -39], - [-54, 12], - [-30, 29], - [-104, 7], - [-146, 105], - [-27, -17], - [-75, 28], - [-60, 49], - [-21, 35], - [-85, 74], - [-90, 26], - [-98, -30], - [-64, 24], - [-107, -36], - [-94, 56], - [-45, -49], - [-117, 15], - [-29, -8], - [-34, -81], - [-55, -5], - [-44, 40], - [-32, -20] - ], - [ - [22592, 24632], - [-55, 132], - [-26, 39], - [-82, 54], - [-18, 46], - [17, 60], - [53, 38], - [-12, 51], - [-55, 58], - [35, 31], - [-5, 47], - [20, 41], - [-28, 36], - [60, 64], - [41, 9], - [6, 89], - [59, 24], - [24, 105], - [25, 25], - [75, 19], - [0, 49], - [-58, 40], - [-4, 48], - [43, 52] - ], - [ - [22707, 25789], - [58, -25], - [97, 54], - [68, 56], - [-5, 72], - [-22, 40], - [16, 40], - [-25, 54], - [-41, 17], - [1, 125], - [-74, 32], - [-22, 144], - [-27, 35], - [20, 49], - [-35, 54], - [-11, 68], - [-70, 49] - ], - [ - [22635, 26653], - [117, 17], - [94, 47], - [52, 50], - [75, 20], - [24, -27], - [95, -2], - [49, -44], - [65, 61], - [76, -26], - [59, 28], - [96, -18], - [42, 26], - [82, -32], - [67, 7] - ], - [ - [35358, 29522], - [4, -2], - [3, -1], - [13, -39], - [-68, -49], - [-72, -164], - [-8, -65], - [-27, -82], - [5, -46], - [-50, -55], - [-57, -133], - [-20, -20], - [-39, -147], - [-45, -83], - [-2, -148], - [22, -112], - [-51, -62], - [-2, -28], - [-62, -54], - [-8, -69], - [27, -195], - [58, -187], - [62, -144], - [77, -160], - [22, -2], - [48, -103], - [64, -103], - [11, -46], - [163, -237], - [77, -55], - [10, -33] - ], - [ - [33352, 27761], - [-39, -33], - [-39, 9], - [-30, 72], - [-50, 86], - [-11, 58], - [21, 55] - ], - [ - [33204, 28008], - [73, 6], - [42, 29], - [124, 53], - [31, 71], - [-3, 52], - [27, 37], - [52, 5], - [62, -31], - [12, 83], - [84, 32], - [30, 55], - [55, -12], - [34, 17], - [94, 14], - [5, 49], - [89, -12], - [21, 34], - [44, 2], - [28, -37], - [53, 1], - [34, 49], - [2, 80], - [76, 112], - [17, 63], - [-11, 109], - [8, 62], - [-25, 68], - [9, 23], - [-41, 93], - [29, 36], - [95, 20], - [5, 52], - [-51, 50], - [-9, 46], - [24, 98], - [-28, 93], - [-8, 151], - [17, 36] - ], - [ - [27923, 30237], - [30, -40], - [-26, -28], - [20, -36], - [-55, -27], - [-54, 17], - [-30, -27], - [-70, -13], - [-29, 48], - [-49, 26], - [109, 21], - [62, -6], - [60, 11], - [32, 54] - ], - [ - [27949, 29755], - [-125, 9], - [-31, -42], - [-42, 18], - [-43, -20], - [-64, -56], - [-34, -53], - [7, -57], - [-36, -40], - [-24, -96], - [-8, -135], - [-55, -61], - [-52, -15], - [39, -49], - [20, -71], - [-76, -116], - [18, -106], - [46, -55], - [-41, -93], - [6, -71], - [-40, -115], - [3, -42], - [29, -33], - [14, -103], - [-33, -40], - [15, -84] - ], - [ - [26348, 28224], - [69, 64], - [42, 69], - [67, 15], - [118, 96], - [96, 101], - [77, 109], - [40, 39], - [191, 237], - [13, 40], - [45, 39], - [126, 196], - [95, 191], - [38, 110], - [18, 134], - [-8, 58], - [13, 129], - [-50, 25], - [-18, 82], - [-34, 67], - [24, 50], - [-5, 87], - [-21, 25], - [-84, -17], - [11, 156], - [43, 38], - [-1, 43], - [41, 33], - [28, 68], - [-21, 23], - [-2, 73], - [102, 91], - [132, 77], - [74, 13], - [92, -24], - [57, 31], - [220, 98], - [50, 54], - [105, 55], - [129, 16], - [110, 57], - [70, -10], - [50, 9], - [52, -64], - [-23, -45], - [36, -41], - [-12, -49], - [-81, -16], - [-86, 0], - [-31, -25], - [-28, -109], - [54, -120], - [-64, -71], - [-22, -6], - [-106, 21], - [-100, -32], - [-42, -29], - [-40, -71], - [-14, -63], - [-74, -35], - [-52, -44], - [-27, 36], - [-43, 5], - [-53, 53], - [-116, -138], - [-19, -55], - [51, -11], - [-15, -39], - [-53, -20], - [9, -54], - [32, -42], - [40, 48], - [61, -6], - [-3, -36], - [39, -33], - [56, -18], - [52, 56], - [20, 64], - [58, 16], - [7, -89], - [-13, -58], - [19, -177], - [-10, -19] - ], - [ - [37021, 34391], - [-118, 45], - [-84, -2], - [-61, 14], - [-24, -48], - [14, -60], - [-3, -102], - [-68, -65], - [10, -46], - [-19, -47], - [12, -54], - [-43, -10], - [-1, -66], - [-38, -3], - [-71, 34], - [-16, 24], - [-60, 4], - [-61, 32], - [-25, -66], - [-65, -13], - [-18, -64], - [-86, -17], - [-23, 43], - [-106, 31], - [-12, 45], - [-51, 74], - [60, 50], - [-25, 46], - [-73, 19], - [-121, -20], - [-38, 14], - [-63, -18], - [-55, 75], - [-144, 44], - [-143, 85], - [-75, -15] - ], - [ - [37125, 37794], - [58, -64], - [14, -51], - [66, -67], - [30, -49], - [8, -57], - [86, -120], - [31, -84], - [-68, -62], - [6, -52], - [115, -46], - [24, -70], - [-49, -1], - [-41, -71], - [15, -65], - [31, -37], - [58, -27], - [74, -91], - [42, 2], - [33, -51], - [9, -75], - [-29, -23], - [-7, -54], - [31, -70], - [47, -58], - [-10, -42], - [34, -60], - [-14, -74], - [24, -24], - [-28, -102], - [5, -51], - [-30, -57], - [3, -142], - [-52, -62], - [27, -28], - [112, 159], - [20, -118], - [26, -71], - [38, 2], - [27, -74], - [-81, -42], - [-1, -35], - [-40, -34], - [5, -35], - [-79, 6], - [-37, -31], - [48, -67], - [113, 102], - [51, -35], - [-23, -27], - [-19, -87], - [-77, -19], - [-51, 30], - [-71, -85], - [37, -70], - [-83, -22], - [83, -69], - [-101, -17], - [38, -54], - [-1, -45], - [-45, -30], - [70, -69], - [-88, -53], - [-23, -33], - [76, -22], - [-74, -51], - [-74, 3], - [-18, -19], - [126, -62], - [32, -32], - [-66, -40], - [-52, 36], - [-86, 20], - [-8, -55], - [79, -73], - [-23, -77], - [-82, 3], - [-141, -18], - [-3, -61], - [-49, -37], - [47, -26], - [-19, -43], - [-34, -7], - [-47, 70], - [-4, 74], - [-91, -9], - [16, -69] - ], - [ - [22783, 23414], - [-16, -93], - [-78, -15], - [-73, 50], - [-29, -29], - [-90, -6], - [-74, 31], - [-137, -24], - [-34, 6], - [-75, -56], - [6, -41], - [-32, -34], - [-143, -3], - [-46, -71], - [-54, -27], - [-48, 0], - [-48, 35], - [-38, 59], - [-63, -33], - [-76, 9], - [-77, -29], - [-8, -38], - [-40, -15], - [-38, 23], - [-101, -82], - [-14, -50], - [-62, -21] - ], - [ - [21106, 23032], - [50, 18], - [29, 80], - [-10, 89], - [13, 14], - [20, 133], - [-28, 53], - [-45, 27], - [20, 34], - [71, 9], - [49, -14], - [50, 14], - [88, 90], - [20, 49], - [41, 24], - [48, 0], - [31, 35], - [-8, 59], - [42, 20], - [53, -58], - [48, 38], - [6, 73], - [87, -2], - [75, -20], - [30, -35], - [94, -14], - [50, 25], - [96, 9], - [47, 78], - [48, -26], - [8, -31], - [-21, -74], - [46, -44], - [20, 47], - [126, 16], - [31, -44], - [-39, -59], - [84, -74], - [34, 5], - [78, -57], - [94, -30], - [52, -53], - [49, -22] - ], - [ - [21335, 23859], - [35, -61], - [-62, -51], - [-30, 23], - [57, 89] - ], - [ - [10878, 6966], - [37, -37], - [8, -67], - [-64, -3], - [-35, 56], - [54, 51] - ], - [ - [11397, 7826], - [-3, -54], - [-36, -11], - [-82, -112], - [-72, -60], - [-80, -24], - [-53, 45], - [-22, 55], - [23, 75], - [55, -21], - [68, 5], - [36, 25], - [43, 0], - [123, 77] - ], - [ - [11815, 8867], - [38, -14], - [87, 12], - [10, -41], - [-16, -79], - [4, -54], - [57, -35], - [80, -92], - [-42, -112], - [-34, -40], - [-24, -64], - [-104, -16], - [-23, 13], - [-14, 61], - [-72, 68], - [38, 33], - [13, 63], - [-33, 51], - [-1, 73], - [-18, 14], - [24, 65], - [0, 75], - [30, 19] - ], - [ - [12444, 9217], - [20, -33], - [70, 2], - [-32, -43], - [-41, 23], - [-42, -3], - [-12, 44], - [37, 10] - ], - [ - [12336, 9248], - [-8, -86], - [-39, -14], - [7, 72], - [40, 28] - ], - [ - [12413, 9575], - [-11, -47], - [18, -39], - [98, -45], - [35, -63], - [42, 6], - [50, -24], - [56, -1], - [-27, -72], - [-50, -14], - [-22, 34], - [-84, -18], - [0, 50], - [-22, 26], - [-52, -28], - [-19, 36], - [2, 60], - [-56, 38], - [-24, 60], - [66, 41] - ], - [ - [12366, 9818], - [53, -19], - [-7, -37], - [-58, 35], - [12, 21] - ], - [ - [14022, 9985], - [30, -40], - [-54, -59], - [-60, -110], - [-74, -31], - [-56, 86], - [43, 40], - [33, 0], - [85, 82], - [53, 32] - ], - [ - [13367, 10326], - [-1, -58], - [29, -56], - [29, -7], - [2, -79], - [-21, -45], - [-65, -23], - [-24, -31], - [-69, 24], - [-89, -101], - [-44, -72], - [-49, -2], - [14, -47], - [-50, -25], - [-87, -15], - [-34, 7], - [-33, -120], - [1, -34], - [64, -28], - [-49, -49], - [-32, 5], - [-49, -38], - [-17, -69], - [-36, 30], - [-51, -26], - [-24, -36], - [-46, -7], - [-59, 42], - [11, 40], - [-66, 26], - [17, 57], - [-156, 48], - [-40, 26], - [-43, -4], - [-22, 46], - [91, 12], - [56, -10], - [37, 63], - [-39, 35], - [107, 60], - [71, 6], - [16, 31], - [66, 63], - [50, -33], - [33, 41], - [81, 36], - [31, -14], - [41, 70], - [92, -8], - [15, 71], - [54, 49], - [47, -11], - [52, 42], - [19, -58], - [101, -56], - [-15, 56], - [50, 23], - [-38, 89], - [44, 63], - [27, 1] - ], - [ - [12397, 11784], - [36, -2], - [6, -64], - [-37, 12], - [-5, 54] - ], - [ - [13180, 12514], - [27, -10], - [22, -50], - [-46, -14], - [-28, 42], - [25, 32] - ], - [ - [13464, 12968], - [1, -82], - [-86, -78], - [-26, 114], - [53, 36], - [58, 10] - ], - [ - [13690, 13451], - [78, -30], - [9, -60], - [43, -48], - [-115, -4], - [-54, 91], - [39, 51] - ], - [ - [13824, 13707], - [49, -62], - [-5, -37], - [-59, 13], - [-27, 47], - [42, 39] - ], - [ - [14968, 14784], - [55, -39], - [88, -24], - [54, -53], - [85, -26], - [60, -51], - [-21, -155], - [-109, -132], - [-44, -34], - [-109, -22], - [-78, -4], - [-96, 23], - [-40, 70], - [-33, 110], - [-20, 5], - [-27, 79], - [-7, 69], - [32, 37], - [53, -6], - [53, 79], - [37, 22], - [-3, 41], - [70, 11] - ], - [ - [14271, 14851], - [42, -20], - [63, 1], - [71, -29], - [59, -52], - [-71, -51], - [-49, 2], - [-32, 56], - [-33, 12], - [-50, 81] - ], - [ - [15690, 15447], - [-7, -55], - [-36, 1], - [2, 57], - [41, -3] - ], - [ - [14583, 15577], - [33, -24], - [-12, -34], - [-98, -4], - [53, 58], - [24, 4] - ], - [ - [16076, 15650], - [25, -93], - [26, -32], - [-26, -39], - [14, -143], - [-42, -77], - [-14, -51], - [11, -95], - [-44, -47], - [5, -47], - [-111, -114], - [-1, -45], - [-32, -38], - [-4, -64], - [39, -42], - [-25, -26], - [16, -56], - [-19, -58], - [-46, 6], - [-78, -30], - [-63, -45], - [-28, 58], - [17, 89], - [-26, 72], - [-3, 49], - [43, 15], - [18, 47], - [29, 16], - [59, 98], - [52, 129], - [-5, 87], - [-23, 89], - [72, 93], - [10, 39], - [40, 43], - [16, 47], - [-11, 39], - [56, 72], - [2, 25], - [51, 29] - ], - [ - [13861, 15680], - [49, -48], - [-68, -42], - [-52, 47], - [42, 42], - [29, 1] - ], - [ - [13568, 17832], - [0, -55], - [-40, -104], - [-47, 2], - [-10, -70], - [-31, -27], - [-2, -63], - [-54, -52], - [-65, 39], - [53, 119], - [7, 52], - [92, 49], - [60, 8], - [37, 102] - ], - [ - [13692, 18057], - [53, -57], - [49, -31], - [37, 50], - [12, -92], - [-63, -29], - [-54, -1], - [-28, 57], - [-47, 35], - [2, 68], - [39, 0] - ], - [ - [15427, 18556], - [-43, -51], - [-6, -49], - [65, -23], - [83, -79], - [9, -75], - [57, -86], - [85, -14], - [52, -39], - [32, -71], - [-21, -101], - [-21, -8], - [17, -88], - [66, -10], - [29, -35], - [109, -13], - [-18, -62], - [79, -18], - [0, -91], - [16, -66], - [55, -98], - [51, 58], - [71, -63], - [33, -13], - [63, 23], - [48, -28], - [0, -51], - [31, -66], - [-26, -38], - [14, -30], - [-1, -76], - [-42, -19], - [-26, -45], - [0, -52] - ], - [ - [16288, 17079], - [-92, 39], - [-115, -63], - [-63, -81], - [-23, -63], - [-3, -61], - [166, -59], - [14, -44], - [-65, -51], - [35, -28], - [75, -7], - [-84, -62], - [-41, -50], - [-97, -1], - [-28, -89], - [-34, -17], - [-12, -59], - [-34, -40], - [-93, -59], - [-26, 2], - [-58, -43], - [-122, -14], - [-66, -52], - [-68, -18], - [-55, -32], - [-70, -91], - [-5, 133], - [-19, 53], - [123, 71], - [27, 34], - [43, 107], - [-22, 47], - [35, 91], - [29, 46], - [16, 84], - [-10, 30], - [27, 64], - [-75, 167], - [-77, 106], - [-57, 22], - [-6, 110], - [23, 51], - [-86, 44], - [-55, -14], - [-87, 104], - [72, 71], - [101, 18], - [35, -11], - [38, -50], - [-10, -52], - [19, -51], - [84, 8], - [47, 55], - [-2, 37], - [73, 135], - [-60, 98], - [-118, 11], - [-34, 47], - [-58, 16], - [-48, -13], - [-95, -73], - [2, -84], - [-25, -67], - [-53, -38], - [-29, -48], - [16, -50], - [-42, -67], - [-30, -85], - [-23, 4], - [-16, -116], - [26, -114], - [38, -69], - [39, -131], - [108, -104], - [77, -13], - [-17, -62], - [16, -53], - [-34, -11], - [7, -45], - [-34, -37], - [-45, 4], - [-31, -23], - [-59, 11], - [-56, -33], - [-49, 34], - [19, 46], - [-14, 37], - [-66, 72], - [-316, 27], - [-66, 21], - [-10, -46], - [-97, 51], - [-3, 34], - [-53, 0], - [-3, 30], - [53, 22], - [-38, 72], - [3, 27], - [-109, 82], - [-26, 78], - [38, 52], - [55, -64], - [76, -27], - [93, 64], - [76, 125], - [37, 110], - [12, 148], - [-13, 88], - [-21, 53], - [-36, 31], - [-18, 48], - [-154, 150], - [-48, 4], - [-44, 86], - [62, 154], - [38, 54], - [15, 60], - [-32, 141], - [-61, 69], - [50, 82], - [0, 82], - [-59, 6], - [-30, 31] - ], - [ - [14293, 18535], - [39, 72] - ], - [ - [14332, 18607], - [3, -28], - [95, 48], - [94, -11], - [20, -37], - [47, 0], - [50, 29], - [56, 77] - ], - [ - [14697, 18685], - [54, -26], - [32, -61], - [105, -16], - [40, 44], - [63, 19], - [63, -3], - [8, 24], - [62, 11], - [74, 64], - [20, -59], - [57, -13], - [7, -34], - [94, -70], - [51, -9] - ], - [ - [14378, 18716], - [-20, 73], - [-29, 50], - [0, 61] - ], - [ - [14329, 18900], - [12, -12], - [0, -7], - [0, -27], - [0, -2], - [22, -23], - [33, 14], - [8, -58], - [-26, -69] - ], - [ - [14423, 18927], - [7, 44], - [35, 35], - [44, -33] - ], - [ - [14509, 18973], - [-6, -47], - [-42, -12], - [-2, -2], - [-21, -12], - [-14, 17], - [-1, 10] - ], - [ - [33326, 26408], - [-52, -71], - [-54, -26], - [-26, 32], - [132, 65] - ], - [ - [33257, 26487], - [16, 2], - [1, 0], - [3, 0], - [2, 0], - [46, -10], - [-3, -58], - [-163, -87], - [-59, 7], - [-36, -27], - [30, -45], - [73, -44], - [-37, -48], - [-83, -12], - [43, -42], - [23, -125], - [-41, -66], - [22, -27], - [48, 28], - [36, -79], - [72, -1], - [11, -43], - [-19, -81], - [-58, -4], - [-49, -28], - [-32, -41], - [43, -94], - [-96, -6], - [-23, 25], - [2, 94], - [-36, 16], - [43, 58], - [-103, 105], - [5, 26], - [-49, 72], - [-39, -16], - [-168, 41], - [-227, -17], - [-20, -15], - [-133, -29], - [-80, -34], - [-129, -104], - [-16, -115], - [29, -83], - [-58, 6], - [-23, -27] - ], - [ - [32025, 25559], - [-153, 20], - [-12, 65], - [-71, 52], - [-24, 80], - [0, 65], - [58, 60], - [27, 93], - [-16, 28], - [-19, 118], - [-57, 27], - [-110, -7] - ], - [ - [31648, 26160], - [27, 43], - [14, 65], - [36, 26], - [143, 54], - [46, 62], - [72, 9], - [49, 50], - [34, 66], - [-14, 54], - [24, 66], - [-16, 14], - [-8, 89], - [17, 27] - ], - [ - [32072, 26785], - [60, -13], - [22, -40], - [86, -9], - [41, -83], - [41, -15], - [64, 19], - [38, -17], - [117, -18], - [64, -33], - [108, -118], - [28, -63], - [30, 3], - [-5, 94], - [24, 99], - [-80, 59], - [23, 22], - [49, -44], - [76, 87], - [70, -19], - [23, -27], - [92, -24], - [85, -52], - [32, -64], - [97, -42] - ], - [ - [19035, 20052], - [31, -17], - [4, -64], - [-59, 31], - [24, 50] - ], - [ - [21236, 22657], - [4, -24], - [71, -45], - [65, -2], - [33, -33], - [62, 12], - [77, -10], - [42, 15], - [66, -87], - [57, -28], - [83, 16], - [24, 69], - [58, 23], - [25, -46], - [71, 17], - [1, -44], - [50, -79], - [-4, -50], - [22, -54], - [-8, -91], - [119, 13], - [79, -18], - [23, -79], - [-48, -52], - [10, -46], - [58, -58], - [20, -59], - [30, 12], - [89, -29], - [40, 16], - [54, -20] - ], - [ - [22509, 21896], - [-39, -40], - [-85, -154], - [-3, -30], - [-62, -128], - [-23, -146], - [-19, -75], - [-7, -95], - [-41, 17], - [-53, 70], - [-58, 17], - [-8, 43], - [-47, 35], - [-26, 43], - [-61, 62], - [-9, 64], - [-163, 89], - [-33, 89], - [-91, 31], - [-88, 9], - [-22, 19], - [-154, 17], - [-39, 40], - [-91, -6], - [-172, -37], - [-78, -39], - [9, -20], - [-108, -45], - [-111, -64], - [12, -37], - [-45, -42], - [-78, -18], - [-107, -9], - [-54, -42], - [-73, -10], - [-38, -21], - [3, -60], - [-34, -27], - [-8, -128], - [41, -41], - [-32, -36], - [17, -39], - [-88, -103], - [-83, -70], - [-54, -120], - [-76, -58], - [-21, -115], - [-43, 32], - [-70, 2], - [-34, -29], - [-42, -104], - [-12, -64], - [9, -56], - [26, -38], - [-1, -70], - [-31, -31], - [-83, -15], - [27, -143], - [75, -29], - [26, -50], - [11, -79], - [-36, -22], - [-129, 124], - [-101, 36], - [-72, -10], - [-72, -78], - [-46, -10], - [-42, 31], - [-30, -18], - [-68, 91], - [-45, 7], - [-117, -62], - [-22, 71], - [41, 4], - [18, 124], - [120, 89], - [-19, 75], - [-49, -17], - [-45, 7] - ], - [ - [14378, 18716], - [18, -25], - [-60, -56], - [-3, -11], - [-1, -10], - [0, -7] - ], - [ - [14293, 18535], - [-17, 18], - [-18, 19], - [-58, 46], - [11, 57], - [-16, 37], - [-20, 14], - [-1, 2], - [-2, 7], - [0, 3], - [2, 7], - [11, 19], - [3, 3], - [4, 7], - [4, 6], - [5, 8], - [2, 5], - [31, 23], - [3, 1], - [19, 3], - [14, 7], - [3, 1], - [11, 9], - [10, 11], - [7, 11], - [2, 3], - [1, 1], - [25, 37] - ], - [ - [14423, 18927], - [-20, 51], - [50, 44], - [54, -11], - [2, -38] - ], - [ - [14694, 19141], - [-6, -72], - [-55, -39], - [1, 68], - [60, 43] - ], - [ - [14618, 19175], - [30, -31], - [-25, -29], - [-43, 22], - [38, 38] - ], - [ - [14208, 19604], - [33, -18], - [60, 12], - [61, -31], - [3, -92], - [21, -38], - [0, -67], - [152, 74], - [70, 77], - [87, 27], - [51, -29], - [63, 17], - [81, -4], - [-43, -86], - [0, -37], - [-56, -78], - [28, -8], - [-45, -77], - [-35, -26], - [-58, -2], - [-28, 43], - [-60, -22], - [-92, 36], - [-36, -5], - [-57, 26], - [-36, -39], - [42, -23], - [1, -63], - [-39, -100], - [-53, -28], - [-13, -31], - [-97, -57], - [-33, -93], - [-45, -43], - [-57, -18], - [-17, -54], - [-36, -34], - [-18, 68], - [-33, 44], - [30, 46], - [-90, 19], - [53, 94], - [1, 53], - [-31, 50], - [-7, 60], - [45, 86], - [18, 84], - [59, 82], - [21, 66], - [-19, 59], - [56, -5], - [97, 56], - [1, 29] - ], - [ - [14960, 19734], - [34, -35], - [-37, -42], - [-27, 34], - [30, 43] - ], - [ - [14856, 19771], - [32, -33], - [2, -56], - [-40, -91], - [-68, 7], - [19, 71], - [-38, 23], - [26, 46], - [67, 33] - ], - [ - [16616, 20239], - [-126, -15], - [-38, -83], - [-21, -104], - [-77, -42], - [-37, -68], - [-4, -46], - [-60, 0], - [-45, -76], - [-16, -117], - [-47, -34], - [-71, 21], - [-29, -72], - [-41, -17], - [9, -46], - [-29, -33], - [21, -169], - [43, -68], - [44, -9], - [23, -67], - [-4, -47], - [41, -19], - [35, -48], - [-63, -102], - [-56, -3], - [-10, -92], - [34, -5], - [32, -65], - [48, -51], - [-10, -84], - [-89, 6], - [-34, 29], - [-58, 5], - [-70, -118], - [-78, -12], - [-47, 34], - [-62, -22], - [-39, -49], - [-43, 15], - [-55, -17], - [-160, 7] - ], - [ - [14697, 18685], - [18, 107], - [62, 78], - [40, 8], - [12, 56], - [40, 58], - [64, 28], - [-30, 49], - [50, 108], - [162, 168], - [-15, 81], - [-34, 1], - [-11, 47], - [59, 22], - [-72, 42], - [56, 38], - [65, 97], - [66, 40], - [-26, 38], - [-169, 8], - [-43, -22], - [-92, -15], - [-5, 67], - [76, 47], - [82, 33], - [50, 69], - [65, 32], - [15, 71], - [-18, 71], - [29, 50], - [-63, 105], - [-111, 24], - [-8, 70], - [-79, 49], - [-35, -5], - [-39, 31], - [-26, 160], - [-58, 51] - ], - [ - [15655, 20870], - [87, -45], - [26, -52], - [35, -26], - [63, -5], - [40, -62], - [39, -1], - [49, 62], - [-7, 45], - [25, 39], - [-84, 119], - [13, 73], - [65, 25], - [37, 30], - [42, 2], - [100, -27], - [105, -107], - [19, -115], - [40, -22], - [46, -55], - [23, -99], - [36, -31], - [2, -77], - [19, -176], - [33, -38], - [79, -45], - [29, -43] - ], - [ - [25411, 26053], - [12, -30], - [61, -59], - [46, -87], - [37, -31], - [-34, -106], - [48, -157], - [-4, -46], - [-30, -90], - [-1, -76], - [-35, -24], - [31, -62], - [-1, -51], - [44, -50], - [45, -95], - [-24, -104], - [71, -45], - [74, 36], - [13, -84], - [61, -31], - [40, 14], - [50, -122] - ], - [ - [25915, 24753], - [22, -36], - [-4, -46], - [27, -34] - ], - [ - [25960, 24637], - [-34, -72], - [-82, 12], - [-25, 60], - [-61, -6], - [-62, 13], - [-43, -80], - [-74, -8], - [-118, 42], - [-74, 8], - [-38, 59], - [-15, 59] - ], - [ - [25334, 24724], - [29, 60], - [-67, 93], - [-36, 18], - [-31, 102], - [-44, 28], - [-22, 47], - [-59, 36], - [0, 59], - [-75, 2], - [-26, -66], - [35, -14], - [-13, -47], - [-63, -4], - [-11, 25], - [-99, 70], - [8, 77], - [-98, 41], - [-44, -10], - [-75, 27], - [-19, 70] - ], - [ - [23628, 26760], - [24, -27], - [75, -6], - [90, 44], - [41, 64], - [74, -5], - [71, 42], - [47, 69], - [122, 28], - [167, 54], - [90, -74], - [24, -69], - [39, -30], - [-15, -44], - [-49, -19], - [-41, -46], - [-17, -69], - [-61, -53], - [-50, -76], - [124, 10], - [-29, -53], - [67, -31], - [31, -37], - [89, 0], - [-30, -141], - [76, 75], - [90, 12], - [-19, 32], - [-69, -12], - [-39, 68], - [89, 70], - [19, -13], - [68, 34], - [96, -32] - ], - [ - [27324, 25309], - [-78, -21], - [-82, -51], - [-34, -126], - [15, -93], - [-63, -114], - [-117, -150], - [-29, -50], - [-37, -144], - [53, -102], - [-4, -77], - [-37, -40], - [183, -24], - [52, -23], - [29, -59], - [68, -38], - [87, -33], - [7, -21], - [69, -35], - [64, 0], - [50, -16], - [26, -48], - [40, -13], - [1, -46], - [86, -1], - [28, -93], - [-34, -37], - [-106, -72], - [31, -32], - [41, -92], - [-16, -31], - [31, -55], - [-159, -58], - [-89, 18], - [-19, 47], - [129, -8], - [-16, 67], - [-48, -34], - [-70, 33], - [-148, 5], - [36, 69], - [-64, -24], - [1, -27], - [-143, -130], - [-45, 41], - [-84, -46], - [-49, 33], - [-30, -103], - [-89, 17], - [-106, -68], - [-73, -30], - [-21, 37], - [-69, -62], - [-23, 4], - [-48, -66], - [8, -79], - [55, 2], - [-22, -60], - [-129, -15], - [-68, -21], - [35, -31], - [49, -8], - [3, -41], - [71, -45], - [-26, -64], - [7, -53], - [-66, -8], - [-106, -123], - [-69, 37], - [-5, -65], - [-38, -39], - [-42, 12], - [-59, -73], - [-62, -122], - [-72, -195] - ], - [ - [25885, 22296], - [-62, 28], - [-40, -20], - [-48, 59], - [-49, 29], - [-44, 80], - [-56, 41], - [7, 60], - [-13, 74], - [12, 52] - ], - [ - [25592, 22699], - [20, 46], - [59, 12], - [-13, 47], - [63, 77], - [64, 4], - [92, 67], - [31, 61], - [94, -6], - [69, -19], - [-15, 130], - [25, 26], - [-3, 98], - [15, 72], - [-37, 66], - [28, 34], - [45, 99], - [-66, 89], - [-4, 23], - [67, 35], - [-40, 29], - [-45, 115], - [-31, 35], - [50, 93], - [134, 31], - [85, 0], - [26, 111], - [-16, 73], - [-65, -26], - [-47, 98], - [-82, -27], - [-105, 50], - [-26, 39], - [10, 49], - [34, 48], - [-5, 58], - [38, 50], - [-43, 76], - [9, 20], - [-47, 55] - ], - [ - [25915, 24753], - [81, 21], - [54, 32], - [-7, 50], - [78, 60], - [-51, 19], - [-27, 35], - [57, 15], - [62, -21], - [64, 8], - [33, -33], - [101, -31], - [57, 31], - [56, 7], - [33, 34], - [89, 37], - [20, 89], - [41, 30], - [46, 105], - [-3, 103], - [45, 51], - [-9, 21], - [18, 108], - [-19, 12], - [36, 73], - [-82, 75], - [5, 52] - ], - [ - [36894, 32876], - [41, -26], - [-22, -71], - [-38, 22], - [-21, 48], - [40, 27] - ], - [ - [37013, 34178], - [11, -29], - [-52, -26], - [-6, 52], - [47, 3] - ], - [ - [37021, 34391], - [23, -36], - [15, -122], - [28, -16], - [-20, -73], - [-44, 75], - [-85, -60], - [-15, -39], - [18, -44], - [-60, -49], - [-12, -29], - [-70, -30], - [-9, -52], - [89, -61], - [13, -29], - [-51, -41], - [-24, 21], - [-36, -72], - [-38, 1], - [-83, -65], - [31, -24], - [128, -28], - [-10, -60], - [-74, -61], - [-47, -6], - [-15, -43], - [62, -18], - [9, -46], - [81, 35], - [23, -65], - [-16, -69], - [-41, 2], - [-8, 49], - [-50, -26], - [23, -52], - [-3, -69], - [-43, -69], - [64, -51], - [-46, -42], - [12, -28], - [59, -2], - [28, -61], - [11, -84], - [-66, -14], - [-31, 27], - [-48, -7], - [-6, 69], - [-36, 37], - [-29, 94], - [-39, 6], - [-84, -24], - [-3, 60], - [63, 4], - [48, 49], - [-69, 7], - [-59, -54], - [-113, 6], - [-159, -42], - [-123, -76], - [-50, 27], - [-92, 11], - [-51, -28], - [-20, -84], - [51, -32], - [24, -39], - [-55, -45], - [-65, -15], - [-117, -187], - [-42, -97], - [-46, -170], - [-22, -205], - [16, -174], - [18, -52] - ], - [ - [34349, 32093], - [18, 71], - [-26, 65], - [2, 47], - [173, 1], - [99, 51], - [19, 94], - [42, 27], - [70, 119], - [-24, 113], - [16, 94], - [32, 49], - [74, 73], - [-4, 76], - [68, 43], - [30, 41], - [8, 86], - [76, 53], - [-42, 73], - [-60, 36], - [2, 47], - [-29, 37], - [38, 59], - [-3, 49], - [-59, 100], - [114, 23], - [33, 73], - [10, 67], - [-22, 54], - [68, 101], - [-83, 41], - [-7, 77], - [-26, 41], - [-92, 72], - [22, 33] - ], - [ - [17698, 20030], - [-29, -9], - [-32, -60], - [-54, -41], - [-81, -37], - [-30, -47], - [21, -46], - [-61, -97], - [-82, -29], - [-40, -86], - [15, -64], - [80, -51], - [-66, -53], - [-70, 32], - [-19, -59], - [59, -39], - [10, -52], - [-86, -25], - [-40, -118], - [-55, -104], - [-35, -100], - [1, -44], - [-44, -117], - [-3, -45], - [-34, -130], - [-70, -171], - [3, -22], - [-88, -296], - [-17, -172], - [9, -44], - [55, -68], - [-37, -121], - [9, -29], - [-33, -93], - [23, -30], - [-13, -103], - [-76, -45], - [-36, -63], - [-29, -133], - [2, -86], - [-47, -25], - [19, -96], - [-78, -73], - [6, -85], - [-38, 27], - [-14, 43], - [-92, -26], - [-33, 15], - [-20, 46], - [12, 51], - [-32, 9], - [-39, 50], - [-81, 10] - ], - [ - [16616, 20239], - [49, -56], - [125, 11], - [40, 34], - [77, 22], - [27, -40], - [56, -44], - [-17, -47], - [61, -50], - [70, -1], - [30, 36], - [65, 1], - [91, -18], - [69, 15], - [49, 57], - [15, 73], - [47, 17], - [113, -21], - [85, -43], - [-30, -75], - [22, -91], - [38, 11] - ], - [ - [31253, 27522], - [-10, -44], - [48, -75], - [-15, -74] - ], - [ - [31276, 27329], - [-41, 1], - [-73, -90], - [-120, 7], - [-3, 67], - [-29, 34], - [-120, -5], - [-56, 7], - [-23, -39], - [-48, -8], - [-49, 50], - [17, 46], - [-53, 42], - [-106, 31], - [-45, -58], - [-47, -95], - [-86, -105], - [-72, 60], - [-20, -12], - [-95, -213], - [85, -56], - [-5, -24], - [-95, -82], - [22, -89], - [51, -79] - ], - [ - [30265, 26719], - [-31, -43], - [2, -47], - [-29, -67], - [-36, 14], - [-57, -62], - [34, -25], - [-42, -54], - [4, -43], - [40, -33], - [-15, -68], - [-61, -6], - [0, -64], - [33, -20], - [24, -69], - [-17, -44], - [-198, -83], - [-46, -77], - [-44, 3], - [-108, -62], - [-41, -41], - [-52, 0], - [-46, -90], - [-23, 9], - [-85, -19] - ], - [ - [29015, 28436], - [35, 52], - [55, 29], - [43, 77], - [-3, 71], - [40, 50], - [61, 16], - [-35, 65], - [13, 50], - [60, 42], - [47, 3], - [0, 86], - [28, 104], - [-19, 121], - [5, 74], - [18, 30] - ], - [ - [29363, 29306], - [39, 14], - [98, 85], - [6, 28], - [73, 95], - [-15, 98], - [109, 31], - [69, -34], - [63, 11], - [55, -14], - [37, -52], - [-56, -122], - [95, -65], - [41, 19], - [18, 49], - [35, 32], - [64, 16], - [61, -14], - [119, 49], - [68, 7], - [68, -38], - [11, 138], - [42, 31], - [41, -6], - [37, 25], - [42, 108], - [31, 39], - [138, 49], - [99, 25], - [103, -19], - [42, -88], - [-8, -125], - [76, -94], - [39, -29], - [99, -42], - [-14, -69], - [23, -43], - [-52, -80], - [38, -23], - [12, -45] - ], - [ - [11985, 20152], - [29, -49], - [-10, -48], - [-57, -13], - [38, 110] - ], - [ - [11623, 20169], - [2, -59], - [66, -67], - [-10, -71], - [23, -52], - [48, -32], - [41, -50], - [-7, -33], - [-73, 3], - [-57, -17], - [-38, 47], - [-84, -48], - [58, -100], - [-44, -42], - [-38, 12], - [-30, 64], - [-93, -9], - [-47, 15], - [-27, -42], - [-46, 35], - [-64, 22], - [21, 29], - [54, 14], - [65, 83], - [-39, 27], - [13, 52], - [-20, 39], - [0, 101], - [37, 47], - [68, -44], - [12, -49], - [41, 26], - [40, -19], - [40, 28], - [50, 66], - [38, 24] - ], - [ - [11732, 20275], - [62, -46], - [27, -58], - [-62, -84], - [-86, 44], - [3, 100], - [56, 44] - ], - [ - [11909, 20342], - [18, -55], - [-18, -36], - [-51, -40], - [-19, 58], - [-79, 32], - [32, 51], - [42, -18], - [15, -36], - [60, 44] - ], - [ - [11983, 20477], - [49, -20], - [29, -53], - [-26, -80], - [-88, 13], - [-25, 72], - [43, 1], - [18, 67] - ], - [ - [13190, 20508], - [44, -17], - [-14, -50], - [-38, 17], - [8, 50] - ], - [ - [13215, 20775], - [45, 1], - [-23, -68], - [-51, -22], - [-15, 54], - [44, 35] - ], - [ - [12225, 21011], - [-20, -92], - [35, -39], - [-24, -101], - [-33, -55], - [-6, -53], - [44, -73], - [127, 51], - [15, -66], - [-65, -48], - [-16, -43], - [-47, -2], - [-45, -42], - [-29, -55], - [22, -15], - [17, -67], - [-48, 2], - [-30, -35], - [-44, 49], - [5, 59], - [-18, 101], - [-72, 10], - [0, 55], - [33, 27], - [52, -1], - [19, 44], - [-15, 74], - [47, 27], - [39, 82], - [35, 14], - [14, 43], - [-29, 45], - [37, 104] - ], - [ - [12112, 21135], - [37, -14], - [-35, -59], - [-58, 34], - [56, 39] - ], - [ - [12263, 21332], - [34, -78], - [-46, -51], - [-73, 16], - [-40, 36], - [46, 40], - [47, 3], - [32, 34] - ], - [ - [13572, 21409], - [-34, -26], - [-26, -71], - [46, -82], - [60, -53], - [-12, -82], - [15, -42], - [138, -56], - [103, 9], - [36, -86], - [-9, -41], - [-53, -10], - [-5, -35], - [49, -49], - [66, -27], - [34, -54], - [122, -108], - [182, -56], - [100, -11] - ], - [ - [14384, 20529], - [-1, -52], - [-68, -40], - [-35, -43], - [-56, -36], - [5, -22], - [74, -64], - [36, 0], - [86, 40], - [38, 35], - [75, 6], - [58, -15], - [61, -41], - [18, -58], - [62, -120], - [-21, -37], - [12, -41], - [-62, -82], - [17, -59], - [-99, -69], - [-55, 4], - [-69, -58], - [-32, -43], - [-89, -40], - [-23, 64], - [-81, 47], - [12, 93], - [41, 7], - [33, 43], - [53, 35], - [21, 46], - [-40, 56], - [6, 50], - [-28, 24], - [-67, 3], - [-34, -19], - [-85, 15], - [-119, -84], - [-139, 17], - [6, -49], - [-80, -104], - [-40, -82], - [-59, -44], - [-62, -27], - [5, -26], - [-65, -70], - [-44, -18], - [-30, 28], - [45, 49], - [3, 33], - [47, 104], - [-40, 21], - [41, 44], - [51, -16], - [11, 65], - [-66, 33], - [-27, 89], - [-53, 46], - [3, 48], - [-59, 8], - [-10, -34], - [-80, 60], - [-46, 77], - [6, 32], - [-62, 119], - [-43, 41], - [12, 86], - [42, 48], - [-15, 67], - [23, 7], - [46, 136], - [54, -26], - [106, -91], - [-32, -28], - [-27, -68], - [26, -20], - [37, 53], - [34, -31], - [38, 0], - [44, -74], - [-29, -24], - [21, -41], - [-22, -79], - [-16, -114], - [28, 2], - [52, -46], - [20, 31], - [43, -13], - [62, 59], - [61, -46], - [26, 11], - [78, -50], - [10, 37], - [-55, 59], - [-17, 50], - [-47, 44], - [-6, 103], - [45, 42], - [-11, 65], - [-135, 114], - [-44, -6], - [-36, -29], - [-78, 75], - [-44, -12], - [-20, -46], - [-46, 12], - [-26, 89], - [32, -4], - [-6, 76], - [-44, 12], - [-18, -40], - [-61, -15], - [-42, 9], - [61, 58], - [-74, 70], - [0, 46], - [-96, 42], - [-101, 14], - [14, 89], - [58, 40], - [-20, 78], - [-34, 41], - [29, 88], - [-14, 31], - [146, -20], - [48, 43], - [13, -41], - [62, -51], - [90, 49], - [81, -1], - [5, -69] - ], - [ - [13099, 21575], - [2, -87], - [27, -33], - [-47, -19], - [-7, -31], - [-55, -13], - [31, -51], - [-65, -67], - [-17, -62], - [-50, -87], - [-51, -48], - [-120, -55], - [-2, 36], - [58, 29], - [-52, 29], - [10, 46], - [52, 43], - [-14, 53], - [40, 44], - [43, 17], - [-17, 114], - [61, 15], - [98, 2], - [58, 52], - [17, 73] - ], - [ - [13586, 21581], - [64, -16], - [-7, -28], - [62, -24], - [-93, -77], - [-26, 145] - ], - [ - [12861, 21647], - [-13, -70], - [13, -125], - [-35, -12], - [-27, 32], - [36, 103], - [1, 57], - [25, 15] - ], - [ - [13502, 21705], - [63, -91], - [-53, 7], - [-60, -55], - [-28, 34], - [46, 20], - [32, 85] - ], - [ - [13103, 21807], - [37, -64], - [-39, -17], - [-68, 17], - [10, 40], - [60, 24] - ], - [ - [13404, 22618], - [35, -26], - [92, -17], - [-26, -85], - [34, -21], - [2, -54], - [35, -46], - [-34, -32], - [-46, 6], - [-92, -74], - [-26, 0], - [-85, 71], - [-14, 75], - [9, 76], - [28, 13], - [20, 72], - [68, 42] - ], - [ - [12891, 24566], - [58, -43], - [23, -107], - [-25, -58], - [-16, -141], - [-71, -118], - [-43, -33], - [-75, -88], - [15, -28], - [-12, -74], - [37, -9], - [-33, -59], - [37, -41], - [18, -58], - [-54, 1], - [12, -112], - [-54, -35], - [-59, 3], - [-22, -73], - [19, -34], - [-48, -40], - [-12, -70], - [-25, -35], - [-2, -78], - [-105, -81], - [-122, 76], - [24, 138], - [0, 77], - [35, 142], - [-4, 71], - [64, 23], - [-4, -62], - [122, 56], - [34, -67], - [50, 14], - [-28, 45], - [64, 32], - [-10, 82], - [-23, 16], - [-34, -77], - [-66, 8], - [-9, 24], - [-71, -7], - [68, 71], - [-10, 96], - [8, 96], - [35, 49], - [23, 77], - [38, 41], - [-25, 43], - [-49, 16], - [40, 59], - [32, 139], - [141, 17], - [51, 71], - [63, 45] - ], - [ - [25592, 22699], - [-47, -10], - [-39, 22], - [-28, -23], - [-87, -22], - [-66, 40], - [-106, -6], - [-29, -37], - [-48, -23], - [-21, 56], - [-38, 13], - [37, 112], - [37, 40], - [-31, 76], - [-58, 20], - [6, 51], - [-36, 56], - [-79, 38], - [13, 52], - [67, 58], - [14, 47], - [69, 36], - [38, 56], - [-14, 49], - [68, 47], - [81, -36], - [39, 57], - [-21, 64], - [-35, 32], - [-43, -3], - [-37, 122], - [6, 64], - [-41, 66] - ], - [ - [25163, 23813], - [62, 36], - [-15, 48], - [34, 59], - [-14, 184], - [-47, 50], - [57, 87], - [-45, 69], - [14, 88], - [24, 63], - [-1, 59], - [52, 43], - [15, 131], - [35, -6] - ], - [ - [30825, 32920], - [28, -28], - [-21, -59], - [5, -63], - [-35, -109], - [1, -36], - [-65, -96], - [-48, -105], - [1, -79], - [76, -46], - [91, 20], - [78, 33], - [27, -55], - [-48, -114], - [-52, -76], - [-49, -129], - [-54, -61], - [-88, -43], - [-130, -111], - [-102, -6], - [-57, -38], - [-65, -19], - [-62, 16], - [0, 61], - [94, 17], - [50, 94], - [-22, 52], - [61, 81], - [63, 40], - [-2, 44], - [-70, 63], - [-43, 0], - [-59, -97], - [-45, 29], - [18, 121], - [-13, 73], - [30, 34], - [49, 110], - [37, 30], - [28, 72], - [50, 73], - [34, 7], - [87, 88], - [95, 60], - [1, 49], - [28, 48], - [50, 45], - [48, 10] - ], - [ - [32315, 33284], - [-4, -68], - [-65, -5], - [69, 73] - ], - [ - [29363, 29306], - [-17, 65], - [-43, 93], - [-10, 94], - [-29, 35], - [8, 89], - [-110, 62], - [-53, 60] - ], - [ - [29109, 29804], - [31, 2], - [139, 46], - [77, 35], - [96, 28], - [62, 35], - [105, 26], - [89, 48], - [129, 91], - [84, 28], - [93, 104], - [73, -20], - [80, -2], - [87, 14], - [74, 34], - [171, 134], - [197, 190], - [97, 54], - [98, 41], - [52, 53], - [44, 68], - [62, 124], - [117, 154], - [73, 43], - [37, 77], - [27, 26], - [49, 117], - [31, 118], - [-4, 24], - [72, 184], - [87, 94], - [115, 79], - [168, 98], - [103, 73], - [67, 33], - [72, 0], - [185, 69], - [177, 138], - [108, 117], - [124, 186], - [-1, 51], - [42, 80], - [-17, 22], - [15, 63], - [4, 204], - [8, 64], - [54, 118], - [30, 38], - [104, 206] - ], - [ - [32896, 33413], - [110, -62], - [39, 6], - [33, -32], - [124, -19], - [49, -38], - [-25, -37], - [14, -44], - [-31, -126], - [46, -26], - [37, -54], - [85, -27], - [41, 12], - [59, -29], - [116, -114], - [1, -24], - [-80, -122], - [-138, -79], - [-159, 20], - [-52, -76], - [17, -47], - [-1, -74], - [-34, -75], - [36, -71], - [-70, -47], - [-7, -74], - [-26, -41], - [10, -47], - [-36, -131], - [19, -52], - [47, -55], - [66, -30], - [45, 13], - [45, -72] - ], - [ - [16326, 22029], - [40, 25], - [27, -29], - [68, -5], - [46, -46], - [91, 2], - [40, -28], - [33, 15], - [121, -9], - [10, 45], - [75, 59], - [35, 54], - [49, 32], - [-10, 36], - [111, 25], - [59, 24], - [122, -67], - [26, 14], - [80, -129], - [65, -78], - [21, -88], - [-24, -57], - [14, -53], - [-16, -60], - [-37, -62], - [-20, -81], - [-31, 0], - [-53, 37], - [-50, -14], - [23, -52], - [-4, -42], - [-91, -13], - [-22, -53], - [-88, 20], - [-11, 27], - [-74, -16], - [-10, -44], - [37, -169], - [149, -49], - [51, 36], - [152, 42], - [123, -90], - [160, 14], - [110, 46], - [29, -10], - [-54, -77], - [-38, -77], - [-48, -35], - [-46, -135], - [71, -16], - [47, 37], - [52, -2], - [-2, -53], - [-37, -5], - [-25, -36], - [92, -50], - [54, 32], - [22, -35], - [42, -13], - [66, 27], - [8, -27], - [-66, -34], - [-62, 17], - [-41, -20], - [-5, -45], - [-35, -36], - [-7, -49], - [124, -97], - [98, -31], - [-50, -47], - [28, -72], - [-77, -81], - [41, -49], - [-18, -50], - [-48, 7], - [-21, -51], - [-88, -3], - [-41, -69], - [10, -33] - ], - [ - [22077, 24081], - [30, -40], - [-43, -48], - [-77, 49], - [57, 40], - [33, -1] - ], - [ - [22602, 24233], - [8, -118], - [-16, -119], - [-37, -34], - [-35, 36], - [-5, 40], - [-80, -21], - [-60, -125], - [-9, 69], - [15, 33], - [-24, 48], - [-66, 12], - [-55, -44], - [-50, 18], - [47, 119], - [38, -21], - [85, 26], - [79, 60], - [58, -15], - [54, 38], - [53, -2] - ], - [ - [22493, 24620], - [38, -64], - [-63, 8], - [-22, 35], - [47, 21] - ], - [ - [22592, 24632], - [-40, -15], - [-67, 17], - [-98, -49], - [-30, 37], - [-43, -3], - [-17, -34], - [93, -33], - [-48, -37], - [-65, -79], - [-32, -4], - [2, -73], - [-46, -1], - [-56, -61], - [-55, -20], - [-77, 11], - [-14, 26], - [-72, 31], - [-57, -22], - [-96, -13], - [27, -46], - [51, 42], - [117, 8], - [15, -23], - [-22, -73], - [-42, -16], - [-40, -44], - [-58, -16], - [12, -65], - [-50, -30], - [6, -61], - [-45, -13], - [-78, 15], - [-27, 26], - [-72, 11], - [-43, -29], - [11, -65], - [-65, 19], - [-45, 81], - [-32, -10], - [-75, 29], - [1, 108], - [-42, -53], - [-30, 30], - [-43, -36], - [-87, -21], - [-15, -55], - [-71, -8], - [-146, -63], - [-56, 44], - [-9, 38] - ], - [ - [20462, 25367], - [36, 24], - [5, 67], - [57, -8], - [35, 26], - [146, 35], - [-33, 114], - [28, 37], - [77, -32], - [122, 47], - [21, 49], - [-21, 45], - [96, 25], - [28, 71], - [10, 72], - [40, 89], - [84, -13], - [87, -47], - [41, 14], - [87, -15], - [108, -71], - [52, -87], - [66, 48], - [20, 52], - [117, 47], - [3, 46], - [129, 45], - [27, -29], - [-21, -60], - [99, -36], - [94, 16], - [91, -97], - [-12, -58], - [40, -9], - [-9, -89], - [51, -60], - [29, 33], - [141, 56], - [34, -27], - [69, 13], - [91, 62], - [20, 35], - [60, -8] - ], - [ - [1675, 61], - [43, -17], - [-27, -44], - [-77, 8], - [5, 33], - [56, 20] - ], - [ - [2099, 486], - [58, -46], - [-55, -35], - [-25, 43], - [22, 38] - ], - [ - [2267, 682], - [31, -48], - [-51, -3], - [20, 51] - ], - [ - [2044, 714], - [36, -20], - [22, -42], - [-82, 13], - [24, 49] - ], - [ - [1656, 906], - [67, -62], - [104, -38], - [45, -25], - [32, 4], - [47, -46], - [19, -41], - [-13, -50], - [-42, -21], - [-17, -43], - [8, -57], - [-81, -44], - [-56, 39], - [-58, -6], - [-102, 23], - [-59, 45], - [-12, -49], - [-75, 11], - [-38, 64], - [36, 35], - [54, 1], - [92, 63], - [-5, 115], - [46, 50], - [8, 32] - ], - [ - [128, 988], - [67, -26], - [-54, -59], - [-60, 12], - [-32, -12], - [-49, 47], - [58, 25], - [70, 13] - ], - [ - [2724, 1306], - [46, -14], - [-13, -86], - [-60, -56], - [12, -27], - [-54, -64], - [-1, -40], - [-39, -21], - [-23, -57], - [17, -99], - [-17, -119], - [-24, -33], - [-43, 21], - [-70, -56], - [-63, 4], - [-12, 46], - [-64, 32], - [58, 60], - [3, 52], - [-44, 49], - [-63, -27], - [-38, 19], - [15, 44], - [46, 6], - [65, 55], - [27, -47], - [65, -17], - [27, 21], - [58, -8], - [14, 79], - [54, 70], - [24, -12], - [41, 58], - [-13, 51], - [28, 17], - [41, 99] - ], - [ - [3501, 1460], - [35, -27], - [1, -34], - [-43, -34], - [-55, 6], - [-16, 48], - [21, 27], - [57, 14] - ], - [ - [4403, 1889], - [74, -34], - [39, -62], - [-11, -39], - [-68, 11], - [-35, -22], - [-39, 10], - [-18, 67], - [40, -7], - [18, 76] - ], - [ - [4603, 2006], - [80, -152], - [59, -65], - [-7, -45], - [44, -31], - [56, -2], - [40, -50], - [60, -11], - [42, -58], - [-58, -24], - [-106, 7], - [-49, -22], - [-81, -16], - [-91, 56], - [41, 31], - [-18, 67], - [-32, 44], - [45, 35], - [-4, 55], - [39, 22], - [-44, 67], - [-16, 92] - ], - [ - [16428, 4211], - [52, -8], - [24, -35], - [-34, -86], - [-51, -11], - [-37, 25], - [15, 100], - [31, 15] - ], - [ - [16535, 4411], - [85, -18], - [-22, -51], - [-44, 0], - [-29, 40], - [10, 29] - ], - [ - [8747, 5025], - [29, -26], - [-23, -74], - [-45, 1], - [39, 99] - ], - [ - [7591, 5407], - [72, -64], - [11, -66], - [-18, -16], - [-14, -83], - [-41, 29], - [-20, 50], - [-42, 42], - [-48, 8], - [-30, 44], - [130, 56] - ], - [ - [8504, 5891], - [10, -61], - [-64, -2], - [18, 45], - [36, 18] - ], - [ - [10061, 6067], - [28, -63], - [-82, 20], - [3, 26], - [51, 17] - ], - [ - [9654, 6195], - [21, -58], - [-127, -3], - [-27, 34], - [22, 35], - [111, -8] - ], - [ - [10529, 6522], - [73, -78], - [18, 10], - [45, -159], - [-16, -99], - [-48, -38], - [-27, -96], - [-58, -58], - [-25, -47], - [-115, -16], - [-43, 16], - [-25, -18], - [11, -57], - [-44, 6], - [33, -68], - [-108, -81], - [-60, 35], - [-50, -9], - [34, -61], - [-120, -37], - [22, -36], - [-25, -33], - [-75, -4], - [-19, -68], - [-30, -10], - [-85, 40], - [-71, -23], - [-19, -90], - [77, -68], - [-10, -44], - [58, -63], - [58, 1], - [22, 58], - [101, 14], - [-71, -62], - [-100, -13], - [28, -44], - [-59, -4], - [-60, 50], - [-28, -37], - [-70, -34], - [9, -39], - [-37, -42], - [-21, -92], - [-54, -36], - [37, -67], - [70, 21], - [32, -33], - [-22, -42], - [-54, -53], - [-34, 0], - [-62, -45], - [-39, -59], - [-32, 1], - [-55, -36], - [-45, 14], - [10, 118], - [-30, 29], - [18, 39], - [-40, 87], - [24, 41], - [54, 19], - [16, 50], - [55, 64], - [89, 50], - [6, 29], - [-36, 51], - [-3, 59], - [-53, 126], - [2, 69], - [43, -42], - [70, 54], - [30, -26], - [52, 67], - [64, 39], - [-5, 52], - [54, 20], - [40, -3], - [109, 59], - [57, 49], - [17, 62], - [-123, 56], - [-51, 12], - [-30, 55], - [18, 79], - [-28, 26], - [12, 60], - [55, -23], - [81, 20], - [112, -46], - [-23, -37], - [-6, -59], - [42, -32], - [83, 5], - [74, 44], - [18, 59], - [35, 56], - [50, 10], - [32, 32], - [-12, 42], - [54, 19], - [74, 82], - [69, 136], - [-18, 34], - [27, 41] - ], - [ - [9895, 6706], - [38, -26], - [-36, -78], - [-32, 17], - [-6, 70], - [36, 17] - ], - [ - [10062, 7021], - [-35, -31], - [-26, -82], - [-41, -11], - [-38, 15], - [88, 103], - [52, 6] - ], - [ - [25163, 23813], - [-130, -17], - [-120, -78], - [-62, 47], - [-44, -33], - [-57, 0], - [-101, -44], - [-89, 14], - [-17, -42], - [-94, 2], - [-70, -11], - [-35, -26], - [-42, 15], - [-9, -47], - [-37, -18], - [-72, 7], - [-33, -25], - [-43, 3], - [-41, 94] - ], - [ - [24067, 23654], - [21, 21], - [78, -3], - [22, 28], - [72, 13], - [71, 29], - [42, 60], - [34, 11], - [59, 77], - [-59, 53], - [-70, -54], - [-18, 21], - [80, 50], - [67, -66], - [85, 69], - [74, 72], - [-5, 108], - [93, -7], - [53, 81], - [-68, 11], - [-17, 92], - [32, 45], - [-39, 31], - [37, 25], - [8, 142] - ], - [ - [14682, 20971], - [-19, -12], - [-114, 14], - [-4, 32], - [-67, 66], - [-37, -12], - [-19, -45], - [-62, -44], - [-86, -80], - [-11, -71], - [37, -58], - [64, -140], - [62, -64], - [-11, -32], - [-13, 2], - [-18, 2] - ], - [ - [13572, 21409], - [72, -75], - [32, 53], - [-22, 22], - [61, 103], - [6, 33], - [-73, 41], - [-99, 86], - [27, 57], - [86, 42], - [-19, 27], - [49, 65], - [80, 36], - [68, -26], - [80, -62], - [-49, -40], - [37, -24], - [8, -66], - [63, -20], - [77, 14], - [-2, 35] - ], - [ - [33119, 28047], - [85, -39] - ], - [ - [33540, 27071], - [-93, -7], - [-17, 40], - [-52, -13], - [-68, 14], - [-18, -58], - [-116, 33], - [-94, -15], - [-37, -65], - [-55, 28], - [-62, -39], - [-30, 3], - [-42, 66], - [-145, -54], - [-126, -3], - [-53, 57], - [-79, 15], - [-15, 62], - [-66, 33], - [-41, -7], - [-130, 8], - [-104, 54], - [-63, 3], - [-122, 33], - [-52, 42], - [-53, -30], - [-86, -25], - [-19, -42] - ], - [ - [31702, 27204], - [-109, -28], - [-70, 51], - [-43, -5], - [-73, 24], - [-13, 47], - [-118, 36] - ], - [ - [20304, 26408], - [-21, -53], - [-39, 1], - [-12, 49], - [72, 3] - ], - [ - [20552, 26137], - [3, -58], - [-43, -60], - [14, -179], - [-84, -5], - [-157, -63], - [-57, -41], - [45, -24], - [41, -82], - [-90, -67], - [-25, -117], - [9, -31] - ], - [ - [18072, 24028], - [-82, -43], - [-12, -47], - [-51, -53], - [43, -86], - [-112, -154], - [-70, 61], - [-39, -41], - [-55, -27], - [-76, 9], - [-30, -18], - [-87, 83], - [-16, 104], - [35, 35], - [18, 84], - [-144, -18], - [-44, 14], - [-10, 73], - [-50, 87], - [66, 61], - [2, 80], - [43, 16], - [-15, 79], - [-34, 23], - [-5, 52], - [-30, 91] - ], - [ - [17317, 24493], - [37, -7], - [116, 14], - [103, 33], - [71, 43], - [44, 50], - [-14, 51], - [41, 4], - [23, 42], - [45, 0], - [55, 45], - [29, 61], - [51, 13], - [81, 120], - [51, -17], - [60, 136], - [47, 17], - [99, 89], - [59, 37], - [94, 98], - [60, 7], - [89, 46], - [24, 71], - [132, 98], - [1, 57], - [27, 10], - [35, 65], - [43, 14], - [96, 83], - [67, 24], - [9, 25], - [89, 46], - [110, 40], - [68, 105], - [20, 94], - [-5, 57], - [-79, 42], - [-9, 25], - [68, 32], - [68, 15], - [119, -2], - [-42, 39], - [35, 23], - [72, 11], - [46, 37], - [85, 30], - [99, 3], - [29, 16], - [103, -4], - [-8, 63], - [122, -7], - [35, 31], - [42, 68], - [99, -8], - [65, -48], - [85, 23], - [112, 14], - [112, 1], - [-5, -42], - [-78, -5], - [-119, -35], - [-54, -31], - [-48, 22], - [-53, -67], - [17, -72], - [-43, -59], - [65, -34], - [62, 1], - [83, 32], - [57, -34], - [90, -25], - [46, -82] - ], - [ - [19931, 27621], - [63, -11], - [42, -57], - [-106, 28], - [1, 40] - ], - [ - [20146, 27822], - [40, -22], - [-21, -84], - [-44, -58], - [-46, -11], - [3, 65], - [-28, 67], - [96, 43] - ], - [ - [20077, 27874], - [26, -19], - [-42, -49], - [-55, -5], - [29, -64], - [-9, -36], - [-61, -9], - [-30, 45], - [-59, 2], - [45, -91], - [-97, 39], - [-7, 36], - [70, 94], - [60, -5], - [27, 48], - [42, -16], - [61, 30] - ], - [ - [20482, 28347], - [13, -28], - [71, -62], - [62, -24], - [15, -43], - [41, -25], - [-23, -43], - [9, -47], - [-14, -55], - [-62, -21], - [2, -58], - [-26, -10], - [-96, 29], - [-50, -44], - [-135, 124], - [13, 72], - [-27, 8], - [20, 77], - [39, 59], - [48, 22], - [27, 37], - [36, -13], - [37, 45] - ], - [ - [36409, 1769], - [36, -31], - [12, -43], - [-108, -68], - [0, 79], - [60, 63] - ], - [ - [36332, 3236], - [19, -55], - [-47, 7], - [28, 48] - ], - [ - [38001, 6146], - [94, -139], - [-42, -35], - [-17, 91], - [-27, 28], - [-8, 55] - ], - [ - [33311, 21002], - [30, -4], - [54, -61], - [48, -33], - [41, 0], - [23, -42], - [-5, -52], - [-32, -5], - [-36, -42], - [-78, 34], - [-11, 63], - [-41, 11], - [-35, 78], - [42, 53] - ], - [ - [33007, 22709], - [54, -73], - [-25, -41], - [-84, 22], - [1, 53], - [54, 39] - ], - [ - [32847, 23223], - [44, -9], - [39, -61], - [-8, -59], - [-55, -35], - [-66, -20], - [-41, 19], - [-17, 56], - [43, 63], - [-4, 35], - [65, 11] - ], - [ - [32091, 23498], - [53, -29], - [-7, -51], - [-43, -49], - [-34, 78], - [31, 51] - ], - [ - [32374, 23924], - [10, -48], - [-25, -36], - [-6, -111], - [-62, 11], - [23, 121], - [60, 63] - ], - [ - [32527, 24777], - [97, -27], - [43, -36], - [30, -73], - [-8, -126], - [-97, -3], - [-75, 46], - [-18, 183], - [28, 36] - ], - [ - [32025, 25559], - [-66, -93], - [-5, -116], - [53, -6], - [-13, -154], - [60, -15], - [47, -81], - [-33, -132], - [-56, -20], - [-51, -64], - [2, -52], - [-39, -80], - [-55, -40], - [-60, -69], - [-41, -66], - [-16, -81], - [11, -48], - [-75, 18], - [-38, -14], - [-22, -52], - [-119, -52], - [-47, -7], - [-33, 49], - [-75, 49], - [9, 63], - [-72, 65], - [30, 95], - [44, 25], - [-41, 94], - [7, 103], - [-6, 101], - [65, 57], - [-43, 87], - [-7, 57], - [30, 67], - [8, 53], - [90, -5], - [34, -21], - [53, 24], - [37, -17], - [-2, 77], - [-60, 53], - [-38, 57], - [-95, 53], - [-106, 28], - [-114, -3], - [-98, -38], - [-104, -10], - [-41, -23], - [-26, -62], - [-59, -82], - [-31, -21], - [64, -39], - [-23, -55], - [-111, -73], - [-115, -42], - [-104, -64], - [-59, -116], - [28, -63], - [-68, -109], - [-7, -32], - [-136, -92], - [-75, -156], - [1, -69], - [76, -79], - [-81, 0], - [-235, 100], - [-116, 34], - [-131, 20], - [-70, 0], - [-226, -47], - [-157, 38], - [-121, 21], - [-110, 8], - [20, 74], - [30, 48], - [-44, 22], - [-4, -59], - [-43, -6], - [16, 67], - [65, 87], - [0, 54], - [-79, -36], - [-70, 34], - [-14, -70], - [-36, -15], - [121, -191], - [-191, -12] - ], - [ - [30265, 26719], - [48, -111], - [9, -83], - [21, -15], - [17, -95], - [-38, -146], - [24, -43], - [-8, -58], - [-39, -57], - [38, -76], - [4, -68], - [59, -29], - [77, 50], - [76, -35], - [17, -109], - [33, -63], - [19, -86], - [23, 5], - [47, -53], - [124, -11], - [52, 56], - [19, 57], - [-34, 88], - [11, 45], - [-16, 69], - [44, 58], - [-13, 98], - [7, 67], - [100, 87], - [31, -33], - [27, -88], - [103, 11], - [45, -92], - [164, 35], - [117, 10], - [38, 26], - [70, -8], - [67, 38] - ], - [ - [22783, 23414], - [60, 6], - [43, 34], - [86, 5], - [40, -11], - [54, 42], - [0, -90], - [105, -60], - [-43, -69], - [-39, -99], - [11, -38], - [-30, -69], - [-2, -59], - [19, -66], - [68, -18], - [18, 31], - [57, -105], - [55, -26], - [3, -100], - [-93, -84], - [-12, -46], - [93, 9], - [65, -45], - [7, -27], - [-127, -54], - [-48, -32], - [-36, 0], - [-89, -57], - [-19, -61], - [-50, 4], - [1, -40], - [-67, -48], - [-85, -41], - [-56, -40], - [-67, -8], - [-37, -43], - [-7, -62], - [-39, -36], - [1, -40], - [-69, 3], - [-37, -20], - [-8, -58] - ], - [ - [23105, 23517], - [24, -47], - [-20, -36], - [-41, 36], - [37, 47] - ], - [ - [33307, 26664], - [58, -86], - [-62, -8], - [-14, 36], - [18, 58] - ], - [ - [33648, 26856], - [3, -7], - [0, -1], - [33, -65], - [-57, -31], - [40, -33], - [-82, -58], - [-95, 61], - [-56, -26], - [-30, 12], - [-26, -52], - [-51, 106], - [-28, -57], - [-12, -105], - [18, -48], - [58, -21], - [-22, -49], - [-7, 5], - [-77, 0] - ], - [ - [32072, 26785], - [-55, 42], - [-62, 12], - [-95, 56], - [-66, 93], - [-39, 99], - [-1, 47], - [-52, 70] - ], - [ - [20552, 26137], - [19, 175], - [130, -26], - [64, 14], - [41, 80], - [50, 10], - [48, 36], - [187, 40], - [157, -58], - [172, -14], - [91, 1], - [221, 17], - [97, 35], - [203, -9], - [155, 22], - [155, 34], - [101, 39], - [42, 66], - [60, 2], - [90, 52] - ], - [ - [27949, 29755], - [-48, -45], - [11, -36], - [-98, -127], - [56, -83], - [110, -91], - [137, -40], - [37, -30], - [67, -14], - [79, 18], - [124, -15], - [84, 12], - [21, 35], - [95, 67], - [-2, 31], - [36, 61], - [17, 77], - [-18, 40], - [32, 61], - [126, 67], - [45, 14], - [124, 10], - [26, 26], - [99, 11] - ], - [ - [25495, 21740], - [88, -24], - [-56, -48], - [-32, 72] - ], - [ - [25885, 22296], - [-72, -101], - [-5, -54], - [-66, -23], - [15, -94], - [28, -51], - [-73, -13], - [-22, -62], - [-109, -60], - [-62, -20], - [-53, -37], - [-44, -86], - [-34, 54], - [-72, -15], - [-42, 28], - [-54, 0], - [-78, 39], - [-89, -3], - [-30, 23], - [-112, 13], - [-49, 63], - [-93, 2], - [5, 25], - [-80, 37], - [-41, 53], - [15, 89], - [-27, 29], - [-78, 19], - [-24, 30], - [51, 45], - [75, 26], - [-30, 52], - [-55, 52], - [-40, -9], - [-16, 46], - [-44, 4], - [-59, 39], - [-73, -1], - [3, 40], - [-95, 41], - [-27, 33], - [-42, 105], - [-77, 37], - [-27, -12], - [-71, 10], - [37, 44], - [-14, 53], - [30, 131], - [91, 22], - [48, 104], - [-50, 42], - [-95, 5], - [18, 63], - [70, 103], - [73, -11], - [34, 50], - [-17, 56], - [-47, 9], - [-20, 82], - [-53, 62], - [-54, 35], - [-31, 47], - [3, 59], - [32, 9] - ], - [ - [32896, 33413], - [-8, 38], - [79, 137], - [59, 121], - [148, 112], - [37, 65], - [74, 53], - [31, 59], - [59, 153], - [34, 140], - [58, 120], - [70, 210], - [11, 58], - [-18, 53] - ], - [ - [17880, 22474], - [45, -46], - [-59, -25], - [-19, 33], - [33, 38] - ], - [ - [18357, 22515], - [94, -80], - [-82, -1], - [-48, 52], - [36, 29] - ], - [ - [18094, 22601], - [54, -28], - [-56, -83], - [-35, 17], - [45, 51], - [-8, 43] - ], - [ - [18432, 22843], - [82, -44], - [57, -79], - [75, 4], - [24, 46], - [49, -5], - [64, 66], - [37, -27], - [-51, -56], - [-82, -9], - [-26, -33], - [15, -80], - [-53, 0], - [-45, 64], - [-58, 9], - [-99, -52], - [-40, 0], - [-27, -39], - [-64, 106], - [3, 63], - [112, 85], - [27, -19] - ], - [ - [17675, 22891], - [-11, -59], - [-50, -50], - [-59, 19], - [86, 39], - [34, 51] - ], - [ - [18396, 23312], - [38, -12], - [-24, -57], - [-64, 53], - [50, 16] - ], - [ - [16453, 23943], - [-50, -29], - [-38, -61], - [-63, 25], - [26, 35], - [52, 4], - [73, 26] - ], - [ - [18406, 23461], - [25, -51], - [-25, -21], - [30, -61], - [-76, -23], - [24, -50], - [-39, -30], - [14, -92], - [-3, -55], - [24, -30], - [-17, -108], - [-52, -91], - [-114, -13], - [-7, -66], - [12, -103], - [33, -21], - [21, -64], - [-41, -33], - [-29, 7], - [-21, 60], - [16, 22], - [-88, 54], - [-46, 52], - [-54, -34], - [-113, 76], - [-22, 35], - [-53, -1], - [-31, 48], - [-68, 28], - [-26, 41], - [-56, 26], - [-41, -42], - [6, -39], - [-65, -6], - [-12, 47], - [68, 69], - [0, 27], - [-64, 40], - [-64, 1], - [-9, 22], - [-132, -20], - [-43, -33], - [-48, 16], - [-55, -55], - [-16, 36], - [-74, -72], - [-47, -23], - [-60, 16], - [-13, 44], - [-69, 21], - [14, -51], - [-42, -34], - [-39, 6], - [-14, 37], - [-62, 31], - [-93, -107], - [-21, -60], - [-36, 0], - [-99, -75], - [-117, 50], - [-65, -28], - [-37, 49], - [17, 59], - [-39, 36], - [-51, 20], - [-61, 78], - [-85, 11], - [-36, -8], - [-49, -55], - [-17, -56], - [-79, -59], - [-63, -69], - [-2, -47], - [-43, -1], - [-12, 49], - [41, 93], - [-17, 42], - [17, 59], - [-12, 96], - [-56, 30], - [-39, 68], - [9, 76], - [49, -6], - [73, 95], - [0, 86], - [-15, 63], - [-107, 114], - [35, 21], - [22, 57], - [-11, 53], - [32, 37], - [83, -22], - [170, 73], - [-35, 38], - [-44, -6], - [-82, 16], - [40, 78], - [62, -30], - [29, -36], - [59, 2], - [44, 30], - [119, -30], - [13, -49], - [36, -42], - [63, 20], - [69, -6], - [103, 28], - [37, -20], - [64, 26], - [11, 49], - [48, -9], - [83, 24], - [33, 65], - [96, 88], - [-15, 57], - [20, 49], - [66, -3], - [35, 50], - [35, 14], - [42, 47], - [3, 83], - [74, 50], - [10, 45], - [70, 16], - [23, -27], - [51, 20], - [26, 33] - ], - [ - [16231, 24762], - [50, -41], - [-37, -39], - [-24, 26], - [11, 54] - ] - ], - "transform": { - "scale": [0.0005048515201930755, 0.00043399868681727254], - "translate": [122.94208526611328, 24.0454158782959] - }, - "objects": { - "japan": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-23", - "NAME_0": "Japan", - "ID_1": 1, - "NAME_1": "Aichi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "愛知県", - "VARNAME_1": "Aiti" - } - }, - { - "arcs": [[[5]], [[6, 7, 8, 9, 10]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-05", - "NAME_0": "Japan", - "ID_1": 2, - "NAME_1": "Akita", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "秋田県", - "VARNAME_1": null - } - }, - { - "arcs": [[[11]], [[12, -11, 13]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-02", - "NAME_0": "Japan", - "ID_1": 3, - "NAME_1": "Aomori", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "青森県", - "VARNAME_1": null - } - }, - { - "arcs": [[14, 15, 16, 17]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-12", - "NAME_0": "Japan", - "ID_1": 4, - "NAME_1": "Chiba", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "千葉県", - "VARNAME_1": "Tiba|Tsiba" - } - }, - { - "arcs": [[[18]], [[19, 20, 21, 22]], [[23]], [[24]], [[25]], [[26]], [[27]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-38", - "NAME_0": "Japan", - "ID_1": 5, - "NAME_1": "Ehime", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "愛媛県", - "VARNAME_1": null - } - }, - { - "arcs": [[28, 29, 30, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-18", - "NAME_0": "Japan", - "ID_1": 6, - "NAME_1": "Fukui", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "福井県", - "VARNAME_1": "Hukui" - } - }, - { - "arcs": [[[33]], [[34, 35, 36, 37, 38]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-40", - "NAME_0": "Japan", - "ID_1": 7, - "NAME_1": "Fukuoka", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "福岡県", - "VARNAME_1": "Hukuoka" - } - }, - { - "arcs": [[39, 40, 41, 42, 43, 44, 45]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-07", - "NAME_0": "Japan", - "ID_1": 8, - "NAME_1": "Fukushima", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "福島県", - "VARNAME_1": "Hukusima" - } - }, - { - "arcs": [[46, -5, 47, 48, -30, 49, 50]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-21", - "NAME_0": "Japan", - "ID_1": 9, - "NAME_1": "Gifu", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "岐阜県", - "VARNAME_1": "Gihu" - } - }, - { - "arcs": [[-43, 51, 52, 53, 54]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-10", - "NAME_0": "Japan", - "ID_1": 10, - "NAME_1": "Gunma", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "群馬県", - "VARNAME_1": "GunmaGumma" - } - }, - { - "arcs": [ - [[55]], - [[56]], - [[57]], - [[58]], - [[59]], - [[60]], - [[61]], - [[62]], - [[63]], - [[64]], - [[65]], - [[66]], - [[67, 68, 69, 70, 71]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-34", - "NAME_0": "Japan", - "ID_1": 11, - "NAME_1": "Hiroshima", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "広島県", - "VARNAME_1": "Hirosima" - } - }, - { - "arcs": [[[72]], [[73]], [[74]], [[75]], [[76]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-01", - "NAME_0": "Japan", - "ID_1": 12, - "NAME_1": "Hokkaido", - "TYPE_1": "Do", - "ENGTYPE_1": "Circuit", - "NL_NAME_1": "北海道", - "VARNAME_1": "Ezo|Yeso|Yezo" - } - }, - { - "arcs": [[[77]], [[78]], [[79]], [[80]], [[81]], [[82, 83, 84, 85, 86, 87]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-28", - "NAME_0": "Japan", - "ID_1": 13, - "NAME_1": "Hyogo", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "兵庫県", - "VARNAME_1": "Hiogo" - } - }, - { - "arcs": [[88, -18, 89, 90, -41]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-08", - "NAME_0": "Japan", - "ID_1": 14, - "NAME_1": "Ibaraki", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "茨城県", - "VARNAME_1": null - } - }, - { - "arcs": [[[91]], [[92, -50, -29, 93]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-17", - "NAME_0": "Japan", - "ID_1": 15, - "NAME_1": "Ishikawa", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "石川県", - "VARNAME_1": "Isikawa" - } - }, - { - "arcs": [[94, -7, -13, 95]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-03", - "NAME_0": "Japan", - "ID_1": 16, - "NAME_1": "Iwate", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "岩手県", - "VARNAME_1": null - } - }, - { - "arcs": [[[96, -20, 97]], [[98]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-37", - "NAME_0": "Japan", - "ID_1": 17, - "NAME_1": "Kagawa", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "香川県", - "VARNAME_1": null - } - }, - { - "arcs": [ - [[99]], - [[100]], - [[101]], - [[102]], - [[103]], - [[104]], - [[105]], - [[106]], - [[107]], - [[108]], - [[109]], - [[110]], - [[111]], - [[112]], - [[113]], - [[114]], - [[115]], - [[116]], - [[117]], - [[118]], - [[119]], - [[120]], - [[121, 122, 123, 124, 125]], - [[126, 127]], - [[128, 129]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-46", - "NAME_0": "Japan", - "ID_1": 18, - "NAME_1": "Kagoshima", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "鹿児島県", - "VARNAME_1": null - } - }, - { - "arcs": [[[130]], [[131, 132, 133, 134]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-14", - "NAME_0": "Japan", - "ID_1": 19, - "NAME_1": "Kanagawa", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "神奈川県", - "VARNAME_1": null - } - }, - { - "arcs": [[[135]], [[136, 137, -22]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-39", - "NAME_0": "Japan", - "ID_1": 20, - "NAME_1": "Kochi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "高知県", - "VARNAME_1": "Koti" - } - }, - { - "arcs": [ - [[-127, 138, -124, 139]], - [[-129, 140]], - [[141]], - [[142]], - [[143]], - [[144]], - [[145]], - [[146, -126, 147, -36, 148]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-43", - "NAME_0": "Japan", - "ID_1": 21, - "NAME_1": "Kumamoto", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "熊本県", - "VARNAME_1": null - } - }, - { - "arcs": [[-32, 149, 150, 151, 152, -83, 153]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-26", - "NAME_0": "Japan", - "ID_1": 22, - "NAME_1": "Kyoto", - "TYPE_1": "Fu", - "ENGTYPE_1": "Urban Prefecture", - "NL_NAME_1": "京都府", - "VARNAME_1": "Kioto" - } - }, - { - "arcs": [[-4, 154, 155, 156, -151, 157, -48]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-24", - "NAME_0": "Japan", - "ID_1": 23, - "NAME_1": "Mie", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "三重県", - "VARNAME_1": "Miye" - } - }, - { - "arcs": [[[158]], [[159]], [[160, -46, 161, -8, -95]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-04", - "NAME_0": "Japan", - "ID_1": 24, - "NAME_1": "Miyagi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "宮城県", - "VARNAME_1": null - } - }, - { - "arcs": [[162, -122, -147, 163]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-45", - "NAME_0": "Japan", - "ID_1": 25, - "NAME_1": "Miyazaki", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "宮崎県", - "VARNAME_1": null - } - }, - { - "arcs": [[-54, 164, 165, 166, -1, -47, 167, 168]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-20", - "NAME_0": "Japan", - "ID_1": 26, - "NAME_1": "Nagano", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "長野県", - "VARNAME_1": null - } - }, - { - "arcs": [ - [[169]], - [[170]], - [[171]], - [[172]], - [[173]], - [[174]], - [[175]], - [[176]], - [[177]], - [[178]], - [[179, 180]], - [[181]], - [[182]], - [[183]], - [[184]], - [[185]], - [[186]], - [[187]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-42", - "NAME_0": "Japan", - "ID_1": 27, - "NAME_1": "Nagasaki", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "長崎県", - "VARNAME_1": "Nagasaki" - } - }, - { - "arcs": [[-157, 188, 189, -152]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-29", - "NAME_0": "Japan", - "ID_1": 28, - "NAME_1": "Nara", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "奈良県", - "VARNAME_1": null - } - }, - { - "arcs": [[[190]], [[191]], [[-44, -55, -169, 192, 193, 194]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-15", - "NAME_0": "Japan", - "ID_1": 29, - "NAME_1": "Niigata", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "新潟県", - "VARNAME_1": null - } - }, - { - "arcs": [[-164, -149, -35, 195]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-44", - "NAME_0": "Japan", - "ID_1": 30, - "NAME_1": "Oita", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "大分県", - "VARNAME_1": null - } - }, - { - "arcs": [[[196]], [[197]], [[198]], [[-86, 199, -69, 200]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-33", - "NAME_0": "Japan", - "ID_1": 31, - "NAME_1": "Okayama", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "岡山県", - "VARNAME_1": null - } - }, - { - "arcs": [ - [[201]], - [[202]], - [[203]], - [[204]], - [[205]], - [[206]], - [[207]], - [[208]], - [[209]], - [[210]], - [[211]], - [[212]], - [[213]], - [[214]], - [[215]], - [[216]], - [[217]], - [[218]], - [[219]], - [[220]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-47", - "NAME_0": "Japan", - "ID_1": 32, - "NAME_1": "Okinawa", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "沖縄県", - "VARNAME_1": null - } - }, - { - "arcs": [[-190, 221, 222, -84, -153]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-27", - "NAME_0": "Japan", - "ID_1": 33, - "NAME_1": "Osaka", - "TYPE_1": "Fu", - "ENGTYPE_1": "Urban Prefecture", - "NL_NAME_1": "大阪府", - "VARNAME_1": null - } - }, - { - "arcs": [[-38, 223, -180, 224]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-41", - "NAME_0": "Japan", - "ID_1": 34, - "NAME_1": "Saga", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "佐賀県", - "VARNAME_1": null - } - }, - { - "arcs": [[225, -90, -17, 226, 227, -165, -53]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-11", - "NAME_0": "Japan", - "ID_1": 35, - "NAME_1": "Saitama", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "埼玉県", - "VARNAME_1": null - } - }, - { - "arcs": [[-49, -158, -150, -31]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-25", - "NAME_0": "Japan", - "ID_1": 36, - "NAME_1": "Shiga", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "滋賀県", - "VARNAME_1": "Siga" - } - }, - { - "arcs": [[[228]], [[229, -72, 230, 231]], [[232]], [[233]], [[234]], [[235]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-32", - "NAME_0": "Japan", - "ID_1": 37, - "NAME_1": "Shimane", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "島根県", - "VARNAME_1": "Simane" - } - }, - { - "arcs": [ - [[236]], - [[237]], - [[238]], - [[239]], - [[240]], - [[241]], - [[242]], - [[243]], - [[244]], - [[-133, 245, -2, -167, 246]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-22", - "NAME_0": "Japan", - "ID_1": 38, - "NAME_1": "Shizuoka", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "静岡県", - "VARNAME_1": "Sizuoka" - } - }, - { - "arcs": [[-91, -226, -52, -42]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-09", - "NAME_0": "Japan", - "ID_1": 39, - "NAME_1": "Tochigi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "栃木県", - "VARNAME_1": "Totigi" - } - }, - { - "arcs": [[[-137, -21, -97, 247]], [[248]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-36", - "NAME_0": "Japan", - "ID_1": 40, - "NAME_1": "Tokushima", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "徳島県", - "VARNAME_1": "Tokusima" - } - }, - { - "arcs": [[[249]], [[-16, 250, -135, 251, -227]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-13", - "NAME_0": "Japan", - "ID_1": 41, - "NAME_1": "Tokyo", - "TYPE_1": "To", - "ENGTYPE_1": "Metropolis", - "NL_NAME_1": "東京都", - "VARNAME_1": "Edo|Yedo|Tokio|T¢quio" - } - }, - { - "arcs": [[-201, -68, -230, 252, -87]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-31", - "NAME_0": "Japan", - "ID_1": 42, - "NAME_1": "Tottori", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "鳥取県", - "VARNAME_1": null - } - }, - { - "arcs": [[-193, -168, -51, -93, 253]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-16", - "NAME_0": "Japan", - "ID_1": 43, - "NAME_1": "Toyama", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "富山県", - "VARNAME_1": null - } - }, - { - "arcs": [[[254]], [[-189, -156, 255, -222]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-30", - "NAME_0": "Japan", - "ID_1": 44, - "NAME_1": "Wakayama", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "和歌山県", - "VARNAME_1": null - } - }, - { - "arcs": [[-162, -45, -195, 256, -9]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-06", - "NAME_0": "Japan", - "ID_1": 45, - "NAME_1": "Yamagata", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "山形県", - "VARNAME_1": null - } - }, - { - "arcs": [ - [[257]], - [[258]], - [[259]], - [[260]], - [[261]], - [[262]], - [[263]], - [[-231, -71, 264]], - [[265]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 114, - "ISO": "JP-35", - "NAME_0": "Japan", - "ID_1": 46, - "NAME_1": "Yamaguchi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "山口県", - "VARNAME_1": "Yamaguti" - } - }, - { - "arcs": [[-228, -252, -134, -247, -166]], - "type": "Polygon", - "properties": { - "ID_0": 114, - "ISO": "JP-19", - "NAME_0": "Japan", - "ID_1": 47, - "NAME_1": "Yamanashi", - "TYPE_1": "Ken", - "ENGTYPE_1": "Prefecture", - "NL_NAME_1": "山梨県", - "VARNAME_1": "Yamanasi" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/korea-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/korea-topo.json deleted file mode 100644 index 0ebf51987956e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/korea-topo.json +++ /dev/null @@ -1,2471 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [7454, 4447], - [42, -59], - [-34, -74], - [-76, 102], - [68, 31] - ], - [ - [7860, 4492], - [29, 33], - [61, -30], - [7, -89], - [-97, 86] - ], - [ - [8440, 5110], - [-51, -66], - [-68, 1], - [-22, -112], - [0, -61], - [-61, -81], - [-4, -67], - [-47, -16], - [-7, -38], - [-143, -15], - [5, -131], - [-98, 7], - [-37, 40], - [-34, -31], - [-27, -51], - [-17, -61], - [-70, 4], - [-52, -18], - [-22, 91], - [-27, 9], - [-75, -40], - [-124, 23] - ], - [ - [7459, 4497], - [39, 24], - [6, 47], - [-22, 58], - [115, 20], - [-7, 75], - [61, 52], - [89, -11], - [71, 37], - [29, 81], - [38, 48], - [79, 36], - [52, 70], - [60, 20], - [34, 48], - [50, 22], - [54, -4], - [77, 93] - ], - [ - [8284, 5213], - [101, 9], - [55, -112] - ], - [ - [7083, 9078], - [-23, -33], - [-74, 5], - [-50, -22], - [-32, -74], - [-93, -43], - [-23, -43], - [-86, -52], - [-37, -50], - [-32, -78], - [36, -90], - [-16, -55], - [-52, -39], - [-64, 17], - [-55, -32], - [-89, 22], - [-17, 30], - [-62, 20], - [-47, 80], - [-59, -74], - [-28, -71], - [-114, 23], - [-35, 26], - [-38, -64], - [-81, 37], - [-30, -61], - [-36, -27], - [-8, -77], - [72, -64], - [-42, -22], - [-55, 34], - [-73, 0], - [-38, 20], - [-44, -53], - [-76, -50], - [-15, -40], - [54, -19], - [5, -83], - [-50, -46], - [-52, 55], - [-41, 17], - [-37, -61], - [-49, 1], - [-25, -40], - [29, -50], - [97, -24], - [50, -72], - [23, -61], - [-51, -30], - [-22, -42], - [22, -41], - [-33, -159], - [50, -88], - [-82, -101], - [1, -76], - [106, 1], - [91, -59], - [88, 9], - [80, -18], - [9, -77], - [33, -36], - [-22, -47], - [-70, 27], - [-53, -55], - [29, -45], - [-7, -76], - [-35, -17], - [-11, -106], - [-26, -37], - [-60, 3], - [-52, -57] - ], - [ - [5556, 6668], - [-42, -13], - [-63, 24], - [-64, -32], - [-74, -4], - [-45, 30], - [-121, 2], - [-50, 35] - ], - [ - [5097, 6710], - [-29, -20], - [-42, 44], - [-40, 121], - [-44, 34], - [-7, 192], - [-40, 40], - [-152, 29] - ], - [ - [4743, 7150], - [-12, 32], - [26, 162], - [32, 36], - [37, 112], - [32, 30], - [-22, 41], - [-79, 0], - [6, 76], - [-71, 67], - [-33, -49], - [-88, 15], - [-30, 70], - [-64, 6] - ], - [ - [4477, 7748], - [7, 96], - [26, 48], - [-64, 49], - [-43, 56], - [-51, -5], - [-9, 51], - [-60, 48], - [45, 67], - [7, 73] - ], - [ - [4335, 8231], - [44, 93], - [54, 17], - [17, 60], - [111, -6], - [-8, 65], - [-95, 90], - [-16, 40], - [-105, 99] - ], - [ - [4337, 8689], - [25, 61], - [35, 24], - [159, 47], - [48, 96], - [97, 54], - [66, 63], - [104, -28], - [57, 8], - [4, 44], - [84, 20], - [40, 73], - [19, 123], - [44, -22], - [52, 40], - [120, 172], - [20, 64], - [40, 15] - ], - [ - [5351, 9543], - [59, -208], - [27, -21], - [201, 17], - [41, 73], - [-40, 70], - [7, 30], - [93, 43], - [77, -22], - [51, -118], - [123, 17], - [39, 55], - [78, 9], - [32, 30], - [71, 3], - [119, -67], - [91, 14], - [23, -37], - [-123, -97], - [60, -59], - [73, 34], - [112, 7], - [25, -76], - [74, -49], - [83, 13], - [32, 21], - [82, -9], - [68, -66], - [133, -24], - [21, -48] - ], - [ - [2518, 8130], - [20, -16], - [25, -145], - [-5, -31], - [52, -72], - [-8, -31], - [36, -62], - [-2, -39], - [38, -77], - [-127, -19], - [-71, 65], - [-10, 74], - [11, 70], - [-18, 29], - [0, 109], - [-28, 71], - [13, 2], - [7, 25], - [34, 33], - [33, 14] - ], - [ - [3624, 8789], - [149, 27], - [95, -14], - [104, 28], - [69, 31], - [103, -40], - [140, -82], - [53, -50] - ], - [ - [4335, 8231], - [-65, -5], - [-112, 101], - [-68, 4], - [-45, -41], - [42, -70], - [-8, -178], - [96, -65], - [23, -56], - [-11, -39], - [22, -59], - [38, 0], - [32, -47], - [-52, -51], - [39, -72], - [56, -5], - [5, -54] - ], - [ - [4327, 7594], - [-18, -110], - [5, -58], - [-34, -73], - [5, -35], - [47, -57], - [13, -60], - [73, -64], - [48, 46], - [12, 81], - [48, -7], - [-6, -62], - [95, -98], - [32, -5], - [35, 44], - [61, 14] - ], - [ - [5097, 6710], - [-3, -49], - [-65, -60], - [-129, 4], - [-26, 62], - [-75, -22], - [-87, -2], - [-132, 70], - [-45, 110], - [-81, 108], - [-40, 36], - [-132, -56], - [-27, -36], - [-67, 17], - [-134, -69], - [-77, 3], - [-74, 25], - [-38, 121], - [-180, 71], - [-62, -38], - [-46, -6], - [-23, -35], - [-36, -152], - [-68, -32], - [-19, -29], - [-63, -1], - [-82, -44] - ], - [ - [3286, 6706], - [-36, -42], - [-113, 9], - [3, 66], - [-110, 152], - [-40, 73], - [-67, 5], - [-78, 74], - [7, 64], - [29, 55], - [-17, 68], - [37, 64], - [-83, 128], - [77, 83], - [-69, 58], - [-62, 9], - [30, 102], - [91, 58], - [43, 2], - [23, 60], - [-56, -10], - [-43, -67], - [-76, 23], - [-14, 84], - [28, 68], - [-58, 71], - [13, 31], - [-32, 84], - [-84, 46], - [-80, 12], - [-15, 15], - [-16, -19], - [-34, -10], - [-33, -31], - [-12, -31], - [-39, -15], - [-29, 24], - [36, 120], - [-27, 65], - [-46, 6], - [-12, 107], - [-38, -36], - [-54, -18], - [-29, -45], - [-91, 9], - [-5, 61], - [37, 30], - [60, -30], - [50, 38], - [-68, 57], - [-16, 32], - [-105, -52], - [-26, 70], - [112, 103], - [43, 25], - [-25, 37], - [39, 50], - [-38, 76], - [80, 42], - [59, 7], - [60, -18], - [23, 64], - [56, -87], - [-48, -93], - [-2, -108], - [61, 40], - [-12, 46], - [25, 47], - [77, -14], - [-13, 45], - [80, 49], - [31, 90], - [-60, -13], - [-92, 90], - [-25, 41], - [41, 48], - [215, 34], - [54, 58], - [23, 52], - [43, -15], - [44, -51], - [202, -90], - [108, 2], - [168, -56], - [40, -121], - [57, -91], - [68, -17], - [93, 34] - ], - [ - [6907, 5735], - [-129, -95], - [-104, -6], - [-44, 20] - ], - [ - [6630, 5654], - [37, 28], - [2, 64], - [-83, 101], - [14, 28], - [96, -20], - [21, 56], - [-69, 46], - [-13, 49], - [49, 115], - [71, -1], - [15, 42], - [-80, 51], - [-45, 3], - [-34, 45], - [8, 59], - [44, 42], - [82, 25], - [2, -44], - [39, -49], - [75, 67], - [20, 92], - [77, 37], - [53, 69], - [38, 21], - [110, 8], - [76, -30], - [36, -40], - [-12, -144], - [39, -26], - [19, -115], - [-15, -48], - [-42, -13], - [-18, -56], - [-70, -94], - [19, -51], - [-11, -45], - [-79, -65], - [-90, 69], - [-101, -51], - [-23, -89], - [20, -55] - ], - [ - [4327, 7594], - [83, 23], - [52, 45], - [15, 86] - ], - [ - [8493, 9430], - [-101, -125], - [-64, -31], - [-44, -56], - [-2, -129], - [-19, -20], - [-121, 20], - [-115, 85], - [-39, -21], - [-35, -60], - [-98, 24], - [-134, 13], - [-32, 25], - [-39, -43], - [-89, 4], - [-134, 71], - [-119, 21], - [46, -70], - [-1, -32], - [-66, -8], - [-21, -38], - [-110, 31], - [-73, -13] - ], - [ - [5351, 9543], - [20, 30], - [-2, 147], - [-9, 56], - [33, 60], - [20, 84], - [-2, 111], - [-63, 78], - [102, 117], - [-17, 64], - [-91, -7], - [-51, 37], - [-41, 4], - [-97, 63], - [-125, 63], - [-77, -13], - [-61, 34], - [9, 141], - [-55, 46], - [42, 76], - [-16, 66], - [6, 93], - [65, 47], - [83, 90], - [6, 130], - [-21, 27], - [-73, 0], - [-24, 97], - [-105, 4], - [-26, 22], - [-31, 90], - [-28, 178], - [-76, -42], - [-45, 41], - [-33, -8], - [-36, -54], - [-30, 52], - [-59, 17], - [-49, -33], - [-51, 41], - [72, 106], - [-37, 34], - [-63, -63], - [-98, -65], - [-62, -18], - [-130, 18], - [-41, 43], - [15, 115], - [-16, 25], - [-106, -16], - [-46, 11], - [-55, 123] - ], - [ - [3776, 11905], - [38, 37], - [21, 36], - [231, 160], - [71, -7], - [141, 60], - [72, -10], - [34, -24], - [68, 3], - [129, 42], - [99, -42], - [24, 6], - [93, -45], - [112, 64], - [62, 20], - [55, -28], - [80, 8], - [56, -13], - [42, 26], - [122, -6], - [67, 20], - [15, -35], - [57, -49], - [92, 31], - [37, 35], - [123, -36], - [38, 9], - [136, -29], - [62, 10], - [63, 48], - [56, -2], - [77, 66], - [76, 44], - [32, 46], - [117, 96], - [46, 91], - [15, 79], - [-9, 191], - [88, 61], - [28, -54], - [77, -79], - [-11, -33], - [63, -153], - [61, -67], - [-28, -31], - [20, -42], - [95, -116], - [4, -62], - [66, -122], - [22, -73], - [64, -82], - [10, -63], - [29, -52], - [-4, -65], - [51, -81], - [82, -79], - [6, -47], - [145, -174], - [42, -92], - [45, -55], - [82, -71], - [-9, -38], - [92, -100], - [9, -34], - [210, -205], - [57, -82], - [87, -79], - [-28, -72], - [49, -81], - [98, -76], - [-11, -86], - [60, -105], - [96, -105], - [19, -92], - [90, -63], - [44, -100], - [7, -57], - [56, -22], - [3, -44], - [59, -30], - [-6, -36], - [44, -39], - [0, -91], - [-18, -39], - [22, -69] - ], - [ - [3742, 4748], - [2, -56], - [64, -11], - [57, -47], - [-51, -138], - [-77, -24], - [-96, -11], - [-43, -71], - [-59, 26], - [-73, -14], - [-78, 9], - [-15, 60], - [-114, 33], - [-47, 28], - [-54, 1], - [-4, 79], - [55, 92], - [80, 28], - [67, 74], - [81, -58], - [78, 5], - [22, 48], - [97, 14], - [96, -39], - [12, -28] - ], - [ - [3624, 8789], - [-11, 70], - [-77, 22], - [-9, 37], - [-86, 106], - [-46, 6], - [-2, 66], - [-93, 12], - [26, 71], - [10, 90], - [-15, 47], - [48, 44], - [41, -4], - [-9, 87], - [-97, -8], - [-63, -84], - [-43, -24], - [-72, 95], - [-17, 48], - [27, 62], - [-7, 91], - [51, 41], - [134, -20], - [10, -81], - [22, -12], - [50, 90], - [-13, 33], - [53, 71], - [-67, -7], - [-101, 35], - [-90, 56], - [-140, -45], - [-68, -44], - [-24, -43], - [74, -31], - [31, -66], - [56, -27], - [-10, -36], - [-63, 31], - [-56, -7], - [-55, -48], - [-38, 57], - [28, 24], - [17, 104], - [44, 48], - [55, 39], - [157, 52], - [-5, 30], - [99, 53], - [-6, 50], - [32, 22], - [-3, 8], - [9, 7], - [3, 19], - [0, 1] - ], - [ - [3315, 10027], - [28, 45], - [-10, 105], - [10, 86] - ], - [ - [3343, 10263], - [107, -20], - [-5, -88], - [97, -35], - [39, -34], - [101, -14], - [62, 25], - [121, 2], - [24, -58], - [61, -15], - [40, 31], - [86, 13], - [38, 52], - [-23, 91], - [52, 54], - [-27, 42], - [-69, 22], - [-13, 101], - [6, 62], - [-38, 89], - [-40, 21], - [-116, 14], - [-112, -78], - [-54, 2], - [-70, -26], - [-53, -116], - [-52, -11], - [-55, 29], - [-60, -49] - ], - [ - [3390, 10369], - [-92, 45], - [-97, 23], - [-63, -3], - [-78, -28], - [-93, 10] - ], - [ - [2967, 10416], - [-54, 69], - [-54, 157], - [9, 64], - [-21, 29], - [18, 84], - [-23, 29], - [57, 36], - [63, -32], - [48, -1], - [65, 49], - [63, 3], - [23, 121], - [21, 55], - [12, 124], - [-25, 81], - [117, 41], - [85, 13], - [113, 120], - [46, 66], - [21, 82], - [36, 44], - [149, 94], - [-5, 99], - [45, 62] - ], - [ - [8695, 5748], - [-9, -23], - [-220, 63], - [-55, -63], - [-69, 11], - [-60, 51], - [9, 61], - [-133, 39], - [-119, 13], - [-109, -64], - [7, -117], - [-66, 10], - [-27, -41] - ], - [ - [7844, 5688], - [-85, -49], - [-113, 44], - [-78, 5], - [-63, -78], - [-120, -56], - [-20, -24], - [-78, 37], - [-131, 25], - [-65, -30], - [-53, 3], - [-54, 37], - [-42, 53], - [-35, 80] - ], - [ - [6630, 5654], - [-42, 45], - [-128, 52], - [-44, -19], - [-124, -17], - [-99, 69], - [33, 112], - [-14, 71], - [-127, 121], - [-23, 70], - [-149, 83], - [-79, 13], - [-87, -9], - [-48, 55], - [-42, 9], - [-29, 50] - ], - [ - [5628, 6359], - [-7, 61], - [14, 103], - [-79, 145] - ], - [ - [8493, 9430], - [29, -44], - [22, -106], - [59, -63], - [17, -49], - [-10, -76], - [19, -45], - [-22, -62], - [26, -99], - [-12, -106], - [27, -101], - [58, -83], - [19, -133], - [20, -58], - [0, -81], - [-24, -46], - [-44, -10], - [-61, -126], - [-1, -93], - [57, -74], - [10, -150], - [-30, -187], - [-45, -49], - [-57, -140], - [5, -22], - [-18, -164], - [28, -71], - [-25, -69], - [38, -20], - [17, -135], - [58, -39], - [-2, -35], - [-109, -128], - [65, -34], - [29, -70], - [49, -20], - [96, 76], - [107, 150], - [44, -19], - [26, -147], - [-62, -69], - [6, -47], - [-75, -106], - [15, -37], - [-15, -78], - [30, -5], - [-83, -201], - [12, -34], - [-51, -167], - [0, -55], - [-33, -33], - [-29, -79], - [22, -43] - ], - [ - [11600, 10343], - [11, -147], - [-91, -68], - [-53, 8], - [-80, 51], - [5, 49], - [-27, 31], - [166, 63], - [69, 13] - ], - [ - [6287, 3463], - [100, -37], - [-15, -37], - [-61, -3], - [-66, 31], - [42, 46] - ], - [ - [6764, 3855], - [18, -140], - [-45, 15], - [-18, 46], - [8, 69], - [37, 10] - ], - [ - [6270, 3911], - [38, -79], - [-65, -17], - [-30, 65], - [57, 31] - ], - [ - [6197, 3956], - [12, -41], - [-42, -43], - [-35, 65], - [65, 19] - ], - [ - [5858, 4104], - [-11, -50], - [61, -39], - [22, -37], - [-24, -36], - [21, -58], - [-92, 21], - [-64, -6], - [-46, 40], - [2, 46], - [82, 105], - [49, 14] - ], - [ - [5585, 4161], - [67, -44], - [1, -50], - [-59, -85], - [27, -80], - [62, -24], - [3, -42], - [92, 53], - [81, 4], - [65, -40], - [-28, -83], - [16, -81], - [-45, -42], - [21, -65], - [-53, -2], - [-21, 47], - [-49, -32], - [-62, 15], - [-17, 72], - [3, 79], - [-85, -36], - [19, -55], - [-47, -43], - [-54, 25], - [-42, 59], - [19, 26], - [-68, 143], - [-18, 70], - [43, 43], - [14, 50], - [60, 97], - [55, 21] - ], - [ - [6835, 4230], - [26, -89], - [-41, 3], - [15, 86] - ], - [ - [7093, 4340], - [-11, -104], - [-50, 15], - [24, 58], - [37, 31] - ], - [ - [7152, 4385], - [84, -46], - [-34, -33], - [-17, -68], - [62, -73], - [-52, -159], - [44, 2], - [43, -33], - [-81, -60], - [73, -120], - [-38, -2], - [-23, 47], - [-82, 3], - [10, -64], - [-71, -48], - [29, -56], - [-86, -97], - [-47, 34], - [40, 47], - [-57, 13], - [7, 53], - [-27, 59], - [34, 24], - [9, 112], - [-106, -38], - [-37, -48], - [-67, 73], - [-22, 80], - [13, 33], - [92, 85], - [82, -58], - [40, 37], - [50, -24], - [-35, 105], - [56, 35], - [50, -4], - [64, 189] - ], - [ - [7844, 5688], - [24, -38], - [-7, -48], - [-38, -52], - [5, -50], - [109, 5], - [58, -57], - [67, -35], - [64, -96], - [92, -21], - [46, -27], - [20, -56] - ], - [ - [7459, 4497], - [-67, 2], - [-39, 33], - [-100, -29], - [-73, 17], - [16, 62], - [-47, 2], - [-95, 53], - [-118, 101], - [10, -59], - [45, -54], - [6, -94], - [50, -45], - [-3, -46], - [-34, -16], - [-84, 31], - [14, 39], - [-61, 33], - [-95, 14], - [-39, -21], - [-20, -45], - [32, -30], - [-18, -60], - [58, -47], - [-46, -67], - [-82, 3], - [14, -49], - [-27, -34], - [-2, -101], - [-19, -66], - [98, -2], - [-57, -142], - [-1, -81], - [-31, -76], - [-52, 7], - [-36, 113], - [-88, 34], - [22, 31], - [71, -38], - [-8, 66], - [20, 27], - [-103, 34], - [-80, 53], - [21, 21], - [95, -1], - [-32, 93], - [-70, -27], - [1, -42], - [-78, -14], - [8, 54], - [-56, 21], - [-86, -14], - [5, -107], - [-76, 13], - [-54, -22], - [-53, 64], - [-40, 24], - [-75, 8], - [-34, 49], - [27, 67], - [-18, 56], - [21, 33], - [-21, 65], - [-60, -32], - [11, -93], - [-55, -6], - [-92, 31], - [-89, -108], - [-92, -22], - [-29, 31], - [-86, -44], - [-42, 58] - ], - [ - [5341, 4206], - [39, 67], - [-45, 95], - [-70, 48], - [-67, 141], - [-76, 56], - [-40, 107], - [-3, 80], - [-46, 128] - ], - [ - [5033, 4928], - [49, 51], - [15, 60], - [-15, 69], - [69, 28], - [37, 54], - [-12, 54], - [-72, 167], - [-47, 148], - [94, 145], - [-20, 110], - [57, 71], - [-4, 106], - [48, 82], - [89, 54], - [30, 96], - [59, -12], - [54, 36], - [64, 5], - [45, 61], - [55, 46] - ], - [ - [2016, 9691], - [27, -63], - [85, -30], - [-24, -46], - [-122, 11], - [34, 128] - ], - [ - [2753, 9725], - [60, -43], - [-43, -72], - [-54, -41], - [-46, 17], - [2, 104], - [81, 35] - ], - [ - [2624, 10020], - [66, -63], - [-18, -44], - [-76, 55], - [28, 52] - ], - [ - [2729, 10333], - [23, -18], - [-14, -63], - [-71, 33], - [62, 48] - ], - [ - [3315, 10027], - [-7, -1], - [-3, -13], - [-13, -7], - [-44, -59], - [-105, 17], - [-61, 61], - [-10, 38], - [-48, -2], - [-34, 28], - [0, 55], - [41, 74], - [-17, 127], - [-78, -27], - [-47, -43], - [41, -11], - [40, -60], - [-37, -29], - [-120, -34], - [-38, -46], - [-84, -57], - [-47, -1], - [-45, 60], - [-30, -15], - [-55, 67], - [127, 71], - [118, 5], - [42, 73], - [38, 10], - [47, -31], - [40, 36], - [37, 20], - [26, 8], - [27, 16], - [-49, 59] - ], - [ - [3390, 10369], - [-47, -106] - ], - [ - [2446, 10828], - [-1, -99], - [43, -33], - [53, -7], - [14, -67], - [-53, -38], - [-110, 99], - [-21, 43], - [10, 73], - [65, 29] - ], - [ - [2287, 10983], - [50, -1], - [47, -30], - [89, -21], - [-68, -72], - [-102, -5], - [-34, -32], - [-56, 51], - [36, 77], - [38, 33] - ], - [ - [2662, 11015], - [45, -46], - [110, -69], - [33, -109], - [-17, -29], - [21, -54], - [-15, -60], - [35, -152], - [-46, -40], - [-66, 19], - [-32, -33], - [-104, 6], - [-69, 44], - [-4, 45], - [69, 46], - [-5, 45], - [-37, 71], - [-73, 40], - [13, 114], - [-12, 68], - [73, 35], - [16, 38], - [65, 21] - ], - [ - [3714, 787], - [25, -23], - [-4, -66], - [-53, 42], - [32, 47] - ], - [ - [2875, 785], - [101, 1], - [18, 28], - [65, 4], - [41, 23], - [37, -15], - [127, 44], - [84, 12], - [56, -19], - [52, 5], - [28, -64], - [37, -19], - [67, 7], - [40, -48], - [-1, -84], - [45, 2], - [-45, -128], - [-11, -66], - [-45, -19], - [-83, -163], - [-68, -33], - [-64, 12], - [-64, -66], - [-39, 1], - [-99, -29], - [-59, 0], - [-52, -59], - [-60, 3], - [-147, -15], - [-89, -29], - [-39, 37], - [-40, -13], - [-42, 24], - [-52, -31], - [-128, 16], - [-51, -39], - [-7, -43], - [-39, -22], - [-90, 107], - [-52, 15], - [-76, 91], - [10, 75], - [-12, 42], - [81, 75], - [39, 61], - [73, 45], - [9, 64], - [68, 21], - [33, 57], - [108, 20], - [36, 28], - [133, 18], - [82, 57], - [43, -13], - [41, 22] - ], - [ - [2415, 5766], - [22, -30], - [-32, -47], - [-78, -48], - [-25, 42], - [113, 83] - ], - [ - [2672, 5306], - [7, 50], - [85, 141], - [100, 61], - [23, -21], - [49, 42], - [54, -7], - [77, 74], - [36, -7], - [47, 31], - [-44, 32], - [-82, -22], - [-64, 9], - [-133, -26], - [-103, 72], - [10, 79], - [75, 36], - [103, 94], - [29, -9], - [64, 59], - [55, 73], - [-12, 87], - [156, 30], - [168, -55], - [-14, 69], - [-88, 34], - [-72, 55], - [-9, 25], - [77, 35], - [69, -13], - [67, 31], - [-5, 74], - [-55, -39], - [-118, -8], - [-59, 18], - [-25, -24], - [-109, 6], - [4, 134], - [-97, 32], - [-28, 42], - [116, 13], - [27, -13], - [129, 29], - [78, 1], - [41, 18], - [-15, 58] - ], - [ - [5033, 4928], - [-206, 129], - [-88, 11], - [-111, -29], - [-41, -55], - [-104, 2], - [-43, -21], - [-56, 30], - [-188, 11], - [-62, -18], - [-120, 30], - [15, 131], - [-47, 43], - [-38, 95], - [-59, -10], - [-96, -84], - [-45, 23], - [-14, 38], - [-176, 136], - [-169, -53], - [-3, -126], - [-41, -51], - [-20, -68], - [-30, -32], - [-52, 0], - [-105, -46], - [-100, 10], - [-49, -31], - [-71, -2], - [-55, 79], - [-49, 40], - [2, 28], - [-73, 67], - [2, 53], - [-69, 48] - ], - [ - [8, 2141], - [25, -4], - [32, -65], - [-65, 17], - [8, 52] - ], - [ - [2885, 2346], - [60, -29], - [58, -6], - [-107, -99], - [-70, -6], - [10, 112], - [49, 28] - ], - [ - [3105, 2388], - [25, -62], - [19, -103], - [-32, -38], - [-53, 54], - [41, 70], - [-20, 48], - [20, 31] - ], - [ - [3586, 2429], - [66, -88], - [-20, -65], - [-67, 2], - [-68, 50], - [49, 84], - [40, 17] - ], - [ - [2936, 2472], - [82, -27], - [36, -51], - [-128, -56], - [-14, 78], - [24, 56] - ], - [ - [4312, 2510], - [6, -96], - [-67, 13], - [13, 41], - [48, 42] - ], - [ - [1886, 2670], - [27, -35], - [56, 9], - [21, -66], - [-59, -6], - [-69, 15], - [-11, 44], - [35, 39] - ], - [ - [3771, 2722], - [62, -37], - [-74, -46], - [-43, 50], - [55, 33] - ], - [ - [3472, 2764], - [16, -23], - [67, -4], - [10, -88], - [-90, -8], - [-15, 46], - [-47, 17], - [59, 60] - ], - [ - [1837, 2769], - [63, -89], - [-76, 26], - [13, 63] - ], - [ - [3862, 2817], - [31, -71], - [80, 16], - [-94, -111], - [0, 69], - [-62, 47], - [45, 50] - ], - [ - [3176, 2870], - [81, -46], - [8, -75], - [81, -100], - [-13, -44], - [-65, -13], - [-26, 23], - [-62, 1], - [-24, 46], - [-55, 39], - [-19, 121], - [20, 24], - [74, 24] - ], - [ - [3693, 2893], - [12, -16], - [-37, -86], - [-52, -40], - [-87, 47], - [38, 70], - [98, -27], - [28, 52] - ], - [ - [3472, 2965], - [9, -76], - [-42, -68], - [-126, 9], - [39, 84], - [120, 51] - ], - [ - [3891, 3006], - [42, -21], - [20, -67], - [-78, 9], - [-6, 55], - [22, 24] - ], - [ - [5410, 3009], - [8, -89], - [-48, -17], - [40, 106] - ], - [ - [4715, 3044], - [30, -28], - [75, 4], - [57, -79], - [-96, -51], - [-14, 85], - [-54, 9], - [2, 60] - ], - [ - [4235, 3090], - [35, -50], - [-53, -108], - [-72, 13], - [-95, -8], - [-53, 82], - [38, 32], - [39, -16], - [81, 40], - [80, 15] - ], - [ - [4719, 3209], - [38, -17], - [-35, -68], - [62, -6], - [5, -56], - [-108, 23], - [-12, 59], - [50, 65] - ], - [ - [5282, 3227], - [35, -12], - [63, -146], - [-84, 35], - [-74, 86], - [60, 37] - ], - [ - [1996, 3263], - [15, -33], - [-107, -59], - [14, 63], - [78, 29] - ], - [ - [5117, 3304], - [33, -27], - [-4, -47], - [-48, 2], - [19, 72] - ], - [ - [2306, 3314], - [83, -31], - [22, -53], - [40, -33], - [36, 6], - [67, -69], - [-32, -136], - [15, -35], - [-60, -67], - [-93, -50], - [-49, 9], - [-17, -40], - [-55, -16], - [-49, -37], - [-95, -3], - [-22, 52], - [-69, 39], - [-44, 56], - [62, 99], - [52, 39], - [98, 42], - [16, 50], - [68, 56], - [27, 59], - [-1, 63] - ], - [ - [1919, 3409], - [92, -60], - [-9, -58], - [-50, 22], - [-33, 96] - ], - [ - [1510, 3411], - [20, -64], - [-71, -8], - [-7, 35], - [58, 37] - ], - [ - [1864, 3422], - [5, -54], - [41, -56], - [-48, -39], - [-34, 82], - [-1, 56], - [37, 11] - ], - [ - [2113, 3511], - [43, -23], - [30, -60], - [-112, -46], - [-12, 70], - [51, 59] - ], - [ - [692, 3574], - [2, -86], - [-35, -17], - [-59, -64], - [-16, 68], - [55, 96], - [53, 3] - ], - [ - [5287, 3656], - [85, -40], - [-42, -52], - [57, -81], - [12, -74], - [-16, -44], - [31, -36], - [-36, -29], - [-79, 20], - [-54, 97], - [1, 54], - [45, 29], - [20, 52], - [-24, 104] - ], - [ - [1736, 3665], - [5, -35], - [78, -52], - [5, -33], - [-87, -74], - [-89, 37], - [-8, 94], - [67, -3], - [29, 66] - ], - [ - [1985, 3752], - [72, -8], - [17, -36], - [81, -31], - [7, -87], - [-47, -3], - [-37, 55], - [-38, -28], - [-29, 49], - [-56, 23], - [30, 66] - ], - [ - [2083, 3811], - [42, -25], - [10, -55], - [-42, -9], - [-52, 69], - [42, 20] - ], - [ - [1795, 3830], - [10, -61], - [-49, -41], - [-61, 5], - [-29, -37], - [15, -74], - [-51, -5], - [-46, 38], - [2, 77], - [18, 38], - [60, -17], - [73, 30], - [58, 47] - ], - [ - [2036, 4010], - [50, -6], - [-9, -43], - [27, -55], - [-71, -30], - [9, -63], - [-44, 7], - [-71, 98], - [43, 36], - [63, -24], - [3, 80] - ], - [ - [5234, 4048], - [26, -43], - [-16, -31], - [-62, 36], - [52, 38] - ], - [ - [2402, 4103], - [27, -32], - [49, 1], - [20, -37], - [-40, -27], - [-12, -48], - [76, -2], - [18, -89], - [-41, -20], - [-31, 83], - [-104, 14], - [-1, 43], - [49, 38], - [-46, 45], - [36, 31] - ], - [ - [2267, 4140], - [46, -11], - [-33, -56], - [-35, 36], - [22, 31] - ], - [ - [1921, 4142], - [70, -66], - [-21, -104], - [-96, -22], - [-113, 15], - [72, 94], - [85, 20], - [3, 63] - ], - [ - [5262, 4174], - [11, -49], - [73, -22], - [-24, -50], - [-106, 27], - [-8, 41], - [54, 53] - ], - [ - [5322, 4193], - [10, -63], - [-43, 0], - [-9, 43], - [42, 20] - ], - [ - [2073, 4272], - [57, -8], - [35, -29], - [-86, -26], - [-6, 63] - ], - [ - [2073, 4352], - [44, -11], - [12, -53], - [-57, 5], - [1, 59] - ], - [ - [2100, 4434], - [67, -21], - [30, -59], - [-56, -4], - [-83, 51], - [42, 33] - ], - [ - [2192, 4555], - [112, -35], - [-12, -49], - [63, -92], - [-50, -39], - [-51, 85], - [-87, 12], - [-38, 32], - [-7, 53], - [70, 33] - ], - [ - [2107, 4638], - [-52, -27], - [-41, -117], - [38, -21], - [-33, -63], - [-59, 10], - [-7, 29], - [-63, 42], - [26, 41], - [42, 2], - [89, 89], - [60, 15] - ], - [ - [5341, 4206], - [-74, -21], - [-50, -50], - [-41, -23], - [10, -22], - [-89, -60], - [-42, 29], - [-45, 0], - [-42, -32], - [51, -96], - [53, -8], - [-14, -43], - [67, -9], - [52, 36], - [20, 47], - [66, -16], - [56, 30], - [39, -28], - [-27, -108], - [-42, -78], - [25, -77], - [-105, -54], - [-67, 68], - [-35, -7], - [-30, -71], - [-32, -37], - [-3, -48], - [38, -88], - [-28, -25], - [-74, 46], - [-38, -21], - [-39, 47], - [8, 115], - [49, 52], - [0, 67], - [-50, 113], - [-63, 97], - [-11, 69], - [-49, -9], - [-1, -68], - [-191, -51], - [47, -31], - [-66, -67], - [32, -36], - [-59, -65], - [32, -69], - [69, -47], - [8, -43], - [86, -25], - [51, -76], - [19, -89], - [-61, -45], - [-84, 31], - [-107, -59], - [116, -36], - [-68, -103], - [-61, -59], - [-80, -3], - [14, -72], - [-44, -15], - [-60, 81], - [-39, 12], - [2, 68], - [-78, 23], - [-20, 33], - [-166, -25], - [-31, 16], - [-15, 71], - [62, 86], - [53, -3], - [3, 78], - [49, 49], - [59, 14], - [26, 111], - [31, 27], - [49, -5], - [-5, -86], - [68, -19], - [45, 113], - [-15, 89], - [-30, 5], - [-50, -41], - [-55, -7], - [-33, 65], - [-66, -53], - [-24, -74], - [-39, -35], - [-71, 2], - [-28, 25], - [-67, -79], - [-56, -16], - [-40, -66], - [-104, -32], - [9, -58], - [-40, -59], - [21, -46], - [-59, -55], - [23, -20], - [-16, -62], - [25, -17], - [-58, -76], - [-144, 1], - [24, -54], - [-102, 43], - [-36, -10], - [-57, 45], - [15, 42], - [-20, 66], - [17, 130], - [-58, 13], - [-10, -167], - [-43, -45], - [18, -24], - [-51, -72], - [-48, -6], - [-42, -45], - [-27, 12], - [-60, -37], - [-45, -61], - [16, -64], - [-41, -110], - [-83, 22], - [-27, -44], - [-56, -19], - [18, 82], - [-9, 74], - [-84, -11], - [-9, 50], - [34, 21], - [-3, 46], - [49, 20], - [-13, 35], - [-49, 13], - [-30, 36], - [3, 52], - [-27, 73], - [11, 101], - [-87, 11], - [-62, -40], - [4, 65], - [-110, 32], - [-36, -14], - [-18, 55], - [-47, 24], - [2, 55], - [-43, 36], - [-16, 94], - [61, 189], - [70, -22], - [27, -122], - [-10, -89], - [49, -17], - [22, -82], - [46, -14], - [95, -53], - [36, 50], - [-33, 35], - [-29, 75], - [-29, 23], - [0, 76], - [81, -16], - [-38, -59], - [78, -62], - [83, -11], - [26, 37], - [125, -52], - [-115, 182], - [-60, 70], - [-96, 10], - [-86, -3], - [-51, 32], - [18, 70], - [-42, -3], - [-15, 47], - [29, 51], - [64, 61], - [-13, 72], - [-25, 21], - [32, 62], - [-27, 22], - [5, 91], - [-54, 28], - [12, -74], - [-12, -50], - [-73, -8], - [-19, 64], - [-52, 50], - [16, 30], - [81, -11], - [29, 47], - [-24, 23], - [88, 52], - [-15, 54], - [-61, -17], - [-38, 115], - [-32, -2], - [-4, -77], - [-47, 12], - [-56, -16], - [-29, 66], - [5, 39], - [-13, 50], - [36, 66], - [38, -27], - [51, 8], - [49, -54], - [6, -54], - [66, -50], - [53, 9], - [15, -112], - [101, 105], - [-98, 148], - [-85, 79], - [21, 49], - [-10, 40], - [-97, 7], - [36, 107], - [63, 74], - [20, 100], - [39, 101], - [19, 114], - [53, 27], - [1, 0] - ], - [ - [8695, 5748], - [24, -23], - [-23, -60], - [12, -65], - [-54, -172], - [-96, -11], - [-77, -60], - [18, -53], - [13, -148], - [-72, -46] - ] - ], - "transform": { - "scale": [0.0005012251344949894, 0.0004209892550424911], - "translate": [125.0943069458009, 33.194862365722656] - }, - "objects": { - "korea": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[[0]], [[1]], [[2, 3, 4]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-26", - "NAME_0": "South Korea", - "ID_1": 1, - "NAME_1": "Busan", - "TYPE_1": "Gwangyeoksi", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "부산광역시", - "VARNAME_1": "Pusan" - } - }, - { - "arcs": [[5, 6, 7, 8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-43", - "NAME_0": "South Korea", - "ID_1": 2, - "NAME_1": "Chungcheongbuk-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "충청북도", - "VARNAME_1": "Chungchongbuk-Do" - } - }, - { - "arcs": [[[13]], [[14, -11, 15, 16, -8, 17, 18]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-44", - "NAME_0": "South Korea", - "ID_1": 3, - "NAME_1": "Chungcheongnam-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "충청남도", - "VARNAME_1": "Chungchongnam-Do" - } - }, - { - "arcs": [[19, 20]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-27", - "NAME_0": "South Korea", - "ID_1": 4, - "NAME_1": "Daegu", - "TYPE_1": "Gwangyeoksi", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "대구광역시", - "VARNAME_1": "Taegu" - } - }, - { - "arcs": [[-9, -17, 21]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-30", - "NAME_0": "South Korea", - "ID_1": 5, - "NAME_1": "Daejeon", - "TYPE_1": "Gwangyeoksi", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "대구광역시", - "VARNAME_1": "Daejeon Gwang'yeogsi" - } - }, - { - "arcs": [[22, -13, 23, 24]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-42", - "NAME_0": "South Korea", - "ID_1": 6, - "NAME_1": "Gangwon-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "강원도", - "VARNAME_1": "Kang-Won-Do" - } - }, - { - "arcs": [[25]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-29", - "NAME_0": "South Korea", - "ID_1": 7, - "NAME_1": "Gwangju", - "TYPE_1": "Gwangyeoksi", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "광주광역시", - "VARNAME_1": "Kwangju" - } - }, - { - "arcs": [[-24, -12, -15, 26, 27, 28, 29, 30]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-41", - "NAME_0": "South Korea", - "ID_1": 8, - "NAME_1": "Gyeonggi-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "경기도", - "VARNAME_1": "Kyonggi-do" - } - }, - { - "arcs": [[[31, 32, -21, 33, 34, -6, -23, 35]], [[36]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-47", - "NAME_0": "South Korea", - "ID_1": 9, - "NAME_1": "Gyeongsangbuk-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "경상북도", - "VARNAME_1": "Kyongsangbuk-Do" - } - }, - { - "arcs": [ - [[37]], - [[38]], - [[39]], - [[40]], - [[41]], - [[42]], - [[43]], - [[44]], - [[45]], - [[-20, -33, 46, -4, 47, 48, 49, -34]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-48", - "NAME_0": "South Korea", - "ID_1": 10, - "NAME_1": "Gyeongsangnam-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "경상남도", - "VARNAME_1": "Kyongsangnam-Do" - } - }, - { - "arcs": [[[50]], [[51]], [[52]], [[53]], [[54, -30, 55, -28]], [[56]], [[57]], [[58]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-28", - "NAME_0": "South Korea", - "ID_1": 11, - "NAME_1": "Incheon", - "TYPE_1": "Gwangyeoksi", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "인천광역시", - "VARNAME_1": "Inchon" - } - }, - { - "arcs": [[[59]], [[60]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-49", - "NAME_0": "South Korea", - "ID_1": 12, - "NAME_1": "Jeju", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "제주특별자치도", - "VARNAME_1": "Jeju-doQuelpart" - } - }, - { - "arcs": [[[61]], [[62, -18, -7, -35, -50, 63]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-45", - "NAME_0": "South Korea", - "ID_1": 13, - "NAME_1": "Jeollabuk-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "전라북도", - "VARNAME_1": "Chollabuk-Do" - } - }, - { - "arcs": [ - [[64]], - [[65]], - [[66]], - [[67]], - [[68]], - [[69]], - [[70]], - [[71]], - [[72]], - [[73]], - [[74]], - [[75]], - [[76]], - [[77]], - [[78]], - [[79]], - [[80]], - [[81]], - [[82]], - [[83]], - [[84]], - [[85]], - [[86]], - [[87]], - [[88]], - [[89]], - [[90]], - [[91]], - [[92]], - [[93]], - [[94]], - [[95]], - [[96]], - [[97]], - [[98]], - [[99]], - [[100]], - [[101]], - [[102]], - [[103]], - [[104]], - [[105]], - [[106]], - [[107]], - [[108]], - [[-64, -49, 109], [-26]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 213, - "ISO": "KR-46", - "NAME_0": "South Korea", - "ID_1": 14, - "NAME_1": "Jeollanam-do", - "TYPE_1": "Do", - "ENGTYPE_1": "Province", - "NL_NAME_1": "전라남도", - "VARNAME_1": "Chollanam-Do" - } - }, - { - "arcs": [[-16, -10, -22]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-50", - "NAME_0": "South Korea", - "ID_1": 15, - "NAME_1": "Sejong", - "TYPE_1": "Do", - "ENGTYPE_1": "Metropolitan Autonomous City", - "NL_NAME_1": "세종특별자치시", - "VARNAME_1": "Sejong Metropolitan Autonomous City" - } - }, - { - "arcs": [[-56, -29]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-11", - "NAME_0": "South Korea", - "ID_1": 16, - "NAME_1": "Seoul", - "TYPE_1": "Teukbyeolsi", - "ENGTYPE_1": "Capital Metropolitan City", - "NL_NAME_1": "서울특별시", - "VARNAME_1": "Keijo" - } - }, - { - "arcs": [[110, -5, -47, -32]], - "type": "Polygon", - "properties": { - "ID_0": 213, - "ISO": "KR-31", - "NAME_0": "South Korea", - "ID_1": 17, - "NAME_1": "Ulsan", - "TYPE_1": "Metropolitan City", - "ENGTYPE_1": "Metropolitan City", - "NL_NAME_1": "울산광역시", - "VARNAME_1": "Ulsan-gwangyoksi" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/liechtenstein-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/liechtenstein-topo.json deleted file mode 100644 index 200f67de34e35..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/liechtenstein-topo.json +++ /dev/null @@ -1,1605 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [5301, 3925], - [-1, 24], - [-26, 81], - [-29, 43], - [-9, 43], - [-3, 40], - [1, 106], - [-20, 45], - [-85, 89], - [-45, 25], - [-54, 52], - [-69, 57], - [-42, 30] - ], - [ - [4919, 4560], - [-55, 40], - [-42, 43], - [-88, 1], - [-58, 9], - [-50, 16], - [-51, 22], - [-64, 41], - [-107, 54], - [-62, 15], - [-86, 2], - [-39, 25] - ], - [ - [4217, 4828], - [-4, 29], - [27, 48], - [-6, 43], - [8, 17], - [1, 50], - [7, 35], - [-15, 25], - [11, 66], - [29, 33], - [18, 35], - [2, 46], - [11, 33], - [23, 47] - ], - [ - [4329, 5335], - [40, 51], - [26, 17], - [62, 54], - [16, 42], - [2, 31], - [10, 24], - [47, 50], - [12, 32] - ], - [ - [4544, 5636], - [74, -50], - [259, -205], - [166, -312], - [337, -176], - [466, -90], - [-18, -392], - [175, -317], - [189, -210], - [-141, -183], - [-190, -242], - [-43, -66] - ], - [ - [5818, 3393], - [0, 33], - [-13, 13], - [-66, 42], - [-129, 49], - [-59, 27], - [-60, 22], - [-87, 19], - [-18, 11], - [-18, 67], - [-1, 33], - [-15, 40], - [-3, 75], - [-21, 40], - [-3, 32], - [-24, 29] - ], - [ - [4035, 2064], - [-11, -31], - [-30, -44], - [1, -43], - [37, -32], - [34, -38], - [9, -43], - [1, -56], - [7, -27], - [3, -76], - [16, -43], - [52, -55], - [46, -34], - [67, -58], - [8, -50], - [-41, -28], - [-63, -19], - [-56, -32], - [-108, -51], - [-80, -17], - [-70, 0], - [-129, 25], - [-102, 89], - [-59, 68], - [-43, 67], - [-10, 32], - [17, 61], - [1, 63], - [-16, 160], - [45, 86], - [102, 96], - [57, 50] - ], - [ - [3720, 2084], - [54, -17], - [27, -4], - [67, -21], - [54, 17], - [30, 18], - [36, 2], - [47, -15] - ], - [ - [1821, 1979], - [17, -16], - [45, -67], - [73, -71], - [21, -60], - [43, -80], - [17, -16], - [51, -29], - [118, -32], - [94, -8], - [24, -11], - [4, -14], - [-5, -90], - [-9, -47], - [-25, -60], - [1, -86], - [31, -55], - [36, -96], - [90, -78], - [12, -18], - [77, -82], - [167, -187] - ], - [ - [2703, 776], - [-25, 10], - [-58, 1], - [-27, -8], - [-48, -27], - [-79, -29], - [-37, -25], - [-74, -32], - [-28, -16], - [-124, -18], - [-143, -16], - [-59, -12], - [-147, -49], - [-30, -13], - [-70, -55], - [-57, -57], - [-34, -20], - [-55, -17], - [-123, -24], - [-67, -6], - [-156, -6], - [-62, -8], - [-49, -19], - [-41, -48], - [-24, -13], - [-31, -4], - [-47, 10], - [-28, 12], - [-49, 31], - [-47, 15], - [-37, 4], - [-37, -6], - [-43, -32], - [-46, -73], - [-39, -77], - [-38, -55], - [-24, -22], - [-33, -12], - [-35, -1], - [-33, 10], - [-53, 47], - [-16, 25], - [-29, 86], - [-15, 27], - [-24, 23], - [-34, 12], - [-37, 0], - [-54, -12], - [-54, -20], - [-49, 21], - [-39, 38], - [-67, 144], - [-10, 34], - [-17, 105], - [-17, 70], - [-4, 70], - [9, 69], - [40, 110], - [82, 53], - [80, 37], - [38, 23], - [83, 23], - [63, 30], - [70, 18], - [63, 31], - [70, 18], - [62, 32], - [70, 19], - [63, 32], - [80, 25], - [71, 49], - [34, 28], - [159, 80], - [33, 28], - [71, 49], - [91, 33], - [115, 83], - [148, 75], - [70, 53], - [60, 58], - [32, 66], - [40, 52], - [24, 66] - ], - [ - [2632, 7081], - [-71, -19], - [-42, 2], - [-100, 21], - [-40, 3] - ], - [ - [2379, 7088], - [-13, 10] - ], - [ - [2366, 7098], - [-21, 69], - [-11, 14], - [-129, 45], - [-58, 18], - [-116, 42], - [-384, 130], - [-4, 5], - [-42, 102], - [-96, 254], - [-5, 5], - [-75, 194], - [-11, 51], - [3, 17], - [27, 2], - [78, -15], - [67, 1], - [12, 27], - [1, 38], - [12, 8], - [39, -1], - [9, 15], - [0, 111], - [-9, 34], - [1, 44], - [9, 58], - [10, 10], - [54, 23], - [54, 11], - [33, 21], - [51, 44], - [42, 54], - [41, 31], - [128, 2], - [57, 44], - [21, 6], - [44, 0], - [24, -10], - [30, -62], - [19, -16], - [33, -9], - [40, 19], - [11, 23], - [34, 30], - [38, 4], - [38, 40], - [21, 9], - [78, 0], - [9, 3], - [41, 47] - ], - [ - [2614, 8690], - [5, 14], - [42, 44], - [47, 33], - [73, 70], - [47, 22], - [16, -6], - [35, -54], - [23, -43] - ], - [ - [2902, 8770], - [-123, -72], - [-82, -55], - [-35, -35], - [-16, -24], - [-93, 11], - [-37, -9], - [-25, -21], - [-95, -123], - [12, -28], - [66, -58], - [0, -20], - [-75, -43], - [-61, -31], - [-37, -45], - [-26, -70], - [-8, -73], - [25, -37], - [26, -24], - [89, -63], - [21, -19], - [94, -67], - [21, -11], - [106, -71], - [21, -11], - [141, -95], - [22, -6], - [62, 62], - [27, 23], - [73, 6], - [20, 74], - [28, 24], - [52, 9], - [82, 19], - [88, 17], - [51, 12], - [76, 0], - [32, -32], - [21, -30], - [42, -74], - [29, -85], - [22, -53], - [-15, -20], - [-40, -11], - [-90, -30], - [-83, -37], - [-1, -15], - [58, -55], - [66, -45], - [48, -15], - [67, -11], - [80, -44], - [40, -27], - [39, -15], - [80, -17], - [52, 13], - [25, 1], - [47, -9], - [49, -30], - [36, -27], - [77, -68], - [35, -9] - ], - [ - [4108, 7171], - [-38, -42], - [-203, -270], - [0, -4] - ], - [ - [3867, 6855], - [-97, 51], - [-66, 31], - [-108, -30], - [-29, -5], - [-45, 76], - [-18, 52], - [-5, 32] - ], - [ - [3499, 7062], - [-5, 75], - [-8, 20], - [-2, 54], - [-26, 52], - [-62, 87], - [-102, 21], - [-103, 25], - [-4, 31], - [-59, 52], - [-37, 18], - [-70, 42], - [-18, 6], - [-22, -12], - [-60, -51], - [40, -76], - [88, -25], - [4, -57], - [-28, -19], - [-65, -10], - [-49, -14], - [-59, -29], - [-115, -71], - [-27, -1], - [-49, 8], - [-16, -20], - [-1, -37], - [-12, -50] - ], - [ - [1296, 7180], - [-10, -2], - [-47, -39], - [-64, -48], - [-39, -33], - [-64, -48], - [-47, -41], - [-126, -95], - [-16, 6], - [-20, 42], - [-75, 134], - [-70, 46], - [-68, 36] - ], - [ - [650, 7138], - [7, 104], - [32, 30], - [25, 39], - [20, 49], - [33, 41], - [30, 67], - [34, 41], - [30, 66], - [32, 42], - [11, 24], - [13, 70], - [14, 37], - [32, 42], - [30, 66] - ], - [ - [993, 7856], - [39, -35], - [118, -62], - [22, 11], - [39, 35], - [22, 4], - [35, -42], - [-6, -15], - [-76, -69], - [-52, -52], - [-46, -61], - [-47, -57], - [-38, -59], - [-34, -46], - [-57, -57], - [-2, -47], - [13, -47], - [82, -51], - [16, 0], - [37, 24], - [21, 4], - [73, 1], - [13, 19], - [0, 36], - [8, 28], - [1, 47], - [8, 20], - [1, 47], - [6, 12], - [5, 57], - [21, 4], - [211, -113], - [11, -26], - [0, -31], - [15, -75], - [9, -88] - ], - [ - [1461, 7172], - [-86, 1], - [-29, 7], - [-50, 0] - ], - [ - [3099, 7064], - [-35, 41], - [8, 101], - [18, 22], - [40, 12], - [69, -90], - [82, -45], - [46, -11], - [93, -28], - [35, -5] - ], - [ - [3455, 7061], - [-3, -54], - [-9, -32], - [-2, -47], - [-28, -50], - [-102, 24], - [-51, -17] - ], - [ - [3260, 6885], - [-57, 98], - [-47, 34], - [-57, 47] - ], - [ - [2091, 7132], - [-91, 8], - [-15, 5], - [-96, 10], - [-122, 0] - ], - [ - [1767, 7155], - [-68, 9], - [-128, 0], - [-33, 7], - [-77, 1] - ], - [ - [993, 7856], - [27, 32], - [14, 37], - [15, 90], - [41, 95], - [20, 124], - [40, 95], - [17, 108], - [15, 44], - [61, 108], - [53, 76], - [43, 50], - [33, 65], - [82, 78], - [14, 18], - [24, 56], - [40, 51], - [31, 66], - [36, 34] - ], - [ - [1599, 9083], - [6, -12], - [47, -26], - [50, -21], - [63, 29], - [56, 41], - [51, 29], - [22, -7], - [50, -46], - [30, -37], - [-2, -44], - [10, -11], - [79, -26], - [27, -23], - [18, -57], - [2, -64], - [43, -38], - [113, -2] - ], - [ - [2264, 8768], - [-12, -20], - [0, -43], - [40, -25], - [36, -2], - [77, 20], - [35, 1], - [47, -15], - [51, 0], - [25, 7], - [51, -1] - ], - [ - [2366, 7098], - [-51, 3], - [-143, 21], - [-44, 2], - [-37, 8] - ], - [ - [3099, 7064], - [-59, -35] - ], - [ - [3040, 7029], - [-8, 15], - [-42, 29], - [-101, 54], - [-106, 0], - [-31, -12], - [-120, -34] - ], - [ - [3499, 7062], - [-44, -1] - ], - [ - [2902, 8770], - [53, 10], - [55, 77], - [70, 53], - [177, 75], - [45, -1], - [8, 33], - [38, 4], - [53, -30], - [36, -13] - ], - [ - [3437, 8978], - [-85, -84], - [-181, -265], - [172, -149], - [294, -125], - [281, -170], - [189, -238], - [257, -360], - [-78, -216], - [-178, -200] - ], - [ - [2379, 7088], - [160, -146], - [1, -24], - [-34, -51], - [-21, -19], - [-19, 9], - [-46, 41], - [-64, 49], - [-47, 41], - [-42, 31], - [-133, 49], - [-15, 11], - [-28, 53] - ], - [ - [3410, 5840], - [5, 9], - [93, 105], - [62, 43], - [24, 46], - [45, 60], - [-76, 42], - [-79, 41], - [-31, 19], - [-78, 39], - [-77, 46], - [-57, 39], - [-21, 4], - [-75, 1], - [-73, 7], - [-14, -10], - [-29, -50], - [-37, -5], - [-103, 22], - [-49, 13], - [-61, 12], - [-18, 11], - [-2, 95], - [-7, 32], - [-2, 65], - [-34, 60], - [-53, 57], - [-76, 42], - [-2, 9], - [55, 93], - [39, 86], - [32, 51], - [13, 4], - [57, -22], - [22, 1], - [51, 30], - [54, 40], - [56, 9], - [37, 1], - [43, 8], - [33, 16] - ], - [ - [3077, 7011], - [28, -24], - [70, -33], - [35, -35], - [20, -45], - [30, 11] - ], - [ - [3867, 6855], - [16, -289], - [84, -374], - [95, -208], - [248, -189], - [234, -159] - ], - [ - [4329, 5335], - [-18, 0], - [-121, 31], - [-113, 54], - [-128, 89], - [-21, 19], - [-89, 63], - [-123, 93], - [-21, 11], - [-81, 56], - [-204, 89] - ], - [ - [2918, 6461], - [32, 0], - [21, -9], - [2, -38], - [43, -5], - [20, 6], - [54, 0], - [26, 11], - [7, 33], - [-45, 50], - [-23, 10], - [-63, 0], - [-19, 5], - [-19, 27], - [-20, 13], - [-43, 1], - [-20, -11], - [1, -61], - [46, -32] - ], - [ - [2406, 6658], - [-51, 30], - [-26, 37], - [1, 21], - [16, 27], - [21, 1], - [87, -42], - [9, -43], - [-6, -15], - [-51, -16] - ], - [ - [3243, 9962], - [-21, 8], - [-93, -95], - [-102, -89], - [-81, -62], - [-73, -63], - [-68, -51], - [-62, -39], - [-53, -46], - [-77, -73], - [1, -20], - [118, -103], - [95, -53], - [147, 81], - [31, 23], - [121, 105], - [100, 75], - [49, 30], - [6, -23], - [-51, -91], - [-61, -97], - [-110, -96], - [-21, -11], - [-85, -58], - [-48, -56], - [-18, -16], - [-87, -38], - [-61, -31], - [-81, -47], - [-96, -47], - [-65, -55], - [-57, -1], - [-22, 6], - [-53, -6], - [-101, -155] - ], - [ - [1599, 9083], - [61, 63], - [24, 55], - [40, 52], - [24, 56], - [44, 50], - [50, 77], - [34, 90], - [37, 55], - [26, 106], - [37, 55], - [27, 78], - [34, 63], - [27, 77], - [39, 54], - [27, 76], - [39, 78], - [25, 84], - [26, 52], - [16, 59], - [4, 47], - [-1, 113], - [-6, 65], - [-19, 95], - [33, 47], - [35, 34], - [50, 57], - [116, -120], - [179, -160], - [224, -255], - [318, -241], - [74, -83] - ], - [ - [3410, 5840], - [-20, -20], - [-56, -78], - [-22, -18], - [-68, -74], - [-8, -20] - ], - [ - [3236, 5630], - [-151, 66], - [-69, 7], - [-71, 4], - [-25, 6], - [-153, -7], - [-102, 1], - [-136, -14], - [-67, 1], - [-202, 58], - [-179, 31], - [-54, -4], - [-62, -109], - [-28, -10], - [-59, -1], - [-13, -10], - [7, -56], - [0, -62], - [8, -45], - [1, -43], - [-9, -13], - [-114, -23], - [-118, -42], - [-13, 1], - [-109, 53], - [-69, 37], - [-18, 17], - [-26, 97], - [-18, 92], - [-24, 90], - [0, 49], - [16, 34], - [0, 18], - [-114, 24], - [-21, 1], - [-98, 21], - [-69, 9], - [-113, 2], - [-18, -9], - [2, -25], - [14, -48], - [28, -130], - [157, -118], - [30, -26], - [224, -168], - [0, -11], - [-30, -33], - [-1, -16], - [55, -43], - [20, -72], - [2, -25], - [15, -69], - [31, -72], - [22, -63], - [11, -21], - [69, -72], - [55, -63], - [37, -36], - [-9, -24], - [-75, -28], - [-41, -11], - [-14, 4], - [-30, 92], - [-47, 50], - [-72, 92], - [-115, 128], - [-21, 7], - [-90, 1], - [-58, -7], - [54, -84], - [221, -279], - [89, -305] - ], - [ - [1479, 4426], - [-48, 83], - [-65, 86], - [-69, 61], - [-55, 42], - [-36, 34], - [-32, 72], - [-49, 62], - [-32, 79], - [-36, 66], - [-31, 79], - [-35, 45], - [-34, 69], - [-42, 54], - [-28, 58], - [-42, 55], - [-27, 58], - [-35, 44], - [-12, 24], - [-66, 188], - [-29, 141], - [-44, 98], - [-24, 126], - [-54, 207], - [-8, 49], - [-16, 179], - [11, 141], - [9, 46], - [41, 134], - [13, 163], - [6, 31], - [40, 138] - ], - [ - [1296, 7180], - [18, -23], - [26, -75], - [37, -119], - [18, -40], - [89, -93], - [16, -23], - [65, -158], - [12, -3], - [90, -1], - [52, 8], - [90, -1], - [71, 8], - [6, 10], - [-34, 126], - [-2, 21], - [-40, 150], - [-26, 124], - [-17, 64] - ], - [ - [3040, 7029], - [37, -18] - ], - [ - [1953, 6362], - [55, -1], - [27, -20], - [46, -87], - [19, -17], - [70, -29], - [10, 1], - [77, 97], - [-31, 27], - [-57, 42], - [-45, 29], - [-130, 53], - [-23, -2], - [-29, -84], - [11, -9] - ], - [ - [4320, 3136], - [9, 49], - [0, 39], - [9, 50], - [1, 76], - [6, 11], - [2, 56], - [58, 126], - [26, 71], - [19, 62], - [0, 35], - [9, 24], - [0, 56], - [-10, 22], - [-105, 17], - [-35, 3], - [-102, 35], - [-82, 9], - [-63, 17], - [-84, 55], - [-52, 50], - [-40, 49], - [-46, 28], - [-58, 27], - [-51, 30], - [-18, 24], - [-1, 36], - [11, 25], - [28, 32], - [31, 63], - [42, 51], - [18, 1], - [34, -26], - [22, 0], - [26, 33], - [0, 58], - [11, 20], - [57, 44], - [56, 64], - [28, 17], - [77, 64], - [36, 56], - [18, 42], - [9, 40], - [1, 51] - ], - [ - [4919, 4560], - [-16, -33], - [-30, -33], - [-91, -115], - [-87, -74], - [-80, -23], - [-41, -8], - [-101, -8], - [-21, -22], - [27, -40], - [48, -59], - [20, -52], - [68, -57], - [34, -14], - [99, 0], - [44, -7], - [67, -1], - [73, 16], - [78, -12], - [54, -76], - [86, -12], - [53, -14], - [72, 1], - [26, 8] - ], - [ - [5818, 3393], - [-125, -190], - [61, -52] - ], - [ - [5754, 3151], - [-46, -53], - [-20, -33], - [-65, 12], - [-127, 36], - [-48, 10], - [-96, 28], - [-48, -6], - [-98, 0], - [-26, -6], - [-30, 5], - [-76, 2], - [-78, 14], - [-63, 2], - [-38, -11], - [-45, -37], - [-41, -25], - [-44, -14], - [-42, -2], - [-38, -21] - ], - [ - [4685, 3052], - [-63, 29], - [-70, 18], - [-43, 20], - [-103, 3], - [-47, 13], - [-39, 1] - ], - [ - [5118, 679], - [-81, 47], - [-28, 32], - [-21, 33], - [-54, 33], - [-60, 45], - [-51, 61], - [-66, 119], - [-99, 66], - [-2, 8], - [99, 85], - [6, 13], - [-34, 59], - [-56, 87], - [-34, 69], - [-20, 67], - [-58, 157], - [-39, 86], - [-51, 120], - [-16, 55], - [47, 118], - [-16, 44], - [-30, 56], - [-4, 26] - ], - [ - [4450, 2165], - [78, 0], - [41, -10], - [96, -56], - [148, -46], - [130, -25], - [57, -14], - [58, 11] - ], - [ - [5058, 2025], - [12, -20], - [19, -60], - [0, -30], - [27, -62], - [34, -38], - [64, -56], - [35, -50], - [11, -29], - [26, -47], - [19, -22], - [22, -47], - [18, -11] - ], - [ - [5345, 1553], - [-48, -275], - [-149, -554], - [32, -32], - [-26, 0], - [-36, -13] - ], - [ - [3243, 9962], - [185, -206], - [314, -402], - [-182, -254], - [-123, -122] - ], - [ - [5118, 679], - [-67, -34], - [-61, -41], - [-67, -26], - [-75, -43], - [-64, -23], - [-80, -19], - [-30, -12], - [-33, -21], - [-35, -35], - [-80, -65], - [-91, -25], - [-97, -38], - [-102, -27], - [-202, -19], - [-83, -14], - [-122, -16], - [-39, -9], - [-148, -63], - [-77, -46], - [-93, -48], - [-79, -55], - [-64, 29], - [-53, 36], - [-52, 55], - [-14, 40], - [-6, 147], - [-21, 124], - [-11, 39], - [-32, 60], - [-62, 55], - [-69, 46], - [-89, 30], - [-116, 77], - [-65, 20], - [-36, 18] - ], - [ - [1821, 1979], - [44, 87], - [26, 83], - [34, 65], - [11, 44], - [5, 76], - [1, 297], - [-8, 91], - [-41, 128], - [-21, 116], - [-9, 33], - [-33, 63], - [-34, 76], - [-44, 79], - [16, 57], - [9, 71], - [-2, 89], - [-9, 70], - [-18, 70], - [-23, 125], - [-43, 131] - ], - [ - [1682, 3830], - [132, 23], - [97, 8], - [39, 6], - [77, -1], - [56, -8], - [46, -12], - [68, -3], - [45, -6], - [68, 7] - ], - [ - [2310, 3844], - [72, -91], - [3, -88], - [81, -97], - [-23, -57], - [1, -15], - [54, -61], - [67, -22], - [27, 6], - [41, -1], - [35, -97], - [3, -17], - [-1, -110], - [-10, -63], - [-23, -85], - [-10, -56], - [-11, -29], - [-30, -52], - [-1, -19], - [62, -88], - [58, -4], - [70, 12], - [65, 6], - [80, 5], - [169, -112], - [12, -28], - [10, -59], - [10, -28], - [106, -98], - [72, -71], - [42, -37], - [81, -53], - [20, 0], - [154, 78], - [13, -1], - [103, -107], - [0, -188], - [8, -33] - ], - [ - [4035, 2064], - [33, 25], - [34, 52], - [18, 47], - [-1, 21], - [-18, 59], - [-37, 100], - [-2, 18], - [0, 181], - [-8, 24], - [3, 33], - [87, 2], - [34, 7], - [55, 0], - [62, 8] - ], - [ - [4295, 2641], - [-3, -91], - [10, -70], - [26, -97], - [23, -63], - [88, -146], - [11, -9] - ], - [ - [2310, 3844], - [88, 31], - [18, 57], - [9, 80], - [-69, 56], - [-20, 42], - [-5, 60], - [-53, 59], - [-11, 64], - [0, 111], - [35, 113], - [28, 45], - [15, 13], - [65, 25], - [24, 13], - [4, 35], - [-40, 79], - [-26, 66], - [4, 49], - [24, 14], - [43, -8], - [20, -24], - [46, -73], - [12, -13], - [54, -15], - [25, 27], - [-1, 66], - [-31, 67], - [-1, 27], - [10, 25], - [56, 17], - [100, -2], - [55, -33], - [53, -71], - [15, -6], - [100, 38], - [52, 47], - [73, 30], - [40, 9], - [-3, 29], - [-47, 161], - [0, 32], - [82, 187], - [14, 40], - [38, 72], - [35, 81], - [2, 46], - [-6, 18] - ], - [ - [4320, 3136], - [-33, -70], - [-34, -110], - [-11, -57], - [0, -92], - [17, -84], - [36, -82] - ], - [ - [5058, 2025], - [36, 19], - [11, 17], - [26, 141], - [3, 43], - [32, 76], - [21, 67], - [29, 53], - [0, 44], - [-46, 41], - [-27, 39], - [-17, 78], - [-1, 34], - [-26, 76], - [-42, 31], - [-44, 50], - [-47, 36], - [-37, 53], - [-42, 37], - [-87, 53], - [-65, 17], - [-50, 22] - ], - [ - [5754, 3151], - [230, -196], - [170, -245], - [129, -325], - [-102, -302], - [-55, -319], - [-407, -7], - [-363, -141], - [-11, -63] - ], - [ - [1682, 3830], - [-8, 23], - [-25, 123], - [-44, 101], - [-23, 105], - [-10, 34], - [-33, 67], - [-36, 100], - [-24, 43] - ] - ], - "transform": { - "scale": [0.000026263459063090908, 0.000020732479520249057], - "translate": [9.472480773925838, 47.04738235473644] - }, - "objects": { - "liechtenstein": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[[0, 1, 2, 3, 4, 5]], [[6, 7]], [[8, 9]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-01", - "NAME_0": "Liechtenstein", - "ID_1": 1, - "NAME_1": "Balzers", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[10, 11, 12, 13, 14, 15, 16, 17]], [[18, 19, 20, 21]], [[22, 23, 24]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-02", - "NAME_0": "Liechtenstein", - "ID_1": 2, - "NAME_1": "Eschen", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[25, 26, -21, 27, 28, 29, -13, 30]], [[31, 32, -18, 33, -23]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-03", - "NAME_0": "Liechtenstein", - "ID_1": 3, - "NAME_1": "Gamprin", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-15, 34, 35]], - "type": "Polygon", - "properties": { - "ID_0": 129, - "ISO": "LI-04", - "NAME_0": "Liechtenstein", - "ID_1": 4, - "NAME_1": "Mauren", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[36, -31, -12]], [[37, 38, -24, -34, -17, 39, -4, 40], [41]], [[42]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-05", - "NAME_0": "Liechtenstein", - "ID_1": 5, - "NAME_1": "Planken", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[43, -29, 44]], - "type": "Polygon", - "properties": { - "ID_0": 129, - "ISO": "LI-06", - "NAME_0": "Liechtenstein", - "ID_1": 6, - "NAME_1": "Ruggell", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [ - [[45, 46, 47, -19, 48, -26, -37, -11, -33, 49, -38], [50], [-43]], - [[-42]], - [[51, -2, 52, -6, 53, 54, 55]], - [[56, 57, 58, 59]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-07", - "NAME_0": "Liechtenstein", - "ID_1": 7, - "NAME_1": "Schaan", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-30, -44, 60, -35, -14]], - "type": "Polygon", - "properties": { - "ID_0": 129, - "ISO": "LI-08", - "NAME_0": "Liechtenstein", - "ID_1": 8, - "NAME_1": "Schellenberg", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[61, -9, 62, 63, 64, -7, 65, 66, -57]], - "type": "Polygon", - "properties": { - "ID_0": 129, - "ISO": "LI-09", - "NAME_0": "Liechtenstein", - "ID_1": 9, - "NAME_1": "Triesen", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[67, -46, -41, -3, -52, 68, -66, -8, -65]], [[-59, 69, -55, 70]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-10", - "NAME_0": "Liechtenstein", - "ID_1": 10, - "NAME_1": "Triesenberg", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [ - [[-22, -27, -49]], - [[-50, -32, -25, -39]], - [[-51]], - [[-64, 71, -47, -68]], - [[-1, -53]], - [[-58, -67, -69, -56, -70]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 129, - "ISO": "LI-11", - "NAME_0": "Liechtenstein", - "ID_1": 11, - "NAME_1": "Vaduz", - "TYPE_1": "Gemeinden", - "ENGTYPE_1": "Commune", - "NL_NAME_1": null, - "VARNAME_1": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/morocco-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/morocco-topo.json deleted file mode 100644 index 6dd73cf019192..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/morocco-topo.json +++ /dev/null @@ -1,3077 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [5939, 7385], - [-9, -46], - [-54, -86], - [-3, -43], - [42, -83], - [-28, -66], - [6, -86], - [-10, -41] - ], - [ - [5883, 6934], - [-33, 19], - [-50, 102], - [-84, -1], - [-26, -67], - [-56, -41], - [-78, -2], - [-62, -15], - [-10, 26], - [59, 65], - [-7, 48], - [-75, 20], - [-2, 36], - [21, 54], - [-66, 3], - [-52, 30] - ], - [ - [5362, 7211], - [-8, 34], - [43, 17], - [-32, 75], - [10, 33], - [-15, 48], - [33, 69] - ], - [ - [5393, 7487], - [20, 56] - ], - [ - [5413, 7543], - [0, 0], - [-1, 0], - [78, 80], - [130, 60] - ], - [ - [5620, 7683], - [13, -25], - [41, -4], - [29, -74], - [1, -55], - [29, -55], - [54, -36], - [55, -64], - [97, 15] - ], - [ - [6659, 6350], - [-37, -52], - [-34, -23], - [-110, -16], - [-50, -24], - [-169, -3], - [-90, 31], - [-74, -29], - [3, -39], - [-70, 21], - [-86, 15], - [-77, -53], - [-65, -18], - [-43, 32] - ], - [ - [5757, 6192], - [-29, 42], - [6, 70], - [-15, 40], - [37, 46], - [-2, 100], - [19, 46], - [-5, 32], - [43, 31], - [42, 72], - [-3, 99], - [37, 71], - [-5, 54], - [36, 21] - ], - [ - [5918, 6916], - [50, 9], - [45, -23], - [93, 15], - [37, -29], - [39, -63], - [38, 60], - [112, 61] - ], - [ - [6332, 6946], - [-34, -78], - [9, -18], - [92, -35], - [10, -33], - [37, -14], - [43, -48], - [53, -28], - [8, -46], - [41, -20], - [7, -30], - [-58, -23], - [-2, -47], - [30, -13], - [61, 13], - [6, -35], - [34, -50], - [-20, -14], - [10, -77] - ], - [ - [5883, 6934], - [35, -18] - ], - [ - [5757, 6192], - [-13, -160], - [-51, -147], - [-45, -49] - ], - [ - [5648, 5836], - [-49, 27], - [-89, 77], - [-47, 2], - [-42, 67], - [-71, -4], - [-90, -67], - [-68, -1], - [-64, 145], - [-26, 11], - [-34, 90], - [-27, 29], - [-57, 30], - [-86, 30], - [-5, 31], - [-75, 114] - ], - [ - [4818, 6417], - [8, 52], - [-59, 23], - [11, 56], - [-12, 74], - [9, 123], - [-70, 77], - [28, 60], - [31, 39], - [46, -5], - [-2, 41], - [33, 12], - [30, 46], - [-49, 44], - [32, 76], - [-53, 85] - ], - [ - [4801, 7220], - [104, 48] - ], - [ - [4905, 7268], - [26, -46], - [61, 9], - [16, -19], - [48, 7], - [47, -57], - [41, 19], - [58, -6], - [28, -32], - [-65, -28], - [15, -61], - [34, -6], - [32, 94], - [75, 64], - [41, 5] - ], - [ - [4818, 6417], - [-42, -35], - [-2, -93], - [-34, -30], - [0, -34], - [27, -46], - [-18, -66], - [-33, -53], - [-78, -75], - [-58, -1], - [-20, -67], - [-68, -13], - [-10, -27], - [-81, -35] - ], - [ - [4401, 5842], - [-70, -41], - [-77, 120], - [5, 77], - [-39, 40], - [-49, 12], - [-32, -22], - [-37, 20], - [-103, -10], - [-34, 39], - [-63, 41], - [-31, 39], - [33, 38], - [4, 39], - [-32, 3], - [-47, 76] - ], - [ - [3829, 6313], - [123, 117], - [103, 126], - [73, 97], - [25, 45], - [68, 91], - [1, 59], - [76, 106], - [35, 27], - [46, -27], - [62, 40], - [48, 49], - [42, 63], - [81, 22], - [26, 23], - [52, 12], - [111, 57] - ], - [ - [4401, 5842], - [-4, -67], - [29, -81], - [58, -86], - [107, -56], - [38, -36], - [2, -41] - ], - [ - [4631, 5475], - [-107, -98], - [-34, -70], - [-6, -43], - [-69, -112], - [17, -66], - [45, -51], - [-35, -10] - ], - [ - [4442, 5025], - [-36, 27], - [-67, -33], - [-49, 18], - [-45, 52], - [-100, -23], - [-28, 11], - [-26, -31], - [-33, -3], - [-69, 55], - [-56, 15] - ], - [ - [3933, 5113], - [-7, 20], - [-50, 33], - [-29, 102], - [-49, 19], - [-138, 13], - [-48, -12], - [-50, 6], - [-90, 37] - ], - [ - [3472, 5331], - [75, 99], - [23, 52], - [7, 59], - [56, 78], - [10, 52], - [-14, 44], - [20, 60], - [-34, 36], - [-9, 38], - [30, 53], - [26, 90], - [-51, 84], - [157, 154], - [61, 83] - ], - [ - [9377, 7122], - [24, -50], - [58, -72], - [30, -69], - [-8, -51], - [-20, -34], - [-101, -32], - [-105, -48], - [-55, -14], - [-68, -3], - [-88, 16], - [-145, -1], - [-68, -12], - [-47, -32], - [-73, -82], - [-34, -59], - [-96, -204], - [-55, -67], - [-43, -83], - [-4, -29] - ], - [ - [8479, 6196], - [-33, -15], - [-95, -1], - [-84, 13], - [-7, 33] - ], - [ - [8260, 6226], - [-3, 70], - [-86, 98], - [-37, 27], - [-23, 56], - [-29, 30], - [-91, 4], - [-84, -18], - [-42, 20], - [-45, 57], - [11, 87], - [-69, 76], - [-17, 38] - ], - [ - [7745, 6771], - [-42, 156], - [-34, 86], - [-57, 57], - [-17, 38], - [3, 46], - [96, 157] - ], - [ - [7694, 7311], - [46, 2], - [40, 38], - [41, -4], - [110, 48], - [72, 1], - [96, -44], - [143, -5], - [39, 32], - [21, 60], - [59, 38] - ], - [ - [8361, 7477], - [33, 26], - [60, -15], - [-29, -88], - [32, -42], - [78, 4], - [129, 68], - [30, 42], - [6, 37], - [34, 25], - [41, 60], - [72, 48], - [50, 102], - [24, 16], - [14, 44], - [92, -52], - [42, -58], - [116, -41], - [46, -43], - [118, -31] - ], - [ - [9349, 7579], - [-18, -80], - [-27, -47], - [-51, -62], - [-33, -71], - [18, -67], - [95, -73], - [44, -57] - ], - [ - [7842, 8026], - [-29, -36], - [-30, -65], - [7, -40], - [-24, -43], - [-47, -40], - [-30, -1], - [-17, -60], - [-39, -2], - [5, 48], - [-36, 52] - ], - [ - [7602, 7839], - [-3, 60], - [-18, 62], - [101, 60], - [30, 74], - [71, 51] - ], - [ - [7783, 8146], - [35, -17], - [2, -57], - [22, -46] - ], - [ - [7994, 7968], - [17, -46], - [2, -105], - [28, -31], - [124, -50], - [56, 50], - [79, -26], - [13, -57], - [26, -13], - [61, 4], - [-60, -84], - [-4, -86], - [25, -47] - ], - [ - [7694, 7311], - [1, 67], - [-93, 96], - [-89, 13], - [-32, 39], - [5, 45] - ], - [ - [7486, 7571], - [38, 108], - [-6, 62], - [-28, 51] - ], - [ - [7490, 7792], - [80, 8], - [32, 39] - ], - [ - [7842, 8026], - [80, -22], - [26, -23], - [46, -13] - ], - [ - [7490, 7792], - [-25, 19], - [-20, 85], - [-85, 19] - ], - [ - [7360, 7915], - [-39, 69], - [-68, -6], - [-9, 59], - [-1, 140], - [-21, 53] - ], - [ - [7222, 8230], - [-24, 70] - ], - [ - [7198, 8300], - [39, -47], - [49, -11], - [146, 55], - [49, 1], - [41, -35], - [46, 16], - [78, -8], - [40, -56], - [17, -49], - [77, 13], - [3, -33] - ], - [ - [6813, 9067], - [13, -108], - [-49, -31], - [18, -61], - [-16, -66], - [51, -70], - [11, -50], - [-115, 2], - [-80, -38], - [-65, 8], - [-71, -64], - [-37, -18], - [-7, -41], - [51, -23], - [129, -121], - [83, -36], - [25, -26], - [47, 19], - [8, 33], - [-36, 107], - [60, 23], - [58, -77], - [42, 1], - [25, -65], - [-57, -11], - [-17, -22], - [-2, -67], - [-14, -56] - ], - [ - [6868, 8209], - [-29, 3], - [-33, -28], - [2, -33], - [-68, -37], - [40, -34], - [16, -65] - ], - [ - [6796, 8015], - [-137, 17], - [-151, 55], - [-42, 5], - [-140, -16], - [-93, 26], - [-86, -43] - ], - [ - [6147, 8059], - [-65, 18], - [-18, 30], - [-45, -5], - [-13, 27] - ], - [ - [6006, 8129], - [31, 90], - [43, 85], - [86, 150], - [140, 311], - [81, 215], - [32, -58], - [17, 45], - [-43, 31], - [43, 128] - ], - [ - [6436, 9126], - [89, -9], - [62, 4], - [128, -26], - [57, -24], - [41, -4] - ], - [ - [6882, 9035], - [57, -43], - [49, -66], - [81, 0], - [20, 18], - [47, -39], - [45, -74], - [37, -21], - [101, -23], - [80, 37], - [64, -18] - ], - [ - [7463, 8806], - [-25, -155], - [-1, -51], - [-56, -9], - [-5, -24], - [-68, -47], - [1, -29], - [-40, -20], - [-13, -30], - [-62, -41], - [-42, -12], - [7, -76], - [39, -12] - ], - [ - [7222, 8230], - [-38, -12], - [-4, -48], - [-49, -57], - [19, -28], - [-56, -18], - [-35, -51], - [-23, 26], - [4, 43], - [-71, 22], - [-33, -8], - [-27, 26], - [20, 44], - [-61, 40] - ], - [ - [6813, 9067], - [31, -27], - [38, -5] - ], - [ - [4905, 7268], - [71, 48], - [59, 17], - [70, 59], - [52, 17], - [33, -6], - [63, 24], - [60, 56] - ], - [ - [5313, 7483], - [36, -31], - [44, 35] - ], - [ - [5313, 7483], - [51, 55], - [49, 5] - ], - [ - [4186, 794], - [2, -476], - [-1, -318], - [-612, 2], - [-757, 3] - ], - [ - [2818, 5], - [-30, 36], - [-46, 133], - [-33, 65], - [-33, 105], - [-27, 143], - [-6, 83], - [-17, 54], - [-92, 187], - [-36, 32], - [-66, 29], - [-124, 1], - [-37, 17] - ], - [ - [2271, 890], - [24, 18], - [12, 86], - [165, 132], - [57, 6], - [34, -130], - [64, -49], - [85, 12], - [45, 27], - [284, 89], - [67, 42], - [83, 68], - [161, 103], - [124, 41], - [75, 55], - [30, 49] - ], - [ - [3581, 1439], - [19, -3], - [96, -107], - [68, -33], - [113, -13], - [66, -66], - [15, -61], - [220, -355], - [8, -7] - ], - [ - [3733, 1919], - [-5, -100], - [-24, -36], - [-52, -190], - [-71, -154] - ], - [ - [2271, 890], - [-53, -7], - [-43, 12], - [-93, 92], - [-72, 23], - [-43, 34], - [-31, 68], - [-12, 52], - [-44, 78] - ], - [ - [1880, 1242], - [31, 27], - [63, 90], - [37, 17], - [272, 172], - [82, 59], - [107, 87], - [66, 84] - ], - [ - [2538, 1778], - [43, -40], - [49, 3], - [102, -14], - [44, 10], - [46, -38], - [28, 4], - [59, 57], - [73, 41], - [55, -9], - [29, 27], - [38, 126], - [29, 39], - [58, 5], - [62, -86], - [50, -2], - [59, 19], - [58, 36], - [72, 16], - [34, 33], - [19, 44], - [39, 12], - [66, -12], - [34, -22], - [49, -108] - ], - [ - [2818, 5], - [-450, 2], - [-893, 4] - ], - [ - [1475, 11], - [-15, 95], - [31, 10], - [80, -2], - [-79, 112], - [-44, 83], - [-31, 111], - [-65, 80], - [-57, 180] - ], - [ - [1295, 680], - [38, 21], - [110, 42], - [90, 49], - [52, 40], - [20, 51], - [35, 38], - [15, 39], - [29, 28], - [48, 85], - [51, 51], - [38, 58], - [59, 60] - ], - [ - [6299, 2356], - [-46, 7], - [-69, -51], - [-154, -9], - [-31, -14], - [-53, -54], - [-52, 7], - [-70, 34], - [-106, -2], - [-86, 37], - [-32, -1], - [-100, -60], - [-68, -85], - [-57, -33], - [-83, -17], - [-53, -1], - [-51, 15], - [-32, -25], - [-18, -58], - [-131, -69], - [-54, -56], - [-82, -57], - [-25, -43], - [-111, -80], - [-80, -66], - [-13, 3], - [-164, -156], - [-98, -117], - [-194, -104], - [0, -507] - ], - [ - [3733, 1919], - [7, 58], - [28, 118], - [32, 76], - [35, 26], - [98, -11], - [145, 47], - [110, 43], - [12, 25], - [-47, 65], - [-11, 37], - [6, 172] - ], - [ - [4148, 2575], - [35, 71], - [35, 43], - [5, 39], - [-31, 11], - [-29, -17], - [-26, 16], - [-2, 61], - [33, 35], - [73, 8], - [177, -96], - [30, 2], - [38, 45], - [30, 86], - [30, 29], - [46, -1], - [87, -77], - [104, -51], - [85, 36], - [71, 85], - [35, 17], - [66, -20], - [73, -6], - [34, 52], - [-27, 157], - [30, 86], - [78, 65] - ], - [ - [5228, 3251], - [72, -55], - [23, -41], - [9, -67], - [48, -40], - [168, -10], - [22, 19], - [16, 92], - [42, 112], - [42, 53], - [66, -6], - [54, -35], - [67, -7], - [74, 41], - [73, 103], - [45, 11], - [46, -29], - [40, -50], - [61, -105], - [24, -57], - [57, -98], - [38, -106], - [5, -185], - [-19, -106], - [4, -103], - [-12, -111], - [6, -115] - ], - [ - [1475, 11], - [-485, 1], - [-242, 1], - [-748, 3], - [7, 18], - [83, 48], - [58, 91], - [19, 87], - [26, 53], - [50, 42], - [233, 35], - [133, 33], - [257, 55], - [143, 41], - [173, 107], - [113, 54] - ], - [ - [5491, 5024], - [9, -37], - [38, -26], - [-6, -44], - [74, 8], - [24, -28], - [-9, -69], - [-24, -69], - [-2, -73], - [10, -35] - ], - [ - [5605, 4651], - [-79, -37], - [-49, -78], - [-61, -15], - [-86, -6], - [-46, -25], - [-75, -92], - [-61, -29], - [-55, 0], - [-69, -44] - ], - [ - [5024, 4325], - [-60, -69], - [-66, -41], - [-2, -58], - [-78, -79], - [-53, -38], - [-49, 68], - [-78, -42], - [-129, -30], - [-65, 8], - [-30, -37], - [-103, 6] - ], - [ - [4311, 4013], - [3, 37], - [61, 26], - [107, 187], - [8, 26], - [-11, 90], - [10, 54], - [-12, 88], - [21, 25], - [24, 78], - [47, -1] - ], - [ - [4569, 4623], - [36, 35], - [65, 43], - [-25, 74], - [20, 33], - [57, 16], - [51, -10], - [45, -29], - [42, -55], - [27, 48], - [-20, 62], - [43, 29], - [40, -11], - [97, -1], - [28, 67], - [-13, 60] - ], - [ - [5062, 4984], - [70, 3], - [78, -70], - [20, -1], - [95, 35], - [40, 63], - [51, 17], - [75, -7] - ], - [ - [4442, 5025], - [-34, -67], - [44, -37], - [13, -35], - [-31, -26], - [1, -33], - [34, -21], - [71, -96], - [29, -87] - ], - [ - [4311, 4013], - [-76, -9], - [-32, -36], - [-33, -4], - [-24, 101], - [-55, 32], - [-10, 28], - [-35, 2], - [-37, -50], - [-59, -41], - [-68, -31], - [-46, -56], - [-100, 10] - ], - [ - [3736, 3959], - [-33, 103], - [14, 54], - [-29, 73], - [-90, 74], - [-8, 62], - [34, 78], - [32, 46], - [6, 135], - [75, 36], - [20, -4], - [52, 38], - [5, 68], - [-49, -8], - [-29, 20], - [-8, 73], - [18, 59], - [72, 95], - [41, 37], - [79, 29], - [-5, 86] - ], - [ - [5648, 5836], - [-7, -109], - [17, -87] - ], - [ - [5658, 5640], - [-8, -55], - [10, -108], - [28, -51], - [31, -16], - [11, -48], - [-21, -27], - [5, -56], - [47, -65], - [-29, -16], - [5, -64], - [-15, -17], - [-45, 8], - [-60, -16], - [-37, 23], - [-46, -3], - [-43, -43], - [0, -62] - ], - [ - [5062, 4984], - [-33, 4], - [-37, 42], - [-68, -6], - [-61, 67], - [-80, -11], - [26, 60], - [-19, 77], - [-30, 49], - [-4, 47], - [21, 28], - [3, 75], - [-30, 44], - [-119, 15] - ], - [ - [3736, 3959], - [-33, -20], - [-46, -1], - [-44, -22] - ], - [ - [3613, 3916], - [-58, 30], - [-61, -8], - [-42, -17], - [-54, 22], - [-25, 40], - [-26, -46], - [-26, -14], - [-47, 23], - [-69, 1], - [-21, 63], - [-70, 82] - ], - [ - [3114, 4092], - [10, 76], - [-7, 100], - [-24, 15], - [4, 53], - [19, 44], - [-2, 64], - [20, 54], - [1, 96], - [-33, 76], - [40, 52], - [51, 107], - [45, 75], - [11, 36], - [-2, 84], - [40, 41], - [44, 79], - [51, 60], - [90, 127] - ], - [ - [7486, 7571], - [-53, 74], - [-38, 29], - [-31, -32], - [8, -140], - [34, -80], - [45, -36], - [-32, -51], - [-34, -13], - [-93, 42], - [-109, 27], - [-119, -173], - [-27, -57], - [-42, -42] - ], - [ - [6995, 7119], - [-38, -2], - [-90, 32] - ], - [ - [6867, 7149], - [-2, 65], - [10, 136], - [18, 76], - [13, 155], - [-2, 47], - [-35, 36], - [-12, 78] - ], - [ - [6857, 7742], - [20, 9], - [53, -64], - [33, -4], - [9, 55], - [93, -37], - [22, -70], - [65, 22], - [22, 22], - [28, 88], - [-13, 41], - [56, 25], - [19, 47], - [52, 4], - [44, 35] - ], - [ - [8479, 6196], - [32, -16], - [31, -42], - [68, -147], - [40, -104], - [21, -108], - [88, -21], - [79, -66], - [-17, -41], - [17, -30], - [35, -4], - [68, 14], - [88, -10], - [195, -41], - [9, -31], - [-38, -85], - [-11, -84], - [0, -103], - [31, -238] - ], - [ - [9215, 5039], - [-373, -96], - [0, -289], - [4, -30], - [-50, -38], - [-47, -17], - [-12, -39], - [18, -49], - [-30, -34], - [29, -75], - [-17, -64], - [49, 4], - [1, 23], - [40, 24], - [7, -85], - [63, -26], - [27, -36], - [26, 18], - [12, -60], - [-19, -102], - [-87, -106], - [1, -91], - [26, -43], - [-21, -49], - [-187, -90], - [-135, -43], - [-146, -10], - [-162, -71], - [-267, -307], - [-306, -177], - [-169, -167] - ], - [ - [7490, 2914], - [-33, 109], - [-37, 47], - [-21, 80], - [6, 142], - [-3, 110], - [11, 64], - [-1, 205], - [-46, 74], - [-83, 173] - ], - [ - [7283, 3918], - [-18, 125], - [28, 158], - [2, 48] - ], - [ - [7295, 4249], - [19, 140], - [39, 105], - [22, 95], - [5, 74], - [-18, 69], - [-51, 52], - [-72, 26], - [-68, 47], - [-39, 65], - [-130, 41], - [-66, -18], - [-67, 11], - [-1, 53], - [96, 110], - [101, 126], - [40, 80], - [-118, 104], - [-43, 13], - [-61, -50], - [-37, -10] - ], - [ - [6846, 5382], - [-9, 159], - [24, 24] - ], - [ - [6861, 5565], - [1, 38], - [55, 25], - [32, 41], - [5, 36], - [29, 21], - [57, 12], - [57, -5] - ], - [ - [7097, 5733], - [77, -16], - [57, -47], - [120, 52], - [39, 56], - [56, 37], - [45, 5], - [41, 25], - [67, 22], - [26, 23], - [59, 6], - [98, 57], - [21, 29], - [-84, 18], - [-2, 25], - [59, 32], - [91, 33], - [34, 26], - [181, 42], - [85, 44], - [93, 24] - ], - [ - [7745, 6771], - [-67, -23], - [-126, -13], - [-95, -179], - [-20, -65], - [-44, -13], - [-25, 15], - [23, 88], - [-23, 31], - [-63, 19], - [44, 208], - [-14, 10], - [-132, -5], - [-25, 15], - [-24, 50], - [-31, 27], - [14, 49], - [-23, 113], - [-119, 21] - ], - [ - [7097, 5733], - [10, 35], - [-24, 23], - [21, 56], - [-11, 23], - [40, 93], - [-47, 92], - [-20, 65], - [-55, 6], - [-47, 46], - [-28, 6], - [-56, -28], - [-12, 72], - [-49, 63], - [-35, 4], - [-16, 39], - [-41, 27], - [-68, -5] - ], - [ - [6332, 6946], - [-24, 52], - [9, 68], - [26, 62], - [82, 15], - [29, -19], - [27, 20], - [23, -32], - [33, -2], - [33, -124], - [65, -23], - [56, 58], - [35, 13], - [116, -39], - [22, 9], - [19, 73], - [-16, 72] - ], - [ - [6857, 7742], - [-27, 34], - [50, 53], - [-9, 47], - [-72, 76], - [-3, 63] - ], - [ - [10355, 9050], - [-17, -50], - [-43, -27], - [-7, -74], - [-53, -8], - [-58, -41], - [-15, -48], - [-7, -96], - [18, -75], - [-59, -25], - [-25, -66], - [-2, -57], - [27, -87] - ], - [ - [10114, 8396], - [15, -48], - [-11, -39], - [-40, -19], - [-131, -16], - [-48, -59], - [-10, -60], - [-69, -14], - [-53, -24], - [-75, -21], - [-73, 14], - [-52, -72], - [-55, 15], - [-64, -7], - [-94, -49] - ], - [ - [9354, 7997], - [24, 79], - [-39, 37], - [-1, 114], - [-48, 43], - [-44, 57], - [4, 60], - [65, 40], - [71, 78], - [8, 100], - [78, 48], - [10, 63] - ], - [ - [9482, 8716], - [99, 46], - [32, 50], - [44, 38], - [27, 70], - [97, 70], - [9, 26], - [43, 31], - [36, 3], - [92, 49], - [25, 85], - [31, 25], - [47, 66], - [4, 22] - ], - [ - [10068, 9297], - [125, -49], - [-3, -46], - [43, -46], - [43, -20], - [32, -49], - [47, -37] - ], - [ - [9377, 7122], - [62, 104], - [107, 128], - [52, 104], - [47, 48], - [70, -20], - [156, -27], - [106, -5], - [96, 8], - [112, 59], - [53, -4], - [139, -66], - [84, -20], - [77, 25], - [25, 25], - [72, 40] - ], - [ - [10635, 7521], - [47, -29], - [31, 7], - [21, -64], - [30, -20], - [9, -106], - [-30, -48], - [-2, -47], - [-37, -92], - [2, -96], - [-9, -23], - [41, -79], - [16, -9], - [32, -82], - [57, -68], - [36, -22], - [13, -43], - [-22, -83], - [-54, -22], - [150, -272], - [103, -55], - [239, -211], - [12, -26], - [-62, -69], - [-50, -45], - [-72, -13], - [-21, -70], - [-26, -25], - [12, -44], - [-11, -64], - [5, -44], - [-42, -58], - [67, 20], - [31, -15], - [25, -65], - [-46, -33], - [-123, -2], - [-138, 16], - [-21, 10], - [-63, -15], - [-101, 29], - [-30, 0], - [-168, 59], - [-66, -7], - [-43, 31], - [-109, -44], - [-44, -5], - [-91, 32], - [-24, -15], - [-149, 4], - [-77, -18], - [-50, -40], - [-53, 6], - [-67, -9], - [-85, 6], - [-102, -22], - [-10, -83], - [44, -83], - [4, -39], - [33, -63], - [2, -64], - [18, -41], - [-157, -50], - [-245, -60] - ], - [ - [9349, 7579], - [-7, 79], - [-32, 68], - [-53, 76], - [-44, 48], - [14, 66], - [105, 45], - [22, 36] - ], - [ - [10114, 8396], - [104, 24], - [61, 38], - [39, 1], - [33, 33], - [11, 50], - [57, -4], - [81, 35], - [75, 56] - ], - [ - [10575, 8629], - [51, -92], - [52, -33], - [-84, -120], - [72, -103], - [-7, -92], - [59, -161], - [-48, -294], - [27, -122], - [-54, -47], - [-8, -44] - ], - [ - [9482, 8716], - [-36, 12], - [-58, 49], - [-30, -1], - [-53, 61], - [-119, 2], - [-25, -76], - [-61, -39], - [-28, -36], - [-23, 13], - [-30, -38], - [-22, -81], - [-64, 19], - [-24, 57], - [-27, 29], - [-11, 42], - [55, 39], - [-32, 30], - [22, 42], - [-8, 92], - [-40, -6], - [-38, 27], - [-49, -7], - [-38, 28], - [-16, 32] - ], - [ - [8727, 9006], - [-11, 19], - [6, 117], - [-17, 139], - [13, 79], - [-8, 36] - ], - [ - [8710, 9396], - [38, 35], - [13, 54], - [38, 17], - [111, -77], - [93, -34], - [147, -16], - [26, 23], - [126, 44], - [33, 50], - [55, 9], - [61, 120], - [16, 65], - [36, -1], - [-16, -92], - [14, -18], - [-6, -58], - [44, -68], - [-8, -78], - [39, -64], - [52, -31], - [66, -10], - [14, 27], - [82, -37], - [80, -12], - [78, 29], - [52, 54], - [74, -30] - ], - [ - [10355, 9050], - [61, 11], - [0, -58], - [75, -57], - [5, -43], - [118, -66], - [-13, -69], - [-59, -101], - [33, -38] - ], - [ - [5939, 7385], - [-6, 30], - [18, 109], - [58, -2], - [-6, 84], - [15, 40], - [-21, 98] - ], - [ - [5997, 7744], - [71, -26], - [52, -32], - [29, -60], - [80, 46], - [25, 55], - [-54, 41], - [-47, 132], - [-21, 28], - [32, 43], - [4, 48], - [-21, 40] - ], - [ - [5955, 7831], - [-28, -54], - [-37, 20], - [-63, 68] - ], - [ - [5827, 7865], - [69, 89] - ], - [ - [5896, 7954], - [72, -54], - [8, -44], - [-21, -25] - ], - [ - [5997, 7744], - [-42, 87] - ], - [ - [5896, 7954], - [44, 58], - [66, 117] - ], - [ - [5620, 7683], - [77, 53], - [130, 129] - ], - [ - [3613, 3916], - [43, -124], - [-83, -64], - [-5, -95], - [35, -41], - [-4, -144] - ], - [ - [3599, 3448], - [-29, -14], - [-39, -60], - [-47, 1], - [-59, -38], - [-108, 21] - ], - [ - [3317, 3358], - [-3, 68], - [-50, 34], - [-41, 123], - [-34, 10], - [-41, 73], - [-33, 19], - [-65, 7], - [14, 82], - [23, 33], - [41, 115], - [-20, 41], - [18, 56], - [-12, 73] - ], - [ - [3589, 3290], - [39, -47], - [19, 12], - [41, -21], - [66, 5], - [29, -34], - [-2, -37], - [57, -16], - [37, -30], - [22, -58], - [36, 2], - [36, -55], - [-52, -41], - [-3, -76], - [15, -43], - [31, -28], - [-16, -55], - [-39, -11], - [-18, -30] - ], - [ - [3887, 2727], - [-16, -30], - [-64, -48], - [-9, -64], - [-20, -14], - [-91, 63], - [-31, 58], - [-67, 1], - [-48, 60], - [-134, 54], - [-9, 32], - [-39, 7], - [-47, -29], - [-66, -2], - [-69, 18] - ], - [ - [3177, 2833], - [46, 111], - [29, 57], - [30, 134], - [16, 132] - ], - [ - [3298, 3267], - [62, 9], - [21, -18], - [88, -4], - [21, 50], - [40, -24], - [36, 27], - [23, -17] - ], - [ - [3599, 3448], - [10, -78], - [28, -27], - [-48, -53] - ], - [ - [3298, 3267], - [19, 91] - ], - [ - [7295, 4249], - [-55, -30], - [-79, -26], - [-38, 1], - [-133, 27], - [-17, -112], - [-24, -111], - [0, -47], - [-43, -133], - [-18, -24], - [77, -94], - [15, -39], - [152, 148], - [68, 59], - [83, 50] - ], - [ - [7490, 2914], - [-19, -7], - [-95, -84], - [-42, -45], - [-35, -64], - [3, -61], - [-13, -36], - [-193, -320], - [-11, -36], - [-91, 26], - [-35, 44], - [-24, -24], - [-33, 13], - [25, 69], - [-71, 36], - [-59, -9], - [-16, -15], - [-72, -7], - [-104, -35], - [-89, 25], - [-77, -21], - [-117, 3], - [-23, -10] - ], - [ - [5228, 3251], - [-67, 63], - [-13, 44], - [1, 81], - [22, 86], - [42, 102], - [1, 113], - [-27, 137], - [1, 59], - [-52, 105], - [-39, 36], - [-63, 131], - [1, 64], - [-11, 53] - ], - [ - [5605, 4651], - [65, -1], - [151, -52], - [73, 22], - [52, -16], - [33, 81], - [-15, 46], - [30, 60], - [73, 22], - [47, -13], - [58, 22], - [140, 100], - [149, 67], - [59, 62], - [38, -8], - [53, 8], - [13, 81], - [88, 44], - [34, 53], - [51, 13], - [54, 58], - [-5, 82] - ], - [ - [6256, 3836], - [-115, -15], - [23, -54], - [36, -40], - [81, -51], - [79, -24], - [22, -21], - [19, 120], - [-76, 51], - [-34, -1], - [-35, 35] - ], - [ - [6767, 3278], - [55, 19], - [70, 43], - [-37, 47], - [-44, 10], - [-54, -58], - [10, -61] - ], - [ - [4148, 2575], - [-79, -5], - [-52, 38], - [-106, 105], - [-24, 14] - ], - [ - [2538, 1778], - [44, 92], - [90, 117], - [40, 24], - [35, 39], - [30, 79], - [57, 78], - [41, 90], - [25, 88], - [15, 16], - [50, 102], - [42, 55], - [96, 105], - [34, 62], - [40, 108] - ], - [ - [5658, 5640], - [72, -16], - [99, 26], - [18, 20], - [47, 1], - [55, -20], - [58, 55], - [76, 19], - [13, -19], - [55, -6], - [45, 18], - [42, -8], - [44, 73], - [27, 5], - [21, -36], - [38, 43], - [10, -39], - [38, -18], - [55, 39], - [8, -47], - [56, 1], - [-2, 97], - [46, 10], - [21, 25], - [61, 27], - [61, -83], - [36, -105], - [-29, -41], - [-1, -48], - [36, -15], - [37, 26], - [60, -59] - ], - [ - [8108, 9344], - [-26, -34], - [16, -119], - [-23, -65], - [-62, -45], - [-94, -18], - [-48, -50], - [-86, -60], - [-12, -29] - ], - [ - [7773, 8924], - [-63, -30], - [-97, -19], - [-25, 9], - [-71, -24], - [-54, -54] - ], - [ - [6882, 9035], - [14, 30], - [43, 13], - [27, 51], - [45, 35], - [38, 12], - [43, -32], - [53, 39], - [-21, 53], - [-10, 86], - [-28, 92], - [51, 45] - ], - [ - [7137, 9459], - [39, 19], - [69, -63], - [102, 54], - [67, 117], - [49, 40], - [31, 55], - [29, 3] - ], - [ - [7523, 9684], - [17, -33], - [54, -24], - [72, -87], - [56, -21], - [79, -80], - [94, -41], - [213, -54] - ], - [ - [7067, 10190], - [12, -156], - [-52, -55], - [-117, -5] - ], - [ - [6910, 9974], - [-60, -28], - [-34, 84], - [-29, 37], - [28, 22], - [35, -34], - [48, 23], - [6, 86] - ], - [ - [6904, 10164], - [42, 15], - [53, -4], - [68, 15] - ], - [ - [6837, 9735], - [12, -43], - [36, -42], - [47, -30], - [50, 2], - [81, 42], - [88, -58], - [17, -46], - [-31, -101] - ], - [ - [6436, 9126], - [35, 132], - [40, 127], - [18, 12], - [42, 149] - ], - [ - [6571, 9546], - [90, 4], - [34, -19], - [46, 1], - [-2, 88], - [-41, 37], - [62, 17], - [13, 30], - [38, -2], - [26, 33] - ], - [ - [6837, 9735], - [30, 52], - [29, -1], - [51, 30], - [-37, 158] - ], - [ - [7067, 10190], - [18, 7], - [81, 86], - [58, 10], - [24, -48], - [33, -12], - [-11, -57], - [11, -110], - [21, -71], - [32, -26], - [38, -137], - [66, -26], - [18, -33], - [44, -35], - [23, -54] - ], - [ - [6571, 9546], - [22, 91], - [60, 131], - [31, 152], - [50, 206], - [20, 16], - [62, -4], - [70, -18], - [18, 44] - ], - [ - [8727, 9006], - [-65, -70], - [-41, -15], - [-68, -3], - [-49, -25], - [-49, -65], - [-59, -35] - ], - [ - [8396, 8793], - [-34, 7], - [-22, 53], - [-24, 10], - [-46, -38], - [-37, -68], - [-93, -53], - [-51, 15], - [-28, 31], - [-47, -10], - [-31, 33], - [-58, -17], - [-64, 35], - [-28, 106], - [-60, 27] - ], - [ - [8108, 9344], - [87, -16], - [96, 48], - [132, 22], - [66, 39], - [60, 1], - [48, 31], - [21, -59], - [52, -22], - [40, 8] - ], - [ - [8396, 8793], - [29, -57], - [-1, -53], - [27, -24], - [-71, -27], - [-32, 13], - [-35, -23], - [-62, 11], - [-22, -74], - [-36, -23], - [-9, -43], - [-34, -7], - [-39, -45], - [-23, -46], - [0, -44], - [32, -35], - [-22, -39], - [82, -28], - [46, -48], - [-52, -39], - [23, -42], - [-15, -32], - [-72, 14], - [-140, -62], - [24, -72] - ] - ], - "transform": { - "scale": [0.0010747627634884191, 0.0008017375890082742], - "translate": [-13.167089462280273, 27.670074462890685] - }, - "objects": { - "morocco": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4, 5]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-BES", - "NAME_0": "Morocco", - "ID_1": 1, - "NAME_1": "Chaouia - Ouardigha", - "ID_2": 1, - "NAME_2": "Ben Slimane", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[6, 7, 8, 9]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-KHO", - "NAME_0": "Morocco", - "ID_1": 1, - "NAME_1": "Chaouia - Ouardigha", - "ID_2": 2, - "NAME_2": "Khouribga", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-2, 10, -8, 11, 12, 13, 14, 15]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SET", - "NAME_0": "Morocco", - "ID_1": 1, - "NAME_1": "Chaouia - Ouardigha", - "ID_2": 3, - "NAME_2": "Settat", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[16, 17, 18, -14]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-JDI", - "NAME_0": "Morocco", - "ID_1": 2, - "NAME_1": "Doukkala - Abda", - "ID_2": 4, - "NAME_2": "El Jadida", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[19, 20, 21, 22, 23, -18]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SAF", - "NAME_0": "Morocco", - "ID_1": 2, - "NAME_1": "Doukkala - Abda", - "ID_2": 5, - "NAME_2": "Safi", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[24, 25, 26, 27, 28, 29, 30]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-BOM", - "NAME_0": "Morocco", - "ID_1": 3, - "NAME_1": "Fès - Boulemane", - "ID_2": 6, - "NAME_2": "Boulemane", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[31, 32, 33]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-FES", - "NAME_0": "Morocco", - "ID_1": 3, - "NAME_1": "Fès - Boulemane", - "ID_2": 7, - "NAME_2": "Fès", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Fès-Dar-Dbibegh" - } - }, - { - "arcs": [[34, -29, 35, 36, 37, -32, 38]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SEF", - "NAME_0": "Morocco", - "ID_1": 3, - "NAME_1": "Fès - Boulemane", - "ID_2": 8, - "NAME_2": "Sefrou", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-33, -38, 39, 40, 41, 42]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-MOU", - "NAME_0": "Morocco", - "ID_1": 3, - "NAME_1": "Fès - Boulemane", - "ID_2": 9, - "NAME_2": "Zouagha-Moulay Yacoub", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[43, 44, 45, 46, 47, 48]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-KEN", - "NAME_0": "Morocco", - "ID_1": 4, - "NAME_1": "Gharb - Chrarda - Béni Hssen", - "ID_2": 10, - "NAME_2": "Kénitra", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Kenitra" - } - }, - { - "arcs": [[49, 50, -42, 51, -44, 52]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SIK", - "NAME_0": "Morocco", - "ID_1": 4, - "NAME_1": "Gharb - Chrarda - Béni Hssen", - "ID_2": 11, - "NAME_2": "Sidi Kacem", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-16, 53, 54, -3]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-CAS", - "NAME_0": "Morocco", - "ID_1": 5, - "NAME_1": "Grand Casablanca", - "ID_2": 12, - "NAME_2": "Casablanca", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[55, -4, -55]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-MOH", - "NAME_0": "Morocco", - "ID_1": 5, - "NAME_1": "Grand Casablanca", - "ID_2": 13, - "NAME_2": "Mohammedia", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[56, 57, 58, 59]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-ASZ", - "NAME_0": "Morocco", - "ID_1": 6, - "NAME_1": "Guelmim - Es-Semara", - "ID_2": 14, - "NAME_2": "Assa-Zag", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[60, -59, 61, 62, 63]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-GUE", - "NAME_0": "Morocco", - "ID_1": 6, - "NAME_1": "Guelmim - Es-Semara", - "ID_2": 15, - "NAME_2": "Guelmim", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-58, 64, 65, 66, -62]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TNT", - "NAME_0": "Morocco", - "ID_1": 6, - "NAME_1": "Guelmim - Es-Semara", - "ID_2": 16, - "NAME_2": "Tan-Tan", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[67, -60, -61, 68, 69, 70]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TAT", - "NAME_0": "Morocco", - "ID_1": 6, - "NAME_1": "Guelmim - Es-Semara", - "ID_2": 17, - "NAME_2": "Tata", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-66, 71]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-LAA", - "NAME_0": "Morocco", - "ID_1": 7, - "NAME_1": "Laâyoune - Boujdour - Sakia El Hamra", - "ID_2": 18, - "NAME_2": "Laâyoune", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Laayoune" - } - }, - { - "arcs": [[72, 73, 74, 75, 76, 77]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-HAO", - "NAME_0": "Morocco", - "ID_1": 8, - "NAME_1": "Marrakech - Tensift - Al Haouz", - "ID_2": 19, - "NAME_2": "Al Haouz", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[78, -76, 79, 80, -22]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-CHI", - "NAME_0": "Morocco", - "ID_1": 8, - "NAME_1": "Marrakech - Tensift - Al Haouz", - "ID_2": 20, - "NAME_2": "Chichaoua", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[81, 82, -78, 83, -20, -17, -13]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-KES", - "NAME_0": "Morocco", - "ID_1": 8, - "NAME_1": "Marrakech - Tensift - Al Haouz", - "ID_2": 21, - "NAME_2": "El Kelaâ des Sraghna", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "El Kelaa Sraghna" - } - }, - { - "arcs": [[-23, -81, 84, 85, 86]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-ESI", - "NAME_0": "Morocco", - "ID_1": 8, - "NAME_1": "Marrakech - Tensift - Al Haouz", - "ID_2": 22, - "NAME_2": "Essaouira", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-84, -77, -79, -21]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-MMD", - "NAME_0": "Morocco", - "ID_1": 8, - "NAME_1": "Marrakech - Tensift - Al Haouz", - "ID_2": 23, - "NAME_2": "Marrakech", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-40, -37, 87, 88, 89, 90]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-HAJ", - "NAME_0": "Morocco", - "ID_1": 9, - "NAME_1": "Meknès - Tafilalet", - "ID_2": 24, - "NAME_2": "El Hajeb", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[91, 92, 93, 94, 95, 96, 97, 98, -26]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-ERR", - "NAME_0": "Morocco", - "ID_1": 9, - "NAME_1": "Meknès - Tafilalet", - "ID_2": 25, - "NAME_2": "Errachidia", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-28, 99, -88, -36]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-IFR", - "NAME_0": "Morocco", - "ID_1": 9, - "NAME_1": "Meknès - Tafilalet", - "ID_2": 26, - "NAME_2": "Ifrane", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-100, -27, -99, 100, -10, 101, -89]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-KHN", - "NAME_0": "Morocco", - "ID_1": 9, - "NAME_1": "Meknès - Tafilalet", - "ID_2": 27, - "NAME_2": "Khénifra", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Khenifra" - } - }, - { - "arcs": [[-41, -91, 102, -45, -52]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-MEK", - "NAME_0": "Morocco", - "ID_1": 9, - "NAME_1": "Meknès - Tafilalet", - "ID_2": 28, - "NAME_2": "Meknès", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[103, 104, 105, 106, 107]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-BER", - "NAME_0": "Morocco", - "ID_1": 10, - "NAME_1": "Oriental", - "ID_2": 29, - "NAME_2": "Berkane Taourirt", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-92, -25, 108, 109]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-FIG", - "NAME_0": "Morocco", - "ID_1": 10, - "NAME_1": "Oriental", - "ID_2": 30, - "NAME_2": "Figuig", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-109, -31, 110, -105, 111, 112]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-JRA", - "NAME_0": "Morocco", - "ID_1": 10, - "NAME_1": "Oriental", - "ID_2": 31, - "NAME_2": "Jerada", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Jrada" - } - }, - { - "arcs": [[-107, 113, 114, 115]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-NAD", - "NAME_0": "Morocco", - "ID_1": 10, - "NAME_1": "Oriental", - "ID_2": 32, - "NAME_2": "Nador", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-112, -104, 116]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-OUJ", - "NAME_0": "Morocco", - "ID_1": 10, - "NAME_1": "Oriental", - "ID_2": 33, - "NAME_2": "Oujda Angad", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-103, -90, -102, -9, -11, -1, 117, 118, -46]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-KHE", - "NAME_0": "Morocco", - "ID_1": 11, - "NAME_1": "Rabat - Salé - Zemmour - Zaer", - "ID_2": 34, - "NAME_2": "Khémisset", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Khemisset" - } - }, - { - "arcs": [[119, 120, 121]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-RAB", - "NAME_0": "Morocco", - "ID_1": 11, - "NAME_1": "Rabat - Salé - Zemmour - Zaer", - "ID_2": 35, - "NAME_2": "Rabat", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-119, 122, -122, 123, -47]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SAL", - "NAME_0": "Morocco", - "ID_1": 11, - "NAME_1": "Rabat - Salé - Zemmour - Zaer", - "ID_2": 36, - "NAME_2": "Salé", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": "Sale", - "VARNAME_2": null - } - }, - { - "arcs": [[-123, -118, -6, 124, -120]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-SKH", - "NAME_0": "Morocco", - "ID_1": 11, - "NAME_1": "Rabat - Salé - Zemmour - Zaer", - "ID_2": 37, - "NAME_2": "Skhirate-Témara", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": "Skhirate-Temara" - } - }, - { - "arcs": [[-86, 125, 126, 127]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-AGD", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 38, - "NAME_2": "Agadir-Ida ou Tanane", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": "Agadir Ida Ou Tanane" - } - }, - { - "arcs": [[128, 129, 130, 131]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-CHT", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 39, - "NAME_2": "Chtouka-Aït Baha", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Chtouka Ait Baha" - } - }, - { - "arcs": [[132, -132, 133, -127]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-INE", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 40, - "NAME_2": "Inezgane-Aït Melloul", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": "Inezgane Ait Melloul" - } - }, - { - "arcs": [[134, -94, 135, -71, 136, -74, 137, -96], [138], [139]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-OUA", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 41, - "NAME_2": "Ouarzazate", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-70, 140, -129, -133, -126, -85, -80, -75, -137]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TAR", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 42, - "NAME_2": "Taroudannt", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-141, -69, -64, 141, -130]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TIZ", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 43, - "NAME_2": "Tiznit", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-140]], [[-139]], [[-135, -95]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 152, - "ISO": "MA-ZAG", - "NAME_0": "Morocco", - "ID_1": 12, - "NAME_1": "Souss - Massa - Draâ", - "ID_2": 44, - "NAME_2": "Zagora", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-97, -138, -73, -83, 142]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-AZI", - "NAME_0": "Morocco", - "ID_1": 13, - "NAME_1": "Tadla - Azilal", - "ID_2": 45, - "NAME_2": "Azilal", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-98, -143, -82, -12, -7, -101]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-BEM", - "NAME_0": "Morocco", - "ID_1": 13, - "NAME_1": "Tadla - Azilal", - "ID_2": 46, - "NAME_2": "Béni Mellal", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Beni Mellal" - } - }, - { - "arcs": [[143, 144, -50, 145, 146, 147]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-CHE", - "NAME_0": "Morocco", - "ID_1": 14, - "NAME_1": "Tanger - Tétouan", - "ID_2": 47, - "NAME_2": "Chefchaouen", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[148, 149, 150]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-FAH", - "NAME_0": "Morocco", - "ID_1": 14, - "NAME_1": "Tanger - Tétouan", - "ID_2": 48, - "NAME_2": "Fahs Anjra", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": "Fahs-Béni Makada" - } - }, - { - "arcs": [[151, -146, -53, -49, 152, 153]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-LAR", - "NAME_0": "Morocco", - "ID_1": 14, - "NAME_1": "Tanger - Tétouan", - "ID_2": 49, - "NAME_2": "Larache", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-147, -152, 154, -149, 155]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TET", - "NAME_0": "Morocco", - "ID_1": 14, - "NAME_1": "Tanger - Tétouan", - "ID_2": 50, - "NAME_2": "Tétouan", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": "Tetouan" - } - }, - { - "arcs": [[-150, -155, -154, 156]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TNG", - "NAME_0": "Morocco", - "ID_1": 14, - "NAME_1": "Tanger - Tétouan", - "ID_2": 51, - "NAME_2": "Tanger-Assilah", - "TYPE_2": "Prefecture", - "ENGTYPE_2": "Prefecture", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-115, 157, 158, -144, 159]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-HOC", - "NAME_0": "Morocco", - "ID_1": 15, - "NAME_1": "Taza - Al Hoceima - Taounate", - "ID_2": 52, - "NAME_2": "Al Hoceïma", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Al Hoceima" - } - }, - { - "arcs": [[160, -39, -34, -43, -51, -145, -159]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TAO", - "NAME_0": "Morocco", - "ID_1": 15, - "NAME_1": "Taza - Al Hoceima - Taounate", - "ID_2": 53, - "NAME_2": "Taounate", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-106, -111, -30, -35, -161, -158, -114]], - "type": "Polygon", - "properties": { - "ID_0": 152, - "ISO": "MA-TAZ", - "NAME_0": "Morocco", - "ID_1": 15, - "NAME_1": "Taza - Al Hoceima - Taounate", - "ID_2": 54, - "NAME_2": "Taza", - "TYPE_2": "Province", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/myanmar-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/myanmar-topo.json deleted file mode 100644 index cea96c28c9a3e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/myanmar-topo.json +++ /dev/null @@ -1,5148 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [13181, 27971], - [-77, -78], - [-83, -17], - [-61, 14], - [-171, -8], - [-54, -40], - [32, -35], - [-140, -84], - [-86, 13], - [-60, -38], - [-18, -63], - [-48, 49], - [-39, -30], - [-86, 16], - [-215, -82], - [-66, 9], - [-76, -22], - [-77, -61], - [-42, 12], - [-137, 7], - [-23, 39], - [-2, 65], - [-71, 41], - [-38, -9], - [-160, 16], - [-56, -7], - [-32, 32], - [-173, 21], - [-21, 45], - [50, 39], - [67, -15], - [73, 19], - [62, 71], - [14, 49], - [-42, 75], - [-62, 9], - [-6, 94], - [-20, 40], - [66, 91], - [-41, 48], - [-130, -23], - [-73, -38], - [-69, -7], - [-123, 16], - [59, 58], - [-24, 88], - [-38, 26], - [39, 34], - [-16, 47], - [-50, 25], - [-8, 37] - ], - [ - [10829, 28559], - [-10, 25], - [-101, 55], - [-47, 41], - [-51, 13], - [-16, 49], - [64, 43], - [17, 94], - [-78, 4], - [-21, 54], - [84, 43], - [-24, 57], - [78, 14], - [57, 30], - [-31, 77], - [-20, 4], - [-71, 45], - [-40, -28], - [-122, 59], - [-64, -24], - [-51, 59], - [-70, 10], - [-31, 43], - [-44, 8], - [-25, -36], - [-79, -25], - [-92, 11], - [-27, -26], - [-61, -2], - [-61, 30], - [-105, -32], - [-75, -52], - [-36, 0], - [21, 76], - [-189, 104], - [-50, 49], - [31, 63], - [-47, 52], - [-26, 54], - [-96, 13], - [-40, -38], - [-127, 25], - [-52, 60], - [-83, -7], - [-25, 44], - [21, 42], - [-44, 42], - [-23, 73], - [-32, 39], - [26, 113], - [-39, 26], - [4, 40], - [-46, 9], - [-68, 45], - [37, 40], - [102, 4], - [85, 62], - [121, 1], - [108, 49], - [-9, 103], - [39, 22], - [69, -43], - [-23, -91], - [-60, -22], - [-12, -102], - [57, -9], - [41, 28], - [53, 69], - [2, 66], - [19, 39], - [-8, 73], - [-54, 7], - [14, 43], - [-37, 57], - [7, 12], - [-65, 60], - [-60, 78], - [-12, 72], - [9, 43], - [-46, 34], - [-34, 89], - [10, 331], - [-16, 221], - [30, 37], - [89, -33], - [103, -57], - [46, -13], - [24, 51], - [50, 43], - [40, -22], - [117, 48], - [41, 2], - [65, 61], - [16, 110], - [-34, 47], - [-76, 6], - [-125, 77], - [22, 64], - [-43, 118], - [-58, 32], - [65, 42], - [28, 159], - [85, 15], - [57, 88], - [-52, 66], - [-2, 58], - [-24, 29], - [14, 56], - [-86, 30], - [34, 38], - [0, 37], - [-38, 38], - [-94, 43], - [48, 120], - [4, 46], - [-36, 33], - [-83, 12], - [-53, 59], - [-70, 17], - [3, 66], - [33, 47], - [-29, 26], - [9, 48], - [84, 17], - [107, -6], - [59, 13], - [55, -10], - [75, 9], - [43, 55], - [-54, 47], - [-15, 68], - [-41, 25], - [-17, 82], - [-116, 33], - [30, 25], - [-8, 39], - [29, 83], - [136, 47], - [89, 15], - [31, 68], - [93, 21], - [5, 53], - [-46, 83], - [33, 39], - [91, -25], - [-11, 66], - [35, 33], - [52, 8], - [-18, 51], - [-60, -10], - [-96, 8], - [22, 56], - [127, 12], - [64, 61], - [49, 0], - [71, -27], - [61, 2], - [46, -45], - [133, 5], - [42, 19], - [69, 0], - [106, -28], - [39, 32], - [147, 19], - [120, -30], - [55, 17], - [52, 76], - [114, -17], - [96, 28], - [157, 3], - [37, -22], - [82, 19], - [29, -24], - [76, -18], - [28, 24], - [68, 4], - [59, 36], - [39, 74] - ], - [ - [11802, 34419], - [126, 21], - [47, -22], - [65, 85], - [-107, 108], - [-70, 47], - [-9, 49], - [-82, 59], - [-61, 78], - [-71, 25], - [-19, 52], - [-68, 65], - [-2, 50], - [-67, 32], - [-7, 31], - [-70, 46], - [26, 119], - [-21, 137], - [-38, 45], - [64, 28], - [36, 76], - [82, -2], - [54, 33], - [77, 122], - [104, 26], - [80, 2], - [1, 38], - [106, 79], - [41, 5], - [189, 140], - [29, 36], - [123, 32], - [163, -85], - [32, 39], - [-35, 135], - [47, 50], - [23, 51], - [-101, 110], - [-75, -15], - [26, 60], - [-15, 55], - [13, 52], - [52, 18], - [26, 96], - [-38, 29], - [8, 51], - [89, -4], - [60, 25], - [-23, 58], - [38, 34], - [109, -50], - [49, 88], - [49, 1], - [-6, 49], - [-41, 63], - [-2, 33], - [45, 24], - [8, 64], - [42, 26], - [-46, 50], - [-8, 47], - [78, 31], - [15, 26], - [83, 47], - [99, -56], - [37, 38], - [73, 1], - [67, -27], - [9, -35], - [74, -17], - [43, -74], - [-9, -119], - [129, -85], - [11, -49], - [119, -6], - [7, 42], - [52, 29], - [97, 4], - [80, -75], - [55, -33], - [-19, -27], - [85, -19], - [45, -34], - [32, -56], - [-40, -62], - [59, -51], - [45, 25], - [66, 5], - [40, -68], - [64, -13], - [50, -48], - [45, -82], - [-25, -76], - [-29, -33], - [15, -44], - [-24, -59], - [7, -59], - [55, -46], - [70, -2], - [31, -70], - [-1, -57], - [-47, -3], - [-29, -43], - [26, -44], - [107, -38], - [-14, -104], - [67, -36], - [-55, -59], - [34, -39], - [113, -72], - [40, -50], - [19, -85], - [-2, -86], - [22, -45], - [46, -25], - [86, -2], - [44, 19], - [21, 42], - [72, 26], - [-1, 87], - [19, 64], - [-13, 70], - [31, 8], - [62, -56], - [82, -9], - [18, -21], - [112, 44], - [66, -116], - [156, -42], - [58, 36], - [69, -43], - [-38, -154], - [34, -39], - [-33, -85], - [37, -18], - [-9, -67], - [18, -38], - [69, -23], - [13, -35], - [-16, -91], - [-41, -32], - [17, -97], - [-66, -24], - [40, -141], - [-7, -66], - [10, -62], - [62, -4], - [63, -43], - [-5, -64], - [-47, -14], - [-13, -104], - [37, -78], - [10, -77], - [-58, -53], - [2, -27], - [61, -69], - [-16, -152], - [-26, -43], - [67, -44], - [-22, -49], - [47, -86], - [-24, -89], - [-39, -27], - [4, -146], - [-34, -110], - [19, -27], - [-42, -75], - [-13, -73], - [-108, -81], - [-9, -92], - [-18, -40], - [82, 0], - [70, -114], - [-25, -50], - [-38, -6], - [18, -62], - [-60, -27], - [-60, -45], - [-24, 20], - [22, 47], - [-37, 41], - [-53, 9], - [-60, -33], - [-41, 25], - [-33, -47], - [72, -135], - [34, -155], - [61, 3], - [103, -78], - [19, -59], - [29, -23], - [1, -89], - [-42, -13], - [-32, -54], - [-84, -36], - [-149, 54], - [-37, 40], - [-71, -5], - [-30, -37], - [-67, -38], - [-42, -54], - [9, -53], - [-34, -21], - [7, -70], - [-21, -39], - [-91, -30], - [-25, -24], - [-5, -97], - [-15, -35], - [-55, 1], - [-46, -39], - [-39, 0], - [-99, -53], - [-29, 53], - [-73, 50], - [-128, 33], - [-68, -32], - [18, -55], - [-29, -48], - [-53, -45], - [-63, -12], - [-3, -26], - [76, -101], - [-10, -72], - [-32, -64], - [-93, 3], - [-11, -76], - [-53, -42], - [-20, -48], - [-67, -10], - [-46, 11], - [-71, -99], - [-109, -71], - [-60, -19], - [-48, 16], - [-62, 79], - [-90, 15], - [-73, -132], - [-27, -87], - [-79, -110], - [-65, -49], - [-36, -6], - [13, -64], - [-18, -57], - [-1, -78], - [32, -56], - [-8, -57], - [33, -48], - [47, -29], - [57, -3], - [36, -64], - [-89, -46], - [-67, 6], - [-73, 25], - [-51, -19], - [-96, -79], - [-135, -47], - [-36, 5], - [-56, -57], - [36, -34], - [15, -131], - [-6, -115], - [-37, -226], - [-48, -68], - [-7, -36], - [221, 8], - [97, 25], - [30, -7], - [11, -83], - [26, -43], - [59, -19], - [-30, -67], - [-90, 1], - [-16, -39], - [21, -51], - [115, -2], - [56, -17], - [75, -55], - [-97, -66], - [-3, -83], - [42, -17], - [-20, -88], - [-27, -43], - [-70, -33], - [-53, -49], - [-97, -54], - [-17, -76], - [-124, -42], - [-33, -44], - [-76, -31], - [-6, -38], - [67, -19], - [184, -78], - [13, -36] - ], - [ - [13724, 19409], - [-15, -58], - [40, -104], - [-84, -89], - [-34, -52], - [-56, -41], - [11, -40], - [-13, -61], - [72, -101], - [-11, -39], - [-53, 12], - [-51, -47], - [47, -13], - [100, -74], - [-11, -53], - [13, -98], - [-19, -104], - [-56, -6], - [-53, -34], - [-63, -12], - [7, -47], - [-72, -4], - [-4, -129], - [-73, -17], - [-89, -73], - [50, -14], - [20, -42], - [104, -43], - [19, -78], - [-25, -28], - [61, -141], - [-29, -43], - [12, -45], - [37, -38], - [-10, -127], - [14, -51], - [-20, -57], - [-79, 17], - [-77, -35], - [-117, 14], - [-40, -36], - [-82, -42], - [-139, -15], - [-19, -72], - [-87, 4], - [-45, 31], - [-36, -29], - [-53, -5], - [-41, 99], - [-67, 45], - [-88, -17], - [-12, 82] - ], - [ - [12508, 17459], - [-35, 39], - [-18, 51], - [-49, 40], - [-19, 41], - [-106, 6], - [-79, -18], - [-52, 12], - [-80, -8], - [-98, 24], - [-4, 6], - [-81, -15], - [-45, 98], - [-94, 134], - [-44, 117], - [-74, 38], - [36, 42], - [-20, 35], - [-89, 53], - [4, 27], - [-57, 76], - [25, 44], - [-55, 65], - [48, 37], - [-66, 45], - [19, 26], - [-45, 40], - [-23, 60], - [-31, -12], - [-98, 49], - [-19, 87], - [-52, 72], - [6, 139], - [29, 17] - ], - [ - [11242, 18926], - [44, -42], - [81, 52], - [-26, 36], - [32, 38], - [172, 84], - [15, 21], - [-73, 67], - [-27, -18], - [-52, 31], - [17, 26], - [-88, 54], - [6, 30], - [51, 19], - [4, 50], - [114, 62], - [19, 51], - [76, 54], - [49, -1], - [26, 28], - [-19, 38], - [16, 35], - [83, 3], - [107, 44], - [82, 1], - [-29, 72], - [87, 57], - [-44, 39], - [31, 68], - [20, 6], - [-34, 134], - [39, 105], - [-31, 62], - [59, 20], - [98, -15], - [26, -67], - [4, -96], - [107, -33], - [117, 21], - [35, -8], - [11, 57], - [42, 41], - [82, 19], - [33, -75], - [65, -22], - [49, -53], - [108, 15], - [26, 27], - [78, -41], - [-15, -32], - [46, -64], - [110, -5], - [-74, -135], - [0, -62], - [104, -64], - [51, -50], - [83, -3], - [37, -24], - [42, 17], - [31, -23], - [90, 0], - [3, 29], - [74, -21], - [50, -31], - [77, 18], - [59, -23], - [-7, -75], - [33, -65] - ], - [ - [12508, 17459], - [-38, -45], - [1, -45], - [27, -43], - [41, -14], - [44, -57], - [32, -95], - [34, -22], - [19, -59], - [42, -14], - [22, -47], - [-23, -35], - [5, -44], - [42, -58], - [112, -85], - [61, 34], - [41, 102], - [92, 0], - [93, -41], - [29, -66], - [-72, -80], - [29, -50], - [84, -82], - [47, -31], - [5, -84], - [32, -51], - [-22, -51], - [56, -13], - [39, -89], - [38, -59], - [-14, -63], - [-57, -13], - [-44, -38], - [-42, -93], - [71, -126], - [83, -45], - [31, -51], - [58, -40], - [-20, -48], - [68, -71], - [134, -123], - [140, -91], - [44, -89], - [95, -23], - [13, -36], - [47, 5], - [108, -110], - [56, -38], - [-24, -19], - [96, -66], - [56, -19], - [-12, -66], - [19, -63], - [32, -1], - [93, -107], - [97, -35], - [18, -38], - [80, -39], - [53, -95], - [43, -13], - [-13, -70], - [90, -29], - [-4, -62], - [57, -46], - [53, -2], - [76, 20], - [44, -10], - [70, -68], - [21, -53], - [46, 0], - [74, -93], - [-36, -21], - [76, -78], - [14, -45], - [-53, -33], - [-7, -48], - [111, -20], - [11, -28], - [-73, -16], - [-25, -38], - [-44, 9], - [-58, -120], - [132, -88], - [-3, -61], - [44, -41], - [28, 7], - [66, -36], - [30, -73], - [-22, -39], - [78, -85], - [63, -87], - [51, -44], - [-45, -53], - [14, -53], - [48, -75], - [15, -94], - [-3, -70], - [83, -23], - [8, 47], - [33, 4], - [18, 67], - [47, 34], - [41, -9], - [41, 44], - [85, 45], - [34, 68], - [125, -5], - [57, -46], - [32, -67], - [-46, -98], - [39, -18], - [-21, -64], - [8, -35], - [-91, -31], - [-48, -41], - [21, -97], - [-20, -62], - [-61, -46], - [-60, -25], - [-59, 43], - [-34, -12], - [-103, 7], - [-25, 21], - [-115, -13], - [23, -65], - [-31, -39], - [-82, -27], - [7, -33], - [-118, 34], - [-31, -9], - [-6, -54], - [74, -51], - [27, -77], - [-32, -23], - [-24, -84], - [36, -78], - [-19, -78], - [-59, -135], - [-49, -167], - [46, -93], - [-31, -73], - [80, -259], - [-14, -179], - [-47, -89], - [-58, 66], - [-64, 11], - [-42, 34], - [-88, -51], - [-90, -6], - [-59, -112], - [46, -28], - [9, -53], - [-40, -25], - [-29, 33], - [-69, 39], - [-84, 20], - [-48, 27], - [-29, -33], - [24, -33], - [-53, -17], - [-44, -67], - [-74, -6], - [-27, -24], - [-46, 24] - ], - [ - [14542, 10746], - [6, 52], - [-52, 65], - [2, 29], - [-66, 44], - [-42, -1], - [-58, 107], - [-60, 75], - [-56, 35], - [0, 36], - [-71, 113], - [-71, 51], - [-16, 43], - [-58, 61], - [-71, 36], - [3, 63], - [-66, -7], - [-51, 74], - [-82, 8], - [12, 99], - [30, 24], - [-38, 47], - [-21, 124], - [-64, 80], - [22, 15], - [-26, 68], - [44, 46], - [-37, 80], - [32, 44], - [-9, 39], - [55, 22], - [-42, 61], - [2, 35], - [-65, 61], - [-23, 51], - [140, 35], - [88, -24], - [94, 35], - [69, 6], - [131, -11], - [22, -29], - [57, -21], - [33, 28], - [116, 42], - [8, 79], - [-35, 15], - [-85, 84], - [7, 43], - [-90, 92], - [-119, 40], - [-7, 94], - [-28, 107], - [-46, -28], - [-109, 12], - [-24, 51], - [-42, 31], - [-73, 21], - [6, 29], - [-15, 1], - [5, 64], - [-25, 39] - ], - [ - [13683, 13361], - [-114, -55], - [-84, 41], - [-39, 47], - [-92, 23], - [-36, 59], - [-97, -19], - [-2, 45], - [-33, 52], - [-68, 23] - ], - [ - [13118, 13577], - [-97, 130], - [-29, 3], - [2, 127], - [-116, 35], - [-22, 28], - [34, 41], - [-64, 16], - [-40, 84], - [9, 94], - [-24, 49], - [-58, 37], - [92, 155], - [-15, 52], - [10, 19], - [12, 18], - [-4, 5], - [59, 21], - [19, 38], - [-37, 38], - [-27, 78], - [25, 71], - [-47, 110], - [48, 16], - [-12, 75], - [-64, 57], - [15, 15], - [-71, 58], - [-20, 50], - [11, 65], - [-40, 56], - [21, 32], - [13, 82], - [-45, 35], - [-57, 19], - [-44, 59], - [6, 37], - [-32, 67], - [22, 73], - [52, 10], - [20, 45], - [-28, 21], - [-64, -4], - [-10, -76], - [-54, 4], - [1, -50], - [-56, -90], - [-4, -39], - [-99, 38], - [-38, -15], - [-23, -44], - [-39, 4], - [9, -71], - [-48, -2] - ], - [ - [12170, 15353], - [-53, 29], - [19, 137], - [-82, 79], - [18, 25], - [-54, 93], - [25, 64], - [64, 60], - [5, 39], - [-24, 52], - [-49, 28], - [-4, 55], - [-98, 114], - [-15, 32], - [3, 85], - [55, 41], - [3, 34], - [76, 93], - [20, 93], - [35, 25], - [-5, 45], - [-79, 41], - [-88, 68], - [38, 80], - [-54, 118], - [-40, 45], - [-40, -22], - [-19, -59], - [-52, 2], - [-17, 28], - [-4, 78], - [-33, 58], - [-59, -9], - [-45, 13], - [-19, 59], - [-52, 49], - [37, 85], - [18, 157], - [-40, 12], - [24, 53], - [-87, 93], - [-8, 38], - [-51, -4], - [-74, -27], - [-56, 3], - [-42, -42], - [-71, -32], - [-83, 5], - [-82, 53], - [-55, 3], - [-71, -61], - [-59, 45], - [-13, 52], - [-36, -1], - [-55, 95], - [-57, 30], - [-45, 53], - [-28, 97], - [151, 14], - [-25, 39], - [9, 39], - [-44, 20], - [-38, 58], - [42, 84], - [90, -12], - [46, 54], - [-79, 34], - [-125, -25], - [-33, 160], - [4, 41], - [-72, 40], - [-77, 64], - [7, 85], - [-52, 26], - [94, 23], - [32, 48], - [-114, 51], - [-69, 178], - [-39, 13], - [11, 18], - [11, 83], - [-36, 41], - [-45, 12], - [-42, 53], - [60, 63], - [-80, 43], - [-24, 29] - ], - [ - [10175, 19208], - [130, 16], - [60, -11], - [72, 27], - [59, -38], - [91, 4], - [67, -35], - [53, -56], - [46, 31], - [11, 68], - [34, 47], - [43, 17] - ], - [ - [10841, 19278], - [23, -57], - [50, -58], - [71, -6], - [93, -35], - [40, -48], - [46, -8], - [29, -59], - [41, -39], - [8, -42] - ], - [ - [4750, 27914], - [-21, -33], - [9, -88], - [38, -70], - [-38, -36], - [30, -60], - [-52, -51], - [9, -28], - [-30, -77], - [-3, -111], - [-17, -28], - [-78, -7], - [-23, 32], - [-71, 35], - [-57, -63], - [26, -33], - [23, -186], - [-27, -104], - [-3, -5], - [-50, -12], - [1, -119], - [16, -42], - [-26, -72], - [-47, -40], - [-62, -28], - [21, -69], - [-41, -12], - [74, -109], - [0, -70], - [41, -9], - [26, -57], - [-10, -149], - [48, -33], - [-2, -39], - [-72, 0], - [13, -44], - [39, -39], - [14, -104], - [-11, -34], - [-61, -11], - [50, -117], - [0, -69] - ], - [ - [4426, 25723], - [99, -263], - [-78, -20], - [1, -56], - [74, -232], - [24, -29], - [-95, -140], - [47, -224], - [-4, -102], - [14, -95], - [-85, -149], - [26, -170], - [-87, -143], - [12, -48], - [22, -194], - [26, -165], - [87, -98], - [142, -68], - [6, -67], - [34, -61], - [-54, -32], - [-9, -101], - [-36, -51], - [29, -32], - [-22, -35], - [-41, -118], - [-41, -79], - [24, -25], - [-120, -73], - [33, -33], - [78, 4], - [100, -13], - [17, -28], - [-14, -103], - [30, -23], - [31, -67], - [-22, -118], - [-62, -72], - [-77, -11], - [34, -52], - [-8, -26], - [-55, -34], - [-90, -102], - [66, -145], - [30, -5], - [35, -53], - [-45, -61], - [29, -70], - [71, -56], - [7, -30], - [-89, -120], - [-138, -15], - [-24, -27], - [-87, -14], - [-49, -43], - [-25, 22], - [-65, -18], - [-55, 16] - ], - [ - [4077, 21556], - [7, 27], - [-61, 48], - [23, 44], - [-49, 75], - [-24, 59], - [-33, 4], - [-97, -29], - [-14, 68], - [-26, 13], - [-8, 63], - [-58, 83], - [-63, 55], - [-1, 29], - [-126, 8], - [-29, -12], - [-3, -101], - [-75, -41], - [24, -32], - [-14, -97], - [64, -59], - [2, -60], - [-120, 6], - [-41, 17], - [-29, -46], - [-78, -4], - [-42, 51], - [-51, 19], - [-51, -34], - [-25, 25], - [-106, -16], - [-37, 79], - [-165, -20], - [-26, 59], - [-78, 1], - [-84, 37], - [9, 42], - [-94, 41], - [-80, -36], - [-37, 20], - [-36, 135], - [-27, 37], - [-1, 60], - [19, 21], - [-30, 139], - [-16, 32], - [21, 62], - [-80, -11], - [-123, -39], - [-46, 32], - [-51, -14], - [-54, 53], - [-84, 32], - [-57, 1], - [-146, -82], - [-63, 44], - [-65, 3], - [-42, 58], - [16, 33], - [-42, 34], - [0, 62], - [-70, 34], - [-40, -17], - [-66, 109], - [-39, 7], - [-37, 59] - ], - [ - [1222, 22826], - [-36, 64], - [-37, 116], - [-21, 102], - [-23, 42], - [-8, 79], - [-19, 52], - [-5, 81], - [-21, 73], - [5, 63], - [-17, 55], - [9, 77], - [-13, 24], - [21, 136], - [4, 160], - [45, 58], - [-60, 192], - [67, 20], - [47, 61], - [65, -5], - [13, 59], - [-7, 122], - [32, 68], - [74, 26], - [21, -32], - [200, -97], - [63, -48], - [58, -15], - [-8, -55], - [59, -28], - [26, -92], - [70, 96], - [65, 35], - [50, -71], - [66, -16], - [-22, 119], - [36, 85], - [23, 19], - [90, -4], - [-12, 55], - [-36, 44], - [22, 37], - [-19, 57], - [24, 15], - [146, -2], - [35, -53], - [59, 4], - [27, 25], - [-41, 114], - [88, 2], - [40, 18], - [-7, 146], - [-16, 42], - [-2, 150], - [-61, 52], - [-53, 9], - [-8, 73], - [-59, 66], - [8, 70], - [62, 48], - [-13, 55], - [-66, 53], - [-34, 134], - [30, 92], - [-21, 100], - [49, 78], - [5, 45], - [35, 60], - [-6, 27], - [44, 35], - [-33, 92], - [11, 43], - [-44, 21], - [12, 84], - [78, 1], - [58, 28], - [62, -25], - [17, -40], - [66, -37], - [118, -3], - [84, 69], - [44, 101], - [38, 51], - [60, 38], - [-40, 17], - [27, 83], - [3, 84], - [-36, 77], - [6, 116], - [-29, 53], - [67, 23], - [38, 50], - [-27, 62], - [13, 65], - [2, 98], - [55, 73], - [-12, 32], - [36, 82], - [-27, 92], - [45, 72], - [-65, 66], - [0, 36], - [-40, 54], - [28, 102], - [-28, 21], - [-13, 113], - [8, 110], - [-62, 8], - [-76, 106], - [7, 151], - [-18, 38], - [38, 39], - [157, -45], - [33, -33], - [30, -83], - [47, -9], - [12, -71], - [77, -54], - [72, -8], - [56, 25], - [22, 32], - [85, -29], - [49, 35], - [26, 59], - [192, -9], - [49, -11], - [98, 8], - [39, -73], - [105, -82], - [99, 14], - [97, 35], - [72, 2], - [61, -39], - [113, -21], - [28, 10], - [66, -32], - [23, -47], - [109, -2], - [50, -91], - [58, -11] - ], - [ - [10829, 28559], - [-86, -24], - [-129, 26], - [-38, -8], - [-94, -107], - [-41, 20], - [-109, -21], - [-106, -87], - [-55, -58], - [46, -44], - [49, -19], - [95, 41], - [87, -19], - [30, -75], - [-20, -38], - [46, -83], - [-3, -54], - [73, -53], - [8, -61], - [-54, -15], - [-56, -130], - [-64, -53], - [-41, 0], - [-81, -62], - [-13, -46], - [12, -75], - [-47, -20], - [-61, -109] - ], - [ - [10177, 27385], - [-52, 35], - [-17, 58], - [-117, 52], - [-84, -23], - [-49, -54], - [-24, -56], - [-87, 27], - [-109, 9], - [-59, -49], - [-18, 43], - [12, 57], - [-50, 37], - [31, 29], - [5, 55], - [-66, 4], - [-72, -55], - [30, -13], - [-19, -47], - [-77, -11], - [-41, -32], - [-54, -116], - [-6, -66], - [-96, 43], - [-15, -62], - [7, -83], - [-105, -49], - [-27, -46], - [-19, -85], - [63, -66], - [48, -12], - [0, -40], - [-49, -61], - [70, -66], - [-17, -52], - [18, -111], - [50, -13], - [29, -58], - [4, -53], - [-46, -40], - [22, -37], - [-7, -76], - [-19, -29], - [15, -96], - [-30, -74], - [-4, -103], - [8, -247], - [-36, -31], - [-50, -2], - [-69, -26], - [15, -65], - [-14, -34], - [79, -69], - [18, -69], - [69, -72], - [54, -80], - [-46, -37], - [-38, -68], - [18, -76], - [-26, -43], - [16, -73], - [111, -121], - [-1, -44], - [-58, 3], - [-4, -41], - [11, -208], - [22, -24], - [-9, -101], - [54, -77], - [14, -52], - [-21, -85], - [27, -52], - [-60, -191], - [-20, -24], - [-129, -35], - [-62, 15], - [-39, 49], - [-58, 32], - [-108, 11], - [-79, 29], - [-130, -4], - [-62, 22], - [-77, -17], - [-230, 2], - [-48, -20], - [-106, -10], - [-70, -40], - [-44, -57], - [-121, -115], - [-57, -20], - [45, -56], - [-26, -48], - [-54, -22], - [-44, -45], - [-11, -119], - [-48, -74], - [-9, -64] - ], - [ - [7643, 23405], - [-28, 20], - [-26, 87], - [-52, 48], - [-132, 41], - [1, 80], - [-90, 50], - [-13, 53], - [-94, 86], - [4, 51], - [-104, 42], - [-93, -7], - [-50, -33], - [-111, -7], - [-59, -14], - [-48, 16], - [-109, 0], - [-49, 12], - [-115, 50], - [-44, -17], - [-123, -16], - [-93, -39], - [-62, 33], - [-153, 56], - [-175, -69], - [-115, -1], - [8, -91], - [-114, -11], - [-89, 64], - [-65, 11], - [-58, 29], - [28, 209], - [12, 45], - [-37, 44], - [23, 77], - [39, 16], - [-1, 50], - [-32, 37], - [8, 60], - [-20, 57], - [-85, -39], - [-51, 0], - [-46, 37], - [-108, 32], - [-62, 77], - [-62, 220], - [54, 29], - [-16, 77], - [24, 26], - [-24, 61], - [23, 16], - [26, 70], - [-13, 98], - [-51, 37], - [10, 24], - [-34, 91], - [-74, 83], - [-47, 109], - [-52, 55], - [-136, 19], - [8, 72], - [-30, 56], - [-121, -64], - [-119, 13] - ], - [ - [4750, 27914], - [33, 26], - [33, 135], - [45, 31], - [31, 100], - [89, 108], - [41, 92], - [-7, 88], - [21, 78], - [40, 15], - [23, 112], - [37, 20], - [51, 76], - [0, 102], - [66, 13], - [70, 88], - [-41, 30], - [83, 32], - [30, 57], - [-25, 30], - [-12, 62], - [67, 0], - [22, 23], - [60, 151], - [131, 46], - [75, 98], - [19, 80], - [-13, 45], - [156, 20], - [18, 57], - [32, 32], - [-21, 44], - [32, 108], - [41, 55], - [88, 57], - [41, 75], - [-17, 64], - [15, 42], - [51, 31], - [43, 71], - [6, 95], - [-7, 87], - [-90, 39], - [-235, 74], - [-72, 64], - [18, 34], - [3, 69], - [52, 102], - [65, 86], - [7, 75], - [63, 26], - [49, 110], - [145, 34], - [96, -3], - [56, 29], - [46, 57], - [0, 35], - [50, 41], - [82, 3], - [2, 50], - [80, 43], - [50, 119], - [124, 71], - [17, 38], - [104, 33], - [22, 34], - [2, 86], - [-36, 28], - [-36, 90], - [-14, 75], - [95, 78], - [94, 31], - [166, 149], - [17, 52], - [46, 43], - [-49, 35], - [-40, -7], - [-70, 24], - [14, 63], - [-16, 58], - [12, 62], - [46, 40], - [-69, 45], - [29, 35], - [-9, 42], - [6, 165], - [13, 52], - [-81, 39], - [17, 37], - [-52, 58], - [-16, 52], - [94, 90], - [-19, 43], - [71, 31], - [41, 53], - [-13, 57], - [83, 62], - [42, -1], - [84, 77], - [59, -14], - [-1, -37], - [107, -6], - [85, 43], - [53, -8], - [30, 25], - [146, 37], - [9, 35], - [61, 48], - [36, -2], - [62, 96], - [10, 36], - [86, 52], - [62, -35], - [94, -8], - [46, 64], - [11, 55], - [91, 61], - [86, -42], - [41, -2], - [51, 30], - [8, 51], - [36, 44], - [9, 57], - [36, 14], - [51, 69], - [77, -11], - [103, 10], - [140, 70], - [32, 6], - [21, 50], - [121, 126], - [53, 86], - [118, 55], - [34, 26], - [155, 49], - [77, 5], - [102, 55], - [101, -11], - [16, 25], - [75, 17], - [82, -16], - [20, 18], - [84, -20], - [96, 37], - [76, 7], - [123, -16], - [29, -25], - [80, 65], - [77, 31], - [48, 61], - [222, -13], - [15, 29], - [123, -38], - [33, 7], - [77, -24], - [58, -74], - [34, -16], - [27, -58], - [94, -45], - [-18, -50], - [-60, -25], - [9, -40], - [88, -40], - [142, -15], - [131, -47], - [139, -92] - ], - [ - [14687, 418], - [39, -34], - [34, -56], - [-80, -5], - [8, -31], - [-31, -35], - [-1, -63], - [-55, -21], - [-63, 0], - [-80, -35], - [-9, -72], - [-51, -66], - [-68, 25], - [35, 38], - [-29, 37], - [25, 89], - [48, 16], - [44, 55], - [19, 68], - [38, 34], - [69, -14], - [20, 45], - [88, 25] - ], - [ - [14512, 671], - [36, 15], - [25, -55], - [33, -14], - [8, -43], - [-88, -41], - [-62, 44], - [25, 27], - [23, 67] - ], - [ - [15262, 2056], - [29, 12], - [121, -67], - [-31, -49], - [18, -38], - [-54, -58], - [-72, -15], - [-31, 35], - [56, 55], - [-29, 19], - [-7, 106] - ], - [ - [13879, 2143], - [40, 4], - [5, -45], - [-33, -67], - [-78, -3], - [-36, 44], - [75, 81], - [27, -14] - ], - [ - [14492, 2255], - [44, -39], - [46, -12], - [25, -60], - [-1, -39], - [36, -73], - [49, -22], - [28, -39], - [2, -92], - [22, -55], - [-8, -80], - [17, -27], - [-41, -40], - [-86, 5], - [12, 33], - [-11, 62], - [48, 36], - [-27, 68], - [17, 49], - [-46, 39], - [-104, 116], - [-34, -11], - [-28, 65], - [-43, -12], - [-130, -89], - [-26, 44], - [52, 54], - [48, 22], - [119, 113], - [20, -16] - ], - [ - [15371, 2333], - [5, -77], - [-20, -21], - [-60, 12], - [-12, -47], - [-93, 50], - [47, 83], - [48, 9], - [19, 37], - [2, 72], - [29, 16], - [35, -134] - ], - [ - [14765, 3895], - [-1, -61], - [49, -57], - [11, -43], - [-59, -44], - [-48, -210], - [16, -44], - [-17, -31], - [-12, -156], - [-41, -12], - [-67, 21], - [-19, -52], - [-39, 3], - [-97, -47], - [-1, 38], - [74, 0], - [1, 57], - [28, 54], - [-32, 51], - [15, 59], - [63, 123], - [52, 12], - [-38, 49], - [11, 56], - [85, 96], - [12, 58], - [-34, 57], - [37, 27], - [51, -4] - ], - [ - [15336, 3876], - [37, -63], - [-3, -110], - [-27, -137], - [26, -50], - [-58, -55], - [0, -95], - [-60, 9], - [-29, 44], - [-60, -3], - [-17, 21], - [-67, -16], - [-37, 85], - [35, 27], - [-36, 39], - [-80, 24], - [-16, 55], - [32, 64], - [-41, 46], - [40, 56], - [0, 49], - [46, 4], - [116, -18], - [30, 28], - [61, -3], - [69, 31], - [39, -32] - ], - [ - [14070, 4006], - [-4, -53], - [32, -57], - [67, -14], - [14, -56], - [3, -86], - [58, -4], - [-11, -79], - [-51, -78], - [-21, 62], - [-75, 31], - [21, 40], - [-21, 58], - [43, 26], - [-40, 60], - [-1, 47], - [-53, 40], - [39, 63] - ], - [ - [15140, 4474], - [32, -49], - [69, -50], - [21, -63], - [56, -37], - [67, 5], - [169, -76], - [119, -23], - [-34, -52], - [-77, -1], - [-73, -18], - [-115, 8], - [-96, -74], - [-70, -9], - [-44, 33], - [8, 34], - [-28, 37], - [8, 72], - [29, 18], - [-10, 51], - [-52, 18], - [-23, 62], - [18, 30], - [-25, 72], - [51, 12] - ], - [ - [14291, 4874], - [88, -16], - [-30, -160], - [53, -44], - [-25, -19], - [-127, -24], - [-93, 116], - [38, 75], - [13, 54], - [41, 33], - [42, -15] - ], - [ - [14283, 5156], - [7, -41], - [42, -26], - [-25, -60], - [-85, -46], - [-52, -49], - [-128, -63], - [-66, 61], - [-59, 6], - [-19, 30], - [39, 86], - [44, 22], - [36, -11], - [67, -57], - [57, -14], - [20, 50], - [54, 36], - [68, 76] - ], - [ - [15258, 5319], - [45, -37], - [-20, -42], - [0, -55], - [-27, -32], - [37, -24], - [-59, -67], - [-60, 52], - [33, 106], - [-3, 53], - [54, 46] - ], - [ - [14670, 5414], - [42, -65], - [44, -44], - [-59, -40], - [-76, 1], - [-35, 51], - [18, 57], - [66, 40] - ], - [ - [14823, 5629], - [57, -21], - [34, 16], - [54, -14], - [71, -71], - [-40, -29], - [-4, -68], - [21, -34], - [87, -23], - [19, 35], - [-8, 78], - [39, 5], - [25, -47], - [36, -22], - [-36, -41], - [-6, -175], - [-16, -35], - [-58, -27], - [-15, -46], - [-66, -89], - [-46, -34], - [-42, -59], - [-74, -16], - [-63, 34], - [7, 87], - [53, 129], - [5, 35], - [-40, 52], - [23, 68], - [-32, 33], - [-34, 105], - [-6, 118], - [25, 68], - [30, -12] - ], - [ - [14672, 6715], - [24, -50], - [52, -154], - [110, -73], - [-70, -50], - [-46, -10], - [20, -62], - [-28, -11], - [-72, 133], - [-12, 94], - [-28, 45], - [23, 53], - [-23, 82], - [50, 3] - ], - [ - [14556, 10240], - [61, -29], - [43, -101], - [-49, -55], - [63, -52], - [-5, -100], - [85, -79], - [38, -82], - [51, -52], - [83, -34], - [45, -73], - [134, -79], - [58, -81], - [5, -83], - [78, 8], - [10, -53], - [50, -68], - [15, -42], - [57, -41], - [19, -62], - [57, -67], - [58, -99], - [59, -4], - [25, -26], - [109, -61], - [72, 7], - [40, -40], - [33, -59], - [85, -56], - [85, -42], - [40, 2], - [26, -34], - [64, -29], - [25, -46], - [50, -35], - [47, 7], - [114, -42], - [6, -79], - [64, -53], - [28, -47], - [32, -108], - [58, -10], - [39, -27], - [43, -63], - [73, -6], - [6, -52], - [-27, -58], - [36, -14], - [17, -58], - [-3, -58], - [42, -22], - [71, -66], - [-6, -94], - [16, -105], - [-15, -31], - [31, -59], - [-32, -20], - [66, -65], - [-19, -66], - [54, -78], - [-25, -39], - [28, -78], - [-23, -78], - [18, -60], - [-40, -45], - [-6, -55], - [41, -42], - [-21, -22], - [27, -50], - [5, -66], - [-37, -25], - [-86, 39], - [-65, -12], - [-32, -53], - [40, -25], - [6, -70], - [-42, -64], - [-48, -46], - [51, -58], - [112, -52], - [69, -118], - [-81, -62], - [47, -27], - [8, -106], - [64, -70], - [47, -26], - [8, -146], - [29, -40], - [44, 12], - [63, -20], - [10, -74], - [37, -23], - [54, 2], - [83, -85], - [31, -19], - [82, 5], - [51, -107], - [-24, -48], - [-12, -74], - [-42, -84], - [106, -114], - [-30, -84], - [76, -158], - [44, -12], - [-4, -52], - [-25, -24], - [67, -95], - [-45, -58], - [6, -61], - [131, 53], - [64, -34], - [-19, -95], - [-48, -53], - [14, -73], - [-13, -29], - [103, -24], - [33, -31], - [-1, -77], - [-32, -17], - [18, -50], - [-18, -26], - [8, -68], - [38, 12], - [68, -53], - [1, -57], - [59, -18], - [-23, -66], - [-8, -91], - [-99, -61], - [-37, -51], - [9, -34], - [-63, -72], - [-67, -9], - [-40, 33], - [-99, -23], - [-41, -85], - [41, -88], - [-68, -88], - [-119, -59], - [12, -149], - [-93, -41], - [-68, -69], - [-57, -35], - [-8, -30], - [38, -34], - [-61, -69], - [-72, -50], - [-38, -116], - [-68, -51], - [10, -53], - [-73, -51], - [-53, -17], - [6, -40], - [-30, -36], - [-89, -25], - [-68, -39], - [-8, -60], - [-39, -54], - [-149, 28], - [-43, -65], - [-6, -86], - [28, -68], - [-116, -81], - [-106, -8], - [-85, -58], - [-17, 6], - [-89, -71], - [-120, -140], - [-24, -8], - [10, -59], - [-27, -65], - [63, -21], - [23, -46], - [-13, -37], - [29, -39], - [6, -85], - [-44, -39], - [19, -28], - [-21, -41], - [-36, -6], - [-40, -80], - [-38, -28], - [-93, -243], - [-49, -114], - [-108, -63], - [-25, -83], - [-45, -35], - [-31, -96], - [-45, -56], - [-59, -98], - [-42, -37], - [-43, 65], - [-29, 94], - [19, 43], - [-30, 88], - [6, 91], - [-62, 35], - [-20, 33], - [85, 80], - [7, 124], - [43, 106], - [-37, 63], - [-42, 39], - [2, 46], - [-32, 41], - [-16, 117], - [32, 32], - [-45, 62], - [-22, 65], - [24, 48], - [-63, 15], - [7, 49], - [-19, 84], - [32, 9], - [28, 84], - [146, -10], - [10, 40], - [64, 1], - [39, 48], - [40, 100], - [52, 2], - [41, 43], - [-20, 43], - [-53, 1], - [-27, -25], - [-45, 40], - [94, 39], - [30, 48], - [94, -10], - [112, 54], - [6, 96], - [-86, 24], - [25, 64], - [46, 61], - [-28, 57], - [-60, 15], - [-37, 51], - [102, 26], - [94, 97], - [4, 85], - [22, 22], - [11, 69], - [-75, 85], - [-19, 142], - [-51, 42], - [61, 97], - [121, -19], - [-43, 89], - [7, 67], - [-62, -4], - [-26, 24], - [-2, 66], - [28, 11], - [23, 133], - [0, 63], - [132, 16], - [108, 0], - [27, 46], - [56, -6], - [51, -66], - [15, 67], - [-55, 9], - [-66, 30], - [-92, 23], - [-53, -6], - [-20, 50], - [65, 58], - [26, 63], - [-102, -54], - [-57, -54], - [-40, -14], - [-85, -64], - [25, -30], - [-57, -64], - [-63, 18], - [-139, 68], - [17, 30], - [-52, 48], - [65, 59], - [-9, 48], - [40, 66], - [48, 38], - [-91, 23], - [-146, -10], - [-28, 29], - [39, 45], - [89, -9], - [183, 36], - [-3, 34], - [50, 8], - [10, 41], - [48, 11], - [-26, 56], - [80, 16], - [-118, 44], - [59, 65], - [-25, 10], - [-69, -40], - [-81, 52], - [-46, 68], - [1, 65], - [41, 27], - [83, 20], - [12, 43], - [72, 44], - [7, 30], - [-45, 46], - [-87, 2], - [-60, -29], - [-29, -58], - [-42, -11], - [-65, 23], - [-38, -11], - [-39, 35], - [-33, 88], - [43, 26], - [46, 52], - [76, -5], - [102, 15], - [2, 27], - [-199, 21], - [-44, 35], - [25, 91], - [27, 47], - [59, -27], - [45, 1], - [29, -28], - [55, -7], - [135, -78], - [34, 24], - [-197, 66], - [-7, 28], - [-67, 49], - [18, 102], - [112, 45], - [115, 14], - [-47, 33], - [-109, 17], - [-35, 50], - [54, 62], - [29, 83], - [-5, 46], - [73, 90], - [-13, 41], - [-63, 13], - [-15, 24], - [85, 23], - [46, 81], - [-82, -27], - [-57, 89], - [-6, 68], - [-28, 83], - [-82, 62], - [15, 45], - [7, 104], - [-40, 45], - [31, 31], - [-24, 44], - [10, 41], - [-48, 88], - [28, 76], - [-45, 70], - [-47, -2], - [-32, 60], - [-83, 28], - [-20, 28], - [23, 65], - [-66, 14], - [-15, 83], - [4, 82], - [-40, 5], - [-20, 65], - [-62, 50], - [-8, 37], - [33, 22], - [-76, 110], - [-64, 66], - [18, 50], - [-79, 87], - [-82, 44], - [-64, 50], - [-8, 65], - [-79, -3], - [-32, 62], - [24, 47], - [11, 89], - [-18, 157], - [10, 46], - [-26, 35], - [-8, 91], - [-58, 62], - [-9, -78], - [35, -99], - [-2, -55], - [-81, -132], - [-25, -112], - [41, -159], - [-4, -59], - [-61, -72], - [-13, -73], - [9, -54], - [-69, 19], - [-13, 50], - [36, 44], - [31, 77], - [-25, 56], - [-86, 39], - [-24, -3], - [-18, 78], - [-52, 50], - [22, 31], - [-17, 36], - [45, 38], - [-1, 80], - [28, 75], - [-61, 52], - [-20, 118], - [5, 43], - [-31, 52], - [40, 45], - [6, 60], - [59, 69], - [-54, 131], - [-50, 76], - [-145, 165], - [0, 37], - [-67, 93], - [4, 115], - [44, 68], - [-73, -15], - [-7, 99], - [-114, 145], - [-12, 83], - [-27, 57], - [-41, 43], - [57, 111], - [90, 19], - [40, -39], - [29, 33], - [-36, 30], - [-118, 1], - [-84, -64], - [-65, 17], - [-52, 123], - [9, 24], - [-65, 186] - ], - [ - [13555, 10038], - [110, 9], - [-29, 39], - [20, 47], - [78, 17], - [-10, 105], - [23, 86], - [1, 3], - [25, 96], - [156, -39], - [-4, 23], - [30, 21], - [109, 21], - [32, 20], - [53, -45], - [22, -84], - [72, -67], - [51, -31], - [51, 8], - [116, -21], - [31, -25], - [64, 19] - ], - [ - [12170, 15353], - [-21, -22], - [-92, -41], - [-72, -1], - [-33, -45], - [-70, -12], - [-20, 75], - [13, 34], - [-63, 15], - [-49, 40], - [-75, 11], - [-65, 83], - [-54, -10], - [-52, 35], - [-93, -31], - [-14, 25], - [-69, -44], - [5, -68], - [-22, -40], - [26, -102], - [-12, -115], - [34, -46], - [20, -69], - [-39, -77] - ], - [ - [11353, 14948], - [-22, -24], - [19, -52], - [131, -39], - [-36, -66], - [-62, -72], - [13, -45], - [63, -50], - [97, -44], - [-19, -32], - [-68, 1], - [-13, -43], - [2, -95], - [-29, -6], - [0, -75], - [-44, -60], - [-36, -85], - [-12, -68], - [-45, -30], - [-50, -2], - [4, -40], - [40, -83], - [-36, -25] - ], - [ - [11250, 13913], - [-118, 80], - [-23, 92], - [-55, 64], - [-44, -23], - [-38, 21], - [-11, 51], - [-65, 13], - [-77, 51], - [-49, -3], - [-101, -29], - [-80, 4], - [-112, 23], - [-67, -29], - [-28, -30], - [-172, 31], - [-1, 32], - [-63, 6], - [3, 40], - [42, 48], - [13, 60], - [-32, 87], - [-59, 65], - [-79, 39], - [-35, 31], - [-17, 17], - [-41, 63], - [52, 21], - [-32, 114], - [19, 45], - [-44, 137], - [-21, 35], - [-14, 93], - [-43, 45], - [-137, 34], - [3, 67], - [-39, 26], - [-95, 160], - [-99, 102], - [-65, 83], - [37, 24], - [5, 46], - [-45, 89], - [-108, -4], - [-141, -195], - [-70, -39], - [-17, -56], - [-83, -12], - [-24, -52], - [-10, -66], - [-107, -5], - [-79, -54], - [-35, -63], - [-53, -21], - [16, -60], - [-49, -13], - [-68, 25] - ], - [ - [8595, 15223], - [-1, 1], - [-8, 8] - ], - [ - [8586, 15232], - [-39, 75], - [-36, 9], - [-59, 52], - [2, 72], - [-45, 40], - [-75, 33], - [-28, 7], - [-83, -33], - [-35, 28], - [-26, 21], - [-46, 19], - [-83, 10], - [-95, 70], - [-78, 73], - [0, 38], - [60, 47], - [70, 35], - [12, 34], - [-39, 65], - [30, 82], - [-14, 39], - [-57, 41], - [16, 37], - [-10, 70], - [14, 48], - [-10, 63], - [-73, 111], - [-84, 171], - [57, 103], - [-94, 36], - [-82, 47], - [-30, 62], - [-106, 60], - [-46, 10], - [-33, 39], - [10, 65], - [-107, 49], - [-58, 37], - [-13, 29], - [7, 84], - [-40, 35], - [-46, -1], - [-94, 41], - [-41, -52], - [30, -88], - [-37, -24], - [-3, -49], - [-43, -50], - [-93, -19], - [-78, 26], - [-41, 61], - [-50, 5], - [-71, 74], - [-32, -53], - [-147, -34], - [-101, -99] - ], - [ - [6393, 16983], - [-61, 23], - [-98, 172], - [-57, 22], - [28, 54], - [48, 138], - [-92, 25], - [-90, 98], - [36, 59], - [100, 3], - [-16, 27], - [-18, 98], - [-70, 74], - [-43, 92], - [92, 44], - [67, 9], - [24, 67], - [-42, 75], - [-54, 7], - [-48, 35], - [-11, 77] - ], - [ - [6088, 18182], - [25, 17], - [60, -17], - [27, 35], - [64, -16], - [103, 3], - [50, 20], - [46, -9], - [53, -35], - [52, -6], - [24, -37], - [126, 4], - [74, -32], - [72, -55], - [16, -58], - [82, -69], - [53, 64], - [53, -7], - [36, 25], - [46, -14], - [40, 37], - [-21, 91], - [76, 64], - [89, 3], - [21, 38], - [80, 31], - [69, 6], - [2, 47], - [-35, 52], - [5, 34], - [106, 62], - [97, -20], - [43, 25], - [50, 74], - [41, 28], - [23, 48], - [78, 13], - [47, -33], - [82, 37], - [80, -15], - [25, -26], - [56, 19], - [93, -38], - [37, -1], - [57, 32], - [42, -11], - [49, 37], - [94, 12], - [35, -17], - [12, -2], - [45, -22], - [39, 13], - [62, -40], - [44, 7], - [-9, 77], - [28, 43], - [50, 16], - [-25, 34], - [30, 29], - [-20, 49], - [24, 15], - [-10, 66], - [-66, 70], - [-32, 59], - [-1, 89], - [-46, 52] - ], - [ - [8736, 19179], - [86, -6], - [19, -21], - [79, -18], - [56, 2], - [34, 73], - [155, 4], - [150, -45], - [44, 18], - [125, -91], - [58, 0], - [20, 51], - [56, 20], - [20, 67], - [60, -8], - [181, 2], - [27, -20], - [80, 12], - [189, -11] - ], - [ - [7643, 23405], - [-5, -47], - [-48, -97], - [26, -55], - [-28, -44], - [-110, -4], - [4, -61], - [-90, -52], - [-24, -28], - [-105, -73], - [-33, -55], - [-79, 19], - [-252, -95], - [-34, -7], - [-64, -80], - [-138, -33], - [-191, -37], - [-43, -97], - [3, -60], - [-21, -37], - [-3, -61], - [20, -104], - [-17, -58], - [6, -93], - [30, -66], - [70, -15], - [14, -61], - [57, 4], - [91, -36], - [81, 19], - [113, -6], - [47, -64], - [-13, -107], - [10, -57], - [-65, -14], - [-12, -96], - [22, -42], - [-43, -17], - [-20, -37], - [21, -58], - [75, -24], - [28, -38], - [-32, -29], - [20, -52], - [62, 70], - [41, 28], - [-4, 32], - [109, 13], - [124, 55], - [84, -22], - [37, 15], - [120, 86], - [11, 31], - [62, 27], - [68, -27], - [19, -28], - [93, 40], - [39, -18], - [76, 42], - [37, 50], - [55, 25], - [135, -3], - [53, 34], - [18, -53], - [45, 2], - [67, -96], - [-33, -116], - [-35, -30], - [14, -78], - [89, -50], - [52, 15], - [70, -23], - [117, -87], - [-1, -37], - [45, -57], - [-23, -34], - [77, -119], - [5, -53], - [-65, -37], - [22, -68] - ], - [ - [8596, 20879], - [13, -65], - [4, -6], - [31, -2], - [83, -148], - [15, -71], - [88, -41], - [-3, -31], - [-80, -83], - [9, -50], - [-57, -12], - [34, -64], - [-56, -99], - [43, -18], - [19, -53], - [-21, -60], - [56, -69], - [-13, -32], - [40, -40], - [-11, -43], - [-66, -11], - [-7, -66], - [-31, -22], - [-5, -15], - [19, -81], - [-44, -79], - [-87, -62], - [-32, -40], - [39, -25], - [-14, -108], - [48, -50], - [-31, -29], - [39, -62], - [118, -63] - ], - [ - [6088, 18182], - [-70, 109], - [47, 44], - [-42, 31], - [-37, 65], - [-55, 24], - [-26, 39], - [-51, 23], - [-18, 41], - [-46, 13], - [-37, -23], - [-53, 6], - [-34, 65], - [-26, 4], - [-1, 2], - [-53, 91], - [-24, 76], - [19, 30], - [110, 22], - [-13, 98], - [-32, 17], - [-35, 86], - [-114, 85], - [-13, 3], - [-37, 83], - [-70, 30], - [-70, 57], - [-71, 83], - [19, 42], - [-3, 68], - [-31, 22], - [4, 79], - [-48, 82], - [-93, 240], - [78, 51], - [-39, 136], - [-67, 15], - [-22, 54], - [-55, 65], - [-25, 72], - [-53, 70], - [20, 28], - [-2, 59], - [-98, 41], - [-28, 115], - [-57, 34], - [-4, 86], - [-26, 83], - [-46, 17], - [-57, 84], - [-5, 75], - [-56, -13], - [-41, 66], - [-44, 17], - [-49, 80], - [-30, 99], - [-45, 53], - [-67, 11], - [-4, 54], - [-27, 16], - [-90, -26], - [-106, 8], - [23, 42], - [8, 7], - [-36, 70], - [16, 57], - [27, 11] - ], - [ - [10177, 27385], - [-85, -41], - [-44, -72], - [-70, -30], - [17, -43], - [-48, -14], - [2, -46], - [-49, -52], - [-68, -40], - [-53, -64], - [15, -57], - [-39, -16], - [-66, 44], - [-48, -16], - [2, -52], - [27, -9], - [39, -30], - [-38, -54], - [13, -88], - [-41, -107], - [-46, -31], - [3, -77], - [102, -68], - [20, -47], - [-25, -34], - [46, -44], - [59, -22], - [127, -20], - [60, 16], - [50, -15], - [133, 19], - [48, 21], - [55, -4], - [52, 23], - [29, -22], - [46, 37], - [71, 24], - [64, -53], - [65, -23], - [47, -37], - [61, -7], - [47, -33], - [113, 18], - [81, -50], - [-23, -56], - [-76, -81], - [-18, -85], - [-139, -67], - [-156, 30], - [-69, -50], - [-155, -40], - [-78, 30], - [-84, 2], - [-68, -48], - [-126, 15], - [-96, -11], - [-52, -20], - [-6, -5], - [-28, -5], - [-7, -11], - [-47, -43], - [83, -87], - [-11, -2], - [14, -107], - [95, -108], - [44, -25], - [-19, -88], - [100, -50], - [6, -73], - [-33, -27], - [11, -156], - [31, -18], - [122, 10], - [51, -15], - [31, -64], - [76, -66], - [67, -139], - [-5, -65], - [12, -88], - [25, -20], - [75, 8], - [54, -14], - [39, -52], - [179, -5], - [42, -43], - [145, 1], - [54, -17], - [29, -41], - [20, -125], - [30, -9], - [110, -127], - [30, -68], - [72, -73], - [-36, -29], - [74, -42], - [8, -54], - [43, -108], - [-11, -17], - [-98, 13], - [-73, 50], - [-33, -42], - [-44, -9], - [-53, -49], - [-69, -22], - [-44, 41], - [-88, -28], - [-72, -77], - [-54, -28], - [8, -28], - [-99, -57], - [-30, -42], - [-118, -12], - [-15, -8], - [-132, -37], - [-86, -11], - [-59, -20], - [-188, -9], - [-18, -37], - [39, -78], - [-131, -51], - [21, -54], - [1, -109], - [22, -27], - [44, -118], - [-8, -37], - [33, -72], - [2, -17], - [73, -61], - [12, -51], - [11, -13], - [-43, -46], - [-62, 15], - [-157, 0], - [-81, -34], - [-34, -33], - [28, -92], - [-45, -47], - [13, -112], - [52, -9], - [81, -73], - [63, 0], - [108, -48], - [71, 3], - [41, -31], - [93, 27], - [14, -50], - [85, -30], - [93, 37], - [38, -69], - [64, 12], - [57, -43], - [1, -69], - [-35, -22], - [11, -86], - [-95, -15], - [-31, 18], - [-80, -30], - [-36, -51], - [2, -45], - [-23, -49], - [-36, 0], - [30, -85], - [34, -24], - [42, -66], - [71, -14], - [17, -48], - [49, 39], - [14, -150], - [-32, -31], - [-57, 11], - [-50, -25], - [-59, -98], - [25, -162], - [45, -30], - [8, -78], - [45, -45], - [76, -142], - [-101, -57] - ], - [ - [10448, 20644], - [-47, 38], - [-89, 42], - [-208, 146], - [-133, 19], - [-25, 30], - [-85, -45], - [-118, -10], - [-107, -74], - [-87, 29], - [-143, 19], - [-162, -8], - [-13, 30], - [-109, -58], - [-36, -68], - [-99, -32], - [-88, 56], - [-113, 115], - [-58, -31], - [-73, 29], - [-59, 8] - ], - [ - [12885, 13273], - [125, -24], - [84, 6], - [17, -61], - [-77, -130], - [28, -58], - [-51, -72], - [-28, -81], - [19, -50], - [5, -68], - [-16, -58], - [-81, -10], - [-58, 48], - [-8, 78], - [-52, 34], - [-48, 62], - [45, 100], - [-43, 149], - [-53, 53], - [13, 41], - [50, 15], - [53, 39], - [76, -13] - ], - [ - [14542, 10746], - [-5, -51], - [33, -57], - [-59, -65], - [-14, -56], - [22, -82], - [45, -6], - [56, -66], - [-53, -46], - [-11, -77] - ], - [ - [13555, 10038], - [-9, 61], - [38, 58], - [14, 49], - [-74, 104], - [41, 36], - [-19, 57], - [12, 60], - [27, 26], - [-16, 63], - [9, 35], - [-30, 40], - [80, 70], - [-80, -2], - [-60, -21], - [-94, 148], - [24, 51], - [-48, 72], - [13, 44], - [35, 4], - [15, 68], - [37, -9], - [45, 39], - [-34, 98], - [-66, 58], - [51, 118], - [-68, 124], - [-6, 81], - [-37, 124], - [3, 38], - [-32, 57], - [47, 49], - [-18, 141], - [-43, 68], - [-51, 46], - [-158, 87], - [-7, 39], - [-37, 26], - [-6, 46], - [-53, 103], - [1, 43], - [113, 108], - [65, 159], - [7, 104], - [-8, 91], - [-59, 81], - [1, 31], - [42, 47], - [-44, 80], - [28, 41], - [-15, 69], - [14, 28], - [57, -4], - [35, 41], - [10, 48], - [50, 28], - [115, 3], - [70, -71], - [91, -24], - [110, 64] - ], - [ - [13118, 13577], - [-18, -179], - [36, -82], - [-121, 28], - [-62, -7], - [-38, 24], - [-74, -18], - [-133, 10], - [-112, -36], - [-70, -36], - [-36, 22], - [-19, 105], - [-45, 91], - [8, 83], - [-66, -15], - [-61, 27], - [-41, -4], - [-61, 49], - [15, 47], - [-46, 62], - [29, 96], - [-37, 100], - [-9, 93], - [-39, 12], - [-23, 83], - [-50, 22], - [21, 156], - [-8, 80], - [-72, 54], - [32, 71], - [-54, 0], - [-10, -62], - [-25, -30], - [13, -65], - [-43, -71], - [35, -66], - [5, -52], - [-31, -54], - [-64, -16], - [-97, 168], - [-37, 33], - [8, 39], - [76, 133], - [6, 44], - [-28, 75], - [-41, 36], - [-147, 53], - [-72, 56], - [-10, 66], - [20, 43], - [-52, 45], - [-52, -11], - [-50, 14], - [-15, 55] - ], - [ - [3504, 18063], - [26, -22], - [86, -25], - [83, -5], - [102, 28], - [16, -67], - [-15, -52], - [26, -47], - [-26, -34], - [23, -111], - [-55, -56], - [-23, -57], - [-56, -19], - [-95, 7], - [-163, 122], - [-124, 71], - [-48, 50], - [-112, 157], - [100, 25], - [73, -4], - [112, 42], - [51, 35], - [19, -38] - ], - [ - [3390, 19715], - [-137, -99], - [-24, 81], - [53, 9], - [32, 54], - [76, 38], - [23, -50], - [-23, -33] - ], - [ - [3704, 19764], - [-37, -95], - [-67, 25], - [-64, -7], - [-13, 43], - [67, 8], - [79, 102], - [35, -76] - ], - [ - [3855, 19976], - [48, -33], - [-19, -50], - [-14, -100], - [-17, -11], - [-129, -11], - [-9, 42], - [80, 27], - [13, 78], - [-27, 38], - [74, 20] - ], - [ - [3704, 20004], - [43, -10], - [-77, -56], - [-55, -25], - [26, -50], - [-100, -53], - [-39, -48], - [-28, -91], - [-41, 9], - [-11, 50], - [16, 42], - [-23, 45], - [98, 79], - [25, 89], - [67, -17], - [48, 40], - [51, -4] - ], - [ - [3446, 19955], - [-32, -18], - [-115, 15], - [25, 44], - [95, 9], - [55, 56], - [114, 8], - [-26, -41], - [-66, -27], - [-50, -46] - ], - [ - [3074, 20118], - [64, -48], - [59, -4], - [82, 25], - [14, -60], - [-55, -40], - [-37, -130], - [51, -96], - [-49, -2], - [-89, 32], - [-53, 40], - [-27, 70], - [-2, 89], - [-46, 77], - [-42, 99], - [11, 22], - [78, -18], - [41, -56] - ], - [ - [2321, 20379], - [44, -73], - [9, -54], - [104, -180], - [25, -24], - [31, -86], - [62, -67], - [-54, -6], - [-51, 118], - [-69, 91], - [-50, 120], - [-33, 22], - [-7, 44], - [-52, 80], - [41, 15] - ], - [ - [1843, 20468], - [54, -60], - [41, -103], - [15, -70], - [78, -105], - [45, -125], - [-27, -62], - [-33, 85], - [12, 26], - [-54, 51], - [-91, 126], - [-96, 145], - [19, 76], - [37, 16] - ], - [ - [1982, 20504], - [59, 12], - [106, -7], - [32, -24], - [58, -98], - [50, -40], - [43, -90], - [-47, -29], - [-35, -47], - [1, -49], - [33, -86], - [44, -62], - [-74, 13], - [-64, 100], - [-75, 76], - [-15, 105], - [-34, 39], - [-127, 89], - [20, 44], - [-34, 73], - [59, -19] - ], - [ - [2426, 20637], - [42, -46], - [51, 2], - [13, -70], - [25, -35], - [-91, -43], - [-35, -71], - [-127, 52], - [-43, 85], - [-2, 31], - [-59, 65], - [21, 27], - [205, 3] - ], - [ - [2691, 20669], - [36, -4], - [-5, -94], - [23, -83], - [93, -101], - [-14, -18], - [-189, -50], - [-137, -2], - [-19, 20], - [-9, 94], - [16, 21], - [84, 38], - [-39, 54], - [-7, 53], - [-62, 6], - [-39, 46], - [69, 48], - [13, 42], - [85, 16], - [39, 21], - [51, -26], - [11, -81] - ], - [ - [2776, 20915], - [3, -38], - [31, -60], - [23, -5], - [27, 1], - [107, -190], - [26, -116], - [-37, -22], - [-62, -70], - [23, -102], - [-43, -13], - [-23, 94], - [-95, 97], - [-18, 68], - [3, 74], - [-22, 59], - [-44, 75], - [-38, 110], - [63, 41], - [76, -3] - ], - [ - [1608, 21141], - [-7, -28], - [4, -20], - [5, -7], - [-23, -66], - [83, -102], - [-14, -45], - [-70, -38], - [-91, -18], - [-42, 14], - [-25, 78], - [9, 130], - [-24, 106], - [34, -5], - [21, 52], - [46, 22], - [59, -62], - [35, -11] - ], - [ - [2262, 21102], - [-84, -19], - [14, -75], - [-54, -35], - [-67, 0], - [7, 124], - [70, 124], - [47, 58], - [30, -5], - [10, -88], - [27, -84] - ], - [ - [6393, 16983], - [43, -37], - [27, -54], - [43, 0], - [33, -38], - [-26, -50], - [30, -27], - [-36, -57], - [75, -62], - [-21, -47], - [-99, -62], - [38, -50], - [2, -46], - [30, -27], - [-25, -54], - [-75, -48], - [-54, -70], - [41, -89], - [46, -67], - [15, -3], - [53, -32], - [-22, -59], - [35, -39], - [-8, -53], - [-32, -21], - [20, -88], - [-18, -96], - [-66, -22], - [-27, -53], - [-74, -10], - [-35, -46], - [17, -47], - [-24, -54], - [12, -40], - [-38, -35], - [38, -28], - [3, -40], - [33, -36], - [5, -70], - [-44, -27], - [4, -40], - [-64, -55], - [-17, -77], - [-34, 1], - [-32, -81], - [-52, -2], - [-26, 62], - [-59, 4], - [-21, 54], - [-39, 23], - [-62, -9], - [-27, 46], - [-69, 31], - [-54, 62] - ], - [ - [5756, 15218], - [7, 43], - [-23, 65], - [-39, 50], - [48, 86], - [65, -80], - [23, 32], - [-57, 42], - [32, 51], - [-21, 44], - [-44, 9], - [-13, 52], - [-31, 12], - [-20, 51], - [27, 56], - [-22, 36], - [-129, 70], - [30, 76], - [-29, 50], - [20, 22], - [-24, 59], - [8, 30], - [-100, 146], - [-21, 42], - [71, 3], - [55, 52], - [-17, 110], - [-88, 123], - [8, 36], - [-61, 82], - [21, 34], - [-32, 49], - [-221, 14], - [-5, 99], - [48, -11], - [97, 16], - [27, 45], - [8, 60], - [-115, 30], - [-24, 60], - [-61, 92], - [-152, 155], - [33, 56], - [-52, 180], - [-51, 56], - [-179, 119], - [108, 15], - [0, 69], - [-118, 95], - [26, 56], - [-26, 40], - [-91, 11], - [-29, -40], - [-44, 24], - [-24, -34], - [-89, 3], - [19, 57], - [-13, 43], - [39, 93], - [-9, 82], - [-23, 22], - [86, 89], - [-9, 52], - [-82, 20], - [17, 87], - [-13, 31], - [14, 86], - [42, 112], - [-34, 62], - [-2, 81], - [51, 82], - [-59, -12], - [-23, -115], - [21, -140], - [-9, -29], - [-66, -48], - [16, -36], - [-78, -40], - [-53, -69], - [-3, -109], - [15, -63], - [66, -101], - [-40, -74], - [-36, -24], - [7, -41], - [-49, -29], - [18, -31], - [-46, -29], - [-27, 46], - [-45, 29], - [-68, 11], - [-87, 65], - [-166, 87], - [-88, -8], - [-19, 46], - [-48, 27], - [-42, -5], - [-50, 45], - [-20, 106], - [-35, 112], - [-34, 25], - [-61, 4], - [-23, 46], - [-177, 237], - [-108, 129], - [8, 81], - [31, 37], - [64, 34], - [77, 9], - [92, -52], - [39, 6], - [28, -59], - [58, -46], - [-5, -63], - [78, -31], - [68, -11], - [74, -31], - [4, -44], - [86, -62], - [52, -21], - [79, -8], - [87, 49], - [112, 37], - [94, 74], - [-43, 14], - [-77, -41], - [-54, 28], - [-64, -20], - [-106, 28], - [-64, -16], - [-67, 49], - [-39, 107], - [-46, 44], - [-50, 9], - [-83, 76], - [-39, 75], - [22, 63], - [45, 40], - [15, 46], - [44, 18], - [39, -27], - [98, -4], - [13, -49], - [56, -39], - [47, -10], - [43, -34], - [52, -10], - [52, 16], - [77, -30], - [74, -46], - [71, -7], - [75, -52], - [34, 32], - [2, 48], - [-35, 6], - [-50, -34], - [-93, 19], - [18, 45], - [-99, 40], - [-45, 39], - [-181, 96], - [-44, 47], - [-124, 59], - [13, 33], - [176, 105], - [-86, -21], - [-86, -8], - [-39, 32], - [3, 98], - [47, 26], - [114, 12], - [28, 34], - [-14, 55], - [33, 53], - [-34, 80], - [-102, 30], - [-58, 28], - [-16, 29], - [-73, 18], - [-44, -12], - [-76, 7], - [-112, -36], - [-58, -30], - [-42, 14], - [-14, 69], - [-45, -8], - [-38, 110], - [-67, 46], - [-74, -3], - [15, -103], - [-76, 46], - [-30, 45], - [-28, 91], - [-31, 32], - [-2, 62], - [66, -4], - [28, 65], - [-22, 115], - [-124, 215], - [-45, -5], - [-20, 32], - [20, 18], - [-34, 13], - [-2, 41], - [-82, 3], - [-124, -35], - [-34, -76], - [55, -49], - [-89, -15], - [-23, -48], - [-71, -44], - [-55, -16], - [-162, 5], - [-55, -55], - [-108, -57], - [-59, 9], - [11, 144], - [33, 88], - [52, 69], - [7, 75], - [85, 42], - [51, 65], - [-26, 56], - [64, 6], - [22, 24], - [-44, 167], - [-61, 35], - [-49, -104], - [-53, -62], - [-29, -63], - [8, -92], - [-20, -124], - [-88, -106], - [-86, -81], - [-49, -30], - [-67, -165], - [-111, 35], - [-40, 38], - [-139, 69], - [-31, 24], - [67, 121], - [114, 37], - [92, 68], - [-19, 81], - [-73, 85], - [50, 42], - [-25, 0], - [-16, 12], - [3, 23], - [6, 13], - [-13, 15], - [-22, 5], - [-60, 69], - [-25, 52], - [-96, -60], - [-41, 74], - [22, 71], - [-90, 123], - [-46, 19], - [-71, 107], - [-38, 5], - [88, -114], - [35, -29], - [-1, -42], - [92, -60], - [-18, -27], - [-8, -88], - [55, -122], - [9, -52], - [-37, -51], - [-4, -158], - [34, -47], - [-23, -27], - [-87, 82], - [-91, 154], - [-113, 161], - [-35, 18], - [-76, 76], - [-97, 67], - [-7, 59], - [-33, 54], - [-151, 110], - [-165, 84], - [29, 16], - [-50, 107], - [-32, 36], - [-23, 81], - [-71, 115], - [-38, 93], - [-69, 47], - [6, 46], - [-50, 207], - [-53, 34], - [-27, 48], - [-39, -2], - [-24, 40], - [5, 44], - [-66, 20], - [21, 41], - [45, 24], - [49, 63], - [-8, 86], - [-43, 61], - [0, 38], - [49, 36], - [77, 24], - [8, 62], - [34, 23], - [1, 57], - [144, -16], - [34, 92], - [90, 27], - [106, -93], - [17, -50], - [-12, -66], - [82, -14], - [39, -28], - [72, 7], - [5, 38], - [119, 12], - [98, -270], - [46, 4], - [31, 39], - [118, 35] - ], - [ - [11250, 13913], - [-35, -40], - [-37, -91], - [-46, 43], - [-42, -8], - [-97, -98], - [-27, -88], - [23, -30], - [-43, -60], - [-165, -164], - [-217, -92], - [-163, -48], - [-133, -13], - [-93, 16], - [-98, 81], - [-158, 73], - [-16, 48], - [-47, 57], - [6, 78], - [-58, 49], - [-30, 63], - [-1, 60], - [-21, 64], - [98, 36], - [51, 32], - [12, 32], - [67, 25], - [15, 88], - [-30, 3], - [-5, -84], - [-93, -56], - [-58, -10], - [-76, -43], - [-30, -35], - [-11, -63], - [46, -117], - [71, -40], - [10, -45], - [-27, -75], - [64, -147], - [59, -70], - [97, -52], - [0, -50], - [-40, -59], - [-47, -37], - [-91, -41], - [-107, -18], - [-178, -69], - [-75, 12], - [-93, 68], - [-108, 49], - [-35, 31], - [-59, 22], - [-141, -11], - [-103, 21], - [-33, 43], - [12, 30], - [-24, 23], - [-64, -1], - [-7, 57] - ], - [ - [8819, 13262], - [128, 91], - [-17, 54], - [-85, 3], - [-39, 90], - [30, 58], - [-27, 61], - [42, 78], - [72, 23], - [8, 61], - [-24, 137], - [-69, 92], - [27, 38], - [-23, 77], - [68, 104], - [-3, 45], - [-68, 36], - [-41, 40], - [36, 44], - [-32, 62], - [-93, 114], - [0, 39], - [-57, 22], - [-31, 39], - [-86, 5], - [-52, 56], - [37, 52], - [7, 82], - [-27, 67], - [-32, 33], - [-159, -1], - [20, 78], - [116, 15], - [38, 28], - [-1, 67], - [81, 39], - [31, 28], - [0, 4] - ], - [ - [8594, 15223], - [1, 0] - ], - [ - [13181, 27971], - [165, 4], - [56, 68], - [46, 6], - [53, 68], - [94, 28], - [177, 92], - [33, 38], - [112, 13], - [91, 28], - [34, 29], - [110, 47], - [87, 12], - [104, 29], - [189, 14], - [53, 29], - [132, -9], - [49, -18], - [116, -3], - [74, 29], - [162, 24], - [119, -5], - [132, 11], - [21, -35], - [139, -52], - [62, 35], - [101, -4], - [49, 15], - [43, 41], - [100, -6], - [147, 18], - [44, -14], - [110, 47], - [37, -80], - [-65, -51], - [-20, -44], - [-108, -40], - [-31, -41], - [-79, 3], - [-9, -54], - [-41, -37], - [-65, -22], - [-46, 29], - [-70, -43], - [47, -15], - [6, -37], - [-39, -63], - [42, -71], - [9, -53], - [-45, -82], - [204, -44], - [39, 6], - [50, -28], - [54, -86], - [-23, -59], - [44, -15], - [24, -79], - [38, -44], - [60, -19], - [-28, -58], - [-88, -25], - [-92, -74], - [38, -101], - [47, -22], - [89, 18], - [107, -137], - [-20, -48], - [23, -32], - [6, -96], - [50, -34], - [-43, -39], - [10, -47], - [-49, -43], - [-1, -30], - [-58, -85], - [93, -6], - [103, -33], - [87, -15], - [118, 4], - [-8, -84], - [140, -63], - [23, 25], - [123, 5], - [19, -24], - [61, 37], - [56, -46], - [88, -16], - [14, 38], - [61, 15], - [34, -13], - [49, 24], - [7, 42], - [48, 2], - [90, -72], - [70, -9], - [54, -23], - [176, -1], - [34, -17], - [21, -47], - [-36, -37], - [8, -78], - [72, -69], - [35, -54], - [-13, -50], - [-84, -12], - [-77, 20], - [-124, 60], - [-15, -58], - [47, -128], - [-41, -6], - [-114, -75], - [-18, -86], - [-138, -24], - [-23, -43], - [53, -41], - [21, -75], - [28, -18], - [29, -121], - [31, -57], - [-58, -69], - [-1, -41], - [46, -26], - [-21, -35], - [-101, -85], - [-43, -19], - [-26, -40], - [-101, -36], - [-13, -33], - [59, -42], - [-1, -29], - [-56, -32], - [-47, -67], - [0, -96], - [-72, -48], - [-65, -65], - [8, -93], - [70, -41], - [157, -51], - [35, 24], - [90, -34], - [92, 23], - [71, -17], - [96, 13], - [98, 61], - [125, -76], - [24, 23], - [90, -15], - [61, 25], - [41, -35], - [84, -1], - [43, -36], - [67, -9], - [-14, -55], - [75, 1], - [-5, 30], - [95, 21], - [56, -31], - [66, -6], - [131, -52], - [-3, 64], - [40, 20], - [140, -16], - [71, -31], - [-12, -39], - [72, -74], - [13, -30], - [-51, -120], - [-37, -11], - [5, -58], - [-39, -28], - [-5, -88], - [33, -48], - [61, -159], - [21, -27], - [148, -50], - [44, 28], - [110, 25], - [35, -6], - [98, -84], - [-46, -20], - [-51, -68], - [-51, -30], - [27, -60], - [-1, -101], - [21, -27], - [95, -44], - [24, 63], - [81, -25], - [47, -64], - [36, -11], - [105, 27], - [95, 49], - [50, 53], - [97, -17], - [99, 36], - [64, -109], - [66, -60], - [78, 32], - [55, -6], - [80, -36], - [184, 66], - [44, -9], - [75, 70], - [55, -3], - [71, 81], - [52, 35], - [41, 0], - [53, 100], - [70, 28], - [40, 60], - [60, 49], - [61, -13], - [74, 32], - [85, 2], - [131, 53], - [139, 98], - [52, -3], - [28, -127], - [-9, -36], - [88, -47], - [21, -48], - [16, -106], - [-49, -6], - [-20, -34], - [33, -29], - [28, -59], - [-92, -51], - [-93, -87], - [-61, -5], - [-45, -31], - [-105, -109], - [-56, 5], - [-63, -17], - [-76, -46], - [-85, -19], - [-25, -42], - [-66, -44], - [-89, -23], - [-71, 8], - [-113, 36], - [-24, -9], - [-56, -184], - [-5, -78], - [-33, -28], - [-48, -94], - [-55, -45], - [-12, -67], - [-57, -24], - [-47, -42], - [-108, -7], - [3, -81], - [-59, -45], - [-39, -147], - [38, -32], - [72, -5], - [25, 19], - [178, 37], - [20, -38], - [-119, -89], - [-75, -25], - [-49, 5], - [-124, -18], - [-177, 33], - [-81, -1], - [-59, -14], - [-44, -52], - [-43, -26], - [-101, -21], - [-86, -58], - [-63, -62], - [-88, -108], - [-48, -88], - [-10, -55], - [-61, -146], - [-23, -97], - [-26, -53], - [8, -74], - [-79, -63], - [-50, 17], - [-26, 37], - [-50, -1], - [-113, 67], - [-73, 67], - [-90, -36], - [-128, -10], - [-68, -84], - [-1, -55], - [-77, -76], - [-128, 8], - [-57, 23], - [-49, -52], - [-70, -16], - [-59, 23], - [-29, 31], - [-80, -25], - [-133, 53], - [-106, 15], - [-33, 34], - [-101, 20], - [-3, -59], - [86, -40], - [42, -57], - [33, -162], - [92, -60], - [-22, -52], - [-39, -40], - [-56, -9], - [-75, -88], - [-125, -37], - [-127, 0], - [-117, -51], - [-150, 77], - [-131, 56], - [-57, -10], - [-81, 8], - [-109, -62], - [-75, 4], - [-84, -129], - [27, -67], - [-56, -54], - [30, -54], - [-11, -38], - [-39, -17], - [30, -113], - [-11, -59], - [-39, -80], - [-201, -61], - [-37, -46], - [-33, 43], - [-136, 94], - [-117, -67], - [-35, -47], - [-97, -1], - [-67, 26], - [-34, -20], - [-87, -20], - [-85, -38], - [-43, -36], - [-51, 10], - [-46, -21], - [-41, -44], - [-90, 65], - [-188, -54], - [-77, 14], - [-38, 23], - [-43, -21], - [-132, 3], - [-69, -22], - [-103, -17], - [-37, 40], - [14, 28], - [-89, 45], - [-81, 75], - [-71, 33], - [-90, -29], - [-37, 67], - [-85, 14], - [-40, -17], - [8, -74], - [-27, -105], - [16, -80], - [35, -43], - [-55, -30], - [-120, -14], - [-4, -60], - [-85, -18], - [-105, -39], - [-75, 4] - ], - [ - [10841, 19278], - [17, 21], - [-46, 65], - [-17, 48], - [-126, -1], - [-92, 22], - [-29, 48], - [115, 91], - [112, 34], - [40, 33], - [-55, 70], - [-65, 15], - [-13, 34], - [-100, 83], - [-27, 87], - [-76, 51], - [-153, -20], - [-24, 60], - [26, 27], - [-32, 43], - [-118, 98], - [-71, 97], - [18, 23], - [119, -8], - [56, 25], - [-1, 38], - [59, 8], - [20, 28], - [-48, 55], - [-36, 77], - [47, 36], - [61, 17], - [46, 61] - ], - [ - [7418, 11973], - [-43, 42], - [104, 171], - [-4, 149], - [58, 50], - [17, 41], - [48, 20], - [52, -90], - [-6, -111], - [-16, -37], - [-53, -44], - [-92, -136], - [-65, -55] - ], - [ - [7259, 12497], - [42, -28], - [-56, -27], - [11, -102], - [-15, -9], - [-103, 27], - [-31, -8], - [-21, -32], - [4, -41], - [-37, -23], - [-18, 86], - [8, 39], - [49, 62], - [137, 67], - [30, -11] - ], - [ - [7602, 12512], - [-49, 66], - [30, 53], - [115, 62], - [-5, -89], - [-91, -92] - ], - [ - [5957, 12490], - [-35, -55], - [-63, -50], - [-63, -109], - [-63, -22], - [-88, -5], - [-82, -43], - [-23, -83], - [-38, 4], - [-36, -36], - [-40, -90], - [-55, 26], - [-26, 75], - [-29, 132], - [15, 43], - [149, 34], - [37, 24], - [99, 118], - [43, 75], - [53, 31], - [99, 117], - [74, 55], - [91, 38], - [0, -37], - [41, -54], - [-60, -188] - ], - [ - [7118, 12562], - [-30, -61], - [-94, -65], - [-47, -68], - [-4, -49], - [41, -93], - [-4, -60], - [-36, -188], - [-15, -22], - [-53, 19], - [-42, -12], - [-51, 16], - [-17, -23], - [10, -82], - [-8, -32], - [18, -31], - [-25, -29], - [-64, -23], - [-216, 28], - [-39, 21], - [-22, 46], - [30, 40], - [70, 12], - [-1, 24], - [-72, 7], - [-22, 32], - [34, 45], - [-6, 45], - [-69, 96], - [41, 57], - [84, 66], - [51, -2], - [57, 47], - [-2, 44], - [-42, 57], - [81, 24], - [52, 103], - [143, -6], - [7, 60], - [77, 43], - [17, 63], - [21, 11], - [16, 37], - [23, 13], - [10, 20], - [27, 9], - [31, 54], - [83, 12], - [-25, -76], - [37, -41], - [-74, -55], - [7, -42], - [36, -44], - [-24, -47] - ], - [ - [6014, 12948], - [-62, -104], - [-78, -86], - [-75, -29], - [-23, 35], - [79, 49], - [33, 59], - [-5, 57], - [131, 19] - ], - [ - [8955, 12666], - [-35, -13], - [-30, 39], - [75, 36], - [41, 152], - [-3, 61], - [56, 82], - [52, -68], - [-2, -98], - [-14, -60], - [-140, -131] - ], - [ - [9064, 12699], - [48, 74], - [15, 68], - [26, 45], - [-7, 85], - [65, 76], - [47, -10], - [140, -77], - [15, -60], - [-61, -48], - [-80, -84], - [-48, -29], - [-160, -40] - ], - [ - [6185, 13526], - [19, -4], - [25, 0], - [2, -21], - [32, -18], - [-12, -43], - [-44, -6], - [-22, -16], - [-33, -126], - [-87, -37], - [-34, 68], - [54, 49], - [8, 129], - [92, 25] - ], - [ - [8586, 15232], - [8, -9] - ], - [ - [8819, 13262], - [-26, -74], - [72, 9], - [33, -12], - [0, -54], - [42, -31], - [98, -31], - [22, -31], - [-60, -91], - [-2, -70], - [-44, -121], - [-42, -23], - [-69, -87], - [-155, -105], - [-69, -13], - [-76, -109], - [-24, -9], - [13, -66], - [-95, -140], - [-29, -19], - [-34, -61], - [-168, -134], - [-25, -27], - [-135, -103], - [6, -31], - [-126, -79], - [-143, -47], - [-185, -17], - [-89, 21], - [-18, 22], - [23, 49], - [-48, 101], - [23, 90], - [36, 23], - [46, 92], - [57, 36], - [30, 38], - [31, 115], - [-11, 124], - [-65, 89], - [47, 44], - [47, 80], - [14, 98], - [-121, -42], - [-35, -34], - [-22, -65], - [54, -107], - [-47, -16], - [-29, -49], - [-60, -55], - [-1, -86], - [-73, -101], - [-32, -116], - [-22, -44], - [28, -117], - [-66, -46], - [-58, -12], - [-114, 39], - [-29, 24], - [-11, 76], - [2, 109], - [18, 42], - [24, 128], - [-29, 85], - [17, 21], - [125, -22], - [27, 13], - [6, 32], - [-13, 81], - [41, 11], - [33, 44], - [-120, 20], - [-81, -4], - [27, 96], - [-41, 93], - [62, 39], - [-33, 66], - [22, 52], - [-74, 58], - [-23, -64], - [-40, -55], - [-23, -6], - [-2, -15], - [-29, -24], - [-12, -27], - [-26, -12], - [-17, -64], - [-86, -48], - [8, -51], - [-147, 8], - [-61, -107], - [-57, -8], - [-19, -33], - [47, -76], - [-59, -52], - [-25, 11], - [-9, 92], - [-23, 78], - [-23, 33], - [63, 143], - [174, 27], - [44, 26], - [84, 105], - [-152, -109], - [-79, -2], - [-101, -40], - [-79, -157], - [23, -51], - [-34, -64], - [-84, -126], - [23, -34], - [-113, -99], - [-97, -138], - [-95, -23], - [-87, 41], - [-92, 101], - [32, 44], - [102, 36], - [101, 88], - [63, 65], - [8, 75], - [-20, 22], - [-97, -137], - [7, -27], - [-123, -69], - [-111, -34], - [-30, -23], - [-60, 26], - [-3, 35], - [77, 40], - [60, 76], - [45, 34], - [60, 75], - [55, 101], - [-2, 54], - [20, 72], - [-42, 91], - [-12, 53], - [57, 80], - [14, 88], - [47, 53], - [-3, 123], - [-38, 103], - [77, 30], - [44, 101], - [1, 45], - [97, 13], - [-31, 12], - [7, 40], - [-36, 19], - [-2, 19], - [-40, 2], - [-20, 33], - [-39, 28], - [-11, -19], - [37, -12], - [7, -24], - [-71, -12], - [-27, -60], - [4, -73], - [-64, -55], - [22, -136], - [17, -50], - [-8, -105], - [-58, 23], - [-42, -14], - [-39, -78], - [-48, -66], - [12, -65], - [-98, -49], - [-77, 58], - [-58, 12], - [-55, -21], - [61, -32], - [19, -46], - [-29, -22], - [39, -38], - [-35, -78], - [-128, -122], - [-50, -72], - [-50, -35], - [-119, -21], - [-67, -68], - [-141, -39], - [-6, -24], - [-70, -67], - [-74, 107], - [-32, 26], - [-4, 189], - [5, 64], - [49, 58], - [-30, 54], - [25, 16], - [13, 79], - [33, 46], - [-31, 86], - [9, 50], - [32, 53], - [19, 95], - [30, 66], - [-8, 51], - [22, 52], - [-36, 75], - [68, 16], - [36, -38], - [76, 34], - [41, 59], - [-66, 66], - [76, 53], - [27, 72], - [-23, 45], - [11, 82], - [83, 80], - [25, 49], - [-36, 123], - [-30, 60], - [26, 60], - [46, -43], - [76, 59], - [-1, 62], - [36, 25], - [30, 80], - [-26, 28], - [-7, 62], - [26, 49], - [38, 23], - [33, 53], - [-49, 59], - [-50, 15], - [-14, 58], - [115, -4], - [55, -19], - [48, 33], - [-51, 50], - [-39, 10], - [11, 52], - [-19, 39], - [39, 76], - [49, 24], - [92, 2], - [-13, 32], - [20, 73], - [-3, 58], - [-29, 22], - [7, 135] - ], - [ - [6823, 11962], - [14, -1], - [40, 10], - [44, -30], - [-20, -56], - [-92, -61], - [-32, 12], - [8, 41], - [-5, 97], - [43, -12] - ], - [ - [6382, 11954], - [-25, -103], - [-116, 8], - [-47, 14], - [-25, 52], - [100, 78], - [4, 40], - [63, 94], - [33, 16], - [34, -94], - [35, -41], - [-56, -64] - ] - ], - "transform": { - "scale": [0.00041464988706034164, 0.0005008896272676118], - "translate": [92.1727, 9.8528] - }, - "objects": { - "myanmar": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2]], - "type": "Polygon", - "properties": { "ID": 1, "NAME": "Kachin State", "PCODE": "MMR001", "ISO": "MM-11" } - }, - { - "arcs": [[3, 4, 5]], - "type": "Polygon", - "properties": { "ID": 2, "NAME": "Kayah State", "PCODE": "MMR002", "ISO": "MM-12" } - }, - { - "arcs": [[-5, 6, 7, 8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { "ID": 3, "NAME": "Kayin State", "PCODE": "MMR003", "ISO": "MM-13" } - }, - { - "arcs": [[13, 14, 15, 16]], - "type": "Polygon", - "properties": { "ID": 4, "NAME": "Chin State", "PCODE": "MMR004", "ISO": "MM-14" } - }, - { - "arcs": [[-2, 17, 18, 19, -14, 20]], - "type": "Polygon", - "properties": { "ID": 5, "NAME": "Sagaing Region", "PCODE": "MMR005", "ISO": "MM-01" } - }, - { - "arcs": [ - [[21]], - [[22]], - [[23]], - [[24]], - [[25]], - [[26]], - [[27]], - [[28]], - [[29]], - [[30]], - [[31]], - [[32]], - [[33]], - [[34]], - [[35]], - [[36]], - [[37, 38]] - ], - "type": "MultiPolygon", - "properties": { "ID": 6, "NAME": "Tanintharyi Region", "PCODE": "MMR006", "ISO": "MM-05" } - }, - { - "arcs": [[-11, 39, 40, 41, 42, 43, 44, 45, 46]], - "type": "Polygon", - "properties": { "ID": 7, "NAME": "Bago Region", "PCODE": "MMR007", "ISO": "MM-02" } - }, - { - "arcs": [[47, 48, -46, 49, -15, -20]], - "type": "Polygon", - "properties": { "ID": 9, "NAME": "Magway Region", "PCODE": "MMR009", "ISO": "MM-03" } - }, - { - "arcs": [[50, 51, -48, -19]], - "type": "Polygon", - "properties": { "ID": 10, "NAME": "Mandalay Region", "PCODE": "MMR010", "ISO": "MM-04" } - }, - { - "arcs": [[[52]], [[-8, 53, -39, 54]], [[55, -40, -10]]], - "type": "MultiPolygon", - "properties": { "ID": 11, "NAME": "Mon State", "PCODE": "MMR011", "ISO": "MM-15" } - }, - { - "arcs": [ - [[56]], - [[57]], - [[58]], - [[59]], - [[60]], - [[61]], - [[62]], - [[63]], - [[64]], - [[65]], - [[66]], - [[67]], - [[68]], - [[69]], - [[70]], - [[-16, -50, -45, 71, 72]] - ], - "type": "MultiPolygon", - "properties": { "ID": 12, "NAME": "Rakhine State", "PCODE": "MMR012", "ISO": "MM-16" } - }, - { - "arcs": [[73, 74, 75, -42]], - "type": "Polygon", - "properties": { "ID": 13, "NAME": "Yangon Region", "PCODE": "MMR013", "ISO": "MM-06" } - }, - { - "arcs": [[76, -6, -13, 77, -51, -18, -1]], - "type": "Polygon", - "properties": { "ID": 14, "NAME": "Shan State", "PCODE": "MMR014", "ISO": "MM-17" } - }, - { - "arcs": [ - [[78]], - [[79]], - [[80]], - [[81]], - [[82]], - [[83]], - [[84]], - [[85]], - [[86]], - [[87, -75, 88, -72, -44]], - [[89]], - [[90]] - ], - "type": "MultiPolygon", - "properties": { "ID": 17, "NAME": "Ayeyarwady Region", "PCODE": "MMR017", "ISO": "MM-07" } - }, - { - "arcs": [[-78, -12, -47, -49, -52]], - "type": "Polygon", - "properties": { "ID": 18, "NAME": "Naypyitaw", "PCODE": "MMR018", "ISO": "MM-18" } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/netherlands-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/netherlands-topo.json deleted file mode 100644 index 90ec02c08d8b3..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/netherlands-topo.json +++ /dev/null @@ -1,1332 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [4837, 5060], - [-23, -61], - [-7, -234], - [-16, -170], - [-15, -28], - [-83, 34], - [-50, -17], - [-57, 31], - [-59, -7], - [-95, 8], - [-55, -22], - [-30, -45] - ], - [ - [4347, 4549], - [-4, 50], - [-122, 61], - [-81, -20], - [-49, -45], - [5, -68], - [-85, -12], - [-42, 20], - [-46, -23], - [-28, 73], - [-50, 39], - [-96, 26], - [-44, 35], - [-47, -23], - [-24, 11], - [-57, 173], - [47, 30], - [58, 75], - [-107, 145] - ], - [ - [3575, 5096], - [115, 91], - [65, 88], - [60, -5], - [40, -46], - [79, 64], - [43, 95], - [-85, 150], - [6, 80], - [-81, 34], - [14, 33] - ], - [ - [3831, 5680], - [37, -18], - [48, 147], - [34, 74], - [53, 45], - [47, 19], - [59, -23], - [47, -90], - [46, -32], - [46, -75], - [76, 19], - [57, -6], - [261, -306], - [89, -168], - [33, -29], - [-27, -96], - [29, -2], - [43, -64], - [28, -15] - ], - [ - [3231, 4347], - [2, -4] - ], - [ - [3233, 4343], - [-10, -120], - [-58, -122], - [-75, -73], - [-33, 6], - [-80, -45], - [-64, -76], - [-61, 2], - [-34, -48], - [21, -37], - [-31, -140], - [-153, -52], - [-34, 26], - [-113, 118], - [-122, 56], - [-63, -15], - [-31, 21], - [-6, 109], - [42, 40], - [126, 87], - [230, 184], - [0, 43], - [29, 59], - [57, 7], - [73, 87], - [108, 39], - [21, -26], - [140, -42], - [62, -3], - [57, -81] - ], - [ - [3153, 4980], - [31, -53], - [41, 0], - [94, -79], - [25, -80], - [32, -49], - [-33, -69], - [51, -25] - ], - [ - [3394, 4625], - [-21, -50], - [-172, -64], - [-219, 1], - [-61, 92], - [-31, 21], - [4, 258], - [83, 150], - [70, 24] - ], - [ - [3047, 5057], - [47, 4], - [59, -81] - ], - [ - [2205, 6197], - [-33, -56], - [-72, -44], - [17, -19], - [-112, -103], - [-86, 14], - [92, 71], - [51, 52], - [97, 70], - [46, 15] - ], - [ - [3666, 6451], - [-29, -52], - [11, -57], - [145, -63], - [-9, -93], - [-86, -169], - [21, -38], - [-39, -47], - [-30, -76], - [-1, -78], - [39, -47], - [74, -3], - [69, -48] - ], - [ - [3575, 5096], - [-78, -67], - [-81, -23], - [-32, 61], - [-53, -17], - [-10, -28], - [-62, -54], - [-52, 11], - [-21, 29], - [-33, -28] - ], - [ - [3047, 5057], - [-73, 15], - [-18, 39], - [-33, -24], - [-44, -2], - [-14, -32], - [-38, -9], - [-85, 46], - [-84, -5], - [-71, 61], - [11, 57], - [49, 28], - [-8, 70], - [15, 59], - [-17, 68], - [-2, 78], - [-45, 124], - [-87, -20], - [-169, -164] - ], - [ - [2334, 5446], - [-3, 5] - ], - [ - [2331, 5451], - [165, 164], - [61, 19], - [49, 41], - [40, 94], - [9, 92], - [40, 123], - [102, 89], - [69, 97], - [82, 57], - [100, 41], - [194, 111], - [18, 17], - [73, 0], - [98, 33], - [98, 14], - [69, -10], - [68, 18] - ], - [ - [2803, 6539], - [14, -41], - [-79, -32], - [-31, -35], - [-94, -4], - [-53, -47], - [-157, -40], - [-45, -48], - [-46, 32], - [56, 86], - [158, 44], - [134, 42], - [109, 42], - [34, 1] - ], - [ - [2989, 6597], - [35, -22], - [62, -8], - [199, 20], - [-17, -42], - [-108, -31], - [-109, 11], - [-24, -32], - [-61, -10], - [-37, 15], - [-16, 55], - [45, 43], - [31, 1] - ], - [ - [3878, 6689], - [-101, -49], - [-28, -26], - [-127, -14], - [-36, 34], - [40, 39], - [252, 16] - ], - [ - [4409, 3313], - [-12, -79], - [-22, -29], - [-54, -3], - [-4, -82], - [80, -22], - [75, -78], - [24, -8], - [3, -73], - [-38, -11], - [-4, -64], - [-82, -86], - [-40, 16], - [-25, 35], - [-45, -30], - [-135, -61], - [-95, -68], - [-30, 35], - [-78, 6], - [17, -86], - [-53, 8], - [-22, 37], - [-55, -9], - [-28, 62], - [-91, -22], - [-64, 86], - [-65, -31], - [62, -76], - [3, -33], - [-77, 4], - [-54, 44], - [-9, -32], - [-78, -56], - [-38, 8], - [-1, -55], - [28, -35], - [9, -74], - [-46, -55] - ], - [ - [3365, 2396], - [-53, 28], - [-30, 61], - [-36, -47] - ], - [ - [3246, 2438], - [-111, -15], - [-45, 18], - [-68, 72], - [-40, 13], - [-33, 61], - [-63, 24], - [-56, -30], - [-72, 33], - [-32, -48], - [-48, 0], - [-30, 28], - [-49, -81], - [-19, -83], - [-70, -43], - [-66, -9], - [-37, 24], - [-76, -3], - [-26, 31], - [-6, 43], - [-49, 35], - [-30, -20], - [-99, 102] - ], - [ - [2121, 2590], - [32, -7], - [24, 99], - [60, 72], - [29, -2], - [47, 111] - ], - [ - [2313, 2863], - [41, 83], - [32, -21], - [51, 46], - [33, -31], - [62, -26], - [40, 33], - [46, 2], - [62, 35], - [74, -2], - [66, -35], - [31, -33], - [57, -28], - [28, 35], - [-17, 80], - [-36, 51], - [4, 56], - [-42, 35], - [6, 72], - [-9, 53], - [-42, -55], - [-51, -19], - [-33, 26], - [36, 32], - [18, 129], - [-35, 41], - [-44, 18], - [0, 81], - [-61, 39], - [14, 63] - ], - [ - [2644, 3623], - [89, 35], - [73, 6], - [42, 125], - [54, 56], - [23, 48], - [126, 71], - [96, 85], - [66, 106], - [33, 129] - ], - [ - [3246, 4284], - [23, 0], - [55, -110], - [52, 6], - [46, 59], - [35, 21], - [38, -28], - [59, -77], - [0, -50], - [23, -31], - [-12, -59], - [26, -20], - [-12, -50], - [-53, -19], - [-13, -119], - [38, -53], - [62, -175], - [249, -3], - [16, 37], - [86, 0], - [17, -46], - [65, -99], - [99, -12], - [46, 12], - [35, -42], - [35, 23], - [36, -22], - [3, -59], - [-16, -26], - [70, -30], - [55, 1] - ], - [ - [3666, 6451], - [74, 9], - [75, -46], - [90, 56], - [243, 40], - [138, 58], - [89, 14], - [73, -27], - [19, 22], - [65, -31], - [27, -30], - [-15, -75], - [19, -29], - [14, -110], - [94, -77], - [70, -40], - [78, -11], - [-6, -82], - [41, -31], - [208, -54], - [17, -98], - [-57, -112], - [-18, -61], - [38, -46], - [-9, -78], - [7, -158], - [-55, -165], - [-99, -140], - [-44, -52], - [-5, -37] - ], - [ - [4027, 6798], - [39, -40], - [-44, -37], - [-20, 63], - [25, 14] - ], - [ - [2170, 5296], - [7, 7] - ], - [ - [2177, 5303], - [18, 8], - [139, 135] - ], - [ - [3394, 4625], - [40, -53], - [-31, -26], - [-3, -6], - [-58, -21], - [-29, -9], - [-37, 18], - [-63, -24], - [-12, -78], - [30, -79] - ], - [ - [3233, 4343], - [13, -59] - ], - [ - [2644, 3623], - [-52, 52], - [-74, 22] - ], - [ - [2518, 3697], - [-19, 46], - [-60, 36], - [-111, -13], - [-30, 46], - [-58, 34], - [-74, -13], - [-52, 38], - [-46, 35], - [84, 62], - [78, 111], - [-48, 11], - [17, 68], - [-4, 43], - [34, 44], - [-25, 46], - [-61, 178], - [0, 83], - [34, 28], - [47, 1], - [59, -55], - [43, 9], - [100, 84], - [13, 67], - [75, 48], - [-21, 24], - [-8, 66], - [-31, 28], - [-85, 4], - [-48, -33], - [-43, 32], - [-25, 46], - [13, 175], - [-96, 220] - ], - [ - [3365, 2396], - [94, -35], - [-2, -108], - [21, -25], - [88, -30], - [-18, -91], - [-19, -43], - [86, -87], - [29, -69], - [53, -77], - [14, -79], - [-21, -163], - [22, -106], - [-43, -57], - [-31, -11], - [-12, -55], - [-48, -70], - [-14, -40], - [-51, -61], - [0, -139], - [26, -34], - [60, 0], - [35, -50], - [-54, -6], - [-30, -22], - [-88, -111], - [-52, -34], - [-38, -115], - [-28, 7], - [-28, 45], - [-71, -30], - [47, -103], - [-11, -48], - [66, 27], - [106, -30], - [-39, -52], - [17, -62], - [88, -27], - [-10, -51], - [16, -53], - [-32, -67], - [-56, -15], - [15, -58], - [-41, -45], - [-32, 27], - [-15, -46], - [38, -33], - [8, -61], - [-51, 14], - [-71, -17], - [-31, 34], - [-33, -19], - [-55, -3], - [-52, 60], - [-53, -54], - [-53, -3], - [18, 60], - [-6, 47], - [-52, 40], - [-14, 37], - [3, 86], - [46, 23], - [21, 59], - [26, 7], - [43, 107], - [-40, 26], - [48, 69], - [15, 80], - [-14, 30], - [24, 67], - [25, -3], - [30, 159], - [44, 40], - [-48, 41], - [-51, -7], - [0, 52], - [-43, 21], - [-52, -21], - [-70, 12], - [-5, 33], - [-105, 52] - ], - [ - [2854, 1132], - [73, 23], - [7, 107], - [62, 102], - [259, 90], - [79, 78], - [-78, 160], - [-26, 131], - [-18, 150], - [126, -31], - [90, 41], - [38, -35], - [8, 67], - [-26, 94], - [-71, 75], - [-12, 137], - [-91, 38], - [-28, 79] - ], - [ - [2854, 1132], - [-13, 18], - [-12, 92], - [-50, 64], - [-30, 11], - [-89, -88], - [-82, 28], - [-31, -22], - [-90, 8], - [-47, 15], - [23, 78], - [-47, 44], - [-95, -19], - [-19, 108], - [-60, 85], - [28, 81], - [-20, 93], - [-77, 22], - [-21, -89], - [-80, -90], - [-25, -8], - [-53, 41], - [-67, -15], - [-66, 14], - [5, 41], - [63, -24], - [-7, 42], - [12, 98], - [-77, 58], - [-35, -15], - [-58, -101], - [-37, -28], - [0, -46], - [-41, -5], - [-73, 19], - [-70, -19], - [-9, 53], - [28, 65], - [-18, 31], - [-77, -9], - [-90, -54], - [-18, -25], - [-4, -76], - [42, -76], - [-3, -44], - [-33, -19], - [-66, 2], - [-11, 49], - [-77, -6] - ], - [ - [1177, 1514], - [-18, 93], - [17, 22], - [-21, 59] - ], - [ - [1155, 1688], - [27, 42], - [-36, 42], - [-35, 96] - ], - [ - [1111, 1868], - [12, 48], - [-8, 46], - [-40, 55], - [-10, 50], - [31, 53], - [30, 14] - ], - [ - [1126, 2134], - [28, -2], - [75, 32], - [45, 5], - [34, 27], - [21, 53], - [41, 38], - [86, -32], - [37, 1], - [107, 32], - [25, 24], - [94, 30], - [56, 72], - [29, 77], - [32, 33], - [51, 11] - ], - [ - [1887, 2535], - [49, 10], - [58, 52], - [30, 9], - [97, -16] - ], - [ - [2518, 3697], - [-54, 11], - [-36, -88], - [-28, -100], - [-30, -66], - [-90, 9], - [-101, -38], - [-16, 115], - [31, 55], - [-45, 85], - [25, 28], - [-40, 52], - [-19, -35], - [-90, -46], - [-22, -42], - [-39, 2], - [-70, -57], - [-44, -9] - ], - [ - [1850, 3573], - [-66, -29], - [-25, 43], - [-71, -3], - [-40, -31], - [-47, -9], - [-60, 10], - [15, 120], - [26, 28], - [30, 81], - [-37, 13], - [-26, -22], - [-92, 45] - ], - [ - [1457, 3819], - [86, 252], - [49, 214], - [46, 397], - [9, 124], - [16, 76], - [30, 75], - [47, 225], - [3, 116], - [13, 51], - [68, 17], - [50, -136], - [80, -49], - [89, 49], - [18, 43], - [59, 23], - [50, 0] - ], - [ - [2177, 5303], - [154, 148] - ], - [ - [1931, 5896], - [63, -114], - [-11, -30], - [-2, -107], - [-67, -112], - [-34, -9], - [-37, -54], - [-44, -13], - [-51, -39], - [-12, 73], - [15, 109], - [26, 66], - [114, 197], - [40, 33] - ], - [ - [4347, 4549], - [15, -46], - [-11, -46], - [33, -42], - [-41, -51], - [-10, -59], - [5, -106], - [66, -47], - [116, -6], - [42, -32], - [58, -23], - [41, 13], - [48, 68], - [27, -99], - [29, -62], - [47, -59], - [2, -61], - [-66, -153], - [19, -90], - [26, -52], - [-45, -22], - [-54, -4], - [-25, -84], - [-68, -31], - [-39, -51], - [-6, -61], - [-38, -29], - [-109, -1] - ], - [ - [2313, 2863], - [-124, 52], - [0, 52], - [-44, -17], - [-36, 17], - [-28, -40], - [-36, 11], - [-41, -55], - [-44, -11], - [-23, 74], - [-75, 112], - [34, 86], - [49, 31], - [-54, 30], - [-4, 82], - [-38, 33], - [26, 44], - [80, -4], - [22, 57], - [-117, 95], - [-10, 61] - ], - [ - [187, 1584], - [36, -5], - [98, -63], - [87, -19], - [10, -24], - [79, -46], - [44, 19], - [71, -38], - [100, 65], - [51, 15], - [20, 93], - [55, -12], - [43, -86], - [92, -4], - [72, 8], - [38, 19], - [41, -58], - [-70, -111], - [-164, -140], - [-75, -16], - [-48, -62], - [-50, -13], - [-28, -28], - [-34, 35], - [-88, -21], - [-25, 25], - [13, 103], - [-57, 40], - [-54, 1], - [-61, 45], - [-30, -3], - [-67, 39], - [-16, -39], - [-85, -7], - [14, -97], - [-89, -10], - [-34, 13], - [-62, 66], - [-13, 94], - [19, 35], - [-19, 45], - [-1, 57], - [67, 42], - [77, 16], - [43, 27] - ], - [ - [640, 1916], - [-36, 30], - [-43, -21], - [-56, 18], - [-63, -52], - [-29, 54], - [-48, 36], - [65, -143], - [66, 87], - [45, -16], - [41, 21], - [58, -14] - ], - [ - [640, 1916], - [81, 0], - [40, -32], - [78, -31], - [34, -38], - [16, -48], - [50, -88], - [51, -36], - [62, 30], - [52, -17], - [-2, 48], - [53, -16] - ], - [ - [1177, 1514], - [-74, -6], - [18, 38], - [-46, 36], - [-57, -29], - [-102, 33], - [-134, 130], - [-67, -42], - [-30, -121], - [-113, -20], - [-72, 70], - [-39, 0], - [-21, 46], - [-68, 55], - [-35, -37], - [-62, -2], - [-68, 46], - [-45, 85], - [-81, 76], - [6, 39], - [155, 115], - [61, 9], - [27, -17], - [74, 31] - ], - [ - [404, 2049], - [50, -18], - [77, 26], - [71, 8], - [34, -12], - [49, -90], - [-45, -47] - ], - [ - [1111, 1868], - [-24, -42], - [-57, 40], - [-113, 6], - [-69, 101], - [-44, 21], - [5, 44], - [38, 7], - [67, 39], - [68, -1], - [-35, 73], - [48, 23], - [72, -42], - [59, -3] - ], - [ - [1018, 2254], - [2, -2] - ], - [ - [1020, 2252], - [-52, -19], - [-25, -66], - [-34, -35], - [-80, -37], - [-54, -8], - [-52, 36], - [-51, 7], - [-16, 85], - [-69, 40], - [-12, 34], - [-115, -70], - [-6, -15] - ], - [ - [454, 2204], - [-44, 42], - [-11, 60], - [15, 39], - [85, 48], - [82, -2], - [27, 44] - ], - [ - [608, 2435], - [4, -3] - ], - [ - [612, 2432], - [-22, -44], - [79, 13], - [25, -26], - [83, 2], - [48, -75], - [11, -39], - [39, -6], - [63, -40], - [19, 23], - [61, 14] - ], - [ - [1020, 2252], - [44, 1], - [40, -21], - [21, -37], - [56, -10], - [100, 39], - [10, 50], - [-85, 62], - [-34, 13], - [-37, 53], - [-67, 73], - [-38, 12], - [-132, 83], - [-25, 38] - ], - [ - [873, 2608], - [15, 23] - ], - [ - [888, 2631], - [24, 9], - [71, -55], - [36, 7], - [35, -43], - [63, -40], - [23, -54], - [131, -55], - [84, -55], - [98, -22], - [53, -26], - [190, 73], - [47, 31], - [35, 44], - [15, 48], - [41, 35], - [53, 7] - ], - [ - [404, 2049], - [2, 41], - [39, 63], - [9, 20], - [1, 26], - [-1, 5] - ], - [ - [1180, 2423], - [29, -56], - [46, -8], - [22, 26], - [-97, 38] - ], - [ - [612, 2432], - [35, 60], - [102, 52], - [52, -1], - [40, -53], - [-1, -68], - [42, -99], - [79, -9], - [53, -23], - [4, -37] - ], - [ - [608, 2435], - [33, 72], - [-13, 39], - [16, 36], - [161, 67], - [68, -41] - ], - [ - [888, 2631], - [13, 40], - [-45, 77], - [27, 49], - [-14, 41], - [-55, -18], - [-7, 30], - [32, 55], - [9, 85], - [82, -32], - [59, 71], - [186, 266], - [41, 45], - [72, 111], - [60, 110], - [109, 258] - ] - ], - "transform": { - "scale": [0.0007705376781471888, 0.00041178641301035853], - "translate": [3.371388912200927, 50.75516510009777] - }, - "objects": { - "netherlands": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-DR", - "NAME_0": "Netherlands", - "ID_1": 1, - "NAME_1": "Drenthe", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[4, 5]], [[6, 7, 8]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-FL", - "NAME_0": "Netherlands", - "ID_1": 2, - "NAME_1": "Flevoland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[9]], [[10, -3, 11, -9, 12, 13, 14]], [[15]], [[16]], [[17]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-FR", - "NAME_0": "Netherlands", - "ID_1": 3, - "NAME_1": "Friesland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Frise|Frisia|Frísia" - } - }, - { - "arcs": [[18, 19, 20, 21, 22, 23, 24]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-GE", - "NAME_0": "Netherlands", - "ID_1": 4, - "NAME_1": "Gelderland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Geldern|Gheldria|Guelders|Gueldre" - } - }, - { - "arcs": [[[-4, -11, 25]], [[26]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-GR", - "NAME_0": "Netherlands", - "ID_1": 5, - "NAME_1": "Groningen", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Groninga|Groningue" - } - }, - { - "arcs": [[27, 28, -13, -8, 29, -6, 30, -24, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-YS", - "NAME_0": "Netherlands", - "ID_1": 6, - "NAME_1": "IJsselmeer", - "TYPE_1": "Water body", - "ENGTYPE_1": "Water body", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[33, 34, -20]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-LI", - "NAME_0": "Netherlands", - "ID_1": 7, - "NAME_1": "Limburg", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Limbourg|Limburgo" - } - }, - { - "arcs": [[-35, 35, 36, 37, 38, 39, 40, -21]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-NB", - "NAME_0": "Netherlands", - "ID_1": 8, - "NAME_1": "Noord-Brabant", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Brabante del Norte|Brabante do Norte|Brabante settentrionale|Brabant-septentrional|Nord-Brabant|Nort" - } - }, - { - "arcs": [[[41, 42, 43, -33]], [[44, -14, -29]], [[45]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-NH", - "NAME_0": "Netherlands", - "ID_1": 9, - "NAME_1": "Noord-Holland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Holanda do Norte|Hollande-septentrionale|North Holland" - } - }, - { - "arcs": [[46, -25, -31, -5, -30, -7, -12, -2]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-OV", - "NAME_0": "Netherlands", - "ID_1": 10, - "NAME_1": "Overijssel", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-32, -23, 47, -42]], - "type": "Polygon", - "properties": { - "ID_0": 158, - "ISO": "NL-UT", - "NAME_0": "Netherlands", - "ID_1": 11, - "NAME_1": "Utrecht", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[48]], [[49, 50, -37, 51, 52]], [[-39, 53]], [[54, 55, 56, 57, 58]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-ZE", - "NAME_0": "Netherlands", - "ID_1": 12, - "NAME_1": "Zeeland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Zelanda|Zélande|Zelândia" - } - }, - { - "arcs": [[[-56, 59, 60, 61, -40, -54, -38, -51, -53, 62], [63]], [[-59, 64]], [[-50]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-ZM", - "NAME_0": "Netherlands", - "ID_1": 13, - "NAME_1": "Zeeuwse meren", - "TYPE_1": "Water body", - "ENGTYPE_1": "Water body", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[-64]], [[-60, -55, -65, -58, 65]], [[-48, -22, -41, -62, 66, -43]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 158, - "ISO": "NL-ZH", - "NAME_0": "Netherlands", - "ID_1": 14, - "NAME_1": "Zuid-Holland", - "TYPE_1": "Provincie", - "ENGTYPE_1": "Province", - "NL_NAME_1": null, - "VARNAME_1": "Hollande-méridionale|South Holland" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/portugal-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/portugal-topo.json deleted file mode 100644 index 2b0247ecf90bf..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/portugal-topo.json +++ /dev/null @@ -1,1911 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [41133, 13807], - [-96, -63], - [-12, -51], - [-9, -135], - [20, -66], - [-6, -46], - [-67, -98], - [-30, -127], - [32, -45], - [-27, -55], - [58, -37], - [16, -51], - [45, -67], - [79, -90], - [46, -89], - [55, -59], - [0, -46], - [60, -116] - ], - [ - [41297, 12566], - [-40, -38], - [-36, 6], - [-80, 111], - [16, 50], - [-76, 23], - [-45, 57], - [-34, 104], - [-93, -20], - [-34, -46], - [-74, -17], - [-26, -63], - [-82, -97], - [-62, -34], - [-1, -35], - [-141, 12], - [-13, 20], - [-80, 14], - [-59, -20], - [-71, 30], - [-82, 72], - [-54, 18], - [-22, -19], - [-72, 25], - [-168, 105], - [-63, 26], - [-26, -32], - [-41, -4], - [-41, 56], - [-48, -17], - [-68, 3], - [-33, -15], - [-57, 15] - ], - [ - [39491, 12856], - [-57, 50], - [-122, 24], - [-14, 40], - [-78, 1], - [67, 88], - [-10, 52], - [-62, 17], - [26, 33], - [-43, 107], - [-38, 39], - [-19, 47], - [-52, -19], - [-40, -36], - [-40, 11], - [-51, -20], - [-37, 70], - [-59, -45], - [-69, 7], - [-74, 48], - [-40, -8], - [-30, 128], - [76, 82], - [37, 20], - [37, 51], - [65, 32], - [69, 153], - [-96, 5] - ], - [ - [38837, 13833], - [79, 97], - [51, -30], - [88, 96], - [18, -32], - [49, 67], - [72, -29], - [29, 42], - [34, 2], - [54, -40], - [34, -53], - [48, 23], - [42, -45], - [40, -15], - [-3, -41], - [57, -22], - [30, 71], - [-51, 10], - [-52, 88], - [43, 35], - [-189, 92], - [47, 69], - [25, 108] - ], - [ - [39382, 14326], - [31, -6], - [31, 51], - [68, 42], - [82, -9], - [-28, -41], - [30, -77], - [42, 98], - [53, -12], - [57, -59], - [-11, -38], - [19, -42], - [71, 14], - [17, 30], - [55, 18], - [85, -143], - [89, -20], - [88, 4], - [35, 16], - [33, 68], - [59, -59], - [25, 37], - [50, -28], - [49, 24], - [36, 58], - [68, -3], - [38, 34], - [-18, 54], - [34, 35], - [35, -49], - [36, 7], - [66, -55], - [-22, -84], - [74, -50], - [-9, -34], - [15, -87], - [40, -80], - [84, -31], - [47, 25], - [-11, 35], - [53, 34], - [27, -28], - [57, 44], - [59, -88], - [-37, -50], - [9, -41], - [40, -33] - ], - [ - [39321, 18903], - [46, -18], - [-1, -88], - [50, -10], - [52, -55], - [60, -22], - [88, 67], - [4, -47], - [-74, -100], - [20, -53], - [-13, -44], - [43, -68], - [-38, -39], - [-70, 36], - [-42, -43], - [-70, 41], - [-40, -20], - [31, -62], - [-64, -144], - [-101, -55], - [12, -57], - [49, -37], - [15, -56], - [-10, -51], - [84, -65], - [-107, -44], - [33, -61], - [6, -64], - [60, -63], - [-56, -4], - [-72, -38], - [-16, -37], - [27, -41], - [-62, -105], - [-2, -92] - ], - [ - [39163, 17364], - [-3, -43], - [-74, -12], - [-14, -40], - [-67, -14], - [-10, -85], - [-58, 29], - [-64, 4], - [17, 41], - [53, 6], - [-12, 67], - [15, 95], - [-59, 70], - [-41, -31], - [-65, 13], - [15, 84], - [-25, 64], - [-60, 5], - [-19, -36], - [1, -69], - [-29, -22], - [-51, 23], - [-41, 54], - [-140, 135] - ], - [ - [38432, 17702], - [63, 272], - [37, 3], - [9, 29], - [51, 14], - [41, 60], - [-28, 192], - [-32, -49], - [3, -85], - [-34, -45], - [3, -43], - [-39, -71], - [-23, 0], - [96, 347], - [63, 276], - [27, 191] - ], - [ - [38669, 18793], - [67, 21], - [20, -25], - [63, 3], - [27, 48], - [45, -48], - [45, -6], - [23, 47], - [46, 42], - [38, -72], - [51, -18], - [4, 84], - [72, -23], - [111, 86], - [40, -29] - ], - [ - [10555, 9984], - [52, -4], - [5, -57], - [60, -51], - [4, -74], - [-84, -7], - [-43, 46], - [-112, -21], - [-24, 25], - [-24, 75], - [38, 46], - [128, 22] - ], - [ - [9957, 11767], - [60, 3], - [102, 43], - [33, 34], - [60, -15], - [79, -4], - [118, 10], - [42, -18], - [26, -94], - [-27, -108], - [-39, -36], - [-73, -12], - [-63, 23], - [-72, -28], - [-98, -22], - [-28, -24], - [-94, 5], - [-73, -7], - [-91, 11], - [-76, 47], - [-117, 20], - [-95, -33], - [-151, 110], - [-40, 42], - [-71, 57], - [-24, 72], - [52, 55], - [73, 55], - [104, -51], - [72, -111], - [90, -12], - [72, -39], - [99, 21], - [46, 39], - [72, -40], - [32, 7] - ], - [ - [4867, 13388], - [45, -8], - [131, -72], - [30, -42], - [87, -14], - [123, -95], - [197, -31], - [46, -68], - [-89, -26], - [-165, 22], - [-30, -28], - [-76, -32], - [-59, 67], - [-153, -1], - [-66, 30], - [-72, -13], - [-121, 68], - [-42, 76], - [5, 98], - [40, 43], - [62, 24], - [42, -10], - [65, 12] - ], - [ - [4355, 13570], - [89, -31], - [24, -28], - [75, -39], - [-13, -84], - [-30, -81], - [-155, -16], - [-49, 17], - [-16, 76], - [-102, 52], - [-29, 42], - [74, 21], - [59, -3], - [73, 74] - ], - [ - [5034, 13817], - [93, -25], - [51, -31], - [152, -54], - [50, -31], - [132, -47], - [23, 3], - [81, -62], - [342, -175], - [39, -38], - [-34, -24], - [-91, -6], - [-128, 70], - [-69, 52], - [-140, 28], - [-52, 44], - [-111, 36], - [-173, 103], - [-17, 37], - [-65, 31], - [-83, 89] - ], - [ - [6845, 13920], - [48, -25], - [47, 9], - [124, -32], - [47, 9], - [70, -56], - [0, -100], - [32, -24], - [-52, -70], - [-11, -58], - [-91, -2], - [-55, 20], - [-175, 8], - [-17, -11], - [-128, 78], - [-29, 43], - [-18, 87], - [30, 77], - [51, 27], - [127, 20] - ], - [ - [5526, 14566], - [60, -22], - [78, -151], - [-38, -20], - [-130, 55], - [-40, 78], - [44, 58], - [26, 2] - ], - [ - [178, 15460], - [19, -64], - [39, -45], - [-60, -150], - [-55, -28], - [-96, 6], - [-25, 96], - [9, 154], - [43, 56], - [33, 13], - [33, -36], - [60, -2] - ], - [ - [287, 15852], - [-29, -26], - [-28, 73], - [44, 50], - [35, -40], - [-22, -57] - ], - [ - [41297, 12566], - [41, -41], - [45, 38], - [50, -9], - [28, 46], - [119, 32], - [15, -36], - [-61, -91], - [17, -59], - [-52, -96], - [-1, -78], - [-29, -74], - [-64, -15], - [-30, 28], - [-79, 31], - [-32, -23], - [-3, -43], - [-51, -38], - [-46, 18], - [-102, -22], - [-28, -32], - [23, -51], - [-11, -67], - [-47, -57], - [5, -46], - [-77, -135], - [-39, -24], - [-82, -87], - [-47, -23], - [-16, -77], - [-27, -48], - [5, -75], - [-71, -114], - [-36, -100], - [-26, -30], - [17, -59] - ], - [ - [40605, 11109], - [-86, -10], - [-57, -20], - [-41, -50], - [-72, 35], - [-119, -20], - [-37, -37], - [-174, -93], - [-64, -9], - [-17, -36], - [-60, -29], - [-68, 4], - [-38, -19], - [-9, -86], - [-43, -13], - [-60, -74], - [-158, 33], - [-74, 39], - [-76, 57], - [-50, 25], - [-19, 94], - [-97, -13], - [-37, 10], - [-91, -23], - [-7, -54], - [-59, -45], - [-66, 25], - [-44, -10], - [-90, 67], - [-86, -28], - [-22, -47], - [-40, 45], - [-81, 5], - [-45, -12], - [-34, 77], - [-74, 28] - ], - [ - [38410, 10925], - [4, 147], - [15, 51], - [-11, 56], - [-47, 89], - [41, 170], - [5, 98], - [-30, 47], - [5, 73], - [24, 99] - ], - [ - [38416, 11755], - [18, -28], - [96, 3], - [73, -121], - [40, 33], - [47, -34], - [77, 9], - [7, 93], - [55, 106], - [33, 17], - [91, 0], - [29, 23], - [64, 3], - [97, -13], - [54, 8], - [63, 76], - [-17, 27], - [23, 87], - [1, 93], - [-33, 51], - [-66, 24], - [-93, 86], - [37, 110], - [31, -30], - [53, 88], - [78, -8], - [12, 105], - [76, -16], - [17, 39], - [46, 8], - [64, 37], - [61, 14], - [0, 93], - [-23, 70], - [-36, 48] - ], - [ - [39816, 19584], - [-26, -63], - [-79, -61], - [-51, 54], - [-36, -31], - [-57, 30], - [-45, 47], - [-34, 79], - [-33, 21], - [-64, 0], - [-88, -99], - [-7, -42], - [-43, -6], - [-42, 50], - [-113, -8], - [-37, 20], - [-44, -19], - [-23, 29], - [-79, -16], - [-62, -56], - [-111, 6], - [-35, 84], - [52, 24], - [-22, 39], - [-77, 16], - [-12, 36], - [-44, 29], - [-30, -16], - [-78, 59], - [-49, 5] - ], - [ - [38447, 19795], - [-23, 68], - [5, 73], - [-34, 111], - [-8, 59] - ], - [ - [38387, 20106], - [91, 5], - [56, 42], - [103, 19], - [35, 27], - [67, -45], - [46, 19], - [21, -38], - [41, 13], - [-11, 70], - [44, 36], - [14, 92], - [48, 13], - [122, 70], - [183, 5], - [27, 46], - [35, -24], - [67, 36], - [60, 54], - [54, 13] - ], - [ - [39490, 20559], - [58, -20], - [63, -2], - [73, 25] - ], - [ - [39684, 20562], - [-17, -123], - [-26, -30], - [-30, -94], - [-42, -33], - [121, 1], - [87, -11], - [26, -22], - [-29, -54], - [4, -110], - [51, 2], - [149, -35], - [38, 29], - [47, 2], - [33, -64], - [-38, -36], - [-49, -99], - [-47, -7], - [-24, -43], - [-60, -26], - [-6, -104], - [-43, -40], - [-13, -81] - ], - [ - [41599, 18822], - [-135, 25], - [-28, -5], - [-42, 43], - [-85, 49], - [0, 57], - [22, 57], - [-59, 5], - [14, 37], - [-57, 12], - [-23, -63], - [-50, -3], - [-101, 41], - [-57, -21], - [-37, 9] - ], - [ - [40961, 19065], - [-88, 17], - [-56, 100], - [-74, 40] - ], - [ - [40743, 19222], - [29, 81], - [43, -11], - [-2, 95], - [74, 145], - [-32, 100], - [2, 95], - [62, 43], - [37, 3], - [17, 84], - [23, 36], - [94, 16], - [-50, 89], - [0, 60], - [26, 114], - [50, 86], - [9, 67], - [56, 56], - [8, 72], - [-39, 30], - [-25, 57], - [14, 154] - ], - [ - [41139, 20694], - [46, 87], - [-18, 31], - [-4, 80], - [77, 47], - [92, -38], - [18, -47], - [121, -3], - [40, 50], - [43, -10], - [23, -53], - [101, -10], - [109, 13], - [20, 52], - [-3, 50], - [73, -18], - [31, -89], - [87, -23], - [172, 33], - [41, 27], - [50, -66], - [-43, -104], - [91, -18], - [-45, -202], - [-35, -70], - [28, -146], - [61, -53], - [41, -8], - [53, 19], - [9, 32], - [167, -10], - [90, -32], - [81, -63], - [32, -58], - [47, -17], - [33, -54], - [-39, -34], - [-43, -83], - [-36, -21], - [-20, -56], - [-61, -81], - [18, -32], - [-54, -41], - [19, -58], - [-63, -26], - [-32, 30], - [-33, -18], - [18, -61], - [-61, -18], - [-38, -94], - [-53, -9], - [-191, -137], - [-46, 23], - [-70, -4], - [-74, -87], - [-17, -61], - [-67, -69], - [-46, -31], - [23, -68], - [-94, -149], - [-102, -21], - [-79, 25], - [-28, -20] - ], - [ - [41565, 17123], - [-105, -71], - [-14, -65], - [10, -133], - [27, -36], - [100, -16], - [56, -101], - [46, -53], - [9, -109], - [-19, -29], - [2, -86], - [-36, -36], - [13, -49], - [-8, -68], - [-47, -41], - [-7, -30], - [-88, -63], - [17, -83], - [-29, -67], - [11, -29], - [-31, -59], - [-17, -69], - [-67, -24], - [-125, 7], - [-40, -21], - [-171, 30], - [-56, -12], - [-81, -45], - [-75, 22], - [-44, -10], - [-91, 35], - [-136, 11], - [-13, -8] - ], - [ - [40556, 15815], - [-64, -11], - [-49, -47], - [-70, -27], - [-42, 53], - [-71, -49], - [-11, -70], - [-58, -15], - [-26, -53], - [-51, -44], - [-43, -15] - ], - [ - [40071, 15537], - [22, 67], - [-40, 59], - [-23, 64], - [-111, 97], - [-61, 26], - [-14, 126], - [-57, -18], - [-23, 33], - [-50, 7], - [-35, -25], - [7, -39], - [-20, -53], - [2, -56], - [-28, -21], - [40, -92], - [-138, -12], - [-32, 28], - [-112, 28], - [-26, 32], - [7, 81], - [-12, 92], - [8, 72], - [-54, 13], - [-36, 60] - ], - [ - [39285, 16106], - [-14, 28], - [39, 36], - [-6, 40], - [106, 16], - [20, 32], - [87, 45], - [52, 108] - ], - [ - [39569, 16411], - [54, 41], - [98, 27], - [64, 47], - [50, -1], - [18, 36], - [55, -9], - [24, 23], - [-16, 53], - [103, 58], - [79, -15], - [5, 58], - [51, -22], - [74, 77], - [-5, 45], - [-99, 78], - [-23, 49], - [40, 58], - [3, 48] - ], - [ - [40144, 17062], - [83, 15], - [41, 53], - [83, 23], - [73, 63], - [10, 49], - [129, -9], - [34, 59], - [2, 48], - [50, 62], - [43, 16], - [95, -46], - [43, 3], - [92, 62], - [59, 12], - [38, -18], - [-11, -79], - [6, -51], - [-61, -102], - [-17, -48], - [78, -33], - [65, -8], - [51, 52], - [63, -40], - [56, 34], - [8, 57], - [49, 26], - [34, -93], - [86, -1], - [32, 26], - [107, -71] - ], - [ - [39163, 17364], - [79, -12], - [101, -85], - [72, 41], - [63, 5], - [34, -14], - [67, 9], - [43, 43], - [83, 56], - [61, 11], - [50, 30], - [35, 41], - [40, 12], - [79, 97], - [64, 49], - [31, 7] - ], - [ - [40065, 17654], - [2, -37], - [52, -54], - [-23, -39], - [-55, -14], - [-4, -42], - [31, -24], - [51, 4], - [0, -96], - [55, -99], - [-62, -16], - [-29, -60], - [61, -115] - ], - [ - [39569, 16411], - [15, 82], - [-80, 123], - [22, 100], - [-60, 37], - [-53, -83], - [-40, 33], - [-73, -47], - [-37, -80], - [44, -74], - [-23, -22], - [-57, 20], - [-69, -86], - [-70, -21], - [16, 55], - [-20, 110], - [-40, 56], - [-111, -89], - [-55, -5], - [-1, -38], - [-48, -11], - [-1, 138], - [-64, 9], - [-46, -81], - [-95, 79], - [-105, 10], - [-50, 20], - [-37, -10], - [-28, -53], - [-160, 70] - ], - [ - [38243, 16653], - [45, 139], - [11, 67], - [-23, 53], - [-59, 53], - [52, 133], - [61, 195], - [102, 409] - ], - [ - [39871, 9964], - [44, -16], - [41, -48], - [-56, -18], - [-84, 78], - [55, 4] - ], - [ - [40085, 10010], - [11, -5], - [-3, -25], - [-67, -32], - [-12, 22], - [52, 35], - [19, 5] - ], - [ - [40605, 11109], - [32, -7], - [65, -161], - [-10, -94], - [37, -36], - [-8, -96], - [6, -88], - [33, -72], - [-17, -62], - [20, -16], - [24, -149], - [-91, 12], - [-91, -24], - [-151, -70], - [-33, -53], - [-294, -205], - [-21, 15], - [-17, 9], - [-20, -2], - [-75, -42], - [-31, -58], - [-39, 41], - [-56, 14], - [-71, -5], - [-160, 113], - [-51, 29], - [-130, 47], - [-80, -16], - [-31, 8], - [-90, -31], - [-48, 37], - [-69, 27], - [-46, -25], - [-67, -11], - [-110, 33], - [-104, 43], - [-122, 5], - [-89, -81], - [-73, 2], - [-107, -53], - [-61, 4], - [-59, -43], - [-59, -6], - [-19, -40], - [-41, -46], - [-51, 43], - [-38, 9], - [7, 65], - [30, 40], - [4, 44], - [33, 29], - [56, 143], - [-11, 26], - [45, 77], - [45, 109], - [-25, 74], - [5, 44], - [84, 145], - [27, 97], - [18, 24] - ], - [ - [40782, 18586], - [52, -46], - [-16, -35], - [-64, 3], - [-8, 37], - [36, 41] - ], - [ - [41599, 18822], - [0, -27], - [96, -124], - [26, -22], - [38, -133], - [48, -16], - [11, -81], - [-35, -30], - [12, -79], - [-15, -25], - [-9, -93], - [34, -58], - [20, -135], - [-12, -49], - [-56, -89], - [-11, -59], - [76, -34], - [10, -86], - [-34, -22], - [-59, -110], - [18, -81], - [99, -112], - [-16, -65], - [-47, -21], - [-79, -63], - [-7, -70], - [-67, -23], - [-75, 8] - ], - [ - [40065, 17654], - [10, 21], - [67, -2], - [43, 43], - [77, 37], - [79, 22], - [54, 32], - [51, -7], - [29, 45], - [46, 111], - [34, 52], - [-35, 77], - [-52, 47], - [-7, 28], - [45, 42], - [-23, 39], - [-71, 41], - [59, 101], - [5, 44], - [51, 51], - [76, -8], - [60, -82], - [47, -41], - [26, 24], - [59, 121], - [43, 17], - [4, 56], - [65, 47], - [19, 84], - [-78, 44], - [61, 67], - [-13, 77], - [34, 136], - [31, 45] - ], - [ - [38072, 15007], - [-55, -7], - [-22, 37], - [-46, -1], - [-97, -91], - [-6, -51], - [-57, -52], - [-48, -2], - [-25, 59], - [23, 47], - [-24, 75], - [-125, 11], - [-39, -53], - [-72, 18] - ], - [ - [37479, 14997], - [-29, 62], - [-1, 88], - [100, 55], - [124, 112], - [95, 143], - [32, 19], - [70, 78], - [67, 105], - [-18, 63], - [58, 174], - [-1, 44], - [32, 101], - [51, 114], - [89, 236], - [95, 262] - ], - [ - [39285, 16106], - [-64, 11], - [-31, -62], - [-68, -46], - [-28, 20], - [-46, -15], - [-15, -31], - [-52, 73], - [-8, 75], - [-27, 60], - [-58, -17], - [-66, -77], - [-80, -28], - [-56, 24], - [-77, -49], - [13, -80], - [-11, -47], - [67, -19], - [-18, -91], - [-89, -53], - [26, -57], - [1, -68], - [26, -38], - [-74, -90], - [-54, 18], - [25, -109], - [-40, -7], - [-81, 14], - [-75, -23], - [-59, 4], - [-39, -18], - [-49, -94], - [-23, -71], - [-44, 5], - [-51, -85], - [25, -82], - [-13, -46] - ], - [ - [38072, 15007], - [33, -21], - [-15, -74], - [36, 4], - [87, -45], - [49, 36], - [38, -47], - [44, -10], - [22, -78], - [-56, -25], - [-56, 16], - [-28, -51], - [53, -67], - [112, -61], - [44, -102], - [-32, -9], - [-24, -48], - [-48, -5], - [-38, -114], - [16, -30], - [-54, -38], - [-6, -43], - [-36, -57], - [0, -32], - [-98, -134] - ], - [ - [38115, 13972], - [-34, 62], - [-9, 61], - [10, 81], - [-25, 31], - [-27, -94], - [-33, -52], - [-49, -35], - [-36, -85], - [-9, -119], - [-21, -64], - [-67, -54], - [-120, -29], - [-72, 18], - [-50, -7], - [-53, -42], - [-66, 17], - [-62, 37], - [-49, -25], - [-68, 10], - [-44, 28], - [24, 93], - [-49, 67], - [42, 78], - [55, 129], - [49, 151], - [-16, 167], - [15, 54], - [-10, 68], - [106, 211], - [34, 121], - [6, 89], - [-8, 58] - ], - [ - [25224, 108], - [33, -91], - [-7, -17], - [-73, 166], - [-6, 26], - [53, -84] - ], - [ - [24102, 852], - [27, -46], - [60, -44], - [25, -21], - [84, -21], - [118, 40], - [139, 18], - [67, -62], - [6, -20], - [73, -64], - [2, 0], - [4, -2], - [149, -45], - [59, 11], - [6, -22], - [-68, 0], - [-35, -18], - [-47, -95], - [-34, -13], - [-49, -81], - [-75, -14], - [-45, 11], - [-45, -12], - [-44, -18], - [-72, 40], - [-52, 3], - [-119, 59], - [-29, -2], - [-60, 55], - [-126, 74], - [-55, 79], - [1, 24], - [-2, 4], - [-2, 7], - [-33, 58], - [118, 121], - [54, -4] - ], - [ - [25578, 1356], - [7, -20], - [8, -27], - [-3, -32], - [-52, 1], - [-88, -80], - [-31, 33], - [26, 36], - [4, 6], - [3, 18], - [11, 33], - [81, 52], - [34, -20] - ], - [ - [39382, 14326], - [-55, 55], - [-13, 89], - [-39, 13], - [0, 48], - [-90, 44], - [70, 109], - [6, 28], - [111, 42], - [86, 81], - [55, 68], - [-3, 51], - [32, 33], - [80, -27], - [102, 142], - [-3, 46], - [104, 48], - [50, 61], - [-12, 31], - [-83, 53], - [-23, 55], - [15, 70], - [24, 16], - [45, 108], - [85, -29], - [91, -76], - [30, 2], - [24, 50] - ], - [ - [40556, 15815], - [54, -99], - [18, -64], - [55, -28], - [69, -97], - [65, -18], - [11, -72], - [98, -36], - [53, -41], - [-13, -76], - [-36, -89], - [21, -29], - [0, -61], - [135, -138], - [-28, -55], - [11, -100], - [34, -33], - [93, -26], - [60, -37], - [-14, -31], - [-7, -92], - [67, -21], - [88, 41], - [43, -5], - [81, -61], - [37, -73], - [-14, -33], - [15, -49], - [-47, -90], - [-46, -61], - [-22, -53], - [-45, -39], - [33, -62], - [-10, -31], - [-50, -23], - [-48, -84], - [-50, -2], - [-62, -75], - [-45, -24], - [-27, -41] - ], - [ - [39816, 19584], - [45, -48], - [-30, -47], - [88, -59], - [-2, -68], - [33, -57], - [35, -14], - [-32, -73], - [11, -44], - [-44, -119], - [3, -33] - ], - [ - [39923, 19022], - [-68, 6], - [-173, -73], - [-71, 25], - [-90, -37], - [-106, 20], - [-17, -26], - [-77, -34] - ], - [ - [38669, 18793], - [-19, 79], - [-2, 85], - [-19, 109], - [-37, 64], - [-46, 76], - [-10, 118], - [-29, 116], - [1, 50], - [-27, 22], - [-13, 71], - [-40, 85], - [19, 127] - ], - [ - [38837, 13833], - [-103, 31], - [1, 68], - [17, 71], - [-56, -22], - [-31, -47], - [-65, 37], - [-41, -1], - [-59, -106], - [-16, -76], - [-65, -20], - [-72, 60], - [-60, -29], - [-68, -14], - [-30, 40] - ], - [ - [38189, 13825], - [-28, 34], - [18, 48], - [-23, 43], - [-41, 22] - ], - [ - [38416, 11755], - [-12, 195], - [-21, 48], - [-72, 23], - [-49, 53], - [38, 36], - [49, 113], - [65, 206], - [28, 151], - [2, 192], - [-41, 255], - [29, 65], - [16, -27], - [60, 9], - [114, 0], - [-46, 51], - [-37, -2], - [-12, 162], - [-17, 73], - [-65, -35], - [-12, -54], - [43, -5], - [4, -40], - [-79, -14], - [-140, 90], - [-66, -27], - [-20, -46], - [-81, -20], - [-16, -31], - [-126, -66], - [-75, 17], - [-45, -29], - [-58, 0], - [-54, -45], - [-34, 7], - [45, 109], - [22, 99], - [-14, 108], - [-52, 135], - [-68, 101], - [32, 26], - [103, 9], - [50, -15], - [50, -52], - [64, -8], - [-6, 38], - [57, 34], - [72, -17], - [0, 72], - [-40, -7], - [-15, 36], - [66, 48], - [102, 53], - [35, -4] - ], - [ - [38387, 20106], - [-30, 82], - [-3, 60], - [-54, 60], - [-34, 108], - [28, 127], - [-20, 58], - [5, 73], - [38, 15], - [56, 75], - [55, 14], - [66, 56], - [3, 48], - [144, 85], - [4, 50], - [38, 47], - [71, 21], - [83, -6], - [49, 56], - [115, 7], - [36, -23], - [83, 9], - [42, 30], - [43, -14], - [133, 117], - [48, -9], - [52, 34], - [16, -167], - [115, 22], - [38, -22], - [21, -55], - [-3, -68], - [-76, -28], - [-56, -46], - [-20, -61], - [-40, -35], - [-32, -58], - [40, -80], - [54, -34], - [-5, -95] - ], - [ - [40743, 19222], - [-130, -30], - [-24, -38], - [-36, 18], - [-54, -60], - [-114, -4], - [-40, 8], - [-54, -46], - [-137, 23], - [-62, -14], - [-82, 28], - [-87, -85] - ], - [ - [39684, 20562], - [66, 31], - [41, 75], - [68, 8], - [48, 23], - [25, 100], - [32, -1], - [-1, -133], - [38, -16], - [36, 49], - [114, 13], - [25, 26], - [52, -15], - [50, 34], - [86, -58], - [120, -5], - [-48, -71], - [64, -37], - [91, 27], - [61, 42], - [56, 9], - [38, -97], - [37, -10], - [32, 56], - [128, 1], - [98, 51], - [98, 30] - ] - ], - "transform": { - "scale": [0.0005848950788891755, 0.0004541432399403744], - "translate": [-31.262424468994027, 32.48131179809599] - }, - "objects": { - "portugal": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-07", - "NAME_0": "Portugal", - "ID_1": 1, - "NAME_1": "Évora", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[5, 6, 7, 8]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-01", - "NAME_0": "Portugal", - "ID_1": 2, - "NAME_1": "Aveiro", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[9]], [[10]], [[11]], [[12]], [[13]], [[14]], [[15]], [[16]], [[17]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 182, - "ISO": "PT-20", - "NAME_0": "Portugal", - "ID_1": 3, - "NAME_1": "Azores", - "TYPE_1": "Região autónoma", - "ENGTYPE_1": "Autonomous region", - "NL_NAME_1": null, - "VARNAME_1": "Açores" - } - }, - { - "arcs": [[18, 19, 20, 21, -2]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-02", - "NAME_0": "Portugal", - "ID_1": 4, - "NAME_1": "Beja", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[22, 23, 24, 25, 26]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-03", - "NAME_0": "Portugal", - "ID_1": 5, - "NAME_1": "Braga", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[27, 28, 29, 30]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-04", - "NAME_0": "Portugal", - "ID_1": 6, - "NAME_1": "Bragança", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Braganza" - } - }, - { - "arcs": [[31, 32, 33, 34, 35, 36]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-05", - "NAME_0": "Portugal", - "ID_1": 7, - "NAME_1": "Castelo Branco", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[37, 38, -36, 39, 40, -7]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-06", - "NAME_0": "Portugal", - "ID_1": 8, - "NAME_1": "Coimbra", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[41]], [[42]], [[-20, 43]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 182, - "ISO": "PT-08", - "NAME_0": "Portugal", - "ID_1": 9, - "NAME_1": "Faro", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[44]], [[45, -37, -39, 46, -28]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 182, - "ISO": "PT-09", - "NAME_0": "Portugal", - "ID_1": 10, - "NAME_1": "Guarda", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[47, 48, -40, -35, 49]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-10", - "NAME_0": "Portugal", - "ID_1": 11, - "NAME_1": "Leiria", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-48, 50, 51]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-11", - "NAME_0": "Portugal", - "ID_1": 12, - "NAME_1": "Lisboa", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Lisbon|Lisbona|Lisbonne|Lissabon" - } - }, - { - "arcs": [[[52]], [[53]], [[54]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 182, - "ISO": "PT-30", - "NAME_0": "Portugal", - "ID_1": 13, - "NAME_1": "Madeira", - "TYPE_1": "Regiões autônoma", - "ENGTYPE_1": "Autonomous region", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-5, 55, -33, 56]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-12", - "NAME_0": "Portugal", - "ID_1": 14, - "NAME_1": "Portalegre", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-23, 57, 58, -9, 59]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-13", - "NAME_0": "Portugal", - "ID_1": 15, - "NAME_1": "Porto", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Oporto" - } - }, - { - "arcs": [[-34, -56, -4, 60, 61, -51, -50]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-14", - "NAME_0": "Portugal", - "ID_1": 16, - "NAME_1": "Santarém", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-61, -3, -22, 62]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-15", - "NAME_0": "Portugal", - "ID_1": 17, - "NAME_1": "Setúbal", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-25, 63]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-16", - "NAME_0": "Portugal", - "ID_1": 18, - "NAME_1": "Viana do Castelo", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Vianna do Castello" - } - }, - { - "arcs": [[-30, 64, -58, -27, 65]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-17", - "NAME_0": "Portugal", - "ID_1": 19, - "NAME_1": "Vila Real", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Villa Real" - } - }, - { - "arcs": [[-47, -38, -6, -59, -65, -29], [-45]], - "type": "Polygon", - "properties": { - "ID_0": 182, - "ISO": "PT-18", - "NAME_0": "Portugal", - "ID_1": 20, - "NAME_1": "Viseu", - "TYPE_1": "Distrito", - "ENGTYPE_1": "District", - "NL_NAME_1": null, - "VARNAME_1": "Vizeu" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/russia-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/russia-topo.json deleted file mode 100644 index 2f1d910797c0e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/russia-topo.json +++ /dev/null @@ -1,8430 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [41398, 1621], - [77, -41], - [46, 13], - [37, -48], - [18, -113], - [-26, 21], - [-19, -68], - [24, -76], - [-12, -101], - [12, -62], - [-24, -80], - [-21, -2], - [-54, 55], - [-43, -1], - [-16, 22], - [24, 56], - [46, -11], - [17, 65], - [-46, 47], - [-4, 87], - [30, 130], - [-45, 40], - [-28, -7], - [-6, -50], - [-30, -15], - [-86, 15], - [-75, 70], - [46, 12], - [38, -29], - [51, 15], - [69, 56] - ], - [ - [50344, 4667], - [-22, 20], - [-67, -54], - [6, -163], - [-46, 4], - [-27, -41], - [-32, 17], - [-63, -12], - [13, -62], - [-87, -132], - [-93, -52], - [-30, -3], - [-55, -57], - [-48, -9], - [-19, -50], - [20, -60], - [57, -14], - [17, -46], - [-29, -61], - [-73, -24] - ], - [ - [49766, 3868], - [-45, 97], - [-47, 32], - [-83, 30], - [-30, -48], - [-38, 13], - [-40, -74], - [-54, 7], - [-27, -14], - [-25, 24], - [-40, 1], - [-34, -25], - [-21, 28], - [-17, 72], - [-62, -15], - [16, 99], - [-88, 44], - [-11, -42], - [-34, 0], - [5, -95], - [-41, -19], - [-11, -39], - [-46, 28], - [-165, 467], - [-155, 374], - [-71, 145] - ], - [ - [48602, 4958], - [20, 33], - [-4, 70], - [27, 2], - [36, -33], - [56, 18], - [20, 53], - [57, 1], - [101, 30], - [13, 31], - [121, 94], - [63, 70], - [70, 25], - [30, -63], - [64, -12], - [22, -66], - [41, -82], - [76, -26], - [-6, -20], - [56, -40], - [38, 49], - [19, 85], - [76, 82], - [131, 31], - [19, -7], - [54, 36], - [34, -22], - [37, 60], - [88, 51] - ], - [ - [49961, 5408], - [20, -4], - [38, -82], - [24, 6], - [55, -59], - [56, -43], - [31, -68], - [16, -66], - [30, -55], - [73, -13], - [-39, -126], - [59, -63], - [-12, -64], - [8, -65], - [24, -39] - ], - [ - [58612, 5939], - [23, -13], - [126, 2], - [68, 10], - [40, 22], - [38, -12], - [33, -141], - [-24, -56], - [-37, -12], - [-10, -55], - [-49, -15], - [-8, -31], - [-44, -49], - [-108, -81], - [0, -37], - [-33, -96], - [-61, -16], - [-34, -45], - [-11, -67], - [23, -43], - [55, -51], - [26, 17], - [53, -13], - [31, -103], - [14, -76], - [74, -98], - [22, 33], - [152, 12], - [49, 36], - [-3, 37], - [35, 29], - [53, 19], - [15, -26], - [58, -12], - [87, 57], - [45, -26], - [31, -114], - [-6, -56], - [-44, -86], - [4, -74], - [16, -28], - [-24, -40], - [3, -46], - [-98, 18], - [-148, 82], - [-7, -109], - [29, -44], - [-39, -56], - [-63, 5], - [-83, -94], - [-18, -59], - [-132, -57], - [-34, -37], - [17, -56], - [-49, -70], - [-29, -12], - [-25, -89], - [-33, -26], - [11, -38], - [-27, -87], - [42, 13], - [17, -56], - [-19, -30], - [92, -77], - [15, -44], - [8, -105], - [-4, -62], - [-22, -31], - [20, -49], - [0, -72], - [-23, -56] - ], - [ - [58688, 3297], - [-31, 3], - [-24, -26], - [-26, -83], - [-32, -7], - [-42, -48] - ], - [ - [58533, 3136], - [-23, 16], - [-35, -16], - [-66, 79], - [-12, 47], - [-61, 100], - [-26, 8], - [-50, -34], - [-23, 42], - [-42, 8], - [-12, 38], - [-60, 10], - [-24, -36], - [-57, 46], - [-30, -9], - [-29, 77], - [-25, 23], - [-3, 93], - [14, 74], - [-39, 21], - [-15, 75], - [14, 44], - [-47, 143], - [-36, 51], - [-4, 54], - [15, 49], - [-37, 54], - [9, 35], - [-68, 168], - [15, 80], - [-46, 38], - [7, 71], - [-93, 190], - [-51, 90], - [-73, 46], - [-39, 0], - [-28, -25], - [-87, 47], - [-24, 49], - [-25, -9], - [-51, 59], - [-61, 27], - [-49, 3], - [-80, -44], - [-74, -5], - [-21, 23], - [-53, -31] - ], - [ - [56928, 5005], - [-18, 54], - [-2, 109], - [-28, 63], - [-32, 29], - [20, 63], - [-14, 72], - [80, 32], - [-41, 89], - [0, 50], - [-35, 17], - [52, 78], - [-8, 77], - [14, 74], - [-30, 82], - [-27, 7], - [-25, -51], - [-34, 10], - [-19, 97], - [-4, 97], - [-22, 21], - [-57, -3], - [-41, -39], - [-48, -17], - [-54, 9], - [-2, 100], - [23, 27], - [52, 10], - [-33, 87], - [-64, 15], - [-32, 45], - [9, 38], - [-37, 36], - [29, 49] - ], - [ - [56500, 6432], - [60, 7], - [54, 43], - [105, 10], - [103, -23], - [30, -92], - [100, -3], - [85, -99], - [27, -8], - [34, 38], - [28, -43], - [67, -31], - [77, 4], - [25, -19], - [52, -104], - [29, -23], - [8, -48], - [76, -39], - [98, 9], - [41, -45], - [31, 11], - [54, -27], - [3, -43], - [74, -11], - [27, 28], - [52, -21], - [35, 37], - [48, -1], - [17, -42], - [34, 10], - [16, 37], - [75, -16], - [30, 6], - [104, -75], - [36, -2], - [30, 32], - [-20, 41], - [49, 26], - [63, 11], - [71, -25], - [135, 26], - [49, -29] - ], - [ - [42258, 10320], - [46, -7], - [34, -42], - [105, -26], - [92, -52], - [33, 13], - [55, -35], - [49, 18], - [137, -98], - [125, 10], - [-23, 34], - [81, 79], - [155, -11] - ], - [ - [43147, 10203], - [13, -34], - [-4, -94], - [10, -61], - [4, -153], - [106, 19], - [17, -48], - [76, -125], - [61, -18], - [-32, -135], - [-132, 35], - [-30, -55], - [-92, 9], - [-18, -54], - [-73, -2], - [-6, -48], - [-55, 12], - [-3, 42], - [-54, 9], - [-237, -13], - [-35, -30], - [-81, 14], - [-96, -40], - [28, -60], - [50, -37], - [102, -25], - [112, -96], - [6, -58], - [-28, -37], - [31, -70], - [99, -70], - [-52, -69], - [-45, -28], - [32, -93], - [-6, -129], - [34, 1], - [5, -53], - [41, -1], - [10, 48], - [119, -2], - [-16, 63], - [27, 100], - [53, 2], - [21, 43], - [162, -27], - [-54, -256], - [-12, -3], - [-36, -190], - [88, -26], - [-50, -177], - [-91, -12], - [-73, -65], - [-9, -55] - ], - [ - [43034, 8051], - [-70, 13], - [-2, 44], - [-75, 32], - [-69, -6], - [-21, -81] - ], - [ - [42797, 8053], - [-49, 2], - [-3, 38], - [-57, 29], - [-34, -23], - [-58, -4], - [-51, 30], - [13, 54], - [-98, 14], - [-15, -120], - [-184, 19], - [-15, 37], - [-77, -20], - [-76, -88], - [-38, 18], - [-25, -37], - [-55, 60], - [-60, -47], - [-107, 65], - [-43, -1], - [-31, -59], - [-47, -43], - [-36, 3], - [-58, 41], - [-47, 6], - [-23, -32], - [-61, -13], - [-44, 35], - [-48, -26], - [-63, -10], - [-92, 23], - [-100, 96], - [10, 47], - [-82, 140], - [4, 48] - ], - [ - [41047, 8335], - [2, 58], - [29, 132], - [-47, 99], - [-42, 16], - [25, 65], - [-2, 70], - [-40, 40], - [-54, -9], - [-84, 51], - [-58, 83], - [-5, 46], - [26, 46], - [-39, 82], - [-54, 73], - [83, -4], - [48, 66], - [-11, 68] - ], - [ - [40824, 9317], - [9, -14], - [104, -14], - [37, -38], - [49, 45], - [66, 17], - [10, 50], - [-52, 126], - [-128, 14], - [-68, 116], - [-40, 13], - [-16, 64], - [66, 33], - [34, 88], - [125, -52], - [35, -54], - [71, -56], - [125, -12], - [76, -38], - [52, -44], - [49, 29], - [70, -27], - [49, 32], - [-27, 158], - [-47, 39], - [-62, 95], - [-4, 48], - [30, 69], - [105, 65], - [66, 86], - [108, 28], - [73, 65], - [74, 112], - [37, 7], - [100, -49], - [80, 9], - [63, -49], - [68, -81], - [47, 123] - ], - [ - [43862, 12370], - [82, -60], - [-6, -78], - [-58, 2], - [-42, 69], - [-64, 38], - [88, 29] - ], - [ - [44281, 13199], - [92, -45], - [56, 3], - [73, -33], - [49, -4], - [33, -49], - [-83, -65], - [23, -42], - [-62, -66], - [-45, -13], - [-45, -142], - [28, -57], - [-36, -68], - [65, -183], - [91, -152], - [155, -135], - [98, -45], - [-28, -63], - [-57, -16], - [-132, -7], - [-58, 43], - [-75, -17], - [-43, 39], - [-59, -61], - [-85, 60], - [-135, 17], - [-62, 33], - [22, 48], - [-43, 44], - [57, 39], - [-58, 26], - [-46, 93], - [-74, -16], - [-71, 70], - [-76, -42], - [-98, 37], - [-31, 93], - [22, 120], - [46, 26], - [118, -18], - [-4, 38], - [57, 49], - [14, 118], - [-69, 61], - [36, 49], - [96, 16], - [14, 101], - [47, 40], - [81, 23], - [84, -4], - [118, 57] - ], - [ - [46698, 14666], - [138, -30], - [94, -58], - [-24, -106], - [-137, -112], - [-195, -73], - [-153, -30], - [-323, -109], - [-445, -125], - [-57, 0], - [-45, -61], - [-172, -64], - [-46, -117], - [-61, -49], - [-54, -6], - [-60, -56], - [-75, 25], - [-24, -71], - [-82, 17], - [7, -111], - [-152, -133], - [3, -55], - [-58, -72], - [-87, -26], - [23, -34], - [-105, -88], - [-109, 11], - [-59, 30], - [-74, -3], - [-84, 46], - [-133, -20], - [34, 74], - [-64, 14], - [-73, 48], - [168, 122], - [104, 58], - [43, 101], - [147, 15], - [-104, 69], - [153, 30], - [7, 87], - [-28, 42], - [-97, 46], - [202, 41], - [-14, 49], - [46, 20], - [132, -14], - [-22, 65], - [90, 64], - [128, 31], - [-5, 28], - [102, 39], - [78, -2], - [122, 43], - [141, 16], - [-34, 47], - [29, 44], - [118, 15], - [62, -19], - [196, -19], - [174, 52], - [31, -22], - [141, 75], - [72, -5], - [141, 118], - [127, 34], - [69, 50], - [133, 24] - ], - [ - [45137, 15931], - [75, -25], - [-99, -48], - [-93, 42], - [117, 31] - ], - [ - [43539, 15935], - [66, -76], - [-176, 7], - [110, 69] - ], - [ - [43365, 15986], - [56, -21], - [-89, -50], - [-71, 44], - [104, 27] - ], - [ - [44664, 16038], - [12, -112], - [-174, -4], - [-35, 99], - [197, 17] - ], - [ - [43920, 16053], - [168, -65], - [-169, -31], - [-144, 28], - [125, 32], - [20, 36] - ], - [ - [44848, 16090], - [170, -19], - [-36, -52], - [-151, -85], - [-101, 26], - [-18, 97], - [136, 33] - ], - [ - [44567, 16203], - [52, -57], - [-183, 3], - [32, 49], - [99, 5] - ], - [ - [42874, 16244], - [-7, -52], - [-101, -74], - [-148, -12], - [-182, 20], - [194, 41], - [244, 77] - ], - [ - [45572, 16250], - [77, -49], - [-42, -66], - [-90, -20], - [-72, -68], - [-142, 35], - [-111, -23], - [-75, 28], - [18, 94], - [102, 54], - [96, -18], - [239, 33] - ], - [ - [43515, 16283], - [23, -36], - [149, -60], - [-142, -62], - [-222, -32], - [-26, -48], - [-103, 2], - [-29, -87], - [-193, -18], - [52, 120], - [249, 96], - [-94, 60], - [131, 49], - [205, 16] - ], - [ - [44518, 16342], - [248, -26], - [-49, -39], - [-199, 65] - ], - [ - [44235, 16347], - [140, -38], - [135, 1], - [143, -69], - [155, -30], - [-125, -39], - [-61, 45], - [-346, 66], - [-41, 64] - ], - [ - [45499, 16356], - [24, -46], - [-137, -48], - [-155, 30], - [268, 64] - ], - [ - [46091, 16391], - [160, -24], - [11, -84], - [-172, -92], - [-268, -31], - [-115, 62], - [100, 67], - [160, 34], - [-10, 33], - [134, 35] - ], - [ - [44600, 16467], - [218, -44], - [-192, -40], - [-92, 29], - [66, 55] - ], - [ - [44780, 16533], - [149, -36], - [-97, -38], - [-163, 61], - [111, 13] - ], - [ - [45039, 16655], - [24, -51], - [-199, -8], - [34, 49], - [141, 10] - ], - [ - [42895, 1734], - [-41, 72], - [-34, -20], - [-42, 25], - [49, 191], - [-47, -16], - [-15, 51], - [-56, 43], - [35, 51], - [37, 3], - [13, 70], - [25, 10], - [14, 46], - [-27, 56], - [-20, 4], - [-28, 49], - [-53, 130], - [-10, 41], - [-28, 2], - [-35, 34], - [-59, 91], - [-27, 69], - [5, 47], - [-35, -1], - [-47, 55] - ], - [ - [42469, 2837], - [-48, 47], - [-5, 49], - [40, 75], - [61, 9], - [53, 50], - [37, 66], - [36, -2], - [61, -56], - [5, -23] - ], - [ - [42709, 3052], - [-22, -87], - [79, -43], - [36, -52], - [7, -70], - [-22, -17], - [29, -98], - [37, -34], - [7, 56], - [53, -28], - [70, 6], - [23, -34], - [37, -100], - [43, -8], - [10, -84], - [23, -81], - [42, -100], - [-17, -30], - [-31, -2], - [-18, 34], - [-33, -47], - [56, -50], - [8, -22], - [63, -46], - [9, -65], - [-35, -87], - [-79, -51], - [-34, -31], - [-33, -80], - [-33, 21], - [-36, -35], - [-35, 59], - [-22, -31], - [20, -32], - [-16, -49] - ], - [ - [44746, 6201], - [27, -84], - [46, 14], - [40, -27], - [57, 2], - [46, 31], - [56, -42], - [33, 30] - ], - [ - [45051, 6125], - [54, 11], - [-20, -54], - [5, -38], - [-20, -50], - [36, -28], - [0, -53], - [62, -13], - [-29, -51], - [-53, -7], - [-7, -39], - [-35, -35], - [-29, 19], - [-39, -59], - [40, -49], - [-45, -39], - [-65, 96], - [-40, 30], - [-94, 25], - [-54, -37], - [-26, -67], - [26, -55], - [-6, -49], - [93, -89], - [35, -73], - [28, 0], - [32, 40], - [34, 11], - [41, -27], - [31, 37], - [57, 27], - [29, -8], - [79, 118], - [39, -32], - [9, -34], - [-22, -72], - [-23, -26], - [-6, -55], - [23, -23], - [-9, -65], - [-28, 14], - [-51, -7], - [-21, -67], - [-47, -29], - [-14, -166], - [0, -99], - [18, -99], - [-24, -38], - [-13, -134], - [18, -73] - ], - [ - [45020, 4614], - [11, -57], - [-38, -26], - [2, -93], - [-14, -88], - [-71, -49], - [-29, 36], - [-78, 21], - [-22, -64], - [-65, -52], - [-44, 68], - [-33, -20], - [-33, 72], - [18, 35], - [-21, 60], - [-45, 81], - [3, 70], - [-23, 49], - [-44, 40], - [-38, -104], - [-24, -19], - [-42, 23], - [-13, 74], - [-20, 22], - [-3, 85], - [-32, -13], - [-37, 83], - [-22, 95], - [-43, -12], - [-22, 48], - [-55, 18], - [-31, 33], - [-44, 89], - [-35, 46], - [-45, 101] - ], - [ - [43988, 5266], - [-4, 86], - [16, 107], - [33, 72], - [-22, 91], - [-62, 95], - [66, 22], - [28, 45], - [41, 28], - [20, 81], - [36, 40], - [-1, 33], - [-75, 87] - ], - [ - [44064, 6053], - [58, 63], - [56, 98] - ], - [ - [44178, 6214], - [25, 57], - [81, -44], - [42, 17], - [32, -24], - [65, 46], - [30, 0], - [35, -78], - [42, 2], - [43, 28], - [60, -99], - [27, -11], - [47, 30], - [39, 63] - ], - [ - [41157, 4127], - [33, -13], - [-10, -77], - [41, -20], - [44, 0], - [-23, -77], - [46, -60], - [27, -77], - [-14, -25], - [21, -128], - [22, -29], - [-26, -91] - ], - [ - [41318, 3530], - [-54, -5], - [-62, 69], - [-45, 10], - [-61, -19], - [-54, 57], - [-51, 137], - [-82, -39], - [-25, 5], - [-61, -45], - [-20, 37], - [-34, -14], - [-30, 64], - [-60, 0], - [-38, -36], - [-42, 93], - [17, 41], - [-30, 106], - [9, 30] - ], - [ - [40595, 4021], - [27, -30], - [59, 12], - [31, 53], - [39, 22], - [74, -30], - [37, 42], - [34, 1], - [32, 51], - [52, 26], - [68, -7], - [45, 26], - [64, -60] - ], - [ - [40545, 4949], - [23, -106], - [-42, -32], - [-24, -50], - [29, -53], - [-40, -94], - [22, -38] - ], - [ - [40513, 4576], - [-68, -119], - [-51, -16], - [1, -71] - ], - [ - [40395, 4370], - [-45, 59], - [5, 48], - [-74, 91], - [-91, 5], - [-50, -42], - [-51, -5], - [-33, 33], - [-32, 1], - [-2, -81], - [-52, -47], - [-50, 30], - [-23, 74], - [-17, 10], - [5, 106], - [-20, 53], - [17, 31], - [-57, 108], - [23, 68], - [40, 15], - [36, -46], - [62, -14], - [49, 40], - [64, 94] - ], - [ - [40099, 5001], - [64, 96], - [35, 92], - [49, 56] - ], - [ - [40247, 5245], - [55, -15], - [22, -49], - [52, 7], - [53, -76], - [4, -99], - [112, -64] - ], - [ - [55742, 6451], - [-30, -34], - [5, -58], - [-31, -38], - [43, -27], - [5, -89], - [28, -92], - [-12, -48], - [24, -145], - [6, -116], - [42, -18], - [44, 4], - [39, -72], - [38, -34], - [24, -84], - [-26, -107], - [-19, -31], - [-81, -10], - [-135, -50], - [-20, -50], - [-45, -31], - [-69, -79], - [-45, -21], - [-23, -55], - [-96, -41], - [-26, -41], - [0, -84], - [18, -55], - [30, -30], - [13, -50], - [25, -15], - [-13, -91], - [-39, -67], - [-48, -13], - [-39, -62], - [-83, -11], - [-38, -43], - [-76, -4], - [-36, -43], - [-34, 27], - [-46, -48], - [-53, -97], - [-65, -30], - [-51, -37], - [-31, -47], - [-6, -38], - [-29, -30], - [-46, 8], - [-12, 29], - [-73, 3], - [-62, -68], - [-73, -32], - [-56, 31], - [-45, 3], - [-43, -17], - [-21, -86], - [34, -36], - [-48, -35], - [-9, -106], - [-30, -37], - [64, -49], - [6, -53], - [-90, -59], - [-15, -49], - [-38, -43], - [7, -24] - ], - [ - [54231, 3596], - [-5, -9], - [-4, -3], - [-82, 16], - [-24, 14], - [-39, 90], - [-67, 41], - [-54, -21], - [-38, 40], - [-88, 16], - [-42, 19], - [-45, -32], - [-45, -5], - [-61, -31], - [-35, -3], - [-29, -43], - [-35, -19], - [-39, 20], - [-31, -27], - [-76, 34], - [-16, 38], - [-42, -4], - [-64, 52], - [-26, 45], - [-34, 18], - [6, 59], - [-25, 56], - [8, 41], - [-37, 177], - [-80, 25], - [-56, 5], - [-76, 64], - [-81, 51], - [-98, 1], - [-42, 53], - [-90, 38], - [-57, 61] - ], - [ - [52582, 4473], - [0, 26], - [-65, 37], - [0, 65], - [32, 43], - [22, 59], - [14, 106], - [38, -3] - ], - [ - [52623, 4806], - [41, 86], - [25, -4], - [56, 41], - [2, 42], - [44, -6], - [32, 35], - [33, -143], - [60, -53], - [12, -32], - [105, -89], - [43, -59], - [7, -37], - [69, -69], - [21, 17], - [82, -19], - [54, -119], - [53, -33], - [18, -66], - [-4, -45], - [24, -59], - [44, 5], - [46, -32], - [-3, -88], - [22, -10], - [56, 50], - [77, 28], - [15, 88], - [126, 96], - [132, 203], - [83, 132], - [197, 155], - [102, 132], - [77, 298], - [7, 193], - [26, 76], - [0, 158], - [11, 69], - [-15, 13], - [-5, 81], - [11, 22], - [36, 163], - [45, 31], - [-42, 40], - [-12, 54], - [-52, 49], - [31, 75], - [69, 59], - [75, 24], - [38, -10], - [33, 35], - [24, 75], - [72, -16], - [36, -35], - [32, 12], - [74, -22], - [35, 39], - [15, 57], - [28, 30], - [50, -81], - [53, 7], - [65, -37], - [32, 43], - [39, -90], - [68, -36], - [76, 11], - [78, -50], - [33, 59], - [57, -11], - [58, 17], - [53, 107], - [6, 57], - [104, 2], - [34, 44], - [55, 3], - [4, -48], - [-69, -69] - ], - [ - [42552, 514], - [-37, 34], - [-43, -6], - [-32, 66], - [-17, 2] - ], - [ - [42423, 610], - [23, 88], - [-5, 56], - [22, 57], - [2, 50], - [-22, 41], - [-50, 52] - ], - [ - [42393, 954], - [6, 44] - ], - [ - [42399, 998], - [30, 17], - [7, 82], - [55, -30], - [23, 67] - ], - [ - [42514, 1134], - [40, -30], - [22, 13], - [54, -39], - [49, 60], - [30, -62], - [-2, -52], - [-43, -119], - [21, -84], - [-4, -56], - [18, -62], - [-16, -29], - [-41, 5], - [-20, -26], - [17, -36], - [-35, -16], - [-3, -31], - [-49, -56] - ], - [ - [45616, 6135], - [32, -53], - [8, -43], - [56, -71], - [1, -115], - [-93, -80], - [36, -62], - [-56, -54], - [45, -135], - [43, 24], - [22, -25], - [46, -3], - [70, 24], - [27, -70], - [-32, -38], - [-2, -41], - [51, -70] - ], - [ - [45870, 5323], - [-40, -2], - [-20, -38], - [-39, 5], - [-75, -77], - [-22, 45], - [-47, 9], - [-26, -45], - [-40, 34], - [-30, -14], - [-22, 36], - [-35, -40], - [-47, -14], - [36, -56], - [-57, -81], - [48, -20], - [73, 3], - [-14, -47], - [-34, 19], - [-27, -47], - [4, -40], - [53, -29], - [39, 11], - [24, -37], - [59, -18], - [5, -46], - [-46, 2], - [-44, -20], - [-38, 30], - [-42, -1], - [-77, -110], - [3, -59], - [43, -115], - [-66, -70], - [-43, -8], - [-31, -45], - [-40, -17] - ], - [ - [45255, 4421], - [-17, 34], - [13, 49], - [26, 32], - [-2, 48], - [-26, 18], - [-113, 24], - [-37, -20], - [-4, -59], - [-48, 67], - [-27, 0] - ], - [ - [45051, 6125], - [45, 95], - [67, -20], - [18, -36], - [65, 1], - [65, 17], - [31, -23], - [106, 6], - [-13, 39], - [25, 25], - [90, -27], - [66, -67] - ], - [ - [2, 11379], - [30, -27], - [71, 2], - [34, -47], - [81, -22], - [27, -86], - [129, -50], - [20, -62], - [53, 16], - [58, -28], - [112, -79], - [-14, -30], - [59, -36], - [92, -7], - [-59, -56], - [27, -41], - [94, -31], - [-50, 71], - [34, 27], - [94, -58], - [16, -90], - [72, -34], - [-22, -126], - [29, -47], - [9, -68], - [-51, -38], - [101, -57], - [-3, -94], - [93, 61], - [-32, 43], - [41, 53], - [-24, 122], - [-20, 42], - [103, 8], - [38, -52], - [148, -34], - [48, 18], - [131, 1], - [-3, -34], - [65, -45], - [-5, -29], - [87, -67], - [72, -72], - [60, -25], - [26, -43], - [73, -19], - [0, -31], - [-94, -18], - [-68, -59], - [7, -77], - [-24, -29], - [-122, -30], - [-122, -2], - [-113, 63], - [66, -112], - [-14, -78], - [24, -67], - [-29, -35], - [-91, -53], - [-16, -76], - [79, -45], - [-1, -54], - [-57, -4], - [-40, -56], - [-45, -5], - [-36, 30], - [-52, 1], - [-62, 34], - [-19, 57], - [-106, 66], - [8, 54], - [-83, -31], - [-55, 6], - [-14, 29], - [-87, 59], - [24, 66], - [-30, 43], - [-8, 66], - [-161, 64], - [-36, 26], - [-66, -63], - [-81, -15], - [-128, 8], - [-2, 112], - [-74, 62], - [76, 134], - [-91, -27], - [-57, 3], - [-108, -28], - [0, -66], - [21, -65], - [71, -61], - [-25, -31], - [-19, -129], - [-86, -76], - [0, 402], - [0, 602], - [0, 204], - [2, 402] - ], - [ - [65687, 11806], - [95, -29], - [76, -39], - [-46, -123], - [-51, 0], - [-142, 52], - [-10, 26], - [-60, 26], - [70, 78], - [68, 9] - ], - [ - [66795, 8446], - [3, 1] - ], - [ - [66798, 8447], - [1, 0] - ], - [ - [66799, 8447], - [-12, 58], - [-23, 47], - [-35, 4], - [8, 99], - [-10, 31], - [-69, 38], - [-112, -38], - [-59, -39], - [-57, 33], - [-67, -18], - [-32, 27], - [-134, -74], - [-37, 30], - [-25, -36], - [-55, -18], - [-73, 31], - [-36, -12], - [-39, 148], - [-54, 16], - [-22, 39], - [-88, 65], - [-29, -7], - [-95, 61], - [50, 44], - [23, 55], - [144, 136], - [-47, 118], - [-63, 13], - [-27, 31], - [-15, 71], - [-37, 8], - [-19, 50], - [-94, -24], - [-60, 23], - [-3, 39], - [-49, 35], - [-29, 49], - [-33, -31], - [-84, -17], - [-31, 33], - [-102, 16], - [-22, 51], - [-69, 3], - [-33, 37], - [-39, -24], - [-69, 15], - [-66, 40], - [-74, -15], - [-50, 25], - [-56, -100] - ], - [ - [64690, 9613], - [-83, -3], - [-40, 39], - [-89, 14], - [-38, 24], - [-42, 80], - [-71, 33], - [-126, 21], - [-78, 84], - [-18, 49], - [-188, 71], - [-31, 31], - [2, 99], - [50, 87], - [-51, 2], - [-75, 45] - ], - [ - [63812, 10289], - [-22, 44], - [101, 139], - [-33, 46], - [1, 64], - [-90, 29], - [-77, 62], - [-16, 81], - [5, 93], - [80, 12], - [-25, 54], - [44, 84], - [35, 20], - [69, -3], - [73, 51], - [75, -20], - [47, 41], - [140, -11], - [127, 61], - [187, -55], - [23, 111], - [29, 48], - [-24, 36], - [42, 38], - [-63, 59], - [13, 61], - [36, 19], - [-82, 95], - [23, 108] - ], - [ - [64530, 11656], - [91, -8], - [69, 28], - [114, -7], - [33, 28], - [103, -71], - [234, -4], - [78, -27], - [140, -12], - [148, 120], - [59, -11], - [-18, -41], - [58, -37], - [-10, -71], - [24, -71], - [70, -3], - [73, -46], - [44, -3], - [14, -89], - [39, -39], - [90, 11], - [140, 73], - [33, 39], - [-14, 82], - [-68, 135], - [-71, -6], - [15, 48], - [55, 43], - [0, 113], - [137, -14], - [283, -56], - [82, -61], - [89, 44], - [59, 10], - [76, -18], - [136, -4], - [112, -5], - [34, -23], - [98, -15], - [134, -55], - [71, -6], - [26, -29], - [165, -28], - [42, -20], - [4, -55], - [102, -5], - [70, -64], - [0, -37], - [54, -14], - [3, -8], - [0, -38], - [0, -556], - [0, 0], - [0, -621], - [0, -392], - [-30, -15], - [-63, -80], - [-70, -14], - [-65, -53], - [-85, 2], - [-123, 24], - [-37, 65], - [-76, -40], - [-77, 40], - [-69, -37], - [72, -60], - [16, -32], - [59, 68], - [78, 14], - [-18, -94], - [14, -40], - [93, -85], - [71, 47], - [64, -154], - [18, -100], - [-30, -29], - [29, -95], - [32, -42], - [67, -37], - [29, -59], - [-35, -25], - [16, -50], - [41, -22], - [9, -56], - [-50, -85], - [-46, -25], - [12, -40], - [-118, 39], - [-87, 47], - [-155, 9], - [-69, -16], - [-74, -43], - [-47, -50], - [-58, -17], - [-127, -64], - [-7, -28], - [-79, -41], - [4, 5], - [-24, -7], - [-26, -39], - [-23, -6], - [-6, 6], - [-5, 0] - ], - [ - [67850, 12424], - [0, -228], - [-73, -42], - [-104, -6], - [-46, -25], - [-35, 113], - [51, 57], - [60, 29], - [48, 50], - [99, 52] - ], - [ - [182, 12447], - [58, -4], - [126, -48], - [112, -105], - [-48, -56], - [-49, -20], - [-208, -46], - [-173, 31], - [0, 56], - [0, 113], - [0, 56], - [182, 23] - ], - [ - [43053, 5994], - [-39, -58], - [-11, -44], - [-43, -57], - [-17, -72], - [44, -49], - [-53, -77], - [-9, -49], - [-70, -6], - [-19, -44] - ], - [ - [42836, 5538], - [-42, -3], - [-35, -34], - [-74, 54] - ], - [ - [42685, 5555], - [-12, 52], - [-57, 66] - ], - [ - [42616, 5673], - [-4, 69], - [29, 24], - [28, 83], - [-71, 53], - [-8, 40], - [27, 44], - [6, 84] - ], - [ - [42623, 6070], - [72, 58], - [36, -12], - [18, 28], - [101, 60], - [24, -60], - [75, -26], - [21, -65], - [83, -59] - ], - [ - [39469, 7766], - [8, 23], - [34, 20], - [10, -3], - [25, -9], - [35, -21], - [43, -18], - [28, -5], - [-3, -9], - [-4, -23], - [33, -26], - [-5, -41], - [23, -28], - [26, -17], - [-7, -28], - [-23, -3], - [-14, -19], - [-8, -13], - [-55, 5], - [-24, 21], - [-10, 17], - [-30, 41], - [-33, 14] - ], - [ - [39518, 7644], - [67, 0], - [30, 50], - [-42, 11], - [-8, 55], - [-72, 20], - [-24, -14] - ], - [ - [42764, 1486], - [-12, -121], - [30, -41], - [22, -93], - [27, -34], - [29, -76], - [34, -61], - [-1, -68], - [-20, -98], - [9, -49], - [-11, -104], - [45, -56], - [2, -80], - [33, -82], - [34, -59], - [57, -176], - [24, -33], - [-16, -83], - [-42, -51], - [-27, -5], - [-32, -111], - [-65, -5], - [-51, 48], - [-7, 48], - [-24, 60], - [-17, -13], - [-21, 72], - [-26, 50], - [-42, 8], - [-59, 53], - [-86, 50], - [-31, 39], - [21, 29], - [11, 70] - ], - [ - [42514, 1134], - [2, 54], - [-42, 3], - [-25, 39], - [40, 19], - [12, 36], - [-26, 28], - [-10, 47], - [36, 30], - [27, 72], - [-11, 44], - [23, 44] - ], - [ - [42540, 1550], - [22, 11], - [105, -27], - [32, -41], - [37, -24], - [28, 17] - ], - [ - [50344, 4667], - [38, -36], - [60, -33], - [53, 48], - [47, -55], - [44, 2], - [4, -96] - ], - [ - [50590, 4497], - [-28, -46], - [-41, -14], - [-26, -93], - [37, -36], - [-34, -94], - [89, -82], - [36, 18], - [18, 71], - [18, 13] - ], - [ - [50659, 4234], - [39, -61], - [-11, -43], - [19, -94], - [31, -57], - [31, -22], - [33, -58], - [3, -31], - [58, -77], - [-13, -35], - [-39, 0], - [-35, -26], - [39, -103], - [-1, -46] - ], - [ - [50813, 3581], - [15, -97], - [-45, -21], - [-65, -65], - [-54, -14], - [-31, 22], - [-39, -16], - [-41, 4], - [-44, -125], - [-55, -6], - [-49, -35], - [-24, 6], - [-8, 48], - [-42, 15], - [-27, 40], - [-20, 80], - [-34, 35], - [-36, 3], - [-84, -63], - [-9, 27], - [-97, 5], - [-39, 26], - [-20, 101], - [-23, 19], - [3, 56], - [-31, 16], - [-67, 63], - [-29, -10], - [-20, 126], - [-32, 47] - ], - [ - [42423, 610], - [-40, 21], - [-15, -47], - [-23, 47] - ], - [ - [42345, 631], - [45, 29], - [13, 28], - [-10, 65], - [-50, 65], - [-1, 58], - [-14, 22], - [2, 53], - [42, -17], - [21, 20] - ], - [ - [56370, 6973], - [-85, -20], - [-36, 21], - [-28, 45], - [-97, 35], - [-60, -38], - [20, -76], - [-31, -30], - [-21, -91], - [-33, 1], - [31, -92], - [-15, -40], - [22, -75], - [57, -7], - [19, -27], - [-28, -40], - [16, -35], - [-15, -75], - [-34, -18], - [-26, 46], - [-54, -70], - [-97, -1], - [-40, 34], - [-21, -18], - [-72, 49] - ], - [ - [52623, 4806], - [-104, 92], - [-85, -23], - [-3, 46], - [-37, 8], - [-13, 51], - [-78, 9], - [-57, 94], - [-30, -1], - [-44, 59], - [-30, -33] - ], - [ - [52142, 5108], - [-43, 13], - [-36, 53], - [-49, 101], - [-74, 68], - [21, 73], - [36, 8], - [23, 53], - [67, -14], - [41, 99], - [4, 63], - [-14, 33], - [17, 67], - [-10, 37], - [48, 27], - [-18, 39], - [4, 74], - [-13, 73], - [34, 39], - [8, 56], - [31, 35], - [34, -19], - [44, 64], - [-3, 69], - [67, 11], - [3, 58], - [-29, 14], - [8, 86], - [-55, 5], - [22, 67], - [-52, 34], - [109, 308], - [160, -7], - [55, -21], - [70, 25], - [12, 64], - [26, 48], - [69, 7], - [24, -104], - [38, -9], - [20, -72], - [-4, -37], - [60, -51], - [40, 31], - [-30, 74], - [0, 84], - [49, -3], - [33, 69], - [-14, 28], - [74, 54], - [28, 72], - [102, 53], - [64, 82], - [-5, 56], - [-28, 64], - [15, 50], - [66, 16], - [26, 41], - [43, -5], - [32, -93], - [34, -47], - [77, -24], - [5, -62], - [55, 12], - [16, -60], - [64, 5], - [41, 41], - [-20, 56], - [64, 67], - [43, 26], - [-4, 53], - [-83, 126], - [-19, 55], - [60, 76], - [83, -4], - [-17, 34], - [5, 137], - [-64, 8], - [-53, 33], - [-63, 97], - [18, 45], - [-3, 112], - [29, 49], - [57, 34], - [-22, 56], - [66, 37], - [61, 62], - [71, 40], - [-11, 53], - [89, 87], - [14, 69], - [-13, 25], - [72, 95], - [11, 45], - [-48, 14], - [-4, 40], - [-62, 79], - [-5, 50], - [42, 12], - [9, 46], - [56, 65], - [-41, 66], - [24, 32], - [20, 94], - [-12, 56], - [79, -29], - [21, 24], - [57, -32], - [21, 37], - [108, 12], - [39, 34], - [-37, 65], - [-29, 13] - ], - [ - [54293, 9434], - [47, 0], - [38, -44], - [16, -52], - [44, -22], - [-14, -74], - [-76, -5], - [-31, -81], - [83, -2], - [87, -19], - [39, -75], - [24, 7], - [13, -165], - [34, -65], - [-32, -30], - [-36, -70], - [24, -64], - [82, 4], - [22, -98], - [-14, -55], - [-36, -19], - [-31, -65], - [10, -45], - [43, -70], - [-8, -91], - [38, -15], - [48, -59], - [53, -11], - [-9, -59], - [-44, -65], - [-1, -48], - [-65, -87], - [-49, -150], - [14, -32], - [-22, -65], - [-37, -61], - [1, -53], - [-32, -42], - [-10, -67], - [35, -19], - [29, -56], - [58, -58], - [54, -8], - [75, 41], - [25, 67], - [73, -1], - [27, -18], - [33, 27], - [40, -23], - [72, 37], - [51, 78], - [4, -74], - [67, 3], - [-1, -35], - [-43, -36], - [-3, -76], - [34, -32], - [22, 53], - [150, 101], - [-6, 64], - [34, 55], - [41, 26], - [26, 50], - [37, 8], - [16, 48], - [58, 38], - [-5, 43], - [33, 52], - [37, -2], - [29, 37], - [34, 85], - [33, -12], - [51, 32], - [110, -58], - [45, -12], - [72, -64], - [35, -76], - [40, 11], - [-27, -90], - [3, -118], - [23, -19], - [123, -18], - [20, 65], - [38, 3], - [26, -52], - [70, -27], - [17, -49], - [-26, -39], - [11, -117], - [13, -46], - [-10, -85], - [58, -44], - [3, -107] - ], - [ - [42167, 6655], - [10, -56], - [-43, -27], - [-11, -54], - [36, -22], - [-33, -73], - [-102, -19], - [-32, -28], - [23, -60], - [-2, -61], - [-55, -28] - ], - [ - [41958, 6227], - [-64, 21], - [-42, -47], - [-24, 11], - [-6, 53], - [-55, -19], - [-143, 22], - [-24, 37], - [-77, -35], - [-17, -41], - [-41, 22], - [-23, 124], - [-33, 17], - [-51, -19] - ], - [ - [41358, 6373], - [39, 121], - [84, 65], - [77, 28] - ], - [ - [41558, 6587], - [124, 41], - [85, 35], - [8, 52], - [30, 40], - [61, -51], - [104, 27], - [23, -25], - [14, -75], - [111, 64], - [49, -40] - ], - [ - [42298, 1034], - [18, -55], - [0, -93], - [-57, -8], - [-10, -61], - [-44, 26], - [-15, -55], - [-43, -89], - [-39, -7] - ], - [ - [42108, 692], - [-42, 16], - [-57, 96], - [-64, 6] - ], - [ - [41945, 810], - [-6, 72], - [12, 73], - [51, 52], - [5, 35] - ], - [ - [42007, 1042], - [101, 42], - [11, -45], - [37, 17], - [40, -18], - [36, 75], - [63, -33], - [3, -46] - ], - [ - [37956, 5771], - [13, -29], - [109, -71], - [84, 1], - [71, -61], - [6, -46], - [-28, -27], - [-8, -50], - [10, -99], - [-241, -16], - [-176, 21], - [-141, 26], - [88, 75], - [-28, 15], - [-27, 58], - [2, 68], - [144, -12], - [65, -17], - [25, 14], - [-7, 111], - [39, 39] - ], - [ - [42895, 1734], - [-15, -138], - [-75, -129], - [-41, 19] - ], - [ - [42540, 1550], - [-47, 81], - [-96, 68], - [-9, 20], - [-74, 27], - [-25, 24], - [-42, 83], - [-20, 60], - [-60, 35], - [-45, 7], - [-24, 36], - [-88, 57], - [-16, -47], - [-47, -40], - [-44, -8], - [3, 59], - [-30, -8], - [0, -62], - [-87, 26] - ], - [ - [41789, 1968], - [-12, 59], - [23, 24], - [38, 4], - [-3, 37], - [51, 19], - [-27, 89], - [67, -42], - [56, -54], - [36, 23], - [30, -24], - [46, -66], - [44, -15], - [53, 87], - [19, 80], - [-22, 12], - [50, 102], - [33, 28], - [19, 184], - [-2, 40], - [-63, -13], - [-40, -42], - [-18, 66] - ], - [ - [42167, 2566], - [-2, 68], - [26, 43], - [38, 26], - [19, 46], - [46, -19], - [27, 55], - [-37, 28], - [10, 48], - [44, -6], - [-6, -41], - [71, 3], - [14, 35], - [52, -15] - ], - [ - [40943, 5581], - [-10, -88], - [-33, -11], - [-31, -40], - [24, -28], - [-5, -44], - [-82, -17], - [-55, -41], - [5, -38], - [-49, -73], - [-11, -58], - [14, -49] - ], - [ - [40710, 5094], - [-36, -47], - [-39, -1], - [-14, -42], - [-76, -55] - ], - [ - [40247, 5245], - [39, 124], - [-17, 16], - [8, 61], - [59, 25], - [47, -31], - [43, 5], - [12, 48], - [80, 65], - [-5, 61], - [42, 24], - [38, 75], - [0, 27] - ], - [ - [40593, 5745], - [40, -10], - [35, 24], - [106, -43], - [21, 50], - [36, -22], - [63, -3], - [33, -59], - [16, -101] - ], - [ - [65208, 5800], - [49, -40], - [9, -60], - [29, -64], - [38, -40], - [-15, -47], - [-74, 87], - [-17, 66], - [-31, 53], - [12, 45] - ], - [ - [64946, 7387], - [27, -84], - [-18, -65], - [-85, -23], - [-116, -96], - [66, 181], - [81, 43], - [45, 44] - ], - [ - [66795, 8446], - [-4, -1], - [2, 3], - [5, -1] - ], - [ - [64542, 8383], - [0, 36], - [-31, 53], - [50, 39], - [-53, 38], - [-9, 30], - [101, 48], - [8, 72], - [-22, 45], - [28, 40], - [-73, 81], - [-27, 7], - [11, 79], - [48, 14], - [40, 36], - [-15, 79], - [61, 54], - [-2, 32], - [-51, 60], - [34, 57], - [-24, 85], - [28, 36], - [98, 74], - [-51, 83], - [-1, 52] - ], - [ - [66799, 8447], - [-2, 10], - [-9, -3], - [-1, -9], - [-11, -6], - [-39, 11], - [-19, -54], - [-33, -11], - [-62, 23], - [-6, -81], - [-52, -54], - [-54, 30], - [-27, -22], - [40, -55], - [-85, -45], - [-20, -68], - [-25, -1], - [-33, -54], - [-69, -14], - [-73, -94], - [-131, -81], - [7, -39], - [-33, -29], - [-16, -113], - [-26, -17], - [-66, 67], - [-30, 72], - [-6, 49], - [-60, 42], - [-8, 35], - [-50, -10], - [-108, 18], - [-66, -7], - [-229, -114], - [-49, -88], - [-58, -66], - [-24, -46], - [-35, -5], - [20, 136], - [20, 26], - [-8, 114], - [-49, -21], - [-44, -62], - [-116, -80], - [13, -32], - [-24, -55], - [-47, -33], - [-15, 61], - [-54, 68], - [-59, -57], - [-57, 19], - [-34, -55], - [-41, -4], - [-16, -34], - [3, -66], - [-37, -19], - [26, -110], - [-51, -20], - [-33, -58], - [5, -56], - [-90, -116], - [-60, -130], - [-30, -149], - [30, -68], - [75, -38], - [-7, 49], - [41, 29], - [63, -50], - [30, 0], - [18, -42], - [-39, -96], - [-59, -55], - [-1, -65], - [14, -62], - [-14, -108], - [26, -35], - [60, 20], - [3, -124], - [20, -45], - [1, -58], - [-34, -21], - [-25, -51], - [-45, 24], - [-34, 66], - [51, 80], - [-32, 24], - [-55, -39], - [31, -51], - [-75, -48], - [-51, -123], - [-34, -114], - [5, -144], - [18, -60], - [53, -89], - [-5, -39], - [-78, -103], - [-80, -8], - [-18, 40], - [-40, 2], - [-75, -49], - [-115, -141], - [-18, -89], - [-6, -97], - [20, -40], - [-20, -71], - [36, -76], - [-3, -49], - [-67, 62], - [-36, -8], - [-73, -49], - [-72, -91], - [-26, 73], - [-29, -56], - [42, -34], - [-29, -43], - [-1, -120], - [17, -25], - [-51, -117], - [-5, -57], - [-45, -70], - [-25, -61], - [-53, -47], - [-73, -130], - [-67, -76], - [-62, 107], - [-11, 83], - [2, 115], - [-7, 153], - [-23, 134], - [-38, 162], - [-16, 206], - [-29, 252], - [-40, 253], - [-25, 245], - [3, 108], - [15, 208], - [16, 58], - [40, 206], - [26, 73], - [63, 56], - [30, 65], - [20, -11], - [59, 154], - [-29, 148], - [97, -10], - [31, 21], - [28, 78], - [43, -14], - [79, 38], - [65, 78], - [68, 58], - [133, 190], - [-1, 50], - [26, 59], - [103, 108], - [14, 62], - [69, 25], - [79, 98], - [39, 75], - [67, 51], - [13, 70], - [57, 82], - [107, 43], - [23, 47], - [95, 27], - [53, 28], - [-24, 40], - [12, 54], - [57, 42], - [21, 53], - [-52, 52], - [23, 74], - [27, 5], - [26, 251], - [109, 75], - [43, -22], - [41, 23], - [-87, 47], - [-20, 44], - [-106, -12], - [-151, -57], - [-3, -82], - [-25, -41], - [7, -83], - [-26, -94], - [65, -32], - [-69, -69], - [-25, 71], - [-75, -17] - ], - [ - [41945, 810], - [-24, 29], - [-73, -24], - [-86, 16], - [-30, 48], - [-17, -8], - [-72, 37], - [-44, 44] - ], - [ - [41599, 952], - [1, 82], - [18, 74], - [25, 27], - [13, 57], - [68, -28], - [33, -42], - [32, 45], - [17, 79], - [-22, 42], - [32, 37] - ], - [ - [41816, 1325], - [31, 10], - [30, -59], - [50, -8], - [30, -65], - [-30, -39], - [23, -55], - [29, 23], - [28, -90] - ], - [ - [40112, 10400], - [1, 0], - [58, -16], - [63, -42], - [88, -92], - [31, 3], - [81, -66], - [55, -75], - [-12, -148], - [-63, -60], - [68, -124], - [-1, -39], - [31, -61], - [-23, -56], - [32, -33], - [-40, -32], - [69, -75], - [53, -26], - [34, 37], - [113, -97], - [8, -56], - [66, -25] - ], - [ - [41047, 8335], - [-74, -10], - [-61, 43], - [-35, -34], - [-49, 6], - [-31, -60], - [-149, -88] - ], - [ - [40648, 8192], - [-34, -13], - [-138, 73], - [-47, -41], - [-138, 12], - [-58, -33], - [35, -40], - [47, 2], - [-29, -64], - [-58, 27], - [-54, -73], - [-70, -77], - [-28, 2], - [-390, 161], - [-175, 59], - [-60, 61] - ], - [ - [39451, 8248], - [81, 96], - [22, 46], - [257, 337], - [65, 167], - [-60, 91], - [-7, 39], - [-86, 73], - [-49, 22], - [-98, 120], - [48, 26], - [54, 94], - [-7, 85], - [-82, 61], - [-6, 77], - [23, 25], - [-18, 57], - [-56, -1], - [-20, 35], - [-3, 75], - [38, 33], - [-32, 36], - [21, 44], - [-7, 120], - [74, 44], - [-39, 161], - [-47, 67], - [-48, 121] - ], - [ - [39469, 10399], - [237, 25], - [129, 1], - [41, -10], - [52, -100], - [82, -3], - [54, 93], - [48, -5] - ], - [ - [50630, 5826], - [-30, -43], - [14, -130], - [41, -71], - [-38, -92], - [5, -132], - [49, 47], - [22, -43], - [37, 10], - [7, -59], - [-26, -39], - [30, -126], - [-36, -11], - [-41, -81], - [12, -74], - [32, -92], - [-26, -45], - [53, -77], - [-33, -76], - [11, -34], - [-29, -47], - [-38, -29], - [-3, -47], - [-53, -38] - ], - [ - [49961, 5408], - [-21, 66], - [-4, 72], - [24, 24], - [-38, 76], - [10, 50], - [-21, 169], - [-30, 51], - [-38, 153] - ], - [ - [49843, 6069], - [53, 42], - [41, 2], - [57, 30], - [51, 4], - [67, 91], - [51, 32], - [7, 44], - [44, -27], - [34, 26], - [39, -34], - [62, 13], - [6, 32], - [76, 1], - [9, -47], - [186, 141] - ], - [ - [50626, 6419], - [11, -94], - [-10, -58], - [19, -59], - [40, -26], - [55, -68], - [5, -47], - [33, -96], - [-44, -39], - [-43, -13], - [-62, -93] - ], - [ - [59778, 5700], - [-20, -83], - [-72, 14], - [62, 64], - [30, 5] - ], - [ - [59867, 5728], - [61, -47], - [47, -15], - [-41, -47], - [1, -51], - [-64, -63], - [-33, 90], - [-35, 19], - [64, 114] - ], - [ - [61214, 8537], - [47, 5], - [85, -55], - [64, 35], - [78, -41], - [84, -134], - [-4, -48], - [34, -117], - [-21, -97], - [-38, -17], - [-1, -96], - [-57, 33], - [-95, -76], - [-24, -47], - [21, -61], - [43, -46], - [101, 18], - [19, -44], - [38, -9], - [-5, -43], - [53, -17], - [38, -34], - [9, -91], - [-16, -94], - [-44, -19] - ], - [ - [61623, 7442], - [-98, 38], - [-25, -25], - [-1, -52], - [-48, -54], - [-41, 41], - [22, 43], - [-70, 30], - [-68, -4], - [-43, -18], - [-108, 1], - [-73, 13], - [-52, -7], - [-51, -27], - [-51, 15], - [-148, -68], - [-87, -100], - [-53, -108], - [-69, -72], - [-52, -26], - [-50, -58], - [-42, -122], - [-11, -66], - [-37, -34], - [-57, -25], - [-38, -88], - [-34, -8], - [-37, -67], - [-43, -11], - [-46, -52], - [-8, -48], - [-55, -31], - [-8, -42], - [-50, -60], - [-36, -71], - [-12, -62], - [-24, -6], - [-38, -95], - [-25, -7], - [-148, -173], - [-72, -52], - [-54, -114], - [-82, -72], - [-33, -13], - [-54, -69], - [5, -72], - [129, -70], - [47, 18], - [60, -10], - [57, 20], - [11, -25], - [-22, -60], - [10, -79], - [-5, -71], - [-17, -22], - [4, -89], - [91, 23], - [-15, 131], - [57, 54], - [39, -24], - [-20, -40], - [-35, -6], - [63, -105], - [-32, -82], - [-32, -5], - [-3, -52], - [120, 20], - [66, 62], - [13, 69], - [40, 38], - [-3, -79], - [-29, -45], - [25, -47], - [22, 55], - [20, 111], - [-8, 133], - [83, -48], - [29, -5], - [87, 47], - [2, -36], - [77, -61], - [24, -40], - [-14, -34], - [56, -94], - [74, -60], - [-6, -30], - [53, -44], - [42, -9], - [5, -53], - [-56, -72], - [-35, -23], - [45, -37], - [13, -104], - [-28, -74], - [26, -47], - [49, -55], - [-32, -25], - [14, -60], - [-47, -51], - [-10, -57], - [-29, -10], - [-12, -58], - [-24, -23], - [8, -50], - [-27, -8], - [1, -120], - [-34, -68], - [-15, -128], - [15, -76], - [1, -83], - [30, -43], - [-34, -27], - [-16, -49], - [24, -36], - [4, -91], - [-40, -130], - [-5, -81], - [10, -54], - [-23, -31], - [-12, -69], - [-2, -96], - [-83, -114], - [-35, -79], - [-51, -69], - [-39, -133], - [-1, -29] - ], - [ - [60133, 2540], - [-44, 35], - [-41, -1], - [-5, 102], - [36, 27], - [-9, 63], - [-26, 34], - [1, 56], - [-19, 43], - [-8, 57], - [-30, 13], - [-18, -47], - [-51, -21], - [-29, -35], - [-55, -1], - [-27, -38], - [14, -44], - [30, -21], - [7, -62], - [33, -34], - [30, 7], - [21, -23], - [7, -70], - [-53, -67], - [-19, 11], - [-54, -64], - [-64, 45], - [-26, -89], - [10, -33], - [-74, -85], - [-50, -12], - [-53, 41], - [-39, -13], - [-22, 51], - [-31, 7], - [-38, 41], - [-7, 40], - [-44, 14], - [-19, -33], - [-57, -2], - [-15, -70], - [-19, -23], - [-1, -63], - [-16, -20], - [-75, -20] - ], - [ - [59184, 2236], - [0, 65], - [22, 109], - [16, 38], - [-14, 32], - [35, 72], - [30, 3], - [34, 58], - [19, 69], - [-35, 63], - [-7, 48], - [23, 58], - [-18, 81], - [-53, 4] - ], - [ - [59236, 2936], - [42, 43], - [45, -19], - [25, 67], - [-72, 17], - [-36, 45], - [-29, -41], - [-81, 19], - [-63, 40], - [-30, 47], - [-18, 115], - [-67, 23], - [-9, 33], - [-67, -1], - [-2, 38], - [-43, 32], - [-20, -13], - [-13, -67], - [-41, 19], - [-51, -47], - [-18, 11] - ], - [ - [58612, 5939], - [-17, 90], - [15, 63], - [34, 73], - [5, 72], - [31, 34], - [60, -20], - [10, 98], - [30, 39], - [-68, 125], - [-47, 34], - [13, 62], - [38, -27], - [55, 127], - [57, 60], - [-59, 72], - [-48, 85], - [31, 45], - [60, -61], - [39, 87], - [-12, 100], - [48, -6], - [25, 53], - [-10, 29], - [19, 71], - [42, 10], - [3, 77], - [36, 34], - [93, 28], - [22, -14], - [65, 15], - [46, -26], - [171, -40], - [95, 160], - [47, 1], - [40, -35], - [131, -39], - [35, 36], - [40, 7], - [52, 54], - [4, 40], - [31, 34], - [89, -8], - [33, 83], - [-15, 20], - [3, 114], - [28, 56], - [-11, 31], - [36, 95], - [-57, 72], - [44, 92], - [53, 57], - [107, 80], - [62, 27], - [65, 118], - [1, 69], - [47, 4], - [27, 153], - [24, 35], - [38, 2], - [45, 36], - [34, -46], - [39, 7], - [45, -94], - [70, -76], - [57, 26], - [12, -51], - [49, -18], - [24, 28], - [47, -14], - [47, 34], - [82, -21], - [67, 5], - [20, -97], - [91, 49], - [37, 83] - ], - [ - [50973, 4489], - [-52, -20], - [-41, -91], - [19, -61], - [-34, -20], - [-49, -72], - [-34, 23], - [-51, -14], - [-72, 0] - ], - [ - [50630, 5826], - [60, -56], - [3, -43], - [44, -79], - [66, 23], - [20, -18], - [46, 34], - [43, 8], - [58, -37], - [4, -59], - [86, -33], - [-11, -67], - [57, -57], - [9, -62], - [48, -115], - [1, -37], - [-26, -61], - [27, -124], - [51, -28], - [19, -65], - [-35, -53], - [-58, -33], - [9, -86], - [-29, -49], - [-39, -36], - [-64, -83], - [-46, -121] - ], - [ - [49854, 8593], - [-1, -78], - [48, -82], - [120, -42], - [48, -45], - [49, -11], - [9, -33], - [-59, -31], - [2, -55], - [-207, -124], - [-59, -46] - ], - [ - [49804, 8046], - [-58, -4], - [-80, 73], - [-61, -4], - [-99, -76], - [-48, -50], - [-2, -41], - [-47, -36], - [-55, 48], - [-73, -8], - [-74, 8], - [-7, 45], - [-61, 22], - [-106, -48], - [-162, -5], - [-10, 54], - [-44, 8], - [-26, -28], - [-144, 20], - [-199, 0], - [-10, -64], - [13, -39], - [-40, -36], - [1, -94], - [-27, -60], - [8, -42], - [-18, -167], - [-94, -18], - [-44, -46], - [-21, -53], - [-40, -40], - [12, -97], - [-94, -101], - [-7, -20] - ], - [ - [48087, 7147], - [-19, 18], - [-172, 3], - [-34, 42], - [-61, 17], - [-53, -24], - [-71, 28], - [25, 33], - [-84, 67], - [-42, 51], - [2, 31], - [-68, 91], - [-38, 5], - [-95, 85], - [-34, 42], - [-114, -16], - [-85, 53], - [-63, -30], - [-46, 39], - [-51, -11], - [21, -68], - [-99, -90], - [-50, 0], - [-11, -70], - [-24, -51], - [-63, -27], - [-61, -11], - [-25, -44], - [-88, -54], - [-25, 24], - [-40, -37], - [2, -92], - [-99, -36], - [-62, -2] - ], - [ - [46360, 7113], - [-7, 37], - [-40, 16], - [-36, 46], - [-54, 184], - [-28, 35], - [-69, 3], - [-50, 23], - [-81, 13], - [-36, 57], - [1, 113], - [-28, 121], - [-84, 38], - [6, 64], - [-49, 86], - [-37, 114], - [11, 77], - [-33, 53], - [-309, 205], - [-124, 19], - [-67, -15], - [-15, 60], - [-30, 24], - [-69, 12] - ], - [ - [45132, 8498], - [5, 131], - [28, 16], - [-1, 49], - [-35, 42], - [-14, 70], - [16, 71], - [-42, 44], - [16, 40], - [41, 307], - [12, 37], - [56, 65], - [-49, 48], - [5, 78], - [-32, 50], - [35, 65], - [-8, 56], - [76, 54], - [29, 57], - [42, -11], - [34, -58], - [91, 71], - [55, 65], - [3, 70], - [45, 61], - [82, 60] - ], - [ - [45622, 10036], - [45, -40], - [30, -82], - [78, -46], - [-10, -126], - [-15, -32], - [25, -54], - [-59, -67], - [61, -56], - [34, 17], - [70, -30], - [14, -49], - [33, -28], - [78, 42], - [73, -1], - [202, 58], - [117, 13], - [42, -31], - [62, 23], - [43, -39], - [-23, -64], - [26, -40], - [58, -42], - [73, 6], - [26, -17], - [133, 100], - [82, -42], - [18, 61], - [56, 39], - [24, -25], - [68, 2], - [9, -23], - [86, 12], - [79, -61], - [11, -39], - [-30, -34], - [63, -132], - [70, 2], - [38, -49], - [1, -64], - [21, -88], - [102, 40], - [100, -1], - [35, 49], - [41, 0], - [52, -84], - [156, -18], - [52, -53], - [96, 7], - [143, 29], - [114, -62], - [64, 28], - [57, -29], - [20, -51], - [45, -47], - [84, -66], - [65, -4], - [117, 21], - [36, -11], - [159, 3], - [17, 85], - [57, 20], - [77, 68], - [3, 30], - [63, 20], - [66, -88], - [-7, -22], - [86, -63], - [33, -6], - [37, 52], - [35, -25], - [90, -2], - [1, -46], - [53, -16], - [5, -30], - [66, -31], - [29, 30], - [59, -5], - [35, -58], - [77, -81] - ], - [ - [43034, 8051], - [35, -107], - [-5, -39], - [40, -66], - [-53, -69], - [9, -54], - [-1, -130], - [108, -20], - [-5, -56], - [55, -21], - [50, -37], - [-12, -55], - [56, 1], - [4, 168], - [40, 13], - [-3, 40], - [130, 42], - [26, -3], - [46, 79], - [41, -7], - [40, -50], - [82, 153], - [62, -24] - ], - [ - [43779, 7809], - [34, -20], - [166, -30], - [19, 36], - [39, -67], - [-1, -64], - [-17, -83], - [-66, -142], - [25, -72], - [93, -47], - [-17, -26], - [29, -90], - [-33, -36], - [10, -86] - ], - [ - [44060, 7082], - [-74, -30], - [-28, 3], - [-22, 49], - [-38, -16], - [-14, -42], - [-77, 7], - [-46, 22], - [-48, -18], - [-50, -105], - [31, -33], - [17, -142], - [-34, -79], - [-41, -42], - [-58, -9], - [-20, -55], - [60, -156], - [18, -15], - [-30, -84], - [-38, -6], - [-2, -61], - [33, -56], - [19, -93] - ], - [ - [43618, 6121], - [-20, -19], - [-55, 31], - [-21, 45], - [-42, 39], - [-22, 67], - [-53, 47], - [-43, 4] - ], - [ - [43362, 6335], - [13, 53], - [-24, 40], - [-39, 2], - [-7, 66], - [-27, 17], - [-48, -25], - [-34, 62], - [-40, -34], - [-21, 27], - [-74, -15], - [-36, 14], - [-21, -53], - [-44, -14], - [-39, 24], - [-53, -72], - [-46, -18], - [-16, 36], - [-68, 9] - ], - [ - [42738, 6454], - [15, 105], - [-25, 86], - [24, 42], - [36, -8], - [98, 47], - [11, 88], - [33, 44], - [-75, 30], - [-171, 14], - [-16, 11] - ], - [ - [42668, 6913], - [18, 64], - [-9, 32], - [33, 96], - [83, 35], - [-5, 30], - [70, 88], - [45, 8], - [-16, 54], - [-42, 34], - [-9, 76], - [-40, 8], - [10, 102] - ], - [ - [42806, 7540], - [-3, 58], - [-31, 9], - [19, 156], - [-47, -45], - [-71, 31], - [-16, 49], - [89, 15], - [11, 76], - [39, 54], - [-12, 69], - [13, 41] - ], - [ - [46267, 11146], - [-28, -51], - [9, -127], - [36, -28], - [93, 17], - [-16, -115], - [29, -88], - [-73, -37], - [-31, -39], - [-100, -81], - [12, -69], - [-97, -45], - [-60, -61], - [-49, 0], - [-41, -43], - [-88, -48], - [-61, -127], - [-34, -36], - [-12, -68], - [-134, -64] - ], - [ - [45132, 8498], - [-20, -55], - [7, -47] - ], - [ - [45119, 8396], - [-102, -73], - [-154, -5], - [-152, 11], - [-22, -13], - [-69, 23], - [-55, -41], - [-30, -86], - [-73, 19], - [-25, -63], - [-86, 7], - [-38, -46], - [-24, -59], - [-209, 35], - [-10, -53], - [-91, 17], - [17, 63], - [-106, 15], - [-17, -49], - [-58, 4], - [-24, -50], - [-83, 17], - [-26, -118], - [72, -29], - [36, -35], - [-11, -78] - ], - [ - [43147, 10203], - [440, 249], - [55, 26], - [16, 54], - [99, 68], - [458, -34], - [259, -7], - [568, 4], - [229, 1], - [237, 3], - [280, 167], - [5, 55], - [31, 56], - [47, 40], - [67, 13], - [47, 46], - [-10, 45], - [127, 70], - [-5, 56], - [90, 32], - [80, -1] - ], - [ - [42668, 6913], - [-99, -14], - [-44, -50], - [-31, 46], - [-46, 17], - [-63, -4], - [-2, -82], - [-23, -71], - [-27, 4], - [-42, -76], - [-58, -31], - [-66, 3] - ], - [ - [41558, 6587], - [-16, 80], - [34, 53], - [20, 76], - [-15, 41], - [28, 25], - [-2, 44], - [31, 25], - [23, 65], - [32, 27], - [-45, 74] - ], - [ - [41648, 7097], - [58, 79], - [-20, 27], - [21, 81], - [70, 32], - [82, 19], - [-19, 63], - [47, 21], - [71, 5], - [41, -74], - [61, 50], - [38, -21], - [152, 3], - [27, -36], - [37, 10], - [92, -16], - [13, 28], - [49, 13], - [115, -15], - [23, 59], - [63, 17], - [6, 91], - [131, 7] - ], - [ - [41212, 2321], - [26, -9], - [13, -67], - [39, -5], - [21, 53], - [37, 31], - [14, -16], - [78, -8], - [29, -27], - [-13, -68], - [39, -27], - [5, -60], - [17, -32], - [59, 3], - [72, -59], - [39, -72] - ], - [ - [41687, 1958], - [-4, -30], - [26, -47], - [-20, -37], - [-60, -8], - [-6, -51], - [37, -60], - [7, -75], - [54, -3], - [10, -45], - [30, -59], - [30, -22], - [2, -40], - [-24, -47], - [-6, -50], - [53, -59] - ], - [ - [41599, 952], - [-27, -6], - [-59, 27], - [-31, -8], - [-16, -73], - [-28, 53], - [-76, 113], - [-87, 153], - [-39, 48], - [-41, 28], - [-66, 26], - [-45, 64], - [-29, 63], - [-20, -30], - [-33, 11], - [-31, 35], - [-24, 89], - [-67, 52], - [-51, 15], - [-6, 22], - [37, 45], - [12, 60], - [64, -48], - [47, 5], - [29, 50], - [0, 71], - [44, 47], - [22, 106], - [37, 7], - [27, 47], - [34, -44], - [21, 22], - [-55, 62], - [-36, 62], - [-39, 12], - [-17, 92], - [49, -1], - [42, 36], - [40, 59], - [31, -3] - ], - [ - [48852, 13059], - [52, -67], - [16, -66], - [-31, -21], - [-95, 13], - [-42, 57], - [100, 84] - ], - [ - [54891, 13398], - [-64, -83] - ], - [ - [54827, 13315], - [-41, 37], - [-82, -46], - [-112, -1], - [-20, 57], - [50, 18], - [30, 57], - [115, -3], - [124, -36] - ], - [ - [55058, 13660], - [177, -15], - [69, -28], - [-42, -95], - [-71, -53], - [-126, 27], - [-93, 39], - [-26, 42], - [92, 6], - [20, 77] - ], - [ - [50326, 13841], - [-34, -62], - [-91, 2], - [40, 54], - [85, 6] - ], - [ - [51996, 14382], - [102, 0], - [8, -69], - [-132, 5], - [22, 64] - ], - [ - [54829, 13312], - [-3, -31], - [-101, -161], - [95, -15], - [12, -43], - [-40, -114], - [12, -64], - [82, -46], - [-29, -54], - [118, -48], - [-7, -40], - [69, -29], - [2, -135], - [19, -162], - [39, -13], - [52, -67], - [-7, -53], - [-75, -8], - [-33, -33], - [-79, -16], - [-113, -58], - [-70, -16], - [-85, -52], - [4, -91], - [-96, -8], - [-47, -63], - [15, -101], - [-28, -82], - [-79, 26], - [-113, -2], - [-58, -57], - [-98, -18], - [-87, -45], - [-101, 11], - [-67, -76], - [141, -211], - [11, -93], - [-5, -192], - [-23, -222], - [-3, -108], - [-135, -73], - [-13, -54], - [-87, -8], - [30, -42], - [82, -31], - [32, -60], - [3, -82], - [-24, -39], - [-3, -100], - [50, -28], - [13, -53], - [-5, -121], - [68, -60], - [-3, -66], - [-58, -10], - [-22, -58], - [-70, -56], - [8, -83], - [-68, -82], - [16, -71], - [55, -25], - [88, 3], - [84, -34], - [49, -4], - [6, -37], - [60, 8], - [58, -37], - [26, 15] - ], - [ - [52142, 5108], - [-6, -32], - [-51, -24], - [-38, 0], - [-30, -27], - [-63, 16], - [-64, -46], - [-36, 26], - [-17, -23], - [-70, -7], - [-38, -185], - [-62, -22], - [-45, -125], - [-28, -37], - [-29, -115], - [-34, -9], - [-82, -91], - [-29, -45], - [-34, 2], - [-48, -25], - [-102, -8], - [-88, 47], - [-49, -10], - [-26, 25], - [-36, -20], - [-27, 74], - [-37, 42] - ], - [ - [50626, 6419], - [22, 60], - [-7, 69], - [28, 84], - [47, 33], - [-8, 34], - [64, 40], - [-4, 87], - [-39, 31], - [-66, 4], - [-33, 39], - [-105, 25], - [-23, 67], - [-10, 95], - [76, 108], - [41, 70], - [53, 31], - [-40, 68], - [-8, 44], - [-129, -18], - [-32, 59], - [-40, 114], - [-64, 2], - [-12, 78], - [-117, 35], - [-111, -6], - [-62, -19], - [-169, -5], - [-13, 45], - [15, 90], - [32, 54], - [-17, 46], - [-91, 163] - ], - [ - [49854, 8593], - [13, 35], - [63, 75], - [23, 91], - [88, 104], - [20, 62], - [-14, 28], - [13, 89], - [-92, 90], - [36, 36], - [8, 70], - [114, 87], - [1, 88], - [-28, 93], - [20, 32], - [-21, 88], - [-47, 21], - [-58, -23], - [-51, 58], - [-106, -6], - [-16, 81], - [60, 67], - [-13, 73], - [-52, 86], - [-66, 41], - [-73, 12], - [-38, 93], - [44, 53], - [-93, 146], - [46, 63], - [-55, 94], - [-167, 131], - [35, 35], - [0, 101], - [-42, 30], - [-67, 113], - [118, 17], - [3, 59], - [63, 79], - [-7, 119], - [42, 22], - [-49, 70], - [-48, 104], - [8, 40], - [-99, 21], - [25, 67], - [-54, 31], - [-15, -62], - [-129, -31], - [-61, 37], - [-154, 19], - [-51, 57], - [-20, 63], - [-75, 13], - [-22, 89], - [147, 135], - [117, 90], - [71, 23], - [31, 63], - [-56, 170], - [-130, 37], - [-118, 117], - [23, 73], - [75, 2], - [61, 37], - [50, 94], - [-115, 53], - [-100, -2], - [-112, 67], - [-33, 67] - ], - [ - [48725, 12770], - [182, -9], - [83, -59], - [136, -46], - [5, -20], - [111, -84], - [20, -38], - [75, -25], - [171, 29], - [113, -23], - [-57, -76], - [-2, -53], - [-135, -56], - [14, -80], - [-23, -18], - [38, -100], - [46, -1], - [40, 70], - [51, -39], - [-26, -183], - [-59, -58], - [32, -73], - [63, 28], - [-39, 62], - [80, 2], - [46, 25], - [31, 66], - [-38, 73], - [-36, 126], - [-48, 96], - [45, 47], - [7, 48], - [47, 50], - [-59, 99], - [-134, 35], - [-84, 148], - [-171, 27], - [-75, 30], - [-28, 35], - [18, 47], - [3, 136], - [-54, 45], - [21, 52], - [-62, 42], - [56, 53], - [-25, 54], - [157, 8], - [103, 25], - [307, 4], - [242, 45], - [35, -21], - [95, 6], - [22, 38], - [231, 31], - [40, -39], - [-129, -95], - [149, 21], - [57, 71], - [-142, 144], - [-19, 49], - [-125, 20], - [-10, 24], - [142, 62], - [-49, 39], - [-117, 14], - [69, 57], - [114, -35], - [134, 120], - [-104, 42], - [69, 22], - [119, -25], - [131, 97], - [109, 61], - [67, -13], - [151, 63], - [122, 1], - [136, 44], - [121, 11], - [235, 48], - [-66, 74], - [90, 39], - [113, 1], - [54, -20], - [154, 31], - [88, -5], - [84, -65], - [174, -11], - [177, 56], - [87, 57], - [159, -47], - [32, -85], - [59, 11], - [-72, 134], - [-98, 32], - [60, 44], - [291, 13], - [42, 75], - [-47, 81], - [75, 49], - [5, 47], - [243, 162], - [121, 58], - [135, 27], - [239, -64], - [115, -1], - [59, -65], - [-72, -7], - [-40, -48], - [-119, -37], - [28, -40], - [145, 16], - [136, -32], - [130, -5], - [7, -48], - [-74, -70], - [-63, -96], - [252, 23], - [82, 63], - [226, 15], - [94, -23], - [68, 27], - [80, -12], - [145, -21], - [23, -26], - [195, -118], - [-17, -27], - [2, -80], - [143, 47], - [15, -103], - [63, 2], - [0, -68], - [-94, -95], - [66, -43], - [-13, -51], - [-173, -144], - [-114, -27], - [-65, -89], - [-72, 12], - [-106, -62], - [-111, -16], - [31, -21], - [-90, -53], - [-7, -44], - [-69, -50], - [-84, -15], - [-63, -47], - [-105, -109], - [-165, -25], - [-72, -59], - [-27, -57], - [-100, 0], - [-70, -89], - [-11, -91], - [61, 10], - [11, 83], - [37, 31], - [259, -12], - [85, 56], - [77, 10], - [193, 48], - [90, 36], - [56, 47], - [86, 25] - ], - [ - [53229, 15657], - [138, -39], - [-56, -63], - [-28, -95], - [144, 71], - [187, -49], - [57, -65], - [109, -33], - [-16, -130], - [-64, -48], - [-100, -2], - [-267, -56], - [-302, 0], - [-251, -95], - [-101, 3], - [8, 70], - [90, 71], - [46, 67], - [18, 83], - [194, 225], - [194, 85] - ], - [ - [51255, 15929], - [196, -23], - [167, -50], - [-138, -82], - [-217, -10], - [-4, 51], - [-126, 11], - [-31, 52], - [49, 41], - [104, 10] - ], - [ - [52308, 15962], - [176, -67], - [156, 18], - [96, -52], - [95, -106], - [-93, -36], - [-2, -101], - [-28, -68], - [57, -92], - [-82, -48], - [-79, -7], - [-278, 7], - [-154, 71], - [-120, -2], - [-237, 23], - [-29, 53], - [-88, 63], - [26, 53], - [-138, 41], - [71, 88], - [120, 12], - [-70, 49], - [109, 70], - [269, 5], - [223, 26] - ], - [ - [48924, 16264], - [116, -23], - [-92, -42], - [-166, 17], - [142, 48] - ], - [ - [51051, 16399], - [144, -53], - [-105, -29], - [-163, 26], - [-3, 36], - [127, 20] - ], - [ - [51970, 16417], - [68, -16], - [119, -114], - [244, -114], - [-118, -33], - [37, -124], - [-77, -23], - [-258, -10], - [-222, -27], - [-52, -34], - [-147, -23], - [-179, 70], - [-17, 34], - [-149, -1], - [0, 35], - [180, 49], - [99, 94], - [-113, 34], - [99, 70], - [244, 28], - [242, 105] - ], - [ - [46170, 6388], - [2, -73], - [41, -116], - [64, 1], - [79, -113], - [65, 17], - [33, -50], - [29, 30], - [42, -27], - [75, -7], - [19, -76], - [98, -38], - [46, 19], - [18, -50], - [83, -100], - [1, -47] - ], - [ - [46865, 5758], - [-19, -24], - [-72, -8], - [21, -48], - [-16, -44], - [-60, 9], - [-25, -41], - [-37, -17], - [-146, -32], - [-143, -58], - [-35, 29], - [-17, -35], - [-46, 20], - [-56, -52], - [7, -65], - [-49, 22], - [-45, -6], - [-61, -32], - [-101, -17], - [-95, -36] - ], - [ - [45616, 6135], - [2, 50], - [23, 18], - [45, 86], - [65, 11], - [38, 27], - [33, -21], - [70, 21], - [55, -51], - [62, -8], - [37, 102], - [51, 46], - [50, -1], - [23, -27] - ], - [ - [41044, 4443], - [13, -39], - [31, -18], - [63, 19] - ], - [ - [41151, 4405], - [23, -14], - [9, -66], - [-56, -45], - [20, -37], - [16, -85], - [-6, -31] - ], - [ - [40595, 4021], - [-37, 16], - [-13, 66], - [-28, 7], - [-54, -20], - [-6, 24], - [-73, 5], - [-8, 57], - [17, 53], - [-36, 65], - [52, 14], - [-14, 62] - ], - [ - [40513, 4576], - [95, 43], - [24, -73], - [61, 8], - [81, 27], - [27, -57], - [65, -42], - [59, -15], - [49, -63], - [18, 34], - [29, -24], - [23, 29] - ], - [ - [39215, 7413], - [-1, 0], - [1, 0] - ], - [ - [39215, 7413], - [1, 0], - [18, 19], - [-24, 54], - [9, 53], - [-17, 34], - [82, -4], - [7, 61], - [47, -22], - [45, 14], - [32, 73], - [107, -22], - [-4, -29] - ], - [ - [39469, 7766], - [-57, 2], - [-92, 77], - [15, 126], - [-19, 0], - [-36, -4], - [-68, -58], - [-33, 38], - [125, 146], - [22, -3], - [35, 74], - [76, 58], - [14, 26] - ], - [ - [40648, 8192], - [-13, -106], - [-20, -37], - [-55, -22], - [26, -77], - [-37, -186], - [56, -87], - [-2, -72], - [23, -40], - [-10, -95], - [-22, -56], - [-40, -21], - [-41, 9], - [-29, -74] - ], - [ - [40484, 7328], - [-83, 28], - [-40, -24], - [-48, 25], - [-38, 75], - [-74, -23], - [-32, 27], - [-60, -38], - [-17, -81], - [-58, 28], - [-18, 56], - [-62, 48], - [-19, -45], - [-64, 26], - [5, -48], - [-32, -83], - [-74, -2], - [-11, -45], - [-34, -33], - [-19, -47], - [-54, -14], - [-37, 26], - [-15, -50], - [9, -63], - [-43, -10] - ], - [ - [39566, 7061], - [-59, 2], - [-52, 41], - [-14, 42], - [-48, 55], - [-137, 28], - [-19, 44], - [-84, 15] - ], - [ - [39153, 7288], - [0, 2], - [0, 0], - [31, 101], - [31, 22] - ], - [ - [41501, 4962], - [-13, -51], - [10, -161], - [-32, -22], - [20, -85], - [50, -36], - [0, -31], - [41, -20], - [41, -53], - [-22, -26], - [-18, -81] - ], - [ - [41578, 4396], - [-118, 5], - [-35, -18], - [-38, 19], - [-4, 39], - [-66, 18], - [-14, -47], - [-38, 44], - [-40, 8], - [-74, -59] - ], - [ - [41044, 4443], - [-3, 43], - [62, 78], - [-19, 54], - [-37, 55], - [19, 65], - [-6, 101] - ], - [ - [41060, 4839], - [10, 20], - [69, -5], - [9, -41], - [73, 64], - [-33, 86], - [54, 20], - [-18, 51], - [35, 28] - ], - [ - [41259, 5062], - [23, 1], - [32, -74], - [67, 13], - [5, 38], - [34, 27], - [27, -18], - [17, -58], - [37, -29] - ], - [ - [61214, 8537], - [76, 98], - [-1, 81], - [43, 47], - [12, 43], - [-6, 103], - [-37, 30], - [-4, 56], - [32, 55], - [10, 75], - [41, 80], - [-3, 67], - [91, 36], - [41, 94], - [101, 3], - [84, -48], - [88, -30], - [42, 11], - [52, 85], - [-48, 81], - [60, 52], - [25, -33], - [107, -6], - [47, -24], - [92, 73], - [56, -36], - [-15, -68], - [113, -59], - [-3, 57], - [111, 15], - [41, -11], - [34, 48], - [60, 18], - [84, -37], - [-13, 52], - [87, 68], - [-48, 135], - [50, 96], - [90, 13], - [53, 66], - [13, 73], - [-7, 87], - [166, 37], - [-28, 68], - [63, 54], - [82, -33], - [161, 19], - [35, -46], - [127, 19], - [47, -27], - [23, -54], - [62, 23], - [49, 52], - [79, 22], - [40, -29], - [49, 11], - [-30, 52], - [22, 38] - ], - [ - [64542, 8383], - [-87, -120], - [-64, -47], - [-38, -57], - [-110, -112], - [-14, -47], - [-119, -28], - [48, 152], - [-90, -6], - [9, 45], - [-13, 53], - [38, 100], - [31, 23], - [25, 83], - [-12, 63], - [-59, -29], - [-30, -58], - [-58, -19], - [-30, 88], - [-69, 19], - [-99, -49], - [-42, 12], - [-42, -38], - [-104, 23], - [-92, -59], - [-16, -37], - [-48, -12], - [-25, -130], - [-81, -75], - [-39, -63], - [-3, -44], - [-208, -194], - [-39, -75], - [-35, -19], - [15, -75], - [-50, -2], - [6, -74], - [-34, -78], - [65, -37], - [42, 53], - [28, -32], - [41, 5], - [38, -53], - [-26, -64], - [-75, -18], - [-36, 30], - [-34, -53], - [-68, -9], - [-19, 41], - [-65, 26], - [-28, -54], - [-63, -14], - [-23, -62], - [-65, 14], - [-26, 30], - [-50, -19], - [-15, -36], - [-69, -18], - [-63, 4], - [-42, 87], - [60, 39], - [55, -14], - [68, 9], - [-21, 47], - [-44, 31], - [-20, 48], - [-48, 60], - [-124, -31], - [-55, 36], - [-164, 58], - [-47, -16], - [-47, -45], - [14, -51], - [-85, -13], - [5, -38], - [-31, -50], - [-28, 6], - [-5, 51], - [-43, 13], - [-54, -9], - [-77, -57], - [-33, 35], - [-64, 15] - ], - [ - [43362, 6335], - [26, -44], - [-35, -38], - [-49, 36], - [-61, -37], - [-24, -34], - [-36, 16], - [-33, -28], - [7, -78], - [-55, -26], - [-49, -108] - ], - [ - [42623, 6070], - [-15, 71], - [-34, 22], - [13, 64], - [-33, 26], - [-21, 48], - [49, 36], - [-5, 70], - [69, 26], - [92, 21] - ], - [ - [42685, 5555], - [10, -78], - [31, -72], - [-18, -38], - [-44, -43], - [-68, -26], - [-30, -65] - ], - [ - [42566, 5233], - [-12, -21], - [-84, -20], - [-14, 34], - [-60, 1], - [-46, -27], - [-12, -28], - [27, -47], - [-34, -22], - [-74, 13], - [-39, 28], - [-8, 48], - [-70, 47], - [-23, -15], - [-37, 22], - [-11, -82], - [-110, -20], - [-52, 17] - ], - [ - [41907, 5161], - [27, 66], - [-20, 37], - [63, 45], - [-40, 50], - [15, 81], - [24, 34], - [-59, 63], - [10, 46] - ], - [ - [41927, 5583], - [29, -28], - [33, 18], - [23, -24], - [94, 78], - [60, -55], - [47, -7], - [6, -28], - [47, -53], - [45, -28], - [84, -22], - [29, 117], - [37, 46], - [35, 16], - [-2, 67], - [34, 38], - [15, -62], - [47, -7], - [26, 24] - ], - [ - [41013, 6037], - [50, -52], - [4, -63], - [-58, -45], - [-35, 74], - [2, 50], - [37, 36] - ], - [ - [41148, 6372], - [21, -28] - ], - [ - [41169, 6344], - [-22, -72], - [32, -63], - [-9, -45], - [23, -45], - [10, -64], - [47, -29], - [35, 9], - [18, -41], - [44, -33], - [103, 24], - [30, -78], - [-1, -48], - [31, -79] - ], - [ - [41510, 5780], - [-69, -90], - [-10, -42], - [-51, -12], - [-57, -140], - [-76, -14], - [-31, -147] - ], - [ - [41216, 5335], - [-2, 1], - [-1, 0], - [-1, 1], - [-13, 9], - [-29, 59], - [14, 80], - [-71, 40], - [-32, 57], - [-53, -56], - [-39, 48], - [-46, 7] - ], - [ - [40593, 5745], - [-17, 23], - [12, 85], - [-1, 109], - [-36, 70] - ], - [ - [40551, 6032], - [32, 58], - [-1, 51], - [29, 32], - [6, 54], - [33, 23], - [45, -43], - [61, 11], - [111, 70], - [56, -11], - [3, 73], - [83, 47], - [12, 40], - [70, -29], - [14, -42], - [43, 6] - ], - [ - [39469, 10399], - [-62, 97], - [-6, 63], - [111, 154], - [59, 67], - [15, 63], - [-64, 51], - [-68, 115], - [-127, 49], - [-40, 145], - [50, 77], - [17, 57], - [-70, 13], - [155, 87], - [11, 75], - [127, 45], - [71, 84], - [30, -31], - [79, 18], - [-11, 83], - [120, -45], - [36, 48], - [64, 2], - [1, 59], - [86, -46], - [111, -39], - [-1, -37], - [-50, -33], - [-125, 29], - [64, -64], - [185, -32], - [-23, -52], - [111, 14], - [245, -49], - [52, 13], - [141, -51], - [101, -71], - [159, -96], - [135, -129], - [50, -1], - [177, -140], - [53, 3], - [149, -98], - [72, -69], - [-14, -31], - [30, -60], - [-7, -66], - [51, -22], - [-1, -83], - [-49, -101], - [-99, -121], - [-106, -80], - [-99, -29], - [-67, -34], - [-158, -18], - [-103, 19], - [-104, 54], - [-118, 16], - [-222, 58], - [-90, 73], - [-83, -22], - [-16, 44], - [-82, 15], - [-47, 49], - [-36, -36], - [-98, 74], - [-43, 74], - [-40, -30], - [-1, -54], - [74, -78], - [49, -4], - [24, -15], - [-9, -13], - [-4, 2], - [1, 1], - [0, 2], - [-1, 2], - [-1, 1], - [5, -4], - [2, 0], - [-4, 8], - [-23, 4], - [-8, -25], - [-1, 0], - [-4, 0], - [-1, -1], - [-36, 9], - [-8, -5] - ], - [ - [43187, 11594], - [38, -6], - [111, -70], - [45, -57], - [-91, -129], - [-94, -44], - [-114, -21], - [-66, 69], - [-1, 95], - [28, 82], - [67, 63], - [77, 18] - ], - [ - [46130, 11439], - [-30, -48], - [32, -58], - [102, -21], - [76, -117], - [-43, -49] - ], - [ - [42258, 10320], - [49, 114], - [-22, 43], - [31, 50], - [-40, 68], - [-102, 79], - [71, 205], - [-5, 50], - [16, 173], - [-132, 99], - [-13, 51], - [119, -56], - [154, 8], - [111, -11], - [79, -28], - [28, -54], - [95, -84], - [-2, -40], - [30, -88], - [-73, 3], - [-177, -41], - [-9, -55], - [-63, -37], - [-5, -70], - [118, -65], - [43, -107], - [42, -33], - [102, 16], - [16, -18], - [151, 42], - [54, 36], - [5, 136], - [30, 38], - [-19, 62], - [31, 20], - [120, 23], - [51, 59], - [53, 10], - [139, 80], - [172, 118], - [138, 35], - [-4, 24], - [91, 22], - [50, -32], - [22, -54], - [63, 49], - [-49, 87], - [168, 93], - [44, 0], - [48, -37], - [-25, -80], - [39, -82], - [-95, -11], - [-38, -58], - [90, 8], - [60, -14], - [36, 38], - [46, -6], - [33, -45], - [67, 96], - [73, 54], - [54, 1], - [65, 38], - [83, -22], - [167, -23], - [60, 82], - [230, 99], - [89, -66], - [24, -57], - [-54, -4], - [-3, -114], - [97, -26], - [53, 72], - [-31, 47], - [134, 38], - [72, 74], - [14, 38], - [-16, 61], - [-46, 2], - [-2, 51], - [-78, 102], - [-3, 47], - [100, 14], - [-2, 63], - [31, 19], - [106, -35], - [85, -14], - [166, -9], - [142, -35], - [145, -54], - [122, -84], - [-44, -19], - [6, -19], - [-3, -27], - [4, -4] - ], - [ - [45054, 11982], - [104, -102], - [161, -111], - [9, -86], - [-97, -25], - [-73, 25], - [-27, 67], - [-82, -3], - [-74, 76], - [26, 139], - [53, 20] - ], - [ - [41927, 5583], - [-1, 69], - [-43, -24], - [-67, 34], - [-12, 37] - ], - [ - [41804, 5699], - [13, 6], - [50, 114], - [-9, 82], - [32, 55], - [31, 20], - [9, 48], - [41, 28], - [5, 45], - [41, 46], - [-36, 18], - [-23, 66] - ], - [ - [42345, 631], - [-35, 1], - [-44, -25], - [-9, -25], - [-49, -28], - [-41, 28], - [11, 50], - [-43, 48], - [-27, 12] - ], - [ - [42298, 1034], - [54, 12], - [33, -14], - [14, -34] - ], - [ - [40484, 7328], - [47, -47], - [27, -52], - [63, 7], - [127, -79], - [26, -59], - [25, -3] - ], - [ - [40799, 7095], - [-58, -15], - [-35, -36], - [-69, 15], - [-39, -29], - [-12, -40], - [-47, -39], - [-46, 24], - [-20, -71], - [-95, 55], - [-116, -61], - [20, -31], - [-15, -101], - [-44, -22], - [-5, -47], - [-56, -62], - [-55, -1], - [-23, -45], - [-70, -33], - [1, -24], - [-94, -37], - [-30, -69], - [-121, 21] - ], - [ - [39770, 6447], - [-32, -10], - [-26, 38], - [22, 88], - [-64, 49], - [34, 76], - [-29, 40], - [8, 101], - [-46, -1], - [-82, 69], - [-33, 12], - [5, 63], - [39, 26], - [0, 63] - ], - [ - [48602, 4958], - [-57, 71], - [-152, 159], - [-34, 41], - [-30, 82], - [61, -4], - [18, 31], - [13, 91], - [-77, -53], - [-51, 12], - [-1, -34], - [-100, -58] - ], - [ - [48192, 5296], - [-2, 164], - [20, 55], - [-57, 92], - [-36, 7], - [16, 49], - [-37, 99], - [-3, 47], - [25, 50], - [-28, 13], - [-12, 57], - [45, 31], - [-8, 39], - [43, 81], - [92, 43], - [33, -10], - [18, 37], - [-32, 35], - [-13, 70], - [-37, 7], - [75, 81], - [0, 92], - [-25, 130] - ], - [ - [48269, 6565], - [128, -27], - [232, -10], - [65, 6], - [13, -25], - [58, -23], - [104, -22], - [84, -61], - [100, -170], - [61, 9], - [105, 34], - [75, -108], - [35, -1], - [123, 45], - [75, 9], - [11, 38], - [51, 17], - [23, -43], - [-27, -83], - [50, -154], - [-14, -68], - [61, -1], - [69, 130], - [33, 14], - [25, -24], - [34, 22] - ], - [ - [48192, 5296], - [-57, -21], - [11, -46], - [-78, -73], - [-45, 10], - [-60, -96], - [-15, -49], - [-94, 77], - [-48, -37], - [-47, -11], - [-29, 18], - [19, 89], - [24, 37], - [41, -9], - [11, 79], - [-87, -41], - [-39, 15], - [-19, 44], - [-106, 21], - [-64, 35], - [-59, 6], - [-4, -45], - [-42, -13], - [-32, 31], - [-27, -30], - [-26, 43], - [4, 47], - [26, 26], - [-6, 79], - [-38, 120], - [3, 79], - [-36, 93], - [-57, -10] - ], - [ - [47216, 5764], - [-7, 40], - [43, 42], - [-24, 163], - [36, -3], - [28, 68], - [-8, 56], - [26, 46], - [-9, 59], - [47, 86], - [29, -7], - [36, 31], - [10, 55], - [-14, 42], - [-75, 99], - [-18, 62], - [-44, -5], - [-30, -43], - [-44, 67], - [54, 51], - [-17, 69], - [-24, 33], - [10, 123], - [46, 128], - [16, 68], - [78, -63], - [-9, -63], - [12, -78], - [112, 25], - [51, -38], - [68, 4], - [55, -17], - [61, 72], - [189, -9], - [110, 103], - [81, 85] - ], - [ - [48091, 7115], - [34, -55], - [-58, -54], - [37, -40], - [-26, -50], - [80, -59], - [13, -94], - [44, -99], - [54, -99] - ], - [ - [40710, 5094], - [7, -27], - [47, -17], - [40, -58], - [35, 8], - [12, -43], - [70, -13], - [34, 13], - [53, -11], - [0, -56], - [37, -12], - [15, -39] - ], - [ - [45255, 4421], - [12, -38], - [65, -50], - [-25, -33], - [39, -35], - [58, -1], - [18, -61], - [54, -22], - [42, 1], - [13, -74], - [-24, -174], - [-84, -50], - [-34, -10], - [-89, 7], - [-54, 76], - [-44, -115], - [-57, -28], - [1, 39], - [-123, 40], - [-22, 53], - [-32, -4], - [-10, 101], - [-71, -3], - [-78, 26], - [-3, -71], - [-59, -25], - [-45, 82], - [-25, -16], - [-61, 9], - [0, -44], - [-50, 38], - [-15, -57], - [-40, -3], - [-6, -60], - [-90, -82], - [-58, 36], - [-56, 71], - [-66, 25], - [-10, -34], - [14, -72], - [-42, -39], - [-15, 33], - [9, 69], - [-58, 95], - [-7, 40], - [-72, 35], - [-25, 36], - [-8, 57], - [-37, 34], - [-43, 5], - [-36, -22], - [-29, 13], - [-49, -15], - [-30, 78], - [-99, 10], - [-18, -33], - [-63, -49], - [-13, 70], - [-18, 15], - [-71, -4], - [-10, 28] - ], - [ - [43506, 4319], - [5, 19] - ], - [ - [43511, 4338], - [87, 92], - [24, 46], - [-7, 90], - [30, 54], - [-5, 70], - [26, 11], - [11, 75], - [65, 61], - [0, 72], - [16, 51], - [-14, 82], - [22, 41], - [7, 58], - [25, 51], - [13, 77], - [-17, 27], - [7, 82], - [30, 22] - ], - [ - [43831, 5400], - [82, -39], - [13, -57], - [62, -38] - ], - [ - [42566, 5233], - [37, 7], - [86, -152], - [-2, -53], - [35, -1], - [46, -51], - [9, -85], - [-10, -97], - [13, -45], - [-34, -71] - ], - [ - [42746, 4685], - [-29, 37], - [-58, -26], - [-64, -59], - [-5, -49], - [-47, 46], - [-37, -42], - [-73, -3], - [-13, -29], - [-45, 59], - [-46, 12], - [-9, -42], - [-44, -46], - [-65, 33], - [-28, 29], - [-66, -37], - [-34, 40], - [-32, -23] - ], - [ - [42051, 4585], - [1, 41], - [29, 73], - [-55, 93], - [-74, 86], - [2, 29], - [-53, 97], - [-40, 55], - [1, 93] - ], - [ - [41862, 5152], - [45, 9] - ], - [ - [44178, 6214], - [-10, 52], - [-48, 52], - [-40, 12], - [-3, 69], - [38, 5], - [50, 114], - [-5, 86], - [-25, 9], - [16, 64], - [-37, 39], - [25, 95], - [-14, 66], - [-57, 106], - [12, 19], - [-20, 80] - ], - [ - [45119, 8396], - [20, -49], - [-36, -95], - [13, -124], - [24, -49], - [-1, -65], - [-18, -79], - [-36, -91], - [3, -40], - [-30, -110], - [-55, -54], - [-28, -48], - [-26, -100], - [47, -69], - [47, -17], - [32, -46], - [10, -76], - [-20, -60], - [58, -66], - [12, -53], - [-126, -116], - [-40, -70], - [17, -64], - [30, -8], - [5, -53], - [-58, -65], - [-18, 43], - [-59, 10], - [-35, -69], - [-14, -77], - [28, -40], - [-17, -85], - [-68, -77], - [-44, 20], - [-19, -49], - [34, -67], - [-11, -35], - [6, -102] - ], - [ - [60133, 2540], - [-41, -54], - [-44, -82], - [-48, -156], - [-2, -64], - [-32, -42], - [-11, -77], - [-64, -123], - [-16, -57], - [-62, -81], - [-41, -96], - [-64, -73], - [-7, -43], - [-23, -19], - [-28, -78], - [-21, -21], - [-51, -134], - [-43, -27], - [-11, -43], - [-33, -54], - [-3, -57], - [-32, -50], - [8, -27], - [-39, -64], - [-12, 2], - [-19, -80], - [-55, -47], - [-87, -104], - [-39, -28], - [-41, -65], - [-46, -34], - [-22, 12], - [-84, -69], - [-32, 62], - [-24, -41], - [-29, 49], - [-31, -2], - [-17, 34], - [-29, -23], - [1, 78], - [16, 47], - [-12, 27], - [-84, -55], - [36, 89], - [-57, -1], - [1, -54], - [-48, -75], - [-31, -91], - [-17, -10], - [-9, -65], - [-69, 20], - [1, -62], - [-38, -64], - [-16, 76], - [12, 36], - [-18, 31], - [3, 45], - [46, 23], - [45, 0], - [33, 114], - [19, 128], - [-14, 59], - [-5, 92], - [17, 105], - [-36, 251], - [-26, 51], - [33, 49], - [62, 9], - [41, 64], - [27, 80], - [43, -30], - [24, -115], - [-14, -88], - [39, -52], - [46, -24], - [26, 55], - [29, 150], - [23, -15], - [30, 44], - [-8, 66], - [23, 91], - [50, 59], - [-3, 72], - [37, 44], - [14, 45], - [-6, 45], - [39, 47], - [-11, 78], - [32, 83] - ], - [ - [39770, 6447], - [-34, -93], - [45, -41], - [-5, -61], - [39, -12], - [16, -49], - [32, 0], - [-6, -64], - [12, -41], - [-27, -33], - [12, -94] - ], - [ - [39854, 5959], - [-89, -21], - [-13, -30] - ], - [ - [39752, 5908], - [-21, -12], - [-101, 112], - [-57, 8], - [-92, -76], - [-20, 25], - [12, 82], - [-76, 28], - [-57, -27], - [-19, 50], - [-61, -10], - [-25, 42], - [13, 50], - [-19, 105], - [-43, 80], - [7, 27], - [-42, 52], - [5, 77], - [17, 80], - [-63, 53], - [-22, 34], - [3, 70], - [27, 54], - [43, -1], - [-57, 189], - [14, 54], - [-18, 151], - [53, 83] - ], - [ - [41503, 3424], - [14, 25], - [58, -18], - [74, 41], - [28, 91], - [54, 76], - [5, 40] - ], - [ - [41736, 3679], - [19, -44], - [29, -21], - [-5, -37], - [56, -33], - [44, -48], - [-22, -138], - [2, -99], - [35, 7], - [31, -25], - [58, -75], - [10, -32], - [-37, -120], - [-62, -21], - [-37, -38], - [11, -49], - [-23, -104], - [68, -10], - [66, -65], - [7, -41], - [45, -114], - [26, 24], - [23, -55], - [87, 25] - ], - [ - [41789, 1968], - [-49, 3], - [-12, -27], - [-41, 14] - ], - [ - [41212, 2321], - [33, 14], - [49, 55], - [37, -8], - [-18, 108], - [-48, -35], - [-72, -32], - [-62, 0], - [19, 54], - [-8, 110], - [15, 37], - [74, 30], - [14, 70], - [54, -6], - [48, 14], - [65, -18], - [18, 73], - [37, 106], - [-31, 84], - [0, 40], - [-31, 8], - [21, 107], - [36, -20], - [16, 22], - [-62, 56], - [86, 114], - [-7, 77], - [8, 43] - ], - [ - [41862, 5152], - [-128, -18], - [-17, -110], - [-46, -4], - [-55, 32], - [-48, -22], - [-7, -38], - [-60, -30] - ], - [ - [41259, 5062], - [6, 59], - [-19, 44], - [-13, 85], - [7, 51], - [-24, 34] - ], - [ - [41510, 5780], - [49, -2], - [19, -53], - [51, 3], - [23, 22], - [39, -12], - [47, -42], - [66, 3] - ], - [ - [61598, 1098], - [17, -20], - [-52, -56], - [-11, 43], - [46, 33] - ], - [ - [61474, 1356], - [41, -65], - [-17, -34], - [-32, -4], - [-35, -46], - [-31, -91], - [-38, -36], - [-3, -48], - [-24, -2], - [-6, 45], - [64, 90], - [64, 172], - [17, 19] - ], - [ - [61968, 1781], - [19, -27], - [-22, -68], - [-25, 5], - [-102, -90], - [-22, -46], - [-36, -23], - [-34, 2], - [-3, -41], - [-49, -56], - [-25, -59], - [-23, -4], - [-17, -45], - [-22, 20], - [30, 57], - [27, 20], - [16, 74], - [25, 20], - [30, 79], - [86, 74], - [52, -7], - [29, 32], - [40, 77], - [26, 6] - ], - [ - [62299, 2052], - [-62, -82], - [-38, -77], - [-29, -20], - [-37, -63], - [-26, 28], - [27, 64], - [22, 5], - [49, 93], - [25, 6], - [31, 50], - [38, -4] - ], - [ - [63109, 3453], - [-1, -126], - [-40, -20], - [5, 57], - [36, 89] - ], - [ - [63334, 3918], - [20, -11], - [4, -96], - [-23, -17], - [-31, -92], - [-52, -25], - [-32, -48], - [-37, -3], - [3, 67], - [27, 51], - [47, 13], - [21, 32], - [19, 83], - [34, 46] - ], - [ - [63418, 3957], - [5, -40], - [-33, -58], - [-28, 21], - [2, 38], - [54, 39] - ], - [ - [60822, 5416], - [54, -141], - [-17, -39], - [5, -92], - [48, -165], - [12, -62], - [-37, 4], - [29, -137], - [23, -19], - [-3, -104], - [-39, -97], - [9, -26], - [-14, -69], - [43, -152], - [-20, -98], - [46, -21], - [6, -90], - [13, -27], - [53, -381], - [32, -90], - [23, -108], - [3, -60], - [19, -44], - [8, -103], - [-24, -16], - [-84, 51], - [-44, 10], - [-80, -70], - [-19, -53], - [6, -66], - [-44, -143], - [-38, -200], - [-7, -67], - [8, -79], - [28, -88], - [45, -56], - [14, -41], - [2, -75], - [17, -75], - [-9, -29], - [24, -45], - [54, 45], - [16, -211], - [-27, -43], - [-17, 95], - [9, 42], - [-40, 28], - [-54, 12], - [-28, 46], - [-53, -39], - [-38, -152], - [-15, -106], - [-27, -35], - [-18, 69], - [-23, 205], - [34, 122], - [12, 120], - [-17, 47], - [0, 129], - [23, 99], - [22, 52], - [-11, 139], - [-48, 130], - [-8, 50], - [25, 47], - [22, 141], - [14, 237], - [-3, 233], - [-20, 59], - [7, 125], - [29, 79], - [3, 53], - [-35, 140], - [-52, 82], - [7, 35], - [-38, 48], - [6, 201], - [33, 80], - [-2, 63], - [18, 140], - [-17, 39], - [-12, 88], - [81, 63], - [8, -60], - [36, -3], - [37, 69], - [-25, 31], - [33, 42], - [5, 91], - [-48, 74], - [-21, 57], - [58, 8], - [14, 57] - ], - [ - [64345, 11606], - [-13, -48], - [27, -99], - [-8, -45], - [-67, -2], - [21, 101], - [-18, 58], - [58, 35] - ], - [ - [59897, 12452], - [41, -37], - [-45, -39], - [-114, 30], - [39, 43], - [79, 3] - ], - [ - [60087, 12605], - [48, -82], - [-85, -58], - [-67, 29], - [33, 82], - [71, 29] - ], - [ - [58031, 12877], - [45, -34], - [105, -41], - [98, 6], - [-54, -110], - [-128, 19], - [-98, 80], - [-95, 1], - [-32, 39], - [159, 40] - ], - [ - [58260, 13078], - [42, -23], - [-107, -59], - [-36, 20], - [101, 62] - ], - [ - [56528, 13092], - [74, -19], - [-9, -44], - [-92, 4], - [27, 59] - ], - [ - [60700, 13398], - [107, -40], - [123, -84], - [52, -62], - [-6, -86], - [-43, -25], - [-146, 15], - [-199, 37], - [-146, 49], - [-154, -36], - [-1, 39], - [94, 4], - [78, 65], - [30, 76], - [211, 48] - ], - [ - [56500, 6432], - [-27, 31], - [5, 75], - [-51, 104], - [10, 66], - [-82, 61], - [24, 164], - [-9, 40] - ], - [ - [54829, 13312], - [-2, 3] - ], - [ - [54891, 13398], - [80, -62], - [110, -21], - [104, 7], - [68, 63], - [53, -89], - [-47, -87], - [73, -50], - [-16, -45], - [6, -107], - [-58, -51], - [62, 41], - [22, 96], - [-18, 28], - [63, 45], - [-62, 71], - [142, 36], - [110, -1], - [66, 41], - [76, 4], - [224, -26], - [90, -27], - [244, -7], - [33, -16], - [0, -1], - [3, -6], - [-79, -53], - [-14, -1], - [36, -81], - [176, -51], - [69, -39], - [60, 14], - [191, -27], - [110, 17], - [64, -27], - [158, -34], - [-6, 35], - [71, -2], - [48, 81], - [28, 37], - [-66, 89], - [23, 102], - [110, -23], - [83, 78], - [54, -33], - [89, -29], - [-3, -41], - [81, 0], - [48, -25], - [101, 12], - [11, -57], - [86, 7], - [15, 57], - [208, -36], - [-16, -7], - [-40, -9], - [77, 6], - [-19, -6], - [58, -21], - [8, -19], - [66, -25], - [5, -7], - [17, -53], - [-74, -40], - [-121, -25], - [4, 2], - [-16, 2], - [-18, -16], - [103, -11], - [-34, -50], - [-99, -24], - [-32, 4], - [-104, -67], - [-52, -41], - [118, -13], - [109, -34], - [12, -29], - [123, -89], - [43, -112], - [68, -7], - [32, 32], - [-26, 67], - [44, -58], - [-22, -103], - [46, -137], - [47, -15], - [21, -62], - [57, 0], - [17, -52], - [131, -66], - [71, -25], - [79, 90], - [25, 93], - [33, 52], - [30, 116], - [64, 117], - [58, 30], - [-19, -57], - [81, -88], - [96, -61], - [122, -30], - [114, 8], - [-18, 37], - [180, 69], - [93, -10], - [38, -3], - [88, -57], - [80, -32], - [52, -59], - [49, -59], - [35, 73], - [-36, 40], - [39, 86], - [120, 16], - [41, 25], - [94, -80], - [93, -5], - [-32, 71], - [3, 82], - [-40, 41], - [50, 56], - [17, 57], - [-66, -4], - [-53, -41], - [-35, 56], - [87, 96], - [173, -10], - [73, 23], - [48, 53], - [-86, 88], - [109, -8], - [56, -35], - [131, -24], - [225, -8], - [190, -24], - [292, -63], - [122, -43], - [-156, -12], - [-76, 6], - [-39, 31], - [-84, -10], - [-55, -72], - [381, 34], - [82, -4], - [-104, -113], - [-19, 42], - [-100, 22], - [-28, -37], - [41, -59], - [-97, -27], - [-50, -47], - [-5, -43], - [65, -4], - [137, 57], - [193, 211], - [234, 6], - [206, -64], - [59, -37], - [62, -76], - [-75, -58], - [-77, 39], - [-32, -61], - [62, -19], - [82, 5], - [69, -53], - [76, -14], - [12, -34], - [150, -38], - [36, -34], - [87, -153], - [146, -23], - [163, 27], - [119, 33], - [272, 48], - [235, -2], - [185, -30], - [189, -67], - [83, -54], - [47, -54], - [53, -127], - [-66, -187], - [58, -39], - [163, -31], - [33, -136], - [-19, -96], - [55, -16], - [63, -63], - [-34, 183], - [75, 76], - [103, 62] - ], - [ - [60454, 13547], - [57, -15], - [-4, -93], - [-120, -34], - [-43, 58], - [23, 73], - [87, 11] - ], - [ - [61534, 14087], - [30, -65], - [92, -45], - [47, 44], - [189, -10], - [56, -85], - [132, 28], - [144, -22], - [96, -50], - [-6, -92], - [-176, -42], - [-97, -13], - [-192, 23], - [-89, 70], - [-103, 18], - [-151, 66], - [-22, 91], - [50, 84] - ], - [ - [59506, 14202], - [31, -64], - [61, -35], - [-45, -92], - [-75, -13], - [28, 204] - ], - [ - [60136, 14337], - [173, -149], - [87, -16], - [2, -66], - [121, -4], - [-30, 139], - [45, 39], - [120, 20], - [144, -102], - [100, -25], - [94, 22], - [309, -115], - [-79, -56], - [-19, -115], - [-66, -43], - [-181, 1], - [-85, 36], - [-50, 71], - [-18, 65], - [91, 66], - [-18, 37], - [-107, 6], - [-84, -33], - [35, -113], - [120, -129], - [148, -28], - [-8, -40], - [-129, -12], - [-70, -33], - [-96, 50], - [-77, 8], - [-245, -47], - [-66, 57], - [-89, -105], - [-74, -27], - [-67, 33], - [-95, 15], - [-59, 69], - [-92, 52], - [-85, 88], - [98, 32], - [-51, 88], - [-10, 68], - [83, 36], - [-30, 38], - [47, 39], - [83, 3], - [17, 43], - [163, 37] - ], - [ - [43511, 4338], - [-26, 63], - [-66, 39], - [-38, 42], - [-58, 18], - [-91, 93], - [-6, 29], - [-73, -3], - [-51, 69], - [-42, 21], - [-16, 44] - ], - [ - [43044, 4753], - [32, 55], - [-16, 24], - [-55, 24], - [8, 36], - [-44, 100], - [13, 34], - [68, 19], - [-3, 70], - [34, 36], - [55, -27], - [24, 53], - [70, 21], - [40, -26], - [65, 50], - [46, 50], - [18, 73], - [-5, 45], - [-30, 70] - ], - [ - [43364, 5460], - [59, -23], - [34, -59], - [27, 48], - [45, -41], - [9, 77], - [36, 57], - [59, -11], - [63, -55], - [44, -71], - [45, 45], - [46, -27] - ], - [ - [43506, 4319], - [-22, -49], - [-38, -11], - [-28, -107], - [-78, -41], - [-41, -51], - [-60, 6], - [-18, -58], - [17, -53], - [-60, -31], - [-51, -75], - [-35, -24], - [23, -180], - [22, -33], - [-27, -39], - [-57, -37], - [-40, 30], - [-23, 74], - [-53, 99], - [-50, 53], - [-22, -27] - ], - [ - [42865, 3765], - [-40, 35], - [-39, 3], - [-19, 48], - [-45, 35], - [-34, -62], - [-69, 1], - [2, 44], - [-46, 47], - [-35, -29], - [3, -49], - [-52, 8], - [-29, -16], - [-13, 53], - [25, 42], - [0, 43], - [-47, 94], - [-40, 26], - [-111, 0], - [-21, -32], - [-71, 13], - [-52, -46], - [-29, 8], - [-83, 85] - ], - [ - [42020, 4116], - [-2, 57], - [-18, 37], - [-50, 38] - ], - [ - [41950, 4248], - [-3, 45], - [32, 65], - [22, 114], - [50, 113] - ], - [ - [42746, 4685], - [32, 4], - [86, -37], - [32, 29], - [33, -21], - [14, 71], - [101, 22] - ], - [ - [40099, 5001], - [-56, 66], - [9, 50], - [-71, 46], - [-55, -10], - [8, 95], - [-104, 101], - [-17, 83], - [-29, 19], - [24, 57], - [-85, 66], - [34, 61], - [8, 93], - [-29, 64], - [20, 25], - [-4, 91] - ], - [ - [39854, 5959], - [63, -32], - [57, 21], - [7, -35], - [103, -4], - [63, -17], - [41, 5], - [13, 32], - [43, 10], - [38, 42], - [-3, 37], - [98, 60], - [96, -65], - [14, 25], - [64, -6] - ], - [ - [46360, 7113], - [11, -121], - [32, -85], - [-60, -39], - [-65, -72], - [-25, 20], - [-98, -64], - [23, -31], - [-26, -51], - [41, -211], - [35, -16], - [-13, -46], - [-45, -9] - ], - [ - [41950, 4248], - [-59, 42], - [-49, -16], - [-63, 43], - [-49, 11], - [-10, -22], - [-66, 3], - [-8, 64], - [-68, 23] - ], - [ - [43618, 6121], - [20, -20], - [-20, -47], - [156, -24], - [-4, 62], - [47, -17], - [59, 79], - [-43, 20], - [32, 43], - [49, 17], - [6, -74], - [38, -38], - [63, 45], - [3, -36], - [-61, -95], - [24, -26], - [77, 43] - ], - [ - [43364, 5460], - [-39, -1], - [-43, 23], - [-40, 97], - [-52, 22], - [-60, -92], - [-62, -11], - [-75, 63], - [-35, -27], - [-29, 20], - [-36, -62], - [-26, -15], - [-31, 61] - ], - [ - [48091, 7115], - [-4, 32] - ], - [ - [52582, 4473], - [-26, -34], - [-29, -90], - [-72, -42], - [-16, -105], - [-35, -10], - [-34, -200], - [28, -31], - [-11, -38], - [33, -76], - [36, -23], - [-8, -93], - [-31, -86], - [-48, -64], - [-18, 15], - [-63, -80], - [-45, -6], - [-36, 58], - [-54, -3], - [-19, 30], - [-39, -32], - [-20, 35], - [-39, 13], - [-116, -40], - [-66, 11], - [-31, 46], - [-67, -9], - [-39, 80], - [-10, 94], - [-23, 49], - [-155, 1], - [-56, -8], - [-23, 37], - [9, 43], - [-36, 13], - [-44, -32], - [-53, 70], - [-4, -58], - [-21, -25], - [-58, 19], - [-42, -26], - [-1, -34], - [-40, -14], - [0, -35], - [-58, -3], - [-75, 13], - [-14, -62], - [21, -20], - [-22, -51], - [-55, -8], - [-15, -46], - [-129, -35] - ], - [ - [41017, 7082], - [7, -25], - [-45, -39], - [2, -49], - [51, -54], - [-55, -47], - [-1, -69], - [36, -16], - [51, -75], - [4, -59], - [34, -44], - [49, 14], - [8, -33], - [-29, -44], - [20, -64], - [-27, -17], - [0, -44], - [26, -45] - ], - [ - [40799, 7095], - [70, 113], - [47, 18], - [101, -144] - ], - [ - [47216, 5764], - [-57, -58], - [-56, 34], - [-48, 52], - [-63, 8], - [-72, 28], - [-55, -70] - ], - [ - [41169, 6344], - [23, -54], - [42, 20], - [31, -24], - [37, 15], - [39, -17], - [17, 89] - ], - [ - [42865, 3765], - [-22, -26], - [-11, -55], - [15, -38], - [-22, -57], - [-62, -52], - [-21, -208], - [51, -68], - [-22, -66], - [-30, -27], - [-32, -116] - ], - [ - [41736, 3679], - [23, 57], - [-7, 113], - [-46, 63], - [57, 68], - [48, 32], - [16, 57], - [68, -5], - [76, 15], - [49, 37] - ], - [ - [41648, 7097], - [-86, 13], - [-37, -13], - [-39, 25], - [-35, 71], - [-116, 67], - [-55, -22], - [-20, -58], - [-62, 14], - [-29, -23], - [-73, 11], - [-26, -47], - [-31, 9], - [-22, -62] - ], - [ - [41503, 3424], - [-11, 22], - [-67, -20], - [-26, 24], - [-10, 48], - [-42, -2], - [-29, 34] - ], - [ - [47032, 10473], - [119, -45], - [0, -47], - [-56, -27], - [-51, 40], - [-12, 79] - ], - [ - [47384, 10522], - [33, -96], - [-56, -5], - [-60, -46], - [-70, -9], - [-65, 41], - [218, 115] - ], - [ - [48575, 12862], - [85, -16], - [32, -36], - [-102, -75], - [-160, -5], - [-4, 33], - [75, 66], - [74, 33] - ], - [ - [46130, 11439], - [0, 1], - [0, 1], - [35, 26], - [0, 26], - [30, 2], - [126, -70], - [115, -66], - [102, -32], - [47, -59], - [182, -126], - [70, -60], - [81, 153], - [23, 69], - [-34, 45], - [-72, 22], - [-77, 116], - [7, 108], - [-55, -5], - [-194, 98], - [15, 93], - [97, 34], - [-27, 57], - [-24, 17], - [44, 91], - [-25, 30], - [27, 100], - [-112, 61], - [27, 68], - [-32, 10], - [35, 69], - [76, 29], - [142, 94], - [40, 42], - [41, 72], - [46, 148], - [27, 119], - [43, 96], - [29, 36], - [190, 24], - [207, -6], - [44, 9], - [104, -35], - [97, -33], - [26, -192], - [-48, -74], - [-21, -76], - [-31, -23], - [2, -54], - [-90, -72], - [4, -44], - [73, -89], - [61, -27], - [0, -60], - [44, -58], - [-25, -95], - [14, -77], - [-61, -56], - [32, -65], - [-18, -62], - [32, -93], - [-33, -45], - [28, -63], - [-19, -45], - [-10, -128], - [20, -65], - [91, -76], - [81, -65], - [-16, -79], - [-65, -67], - [-5, -68], - [27, -44], - [-19, -80], - [-43, -44], - [-64, -21], - [-26, -110], - [-66, -7], - [-1, -60], - [-50, -95], - [-71, -6], - [-59, -37], - [-41, 3], - [-52, -44], - [-59, -16], - [-53, 52], - [-65, -18], - [-22, 21], - [-90, 3], - [-115, -42], - [-6, -39], - [72, 58], - [67, 6], - [-3, -65], - [61, -52], - [175, -64], - [169, 8], - [153, -49], - [62, 49], - [-12, 40], - [24, 62], - [72, 13], - [21, 32], - [97, 47], - [22, 43], - [46, 24], - [19, 85], - [-9, 33], - [40, 66], - [97, 77], - [30, 60], - [2, 104], - [-40, 88], - [-52, 52], - [29, 54], - [-5, 68], - [50, 45], - [117, 44], - [166, 39], - [74, -6], - [4, -76], - [134, -123], - [-39, -85], - [40, -16], - [-27, -56], - [20, -82], - [-34, -58], - [110, -70], - [114, -21], - [100, 29], - [-56, 28], - [-79, -12], - [-52, 33], - [-74, 18], - [15, 147], - [49, 38], - [72, 17], - [-44, 52], - [2, 36], - [-44, 48], - [-7, 118], - [-160, 66], - [-19, 37], - [-54, -3], - [-78, 49], - [-100, 3], - [-71, -45], - [-75, -25], - [-55, 23], - [-83, -26], - [-43, 39], - [26, 96], - [-71, 138], - [26, 38], - [23, 104], - [-21, 14], - [104, 128], - [7, 97], - [-57, 62], - [-13, 64], - [-64, 101], - [-99, 85], - [92, 99], - [-10, 45], - [87, 48], - [129, 49], - [67, 52], - [22, 55], - [-16, 141], - [-45, 75], - [36, 28], - [127, -130], - [-25, -22], - [38, -85], - [-25, -30], - [-64, -149], - [43, -122], - [-44, -60], - [37, -48], - [137, -35], - [142, -11], - [10, -75], - [0, 31], - [12, 42], - [144, -19], - [27, -62], - [82, -23], - [46, 11], - [-44, 47], - [-12, 51], - [-75, 39], - [-122, 19], - [-36, 35], - [-76, 20], - [-75, 50], - [-42, 130], - [69, 42], - [88, 18], - [115, -87], - [59, -12], - [85, 63], - [-47, 56], - [-91, -19], - [72, 104], - [119, 27] - ], - [ - [47962, 13071], - [48, -11], - [-27, -94], - [-85, 52], - [64, 53] - ], - [ - [47279, 13222], - [55, -16], - [88, -84], - [-80, -53], - [-50, 2], - [-90, -38], - [-97, 15], - [53, 127], - [121, 47] - ], - [ - [59236, 2936], - [-45, -15], - [-48, -56], - [-63, -54], - [-58, 16], - [-29, -36], - [-59, -27], - [-36, -99], - [-24, 17], - [-24, -20], - [-84, -14], - [-57, 24], - [-46, 2], - [-30, -21], - [-27, 16], - [-17, 86], - [-40, 73], - [33, 78], - [-19, 85], - [-23, 3], - [-15, 51], - [21, 72], - [-13, 19] - ], - [ - [56928, 5005], - [-44, -3], - [-113, -55], - [-64, 3], - [-66, -89], - [-46, -84], - [-49, -43], - [7, -72], - [74, 23], - [50, -46], - [-19, -88], - [26, -29], - [1, -54], - [-20, -73], - [-34, -21], - [-56, -82], - [-17, -5], - [-19, -89], - [-43, -99], - [-2, -45], - [-31, -51], - [-29, -116], - [-29, -38], - [-17, -104], - [30, 0], - [4, -71], - [-32, -66], - [-122, -40], - [-73, -104], - [-60, -63], - [-69, 50], - [-38, 1], - [-64, 38], - [-41, 42], - [-21, 46], - [-76, 38], - [-91, -61], - [-65, 10], - [-26, 29], - [-44, 81], - [-62, 33], - [-61, 11], - [-105, -78], - [-106, -106], - [-27, -93], - [-70, -47], - [-38, 22], - [-109, -62], - [-103, -9], - [-75, -71], - [-43, -23], - [-32, 7], - [-37, 40], - [-31, -38], - [-100, 27], - [-25, -4], - [-46, 49], - [-68, 7], - [-77, -10], - [-51, 80], - [-62, 56], - [-2, 78], - [-39, 52] - ] - ], - "transform": { - "scale": [0.005305821665438469, 0.0024405569616505096], - "translate": [-180, 41.20720672607415] - }, - "objects": { - "russia": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-AD", - "NAME_0": "Russia", - "ID_1": 1, - "NAME_1": "Adygey", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Адыгея", - "VARNAME_1": "Adygea|Adygeya|Adygheya|Republic of Adygeya|Adygeyskaya A.Obl.|Respublika Adygeya" - } - }, - { - "arcs": [[1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ALT", - "NAME_0": "Russia", - "ID_1": 2, - "NAME_1": "Altay", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Алтайский край", - "VARNAME_1": "Altayskiy Kray" - } - }, - { - "arcs": [[5, 6, 7, 8, 9]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-AMU", - "NAME_0": "Russia", - "ID_1": 3, - "NAME_1": "Amur", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Амурская область", - "VARNAME_1": "Amurskaya Oblast" - } - }, - { - "arcs": [ - [[10, 11, 12, 13, 14, 15]], - [[16]], - [[17]], - [[18]], - [[19]], - [[20]], - [[21]], - [[22]], - [[23]], - [[24]], - [[25]], - [[26]], - [[27]], - [[28]], - [[29]], - [[30]], - [[31]], - [[32]], - [[33]], - [[34]], - [[35]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ARK", - "NAME_0": "Russia", - "ID_1": 4, - "NAME_1": "Arkhangel'sk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Архангельская область", - "VARNAME_1": "Arcangelo|Archangel|Archangelsk|Arkhangelskaya Oblast" - } - }, - { - "arcs": [[36, 37, 38]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-AST", - "NAME_0": "Russia", - "ID_1": 5, - "NAME_1": "Astrakhan'", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Астраханская область", - "VARNAME_1": "Astrachan|Astrakhanskaya Oblast" - } - }, - { - "arcs": [[39, 40, 41, 42, 43, 44]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-BA", - "NAME_0": "Russia", - "ID_1": 6, - "NAME_1": "Bashkortostan", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Башкортостан", - "VARNAME_1": "Bashkir|Bashkiriya|Bashkirskaya A.S.S.R.|Republic of Bashkortostan|Respublika Bashkortostan" - } - }, - { - "arcs": [[45, 46, 47]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-BEL", - "NAME_0": "Russia", - "ID_1": 7, - "NAME_1": "Belgorod", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Белгородская область", - "VARNAME_1": "Belgorodskaya Oblast" - } - }, - { - "arcs": [[48, 49, 50, 51, 52]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-BRY", - "NAME_0": "Russia", - "ID_1": 8, - "NAME_1": "Bryansk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Брянская область", - "VARNAME_1": "Bryanskaya Oblast" - } - }, - { - "arcs": [[53, 54, 55, 56]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-BU", - "NAME_0": "Russia", - "ID_1": 9, - "NAME_1": "Buryat", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Бурятия", - "VARNAME_1": "Buryatiya|Buryat-Mongol A.S.S.R.|Republic of Buryatia|Buryatskaya A.S.S.R.|Respublika" - } - }, - { - "arcs": [[57, 58, 59, 60, 61]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-CE", - "NAME_0": "Russia", - "ID_1": 10, - "NAME_1": "Chechnya", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Чечено-Ингушска", - "VARNAME_1": "Cecenia|Chechenia|Chechênia|Tchetchnia|Chechen-Ingush A.S.S.R.|Checheno-Ingushetia|Checheno-Ingushetia" - } - }, - { - "arcs": [[62, 63, 64, -41, 65]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-CHE", - "NAME_0": "Russia", - "ID_1": 11, - "NAME_1": "Chelyabinsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Челябинская область", - "VARNAME_1": "Chelyabinskaya Oblast" - } - }, - { - "arcs": [[[66]], [[67]], [[68, 69, 70, 71, 72, 73]], [[74]], [[75]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-CHU", - "NAME_0": "Russia", - "ID_1": 12, - "NAME_1": "Chukot", - "TYPE_1": "Avtonomnyy Okrug", - "ENGTYPE_1": "Autonomous Province", - "NL_NAME_1": "Чукотский АОк", - "VARNAME_1": "Chukotka|Chukotskiy Aok" - } - }, - { - "arcs": [[76, 77, 78, 79, 80]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-CU", - "NAME_0": "Russia", - "ID_1": 13, - "NAME_1": "Chuvash", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Чувашская Республика", - "VARNAME_1": "Chuvashskaya A.S.S.R.|Chuvashskaya Respublika|Chuvashiya|Chuvash Republic" - } - }, - { - "arcs": [[81, 82]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SPE", - "NAME_0": "Russia", - "ID_1": 14, - "NAME_1": "City of St. Petersburg", - "TYPE_1": "Gorsovet", - "ENGTYPE_1": "City", - "NL_NAME_1": "Санкт-Петербург (горсовет)", - "VARNAME_1": "Sankt-Peterburg gorsovet" - } - }, - { - "arcs": [[83, -62, 84, 85]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-DA", - "NAME_0": "Russia", - "ID_1": 15, - "NAME_1": "Dagestan", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Дагестан", - "VARNAME_1": "Dagestanskaya A.S.S.R.|Daghestan|Republic of Dagestan|Respublika Dagestan|Dagistan" - } - }, - { - "arcs": [[86, 87, 88, 89, -2]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-AL", - "NAME_0": "Russia", - "ID_1": 16, - "NAME_1": "Gorno-Altay", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Алтай", - "VARNAME_1": "Gorno-Altayskaya A.Obl.|Respublika Altay|Oirot|Republic of Altai" - } - }, - { - "arcs": [[-59, 90, 91]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-IN", - "NAME_0": "Russia", - "ID_1": 17, - "NAME_1": "Ingush", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Респу́блика Ингуше́тия", - "VARNAME_1": "Ingouchie|Inguchétia|Inguschetien|Ingushetia|Ingushetiya|Ingush Republic|Ingushskaya Respublika|Respublika Ingushetiya" - } - }, - { - "arcs": [[92, -57, 93, 94, 95]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-IRK", - "NAME_0": "Russia", - "ID_1": 18, - "NAME_1": "Irkutsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Иркутская область", - "VARNAME_1": "Irkutskaya Oblast" - } - }, - { - "arcs": [[96, 97, 98, 99]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-IVA", - "NAME_0": "Russia", - "ID_1": 19, - "NAME_1": "Ivanovo", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Ивановская область", - "VARNAME_1": "Ivanovskaya Oblast" - } - }, - { - "arcs": [[100, 101, 102, 103]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KB", - "NAME_0": "Russia", - "ID_1": 20, - "NAME_1": "Kabardin-Balkar", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Кабардино-Балкарская Респу", - "VARNAME_1": "Kabardin A.S.S.R.|Kabardino-Balkarskaya A.S.S.R.|Kabardino-Balkariya|Kabardino-Balkarsk|Kabard|Kabardino-Balkarskaya Republic" - } - }, - { - "arcs": [[104]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KGD", - "NAME_0": "Russia", - "ID_1": 21, - "NAME_1": "Kaliningrad", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Калининградская область", - "VARNAME_1": "Kaliningradskaya Oblast" - } - }, - { - "arcs": [[-37, 105, -86, 106, 107, 108]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KL", - "NAME_0": "Russia", - "ID_1": 22, - "NAME_1": "Kalmyk", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Калмыкия", - "VARNAME_1": "Kalmykiya|Khalmg Tangch|Republic of Kalmykia|Kalmytskaya A.S.S.R.|Respublika Kalmykiya" - } - }, - { - "arcs": [[109, 110, -53, 111, 112]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KLU", - "NAME_0": "Russia", - "ID_1": 23, - "NAME_1": "Kaluga", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Калужская область", - "VARNAME_1": "Kaluzhskaya Oblast" - } - }, - { - "arcs": [[[113]], [[114]], [[-69, 115]], [[116, -71, 117]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KAM", - "NAME_0": "Russia", - "ID_1": 24, - "NAME_1": "Kamchatka", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Камчатская край", - "VARNAME_1": "Kamçatka|Kamchatskaya Kray" - } - }, - { - "arcs": [[-103, 118, 119, 120]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KC", - "NAME_0": "Russia", - "ID_1": 25, - "NAME_1": "Karachay-Cherkess", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Карачаево-Черкессия Респуб", - "VARNAME_1": "Karaçay-Çerkes|Karachay-Cherkessiya|Karachayevo-Cherkesskaya Respublika|Karachayevo-Cherkessiya|Karachayevo-Cherkess Republic|K" - } - }, - { - "arcs": [[121, -15, 122, 123, 124, 125]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KR", - "NAME_0": "Russia", - "ID_1": 26, - "NAME_1": "Karelia", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Карелия", - "VARNAME_1": "Karelian A.S.S.R.|Karelo-Finnish A.S.S.R.|Karel'skaya A.S.S.R.|Olonets|Olonetskaya G.|Kareliya|Republic of Karelia" - } - }, - { - "arcs": [[126, -87, -5, 127, 128, 129]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KEM", - "NAME_0": "Russia", - "ID_1": 27, - "NAME_1": "Kemerovo", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Кемеровская область", - "VARNAME_1": "Kemerovskaya Oblast" - } - }, - { - "arcs": [[[130]], [[131]], [[132, 133, 134, 135, 136, -6, 137]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KHA", - "NAME_0": "Russia", - "ID_1": 28, - "NAME_1": "Khabarovsk", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Хабаровский край", - "VARNAME_1": "Khabarovskiy Kray" - } - }, - { - "arcs": [[138, -88, -127, 139]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KK", - "NAME_0": "Russia", - "ID_1": 29, - "NAME_1": "Khakass", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Хакасия", - "VARNAME_1": "Khakassiya|Republic of Khakasia|Khakasskaya A.Obl.|Respublika Khakasiya|Republic of Khakasia" - } - }, - { - "arcs": [[140, 141, 142, 143, 144, 145]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KHM", - "NAME_0": "Russia", - "ID_1": 30, - "NAME_1": "Khanty-Mansiy", - "TYPE_1": "Avtonomnyy Okrug", - "ENGTYPE_1": "Autonomous Province", - "NL_NAME_1": "Ханты-Мансийский АОк", - "VARNAME_1": "Khanty-Mansiysk|Khanty-Mansiyskiy A.Okr.|Khanty-Mansiyskiy A.Okr.-Yugra|Khanty-Mansiyskiy Aok" - } - }, - { - "arcs": [[146, 147, 148, 149, 150, 151, 152, 153, -13]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KIR", - "NAME_0": "Russia", - "ID_1": 31, - "NAME_1": "Kirov", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Кировская область", - "VARNAME_1": "Vyatka|Vyatskaya G.|Kirovskaya Oblast" - } - }, - { - "arcs": [[154, -145, 155, 156, -147, -12, 157]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KO", - "NAME_0": "Russia", - "ID_1": 32, - "NAME_1": "Komi", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Коми", - "VARNAME_1": "Komi A.S.S.R.|Republic of Komi|Respublika Komi" - } - }, - { - "arcs": [[-153, 158, -100, 159, 160]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KOS", - "NAME_0": "Russia", - "ID_1": 33, - "NAME_1": "Kostroma", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Костромская область", - "VARNAME_1": "Kostromskaya Oblast" - } - }, - { - "arcs": [[161, 162, -120, 163], [-1]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KDA", - "NAME_0": "Russia", - "ID_1": 34, - "NAME_1": "Krasnodar", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Краснодарский край", - "VARNAME_1": "Cossacks of the Black Sea|Kuban|Kubanskaya|Yekaterinodar|Krasnodarskiy Kray" - } - }, - { - "arcs": [ - [[164]], - [[165, 166]], - [[167]], - [[168]], - [[169]], - [[170, -95, 171, -140, -130, 172, -141, 173, 174]], - [[175]], - [[176]], - [[177]], - [[178]], - [[179]], - [[180]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KYA", - "NAME_0": "Russia", - "ID_1": 35, - "NAME_1": "Krasnoyarsk", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Красноярский край", - "VARNAME_1": "Krasnoyarskiy Kray|Yeniseisk|Yeniseyskaya G." - } - }, - { - "arcs": [[181, 182, -63, 183]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KGN", - "NAME_0": "Russia", - "ID_1": 36, - "NAME_1": "Kurgan", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Курганская область", - "VARNAME_1": "Kurganskaya Oblast" - } - }, - { - "arcs": [[184, 185, -48, 186, -50, 187]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-KRS", - "NAME_0": "Russia", - "ID_1": 37, - "NAME_1": "Kursk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Курская область", - "VARNAME_1": "Kurskaya Oblast" - } - }, - { - "arcs": [[188, 189, -82, 190, -124, 191, 192, 193, 194]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-LEN", - "NAME_0": "Russia", - "ID_1": 38, - "NAME_1": "Leningrad", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Ленинградская область", - "VARNAME_1": "Saint Petersburg|Sankt-Peterburgskaya G.|Leningradskaya Oblast" - } - }, - { - "arcs": [[195, 196, -185, 197, 198, 199]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-LIP", - "NAME_0": "Russia", - "ID_1": 39, - "NAME_1": "Lipetsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Липецкая область", - "VARNAME_1": "Lipetskaya Oblast" - } - }, - { - "arcs": [[-133, 200, -72, -117, 201]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-MAG", - "NAME_0": "Russia", - "ID_1": 40, - "NAME_1": "Maga Buryatdan", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Магаданская область", - "VARNAME_1": "Magadanskaya Oblast" - } - }, - { - "arcs": [[202, -81, 203, -151]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ME", - "NAME_0": "Russia", - "ID_1": 41, - "NAME_1": "Mariy-El", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Марий Эл", - "VARNAME_1": "Mari|Mari-El|Republic of Mari El|Mariyskaya A.S.S.R.|Respublika Mariy El" - } - }, - { - "arcs": [[-79, 204, 205, 206, 207]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-MO", - "NAME_0": "Russia", - "ID_1": 42, - "NAME_1": "Mordovia", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Мордовия", - "VARNAME_1": "Mordov|Mordvian Autonomous Republic|Mordvinia|Republic of Mordovia|Mordovian A.S.S.R." - } - }, - { - "arcs": [[208]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-MOW", - "NAME_0": "Russia", - "ID_1": 43, - "NAME_1": "Moscow City", - "TYPE_1": "Gorod", - "ENGTYPE_1": "City", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[209, 210, 211, 212, -113, 213, 214], [-209]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-MOS", - "NAME_0": "Russia", - "ID_1": 44, - "NAME_1": "Moskva", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Московская область", - "VARNAME_1": "Mosca|Moscou|Moscow|Moskau|Moskova|Moskovskaya" - } - }, - { - "arcs": [[-126, 215]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-MUR", - "NAME_0": "Russia", - "ID_1": 45, - "NAME_1": "Murmansk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Мурманская область", - "VARNAME_1": "Murmanskaya Oblast" - } - }, - { - "arcs": [[[216]], [[217, -158, -11, 218]], [[219]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-NEN", - "NAME_0": "Russia", - "ID_1": 46, - "NAME_1": "Nenets", - "TYPE_1": "Avtonomnyy Okrug", - "ENGTYPE_1": "Autonomous Province", - "NL_NAME_1": "Ненецкий АОк", - "VARNAME_1": "Nenetskiy A.Okr.|Nenetskiy Aok" - } - }, - { - "arcs": [[-152, -204, -80, -208, 220, 221, -97, -159]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-NIZ", - "NAME_0": "Russia", - "ID_1": 47, - "NAME_1": "Nizhegorod", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Нижегородская область", - "VARNAME_1": "Gor'kiy|Gor'kovskaya|Gorky|Nizhegorodskaya|Nizhniy-Novgorod|Nizhegorodskaya Oblast" - } - }, - { - "arcs": [[-60, -92, 222, -101, 223]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SE", - "NAME_0": "Russia", - "ID_1": 48, - "NAME_1": "North Ossetia", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Северная Осетия", - "VARNAME_1": "Kuzey Osetya|Respublika Severnaya Osetiya|Severnaya Osetiya-Alaniya|North Ossetian A.S.S.R.|Republic of North Osetia-Alania" - } - }, - { - "arcs": [[224, 225, 226, -193]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-NGR", - "NAME_0": "Russia", - "ID_1": 49, - "NAME_1": "Novgorod", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Новгородская область", - "VARNAME_1": "Novgorodskaya Oblast" - } - }, - { - "arcs": [[-128, -4, 227, 228, 229]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-NVS", - "NAME_0": "Russia", - "ID_1": 50, - "NAME_1": "Novosibirsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Новосибирская область", - "VARNAME_1": "Novosibirskaya Oblast" - } - }, - { - "arcs": [[-229, 230, 231, 232]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-OMS", - "NAME_0": "Russia", - "ID_1": 51, - "NAME_1": "Omsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Омская область", - "VARNAME_1": "Omskaya Oblast" - } - }, - { - "arcs": [[-198, -188, -49, -111, 233]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ORL", - "NAME_0": "Russia", - "ID_1": 52, - "NAME_1": "Orel", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Орловская область", - "VARNAME_1": "Orlovskaya|Or'ol|Oryol|Orlovskaya Oblast" - } - }, - { - "arcs": [[-42, -65, 234, 235, 236, 237]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ORE", - "NAME_0": "Russia", - "ID_1": 53, - "NAME_1": "Orenburg", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Оренбургская область", - "VARNAME_1": "Chkalov|Orenburgskaya|Orenburgskaya Oblast" - } - }, - { - "arcs": [[238, 239, 240, 241, -206]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-PNZ", - "NAME_0": "Russia", - "ID_1": 54, - "NAME_1": "Penza", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Пензенская область", - "VARNAME_1": "Penzenskaya Oblast" - } - }, - { - "arcs": [[-45, 242, -148, -157, 243]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-PER", - "NAME_0": "Russia", - "ID_1": 55, - "NAME_1": "Perm'", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Пермская край", - "VARNAME_1": "Molotov|Permskaya" - } - }, - { - "arcs": [[244, -135]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-PRI", - "NAME_0": "Russia", - "ID_1": 56, - "NAME_1": "Primor'ye", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Приморский край", - "VARNAME_1": "Küsten-Gebiet|Maritime Territory|Primorsk|Primorskiy Kray" - } - }, - { - "arcs": [[-227, 245, 246, 247, -194]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-PSK", - "NAME_0": "Russia", - "ID_1": 57, - "NAME_1": "Pskov", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Псковская область", - "VARNAME_1": "Pskovskaya Oblast" - } - }, - { - "arcs": [[248, 249, -108, 250, -162, 251]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ROS", - "NAME_0": "Russia", - "ID_1": 58, - "NAME_1": "Rostov", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Ростовская область", - "VARNAME_1": "Province of the Don Cossacks|Provinz des Donischen Heeres|Voyska Donskovo|Rostovskaya Oblast" - } - }, - { - "arcs": [[-221, -207, -242, 252, -200, 253, -212, 254]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-RYA", - "NAME_0": "Russia", - "ID_1": 59, - "NAME_1": "Ryazan'", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Рязанская область", - "VARNAME_1": "Ryazanskaya Oblast|Ryazanskaya Oblast" - } - }, - { - "arcs": [[[255]], [[256]], [[257]], [[258]], [[259]], [[260]], [[261]], [[262]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SAK", - "NAME_0": "Russia", - "ID_1": 60, - "NAME_1": "Sakhalin", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Сахалинская область", - "VARNAME_1": "Sakhalinskaya Oblast" - } - }, - { - "arcs": [ - [[263]], - [[264]], - [[265]], - [[266]], - [[267]], - [[268]], - [[269]], - [[-73, -201, -138, -10, 270, -96, -171, 271, -166, 272]], - [[273]], - [[274]], - [[275]], - [[276]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SA", - "NAME_0": "Russia", - "ID_1": 61, - "NAME_1": "Sakha", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Саха", - "VARNAME_1": "Republic of Sakha|Yakutia-Sakha|Yakutsk|Yakut A.S.S.R.|Yakutskaya A.S.S.R.|Respublika Sakha" - } - }, - { - "arcs": [[-237, 277, 278, 279]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SAM", - "NAME_0": "Russia", - "ID_1": 62, - "NAME_1": "Samara", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Самарская область", - "VARNAME_1": "Kuybyshev|Kuybyshevskaya|Samarskaya Oblast" - } - }, - { - "arcs": [[-236, 280, 281, 282, 283, -240, 284, -278]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SAR", - "NAME_0": "Russia", - "ID_1": 63, - "NAME_1": "Saratov", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Саратовская область", - "VARNAME_1": "Saratovskaya Oblast" - } - }, - { - "arcs": [[-214, -112, -52, 285, -247, 286]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SMO", - "NAME_0": "Russia", - "ID_1": 64, - "NAME_1": "Smolensk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Смоленская область", - "VARNAME_1": "Smolenskaya Oblast" - } - }, - { - "arcs": [[-85, -61, -224, -104, -121, -163, -251, -107]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-STA", - "NAME_0": "Russia", - "ID_1": 65, - "NAME_1": "Stavropol", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Ставропольский край", - "VARNAME_1": "Stavropol'skiy Kray|Stavropolskiy Kray" - } - }, - { - "arcs": [[287, -184, -66, -40, -244, -156, -144]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-SVE", - "NAME_0": "Russia", - "ID_1": 66, - "NAME_1": "Sverdlovsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Свердловская область", - "VARNAME_1": "Yekaterinburg|Sverdlovskaya Oblast" - } - }, - { - "arcs": [[-241, -284, 288, -196, -253]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TAM", - "NAME_0": "Russia", - "ID_1": 67, - "NAME_1": "Tambov", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Тамбовская область", - "VARNAME_1": "Tambovskaya Oblast" - } - }, - { - "arcs": [[289, -43, -238, -280, 290, -77, -203, -150]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TA", - "NAME_0": "Russia", - "ID_1": 68, - "NAME_1": "Tatarstan", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Татарстан", - "VARNAME_1": "Kazan|Kazanskaya G.|Tatar A.S.S.R.|Tatarskaya A.S.S.R.|Republic of Tatarstan|Respublika Tatars" - } - }, - { - "arcs": [[-173, -129, -230, -233, 291, -142]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TOM", - "NAME_0": "Russia", - "ID_1": 69, - "NAME_1": "Tomsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Томская область", - "VARNAME_1": "Tomskaya Oblast" - } - }, - { - "arcs": [[-254, -199, -234, -110, -213]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TUL", - "NAME_0": "Russia", - "ID_1": 70, - "NAME_1": "Tula", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Тульская область", - "VARNAME_1": "Tul'skaya|Tulskaya Oblast" - } - }, - { - "arcs": [[-56, 292, -89, -139, -172, -94]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TY", - "NAME_0": "Russia", - "ID_1": 71, - "NAME_1": "Tuva", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Республика Тыва", - "VARNAME_1": "Respublika Tyva|Republic of Tuva|Tyva|Tuvinskaya A.S.S.R.|Republic of Tyva" - } - }, - { - "arcs": [[293, -215, -287, -246, -226, 294]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TVE", - "NAME_0": "Russia", - "ID_1": 72, - "NAME_1": "Tver'", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Тверская область", - "VARNAME_1": "Kalinin|Kalininskaya|Tverskaya Oblast" - } - }, - { - "arcs": [[-292, -232, 295, -182, -288, -143]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-TYU", - "NAME_0": "Russia", - "ID_1": 73, - "NAME_1": "Tyumen'", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Тюменская область", - "VARNAME_1": "Tobol'sk|Tobol'skaya G.|Tyumenskaya Oblast" - } - }, - { - "arcs": [[-243, -44, -290, -149]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-UD", - "NAME_0": "Russia", - "ID_1": 74, - "NAME_1": "Udmurt", - "TYPE_1": "Respublika", - "ENGTYPE_1": "Republic", - "NL_NAME_1": "Удмуртская Республика", - "VARNAME_1": "Udmurtiya|Udmurt Republic|Udmurtskaya A.S.S.R.|Udmurtskaya Respublika" - } - }, - { - "arcs": [[-279, -285, -239, -205, -78, -291]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ULY", - "NAME_0": "Russia", - "ID_1": 75, - "NAME_1": "Ul'yanovsk", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Ульяновская область", - "VARNAME_1": "Simbirsk|Simbirskaya G.|Ul'yanovskaya Oblast" - } - }, - { - "arcs": [[-222, -255, -211, 296, -98]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-VLA", - "NAME_0": "Russia", - "ID_1": 76, - "NAME_1": "Vladimir", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Владимирская область", - "VARNAME_1": "Vladimirskaya Oblast" - } - }, - { - "arcs": [[297, -38, -109, -250, 298, -282]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-VGG", - "NAME_0": "Russia", - "ID_1": 77, - "NAME_1": "Volgograd", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Волгоградская область", - "VARNAME_1": "Stalingrad|Volgogradskaya Oblast" - } - }, - { - "arcs": [[-14, -154, -161, 299, -295, -225, -192, -123]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-VLG", - "NAME_0": "Russia", - "ID_1": 78, - "NAME_1": "Vologda", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Вологодская область", - "VARNAME_1": "Vologodskaya Oblast" - } - }, - { - "arcs": [[-289, -283, -299, -249, 300, -46, -186, -197]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-VOR", - "NAME_0": "Russia", - "ID_1": 79, - "NAME_1": "Voronezh", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Воронежская область", - "VARNAME_1": "Voronezhskaya Oblast" - } - }, - { - "arcs": [[[301]], [[302]], [[303]], [[-174, -146, -155, -218, 304]], [[305]], [[306]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 188, - "ISO": "RU-YAN", - "NAME_0": "Russia", - "ID_1": 80, - "NAME_1": "Yamal-Nenets", - "TYPE_1": "Avtonomnyy Okrug", - "ENGTYPE_1": "Autonomous Province", - "NL_NAME_1": "Ямало-Ненецкий АОк", - "VARNAME_1": "Yamalo-Nenetskiy A. Okrug" - } - }, - { - "arcs": [[-160, -99, -297, -210, -294, -300]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-YAR", - "NAME_0": "Russia", - "ID_1": 81, - "NAME_1": "Yaroslavl'", - "TYPE_1": "Oblast", - "ENGTYPE_1": "Region", - "NL_NAME_1": "Ярославская область", - "VARNAME_1": "Yaroslavskaya" - } - }, - { - "arcs": [[307, -7, -137]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-YEV", - "NAME_0": "Russia", - "ID_1": 82, - "NAME_1": "Yevrey", - "TYPE_1": "Avtonomnaya Oblast", - "ENGTYPE_1": "Autonomous Region", - "NL_NAME_1": "Eврейская АОб", - "VARNAME_1": "Den jødiske autonome oblasten|Evrey|Jewish A.Obl.|Yahudi|Yevreyskaya A.Obl.|Evreyskaya AOb" - } - }, - { - "arcs": [[-271, -9, 308, -54, -93]], - "type": "Polygon", - "properties": { - "ID_0": 188, - "ISO": "RU-ZAB", - "NAME_0": "Russia", - "ID_1": 83, - "NAME_1": "Zabaykal'ye", - "TYPE_1": "Kray", - "ENGTYPE_1": "Territory", - "NL_NAME_1": "Забайкальский край", - "VARNAME_1": "Zabaykalsky" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/singapore-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/singapore-topo.json deleted file mode 100644 index c6b4ec19d4f9e..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/singapore-topo.json +++ /dev/null @@ -1,7518 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [3548, 26653], - [25, -43], - [27, -40], - [24, -44], - [20, -53], - [30, -55], - [35, -60], - [54, -49], - [61, -45], - [64, -37], - [64, -26], - [64, -14], - [62, -4], - [59, -4], - [58, 3], - [60, -6], - [56, -21], - [54, 0], - [47, -18], - [36, -36], - [30, -44], - [13, -59], - [19, -59], - [-6, -60], - [-22, -61], - [-30, -57], - [-20, -65], - [-21, -67], - [-15, -77], - [18, -90], - [37, -85], - [48, -77], - [44, -82], - [56, -59], - [61, -34], - [64, -20], - [61, -23], - [64, -2], - [63, 17], - [62, 20], - [57, 28], - [59, 20], - [47, 35], - [41, 41], - [38, 41], - [28, 40], - [17, 43], - [3, 43], - [-5, 46], - [-11, 44], - [-28, 34], - [-35, 24], - [-48, -9], - [-62, -35], - [-56, -46], - [-52, -13], - [-37, 30], - [-24, 47], - [-21, 46], - [-24, 35], - [-21, 35], - [-19, 36], - [-5, 50], - [-1, 57], - [-4, 66], - [-19, 72], - [-11, 80], - [-2, 83], - [-2, 82], - [-12, 80], - [-29, 72], - [-46, 59], - [-52, 47], - [-49, 42], - [-47, 38], - [-46, 34], - [-42, 40], - [-46, 30], - [-40, 32], - [-37, 35], - [-31, 36], - [-28, 33], - [-30, 32], - [-38, 27], - [-40, 39], - [-46, 53], - [-51, 63], - [-57, 60], - [-50, 54], - [-48, 40], - [-30, 46], - [-36, 37], - [-51, 29], - [-45, 49], - [-45, 60], - [-40, 72], - [-38, 72], - [-34, 71], - [-26, 69], - [-24, 64], - [-39, 47], - [-38, 48], - [-28, 62], - [-34, 60], - [-44, 50], - [-46, 45], - [-42, 42], - [-28, 41], - [4, 52], - [67, 94], - [72, 43], - [65, 25], - [57, 41], - [59, 26], - [58, 21], - [51, 30], - [31, 49], - [19, 61], - [14, 69], - [-7, 83], - [3, 96], - [56, 90], - [34, -3], - [11, -4], - [50, -18], - [63, 19], - [68, 23], - [60, 41], - [58, 40], - [68, 13], - [72, -16], - [68, 25], - [68, 29], - [66, 27], - [58, 31], - [58, 31], - [74, 7], - [72, 0], - [111, -124], - [74, 0], - [36, -41], - [37, 41], - [0, 124], - [-37, 43], - [-20, 60], - [-15, 62], - [-12, 61], - [-25, 52], - [-27, 46], - [-26, 38], - [-33, 35], - [-24, 54], - [-28, 61], - [-13, 73], - [-15, 71], - [-2, 74], - [6, 71], - [43, 57], - [44, 49], - [38, 44], - [37, 39], - [33, 37], - [29, 38], - [17, 43], - [22, 54], - [23, 81], - [26, 106], - [30, 83], - [35, 32], - [40, -16], - [54, -10], - [55, -18], - [55, -23], - [50, -26], - [58, -11], - [62, 5], - [67, 24], - [73, 9], - [73, 2], - [70, 0], - [83, 0], - [404, 0], - [37, 41], - [294, 0], - [36, 41], - [37, 0], - [37, 41], - [12, -13], - [25, -28], - [184, 0], - [110, -124], - [0, -41], - [36, -41], - [0, -124], - [38, -41], - [0, -247], - [36, -41], - [0, -82], - [36, -41], - [0, -41], - [74, -83], - [74, 0], - [37, -41], - [36, 0], - [37, 41], - [37, 0], - [110, 124], - [0, 123], - [37, 41], - [0, 83], - [37, 41], - [-37, 41], - [0, 123], - [-37, 42], - [0, 41], - [-36, 41], - [0, 41], - [-37, 41], - [0, 41], - [-221, 248], - [0, 41], - [-37, 41], - [0, 123], - [37, 42], - [0, 41], - [184, 205], - [23, 50], - [12, 61], - [5, 55], - [11, 44], - [44, 32], - [75, 7], - [80, -38], - [63, -32], - [56, -11], - [56, -3], - [55, 1], - [49, 5], - [35, 18], - [6, 47], - [-31, 73], - [-51, 44], - [-64, 14], - [-69, 6], - [-67, 10], - [-59, 20], - [-82, 9], - [-37, 0], - [-73, 83], - [0, 164], - [-37, 41], - [0, 42], - [-110, 123], - [-257, 0], - [-30, -1], - [-44, -1], - [-56, -14], - [-62, -20], - [-65, -5], - [-64, 0], - [-49, 0], - [-16, 0], - [-67, 0], - [-68, -1], - [-71, -6], - [-67, -18], - [-63, -18], - [-58, -25], - [-58, -19], - [-54, -35], - [-61, -32], - [-74, -3], - [-70, 26], - [-63, 7], - [-51, 4], - [-37, 14], - [-33, 21], - [-34, 22], - [-23, 36], - [-30, 36], - [-36, 38], - [-41, 29], - [-52, -1], - [-49, -34], - [-46, -43], - [-35, -48], - [-29, -39], - [-26, -32], - [-27, -23], - [-20, -21], - [-36, 41], - [0, 124], - [28, 106], - [40, 78], - [40, 73], - [38, 68], - [45, 51], - [46, 40], - [38, 47], - [26, 63], - [31, 69], - [36, 75], - [44, 76], - [53, 68], - [48, 82], - [38, 96], - [37, 101], - [37, 101], - [0, 41], - [36, 41], - [0, 124], - [37, 41], - [0, 576], - [-73, 83], - [-37, 0], - [-111, 123], - [0, 41], - [38, 41], - [0, 42], - [36, 41], - [0, 41], - [184, 206], - [0, 41], - [21, 63], - [17, 77], - [12, 71], - [-1, 71], - [-15, 75], - [-22, 83], - [-10, 98], - [6, 100], - [38, 84], - [59, 60], - [59, 52], - [52, 51], - [39, 55], - [28, 60], - [13, 67], - [19, 65], - [31, 56], - [47, 46], - [58, 35], - [72, 8], - [64, -1], - [48, -7], - [32, -22], - [37, -22], - [25, 59], - [27, 26], - [44, 19], - [49, 34], - [46, 48], - [51, 42], - [37, 55], - [16, 76], - [22, 80], - [13, 80], - [20, 70], - [22, 61], - [31, 38], - [32, 20], - [15, 46], - [18, 45], - [4, 70], - [2, 78], - [8, 74], - [22, 66], - [6, 64], - [10, 59], - [21, 48], - [8, 62], - [17, 62], - [20, 66], - [31, 60], - [30, 60], - [14, 64], - [17, 59], - [13, 61], - [8, 61], - [24, 55], - [7, 57], - [6, 54], - [23, 47], - [9, 58], - [12, 60], - [20, 59], - [17, 64], - [23, 49], - [37, 41], - [0, 41], - [404, 453], - [0, 41], - [37, 41], - [36, 0], - [38, 42], - [73, 0], - [37, -42], - [74, 0], - [36, 42], - [110, -1], - [257, 289], - [37, 0], - [61, 1], - [77, 5], - [71, -2], - [53, 8], - [36, 22], - [33, 6], - [34, 8], - [35, 26], - [36, 42], - [44, 43], - [56, 30], - [54, 24], - [51, 33], - [48, 31], - [61, 26], - [73, 21], - [74, 4], - [71, 1], - [66, 7], - [56, 25], - [66, 8], - [66, 8], - [61, 27], - [61, 24], - [59, 26], - [60, 31], - [60, 34], - [64, 37], - [64, 38], - [63, 36], - [54, 57], - [52, 63], - [51, 65], - [50, 57], - [31, 70], - [39, 60], - [39, 59], - [56, 57], - [58, 64], - [70, 66], - [68, 72], - [65, 68], - [65, 47], - [62, 31], - [54, 32], - [45, 44], - [43, 51], - [45, 51], - [46, 52], - [38, 60], - [39, 62], - [40, 64], - [47, 54], - [54, 43], - [51, 44], - [48, 46], - [45, 48], - [50, 46], - [41, 59], - [40, 57], - [65, 11], - [55, 24], - [53, 14], - [39, 34], - [33, 52], - [43, 51], - [60, 45], - [61, 35], - [63, 14], - [50, 30], - [58, 23], - [53, 32], - [59, 35], - [62, 39], - [68, 39], - [76, 36], - [80, 25], - [80, 25], - [78, 28], - [84, 1], - [77, 1], - [68, 7], - [62, 7], - [53, 22], - [61, 14], - [70, 14], - [78, 22], - [91, 4], - [93, 1], - [74, 0], - [36, -41], - [110, 0], - [38, 41], - [110, 0], - [36, 41], - [111, 0], - [36, -41], - [294, 0], - [38, -41], - [36, 0], - [37, -42], - [37, 0], - [36, -41], - [37, 0], - [74, -82], - [73, 0], - [147, -165], - [0, -41], - [36, -41], - [0, -41], - [74, -83], - [0, -41], - [59, -67], - [40, -45], - [54, -27], - [39, -46], - [40, -43], - [46, -39], - [51, -41], - [50, -54], - [53, -55], - [53, -57], - [52, -50], - [37, -59], - [23, -67], - [28, -50], - [37, -41], - [0, -82], - [37, -42], - [0, -40], - [36, -42], - [0, -41], - [38, -41], - [0, -41], - [18, -41], - [0, -42], - [-9, -72], - [-120, -175], - [0, -82], - [-37, -41], - [5, -46], - [29, -63], - [26, -66], - [12, -71], - [2, -73], - [0, -75], - [-4, -78], - [-17, -80], - [-35, -79], - [-67, -62], - [-68, -66], - [-3, -92], - [51, -71], - [73, -27], - [63, -24], - [44, -37], - [18, -31], - [-14, -47], - [-74, -110], - [-38, -41], - [0, -82], - [-36, -83], - [-27, -124], - [-38, -110], - [-28, -44], - [3, -21], - [-36, -77], - [-37, -61], - [17, -68], - [-9, -35], - [9, -75], - [-4, -60], - [-1, -67], - [-3, -71], - [-15, -68], - [-22, -67], - [-38, -54], - [-50, -46], - [-47, -51], - [-44, -57], - [-43, -60], - [-49, -52], - [-56, -45], - [-56, -46], - [-50, -52], - [-47, -56], - [-48, -52], - [-50, -52], - [-46, -59], - [-48, -58], - [-48, -61], - [-58, -49], - [-68, -32], - [-69, -21], - [-63, -24], - [-71, -12], - [-76, -3], - [-78, -6], - [-75, -34], - [-65, -54], - [-51, -64], - [-63, -52], - [-58, -47], - [-60, -32], - [-55, -30], - [-58, -12], - [-57, -15], - [-54, -12], - [-56, -6], - [-55, 1], - [-57, 7], - [-59, 10], - [-66, 10], - [-70, 11], - [-66, 25], - [-63, 36], - [-66, 40], - [-45, 72], - [-54, 69], - [-60, 61], - [-68, 38], - [-68, 21], - [-44, 3], - [-21, 1], - [-36, -41], - [-37, 0], - [-18, -20], - [-55, -62], - [0, -41], - [-56, -31], - [-54, -10], - [-38, -42], - [-73, -41], - [-37, 0], - [-36, 42], - [-111, 0], - [-73, -83], - [-221, 0], - [-106, -5], - [-105, -5], - [-277, 10], - [-24, -7], - [-48, -13], - [-65, -186], - [37, -51], - [58, -21], - [52, 31], - [37, 31], - [37, 31], - [9, 41], - [55, 10], - [55, 11], - [101, 0], - [331, 0], - [74, -83], - [92, -185], - [91, 0], - [111, 185], - [0, 41], - [36, 42], - [0, 41], - [38, 41], - [72, 0], - [74, 82], - [37, 0], - [37, -41], - [52, -13], - [35, -20], - [24, -15], - [15, -28], - [17, -33], - [14, -42], - [20, -45], - [5, -55], - [1, -59], - [7, -54], - [23, -42], - [20, -39], - [28, -29], - [39, -17], - [49, -3], - [56, 1], - [59, 11], - [54, 28], - [56, 25], - [59, 17], - [61, 17], - [64, 20], - [74, 7], - [74, 15], - [77, 48], - [72, 7], - [20, -13], - [30, -20], - [35, -36], - [21, -30], - [15, -61], - [34, -13], - [28, 31], - [36, 10], - [33, 31], - [56, -17], - [56, -41], - [47, -51], - [35, -57], - [20, -67], - [18, -71], - [4, -80], - [-5, -80], - [-25, -68], - [-17, -65], - [-22, -50], - [-15, -54], - [-25, -49], - [-25, -57], - [-17, -68], - [-26, -60], - [-10, -65], - [-22, -54], - [-14, -52], - [-19, -45], - [-15, -45], - [-14, -47], - [-17, -51], - [-5, -66], - [-6, -72], - [-21, -65], - [-18, -61], - [-17, -49], - [16, -44], - [25, -46], - [32, -48], - [25, -53], - [17, -55], - [-12, -59], - [-9, -63], - [-23, -64], - [-24, -67], - [-39, -62], - [-50, -44], - [-48, -47], - [-49, -42], - [-43, -46], - [-35, -46], - [-49, -39], - [-62, -30], - [-57, -28], - [-135, -37], - [0, -42], - [18, -41], - [18, -41], - [10, -62], - [82, 0], - [37, 31], - [28, 41], - [36, 31], - [64, 31], - [55, 24], - [51, 40], - [51, 35], - [53, 37], - [52, 30], - [54, 25], - [45, 33], - [38, 36], - [32, 39], - [25, 43], - [32, 43], - [35, 44], - [32, 49], - [25, 51], - [16, 52], - [18, 46], - [6, 58], - [6, 65], - [24, 71], - [6, 79], - [0, 79], - [-8, 73], - [-22, 62], - [-6, 62], - [2, 64], - [13, 67], - [21, 66], - [23, 68], - [24, 63], - [30, 49], - [37, 32], - [36, 29], - [47, 6], - [51, 0], - [52, -7], - [44, -32], - [44, -44], - [40, -52], - [30, -65], - [31, -60], - [27, -58], - [29, -50], - [20, -56], - [22, -54], - [21, -59], - [22, -63], - [32, -61], - [37, -64], - [36, -68], - [34, -72], - [31, -75], - [21, -79], - [23, -69], - [20, -63], - [16, -53], - [3, -47], - [1, -42], - [5, -46], - [30, -61], - [-36, -41], - [0, -83], - [73, -82], - [-37, -41], - [74, -83], - [73, 0], - [7, 44], - [26, 42], - [24, 39], - [19, 35], - [4, 31], - [-8, 50], - [2, 33], - [0, 49], - [0, 57], - [6, 61], - [24, 60], - [6, 72], - [0, 81], - [-6, 85], - [-23, 77], - [-13, 80], - [-28, 67], - [-27, 66], - [-35, 65], - [-43, 67], - [-45, 76], - [-40, 82], - [-34, 83], - [-37, 80], - [-37, 78], - [-44, 72], - [-48, 65], - [-36, 76], - [-29, 80], - [-28, 78], - [-36, 69], - [-39, 61], - [-41, 47], - [-36, 39], - [-36, 42], - [-26, 51], - [-12, 59], - [-22, 53], - [-9, 68], - [-9, 72], - [-3, 70], - [11, 56], - [4, 53], - [10, 54], - [28, 44], - [41, 37], - [51, 36], - [53, 41], - [53, 51], - [39, 73], - [36, 95], - [48, 78], - [46, 68], - [52, 45], - [48, 35], - [41, 36], - [34, 40], - [48, 23], - [38, 31], - [37, 31], - [38, 31], - [29, 52], - [52, 32], - [53, 37], - [63, 27], - [59, 33], - [62, 36], - [69, 37], - [62, 63], - [73, 59], - [42, 86], - [15, 100], - [8, 96], - [30, 79], - [33, 72], - [35, 68], - [47, 63], - [56, 54], - [60, 51], - [59, 43], - [54, 44], - [49, 46], - [45, 54], - [38, 64], - [30, 74], - [32, 75], - [31, 75], - [38, 66], - [40, 62], - [45, 53], - [44, 47], - [38, 45], - [32, 46], - [21, 56], - [21, 49], - [21, 49], - [-11, 54], - [-19, 59], - [-26, 63], - [-7, 78], - [-16, 81], - [-21, 81], - [-35, 159], - [-9, 42], - [-64, 82], - [-27, 83], - [-74, 114], - [-55, 93], - [-26, 86], - [-26, 67], - [-35, 55], - [-45, 58], - [-41, 69], - [-25, 78], - [11, 81], - [24, 70], - [35, 52], - [43, 42], - [51, 33], - [66, 19], - [70, 9], - [70, -34], - [66, -50], - [67, -47], - [70, -45], - [77, -46], - [36, 0], - [37, -41], - [37, 0], - [110, -123], - [74, 0], - [37, -42], - [36, 0], - [37, -41], - [73, 83], - [74, 0], - [36, 41], - [111, 0], - [37, 41], - [36, 0], - [53, 30], - [71, 16], - [68, 22], - [75, -11], - [70, -13], - [68, -3], - [66, -6], - [59, -25], - [66, 8], - [61, -11], - [56, -3], - [47, 18], - [97, 27], - [74, 0], - [64, -31], - [73, 20], - [82, 21], - [65, 51], - [9, 42], - [36, 72], - [36, 62], - [32, 61], - [38, 73], - [49, 70], - [51, 65], - [41, 62], - [38, 42], - [0, 41], - [257, 288], - [0, 41], - [37, 41], - [0, 41], - [36, 42], - [0, 82], - [37, 41], - [0, 83], - [37, 41], - [21, -24], - [16, -17], - [36, 41], - [37, 0], - [37, 41], - [0, 41], - [74, 82], - [9, 42], - [146, 82], - [29, 41], - [36, 0], - [36, -41], - [148, 0], - [37, 41], - [36, 0], - [38, 32], - [50, 47], - [62, 37], - [80, 11], - [80, 22], - [66, 48], - [69, 54], - [66, 57], - [58, 66], - [49, 69], - [50, 60], - [50, 53], - [72, 25], - [69, 36], - [67, 35], - [70, 29], - [74, 25], - [70, 35], - [74, 42], - [77, 49], - [75, 58], - [66, 76], - [64, 80], - [79, 59], - [81, 56], - [71, 67], - [79, 52], - [64, 58], - [56, 57], - [57, 43], - [50, 44], - [47, 40], - [49, 35], - [56, 27], - [55, 30], - [54, 37], - [51, 50], - [44, 64], - [40, 71], - [43, 65], - [28, 34], - [37, 41], - [37, 0], - [36, 42], - [37, 0], - [37, 41], - [36, -1], - [38, 42], - [36, 0], - [36, 41], - [0, 41], - [38, 41], - [0, 41], - [183, 206], - [294, 0], - [38, 41], - [110, 0], - [18, 21], - [18, 21], - [37, 0], - [37, 41], - [36, 0], - [221, 247], - [74, 0], - [36, 41], - [74, 0], - [110, 124], - [37, 0], - [64, -11], - [120, 51], - [83, 11], - [83, 0], - [54, 20], - [74, 11], - [36, 0], - [38, -42], - [73, 0], - [37, -40], - [73, 0], - [43, -38], - [56, 2], - [68, 29], - [78, 6], - [79, 1], - [81, -1], - [81, 0], - [84, 6], - [83, 28], - [82, 45], - [89, 33], - [87, 5], - [70, -19], - [72, 15], - [54, -21], - [52, -21], - [56, -37], - [51, -32], - [56, -30], - [57, -36], - [56, -42], - [57, -42], - [49, -43], - [39, -42], - [29, -35], - [8, -41], - [-9, -44], - [-54, -47], - [-56, -14], - [-57, -16], - [-90, -42], - [-70, -56], - [-63, -62], - [-53, -65], - [-41, -65], - [-23, -70], - [-6, -71], - [18, -71], - [26, -55], - [38, 40], - [0, 42], - [36, 41], - [0, 41], - [37, 41], - [58, 61], - [63, 56], - [86, 55], - [52, 30], - [50, 31], - [54, 11], - [26, 5], - [41, -27], - [42, -26], - [41, -33], - [45, -33], - [61, -4], - [65, 18], - [50, 51], - [42, 57], - [32, 55], - [24, 51], - [13, 54], - [0, 41], - [37, 41], - [0, 41], - [37, 41], - [0, 42], - [110, 123], - [0, 82], - [110, 124], - [74, 0], - [147, -165], - [37, 1], - [110, -124], - [-37, -41], - [0, -83], - [-73, -82], - [0, -41], - [37, -41], - [36, 0], - [74, -83], - [36, 0], - [38, -41], - [36, 0], - [36, -41], - [74, 0], - [74, -41], - [36, 0], - [37, -41], - [0, -41], - [37, -42], - [0, -41], - [37, -41], - [74, -82], - [73, 0], - [37, -42], - [184, 1], - [36, -41], - [69, -25], - [72, -50], - [72, -52], - [62, -59], - [54, -56], - [44, -51], - [38, -45], - [29, -39], - [28, -31], - [39, -18], - [44, -25], - [57, -23], - [64, -22], - [66, -30], - [64, -36], - [51, -56], - [47, -60], - [49, -55], - [57, -47], - [61, -44], - [64, -42], - [59, -40], - [55, -37], - [56, -23], - [52, -23], - [54, -26], - [64, -20], - [60, -36], - [58, -41], - [54, -41], - [46, -42], - [38, -48], - [36, -56], - [30, -67], - [23, -72], - [19, -72], - [3, -71], - [-8, -70], - [-23, -67], - [-14, -83], - [-36, -83], - [-66, -79], - [-87, -45], - [-79, -16], - [-59, -20], - [-69, -15], - [-147, 0], - [-36, 41], - [-38, 0], - [-36, -41], - [-37, 0], - [-6, -31], - [-5, -30], - [-2, -43], - [18, -42], - [29, -32], - [33, -27], - [42, -21], - [47, -18], - [54, -6], - [53, 1], - [53, 1], - [50, 2], - [53, 8], - [53, 24], - [62, 8], - [62, 9], - [61, 24], - [64, 9], - [64, 9], - [58, 24], - [62, 7], - [66, 0], - [68, -9], - [60, -39], - [45, -65], - [45, -67], - [35, -67], - [28, -64], - [29, -59], - [16, -63], - [22, -58], - [14, -65], - [21, -62], - [3, -77], - [-12, -86], - [-27, -91], - [-51, -90], - [-78, -76], - [-81, -76], - [-78, -80], - [-75, -81], - [-47, -107], - [-27, -52], - [27, -20], - [37, 0], - [30, 18], - [74, 49], - [72, 74], - [68, 71], - [74, 71], - [79, 74], - [82, 25], - [18, -8], - [53, -21], - [60, -49], - [53, -50], - [37, -47], - [25, -45], - [27, -35], - [21, -32], - [10, -31], - [20, -21], - [21, -33], - [33, -40], - [36, -52], - [37, -57], - [39, -56], - [35, -54], - [36, -46], - [37, -39], - [33, -35], - [28, -36], - [22, -41], - [23, -38], - [14, -45], - [22, -40], - [10, -55], - [21, -55], - [10, -58], - [-4, -55], - [-22, -51], - [-15, -56], - [-26, -53], - [-24, -60], - [-32, -56], - [-38, -49], - [-33, -53], - [-39, -44], - [-37, -38], - [-27, -34], - [-14, -38], - [-17, -41], - [-9, -61], - [-30, -59], - [-37, -57], - [-41, -48], - [-43, -36], - [-41, -28], - [-33, -34], - [-29, -44], - [-33, -49], - [-31, -58], - [-2, -66], - [-20, -38], - [-45, -110], - [-19, -62], - [-9, -73], - [-38, -112], - [-38, -57], - [-30, -69], - [-27, -68], - [-32, -59], - [-33, -60], - [-40, -59], - [-42, -60], - [-46, -52], - [-43, -48], - [-44, -56], - [-53, -48], - [-48, -39], - [-39, -44], - [-24, -65], - [-32, -72], - [0, -83], - [-38, -41], - [0, -41], - [-36, -42], - [0, -82], - [-74, -82], - [0, -41], - [-36, -42], - [0, -41], - [-74, -82], - [0, -41], - [-74, -82], - [0, -42], - [-36, -41], - [0, -41], - [-37, -41], - [0, -83], - [-220, -247], - [-37, 0], - [-18, -20], - [-19, -21], - [-36, 0], - [-38, -41], - [-65, -47], - [-59, -56], - [-67, -53], - [-76, -45], - [-77, -36], - [-66, -6], - [-53, 10], - [-45, 22], - [-45, 13], - [-42, 27], - [-51, 13], - [-45, 27], - [-51, 29], - [-62, 24], - [-68, 32], - [-80, 24], - [-82, 30], - [-73, 34], - [-65, 26], - [-72, -5], - [-77, 0], - [-69, 15], - [-64, 13], - [-59, 34], - [-67, 39], - [-77, 27], - [-86, -20], - [-89, -23], - [-80, -29], - [-63, -38], - [-55, -40], - [-53, -38], - [-56, -35], - [-58, -37], - [-46, -58], - [-33, -72], - [-26, -75], - [-17, -70], - [-23, -59], - [-15, -58], - [-23, -49], - [-19, -52], - [-25, -47], - [-20, -50], - [-15, -52], - [0, -53], - [16, -47], - [34, -37], - [29, -35], - [31, -12], - [34, 30], - [37, 41], - [35, 45], - [29, 46], - [22, 46], - [25, 37], - [27, 31], - [28, 28], - [23, 37], - [32, 31], - [40, 29], - [55, 18], - [62, 17], - [69, 12], - [61, 26], - [64, 19], - [55, 25], - [58, 2], - [46, -17], - [34, -24], - [20, -31], - [12, -36], - [-20, -45], - [-33, -59], - [-37, -69], - [-41, -69], - [-30, -76], - [-11, -85], - [7, -83], - [29, -69], - [34, -63], - [26, -59], - [11, -56], - [2, -48], - [-10, -40], - [-18, -34], - [-10, -38], - [-11, -38], - [-7, -37], - [17, -47], - [21, -52], - [43, -41], - [48, -31], - [48, -27], - [40, -28], - [43, -10], - [49, -1], - [57, 0], - [73, 0], - [84, 1], - [86, 13], - [70, 59], - [69, 52], - [45, 71], - [35, 75], - [28, 76], - [16, 76], - [30, 60], - [33, 48], - [34, 37], - [49, 4], - [53, -24], - [54, -43], - [52, -40], - [51, -16], - [37, 6], - [31, 27], - [35, 42], - [33, 69], - [14, 86], - [8, 81], - [20, 61], - [32, 46], - [43, 41], - [57, 40], - [67, 41], - [75, 44], - [75, 47], - [54, 67], - [59, 58], - [59, 51], - [56, 54], - [66, 47], - [68, 43], - [66, 41], - [56, 43], - [45, 47], - [32, 54], - [27, 57], - [27, 54], - [22, 53], - [27, 44], - [43, 33], - [58, 31], - [60, 44], - [61, 58], - [70, 64], - [74, 56], - [62, 50], - [53, 49], - [54, 45], - [56, 44], - [51, 49], - [45, 55], - [37, 55], - [32, 54], - [18, 64], - [27, 64], - [32, 68], - [32, 69], - [49, 53], - [54, 43], - [52, 43], - [45, 54], - [30, 78], - [34, 88], - [31, 98], - [40, 94], - [41, 88], - [38, 76], - [29, 67], - [6, 68], - [4, 69], - [23, 67], - [47, 59], - [56, 59], - [64, 47], - [73, 29], - [70, 29], - [65, 32], - [70, 15], - [67, 26], - [84, 8], - [88, 5], - [85, 9], - [78, -44], - [88, -17], - [55, -27], - [63, -37], - [79, -37], - [44, -16], - [42, -75], - [49, -68], - [54, -52], - [54, -54], - [51, -60], - [49, -61], - [41, -69], - [37, -74], - [34, -74], - [32, -70], - [34, -63], - [42, -50], - [47, -49], - [55, -44], - [64, -39], - [78, -34], - [94, -27], - [53, -25], - [27, -40], - [37, -44], - [46, -40], - [46, -33], - [30, -36], - [20, -34], - [1, -86], - [-11, -114], - [2, -83], - [11, -55], - [8, -59], - [5, -58], - [40, -28], - [32, 46], - [25, 78], - [10, 90], - [-1, 106], - [-22, 116], - [-3, 91], - [34, 50], - [51, 47], - [73, 35], - [91, 16], - [89, 5], - [96, -30], - [88, -34], - [76, -47], - [84, -50], - [83, -46], - [80, -44], - [73, -38], - [48, -11], - [36, -42], - [110, 0], - [38, -41], - [146, 0], - [37, -41], - [74, 0], - [74, -3], - [65, -12], - [72, -5], - [63, -20], - [47, -34], - [37, -54], - [34, -64], - [28, -77], - [6, -81], - [-21, -70], - [-28, -65], - [-26, -56], - [-26, -59], - [-32, -55], - [-35, -48], - [-33, -42], - [-30, -37], - [-28, -33], - [-34, -28], - [-28, -40], - [-38, -36], - [-52, -32], - [-52, -37], - [-110, -123], - [0, -41], - [-74, -83], - [-36, 0], - [0, -41], - [-38, -41], - [-146, 0], - [-38, -41], - [-36, 0], - [-55, -62], - [-55, -62], - [0, -41], - [-37, -41], - [-37, -41], - [-37, -42], - [74, -82], - [0, -41], - [37, -41], - [36, 0], - [37, 41], - [0, 41], - [37, 41], - [0, 41], - [36, 42], - [74, 0], - [74, 44], - [67, 38], - [62, 41], - [59, 36], - [56, 21], - [49, 29], - [44, 38], - [46, 41], - [44, 39], - [43, 37], - [42, 42], - [49, 41], - [58, 34], - [64, 10], - [61, -11], - [65, -69], - [36, 42], - [0, 41], - [-146, 164], - [36, 42], - [0, 41], - [36, 41], - [0, 41], - [74, 82], - [0, 165], - [23, 16], - [33, 43], - [28, 62], - [22, 64], - [15, 67], - [26, 58], - [37, 61], - [0, 246], - [93, 206], - [55, 103], - [55, 83], - [128, 20], - [36, 42], - [43, 21], - [57, 48], - [69, 50], - [35, 18], - [54, 27], - [73, 0], - [37, 41], - [111, 0], - [36, -41], - [37, 41], - [73, 0], - [37, 41], - [37, 0], - [74, 83], - [73, 0], - [37, 41], - [37, 0], - [73, 82], - [37, 0], - [36, 41], - [38, 0], - [36, 42], - [36, 0], - [38, -42], - [110, 0], - [51, 32], - [51, 22], - [50, 30], - [56, 29], - [67, 3], - [70, -27], - [80, -31], - [66, -81], - [13, -104], - [-27, -92], - [-30, -75], - [-12, -75], - [0, -52], - [-9, -113], - [0, -52], - [9, -165], - [45, -83], - [0, -165], - [16, -53], - [-42, -61], - [-10, -81], - [-6, -92], - [-22, -85], - [-1, -91], - [26, -76], - [29, -62], - [26, -60], - [38, -52], - [34, -56], - [37, -49], - [55, -16], - [37, 9], - [27, -27], - [31, -82], - [34, -51], - [37, -37], - [43, -33], - [49, -48], - [50, -61], - [47, -68], - [54, -68], - [61, -65], - [59, -78], - [52, -86], - [52, -67], - [47, -51], - [57, -30], - [0, -82], - [110, -123], - [0, -42], - [37, -41], - [0, -41], - [-37, -41], - [0, -83], - [-110, -123], - [0, -288], - [-37, -41], - [0, -41], - [-37, -42], - [0, -41], - [-37, -41], - [0, -41], - [37, -41], - [0, -41], - [-37, -42], - [0, -41], - [-110, -123], - [-36, 0], - [-74, -83], - [-45, -118], - [-19, -20], - [-55, -52], - [-9, -31], - [-28, -21], - [-9, -20], - [83, -73], - [91, 114], - [56, 83], - [137, 154], - [64, 73], - [82, 82], - [73, 62], - [83, 62], - [45, 62], - [279, 250], - [83, 41], - [63, 62], - [83, 41], - [100, 52], - [56, 21], - [111, 0], - [36, 41], - [37, 0], - [73, 82], - [37, 0], - [37, 41], - [221, 0], - [36, -41], - [74, 0], - [36, -41], - [110, 0], - [38, -41], - [80, -13], - [76, -49], - [54, -82], - [25, -76], - [25, -64], - [26, -60], - [6, -65], - [1, -61], - [5, -54], - [20, -42], - [11, -47], - [3, -48], - [31, -132], - [27, -93], - [46, -113], - [36, -42], - [37, -82], - [28, -68], - [36, -68], - [56, -57], - [65, -44], - [79, -21], - [77, -21], - [54, -26], - [28, -51], - [35, -58], - [44, -62], - [60, -52], - [66, -45], - [65, -42], - [61, -46], - [64, -39], - [73, -33], - [69, -43], - [55, -57], - [48, -58], - [46, -46], - [44, -36], - [54, -22], - [64, -19], - [68, -12], - [63, -28], - [60, -32], - [44, -52], - [37, -64], - [57, -26], - [60, -31], - [72, -13], - [69, -27], - [72, -7], - [71, 0], - [68, 0], - [66, 0], - [70, 0], - [75, -3], - [73, -16], - [65, -34], - [70, -24], - [77, -12], - [77, -30], - [80, -21], - [74, -20], - [71, -5], - [67, 0], - [61, 0], - [58, 0], - [56, 0], - [52, 0], - [51, 4], - [50, 18], - [54, 16], - [60, 3], - [69, 4], - [72, 15], - [74, 22], - [74, 0], - [99, -12], - [164, -21], - [129, -21], - [-55, 124], - [-146, 0], - [-74, 62], - [29, 33], - [0, 41], - [-73, 83], - [0, 41], - [37, 41], - [0, 41], - [36, 41], - [0, 83], - [45, 49], - [66, 74], - [70, -89], - [-10, -82], - [127, -41], - [184, 41], - [84, 61], - [128, 124], - [79, 151], - [43, 47], - [55, 34], - [40, 30], - [19, 38], - [19, 33], - [13, 39], - [26, 41], - [23, 45], - [23, 42], - [29, 33], - [29, 37], - [25, 49], - [29, 57], - [38, 59], - [39, 63], - [45, 51], - [45, 44], - [45, 38], - [57, 12], - [91, -64], - [102, -12], - [101, 35], - [46, 36], - [46, 36], - [58, -8], - [59, -30], - [66, -19], - [75, 8], - [76, -8], - [67, 12], - [68, 4], - [68, -3], - [71, -12], - [80, -2], - [85, -24], - [147, 0], - [37, -41], - [36, 0], - [37, 41], - [74, 0], - [36, 41], - [37, -41], - [73, 0], - [38, -41], - [110, 0], - [36, -41], - [111, 0], - [37, -42], - [36, 0], - [37, -41], - [110, 0], - [37, -41], - [37, 0], - [36, -41], - [79, -5], - [72, -21], - [71, -27], - [72, -29], - [37, -41], - [221, 0], - [16, 17], - [21, 24], - [36, -1], - [110, 124], - [111, 0], - [37, -41], - [36, -41], - [10, -114], - [-10, -248], - [10, -123], - [101, -186], - [2, -65], - [13, -62], - [21, -57], - [23, -53], - [18, -50], - [22, -42], - [10, -46], - [9, -47], - [20, -40], - [11, -49], - [17, -45], - [29, -38], - [15, -59], - [11, -57], - [16, -50], - [31, -40], - [19, -52], - [18, -52], - [23, -44], - [19, -46], - [18, -52], - [11, -58], - [23, -52], - [10, -56], - [21, -44], - [15, -49], - [30, -40], - [24, -47], - [20, -52], - [29, -45], - [28, -51], - [21, -61], - [28, -33], - [110, -124], - [36, 0], - [38, -41], - [73, 0], - [73, -83], - [0, -21], - [0, -20], - [-110, -124], - [-36, 1], - [-74, -83], - [0, -41], - [-37, -41], - [37, -41], - [0, -42], - [36, -41], - [0, -41], - [38, -41], - [0, -123], - [-38, -42], - [0, -205], - [-36, -42], - [0, -41], - [-37, -41], - [0, -165], - [-184, -206], - [0, -41], - [-36, -41], - [-10, -51], - [-23, -51], - [-18, -59], - [-12, -64], - [-10, -71], - [-9, -92], - [-33, -84], - [-36, -67], - [-35, -49], - [-32, -43], - [-25, -41], - [-17, -43], - [-18, -42], - [-13, -50], - [-14, -60], - [-14, -71], - [-14, -76], - [-19, -61], - [-18, -56], - [-12, -60], - [-16, -51], - [-34, -38], - [-12, -44], - [-5, -58], - [-28, -71], - [-20, -82], - [-128, -29], - [-37, -49], - [-46, -155], - [-92, -185], - [-73, -217], - [-121, -300], - [-23, -79], - [-65, -203], - [-72, -145], - [36, -103], - [-119, -165], - [-27, -206], - [-19, -124], - [-64, -145], - [-119, -289], - [-82, -279], - [-184, -495], - [-132, -339], - [18, -52], - [92, -10], - [27, -52], - [138, -62], - [9, -92], - [64, -42], - [91, 0], - [65, -41], - [73, 0], - [147, -165], - [0, -41], - [-37, -41], - [0, -41], - [-183, -206], - [0, -41], - [36, -41], - [0, -42], - [74, 0], - [184, -205], - [147, 0], - [36, -42], - [184, 0], - [74, 124], - [36, 41], - [37, 0], - [37, -41], - [37, 0], - [36, -41], - [74, 0], - [37, -41], - [37, 0], - [110, 123], - [74, 0], - [36, 41], - [37, 0], - [37, -41], - [36, 0], - [37, 41], - [74, 0], - [36, -41], - [148, 0], - [17, 20], - [19, 21], - [110, 0], - [74, 83], - [110, 0], - [37, -42], - [220, 0], - [38, 42], - [110, 0], - [146, 164], - [148, 0], - [36, -41], - [37, 0], - [37, 41], - [111, 0], - [36, 41], - [36, 0], - [150, 31], - [366, 0], - [220, 7], - [111, 4], - [183, 0], - [37, 41], - [199, -24], - [210, 0], - [28, 13], - [114, 52], - [367, 0], - [37, -41], - [37, -41], - [0, -42], - [37, -41], - [0, -82], - [37, -41], - [0, -206], - [-74, -82], - [0, -42], - [184, -205], - [37, 0], - [74, -83], - [0, -123], - [-37, -42], - [0, -82], - [-74, -82], - [-37, 0], - [-37, -41], - [0, -42], - [-36, -41], - [-37, 0], - [0, -41], - [-37, -41], - [0, -82], - [37, -41], - [0, -206], - [37, -42], - [-37, -41], - [0, -41], - [73, -82], - [0, -41], - [-36, -42], - [0, -82], - [36, -41], - [0, -82], - [-36, -41], - [-148, 0], - [-72, 82], - [0, 288], - [-74, 82], - [0, 41], - [-331, 371], - [-37, 0], - [-73, 82], - [-38, 0], - [-72, 83], - [183, 205], - [0, 83], - [-111, 123], - [-36, 0], - [-36, 42], - [-38, 0], - [-73, -83], - [0, -41], - [-37, -41], - [-36, 0], - [-37, 41], - [-37, 0], - [-73, 82], - [-74, 0], - [-36, -41], - [-38, 0], - [-73, -82], - [0, -247], - [37, -41], - [0, -42], - [36, -41], - [0, -41], - [38, -41], - [0, -82], - [36, -206], - [0, -124], - [37, -41], - [37, 0], - [0, -41], - [36, -41], - [74, 0], - [37, -41], - [184, 0], - [72, -83], - [0, -41], - [-36, -41], - [0, -82], - [-110, -124], - [-37, 0], - [-37, 41], - [-36, 0], - [-37, 42], - [-37, 0], - [-37, 41], - [-36, 0], - [-37, 41], - [-37, 0], - [-36, 41], - [-38, 0], - [-110, 123], - [0, 83], - [-36, 41], - [0, 41], - [-38, 41], - [0, 83], - [38, 41], - [0, 123], - [-74, 83], - [-37, -41], - [-73, 0], - [-37, 41], - [-110, 0], - [-37, 41], - [-698, 0], - [-38, 41], - [-294, 0], - [-36, -41], - [-110, 0], - [-37, -41], - [-37, 0], - [-37, -41], - [-36, 0], - [-74, -83], - [-147, -165], - [-37, 0], - [-74, -82], - [-36, -41], - [-37, 0], - [-37, -41], - [-36, 0], - [-37, -41], - [-37, 0], - [-37, -42], - [-73, 0], - [-73, -82], - [-38, -41], - [-73, 0], - [-37, -41], - [-73, 0], - [-37, -41], - [-184, 0], - [-37, 41], - [0, 82], - [-36, 0], - [-37, 41], - [-73, -82], - [-38, 0], - [-36, 41], - [-36, 0], - [-38, 41], - [-36, 0], - [-37, 41], - [-37, 0], - [-36, 42], - [-37, 0], - [-37, 41], - [-37, 0], - [-37, 41], - [-73, 0], - [-37, -41], - [-73, 82], - [-38, 0], - [-36, 41], - [-36, 0], - [-38, 41], - [-73, 0], - [-73, 83], - [-147, 0], - [-37, 41], - [-37, -41], - [-74, 0], - [-110, -124], - [0, -41], - [-147, -165], - [-110, 124], - [-37, 0], - [-37, 41], - [-110, 0], - [-147, 165], - [37, 41], - [0, 82], - [-37, 42], - [0, 41], - [-37, 41], - [0, 41], - [-74, 82], - [-36, 0], - [-37, 41], - [0, 42], - [-75, -39], - [-70, -3], - [-74, 8], - [-75, 26], - [-75, 0], - [-72, -30], - [-73, -23], - [-74, -26], - [-67, -36], - [-66, -41], - [-53, -57], - [-33, 9], - [-34, 20], - [-34, 29], - [-30, 29], - [-34, 12], - [-30, 15], - [-27, 20], - [-38, 9], - [-46, 20], - [-54, 3], - [-60, -2], - [-59, 12], - [-58, 3], - [-32, -4], - [-22, -3], - [-51, -26], - [-50, -18], - [-52, -22], - [-56, -19], - [-58, -24], - [-67, -6], - [-70, -2], - [-74, -9], - [-71, -24], - [-72, -9], - [-66, -13], - [-58, -21], - [-61, -13], - [-57, -24], - [-59, -15], - [-52, -18], - [-48, -16], - [-44, -36], - [-56, -36], - [-61, -42], - [-74, -37], - [-90, 21], - [-75, 34], - [-63, 11], - [-20, -2], - [-37, -3], - [-51, -24], - [-56, -17], - [-56, -30], - [-64, -20], - [-67, -30], - [-69, -38], - [-76, -41], - [-80, -43], - [-76, -54], - [-65, -69], - [-70, -54], - [-76, 20], - [-81, 28], - [-85, 2], - [-82, -23], - [-84, -18], - [-75, -36], - [-73, -31], - [-80, 4], - [-76, 14], - [-64, -21], - [-66, -7], - [-66, 0], - [-68, 0], - [-71, -3], - [-70, -13], - [-61, -28], - [-54, -34], - [-54, -24], - [-53, -27], - [-48, -34], - [-55, -30], - [-61, -24], - [-59, -26], - [-60, -13], - [-51, -25], - [-55, -14], - [-46, -34], - [-44, -42], - [-49, -50], - [-55, -56], - [-77, -39], - [-74, 15], - [-71, 6], - [-66, 1], - [-64, -6], - [-44, -35], - [-74, 0], - [-36, -42], - [-74, 0], - [-36, -41], - [-38, 1], - [-36, -42], - [-36, 0], - [-38, -41], - [-36, 0], - [-37, -41], - [-37, 0], - [-36, -41], - [-37, 0], - [-37, -42], - [-441, 0], - [-37, -41], - [-37, 0], - [-36, -41], - [-37, 0], - [-37, -41], - [-45, -9], - [-66, -27], - [-75, -14], - [-77, -26], - [-81, -6], - [-83, -1], - [-83, 0], - [-83, -5], - [-81, -23], - [-82, -13], - [-80, -13], - [-73, -23], - [-70, -12], - [-56, -29], - [-61, -19], - [-61, -29], - [-61, -32], - [-71, -15], - [-65, -33], - [-67, -31], - [-80, -10], - [-83, -9], - [-68, -33], - [-60, -40], - [-51, -38], - [-53, -22], - [-48, -20], - [-54, -14], - [-54, -27], - [-64, -20], - [-68, -28], - [-67, -38], - [-72, -41], - [-75, -41], - [-75, -40], - [-80, -29], - [-86, -15], - [-85, -17], - [-85, -18], - [-88, -4], - [-87, -8], - [-78, -34], - [-74, -41], - [-67, -47], - [-55, -61], - [-71, -41], - [-79, -14], - [-74, -2], - [-67, 0], - [-61, -6], - [-57, -26], - [-61, -16], - [-56, -29], - [-60, -22], - [-57, -27], - [-50, -38], - [-51, -39], - [-57, -30], - [-63, -19], - [-56, -33], - [-57, -26], - [-59, -25], - [-56, -34], - [-65, -34], - [-82, -17], - [-85, -25], - [-88, -8], - [-87, -15], - [-76, -39], - [-68, -48], - [-61, -44], - [-51, -52], - [-47, -48], - [-42, -48], - [-32, -53], - [-35, -47], - [-51, -27], - [-55, -24], - [-66, -12], - [-63, -28], - [-62, -32], - [-56, -39], - [-54, -41], - [-52, -44], - [-46, -50], - [-49, -47], - [-54, -45], - [-56, -46], - [-52, -54], - [-57, -49], - [-70, -31], - [-67, -33], - [-56, -40], - [-49, -47], - [-49, -43], - [-51, -39], - [-45, -45], - [-45, -43], - [-55, -30], - [-55, -34], - [-57, -33], - [-68, -19], - [-67, -31], - [-65, -39], - [-67, -44], - [-61, -51], - [-55, -60], - [-54, -55], - [-50, -50], - [-48, -41], - [-62, -29], - [-36, -41], - [-74, 0], - [-36, 41], - [-38, 0], - [-367, 412], - [0, 41], - [-110, 124], - [0, 41], - [-148, 165], - [0, 41], - [-36, 41], - [0, 41], - [-74, 82], - [0, 41], - [-36, 42], - [0, 41], - [-37, 41], - [0, 41], - [-37, 41], - [0, 83], - [-37, 41], - [0, 82], - [-36, 41], - [0, 42], - [-37, 41], - [0, 41], - [-37, 41], - [0, 41], - [-37, 41], - [0, 42], - [-37, 41], - [0, 164], - [-36, 41], - [0, 42], - [12, 95], - [-2, 115], - [55, 96], - [82, -7], - [80, 4], - [60, -3], - [80, 10], - [84, 21], - [100, 39], - [36, 42], - [38, 0], - [36, 41], - [37, 0], - [37, 41], - [73, 82], - [0, 124], - [-36, 41], - [0, 41], - [-37, 41], - [0, 247], - [-110, 124], - [-38, 0], - [-36, 41], - [-36, 0], - [-38, 41], - [-36, -41], - [-37, 0], - [-110, -124], - [0, -82], - [-37, -41], - [0, -83], - [-37, -41], - [0, -41], - [-36, 0], - [-37, -41], - [-37, 0], - [-37, -41], - [-73, 0], - [-74, -83], - [-36, 0], - [-56, -61], - [-18, -21], - [0, -41], - [-37, -41], - [0, -82], - [-37, -42], - [0, -123], - [-110, -124], - [0, -41], - [37, -41], - [0, -165], - [73, -82], - [0, -82], - [37, -42], - [0, -123], - [-37, -41], - [0, -124], - [37, -41], - [0, -206], - [-73, -82], - [-74, 0], - [-37, -41], - [-73, 0], - [-37, 41], - [-77, -318], - [83, -93], - [-27, -31], - [0, -21], - [45, -10], - [47, -52], - [39, -52], - [37, -41], - [74, 0], - [73, -82], - [37, 0], - [36, -41], - [74, 0], - [37, -41], - [73, 0], - [37, -42], - [37, 0], - [37, -41], - [37, 0], - [477, -535], - [0, -82], - [37, -42], - [0, -205], - [-37, -41], - [0, -42], - [-146, -164], - [-38, 0], - [-36, -41], - [-37, 0], - [-110, -124], - [-37, 0], - [-257, -288], - [-37, 0], - [-73, -83], - [-38, 0], - [-37, -41], - [-49, -41], - [-49, -38], - [-53, -30], - [-58, -24], - [-52, -33], - [-47, -40], - [-44, -42], - [-45, -41], - [-47, -43], - [-54, -46], - [-56, -56], - [-64, -34], - [-63, 42], - [-55, 66], - [-59, 55], - [-69, 16], - [-66, 10], - [-57, 29], - [-61, 26], - [-58, 29], - [-42, 48], - [-47, 31], - [-40, 37], - [-36, 40], - [-40, 43], - [-42, 43], - [-41, 42], - [-42, 39], - [-33, 37], - [-37, 0], - [-37, 41], - [-37, -41], - [0, -41], - [-74, -83], - [-23, -48], - [11, -42], - [12, -59], - [12, -67], - [22, -62], - [4, -63], - [0, -64], - [0, -70], - [0, -81], - [0, -495], - [0, -98], - [0, -85], - [-1, -64], - [1, -48], - [6, -50], - [23, -63], - [-6, -89], - [-40, -93], - [-59, -88], - [-74, -66], - [-90, 10], - [-77, 55], - [-69, 65], - [-54, 80], - [-39, 86], - [-36, 59], - [0, 41], - [-74, 82], - [-73, -41], - [-37, -41], - [-74, 0], - [0, -124], - [-73, -82], - [37, -41], - [0, -42], - [-74, -82], - [-36, 0], - [-38, 41], - [0, 41], - [-36, 42], - [0, 41], - [-74, 82], - [0, 41], - [-47, 35], - [-51, 36], - [-44, 46], - [-50, 43], - [-57, 39], - [-53, 47], - [-52, 51], - [-39, 60], - [-44, 59], - [-45, 57], - [-56, 49], - [-58, 50], - [-63, 44], - [-58, 44], - [-53, 41], - [-48, 34], - [-53, 1], - [-47, -36], - [-38, 0], - [-86, -62], - [-134, -20], - [-36, 0], - [-37, 41], - [-111, 0], - [-37, 41], - [-110, 0], - [-36, -41], - [-110, 0], - [-38, -41], - [-36, 0], - [-37, -41], - [-37, 0], - [-18, -21], - [-18, -20], - [-74, 0], - [-27, -31], - [-83, -93], - [-37, 0], - [-74, -82], - [-36, 0], - [-38, -41], - [-36, 0], - [-36, -42], - [-38, 0], - [-146, -164], - [-111, 0], - [-36, -41], - [-405, 0], - [-37, -42], - [-147, 0], - [-36, -41], - [-75, 33], - [-80, 11], - [-27, 36], - [-30, 39], - [-51, 35], - [-77, 23], - [-63, 30], - [-44, 34], - [-40, 10], - [-32, 22], - [-41, 25], - [-46, 35], - [-49, 47], - [-46, 55], - [-50, 51], - [-60, 34], - [-63, 29], - [-54, 36], - [-53, 35], - [-48, 35], - [-53, 18], - [-45, -4], - [-45, -28], - [-38, -43], - [-35, -55], - [-42, -49], - [-37, -41], - [-36, 0], - [-37, -41], - [-37, 41], - [-36, 0], - [-38, 41], - [-146, 0], - [-111, -123], - [0, -83], - [-73, -82], - [-56, 0], - [-50, -1], - [-42, 1], - [-43, 1], - [-45, 8], - [-45, 29], - [-56, 30], - [-67, 33], - [-72, 48], - [-70, 65], - [-67, 76], - [-61, 77], - [-58, 69], - [-44, 64], - [-37, 58], - [-41, 43], - [-55, 27], - [-47, 31], - [-36, 41], - [-74, 0], - [-37, -41], - [-37, 0], - [-36, -42], - [-74, 83], - [-37, 0], - [-74, 82], - [-36, 0], - [-37, 42], - [-37, 0], - [-74, 82], - [-110, 0], - [-36, 41], - [-37, 0], - [-73, 82], - [-37, 0], - [-37, 42], - [-37, 0], - [-147, 164], - [-37, 0], - [-74, 82], - [-36, 0], - [-36, 42], - [-53, 28], - [-55, 18], - [-60, 36], - [-64, 40], - [-65, 39], - [-59, 36], - [-36, 41], - [-46, 21], - [-100, 2], - [-75, 50], - [-52, 51], - [-56, 33], - [-67, 31], - [-73, 36], - [-76, 33], - [-81, 48], - [-63, 80], - [-43, 85], - [-23, 49], - [-30, 25], - [-37, 0], - [-36, 41], - [-38, 0], - [-72, 82], - [-38, 0], - [-36, 42], - [-37, 0], - [-110, 123], - [-37, 0], - [-37, 41], - [-36, 0], - [-38, 41], - [-110, 0], - [-110, -123], - [0, -165], - [-74, -82], - [-73, 0], - [-73, -82], - [0, -42], - [-37, -41], - [-37, 0], - [-111, -123], - [-72, 0], - [0, -41], - [-112, -124], - [0, -41], - [-72, -82], - [-111, 0], - [-73, 82], - [0, 41], - [-74, 82], - [-37, 0], - [-36, 42], - [0, 82], - [220, 247], - [0, 41], - [37, 41], - [0, 165], - [-81, -7], - [-139, 42], - [-146, 20], - [-64, 42], - [-56, 62], - [-191, -11], - [-29, 83], - [-109, 10], - [-46, 42], - [-183, 0], - [-83, 31], - [-210, 113], - [-128, 124], - [0, 62], - [-128, 124], - [54, 51], - [92, 0], - [46, -51], - [9, -114], - [256, -175], - [101, 0], - [73, 62], - [74, 0], - [18, 103], - [184, 10], - [18, -31], - [27, 0], - [36, -82], - [-54, -11], - [0, -82], - [36, -10], - [9, -63], - [37, -61], - [73, -11], - [83, -62], - [118, 21], - [0, 41], - [-18, 31], - [18, 41], - [47, 0], - [45, -72], - [101, 1], - [45, -32], - [56, 0], - [27, -124], - [18, -35], - [110, 124], - [0, 41], - [38, 41], - [0, 82], - [36, 42], - [0, 123], - [-36, 41], - [0, 83], - [-74, 82], - [-36, 0], - [-74, 82], - [-37, 0], - [-37, 42], - [-36, 0], - [-37, 41], - [-37, 0], - [-73, 82], - [-37, 0], - [-73, 82], - [-38, 0], - [-110, 124], - [-110, 0], - [-74, 82], - [-36, 0], - [-367, 412], - [0, 82], - [-38, 41], - [0, 330], - [74, 82], - [36, 0], - [38, 41], - [36, 0], - [74, 82], - [0, 83], - [-37, 41], - [-41, 64], - [-47, 54], - [-51, 47], - [-50, 47], - [-51, 44], - [-37, 50], - [-45, 32], - [-41, 34], - [-42, 40], - [-36, 0], - [-37, 41], - [-37, 0], - [-73, -82], - [0, -41], - [-37, -42], - [0, -41], - [-37, -41], - [37, -41], - [0, -83], - [-147, -164], - [-110, 0], - [-37, -42], - [-331, 0], - [-37, -41], - [-74, 0], - [-36, 41], - [-36, 0], - [-38, 42], - [-36, 0], - [-37, 41], - [-73, 0], - [-35, 33], - [-61, 15], - [-59, 33], - [-63, 35], - [-76, 25], - [-74, 23], - [-37, 0], - [-36, 42], - [-74, 0], - [-37, 41], - [-147, 0], - [-73, 82], - [-148, 0], - [-36, 42], - [-37, 0], - [-37, 41], - [-36, 0], - [-38, 41], - [-110, 0], - [-46, 31], - [-67, 18], - [-56, 27], - [-58, 6], - [-57, 0], - [-62, 1], - [-66, 3], - [-66, -1], - [-65, 13], - [-56, 27], - [-46, 30], - [-52, 4], - [-66, -14], - [-101, -3], - [-105, 33], - [-70, 14], - [-63, -17], - [-84, -2], - [-80, 19], - [-57, 48], - [-49, 53], - [-40, 63], - [-27, 88], - [-30, 96], - [-19, 102], - [-19, 60], - [37, 42], - [-37, 41], - [0, 82], - [-220, 247], - [0, 83], - [-37, 41], - [0, 371], - [-10, 82], - [0, 73], - [28, 103], - [46, 72], - [73, 145], - [10, 60], - [0, 41], - [110, 123], - [0, 42], - [74, 82], - [0, 41], - [37, 41], - [0, 41], - [73, 83], - [0, 41], - [147, 206], - [36, 41], - [38, 41], - [0, 82], - [36, 41], - [0, 83], - [38, 41], - [0, 165], - [27, 51], - [-65, 72], - [-74, 0], - [-36, 0], - [-36, -41], - [0, -41], - [-38, -41], - [0, -83], - [-73, -82], - [0, -41], - [-37, -41], - [0, -42], - [-36, -41], - [0, -82], - [-37, -41], - [0, -41], - [-37, -42], - [-37, -20], - [-92, -103], - [-18, -41], - [-36, -41], - [0, -42], - [-38, -41], - [0, -82], - [-36, -41], - [0, -41], - [-37, -41], - [-8, -10], - [-29, -39], - [-46, -73], - [-55, -113], - [-36, -73], - [-9, -92], - [-19, -93], - [-19, -62], - [0, -93], - [-27, -83], - [-27, -51], - [-19, -42], - [0, -82], - [-74, -82], - [0, -42], - [-36, -41], - [0, -41], - [-37, -41], - [0, -165], - [37, -41], - [0, -41], - [36, -42], - [37, 0], - [37, -41], - [73, 0], - [37, -41], - [26, -33], - [31, -55], - [26, -70], - [29, -69], - [29, -66], - [6, -72], - [-1, -62], - [-9, -49], - [-25, -31], - [-37, -23], - [-47, 3], - [-50, 33], - [-61, 41], - [-71, 41], - [-74, 42], - [-71, 40], - [-64, 36], - [-49, 38], - [-43, 27], - [-31, 32], - [-29, 27], - [-37, 6], - [-36, 0], - [-37, 41], - [-73, 0], - [-37, 41], - [-110, 123], - [0, 41], - [-148, 165], - [-72, 0], - [-38, -41], - [-36, 0], - [-37, -41], - [0, -41], - [73, -83], - [0, -41], - [38, -41], - [36, 0], - [367, -412], - [-36, -41], - [0, -41], - [-74, -82], - [0, -83], - [-110, -123], - [-37, 0], - [-36, -41], - [-38, 41], - [-36, 0], - [-36, 41], - [-74, 0], - [-110, 123], - [-38, 0], - [-36, 42], - [-295, 0], - [-36, 41], - [-36, 0], - [-38, 41], - [-36, 0], - [-37, 41], - [0, 41], - [-37, 41], - [0, 83], - [-36, 41], - [0, 206], - [36, 41], - [-36, 41], - [0, 206], - [-111, 123], - [-37, -41], - [-36, 1], - [-37, -42], - [-37, 0], - [-37, -41], - [0, -82], - [-36, -42], - [0, -288], - [36, -41], - [0, -82], - [-110, -124], - [-74, 0], - [-36, -41], - [-37, 0], - [-37, -41], - [-36, 0], - [-54, 5], - [-62, 22], - [-58, 18], - [-43, 29], - [-45, 8], - [-33, 0], - [-73, 0], - [-37, -41], - [-74, 0], - [-36, 41], - [-37, 0], - [-110, 124], - [0, 41], - [-37, 41], - [0, 41], - [-110, 124], - [-37, 0], - [-36, -41], - [-38, 0], - [-36, -41], - [36, -42], - [0, -206], - [-73, -82], - [0, -123], - [-37, -42], - [0, -41], - [-36, -41], - [-74, 0], - [-36, -41], - [-38, 0], - [-73, -82], - [-184, 0], - [-110, 123], - [0, 494], - [36, 41], - [0, 42], - [-73, 82], - [-111, -124], - [0, -41], - [-36, -41], - [0, -124], - [36, -41], - [0, -41], - [38, -41], - [0, -165], - [-258, 0], - [-36, -41], - [-37, 0], - [-49, -36], - [-47, -27], - [-56, -6], - [-48, 15], - [-33, 9], - [-89, -2], - [-81, -12], - [-41, 22], - [-34, 29], - [-44, 4], - [-45, -17], - [-39, -27], - [-48, -21], - [-98, -1], - [-93, -12], - [-38, 41], - [-220, 0], - [8, 25], - [38, 93], - [-38, 82], - [0, 93], - [-36, 63], - [0, 165], - [-18, 134], - [-74, 72], - [-82, 52], - [0, -93], - [37, -83], - [9, -124], - [-37, -93], - [55, -113], - [0, -165], - [-9, -231], - [-147, -165], - [-37, 0], - [-36, -22], - [-48, -21], - [-51, -22], - [-71, -13], - [-69, -1], - [-44, 8], - [-35, 16], - [-44, 22], - [-48, 42], - [-41, 67], - [-44, 66], - [-41, 60], - [-47, 49], - [-47, 42], - [-54, 28], - [-41, 37], - [-36, 40], - [-29, 46], - [-24, 59], - [-18, 61], - [-26, 48], - [-34, 37], - [-43, 28], - [-47, 35], - [-40, 63], - [-41, 83], - [-24, 85], - [26, 65], - [21, 53], - [-5, 55], - [-11, 61], - [-29, 42], - [-24, 38], - [-31, 17], - [-40, 2], - [-40, -3], - [-30, 3], - [0, -41], - [-74, -83], - [0, -41], - [-36, -41], - [0, -124], - [-38, -40], - [0, -42], - [0, -69], - [-28, -39], - [-8, -38], - [-1, -39], - [4, -40], - [15, -39], - [27, -40], - [11, -40], - [14, -38], - [38, -39], - [72, -41], - [78, -44], - [58, -76], - [20, -92], - [28, -76], - [40, -73], - [0, -41], - [37, -42], - [37, 0], - [37, -41], - [36, 0], - [184, -206], - [0, -41], - [36, -41], - [0, -247], - [-110, -123], - [-110, 0], - [-36, 41], - [-258, 0], - [-37, -41], - [-36, 0], - [-38, -41], - [0, -42], - [-36, -41], - [0, -41], - [-110, -124], - [-57, -24], - [-50, -42], - [-37, -46], - [-25, -51], - [-24, -51], - [-31, -51], - [-34, -64], - [-36, 0], - [-37, -41], - [-37, 0], - [-73, 82], - [-37, 0], - [-111, 124], - [-36, 0], - [-37, 41], - [0, 41], - [-37, 41], - [0, 41], - [-73, 83], - [0, 41], - [-110, 124], - [-37, -42], - [-37, 0], - [-37, -41], - [-221, 0], - [-110, 124], - [0, 41], - [38, 41], - [-89, 99], - [-22, 25], - [-74, -83], - [-73, 0], - [-73, 83], - [0, 41], - [36, 41], - [0, 41], - [37, 41], - [0, 41], - [73, 83], - [-73, 82], - [-73, 0], - [-111, -124], - [-37, 0], - [-36, -41], - [-38, 41], - [-36, 0], - [-147, 165], - [0, 41], - [-37, 41], - [0, 42], - [-73, 82], - [-37, 0], - [-331, 371], - [0, 41], - [-294, 329], - [-37, 0], - [-368, 412], - [0, 41], - [-146, 165], - [-37, 0], - [0, 123], - [37, 42], - [0, 40], - [110, 124], - [36, 0], - [38, 41], - [220, 0], - [37, 42], - [0, 41], - [37, 41], - [0, 41], - [36, 41], - [-36, 41], - [0, 83], - [-148, 164], - [-36, 0], - [-21, -23], - [-17, -18], - [-36, 0], - [-36, 41], - [-148, 0], - [2, -308], - [0, -77], - [-45, -83], - [-146, -186], - [-47, -423], - [-531, -155], - [-62, 213], - [-41, 142], - [-122, -69], - [-36, -42], - [0, -41], - [-38, -41], - [0, -41], - [-36, -42], - [0, -205], - [-37, -41], - [-28, -34], - [-35, -38], - [-13, -48], - [-17, -46], - [-15, -47], - [-11, -53], - [-21, -56], - [-6, -67], - [3, -77], - [7, -78], - [-46, -74], - [-51, -62], - [-44, -51], - [-27, -55], - [6, -54], - [31, -43], - [49, -30], - [60, -34], - [47, -50], - [26, -51], - [48, -29], - [53, -30], - [54, -29], - [58, -33], - [65, -33], - [74, -27], - [86, -12], - [65, -17], - [47, -31], - [40, -59], - [52, -68], - [58, -55], - [67, -49], - [75, -31], - [68, -29], - [60, -26], - [56, -15], - [85, -29], - [55, -42], - [137, -41], - [110, -52], - [65, -10], - [37, -22], - [54, -16], - [64, -62], - [55, -80], - [31, -68], - [-8, -57], - [-10, -68], - [-19, -74], - [-21, -64], - [-24, -62], - [-15, -63], - [-29, -58], - [-31, -55], - [-41, -40], - [-57, -11], - [-58, -5], - [-64, -8], - [-94, 25], - [-142, -8], - [-101, 21], - [-109, 0], - [-73, -11], - [-221, 0], - [-45, 31], - [-247, 0], - [-138, 11], - [-81, 10], - [-101, 10], - [-156, 11], - [-175, 10], - [-36, 31], - [-193, 0], - [-219, 31], - [-57, 6], - [-58, 1], - [-58, 0], - [-60, 0], - [-70, 0], - [-146, 0], - [-37, -42], - [-74, 0], - [-36, 42], - [-111, 0], - [-37, 41], - [-73, 0], - [-81, 0], - [-92, 6], - [-69, 33], - [-37, 60], - [-52, 65], - [-331, 371], - [-36, 0], - [-148, 165], - [0, 41], - [-36, 41], - [0, 123], - [36, 42], - [0, 164], - [-36, 41], - [0, 83], - [36, 134], - [258, 278], - [12, 43], - [28, 66], - [35, 67], - [35, 69], - [36, 71], - [35, 72], - [28, 74], - [17, 73], - [25, 62], - [7, 62], - [0, 60], - [-1, 64], - [0, 71], - [4, 83], - [20, 85], - [34, 79], - [42, 69], - [36, 75], - [27, 83], - [33, 70], - [23, 66], - [20, 75], - [21, 70], - [20, 72], - [28, 67], - [21, 70], - [18, 73], - [23, 73], - [33, 66], - [35, 65], - [39, 61], - [35, 65], - [27, 75], - [18, 88], - [31, 78], - [30, 75], - [13, 83], - [28, 76], - [20, 81], - [23, 79], - [33, 75], - [37, 76], - [35, 80], - [31, 83], - [26, 84], - [23, 79], - [32, 64], - [30, 58], - [15, 63], - [21, 50], - [-3, 61], - [-26, 83], - [-16, 88], - [39, 91], - [53, 67], - [36, 70], - [36, 63], - [36, 63], - [36, 63], - [33, 66], - [20, 74], - [24, 69], - [32, 62], - [25, 65], - [24, 70], - [24, 76], - [19, 85], - [15, 101], - [32, 90], - [14, 79], - [23, 68], - [8, 70], - [2, 71], - [5, 71], - [26, 67], - [14, 78], - [26, 77], - [25, 81], - [30, 78], - [35, 67], - [27, 65], - [30, 55], - [26, 55], - [16, 64], - [22, 63], - [11, 91], - [0, 165], - [-184, 205], - [0, 124], - [74, 82], - [0, 41], - [37, 42], - [0, 41], - [37, 41], - [0, 41], - [36, 41], - [0, 41], - [37, 42], - [-37, 41], - [0, 288], - [-36, 41], - [0, 41], - [-37, 42], - [0, 82], - [-37, 41], - [0, 41], - [-36, 41], - [0, 42], - [73, 82], - [258, 0], - [18, 21], - [18, 20], - [74, 0], - [36, 41], - [38, 0], - [36, 41], - [36, 0], - [111, -123], - [0, -41], - [37, -41], - [-37, -42], - [0, -123], - [147, -165], - [73, 0], - [63, -56], - [64, -58], - [64, -49], - [63, -43], - [57, -40], - [56, -38], - [55, -30], - [39, -40] - ], - [ - [32862, 40181], - [-73, 0], - [0, 42], - [-110, 123], - [0, 82], - [-110, 124], - [-74, 41], - [0, 124], - [-330, 370], - [36, 41], - [0, 330], - [-110, 123], - [0, 124], - [-37, 41], - [0, 41], - [-258, 288], - [184, 0], - [147, -82], - [0, -82], - [405, -453], - [0, -206], - [404, -453], - [-36, -41], - [73, -82], - [0, -42], - [37, -41], - [0, -329], - [-148, -41], - [0, -42] - ], - [ - [9092, 39653], - [-38, -31], - [-45, 21], - [-46, 10], - [-28, 51], - [0, 52], - [38, 21], - [66, 13], - [44, 49], - [36, 0], - [36, -31], - [9, -52], - [-72, -103] - ], - [ - [58489, 39373], - [-10, -37], - [76, 6], - [0, -47], - [36, 6], - [-2, -43], - [64, 0], - [66, -5], - [93, 5], - [0, -77], - [97, -3], - [15, -9], - [217, 0], - [266, 0], - [458, -92], - [360, -8], - [233, -202], - [382, -340], - [420, -361], - [154, -172], - [379, -505], - [192, -611], - [-138, -6], - [-101, -62], - [27, -82], - [34, -54], - [-16, -12], - [-6, -40], - [41, 3], - [-2, -44], - [37, 0], - [2, -37], - [36, -6], - [2, -76], - [39, -5], - [-2, -41], - [-34, 2], - [-3, -45], - [33, 2], - [4, -85], - [106, 4], - [6, -123], - [32, 0], - [0, -44], - [-34, -2], - [0, -33], - [-38, -4], - [-3, -85], - [-31, 2], - [-5, -80], - [-37, 0], - [4, -40], - [-108, -2], - [-2, -84], - [-39, 2], - [-2, -44], - [-69, 1], - [-1, -41], - [-1, -40], - [38, 0], - [2, 43], - [31, -2], - [7, -34], - [30, -7], - [0, -45], - [-33, 2], - [0, -39], - [-40, -2], - [-2, -79], - [44, 0], - [-2, -126], - [-79, -2], - [6, -202], - [35, 2], - [-2, -41], - [-35, -2], - [0, -65], - [-2, -16], - [-35, -4], - [-4, -122], - [43, 0], - [0, -83], - [-79, -2], - [0, -37], - [-33, -6], - [0, -161], - [37, -2], - [0, -79], - [-37, -2], - [-4, -37], - [-35, 0], - [0, -41], - [0, -70], - [4, -54], - [31, 2], - [2, -45], - [-75, 0], - [2, -37], - [-37, -2], - [-2, -166], - [39, 0], - [0, -41], - [-39, -2], - [0, -37], - [-34, -2], - [0, -40], - [-33, -2], - [-4, -84], - [33, 4], - [2, -134], - [-33, 8], - [-2, -80], - [-39, -4], - [4, -196], - [-33, -7], - [-7, -51], - [-34, 10], - [1, -47], - [-35, 0], - [-4, -37], - [-38, -3], - [4, -41], - [-112, 6], - [-5, -41], - [-70, 0], - [2, -39], - [-38, 0], - [0, 37], - [-38, -2], - [0, -35], - [-110, -2], - [0, -85], - [36, 0], - [2, -41], - [-110, 0], - [2, 31], - [-2, 12], - [-70, -6], - [0, 41], - [-40, 6], - [2, 38], - [-147, -2], - [-4, 43], - [-34, 2], - [0, 41], - [-182, 0], - [-2, 42], - [-149, 0], - [1, -40], - [-150, -2], - [3, -43], - [-31, 0], - [-4, -16], - [-5, -21], - [-31, -4], - [-7, -40], - [-68, -4], - [-4, -74], - [-32, 2], - [-4, 35], - [-68, 0], - [-4, -41], - [-73, -2], - [0, -40], - [-73, 2], - [-1, -45], - [-32, 2], - [-6, 41], - [-32, 2], - [0, -41], - [-39, -4], - [-4, -37], - [-76, -6], - [9, -38], - [-39, 0], - [-47, 3], - [-61, 0], - [-6, -44], - [-71, -2], - [2, -35], - [-187, -6], - [2, -37], - [-74, -5], - [-1, -39], - [-38, 0], - [3, -39], - [-36, -2], - [0, 44], - [-37, 0], - [-2, -48], - [-76, 4], - [0, -82], - [-103, 0], - [-1, -40], - [-111, -2], - [2, -43], - [-77, 4], - [0, -43], - [-82, 0], - [11, -37], - [-81, 0], - [4, -83], - [-68, -2], - [-7, -37], - [-34, -11], - [0, -84], - [-34, 4], - [-2, -82], - [-36, 2], - [-2, -38], - [-72, -4], - [-1, -115], - [-36, -4], - [-2, -79], - [38, -6], - [1, -39], - [-150, 0], - [0, -14], - [1, -28], - [-74, 2], - [4, 42], - [-39, 0], - [-1, -28], - [-1, -55], - [-35, 0], - [0, -39], - [-185, -4], - [2, -40], - [-222, -2], - [2, 120], - [-34, 2], - [-4, 35], - [-31, 11], - [0, 41], - [-44, 6], - [3, 23], - [-36, 10], - [2, 42], - [-46, 0], - [7, 37], - [-38, 2], - [2, 82], - [-39, 2], - [2, 83], - [-39, 0], - [0, 37], - [-38, 6], - [0, 40], - [-75, 2], - [0, 39], - [-35, 0], - [0, 80], - [-32, 3], - [-4, 84], - [38, 0], - [-2, 33], - [-34, 2], - [-6, 43], - [-66, -2], - [-5, 44], - [-74, -2], - [2, 115], - [2, 89], - [-146, 6], - [-3, 81], - [-39, 0], - [2, 41], - [-51, 2], - [17, 118], - [-38, 6], - [0, 29], - [-43, 8], - [5, 128], - [-78, -2], - [6, 41], - [-37, 0], - [0, 38], - [-35, 4], - [-2, 80], - [-38, 2], - [0, 40], - [-73, 0], - [-2, 43], - [-36, 0], - [0, 39], - [-36, 0], - [2, 40], - [-36, -3], - [-2, 166], - [-33, -1], - [0, 120], - [141, 6], - [0, 41], - [-36, -4], - [0, 46], - [-38, 0], - [2, 45], - [-71, 0], - [-3, -33], - [1, -16], - [-24, 0], - [-16, -4], - [0, -46], - [1, -20], - [-34, -11], - [-75, 2], - [0, 15], - [1, 41], - [0, 25], - [-109, 0], - [-2, 45], - [-38, 0], - [5, 244], - [-39, -2], - [-2, 87], - [-34, -4], - [0, 47], - [-37, -6], - [2, 165], - [-39, 4], - [-2, 161], - [-38, -2], - [0, 89], - [-34, -4], - [0, 41], - [-74, -5], - [0, 12], - [-2, 74], - [-31, 3], - [-6, 41], - [-33, 2], - [-4, 39], - [-31, 0], - [-2, 37], - [-73, 2], - [-4, -33], - [-34, -4], - [-2, 83], - [-147, -11], - [2, 91], - [-73, -4], - [-5, 39], - [-29, 0], - [-1, 50], - [-148, 0], - [-1, 34], - [-72, 4], - [-2, 40], - [-38, 0], - [2, 82], - [-36, 2], - [-2, 37], - [-39, 0], - [0, 41], - [-33, 3], - [2, 39], - [-40, 0], - [-2, 47], - [-37, 0], - [0, 79], - [-72, 0], - [2, 91], - [0, 90], - [2, 46], - [5, 17], - [62, 10], - [0, 68], - [42, 8], - [-3, 79], - [42, 2], - [0, 39], - [32, 8], - [-3, 31], - [41, 7], - [1, 35], - [2, 80], - [35, 4], - [-5, 89], - [1, 35], - [1, 13], - [1, 16], - [0, 12], - [34, 0], - [43, 2], - [-2, 21], - [-3, 37], - [5, 27], - [33, -2], - [-2, 64], - [-423, -85], - [-17, 244], - [8, 140], - [2, 35], - [202, -23], - [72, 31], - [101, -20], - [64, 20], - [-1, 12], - [-10, 76], - [-31, 0], - [-1, 14], - [-2, 25], - [-27, 8], - [-9, 37], - [-20, 0], - [-16, 2], - [-2, 29], - [5, 46], - [-5, 49], - [0, 37], - [-34, 0], - [0, 120], - [-21, 2], - [-20, 4], - [1, 13], - [2, 20], - [-14, 4], - [-22, 0], - [0, 79], - [14, 0], - [22, 10], - [0, 33], - [-16, 6], - [-20, 0], - [-1, 15], - [-1, 19], - [-20, 0], - [-13, 2], - [-3, 26], - [-3, 68], - [3, 58], - [0, 39], - [-8, 15], - [-15, 0], - [-13, 2], - [2, 14], - [2, 23], - [0, 31], - [-11, 15], - [-29, 0], - [2, 55], - [-2, 27], - [0, 37], - [4, 34], - [22, 8], - [5, 9], - [11, 17], - [0, 40], - [-13, 16], - [-14, 4], - [-17, 2], - [0, 15], - [2, 54], - [0, 35], - [2, 45], - [-4, 13], - [28, -3], - [12, 3], - [0, 45], - [-5, 37], - [22, 4], - [20, 0], - [1, 39], - [78, -4], - [-9, 39], - [77, 4], - [-5, -84], - [77, 1], - [0, -47], - [184, 4], - [-3, -39], - [73, 0], - [0, 43], - [409, -2], - [-4, -41], - [114, 0], - [0, 39], - [38, -2], - [-6, 45], - [72, 0], - [2, -39], - [34, -2], - [4, 37], - [37, 4], - [0, 38], - [76, 6], - [0, 35], - [70, 2], - [-2, 39], - [116, 5], - [-4, 119], - [75, 4], - [4, 83], - [143, 2], - [0, 122], - [42, 0], - [-5, 41], - [-39, 0], - [2, 130], - [75, -4], - [-4, 35], - [40, 4], - [-5, 39], - [45, 2], - [153, 0], - [133, 0], - [120, -13], - [92, 16], - [104, 4], - [137, -49], - [82, -16], - [63, -7], - [172, -6], - [194, -7], - [145, 33], - [95, 62], - [65, 87], - [5, 81], - [58, 52], - [119, 13], - [232, 4], - [19, 13], - [46, 10], - [22, 6], - [14, 4], - [28, -10] - ], - [ - [35202, 37349], - [-42, -42], - [-34, -31], - [-62, -33], - [-43, 16], - [-54, 26], - [-62, 19], - [-42, 18], - [-14, 5], - [-69, -11], - [-69, 13], - [-72, 63], - [-67, 59], - [-56, 53], - [-47, 47], - [-49, 39], - [-45, 39], - [-43, 45], - [-37, 53], - [-36, 54], - [-39, 51], - [-39, 46], - [-39, 48], - [-37, 48], - [-39, 46], - [-42, 46], - [-45, 47], - [-52, 45], - [-62, 43], - [-69, 48], - [-84, 46], - [-96, 44], - [-93, 60], - [-48, 55], - [-27, 67], - [-23, 65], - [20, 70], - [19, 78], - [33, 74], - [51, 60], - [50, 60], - [55, 54], - [60, 45], - [63, 39], - [55, 45], - [49, 43], - [48, 45], - [48, 44], - [57, 34], - [56, 32], - [66, 14], - [62, 24], - [62, 10], - [62, 1], - [62, -4], - [60, -17], - [60, -16], - [64, -4], - [62, -1], - [61, -7], - [55, -28], - [57, -20], - [52, -30], - [51, -38], - [53, -41], - [54, -42], - [56, -43], - [51, -46], - [54, -46], - [59, -38], - [60, -37], - [56, -41], - [60, -39], - [60, -38], - [64, -37], - [71, -28], - [59, -38], - [47, -53], - [45, -54], - [53, -42], - [47, -40], - [36, -37], - [15, -37], - [-57, -81], - [-60, -74], - [-43, -58], - [-35, -49], - [-28, -53], - [-22, -64], - [-27, -68], - [-38, -59], - [-48, -50], - [-50, -53], - [-47, -63], - [-47, -62], - [-41, -65], - [-41, -65], - [-43, -75], - [-56, -86], - [-40, -42] - ], - [ - [47713, 38452], - [-110, 0], - [0, 41], - [-110, 42], - [0, 329], - [80, 45], - [67, 38], - [184, 0], - [110, -42], - [0, -164], - [-221, -248], - [0, -41] - ], - [ - [42421, 38720], - [-38, -41], - [159, -125], - [3, -18], - [59, -59], - [149, -35], - [94, 0], - [124, -38], - [128, -52], - [101, -35], - [300, -117], - [132, -49], - [173, -108], - [465, -219], - [409, -188], - [-200, -151], - [45, -7], - [147, -13], - [74, -248], - [72, 21], - [30, 82], - [110, 0], - [0, -41], - [331, -41], - [1, 137], - [22, -6], - [100, -4], - [124, -17], - [118, -14], - [117, -7], - [63, 7], - [112, 21], - [87, 80], - [285, 50], - [73, -41], - [0, -42], - [74, 0], - [0, 83], - [220, 41], - [294, 0], - [74, -41], - [110, -41], - [73, -42], - [0, -82], - [184, 0], - [0, 82], - [148, 0], - [110, -41], - [28, -64], - [100, -35], - [230, -21], - [200, 81], - [321, 0], - [82, 21], - [22, 59], - [193, 0], - [0, -82], - [221, 0], - [0, 82], - [74, 0], - [220, -82], - [73, -41], - [74, -82], - [0, -41], - [37, -42], - [0, -41], - [73, -82], - [0, -41], - [37, -42], - [0, -41], - [-110, -123], - [36, -41], - [0, -124], - [-36, -41], - [0, -41], - [-37, -41], - [0, -42], - [-37, -41], - [0, -41], - [-37, -41], - [74, -82], - [0, -42], - [-37, -41], - [147, -82], - [37, -41], - [0, -165], - [-442, -41], - [-403, -41], - [-111, -41], - [-73, -42], - [0, -41], - [-148, 0], - [0, 41], - [-36, 42], - [-147, 0], - [0, -42], - [-147, 0], - [0, 42], - [-74, 82], - [-257, 0], - [-74, -41], - [-110, -41], - [-73, -42], - [-110, -41], - [-74, -41], - [-110, -41], - [0, -329], - [-38, -42], - [-146, -41], - [0, -41], - [-37, -41], - [-147, -41], - [0, -82], - [-111, 0], - [0, 41], - [-36, 41], - [-148, 0], - [0, -82], - [-110, -124], - [-293, -41], - [-552, -42], - [37, -41], - [-74, -41], - [0, -41], - [-478, 0], - [0, 165], - [-220, 247], - [-73, 41], - [0, 41], - [-74, 82], - [0, 42], - [-74, 82], - [0, 41], - [-73, 82], - [-111, 42], - [0, 41], - [-110, 123], - [74, 41], - [0, 83], - [-74, 82], - [0, 329], - [-183, 0], - [0, -123], - [-38, -41], - [0, -124], - [-36, -41], - [0, -165], - [-110, 0], - [0, 42], - [-37, 41], - [0, 41], - [-74, 82], - [37, 42], - [0, 82], - [-73, 82], - [-184, 41], - [0, 41], - [-110, 124], - [-368, 41], - [-367, 206], - [0, 41], - [-184, 206], - [36, 41], - [0, 124], - [74, 41], - [184, 206], - [0, 41], - [-38, 41], - [-72, 0], - [-184, -206], - [-74, -41], - [-110, -41], - [0, -124], - [-331, 0], - [0, 41], - [-37, 42], - [-147, 41], - [0, 41], - [-37, 41], - [0, 41], - [-36, 42], - [73, 41], - [37, 41], - [0, 41], - [-37, 41], - [-37, 0], - [-146, -82], - [0, -41], - [-295, 0], - [0, 41], - [-147, 164], - [-147, 42], - [0, 82], - [-36, 41], - [0, 83], - [-38, 41], - [0, 41], - [-220, 247], - [36, 41], - [0, 165], - [368, 82], - [111, 123], - [0, 124], - [368, 41], - [0, 165], - [110, 41], - [110, 0], - [0, -41], - [293, 0], - [0, 83], - [112, 0], - [0, -83] - ], - [ - [16161, 38463], - [28, -10], - [28, 21], - [27, 10], - [27, -21], - [18, -51], - [0, -52], - [-18, -31], - [-45, -10], - [-46, -31], - [-19, -41], - [-18, -72], - [-55, -63], - [-45, -30], - [-19, -11], - [-37, 0], - [-9, 11], - [19, 30], - [27, 52], - [37, 31], - [27, 41], - [19, 52], - [-19, 21], - [0, 20], - [19, 31], - [0, 73], - [-19, 51], - [-27, 31], - [-18, 42], - [0, 61], - [27, 32], - [13, -11], - [15, -10], - [9, -31], - [27, -42], - [27, -20], - [0, -73] - ], - [ - [36097, 38329], - [38, -41], - [36, 0], - [36, -41], - [38, 0], - [36, -42], - [37, 0], - [110, -123], - [37, 0], - [73, -83], - [38, 0], - [36, -41], - [74, 0], - [74, -82], - [36, 0], - [36, -41], - [38, 0], - [73, -83], - [37, 0], - [183, -205], - [0, -42], - [38, -41], - [0, -41], - [36, -41], - [0, -41], - [-36, -42], - [-38, 0], - [0, -40], - [-36, -42], - [-26, -172], - [-74, -82], - [-84, -75], - [-37, -41], - [-74, 0], - [-36, -42], - [0, -41], - [-74, 0], - [-74, 83], - [-72, 0], - [-38, 41], - [-73, 0], - [-192, 10], - [-249, 31], - [-37, 41], - [-36, 0], - [-38, 41], - [-36, 0], - [-74, 83], - [-36, 0], - [-37, 41], - [-74, 0], - [-36, 41], - [-37, 0], - [-37, 41], - [-110, 0], - [-74, 82], - [9, 52], - [28, 31], - [37, 41], - [0, 41], - [83, 124], - [64, 82], - [73, 82], - [0, 42], - [74, 82], - [0, 41], - [73, 82], - [0, 42], - [166, 267], - [65, 11], - [38, 6], - [25, 4] - ], - [ - [53448, 37876], - [73, -82], - [74, 0], - [36, -42], - [111, 0], - [147, -164], - [37, 0], - [37, -41], - [73, 0], - [110, -124], - [0, -165], - [37, -41], - [0, -123], - [73, -83], - [0, -82], - [38, -41], - [0, -165], - [-111, -123], - [0, -41], - [-73, -83], - [-37, 0], - [-37, -41], - [-110, 0], - [-37, 41], - [-294, 0], - [-37, -41], - [-37, 0], - [-36, 41], - [-37, 0], - [-37, 41], - [-37, 0], - [-36, 42], - [-37, 0], - [-147, 164], - [-36, 0], - [-148, 165], - [0, 41], - [-36, 41], - [0, 82], - [-38, 42], - [0, 41], - [38, 41], - [0, 123], - [72, 83], - [0, 41], - [38, 41], - [0, 41], - [36, 42], - [0, 41], - [74, 82], - [0, 41], - [36, 41], - [0, 42], - [38, 41], - [0, 164], - [-38, 42], - [50, 55], - [24, 27], - [37, 0], - [110, -124], - [0, -41], - [37, -41], - [0, -41] - ], - [ - [40172, 36616], - [60, -8], - [57, 25], - [67, 1], - [68, -26], - [67, -56], - [54, -63], - [45, -54], - [38, -53], - [31, -60], - [30, -60], - [18, -69], - [25, -67], - [33, -66], - [33, -67], - [55, -51], - [59, -43], - [59, -46], - [52, -56], - [52, -65], - [52, -67], - [66, -52], - [62, -44], - [54, -47], - [43, -50], - [43, -52], - [49, -51], - [42, -71], - [27, -82], - [18, -76], - [-12, -76], - [-45, -59], - [-27, -26], - [-31, -1], - [-49, 50], - [-41, 77], - [-44, 71], - [-44, 61], - [-51, 47], - [-52, 47], - [-52, 45], - [-60, 33], - [-54, 30], - [-47, 1], - [-38, -21], - [-48, -18], - [-43, -31], - [-42, -26], - [-33, -17], - [-54, 30], - [-53, 66], - [5, 47], - [14, 51], - [22, 48], - [3, 47], - [-8, 42], - [-24, 35], - [-17, 37], - [-29, 35], - [-44, 34], - [-61, 29], - [-65, 54], - [-72, 56], - [-46, 70], - [-38, 76], - [-36, 75], - [-33, 73], - [-35, 69], - [-48, 55], - [-55, 47], - [-48, 54], - [-41, 56], - [-39, 49], - [-42, 39], - [-42, 35], - [-54, 29], - [-73, 16], - [-83, 72], - [-27, 84], - [-10, 56], - [-8, 38], - [-9, 42], - [29, 41], - [56, 3], - [35, -3], - [36, -3], - [74, -14], - [63, -34], - [57, -46], - [42, -66], - [49, -66], - [56, -61], - [54, -58], - [53, -50] - ], - [ - [44663, 34500], - [-111, 0], - [0, 41], - [-37, 41], - [-73, 41], - [-110, 124], - [-74, 41], - [0, 41], - [-147, 165], - [0, 41], - [-220, 247], - [-148, 83], - [0, 41], - [-74, 82], - [0, 41], - [-72, 83], - [0, 41], - [-111, 123], - [257, 0], - [74, -82], - [0, -41], - [74, -82], - [0, -42], - [36, -41], - [0, -123], - [331, -371], - [0, -82], - [74, -41], - [146, -165], - [0, -41], - [185, -42], - [0, -82], - [0, -41] - ], - [ - [14756, 35274], - [-92, 0], - [-37, 21], - [-19, 21], - [10, 20], - [19, 52], - [18, 0], - [9, 72], - [27, 72], - [55, -20], - [19, -31], - [27, -52], - [0, -93], - [-36, -62] - ], - [ - [5083, 31327], - [-64, -11], - [0, 73], - [37, 31], - [37, 72], - [63, 134], - [38, 72], - [0, 62], - [36, 11], - [36, 0], - [38, -41], - [-29, -73], - [0, -82], - [-72, -125], - [-9, -41], - [-28, -41], - [-83, -41] - ], - [ - [4653, 30123], - [-47, -15], - [-50, 30], - [-46, 38], - [-43, 31], - [-51, 16], - [-39, 34], - [-34, 50], - [-29, 65], - [-8, 81], - [24, 83], - [44, 71], - [45, 58], - [43, 47], - [37, 41], - [34, 39], - [39, 31], - [45, 13], - [44, 14], - [37, 24], - [39, 18], - [46, 27], - [64, 16], - [68, -39], - [22, -13], - [37, -85], - [28, -82], - [-42, -302], - [-30, -37], - [-65, -67], - [-66, -54], - [-56, -46], - [-60, -52], - [-30, -35] - ], - [ - [53889, 29560], - [37, -42], - [73, 0], - [74, -82], - [110, 0], - [37, -41], - [74, 0], - [36, -41], - [36, 0], - [38, -41], - [36, 0], - [74, -83], - [0, -41], - [74, 0], - [110, -123], - [37, 0], - [73, -83], - [37, 0], - [36, -41], - [74, 0], - [36, -41], - [74, 0], - [74, -82], - [36, 0], - [74, -83], - [37, 0], - [110, -123], - [37, 0], - [111, -124], - [95, 0], - [10, -8], - [188, -198], - [0, -41], - [-62, -70], - [-48, -53], - [-37, 0], - [-74, -83], - [0, -41], - [-36, -41], - [0, -41], - [36, -41], - [-72, -82], - [0, -83], - [-74, 0], - [-147, 165], - [-74, 0], - [-110, -124], - [-37, 42], - [0, 40], - [-37, 42], - [0, 41], - [-36, 41], - [0, 165], - [36, 41], - [-36, 41], - [0, 82], - [-38, 42], - [0, 41], - [-51, 58], - [-21, 24], - [0, 41], - [-74, 0], - [-110, -123], - [0, -41], - [-37, -42], - [-74, 83], - [-73, 0], - [-37, 41], - [-37, 0], - [-37, 41], - [-74, 0], - [-36, 41], - [-74, 0], - [-36, -41], - [0, -123], - [74, -83], - [72, 0], - [0, -41], - [38, 0], - [110, -123], - [60, -21], - [0, -103], - [-9, -52], - [-9, -52], - [0, -82], - [9, -41], - [0, -42], - [-18, -51], - [-19, -93], - [0, -103], - [10, -42], - [0, -113], - [-28, -73], - [-18, -31], - [-37, -20], - [-64, -31], - [-18, -18], - [-37, -31], - [-54, -10], - [-37, -31], - [-92, -104], - [0, -217], - [9, -93], - [10, -51], - [-99, -101], - [-74, 0], - [-36, 41], - [-37, 0], - [0, 41], - [-111, 124], - [-36, 0], - [-37, 41], - [-111, 0], - [-73, 82], - [-330, 0], - [-74, 83], - [-74, -83], - [-36, 0], - [-110, -123], - [0, -41], - [-38, -42], - [0, -41], - [-36, -41], - [-74, 0], - [-73, 82], - [-148, -164], - [-72, 82], - [0, 41], - [36, 41], - [0, 42], - [36, 41], - [0, 82], - [38, 41], - [0, 41], - [36, 42], - [0, 41], - [37, 41], - [0, 82], - [37, 42], - [0, 40], - [36, 42], - [0, 206], - [37, 41], - [0, 123], - [37, 42], - [0, 41], - [-74, 82], - [-36, 0], - [-37, 41], - [-73, -82], - [0, -82], - [-110, -124], - [0, -165], - [36, -41], - [0, -41], - [-36, -41], - [0, -42], - [-38, -40], - [0, -124], - [-36, -41], - [0, -41], - [-38, -42], - [0, -41], - [-36, -41], - [0, -82], - [-36, -41], - [0, -42], - [-38, -41], - [0, -82], - [-73, -82], - [0, -83], - [-37, -41], - [0, -41], - [-36, -41], - [0, -124], - [-37, -41], - [0, -41], - [-220, -247], - [-38, 41], - [-36, 0], - [0, -82], - [-37, -41], - [37, -42], - [0, -246], - [-110, -124], - [-47, -36], - [-36, -186], - [-28, -108], - [-147, 0], - [0, -41], - [-37, -41], - [0, -82], - [-36, -41], - [0, -165], - [-37, -41], - [0, -82], - [-37, 0], - [-36, -42], - [0, -41], - [-38, 0], - [-110, 123], - [0, 42], - [-36, 41], - [0, 82], - [-37, 42], - [0, 123], - [73, 82], - [0, 247], - [74, 83], - [0, 41], - [74, 82], - [0, 42], - [36, 41], - [-184, 205], - [37, 42], - [0, 41], - [37, 0], - [74, 82], - [0, 41], - [36, 41], - [0, 83], - [37, 41], - [0, 82], - [147, 165], - [0, 41], - [37, 41], - [0, 83], - [-37, 41], - [37, 41], - [0, 123], - [36, 42], - [0, 41], - [37, 0], - [37, 41], - [0, 41], - [74, 82], - [0, 42], - [36, 41], - [0, 82], - [37, 41], - [0, 247], - [73, 83], - [0, 41], - [38, 41], - [0, 41], - [110, 124], - [0, 41], - [36, 41], - [0, 83], - [37, 40], - [0, 42], - [37, 41], - [0, 82], - [37, 41], - [0, 42], - [-147, 164], - [-38, 0], - [-72, 83], - [0, 41], - [36, 41], - [0, 123], - [36, 41], - [0, 83], - [38, 41], - [0, 83], - [183, 205], - [0, 41], - [184, 206], - [0, 206], - [36, 41], - [148, 0], - [36, -41], - [0, -206], - [-72, -82], - [0, -82], - [-148, -165], - [0, -165], - [-184, -206], - [0, -82], - [-36, -41], - [0, -41], - [110, -124], - [146, 0], - [74, 83], - [0, 41], - [148, 164], - [146, -164], - [0, -41], - [-73, -83], - [0, -82], - [73, 0], - [185, -206], - [146, 165], - [0, 82], - [38, 41], - [0, 83], - [72, 82], - [0, 123], - [38, 41], - [0, 42], - [73, 82], - [0, 83], - [37, 41], - [0, 82], - [36, 41], - [0, 82], - [37, 42], - [0, 41], - [147, 164], - [37, 0], - [36, 42], - [38, 0], - [110, 123], - [0, 41], - [74, 83], - [36, 0] - ], - [ - [10182, 18609], - [0, -248], - [-147, -164], - [-37, 0], - [-44, -50], - [-29, -33], - [-40, -45], - [-34, -46], - [-34, -49], - [-28, -58], - [-8, -83], - [8, -92], - [32, -69], - [23, -56], - [-8, -53], - [-24, -48], - [-32, -42], - [-24, -45], - [-17, -53], - [-23, -48], - [-28, -53], - [-50, -58], - [-106, -27], - [-70, 14], - [-50, -3], - [-39, -39], - [-36, -60], - [-37, -74], - [-44, -78], - [-54, -65], - [-23, -33], - [-36, -16], - [-57, -17], - [-80, 33], - [-74, 70], - [-36, 41], - [0, 247], - [-295, 329], - [0, 41], - [37, 42], - [0, 41], - [220, 247], - [0, 41], - [38, 41], - [0, 41], - [36, 41], - [0, 41], - [184, 206], - [37, 0], - [73, 83], - [37, 0], - [74, 82], - [36, 0], - [37, 41], - [73, 0], - [38, -41], - [36, 0], - [36, -41], - [38, 0], - [36, -41], - [74, 0], - [36, 41], - [148, 0], - [73, 82], - [0, 83], - [37, 41], - [0, 123], - [111, 124], - [36, 0], - [110, -124], - [-74, -82], - [0, -41], - [-36, -41] - ], - [ - [11983, 18897], - [37, -41], - [183, 0], - [111, -124], - [0, -41], - [147, -165], - [37, 0], - [37, 41], - [0, 124], - [37, 41], - [36, 0], - [74, -82], - [0, -41], - [74, -83], - [36, 0], - [147, -165], - [0, -41], - [37, -41], - [0, -41], - [221, -247], - [0, -206], - [36, -41], - [0, -41], - [74, -82], - [36, 0], - [74, 82], - [36, 0], - [38, -41], - [36, 0], - [441, -494], - [38, 0], - [32, 22], - [44, 26], - [41, 31], - [61, 23], - [94, 12], - [78, 18], - [65, 45], - [71, 56], - [87, 65], - [12, -2], - [39, -8], - [37, 0], - [36, -41], - [0, -42], - [38, -41], - [0, -82], - [36, -41], - [110, -124], - [37, 0], - [37, -41], - [73, 0], - [368, -412], - [65, -35], - [79, 0], - [73, 34], - [32, 8], - [34, 9], - [39, -42], - [40, -43], - [72, -81], - [47, -75], - [34, -63], - [73, -82], - [37, 0], - [36, -41], - [38, 0], - [183, -206], - [0, -288], - [-294, -330], - [0, -41], - [-257, -288], - [-37, 0], - [-184, 206], - [-36, -41], - [-38, 0], - [-36, -41], - [-148, 164], - [-110, 0], - [-61, 25], - [-40, 14], - [-52, 14], - [-45, 29], - [-49, 28], - [-54, 25], - [-57, 25], - [-24, 2], - [-37, 2], - [-63, -4], - [-64, -21], - [-66, 9], - [-75, 12], - [-88, 4], - [-84, 65], - [-34, 68], - [-30, 49], - [-40, 34], - [-46, 33], - [-54, 35], - [-69, 19], - [-72, 29], - [-69, 39], - [-63, 45], - [-60, 38], - [-625, 700], - [-37, -1], - [-37, 42], - [-147, 0], - [-146, -165], - [-38, 0], - [-36, -41], - [-37, 0], - [-73, 82], - [-37, 0], - [-37, 41], - [-37, 0], - [-37, 42], - [-183, -1], - [-74, 83], - [-36, 0], - [-38, 41], - [-36, 0], - [-110, 124], - [0, 123], - [-37, 41], - [0, 288], - [-37, 42], - [0, 164], - [-37, 41], - [0, 124], - [-36, 41], - [0, 41], - [-37, 42], - [0, 82], - [-37, 41], - [0, 41], - [-147, 165], - [0, 41], - [-37, 41], - [0, 165], - [74, 82], - [36, 0], - [74, 83], - [37, 0], - [73, 82], - [0, 82], - [44, 49], - [67, 75], - [36, 0] - ], - [ - [14116, 17909], - [0, -41], - [-74, 0], - [0, 41], - [-74, 0], - [0, -41], - [-74, 0], - [0, 82], - [38, 41], - [0, 41], - [36, 41], - [0, 41], - [-74, 83], - [112, 123], - [0, 41], - [110, 0], - [0, -82], - [73, -41], - [0, -247], - [-73, -82] - ], - [ - [10881, 17703], - [36, -41], - [74, 0], - [74, -83], - [73, 0], - [184, -206], - [0, -123], - [220, -247], - [0, -41], - [37, -41], - [0, -165], - [37, -41], - [0, -83], - [36, -41], - [0, -41], - [74, -82], - [0, -41], - [221, -247], - [73, 0], - [37, -42], - [36, 0], - [38, 42], - [110, 0], - [36, 41], - [147, 0], - [37, -41], - [37, 0], - [37, -42], - [37, 0], - [73, 83], - [111, 0], - [146, -165], - [0, -41], - [295, -330], - [36, 0], - [184, -205], - [74, 0], - [36, 41], - [74, 0], - [183, -206], - [258, 0], - [36, -41], - [38, 0], - [73, -82], - [37, 0], - [36, 41], - [16, -18], - [21, -23], - [147, 0], - [73, -83], - [32, -73], - [12, -76], - [-17, -110], - [-21, -120], - [-16, -78], - [-18, -42], - [-15, -39], - [-24, -41], - [-14, -58], - [-30, -60], - [-39, -62], - [-48, -59], - [-56, -52], - [-54, -53], - [-53, -58], - [-54, -61], - [-61, -62], - [-82, -43], - [-44, -15], - [-42, -2], - [-54, 10], - [-58, 13], - [-49, 31], - [-47, 39], - [-50, 40], - [-57, 37], - [-57, 36], - [-50, 46], - [-48, 42], - [-53, 32], - [-62, 18], - [-60, 29], - [-55, 35], - [-39, 46], - [-46, 32], - [-46, 37], - [-49, 20], - [-57, 4], - [-63, 7], - [-61, 34], - [-71, 38], - [-82, 34], - [-64, 59], - [-56, 63], - [-45, 82], - [-44, 85], - [-45, 86], - [-36, 80], - [-26, 65], - [-34, 43], - [-37, 32], - [-33, 33], - [-38, 0], - [-36, 41], - [-36, 0], - [-38, -41], - [-36, 0], - [-16, -18], - [-21, -23], - [-37, 0], - [-36, -42], - [-37, 0], - [-110, -123], - [0, -42], - [-37, -41], - [0, -123], - [-74, -82], - [147, -165], - [0, -41], - [37, -41], - [0, -83], - [37, -41], - [0, -41], - [73, -82], - [0, -83], - [74, -82], - [0, -41], - [74, 0], - [36, -42], - [110, 0], - [74, -82], - [73, 0], - [37, -41], - [147, 0], - [37, -41], - [73, 0], - [38, -41], - [0, -83], - [-38, -41], - [0, -82], - [110, -124], - [0, -41], - [38, -41], - [0, -41], - [36, -42], - [0, -123], - [37, -41], - [0, -82], - [-73, -83], - [-38, 0], - [-72, 83], - [-38, 0], - [-73, 82], - [-37, 0], - [-36, 41], - [-37, 0], - [-37, 42], - [-74, 0], - [-36, 40], - [-147, 0], - [-74, -82], - [-110, 0], - [-59, -66], - [-15, -16], - [-36, 0], - [-258, -288], - [-37, 0], - [-146, -165], - [-38, 41], - [-73, -82], - [-147, 0], - [-37, 41], - [-73, 0], - [-37, 41], - [-36, 0], - [-111, -124], - [-37, 1], - [-36, -41], - [-38, 0], - [-36, 41], - [-110, 0], - [-37, 41], - [-147, 0], - [-37, 41], - [-36, 0], - [-38, 41], - [0, 41], - [-36, 41], - [0, 247], - [-37, 42], - [0, 41], - [-37, 41], - [0, 41], - [-110, 123], - [0, 42], - [-74, 82], - [0, 41], - [-36, 42], - [0, 41], - [36, 41], - [0, 165], - [38, 41], - [0, 617], - [-38, 41], - [0, 42], - [-36, 41], - [0, 41], - [-74, 82], - [-110, 0], - [-21, -23], - [-16, -18], - [-36, 0], - [-38, -41], - [0, -82], - [-110, -124], - [-110, 124], - [0, 41], - [-36, 41], - [-74, 0], - [-19, -21], - [-18, -20], - [-37, 0], - [-110, 123], - [-37, 0], - [-73, 83], - [0, 123], - [-37, 41], - [0, 41], - [-36, 41], - [0, 42], - [-38, 41], - [-36, -41], - [-36, -42], - [-38, 0], - [-74, -82], - [-73, 82], - [0, 83], - [37, 41], - [0, 41], - [36, 42], - [0, 41], - [38, 41], - [0, 206], - [-38, 41], - [0, 41], - [-36, 41], - [0, 124], - [-37, 41], - [0, 41], - [-37, 41], - [37, 41], - [0, 42], - [73, 82], - [112, -124], - [0, -41], - [110, -123], - [73, 0], - [110, 123], - [37, 0], - [37, 41], - [110, 0], - [40, 124], - [34, 123], - [330, 371], - [147, 0], - [74, -82], - [0, -42], - [36, -41], - [-36, -41], - [0, -288], - [-37, 0], - [-37, -41], - [0, -41], - [-36, -42], - [0, -41], - [-37, -41], - [37, -41], - [0, -41], - [73, -83], - [111, 0], - [36, -41], - [36, 0], - [38, 41], - [-38, 41], - [38, 42], - [0, 41], - [36, 41], - [0, 41], - [-36, 41], - [0, 42], - [73, 82], - [0, 165], - [-37, 41], - [0, 123], - [110, 124], - [0, 82], - [38, 41], - [0, 82], - [36, 42], - [-74, 82], - [0, 41], - [-36, 41], - [0, 42], - [-37, 41], - [0, 41], - [-37, 41], - [0, 82], - [74, 83], - [36, 0], - [38, 41], - [110, 0], - [73, 82], - [0, 41], - [74, 83], - [0, 41], - [184, 206] - ], - [ - [8387, 16811], - [60, -35], - [71, 3], - [47, -9], - [23, -4], - [57, -52], - [56, -68], - [65, -69], - [72, -55], - [61, -40], - [43, -39], - [17, -39], - [-21, -49], - [-44, -57], - [-47, -62], - [-53, -51], - [-64, -43], - [-83, -41], - [-39, -13], - [-55, -19], - [-77, 11], - [-70, 33], - [-56, 43], - [-47, 44], - [-48, 36], - [-52, 26], - [-47, 24], - [-46, 15], - [-46, 13], - [-49, 24], - [-56, 18], - [-49, 32], - [-32, 43], - [-3, 71], - [8, 91], - [9, 86], - [14, 94], - [36, 81], - [52, 31], - [68, 30], - [43, 9], - [45, 9], - [56, -15], - [58, -15], - [70, -47], - [53, -45] - ], - [ - [25989, 14245], - [-221, 0], - [0, 41], - [-110, 41], - [73, 82], - [0, 41], - [37, 42], - [0, 41], - [18, 20], - [19, 21], - [74, 0], - [0, -82], - [146, -83], - [38, -41], - [-74, -82], - [0, -41] - ], - [ - [29114, 14533], - [146, -165], - [0, -41], - [331, -371], - [37, 0], - [257, -288], - [0, -206], - [-110, -123], - [-36, 0], - [-38, 41], - [-110, 0], - [-37, -41], - [-73, 0], - [-37, -42], - [-110, 0], - [-18, -20], - [-19, -21], - [-37, 0], - [-184, -205], - [-36, 41], - [-37, 0], - [-37, 41], - [-73, 0], - [-37, 41], - [-221, 0], - [-36, 42], - [-38, 0], - [-36, 40], - [-74, 0], - [-36, 41], - [-74, 0], - [-36, 42], - [-37, -42], - [-258, 0], - [-36, 42], - [-38, 0], - [-36, 41], - [-74, 0], - [-73, 82], - [0, 124], - [-147, 165], - [0, 82], - [-37, 41], - [0, 82], - [37, 41], - [0, 42], - [37, 41], - [73, 0], - [148, 165], - [36, 0], - [36, 41], - [74, 0], - [37, 41], - [37, 0], - [74, 82], - [36, 0], - [37, 41], - [37, 0], - [37, 42], - [36, 0], - [37, 41], - [73, 0], - [38, -41], - [36, 0], - [36, 41], - [148, 0], - [36, -41], - [37, 0], - [37, 41], - [147, 0], - [74, 0], - [36, -41], - [38, 41] - ], - [ - [25548, 13833], - [36, -41], - [37, 0], - [37, -41], - [37, 0], - [36, -42], - [110, 0], - [38, -41], - [256, 0], - [38, -41], - [146, 0], - [37, 41], - [148, 0], - [36, 41], - [147, 0], - [37, -41], - [36, 0], - [38, -41], - [73, 0], - [37, -41], - [110, 0], - [37, -41], - [110, 0], - [74, -83], - [110, 0], - [36, -41], - [37, 0], - [184, -205], - [0, -42], - [37, -41], - [37, 0], - [36, -41], - [37, 0], - [37, -41], - [74, 0], - [36, -42], - [221, 0], - [37, -41], - [36, 41], - [37, 0], - [37, 42], - [37, 0], - [73, -83], - [221, 0], - [36, -41], - [37, 0], - [37, -41], - [73, 0], - [111, -124], - [73, 0], - [148, -164], - [36, 0], - [0, -82], - [74, -83], - [0, -41], - [73, -82], - [37, 0], - [18, 20], - [18, 21], - [74, 0], - [37, 41], - [73, 0], - [111, 124], - [0, 40], - [74, 83], - [110, 0], - [36, 41], - [110, 0], - [37, 41], - [37, 0], - [37, -41], - [73, 0], - [111, 124], - [110, 0], - [36, -42], - [0, -164], - [148, -165], - [0, -41], - [-74, -82], - [0, -42], - [-36, -41], - [0, -41], - [-38, 0], - [0, -41], - [-73, -82], - [-46, -93], - [-18, -31], - [-47, -41], - [-36, -41], - [0, -83], - [-37, -41], - [0, -41], - [-37, -41], - [0, -41], - [-73, -83], - [-82, -102], - [-46, -62], - [-56, -41], - [-36, -42], - [-38, 0], - [-72, -82], - [-38, 0], - [-36, -41], - [0, -83], - [-74, -82], - [0, -41], - [-37, -41], - [0, -41], - [-147, -165], - [-73, 0], - [-37, 41], - [-73, 0], - [0, 206], - [-110, 0], - [-38, -41], - [-36, 0], - [-258, -288], - [0, -42], - [-73, -82], - [-110, 0], - [-294, 330], - [-74, 0], - [-37, 41], - [-36, 0], - [-184, 205], - [36, 42], - [-36, 41], - [0, 41], - [-38, 41], - [-72, 0], - [-47, 0], - [-54, -10], - [-194, 175], - [0, 82], - [-36, 41], - [0, 41], - [-74, 83], - [0, 41], - [-74, 82], - [0, 124], - [-146, 165], - [-74, 0], - [-110, 123], - [0, 41], - [-37, 41], - [-37, 0], - [-37, 42], - [-146, 0], - [-38, 41], - [-36, 0], - [-110, 123], - [0, 42], - [-148, 164], - [-36, 0], - [-74, 82], - [-37, 0], - [-146, 165], - [-74, 0], - [-36, 41], - [-74, 0], - [-110, 124], - [0, 41], - [-74, 83], - [0, 40], - [-37, 0], - [-37, 41], - [-36, 0], - [-37, 42], - [-37, 0], - [-37, 41], - [-73, 0], - [-147, 165], - [-37, 0], - [-147, 164], - [0, 42], - [36, 41], - [74, 0], - [37, 41], - [221, 0] - ], - [ - [29298, 13041], - [92, -62], - [164, 0], - [0, -42], - [-37, -41], - [0, -41], - [-257, 0], - [-63, 41], - [29, 83], - [72, 62] - ], - [ - [19372, 11074], - [37, -41], - [36, 0], - [37, -41], - [37, 0], - [36, -41], - [38, 0], - [36, -41], - [37, 0], - [221, -247], - [36, 0], - [74, -83], - [37, 1], - [36, -42], - [74, 0], - [36, -41], - [38, 0], - [330, -370], - [0, -42], - [74, -82], - [0, -41], - [405, -453], - [441, -494], - [0, -41], - [36, -41], - [0, -206], - [36, -41], - [0, -83], - [-72, -82], - [0, -41], - [-38, -41], - [-36, 0], - [-37, 41], - [-37, 0], - [-37, 41], - [-73, 0], - [-37, 41], - [-74, 0], - [-36, 41], - [-258, 0], - [-146, 165], - [0, 41], - [-92, 182], - [0, 62], - [-27, 21], - [-47, 30], - [-9, 42], - [-36, 31], - [-36, 51], - [-83, 31], - [-27, -41], - [-9, -93], - [0, -103], - [-10, -83], - [-91, -51], - [-46, -42], - [-46, -31], - [-147, -41], - [-182, 0], - [-83, -31], - [-37, 0], - [-96, -16], - [-36, -41], - [-74, 0], - [-36, 41], - [-74, 0], - [-73, 10], - [-92, 0], - [-92, 72], - [-36, 0], - [-38, 41], - [-36, 0], - [-37, 41], - [-37, 0], - [-221, 248], - [-36, 0], - [-37, 40], - [-37, 0], - [-110, 124], - [0, 41], - [-74, 83], - [0, 41], - [-183, 206], - [0, 41], - [-37, 41], - [0, 123], - [37, 42], - [0, 164], - [-37, 42], - [0, 82], - [37, 41], - [0, 82], - [110, 124], - [73, 0], - [38, 41], - [110, 0], - [146, -165], - [0, -41], - [37, -41], - [0, -41], - [37, -41], - [0, -41], - [110, -124], - [37, 0], - [37, 41], - [0, 41], - [73, 83], - [0, 123], - [-36, 41], - [0, 42], - [-37, 41], - [0, 41], - [-74, 82], - [0, 83], - [-37, 41], - [0, 82], - [294, 329], - [111, 0], - [37, -41], - [36, 41], - [74, 0] - ], - [ - [17792, 10828], - [36, -42], - [0, -41], - [-74, -82], - [0, -412], - [38, -41], - [0, -41], - [36, -41], - [0, -83], - [-74, -82], - [0, -41], - [-110, 0], - [-73, -82], - [-37, 0], - [-110, -124], - [-111, 0], - [-36, -41], - [0, -41], - [-258, 0], - [-36, -42], - [-37, 0], - [-37, 42], - [-110, 0], - [-37, -42], - [-74, 0], - [-36, 42], - [-74, 0], - [-36, 41], - [-38, 0], - [-257, 288], - [0, 41], - [221, 247], - [36, 0], - [74, 82], - [37, 42], - [73, 0], - [37, 41], - [0, 41], - [37, 41], - [-110, 124], - [-74, 0], - [-36, 41], - [0, 82], - [73, 83], - [37, 0], - [29, 32], - [44, 50], - [37, 0], - [74, -83], - [36, 1], - [37, -42], - [74, 0], - [73, 83], - [73, 0], - [38, 41], - [73, 0], - [37, -41], - [36, 0], - [37, -41], - [37, 0], - [110, 123], - [37, 0], - [74, 82], - [73, 0], - [73, -82], - [0, -41], - [38, -41], - [0, -41] - ], - [ - [29437, 9179], - [-54, -11], - [-28, 30], - [-30, 53], - [-48, 62], - [-55, 71], - [-60, 72], - [-46, 88], - [-37, 95], - [-16, 99], - [17, 52], - [11, 34], - [67, -10], - [46, -21], - [46, -51], - [27, -42], - [37, -72], - [37, -51], - [36, -42], - [64, -103], - [46, -41], - [37, -21], - [24, -58], - [-39, -74], - [-82, -59] - ], - [ - [31695, 9232], - [-72, 0], - [-56, 72], - [-27, 41], - [-29, 73], - [65, 51], - [92, 72], - [92, 175], - [18, 21], - [18, 20], - [38, 0], - [36, -41], - [83, -124], - [-18, -102], - [-101, -155], - [-38, -31], - [-101, -72] - ], - [ - [31356, 9428], - [-92, -93], - [-74, -123], - [-55, -72], - [-46, -11], - [-120, 0], - [-55, 41], - [-110, 52], - [0, 165], - [64, 50], - [37, 0], - [45, -31], - [28, -10], - [37, 0], - [73, 10], - [37, 72], - [72, 42], - [29, 25], - [18, 16], - [75, -51], - [37, -41], - [0, -41] - ], - [ - [31135, 8934], - [74, -83], - [36, 0], - [37, 41], - [37, 0], - [257, -288], - [36, 0], - [222, -247], - [36, 0], - [31, -50], - [38, -47], - [29, -60], - [8, -75], - [-12, -73], - [-18, -63], - [-17, -56], - [-16, -50], - [-6, -60], - [-19, -72], - [-73, -83], - [-42, -38], - [-30, 14], - [-45, 18], - [-39, 27], - [-29, 35], - [-20, 47], - [-24, 47], - [-34, 45], - [-42, 45], - [-45, 47], - [-47, 45], - [-42, 44], - [-20, 25], - [-111, 124], - [0, 41], - [-36, 41], - [0, 41], - [-38, 41], - [0, 42], - [-36, 41], - [0, 41], - [-36, 41], - [36, 41], - [-74, 82], - [0, 42], - [-74, 82], - [0, 82], - [30, 33], - [44, 50], - [74, 0] - ], - [ - [18048, 8481], - [-110, 0], - [0, 41], - [37, 41], - [0, 41], - [-73, 83], - [0, 41], - [-74, 82], - [36, 41], - [-36, 41], - [184, 0], - [36, -41], - [0, -329], - [0, -41] - ], - [ - [32165, 8645], - [0, -41], - [72, 0], - [38, -41], - [73, 0], - [37, 41], - [36, -41], - [44, -33], - [29, -58], - [24, -56], - [22, -51], - [14, -47], - [-28, -58], - [-31, -52], - [-31, -4], - [-44, 21], - [-72, 9], - [-37, 41], - [-36, 0], - [-38, 41], - [-36, 0], - [-36, 41], - [-38, 0], - [-36, 42], - [-37, 0], - [-37, 41], - [-37, 0], - [-73, 82], - [0, 41], - [-37, 0], - [-36, 41], - [0, 41], - [-38, 42], - [111, 123], - [37, 0], - [36, 41], - [74, 0], - [37, -41], - [0, -82], - [74, -83] - ], - [ - [17608, 8357], - [-111, 0], - [0, 42], - [-73, 41], - [-37, 41], - [-74, 41], - [74, 82], - [0, 83], - [-37, 41], - [0, 41], - [-37, 41], - [368, 0], - [0, -82], - [-73, -83], - [36, -41], - [-73, -41], - [73, -41], - [0, -82], - [-36, -41], - [0, -42] - ], - [ - [30400, 8357], - [36, -41], - [38, 0], - [36, -41], - [74, 0], - [36, 41], - [74, 83], - [37, 0], - [110, -124], - [0, -82], - [36, -42], - [74, 1], - [148, -165], - [0, -41], - [-38, -42], - [-36, 0], - [-74, -82], - [0, -165], - [36, -41], - [0, -41], - [38, -41], - [0, -83], - [36, -40], - [0, -83], - [-36, -41], - [-4, -49], - [-5, -67], - [-58, -73], - [-21, -20], - [-44, 12], - [-52, 33], - [-48, 41], - [-39, 42], - [-30, 46], - [-28, 51], - [-28, 61], - [-42, 57], - [-42, 72], - [-184, 206], - [0, 41], - [-110, 123], - [-37, 40], - [-43, 47], - [-58, 48], - [-61, 61], - [-69, 56], - [-46, 71], - [5, 92], - [65, 79], - [70, 62], - [71, 31], - [58, 14], - [27, -17], - [19, -13], - [40, -29], - [40, -22], - [29, -26] - ], - [ - [19188, 6711], - [74, -83], - [112, 11], - [128, -52], - [53, 0], - [38, -41], - [73, 0], - [111, -124], - [36, 0], - [37, -41], - [37, 0], - [36, -41], - [74, 0], - [147, -82], - [146, 0], - [38, 41], - [80, 57], - [146, 51], - [56, 62], - [122, 77], - [183, 0], - [37, 41], - [37, 41], - [148, 0], - [36, 41], - [37, 0], - [18, 21], - [19, 21], - [36, -42], - [37, 0], - [37, -41], - [37, 41], - [36, 0], - [74, 83], - [36, -41], - [111, -37], - [56, -134], - [73, -196], - [46, -145], - [0, -413], - [9, -340], - [0, -218], - [0, -82], - [-37, -41], - [0, -124], - [-184, -205], - [-36, 0], - [-217, -85], - [-201, -93], - [-101, -103], - [-9, -197], - [-23, -222], - [0, -83], - [-38, -41], - [-122, -174], - [-166, -165], - [-116, -155], - [-37, 0], - [-18, -21], - [-18, -20], - [-74, 0], - [-36, -41], - [-38, 0], - [-18, -21], - [-18, -20], - [-38, 0], - [-36, -41], - [-257, -42], - [-37, 42], - [-37, 0], - [-36, 41], - [-37, 0], - [-37, 41], - [-36, 0], - [-111, 123], - [0, 41], - [73, 83], - [74, 0], - [37, -41], - [147, 0], - [37, -42], - [73, 0], - [37, -41], - [74, 0], - [36, 41], - [36, 0], - [74, 83], - [74, 0], - [36, 41], - [38, 0], - [293, 329], - [0, 83], - [38, 41], - [0, 247], - [36, 41], - [0, 41], - [-110, 124], - [-74, 0], - [-36, 41], - [-37, 0], - [-37, 41], - [-37, 0], - [-74, 82], - [-36, 0], - [-36, 42], - [-38, -1], - [-110, 124], - [-36, 0], - [-111, 124], - [-37, 0], - [-73, 82], - [-37, 0], - [-73, 82], - [-37, 0], - [-37, 41], - [-36, 0], - [-38, -41], - [-110, 0], - [-36, -41], - [-38, 0], - [-36, -41], - [-37, 0], - [-73, -82], - [0, -42], - [-295, -329], - [0, -82], - [-36, -42], - [0, -164], - [147, -165], - [0, -41], - [37, 0], - [293, -329], - [0, -42], - [-73, -82], - [-37, 0], - [-588, 659], - [0, 41], - [37, 41], - [0, 124], - [37, 41], - [0, 41], - [37, 41], - [0, 41], - [-37, 41], - [0, 42], - [-37, 41], - [0, 41], - [-37, 41], - [0, 41], - [-37, 42], - [0, 41], - [-36, 41], - [0, 82], - [-37, 41], - [0, 42], - [-37, 41], - [0, 41], - [37, 41], - [0, 41], - [-37, 41], - [0, 83], - [-37, 41], - [0, 41], - [-36, 41], - [0, 371], - [36, 41], - [0, 41], - [-36, 41], - [0, 124], - [36, 41], - [0, 124], - [74, 82], - [0, 82], - [37, 41], - [0, 124], - [36, 41], - [0, 165], - [-36, 41], - [0, 41], - [-74, 82], - [0, 165], - [37, 41], - [0, 42], - [110, 123], - [0, -41], - [74, -82], - [0, -165], - [73, -83], - [0, -41], - [148, -165], - [0, -41], - [36, -41], - [0, -164] - ], - [ - [28672, 7204], - [-111, 0], - [0, 42], - [-72, 41], - [0, 165], - [36, 41], - [184, 0], - [0, -206], - [-37, -41], - [0, -42] - ], - [ - [28866, 6877], - [-15, -26], - [-25, 25], - [-83, -1], - [-36, 21], - [-28, 51], - [28, 42], - [0, 41], - [9, 30], - [17, 66], - [34, 70], - [48, 83], - [62, 36], - [63, 1], - [63, -18], - [51, -57], - [22, -98], - [-41, -70], - [-55, -54], - [-43, -55], - [-35, -50], - [-36, -37] - ], - [ - [14152, 6752], - [0, -41], - [74, -83], - [0, -41], - [36, -41], - [37, 0], - [74, -82], - [110, 0], - [36, 41], - [38, 0], - [36, 41], - [37, 0], - [36, 41], - [37, 41], - [38, 0], - [36, 41], - [147, 0], - [37, -41], - [37, -41], - [0, -41], - [11, -61], - [17, -41], - [0, -62], - [-64, -10], - [-46, 0], - [-73, -21], - [-64, -62], - [-36, -52], - [0, -61], - [27, -21], - [36, -21], - [92, -21], - [137, 0], - [37, -30], - [75, -73], - [92, -41], - [18, -10], - [35, -113], - [146, -165], - [38, 0], - [29, -78], - [-2, -80], - [-36, -66], - [-54, -44], - [-65, -12], - [-59, 21], - [-51, 22], - [-35, 28], - [-28, 16], - [-44, 21], - [-29, -21], - [-44, -41], - [-60, -47], - [-80, -30], - [-93, -24], - [-94, -34], - [-98, -23], - [-49, -6], - [-46, 22], - [-60, 14], - [-57, 31], - [-61, 29], - [-71, 20], - [-24, 8], - [-47, 16], - [-76, -5], - [-78, -18], - [-77, -6], - [-75, -1], - [-76, 0], - [-73, -8], - [-63, -30], - [-64, -22], - [-63, -10], - [-67, 17], - [-60, -3], - [-55, -19], - [-59, -7], - [-61, -1], - [-62, 3], - [-57, 11], - [-51, 21], - [-53, 10], - [-48, 14], - [-47, 19], - [-53, 5], - [-58, 0], - [-58, 1], - [-60, 6], - [-56, 27], - [-60, 14], - [-55, 24], - [-61, 9], - [-64, 1], - [-68, 1], - [-71, 5], - [-71, 21], - [-75, 17], - [-74, 25], - [-72, 38], - [-46, 74], - [3, 98], - [44, 81], - [58, 66], - [63, 60], - [75, 48], - [80, 43], - [78, 41], - [73, 46], - [65, 58], - [54, 71], - [51, 75], - [49, 78], - [48, 78], - [52, 71], - [58, 56], - [64, 43], - [73, 0], - [19, 21], - [18, 21], - [73, 0], - [37, 41], - [73, 0], - [38, 41], - [73, 0], - [37, -41], - [110, 0], - [36, 41], - [38, 0], - [36, 41], - [74, 0], - [15, 17], - [21, 24], - [74, 0], - [37, 41], - [36, 0], - [37, 41], - [37, 0], - [36, 42], - [38, 0], - [36, 41], - [38, 0], - [110, -124], - [0, -123], - [36, -41] - ], - [ - [23415, 6669], - [38, -41], - [72, 0], - [221, -247], - [0, -82], - [37, -41], - [0, -42], - [111, -123], - [0, -41], - [110, -124], - [74, 0], - [36, 41], - [15, -17], - [21, -24], - [38, 0], - [36, -41], - [0, -41], - [37, -41], - [0, -42], - [37, -40], - [36, 0], - [74, -83], - [0, -41], - [110, -124], - [37, -41], - [0, -164], - [-37, -42], - [0, -41], - [-96, -108], - [-124, 26], - [-37, 41], - [-73, 0], - [-38, 41], - [-36, -41], - [-103, 34], - [-95, 23], - [-35, 49], - [-31, 46], - [-30, 54], - [-37, 0], - [-37, 41], - [-37, 0], - [-36, 41], - [-74, 0], - [-110, 124], - [-220, 0], - [-37, 41], - [0, 41], - [-37, 41], - [0, 124], - [-37, 41], - [0, 123], - [-37, 42], - [0, 41], - [-22, 93], - [22, 109], - [32, 88], - [11, 74], - [27, 46], - [41, 43], - [37, 41], - [0, 41], - [73, 82], - [73, 0] - ], - [ - [14741, 3705], - [36, -41], - [37, 0], - [37, -41], - [73, 0], - [330, -371], - [-36, -41], - [0, -82], - [-74, -82], - [-220, 0], - [-37, -42], - [-36, 0], - [0, -41], - [-37, -41], - [0, -41], - [-37, -42], - [0, -205], - [-110, -124], - [-148, 0], - [-36, -41], - [-184, 0], - [-37, -41], - [-36, 0], - [-22, -24], - [-15, -17], - [-37, 0], - [-36, -41], - [-74, 0], - [-36, -42], - [-38, 0], - [-74, -82], - [-73, 0], - [-184, -206], - [-36, 42], - [-37, -1], - [-37, 41], - [0, 42], - [-36, 41], - [0, 41], - [-38, 41], - [0, 41], - [-36, 42], - [0, 82], - [36, 41], - [0, 41], - [-36, 41], - [0, 124], - [-36, 41], - [0, 41], - [-74, 82], - [0, 42], - [-74, 82], - [0, 41], - [-36, 41], - [0, 41], - [36, 42], - [18, 10], - [37, 31], - [93, -83], - [36, 0], - [36, 42], - [74, 0], - [37, -42], - [110, 0], - [37, -41], - [73, 0], - [37, 41], - [37, 0], - [148, 165], - [0, 83], - [36, 41], - [0, 82], - [36, 41], - [0, 165], - [38, 41], - [257, 0], - [36, -41], - [148, 0], - [36, 41], - [148, 0] - ], - [ - [15366, 1441], - [36, -42], - [74, 0], - [110, -123], - [37, 0], - [36, -41], - [37, 0], - [37, -41], - [36, 41], - [74, 0], - [74, 82], - [73, 0], - [37, -41], - [36, 0], - [38, -41], - [146, 0], - [37, -41], - [110, 0], - [74, -83], - [36, 0], - [38, 41], - [36, 0], - [25, -81], - [-8, -74], - [-29, -64], - [-32, -54], - [-36, -43], - [-33, -39], - [-22, -38], - [-18, -37], - [-16, -42], - [-22, -42], - [-29, -44], - [-27, -55], - [-12, -70], - [-13, -74], - [12, -74], - [3, -76], - [-7, -74], - [-30, -48], - [-73, -82], - [-37, -41], - [-37, 41], - [-36, -41], - [-258, 0], - [-36, 41], - [-38, 0], - [-36, 41], - [-257, 0], - [-294, 329], - [0, 289], - [-38, 41], - [0, 82], - [-36, 0], - [-37, 41], - [-220, 0], - [-37, 42], - [-73, 82], - [0, 41], - [36, 41], - [0, 41], - [147, 165], - [37, 0], - [37, 41], - [110, 0], - [36, 41], - [38, 0], - [36, 41], - [36, 0], - [38, 42], - [74, 0] - ] - ], - "transform": { - "scale": [0.000007556642339590362, 0.000006747147159528739], - "translate": [103.61666870117193, 1.166389942169189] - }, - "objects": { - "singapore": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [ - [[0]], - [[1]], - [[2]], - [[3]], - [[4]], - [[5]], - [[6]], - [[7]], - [[8]], - [[9]], - [[10]], - [[11]], - [[12]], - [[13]], - [[14]], - [[15]], - [[16]], - [[17]], - [[18]], - [[19]], - [[20]], - [[21]], - [[22]], - [[23]], - [[24]], - [[25]], - [[26]], - [[27]], - [[28]], - [[29]], - [[30]], - [[31]], - [[32]], - [[33]], - [[34]], - [[35]], - [[36]], - [[37]], - [[38]], - [[39]], - [[40]], - [[41]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 205, - "ISO": "SGP", - "NAME_0": "Singapore", - "OBJECTID_1": 197, - "ISO3": "SGP", - "NAME_ENGLI": "Singapore", - "NAME_ISO": "SINGAPORE", - "NAME_FAO": "Singapore", - "NAME_LOCAL": "Singapore", - "NAME_OBSOL": null, - "NAME_VARIA": null, - "NAME_NONLA": null, - "NAME_FRENC": "Singapour", - "NAME_SPANI": "Singapur", - "NAME_RUSSI": "Сингапур", - "NAME_ARABI": "سنغافورة", - "NAME_CHINE": "新加坡", - "WASPARTOF": null, - "CONTAINS": null, - "SOVEREIGN": "Singapore", - "ISO2": "SG", - "WWW": null, - "FIPS": "SN", - "ISON": 702, - "VALIDFR": "19650809", - "VALIDTO": "Present", - "POP2000": 4018114, - "SQKM": 526.041, - "POPSQKM": 7638.40461105, - "UNREGION1": "South-Eastern Asia", - "UNREGION2": "Asia", - "DEVELOPING": 1, - "CIS": 0, - "Transition": 0, - "OECD": 0, - "WBREGION": null, - "WBINCOME": "High income: nonOECD", - "WBDEBT": "Debt not classified", - "WBOTHER": null, - "CEEAC": 0, - "CEMAC": 0, - "CEPLG": 0, - "COMESA": 0, - "EAC": 0, - "ECOWAS": 0, - "IGAD": 0, - "IOC": 0, - "MRU": 0, - "SACU": 0, - "UEMOA": 0, - "UMA": 0, - "PALOP": 0, - "PARTA": 0, - "CACM": 0, - "EurAsEC": 0, - "Agadir": 0, - "SAARC": 0, - "ASEAN": 1, - "NAFTA": 0, - "GCC": 0, - "CSN": 0, - "CARICOM": 0, - "EU": 0, - "CAN": 0, - "ACP": 0, - "Landlocked": 0, - "AOSIS": 1, - "SIDS": 1, - "Islands": 1, - "LDC": 0 - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/spain-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/spain-topo.json deleted file mode 100644 index 5f75e7736b51c..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/spain-topo.json +++ /dev/null @@ -1,3329 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [12672, 10414], - [-31, -19], - [-28, -54], - [-78, -100], - [-31, -152], - [-40, -89], - [-4, -55], - [-57, -36], - [-16, -71], - [-46, -32], - [-1, -34], - [-47, -47], - [-53, -11], - [-47, 74], - [-49, 47], - [-37, 8], - [-48, -33], - [-35, 27], - [-69, -23], - [-59, -116], - [-44, -25], - [-56, -1], - [-66, 20], - [-53, 55], - [-30, -12], - [-124, 11] - ], - [ - [11523, 9746], - [-9, 40], - [86, 60], - [-32, 61], - [70, 78], - [-35, 118], - [58, 13], - [16, 65], - [25, 11], - [38, 120], - [51, -18], - [91, -54], - [-4, 78], - [23, 117], - [51, 55], - [84, 66], - [78, 16], - [-14, 96], - [46, 11], - [-6, 77], - [36, 89], - [-19, 35], - [5, 71], - [67, 43] - ], - [ - [12229, 10994], - [27, -30], - [38, 13], - [47, -18], - [51, -45], - [-10, -71], - [10, -51], - [-13, -58], - [45, -91], - [83, -143], - [83, -13], - [82, -73] - ], - [ - [9980, 10017], - [20, -16], - [22, -90], - [-36, -71], - [-28, -16], - [-82, 59], - [-49, -63], - [39, -48], - [-30, -100], - [-38, -52], - [-45, -20], - [-65, -88], - [-67, 13], - [1, -34], - [65, -16], - [26, 42], - [44, -3], - [59, -107], - [31, -100], - [48, -32] - ], - [ - [9895, 9275], - [-48, -82], - [-18, -85], - [-67, 24], - [-12, -97], - [-32, -35], - [-75, -44], - [-48, 38], - [-117, 31], - [-35, 58], - [-61, 59], - [-40, -10], - [-61, 28], - [-25, 70], - [-45, 31], - [-46, 90], - [-26, 88], - [9, 126], - [-53, 37], - [-74, 18], - [-36, 93], - [70, 82] - ], - [ - [9055, 9795], - [-4, 63], - [17, 47] - ], - [ - [9068, 9905], - [111, -6], - [63, -39], - [97, -13], - [65, 7], - [13, 46], - [55, 33], - [67, -6], - [38, 60], - [65, -65], - [45, 24], - [42, 50], - [-32, 53], - [59, 20], - [31, -86], - [70, 49], - [52, -82], - [71, 67] - ], - [ - [10053, 11864], - [35, -35], - [101, -17], - [7, -71], - [56, -18], - [126, -79], - [11, -31], - [78, -40], - [55, -59], - [127, -59] - ], - [ - [10649, 11455], - [37, -52], - [40, -173], - [-87, -122], - [17, -70], - [-21, -172], - [58, -15], - [-21, -60], - [57, -49], - [-49, -44], - [50, -44], - [88, -140], - [37, -71] - ], - [ - [10855, 10443], - [-66, 2], - [-52, -62], - [-42, 7], - [-42, -98], - [7, -33], - [-56, -49] - ], - [ - [10604, 10210], - [-34, 34], - [-4, 58], - [-31, 13], - [-45, -27], - [-18, -36], - [-58, -15], - [-60, 50] - ], - [ - [10354, 10287], - [-14, 84], - [-83, 1], - [-32, 24], - [-48, 86], - [-43, 105], - [7, 87], - [-52, 95], - [-37, 13], - [-46, -60], - [-53, 19], - [-128, -99], - [-29, 25], - [-18, 87], - [78, 32], - [-28, 117], - [-46, 34], - [-11, 83], - [-61, 64], - [-1, 45], - [-69, 95] - ], - [ - [9640, 11224], - [38, 40], - [7, 102], - [-38, 70], - [-7, 60], - [13, 51], - [64, 32], - [51, 53], - [38, 78], - [45, -9], - [13, 34], - [96, 74], - [93, 55] - ], - [ - [11966, 11173], - [98, -53], - [62, -9] - ], - [ - [12126, 11111], - [50, -70], - [53, -47] - ], - [ - [11523, 9746], - [-101, 3], - [-68, -23], - [-59, -39], - [-98, 20], - [-36, 32], - [-57, -16], - [-78, 8] - ], - [ - [11026, 9731], - [9, 55], - [-47, 72], - [-132, 37], - [-86, 64], - [-43, 8], - [-43, 59], - [-38, 3], - [-11, 112], - [-31, 69] - ], - [ - [10855, 10443], - [38, -25], - [82, 7], - [32, 73], - [90, 69], - [44, 12], - [70, 56], - [22, 39], - [83, -57], - [78, 25], - [27, 55], - [69, 4], - [61, -49], - [146, 74], - [-1, 91], - [64, 108], - [27, 70], - [69, 61], - [18, -14], - [56, 49], - [-1, 55], - [37, 27] - ], - [ - [8608, 11306], - [56, -30], - [49, -1], - [-16, -63], - [44, -29], - [104, 4], - [27, -75], - [71, -8], - [62, 42], - [85, -86], - [77, -20], - [17, -20] - ], - [ - [9184, 11020], - [42, -43], - [-26, -29], - [25, -82], - [-44, 13], - [-49, -54], - [-48, 7], - [-125, -43], - [-31, -107], - [88, -13], - [-2, -35], - [74, -165], - [-39, -15], - [-22, -80], - [40, -41], - [-10, -86], - [-31, -154], - [23, -80], - [-11, -79], - [30, -29] - ], - [ - [9055, 9795], - [-32, 7], - [-50, 121], - [-50, 65], - [-57, 48], - [-142, 100], - [-73, 36], - [-42, 38], - [-34, 120], - [-45, -97], - [-80, 13], - [-21, -12], - [-186, -25], - [-19, 68], - [-6, 154], - [-38, 137], - [-25, 37], - [59, 119], - [17, 97], - [76, 65], - [53, 116], - [7, 73], - [67, 2], - [38, 50], - [78, -21], - [29, 149], - [29, 51] - ], - [ - [10649, 11455], - [10, 59], - [77, -22], - [148, -17], - [83, 10], - [36, 50], - [59, 3], - [84, -33], - [71, 16], - [43, -12], - [73, 45], - [1, 38], - [188, -39], - [50, 42], - [55, -30], - [42, 27], - [37, -21], - [98, 83] - ], - [ - [11804, 11654], - [69, -39], - [56, 17], - [25, -24], - [-4, -81], - [68, -18], - [-2, -104], - [34, -16], - [-4, -107], - [-80, -109] - ], - [ - [11026, 9731], - [-43, 18], - [-94, -29], - [-84, 24], - [-34, -26], - [-106, -15], - [-111, 13], - [-27, -15], - [-63, -117], - [-76, -44], - [-23, -56], - [-88, -22], - [-81, 24], - [-57, -8], - [-54, -43], - [-61, -11], - [-102, -76], - [-27, -73] - ], - [ - [9980, 10017], - [66, 31], - [113, 88], - [14, 43], - [49, 49], - [19, -43], - [71, 40], - [-21, 50], - [63, 12] - ], - [ - [9184, 11020], - [34, 34], - [80, 27], - [60, -3], - [34, 73], - [-3, 64], - [57, 55], - [115, -3], - [-40, -48], - [36, -46], - [46, 58], - [37, -7] - ], - [ - [13364, 16350], - [118, -120], - [49, 19], - [49, -31], - [47, 8], - [60, 40], - [121, -72], - [66, -85], - [48, -10], - [134, 54], - [64, -21], - [26, -42], - [52, 50], - [27, -32], - [100, 9], - [102, -12] - ], - [ - [14427, 16105], - [37, -74], - [46, -11], - [-26, -114], - [-28, -33], - [47, -134], - [-48, -211], - [5, -32], - [-39, -102], - [-68, -100], - [23, -52], - [-39, -69], - [-45, -20], - [-11, -38], - [-52, -10], - [-56, -81], - [16, -87], - [41, -7], - [34, -54], - [-38, -55], - [-38, -4], - [-10, -85] - ], - [ - [14178, 14732], - [-69, 22], - [-20, -27], - [-67, -16], - [-19, -40], - [-135, 23], - [-27, 121], - [-40, 53], - [1, 59], - [-64, -19], - [-89, 64], - [-9, 49], - [-105, 73], - [-16, 109], - [-81, 69], - [-21, 48], - [-106, 6], - [-44, 64], - [20, 64], - [50, -16], - [0, 175], - [25, 64], - [-39, 29], - [-25, -57], - [-61, 18], - [38, 91], - [1, 44], - [-31, 53], - [-32, 140], - [28, 85], - [-10, 81] - ], - [ - [13231, 16161], - [41, 46], - [-7, 65], - [56, 80], - [43, -2] - ], - [ - [14090, 14372], - [47, -91], - [-27, -107], - [25, -71], - [-83, -94] - ], - [ - [14052, 14009], - [-44, -6], - [-54, -39], - [-20, 40], - [-62, -1], - [-100, 59], - [-22, -30], - [-9, -68], - [-54, -29], - [-55, 4], - [-2, -47], - [67, -13], - [-7, -102], - [9, -49], - [-44, -28], - [48, -62], - [-43, -61], - [-45, -38], - [12, -31], - [-85, -39], - [-38, 25], - [-33, -129], - [-59, -85], - [-75, -11], - [-21, -55], - [-37, -15], - [6, -74], - [25, -28] - ], - [ - [13310, 13097], - [-53, -37], - [-35, 28], - [5, 77], - [-65, 40], - [-116, -11] - ], - [ - [13046, 13194], - [-18, 41] - ], - [ - [13028, 13235], - [62, 28], - [10, 26], - [-58, 58], - [-75, 2], - [-30, 59], - [-56, -45], - [-70, 17] - ], - [ - [12811, 13380], - [-20, 43], - [-50, 6], - [-204, 222] - ], - [ - [12537, 13651], - [44, 69], - [43, 26], - [5, 99], - [67, -19], - [48, 134], - [-20, 56], - [13, 82], - [-58, 68], - [3, 69] - ], - [ - [12682, 14235], - [45, -5], - [85, 40], - [-8, 45], - [37, 42], - [94, -10], - [12, 59], - [47, 38], - [68, -4], - [13, 35], - [113, -98], - [56, 57], - [65, -28], - [29, 71], - [51, -62], - [65, 85], - [-15, 129], - [54, 45], - [61, -9], - [56, -78], - [71, -18], - [70, -72], - [32, -1], - [129, -72], - [10, -33], - [111, -28], - [57, 9] - ], - [ - [14178, 14732], - [30, -62], - [-19, -22], - [28, -54] - ], - [ - [14217, 14594], - [-16, -55], - [-32, -3], - [-15, -65], - [-64, -34], - [0, -65] - ], - [ - [12682, 14235], - [-153, 162], - [-89, 46], - [-20, 37], - [-71, -28] - ], - [ - [12349, 14452], - [-73, 40], - [-18, 144], - [38, 66], - [15, 70], - [50, -20], - [5, -46], - [58, 27], - [-21, 83], - [10, 64], - [-20, 58], - [54, -2], - [49, 67], - [36, -1], - [19, 79], - [-50, 59], - [26, 44], - [-29, 85], - [0, 61] - ], - [ - [12498, 15330], - [7, 44] - ], - [ - [12505, 15374], - [62, -13], - [25, -34], - [61, 2], - [45, -41], - [134, -15], - [89, 139], - [-72, 89], - [-13, 102], - [13, 74], - [54, 69], - [-24, 25], - [14, 48], - [53, 63], - [-12, 43], - [43, 22], - [57, 72], - [4, 40], - [87, 1], - [8, 55], - [61, 12], - [37, 34] - ], - [ - [11504, 16814], - [-3, -55], - [-52, 8], - [-121, -41], - [-36, -31], - [10, -116] - ], - [ - [11302, 16579], - [-54, 0], - [-125, 51], - [-53, -78], - [-185, -124], - [-23, -66], - [127, -66], - [3, -74], - [-137, -33], - [-35, -3], - [-27, -5] - ], - [ - [10793, 16181], - [-53, 30], - [1, 81], - [-59, -7], - [-10, 102], - [-83, 19], - [-39, 67], - [-50, 27], - [-73, -43], - [-137, 2] - ], - [ - [10290, 16459], - [-22, 57], - [-65, 55], - [8, 59] - ], - [ - [10211, 16630], - [72, 3], - [12, 79], - [74, 12], - [27, 32], - [59, -19], - [-13, 67], - [20, 53] - ], - [ - [10462, 16857], - [183, -4], - [151, 45], - [82, 10], - [19, 30], - [102, 28], - [31, -49], - [134, 69], - [40, -6], - [77, -91], - [90, -7], - [80, -21], - [53, -47] - ], - [ - [13209, 11923], - [-25, -10], - [35, -85], - [-35, -41], - [-49, -2] - ], - [ - [13135, 11785], - [-121, 106], - [-50, -17], - [-72, -65], - [-45, 14], - [-35, -44], - [-4, -73], - [-35, -53], - [13, -55], - [2, -112], - [-85, -69], - [-62, 1], - [-9, 51], - [-47, 23], - [-126, -90], - [-54, -16], - [-66, 16], - [-38, -64], - [-76, -39], - [-37, -95], - [-53, -51], - [-9, -42] - ], - [ - [11804, 11654], - [9, 88], - [63, 36], - [23, 92], - [-86, 77], - [-9, 79], - [-56, 27], - [-34, 51], - [53, 75], - [4, 59], - [-29, 60], - [92, 139], - [-15, 58] - ], - [ - [11819, 12495], - [95, 23], - [52, -18], - [31, 20], - [105, -117], - [40, 55], - [25, -61], - [92, 58], - [72, -16], - [-9, 87], - [32, 12], - [42, -70], - [79, 12], - [90, -26], - [23, 44], - [86, 42], - [94, 61] - ], - [ - [12768, 12601], - [32, -41], - [61, -14], - [24, -28], - [146, -37], - [-25, -134], - [-55, -112], - [91, -157], - [144, 17], - [14, -48], - [9, -124] - ], - [ - [10276, 12599], - [-81, -39], - [-61, 17] - ], - [ - [10134, 12577], - [33, 125], - [27, 47], - [77, -45], - [17, -62], - [-12, -43] - ], - [ - [11674, 12659], - [32, -53], - [6, -76], - [28, -2], - [40, 52], - [39, -85] - ], - [ - [10053, 11864], - [43, 11], - [36, 123], - [22, 35], - [51, -5], - [12, 61], - [-77, 39], - [-23, 89], - [62, -28], - [38, 14], - [-32, 57], - [49, 107], - [74, -12], - [7, 28], - [-43, 114], - [39, 27], - [31, 84], - [-14, 28] - ], - [ - [10328, 12636], - [53, 4], - [4, 33], - [45, 28], - [26, 48], - [52, -41], - [101, -37], - [61, -5], - [37, 18], - [21, 77], - [95, 9], - [-13, -111], - [-45, -16], - [-23, -101], - [135, -11], - [5, -58], - [95, -41], - [58, 36], - [34, -25], - [35, 29], - [91, 2], - [61, 47], - [51, 66], - [47, 4], - [42, 67], - [116, 26], - [56, -48], - [71, -6], - [35, 29] - ], - [ - [12811, 13380], - [50, -114], - [104, -47], - [63, 16] - ], - [ - [13046, 13194], - [-47, -24], - [3, -96], - [-12, -54], - [-46, -77], - [10, -41], - [-39, -30], - [-43, 20], - [-37, -37], - [-34, -84], - [-33, -13], - [0, -157] - ], - [ - [11674, 12659], - [5, 139], - [13, 44], - [-69, 82], - [-47, 127], - [-48, 41], - [20, 119], - [-36, -3], - [-14, 86] - ], - [ - [11498, 13294], - [56, 6], - [26, 39], - [-10, 54] - ], - [ - [11570, 13393], - [138, 8], - [47, 40], - [18, 66], - [-11, 76], - [7, 78], - [65, -11], - [36, 41], - [132, 14], - [-19, 53], - [114, 48], - [72, 53], - [9, 56], - [46, -28], - [44, 43], - [50, -14], - [44, -48], - [85, -10], - [51, -174], - [39, -33] - ], - [ - [11570, 13393], - [-9, 71], - [-25, 66], - [-55, -17], - [41, 145], - [-53, 40], - [-1, 78], - [-100, 88], - [6, 35], - [-106, 67], - [21, 41], - [-24, 57], - [-29, 5], - [45, 106], - [36, 128], - [-31, 38], - [-78, 131] - ], - [ - [11208, 14472], - [100, 50], - [8, 46], - [83, 3], - [64, 50] - ], - [ - [11463, 14621], - [111, -33], - [86, 20], - [33, 38], - [31, -57], - [64, -22], - [17, 21], - [81, -35], - [106, -101], - [36, -73], - [112, -23], - [70, 43], - [44, -14], - [84, 13], - [11, 54] - ], - [ - [10328, 12636], - [-52, -37] - ], - [ - [10134, 12577], - [-9, 0] - ], - [ - [10125, 12577], - [-81, 101], - [-20, 1], - [-90, 109], - [39, 74], - [10, 57], - [-22, 91], - [-30, -2], - [-37, -48], - [-48, 21], - [25, 91], - [-33, 37], - [-57, -7], - [28, 105], - [-3, 125], - [25, 16] - ], - [ - [9831, 13348], - [162, -12], - [47, 51], - [44, -45], - [62, 28], - [0, 36], - [126, 98], - [48, 23], - [9, -77], - [53, -11], - [29, 18] - ], - [ - [10411, 13457], - [33, -19], - [84, 63], - [54, 55], - [12, -75], - [34, -22], - [39, 59], - [108, -35], - [26, 25], - [60, -59], - [30, 3], - [117, -39], - [22, -39], - [37, 8], - [90, -41], - [-11, -56], - [-61, -40], - [-39, -71], - [-44, 2], - [-52, -28], - [47, -46], - [173, 137], - [57, 32], - [65, -5], - [79, 44], - [39, -35], - [88, 19] - ], - [ - [10302, 14455], - [4, -83], - [59, -45], - [25, -63], - [31, -16], - [15, -140], - [41, 9], - [10, -51], - [38, -47], - [9, -116], - [76, 15], - [34, 31], - [88, 14] - ], - [ - [10732, 13963], - [0, -71], - [-94, -30], - [-30, -48], - [-1, -141], - [-83, -23], - [-18, -83], - [-37, -5], - [-50, -62], - [-8, -43] - ], - [ - [9831, 13348], - [-24, 52], - [-2, 58], - [-46, 37], - [-31, -48], - [-46, -14], - [-61, 22], - [-63, 82], - [-35, 2] - ], - [ - [9523, 13539], - [40, 66], - [-4, 71], - [78, 49], - [34, -48], - [65, 55], - [22, 100], - [-66, -23], - [1, 42], - [52, -6], - [50, 44], - [14, 63], - [55, 33], - [101, 111], - [0, 52], - [38, 56], - [-13, 36], - [30, 51], - [-44, 51], - [17, 94] - ], - [ - [9993, 14436], - [85, 33], - [35, -11], - [75, -56], - [49, 38], - [65, 15] - ], - [ - [11752, 16214], - [66, 0], - [139, -55], - [-12, -72], - [-145, -8], - [-13, 35], - [-53, 40], - [18, 60] - ], - [ - [11513, 16609], - [-31, -43], - [37, -26], - [-8, -97], - [65, -3], - [37, -55], - [-4, -45], - [-84, -7], - [-17, 31], - [-59, 18], - [-44, -79], - [44, -49], - [96, -67], - [63, -28], - [24, -35], - [64, -16], - [35, -59] - ], - [ - [11731, 16049], - [-20, -15], - [-93, 21], - [-77, -96], - [26, -28], - [14, -166], - [-43, -23], - [16, -113], - [-31, -48], - [72, -123], - [79, -6], - [14, -62] - ], - [ - [11688, 15390], - [-65, -97], - [-14, -48], - [-54, -12], - [-65, -89], - [-17, 38], - [-65, 42], - [3, -106], - [-60, -33], - [-4, -48], - [-37, -19], - [-40, -92], - [-63, -13] - ], - [ - [11207, 14913], - [-80, -5], - [-64, -59], - [-3, -51], - [-70, 12], - [-30, 51], - [-90, 59] - ], - [ - [10870, 14920], - [-38, 50], - [3, 66], - [-32, 37], - [21, 45] - ], - [ - [10824, 15118], - [-38, 67], - [1, 42], - [83, 32], - [-26, 105], - [26, 48], - [-95, 20], - [37, 42], - [-50, 29], - [-64, 7], - [11, 49], - [-28, 52], - [-40, 141], - [-32, 20], - [-11, 55], - [71, 27], - [-38, 160], - [13, 72], - [69, 68], - [80, 27] - ], - [ - [11302, 16579], - [125, 70], - [23, -28], - [63, -12] - ], - [ - [10290, 16459], - [-44, -37], - [-6, -40], - [-66, -116], - [-37, -103], - [44, -44], - [-27, -170], - [21, -8], - [-12, -162], - [-30, -42], - [-9, -53], - [-37, -9] - ], - [ - [10087, 15675], - [-70, 22], - [-80, -52], - [-36, 3], - [-16, -57], - [-94, 12], - [13, -98], - [-4, -95] - ], - [ - [9800, 15410], - [-35, -12] - ], - [ - [9765, 15398], - [-45, 24], - [-31, 48] - ], - [ - [9689, 15470], - [-45, -42], - [-50, 79], - [-75, -20], - [-73, 6], - [-56, 23], - [-32, -18], - [-58, 36], - [-59, 5], - [-82, -15], - [-89, 56], - [-76, 2], - [-39, -21], - [-122, 37], - [-50, -8], - [-62, 47] - ], - [ - [8721, 15637], - [33, 48], - [5, 65], - [-66, 28], - [9, 90], - [-89, 54], - [-37, -28], - [-80, 16] - ], - [ - [8496, 15910], - [24, 133], - [1, 66], - [26, 31], - [82, 39], - [49, 68], - [-24, 54], - [36, 44] - ], - [ - [8690, 16345], - [58, -22], - [20, 25], - [84, 7], - [55, -13], - [76, 29], - [35, 106], - [130, -31], - [31, 43], - [38, -30], - [125, 47], - [13, -50], - [82, -55], - [65, 2], - [28, 79], - [31, 15], - [113, -41], - [121, 74], - [77, -11], - [72, 24], - [67, 2], - [29, 83], - [51, 7], - [79, 56], - [41, -61] - ], - [ - [10824, 15118], - [-150, 46], - [-62, -52], - [-57, 26], - [-39, -31], - [-39, 23], - [5, 43], - [-61, -8], - [-79, 94], - [-92, -88], - [-37, 86], - [-40, 37], - [-88, 5], - [42, 121], - [25, 29], - [-8, 77], - [-76, 4], - [19, 145] - ], - [ - [9867, 14490], - [84, -16], - [42, -38] - ], - [ - [9523, 13539], - [-46, 64], - [-66, -29], - [-44, -45], - [-50, 23], - [-7, 37], - [-51, 24], - [5, 43], - [-41, 19], - [-53, 65], - [-32, 5], - [-80, -46], - [-24, -46], - [-123, -57], - [-39, -82], - [-100, -1], - [-29, -25], - [-63, 3], - [-21, 23] - ], - [ - [8659, 13514], - [1, 28], - [56, 40], - [7, 32], - [-44, 54], - [-8, 40], - [41, 64], - [-38, 58], - [36, 96], - [-25, 94], - [21, 110], - [-43, 112], - [-55, 71], - [94, 21], - [42, 72], - [-11, 33], - [51, 49], - [41, 72], - [75, -1], - [54, 51] - ], - [ - [8954, 14610], - [83, -8], - [80, -35], - [102, -68], - [19, 24], - [77, -13], - [5, -51], - [53, -2], - [28, 93], - [101, -24], - [66, 17], - [70, -31], - [25, 12], - [52, -45], - [61, 15], - [6, -43], - [78, -21], - [7, 60] - ], - [ - [11207, 14913], - [2, -27], - [88, -74], - [65, -32], - [7, -82], - [94, -77] - ], - [ - [11208, 14472], - [-57, -17], - [-28, -45], - [-68, -57], - [-33, -58], - [-86, -35], - [-45, -79], - [-20, -100], - [-69, -7], - [-70, -111] - ], - [ - [10302, 14455], - [65, 44], - [10, 47], - [98, 139], - [-15, 32], - [83, 51], - [133, 15], - [179, 65], - [15, 72] - ], - [ - [11688, 15390], - [23, -14], - [66, 40], - [5, 66], - [48, 15], - [15, -39], - [-37, -57], - [64, -37], - [72, -2], - [50, 77], - [0, 49], - [58, 25], - [92, 8], - [62, -46], - [77, 1], - [-19, -39], - [35, -48], - [5, -68], - [63, -6], - [51, -35], - [80, 50] - ], - [ - [9765, 15398], - [-17, -63], - [-59, 135] - ], - [ - [9867, 14490], - [-6, 118], - [-19, 36], - [-12, 161], - [83, 56], - [-76, 93], - [0, 71], - [-48, 84], - [85, 57], - [-20, 47], - [20, 130], - [-74, 67] - ], - [ - [8954, 14610], - [50, 58], - [76, 45], - [8, 63], - [89, 134], - [-50, 63], - [-77, 46], - [-75, 5], - [-46, -21], - [-27, 26], - [-13, 71], - [36, 132], - [-41, 9], - [20, 51], - [-42, 18], - [-77, -16], - [-38, 11], - [-149, 1], - [-30, 31] - ], - [ - [8568, 15337], - [17, 58], - [-39, 27], - [17, 73], - [79, 100], - [79, 42] - ], - [ - [16050, 14992], - [-241, -115], - [-62, -52], - [-95, -45], - [-61, -85], - [-49, -90], - [-66, -24], - [-59, -2], - [-74, -34], - [-160, -40] - ], - [ - [15183, 14505], - [-44, 105], - [-15, 79], - [-60, 36], - [-5, 79], - [-61, 33], - [32, 49], - [-41, 25] - ], - [ - [14989, 14911], - [-25, 41], - [68, 24], - [-51, 75], - [34, 103], - [93, -34], - [63, 94], - [-11, 51], - [79, 84], - [-34, 80], - [36, 34], - [-17, 40], - [29, 65], - [-36, 94], - [117, 32] - ], - [ - [15334, 15694], - [46, 18], - [125, -36], - [-35, -62], - [31, -58], - [-37, -31], - [101, -19], - [54, 12], - [116, -22], - [35, -57], - [42, 6], - [31, -45], - [-20, -110], - [-119, -79], - [22, -52], - [56, -3], - [68, -45], - [17, -43], - [143, 24], - [32, -20], - [8, -80] - ], - [ - [15334, 15694], - [6, 71], - [-33, 49], - [-58, 23], - [-1, 56] - ], - [ - [15248, 15893], - [57, -4], - [85, -46], - [37, -68], - [46, -29], - [47, 9], - [37, 54], - [95, 26], - [117, -50], - [68, -53], - [64, 16], - [71, -16], - [-16, 49], - [54, 37], - [53, -5], - [35, 44], - [61, -3], - [20, 26], - [78, -25], - [30, -34], - [65, 9], - [-12, -59], - [124, -59], - [-28, -73], - [-47, -25], - [-43, 35], - [-40, -66], - [3, -58], - [53, -49], - [22, -50], - [-14, -35], - [29, -59], - [-23, -83], - [-44, -45], - [-34, -6], - [-33, -60], - [-61, -32], - [-34, -41], - [-88, -33], - [-32, -40] - ], - [ - [14989, 14911], - [-16, -11], - [-116, 5], - [-40, -31], - [10, -56], - [-84, -27], - [-82, -115], - [-282, -67], - [-33, 36], - [-39, -40], - [-90, -11] - ], - [ - [14427, 16105], - [2, 161], - [35, 22], - [115, -38], - [52, -39], - [27, 17], - [86, -25], - [70, -78], - [148, 11], - [65, -129], - [-2, -59], - [23, -36], - [-19, -74], - [54, -13], - [32, 27], - [133, 41] - ], - [ - [15183, 14505], - [-87, -15], - [-105, -54], - [-76, -4], - [-117, -59], - [-75, -10], - [-64, -41], - [-76, -84], - [-55, -86], - [-65, -61], - [18, -42], - [74, -36], - [33, -43], - [-77, -52], - [-129, -28], - [-48, -58], - [-18, -48] - ], - [ - [14316, 13784], - [-50, 20], - [-46, 70], - [-85, 25], - [-47, 110], - [-36, 0] - ], - [ - [12505, 15374], - [-41, 23], - [-3, 40], - [64, 93], - [30, -17], - [71, 11], - [-14, 66], - [-70, 14], - [-55, 71], - [-95, 80], - [-64, 5], - [-42, 57], - [-33, -15], - [-114, 65], - [-73, 22] - ], - [ - [12066, 15889], - [22, 30], - [-6, 87], - [-70, -14], - [58, 83], - [52, -31], - [29, 40], - [-11, 57], - [47, 26], - [-14, 39], - [35, 53], - [-12, 66] - ], - [ - [12196, 16325], - [31, 58], - [62, -12], - [70, 45], - [12, 90], - [58, 35], - [33, 49], - [-14, 46], - [97, 65], - [9, 42], - [42, 10] - ], - [ - [12596, 16753], - [81, 9], - [5, -50], - [85, 38], - [93, -43], - [0, -69], - [-24, -64], - [-42, -40], - [22, -48], - [68, -20], - [6, 70], - [75, -54], - [103, -23], - [79, -32], - [27, -30], - [127, -13], - [43, 17], - [20, -51] - ], - [ - [13893, 12032], - [115, -41], - [67, -48], - [19, -57], - [-116, -116], - [-67, -15], - [-63, -109], - [-40, 12], - [-119, -59], - [-55, -41], - [-54, -86], - [-51, -42], - [1, -131], - [-65, -14], - [-33, -55], - [-17, -164], - [-25, -11], - [-53, -135] - ], - [ - [13337, 10920], - [-52, 18], - [-70, 86], - [-77, 140], - [-11, 67], - [37, 66], - [16, 60], - [-17, 70], - [-73, 27], - [2, 102], - [52, 60], - [10, 81], - [-19, 88] - ], - [ - [13209, 11923], - [52, -14], - [24, -41], - [60, 24], - [83, -29], - [20, -44], - [85, 60], - [-45, 13], - [-23, 43], - [93, 9], - [70, 33], - [55, 50], - [62, -30], - [63, 5], - [85, 30] - ], - [ - [14316, 13784], - [-74, -130], - [-9, -50], - [-101, -124], - [-9, -33], - [-61, -47], - [-37, -97], - [-66, -41], - [-42, -129], - [-63, -63], - [-77, -143] - ], - [ - [13777, 12927], - [-63, 30], - [-29, 50], - [-53, 3], - [-25, -58], - [-39, -32], - [-67, 86], - [-30, -58], - [-50, 13], - [-3, 88], - [-61, -17], - [-47, 65] - ], - [ - [13777, 12927], - [-19, -79], - [-37, -38], - [-43, -100], - [-13, -100], - [35, -137], - [50, -116], - [-10, -57], - [39, -109], - [39, -70], - [75, -89] - ], - [ - [8608, 11306], - [-62, -5], - [-66, -26], - [-34, 89], - [-134, 191], - [11, 110], - [30, 48], - [3, 144], - [103, 99], - [23, 1], - [48, 67], - [5, 49], - [52, 99], - [-17, 76], - [-36, 30], - [-89, -8], - [9, 60], - [-68, 31], - [-21, 64], - [13, 28] - ], - [ - [8378, 12453], - [21, -15], - [40, 60], - [-2, 49], - [105, 27], - [-24, 47], - [135, -58], - [47, 10], - [11, -50], - [38, -31], - [-41, -82], - [26, -54], - [66, -12], - [16, 23], - [130, -33], - [91, -6], - [34, 26], - [25, -95], - [49, -9], - [68, -62], - [49, 66], - [46, 38], - [5, -70], - [191, 77], - [56, -56], - [60, 17], - [27, 56], - [-28, 39], - [72, 18], - [41, -47], - [62, 14], - [29, 79], - [5, 92], - [71, -34], - [74, 21], - [26, 24], - [126, 55] - ], - [ - [8378, 12453], - [-60, 66], - [-10, 44], - [22, 80], - [-68, 38], - [-89, 104], - [-27, 83], - [156, -28], - [61, 28], - [76, -15], - [105, 19], - [29, 108], - [-8, 41], - [64, 65], - [14, 74], - [4, 109], - [-46, 75], - [-57, 26], - [2, 96], - [47, 34], - [66, 14] - ], - [ - [8013, 17197], - [13, -60], - [-44, -82], - [3, -52], - [-27, -86], - [-33, -52], - [-44, 7], - [-1, -59], - [-50, -71], - [19, -17], - [-30, -86], - [18, -83], - [-4, -47], - [29, -88], - [-24, -88], - [-49, -59] - ], - [ - [7789, 16274], - [-35, -18], - [-106, 30], - [-20, -39], - [-78, 11], - [-33, -59], - [-58, -34], - [-48, 10], - [-82, -14], - [-90, -39], - [-7, -32] - ], - [ - [7232, 16090], - [-52, -43], - [-43, 32], - [-38, -27], - [-64, -105], - [-75, 58], - [31, 47], - [6, 58], - [40, 89], - [-105, -28], - [-17, 46], - [19, 54], - [-9, 64], - [-131, 17], - [28, 54], - [-16, 51], - [19, 78], - [70, 13], - [-38, 51], - [60, 50], - [58, -16], - [61, 49], - [-1, 56], - [53, 41], - [86, -7], - [65, -26], - [98, 34], - [62, 5], - [54, 61], - [70, -37], - [-3, 52], - [41, 1], - [34, -48], - [49, 65], - [-55, 9], - [-38, 35], - [-15, 56], - [87, 81], - [26, 41], - [57, 22], - [35, 68], - [43, -1], - [75, 61], - [37, 4], - [7, -60], - [84, 39], - [26, -37] - ], - [ - [8515, 16944], - [-38, -51], - [-54, 4], - [-4, -45], - [86, -149], - [77, -67], - [18, -59], - [54, 52], - [34, -61], - [-96, -50], - [-9, -53], - [98, -74], - [9, -46] - ], - [ - [8496, 15910], - [-17, -53], - [-37, -23], - [-18, -62], - [-45, -4], - [-59, 57], - [-74, 0], - [-75, -43], - [-99, 19], - [-93, 47], - [-123, 82], - [-14, 55] - ], - [ - [7842, 15985], - [29, 55], - [15, 97], - [-47, 21], - [-34, 42], - [-16, 74] - ], - [ - [8013, 17197], - [60, 37], - [13, -78], - [65, 69], - [55, -41], - [77, -30], - [46, -82], - [58, -31], - [137, -8], - [-9, -89] - ], - [ - [8568, 15337], - [-72, -23], - [-49, 42], - [-35, -23], - [10, -54], - [-17, -42], - [-91, -40], - [-57, 0], - [-48, 24], - [-93, -38], - [-100, 83], - [-23, -16], - [-144, -11], - [-51, -15], - [-19, -37], - [-62, -27], - [-55, 11], - [3, 46], - [-42, 56], - [41, 74], - [59, 36], - [-25, 71], - [-52, -11], - [-10, 88] - ], - [ - [7636, 15531], - [19, 18], - [4, 80], - [-73, 7], - [2, 67], - [-38, 31], - [-31, 146], - [38, 10], - [99, 88], - [120, -31], - [66, 38] - ], - [ - [7636, 15531], - [-42, -19], - [-60, -57], - [-75, -12], - [-67, 8], - [-22, -28], - [-69, -7], - [-19, -47], - [-65, -41], - [-1, -23], - [-103, -67], - [-3, 178], - [-8, 56], - [61, 40], - [0, 54], - [41, 47], - [-78, 50], - [146, 146], - [-23, 22], - [-45, -44], - [-79, 20], - [-32, 67], - [71, 44], - [-16, 40], - [54, 51], - [30, 81] - ], - [ - [15010, 11930], - [20, -114], - [-51, 9], - [42, 77], - [-11, 28] - ], - [ - [15097, 12281], - [55, -31], - [2, -58], - [-60, -96], - [-71, -36], - [-26, -39], - [-60, -15], - [-86, 44], - [66, 80], - [-7, 53], - [53, 50], - [62, 9], - [72, 39] - ], - [ - [16385, 13184], - [-74, -55], - [-22, -46], - [48, -107], - [71, -41], - [104, 39], - [60, -23], - [-3, -81], - [-39, -36], - [-22, -84], - [-55, -56], - [-21, -82], - [-33, -71], - [-69, -39], - [-71, -64], - [-71, 105], - [-128, -1], - [-39, 51], - [-8, 129], - [-57, 36], - [-87, -43], - [-31, -68], - [-34, 80], - [-70, -5], - [-15, 61], - [19, 29], - [138, 91], - [175, 167], - [74, 25], - [59, 44], - [84, 1], - [65, 35], - [52, 9] - ], - [ - [17050, 13322], - [14, -44], - [51, 14], - [4, -41], - [65, -64], - [41, -92], - [-28, -75], - [-70, 31], - [-123, 90], - [-64, 16], - [-90, -11], - [10, 39], - [-29, 41], - [20, 52], - [164, 16], - [35, 28] - ], - [ - [2101, 573], - [5, -146], - [30, -51], - [-14, -120], - [-29, -90], - [-101, -43], - [-9, -29], - [-98, 42], - [-66, 64], - [-34, 81], - [-1, 68], - [86, 104], - [19, 88], - [51, 17], - [25, -25], - [62, 3], - [56, -17], - [18, 54] - ], - [ - [3276, 1189], - [43, -63], - [5, -154], - [-29, -66], - [11, -91], - [-67, -188], - [-223, -78], - [-77, -121], - [-128, 39], - [80, 29], - [55, 34], - [78, 90], - [5, 93], - [36, 62], - [8, 64], - [41, 51], - [69, 209], - [-9, 37], - [33, 30], - [69, 23] - ], - [ - [3596, 1707], - [36, -35], - [-4, -57], - [-28, -29], - [13, -46], - [-29, -97], - [-120, -81], - [-77, -21], - [-27, -60], - [-76, 16], - [32, 87], - [14, 100], - [49, 50], - [34, 0], - [38, 48], - [103, 18], - [21, 82], - [21, 25] - ], - [ - [178, 217], - [35, -50], - [-36, -80], - [-21, -10], - [-11, -77], - [-52, 43], - [-93, 30], - [6, 46], - [64, -5], - [58, 44], - [50, 59] - ], - [ - [691, 611], - [44, -18], - [64, -51], - [4, -71], - [-65, -67], - [-36, -5], - [-51, 34], - [-29, 49], - [24, 115], - [45, 14] - ], - [ - [1535, 1008], - [30, -34], - [-30, -38], - [-59, -38], - [-56, -82], - [-40, -32], - [-1, -80], - [-48, -108], - [-14, -68], - [-61, -94], - [-119, -58], - [-23, 13], - [-22, 80], - [-25, 26], - [-53, 105], - [-2, 62], - [-63, 96], - [69, 41], - [63, -24], - [57, 30], - [57, -4], - [68, 26], - [66, 77], - [36, 60], - [51, 27], - [82, -4], - [37, 21] - ], - [ - [184, 1297], - [52, -27], - [50, 11], - [47, -118], - [-32, -60], - [14, -54], - [-7, -57], - [-57, -125], - [-18, 3], - [-22, 96], - [-60, 126], - [-31, 128], - [64, 77] - ], - [ - [11731, 16049], - [59, -63], - [13, 46], - [64, -30], - [-9, -55], - [27, -42], - [60, -22], - [31, 12], - [90, -6] - ], - [ - [11969, 16531], - [5, -68], - [-46, -25], - [15, -40], - [131, -5], - [83, -36], - [39, -32] - ], - [ - [11513, 16609], - [25, -19], - [125, 29], - [-11, -83], - [51, -50], - [126, -24], - [48, 8], - [26, 59], - [66, 2] - ], - [ - [11969, 16531], - [32, 9], - [32, 135], - [35, 48], - [4, 57] - ], - [ - [12072, 16780], - [66, -25], - [75, 14], - [39, -25], - [227, 68], - [37, 35], - [62, -46], - [18, -48] - ], - [ - [11504, 16814], - [73, -10], - [85, 99], - [75, -6], - [73, 26], - [53, -54], - [107, -33], - [27, 4], - [75, -60] - ], - [ - [8515, 16944], - [23, 88], - [75, 20], - [83, -20], - [167, -2], - [124, 5], - [61, -9], - [88, 41], - [96, -37], - [66, 33], - [66, -1], - [29, 42], - [56, 23], - [107, -107], - [214, 10], - [23, -24], - [70, 3], - [66, -65], - [94, 2], - [241, -49], - [90, -32], - [108, -8] - ], - [ - [13337, 10920], - [-29, -69], - [-46, -64], - [55, -76], - [54, -49], - [-151, -51], - [-122, 27], - [-40, -32], - [-89, 25], - [-60, -15], - [-62, -61], - [-44, -21], - [-17, -36], - [-114, -84] - ] - ], - "transform": { - "scale": [0.001304515428916816, 0.0009340932354723947], - "translate": [-18.160694122314453, 27.64708328247076] - }, - "objects": { - "spain": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-AL", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 1, - "NAME_2": "Almería", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[3, 4, 5, 6]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CA", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 2, - "NAME_2": "Cádiz", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[7, 8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CO", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 3, - "NAME_2": "Córdoba", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[13, 14, -2, 15, 16, -10, 17]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-GR", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 4, - "NAME_2": "Granada", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[18, 19, -6, 20]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-H", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 5, - "NAME_2": "Huelva", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-18, -9, 21, 22]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-J", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 6, - "NAME_2": "Jaén", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-17, 23, -4, 24, -11]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-MA", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 7, - "NAME_2": "Málaga", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-12, -25, -7, -20, 25]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-SE", - "NAME_0": "Spain", - "ID_1": 1, - "NAME_1": "Andalucía", - "ID_2": 8, - "NAME_2": "Sevilla", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[26, 27, 28, 29]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-HU", - "NAME_0": "Spain", - "ID_1": 2, - "NAME_1": "Aragón", - "ID_2": 9, - "NAME_2": "Huesca", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[30, 31, 32, 33, 34, 35, 36, 37]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-TE", - "NAME_0": "Spain", - "ID_1": 2, - "NAME_1": "Aragón", - "ID_2": 10, - "NAME_2": "Teruel", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[38, 39, -38, 40, 41, 42, 43, -29]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-Z", - "NAME_0": "Spain", - "ID_1": 2, - "NAME_1": "Aragón", - "ID_2": 11, - "NAME_2": "Zaragoza", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[44, 45, 46, 47, 48, 49]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-S3", - "NAME_0": "Spain", - "ID_1": 3, - "NAME_1": "Cantabria", - "ID_2": 12, - "NAME_2": "Cantabria", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[50, 51, -14, -23, 52, 53, 54]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-AB", - "NAME_0": "Spain", - "ID_1": 4, - "NAME_1": "Castilla-La Mancha", - "ID_2": 13, - "NAME_2": "Albacete", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[55, 56]], [[57, -53, -22, -8, 58, 59]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CR", - "NAME_0": "Spain", - "ID_1": 4, - "NAME_1": "Castilla-La Mancha", - "ID_2": 14, - "NAME_2": "Ciudad Real", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-36, 60, -34, 61, -54, -58, 62, 63, 64]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CU", - "NAME_0": "Spain", - "ID_1": 4, - "NAME_1": "Castilla-La Mancha", - "ID_2": 15, - "NAME_2": "Cuenca", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-41, -37, -65, 65, 66, 67]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-GU", - "NAME_0": "Spain", - "ID_1": 4, - "NAME_1": "Castilla-La Mancha", - "ID_2": 16, - "NAME_2": "Guadalajara", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-63, -60, 68, -57, 69, 70, 71, 72]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-TO", - "NAME_0": "Spain", - "ID_1": 4, - "NAME_1": "Castilla-La Mancha", - "ID_2": 17, - "NAME_2": "Toledo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[73, 74, -72, 75, 76, 77]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-AV", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 18, - "NAME_2": "Ávila", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[78]], [[79, 80, 81, 82, 83, 84, -46, 85]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-BU", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 19, - "NAME_2": "Burgos", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[86, 87, 88, 89, 90, 91, 92, 93, -48]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-LE", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 20, - "NAME_2": "León", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-85, 94, -87, -47]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-P", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 21, - "NAME_2": "Palencia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[95, -77, 96, 97, 98]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-SA", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 22, - "NAME_2": "Salamanca", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[99, -67, 100, -74, 101, -83]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-SG", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 23, - "NAME_2": "Segovia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-42, -68, -100, -82, 102]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-SO", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 24, - "NAME_2": "Soria", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[103, -90]], [[-95, -84, -102, -78, -96, 104, -88]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-VA", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 25, - "NAME_2": "Valladolid", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-104, -89, -105, -99, 105, 106, -91]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-ZA", - "NAME_0": "Spain", - "ID_1": 5, - "NAME_1": "Castilla y León", - "ID_2": 26, - "NAME_2": "Zamora", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[107, 108, 109, 110]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-B", - "NAME_0": "Spain", - "ID_1": 6, - "NAME_1": "Cataluña", - "ID_2": 27, - "NAME_2": "Barcelona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-111, 111, 112]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-GI", - "NAME_0": "Spain", - "ID_1": 6, - "NAME_1": "Cataluña", - "ID_2": 28, - "NAME_2": "Girona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-112, -110, 113, -39, -28, 114]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-L", - "NAME_0": "Spain", - "ID_1": 6, - "NAME_1": "Cataluña", - "ID_2": 29, - "NAME_2": "Lleida", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[115, 116, -31, -40, -114, -109]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-T", - "NAME_0": "Spain", - "ID_1": 6, - "NAME_1": "Cataluña", - "ID_2": 30, - "NAME_2": "Tarragona", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "type": null, - "properties": { - "ID_0": 215, - "ISO": "ES-CE", - "NAME_0": "Spain", - "ID_1": 7, - "NAME_1": "Ceuta y Melilla", - "ID_2": 31, - "NAME_2": "Ceuta", - "TYPE_2": "Ciudad Autónoma", - "ENGTYPE_2": "Autonomous City", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "type": null, - "properties": { - "ID_0": 215, - "ISO": "ES-ML", - "NAME_0": "Spain", - "ID_1": 7, - "NAME_1": "Ceuta y Melilla", - "ID_2": 32, - "NAME_2": "Melilla", - "TYPE_2": "Ciudad Autónoma", - "ENGTYPE_2": "Autonomous City", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-64, -73, -75, -101, -66]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-M5", - "NAME_0": "Spain", - "ID_1": 8, - "NAME_1": "Comunidad de Madrid", - "ID_2": 33, - "NAME_2": "Madrid", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-30, -44, 117, 118, 119, 120]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-NA7", - "NAME_0": "Spain", - "ID_1": 9, - "NAME_1": "Comunidad Foral de Navarra", - "ID_2": 34, - "NAME_2": "Navarra", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[121, 122, -51, 123]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-A", - "NAME_0": "Spain", - "ID_1": 10, - "NAME_1": "Comunidad Valenciana", - "ID_2": 35, - "NAME_2": "Alicante", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Alacant" - } - }, - { - "arcs": [[-117, 124, 125, -32]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CS", - "NAME_0": "Spain", - "ID_1": 10, - "NAME_1": "Comunidad Valenciana", - "ID_2": 36, - "NAME_2": "Castellón", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Castelló" - } - }, - { - "arcs": [[[-126, 126, -124, -55, -62, -33]], [[-61, -35]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-V", - "NAME_0": "Spain", - "ID_1": 10, - "NAME_1": "Comunidad Valenciana", - "ID_2": 37, - "NAME_2": "Valencia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "València" - } - }, - { - "arcs": [[-13, -26, -19, 127, 128, -70, -56, -69, -59]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-BA", - "NAME_0": "Spain", - "ID_1": 11, - "NAME_1": "Extremadura", - "ID_2": 38, - "NAME_2": "Badajoz", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-76, -71, -129, 129, -97]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-CC", - "NAME_0": "Spain", - "ID_1": 11, - "NAME_1": "Extremadura", - "ID_2": 39, - "NAME_2": "Cáceres", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[130, 131, 132]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-C", - "NAME_0": "Spain", - "ID_1": 12, - "NAME_1": "Galicia", - "ID_2": 40, - "NAME_2": "A Coruña", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "La Coruña" - } - }, - { - "arcs": [[133, -93, 134, 135, -131, 136]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-LU", - "NAME_0": "Spain", - "ID_1": 12, - "NAME_1": "Galicia", - "ID_2": 41, - "NAME_2": "Lugo", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-92, -107, 137, 138, -135]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-OR", - "NAME_0": "Spain", - "ID_1": 12, - "NAME_1": "Galicia", - "ID_2": 42, - "NAME_2": "Ourense", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-136, -139, 139, -132]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-PO", - "NAME_0": "Spain", - "ID_1": 12, - "NAME_1": "Galicia", - "ID_2": 43, - "NAME_2": "Pontevedra", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[140]], [[141]], [[142]], [[143]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-PM", - "NAME_0": "Spain", - "ID_1": 13, - "NAME_1": "Islas Baleares", - "ID_2": 44, - "NAME_2": "Baleares", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[144]], [[145]], [[146]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-GC", - "NAME_0": "Spain", - "ID_1": 14, - "NAME_1": "Islas Canarias", - "ID_2": 45, - "NAME_2": "Las Palmas", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[147]], [[148]], [[149]], [[150]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 215, - "ISO": "ES-TF", - "NAME_0": "Spain", - "ID_1": 14, - "NAME_1": "Islas Canarias", - "ID_2": 46, - "NAME_2": "Santa Cruz de Tenerife", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[151, -118, -43, -103, -81]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-LO4", - "NAME_0": "Spain", - "ID_1": 15, - "NAME_1": "La Rioja", - "ID_2": 47, - "NAME_2": "La Rioja", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[152, -119, -152, -80, 153], [-79]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-VI", - "NAME_0": "Spain", - "ID_1": 16, - "NAME_1": "País Vasco", - "ID_2": 48, - "NAME_2": "Álava", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": "Araba" - } - }, - { - "arcs": [[-120, -153, 154, 155]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-SS", - "NAME_0": "Spain", - "ID_1": 16, - "NAME_1": "País Vasco", - "ID_2": 49, - "NAME_2": "Guipúzcoa", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-155, -154, -86, -45, 156]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-BI", - "NAME_0": "Spain", - "ID_1": 16, - "NAME_1": "País Vasco", - "ID_2": 50, - "NAME_2": "Vizcaya", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-49, -94, -134, 157]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-O2", - "NAME_0": "Spain", - "ID_1": 17, - "NAME_1": "Principado de Asturias", - "ID_2": 51, - "NAME_2": "Asturias", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-123, 158, -3, -15, -52]], - "type": "Polygon", - "properties": { - "ID_0": 215, - "ISO": "ES-MU6", - "NAME_0": "Spain", - "ID_1": 18, - "NAME_1": "Región de Murcia", - "ID_2": 52, - "NAME_2": "Murcia", - "TYPE_2": "Provincia", - "ENGTYPE_2": "Province", - "NL_NAME_2": null, - "VARNAME_2": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/switzerland-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/switzerland-topo.json deleted file mode 100644 index 5965bc7e8f617..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/switzerland-topo.json +++ /dev/null @@ -1,11333 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [43893, 22349], - [-54, -36], - [-73, -134], - [-65, 8], - [-61, -39], - [-46, -18], - [-26, -81], - [-87, -130], - [-66, -65], - [-26, -54], - [-67, -52], - [-26, -74], - [-18, 0], - [-38, -50], - [-26, 0], - [-87, -39], - [-36, -26], - [-33, 1], - [-57, 23], - [-61, 10], - [-283, 6], - [-42, 9], - [50, -120], - [-55, -35], - [-49, 2], - [-60, -59], - [-2, -43], - [-32, -33], - [-18, -79], - [-60, -12], - [-31, -27], - [-73, -22], - [-39, -68], - [-73, -13], - [-37, -36], - [-41, -17], - [-19, -32], - [-43, 3], - [-60, 34], - [-13, 70], - [-4, 77], - [-34, 41], - [-58, 91], - [-27, 28], - [4, 67], - [-146, 41], - [-93, 45], - [-67, 6], - [-52, -13], - [-45, 10], - [-48, -29], - [-89, -112], - [-81, -26], - [-43, -42], - [-1, -101], - [-12, -91], - [25, -100], - [-9, -20], - [-63, -37], - [-41, -55], - [-51, -123], - [9, -76], - [-59, -47], - [-33, -61], - [-28, -88], - [-54, -81], - [-19, -89], - [-146, -126], - [-135, -7], - [-105, -41], - [-70, -7], - [-67, -25], - [-51, 8], - [-106, -25], - [-44, 3], - [-105, -43], - [-58, 12], - [-36, -47], - [-77, -8], - [-63, -59], - [-72, -15], - [-92, -43], - [-16, 25], - [-41, 11], - [-48, -4], - [-53, 18], - [-26, 32], - [13, 109], - [-3, 106], - [-30, 4], - [-69, -22], - [-85, 30], - [-9, 35], - [-45, 14], - [-75, -15], - [-39, 20], - [-59, -5], - [-93, -25] - ], - [ - [38936, 20246], - [-19, 62], - [61, 84], - [19, 183], - [-60, 89], - [-37, 35], - [-3, 91], - [-15, 35], - [31, 47], - [116, 51], - [64, 42], - [91, 27], - [47, 60], - [13, 40], - [35, 33], - [64, 84], - [111, -1], - [32, 13], - [64, 50], - [137, 42], - [111, 113], - [116, 46], - [73, 44], - [26, 85], - [-14, 139], - [7, 32], - [-36, 134], - [-6, 51], - [-18, 28], - [8, 47], - [-21, 19], - [-43, 0], - [-23, 22], - [-15, 46], - [-29, 24], - [-16, 73], - [-33, 51], - [-60, 155] - ], - [ - [39714, 22422], - [67, 53], - [32, -7], - [66, 45], - [6, 22], - [62, -5], - [21, 19], - [38, -8], - [80, 23], - [12, 37], - [-20, 49], - [-39, 4], - [-38, 58], - [9, 36], - [-23, 20], - [-9, 43], - [38, 109], - [39, 61], - [18, 133], - [33, 45], - [84, 49], - [-77, 50], - [-29, -1], - [-79, 28], - [-45, 36], - [-15, 39], - [-37, 23], - [-14, 43], - [-43, -42], - [-159, 279], - [-21, 30], - [118, 50], - [7, 56], - [-68, 10], - [-55, 62], - [-40, 118], - [-106, 90], - [-59, 43], - [1, 51], - [-19, 31], - [-43, 25], - [-11, 24], - [-14, 148], - [-68, 32], - [-71, 47], - [-69, -1], - [-25, 55], - [31, 35], - [72, 16], - [38, 23], - [-4, 43], - [-33, 54], - [2, 105], - [40, 31], - [29, -6], - [43, 26], - [36, -8], - [34, 13], - [10, -29], - [36, -12], - [52, 8], - [35, 31], - [79, 46], - [85, 32], - [54, 80], - [83, 28], - [16, 18], - [10, 136], - [25, 83], - [45, 95], - [24, 11], - [38, 83], - [36, 30], - [6, 104], - [61, 68], - [-6, 20], - [129, 100], - [-35, 23], - [-64, 6], - [-103, 49], - [-47, 6], - [-46, 33], - [4, 57], - [35, 31], - [39, 90], - [60, 36], - [86, 36], - [0, 64], - [-18, 32], - [24, 32], - [-2, 49], - [36, 54], - [-24, 61], - [-63, 22], - [-25, 47], - [15, 73], - [17, 30], - [19, 73], - [-13, 68], - [17, 21], - [-27, 43], - [59, 40], - [27, 36], - [20, 72], - [217, 372], - [23, 33], - [152, 192] - ], - [ - [40638, 27579], - [12, 15], - [600, -659], - [42, -48], - [138, -127], - [28, -42], - [43, -23], - [326, 40], - [97, 30], - [75, -36], - [41, 0], - [74, 26], - [273, -16], - [157, -62], - [562, -106], - [-14, -158], - [14, -130], - [-21, -41], - [4, -73], - [-23, -34], - [-8, -97], - [19, -69], - [34, -83], - [-20, -93], - [28, -161], - [-3, -74], - [18, -7], - [-22, -75], - [-42, -91], - [-26, -24], - [-20, -94], - [-45, -45], - [-78, -92], - [-42, -7], - [-53, -64], - [-24, 10], - [-78, -17], - [-14, -18], - [-71, -19], - [-53, -49], - [-151, -116], - [243, -182], - [22, 9], - [84, -51], - [19, -26], - [53, -5], - [74, 45], - [29, -40], - [42, -19], - [104, 64], - [47, 42], - [131, 81], - [37, -9], - [60, 21], - [52, -44], - [43, -15], - [53, 6], - [25, -11], - [46, -57], - [37, -28], - [25, -52], - [84, -38], - [4, -44], - [31, -30], - [52, -116], - [-8, -38], - [1, -82], - [30, -77], - [68, -142], - [3, -56], - [-32, -12], - [-26, -50], - [3, -73], - [11, -32], - [-36, -125], - [33, -40], - [5, -71], - [-36, -87], - [-17, -109], - [41, -123], - [-15, -67], - [-96, -31], - [-13, -43], - [7, -109], - [-10, -53], - [18, -21], - [22, -67], - [-3, -23], - [130, -76], - [19, -21], - [13, -108], - [18, -47], - [-32, -58], - [16, -52], - [-25, -54], - [-8, -55] - ], - [ - [32740, 26914], - [41, -101], - [20, -103], - [-32, -89], - [34, -62], - [45, -10], - [24, 17], - [111, -3], - [53, 34], - [93, 73], - [113, 20], - [23, -174], - [34, -149], - [20, -5], - [57, 47], - [79, 27], - [16, 36], - [178, 152], - [178, -256], - [-9, -276] - ], - [ - [33818, 26092], - [-224, 121], - [-12, 38], - [0, 69], - [-63, 28], - [-77, -35], - [-67, 18], - [-131, 51], - [-18, -62], - [-90, 1], - [-53, -38], - [-2, -58], - [-83, -19], - [-97, -40], - [-74, -70], - [-54, -83], - [-62, -57], - [2, -55], - [-14, -38], - [21, -61], - [-19, -22], - [-29, -108], - [-99, -86], - [-19, -1], - [-45, -52], - [-35, -12], - [-44, -35], - [21, -185], - [102, -27], - [14, -11], - [414, 122], - [51, -31], - [71, -4], - [26, -13], - [62, -56], - [-1, -42], - [101, -62], - [151, -138], - [68, -19], - [119, -152], - [65, -42], - [34, -59], - [46, -33], - [9, -33], - [53, -55], - [35, -10], - [48, -80], - [58, -5], - [74, -21], - [39, -35], - [8, -85], - [-7, -101], - [-60, -164], - [-74, -28], - [-36, -45], - [-79, -8], - [-157, -77], - [-126, -24], - [-73, 20] - ], - [ - [33486, 23983], - [12, 259], - [-547, 161], - [-17, -304], - [-10, -84], - [-152, 2], - [-120, 40], - [-22, -9], - [-63, 3], - [-38, 20], - [-144, -52], - [-36, 45], - [25, 49], - [-12, 301], - [-204, 45], - [-454, -629], - [-208, 214], - [-109, -30], - [-66, -4], - [-34, 11], - [-112, -5], - [-11, -40], - [-40, -5], - [-28, -28], - [-68, 10], - [-50, 24], - [-27, 35], - [-56, -11], - [-51, 13], - [-59, 2], - [-73, -39], - [-64, -43], - [-24, -49], - [-41, -33], - [-27, -55], - [-58, -28], - [-59, 70], - [-25, 48], - [-29, -15], - [-59, 30], - [-40, 1], - [-20, -58], - [-24, -28], - [-50, -107], - [-39, -42], - [13, -38], - [53, -71], - [78, -52] - ], - [ - [30297, 23507], - [0, -64], - [-39, -19], - [-76, 8], - [-230, -52], - [-107, 36], - [-102, 62], - [-72, -65], - [-52, 4], - [-127, -70], - [-53, -13], - [-74, -72], - [-56, -21], - [2, -21], - [-64, -31], - [18, -35], - [-5, -60], - [32, -59], - [98, -132], - [11, 3], - [42, -82], - [-38, -64], - [-37, -13], - [-24, -42], - [-44, -17], - [-32, -40], - [-49, -26], - [-35, -40], - [-58, -44], - [-25, -45], - [-48, -11], - [-51, -72], - [-49, -98], - [-22, -21], - [-52, -80], - [-18, -62], - [-45, -65], - [-4, -29], - [-52, -124], - [-31, -60], - [-49, 43], - [-15, 72], - [-1, 61], - [30, 139], - [-62, 18], - [-35, -4], - [-32, 29], - [-55, 15], - [-41, -34], - [-34, -5], - [-44, -62], - [3, -38], - [-25, -39], - [-22, -65], - [-61, -36], - [-65, -6], - [-44, -28], - [-2, -101], - [-36, -60], - [42, -153], - [1, -84], - [18, -50], - [-26, -44], - [1, -56], - [-50, -37], - [2, -49], - [16, -44], - [-31, -75], - [-38, -16], - [-34, 15], - [-23, -64], - [8, -37], - [-33, -90], - [-52, -40], - [-30, -46], - [-54, -18], - [-46, -155], - [57, -92], - [15, -9], - [-9, -54], - [59, -77], - [19, -43], - [150, -297], - [5, -48], - [-9, -63], - [-38, -4], - [-76, -74], - [-2, -39], - [23, -36], - [-10, -52], - [-90, -96], - [-32, -22] - ], - [ - [27872, 19721], - [-106, 9], - [-49, 37], - [-51, 16], - [-67, -8], - [-117, -38], - [-82, -40], - [-89, -56], - [-107, -21], - [-25, -20], - [-9, -44], - [-72, -52], - [-58, -30], - [-34, 29], - [-84, 18], - [-30, 22], - [-52, 83], - [-11, 54], - [-48, 38], - [-29, 1], - [-27, 35], - [-40, 13], - [-42, 34], - [-31, 42], - [19, 54], - [-27, 38], - [-13, 45], - [-55, 110], - [-67, 56], - [-173, 172], - [-85, 72], - [-240, 154], - [-117, 70], - [-246, 123], - [-59, 113], - [-30, 25], - [-4, 76], - [-34, 57], - [9, 72], - [-13, 97], - [29, 115], - [-64, 40], - [-5, 67], - [-59, 16], - [-35, 22], - [8, 115], - [-22, 76], - [6, 54], - [26, 37], - [53, 26], - [44, -1], - [47, 25], - [17, 37], - [32, 2], - [4, 67], - [26, 57], - [59, 94], - [6, 28], - [33, 36], - [6, 63], - [-21, 27], - [-15, 52], - [-25, 17], - [-51, -1], - [-26, 34], - [-76, 37], - [25, 44], - [21, 82], - [29, 67], - [57, 63], - [114, 50], - [58, 36], - [49, 18], - [53, 44], - [65, -6], - [14, -17], - [60, -17], - [61, 8], - [36, 32], - [37, 93], - [38, 53], - [11, 100], - [58, 33], - [41, -3], - [34, 47], - [9, 65], - [-11, 44], - [14, 31], - [-14, 57], - [10, 30], - [52, 56], - [53, 7], - [70, 63], - [-8, 44], - [-2, 97], - [-10, 49], - [45, 42], - [48, 17], - [21, 24], - [-3, 34], - [-33, 86], - [5, 23], - [-23, 73], - [0, 44], - [49, 52], - [25, 110], - [30, 29], - [-32, 35], - [-48, 33], - [-10, -19], - [-93, -10], - [-39, -14], - [-92, -8], - [-44, 23], - [-33, 34], - [-24, 67], - [-41, 4], - [-77, -41], - [-41, 1], - [-77, -35], - [-74, -13], - [-25, 29], - [-40, 110], - [43, 69], - [5, 31], - [-49, 70], - [-28, 15], - [-20, 55], - [8, 62], - [-27, 53], - [-36, 7], - [-56, 39], - [-25, 50], - [12, 40], - [-31, 69], - [-91, 8], - [-31, 77], - [-21, 8], - [-59, 95], - [22, 41], - [-28, 32], - [47, 107], - [58, 62], - [-36, 17], - [11, 57], - [23, 28], - [47, 99], - [-15, 38], - [18, 39], - [25, 100], - [-15, 35], - [30, 51], - [3, 83], - [-12, 68], - [-25, 21], - [21, 52], - [-48, 34], - [-15, 34], - [19, 57], - [-43, 76], - [26, 82], - [-23, 23], - [-68, 29], - [17, 32], - [0, 64], - [-31, 0], - [1, 57], - [41, 68], - [191, 96], - [24, 27], - [2, 57], - [44, 7], - [-18, 49], - [28, 65], - [-15, 28], - [9, 35], - [-36, 60], - [-55, 53], - [-41, 59], - [-37, 89], - [-22, 111], - [1, 92], - [45, 121], - [49, 54], - [-2, 37], - [-28, 18], - [-15, 86], - [-36, 38], - [-13, 47], - [-89, 57], - [-51, 71], - [-54, 40], - [-24, 38], - [14, 56], - [-14, 61], - [-42, 32], - [-25, 77], - [-32, 44], - [-72, 170], - [2, 48], - [-29, 7], - [-12, 44], - [-51, 59], - [-29, 3], - [-17, 98], - [12, 97], - [18, 48] - ], - [ - [25096, 28832], - [44, 19], - [14, -28], - [135, -40], - [189, 100], - [399, 118], - [171, 17], - [54, -38], - [93, -85], - [164, -41], - [85, 93], - [82, 57], - [109, 133], - [103, 87], - [-39, 44], - [5, 29], - [-19, 43], - [-27, 8], - [-18, 66], - [-38, 47], - [5, 38], - [-31, 52], - [-8, 49], - [20, 46], - [72, 42], - [208, -15], - [24, -33], - [179, 31], - [112, 112], - [127, -146], - [-7, -35], - [15, -72], - [53, -81], - [49, -49], - [50, -69], - [-7, -22], - [17, -47], - [-14, -31], - [5, -89], - [-16, -47], - [1, -73], - [61, -13], - [19, -23], - [49, -9], - [49, -27], - [13, 32], - [282, 53], - [4, -13], - [152, 51], - [-64, 95], - [-21, 84], - [27, 26], - [55, -1], - [43, -35], - [60, -7], - [39, 36], - [52, 26], - [14, 48], - [50, 12], - [84, 46], - [139, -54], - [96, -164], - [-2, -56], - [43, -99], - [140, -14], - [74, -50], - [81, 52], - [4, 32], - [65, 31], - [137, 9], - [155, 46], - [91, 9], - [57, 24], - [33, 29], - [41, 15], - [63, -63], - [14, -62], - [-7, -35], - [-35, -26], - [-33, -87], - [-53, 1], - [-43, 15], - [-83, -6], - [-76, -24], - [-1, -33], - [45, 0], - [34, -34], - [-24, -34], - [10, -55], - [64, -68], - [114, -19], - [-18, -50], - [20, -7], - [23, -57], - [59, 18], - [57, -8], - [66, 41], - [47, 11], - [41, 29], - [117, -7], - [-23, 111], - [3, 96], - [17, 37], - [12, 69], - [-16, 25], - [45, 74], - [-2, 22], - [63, 50], - [98, 50], - [117, 431], - [60, 9], - [21, -21], - [103, -11], - [-19, 76], - [22, 5], - [-5, 50], - [32, 41], - [53, 9], - [16, 34], - [-12, 32], - [24, 34], - [106, 22], - [11, -6], - [30, -89], - [47, 1], - [72, 19], - [12, -53], - [37, -1], - [57, 26], - [12, -23], - [78, -20], - [57, -52], - [68, -91], - [73, -31], - [-42, -50], - [-33, -61], - [19, -134], - [69, -146], - [50, 4], - [90, -142], - [40, -109], - [-10, -75], - [18, -71], - [6, -71], - [18, -88], - [50, -66], - [-19, -127], - [77, -19], - [37, -175], - [28, -76], - [-1, -78], - [52, -120], - [58, -82], - [-5, -94], - [13, -47], - [-4, -66], - [35, -68], - [-3, -27], - [42, -16], - [2, -30], - [64, -112], - [-20, -29], - [53, -33], - [45, -80], - [43, -47], - [3, -70], - [31, -22], - [19, -124], - [56, -27], - [113, -35], - [15, -42], - [56, -36], - [27, 16], - [104, -5], - [46, -26], - [34, 10], - [29, -20], - [81, 4], - [14, -15], - [48, 23], - [44, 40] - ], - [ - [15128, 22096], - [49, -26], - [38, -53], - [79, 27], - [7, -21], - [-71, -64], - [-55, -40], - [-49, -68], - [-93, 23], - [-6, 65] - ], - [ - [15027, 21939], - [51, 20], - [23, 53], - [-33, 44], - [60, 40] - ], - [ - [15727, 22361], - [4, -76], - [-8, -23], - [39, -90], - [-48, -1], - [-68, -38], - [-70, -59], - [-19, -52], - [-45, 7], - [-27, 92], - [20, 11], - [-28, 48], - [-51, 53], - [22, 107], - [139, 64], - [32, -16], - [57, 23], - [36, 2], - [15, -52] - ], - [ - [27872, 19721], - [44, 25], - [64, 2], - [63, -42], - [129, 37], - [64, -39], - [41, -7], - [72, 20], - [40, -1], - [57, 15], - [10, -66], - [38, -38], - [36, -61], - [43, -25], - [25, -43], - [12, -48], - [60, -19], - [43, 18], - [46, -8], - [64, -49], - [47, -12], - [87, -71], - [118, -112], - [20, -37], - [30, -19], - [80, -77], - [36, 44], - [117, 45], - [13, 26], - [55, 23], - [9, 36], - [34, 13], - [15, 27], - [56, -25], - [27, 26], - [156, 65], - [53, 35], - [45, -39], - [42, -10], - [92, 30], - [63, 1], - [55, -63], - [97, -57], - [14, -42], - [86, 0], - [39, -10], - [55, 20], - [69, 155], - [86, -42], - [84, -29], - [52, -35], - [58, -21], - [34, -55], - [54, -62], - [34, -67], - [83, 16], - [73, -16], - [34, -23], - [46, 44], - [133, 100], - [69, 36], - [60, 44], - [3, 21], - [63, 62], - [57, 37], - [66, 66], - [67, 46], - [13, 25], - [56, 35], - [36, 42], - [349, 48], - [49, 32], - [3, 31], - [69, 38] - ], - [ - [32164, 19737], - [24, 7], - [88, -50], - [20, -46], - [46, -68], - [46, -32], - [72, -17], - [54, -128] - ], - [ - [32514, 19403], - [15, -122], - [59, 19], - [39, 39], - [51, 24], - [95, 97], - [45, -5], - [41, -26], - [10, -34], - [43, -17], - [45, 33], - [94, 12], - [39, -9], - [49, -44], - [60, 8], - [-2, -84], - [25, -20], - [0, -36] - ], - [ - [33222, 19238], - [-18, -92], - [-46, -102], - [-31, 8], - [-27, -23], - [6, -36], - [33, -34], - [22, -53], - [-40, -51], - [-7, -39], - [17, -26], - [-9, -72], - [38, -73], - [43, -26], - [37, -64], - [-35, -57], - [3, -247], - [11, -40], - [74, -48], - [-1, -62], - [-19, -68], - [39, -136], - [-32, -93], - [-5, -85], - [-104, -35], - [-53, -31], - [-37, 16], - [-82, 12], - [-46, -17], - [-110, 27], - [-62, 2], - [-11, 42], - [-29, 24], - [-52, -5], - [-117, 49], - [-11, -25], - [11, -70], - [-30, -81], - [21, -52], - [2, -65], - [-13, -87], - [33, -34], - [32, -89], - [56, -28], - [25, -72], - [3, -132], - [13, -76] - ], - [ - [32714, 16992], - [-150, 21], - [-54, -141], - [-2, -22], - [-53, -33], - [-94, -129], - [-7, -30], - [-53, -61], - [-69, -18], - [-19, 18], - [-20, -66], - [-24, -34], - [-3, -171], - [25, -51], - [-3, -52], - [-27, -88], - [-3, -35], - [-36, -51], - [-9, -55], - [-43, -45], - [-4, -74], - [14, -47], - [-6, -31], - [15, -55], - [-23, -39], - [-14, -69], - [55, -78], - [-57, -96], - [-39, -28], - [-80, -95], - [5, -46], - [-42, -32], - [-64, -75], - [-65, -34], - [-32, -29], - [-124, -25], - [-41, 9], - [-78, -12], - [-24, -14], - [-54, -95], - [2, -38], - [-60, -55], - [-10, -28], - [-62, -59], - [-88, -20], - [-28, 7], - [-42, -28], - [-47, -10], - [-48, -88], - [-56, -51], - [-85, 6], - [-60, -44], - [-77, -18], - [-12, -33], - [-53, -48], - [-74, 2], - [-64, -21], - [-87, -40], - [-31, 12], - [-64, -11], - [-23, 13], - [-52, -17], - [-38, 10], - [-40, -11], - [-51, 2], - [-109, -25], - [-73, -47], - [-29, 20], - [-157, -18], - [-89, -53], - [-51, -1], - [-21, 48], - [-61, 29], - [-7, 70], - [7, 78], - [-69, -8], - [-75, 20], - [-44, -21], - [-142, 17], - [-109, 58], - [-78, 16], - [-58, 32], - [-69, 6], - [-46, 66], - [-67, 60], - [-43, 63], - [-126, 41], - [-64, -10], - [-61, 29], - [-27, 38], - [-50, -6], - [-22, 16], - [-65, 5], - [-101, 69], - [-48, -37], - [-80, -5], - [-82, -17], - [-85, 69], - [-145, 20], - [-100, 59], - [-22, 39], - [-43, 13], - [-74, -12], - [-24, 13], - [-104, 14], - [-104, -51], - [-39, -37], - [-52, -22], - [-43, 15], - [-59, -47], - [-5, -36], - [-28, -32], - [-30, -72], - [-47, -38], - [-67, 11], - [-142, -65], - [-44, -90], - [-39, -24], - [-2, -50], - [32, -67], - [32, -26], - [-13, -31], - [82, -126], - [-33, -91], - [9, -71], - [-42, -75], - [-45, -1], - [-88, -70], - [-55, -27], - [-34, 16], - [-41, -19], - [-64, 2], - [-40, -39], - [-74, -57], - [-28, -97], - [-86, -37], - [-35, -33], - [19, -20], - [-21, -49], - [-54, 2], - [-44, -10], - [-11, -34], - [-29, -21], - [-13, -34], - [-71, 1], - [-55, -27], - [-62, -63], - [-35, -6], - [-57, 23], - [-49, -49], - [-147, -53], - [-84, -12], - [-94, 10], - [-167, -23], - [-28, 34], - [-48, -7], - [-100, -83], - [-110, -65], - [-37, -45], - [2, -26], - [-50, -39], - [-40, -13], - [-95, -55], - [-63, -18], - [-127, -60], - [-62, -87], - [-83, -46], - [-35, -64], - [-59, -43], - [-25, -68], - [-78, -24], - [-53, -59], - [-32, 7], - [-19, -38], - [-50, -42], - [-60, -17], - [-20, -41], - [-141, -91], - [-15, -29], - [-56, -39], - [-110, -64], - [-118, -20], - [-50, -60], - [-35, -66], - [-92, -19], - [-57, 59], - [-70, 47], - [-73, 113], - [-45, 1], - [-53, 34], - [-52, 17], - [-51, 34], - [-114, 48], - [-460, 201], - [-125, 80], - [-19, -63], - [-43, -49], - [-43, -34], - [-43, 1], - [-51, -26], - [-31, -32], - [15, -75], - [3, -57], - [-30, -68], - [-67, -55], - [-44, 5], - [-15, -31], - [25, -88], - [-7, -29], - [-38, -38], - [-19, -45], - [-119, 45], - [-36, 46], - [-5, 29], - [-68, -1], - [-86, -52], - [-87, -8], - [-42, -33], - [-50, 19], - [-49, -2], - [-59, -29], - [-84, 1], - [-62, -13], - [-72, -35], - [-9, -55], - [-19, -19], - [-41, -95], - [2, -34], - [54, -42], - [129, -72], - [53, -4], - [113, -103], - [-186, -99], - [-37, -84], - [8, -44], - [-17, -14], - [-114, -30], - [-31, -21], - [-83, 5], - [-106, 26], - [-75, -7], - [-18, -52], - [-44, -57], - [-43, -12], - [-62, 41], - [-57, -33], - [-47, 9], - [-23, 39], - [9, 41], - [-26, 131], - [-22, 48], - [-37, 37], - [-82, -33], - [-8, -57], - [-39, -55], - [-81, -1], - [-20, -34], - [-47, 48], - [-1, 46], - [-64, 27], - [-46, -11], - [-29, 14], - [-65, 10], - [-40, 25], - [-21, 40], - [-68, -22], - [-70, -86], - [-154, -14], - [-24, -29], - [-46, -5], - [-35, -31], - [-56, -15], - [-41, -35], - [-27, 41], - [-91, -70], - [-8, -23], - [-51, -61], - [-22, 4], - [-32, -51], - [-43, -46], - [-22, 10], - [-33, -25], - [-33, -56], - [-68, -39], - [-39, -37], - [-47, -10], - [-52, -71], - [-67, -59], - [-61, 11], - [-88, -53], - [-67, -27], - [-74, -10], - [-114, -46], - [-107, -10], - [-62, 82], - [-29, 53], - [-9, 51], - [24, 65], - [-20, 53], - [25, 26], - [2, 39], - [25, 28], - [6, 152], - [-33, 92], - [-150, -179], - [-47, -15], - [-64, 31], - [-379, -182], - [-24, -77], - [7, -58], - [19, -47], - [-17, -29], - [-5, -48], - [9, -113], - [18, -30], - [-51, -46], - [-63, -104], - [-30, -26], - [-25, 6], - [-55, -46], - [-91, -19], - [-89, -8], - [-67, 22], - [-77, 37] - ], - [ - [16872, 10406], - [11, 389], - [-49, 183], - [76, 36], - [22, -5], - [21, 42], - [-3, 48], - [-16, 31], - [-96, -62], - [-41, 1], - [-69, 116], - [-16, 92], - [-32, 24], - [2, 85], - [-22, 40], - [-30, -17], - [-131, 4], - [16, 122], - [48, 92], - [-2, 25], - [33, 45], - [14, 53], - [25, 35], - [10, 66], - [43, 52], - [-11, 110], - [20, 111], - [19, 49], - [-41, 62], - [-6, 39], - [-36, 17], - [-43, 80], - [-17, 67], - [-84, 91], - [-4, 30], - [32, 110], - [51, -10], - [23, 13], - [62, -33], - [107, 7], - [76, 38], - [50, 13], - [34, 46], - [25, 106], - [-14, 44], - [85, 47], - [-80, 72], - [34, 29], - [12, 55], - [-12, 15], - [26, 85], - [-47, 120], - [-31, 103], - [-11, 191], - [160, 24], - [-2, 67], - [-22, 56], - [88, 57], - [20, 56], - [29, 33], - [5, 83], - [20, 17], - [-2, 48], - [31, 88], - [-17, 34], - [20, 55], - [3, 79], - [-16, 24], - [-1, 67], - [-17, 73], - [3, 36], - [-28, 46], - [17, 87], - [-18, 51], - [-26, 24], - [-51, 88], - [-23, 18], - [-1, 151] - ], - [ - [17077, 14972], - [45, 9], - [88, 41], - [107, 74], - [47, 49], - [70, 106], - [37, 83], - [61, 99], - [135, 156], - [31, -7], - [92, -53], - [103, -40], - [70, 12], - [60, 31], - [37, 84], - [23, 76], - [34, 25], - [75, 29], - [-79, 175], - [19, 182], - [27, 138], - [-6, 49], - [-76, 64], - [5, 179], - [10, 125], - [100, 5], - [81, 38], - [39, 60], - [-25, 91], - [-92, 173], - [33, 12], - [76, -14], - [22, 13], - [43, -10], - [83, 16], - [70, -4], - [27, -45], - [30, -18], - [7, -67], - [14, -30], - [43, -15], - [16, -28], - [-7, -69], - [32, -40], - [15, 86], - [44, 54], - [3, 22], - [50, 21], - [152, 151], - [-108, -15], - [34, 146], - [-9, 19], - [17, 78], - [-19, 37], - [36, 70], - [36, 44], - [-46, 110], - [63, 64], - [-25, 59], - [2, 27], - [41, 47], - [-29, 54], - [-40, -11], - [-71, 9], - [-49, 49], - [-31, 86], - [-37, -26], - [-175, 17], - [-9, 62], - [45, 75], - [13, 65], - [-2, 49], - [-26, 31], - [-79, 20], - [-23, 20], - [-41, -8], - [-77, 18], - [-33, 24], - [-256, 37], - [-30, -20], - [-104, 108], - [-39, 82], - [-10, 67], - [7, 119], - [19, 91], - [46, 70], - [32, 72], - [9, 64], - [-20, 24], - [-2, 97], - [5, 61], - [-63, 121], - [-39, 7], - [-36, 57], - [-2, 63], - [-24, 40], - [54, 42], - [14, 39], - [59, 36], - [5, 46], - [44, 38], - [-32, 65], - [19, 50], - [-25, 81], - [43, 55], - [33, 65], - [8, 58], - [17, 27], - [-2, 40], - [15, 62], - [97, 121], - [38, 21], - [-17, 43], - [23, 63], - [2, 36], - [-14, 67], - [6, 32], - [69, 24], - [63, 36], - [14, 42], - [-25, 45], - [5, 19], - [-74, 75], - [-11, 37], - [-54, 29], - [-20, 23], - [-61, 24], - [-76, 59], - [-19, 60], - [-53, 42], - [98, 60], - [34, 12], - [7, 105], - [51, 38], - [13, -41], - [47, 19], - [34, -12], - [88, -56], - [-27, -38], - [-30, 10], - [-37, -42], - [49, -67], - [50, -7], - [54, 10], - [36, -41], - [107, 57], - [28, 28], - [27, -9], - [31, 35], - [37, 76], - [44, 38], - [20, 50], - [-17, 41], - [6, 75], - [-26, 36], - [-35, 15], - [-19, 100], - [15, 205], - [-27, 39], - [-60, 30], - [-91, 23], - [-168, 55], - [-49, 2], - [-154, -38], - [-65, -3], - [-75, 16], - [-87, 30], - [-79, -2], - [-40, -22], - [-62, -63], - [-41, 8], - [-92, 55], - [-85, 28], - [-42, 52], - [-54, 32], - [-83, 11], - [-101, 34], - [-16, -50], - [-91, 3], - [-57, 45], - [-16, 43], - [-30, 25], - [-60, -13], - [-27, -24], - [-60, -91], - [-69, 89], - [-62, 19], - [-51, -14], - [-53, 10], - [-41, -31], - [-21, -39], - [-75, 26], - [-7, 15], - [85, 43], - [44, 13], - [73, 51], - [13, 40], - [34, 18], - [-25, 72], - [14, 71], - [-19, 77], - [17, 41], - [1, 58], - [56, 9], - [3, 53], - [18, 12], - [-113, 183], - [-9, 63], - [79, 27], - [8, 121], - [-31, 24], - [15, 109], - [29, 44], - [-37, 27], - [-26, 41], - [-84, -15], - [-32, 31], - [-40, 15], - [12, 57], - [50, -8], - [96, 7], - [13, 69], - [90, -12], - [6, 45], - [29, 73], - [75, 37], - [-11, 21], - [88, 57], - [47, 77], - [51, 50], - [-10, 44], - [-76, 80], - [-43, 35], - [-49, 15], - [56, 78], - [-9, 44], - [-34, 2], - [-77, 143], - [-25, -21], - [-34, 32], - [-37, -58], - [-69, 47], - [-58, -94], - [-59, 10], - [5, -41], - [-26, -6], - [-515, -281], - [-26, 9], - [-69, -24], - [-755, -187], - [-32, 11], - [-51, -7], - [-377, 12], - [-81, 14], - [-154, 46] - ], - [ - [14452, 23643], - [-195, 529], - [72, 105], - [31, 100], - [5, 37], - [-6, 236], - [16, 48], - [80, 108], - [136, 108], - [45, 23], - [148, 30], - [102, 90], - [73, 53], - [123, 153], - [-9, 42], - [-32, 52], - [-34, 20], - [-21, 76], - [8, 52], - [-9, 49], - [-42, 45], - [134, 114], - [-3, 84], - [-148, 215], - [-166, 67], - [-82, 3], - [-104, 108], - [-108, 69], - [-8, 13], - [-158, -109], - [-70, 174], - [55, 72], - [50, 79], - [114, 102], - [-23, 36], - [-95, 18], - [-34, -8], - [-39, -57], - [-130, -3], - [-70, -15], - [-38, 20], - [-21, -26], - [-60, -26], - [-51, -46], - [-123, -42], - [-253, -56], - [-124, -13], - [-92, -25], - [-68, -6], - [-112, -66], - [-48, -9], - [-87, 79], - [-43, -70], - [-68, -57], - [-76, -53], - [-94, -43], - [-176, -105], - [-98, -74], - [-69, -41], - [-52, -20], - [-52, -35], - [-111, -62], - [20, 146], - [46, 216], - [123, 112], - [53, 229], - [51, 234], - [-53, 98], - [-48, 74], - [-15, 45], - [-106, 193], - [-32, 72], - [-110, 219] - ], - [ - [12071, 27423], - [24, 58], - [116, 116], - [65, -270], - [40, -49], - [-4, -85], - [38, -23], - [17, -56], - [52, 21], - [63, 48], - [46, 9], - [137, 60], - [49, 45], - [55, 67], - [213, 136], - [111, 118], - [26, 132], - [17, 59], - [143, 57], - [6, -33], - [38, -37], - [-14, -29], - [23, -37], - [57, 28], - [135, -14], - [87, -131], - [49, -13], - [64, 46], - [40, 73], - [16, 58], - [64, 98], - [25, 113], - [170, 10], - [190, 38], - [92, 134], - [86, 225], - [100, 173], - [-8, 24], - [49, 82], - [104, 46], - [47, 38], - [-32, 135], - [13, 66], - [59, 45], - [92, 17], - [146, 75], - [1, -89], - [30, 0], - [44, 40], - [49, -77], - [-41, -33], - [36, -60], - [104, 1], - [2, 31], - [45, 61], - [47, 31], - [109, -25], - [135, 50], - [78, 13], - [85, -12], - [79, -25], - [6, 21], - [47, 7], - [97, 41], - [34, 22], - [29, -2], - [-34, 70], - [-53, 59], - [30, 33], - [-43, 15], - [-73, -10], - [4, 76], - [44, 10], - [14, 34], - [-24, 75], - [41, 76], - [91, 49], - [65, 12], - [110, 54], - [-9, 103], - [3, 59], - [27, 26], - [-16, 42], - [-51, 7], - [-7, 53], - [51, 36], - [-6, 19], - [-62, 29], - [5, 20], - [67, 9], - [71, -9], - [30, 9], - [120, 15], - [32, -9], - [90, 21], - [153, -7], - [42, -16], - [-40, -55], - [53, -64], - [63, 23], - [114, -38], - [121, 1], - [93, -50], - [42, -10], - [137, -1], - [71, 9], - [1, 24], - [62, 6], - [66, -26], - [131, -33], - [86, 18], - [26, 17], - [74, -2], - [133, 35], - [70, 8], - [49, 28], - [85, 22], - [76, 105], - [120, 83], - [11, 41], - [67, 87], - [109, -12], - [195, 68], - [64, 13], - [126, 86], - [54, 30], - [23, -19], - [135, -20], - [38, 9], - [166, -18], - [79, 14], - [17, -68], - [91, -27], - [25, -32], - [56, 14], - [38, -11], - [173, 29], - [84, -7], - [153, -34], - [106, 14], - [114, -5], - [26, -38], - [49, -21], - [61, -41], - [54, -3], - [62, 14], - [15, -12], - [91, 63], - [94, 43], - [66, 46], - [95, 83], - [106, 54], - [275, 72], - [103, 51], - [-56, 18], - [-87, -34], - [-215, -10], - [-50, 32], - [35, 100], - [42, 74], - [13, 68], - [144, 103], - [62, 25], - [0, 43], - [30, 48] - ], - [ - [21277, 31081], - [57, -30], - [2, -36], - [42, 12], - [39, -44], - [0, -21], - [126, -214], - [-7, -37], - [-39, -57], - [-93, -59], - [-45, 19], - [-133, -122], - [-19, -209], - [-105, -84], - [6, -69], - [-33, -41], - [-56, -41], - [-110, -16], - [-49, 4], - [-95, -31], - [-104, -49], - [-7, 17], - [-95, -51], - [-39, -10], - [-14, -31], - [-96, -51], - [-24, 8], - [-86, -104], - [-40, -57], - [-57, -141], - [-29, -50], - [-48, -47], - [-186, -25], - [-11, -9], - [-134, -1], - [-47, -31], - [-63, -58], - [-79, -50], - [-107, -31], - [-19, -16], - [-16, -65], - [26, -106], - [37, -50], - [-72, -55], - [-49, 7], - [-52, -29], - [-83, -86], - [-48, -29], - [-100, -46], - [-137, -49], - [-28, -24], - [-50, -16], - [-53, -60], - [-110, -87], - [-39, -1], - [-28, 30], - [-145, -38], - [-79, -33], - [21, -105], - [38, -106], - [27, 1], - [102, -320], - [111, 39], - [35, 21], - [37, -75], - [48, -16], - [44, -29], - [59, -71], - [53, -97], - [82, -202], - [30, -84], - [-15, -14], - [-82, 11], - [-33, -20], - [-5, -30], - [25, -67], - [48, -5], - [64, 20], - [14, -15], - [104, 50], - [102, -15], - [43, 7], - [55, 60], - [10, 75], - [23, 43], - [45, 23], - [57, 14], - [53, 32], - [20, 30], - [3, 55], - [-12, 75], - [32, 47], - [37, 11], - [32, -19], - [20, -76], - [44, -28], - [58, 38], - [26, 36], - [2, 46], - [-17, 56], - [5, 31], - [93, -12], - [144, 26], - [122, 11], - [11, -52], - [-39, -39], - [18, -63], - [-55, -34], - [97, -80], - [31, -117], - [78, 27], - [36, -8], - [54, -31], - [35, 7], - [18, -28], - [-91, -88], - [33, -51], - [-56, -53], - [-50, -21], - [-36, -30], - [-46, -75], - [-62, -21], - [-15, -18], - [-69, -26], - [-62, 49], - [-41, -7], - [-15, 32], - [-55, 29], - [-92, -26], - [-104, -93], - [16, -94], - [-21, -38], - [-68, -5], - [-53, -18], - [-52, -36], - [1, -54], - [-65, -53], - [26, -18], - [36, -74], - [43, 6], - [21, -52], - [55, 45], - [13, -35], - [-15, -42], - [-26, -27], - [85, -33], - [-30, -37], - [-36, 23], - [-76, 10], - [-57, -48], - [-58, -17], - [-8, 14], - [-136, -33], - [-38, -36], - [-40, -16], - [-116, 82], - [-67, -44], - [-14, 79], - [-29, 50], - [-41, -52], - [-38, -12], - [-25, 28], - [-46, -16], - [-20, -31], - [-35, 15], - [-12, -33], - [20, -73], - [-21, -40], - [14, -32], - [29, -19], - [30, -91], - [45, -44], - [-1, -42], - [29, -61], - [17, -91], - [23, -25], - [27, 15], - [41, -22], - [8, -57], - [125, 32], - [29, -3], - [96, 22], - [45, 17], - [108, 82], - [40, -45], - [143, 62], - [45, -129], - [-31, -11], - [9, -35], - [-28, -12], - [-10, -68], - [19, -37], - [15, -122], - [67, -88], - [0, -27], - [72, -3], - [108, 32], - [54, 33], - [86, 28], - [23, -8], - [29, 25], - [36, 82], - [24, 16], - [29, 51], - [-17, 46], - [-40, 22], - [-87, 175], - [14, 6], - [-47, 83], - [14, 5], - [-20, 93], - [413, 180], - [84, 89], - [81, 26], - [67, 57], - [53, 89], - [0, 67], - [30, 76], - [42, 71], - [52, 47], - [5, 61], - [28, 39], - [57, 22], - [-2, 41], - [-71, 58], - [-32, 99], - [-18, 27], - [74, 26], - [-4, 23], - [75, 17], - [41, 23], - [10, -34], - [70, 22], - [51, -65], - [60, 36], - [16, 30], - [77, 49], - [27, 41], - [75, 7], - [27, -78], - [25, -28], - [31, -6], - [70, 32], - [63, -90], - [33, -35], - [54, -219], - [29, 68], - [55, 36], - [72, -21], - [133, 25], - [89, 34], - [21, 36], - [78, -66], - [35, -12], - [60, -1], - [77, 18], - [10, -24], - [58, 29], - [11, -42], - [57, -51], - [73, 17], - [27, 35], - [-17, 121], - [30, 67], - [-23, 17], - [33, 34], - [77, 105], - [13, -16], - [61, 15], - [96, 0], - [13, 119], - [29, 31], - [24, 141], - [-28, 21], - [-61, 17], - [7, 44], - [28, 25], - [12, 60], - [-106, 102], - [-11, 44], - [-41, 12], - [-6, 47], - [-60, -5], - [-141, 22], - [53, 100], - [-21, 67], - [-48, 96], - [8, 58], - [-25, 59], - [-50, 14], - [-24, 46], - [63, 41], - [-45, 89], - [-70, -52], - [-18, 28], - [-41, -39], - [-18, 32], - [-45, -40], - [-35, 62], - [-59, -6], - [-10, 48], - [-46, 57], - [-13, 46], - [-59, 62], - [-42, -10], - [-24, 74], - [-29, -12], - [-48, 64], - [-38, 7], - [24, 174], - [-21, 135], - [-33, 111], - [-90, 71], - [-91, 135], - [272, 61], - [183, 37], - [84, 8], - [370, 9], - [81, 36], - [82, 59], - [76, 21], - [34, 22], - [23, -24], - [89, 31], - [35, 21], - [41, 61], - [28, 7], - [48, -62], - [121, -65], - [43, -14], - [40, -57], - [-12, -15], - [34, -52], - [46, -21], - [-11, -21], - [61, -93], - [38, 53], - [127, -145], - [-11, -29], - [10, -38], - [102, -140], - [75, 16], - [85, -59], - [61, 36], - [52, -1], - [49, -13], - [26, 23], - [25, 68], - [55, 84], - [131, 24], - [16, -131], - [116, -85], - [42, 13], - [81, 73], - [57, 93], - [35, 35], - [52, 13], - [10, -69], - [38, -44], - [88, -32], - [46, 17], - [24, 26], - [68, 44] - ], - [ - [24915, 29458], - [30, -76], - [40, -52], - [-20, -22], - [12, -50], - [-50, -80], - [27, -40], - [-26, -61], - [20, -40], - [40, -46], - [15, -46], - [37, -57], - [56, -56] - ], - [ - [17042, 22751], - [4, 46], - [-51, 18], - [-36, -7], - [15, -39], - [-43, -27], - [-41, -8], - [-75, -43], - [-28, -47], - [20, -81], - [23, -50], - [93, 59], - [39, 11], - [31, 35], - [46, -2], - [3, 135] - ], - [ - [23147, 27401], - [-61, 15], - [-38, -3], - [-74, -39], - [-59, -137], - [3, -65], - [64, 22], - [34, -4], - [100, -32], - [49, 114], - [24, -13], - [69, 87], - [-84, 4], - [-27, 51] - ], - [ - [32918, 35612], - [-26, -31], - [-65, -26], - [-25, -86], - [11, -50], - [-17, -11], - [-26, -82], - [1, -35], - [32, -39], - [-25, -38], - [31, -51], - [-62, 7], - [-31, -15], - [-41, -59], - [-29, -15], - [12, -31], - [-49, -60], - [27, -62], - [-127, -58], - [12, -65], - [-49, -59], - [-30, 40], - [-42, 31], - [-42, -24], - [-28, -57], - [-13, -101], - [-1, -81], - [-21, -47], - [-55, -30], - [-14, -23], - [-62, 23], - [-10, -20], - [-60, -6], - [-33, -16], - [5, -47], - [-34, -35], - [-16, -74], - [57, -59], - [-49, -42], - [32, -38], - [24, -106], - [-9, -95], - [17, -99], - [133, 12], - [13, -21], - [-8, -113], - [23, -76], - [-37, -18], - [-64, 2], - [1, -44], - [-29, -40], - [50, -18], - [1, -40], - [35, -47], - [9, -39], - [83, 0], - [17, -60], - [32, 2], - [23, -28], - [30, -106], - [-66, -21], - [-8, -50], - [11, -117], - [24, -10], - [17, -83], - [-29, -61], - [-77, 18], - [-32, -32], - [5, -32], - [41, -29], - [68, -23], - [59, -3], - [4, -24], - [52, -81], - [-5, -62], - [-52, -69], - [-50, 34], - [-28, -36], - [47, -38], - [-44, -58], - [-5, -62], - [41, -46], - [-35, -55], - [-37, -23], - [-41, 49], - [-95, -31], - [-22, -52], - [-21, 36], - [-34, -31], - [41, -44], - [33, 9], - [70, -5], - [30, 20], - [48, -8], - [48, -89], - [59, 8], - [24, -20], - [29, 24], - [59, -41], - [-19, -74], - [0, -192], - [22, -34], - [-3, -41], - [26, -39], - [33, -19], - [-3, -55], - [32, -31], - [54, 5], - [16, -73], - [-44, -52], - [30, -86], - [2, -85], - [26, -12], - [-46, -81], - [-3, -46], - [-23, -46], - [38, -52], - [8, -50], - [43, -28], - [42, -44], - [41, -86], - [-37, -63], - [-21, -73], - [38, -18], - [14, -36], - [36, 5], - [139, 54], - [30, -8], - [41, -34], - [26, 29], - [71, 14], - [20, 36], - [84, 26], - [15, 64], - [50, -12], - [-83, -144], - [9, -53], - [-33, -35], - [-12, -33], - [-71, -49], - [11, -36], - [-71, -34], - [-52, -53], - [2, -59], - [-39, -29], - [20, -41], - [-38, -99], - [-85, -52], - [-18, -43], - [-42, -38], - [-53, -17], - [-81, -11], - [-39, -34], - [-91, -58], - [-42, 45], - [-38, 18], - [-35, -20], - [33, -53], - [26, -82], - [16, -82], - [27, -51], - [65, -66], - [15, -65], - [-23, -95], - [5, -34], - [44, -60], - [0, -44], - [-21, -70], - [14, -40], - [53, -58], - [32, -48] - ], - [ - [32712, 29108], - [12, -42], - [-10, -36], - [-40, -61], - [-23, -105], - [-101, -102], - [-38, -92], - [-2, -37], - [33, -135], - [42, -57], - [6, -36], - [-8, -88], - [28, -179], - [32, -78], - [4, -48], - [-47, -94], - [-18, -82], - [1, -64], - [24, -113], - [13, -15], - [92, -29], - [24, -36], - [41, -158], - [3, -135], - [-42, -93], - [3, -41], - [25, -68], - [10, -73], - [-11, -50], - [-25, -47] - ], - [ - [24915, 29458], - [107, 47], - [115, 134], - [32, 70], - [8, 84], - [42, 73], - [4, 27], - [45, 62], - [27, 57], - [15, 60], - [50, 105], - [25, 94], - [43, 41], - [76, 37], - [69, 51], - [60, -2], - [64, -15], - [65, 5], - [41, 91], - [85, 87], - [-27, 80], - [10, 76], - [71, 138], - [31, 50], - [65, 82], - [24, -36], - [93, -78], - [14, -28], - [247, -30], - [125, -3], - [23, -56], - [-20, -90], - [-3, -59], - [16, -85], - [63, 15], - [74, 29], - [158, 40], - [81, 25], - [17, 52], - [127, 73], - [48, 66], - [63, 8], - [127, 72], - [29, 52], - [-41, 84], - [-6, 38], - [106, 92], - [14, 92], - [-31, 53], - [83, 74], - [9, 39], - [27, 26], - [62, 30], - [43, 100], - [6, 83], - [18, 27], - [6, 76], - [24, 89], - [-21, 56], - [-43, 187], - [-83, 4], - [-5, -37], - [-53, 20], - [-31, -12], - [-51, 26], - [3, 114], - [-12, 13], - [-25, 95], - [-74, 58], - [-137, 36], - [-26, 60], - [-23, -16], - [-49, 15], - [-29, -10], - [-63, 51], - [-40, 68], - [-26, -10], - [-121, 69], - [226, 106], - [50, 15], - [5, -110], - [16, -3], - [24, 122], - [-26, 63], - [-22, 114], - [7, 59], - [-5, 59], - [-16, 27], - [-27, 88], - [-76, 63], - [23, 45], - [-31, 109], - [-74, 53], - [-21, 3], - [-21, -40], - [-35, -14], - [-32, -41], - [2, -44], - [-51, -5] - ], - [ - [26671, 33318], - [10, 73], - [-18, 9], - [-99, 92], - [-117, -36], - [32, 126], - [7, 78], - [26, 108], - [-6, 80], - [34, 74], - [-13, 11], - [-58, -38], - [-122, -44], - [-61, 13], - [-16, 25], - [-35, -16], - [-82, 3], - [-84, 45], - [-92, 1], - [0, 148], - [-70, 81], - [-16, 103], - [-51, 28], - [-7, 70], - [-28, 21], - [-104, 29], - [-34, 36], - [-47, 74], - [-31, -14], - [-7, 90], - [20, 103], - [-36, 5], - [-33, -21], - [-27, -53], - [-73, 0], - [5, 57], - [-24, 98], - [-25, 31], - [-45, 97], - [-66, 41], - [-78, -52], - [-66, 22], - [-64, 11], - [-45, -11], - [26, -40], - [-28, -30], - [4, -81], - [-5, -153], - [-15, -29], - [-1, -54], - [-43, -14], - [-73, -92], - [-102, -94], - [-43, -68], - [-66, -90], - [-69, -3], - [-64, 35], - [19, -62], - [-59, 12], - [-61, -59], - [-9, 60], - [48, 89], - [-17, 18], - [11, 44], - [-33, 28], - [-13, 35], - [4, 74], - [-19, 60], - [32, 53], - [-4, 61], - [-52, 33], - [-41, -9], - [-21, 18], - [-251, 86], - [-99, 0], - [-32, 9], - [-48, -15], - [-148, 47], - [-38, 44], - [-19, 59], - [-50, 0], - [-54, 23], - [-6, 35], - [-32, 31], - [-25, -27], - [-23, 17], - [-36, -10], - [-25, 16], - [-18, 66] - ], - [ - [23427, 35039], - [59, 37], - [33, 9], - [127, 14], - [77, 4], - [199, 27], - [47, 24], - [48, 56], - [90, 33], - [111, 49], - [124, 16], - [81, 31], - [35, 28], - [65, 30], - [43, 86], - [54, 66], - [95, 70], - [20, 41], - [16, 64], - [14, 104], - [22, 83], - [53, 94], - [41, 15], - [62, -7], - [90, -24], - [33, -59], - [50, -28], - [66, 0], - [111, 34], - [85, 69], - [127, 30], - [97, -6], - [86, 10], - [49, -6], - [69, -25], - [79, -69], - [64, -64], - [33, -44], - [73, -156], - [12, -67], - [-11, -51], - [-44, -80], - [-2, -44], - [14, -68], - [26, -71], - [31, -45], - [51, -45], - [42, -17], - [70, -8], - [103, 6], - [111, -53], - [79, -6], - [31, 39], - [28, 79], - [16, 95], - [25, 34], - [80, 38], - [125, -43], - [145, -18], - [214, 29], - [57, -3], - [96, -36], - [92, -71], - [76, -14], - [91, 31], - [152, 27], - [96, 42], - [156, 129], - [25, 41], - [41, -10], - [66, 29], - [45, -10], - [113, -111], - [48, -23], - [94, 6], - [76, 49], - [39, 41], - [35, 89], - [21, 196], - [41, 77], - [53, 55], - [51, 20], - [48, 4], - [95, -13], - [122, 2], - [33, 10], - [24, 36], - [-9, 73], - [24, 41], - [136, 86], - [47, 5], - [116, -40], - [35, 6], - [44, 29], - [42, 54], - [43, 71], - [51, 30], - [46, 9], - [44, 24], - [37, 57], - [77, 165], - [53, 62], - [54, 34], - [56, 15], - [91, -10], - [75, -39], - [39, -42], - [31, -104], - [10, -82], - [42, -50], - [47, 27], - [82, 113], - [36, 19], - [81, -4], - [96, 42], - [57, 13], - [51, -16], - [32, -89], - [31, -17], - [113, 38], - [70, 11], - [115, -23], - [91, -55], - [35, -37], - [8, -34], - [-27, -140], - [-7, -78], - [31, -90], - [43, -49], - [42, -28], - [75, -32], - [38, -33], - [103, -141], - [64, -61], - [100, -37], - [94, -6], - [107, 11], - [142, -16], - [106, -26], - [53, -4], - [100, -25], - [68, -34], - [28, 20], - [54, 124], - [67, 70], - [36, 21], - [37, -2], - [93, -44], - [94, -68], - [161, -74] - ], - [ - [18279, 33008], - [43, 36], - [76, -18], - [32, 6], - [36, -49], - [37, -25], - [12, -30], - [73, -18], - [66, -26], - [43, 12], - [84, -17], - [41, 12], - [63, -9], - [113, -35] - ], - [ - [18998, 32847], - [21, -17], - [-8, -48], - [-34, -26], - [-9, -129], - [-24, -65], - [-16, -81], - [78, -16], - [77, 15], - [125, -24], - [60, -20], - [82, -14], - [81, -6], - [94, 4], - [34, 40], - [56, 29], - [51, -7], - [90, -29], - [76, 15], - [49, 21], - [39, 67], - [-1, 35], - [20, 66], - [38, 55], - [12, 50], - [-46, 71], - [-14, 67], - [-35, 62], - [-36, 29], - [-48, 64], - [-78, 70], - [-145, -50], - [-26, 6], - [-34, 48] - ], - [ - [19527, 33129], - [47, 81], - [-27, 16], - [85, 65], - [-14, 69], - [31, 45], - [34, -5], - [55, 23], - [120, 32] - ], - [ - [19858, 33455], - [5, -61], - [14, -41], - [84, -114], - [18, -43], - [23, 0], - [133, 73], - [22, 22], - [116, 31], - [49, 1], - [83, 49], - [153, 37], - [93, -20], - [61, -1], - [102, 48], - [176, 3], - [-43, 259], - [22, 82], - [54, 7], - [42, 113], - [-1, 147], - [-48, -2], - [-1, 91], - [-10, 40], - [-157, -12], - [-70, 20], - [-34, 23], - [-7, 77], - [-16, -1] - ], - [ - [20721, 34283], - [-2, 68], - [-32, 98], - [-27, 11], - [-38, 54], - [-53, 46], - [-16, 102], - [25, -14], - [37, -99], - [39, -22], - [78, 49], - [82, 5], - [22, -50], - [22, 18], - [40, -8], - [-4, 68], - [55, 63], - [45, 103], - [0, 45], - [-56, 78], - [-31, -20], - [-68, 58], - [-47, -37], - [-67, -80], - [-41, -18], - [-35, 19], - [-37, -13], - [-24, 35], - [13, 42], - [-24, 58], - [-22, 23], - [41, 100], - [58, 67], - [48, 20], - [26, -17], - [77, 18], - [28, 19], - [87, 93], - [-8, 12], - [79, 55], - [77, 26], - [51, 37], - [87, 86], - [104, 58] - ], - [ - [21310, 35539], - [44, -35], - [25, -43], - [63, -67], - [-44, -112], - [-33, 13], - [-39, -164], - [119, 28], - [145, -35], - [77, -3], - [78, -39], - [-21, -56], - [3, -36], - [-43, -100], - [42, -65], - [35, -4], - [19, -49], - [-8, -76], - [12, -64], - [61, -10], - [93, 123], - [99, 197], - [42, 35], - [25, 55], - [52, 28], - [56, -21], - [8, 193], - [-7, 35], - [-52, 52], - [-12, 29], - [0, 75], - [130, 58], - [88, -6] - ], - [ - [22367, 35475], - [45, -26], - [35, -36], - [48, -75], - [45, -88], - [27, -38], - [47, -35], - [108, -28], - [27, -44], - [29, -94], - [42, -54], - [77, -36], - [73, -24], - [210, -6], - [32, 8], - [123, 87], - [92, 53] - ], - [ - [26671, 33318], - [22, -48], - [-107, -121], - [-39, -28], - [-10, -48], - [17, -65], - [51, -147], - [-25, -22], - [75, -104], - [82, -97], - [-45, -26], - [-56, -66], - [-78, -21], - [-45, -35], - [-58, -9], - [-76, -48], - [24, -75], - [-55, -57], - [-96, -46], - [-16, -20], - [-42, 7], - [-106, -43], - [-45, -35], - [-42, 27], - [-37, 53], - [-40, -35], - [-26, 19], - [-115, 111], - [-22, 3], - [-70, -24], - [13, -59], - [-12, -40], - [-48, 10], - [-28, -9], - [-32, -75], - [-82, -42], - [37, -87], - [26, -25], - [29, 7], - [49, -61], - [-12, -79], - [-36, 20], - [-101, -65], - [-73, 14], - [-43, -17], - [-15, -28], - [-117, -29], - [-35, -33], - [-96, -40], - [-40, -40], - [-47, -108], - [-41, -48], - [-146, -43], - [-121, -2], - [-68, -11], - [-43, -26], - [-60, -108], - [-35, -122], - [4, -68], - [-24, -150], - [-110, -24], - [-39, 34], - [-35, -7], - [-91, 4], - [-53, -10], - [4, 51], - [-37, 27], - [-163, 8], - [-36, 24], - [-116, 109], - [-116, 164], - [-83, 226], - [-186, 42], - [-160, 31], - [-307, -39], - [-60, -13], - [-249, -37], - [-153, -17], - [-18, 124], - [4, 44], - [-29, 57], - [10, 44], - [-82, 3], - [-31, 47], - [0, 50], - [53, 14], - [-24, 189], - [-5, 101], - [-32, 198], - [93, 0], - [238, -19], - [87, 19], - [131, 102], - [79, 50], - [65, 227], - [-1, 37], - [26, 65], - [-13, 56], - [-35, 47], - [7, 72], - [20, 108], - [22, 44], - [55, 51], - [16, 36], - [82, 26], - [14, 33], - [-7, 52], - [20, 53], - [43, 48], - [43, 85], - [44, 16], - [-64, 137], - [-36, 36], - [-35, 56], - [-47, 23], - [-69, -3], - [-94, 26], - [-94, 44], - [-70, -11], - [-45, 37], - [-39, 105], - [13, 67], - [-3, 42], - [-106, -31], - [-64, 15], - [-36, -30], - [-27, -56], - [20, -17], - [70, -16], - [-40, -30], - [17, -48], - [-85, -32], - [-39, 17], - [-46, -59], - [-63, 26], - [-88, 6], - [-32, 12], - [-41, 36], - [-123, 52], - [-27, -13], - [-74, 16], - [20, -111], - [-6, -36], - [-35, -42], - [6, -92], - [26, -7], - [-48, -95], - [86, -11], - [78, -50], - [27, -2], - [79, -87], - [-35, -25], - [6, -98], - [-50, -166], - [-32, -76], - [0, -70], - [-16, -46], - [11, -39], - [-4, -100], - [-24, 13], - [-88, -14], - [-70, -29], - [-48, 18], - [-86, 12], - [-96, -83], - [-49, 3], - [-26, 28], - [11, 38], - [-33, 8], - [11, 50], - [-37, 32], - [-90, 9], - [-2, -97], - [7, -34], - [-24, -92], - [27, -107], - [43, -32], - [19, 8], - [63, -47], - [24, -51], - [-52, -11], - [-143, -15], - [-130, 17], - [-69, 2], - [-107, -6], - [-112, -15], - [-126, -34], - [27, -64], - [52, -73], - [-10, -57], - [-55, -76], - [-66, -146], - [-36, -61], - [-106, 27], - [-102, -92], - [-71, -10], - [-72, 14], - [-99, 45], - [-2, 30], - [-49, -3], - [-47, 64], - [-10, 83], - [8, 103], - [-81, -14], - [-85, 44], - [-48, -38], - [-60, 22], - [-28, 49], - [-68, -6], - [17, -53], - [-29, -34], - [-37, 11], - [-25, 42], - [-37, -40], - [1, -42], - [24, -40], - [-12, -24], - [17, -124], - [-60, -59], - [-23, -104] - ], - [ - [19746, 31805], - [-49, -30], - [-116, 2], - [-177, 22], - [61, 85], - [-35, 95], - [4, 80], - [-16, 29], - [-91, 7], - [-60, 33], - [-33, 2], - [-39, 126], - [-10, 8], - [-87, -9], - [-55, 149], - [-7, 42], - [-61, 8], - [-47, 27], - [-100, -3], - [-130, 24], - [-9, 61], - [-35, 12], - [-44, 40], - [-34, 12], - [-14, 30], - [-58, 35], - [-6, 29], - [-35, 22], - [-2, 44], - [-40, 20], - [-77, 2], - [-79, 38], - [-12, 57], - [36, 59], - [-10, 45] - ], - [ - [32712, 29108], - [39, -47], - [20, -66], - [26, -35], - [-29, -44], - [29, -40], - [7, -127], - [16, -84], - [37, -19], - [10, -48], - [70, 15], - [31, 17], - [83, -24], - [47, 4], - [28, 27], - [35, -53], - [35, -7], - [20, -44], - [56, -10], - [11, -38], - [36, 16], - [41, -31], - [36, -69], - [74, 13], - [46, -48], - [28, -4], - [35, -57], - [15, 23], - [49, -29], - [74, 9], - [51, 37], - [50, 21], - [137, 7], - [34, 33], - [86, 33], - [3, 80], - [66, 4], - [112, -21], - [80, -7], - [7, 77], - [52, -29], - [38, 50], - [89, -34], - [14, 12], - [80, -7], - [12, 33], - [51, -34], - [36, -42], - [51, 2], - [39, -22], - [76, -3], - [26, -28], - [39, 21], - [58, -3], - [17, -22], - [-29, -59], - [14, -57], - [43, -6], - [28, 32], - [51, -18], - [38, 11], - [45, -77], - [-13, -30], - [3, -63], - [24, -43], - [59, 28], - [40, 46], - [38, -16], - [91, -119], - [33, -82], - [-11, -46], - [45, -37], - [-2, -56], - [101, -173], - [-41, -55], - [-15, -65], - [27, -20], - [68, -4], - [36, -11], - [74, -3], - [7, -44], - [38, -6], - [136, 40], - [48, -21], - [55, 8], - [6, -43], - [-7, -99], - [9, -49], - [60, -26], - [123, -5], - [18, 26], - [53, 26], - [90, 12], - [68, 17] - ], - [ - [36472, 27379], - [49, -10], - [30, -84], - [15, -77], - [-9, -26], - [6, -67], - [-42, -7], - [-44, -41], - [-24, -4], - [-30, -37], - [-57, -122], - [29, -80], - [-27, -62], - [15, -48], - [-29, -36], - [-27, -84], - [-40, -6], - [-37, -68], - [-27, -6], - [-36, -40], - [8, -65], - [-58, -2], - [-23, -14], - [-73, -6], - [10, -58], - [-65, -67], - [-26, -14], - [-110, -167], - [-8, -77], - [-102, -51], - [-151, 11], - [-39, 17], - [-149, 5], - [-42, -10], - [-16, -50], - [-100, -30], - [-51, 19], - [-70, -53], - [-10, -50], - [-66, -19], - [-55, -30], - [-46, 10], - [-44, -46], - [-64, -21], - [-51, -4], - [-42, 38], - [31, 78], - [-13, 38], - [-4, 69], - [-15, 36], - [-55, 4], - [-31, -10], - [-45, 12], - [-73, -7], - [-39, 16], - [-46, -45], - [-69, -3], - [-63, -13], - [-69, 4], - [-52, -35], - [-383, 208] - ], - [ - [32514, 19403], - [285, 140], - [131, -80], - [-1, 55], - [-14, 16], - [-3, 55], - [-27, 63], - [-46, 61], - [-1, 47], - [-59, 17], - [-49, 0], - [-46, 18], - [-33, 47], - [-51, 51], - [-69, -3], - [-118, 153], - [-38, 15], - [33, 61], - [18, 56], - [-8, 57], - [-41, 25], - [-63, 19], - [-33, 38], - [-23, 7], - [-9, 63], - [29, 68], - [-45, 162], - [-22, 23], - [-25, 79], - [12, 36], - [-17, 72], - [0, 71], - [-17, 32], - [-8, 72], - [31, 35], - [2, 160], - [-92, 0], - [-35, 61], - [25, 38], - [13, 52], - [69, 14], - [11, 84], - [43, 56], - [89, -9], - [13, -34], - [-11, -41], - [21, -47], - [38, -41], - [-32, -39], - [-52, -32], - [-44, -93], - [6, -99], - [-21, -75], - [11, -31], - [49, 112], - [39, 64], - [39, -43], - [41, 57], - [59, 25], - [47, 81], - [45, 46], - [39, -13], - [59, 27], - [-2, 19], - [47, 47], - [26, -5], - [20, 29], - [26, -82], - [53, -62], - [-5, -31], - [27, -110], - [-21, -30], - [8, -43], - [95, -20], - [45, -21], - [78, 34], - [44, 33], - [57, -10], - [86, 23], - [57, -8], - [102, 30], - [75, 4], - [46, -12] - ], - [ - [33522, 21099], - [50, -6], - [38, 41], - [35, 14], - [30, -37], - [58, -29], - [88, -26], - [61, 20], - [8, -30], - [49, -56], - [6, -30], - [37, -41], - [6, -65], - [-31, -44], - [-130, -60], - [-64, -41], - [-35, -74], - [-12, -58], - [-27, -44], - [6, -61], - [-8, -103], - [-28, -28], - [2, -28], - [-41, -73], - [67, -79], - [1, -82], - [-62, -69], - [-85, -40], - [-107, 24], - [35, -58], - [19, 0], - [57, -46], - [39, 29], - [75, 32], - [11, -92], - [-36, -43], - [-9, -51], - [67, -61], - [24, -61], - [43, -48], - [37, -171], - [-37, -29], - [-56, -11], - [-20, -26], - [-118, -32], - [-45, 3], - [-24, 27], - [-58, 8], - [-23, -21], - [-33, 11], - [-160, -116] - ], - [ - [30297, 23507], - [43, 4], - [49, 23], - [67, -17], - [96, 51], - [89, 87], - [32, -13], - [52, 11], - [20, -45], - [133, 10], - [125, -57], - [109, 5], - [99, 29], - [52, 4], - [77, -36], - [-3, -36], - [29, -38], - [25, -67], - [-64, -269], - [50, -72], - [-143, -113], - [-57, -98], - [-40, -43], - [-48, -119], - [35, -24], - [122, -51], - [12, -29], - [115, -91], - [45, 21], - [33, -20], - [25, 12], - [69, 7], - [74, 33], - [86, 22], - [48, 27], - [41, -64], - [-14, -52], - [5, -42], - [-16, -64], - [32, -19], - [23, -53], - [-11, -69], - [-20, -57], - [-53, -50], - [-12, -65], - [27, -94], - [-2, -157], - [-66, -92], - [-2, -86], - [-62, -81], - [22, -77], - [-5, -56], - [50, -63], - [12, -68], - [3, -77], - [-49, -93], - [-11, -59], - [9, -45], - [-37, -95], - [16, -96], - [25, -20], - [21, -68], - [-4, -85], - [49, -11], - [-14, -39], - [1, -74], - [-37, -33], - [-88, -39], - [-36, -38], - [-10, -40], - [23, -56], - [32, -52], - [72, -50], - [5, -27], - [48, -45], - [47, -71], - [55, -18], - [-4, -43], - [18, -50], - [44, -23], - [21, -35], - [51, -22], - [29, -27], - [78, -23], - [108, -90], - [-3, -25] - ], - [ - [33486, 23983], - [-39, -250], - [419, -159], - [305, 67], - [309, -3], - [377, 215] - ], - [ - [34857, 23853], - [53, -143], - [-34, -66], - [-72, -107], - [-64, -35], - [11, -55], - [-38, -94], - [-23, -29], - [-47, -19], - [16, -68], - [-7, -68], - [0, -104], - [18, -76], - [1, -48], - [-19, -65], - [3, -59], - [-80, 2], - [-13, -15], - [-60, 17], - [14, -62], - [30, -32], - [-10, -56], - [-41, -64], - [3, -22], - [-40, -29], - [-88, -31], - [-37, -28], - [-158, -14], - [-13, -58], - [-132, -88], - [-82, -25], - [-41, 43], - [-22, 45], - [-28, -18], - [-32, 13], - [-100, -1], - [-15, -27], - [-11, -105], - [-38, -70], - [-141, -53], - [-39, -22], - [-47, -3], - [-13, -41], - [-66, -80], - [15, -23], - [45, -9], - [54, 10], - [20, -10], - [47, -66], - [14, -50], - [50, -65], - [0, -38], - [32, -80], - [-69, -57], - [-28, -37], - [-52, -15], - [-10, -56], - [40, -71], - [16, -57], - [-30, -81], - [2, -43], - [-18, -28], - [15, -53], - [24, -35], - [0, -30] - ], - [ - [43893, 22349], - [72, -62], - [42, -98], - [126, -105], - [95, 71], - [38, 13], - [47, -3], - [86, -44], - [51, 39], - [35, 2], - [103, -32], - [118, 5], - [37, -21], - [66, -71], - [57, -13], - [114, 25], - [109, 4], - [59, -72], - [53, 24], - [113, -31], - [133, -25], - [33, 17], - [89, -9], - [94, 7], - [74, -21], - [94, -65], - [84, -22], - [124, -7], - [48, -15], - [32, -24], - [53, -10], - [72, -39], - [39, -43], - [67, -20], - [61, -98], - [38, -20], - [109, -120], - [49, 35], - [23, 47], - [22, 88], - [-22, 98], - [54, 12], - [113, -11], - [39, 110], - [-26, 98], - [-7, 73], - [50, 31], - [18, 54], - [41, 48], - [91, 36], - [77, 83], - [-126, 69], - [-10, 100], - [17, 33], - [18, 77], - [38, 35], - [32, 54], - [13, 58], - [-2, 47], - [96, 45], - [-11, 30], - [76, 119], - [21, 92], - [37, -5], - [22, 88], - [17, 11], - [165, 30], - [8, 17], - [-10, 82], - [8, 93], - [-19, 48], - [22, 59], - [55, 45], - [62, 6], - [12, 21], - [83, 15], - [85, -7], - [58, 46], - [-320, 429], - [-145, 234], - [-31, 122], - [-31, 73], - [-277, 439], - [-50, 77], - [-57, 102], - [-19, 54] - ], - [ - [46917, 25106], - [15, 58], - [25, 22], - [40, -20], - [1, -43], - [33, -67], - [19, -4], - [74, 146], - [27, 5], - [54, -48], - [26, 14], - [9, 47], - [37, -18], - [124, 12], - [27, 10], - [32, 56], - [306, 100], - [50, -27], - [19, -26], - [56, -28], - [59, -82], - [3, -79], - [14, -58], - [31, -35], - [39, 1], - [63, 46], - [101, 26], - [52, 23], - [82, -9], - [16, 18], - [63, 24], - [48, 46], - [107, 37], - [50, 57], - [50, -21], - [48, -63], - [65, -47], - [20, -34], - [67, -24], - [139, -25], - [52, 9], - [63, 46], - [-2, 25], - [52, 94], - [50, -6], - [74, -24], - [63, -1], - [50, 26], - [51, 8], - [35, -14], - [45, 9], - [96, 51], - [26, -2], - [3, -64], - [82, -76], - [58, -13], - [67, -45], - [54, -3], - [80, 32], - [13, -43], - [-39, -27], - [37, -62], - [87, -44], - [48, -37], - [82, 14], - [53, -14], - [38, 3], - [41, -24], - [48, -8], - [47, 14], - [6, -22], - [41, -8], - [29, -83], - [88, -4], - [39, 20], - [81, -9], - [57, 28], - [146, 1], - [38, -17], - [43, 12], - [31, -56], - [34, -17], - [35, -67], - [51, -30], - [78, -26], - [14, -29], - [66, -79], - [64, -38], - [41, 16], - [115, -59], - [24, -41], - [39, -16], - [26, -51], - [99, -28], - [38, 44], - [69, 22], - [87, 4], - [58, 52], - [36, 87], - [24, -18], - [102, -24], - [26, 9], - [68, -8], - [42, -34], - [12, -47], - [-41, -20], - [-32, -45], - [-49, -20], - [28, -137], - [77, -53], - [63, -35], - [67, -26], - [7, -111], - [17, -70], - [23, -30], - [-5, -29], - [-95, -71], - [-20, -46], - [16, -48], - [-61, -77], - [-7, -32], - [-50, -39], - [-13, -30], - [20, -55], - [-10, -43], - [-41, -43], - [-17, -38], - [29, -57], - [63, -54], - [11, -25], - [-20, -47], - [-4, -59], - [-28, -20], - [23, -54], - [-2, -65], - [10, -45], - [-9, -34], - [54, -9], - [-39, -43], - [-19, -61], - [49, -1], - [43, -18], - [27, -27], - [129, -27], - [37, -27], - [32, -59], - [81, -30], - [24, -19], - [56, 24], - [34, -28], - [25, -62], - [83, -70], - [75, -27], - [118, -73], - [63, 0], - [55, -20], - [111, 61], - [62, 14], - [27, -24], - [27, -50], - [46, -3], - [65, 23], - [22, 38], - [64, 14], - [30, -37], - [27, -98], - [6, -65], - [55, -11], - [45, -62], - [73, -4], - [68, -49], - [69, -22], - [52, 35], - [62, -8], - [43, 30], - [29, -58], - [47, -46], - [41, -14], - [37, -95], - [40, -64], - [32, -29], - [37, 4], - [51, -58], - [16, -71], - [41, -10], - [92, -83], - [-8, -78], - [-16, -70], - [8, -95], - [49, -45], - [34, 5], - [26, -24], - [52, 16], - [71, -7], - [74, 13], - [44, -6], - [49, -24], - [47, 0], - [34, 16], - [19, -27], - [54, -35], - [-14, -66], - [9, -65], - [52, -42], - [16, -33], - [47, -44], - [56, -101], - [105, 26], - [15, 21], - [67, 20], - [13, 45], - [37, 42], - [115, -21], - [117, 3], - [41, 24], - [21, 46], - [28, 8], - [77, -16], - [38, -19], - [22, -37], - [59, 56], - [29, 9], - [63, -9], - [22, 14], - [19, 48], - [89, 8], - [47, 33], - [20, 68], - [29, 34], - [51, 23], - [23, 24], - [33, 70], - [81, 1], - [54, -38], - [72, 4], - [81, 26], - [43, 23], - [58, -18], - [66, -4], - [55, 12], - [-15, 55], - [25, 32], - [-10, 94], - [26, 45], - [8, 43], - [-7, 63], - [11, 33], - [-55, 88], - [-33, 13], - [-21, 70], - [7, 82], - [29, 13], - [34, 42], - [33, 87], - [-6, 33], - [36, 132], - [-9, 24], - [17, 51], - [37, 17], - [30, 54], - [-22, 94], - [15, 156], - [143, -19], - [99, -25], - [93, -13], - [307, -121], - [15, 7], - [78, -67], - [53, 96], - [116, 24], - [58, -14], - [42, 16], - [-1, 105], - [-56, 68], - [-36, 28], - [-37, 51], - [-12, 59], - [30, 45], - [-12, 74], - [22, 64], - [58, 20], - [73, 12], - [22, -7], - [61, 22], - [32, 30], - [25, 101], - [-9, 58], - [6, 50], - [23, 54], - [38, 52], - [6, 62], - [70, 91], - [13, 28], - [-10, 60], - [61, 28], - [23, 66], - [4, 69], - [33, 27], - [88, 34], - [41, -17], - [95, 1], - [83, -18], - [20, 39], - [64, 46], - [25, 45], - [59, 60], - [62, 11], - [119, -69], - [52, -128], - [74, -66], - [63, -100], - [73, -32], - [75, -58], - [48, -68], - [4, -47], - [-16, -70], - [-45, -77], - [6, -23], - [-16, -83], - [53, -55], - [46, -31], - [62, 9], - [45, -11], - [42, -41], - [54, -3], - [58, -28], - [89, 8], - [15, -38], - [56, -24], - [17, -21], - [87, -33], - [37, -38], - [18, -45], - [39, -35], - [98, -44], - [63, -7], - [17, -19], - [-27, -37], - [-27, -92], - [3, -33], - [34, -36], - [3, -36], - [-26, -87], - [6, -32], - [-21, -37], - [13, -64], - [-38, -61], - [-63, -35], - [1, -65], - [-14, -86], - [-32, -41], - [5, -81], - [-7, -62], - [-40, -44], - [1, -19], - [-40, -38], - [-59, -98], - [28, -22], - [32, -48], - [6, -80], - [21, -85], - [-13, -128], - [-31, -93], - [22, -147], - [29, -125], - [-42, -27], - [-28, -73], - [-36, -52], - [34, -37], - [-12, -88], - [-37, -17], - [-36, 7], - [-12, -59], - [-34, -32], - [51, -115], - [-60, -51], - [2, -72], - [24, -39], - [-94, -249], - [-42, -65], - [-32, -11], - [-34, -33], - [-49, -27], - [-126, -18], - [-4, -33], - [-33, -30], - [15, -47], - [-17, -40], - [-52, -23], - [10, -28], - [77, -35], - [22, -47], - [37, -18], - [20, -90], - [56, -48], - [31, -68], - [0, -97], - [25, -67], - [9, -81], - [-22, -122], - [-16, -36], - [-76, 14], - [-168, -152], - [-136, -91], - [-17, -46], - [-54, -31], - [-15, -22], - [-61, -28], - [-23, -36], - [58, -52], - [42, -21], - [23, -33], - [2, -36], - [82, -120], - [41, -18], - [-16, -67], - [6, -25], - [-35, -49], - [-1, -54], - [-15, -37], - [-39, -34], - [-49, -20], - [-57, 11], - [-90, -198], - [-11, -58], - [-32, -76], - [-54, -13], - [-35, -31], - [-41, 5], - [-24, -61], - [36, -29], - [47, -107], - [21, -24], - [12, -57], - [25, -41], - [-17, -78], - [15, -40], - [7, -85], - [-23, -56], - [15, -76], - [28, -10], - [29, -45], - [4, -58], - [47, -77], - [20, -109], - [-24, -40], - [18, -27], - [71, -38], - [35, -7], - [140, 64], - [88, 1], - [109, 19], - [97, -2], - [58, 47], - [114, -78], - [108, -94], - [28, -34], - [224, -226], - [73, -91], - [64, -8], - [-10, -79], - [-54, -57], - [-36, -70], - [14, -71], - [20, -21], - [2, -76], - [-33, -37], - [-13, -58], - [17, -36], - [31, -17], - [-23, -121], - [-29, -52], - [17, -74], - [-56, -54], - [-16, -49], - [-25, -25], - [-11, -72], - [-26, -19], - [6, -36], - [-14, -44], - [49, -113], - [-21, -33], - [-23, -83], - [-45, -63], - [16, -99], - [-25, -25], - [-34, -1], - [-36, -22], - [-78, -6], - [-10, -89], - [-31, -25], - [-45, -93], - [-64, 55], - [-29, 6], - [-123, 75], - [-40, 80], - [-62, 62], - [-54, 42], - [-89, 100], - [-56, -8], - [-65, -33], - [-122, -92], - [-39, -17], - [-124, 71], - [-47, 53], - [-57, -6], - [-56, 56], - [-35, 1], - [-122, 59], - [-109, -2], - [-53, 10], - [-28, -64], - [6, -67], - [-76, -63], - [-35, -53], - [-35, -18], - [-33, 9], - [-27, 51], - [-57, 71], - [-67, 50], - [-59, -37], - [-36, -35], - [-30, 5], - [-61, -35], - [-45, 55], - [-76, -9], - [-84, 20], - [-22, 40], - [27, 61], - [-6, 83], - [-44, 44], - [-39, 67], - [-11, 85], - [-20, 35], - [-74, 14], - [-125, 69], - [-8, 29], - [-35, 37], - [-37, -17], - [-36, 5], - [-81, -64], - [-49, -55], - [-102, 68], - [-30, 77], - [7, 31], - [-8, 83], - [-16, 20], - [-6, 63], - [-13, 22], - [14, 77], - [39, 50], - [39, 108], - [39, 36], - [19, 55], - [39, 67], - [43, 41], - [-64, 72], - [-124, 167], - [-48, 99], - [-12, 88], - [0, 76], - [-19, 5], - [-46, -36], - [-85, -42], - [-21, -32], - [-44, -17], - [-60, -105], - [4, -48], - [-62, -95], - [-119, 78], - [-94, 29], - [-52, 9], - [-30, 18], - [-6, 49], - [-63, -7], - [-66, -33], - [-123, -80], - [-152, -88], - [-24, 10], - [-51, -28], - [-44, 4], - [-133, -88], - [-82, 1], - [-9, -59], - [-28, 1], - [-29, -32], - [-63, -25], - [-73, 23], - [-31, -8], - [-141, 59], - [-35, 40], - [-49, 3], - [-22, -55], - [-31, -45], - [5, -51], - [27, -50], - [-19, -39], - [-27, -21], - [-12, -102], - [55, -78], - [-13, -63], - [18, -20], - [-11, -48], - [-23, -12], - [-46, -98], - [-98, -25], - [-127, -20], - [0, -42], - [17, -39], - [42, -32], - [31, -47], - [-103, -133], - [-56, -11], - [-36, -45], - [1, -34], - [-27, -44], - [8, -35], - [-21, -44], - [-35, -12], - [-34, -34], - [-14, -45], - [-61, -23], - [-72, 8], - [-20, -20], - [-46, 0], - [-5, -32], - [-32, -48], - [0, -52], - [31, -47], - [88, -57], - [8, -36], - [-35, -22], - [4, -43], - [19, -28], - [19, -72], - [-5, -90], - [-29, -99], - [-62, -57], - [-59, -8], - [6, -73], - [36, -97], - [47, -40], - [-46, -72], - [-10, -100], - [38, -79], - [-3, -28], - [-38, -44], - [-24, -79], - [6, -34], - [84, -89], - [29, -51], - [-3, -76], - [9, -36], - [29, -28], - [-25, -85], - [-79, -60], - [-3, -38], - [-28, -8], - [-32, -59], - [8, -67], - [-44, -42], - [16, -46], - [36, -51], - [55, -4], - [47, -17], - [43, -32], - [31, 26], - [27, -53], - [-10, -43], - [17, -123], - [50, -63], - [40, -16], - [115, 46], - [41, -9], - [40, -54], - [-14, -47], - [21, -41], - [23, 14], - [60, -8], - [52, 25], - [45, -3], - [37, -25], - [48, 2], - [37, 80], - [43, 11], - [26, 48], - [92, -43], - [23, 0], - [26, 64], - [42, 23], - [60, 0], - [36, 30], - [21, -9], - [25, -46], - [83, -5], - [53, -10], - [-8, -27], - [22, -51], - [38, -28], - [30, -210], - [108, 63], - [49, -10], - [5, -29], - [72, -135], - [-57, -46], - [-10, -43], - [3, -62], - [16, -65], - [-6, -57], - [15, -67], - [-27, -65], - [-43, -38], - [-40, -14], - [-86, 16], - [-20, 22], - [-69, -11], - [-97, -76], - [-38, -48], - [-67, -53], - [13, -72], - [-29, -56], - [17, -91], - [21, -76], - [0, -44], - [-68, -29], - [-69, -47], - [-47, -66], - [-39, -28], - [-32, 12], - [-26, -29], - [16, -107], - [-9, -45], - [-35, -41], - [10, -30], - [-16, -31], - [-2, -95], - [-11, -30], - [77, -116], - [50, -129], - [-1, -43], - [35, -98], - [57, -35], - [36, -7], - [57, -44], - [23, -35], - [52, -43], - [70, -28], - [-10, -72], - [15, -34], - [113, -97], - [68, -14], - [21, -25], - [32, -71], - [-35, -61], - [26, -33], - [62, -21], - [22, -25], - [-7, -29], - [0, -115], - [22, -15], - [0, -67], - [61, -29], - [54, -67], - [19, -74], - [41, -95], - [-21, -75], - [-321, -304], - [-65, -194], - [-146, -77], - [-36, -30], - [-50, 15], - [-71, -37], - [-58, 32], - [-130, 7], - [-76, 58], - [-58, -19], - [-55, 19], - [-85, -16], - [-100, -47], - [-50, -72], - [-78, -78], - [-9, -19], - [-52, 17], - [-9, 34], - [-42, 11], - [-60, 97], - [-32, 5], - [-63, 51], - [-100, 39], - [8, 32], - [65, 32], - [57, 62], - [10, 47], - [-14, 63], - [12, 29], - [37, 31], - [0, 52], - [45, 25], - [1, 56], - [-18, 29], - [-6, 73], - [-35, 26], - [25, 24], - [-33, 94], - [0, 62], - [-25, 25], - [-32, 0], - [-73, 56], - [-29, 4], - [-19, 33], - [-57, 49], - [-65, 33], - [-24, 28], - [-80, 14], - [-68, 29], - [-45, 6], - [-82, 31], - [-136, 39], - [-59, 41], - [-17, 45], - [-7, 87], - [-19, 30], - [-14, 62], - [59, 29], - [7, 21], - [55, 64], - [2, 45], - [-35, 20], - [-27, 53], - [37, 38], - [14, 81], - [-70, 14], - [-7, 22], - [-102, 86], - [-18, 35], - [-58, 42], - [15, 64], - [28, 49], - [-4, 22], - [25, 50], - [-6, 24], - [45, 61], - [26, 19], - [5, 51], - [69, 60], - [-23, 79], - [7, 52], - [18, 43], - [-37, 26], - [-53, -1], - [-48, -18], - [-117, 121], - [-45, 13], - [-37, 58], - [-88, 58], - [-116, 201], - [37, 91], - [-76, 24], - [-31, -16], - [-111, -34], - [-102, -41], - [-58, -60], - [-2, -31], - [17, -43], - [-28, -32], - [-54, -13], - [-30, 91], - [-45, 20], - [-33, -23], - [-28, 65], - [-56, 89], - [-13, 34], - [-45, 24], - [-64, -40], - [-43, -45], - [-27, 3], - [-32, -22], - [-104, -49], - [-29, -5], - [-20, -59], - [-29, -39], - [-93, -63], - [-66, -56], - [-46, 46], - [-27, -24], - [-61, 10], - [-59, -15], - [-58, 28], - [-45, -54], - [-55, -7], - [-25, 18], - [-26, -28], - [-72, 3], - [-12, -45], - [-57, -73], - [-80, -70], - [-43, -47], - [-44, 10], - [-75, -35], - [-18, -26], - [-46, -23], - [-30, -43], - [-121, -13], - [-76, -53], - [-38, 1], - [-41, -47], - [-41, -64], - [-32, -10], - [-85, 20], - [-65, 37], - [-47, 49], - [-50, 85], - [-48, 31], - [-90, 42], - [-18, 41], - [-31, 29], - [-61, -25], - [-25, 16], - [-45, -40], - [-50, -66], - [-68, -53], - [-27, -46], - [32, -58], - [6, -44], - [24, -61], - [-55, -34], - [-4, -46], - [-49, -31], - [-29, -66], - [6, -41], - [71, -17], - [41, -33], - [-2, -108], - [-16, -79], - [-85, -78], - [-28, -90], - [-24, -103], - [12, -32], - [-12, -52], - [-62, -22], - [-28, 3], - [-79, -18], - [-52, 17], - [-23, 24], - [-52, 17], - [-53, -6], - [-91, 71], - [-4, 56], - [-63, 62], - [-23, -4], - [-25, -35], - [-39, -24], - [-7, -68], - [-75, 11], - [-50, -22], - [-61, -57], - [-35, 1], - [-35, -25], - [-3, -42], - [-61, -22], - [-44, -39], - [-99, -18], - [-128, 45], - [-86, -15], - [-9, 25], - [-79, 73], - [-22, 47], - [-45, -9], - [-54, 9], - [-51, 24], - [-86, -46], - [-37, 32], - [-45, 4], - [-45, -19], - [-49, 15], - [-85, 84], - [-30, -5], - [-51, 49], - [-35, 9], - [-46, 34], - [-11, 52], - [-36, 10], - [-39, -16], - [-29, -46], - [-37, -23], - [-93, 74], - [-115, 125], - [-51, 79], - [-63, 82], - [-20, 50], - [-76, 101], - [-2, 62], - [-18, 43], - [-42, 10], - [3, 48], - [-29, 21], - [-12, 109], - [-16, 84], - [-17, 41], - [1, 74], - [-40, 15], - [-28, 44], - [-36, 31], - [-5, 61], - [-24, 65], - [-27, 44], - [-53, 26], - [-66, 10], - [-70, 29], - [-35, 73], - [-47, -12], - [-45, 34], - [-103, 30], - [-49, 43], - [27, 89], - [-26, 65], - [32, -4], - [33, 34], - [-3, 30], - [39, 52], - [-31, 61], - [4, 130], - [-14, 18], - [-18, 113], - [-40, 97], - [4, 47], - [-21, 40], - [-56, 52], - [-17, 53], - [19, 200], - [26, 101], - [-9, 57], - [45, 117], - [-15, 71], - [4, 98], - [-16, 131], - [17, 91], - [-9, 37], - [57, 59], - [27, 67], - [-24, 100], - [2, 82], - [-14, 41], - [-176, -10], - [-8, 89], - [159, 10], - [-1, 39], - [15, 69], - [-4, 65], - [12, 95], - [-7, 88], - [-14, 64], - [42, 46], - [-21, 23], - [-55, -11], - [-25, -18], - [-21, -43], - [-279, -151], - [-32, -48], - [-24, -59], - [-31, -21], - [-39, -56], - [21, -65], - [-27, -73], - [3, -84], - [-20, -56], - [-65, -54], - [-53, -92], - [-33, -24], - [-31, -1], - [-65, 38], - [-79, 25], - [-38, 36], - [-69, 33], - [-26, 50], - [-6, 66], - [-36, 29], - [-1, 38], - [-43, 6], - [-28, 35], - [-48, 8], - [-24, 74], - [-40, 19], - [-42, 101], - [18, 73], - [45, 28], - [3, 97], - [-67, 24], - [-80, 89], - [-53, -44], - [-16, -42], - [-32, -20], - [-49, 22], - [-44, -5], - [-77, -26], - [-39, -1], - [-27, 45], - [-221, -23], - [-84, -19], - [-44, 2], - [-77, -62], - [-50, -6], - [-51, -33], - [-69, -16], - [-14, -18], - [-59, 1], - [-68, -29], - [-5, -34], - [-35, -56], - [7, -44], - [-18, -23], - [-18, -61], - [-32, -35], - [7, -41], - [35, -50], - [-18, -83], - [0, -69], - [-28, -37], - [9, -139], - [48, -26], - [-42, -46], - [0, -22], - [-38, -68], - [-30, -34], - [-59, -47], - [-41, -20], - [-136, -15], - [-42, -49], - [-28, -3], - [24, -176], - [-11, -43], - [4, -56], - [19, -44], - [38, -28], - [18, -31], - [44, -22], - [17, -30], - [46, -34], - [23, -71], - [55, -14], - [30, -32], - [39, 38], - [34, -13], - [19, -86], - [41, -13], - [23, -91], - [-4, -32], - [15, -71], - [-32, -42], - [23, -31], - [-15, -46], - [-66, -87], - [26, -60], - [0, -28], - [43, -67], - [45, -23], - [-5, -45], - [-41, -51], - [-7, -37], - [-25, -6], - [-10, -90], - [-35, -26], - [27, -37], - [-1, -67], - [41, -110], - [14, -66], - [20, -40], - [83, -30], - [87, -18], - [29, -60], - [-20, -70], - [19, -19], - [8, -47], - [23, -49], - [-15, -37], - [-59, -50], - [-29, -63], - [17, -88], - [42, -70], - [37, -43], - [-46, -55], - [-10, -116], - [-17, -28], - [-117, -43], - [-47, -103], - [26, -71], - [4, -66], - [14, -49], - [0, -65], - [-35, -19], - [-90, -80], - [-49, -60], - [4, -16], - [-34, -67], - [-17, -61], - [-52, -35], - [-62, -29], - [-6, -27], - [0, -95], - [-30, -75], - [-68, -44], - [15, -108], - [-8, -29], - [-44, -81], - [27, -121], - [-36, -55], - [16, -64], - [-8, -19], - [8, -88], - [-13, -36], - [-1, -80], - [-24, -28], - [-96, -1], - [-30, 22], - [-53, -16], - [-115, -61], - [-50, -7], - [-4, -29], - [29, -78], - [-33, -51], - [-28, -100], - [6, -45], - [-64, -71], - [-68, -17], - [-29, 7], - [-49, -36], - [-22, -38], - [-23, -108], - [-15, -15], - [-17, -63], - [6, -30], - [-38, -51], - [13, -100], - [22, -23], - [-34, -73], - [7, -50], - [-17, -62], - [-111, -101], - [-19, -51], - [-29, -31], - [-33, -2], - [-36, 31], - [-57, 2], - [-30, 17], - [-43, -15], - [-81, -8], - [-25, -23] - ], - [ - [42699, 7153], - [-79, 12], - [-48, 39], - [-106, 119], - [-84, 49], - [-57, 91], - [-3, 73], - [-18, 19], - [-62, 116], - [-29, 11], - [-41, 84], - [-114, 107], - [-39, 14], - [-257, 137], - [-29, 39], - [-39, 113], - [-15, 111], - [-43, 162], - [-40, -6], - [-27, -25], - [-42, 88], - [61, 37], - [16, 423], - [8, 33], - [-67, 123], - [-7, 28], - [-115, 109], - [-18, 95], - [-55, 72], - [-35, 159], - [-24, 80], - [26, 61], - [58, 21], - [38, 62], - [8, 32], - [33, 42], - [32, 75], - [51, 23], - [39, 123], - [-34, 87], - [-51, 64], - [-18, 35], - [-40, 33], - [1, 51], - [70, 94], - [-28, 36], - [-15, 43], - [41, 98], - [-3, 49], - [42, 7], - [52, 57], - [51, 15], - [23, 32], - [37, -8], - [48, 11], - [2, 64], - [42, 64], - [13, 39], - [16, 109], - [-15, 99], - [4, 66], - [36, 44], - [-4, 31], - [-30, 50], - [0, 55], - [-50, 151], - [-28, 35], - [55, 143], - [65, 82], - [-31, 45], - [-28, 15], - [-25, 47], - [11, 35], - [90, 41], - [63, 38], - [9, 57], - [-27, 81], - [-33, 45], - [-40, 114], - [-36, 52], - [-25, 61], - [-24, 26], - [7, 97], - [-34, 138], - [63, 103], - [4, 92], - [40, 144], - [-20, 52], - [-50, 85], - [-63, 78], - [5, 91], - [-38, 33], - [-71, 28], - [-49, 38], - [-111, -40], - [-63, -41], - [-83, 10], - [-44, 51], - [-41, 14], - [-31, 30], - [30, 45], - [-39, 92], - [-62, 28], - [-18, 41], - [16, 48], - [-17, 17], - [-23, 71], - [-33, 52], - [-40, 35], - [-36, 14], - [-9, 29], - [-55, 67], - [-29, 93], - [9, 54], - [-7, 56], - [14, 24], - [-34, 90], - [4, 72], - [-13, 31], - [-37, 9], - [-7, 62], - [65, 37], - [16, 77], - [-20, 40], - [4, 37], - [-29, 129], - [46, 90], - [18, 49], - [4, 50], - [-16, 21], - [46, 75], - [0, 85], - [21, 32], - [22, 77], - [76, 89], - [-2, 60], - [24, 69], - [68, 30], - [-2, 38], - [20, 38], - [-35, 59], - [-77, 37], - [-16, 37], - [0, 127], - [-92, -12], - [-26, 42], - [-31, 7], - [-29, 29], - [-61, -1], - [-23, 42], - [-100, 109], - [-37, 14], - [-118, 8], - [-155, -59], - [-142, -125], - [-85, 21], - [-60, -22], - [-33, 164], - [44, 152], - [-69, 239], - [-33, 35], - [-39, 14], - [-21, -48], - [6, -85], - [-12, -37], - [-45, -34], - [-23, -32], - [-51, -45], - [-111, 49], - [-98, 14], - [-16, 32], - [-50, -25], - [-30, -43], - [-92, -21], - [-14, -42], - [-49, -30], - [-16, -61], - [2, -58], - [20, -71], - [31, -58], - [72, -75], - [22, -51], - [-21, -45], - [14, -37], - [-67, -84], - [-101, -94], - [-130, -44], - [-61, -57], - [-132, -31], - [-33, -60], - [-94, -23], - [-93, -10], - [-17, -39], - [-56, -24], - [-24, 6], - [-83, -74], - [-82, -66], - [-47, -4], - [-107, 15], - [-26, 75], - [-1, 77], - [-386, -165], - [-517, 224], - [-37, -17], - [-53, 15], - [-61, 38], - [-41, -27], - [-48, -51], - [-65, 0], - [-26, 27], - [-106, 48], - [-16, 19], - [-50, -40], - [-26, -35], - [-63, -41], - [-77, 22], - [-28, 24], - [-58, 8], - [-7, 68], - [-24, 33], - [-50, 14], - [-34, 33], - [-55, -28], - [-26, 15], - [-66, 1], - [-48, -39], - [-44, 13] - ], - [ - [36293, 15489], - [42, 190], - [-18, 92], - [1, 41], - [-45, 65], - [-1, 68], - [33, 82], - [-25, 76], - [13, 135], - [-28, 81], - [-71, -7], - [-47, 10], - [-50, 32], - [-2, 29], - [-62, 37], - [-17, 25], - [1, 49], - [-19, 56], - [-74, 66], - [11, 69], - [51, 36], - [24, 39], - [-15, 32], - [29, 80], - [-49, 58], - [87, 123], - [64, -1], - [71, 59], - [52, 81], - [42, 28], - [-19, 78], - [-42, 53], - [-7, 40], - [10, 116], - [-19, 59], - [29, 57], - [-16, 85], - [-2, 55], - [36, 67], - [57, 17], - [76, -18], - [40, 41], - [30, 98], - [14, 17], - [79, 34], - [35, -2], - [50, -50], - [54, -40], - [110, 73], - [6, 72], - [33, 17], - [57, -5], - [43, 15], - [74, 90], - [57, 45], - [44, 11], - [90, 77], - [20, 48], - [-8, 35], - [-54, 130], - [10, 58], - [28, 32], - [5, 54], - [71, 45], - [43, 52], - [65, 45], - [68, 38], - [46, -9], - [8, -82], - [28, -6], - [15, -44], - [30, -40], - [22, -74], - [43, -21], - [19, -59], - [67, 35], - [103, 34], - [64, -5], - [54, 51], - [66, 23], - [59, 45], - [-24, 88], - [-10, 67], - [50, 103], - [-6, 58], - [32, 87], - [33, 26], - [-1, 83], - [54, 23], - [38, 50], - [84, -35], - [38, 51], - [-56, 88], - [1, 44], - [-33, 139], - [15, 34], - [-17, 89], - [-20, 44], - [24, 77], - [34, 9], - [45, 50], - [62, 2], - [32, -29], - [88, -4], - [-5, 91], - [70, 35], - [97, 122], - [83, 21], - [45, -2], - [64, 46], - [37, 82] - ], - [ - [48810, 32961], - [-87, -20], - [-67, 2], - [-51, -8], - [-29, -20], - [-94, -30], - [-31, 26], - [-59, -10], - [-119, -8], - [-30, -10], - [-62, 10], - [0, 32], - [-25, 54], - [-56, -9], - [-36, -37], - [0, -27], - [-50, -44], - [22, -41], - [53, -39], - [38, 3], - [16, -22], - [56, -28], - [22, -50], - [-55, -10], - [-29, -27], - [14, -25], - [53, -6], - [51, 13], - [81, -30], - [14, -36], - [-22, -62], - [51, -8], - [-3, -40], - [-44, -40], - [14, -24] - ], - [ - [48346, 32390], - [-4, -18], - [-68, -36], - [-57, -58], - [-102, -75], - [-20, -35], - [-40, 6], - [-42, -40], - [-36, -12] - ], - [ - [47977, 32122], - [-56, 54], - [-70, 146], - [-46, 39], - [85, 37], - [31, -8], - [28, -38], - [93, 21], - [47, -16], - [16, -55], - [89, 30], - [25, 35], - [7, 112], - [30, 37], - [-69, 15], - [-55, -5], - [-42, 10], - [-91, 46], - [-39, 88], - [8, 25], - [-25, 57], - [-30, -6], - [-45, 32], - [-19, 41], - [-62, 23], - [-28, -2], - [1, -77], - [-21, -44], - [-73, -41], - [-64, -9], - [-41, -43], - [16, -33], - [-14, -25], - [37, -49], - [-44, -36], - [21, -41], - [99, -38], - [-88, -58], - [-96, -38], - [-33, 1], - [-53, -50], - [-17, -38], - [15, -78], - [-54, -38], - [17, -19] - ], - [ - [47367, 32086], - [-22, -35], - [-45, -135], - [-16, -111], - [-4, -120], - [32, -11], - [-63, -58], - [-23, -46], - [26, -28], - [-26, -89], - [33, -184], - [16, -15], - [3, -130] - ], - [ - [47278, 31124], - [-210, 58], - [-105, -62], - [-98, -4], - [-82, -12], - [-80, 74], - [-130, 83], - [-69, 57], - [-32, -19], - [-31, 26], - [-29, -16], - [-98, 228], - [12, 12], - [-19, 55], - [-113, -60], - [-11, 25], - [-37, 6], - [-81, -17], - [-43, 30], - [-88, 95], - [-5, 35], - [-51, 28], - [3, 19], - [-59, 27], - [-52, -56], - [-148, 62], - [10, 120], - [-31, 15], - [-57, -21], - [-23, -43], - [-36, 21], - [-55, -14], - [-72, 16], - [-31, -36], - [-25, 17], - [-58, -23], - [36, -25], - [56, -63], - [17, -5], - [14, -105], - [-33, -29], - [31, -102], - [29, -17], - [-17, -30], - [27, -69], - [41, -53], - [-19, -20], - [-57, -12], - [-34, -31], - [-135, -30], - [-44, -38], - [-6, -41], - [16, -19], - [24, -87], - [-91, -23], - [-80, -62], - [-59, -203], - [-26, -18], - [-146, -53], - [-64, -45], - [-20, -74], - [52, 2], - [10, -48], - [34, -63], - [-20, -52], - [38, -82], - [-45, -67], - [29, -92], - [-55, -114], - [8, -95], - [25, -44], - [42, -21], - [3, -51], - [64, -58], - [121, -264], - [5, -95], - [23, -75], - [113, -248] - ], - [ - [45151, 29129], - [-34, -8], - [-112, 12], - [-70, -21], - [-44, -31], - [-69, 17], - [-56, 87], - [-53, 23], - [-35, 41], - [12, 50], - [-10, 38], - [-44, 3], - [-100, -48], - [-54, 61], - [-45, -1], - [-41, 46], - [-34, 62], - [-63, -14], - [-4, 35], - [-73, 67], - [-15, -27], - [-71, -3], - [-49, -31], - [-5, -27], - [-41, -30], - [-48, -17], - [-65, 45], - [-54, 10], - [-81, -28], - [-35, -1], - [-81, 19], - [-38, 30], - [-41, 6], - [-63, 34], - [-47, 40], - [-61, 32], - [-71, 63], - [-32, 15], - [26, 77], - [69, 65], - [50, 23], - [27, 57], - [43, 45], - [23, 84], - [-47, 67], - [-11, 34], - [-32, 35], - [-18, 45], - [18, 42], - [6, 67], - [-47, 110], - [6, 23], - [-29, 112], - [-29, 36], - [47, 27], - [30, 38], - [88, 24], - [10, 23], - [123, 76], - [8, 22], - [-15, 51], - [-62, 82], - [-39, 82], - [-31, 16], - [-30, -21], - [-66, -14], - [-29, -24], - [-26, 13], - [-62, -40], - [-8, 65], - [-17, 4], - [-26, 57], - [-51, 50], - [43, 54], - [34, 85], - [39, 22], - [-30, 36], - [-76, -65], - [-38, -13], - [-29, 109], - [-23, 29], - [-5, 45], - [91, -24], - [147, 33], - [39, 42], - [-1, 56], - [66, 60], - [10, 44], - [29, 32], - [-14, 46], - [26, 22], - [-39, 103], - [1, 42], - [52, 50], - [50, 3], - [35, -14], - [35, 17], - [12, 101], - [-6, 66], - [41, 18], - [31, -9], - [95, 59], - [26, -16], - [49, 36], - [80, 6], - [15, -38], - [59, 34], - [48, 14], - [50, -36], - [34, 35], - [66, -28], - [34, -29], - [52, 9], - [139, -29], - [6, -17], - [55, -6], - [62, -18], - [76, 27], - [155, 33], - [59, 50], - [56, 14], - [88, -44], - [31, 20], - [62, -3], - [56, 18], - [108, 51], - [51, -27], - [16, 27], - [49, 24], - [33, 1], - [42, 44], - [34, 19], - [91, -9], - [41, -21], - [71, -13], - [37, -22], - [15, -51], - [26, -20], - [122, -4], - [39, 25], - [78, 22], - [46, 37], - [95, 20], - [70, 32], - [18, 60], - [36, 21], - [32, 50], - [-36, 65], - [0, 21], - [64, 54], - [1, 77], - [-34, 98], - [29, 54], - [3, 45], - [36, 4], - [50, -25], - [34, 16], - [58, -27], - [29, -38], - [29, 4], - [6, 33], - [44, 14], - [113, 49], - [48, 52], - [32, 13], - [61, -6], - [33, 16], - [33, -10], - [85, 48], - [110, 20], - [114, 63], - [13, 24], - [67, 61], - [61, -5], - [71, 51], - [59, -10], - [51, 52], - [9, 34], - [-23, 46], - [-13, 72], - [90, 132], - [132, 24], - [27, -36], - [32, 5], - [6, -42], - [-11, -50], - [50, 26], - [51, -9], - [53, 20], - [73, -39], - [61, 13], - [82, -16], - [73, -1], - [22, -19], - [99, -43], - [20, -39], - [79, 17], - [6, -34], - [107, -92], - [17, -1], - [94, -72], - [114, -36], - [109, -54], - [15, -55], - [-15, -37], - [-89, -32], - [-70, -12] - ], - [ - [48810, 32961], - [-54, -65], - [-70, -24], - [-30, -37], - [-70, -38], - [-36, -9], - [-117, -72], - [-14, -34], - [4, -48], - [101, -61], - [-7, -27], - [73, -20], - [47, -40], - [-59, -16], - [-50, -37], - [-146, -23], - [-36, -20] - ], - [ - [47977, 32122], - [-36, -44], - [-44, -25], - [-67, 59], - [14, 51], - [-46, 22], - [-71, -3], - [-94, -37], - [-115, -20], - [-151, -39] - ], - [ - [47278, 31124], - [-3, -265], - [-11, -89], - [-49, -241], - [-16, -36], - [-47, -38], - [-12, -34], - [5, -45], - [37, -59], - [8, -36], - [-67, -45], - [-30, -41], - [23, -21], - [-15, -62], - [-4, -61], - [-33, -81], - [13, -50], - [-37, -92], - [-56, -46], - [-15, -50], - [-42, -48], - [-7, -38], - [-42, -64], - [-48, -47], - [-36, -22], - [-30, -49], - [-41, -36], - [-41, -18], - [-65, -54], - [-29, -11], - [-14, -32], - [-108, -105], - [-31, -7], - [-39, -40], - [-32, -4], - [-60, -32], - [-48, -43], - [-97, 11], - [-55, -22], - [-65, -53], - [-81, -115], - [-26, -15], - [-76, -4], - [-87, -25], - [-102, -43], - [-48, 43], - [-47, 19], - [-14, 27], - [-55, 44], - [-26, 6], - [-38, 50], - [-84, 21], - [-98, -1], - [-28, 13], - [-73, 57], - [-5, 34] - ], - [ - [32714, 16992], - [106, -17], - [30, -72], - [12, -85], - [-14, -149], - [-20, -25], - [28, -131], - [-6, -268], - [-46, -77], - [3, -62], - [-28, -63], - [-88, -108], - [-12, -32], - [36, -54], - [-17, -30], - [-22, -157], - [-17, -35], - [25, -30], - [-4, -30], - [37, -68], - [-7, -45], - [95, -130], - [29, -87], - [5, -66], - [27, -57], - [24, -22], - [-5, -75], - [21, -100], - [26, -51], - [-4, -25], - [28, -38], - [8, -41], - [51, -11], - [33, -53], - [77, -13], - [67, -63], - [93, -33], - [66, -31], - [38, 11], - [38, 38], - [100, -97], - [11, -36], - [74, -34] - ], - [ - [33612, 14440], - [7, -52], - [-71, -38], - [-58, -95], - [-77, -85], - [-13, -77], - [-14, -32], - [-45, -22], - [-74, -3], - [-79, -183], - [-9, -38], - [-29, -30], - [-111, 34], - [-40, -2], - [-55, -42], - [-63, -17], - [-42, -31], - [-66, 42], - [-49, -39], - [-132, -8], - [-31, 38], - [-53, -7], - [-33, 17], - [-9, -62], - [27, -61], - [13, -75], - [-10, -32], - [-33, -18], - [-20, -46], - [-46, -66], - [-7, -28], - [45, -55], - [8, -65], - [34, -35], - [-57, -19], - [-37, -30], - [12, -50], - [-7, -27], - [-48, -56], - [34, -141] - ], - [ - [32374, 12904], - [-33, -24], - [-60, 5], - [-34, 37], - [-110, -22], - [-133, -90], - [-35, -36], - [-24, -81], - [-21, -6], - [-77, -81], - [-32, -18], - [-48, -72], - [-106, -71], - [-64, -57], - [-8, -33], - [-58, 2], - [-78, -31], - [-118, 14], - [-41, -24], - [-13, -53], - [-50, -66], - [1, -63], - [-107, -112], - [-21, -31], - [47, -16], - [33, -37], - [46, 2], - [61, -46], - [29, -7], - [54, 38], - [8, -33], - [71, -72], - [21, -102], - [-33, -35], - [-1, -67], - [52, -38], - [-21, -47], - [-27, -13], - [-11, -42], - [9, -33], - [-27, -66], - [-68, -33], - [-50, -7], - [-53, -25], - [-58, -49], - [-4, -21], - [-54, -15], - [-72, -75], - [-37, -47], - [-99, 35], - [-37, 30], - [-18, -16], - [-96, -34], - [-48, -73], - [49, -96], - [15, -90], - [-43, -23], - [-31, -41], - [37, -30], - [1, -23], - [-41, -18], - [-47, 27], - [-45, -1], - [-45, -36], - [3, -80], - [-46, -15], - [-76, -6], - [-65, 14], - [-103, -95], - [-51, -26], - [9, -40], - [-37, -54], - [18, -15], - [-1, -44], - [22, -15], - [-44, -63], - [-93, -69], - [3, -72], - [-38, -48], - [-10, -30], - [11, -54], - [-49, -38], - [-130, -113], - [-56, 24], - [-106, -46], - [-102, -75], - [-126, -15], - [-50, 5], - [-81, -19], - [-43, 22], - [-22, 29], - [-65, 25], - [-22, 28], - [-69, 18], - [-65, -1], - [-94, -94], - [-32, -54], - [-55, -11], - [-50, -46], - [-26, -61], - [-7, -57], - [-17, -11], - [-54, -99], - [-100, -23], - [-47, -90], - [-49, -43], - [-96, -99], - [-49, -15], - [-25, -21], - [9, -81], - [-30, -33], - [-46, -4], - [5, -45], - [20, -30], - [40, -22], - [45, -47], - [141, -21], - [21, -8], - [10, -55], - [52, 11], - [61, -10], - [24, -85], - [-5, -86], - [17, -44], - [31, -33], - [74, -34], - [48, -119], - [40, -31], - [39, -5], - [42, -31], - [73, -7], - [62, -296], - [104, -176], - [2, -77], - [24, -164], - [53, -32], - [104, -136], - [12, -50], - [-9, -69], - [-73, -44], - [-25, -30], - [-17, -82], - [-42, -55], - [-32, -25], - [-22, -114], - [3, -52], - [45, -69], - [2, -111], - [23, -13], - [-62, -125], - [-54, -79], - [-54, -33], - [-54, -6], - [-24, 22], - [-37, -4], - [-113, -32], - [-45, -50], - [-86, -50], - [10, -58], - [-23, -66], - [13, -39], - [-20, -50], - [-7, -65], - [-37, -23], - [-7, -43], - [-23, -35], - [-52, -6], - [-35, -19], - [-18, 13], - [-42, -52], - [-140, -33], - [-80, -31], - [-44, 19], - [-68, 1], - [-116, -34], - [-74, -46], - [-57, -21], - [-62, 18], - [-38, -30], - [-45, -16], - [-52, 0], - [-56, 18], - [-18, -42], - [6, -78], - [-41, -62], - [-16, -48], - [11, -43], - [-16, -119], - [-40, -48], - [-50, -102], - [9, -38], - [-16, -74], - [31, -42], - [-5, -73], - [18, -18], - [13, -71], - [54, -107], - [2, -44], - [24, -71], - [26, -34], - [-1, -55], - [-35, -34], - [-41, -10], - [-65, -32], - [-35, -31], - [-68, -96], - [-51, -45], - [26, -18], - [48, -115], - [-67, -74], - [-18, -41], - [30, -71], - [-13, -73], - [-70, -12], - [-80, 17], - [-12, -66], - [-33, -50], - [-20, -57], - [-30, -33], - [4, -33], - [-75, -91], - [-58, 20], - [-72, 46], - [-84, -8], - [-87, -29], - [-52, -6], - [-53, -21], - [-51, 23], - [-131, 8], - [-143, -25], - [-56, 13], - [-87, 1], - [-54, -24], - [-19, 8], - [-119, 14], - [-37, -65], - [2, -24], - [-33, -79], - [-44, -21], - [-11, -38], - [-61, -81], - [-14, -66], - [-117, -49], - [-93, -54], - [-6, -36], - [43, -76], - [4, -87], - [-51, -55], - [7, -27], - [-35, -59], - [32, -57], - [-8, -102], - [-80, -26], - [-33, -224], - [32, -41], - [6, -52], - [40, -42], - [34, -75], - [-45, -77], - [-7, -40], - [-39, -21], - [-44, 3], - [-44, -63], - [-26, 15], - [-27, 60], - [-44, 16], - [-73, -14], - [-42, 4], - [-91, 30], - [-55, -6], - [-59, 58], - [-137, 47], - [-55, -18], - [-59, -53], - [-46, -10], - [-51, -64], - [-48, -42], - [-46, -8], - [-72, 60], - [-21, 73], - [-50, 39], - [-19, 32], - [-47, 7], - [-56, 22], - [-26, 23], - [-28, 54], - [-35, 20], - [-42, 68], - [-90, 23], - [-82, 13], - [-39, 23], - [-29, -6], - [-45, 16], - [-40, -123], - [-27, -48], - [-59, -39], - [-31, -36], - [-15, -87], - [-57, -17], - [-132, 5], - [-46, 33], - [-21, 40], - [-42, 34], - [-13, 78], - [-52, 31], - [-7, 24], - [24, 131], - [-8, 46], - [19, 83], - [-21, 27], - [-29, 1], - [-84, 76], - [-12, 28], - [-107, 8], - [-55, 11], - [-77, 31], - [-40, 80], - [-20, 91], - [-21, 8], - [-29, 70], - [-26, 12], - [-34, 66], - [-58, 54], - [-41, -5], - [-41, 25], - [-24, -7], - [-29, -40], - [-56, -6], - [-96, -66], - [-73, -13], - [-94, 18], - [-42, 0], - [-92, 27], - [-32, -21], - [-32, 1], - [-67, -41], - [-75, 21], - [-62, -2], - [-68, 11], - [-102, 2], - [-47, 32], - [-31, 52], - [11, 66], - [-48, 157], - [-55, 31], - [-97, -5], - [-75, -34], - [-103, 11], - [-46, -4], - [-56, -44], - [-13, -78], - [-38, -43], - [-8, -33], - [19, -115], - [22, -34], - [5, -63], - [18, -70], - [-10, -44], - [-33, -59], - [-62, -49], - [-52, 42], - [-90, -3], - [-39, 21], - [-30, -3], - [-47, 73], - [-40, 23], - [-25, -43], - [-35, -22], - [-61, -14], - [-35, 13], - [-68, 65], - [-45, -50], - [2, -56], - [-56, -36], - [-62, 5], - [-80, -55], - [-35, -8], - [-51, -67], - [-41, -32], - [7, -77], - [25, -72], - [11, -79], - [-47, -50], - [-26, -3], - [-67, 31], - [-82, -3], - [-25, -58], - [-67, 4], - [-60, -28], - [-28, 6], - [-36, -49], - [-14, -45], - [-51, -55], - [-40, -86], - [-101, -99], - [-66, -22], - [-7, -34], - [-33, -20], - [-33, 1], - [-67, -58], - [-46, -3], - [-34, 15], - [-30, 37], - [-20, -1], - [-48, -53], - [1, -53], - [-42, -69], - [-80, -90], - [-77, -29], - [-58, 45], - [-36, 39], - [-25, -4], - [-24, 29], - [-44, 17], - [-38, 29], - [-64, -18], - [-23, 46], - [-42, 39], - [2, 63], - [-14, 14], - [-64, 9], - [-79, 65], - [-86, -29], - [-99, -56], - [-87, -9], - [-81, 28], - [-26, 102], - [-81, 0], - [-60, 21], - [-50, -11], - [-25, 36], - [-76, 60], - [-54, -31], - [-13, -57], - [-47, -24], - [-16, -70], - [-23, -31], - [-82, -216], - [-74, -20], - [-15, -31], - [-47, -35], - [1, -24], - [-47, -37], - [-49, -58], - [-14, -33], - [-51, -21], - [-29, 36], - [1, 44], - [-19, 20], - [-43, 7], - [-41, -41], - [-55, -23], - [-67, 1], - [-53, 30], - [-44, 8], - [-35, -46], - [-35, 11], - [-89, -32], - [-9, -99], - [-63, -37], - [-15, -29], - [-50, -9], - [-31, -71], - [-49, -24], - [-13, -64], - [-20, -41], - [12, -92], - [23, -49], - [-47, -61], - [-81, -36], - [-59, 31], - [-19, -5], - [-59, 61], - [-24, 12], - [-43, -13], - [-178, 170], - [23, 38], - [12, 55], - [-42, 49], - [-104, 21], - [-22, -26], - [-68, -39], - [-77, -15], - [-24, -32], - [-55, -22], - [-21, -34], - [-1, -46], - [-101, -99], - [-17, 5], - [-55, -52], - [-33, -49], - [-69, 9], - [-53, -26], - [-72, 22], - [-27, -5], - [-51, 60], - [-20, 114], - [-49, 105], - [38, 62], - [-84, 96], - [-52, 51], - [-46, 16], - [-35, 49], - [-7, 41], - [-25, 35], - [-1, 105], - [-35, -4], - [-54, 44], - [1, 17], - [-78, 45], - [-2, 134], - [5, 53], - [-51, 83], - [-29, 2], - [-65, 37], - [-76, 93], - [-7, 25], - [-44, 33], - [-9, 76], - [-17, 30], - [2, 40], - [-17, 42], - [-35, 38], - [-35, 88], - [16, 57], - [0, 54], - [20, 29], - [-18, 140], - [3, 59], - [-19, 19], - [-95, 32], - [-99, 25], - [-18, 35], - [-26, -1], - [-71, 99], - [-26, 65], - [-28, 13], - [22, 82], - [62, 41], - [61, 15], - [36, 24], - [17, 40], - [-14, 33], - [-40, 40], - [-51, 87], - [-40, 4], - [-12, 34], - [11, 62], - [-30, 52], - [3, 61], - [-52, 51], - [-14, 27], - [-65, -44], - [-63, 19], - [-97, 77], - [-44, 11], - [-4, 56], - [-21, 60], - [2, 54], - [-37, 100], - [7, 43], - [-58, 42], - [-34, 48], - [-61, 56], - [-44, 89], - [-49, -14], - [-111, 228], - [-41, 168], - [-17, 36], - [-68, -22], - [-26, 5], - [-50, 41], - [-28, 50], - [-34, 29], - [6, 39], - [23, 29], - [-4, 54], - [12, 31], - [-47, 35], - [-71, -27], - [-54, 12], - [-79, -106], - [-57, -66], - [2, -17], - [-51, -46], - [5, -34], - [-34, -38], - [-58, -19], - [-123, -22], - [-41, -39], - [-7, -73], - [-22, -14], - [-42, 46], - [-52, 9], - [-88, 56], - [-6, 40], - [-47, 33], - [10, 74], - [31, 73], - [28, 121], - [21, 19], - [17, 87], - [60, 32], - [36, 41], - [48, 23], - [-12, 51], - [-26, 40], - [30, 48], - [13, 76], - [-34, 47], - [-7, 30], - [-79, 137], - [38, 29], - [23, 41], - [1, 38], - [43, 29], - [31, 50], - [15, 54], - [23, 36], - [-21, 35], - [-8, 75], - [40, 69], - [23, 90], - [24, 41], - [-26, 11], - [-32, -17], - [-37, 34], - [-137, -50], - [-58, 44], - [-62, 18], - [-51, -17], - [-30, 11], - [-97, 3], - [-70, 18], - [-42, -1], - [-53, 15], - [-61, 34], - [-54, 75], - [-56, -15], - [-50, 10], - [-95, -26], - [-69, -3], - [-48, -37], - [-32, 58], - [-21, -4], - [-40, 83], - [-55, -1], - [-20, -13], - [-59, 17], - [-21, 57], - [-2, 66], - [-19, 39], - [-5, 75], - [-55, 118], - [-1, 32], - [31, 93], - [-13, 63], - [84, 107], - [24, 6], - [44, 70], - [30, 16], - [25, 124], - [71, 56], - [-41, 157], - [-10, 69], - [-65, 203], - [0, 48], - [45, 62], - [10, 60], - [26, 21], - [-1, 39], - [49, 31], - [54, 109], - [37, 19], - [19, 35], - [2, 91], - [-18, 52], - [9, 39], - [76, 40], - [51, 4], - [85, 129], - [9, 83], - [27, 68], - [41, 8], - [121, 72], - [46, 62], - [-13, 84], - [37, 53], - [39, 88], - [-17, 155], - [26, 50], - [53, 75], - [-6, 64], - [-70, 109], - [-14, 57], - [-48, 25], - [-31, -7], - [-15, -37], - [-40, -11], - [-35, 26], - [-20, 65], - [-56, 15], - [-44, 46], - [-21, 51], - [-58, 2], - [-21, 25], - [-7, 42], - [23, 42], - [-63, 136], - [-51, 20], - [-23, 53], - [-39, 8], - [-53, 45], - [-78, 53], - [-78, -25], - [-36, 76], - [-14, 70], - [21, 49], - [-35, 46], - [0, 34], - [-129, -18], - [-28, 9], - [-3, 80], - [-54, 98], - [-17, 67], - [-21, 31], - [-39, 24], - [-31, 62], - [-22, 103], - [12, 113], - [65, 70], - [58, 43], - [58, -3], - [76, 9], - [30, 25], - [54, 69], - [18, 49], - [70, 54], - [23, 39], - [14, 92], - [-34, 16], - [-27, 46], - [15, 133], - [26, 23], - [215, 682] - ], - [ - [11532, 12395], - [51, -52], - [406, -544], - [88, -131], - [101, -106], - [77, -99], - [48, -27], - [61, -58], - [24, -35], - [13, -58], - [7, -149], - [-20, -78], - [-40, -86], - [-2, -73], - [23, -35], - [56, -50], - [77, -148], - [27, -33], - [62, -37], - [52, -5], - [140, 22], - [61, -15], - [24, -22], - [114, -154], - [15, -33], - [19, -123], - [-8, -92], - [5, -57], - [46, -210], - [7, -113], - [36, -70], - [57, -46], - [57, -29], - [48, -38], - [100, -105], - [33, -61], - [51, -264], - [23, -40], - [103, -135], - [89, -91], - [67, -52], - [28, -50], - [11, -116], - [17, -43], - [56, -77], - [19, -56], - [59, -46], - [23, -29], - [11, -78], - [-4, -76], - [16, -47], - [53, -45], - [26, -121], - [36, -204], - [106, -71], - [63, -79], - [53, -117], - [30, -26], - [17, -66], - [66, 12], - [87, 43], - [163, 113], - [37, 6], - [67, 70], - [97, 32], - [76, -41], - [63, 16], - [57, 33], - [28, 3], - [74, 67], - [34, 55], - [45, 8], - [24, 31], - [65, 32], - [126, 136], - [57, 104], - [30, 11], - [-13, 121], - [29, 65], - [10, 70], - [26, 25], - [120, -12], - [78, 27], - [56, 75], - [66, 30], - [17, 34], - [5, 68], - [46, 95], - [72, 10], - [61, 63], - [28, 51], - [56, 46], - [6, 32], - [50, 63], - [32, 57], - [75, -2], - [62, 45], - [14, 46], - [-28, 111], - [-14, 91], - [53, 44], - [61, 13], - [-13, 55], - [41, 16], - [-103, 123], - [-2, 154], - [14, 36], - [60, 67], - [12, 39], - [53, 58], - [81, 32], - [-2, 23], - [40, 48], - [15, 40], - [-10, 80], - [79, 37], - [93, 83] - ], - [ - [45287, 34462], - [11, 10], - [64, -28], - [-14, -49], - [-46, 25], - [-15, 42] - ], - [ - [39822, 31704], - [18, 45], - [50, 35], - [69, 21], - [42, 80], - [7, 33], - [53, -23], - [66, 8], - [-2, 55], - [24, 58], - [46, 1], - [2, 32], - [38, 112], - [16, 19], - [-23, 64], - [-22, 26], - [25, 40], - [32, 101], - [69, 37], - [21, -21], - [70, 9], - [27, 81], - [5, 48], - [23, 73], - [-14, 47], - [-30, 17], - [9, 45], - [-8, 46], - [34, 5], - [104, 50], - [-16, 57], - [62, -20], - [77, 13], - [39, -23], - [30, 34], - [57, 33], - [15, 73], - [33, 27], - [75, -94], - [97, 45], - [24, -35], - [24, 12], - [-7, 68], - [56, -26], - [37, 55], - [32, 27], - [74, -34], - [23, 19], - [34, -11], - [41, 8], - [-3, 33], - [32, 26], - [-61, 36], - [-45, 11], - [-4, 41], - [-48, 43], - [-41, 18], - [-79, 10], - [-185, 70], - [-19, 54], - [58, 34], - [-24, 22], - [-8, 49], - [15, 28], - [-39, 23], - [-121, 37], - [-99, 41], - [-18, 29], - [44, 46], - [-44, 10], - [1, 80], - [-33, 22], - [5, 37], - [55, 57], - [-8, 47], - [30, 45], - [67, 3], - [28, -24], - [57, -1], - [32, 24], - [27, -28], - [25, 35], - [145, 88], - [42, -39], - [94, -26], - [4, -34], - [33, -3], - [24, -47], - [42, 15], - [-6, 41], - [18, 22], - [64, -4], - [56, 12], - [53, 40], - [22, -26], - [69, 52], - [36, 7], - [16, -30], - [11, -98], - [52, -58], - [21, -67], - [26, 14], - [79, 8], - [22, 27], - [131, -25], - [69, -21], - [21, -65], - [89, 19], - [26, 21], - [-4, 30], - [36, 21], - [138, 29], - [39, -25], - [119, 55], - [63, -3], - [53, 44], - [10, 48], - [54, 110], - [-29, 36], - [2, 27], - [47, 42], - [22, 41], - [81, -15], - [-37, -102], - [76, -61], - [34, -10], - [49, 34], - [23, -105], - [79, 36], - [62, -39], - [-5, -46], - [50, 32], - [27, -31], - [58, 5], - [59, -12], - [-14, -37], - [17, -76], - [27, -22], - [-12, -37], - [57, -26], - [1, 30], - [67, 70], - [19, -11], - [66, 26], - [56, -6], - [46, -21], - [-2, -44], - [65, -3], - [51, -16], - [49, 3], - [33, -91], - [55, -27], - [37, 11], - [115, -11], - [61, 45], - [103, 49], - [46, 6], - [10, 42], - [28, 33], - [72, -17], - [31, -56], - [97, -15], - [33, -31], - [76, 45], - [55, 52], - [-1, 24], - [30, 34], - [60, 30], - [51, 86], - [25, 11], - [-20, 48], - [9, 69], - [-37, 75], - [-34, 3], - [-61, -54], - [-23, 71], - [10, 36], - [-10, 41], - [23, 48], - [65, -16], - [21, 55], - [-66, 16], - [-56, 57], - [-73, 20], - [8, -37], - [-43, -5], - [-21, -59], - [-32, 9], - [-45, -30], - [-6, -30], - [-69, 20], - [-39, -32], - [-131, 19], - [-27, 17], - [-13, 45], - [12, 27], - [52, 36], - [32, -26], - [2, -32], - [32, -5], - [-12, 80], - [43, 13], - [1, 36], - [28, 43], - [-34, 44], - [149, 45], - [37, 33], - [68, -8], - [18, 47], - [58, -12], - [76, -75], - [12, 53], - [-18, 57], - [40, 55], - [44, 26], - [48, -9], - [26, -37], - [61, -18], - [12, 26], - [113, -17], - [28, -49], - [-17, -32], - [30, -18], - [3, -33], - [33, -32], - [123, -32], - [44, 6], - [-8, -64], - [-33, -30], - [-41, 9], - [-60, -71], - [36, -12], - [-31, -66], - [-25, 6], - [-13, -38], - [-67, 8], - [-26, -93], - [19, -30], - [27, 49], - [27, 11], - [63, -36], - [125, -22], - [2, 52], - [83, -16], - [73, -45], - [59, 9], - [30, -25], - [-5, -87], - [-13, -19], - [-42, 1], - [-20, -49], - [58, -33], - [-61, -49], - [-22, -53], - [22, -14], - [66, 11], - [25, 36], - [77, 5], - [-16, -37], - [34, -20], - [31, -42], - [57, -18], - [38, -59], - [-7, -26], - [29, -29], - [50, -20], - [-9, 58], - [39, 2], - [26, 58], - [-9, 41], - [20, 45], - [-16, 30], - [31, 16], - [44, 106], - [41, 19], - [43, 43], - [10, 41], - [37, -3], - [66, -25], - [51, 109], - [60, 39], - [11, 25], - [75, 41], - [890, 825] - ], - [ - [47277, 35190], - [158, -209], - [230, -25], - [249, 30], - [149, -665], - [-7, -110], - [6, -42], - [24, -57], - [36, -44], - [167, -137], - [57, -74], - [132, -322], - [30, -53], - [70, -33], - [43, 14], - [19, 34], - [19, 110], - [25, 24], - [51, -36], - [64, -140], - [49, -73], - [75, -34], - [237, -17], - [138, -33], - [49, -26], - [18, -32], - [-19, -73], - [-142, -152], - [-40, -91], - [9, -78], - [47, -131], - [25, -105], - [19, -246], - [-3, -76], - [36, -4], - [40, -87], - [37, -53], - [31, -23], - [109, -56], - [43, -58], - [4, -31], - [-11, -158], - [-41, -83], - [-105, -130], - [-48, -33], - [-65, -28], - [-85, -15], - [-142, 3], - [-44, -7], - [-97, -42], - [-24, 22], - [-256, -299], - [-61, -93], - [-18, -42], - [-61, -225], - [-73, -298], - [-13, -32], - [-64, -100], - [-61, -57], - [-178, -116], - [-109, -103], - [-39, -70], - [-31, -140], - [-16, -53], - [-61, -120], - [-85, -78], - [-91, -68], - [-37, -69], - [-2, -129], - [-6, -31], - [-125, -364], - [-32, -67], - [-178, -316], - [-40, -101], - [-27, -179], - [-120, -268], - [-37, -163], - [-26, -159], - [1, -38], - [62, -326], - [36, -99], - [85, -201], - [81, -119], - [32, -65], - [56, -212], - [86, -505], - [10, -145], - [-11, -73], - [-42, -141], - [-38, -55], - [-273, -230], - [-229, -140], - [-43, -56], - [-1, -55], - [53, -199] - ], - [ - [40638, 27579], - [-112, 67], - [17, 27], - [-48, 34], - [-81, 45], - [-102, 32], - [-43, -30], - [-41, 9], - [-9, -40], - [-30, 6], - [-9, -37], - [-110, 12], - [-4, 102], - [-20, 89], - [-38, 217], - [105, -26], - [50, 261], - [69, 37], - [-22, 52], - [-35, 35], - [-53, 8], - [-119, -22], - [-31, -1], - [-178, 37], - [-1240, -197], - [-123, -5], - [-75, 12], - [-82, 25], - [-116, 65], - [-66, 56], - [-70, 84] - ], - [ - [38022, 28533], - [-170, 387], - [11, 69], - [34, 11], - [49, 47], - [-3, 26], - [140, 44], - [37, 3], - [78, 36], - [69, 15], - [29, -32], - [75, -11], - [11, -30], - [32, -18], - [91, 0], - [1, 33], - [79, 40], - [29, -26], - [-5, -49], - [63, -41], - [65, -18], - [102, 21], - [13, 39], - [40, 15], - [-3, 88], - [210, 21], - [212, 53], - [42, 22], - [4, -47], - [158, 50], - [105, 41], - [10, 24], - [53, -24], - [53, 54], - [9, 56], - [69, 63], - [21, 43], - [-48, 44], - [83, 67], - [8, 83], - [15, 39], - [-43, 22], - [-26, -49], - [-22, 1], - [-1, 50], - [-18, 46], - [-33, 22], - [-35, 76], - [32, 1], - [91, 31], - [51, 28], - [7, 46], - [38, 43], - [45, 133], - [17, 24], - [56, 30], - [48, 13], - [36, -12], - [105, 26], - [43, 88], - [47, 75], - [7, 31], - [36, 57], - [-53, 67], - [-16, 58], - [-30, 32], - [-9, 47], - [6, 63], - [16, 29], - [11, 82], - [-83, 39], - [13, 31], - [-10, 98], - [15, 24], - [-37, 93], - [-56, 47], - [-56, 3], - [-39, -14], - [-12, 80], - [-44, 64], - [-19, 67], - [-31, 62], - [-12, 86], - [-44, 69], - [-40, 0], - [-22, 24] - ], - [ - [46766, 33907], - [167, 112], - [-85, 59], - [-49, 68], - [-31, 19], - [-38, -3], - [-43, 19], - [-117, 70], - [-22, -62], - [30, -21], - [-29, -69], - [17, -29], - [56, -11], - [-9, -33], - [83, -13], - [71, -48], - [-1, -58] - ], - [ - [42699, 7153], - [-9, -94], - [-25, -54], - [-20, -16], - [-75, -19], - [-63, -43], - [-54, -70], - [-85, -37], - [-22, -67], - [-51, -50], - [-29, -60], - [0, -29], - [-36, -70], - [-43, -105], - [-49, 18], - [-67, -15], - [-44, -40], - [-49, -14], - [-55, -56], - [-16, -41], - [-60, -21], - [-81, -15], - [-43, -28], - [-11, -24], - [-88, -33], - [-84, -68], - [20, -78], - [49, -74], - [28, -76], - [22, -93], - [103, -246], - [4, -89], - [-71, -124], - [-10, -36], - [-56, -38], - [-16, -135], - [11, -46], - [-23, -64], - [-56, -26], - [-100, -15], - [-68, -27], - [-54, 13], - [-10, 19], - [-69, 4], - [-29, -16], - [-43, -53], - [-73, -2], - [-11, -16], - [-115, -95], - [-56, -20], - [-35, 12], - [-78, -67], - [-15, -64], - [19, -37], - [-7, -33], - [-99, -118], - [-10, -119], - [-16, -36], - [20, -57], - [68, -59], - [15, -41], - [43, -32], - [55, -75], - [27, -324], - [50, -147], - [-75, -19], - [-4, -64], - [-60, -39], - [-64, 24], - [-24, -17], - [-3, -98], - [-32, -22], - [-6, -27], - [-80, -26], - [-11, 17], - [-82, 4], - [9, -36], - [-11, -42], - [15, -47], - [-22, -56], - [-31, 20], - [-45, -46], - [70, -80], - [134, -52], - [129, -67], - [19, -194], - [25, -38], - [-47, -93], - [-21, -16], - [37, -64], - [65, -19], - [36, -52], - [-18, -50], - [-20, -95], - [3, -31], - [39, 10], - [50, -7], - [43, -43], - [94, -5], - [78, 24], - [40, -62], - [50, -48], - [-5, -34], - [86, -2], - [58, 13], - [-12, -90], - [48, -36], - [21, 1], - [72, -63], - [41, 20], - [25, -7], - [38, -64], - [-25, -63], - [20, -138], - [132, 60], - [30, -32], - [-22, -44], - [18, -32], - [-49, -20], - [-16, -53], - [-31, -32], - [-48, 5], - [17, -76], - [-24, -36], - [5, -30], - [-31, -35], - [-45, -22], - [-41, -85], - [-46, -41], - [-72, -25], - [-34, 7], - [-39, -34], - [5, -45], - [-77, -167], - [0, -93], - [29, -65], - [-23, -53], - [-58, -63], - [-22, -61], - [-40, 0], - [-30, -58], - [1, -38], - [-39, -21], - [-5, -35], - [33, -69], - [-28, -62], - [-12, -53], - [-50, -112], - [47, -32], - [-39, -43], - [-44, -6], - [-36, 23], - [-47, 1], - [-88, -76], - [-34, 20], - [-67, 11], - [-62, 20], - [-64, 48], - [-61, -19], - [-14, 24], - [23, 33], - [-7, 24], - [40, 170], - [-65, 7], - [-47, 66], - [-26, 14], - [-69, -59], - [-52, 24], - [-34, -24], - [13, -24], - [-36, -43], - [-43, -2], - [-41, 48], - [-41, 6], - [-35, 28], - [8, 56], - [-76, 51], - [-98, 37], - [-41, -21], - [-86, -21], - [-97, -71], - [1, -26], - [-41, -26], - [0, -40], - [-43, 0], - [-71, 17], - [-111, -77], - [7, 154], - [20, 86], - [86, 145], - [74, 105], - [83, 131], - [33, 35], - [72, 29], - [66, 59], - [-49, 67], - [-57, -59], - [-33, 52], - [-23, 100], - [-1, 123], - [-12, 68], - [-32, 91], - [-32, 61], - [-44, 11], - [-22, 91], - [28, 63], - [9, 86], - [-66, 101], - [-6, 25], - [-41, 71], - [-32, 82], - [-91, 1], - [-33, 55], - [-116, 130], - [-49, 122], - [10, 86], - [48, 96], - [-3, 263], - [-41, 86], - [-81, -26], - [-123, -22], - [-46, 50], - [-37, 8], - [-61, 35], - [-36, 86], - [-56, 15], - [-59, 51], - [-56, 67], - [-34, 21], - [-51, 79], - [-32, 17], - [-9, 76], - [-35, 4], - [-9, 51], - [-68, 21], - [-21, 42], - [-26, 16], - [-50, -16], - [-39, 12], - [-55, -7], - [-46, 30], - [-34, 42], - [-50, -24], - [-36, 17], - [-112, 15], - [-64, 16], - [-24, -6], - [0, -48], - [-30, -23], - [-56, 15], - [17, 45], - [29, 133], - [49, 208], - [151, 224], - [20, 57], - [79, 34], - [105, 34], - [78, 109], - [29, 71], - [10, 74], - [22, 78], - [36, -22], - [36, 65], - [-83, 55], - [71, 100], - [126, -58], - [22, 38], - [117, 229], - [-5, 142], - [-28, 144], - [-61, 2], - [-64, 82], - [-37, 26], - [-57, 19], - [-35, 27], - [-89, 126], - [-26, -10], - [-44, 90], - [-45, 20], - [-28, 57], - [-127, 84], - [-19, -38], - [-39, -44], - [-25, -52], - [-109, 1], - [-115, -15], - [-79, 46], - [-118, 90], - [-38, -6], - [-72, 23], - [-43, 40], - [-9, 27], - [-183, 354], - [-239, -241], - [-128, -252], - [-196, 60], - [-44, 21], - [-47, -12], - [-24, 18], - [-32, -13], - [-46, 23], - [-57, 60], - [-13, 85], - [-64, 13], - [-76, -32], - [-31, 27], - [-133, 49], - [-17, 61], - [-43, 69], - [-96, 95], - [-81, -21], - [-134, -8], - [-31, 8], - [-92, -24], - [-104, 0], - [-38, 102], - [9, 95], - [-11, 33], - [-67, 49], - [-28, 61], - [-56, 41], - [-67, 76], - [-6, 35], - [20, 33], - [77, 50], - [0, 71], - [36, 4], - [7, 28], - [-32, 17], - [-79, -1], - [-92, 39], - [11, 33], - [-11, 34], - [-53, 42], - [-77, -23], - [-64, 54], - [-20, 51], - [-31, 204], - [-78, 119], - [-4, 23], - [-69, 30], - [-32, 1], - [-15, 35], - [-23, 103], - [-140, 102], - [-25, 2], - [-36, 103], - [-24, 37], - [-1, 38], - [-24, 66], - [-25, 126], - [-1, 56], - [-50, 37], - [-65, 16], - [-28, 20], - [-64, -36], - [-80, 23], - [-35, 37], - [-44, 20], - [-40, 41], - [-51, 18], - [-75, 44], - [-74, 23], - [-115, 2], - [-93, 32], - [-36, 22], - [-33, 67], - [-5, 103], - [-27, 66], - [-43, 3], - [-27, 29], - [-115, 40], - [-35, -5], - [-54, 52], - [-13, 75], - [46, 70], - [27, 9], - [2, 53], - [105, 64], - [-81, 214], - [-101, 138], - [-74, 87], - [-31, 51], - [-7, 83], - [-80, 130], - [19, 40], - [58, 41], - [61, 30], - [20, 100], - [28, 28], - [5, 123], - [25, 74], - [133, 31], - [-4, 33], - [27, 42], - [0, 45], - [64, 26], - [23, 56], - [42, 54], - [-25, 52], - [8, 47], - [-5, 76], - [7, 99], - [-35, 122], - [39, 69], - [-1, 25], - [74, 74], - [-42, 137], - [8, 79], - [-16, 92], - [3, 58], - [-33, 88], - [-40, 52], - [19, 55], - [57, 79], - [53, 56], - [-11, 36], - [-84, 107], - [-4, 59], - [52, 79], - [16, 42], - [-39, 83], - [-47, 53], - [-50, 38], - [-17, 57], - [4, 44], - [46, 72], - [-21, 32], - [-20, 92], - [24, 47], - [56, 42], - [34, 68], - [-17, 59], - [-44, 14], - [14, 47], - [-8, 46], - [-85, 54], - [-44, 68], - [12, 31], - [-42, 76], - [-53, 37], - [-87, -20], - [-18, 30], - [-92, -21], - [-50, -31], - [-86, -14], - [-59, -46], - [-77, 6], - [-87, -39], - [-26, -47], - [-48, 12], - [-31, -12], - [-48, -66], - [-41, 22], - [-68, -9] - ], - [ - [33612, 14440], - [42, 33], - [25, 64], - [116, 12], - [50, 31], - [33, -7], - [50, 19], - [55, 0], - [33, 24], - [109, 51], - [45, 1], - [-3, 48], - [15, 27], - [-36, 54], - [-43, 129], - [18, 60], - [-36, 73], - [16, 46], - [33, 52], - [16, 51], - [40, 31], - [0, 68], - [-11, 53], - [24, 35], - [-10, 54], - [51, 12], - [15, 69], - [70, 68], - [69, 8], - [32, 31], - [91, -55], - [10, -26], - [80, -36], - [34, -1], - [48, 19], - [79, -6], - [37, 11], - [68, 39], - [65, -43], - [53, -94], - [32, 1], - [90, -75], - [105, 13], - [48, -6], - [124, 25], - [47, 46], - [74, 18], - [83, -35], - [14, -42], - [25, -12], - [-10, -53], - [21, -62], - [4, -47], - [53, -29], - [81, -5], - [142, 53], - [82, 52], - [29, 62], - [69, 50], - [26, 38], - [58, 18], - [20, 20], - [81, 14] - ], - [ - [40275, 3341], - [-5, 16], - [-137, 21], - [-29, -102], - [-8, -63], - [-66, -139], - [-7, -89], - [110, -30], - [27, -30], - [92, -3], - [15, 44], - [6, 86], - [26, 61], - [-27, 18], - [-13, 79], - [2, 76], - [14, 55] - ], - [ - [39714, 22422], - [-24, -8], - [-94, -70], - [-48, -8], - [-20, -33], - [-26, 1], - [-61, -60], - [-48, -7], - [-23, -42], - [-106, -18], - [-38, -30], - [1, -34], - [-39, -2], - [-10, -32], - [-57, 0], - [-54, -13], - [-46, -31], - [-32, -59], - [-88, -59], - [-79, -17], - [-64, 19], - [-33, -10], - [0, -57], - [-38, -54], - [-32, -12], - [-37, -65], - [-47, 56], - [-24, 58], - [17, 183], - [-11, 50], - [0, 59], - [17, 77], - [-11, 73], - [-22, 9], - [-39, -37], - [-20, -38], - [-87, -37], - [-80, 185], - [-31, 53], - [-4, 62], - [30, 34], - [-18, 19], - [16, 61], - [3, 73], - [-36, 42], - [-5, 42], - [-75, 11], - [-14, 23], - [-79, 25], - [-46, 57], - [-74, -56], - [-96, -39], - [-80, -121], - [-56, -9], - [-113, 43], - [-19, 14], - [-47, 104], - [2, 29], - [-47, 36], - [-58, -28], - [-32, -35], - [-69, -17], - [-102, -61], - [-41, -12], - [-37, 6], - [-21, -36], - [-88, -4], - [-18, -41], - [-45, -11], - [-15, -27], - [-81, -64], - [-65, -69], - [0, -29], - [-67, -48], - [-38, 11], - [-68, -22], - [-52, 77], - [-54, 34], - [-41, 118], - [51, 79], - [-7, 43], - [-43, 112], - [-3, 56], - [-30, 28], - [-16, 50], - [-38, 3], - [-77, -32], - [-42, 14], - [-100, -23], - [-39, -18], - [-78, 28], - [-80, 19], - [-26, -11], - [-115, 42], - [-34, 21], - [-66, 13], - [-99, 2], - [-75, 11], - [-54, 46], - [-257, -11], - [-12, 337], - [-31, 136], - [40, 145], - [-14, 91], - [-80, 69], - [-196, 65], - [-152, -66] - ], - [ - [36472, 27379], - [-11, 114], - [-73, 51], - [-37, 40], - [-36, 130], - [13, 35], - [-4, 50], - [60, 51], - [27, 40], - [88, 160], - [72, 13], - [39, 22], - [5, 69], - [43, 16], - [53, -38], - [40, 53], - [52, 11], - [316, 165], - [486, 146], - [216, 76], - [201, -50] - ], - [ - [32918, 35612], - [48, -23], - [59, -4], - [79, 19], - [140, 68], - [82, 31], - [107, -5], - [64, 34], - [87, 71], - [32, 14], - [67, -17], - [49, 8], - [45, 41], - [63, 31], - [-8, 23], - [-72, 114], - [-72, -19], - [-30, -35], - [-75, -14], - [-114, -5], - [-28, 76], - [-57, 8], - [10, 87], - [-17, 48], - [-39, 48], - [-5, 101], - [93, -2], - [65, 33], - [39, 64], - [48, 14], - [41, 67], - [14, 86], - [55, -31], - [17, 22], - [51, 6], - [63, -11], - [134, 56], - [37, -2], - [31, 36], - [-1, 63], - [26, 27], - [57, 4], - [-22, 41], - [34, 31], - [-7, 61], - [11, 75], - [68, 11], - [65, -53], - [81, 4], - [68, -21], - [28, 2], - [-3, -95], - [56, 15], - [19, -39], - [83, 4], - [98, -18], - [18, -52], - [37, -53], - [12, -53], - [86, 10], - [25, -96], - [-17, -33], - [-48, -20], - [1, -77], - [-34, -65], - [-30, -32], - [19, -38] - ], - [ - [34751, 36253], - [-36, -5], - [-61, -56], - [1, -37], - [-72, -48], - [-38, 9], - [-88, -54], - [-53, -55], - [-22, -5], - [22, -75], - [-46, -26], - [29, -28], - [24, -57], - [-33, -56], - [57, -17], - [68, 11], - [26, -15], - [-3, -59], - [-61, -28], - [44, -42], - [46, -71], - [18, -51], - [12, -96], - [12, -35], - [37, -49], - [35, -13], - [51, 46], - [91, 162], - [22, 77], - [6, 72], - [31, 91], - [40, 27], - [49, 8], - [19, 48], - [-25, 65], - [-15, 87], - [14, 63], - [25, 44], - [72, 56], - [90, 29], - [38, 46], - [-9, 77], - [19, 85] - ], - [ - [35187, 36378], - [102, 109], - [23, 75], - [-11, 65], - [-63, 122], - [-34, 136], - [-3, 93], - [-20, 118], - [5, 44], - [76, 55], - [16, 28], - [19, 78], - [47, 31], - [64, -52], - [23, -67], - [-4, -56], - [-41, -41], - [-70, -5], - [-35, -39], - [26, -41], - [38, -14], - [106, 15], - [56, 22], - [45, 40], - [23, 37], - [53, 144], - [-12, 77], - [-115, 122], - [-64, 43], - [-23, -15], - [-53, 53], - [-26, 62], - [-8, 49] - ], - [ - [35327, 37666], - [24, 76], - [21, -12], - [22, 88], - [35, 46], - [24, -13], - [32, -53], - [32, -3], - [76, 51], - [13, 69], - [-42, 175], - [7, 32], - [174, 39], - [52, 26], - [59, -17], - [109, -95], - [65, -49], - [59, -14] - ], - [ - [36089, 38012], - [80, -20] - ], - [ - [36169, 37992], - [3, -67], - [-23, -91], - [17, -47], - [104, -68], - [8, -63], - [1, -118], - [26, -34], - [10, -56], - [24, -15], - [60, -78], - [18, -72], - [68, -41], - [69, -7], - [70, -73], - [71, -44], - [29, 34], - [41, 16], - [41, -53], - [84, 1], - [15, 25], - [66, -5], - [71, -34], - [107, 26], - [5, -54], - [51, -23], - [14, 44], - [52, 32], - [85, 25], - [18, 39], - [34, 13], - [31, 48], - [55, 34], - [52, -6], - [46, -22], - [31, 45], - [52, 30], - [40, 53], - [15, 61], - [0, 54], - [26, 94], - [60, -14], - [143, 10], - [-4, -92], - [20, -5], - [-9, -111], - [8, -56], - [68, -12], - [62, -39], - [84, -16], - [70, -40], - [-4, -54], - [26, -72], - [-15, -59], - [-71, -129], - [-15, -45], - [-32, 11], - [-63, -49], - [-19, -98], - [16, -41], - [4, -83], - [-25, -3], - [-39, -48], - [-45, -6], - [-12, -43], - [-1, -71], - [-14, -72], - [-17, -33], - [13, -38], - [-82, 30], - [-38, -2], - [-65, 19], - [-9, 15], - [22, 107], - [-40, 3], - [-98, 64], - [-131, 49], - [-99, 60], - [-44, 4], - [-33, -30], - [-74, 60], - [-36, 67], - [-31, -45], - [9, -64], - [-12, -31], - [3, -65], - [-36, 1], - [-40, -25], - [-10, -76], - [35, -14], - [1, -56], - [79, -101], - [-10, -78], - [13, -71], - [100, 11], - [83, 0], - [70, -13], - [518, -185], - [-47, -6], - [-20, -47], - [69, -21], - [-19, -91], - [44, -14], - [-9, -56], - [86, -29], - [36, 0], - [10, 36], - [31, -11], - [56, 22], - [82, -28], - [16, 47], - [102, -45], - [5, -118], - [39, 20], - [37, -6], - [-8, -57], - [88, 7], - [2, -57], - [-68, -2], - [-71, -27], - [-5, -30], - [-30, -13], - [-81, 11], - [-33, -5], - [-20, -33], - [37, -79], - [27, -123], - [23, -62], - [73, -74], - [-8, -43], - [24, -7], - [-5, -85], - [88, -29], - [113, 3], - [-1, -21], - [174, 0], - [75, -23], - [74, -34], - [46, 37], - [38, -30], - [139, -48], - [13, -32], - [-4, -42], - [-28, -55], - [17, -40], - [-3, -85], - [14, -109], - [-51, -145], - [-13, -1], - [12, -129], - [-10, -119], - [53, -10], - [12, -57], - [-165, -69], - [-7, -99], - [-39, -39], - [36, -24], - [-16, -53], - [21, -30], - [76, -8], - [18, -104], - [49, -29], - [-2, -62], - [32, -37], - [33, -67], - [42, -23], - [44, -52], - [29, -65], - [-45, -19], - [-39, -52], - [58, -95], - [-3, -16], - [54, -43], - [106, -8], - [41, -29], - [68, 12], - [55, -2], - [26, -22], - [-28, -48], - [-59, -10], - [-60, 32], - [-53, -11], - [-14, 15], - [-45, -33], - [-41, 51], - [-38, -58], - [12, -33], - [80, -38], - [-30, -38], - [-16, -47], - [35, -111], - [-19, -51], - [2, -59], - [-23, -16], - [-18, -56], - [-65, -88], - [-15, -56], - [49, -22], - [57, 9], - [54, -31], - [72, -9], - [68, -52], - [24, -52], - [67, -67], - [47, -19], - [70, -57], - [27, -36], - [0, -36], - [-46, -82], - [45, -78] - ], - [ - [36169, 37992], - [37, 8], - [85, 50], - [71, 63], - [52, 73], - [35, 20], - [119, -47], - [69, -57], - [44, -16], - [83, 0], - [50, 24] - ], - [ - [36814, 38110], - [56, 28], - [80, 13] - ], - [ - [36950, 38151], - [78, 3], - [90, -30], - [81, -12], - [56, 1], - [88, -26], - [100, -54], - [70, -56], - [47, -60], - [143, -90], - [54, -26], - [53, -11], - [46, 9] - ], - [ - [37856, 37799], - [74, 50], - [49, 7], - [61, -27], - [94, 19], - [128, -57], - [41, -5], - [78, -52], - [50, -59], - [20, -85], - [23, -20], - [64, -18], - [99, -53], - [-111, -171], - [41, -25], - [31, 3], - [83, -22], - [37, 78], - [61, 44], - [23, -1], - [73, -42], - [39, 15] - ], - [ - [38914, 37378], - [21, 6], - [77, -19], - [50, -30], - [78, -69], - [55, -25], - [35, -2], - [161, 70], - [160, 43], - [76, 35], - [60, 10], - [54, -3], - [63, 17], - [78, 85], - [61, 34], - [175, 68], - [132, 94], - [62, 67], - [59, 40], - [256, 126], - [93, 52], - [120, 45], - [88, 0], - [103, -25], - [194, -56], - [133, -30], - [140, -24], - [133, -14], - [158, -6], - [125, -27], - [37, -18], - [179, -149], - [220, -67], - [65, -29], - [34, 0], - [115, 61], - [51, -9], - [64, -26], - [29, -60], - [130, -138], - [12, -24], - [64, 18], - [32, -18], - [123, 53], - [205, -41], - [426, 26], - [152, 19], - [27, 32], - [106, -2], - [158, -59], - [2365, -1250], - [104, -94], - [665, -875] - ], - [ - [35327, 37666], - [6, 66], - [-116, 12], - [-28, -71], - [-37, -49], - [-23, 13], - [-94, -51], - [-90, -69], - [-52, 24], - [-38, 41], - [-23, -12], - [-39, 32], - [-19, -10], - [-18, 59], - [4, 39], - [-39, 7], - [-55, -23], - [-58, -8], - [-35, -29], - [-38, 2], - [-42, -33], - [-50, -17], - [-15, -35], - [37, -132], - [-74, 34], - [-30, 28], - [-5, 65], - [-32, -28], - [-55, -26], - [15, -51], - [26, -20], - [-12, -38], - [51, -75], - [12, -47], - [-27, -68], - [-26, 3], - [-80, -21], - [-51, 13], - [-85, 40], - [-61, -16], - [-78, 13], - [-54, -19], - [-73, -5], - [1, -64], - [-43, -13], - [-41, 55], - [-30, -24], - [-32, 4], - [-18, 31], - [10, 37], - [-24, 37], - [-53, 17], - [-45, -20], - [5, -36], - [53, -28], - [4, -27], - [-38, -28], - [-44, -12], - [16, -36], - [32, 2], - [-22, -53], - [-46, 19], - [-39, 45], - [-45, 141], - [45, 154], - [-46, 6], - [-49, -53], - [-36, -20], - [-48, 41], - [-42, 5], - [-72, -23], - [-87, 71], - [-27, 0], - [-17, 43], - [-44, 54], - [-111, 96], - [-115, -14], - [-38, 4], - [-88, 159], - [10, 42], - [42, 57], - [89, 15], - [29, 61], - [33, 23], - [-35, 87], - [-83, 127], - [-74, 24], - [-24, 50], - [46, 83], - [83, 94], - [38, 70], - [40, -14], - [69, 45], - [10, -8], - [75, 67], - [46, 60], - [39, 20], - [47, 52], - [50, 40], - [30, 3], - [98, -15], - [-9, 21], - [4, 74], - [33, 41], - [-9, 28], - [-36, -1], - [-31, 55], - [-21, 101], - [13, 41], - [68, 54], - [2, 115], - [20, 36], - [73, 30], - [55, 55], - [33, 112], - [47, 85], - [112, 86], - [34, 54], - [66, 46], - [26, -31], - [59, -20], - [40, 35], - [52, 24], - [97, 20], - [10, 33], - [81, -60], - [51, -56], - [22, 68], - [61, 84], - [80, 1], - [42, 36], - [77, 35], - [121, 42], - [33, 21], - [45, -15], - [70, -64], - [23, -3], - [-5, -55], - [42, 9], - [106, 41], - [44, 27], - [-18, 69], - [-21, 41], - [7, 52], - [-172, 60], - [6, 81], - [1, 117], - [17, 63], - [56, 62], - [31, -45], - [37, -4], - [37, -88], - [-8, -44], - [61, 11], - [105, 52], - [68, -80], - [72, 75], - [35, 12], - [141, -22], - [33, -14], - [62, -59], - [-9, -47], - [57, -24], - [-22, -120], - [-21, -24], - [-43, -13], - [-9, -64], - [50, -119], - [61, -18], - [-31, -110], - [-22, -42], - [0, -43], - [75, -77], - [36, -92], - [52, -24], - [31, 42], - [112, 101], - [28, -19], - [41, 54], - [-29, 32], - [53, 38], - [48, 61], - [-24, 20], - [-40, -6], - [26, 148], - [-12, 60], - [-50, 60], - [4, 71], - [16, 81], - [26, 6], - [9, 71], - [50, 29], - [47, 11], - [46, -84], - [-4, -47], - [-35, -46], - [66, 0], - [39, -28], - [31, -55], - [47, -2], - [80, -38], - [17, 22], - [53, -63], - [13, -65], - [-2, -65], - [73, -77], - [-68, -59], - [43, -109], - [26, -141], - [81, -53], - [34, 18], - [23, 61], - [33, 11], - [72, 72], - [35, -11], - [60, 46], - [62, -22], - [35, -25], - [79, -17], - [47, -54], - [-25, -34], - [162, -121], - [4, -78], - [-25, -34], - [-70, 1], - [-44, -14], - [-39, 6], - [-19, -23], - [-40, 13], - [-27, -35], - [-18, -60], - [-75, -49], - [-6, -46], - [-40, -126], - [35, -49], - [55, -124], - [48, 2], - [42, -32], - [111, -34], - [44, -44], - [-54, -93], - [-15, -85], - [-35, -105], - [-27, -118], - [21, -80] - ], - [ - [36814, 38110], - [-3, 87], - [-83, 28], - [6, 110], - [-39, 49], - [-15, 74], - [-42, 115], - [-45, 36], - [-36, -4], - [-15, -25], - [-103, -42], - [8, -46], - [-53, -18], - [-33, 3], - [-52, 38], - [18, 37], - [-55, 14], - [-39, -8], - [-38, -34], - [-90, 48], - [18, -112], - [101, -61], - [38, -138], - [-31, -5], - [-2, -45], - [-57, -41], - [-17, -31], - [-114, -16], - [-2, -37], - [58, -27], - [-8, -47] - ], - [ - [34751, 36253], - [48, -45], - [41, 19], - [31, -6], - [34, -45], - [32, 23], - [74, -13], - [23, 74], - [46, 39], - [45, 12], - [19, 78], - [43, -11] - ], - [ - [37856, 37799], - [-33, 96], - [32, 88], - [12, 74], - [43, 77], - [39, 6], - [32, -13], - [63, 37], - [-50, 65], - [-31, -4], - [-86, 18], - [13, 66], - [-23, 47], - [-81, 51], - [-45, -14], - [-101, 22], - [-74, 5], - [-65, 19], - [4, 47], - [24, 19], - [-1, 39], - [19, 25], - [-34, 37], - [-8, 57], - [66, 26], - [25, 33], - [-3, 40], - [59, -23], - [39, 93], - [40, 4], - [69, 50], - [98, -34], - [-1, 35], - [-35, 116], - [40, 32], - [108, 21], - [-6, -50], - [19, -71], - [48, -16], - [-31, -59], - [-56, -33], - [38, -26], - [56, -18], - [51, -71], - [27, -53], - [91, 21], - [3, -34], - [-88, -76], - [45, -18], - [19, -29], - [84, 18], - [47, 55], - [94, -36], - [68, -33], - [1, -53], - [33, -106], - [85, 31], - [85, -15], - [41, 22], - [55, 3], - [62, -32], - [-26, -47], - [37, -67], - [32, -27], - [-23, -52], - [-45, -18], - [-66, 8], - [3, 52], - [-41, 42], - [-40, -39], - [-29, 45], - [-29, -30], - [-54, -11], - [-14, -42], - [53, -3], - [39, -38], - [-18, -72], - [-39, -26], - [-31, -46], - [-7, -90], - [76, -18], - [57, 1], - [98, -90], - [37, -85], - [37, -31], - [36, -198], - [-8, -2], - [-2, -115] - ], - [ - [12071, 27423], - [-39, -1] - ], - [ - [12032, 27422], - [-66, 23], - [-69, -18], - [-53, 13], - [-30, 37], - [-19, 50], - [21, 28], - [150, 96], - [130, 66], - [26, 34], - [27, 74], - [56, -10], - [32, 12], - [-4, 98], - [20, 57], - [44, 57], - [26, 95], - [36, 17], - [41, 52], - [43, 18], - [32, 46], - [92, 61], - [31, 36], - [76, 51], - [40, 70], - [61, 12], - [93, 44], - [35, 34], - [40, 65], - [4, 55], - [50, 42], - [62, 16], - [54, 2], - [40, 69], - [4, 69], - [57, 26], - [61, 56], - [39, 14], - [12, 26], - [-48, 70], - [-63, 66], - [-9, 77], - [36, 45], - [22, 65], - [4, 69], - [-18, 52], - [26, 86], - [-91, 185], - [3, 40], - [-57, 80], - [-5, 29], - [45, 37], - [63, 68], - [49, 15], - [53, 2], - [76, -19], - [87, 24], - [64, -28], - [36, 44], - [6, 60], - [96, -19], - [57, 24], - [35, 1], - [43, -20], - [33, 3], - [35, 32], - [58, 82], - [54, -6], - [31, 36], - [16, 107], - [33, 24], - [37, 112], - [-11, 45], - [-32, 67], - [-49, 2], - [9, 86], - [83, 17], - [132, 16], - [62, 16], - [41, 28], - [134, -39], - [23, 2], - [151, 160], - [-45, 11], - [-9, 35], - [30, 42], - [62, 21], - [34, 88], - [-78, 60], - [-89, 15], - [9, 45], - [30, 29], - [-15, 70], - [3, 41], - [-26, 56], - [0, 37], - [-91, 58], - [-110, -18], - [-7, 26], - [-3, 102], - [-62, -11], - [-123, 25], - [-27, 47], - [-36, 6], - [-31, -31], - [-18, 25], - [-58, -93], - [-41, -19], - [-74, -54], - [-51, -25], - [-100, 11], - [-67, -11], - [-105, -63], - [-36, 12], - [-80, -30], - [-23, 21], - [-41, -20], - [-62, -4], - [-58, 18], - [-81, -17], - [-43, -30], - [-102, -3], - [-27, 18], - [-121, -66], - [-65, 2], - [-48, 44], - [-169, 39], - [-46, -33], - [-50, 18], - [-11, -40], - [-157, -87], - [-50, 4], - [1, 106], - [41, 69], - [18, 91], - [15, 36], - [-18, 111], - [70, 78], - [93, 65], - [13, 47], - [94, 8], - [84, 50], - [25, 22], - [23, 64], - [-31, 28], - [2, 63], - [-17, 56], - [69, 13], - [1, 40], - [23, 73], - [-2, 54], - [34, 26], - [12, -32], - [62, 16], - [41, -4], - [135, 9], - [33, 112], - [9, 83], - [-6, 131], - [-14, 182], - [3, 46], - [21, 12], - [69, 2], - [105, 25], - [35, -29], - [83, 41], - [33, 37], - [54, 193], - [42, 1], - [100, 42], - [41, -22], - [81, -4], - [77, 34], - [42, 58], - [41, 34], - [-9, 37], - [-53, 10], - [10, 67], - [41, 45], - [-21, 61], - [10, 46], - [-117, -17], - [-11, 25], - [31, 63], - [-9, 19], - [-56, 30], - [-25, 65], - [29, 95], - [0, 120], - [-34, 132], - [30, 30], - [101, 50], - [105, 70], - [218, 74], - [64, -2], - [36, -60], - [19, 4], - [69, -48], - [32, 1], - [4, -35], - [101, 20], - [65, -49], - [40, -19], - [111, 5], - [28, -16], - [124, -45], - [6, -53], - [31, -32], - [86, 32], - [135, 101], - [37, 14], - [77, -23], - [167, 17], - [42, 24], - [144, 129], - [20, 26], - [30, -19], - [119, -24], - [177, -112], - [40, -65], - [52, -50], - [39, -13], - [51, 2], - [17, -15], - [76, 7], - [36, 14], - [124, 16], - [136, 48], - [76, 15], - [26, -59], - [-116, -50], - [-45, -8], - [-7, -48], - [-46, -75], - [-30, -107], - [-96, -196], - [21, -40], - [-2, -99], - [-8, -46], - [-50, -170], - [-57, -146], - [71, -1], - [226, -80], - [34, -32], - [9, -42], - [55, -5], - [76, 6], - [14, -13], - [73, 38], - [111, 40], - [35, 23], - [78, 4], - [59, -26], - [28, -32], - [45, -78], - [-17, -55], - [20, -41], - [64, -15], - [26, -26], - [-4, -37], - [14, -89], - [53, 48], - [61, 35], - [194, 53], - [55, 57], - [83, 60], - [19, 36], - [44, 13], - [52, -9], - [54, -28], - [42, 47], - [62, 16], - [22, 40], - [63, 10], - [75, -20], - [24, 12], - [122, 3], - [51, 27] - ], - [ - [19746, 31805], - [38, -13], - [64, -39], - [24, -35], - [81, -41], - [26, -48], - [116, -40], - [62, -3], - [149, 25], - [104, -33], - [97, 19], - [52, 21], - [161, 11], - [178, -3], - [12, -46], - [-39, -73], - [0, -22], - [83, -48], - [70, -17], - [8, -47], - [78, 9], - [24, -89], - [-61, -113], - [29, -53], - [78, -3], - [97, -43] - ], - [ - [11044, 18669], - [-24, -50], - [-60, -53], - [-18, -34], - [8, -53], - [-90, -111], - [-110, -67], - [-9, 29], - [-42, 65], - [22, 23], - [-32, 60], - [-81, 44], - [-41, 73], - [53, 97], - [85, 18], - [9, 33], - [74, 80], - [40, 30], - [63, 140], - [42, -40], - [36, 35], - [54, -47], - [45, -24], - [-18, -37], - [-11, -142], - [5, -69] - ], - [ - [11866, 19399], - [39, 84], - [41, -22], - [-12, -42], - [42, -6], - [24, -29], - [14, -57], - [39, -28], - [-8, -54], - [14, -17], - [64, -7], - [56, -82], - [65, -25], - [33, -29], - [-16, -40], - [58, -43], - [26, -41], - [-212, -341], - [9, -44], - [-19, -31], - [33, -19], - [-45, -65], - [-35, -13], - [-62, 29], - [-69, 8], - [-105, 57], - [-77, 67], - [-43, 17], - [-33, 33], - [-147, -13], - [-56, -21], - [-75, -97], - [-30, -23], - [-68, 0], - [-35, -24], - [-28, 12], - [-91, -25], - [-23, 31], - [-37, 18], - [-7, 28], - [42, 33], - [33, 97], - [61, -34], - [42, 22], - [36, 35], - [26, -30], - [61, 42], - [55, -4], - [23, 27], - [-12, 37], - [75, 82], - [34, 74], - [46, 46], - [27, 56], - [-12, 28], - [15, 33], - [33, 24], - [65, 77], - [53, 33], - [48, 49], - [54, 107], - [-29, 20] - ], - [ - [12129, 22211], - [211, -279], - [133, -184], - [40, -35], - [85, -59], - [35, -55], - [22, 19], - [22, -35], - [51, 41], - [136, -189], - [-69, -37], - [10, -15], - [-64, -34], - [-29, 48], - [-62, -22], - [-56, -41], - [-31, 13], - [-25, -23], - [-62, -19], - [61, -76], - [218, 96], - [38, -59], - [28, 3], - [29, -56], - [32, -28], - [24, 8], - [40, -100], - [22, 8], - [24, -35], - [-136, -105], - [-137, -189], - [-36, -93], - [-6, -115], - [-28, -70], - [37, -106], - [0, -43], - [42, -107], - [-39, -71], - [-39, -52], - [85, -68], - [60, 71], - [-14, 16], - [69, 64], - [33, -38], - [66, 7], - [10, -31], - [44, -37], - [-11, -53], - [-39, -30], - [-30, -69], - [-50, -22], - [-11, -48], - [-59, -145], - [10, -48], - [-16, -36], - [-50, -45], - [-17, -33], - [-35, 47], - [-44, -10], - [-79, 1], - [10, -31], - [-64, -19], - [-11, -37], - [-81, 20], - [-115, -61], - [-103, 58], - [-33, 30], - [-59, 19], - [-40, 53], - [25, 43], - [-62, 56], - [-132, -81], - [17, -34], - [-26, -30], - [-71, -44], - [-47, 45], - [-33, -56], - [-12, -43], - [-43, -31], - [-67, 42], - [-32, -75], - [-53, 68], - [-44, 29], - [-39, 4], - [-40, 21], - [13, 27], - [-61, 66], - [-56, 44], - [-89, -57], - [-65, 57], - [-134, 157], - [-79, -87], - [-15, 13], - [35, 84], - [116, 117], - [-43, 72], - [-70, -53], - [-25, 38], - [-127, 127], - [-335, 383], - [503, 512] - ], - [ - [10985, 21054], - [321, 322], - [542, 552], - [281, 283] - ], - [ - [17077, 14972], - [-18, 0], - [-40, -46], - [-25, -5], - [-72, -42], - [-39, -46], - [-11, -44], - [-48, -55], - [-16, -33], - [-93, -129], - [-30, -25], - [-88, 144], - [-4, 35], - [-98, 90], - [-81, -72], - [-67, -86], - [-20, -7], - [-88, -80], - [-95, -63], - [-48, -50], - [-61, -33], - [-81, 9], - [-59, 23], - [-41, -30], - [-22, -46], - [-7, -59], - [-36, -40], - [-5, -61], - [-41, -77], - [-10, -92], - [-71, -80], - [-58, -38], - [-51, -83], - [-62, -24], - [-72, -44], - [-34, -12], - [-46, -52], - [-7, -40], - [-42, -49], - [-35, -18], - [-32, 29], - [-121, -30], - [-26, 18], - [-60, -1], - [-65, 22], - [-69, -49], - [-32, 11], - [-56, 42], - [-63, -36], - [-27, -41], - [-62, -51], - [-46, -19], - [-43, -58], - [-49, -48], - [-74, -46], - [-134, -153], - [-22, -54], - [-26, -17], - [-61, -79], - [12, -17], - [-18, -123], - [-35, -95], - [-67, -27], - [-54, -34], - [-75, -30], - [-46, -39], - [-83, -54], - [-71, -19], - [-47, 1], - [10, 52], - [47, 70], - [52, 98], - [-36, 88], - [-68, 75], - [-22, 43], - [-34, 1], - [-16, 49], - [0, 109], - [-10, 15], - [10, 59], - [-15, 52], - [47, 50], - [-74, 62], - [-27, 61], - [2, 26], - [-20, 57], - [5, 89], - [-96, 67], - [-29, 63], - [-100, 71], - [-23, 44], - [-46, 14], - [-38, -26], - [-77, 11], - [-78, -17], - [-39, 18], - [-34, 57], - [-42, -1], - [-35, 61], - [-68, 23], - [-43, 36], - [-43, 11], - [-11, 32], - [-34, -6], - [-79, 17], - [-36, -18], - [-23, -39], - [-38, -31], - [-25, 8], - [14, 75], - [22, 38], - [-7, 89], - [-25, 2], - [-181, -137], - [-28, -47], - [-70, -79], - [-26, -42], - [-81, -72], - [-21, -46], - [-26, -95], - [-73, -16], - [-112, 6], - [-45, 67], - [-35, -7], - [-68, 65], - [-72, 121], - [-3, 40], - [-25, 103], - [-74, -6], - [-28, 39], - [-61, 49], - [-37, 100], - [-59, 76], - [32, 42], - [59, 109], - [8, 80], - [36, 30], - [2, 23], - [49, 51], - [5, -73], - [147, -6], - [110, 25], - [84, 44], - [56, 7], - [24, -64], - [-6, -20], - [49, -25], - [-20, -56], - [6, -51], - [40, 5], - [7, 83], - [33, 77], - [39, 47], - [18, 42], - [65, 47], - [19, 39], - [124, 146], - [53, 74], - [25, -11], - [48, 41], - [37, 14], - [28, -17], - [41, 35], - [-35, 42], - [-6, 66], - [33, 61], - [-49, 18], - [-35, -29], - [-67, -35], - [-29, 5], - [-23, -54], - [-1, -45], - [-25, -18], - [-67, 105], - [-66, -43], - [-56, 145], - [-63, 104], - [-75, 54], - [-33, 4], - [-65, 39], - [-15, -19], - [-33, 40], - [-35, 18], - [-14, -23], - [-40, -9], - [-33, -69], - [-39, -30], - [-27, -44], - [-75, 22], - [-31, 32], - [-42, -10], - [-38, 119], - [-91, 48], - [0, -37], - [-34, -56], - [22, -55], - [-51, 9], - [-19, -25], - [-41, 6], - [-31, -61], - [-41, -17], - [-61, 25], - [18, 40], - [-2, 42], - [38, 55], - [7, 72], - [-13, 9], - [36, 132], - [-13, 23], - [-25, 127], - [48, 18], - [26, 176], - [-27, 125], - [15, 12], - [-6, 55], - [12, 72], - [-20, 55], - [4, 49], - [-24, 49], - [-28, 5], - [-19, 61], - [17, 51], - [10, 80], - [37, 94], - [26, 30], - [-65, 44], - [2, 27], - [41, -5], - [66, 34], - [86, -21], - [15, -42], - [53, 6], - [-17, 29], - [48, 53], - [67, 132], - [40, 46], - [33, -15], - [27, 49], - [38, -15], - [29, 22], - [76, -35], - [-26, -41], - [41, -9], - [110, -60], - [42, 39], - [37, 53], - [48, -32], - [38, 11], - [29, 37], - [4, 45], - [-53, 36], - [42, 93], - [56, 80], - [-103, 75], - [-16, 83], - [75, 96], - [63, -49], - [29, 31], - [76, 106], - [36, -1], - [56, 88], - [22, -9], - [27, 45], - [-1, 28], - [39, 78], - [-29, 26], - [29, 61], - [28, 16], - [33, 67], - [63, 76], - [44, 30], - [58, 62], - [89, 24], - [26, 30], - [28, 61], - [110, 135], - [69, 62], - [14, 24], - [-21, 30], - [17, 51], - [43, 65], - [21, 72], - [-21, 12], - [-21, 76], - [-67, 51], - [-28, 43], - [-21, 0], - [-66, -37], - [-57, -19], - [-45, 67], - [-25, -27], - [-40, 27], - [-47, 53], - [44, 78], - [38, 34], - [76, -58], - [38, 44], - [62, 91], - [60, 74], - [43, 30], - [-55, 18], - [38, 83], - [70, 87], - [33, 55], - [52, 20], - [24, -31], - [34, -6], - [21, 52], - [70, 43], - [9, 19], - [-9, 86], - [-12, 18], - [58, 85], - [36, 43], - [40, 28], - [8, 32], - [-42, 35], - [16, 22], - [-92, 117], - [20, 21], - [-37, 55], - [41, 54], - [-23, 23], - [43, 106], - [57, 78], - [38, -17], - [22, -44], - [39, -4], - [27, -32], - [60, -1], - [73, -21], - [8, 32], - [57, 59], - [0, 36], - [36, 46], - [0, 56], - [-60, 20], - [-25, 20], - [13, 41], - [-52, 54], - [39, 5], - [33, 41], - [3, 29], - [-57, 66], - [-39, -21], - [-27, 25], - [13, 26], - [-34, 36], - [-1, 39], - [20, 28], - [-20, 34], - [37, 63], - [-48, 51], - [30, 105], - [97, 103], - [32, 55], - [-110, 170], - [-39, 49], - [-18, -3], - [-35, 66], - [-45, -17], - [9, -28], - [-62, -35], - [-77, -18], - [-33, -21], - [40, -87], - [13, 2], - [37, -73], - [-7, -11], - [67, -119], - [-60, -39], - [-62, 123], - [-31, -14], - [-53, 94], - [-46, 8], - [10, 43], - [-35, 22], - [-39, 83], - [-43, 14], - [-13, 48], - [-42, 79], - [-31, -24], - [-38, 76], - [-52, 16], - [-45, -13], - [-29, 47], - [71, 60], - [13, 24], - [-43, 40], - [-72, 91], - [-336, 402] - ], - [ - [12533, 22533], - [431, 558] - ], - [ - [12964, 23091], - [429, -494], - [56, -83], - [57, -23], - [31, -42], - [36, -1], - [34, 35], - [61, -15], - [56, -33], - [26, -47], - [-76, -93], - [36, -33], - [-43, -52], - [56, -60], - [20, -38], - [58, -59], - [67, -79], - [176, -179], - [-49, -67], - [-15, -3], - [-146, -135], - [74, -94], - [121, -24], - [17, 43], - [75, 60], - [12, 52], - [68, -84], - [51, 23], - [5, -23], - [65, -28], - [24, 12], - [47, -59], - [-15, -14], - [-63, -124], - [91, -94], - [39, -20], - [-8, -27], - [-76, -45], - [10, -35], - [-58, -54], - [1, -50], - [28, -49], - [17, 19], - [57, -65], - [28, 56], - [45, -29], - [58, 96], - [24, 67], - [54, 14], - [29, 49], - [16, 49], - [52, 83], - [41, 51], - [38, 25], - [-1, 22], - [36, 29], - [28, 56], - [-25, 61], - [-60, 38], - [31, 14], - [-10, 34], - [-61, -22], - [4, 85], - [35, 46], - [61, 30], - [43, 34], - [1, 25], - [46, 27], - [18, 46], - [-30, 31], - [110, 12] - ], - [ - [15128, 22096], - [34, 40], - [-69, 64], - [-50, 80], - [-328, 482], - [-27, 42], - [46, 74], - [-12, 151], - [-24, 85], - [13, 40], - [-12, 50], - [4, 39], - [-19, 40], - [28, 19], - [-23, 47], - [45, 28], - [-14, 40], - [37, 48], - [-37, 44], - [-120, 84], - [-145, 43] - ], - [ - [14455, 23636], - [-3, 7] - ], - [ - [21310, 35539], - [35, 14], - [27, 88], - [-38, 41], - [6, 22], - [114, 76], - [14, 30], - [68, -12], - [49, -19], - [47, 10], - [78, -23], - [-4, 62], - [18, 112], - [44, 119], - [126, -46], - [85, -55], - [-11, -74], - [17, -29], - [-6, -41], - [111, 6], - [79, -26], - [119, 91], - [81, 92], - [31, 51], - [43, 40], - [48, 20], - [-20, 58], - [52, 56], - [72, -25], - [53, -6], - [164, -71], - [104, 1], - [39, 69], - [66, 64], - [66, 2], - [29, -21], - [-72, -19], - [-69, -89], - [-29, -18], - [-75, -84], - [4, -41], - [117, -52], - [14, -106], - [26, -17], - [-2, -56], - [69, -30], - [10, -21], - [-34, -61], - [-15, -57], - [-29, 56], - [-4, 59], - [-58, -35], - [-53, -83], - [29, -35], - [-65, 0], - [-1, 35], - [-29, 8], - [-62, -16], - [-18, 7], - [-73, -19], - [-34, -44], - [-22, 1], - [-83, -49], - [-57, 27], - [-37, 0], - [-68, 54], - [-29, -55] - ], - [ - [19858, 33455], - [60, 113], - [49, 53], - [26, 12], - [6, 41], - [-65, 49], - [-40, -27], - [-28, 54], - [-51, 48], - [-12, -15], - [-72, 52], - [-54, 8], - [-37, 39], - [-48, -34], - [-57, -1], - [11, 55], - [46, 92], - [43, 54], - [10, 50], - [45, 74], - [25, 19], - [81, -61], - [80, -35], - [50, -63], - [57, -17], - [17, -20], - [80, 11], - [49, -87], - [79, -89], - [68, -6], - [51, 20], - [89, 22], - [54, 51], - [24, 70], - [62, 29], - [25, 30], - [33, -5], - [-17, 56], - [54, 38], - [78, 34], - [-31, 108], - [23, 6] - ], - [ - [18998, 32847], - [13, 19], - [55, -14], - [107, 58], - [117, 6], - [0, 64], - [47, 36], - [115, 51], - [75, 62] - ], - [ - [2811, 10684], - [67, 137], - [28, -18], - [22, 48], - [118, -111], - [-36, -44], - [-64, 35], - [-32, 31], - [-30, -51], - [5, -57], - [-18, -18], - [-60, 48] - ], - [ - [3805, 10695], - [-118, -262] - ], - [ - [3687, 10433], - [-340, 164], - [-46, 0], - [-139, 100], - [23, 99], - [-45, 0], - [-36, 31], - [-33, -12], - [-80, 66], - [-97, 38], - [-26, 76], - [69, 34], - [-24, 47], - [77, 45], - [104, -87], - [55, 8], - [70, -4], - [34, -99], - [28, -17], - [68, 6], - [456, -233] - ], - [ - [3514, 10049], - [296, -156], - [19, -17], - [61, -15], - [-7, -42], - [27, -36], - [-11, -47], - [13, -62], - [24, -8], - [22, -55], - [-18, -44], - [-75, -62], - [-39, 4], - [-13, -29], - [-48, -47], - [6, -28], - [-9, -88], - [63, -63], - [93, -216], - [158, -156], - [-18, -61], - [36, -13], - [50, -66], - [44, 17], - [65, 42], - [39, 16], - [38, 44], - [45, 14], - [-9, 36], - [42, 28], - [43, 53], - [33, 73], - [54, 12], - [-1, -48], - [-31, -46], - [13, -67], - [95, -31], - [59, 36], - [44, -5], - [-55, -99], - [50, -30], - [-10, -49], - [22, -71], - [-50, -100], - [-51, -79], - [-56, -117], - [-51, -87], - [-69, -42], - [-23, -28], - [-148, -128], - [-124, -35], - [-57, -24], - [-120, -67], - [-33, -41], - [-57, -39], - [-81, -12], - [-62, 35], - [-54, -10], - [-30, -46], - [-34, -7], - [-78, -55], - [-12, -35], - [-49, -20], - [-18, -59], - [-78, -45], - [-42, -10], - [-57, -66], - [-15, -48], - [-38, -30], - [-13, -38], - [-38, 0], - [-53, -44], - [-35, 4], - [-29, -64], - [35, -242], - [-46, -50], - [-91, -72], - [-57, -53], - [-76, -13], - [-140, -77], - [-55, -24], - [-70, -43], - [-50, -105], - [-29, 19], - [-78, -59], - [-5, -28], - [-79, -24], - [-53, 2], - [-44, 31], - [-120, 21], - [-87, -3], - [-19, 23], - [-44, 5], - [-60, -10], - [-36, 91], - [-53, 75], - [-226, -63], - [-35, 23], - [-155, 25], - [-111, 3], - [-52, -88], - [-20, -108], - [-24, -36], - [-35, 29], - [-71, -68], - [-22, -66], - [-51, 79], - [-58, 27], - [-45, 7], - [-19, 26], - [-71, 24], - [-55, -15], - [-60, 15], - [-71, -21], - [-45, 28], - [-77, 29], - [-93, -41], - [-22, 17], - [-34, -43], - [-13, -79], - [-38, -38], - [-21, -39], - [-61, -41], - [-46, 9], - [-57, -48], - [-54, 22], - [-50, -45], - [-20, 77], - [54, 52], - [75, 41], - [10, 44], - [-23, 49], - [-7, 53], - [36, 79], - [28, 80], - [56, 85], - [45, 120], - [49, 91], - [11, 99], - [14, 40], - [46, -8], - [21, -49], - [21, 22], - [32, 133], - [46, 63], - [6, 38], - [-21, 20], - [-15, 51], - [-113, 48], - [-12, 38], - [-146, 69], - [-109, 58], - [26, 51], - [46, 20], - [46, 38], - [-44, 88], - [32, 94], - [40, 76], - [59, 45], - [113, -12], - [69, -29], - [11, 44], - [-10, 33], - [-36, 55], - [36, 25], - [63, -14], - [53, -36], - [41, 58], - [34, 10], - [12, 52], - [60, 45], - [8, 51], - [25, -14], - [18, 32], - [47, -3], - [74, 28], - [109, 108], - [113, -106], - [53, -39], - [18, 41], - [28, 18], - [35, 81], - [49, 68], - [61, 69], - [39, 16], - [52, -81], - [31, -13], - [56, 22], - [77, 64], - [49, 16], - [71, -7], - [28, -15], - [112, -123], - [32, -29], - [72, 72], - [25, -25], - [160, 164], - [50, 66], - [-44, 56], - [21, 51], - [-3, 34], - [-43, 63], - [-16, 44], - [24, 29], - [-60, 22], - [-73, 93], - [48, 41], - [-66, 46], - [-21, 38], - [-50, 41], - [24, 87], - [-33, 39], - [26, 43], - [58, 48], - [36, 44], - [22, 53], - [44, -2], - [57, 62], - [12, 41], - [-39, 77], - [26, 80], - [-11, 33], - [6, 93], - [72, 91] - ], - [ - [2264, 10162], - [2, -26], - [53, -68], - [51, -47], - [13, -33], - [81, -71], - [0, -14], - [132, -76], - [36, -37], - [83, -30], - [98, -50], - [87, -17], - [312, -159], - [147, 278], - [155, 237] - ], - [ - [14455, 23636], - [-106, 33], - [-402, 114], - [-983, -692] - ], - [ - [12533, 22533], - [-404, -322] - ], - [ - [10985, 21054], - [-329, 363], - [-63, 13], - [-142, 18], - [-71, -60], - [-8, 56], - [37, 41], - [32, 100], - [19, 98], - [-35, 21], - [28, 208], - [-179, 145], - [-76, 71], - [-57, 14], - [14, 114], - [-3, 85], - [44, 203], - [38, 107], - [-24, 13], - [-23, 42], - [9, 46], - [-70, -26], - [-349, -157], - [-278, -133], - [-183, -131], - [-11, -15], - [-90, -54], - [-23, -93], - [-246, -355], - [-166, 5], - [-110, -44], - [-105, -65], - [-68, 15], - [-82, -3], - [-165, -76], - [-59, -32], - [-140, -98], - [-48, -18], - [-42, 2], - [-47, -29], - [-60, -66], - [-98, -36], - [-121, -158], - [-70, -51], - [-119, -36], - [-133, -49], - [-297, -118], - [-152, 11], - [-56, 15], - [-15, 61], - [-71, 9] - ], - [ - [6722, 21027], - [38, 494], - [20, 299], - [-88, 214], - [-218, 341], - [-77, 83], - [-42, 144], - [85, 42], - [99, 68], - [94, 95], - [90, 104], - [26, 66], - [41, 46], - [15, 38], - [42, 42], - [28, 56], - [65, 95], - [98, 114], - [57, 47], - [111, 111], - [110, -171], - [74, 37], - [47, 36], - [65, 34], - [69, 22], - [33, -5], - [112, 31], - [35, 3], - [156, 70], - [119, 44], - [59, 8], - [81, 43], - [44, 9], - [95, 60], - [102, 81], - [87, 56], - [92, 15], - [63, -29], - [78, -7], - [45, 17], - [55, 3], - [127, 96], - [80, 37], - [90, 94], - [76, 140], - [30, 100], - [69, 156], - [76, 104], - [126, 90], - [85, 53], - [119, 53], - [36, 10], - [104, -9], - [28, 4], - [66, 72], - [57, 72], - [40, 14], - [36, 62], - [102, 64], - [6, 17], - [-102, 32], - [-45, 91], - [-48, 18], - [-44, -7], - [-19, 18], - [-27, 57], - [-53, 25], - [-37, 64], - [25, 46], - [92, 15], - [21, 24], - [21, 58], - [41, 14], - [-18, 35], - [30, 46], - [0, 26], - [-46, 16], - [-3, 43], - [57, 12], - [77, 67], - [12, 36], - [39, 20], - [56, 4], - [58, 56], - [45, -45], - [73, 1], - [51, 11], - [62, 34], - [18, 33], - [23, 79], - [1, 34], - [-69, 98], - [-20, 83], - [8, 28], - [77, 4], - [37, 36], - [30, 52], - [37, 21], - [31, 37], - [124, 76], - [64, 14], - [72, -1], - [50, 51], - [47, 10], - [149, 70], - [29, 26], - [49, -1], - [84, 43], - [11, 73], - [25, 21], - [66, -6], - [22, 12], - [36, 65], - [28, 29], - [41, 17], - [29, 37], - [33, 66], - [29, -6], - [123, 89], - [8, 66], - [126, 51], - [24, 56], - [51, 52], - [40, 56], - [1, 22] - ], - [ - [11532, 12395], - [-1855, 553], - [-2170, 41], - [-1246, -825], - [-1205, -246], - [-1096, -881], - [-155, -342] - ], - [ - [3687, 10433], - [-173, -384] - ], - [ - [2264, 10162], - [-7, 33], - [23, 44], - [61, 58], - [50, 109], - [24, 26], - [-9, 30], - [37, 54], - [-26, 16], - [7, 55], - [40, 42], - [115, 47], - [36, 76], - [75, 72], - [-3, 57], - [24, 92], - [29, 54], - [113, 125], - [-3, 35], - [-51, 84], - [-65, 61], - [-7, 78], - [-27, 21], - [-18, -41], - [-99, -6], - [-41, 54], - [-159, 174], - [-37, 24], - [-252, 207], - [9, -63], - [-60, 54], - [-37, -4], - [-76, 102], - [-16, 62], - [-25, 34], - [-151, 47], - [-249, 70], - [-50, 31], - [90, 186], - [44, 57], - [9, 78], - [147, 176], - [10, 63], - [-26, 73], - [-78, 58], - [-55, 64], - [33, 84], - [-45, 46], - [4, 74], - [-14, 39], - [57, 42], - [110, 121], - [155, 158], - [28, 68], - [66, 205], - [81, 196], - [34, 109], - [120, 165], - [218, 270], - [76, -66], - [131, 184], - [-66, 52], - [108, 121], - [-247, 252], - [-368, 383], - [58, 69], - [92, 83], - [28, 71], - [35, 51], - [47, 35], - [127, 121], - [30, 10], - [83, 83], - [78, 39], - [54, 76], - [44, 44], - [54, 1], - [84, 50], - [89, 64], - [9, 88], - [54, 26], - [30, 46], - [74, 36], - [76, 65], - [9, 31], - [45, 71], - [-14, 18], - [61, 35], - [46, -14], - [73, 91], - [-2, 24], - [61, 25], - [-11, 17], - [32, 40], - [64, 23], - [50, 40], - [41, 65], - [28, 62], - [72, 65], - [56, 68], - [143, 126], - [189, 183], - [21, 78], - [5, 51], - [136, 104], - [48, 76], - [29, 1], - [88, 32], - [42, 30], - [31, 0], - [251, 172], - [121, 75], - [27, -6], - [188, 79], - [108, 87], - [37, 10], - [23, 68], - [45, 30], - [39, 70], - [14, -15], - [64, 1], - [8, 15], - [69, 18], - [-6, 103], - [-13, 27], - [63, 14], - [52, -15], - [69, 15], - [70, 81], - [34, 76], - [-24, 68], - [-25, 23], - [93, 103], - [326, 96], - [66, 25], - [76, 48], - [104, 99], - [4, 100], - [141, 134], - [44, 18], - [-7, 90], - [88, 207], - [-225, 187], - [-91, 73], - [-47, 222], - [128, 73], - [-18, 166], - [49, 178], - [193, 325], - [34, 53] - ] - ], - "transform": { - "scale": [0.00007502352717409281, 0.00004913555434863117], - "translate": [5.9559112999999995, 45.8181309] - }, - "objects": { - "switzerland": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-GL", - "NAME_0": "Switzerland", - "ID_1": 9, - "NAME_1": "Glarus", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Glaris|Glarona|Glaruna" - } - }, - { - "arcs": [[4, 5, 6, 7, 8, 9]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-LU", - "NAME_0": "Switzerland", - "ID_1": 12, - "NAME_1": "Lucerne", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Lucerna|Luzern" - } - }, - { - "arcs": [ - [[10, 11]], - [[12]], - [[13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, -9], [24], [25]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-BE", - "NAME_0": "Switzerland", - "ID_1": 6, - "NAME_1": "Bern", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Berna|Berne" - } - }, - { - "arcs": [[26, 27, -10, -24, 28, 29, 30]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-AG", - "NAME_0": "Switzerland", - "ID_1": 1, - "NAME_1": "Aargau", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Argovia|Arg¢via|Argovie" - } - }, - { - "arcs": [[31, 32, 33, 34, 35, 36, 37, -30, 38, 39]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-BL", - "NAME_0": "Switzerland", - "ID_1": 4, - "NAME_1": "Basel-Landschaft", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Bâle-Campagne|Basel-Country|Baselland|Basel-Land|Basilea campagna|Basilea Campaña|Basilea-Champagna" - } - }, - { - "arcs": [[40, 41, -5, -28]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-ZG", - "NAME_0": "Switzerland", - "ID_1": 26, - "NAME_1": "Zug", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Zoug|Zugo" - } - }, - { - "arcs": [[[-16, 42, 43]], [[44, -14, -8]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-OW", - "NAME_0": "Switzerland", - "ID_1": 15, - "NAME_1": "Obwalden", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Obvaldo|Obwald|Unterwalden-le-Haut|Obwaldo|Sursilvania" - } - }, - { - "arcs": [[45, 46, -43, -15, -45, -7]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-NW", - "NAME_0": "Switzerland", - "ID_1": 14, - "NAME_1": "Nidwalden", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Nidvaldo|Nidwald|Unterwalden-le-Bas|Nidwaldo" - } - }, - { - "arcs": [[47, 48, 49, 50, -1]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-GR", - "NAME_0": "Switzerland", - "ID_1": 10, - "NAME_1": "Graubünden", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Graubünden|Grigioni|Grischun|Grisons" - } - }, - { - "arcs": [[51, 52, 53, 54, 55, 56]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-AR", - "NAME_0": "Switzerland", - "ID_1": 2, - "NAME_1": "Appenzell Ausserrhoden", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Appenzell Ausser-Rhoden|Appenzell Outer Rhodes|Appenzell dadens|Appenzell Rhodes Extérieures|Appenzello Esterno" - } - }, - { - "arcs": [[[57, -52]], [[58, -54]], [[-56, 59]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-AI", - "NAME_0": "Switzerland", - "ID_1": 3, - "NAME_1": "Appenzell Innerrhoden", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Appenzell Inner-Rhoden|Appenzell Inner Rhodes|Appenzell dador|Appenzell Rhodes Intérieures|Appenzello Interno" - } - }, - { - "arcs": [[-18, 60, 61, 62, 63]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-VS", - "NAME_0": "Switzerland", - "ID_1": 23, - "NAME_1": "Valais", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Vallais|Vallese|Wallis" - } - }, - { - "arcs": [[[64]], [[65, 66, -48, -4, 67, 68], [-57, -60, -55, -59, -53, -58], [69]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-SG", - "NAME_0": "Switzerland", - "ID_1": 16, - "NAME_1": "Sankt Gallen", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Saint-Gall|San Gallo|Son Gagl" - } - }, - { - "arcs": [[70, -62, 71, -50], [72]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-TI", - "NAME_0": "Switzerland", - "ID_1": 21, - "NAME_1": "Ticino", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Tesino|Tessin" - } - }, - { - "arcs": [[-3, 73, -46, -6, -42, 74, -68]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-SZ", - "NAME_0": "Switzerland", - "ID_1": 18, - "NAME_1": "Schwyz", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-75, -41, -27, 75, 76, 77, 78, 79, 80, -69]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-ZH", - "NAME_0": "Switzerland", - "ID_1": 25, - "NAME_1": "Zürich", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Turitg|Zurigo|Zürih|Zurique" - } - }, - { - "arcs": [[[-70]], [[-81, 81, 82, 83, 84, 85, -66], [-65]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-TG", - "NAME_0": "Switzerland", - "ID_1": 20, - "NAME_1": "Thurgau", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Thurgovie|Turgovia|Turg¢via" - } - }, - { - "arcs": [[-72, -61, -17, -44, -47, -74, -2, -51]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-UR", - "NAME_0": "Switzerland", - "ID_1": 22, - "NAME_1": "Uri", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[[-79, 86, -83, 87]], [[88, -77]], [[-85, 89]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-SH", - "NAME_0": "Switzerland", - "ID_1": 17, - "NAME_1": "Schaffhausen", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Schaffhouse|Schaffusa|Sciaffusa" - } - }, - { - "arcs": [[90, 91, -40, 92, -22]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-JU", - "NAME_0": "Switzerland", - "ID_1": 11, - "NAME_1": "Jura", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Giura" - } - }, - { - "arcs": [[[-25]], [[93]], [[94]], [[95, 96]], [[97, 98, 99, -11, 100, 101, -20], [-13]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-FR", - "NAME_0": "Switzerland", - "ID_1": 7, - "NAME_1": "Fribourg", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Freiburg|Friburg|Friburgo" - } - }, - { - "arcs": [[-37, 102]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-BS", - "NAME_0": "Switzerland", - "ID_1": 5, - "NAME_1": "Basel-Stadt", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Bâle-Ville|Basel-City|Basel-Town|Basilea-Citad|Basilea Ciudad|Basilea città|Basiléia cidade" - } - }, - { - "arcs": [[[-26]], [[103, -35]], [[104, -33]], [[-93, -39, -29, -23]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-SO", - "NAME_0": "Switzerland", - "ID_1": 19, - "NAME_1": "Solothurn", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Soletta|Soleure|Soleuro|Soloturn" - } - }, - { - "arcs": [[[105]], [[106, 107]], [[108, 109]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-GE", - "NAME_0": "Switzerland", - "ID_1": 8, - "NAME_1": "Genève", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Cenevre|Genebra|Geneve|Geneva|Genevra|Genf|Ginebra|Ginevra" - } - }, - { - "arcs": [[-91, -21, -102, 110, -99, 111, -97, 112, 113]], - "type": "Polygon", - "properties": { - "ID_0": 223, - "ISO": "CH-NE", - "NAME_0": "Switzerland", - "ID_1": 13, - "NAME_1": "Neuchâtel", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Neuenburg" - } - }, - { - "arcs": [ - [[-111, -101, -12, -100]], - [[-19, -64, 114, -108, 115, -110, 116, -113, -96, -112, -98], [-94], [-95], [-106]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 223, - "ISO": "CH-VD", - "NAME_0": "Switzerland", - "ID_1": 24, - "NAME_1": "Vaud", - "TYPE_1": "Canton|Kanton|Chantun", - "ENGTYPE_1": "Canton", - "NL_NAME_1": null, - "VARNAME_1": "Vad|Waadt|Waadtland" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/thailand-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/thailand-topo.json deleted file mode 100644 index 07a6cb46d193a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/thailand-topo.json +++ /dev/null @@ -1,9644 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [23307, 29710], - [33, -19], - [74, -73], - [8, -55], - [-16, -81], - [77, -175], - [15, -71], - [60, -33] - ], - [ - [23558, 29203], - [-51, -7], - [-50, -69], - [-23, -66], - [-51, -82], - [21, -107], - [-3, -39], - [-38, -49], - [-61, -28], - [-14, -64], - [32, -34], - [-59, -115], - [2, -161], - [-15, -39], - [-77, -45], - [-74, -26], - [-14, -24], - [5, -75], - [-47, -108], - [11, -97], - [92, -33], - [19, -35], - [-14, -75], - [-56, -18], - [-68, -61], - [16, -35], - [-27, -43], - [-54, 8], - [9, 64], - [-71, 15], - [-19, 35], - [-43, -14], - [-42, 57], - [-42, -31], - [-57, 92], - [-55, 15], - [-140, 77], - [-50, -8], - [-39, 36], - [-196, 46], - [-55, -30], - [28, -36], - [57, -3], - [23, -43], - [-62, -15], - [-3, -48], - [-45, -36], - [-53, -11], - [4, -113], - [-96, -30], - [-22, -38], - [-65, 45], - [-48, 12] - ], - [ - [21878, 27714], - [-12, 59], - [-77, 17], - [-51, -9], - [-6, 52], - [-39, 33], - [-31, 71], - [21, 33], - [-15, 124], - [-54, 25], - [31, 132], - [-18, 53], - [60, 161], - [36, 27], - [-30, 60], - [7, 46], - [50, 67], - [1, 39], - [61, 64], - [45, 26], - [-8, 73], - [52, 19], - [33, 67], - [-39, 50], - [45, 35], - [10, 43], - [74, 96], - [10, 29], - [134, 28], - [55, 40], - [67, 0], - [151, -26], - [68, -26], - [140, -16], - [67, 33], - [55, -41], - [30, -1], - [37, 130], - [-1, 38], - [-57, 18], - [-40, -16], - [-40, 76], - [-36, 33] - ], - [ - [22664, 29476], - [71, 10], - [28, -31], - [68, 1], - [17, 42], - [81, -7], - [78, 28], - [16, 64], - [103, 63], - [37, -8], - [87, 57], - [57, 15] - ], - [ - [9537, 25355], - [2, -20], - [80, -29], - [44, -67] - ], - [ - [9663, 25239], - [-28, -68], - [5, -61], - [-30, -45], - [-2, -87], - [-42, -42], - [41, -46], - [-3, -34], - [30, -96], - [-8, -77], - [-19, -44], - [-96, -56], - [-55, -4], - [-16, 27], - [-58, -8], - [1, 94], - [-16, 77], - [-100, 4], - [-37, -22], - [-157, -27], - [-93, 23], - [-39, -30], - [-63, -13] - ], - [ - [8878, 24704], - [-65, 21], - [-19, 50], - [-57, 42], - [5, 46], - [-37, 47], - [43, 63], - [-47, 83], - [94, 91], - [15, 29], - [-47, 111], - [-2, 94], - [-27, 45], - [14, 101], - [53, 37] - ], - [ - [8801, 25564], - [56, 20], - [64, -7], - [73, -29], - [59, 29], - [65, 14], - [35, -40], - [-6, -33], - [44, -42], - [42, 14], - [37, -61], - [79, 36], - [29, -19], - [-5, -59], - [72, 1], - [92, -33] - ], - [ - [10897, 23208], - [-19, -134], - [-5, -101], - [-42, -31], - [138, -99], - [-26, -34], - [-60, -33], - [-167, -252], - [18, -8] - ], - [ - [10734, 22516], - [-54, -1], - [-167, 55], - [-239, 5], - [6, -64], - [-41, -110], - [-136, 39], - [-19, -50], - [-207, 46], - [24, 66], - [-84, 41], - [-28, -23], - [3, -44], - [-24, -34], - [-81, 10], - [-9, -124], - [17, -67], - [-28, -10], - [-93, 17], - [-80, -8], - [-24, -50], - [-8, -87], - [25, -149] - ], - [ - [9487, 21974], - [-137, -23] - ], - [ - [9350, 21951], - [-10, 49], - [44, 81], - [-6, 61], - [-62, -16], - [-54, 104], - [-7, 69], - [-64, 59], - [-52, 8], - [9, 50], - [-34, 110], - [3, 92] - ], - [ - [9117, 22618], - [-9, 197], - [-28, 51] - ], - [ - [9080, 22866], - [33, -51], - [249, -9], - [159, -11], - [21, -22], - [93, 32], - [46, 35], - [-9, 34], - [95, 68], - [72, 279], - [-11, -1] - ], - [ - [9828, 23220], - [32, 13], - [91, -26], - [16, 29], - [48, -18], - [1, -30], - [52, -19], - [144, -4], - [53, -33], - [135, 0], - [134, 38], - [363, 38] - ], - [ - [20898, 34567], - [-49, -13], - [-61, 14], - [-23, -24], - [-104, -44], - [24, -66], - [63, -55], - [-50, -82], - [-86, -62], - [-68, -67], - [-73, 30], - [5, 34], - [-64, 21], - [-42, -44], - [-61, -17], - [-28, -71], - [48, -38], - [-11, -21], - [55, -87] - ], - [ - [20373, 33975], - [-49, -6], - [-5, -56], - [-39, -22], - [-79, -14], - [-58, 24], - [-23, 61], - [-52, 38], - [25, 44], - [-20, 67], - [-56, -23], - [14, 85], - [-91, -16], - [-59, 22], - [-62, -37], - [-122, 2], - [50, -35], - [-53, -43], - [-87, 108], - [53, 123], - [-91, -27], - [-93, 25], - [-16, 41], - [-106, 46], - [-79, 43], - [-95, 32], - [-14, 53], - [-29, 33], - [-16, 61], - [-56, 10], - [-86, 66], - [-137, 35], - [-66, -40], - [1, -51], - [30, -120], - [-35, -33], - [-54, 49], - [-37, -46], - [-43, 16], - [-30, -32], - [-107, 22] - ], - [ - [18501, 34480], - [-35, 89], - [-64, 27], - [-33, -11], - [-55, 57], - [-93, 23], - [-34, 90], - [40, 26], - [-66, 25], - [19, 127], - [51, 4], - [62, -21], - [62, 43], - [-25, 50], - [-63, 36], - [-6, 29], - [-134, 84], - [-45, -8], - [0, 79], - [81, 37], - [18, 87] - ], - [ - [18181, 35353], - [-4, 31], - [-63, 60], - [-67, -3], - [-32, 51], - [5, 40], - [113, 96], - [38, 59], - [52, 26], - [107, 0], - [165, 40], - [32, 0], - [136, -65], - [189, 3], - [92, -20], - [75, -40], - [84, 2], - [48, -13], - [100, -56], - [147, -105], - [146, 2], - [192, -8], - [72, -31], - [58, -116], - [83, 1], - [138, 109], - [65, 27], - [93, -7], - [62, -70], - [204, -258], - [3, -27], - [82, -135], - [35, -95], - [43, -57], - [128, -127], - [75, -67], - [21, -33] - ], - [ - [17610, 27486], - [5, -41], - [-43, -103], - [-29, -15], - [80, -62], - [54, -4], - [86, -100], - [80, -14], - [100, -98], - [111, -31], - [52, 17], - [47, -54], - [44, 52], - [32, 1], - [44, 54], - [74, 18], - [54, -12], - [55, -39], - [1, -29], - [104, -1], - [27, 39], - [52, 22], - [67, 0], - [4, -48], - [94, -24], - [-15, -57], - [-67, -3], - [-43, -21], - [-5, -65], - [-68, -31], - [-27, -88], - [-32, -38], - [26, -48], - [-22, -49], - [24, -28], - [-14, -81], - [22, -111], - [17, -20], - [-31, -59], - [64, -45], - [-25, -39], - [-46, -1], - [-29, -69], - [44, -62], - [-36, -72], - [33, -43], - [-29, -64], - [-87, -69], - [-43, -96], - [-42, -10], - [-62, -79], - [-39, 12], - [-65, -68], - [-40, 12], - [-17, -83], - [-71, -41], - [27, -55], - [-13, -92], - [-49, -142], - [-67, -47], - [14, -66], - [-74, -82], - [-10, -50], - [33, -33], - [6, -49], - [-27, -54], - [22, -25], - [-13, -51], - [55, -49], - [-3, -38], - [40, -76], - [-51, -139], - [-26, -36], - [-1, -84], - [17, -60] - ], - [ - [17960, 24270], - [-72, -1], - [-86, 25], - [-41, -13], - [-26, -44], - [-35, 31], - [-37, -17], - [2, -39], - [-156, -36], - [-71, -27], - [2, -28], - [-100, -118], - [-80, -48], - [-133, -17], - [-46, -36], - [-30, -51] - ], - [ - [17051, 23851], - [-92, -35], - [-54, 27], - [-31, -14], - [-5, -50], - [-33, -2], - [-80, 48], - [-76, 13], - [-29, -32], - [-64, 7], - [-36, -61], - [-94, 1], - [-122, -29], - [-39, 58], - [-88, 38], - [-60, -46], - [-65, 57], - [-63, -10], - [-24, -28], - [-99, -56], - [-87, 20], - [-43, -28], - [-79, 24], - [-27, -28], - [-113, 33], - [-17, 26] - ], - [ - [15531, 23784], - [69, 116], - [154, -12], - [24, 31], - [80, 3], - [31, 41], - [64, 14], - [83, 50], - [79, 69], - [115, 53], - [51, 49], - [-44, 46], - [-69, 24], - [-60, -17], - [-51, 6], - [-51, 35], - [-16, 66], - [-44, 14], - [-16, 35], - [1, 69], - [21, 75], - [37, 46], - [53, 9], - [17, 32], - [16, 94], - [-23, 11], - [-245, 29], - [-82, -4], - [-36, 49], - [29, 40], - [6, 79], - [-65, 160], - [6, 89], - [-50, 152], - [58, 60], - [9, 41], - [-39, 48], - [-49, 18], - [-37, 78], - [22, 64], - [39, 39], - [49, -58], - [75, -32], - [100, 34], - [23, 31], - [34, 98], - [-4, 51], - [-32, 28], - [9, 41], - [54, 35], - [8, 60], - [-18, 49], - [45, 6], - [85, -59], - [280, -8], - [53, 58], - [-7, 45], - [22, 38], - [55, 30], - [55, -6], - [18, 42], - [-4, 63], - [62, 9], - [10, 36], - [-5, 112], - [141, 166], - [22, -1], - [57, 66], - [79, 10], - [63, 43], - [134, -14], - [82, 23], - [26, 41], - [-40, 30], - [0, 66], - [-21, 84], - [40, 62], - [-45, 47], - [12, 44], - [107, 35], - [-8, 73], - [-28, 27], - [-74, 18], - [-12, 42], - [78, 60], - [60, 3], - [44, 35], - [-48, 60], - [-9, 42], - [-37, 32], - [-126, -14], - [-52, 74], - [-55, 46], - [-64, 16], - [-78, -27], - [-130, -3], - [-15, 35], - [-86, 99], - [3, 80], - [-36, 95], - [25, 62] - ], - [ - [16594, 27945], - [76, -36], - [79, 6], - [109, 41], - [42, 121], - [-16, 118], - [10, 92], - [50, 50], - [112, 25] - ], - [ - [17056, 28362], - [32, -80], - [113, -44], - [30, -51], - [50, -10], - [17, -72], - [-15, -51], - [-97, -53], - [117, -106], - [3, -36], - [47, -43], - [75, -20], - [-21, -54], - [18, -35], - [47, -19], - [74, -57], - [-60, -85], - [59, -39], - [65, -21] - ], - [ - [11579, 23274], - [31, -21], - [40, -102], - [-23, -28], - [0, -97], - [-25, -28], - [64, -34], - [54, 14], - [54, 42], - [62, -4], - [42, 18], - [44, -48], - [87, 35], - [56, -20], - [35, 8], - [106, -42], - [12, 24], - [66, -12], - [41, 22], - [2, -67], - [88, -28], - [50, -1], - [31, -28], - [96, -10], - [58, -54], - [110, -43], - [70, -5], - [137, -142], - [57, 2], - [102, 28], - [24, -18], - [62, 4], - [37, 67], - [37, 15], - [8, 52], - [43, 23], - [48, -5], - [58, 48], - [55, -46], - [24, -41], - [46, -33], - [-3, -46], - [26, -39], - [-18, -52], - [57, -70], - [54, 26], - [33, -28], - [9, -165], - [69, -17], - [35, -78], - [53, -55], - [58, 12] - ], - [ - [13941, 22207], - [1, -30], - [-43, -76], - [-112, -27], - [45, -42], - [49, -6], - [28, -74], - [42, -48], - [77, -42], - [-14, -37], - [20, -37], - [77, -71], - [42, -85], - [-3, -41], - [27, -30], - [2, -59] - ], - [ - [14179, 21502], - [-65, -23], - [-61, -86], - [-62, 4], - [-66, -22], - [-46, -169], - [-76, 54], - [-54, 0], - [-34, -36], - [-199, -138], - [-41, 11], - [-121, -20] - ], - [ - [13354, 21077], - [-38, 73], - [-55, 68], - [-19, 59], - [-45, 58], - [-32, 8], - [-54, 47], - [-121, 28], - [-51, 52], - [-58, 29], - [-24, 100], - [-29, 26], - [1, 56], - [-22, 32], - [-40, -5], - [-93, 35], - [-91, -31], - [-43, -3], - [-29, 42], - [-54, 23], - [0, 61], - [-40, 14], - [-51, -17], - [-87, 20], - [-49, 60], - [-85, 49], - [-153, 167], - [-77, 35], - [-177, 42], - [-70, 37], - [-76, -14], - [-38, -65], - [-55, -3], - [-53, -43], - [-119, -3], - [-5, -21], - [53, -75], - [-32, -6], - [-45, -45], - [-37, -8], - [-15, -48], - [-66, -45], - [-69, 1], - [-20, 20] - ], - [ - [11091, 21887], - [-114, -22], - [-162, 17], - [-117, 28] - ], - [ - [10698, 21910], - [9, 42], - [62, -6], - [1, 87], - [23, 69], - [45, 36], - [26, -18], - [37, 46], - [-18, 59], - [42, 2], - [63, 73], - [49, 36], - [9, 30], - [-45, 25], - [11, 35], - [-224, 69], - [-54, 21] - ], - [ - [10897, 23208], - [1, 40] - ], - [ - [10898, 23248], - [221, 26], - [95, 2], - [82, 19], - [177, -7], - [106, -14] - ], - [ - [9153, 26456], - [-76, -53], - [-57, -18], - [-17, -53], - [-54, -1], - [-50, -22], - [-82, -8], - [-1, -84], - [55, -17], - [30, -81], - [54, -77], - [-55, -50], - [-177, 27] - ], - [ - [8723, 26019], - [-125, -58], - [-42, -48], - [-61, 13], - [-45, 70], - [-114, 31], - [-27, -11], - [-79, 22], - [16, -66], - [-11, -52], - [-101, -25], - [-116, -16], - [-67, 21], - [-49, -10], - [-104, 22], - [-49, -7], - [-33, 41], - [-57, 35], - [-79, -11], - [-103, 20], - [-88, 50], - [-131, 3], - [-19, 40] - ], - [ - [7239, 26083], - [42, 69], - [46, 14], - [102, 52], - [18, 47], - [-34, 37], - [50, 46], - [40, 81], - [-86, 101], - [-81, 74], - [36, 30], - [-42, 41], - [-69, 93], - [-7, 153], - [45, 37], - [115, 37], - [44, 38], - [248, -35], - [64, -38], - [205, 37], - [24, -16], - [141, 1], - [39, -25], - [44, 7], - [82, -17], - [29, 15], - [12, 74], - [64, 50], - [-16, 47], - [-58, 38], - [25, 35], - [11, 78], - [46, 27] - ], - [ - [8418, 27311], - [73, -19], - [131, -101], - [98, -27], - [115, -119], - [72, -94], - [35, -140], - [28, -18], - [21, -97], - [40, -65], - [133, -74], - [-11, -101] - ], - [ - [13444, 30794], - [114, -89], - [55, 32], - [92, 29], - [59, -10], - [61, -33], - [55, 3], - [55, -42], - [58, 15], - [73, 0], - [13, -44], - [63, -14], - [40, -84], - [7, -47], - [92, -26], - [68, -135], - [84, -19], - [41, -26], - [33, 15], - [84, -10], - [105, 25], - [43, -32], - [29, 30], - [65, 5], - [88, -58], - [39, -41], - [73, -38], - [71, -17], - [83, 17], - [43, -26], - [52, 18], - [125, -25], - [40, 62], - [32, -114], - [136, -91], - [-33, -41], - [-13, -98], - [-65, -103], - [-35, -106], - [8, -51], - [-33, -21], - [-51, -76], - [-134, -163], - [-40, -64], - [-104, -97], - [-43, -56], - [68, -108], - [26, 10], - [116, -38], - [7, -48], - [104, -55], - [-46, -51], - [-8, -74], - [-38, -111], - [-64, -97], - [-46, -16], - [21, -175] - ], - [ - [15212, 28385], - [-46, 12], - [-13, -40], - [-93, -34], - [-63, 0], - [-2, -29], - [-42, -53], - [-38, -21], - [-81, 35], - [-8, -40], - [-41, -9], - [-57, 14], - [-39, -54], - [-73, -147], - [-47, -73], - [-50, -41], - [-33, 6], - [-51, -41], - [-32, -104], - [-72, -102], - [15, -45], - [-33, -82], - [1, -73], - [-71, -48], - [-41, 24], - [-117, -33], - [-69, 4], - [-24, -39], - [-43, -21], - [-54, -93], - [-52, -33], - [-113, 68], - [-59, 8], - [-47, 37], - [-83, -119], - [-57, -15], - [-121, 14], - [-63, 29], - [-44, -10], - [-85, 28], - [-50, -15], - [-44, -82], - [-24, -12], - [-69, 47], - [-26, -17], - [-148, 7], - [-67, -13], - [-78, -38], - [-56, 31], - [-125, 5], - [-67, -149], - [-66, 12], - [-15, 27] - ], - [ - [12336, 27068], - [-15, 26], - [-14, 100], - [6, 159], - [24, 142], - [-34, 125], - [-12, 140] - ], - [ - [12291, 27760], - [41, 175], - [24, 58], - [44, 204], - [-69, 1], - [-134, 54], - [-34, 81], - [-35, 19], - [27, 41], - [14, 66], - [-8, 74], - [11, 66], - [59, 20], - [73, 89], - [-16, 50], - [16, 77], - [-52, -7], - [-63, 85], - [20, 24], - [-63, 109], - [23, 130], - [25, 50], - [9, 131], - [38, 36], - [28, 54], - [57, 11], - [-31, 89], - [12, 58], - [-73, 34], - [70, 45], - [-12, 57], - [36, 73], - [-8, 33], - [18, 82], - [74, 51], - [-23, 60], - [54, 43], - [38, 51], - [46, 16], - [4, 40], - [74, 76], - [-30, 64], - [6, 39], - [164, 91], - [-62, 42], - [8, 135], - [76, 23], - [-51, 107], - [25, 59], - [63, -39], - [102, -46], - [15, 40], - [-19, 83], - [-47, 50], - [-3, 53], - [102, -17], - [18, -42], - [34, -3], - [41, -59], - [48, -17], - [61, 21], - [124, -13], - [98, -90], - [66, 47] - ], - [ - [15271, 18809], - [26, 21] - ], - [ - [15297, 18830], - [-26, -21] - ], - [ - [15301, 18832], - [27, 33] - ], - [ - [15328, 18865], - [-27, -33] - ], - [ - [15342, 18884], - [-8, -19] - ], - [ - [15334, 18865], - [8, 19] - ], - [ - [15342, 18884], - [-37, -41], - [-62, -30], - [-8, -86], - [-53, -27], - [-47, -52], - [-60, 34], - [-39, 75], - [20, 60], - [-32, 96], - [-34, 36], - [-58, -50], - [-15, -48], - [67, -1], - [13, -88], - [55, -66], - [-2, -41], - [-51, -14], - [-108, 62], - [-113, 124], - [-76, 68], - [-77, 40], - [-87, 101], - [-66, 57], - [-96, 50], - [-113, 106], - [-105, 49], - [-67, 4], - [-26, 76], - [30, 30], - [-39, 41], - [-27, -56], - [7, -119], - [-146, 108], - [39, 20], - [-11, 49], - [-102, 30], - [-21, 40], - [-6, 59], - [-112, 83], - [-124, 62], - [0, 44], - [38, 24], - [2, 35] - ], - [ - [13593, 19828], - [24, 56], - [37, 40], - [39, 165], - [-8, 77], - [-30, 100], - [-83, 112], - [7, 26], - [-43, 38], - [-71, -31], - [-50, 49], - [0, 69], - [61, 83], - [-16, 64], - [-111, -8], - [-12, 51], - [-62, 117], - [17, 43], - [-40, 27], - [32, 45], - [4, 47] - ], - [ - [13288, 20998], - [42, 24], - [24, 55] - ], - [ - [14179, 21502], - [38, -48], - [28, -66], - [74, -24], - [-17, -46], - [-3, -85], - [87, 11], - [46, 42], - [112, 24], - [28, 35], - [5, 74], - [31, 61], - [76, -78], - [100, 15], - [48, -122], - [53, 15], - [72, -1], - [32, -20], - [97, 10], - [26, 81], - [50, -7], - [75, 81], - [55, -48] - ], - [ - [15292, 21406], - [0, -79], - [32, -10], - [20, -85], - [53, -61], - [19, -59], - [15, -103], - [58, -56], - [-5, -38], - [56, -64], - [15, -40], - [65, -13], - [105, -189], - [30, -21], - [63, 0], - [-119, -82], - [46, -47], - [-47, -36], - [70, -139], - [-1, -88], - [-23, -41], - [44, -29], - [-1, -47], - [54, -36], - [-13, -41], - [24, -35], - [-10, -45], - [-46, -44], - [-25, 3] - ], - [ - [15771, 19881], - [-60, 12], - [-50, -56], - [-96, 5], - [-59, -72], - [-118, -90], - [9, -86], - [39, -92], - [-40, -16], - [38, -46], - [70, -55], - [-65, -17], - [-65, 45], - [-15, 36], - [-91, -22], - [-22, -54], - [-102, -37], - [31, -42], - [6, -87], - [35, -21], - [39, -57], - [-14, -49], - [-52, -33], - [28, -34], - [15, -61], - [100, -41], - [10, -27] - ], - [ - [6279, 37290], - [-79, -41], - [1, -70], - [33, -46], - [-24, -58], - [24, -92], - [-2, -60], - [-102, -59], - [-4, -36], - [27, -94], - [34, -55], - [-1, -76], - [-69, -54], - [1, -24], - [-63, -111], - [18, -46], - [47, -36], - [-51, -19], - [-11, -86], - [54, -5], - [37, -25], - [-25, -35], - [4, -46], - [-56, -5], - [-20, -94], - [-29, -28] - ], - [ - [6023, 35989], - [-66, 16], - [-101, 94], - [-78, 29], - [-54, 36], - [50, 62], - [-9, 98], - [-78, 18], - [-55, 56], - [5, 57], - [-106, 28], - [-61, -24], - [-38, -51], - [-32, -10], - [-98, 2], - [-89, -33], - [-113, 17], - [-31, -38], - [1, -45], - [-65, -28], - [-48, -45], - [5, -42], - [-49, -49], - [-29, -60], - [-62, -79], - [-29, -3], - [-99, -65], - [-42, 10], - [-37, -42], - [-86, -51], - [-43, -51], - [-44, -25], - [-74, -16], - [-36, -39], - [-49, -6], - [-61, 37], - [-51, -11], - [-52, -70], - [22, -47], - [-31, -22], - [-27, -71], - [66, -80], - [-92, -29], - [2, -86], - [89, -20], - [115, -68], - [107, -40], - [1, -71], - [25, -10], - [-4, -117], - [28, -49], - [35, -12], - [18, -116], - [-35, -79], - [48, -22], - [-108, -190], - [37, -27], - [53, 19], - [80, -63], - [24, -115], - [45, -98], - [45, -165], - [-57, -17], - [7, -84], - [-103, -47], - [-59, -4], - [-42, 99], - [-32, -6], - [-46, -76], - [-65, 9], - [-23, -24], - [-80, 0], - [-68, -15], - [16, -39] - ], - [ - [4110, 33884], - [-6, -28], - [-73, -50], - [-83, -34], - [-47, 116], - [-42, 18], - [-34, 49], - [-75, 21], - [-39, -39], - [-47, 41], - [-67, 36], - [-36, -30], - [-43, 8], - [-7, -51], - [49, -24], - [-20, -77], - [41, -69], - [24, -92], - [-6, -84], - [28, -93], - [0, -52], - [93, -15], - [51, -52], - [19, -49], - [-84, -29], - [-49, -35], - [-45, -56], - [-10, -112], - [-16, -50], - [36, -74], - [44, -10], - [41, -45], - [-10, -96], - [-55, -96], - [32, -28], - [38, -91], - [-8, -76], - [-86, -53], - [-114, 30], - [2, 46], - [-110, 36], - [-59, -28], - [-52, 13], - [-64, -6], - [-97, -30], - [-19, -21], - [-72, 24], - [-50, 40], - [31, 48], - [5, 58], - [-48, 47], - [7, 26], - [-86, 88], - [92, 25], - [17, 35], - [-23, 46], - [28, 70], - [-5, 48], - [-35, 45], - [-6, 63], - [-53, 137], - [-75, 10], - [-50, -17], - [-19, -41], - [-69, -37], - [-146, -23], - [-34, 27], - [-92, -16], - [-34, 72], - [-43, 28], - [-66, 168] - ], - [ - [2279, 33494], - [110, 68], - [55, 57], - [17, 52], - [-8, 127], - [-21, 7], - [17, 79], - [-42, 52], - [-86, 3], - [-51, 33], - [-43, 54], - [-18, 72], - [-44, 44], - [-72, 22], - [-15, 36], - [-43, 11], - [-4, 51], - [40, 63], - [203, 75], - [103, -45], - [79, -13], - [18, 51], - [89, 54], - [184, 28], - [2, 30], - [-41, 59], - [16, 28], - [61, 14], - [49, 35], - [50, 73], - [-68, 31], - [-59, -27], - [-46, 56], - [-53, -24], - [-75, 73], - [-73, 12], - [-29, 130], - [58, 70], - [-28, 37], - [11, 45], - [-70, 21], - [-36, 109], - [12, 38], - [168, 15], - [-71, 49], - [11, 78], - [-16, 49], - [-72, 40], - [-31, 61], - [-71, 66], - [-119, 56], - [28, 50], - [70, 32], - [50, 124], - [97, 28], - [50, 37], - [14, 60], - [99, -28], - [74, 57], - [16, 34], - [-27, 44], - [-46, 14], - [-8, 48], - [-81, 5], - [-2, 39], - [-58, 7], - [-60, 36], - [-82, -12], - [-36, 38], - [20, 60], - [-36, 99], - [5, 85], - [16, 39], - [40, 23], - [0, 48], - [-87, 5], - [-38, 113], - [29, 121], - [40, 64], - [69, 66], - [99, 33], - [1, 49], - [43, 29], - [-20, 80], - [16, 51], - [48, 59], - [13, 71], - [45, 20], - [13, 38], - [88, 109], - [38, 19], - [-31, 90], - [38, 56], - [98, -22], - [121, 9], - [45, -32], - [19, -90], - [24, -51], - [52, -23], - [4, -51], - [36, -15], - [53, -72], - [60, -23], - [52, 54], - [124, -13], - [114, -29], - [38, -20], - [54, 4], - [28, 30], - [74, 29], - [68, 10], - [95, 31], - [48, 54], - [-23, 124], - [-25, 83], - [-81, 65], - [-73, 30], - [-40, 47], - [90, 64], - [-30, 66], - [11, 41], - [36, 31], - [-29, 32], - [20, 49], - [-36, 67], - [11, 71], - [-37, 25], - [-22, 51], - [49, 109], - [-14, 54], - [43, 72], - [-18, 66], - [-44, 44], - [-31, -2], - [-9, 107], - [-70, 33], - [-21, 123], - [9, 23], - [-106, 58], - [-106, 83], - [-3, 81] - ], - [ - [3432, 39216], - [45, 33], - [110, 34], - [60, -61], - [89, -56], - [16, 85], - [63, 31], - [62, -11], - [60, 50], - [96, 51], - [118, 29], - [146, 9], - [88, -20], - [56, 64], - [53, 18], - [42, 37], - [9, 41], - [48, -8], - [201, -147], - [36, -8], - [19, 59], - [66, -45], - [29, -44], - [58, -17], - [20, 44], - [9, 88], - [36, -3], - [41, 67], - [52, 137], - [-31, 26], - [16, 171], - [40, 14], - [6, 52], - [-24, 55], - [0, 58], - [45, 25], - [-24, 56], - [2, 49], - [38, 71], - [34, 18], - [5, 67], - [192, 35], - [-15, 33], - [106, 42], - [59, -16], - [95, 10], - [44, -32], - [109, -31], - [164, -103], - [98, 9], - [115, 38], - [171, 11], - [95, 47], - [83, 25], - [-12, 36], - [55, 45] - ], - [ - [6626, 40484], - [13, -19], - [115, -27], - [48, -44], - [-35, -36], - [-38, 7], - [-167, -64], - [19, -78], - [-48, -36], - [-51, -16], - [31, -59], - [-28, -13], - [-36, -64], - [-107, -60], - [-20, -86], - [17, -39], - [-66, -20], - [-48, -68], - [23, -72], - [69, -58], - [-13, -25], - [34, -47], - [-80, 0], - [-49, -54], - [-36, -74], - [-19, -115], - [-47, -44], - [-94, -11], - [-60, -78], - [-90, -46], - [-18, -44], - [26, -103], - [53, -20], - [42, -112], - [58, -27], - [24, -39], - [-73, -63], - [-20, -52], - [37, -26], - [32, -100], - [-24, -68], - [43, -64], - [26, -124], - [-47, -30], - [51, -134], - [27, -94], - [-16, -37], - [-81, -84], - [-14, -135], - [32, -18], - [21, -78], - [-6, -52], - [64, -79], - [67, -42], - [16, -36], - [40, -7], - [-3, -46], - [59, -134] - ], - [ - [9350, 39342], - [-66, -71], - [-38, -7], - [-42, -52], - [-55, -4], - [-48, -42], - [-26, -67], - [-81, -15], - [-86, 15], - [-60, -63], - [-15, -47], - [-71, 1], - [-24, -26], - [-76, -36], - [-65, -65], - [-36, -17], - [-198, -17], - [-50, -32], - [-6, -109], - [16, -47], - [-26, -89], - [-160, -66], - [-67, 11], - [-117, -11], - [-84, -61], - [-22, 73], - [-48, -16], - [-39, 59], - [-181, -6], - [-119, 12], - [-37, -23], - [-180, -56], - [-103, -10], - [33, -99] - ], - [ - [7173, 38359], - [-57, 25], - [-47, -18], - [-128, 17], - [-67, 41], - [-80, 21], - [-19, -28], - [38, -41], - [-9, -119], - [26, -23], - [-3, -77], - [-88, -150], - [-17, -43], - [-15, -178], - [-15, -42], - [43, -17], - [30, -51], - [-24, -45], - [-45, -38], - [4, -62], - [-56, -30], - [-53, 8], - [-58, -21], - [-30, -58], - [-113, -101], - [-47, -28], - [-64, -11] - ], - [ - [6626, 40484], - [77, 2], - [9, 70], - [29, 9], - [30, 93], - [-88, 67], - [-26, 1], - [-20, 91], - [-39, 80], - [7, 88], - [-33, 44], - [-122, 62], - [3, 81], - [45, 5], - [73, -25], - [61, -65], - [62, -16], - [60, 3], - [66, -35], - [104, -35], - [72, 27], - [126, -68], - [66, 25], - [37, -7], - [20, 44], - [45, 27], - [136, -42], - [106, 4], - [85, 101], - [4, 80], - [49, 43], - [51, 77], - [96, 16], - [52, -10], - [117, 53], - [80, -81], - [5, -38], - [58, -13], - [71, -47], - [79, -35], - [43, -38], - [73, -129], - [9, -57], - [-14, -112], - [61, -48], - [130, -16], - [60, 10], - [20, 42], - [-43, 92], - [85, 40], - [70, 10], - [31, 36], - [0, 82], - [53, 28], - [18, 56], - [66, 39], - [88, -10], - [87, 4], - [78, -58], - [11, -61], - [39, -6], - [38, -120], - [74, -96], - [12, -51], - [113, -67], - [22, -29], - [-3, -67], - [93, -52], - [83, -97], - [52, -2], - [66, 83], - [79, -19], - [-21, -90], - [-6, -107], - [-25, -56], - [-28, -129], - [-105, -237], - [8, -81], - [-44, -83], - [-71, -59], - [-66, -25], - [-54, -55], - [14, -21], - [-33, -83], - [-71, -63], - [-27, -65], - [6, -51] - ], - [ - [11004, 19424], - [35, -78], - [-26, -18], - [-34, 70], - [25, 26] - ], - [ - [10491, 19788], - [64, 1], - [9, -59], - [-83, -70], - [-9, 100], - [19, 28] - ], - [ - [10513, 20368], - [-27, -67], - [-41, 41], - [11, 35], - [57, -9] - ], - [ - [10176, 20426], - [20, -48], - [-33, -24], - [-25, 71], - [38, 1] - ], - [ - [10571, 21074], - [31, -85], - [-36, -13], - [-24, 70], - [29, 28] - ], - [ - [13288, 20998], - [-82, 7], - [-72, 26], - [-123, -76], - [-66, 7], - [8, -56], - [-48, -96], - [-46, -33], - [-93, 5], - [-34, -40], - [-56, -6], - [-32, -34], - [-69, -36], - [-81, 52], - [-47, -36], - [-57, 11], - [-71, -12], - [-56, 27], - [-61, 73], - [-49, 25], - [-100, -50], - [-7, -40], - [-56, 18], - [-26, 46], - [-41, 2], - [-41, -27], - [-127, 63], - [-32, -1], - [-34, -40], - [15, -52], - [-26, -23], - [-212, 0], - [-69, -60], - [-32, -51], - [70, -23], - [9, -51], - [29, -26], - [-35, -33], - [-7, -119], - [-72, -150], - [-27, -103], - [-78, -47], - [-54, -60], - [4, -40], - [-34, -105], - [-58, -118], - [23, -46], - [-2, -52] - ], - [ - [11133, 19618], - [-74, -33], - [-17, -119], - [-54, -1], - [-80, 53], - [32, 74], - [-82, 44], - [-50, -28], - [-75, -1], - [-12, 63], - [-72, 108], - [-1, 55], - [19, 49], - [93, 53], - [25, -23], - [74, 45], - [33, 82], - [-7, 40], - [-54, 120], - [-116, 128], - [85, 81], - [-3, 80], - [64, 13], - [43, 35], - [32, 69], - [-41, 96], - [-72, -6], - [-58, 96], - [21, 92], - [62, 47], - [5, 49], - [74, 73], - [33, 95], - [-26, 148], - [-23, 50], - [-58, 65], - [41, 40], - [29, 72], - [116, 27], - [43, 28], - [24, 97], - [-51, 114], - [16, 88], - [20, 11] - ], - [ - [6565, 14970], - [-15, -35], - [4, -117], - [52, -80], - [31, -25], - [-71, -58], - [-45, 35], - [-43, -45], - [-80, -1], - [-39, -164], - [-49, -102], - [-1, -38], - [-55, -49], - [-27, -73], - [-78, -73], - [0, -33], - [-64, 7], - [-42, -21], - [-54, -70], - [-30, -81], - [-41, -36], - [0, -71], - [-32, -54], - [4, -56], - [-43, -19], - [-55, 14], - [-19, -44], - [20, -47], - [49, -25], - [-97, -41], - [10, -59], - [102, -101], - [60, -49], - [-11, -39], - [16, -84], - [-28, -34], - [-56, 28], - [-61, -54], - [-25, 33], - [-88, 46], - [-98, -28], - [-67, -56], - [22, -39], - [-17, -47], - [55, -90], - [57, -9], - [114, -139], - [52, 32], - [24, -15], - [-104, -64], - [-54, 16], - [-37, -110], - [-33, -59], - [-55, -36], - [-18, -41], - [9, -155], - [53, -77], - [41, -22], - [-81, -82], - [-14, -90], - [29, -79], - [4, -87], - [-17, -33], - [28, -123], - [-9, -29], - [-49, -17], - [-25, -52], - [0, -51], - [23, -179], - [39, -104] - ], - [ - [5536, 11390], - [-90, -2], - [-52, -25], - [-30, 27], - [-74, 0], - [-19, -36], - [55, -51], - [11, -40], - [-67, -10], - [-61, 35], - [-63, 78], - [-43, -1], - [-97, 44], - [-71, 4], - [-15, 25], - [-87, 0], - [-72, 36], - [-122, -17], - [-33, -52], - [-31, -15], - [-76, -2], - [-85, -55], - [-28, 26], - [-45, -19], - [-4, -160], - [-84, -75] - ], - [ - [4253, 11105], - [-51, 75], - [-42, 6], - [-109, 67], - [-57, 1], - [16, 85], - [-60, 78], - [8, 70], - [-25, 18], - [-13, 94], - [42, 31], - [120, 125], - [31, -5], - [87, 97], - [2, 74], - [90, 66], - [13, 44], - [79, 45], - [100, -37], - [29, 31], - [19, 84], - [45, 44], - [60, -2], - [63, 38], - [63, 73], - [-11, 62], - [-29, 27], - [-140, -7], - [58, 118], - [-22, 44], - [29, 38], - [5, 59], - [38, 2], - [22, 34], - [-57, 50], - [11, 48], - [76, 103], - [30, 80], - [-31, 28], - [23, 58], - [102, 115], - [9, 50], - [-43, 100], - [-84, 11], - [-23, 49], - [5, 67], - [-32, 51], - [33, 69], - [37, 17], - [32, 50], - [56, 15], - [47, 61], - [-33, 97], - [57, 40], - [15, 59], - [-59, 19], - [16, 71], - [-77, 52], - [-5, 64], - [-86, 8], - [-17, 37], - [28, 31], - [46, 116], - [-44, 12], - [-32, 61] - ], - [ - [4713, 14373], - [49, 50], - [56, 97], - [38, -39], - [70, -3], - [49, 57], - [111, 69], - [0, 44], - [-37, 140], - [75, 130], - [80, -25], - [33, -28], - [61, 13], - [40, 49], - [27, 111], - [79, 46], - [68, 9] - ], - [ - [5512, 15093], - [11, -57], - [188, -84], - [75, -12], - [27, -25], - [53, -3], - [44, -27], - [28, 32], - [52, -11], - [116, 28], - [193, -56], - [55, 40], - [41, 3], - [67, 50], - [103, -1] - ], - [ - [19290, 31772], - [53, 34], - [45, 6], - [83, -48], - [52, -81], - [70, -64], - [65, -15], - [5, -41], - [-32, -43], - [47, -110], - [147, -63], - [-4, -47], - [24, -25], - [73, -22], - [14, -36], - [50, -15], - [92, -49], - [69, -69], - [38, 76], - [47, 32], - [33, 71], - [50, 0], - [76, 58], - [134, -57], - [16, -43] - ], - [ - [20537, 31221], - [43, -38], - [42, -67], - [64, -73], - [36, 10], - [8, -80], - [52, -43], - [34, -100], - [60, -32], - [-17, -62], - [14, -63], - [-8, -75], - [41, -6], - [46, -37], - [5, -53], - [52, -37], - [-9, -62], - [49, -19], - [1, -76], - [-35, -54], - [35, -54], - [-3, -72] - ], - [ - [21047, 30128], - [-51, 22], - [-76, -20], - [-72, 42], - [-85, -24], - [2, -21], - [-143, -24], - [-94, -35], - [-14, -31], - [-72, -2], - [-5, 113], - [-137, 22], - [-45, -35], - [-91, 30], - [-52, -21], - [-51, 10], - [-84, 40], - [-69, 49], - [-51, -24], - [-62, 20], - [-51, -12], - [-139, -116], - [-90, -45], - [-3, -21], - [-111, -62], - [77, -74], - [2, -61], - [88, -68], - [-4, -120], - [-47, -37], - [-14, -74], - [-91, 2], - [-115, -39], - [-41, -51], - [-62, 2], - [-3, 26], - [-69, 1], - [-57, -16], - [-72, 22], - [-39, 32], - [-63, 12], - [-34, -63], - [-53, 11] - ], - [ - [18804, 29488], - [-70, 22], - [-33, -46], - [-51, -26], - [-35, 64], - [16, 50], - [-99, 47], - [-29, 50], - [24, 67], - [-55, 45], - [-80, 5], - [-55, 33], - [-6, 93], - [-26, 51], - [-121, 20], - [-15, 57], - [-33, 13], - [-61, -47], - [-269, -43], - [-31, 41], - [-5, 57], - [60, 112], - [-44, 67], - [-33, 76], - [5, 34], - [49, 66], - [31, 79], - [-56, 152], - [81, 56], - [-13, 35], - [-117, 8] - ], - [ - [17733, 30726], - [-4, 45], - [22, 43], - [-38, 71], - [38, 91], - [-35, 37], - [12, 39], - [48, 16], - [50, 61], - [9, 85], - [-39, 77], - [5, 48], - [-90, 8], - [4, -60], - [-71, -72], - [-30, -1], - [-33, 62], - [32, 30], - [21, 54], - [9, 78], - [-73, 39] - ], - [ - [17570, 31477], - [11, 70], - [36, 54], - [109, -25], - [77, 11], - [72, -11], - [62, 52], - [28, -25], - [72, 7], - [106, -99], - [43, -10], - [89, 9], - [67, -12], - [56, -47], - [76, -25], - [51, -87], - [-3, -67], - [37, -50], - [80, 33], - [-17, 28], - [37, 64], - [44, 23], - [41, 77], - [24, 14], - [-14, 97], - [59, 123], - [41, 35], - [-25, 138], - [74, 44], - [42, 67], - [76, 8], - [16, 28], - [115, -25], - [61, -59], - [7, -37], - [38, -32], - [-13, -67], - [45, -9] - ], - [ - [7669, 30985], - [10, -25], - [112, -5], - [13, -57], - [-14, -29], - [29, -75], - [-3, -52], - [18, -118], - [118, -48], - [33, -49], - [129, 19], - [34, -12] - ], - [ - [8148, 30534], - [64, -163], - [1, -41], - [-68, -77], - [-56, -100], - [-3, -101], - [-30, -63], - [37, -44], - [36, -79], - [44, 9], - [-1, -68], - [-66, -70], - [39, -40], - [50, 6], - [-24, -69], - [19, -27], - [86, -36], - [-34, -71], - [-33, -21] - ], - [ - [8209, 29479], - [-33, -29], - [49, -69], - [-60, -18], - [-94, -102], - [-64, -49], - [-79, -84], - [-27, -48], - [-61, -12], - [-51, 11], - [-88, -43], - [-69, -56], - [2, -103], - [-51, -43], - [-12, -39], - [-54, -25], - [-4, -52], - [-59, 16], - [-53, -22], - [11, -43], - [-68, -65], - [-25, -66], - [-56, 43], - [-49, 16], - [-83, -39], - [-74, -19], - [-82, 77], - [-42, 3], - [-34, 34], - [-66, -2], - [-17, 21], - [-68, 4], - [-62, 49], - [-103, 9], - [-67, -17], - [-7, -55], - [-94, 0], - [-68, 49], - [-46, -24], - [-124, 21], - [-35, 23], - [-74, -41], - [-33, 40], - [-34, -57], - [-41, 7], - [-51, -27], - [-164, 104], - [-107, 3], - [-15, -24], - [-77, -12], - [-43, -45], - [-59, 10], - [-100, -82], - [-23, 9] - ], - [ - [5321, 28616], - [-5, 75], - [31, 33], - [-22, 53], - [-43, 49], - [43, 53], - [-22, 68], - [15, 104], - [56, 21], - [35, 66], - [-25, 71], - [-45, 12], - [-45, 63], - [-81, 24], - [8, 79], - [39, 10], - [17, 83], - [29, 45], - [-101, 126], - [-24, 97], - [34, 46], - [-4, 66], - [-49, 143], - [-59, 6], - [20, 117], - [-32, 58], - [-52, 14], - [-26, 52], - [-1, 46], - [41, 28], - [73, -68], - [99, 18], - [87, -27], - [68, 25], - [49, -16], - [49, 68], - [76, 9], - [21, 52], - [87, 28], - [120, 3], - [54, 97], - [-20, 64], - [-18, 116], - [7, 87], - [74, 17], - [6, 43], - [41, 85], - [27, 12], - [32, 133], - [-38, 51], - [72, 29], - [18, 45], - [66, 3], - [91, -27], - [43, 31], - [-39, 83], - [25, 65], - [132, 36] - ], - [ - [6355, 31386], - [54, 12], - [52, -16], - [19, 51], - [68, 31], - [28, -48], - [36, -20], - [38, -58], - [87, 1], - [85, -25], - [17, -118], - [63, -71], - [51, -78], - [72, -42], - [28, 6], - [68, -49], - [53, 8], - [3, -41], - [89, 32], - [20, -52], - [94, -62], - [92, -3], - [56, 47], - [20, 52], - [84, -18], - [37, 60] - ], - [ - [5003, 26653], - [55, -55], - [-10, -155], - [36, -52], - [-27, -41], - [80, -63], - [66, -19], - [52, 11], - [34, -24], - [162, 30], - [45, -63], - [70, -36], - [70, 35], - [39, -35], - [89, -5], - [88, -59], - [70, 9] - ], - [ - [5922, 26131], - [40, -20], - [71, -108], - [-29, -35], - [30, -33], - [-10, -78], - [-80, -86], - [-29, -13], - [35, -76], - [48, -57], - [50, -7], - [52, -73], - [47, -34], - [91, -17], - [105, 43], - [47, -25], - [80, -211], - [63, 18], - [88, -2], - [88, 39], - [29, 39], - [-37, 45], - [28, 59], - [-18, 71], - [50, 8], - [31, -34], - [58, 8], - [94, -9], - [50, 47], - [41, 11], - [69, -37], - [55, -48], - [81, -27], - [37, -40], - [84, -19], - [80, 12], - [42, -23], - [-64, -89], - [62, -29], - [-1, -28], - [49, -53], - [35, -62], - [13, -90], - [-69, -11], - [-20, -55], - [73, -43], - [-29, -103], - [23, -66], - [-2, -171], - [-10, -34], - [25, -77], - [-21, -48], - [12, -127], - [-21, -33], - [29, -75], - [-16, -73], - [13, -90], - [-13, -43], - [-38, -41], - [-3, -41], - [-62, -44], - [-59, 22], - [-22, -46], - [-36, 9], - [-46, -109], - [-8, -49], - [14, -88], - [73, -18], - [104, 24], - [17, -38], - [44, -25], - [32, -43], - [67, -6] - ], - [ - [7628, 23526], - [31, -48], - [-63, -85], - [36, -37], - [26, -77], - [49, -21], - [23, -39] - ], - [ - [7730, 23219], - [-64, -81], - [-58, -152], - [-51, -13], - [-5, -96], - [-24, -49], - [-49, 34], - [-107, 14], - [-184, 13], - [-102, 43], - [-93, -93], - [-92, -39], - [-47, -53], - [-66, -23], - [-54, -35], - [-137, 20], - [-61, 55], - [-20, 42], - [-80, -55], - [-58, -7], - [-108, -32], - [-57, -29], - [-176, -32], - [-31, 13], - [-43, -25], - [-37, 56], - [-61, -51], - [-79, 19], - [-110, -40], - [-14, -18], - [-67, 15], - [-31, -19] - ], - [ - [5564, 22601], - [-33, 26], - [-3, 49], - [-94, 41], - [-16, 66], - [11, 53], - [-19, 44], - [-37, 15], - [-5, 53], - [29, 39], - [-10, 73], - [-84, -2], - [-36, 40], - [-22, 59], - [-57, 41], - [-66, 14], - [-33, 123], - [-34, 44], - [1, 33], - [-83, 37], - [-12, 137], - [-34, 46], - [-41, -14], - [-67, 46], - [-72, 6], - [-59, 34], - [-22, 49], - [-132, 96], - [-35, -7], - [-52, 49], - [-68, 24], - [-148, 117], - [-74, 36], - [-29, 60], - [-42, -6], - [-44, 41], - [-80, 41], - [-39, 37], - [-50, -8], - [-39, 33], - [-16, 54], - [10, 65], - [-62, 7], - [-60, 90], - [4, 38], - [-27, 49], - [-72, 55], - [-43, 63], - [-66, 179], - [-94, -21], - [-16, 65], - [12, 62], - [-24, 14], - [-65, 94], - [-142, 93], - [-47, 51], - [-41, 79], - [-79, 26], - [-92, 120], - [-8, 50], - [-36, 27], - [-22, 52], - [-63, 46], - [-20, 54], - [39, 65], - [-93, 95], - [60, 69], - [-28, 67], - [-36, 20], - [2, 60], - [-70, 43], - [13, 109], - [60, 64], - [-36, 32], - [-29, 55], - [-81, 58], - [-7, 48], - [22, 49], - [2, 53], - [28, 16], - [39, 77], - [-41, 75], - [-3, 57], - [33, 11], - [34, -33], - [48, -9], - [70, 16], - [4, 27], - [75, 81], - [62, 43], - [-24, 56], - [33, 35], - [86, -50], - [50, -4], - [171, -109], - [40, 49], - [-19, 65], - [-32, 28], - [51, 66], - [-16, 59], - [29, 37], - [39, -12], - [103, 47], - [42, 33], - [71, -32], - [78, -17], - [37, -29], - [0, -47], - [36, -30], - [65, 92], - [16, 74], - [10, 135], - [-7, 141], - [-25, 130], - [-44, 77], - [-23, 101], - [20, 38], - [25, 112] - ], - [ - [3744, 27971], - [40, 15], - [17, -40], - [92, -14], - [17, -39], - [52, 31], - [35, -42], - [24, -67], - [111, -130], - [36, -58], - [43, -38], - [-61, -51], - [168, -82], - [-15, -78], - [45, -25], - [43, -66], - [92, -91], - [62, -86], - [22, 5], - [91, -64], - [61, -91], - [-6, -46], - [75, -23], - [33, -58], - [66, 15], - [31, -13], - [25, -112], - [60, -70] - ], - [ - [17733, 30726], - [1, -93], - [-91, -44], - [-13, -78], - [-39, -31], - [-21, -54], - [-53, -67], - [-58, -32], - [-113, -23], - [-27, -50], - [-187, -59], - [26, -67], - [-65, -109], - [-55, -27], - [-19, -42], - [-69, -45], - [-3, -87], - [-80, -55], - [-65, -67], - [3, -61], - [-15, -110], - [13, -93], - [29, -61], - [-38, -35], - [27, -46], - [43, -24], - [-58, -138], - [23, -59], - [116, -67], - [-34, -32], - [48, -35], - [19, -89], - [-46, -100], - [40, -85], - [74, -69], - [-24, -152], - [38, -30], - [-4, -48] - ], - [ - [16594, 27945], - [-54, 20], - [-48, 49], - [-91, -12], - [-26, 58], - [-54, 44], - [26, 48], - [-58, 23], - [-37, -34], - [-95, 6], - [-80, 30], - [-37, -44], - [-53, -14], - [-140, 8], - [-69, 45], - [-92, -27], - [-80, 1], - [-120, -61], - [-117, 101], - [-67, 20], - [23, 62], - [-113, 117] - ], - [ - [13444, 30794], - [9, 24], - [64, 28], - [40, 128], - [2, 83] - ], - [ - [13559, 31057], - [150, 60], - [97, 27], - [34, 44], - [84, 14], - [133, 78], - [-6, 22], - [148, -28], - [48, 84], - [91, -33], - [11, 24], - [77, 65] - ], - [ - [14426, 31414], - [84, 1], - [22, 17], - [60, -44], - [95, 0], - [13, -28], - [88, -38], - [79, 11], - [43, 37], - [63, 19], - [16, 34], - [75, -3], - [73, -20], - [0, -30], - [66, -30], - [15, -58], - [45, -75], - [102, 0], - [167, -79], - [196, 39], - [135, -59], - [219, -37], - [16, 142], - [26, 75], - [54, 118], - [84, 138], - [32, 91], - [-39, 64] - ], - [ - [16255, 31699], - [32, 54], - [-3, 91], - [93, 115], - [23, -83], - [185, -97], - [55, -42], - [20, -54], - [68, -37], - [-56, -45], - [45, -58], - [-33, -63], - [4, -59], - [40, -83], - [93, 52], - [56, -4], - [80, -61], - [59, -67], - [107, 14], - [74, 22], - [55, 36], - [95, 41], - [42, 33], - [36, -3], - [69, 45], - [31, -4], - [45, 35] - ], - [ - [5166, 5671], - [45, -41], - [13, -50], - [71, -59], - [-9, -102], - [57, -83], - [49, -114], - [-38, -57], - [-90, 74], - [-49, 74], - [-69, 154], - [9, 66], - [-21, 55], - [2, 55], - [30, 28] - ], - [ - [5257, 5774], - [73, -23], - [54, 18], - [36, -39], - [30, -68], - [-37, -56], - [-7, -82], - [-76, 17], - [-23, -25], - [-75, 71], - [-19, 66], - [-43, 25], - [1, 86], - [86, 10] - ], - [ - [4357, 5984], - [23, -14], - [37, -82], - [-72, 25], - [12, 71] - ], - [ - [5200, 6233], - [34, -2], - [60, -38], - [56, 13], - [-5, -39], - [17, -12], - [-4, -12], - [8, -4], - [42, 17], - [35, -29], - [4, -88], - [-31, -40], - [-23, -83], - [-10, -80], - [-54, -57], - [-151, 34], - [-52, 124], - [-14, 52], - [26, 87], - [-32, 87], - [76, 16], - [18, 54] - ], - [ - [4914, 6244], - [55, -12], - [37, -95], - [-1, -97], - [-73, 104], - [-77, 60], - [9, 30], - [50, 10] - ], - [ - [5085, 6321], - [30, 0], - [59, -66], - [-35, -60], - [-46, -3], - [-34, 78], - [26, 51] - ], - [ - [5270, 6405], - [27, -28], - [-35, -65], - [-33, -10], - [17, 105], - [24, -2] - ], - [ - [5001, 6442], - [32, -24], - [19, -58], - [-48, -73], - [-24, 34], - [-27, 111], - [48, 10] - ], - [ - [5940, 7515], - [119, -61], - [8, -91], - [-61, -64], - [27, -75], - [-41, -89], - [-57, -35], - [29, -64], - [-8, -25], - [152, 9], - [118, -76], - [25, -68], - [9, -118], - [60, -110], - [-53, -49], - [-4, -79] - ], - [ - [6263, 6520], - [-40, -41], - [-49, 15], - [-35, -41], - [-71, -10], - [-92, -78], - [7, -62], - [-84, -83], - [50, -65], - [-17, -43], - [47, -4], - [-8, -55], - [-39, -43], - [3, -31], - [52, -19], - [15, -78], - [-12, -73], - [-79, -57] - ], - [ - [5911, 5752], - [-35, -16], - [-37, -41], - [-36, 21], - [-11, 42], - [-51, -31], - [-141, 89], - [-30, 66], - [-35, 33], - [-57, 20], - [-25, 121], - [-7, 75], - [-31, 26], - [-13, 1], - [-8, -7], - [-30, -10], - [-3, 19], - [-14, 10], - [8, 38], - [-66, -4], - [-36, 34], - [56, 145], - [-54, 61], - [-31, -59], - [-90, -51], - [-22, 33], - [-14, 68], - [-49, 45], - [-88, -15], - [-86, 143], - [45, 35], - [-115, 99], - [-1, 41], - [-119, -84], - [-51, 26], - [-45, -46], - [-33, -7], - [-36, 46], - [-81, 54], - [-83, -15], - [-70, 38], - [-27, 62], - [18, 37], - [-3, 64], - [35, 53], - [-50, 29], - [-8, 42], - [39, 68], - [-7, 53], - [-54, 103], - [-35, 38], - [-13, 66], - [-25, 32], - [7, 66], - [-80, -22], - [-92, -74], - [-87, 53], - [4, 50], - [33, 47], - [9, 70], - [-9, 45], - [100, 35], - [-73, 80], - [28, 28], - [26, 4], - [9, 13], - [-5, 70] - ], - [ - [4026, 7907], - [-33, 84], - [59, 78], - [14, 74], - [40, 105], - [48, 54], - [-10, 102] - ], - [ - [4144, 8404], - [56, -8], - [75, 124], - [44, -4], - [34, -41], - [73, -48], - [15, 42], - [132, -1], - [37, -67], - [98, -36], - [112, -138], - [34, -21], - [-7, -55], - [24, -25], - [4, -68], - [22, -43], - [-5, -61], - [-29, -83], - [28, -45], - [71, -24], - [79, -66], - [126, -79], - [72, -11], - [37, 10], - [149, 9], - [174, -66], - [87, -17], - [73, -55], - [94, -43], - [40, -3], - [47, 34] - ], - [ - [7173, 38359], - [-6, -56], - [51, -90], - [-32, -68], - [23, -90], - [-1, -92], - [29, -82], - [45, -85], - [0, -32], - [41, -71], - [45, -26], - [0, -46], - [49, -151], - [69, -28], - [73, 17], - [0, -38], - [39, -17], - [-7, -88], - [129, -34], - [51, -24], - [111, -24], - [43, -54], - [16, -48], - [158, -104], - [60, -26], - [52, 17], - [20, -31], - [68, -42], - [23, -50], - [-25, -66], - [15, -48], - [66, 29], - [79, -52] - ], - [ - [8457, 36759], - [35, -68], - [-75, -92], - [7, -129], - [24, -94], - [-19, -23], - [-17, -88], - [61, -71], - [-27, -41], - [4, -40], - [-32, -43], - [-33, 32], - [-45, -34], - [-62, -10], - [1, -114], - [-21, -53], - [-66, -88], - [-65, -121], - [-19, -55], - [-38, -29], - [-81, -23], - [-66, -92], - [-9, -63], - [-92, -134], - [-54, 9], - [-92, -23], - [-78, -108], - [-31, 5], - [-66, -65], - [-7, -41], - [-138, -165], - [-3, -60], - [-44, -33], - [-55, -103], - [-93, -17], - [-30, -52], - [-71, -14], - [-18, 41], - [-70, 15], - [-129, -72], - [28, -69], - [-93, -54], - [-21, -48], - [-108, -49], - [-116, -111], - [-27, -61], - [-138, -100], - [-41, -48], - [-13, -45], - [-57, -26], - [-23, -70], - [-49, -51], - [32, -21], - [5, -62], - [51, -17], - [48, -70], - [106, -6], - [18, 44], - [51, 37] - ], - [ - [6496, 33776], - [13, -170], - [-19, -32], - [-61, -34], - [-11, -86], - [26, -38], - [-88, 0], - [-39, -98], - [68, -32], - [-15, -31], - [21, -71], - [-50, -18], - [-6, -89], - [-38, -30], - [23, -75], - [55, -41], - [-9, -118], - [129, -81], - [15, -104], - [-63, -56], - [-14, -70], - [13, -75], - [-40, -3], - [-10, -64], - [-57, -29], - [-63, 1], - [-11, -32], - [-59, 4], - [-57, 107], - [-55, 42], - [-77, 15] - ], - [ - [6017, 32468], - [-38, 12], - [-19, 83], - [-32, 26], - [-46, 103], - [12, 91], - [-15, 52], - [-32, 14], - [-100, 1], - [-64, -71], - [10, -21], - [-108, -99], - [-62, 1], - [-36, 64], - [-61, 11], - [-39, -17], - [-71, 51], - [-29, -12], - [-61, 43], - [-26, -7], - [-50, 71], - [-54, 31], - [-105, 126], - [-108, 5], - [-38, 18], - [-16, 132], - [-47, 37] - ], - [ - [4782, 33213], - [-18, 79], - [13, 53], - [-64, 18], - [-26, 57], - [6, 44], - [68, 39], - [108, 0], - [25, 17], - [158, -29], - [58, -56], - [98, -8], - [40, 83], - [-12, 50], - [15, 87], - [64, 25], - [2, 106], - [55, 5], - [22, 71], - [37, 38], - [-41, 38], - [-19, 52], - [99, 24], - [72, -35], - [46, 8], - [-43, 99], - [68, 9], - [3, 24], - [-65, 54], - [-68, 89], - [-86, 28], - [9, 76], - [-64, 32], - [22, 64], - [-1, 53], - [-52, 81], - [-9, 47], - [-33, 49], - [6, 82], - [-16, 17], - [-7, 115], - [-39, 56], - [15, 38], - [-84, 114], - [-24, 68], - [24, 70], - [67, 2], - [36, 19], - [56, -9], - [32, 30], - [43, -40], - [33, 24], - [-10, 54], - [39, 55], - [78, 5], - [7, 43], - [47, 48], - [-3, 76], - [64, 36], - [27, 89], - [69, 27], - [50, 52], - [17, 88], - [45, 43], - [125, -17], - [62, 32], - [-5, 88] - ], - [ - [4782, 33213], - [-43, -21], - [-41, -48], - [-12, -56], - [-62, 56], - [-109, 3], - [-25, -34], - [-55, -1], - [-112, -49], - [-22, -33], - [-106, -15], - [-15, -32], - [-70, -59], - [-30, 44], - [13, 57], - [61, 52], - [2, 40], - [-28, 34], - [16, 32], - [1, 84], - [-27, 88], - [-28, 17], - [22, 113], - [-19, 26], - [38, 67], - [120, 44], - [27, 27], - [-19, 44], - [-114, 105], - [9, 39], - [-44, 47] - ], - [ - [14540, 35099], - [-13, -38], - [1, -103], - [-45, -7], - [-45, -35], - [-53, -175] - ], - [ - [14385, 34741], - [-4, -138], - [-42, -53], - [-10, -70], - [-32, 0], - [-8, -100], - [48, -163], - [33, -79], - [-13, -138], - [-34, -37], - [28, -47], - [-48, -10], - [-39, -107], - [25, -103], - [14, -111], - [46, -55], - [42, 21], - [82, -61] - ], - [ - [14473, 33490], - [69, -73], - [48, -115], - [43, -31], - [11, -100], - [-59, -94], - [-109, -61], - [-106, -43], - [-59, 27], - [-124, -2], - [-19, -64], - [23, -43], - [-33, -24], - [112, -108], - [-14, -48], - [13, -50], - [-61, -14], - [-25, -50], - [28, -49], - [52, -52], - [77, -45], - [59, -51], - [14, -110], - [-180, 32], - [-29, -33], - [61, -23], - [173, -5], - [-69, -64], - [-26, -46], - [-67, 32], - [1, -94], - [138, -33], - [23, -24], - [53, -4], - [42, -78], - [-9, -36], - [47, -30], - [26, -43], - [78, -43], - [-31, -43], - [-72, -24], - [-64, -4], - [-2, -45], - [-69, -61], - [-50, 4], - [-79, -41], - [49, -126], - [69, -44] - ], - [ - [13559, 31057], - [-174, -29], - [-25, 10], - [-44, 64], - [-61, 51], - [96, 50], - [-78, 56], - [-46, 85], - [29, 180], - [-30, 27], - [-19, 63], - [16, 33], - [-48, 63], - [-45, 91], - [-49, 43], - [-63, -124], - [-60, -10], - [-44, -34], - [-74, 30], - [-62, 166], - [-51, 7], - [-130, 98], - [-34, 5], - [-65, -59], - [-27, 1], - [-78, 57], - [-67, -38], - [-26, 27], - [-101, -13], - [-48, -34], - [-36, 53], - [-101, 3], - [-59, -9], - [-20, 30], - [-59, 33], - [-27, 52], - [-75, -24], - [10, -48], - [-57, -107], - [-41, -33], - [-13, -45], - [-89, -16], - [-55, -23], - [-22, -80], - [4, -173], - [-50, -113], - [-91, 29] - ], - [ - [11370, 31452], - [3, 62], - [-91, 9], - [-37, 25], - [68, 55], - [-30, 87], - [55, 109], - [-8, 119], - [53, 172], - [15, 14], - [18, 151], - [72, 66], - [3, 57], - [-48, 49], - [-29, 71], - [-102, 9], - [-70, 74], - [-34, 5], - [-21, 49], - [-55, 32], - [-63, 0], - [-48, -17], - [-105, 13], - [-21, 104], - [26, 87], - [-17, 120], - [-67, 39], - [-60, -41], - [-71, 12], - [-43, 32], - [-11, 37], - [32, 65], - [66, 40], - [23, 36], - [-37, 43], - [21, 60], - [54, 59], - [48, 15], - [44, -47], - [53, -22], - [80, 16] - ], - [ - [11036, 33318], - [105, -25], - [159, -59], - [4, -41], - [42, -8], - [57, -67], - [50, 17], - [54, -79], - [58, 12], - [99, -44], - [19, 68], - [47, 10], - [-6, 81], - [41, 18], - [107, 11], - [99, 171], - [140, 104], - [9, 46], - [128, 35], - [34, 43], - [65, 47], - [54, -38], - [17, 54], - [64, 33], - [-28, 32], - [84, 22], - [55, 57], - [84, -73], - [29, 82], - [64, 48], - [45, 6], - [34, 38], - [64, -14], - [-4, 52], - [-59, 36], - [39, 57], - [20, 77], - [26, 6], - [40, -48], - [44, 33], - [30, 83], - [97, 15], - [155, 45], - [46, -22], - [56, 46], - [-10, 71], - [67, 152], - [16, 87], - [30, 62], - [53, 47], - [33, -21], - [92, -19], - [167, -82], - [95, 21], - [45, 67], - [61, 58], - [30, 48], - [141, 89], - [99, 87], - [28, 97], - [132, 68], - [58, -18] - ], - [ - [12336, 27068], - [-15, -113], - [16, -144], - [-58, 15], - [-1, -145], - [85, -113], - [-13, -59], - [30, -81], - [4, -90], - [33, -68] - ], - [ - [12417, 26270], - [-37, -20], - [-72, 6], - [-39, 19], - [-36, -51], - [-10, -95], - [-47, -43], - [-89, -19], - [-65, 7], - [-20, -101], - [-29, -52], - [-33, -19], - [-85, 33], - [-57, -18], - [-49, 9], - [-87, -52], - [-71, -14], - [-126, 30], - [-73, -72], - [19, -29], - [-8, -57], - [-42, -31], - [70, -27], - [-63, -55], - [-16, -74], - [-91, 53], - [-81, 73], - [-90, -4], - [-26, 14], - [-43, -36], - [13, -44], - [-4, -100], - [41, -31], - [-23, -31], - [-59, -13], - [-89, 38], - [-43, 40], - [-40, 7], - [-49, -26], - [-43, 63], - [-54, 47], - [-88, 6], - [-16, -24], - [-121, 4], - [-69, 21], - [-9, -68], - [-52, -62], - [-39, -24], - [-79, -7], - [-89, -88], - [-163, 9], - [73, -112], - [-73, -65] - ], - [ - [9946, 25185], - [-61, 29], - [-89, -12], - [-14, 31], - [-105, -30], - [-14, 36] - ], - [ - [9537, 25355], - [29, 63], - [32, 27], - [-44, 33], - [-12, 76], - [13, 52], - [-28, 44], - [-22, 97], - [-65, 34], - [7, 58], - [-25, 26], - [-16, 92], - [68, 25], - [16, 62], - [-8, 58], - [40, 53], - [20, 77], - [-79, 27], - [-68, 47] - ], - [ - [9395, 26306], - [64, 98], - [64, 60], - [29, -13], - [110, 70], - [-19, 31], - [29, 65], - [54, 30], - [25, 51], - [52, 23], - [36, 46], - [73, 18], - [-11, 42], - [19, 42], - [-44, 22], - [15, 43], - [83, 34], - [32, 67], - [37, 26], - [-16, 44], - [52, 167], - [-9, 35], - [65, 38], - [63, 6], - [37, 26], - [109, 17], - [98, 33], - [21, 21], - [-5, 83], - [-56, 23], - [24, 49] - ], - [ - [10426, 27603], - [94, 4], - [56, -98], - [49, -25], - [41, 3], - [44, -26], - [130, 9], - [34, -29], - [127, -51], - [36, -71], - [57, -22], - [-6, -73], - [98, -62], - [44, -71], - [142, -4], - [67, 40], - [65, -42], - [75, -32], - [180, 7], - [157, 71], - [86, 23], - [89, 73], - [0, 79], - [-21, 110], - [26, 47], - [-12, 30], - [1, 111], - [-38, 41], - [38, 16], - [23, 83], - [64, 2], - [90, 20], - [29, -6] - ], - [ - [2279, 33494], - [-89, 53], - [-58, 54], - [-14, 56], - [-40, 37], - [-25, 104], - [-95, 175], - [-33, 45], - [19, 43], - [-42, 45], - [-40, 13], - [-110, -7], - [-59, -80], - [21, -42], - [-35, -30], - [-149, -71], - [-88, 22], - [-66, -28], - [-25, 22], - [-105, -20], - [-22, 14] - ], - [ - [1224, 33899], - [-82, 67], - [-47, 25], - [-32, 70], - [-53, 82], - [9, 50], - [44, 106], - [58, 48], - [75, 29], - [8, 78], - [-40, 105], - [-84, 129], - [-60, 133], - [-8, 134], - [-77, 49], - [-23, 39], - [-85, 84], - [-12, 78], - [66, 53], - [19, 49], - [-60, 85], - [-135, 57], - [-77, -18], - [-43, -128], - [-90, -55], - [-140, 124], - [-50, 80], - [-7, 58], - [31, 82], - [-35, 42], - [-36, 5], - [-32, 80], - [-45, 37], - [-28, 63], - [-23, 92], - [-45, 53], - [-42, 17], - [-33, 40], - [-10, 91], - [59, 33], - [-4, -80], - [71, -6], - [44, 16], - [66, -47], - [40, -115], - [62, -37], - [109, 42], - [51, -46], - [36, 16], - [58, -19], - [37, 107], - [56, -16], - [20, 31], - [98, 6], - [51, 30], - [6, 49], - [50, -10], - [47, 45], - [114, -22], - [85, 10], - [13, 28], - [84, -21], - [49, 6], - [19, 111], - [-13, 10], - [8, 97], - [-2, 111], - [-57, 81], - [0, 45], - [27, 61], - [-71, 188], - [15, 50], - [-10, 92], - [-77, 26], - [-138, 114], - [-4, 33], - [62, 14], - [55, 49], - [75, 22], - [14, 52], - [-5, 136], - [105, 11], - [-15, 61], - [45, 25], - [39, -5], - [56, 47], - [71, 11], - [14, 65], - [-16, 52], - [24, 27], - [-12, 71], - [17, 28], - [-1, 114], - [-80, 46], - [-18, 39], - [-84, 40], - [38, 45], - [82, -4], - [25, 56], - [-25, 73], - [-68, 64], - [13, 148], - [70, 72], - [1, 26], - [137, 148], - [41, 21], - [-94, 86], - [17, 123], - [61, 15], - [35, -12], - [87, 24], - [69, 34], - [23, -11], - [77, 25], - [-10, 54], - [34, 51], - [56, -21], - [111, 25], - [15, 64], - [-32, 16], - [-12, 47], - [18, 37], - [-27, 60], - [37, 113], - [-13, 66], - [42, 70], - [26, -25], - [81, 20], - [48, -103], - [38, 1], - [73, 38], - [43, -34], - [101, -42], - [26, -58], - [96, -41], - [43, -37], - [-20, -34], - [54, -62], - [65, 20], - [85, -4], - [81, 43], - [124, -12], - [94, 28], - [59, -31], - [144, 10], - [18, -12] - ], - [ - [18804, 29488], - [-47, -33], - [5, -41], - [-28, -76], - [-53, -46], - [-31, -131], - [53, -101], - [-30, -71], - [10, -139], - [45, -51], - [6, -70], - [-68, -51], - [-1, -40], - [-39, -71], - [-23, -97], - [9, -97], - [-42, -70], - [0, -49], - [-21, -100], - [-18, -20], - [-72, -12], - [-121, 46], - [-45, -45], - [-94, -18], - [-96, -104], - [73, -10], - [7, -39], - [-44, -93], - [10, -52], - [43, -63], - [1, -33], - [87, -42], - [71, -18], - [16, -40], - [46, 28], - [116, 7], - [23, -36], - [-2, -73], - [-18, -24], - [-48, -156] - ], - [ - [18484, 27357], - [-63, -20], - [-45, -41], - [-58, -10], - [-225, 39], - [-60, 69], - [-62, -2], - [-18, 21], - [-281, 68], - [-62, 5] - ], - [ - [22558, 31177], - [59, -140], - [21, -22], - [-1, -74], - [14, -87], - [-58, -145], - [-11, -108], - [-21, -77], - [5, -64], - [23, -48], - [83, -89], - [63, -39], - [150, -72], - [65, -94], - [1, -53], - [71, -100], - [3, -39], - [44, -48], - [95, -34], - [84, -101], - [59, -33] - ], - [ - [22664, 29476], - [-71, 20], - [-87, 4], - [-71, 31], - [-64, 44], - [-133, -56], - [-78, 41], - [-5, 34], - [-71, 23], - [-9, 53], - [-73, 109], - [-54, 39], - [-59, -6], - [-37, 72], - [-82, 0], - [-246, 21], - [-65, -15], - [-67, -53] - ], - [ - [21392, 29837], - [-65, 40], - [-41, 143], - [9, 79], - [-26, 93], - [-62, 55], - [-11, -53], - [-54, -44], - [-95, -22] - ], - [ - [20537, 31221], - [110, 45], - [53, 61], - [6, 78], - [104, 5], - [103, -36], - [40, -3], - [23, 36], - [72, 9], - [45, 42] - ], - [ - [21093, 31458], - [27, -67], - [79, -70], - [46, 77], - [103, 52], - [89, -43], - [118, -20], - [25, 34], - [84, -52], - [13, -22], - [73, 3], - [65, -45], - [132, 42], - [90, -9], - [75, 7], - [125, -7], - [28, -38], - [1, -71], - [89, -105], - [84, 76], - [20, 37], - [38, 3], - [61, -63] - ], - [ - [12480, 24446], - [134, -70], - [23, -55], - [41, -34], - [23, -64], - [-17, -32], - [-5, -87], - [-103, -12], - [-44, -23], - [-113, -1], - [-47, 49], - [-56, -44], - [16, -63], - [-35, -80], - [-80, -19], - [-108, -92], - [-62, -31], - [-11, -59], - [50, -35], - [13, -62], - [35, -39], - [-108, -91], - [-76, 30], - [-107, -26], - [-32, 8], - [-60, -92], - [-88, -53], - [-60, -18], - [-24, -77] - ], - [ - [10898, 23248], - [1, 342], - [-5, 102], - [4, 273], - [97, 55], - [17, 101] - ], - [ - [11012, 24121], - [-19, 42], - [13, 55], - [120, -28], - [93, 15], - [22, 36], - [94, 78], - [18, 93], - [-26, 39], - [5, 52], - [47, -16], - [12, -39], - [48, -25], - [71, 6], - [101, -30], - [28, -65], - [60, -7], - [29, 53], - [68, 12], - [11, 22], - [-30, 66], - [27, 32], - [4, 61], - [59, 50], - [-12, 56], - [41, 17] - ], - [ - [11896, 24696], - [12, 29], - [100, 62], - [20, -30], - [48, -12], - [36, -70], - [62, -18], - [147, -88], - [130, -140], - [29, 17] - ], - [ - [8960, 23710], - [-19, -152], - [-3, -108], - [-22, -65], - [30, -78], - [69, -49], - [-102, -117], - [33, -20], - [134, -255] - ], - [ - [9117, 22618], - [-23, -30], - [-115, -33], - [-9, -49], - [-175, -66], - [-36, 44], - [-120, -11], - [-29, 19], - [-96, -18], - [-66, -75], - [-55, -20], - [-85, 8] - ], - [ - [8308, 22387], - [1, 126], - [-97, -11], - [-28, 29], - [-11, 60], - [26, 60], - [-10, 23], - [-84, -47], - [-143, -13], - [-35, 42], - [-5, 37], - [40, 43], - [29, 104], - [2, 42], - [-65, 6], - [-25, 36], - [-77, 10], - [12, 71], - [-33, 77], - [42, 17], - [34, 80], - [-23, 20], - [-71, -5], - [-57, 25] - ], - [ - [7628, 23526], - [79, 36], - [109, 118], - [70, 14], - [40, 44], - [72, -1], - [352, 35], - [157, -4], - [73, 58], - [181, 44], - [85, 75] - ], - [ - [8846, 23945], - [12, -99], - [115, -12], - [-13, -124] - ], - [ - [21093, 31458], - [48, 40], - [105, 22], - [52, 106], - [49, 38], - [47, 11], - [12, 49], - [130, 57], - [-5, 37], - [-135, 71], - [29, 98], - [71, 51], - [47, 57], - [-35, 34], - [8, 86], - [40, 39], - [44, 83], - [50, 51], - [-89, 109], - [-10, 76], - [43, 20], - [19, 71], - [-32, 51], - [-17, 64], - [25, 45], - [-3, 91], - [-119, -11], - [-103, 3], - [-29, 13], - [-139, 4], - [-105, -46], - [-63, -4], - [-82, 26], - [-141, -19], - [-14, -58], - [-67, -43], - [-16, 43], - [-63, 21], - [-44, -57], - [-59, -10], - [-44, 33], - [-46, 66], - [-39, 83], - [-35, 34], - [-27, 85], - [32, 2], - [59, 123], - [-15, 79], - [51, 35], - [8, 53], - [-71, 75], - [21, 57], - [59, 6], - [44, 35], - [-13, 100], - [32, 15], - [-33, 55], - [4, 52], - [-51, 41], - [19, 24], - [-60, 33], - [-49, 1], - [-36, 64], - [21, 47] - ], - [ - [20898, 34567], - [88, -88], - [58, -116], - [71, -165], - [46, -90], - [27, -27], - [78, -36], - [114, -34], - [49, -48], - [27, -60], - [58, -72], - [24, -58], - [57, -78], - [57, -54], - [58, -84], - [48, -33], - [200, -76], - [147, -79], - [52, -37], - [41, -6], - [119, -77], - [126, -61], - [46, -47], - [122, -181], - [59, -42], - [62, -76], - [31, -64], - [12, -223], - [-7, -58], - [6, -146], - [-67, -262], - [-47, -145], - [-94, -136], - [-20, -113], - [10, -96], - [-6, -47], - [15, -120], - [64, -141], - [-71, -114] - ], - [ - [15531, 23784], - [-28, 15], - [-68, -33], - [-61, 4], - [-50, 49], - [-19, -92], - [-76, -31], - [-18, 20], - [-55, -19], - [-59, 39], - [-47, -17], - [-20, 50], - [-59, -17], - [-86, 9], - [-27, 29], - [4, 46], - [-63, 67], - [-50, -14], - [-26, -49], - [2, -81], - [-46, -16], - [-65, 4], - [-76, 33] - ], - [ - [14538, 23780], - [-117, 44], - [-98, 80], - [-65, 17], - [-141, 70], - [58, 40], - [-97, 21], - [47, 31], - [35, 65], - [50, 18], - [-12, 67], - [-111, 14], - [-52, -38], - [-37, 62], - [-107, 9], - [-54, -19], - [-55, 50], - [-59, 29], - [-88, -11], - [-69, 32], - [-27, -23], - [-99, -30], - [11, -44], - [-29, -47], - [-90, 68], - [-57, 64], - [-118, 104], - [-34, 43], - [-41, -2], - [-23, 57], - [-51, 24], - [-62, 6], - [-114, -7], - [-41, -31], - [-75, 28], - [-73, 79], - [-80, -17], - [-71, -31], - [33, -65], - [-45, -91] - ], - [ - [11896, 24696], - [-91, 108], - [-82, 44], - [-9, 37], - [37, 28], - [64, 96], - [-31, 47], - [12, 61], - [-25, 108], - [2, 56], - [-40, 64], - [44, 136], - [91, -79], - [93, -3], - [35, -17], - [90, 42], - [14, 49], - [51, 0], - [43, 39], - [-10, 29], - [47, 34], - [138, 66], - [60, 72], - [109, 39], - [7, 59], - [-18, 81], - [-53, 137], - [9, 26], - [-38, 100], - [-28, 115] - ], - [ - [10458, 28932], - [43, -46], - [-55, -124], - [-7, -76], - [30, -37], - [92, -27], - [22, -22], - [-5, -98], - [-37, -55], - [66, -201], - [0, -113], - [82, -16], - [-1, -57], - [-56, -31], - [-2, -84], - [-24, -45], - [21, -45], - [-49, -58], - [25, -26], - [-41, -78], - [-45, -49], - [-63, -11], - [-28, -30] - ], - [ - [9395, 26306], - [-125, 101], - [-85, 22], - [-32, 27] - ], - [ - [8418, 27311], - [-75, 24], - [-62, -6], - [26, 95], - [-51, 6], - [-70, 70], - [0, 55], - [-56, -2], - [5, -41], - [-55, 4], - [-93, 34], - [-41, -11], - [-22, 93], - [7, 110], - [-13, 68], - [16, 60], - [-26, 154], - [-26, 5], - [-184, -55], - [-13, -104], - [-159, 59], - [-63, 38], - [-74, 25], - [-20, 25], - [-88, 51], - [-73, -6], - [-111, -47], - [-28, 0], - [-45, -47], - [-79, -48], - [-74, -20], - [-69, -60], - [-22, -38], - [-49, -15], - [-110, -72], - [-58, 19], - [-75, -8], - [-5, 47], - [-56, 17], - [-74, 44], - [-15, 24], - [-130, 30], - [-35, 78], - [5, 30], - [-43, 47], - [-65, 29], - [-114, 7], - [-59, 64], - [-87, 15], - [-23, 54], - [-74, 69], - [-208, 83], - [-38, -6] - ], - [ - [5467, 28358], - [-38, 58], - [-48, 12], - [-39, 50], - [5, 96], - [-26, 42] - ], - [ - [8209, 29479], - [37, -12], - [32, -43], - [72, -10], - [40, -56], - [-43, -77], - [51, -38], - [-3, -32], - [59, -54], - [12, -93], - [96, -162], - [38, -23], - [-2, -55], - [45, -35], - [-7, -28], - [90, -10], - [73, -39], - [24, 29], - [13, 76], - [68, -2], - [20, -50], - [172, 83], - [1, 36], - [67, -23], - [-48, -96], - [57, -14], - [67, 15], - [147, -35], - [146, -4], - [121, 15], - [74, 28], - [-5, -59], - [115, 62], - [45, 51], - [74, 20], - [157, 60], - [67, -3], - [88, 22], - [57, -21], - [132, 30] - ], - [ - [9131, 6453], - [-50, -6], - [-39, -44], - [-185, 7], - [-10, -32], - [-63, -31], - [-136, -31], - [-106, -36] - ], - [ - [8542, 6280], - [-143, -21], - [-126, -72], - [-179, 53], - [-51, 30], - [-46, 53], - [-58, 14], - [-77, -23], - [-77, 32], - [-227, -24], - [-46, 15], - [-42, -69], - [-30, -24], - [-58, 9], - [-84, -12] - ], - [ - [7298, 6241], - [15, 65], - [-24, 18], - [32, 61], - [-28, 107], - [63, 31], - [-8, 62], - [-67, 49], - [-82, -18], - [-142, 64], - [-80, -9], - [-46, -52], - [-40, -17], - [-24, -64], - [-47, -49], - [-31, 1], - [-23, -58], - [-45, -18], - [-48, -111], - [-53, -8], - [-24, 20], - [-76, -5], - [-28, 67], - [-109, -84], - [-51, 26], - [2, 193], - [-71, 8] - ], - [ - [5940, 7515], - [-28, 17], - [-2, 51], - [-127, 90], - [-17, 77], - [34, 24], - [43, 110], - [57, 47], - [96, 60], - [8, 22], - [62, 24], - [19, 55], - [68, -55], - [50, 41], - [53, 8], - [44, 33], - [-13, 65], - [79, 81], - [29, 48], - [46, 7], - [-23, 84], - [45, 49], - [47, 22], - [58, 80], - [-16, 27], - [88, 62], - [15, 27], - [13, 92], - [-21, 7], - [-2, 86], - [13, 42], - [-28, 69], - [67, 49], - [62, -1], - [-8, 69], - [52, 45], - [24, 70], - [103, 27], - [51, -38], - [60, 24], - [136, 37], - [-22, 65], - [20, 46], - [53, -13], - [57, 70], - [5, 50], - [33, 38], - [-13, 29], - [19, 70], - [-7, 233], - [-52, 18], - [39, 58], - [-1, 76], - [43, 52], - [-19, 186], - [45, 45], - [24, 57] - ], - [ - [7401, 10329], - [55, -35], - [91, -36], - [60, 18], - [37, -142], - [30, 0], - [67, -125], - [-22, -63], - [2, -123], - [16, -38], - [36, -8], - [53, -74], - [14, -215], - [30, -38], - [-26, -47], - [-6, -109], - [10, -147], - [21, -144], - [34, -161], - [8, -112], - [46, -325], - [20, -57], - [62, -69], - [67, 3], - [132, -181], - [90, -230], - [46, -75], - [109, -40], - [41, -29], - [89, -13], - [-33, 71], - [-24, 87], - [46, 110], - [-11, 55], - [29, 9], - [74, -69], - [76, -123], - [124, -320], - [81, -279], - [40, -181], - [99, -555], - [17, -66] - ], - [ - [11427, 35565], - [-36, -65], - [-53, -2], - [-43, -46], - [-45, -18], - [-89, -66], - [-52, -7], - [-60, -82], - [-70, -63], - [-43, -12], - [-41, -65], - [39, -46], - [-53, -49], - [-6, -46], - [17, -55], - [-123, -62], - [11, -45], - [-39, -24], - [-65, -85], - [-91, -4], - [-31, -66], - [-81, -70], - [-125, -2], - [-26, 10], - [-104, -16], - [-70, 44], - [-53, -7], - [-122, 28], - [-112, -38], - [-75, -7], - [-23, -48], - [-209, 24], - [-104, -7], - [-54, -26], - [-24, 24] - ], - [ - [9372, 34566], - [8, 25], - [-41, 95], - [20, 30], - [-40, 27], - [10, 39], - [-25, 54], - [18, 50], - [50, 43], - [84, 5], - [55, 112], - [-17, 57], - [67, 139], - [55, 43], - [-42, 112], - [46, 89], - [32, 29], - [24, 72], - [70, 7], - [45, 86], - [-2, 80], - [-28, 109], - [-75, -38], - [-68, -4], - [-53, 55], - [-51, -8], - [-75, 26], - [-55, -44], - [-55, 3], - [-40, 75], - [25, 54], - [-22, 73], - [-44, 21], - [25, 157], - [18, 49], - [-57, -2], - [-29, 28], - [-22, 86], - [37, 79], - [24, 9], - [60, 81], - [-102, 30], - [-4, 92], - [-60, 8], - [9, 50] - ], - [ - [9147, 36749], - [-1, 57], - [79, 76], - [3, 53], - [59, 49], - [14, 100], - [96, 60], - [18, 54], - [-27, 44], - [59, 68], - [11, 54], - [54, 79], - [102, -5], - [1, -46], - [63, -31], - [-34, -48], - [27, -28], - [103, -3], - [-14, 120], - [46, 13], - [22, -34], - [59, -4], - [68, -29], - [44, 36], - [-23, 34], - [-80, 34], - [-65, 47], - [35, 86], - [28, -26], - [50, 24], - [83, -12], - [57, 51], - [-27, 23], - [-60, 151], - [9, 50], - [-15, 76], - [-49, 70], - [34, 104], - [-17, 49], - [-131, 10], - [-8, 80], - [-89, 61], - [13, 29], - [-46, 45], - [5, 56], - [56, 26], - [74, 54], - [1, 50], - [57, 83] - ], - [ - [9891, 38639], - [47, 37], - [11, 85], - [44, 67], - [105, 15], - [145, -62], - [91, -22], - [156, -95], - [34, 48], - [78, 43], - [96, 120], - [36, 14], - [71, 94], - [21, 68], - [85, -27], - [122, 9], - [50, -16], - [24, 22], - [98, -20], - [28, 27], - [120, -30], - [12, -38], - [71, -22], - [6, -28], - [76, -10], - [18, -31], - [54, 18], - [82, 7], - [94, -13], - [30, 80], - [110, -6], - [115, -61], - [18, -34], - [-40, -56], - [33, -64], - [-43, -41], - [-14, -115], - [-90, 17], - [-82, -11], - [-14, -41], - [29, -73], - [-50, -71], - [-35, -16], - [10, -63], - [45, -76], - [75, -14], - [26, -42], - [-34, -60], - [38, -67], - [45, -178], - [-28, -111], - [37, -100], - [-2, -58], - [86, -39], - [37, -44], - [92, -61], - [41, -8], - [50, -57], - [-66, -127], - [-77, -5], - [-48, -55], - [-7, -43], - [16, -65], - [-69, -37], - [1, -36], - [-63, -31], - [-26, -50], - [26, -63], - [-2, -42], - [-33, -53], - [28, -63], - [-9, -87], - [-32, -38], - [-4, -45], - [-41, -43], - [32, -58], - [45, -4], - [54, -31], - [-31, -84], - [-49, -78], - [-84, -53], - [-96, -29], - [-5, -61], - [20, -28], - [-11, -53], - [-106, -24], - [-28, -65], - [-108, -20], - [-36, -61], - [6, -44], - [-121, -115], - [14, -56], - [70, -60], - [16, -57] - ], - [ - [13369, 2677], - [103, -142], - [126, -154], - [57, -56], - [43, -14], - [73, -50], - [59, -12], - [126, -137], - [108, -98], - [146, -100], - [262, -158], - [15, -28], - [-33, -30], - [-10, -96], - [23, -90], - [25, -34], - [-31, -28], - [-34, -68], - [-28, -22], - [-32, -71], - [-149, -81], - [-97, -85], - [2, -38], - [-91, -67], - [6, -70], - [-41, -19], - [-1, -45], - [-27, -41], - [43, -54], - [24, -77], - [-81, -80], - [-67, 2], - [-34, -18], - [-20, -51], - [-91, -79], - [-45, -3], - [-33, -71], - [6, -67], - [-29, -8], - [-96, 75], - [-18, 50], - [-42, 42], - [-46, -1], - [-94, -46], - [-16, -51], - [-30, -5], - [-28, 59], - [-53, 42], - [-36, 53], - [2, 131], - [-17, 33], - [-71, 15], - [-66, 90], - [-88, 57], - [-62, -25], - [-79, -15], - [-118, -70] - ], - [ - [12684, 771], - [-29, 20], - [1, 141], - [-45, 87], - [5, 198], - [-38, 76], - [-58, 5], - [-29, 44], - [11, 33], - [-44, 90], - [-44, 40], - [-73, 27], - [-15, 68], - [-35, 53], - [65, 34], - [31, 47], - [-23, 18], - [22, 71], - [-28, 83], - [19, 49], - [-32, 26], - [24, 85], - [61, 40], - [3, 80], - [18, 59], - [31, 19], - [108, 0], - [-22, 72], - [6, 31], - [63, -6], - [166, -60], - [32, 37], - [-51, 37], - [40, 40], - [45, 15], - [93, 86], - [51, 72], - [-47, 57] - ], - [ - [12966, 2645], - [12, 44], - [-70, 51], - [12, 53], - [88, 36], - [74, -5], - [26, -27], - [41, 18], - [22, -43], - [-2, -46], - [32, -58], - [124, -15], - [44, 24] - ], - [ - [14473, 33490], - [57, 31], - [51, -38], - [26, 7], - [61, 76], - [73, -2], - [38, 13], - [101, -19], - [90, 15], - [46, -15], - [56, 36], - [113, 15], - [26, -237], - [22, -42], - [-3, -70], - [81, -100], - [39, -69], - [70, -191], - [105, -174], - [40, -100], - [-9, -122], - [209, 15], - [173, -51], - [86, -5], - [-8, -44], - [-53, -60], - [-69, -17], - [-89, -41], - [-145, -21], - [29, -64], - [54, -65], - [66, -165], - [70, -86], - [86, -64], - [95, -38], - [115, -73], - [80, -26] - ], - [ - [18501, 34480], - [-36, -36], - [-9, -54], - [59, -24], - [16, -47], - [-42, -27], - [1, -53] - ], - [ - [18490, 34239], - [-63, -49], - [-97, -29], - [-41, 22], - [-99, -47], - [30, -74], - [-52, -33], - [-75, 55], - [-42, 73], - [-45, 38], - [-49, -8], - [-81, -54], - [-39, -1], - [-48, -73], - [-17, -91], - [-50, -11], - [-51, 64], - [-14, 48], - [-44, 49], - [-36, -4], - [-70, 65], - [-39, -16], - [-158, -6], - [-94, -129], - [-38, -22], - [-32, 29], - [-11, 60], - [-84, 104], - [-88, -13], - [-46, 29], - [-42, -29], - [11, -83], - [-29, -36], - [-60, -22], - [-27, -47], - [51, -132], - [-16, -32], - [6, -65], - [-15, -44], - [-36, -16], - [-11, -60], - [-44, -19], - [-93, -11], - [-62, -104], - [3, -71], - [-86, -6], - [-17, -37], - [-60, 6], - [-44, 38], - [-74, -39], - [-17, -27], - [-62, -8], - [-6, 60], - [-151, 38], - [16, 67], - [-20, 56], - [57, 40], - [-80, 43], - [-154, 120], - [-38, 49], - [-173, -28], - [-85, 40], - [-27, 114], - [-26, 38], - [-72, 65], - [4, 83], - [-41, 64], - [-70, 27], - [-19, 31], - [-70, 43], - [-38, 7], - [-76, 73], - [-40, 80], - [-35, -32], - [-92, 37], - [-68, 40], - [-148, 28], - [-43, -78], - [-59, 51], - [12, 72], - [-54, 1], - [-42, 28], - [-14, 50], - [-66, -12], - [-90, 75] - ], - [ - [14540, 35099], - [82, 7], - [31, -26], - [61, -8], - [60, -144], - [46, -46], - [59, -29], - [78, -62], - [23, -38], - [115, -95], - [70, -23], - [110, -7], - [50, -27], - [186, -131], - [96, -40], - [91, -18], - [66, 12], - [58, -20], - [91, 14], - [139, -32], - [29, -60], - [10, -67], - [-26, -78], - [-52, -84], - [39, -55], - [96, -4], - [81, -59], - [75, -19], - [33, 61], - [-56, 53], - [26, 64], - [42, 23], - [127, 24], - [57, 28], - [82, 109], - [121, 33], - [102, 74], - [147, 33], - [94, 47], - [64, 9], - [59, -12], - [118, -80], - [59, 16], - [55, 52], - [70, 88], - [12, 65], - [-24, 60], - [24, 137], - [33, 32], - [132, 67], - [39, 36], - [23, 92], - [-17, 75], - [64, 79], - [95, 25], - [107, 43], - [126, 25], - [63, 35] - ], - [ - [8960, 23710], - [51, 40], - [114, -33], - [32, -36] - ], - [ - [9157, 23681], - [-38, -168], - [16, -51], - [55, -103], - [37, -25], - [67, 5], - [132, -31], - [62, -38], - [32, 11], - [95, -87], - [94, 5], - [63, 31], - [56, -10] - ], - [ - [9157, 23681], - [300, -3], - [108, -8], - [58, 14], - [56, 32], - [101, -43], - [46, 26], - [173, 56], - [240, 117], - [258, 117], - [125, 50] - ], - [ - [10622, 24039], - [205, 86], - [6, -84], - [179, 80] - ], - [ - [12966, 2645], - [-76, -41], - [-99, 15], - [-53, 56], - [10, 35], - [-41, 39], - [-51, 5], - [-46, -29], - [-55, 3], - [-44, -37], - [-53, 37], - [-111, -75], - [-31, 3], - [-122, -42], - [-65, 40], - [-42, -1], - [-36, 92], - [-1, 41], - [32, 17], - [-13, 66], - [-45, 68], - [-35, -40], - [-61, -23], - [-42, -39], - [-22, -49], - [-52, -56], - [-163, 21], - [-37, 20], - [-49, -4], - [-78, 54] - ], - [ - [11485, 2821], - [-68, 39], - [-83, 80], - [10, 39], - [-12, 83], - [-114, 24], - [37, 61], - [-11, 93], - [42, 48], - [43, 21], - [26, 63], - [-68, 43], - [61, 42] - ], - [ - [11348, 3457], - [120, 13], - [182, 0], - [145, 30], - [79, 38], - [40, 44], - [44, 3], - [57, -53], - [38, -14], - [49, 22], - [60, -45], - [45, 42], - [-6, 70], - [49, -19], - [205, -46], - [61, -3], - [228, -72], - [19, 12], - [56, -52], - [59, -28], - [199, -314], - [33, -25], - [83, -135], - [176, -248] - ], - [ - [3653, 6925], - [99, -67], - [41, -2], - [21, -50], - [47, -40], - [-32, -72], - [10, -67], - [28, -41], - [-3, -98], - [-34, -87], - [-27, -10], - [-44, 41], - [-39, 98], - [21, 48], - [47, 46], - [1, 62], - [-64, 54], - [-45, 4], - [-19, 51], - [-43, 47], - [-19, 49], - [54, 34] - ], - [ - [3939, 7162], - [-2, -104], - [-52, -143], - [-53, 12], - [-26, -19], - [-80, 51], - [65, 13], - [40, 100], - [108, 90] - ], - [ - [3453, 7643], - [-12, -75], - [-27, 6], - [13, 35], - [-10, 27], - [-16, 18], - [-6, 18], - [35, 2], - [23, -31] - ], - [ - [2821, 9468], - [121, -44], - [44, -44], - [-45, -100], - [-40, -19], - [-29, -55], - [-11, -71], - [-41, -74], - [-17, 62], - [-46, 63], - [41, 74], - [-4, 115], - [-26, 87], - [53, 6] - ], - [ - [2883, 9897], - [61, -104], - [41, -34], - [34, -105], - [-21, -39], - [-121, -98], - [-128, 1], - [17, 108], - [-8, 156], - [38, 40], - [-3, 66], - [90, 9] - ], - [ - [2959, 9905], - [72, -62], - [-22, -61], - [-60, 74], - [10, 49] - ], - [ - [2954, 10147], - [-33, -87], - [-41, -44], - [18, -26], - [-33, -59], - [-62, -25], - [1, 98], - [25, -2], - [79, 105], - [46, 40] - ], - [ - [3542, 10290], - [64, -34], - [-7, -28], - [18, -89], - [-22, -56], - [-71, -63], - [-23, -67], - [29, -96], - [-57, -12], - [9, -92], - [23, -97], - [-64, -47], - [2, -42], - [48, -80], - [48, -58], - [-31, -41], - [-135, -53], - [14, -83], - [-3, -56], - [-27, -57], - [86, -16], - [101, -30], - [22, -52], - [62, -4], - [63, -126], - [134, -47], - [-14, -237], - [-38, -25], - [-35, -58], - [-74, -23], - [-29, -35], - [87, -65], - [64, -27], - [150, 40], - [39, 45], - [81, 6], - [62, -45], - [26, -36] - ], - [ - [4026, 7907], - [-2, -76], - [-34, -4], - [-29, -32], - [45, -66], - [-9, -18], - [-97, -8], - [-23, 58], - [-67, -65], - [-6, -47], - [-64, -4], - [-116, -73], - [-66, -15], - [-97, 59], - [-1, 27], - [-25, 32], - [-39, 4], - [-4, -16], - [3, -22], - [7, -58], - [40, -30], - [-96, -16], - [11, -37], - [39, -31], - [-3, -86], - [34, -128], - [-74, -82], - [-26, -76], - [24, -33], - [-48, -43], - [-16, 57], - [-30, 17], - [-75, -99], - [-42, 34], - [-8, 48], - [-36, 91], - [-75, -23], - [-34, 43], - [-91, 32], - [-37, -8], - [0, 114], - [-38, 168], - [-69, 258], - [-34, 100], - [-44, 187], - [-48, 155], - [53, 62], - [46, 20], - [11, 35], - [-24, 76], - [30, 11], - [10, 63], - [-16, 47], - [-21, 179], - [47, 27], - [34, 54], - [-8, 106], - [15, 52], - [1, 110], - [27, 15], - [50, 81], - [-1, 69], - [29, 51], - [33, 19], - [40, 78], - [36, 18], - [80, -51], - [78, -81], - [-48, 124], - [-34, 21], - [8, 58], - [-83, 15], - [-49, 68], - [29, 57], - [76, 46], - [80, 16], - [-79, 63], - [-33, 56], - [-9, 92], - [-63, 87], - [-5, 52], - [33, 58], - [55, -2], - [61, -25], - [0, 41], - [-59, 23], - [95, 157], - [10, 80], - [35, 74] - ], - [ - [3196, 10397], - [35, 9], - [38, -29], - [83, 33], - [29, -11], - [51, -75], - [44, -37], - [66, 3] - ], - [ - [8542, 6280], - [-20, -98], - [-31, -94], - [56, 23], - [81, -12], - [30, -52], - [79, -15], - [58, -305], - [7, -227], - [19, -184], - [63, -84], - [84, -83], - [39, -18], - [117, 229], - [116, 10], - [64, -101], - [14, -66], - [-23, -114], - [36, -184], - [54, -162], - [26, -26], - [-11, -79], - [-73, -50], - [-49, 37], - [-23, 83], - [-46, -6], - [-21, -80], - [-57, -10], - [14, -48], - [-21, -39], - [-57, -26], - [-28, -54], - [-66, -2], - [-131, -49], - [-56, 2], - [-36, -21], - [-114, -31], - [-56, -73], - [-29, 0], - [-81, 47], - [-76, -41], - [-65, -13], - [-34, -25], - [-19, -83] - ], - [ - [8276, 4156], - [-52, 5], - [-47, -16], - [-79, 28] - ], - [ - [8098, 4173], - [-40, 68], - [-39, 28], - [-74, 156], - [0, 31], - [-46, 72], - [39, 76], - [-18, 38], - [-2, 92], - [-63, 12], - [-44, 28], - [-2, 72], - [-26, 27], - [19, 64], - [-122, 148], - [-13, 54], - [-29, 26], - [16, 35], - [-36, 46], - [-63, 38], - [42, 103], - [-35, 19], - [-78, 92], - [36, 88], - [-54, 69], - [51, 1], - [30, 36], - [0, 55], - [-90, 61], - [1, 50], - [-35, 118], - [-30, 21], - [11, 54], - [-34, 39], - [-33, 96], - [-39, 55] - ], - [ - [9147, 36749], - [-5, 21], - [-83, -6], - [-26, 22], - [-193, 3], - [-40, 16], - [-84, -32], - [-121, 57], - [-77, -48], - [-61, -23] - ], - [ - [9350, 39342], - [58, -20], - [51, -58], - [-44, -97], - [41, -23], - [5, -82], - [52, -46], - [43, -15], - [35, -42], - [6, -85], - [-44, -95], - [21, -123], - [88, -4], - [61, 21], - [126, -34], - [42, 0] - ], - [ - [10458, 28932], - [-120, 71], - [-266, 74], - [35, 157], - [-4, 52], - [-29, 34], - [194, 289], - [39, 37], - [-45, 21], - [-36, -38], - [-42, 1], - [-46, 87], - [-45, 36], - [-5, 88] - ], - [ - [10088, 29841], - [37, 20], - [19, 49], - [52, 47], - [68, 35], - [-12, 84], - [14, 24], - [204, 23], - [8, 34], - [72, 31], - [-19, 61], - [69, 28], - [-7, 33], - [58, 28], - [10, 49], - [37, 3], - [-3, 49], - [31, 16], - [-22, 54], - [-9, 72], - [43, 125], - [96, 90], - [101, -6], - [20, 80], - [-26, 16], - [17, 51], - [-48, 33], - [25, 42], - [-14, 35], - [-56, 8], - [-11, 32], - [72, 50], - [106, 9], - [10, 67], - [68, 31], - [4, 53], - [95, 25], - [46, 46], - [13, 51], - [49, 35], - [65, -2] - ], - [ - [7667, 21490], - [-11, -58], - [20, -173], - [80, 21], - [45, 93], - [77, -17], - [37, 35], - [45, 9] - ], - [ - [7960, 21400], - [-3, -91], - [54, -54], - [50, -24], - [58, -96], - [44, -43], - [78, -32], - [67, -46], - [-11, -79], - [4, -108], - [60, -79], - [59, -14], - [-28, -46], - [-101, -111], - [-68, -100], - [-29, -78], - [-12, -112], - [-39, -101], - [-40, -59], - [-78, -195], - [-24, -78], - [-10, -145], - [-24, -156] - ], - [ - [7967, 19553], - [-90, -8], - [-62, 16], - [-68, -42], - [-51, 14], - [-61, -11], - [-81, 16], - [-191, -121], - [-30, 123], - [-122, 68], - [-120, -20], - [-68, -26], - [-45, 20], - [-51, -20], - [-2, -60], - [39, -36], - [-15, -99], - [6, -32], - [-32, -41], - [-58, 22], - [-29, 63], - [-25, 16], - [-89, 8], - [-72, -50], - [-72, 36], - [-22, 38], - [-40, 5], - [-79, -30], - [-44, 11] - ], - [ - [6393, 19413], - [-83, 91], - [-45, -8], - [-96, 34], - [5, 21], - [-72, 27], - [-17, 54], - [-131, 45], - [-15, 103], - [-63, 39], - [-91, -15], - [-36, 55], - [18, 29], - [2, 67], - [-21, 37], - [-17, 90], - [-99, 63], - [-14, 45], - [9, 50], - [-23, 25], - [7, 60], - [-59, 43], - [27, 48], - [38, 5], - [31, 42], - [-73, 149], - [-79, 55], - [-78, 29], - [-63, 95], - [87, 71], - [25, 88], - [-6, 83], - [-37, 15], - [5, 69], - [46, 30], - [78, 7], - [53, -42], - [49, 2], - [40, 37] - ], - [ - [5695, 21151], - [59, -14], - [44, -45], - [76, -103], - [167, 79], - [-17, 70], - [22, 54], - [76, 57], - [64, -62], - [120, -54], - [62, -15], - [23, -29], - [46, -1], - [74, 45], - [22, -26], - [67, -31], - [45, 83], - [76, -21], - [58, 6], - [35, -21], - [76, 23], - [81, -1], - [108, 27], - [12, 59], - [-8, 140], - [63, 23], - [42, 64], - [137, 58], - [87, 7], - [91, -30], - [21, 29], - [62, -2], - [81, -30] - ], - [ - [8148, 30534], - [65, 24], - [41, -30], - [98, 19], - [54, 72], - [62, 7], - [118, -40], - [83, 34], - [53, 105], - [35, 4], - [60, -62], - [-5, -151], - [4, -94], - [18, -18], - [75, 26], - [179, -37], - [121, 30], - [48, 32], - [55, -76], - [22, 19], - [73, -39], - [124, 20], - [49, 50], - [10, 45], - [74, 58], - [101, 12], - [128, 46], - [39, -34], - [-6, -145], - [-25, -24], - [-14, -138], - [25, -30], - [18, -69], - [-1, -62], - [15, -87], - [67, -54], - [-20, -76], - [8, -71], - [56, 42], - [33, -1] - ], - [ - [7669, 30985], - [36, 63], - [159, 14], - [-1, 56], - [-28, 52], - [94, 65], - [31, 91], - [114, 25], - [47, -46], - [52, 30], - [-39, 37], - [11, 47], - [98, 7], - [66, -24], - [89, 30], - [42, 130], - [-25, 112], - [-110, 82], - [-37, -10], - [-124, 76], - [-54, 116], - [-31, 12], - [-63, -33], - [-43, 26], - [13, 42], - [-12, 53], - [40, 30], - [-27, 82], - [5, 42], - [50, -14], - [23, 24] - ], - [ - [8045, 32202], - [52, 38], - [103, -64], - [24, 45], - [102, 1], - [128, 57], - [132, 29], - [57, -58], - [35, 5], - [200, 142], - [-17, 101], - [-29, 104], - [19, 98], - [137, 65], - [48, 11], - [52, -22], - [23, 40], - [61, 16], - [25, -18], - [99, 43], - [150, 51], - [153, 1], - [38, 26], - [22, -56], - [131, 17], - [58, 21], - [46, -10], - [56, 26], - [-1, 52], - [33, 53], - [43, 23], - [50, -2], - [-8, 55], - [86, 23], - [55, 57], - [45, 23], - [95, 23], - [31, 47], - [95, 87], - [30, 55], - [75, 102], - [83, 16], - [23, 19], - [43, 96], - [50, 61], - [97, 5], - [12, -35], - [44, -13], - [92, 12], - [67, 43], - [36, 77] - ], - [ - [11126, 33790], - [52, -49], - [0, -98], - [-46, -62], - [10, -105], - [-20, -53], - [-86, -105] - ], - [ - [9946, 25185], - [-62, -81], - [-21, -83], - [85, -51], - [-6, -62], - [117, -14], - [64, 1], - [42, 85], - [51, 7], - [77, -34], - [203, -11], - [-22, -47], - [-1, -68], - [-82, -25], - [2, -20], - [69, -47], - [-21, -26], - [17, -52], - [-26, -46], - [24, -40], - [-31, -58], - [104, -56], - [-17, -39], - [-18, -111], - [16, -48], - [110, 13], - [2, -233] - ], - [ - [8846, 23945], - [1, 208], - [49, 55], - [26, 59], - [4, 167], - [34, 29], - [-21, 93], - [-68, 32], - [-20, 49], - [27, 67] - ], - [ - [9372, 34566], - [-67, -1], - [-51, -58], - [-77, -48], - [17, -55], - [10, -110], - [-35, -25], - [-19, -60], - [-46, -6], - [-40, 49], - [-19, 66], - [-58, 10], - [-36, 58], - [-37, -12], - [-53, 25], - [-66, -39], - [-32, -56], - [-61, -61], - [-77, -44], - [-28, -2], - [-49, -64], - [-47, -27], - [-215, -64], - [-39, 38], - [-95, -37], - [-85, -10], - [13, -44], - [-33, -41], - [-53, -6], - [-13, -46], - [-66, 4], - [-79, 58], - [-43, 9] - ], - [ - [7793, 33967], - [-165, -24], - [-79, 15], - [-122, -44], - [-74, -134], - [-67, -49], - [-65, 47], - [-14, 52], - [-43, 5], - [-15, 51], - [-49, 64], - [-46, -14], - [-78, 54], - [-93, 18], - [-100, -29], - [-70, -2], - [-80, -42], - [-4, -35], - [-52, -24], - [-52, -82], - [-29, -18] - ], - [ - [3152, 5569], - [-1, -35], - [-45, -41], - [-30, 31], - [31, 43], - [45, 2] - ], - [ - [3335, 6479], - [-19, -42], - [-39, 4], - [-7, 43], - [65, -5] - ], - [ - [2893, 7200], - [137, -81], - [23, -122], - [45, -35], - [46, 3], - [0, -45], - [33, -37], - [60, -17], - [75, 51], - [13, -35], - [-9, -112], - [-41, -13], - [-23, -42], - [6, -98], - [-57, -35], - [-1, -48], - [57, -120], - [31, -42], - [54, 34], - [-3, -91], - [-72, -31], - [-52, -2], - [-16, -57], - [43, -90], - [-68, -4], - [-30, 65], - [-83, -36], - [-45, -111], - [18, -18], - [-110, -51], - [1, 43], - [-47, -4], - [-6, 46], - [37, 32], - [-28, 150], - [-53, 33], - [53, 45], - [16, 71], - [-111, 69], - [71, 45], - [-10, 66], - [44, 75], - [-14, 74], - [-38, 33], - [4, 59], - [-19, 34], - [81, 41], - [14, 85], - [-25, 127], - [-29, 85], - [28, 11] - ], - [ - [14538, 23780], - [-23, -61], - [2, -68], - [-29, -32], - [-51, -15], - [-102, -63], - [4, -69], - [-24, -13], - [-129, -8], - [-119, -28], - [-52, -41], - [14, -56], - [1, -97], - [30, -55], - [-116, 5], - [-19, -58], - [-4, -89], - [73, -79], - [-24, -64], - [26, -50], - [45, -10], - [-3, -119], - [-72, -41], - [68, -41], - [-12, -75], - [32, -108], - [-22, -57], - [40, -61], - [-48, -78], - [-75, 18], - [-8, -60] - ], - [ - [7967, 19553], - [2, -136], - [59, -174], - [-4, -62], - [15, -115], - [15, -21], - [-8, -72], - [37, -47], - [22, -100], - [-6, -87], - [-32, -55], - [-45, -141], - [16, -54], - [68, -63], - [1, -42], - [59, -67], - [-48, -58], - [-91, -67], - [-44, -93], - [22, -35], - [-17, -33], - [-51, -8], - [-243, -243], - [-64, -84], - [-88, -180], - [-10, -85], - [68, -83], - [-46, -5], - [-65, -62], - [8, -52], - [29, -33], - [-44, -40], - [25, -33], - [-40, -42], - [-123, -95], - [-81, -90], - [-28, -67], - [-127, -187], - [-73, -125], - [-46, -95], - [-24, -92], - [-50, -88], - [-17, -75], - [-62, -116], - [-11, -49], - [-44, -22], - [-36, -84], - [-15, -137], - [15, -67], - [34, -67], - [44, -36], - [-11, -49], - [-48, 27], - [-69, 12], - [-56, -30], - [-60, -64], - [-38, -81], - [-7, -75], - [30, -158], - [16, -40], - [-1, -89], - [-14, -72] - ], - [ - [5512, 15093], - [67, 37], - [21, 102], - [27, 1], - [118, 83], - [14, 86], - [64, 71], - [28, 84], - [23, 13], - [51, -39], - [65, 76], - [7, 46], - [-42, 42], - [35, 22], - [58, 85], - [-41, 76], - [88, 62], - [6, 29], - [65, 68], - [93, 29], - [29, 69], - [-36, 130], - [4, 22], - [79, 54], - [60, -6], - [42, 87], - [61, 73], - [-33, 59], - [-14, 67], - [26, 90], - [33, 28], - [117, 36], - [36, -41], - [110, 13], - [28, 60], - [43, 31], - [-12, 46], - [59, 89], - [109, 66], - [-2, 69], - [19, 35], - [3, 61], - [43, 107], - [-52, -5], - [-53, 32], - [1, 33], - [-46, 51], - [-66, 11], - [3, 39], - [-30, 51], - [21, 70], - [-18, 40], - [35, 20], - [2, 108], - [-47, 45], - [-120, 22], - [10, 62], - [-26, 48], - [4, 34], - [67, 75], - [-1, 57], - [29, 89], - [-46, 15], - [-148, -18], - [-24, -40], - [-65, 18], - [3, 59], - [41, 24], - [25, 65], - [-22, 76], - [-43, 42], - [27, 58], - [6, 58], - [-69, 34], - [1, 32], - [-85, 126], - [25, 39], - [-31, 20], - [32, 52], - [1, 80], - [-53, 44], - [-2, 62], - [-67, 31], - [9, 57], - [61, 29], - [-23, 91], - [17, 92], - [47, 74] - ], - [ - [3264, 11576], - [31, -99], - [-24, -45], - [-38, -20], - [-54, 54], - [6, 46], - [53, 3], - [26, 61] - ], - [ - [3391, 11834], - [42, -27], - [-21, -40], - [16, -40], - [-45, -27], - [-18, -45], - [-45, 17], - [-4, 51], - [32, 28], - [-13, 69], - [56, 14] - ], - [ - [4253, 11105], - [-4, -48], - [68, -42], - [25, -68], - [-63, -26], - [-132, -139], - [-33, -45], - [-86, -30], - [47, -60], - [-28, -33], - [-75, -29], - [22, -43], - [45, -30], - [1, -78], - [-30, -38], - [-76, 27], - [-70, -41], - [-42, 18], - [-44, 48], - [-57, -20], - [-55, 6], - [-104, -95], - [-20, -49] - ], - [ - [3196, 10397], - [15, 107], - [52, 56], - [46, 97], - [29, 202], - [50, 141], - [60, -93], - [-16, -87], - [37, 11], - [0, 82], - [52, 57], - [80, 37], - [-6, 42], - [-45, 39], - [-50, -11], - [-73, 22], - [-15, 83], - [46, 15], - [66, -64], - [3, 67], - [19, 60], - [-46, 14], - [-7, 48], - [60, -18], - [58, 26], - [38, 38], - [17, 61], - [34, 33], - [-12, 32], - [-127, 35], - [-17, 81], - [80, 22], - [22, 26], - [-74, 144], - [61, 88], - [45, 13], - [19, -31], - [51, 84], - [-12, 43], - [67, 32], - [-1, 64], - [40, 114], - [59, 104], - [34, 34], - [28, 72], - [78, 99], - [86, 232], - [57, 106], - [66, 177], - [0, 36], - [36, 33], - [16, 201], - [36, 35], - [14, 45], - [41, 58], - [51, 11], - [-3, 30], - [35, 36], - [7, 55], - [26, 53], - [-22, 64], - [14, 46], - [-44, 33], - [4, 78], - [-30, 45], - [-64, 36], - [9, 65], - [21, 18], - [-11, 88], - [115, 111], - [70, 100], - [59, 56], - [64, 37], - [19, -30] - ], - [ - [8308, 22387], - [9, -35], - [-48, -27], - [1, -27], - [-68, -20], - [33, -43], - [-17, -47], - [20, -111], - [-42, -32], - [0, -57] - ], - [ - [8196, 21988], - [-60, 21], - [-44, -56], - [-26, 14], - [-67, -32], - [-11, 23], - [-125, 12], - [-53, -33], - [-35, -53], - [-4, -111], - [-73, -153], - [-31, -130] - ], - [ - [5695, 21151], - [-5, 51], - [-37, 88], - [36, 25], - [-64, 66], - [10, 75], - [53, 52], - [-5, 185], - [18, 31], - [-35, 104], - [26, 21], - [-59, 103], - [14, 46], - [0, 85], - [-86, 85], - [43, 34], - [-36, 65], - [15, 60], - [-16, 66], - [13, 44], - [-17, 32], - [16, 73], - [-15, 59] - ], - [ - [13593, 19828], - [-43, -61], - [-4, -45], - [-103, 40], - [-90, -12], - [-88, -26], - [-58, -30], - [-91, -110], - [-125, 23], - [-108, -14], - [-2, -44], - [-51, -7], - [-259, 11], - [-82, -19], - [-33, -21], - [-3, -47], - [-32, -26], - [-149, 80], - [-180, 68], - [-68, 32], - [-148, 23], - [-294, 22], - [-121, 15], - [-109, -11], - [-64, -26], - [-155, -25] - ], - [ - [21392, 29837], - [-33, -71], - [10, -22], - [-36, -53], - [-65, -46], - [-38, -45], - [-71, -42], - [-76, -21], - [-23, -77], - [-82, -91], - [-33, 17], - [-48, -45], - [-68, -14], - [-43, -65], - [-47, -24], - [-65, 11], - [-62, -115], - [19, -63], - [35, -25], - [-9, -67], - [-29, -34], - [7, -58], - [-37, -19], - [-102, 27], - [-84, -13], - [-10, -60], - [29, -59], - [-62, -109], - [-3, -40], - [31, -21], - [7, -72], - [-48, -36], - [-8, -51], - [-27, -31], - [3, -40], - [101, 2], - [136, 69], - [56, 9], - [39, -47], - [75, -26], - [10, -34], - [-34, -47], - [22, -95], - [-20, -37], - [38, -28], - [85, -104], - [31, -94], - [-18, -25], - [65, -51], - [-90, -27], - [-125, -72], - [-1, -40] - ], - [ - [20694, 27716], - [-52, 14], - [-96, -82], - [12, -24], - [-65, -42], - [13, -41], - [-75, -24], - [-124, -122], - [-25, -115] - ], - [ - [20282, 27280], - [-36, 38], - [-84, -18], - [-21, 39], - [-66, 34], - [-67, 10], - [-60, 68], - [-96, -33], - [-46, 12], - [-50, -35], - [-173, -30], - [-42, 29], - [-68, -25], - [-212, 36], - [-159, 45], - [-80, -13], - [-61, -31], - [-57, -65], - [-61, 0], - [-72, 26], - [-54, 42], - [-115, 5], - [-118, -57] - ], - [ - [17051, 23851], - [36, -69], - [-46, -52], - [-10, -80], - [-67, -60], - [-8, -92], - [32, -82], - [-45, -38], - [-76, -6], - [-61, -53], - [-102, -58], - [-38, -62], - [-62, -28], - [-46, -214], - [-32, -29], - [-102, -140], - [24, -60], - [-46, 2], - [-86, -63], - [-29, -7], - [-241, -114], - [-60, -22], - [-56, -49], - [-42, -64], - [67, -48], - [30, -44], - [64, -14], - [-16, -38], - [-66, -13], - [-13, -50], - [-134, -59], - [-110, 21], - [-157, -34], - [-59, 32], - [-82, -12], - [-85, 28], - [-28, -36], - [-53, -22], - [-11, -41], - [83, -103], - [-20, -160], - [17, -116], - [-48, -162], - [21, -20], - [21, -86], - [-17, -28] - ], - [ - [19290, 31772], - [-13, 25], - [21, 68], - [-29, 73], - [35, 76], - [-94, 42], - [-46, 74], - [-25, 7], - [-64, 61], - [-62, -41], - [-157, 99], - [-147, 75], - [-64, -20], - [-85, 20], - [-18, -20], - [-121, 65], - [-50, 0], - [-32, 54], - [-105, 23], - [-32, 18], - [-69, -9], - [-29, 17], - [-66, 107], - [43, 48], - [19, 58], - [90, 114], - [-59, 78], - [-21, 74], - [43, 64], - [-3, 88], - [74, 56], - [16, 66], - [50, 41], - [18, 55], - [58, 37], - [111, 11], - [20, 105], - [-11, 50], - [24, 48], - [-17, 52], - [27, 121], - [-29, 78], - [-41, -16], - [-19, 48], - [-35, 27], - [-2, 41], - [60, 80], - [-7, 56], - [61, 19], - [0, 79], - [35, 6], - [-32, 69], - [-21, 0] - ], - [ - [10698, 21910], - [-118, 33], - [-327, 41], - [-68, 3], - [-174, 51], - [-43, 42], - [-83, 39], - [13, -59], - [-47, -50], - [-257, -38], - [-107, 2] - ], - [ - [9350, 21951], - [-163, -19], - [-128, 12], - [-98, 44], - [-41, -58], - [-39, -25], - [-91, -20], - [-232, -61], - [-212, -63] - ], - [ - [8346, 21761], - [-18, 88], - [-94, 125], - [-38, 14] - ], - [ - [8346, 21761], - [-67, -25], - [-54, -62], - [-17, -63], - [-35, -27], - [-73, 17], - [1, -96], - [-126, -74], - [-15, -31] - ], - [ - [5534, 2580], - [80, -59], - [-27, -13], - [-54, 17], - [1, 55] - ], - [ - [5896, 2680], - [150, -72], - [-6, -75], - [-34, -44], - [-87, -2], - [-8, 86], - [-21, 33], - [6, 74] - ], - [ - [5807, 2695], - [26, -20], - [5, -55], - [-57, -14], - [-66, -37], - [-85, 23], - [6, 82], - [94, 0], - [77, 21] - ], - [ - [7643, 3115], - [31, -7], - [14, -74], - [-71, 13], - [26, 68] - ], - [ - [7067, 3074], - [16, -45], - [33, -5], - [23, -47], - [2, -107], - [-18, -56], - [48, -69], - [13, -124], - [-14, -70], - [-34, 14], - [-47, -22], - [7, -31], - [-53, -40], - [-25, 38], - [-19, 84], - [-42, 54], - [-32, 0], - [-54, 86], - [15, 43], - [35, 12], - [16, 62], - [-9, 55], - [35, 10], - [44, 46], - [14, 66], - [-14, 88], - [60, -42] - ], - [ - [7180, 3441], - [3, -52], - [-25, -44], - [-36, 38], - [35, 58], - [23, 0] - ], - [ - [7391, 4206], - [65, 4], - [59, -37], - [79, -84], - [71, -40], - [132, 76], - [119, 17], - [45, -17], - [82, 16], - [55, 32] - ], - [ - [8276, 4156], - [22, -140], - [46, -46], - [-44, -25], - [-2, -51], - [58, -44], - [-11, -61], - [45, -27], - [86, -118], - [78, -1], - [57, -29], - [62, -5], - [67, -49], - [36, -65], - [-36, -68], - [-32, -28], - [-22, -76], - [49, -162], - [-6, -68] - ], - [ - [8729, 3093], - [-53, -27], - [-23, -49], - [1, -126], - [-44, -64], - [14, -66], - [22, -7], - [20, -76], - [-77, -28], - [-17, -46], - [19, -175], - [-46, -59], - [9, -37], - [-78, -104], - [-11, 71], - [-51, 156], - [-42, -11], - [34, 98], - [-29, 56], - [-35, 23], - [-34, -106], - [-47, 2], - [-92, 69], - [-45, 47], - [-53, 93], - [-126, -11], - [3, 74], - [35, -2], - [37, 37], - [-28, 21], - [-27, 78], - [-56, -26], - [-80, 91], - [-19, 48], - [38, 38], - [-118, 1], - [-26, 66], - [-73, 76], - [-10, 27], - [-94, -30], - [-19, 20], - [-15, 83], - [-49, 71], - [-37, 27], - [-69, -4], - [-95, 54], - [-63, 16], - [-37, 82], - [6, 28], - [-18, 109], - [60, 73], - [-57, 2], - [-37, 88], - [40, 25], - [-40, 78], - [67, 89], - [31, -11], - [42, 64], - [-13, 26], - [70, 27], - [17, 57], - [80, -13] - ], - [ - [20694, 27716], - [46, -77], - [-13, -56], - [40, -46], - [52, -17], - [55, -41], - [62, -86], - [96, -101], - [6, -46], - [36, -60], - [42, -2], - [109, -76], - [178, -3], - [63, -71], - [27, -71], - [63, -10] - ], - [ - [21556, 26953], - [159, -35], - [35, -25], - [105, -3], - [81, -42], - [149, 3], - [36, 43], - [57, -26], - [110, -11], - [0, -31], - [76, 26], - [46, -97], - [61, -62], - [8, -30], - [-27, -42], - [32, -31], - [44, 28], - [33, -33], - [-93, -77], - [-72, -19], - [-4, -97], - [23, -43], - [-1, -81], - [-37, -30], - [-3, -37], - [31, -33], - [2, -86], - [16, -26], - [-8, -59], - [58, -28], - [209, -68], - [94, -45], - [18, -74], - [53, -91], - [-65, -22], - [-28, -37], - [59, -80], - [9, -90], - [71, -53], - [18, -50], - [85, -62], - [-2, -99], - [-79, -5], - [-40, -64], - [-5, -53], - [-26, -28], - [6, -72], - [-36, -82], - [62, -82], - [74, -60], - [-9, -79], - [-89, -86], - [59, -44], - [83, 34], - [64, -56], - [33, -48] - ], - [ - [23091, 24473], - [-88, 34], - [-114, -24], - [-11, 30], - [-52, 10], - [-44, 52], - [-53, -6], - [-65, -30], - [-47, -49], - [-60, 18], - [-69, 58], - [-47, -33], - [-46, -72], - [-59, 11], - [-50, 66], - [-52, -48], - [-73, -28], - [-122, -123], - [-87, 4], - [-60, 45], - [-46, 15], - [-48, -13], - [-40, -65], - [-48, 37], - [-73, 2], - [-12, 21], - [-88, 19], - [-90, 2], - [-116, -14], - [-73, 37], - [-88, 69], - [-81, -48], - [-10, -35], - [-92, -33], - [-56, 43], - [-47, 5], - [-43, -24], - [4, -46], - [-82, -14], - [-21, 53], - [-92, 14], - [-57, -82], - [-99, -10] - ], - [ - [20494, 24321], - [-39, 47], - [20, 47], - [-11, 80], - [31, 164], - [-21, 66], - [-48, 28], - [8, 49], - [-16, 74], - [41, 27], - [28, 62], - [16, 75], - [-7, 64], - [-20, 32], - [6, 66], - [-18, 41], - [-80, 66], - [-60, 76], - [-4, 37], - [25, 55], - [-37, 108], - [-49, 28], - [-187, 53], - [-50, 61], - [54, 64], - [-10, 16], - [34, 73], - [70, 53], - [19, 51], - [33, 19], - [24, 72], - [70, 50], - [-12, 68], - [49, 8], - [31, 75], - [-29, 34], - [25, 37], - [-55, 20], - [-38, 128], - [23, 63], - [-85, 44], - [37, 110], - [-13, 65], - [35, -3], - [26, 84], - [2, 65], - [44, 54], - [7, 42], - [45, 14], - [45, 61], - [53, 8], - [71, 43], - [4, 33], - [-34, 59], - [-123, 43], - [-142, 0] - ], - [ - [8801, 25564], - [-71, 54], - [60, 196], - [-48, 17], - [25, 65], - [-92, -7], - [-12, 77], - [47, 16], - [13, 37] - ], - [ - [9758, 4369], - [48, -66], - [-46, -33], - [-18, 34], - [16, 65] - ], - [ - [9131, 6453], - [63, -290], - [158, -598], - [94, -331], - [52, -153], - [56, -142], - [112, -220], - [80, -116], - [56, -54], - [76, -146], - [-48, -21], - [-209, 151], - [-61, 36], - [-109, -14], - [-101, -36], - [-63, -72], - [7, -29], - [77, -45], - [15, -67], - [126, -50], - [16, 24], - [67, -51], - [63, 12], - [112, 4], - [71, 60], - [66, 28], - [10, 27], - [-53, 121], - [60, -23], - [50, -78], - [30, -15], - [112, -168], - [75, -100], - [157, -190], - [123, -116], - [94, -57], - [70, -14], - [60, 31], - [131, -110], - [128, -90], - [156, -76], - [144, -35], - [94, 17] - ], - [ - [11485, 2821], - [-59, -43], - [73, -72], - [-93, -60], - [-45, -61], - [-80, -11], - [-2, -45], - [-30, -52], - [-105, -65], - [-56, 13], - [-14, -50], - [-77, -73], - [-47, 6], - [-39, -69], - [-9, -62], - [15, -24], - [11, -93], - [-16, -26], - [24, -40], - [-56, -78], - [-65, -21], - [-75, 1], - [-45, -22], - [-19, 51] - ], - [ - [10676, 1925], - [14, 52], - [-1, 79], - [-41, -18], - [-35, 24], - [5, 80], - [-16, 146], - [-112, 51], - [-90, 10], - [-19, 30], - [-8, 97], - [-29, 15], - [-66, -82], - [-86, -75], - [-64, -7], - [-34, -22], - [-49, 39], - [-58, 6], - [-82, 54], - [-50, 11], - [-37, 35], - [-105, -24], - [-73, 41], - [-43, 66], - [-64, -12], - [-32, 29], - [-104, -46], - [-88, 46], - [-88, 22], - [-39, 60], - [1, 27], - [-122, 94], - [39, 51], - [-12, 55], - [7, 58], - [-65, 34], - [-24, 33], - [-1, 60], - [-52, -1], - [-19, -34], - [-58, 7], - [-54, -12], - [-61, 73], - [-32, 16] - ], - [ - [7793, 33967], - [11, -27], - [65, -28], - [13, -36], - [-41, -28], - [103, -113], - [54, -35], - [40, -152], - [-35, -65], - [22, -36], - [-106, -79], - [-44, -16], - [7, -53], - [48, -66], - [-28, -50], - [10, -41], - [139, -66], - [28, -59], - [38, -23], - [-11, -68], - [-31, -90], - [62, -65], - [-28, -67], - [42, -74], - [-64, -104], - [-60, -2], - [-21, -23], - [-9, -110], - [-15, -30], - [69, -42], - [-25, -47], - [19, -70] - ], - [ - [6355, 31386], - [58, 80], - [-37, 56], - [-42, 11], - [1, 66], - [-25, 64], - [53, 59], - [-16, 30], - [-80, 27], - [-33, 133], - [21, 24], - [-47, 38], - [-118, -1], - [-56, 54], - [-22, 92], - [15, 39], - [-27, 78], - [33, 153], - [-16, 79] - ], - [ - [5922, 26131], - [0, 35], - [51, 21], - [18, 30], - [-33, 32], - [28, 71], - [71, 48], - [34, 3], - [77, -88], - [90, 3], - [68, -29], - [34, -101], - [36, -48], - [130, 10], - [126, -23], - [24, -34], - [89, -17], - [82, -47], - [47, 5], - [85, -24], - [3, 137], - [86, 0], - [91, -38], - [80, 6] - ], - [ - [8317, 11073], - [56, -83], - [-34, -54], - [-49, -36], - [-17, -72], - [47, -66], - [-75, -36], - [-57, -41], - [-49, -83], - [-89, 2], - [-56, -35], - [-23, 31], - [-69, 17], - [-6, 120], - [-30, 57], - [30, 18], - [5, 115], - [-47, 85], - [14, 20], - [118, 16], - [60, 20], - [49, -46], - [106, -32], - [63, -8], - [26, 18], - [27, 73] - ], - [ - [5536, 11390], - [9, -71], - [29, -69], - [116, -144], - [0, -90], - [69, -152], - [30, -84], - [67, -102], - [115, -107], - [-60, -44], - [-57, -89], - [-74, -25], - [-61, -44], - [-10, -82], - [30, -81], - [-4, -62], - [41, -51], - [54, -19], - [35, -34], - [56, 38], - [49, 8], - [41, -40], - [53, 9], - [23, -42], - [62, 21], - [5, -54], - [63, -16], - [95, 41], - [135, -21], - [86, 32], - [31, 42], - [38, 96], - [47, 58], - [55, 14], - [114, -43], - [103, -2], - [91, 93], - [76, 2], - [55, 74], - [117, -49], - [59, 33], - [47, -26], - [35, 21] - ], - [ - [8186, 11672], - [24, -33], - [56, -1], - [13, -59], - [47, -15], - [25, -88], - [-16, -35], - [12, -58], - [-35, -61], - [-59, 15], - [-99, 49], - [-85, 14], - [-41, 54], - [0, 58], - [-46, 28], - [18, 79], - [77, 50], - [51, -43], - [58, 46] - ], - [ - [7609, 12569], - [40, -45], - [15, -57], - [-49, -69], - [-76, 17], - [37, 60], - [-25, 61], - [14, 33], - [44, 0] - ], - [ - [20494, 24321], - [-18, -11], - [-105, 2], - [-32, 41], - [-31, -31], - [-48, 25], - [-95, -13], - [-14, -55], - [-62, 15], - [-131, 7], - [-61, 80], - [-63, 14], - [-37, -35], - [-80, -6], - [-68, 13], - [-70, 45], - [-144, -3], - [-27, 28], - [23, 125], - [-43, 19], - [-108, -1], - [-43, -22], - [34, -33], - [-111, -56], - [-43, 50], - [-85, 29], - [-127, -30], - [-53, -30], - [-56, -11], - [-24, -43], - [-32, 1], - [-53, -60], - [-43, 10], - [-48, 63], - [-55, -27], - [-28, -66], - [-81, -12], - [-106, 4], - [-59, -9], - [-37, 15], - [-98, -23], - [-56, 7], - [-116, -67] - ], - [ - [5467, 28358], - [-24, -76], - [23, -79], - [-15, -88], - [-37, -61], - [-34, -190], - [-29, -13], - [-39, -90], - [-101, -44], - [-10, -28], - [36, -94], - [42, -26], - [15, -37], - [-62, -105], - [-6, -51], - [36, -70], - [-5, -39], - [-66, -74], - [-6, -84], - [-39, -50], - [4, -79], - [19, -33], - [-41, -23], - [-17, -93], - [-40, -18], - [9, -87], - [-28, -69], - [-49, -4] - ], - [ - [3744, 27971], - [-37, -9], - [-37, 88], - [69, 253], - [26, 70], - [98, 216], - [-44, -2], - [-34, 119], - [32, 118], - [41, 33], - [-12, 52], - [-39, 61], - [-91, 53], - [16, 67], - [95, 16], - [31, -54], - [51, -1], - [11, 55], - [98, 31], - [62, 105], - [-9, 41], - [64, 26], - [53, -28], - [83, -17], - [110, 20], - [56, -55], - [65, 13], - [36, 41], - [63, 27], - [7, 59], - [24, 34], - [-3, 80], - [-26, 49], - [43, 51], - [44, 14], - [70, 45], - [36, 142], - [24, -3], - [25, 68], - [-23, 49], - [-24, 122], - [-41, 25], - [-61, 66], - [-77, 18], - [-28, -25], - [-58, 5], - [-49, -82], - [9, -18], - [-105, -59], - [-2, -30], - [-48, -30], - [-60, 5], - [-53, -38], - [-30, -56], - [-1, -43], - [-36, -9], - [-10, -56], - [-107, 31], - [7, 93], - [-20, 133], - [-63, 108], - [-16, 63], - [59, 86], - [-19, 39], - [-51, 18], - [-20, 49], - [-132, 142], - [-20, 47], - [23, 72], - [-44, 45], - [0, 71], - [-30, -1], - [-115, 37], - [-27, 33], - [9, 56], - [-9, 71], - [-39, 27], - [-96, 36], - [-2, 77], - [59, 62], - [-12, 45], - [98, 25], - [5, 25], - [82, 14], - [-31, 50], - [-131, 31], - [19, 56], - [41, 51], - [43, 19], - [-40, 40], - [17, 47], - [-106, 51], - [45, 39], - [-31, 20], - [-52, 108], - [-45, -11], - [-13, 86], - [-47, 33], - [-66, 21], - [-14, 28], - [-64, 19], - [-92, -29], - [-70, 4], - [-81, 82], - [30, 88], - [-125, 27], - [14, 61], - [-50, 53], - [-17, 58], - [-43, 13], - [-38, 114], - [-25, -23], - [-53, 25], - [-20, 54], - [-93, 29], - [-24, 42], - [-59, 48], - [-29, 2], - [-33, 72], - [-48, 10], - [-17, 67], - [17, 111], - [-84, 13], - [-72, 87], - [-41, 24], - [27, 36], - [-57, 30], - [-98, 108], - [-34, 50], - [-60, -5], - [-35, 56], - [-67, 9], - [-49, 22], - [-36, 64], - [-15, 58], - [-180, 124], - [-86, 92], - [-77, 51], - [-9, 35], - [-86, 91], - [10, 92], - [-64, 69] - ], - [ - [6782, 4178], - [48, -7], - [78, -58], - [-132, 3], - [-24, 46], - [30, 16] - ], - [ - [6920, 4374], - [32, -23], - [-25, -47], - [-51, -12], - [44, 82] - ], - [ - [6265, 4601], - [83, -2], - [68, -47], - [-106, -20], - [-56, -49], - [0, -41], - [-61, 0], - [-29, 40], - [18, 42], - [-7, 74], - [48, 33], - [42, -30] - ], - [ - [5947, 4941], - [48, -39], - [-14, -56], - [-48, 27], - [-19, 63], - [33, 5] - ], - [ - [7391, 4206], - [-79, 26], - [-61, -20], - [-58, 12], - [-35, -22], - [-60, 3], - [-32, 96], - [1, 48], - [-76, -45], - [-67, -61], - [-42, 0], - [7, 46], - [54, 17], - [14, 59], - [-68, 33], - [5, -51], - [-58, -80], - [-80, 169], - [-61, 71], - [-52, 44], - [37, 96], - [79, 12], - [38, 77], - [11, 59], - [32, 52], - [-54, 10], - [-1, -68], - [-28, -47], - [-100, -60], - [-54, 30], - [11, 40], - [-29, 73], - [12, 82], - [-23, 33], - [-51, -34], - [-5, -57], - [31, -94], - [-21, -84], - [-45, -24], - [-128, 45], - [-64, 48], - [-35, -26], - [-60, 89], - [-113, 108], - [32, 67], - [-15, 28], - [4, 86], - [-54, 142], - [-49, 37], - [-12, 45], - [16, 46], - [-51, 53], - [-18, 62], - [-37, 55], - [13, 47], - [-60, -4], - [-35, 64], - [65, 99], - [29, 14] - ], - [ - [15940, 17030], - [-15, -39], - [53, -4], - [71, -70], - [-7, -27], - [25, -76], - [-17, -63], - [-36, -39], - [16, -31], - [-8, -110], - [-78, 38], - [-5, 48], - [-60, -7], - [-62, 35], - [18, 43], - [37, 10], - [-33, 80], - [-21, 125], - [40, 19], - [-18, 59], - [37, 40], - [-8, 40], - [28, 26], - [53, -85], - [-10, -12] - ], - [ - [15647, 17329], - [53, -19], - [68, -4], - [-19, -40], - [-36, 9], - [-40, -46], - [-47, 59], - [21, 41] - ], - [ - [14977, 18228], - [58, -35], - [64, -1], - [93, -22], - [35, -37], - [68, -41], - [42, -82], - [36, -27], - [112, -153], - [36, -69], - [49, -35], - [-35, -45], - [-66, 17], - [-93, 93], - [-16, -101], - [-84, 1], - [-49, 30], - [-51, -4], - [-23, -28], - [-66, 145], - [19, 73], - [-13, 45], - [-46, 38], - [3, 60], - [-35, 68], - [14, 68], - [-52, 42] - ], - [ - [15771, 19881], - [-29, -37], - [30, -134], - [2, -59], - [55, -40], - [74, -10], - [40, 15], - [158, -119], - [83, -10], - [-5, -70], - [55, -10], - [45, -108], - [53, -57], - [87, -56], - [-11, -30], - [62, -26], - [12, -64], - [67, -10], - [46, -59], - [18, -49], - [-10, -46], - [-99, -22], - [-78, -76], - [-7, -85], - [8, -86], - [-36, -106], - [12, -47], - [-2, -76], - [-42, -135], - [19, -58], - [58, -61], - [15, -52], - [97, -102], - [26, -64], - [-2, -44], - [23, -129], - [29, -35], - [32, -79], - [45, -42], - [19, -73], - [-8, -41], - [49, -112], - [104, -135], - [45, -15], - [59, -82], - [20, -60], - [1, -186], - [-32, 9], - [16, 84], - [-31, 78], - [-87, 145], - [-118, 129], - [-158, 186], - [-13, 46], - [36, 55], - [-57, 114], - [14, 30], - [-14, 77], - [-44, 62], - [-266, 210], - [-70, 37], - [-52, 50], - [60, 14], - [1, 53], - [-31, 27], - [-103, 51], - [-24, 22], - [-63, -25], - [-24, -58], - [34, -40], - [-59, -13], - [15, -41], - [-12, -46], - [30, -37], - [-17, -69], - [37, -14], - [50, -93], - [-68, -15], - [-60, 26], - [10, 70], - [-59, 83], - [-32, 21], - [-121, 45], - [-73, 73], - [-71, 15], - [-109, -1], - [-94, 69], - [-65, 16], - [-41, -8], - [-21, -44], - [-60, 23], - [-37, -4], - [-51, 55], - [32, 63], - [-27, 60], - [-42, 47], - [33, 43], - [91, 23], - [56, 26], - [21, 38], - [102, 86], - [-51, 57] - ], - [ - [15297, 18830], - [4, 2] - ], - [ - [15328, 18865], - [6, 0] - ], - [ - [21556, 26953], - [47, 154], - [-25, 100], - [-56, 15], - [-29, 167], - [-36, 33], - [50, 89], - [-14, 42], - [45, 110], - [39, -23], - [60, 13], - [118, 1], - [123, 60] - ], - [ - [23558, 29203], - [68, -32], - [51, 14], - [60, -37], - [47, 5], - [234, -83], - [183, -19], - [141, -40], - [105, 0], - [38, -22], - [145, -16], - [34, -26], - [-17, -52], - [-81, 9], - [-39, -16], - [-54, -91], - [-30, -20], - [-24, -81], - [29, -25], - [80, -168], - [33, -47], - [3, -56], - [30, -39], - [59, -17], - [0, -39], - [47, -58], - [78, -24], - [117, 58], - [110, -52], - [54, 5], - [25, -30], - [124, -50], - [32, -83], - [72, -85], - [5, -87], - [-31, -107], - [0, -64], - [-50, -58], - [-52, -113], - [29, -93], - [-34, -137], - [-35, -42], - [-109, -45], - [-60, 0], - [-96, -19], - [-49, -46], - [-30, -62], - [15, -32], - [102, -57], - [72, 19], - [92, -6], - [43, 14], - [25, -28], - [30, -118], - [-28, -32], - [-67, 4], - [-62, -27], - [-70, -92], - [-59, -39], - [-87, -131], - [27, -29], - [-32, -36], - [-9, -58], - [23, -40], - [117, -40], - [14, -47], - [33, -19], - [79, -5], - [-15, -62], - [74, -46], - [16, -70], - [101, -19], - [32, -38], - [-75, -40], - [-35, -45], - [-85, 26], - [-30, -80], - [43, -23], - [50, -58], - [-17, -46], - [-107, -35], - [43, -44], - [9, -43], - [-73, -41], - [-53, -54], - [12, -79], - [-8, -57], - [72, -44], - [-47, -28], - [10, -61], - [-28, -31], - [25, -51], - [-16, -71], - [32, -37], - [0, -114], - [31, -38], - [-29, -27], - [12, -56], - [-30, -9], - [-68, -105], - [-43, -9], - [-25, -63], - [-67, -89], - [-23, -10], - [-26, -64], - [-33, -34], - [-61, 36], - [-26, -45], - [-121, -70], - [-64, -9], - [-64, 35], - [-43, -61], - [-69, -30], - [-24, -31], - [-68, 26], - [-79, -83], - [-86, 43], - [-72, -7], - [-29, -54], - [29, -33], - [-46, -36], - [-33, -51], - [10, -80], - [-34, -47], - [-119, -69], - [-161, 3], - [-12, 33], - [-75, 46], - [0, 61], - [-95, 129], - [6, 90], - [27, 60], - [-87, 76], - [-83, -26], - [-63, 43], - [-54, 5] - ], - [ - [11427, 35565], - [127, -37], - [59, -55], - [61, -2], - [42, -21], - [-102, -123], - [33, -55], - [-46, -40], - [45, -38], - [20, -82], - [45, 3], - [34, -24], - [-57, -120], - [-11, -72], - [-23, -44], - [33, -135], - [34, -37], - [-72, -95], - [-28, 20], - [-93, -119], - [-11, -120], - [-37, -11], - [-48, -61], - [-129, -34], - [-82, -58], - [-6, -42], - [33, -30], - [5, -90], - [-84, -27], - [-31, -55], - [42, -54], - [-13, -25], - [-63, -24], - [-11, -42], - [33, -26] - ], - [ - [12684, 771], - [-48, -42], - [-43, -10], - [-183, 11], - [-50, -10], - [-77, -109], - [-73, -44], - [-42, -1], - [-52, -31], - [-87, 36], - [-68, -54], - [-43, -116], - [31, -77], - [-9, -49], - [-116, -90], - [-71, -77], - [-66, -13], - [-50, -51], - [-71, -44], - [-7, 58], - [-41, 91], - [-187, 216], - [-83, 1], - [-44, 71], - [-79, 51], - [-12, 42], - [90, 81], - [-29, 42], - [10, 64], - [60, 78], - [22, 46], - [44, -21], - [31, 24], - [71, -23], - [54, 114], - [68, 57], - [8, 25], - [-62, 50], - [15, 31], - [4, 80], - [-30, 44], - [39, 41], - [9, 38], - [42, 53], - [-60, 30], - [-70, 59], - [-94, 24], - [51, 51], - [1, 26], - [98, 26], - [57, 44], - [-64, 123], - [19, 26], - [-46, 31], - [-62, -11], - [-69, 7], - [-105, -13], - [-64, 42], - [-31, 43], - [-52, 8], - [-19, -41], - [-64, -57], - [-134, -13], - [-64, 41], - [-36, -51], - [-42, 0], - [-57, 126], - [24, 50] - ] - ], - "transform": { - "scale": [0.000327590235404905, 0.00035884621559740756], - "translate": [97.34552764892602, 5.616197109222526] - }, - "objects": { - "thailand": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-37", - "NAME_0": "Thailand", - "ID_1": 1, - "NAME_1": "Amnat Charoen", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อำนาจเจริญ", - "VARNAME_1": "" - } - }, - { - "arcs": [[4, 5, 6, 7]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-15", - "NAME_0": "Thailand", - "ID_1": 2, - "NAME_1": "Ang Thong", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อ่างทอง", - "VARNAME_1": "" - } - }, - { - "arcs": [[8, 9, 10, 11, 12, 13, 14]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-10", - "NAME_0": "Thailand", - "ID_1": 3, - "NAME_1": "Bangkok", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "กรุงเทพมหานคร", - "VARNAME_1": "Krung Thep|Krung Thep Maha Nakhon" - } - }, - { - "arcs": [[15, 16, 17, 18]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-38", - "NAME_0": "Thailand", - "ID_1": 4, - "NAME_1": "Bueng Kan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "บึงกาฬ", - "VARNAME_1": "" - } - }, - { - "arcs": [[19, 20, 21, 22, 23, 24]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-31", - "NAME_0": "Thailand", - "ID_1": 5, - "NAME_1": "Buri Ram", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "บุรีรัมย์", - "VARNAME_1": "Buri Rum" - } - }, - { - "arcs": [[25, 26, 27, 28, 29, 30, -9, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-24", - "NAME_0": "Thailand", - "ID_1": 6, - "NAME_1": "Chachoengsao", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ฉะเชิงเทรา", - "VARNAME_1": "Chaxerngsao|Pad Rew|Paed Riu|Petrieu|Shajeun Dhrao" - } - }, - { - "arcs": [[33, 34, 35, 36]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-18", - "NAME_0": "Thailand", - "ID_1": 7, - "NAME_1": "Chai Nat", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ชัยนาท", - "VARNAME_1": "Chainat" - } - }, - { - "arcs": [[37, 38, 39, 40]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-36", - "NAME_0": "Thailand", - "ID_1": 8, - "NAME_1": "Chaiyaphum", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ชัยภูมิ", - "VARNAME_1": "" - } - }, - { - "arcs": [[47, 48, 49, -28, 50, 51, 52]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-22", - "NAME_0": "Thailand", - "ID_1": 9, - "NAME_1": "Chanthaburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "จันทบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[53, 54, 55, 56, 57, 58]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-50", - "NAME_0": "Thailand", - "ID_1": 10, - "NAME_1": "Chiang Mai", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "เชียงใหม่", - "VARNAME_1": "" - } - }, - { - "arcs": [[59, 60, -59, 61]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-57", - "NAME_0": "Thailand", - "ID_1": 11, - "NAME_1": "Chiang Rai", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "เชียงราย", - "VARNAME_1": "" - } - }, - { - "arcs": [[[62]], [[63]], [[64]], [[65]], [[66]], [[-50, 67, 68, -29]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-20", - "NAME_0": "Thailand", - "ID_1": 12, - "NAME_1": "Chon Buri", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ชลบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[69, 70, 71, 72, 73]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-86", - "NAME_0": "Thailand", - "ID_1": 13, - "NAME_1": "Chumphon", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ชุมพร", - "VARNAME_1": "" - } - }, - { - "arcs": [[74, 75, 76, 77, 78, 79]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-46", - "NAME_0": "Thailand", - "ID_1": 14, - "NAME_1": "Kalasin", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "กาฬสินธุ์", - "VARNAME_1": "" - } - }, - { - "arcs": [[80, 81, 82, 83, 84]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-62", - "NAME_0": "Thailand", - "ID_1": 15, - "NAME_1": "Kamphaeng Phet", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "กำแพงเพชร", - "VARNAME_1": "Gampheang Phet|Kambhengbhej" - } - }, - { - "arcs": [[85, 86, 87, 88, 89, 90]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-71", - "NAME_0": "Thailand", - "ID_1": 16, - "NAME_1": "Kanchanaburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "กาญจนบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-79, 91, -24, 92, -38, 93, 94, 95, 96]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-40", - "NAME_0": "Thailand", - "ID_1": 17, - "NAME_1": "Khon Kaen", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ขอนแก่น", - "VARNAME_1": "" - } - }, - { - "arcs": [ - [[97]], - [[98]], - [[99]], - [[100]], - [[101]], - [[102]], - [[103]], - [[104]], - [[105, 106, 107, 108, 109]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-81", - "NAME_0": "Thailand", - "ID_1": 18, - "NAME_1": "Krabi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "กระบี่", - "VARNAME_1": "" - } - }, - { - "arcs": [[110, 111, 112, 113, 114, -54, -61]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-52", - "NAME_0": "Thailand", - "ID_1": 19, - "NAME_1": "Lampang", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ลำปาง", - "VARNAME_1": "" - } - }, - { - "arcs": [[-115, 115, -55]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-51", - "NAME_0": "Thailand", - "ID_1": 20, - "NAME_1": "Lamphun", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ลำพูน", - "VARNAME_1": "Hariphunchai|Lampoon" - } - }, - { - "arcs": [[116, 117, 118, -95, 119, 120, 121]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-42", - "NAME_0": "Thailand", - "ID_1": 21, - "NAME_1": "Loei", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "เลย", - "VARNAME_1": "" - } - }, - { - "arcs": [[122, 123, 124, -5, 125, 126, 127, -40]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-16", - "NAME_0": "Thailand", - "ID_1": 22, - "NAME_1": "Lopburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ลพบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-57, 128, 129]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-58", - "NAME_0": "Thailand", - "ID_1": 23, - "NAME_1": "Mae Hong Son", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "แม่ฮ่องสอน", - "VARNAME_1": "" - } - }, - { - "arcs": [[130, 131, -25, -92, -78]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-44", - "NAME_0": "Thailand", - "ID_1": 24, - "NAME_1": "Maha Sarakham", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "มหาสารคาม", - "VARNAME_1": "" - } - }, - { - "arcs": [[132, -4, 133, 134, -76, 135, 136]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-49", - "NAME_0": "Thailand", - "ID_1": 25, - "NAME_1": "Mukdahan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "มุกดาหาร", - "VARNAME_1": "" - } - }, - { - "arcs": [[137, -33, 138, 139, 140]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-26", - "NAME_0": "Thailand", - "ID_1": 26, - "NAME_1": "Nakhon Nayok", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครนายก", - "VARNAME_1": "Nakon Nayok" - } - }, - { - "arcs": [[141, -13, 142, 143, -88, 144, 145]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-73", - "NAME_0": "Thailand", - "ID_1": 27, - "NAME_1": "Nakhon Pathom", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครปฐม", - "VARNAME_1": "" - } - }, - { - "arcs": [[-137, 146, -16, 147]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-30", - "NAME_0": "Thailand", - "ID_1": 28, - "NAME_1": "Nakhon Phanom", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครพนม", - "VARNAME_1": "" - } - }, - { - "arcs": [[-93, -23, 148, 149, -141, 150, -123, -39]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-30", - "NAME_0": "Thailand", - "ID_1": 29, - "NAME_1": "Nakhon Ratchasima", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครราชสีมา", - "VARNAME_1": "Khorat|Nagara Rajasima|Nakaun Rachasima" - } - }, - { - "arcs": [[151, -127, 152, -37, 153, 154, -83, 155]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-60", - "NAME_0": "Thailand", - "ID_1": 30, - "NAME_1": "Nakhon Sawan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครสวรรค์", - "VARNAME_1": "" - } - }, - { - "arcs": [[156, 157, 158, -106, 159, 160]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-80", - "NAME_0": "Thailand", - "ID_1": 31, - "NAME_1": "Nakhon Si Thammarat", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นครศรีธรรมราช", - "VARNAME_1": "Nakhon Thammarat|Nagara Sridharmaraj|Nakhon Sri Thammarat|Nakhornsrithamrat|Nakornsrithamaraj" - } - }, - { - "arcs": [[161, 162, 163, 164]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-55", - "NAME_0": "Thailand", - "ID_1": 32, - "NAME_1": "Nan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "น่าน", - "VARNAME_1": "" - } - }, - { - "arcs": [[165, 166, 167]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-96", - "NAME_0": "Thailand", - "ID_1": 33, - "NAME_1": "Narathiwat", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นราธิวาส", - "VARNAME_1": "" - } - }, - { - "arcs": [[-96, -119, 168]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-39", - "NAME_0": "Thailand", - "ID_1": 34, - "NAME_1": "Nong Bua Lam Phu", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "หนองบัวลำพู", - "VARNAME_1": "Nong Bua Lamphu" - } - }, - { - "arcs": [[169, 170, -117, 171, -18]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-43", - "NAME_0": "Thailand", - "ID_1": 35, - "NAME_1": "Nong Khai", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "หนองคาย", - "VARNAME_1": "" - } - }, - { - "arcs": [[-14, -142, 172, 173]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-12", - "NAME_0": "Thailand", - "ID_1": 36, - "NAME_1": "Nonthaburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "นนทบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-139, -32, -15, -174, 174, 175]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-13", - "NAME_0": "Thailand", - "ID_1": 37, - "NAME_1": "Pathum Thani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ปทุมธานี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-168, 176, 177, 178]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-94", - "NAME_0": "Thailand", - "ID_1": 38, - "NAME_1": "Pattani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ปัตตานี", - "VARNAME_1": "" - } - }, - { - "arcs": [ - [[179]], - [[180]], - [[181]], - [[182]], - [[183]], - [[184]], - [[185]], - [[186, -109, 187, 188]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-82", - "NAME_0": "Thailand", - "ID_1": 39, - "NAME_1": "Phangnga", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พังงา", - "VARNAME_1": "" - } - }, - { - "arcs": [[189, 190, 191, -158]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-93", - "NAME_0": "Thailand", - "ID_1": 40, - "NAME_1": "Phatthalung", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พัทลุง", - "VARNAME_1": "" - } - }, - { - "arcs": [[-164, 192, -111, -60, 193]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-56", - "NAME_0": "Thailand", - "ID_1": 41, - "NAME_1": "Phayao", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พะเยา", - "VARNAME_1": "" - } - }, - { - "arcs": [[-94, -41, -128, -152, 194, 195, -120]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-67", - "NAME_0": "Thailand", - "ID_1": 42, - "NAME_1": "Phetchabun", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "เพชรบูรณ์", - "VARNAME_1": "" - } - }, - { - "arcs": [[196, 197, 198, 199, 200]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-76", - "NAME_0": "Thailand", - "ID_1": 43, - "NAME_1": "Phetchaburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "เพชรบุรี", - "VARNAME_1": "Petchburi" - } - }, - { - "arcs": [[-195, -156, -82, 201]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-66", - "NAME_0": "Thailand", - "ID_1": 44, - "NAME_1": "Phichit", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พิจิตร", - "VARNAME_1": "" - } - }, - { - "arcs": [[-121, -196, -202, -81, 202, 203, 204]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-65", - "NAME_0": "Thailand", - "ID_1": 45, - "NAME_1": "Phitsanulok", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พิษณุโลก", - "VARNAME_1": "Bisnulok|Phisanulauk|Phitsnulok|Pitsanuloke" - } - }, - { - "arcs": [[-125, 205, -175, -173, -146, 206, -6]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-14", - "NAME_0": "Thailand", - "ID_1": 46, - "NAME_1": "Phra Nakhon Si Ayutthaya", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "พระนครศรีอยุธยา", - "VARNAME_1": "Ayudhya|Ayutthaya" - } - }, - { - "arcs": [[-163, 207, 208, -112, -193]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-54", - "NAME_0": "Thailand", - "ID_1": 47, - "NAME_1": "Phrae", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "แพร่", - "VARNAME_1": "" - } - }, - { - "arcs": [[[209]], [[210]], [[211]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-83", - "NAME_0": "Thailand", - "ID_1": 48, - "NAME_1": "Phuket", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ภูเก็ต", - "VARNAME_1": "" - } - }, - { - "arcs": [[212, -26, -138, -150]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-25", - "NAME_0": "Thailand", - "ID_1": 49, - "NAME_1": "Prachin Buri", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ปราจีนบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[213, -74, 214, -199]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-77", - "NAME_0": "Thailand", - "ID_1": 50, - "NAME_1": "Prachuap Khiri Khan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ประจวบคีรีขันธ์", - "VARNAME_1": "" - } - }, - { - "arcs": [[[215]], [[216]], [[-72, 217, -189, 218]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-85", - "NAME_0": "Thailand", - "ID_1": 51, - "NAME_1": "Ranong", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ระนอง", - "VARNAME_1": "" - } - }, - { - "arcs": [[219, 220, -201, 221, -89, -144]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-70", - "NAME_0": "Thailand", - "ID_1": 52, - "NAME_1": "Ratchaburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ราชบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-49, 222, -68]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-21", - "NAME_0": "Thailand", - "ID_1": 53, - "NAME_1": "Rayong", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ระยอง", - "VARNAME_1": "" - } - }, - { - "arcs": [[223, 224, 225, -131, -77, -135]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-45", - "NAME_0": "Thailand", - "ID_1": 54, - "NAME_1": "Roi Et", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ร้อยเอ็ด", - "VARNAME_1": "" - } - }, - { - "arcs": [[-22, 226, -51, -27, -213, -149]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-27", - "NAME_0": "Thailand", - "ID_1": 55, - "NAME_1": "Sa Kaeo", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สระแก้ว", - "VARNAME_1": "Srakaeo" - } - }, - { - "arcs": [[-147, -136, -75, 227, -170, -17]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-47", - "NAME_0": "Thailand", - "ID_1": 56, - "NAME_1": "Sakon Nakhon", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สกลนคร", - "VARNAME_1": "" - } - }, - { - "arcs": [[-31, 228, -10]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-11", - "NAME_0": "Thailand", - "ID_1": 57, - "NAME_1": "Samut Prakan", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สมุทรปราการ", - "VARNAME_1": "" - } - }, - { - "arcs": [[229, 230, -220, -143, -12]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-74", - "NAME_0": "Thailand", - "ID_1": 58, - "NAME_1": "Samut Sakhon", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สมุทรสาคร", - "VARNAME_1": "Samudrasagara" - } - }, - { - "arcs": [[-231, 231, -197, -221]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-75", - "NAME_0": "Thailand", - "ID_1": 59, - "NAME_1": "Samut Songkhram", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สมุทรสงคร", - "VARNAME_1": "" - } - }, - { - "arcs": [[-151, -140, -176, -206, -124]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-19", - "NAME_0": "Thailand", - "ID_1": 60, - "NAME_1": "Saraburi", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สระบุรี", - "VARNAME_1": "Sara Buri" - } - }, - { - "arcs": [[[232]], [[233]], [[234]], [[235]], [[236]], [[237]], [[238, -191, 239, 240]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-91", - "NAME_0": "Thailand", - "ID_1": 61, - "NAME_1": "Satun", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สตูล", - "VARNAME_1": "" - } - }, - { - "arcs": [[241, 242, 243, 244, -225]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-33", - "NAME_0": "Thailand", - "ID_1": 62, - "NAME_1": "Sisaket", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ศรีสะเกษ", - "VARNAME_1": "Si Sa Ket" - } - }, - { - "arcs": [[-126, -8, 245, -34, -153]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-17", - "NAME_0": "Thailand", - "ID_1": 63, - "NAME_1": "Sing Buri", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สิงห์บุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[[246]], [[247, -178, 248, 249, -240, -190, -157]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-90", - "NAME_0": "Thailand", - "ID_1": 64, - "NAME_1": "Songkhla", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สงขลา", - "VARNAME_1": "" - } - }, - { - "arcs": [[250, -203, -85, 251, -113, -209]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-64", - "NAME_0": "Thailand", - "ID_1": 65, - "NAME_1": "Sukhothai", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สุโขทัย", - "VARNAME_1": "" - } - }, - { - "arcs": [[-35, -246, -7, -207, -145, -87, 252]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-72", - "NAME_0": "Thailand", - "ID_1": 66, - "NAME_1": "Suphan Buri", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สุพรรณบุรี", - "VARNAME_1": "" - } - }, - { - "arcs": [[[253]], [[254, -160, -110, -187, -218, -71]], [[255]], [[256]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-84", - "NAME_0": "Thailand", - "ID_1": 67, - "NAME_1": "Surat Thani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สุราษฎร์ธานี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-226, -245, 257, -20, -132]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-32", - "NAME_0": "Thailand", - "ID_1": 68, - "NAME_1": "Surin", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "สุรินทร์", - "VARNAME_1": "" - } - }, - { - "arcs": [[-56, -116, -114, -252, -84, -155, 258, -91, 259, -129]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-63", - "NAME_0": "Thailand", - "ID_1": 69, - "NAME_1": "Tak", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ตาก", - "VARNAME_1": "" - } - }, - { - "arcs": [[[260]], [[261]], [[262]], [[263]], [[-192, -239, 264, -107, -159]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-92", - "NAME_0": "Thailand", - "ID_1": 70, - "NAME_1": "Trang", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ตรัง", - "VARNAME_1": "" - } - }, - { - "arcs": [[[265]], [[266]], [[267]], [[268, -43, 269, -45, 270, -46, -53]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 228, - "ISO": "TH-23", - "NAME_0": "Thailand", - "ID_1": 71, - "NAME_1": "Trat", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ตราด", - "VARNAME_1": "" - } - }, - { - "arcs": [[-243, 271, -2, 272]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-34", - "NAME_0": "Thailand", - "ID_1": 72, - "NAME_1": "Ubon Ratchathani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อุบลราชธานี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-228, -80, -97, -169, -118, -171]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-41", - "NAME_0": "Thailand", - "ID_1": 73, - "NAME_1": "Udon Thani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อุดรธานี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-36, -253, -86, -259, -154]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-61", - "NAME_0": "Thailand", - "ID_1": 74, - "NAME_1": "Uthai Thani", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อุทัยธานี", - "VARNAME_1": "" - } - }, - { - "arcs": [[-204, -251, -208, -162, 273]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-53", - "NAME_0": "Thailand", - "ID_1": 75, - "NAME_1": "Uttaradit", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "อุตรดิตถ์", - "VARNAME_1": "" - } - }, - { - "arcs": [[-167, 274, -249, -177]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-95", - "NAME_0": "Thailand", - "ID_1": 76, - "NAME_1": "Yala", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ยะลา", - "VARNAME_1": "" - } - }, - { - "arcs": [[-3, -272, -242, -224, -134]], - "type": "Polygon", - "properties": { - "ID_0": 228, - "ISO": "TH-35", - "NAME_0": "Thailand", - "ID_1": 77, - "NAME_1": "Yasothon", - "TYPE_1": "Changwat", - "ENGTYPE_1": "Province", - "NL_NAME_1": "ยโสธร", - "VARNAME_1": "" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/timorleste-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/timorleste-topo.json deleted file mode 100644 index 8d14f1905a806..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/timorleste-topo.json +++ /dev/null @@ -1,1585 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [10937, 7269], - [26, -126], - [-18, -63], - [-44, -28], - [-14, -43], - [54, -63], - [3, -34], - [53, -71], - [-10, -75], - [49, -104], - [28, -8], - [12, -105], - [23, -14], - [14, -62], - [68, -33], - [25, 6], - [36, -62], - [-13, -74], - [0, -126], - [-12, -21], - [49, -123], - [-68, -66], - [-12, -60] - ], - [ - [11186, 5914], - [-53, -33], - [-54, 53], - [-19, -12], - [-45, 37], - [-50, 1], - [3, -71], - [-19, -50], - [-90, -60], - [-6, -80], - [-27, -11], - [-22, -47], - [-24, -3], - [-33, -47], - [-82, 34] - ], - [ - [10665, 5625], - [12, 40], - [-116, 113], - [-37, -15], - [-35, 11], - [-56, 48], - [-36, 8], - [-71, -39], - [-73, -14], - [-50, -24], - [-26, -40], - [-10, -129], - [-41, -4], - [-118, 18], - [-43, -23], - [-31, 4], - [-20, -53], - [17, -35], - [-2, -94], - [11, -64], - [-75, -37], - [-21, 9], - [-73, -18], - [-36, -45], - [-49, -14], - [-37, -55], - [-40, -5], - [-54, 38], - [-40, -20], - [-38, -48], - [-35, -12], - [-78, 0], - [-37, 11], - [-35, -30] - ], - [ - [9292, 5107], - [-64, -16], - [-28, 175], - [11, 31], - [-21, 54], - [-32, 35], - [-43, 101], - [-43, 9], - [-48, -10], - [-30, 29], - [-7, 78], - [-30, 28], - [44, 73], - [16, 61], - [49, 37], - [-11, 56], - [39, 65], - [-3, 65], - [-69, 54], - [-38, 0], - [-23, 56], - [58, 18], - [82, -23], - [42, 1], - [17, 135], - [65, -32], - [83, 18], - [50, 66], - [53, 48], - [58, 121], - [-3, 56], - [-29, 14], - [-38, 95], - [-17, 76], - [-66, 22], - [-50, 44] - ], - [ - [9266, 6747], - [4, 23], - [65, 4], - [-8, 53], - [18, 38], - [52, 31], - [22, 40] - ], - [ - [9419, 6936], - [31, -1], - [66, -47], - [127, -54], - [69, 31], - [39, 31], - [62, 80], - [11, 44], - [112, 29], - [-37, 76], - [106, 50], - [144, -80], - [30, 11], - [41, 59], - [36, 103], - [31, 9], - [-1, -57], - [77, -78], - [61, -6], - [16, 46], - [-14, 83], - [28, 20], - [47, 79], - [54, -20], - [32, -30], - [76, 12], - [54, -14], - [71, 0], - [69, 12], - [45, -19], - [35, -36] - ], - [ - [10665, 5625], - [-37, -27], - [-58, -5], - [-64, -77], - [-50, -14], - [-11, -37], - [-40, -56], - [17, -27], - [-30, -39], - [32, -76], - [-13, -36], - [32, -68], - [-37, -38], - [18, -45], - [-10, -112], - [40, -20], - [-23, -44], - [4, -112], - [-33, -77], - [-34, -29], - [-67, 51], - [-35, -5], - [-71, -186], - [-49, -4], - [-52, 45], - [-56, 11], - [-24, -34], - [5, -37], - [-47, -59], - [-7, -57], - [-34, -11], - [-7, -65], - [-46, -39], - [-36, -66], - [-11, -81], - [14, -71], - [-26, -103], - [-17, -142], - [36, -29], - [-6, -63], - [24, -48], - [-2, -89], - [103, -67], - [101, -45], - [9, -43], - [50, -55], - [44, 10], - [62, -61], - [80, 27], - [29, -12], - [19, -47], - [63, -34], - [20, -64], - [26, -16], - [4, -105], - [-30, -85], - [-71, -6], - [-38, -40], - [5, -42], - [-22, -49], - [18, -118], - [26, -76], - [4, -70], - [16, -25], - [80, -44], - [75, -120] - ], - [ - [10527, 2417], - [-60, -19], - [-55, -37], - [-81, -4], - [-87, 10], - [-202, 105], - [-70, 14], - [-107, -12], - [-56, -22], - [-98, -72], - [-91, -88], - [-89, -69], - [-183, -18], - [-81, -33] - ], - [ - [9267, 2172], - [20, 84], - [84, 145], - [50, 16], - [28, 64], - [20, 94], - [31, 85], - [-61, 25], - [-34, 62], - [-2, 41], - [-25, 35], - [-166, -8], - [3, 26], - [-135, 96], - [45, 175], - [-9, 66], - [-33, 71], - [13, 46], - [-10, 39], - [-44, 35], - [-27, 50], - [-119, 25], - [-2, 45], - [26, 46], - [-21, 84], - [29, 84], - [-12, 52], - [-30, 31], - [-15, 59], - [-73, 29] - ], - [ - [8798, 3874], - [-23, 29], - [-11, 67], - [37, 74] - ], - [ - [8801, 4044], - [119, 73], - [13, 44], - [36, 45], - [-29, 77], - [53, 83], - [79, 60], - [50, 49], - [7, 64], - [61, 45], - [22, 41], - [-17, 108], - [40, 24], - [37, 81], - [85, 42], - [30, 44], - [-95, 183] - ], - [ - [2555, 2630], - [121, -48], - [74, -20], - [18, -128], - [-30, -87], - [-48, -40], - [-16, -127], - [7, -105], - [-16, -37], - [2, -63], - [-64, -118], - [6, -121], - [41, -135], - [-50, -74], - [-48, 17], - [-43, -65], - [-10, -147], - [-33, 16], - [-49, -6], - [-26, -27], - [-72, -10], - [-36, -35], - [-21, -82], - [-29, -29], - [-65, -33], - [-38, 21], - [-12, -100], - [-28, -48], - [24, -20], - [21, -67], - [-5, -71], - [-79, -91], - [-32, -81], - [-56, -42], - [-20, -37], - [-2, -72], - [67, -58], - [26, -107], - [-56, -38], - [-5, -110], - [-38, -56], - [-44, 22], - [-119, -56], - [-48, -45], - [-83, 12], - [-99, -82], - [-61, 13], - [7, 110], - [24, 72], - [32, 53], - [-30, 114], - [23, 54], - [-18, 50], - [-58, 74], - [4, 79], - [-29, 82], - [-52, 84], - [-6, 51], - [-62, 33], - [-55, 79], - [-31, 10], - [-24, 59], - [-30, -13], - [-89, 79], - [-34, -35], - [-41, -8], - [-5, -48], - [-73, -4], - [-15, -50], - [-52, -37], - [-52, -14], - [-36, -31], - [26, -37], - [-69, -101], - [8, -50], - [-25, -16], - [-153, -43], - [-58, 120], - [-80, 35], - [-40, -19], - [-84, -2], - [-204, 388], - [-47, 59], - [-28, 14], - [-25, 45], - [1, 65], - [119, 30], - [61, 58], - [64, -23], - [80, 26], - [22, 37], - [69, 71], - [73, 5], - [39, 23], - [55, 74], - [126, 13], - [47, 40], - [19, 49], - [37, 46], - [44, 110], - [33, 110], - [98, 29], - [21, 18], - [65, -7], - [47, 51], - [73, 8], - [35, 18], - [106, -12], - [54, 92], - [55, 7], - [98, 60], - [45, 7], - [51, 36], - [19, 69], - [39, 27], - [48, -16], - [72, 31], - [119, 1], - [35, -17], - [93, 0], - [96, 42], - [37, 44], - [32, -6], - [104, 120], - [99, 42], - [83, -11], - [42, 14] - ], - [ - [16842, 8406], - [15, -73], - [33, -21], - [25, -48], - [-9, -41], - [15, -79], - [56, -166], - [87, -53], - [41, -5], - [27, -36], - [-50, -25], - [-38, -62], - [-26, -9], - [3, -93], - [44, -39], - [41, -53], - [71, -24], - [48, -96], - [21, -81], - [76, -41], - [81, -64], - [16, -117], - [41, -16], - [55, -60], - [21, -53], - [23, 4], - [7, -67], - [19, -49], - [-28, -64], - [-28, 11], - [-43, -22], - [-72, -9], - [-28, -26], - [-40, -93], - [-55, -54], - [-14, -80], - [-57, -1], - [-45, -65], - [-17, -72], - [-51, -77], - [-45, -22] - ], - [ - [17062, 6365], - [31, 79], - [-42, 80], - [6, 32], - [-42, 26], - [-65, 90], - [-47, -7], - [-188, 30], - [-57, 47], - [-81, 23], - [-56, -91], - [-111, -30], - [-40, -84], - [10, -104], - [-63, -100], - [-109, 158], - [-49, 58], - [6, 58], - [-27, 11], - [-35, -26], - [-77, -18], - [-52, -55], - [-76, -29], - [-85, -101], - [-69, -5], - [-74, 34], - [-55, 109], - [-6, 28], - [-61, 80], - [-28, 53], - [4, 42], - [-19, 41], - [-1, 47], - [20, 66], - [-66, 46], - [3, 60], - [-28, 80], - [-63, 11], - [8, -39], - [-37, -119], - [18, -77], - [34, -5], - [4, -47], - [-33, -23], - [-52, -116], - [-39, -45], - [-20, -73], - [60, -68], - [5, -108], - [-32, 0], - [-18, -116], - [-33, -18], - [-244, 83], - [-37, 26], - [-18, 85], - [-31, 33], - [0, 60], - [29, 63], - [-38, 0], - [-52, -26], - [-27, -41], - [-57, -1], - [-46, -33], - [-18, -59], - [-94, -50], - [-30, 23], - [-23, 59], - [-70, -21], - [-39, -39], - [-61, -3], - [-106, 94], - [-53, 4], - [-51, -72], - [-12, -50], - [-31, -16], - [-22, -49], - [-60, -5], - [-21, 69], - [-79, -11], - [-49, 18], - [-32, -106], - [-92, 14], - [-23, 70], - [-51, 6], - [-40, -47], - [-49, 31], - [-54, 7], - [-27, 49], - [-38, 33], - [-42, -22], - [-41, 49], - [-33, 0] - ], - [ - [13373, 6475], - [16, 46], - [83, 77], - [7, 18], - [70, 29], - [25, 60], - [48, 48], - [35, 73], - [-4, 83], - [-19, 44], - [35, 42], - [-23, 79], - [29, 126], - [-63, 86], - [-17, 92], - [-10, 211], - [9, 36], - [-93, 90], - [-29, 44], - [-26, 94] - ], - [ - [13446, 7853], - [54, -1], - [79, -49], - [46, -3], - [108, 61], - [127, -31], - [46, -27], - [66, 31], - [72, 96], - [35, -5], - [115, 44], - [83, 75], - [51, 80], - [53, 42], - [99, 33], - [108, 16], - [38, 82], - [74, 89], - [95, 36], - [47, -41], - [28, 29], - [109, 47], - [92, 31], - [65, -46], - [55, -13], - [41, -26], - [88, -89], - [30, -4], - [60, -41], - [90, -15], - [44, -23], - [85, -20], - [83, -61], - [40, -55], - [53, -7], - [43, -31], - [96, -92], - [52, 7], - [37, -12], - [87, 93], - [105, 4], - [63, 73], - [141, 67], - [47, 6], - [129, 105], - [39, 9], - [62, 41], - [136, 48] - ], - [ - [7275, 5847], - [41, -77], - [32, -34], - [58, 19], - [154, -18], - [95, -102], - [53, -73], - [86, -175], - [48, -85], - [14, -67], - [8, -144], - [74, -93], - [-4, -157], - [36, -84], - [79, -32], - [13, -16], - [8, -92], - [26, -8], - [61, -106], - [-44, -48], - [-29, -64], - [59, -112], - [5, -56], - [69, -63], - [34, -96], - [-7, -59], - [42, -41], - [88, 13], - [66, 60], - [71, 3], - [16, 14], - [84, 10], - [90, 35], - [72, -49], - [28, -6] - ], - [ - [8798, 3874], - [17, -31], - [14, -86], - [-84, -140], - [-54, 71], - [-10, 68], - [-25, 20], - [-47, -95], - [-26, -11], - [-4, -55], - [-55, -65], - [-56, -22], - [-44, -84], - [-14, -53], - [25, -74], - [-42, -70], - [22, -70], - [30, -49], - [-23, -91], - [-31, -38], - [-30, -83], - [-68, 30], - [-56, 6], - [-18, -23], - [-45, 1], - [-31, -64], - [-45, -35], - [-21, -78], - [7, -40], - [88, -60], - [60, -12], - [77, -55], - [-50, -89], - [8, -25], - [-43, -62], - [-29, -21], - [-42, 23], - [-53, -2], - [-54, -32], - [-46, -46], - [-29, 17], - [-86, 17], - [-36, -37], - [-11, -40], - [-72, 53], - [-50, -28], - [-52, -47], - [-33, 47], - [-29, -34], - [-96, 54], - [-6, 38], - [41, 108], - [-12, 48], - [-40, 37], - [-82, 37], - [-93, 13], - [-76, 47], - [-30, -28] - ], - [ - [7208, 2634], - [-18, 67], - [15, 91], - [-17, 14], - [-36, 162], - [10, 32], - [44, 18], - [-37, 82], - [30, 47], - [14, 129], - [27, 28], - [18, 54], - [-17, 48], - [-1, 58], - [26, 21], - [2, 89], - [-29, 70], - [-1, 83], - [-80, 65], - [-59, 61], - [-87, 110], - [-70, -2], - [-49, 48], - [-1, 41], - [-50, 50], - [-6, 59], - [-57, 29], - [-48, -46], - [-18, -72], - [3, -45], - [-23, -87], - [-66, -102], - [-40, -21], - [-38, -60], - [-43, -40], - [-66, 3], - [-38, -37], - [-95, -10], - [-39, -39], - [-11, -44], - [-41, 12], - [-14, -56], - [-67, -3], - [-36, -98], - [-54, -19], - [-37, 10], - [-41, -19], - [-54, 18], - [-21, 40], - [-102, 1], - [-22, 77], - [-35, -11], - [-45, 23], - [9, 62], - [-62, 84], - [0, 78], - [33, 14], - [-2, 122], - [-24, 7], - [52, 129], - [57, 110], - [10, 64], - [30, 91], - [70, 30], - [17, -7], - [47, 53], - [18, 83], - [34, 25], - [20, 46], - [23, 119], - [53, 93], - [0, 39], - [23, 73], - [4, 104], - [49, 78], - [80, 93], - [38, 33], - [27, 49], - [35, 31], - [90, -7], - [89, 37], - [57, 60], - [98, 121], - [25, 63], - [1, 50], - [-29, 240], - [-8, 123] - ], - [ - [6652, 5953], - [8, 31], - [52, -16], - [83, 9], - [42, -6], - [25, -34], - [74, -19], - [60, -53], - [91, 7], - [57, -20], - [70, 40], - [61, -45] - ], - [ - [9267, 2172], - [-50, -23], - [-97, -64], - [-101, -85], - [-93, -58], - [-143, -48], - [-67, 6], - [-149, -23], - [-99, -51], - [-116, -96], - [-71, -80], - [-56, -46], - [-162, -108], - [-110, -114], - [-29, -43], - [-57, -121], - [-39, -44], - [-39, 23], - [-53, -21], - [-42, -60], - [-25, -67], - [-80, -84], - [-75, -96], - [-126, -147], - [-95, 21], - [-63, -17], - [-145, -19], - [-124, -43], - [-124, -80], - [-66, -61], - [-104, -131], - [-31, -49], - [-32, 87], - [-30, 51], - [11, 78], - [-15, 53], - [16, 31], - [-17, 38], - [19, 26], - [-28, 64], - [16, 119], - [-29, 51], - [-29, 10], - [-34, 79], - [-82, 75], - [-16, 81], - [15, 169], - [-18, 46], - [-74, 45], - [-53, 17], - [-38, 39], - [-31, 64], - [-52, 33], - [-28, 41], - [-59, -1], - [-15, 31], - [22, 92], - [-54, 81], - [-12, 103], - [-20, 38], - [-12, 111], - [-28, 20], - [23, 50], - [-6, 64], - [18, 147], - [30, 46], - [-2, 61], - [40, 104], - [38, -14], - [68, -2], - [18, 37], - [78, -13], - [44, 9], - [15, -30], - [84, 21], - [24, 18], - [99, -53], - [41, -2], - [30, -98], - [71, -52], - [52, -73], - [27, 72], - [90, 72], - [31, 10], - [75, 77], - [97, 29], - [59, -17], - [105, -1], - [30, 57] - ], - [ - [9419, 6936], - [-50, 6], - [-19, 24], - [12, 51], - [-7, 43], - [19, 51], - [-15, 56], - [-67, 28], - [-3, 46], - [-85, 101], - [27, 43] - ], - [ - [9231, 7385], - [62, -5], - [64, 85], - [100, 69], - [153, -83], - [77, -6], - [49, -38], - [69, 45], - [35, -3], - [67, 23], - [24, -6], - [40, 72], - [3, 39], - [-33, 19], - [-2, 76], - [39, -21], - [41, 19], - [2, -44], - [84, -16], - [82, 15], - [70, -9], - [46, 11], - [113, -89], - [90, 20], - [133, 110], - [33, -54], - [47, 46], - [78, -16], - [52, 32], - [56, 61], - [173, 67], - [95, -11], - [46, 20], - [79, 88], - [35, -9], - [40, 40] - ], - [ - [11373, 7932], - [62, -54], - [36, -75], - [65, -57], - [-23, -69], - [11, -31], - [-47, -52], - [-40, -10], - [-51, -64], - [-49, 30], - [-39, -33], - [-91, -8], - [-47, -46], - [-46, 0], - [-12, 24], - [-50, 7], - [-19, -32], - [-4, -69], - [-34, -90], - [-58, -34] - ], - [ - [10114, 10726], - [15, -46], - [15, -114], - [-9, -27], - [28, -96], - [-22, -25], - [-1, -47], - [-37, -78], - [-5, -75], - [-53, -60], - [-26, -55], - [-27, -18], - [-47, -95], - [-20, -216], - [14, -45], - [-65, -247], - [-104, -156], - [-43, -15], - [-94, 17], - [-45, 65], - [-159, 10], - [-147, 165], - [-33, 96], - [24, 43], - [86, 80], - [24, 51], - [10, 109], - [83, 55], - [82, 2], - [41, 90], - [22, 11], - [18, 69], - [99, 130], - [49, 48], - [31, 99], - [46, 31], - [65, 74], - [73, 124], - [112, 46] - ], - [ - [7275, 5847], - [44, 73], - [76, 54], - [47, -5], - [37, 29], - [59, -2], - [27, 14], - [92, 2], - [85, 76], - [31, -16], - [44, 10], - [68, 53], - [36, 63], - [64, 38], - [32, -10], - [37, 75], - [55, 6], - [21, -24], - [70, 20], - [50, -15], - [32, -56], - [62, 2], - [-4, 31], - [79, -11], - [62, 77], - [107, 21], - [14, 32], - [-5, 73], - [34, 57], - [48, -35], - [77, 44], - [61, 52], - [19, 51], - [48, 23], - [24, 41], - [52, -28], - [29, 28], - [47, -11], - [18, 25], - [99, 0], - [46, 36], - [53, -12], - [14, 19] - ], - [ - [20835, 8514], - [49, -28], - [35, -44], - [32, -90], - [-17, -85], - [-43, -11], - [-16, -31], - [-61, 14], - [-75, 84], - [-5, 104], - [9, 41], - [49, 43], - [43, 3] - ], - [ - [17102, 5824], - [-14, 24], - [19, 58], - [9, 117], - [-29, 9], - [5, 81], - [-35, 40], - [10, 42], - [-10, 126], - [5, 44] - ], - [ - [16842, 8406], - [77, 44], - [51, 59], - [22, 5], - [67, 61], - [46, -1], - [35, -57], - [58, -56], - [101, -34], - [51, 30], - [64, 2], - [54, 68], - [46, 29], - [73, -2], - [56, 40], - [37, 4], - [30, 35], - [28, 1], - [59, 35], - [67, 67], - [153, 97], - [42, -4], - [47, 39], - [65, 32], - [71, 66], - [111, 116], - [100, 39], - [62, 46], - [279, 36], - [55, -39], - [79, -82], - [48, -21], - [32, 12], - [70, -34], - [42, -69], - [62, -83], - [50, -10], - [70, 10], - [46, -28], - [57, 5], - [109, -16], - [115, 20], - [73, 29], - [150, 164], - [22, 4], - [48, 50], - [34, -18], - [70, 3], - [35, -39], - [13, -57], - [81, -104], - [26, -49], - [82, -84], - [58, -3], - [85, -47], - [56, 6], - [44, -28], - [66, 13], - [58, -19], - [43, -42], - [8, -124], - [16, -62], - [-5, -103], - [-48, -44], - [-44, -1], - [-68, -31], - [-42, -54], - [-10, -62], - [-62, -81], - [-82, -65], - [-92, -37], - [-16, -47], - [-34, -41], - [-72, -60], - [-25, -87], - [-138, -143], - [-75, -38], - [-50, -59], - [-134, -82], - [-30, -46], - [-50, -15], - [-39, -60], - [-42, -26], - [-88, -89], - [-20, -41], - [-101, -95], - [-12, -35], - [-95, -115], - [-71, -109], - [-49, -96], - [-69, -65], - [-93, -103], - [-45, -122], - [-36, -39], - [-66, 35], - [-41, -4], - [-54, 22], - [-57, 2], - [-97, -11], - [-55, -21], - [-127, -76], - [-80, -80], - [-38, -55], - [-64, -4], - [-129, -95], - [-59, -79], - [-77, -80], - [-89, -63], - [-99, -32], - [-44, -4], - [-39, -32], - [-39, 2], - [-31, 33], - [-66, 11], - [-55, -12], - [-60, 16], - [-47, 53], - [-89, -1], - [-79, -37], - [-64, -43], - [-13, 9] - ], - [ - [6652, 5953], - [-6, 41], - [26, 32], - [33, 150], - [0, 113], - [-16, 62], - [53, 86], - [14, 78], - [34, 93], - [39, 50], - [24, 78], - [129, 41], - [59, 48], - [89, 40], - [170, 89], - [62, 9], - [46, 36], - [115, 3], - [61, 13], - [62, -6], - [53, 12], - [92, -17], - [168, 24], - [77, 101], - [69, -15], - [37, 7], - [37, 52], - [80, 0], - [38, 28], - [110, 26], - [46, 25], - [65, 57], - [203, 32], - [73, -30], - [92, -20], - [28, -25], - [102, 28], - [53, -1], - [12, -48], - [38, 3], - [35, 63], - [14, 80], - [63, -6] - ], - [ - [13373, 6475], - [-44, 45], - [-68, -22], - [-44, 24], - [-105, -51], - [-25, -67], - [-35, -35], - [-27, -164], - [13, -35], - [-4, -85], - [-33, -24], - [-17, -58], - [-79, -95], - [-36, -25], - [-55, -63], - [-27, 2], - [-37, -52], - [-31, -84], - [33, -107], - [-25, -59], - [45, -32], - [8, -36], - [62, -50], - [58, -77], - [-4, -87], - [24, -36], - [69, -36], - [33, -54], - [-10, -75], - [-26, -40], - [24, -65], - [-49, -84], - [47, -74], - [2, -45], - [33, -46], - [17, -52], - [2, -99], - [25, -106], - [-2, -35], - [28, -49], - [58, -14], - [48, -31], - [44, -72], - [80, -68], - [-13, -20], - [5, -72], - [43, -20], - [28, -41] - ], - [ - [13406, 4004], - [-75, -31], - [-64, -39], - [-224, -175], - [-55, -55], - [-29, -54], - [-108, -142], - [-37, -22] - ], - [ - [12814, 3486], - [-43, 163], - [-34, 18], - [-22, 95], - [-19, 41], - [-51, 8], - [-8, 43], - [-110, 147], - [-29, -9], - [-89, 51], - [-4, 16], - [-110, 98], - [-126, 59], - [-83, 98], - [-15, 82], - [-50, 16], - [2, 39], - [-56, 81], - [39, 82], - [-133, 116], - [-37, 12], - [-23, 38], - [-58, 27], - [-46, -7], - [-63, 37], - [-56, -10], - [-66, 30], - [-127, 22], - [-20, -33], - [-39, 23], - [-3, 149], - [-67, 80], - [-38, 74], - [-36, 37], - [15, 75], - [-30, 21], - [-24, 81], - [52, 58], - [-2, 23], - [48, 96], - [27, 77], - [-40, 13], - [5, 84], - [42, 79], - [2, 34], - [-30, 31], - [-24, -33], - [-29, 11], - [-20, 55] - ], - [ - [11373, 7932], - [115, 84], - [238, -17], - [23, 15], - [68, 2], - [25, -26], - [94, -15], - [86, 15], - [24, 18], - [55, -18], - [58, -52], - [45, 3], - [37, -25], - [57, 25], - [55, -37], - [43, -65], - [89, -38], - [31, -50], - [87, -29], - [98, 2], - [39, -33], - [89, 33], - [24, -18], - [1, -58], - [41, 39], - [123, -15], - [42, 52], - [38, 24], - [37, -7], - [61, 50], - [39, 5], - [51, -35], - [60, 54], - [75, 3], - [25, 35] - ], - [ - [12814, 3486], - [-18, -21], - [-128, -66], - [-82, -10], - [5, -39], - [-180, -204], - [-87, -78], - [-135, -68], - [-124, -107], - [-46, -13], - [-196, 7], - [-90, 19], - [-88, 35], - [-145, 22], - [-79, -28], - [-41, -48], - [-57, -43], - [-16, -52], - [-53, -42], - [-49, 39], - [-35, 7], - [-76, -14], - [-78, -49], - [-43, 0], - [-28, -56], - [-70, -40], - [-69, -7], - [-51, 21], - [-68, -24], - [-79, -88], - [-81, -122] - ], - [ - [17102, 5824], - [-179, -5], - [-205, -53], - [-88, -48], - [-78, -62], - [-36, -13], - [-94, -82], - [-44, -59], - [-41, -36], - [-121, 24], - [-64, -20], - [-27, -31], - [-53, -95], - [-48, -22], - [-129, -193], - [-61, -103], - [-84, -157], - [-27, -69], - [-70, -114], - [-28, -98], - [-45, -119], - [-75, -70], - [-44, -57], - [-76, -9], - [-72, -26], - [-42, 34], - [-22, -12], - [-63, 15], - [-47, -24], - [-58, 24], - [-111, -19], - [-72, -31], - [-32, -1], - [-128, -48], - [-373, -168], - [-161, -7], - [-54, 15], - [-223, 32], - [-138, 11], - [-104, 0], - [-123, -41], - [-69, -44], - [-87, -39] - ] - ], - "transform": { - "scale": [0.0001573528709846786, 0.00012845422338243526], - "translate": [124.0452, -9.5047] - }, - "objects": { - "timorleste": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4, 5]], - "type": "Polygon", - "properties": { "NAME": "Aileu", "ISO": "TL-AL" } - }, - { - "arcs": [[6, 7, 8, 9, 10, -3]], - "type": "Polygon", - "properties": { "NAME": "Ainaro", "ISO": "TL-AN" } - }, - { "arcs": [[11]], "type": "Polygon", "properties": { "NAME": "Oecusse", "ISO": "TL-OE" } }, - { - "arcs": [[12, 13, 14, 15]], - "type": "Polygon", - "properties": { "NAME": "Baucau", "ISO": "TL-BA" } - }, - { - "arcs": [[16, -10, 17, 18, 19]], - "type": "Polygon", - "properties": { "NAME": "Bobonaro", "ISO": "TL-BO" } - }, - { - "arcs": [[20, -18, -9]], - "type": "Polygon", - "properties": { "NAME": "Covalima", "ISO": "TL-CO" } - }, - { - "arcs": [[[-6, 21, 22, 23]], [[24]]], - "type": "MultiPolygon", - "properties": { "NAME": "Dili", "ISO": "TL-DI" } - }, - { - "arcs": [[-11, -17, 25, -4]], - "type": "Polygon", - "properties": { "NAME": "Ermera", "ISO": "TL-ER" } - }, - { - "arcs": [[[26]], [[27, -13, 28]]], - "type": "MultiPolygon", - "properties": { "NAME": "Lautem", "ISO": "TL-LA" } - }, - { - "arcs": [[-22, -5, -26, -20, 29]], - "type": "Polygon", - "properties": { "NAME": "Liquica", "ISO": "TL-LI" } - }, - { - "arcs": [[-15, 30, 31, 32, -1, -24, 33]], - "type": "Polygon", - "properties": { "NAME": "Manatuto", "ISO": "TL-MT" } - }, - { - "arcs": [[-33, 34, -7, -2]], - "type": "Polygon", - "properties": { "NAME": "Manufahi", "ISO": "TL-MF" } - }, - { - "arcs": [[-28, 35, -31, -14]], - "type": "Polygon", - "properties": { "NAME": "Viqueque", "ISO": "TL-VI" } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/uk-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/uk-topo.json deleted file mode 100644 index 1febc029e672d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/uk-topo.json +++ /dev/null @@ -1,12370 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [12941, 4355], - [11, -91], - [50, -25], - [-31, -66], - [-9, -56] - ], - [ - [12962, 4117], - [-70, 14] - ], - [ - [12892, 4131], - [-31, -5] - ], - [ - [12861, 4126], - [-34, 83] - ], - [ - [12827, 4209], - [78, 31], - [15, 97], - [21, 18] - ], - [ - [8711, 3636], - [-4, 59], - [52, -4], - [49, 21], - [20, 84] - ], - [ - [8828, 3796], - [105, -5], - [33, 35], - [25, 65] - ], - [ - [8991, 3891], - [29, -34], - [156, -7], - [173, 45] - ], - [ - [9349, 3895], - [0, -124], - [-79, -65], - [55, -18], - [10, -39] - ], - [ - [9335, 3649], - [-83, -64], - [-87, -2], - [-27, -44], - [-51, -24], - [-45, 7], - [-7, 35], - [-69, 28], - [-76, -44], - [-44, 0], - [-70, 74], - [-65, 21] - ], - [ - [12148, 5186], - [-27, -14], - [-91, -5], - [-18, -61], - [8, -60], - [28, -50] - ], - [ - [12048, 4996], - [-44, -33], - [-13, -51], - [-35, -33], - [-28, 45] - ], - [ - [11928, 4924], - [-40, 91], - [-62, 65], - [-33, -9], - [-53, 51], - [-40, 17], - [46, 116] - ], - [ - [11746, 5255], - [23, 36], - [-19, 68], - [29, 42], - [7, 62], - [-42, 27], - [54, 84], - [71, 65], - [-21, 55], - [-64, 73], - [15, 73], - [-49, 46] - ], - [ - [11750, 5886], - [29, 61], - [-10, 111], - [75, 18], - [47, -47], - [50, 32], - [0, 59], - [32, 51], - [66, 15] - ], - [ - [12039, 6186], - [43, -29], - [16, -51], - [70, -26], - [4, -67], - [20, -38], - [91, -8], - [2, -55], - [58, -28], - [28, -49], - [-19, -32], - [59, -25], - [-15, -46], - [128, -30], - [-23, -133] - ], - [ - [12501, 5569], - [-87, -101], - [6, -53], - [-54, -35], - [-26, -46], - [-52, 39], - [-31, -25], - [-54, -7], - [5, -47], - [-25, -35], - [-37, 56], - [-19, -93], - [21, -36] - ], - [ - [10521, 3668], - [-17, 87], - [-52, 29], - [-44, 90], - [61, 35], - [-10, 66], - [-32, 26], - [-44, 107] - ], - [ - [10383, 4108], - [-6, 37] - ], - [ - [10377, 4145], - [25, 73], - [49, 13], - [70, -10], - [56, -36], - [45, 19], - [45, -11], - [33, 23], - [39, -20], - [25, 33], - [48, -3], - [37, -42], - [56, 2], - [63, -26], - [53, 22], - [23, -54], - [47, -56], - [55, -10], - [118, -93], - [17, -3], - [96, 70], - [57, 69], - [-32, 69], - [-2, 51] - ], - [ - [11400, 4225], - [60, -24], - [77, 6], - [39, 41], - [92, 3], - [34, -48], - [-26, -91], - [65, -61], - [55, 0], - [-30, 58], - [-1, 59], - [41, 10], - [81, -21], - [6, -46], - [50, 6], - [16, -79] - ], - [ - [11959, 4038], - [-20, -115], - [-64, 30], - [-30, -43], - [-13, -58], - [-31, -41], - [-56, -14], - [-93, -48], - [-66, -84] - ], - [ - [11586, 3665], - [-80, 46], - [-99, 6], - [-48, 23], - [-70, -8], - [-44, 13], - [-53, -19], - [-41, 48], - [-75, -5], - [-14, -43], - [-185, 36], - [-227, 4], - [-55, -46], - [5, -46], - [-79, -6] - ], - [ - [12835, 3924], - [11, 88], - [49, 28], - [-3, 91] - ], - [ - [12962, 4117], - [37, -60], - [49, 15] - ], - [ - [13048, 4072], - [-1, -41] - ], - [ - [13047, 4031], - [-19, -42], - [-74, -102], - [8, -48] - ], - [ - [12962, 3839], - [-41, 34], - [-50, 8], - [-36, 43] - ], - [ - [9236, 9682], - [-29, -77], - [-86, 24], - [-43, -52], - [-60, 8] - ], - [ - [9018, 9585], - [-33, 68], - [2, 218], - [43, 62], - [74, 27], - [42, -18], - [56, -149], - [34, -111] - ], - [ - [9932, 2072], - [-53, 16], - [2, 78] - ], - [ - [9881, 2166], - [74, 4], - [79, -34], - [36, -50] - ], - [ - [10070, 2086], - [-56, 5], - [-82, -19] - ], - [ - [12367, 4169], - [-85, 8], - [-46, 51] - ], - [ - [12236, 4228], - [29, 73], - [33, 10], - [24, 50] - ], - [ - [12322, 4361], - [34, -72], - [58, -56] - ], - [ - [12414, 4233], - [38, -60] - ], - [ - [12452, 4173], - [-47, -16] - ], - [ - [12405, 4157], - [-38, 12] - ], - [ - [12742, 2256], - [-152, 65], - [-106, 32], - [-74, 10] - ], - [ - [12410, 2363], - [-34, 79], - [25, 47], - [47, -7], - [43, 49], - [35, -23] - ], - [ - [12526, 2508], - [111, -89], - [63, -61], - [42, -102] - ], - [ - [8828, 3796], - [4, 157], - [-55, 62], - [-56, 35], - [-38, 43] - ], - [ - [8683, 4093], - [71, 99] - ], - [ - [8754, 4192], - [25, -38], - [140, -87], - [79, -38], - [-7, -138] - ], - [ - [12736, 3638], - [-19, 64], - [-46, 91], - [-43, 36], - [-24, 50] - ], - [ - [12604, 3879], - [2, 13] - ], - [ - [12606, 3892], - [12, 5] - ], - [ - [12618, 3897], - [65, -6], - [39, -20], - [32, 70] - ], - [ - [12754, 3941], - [81, -17] - ], - [ - [12962, 3839], - [-16, -113], - [-87, -113], - [-4, -59], - [-58, 5] - ], - [ - [12797, 3559], - [-47, -1], - [-14, 80] - ], - [ - [11988, 4335], - [32, -106], - [-19, -143], - [-19, -43] - ], - [ - [11982, 4043], - [-23, -5] - ], - [ - [11400, 4225], - [-60, 57], - [30, 50], - [-48, 75], - [20, 41], - [14, 83], - [66, -7], - [-12, 134], - [-40, 62], - [-79, 41], - [-78, -10], - [-33, -23], - [-38, 20], - [-20, 56], - [-43, 17], - [-11, 151], - [69, -37], - [33, 24], - [-23, 117], - [-28, 50], - [9, 56], - [42, 52], - [-52, 33], - [43, 104], - [-81, 42] - ], - [ - [11080, 5413], - [-50, 22], - [67, 68], - [89, 25], - [19, 28], - [48, -4], - [74, 23], - [58, -138], - [50, 40] - ], - [ - [11435, 5477], - [44, -59], - [88, -88], - [83, -70], - [96, -5] - ], - [ - [11928, 4924], - [-27, 6], - [-40, -53], - [-110, 26], - [-33, 46], - [2, 36], - [-57, 13], - [-25, -53], - [30, -48], - [47, -34], - [7, -68], - [62, -53], - [63, 1], - [60, -85], - [16, -107], - [58, -18], - [-38, -69], - [8, -86], - [37, -43] - ], - [ - [13377, 6504], - [-81, -62], - [-4, -46], - [43, -89], - [41, -41], - [-19, -78], - [57, -3], - [56, -69], - [-22, -43], - [-96, -29], - [-70, 60], - [-49, -50], - [63, -84], - [51, 33], - [52, 5], - [63, -30], - [18, -46], - [-28, -86], - [1, -42], - [-55, 8], - [-44, -49], - [-6, -40], - [-44, -64], - [16, -116] - ], - [ - [13320, 5543], - [-64, -40], - [-59, 78], - [-57, 28], - [-46, -21], - [-72, 12], - [-20, -64], - [-80, -38], - [-49, 33], - [3, -71], - [-41, -64] - ], - [ - [12835, 5396], - [-43, 105], - [-92, 22], - [-27, -30], - [-56, -16], - [-62, -37], - [-39, 62], - [-15, 67] - ], - [ - [12039, 6186], - [-4, 38], - [-36, 64], - [2, 44], - [87, 44], - [13, 34], - [50, 42], - [70, 112], - [-19, 89], - [-87, 56], - [13, 66], - [-24, 58] - ], - [ - [12104, 6833], - [25, -2], - [105, -133], - [59, -8], - [71, 72], - [34, 52], - [111, 64], - [115, 21], - [19, 34], - [0, 153] - ], - [ - [12643, 7086], - [73, -27], - [48, 1], - [37, 59], - [-7, 77], - [66, 19], - [77, 45], - [34, -3] - ], - [ - [12971, 7257], - [-23, -139], - [60, -24], - [-19, -80], - [90, -74], - [-38, -44], - [13, -60], - [-15, -46], - [7, -55], - [44, -88], - [48, 32], - [64, 8], - [50, -33], - [52, -91], - [73, -59] - ], - [ - [12523, 4266], - [31, -97], - [20, -28] - ], - [ - [12574, 4141], - [-9, -10] - ], - [ - [12565, 4131], - [-29, -6], - [-35, 52], - [-49, -4] - ], - [ - [12414, 4233], - [62, 38] - ], - [ - [12476, 4271], - [47, -5] - ], - [ - [9797, 8503], - [-42, -55], - [-37, -4], - [-56, -48], - [-106, 10], - [8, -50], - [-34, -8], - [-70, -87] - ], - [ - [9460, 8261], - [-57, -72] - ], - [ - [9403, 8189], - [-42, -21], - [-49, 4], - [-45, -59], - [-44, -10], - [-12, -39], - [11, -95], - [-18, -28] - ], - [ - [9204, 7941], - [-67, -28], - [-10, -35], - [-71, -28], - [-50, 19], - [-22, -37], - [-74, 16], - [-17, 61], - [-50, 22], - [-155, -49] - ], - [ - [8688, 7882], - [-69, 47], - [-56, -2], - [-22, 47], - [-49, 51], - [-5, 81], - [-46, 122], - [-64, 62], - [-27, 51] - ], - [ - [8350, 8341], - [70, 69], - [-5, 39], - [-63, 75], - [-68, 61], - [-53, 31], - [-81, 14] - ], - [ - [8150, 8630], - [-10, 75] - ], - [ - [8140, 8705], - [48, 51], - [61, -31], - [75, 8], - [43, -19], - [30, 45] - ], - [ - [8397, 8759], - [69, -45], - [59, 12], - [37, 27], - [62, 1], - [12, 59], - [-67, 2] - ], - [ - [8569, 8815], - [61, 50], - [-7, 44], - [46, 60], - [89, -24] - ], - [ - [8758, 8945], - [26, -55], - [85, -50], - [36, -58] - ], - [ - [8905, 8782], - [39, -9], - [159, 111] - ], - [ - [9103, 8884], - [27, 65] - ], - [ - [9130, 8949], - [94, -46], - [71, -7], - [50, -46], - [66, 33], - [92, -24], - [25, -62], - [28, 16], - [30, 82], - [58, 4], - [46, -23], - [48, 47] - ], - [ - [9738, 8923], - [28, -89], - [4, -185], - [7, -58], - [29, -29], - [-9, -59] - ], - [ - [5990, 2613], - [143, -5], - [3, -51], - [57, -120], - [-32, -36], - [-16, -107], - [14, -51], - [41, -49], - [53, 10], - [-2, -59], - [23, -57], - [3, -70], - [20, -36], - [18, -92], - [57, -45], - [-7, -97], - [41, -59], - [4, -58], - [79, -23], - [40, -101], - [-41, 1], - [-19, -63] - ], - [ - [6469, 1445], - [38, -78], - [-7, -121], - [39, -91], - [-37, -103], - [-55, 62], - [-69, 43], - [-110, 3], - [-30, 11], - [-74, -9], - [-21, -44], - [-130, -52], - [-69, 22], - [-24, -19], - [-118, -5], - [-34, 46], - [-89, -44], - [14, -62], - [-41, -31], - [-2, -108], - [-19, -38], - [-96, 10], - [-60, -61], - [-81, -25], - [-22, -43], - [2, -53], - [-54, -64], - [-24, 39], - [7, 76], - [-17, 43], - [-46, -20], - [26, -60], - [-36, -19], - [4, -45], - [-32, -52], - [3, -52], - [-23, -27], - [37, -37], - [27, -72], - [-15, -46], - [-30, -7], - [-16, -69], - [-83, 8], - [-61, -126], - [-70, 41], - [-35, 83], - [17, 37], - [-32, 91], - [-81, 89], - [-35, -5], - [-47, 38], - [-58, 3], - [-48, 46], - [-45, 16], - [-56, -12], - [-26, -43], - [23, -47], - [-26, -70], - [-35, -24], - [-145, -46], - [-67, 76], - [34, 48], - [-17, 136], - [49, 81], - [73, 25], - [84, 60], - [24, 31], - [73, 20], - [47, -52], - [46, -15], - [66, 87], - [-6, 33], - [76, -5], - [43, 29], - [59, 66], - [44, 30], - [15, 82], - [53, 6], - [26, 51], - [35, 21], - [16, 68], - [1, 79], - [113, 38], - [41, 59], - [26, 248], - [60, 8], - [20, 41], - [49, -13], - [33, 55], - [66, 52], - [110, 9], - [37, 68], - [20, 121], - [75, 36], - [76, 78], - [4, 60], - [48, 31], - [92, 93], - [2, 181], - [-20, 120], - [22, 49] - ], - [ - [3392, 9], - [7, 51], - [50, -13], - [-16, -47], - [-41, 9] - ], - [ - [12475, 3635], - [78, 73], - [-11, 75], - [-20, 26] - ], - [ - [12522, 3809], - [7, 54] - ], - [ - [12529, 3863], - [75, 16] - ], - [ - [12736, 3638], - [-59, 26], - [-30, -39], - [-56, -12], - [-25, -47], - [-39, -9], - [-52, 78] - ], - [ - [8213, 13087], - [28, 81], - [-4, 92], - [82, -32], - [40, 2], - [33, 79], - [65, 26], - [50, 79] - ], - [ - [8507, 13414], - [45, 71], - [72, 17], - [106, 80], - [20, 36] - ], - [ - [8750, 13618], - [67, -152], - [63, -22], - [15, -53], - [60, -60], - [62, 18], - [34, -123], - [-115, -70], - [-11, -67], - [-36, -50], - [40, -23], - [34, -89], - [-26, -19], - [-16, -59], - [-35, -26], - [41, -63], - [4, -90], - [44, -40], - [50, -7], - [147, 108], - [56, -94], - [85, -71] - ], - [ - [9313, 12566], - [-33, -144], - [-40, -94], - [14, -22], - [79, -43], - [18, -40], - [-39, -58], - [30, -102], - [112, -93], - [26, -53], - [42, -9], - [12, -186] - ], - [ - [9534, 11722], - [-58, -24], - [-74, 4], - [-48, -32], - [-27, -46], - [18, -90], - [-95, -84], - [61, -77], - [-8, -101], - [17, -41], - [-14, -57], - [-64, 19], - [-71, -58], - [-69, 5] - ], - [ - [9102, 11140], - [-15, 21], - [-109, -77], - [-67, -32], - [-75, 8], - [-64, -104], - [-56, 15], - [-36, 48], - [-87, 20], - [-63, -59] - ], - [ - [8530, 10980], - [-46, 39], - [-19, 48], - [-45, -29], - [-15, -81], - [-91, -25], - [-33, 29], - [11, 39], - [-84, 58], - [-12, -95], - [-21, -17], - [-44, -93], - [-77, -77], - [-47, 30], - [-58, -16], - [-25, 96], - [12, 61], - [-11, 43], - [43, 16], - [25, 130], - [-39, 35], - [-41, -60], - [18, -41], - [-29, -32], - [-35, 15], - [-59, -15], - [-62, 111], - [-57, 78], - [-27, 197], - [-41, 39], - [-53, 105], - [-112, 141], - [-56, 93], - [-58, 64], - [37, 33], - [45, 102], - [19, 102], - [-7, 104], - [20, 43], - [66, 85], - [15, 57], - [68, 62], - [41, 63], - [-2, 108], - [50, 157], - [53, 67], - [103, -26], - [37, 51], - [-48, 32], - [33, 55], - [110, 47], - [104, -69], - [96, 27], - [-29, 47], - [60, 74] - ], - [ - [7909, 10941], - [-15, -22], - [24, -56], - [-35, -17], - [-6, 71], - [32, 24] - ], - [ - [10602, 11787], - [-51, 4], - [30, -81], - [-39, -8], - [-33, 79], - [-45, 5], - [-11, -40], - [-67, 63], - [-33, 59], - [-44, -11], - [-18, 39], - [-58, 20] - ], - [ - [10233, 11916], - [1, 122], - [12, 34], - [65, 10], - [83, -59], - [132, 0], - [49, 18], - [55, 53] - ], - [ - [10630, 12094], - [23, -40], - [-6, -52], - [-35, -24], - [-14, -52], - [33, -58], - [-29, -81] - ], - [ - [10980, 8723], - [23, -18], - [0, -61], - [-53, -76], - [10, -59], - [-2, -108], - [-58, -14], - [-20, -28], - [-48, 7], - [-50, -30], - [-4, -30], - [31, -122], - [-56, -86], - [12, -96], - [55, -71], - [2, -102], - [20, -69], - [-3, -53], - [57, -47], - [-44, -49] - ], - [ - [10852, 7611], - [-57, 2], - [-103, -80], - [-36, -107], - [-47, -15], - [-70, -91], - [-86, 3], - [-16, -42], - [13, -71], - [-71, -54] - ], - [ - [10379, 7156], - [-84, 0], - [-9, 56], - [-81, 50], - [42, 83], - [64, 36], - [20, 66], - [36, 33], - [-58, 78], - [-134, 11], - [-50, 54], - [-102, 24], - [-25, 75], - [1, 51], - [34, 14], - [7, 81], - [81, 55], - [18, 45], - [-3, 57], - [-24, 25], - [-18, 101], - [6, 50], - [-41, 73], - [1, 59], - [-37, 55], - [-48, 35], - [-112, 48], - [-30, 48], - [-36, -16] - ], - [ - [9738, 8923], - [52, 72], - [-44, 37], - [3, 38], - [40, 43], - [28, 131], - [66, 15], - [32, 83] - ], - [ - [9915, 9342], - [39, -2], - [81, -41] - ], - [ - [10035, 9299], - [30, -50], - [12, -73], - [83, -71], - [-4, -78], - [48, -18], - [16, -42], - [65, -28], - [-6, -64], - [86, -36], - [14, -29], - [-40, -53], - [58, -3], - [58, -39], - [107, 44], - [40, 43], - [56, 5], - [19, -48], - [72, -20], - [31, 38], - [43, -37], - [59, -22], - [98, 5] - ], - [ - [10618, 7588], - [35, 103], - [-6, 45], - [-77, 63], - [-49, 9], - [-76, -103], - [-12, -56], - [77, -75], - [92, -14], - [16, 28] - ], - [ - [6626, 1123], - [35, 38], - [91, 48], - [-4, 53], - [-122, 93], - [-45, 0], - [-44, -24] - ], - [ - [6537, 1331], - [-25, 76], - [-43, 38] - ], - [ - [5990, 2613], - [32, 109], - [-3, 73], - [19, 71], - [77, 1], - [66, -19], - [54, -52], - [67, -13], - [51, 15], - [74, 111], - [34, 14], - [14, 49], - [66, -16], - [41, 62], - [-90, -9], - [-9, 103], - [-54, 78], - [62, 8], - [9, 57], - [-17, 32], - [28, 41], - [41, -5], - [78, 36], - [72, 14], - [33, -25], - [32, 21], - [117, 12], - [37, 28], - [64, -7], - [61, 15], - [103, 7], - [83, -15] - ], - [ - [7232, 3409], - [-15, -138], - [-68, -13], - [-75, 10], - [-7, -91], - [75, -80], - [36, -10], - [52, -62], - [55, -1], - [62, -53], - [59, 3], - [12, -22], - [-29, -78], - [12, -32], - [104, -12], - [31, 60], - [49, 14], - [45, -25], - [33, 8], - [71, -54], - [5, -71], - [73, -6], - [78, -80], - [69, -10], - [95, 12], - [-31, -87], - [45, -46], - [85, 29], - [63, -6], - [-1, -72], - [126, -70], - [21, -73] - ], - [ - [8362, 2353], - [98, -65], - [-95, -68], - [21, -23], - [-25, -72], - [10, -38] - ], - [ - [8371, 2087], - [-112, -54], - [-95, 8], - [-18, -43], - [-145, -2], - [-103, -33], - [-62, -109], - [-93, -50], - [-60, 5], - [-12, 50], - [-51, 111], - [-22, -33], - [22, -32], - [10, -147], - [-33, -38], - [-41, -86], - [-23, -92] - ], - [ - [7533, 1542], - [-114, 3], - [-33, -26], - [-48, -90], - [-10, -79], - [43, -69], - [158, -82] - ], - [ - [7529, 1199], - [-5, -71], - [-88, -59], - [-48, -13], - [-52, -78], - [-17, -76], - [-4, -108], - [-37, 9], - [-54, -49], - [-80, 60], - [-20, -43], - [-55, 22], - [-52, 65], - [-4, 57], - [-25, 51], - [-120, 51], - [-48, 7], - [-68, -37], - [-47, 27], - [-19, 36], - [-41, -4], - [-19, 77] - ], - [ - [8362, 2353], - [42, 48], - [194, 35], - [44, 33], - [66, 2], - [91, 48], - [57, -3], - [-3, 66], - [31, 119], - [-5, 49], - [72, 6], - [12, 60], - [68, -17], - [37, -84], - [44, -26], - [12, 46], - [47, -14], - [93, 46], - [-48, 41], - [9, 45], - [59, 67], - [-16, 58], - [20, 48] - ], - [ - [9288, 3026], - [123, -31], - [65, -71], - [74, -149], - [31, -13], - [36, -65], - [59, 11], - [38, 30], - [55, 15], - [38, 39], - [30, -11] - ], - [ - [9837, 2781], - [63, -115], - [41, -49], - [63, 23], - [47, -11], - [-10, -62], - [-41, -36], - [10, -66], - [40, 5], - [14, -93], - [-20, -76], - [34, -86], - [76, 24], - [2, -61], - [84, 0], - [8, -49] - ], - [ - [10248, 2129], - [-71, 0], - [-37, -56], - [-70, 13] - ], - [ - [9881, 2166], - [-32, 41], - [-78, 11], - [-17, -18], - [-21, -89], - [-26, -28] - ], - [ - [9707, 2083], - [24, -94], - [70, -39], - [62, -91], - [-37, -37], - [-3, -66], - [-99, -6], - [-46, -31], - [-11, 37], - [-62, 15], - [-34, 36], - [-112, 29], - [-56, -16], - [-119, 23], - [-19, 19], - [-128, 10], - [-42, -58], - [-20, -55], - [6, -52], - [51, -9], - [19, -50], - [-64, -93], - [14, 118], - [-86, 102], - [-145, 134], - [-198, 134], - [-79, 41], - [-174, 40], - [-48, -37] - ], - [ - [10233, 11916], - [-64, -16], - [-62, 10], - [-30, -121], - [-55, 54], - [-39, -57], - [-117, -67], - [-38, -1], - [-75, 47], - [-57, 19], - [-80, -31], - [-58, -47], - [-24, 16] - ], - [ - [9313, 12566], - [48, 23], - [90, -35], - [29, 56], - [46, 9], - [40, 47], - [5, 39], - [71, -17], - [131, 88], - [108, -51], - [23, -28], - [56, 37], - [69, 145] - ], - [ - [10029, 12879], - [175, -27], - [157, -4], - [52, -33] - ], - [ - [10413, 12815], - [11, -56] - ], - [ - [10424, 12759], - [43, -68], - [25, -82], - [97, -7], - [43, 11], - [32, 153], - [56, 23] - ], - [ - [10720, 12789], - [40, -83], - [41, -185], - [76, -104] - ], - [ - [10877, 12417], - [-72, -36], - [-47, -75], - [-11, -90], - [-68, -22], - [-13, -31] - ], - [ - [10666, 12163], - [-36, -69] - ], - [ - [12136, 4084], - [34, 61], - [-44, 20], - [47, 60] - ], - [ - [12173, 4225], - [63, 3] - ], - [ - [12367, 4169], - [-12, -83] - ], - [ - [12355, 4086], - [-170, -16], - [-49, 14] - ], - [ - [12279, 9882], - [-19, 58], - [-47, 59], - [-67, 3], - [-59, -38], - [-27, -64], - [-8, -92] - ], - [ - [12052, 9808], - [-57, 7], - [-93, -20], - [-79, 56], - [-95, -20], - [-46, -88] - ], - [ - [11682, 9743], - [-98, -78], - [-114, -114], - [-25, -4] - ], - [ - [11445, 9547], - [1, 52], - [-120, 63], - [-81, 8], - [-115, -32] - ], - [ - [11130, 9638], - [-52, 72], - [23, 98], - [108, -49], - [56, 20], - [60, 46], - [-32, 59], - [44, 65], - [20, 102], - [-30, 71], - [1, 84] - ], - [ - [11328, 10206], - [0, 62], - [29, 134], - [-11, 72] - ], - [ - [11346, 10474], - [57, 91], - [230, 39], - [47, -36], - [49, -3], - [5, 46], - [36, 19], - [0, 68], - [54, 23], - [49, 44], - [85, -4], - [99, 62], - [-3, 42], - [42, 39], - [6, 62], - [62, 7], - [28, -41], - [90, -35], - [105, -7], - [39, 58] - ], - [ - [12426, 10948], - [95, -49], - [50, -14], - [34, -46], - [-42, -26], - [-96, -15], - [-63, -95], - [-1, -144], - [83, -264], - [35, -73], - [160, -247], - [97, -131], - [113, -170], - [18, -39], - [-8, -62], - [-87, 54], - [-51, 10], - [-127, -47], - [-78, 17], - [-88, 92], - [-8, 21], - [-82, 73], - [-25, 63], - [-76, 26] - ], - [ - [12526, 2508], - [18, 115], - [34, 58], - [-18, 53], - [57, 60], - [34, -32], - [42, 2], - [13, 105], - [39, 72], - [-60, 103], - [53, 20], - [32, 34], - [-22, 63] - ], - [ - [12748, 3161], - [61, 0] - ], - [ - [12809, 3161], - [103, 22], - [32, -13], - [-20, -71], - [119, 26], - [68, -30], - [95, 25], - [6, -33], - [97, -65], - [23, -43], - [85, -45], - [8, -45], - [84, -31], - [49, -47], - [130, 36], - [56, -48], - [100, 5], - [34, -23], - [51, -114], - [67, -1], - [2, -58] - ], - [ - [13998, 2608], - [-111, 31], - [-29, -4], - [-66, -49], - [-90, -107], - [-120, -47], - [-79, -9], - [-77, -32], - [-94, -17], - [-88, -44], - [-42, -75], - [-39, -25], - [-89, -106], - [-36, 7], - [-94, 55], - [-50, 1], - [-80, 62], - [-72, 7] - ], - [ - [12672, 4361], - [-45, 13], - [-103, 4], - [-28, -27], - [-20, -80] - ], - [ - [12322, 4361], - [-39, 96] - ], - [ - [12283, 4457], - [58, 15], - [13, 60], - [41, -34], - [65, 31], - [38, 59], - [202, -31] - ], - [ - [12700, 4557], - [13, -79] - ], - [ - [12713, 4478], - [-41, -117] - ], - [ - [13525, 4144], - [-4, 32], - [-94, 35], - [-186, 36], - [-52, 3] - ], - [ - [13189, 4250], - [-17, 54], - [-36, 13], - [-78, 116], - [-122, -30] - ], - [ - [12936, 4403], - [-54, -5], - [-42, -37], - [-83, 65] - ], - [ - [12757, 4426], - [-44, 52] - ], - [ - [12700, 4557], - [16, 144], - [53, 91], - [107, 24], - [74, 33], - [22, 90], - [1, 59], - [37, 46], - [-13, 63], - [-71, -17], - [-46, 231], - [-42, 25], - [-3, 50] - ], - [ - [13320, 5543], - [119, 25], - [53, -54], - [164, 69], - [62, 6], - [34, -25], - [21, -61], - [9, -83], - [98, -147], - [115, 12], - [72, 23], - [79, -12], - [76, -34], - [57, -4] - ], - [ - [14279, 5258], - [115, -22], - [52, 20], - [38, -19], - [68, 20], - [36, -8], - [5, -43], - [-47, -123], - [30, 6], - [46, -52], - [-83, -118], - [-153, -106], - [-125, -18], - [-23, 68], - [-52, 48], - [-75, -11], - [-64, -48], - [-15, -61], - [-73, -76], - [-115, 2], - [-74, -62], - [63, -13], - [54, 19], - [98, 1], - [63, 72], - [42, 4], - [26, -33], - [-9, -97], - [12, -36], - [-27, -136], - [24, -61], - [-43, -54], - [-134, -111] - ], - [ - [13939, 4210], - [-11, 13], - [-199, 76], - [-55, -20], - [-20, -68], - [15, -16] - ], - [ - [13669, 4195], - [-41, -58], - [-69, -16], - [-34, 23] - ], - [ - [8833, 4373], - [-51, 21] - ], - [ - [8782, 4394], - [-17, 61], - [25, 91], - [-27, 42], - [-12, 97], - [26, 34], - [-24, 66], - [11, 62], - [43, 84] - ], - [ - [8807, 4931], - [40, 40], - [103, 62], - [45, -7], - [21, 54], - [53, 7], - [52, 36], - [1, 49], - [-39, 83], - [-31, 26], - [30, 159], - [47, -65], - [53, 1], - [62, 50] - ], - [ - [9244, 5426], - [14, 2], - [50, -107], - [109, -24], - [39, 69], - [49, -8], - [-2, 50], - [17, 86], - [73, 4], - [-42, -92], - [106, 4], - [60, -21], - [89, 68], - [98, 13], - [38, -8], - [52, -52], - [23, 68], - [-52, 73], - [30, 27], - [43, -11], - [52, 77], - [31, 18] - ], - [ - [10121, 5662], - [62, -53], - [13, -51], - [48, -88], - [92, -12], - [-60, -110] - ], - [ - [10276, 5348], - [-6, -64], - [56, -36], - [9, -35], - [-49, -56], - [12, -41], - [-30, -28], - [-26, -72], - [-5, -149], - [-45, -58], - [25, -32], - [24, -149], - [43, -47], - [-53, -20] - ], - [ - [10231, 4561], - [-27, 6], - [-34, -47], - [-37, -10] - ], - [ - [10133, 4510], - [-41, 4], - [-28, 88], - [-54, -98], - [-50, 43], - [-31, -28], - [-77, 2], - [-13, -60], - [-58, 15], - [-103, 48], - [-64, -114], - [-71, -79], - [-63, 23], - [-71, -50], - [-47, -5] - ], - [ - [9362, 4299], - [-42, 76], - [-65, 5], - [-31, -36], - [-28, 22], - [7, 84], - [-97, 33], - [-50, -24], - [-13, 53], - [-84, 42], - [-46, -70], - [-12, -50], - [-68, -61] - ], - [ - [12754, 3941], - [-18, 71], - [-54, 59] - ], - [ - [12682, 4071], - [27, -23], - [36, 59] - ], - [ - [12745, 4107], - [21, -21], - [59, 5], - [36, 35] - ], - [ - [12700, 4212], - [-82, -43], - [-8, -27] - ], - [ - [12610, 4142], - [-23, 32], - [24, 38], - [-34, 43] - ], - [ - [12577, 4255], - [7, 29], - [55, 6] - ], - [ - [12639, 4290], - [62, -54] - ], - [ - [12701, 4236], - [-1, -24] - ], - [ - [8140, 8705], - [-35, 49], - [-9, 60], - [-64, 67], - [-41, 82], - [45, 45], - [104, 48], - [37, 33], - [52, 17], - [34, -80], - [26, -103], - [108, -164] - ], - [ - [12401, 4028], - [-34, 27] - ], - [ - [12367, 4055], - [-12, 31] - ], - [ - [12405, 4157], - [17, -81], - [46, -51] - ], - [ - [12468, 4025], - [-30, -31], - [-37, 34] - ], - [ - [10767, 2427], - [19, 105], - [-2, 76], - [-90, 62], - [-83, -11], - [-31, -40], - [-6, -56] - ], - [ - [10574, 2563], - [55, -50], - [157, -180], - [-52, -75], - [-51, -1], - [-56, -47], - [-65, -13], - [-101, -38], - [-54, -101], - [-32, 29], - [-127, 42] - ], - [ - [9837, 2781], - [35, 29], - [131, 25], - [39, -43], - [104, -38], - [63, -8], - [63, -63], - [66, 24], - [16, 44], - [-32, 46], - [37, 59], - [-38, 43], - [3, 52], - [-17, 82], - [14, 57], - [-45, 47], - [7, 61], - [-11, 55], - [-44, 87], - [-17, 81], - [101, -6], - [72, 61], - [61, -33], - [-2, 78], - [29, 70], - [-10, 70], - [59, 7] - ], - [ - [11586, 3665], - [53, -102], - [-2, -123], - [-26, -32], - [-75, 20], - [-44, -34], - [-16, -57], - [23, -55], - [1, -80], - [49, -12], - [16, -60], - [48, -32], - [-10, -58] - ], - [ - [11603, 3040], - [-31, -20], - [-19, -53], - [-60, 8], - [-50, -52], - [-6, -40], - [-36, -46], - [-3, -43], - [-56, -128], - [13, -60], - [-45, -74], - [43, -68], - [-14, -66] - ], - [ - [11339, 2398], - [-94, 1] - ], - [ - [11245, 2399], - [-3, 27], - [-113, 19], - [-42, -35] - ], - [ - [11087, 2410], - [-67, -22], - [54, -122], - [-37, -39], - [-70, 36], - [-44, 57], - [-133, 74], - [-23, 33] - ], - [ - [12577, 4255], - [-54, 11] - ], - [ - [12672, 4361], - [-33, -71] - ], - [ - [12173, 4225], - [-47, 171] - ], - [ - [12126, 4396], - [38, -1], - [79, 52], - [40, 10] - ], - [ - [10927, 12111], - [-158, 13], - [-103, 39] - ], - [ - [10877, 12417], - [96, -64], - [-27, -53], - [45, -110], - [-33, -41] - ], - [ - [10958, 12149], - [-31, -38] - ], - [ - [13189, 4250], - [24, -47], - [-131, -51], - [-8, -55], - [-26, -25] - ], - [ - [12941, 4355], - [-5, 48] - ], - [ - [8807, 4931], - [-52, 10], - [-22, 34], - [-59, 0], - [-61, 120], - [-62, 41], - [-67, 70], - [-43, -6], - [-72, -51], - [-66, 49], - [-9, 45], - [-84, 103] - ], - [ - [8210, 5346], - [-52, 101], - [7, 63], - [-45, 59], - [-5, 74], - [24, 37], - [-44, 37], - [80, 54], - [-56, 47], - [76, 126], - [10, 41], - [62, 63], - [87, 15], - [-69, 67], - [13, 60], - [52, 37], - [-1, 42] - ], - [ - [8349, 6269], - [37, 9], - [138, 121], - [53, -29], - [32, -71], - [73, -3], - [-21, -70], - [76, -54], - [29, 8], - [15, 60], - [36, 6] - ], - [ - [8817, 6246], - [14, -104], - [22, -36], - [-3, -67], - [17, -26], - [117, 3], - [57, 57], - [61, -17], - [-15, -73], - [63, -26], - [13, -37], - [-6, -126], - [27, -66], - [47, -23], - [15, -40], - [-2, -239] - ], - [ - [12126, 4396], - [-87, -10], - [-34, 14], - [-17, -65] - ], - [ - [12048, 4996], - [50, -10], - [57, -49], - [66, 69], - [-19, 77], - [-29, 29], - [-25, 74] - ], - [ - [12136, 4084], - [-49, -107], - [-22, 4] - ], - [ - [12065, 3981], - [-48, 13], - [-35, 49] - ], - [ - [12367, 4055], - [-50, -7], - [-53, -30], - [-12, -34], - [-76, -12], - [-4, -55], - [-23, -39] - ], - [ - [12149, 3878], - [-70, 42], - [-14, 61] - ], - [ - [11132, 2011], - [-35, -49], - [-63, -27], - [-39, -42], - [-25, -120], - [-88, -40], - [-84, -19], - [-67, 76], - [-68, 60], - [-78, 36], - [-61, 64], - [-65, 2], - [-61, -22], - [69, 127], - [80, 7], - [59, 42], - [24, -4], - [87, 36], - [46, 67], - [77, 3], - [83, -80], - [90, -4], - [69, -33], - [19, -63], - [31, -17] - ], - [ - [12610, 4142], - [-36, -1] - ], - [ - [12405, 4157], - [18, -3], - [48, -74], - [40, -36] - ], - [ - [12511, 4044], - [-43, -19] - ], - [ - [13047, 4031], - [61, -43], - [69, 23], - [43, -49], - [37, -8], - [71, 17] - ], - [ - [13328, 3971], - [65, 11], - [15, 73], - [62, 8] - ], - [ - [13470, 4063], - [-41, -59], - [5, -64], - [38, -28], - [-11, -64], - [-71, -100], - [-14, -64], - [87, 24], - [44, -12], - [85, -80], - [82, 64], - [28, 120] - ], - [ - [13702, 3800], - [28, 21], - [15, 72], - [31, 2], - [12, -53], - [57, -41], - [0, -52], - [82, -24], - [84, -1], - [29, -32], - [55, 13], - [103, 4], - [42, 46], - [100, 17], - [99, 3], - [60, 18], - [104, -8], - [15, 12], - [133, 12], - [68, 14], - [38, -38], - [-8, -69], - [-51, -63], - [-53, 3], - [5, -101], - [41, -145], - [0, -158], - [-36, -74], - [-96, -52], - [-68, -53], - [-65, -6], - [-50, -59], - [-156, -27], - [-59, -31], - [-75, -79], - [-25, -46], - [-21, -115], - [27, -105], - [-13, -25], - [-156, 28] - ], - [ - [12809, 3161], - [-4, 118], - [-23, 73], - [29, 84], - [-14, 123] - ], - [ - [13809, 3884], - [7, 83], - [67, -22], - [43, -34], - [98, -14], - [74, -74], - [22, -46], - [-45, -44], - [-37, -9], - [-110, 38], - [-82, 5], - [5, 33], - [-60, 57], - [18, 27] - ], - [ - [12279, 9882], - [-227, -74] - ], - [ - [12384, 3805], - [-27, -31] - ], - [ - [12357, 3774], - [-37, -30], - [-37, -85], - [-32, 47], - [25, 60], - [-13, 36] - ], - [ - [12263, 3802], - [13, 67], - [27, 35], - [53, 22] - ], - [ - [12356, 3926], - [28, -121] - ], - [ - [12529, 3863], - [-7, 25] - ], - [ - [12522, 3888], - [-15, 111], - [30, 41] - ], - [ - [12537, 4040], - [27, 66] - ], - [ - [12564, 4106], - [34, -107], - [-17, -45], - [25, -62] - ], - [ - [9018, 9585], - [-80, -72], - [-46, 36], - [-39, -45], - [-28, 29], - [-76, -19], - [-9, -100], - [-30, -79], - [-57, -49] - ], - [ - [8653, 9286], - [-36, 46], - [-38, -31], - [-5, -60] - ], - [ - [8574, 9241], - [-86, 63] - ], - [ - [8488, 9304], - [-69, 16], - [-65, 55], - [-7, -77], - [-107, 67], - [1, 48], - [28, 44], - [-11, 42], - [34, 51], - [48, 32], - [46, 89], - [-23, 123] - ], - [ - [8363, 9794], - [8, 62], - [-111, 20], - [-41, 46], - [-18, 53], - [1, 135], - [14, 96], - [2, 142], - [72, 13], - [122, 48], - [27, -13], - [63, 64], - [-30, 13], - [-46, 130], - [18, 98], - [49, 45], - [62, 30], - [37, 97], - [-31, 17], - [-31, 90] - ], - [ - [9102, 11140], - [-8, -33], - [-87, -118], - [-53, -53], - [4, -97], - [38, -42], - [76, -45], - [14, -84], - [46, -23], - [69, 19], - [38, -8], - [11, -104], - [18, -28], - [52, -5], - [38, -50], - [69, 33], - [8, -38], - [47, -6], - [24, -76], - [102, -55], - [11, -68], - [46, -66], - [50, -39] - ], - [ - [9715, 10154], - [-22, -60] - ], - [ - [9693, 10094], - [-71, -36], - [-37, -49], - [-1, -94], - [-57, -76], - [12, -75] - ], - [ - [9539, 9764], - [-109, -63], - [-73, -117], - [-8, 99], - [-72, -19], - [-41, 18] - ], - [ - [11755, 7317], - [-112, -81], - [-82, 7], - [-34, -26], - [8, -91], - [0, -201], - [52, -162], - [52, -67] - ], - [ - [11639, 6696], - [-47, -19], - [-41, 20], - [-121, -5], - [-32, -81], - [33, -30], - [-40, -38], - [-59, 37], - [-37, 5], - [-105, -49], - [17, -31], - [-34, -78], - [-82, 56], - [-49, -53], - [-34, -65], - [-44, 8] - ], - [ - [10964, 6373], - [-37, 89], - [-43, 26], - [-78, 138], - [-151, 85], - [-31, 59], - [-115, 54], - [-34, 47], - [-41, 16], - [5, 52], - [-25, 53], - [37, 52], - [-68, 91] - ], - [ - [10383, 7135], - [-4, 21] - ], - [ - [10852, 7611], - [-8, -109], - [12, -52], - [51, -54], - [55, -15], - [32, 35], - [48, 16], - [50, 41], - [71, -11], - [107, 10], - [16, 46], - [176, 174], - [42, 93], - [2, 32], - [41, 41], - [37, 10] - ], - [ - [11584, 7868], - [3, -45], - [30, -40], - [-27, -86], - [13, -62], - [45, -13], - [49, -127], - [21, -25], - [37, -153] - ], - [ - [11145, 6925], - [11, 71], - [-22, 65], - [-71, 20], - [-59, 0], - [-30, -46], - [19, -162], - [66, -26], - [86, 78] - ], - [ - [12618, 3897], - [47, 74], - [-20, 72], - [37, 28] - ], - [ - [13142, 7510], - [-38, -120], - [20, -50], - [-113, -90], - [-40, 7] - ], - [ - [12643, 7086], - [-76, -15], - [-54, -35], - [-67, 9], - [-24, 37], - [-92, -23], - [-79, 42], - [-128, -69], - [-96, 16], - [-35, -17] - ], - [ - [11992, 7031], - [-7, 36], - [67, 29], - [51, 64], - [-148, 60], - [-16, 39], - [-55, 40], - [-129, 18] - ], - [ - [11584, 7868], - [-29, 66], - [7, 50], - [63, 78], - [74, 34], - [-34, 86], - [13, 35], - [-11, 113], - [7, 51], - [-58, 27], - [21, 54], - [57, 32], - [41, -2], - [11, 73], - [-70, 25], - [-29, -30], - [-62, 7], - [-7, 88], - [41, 63], - [-28, 112], - [-38, 34], - [22, 54], - [-56, 124], - [33, 51], - [4, 40] - ], - [ - [11556, 9133], - [57, 90], - [11, 70], - [183, -22], - [9, -45], - [-17, -59], - [26, -32], - [51, -4], - [151, 55], - [12, 81], - [88, 16], - [-2, 55], - [-113, 18], - [89, 72], - [95, -27], - [37, 6], - [54, 64], - [13, 60] - ], - [ - [12300, 9531], - [66, -42], - [42, -61], - [57, -22], - [-41, -57], - [20, -88], - [-9, -62], - [71, -69], - [43, -61], - [60, 40], - [-29, 50], - [51, 125], - [110, 31] - ], - [ - [12741, 9315], - [26, -32], - [39, 5], - [33, -48], - [105, -43], - [33, -91], - [36, -58], - [93, -191], - [64, -146], - [46, -128], - [27, -142], - [-12, -142], - [-16, -88], - [-63, -26], - [-34, -41], - [-172, -153], - [-59, -79], - [-69, -141], - [13, -53], - [68, -16], - [87, -92], - [62, -98], - [94, -2] - ], - [ - [12610, 4142], - [-7, -26] - ], - [ - [12603, 4116], - [-34, 3] - ], - [ - [12569, 4119], - [-4, 12] - ], - [ - [9130, 8949], - [-47, 20], - [20, 79], - [-56, 112], - [-55, 1], - [-65, -70] - ], - [ - [8927, 9091], - [-50, 59], - [-6, 36], - [-127, -2], - [-91, 102] - ], - [ - [9539, 9764], - [78, -63], - [77, 31], - [23, -54], - [-6, -42], - [27, -73] - ], - [ - [9738, 9563], - [43, -10] - ], - [ - [9781, 9553], - [16, -54], - [58, -66], - [60, -91] - ], - [ - [13470, 4063], - [56, 5], - [94, -23], - [131, -15], - [34, -76], - [-30, -26], - [-101, 16], - [-45, -64], - [-80, -21], - [39, -40], - [134, -19] - ], - [ - [8927, 9091], - [-74, -13], - [-35, 26], - [-46, -24], - [34, -103], - [-48, -32] - ], - [ - [8569, 8815], - [-44, -4], - [-62, 19], - [-158, 138], - [-32, 134], - [-47, 65] - ], - [ - [8226, 9167], - [-30, 93], - [-4, 55], - [-54, 53], - [0, 61], - [72, 144], - [48, 74], - [42, 42], - [27, 69], - [36, 36] - ], - [ - [12356, 3926], - [66, 12], - [46, -36], - [54, -14] - ], - [ - [12522, 3809], - [-83, -13], - [-55, 9] - ], - [ - [10869, 11801], - [-61, 40], - [-11, 34], - [10, 76], - [50, 85], - [60, -6] - ], - [ - [10917, 12030], - [1, -56], - [57, -128] - ], - [ - [10975, 11846], - [-82, -11], - [-24, -34] - ], - [ - [11435, 5477], - [18, 64], - [41, 35], - [-35, 35], - [-40, 78], - [78, 29], - [28, 64], - [45, -14], - [21, 40], - [49, -2], - [110, 80] - ], - [ - [12745, 4107], - [-23, 29], - [-22, 76] - ], - [ - [12701, 4236], - [51, 4] - ], - [ - [12752, 4240], - [43, 22], - [32, -53] - ], - [ - [15289, 6758], - [-76, 30], - [-40, -27], - [-16, -54], - [34, -47], - [36, -13], - [-59, -74], - [-29, -14], - [-63, 41], - [-116, -47], - [-43, 18], - [-38, -18], - [-33, 26], - [-45, -63], - [-72, -37], - [-58, -100], - [-73, -5], - [-58, -55], - [-48, -17], - [-116, 28], - [-69, 1], - [-62, 23], - [-91, -36], - [-62, 57], - [-74, 1], - [-65, 33], - [-73, -35], - [-54, -6], - [-26, 21], - [-60, 4], - [-34, 25], - [1, 54], - [57, 46], - [-49, 24], - [-56, -19], - [-118, 18], - [-98, -39], - [-66, 2] - ], - [ - [13142, 7510], - [51, -5], - [43, -40], - [60, 68], - [77, 49], - [-2, 45], - [42, 103], - [36, 124], - [48, 50], - [153, -3], - [85, 37], - [104, -23], - [305, -38], - [41, 35], - [210, -73], - [109, -9], - [131, -32], - [187, -125], - [88, -92], - [174, -154], - [82, -88], - [57, -87], - [69, -236], - [-16, -204], - [13, -54] - ], - [ - [12300, 9531], - [11, 27], - [128, 40] - ], - [ - [12439, 9598], - [137, -131], - [33, 6], - [60, -45], - [72, -113] - ], - [ - [11556, 9133], - [-176, 15], - [21, 35], - [-42, 42] - ], - [ - [11359, 9225], - [-36, 79], - [43, 38], - [49, -12], - [13, 45], - [-47, 67], - [64, 26], - [0, 79] - ], - [ - [11682, 9743], - [20, 27], - [99, 40], - [102, -90], - [69, 2], - [38, 41], - [115, 7], - [95, 31], - [64, 7], - [122, -184], - [33, -26] - ], - [ - [8299, 3639], - [43, 157], - [30, 42], - [51, 5], - [33, 73], - [114, 138], - [113, 39] - ], - [ - [8711, 3636], - [-147, 19], - [34, -78], - [-71, -7], - [-63, 19], - [-14, -40], - [-60, 33], - [-68, -15], - [-23, 72] - ], - [ - [11346, 10474], - [-88, 7], - [-25, 40], - [-4, 97], - [-29, 29], - [-97, 4], - [-80, -33], - [-45, -122], - [-81, -29], - [-4, -61], - [25, -80], - [60, -97], - [53, -43], - [171, -7], - [83, 36], - [43, -9] - ], - [ - [11130, 9638], - [-185, -23], - [-45, -46] - ], - [ - [10900, 9569], - [-25, 38], - [2, 94], - [38, 110], - [-58, 8], - [-67, 82] - ], - [ - [10790, 9901], - [23, 53], - [-27, 52], - [3, 76], - [-31, 68], - [30, 38], - [-3, 87], - [20, 80], - [-58, 50], - [-78, -15], - [-101, -86], - [-77, 12], - [-41, 64], - [-21, -69], - [-51, -20], - [-85, 16], - [-129, -11] - ], - [ - [10164, 10296], - [-102, 104], - [-110, -7], - [-44, 37], - [-62, 8], - [-10, -67], - [-34, -38], - [11, -105], - [-54, -17], - [-44, -57] - ], - [ - [10602, 11787], - [35, 29], - [57, -9], - [11, -55], - [52, -14], - [112, 63] - ], - [ - [10975, 11846], - [96, -15], - [59, 18], - [67, -33], - [78, 20], - [64, -35], - [77, 24], - [62, -22], - [1, 74], - [34, 63], - [53, 44] - ], - [ - [11566, 11984], - [51, -76], - [47, 15], - [47, -37], - [29, -53], - [105, -28], - [102, -105], - [-15, -54], - [101, -93], - [71, -154], - [-4, -48], - [32, -101], - [62, -83], - [128, -58], - [-23, -65], - [67, -77], - [60, -19] - ], - [ - [11080, 5413], - [-45, -50], - [-66, -29], - [-121, 3], - [-46, 153], - [4, 84], - [83, 63], - [-124, 169] - ], - [ - [10765, 5806], - [27, 50], - [81, 37], - [-26, 84], - [85, 57], - [-1, 58], - [-22, 26], - [32, 49], - [-58, 25], - [12, 42], - [77, 28], - [24, 25], - [-32, 86] - ], - [ - [11639, 6696], - [48, 42], - [23, 52], - [197, 122], - [40, 86], - [45, 33] - ], - [ - [11992, 7031], - [36, -71], - [-11, -106], - [87, -21] - ], - [ - [10569, 13306], - [-58, -54], - [-98, 5], - [-39, 24] - ], - [ - [10374, 13281], - [-152, 30] - ], - [ - [10222, 13311], - [-12, -101], - [-46, -13], - [-56, -112] - ], - [ - [10108, 13085], - [-50, -32], - [-32, -110], - [-42, -25], - [45, -39] - ], - [ - [8750, 13618], - [39, 65], - [49, 18], - [12, 54], - [-15, 55], - [86, 69], - [26, 60], - [44, 26], - [88, 91], - [52, 15], - [38, -14], - [25, -45], - [53, 54], - [27, 86], - [55, 12], - [30, 43], - [85, 15], - [49, 86], - [-46, 81], - [-4, 50], - [-61, 103], - [-30, 104], - [-70, 83], - [-8, 48], - [137, 29], - [97, 173], - [124, 102], - [12, 93], - [74, 25] - ], - [ - [9718, 15199], - [38, -37], - [23, -89], - [43, -58], - [126, -122], - [25, -76], - [41, -45], - [71, 8], - [26, -38], - [105, -53], - [96, -134], - [-16, -37], - [42, -52], - [-9, -52], - [37, -24], - [-1, -132], - [20, -21], - [-1, -62], - [-46, -50], - [38, -120], - [50, -49], - [-31, -121], - [16, -56], - [41, -52], - [36, -89], - [-24, -103], - [49, -94], - [-7, -50], - [63, -85] - ], - [ - [10980, 8723], - [60, 85], - [-14, 31], - [45, 47], - [-6, 58], - [77, 89], - [78, -12], - [53, 67], - [11, 74], - [75, 63] - ], - [ - [11029, 7691], - [57, 68], - [2, 55], - [-48, 107], - [-38, 34], - [-46, -8], - [-38, -57], - [-16, -139], - [42, -94], - [43, -18], - [42, 52] - ], - [ - [10377, 4145], - [-27, 7], - [-65, 125], - [-43, 11], - [-3, 69], - [26, 30], - [8, 53], - [-43, 48], - [1, 73] - ], - [ - [10276, 5348], - [72, -75], - [26, 32], - [54, 5], - [6, 40], - [53, 35], - [21, 161], - [37, 72], - [50, 11], - [43, 38], - [41, -40], - [42, 32], - [-33, 36], - [48, 41], - [29, 70] - ], - [ - [6626, 1123], - [-1, 48], - [-56, -9], - [-62, 101], - [30, 68] - ], - [ - [9932, 2072], - [-69, -39], - [-32, 29], - [-90, 2], - [-34, 19] - ], - [ - [11245, 2399], - [-71, -29], - [18, -110], - [-85, -23], - [-29, 34], - [16, 78], - [-7, 61] - ], - [ - [11283, 2393], - [28, -24], - [13, -136], - [-119, 27], - [50, 46], - [-3, 56], - [31, 31] - ], - [ - [12752, 4240], - [-6, 84], - [11, 102] - ], - [ - [10917, 12030], - [10, 81] - ], - [ - [10958, 12149], - [99, 23], - [227, -112], - [65, 0], - [39, -35], - [69, -4], - [64, -33], - [45, -4] - ], - [ - [12263, 3802], - [-54, 25], - [-60, 51] - ], - [ - [12401, 4028], - [-47, -42], - [2, -60] - ], - [ - [8349, 6269], - [-27, 14], - [-68, -16], - [-68, 12], - [-53, 61], - [-54, 39], - [-38, 51], - [-44, 17], - [-27, 55], - [0, 51], - [27, 41], - [69, 29], - [60, 41], - [117, 7], - [14, 43], - [42, 14], - [25, 59], - [-54, 72], - [-84, -61], - [-27, -45], - [-57, 96], - [1, 42], - [64, 48], - [25, 96], - [51, 39], - [-5, 75], - [32, 76], - [62, 11], - [17, 43], - [-51, 32], - [-13, 32], - [-86, 21], - [-24, 41], - [-57, 7], - [-40, 31] - ], - [ - [8078, 7443], - [-22, 66], - [54, 88], - [-18, 70], - [52, 28], - [10, 49], - [141, 104], - [46, -2], - [51, -51], - [73, 23], - [37, -5], - [104, -106], - [49, 41], - [45, 7], - [4, 74], - [-16, 53] - ], - [ - [9204, 7941], - [21, -24], - [-16, -79], - [-65, -34], - [-34, -61], - [-11, -70], - [22, -45], - [102, 41], - [-18, -119], - [-28, -42] - ], - [ - [9177, 7508], - [-113, -60], - [-93, -35], - [-77, -44], - [-85, -23], - [-25, -41], - [33, -56], - [266, -268], - [53, -26], - [42, 87], - [83, 228], - [24, 48] - ], - [ - [9285, 7318], - [27, -36], - [-7, -86], - [25, -52], - [91, -29], - [7, -84], - [-15, -62], - [-43, -23], - [-55, 14], - [-11, -46], - [61, -35], - [27, -39], - [-24, -37], - [18, -77], - [-43, -34], - [-21, -76], - [18, -80] - ], - [ - [9340, 6536], - [-27, -36], - [-51, 10], - [-17, -28], - [34, -88], - [-93, -15], - [-29, -53], - [-88, -15], - [3, -52], - [-37, -27], - [-48, 33], - [-32, -24], - [-12, -56], - [-63, -8], - [-27, 48], - [-36, 21] - ], - [ - [9335, 3649], - [34, -22], - [-6, -53], - [41, -27], - [10, -55], - [-24, -50], - [-20, -92], - [-122, -235], - [2, -59], - [38, -30] - ], - [ - [7232, 3409], - [144, -36], - [55, 35], - [65, 0], - [131, -58], - [54, -66], - [63, 4], - [137, -12], - [110, 57], - [63, 16], - [87, 0], - [60, -14], - [86, 75], - [-26, 72], - [9, 158], - [29, -1] - ], - [ - [8754, 4192], - [27, 98], - [52, 83] - ], - [ - [9362, 4299], - [39, -151], - [-52, -22], - [-49, -42], - [39, -32], - [10, -157] - ], - [ - [10035, 9299], - [13, 41], - [52, 8], - [84, 50], - [60, -12], - [87, 35], - [46, 88] - ], - [ - [10377, 9509], - [35, 23], - [37, -33], - [74, -4], - [55, 22], - [36, -15], - [83, 10], - [34, -46], - [58, -12], - [91, 53], - [20, 62] - ], - [ - [10767, 2427], - [-96, 104], - [-85, 43], - [-12, -11] - ], - [ - [14147, 4896], - [39, -49], - [-70, -39], - [-68, -1], - [8, 42], - [52, 42], - [39, 5] - ], - [ - [13939, 4210], - [-62, -55], - [-31, 16], - [-177, 24] - ], - [ - [12564, 4106], - [5, 13] - ], - [ - [12603, 4116], - [63, -5], - [16, -40] - ], - [ - [10383, 7135], - [-31, -54], - [-44, -34], - [10, -43], - [-16, -98], - [-45, -32], - [-130, 10], - [-36, -11] - ], - [ - [10091, 6873], - [-55, 40], - [-60, -39] - ], - [ - [9976, 6874], - [-29, 28] - ], - [ - [9947, 6902], - [-31, 80], - [-1, 82], - [-55, 41], - [-27, -72], - [-108, -55], - [-60, -21] - ], - [ - [9665, 6957], - [-46, 68], - [-50, -12], - [-19, -43], - [-54, -33], - [-29, -53], - [38, -31], - [25, -55], - [47, -5] - ], - [ - [9577, 6793], - [-13, -75], - [-63, -36], - [27, -61], - [8, -141] - ], - [ - [9536, 6480], - [-26, -3], - [-73, 36], - [-59, 2], - [-38, 21] - ], - [ - [9285, 7318], - [-67, 88], - [1, 64], - [-42, 38] - ], - [ - [9403, 8189], - [22, -78], - [40, -236], - [35, -48], - [98, -13], - [32, 66], - [-12, 60], - [-75, 161], - [-63, 83], - [-20, 77] - ], - [ - [15289, 6758], - [30, -140], - [-38, -61], - [-14, -149], - [-51, -111], - [-18, -78], - [-50, -62], - [-21, -57], - [-15, -184], - [-60, -301], - [-23, -22], - [-112, -55], - [-69, -82], - [-20, -57], - [-53, -44], - [-35, -55], - [-86, -30], - [-44, 38], - [-142, -33], - [-14, 25], - [-73, -30], - [-56, 12], - [-38, -24], - [-2, 0], - [-6, 0] - ], - [ - [12748, 3161], - [-110, -1], - [-34, 16], - [-64, -18], - [-32, 45], - [-60, 24], - [-178, -115], - [-73, -5], - [-102, -46], - [-81, -4], - [-97, -42], - [-89, -8], - [-37, 22], - [-91, -35], - [-63, 18], - [-34, 28] - ], - [ - [12357, 3774], - [37, -53], - [-2, -63], - [61, 27], - [22, -50] - ], - [ - [10383, 4108], - [-30, -32], - [-144, -79], - [-93, 7], - [-73, 45], - [-36, 71], - [-6, 101], - [11, 49], - [110, 197], - [11, 43] - ], - [ - [13525, 4144], - [-55, -31], - [-76, 4], - [-27, -38], - [-5, -69], - [-34, -39] - ], - [ - [7533, 1542], - [-7, -66], - [35, -31], - [-28, -40], - [-35, 20], - [-38, -66], - [5, -72], - [63, -26], - [1, -62] - ], - [ - [10569, 13306], - [39, -82], - [-3, -80] - ], - [ - [10605, 13144], - [75, -55], - [38, -76], - [-21, -47] - ], - [ - [10697, 12966], - [25, -85], - [-14, -39], - [12, -53] - ], - [ - [12511, 4044], - [26, -4] - ], - [ - [10121, 5662], - [-44, 61], - [-79, 17], - [-51, 35], - [-23, -41], - [-79, 80], - [32, 79], - [30, 39], - [0, 52], - [-26, 92], - [55, 20], - [22, 64], - [30, 29], - [-43, 89], - [35, 46], - [13, 55] - ], - [ - [9993, 6379], - [32, -19], - [38, -62], - [67, -12], - [54, 20], - [48, -33], - [177, 76] - ], - [ - [10409, 6349], - [38, -42], - [38, 30], - [71, -4], - [46, 46], - [-9, 118], - [-25, 22] - ], - [ - [10568, 6519], - [-243, 16] - ], - [ - [10325, 6535], - [-62, -50], - [-31, 38], - [-87, 149], - [12, 37] - ], - [ - [10157, 6709], - [-29, 90], - [-37, 74] - ], - [ - [9993, 6379], - [-83, 23], - [-80, -15], - [-42, -24], - [-28, 39], - [28, 65] - ], - [ - [9788, 6467], - [-70, 49] - ], - [ - [9718, 6516], - [-41, -37], - [-36, 35], - [-54, -36], - [-51, 2] - ], - [ - [12410, 2363], - [-111, 0], - [-121, -44], - [-119, -19], - [-140, 0], - [-87, -29], - [-82, -13], - [-112, -38], - [-41, -46], - [-41, -80], - [-73, 71], - [-121, 78], - [33, 31], - [-74, 72], - [18, 52] - ], - [ - [3759, 12152], - [-107, -10], - [-135, -70], - [-51, 2] - ], - [ - [3466, 12074], - [-70, -13], - [-32, 29], - [-153, -77] - ], - [ - [3211, 12013], - [5, 88], - [23, 96], - [-4, 38], - [-115, 133] - ], - [ - [3120, 12368], - [42, 158], - [-16, 39] - ], - [ - [3146, 12565], - [136, -16], - [53, 50], - [34, -19], - [91, 15], - [82, -32], - [30, 52], - [59, 13], - [101, -39] - ], - [ - [3732, 12589], - [57, -46], - [-27, -68], - [36, -87], - [-18, -111], - [43, -22] - ], - [ - [3823, 12255], - [-58, -34], - [24, -51], - [-30, -18] - ], - [ - [4379, 11729], - [-103, -29], - [-33, 34], - [-78, 14], - [-41, 66] - ], - [ - [4124, 11814], - [-7, 88], - [53, 55], - [-8, 31], - [56, 63], - [-3, 83] - ], - [ - [4215, 12134], - [42, 34], - [44, -26], - [72, 0], - [50, 30], - [17, 40], - [41, 20], - [7, 39] - ], - [ - [4488, 12271], - [69, -73], - [-14, -42], - [22, -73], - [63, -81], - [-13, -40], - [37, -137], - [42, -22], - [-3, -43], - [-39, -81], - [-28, -22], - [27, -47], - [-1, -78], - [-43, -70], - [-7, -58], - [-44, 24], - [-3, 45], - [-45, 66], - [-30, 17], - [2, 57], - [49, 55], - [1, 133], - [-20, 116], - [-36, 0], - [-48, 70], - [-38, 6], - [-66, 55], - [-33, -116], - [72, -58], - [18, -145] - ], - [ - [3325, 11261], - [-61, -2], - [-65, -21], - [-60, -38], - [-39, -71], - [-38, 23], - [-58, -46], - [-42, 4], - [-61, -80] - ], - [ - [2901, 11030], - [-60, 42], - [-65, -46], - [-27, 43], - [-41, 13], - [-48, 46], - [-26, 96], - [-46, 36], - [13, 49], - [-19, 86] - ], - [ - [2582, 11395], - [49, 32], - [-5, 45], - [41, 55], - [-7, 54], - [21, 31], - [116, -24], - [32, 71], - [-5, 34], - [60, 50], - [67, -38], - [86, 36] - ], - [ - [3037, 11741], - [66, -116], - [38, -3], - [0, -56], - [33, -44], - [40, -3], - [44, 43] - ], - [ - [3258, 11562], - [45, -137], - [-5, -122], - [27, -42] - ], - [ - [3846, 12606], - [-114, -17] - ], - [ - [3146, 12565], - [15, 115], - [-30, 163], - [-23, 66] - ], - [ - [3108, 12909], - [69, 4], - [39, -18], - [-26, 128], - [119, 25], - [66, 85], - [57, -4], - [67, 25], - [73, 44] - ], - [ - [3572, 13198], - [35, -16], - [42, -92], - [57, 1] - ], - [ - [3706, 13091], - [98, -99], - [17, -35], - [-22, -98], - [15, -97], - [45, -22], - [49, 11], - [30, -57], - [-21, -31], - [-90, -6], - [19, -51] - ], - [ - [3108, 12909], - [-20, 75] - ], - [ - [3088, 12984], - [-48, 36], - [2, 44], - [-45, 49], - [-15, 64], - [14, 53], - [-46, 93], - [52, 55], - [8, 85], - [85, 47] - ], - [ - [3095, 13510], - [56, -2], - [77, -58], - [45, 30], - [46, -24], - [26, -50], - [33, -12], - [141, 42], - [-10, -82], - [8, -52], - [55, -104] - ], - [ - [3930, 11526], - [16, -44], - [-46, -56], - [5, -53], - [29, -77], - [-27, -17], - [-34, -100], - [-73, 47], - [-11, -43] - ], - [ - [3789, 11183], - [-41, 15], - [-62, -27], - [-114, 10], - [-132, 50], - [-92, 0], - [-23, 30] - ], - [ - [3258, 11562], - [20, 19], - [91, -25], - [136, 15], - [34, 40], - [6, 53] - ], - [ - [3545, 11664], - [66, 28], - [43, -18], - [114, -77], - [-7, -49], - [82, -31], - [87, 9] - ], - [ - [3984, 12214], - [41, -55] - ], - [ - [4025, 12159], - [115, -28] - ], - [ - [4140, 12131], - [-12, -55], - [-116, -28], - [-89, -72] - ], - [ - [3923, 11976], - [-114, 68], - [-16, 71], - [-34, 37] - ], - [ - [3823, 12255], - [57, 1], - [28, -41], - [36, 33], - [40, -34] - ], - [ - [4035, 12308], - [-40, 75], - [25, 148] - ], - [ - [4020, 12531], - [145, 18], - [72, -33], - [76, 18] - ], - [ - [4313, 12534], - [-31, -66], - [-78, -66], - [-20, 9], - [-79, -38], - [-70, -65] - ], - [ - [4124, 11814], - [-73, -32] - ], - [ - [4051, 11782], - [-43, 57], - [-39, 99], - [-46, 38] - ], - [ - [4140, 12131], - [75, 3] - ], - [ - [3088, 12984], - [-32, -44], - [-64, -17], - [-82, 33], - [-21, -29], - [-59, -18], - [-62, 33], - [-65, -46] - ], - [ - [2703, 12896], - [-21, 118], - [-20, 31], - [42, 56], - [-43, 46], - [4, 160], - [-22, 81], - [-60, 61], - [33, 105] - ], - [ - [2616, 13554], - [162, 10], - [31, 61], - [153, 31], - [95, 40] - ], - [ - [3057, 13696], - [25, -85], - [13, -101] - ], - [ - [3211, 12013], - [-134, -75] - ], - [ - [3077, 11938], - [-163, 68], - [-113, -38], - [-35, 54], - [-42, -21], - [-84, 30], - [-107, -29], - [-96, 31] - ], - [ - [2437, 12033], - [16, 76], - [-32, 96], - [4, 51], - [-46, 30], - [19, 49], - [-11, 96], - [37, 28] - ], - [ - [2424, 12459], - [36, -32], - [81, -2], - [95, 32], - [67, -26], - [29, 14], - [59, -78], - [56, -26], - [123, 52], - [39, -11], - [21, 40], - [90, -54] - ], - [ - [3466, 12074], - [-29, -73], - [15, -108], - [51, -51], - [-20, -43], - [16, -49], - [43, -44], - [3, -42] - ], - [ - [3037, 11741], - [-16, 78], - [-27, 38], - [83, 81] - ], - [ - [2162, 13256], - [-40, -49], - [32, -35], - [32, -90], - [65, 1], - [-16, -49], - [21, -104], - [45, -33], - [19, -111], - [1, -76], - [43, -61] - ], - [ - [2364, 12649], - [-87, -25], - [-59, 21], - [-78, 96], - [-49, -16], - [-21, 100], - [-99, 9], - [21, 69], - [-81, 22], - [-84, -11], - [-60, 66] - ], - [ - [1767, 12980], - [32, 6], - [-11, 95], - [30, 109], - [48, 61], - [62, -2], - [62, 48], - [45, -29], - [83, 14], - [44, -26] - ], - [ - [4041, 11022], - [-74, -14], - [-61, 38], - [-56, -21], - [-41, -37], - [-34, 79], - [-11, 75], - [25, 41] - ], - [ - [3930, 11526], - [26, 28], - [-15, 49], - [48, 61], - [-8, 42], - [70, 76] - ], - [ - [4379, 11729], - [28, -62], - [-28, -43], - [8, -46], - [-36, -89], - [112, 49], - [47, -21], - [28, -101], - [-2, -65], - [-28, -63], - [-58, -70], - [-57, -26], - [-20, -54], - [-36, 12], - [-25, 44], - [-83, 3], - [-123, -31], - [-89, -86], - [24, -58] - ], - [ - [2582, 11395], - [-9, 39], - [-47, 21], - [-9, 60], - [-143, 112], - [-56, -8], - [-89, -116], - [3, -32], - [-73, -54], - [-35, -3], - [-15, -51] - ], - [ - [2109, 11363], - [-10, 52], - [-62, -38], - [-31, 16], - [-37, 90], - [-56, 7], - [-34, 46], - [14, 51], - [-52, 69] - ], - [ - [1841, 11656], - [80, 16], - [68, 31], - [50, 0], - [21, 28], - [68, 29], - [67, -4], - [51, 63], - [78, 25], - [16, 42], - [37, 6], - [43, 42], - [-4, 51], - [21, 48] - ], - [ - [1329, 12108], - [27, -12] - ], - [ - [1356, 12096], - [34, -58], - [46, 3], - [61, -47], - [72, 10], - [-44, -154], - [28, -127], - [1, -70], - [75, -62], - [129, 80], - [83, -15] - ], - [ - [2109, 11363], - [-28, -49], - [77, -65], - [11, -116], - [-91, -20], - [-53, -37], - [-4, -89], - [-46, -119], - [-43, 107], - [-33, -44], - [28, -41], - [-41, -35], - [-57, 48], - [-59, -3], - [-24, 45], - [-51, -35], - [-15, -39], - [-73, 22], - [-46, -16], - [-40, 43], - [-53, 15], - [-11, 57], - [-61, 29], - [-37, 58], - [-106, 7], - [-96, -10], - [-29, 34], - [-10, 103], - [-35, 104], - [-41, -8], - [-55, 30], - [-40, 84], - [-50, 59], - [-57, 7], - [-73, 111], - [-82, 74], - [14, 87], - [35, -5], - [69, 51], - [41, 4], - [32, 91], - [32, 46], - [102, -20], - [145, 23], - [14, 46], - [119, 97], - [41, 14] - ], - [ - [4020, 12531], - [-149, 9], - [-25, 66] - ], - [ - [3706, 13091], - [133, 123], - [49, 59] - ], - [ - [3888, 13273], - [21, -16], - [-18, -114], - [-25, -46], - [53, -48], - [57, -20], - [37, -69], - [21, -68], - [58, -32], - [67, -125], - [-9, -67], - [61, 16], - [-47, 55], - [42, 24], - [61, -34], - [46, -95], - [0, -100] - ], - [ - [2703, 12896], - [18, -25], - [-12, -93], - [-51, -48], - [-116, 13], - [2, -54], - [-43, -39] - ], - [ - [2501, 12650], - [-36, 31], - [-74, -6], - [-27, -26] - ], - [ - [2162, 13256], - [21, -22], - [117, 17], - [45, 51], - [18, 98], - [37, 33], - [50, 190], - [92, -61], - [74, -8] - ], - [ - [2424, 12459], - [49, 26], - [10, 41] - ], - [ - [2483, 12526], - [43, 20], - [-25, 104] - ], - [ - [3500, 13931], - [22, -43], - [-51, -16], - [-11, 45], - [40, 14] - ], - [ - [3057, 13696], - [55, 66], - [49, 12], - [26, -29], - [177, -4], - [64, -22], - [78, -67], - [86, 24], - [32, 35], - [136, -78], - [51, -74], - [10, -75], - [-25, -21], - [9, -73], - [-30, -48], - [-1, -65], - [23, -13], - [91, 9] - ], - [ - [4041, 11022], - [1, -73], - [-17, -93], - [-25, -53], - [-145, -116], - [-17, -33], - [-72, -49], - [-5, 45], - [-82, 169], - [-250, 12], - [-41, -39], - [-22, 48], - [-39, -14], - [12, -66], - [-58, -46], - [-56, -9], - [-66, 14], - [-47, -26], - [-73, -7], - [-57, -24], - [-52, 9], - [-51, 61], - [27, 77], - [-3, 65], - [29, 59], - [-31, 97] - ], - [ - [4035, 12308], - [-51, -94] - ], - [ - [4025, 12159], - [95, 70], - [105, 56], - [39, -17], - [103, 9], - [29, 26], - [92, -32] - ], - [ - [1356, 12096], - [59, 64], - [61, -4], - [77, 47], - [24, -13], - [90, 35], - [25, -24], - [76, 69], - [35, 62], - [90, 43], - [32, 58], - [58, -7], - [41, 40], - [52, 22], - [141, -10], - [40, 30], - [90, 20], - [33, 23], - [103, -25] - ], - [ - [1329, 12108], - [27, 21], - [-17, 49], - [-76, -34], - [-79, 50], - [-49, -10], - [-20, 43], - [-63, 40], - [8, 61], - [87, 123], - [124, -85], - [164, 108], - [99, 7], - [42, 17], - [21, 134], - [70, 55], - [55, 129], - [3, 140], - [42, 24] - ], - [ - [9662, 18553], - [-34, -96], - [-95, -127], - [-37, -88], - [-39, -55], - [19, -54], - [-5, -91], - [-23, -60], - [-64, -99], - [-28, -11], - [-72, -120], - [-114, -54], - [-50, -86] - ], - [ - [9120, 17612], - [-87, 10], - [-60, 71], - [-88, 12], - [-37, 23], - [-73, 104], - [-6, 82], - [28, 82], - [-47, 72], - [-59, 41], - [-49, 67], - [-71, 0], - [-35, 38], - [-61, 29], - [-82, -38], - [-146, 4], - [-49, -19], - [-41, -48], - [-30, -124], - [-19, -18], - [-58, 41], - [-56, 7], - [-113, 54], - [-28, -76], - [-150, -49] - ], - [ - [7703, 17977], - [-98, -16], - [-62, 39], - [-68, -12], - [-30, 20], - [0, 71], - [-27, 23], - [-54, -18], - [-56, 18], - [-37, -25], - [-59, 6], - [-24, 26], - [-78, -7] - ], - [ - [7110, 18102], - [22, 88], - [53, 71], - [-5, 93], - [18, 127], - [85, 47] - ], - [ - [7283, 18528], - [88, -34], - [284, 0], - [121, 19], - [33, 60], - [-33, 91], - [20, 72], - [76, 34], - [134, 174], - [100, 53], - [136, -27], - [65, 80], - [28, 76], - [-4, 94], - [-52, 95], - [-9, 125], - [28, 72], - [83, 71], - [65, 42], - [121, 0], - [115, -38], - [37, 19], - [2, 42], - [-65, 102], - [-46, 42], - [-62, 124], - [1, 158] - ], - [ - [8549, 20074], - [51, 8], - [103, -15], - [50, -20], - [127, -4], - [66, -31], - [84, 7], - [164, -10], - [65, 5], - [61, 63], - [82, -35], - [97, -22], - [87, 70], - [63, 0], - [58, -21], - [56, 13], - [13, -46], - [112, -18], - [42, -90], - [93, -64], - [-6, -67], - [38, -114], - [-6, -34], - [40, -94], - [0, -85], - [-118, -186], - [-67, -58], - [-70, -90], - [-30, -16], - [-60, -113], - [-53, -121] - ], - [ - [9691, 18886], - [-99, 10], - [-46, -43], - [-41, 0], - [-48, 48], - [-90, 0], - [-47, -53], - [2, -62], - [45, -81], - [-33, -72], - [-80, -2], - [-12, -92], - [28, -44], - [339, 74], - [53, -16] - ], - [ - [9691, 18886], - [-40, -139], - [7, -91], - [36, -11], - [-32, -92] - ], - [ - [8169, 16928], - [-100, 40], - [-34, 68], - [2, 38], - [39, 97], - [86, 98], - [-67, 23], - [-39, 83], - [-38, 26], - [-119, 30], - [-23, 19], - [-84, 120], - [-31, 94], - [0, 94], - [-53, 143], - [-5, 76] - ], - [ - [9120, 17612], - [-29, -94], - [-29, 42], - [-59, 8], - [-1, -63], - [49, 15], - [70, -5], - [-24, -63], - [-43, -16], - [-42, -57], - [5, -45], - [37, -29], - [-102, -156], - [-85, -28], - [-41, -60], - [-108, -71], - [-34, -85], - [-82, 32], - [-53, -3] - ], - [ - [8549, 16934], - [-34, 102], - [-123, 0], - [-60, -19], - [-140, -22], - [-23, -67] - ], - [ - [3166, 17487], - [24, -14], - [-23, -86], - [-45, -79], - [-101, -91], - [-41, -3], - [-66, -35], - [-59, 23], - [88, 101], - [29, 48], - [75, 55], - [20, 39], - [99, 42] - ], - [ - [4891, 17354], - [192, -24], - [36, -37], - [103, -23], - [54, 41], - [27, 45], - [73, 9], - [69, 39], - [89, -33], - [108, 19], - [49, -28], - [72, -4] - ], - [ - [5763, 17358], - [54, -5], - [57, 26], - [24, -47], - [-16, -50], - [48, -12], - [55, -96], - [-54, 11], - [-144, -68], - [47, -35], - [17, -40], - [-40, -71], - [54, -51] - ], - [ - [5865, 16920], - [-38, -29], - [-84, -17], - [-5, -42], - [-66, -28], - [-49, -47], - [-44, -118], - [85, -51], - [-5, -64], - [89, 26], - [103, -19], - [-33, -53], - [21, -50], - [-41, -84], - [7, -129], - [102, -284], - [19, -27] - ], - [ - [5926, 15904], - [1, -303], - [9, -48] - ], - [ - [5936, 15553], - [-114, 41], - [-51, 90], - [-123, 63], - [-74, 159], - [-7, -52], - [49, -112], - [60, -72], - [-102, -10], - [-48, 82], - [1, 57], - [-56, 47], - [18, -146], - [-21, -101], - [-36, -45], - [-24, -114], - [-31, -38], - [-13, -57], - [-99, 26], - [-42, 72], - [-46, 1], - [-124, 120], - [-27, -76], - [-47, -37], - [58, -185], - [-173, 68], - [-14, 71], - [-38, 33], - [5, 77], - [28, 81], - [-24, 21], - [8, 78], - [39, 39], - [35, 94], - [37, 58], - [72, 68], - [21, 82], - [75, 23], - [77, 47], - [57, 133], - [-64, -14], - [-1, -43], - [-46, -68], - [-84, -25], - [-64, -54], - [-29, -81], - [-39, -21], - [-21, -62], - [-56, 5], - [-3, -93], - [-66, -70], - [-68, 19], - [-33, -13], - [9, -120], - [24, -31], - [14, -132], - [62, -115], - [48, -56], - [44, -115], - [-21, -58], - [-33, 6], - [-64, -39], - [-79, -104], - [2, -46], - [-44, -147], - [1, -78], - [25, -37], - [-42, -30], - [-8, -84], - [-32, -126], - [-50, -139], - [-1, -65], - [49, -121], - [-69, -124], - [-59, -41], - [-117, 3], - [-54, -39], - [-69, -9], - [-50, 22], - [2, 97], - [-11, 31], - [9, 113], - [64, 76], - [50, 23], - [13, 92], - [-3, 114], - [13, 109], - [-17, 66], - [34, 25], - [23, 77], - [22, 127], - [-8, 45], - [49, 35], - [95, 178], - [26, 2], - [112, 99], - [-27, 29], - [-62, -80], - [-114, -68], - [2, 46], - [-70, 50], - [-15, 47], - [12, 83], - [52, 90], - [36, 86], - [-113, -76], - [-9, 79], - [30, 82], - [38, 41], - [66, 117], - [-26, 11], - [-80, -128], - [-60, 3], - [86, 163], - [97, 164], - [61, -13], - [20, 25], - [-58, 44], - [95, 182], - [-31, 8], - [-76, -86], - [-20, 36], - [48, 112], - [9, 68], - [-104, 68], - [-43, 74], - [16, 48], - [64, 30], - [85, 68], - [23, 94], - [72, 80], - [-13, 51], - [60, 40], - [43, -6], - [105, 20], - [85, -19], - [26, 18], - [58, -33], - [55, 8], - [72, 79], - [-19, 55], - [-45, -105], - [-75, -21], - [-36, 29], - [-31, -5], - [-118, 25], - [-56, -9], - [-15, 60], - [-77, 9], - [39, 71], - [49, 13], - [32, -41], - [100, 49], - [3, 54], - [-84, -68], - [-77, 65], - [83, 123], - [96, 112] - ], - [ - [3509, 16518], - [-20, 71], - [86, -28], - [252, 83], - [31, 56], - [-46, 17], - [-42, -46], - [-78, -26], - [-54, 2], - [-70, -21], - [-21, 38], - [13, 48], - [74, 61], - [44, 94], - [64, -8], - [83, 49], - [-19, 54], - [-147, -36], - [-37, -27], - [-80, 17], - [-40, -12], - [-43, 31], - [-57, 7], - [9, 43], - [76, -6], - [44, 15], - [46, -38], - [56, 40], - [-54, 23], - [-60, 49], - [-50, -17], - [-105, 26], - [-7, 54], - [32, 66], - [2, 60], - [136, 22], - [-6, 54], - [44, 28], - [46, -2], - [27, 29], - [131, -48], - [67, -117], - [38, -27], - [46, -143], - [234, -20], - [49, -68], - [68, -8], - [77, -94], - [30, -65], - [-72, -141], - [-71, -71], - [-132, -82], - [-82, 31], - [58, 51], - [-59, 28], - [-64, -82], - [-79, 4], - [-81, -76], - [-127, 8], - [-17, -28], - [-160, 7], - [-26, -63], - [-88, 14], - [-20, 32], - [-66, 11], - [19, 120], - [29, 38], - [68, -6], - [53, -53], - [48, -22] - ], - [ - [4469, 16897], - [18, 83], - [59, 32], - [89, 117], - [58, -4], - [-78, -86], - [-27, -48], - [-119, -94] - ], - [ - [2512, 16839], - [-98, 80], - [-1, 116], - [65, 34], - [89, -29], - [80, 64], - [39, -22], - [29, 32], - [69, -19], - [1, -32], - [-93, 0], - [-36, -39], - [-15, -54], - [-82, -8], - [-27, -45], - [11, -63], - [-31, -15] - ], - [ - [4511, 16760], - [63, 12], - [-18, -58], - [-39, -52], - [-54, 21], - [48, 77] - ], - [ - [3286, 16610], - [2, -37], - [-49, -76], - [-27, 64], - [74, 49] - ], - [ - [4363, 16263], - [-13, 43], - [24, 78], - [47, -60], - [-25, -97], - [-33, 36] - ], - [ - [4315, 16221], - [22, -24], - [-31, -78], - [-77, 1], - [27, 71], - [59, 30] - ], - [ - [4150, 15705], - [-73, -150], - [-1, -34], - [-73, -123], - [-52, -37], - [-41, -194], - [-149, 36], - [-23, 32], - [-25, 137], - [6, 51], - [74, 127], - [65, 31], - [31, -8], - [44, 36], - [-79, 43], - [0, 24], - [79, 127], - [125, 103], - [62, 29], - [37, 60], - [71, 39], - [40, 52], - [44, -31], - [6, -64], - [-63, -99], - [-74, -152], - [-31, -35] - ], - [ - [3576, 15971], - [19, 45], - [57, -13], - [-41, -96], - [-43, -44], - [17, -48], - [-31, -35], - [-90, 16], - [25, 67], - [4, 62], - [48, 51], - [35, -5] - ], - [ - [3522, 15778], - [-17, -58], - [-45, 48], - [62, 10] - ], - [ - [3137, 14854], - [-57, 56], - [48, 58], - [-15, 31], - [70, 119], - [-47, 52], - [41, 53], - [7, 102], - [93, 13], - [32, 44], - [49, -20], - [24, -45], - [37, 65], - [40, 18], - [105, 109], - [53, 24], - [61, 3], - [-16, -115], - [44, -115], - [-4, -81], - [29, -80], - [57, -54], - [-4, -67], - [27, -21], - [-14, -48], - [30, -70], - [-105, -94], - [-80, -52], - [-69, 18], - [-33, -31], - [-36, -73], - [-42, -36], - [-103, 26], - [12, 95], - [46, 63], - [55, 20], - [-32, 105], - [-33, 39], - [-51, 16], - [9, 56], - [105, 59], - [3, 47], - [-127, 6], - [-56, -141], - [-45, -64], - [-108, -90] - ], - [ - [4200, 14848], - [-13, 16], - [68, 91], - [3, -111], - [-58, 4] - ], - [ - [7177, 15885], - [-80, 93], - [-60, 3], - [-23, 56], - [32, 71], - [23, 92] - ], - [ - [7069, 16200], - [97, 60], - [53, -67], - [87, -7], - [12, 25], - [65, 3], - [74, -28], - [-1, -25], - [-119, -57], - [18, -70] - ], - [ - [7355, 16034], - [-1, -56], - [-124, -23], - [-53, -70] - ], - [ - [5276, 13104], - [76, 41], - [92, -25], - [53, 43], - [27, 57], - [103, 19], - [147, -6], - [104, 31], - [16, 59], - [-36, 23], - [-5, 88], - [54, 53], - [107, 54], - [74, -25], - [31, 16] - ], - [ - [6119, 13532], - [45, 46], - [9, -87], - [41, 29], - [2, 52], - [25, 22], - [12, 92], - [35, 61], - [6, 56], - [41, 32], - [36, 84], - [78, -9], - [19, 32], - [63, -8], - [79, -76], - [32, 41], - [0, 43], - [41, 78], - [-18, 63], - [6, 63], - [34, 49], - [100, 52], - [-8, 49], - [37, 18] - ], - [ - [6834, 14314], - [40, -17], - [115, 1], - [78, -22], - [83, -96], - [39, -98], - [51, -21], - [11, -109], - [87, -80], - [38, 8], - [14, 67], - [52, 28], - [6, 140], - [100, 67] - ], - [ - [7548, 14182], - [83, -14], - [49, 19], - [97, 0], - [42, 68], - [94, -24], - [17, -26], - [-62, -45], - [-30, -42], - [-9, -93], - [36, -20], - [115, 80], - [64, -58], - [50, 18], - [38, -12], - [9, -58], - [61, -58], - [33, -88], - [55, -12], - [77, 51], - [80, -26], - [28, -42], - [-38, -22], - [43, -42], - [7, -47], - [-30, -43], - [-7, -121], - [44, -48], - [13, -63] - ], - [ - [8213, 13087], - [-104, -24], - [-51, -30], - [-81, 30], - [-101, -26], - [-58, 28], - [-83, -17], - [-49, 15], - [-46, 42], - [-18, -41], - [-40, -23], - [-76, 0], - [-41, 29], - [-45, -96], - [36, -96], - [-50, -55], - [-64, -11], - [-98, 12], - [-83, -70], - [-50, 21], - [-17, -51], - [-78, 0], - [51, -56], - [-73, -54], - [-96, -42], - [-36, -38], - [-119, -4], - [-31, 30], - [25, 103], - [-34, 23], - [-26, -40], - [1, -101], - [-104, 10], - [-90, 118], - [-14, 78], - [-38, -48], - [-75, 23], - [-77, 41], - [-35, 49], - [-55, 12], - [-1, -84], - [15, -63], - [85, -38], - [18, -39], - [-27, -45], - [5, -57], - [-16, -69], - [23, -68], - [-20, -37], - [-64, -34], - [-55, 39], - [-54, 15], - [-60, 38], - [-36, 51], - [-33, 9], - [-26, 75], - [-139, 99], - [-51, 56], - [-71, 2], - [-37, 23], - [-31, 64], - [-62, 14], - [-32, -32], - [-97, -58], - [-33, -72], - [18, -17], - [56, -181], - [6, -64], - [60, -50], - [-23, -29], - [7, -80], - [-67, 8], - [-63, 65], - [-12, 58], - [37, 27], - [-68, 87], - [-11, 98], - [-62, 53], - [-140, 147], - [-11, 52], - [-59, 107], - [-3, 167], - [25, 61], - [91, 47], - [51, -58], - [15, -177], - [47, -50], - [61, 23], - [-9, 55], - [-61, 138] - ], - [ - [8549, 16934], - [-68, -36], - [-98, 6], - [-80, -38], - [-100, 13] - ], - [ - [8203, 16879], - [-34, 49] - ], - [ - [6119, 13532], - [34, 111], - [0, 209], - [-44, 74], - [-87, 73], - [-64, 109], - [11, 39], - [153, -28], - [7, 66], - [-34, 89], - [7, 31], - [69, 66], - [9, 89], - [-25, 70], - [-71, 31], - [-134, 89] - ], - [ - [5950, 14650], - [106, 78], - [14, 62], - [-49, 27], - [-113, 4], - [-11, 50], - [88, 97], - [60, 115] - ], - [ - [6045, 15083], - [17, -22], - [235, -103], - [93, -52], - [49, -12] - ], - [ - [6439, 14894], - [49, -116], - [56, -62], - [11, -47], - [-51, -69], - [15, -51], - [195, 4], - [51, 47], - [56, -4], - [46, -78], - [-4, -85], - [-29, -119] - ], - [ - [6624, 15718], - [7, -111], - [33, -17], - [75, 4], - [5, -86], - [-38, -41], - [-117, 4], - [-18, -47] - ], - [ - [6571, 15424], - [-77, -5], - [-82, 68], - [-38, -46], - [-84, 18] - ], - [ - [6290, 15459], - [-12, 17], - [-7, 165] - ], - [ - [6271, 15641], - [93, -48], - [40, 5], - [10, 75], - [-29, 74], - [132, 7], - [59, 16], - [48, -52] - ], - [ - [9223, 15563], - [-104, -129], - [52, -23], - [-38, -58], - [-157, -20], - [-92, -74], - [-67, 16], - [-20, 38], - [-121, -53], - [-66, 27], - [-59, -43] - ], - [ - [8551, 15244], - [-307, 231], - [-40, 41], - [-8, 53] - ], - [ - [8196, 15569], - [105, 26], - [26, 32], - [73, 7], - [57, 71], - [35, 101], - [25, 0], - [41, 62], - [62, 9], - [111, -23], - [12, 14], - [98, -29], - [53, -94], - [50, -35], - [34, 14], - [78, -26], - [22, -26], - [96, -46], - [51, -59], - [0, -1], - [-1, -1], - [0, 0], - [-1, -2] - ], - [ - [6455, 15171], - [-17, -113], - [39, -38], - [0, -114], - [-38, -12] - ], - [ - [6045, 15083], - [2, 9] - ], - [ - [6047, 15092], - [41, 34], - [70, 27], - [125, 84] - ], - [ - [6283, 15237], - [14, -65], - [81, 3], - [52, 22], - [25, -26] - ], - [ - [7703, 15233], - [2, 193], - [-61, 29], - [-21, 32], - [-1, 208] - ], - [ - [7622, 15695], - [90, -17], - [55, 30], - [45, -45], - [83, -13], - [144, 17], - [73, -73], - [59, -25] - ], - [ - [8171, 15569], - [-14, -147], - [-151, -21], - [-252, -183] - ], - [ - [7754, 15218], - [-51, 15] - ], - [ - [3201, 21190], - [98, -95], - [30, -132], - [-12, -59], - [-31, -42], - [-71, 36], - [-57, -34], - [29, -32], - [7, -61], - [-34, -73], - [-38, 8], - [-57, -57], - [-62, -19], - [-110, 19], - [-84, 126], - [7, 66], - [-29, 52], - [-40, -17], - [45, -119], - [70, -96], - [7, -112], - [-183, 35], - [85, -169], - [-79, -45], - [-88, -18], - [-35, -68], - [-100, -54], - [-37, -66], - [-133, 124], - [-48, 77], - [-44, 16], - [-25, 62], - [49, 5], - [39, -40], - [40, 8], - [95, 93], - [91, 29], - [-59, 31], - [55, 59], - [104, -26], - [8, 36], - [-141, 93], - [-63, 15], - [-46, -9], - [-93, 38], - [-8, 135], - [52, 5], - [-10, 102], - [-61, 20], - [-24, 116], - [-24, 65], - [59, 65], - [-17, 56], - [53, 23], - [24, 95], - [76, 8], - [34, -38], - [99, -35], - [-53, -30], - [99, -39], - [63, 62], - [115, -23], - [-10, 80], - [-39, 29], - [-56, 123], - [46, 58], - [64, -1], - [43, 57], - [105, 60], - [41, -7], - [69, 41], - [42, 2], - [40, 76], - [99, 65], - [85, 76], - [65, 27], - [33, 49], - [47, 5], - [43, 39], - [17, 54], - [57, -43], - [10, -43], - [49, -38], - [-13, -69], - [33, -41], - [-56, -109], - [-7, -58], - [29, -32], - [-24, -61], - [-36, -23], - [-20, -60], - [-56, -20], - [5, -44], - [-61, -1], - [8, -62], - [-41, -18], - [77, -79], - [80, 43], - [53, 64], - [96, 33], - [-44, -134], - [-60, -53], - [-73, -23], - [-44, 63], - [-32, 3], - [-46, -50], - [-74, 35], - [32, -121], - [-5, -56], - [-108, -8] - ], - [ - [2546, 21562], - [48, -14], - [50, -69], - [50, -40], - [-24, -45], - [-95, 1], - [-11, 78], - [-27, 38], - [9, 51] - ], - [ - [2186, 20959], - [32, -18], - [12, -70], - [-77, 10], - [-27, 56], - [60, 22] - ], - [ - [2377, 20660], - [22, -50], - [-37, -58], - [-56, 12], - [28, 87], - [43, 9] - ], - [ - [2821, 20533], - [75, -6], - [-29, -55], - [-46, 61] - ], - [ - [0, 20418], - [71, -20], - [-47, -41], - [-24, 61] - ], - [ - [2062, 20307], - [11, -51], - [-57, -14], - [-21, 51], - [67, 14] - ], - [ - [2140, 20188], - [19, -53], - [-72, -43], - [-29, 25], - [28, 57], - [54, 14] - ], - [ - [1807, 19918], - [22, 65], - [34, 11], - [87, -27], - [136, 113], - [54, -36], - [-2, -74], - [37, -16], - [66, 8], - [45, -29], - [-59, -84], - [-73, 50], - [-3, -98], - [80, 12], - [-45, -144], - [-47, -76], - [-128, -4], - [-23, 14], - [-85, -8], - [-2, 47], - [-44, 65], - [-67, 33], - [-33, 41], - [-59, -45], - [-31, 8], - [-55, 92], - [53, 155], - [95, -24], - [47, -49] - ], - [ - [1780, 19694], - [52, 5], - [49, -51], - [-27, -59], - [-74, 105] - ], - [ - [2078, 19531], - [-66, -14], - [-44, 45], - [33, 26], - [61, -13], - [16, -44] - ], - [ - [2077, 19580], - [49, -1], - [21, -51], - [-25, -34], - [-47, 48], - [2, 38] - ], - [ - [2056, 19464], - [20, -112], - [-48, -51], - [-94, 6], - [-73, 53], - [-63, 21], - [-27, 115], - [48, 11], - [18, 43], - [118, -16], - [30, -50], - [38, 26], - [33, -46] - ], - [ - [1985, 18547], - [-156, 1], - [-59, 117], - [-18, 114], - [3, 61], - [-26, 58], - [23, 39], - [3, 83], - [38, 41], - [-4, 118], - [-17, 103], - [21, 32], - [86, 8], - [34, -38], - [62, -17], - [20, -61], - [49, -27], - [-14, -59], - [24, -55], - [44, -14], - [-19, -48], - [-72, -52], - [-18, -166], - [28, -85], - [-47, -50], - [47, -17], - [50, -60], - [-82, -26] - ], - [ - [1969, 18520], - [9, -38], - [-53, -52], - [-4, 72], - [48, 18] - ], - [ - [1624, 18271], - [7, 24], - [78, 54], - [104, -54], - [9, -38], - [-67, -48], - [-19, -62], - [-138, -3], - [-40, 11], - [4, 54], - [57, 20], - [5, 42] - ], - [ - [1542, 18153], - [52, -9], - [34, -63], - [-63, -35], - [-45, 60], - [22, 47] - ], - [ - [1465, 17848], - [-2, -77], - [-49, -17], - [-7, 73], - [58, 21] - ], - [ - [7529, 15703], - [-39, -34], - [-88, 12], - [-101, -126], - [-77, -27], - [-81, -76], - [-51, -18] - ], - [ - [7092, 15434], - [-9, 28], - [-117, 70], - [43, 58], - [-85, 4], - [-22, 69], - [-55, 3], - [3, 54], - [-57, 15] - ], - [ - [6793, 15735], - [34, 28], - [98, 37], - [144, 16], - [83, 21], - [58, -3] - ], - [ - [7210, 15834], - [2, -46], - [84, -43], - [136, 7], - [97, -49] - ], - [ - [7355, 16034], - [68, 17], - [50, 46], - [32, -28], - [84, 6], - [126, -18], - [40, 64], - [53, 14], - [39, 46], - [54, 29], - [-5, 59], - [-36, 36], - [-88, 9], - [-21, 72], - [41, 45], - [52, -1], - [13, 55], - [47, -4], - [25, 31], - [-30, 97] - ], - [ - [7899, 16609], - [101, 37], - [114, 68], - [38, 8], - [76, 55], - [70, 10], - [68, 42], - [14, 27], - [78, 15], - [38, -33], - [70, 14], - [11, -26], - [-14, -120], - [-18, -29], - [-82, -39], - [65, -24], - [86, -52], - [134, -16], - [47, -23], - [36, -56], - [69, -46], - [-154, -146], - [-135, -55], - [-47, -38], - [-48, -7], - [-73, 63], - [-91, 7], - [-44, -29], - [-48, -63], - [-41, -17], - [-57, -74], - [-89, -51], - [-43, -147], - [-59, 5], - [-26, -25], - [-51, 13], - [-106, -52], - [-27, -34], - [-47, -9], - [-2, -39], - [-186, 85], - [-47, -2], - [-43, 48], - [-130, -30], - [-100, 44] - ], - [ - [7206, 15868], - [-29, 17] - ], - [ - [6283, 15237], - [1, 116] - ], - [ - [6284, 15353], - [6, 106] - ], - [ - [6571, 15424], - [62, -60], - [59, 0], - [14, -33], - [-21, -73] - ], - [ - [6685, 15258], - [-137, 9], - [-29, -27], - [11, -65], - [-19, -27], - [-56, 23] - ], - [ - [7162, 19910], - [48, -119], - [29, -20], - [-4, -116], - [36, -26], - [12, -76], - [-8, -121], - [-51, -60], - [26, -38], - [52, 59], - [83, 9], - [47, 38], - [119, 22], - [88, -81], - [60, -12], - [20, -103], - [-50, -61], - [-40, -73], - [-41, -32], - [-15, -47], - [56, -34], - [-15, -125], - [52, -37], - [-11, -53], - [-37, -63], - [-33, 2], - [-83, -38], - [-37, -48], - [-86, -72], - [-40, -4], - [-56, -53] - ], - [ - [7110, 18102], - [-30, 10], - [-90, -24], - [-93, 59], - [-28, -48], - [-24, -86], - [-84, 18], - [-98, -19], - [-96, 34], - [-56, -40], - [2, -61], - [-77, -42], - [-74, -21], - [-44, -53], - [-50, 6], - [-39, -35], - [-64, -89], - [-56, 19], - [-59, 46], - [-55, -103], - [-39, -23], - [7, -71], - [-36, -48], - [17, -42], - [-87, -43], - [-85, -14], - [-9, -74] - ], - [ - [4891, 17354], - [-31, 22], - [61, 56], - [43, -1], - [95, 76], - [-92, 16], - [122, 194], - [93, 112], - [-105, 72], - [-135, 3], - [14, -28], - [112, 10], - [84, -53], - [-142, -158], - [-52, -70], - [7, -50], - [-79, -15], - [-74, -71], - [-5, -27], - [-74, -82], - [-41, -1], - [-54, -71], - [-33, -20], - [-98, -160], - [-80, -65], - [-96, -50], - [-25, 30], - [-84, 16], - [-29, 37], - [-138, 30], - [-93, 51], - [-48, 50], - [-27, 71], - [-33, 22], - [-9, 69], - [137, 44], - [113, -6], - [107, 88], - [65, 7], - [6, 32], - [-78, -4], - [-101, -92], - [-130, 7], - [-14, 30], - [-65, -36], - [-74, 18], - [-30, 33], - [-98, 8], - [-36, -35], - [-67, 12], - [-61, 76], - [59, 99], - [101, 27], - [82, -12], - [98, 27], - [57, 34], - [80, -87], - [25, 30], - [1, 59], - [76, -19], - [61, 44], - [-106, 42], - [10, 48], - [109, 19], - [44, 52], - [-44, 23], - [59, 47], - [-78, 17], - [-109, -28], - [-72, 1], - [-4, 29], - [65, 20], - [-5, 60], - [44, 45], - [15, 129], - [20, 48], - [34, 14], - [118, 10], - [28, -71], - [55, -35], - [68, -6], - [140, 48], - [-3, 22], - [-124, -50], - [-60, 26], - [-33, 43], - [-16, 77], - [-96, -19], - [-47, 42], - [-17, 46], - [59, 63], - [40, 21], - [12, 51], - [65, 3], - [50, 22], - [78, -22], - [85, -83], - [27, 33], - [-53, 30], - [-11, 53], - [-74, 33], - [-75, -7], - [-42, 36], - [21, 75], - [47, 30], - [27, 48], - [-46, 48], - [29, 43], - [169, 47], - [-207, 31], - [-96, -5], - [18, 101], - [46, 26], - [-3, 34], - [106, -7], - [52, 40], - [67, -3], - [107, 93], - [31, 64], - [-34, 13], - [-108, -131], - [-93, -34], - [-54, 29], - [33, 90], - [-117, -65], - [-46, -50], - [-94, -26], - [-50, 39], - [-10, 77], - [26, 26], - [-23, 102], - [-41, 2], - [-25, 70], - [0, 83], - [25, 66], - [0, 57], - [24, 78], - [41, 16], - [99, -106], - [66, 10], - [-3, -40], - [42, -24], - [94, 31], - [129, -14], - [-29, 60], - [-173, -14], - [-41, 16], - [-1, 59], - [-65, 23], - [-11, 60], - [-53, 60], - [-69, 41], - [49, 92], - [-5, 34], - [44, 25], - [73, 1], - [20, 59], - [-95, 3], - [-70, 39], - [11, 127], - [-18, 54], - [9, 118], - [42, -8], - [132, 26], - [9, -88], - [32, -23], - [-5, -72], - [61, -77], - [58, 117], - [4, 60], - [-85, 66], - [4, 131], - [59, 26], - [68, -37], - [0, -68], - [20, -40], - [125, -40], - [-2, 45], - [45, 101], - [107, -55], - [39, -56], - [94, -31], - [21, 35], - [-100, 36], - [-38, 66], - [-81, 18], - [-16, 35], - [72, 30], - [39, -63], - [62, -10], - [71, 18], - [135, -110], - [33, -1], - [63, -120], - [28, -1], - [-50, 108], - [-50, 25], - [-28, 44], - [-92, 62], - [34, 87], - [-74, 20], - [-9, 23], - [-99, 25], - [8, 25], - [-88, 105], - [-82, 19], - [0, 51], - [-50, 27], - [32, 95], - [53, -20], - [53, -69], - [59, -4], - [55, 23], - [13, 63], - [-9, 60], - [-38, 75], - [-4, 43], - [-71, 86], - [-1, 31], - [-64, 45], - [14, 54], - [78, -10], - [55, -59], - [100, 70], - [123, -4], - [30, 61], - [-5, 84], - [-46, 27], - [-27, 83], - [48, 68], - [5, 67], - [58, -18], - [-7, 82], - [51, 54], - [44, 5], - [-110, 91], - [18, 88], - [32, 41], - [61, 7], - [59, 135], - [9, 89], - [88, -42], - [116, -7], - [66, -32], - [41, -49], - [85, 4], - [52, -60], - [70, -8], - [7, -50], - [-91, -96], - [4, -79], - [50, 48], - [47, 94], - [72, 35], - [-7, 96], - [84, 28], - [159, -68], - [38, -81], - [-56, -59], - [-40, -148], - [73, 94], - [9, 39], - [93, 108], - [80, 17], - [128, -29], - [1, 48], - [70, -15], - [26, 53], - [99, -17], - [48, 32], - [8, 44], - [44, 13], - [14, -73], - [77, 22], - [48, -38], - [43, 23], - [48, -11], - [125, 28], - [184, 126], - [14, -21], - [155, 18], - [-17, -49], - [47, -15], - [44, 31], - [83, -9], - [96, -28], - [27, 39], - [-101, 75], - [11, 55], - [43, 28], - [50, -63], - [71, -5], - [38, 23], - [102, 3], - [56, -44], - [88, 20], - [117, -6], - [-17, -87], - [-47, -121], - [-80, -85], - [-17, -52], - [9, -63], - [30, -31], - [83, 15], - [-2, -87], - [-69, -128], - [-12, -66], - [-53, -39], - [-114, -130], - [-78, -19], - [-168, -80], - [-123, -154], - [-55, -91], - [-246, -182], - [-103, -86], - [-61, -10], - [-71, -63], - [-18, -83], - [-68, -52], - [-65, -11], - [-72, -36], - [-35, -95], - [23, -77], - [-32, -31], - [-7, -69], - [-106, 0], - [-27, -27], - [-98, 18], - [-41, 28], - [-103, -4], - [-43, -40], - [161, 23], - [76, -89], - [63, 10], - [78, -40], - [117, 75], - [69, -20], - [42, -43], - [44, 9], - [47, 40], - [24, 52], - [49, -30], - [-105, -155], - [-99, -98], - [3, -18], - [-90, -131], - [-88, 16], - [38, 94], - [-92, -10], - [-50, -34], - [-76, -78], - [-74, 10], - [-83, -36], - [-54, -7], - [3, -43], - [-169, -135], - [57, -23], - [72, 85], - [119, 93], - [45, 19], - [77, 2], - [-5, -31], - [115, 4], - [79, 52], - [63, -22], - [-50, -46], - [-113, -136], - [-16, -71], - [-83, -30], - [-7, -36], - [-88, -133], - [-115, 4], - [-84, 26], - [-69, -26], - [59, -58], - [117, 5], - [115, 39], - [51, -31], - [104, 81], - [25, 60], - [63, 33], - [23, 39], - [-32, 57], - [73, 29], - [114, -39], - [101, 14], - [97, 47], - [56, 57] - ], - [ - [4016, 18901], - [56, 39], - [70, 9], - [39, 30], - [62, 12], - [134, -55], - [-28, -45], - [-3, -69], - [-62, -60], - [-113, -48], - [6, -61], - [-67, -94], - [-34, 9], - [-31, -66], - [-74, -110], - [-92, -38], - [-58, -9], - [-20, 72], - [40, 93], - [34, 43], - [-12, 57], - [77, 51], - [37, 47], - [-23, 26], - [-73, -22], - [-41, 100], - [-106, -204], - [-46, 26], - [15, 78], - [-42, 45], - [-81, -29], - [-34, 11], - [-152, -45], - [43, 77], - [-102, -6], - [-76, 114], - [-68, 77], - [-46, 131], - [52, 23], - [1, 68], - [-53, 49], - [15, 27], - [-80, 55], - [-44, -35], - [-12, -126], - [-26, -10], - [-57, 42], - [-80, 21], - [-72, 45], - [-30, 108], - [-67, 40], - [5, 61], - [31, 11], - [24, 106], - [50, 34], - [74, -135], - [77, -38], - [-40, 145], - [115, 15], - [-121, 113], - [11, 144], - [80, -52], - [20, -94], - [95, -45], - [52, -66], - [90, 39], - [58, -17], - [-46, 122], - [6, 126], - [-47, 71], - [107, 79], - [-1, 67], - [81, 28], - [5, -38], - [54, -32], - [36, -108], - [66, -15], - [77, -133], - [-4, -225], - [9, -60], - [-14, -109], - [-47, -43], - [78, -45], - [-20, -73], - [54, -104], - [-6, -29], - [86, -12], - [9, -47], - [61, -49], - [141, -50], - [18, -35] - ], - [ - [3885, 19608], - [-27, 44], - [27, 39], - [-14, 63], - [48, 28], - [-2, -77], - [-32, -97] - ], - [ - [3881, 19532], - [-28, -84], - [-34, -26], - [11, -137], - [36, -86], - [-40, -59], - [-71, 2], - [-20, 58], - [10, 56], - [-15, 113], - [44, 104], - [65, 7], - [-34, 68], - [76, -16] - ], - [ - [3858, 19121], - [75, -18], - [36, -30], - [-2, -64], - [-92, -13], - [-54, 71], - [37, 54] - ], - [ - [3555, 18710], - [33, -38], - [-32, -41], - [-44, -15], - [-34, 53], - [77, 41] - ], - [ - [3137, 18406], - [-41, -7], - [-54, 29], - [65, 39], - [30, -61] - ], - [ - [3243, 18356], - [26, 36], - [90, 44], - [122, -68], - [20, -66], - [-28, -121], - [-56, -57], - [-48, -9], - [-60, 45], - [-34, 56], - [-88, 71], - [56, 69] - ], - [ - [3551, 18028], - [67, 30], - [13, 73], - [57, -32], - [-3, -109], - [-29, -36], - [-43, -2], - [-67, 43], - [5, 33] - ], - [ - [4039, 17795], - [65, -35], - [-38, -30], - [-44, 22], - [17, 43] - ], - [ - [5700, 15336], - [-36, 32], - [-112, 3], - [-59, -16] - ], - [ - [5493, 15355], - [-12, 67], - [28, 34], - [0, 97], - [129, 57], - [180, -79], - [44, -3] - ], - [ - [5862, 15528], - [76, -130], - [3, -79], - [-30, -22], - [-175, 17], - [-36, 22] - ], - [ - [8171, 15569], - [25, 0] - ], - [ - [8551, 15244], - [-51, -22], - [-46, -65], - [-68, -5], - [-15, 75], - [-193, -164], - [-33, -40], - [3, -45], - [-40, -17], - [-36, 26], - [3, 43], - [-61, 162], - [-67, -65], - [-59, -6], - [-41, 51], - [-58, 1], - [-35, 45] - ], - [ - [7162, 19910], - [80, 33], - [5, 36], - [121, 15], - [106, -6], - [74, 37], - [24, 70], - [202, 56], - [98, -21], - [159, -74], - [190, -57], - [39, -4], - [133, 67], - [8, 20], - [108, 21], - [40, -29] - ], - [ - [5163, 15113], - [-39, 97], - [3, 70], - [-78, 79], - [-41, 96], - [50, 58], - [37, -10], - [76, -79], - [44, -24], - [27, -58], - [5, -54], - [52, 11], - [2, -88], - [30, -93], - [-16, -70], - [13, -42], - [-44, -19], - [-31, 29], - [-13, 73], - [-77, 24] - ], - [ - [5700, 15336], - [53, -117], - [119, -117], - [175, -10] - ], - [ - [5950, 14650], - [-111, -76] - ], - [ - [5839, 14574], - [-10, 61], - [-45, 53], - [-64, 44], - [-96, 44], - [-94, 118], - [-58, 34], - [2, 59], - [28, 20], - [41, 52], - [-5, 81], - [-42, 96], - [-3, 119] - ], - [ - [5476, 15170], - [6, -101], - [-77, -9], - [30, 87], - [41, 23] - ], - [ - [4817, 14427], - [-9, 54], - [19, 50], - [-8, 62], - [-73, 115], - [25, 111], - [24, 58], - [49, 22], - [18, 45], - [87, 42], - [82, -45], - [65, -65], - [34, -94], - [8, -108], - [-26, -58], - [61, -15], - [39, -52], - [-42, -25], - [-22, -46], - [69, -40], - [-21, -64], - [20, -49], - [-39, -64], - [-76, 3], - [-24, -19], - [-114, 11], - [-96, 68], - [-20, 66], - [-30, 37] - ], - [ - [6624, 15718], - [65, 52], - [94, 0], - [10, -35] - ], - [ - [7092, 15434], - [23, -61], - [96, 30], - [26, -34], - [-51, -31], - [40, -118], - [-23, -74] - ], - [ - [7203, 15146], - [-70, -53], - [-149, -78], - [-23, 4], - [-125, 107], - [-123, 94], - [-28, 38] - ], - [ - [9202, 24452], - [-42, -39], - [-2, -59], - [-61, 13], - [24, 66], - [81, 19] - ], - [ - [8310, 24271], - [124, -50], - [27, -43], - [9, -79], - [-67, 55], - [-110, -33], - [-37, 53], - [-2, 43], - [-49, 38], - [105, 16] - ], - [ - [9003, 24098], - [-27, -49], - [-118, 5], - [-110, -91], - [-13, 48], - [187, 143], - [56, -28], - [67, 62], - [105, 55], - [-13, -94], - [-73, 8], - [-61, -59] - ], - [ - [8648, 23935], - [-4, -74], - [-21, -50], - [-83, 75], - [12, 38], - [59, 5], - [-17, 61], - [6, 70], - [80, -44], - [-32, -81] - ], - [ - [8213, 23774], - [-40, 19], - [-57, 63], - [-3, 35], - [48, 58], - [54, -7], - [13, -40], - [128, 0], - [-35, -51], - [20, -63], - [-63, -22], - [-65, 8] - ], - [ - [8389, 23881], - [32, -17], - [-11, -86], - [-31, 13], - [10, 90] - ], - [ - [8952, 23698], - [12, -46], - [-56, -18], - [-81, 81], - [-18, -84], - [-63, 31], - [54, 68], - [45, 30], - [-65, 66], - [106, -24], - [-22, -36], - [63, -17], - [25, -51] - ], - [ - [8155, 23439], - [50, -7], - [28, 34], - [130, -52], - [25, 66], - [37, -39], - [-18, -44], - [13, -56], - [146, 59], - [7, -95], - [147, 65], - [-6, -126], - [-102, -21], - [-78, -116], - [-20, 45], - [-55, 29], - [-35, -73], - [46, -70], - [-20, -54], - [-60, -82], - [-11, -57], - [42, -38], - [-21, -56], - [-36, -1], - [-58, 39], - [4, 85], - [-57, 69], - [21, 46], - [68, 29], - [-1, 29], - [56, 78], - [-13, 63], - [-59, 96], - [-51, 12], - [-114, -43], - [-41, 8], - [-32, -38], - [-82, 4], - [-47, 19], - [-22, 42], - [-4, 114], - [-87, -94], - [-40, 8], - [-54, 78], - [-8, 38], - [27, 166], - [2, 98], - [55, 102], - [104, 35], - [73, -10], - [149, -78], - [61, -18], - [-2, -40], - [73, -84], - [-90, -87], - [-54, -36], - [14, -41] - ], - [ - [8579, 23665], - [4, -45], - [-53, -117], - [-96, 27], - [-53, -11], - [48, 102], - [71, -36], - [26, 59], - [53, 21] - ], - [ - [7932, 22884], - [43, 41], - [108, 5], - [-4, -50], - [-149, -25], - [-75, 6], - [-116, 156], - [-26, 87], - [-67, 2], - [16, 84], - [39, 53], - [95, 16], - [21, -54], - [48, -8], - [106, -71], - [20, -60], - [-3, -128], - [-65, -13], - [9, -41] - ], - [ - [8183, 23051], - [-48, -38], - [37, -51], - [-90, 2], - [-14, 31], - [41, 41], - [74, 15] - ], - [ - [7069, 16200], - [-27, 67], - [-52, -12], - [-43, 52], - [-82, 43], - [-50, 48], - [-152, 24], - [-31, 39], - [-74, 17], - [-72, 74], - [-14, 69], - [7, 63], - [55, 29], - [0, 170], - [57, -12], - [78, 40], - [-39, 88], - [-34, 25], - [-46, -7], - [-86, -46], - [-75, -26], - [-56, 134], - [-43, 19], - [-57, -38], - [-136, -39], - [-57, 9], - [-13, -34], - [-104, -23], - [-58, -53] - ], - [ - [8203, 16879], - [-36, -13], - [-76, -66], - [-64, -82], - [-128, -109] - ], - [ - [5862, 15528], - [91, -20], - [92, 15] - ], - [ - [6045, 15523], - [42, -10], - [197, -160] - ], - [ - [7548, 14182], - [-51, 73], - [33, 139], - [40, 59], - [-3, 117], - [-59, 103], - [72, 31], - [14, 35], - [-16, 59], - [126, 152], - [-61, 27], - [1, 41], - [-34, 92] - ], - [ - [7610, 15110], - [35, 71], - [58, 52] - ], - [ - [9223, 15563], - [62, -35], - [100, -18], - [77, 11], - [44, -31], - [56, -2], - [4, -61], - [90, -61], - [9, -67], - [53, -100] - ], - [ - [11467, 27760], - [-160, -7], - [-117, -194], - [53, -43], - [-59, -236], - [-163, -16], - [-37, 43], - [-24, 98], - [-4, 113], - [-16, 56], - [20, 77], - [73, 66], - [17, 174], - [79, 18], - [92, -16], - [56, -58], - [21, 41], - [-8, 53], - [29, 29], - [9, 65], - [-17, 51], - [58, 55], - [28, 63], - [163, -31], - [6, -129], - [-52, -25], - [45, -76], - [-76, -34], - [-38, -62], - [46, -54], - [-24, -21] - ], - [ - [10495, 26437], - [-87, 82], - [-48, -2], - [-96, 86], - [-51, 28], - [20, 105], - [-2, 61], - [92, 16], - [55, -16], - [105, 43], - [68, 87], - [-4, 68], - [89, 53], - [-69, 40], - [2, 85], - [-85, 44], - [-44, 42], - [-105, -16], - [-34, 32], - [102, 75], - [7, 74], - [51, 28], - [50, -21], - [88, 76], - [13, 112], - [65, -33], - [55, 0], - [0, 43], - [64, -6], - [-19, -213], - [-39, -12], - [22, -92], - [92, -53], - [49, 43], - [83, -96], - [3, -81], - [64, -26], - [84, 74], - [33, -25], - [-113, -109], - [69, -34], - [5, -57], - [-65, -38], - [-9, -48], - [59, -18], - [-84, -90], - [47, -21], - [-46, -45], - [-13, -47], - [-42, 2], - [-19, -59], - [51, -38], - [12, -48], - [-23, -49], - [20, -86], - [-88, -81], - [1, -90], - [39, -61], - [-71, -32], - [10, -52], - [34, -38], - [-26, -51], - [-42, 22], - [-32, -131], - [-1, -62], - [-34, -102], - [-40, 75], - [-95, -22], - [16, 72], - [60, 128], - [-25, 34], - [3, 62], - [39, 18], - [-57, 115], - [6, 50], - [76, 124], - [9, 63], - [-58, 33], - [13, 54], - [-28, 48], - [-83, -10], - [5, -42], - [-70, -60], - [-83, 16] - ], - [ - [11437, 27647], - [54, -14], - [19, -57], - [64, 20], - [6, -46], - [-51, -60], - [-39, 28], - [-84, -55], - [-36, 28], - [-59, 126], - [15, 28], - [71, -21], - [40, 23] - ], - [ - [11369, 26990], - [-111, -129], - [-88, 28], - [-20, 85], - [114, -5], - [23, 30], - [82, -9] - ], - [ - [10167, 26905], - [85, -6], - [15, -47], - [-58, -23], - [-39, 23], - [-3, 53] - ], - [ - [11132, 26474], - [43, -64], - [55, -6], - [-18, -48], - [-47, 28], - [-30, -98], - [-73, 34], - [11, 80], - [-55, 58], - [22, 31], - [92, -15] - ], - [ - [9656, 26417], - [39, -14], - [-10, -94], - [-91, 53], - [19, 47], - [43, 8] - ], - [ - [10306, 24869], - [31, -58], - [-61, 5], - [30, 53] - ], - [ - [5276, 13104], - [-26, 54], - [4, 96], - [80, 160], - [8, 82], - [91, 76], - [32, 68], - [73, 70], - [0, 67], - [32, 62], - [3, 89], - [-13, 34], - [104, 90], - [6, 106], - [37, 54], - [49, 33], - [83, 14], - [23, 83], - [33, 51], - [-5, 44], - [-52, 81], - [1, 56] - ], - [ - [7203, 15146], - [67, 30], - [114, 22], - [68, -42], - [62, -5], - [96, -41] - ], - [ - [6271, 15641], - [-65, 0], - [-34, 59], - [-39, 11], - [-18, 66], - [60, 33], - [-25, 33], - [-79, 22], - [-31, 25], - [-114, 14] - ], - [ - [7206, 15868], - [4, -34] - ], - [ - [6045, 15523], - [-108, 28], - [-1, 2] - ], - [ - [7529, 15703], - [93, -8] - ], - [ - [6471, 8439], - [-110, -92], - [-79, -42], - [-72, 34], - [-16, 45], - [-39, -11], - [-34, 64], - [-61, 13], - [8, 65], - [-78, 96], - [-4, 37], - [-38, 51], - [39, 38], - [-36, 91], - [34, 79], - [-25, 103], - [101, 13], - [31, 28], - [47, -10], - [38, 35], - [89, -13], - [126, -34], - [19, -41], - [-14, -48], - [22, -43], - [34, -2], - [53, -167], - [92, 26], - [35, 37], - [110, -38], - [-37, -35], - [-26, -73], - [-181, -137], - [-28, -69] - ], - [ - [8097, 4860], - [26, -75], - [6, -159], - [-12, -8] - ], - [ - [8117, 4618], - [-82, 64], - [-92, 33], - [-37, 82], - [-46, 60] - ], - [ - [7860, 4857], - [21, 55], - [100, -16], - [74, 6] - ], - [ - [8055, 4902], - [42, -42] - ], - [ - [7585, 4127], - [-71, -43], - [8, -113], - [-12, -36], - [-77, -42] - ], - [ - [7433, 3893], - [-29, 55], - [-94, 98], - [-85, -3], - [-39, 60], - [-26, 87] - ], - [ - [7160, 4190], - [106, -23], - [75, 43], - [-17, 71], - [-46, 45], - [23, 45], - [20, 90], - [96, -14], - [58, 19] - ], - [ - [7475, 4466], - [87, -64], - [42, -70], - [-19, -205] - ], - [ - [7950, 4217], - [-43, 87], - [-66, 179] - ], - [ - [7841, 4483], - [36, 27], - [3, 46], - [-32, 84], - [-55, 208] - ], - [ - [7793, 4848], - [67, 9] - ], - [ - [8117, 4618], - [65, -52], - [-8, -131], - [65, -62] - ], - [ - [8239, 4373], - [-114, -48], - [38, -63], - [-28, -50] - ], - [ - [8135, 4212], - [-80, 25], - [-105, -20] - ], - [ - [8021, 3994], - [-31, 23], - [-89, 4], - [-45, 80] - ], - [ - [7856, 4101], - [23, 41], - [71, 75] - ], - [ - [8135, 4212], - [52, -44], - [-12, -62] - ], - [ - [8175, 4106], - [-66, -30], - [-53, -101], - [-35, 19] - ], - [ - [6908, 4777], - [-66, 11], - [-66, -58], - [-28, -108], - [-43, -73] - ], - [ - [6705, 4549], - [-19, -31], - [-84, -13], - [-31, 10], - [-26, 45], - [-56, 18], - [-139, -31], - [-49, 49], - [-47, 82], - [8, 116], - [-56, -32], - [-65, -58], - [-157, 20], - [-29, -22], - [-89, 2] - ], - [ - [5866, 4704], - [-2, 185], - [-34, 51], - [-90, -14], - [-63, 11], - [12, 37], - [51, 18], - [-23, 60], - [11, 38], - [58, 64], - [92, 5], - [49, 23], - [118, 75], - [34, 53], - [-43, 64], - [-26, 80], - [-25, 33] - ], - [ - [5985, 5487], - [91, -1], - [129, -24], - [257, 10], - [48, 23], - [61, 75], - [62, 51], - [88, 42], - [35, -18], - [69, -5], - [81, 65], - [101, 5], - [153, -47], - [32, 40] - ], - [ - [7192, 5703], - [51, -18], - [-6, -72], - [64, -29], - [35, -114], - [-44, -48], - [-33, -61], - [13, -105], - [-34, -41], - [-10, -75], - [8, -55], - [-15, -41], - [-46, -48], - [-21, -76], - [-49, -84] - ], - [ - [7105, 4836], - [-29, 38], - [-70, 0], - [-16, -64], - [-27, -30], - [-55, -3] - ], - [ - [6917, 6816], - [88, 7], - [42, -19], - [15, -41], - [-7, -74], - [31, -58], - [68, 13], - [32, 38], - [30, -6], - [-18, -82], - [-31, -22], - [-4, -54], - [60, -45], - [38, -97], - [35, -50], - [12, -61], - [-61, -12], - [-40, -41], - [44, -116], - [-50, -41], - [-12, -143], - [-14, -62], - [17, -147] - ], - [ - [5985, 5487], - [-94, 33], - [-29, 34], - [-81, 12], - [2, 94] - ], - [ - [5783, 5660], - [11, 64], - [72, 23], - [179, -7], - [73, 78], - [53, 27], - [81, 101], - [75, -8], - [98, 91], - [75, 41], - [105, 159], - [61, 174], - [23, 134], - [43, 92], - [-11, 119], - [60, -2], - [75, 49], - [52, 19] - ], - [ - [6908, 6814], - [9, 2] - ], - [ - [7529, 8785], - [-9, -173], - [61, -96], - [4, -110], - [-34, -66], - [-130, -146], - [101, -20], - [59, -60], - [14, -60], - [10, -147] - ], - [ - [7605, 7907], - [-48, -30], - [-36, 12], - [-72, -11], - [-39, 43], - [-11, 65], - [-101, -47], - [-74, -64], - [-71, -37], - [-30, -33], - [-50, 20], - [-57, 50], - [-51, 116], - [-74, -33], - [-52, 0], - [17, 89], - [-11, 77], - [-46, 73], - [4, 56], - [80, 120], - [34, 113], - [-109, 124] - ], - [ - [6808, 8610], - [94, 49], - [83, 56], - [64, 17], - [-19, 70], - [106, 14], - [59, -63], - [49, -28], - [142, -9], - [143, 69] - ], - [ - [8105, 8139], - [-14, -19], - [-13, -159], - [68, -86], - [-156, -67], - [-163, -13], - [-92, -113], - [-26, -56] - ], - [ - [7709, 7626], - [-67, -28], - [-50, 14] - ], - [ - [7592, 7612], - [3, 82], - [23, 24], - [-36, 78], - [63, 65], - [12, 39], - [-52, 7] - ], - [ - [7529, 8785], - [158, 71], - [66, 16] - ], - [ - [7753, 8872], - [-21, -47], - [-10, -90], - [61, -63], - [-10, -70], - [10, -70], - [63, -109], - [68, -63], - [90, -10], - [68, -153], - [33, -58] - ], - [ - [8350, 8341], - [-52, -15], - [-165, -149], - [-28, -38] - ], - [ - [7753, 8872], - [71, 10], - [14, -51], - [153, -106], - [117, -117], - [42, 22] - ], - [ - [5905, 8754], - [86, -147], - [-51, -23], - [-32, 13], - [-41, 103], - [-63, -5], - [-24, 61], - [67, 45], - [58, -47] - ], - [ - [7592, 7612], - [-31, -70], - [-53, -4], - [-75, -36], - [-29, -90], - [25, -54], - [13, -85], - [-44, -90], - [-98, -17], - [-45, -33], - [-42, 4], - [-54, -21], - [-50, 13], - [-54, -87], - [9, -37], - [-15, -71], - [-56, -59], - [-53, -21], - [-23, -38] - ], - [ - [6908, 6814], - [-39, 21], - [-125, -46], - [-42, 6], - [-51, 121], - [-34, 50], - [17, 74], - [32, 75], - [59, 48], - [-6, 88], - [-30, 66], - [-94, 139], - [-13, 37], - [36, 28], - [16, 61], - [-37, 83], - [14, 79], - [-50, -17], - [-78, 32], - [-148, -31], - [-16, -39], - [-91, 7], - [-26, -34], - [-79, -35], - [-10, -58], - [-44, -35], - [16, -106], - [-35, 5], - [-107, 76], - [-34, 5], - [-47, -61], - [-66, -12], - [-49, 19], - [-17, -55], - [-54, 31], - [45, 96], - [16, 57], - [77, 58], - [35, 79], - [109, 86], - [69, -6], - [83, 75], - [54, 85], - [44, 0], - [75, 84], - [24, 53], - [6, 82], - [-17, 78], - [53, -25], - [2, 64], - [56, 42], - [22, 42], - [67, 53], - [4, 50], - [130, 92], - [57, -21], - [74, 19], - [47, 31] - ], - [ - [7841, 4483], - [-114, 139], - [-88, 135], - [38, 28], - [-33, 132] - ], - [ - [7644, 4917], - [44, 28], - [29, -41], - [42, -16], - [34, -40] - ], - [ - [8782, 4394], - [-72, -85], - [-46, -3], - [-79, -42] - ], - [ - [8585, 4264], - [-82, 54], - [8, 28], - [72, 70], - [-2, 56], - [-51, 14], - [-91, -61], - [-96, 4] - ], - [ - [8343, 4429], - [-22, 104], - [0, 107], - [-21, 33], - [-46, 14], - [-40, 145], - [-48, 28], - [-69, 0] - ], - [ - [8055, 4902], - [100, 47], - [36, 99], - [44, 48], - [-43, 134], - [18, 116] - ], - [ - [6973, 4404], - [88, 180], - [-153, 193] - ], - [ - [7105, 4836], - [54, -71], - [45, 8], - [125, 48], - [84, -44], - [11, -29] - ], - [ - [7424, 4748], - [18, -49], - [3, -154], - [30, -79] - ], - [ - [7160, 4190], - [-63, 128], - [-51, 54], - [-6, 36], - [-67, -4] - ], - [ - [8585, 4264], - [-67, -46], - [-96, -34], - [-69, 7], - [-52, 23], - [-13, -28], - [-113, -80] - ], - [ - [8239, 4373], - [104, 56] - ], - [ - [5866, 4704], - [-81, -46], - [16, -50], - [-48, -108], - [-66, -8], - [-41, -38], - [-88, 23], - [-75, -56], - [-47, -68], - [-90, 31], - [-30, -4], - [-68, 29], - [10, 58], - [-22, 53], - [-50, 10], - [-37, 41], - [19, 25], - [49, -6], - [73, 13], - [80, -25], - [22, 23], - [-108, 42], - [-79, -10], - [-13, 26], - [-92, -9], - [0, -67], - [-45, 7], - [1, 48], - [-61, 36], - [101, 129], - [61, -10], - [24, 39], - [-2, 74], - [-33, 112], - [-135, 43], - [-71, -4], - [-57, -19], - [-16, 45], - [29, 33], - [-17, 36], - [77, 23], - [63, 41], - [27, 46], - [54, -5], - [20, 36], - [53, -1], - [36, 21], - [14, 86], - [-26, 29], - [31, 40], - [124, -17], - [11, -58], - [138, 51], - [75, 8], - [-18, 42], - [40, 41], - [45, 7], - [41, 48], - [47, 104], - [52, -34] - ], - [ - [7644, 4917], - [-53, -1], - [-11, -67], - [-101, -43], - [-55, -58] - ], - [ - [7709, 7626], - [28, -45], - [107, -59], - [85, -123], - [75, 36], - [74, 8] - ], - [ - [7856, 4101], - [-119, 17], - [-30, -28], - [-74, 51], - [-48, -14] - ], - [ - [6973, 4404], - [-50, -23], - [-63, 8], - [-48, -51], - [12, -75], - [-69, 12], - [-55, -15], - [-60, 24], - [-37, -5], - [-30, -37], - [-110, -36], - [-68, 51], - [-38, 124], - [35, 12], - [44, 46], - [6, 33], - [71, -46], - [121, 46], - [57, 38], - [14, 39] - ], - [ - [8021, 3994], - [23, -48], - [-8, -89], - [-30, -16], - [-56, 7], - [-93, -43], - [-29, 18], - [-44, -30], - [-95, 0], - [-172, 48], - [-58, 5], - [-26, 47] - ], - [ - [10298, 13292], - [-1, -60], - [68, -7], - [7, -33], - [-19, -42], - [62, -11], - [-7, -34], - [50, -23] - ], - [ - [10458, 13082], - [-9, -47] - ], - [ - [10449, 13035], - [-27, -15], - [-60, 29], - [-68, -29], - [-89, 30], - [-28, -9], - [-41, 37], - [-28, 7] - ], - [ - [10222, 13311], - [76, -19] - ], - [ - [10298, 13292], - [76, -11] - ], - [ - [10605, 13144], - [-35, -45], - [-114, -15] - ], - [ - [10456, 13084], - [2, -2] - ], - [ - [10697, 12966], - [-3, 11] - ], - [ - [10694, 12977], - [-74, -33], - [-135, 5] - ], - [ - [10485, 12949], - [-6, 66], - [-30, 20] - ], - [ - [10456, 13084], - [120, 1], - [29, 59] - ], - [ - [10424, 12759], - [-10, 62] - ], - [ - [10414, 12821], - [3, 70], - [-17, 40], - [85, 18] - ], - [ - [10694, 12977], - [0, 0], - [-9, -15], - [12, 4] - ], - [ - [10414, 12821], - [-1, -6] - ], - [ - [10164, 10296], - [-5, -18], - [22, -9], - [-13, -17], - [-45, -3], - [-46, 32], - [-19, -29], - [59, -57], - [66, 7], - [30, -23], - [-25, -192], - [44, 9], - [12, -17], - [50, -1], - [-14, -29], - [-47, -30] - ], - [ - [10233, 9919], - [-48, 15], - [-29, -40], - [-20, 0], - [2, -32], - [-22, 0], - [-14, -21] - ], - [ - [10102, 9841], - [-58, 98], - [-27, -2], - [-41, -39], - [-25, 17], - [-1, 61], - [-81, 23], - [-78, -3], - [-8, 25], - [-90, 73] - ], - [ - [10102, 9841], - [25, -1], - [26, -33], - [7, -85], - [-24, 37], - [-116, -63], - [-41, 6], - [15, -16], - [-75, -54], - [-59, 8], - [-57, -58], - [-54, -24] - ], - [ - [9749, 9558], - [32, -5] - ], - [ - [10233, 9919], - [34, -29], - [31, 6], - [21, -75], - [46, 0], - [31, -32] - ], - [ - [10396, 9789], - [-40, -17], - [-6, -19], - [16, -8], - [-35, -30], - [36, -43], - [-50, -19], - [16, -75], - [41, -44], - [3, -25] - ], - [ - [9738, 9563], - [11, -5] - ], - [ - [10790, 9901], - [-141, -78], - [-64, 23], - [-66, -1], - [-11, -15], - [-22, 20], - [-72, -80], - [-18, 19] - ], - [ - [6243, 11427], - [6, -56], - [57, -33], - [55, -19], - [-73, -93], - [-43, -93], - [-32, -35], - [4, -27], - [20, -21], - [-71, -72], - [-42, -4], - [-19, -17], - [-2, -22], - [11, -14], - [8, -6], - [-57, -46], - [-38, -3], - [-27, -57], - [-42, -3], - [-62, -56], - [6, -21], - [17, 12], - [-31, -56], - [-9, 12], - [11, 22], - [-12, 24], - [-26, -1], - [-14, -10], - [-7, -24], - [-34, 11], - [-10, 39], - [-55, 4], - [-40, -58], - [-35, -15], - [-59, -30], - [-19, 29], - [53, 23], - [50, 68], - [-28, 2], - [26, 54], - [22, -13], - [17, 65], - [7, 61], - [-17, 23], - [6, 27], - [26, 22], - [5, 68], - [27, 40], - [17, -2], - [67, 67], - [61, 74], - [65, 143], - [17, 60], - [20, 37], - [77, 41], - [173, 75], - [4, -66], - [-19, -73], - [-12, -57] - ], - [ - [8688, 7882], - [42, 74], - [45, 112], - [-49, 40], - [-24, -26], - [-51, 65], - [31, 58], - [30, 4], - [8, 65], - [52, -7], - [17, 38], - [27, -6], - [24, 58], - [49, -16], - [-7, 37], - [19, -9], - [17, 21], - [43, -36], - [64, 37], - [46, -29], - [37, 18], - [0, 29], - [-20, 15], - [1, 66], - [38, -12], - [36, -61], - [21, 15], - [20, -20], - [14, 28], - [-5, 32], - [-56, 26], - [-6, 35], - [20, 7], - [7, 32], - [48, -28], - [22, 66], - [-23, -1], - [-44, 47], - [-30, 4], - [-19, -19], - [-38, 61], - [-66, 14], - [-22, 81], - [14, 28], - [83, 59] - ], - [ - [8140, 8705], - [-7, 6], - [0, 31] - ], - [ - [8133, 8742], - [44, 42], - [71, -48], - [49, 24], - [36, -15], - [43, 23], - [11, -11], - [4, 6] - ], - [ - [8391, 8763], - [1, 0], - [39, -23], - [38, -23], - [45, 2], - [49, 35], - [34, -21], - [54, 46], - [1, 1] - ], - [ - [8652, 8780], - [19, -21], - [1, 1] - ], - [ - [8672, 8760], - [1, -1], - [-1, 1] - ], - [ - [8672, 8760], - [23, 15], - [33, -18], - [23, 24], - [65, -26], - [-6, 13], - [31, -2], - [7, 28], - [16, -21], - [20, 26], - [21, -17] - ], - [ - [8672, 8760], - [-11, 19], - [-25, 42], - [15, 33], - [19, 4], - [3, 7], - [-31, 4], - [-24, -27], - [-15, -40], - [-54, 26], - [-8, -7] - ], - [ - [8541, 8821], - [-7, 17], - [20, 6], - [0, 21] - ], - [ - [8554, 8865], - [46, 22], - [16, 64], - [28, -1], - [19, 55] - ], - [ - [8663, 9005], - [44, -8], - [3, -22], - [33, -13], - [15, -17] - ], - [ - [8652, 8780], - [0, -1], - [20, -19] - ], - [ - [8554, 8865], - [-32, -1], - [-19, 41], - [-4, 40], - [50, 5], - [-22, 49], - [-28, -13], - [-54, 41], - [39, 20], - [-3, 80], - [-48, 51], - [-20, -11], - [-12, 26] - ], - [ - [8401, 9193], - [51, 74], - [36, 37] - ], - [ - [8574, 9241], - [-29, -22], - [9, -47], - [21, 1], - [14, -62], - [-15, -12], - [43, -31], - [-16, -66], - [62, 3] - ], - [ - [8541, 8821], - [-13, -10], - [-62, 19], - [-36, 29], - [-117, 95], - [-32, 82], - [-7, 61] - ], - [ - [8274, 9097], - [49, 14], - [2, 50], - [26, 27], - [50, 5] - ], - [ - [8274, 9097], - [-1, 1], - [-47, 69] - ], - [ - [8133, 8742], - [0, 0], - [-8, -8], - [-11, 38], - [-8, 28], - [-95, 108], - [-21, 59], - [40, 36], - [197, 107], - [35, -83], - [21, -93], - [100, -158], - [8, -13] - ], - [ - [9788, 6467], - [-50, 38] - ], - [ - [9738, 6505], - [5, 76] - ], - [ - [9743, 6581], - [53, 13], - [20, 38], - [20, 4], - [18, 39], - [-36, 16], - [1, 61], - [48, 7], - [-5, 38], - [22, 4] - ], - [ - [9884, 6801], - [58, 57], - [9, 40] - ], - [ - [9951, 6898], - [-4, 4] - ], - [ - [10157, 6709], - [-30, 3], - [-68, -22], - [65, -13], - [-6, -122], - [-29, -5], - [-31, 21], - [-51, -105], - [-14, -19], - [-33, 2], - [-3, -16], - [34, -13], - [2, -41] - ], - [ - [10361, 6532], - [207, -13] - ], - [ - [10409, 6349], - [-8, 32], - [-49, 12], - [-2, 69], - [-18, 31], - [9, 28], - [20, 3], - [0, 8] - ], - [ - [9654, 6807], - [-9, -66], - [33, -31], - [-10, -64], - [-48, -49], - [56, -16], - [53, 48], - [14, -48] - ], - [ - [9738, 6505], - [-20, 11] - ], - [ - [9577, 6793], - [7, 33], - [19, -34], - [42, 34], - [9, -19] - ], - [ - [9654, 6807], - [34, 8] - ], - [ - [9688, 6815], - [59, 42], - [52, -35], - [17, 20], - [19, -17], - [26, 9], - [23, -33] - ], - [ - [10325, 6535], - [36, -3] - ], - [ - [9688, 6815], - [-17, 14], - [18, 36], - [-41, 36], - [34, 38], - [-17, 18] - ], - [ - [9976, 6874], - [-25, 24] - ] - ], - "transform": { - "scale": [0.0006771910104204371, 0.0003878181286485979], - "translate": [-8.611390113830566, 49.909862518310604] - }, - "objects": { - "uk": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BDG", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 1, - "NAME_2": "Barking and Dagenham", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[5, 6, 7, 8, 9]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BAS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 2, - "NAME_2": "Bath and North East Somerset", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[10, 11, 12, 13, 14, 15, 16]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BDF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 3, - "NAME_2": "Bedfordshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[17, 18, 19, 20, 21, 22]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WBK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 4, - "NAME_2": "Berkshire", - "TYPE_2": "County", - "ENGTYPE_2": "County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[23, -2, 24, 25, 26, 27]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BEX", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 5, - "NAME_2": "Bexley", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[28, 29]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BBD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 6, - "NAME_2": "Blackburn with Darwen", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "Blackburn, Blackburn and Darwen" - } - }, - { - "arcs": [[30, 31, 32]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BMH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 7, - "NAME_2": "Bournemouth", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[33, 34, 35, 36, 37, 38]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BEN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 8, - "NAME_2": "Brent", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[39, 40, 41]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BNH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 9, - "NAME_2": "Brighton and Hove", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[42, 43, 44, -7]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BST", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 10, - "NAME_2": "Bristol", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[45, 46, 47, 48, 49, -28, 50, 51]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BRY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 11, - "NAME_2": "Bromley", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[52, 53, -21, 54, 55, 56, -13, 57]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BKM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 12, - "NAME_2": "Buckinghamshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[58, 59, 60, -16, 61, 62, 63, 64]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CAM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 13, - "NAME_2": "Cambridgeshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[65, 66, 67, -37, 68, 69]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CMD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 14, - "NAME_2": "Camden", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CHS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 15, - "NAME_2": "Cheshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[85, 86]], [[87]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CON", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 16, - "NAME_2": "Cornwall", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": "Cornouailles|Cornovaglia|Cornualha|Cornualles|Cornwall and Isles of Scilly" - } - }, - { - "arcs": [[88, 89, 90, -46, 91]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CRY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 17, - "NAME_2": "Croydon", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[92, 93, 94, 95, 96, 97, 98]], [[99]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CMA", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 18, - "NAME_2": "Cumbria", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[100, 101, 102]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DAL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 19, - "NAME_2": "Darlington", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[103, 104, 105, -85, 106, 107, 108], [109]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DBY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 20, - "NAME_2": "Derbyshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-110]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DER", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 21, - "NAME_2": "Derby", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[110, 111, -86, 112, 113, 114, 115, 116, 117]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DEV", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 22, - "NAME_2": "Devon", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-115, 118, 119, 120, 121, -32, 122, 123]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DOR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 23, - "NAME_2": "Dorset", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[124, -96, 125, 126, 127, 128, 129, 130, 131, -102]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DUR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 24, - "NAME_2": "Durham", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": "County Durham" - } - }, - { - "arcs": [[132, 133, -34, 134, 135]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-EAL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 25, - "NAME_2": "Ealing", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[136, 137, 138, 139, 140, 141, 142, 143]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ERY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 26, - "NAME_2": "East Riding of Yorkshire", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "East Riding, East Yorkshire" - } - }, - { - "arcs": [[144, 145, 146, 147, -42]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ESX", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 27, - "NAME_2": "East Sussex", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[148, -69, -36, 149, 150, 151, 152]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ENF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 28, - "NAME_2": "Enfield", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[153, 154, 155, 156, -152, 157, -60, 158, 159, 160, 161]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ESS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 29, - "NAME_2": "Essex", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[162, 163, 164, 165, 166, 167, 168, 169, 170]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-GLS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 30, - "NAME_2": "Gloucestershire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[171, 172, 173, -3, -24, -50]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-GRE", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 31, - "NAME_2": "Greenwich", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[174, 175, 176, 177, 178]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HCK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 32, - "NAME_2": "Hackney", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[179, -78]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HAL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 33, - "NAME_2": "Halton", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[180, 181, -135, -39, 182, 183]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HMF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 34, - "NAME_2": "Hammersmith and Fulham", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[184, 185, -121, 186, -23, 187, 188, 189, 190, 191]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HAM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 35, - "NAME_2": "Hampshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": "Southampton" - } - }, - { - "arcs": [[192, -70, -149, 193, -177]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HRY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 36, - "NAME_2": "Haringey", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[194, 195, -150, -35, -134]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HRW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 37, - "NAME_2": "Harrow", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[196, -131, 197, 198]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HPL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 38, - "NAME_2": "Hartlepool", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[199, -25, -1, 200, -155]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HAV", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 39, - "NAME_2": "Havering", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[201, 202, 203, 204, -165]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HRT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 40, - "NAME_2": "Herefordshire", - "TYPE_2": "Unitary Authority (county)", - "ENGTYPE_2": "Unitary Authority (county)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[205, -58, -12, 206, -17, -61, -158, -151, -196]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HEF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 41, - "NAME_2": "Hertfordshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-206, -195, -133, 207, 208, -53]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HIL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 42, - "NAME_2": "Hillingdon", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[209, 210, -208, -136, -182]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HNS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 43, - "NAME_2": "Hounslow", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[211]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-IOW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 44, - "NAME_2": "Isle of Wight", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-193, -176, 212, -66]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ISL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 45, - "NAME_2": "Islington", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[213, 214, -183]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KEC", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 46, - "NAME_2": "Kensington and Chelsea", - "TYPE_2": "London Borough (royal)", - "ENGTYPE_2": "London Borough (royal)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-27, 215, 216, 217, 218, -147, 219, -51]], [[220]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KEN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 47, - "NAME_2": "Kent", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[221, -137]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KHL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 48, - "NAME_2": "Kingston upon Hull", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": "Hull" - } - }, - { - "arcs": [[222, 223, 224, 225]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KTT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 49, - "NAME_2": "Kingston upon Thames", - "TYPE_2": "London Borough (royal)", - "ENGTYPE_2": "London Borough (royal)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-91, 226, 227, 228, 229, -47]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LBH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 50, - "NAME_2": "Lambeth", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[230, 231, 232, 233, 234, -98, 235, 236, 237, 238, -30]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LAN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 51, - "NAME_2": "Lancashire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[239, 240, 241, 242, -105, 243, 244], [245]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LEC", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 52, - "NAME_2": "Leicestershire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-246]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LCE", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 53, - "NAME_2": "Leicester", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[246, -172, -49]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LEW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 54, - "NAME_2": "Lewisham", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[247, -64, 248, 249, -245, 250, 251, 252, 253]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LIN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 55, - "NAME_2": "Lincolnshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[254, 255, 256, -67, -213]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LND", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 56, - "NAME_2": "London", - "TYPE_2": "London Borough (city)", - "ENGTYPE_2": "London Borough (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-11, -207]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LUT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 57, - "NAME_2": "Luton", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[257, 258, -231, -29, -239, 259, 260, 261, -107, -84]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MAN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 58, - "NAME_2": "Manchester", - "TYPE_2": "Metropolitan Borough (city)", - "ENGTYPE_2": "Metropolitan Borough (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-218, 262]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MDW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 59, - "NAME_2": "Medway", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "Medway Towns" - } - }, - { - "arcs": [[263, -80, 264, 265, -234, -233, -232, -259]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MER", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 60, - "NAME_2": "Merseyside", - "TYPE_2": "Metropolitan County", - "ENGTYPE_2": "Metropolitan County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[266, -227, -90, 267, -226]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MRT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 61, - "NAME_2": "Merton", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[268, 269, 270]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MDB", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 62, - "NAME_2": "Middlesbrough", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[271, -14, -57]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MIK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 63, - "NAME_2": "Milton Keynes", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-174, 272, -179, 273, 274, -4]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NWM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 64, - "NAME_2": "Newham", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[275, -65, -248, 276]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NFK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 65, - "NAME_2": "Norfolk", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-253, 277, 278]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NEL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 66, - "NAME_2": "North East Lincolnshire", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-252, 279, 280, -139, 281, -278]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NLN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 67, - "NAME_2": "North Lincolnshire", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[282, -43, -6, 283]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NSM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 68, - "NAME_2": "North Somerset", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "North West Somerset" - } - }, - { - "arcs": [ - [284, -141, 285, 286, 287, 288, -236, -97, -125, -101, 289, -271, 290, 291, -143] - ], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NYK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 69, - "NAME_2": "North Yorkshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-56, 292, 293, -241, 294, 295, -62, -15, -272]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NTH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 70, - "NAME_2": "Northamptonshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[296, 297, 298, 299, -126, -95, 300, 301]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NBL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 71, - "NAME_2": "Northumberland", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[302, -280, -251, -244, -104], [303]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NTT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 72, - "NAME_2": "Nottinghamshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-304]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NGM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 73, - "NAME_2": "Nottingham", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-20, 304, -168, 305, -293, -55]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-OXF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 74, - "NAME_2": "Oxfordshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-296, -249, -63]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-PTE", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 75, - "NAME_2": "Peterborough", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[306, -111]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-PLY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 76, - "NAME_2": "Plymouth", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-123, -31, 307]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-POL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 77, - "NAME_2": "Poole", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[-191, 308]], [[309]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-POR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 78, - "NAME_2": "Portsmouth", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-275, 310, -156, -201, -5]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RDB", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 79, - "NAME_2": "Redbridge", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-291, -270, 311, -199, 312]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RCC", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 80, - "NAME_2": "Redcar and Cleveland", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[313, -210, -181, 314, -225]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RIC", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 81, - "NAME_2": "Richmond upon Thames", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-250, -295, -240]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RUT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 82, - "NAME_2": "Rutland", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[315, 316, -74, 317, 318, 319, 320, -204]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SHR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 83, - "NAME_2": "Shropshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": "Salop" - } - }, - { - "arcs": [[-284, -10, 321, -119, -114, 322]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SOM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 84, - "NAME_2": "Somerset", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[323, -171, 324, -8, -45]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SGC", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 85, - "NAME_2": "South Gloucestershire", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-303, -109, 325, 326, -286, -140, -281]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 86, - "NAME_2": "South Yorkshire", - "TYPE_2": "Metropolitan County", - "ENGTYPE_2": "Metropolitan County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[327, -185]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 87, - "NAME_2": "Southampton", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[328]], [[329, -161]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SOS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 88, - "NAME_2": "Southend-on-Sea", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "Southend" - } - }, - { - "arcs": [[-48, -230, 330, -256, 331, -247]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SWK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 89, - "NAME_2": "Southwark", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[332, 333, 334, 335, 336, 337, 338, -320, 339, -318, -73, 340, -71, -106, -243]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 90, - "NAME_2": "Staffordshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-290, -103, -132, -197, -312, -269]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 91, - "NAME_2": "Stockton-on-Tees", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "Stockton" - } - }, - { - "arcs": [[-72, -341]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STE", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 92, - "NAME_2": "Stoke-on-Trent", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-159, -59, -276, 341]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SFK", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 93, - "NAME_2": "Suffolk", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-146, 342, -188, -22, -54, -209, -211, -314, -224, 343, -92, -52, -220]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SRY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 94, - "NAME_2": "Surrey", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-344, -223, -268, -89]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 95, - "NAME_2": "Sutton", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[344, -169, -305, -19]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SWD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 96, - "NAME_2": "Swindon", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "Thamesdown" - } - }, - { - "arcs": [[-340, -319]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-TFW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 97, - "NAME_2": "Telford and Wrekin", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": "The Wrekin, Wrekin" - } - }, - { - "arcs": [[345, -216, -26, -200, -154]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-THR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 98, - "NAME_2": "Thurrock", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-117, 346]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-TOB", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 99, - "NAME_2": "Torbay", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-255, -175, -273, -173, -332]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-TWH", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 100, - "NAME_2": "Tower Hamlets", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-129, -128, -127, -300, -299, -298, -297, 347, 348, 349]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-TAW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 101, - "NAME_2": "Tyne and Wear", - "TYPE_2": "Metropolitan County", - "ENGTYPE_2": "Metropolitan County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-274, -178, -194, -153, -157, -311]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WFT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 102, - "NAME_2": "Waltham Forest", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-184, -215, 350, -228, -267, -315]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WND", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 103, - "NAME_2": "Wandsworth", - "TYPE_2": "London Borough", - "ENGTYPE_2": "London Borough", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-264, -258, -83, -82, -81]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WRT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 104, - "NAME_2": "Warrington", - "TYPE_2": "Unitary Authority", - "ENGTYPE_2": "Unitary Authority", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[351, 352, 353, 354, 355, 356, -333, -242, -294, -306, -167]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WAR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 105, - "NAME_2": "Warwickshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[357, 358, 359, -338, -337, -336, -335, -334, -357, -356, -355, -354, -353]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 106, - "NAME_2": "West Midlands", - "TYPE_2": "Metropolitan County", - "ENGTYPE_2": "Metropolitan County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-189, -343, -145, -41, 360]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WSX", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 107, - "NAME_2": "West Sussex", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-108, -262, -261, -260, -238, -237, -289, -288, -287, -327, -326]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 108, - "NAME_2": "West Yorkshire", - "TYPE_2": "Metropolitan County", - "ENGTYPE_2": "Metropolitan County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-38, -68, -257, -331, -229, -351, -214]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WSM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 109, - "NAME_2": "Westminster", - "TYPE_2": "London Borough (city)", - "ENGTYPE_2": "London Borough (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-9, -325, -170, -345, -18, -187, -120, -322]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WIL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 110, - "NAME_2": "Wiltshire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-166, -205, -321, -339, -360, -359, -358, -352]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WOR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 111, - "NAME_2": "Worcestershire", - "TYPE_2": "Administrative County", - "ENGTYPE_2": "Administrative County", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-142, -285]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-YOR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 112, - "NAME_2": "York", - "TYPE_2": "Unitary Authority (city)", - "ENGTYPE_2": "Unitary Authority (city)", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[361, 362, 363, 364, 365, 366, 367]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ANT", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 113, - "NAME_2": "Antrim", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[368, 369, 370, 371]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ARD", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 114, - "NAME_2": "Ards", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[372, 373, 374, 375, 376]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ARM", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 115, - "NAME_2": "Armagh", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[377, -366, 378, 379, 380, 381]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BLA", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 116, - "NAME_2": "Ballymena", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[382, 383, 384, -380]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BLY", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 117, - "NAME_2": "Ballymoney", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[385, 386, -377, 387, 388]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BNB", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 118, - "NAME_2": "Banbridge", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[389, 390, 391, 392, -368, 393]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BFS", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 119, - "NAME_2": "Belfast", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[394, 395, 396]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CKF", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 120, - "NAME_2": "Carrickfergus", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[397, 398, -392, 399, -370]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CSR", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 121, - "NAME_2": "Castlereagh", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[400, 401, 402, 403, -384]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CLR", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 122, - "NAME_2": "Coleraine", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[404, 405, 406, 407, -364]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CKT", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 123, - "NAME_2": "Cookstown", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[408, -388, -376, 409, -405, -363]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CGV", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 124, - "NAME_2": "Craigavon", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[410, 411, 412]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DRY", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 125, - "NAME_2": "Derry", - "TYPE_2": "District", - "ENGTYPE_2": "London Borough (city)", - "NL_NAME_2": null, - "VARNAME_2": "Londonderry" - } - }, - { - "arcs": [[413, -386, 414, -398, -369, 415]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DOW", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 126, - "NAME_2": "Down", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[416, 417, 418, -406, -410, -375]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DGN", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 127, - "NAME_2": "Dungannon", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[419, 420, -418, 421]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-FER", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 128, - "NAME_2": "Fermanagh", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-396, 422, -382, 423, 424]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LRN", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 129, - "NAME_2": "Larne", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[425, 426, -411, 427, -402]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LMV", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 130, - "NAME_2": "Limavady", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-362, -393, -399, -415, -389, -409]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LSB", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 131, - "NAME_2": "Lisburn", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[428, 429, -426, -401, -383, -379, -365, -408]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MFT", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 132, - "NAME_2": "Magherafelt", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[430]], [[-424, -381, -385, -404, 431]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MYL", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 133, - "NAME_2": "Moyle", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-373, -387, -414, 432]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NYM", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 134, - "NAME_2": "Newry and Mourne", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": "Mourne" - } - }, - { - "arcs": [[-378, -423, -395, 433, -394, -367]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NTA", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 135, - "NAME_2": "Newtownabbey", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-391, 434, -371, -400]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NDN", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 136, - "NAME_2": "North Down", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-421, 435, -429, -407, -419]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-OMH", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 137, - "NAME_2": "Omagh", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-412, -427, -430, -436, -420, 436]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STB", - "NAME_0": "United Kingdom", - "ID_1": 2, - "NAME_1": "Northern Ireland", - "ID_2": 138, - "NAME_2": "Strabane", - "TYPE_2": "District", - "ENGTYPE_2": "District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[437, 438, 439, 440, 441, 442, 443]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ABD", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 139, - "NAME_2": "Aberdeenshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[444, -444]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ABE", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 140, - "NAME_2": "Aberdeen", - "TYPE_2": "Unitary District (city)", - "ENGTYPE_2": "Unitary District (city)", - "NL_NAME_2": null, - "VARNAME_2": "Aberdeen City" - } - }, - { - "arcs": [[445, -439, 446, 447]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ANS", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 141, - "NAME_2": "Angus", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Forfar" - } - }, - { - "arcs": [ - [[448]], - [[449, 450, 451, 452, 453]], - [[454]], - [[455]], - [[456]], - [[457]], - [[458]], - [[459]], - [[460]], - [[461]], - [[462]], - [[463]], - [[464]], - [[465]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-AGB", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 142, - "NAME_2": "Argyll and Bute", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Earra-Ghaidheal agus Bòd" - } - }, - { - "arcs": [[466, 467, 468]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CLK", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 143, - "NAME_2": "Clackmannanshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[469, 470, 471, 472, -93, 473]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DGY", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 144, - "NAME_2": "Dumfries and Galloway", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[474, 475, -448]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DND", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 145, - "NAME_2": "Dundee", - "TYPE_2": "Unitary District (city)", - "ENGTYPE_2": "Unitary District (city)", - "NL_NAME_2": null, - "VARNAME_2": "Dundee City" - } - }, - { - "arcs": [[476, 477, 478, 479, -471]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-EAY", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 146, - "NAME_2": "East Ayrshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[480, 481, 482, 483]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-EDU", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 147, - "NAME_2": "East Dunbartonshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[484, 485, 486]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ELN", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 148, - "NAME_2": "East Lothian", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Haddington" - } - }, - { - "arcs": [[487, -479, 488, 489, 490]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ERW", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 149, - "NAME_2": "East Renfrewshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[491, 492, 493, 494]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-EDH", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 150, - "NAME_2": "Edinburgh", - "TYPE_2": "Unitary District (city)", - "ENGTYPE_2": "Unitary District (city)", - "NL_NAME_2": null, - "VARNAME_2": "Édimbourg|Edimburgo" - } - }, - { - "arcs": [ - [[495]], - [[496]], - [[497]], - [[498]], - [[499]], - [[500]], - [[501]], - [[502]], - [[503]], - [[504]], - [[505]], - [[506]], - [[507]], - [[508]], - [[509]], - [[510]], - [[511]], - [[512]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ELS", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 151, - "NAME_2": "Eilean Siar", - "TYPE_2": "Island Area", - "ENGTYPE_2": "Island Area", - "NL_NAME_2": null, - "VARNAME_2": "Western Isles" - } - }, - { - "arcs": [[513, 514, 515, 516]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-FAL", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 152, - "NAME_2": "Falkirk", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[517, 518, 519, -469]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-FIF", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 153, - "NAME_2": "Fife", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[520, 521, -482, 522, 523, -491]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-GLG", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 154, - "NAME_2": "Glasgow", - "TYPE_2": "Unitary District (city)", - "ENGTYPE_2": "Unitary District (city)", - "NL_NAME_2": null, - "VARNAME_2": "Glasgow City" - } - }, - { - "arcs": [ - [[524, -441, 525, -450, 526]], - [[527]], - [[528]], - [[529]], - [[530]], - [[531]], - [[532]], - [[533]], - [[534]], - [[535]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HLD", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 155, - "NAME_2": "Highland", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[536, 537, 538]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-IVC", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 156, - "NAME_2": "Inverclyde", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[539, -486, 540, -494]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MLN", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 157, - "NAME_2": "Midlothian", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Edinburgh" - } - }, - { - "arcs": [[541, -442, -525]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MRY", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 158, - "NAME_2": "Moray", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Elgin" - } - }, - { - "arcs": [[[542]], [[-537, 543, -489, -478, 544, 545]], [[546]], [[547]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NAY", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 159, - "NAME_2": "North Ayshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-481, 548, -515, 549, 550, -523]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NLK", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 160, - "NAME_2": "North Lanarkshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [ - [[551]], - [[552]], - [[553]], - [[554]], - [[555]], - [[556]], - [[557]], - [[558]], - [[559]], - [[560]], - [[561]] - ], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ORK", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 161, - "NAME_2": "Orkney Islands", - "TYPE_2": "Island Area", - "ENGTYPE_2": "Island Area", - "NL_NAME_2": null, - "VARNAME_2": "Orcadas|Orcades|Orcadi|Orkneyöarna|Orknøyene" - } - }, - { - "arcs": [[-518, -468, 562, -451, -526, -440, -446, -476, 563]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-PKN", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 162, - "NAME_2": "Perthshire and Kinross", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Perth and Kinross" - } - }, - { - "arcs": [[-490, -544, -539, 564, 565, -521]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RFW", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 163, - "NAME_2": "Renfrewshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[566, 567, -495, -541, -485, 568, -301, -94, -473]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SCB", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 164, - "NAME_2": "Scottish Borders", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "The Borders" - } - }, - { - "arcs": [[[569]], [[570]], [[571]], [[572]], [[573]], [[574]], [[575]], [[576]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-ZET", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 165, - "NAME_2": "Shetland Islands", - "TYPE_2": "Island Area", - "ENGTYPE_2": "Island Area", - "NL_NAME_2": null, - "VARNAME_2": "Zetland" - } - }, - { - "arcs": [[-545, -477, -470, 577]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SAY", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 166, - "NAME_2": "South Ayrshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-488, -524, -551, 578, -567, -472, -480]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SLK", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 167, - "NAME_2": "South Lanarkshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-484, 579, -452, -563, -467, -520, 580, -516, -549]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STG", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 168, - "NAME_2": "Stirling", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-522, -566, 581, -453, -580, -483]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WDU", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 169, - "NAME_2": "West Dunbartonshire", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Dumbarton and Clydebank" - } - }, - { - "arcs": [[-514, 582, -492, -568, -579, -550]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WLN", - "NAME_0": "United Kingdom", - "ID_1": 3, - "NAME_1": "Scotland", - "ID_2": 170, - "NAME_2": "West Lothian", - "TYPE_2": "Unitary District", - "ENGTYPE_2": "Unitary District", - "NL_NAME_2": null, - "VARNAME_2": "Linlithgow" - } - }, - { - "arcs": [[583]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-AGY", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 171, - "NAME_2": "Anglesey", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[584, 585, 586, 587]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BGW", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 172, - "NAME_2": "Blaenau Gwent", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[588, 589, 590, 591]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BGE", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 173, - "NAME_2": "Bridgend", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[592, 593, 594, -586, 595, 596, 597]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CAY", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 174, - "NAME_2": "Caerphilly", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[598, 599, -598, 600, 601]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CRF", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 175, - "NAME_2": "Cardiff", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[602, 603, 604, 605, 606, 607]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CMN", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 176, - "NAME_2": "Carmarthenshire", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[608, -606, 609, 610, 611]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CGN", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 177, - "NAME_2": "Ceredigion", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": "Cardiganshire" - } - }, - { - "arcs": [[612, 613, 614]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CWY", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 178, - "NAME_2": "Conwy", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": "Aberconwy and Colwyn" - } - }, - { - "arcs": [[615, 616, 617, -613, 618, 619]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DEN", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 179, - "NAME_2": "Denbighshire", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[620, -620, 621, -76]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-FLN", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 180, - "NAME_2": "Flintshire", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[622]], [[-614, -618, 623, -612, 624]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-GWN", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 181, - "NAME_2": "Gwynedd", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": "Caernarfonshire and Merionethshire" - } - }, - { - "arcs": [[625, 626, -594]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MTY", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 182, - "NAME_2": "Merthyr Tydfil", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[627, 628, 629, -588, 630, -202, -164]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-MON", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 183, - "NAME_2": "Monmouthshire", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[631, -608, 632, 633, -591, 634]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NTL", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 184, - "NAME_2": "Neath Port Talbot", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": "Neath and Port Talbot" - } - }, - { - "arcs": [[635, -601, -597, 636, -629]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NWP", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 185, - "NAME_2": "Newport", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-610, -605, 637]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-PEM", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 186, - "NAME_2": "Pembrokeshire", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[638, -633, -607, -609, -624, -617, 639, -316, -203, -631, -587, -595, -627]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-POW", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 187, - "NAME_2": "Powys", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-634, -639, -626, -593, -600, 640, -592]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-RCT", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 188, - "NAME_2": "Rhondda, Cynon, Taff", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[641, -603, -632]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SWA", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 189, - "NAME_2": "Swansea", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-596, -585, -630, -637]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-TOF", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 190, - "NAME_2": "Torfaen", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[642, -589, -641, -599]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-VGL", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 191, - "NAME_2": "Vale of Glamorgan", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-640, -616, -621, -75, -317]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WRX", - "NAME_0": "United Kingdom", - "ID_1": 4, - "NAME_1": "Wales", - "ID_2": 192, - "NAME_2": "Wrexham", - "TYPE_2": "Unitary Authority (wales)", - "ENGTYPE_2": "Unitary Authority (wales", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[643, 644, 645, -299, 646]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NET", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 205, - "NAME_2": "Newcastle upon Tyne", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[647, -297, 347, 648, 649, -644]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-NTY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 204, - "NAME_2": "North Tyneside", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[348, 650, 651, 652, -645, -650, 653]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-STY", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 203, - "NAME_2": "South Tyneside", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-129, 654, 655, -652, 656, 349]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SND", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 202, - "NAME_2": "Sunderland", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-646, -653, -656, 657, -127, -300]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-GAT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 201, - "NAME_2": "Gateshead", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[658, 659, 660, -237, -289]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BRD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 206, - "NAME_2": "Bradford", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[661, 662, -261, -260, -238, -661]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CLD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 207, - "NAME_2": "Calderdale", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[663, 664, -326, -108, -262, -261, 665, -662, -660]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KIR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 208, - "NAME_2": "Kirklees", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[666, -664, -659, -288]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LDS", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 209, - "NAME_2": "Leeds", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-665, -667, -287, -327]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WKF", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 210, - "NAME_2": "Wakefield", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[667]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "IM", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "Isle of Man", - "ID_2": 2, - "NAME_2": "Isle of Man", - "TYPE_2": "Crown Dependency", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[82, 83, 84, 70, 71, 72, 73, 668]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CHE", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 211, - "NAME_2": "Cheshire East", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[74, 75, 76, 669, 670, 671, 672, 673, 674, 81, -669]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-CHW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 212, - "NAME_2": "Cheshire West and Chester", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[[80, -675, 675, 676, 677, 678]], [[-673, 679]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 242, - "ISO": "GB-HAL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 213, - "NAME_2": "Halton", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-678, 680, 681, -233, 682]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-KWL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 215, - "NAME_2": "Knowsley", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-677, 683, 684, -681]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-LIV", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 216, - "NAME_2": "Liverpool", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-683, -232, -259, 263, -679]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SHN", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 217, - "NAME_2": "St. Helens", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-682, -685, 685, 265, -234]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SFT", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 218, - "NAME_2": "Sefton", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-671, 686]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WRL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 219, - "NAME_2": "Wirral", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[357, 687, 688, 689, 690, 691, -335, -334, -357, 692]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-BIR", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 220, - "NAME_2": "Birmingham", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[693, -354, 694]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-COV", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 221, - "NAME_2": "Coventry", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[695, -689, 696, 359, -338, 697]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-DUD", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 222, - "NAME_2": "Dudley", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-690, -696, 698, 699]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SAW", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 223, - "NAME_2": "Sandwell", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-695, -353, -693, -356, 700]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-SOL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 224, - "NAME_2": "Solihull", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-691, -700, 701, -336, -335, 702]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WLL", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 225, - "NAME_2": "Walsall", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - }, - { - "arcs": [[-337, -702, -699, -698]], - "type": "Polygon", - "properties": { - "ID_0": 242, - "ISO": "GB-WLV", - "NAME_0": "United Kingdom", - "ID_1": 1, - "NAME_1": "England", - "ID_2": 226, - "NAME_2": "Wolverhampton", - "TYPE_2": "Metropolitan District", - "ENGTYPE_2": "Metropolitan District", - "NL_NAME_2": null, - "VARNAME_2": null - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/ukraine-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/ukraine-topo.json deleted file mode 100644 index a35467bb046ac..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/ukraine-topo.json +++ /dev/null @@ -1,2877 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [9162, 6541], - [-86, -102], - [46, -49], - [70, -17], - [-1, -32], - [-46, -31], - [-2, -128], - [-131, -29], - [-77, 9], - [-54, -31], - [-7, 72], - [-62, 73], - [-23, -24], - [-61, 73], - [-62, 9], - [-31, -31], - [-23, -64], - [-62, -63], - [15, -32], - [-38, -55], - [-69, 33], - [-23, -24], - [-70, 1], - [-92, 49], - [-100, -7], - [-46, -31], - [-77, -8], - [8, -103], - [-68, -55], - [-130, -79], - [-16, 32], - [-61, 25], - [-54, -8], - [-68, -47], - [-54, 48], - [-92, 9], - [-46, -32], - [-54, 24], - [-130, 1], - [-45, -48], - [-14, -79], - [-53, -48], - [31, -31], - [1, -48], - [-146, 16], - [-29, -71], - [-99, -24], - [-22, -32], - [-54, 23], - [-45, -56], - [-122, 38] - ], - [ - [6688, 5557], - [52, 56], - [-10, 79], - [-45, 16], - [29, 48], - [-40, 62], - [-30, 8], - [-47, 54], - [6, 64], - [-84, 30], - [-2, 55], - [-31, 47], - [6, 56], - [-69, 38], - [35, 80], - [-40, 70], - [-1, 64], - [72, 113], - [-2, 72] - ], - [ - [6487, 6569], - [25, -71], - [151, 59], - [22, 48], - [-9, 63], - [22, 24], - [85, -6], - [16, -40], - [61, 49], - [17, -72], - [132, -23], - [105, 128], - [71, -40], - [61, 48], - [39, -1], - [40, -47], - [54, 23], - [62, -8], - [69, 24], - [7, 71], - [69, 16], - [0, 40], - [54, 31], - [29, 96], - [39, 15], - [-16, 48], - [61, 119], - [6, 72], - [-16, 72], - [6, 71], - [86, 55], - [62, 16], - [-64, 120], - [94, 15], - [32, -24], - [-15, -64], - [9, -64], - [31, -40], - [71, 16], - [55, -25], - [86, -1], - [78, 135], - [94, 15], - [-16, 80], - [8, 87], - [47, 40], - [31, 119], - [47, -8], - [48, 31] - ], - [ - [8533, 7881], - [8, -32], - [63, -64], - [56, -25], - [23, -127], - [40, 7], - [15, -56], - [63, -72], - [0, -104], - [-47, -7], - [55, -73], - [109, -73], - [8, -95], - [70, -25], - [62, -65], - [-8, -32], - [38, -48], - [0, -48], - [-71, -95], - [15, -96], - [54, -33], - [-8, -32], - [-77, 2], - [-62, 33], - [-86, 25], - [-23, -64], - [46, -56], - [124, -82], - [69, 7], - [23, -33], - [70, 23] - ], - [ - [9631, 10773], - [-32, -113], - [-55, -92], - [-1, -64], - [32, -9], - [78, -90], - [47, -10], - [1, -55], - [-56, -15], - [-40, 25], - [-47, -44], - [73, -49], - [-28, -63], - [-91, 9], - [-102, -79], - [-1, -73], - [-42, -56], - [8, -40], - [48, -72], - [-33, -48], - [65, -121], - [-24, -103], - [-33, -8], - [-16, -72], - [7, -88], - [-40, -7], - [-9, -160], - [-25, -63], - [-57, -40], - [24, -40], - [-25, -47], - [97, -65], - [7, -48], - [-24, -56], - [128, -49], - [7, -80], - [-41, -23], - [7, -128], - [39, -40], - [-65, -63], - [16, -48], - [-48, -23], - [-10, -120], - [-25, -71] - ], - [ - [9345, 8272], - [-32, -56], - [-89, -63], - [-48, -63], - [-80, -31], - [-174, 2], - [-56, -8], - [-24, 64], - [-79, 9], - [-48, 24], - [-64, -103], - [-87, -7] - ], - [ - [8564, 8040], - [-56, 32], - [-48, 65], - [-24, 95], - [47, 32], - [0, 48], - [-72, 0], - [-32, 64], - [-97, 57], - [-40, -32], - [1, -63], - [-80, 8], - [-63, -63], - [-80, 25], - [-63, -48], - [-73, 57], - [-96, 1], - [-50, 88], - [14, 119], - [-75, 88], - [-9, 32], - [-63, -15], - [-176, 0], - [-89, 48], - [21, 96], - [-73, 48], - [-35, 80], - [-2, 47], - [-49, 40], - [-63, 1], - [-17, 32], - [21, 79], - [-33, 89], - [38, 31], - [-9, 56], - [22, 40] - ], - [ - [7161, 9317], - [46, 14], - [14, 56], - [45, 22], - [-29, 93], - [-6, 104], - [-38, 29], - [-37, 91], - [32, 49], - [-39, 74], - [40, 16], - [9, 50], - [39, 17], - [63, 155], - [12, 64], - [86, 42], - [-5, 47], - [48, 53], - [67, 4], - [9, 116], - [90, 0], - [47, 22], - [105, -63], - [51, 29], - [10, 39], - [117, 53], - [39, -25], - [165, -6], - [107, -25], - [44, 15], - [77, -32], - [-22, -65], - [84, 7], - [43, -25], - [118, 47], - [17, 32], - [59, 15], - [44, 64], - [-19, 130], - [58, 24], - [-32, 112], - [147, -3], - [76, -42], - [74, -67], - [34, 24], - [114, 3], - [24, -40], - [59, 29], - [83, 78], - [88, 21], - [6, 41], - [50, 0], - [86, -40], - [71, 8] - ], - [ - [2969, 5805], - [71, -20], - [68, 12], - [59, -60], - [-5, -32], - [56, -21], - [42, 42], - [157, -31], - [-3, -56], - [26, -38], - [91, 13], - [11, -31], - [54, -5], - [66, 36] - ], - [ - [3662, 5614], - [63, -13], - [38, -86], - [55, -13], - [28, 42], - [61, 4], - [-5, 56], - [73, 54], - [86, -31], - [26, 41], - [60, -3], - [85, -25], - [43, 43], - [62, -28], - [4, 64], - [38, 19], - [32, -38], - [52, 43] - ], - [ - [4463, 5743], - [70, -51], - [17, -48], - [-6, -65], - [54, -62] - ], - [ - [4598, 5517], - [-52, -21], - [-7, -34], - [-71, -18], - [-49, 42], - [-33, -78], - [-47, -13], - [-28, 30], - [-40, -18], - [-48, 35], - [-78, -59], - [-63, 7], - [-41, 75], - [-132, -42], - [88, -73], - [-8, -65], - [-40, -21], - [-17, 56], - [-53, 39], - [-14, -53], - [-50, -80], - [-72, -53], - [-49, 14], - [-61, -43], - [-57, -6], - [-58, -146], - [-47, -35], - [-20, -75], - [-75, -23], - [-34, 13], - [-93, -23], - [-77, -1], - [-74, -42], - [-127, 13], - [-29, -14], - [-240, -33], - [-62, -25], - [-14, -50], - [-90, -123], - [-65, -57], - [-93, 3] - ], - [ - [2378, 4520], - [61, 124], - [3, 32], - [-54, 58], - [-32, 69], - [-8, 72], - [30, 91], - [48, 52], - [-5, 56], - [66, 21], - [62, 149], - [52, 19], - [123, 152], - [66, 29], - [91, 6], - [101, -26], - [-39, 93], - [8, 72], - [-21, 150], - [39, 66] - ], - [ - [10837, 2251], - [22, -129], - [46, -145], - [98, -232], - [61, -110], - [85, -115], - [49, -86], - [98, -131], - [63, -59], - [66, -35], - [59, 38], - [105, 30], - [32, 46], - [-3, 40], - [81, 57], - [31, -46], - [54, -40], - [48, -9], - [56, 44], - [-1, 48], - [63, 40], - [120, 20], - [50, -6], - [65, -43], - [62, 7], - [32, -32], - [59, 14], - [42, -75], - [-36, -46], - [-102, 18], - [-4, -76], - [-37, -51], - [-30, -74], - [4, -55], - [32, -116], - [-59, -37], - [-96, -8], - [-31, -35], - [-170, 30], - [-61, -50], - [-44, 8], - [-56, -27], - [-25, 60], - [-78, 73], - [-90, 41], - [-40, 4], - [-77, -27], - [-60, -54], - [-19, -41], - [36, -38], - [-52, -25], - [-12, -40], - [-67, 6], - [-29, -72], - [-61, -20], - [-32, -98], - [-40, -49], - [-45, 52], - [-56, 13], - [-63, -33], - [-100, 4], - [-242, -125], - [-63, -72], - [-54, -117], - [-4, -52], - [-61, -13], - [-22, -44], - [-73, -19], - [-32, -87], - [-160, -50], - [-49, 17], - [-69, -13] - ], - [ - [9951, 4], - [106, 48], - [-55, 128], - [-55, -36], - [-71, 26], - [-30, 39], - [-9, 55], - [72, 47], - [18, 72], - [-41, 41], - [-91, -5], - [-5, 56], - [57, 22], - [-13, 33], - [-62, 26], - [-16, 49] - ], - [ - [9756, 605], - [28, 42], - [5, 71], - [-10, 120], - [-27, 88], - [-48, 80], - [-76, 75], - [-34, 11], - [-67, -31], - [-40, -36], - [-26, 37], - [-68, 39], - [-113, 141], - [3, 85], - [-37, -24], - [-91, 18], - [-97, -2], - [-87, -67], - [-136, 40], - [-13, 61], - [17, 44], - [73, 79], - [173, 110], - [31, 38], - [113, 97], - [168, 95], - [11, 64], - [64, -38], - [64, 25], - [94, 87], - [58, 29], - [46, -24], - [17, 43], - [93, 39], - [65, 68], - [-104, 12], - [-14, 131], - [23, 42], - [-15, 35] - ], - [ - [9799, 2329], - [4, 70], - [24, 33], - [77, -59], - [63, 17], - [53, -24], - [77, -67], - [15, -45], - [44, -12], - [13, -46], - [11, 49], - [120, -27], - [100, -1], - [84, 101], - [79, -63], - [34, 81], - [51, -46], - [-4, -67], - [-44, 20], - [-53, -9], - [-32, -26], - [-3, -56], - [54, -66], - [68, 24], - [53, 83], - [-9, 93], - [39, 18], - [82, -27], - [38, -26] - ], - [ - [11026, 6427], - [128, -4], - [6, -49], - [205, -135], - [51, -50], - [68, -10], - [106, 13], - [88, -67], - [16, 31], - [138, 44], - [29, -187], - [81, -43], - [21, -33], - [-5, -89], - [65, -59], - [44, -18], - [-19, -72], - [102, -60], - [82, 135], - [115, -85], - [70, 38], - [38, -1] - ], - [ - [12455, 5726], - [70, -84], - [52, -18], - [-51, -95], - [10, -88], - [-24, -24], - [0, -120], - [45, 6], - [36, -34], - [22, -121], - [-53, -22], - [28, -146], - [-32, -46], - [-74, 18], - [-100, 60], - [-54, -22], - [6, -169], - [41, -49], - [-75, -30], - [32, -81] - ], - [ - [12334, 4661], - [-106, -45], - [-72, 26], - [-39, -32], - [-95, 11], - [-13, 40], - [-82, -22], - [6, 121], - [-22, 0], - [-36, 171], - [-37, -7], - [-27, 57], - [-121, -45], - [-5, 49], - [-59, 2], - [-28, 49], - [-137, -85], - [-154, 53], - [-44, 25], - [-74, 2], - [-142, -28], - [-46, -39], - [-67, 2], - [-6, 33], - [-51, 26], - [19, -90], - [-31, -23], - [12, -98], - [-56, -103], - [63, -91], - [-23, -15], - [12, -74], - [52, 7], - [-2, -65], - [-40, -63], - [27, -66], - [-10, -72], - [20, -66], - [-52, -15], - [-89, 3], - [-94, 52], - [-73, 2], - [-90, -29], - [-149, -35], - [-127, -43] - ], - [ - [10246, 4141], - [-120, -35], - [-29, 17], - [-42, 75], - [-98, -28], - [-135, -18], - [-6, 41], - [-45, 2], - [-5, 120], - [-75, -12], - [-9, -56], - [-38, -38], - [-60, -5], - [-24, -47], - [-44, 34], - [-6, 40], - [-53, -6], - [-14, 41], - [-97, 28] - ], - [ - [9346, 4294], - [0, 24], - [-89, 27], - [1, 79], - [-14, 57], - [31, 30], - [52, -1], - [9, 71], - [-14, 48], - [24, 119], - [-60, 10], - [9, 95] - ], - [ - [9295, 4853], - [24, 48], - [37, -2], - [62, 54], - [137, 67], - [-7, 41], - [61, 14], - [100, 44], - [54, 46], - [-14, 57], - [-31, 1], - [-6, 64], - [-22, 25], - [17, 88], - [-4, 200], - [92, 30], - [39, 39], - [30, -25], - [85, 53], - [-29, 89], - [-37, 42], - [-46, 1], - [-37, 49], - [16, 40], - [47, 31], - [106, -19], - [30, -33], - [48, 95], - [18, 80] - ], - [ - [10065, 6072], - [52, -42], - [53, -9], - [83, -51], - [21, -57], - [61, -17], - [52, -42], - [47, 47], - [-29, 65], - [39, 48], - [-36, 57], - [41, 104], - [9, 56], - [48, 63], - [129, -3], - [18, 72], - [107, 22], - [32, 55], - [62, 31], - [128, -19], - [44, -25] - ], - [ - [14441, 4702], - [-111, 8], - [-78, -19], - [-63, -231], - [-77, 18], - [-10, -45], - [-49, -35], - [-127, -1], - [8, -38], - [-81, 2], - [-12, -43], - [-40, -24], - [-17, -56], - [17, -93], - [-11, -102], - [-39, -11], - [-24, -74], - [87, -17], - [7, -65], - [-75, -33], - [-10, -147], - [-58, -67], - [-89, 56], - [-26, -30], - [-60, 5], - [-53, 24], - [-89, -35], - [-80, -7], - [-61, 20], - [-81, -19], - [-54, -74], - [-115, -183], - [-39, 57], - [-49, 25], - [-61, -52], - [-88, -41] - ], - [ - [12733, 3375], - [-26, 52], - [17, 39], - [76, 40], - [-42, 37], - [24, 29], - [-98, 72], - [-4, 56], - [-105, 84], - [76, 28], - [-24, 81], - [-4, 64], - [95, -21], - [38, 22], - [50, 77], - [38, 13], - [51, 100], - [-82, -2], - [-64, 43], - [-54, 75], - [-58, 26], - [-39, -30], - [-68, 99], - [-51, 10], - [-28, 33], - [-50, 153], - [2, 32], - [-74, -14], - [26, 71], - [-21, 17] - ], - [ - [12455, 5726], - [-2, 105], - [-39, 106], - [199, 32], - [59, -27], - [25, 47], - [38, -2], - [19, 48], - [53, -3], - [40, 30], - [34, 62], - [64, 45], - [-4, 48], - [64, 36], - [12, 64], - [101, 25], - [-12, 49], - [72, 35], - [-18, 74], - [-36, 34], - [49, 45], - [69, -5], - [113, -32], - [61, 3], - [12, 48] - ], - [ - [13428, 6593], - [56, -69], - [-27, -54], - [44, -28], - [105, -24], - [-22, -88], - [26, -66], - [-68, -84], - [175, -14], - [-2, -129], - [58, -37], - [-28, -62], - [42, -44], - [-6, -80], - [-56, -36], - [59, -214], - [-18, -39], - [34, -43], - [89, -24], - [4, -48], - [49, -45], - [-55, -35], - [-6, -72], - [120, -2], - [38, -84], - [-4, -48], - [58, -37], - [126, -35], - [18, -139], - [186, -15], - [1, -64], - [28, -18], - [-11, -114] - ], - [ - [2187, 6918], - [43, -141], - [40, -12], - [27, -54], - [-26, -50], - [13, -55], - [52, -59], - [-41, -60], - [53, -75], - [62, -11], - [-17, -57], - [-42, -43], - [112, -55], - [54, -4], - [16, -94], - [91, 7], - [21, -142], - [28, -53], - [51, 107], - [75, 13], - [13, -55], - [89, -50], - [75, -74], - [-7, -96] - ], - [ - [2378, 4520], - [-81, 70], - [-8, 55], - [-64, 13], - [-68, 45], - [1, 45], - [-90, 97] - ], - [ - [2068, 4845], - [-3, 88], - [41, 34], - [-14, 62], - [-67, 65], - [-20, 53], - [30, 74], - [-47, 27], - [2, 56], - [-108, 92], - [-35, 52], - [-39, -61], - [-70, 24], - [-36, 60], - [-1, 151], - [-124, -38], - [-38, -69], - [-48, 27], - [4, 104], - [-52, -7], - [-51, 58], - [-14, 62], - [-67, -8], - [-63, 96], - [-56, 25] - ], - [ - [1192, 5872], - [15, 74], - [-14, 62], - [13, 90], - [-11, 31], - [40, 125], - [68, 72], - [-4, 40], - [64, 48], - [40, -19], - [100, -4], - [49, 46], - [49, -34], - [26, 43], - [63, -9], - [90, 10], - [43, 36], - [82, 17], - [50, 37], - [-63, 25], - [-22, 70], - [34, 44], - [24, 74], - [-38, 77], - [36, 19], - [-15, 79], - [45, 12], - [33, 51], - [42, -36], - [29, 10], - [57, -43], - [70, -1] - ], - [ - [13565, 7493], - [34, -53], - [-49, -52], - [27, -44], - [-18, -47], - [-38, 11], - [-19, -48], - [59, -28], - [2, -82], - [-66, -52], - [-23, -104], - [-40, -13], - [-23, -96], - [35, -51], - [7, -113], - [50, -45], - [-3, -40], - [-72, -43] - ], - [ - [11026, 6427], - [-41, 114], - [11, 80], - [32, 48], - [44, -41], - [105, -11], - [77, 54], - [17, 40], - [55, 56], - [-13, 57], - [-44, 33], - [17, 56], - [121, -27], - [2, 49], - [-61, 9], - [-5, 49], - [68, -2], - [-27, 90], - [-43, 66], - [-121, 19], - [2, 65], - [-38, 1], - [-18, 130], - [-44, 41], - [-69, 1], - [-83, 34], - [-74, 66], - [-13, 57], - [33, 72], - [47, 48], - [-22, 49], - [2, 64] - ], - [ - [10943, 7794], - [40, 48], - [69, 24], - [79, 63], - [68, -33], - [49, 97], - [86, 40], - [69, -34], - [31, 32], - [70, 23], - [32, 31] - ], - [ - [11536, 8085], - [61, -1], - [69, 57], - [19, 66], - [89, -6], - [34, 21], - [83, 3], - [69, -19], - [24, -47], - [83, -75], - [-10, -23], - [40, -66], - [59, 3], - [38, 39], - [55, 3], - [55, -54], - [34, -66], - [54, -13], - [43, 65], - [143, 85], - [40, 11], - [109, -18], - [97, 21], - [108, 48], - [37, 48], - [62, -13], - [72, 24], - [-10, -101], - [79, -66], - [62, 0], - [-18, -114], - [23, -60], - [92, -109], - [148, -66], - [12, -38], - [85, -86], - [-11, -45] - ], - [ - [8881, 2273], - [150, -43], - [62, -7], - [61, 37], - [16, -24], - [126, -22], - [-15, -26], - [-86, 7], - [-167, 34], - [-147, 44] - ], - [ - [9799, 2329], - [-31, 66], - [-41, -54], - [-15, -51], - [-86, -70], - [-97, 123], - [-68, 45], - [-37, 2], - [-43, -42], - [-89, 42], - [-14, -62], - [-68, -6], - [-144, 22], - [-78, -30], - [-45, 4], - [-70, -50], - [-263, 87], - [4, 74], - [-42, -7], - [-58, 37], - [-29, 49], - [-81, 17], - [-42, 49], - [-56, -32], - [-73, 8], - [-20, 46], - [61, 37], - [73, 1], - [71, 31], - [45, 53], - [-30, 66], - [-62, -10], - [-118, 52], - [-56, 14], - [-41, -27], - [-57, 31], - [-72, 65], - [99, -3], - [77, 14], - [100, -45], - [22, 6], - [95, -41], - [95, 15], - [66, -26], - [98, -20], - [-21, 85], - [2, 67], - [-42, 19], - [-86, -46], - [-37, 78], - [-39, 0], - [-42, 35] - ], - [ - [8414, 3047], - [85, 41], - [8, 63], - [59, 37], - [44, 54], - [52, 30], - [57, -33], - [30, 54], - [73, 6], - [58, -26], - [8, 47], - [125, -14], - [21, -32], - [96, 3], - [104, 27], - [-13, 64], - [24, 63], - [-6, 71], - [66, -27], - [39, 54], - [-88, 60], - [-50, 50], - [0, 32], - [46, 61], - [75, 29], - [46, 54], - [45, 13], - [-64, 107], - [30, 22], - [3, 120], - [-13, 112], - [-28, 105] - ], - [ - [10246, 4141], - [86, -76], - [19, -106], - [33, -107], - [149, 43], - [41, -83], - [-37, -7], - [24, -139], - [35, -58], - [12, -82], - [27, -67], - [72, -59], - [59, -2], - [18, -99], - [37, -1], - [13, -74], - [-45, -7], - [-2, -91], - [-89, -30], - [-17, -49], - [36, -34], - [66, -2], - [5, -91], - [-30, -49], - [35, -43], - [74, 24], - [41, -92], - [44, 17], - [86, -41], - [19, -114], - [-7, -53] - ], - [ - [11050, 2569], - [-68, -44], - [-97, -23], - [-41, -33], - [-33, -76], - [17, -47], - [9, -95] - ], - [ - [4311, 8365], - [11, -40], - [84, -59], - [-48, -133], - [66, -44], - [2, -32], - [66, -28], - [3, -56], - [58, -29], - [26, -39], - [70, 45], - [3, -64], - [77, -84], - [-54, -36], - [3, -56], - [49, -21], - [-59, -84], - [-56, 4], - [20, -63], - [-29, -50], - [9, -32], - [57, -12], - [31, -135], - [65, -20], - [82, -60] - ], - [ - [4847, 7237], - [-5, -48], - [-48, -3], - [11, -56], - [41, -21], - [-44, -76], - [20, -79], - [-37, -35], - [35, -78], - [66, -213], - [0, -153], - [-57, 29], - [-43, -67], - [-47, -3], - [-33, 30], - [-47, -3], - [-28, -58], - [-56, 13], - [-11, -89], - [-54, -4], - [-34, -91], - [25, -38], - [-28, -50], - [28, -86], - [-12, -73], - [11, -55], - [-10, -113], - [-27, -74] - ], - [ - [3662, 5614], - [-55, 13], - [-33, 30], - [-5, 63], - [-76, 84], - [6, 121], - [-24, 110], - [-17, 15], - [-5, 168], - [13, 33], - [-23, 103], - [23, 114], - [-15, 87], - [43, 52], - [-19, 55], - [-4, 160], - [-12, 63], - [-50, 37], - [6, 33], - [51, 44], - [-11, 55], - [51, 52], - [-5, 72], - [-34, 30], - [28, 50], - [-64, 133], - [22, 25], - [-36, 62], - [-7, 88], - [54, 28], - [-10, 137], - [47, 3], - [-23, 103] - ], - [ - [3478, 7837], - [55, 12], - [81, 95], - [94, 7], - [118, 145], - [16, -7], - [102, 145], - [13, 50], - [93, 47], - [89, -19], - [21, 42], - [93, 47], - [10, -39], - [48, 3] - ], - [ - [7103, 8392], - [33, -55], - [48, -16], - [87, -1], - [38, 48], - [80, 0], - [1, -64], - [-46, -32], - [10, -79], - [40, -24], - [1, -40], - [-93, -72], - [-40, 16], - [-31, -39], - [50, -88], - [-38, -48], - [-65, 48], - [-10, 88], - [-23, 0], - [-147, 183], - [-46, -40], - [-39, 8], - [28, 112], - [52, 72], - [46, 32], - [64, -9] - ], - [ - [8564, 8040], - [-16, -64], - [-31, -23], - [16, -72] - ], - [ - [6487, 6569], - [-76, 22], - [-33, 86], - [-54, 14], - [-32, 71], - [81, 98], - [-31, 15], - [-11, 119], - [-40, 71], - [37, 41], - [-40, 31] - ], - [ - [6288, 7137], - [6, 72], - [-38, -2], - [4, 96], - [44, 74], - [24, -24], - [67, 50], - [51, 97], - [45, 49], - [-40, 55], - [12, 96], - [-31, 40], - [-4, 119], - [29, 57], - [-17, 56], - [21, 72], - [-38, 7], - [-10, 56], - [-39, 23], - [-17, 48], - [-63, 38], - [5, 81], - [-32, 15], - [27, 113], - [-18, 88], - [84, 42], - [6, 65], - [-80, 54], - [19, 121], - [-51, 88], - [14, 41], - [-3, 81], - [30, 49], - [-90, 96], - [-89, 63], - [-18, 74], - [13, 58], - [47, 1], - [36, 68], - [-2, 50], - [-32, 25] - ], - [ - [6160, 9489], - [43, 46], - [82, -25], - [12, 110], - [60, -25], - [109, 73], - [20, -68], - [35, -46], - [86, 14], - [42, 47], - [50, -8], - [22, 45], - [59, -13], - [97, -1], - [41, -17], - [84, -84], - [11, -72], - [-28, -13], - [78, -77], - [38, 9], - [60, -67] - ], - [ - [9295, 4853], - [-14, 57], - [-84, -22], - [-46, -54], - [-37, 17], - [-84, -6], - [-46, -70], - [30, -80], - [-39, -63], - [-60, -30], - [-45, 9], - [-83, -22], - [-68, 10], - [-37, 40], - [-68, -6], - [-15, -79], - [-82, -7], - [-15, 48], - [-53, 32], - [-67, -7], - [-15, -23], - [-83, -7], - [8, 103], - [22, 55], - [-22, 72], - [-83, 9], - [-8, 87], - [45, 8], - [-15, 71], - [-53, 1], - [-61, 56], - [-37, -39], - [-38, 0], - [-68, 41], - [-114, -23], - [-15, 24], - [-60, -24], - [-9, 80], - [-45, 16], - [-31, 56], - [-107, 9], - [-22, -55], - [-67, -32], - [-84, 1], - [-92, 48], - [-37, -39], - [-54, -15], - [-61, 24], - [-130, -7], - [-23, 15], - [-45, -47] - ], - [ - [6978, 5085], - [-220, 15], - [-93, 133], - [-36, -56], - [-38, 23], - [-68, 7] - ], - [ - [6523, 5207], - [4, 142], - [14, 71], - [73, 81], - [75, 33], - [-1, 23] - ], - [ - [9162, 6541], - [47, -17], - [69, 7], - [0, -40], - [131, -43], - [23, -48], - [6, -72], - [54, -9], - [-14, 88], - [31, 23], - [46, -65], - [-24, -39], - [45, -57], - [-23, -40], - [14, -80], - [69, -34], - [31, 39], - [30, -49], - [54, 7], - [61, -18], - [47, 71], - [61, -41], - [54, -2], - [91, -50] - ], - [ - [2532, 8017], - [82, -34], - [-34, -75], - [28, -55], - [-1, -96], - [115, -153] - ], - [ - [2722, 7604], - [57, -35], - [-15, -106], - [-35, -59], - [-67, -45], - [-54, -5], - [-33, 22], - [-84, -23], - [6, -80], - [-18, -66], - [-48, 20], - [-49, -156], - [-62, -6], - [-89, -47], - [-46, 3], - [2, -103] - ], - [ - [1192, 5872], - [-59, -8], - [-85, 21], - [-12, 39], - [-60, -8], - [-91, 13], - [-5, 39], - [-46, 83], - [-125, -22], - [-14, 54], - [-55, 43], - [-11, 47], - [30, 43], - [-19, 46] - ], - [ - [640, 6262], - [-36, 131], - [-50, 63], - [-35, -4], - [-8, 116], - [50, 65], - [2, 61], - [-73, 101], - [-21, 50], - [2, 67], - [-28, 44], - [8, 55], - [74, 89], - [27, 78], - [85, 76], - [14, 48], - [87, 100], - [107, 142], - [70, 112], - [49, 35], - [14, 42], - [99, 80], - [95, 112], - [68, 45], - [8, 30], - [75, 63], - [15, 54], - [80, 51], - [114, -13], - [86, 44], - [21, 47], - [30, 200], - [-11, 25] - ], - [ - [1658, 8471], - [49, 22], - [66, -50], - [10, -31], - [65, -16], - [20, 35], - [72, -16], - [-13, -34], - [43, -36], - [45, 21], - [38, -77], - [32, -5], - [0, -97], - [107, -62], - [-4, -49], - [64, -11], - [37, 28], - [88, -8], - [20, 42], - [79, -99], - [56, -11] - ], - [ - [13565, 7493], - [42, 39], - [83, 10], - [16, 158], - [38, -15], - [81, 29], - [29, -111], - [44, -24], - [45, 17], - [23, -42], - [92, 13], - [74, -31], - [36, -55], - [93, -59], - [61, -2], - [14, -78], - [117, 12], - [83, 81], - [43, -41], - [37, -109], - [96, -41], - [64, 36], - [129, -30], - [-6, -49], - [51, -109], - [54, -14], - [64, -64], - [101, -12], - [38, 51], - [88, 13], - [87, -16], - [39, -46], - [8, -75], - [-46, -66], - [-1, -79], - [32, -175], - [-106, -112], - [-36, -9], - [-62, -82], - [-22, -77], - [-103, 9], - [-59, -35], - [-65, 5], - [29, -57], - [39, -18], - [69, -141], - [67, 32], - [77, -48], - [27, 45], - [42, 4], - [-3, -78], - [-72, -74], - [-166, 67], - [-14, -78], - [-33, -19], - [-29, -161], - [-44, -56], - [28, -37], - [81, 3], - [56, -31], - [17, -69], - [-15, -64], - [76, -116], - [-3, -36], - [-74, -52], - [56, -29], - [60, 21], - [24, -67], - [-16, -59], - [-46, -8], - [-33, -117], - [-73, -166], - [26, -21], - [-28, -63], - [1, -85], - [-77, -73], - [-83, 15], - [-85, -15], - [-63, 44], - [-42, -22], - [-24, 41], - [-54, -18], - [-77, 5], - [-85, -36], - [-56, 31] - ], - [ - [8414, 3047], - [-28, 54], - [6, 40], - [-32, 55], - [25, 160], - [-47, -38], - [-34, -101], - [38, -55], - [-24, -118], - [-78, -38], - [-123, 51], - [-42, -4], - [-48, -61], - [-58, 36], - [-92, -4], - [-18, -30], - [-125, 28] - ], - [ - [7734, 3022], - [7, 111], - [-14, 166], - [-37, 23], - [-85, 102], - [-8, 64], - [83, 15], - [121, 5], - [-9, 56], - [45, -1], - [-2, 87], - [-32, 111], - [-111, -22], - [4, 150], - [-119, -30], - [-24, 63], - [-61, -7], - [-46, 64], - [37, 31], - [-31, 48], - [15, 39], - [-31, 40], - [5, 127], - [-46, 32], - [-55, 120], - [-29, -55], - [-61, 0], - [7, 48], - [-167, -24], - [-54, 32], - [-25, 143], - [52, 56], - [-32, 48], - [-68, -8], - [-10, 159], - [-39, 40], - [-8, 55], - [36, 111], - [45, 8], - [-9, 56] - ], - [ - [7734, 3022], - [-24, 8], - [-127, -36], - [-178, -71], - [-34, 9], - [-44, -61], - [37, -83], - [-17, -102], - [-62, -69], - [-100, -217], - [-42, -51], - [-30, -64], - [-104, -123], - [-84, -127], - [-99, -98], - [-62, -27], - [-57, 65], - [-38, -105], - [-44, -29], - [-70, -3], - [-31, -24], - [20, -48], - [60, -31], - [-89, -71], - [-72, -71], - [-61, -88], - [37, -35], - [77, -43], - [8, -164], - [-32, -145], - [-47, 6], - [6, 66], - [-23, 95], - [-53, 68], - [-136, 71], - [-112, -16], - [-41, 6], - [-85, -63], - [-92, -37], - [-52, -40], - [-49, -66], - [-92, 72], - [-21, -58], - [-31, -5], - [21, -70], - [-53, -18], - [-74, 27], - [-61, 7], - [-180, 95], - [-55, 109], - [1, 45], - [-62, 48], - [45, 84], - [36, 20], - [81, -36], - [26, -43], - [69, 24], - [-14, 84], - [40, 22], - [-17, 110], - [-27, 14], - [45, 84], - [44, -2], - [5, 45], - [96, 31], - [-5, 37], - [67, 37], - [-22, 103], - [25, 74], - [136, 38], - [30, 25], - [8, 62], - [-34, 53], - [85, 126], - [-94, 104], - [35, 65], - [-47, 182], - [133, 91], - [52, -3], - [78, 51], - [-6, -185], - [76, -11], - [-8, 72], - [31, 47], - [43, -62], - [44, 50], - [48, -44], - [-9, -29], - [53, -47], - [28, -60], - [75, -1], - [-7, 101], - [55, -6], - [15, 56], - [63, -126], - [49, -24], - [52, 52], - [54, -28], - [55, 28], - [-68, 138], - [-42, -5], - [-44, 58], - [51, 26], - [11, 40], - [-16, 80], - [21, 54], - [6, 97], - [-34, 58], - [27, 31], - [-76, 22], - [-8, 53], - [-66, -29], - [-40, 8], - [-12, 69], - [-70, 8], - [-41, 59], - [13, 181], - [-58, -30], - [-32, 68], - [65, 15], - [-26, 138], - [38, 27], - [-13, 138], - [-73, -1], - [-11, -67], - [-41, -21], - [-43, 26], - [13, 72], - [-59, 15], - [-10, 74], - [-64, -16], - [-38, 18], - [-11, 57], - [-52, 91], - [57, 31], - [35, 92], - [-17, 114], - [39, 46], - [-23, 54], - [-27, 122], - [-17, 144], - [-68, -14], - [-28, -56], - [-41, 9], - [-34, 41], - [-38, -31], - [-76, 104], - [1, 65] - ], - [ - [5728, 4998], - [85, 24], - [11, 91], - [68, -26], - [34, 85], - [69, -60], - [97, -63], - [97, 3], - [22, 31], - [68, -22], - [68, 2], - [21, 31], - [68, 2], - [-2, 70], - [89, 41] - ], - [ - [9345, 8272], - [72, -17], - [79, -1], - [9, 64], - [111, -41], - [47, -49], - [80, -1], - [32, 16], - [110, -41], - [87, -1], - [49, 39], - [-7, 40], - [71, 8], - [33, 31], - [61, -64], - [79, 7], - [73, 39], - [30, -32], - [13, -97], - [107, -89], - [14, -65], - [45, -49], - [39, 0], - [6, -65], - [46, -9], - [-1, -48], - [-48, -32], - [52, -73], - [108, -9], - [9, 48], - [86, 23], - [106, -10] - ], - [ - [4723, 9662], - [-89, -50], - [31, -94], - [-68, 26], - [-37, -60], - [35, -38], - [-37, -51], - [-40, -11], - [25, -112], - [-54, -44], - [-35, -76], - [4, -56], - [-36, -76], - [-40, -2], - [-61, -53], - [40, -119], - [-11, -74], - [16, -120], - [20, -72], - [-60, -69], - [8, -128], - [-23, -18] - ], - [ - [3478, 7837], - [-41, 30], - [-19, 47], - [-83, 42], - [-28, -50], - [-66, 43], - [-38, -27], - [-50, -76], - [-142, -2], - [-29, -35], - [-49, 21], - [-89, -79], - [-64, -86], - [-54, -12], - [-4, -49] - ], - [ - [2532, 8017], - [44, 44], - [-11, 47], - [46, 12], - [-47, 93], - [3, 74], - [-36, 53], - [62, 13], - [74, -26], - [45, 28], - [-14, 88], - [57, -20], - [4, 49], - [36, 43], - [48, -4], - [115, 65], - [79, 6], - [21, -72], - [89, -18], - [36, 44], - [6, 138], - [28, 59], - [97, -18], - [-28, 63], - [-9, 129], - [71, 13], - [36, 43], - [-3, 49], - [-51, 53], - [-73, 3], - [-19, 56], - [79, 5], - [35, 76], - [-53, 70], - [-41, 13], - [-28, 63], - [-69, 77], - [5, 41], - [-106, 17], - [-51, 37], - [-23, 105], - [-58, 28], - [32, 108], - [-52, 53], - [69, 38], - [71, 149], - [-52, 51], - [5, 55], - [60, 72], - [-74, 11], - [-17, 29] - ], - [ - [2970, 10222], - [154, -6], - [40, 32], - [92, -39], - [74, 19], - [58, -19], - [66, -64], - [148, -6], - [116, -91], - [65, 27], - [171, -4], - [41, -74], - [34, 13], - [101, -23], - [11, 24], - [167, 7], - [5, -140], - [54, -39], - [-28, -71], - [102, 29], - [93, -5], - [80, 30], - [44, -29], - [99, -2], - [-4, -64], - [-40, -26], - [10, -39] - ], - [ - [9951, 4], - [-3, 0], - [-5, -4], - [-56, 0], - [-19, 41], - [-50, 10], - [-8, 56], - [-35, 31], - [-85, 13], - [-81, 77], - [47, 68], - [63, 7], - [15, 154], - [-11, 86], - [33, 62] - ], - [ - [9631, 10773], - [88, 7], - [35, -48], - [79, 16], - [53, 39], - [91, -7], - [9, -62], - [68, -3], - [10, -58], - [48, -39], - [24, -49], - [82, -81], - [-39, -88], - [20, -73], - [55, -79], - [36, -14], - [23, -55], - [34, 3], - [130, -118], - [-19, -52], - [31, -60], - [-25, -24], - [-82, -4], - [-39, -27], - [-115, -15], - [-30, -32], - [137, -101], - [15, -50], - [42, -31], - [-13, -51], - [-36, -38], - [-31, -86], - [100, -57], - [-61, -132], - [80, -36], - [43, 46], - [88, -28], - [118, 2], - [27, -81], - [113, -16], - [11, 31], - [122, 51], - [126, -22], - [5, -95], - [57, -124], - [73, 11], - [27, 26], - [95, -44], - [1, -28], - [-60, -54], - [-9, -61], - [52, -21], - [-8, -65], - [26, -31], - [1, -64], - [54, -59], - [-16, -45], - [25, -67], - [-72, -65], - [-3, -69], - [29, -27], - [12, -58], - [58, -70], - [45, -12], - [5, -86], - [60, -58] - ], - [ - [2068, 4845], - [-57, -21], - [-56, 25], - [-47, -60], - [-48, -1], - [-83, -40], - [-27, 27], - [-71, -2], - [-12, 30], - [-77, 41], - [-135, -41], - [-30, 62], - [-37, 17], - [-93, -14], - [-45, 31], - [-72, -4], - [-22, -49], - [-138, 67], - [-47, 44], - [-13, 49], - [-118, 12], - [-18, -78], - [-30, -40], - [-52, -24], - [-74, 39], - [15, -68], - [-26, -13], - [-59, 39], - [29, 71], - [-46, 106], - [-70, 5], - [-57, -39], - [-68, 26], - [-5, 62], - [-60, 106], - [-68, 21], - [-59, -19], - [-28, 82], - [-103, 173], - [-61, 0], - [21, 189], - [17, 50], - [40, 23], - [53, 84], - [45, 20], - [13, 55], - [-20, 51], - [26, 24], - [7, 109], - [24, 19], - [8, 66], - [47, 83], - [55, 9], - [16, 110], - [36, 13], - [61, -70], - [105, 8], - [86, -48] - ], - [ - [5728, 4998], - [-2, 55], - [-80, 22], - [-90, 10], - [-66, 36], - [-38, -61], - [-72, -52], - [-19, 118], - [-39, 0], - [-23, -52], - [-37, 26], - [40, 39], - [12, 54], - [-22, 33], - [-109, -55], - [-25, 63], - [-69, -29], - [-21, 26], - [11, 66], - [-40, 34], - [-105, 2], - [-56, 53], - [22, 31], - [-105, 92], - [-69, -20], - [-100, 41], - [-28, -13] - ], - [ - [4847, 7237], - [61, 45], - [95, 22], - [48, -21], - [86, 29], - [157, 10], - [33, -30], - [45, 67], - [56, -21], - [46, 10], - [18, -47], - [39, 2], - [14, 49], - [102, -27], - [13, 65], - [85, 28], - [14, 41], - [74, -85], - [19, -103], - [24, -23], - [-37, -58], - [2, -48], - [33, -46], - [2, -48], - [123, 6], - [108, -12], - [-2, 64], - [62, -14], - [75, 51], - [46, -6] - ], - [ - [1658, 8471], - [-60, 108], - [3, 61], - [-42, 8], - [17, 91], - [97, -6], - [38, 29], - [-105, 73], - [-83, 146], - [-17, 79], - [-34, 4], - [-17, 59], - [16, 32], - [-105, 85], - [-21, 75], - [-56, 21], - [-14, 37], - [35, 78], - [16, 72], - [-29, 116], - [20, 112], - [-30, 35], - [19, 41], - [137, 17], - [5, -27], - [86, 0], - [7, -64], - [63, -10], - [80, 50], - [33, 67], - [104, 68], - [63, 90], - [-16, 65], - [43, 102], - [89, 3], - [97, 24], - [178, -36], - [114, 31], - [42, -20], - [78, 68], - [169, 29], - [73, -48], - [106, -21], - [63, 27], - [50, -20] - ], - [ - [12733, 3375], - [-72, -33], - [-67, -66], - [-58, -143], - [-37, 63], - [-56, 39], - [-92, -2], - [-168, -69], - [-52, -42], - [-72, -122], - [-31, 60], - [-40, 29], - [-67, -18], - [-53, 14], - [-107, -12], - [-173, -102], - [-60, -84], - [-60, -58], - [-96, -44], - [-99, -135], - [-97, -175], - [-33, -72], - [-37, -48], - [-139, -69], - [0, 37], - [61, 61], - [66, 16], - [62, 33], - [8, 46], - [34, 38], - [82, 150], - [-79, -7], - [-56, 35], - [-59, -47], - [-36, -79] - ], - [ - [4723, 9662], - [69, -43], - [21, 64], - [41, 8], - [-11, 57], - [12, 71], - [58, -5], - [20, -68], - [34, -23], - [100, 1], - [76, 109], - [88, 64], - [-13, -91], - [33, 3], - [61, -89], - [43, -3], - [59, 45], - [96, -46], - [68, -3], - [-8, -61], - [36, -96], - [79, 20], - [-19, 33], - [35, 78], - [68, 43], - [115, 8], - [55, 68], - [48, 27], - [49, -100], - [41, -36], - [-20, -72], - [64, -65], - [7, -64], - [32, -7] - ] - ], - "transform": { - "scale": [0.001171110329852683, 0.0007382609567284698], - "translate": [22.14834213256836, 44.39125061035162] - }, - "objects": { - "ukraine": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-71", - "NAME_0": "Ukraine", - "ID_1": 1, - "NAME_1": "Cherkasy", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Cherkas'ka Oblast'|Cherkasskaya Oblast'|Cherkassy" - } - }, - { - "arcs": [[4, 5, 6, 7]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-74", - "NAME_0": "Ukraine", - "ID_1": 2, - "NAME_1": "Chernihiv", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Chernigov|Tschernigow" - } - }, - { - "arcs": [[8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-77", - "NAME_0": "Ukraine", - "ID_1": 3, - "NAME_1": "Chernivtsi", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Chernivets'ka Oblast'|Chernovitskaya Oblast'|Chernovtsy|Czernowitz|Tschernowzy|Tchernovtsy" - } - }, - { - "arcs": [[13, 14, 15, 16]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-43", - "NAME_0": "Ukraine", - "ID_1": 4, - "NAME_1": "Crimea", - "TYPE_1": "Autonomous Republic", - "ENGTYPE_1": "Autonomous Republic", - "NL_NAME_1": null, - "VARNAME_1": "Crimée|Criméia|Krim|Krymskaya Respublika|Respublika Krym" - } - }, - { - "arcs": [[17, 18, 19, 20, 21, 22, 23]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-12", - "NAME_0": "Ukraine", - "ID_1": 5, - "NAME_1": "Dnipropetrovs'k", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Dnipropetrovsk|Dniepropietrovsk|Dnjepropetrowsk" - } - }, - { - "arcs": [[24, 25, -19, 26, 27]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-14", - "NAME_0": "Ukraine", - "ID_1": 6, - "NAME_1": "Donets'k", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Donetsk|Donetskaya Oblast'|Donezk|Stalino" - } - }, - { - "arcs": [[28, -13, 29, 30, 31]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-26", - "NAME_0": "Ukraine", - "ID_1": 7, - "NAME_1": "Ivano-Frankivs'k", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Ivano-Frankovsk|Ivano-Frankovskaya Oblast'|Stanislav" - } - }, - { - "arcs": [[32, -27, -18, 33, 34, 35]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-63", - "NAME_0": "Ukraine", - "ID_1": 8, - "NAME_1": "Kharkiv", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Charkow|Jarkov|Karkov|Khar'kov" - } - }, - { - "arcs": [[[36]], [[37, 38, -21, 39, 40, -17]]], - "type": "MultiPolygon", - "properties": { - "ID_0": 240, - "ISO": "UA-65", - "NAME_0": "Ukraine", - "ID_1": 9, - "NAME_1": "Kherson", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Cherson|Khersons'ka Oblast'" - } - }, - { - "arcs": [[41, 42, -10, 43, 44]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-68", - "NAME_0": "Ukraine", - "ID_1": 10, - "NAME_1": "Khmel'nyts'kyy", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Khmelnitsky|Khmelnytskyi|Chmelnizkij|Hmelnicki|Kamenets-Podol'skaya Oblast'|Khmel'nyts'ka Oblast'" - } - }, - { - "arcs": [[45]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-30", - "NAME_0": "Ukraine", - "ID_1": 11, - "NAME_1": "Kiev City", - "TYPE_1": "Independent City", - "ENGTYPE_1": "Independent City", - "NL_NAME_1": null, - "VARNAME_1": "Kyiv" - } - }, - { - "arcs": [[-7, 46, -3, 47, 48, 49], [-46]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-32", - "NAME_0": "Ukraine", - "ID_1": 12, - "NAME_1": "Kiev", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Kiev Oblast|Kiew|Kijew|Kiiv|Kijev|Kiyev|Kyiv|Kyjiv|Kyyiv|Kyyivs'ka Oblast'" - } - }, - { - "arcs": [[-23, 50, 51, 52, -1, 53]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-35", - "NAME_0": "Ukraine", - "ID_1": 13, - "NAME_1": "Kirovohrad", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Kirovograd|Kirovogradskaya Oblast'" - } - }, - { - "arcs": [[54, 55, -32, 56, 57, 58]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-46", - "NAME_0": "Ukraine", - "ID_1": 14, - "NAME_1": "L'viv", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Lemberg|Llvov|L'vov|Lwow|L'vivs'ka Oblast'" - } - }, - { - "arcs": [[-28, -33, 59]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-09", - "NAME_0": "Ukraine", - "ID_1": 15, - "NAME_1": "Luhans'k", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Luhansk|Lugansk|Luhans'ka Oblast'|Voroshilovgrad" - } - }, - { - "arcs": [[-22, -39, 60, 61, -51]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-48", - "NAME_0": "Ukraine", - "ID_1": 16, - "NAME_1": "Mykolayiv", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Mykolaiv|Nikolajew|Nikolayev" - } - }, - { - "arcs": [[-62, 62, 63, -52]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-51", - "NAME_0": "Ukraine", - "ID_1": 17, - "NAME_1": "Odessa", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Odesa|Odes'ka Oblast'|Odesskaya Oblast'" - } - }, - { - "arcs": [[-34, -24, -54, -4, -47, -6, 64]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-53", - "NAME_0": "Ukraine", - "ID_1": 18, - "NAME_1": "Poltava", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[65, -45, 66, -55, 67, 68]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-56", - "NAME_0": "Ukraine", - "ID_1": 19, - "NAME_1": "Rivne", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Rovno|Rivnens'ka Oblast'|Rovenskaya Oblast'" - } - }, - { - "arcs": [[-15, 69]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-40", - "NAME_0": "Ukraine", - "ID_1": 20, - "NAME_1": "Sevastopol'", - "TYPE_1": "Autonomous Republic", - "ENGTYPE_1": "Autonomous Republic", - "NL_NAME_1": null, - "VARNAME_1": "Sebastopol" - } - }, - { - "arcs": [[-35, -65, -5, 70]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-59", - "NAME_0": "Ukraine", - "ID_1": 21, - "NAME_1": "Sumy", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": null - } - }, - { - "arcs": [[-44, -9, -29, -56, -67]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-61", - "NAME_0": "Ukraine", - "ID_1": 22, - "NAME_1": "Ternopil'", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Ternopol|Ternopol'" - } - }, - { - "arcs": [[-57, -31, 71]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-21", - "NAME_0": "Ukraine", - "ID_1": 23, - "NAME_1": "Transcarpathia", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Transcarpathian|Zakarpattia|Ruthenia|Zakarpats'ka Oblast'|Zakarpatskaya Oblast'" - } - }, - { - "arcs": [[-48, -2, -53, -64, 72, -11, -43, 73]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-05", - "NAME_0": "Ukraine", - "ID_1": 24, - "NAME_1": "Vinnytsya", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Vinnytsia|Vinnitskaya Oblast'|Vinnyts'ka Oblast|Winniza" - } - }, - { - "arcs": [[-68, -59, 74]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-07", - "NAME_0": "Ukraine", - "ID_1": 25, - "NAME_1": "Volyn", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Volhynia|Volyns'ka Oblast'|Volynskaya Oblast'|Wolynien" - } - }, - { - "arcs": [[-26, 75, -40, -20]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-23", - "NAME_0": "Ukraine", - "ID_1": 26, - "NAME_1": "Zaporizhzhya", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Saporoshje|Zaporizhia|Zaporiz'ka Oblast'|Zaporojie|Zaporozhskaya Oblast'|Zaporozh'ye|Zaporožje" - } - }, - { - "arcs": [[-49, -74, -42, -66, 76]], - "type": "Polygon", - "properties": { - "ID_0": 240, - "ISO": "UA-18", - "NAME_0": "Ukraine", - "ID_1": 27, - "NAME_1": "Zhytomyr", - "TYPE_1": "Oblast'", - "ENGTYPE_1": "Region", - "NL_NAME_1": null, - "VARNAME_1": "Zhitomir|Jitomir|Shitomir|Zhitomirskaya Oblast'" - } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/usa-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/usa-topo.json deleted file mode 100644 index 95e8f36c7fac8..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/usa-topo.json +++ /dev/null @@ -1,22866 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [29191, 41293], - [0, -314], - [-1, -2201], - [0, -309], - [-1, -665], - [0, -177], - [1, -937], - [0, -543], - [0, -960], - [0, -143], - [-1, -1878], - [-1, -1023], - [0, -413], - [0, -293], - [-1, -62], - [1, -734], - [-1, -242], - [-1, -644], - [0, -851], - [-1, -190], - [0, -361], - [-1, -187], - [-1, -749], - [-1, -422] - ], - [ - [29182, 26995], - [-701, 4], - [-1923, -2], - [-559, -1], - [-402, -1], - [-226, 19], - [-500, 217], - [-396, 172], - [-1240, 530], - [-1156, 483], - [-481, 195], - [-387, 166], - [-297, 127], - [-1410, 593], - [-1047, 429], - [8, 310], - [19, 21], - [32, -1], - [63, 99], - [53, 138] - ], - [ - [18632, 30493], - [76, 45], - [117, -18], - [221, 234], - [58, 144], - [6, 67], - [-11, 166], - [-80, 131], - [-22, 19], - [-90, 14], - [-34, -26], - [-30, -2], - [-33, 8], - [-95, 47], - [-61, 110], - [3, 36], - [17, 66], - [18, 27], - [15, 44], - [7, 66], - [6, 184], - [-52, 208], - [-39, 141], - [104, 47], - [71, 45], - [8, 58], - [53, 98], - [66, 92], - [43, 94], - [-9, 57], - [19, 221], - [21, 24], - [42, 21], - [4, 28], - [-19, 122], - [-35, 125], - [-4, 82], - [13, 200], - [35, 111], - [67, 80], - [47, 74], - [7, 38], - [-1, 106], - [4, 22], - [24, 38], - [16, 16], - [39, 0], - [45, 22], - [84, 49], - [16, 16], - [128, 89], - [34, 56], - [114, 126], - [61, 22], - [-12, 108], - [-72, 116], - [-42, 30], - [-121, 101], - [-140, 127], - [-210, 510], - [-24, 97], - [-162, 189], - [-150, 260], - [-7, 48], - [11, 46], - [3, 199], - [-7, 40] - ], - [ - [18793, 36254], - [-5, 66], - [26, 168], - [42, 66], - [38, 20], - [11, 25], - [6, 61], - [1, 52], - [-50, 357], - [-16, 72], - [-42, 141], - [-46, 50], - [-19, 38], - [-29, 115], - [5, 52], - [7, 26], - [32, 198], - [-7, 48], - [-35, 57], - [-24, 26], - [-20, 124], - [-14, 281], - [4, 94], - [-1, 75], - [-47, 168], - [-23, 97], - [-22, 261], - [36, 43], - [194, 96], - [112, 24], - [109, -1], - [245, -25], - [29, -20], - [69, -71], - [34, -55], - [13, -43], - [20, -39], - [55, -64], - [46, -28], - [46, 2], - [111, 21], - [30, 44], - [23, 92], - [10, 62], - [107, 214], - [30, 18], - [-1, 142], - [-2, 99], - [4, 207], - [0, 257], - [-8, 461], - [0, 471], - [0, 397] - ], - [ - [19877, 41296], - [157, -1], - [1860, 1], - [125, 0], - [679, 1], - [329, 1], - [1759, 1], - [414, -1], - [818, 5], - [475, 2], - [306, -14], - [614, -1], - [1153, 3], - [372, 0], - [253, 0] - ], - [ - [57109, 31251], - [0, 314], - [1, 248], - [-1, 295], - [1, 155], - [-2, 333], - [-43, 42], - [-34, 17], - [-180, 44], - [-132, -18], - [-9, -9], - [-183, -99], - [-99, 63], - [-103, 77], - [-12, 18], - [-28, 81] - ], - [ - [56285, 32812], - [1, 64], - [10, 475], - [10, 430], - [8, 424], - [8, 409], - [4, 170], - [12, 564], - [16, 625], - [2, 109], - [15, 593], - [4, 178], - [4, 92], - [7, 219], - [-4, 62], - [5, 18], - [-60, 475], - [-67, 541], - [-43, 346], - [-47, 361], - [-25, 189], - [-47, 373], - [-29, 258], - [-30, 245] - ], - [ - [56039, 40032], - [184, 0], - [759, -2], - [455, 1], - [275, 1], - [544, -2], - [243, 0], - [386, -1], - [362, -1], - [227, 0], - [452, 0], - [393, 0], - [368, 3], - [251, -1], - [223, 1], - [360, 1], - [252, -1], - [246, -5], - [518, 2], - [308, 2], - [498, 0], - [370, -1], - [494, -1], - [142, 0], - [-7, -25], - [42, -126], - [113, -113], - [16, -28], - [1, -199], - [-23, -57], - [-14, -21], - [-58, -17], - [-196, -204], - [-184, -239], - [-84, -193], - [-8, -45], - [451, 5], - [419, 4], - [313, 4] - ], - [ - [65130, 38774], - [24, -66], - [62, -68], - [-3, -128], - [-50, 23], - [-34, -3], - [-60, -34], - [-15, -50], - [8, -25], - [37, -22], - [37, -13], - [38, -22], - [15, -27], - [-5, -20], - [-218, -161], - [-83, -25], - [-44, 10], - [-39, 22], - [-74, -53], - [-17, -37], - [6, -84], - [34, -62], - [28, -27], - [31, -10], - [39, 10], - [-46, -296], - [-89, -23], - [-111, 69], - [-21, -2], - [-21, -18], - [11, -200], - [-26, -24], - [-21, -4], - [-29, 37], - [-61, 11], - [-115, -139], - [-19, -92], - [25, -27], - [57, 5], - [78, 42], - [13, -59], - [-53, -166], - [-71, -4], - [-20, -16], - [-9, -36], - [18, -49], - [13, -16], - [22, -10], - [44, 9], - [35, -14], - [38, -62], - [6, -18], - [18, -196], - [-35, -48], - [-32, -13], - [-17, 6], - [-62, 41], - [-32, -16], - [-27, -31], - [-36, -139], - [-189, -54], - [-27, -77], - [1, -35] - ], - [ - [64057, 36238], - [103, -103], - [18, -44], - [-10, -76], - [-107, -154], - [-200, -36], - [-17, 7], - [-23, 51], - [-47, 4], - [-23, -10], - [-8, -51], - [20, -126], - [-23, -34], - [-28, -4], - [-46, 38], - [-33, 4], - [-23, -52], - [-10, -91], - [41, -50], - [43, -45], - [2, -27], - [-23, -40], - [-33, -10], - [-47, 16], - [-23, -21], - [20, -560], - [-18, -51], - [-72, -61], - [-83, -38], - [-196, -31], - [-172, -314], - [-23, -27], - [-48, 4], - [-31, -18], - [-3, -32], - [32, -46], - [28, -29], - [1, -28], - [-24, -35], - [-47, -3], - [-30, -61], - [11, -57], - [31, -30], - [44, -21], - [17, -55], - [-15, -83], - [-144, -62], - [-101, -12], - [-131, -77], - [2, -32], - [96, -115], - [-58, -187], - [-134, -160], - [-9, -68], - [33, -107], - [-2, -30], - [-9, -19], - [-29, -22], - [-52, 12], - [-18, -12], - [-13, -57], - [12, -28], - [54, -50], - [50, -50], - [-6, -29], - [-34, -30], - [-134, -39], - [-15, -37], - [31, -59], - [168, -142], - [13, -60], - [-25, -48], - [-98, -27], - [80, -306], - [57, -132], - [46, -61], - [-3, -193], - [-71, -270], - [-75, -86] - ], - [ - [62463, 31213], - [-184, 2], - [-299, 3], - [-273, 2], - [-101, -1], - [-602, 2], - [-508, 4], - [-522, 8], - [-387, 6], - [-483, 7], - [-185, 1], - [-313, 1], - [-258, 1], - [-287, 1], - [-527, 1], - [-425, 0] - ], - [ - [8343, 33724], - [18, 21], - [33, 7], - [47, -16], - [53, 10], - [29, 25], - [8, 17], - [22, 3], - [38, -15], - [47, 0], - [31, 11], - [34, 34], - [22, -5], - [-1, -28], - [-12, -29], - [7, -33], - [39, -37], - [40, -15], - [47, 9], - [-2, -34], - [6, -33], - [10, -15], - [-5, -20], - [-50, -3], - [-31, -13], - [-55, -42], - [-5, -13], - [-52, -14], - [-39, -3], - [-20, -22], - [-23, -8], - [-88, 59], - [-19, 22], - [-20, 50], - [-16, 11], - [-20, 51], - [-28, 42], - [-45, 26] - ], - [ - [9197, 33870], - [35, -5], - [28, 4], - [30, -19], - [25, -3], - [40, -26], - [34, -45], - [91, -17], - [34, 8], - [28, 38], - [-9, 15], - [29, 31], - [37, 1], - [13, 9], - [69, -31], - [17, -18], - [-22, -23], - [-19, -10], - [-9, -40], - [-25, -25], - [-28, 2], - [-27, -16], - [-54, -7], - [-3, 5], - [-78, -8], - [-51, -34], - [-31, -8], - [-27, -24], - [-40, 11], - [-28, -12], - [-71, 9], - [-87, 19], - [-57, 25], - [-21, 72], - [15, 37], - [1, 22], - [-31, 34], - [-44, 32], - [-13, 28], - [8, 20], - [52, -11], - [63, -4], - [59, -29], - [13, -18], - [20, -2], - [34, 13] - ], - [ - [7945, 33833], - [41, -14], - [47, 45], - [21, -11], - [24, 4], - [53, 53], - [14, -35], - [-7, -23], - [22, -9], - [29, 7], - [23, -18], - [31, -47], - [-27, -12], - [-58, 3], - [-19, -12], - [-32, 9], - [-63, 34], - [-34, -17], - [-50, 7], - [-20, 26], - [5, 10] - ], - [ - [9654, 31910], - [30, 11], - [43, -30], - [86, -46], - [54, -67], - [-27, -22], - [-59, -10], - [-67, 19], - [-11, 10], - [-52, 16], - [-36, 36], - [-26, 79], - [32, -19], - [33, 23] - ], - [ - [9879, 33737], - [-27, 14], - [7, 15], - [23, -2], - [-3, -27] - ], - [ - [11551, 30939], - [-21, 27], - [-28, 98], - [-18, 32], - [-24, 29], - [-25, 98], - [-17, 18], - [-19, -1], - [2, 41], - [21, 12], - [35, -5], - [20, -23], - [10, -47], - [35, -64], - [21, -25], - [60, -93], - [21, -26], - [46, -36], - [26, -35], - [143, -142], - [31, -44], - [-14, -5], - [-36, 12], - [-27, -2], - [-58, -59], - [-5, 16], - [-31, 35], - [-58, 53], - [-22, 7], - [-15, 18], - [-20, 43], - [0, 19], - [-33, 49] - ], - [ - [11597, 32337], - [27, -9], - [14, 6], - [60, -49], - [41, -4], - [77, -44], - [26, -7], - [6, -48], - [102, -132], - [13, -39], - [-3, -25], - [-22, -24], - [-16, -5], - [-33, 16], - [-32, 25], - [-27, 12], - [-52, 2], - [-70, -6], - [-47, 19], - [-30, 46], - [-13, 31], - [19, 75], - [-12, 65], - [-7, 20], - [-28, 11], - [-23, -5], - [-13, 21], - [-27, 10], - [-39, -3], - [-23, 15], - [-9, 23], - [-34, 47], - [15, 17], - [77, 1], - [26, -15], - [57, -47] - ], - [ - [4305, 43447], - [-30, -1], - [-22, 22], - [29, 28], - [18, -6], - [5, -43] - ], - [ - [3197, 43062], - [17, 15], - [14, -21], - [-6, -19], - [-21, 4], - [-4, 21] - ], - [ - [4379, 43381], - [16, 14], - [21, -45], - [-25, -8], - [-12, 39] - ], - [ - [968, 53907], - [206, -4], - [520, -3], - [367, 11], - [234, 1], - [281, -3], - [217, 12], - [142, 10], - [204, -12], - [82, 0], - [682, 4], - [248, 9], - [229, 3], - [165, -4], - [240, -1], - [297, -9], - [580, -9], - [202, -4], - [271, -4], - [187, -1], - [335, -1], - [222, -8], - [290, 1], - [348, 0], - [756, -1], - [534, 3] - ], - [ - [8807, 53897], - [-1, -2045], - [1, -784], - [6, -942], - [0, -599], - [-2, -481], - [-7, -734], - [-1, -148], - [-3, -699], - [-5, -333], - [0, -222], - [9, -570], - [180, -167], - [589, -551], - [255, -239], - [227, -216], - [377, -357], - [706, -676], - [592, -579], - [723, -707], - [386, -380], - [617, -617], - [623, -629], - [308, -311], - [954, -981], - [727, -758], - [343, -361], - [416, -438], - [79, -83], - [448, -480], - [251, -268], - [206, -223], - [28, -28], - [410, -444], - [225, -246], - [319, -347] - ], - [ - [18632, 30493], - [-1388, -130], - [-764, -78], - [-428, -46], - [-529, -56], - [-1367, -156], - [-16, 105], - [1, 54], - [-12, 76], - [-38, 84], - [-38, 53], - [-31, 18], - [-30, -2], - [-20, -12], - [-23, -30], - [-19, -5], - [-17, 78], - [-4, 65], - [9, 68], - [-4, 86], - [-12, 41], - [-37, 48], - [-2, 44], - [16, 30], - [16, -7], - [17, 27], - [8, 37], - [-5, 66], - [-11, 78], - [-38, 205], - [-24, 56], - [-30, 101], - [-10, 47], - [-25, 72], - [-63, 118], - [-74, 113], - [-81, 139], - [-45, 70], - [-67, 95], - [-78, 80], - [-45, 34], - [-45, 19], - [-22, 50], - [-44, 61], - [-26, 26], - [-73, 53], - [-12, -20], - [-45, 17], - [-21, 57], - [-65, 83], - [-43, 64], - [-55, 27], - [-48, 54], - [-68, 47], - [-43, 18], - [-51, 15], - [-25, 37], - [-112, 86], - [-54, 56], - [-65, 88], - [-45, 47], - [-23, 11], - [-59, 48], - [-45, 18], - [-44, 7], - [-13, -35], - [12, -80], - [-49, -2], - [-95, -33], - [-72, 12], - [-37, 11], - [-70, 49], - [-11, 12], - [-45, 11], - [-22, -14], - [-27, 16], - [-32, 82], - [44, 65], - [20, 10], - [5, 28], - [-1, 64], - [-39, 109], - [-55, 142], - [-34, 73], - [-44, 72], - [-34, 45], - [-31, 30], - [-44, 28], - [-49, 8], - [-64, -7], - [-11, -6], - [-109, 6], - [-21, -14], - [-50, -10], - [-49, 8], - [-23, -1], - [-72, -27], - [-40, -51], - [-66, 66], - [-26, 17], - [-77, 13], - [-60, 16], - [-18, -6], - [-31, 12], - [-43, 30], - [-50, 16], - [-61, 42], - [-61, 19], - [-34, 20], - [-18, 2], - [-22, -12], - [-38, 14], - [-109, 98], - [-27, 14], - [-24, 4], - [-39, 75], - [-37, 95], - [-16, 54], - [-8, 46], - [-16, 35], - [-23, 20], - [-21, -5], - [-20, 7], - [-46, 38], - [-21, 35], - [-40, 38], - [-37, -3], - [-70, 87], - [-15, 8], - [-47, 46], - [-21, 3], - [-71, 27], - [-49, 24], - [-42, 45], - [-106, 19], - [-41, -13], - [-19, 4], - [-43, -3], - [-30, -10], - [-7, -23], - [-32, -20], - [-38, 2], - [-30, 17], - [-75, 33], - [-17, 4], - [-76, -4], - [-33, -20], - [-38, 2], - [-95, 64], - [-58, 3], - [-29, 24], - [-68, 39], - [-57, 8], - [-22, -5], - [-70, -3], - [-56, 24], - [-42, 9], - [-79, -7], - [-78, 0], - [-23, -6], - [-84, 0], - [-23, 6], - [-12, -9], - [-74, -21], - [-187, -18], - [-18, -11], - [-37, 2], - [-9, 69], - [-26, 37], - [-39, 83], - [-25, 21], - [-105, 65], - [-51, -1], - [-26, -6], - [-28, 30], - [-15, 38], - [10, 59], - [28, 76], - [43, 145], - [1, 44], - [-25, 53], - [-21, 19], - [-21, 45], - [27, 94], - [25, 125], - [-1, 39], - [-11, 22], - [-43, 34], - [-6, 35], - [-9, 17], - [-44, 8], - [58, 249], - [12, 76], - [6, 72], - [-2, 102], - [-9, 55], - [-28, 61], - [-21, 14], - [-24, -1], - [-44, 46], - [-29, 12], - [-37, 6], - [-38, -9], - [-11, -38], - [-34, 23], - [-13, 22], - [-36, 19], - [-77, 49], - [-18, 5], - [-31, 48], - [-44, 56], - [14, 76], - [18, 41], - [23, 83], - [8, 50], - [1, 35], - [-7, 82], - [-6, 25], - [-29, 68], - [-22, 31], - [-21, 17], - [-72, -6], - [-43, 34], - [-63, 1], - [-41, 61], - [-51, 57], - [-13, 6], - [-77, 99], - [-46, 111], - [-33, 33], - [-43, 74], - [-41, 20], - [-12, -6], - [-104, 40], - [-63, 44], - [-9, 38], - [-46, 61], - [-2, 99], - [-31, 77], - [-45, 53], - [-59, 49], - [-34, 53], - [-12, 27], - [-49, 29], - [-43, 47], - [-2, 48], - [-17, 39], - [-25, 127], - [-32, 76], - [-15, 16], - [-38, 19], - [-80, 27], - [-29, 64], - [-5, 37], - [-26, 18], - [-22, 39], - [-20, 68], - [-94, 129], - [-69, 74], - [-117, 82], - [-32, 17], - [-31, 0], - [-41, 42], - [-6, 24], - [-24, 44], - [-42, 28], - [-26, 35], - [-11, 38], - [3, 57], - [-23, 45], - [6, 60], - [-7, 41], - [-16, 15], - [-6, 27], - [5, 28], - [-20, 70], - [-21, 47], - [-9, 33], - [6, 53], - [-11, 39], - [35, 8], - [-13, 88], - [-18, 16], - [-28, -5], - [-28, 23], - [4, 23], - [53, 89], - [6, 40], - [27, 2], - [63, -64], - [2, -19], - [33, 7], - [20, 17], - [34, 48], - [32, 68], - [20, 65], - [14, 79], - [2, 91], - [33, 136], - [-6, 28], - [-34, 84], - [-34, 78], - [-64, 131], - [-33, 47], - [-49, 48], - [-44, 23], - [-18, 0], - [-22, -17], - [-40, -44], - [-20, 12], - [-53, 15], - [-21, -6], - [-7, -28], - [-73, -7], - [-74, 19], - [-64, 48], - [-27, 15], - [-59, 57], - [-36, 26], - [-86, 115], - [-15, 33], - [-45, 74], - [-40, 37], - [-58, 2], - [-1, 47], - [-12, 21], - [-29, 29], - [-13, 43], - [-23, 21], - [-21, 5], - [-27, 32], - [-4, 60], - [-16, 34], - [-5, 39], - [13, 44], - [19, 180], - [1, 56], - [-16, 39], - [-26, 45], - [-38, 109], - [-4, 65], - [-12, 48], - [-37, 50], - [-40, -21], - [-10, 8], - [-33, 66], - [-5, 40], - [11, 38], - [-8, 60], - [1, 36], - [30, 23], - [8, 32], - [5, 80], - [-5, 107], - [-18, 94], - [-10, 120], - [-5, 24], - [17, 19], - [37, 6], - [14, 51], - [27, -16], - [70, 16], - [34, 2], - [18, -15], - [24, -38], - [17, -140], - [36, -14], - [-9, -37], - [-17, 7], - [-42, -26], - [10, -71], - [25, -43], - [-2, -25], - [-22, -10], - [2, -27], - [39, -29], - [18, -26], - [-6, -12], - [-27, 7], - [-10, -21], - [34, -33], - [80, -4], - [3, -18], - [18, -21], - [81, -6], - [34, -38], - [56, -49], - [33, -3], - [3, -38], - [49, -46], - [24, -7], - [29, 17], - [23, -20], - [30, 19], - [-1, 54], - [-31, 80], - [-16, 17], - [-18, 53], - [3, 31], - [-14, 101], - [-19, 68], - [-76, 76], - [-18, 2], - [-62, 59], - [-20, 44], - [1, 14], - [27, 22], - [-40, 28], - [-55, 14], - [-69, 34], - [-5, 65], - [19, 34], - [36, 18], - [5, 44], - [-17, 66], - [1, 48], - [-26, 33], - [-20, 7], - [-42, 0], - [-10, -11], - [-30, 2], - [-20, 13], - [-2, 31], - [-43, 37], - [-31, 65], - [28, 0], - [29, -18], - [60, 56], - [10, 30], - [-13, 45], - [18, 5], - [36, -15], - [35, 23], - [38, -5], - [32, 30], - [39, 55], - [0, 17], - [-19, 58], - [-19, 21], - [-35, 57], - [-24, 25], - [-96, 66], - [-69, 23], - [-12, -36], - [-55, -49], - [-29, 5], - [-55, -10], - [-13, -17], - [14, -92], - [-15, -38], - [-14, -61], - [3, -33], - [31, -29], - [34, -11], - [19, -18], - [8, -29], - [-15, -15], - [-29, 7], - [-34, -43], - [9, -68], - [-26, 4], - [-6, -26], - [17, -18], - [29, -8], - [11, -40], - [25, -22], - [19, -2], - [19, -31], - [-22, -25], - [-22, -6], - [-35, 12], - [-4, -24], - [12, -79], - [-13, -15], - [-41, -11], - [-34, 6], - [-47, 29], - [-23, 39], - [-43, 19], - [-31, 40], - [-48, 28], - [-24, 28], - [-31, 18], - [-48, 5], - [-38, -32], - [-46, 28], - [-18, 53], - [-33, 25], - [-21, 6], - [-32, 34], - [-26, 63], - [-45, 51], - [-65, 51], - [-48, 21], - [-107, 17], - [-32, -8], - [-29, -22], - [-18, -40], - [14, -30], - [-92, 6], - [23, 22], - [36, 97], - [59, 179], - [16, 65], - [6, 39], - [-9, 55], - [-22, 28], - [-5, 39], - [-44, 78], - [9, 11], - [34, 13], - [3, 20], - [-19, 43], - [-17, 14], - [-33, 60], - [-37, 34], - [-27, 8], - [-23, -8], - [-5, -28], - [-19, 7], - [-20, 51], - [11, 32], - [1, 62], - [-32, 78], - [-34, 63], - [-35, 55], - [-12, 33], - [-31, 23], - [-39, 39], - [-67, 49], - [-88, 42], - [-70, 73], - [-18, 9], - [-65, 55], - [-21, 62], - [-12, 17], - [-41, 27], - [-14, 37], - [-49, 87], - [-50, 77], - [-17, 32], - [-37, 43], - [-53, 39], - [-46, 24], - [-19, 30], - [-16, 37], - [-16, 21], - [-56, 54], - [-26, 12], - [-26, 28], - [-10, 22], - [-62, 54], - [-16, 4], - [-14, 50], - [-9, 18], - [-53, 53], - [-41, 50], - [-28, 10], - [-2, 48], - [-23, 45], - [18, 6], - [33, 52], - [27, 69], - [13, 67], - [-8, 66], - [-36, 129], - [-15, 43], - [-27, 36], - [-11, 64], - [-35, 67], - [-9, 5], - [-17, 47], - [-5, 63], - [-19, 68], - [-30, 37], - [1, 33], - [-15, 53], - [5, 29], - [-25, 49], - [-8, 63], - [8, 28], - [0, 68], - [14, 100], - [35, 115], - [22, 44], - [32, 109], - [-1, 18], - [-38, 113], - [10, 43], - [-8, 97], - [-11, 61], - [-29, 67], - [-40, 31], - [-16, 74], - [2, 60], - [-5, 49], - [-22, 92], - [-56, 34], - [-48, 44], - [-42, 118], - [-46, 32], - [-15, 38], - [-32, 63], - [-29, 27], - [-75, 101], - [-38, 28], - [-30, -4], - [-14, 18], - [-1, 91], - [-12, 32], - [-44, 64], - [-55, 31], - [-57, 20], - [-32, 16], - [-50, 77], - [-30, 27], - [-51, 32], - [-71, 62], - [-45, 44], - [-13, 28], - [-29, 16], - [-37, 43], - [-1, 39], - [30, 97], - [-10, 42], - [-18, 47], - [-5, 63], - [-15, 45], - [-34, 36], - [-20, 38], - [-13, 40], - [24, 61], - [22, 70], - [-4, 38], - [14, 45], - [29, 65], - [64, 171], - [31, 63], - [44, 97], - [76, 140], - [37, 86], - [49, 90], - [47, 97], - [34, 82], - [40, 125], - [35, 161], - [11, 98], - [-25, 51], - [-23, 15], - [-29, -2], - [-2, 85], - [-11, 30], - [3, 58], - [-12, 19], - [13, 34], - [27, 4], - [40, 114], - [29, 100], - [1, 28], - [26, 119], - [37, 220], - [17, 163], - [-5, 77], - [-18, 80], - [-11, 24], - [-1, 92], - [-19, 15], - [-16, 39], - [7, 41], - [-7, 43], - [-25, 36], - [-11, 60], - [-28, 42], - [-15, 131], - [-20, 50], - [-20, 28], - [-23, 15], - [-26, -25], - [-23, 28], - [-67, 60], - [-17, 1], - [-14, 30], - [21, 23], - [27, 67], - [20, 70], - [21, 105], - [9, 133], - [-3, 107], - [-12, 38] - ], - [ - [38481, 51391], - [363, 1], - [528, 0], - [394, 1], - [530, 1], - [141, 0], - [254, -1], - [171, 1], - [404, -1], - [494, 0], - [446, 1], - [1, -638], - [-1, -534], - [0, -366], - [-1, -617], - [1, -367] - ], - [ - [42206, 48872], - [0, -386], - [2, -440], - [2, -345], - [0, -291], - [2, -304], - [3, -646], - [3, -589], - [0, -363], - [0, -414], - [0, -306], - [1, -339], - [1, -812], - [2, -314], - [3, -311], - [-1, -366], - [0, -317], - [0, -144], - [0, -532], - [-1, -375] - ], - [ - [42223, 41278], - [-264, 1], - [-318, 2], - [-401, 2], - [-567, 11], - [-208, -3], - [-28, 4] - ], - [ - [40437, 41295], - [-156, 0], - [-1204, -5], - [-511, -4], - [-1348, -7], - [-500, -1], - [-224, 6], - [-185, -1], - [-422, 2], - [-335, -1], - [-170, 1], - [-517, -1], - [-468, -3], - [-425, -2], - [-262, -2], - [-109, 1], - [-361, -2], - [-244, 19], - [-782, 0], - [-113, 0], - [-1501, -1], - [-169, 0], - [-449, -1], - [-622, -1], - [-169, 1] - ], - [ - [29191, 41293], - [1, 285], - [-2, 663], - [8, 393], - [-1, 220], - [1, 241], - [0, 309], - [-3, 349], - [2, 458], - [-33, 302], - [0, 567], - [1, 555], - [10, 465], - [1, 97], - [4, 460], - [0, 610], - [0, 330], - [0, 411], - [1, 1005], - [0, 413], - [2, 801], - [3, 287], - [-4, 876] - ], - [ - [29182, 51390], - [1488, -2], - [618, 5], - [1118, 2], - [590, 2], - [266, -1], - [752, -3], - [125, -2], - [122, -5], - [483, -6], - [616, 0], - [844, 3], - [621, 0], - [113, 0], - [717, 9], - [526, 0], - [300, -1] - ], - [ - [98503, 53931], - [9, -421], - [9, -294], - [0, -322], - [-15, -455], - [-39, 8], - [-39, -19], - [-5, -43], - [16, -27], - [4, -101], - [-15, -25], - [-37, -31] - ], - [ - [98391, 52201], - [-16, 22], - [-34, 14], - [-57, -11], - [-36, 15], - [-17, -1], - [-21, -20], - [-27, -13], - [-20, 13], - [-12, -23], - [-62, -10], - [-117, 7], - [-51, -51], - [-41, 0], - [-51, 28], - [-30, 31], - [-25, 1], - [-22, -25], - [-2, -35], - [-17, -20], - [-23, 19], - [-49, -1], - [1, -21], - [-19, -18], - [-105, -13], - [-30, 13], - [-27, -14], - [1, -20], - [-72, -20], - [-22, 42], - [-100, 2], - [-38, -23], - [-24, 2], - [-39, -27], - [-50, 7], - [-26, -31], - [-44, 44], - [-23, 9], - [-27, -7], - [-36, 8], - [-68, -15], - [-35, 3], - [-23, -24], - [-18, -32], - [-30, -1], - [-3, 24], - [-19, 13], - [-19, -11], - [-41, 30], - [-59, -5], - [-60, -32], - [-15, 12], - [-39, 0], - [-12, -23], - [-51, -13], - [-42, 12], - [19, 32], - [-27, 58], - [-22, -8], - [-1, -28], - [-28, -26], - [-49, -17], - [-45, -46], - [-53, -74], - [-14, 8], - [-53, 7], - [-53, -41], - [-49, -55], - [-10, -54], - [-36, -10], - [-74, 35], - [-14, 15], - [-47, -21], - [-47, -39], - [-13, 3], - [-24, -44], - [-27, -23], - [-45, 27], - [-18, -6], - [-29, -24], - [-35, -16], - [-77, -15], - [-37, -41], - [-15, -3], - [-25, -33], - [-40, -42], - [-29, 1], - [-33, -15], - [-17, -38], - [-30, 30], - [-43, -23], - [0, -24], - [-11, -25], - [-16, 6], - [-8, 25], - [-30, -19], - [-30, -34], - [-4, -23], - [-26, -2], - [-2, 24], - [-35, 12], - [-74, -33], - [-26, -43] - ], - [ - [95045, 51350], - [5, 67], - [-29, 47], - [-107, 178], - [164, 103], - [292, 180], - [-127, 208], - [12, 179], - [13, 171], - [14, 235], - [16, 225], - [31, 525], - [33, 568] - ], - [ - [95362, 54036], - [359, -6], - [120, -6], - [328, -12], - [353, -6], - [94, -3], - [-6, -98], - [93, 14], - [17, 45], - [3, 38], - [111, 2], - [556, -9], - [487, -8], - [141, -7], - [482, -10], - [3, -39] - ], - [ - [88602, 46176], - [147, 153], - [244, -258], - [-171, -180], - [-69, -76] - ], - [ - [88753, 45815], - [13, 149], - [-17, 53], - [-51, 72], - [-41, 11], - [-20, 17], - [-35, 59] - ], - [ - [75199, 36220], - [358, -3], - [360, 0], - [489, -1], - [99, 13], - [132, 1], - [123, 3], - [697, 18] - ], - [ - [77457, 36251], - [-64, -192], - [-186, -119], - [-45, -113], - [-30, -29], - [-76, -82], - [-28, -120], - [-25, -64], - [3, -36], - [24, -35], - [87, -87], - [94, -73], - [137, -60], - [-5, -21], - [154, -193], - [27, -29], - [71, -52], - [52, -23], - [50, 21], - [76, 8], - [68, 0], - [36, -18], - [15, -25], - [49, -114], - [174, -373], - [25, -116], - [-5, -13], - [5, -37], - [18, -80], - [27, -71], - [25, -24], - [50, -23], - [17, -29], - [17, -42], - [34, -38], - [142, -335], - [252, -227], - [11, -5], - [36, 4], - [147, -114], - [43, -46], - [101, -125], - [53, -167], - [41, -140], - [32, -37], - [83, -63], - [19, 0], - [48, -12], - [56, -28], - [42, -29], - [148, -210], - [101, -181], - [18, -196], - [94, -211], - [289, -330], - [143, -54], - [146, -125], - [56, -54], - [28, -36], - [10, -29], - [-6, -49], - [-10, -39], - [142, -387], - [35, -160], - [-19, -276], - [-7, -21], - [13, -27], - [42, -58], - [76, -66], - [36, -21], - [20, -3], - [80, -52], - [142, -182], - [58, -249], - [50, -48], - [12, -20], - [23, -91], - [3, -50], - [-14, -24], - [11, -288], - [9, -112], - [7, -11], - [96, -64], - [35, -8], - [293, -126] - ], - [ - [81594, 28767], - [49, -28], - [30, 1], - [5, -32], - [-15, -58], - [-27, -48], - [-37, -26], - [-27, -25], - [-26, -14], - [-33, 3], - [-2, 30], - [-34, 1], - [-44, -40], - [-7, -44], - [14, -20], - [26, -10], - [24, 3], - [13, -10], - [-24, -33], - [-45, -46], - [-39, -51], - [-14, -2], - [-27, 27], - [-50, 22], - [-44, 2], - [12, -48], - [-8, -33], - [-25, -22], - [1, -18], - [35, -16], - [32, 1], - [6, -26], - [-20, -25], - [-39, -86], - [-16, -19], - [-38, -21], - [-62, -76], - [-14, -5], - [-42, 18], - [-60, 13], - [-20, -35], - [33, -45], - [46, -25], - [18, 17], - [23, 4], - [15, -10], - [-10, -53], - [9, -51], - [-3, -79], - [-31, -75], - [-19, -59], - [-24, -36], - [-11, -1], - [-13, 31], - [-34, 1], - [-19, -27], - [-49, -13], - [-25, 9], - [-11, -19], - [-7, -40], - [10, -9], - [76, -4], - [34, 26], - [33, -25], - [8, -27], - [-23, -34], - [-28, -77], - [-78, -127], - [-22, -46], - [-38, -94], - [-7, -103], - [27, -6], - [25, -22], - [-11, -29], - [-26, -36], - [-4, -88], - [-11, -26], - [-12, -48], - [2, -36], - [-10, -12], - [-38, 4], - [-47, -53], - [-29, -50], - [-11, -28], - [2, -17], - [-16, -32], - [-35, -9], - [-24, 3], - [-7, -69], - [4, -86], - [-25, -116], - [-10, -26], - [-27, 3], - [-31, -6], - [-33, -49], - [-40, -28], - [-5, -19], - [12, -20], - [21, -9], - [17, 13], - [24, -14], - [12, -22], - [38, 0], - [12, 44], - [22, 9], - [9, -50], - [-3, -125], - [-43, -182], - [-34, -65], - [-16, -49], - [-9, -53], - [1, -71], - [19, -66], - [10, -15] - ], - [ - [80555, 25424], - [-187, 7], - [-115, 14], - [-34, 46], - [-24, -6], - [-154, 27], - [-23, 13], - [-16, 32], - [-34, 22], - [-88, 47], - [-63, -9], - [-52, 16], - [-70, 74], - [-174, -85], - [-44, -16], - [-51, -267], - [2, -53], - [22, -55], - [46, -95], - [14, -81], - [-21, -112], - [1, -55], - [-63, -341], - [-139, 11], - [-75, -22], - [-12, 5], - [-34, 41], - [-27, 64], - [-11, 58], - [8, 78], - [-12, 111], - [-4, 171], - [-81, 11], - [-217, 19], - [-362, 30], - [-241, 19], - [-335, 27], - [-480, 38], - [-321, 26], - [-150, 12], - [-413, 30], - [-370, 27], - [-130, 10], - [-378, 26], - [-368, 23], - [-472, 28], - [-614, 38], - [-58, 99], - [-85, 347], - [-33, 57], - [-45, 62], - [-28, 91], - [-7, 74] - ], - [ - [73933, 26158], - [6, 33], - [-57, 208], - [-11, 30], - [-76, 123], - [-29, 9], - [-15, 13], - [-14, 53], - [-8, 181], - [20, 63], - [25, 64], - [37, 300], - [50, 286], - [-30, 196], - [-55, 56], - [-72, 137], - [-2, 55], - [14, 40], - [-11, 87], - [-30, 40], - [-1, 143], - [16, 122], - [49, 68], - [46, 75], - [18, 50], - [41, 150], - [-11, 98], - [15, 200], - [97, 108], - [58, 25], - [80, 97], - [24, 76], - [-14, 45], - [-41, 49], - [-118, 54], - [-12, 37], - [39, 112], - [15, 79], - [-8, 84], - [-27, 61], - [-6, 109], - [-11, 27], - [-28, 48], - [-41, 42], - [-47, 62], - [-20, 49], - [-45, 99], - [-19, 108], - [-42, 151], - [10, 48], - [16, 20], - [-113, 248], - [-70, 467], - [-28, 186], - [-106, 754], - [-82, 567], - [-45, 305], - [-69, 480], - [-42, 295], - [-76, 518], - [-74, 474], - [-22, 129], - [-51, 332], - [-21, 130], - [-57, 384], - [-22, 161], - [-19, 152] - ], - [ - [72811, 36210], - [449, -3], - [161, 4], - [181, 3], - [251, 2], - [197, 2], - [245, 0], - [347, 1], - [208, 0], - [214, 0], - [135, 1] - ], - [ - [68726, 55152], - [5, -51], - [-10, -129], - [-4, -90], - [-29, -59], - [-19, -79], - [-7, -72], - [12, -80], - [30, -96], - [23, -60], - [109, -201], - [31, -52], - [26, -31], - [53, -50], - [20, -44], - [5, -73], - [71, -243], - [12, -73], - [23, -34], - [-9, -21], - [1, -34], - [13, -59], - [16, -47], - [37, -57], - [8, -46], - [29, -50], - [34, -35], - [22, -10], - [12, -61], - [1, -40] - ], - [ - [69241, 53175], - [-2, -14], - [0, -352], - [-1, -277], - [-3, -392], - [1, -333], - [0, -356], - [1, -431], - [0, -296], - [-1, -508], - [-1, -185], - [-6, -534], - [-2, -259], - [-2, -344], - [-2, -324], - [1, -551], - [3, -576], - [-1, -224], - [-23, 13], - [-76, -39], - [-35, -60], - [-12, -79], - [9, -54], - [22, -34], - [11, 4], - [-32, -159], - [-44, -72], - [-25, -1], - [-18, -16], - [-13, -37], - [81, -84], - [79, -115], - [113, -259], - [-13, -79], - [-17, -38], - [-24, -30], - [-23, -83], - [5, -10], - [46, -27], - [57, -166], - [-6, -61], - [-39, -156], - [-22, -33], - [-16, -12], - [-73, -17], - [-39, -25], - [-37, -58], - [-14, -81], - [-45, -99], - [-34, -58], - [26, -59], - [-175, -300], - [-210, -310], - [-114, -55], - [-51, -47], - [-18, -63], - [4, -28], - [34, -56], - [47, -20], - [8, -28], - [-31, -53], - [-27, -24], - [-59, -25], - [-73, -46], - [-54, -145], - [2, -22], - [53, -153], - [-1, -209], - [-14, -15], - [-64, 8], - [-30, 11], - [41, -127], - [40, -43], - [0, -73] - ], - [ - [68303, 43312], - [-32, -93], - [-27, -50], - [-24, -24], - [-93, -59], - [-54, -87], - [-16, -45], - [6, -62], - [31, -117], - [13, -31], - [22, -15], - [91, -100], - [17, -32], - [1, -67], - [-38, -40], - [-320, -42], - [-49, -11], - [-58, -30], - [-33, -29], - [-52, -61], - [-94, 51], - [-57, -22], - [-31, -20], - [-26, -31], - [-12, -24], - [-71, -242], - [-2, -17], - [12, -55], - [70, -106], - [24, -17], - [21, -25], - [43, -129], - [-38, -136], - [-26, -63], - [-45, -16], - [-58, -5], - [-58, 12], - [-58, 40], - [-24, 35], - [-68, 50], - [-341, 176], - [-201, 88], - [-30, 2], - [-62, 12], - [-64, -14], - [-75, -54], - [-84, -94], - [-152, -231], - [-14, -30], - [-13, -63], - [7, -41], - [23, -44], - [63, -54] - ], - [ - [66247, 41250], - [-69, -30], - [-29, 8], - [-40, 23], - [-36, 7], - [-65, -7], - [-58, 24], - [-160, 120], - [-13, 39], - [-54, 177], - [-99, 235], - [-92, 161], - [-3, 18], - [12, 54], - [43, 57], - [27, 12], - [50, 6], - [21, 10], - [15, 30], - [13, 79], - [-9, 50], - [-25, 75], - [-21, 33], - [-46, 54], - [-31, 57], - [-46, 109], - [-9, 50], - [1, 55], - [17, 14], - [10, 102], - [-16, 117], - [-290, 328], - [-128, 115], - [-195, 148], - [-34, -22], - [-34, -43], - [-38, -25], - [-40, 2], - [-51, 27], - [-43, 92], - [-2, 22], - [-42, 93], - [-140, 135], - [-100, 62], - [-217, 180], - [-170, 195], - [-37, 60], - [-18, 57], - [-19, 115], - [3, 104], - [3, 26], - [37, 105], - [9, 17], - [94, 113], - [19, 42], - [11, 73], - [36, 141], - [21, 42], - [45, 75], - [53, 50], - [22, 43], - [12, 56], - [-6, 66], - [-10, 38], - [-42, 71], - [-6, 22], - [4, 36], - [72, 102], - [90, 80], - [10, 19], - [16, 80], - [-8, 30], - [-209, 151], - [-46, 26], - [-290, 109], - [-83, 13], - [-40, -22], - [-19, -37], - [-8, -46], - [-38, -59], - [-68, -70], - [-42, -15], - [-32, 0], - [-77, 50], - [-60, 79], - [-12, 20], - [-89, 300], - [-2, 25], - [55, 79], - [4, 31], - [-86, 380], - [-5, 12], - [-130, 144], - [-79, 73], - [-76, 52], - [-206, 153], - [-91, 73], - [-216, 255], - [-18, 30], - [-18, 84], - [-96, 57], - [-222, 231], - [-35, 42], - [-4, 40], - [8, 82], - [-126, 159], - [-25, 76], - [-25, 277], - [-65, 144], - [-29, 229], - [-5, 134], - [13, 134], - [30, 130], - [52, 143], - [32, 52], - [48, 38] - ], - [ - [61992, 49819], - [57, 17], - [24, 17], - [6, 24], - [16, 224], - [-10, 57], - [-29, 46], - [-36, 21], - [-2, 39], - [84, 119], - [21, 20], - [79, 42], - [99, 29], - [65, 2], - [58, -3], - [91, 59], - [29, 25], - [20, 66], - [32, 255], - [-5, 26], - [8, 32], - [155, 201], - [21, 19], - [55, 28], - [11, 15], - [20, 73], - [19, 203], - [-7, 69], - [-7, 27], - [5, 61], - [-80, 149], - [-29, 25], - [-25, -2], - [-58, 33], - [-118, 160], - [-1, 22], - [123, 406], - [37, 32], - [71, 21], - [265, 58], - [114, -5], - [27, -6], - [63, -1], - [153, 30], - [92, 81], - [198, 60], - [47, 4], - [24, 10], - [118, 123], - [105, 124], - [-3, 67], - [16, 79], - [36, 139], - [24, 39], - [44, 44], - [105, 65], - [64, 25], - [11, 10], - [57, 313], - [20, 164], - [-1, 33], - [-18, 51], - [-25, 40], - [-7, 77], - [9, 30], - [2, 69], - [-10, 19], - [-81, 80], - [-44, 28], - [-133, 64], - [-80, 34], - [-14, 3], - [-64, 51], - [-52, 73], - [-22, 60], - [12, 38], - [15, 71], - [-5, 18], - [-108, 139], - [-153, 119], - [-121, 71], - [-55, 49], - [-4, 34], - [28, 42] - ], - [ - [63440, 55194], - [159, -2], - [119, 0], - [160, -2], - [582, 3], - [310, -6], - [482, -2], - [269, -8], - [300, -4], - [206, -5], - [335, -5], - [146, 0], - [97, -3], - [433, -4], - [373, 4], - [167, -1], - [271, 1], - [133, 3], - [280, -2], - [146, -3], - [318, -6] - ], - [ - [74272, 46608], - [-20, -9], - [-108, -90], - [-15, -23], - [15, -41], - [74, -101], - [111, -293], - [7, -39], - [-51, -179], - [-58, -29], - [-186, -30], - [-54, 10], - [-42, -6], - [-195, -126], - [-11, -15], - [-60, -55], - [-63, -28], - [-31, -1], - [-44, 20], - [-24, 25], - [-38, 67], - [-23, 15], - [-57, 12], - [-226, -14], - [-43, -19], - [-34, -51], - [-9, -51], - [33, -199], - [44, -118], - [0, -43], - [-14, -37], - [-18, -20], - [-55, -28], - [-270, -185], - [-24, -41], - [-23, -69], - [-10, -39], - [-1, -48], - [-28, -86], - [-40, -65], - [-16, -15], - [-114, -72], - [-30, 14], - [-23, 34], - [-33, 6], - [-46, -14], - [-25, -15], - [-127, -234], - [-21, -58], - [-1, -53], - [8, -73], - [-2, -63], - [-30, -145], - [-15, -26], - [-39, -33], - [-145, -32], - [-266, 43], - [-12, 4], - [-77, 42], - [-87, 73], - [-12, 27], - [-10, 55], - [1, 33], - [13, 70], - [-24, 33], - [-48, 3], - [-25, -14], - [-17, -22], - [-123, -61], - [-59, -69], - [-5, -29], - [-36, -42], - [-27, -10], - [-84, -6], - [-18, -15], - [-6, -26], - [-1, -151], - [-148, -277], - [-55, -37], - [-39, -3], - [-9, 57], - [-91, 82], - [-17, -11], - [-25, 3], - [-36, 47], - [-36, 69], - [-32, 78], - [-14, 45], - [-38, 25], - [-15, 0], - [-60, -30], - [-54, -58], - [-33, -45], - [-31, -24], - [-111, -17], - [-58, -26], - [-44, -33], - [-23, -43], - [4, -48], - [-26, -109], - [-19, -54], - [-17, -25], - [-25, -21], - [-38, -13], - [-33, 8], - [-7, 13], - [-130, 133], - [-113, 74], - [-73, 64], - [-145, 94], - [-42, 17], - [-29, 6], - [-60, -8], - [-113, -89], - [-72, 47], - [-17, 16], - [-24, 41], - [-5, 51], - [-34, 20], - [-15, -8], - [-52, -116], - [16, -50], - [54, -49], - [5, -66], - [-33, -57], - [-16, -17], - [-57, -15], - [-47, 6], - [-15, 20], - [-5, 50], - [35, 75], - [-7, 25], - [-32, 20], - [-146, -32], - [-40, -33], - [-13, -5], - [-74, 2], - [-20, 14], - [-30, 47], - [-15, 36], - [-33, 28], - [-40, -3], - [-60, -82], - [-6, -44], - [24, -41], - [23, -23], - [13, -30], - [8, -50], - [-6, -26], - [-69, -78], - [-50, 17], - [-10, 11], - [-53, 31], - [-23, 5], - [-20, -7] - ], - [ - [69241, 53175], - [6, 4], - [28, -46], - [65, -47], - [14, 6], - [32, -15], - [14, 3], - [11, -26], - [-12, -15], - [29, -29], - [54, -14], - [54, -20], - [76, -16], - [68, -2], - [18, -6], - [107, 11], - [62, 14], - [50, 19], - [0, 20], - [65, 13], - [10, -12], - [101, 41], - [71, 32], - [173, 88], - [48, 44], - [63, 28], - [94, 56] - ], - [ - [70542, 53306], - [344, -1], - [224, -1], - [473, 2], - [256, 1], - [284, -2], - [342, -2], - [342, 0], - [557, 3], - [253, -2], - [247, 1], - [124, -1], - [287, 2], - [23, -43], - [0, -119] - ], - [ - [74298, 53144], - [1, -209], - [3, -448], - [0, -69], - [1, -393], - [0, -412], - [1, -421], - [1, -396], - [1, -94], - [-1, -505], - [-3, -442], - [0, -108], - [-4, -283], - [-4, -174], - [-7, -509], - [-4, -285], - [0, -221], - [-1, -402], - [-2, -227], - [-6, -435], - [-2, -503] - ], - [ - [66745, 23009], - [-46, -87], - [-94, -154], - [-11, 14], - [9, 31], - [39, 49], - [16, 12], - [40, 76], - [31, 73], - [11, 35], - [0, 48], - [12, 37], - [28, 29], - [19, 96], - [-13, 21], - [22, 38], - [6, 106], - [-17, 61], - [-3, 44], - [6, 30], - [-10, 54], - [-14, 45], - [-17, 36], - [4, 17], - [40, -90], - [18, -72], - [13, -91], - [-2, -114], - [-15, -106], - [-12, -58], - [-21, -71], - [-39, -109] - ], - [ - [62463, 31213], - [-67, -108], - [-22, -78], - [10, -38], - [22, -22], - [40, -17], - [28, 0], - [28, 14], - [24, 45], - [2, 102], - [-14, 19], - [8, 23], - [52, 22], - [23, -12], - [14, -20], - [42, -132], - [0, -51], - [-12, -38], - [-30, -39], - [-36, -38], - [-41, -8], - [-32, -31], - [-25, -52], - [-6, -25], - [-5, -67], - [-2, -87], - [21, -23], - [58, 2], - [85, -26], - [31, -13], - [12, -13], - [-18, -49], - [-22, -23], - [-43, -22], - [-36, -28], - [-63, -82], - [-3, -26], - [4, -39], - [19, -47], - [25, -27], - [44, -4], - [25, -53], - [3, -27], - [-16, -21], - [-35, -113], - [1, -43], - [14, -28], - [25, -33], - [46, -34], - [33, -17], - [43, -13], - [66, -75], - [-19, -90], - [8, -26], - [25, -15], - [158, -35], - [6, -22], - [-12, -35], - [-185, -252], - [-4, 22], - [-28, 30], - [-33, 16], - [-13, -3], - [-163, -70], - [-45, -29], - [-11, -13], - [-13, -51], - [-7, -55], - [6, -27], - [16, -29], - [59, -16], - [119, 15], - [38, 16], - [23, -9], - [14, -28], - [-1, -26], - [-14, -32], - [-173, -290], - [-224, -293], - [-84, -25], - [-62, -13], - [-22, -9], - [-13, -21], - [-26, -110], - [-8, -48], - [-2, -70], - [-61, -109], - [-5, -53], - [4, -82], - [-12, -45], - [-32, -17], - [-57, 0], - [-23, -6], - [-19, -18], - [-5, -28], - [1, -47], - [12, -16], - [41, -7], - [44, -13], - [18, -27], - [-14, -32], - [-50, -37], - [-56, -24], - [-58, 6], - [-22, -32], - [14, -178], - [19, -41], - [9, -36], - [-9, -45], - [-16, -36], - [-22, -20], - [-29, -56], - [2, -49], - [38, -66], - [20, -49], - [-12, -34], - [-13, -12], - [-47, -23], - [-50, -8], - [-45, -140], - [-10, -129], - [50, -193], - [24, -28], - [8, -32], - [-5, -28], - [-17, -34], - [-24, -24], - [-97, -52], - [397, -1], - [370, 0], - [306, -1], - [436, 2], - [170, -1], - [311, 1], - [270, 1], - [99, 1], - [381, 2], - [449, 1], - [123, 1], - [194, 0], - [38, 7], - [8, -6], - [-1, -79], - [-30, -131], - [-22, -47], - [-31, -7], - [-31, -116], - [-68, -290], - [-30, -178], - [36, -146], - [30, -92], - [87, -142], - [52, -58], - [14, -2], - [77, -101], - [100, -284], - [0, -46], - [-20, -50], - [-5, -34], - [66, -178], - [50, -78], - [15, -14], - [90, 0] - ], - [ - [65518, 24089], - [-24, -23], - [-47, -7], - [-46, -46], - [-56, 15], - [-44, -45], - [-30, -51], - [-39, -26], - [-10, -81], - [-28, -14], - [-27, -4], - [-27, -16], - [-7, -33], - [28, -54], - [-32, -15], - [-24, 26], - [-31, 24], - [-36, 8], - [-67, -5], - [-40, -48], - [-33, -50], - [10, -67], - [15, -56], - [11, -25], - [38, -29], - [25, -4], - [54, 12], - [50, 21], - [38, 33], - [28, -31], - [-43, -26], - [-19, -20], - [7, -51], - [58, -73], - [36, -26], - [38, -3], - [21, -12], - [42, 3], - [46, 20], - [28, 24], - [13, 39], - [-2, 51], - [17, 37], - [0, 35], - [15, 35], - [1, 61], - [-13, 28], - [18, 13], - [38, 14], - [92, 72], - [14, 17], - [-9, 46], - [11, 33], - [21, 18], - [43, -40], - [26, -6], - [29, -22], - [20, -6], - [86, 12], - [7, -19], - [-7, -26], - [-16, -16], - [-23, -2], - [-42, -23], - [-31, -32], - [0, -74], - [51, -33], - [48, -4], - [1, -112], - [20, -20], - [67, 11], - [31, 18], - [59, 127], - [19, 51], - [43, 22], - [12, -13], - [-11, -55], - [59, -7], - [-11, -27], - [-13, -92], - [-26, 11], - [-34, -1], - [-31, -11], - [-71, -68], - [-8, -27], - [20, -15], - [42, -3], - [31, 16], - [58, 7], - [9, -31], - [-34, -32], - [-28, -11], - [-47, -7], - [-42, -16], - [-85, -13], - [-38, -17], - [1, -22], - [19, -13], - [51, -13], - [5, -54], - [20, -21], - [26, -4], - [46, 36], - [30, 12], - [-13, -31], - [-1, -64], - [29, -23], - [-3, -12], - [-64, 2], - [-20, 10], - [-17, 28], - [-23, 18], - [-31, 5], - [-25, -15], - [-35, 34], - [-15, -10], - [-9, -36], - [-29, -46], - [-25, -27], - [7, -111], - [-44, 14], - [-44, 39], - [-28, 18], - [-36, 15], - [-45, 30], - [-18, 0], - [-38, -20], - [-23, 28], - [-47, 2], - [-67, 14], - [-32, -9], - [3, -75], - [9, -22], - [49, -26], - [36, 10], - [11, -7], - [-12, -30], - [5, -15], - [43, -25], - [31, -10], - [44, 0], - [85, -101], - [2, -25], - [-33, 28], - [-34, 20], - [-23, 23], - [-90, 11], - [-47, 12], - [-23, -1], - [-22, 37], - [-31, 3], - [16, -63], - [0, -31], - [-12, -26], - [-19, -3], - [-32, 6], - [-18, -5], - [-7, -24], - [7, -31], - [25, -37], - [5, -20], - [-30, -43], - [6, -73], - [-34, -27], - [-2, -19], - [13, -19], - [52, -47], - [40, 6], - [17, -8], - [33, -53], - [39, -30], - [13, -47], - [23, -10], - [5, 19], - [48, 62], - [38, -28], - [-7, -73], - [25, -64], - [19, -36], - [39, 18], - [19, 45], - [13, -24], - [24, -21], - [65, -7], - [79, 3], - [45, -25], - [36, -9], - [-21, -33], - [-6, -39], - [51, -14], - [37, 34], - [38, -3], - [20, -13], - [27, -36], - [8, -36], - [24, -32], - [31, 10], - [8, 26], - [28, 36], - [8, 23], - [39, -20], - [2, -32], - [25, -61], - [14, -16], - [32, -14], - [20, -64], - [55, -39], - [8, -31], - [-19, -16], - [-1, -39], - [11, -25], - [18, -16], - [42, 11], - [2, 11], - [71, 31], - [26, -23], - [27, -80], - [-9, -38], - [-15, -4], - [-20, 17], - [-37, -19], - [-6, -12], - [16, -39], - [12, 6], - [15, -19], - [-4, -18], - [-48, -59], - [-6, -57], - [-13, -35], - [-54, -8], - [-26, 17], - [-30, -12], - [-41, -54], - [-24, -48], - [-16, -50], - [-39, 23], - [7, 19], - [-14, 18], - [-24, -2], - [-16, 23], - [-11, 67], - [-16, 28], - [-20, 15], - [-34, -3], - [-4, -24], - [6, -22], - [-11, -17], - [-59, -13], - [-45, -36], - [0, -16], - [-18, -47], - [-25, -3], - [-84, -165], - [-52, -56], - [-15, 11], - [13, 71], - [27, 49], - [43, 21], - [75, 139], - [-10, 30], - [-27, 51], - [-37, 29], - [-58, 7], - [-10, 48], - [3, 55], - [-15, 28], - [-29, 26], - [-27, 74], - [-15, 32], - [-31, 42], - [-20, 18], - [-100, 54], - [-130, 40], - [-121, 93], - [-101, 38], - [-105, 18], - [-70, -2], - [-56, 3], - [-9, 59], - [14, 36], - [23, 25], - [34, 64], - [-5, 50], - [-12, 28], - [-33, 16], - [-3, 32], - [22, 56], - [-2, 35], - [-28, 19], - [-50, -15], - [-48, -30], - [-57, -78], - [-42, -2], - [-17, 15], - [-51, 73], - [-38, -2], - [-37, -90], - [-2, -85], - [7, -13], - [-2, -33], - [-11, -29], - [9, -49], - [-5, -54], - [11, -39], - [27, -11], - [8, -20], - [-12, -27], - [-30, -11], - [-21, 7], - [-25, -3], - [-7, -35], - [-18, -13], - [-30, -8], - [-27, 1], - [9, -48], - [42, -34], - [6, -47], - [51, 8], - [43, 51], - [26, 22], - [67, 38], - [19, 30], - [16, -4], - [-10, -31], - [-122, -95], - [-68, -82], - [-39, -34], - [-46, -50], - [-130, -113], - [-92, -52], - [-16, 7], - [-24, -5], - [-183, -72], - [-12, 17], - [45, 28], - [61, 10], - [74, 37], - [6, 37], - [29, 5], - [0, 47], - [-27, 24], - [-38, 2], - [-21, 8], - [4, 21], - [-35, 52], - [-11, 10], - [4, 53], - [14, 9], - [20, -18], - [13, 2], - [8, 28], - [-28, 53], - [-47, 31], - [0, 47], - [-8, 21], - [-31, 31], - [-64, -7], - [0, -24], - [-10, -15], - [-29, -15], - [8, -44], - [-29, -87], - [-63, -32], - [-20, 19], - [-53, -8], - [9, 25], - [-34, 18], - [-10, 28], - [42, 17], - [11, 56], - [22, 35], - [-41, 23], - [-42, 37], - [-28, 9], - [-29, -37], - [-48, 6], - [-25, 16], - [-32, -23], - [-13, -69], - [10, -14], - [35, -1], - [39, -30], - [0, -16], - [-23, -11], - [-8, -40], - [-27, 7], - [-80, -9], - [-11, 18], - [-18, -4], - [-11, -31], - [-10, -52], - [16, -29], - [-19, -91], - [-57, -25], - [-43, 7], - [-32, -12], - [-25, 16], - [-61, -24], - [-17, -34], - [-49, -32], - [-8, -59], - [10, -23], - [31, -13], - [31, -1], - [28, 10], - [46, 34], - [30, -6], - [13, -10], - [35, 2], - [33, 15], - [49, 15], - [4, -16], - [-20, -10], - [-154, -52], - [-46, -8], - [-78, 2], - [-26, -8], - [-52, 7], - [-10, 24], - [7, 14], - [-7, 33], - [-34, 69], - [-27, 25], - [-15, 31], - [-24, 36], - [-51, 55], - [-30, 24], - [-11, 29], - [-25, 17], - [-37, -24], - [-35, -5], - [-45, 14], - [-14, 19], - [-50, -2], - [-66, 15], - [-39, 51], - [-26, 20], - [-131, 14], - [-37, 12], - [-111, 55], - [-44, 46], - [-60, 83], - [4, 17], - [43, 0], - [33, 14], - [28, 47], - [5, 38], - [14, 41], - [32, 22], - [20, 5], - [30, -28], - [28, 0], - [19, 23], - [-5, 50], - [-34, 44], - [12, 35], - [-18, 39], - [-38, 12], - [-30, 15], - [-4, 38], - [-10, 26], - [-29, 23], - [-25, -12], - [-77, 23], - [-14, 17], - [-5, 30], - [-20, 27], - [-84, -9], - [-34, 10], - [-13, 11], - [-9, 32], - [-28, 30], - [-40, -1], - [-91, -37], - [-25, 5], - [10, 36], - [-7, 32], - [-15, 19], - [-9, 71], - [-21, 97], - [-14, 12], - [-39, 0], - [-34, -16], - [-46, -12], - [-45, 19], - [41, 72], - [1, 57], - [15, 65], - [-6, 62], - [-21, 18], - [-63, 9], - [-82, -18], - [-49, 27], - [-28, -3], - [-58, -19], - [-87, -55], - [-53, -40], - [-41, 19], - [10, 30], - [-8, 51], - [9, 44], - [29, 58], - [9, 61], - [-29, 53], - [-36, 19], - [-33, -13], - [-17, -38], - [-46, 3], - [-38, -17], - [-42, -39], - [-96, -33], - [-39, -23], - [-95, -71], - [-69, -71], - [-9, -48], - [28, -70], - [3, -23], - [39, -97], - [34, -8], - [52, 3], - [33, 12], - [42, 2], - [17, -17], - [30, -14], - [65, -13], - [47, 6], - [19, 21], - [13, 36], - [44, 10], - [31, -18], - [36, 10], - [40, -11], - [6, -34], - [31, -25], - [68, -27], - [12, -15], - [7, -33], - [53, -5], - [69, -34], - [-4, -17], - [-42, -37], - [-24, -11], - [-34, -36], - [-12, -40], - [2, -40], - [-34, -18], - [-27, 12], - [-21, -12], - [-13, -20], - [-50, 25], - [-8, 28], - [-18, 18], - [-45, 8], - [-36, 32], - [-17, 1], - [-59, 37], - [-42, 10], - [-30, 27], - [-77, 48], - [-16, 30], - [-20, 14], - [-38, -1], - [-73, 6], - [-98, -12], - [-100, -48], - [-74, -58], - [-53, -15], - [-54, -1], - [-70, 16], - [-102, 30], - [-133, 25], - [-158, 22], - [-108, 22], - [-69, 24], - [-169, 74], - [-236, 132], - [-129, 79], - [-63, 32], - [-169, 68], - [-43, 21], - [-165, 54], - [-93, 18], - [-75, 1], - [-53, -8], - [-86, -29], - [-10, -11], - [-46, 10], - [-125, 15], - [-67, 1], - [-118, -15], - [-97, -20], - [-83, -7], - [-90, -14], - [-108, -27], - [-45, -18], - [-62, -35], - [-37, -29], - [-35, -34] - ], - [ - [57491, 22852], - [-101, 189], - [-12, 16], - [15, 180], - [188, 365], - [61, 67], - [9, 5], - [56, 90], - [18, 39], - [31, 172], - [0, 30], - [-31, 118], - [-16, 257], - [-28, 9], - [-56, 85], - [15, 144], - [12, 15], - [91, 85], - [9, 35], - [-23, 158], - [-56, 81], - [23, 89], - [278, 576], - [28, 41], - [9, 129], - [51, 139], - [-17, 211], - [23, 167], - [-7, 268], - [-7, 13], - [-32, -1], - [-50, -45], - [-17, -5], - [-26, 41], - [-9, 58], - [-2, 58], - [-11, 83], - [-12, 27], - [-44, 14], - [-51, 57], - [58, 184], - [-55, 37], - [-48, 56], - [-63, 198], - [-127, 117], - [-38, 52], - [-30, 79], - [16, 73], - [17, 143], - [8, 110], - [-51, 215], - [-91, 142], - [-58, 80], - [-22, 13], - [-81, 76], - [-75, 142], - [-50, 48], - [1, 305], - [-1, 378], - [-1, 547], - [1, 396], - [-1, 125], - [1, 450], - [-1, 373] - ], - [ - [62367, 57697], - [-282, 1], - [-525, -1], - [-238, 1], - [-318, -1], - [-426, 1], - [-186, -1], - [-237, 0], - [-452, -1], - [-263, -1], - [-481, 0], - [-415, -1], - [-419, 0], - [-556, 1], - [-325, 0], - [-228, 2], - [-288, 0], - [-414, 0], - [-271, 0], - [-444, 0], - [-260, 0], - [-411, 1], - [-297, -1], - [-149, 0], - [-112, -2], - [-420, 1], - [-224, 0], - [-357, 0], - [-555, 1], - [-190, 0] - ], - [ - [52624, 57697], - [0, 477], - [0, 477], - [0, 251], - [1, 552], - [1, 326], - [1, 339], - [0, 211], - [0, 401], - [0, 259], - [-1, 396], - [0, 622], - [-2, 225], - [-2, 8], - [-65, 140], - [-61, 47], - [-178, 82], - [-117, 6], - [-22, 18], - [-75, 104], - [-24, 76], - [-37, 82], - [-36, 50], - [-136, 163], - [25, 85], - [16, 26], - [169, 131], - [63, 40], - [72, 37], - [38, 37], - [128, 185], - [13, 50], - [15, 129], - [-2, 60], - [9, 16], - [2, 35] - ], - [ - [52419, 63840], - [-13, 72], - [-14, 160], - [22, 61], - [17, 34], - [4, 51], - [-6, 44], - [-38, 171], - [-13, 18], - [-25, 218], - [1, 123], - [-62, 104], - [-71, 78], - [-97, 140], - [10, 11], - [-42, 251], - [-82, 218], - [-2, 143], - [-33, 317], - [64, 234], - [-24, 58], - [-21, 15], - [-58, 92], - [-3, 389], - [-16, 284], - [-36, 347], - [-18, 119], - [17, 206], - [20, 11], - [-16, 227], - [-65, 167], - [-176, 382], - [-37, 114], - [-43, 33], - [-120, 468], - [-19, 30], - [-47, 96], - [-45, 154], - [1, 183], - [32, 17], - [25, 76], - [1, 111], - [-20, 46], - [-18, 26], - [-18, 114], - [27, 23], - [15, 37], - [-6, 250], - [-45, 48], - [-23, 11], - [131, 349], - [-83, 169], - [-38, 97], - [-78, 236], - [-61, 165], - [-12, 53], - [9, 76], - [9, 8] - ], - [ - [51180, 71575], - [1533, -2], - [1929, -3], - [400, 0], - [1, 470], - [0, 503], - [50, -38], - [127, -41], - [82, 8], - [47, 32], - [59, 3], - [89, -50], - [158, -105], - [50, -280], - [45, -194], - [43, -53], - [0, -252], - [58, 0], - [67, -293], - [-13, -52], - [-1, -215], - [115, -99], - [178, -95], - [120, -12], - [98, 37], - [51, 2], - [149, -4], - [33, -6], - [56, -29], - [18, -32], - [1, -68], - [49, -18], - [182, -13], - [138, -1], - [394, -39], - [33, -49], - [30, -80], - [3, -23], - [-11, -65], - [-14, -20], - [6, -20], - [39, -27], - [70, -2], - [176, 1], - [219, 34], - [143, 42], - [20, 41], - [-17, 64], - [3, 11], - [113, 40], - [68, 2], - [37, 46], - [172, 41], - [88, -1], - [51, -44], - [70, 0], - [101, 7], - [201, -7], - [469, -216], - [131, 17], - [43, -8], - [17, -62], - [-21, -48], - [-46, -7], - [-43, 3], - [-26, -7], - [-26, -81], - [46, -48], - [59, -18], - [150, 10], - [71, 18], - [56, 0], - [95, -85], - [77, -304], - [57, -128], - [110, -15], - [56, 100], - [-12, 30], - [-9, 70], - [3, 17], - [29, 50], - [50, 31], - [385, 10], - [46, -84], - [77, -165], - [22, -35], - [43, 12], - [87, -33], - [74, -50], - [146, -52], - [88, 17], - [51, -14], - [8, -13], - [21, -124], - [-24, -76], - [132, -42], - [133, -11], - [152, -64], - [275, 13], - [21, -7], - [72, 9], - [75, 25], - [137, 105], - [66, 56], - [4, 9], - [191, 96], - [110, 76], - [170, 66], - [71, -3], - [15, -13], - [65, -155], - [27, -87], - [-7, -20], - [33, -33], - [27, -61], - [18, -18], - [339, 40], - [138, -19], - [81, 14], - [91, 0], - [109, -27], - [27, 20], - [33, 8], - [252, 18], - [76, -1], - [22, -13], - [60, -6], - [34, -9], - [93, -41], - [48, -69], - [7, -21], - [-5, -35], - [7, -17], - [46, -35], - [132, -68], - [45, -6], - [48, 18], - [51, 57], - [104, 20], - [27, 1], - [47, -9], - [68, -23], - [60, -8], - [170, -12], - [139, 30], - [-11, -31], - [-86, -24], - [-19, -14], - [-6, -31], - [-32, -20], - [-30, -2], - [-43, 36], - [-38, -1], - [-15, -31], - [1, -36], - [-39, -6], - [-69, -25], - [-60, -41], - [-15, -17], - [-39, -29], - [-65, -39], - [-112, -44], - [-33, 1], - [-97, -31], - [-13, -11], - [-6, -28], - [-75, -41], - [-74, -23], - [-54, -9], - [-54, -17], - [-7, -19], - [-23, -1], - [-53, -19], - [-82, -7], - [-34, -16], - [-16, -21], - [-77, -5], - [-37, -8], - [-88, -35], - [-33, -6], - [-35, -26], - [-100, -13], - [-14, -7], - [-82, -17], - [-7, -13], - [-31, -13], - [-147, -46], - [-26, -32], - [-63, -25], - [-117, -61], - [-71, -32], - [-93, -49], - [-246, -170], - [-73, -61], - [-22, -33], - [-37, -13], - [-156, -125], - [-18, -17], - [-24, -4], - [-60, -70], - [-37, -38], - [-16, -5], - [-40, -31], - [-35, -46], - [-18, -6], - [-25, -32], - [-35, -66], - [-33, -28], - [-60, -61], - [-44, -64], - [-49, -34], - [-70, -68], - [-51, -66], - [-8, -15], - [-54, -50], - [-21, -8], - [-38, -30], - [-109, -117], - [-38, -8], - [-39, -36], - [-103, -46], - [-33, -54], - [-40, -24], - [-45, -47], - [-13, -35], - [-41, -31], - [-71, -23], - [-61, -56], - [-74, -79], - [-7, -15], - [-48, -30], - [-36, -17], - [-29, -5], - [-55, -42], - [-23, -7], - [-59, -55], - [-70, -43], - [-60, -44], - [-24, -27], - [-29, -13], - [-84, -60], - [-6, -15], - [-45, -24], - [-15, -16], - [11, -36], - [44, -71], - [72, -88], - [20, -11] - ], - [ - [60883, 65786], - [-35, 6], - [-103, 102], - [-51, -1], - [-135, -79], - [-14, -39], - [17, -30], - [0, -28], - [-27, -61], - [-19, -12], - [-56, -2], - [-51, 7], - [-42, 28], - [2, -96], - [-3, -525], - [0, -240], - [-2, -358], - [0, -267], - [-61, -19], - [-217, -131], - [-396, -228], - [-96, -74], - [-25, -28], - [-24, -40], - [-53, -123], - [-11, -54], - [-30, -85], - [-36, -37], - [-69, -49], - [-52, -32], - [-28, -158], - [-8, -67], - [4, -84], - [5, -49], - [23, -20], - [89, -17], - [37, 4], - [144, -79], - [85, -169], - [30, -179], - [-75, -169], - [-52, -56], - [-36, -29], - [-16, -35], - [-12, -214], - [-48, -291], - [3, -83], - [42, -95], - [33, -179], - [-27, -255], - [-36, -106], - [-33, -123], - [121, -71], - [196, -172], - [19, -25], - [4, -25], - [130, -134], - [29, -14], - [79, -12], - [250, -19], - [32, -8], - [38, -26], - [31, -66], - [2, -46], - [21, -38], - [26, -30], - [65, -48], - [39, -35], - [197, -62], - [128, -55], - [137, -69], - [17, -12], - [71, -72], - [13, -27], - [58, -178], - [-10, -54], - [32, -77], - [125, -104], - [125, -64], - [36, -9], - [92, -98], - [149, -151], - [23, -12], - [61, -12], - [77, -9], - [78, -24], - [58, -31], - [129, -177], - [97, -149], - [50, -52], - [41, -138], - [-21, -313], - [9, -133], - [7, -14], - [88, -276] - ], - [ - [66316, 24218], - [34, 0], - [7, -22], - [-33, -53], - [-50, 54], - [-72, 18], - [114, 3] - ], - [ - [66679, 24200], - [-17, -11], - [-67, -27], - [-54, -6], - [-4, 9], - [54, 8], - [51, 17], - [21, 12], - [36, 36], - [30, 5], - [-50, -43] - ], - [ - [67411, 24174], - [13, -1], - [64, -29], - [43, -1], - [23, 16], - [48, -6], - [-44, -19], - [-47, -5], - [-75, 24], - [-25, 21] - ], - [ - [67032, 24266], - [101, -43], - [155, -28], - [-26, -9], - [-87, 18], - [-59, 6], - [-86, 35], - [-53, -10], - [-23, 1], - [-36, 16], - [74, 3], - [26, 16], - [14, -5] - ], - [ - [67983, 36238], - [139, -236], - [51, -25], - [-39, -424], - [-40, -360], - [-28, -299], - [-40, -427], - [-50, -523], - [-43, -441], - [-40, -421], - [-40, -434], - [-14, -153], - [-51, -565], - [-67, -750], - [-13, -156], - [-66, -763], - [-39, -447], - [-32, -356], - [-33, -344], - [-30, -332], - [-25, -271], - [-5, -208], - [13, -386], - [9, -192], - [18, -469], - [22, -519], - [11, -292], - [12, -293], - [24, -663], - [16, -481], - [17, -443] - ], - [ - [67620, 24565], - [-8, -22], - [10, -29], - [-30, -18], - [-17, 30], - [-28, 2], - [-23, -18], - [0, -25], - [-14, -20], - [-33, -25], - [-16, -4], - [-46, 8], - [-2, 15], - [-31, 32], - [-25, 8], - [-81, 2], - [-31, 36], - [-32, -13], - [-20, 14], - [-74, 9], - [-29, -16], - [-39, -31], - [-53, -2], - [-33, 12], - [-46, 45], - [-75, 49], - [3, 25], - [-58, 37], - [-31, -42], - [12, -44], - [-54, 28], - [-8, 14], - [-69, 5], - [-92, -8], - [-84, -17], - [-124, -40], - [-193, -93], - [-62, -22], - [-96, -43], - [-36, -6], - [-6, 11], - [5, 52], - [19, 10], - [3, 45], - [-23, 40], - [-42, 24], - [-39, -3], - [-32, -13], - [-24, -42], - [62, -36], - [19, -47], - [-14, -42], - [-28, -24], - [-39, -21], - [-33, -43], - [-66, -34], - [-21, -79], - [-32, -46], - [-1, -49], - [-25, -27], - [-15, 4], - [-12, 38], - [-8, 6], - [-43, -27], - [-39, -6] - ], - [ - [64057, 36238], - [774, -3], - [183, -1], - [281, 3], - [280, -2], - [263, 0], - [397, 0], - [227, 0], - [429, 2], - [589, 2], - [167, -1], - [336, 0] - ], - [ - [25463, 60154], - [-108, 30], - [-46, 35], - [-15, 43], - [-148, 266], - [-195, 257], - [-100, 69], - [-32, -1], - [-175, -115], - [-52, -156], - [-17, -98], - [-140, -128], - [-56, -6], - [-136, 21], - [-61, -43], - [-129, -70], - [-69, 32], - [-11, 29], - [-39, 62], - [-144, -19], - [-243, -58], - [-202, 2], - [-65, 23], - [-26, 29], - [-42, 23], - [-29, 0], - [-47, -12], - [-75, -53], - [-36, -132], - [-23, -35], - [-29, -30], - [-44, 7], - [-117, 43], - [-132, 9], - [-268, 38], - [-57, 14], - [-116, -49], - [-57, -85], - [-19, -43], - [-5, -102], - [-12, -31], - [-34, -26], - [-49, 8], - [-176, 133], - [-62, 60], - [-44, 114], - [-55, 309], - [14, 27], - [-4, 19], - [-92, 207], - [-63, 112], - [-43, 45], - [-93, 68], - [-73, 38], - [-58, -26], - [-95, -61], - [-23, -9], - [-22, 16], - [-189, 187], - [-39, 74], - [-42, 120], - [8, 16], - [40, -1], - [48, 60], - [2, 117], - [-6, 69], - [-27, 44], - [-40, 1], - [-170, 168], - [19, 33], - [1, 15], - [-63, 106], - [-94, 110], - [-45, 37], - [-120, 203], - [-41, 193], - [-25, 149], - [16, 45], - [-13, 73], - [-25, 23], - [-45, 24], - [-6, 48], - [21, 74], - [-5, 25], - [-17, 29], - [-40, 31], - [-114, 72], - [-70, 103], - [-69, 46], - [-30, 12], - [-52, -23], - [-36, -122], - [-187, -228], - [-98, -39], - [-111, 9], - [-115, -192], - [-77, -2], - [-29, 58], - [-175, 176], - [-25, 5], - [-75, 3], - [-69, -14], - [-19, 15], - [-4, 183], - [24, 13], - [17, -3], - [49, 29], - [27, 35], - [10, 92], - [-18, 48], - [-44, 24], - [-35, 29], - [-35, 77], - [96, 169], - [30, 25], - [93, 21], - [102, 88], - [-14, 175], - [-20, 37], - [-33, 22], - [-66, 24], - [-34, 30], - [-13, 37], - [-1, 54], - [28, 45], - [16, 50], - [-1, 46], - [-28, 74], - [19, 83], - [86, 322], - [91, 367], - [-14, 80], - [72, 174], - [29, 181], - [0, 57], - [-13, 28], - [-60, 32], - [-97, -5], - [-45, -17], - [-66, -34], - [-205, 3], - [-41, 15], - [-40, 52], - [-13, 34], - [3, 34], - [-7, 39], - [-42, 44], - [-43, 1], - [-50, -15], - [-41, 3], - [-52, 60], - [-109, 109], - [-51, 45], - [-65, 22], - [-60, 48], - [-14, 21], - [-20, 83], - [5, 78], - [-255, 288], - [-48, 86], - [-189, 230], - [-123, 106], - [-47, 72], - [-5, 28], - [-48, 88], - [-35, 15], - [-154, 25], - [-107, 27], - [-82, 42], - [-52, 88], - [-19, 46], - [-28, 37], - [-212, 122], - [-57, 19], - [-16, 62], - [7, 50], - [26, 55], - [-33, 74], - [-18, 49], - [7, 45], - [27, 53], - [28, 155], - [-33, 149], - [-10, 16], - [-354, 389], - [-163, 221], - [-77, 81], - [-2, 253], - [0, 349], - [1, 723], - [0, 1150], - [0, 109] - ], - [ - [16158, 71576], - [1485, -4], - [973, 3], - [538, 1], - [690, -4], - [698, -5], - [1073, 2], - [199, 1], - [1519, -1], - [631, -1], - [172, -1], - [914, 1], - [713, 0], - [269, 1], - [980, 2], - [411, 1], - [941, 2], - [197, 0], - [602, -2], - [122, -1], - [841, 1], - [570, 0], - [1967, 0], - [1031, 0], - [233, 1], - [473, -2], - [364, 0], - [403, 1], - [342, 0], - [70, 0], - [478, 0], - [555, 0], - [763, 0], - [194, 0], - [920, 1] - ], - [ - [38489, 71573], - [0, -385], - [3, -559], - [-1, -86], - [1, -456], - [2, -93], - [2, -529], - [2, -487], - [5, -275], - [-3, -291], - [-3, -726], - [-1, -293], - [0, -200], - [0, -571], - [-1, -243], - [1, -545], - [0, -465], - [-1, -658], - [-2, -707], - [3, -138] - ], - [ - [38496, 63866], - [3, -194], - [3, -784], - [0, -169], - [4, -294], - [-1, -407], - [0, -538], - [-32, -6] - ], - [ - [38473, 61474], - [-768, 3], - [-549, 1], - [-471, 4], - [-108, -1], - [-1436, 1], - [-132, -7], - [-17, -11], - [-624, 1], - [-1164, 5], - [-357, 2], - [-99, 9], - [-882, 2], - [-565, 0], - [-398, 0], - [-231, -4], - [-589, 3], - [-103, 0], - [-859, -2], - [-38, 15], - [-309, -1], - [-985, -8], - [-579, 4], - [-207, -19], - [-607, -10], - [-294, 0], - [-84, 14], - [-233, 11], - [-314, -2], - [-22, -165], - [-1, -175], - [3, -610], - [12, -380] - ], - [ - [33875, 28134], - [-413, 0], - [-466, -1], - [-551, 1], - [-234, -1], - [-1462, 0], - [-1, -716], - [0, -420], - [-1195, -2], - [-371, 0] - ], - [ - [40437, 41295], - [0, -228], - [0, -480], - [0, -552] - ], - [ - [40437, 40035], - [-73, -56], - [0, -406], - [1, -662], - [-1, -797], - [0, -295], - [-2, -1036], - [0, -650], - [-1, -262], - [0, -452], - [-1, -526], - [-1, -378], - [1, -141], - [0, -639], - [-4, -258], - [-8, -503], - [-3, -130], - [-2, -202], - [-7, -459], - [-2, -149], - [-5, -278], - [-8, -554], - [0, -435], - [-1, -365], - [1, -405], - [0, -952], - [0, -364], - [-488, -1], - [-737, 0], - [-561, -1], - [-944, 1], - [-208, 0], - [-512, 1], - [-438, 0], - [-513, 0], - [-850, 3], - [-208, 1], - [-387, -1], - [-382, -1], - [-350, -2], - [-29, -113], - [-24, -240], - [25, -36], - [17, -1], - [71, -83], - [40, -21], - [18, -16], - [14, -37] - ], - [ - [38489, 71573], - [366, -1], - [1700, -1], - [1343, -1], - [365, 1], - [976, 1], - [522, 0], - [550, 0], - [905, 0], - [468, -1], - [500, 0], - [722, 1], - [979, 1], - [1953, 1], - [325, 1], - [678, -1], - [339, 1] - ], - [ - [52419, 63840], - [-257, 2], - [-553, -1], - [-39, 0], - [-557, -1], - [-303, 0], - [-563, 1], - [-417, 1], - [-330, 1], - [-1002, 6], - [-686, 4], - [-307, -1], - [-433, 1], - [-183, 2], - [-301, 0], - [-400, 2], - [-382, 2], - [-483, 2], - [-367, 0], - [-573, 1], - [-309, 0], - [-316, 1], - [-532, 0], - [-309, 0], - [-466, 1], - [-378, 0], - [-282, 0], - [-414, 1], - [-188, 1], - [-99, -1], - [-401, 0], - [-237, 1], - [-440, -1], - [-511, 0], - [-204, 1], - [-701, 0] - ], - [ - [42223, 41278], - [261, 1], - [559, 4], - [454, 3], - [272, 2], - [370, 3], - [125, 0], - [503, 3], - [230, 3], - [652, 3], - [159, 1], - [225, -2], - [389, -1], - [299, -4], - [315, 0], - [332, 0], - [284, 0], - [476, -1], - [288, 0], - [316, 0], - [355, -3], - [216, 0], - [379, 1], - [432, 1], - [307, 1], - [57, -1], - [268, 0], - [586, 1], - [219, -1], - [286, 1], - [235, 0], - [622, 0], - [401, 0], - [371, -1], - [169, 2], - [190, -1], - [509, 0], - [236, 0], - [395, 1], - [372, 0], - [265, -2], - [285, 0], - [152, -2] - ], - [ - [56039, 41290], - [0, -380], - [1, -592], - [-1, -286] - ], - [ - [56285, 32812], - [-9, -31], - [-62, -25], - [-8, 1], - [-247, 112], - [-138, 78], - [-20, 29], - [-27, 61], - [-115, 14], - [-87, 33], - [-317, 290], - [-43, 108], - [-9, 35], - [-116, 49], - [-167, 63], - [-22, -3], - [-40, -68], - [9, -54], - [-4, -26], - [-20, -36], - [-50, -35], - [-97, -12], - [-126, -7], - [-71, 7], - [-184, 28], - [-14, 21], - [5, 49], - [-19, 57], - [-14, 6], - [-61, 4], - [-293, -169], - [-12, -49], - [-113, -26], - [-233, 50], - [-275, -25], - [-94, -25], - [-16, -61], - [-14, -74], - [-11, -38], - [-22, -27], - [-72, -28], - [-17, 3], - [-139, -6], - [-121, -74], - [-100, 150], - [-46, 12], - [-97, -21], - [-210, 155], - [-6, 49], - [9, 55], - [-20, 27], - [-68, 36], - [-26, -2], - [-11, -17], - [-20, -78], - [-22, -53], - [-21, -23], - [-92, -18], - [-176, 58], - [-19, 14], - [-31, 38], - [-23, 71], - [-7, 94], - [-15, 42], - [-27, 24], - [-95, -61], - [-24, -124], - [-38, -62], - [-78, -111], - [-82, -213], - [-28, -31], - [-26, -10], - [-56, 14], - [-39, 37], - [-61, 158], - [0, 48], - [19, 31], - [25, 0], - [27, 23], - [0, 17], - [-26, 121], - [-9, 14], - [-47, 39], - [-29, -4], - [-157, -106], - [-115, -134], - [-100, 0], - [-50, 23], - [-18, 33], - [21, 74], - [1, 52], - [-13, 25], - [-53, 39], - [-27, 7], - [-34, -15], - [-66, -41], - [-61, 13], - [-18, 38], - [16, 86], - [-38, 41], - [-88, 54], - [-29, 5], - [-39, -19], - [-14, -29], - [-62, -91], - [-96, -115], - [-91, -83], - [-59, -21], - [-21, 2], - [-166, 80], - [-21, 20], - [45, 117], - [15, 135], - [-71, 30], - [-67, -20], - [-40, -1], - [-82, 25], - [-39, 77], - [-117, 203], - [-58, 6], - [-186, 45], - [-47, 42], - [-72, 15], - [-35, -23], - [-29, -49], - [-4, -17], - [-138, -145], - [-55, 20], - [-92, 155], - [-44, 39], - [-42, 29], - [-70, 4], - [-27, -3], - [-25, -24], - [-64, -39], - [-122, 1], - [-173, 41], - [-114, 76], - [-87, 46], - [-175, 9], - [-109, -7], - [-71, 14], - [-62, 20], - [-39, 194], - [3, 83], - [-3, 32], - [-93, 166], - [-177, 97], - [-78, -167], - [-16, -8], - [-62, 4], - [-24, 37], - [-86, 52], - [-29, 12], - [-110, 10], - [-11, -4], - [-68, -104], - [-88, -4], - [-58, 11], - [-134, 132], - [-49, 59], - [-133, 174], - [-17, 36], - [-20, 25], - [-71, 69], - [-42, 12], - [-17, -2], - [-85, -45], - [0, 469], - [0, 717], - [0, 384], - [0, 605], - [0, 496], - [0, 661], - [0, 440], - [0, 1121], - [-336, 0], - [-286, -1], - [-349, 0], - [-235, 0], - [-377, 1], - [-436, -1], - [-1002, 0], - [-377, 1], - [-383, 1], - [-242, 0], - [-1563, 1] - ], - [ - [84216, 48161], - [-249, 0], - [-285, -1], - [-284, 0], - [-730, 1], - [-392, 1], - [0, 544], - [0, 356], - [0, 239], - [2, 570], - [-2, 300], - [0, 305] - ], - [ - [82276, 50476], - [0, 534], - [0, 557], - [0, 253], - [1, 196], - [-1, 232], - [0, 239], - [0, 262], - [0, 329], - [0, 453], - [0, 323] - ], - [ - [82276, 53854], - [156, 71], - [48, 15], - [86, 42], - [62, 20], - [62, 33], - [123, 73], - [79, 41], - [41, 29], - [22, 23], - [34, 88], - [35, 42], - [53, 17], - [31, -45], - [0, -23], - [20, -3], - [134, 81], - [108, 75], - [56, 25], - [28, 21], - [34, 15], - [43, 11], - [86, 52], - [68, 35] - ], - [ - [83685, 54592], - [0, -350], - [1, -333], - [415, -2], - [888, 2], - [347, -4], - [518, 6], - [537, -1], - [341, 2], - [174, -3], - [371, -2], - [152, 1], - [456, 3], - [708, -2], - [379, 6], - [160, 0], - [515, -4], - [179, -3], - [220, -1], - [369, 1], - [308, 1], - [923, 0], - [232, 1], - [33, -16], - [91, -99], - [25, -38], - [30, -136], - [217, -86], - [12, 3], - [48, -22], - [44, -79], - [69, -150], - [10, -304], - [-9, -34], - [23, -124], - [105, -160], - [83, -58], - [50, -19], - [39, -68], - [28, -21], - [144, -25], - [87, -10], - [114, -149], - [-7, -25] - ], - [ - [93114, 52290], - [-124, -53], - [-63, -44], - [-64, -80], - [-16, -26], - [-43, -90], - [-10, -32], - [5, -10], - [-5, -40], - [-28, -71], - [-76, -108], - [-96, -86], - [15, -26], - [-3, -15], - [-128, -134], - [-60, -38], - [-41, -18], - [-33, -21], - [-40, -33], - [-10, -43], - [29, -14], - [5, -39], - [121, -204], - [-1, -31], - [-103, -173], - [-48, -44], - [-70, 10], - [-46, -66], - [-14, -152], - [6, -184], - [20, -73], - [79, -41], - [23, 6], - [33, -6], - [32, -14], - [59, -64], - [7, -41], - [-11, -179], - [22, -93], - [44, -30], - [20, -7], - [305, -300], - [167, -176], - [90, -137], - [-3, -34], - [-31, -30], - [-181, -87], - [-254, -131], - [-181, -172], - [-114, -147], - [-96, -103], - [-48, -40], - [-46, -23], - [-67, -18], - [-66, 1], - [-126, -61], - [-76, -60] - ], - [ - [91774, 48365], - [-72, 46], - [-84, 33], - [-75, 12], - [-75, 1], - [-30, -3], - [-72, -18], - [-53, -23], - [-43, -25], - [-58, -48], - [-42, -49], - [-90, -128] - ], - [ - [91080, 48163], - [-419, 0], - [-421, -2], - [-334, 0], - [-552, 0], - [-325, -2], - [-292, -1], - [-365, 0], - [-402, 0], - [-140, 1], - [-353, 1], - [-82, 2], - [-568, 2], - [-571, 1], - [-796, 0], - [-229, 0], - [-858, -3], - [-157, -1] - ], - [ - [80120, 40256], - [-41, -122], - [-15, -9], - [20, -79], - [0, -51], - [-34, -79], - [2, -6], - [-22, -279], - [-40, -8], - [-32, 4], - [-46, 24], - [-8, 30], - [-114, -58], - [-99, -89], - [-46, -94], - [-50, -92], - [-124, -247], - [-100, -62], - [-87, -4], - [-20, 39], - [2, 23], - [-21, 52], - [-118, 24], - [-20, -5], - [-29, -45], - [-163, -50], - [-43, -8], - [-51, -27], - [-63, -56], - [-99, -192], - [-82, -75], - [-94, -57], - [-73, 26], - [-27, 20], - [-7, 69], - [22, 100], - [-30, 42], - [-33, 23], - [-87, -50], - [-59, -55], - [-73, -50], - [-45, -75], - [-95, -105], - [-42, 41], - [-40, 9], - [-46, -20], - [-27, -52], - [28, -109], - [-38, -90], - [-82, -127], - [-40, -43], - [-22, -12], - [-194, 4], - [-121, -38], - [-140, -83], - [-28, -30], - [9, -14], - [-7, -35], - [-80, -96], - [-129, -48], - [-147, -67], - [-62, -72], - [-12, -38], - [-24, -14], - [-265, 8], - [-66, 11], - [-150, -17], - [-229, -113], - [-100, -117], - [-36, -30], - [-16, -3], - [-76, -93], - [-42, -173], - [-24, -14], - [10, -58], - [21, -61], - [-4, -14], - [-60, -69], - [-78, -53], - [-196, 21], - [-17, 26], - [-29, 5], - [-117, -107], - [-4, -48], - [-30, -286], - [-25, -264] - ], - [ - [72811, 36210], - [-408, 9], - [-73, 1], - [-833, 6], - [-160, 2], - [-131, -3], - [-113, 0], - [-277, 4], - [-344, 0], - [-277, 8], - [-371, 9], - [-165, 5], - [-241, 5], - [-452, 2], - [-190, 3], - [-393, 4], - [-368, 3], - [-32, -30] - ], - [ - [65130, 38774], - [48, 0], - [31, 61], - [11, 68], - [112, 143], - [42, 27], - [15, 20], - [4, 43], - [-5, 28], - [-24, 40], - [-41, 36], - [-131, 159], - [15, 9], - [25, -10], - [141, -25], - [24, 2], - [89, 22], - [13, 12], - [-2, 46], - [-17, 25], - [-18, -7], - [-45, 26], - [-62, 53], - [-15, 35], - [8, 33], - [19, 16], - [45, 0], - [39, -12], - [29, -2], - [24, 6], - [24, 24], - [18, 66], - [-19, 254], - [-36, 57] - ], - [ - [65491, 40029], - [100, -1] - ], - [ - [65591, 40028], - [-15, -48], - [0, -22], - [13, -21], - [27, -12], - [21, 3], - [22, 16], - [36, 44], - [22, 43] - ], - [ - [65717, 40031], - [70, 4], - [63, 7], - [119, 9], - [306, -8], - [285, -4], - [242, 2], - [538, -3], - [104, -2], - [295, -1], - [517, -9], - [28, 43], - [10, 67], - [-5, 53], - [-18, 104], - [-20, 83], - [-23, 61], - [-4, 46], - [109, -3], - [302, -33], - [-7, -77], - [395, 12], - [422, 7], - [557, 4], - [388, 10], - [174, 3], - [387, 11], - [76, -47], - [168, 46], - [262, -7], - [252, -24], - [215, -14], - [92, -8], - [454, -22], - [440, -15], - [81, -2], - [69, 3], - [363, 26], - [336, -10], - [440, -41], - [151, -8], - [962, -28], - [509, -6], - [553, -18], - [28, 46] - ], - [ - [76402, 40288], - [379, -9], - [364, 2], - [51, -11], - [411, 1], - [368, -1], - [280, 0], - [234, 3], - [485, 2], - [155, 0], - [68, -3], - [446, -1], - [21, 56], - [179, -5], - [334, -6], - [-57, -60] - ], - [ - [92096, 43887], - [-102, -172], - [-42, -92], - [-27, -73], - [-28, -52], - [-33, -34], - [-14, 0], - [-33, 21], - [-16, 18], - [-53, 1], - [-44, -30], - [-28, -31], - [-36, -48], - [-52, -83], - [-61, -144], - [-17, -45], - [-29, -58], - [-16, -45], - [-9, -58], - [-32, -102], - [-14, -36], - [-3, -51], - [8, -19], - [23, -4], - [3, -17], - [-23, -32], - [-50, -88], - [-61, -127], - [8, -43], - [-8, -40], - [-12, -23], - [-47, -62], - [-43, -81], - [-12, -33], - [1, -25], - [-17, -37], - [-55, -76], - [-25, -21], - [-10, 10], - [-26, -12], - [14, -51], - [-16, -62], - [16, -67], - [-25, -43], - [7, -27], - [-55, -67], - [-89, -89], - [-16, -24], - [-38, -30], - [-35, 49], - [-37, -33], - [-46, -5], - [1, 26], - [-15, 72], - [-39, 79], - [-27, 42], - [-1, 35], - [6, 31], - [-28, 66], - [4, 29], - [15, 30], - [-15, 21], - [9, 72], - [8, 36], - [31, 50], - [20, 42], - [13, 91], - [-6, 28], - [3, 47], - [10, 27], - [29, 57], - [-5, 36], - [8, 46], - [17, 55], - [18, 32], - [5, 43], - [-7, 31], - [31, 92], - [28, 56], - [61, 96], - [16, 19], - [0, 49], - [17, 39], - [40, 25], - [24, 73], - [23, 19], - [17, 33], - [-17, 36], - [-11, 38], - [46, 32], - [17, 6], - [26, -6], - [51, 6], - [13, 25], - [24, 8], - [12, 17], - [14, 53], - [36, 36], - [8, 29], - [-4, 33], - [-41, 36], - [-20, 3], - [-12, -12], - [-49, -2], - [-8, 19], - [85, 81], - [14, -18], - [19, 4], - [45, 51] - ], - [ - [91300, 43694], - [85, 110], - [419, 48], - [292, 35] - ], - [ - [90735, 43404], - [-16, -75], - [-30, 17], - [-5, 56], - [2, 33], - [49, -31] - ], - [ - [90697, 43701], - [-44, -46], - [-28, -51], - [-6, 35], - [-20, 62] - ], - [ - [90599, 43701], - [98, 0] - ], - [ - [87487, 47152], - [95, -8], - [140, -42], - [59, -38], - [49, -61], - [44, -22], - [49, -19], - [45, -44], - [3, -22], - [-37, -77], - [-49, -18], - [-21, -28], - [-20, -63], - [5, -46], - [8, -17], - [115, -119], - [65, -18], - [90, -14], - [65, 4], - [90, -44], - [56, -36], - [18, -50], - [-7, -22], - [11, -42], - [27, -23], - [26, -14], - [44, -11], - [57, 3], - [35, -8], - [53, -77] - ], - [ - [88753, 45815], - [-5, -69], - [-62, -134], - [-58, -35], - [-28, -26], - [-22, -32], - [-6, -61], - [11, -37] - ], - [ - [88583, 45421], - [-51, 3], - [-33, -31], - [-50, -17], - [-27, 52], - [-45, 2], - [-15, -26], - [7, -19], - [-4, -76], - [-32, -20], - [6, -44], - [-29, -46], - [1, -19], - [-14, -36], - [-32, -46], - [-18, -33], - [-23, -68], - [-5, -46], - [12, -78], - [16, -51], - [-13, -36], - [40, -35], - [15, -26], - [-1, -20], - [16, -30], - [27, -16], - [47, -4], - [76, 23], - [37, 3], - [31, 10], - [46, 56], - [62, 4], - [37, -3], - [28, 24], - [26, 46], - [23, 11], - [59, -66], - [-10, -82], - [-7, -32], - [-18, -44], - [8, -23], - [53, -62], - [31, -10], - [35, -44], - [9, -51], - [-18, -23], - [9, -34], - [47, -29], - [49, -13], - [66, -63], - [68, -22], - [27, 0], - [67, 14], - [52, -6], - [32, -25], - [8, -26], - [32, -22], - [33, 29], - [5, 16], - [30, 2], - [37, -22], - [40, 1], - [26, 13], - [29, -12], - [19, -50], - [5, -47], - [40, -38], - [68, -45], - [13, -19], - [26, -68], - [11, -41], - [45, -23], - [42, -9], - [13, -38], - [65, -55], - [21, -25], - [46, -21], - [58, -16], - [31, -13], - [145, -90], - [54, -56], - [-15, -69], - [-12, -73], - [-27, -39], - [-31, -9], - [-20, 22], - [-26, -26], - [-6, -44], - [7, -16], - [-10, -96], - [13, -52], - [-14, -24], - [18, -40], - [1, -39], - [-24, -11], - [-18, -20], - [-28, -53], - [14, -25], - [48, -10], - [26, -15], - [25, -45], - [-2, -11], - [-54, 20], - [-98, -29], - [-35, 42], - [-34, 4], - [-82, 60], - [-54, 34], - [-32, 1], - [-15, -48], - [-24, -12], - [-49, 53], - [3, 61], - [-9, 43], - [-38, 59], - [-30, 74], - [-15, 29], - [-33, 10], - [-24, 20], - [-67, 39], - [-13, 27], - [-41, 47], - [-40, -7], - [-38, 35], - [-20, 39], - [-10, 34], - [-17, 26], - [-34, 9], - [-35, -25], - [3, -16], - [31, -57], - [28, -41], - [31, -65], - [20, -25], - [15, -7], - [48, -2], - [11, -9], - [1, -40], - [12, -24], - [24, -11], - [45, -2], - [38, -16], - [-1, -34], - [42, -35], - [-1, -36], - [34, -79], - [-6, -25], - [17, -38], - [58, -75], - [29, -14], - [170, 3], - [29, -35], - [17, -43], - [52, -22], - [47, 2], - [47, -10], - [60, -20], - [-5, -27], - [-51, -37], - [-35, 0], - [-21, -44], - [14, -36], - [44, -25], - [42, 6], - [35, 42], - [13, -16], - [30, -66], - [23, -86], - [4, -64], - [9, -89], - [-6, -29], - [-30, -45], - [-15, -56], - [2, -33], - [-20, -8], - [-48, 26], - [-7, 22], - [-47, 66], - [-55, 26], - [-38, 27], - [-11, 33], - [-41, 10], - [-5, -43], - [-36, -14], - [-15, -33], - [19, -30], - [54, -55], - [34, -64], - [13, -56], - [22, -15], - [13, -23], - [-57, -13], - [-46, -3], - [-22, -27], - [-87, -7], - [-13, 11], - [-19, -13], - [-19, -40], - [17, -21], - [42, -24], - [144, 23], - [8, -5], - [-11, -55], - [12, -20], - [-3, -34], - [-16, -49], - [34, -12], - [40, 33], - [31, -6], - [6, -37], - [18, -25], - [36, -8], - [35, -30], - [33, -81], - [6, -26], - [-40, -124], - [-21, -85], - [-20, 0], - [-6, 31], - [-42, 4], - [-14, -22], - [-47, -21], - [-43, -40], - [-28, -50], - [-32, 18], - [-44, 72], - [8, 24], - [-31, 50], - [-115, 89], - [1, 37], - [-20, 16], - [-34, -20], - [-24, 11], - [-22, 41], - [-72, 57], - [-12, 20], - [5, 38], - [33, 45], - [-12, 18], - [-16, 63], - [-19, 37], - [-38, 36], - [-73, 5], - [-18, -10], - [-59, -13], - [-23, -54], - [-27, -2], - [-43, 44], - [-38, -8], - [-3, -19], - [11, -23], - [74, -70], - [18, -28], - [32, -13], - [28, 7], - [34, 66], - [9, 54], - [12, 8], - [29, -39], - [12, -24], - [-15, -38], - [0, -42], - [9, -10], - [18, -72], - [-2, -33], - [-18, -51], - [-1, -54], - [11, -23], - [31, -24], - [63, -2], - [47, -17], - [17, -16], - [27, -47], - [71, -51], - [7, -26], - [39, -21], - [23, -32], - [10, -88], - [-2, -54], - [25, -33], - [29, 3], - [13, 48], - [30, 3], - [44, -18], - [38, 6], - [3, 60], - [59, -2], - [47, -11], - [-4, 51], - [7, 53], - [21, -10], - [34, 32], - [23, 1], - [32, -10], - [62, -49], - [24, -14], - [59, -21], - [94, -21], - [82, -36], - [14, 0], - [56, 21], - [46, 37], - [36, -3], - [33, -22], - [9, -28], - [36, -173], - [12, -75], - [30, -129], - [51, -175], - [58, -154], - [31, -119], - [13, -83] - ], - [ - [90933, 40162], - [-159, -1], - [-316, 0], - [-355, 0], - [-425, 0], - [-494, 0], - [-203, -17], - [-462, 6], - [-159, -4], - [-88, 0], - [-875, 1], - [-201, 0], - [-480, -3], - [-209, 2], - [-420, -6], - [-109, -3], - [-248, 3], - [-248, -1], - [-327, 1], - [-284, -2], - [-406, 0], - [-312, -2], - [-291, 3], - [-471, 1], - [-200, 1], - [-264, 2], - [-110, 1], - [-378, 16], - [-476, 29], - [-106, 0], - [-174, -6], - [-119, 6], - [-298, 14], - [-457, 20], - [-85, -1], - [-312, 15], - [-160, 16], - [-132, 3] - ], - [ - [76402, 40288], - [49, 40], - [227, 124], - [55, 12], - [69, -14], - [197, 79], - [22, 12], - [267, 92], - [60, 4], - [58, 10], - [15, 19], - [5, 27], - [-11, 15], - [-1, 36], - [60, 109], - [50, 75], - [185, 12], - [115, 38], - [92, 126], - [7, 21], - [-5, 31], - [9, 19], - [-26, 33], - [3, 28], - [30, 21], - [23, 6], - [17, 16], - [1, 19], - [27, 15], - [47, -1], - [35, 23], - [92, 74], - [3, 93], - [-2, 60], - [180, 144], - [111, 84], - [102, 55], - [297, 124], - [110, 113], - [602, 570] - ], - [ - [79579, 42652], - [76, -65], - [-28, -8], - [-94, -65], - [-6, -16], - [8, -40], - [9, -15], - [71, -23], - [25, -19], - [15, -63], - [-12, -102], - [16, -39], - [48, -41], - [11, -28], - [28, 4], - [25, -58], - [21, -21], - [0, -23], - [20, -14], - [93, -10], - [34, -17], - [25, 2], - [26, -29], - [6, -51], - [30, -11], - [83, -71], - [9, -23], - [220, 11], - [99, 68], - [6, 41], - [176, 88], - [40, 88], - [20, -3], - [28, 48], - [79, -97], - [176, -162], - [38, 20], - [70, 50], - [102, 40], - [53, 15], - [92, 16], - [99, 7], - [14, -5], - [48, 11], - [53, 26], - [35, 22], - [95, 80], - [-43, 65], - [27, 141], - [87, -53], - [23, -29], - [42, -30], - [12, -29], - [274, 153], - [207, 123], - [31, -118], - [36, -31], - [20, 8], - [73, 60], - [195, 124], - [11, 5], - [-29, 89], - [34, 25], - [44, 91], - [90, 63], - [36, 52], - [-34, 25], - [-53, 21], - [-46, 95], - [-7, 21], - [17, 11], - [43, 58], - [9, 30], - [-7, 18], - [10, 45], - [57, 108], - [120, 192], - [59, 46], - [238, 251], - [45, 92], - [35, 87], - [53, 95], - [-13, 74], - [24, 50], - [8, 74], - [54, 60], - [192, 164], - [-40, 92], - [3, 11], - [143, 163], - [79, 173], - [2, 20], - [-20, 62], - [56, 90], - [37, 204], - [95, -47], - [79, -32], - [35, -24], - [29, -42], - [83, -194], - [306, -114], - [27, 11], - [32, 23], - [-4, 14], - [28, 18], - [9, 16], - [98, 125], - [4, 16], - [62, 166], - [52, 150], - [21, 46], - [80, 140], - [65, 157], - [4, 52], - [103, 161], - [11, 10], - [232, -219], - [64, 122], - [50, 113], - [37, 73], - [17, 18], - [110, 76], - [17, -31], - [203, 137], - [82, 123], - [7, 16], - [-33, 31], - [118, 143], - [90, 63], - [38, 47], - [39, 62], - [15, 38], - [-30, 43], - [-22, 23], - [27, 36], - [45, 80], - [110, 276], - [-40, 11], - [28, 273], - [220, -188], - [365, -320], - [381, -334], - [11, 20], - [94, 244], - [5, 50], - [13, 16], - [22, 66], - [58, 81] - ], - [ - [91512, 47870], - [-22, 20], - [-6, 33], - [22, 8] - ], - [ - [91506, 47931], - [6, -61] - ], - [ - [91774, 48365], - [-2, -15], - [-40, -32], - [-19, -24], - [-34, -58], - [-17, -50], - [-53, -83], - [-11, -30] - ], - [ - [91598, 48073], - [-37, 16], - [-61, -90], - [-46, -15], - [-46, -73], - [-6, -15], - [6, -47], - [91, -89], - [-5, -9], - [-9, -79], - [18, -17], - [-11, -31], - [-18, 2], - [-21, -32], - [-10, -43], - [7, -47], - [33, -55], - [29, -22], - [33, -35], - [27, -62], - [20, -65], - [35, -29], - [7, -29], - [39, -31], - [17, -6], - [40, -38], - [7, -42], - [13, -29], - [37, -52], - [10, -25], - [-6, -28], - [1, -50], - [16, -19], - [7, -29], - [-3, -41], - [-25, -35], - [-4, -46], - [17, -171], - [-1, -55], - [10, -22], - [31, -23], - [63, -61], - [51, -92], - [13, -52], - [0, -58], - [17, -14], - [-18, -37], - [15, -29], - [76, -90], - [58, -83], - [50, -53], - [27, -42], - [59, -42], - [46, -20], - [39, 2], - [30, 14], - [14, 22], - [14, -63], - [5, -86], - [26, -195], - [0, -72], - [10, -62], - [19, -306], - [2, -89] - ], - [ - [92456, 44957], - [-254, -1], - [-346, 3], - [-107, 2], - [-244, 7], - [-249, 11], - [-10, 156], - [-16, 286], - [-34, 591], - [-37, 620], - [-4, 71], - [-35, 591], - [-39, 656], - [-2, 112], - [1, 101] - ], - [ - [79579, 42652], - [-55, 13], - [-19, -24], - [-75, -6], - [-127, 72], - [-16, 49], - [-31, 41], - [-144, 121], - [-57, 37], - [-87, 74], - [-19, 52], - [-35, 71], - [13, 58], - [-21, 43], - [-163, 239], - [-106, 100], - [-48, 66], - [6, 23], - [60, 79], - [-1, 20], - [-41, 34], - [-41, 8], - [-19, 18], - [-36, 77], - [-15, 55], - [-98, 143], - [-40, 14], - [-28, 37], - [-16, 70], - [76, 206], - [38, -2], - [17, 44], - [5, 131], - [-44, 169], - [-3, 76], - [7, 23] - ], - [ - [78416, 44883], - [61, -44], - [75, 8], - [334, 84], - [20, 9], - [18, 25], - [12, 34], - [34, 181], - [8, 99], - [32, 37], - [23, 12], - [30, 0], - [50, -17], - [47, 4], - [30, 27], - [10, 56], - [-19, 209], - [-11, 64], - [-20, 59], - [-40, 41], - [-2, 34], - [11, 25], - [46, 45], - [12, 4], - [84, 125], - [86, 264], - [77, 59], - [19, 60], - [10, 19], - [35, 11], - [28, -5], - [124, -97], - [30, -53], - [35, -78], - [0, -33], - [-48, -58], - [-1, -25], - [34, -33], - [63, 7], - [214, 112], - [7, 20], - [-15, 206], - [-16, 28], - [-57, 54], - [-15, 30], - [-2, 57], - [122, 33], - [-5, 230], - [18, 11], - [83, 131], - [167, 84], - [118, 194], - [139, 128], - [21, 14], - [39, -2], - [42, -35], - [11, -16], - [24, -92], - [18, -21], - [16, -4], - [52, 10], - [98, 74], - [45, 27], - [41, 11], - [47, -10], - [15, 6], - [283, 333], - [81, 88], - [142, 130], - [96, 25], - [22, 10], - [90, 214], - [4, 16], - [44, 468], - [-7, 21], - [7, 29], - [87, 103], - [36, 32], - [16, 168], - [-3, 54], - [12, 76], - [39, 162], - [100, 232], - [27, 25], - [39, 64], - [25, 67], - [6, 27], - [-18, 108], - [-18, 54], - [13, 134], - [24, 120], - [-21, 21], - [-105, 209], - [2, 36], - [59, 71], - [13, 10], - [48, 14], - [23, -14], - [53, 9], - [77, 38] - ], - [ - [84216, 48161], - [-4, -478], - [-7, -26], - [-9, -609], - [3, -38], - [-2, -149], - [156, 112], - [45, 55], - [227, 212], - [81, 30], - [22, 30], - [218, 231], - [78, 20], - [31, -35], - [106, -60], - [175, 204], - [93, 171], - [70, 94], - [50, -44], - [-22, -41], - [22, -30], - [132, -91], - [62, -28], - [168, -39], - [181, -7], - [59, 56], - [9, 56], - [-34, 25], - [-15, 26], - [2, 16], - [50, 90], - [140, 44], - [78, -24], - [56, -27], - [22, -2], - [87, 110], - [62, 68], - [27, 15], - [62, -14], - [66, -21], - [62, -39], - [72, -78], - [48, -83], - [119, -46], - [81, 8], - [34, -50], - [-8, -31], - [43, -99], - [38, -46], - [70, -21], - [78, -155], - [49, -108], - [-39, -105], - [8, -26], - [53, -31], - [16, -1] - ], - [ - [63783, 66569], - [-1, 69], - [15, 55], - [22, 19], - [37, 11], - [41, -1], - [5, -24], - [-14, -54], - [-6, -53], - [-18, -31], - [-30, -19], - [-65, -28], - [-2, 20], - [16, 36] - ], - [ - [63448, 66177], - [27, 29], - [37, 0], - [28, -37], - [34, -28], - [-29, -18], - [-54, -5], - [-116, -48], - [-18, -35], - [29, -14], - [27, -1], - [-3, -26], - [-73, -17], - [-37, 8], - [-43, -43], - [-45, -33], - [-46, -5], - [10, 50], - [-14, 33], - [59, 26], - [48, 10], - [10, 26], - [28, 26], - [69, 33], - [34, 24], - [38, 45] - ], - [ - [63554, 66321], - [-107, -29], - [-33, 31], - [38, 60], - [62, 24], - [135, 40], - [38, -29], - [-29, -53], - [-21, -11], - [-26, -40], - [-37, 12], - [-20, -5] - ], - [ - [70316, 62509], - [16, 34], - [18, -25], - [19, -8], - [46, 2], - [29, 13], - [30, -5], - [15, -16], - [42, 13], - [-1, 38], - [26, 3], - [21, -36], - [-5, -17], - [-29, 0], - [-32, -41], - [-22, -48], - [-19, -15], - [-8, -30], - [4, -30], - [-18, -26], - [-23, 4], - [-22, -25], - [5, -61], - [-15, -3], - [-17, 38], - [-44, 53], - [-35, 23], - [0, 25], - [19, 17], - [-17, 63], - [17, 60] - ], - [ - [63440, 55194], - [8, 26], - [-16, 64], - [-107, 219], - [-32, 25], - [-92, 27], - [-138, 29], - [-196, 57], - [-51, 26], - [-144, 107], - [-29, 79], - [-15, 86], - [-43, 200], - [-31, 32], - [-49, 23], - [-4, 8], - [-55, 336], - [-5, 53], - [1, 46], - [-2, 113], - [6, 24], - [35, 21], - [19, 24], - [156, 229], - [8, 31], - [-51, 92], - [-41, 55], - [-191, 147], - [9, 128], - [-23, 196] - ], - [ - [60883, 65786], - [13, -3], - [38, -31], - [48, -26], - [35, -7], - [104, 26], - [55, 6], - [32, -7], - [38, 1], - [56, 11], - [75, 37], - [194, 65], - [102, 49], - [30, 8], - [70, -7], - [48, 7], - [35, 23], - [80, 17], - [48, 22], - [22, 19], - [38, 2], - [42, 9], - [57, 60], - [67, 32], - [67, 9], - [28, 18], - [45, 57], - [36, 5], - [14, -29], - [40, -25], - [20, 1], - [37, 46], - [46, -17], - [49, 13], - [6, 47], - [23, 9], - [24, -13], - [28, 7], - [25, 20], - [10, 35], - [28, 22], - [45, 15], - [20, 20], - [20, 40], - [16, 6], - [20, -13], - [61, -18], - [24, 25], - [54, 42], - [44, 11], - [34, -13], - [97, -78], - [58, -71], - [6, -26], - [-35, -29], - [-20, -44], - [-34, -90], - [-50, -49], - [-18, -36], - [-39, -2], - [-13, -21], - [8, -16], - [-14, -25], - [-34, -20], - [3, -24], - [24, -59], - [33, -60], - [-2, -16], - [-27, -33], - [-33, -25], - [-47, -18], - [-7, -12], - [-17, -83], - [-27, -43], - [-24, -29], - [18, -22], - [44, -13], - [24, 1], - [60, 45], - [11, 1], - [71, 36], - [64, 23], - [46, 28], - [27, 25], - [-2, 47], - [16, 13], - [20, 56], - [79, -70], - [125, -102], - [77, -61], - [52, -34], - [38, -13], - [23, 15], - [37, 6], - [59, -39], - [68, -32], - [36, 12] - ], - [ - [63855, 65432], - [7, -22], - [26, -33], - [48, -13], - [31, 3], - [82, -61], - [54, 6], - [149, -100], - [50, -97], - [20, -3], - [60, -162], - [28, -39], - [-1, -57], - [395, -103], - [1175, -308], - [282, -75], - [124, -49], - [388, -214], - [18, -23], - [46, -22], - [85, -8], - [56, 21], - [17, -2], - [96, -33], - [8, -8], - [16, -56], - [53, -8], - [46, 14], - [150, 77], - [47, -7], - [18, -59], - [15, -9], - [123, -24], - [87, 19], - [151, -96], - [84, 30], - [20, -36], - [53, -11], - [16, 12], - [50, -11], - [67, -38], - [69, -51], - [53, -86], - [2, -9], - [-63, -78], - [-50, -46], - [6, -33], - [68, -61], - [41, -14], - [40, 2], - [20, 22], - [90, 14], - [229, -115], - [114, -105], - [49, -70], - [-2, -18], - [-78, -34], - [-1, -32], - [60, -76], - [6, -128], - [-8, -167], - [-11, -37], - [-26, -53], - [-14, -10], - [-74, -93], - [-52, -174], - [5, -7], - [66, -28], - [22, 11], - [10, 18], - [79, 3], - [72, -4], - [61, 65], - [46, 31], - [36, -18], - [32, -35], - [18, -46], - [0, -28], - [-114, -200], - [-5, -42], - [-37, -93], - [-19, -21], - [20, -69], - [133, -160], - [129, -31] - ], - [ - [69117, 61721], - [5, -25], - [-26, -8], - [-16, -17], - [-29, -77], - [2, -78], - [-10, -94], - [-59, -10], - [-64, 4], - [-131, -23], - [-86, -29], - [-12, -7], - [-37, -49], - [-9, -33], - [8, -33], - [22, -36], - [-19, -43], - [-19, -9], - [-33, -76], - [-23, -4], - [-42, -29], - [-6, -22], - [-42, -101], - [-27, -57], - [-19, -7], - [-25, -24], - [-34, -59], - [-12, -85], - [-1, -46], - [-22, -11], - [-14, -68], - [0, -17], - [20, -53], - [-25, -18], - [-8, -26], - [-20, -33], - [-16, -5], - [-12, -26], - [69, -69], - [64, -23], - [50, -1], - [28, 16], - [22, 30], - [34, 66], - [-9, 18], - [69, 69], - [67, 38], - [41, 32], - [62, 7], - [18, 7], - [27, 36], - [5, 28], - [35, 37], - [18, 29], - [3, 36], - [-5, 43], - [28, 34], - [33, 52], - [78, 101], - [17, 37], - [50, 63], - [54, 34], - [58, -2], - [36, 16], - [29, 30], - [25, -13], - [43, -2], - [77, 74], - [32, -13], - [0, -29], - [27, -41], - [39, 14], - [2, 50], - [-18, 33], - [-24, 16], - [2, 18], - [22, 57], - [34, 56], - [27, 78], - [45, 66], - [26, 52], - [36, 46], - [35, 28], - [36, 45], - [8, 28], - [6, 73], - [32, 41], - [-5, 29], - [8, 46], - [31, 19], - [14, -23], - [35, -7], - [38, 25], - [15, 27], - [36, 18], - [51, 1], - [2, 36], - [-7, 44], - [26, 86], - [57, 22], - [14, 37], - [24, 31], - [12, -17], - [32, 5], - [32, 29], - [63, -10], - [24, -43], - [-26, -35], - [3, -39], - [18, -7], - [-11, -48], - [-13, -29], - [-32, -10], - [-8, 26], - [-47, 0], - [-15, -27], - [-10, -95], - [2, -39], - [30, -30], - [-31, -29], - [-16, -38], - [10, -28], - [1, -50], - [-17, -4], - [-11, -20], - [-30, -22], - [-5, -29], - [-18, -10], - [-55, 8], - [-7, -41], - [-27, -75], - [-45, -19], - [-48, -92], - [2, -51], - [25, -21], - [6, -21], - [-60, -37], - [-22, -26], - [-2, -22], - [20, -30], - [3, -26], - [-117, -73], - [-16, -34], - [-12, -47], - [-42, -25], - [-29, -50], - [3, -34], - [-34, -85], - [-12, -47], - [-19, -44], - [-27, -44], - [-47, -110], - [-22, -34], - [-23, -16], - [-36, -40], - [-18, -47], - [-39, -87], - [-29, -102], - [-12, -87], - [-16, -41], - [-15, -93], - [-21, -75], - [1, -47], - [-30, -62], - [-22, -75], - [8, -71], - [36, -84], - [25, -76], - [1, -48], - [-22, -78], - [-38, -51], - [-43, -39], - [-70, -31], - [-38, -25], - [-48, -43], - [-16, -58], - [4, -37], - [-5, -39], - [-29, -36], - [-22, -44], - [-23, -77], - [-6, -60], - [-37, -71], - [-15, -87], - [-17, -57], - [14, -71], - [-2, -52], - [6, -54], - [49, -109], - [-5, -44], - [-13, -35], - [13, -74], - [0, -48], - [-6, -20], - [-53, -102], - [-87, -153], - [-17, -39], - [-14, -90], - [1, -42], - [8, -45], - [-28, -80], - [-36, -67], - [-52, -74], - [-18, -30], - [-23, -61], - [-9, -43], - [-13, -113], - [-24, -59], - [-18, -85], - [3, -37], - [26, -97], - [16, -27], - [12, -40], - [-36, -84], - [0, -29], - [14, -30], - [31, -38], - [18, -62], - [-7, -25], - [-22, -34], - [-24, -22], - [-7, -34], - [6, -33], - [15, -39], - [57, -56], - [22, -41], - [5, -45], - [-10, -138], - [24, -82], - [22, -54], - [54, -74], - [38, -32], - [13, -22], - [-6, -28], - [-15, -27], - [-8, -38], - [7, -52], - [-7, -48], - [-39, -83], - [-21, -79], - [-10, -71], - [1, -23], - [16, -49], - [-5, -21], - [2, -124], - [5, -38], - [17, -58] - ], - [ - [38481, 56436], - [1, -621], - [0, -363], - [0, -889], - [0, -337], - [-1, -604], - [1, -384], - [0, -278], - [0, -148], - [1, -432], - [-1, -298], - [-1, -405], - [0, -286] - ], - [ - [29182, 51390], - [-292, 2], - [-873, -8], - [-333, -2], - [-360, -1], - [-841, -6], - [-1016, 8], - [0, 640], - [1, 318], - [-1, 510], - [0, 1064] - ], - [ - [25467, 53915], - [-1, 356], - [0, 522], - [2, 413], - [4, 1138], - [-1, 584], - [0, 303], - [-1, 468], - [-1, 398], - [-2, 396], - [-4, 623], - [-1, 941], - [1, 97] - ], - [ - [38473, 61474], - [3, -578], - [0, -632], - [3, -852], - [-1, -611], - [0, -482], - [0, -412], - [0, -391], - [2, -351], - [1, -729] - ], - [ - [68123, 24349], - [70, -60], - [23, -27], - [-8, -11], - [-57, -7], - [-51, 18], - [-55, 0], - [-78, -11], - [-134, -37], - [-1, 9], - [42, 15], - [63, 15], - [95, 17], - [60, 6], - [20, 18], - [11, 29], - [0, 26] - ], - [ - [73933, 26158], - [-283, 0], - [-640, -10], - [-1038, -9], - [-231, 2], - [-203, 0], - [-158, 1], - [-271, -3], - [-81, 5], - [-214, -2], - [-87, 6], - [-303, 2], - [-259, 4], - [-252, 0], - [-172, -2], - [-318, -1], - [-61, 1], - [-261, -2], - [9, -54], - [-13, -101], - [-39, -97], - [-24, -80], - [20, -51], - [171, -258], - [55, -53], - [40, -15], - [59, -45], - [79, -68], - [19, -46], - [5, -30], - [0, -42], - [-104, -278], - [36, -60], - [22, -204], - [-16, -5], - [-24, -42], - [-20, -61], - [2, -142], - [-4, -28], - [-123, -49] - ], - [ - [69251, 24341], - [-74, -16], - [-43, -13], - [-141, -49], - [-146, -23], - [-121, -28], - [-71, -6], - [-163, 8], - [-67, -2], - [-70, -9], - [-53, -12], - [8, 23], - [106, 14], - [34, 52], - [24, 13], - [33, -21], - [8, -14], - [39, -21], - [61, 2], - [79, 36], - [56, 0], - [39, 20], - [21, 38], - [0, 35], - [-32, 51], - [-45, 32], - [-23, 21], - [-39, 54], - [-13, 39], - [-15, 20], - [-37, 16], - [-77, 65], - [-5, 12], - [-9, 81], - [-11, 62], - [-22, 26], - [-3, 16], - [41, 97], - [18, 63], - [-5, 38], - [-20, 50], - [5, 76], - [-13, 51], - [-32, 54], - [-36, 3], - [-47, 41], - [-51, 25], - [-25, -28], - [-9, -31], - [-15, -20], - [-18, -2], - [-33, -20], - [5, -65], - [10, -17], - [-20, -61], - [-19, -23], - [-19, -40], - [7, -43], - [-2, -44], - [-15, -13], - [-19, -35], - [-4, -42], - [12, -55], - [-18, -47], - [4, -64], - [-6, -126], - [-15, -52], - [-23, -46], - [-16, -45], - [-36, 17], - [-30, -7], - [-37, -19], - [-7, 11], - [-5, 44], - [18, 23], - [-22, 36], - [-8, 0], - [-104, 51], - [-41, 1], - [-15, -31], - [-48, -1], - [-6, 26], - [-24, 20], - [-59, -1], - [-19, -6], - [-38, -41] - ], - [ - [82776, 11880], - [-18, -44], - [-15, -10], - [-37, -95], - [-36, -64], - [-82, -169], - [-5, -16], - [8, -39], - [-16, -37], - [-35, -60], - [-42, -55], - [-53, -33], - [-28, -49], - [-35, -15], - [-22, -25], - [-37, -55], - [9, -18], - [-11, -21], - [-80, -82], - [-52, -81], - [-11, -12], - [-31, -6], - [-43, -32], - [-45, -64], - [-44, -40], - [-1, 19], - [35, 24], - [32, 43], - [4, 33], - [46, 35], - [30, 16], - [19, -6], - [22, 23], - [28, 72], - [-4, 37], - [40, 6], - [29, 29], - [25, 48], - [27, 23], - [38, 56], - [-9, 20], - [-30, 13], - [-25, 26], - [20, 18], - [15, -25], - [48, -27], - [31, 44], - [0, 21], - [-26, 84], - [2, 9], - [62, -36], - [19, 12], - [14, 22], - [16, 51], - [-9, 54], - [9, 15], - [32, 21], - [37, 11], - [23, 52], - [7, 57], - [-17, 36], - [-47, 36], - [8, 10], - [45, 9], - [20, -9], - [25, 20], - [43, 50], - [5, 27], - [26, 48], - [35, 44], - [4, 49], - [16, 45], - [37, 19], - [22, 27], - [15, 44], - [13, 61], - [13, 37], - [5, 32], - [-4, 24], - [6, 31], - [17, 29], - [9, -2], - [1, -90], - [-18, -36], - [-38, -142], - [-33, -37], - [-30, -90], - [-4, -37], - [-19, -13] - ], - [ - [80296, 10156], - [5, 26], - [33, 60], - [10, -1], - [28, -29], - [13, -3], - [30, 20], - [13, 41], - [40, 16], - [26, 3], - [14, -18], - [19, 8], - [13, 18], - [-1, 55], - [22, -2], - [16, -32], - [20, 37], - [-8, 39], - [43, -10], - [18, -14], - [14, -44], - [47, -44], - [27, -3], - [49, -16], - [8, -24], - [10, -67], - [22, -21], - [-10, -13], - [-55, -30], - [-116, -47], - [-13, 6], - [-2, 43], - [-21, 17], - [-33, -3], - [-31, -15], - [-40, 5], - [-20, 8], - [9, 20], - [-8, 17], - [-34, 13], - [-8, -11], - [-11, -42], - [-4, -48], - [-14, -12], - [-52, -14], - [-105, -71], - [-114, -34], - [-39, -36], - [-12, 3], - [-76, -9], - [-62, -11], - [-38, -14], - [-45, -5], - [-7, 48], - [5, 16], - [20, 3], - [13, 38], - [37, -3], - [48, 13], - [17, 0], - [16, -21], - [27, 16], - [20, 24], - [20, -14], - [29, 14], - [18, 26], - [25, 21], - [35, 13], - [41, 54], - [1, 20], - [58, 20] - ], - [ - [79240, 9948], - [14, 43], - [33, 10], - [39, -23], - [9, -39], - [-9, -29], - [-23, -30], - [-79, -3], - [-11, 10], - [1, 28], - [26, 33] - ], - [ - [80916, 10193], - [10, -10], - [-69, -39], - [6, 16], - [34, 37], - [19, -4] - ], - [ - [81549, 10465], - [7, -29], - [-11, -12], - [-49, 7], - [-144, -121], - [-15, -7], - [-20, 26], - [-56, -30], - [-21, -28], - [-5, -30], - [-55, -10], - [-32, 50], - [33, 11], - [16, -2], - [60, 31], - [46, 48], - [37, -25], - [52, 27], - [14, 22], - [49, 29], - [94, 43] - ], - [ - [80790, 10405], - [23, -2], - [27, -50], - [5, -40], - [-28, -17], - [-14, 33], - [-30, 3], - [-43, 46], - [-14, 26], - [27, -2], - [29, 15], - [18, -12] - ], - [ - [81775, 10574], - [-14, -31], - [-49, 1], - [-45, -24], - [1, 11], - [29, 18], - [29, 34], - [41, 40], - [23, -8], - [-15, -41] - ], - [ - [81885, 10677], - [17, -1], - [32, 41], - [23, 1], - [-40, -46], - [-92, -68], - [39, 53], - [21, 20] - ], - [ - [79044, 15315], - [18, 8], - [7, -31], - [-7, -27], - [16, -54], - [36, -90], - [7, -59], - [34, -109], - [17, -81], - [18, -64], - [21, -32], - [31, -31], - [33, -1], - [22, -9], - [59, -46], - [21, 27], - [27, 11], - [45, -34], - [42, -5], - [3, -7], - [-91, -67], - [-22, -9], - [-43, 8], - [-53, 28], - [-41, 49], - [-45, 30], - [-15, 22], - [-11, 33], - [-28, 169], - [-7, 26], - [-31, 60], - [-31, 116], - [-18, 45], - [-36, 72], - [6, 40], - [16, 12] - ], - [ - [74352, 22895], - [88, 79], - [24, 26], - [38, 52], - [3, -20], - [-35, -52], - [-95, -105], - [-64, -45], - [-101, -43], - [-58, -31], - [-136, -100], - [-146, -60], - [-27, -5], - [-35, 46], - [-48, 43], - [1, 14], - [53, -45], - [52, -26], - [28, -7], - [12, 19], - [54, 15], - [37, 17], - [66, 51], - [23, 28], - [45, 23], - [63, 38], - [91, 36], - [28, 31], - [39, 21] - ], - [ - [73646, 22825], - [41, 17], - [38, 5], - [38, -9], - [31, -35], - [-27, -57], - [-10, -39], - [-52, -12], - [-33, 18], - [-37, 38], - [-41, 34], - [-37, 22], - [-8, 23], - [75, 2], - [22, -7] - ], - [ - [77991, 18497], - [-15, 10], - [2, 130], - [11, 27], - [0, 36], - [-25, 71], - [6, 23], - [13, 4], - [24, -118], - [-4, -62], - [-11, -10], - [11, -88], - [-12, -23] - ], - [ - [80555, 25424], - [31, -30], - [-7, -72], - [-22, -173], - [1, -115], - [15, -82], - [-24, -48], - [13, -15], - [26, -3], - [29, -37], - [7, -151], - [18, -54], - [2, -153], - [8, -92], - [12, -75], - [55, -281], - [87, -487], - [26, -103], - [11, -34], - [24, -37], - [11, -44], - [11, -63], - [2, -94], - [12, -91], - [30, -115], - [22, -62], - [33, -120], - [89, -282], - [74, -204], - [143, -420], - [150, -404], - [41, -93], - [69, -118], - [25, -71], - [29, -65], - [170, -341], - [143, -299], - [117, -199], - [56, -109], - [62, -93], - [16, -32], - [14, -57], - [12, -80], - [46, -132], - [21, -48], - [-3, -20], - [-67, -35], - [-21, -25], - [-26, -43], - [-15, -51], - [-14, -67], - [-6, -69], - [-2, -64], - [7, -135], - [26, -201], - [44, -208], - [35, -118], - [72, -198], - [115, -274], - [0, -5], - [118, -302], - [60, -246], - [2, -36], - [11, -31], - [25, -47], - [12, -71], - [24, -113], - [20, -61], - [15, 0], - [51, -201], - [22, -103], - [38, -97], - [12, -47], - [63, -185], - [59, -143], - [15, -59], - [-12, -15], - [18, -50], - [21, -81], - [41, -99], - [42, -136], - [89, -402], - [28, -158], - [-2, -63], - [-10, -13], - [9, -129], - [-5, -99], - [0, -161], - [-6, -108], - [-22, -151], - [-19, -164], - [-18, -273], - [-9, -45], - [-9, -137], - [-17, -82], - [-23, -212], - [-7, -130], - [-8, -23], - [-15, -254], - [0, -178], - [-6, -82], - [2, -107], - [-4, -58], - [-10, -67], - [-1, -48], - [-18, -56], - [-12, -24], - [-16, -95], - [-4, -95], - [-11, -1], - [-30, 51], - [12, 64], - [11, 28], - [-15, 41], - [-22, 19], - [-25, -3], - [-58, -30], - [-21, -21], - [-8, -18], - [-11, -73], - [-29, -75], - [-2, -16], - [-19, -38], - [-21, -16], - [-24, -43], - [-8, -51], - [0, -45], - [7, -20], - [-22, -71], - [-28, -17], - [-20, -84], - [0, -52], - [5, -33], - [16, -57], - [15, -15], - [-11, -36], - [1, -63], - [10, -16], - [25, -18], - [-6, -28], - [-47, -87], - [-49, -29], - [-23, -25], - [-17, -41], - [-5, -32], - [-62, -63], - [-52, -39], - [-38, -39], - [-29, -41], - [-23, -43], - [-23, 19], - [-9, 25], - [-14, 10], - [-19, -11], - [-20, 5], - [1, 29], - [-15, 17], - [-41, 7], - [-34, -39], - [8, -59], - [-46, -47], - [-18, -11], - [-39, -2], - [-17, -20], - [-65, -6], - [-20, -22], - [-16, -47], - [-34, 15], - [-39, -6], - [-7, 32], - [-21, 29], - [-72, 14], - [-56, -30], - [-7, 19], - [-30, 23], - [-54, -7], - [-46, -31], - [-1, -56], - [-28, 4], - [-51, -18], - [-53, -1], - [-51, -24], - [-45, 13], - [-51, -3], - [-54, -24], - [-28, 21], - [-48, 63], - [-24, 11], - [-14, 19], - [-3, 48], - [-24, 63], - [-31, 36], - [2, 59], - [5, 19], - [12, 92], - [18, 40], - [6, 32], - [-5, 17], - [21, 41], - [12, 5], - [23, -11], - [8, 41], - [-21, 64], - [-24, 2], - [-17, 15], - [0, 30], - [7, 22], - [-41, 142], - [-20, 29], - [-23, 23], - [-30, 51], - [-4, 30], - [13, 44], - [-11, 36], - [-31, 25], - [-13, 38], - [0, 33], - [-14, 32], - [-1, 36], - [-24, 62], - [-44, 68], - [-24, 57], - [-72, 75], - [-11, -4], - [-21, 15], - [4, 66], - [-21, 32], - [-12, 31], - [40, 35], - [-17, 76], - [-68, 58], - [-16, 30], - [-55, 41], - [-32, -10], - [-32, 13], - [-24, 32], - [-5, 17], - [-25, 0], - [-25, -11], - [-22, 6], - [2, 26], - [-30, 12], - [-25, -3], - [-67, -28], - [-14, -1], - [-56, 13], - [-16, 8], - [-39, 2], - [-36, -31], - [-17, -73], - [-10, -29], - [-21, 19], - [-44, 113], - [-26, 24], - [-9, 62], - [-25, 45], - [-8, 28], - [4, 85], - [-28, 30], - [-73, 207], - [-13, 161], - [-11, 53], - [-4, 86], - [-7, 75], - [-23, 145], - [-21, 84], - [-46, 129], - [-61, 81], - [-18, 41], - [-50, 45], - [-34, 19], - [-14, 14], - [-10, 47], - [-51, 21], - [-22, -2], - [-9, 17], - [8, 36], - [-64, 36], - [-44, -16], - [-8, -52], - [-43, -22], - [-20, 0], - [-12, 144], - [-13, 51], - [-6, 46], - [-29, 147], - [-23, 42], - [-59, 69], - [4, 38], - [11, 13], - [41, 6], - [48, -12], - [13, -21], - [24, -60], - [24, -4], - [12, 49], - [3, 44], - [10, 36], - [24, 65], - [10, 80], - [0, 38], - [12, 33], - [-7, 91], - [4, 51], - [-5, 45], - [-14, 15], - [-45, 16], - [-4, 45], - [6, 42], - [12, 11], - [29, 0], - [11, 9], - [-2, 48], - [-25, 20], - [-59, -1], - [-17, -9], - [-37, -71], - [-46, -2], - [-25, -21], - [4, -50], - [31, -114], - [18, -157], - [-8, -16], - [-41, -11], - [-10, -16], - [-80, -2], - [-22, 31], - [-16, -25], - [-17, -46], - [-16, -98], - [-8, 21], - [-1, 79], - [-9, 70], - [-37, 109], - [-23, 35], - [-93, 168], - [-91, 193], - [-35, 91], - [-49, 100], - [-27, 100], - [-16, 34], - [-15, 70], - [-66, 167], - [-51, 118], - [-10, 17], - [-26, 20], - [-20, 27], - [1, 48], - [-13, 27], - [-40, 67], - [-49, 66], - [-35, 70], - [-60, 87], - [-31, 33], - [1, 18], - [-31, 109], - [-31, 65], - [-34, 45], - [1, 20], - [64, -40], - [-5, -55], - [7, -8], - [38, -3], - [-1, 27], - [23, 30], - [44, 8], - [9, 27], - [26, 46], - [37, 49], - [1, 35], - [28, 22], - [22, 5], - [36, 50], - [13, 58], - [40, 86], - [42, 83], - [36, 34], - [32, 10], - [-1, 58], - [39, 16], - [42, 30], - [2, 25], - [27, 49], - [2, 24], - [14, 19], - [15, 5], - [17, 63], - [-7, 35], - [-10, 78], - [-21, 48], - [-34, 0], - [-52, 26], - [-4, 21], - [-29, 19], - [-22, -20], - [4, -62], - [-1, -80], - [36, -51], - [-7, -52], - [-32, 0], - [-40, 14], - [-80, 51], - [2, 36], - [27, 6], - [16, 32], - [-24, 33], - [22, 33], - [-5, 74], - [-14, 40], - [-24, 45], - [-66, 10], - [-56, -3], - [-180, -28], - [-14, -26], - [7, -30], - [19, -20], - [34, -9], - [12, -22], - [26, -8], - [81, -6], - [-12, -17], - [4, -32], - [41, -45], - [78, 26], - [2, -65], - [-58, -1], - [6, -35], - [11, -20], - [5, -48], - [-39, -45], - [-29, -48], - [-14, -65], - [10, -54], - [-16, -56], - [-11, -16], - [-24, -10], - [-46, 15], - [-4, -29], - [-27, 14], - [-37, -4], - [-9, -16], - [-8, -53], - [12, -50], - [34, -32], - [-13, -34], - [-52, -31], - [-6, 11], - [-5, 50], - [2, 176], - [-15, 62], - [-28, 35], - [-17, 57], - [-37, 60], - [-56, 56], - [-16, 21], - [-33, 81], - [-9, 81], - [7, 60], - [12, 68], - [18, 63], - [18, -13], - [-31, -121], - [12, 1], - [21, 45], - [28, 83], - [24, 129], - [0, 53], - [19, 60], - [-2, 127], - [4, 54], - [-17, 62], - [-33, 6], - [6, 44], - [14, 39], - [65, 79], - [-3, 64], - [10, 25], - [24, 18], - [25, 77], - [-5, 22], - [7, 62], - [29, 51], - [18, 57], - [0, 84], - [16, 48], - [25, 20], - [18, 35], - [-11, 38], - [15, 19], - [14, 50], - [-10, 41], - [4, 69], - [8, 5], - [13, 37], - [-9, 13], - [9, 46], - [5, 57], - [-18, 40], - [13, 43], - [-3, 33], - [8, 80], - [16, 74], - [-20, 37], - [6, 17], - [-17, 46], - [21, 25], - [10, 50], - [5, 58], - [-11, 16], - [-8, 87], - [27, 32], - [-8, 42], - [5, 41], - [-9, 32], - [-21, 25], - [-32, 4], - [-29, 13], - [-25, 69], - [-12, 7], - [-28, 45], - [-22, 50], - [-4, 56], - [-42, -7], - [-7, 17], - [9, 18], - [11, 50], - [-11, 70], - [-44, 26], - [5, 22], - [-68, 7], - [-12, 57], - [41, 16], - [5, 24], - [-13, 38], - [2, 43], - [-42, 30], - [-58, 9], - [-54, -1], - [-66, 20], - [-42, -5], - [-64, 10], - [-14, 21], - [-16, -5], - [-42, -67], - [-1, -26], - [-21, -18], - [-43, -8], - [-6, 39], - [-22, 17], - [14, 45], - [-8, 34], - [-26, 32], - [-16, 49], - [24, 80], - [-4, 18], - [-22, 28], - [-35, 6], - [-38, 35], - [-40, 18], - [-21, -8], - [-16, 9], - [-14, 61], - [-2, 34], - [5, 43], - [-26, 47], - [-21, 26], - [-3, 52], - [-29, 66], - [-42, 32], - [-44, 6], - [-15, -9], - [-42, 15], - [-23, 55], - [-8, 40], - [-37, 0], - [-35, 35], - [-12, 26], - [-26, 0], - [-16, 9], - [-9, 24], - [-30, 11], - [0, 40], - [-10, 114], - [1, 44], - [10, 43], - [-9, 71], - [-16, 70], - [-43, 22], - [-36, -2], - [-52, 35], - [-1, 20], - [-18, 25], - [-36, 21], - [-46, 16], - [-32, 50], - [-21, 47], - [-24, 18], - [-13, 41], - [8, 18], - [-8, 50], - [-18, 41], - [-18, 21], - [-25, 15], - [-36, 111], - [-41, 33], - [-49, 62], - [-132, 86], - [-58, 48], - [-75, 16], - [-31, 37], - [-160, 104], - [-4, 18], - [-49, 47], - [-59, 48], - [-17, 31], - [-44, 18], - [-72, -5], - [-37, -23], - [-37, 3], - [-20, -20], - [-21, 13], - [-20, -20], - [-40, -26], - [-41, 2], - [-36, 37], - [-18, -8], - [-54, 2], - [-16, 19], - [-3, 20], - [-17, 7], - [-24, -16], - [-8, -36], - [6, -38], - [-12, -20], - [-39, -7], - [-32, 30], - [-50, -14], - [-31, -14], - [-13, -85], - [7, -93], - [26, -9], - [9, -23], - [7, -73], - [10, -56], - [-4, -28], - [-14, -33], - [-10, -7], - [-56, -10], - [-48, 21], - [-55, 13], - [-17, 18], - [-15, 39], - [-35, -11], - [-45, -27], - [-32, 7], - [-45, -17], - [-77, -56], - [-48, -30], - [-19, -20], - [-64, -53], - [-16, -32], - [-25, -14], - [-26, 6], - [-15, -5], - [-72, -56], - [-47, -47], - [-13, 1], - [-114, -77], - [-24, -6], - [-58, -34], - [-25, -21], - [-20, -29], - [-18, 33], - [22, 51], - [24, 43], - [-31, 31], - [-39, -5], - [-11, -26], - [-33, -57], - [-15, -13], - [-32, -7], - [-9, -39], - [-46, -30], - [-82, -10], - [-65, 20], - [-55, -1], - [-37, -7], - [-59, -19], - [-44, -20], - [-94, -17], - [-60, -31], - [-57, 7], - [-53, -7], - [-46, -24], - [-17, -30], - [-31, 53], - [-20, 44], - [-33, 106], - [-30, 150], - [-7, 73], - [8, 61], - [14, 32], - [14, -16], - [-12, -74], - [-2, -71], - [20, -100], - [32, -133], - [45, -62], - [17, 0], - [50, 16], - [12, 16], - [19, 251], - [-3, 28], - [-16, 16], - [-3, 45], - [-22, 32], - [-22, 11], - [-19, 57], - [-31, 68], - [-39, 56], - [-38, 44], - [-39, 29], - [-64, 24], - [-17, -5], - [-34, 9], - [-40, 26], - [-60, 61], - [-57, 78], - [-17, 28], - [-13, 45], - [-24, 2], - [-32, 23], - [-65, 31], - [-81, 48], - [-62, 54], - [-37, 47], - [-47, 49], - [-67, 56], - [-125, 94], - [-82, 57], - [-144, 82], - [-168, 83], - [-247, 101], - [-141, 49], - [-122, 29], - [-89, 15], - [-110, 9], - [-65, -4], - [-43, 11], - [-193, 24], - [-220, -11], - [-185, -28], - [-110, -21], - [-457, -113], - [-95, -17], - [-115, -14], - [-51, 20], - [-45, -14], - [-58, -12], - [-129, -40], - [-183, -42] - ], - [ - [25467, 53915], - [-687, -2], - [-170, -3], - [-687, -3], - [-74, 0], - [-461, -4], - [-140, 11], - [-274, 0], - [-487, -2], - [-114, 0], - [-319, -4], - [-224, -1], - [-736, -10], - [-685, -13], - [-239, -3], - [-277, 14] - ], - [ - [19893, 53895], - [-446, 2], - [-589, 0], - [-308, 14], - [-280, 0], - [-231, -10], - [-1765, 6], - [-97, -2], - [-233, 0], - [-557, -3], - [-304, 3], - [-729, 4], - [-15, 3] - ], - [ - [14339, 53912], - [0, 2035], - [0, 551], - [0, 1393], - [0, 582], - [56, 143], - [26, 20], - [39, 115], - [49, 178], - [6, 287], - [67, 131], - [0, 42], - [-13, 21], - [-136, 160], - [-20, 7], - [-76, 8], - [-25, -13], - [-241, 39], - [-36, 38], - [-15, 55], - [15, 103], - [-47, 328], - [12, 48], - [97, 107], - [23, 44], - [53, 196], - [37, 105], - [62, 157], - [34, 45], - [52, 27], - [158, 92], - [147, 241], - [38, 114], - [-35, 64], - [-14, 50], - [24, 99], - [114, 156], - [101, 159], - [38, 154], - [25, 130], - [41, 169], - [224, 448], - [135, 205], - [32, 56], - [1, 33], - [-48, 89], - [-73, 77], - [-13, 26], - [-5, 58], - [4, 49], - [-23, 46], - [-86, 67], - [-72, 14], - [-290, 160], - [-127, 142], - [-17, 32], - [-16, 64], - [-76, 134] - ], - [ - [14545, 63992], - [-52, 169], - [34, 244], - [-62, 210], - [-54, 141], - [-111, 113], - [-25, 63], - [26, 29], - [13, 116], - [0, 294], - [0, 716], - [0, 761], - [0, 333], - [0, 551], - [-2, 204], - [-1, 414], - [-2, 111], - [1, 532], - [1, 273], - [4, 249], - [8, 471], - [0, 149], - [1, 501], - [3, 550], - [1, 385] - ], - [ - [14328, 71571], - [512, 2], - [1318, 3] - ], - [ - [42206, 48872], - [274, 1], - [118, -1], - [398, -1], - [404, 0], - [160, 0], - [289, 0], - [430, -1], - [473, 0], - [71, -1], - [328, 0], - [542, 0], - [348, -1], - [330, 0], - [350, 1], - [413, 1], - [435, 0], - [437, 0], - [418, 0], - [37, 1], - [241, -1], - [534, 1], - [324, -1], - [313, 0], - [305, 0], - [470, -1], - [272, 1], - [230, -1], - [364, -1], - [454, 0], - [341, 0], - [592, -2], - [279, 0], - [365, 0], - [323, 0], - [762, -1], - [125, 0] - ], - [ - [54755, 48865], - [1, -24], - [11, -18], - [224, -211], - [90, -60], - [89, -36], - [80, 8], - [26, 17], - [5, 45], - [17, 23], - [15, 5], - [101, 1], - [34, -17], - [15, -21], - [60, -310], - [-40, -88], - [-39, -7], - [-144, -129], - [-172, -254], - [-11, -50], - [20, -52], - [291, -337], - [68, -81], - [-1, -49], - [5, -69], - [13, -48], - [127, -188], - [149, -136], - [30, -11], - [41, 3], - [14, 9], - [196, -36], - [18, -11], - [3, -37], - [-32, -68], - [0, -121], - [-1, -312], - [0, -330], - [-7, -481], - [-3, -548], - [1, -223], - [0, -245], - [-2, -172], - [0, -284], - [-1, -234], - [-5, -315], - [-2, -346], - [3, -406], - [-2, -279], - [0, -220], - [-1, -341], - [1, -333], - [-1, -148] - ], - [ - [90596, 44123], - [-24, 16], - [-45, -22], - [-19, 17], - [12, 40], - [-6, 26], - [7, 104], - [32, 28], - [42, 0], - [50, -65], - [-20, -22], - [1, -52], - [18, -38], - [19, -4], - [1, -24], - [-16, -13], - [-2, -23], - [25, -32], - [4, -46], - [-33, -16], - [-24, 14], - [-43, 49], - [17, 30], - [20, 11], - [-16, 22] - ], - [ - [90599, 43701], - [-6, 76], - [2, 79], - [13, 43], - [39, 18], - [30, -6], - [24, -28], - [30, -12], - [10, -37], - [-26, -6], - [-19, -74], - [10, -36], - [-9, -17] - ], - [ - [92456, 44957], - [-11, -92], - [-13, -64], - [-20, -86], - [-24, -78], - [-16, -3], - [-17, -30], - [-26, -94], - [-49, -135], - [-29, -92], - [-34, -137], - [-31, -85], - [-41, -87], - [-49, -87] - ], - [ - [91300, 43694], - [13, 26], - [-16, 14], - [-27, 3], - [-50, 22], - [-47, -33], - [-39, 18], - [-46, 5], - [-86, -86], - [-4, -13], - [-53, -38], - [-45, -16], - [-25, 33], - [8, 15], - [6, 60], - [-15, 50], - [30, 72], - [14, 23], - [4, 56], - [29, 11], - [18, -11], - [34, 22], - [31, 40], - [-12, 20], - [-46, 14], - [-28, -13], - [0, -18], - [-28, 0], - [-12, 38], - [31, 65], - [49, 32], - [18, 50], - [-30, 28], - [-29, -10], - [-17, -16], - [-59, 17], - [-68, -42], - [1, -36], - [-24, 20], - [-19, 48], - [23, 85], - [-8, 19], - [17, 22], - [101, 43], - [19, -14], - [26, 6], - [33, 24], - [-10, 41], - [-35, 43], - [-24, 2], - [-31, -31], - [-16, 37], - [-5, 28], - [-11, 13], - [-40, 23], - [-30, -21], - [0, -28], - [26, -15], - [-11, -20], - [-32, 6], - [1, 27], - [-39, 33], - [-3, 29], - [-40, 70], - [-2, 20], - [50, 8], - [32, 23], - [5, 43], - [-23, 61], - [-52, 22], - [-18, -35], - [3, -18], - [-12, -53], - [-54, -36], - [-9, -35], - [37, -41], - [6, -20], - [-31, -97], - [15, -28], - [7, -35], - [-48, 26], - [-22, 29], - [-10, 35], - [-46, 3], - [-14, 23], - [9, 37], - [-16, 24], - [-51, -14], - [-41, 25], - [-24, -15], - [-12, -21], - [8, -39], - [23, -32], - [32, 2], - [36, -17], - [-9, -25], - [-36, 3], - [-42, 33], - [-28, 51], - [-4, 25], - [-39, 64], - [-27, 19], - [-33, 0], - [-27, 21], - [-15, 53], - [52, 21], - [-21, 41], - [-43, 6], - [-18, 67], - [-1, 52], - [-34, 66], - [-36, 51], - [-20, 34], - [-9, 47], - [17, 20], - [17, -5], - [53, 15], - [48, -1], - [31, 51], - [5, 33], - [-17, 6], - [-38, -20], - [-13, 12], - [9, 32], - [-26, 51], - [-28, 16], - [59, 41], - [9, 16], - [-21, 29], - [29, 14], - [33, 29], - [18, 5], - [11, -36], - [34, -19], - [41, 36], - [29, 20], - [28, -9], - [24, 29], - [-16, 54], - [-36, 38], - [-47, -6], - [-23, 28], - [-48, 78], - [0, 57], - [-31, 3], - [-28, -31], - [-9, -29], - [-44, 13], - [-1, 24], - [-32, 5], - [-28, -41], - [-5, -26], - [23, -34], - [-1, -26], - [-34, -20], - [-14, 38], - [14, 111], - [-1, 55], - [12, 53], - [20, 16], - [26, 44], - [2, 42], - [15, 32], - [23, 3], - [19, 20], - [12, 42], - [11, -11], - [29, -56], - [58, -33], - [39, 5], - [13, 39], - [-12, 35], - [-9, 48], - [4, 51], - [-9, 25], - [3, 90], - [-19, 22], - [-34, 13], - [-34, -9], - [1, -45], - [-23, -2], - [-5, 26], - [-15, 29], - [-43, -33], - [-6, -26], - [11, -40], - [-28, -11], - [-18, 33], - [-34, -14], - [-4, -34], - [14, -71], - [-18, -21], - [-18, 4], - [-20, -14], - [-13, -40], - [-13, 8], - [-2, 28], - [21, 59], - [-2, 85], - [8, 80], - [14, 46], - [58, 107], - [5, 59], - [16, 30], - [16, -23], - [17, -56], - [30, -54], - [35, 3], - [55, -15], - [19, -18], - [31, 7], - [72, 66], - [0, 27], - [-27, 54], - [-11, 37], - [17, 32], - [30, 17], - [26, 69], - [-72, 9], - [-37, -27], - [-12, -54], - [-5, -59], - [8, -41], - [14, -26], - [-15, -11], - [-43, 21], - [-20, 27], - [3, 27], - [19, 53], - [-5, 77], - [-36, 107], - [-15, 24], - [-33, 6], - [8, 50], - [15, 38], - [20, 28], - [44, 105], - [24, 73], - [15, 19], - [15, 0], - [32, 40], - [17, 53], - [-17, 15], - [0, 17], - [29, 32], - [20, 10], - [26, -4], - [23, 16], - [-3, 26], - [34, 25], - [11, 29], - [113, -4], - [32, -8], - [18, -14], - [38, 14], - [0, 44], - [-61, 3], - [-10, 20], - [11, 20], - [52, 31], - [18, 40], - [27, 13], - [11, 31], - [-25, 28], - [-23, -21], - [-18, 7], - [29, 59], - [19, 85], - [19, 50], - [17, 22], - [-6, 48], - [-42, 13], - [-25, -32], - [-107, -9], - [-60, -25], - [-39, -103], - [6, -23], - [29, -27], - [28, 4], - [21, -7], - [20, -69], - [-37, -28], - [-39, -2], - [-28, -21], - [-9, -16], - [-46, -40], - [-23, 3], - [-23, -36], - [-16, -37], - [-88, -70], - [-24, 29], - [-19, 0], - [-30, -20], - [23, -42], - [-18, -6], - [-23, -29], - [-10, -52], - [-31, 1], - [13, 39], - [-14, 28], - [6, 53], - [-53, 18], - [-33, -8], - [14, -51], - [-10, -23], - [22, -27], - [-26, -28], - [-26, 23], - [-16, -1], - [-31, -32], - [-7, -58], - [-20, -17], - [-13, -28], - [29, -23], - [-5, -35], - [-52, -39], - [-15, -35], - [-32, -26], - [-39, 26], - [-47, -9], - [-59, 53], - [-25, -26], - [0, -57], - [15, -32], - [33, -21], - [14, -21], - [31, 8], - [58, -52], - [45, -30], - [-8, -47], - [21, -80], - [-3, -18], - [-29, -54], - [63, -50], - [20, -55], - [-52, -56], - [-50, -16], - [-10, -21], - [-37, -4], - [6, -41], - [39, -39], - [-22, -43], - [5, -43], - [-19, 1], - [-12, 18], - [-33, -12], - [6, -63], - [-54, -55], - [5, -30], - [14, -7], - [24, 12], - [12, -36], - [-17, -54], - [-20, -41], - [-28, -16], - [-20, -42], - [-45, -27], - [4, -58], - [25, -43], - [33, -8], - [-11, -62], - [0, -54], - [15, -82], - [16, -42], - [8, -34], - [-9, -64], - [2, -87], - [-4, -42], - [3, -26], - [18, -61], - [25, -55], - [69, -80], - [9, -22], - [27, -23], - [39, -47], - [23, -47], - [27, -21], - [3, -67], - [-34, -51], - [-8, -38], - [12, -37], - [40, -21], - [13, -17], - [-37, -46], - [-9, -47], - [26, -105], - [43, -65], - [16, -35], - [44, -58], - [18, -43], - [-34, -47], - [14, -51], - [3, -70], - [18, -71], - [-41, 26], - [-21, -1], - [-15, 16], - [-20, 50], - [-38, 59], - [-25, 10], - [-29, -2], - [-17, 34], - [1, 17], - [-19, 32], - [-37, 1], - [-18, -51], - [8, -34], - [-20, -2], - [-9, 28], - [-35, 53], - [-17, 9], - [-25, -3], - [-14, -13], - [-20, 47], - [-23, 87], - [-25, 28], - [-45, 40], - [-78, 29], - [-22, -2], - [-54, 24], - [-80, -3], - [-44, 5], - [-23, -33], - [-49, 16], - [-35, 21], - [-27, 33], - [12, 9], - [6, 69], - [-36, 48], - [-46, -5], - [21, -60], - [-5, -32], - [-18, -13], - [-32, 32], - [-41, 20], - [-41, 29], - [-23, 8], - [-2, 50], - [-14, 25], - [-23, 21], - [-22, 9], - [-41, 36], - [-15, 39], - [-8, 81], - [-20, 36], - [-5, 32], - [-28, 60], - [-45, -3], - [-65, -50], - [-29, -43], - [-28, -4], - [-32, 11], - [-25, -47], - [-93, -66], - [-38, -15], - [-17, 9], - [-63, 49], - [-26, 80], - [8, 54], - [-26, 116], - [19, 77], - [48, 100], - [31, 8], - [70, 115], - [26, 16], - [39, -4], - [37, 22], - [8, 14], - [-10, 39] - ], - [ - [93114, 52290], - [442, -276], - [122, -82], - [293, -184], - [256, -149], - [362, -218], - [16, 0], - [-45, -201], - [-28, -90], - [-150, -316], - [-20, -119] - ], - [ - [94362, 50655], - [-26, 3], - [-24, -38], - [-34, -28], - [-24, -27], - [-21, -61], - [-92, -20], - [-70, 12], - [-15, -7], - [-25, -32], - [-12, -138], - [-17, -48], - [-25, 5], - [-32, -25], - [-5, -18], - [9, -54], - [-41, -55], - [-8, -27], - [10, -42], - [10, -18], - [47, -17], - [50, -26], - [7, -17], - [23, 0], - [35, 37], - [32, -22], - [45, 20], - [31, -22], - [76, -31], - [32, -28], - [21, -9], - [77, -20], - [14, -1], - [13, 81], - [-27, 55], - [20, 10], - [32, -72], - [2, -80], - [11, -92], - [0, -60], - [-11, -123], - [-8, -50], - [-22, -106], - [-69, -289], - [-6, -59], - [-11, -46], - [-46, -258], - [-24, -172], - [-26, -280], - [-11, -93], - [-31, -57], - [-52, -129], - [-92, -162], - [-92, -177], - [-16, -18], - [-53, -85], - [-26, -16], - [-36, -3], - [-5, -32], - [21, -38], - [-4, -19], - [-56, -99], - [-60, -76], - [-74, -62], - [-11, -42], - [-88, -40], - [-115, -79], - [-55, -51], - [-18, -37], - [-38, -20], - [-62, -66], - [-41, -60], - [-19, -23], - [-9, -33], - [-37, -48], - [-80, -151], - [19, -30], - [-3, -13], - [-60, -71], - [-76, -130], - [-14, -58], - [-12, -21], - [-49, -31], - [-59, -63], - [-25, -36], - [-33, 4], - [-46, -25], - [-50, -9], - [-55, 7], - [-16, 23], - [31, 154], - [31, 85], - [65, 132], - [21, 65], - [12, 77], - [-2, 38], - [-34, 41], - [-106, 39], - [-26, 5], - [-41, -3], - [-52, 6], - [0, 41], - [-18, 14], - [-22, -9], - [-28, 4], - [-44, -13], - [-27, 9], - [-26, -11], - [-23, -45], - [-22, -24], - [-50, 55], - [2, 37], - [-10, 46], - [-14, 20], - [-52, 50], - [-13, 0], - [-54, 29], - [-19, 65], - [-37, 11], - [-20, -13], - [-12, -24], - [-49, 53], - [-21, 55], - [-2, 18], - [-27, 23], - [-25, -2], - [-18, -16], - [-46, 42], - [-17, 54], - [-61, 31], - [-20, 27], - [-42, 92], - [-21, -2], - [-54, 37], - [-5, 16], - [-53, 4], - [-12, 25], - [1, 65], - [29, 9], - [23, 158], - [4, 39], - [-25, 15], - [-56, 55] - ], - [ - [91506, 47931], - [60, 65], - [32, 77] - ], - [ - [91144, 36752], - [67, 25], - [43, 34], - [13, 21], - [43, -9], - [44, 16], - [48, 38], - [30, 18], - [4, 34], - [28, -14], - [39, 5], - [47, 17], - [12, 39], - [10, 76], - [10, 45], - [22, 129], - [22, 169], - [13, 78], - [-3, 59], - [3, 44], - [17, 68], - [0, 117], - [-5, 60], - [-12, 64], - [-37, 81], - [-15, 104], - [1, 22], - [-34, 109], - [21, 1], - [37, -79], - [12, -36], - [31, -126], - [38, -207], - [-7, -108], - [-16, -187], - [-29, -222], - [-29, -181], - [-44, -217], - [-14, -20], - [-50, 15], - [-93, -11], - [-47, -18], - [-174, -76], - [-76, -25], - [-131, -73], - [-194, -117], - [-71, -59], - [-35, -37], - [-22, 5], - [40, 59], - [5, 57], - [10, 13], - [32, -6], - [22, 5], - [113, 77], - [101, 55], - [71, 28], - [30, 28], - [59, 13] - ], - [ - [91290, 38593], - [29, -24], - [-4, -33], - [31, -2], - [33, -57], - [20, -67], - [-6, -23], - [10, -80], - [-18, -16], - [-27, 23], - [-54, 13], - [-14, 17], - [28, 21], - [-1, 60], - [-22, 50], - [-16, 4], - [-31, 45], - [-8, 35], - [-40, 25], - [-6, 26], - [16, 10], - [51, -7], - [29, -20] - ], - [ - [90933, 40162], - [19, -128], - [41, -196], - [30, -164], - [42, -169], - [44, -154], - [24, -62], - [40, -128], - [37, -102], - [40, -91], - [71, -144], - [165, -397], - [33, -104], - [36, -87], - [-19, -20], - [-20, 50], - [-23, 34], - [-13, 40], - [-29, 41], - [-23, 56], - [-33, 56], - [3, 42], - [-5, 49], - [-54, 102], - [-36, 31], - [-20, 40], - [-83, 23], - [-5, 45], - [8, 29], - [-9, 20], - [-19, 1], - [-8, 37], - [3, 50], - [-19, 116], - [-11, 82], - [-37, 119], - [-15, 38], - [-52, 71], - [7, 39], - [-12, 65], - [-16, 16], - [-28, 7], - [-13, 28], - [7, 58], - [18, 26], - [-8, 61], - [-21, 23], - [-10, 32], - [2, 78], - [-23, 37], - [-31, 14], - [-14, 14], - [-6, 48], - [-16, 54], - [-14, 10], - [-37, -8], - [-15, 20], - [-46, 11], - [-23, -1], - [-58, 29], - [-29, -7], - [-19, -23], - [-5, -30], - [22, -60], - [15, -28], - [16, -14], - [44, -16], - [33, -46], - [40, 4], - [15, 22], - [17, -5], - [13, -92], - [-13, -54], - [53, -122], - [13, -66], - [11, -22], - [40, -10], - [-2, -36], - [-10, -35], - [6, -43], - [10, -32], - [18, -16], - [20, -41], - [-6, -16], - [3, -42], - [29, -47], - [3, -32], - [17, -23], - [24, -61], - [17, -76], - [-16, -25], - [-67, 51], - [-22, 23], - [-37, 64], - [1, 60], - [-15, 16], - [-55, 17], - [-64, 4], - [-104, 31], - [-41, 21], - [-27, 7], - [-37, -19], - [-22, -20], - [-4, -21], - [11, -40], - [-23, -23], - [-38, -11], - [-161, -32], - [-25, -25], - [1, -16], - [-46, -29], - [-41, 8], - [-49, 16], - [-42, 0], - [-21, -10], - [-10, -21], - [-36, -20], - [-59, 4], - [-104, -21], - [-18, -44], - [-42, -45], - [-15, -9], - [-15, -38], - [-61, -16], - [-41, -31], - [-62, 11], - [-29, 0], - [-24, -9], - [-25, 23], - [-27, 44], - [-21, 12], - [-31, 2], - [-40, -8], - [-34, -43], - [-25, -21], - [10, -45], - [-29, -47], - [-9, -22], - [5, -32], - [10, -19], - [34, -24], - [122, 4], - [39, 13], - [109, 6], - [39, 14], - [20, 14], - [43, 14], - [25, 24], - [116, 35], - [30, -31], - [1, -23], - [34, -52], - [42, 3], - [43, 9], - [84, 65], - [109, 39], - [69, 13], - [154, -1], - [20, -8], - [39, 8], - [71, -55], - [18, -35], - [-10, -58], - [15, -51], - [13, -22], - [50, -20], - [28, 10], - [28, 48], - [38, 29], - [1, 22], - [-38, 49], - [17, 13], - [72, 31], - [37, 3], - [55, -6], - [76, -43], - [15, -37], - [35, -22], - [6, -44], - [19, -43], - [31, -58], - [-2, -18], - [9, -47], - [26, -34], - [13, -41], - [1, -29], - [-23, -102], - [7, -8], - [20, -63], - [21, -123], - [-52, -55], - [-1, -43], - [9, -42], - [14, -32], - [-33, -39], - [-29, -17], - [-28, -29], - [5, -32], - [-41, -13], - [-74, -9], - [-27, 20], - [-15, 20], - [-66, -34], - [-22, -35], - [-3, -33], - [-15, -20], - [-54, -10], - [-17, -20], - [-18, -38], - [3, -44], - [-45, -24], - [-16, -23], - [2, -30], - [-6, -25], - [-22, -28], - [-3, -49], - [-27, -37], - [-22, 15], - [-24, 4], - [-25, -27], - [8, -54], - [-18, -33], - [-44, -24], - [-74, -29], - [-19, -27], - [0, -26], - [-42, 0], - [-31, 20], - [-44, 0], - [-55, 34], - [-33, 0], - [-23, -17], - [-32, 6], - [-41, 25], - [-57, 0], - [-10, -23], - [-46, 6], - [-17, 17], - [-25, 3], - [-21, -20], - [-61, 34], - [-8, 40], - [-23, 14], - [-25, -8], - [-19, -23], - [-25, 0], - [-25, 25], - [-42, 26], - [-109, -11], - [-48, 0], - [-27, -23], - [-15, -26], - [17, -56], - [31, -23], - [27, -9], - [63, -2], - [11, -9], - [90, -17], - [33, -20], - [19, -48], - [8, -45], - [0, -40], - [-19, -45], - [-23, -26], - [-8, -51], - [-19, -14], - [-31, -37], - [-27, -45], - [-7, -20], - [7, -63], - [-19, -48], - [-21, -17], - [-21, -48], - [-33, -12], - [-13, -42], - [-13, -20], - [-25, -17], - [-16, 0], - [-32, -25], - [-12, -23], - [0, -43], - [8, -31], - [25, -45], - [75, -9], - [40, 17], - [50, 6], - [69, 17], - [21, 25], - [2, 43], - [19, 45], - [11, 46], - [20, 16], - [52, -47], - [6, -22], - [1, -46], - [12, -74], - [36, -36], - [20, -31], - [118, -11], - [10, 14], - [-5, 27], - [-39, 75], - [-20, 23], - [16, 18], - [63, -31], - [56, -38], - [0, -21], - [-14, -27], - [-1, -26], - [11, -18], - [28, -21], - [-4, -53], - [-12, -8], - [-51, -67], - [-41, -71], - [-26, -25], - [-39, 2], - [-21, -26], - [-38, -18], - [-21, -36], - [-8, -39], - [0, -31], - [24, -18], - [36, 4], - [79, 88], - [34, 47], - [91, 91], - [75, 72], - [72, 93], - [65, 72], - [90, 109], - [34, 36], - [44, 68], - [9, 3], - [40, -17], - [14, -28], - [-69, -72], - [-120, -108], - [-178, -208], - [-143, -134], - [-143, -171], - [-118, -177], - [-82, -132], - [-56, -118], - [-22, -67], - [-35, 69], - [8, 37], - [2, 38], - [-56, 36], - [-73, 32], - [-45, 12], - [-62, 40], - [-32, -2], - [-62, 11], - [-80, 0], - [-88, -8], - [-166, -27], - [-156, -34], - [-76, -21], - [-197, -71], - [-61, -28], - [-73, -43], - [-60, -44], - [-151, -131], - [-262, -162], - [-53, -39], - [-122, -98], - [-47, -42], - [-98, -103], - [-49, -45], - [-48, -54], - [-49, -64], - [-49, -57], - [-45, -68], - [-121, -209], - [-24, -55], - [-53, -155], - [-14, -29], - [-70, -243], - [-23, -66], - [-35, -84], - [-19, -87], - [-6, -61], - [-19, -23], - [-68, 36], - [-22, 75], - [-143, 45], - [-77, 15], - [-76, 5], - [-183, -4], - [-201, -27], - [-232, -92], - [-60, -36] - ], - [ - [85957, 33350], - [-204, 234], - [-114, 133], - [-668, 764], - [-238, 271], - [-297, 350], - [-189, 211], - [-324, 358], - [-100, 86], - [-160, 2], - [-286, 2], - [-271, 8], - [-460, 10], - [-244, 7], - [-363, 5], - [-244, 3], - [-36, 14], - [28, 279], - [-46, 69], - [-186, 287], - [-53, 77], - [-42, -37], - [-156, -121], - [-30, 43], - [1, 61], - [9, 26], - [30, 17], - [7, 15], - [-21, 99], - [-87, 11], - [-277, 18], - [-475, 25], - [-509, 26], - [-198, 10], - [-546, 25], - [-167, 12], - [-57, 0], - [-178, 30], - [-172, -88], - [-76, -32], - [-36, -10], - [-85, -42], - [-194, -52], - [-1, -5], - [-144, -130], - [-33, -4], - [9, 26], - [-7, 19], - [-217, -72], - [-393, -139] - ], - [ - [85957, 33350], - [-24, -8], - [-57, -9], - [-163, -68], - [-78, -44], - [-109, -79], - [-75, -64], - [-93, -95], - [-140, -166], - [-129, -185], - [-39, -84], - [-23, -24], - [-81, -101], - [-32, -57], - [-63, -144], - [-22, -65], - [-9, -69], - [-19, -60], - [-34, -184], - [0, -41], - [15, -79], - [-29, -83], - [-14, -20], - [-37, -26], - [-42, -47], - [-15, -30], - [-85, -39], - [-71, -49], - [-13, -45], - [3, -18], - [-7, -37], - [-39, -111], - [-81, -7], - [-24, 8], - [-13, 21], - [-70, -19], - [-42, -16], - [-9, 36], - [-34, 43], - [-29, 7], - [-66, -36], - [-43, -37], - [-11, -38], - [-26, -31], - [-31, -67], - [0, -20], - [21, -47], - [38, 1], - [24, 19], - [6, -18], - [-12, -52], - [-102, -45], - [-46, -40], - [-74, -56], - [-14, -37], - [-32, -25], - [6, -31], - [-18, -19], - [-157, -73], - [-14, -27], - [-56, -28], - [-34, 5], - [-13, -29], - [10, -28], - [-4, -17], - [-33, -83], - [6, -27], - [-57, -49], - [-98, -64], - [-13, 0], - [-22, -33], - [-9, -25], - [-34, -19], - [-50, 3], - [-74, -17], - [-83, -33], - [-50, -30], - [-35, -47], - [-9, -35], - [-30, 19], - [-32, 5], - [-76, -62], - [-59, -37], - [-102, -96], - [-11, 1], - [-10, 31], - [-37, 13], - [-31, -24], - [-22, -28], - [-39, -12], - [-9, 14], - [-1, 37], - [-9, 18], - [-30, 14], - [-23, -16], - [-37, -1], - [-16, -49], - [-8, -42], - [9, -35], - [23, -55], - [40, -4], - [24, -32], - [7, -53], - [-30, -100], - [-21, -34], - [3, -26], - [-21, -18], - [-96, -52], - [-51, -42], - [-48, -22], - [-47, 1], - [-40, -34], - [-39, -12], - [-37, -17], - [-19, -81], - [-37, -40], - [-60, -102], - [-52, -51], - [-76, -45], - [-42, -32], - [-29, 9], - [-30, -9], - [-27, -25], - [-87, -121], - [25, -20], - [12, -23] - ], - [ - [4344, 68829], - [-41, -1], - [-21, 7], - [-27, 39], - [8, 55], - [-11, 28], - [-48, 64], - [-28, 6], - [-50, -25], - [-12, -20], - [-48, -15], - [-10, 17], - [17, 31], - [0, 26], - [-31, 25], - [-41, 10], - [-48, 52], - [20, 20], - [4, 44], - [-36, 42], - [29, 95], - [-7, 62], - [-14, 42], - [-14, 18], - [-30, 11], - [-42, -2], - [-44, -19], - [-13, 50], - [-46, 47], - [-44, 17], - [-18, 24], - [-34, 14], - [-13, 31], - [32, 82], - [38, 49], - [18, 63], - [29, 28], - [62, 99], - [16, 51], - [1, 67], - [37, 10], - [31, -21], - [34, 36], - [24, -15], - [3, -21], - [19, -5], - [-7, -81], - [7, -25], - [63, -28], - [66, -54], - [17, -27], - [1, -31], - [-46, -38], - [-51, -1], - [-31, 32], - [-46, 9], - [-35, -11], - [-10, -62], - [-54, -11], - [-1, -15], - [-30, -47], - [2, -42], - [69, -8], - [46, -31], - [39, -66], - [20, -67], - [13, -18], - [18, -73], - [-25, -44], - [32, -63], - [17, -62], - [12, -6], - [46, 22], - [6, 41], - [-27, 54], - [23, 2], - [41, -8], - [55, -65], - [24, -36], - [32, -23], - [57, -22], - [46, -5], - [5, -85], - [37, -49], - [6, -30], - [-1, -41], - [-15, -40], - [-34, -34], - [2, -34], - [-27, -12], - [-13, 17] - ], - [ - [3875, 70535], - [13, 0], - [25, -41], - [34, -28], - [59, -33], - [11, -48], - [-50, 20], - [-37, -20], - [-38, -8], - [-17, 7], - [-9, 23], - [7, 41], - [-3, 74], - [5, 13] - ], - [ - [3754, 70586], - [37, -31], - [5, -15], - [40, -55], - [-35, -63], - [-52, -10], - [-25, 65], - [-16, 21], - [-1, 25], - [28, 49], - [19, 14] - ], - [ - [3782, 70617], - [47, 22], - [32, -50], - [-17, -5], - [-37, 13], - [-25, 20] - ], - [ - [3595, 70568], - [-9, -14], - [7, -27], - [27, -22], - [29, -36], - [-3, -26], - [-19, -17], - [-11, -38], - [3, -18], - [18, -13], - [-3, -23], - [-40, -36], - [-29, -17], - [-7, -73], - [13, -15], - [19, -50], - [-18, -27], - [-25, 4], - [-90, -15], - [-36, 11], - [8, 34], - [-26, 3], - [-20, 15], - [-5, 26], - [-19, 19], - [-66, -25], - [-143, 23], - [-53, 49], - [-97, 33], - [-40, 32], - [-41, 61], - [3, 46], - [-27, 36], - [6, 43], - [-22, 20], - [-24, -2], - [-10, 25], - [14, 28], - [32, 38], - [50, 4], - [29, -9], - [53, 6], - [17, -25], - [-6, -38], - [50, -15], - [27, -24], - [22, -33], - [27, -14], - [35, -7], - [51, 3], - [3, 20], - [-17, 21], - [-40, 5], - [-33, 29], - [20, 20], - [-33, 31], - [-14, 23], - [47, 33], - [25, 53], - [39, 31], - [8, 13], - [66, 53], - [13, 33], - [45, 17], - [44, 4], - [35, -7], - [79, -35], - [61, -47], - [107, -45], - [-22, -31], - [-54, -36], - [-15, -5], - [-33, -36], - [18, -44] - ], - [ - [2854, 70778], - [23, 0], - [70, -42], - [32, -29], - [46, -59], - [-25, -1], - [-28, 11], - [-151, 81], - [-40, 36], - [2, 13], - [44, 2], - [27, -12] - ], - [ - [3175, 70862], - [34, 2], - [4, -62], - [-30, -33], - [-39, -14], - [11, 36], - [-20, 15], - [-43, 10], - [56, 44], - [27, 2] - ], - [ - [3157, 71579], - [26, -63], - [-73, -5], - [-43, 2], - [-13, 65], - [103, 1] - ], - [ - [3789, 70910], - [50, -77], - [10, -24], - [35, -14], - [49, -53], - [16, -64], - [-48, 17], - [-71, 73], - [-34, 77], - [-19, 14], - [-31, 0], - [-6, 37], - [12, 43], - [37, -29] - ], - [ - [14545, 63992], - [-560, 8], - [-490, -2], - [-229, 3], - [-733, 5], - [-240, -2], - [-352, 1], - [-339, 0], - [-336, 1], - [-576, -3], - [-39, -52], - [-35, -25], - [-123, -67], - [-61, -25], - [-81, -13], - [-48, 1], - [-57, 12], - [-58, 18], - [-122, -17], - [-100, -31], - [-207, -37], - [-69, 6], - [-87, 43], - [-54, -15], - [-43, -35], - [-86, -123], - [-192, -29], - [-55, 5], - [-370, -90], - [-261, -98], - [-54, -28], - [-75, -91], - [-359, -67], - [-146, -12], - [-44, 14], - [-30, 25], - [-70, 72], - [-59, 20], - [-81, -2], - [-63, -39], - [-38, -36], - [-185, -75], - [-125, -37], - [-27, -26], - [-85, -50], - [-52, 38], - [-224, -10], - [-42, -15], - [-202, -43], - [-9, 51], - [-29, 54], - [-179, 73], - [-48, 12], - [-65, -4], - [-54, -26], - [-41, 3], - [-73, 18], - [-111, 59], - [-19, 5], - [-174, -52], - [-151, -28], - [-51, -2], - [-142, 32], - [-104, -34], - [-65, -57], - [2, -22], - [-14, -19], - [-139, -80], - [-221, -99], - [-19, -5], - [-53, 7], - [-80, -17], - [-34, -34], - [-88, -41], - [-33, -10], - [-52, -1], - [-68, 12], - [-40, 53], - [-51, 17], - [-208, 18], - [-283, 67], - [-57, 21], - [-118, 66], - [-48, 33], - [-20, 58], - [4, 49], - [23, 88], - [-2, 62], - [-15, 54], - [-49, 74], - [-1, 38], - [20, 65], - [1, 43], - [-54, 235], - [-131, 251], - [-37, 59], - [-394, 256], - [-94, 10], - [-87, -42], - [-125, -70], - [-169, 4], - [-111, 89], - [6, 120], - [-37, 52], - [-51, 45], - [-17, 5], - [-118, -27] - ], - [ - [2204, 64657], - [0, 17], - [-64, -13], - [-59, -1], - [-104, 17], - [-18, 14], - [-3, 60], - [-37, 23], - [-44, -10], - [-8, -32], - [-24, 4], - [-34, -38], - [-29, -1], - [-38, 25], - [-19, -3], - [-129, -110], - [-63, 14], - [-19, 15], - [-65, 65], - [-28, 36], - [-2, 20], - [-28, 24], - [-65, 17], - [-18, -18], - [-16, -63], - [-10, -19], - [-32, 7], - [-36, -29], - [-2, 19], - [10, 55], - [22, 77], - [11, 150], - [2, 57], - [1, 212], - [-9, 159], - [-12, 114], - [-3, 74], - [13, 30], - [27, 8], - [23, -38], - [-31, -20], - [3, -13], - [51, -88], - [1, -47], - [-6, -82], - [-10, -89], - [10, -84], - [47, -8], - [13, 23], - [2, 50], - [26, 3], - [20, -42], - [46, 10], - [42, 77], - [45, 37], - [5, 37], - [-17, 37], - [-25, 27], - [-23, 67], - [-49, 37], - [-7, 25], - [-3, 57], - [37, 12], - [35, 23], - [-2, 57], - [14, 15], - [37, 13], - [57, 38], - [25, 9], - [10, 36], - [-30, 28], - [-27, 7], - [-30, 50], - [-33, -9], - [-11, -14], - [0, -37], - [-60, -3], - [-37, 27], - [-20, -29], - [11, -54], - [-38, 12], - [-18, -14], - [-35, 17], - [-37, 27], - [-7, 15], - [-32, 20], - [-33, 3], - [-29, 28], - [3, 27], - [-3, 70], - [-9, 66], - [-12, 65], - [-28, 110], - [-28, 65], - [51, 17], - [32, -29], - [6, -14], - [2, -70], - [30, -16], - [33, 23], - [11, 52], - [24, 19], - [42, 13], - [8, 17], - [46, 29], - [51, -2], - [79, 30], - [60, 17], - [42, 22], - [-30, 32], - [-41, 27], - [-76, -5], - [-16, 5], - [-21, 25], - [-61, -4], - [-38, 12], - [-14, 16], - [27, 32], - [-22, 19], - [-17, 47], - [-74, 28], - [-75, 3], - [-29, -2], - [-36, -16], - [-19, -36], - [22, -82], - [3, -44], - [25, -69], - [-31, -9], - [-32, -27], - [-40, -8], - [16, 81], - [4, 91], - [-8, 181], - [-6, 68], - [-13, 80], - [2, 23], - [-13, 32], - [-12, 69], - [-24, 111], - [-51, 175], - [-11, 19], - [-28, 23], - [-26, 2], - [-28, 51], - [-25, 59], - [-36, 18], - [-9, 30], - [-5, 54], - [-19, 68], - [-15, 185], - [-21, 143], - [-5, 5], - [-14, 87], - [-16, 55], - [-13, 71], - [-26, 84], - [-30, 65], - [-15, 86], - [-19, 53], - [-44, 48], - [-42, 11], - [-10, 70], - [-14, 49], - [-16, 14], - [-27, 0], - [-51, 37], - [-34, 48], - [-8, 25], - [-48, 30], - [-39, 5], - [-30, 20], - [-37, 120], - [-50, 73], - [3, 46], - [-16, 84], - [-12, 84], - [-15, 24], - [-5, 27], - [2, 45], - [15, 29], - [-15, 41], - [-49, 97], - [-19, 18], - [0, 24], - [52, 36], - [14, 36], - [11, 53], - [-29, 51], - [40, 39], - [7, 26], - [8, 75], - [20, 10], - [13, 80], - [-21, 26], - [-50, 22], - [-31, 41], - [-25, 12], - [-9, 26], - [28, 22], - [41, -2], - [77, 4], - [26, -13], - [15, -23], - [63, 14], - [13, -21], - [33, -19], - [15, 4], - [48, -45], - [25, -2], - [28, -15], - [179, -107], - [35, -30], - [27, -11], - [36, 8], - [36, -25], - [80, -24], - [7, -23], - [44, -12], - [62, 20], - [38, -23], - [47, -17], - [96, -48], - [73, -27], - [-10, -42], - [66, -26], - [39, -30], - [130, -33], - [48, 2], - [38, -12], - [36, -4], - [66, 3], - [40, -16], - [50, 10], - [100, -7], - [40, 14], - [52, 5], - [19, -11], - [29, 21], - [56, -10], - [66, -32], - [16, -28], - [70, -10], - [31, 14], - [26, 25], - [17, 2], - [30, -14], - [24, -26], - [28, -9], - [63, 5], - [33, 15], - [31, 3], - [-6, -42], - [33, -16], - [55, -10], - [63, 4], - [53, -7], - [33, 2], - [49, 18], - [15, -9], - [59, -4], - [59, 29], - [47, 42], - [51, 56], - [36, 25], - [23, -3], - [-20, -46], - [50, -16], - [58, -58], - [36, -17], - [29, -45], - [22, -54], - [41, 10], - [23, 13], - [46, 14], - [62, 7], - [52, -18], - [-18, -63], - [17, -21], - [76, -28], - [53, 17], - [-15, 30], - [-39, 26], - [-7, 62], - [11, 26], - [80, 59], - [92, 22], - [44, 0], - [21, -66], - [-82, -50], - [-16, -24], - [58, -86], - [7, -23], - [45, 12], - [6, 51], - [-17, 7], - [28, 48], - [65, 30], - [13, -16], - [-1, -24], - [18, -112], - [25, -27], - [-2, -38], - [-32, -22], - [-27, 20], - [-40, -21], - [9, -51], - [32, -37], - [33, -2], - [13, -34], - [-15, -37], - [5, -19], - [45, -14], - [12, -25], - [-7, -41], - [33, -38], - [50, -6], - [-40, -32], - [-9, -22], - [-25, -5], - [-30, 9], - [-51, 1], - [22, -44], - [-13, -48], - [-57, -47], - [-23, -8], - [-30, -23], - [-5, -67], - [-14, -41], - [-1, -30], - [34, -25], - [14, 4], - [19, 28], - [15, 49], - [45, 26], - [16, 57], - [63, 61], - [46, 28], - [28, 52], - [64, 2], - [1, 41], - [-24, 71], - [-4, 27], - [-15, 19], - [-38, 12], - [-1, 35], - [25, 4], - [4, -22], - [18, -23], - [19, -6], - [61, -3], - [40, -33], - [25, -64], - [2, -42], - [13, -82], - [7, -13], - [37, -27], - [-5, -29], - [-19, -18], - [0, -26], - [44, -52], - [0, -41], - [-31, -16], - [-36, -1], - [-22, 8], - [-65, -2], - [21, -87], - [23, -16], - [36, 10], - [13, -24], - [0, -34], - [-8, -37], - [-18, -50], - [47, -41], - [-13, -43], - [4, -50], - [8, -23], - [27, -13], - [-46, -22], - [-27, -3], - [-30, -20], - [-16, -24], - [1, -47], - [-7, -36], - [43, 1], - [42, -22], - [61, -13], - [29, -17], - [-15, -22], - [1, -20], - [49, -51], - [-12, -21], - [0, -102], - [4, -26], - [19, -13], - [61, -8], - [39, -26], - [-52, -19], - [-67, -40], - [-20, -26], - [-10, -30], - [-29, 3], - [-40, -23], - [-4, -13], - [-48, 8], - [-17, 31], - [4, 33], - [-48, 2], - [-8, -30], - [-29, -52], - [1, -29], - [70, 3], - [115, -99], - [51, -27], - [27, 7], - [38, 48], - [-28, 23], - [-38, 7], - [3, 15], - [37, 32], - [110, 43], - [51, 13], - [22, 18], - [-1, 109], - [-18, 42], - [-24, 19], - [-13, 66], - [-52, 22], - [28, 22], - [12, 56], - [-7, 17], - [-40, 35], - [-18, 33], - [5, 24], - [-9, 64], - [-21, 47], - [-21, 18], - [36, 20], - [27, 30], - [32, -32], - [51, 21], - [6, 20], - [-10, 25], - [-43, 38], - [-34, 19], - [-34, 5], - [-19, 15], - [-28, 48], - [41, 54], - [27, 54], - [24, 19], - [13, 51], - [-17, 50], - [4, 24], - [-26, 34], - [-5, 19], - [4, 60], - [5, 11], - [72, 83], - [25, 15], - [19, 58], - [-7, 27], - [22, 80], - [20, 33], - [7, 61], - [54, 18], - [54, 8], - [36, 29], - [6, 14], - [-11, 28], - [4, 49], - [10, 24], - [-13, 33], - [-91, 51], - [-46, 59], - [-30, 31], - [-8, 18], - [-32, 12], - [-41, 72], - [1, 64], - [-10, 34], - [12, 24], - [3, 33], - [-19, 14], - [-25, 63], - [-19, 28], - [-55, 10], - [-16, 9], - [-37, -20], - [8, -35], - [14, -14], - [-24, -32], - [-28, -6], - [-16, -15], - [5, -54], - [62, -91], - [58, -44], - [60, -65], - [35, -66], - [-5, -17], - [-26, 7], - [-20, 20], - [-10, 33], - [-57, 62], - [-48, 28], - [-33, 41], - [-20, -3], - [-22, -22], - [-41, 34], - [-20, 70], - [-27, 56], - [-3, 65], - [8, 34], - [-1, 43], - [8, 24], - [50, 19], - [19, -13], - [36, 8], - [19, 39], - [107, -48], - [21, 14], - [6, 31], - [38, 46], - [-23, 41], - [-46, 57], - [-29, 20], - [-34, 9], - [-61, 55], - [-60, 12], - [-48, 47], - [-11, 35], - [-28, 23], - [-7, 52], - [13, 32], - [-11, 12], - [-34, -2], - [-12, -36], - [-61, -36], - [-66, -16], - [-45, 41], - [-9, 37], - [22, 8], - [23, 29], - [-5, 47], - [-13, 13], - [-46, -3], - [-21, -48], - [-22, 16], - [-1, 37], - [21, 48], - [32, 29], - [24, -13], - [105, 44], - [28, -2], - [3, -22], - [57, -10], - [20, -23], - [37, -81], - [19, 3], - [49, -18], - [54, 25], - [-22, 55], - [-3, 90], - [-36, 92], - [-51, 10], - [-5, 18], - [41, 6], - [31, -6], - [14, -28], - [18, -14], - [63, 28], - [22, 29], - [14, 45], - [-43, 58], - [-29, 8], - [-42, 44], - [-25, 33], - [-12, 34], - [-23, 109], - [44, 61], - [9, 35], - [-38, 17], - [-46, 46], - [-59, 8], - [-55, -19], - [-18, -32], - [-40, -36], - [-19, -31], - [22, -29], - [26, -15], - [12, -35], - [-17, -18], - [-28, 7], - [-30, 28], - [-51, 64], - [13, 38], - [36, 65], - [1, 28], - [-24, 4], - [-38, 41], - [-34, -6], - [-2, -29], - [-22, 6], - [4, 67], - [-15, 74], - [-10, 14], - [-117, 81], - [3, 24], - [61, 42], - [11, 25], - [-3, 24], - [-16, 20], - [-28, 10], - [-32, -27], - [-57, 18], - [-8, 15], - [10, 28], - [38, 48], - [42, 41], - [33, 14], - [-3, 14], - [652, 0], - [576, 0], - [646, -12], - [1163, 10], - [512, -1], - [2138, -2], - [509, 0], - [552, 0], - [549, 0], - [1191, -1], - [1428, 0], - [739, -2] - ], - [ - [97276, 55745], - [-755, 26], - [-295, 10], - [-451, 12] - ], - [ - [95775, 55793], - [-21, 0], - [-27, 141], - [10, 82], - [13, -2], - [8, 270], - [9, 228], - [19, 469], - [12, 348], - [11, 404], - [9, 51], - [-112, 229], - [-7, 6], - [-113, -12], - [-16, -25], - [-46, -112], - [-53, 38], - [-5, 11], - [18, 147], - [34, 97], - [61, 127], - [37, 91], - [-13, 36], - [-40, 57], - [-17, 60], - [-17, 185], - [-19, 61], - [4, 48], - [-1, 170], - [-9, 27], - [-48, 40], - [14, 93], - [72, 281], - [74, 88], - [48, 45], - [18, 366], - [36, 100], - [4, 27], - [-12, 95], - [-12, 60], - [-60, 117], - [-33, 28], - [-33, 44], - [-30, 109], - [47, 214], - [47, 191], - [-55, 126], - [36, 417], - [13, 42] - ], - [ - [95630, 61508], - [479, 12], - [132, -2], - [315, 5], - [318, -3], - [618, -26], - [446, 1], - [382, 9], - [242, 5], - [493, 5] - ], - [ - [99055, 61514], - [-4, -13], - [-47, -21], - [-13, -14], - [-1, -25], - [39, -93], - [42, -91], - [-3, -16], - [-143, -240], - [-96, -138], - [-6, -19], - [4, -45], - [49, -80], - [85, -181], - [31, -97], - [-81, -206], - [-36, -50], - [-150, -148], - [-54, -41], - [-67, -26], - [-32, 14], - [-59, -19], - [-38, -44], - [-3, -38], - [-347, -106], - [-18, -9], - [-87, -88], - [-17, -39], - [7, -210], - [21, -50], - [24, -31], - [-27, -110], - [-108, -313], - [-1, -38], - [11, -9], - [5, -47], - [-31, -80], - [-86, -83], - [-28, -131], - [-2, -70], - [-40, -87], - [-52, -60], - [-58, -35], - [-13, 0], - [-59, -80], - [-50, -171], - [-9, -51], - [9, -36], - [-123, -201], - [15, -46], - [0, -78], - [-33, -206], - [3, -80], - [12, -105], - [-78, -266], - [-24, -126], - [36, -119], - [-20, -272], - [-210, -352], - [1, -26], - [24, -121], - [62, -69], - [35, -22], - [23, -26], - [37, -89] - ], - [ - [19877, 41296], - [-2, 229], - [-1, 486], - [0, 220], - [-1, 306], - [0, 284], - [2, 356], - [6, 162], - [-4, 479], - [1, 375], - [0, 646], - [0, 351], - [0, 337], - [4, 2184], - [1, 917], - [1, 532], - [2, 952], - [4, 585], - [0, 83], - [3, 608], - [4, 1872], - [-2, 274], - [-2, 361] - ], - [ - [61992, 49819], - [-122, 14], - [-12, 25], - [-62, 43], - [-177, 243], - [-5, 19], - [8, 49], - [-4, 17], - [-142, 120], - [-38, 26], - [-23, 38], - [-178, -9], - [-81, -5], - [-424, -16], - [-377, -8], - [-150, -5], - [-196, -4], - [-178, -7], - [-198, -6], - [-131, -2], - [-343, -3], - [-292, -10], - [-302, -8], - [-337, -2], - [-198, 1], - [-264, -6], - [-112, -1], - [-275, -4], - [-253, -6], - [-369, -4], - [-478, -3], - [-266, 1], - [-157, 2], - [-465, 10], - [-287, 4], - [-188, 3], - [-253, 3], - [-312, 5], - [-217, 6], - [-230, 2] - ], - [ - [53904, 50341], - [23, 20], - [8, 26], - [-51, 111], - [-36, 38], - [-51, 12], - [-37, 26], - [-75, 101], - [-11, 36], - [14, 48], - [37, 31], - [75, 287], - [-14, 250], - [-12, 21], - [-60, 44], - [1, 106], - [26, 307], - [-115, 50], - [-16, 15], - [-8, 28], - [47, 180], - [-21, 118], - [-48, 22], - [-25, 27], - [-7, 24], - [36, 114], - [12, 100], - [-119, 233], - [-66, 2], - [-12, -46], - [-34, 2], - [-64, 56], - [-9, 19], - [-44, 187], - [3, 20], - [35, 46], - [4, 33], - [-8, 21], - [-41, 55], - [46, 40], - [37, 42], - [23, 196], - [-12, 29], - [-28, 17], - [-46, 49], - [-62, 104], - [-33, 75], - [5, 21], - [32, 14], - [10, 13], - [14, 112], - [-1, 17], - [-171, 137], - [-56, 36], - [-39, 17], - [-12, 68], - [-53, 143], - [-68, 79], - [-10, 25], - [-19, 97], - [6, 12], - [38, 9], - [25, 38], - [-12, 53], - [-86, 160], - [-16, 19], - [-45, 29], - [-18, 36], - [4, 123], - [4, 19], - [48, 62], - [13, 35], - [-1, 39], - [-8, 29], - [-20, 27], - [-24, 9], - [-64, 5] - ], - [ - [52642, 55146], - [-42, 21], - [-28, 47], - [7, 48], - [1, 52], - [-73, 188], - [-49, 76], - [-61, 56], - [-50, 37], - [-16, -7], - [-37, 28], - [-17, 79], - [14, 85], - [101, 144], - [28, 8], - [25, 20], - [15, 47], - [57, 219], - [2, 67], - [-6, 144], - [87, 86], - [55, 148], - [-73, 253], - [-18, 8], - [-133, 0], - [-51, 111], - [-4, 15], - [32, 54], - [32, -7], - [40, 18], - [9, 32], - [8, 157], - [-5, 50], - [-25, 1], - [-37, 30], - [-68, 69], - [-16, 42], - [5, 15], - [30, 30], - [-6, 40], - [-22, 40], - [271, 0] - ], - [ - [65491, 40029], - [-40, 69], - [-18, 48], - [-3, 20], - [9, 30], - [26, 32], - [47, 10], - [51, -12], - [29, -11], - [21, -30], - [10, -33], - [4, -43], - [-12, -41], - [-24, -40] - ], - [ - [65717, 40031], - [31, 99], - [24, 89], - [22, 102], - [20, 28], - [40, 15], - [32, 3], - [25, -30], - [35, -67], - [42, -56], - [22, -16], - [61, 11], - [25, 27], - [21, 54], - [9, 69], - [19, 31], - [24, 23], - [5, 56], - [-51, 110], - [-3, 24], - [6, 35], - [25, 36], - [28, 14], - [50, -10], - [22, -9], - [13, 84], - [-104, 70], - [4, 58], - [55, 29], - [87, 244], - [-59, 96] - ], - [ - [74272, 46608], - [61, 24], - [39, 59], - [22, 21], - [42, -6], - [25, -19], - [54, -83], - [9, -9], - [98, -60], - [22, -8], - [32, 0], - [174, 51], - [30, 22], - [113, -21], - [198, -168], - [40, -53], - [131, -286], - [4, -32], - [-2, -68], - [4, -58], - [11, -33], - [37, -38], - [249, -81], - [51, 1], - [122, 41], - [31, 1], - [34, -9], - [74, -39], - [63, -17], - [31, -23], - [141, -197], - [8, -33], - [21, -23], - [154, -56], - [29, -5], - [26, 12], - [13, 26], - [12, 69], - [18, 23], - [21, 12], - [153, 45], - [39, -1], - [267, -107], - [66, -45], - [17, -21], - [7, -26], - [71, -50], - [233, 44], - [27, 12], - [28, 43], - [180, 210], - [35, 11], - [61, -10], - [20, 7], - [47, 37], - [36, 17], - [55, 16], - [28, -13], - [15, -30], - [2, -44], - [-6, -30], - [7, -80], - [30, -170], - [12, -40], - [14, -23], - [36, -34], - [57, -32], - [109, -2], - [64, -43], - [11, -14], - [47, -77], - [134, -212] - ], - [ - [103139, 58387], - [13, -14], - [-25, -30], - [-12, 23], - [24, 21] - ], - [ - [102916, 58778], - [8, -34], - [-27, -15], - [-7, 17], - [15, 84], - [24, -28], - [-13, -24] - ], - [ - [106281, 60269], - [8, 5], - [62, -21], - [-16, -49], - [19, -15], - [33, -40], - [-12, -42], - [-36, -15], - [-8, 22], - [-23, 110], - [-26, 10], - [-1, 35] - ], - [ - [101629, 58323], - [46, 12], - [-24, -47], - [-3, -31], - [-28, -36], - [-26, 25], - [-1, 24], - [36, 53] - ], - [ - [101533, 58108], - [-36, -51], - [-29, -24], - [-9, 21], - [20, 53], - [29, 30], - [25, -29] - ], - [ - [101505, 58157], - [-12, -24], - [-28, -27], - [-12, 9], - [23, 49], - [20, 9], - [9, -16] - ], - [ - [101546, 58181], - [33, 24], - [20, -3], - [-35, -50], - [-26, -14], - [-10, 21], - [18, 22] - ], - [ - [101688, 58200], - [-57, -34], - [33, 49], - [24, -15] - ], - [ - [103935, 58613], - [-4, -38], - [12, -30], - [-20, -36], - [-13, 23], - [-8, 46], - [-19, 1], - [10, 47], - [25, 17], - [17, -30] - ], - [ - [103630, 58972], - [-63, -80], - [-28, 13], - [58, 90], - [27, -2], - [6, -21] - ], - [ - [104423, 58989], - [-32, 16], - [-23, -11], - [-23, 4], - [17, 60], - [-7, 50], - [-13, 41], - [63, 31], - [18, 21], - [15, -5], - [48, -61], - [-12, -30], - [-19, 0], - [-20, -84], - [2, -30], - [-14, -2] - ], - [ - [104111, 59092], - [-9, 1], - [-31, -45], - [-104, -27], - [-21, 0], - [-29, 18], - [-19, 87], - [-25, 46], - [9, 63], - [-64, -1], - [15, 52], - [33, 45], - [53, 29], - [19, 18], - [58, 41], - [42, 9], - [12, -64], - [49, -38], - [0, -24], - [-48, 1], - [-5, -17], - [9, -36], - [17, 1], - [30, -59], - [33, -37], - [5, -22], - [-29, -41] - ], - [ - [103819, 59667], - [43, 72], - [0, 65], - [15, 74], - [15, 35], - [45, 20], - [20, -13], - [15, -43], - [-21, -50], - [-39, -25], - [-7, -32], - [17, -48], - [-32, -58], - [-23, -94], - [-18, -25], - [-36, -30], - [-18, 58], - [-22, 20], - [4, 19], - [42, 55] - ], - [ - [104644, 59271], - [14, -37], - [-21, -25], - [-26, 9], - [-3, 25], - [14, 30], - [22, -2] - ], - [ - [104906, 59273], - [22, 7], - [30, -44], - [-14, -23], - [-50, 0], - [-22, 27], - [21, 30], - [13, 3] - ], - [ - [104730, 59437], - [28, -5], - [25, 7], - [74, -91], - [-22, -36], - [-58, -54], - [-20, -7], - [-19, 23], - [2, 20], - [-17, 30], - [-43, 6], - [-31, -2], - [-10, 14], - [12, 25], - [39, 49], - [40, 21] - ], - [ - [104306, 59662], - [24, -7], - [17, -20], - [66, -33], - [22, -27], - [11, -35], - [-13, -59], - [-23, -25], - [11, -42], - [-44, -59], - [-51, -15], - [-2, -33], - [-20, -1], - [-19, 39], - [-32, 13], - [-21, 26], - [12, 87], - [-13, 22], - [-3, 28], - [41, 27], - [12, 37], - [26, 34], - [-1, 43] - ], - [ - [104912, 59460], - [41, 20], - [22, -20], - [-21, -18], - [-12, -51], - [-15, -6], - [-59, 37], - [27, 34], - [17, 4] - ], - [ - [104693, 59512], - [24, -18], - [12, -28], - [-10, -10], - [-48, 13], - [-5, 17], - [9, 44], - [18, -18] - ], - [ - [104099, 59557], - [42, -38], - [1, -23], - [-21, -26], - [-18, 2], - [-36, 22], - [-38, 11], - [-15, 25], - [-3, 24], - [22, 16], - [66, -13] - ], - [ - [105133, 59629], - [41, -8], - [-13, -15], - [-35, -14], - [-1, -30], - [-15, -11], - [-33, -3], - [-19, 17], - [4, 45], - [38, -2], - [24, 6], - [9, 15] - ], - [ - [104645, 59890], - [37, -126], - [-20, -15], - [-48, 28], - [-28, 22], - [3, 28], - [15, 35], - [4, 57], - [32, 3], - [5, -32] - ], - [ - [100541, 56585], - [-97, 51], - [-134, 124], - [-10, 45], - [10, 100], - [22, 122], - [-32, 20], - [-10, 21], - [-45, 35], - [-87, 105], - [-13, 28], - [-26, 30], - [-40, 11], - [-28, 25], - [-31, 81], - [-7, 39], - [2, 57], - [42, 149], - [18, 93], - [-15, 61], - [13, 17], - [4, 30], - [-36, 44], - [-17, 330], - [0, 35], - [-13, 196], - [-8, 307], - [-15, 451], - [-14, 417], - [-9, 208], - [-29, 680], - [-15, 367], - [-42, 666], - [-29, 516], - [-17, 205] - ], - [ - [99833, 62251], - [100, 18], - [41, 16], - [35, 44], - [73, -4], - [61, -57], - [19, -108], - [20, -69], - [22, -18], - [52, -14], - [33, 22], - [58, 222], - [1, 132], - [-30, 32], - [-3, 24], - [50, 61], - [32, 16], - [51, -8], - [19, -17], - [0, -23], - [26, -32], - [33, -22], - [97, -32], - [15, -2], - [32, 16], - [15, 59], - [-16, 53], - [-28, 40], - [-48, 22], - [-75, 87], - [-12, 52], - [2, 19], - [39, 45], - [27, 43], - [-3, 36], - [53, 57], - [176, 173], - [177, 117], - [34, 7], - [101, 132], - [-38, 95], - [40, 21], - [15, 41], - [85, 84], - [64, 17], - [44, 33], - [40, 40], - [17, 38], - [25, 103], - [-47, 48], - [-86, 22], - [-3, 113], - [5, 122], - [39, 75], - [10, 11], - [60, 19], - [26, 104], - [-74, 69], - [-27, 42], - [158, 353], - [36, 47], - [25, 21], - [77, 27], - [143, 120], - [62, 396], - [49, 307], - [332, 454], - [469, 630], - [637, 845], - [145, -28], - [169, -41], - [24, -15], - [21, -59], - [-19, -15], - [4, -31], - [-27, -25], - [7, -299], - [31, -39], - [96, -52], - [74, -36], - [29, -21], - [47, -49], - [89, 38], - [242, 116], - [266, 120], - [196, 27], - [211, 146], - [52, 11], - [92, 1], - [82, -15], - [30, -15], - [131, -87], - [369, -289], - [11, -43], - [25, -44], - [87, -116], - [79, -67], - [57, -28], - [48, -34], - [2, -13], - [0, -750], - [14, -1226], - [1, -849], - [24, -104], - [9, -206], - [-31, -10], - [-40, -32], - [-9, -22], - [-21, -255], - [27, -40], - [91, -26], - [202, -136], - [157, -47], - [80, -18], - [36, -2], - [20, 19], - [-2, 16], - [24, 8], - [50, -3], - [45, -60], - [9, -72], - [-9, -121], - [-43, 20], - [-27, -5], - [-75, -51], - [56, -159], - [24, -15], - [57, -67], - [14, -34], - [-13, -89], - [-57, -109], - [-48, -24], - [-7, -26], - [48, -94], - [109, -197], - [95, -91], - [27, -11], - [64, 49], - [5, 42], - [22, 66], - [37, 9], - [204, -72], - [60, -77], - [31, -50], - [40, -110], - [-28, -7], - [-22, -23], - [33, -30], - [33, -39], - [14, -26], - [12, -46], - [25, -36], - [31, -104], - [9, -14], - [58, -53], - [33, -16], - [-11, -76], - [23, -64], - [-35, -31], - [19, -61], - [22, -13], - [42, 12], - [3, -14], - [-20, -19], - [-34, 0], - [-29, -41], - [-46, -49], - [-44, -16], - [-35, 11], - [-2, -28], - [-19, -42], - [-47, -1], - [-9, -60], - [-47, -56], - [-19, -4], - [-17, -25], - [-13, -37], - [-27, -18], - [-31, 1], - [-10, -18], - [5, -25], - [-44, -16], - [-40, -5], - [-32, 9], - [-42, -36], - [2, -39], - [-38, -30], - [-40, -2], - [-15, 28], - [23, 10], - [32, 53], - [2, 36], - [-32, 27], - [3, 81], - [14, 13], - [2, 23], - [-17, 4], - [-88, -21], - [-39, -43], - [-8, -31], - [26, -43], - [7, -52], - [-27, -31], - [-20, 17], - [-19, -60], - [-24, -14], - [-17, 27], - [-43, -5], - [-26, -20], - [-64, 51], - [-3, 27], - [-22, 20], - [-32, -9], - [-21, -29], - [-17, 12], - [-17, -17], - [-42, -149], - [10, -10], - [14, -44], - [-11, -21], - [-150, -14], - [-22, 31], - [-47, -1], - [-32, -24], - [7, -30], - [-8, -28], - [-20, -24], - [-16, 8], - [-38, -3], - [6, 30], - [-6, 44], - [-20, 43], - [-25, 12], - [-22, -12], - [-4, -58], - [-30, 0], - [-15, 23], - [-6, 36], - [-39, 34], - [-19, 3], - [-11, -18], - [5, -22], - [-25, -48], - [9, -98], - [-28, -33], - [-4, -38], - [32, -71], - [-6, -23], - [-26, 13], - [-18, 27], - [-16, -6], - [-9, -59], - [-14, -39], - [-23, 63], - [-3, 28], - [-32, -4], - [-1, -42], - [-46, 11], - [-10, -10], - [0, -34], - [-33, -30], - [-12, 0], - [-28, 49], - [-19, 2], - [-16, -26], - [10, -17], - [-38, -75], - [-18, -7], - [2, -36], - [-12, -32], - [-33, 12], - [-16, 31], - [-4, 64], - [-28, -6], - [-20, 36], - [-16, 42], - [-1, 49], - [-13, 62], - [9, 56], - [-15, 27], - [-52, 9], - [-37, -30], - [-44, 4], - [9, 17], - [-4, 22], - [-41, 13], - [-25, -32], - [6, -39], - [-38, 17], - [-15, 31], - [-17, 2], - [-16, -62], - [-20, -21], - [-32, -5], - [6, -41], - [50, 19], - [39, -18], - [7, -32], - [-12, -15], - [64, -61], - [22, 4], - [36, -58], - [18, -65], - [2, -38], - [-34, -55], - [-77, -46], - [-78, 1], - [-26, -12], - [-17, -19], - [-1, -25], - [15, -48], - [-50, -57], - [-41, -5], - [-6, 16], - [-42, 22], - [-23, 24], - [-22, -1], - [-22, 13], - [-34, 56], - [-12, 52], - [-9, 9], - [0, 35], - [35, 24], - [4, 18], - [-21, 17], - [21, 51], - [25, 20], - [-3, 31], - [57, 36], - [18, 4], - [-2, 27], - [-25, 52], - [-28, 19], - [-9, -33], - [-45, -50], - [-32, 8], - [2, 64], - [6, 31], - [-18, 23], - [-30, -2], - [-16, -27], - [9, -62], - [-10, -35], - [6, -50], - [-32, -1], - [-9, 26], - [19, 40], - [-14, 72], - [-26, -7], - [-10, -40], - [-27, -2], - [-38, -39], - [-38, 15], - [-21, -23], - [13, -51], - [18, -7], - [8, -42], - [-33, -55], - [-7, -39], - [20, -43], - [33, -2], - [13, -24], - [5, -36], - [17, -28], - [-19, -39], - [12, -35], - [-3, -20], - [-48, 22], - [-22, 29], - [-19, 12], - [-57, 55], - [-23, 2], - [-26, 28], - [-99, 32], - [-79, 57], - [-14, 17], - [-24, 7], - [-30, -4], - [-18, -23], - [-43, -32], - [-60, 11], - [-2, 11], - [13, 83], - [12, 32], - [-7, 33], - [-6, 85], - [12, 48], - [25, 17], - [30, 71], - [4, 28], - [-49, -13], - [-36, -16], - [-55, -44], - [-40, -42], - [-12, 6], - [-10, 36], - [-16, 18], - [-50, -10], - [-8, -24], - [-27, -24], - [-67, -7], - [-16, -28], - [23, -73], - [33, -28], - [24, -49], - [-12, -80], - [-8, -24], - [-38, -46], - [-46, -4], - [-2, -52], - [-23, -43], - [-23, -21], - [-20, -38], - [-4, -47], - [-17, -48], - [-5, -62], - [-13, -15], - [-31, -1], - [-6, -21], - [10, -68], - [-8, -30], - [-39, -34], - [0, -27], - [22, -21], - [61, 24], - [24, -7], - [22, -33], - [-35, -28], - [-25, 5], - [-29, -37], - [11, -23], - [-38, -18], - [-35, -26], - [-28, -29], - [7, -25], - [-46, -22], - [-40, -8], - [-43, -50], - [-8, -21], - [8, -19], - [-19, -45], - [-19, -16], - [-44, -10], - [-9, -16], - [-32, -10], - [-15, 56], - [-24, 35], - [-15, 1], - [-36, -36], - [-22, 3], - [27, 30], - [2, 14], - [-51, 31], - [-38, 1], - [-27, -26], - [-40, -1], - [-19, 19], - [-33, 14], - [-29, -32], - [-19, -1], - [-17, -56], - [-16, -98], - [-45, -58], - [-5, -28], - [-31, -79], - [-19, 18], - [-21, 78], - [-36, 15], - [-12, -23], - [10, -29], - [-14, -50], - [-29, 8], - [-14, -6], - [-5, -47], - [-48, -25], - [-1, 31], - [23, 13], - [6, 51], - [-11, 19], - [-18, -2], - [-16, -33], - [-3, -33], - [-12, -13], - [-25, 49], - [-28, -25], - [-6, -48], - [4, -34], - [-5, -32], - [-21, 0], - [-38, 64], - [-22, 22], - [-16, -5], - [-17, -32], - [-9, -60], - [-62, -77], - [-51, -2], - [4, -27], - [-106, -59], - [-7, -41], - [-30, -1], - [-7, 91], - [-18, 5], - [12, 41], - [-14, 42], - [-27, 6], - [-36, -14], - [-44, 20], - [-40, -36], - [-18, 4], - [-45, -42], - [-13, -20], - [-23, 4], - [-74, -17], - [13, 53], - [17, 27], - [38, 45], - [13, 28], - [-9, 34], - [-15, -3], - [-28, 30], - [5, 29], - [30, 25], - [8, 22], - [-30, 15], - [-24, -22], - [-40, -55], - [1, -17], - [-52, -5], - [-49, -26], - [-66, -44], - [-21, -27], - [0, -16], - [-41, -35], - [6, 32], - [-32, -4], - [-14, -47], - [5, -28], - [-43, -56], - [2, -38], - [-28, 0], - [-37, -55], - [-2, -21], - [25, -22], - [-3, -18], - [55, -84], - [-11, -73], - [5, -16], - [25, -10], - [8, -54], - [-17, -19], - [-26, 12], - [-22, -3], - [-23, -23], - [-33, 4], - [-20, 23], - [-49, -31], - [-16, -15], - [-64, -10], - [-36, -29], - [-33, -55], - [-11, -28], - [4, -67], - [20, -37], - [42, -32], - [-39, -20], - [-27, -39], - [-11, -41], - [-29, -4], - [-28, -13], - [-12, -17], - [5, -33], - [-32, -49], - [-44, -41], - [-36, 15], - [-60, -6], - [-33, -18], - [-34, -38], - [-17, -28], - [-42, -102], - [-16, -53], - [5, -29], - [29, -40], - [-23, -56], - [-58, -91], - [-28, -91], - [-8, -34], - [-31, -41], - [-20, -54], - [-13, -15], - [-58, -27] - ], - [ - [100323, 52870], - [-16, -5], - [-16, 28], - [12, 25], - [15, -20], - [5, -28] - ], - [ - [100742, 52579], - [40, -10], - [21, 3], - [19, -41], - [-5, -56], - [15, -38], - [36, -27], - [40, -12], - [10, -38], - [32, 3], - [22, 32], - [-1, 24], - [17, 26], - [25, 4], - [8, -61], - [-6, -40], - [2, -68], - [-5, -14], - [-84, -4], - [-78, 6], - [-114, 1], - [-206, -19], - [-43, -14], - [-27, -16], - [-31, -28], - [-8, -38], - [-13, -7], - [-49, 34], - [-33, 32], - [-36, 51], - [10, 16], - [40, 5], - [54, -20], - [26, 14], - [74, 112], - [31, 28], - [21, 56], - [27, 26], - [70, 50], - [85, 54], - [14, -26] - ], - [ - [101680, 52139], - [19, 4], - [36, 24], - [31, 32], - [27, 45], - [5, 52], - [-4, 19], - [-35, 52], - [30, -6], - [28, -43], - [108, -227], - [0, -36], - [-10, -30], - [-17, -13], - [-50, -20], - [-25, -4], - [-70, 12], - [-57, 5], - [-25, -9], - [-41, 3], - [-96, 34], - [-124, 68], - [-35, 14], - [-33, 34], - [-3, 22], - [27, -1], - [30, -17], - [8, -20], - [20, -13], - [39, 0], - [23, 11], - [134, -2], - [60, 10] - ], - [ - [95362, 54036], - [-18, 0], - [-21, 93], - [181, 670], - [109, 399], - [162, 595] - ], - [ - [97276, 55745], - [327, -12], - [320, -12], - [339, -13], - [544, -18], - [637, -20], - [90, 115], - [70, 2], - [49, -15], - [-8, 134], - [38, 45], - [30, 18], - [208, 97], - [76, 27], - [121, 49], - [54, 6], - [31, -10], - [70, -55], - [58, 29] - ], - [ - [100330, 56112], - [0, -55], - [23, -173], - [23, -88], - [38, -91], - [4, -16], - [-16, -28], - [27, -20], - [37, -9], - [27, -31], - [2, -15], - [73, -27], - [48, 62], - [35, 30], - [28, 8], - [18, -12], - [-5, -68], - [15, -9], - [36, 7], - [7, -30], - [-4, -34], - [-22, 0], - [-24, -16], - [-32, -71], - [-35, -46], - [-25, -1], - [-1, 20], - [-19, 12], - [-37, -43], - [-58, -15], - [-13, 14], - [-38, -17], - [-87, -22], - [-36, -25], - [-47, -4], - [-42, -9], - [9, -60], - [45, -8], - [21, -40], - [-9, -33], - [-41, -1], - [-41, -29], - [-14, -35], - [-13, -10], - [-26, 15], - [-25, 0], - [-25, -23], - [4, -50], - [9, -18], - [28, -8], - [14, -29], - [-57, 5], - [-13, 46], - [-1, 40], - [-31, -15], - [-1, -13], - [-41, -43], - [-14, -43], - [19, -39], - [14, -4], - [1, -32], - [35, -70], - [-19, -7], - [-21, 23], - [-43, -8], - [-16, -14], - [-17, -53], - [5, -27], - [23, -33], - [-10, -36], - [19, -43], - [13, -9], - [40, 2], - [34, 11], - [25, -21], - [46, 3], - [27, 49], - [-1, 28], - [-35, 16], - [15, 14], - [47, 2], - [2, -20], - [20, -38], - [36, -44], - [38, -2], - [36, -12], - [76, -34], - [30, -52], - [45, -45], - [15, -7], - [15, -99], - [15, -14], - [39, -76], - [40, -63], - [44, -49], - [3, -18], - [-16, -13], - [-2, -20], - [9, -45], - [-48, -34], - [-5, -40], - [8, -23], - [-21, -17], - [-15, 18], - [-17, 2], - [-30, -15], - [4, -20], - [21, -32], - [67, -66], - [27, 2], - [59, -54], - [34, 19], - [27, 6], - [57, -52], - [12, -32], - [1, -24], - [26, -45], - [12, -77], - [-30, -70], - [1, -39], - [44, -62], - [44, -44], - [42, -31], - [110, -43], - [69, -14], - [157, -11], - [29, -21], - [30, -31], - [45, 50], - [35, 24], - [50, 22], - [13, -3], - [76, 24], - [36, -3], - [49, 19], - [59, 16], - [73, 37], - [31, 33], - [8, 20], - [-1, 76], - [-9, 96], - [17, 26], - [-45, 30], - [-12, 76], - [-44, -4], - [-35, -70], - [-1, 98], - [-7, 118], - [-12, 67], - [-22, 53], - [-23, 27], - [-75, 46], - [-40, -5], - [-31, -24], - [-15, -27], - [3, -30], - [-28, 8], - [-20, 38], - [-27, 30], - [-22, 15], - [13, 23], - [23, 14], - [68, 10], - [54, -10], - [82, -27], - [63, -33], - [44, -36], - [47, -57], - [40, -71], - [48, -101], - [33, -96], - [43, -168], - [17, -90], - [14, -172], - [1, -125], - [-9, -55], - [-34, -73], - [-13, -4], - [-18, -30], - [-28, -115], - [-10, -69], - [-18, -27], - [-25, -2], - [1, 24], - [17, 24], - [14, 37], - [13, 80], - [26, 82], - [-5, 32], - [-38, 34], - [-33, 12], - [-28, -10], - [-112, -13], - [-96, -31], - [-33, 0], - [-60, -13], - [-102, -42], - [-20, -20], - [-6, -25], - [-15, 0], - [-3, 38], - [-10, 18], - [-30, 6], - [-57, -12], - [-31, 14], - [-41, -13], - [-18, -38], - [-57, -24], - [-68, -3], - [-15, -34], - [-30, -50], - [-28, -34], - [-32, -16], - [-54, -8], - [-69, -2], - [-96, -13], - [-42, -12], - [-18, -15], - [-20, -34], - [-40, -16], - [-55, -40], - [-54, -26], - [-43, -41], - [-7, -23], - [-54, -37], - [-51, -2], - [-34, -9], - [-41, -41], - [-17, -8], - [-67, -4], - [-47, -13], - [-38, -17], - [-2, 16], - [40, 40], - [31, -17], - [53, 19], - [52, 42], - [49, 20], - [49, 11], - [27, 34], - [24, 8], - [39, 37], - [17, 22], - [161, 107], - [8, 16], - [0, 39], - [21, 18], - [1, 27], - [-19, 56], - [23, 49], - [-23, 33], - [4, 16], - [24, 26], - [-16, 61], - [-29, 8], - [29, 30], - [38, 13], - [-2, 36], - [-33, 15], - [-23, -9], - [-25, 16], - [-71, 23], - [-19, 12], - [-14, -7], - [-5, -24], - [14, -26], - [7, -48], - [-4, -23], - [-46, 30], - [-20, -6], - [-13, -67], - [8, -34], - [-14, -32], - [-21, 23], - [-60, 14], - [-14, -26], - [22, -12], - [8, -24], - [-19, -17], - [-46, -1], - [-17, 11], - [-20, -12], - [9, -78], - [-13, -14], - [-22, 68], - [-7, 33], - [-30, 13], - [-45, -35], - [16, -22], - [8, -43], - [-20, 5], - [-17, 39], - [-18, -3], - [4, -39], - [-7, -25], - [-32, -13], - [20, -35], - [12, -63], - [-19, 0], - [-70, -25], - [-8, -25], - [-37, -22], - [-30, -7], - [-30, -25], - [-42, 17], - [-51, 9], - [-65, -30] - ], - [ - [99766, 52643], - [-26, 363], - [0, 48], - [-77, 20], - [-37, 17] - ], - [ - [99626, 53091], - [-54, 90] - ], - [ - [99572, 53181], - [-68, 105], - [-124, 71], - [-21, 66], - [3, 68], - [-3, 152], - [-25, 7], - [-44, -6], - [-10, 72], - [1, 242], - [-221, -4], - [-51, -5], - [-119, -3], - [-387, -15] - ], - [ - [72883, 63399], - [32, -8], - [11, -15], - [34, -2], - [45, 10], - [6, -21], - [-43, -22], - [41, -28], - [9, -70], - [-16, -19], - [-6, -25], - [10, -42], - [19, -31], - [6, -78], - [-8, -29], - [-33, -33], - [-39, -19], - [-7, -28], - [-52, -15], - [-105, 27], - [-22, 39], - [19, 66], - [29, 37], - [-9, 48], - [8, 60], - [26, 41], - [35, 34], - [13, 48], - [-3, 75] - ], - [ - [67081, 69342], - [19, 29], - [32, 30], - [80, 40], - [66, 19], - [59, 31], - [41, -24], - [44, 7], - [36, 30], - [41, 10], - [24, -2], - [45, 20], - [5, -51], - [-14, -10], - [-41, -9], - [-37, -26], - [-30, -39], - [-49, -40], - [-102, -70], - [-21, -24], - [8, -39], - [-11, -26], - [-168, -119], - [-90, -41], - [-100, -36], - [-37, -5], - [-75, -35], - [-38, 1], - [-87, -31], - [-35, -19], - [-10, -19], - [-73, -37], - [-11, -55], - [20, -16], - [29, 0], - [80, 18], - [-23, -28], - [-162, -60], - [-44, -23], - [-63, -15], - [-96, -43], - [-30, -17], - [-63, -12], - [-60, 19], - [-4, 24], - [-18, 23], - [-61, 4], - [12, 16], - [-50, 45], - [15, 32], - [39, 17], - [22, 47], - [65, 53], - [157, 83], - [143, 62], - [45, 25], - [99, 43], - [48, 3], - [37, 21], - [3, 15], - [108, 55], - [47, -4], - [71, 39], - [0, 23], - [82, 56], - [42, 23], - [39, 12] - ], - [ - [74695, 63543], - [-57, 74], - [-51, 31], - [8, 65], - [32, -6], - [40, -52], - [35, -91], - [20, -14], - [75, -31], - [44, 6], - [40, -12], - [113, -47], - [21, 15], - [3, 35], - [30, -56], - [88, -32], - [-27, -39], - [-3, -27], - [-41, -26], - [0, -20], - [-22, -13], - [-24, -1], - [-21, 11], - [-39, 4], - [-34, 11], - [-27, -4], - [-32, 17], - [-15, 43], - [-30, 25], - [-46, 64], - [-59, 33], - [-21, 37] - ], - [ - [71903, 61500], - [-42, -22], - [-33, -5], - [-39, 14], - [0, 39], - [24, 56], - [44, 21], - [46, -18], - [0, -25], - [-16, -22], - [16, -38] - ], - [ - [72015, 61880], - [51, -6], - [30, -12], - [24, -32], - [0, -45], - [-7, -19], - [-7, -66], - [13, -35], - [1, -26], - [-38, -17], - [-30, 19], - [-44, 58], - [-29, 22], - [-15, 23], - [-8, 90], - [10, 31], - [17, 15], - [32, 0] - ], - [ - [76815, 53236], - [-263, -8], - [-531, -23], - [-893, -33], - [-145, -6], - [-685, -22] - ], - [ - [70542, 53306], - [88, 62], - [112, 87], - [70, 64], - [112, 124], - [40, 62], - [29, 60], - [48, 146], - [103, 213], - [30, 85], - [35, 41], - [116, 157], - [35, 52], - [54, 93], - [64, 143], - [46, 120], - [23, 92], - [-1, 18], - [15, 29], - [29, 77], - [22, 92], - [17, 151], - [10, 63], - [18, 75], - [-7, 108], - [25, 67], - [13, 70], - [4, 69], - [-3, 110], - [-5, 53], - [-2, 124], - [2, 66], - [-6, 61], - [-4, 90], - [-19, 175], - [-11, 69], - [-22, 86], - [-11, 19], - [-8, 66], - [-49, 132], - [-66, 149], - [-148, 306], - [-22, 56], - [-51, 147], - [-25, 89], - [-38, 151], - [-19, 59], - [-76, 155], - [-18, 43], - [-16, 60], - [-5, 40], - [5, 64], - [17, 49], - [35, 52], - [53, 67], - [38, 54], - [30, 63], - [15, 45], - [11, 67], - [0, 62], - [-5, 38], - [-21, 86], - [-5, 72], - [-28, 133], - [-38, 76], - [-34, 53], - [-24, 65], - [0, 26], - [26, 44], - [100, 77], - [32, 35], - [54, 93], - [38, 82], - [32, 47], - [21, 54], - [15, 51], - [31, 34], - [21, 53], - [29, 61], - [59, 94], - [31, 140], - [7, 50], - [-7, 78], - [5, 79], - [19, 47], - [28, 120], - [6, 44], - [-9, 71], - [-12, 36], - [-41, 99], - [-9, 39], - [4, 58], - [15, 31], - [30, 18], - [112, 37], - [22, 19], - [73, -1], - [28, 8], - [32, 26], - [21, 43], - [8, 29], - [3, 88], - [11, 42], - [0, 34], - [-10, 77], - [-2, 49], - [10, 53], - [15, 13], - [38, 12], - [14, -21], - [40, -20], - [32, 1], - [22, 16], - [14, 22], - [11, 37], - [27, 28], - [39, 71], - [29, -1], - [45, -27], - [22, -37], - [19, -10], - [63, 3], - [53, 24], - [50, 71], - [17, 94], - [18, 21], - [28, 70], - [11, 11], - [53, 25], - [31, 27], - [27, 41], - [12, 60], - [35, 74], - [69, 104], - [22, -21], - [39, 5], - [40, 30], - [25, 46], - [20, -1], - [25, -53], - [-8, -30], - [-39, -25], - [-22, -33], - [-49, -3], - [-18, -10], - [-27, -55], - [10, -35], - [48, -107], - [19, -7], - [13, -23], - [0, -39], - [-58, -8], - [-4, -48], - [-42, -43], - [29, -35], - [8, -41], - [0, -120], - [-43, -15], - [-44, -118], - [-6, -63], - [1, -44], - [18, -53], - [9, -52], - [-7, -37], - [24, -20], - [32, -6], - [32, 9], - [5, 38], - [17, 61], - [67, 141], - [24, 24], - [4, 41], - [-42, 3], - [-21, 11], - [46, 55], - [12, 22], - [24, 87], - [1, 35], - [51, 40], - [32, 3], - [19, -76], - [-38, -18], - [-11, -66], - [-2, -49], - [7, -16], - [-17, -92], - [-20, -44], - [-19, -7], - [-39, -28], - [-30, -40], - [-8, -21], - [0, -51], - [-30, -75], - [41, -28], - [50, -2], - [42, 50], - [-8, 49], - [18, 42], - [46, 28], - [22, 25], - [5, 27], - [64, 116], - [5, 34], - [32, 42], - [19, 48], - [33, 171], - [-7, 50], - [2, 70], - [6, 24], - [21, 34], - [-1, 121], - [-19, 65], - [-6, 96], - [-12, 22], - [-4, 115], - [32, 90], - [30, 30], - [38, 28], - [51, 49], - [63, 5], - [20, 11], - [20, 28], - [31, 22], - [48, 44], - [51, 10], - [72, 24], - [166, -16], - [40, -7], - [20, 14], - [118, 23], - [80, 43], - [6, 25], - [-6, 37], - [-11, 11], - [-110, 19], - [-5, -22], - [-107, 40], - [-53, 57], - [-35, 45], - [-39, 113], - [-11, 45], - [-8, 74], - [14, 43], - [35, 36], - [26, 43], - [8, 30], - [25, 26], - [86, 31], - [26, 24], - [9, 21], - [48, 42], - [50, 61], - [3, 46], - [-16, 21], - [-59, 38], - [-23, 20], - [105, 0], - [52, -25], - [81, 5], - [48, -18], - [78, 6], - [20, 13], - [16, 43], - [-25, 28], - [38, 22], - [40, -17], - [32, 14], - [15, -3], - [19, -52], - [63, -25], - [5, -18], - [65, -23], - [74, -47], - [92, -49], - [30, -30], - [144, -95], - [36, 6], - [28, 36], - [26, 1], - [69, -35], - [87, 22], - [74, -28], - [37, -22], - [102, -25], - [36, -33], - [29, -43], - [43, -49], - [33, -29], - [24, -43], - [-1, -36], - [9, -47], - [24, -47], - [25, -20], - [37, -17], - [37, -3], - [51, 20], - [57, -15], - [37, 7], - [72, -2], - [56, -19], - [51, -45], - [44, -53], - [31, -29], - [65, -41], - [34, -7], - [29, 2], - [32, -15], - [63, 5], - [46, -43], - [54, -29], - [45, -33], - [83, -48], - [54, -13], - [37, 9], - [23, 18], - [44, -29], - [33, 28], - [15, -5], - [20, -35], - [60, -79], - [24, -17], - [19, -33], - [40, -28], - [24, -7], - [12, -20], - [-12, -35], - [-45, -23], - [12, -47], - [40, -60], - [29, -54], - [1, -24], - [16, -24], - [21, -4], - [20, -36], - [40, -13], - [-4, -33], - [19, -75], - [18, -22], - [14, -54], - [-1, -17], - [48, -90], - [-11, -8], - [-57, 22], - [-71, 23], - [-32, 23], - [-18, 30], - [-60, 20], - [-64, -32], - [-15, -17], - [-23, -48], - [15, -38], - [28, -22], - [-35, -45], - [12, -96], - [9, -29], - [25, -35], - [38, -20], - [20, -40], - [77, -43], - [60, -14], - [-1, -69], - [12, -28], - [26, -31], - [9, -92], - [-3, -119], - [12, -43], - [33, -38], - [-7, -62], - [-23, -92], - [-34, -59], - [-13, -53], - [-2, -34], - [4, -77], - [9, -62], - [-18, -65], - [1, -71], - [-17, -105], - [0, -39], - [10, -62], - [-23, -81], - [-2, -36], - [5, -45], - [-21, -27], - [-39, 8], - [-17, -13], - [-52, -65], - [-24, -18], - [-21, -56], - [-32, -18], - [-5, 20], - [-32, 14], - [-31, 3], - [-55, -16], - [-29, -31], - [-24, -33], - [-21, -53], - [-9, -74], - [-26, -106], - [0, -92], - [-10, -46], - [-28, -37], - [-4, -43], - [11, -32], - [-31, -6], - [-37, 4], - [-54, -9], - [-55, -41], - [-16, -39], - [15, -67], - [-119, -7], - [-37, -16], - [-45, 0], - [-76, 10], - [-36, -19], - [-40, -53], - [-15, -3], - [-23, -62], - [-2, -29], - [-30, -13], - [-18, -48], - [-2, -108], - [-15, -174], - [-6, -26], - [-47, -67], - [28, -89], - [56, -108], - [23, -21], - [84, -49], - [69, -4], - [67, -33], - [17, 12], - [82, -41], - [41, -53], - [63, -17], - [29, 21], - [66, 75], - [43, 54], - [60, 86], - [18, 3], - [4, 36], - [50, 43], - [16, 3], - [18, -18], - [49, 9], - [19, 22], - [19, 45], - [36, 52], - [-12, 26], - [16, 38], - [23, 33], - [28, 19], - [-3, 25], - [9, 36], - [32, 18], - [2, 13], - [57, 34], - [49, 58], - [1, 34], - [-29, 46], - [53, 14], - [25, 12], - [43, 39], - [25, 46], - [14, 44], - [64, 18], - [58, 6], - [28, -3], - [66, 19], - [46, 29], - [24, 6], - [53, -6], - [38, 13], - [23, 24], - [31, 64], - [10, 10], - [63, 10], - [43, 43], - [37, -10], - [35, 18], - [24, 3], - [48, -49], - [26, -15], - [80, -21], - [74, -34], - [19, -35], - [34, -6], - [48, -44], - [20, -43], - [34, -61], - [31, -77], - [27, -86], - [44, -40], - [22, -39], - [-8, -25], - [26, -28], - [29, -159], - [-2, -31], - [13, -41], - [14, -154], - [-2, -24], - [10, -168], - [12, -54], - [15, -94], - [38, -104], - [0, -15], - [22, -83], - [26, -67], - [0, -38], - [8, -137], - [-3, -49], - [13, -38], - [1, -44], - [-5, -26], - [17, -203], - [7, -32], - [19, -40], - [14, -89], - [14, -45], - [6, -65], - [9, -39], - [28, -38], - [25, -66], - [65, -135], - [12, -6], - [-59, -173], - [-13, -25], - [-28, -100], - [-26, -389], - [-49, -242], - [-25, -75], - [-112, -135], - [-43, -13], - [-34, 21], - [-100, -88], - [-12, 16], - [27, 23], - [12, 21], - [-31, 30], - [0, 42], - [-13, 35], - [-24, -6], - [-19, 12], - [-4, 18], - [23, 22], - [32, 7], - [4, 23], - [-15, 21], - [38, 26], - [44, -15], - [27, 27], - [15, 35], - [-2, 24], - [-21, 26], - [-46, 7], - [-26, 22], - [-50, 6], - [-10, -15], - [-37, -2], - [-51, -33], - [-22, -35], - [-29, -9], - [-30, 4], - [-31, -33], - [-12, -37], - [2, -25], - [15, -13], - [41, -19], - [2, -52], - [12, -29], - [-74, -2], - [-24, -7], - [-22, -18], - [-9, -30], - [-44, -64], - [-15, -57], - [-3, -73], - [26, -53], - [-30, -108], - [-4, -25], - [-19, -32], - [-31, -19], - [-25, -47], - [9, -19], - [-66, -31], - [-54, -18], - [-56, -7], - [-85, -30], - [-29, -23], - [-31, -47], - [-59, -129], - [-11, -162], - [18, -94], - [-17, -125], - [-45, -6], - [-21, -30], - [-37, -18], - [6, -36], - [-5, -53], - [13, -30], - [-11, -30], - [-40, -6], - [-1, -24], - [-14, -18], - [-22, -3], - [-38, -38], - [-15, -32], - [0, -22], - [-23, -30], - [-33, 14], - [-29, -4], - [-24, -18], - [-19, -27], - [-15, -45], - [-4, -44], - [-10, -25], - [-46, -36], - [-12, 22], - [-17, -9], - [-27, -45], - [-25, -57], - [-46, -30], - [-14, -25], - [-3, -49], - [11, -49], - [25, -73], - [-55, -21] - ], - [ - [63855, 65432], - [130, 87], - [38, 18], - [39, -12], - [77, 39], - [52, 15], - [137, 53], - [118, 25], - [102, 33], - [32, 15], - [60, 48], - [19, 25], - [54, 35], - [72, 59], - [48, 57], - [82, 82], - [31, 21], - [77, 37], - [131, 30], - [87, 7], - [58, -20], - [13, -15], - [29, -1], - [93, 33], - [63, 10], - [40, 15], - [79, -12], - [65, 6], - [40, 11], - [81, 34], - [228, 116], - [40, 24], - [49, 46], - [62, 87], - [48, 49], - [45, 23], - [22, -19], - [36, -3], - [44, 8], - [44, 27], - [31, -10], - [46, 0], - [48, 17], - [24, 16], - [29, 30], - [36, 55], - [20, 43], - [19, 68], - [27, 37], - [63, 34], - [13, 2], - [62, 67], - [47, 24], - [22, -1], - [25, 13], - [65, 76], - [56, 48], - [80, 52], - [30, 3], - [57, 31], - [67, 18], - [136, 119], - [43, 51], - [13, 36], - [21, 30], - [76, 79], - [54, 34], - [122, 48], - [72, 48], - [86, 19], - [38, 29], - [1, 18], - [67, 23], - [180, 28], - [69, 3], - [15, 15], - [114, 9], - [92, -2], - [59, -10], - [150, -7], - [30, 3], - [82, -32], - [49, -29], - [27, -23], - [11, -85], - [-21, -13], - [-39, 12], - [-42, -18], - [-66, -17], - [-28, -18], - [-21, 3], - [-40, 22], - [-63, 2], - [-111, -14], - [-28, -7], - [-15, -32], - [4, -30], - [29, -18], - [17, -33], - [-15, -21], - [-42, -4], - [-38, -25], - [-51, -41], - [-71, -21], - [-31, -29], - [-47, -64], - [-39, -15], - [-27, -40], - [-58, -58], - [-58, -18], - [-33, 0], - [-31, -26], - [-15, -25], - [-10, -36], - [-1, -41], - [20, -32], - [-29, -25], - [-14, 19], - [-31, 0], - [-32, -35], - [1, -38], - [-17, -41], - [-79, -45], - [-24, -29], - [-11, -74], - [-16, -52], - [-34, -37], - [-47, -67], - [-61, -14], - [-9, -64], - [-13, -60], - [-38, -94], - [-4, -89], - [-10, -48], - [19, -64], - [20, -49], - [45, 0], - [43, 63], - [63, 67], - [2, 36], - [15, 14], - [38, -3], - [77, 83], - [54, 42], - [37, 23], - [32, 35], - [144, 74], - [43, 20], - [21, -12], - [-33, -46], - [-69, -63], - [23, -36], - [90, 13], - [47, 19], - [36, 8], - [31, -5], - [61, -24], - [87, -7], - [56, 7], - [103, 2], - [48, -43], - [53, -22], - [35, 15], - [26, -5], - [68, -28], - [0, -25], - [39, -16], - [28, 12], - [11, -38], - [1, -34], - [13, -23], - [26, -5], - [35, 4], - [37, 24], - [5, -41], - [38, -20], - [34, -1], - [47, -60], - [24, -14], - [8, -75], - [15, -57], - [18, -25], - [93, -81], - [-2, -28], - [40, -76], - [65, -30], - [7, -52], - [40, -30], - [59, -3], - [14, -16], - [36, -6], - [5, -33], - [-22, -19], - [33, -64], - [-28, -11], - [-6, -24], - [8, -22], - [42, -43], - [29, -17], - [75, -22], - [97, -9], - [105, 6], - [51, 17], - [89, -9], - [37, 5], - [16, 19], - [40, 30], - [58, 12], - [54, 34], - [75, -18], - [23, -25], - [3, -17], - [29, -64], - [0, -31], - [36, -19], - [45, 4], - [27, -19], - [10, -43], - [16, -11], - [70, -8], - [40, 10], - [13, 57], - [39, 43], - [71, 4], - [26, -10], - [47, -77], - [23, -16], - [22, 42], - [5, 108], - [-23, 13], - [-11, 21], - [-13, 82], - [25, 28], - [33, 15], - [13, -11], - [34, 10], - [47, -68], - [-3, -39], - [-10, -34], - [-12, -11], - [-10, -37], - [35, -20], - [17, 30], - [17, 9], - [0, -58], - [43, -17], - [53, 61], - [61, 45], - [55, 49], - [25, 45], - [23, 22], - [60, -6], - [87, 36], - [76, 37], - [301, 192], - [49, 39], - [43, 9], - [35, -40], - [37, -7], - [48, 8], - [69, 25], - [78, 15], - [77, 9], - [55, 19], - [86, 16], - [68, -5], - [86, -20], - [83, -9], - [67, -1], - [85, 8], - [82, -3], - [70, -11], - [83, -1], - [61, 4], - [51, 12], - [209, 84], - [149, 78], - [62, 22], - [156, 25], - [203, -14], - [51, 6], - [50, 23], - [37, 8], - [46, 1], - [25, -9], - [-67, -60], - [-38, -44], - [-23, -40], - [-14, -38], - [-1, -56], - [-14, -126], - [-2, -61], - [3, -49], - [15, -97], - [-34, -14], - [-20, -28], - [12, -57], - [30, -41], - [34, -20], - [85, -9], - [61, 33], - [5, -22], - [35, -33], - [41, -5], - [59, 11], - [22, -24], - [11, -29], - [27, -12], - [55, 6], - [57, 18], - [85, 37], - [84, 49], - [46, -14], - [42, 7], - [27, -33], - [16, -38], - [44, -44], - [20, -29], - [41, -23], - [89, 52], - [19, 3], - [26, -20], - [32, 21], - [13, 33], - [0, 22], - [-15, 12], - [34, 55], - [46, 30], - [48, -5], - [37, 24], - [92, -22], - [114, -12], - [71, 98], - [60, 15], - [121, -25], - [20, -31], - [12, -34], - [-65, -216], - [14, -117], - [43, -263], - [14, -68], - [-18, -18], - [-31, -5], - [-23, -20], - [-23, 23], - [-44, 6], - [-68, -9], - [-25, -20], - [-30, -44], - [7, -35], - [-11, -43], - [56, -32], - [45, 8], - [37, 45], - [10, -6], - [87, -4], - [19, -15], - [27, -59], - [20, -11], - [54, -1], - [63, -36], - [-65, -46], - [-14, -24], - [-5, -29], - [37, -33], - [45, -62], - [40, -26], - [31, -29], - [48, -13], - [37, 9], - [24, -34], - [42, -16], - [15, -32], - [51, -14], - [9, 4], - [42, 77], - [29, -8], - [22, -50], - [45, -17], - [32, 21], - [21, 36], - [0, 34], - [-16, 50], - [-42, 13], - [-30, 42], - [-21, 76], - [22, 13], - [36, -17], - [39, -28], - [81, 0], - [16, 26], - [30, 6], - [79, -8], - [49, 9], - [67, -35], - [33, -1], - [16, -50], - [13, -20], - [21, -8], - [20, -54], - [5, -41], - [15, -25], - [97, -38], - [14, -30], - [-16, -31], - [-13, -8], - [-41, -100], - [-29, -27], - [-66, -15], - [-40, 9], - [-91, 41], - [-47, 33], - [-56, -25], - [-59, -4], - [-44, 10], - [-81, -11], - [-27, 10], - [-14, 21], - [-50, -10], - [-10, 27], - [-45, 17], - [-30, 22], - [-56, -6], - [-19, -19], - [-58, 19], - [-61, 4], - [-21, -15], - [-39, -6], - [-117, 30], - [-19, -9], - [-38, 29], - [-56, -9], - [-58, -23], - [-11, 8], - [-112, -4], - [-31, -29], - [-140, 0], - [-43, -36], - [-43, -25], - [-97, 67], - [-27, 49], - [-37, -23], - [-33, 23], - [-6, 26], - [-43, 7], - [-13, -9], - [0, -41], - [-34, -4], - [-4, 22], - [7, 33], - [-5, 36], - [-21, 43], - [-36, 25], - [-32, -4], - [-10, -11], - [-42, -1], - [-72, 59], - [-16, 8], - [-36, -17], - [-32, -48], - [0, -26], - [12, -95], - [-2, -20], - [-66, -10], - [-13, -15], - [-17, -49], - [11, -23], - [27, -13], - [10, -29], - [-38, -23], - [23, -83], - [38, -53], - [-37, -13], - [-9, -27], - [-40, -4], - [-85, 58], - [-72, 34], - [-13, 24], - [-7, 42], - [-20, 5], - [-38, 24], - [-12, 15], - [-70, 38], - [-36, 64], - [-68, 76], - [-56, 50], - [-19, 12], - [-78, 31], - [-62, 13], - [-26, 11], - [-51, 34], - [-40, 12], - [-72, -8], - [-13, -7], - [-47, 40], - [-81, 13], - [-40, 16], - [-53, 36], - [-37, 15], - [-37, -1], - [-47, -25], - [-23, 34], - [-34, 15], - [-28, 1], - [-28, -16], - [-9, -26], - [-63, 28], - [-36, 1], - [-40, -14], - [-36, -30], - [-117, -124], - [-26, -55], - [-57, -62], - [-29, -43], - [-62, -17], - [-50, 13], - [-36, 0], - [-88, 31], - [-37, 6], - [-28, -9], - [-13, -22], - [-18, -6], - [-35, 7], - [-60, -2], - [-29, -21], - [-26, -27], - [-6, -41], - [10, -28], - [-62, 40], - [-83, 36], - [-97, 28], - [-82, 12], - [-53, -5], - [-67, -28], - [-69, 24], - [-45, -11], - [-24, -33], - [-39, 7], - [-44, -17], - [-70, -67], - [-16, -23], - [-15, -137], - [-31, -45], - [-11, -72], - [6, -19], - [-22, -20], - [-60, -1], - [-11, 14], - [-26, -4], - [-24, -20], - [-6, -45], - [-15, -18], - [-29, -10], - [-20, 7], - [-24, -5], - [-13, -28], - [-34, 20], - [-19, -5], - [-16, -40], - [-4, -40], - [-30, -32], - [-54, 21], - [-29, -29], - [2, -58], - [-5, -39], - [-44, 8], - [-31, -26], - [20, -98], - [-12, -18], - [-18, 12], - [-28, -5], - [-33, 14], - [-39, 32], - [-15, 35], - [-24, 3], - [-18, 47], - [4, 40], - [19, 18], - [30, -8], - [24, 10], - [20, 26], - [-11, 47], - [16, 21], - [29, 9], - [26, 38], - [-3, 40], - [7, 47], - [26, 4], - [36, -21], - [27, 7], - [12, 26], - [-9, 16], - [20, 27], - [14, -3], - [15, 23], - [-7, 22], - [7, 24], - [31, 21], - [18, 33], - [-1, 55], - [-22, 39], - [-49, 26], - [-29, -5], - [-37, -56], - [-19, -1], - [-37, -40], - [2, -43], - [-26, -23], - [-139, 29], - [-14, 8], - [-26, 40], - [-30, 7], - [-44, -18], - [-4, -14], - [4, -62], - [14, -21], - [3, -26], - [-24, -43], - [-29, -36], - [-37, -25], - [-1, -33], - [-31, -39], - [-6, -32], - [6, -17], - [-59, -31], - [-12, 5], - [-51, -6], - [-31, -30], - [-43, -5], - [-38, -58], - [-10, 48], - [-22, 12], - [-6, 23], - [13, 58], - [5, 62], - [-12, 33], - [0, 65], - [-13, 47], - [-31, 53], - [-25, 18], - [-39, -12], - [-33, -54], - [-1, -85], - [-11, -31], - [3, -34], - [17, -13], - [-8, -28], - [-24, -46], - [20, -26], - [-67, -19], - [-30, -38], - [-33, -10], - [-80, -51], - [-46, -64], - [-49, -93], - [-21, -27], - [-54, -93], - [-47, -127], - [-32, -66], - [-25, -26], - [-25, -45], - [0, -26], - [13, -17], - [-19, -37], - [-43, -40], - [-9, -28], - [-53, -49], - [-14, -50], - [-59, -83], - [-13, -58], - [-49, -51], - [-88, -124], - [-68, -82], - [-27, -19], - [-41, -45], - [-28, -49], - [-21, -59], - [3, -23], - [37, -48] - ], - [ - [54755, 48865], - [-8, 23], - [-390, 606], - [-57, 32], - [3, 60], - [-4, 13], - [-129, 129], - [-121, 310], - [-10, 45], - [21, 20], - [42, 73], - [-70, 64], - [-1, -20], - [-24, -34], - [-72, 2], - [-34, 18], - [-4, 13], - [-10, 93], - [17, 29] - ], - [ - [38481, 56436], - [445, 2], - [441, -2], - [321, 0], - [506, 0], - [245, -1], - [389, -1], - [567, -1], - [753, 0], - [386, -1], - [465, -7], - [735, 4], - [638, 0], - [622, 2], - [150, 1], - [229, -1], - [415, 0], - [388, -2], - [408, 0], - [424, 0], - [513, 0], - [550, 0], - [436, 1], - [311, 1], - [15, -52], - [43, -77], - [38, -32], - [225, -122], - [226, -100], - [72, -25], - [203, -167], - [40, -17], - [65, -2], - [93, 16], - [25, 15], - [52, 49], - [38, 56], - [16, 46], - [9, 59], - [56, 22], - [31, 3], - [26, -19], - [74, -29], - [164, -18], - [288, 19], - [202, 28], - [176, -4], - [133, -15], - [72, -61], - [53, -62], - [98, -57], - [158, -31], - [49, -19], - [121, -62], - [76, -16], - [25, 6], - [174, -70], - [166, -102], - [21, -45], - [10, -42], - [-7, -53], - [6, -22], - [153, -222], - [27, -19], - [230, -66], - [22, 0], - [60, 24] - ], - [ - [8807, 53897], - [23, 4], - [366, 4], - [800, -8], - [67, 0], - [1018, -4], - [1079, 10], - [2179, 9] - ], - [ - [100541, 56585], - [-28, -69], - [-47, -82], - [-29, -29], - [-66, -132], - [-27, -67], - [-14, -94] - ], - [ - [99055, 61514], - [12, 141], - [13, 8], - [112, 130], - [58, 201], - [-10, 30], - [-74, 49], - [78, 20], - [108, 72], - [85, 70], - [24, 9], - [33, -29], - [13, -45], - [50, -42], - [91, -29], - [83, -5], - [14, 6], - [50, 124], - [13, 18], - [25, 9] - ], - [ - [94139, 50215], - [-63, -39], - [-60, -26], - [-17, -17], - [-25, -3], - [-25, -14], - [-15, 16], - [3, 29], - [19, 18], - [2, 26], - [-12, 31], - [35, 29], - [23, 0], - [11, 15], - [13, 72], - [16, 31], - [-1, 36], - [-11, 9], - [2, 30], - [21, 27], - [17, 8], - [51, -16], - [61, 8], - [63, 16], - [19, -1], - [12, -17], - [4, -44], - [27, -51], - [-28, -50], - [-42, -44], - [-39, -49], - [-19, -11], - [-29, -32], - [-13, 13] - ], - [ - [97883, 51651], - [11, 27], - [79, -34], - [5, -19], - [-10, -90], - [-19, -9], - [0, 53], - [-12, 27], - [-32, 17], - [-35, -2], - [-7, 14], - [20, 16] - ], - [ - [98234, 52111], - [16, -15], - [-81, -40], - [-44, -30], - [-64, -8], - [3, 14], - [30, 47], - [23, -1], - [29, 20], - [21, -3], - [67, 16] - ], - [ - [95045, 51350], - [-5, -42], - [-33, -14], - [-16, -44], - [-66, -34], - [-18, -17], - [-47, -32], - [-45, -68], - [-14, -68], - [12, -28], - [-46, 5], - [-11, -7], - [-5, -29], - [7, -25], - [27, -24], - [29, -53], - [25, 15], - [26, 51], - [0, 15], - [48, 66], - [-2, 34], - [29, 9], - [71, -33], - [37, 17], - [3, 37], - [38, 50], - [30, -1], - [42, 24], - [54, 21], - [34, -18], - [89, 24], - [15, 61], - [12, 11], - [41, -22], - [50, -7], - [14, -34], - [43, -3], - [6, 12], - [4, 73], - [14, 3], - [35, -45], - [40, -27], - [40, 7], - [67, -13], - [123, -49], - [149, 60], - [8, 68], - [8, 27], - [56, 14], - [54, 3], - [70, -28], - [6, 6], - [83, 5], - [76, -1], - [77, -9], - [47, 1], - [116, 18], - [97, -12], - [26, 26], - [85, 26], - [47, 10], - [45, -6], - [55, 8], - [93, 18], - [119, 101], - [82, 37], - [31, 37], - [29, 48], - [51, 5], - [39, 21], - [76, 94], - [63, 18], - [58, 38], - [23, 7], - [20, -11], - [42, 18], - [14, -12], - [-29, -49], - [-22, -22], - [-66, -41], - [1, 50], - [-12, 15], - [-37, -15], - [-16, -30], - [0, -33], - [33, -46], - [36, -20], - [33, -1], - [-5, -32], - [17, -41], - [25, -24], - [35, 7], - [45, -11], - [29, -21], - [21, 1], - [20, 15], - [9, 19], - [22, 18], - [17, -3], - [31, -31], - [0, -40], - [39, -61], - [14, -14], - [25, -7], - [23, 13], - [13, 32], - [49, 1], - [-4, 28], - [30, 0], - [39, 19], - [29, 29], - [60, 20], - [11, 17], - [3, 43], - [74, 23], - [38, 1], - [18, -13], - [37, -2], - [25, -11], - [-33, -46], - [-55, -31], - [-60, -15], - [-174, -86], - [-159, -71], - [-523, -266], - [-138, -60], - [-193, -74], - [-319, -117], - [-43, -14], - [-177, -72], - [-112, -50], - [-166, -84], - [-79, -34], - [-285, -89], - [-100, -24], - [-83, -2], - [-24, 38], - [-60, -13], - [-75, -33], - [-109, -36], - [-208, -50], - [-40, 8], - [-50, 3], - [-67, -13], - [-201, 4], - [3, 16], - [-41, 0], - [-59, -15], - [-51, -19], - [-83, -41], - [-104, -40], - [4, 38], - [-32, 33], - [-97, -7], - [-21, 20], - [22, 31], - [-18, 26], - [-41, 9], - [-12, 21], - [-5, 30], - [19, 55], - [26, 32], - [-4, 49], - [-9, 21], - [15, 37], - [-14, 20] - ], - [ - [83685, 54592], - [82, 37], - [135, 78], - [96, 66], - [88, 55], - [66, 48], - [67, 55], - [40, 17], - [45, 44], - [45, 63], - [43, 33], - [56, 57], - [38, 0], - [26, 27], - [64, 29], - [35, 30], - [40, 22], - [37, 11], - [55, 24], - [83, 20], - [19, 27], - [17, 64], - [14, 11], - [20, 49], - [60, 67], - [28, 12], - [3, 59], - [25, 53], - [56, 31], - [51, 10], - [88, 67], - [48, 13], - [93, 84], - [28, 34], - [4, 20], - [-15, 22], - [-12, 66], - [12, 37], - [-12, 28], - [-12, 2], - [-19, 35], - [-17, 45], - [-39, 4], - [12, 34], - [1, 59], - [-25, 59], - [-25, 23], - [-75, 27], - [-72, 47], - [-16, 24], - [-16, 188], - [-56, 15], - [-14, 40], - [17, 90], - [27, 43], - [-30, 240], - [-22, 59], - [94, 29], - [89, 19], - [77, 30], - [180, 61], - [105, 24], - [57, 19], - [93, 17], - [116, 42], - [162, 30], - [109, 13], - [30, -10], - [191, 14], - [21, -6], - [202, -8], - [31, -5], - [165, 17], - [75, 0], - [151, -23], - [54, -3], - [34, 10], - [100, -31], - [33, 0], - [55, -19], - [109, -15], - [59, -11], - [46, 5], - [6, -10], - [49, -18], - [31, -16], - [24, -39], - [88, -73], - [48, -20], - [95, -71], - [48, -19], - [32, -3], - [62, 40], - [45, 10], - [74, 29], - [41, 9], - [44, 18], - [93, 10], - [49, 1], - [20, -7], - [74, -2], - [94, 17], - [76, -7], - [55, 16], - [24, -5], - [35, 6], - [83, -18], - [62, -24], - [63, 0], - [21, 8], - [68, -10], - [55, 36], - [34, 17], - [50, 3], - [42, 14], - [24, 18], - [88, 10], - [48, 23], - [41, 33], - [29, 30], - [61, 2], - [25, 21], - [29, 35], - [50, 88], - [22, 30], - [44, 25], - [82, 64], - [58, 30], - [30, 27], - [17, -5], - [37, 16], - [27, 44], - [115, 76], - [77, 7], - [44, -31], - [27, -4], - [63, 2], - [69, 30], - [45, 12], - [33, 40], - [27, 75], - [8, 64], - [5, 125], - [-17, 174], - [-14, 87], - [-30, 128], - [-39, 55], - [-31, 31], - [-30, 15], - [1, 37], - [39, 37], - [34, 11], - [29, -7], - [16, -21], - [31, -5], - [41, 32], - [41, 26], - [24, 2], - [34, 24], - [4, 37], - [-16, 70], - [-1, 36], - [-22, 25], - [-44, -6], - [-28, 23], - [-81, 29], - [-30, -18], - [-26, 1], - [-19, 12], - [3, 37], - [-28, 35], - [-27, 10], - [-7, 24], - [6, 57], - [-13, 35], - [-105, 29], - [-1, 42], - [-11, 33], - [21, 83], - [80, 166], - [49, 12], - [76, -1], - [72, 28], - [29, 17], - [50, 46], - [86, 139], - [136, 93], - [82, 40], - [42, -1], - [15, -11], - [39, 16], - [68, 48], - [77, 68], - [94, 94], - [24, 99], - [79, 113], - [128, 129], - [383, 367], - [108, 94], - [185, 142], - [59, 51], - [-11, 26], - [46, 31], - [124, 71], - [50, 14], - [92, 35], - [210, 126], - [41, 30], - [23, 48], - [38, 15], - [271, 82], - [47, -4], - [185, -28], - [765, -29], - [268, -1], - [507, 25], - [465, 7], - [524, 17] - ], - [ - [78217, 52933], - [17, -3], - [25, 17], - [-5, -59], - [-15, -22], - [-25, -1], - [-44, 25], - [-19, 20], - [32, 41], - [21, 0], - [13, -18] - ], - [ - [77986, 53052], - [58, 13], - [-8, -16], - [-55, -62], - [-28, -14], - [-3, 47], - [18, 26], - [18, 6] - ], - [ - [78025, 53139], - [39, 0], - [-35, -29], - [-8, -27], - [-15, -3], - [-24, 36], - [43, 23] - ], - [ - [78006, 53213], - [9, -38], - [-49, 2], - [18, 35], - [22, 1] - ], - [ - [76815, 53236], - [-4, -13], - [18, -52], - [68, -39], - [32, 2], - [31, -14], - [35, 3], - [28, 15], - [7, 25], - [21, -5], - [61, -52], - [104, -75], - [12, -18], - [69, -33], - [91, -33], - [78, -11], - [33, -17], - [36, -29], - [44, -69], - [28, -31], - [53, -43], - [56, -36], - [66, -25], - [68, 12], - [52, 37], - [24, 36], - [3, 40], - [-8, 31], - [12, 18], - [35, 10], - [26, -42], - [48, -61], - [17, -15], - [25, 0], - [41, 15], - [59, -12], - [13, -13], - [-1, -24], - [-19, -26], - [22, -49], - [41, -13], - [55, -77], - [76, -76], - [1, -8], - [110, -72], - [82, -40], - [61, -7], - [38, 13], - [55, 26], - [61, 43], - [68, 32], - [51, 9], - [80, -4], - [68, 15], - [114, 76], - [22, 18], - [31, 7], - [132, 52], - [153, 52], - [32, -3], - [56, -23], - [12, -17], - [38, -18], - [113, -20], - [31, 1], - [92, 29], - [53, 1], - [70, -22], - [63, 37], - [8, 10], - [78, 65], - [58, 23], - [63, 50], - [69, 68], - [61, 68], - [55, 23], - [64, 65], - [43, 61], - [101, 85], - [66, 52], - [96, 58], - [27, 24], - [43, -5], - [28, 8], - [120, 64], - [133, 78], - [38, 13], - [76, 42], - [51, 18], - [26, 19], - [138, 21], - [67, 16], - [159, 73], - [26, 30], - [30, 5], - [5, -13], - [45, 17], - [69, 17], - [258, 95], - [52, 26], - [65, 24] - ], - [ - [968, 53907], - [-5, 19], - [-104, 100], - [-32, 1], - [-23, 15], - [-27, 40], - [-50, 63], - [-28, 56], - [9, 38], - [-8, 30], - [-11, 5], - [-10, 37], - [12, 9], - [-1, 47], - [-28, 40], - [-3, 56], - [-11, 21], - [-51, 59], - [11, 70], - [-10, 74], - [-35, 61], - [4, 8], - [6, 107], - [-8, 109], - [-13, 50], - [24, 53], - [2, 77], - [41, 121], - [17, 88], - [-20, 58], - [-1, 75], - [-22, 77], - [-7, 9], - [-63, 36], - [4, 36], - [-47, 108], - [-33, 23], - [-34, -18], - [-9, 5], - [-3, 43], - [-15, 91], - [-22, 61], - [-15, 22], - [-15, 45], - [97, 194], - [36, 86], - [34, 101], - [11, 22], - [38, 179], - [8, 66], - [-5, 47], - [20, 27], - [41, 147], - [12, 66], - [0, 32], - [24, 117], - [-12, 51], - [-26, 39], - [29, 51], - [27, 32], - [36, 10], - [22, 22], - [50, 93], - [52, 121], - [58, 166], - [41, 139], - [57, 279], - [-3, 16], - [21, 81], - [47, 259], - [33, 257], - [14, 120], - [17, 196], - [21, 173], - [-6, 55], - [16, 115], - [5, 66], - [-2, 22], - [8, 71], - [4, 77], - [-13, 23], - [1, 30], - [12, 44], - [-1, 27], - [17, 44], - [15, 97], - [15, 114], - [31, 33], - [-27, 32], - [0, 93], - [-3, 58], - [14, 76], - [21, 255], - [12, 67], - [-3, 26], - [-19, 36], - [13, 50], - [8, 87], - [-14, 63], - [-17, 22], - [3, 67], - [14, 84], - [23, 17], - [10, 30], - [31, 128], - [13, 69], - [3, 55], - [16, 83], - [20, 160], - [-26, 9], - [11, 69], - [42, 43], - [27, 130], - [13, 140], - [-9, 40], - [19, 160], - [-2, 92], - [-17, 51], - [-64, 7], - [52, 20], - [11, 18], - [15, 79], - [9, 112], - [-6, 47], - [-17, 46], - [-6, 56], - [19, 10], - [16, 42], - [18, 138], - [-17, 16], - [11, 37], - [22, 192], - [0, 118], - [-13, 62], - [-42, 60], - [-26, 12], - [2, 16], - [23, 36], - [14, 138], - [-2, 83], - [-9, 95], - [-22, 57], - [-25, 21], - [-1, 20], - [44, 57], - [23, 13], - [37, 7], - [18, 82], - [-3, 82], - [-7, 75], - [-26, 112], - [-22, 64], - [-28, 69], - [-67, 138], - [-26, 14], - [24, 18], - [24, -3], - [18, -28], - [-3, -16], - [15, -20], - [38, -5], - [65, -41], - [42, -56], - [24, -12], - [68, -18], - [22, 8], - [3, 23], - [-41, 32], - [-1, 18], - [47, 7], - [31, -5], - [52, 15], - [64, 28], - [43, -17], - [56, -3], - [58, 33], - [16, 14], - [56, -9], - [19, 30], - [7, 26], - [32, 6], - [36, -26], - [71, 49], - [1, 27] - ], - [ - [99277, 52561], - [-13, -25], - [-19, 15], - [9, 79], - [17, 2], - [14, 30], - [-22, 24], - [-2, 25], - [14, 82], - [10, 27], - [29, 8], - [7, -36], - [-7, -138], - [6, -47], - [-39, -22], - [-4, -24] - ], - [ - [99374, 52852], - [-11, 36], - [14, 37], - [7, 37], - [-39, 21], - [-30, 49], - [-6, 24], - [33, 7], - [18, -13], - [5, -27], - [-14, -21], - [24, -17], - [29, -7], - [18, -19], - [4, -41], - [-26, -59], - [-26, -7] - ], - [ - [98893, 51884], - [18, 21], - [6, 49], - [29, 0], - [13, -29], - [-18, -44], - [-3, -28], - [8, -21], - [31, -28], - [-14, -33], - [-77, -14], - [-34, 18], - [-3, 17], - [14, 55], - [30, 37] - ], - [ - [99572, 53181], - [-30, -33], - [6, -40], - [-7, -37], - [-34, -62], - [-14, 6], - [-4, 25], - [-20, 45], - [-19, -26], - [-25, -19], - [-4, 45], - [6, 23], - [18, 17], - [3, 36], - [-27, 40], - [-16, 13], - [-66, 10], - [-29, -41], - [0, -42], - [-14, -56], - [-9, -15], - [-22, 13], - [-1, 31], - [-52, 0], - [-58, 8], - [9, -58], - [36, 16], - [30, -20], - [10, -185], - [-82, -23], - [10, -38], - [47, -77], - [4, -46], - [-12, -45], - [6, -66], - [-23, -5], - [5, -28], - [-11, -36], - [-41, -31], - [1, -63], - [-36, -55], - [-16, -36], - [-81, 12], - [-53, -8], - [-129, -32], - [-118, -45], - [-61, -29], - [-98, -9], - [-112, -31], - [-44, -23], - [-10, 9], - [6, 31] - ], - [ - [99766, 52643], - [-30, -9], - [-7, -20], - [-50, -37], - [-5, -18], - [-43, -16], - [-7, 18], - [12, 49], - [-30, 37], - [11, 39], - [-24, 79], - [9, 64], - [2, 74], - [-16, 63], - [-46, -16], - [-5, -80], - [14, -32], - [-1, -98], - [16, -19], - [-23, -70], - [7, -44], - [-8, -21], - [-22, 28], - [-22, 7], - [-39, -2], - [-18, -9], - [-17, -75], - [-32, 2], - [-30, -16], - [-25, 4], - [-22, 24], - [29, 28], - [21, -4], - [36, 20], - [-12, 64], - [-14, 12], - [0, 27], - [33, 41], - [4, 31], - [31, 62], - [17, 14], - [21, 75], - [3, 43], - [39, 38], - [73, 8], - [30, 83] - ], - [ - [51923, 18869], - [36, 36], - [-1, 26], - [-11, 54], - [-11, 24], - [12, 19], - [46, 35], - [109, 5], - [55, 19], - [12, 12], - [-11, 34], - [30, 5], - [46, 22], - [-2, 15], - [21, 46], - [82, 65], - [-5, 15], - [33, 35], - [22, 13], - [52, 1], - [12, 8], - [9, 26], - [24, 16], - [98, 21], - [47, 16], - [32, 20], - [28, 25], - [3, 31], - [26, 11], - [10, -71], - [-29, -40], - [-48, -21], - [-202, -122], - [-137, -104], - [-136, -120], - [-118, -114], - [-171, -181], - [-147, -188], - [-71, -101], - [-64, -99], - [-56, -104], - [-19, -43], - [-8, -46], - [-73, -105], - [-58, -103], - [-94, -191], - [-65, -156], - [-138, -360], - [-53, -163], - [-41, -151], - [-44, -201], - [-25, -146], - [-14, -124], - [-11, -152], - [-4, -133], - [1, -139], - [15, -210], - [11, -96], - [25, -159], - [34, -182], - [60, -256], - [48, -176], - [10, -29], - [74, -304], - [65, -320], - [17, -100], - [23, -188], - [22, -262], - [13, -55], - [-13, 2], - [-15, 26], - [-4, 62], - [-15, 110], - [2, 78], - [-10, 94], - [-19, 145], - [-38, 207], - [-23, 80], - [-25, 52], - [-5, 71], - [-8, 56], - [-12, 37], - [-16, 30], - [-26, 98], - [-30, 16], - [-34, 72], - [4, 50], - [-15, 53], - [-15, 36], - [-25, 90], - [4, 47], - [-18, 87], - [-32, 25], - [-14, 34], - [11, 109], - [-11, 36], - [4, 36], - [-9, 32], - [-26, 31], - [7, 138], - [-4, 34], - [-11, 33], - [4, 111], - [-2, 268], - [7, 78], - [-7, 28], - [1, 157], - [23, 109], - [-17, 13], - [8, 61], - [14, 54], - [3, 66], - [12, 56], - [17, 23], - [-9, 48], - [-8, 16], - [9, 68], - [29, 76], - [19, 31], - [12, 39], - [0, 41], - [23, 74], - [44, 85], - [20, 61], - [31, 53], - [16, 35], - [-8, 18], - [47, 88], - [-11, 23], - [21, 63], - [32, -2], - [25, 47], - [6, 36], - [0, 35], - [-10, 24], - [24, 13], - [36, 69], - [8, 30], - [35, 8], - [31, 41], - [6, 21], - [45, 73], - [9, 49], - [11, 27], - [-11, 10], - [-51, -8], - [-12, 19], - [141, 38], - [25, 42], - [55, 120], - [-5, 27], - [57, 93], - [15, 56], - [-17, 11], - [16, 53], - [19, 46], - [10, -19], - [19, 10], - [10, 26], - [27, 22], - [11, 20], - [-1, 35], - [39, 48], - [29, 1], - [7, 102], - [14, 36], - [27, -13], - [14, -27], - [22, -17], - [29, 8] - ], - [ - [57491, 22852], - [-28, -37], - [-26, -7], - [-43, 2], - [-76, 15], - [-131, 4], - [-103, -26], - [-141, -63], - [-413, -214], - [-273, -141], - [-175, -95], - [-67, -41], - [-73, -52], - [-44, -38], - [-27, -32], - [-29, -50], - [-13, -36], - [-26, 0], - [-31, -18], - [-32, -1], - [-8, 36], - [30, 45], - [24, 19], - [56, 64], - [33, 26], - [37, 75], - [26, 26], - [29, 3], - [20, -11], - [33, 6], - [37, 18], - [27, 23], - [-3, 39], - [28, 44], - [26, 17], - [23, -6], - [41, -30], - [39, 5], - [30, 14], - [-16, 46], - [-37, 6], - [-5, 17], - [-37, 49], - [-44, 1], - [-44, -28], - [-60, -21], - [-123, -38], - [-49, -11], - [-42, -19], - [-52, -1], - [-23, 14], - [-18, 44], - [36, 0], - [68, 89], - [48, 104], - [29, 175], - [-4, 72], - [-54, 131], - [-30, 31], - [-57, -34], - [-39, -16], - [-44, -27], - [-66, -89], - [-25, -66], - [-5, -42], - [-9, -18], - [-39, -26], - [-41, -11], - [-11, 4], - [-24, 51], - [-4, 36], - [-12, 12], - [-43, 7], - [-13, -39], - [-61, -64], - [-19, -51], - [4, -26], - [46, -48], - [12, -22], - [-12, -26], - [-35, -42], - [-20, -49], - [6, -38], - [29, -47], - [33, -25], - [44, -16], - [91, -21], - [-7, -24], - [-24, -46], - [-9, -46], - [21, -7], - [54, -37], - [6, -46], - [2, -123], - [-15, -71], - [1, -76], - [14, -26], - [19, -12], - [49, 11], - [46, 22], - [5, 40], - [0, 56], - [22, 24], - [48, -46], - [14, 4], - [86, -13], - [-72, -68], - [-31, -36], - [-32, -29], - [-414, -331], - [-104, -93], - [-53, -58], - [-27, -52], - [-124, -112], - [-88, -87], - [-62, -68], - [-47, -70], - [-23, -14], - [-81, -76], - [-44, -56], - [-10, -24], - [-63, -18], - [-44, -1], - [-87, -57], - [-152, -117], - [-455, -316], - [-133, -80], - [-217, -113], - [-143, -80], - [-217, -137], - [-49, -26], - [-45, -43], - [-48, -33], - [-61, -50], - [-34, -43], - [-37, -19], - [-55, -50], - [-6, 17], - [73, 84], - [124, 102], - [83, 43], - [16, 37], - [130, 88], - [76, 37], - [108, 70], - [25, 5], - [47, 27], - [40, 17], - [8, 20], - [-7, 17], - [5, 52], - [8, 22], - [-33, 21], - [-19, -27], - [-50, 11], - [-26, -9], - [-46, -34], - [-50, -27], - [-92, -34], - [-72, -45], - [-21, -16], - [-43, -17], - [-13, 1], - [-10, 53], - [37, 29], - [3, 24], - [-34, 47], - [41, 53], - [-11, 7], - [42, 57], - [2, 17], - [-21, 16], - [-54, -11], - [-48, -30], - [-21, 11], - [-36, -15], - [-31, -29], - [1, -67], - [-46, -10], - [-83, -36], - [-6, -17], - [-181, -118], - [-27, -9], - [10, 27], - [5, 41], - [-19, 36], - [-38, 10], - [24, 26], - [-3, 27], - [-13, 6], - [-73, 18], - [-33, -2], - [-18, 59], - [26, 49], - [-4, 23], - [-31, 20], - [-12, 47], - [-18, 6], - [-102, -40], - [-29, -32], - [12, -23], - [43, -48], - [2, -36], - [34, -25], - [9, -21], - [-23, -36], - [22, -91], - [6, -6], - [63, 2], - [17, -5], - [7, -29], - [73, -41], - [14, -49], - [16, -23], - [104, -89], - [56, -59], - [33, -46], - [-3, -17], - [-107, -53], - [-38, -34], - [-43, -26], - [-29, -9], - [-73, -41], - [-20, -23], - [-56, -36], - [-94, -19], - [-40, -29], - [-30, 30], - [-18, -12], - [-13, 16], - [10, 52], - [-11, 77], - [-8, 17], - [-23, 5], - [-49, 0], - [-25, 8], - [-26, -15], - [-26, -56], - [-9, -48], - [8, -103], - [-2, -30], - [-33, -55], - [7, -20], - [35, -67], - [0, -14], - [-25, -66], - [-78, -77], - [-56, -44], - [-48, -59], - [-23, -14], - [-45, -59], - [-52, -1], - [-70, 36], - [-13, -4], - [-37, -29], - [-3, -18], - [11, -25], - [-24, -58], - [8, -78], - [10, -30], - [-9, -21], - [-33, -29], - [-25, -65], - [-25, -23], - [-86, -161], - [-14, -9], - [-12, -51], - [-16, -13], - [-20, -35], - [-55, -124], - [-5, -18], - [-41, -5], - [-29, 9], - [-6, 45], - [-24, 36], - [-18, 46], - [-43, 14], - [-40, -9], - [-55, -26], - [-55, -46], - [-11, 3], - [-35, -32], - [-23, -61], - [-3, -78], - [13, -41], - [33, -63], - [40, -41], - [57, -32], - [116, -41], - [-11, -43], - [-12, -2], - [-56, -163], - [-4, -24], - [8, -26], - [-51, -58], - [-28, -111], - [-13, -24], - [-7, -37], - [-6, -62], - [-16, -51], - [-12, -20], - [-12, -64], - [4, -32], - [-65, -208], - [-15, -22], - [-32, -19], - [-38, 0], - [-60, -40], - [-47, -58], - [-45, 9], - [-23, 15], - [34, 19], - [17, 33], - [36, 9], - [-9, 35], - [7, 14], - [28, 27], - [-6, 51], - [-27, 20], - [-24, -13], - [-11, -22], - [-33, -44], - [-61, -50], - [-24, -15], - [-47, -62], - [-24, 5], - [-27, -13], - [-7, -28], - [2, -45], - [19, -25], - [59, -2], - [43, -9], - [24, -15], - [34, -9], - [43, 5], - [19, 10], - [18, 23], - [28, 16], - [33, 7], - [32, 23], - [48, 4], - [4, -16], - [-23, -140], - [-19, -145], - [2, -72], - [-16, -3], - [-8, -39], - [-10, -10], - [-35, 17], - [-20, -3], - [-8, -18], - [5, -41], - [29, -30], - [-18, -21], - [1, -58], - [17, -5], - [8, -25], - [-10, -60], - [-10, 4], - [-98, -2], - [-24, -10], - [-11, -14], - [8, -24], - [3, -39], - [-11, -67], - [27, -82], - [1, -13], - [-22, -32], - [0, -52], - [-12, -9], - [-9, -56], - [20, -36], - [28, -7], - [52, -54], - [47, -101], - [24, -12], - [6, -45], - [2, -78], - [42, -193], - [-2, -61], - [33, -93], - [21, -48], - [-10, -84], - [-16, -35], - [0, -30], - [8, -25], - [-17, -36], - [-11, -9], - [7, -43], - [22, -9], - [27, 3], - [-3, -36], - [-16, -40], - [29, -20], - [20, 20], - [33, -20], - [15, -37], - [-9, -35], - [-27, -38], - [-6, -66], - [8, -23], - [29, 24], - [5, 22], - [21, 20], - [27, 7], - [25, -22], - [-12, -48], - [-30, -33], - [11, -18], - [-1, -47], - [7, -64], - [22, -5], - [17, 17], - [20, 4], - [9, -52], - [-26, -43], - [0, -19], - [31, -66], - [15, -4], - [1, -46], - [-20, -58], - [19, -43], - [21, -36], - [4, -27], - [-21, -9], - [-2, -14], - [29, -41], - [16, -15], - [45, -15], - [72, -2], - [16, -6], - [9, -89], - [-19, -29], - [-18, 1], - [-21, -16], - [13, -71], - [19, -11], - [24, 3], - [40, 18], - [22, 36], - [0, 23], - [-18, 53], - [-19, 21], - [33, 27], - [24, -4], - [-3, -59], - [3, -53], - [12, -118], - [-51, -20], - [-103, -10], - [-80, -18], - [-144, -52], - [-26, -39], - [-8, -32], - [0, -46], - [-77, -72], - [-165, 60], - [-27, 18], - [-133, 128], - [-159, 213], - [-6, 29], - [-404, 78], - [-223, -9], - [-6, -12], - [-61, -32], - [-367, 77], - [-43, 28], - [-227, 183], - [-97, 136], - [-51, 29], - [-222, 86], - [-70, 5], - [-18, -23], - [-136, 68], - [-84, 136], - [-105, 96], - [-28, 4], - [-72, -12], - [-347, 103], - [-108, 80], - [-116, 301], - [-76, 332], - [-62, 249], - [-49, 139], - [-99, 160], - [-107, 70], - [-125, 224], - [-11, 100], - [42, 79], - [6, 207], - [-28, 186], - [-20, 36], - [-20, 11], - [-15, -8], - [-44, 31], - [-65, 72], - [-15, 25], - [57, 102], - [27, 86], - [9, 49], - [14, 191], - [-73, 222], - [-41, 81], - [-110, 90], - [-42, 7], - [-7, -15], - [-73, 0], - [-330, 344], - [-61, 80], - [-47, 146], - [-5, 28], - [16, 73], - [-49, 45], - [-129, 183], - [-122, 255], - [-45, 105], - [-13, 26], - [-104, 52], - [-51, 20], - [-58, 36], - [-103, 126], - [-62, 89], - [-104, 332], - [25, 232], - [-9, 7], - [-90, 31], - [-34, 55], - [-46, 153], - [-31, 30], - [-100, 135], - [-18, 72], - [-4, 37], - [10, 29], - [-2, 60], - [-52, 163], - [-21, 51], - [-80, 92], - [-93, 136], - [-22, 70], - [7, 102], - [4, 7], - [-34, 219], - [-20, 67], - [-229, 371], - [-291, 254], - [-77, 40], - [-78, 129], - [-11, 38], - [-31, 73], - [-50, 27], - [-94, 11], - [-182, 129], - [-22, 236], - [-6, 15], - [-119, 88], - [-55, 7], - [-112, 241], - [-95, 32], - [-318, 2], - [-17, -31], - [-21, -11], - [-260, 70], - [-181, 36], - [-114, 13], - [-178, -29], - [-18, -12], - [-123, 19], - [-272, 154], - [-37, 25], - [-28, 29], - [-49, 0], - [-77, -80], - [-41, -207], - [-33, 9], - [-55, 30], - [-98, 25], - [-26, -13], - [-101, -82], - [-108, -2], - [-97, -28], - [-46, -38], - [-16, -67], - [-87, -259], - [-68, -127], - [-50, -51], - [-43, -213], - [-3, -73], - [-79, -140], - [-37, -174], - [18, -98], - [27, -11], - [9, -41], - [-21, -26], - [-136, -96], - [-83, -39], - [-202, -322], - [-21, -122], - [-76, -32], - [-14, -2], - [-220, 46], - [-189, 86], - [-162, 129], - [0, 25], - [-60, 85], - [-42, 47], - [-62, 44], - [-95, 27], - [-32, -6], - [-163, 52], - [-99, 103], - [-45, 96], - [-86, 39], - [-161, 39], - [-71, 12], - [-116, 40], - [-220, 174], - [-45, 49], - [-85, 150], - [-42, 87], - [-52, 44], - [-50, 13], - [-57, 22], - [-136, 82], - [-225, 204], - [-43, 91], - [-21, 98], - [1, 32], - [-31, 107], - [-125, 250], - [-64, 101], - [-14, 2], - [-9, 25], - [-26, 247], - [15, 186], - [-3, 219], - [-40, 142], - [-98, 165], - [-36, 34], - [-146, 191], - [-25, 277], - [-106, 250], - [-79, 28], - [-134, 186], - [-158, 167], - [-153, 125], - [-72, -2], - [-29, 9], - [-240, 142], - [-32, 87], - [-270, 243], - [-39, 76], - [-4, 42], - [-10, 53], - [-33, 64], - [-85, 84], - [-113, 51], - [-76, 72], - [-81, 93], - [-141, 219], - [-57, 29], - [-43, 31], - [-107, 159], - [-49, 44], - [-172, 56], - [-62, 26], - [-130, 98], - [-29, 40], - [-66, 171], - [-192, 390], - [-45, 75], - [-68, 51], - [-35, 12], - [-67, -13], - [-104, 81] - ], - [ - [20433, 4513], - [11, -17], - [11, -83], - [-14, -56], - [-19, -24], - [-14, 7], - [-42, 51], - [-11, 48], - [44, 76], - [34, -2] - ], - [ - [21804, 4722], - [18, 28], - [37, -16], - [2, -37], - [-8, -25], - [-15, -18], - [-15, -4], - [-14, 22], - [4, 23], - [-9, 27] - ], - [ - [21446, 4915], - [-27, 47], - [16, 7], - [23, -23], - [12, 13], - [16, 120], - [21, -19], - [3, -43], - [-17, -19], - [4, -62], - [23, -13], - [-4, 32], - [20, 5], - [1, -61], - [-12, -40], - [-21, 17], - [-17, -13], - [4, -45], - [-38, -80], - [-26, -30], - [-21, -86], - [-2, -49], - [-10, -15], - [-18, 34], - [-3, 39], - [11, 14], - [15, 53], - [16, 42], - [22, 32], - [-10, 17], - [-17, -15], - [-21, 6], - [-16, 63], - [0, 12], - [30, 56], - [27, -26], - [5, -25], - [19, 17], - [-8, 38] - ], - [ - [21722, 4862], - [33, 11], - [23, -16], - [15, -82], - [-39, -47], - [-16, 4], - [-1, 31], - [12, 33], - [-4, 24], - [-19, 13], - [-4, 29] - ], - [ - [21666, 4996], - [17, -9], - [9, -43], - [-12, -38], - [2, -26], - [27, -25], - [-9, -22], - [-15, 18], - [-17, -2], - [-26, -33], - [-12, 31], - [-1, 60], - [17, 53], - [1, 35], - [14, 81], - [11, -19], - [-6, -61] - ], - [ - [20658, 4760], - [13, -18], - [22, -4], - [42, -28], - [14, -39], - [-14, -11], - [-13, 12], - [2, 20], - [-11, 19], - [-18, -5], - [-32, -64], - [-13, 4], - [-29, 42], - [-4, 17], - [-16, 12], - [-17, -2], - [-8, 16], - [3, 23], - [26, 25], - [43, -12], - [10, -7] - ], - [ - [21194, 5067], - [-12, 16], - [-15, -16], - [-3, -36], - [11, -33], - [20, -16], - [29, -68], - [1, -14], - [-10, -64], - [-65, 24], - [-11, 13], - [-12, 41], - [-29, -23], - [-8, -74], - [-20, 59], - [-13, 18], - [-12, 103], - [-11, 27], - [18, 79], - [37, 32], - [21, 0], - [12, -17], - [3, -46], - [17, 8], - [13, 52], - [27, -6], - [2, -21], - [46, -18], - [26, 34], - [13, -1], - [21, -63], - [-8, -62], - [-16, 6], - [-12, 29], - [-25, 9], - [-15, -14], - [-22, 19], - [2, 23] - ], - [ - [21311, 5242], - [35, 2], - [8, -74], - [-4, -13], - [-25, 12], - [-55, -9], - [-17, 29], - [9, 30], - [23, 26], - [26, -3] - ], - [ - [18868, 3344], - [21, -10], - [20, -45], - [21, 15], - [7, -14], - [-5, -28], - [-43, -40], - [-21, 8], - [-27, -48], - [-15, 29], - [-39, -5], - [-28, -24], - [-39, 89], - [9, 63], - [42, 59], - [53, 0], - [0, -39], - [22, -24], - [22, 14] - ], - [ - [19122, 3282], - [20, -33], - [-4, -12], - [-38, 5], - [-21, 9], - [-43, -13], - [-6, 15], - [68, 25], - [24, 4] - ], - [ - [19257, 3344], - [18, 5], - [11, -29], - [-12, -41], - [-42, -18], - [-77, 16], - [-10, 15], - [9, 19], - [26, 20], - [56, -4], - [21, 17] - ], - [ - [18981, 3508], - [21, -3], - [1, -16], - [-34, -36], - [4, -17], - [22, -29], - [51, 5], - [12, -17], - [-6, -24], - [-37, 2], - [-27, -86], - [-12, -6], - [-28, 26], - [-11, 78], - [24, 38], - [-22, 2], - [-20, -7], - [-9, 16], - [2, 25], - [16, 41], - [24, -13], - [29, 21] - ], - [ - [20241, 3902], - [106, -29], - [18, -27], - [7, -38], - [-25, -32], - [-57, 29], - [-14, -35], - [-10, 1], - [-44, 52], - [7, 79], - [12, 0] - ], - [ - [15366, 10776], - [8, 20], - [1, 48], - [23, 43], - [28, -9], - [29, -127], - [76, -94], - [91, -35], - [52, -25], - [8, -20], - [32, -47], - [-15, -5], - [-82, 20], - [-23, -20], - [-17, -2], - [-13, 20], - [-55, 56], - [-21, 39], - [-56, 89], - [-15, 1], - [-52, 29], - [1, 19] - ], - [ - [18395, 10390], - [0, -15], - [21, -7], - [5, -41], - [-3, -70], - [19, -73], - [27, -29], - [20, 1], - [-1, -53], - [-10, -19], - [-49, -18], - [-24, 6], - [-61, -38], - [-42, -33], - [-20, -33], - [-4, -18], - [20, -39], - [-12, -27], - [-39, -3], - [-22, 49], - [-21, 20], - [-57, 42], - [-24, 9], - [-30, -11], - [-43, -2], - [-14, 23], - [-30, 19], - [-20, 2], - [-17, 28], - [-40, 50], - [-44, 36], - [-48, -7], - [-9, 5], - [-50, 73], - [-27, 6], - [-13, 11], - [2, 23], - [-14, 63], - [-27, 54], - [0, 13], - [20, 24], - [23, 17], - [46, 1], - [39, -3], - [26, -15], - [45, -13], - [37, 11], - [13, 18], - [0, 37], - [-11, 18], - [27, 43], - [41, 18], - [34, 0], - [5, 45], - [26, 41], - [54, -37], - [22, 24], - [44, 22], - [10, 10], - [0, 33], - [15, -4], - [7, -54], - [19, -61], - [31, -7], - [34, 7], - [17, 28], - [71, -34], - [14, -38], - [-1, -79], - [-7, -49] - ], - [ - [31704, 13043], - [29, -56], - [28, 19], - [16, 53], - [24, -9], - [31, 18], - [40, -5], - [20, 7], - [5, 15], - [33, 34], - [17, 8], - [15, -24], - [-1, -32], - [11, -24], - [63, -40], - [21, -43], - [48, -24], - [52, -62], - [43, -31], - [8, -28], - [44, -93], - [22, -17], - [32, -17], - [24, -43], - [-12, -17], - [-28, 41], - [-36, 27], - [-31, 12], - [-25, 22], - [-36, 65], - [-19, 24], - [-40, 14], - [-32, 37], - [-24, 1], - [-6, -22], - [36, -36], - [36, -26], - [18, -29], - [-12, -30], - [26, -24], - [67, -45], - [14, -1], - [38, -18], - [14, -48], - [26, -33], - [24, -16], - [28, -33], - [-31, -14], - [6, -13], - [53, -60], - [9, -23], - [-17, -80], - [-8, -8], - [-31, 11], - [-25, -25], - [18, -18], - [7, -57], - [-2, -55], - [-7, -34], - [-22, -76], - [-27, -47], - [7, -30], - [-23, -68], - [-1, -20], - [-26, -27], - [-19, 1], - [-44, 68], - [-50, 114], - [-1, 59], - [5, 31], - [15, 36], - [-20, 15], - [-16, -2], - [-23, 56], - [19, 20], - [6, -16], - [24, -6], - [1, 26], - [-107, 83], - [-3, 24], - [-18, 25], - [-46, 35], - [-37, 66], - [-29, 27], - [-12, 36], - [-1, 30], - [-18, 50], - [-28, 43], - [-16, 17], - [-37, 79], - [-17, 20], - [-29, 50], - [-10, 41], - [-61, 62], - [-14, 0], - [-24, 23], - [-40, 59], - [-42, 82], - [-11, 47], - [96, -50], - [26, -34], - [27, 2], - [23, -46] - ], - [ - [34482, 10824], - [-1, -14], - [28, -44], - [27, -5], - [-7, -72], - [-38, -28], - [-73, 17], - [-17, 10], - [-6, 25], - [24, 42], - [50, 72], - [13, -3] - ], - [ - [34095, 11052], - [32, -19], - [30, -6], - [18, -15], - [-8, -37], - [22, -60], - [0, -31], - [17, -80], - [-36, 18], - [-28, 27], - [-41, 68], - [-12, 11], - [-35, 72], - [-17, 62], - [22, 6], - [36, -16] - ], - [ - [22578, 6848], - [-10, -14], - [-31, -6], - [-18, -31], - [-69, -24], - [-3, 18], - [12, 34], - [15, 22], - [46, 14], - [32, 3], - [26, -16] - ], - [ - [16890, 14078], - [62, -7], - [39, 4], - [76, -38], - [39, -7], - [2, -11], - [-35, -129], - [-28, -45], - [-12, 1], - [-28, 23], - [-30, 11], - [-58, -1], - [-40, -13], - [-27, -16], - [-23, -45], - [-37, -46], - [-15, -45], - [3, -70], - [-27, -46], - [-41, 22], - [4, 24], - [-20, 79], - [-16, 42], - [-43, 64], - [-29, 21], - [-12, 23], - [-26, 18], - [-26, -7], - [-27, 3], - [-14, 71], - [-23, 56], - [-24, 34], - [-48, 50], - [-114, 74], - [-38, 12], - [-50, 2], - [-63, -43], - [-9, -35], - [-16, -23], - [-38, -31], - [-12, -1], - [-36, 35], - [-38, 27], - [-27, 13], - [-30, 86], - [-8, 58], - [8, 112], - [17, 47], - [14, 23], - [6, 30], - [-3, 63], - [10, 9], - [-4, 67], - [28, 2], - [8, -18], - [-5, -74], - [15, -35], - [32, -26], - [51, -36], - [66, -31], - [58, -34], - [35, -13], - [16, 1], - [79, 86], - [35, 30], - [44, 27], - [76, -16], - [9, -22], - [30, -49], - [29, -16], - [20, -106], - [-2, -39], - [14, -18], - [38, -22], - [18, -18], - [80, -18], - [24, -30], - [12, -36], - [49, -20], - [39, -3], - [17, -11] - ], - [ - [19371, 14564], - [27, 20], - [17, -14], - [17, 1], - [18, 18], - [11, -8], - [15, -36], - [2, -50], - [-12, -11], - [-35, 0], - [-53, -15], - [-26, 16], - [-3, 32], - [22, 47] - ], - [ - [17272, 16037], - [19, 36], - [28, 17], - [26, -5], - [18, -18], - [11, -24], - [4, -39], - [-14, -44], - [-30, -28], - [-36, 10], - [-26, 38], - [0, 57] - ], - [ - [17014, 16933], - [17, 13], - [3, -29], - [-13, -7], - [-7, 23] - ], - [ - [18019, 17553], - [4, -14], - [-26, -19], - [-8, -27], - [-17, 3], - [-3, 19], - [26, 30], - [24, 8] - ], - [ - [32789, 10839], - [31, -4], - [19, 30], - [22, 14], - [5, -17], - [-14, -23], - [-16, -46], - [-8, -51], - [-32, -3], - [-22, 49], - [-8, 38], - [23, 13] - ], - [ - [32801, 11032], - [15, -17], - [7, -56], - [-46, 40], - [-22, 0], - [-39, 57], - [7, 14], - [-4, 25], - [-36, 51], - [-14, 50], - [-32, 10], - [-21, 63], - [19, 86], - [-7, 21], - [-17, 15], - [0, 16], - [44, -37], - [41, 2], - [-1, 38], - [-41, 38], - [-25, 3], - [-79, 40], - [-22, 16], - [-12, 37], - [-26, 21], - [-36, 11], - [-32, 39], - [-52, 109], - [-4, 20], - [12, 67], - [20, 19], - [71, -23], - [7, 15], - [-12, 25], - [-37, 1], - [-34, 14], - [21, 12], - [27, -6], - [12, 27], - [-11, 21], - [32, -3], - [35, -24], - [75, -71], - [25, -34], - [1, -28], - [33, 3], - [-6, 39], - [-13, 26], - [-14, 4], - [6, 24], - [25, -5], - [36, 3], - [12, -23], - [-1, -28], - [24, -51], - [26, -25], - [27, -46], - [0, -26], - [-49, -32], - [5, -76], - [7, -23], - [20, -10], - [27, -28], - [-20, -23], - [4, -64], - [46, -4], - [17, -21], - [11, -105], - [2, -33], - [-16, -21], - [22, -28], - [20, -77], - [-8, -24], - [-17, -2], - [-20, 22], - [-10, 50], - [-16, 31], - [-22, 25], - [-14, -9], - [10, -50], - [-25, -41], - [13, -13], - [25, 12], - [26, -62], - [-2, -13] - ], - [ - [33250, 12032], - [11, -20], - [-17, -49], - [-15, -16], - [-16, -59], - [-31, -48], - [-30, -2], - [-48, -29], - [-26, -11], - [-27, 26], - [-12, 25], - [11, 41], - [-63, 40], - [-46, 15], - [-37, 37], - [-13, 22], - [-27, 26], - [-16, -40], - [3, -22], - [21, -31], - [23, 12], - [0, 22], - [31, -36], - [5, -29], - [13, -33], - [39, 12], - [30, -9], - [43, -86], - [-25, -6], - [24, -36], - [-4, -43], - [-12, -25], - [-70, -21], - [-23, 18], - [-17, -13], - [-2, -53], - [-15, -32], - [-37, -28], - [-31, -5], - [-41, 88], - [-1, 15], - [-18, 49], - [-21, 30], - [-21, 18], - [-12, 24], - [-38, 137], - [-16, 25], - [-19, -53], - [-20, 8], - [-39, 1], - [-47, 55], - [0, 17], - [-21, 29], - [-81, 32], - [-7, 39], - [6, 19], - [41, 57], - [90, 20], - [40, 18], - [86, 10], - [53, 14], - [6, 20], - [89, 50], - [70, -33], - [13, -10], - [38, -46], - [24, -45], - [22, -10], - [38, 14], - [41, -23], - [24, -34], - [47, -11], - [20, 0], - [10, -23], - [27, -23], - [23, 8] - ], - [ - [34218, 11014], - [32, -6], - [18, 4], - [21, -25], - [33, 8], - [44, -27], - [-5, -16], - [43, -84], - [8, -27], - [-1, -39], - [-41, -32], - [-32, 12], - [-23, -57], - [-26, 19], - [6, 21], - [-4, 50], - [-14, 13], - [-3, 21], - [15, 11], - [-3, 21], - [-37, 21], - [-29, 57], - [-7, 39], - [5, 16] - ], - [ - [33336, 10757], - [39, -17], - [12, -35], - [0, -22], - [-11, -46], - [-24, 8], - [-10, -16], - [-9, -44], - [10, -11], - [25, 10], - [10, -33], - [-27, -42], - [-17, -67], - [5, -37], - [15, -57], - [-14, 1], - [-46, 39], - [1, 74], - [-9, 38], - [-19, 28], - [-62, 14], - [-16, -29], - [-19, 89], - [3, 29], - [53, 27], - [20, -4], - [9, -33], - [-12, -28], - [3, -24], - [17, -7], - [13, 29], - [5, 28], - [-7, 43], - [26, -3], - [3, 28], - [-3, 34], - [6, 16], - [30, 20] - ], - [ - [32902, 11453], - [15, 21], - [78, 27], - [37, 27], - [43, 19], - [13, 20], - [21, -6], - [56, -47], - [15, -5], - [35, -45], - [5, -40], - [13, -24], - [91, -53], - [19, -5], - [24, 22], - [128, -42], - [37, -32], - [34, -16], - [57, -42], - [45, -95], - [12, -13], - [23, 19], - [23, -10], - [42, -60], - [24, -20], - [65, -8], - [35, -24], - [-7, -28], - [-46, 19], - [-39, 1], - [-7, -18], - [25, -28], - [26, -14], - [-7, -13], - [-67, -62], - [2, -10], - [43, 9], - [43, 54], - [8, 1], - [31, -31], - [30, 6], - [49, -61], - [15, 0], - [4, -23], - [-5, -32], - [-34, -15], - [14, -25], - [43, 6], - [14, 19], - [-10, 37], - [6, 52], - [22, -8], - [26, -42], - [14, -30], - [2, -19], - [-13, -27], - [8, -29], - [11, 3], - [5, -41], - [-4, -64], - [-30, -66], - [8, -14], - [26, 14], - [21, 80], - [27, 9], - [74, -174], - [15, -12], - [22, -41], - [7, -72], - [0, -40], - [-46, -45], - [-11, -5], - [-23, 11], - [-33, 1], - [-16, -32], - [-60, 86], - [6, 42], - [-62, 42], - [-36, -44], - [-46, 10], - [-36, 17], - [-8, 13], - [10, 30], - [-27, 110], - [-16, 11], - [-10, -20], - [4, -44], - [-10, -1], - [-11, 45], - [-2, 65], - [-22, 21], - [-11, -18], - [14, -33], - [-19, -33], - [-16, -16], - [59, -73], - [4, -23], - [-12, -46], - [-62, -7], - [-31, 4], - [-18, 25], - [6, 14], - [0, 55], - [-29, 38], - [-35, 28], - [-23, -8], - [-7, -19], - [-25, 18], - [-8, 15], - [-32, -4], - [-2, -16], - [48, -54], - [49, -37], - [35, -55], - [-5, -28], - [7, -11], - [30, 2], - [62, -82], - [20, -21], - [38, -9], - [9, 10], - [-10, 26], - [-17, 22], - [3, 16], - [28, 27], - [50, -10], - [18, -15], - [32, -75], - [18, -26], - [-1, -32], - [-16, 2], - [-54, 44], - [-9, -14], - [93, -116], - [-3, -17], - [-38, -19], - [-51, -3], - [-26, 50], - [-25, 17], - [-21, -5], - [-64, 42], - [-74, 57], - [-24, 8], - [-16, 43], - [-17, 27], - [-22, -4], - [-34, 44], - [6, 15], - [39, 28], - [-23, 18], - [-29, -9], - [-29, 40], - [16, 35], - [-29, 15], - [-14, -7], - [-6, -23], - [-21, -29], - [-25, 12], - [-6, -22], - [-15, -14], - [-28, 27], - [-8, 20], - [-13, 58], - [16, 39], - [26, 23], - [14, -8], - [25, -34], - [21, 14], - [-2, 21], - [-30, 10], - [-6, 17], - [9, 48], - [20, 11], - [14, 71], - [-27, 21], - [-25, 34], - [5, 23], - [-31, 43], - [-18, 17], - [-30, -43], - [-22, 10], - [-52, 3], - [-33, 11], - [3, 64], - [-31, 37], - [-42, 3], - [-6, -15], - [21, -23], - [7, -20], - [-10, -22], - [-28, -6], - [-35, 6], - [-45, 39], - [10, 68], - [26, 24], - [67, -11], - [12, 5], - [26, 37], - [4, 22], - [-24, 44], - [-9, 7], - [-34, -14], - [-48, 49], - [-38, 63], - [-4, -54], - [-19, -85], - [-23, -27], - [-48, -16], - [-30, 29], - [17, 36], - [0, 112], - [10, 24], - [23, 92], - [-5, 19], - [-37, 14], - [-19, -4], - [-56, 105], - [3, 46] - ], - [ - [32985, 10946], - [10, -16], - [5, -49], - [-17, -9], - [-37, 36], - [-6, 28], - [12, 29], - [19, 6], - [14, -25] - ], - [ - [31471, 12480], - [10, -11], - [34, -12], - [13, -12], - [16, 2], - [50, -8], - [16, -24], - [25, -18], - [20, -1], - [41, 15], - [32, 55], - [35, 8], - [11, 33], - [16, 11], - [16, -17], - [25, -60], - [44, -46], - [65, -113], - [2, -21], - [-18, -42], - [-49, -39], - [-29, -5], - [-33, 20], - [-64, 20], - [-129, 24], - [-57, 17], - [-24, -43], - [-24, 16], - [-9, -12], - [15, -19], - [23, -12], - [38, -9], - [15, 24], - [22, -8], - [-22, -49], - [23, -43], - [26, -35], - [8, -33], - [-18, -24], - [6, -37], - [-16, -16], - [2, -37], - [-70, -25], - [-26, 4], - [-15, 32], - [-26, 6], - [-60, 42], - [3, 31], - [-43, 32], - [-41, 15], - [-24, -14], - [-13, 8], - [-90, 95], - [-5, 23], - [-42, 36], - [-48, 1], - [-27, 37], - [-48, 8], - [-49, 159], - [1, 22], - [12, 21], - [15, 0], - [7, 49], - [-10, 90], - [-21, 42], - [-2, 19], - [37, 22], - [26, -57], - [38, -45], - [16, 19], - [-11, 17], - [1, 49], - [7, 12], - [44, 21], - [7, -13], - [24, 11], - [10, 60], - [22, 63], - [15, 15], - [38, -35], - [12, -3], - [58, 14], - [37, -10], - [17, -11], - [8, -80], - [-11, -33], - [-9, -63], - [21, -40], - [21, 7], - [2, 34], - [-11, 26], - [1, 26], - [10, 39], - [0, 61], - [19, 24], - [68, -15], - [71, 35], - [27, -17], - [42, 14], - [29, -18], - [25, -37], - [17, -62], - [-18, -59], - [-72, 6], - [-11, -16], - [11, -16], - [20, -7], - [33, 1], - [67, -24], - [6, -10], - [-21, -45], - [-70, -53], - [-12, -4], - [-48, 5], - [-48, 25], - [-65, 2], - [-22, 8], - [-13, -15] - ], - [ - [32528, 10977], - [-18, -5], - [-67, 32], - [-43, 65], - [-53, 31], - [-24, 21], - [-46, 56], - [-62, 66], - [-9, 47], - [9, 30], - [16, 11], - [-15, 22], - [-21, -24], - [-16, -35], - [-10, -10], - [-33, 43], - [-23, 22], - [-51, -3], - [-36, 36], - [11, 20], - [-19, 12], - [-15, -19], - [-23, -4], - [-18, 27], - [-13, 96], - [7, 32], - [-35, 27], - [-13, 28], - [2, 27], - [12, 11], - [-9, 46], - [-25, -16], - [-5, 23], - [-28, 23], - [-16, 40], - [-19, 25], - [9, 45], - [-17, 53], - [-34, -23], - [-15, 1], - [-23, -45], - [-41, 40], - [-5, 16], - [-44, 17], - [-18, 28], - [19, 17], - [-6, 25], - [20, 54], - [0, 30], - [-20, 63], - [17, 70], - [7, 14], - [30, 6], - [42, -27], - [0, -19], - [24, -3], - [20, 23], - [31, -15], - [15, -18], - [41, 2], - [57, 41], - [36, 8], - [45, -57], - [14, -44], - [-10, -6], - [-32, 17], - [-27, -20], - [6, -21], - [39, 0], - [32, -30], - [110, -170], - [26, -44], - [24, -63], - [37, -35], - [18, -52], - [21, -19], - [55, -87], - [43, -87], - [28, -88], - [-13, -25], - [18, -37], - [20, -26], - [30, -65], - [55, -141], - [24, -106] - ], - [ - [31643, 11861], - [24, -43], - [19, -6], - [7, -19], - [22, -10], - [34, -57], - [19, -6], - [16, -56], - [3, -90], - [-49, -52], - [-17, -34], - [-18, 0], - [-27, 102], - [22, 52], - [-4, 40], - [-19, 11], - [-16, -10], - [-17, 14], - [-27, 60], - [-17, 50], - [-24, 21], - [6, 14], - [31, 25], - [32, -6] - ], - [ - [25733, 12724], - [10, -21], - [0, -30], - [-9, -37], - [4, -48], - [9, -31], - [-21, -47], - [8, -17], - [21, 10], - [10, -21], - [-6, -75], - [-7, -31], - [12, -43], - [2, -52], - [-4, -57], - [-11, 1], - [-34, 28], - [-9, 21], - [-44, -3], - [-2, 53], - [5, 247], - [26, -32], - [14, 19], - [-12, 20], - [-8, 40], - [29, 82], - [17, 24] - ], - [ - [25750, 12875], - [21, 22], - [45, -41], - [-8, -42], - [-54, -34], - [-16, 36], - [-1, 47], - [13, 12] - ], - [ - [25536, 12837], - [20, 1], - [33, -32], - [-1, -33], - [-22, -28], - [-20, 14], - [-33, 48], - [15, 39], - [8, -9] - ], - [ - [25819, 13162], - [29, -10], - [-2, -24], - [-16, -32], - [-34, 4], - [-37, -10], - [-7, 4], - [30, 50], - [15, -3], - [22, 21] - ], - [ - [25946, 12468], - [7, 35], - [-13, 0], - [-6, 24], - [31, 55], - [10, -25], - [17, -15], - [23, 16], - [5, -24], - [-22, -46], - [10, -28], - [36, 72], - [18, 11], - [6, -18], - [-19, -87], - [-42, -83], - [-18, -41], - [-11, -50], - [-27, -97], - [1, -47], - [-13, -41], - [-17, -30], - [8, -36], - [23, -2], - [2, -52], - [-23, -30], - [-19, 11], - [-20, -11], - [-9, -22], - [2, -23], - [-11, -20], - [-21, -6], - [-43, -64], - [-27, 13], - [-4, 78], - [12, 26], - [19, 10], - [-1, 25], - [-10, 29], - [18, 45], - [23, 6], - [7, 21], - [-2, 31], - [26, 65], - [38, 71], - [10, 41], - [11, 82], - [-5, 37], - [24, 17], - [7, 52], - [-11, 25] - ], - [ - [12554, 42], - [-14, -42], - [-20, 7], - [-5, 57], - [17, 26], - [19, -22], - [3, -26] - ], - [ - [12611, 124], - [-18, -30], - [0, 83], - [14, 24], - [18, -26], - [9, -52], - [-23, 1] - ], - [ - [11503, 672], - [9, 0], - [48, -34], - [8, -36], - [39, -48], - [35, -72], - [32, -41], - [23, -12], - [13, -31], - [5, -32], - [17, -12], - [60, -13], - [37, -41], - [-6, -12], - [-26, -2], - [-16, 18], - [-52, -8], - [-20, 27], - [0, 13], - [-77, 96], - [-21, 55], - [-30, 59], - [-52, 55], - [-29, -3], - [-38, 34], - [-34, 44], - [-4, 16], - [11, 23], - [14, -1], - [7, -19], - [23, -19], - [24, -4] - ], - [ - [13693, 617], - [-25, 73], - [10, 35], - [26, 12], - [19, -8], - [33, 3], - [13, 31], - [12, 6], - [12, -16], - [6, -77], - [-10, -13], - [-9, 40], - [-16, -52], - [-4, -51], - [25, -23], - [33, 1], - [54, 20], - [53, 0], - [13, -66], - [-1, -38], - [-10, -51], - [-26, -10], - [-65, 25], - [-22, 16], - [-31, -77], - [-12, 4], - [-52, -7], - [-18, -56], - [-25, -23], - [-12, 34], - [5, 23], - [-11, 28], - [-13, 4], - [-19, -57], - [-13, -50], - [-27, 14], - [-4, 33], - [3, 33], - [26, 45], - [17, 2], - [13, 36], - [-6, 42], - [-18, 28], - [6, 27], - [24, 6], - [33, -5], - [13, 59] - ], - [ - [13182, 570], - [2, -10], - [-22, -42], - [7, -33], - [-14, -28], - [-23, 16], - [-13, -42], - [13, -60], - [-13, -4], - [-11, 23], - [-6, 37], - [-76, 43], - [7, 28], - [40, 1], - [30, 11], - [7, 24], - [-9, 46], - [-36, 6], - [-23, 38], - [-63, 68], - [-7, 19], - [16, 36], - [35, 13], - [60, -20], - [25, 3], - [19, -45], - [-4, -30], - [30, -37], - [49, -1], - [71, 20], - [-16, -39], - [-43, -10], - [-30, -14], - [-2, -17] - ], - [ - [13399, 482], - [-15, 9], - [-26, -6], - [-23, -22], - [-39, -3], - [-19, 10], - [-11, -8], - [-10, -51], - [-10, 14], - [-18, 49], - [33, 35], - [42, -23], - [20, 2], - [26, 28], - [89, 29], - [34, 30], - [5, 38], - [0, 96], - [9, 20], - [40, -13], - [27, -47], - [-17, -50], - [-23, -23], - [-4, -23], - [7, -102], - [-11, -25], - [-57, -25], - [-27, 14], - [-3, 26], - [-19, 21] - ], - [ - [12694, 599], - [-11, 5], - [-28, 44], - [8, 45], - [23, 18], - [30, -39], - [8, -32], - [-9, -30], - [-21, -11] - ], - [ - [11309, 869], - [-8, 14], - [-29, 10], - [-27, 53], - [29, 0], - [14, -21], - [21, -56] - ], - [ - [14082, 603], - [9, -25], - [-15, -17], - [-31, -5], - [-26, -40], - [-19, -8], - [-38, 16], - [-10, 17], - [9, 57], - [21, 7], - [17, -29], - [30, -4], - [0, 20], - [-18, 16], - [24, 17], - [36, 8], - [11, -30] - ], - [ - [10940, 1254], - [-33, -37], - [2, -28], - [32, -14], - [-3, -30], - [-23, -6], - [-73, 34], - [-30, -24], - [-13, -35], - [3, -35], - [-20, 6], - [-27, 40], - [-15, 12], - [-1, 17], - [17, 14], - [28, 5], - [29, 46], - [34, 13], - [34, -2], - [7, 8], - [6, 54], - [32, 93], - [20, 14], - [27, -36], - [6, -26], - [-9, -26], - [-13, -2], - [-17, -55] - ], - [ - [11988, 955], - [-13, -44], - [-43, -33], - [-17, 1], - [-45, 38], - [-17, 33], - [-4, 20], - [5, 54], - [27, -3], - [22, 34], - [20, 6], - [20, -6], - [52, -72], - [-7, -28] - ], - [ - [11349, 1118], - [16, 8], - [35, -23], - [17, -38], - [-26, -46], - [-18, 0], - [-16, 42], - [-8, 57] - ], - [ - [14223, 687], - [14, -10], - [-31, -31], - [-15, 16], - [10, 35], - [22, -10] - ], - [ - [14056, 762], - [-12, -12], - [8, -41], - [-25, -5], - [-50, 42], - [-16, 79], - [18, 42], - [14, 15], - [42, -15], - [36, -88], - [-15, -17] - ], - [ - [11192, 1237], - [11, 0], - [18, -25], - [4, -37], - [-8, -12], - [-21, -1], - [-12, 16], - [-4, 43], - [12, 16] - ], - [ - [14892, 1008], - [-33, 4], - [-41, 32], - [8, 26], - [37, -18], - [19, 35], - [-5, 40], - [67, 43], - [15, -3], - [43, -33], - [41, -79], - [2, -36], - [-33, -81], - [-58, 13], - [-10, -17], - [2, -28], - [31, -34], - [28, -49], - [-3, -25], - [-27, 23], - [-31, -9], - [-6, -13], - [-57, 15], - [-23, -38], - [-13, -39], - [-20, 16], - [-27, -6], - [-23, -20], - [-19, 11], - [-11, -14], - [-58, -26], - [-24, 31], - [-51, 16], - [-40, -4], - [-23, -18], - [1, -16], - [-40, -5], - [-30, 15], - [-67, 14], - [-17, 11], - [64, 24], - [31, 7], - [20, -31], - [23, 26], - [31, 2], - [21, 19], - [4, 27], - [11, 17], - [33, -32], - [26, -2], - [63, 16], - [42, 34], - [7, 25], - [13, 17], - [30, 5], - [20, -15], - [9, 16], - [-26, 25], - [1, 19], - [46, -10], - [30, 1], - [23, 33], - [-4, 36], - [-22, 7] - ], - [ - [15239, 842], - [45, -56], - [23, 9], - [46, -11], - [9, -15], - [58, 3], - [32, 9], - [24, 0], - [9, -13], - [43, -3], - [30, -13], - [-42, -15], - [-30, 7], - [-48, -16], - [-53, -4], - [-54, -13], - [-42, -16], - [-18, -2], - [-32, 27], - [-53, 17], - [-40, -10], - [-15, -14], - [-35, 12], - [-17, 19], - [-19, 42], - [-20, 0], - [-21, 39], - [8, 6], - [26, -11], - [46, -5], - [44, -25], - [39, 27], - [46, 24], - [11, 1] - ], - [ - [10823, 1348], - [-11, 7], - [-19, 37], - [-4, 32], - [5, 18], - [27, 26], - [13, 3], - [19, -14], - [17, -43], - [-3, -36], - [-29, -29], - [-15, -1] - ], - [ - [15710, 960], - [5, 39], - [23, 59], - [57, 49], - [21, -3], - [40, -28], - [14, -43], - [-6, -11], - [-47, -51], - [-55, -26], - [-39, -1], - [-13, 16] - ], - [ - [10141, 1838], - [-16, 37], - [17, 13], - [28, -27], - [-13, -25], - [-16, 2] - ], - [ - [9042, 2336], - [20, 31], - [28, -2], - [42, -14], - [-8, -17], - [-24, -15], - [-11, -35], - [8, -33], - [0, -79], - [-35, 11], - [-19, 33], - [-7, 30], - [-14, 4], - [-24, -12], - [-22, 7], - [-32, 33], - [-18, 9], - [14, 28], - [33, 17], - [13, -20], - [27, 1], - [15, 31], - [14, -8] - ], - [ - [16356, 1173], - [-10, 26], - [-1, 24], - [9, 26], - [18, 18], - [29, -35], - [-4, -37], - [-13, -22], - [-28, 0] - ], - [ - [16571, 1302], - [6, 92], - [42, 53], - [26, 21], - [18, 0], - [36, -26], - [2, -41], - [-17, -46], - [-26, -10], - [-8, 11], - [-29, -27], - [-23, -48], - [-27, 21] - ], - [ - [9294, 2572], - [14, 6], - [21, -25], - [5, -29], - [-23, 10], - [-17, 17], - [0, 21] - ], - [ - [16883, 1576], - [20, 3], - [38, -20], - [1, -28], - [-9, -30], - [-45, -5], - [-8, 7], - [3, 73] - ], - [ - [8686, 2880], - [6, 46], - [-5, 20], - [-48, 76], - [-27, 4], - [-35, -8], - [-20, 15], - [-2, 20], - [86, 61], - [56, -8], - [168, -79], - [22, -31], - [22, -49], - [19, -1], - [19, -27], - [51, -117], - [-6, -20], - [-52, 12], - [-32, 51], - [-12, -5], - [-23, -58], - [-24, -5], - [-55, 34], - [-48, -27], - [-42, 48], - [-18, 48] - ], - [ - [16988, 1669], - [19, -9], - [22, 7], - [39, 44], - [34, -9], - [20, -25], - [-13, -84], - [-22, -5], - [-45, 31], - [-20, -2], - [-7, -17], - [-31, -16], - [-17, 18], - [-10, 31], - [9, 30], - [22, 6] - ], - [ - [17796, 2173], - [-28, -18], - [-17, -33], - [-12, -36], - [1, -36], - [-42, -85], - [-4, -35], - [-18, -26], - [-43, -12], - [-16, -35], - [-28, -39], - [-24, -19], - [-75, -83], - [-62, -56], - [-28, -19], - [20, 47], - [29, 13], - [15, 16], - [41, 99], - [31, 92], - [9, 44], - [-22, 30], - [-2, 43], - [15, 46], - [64, 96], - [38, -9], - [22, 16], - [22, 3], - [42, -13], - [8, 12], - [-15, 55], - [-23, 43], - [3, 100], - [18, 54], - [21, 17], - [42, 55], - [26, 15], - [65, 29], - [22, -15], - [-1, -16], - [32, -19], - [41, -1], - [18, -19], - [-10, -32], - [-21, -44], - [12, -32], - [1, -28], - [-16, -25], - [-37, -32], - [-35, -46], - [-55, -47], - [-24, -15] - ], - [ - [16960, 1704], - [-8, -25], - [-16, -16], - [-22, 15], - [-11, 37], - [13, 26], - [18, 1], - [22, -16], - [4, -22] - ], - [ - [17090, 1774], - [-10, 5], - [-12, 31], - [5, 51], - [31, 17], - [8, -16], - [1, -28], - [-13, -47], - [-10, -13] - ], - [ - [18439, 3104], - [23, 19], - [16, -2], - [24, -34], - [8, -28], - [-16, -9], - [-8, -36], - [16, -34], - [29, -15], - [53, 42], - [-2, 54], - [25, 66], - [11, -16], - [-1, -22], - [21, -18], - [17, 28], - [7, -5], - [30, -49], - [2, -25], - [-9, -37], - [-39, -18], - [-14, -14], - [-15, -33], - [-5, -28], - [-62, -76], - [6, -39], - [32, 26], - [21, 33], - [38, 33], - [15, 7], - [41, 34], - [5, 23], - [35, 26], - [14, -17], - [-2, -74], - [-22, -54], - [-15, -8], - [-28, -31], - [-8, -24], - [-73, -58], - [-11, 6], - [-39, -31], - [-4, -111], - [-32, -54], - [-39, 20], - [-17, -14], - [-4, -52], - [-35, -14], - [-6, -17], - [-41, 27], - [-15, -32], - [-22, 22], - [-5, -20], - [-28, -21], - [-11, 10], - [-71, -79], - [-2, -33], - [-22, -6], - [-19, 8], - [-25, -26], - [-17, -62], - [-51, 19], - [-10, -5], - [-2, -41], - [-11, 0], - [-78, 34], - [-28, 35], - [28, 25], - [42, 65], - [19, 7], - [16, -7], - [61, 45], - [13, 28], - [30, -1], - [20, -17], - [32, 67], - [39, -15], - [17, 49], - [25, 15], - [-4, 30], - [-15, 12], - [-17, 63], - [8, 26], - [23, 9], - [15, -15], - [24, 20], - [-12, 21], - [-21, 13], - [4, 39], - [26, 26], - [50, 3], - [21, -49], - [0, -18], - [26, 9], - [8, 64], - [-5, 18], - [-35, 12], - [-59, 28], - [-22, -23], - [-62, 78], - [-3, 46], - [33, 78], - [12, 19], - [68, 57], - [28, 8], - [30, 29], - [12, -14] - ], - [ - [16947, 6106], - [21, 2], - [16, -10], - [-7, -22], - [-39, -56], - [-26, 6], - [-16, 22], - [-5, 26], - [-33, 10], - [-5, 34], - [69, -15], - [25, 3] - ], - [ - [16599, 6717], - [-9, 31], - [-52, 8], - [-1, 36], - [13, 17], - [34, 15], - [20, -10], - [46, 23], - [5, -8], - [-7, -49], - [-49, -63] - ], - [ - [23332, 6278], - [24, 7], - [9, -27], - [-5, -42], - [17, -42], - [3, -23], - [-5, -34], - [-30, 8], - [-31, -13], - [-24, 52], - [1, 12], - [31, 43], - [10, 59] - ], - [ - [23749, 7196], - [9, -19], - [-16, -29], - [-35, -48], - [-17, -16], - [-24, -34], - [-11, -26], - [-21, -65], - [-12, -6], - [-20, 15], - [-5, 16], - [17, 80], - [10, 33], - [61, 113], - [38, 11], - [26, -25] - ], - [ - [23959, 7245], - [26, 17], - [7, -15], - [-5, -23], - [-23, -39], - [-18, -12], - [-56, -18], - [-21, 1], - [-27, -28], - [-53, 6], - [-16, 34], - [5, 27], - [17, 42], - [26, 30], - [19, -5], - [37, 28], - [16, -36], - [21, -26], - [15, -1], - [30, 18] - ], - [ - [24362, 8881], - [25, 31], - [13, -7], - [15, -44], - [-18, -18], - [-38, -10], - [-15, -50], - [25, -60], - [14, -12], - [17, 26], - [-11, -98], - [18, -9], - [22, 38], - [40, 23], - [38, 11], - [13, -2], - [3, -41], - [-29, -78], - [-12, -17], - [-3, -60], - [4, -30], - [-12, -20], - [-64, 7], - [-5, -26], - [-27, 11], - [-17, 18], - [-27, -15], - [-26, 9], - [-18, 27], - [-21, -21], - [-67, 8], - [28, -30], - [62, -14], - [23, -22], - [26, -15], - [25, -5], - [13, -19], - [0, -71], - [-20, -57], - [-36, -1], - [-14, -35], - [-35, 20], - [-17, 33], - [-47, 3], - [-27, -30], - [-11, -33], - [8, -10], - [36, 27], - [23, -13], - [16, -22], - [-17, -39], - [-31, -34], - [-21, -7], - [-36, 0], - [-2, -20], - [27, -21], - [19, 1], - [20, 20], - [54, 18], - [36, -15], - [7, -14], - [-13, -33], - [-36, -21], - [-48, -50], - [-14, 7], - [-13, -12], - [-12, -26], - [14, -46], - [-8, -34], - [-26, -28], - [-25, 13], - [7, 36], - [-27, 33], - [-19, 4], - [2, 49], - [18, 31], - [13, 43], - [-16, 19], - [-17, -8], - [-4, -20], - [-34, -119], - [-1, -25], - [-40, 20], - [-32, -21], - [-4, -36], - [33, 12], - [10, -5], - [28, -56], - [0, -32], - [-14, -35], - [-41, -33], - [-7, -41], - [24, -19], - [-8, -25], - [-24, -30], - [-21, 11], - [-13, -19], - [-13, -56], - [-4, -32], - [-14, -28], - [-22, -12], - [-14, 20], - [-36, -37], - [-10, 1], - [3, 46], - [12, 72], - [16, 22], - [13, 46], - [16, 36], - [16, 18], - [13, 41], - [-25, 5], - [-30, -25], - [-9, 47], - [6, 81], - [15, 33], - [13, 6], - [18, 35], - [7, 38], - [-16, 12], - [-17, -51], - [-43, -76], - [-8, -62], - [-13, -60], - [-34, -43], - [-14, -44], - [0, -40], - [-26, -44], - [-10, 52], - [-11, 28], - [-40, 37], - [-45, 15], - [-23, 2], - [-13, 99], - [-24, 101], - [-10, 30], - [-24, 45], - [-23, 26], - [-37, 8], - [-20, -15], - [-26, 7], - [17, 36], - [2, 104], - [-6, 51], - [16, 82], - [33, 45], - [0, 45], - [25, -1], - [42, 85], - [46, 50], - [63, 5], - [22, 21], - [24, -8], - [19, -107], - [8, -14], - [19, -1], - [27, -100], - [10, -21], - [55, -68], - [9, 29], - [-25, 39], - [-34, 30], - [-19, 64], - [-2, 45], - [18, 60], - [-36, 38], - [4, 27], - [87, 14], - [4, 18], - [-16, 14], - [-58, 13], - [-30, 3], - [-22, -20], - [-8, 7], - [-23, 123], - [38, 74], - [39, 43], - [34, -2], - [43, -43], - [18, -49], - [8, -59], - [7, -18], - [22, 19], - [2, 47], - [-2, 33], - [-19, 41], - [14, 10], - [49, -19], - [8, 34], - [-5, 15], - [-32, 0], - [-33, 16], - [-42, 46], - [2, 46], - [17, 16], - [10, -14], - [93, -57], - [15, 7], - [55, -24], - [15, 15], - [-61, 57], - [-37, 22], - [-20, 39], - [27, 10], - [11, -13], - [45, -29], - [29, -6], - [15, 32], - [69, -6], - [5, 19], - [-9, 54], - [57, 15], - [3, -55], - [-44, -137], - [-1, -39], - [5, -45], - [10, -21], - [26, -4], - [-17, 91], - [18, 50], - [21, -21], - [12, 5], - [26, 43], - [7, 23], - [-12, 41], - [18, 16], - [5, -21], - [18, -3], - [17, 56], - [4, 25], - [13, 21], - [10, -5], - [2, -45], - [29, 4], - [19, -5], - [-11, -43], - [-20, 14], - [-20, -5], - [-6, -19], - [29, -67], - [9, -7] - ], - [ - [24345, 9385], - [-16, -5], - [-9, -28], - [38, -89], - [-1, -13], - [-29, -17], - [-25, -7], - [-37, -2], - [-10, -22], - [-5, -38], - [-19, 31], - [-5, 53], - [-6, 19], - [-15, -3], - [6, -74], - [1, -41], - [-7, -27], - [-19, -19], - [-27, -13], - [-8, 19], - [-15, 11], - [-73, 21], - [-20, 15], - [-26, -50], - [13, -27], - [22, -27], - [26, -4], - [45, -24], - [-27, -31], - [-15, -4], - [-54, 6], - [-51, 14], - [-9, 14], - [-32, -3], - [-31, -23], - [-27, 15], - [1, 13], - [27, 93], - [22, 13], - [36, -40], - [16, -11], - [5, 23], - [-13, 21], - [-31, 31], - [-1, 55], - [13, 14], - [45, -11], - [28, 30], - [-4, 10], - [-27, 8], - [-22, 19], - [15, 63], - [18, -1], - [32, -15], - [22, 12], - [3, 27], - [-19, -4], - [-15, 23], - [15, 23], - [35, -9], - [12, 50], - [-29, -3], - [-25, 26], - [30, 13], - [9, 12], - [12, 64], - [19, 5], - [31, 29], - [-9, 19], - [-16, 10], - [-18, 63], - [14, 49], - [16, 29], - [15, -27], - [19, 5], - [15, 35], - [38, 36], - [12, -3], - [6, -49], - [-3, -70], - [-16, -25], - [-20, -85], - [-1, -27], - [23, -79], - [8, -2], - [45, 31], - [3, 34], - [-12, 34], - [10, 16], - [25, -14], - [46, -56], - [22, 57], - [23, -27], - [-5, -88], - [7, -53], - [13, 3], - [-4, 37], - [5, 37], - [32, 60], - [14, -21], - [13, -67], - [5, -44], - [-2, -21], - [-28, -81], - [-12, -11], - [-41, 16], - [-16, 19], - [4, 23], - [-23, 27] - ], - [ - [33137, 11738], - [14, 32], - [24, 17], - [33, 2], - [24, 40], - [35, 1], - [27, -12], - [14, -23], - [-7, -25], - [-1, -39], - [29, -34], - [9, -30], - [-18, -34], - [-22, -21], - [-22, -35], - [-15, -9], - [-84, 30], - [-34, 7], - [-10, 20], - [3, 25], - [-1, 56], - [2, 32] - ], - [ - [31336, 13030], - [-21, -32], - [-26, 11], - [-38, 2], - [-28, -58], - [-67, -63], - [-9, 5], - [0, 33], - [-13, 35], - [-18, -10], - [-24, 1], - [-11, 13], - [28, 51], - [-6, 32], - [-10, 1], - [-19, 30], - [-10, 51], - [-76, 70], - [-12, 31], - [-28, 31], - [-31, 24], - [11, 32], - [-32, 78], - [-9, 12], - [-39, 26], - [-21, -1], - [17, -28], - [18, -17], - [30, -57], - [23, -121], - [-3, -8], - [-35, -21], - [-83, 23], - [-49, 2], - [-47, 84], - [-9, 27], - [-19, -9], - [12, -53], - [-11, -31], - [-17, -7], - [-22, 13], - [-42, 2], - [-15, -30], - [-31, 34], - [-11, -25], - [14, -52], - [30, 0], - [46, 10], - [7, 13], - [35, -4], - [44, 5], - [70, -28], - [77, -64], - [-2, -49], - [-16, -31], - [-5, -30], - [12, -3], - [34, 68], - [1, 33], - [44, 20], - [62, -125], - [46, -14], - [7, -24], - [20, -26], - [13, -7], - [29, -51], - [-14, -57], - [-53, -69], - [-23, 13], - [2, 35], - [-31, -1], - [-13, -27], - [23, -29], - [4, -31], - [-6, -10], - [-37, -11], - [-45, 14], - [-21, -1], - [-11, -34], - [45, -36], - [16, -31], - [0, -34], - [-24, -28], - [-22, 1], - [-26, 31], - [-10, 30], - [-24, -9], - [-40, 8], - [-1, 15], - [-64, 41], - [-35, -1], - [-32, -41], - [-42, 21], - [-33, 9], - [-18, -3], - [-74, 25], - [-51, 22], - [-62, 17], - [-9, -7], - [-28, 10], - [-18, 43], - [-65, 36], - [-75, 25], - [-15, 21], - [-1, 28], - [-17, 41], - [-36, 30], - [-50, 30], - [-40, 16], - [-4, 38], - [-63, -5], - [-186, -6], - [-72, 33], - [-46, 16], - [-37, 7], - [-173, 11], - [-75, 10], - [-63, 17], - [-110, 38], - [-56, 10], - [-1, 31], - [21, 14], - [-5, 39], - [1, 49], - [26, 17], - [18, -40], - [25, 24], - [-12, 39], - [12, 63], - [-42, 18], - [8, 43], - [-25, 32], - [-41, 68], - [-16, 45], - [26, 56], - [-3, 67], - [-22, 42], - [-20, -11], - [0, -30], - [8, -69], - [-32, -45], - [-7, -74], - [10, -28], - [-10, -32], - [-31, -47], - [-84, -134], - [-6, -29], - [-25, -34], - [-40, -22], - [-142, -54], - [-71, -15], - [-20, -1], - [-44, 10], - [-70, 12], - [-29, 1], - [-96, -2], - [-18, 19], - [-33, 82], - [-27, -6], - [-62, -69], - [-101, 22], - [-39, -5], - [-55, -19], - [-52, -3], - [-128, -24], - [-67, -23], - [-45, -21], - [-38, -25], - [-58, -56], - [-133, -87], - [-80, -58], - [-28, -25], - [-68, -72], - [-43, -5], - [-27, 7], - [-10, 22], - [4, 17], - [-59, 38], - [-44, 13], - [-21, 39], - [-28, -6], - [-19, -13], - [0, -20], - [-23, -19], - [-32, 18], - [-19, -24], - [-16, -3], - [-31, 14], - [-15, 40], - [-28, 20], - [-33, 10], - [-63, -33], - [-9, 86], - [8, 102], - [-25, 3], - [-2, -17], - [-45, -15], - [-40, -41], - [-16, -34], - [0, -40], - [26, -42], - [33, -26], - [-3, -9], - [-42, -10], - [-68, 15], - [-70, 31], - [-9, 36], - [-45, 17], - [-63, -1], - [-39, -53], - [-40, -6], - [-9, 10], - [12, 36], - [37, 50], - [18, 85], - [-22, 0], - [-6, -38], - [-9, -19], - [-68, -100], - [-22, -37], - [-38, -41], - [-40, -9], - [-15, -11], - [13, -50], - [24, 22], - [57, 42], - [21, -16], - [-8, -36], - [-20, -38], - [-25, -25], - [-14, -5], - [-30, -40], - [-31, -53], - [-32, -79], - [-18, -6], - [-29, 38], - [12, 30], - [27, 32], - [12, 40], - [-10, 5], - [-40, -39], - [-27, -1], - [-15, 51], - [15, 92], - [13, 34], - [24, 12], - [14, -12], - [23, -4], - [31, 32], - [16, 28], - [5, 24], - [51, 36], - [68, 91], - [56, 46], - [-19, 17], - [-26, -13], - [-20, 11], - [-22, -28], - [-5, 29], - [4, 35], - [18, 53], - [-5, 9], - [-32, -72], - [-23, -29], - [-19, -33], - [-40, -29], - [-13, 25], - [35, 88], - [29, 57], - [-17, 33], - [-13, -49], - [-15, -26], - [-26, 0], - [-6, -29], - [-18, -8], - [-9, 21], - [-14, -4], - [-11, -30], - [0, -27], - [-26, -25], - [-44, -9], - [-15, -18], - [-21, 6], - [-27, 47], - [35, 36], - [17, -2], - [21, 35], - [14, 4], - [38, 36], - [35, 44], - [19, 53], - [-9, 24], - [-29, -15], - [-4, -32], - [-11, -31], - [-22, -21], - [-64, -31], - [-41, 54], - [-18, -6], - [-12, -48], - [4, -27], - [-28, -20], - [-11, 9], - [-9, 43], - [18, 36], - [25, 3], - [-26, 35], - [-16, 50], - [10, 40], - [3, 75], - [-19, 11], - [-31, -39], - [-15, -57], - [1, -29], - [-18, -47], - [-15, -18], - [-35, -2], - [-11, 17], - [2, 35], - [-24, 12], - [-9, -39], - [8, -46], - [-13, -14], - [-17, 11], - [-12, 38], - [-18, -19], - [12, -64], - [-29, -60], - [-33, 6], - [-13, 52], - [-19, 12], - [1, -37], - [9, -14], - [-5, -23], - [-16, 9], - [-23, 124], - [0, 64], - [-10, 25], - [-19, -4], - [5, -20], - [4, -132], - [37, -100], - [0, -30], - [-24, -20], - [-11, 30], - [1, 17], - [-32, 19], - [-13, -2], - [0, -49], - [20, -17], - [17, -34], - [-17, -16], - [-58, -7], - [0, -15], - [-38, -51], - [-26, -6], - [-21, 4], - [-10, 34], - [1, 85], - [5, 49], - [11, 45], - [12, 74], - [-12, 32], - [-15, -13], - [-13, -65], - [-10, -3], - [-30, 67], - [-16, -8], - [13, -79], - [-1, -35], - [-9, -44], - [-11, -28], - [9, -63], - [0, -30], - [-8, -44], - [-16, -5], - [-20, 18], - [-1, -45], - [40, -13], - [6, -27], - [6, -62], - [16, -2], - [9, 91], - [18, 20], - [34, 8], - [21, -15], - [25, -84], - [-10, -51], - [-28, -44], - [-10, -4], - [-16, -85], - [6, -48], - [10, -11], - [25, 31], - [0, 34], - [9, 47], - [22, 56], - [11, 4], - [63, -67], - [10, -15], - [0, -27], - [23, -34], - [3, -110], - [5, -86], - [-36, -15], - [-18, 13], - [-7, 31], - [-21, 9], - [-8, -12], - [8, -33], - [-20, -45], - [-15, -17], - [-4, -50], - [17, 3], - [11, 41], - [21, 22], - [14, -8], - [-12, -35], - [22, -11], - [11, 10], - [1, 36], - [26, -20], - [-5, -31], - [3, -29], - [17, 13], - [-6, 23], - [10, 15], - [26, -20], - [-4, -35], - [-13, -6], - [-7, -36], - [2, -56], - [13, -4], - [11, 35], - [0, 26], - [24, 44], - [22, -1], - [16, -31], - [-23, -54], - [-10, -7], - [4, -65], - [17, -2], - [16, 51], - [6, 35], - [14, 25], - [19, -17], - [-7, -65], - [-17, -32], - [-41, -53], - [-21, 31], - [-10, -28], - [-16, -24], - [-28, -17], - [-12, 1], - [6, 50], - [27, 11], - [5, 13], - [-25, 17], - [-36, -31], - [-22, 10], - [3, 39], - [-24, 100], - [-13, 12], - [-15, -17], - [23, -182], - [-10, -45], - [-20, 16], - [-3, 18], - [-27, -7], - [1, -26], - [-10, -41], - [-13, -18], - [-16, 0], - [-1, 29], - [-21, -17], - [-20, 23], - [-18, -22], - [-9, -35], - [-14, -5], - [-25, 30], - [-21, 10], - [-9, -25], - [-32, -11], - [-17, 6], - [15, 63], - [-14, 20], - [-11, -25], - [-15, -5], - [-21, -51], - [-1, -33], - [6, -50], - [-14, -44], - [-35, 83], - [-28, 97], - [-13, 25], - [-20, -23], - [21, -101], - [-5, -11], - [-2, -50], - [-22, 9], - [-6, -56], - [-2, -64], - [28, -42], - [16, -14], - [7, -65], - [-30, -5], - [-28, 42], - [-23, 53], - [-30, 60], - [-8, -62], - [37, -141], - [-1, -42], - [-11, -29], - [-24, 20], - [-10, 57], - [-29, 29], - [-40, 4], - [-18, -22], - [-2, -20], - [33, -21], - [19, -25], - [-1, -25], - [-13, -22], - [-2, -34], - [6, -48], - [-35, 29], - [6, -53], - [-15, -56], - [-26, -58], - [-21, -23], - [-14, -1], - [-1, 61], - [-9, 41], - [-15, -7], - [-14, -58], - [2, -48], - [-7, -69], - [-17, -2], - [-31, 80], - [-4, 50], - [-16, -8], - [-3, -42], - [-16, -4], - [9, -27], - [26, -23], - [12, -55], - [-3, -25], - [-20, -12], - [-10, 36], - [-24, -13], - [-4, -32], - [4, -28], - [-4, -35], - [-23, -33], - [-10, -45], - [-12, -12], - [19, -45], - [-14, -47], - [-32, 10], - [-27, 48], - [-16, -50], - [9, -50], - [-30, -29], - [-20, 18], - [-27, -9], - [-4, -19], - [-38, 25], - [-20, 38], - [-7, -33], - [-30, -46], - [16, -30], - [-30, -10], - [0, -40], - [-45, -14], - [-20, -13], - [-10, 17], - [-9, 52], - [-29, -25], - [-16, -2], - [-21, 11], - [-10, 29], - [-22, -8], - [-18, 65], - [5, 39], - [22, 26], - [2, 28], - [-12, 11], - [4, 32], - [21, 29], - [21, 18], - [22, 2], - [5, 32], - [22, 24], - [42, -4], - [13, 17], - [15, -1], - [-6, 35], - [13, 46], - [22, 12], - [35, 30], - [-10, 46], - [31, 5], - [2, 21], - [-14, 39], - [27, 37], - [-3, 32], - [27, 82], - [9, 36], - [-21, 7], - [-32, -34], - [-31, -68], - [-37, -68], - [-19, -10], - [-21, -25], - [-5, -30], - [-16, -17], - [-60, -5], - [-21, 10], - [-72, 46], - [-19, 28], - [-9, 32], - [8, 81], - [-3, 40], - [10, 50], - [-3, 109], - [1, 28], - [25, 89], - [18, 41], - [33, 112], - [2, 66], - [-18, 104], - [3, 17], - [25, 24], - [-8, 77], - [-12, 68], - [0, 37], - [-31, 26], - [-11, 21], - [-22, 63], - [-26, 40], - [-7, 28], - [13, 20], - [23, 17], - [15, 26], - [0, 19], - [15, 13], - [59, 29], - [52, 98], - [57, 121], - [7, 27], - [26, 29], - [76, 105], - [17, -11], - [49, -74], - [35, -14], - [60, 4], - [0, 13], - [47, 38], - [16, 42], - [34, 13], - [9, 27], - [-9, 32], - [-22, 17], - [-28, 35], - [-11, 0], - [-104, 53], - [20, 87], - [-3, 17], - [-39, 5], - [-53, -13], - [-25, -19], - [-76, -36], - [-45, 28], - [-17, -10], - [-19, 15], - [-16, -60], - [-41, -42], - [-23, -32], - [-20, -7], - [-2, -18], - [-23, -27], - [-11, -48], - [-10, -98], - [-6, -22], - [-49, -29], - [-21, -39], - [-48, -15], - [-45, -80], - [-49, -141], - [18, -45], - [46, -78], - [0, -26], - [-43, 11], - [-63, -25], - [-37, -55], - [-2, -71], - [3, -66], - [-22, -18], - [-20, -44], - [-13, -42], - [-2, -40], - [7, -34], - [17, -29], - [32, -14], - [-26, -50], - [-20, -13], - [1, -61], - [-5, -19], - [-18, -10], - [-22, -47], - [-7, -34], - [-26, -16], - [-19, 22], - [-34, -21], - [1, -27], - [16, -38], - [25, -5], - [2, -30], - [15, -15], - [29, -14], - [18, -30], - [2, -27], - [-9, -30], - [2, -20], - [-19, -54], - [-1, -63], - [-32, -33], - [-3, -23], - [-30, -6], - [-27, -15], - [-24, 5], - [-53, -49], - [-28, -6], - [-22, -57], - [42, 15], - [19, -11], - [18, 36], - [27, 10], - [17, -23], - [3, -22], - [-3, -120], - [-27, -25], - [-9, -31], - [-20, -30], - [-22, 4], - [-10, 25], - [-16, -6], - [12, -32], - [-15, -23], - [-12, 11], - [-19, -3], - [-5, 16], - [9, 22], - [-8, 74], - [-38, 52], - [-3, -25], - [16, -51], - [4, -32], - [-4, -57], - [-25, -23], - [-22, 18], - [-4, -36], - [25, -12], - [4, -20], - [-5, -45], - [-28, -4], - [-44, -28], - [3, -24], - [16, -15], - [23, -43], - [-6, -35], - [-37, -32], - [-30, -9], - [-36, -52], - [-20, -1], - [-15, -29], - [-1, -31], - [29, 11], - [4, -19], - [-29, -42], - [-3, -45], - [7, -52], - [6, -6], - [-10, -48], - [-14, -29], - [-18, -21], - [18, -11], - [20, 4], - [10, -24], - [-6, -39], - [7, -28], - [19, -26], - [17, 28], - [12, 46], - [23, 8], - [71, -2], - [20, 28], - [21, -1], - [19, 17], - [47, -65], - [34, -17], - [18, 3], - [8, 19], - [23, -23], - [17, 1], - [22, -39], - [14, -4], - [28, -57], - [-17, -28], - [-5, -32], - [4, -25], - [-2, -68], - [-12, -44], - [-14, 0], - [-27, -39], - [-7, -22], - [0, -37], - [-31, -43], - [-39, -20], - [-35, -3], - [-18, -13], - [8, -104], - [-2, -27], - [-51, -22], - [-5, -15], - [9, -43], - [20, -36], - [26, -8], - [-3, -18], - [-36, -48], - [-33, 5], - [3, -43], - [14, -4], - [26, -33], - [-4, -84], - [-10, -28], - [-17, -11], - [-4, -35], - [13, -25], - [-30, -5], - [-13, -57], - [-52, 52], - [-12, -11], - [17, -53], - [1, -41], - [-15, -15], - [-18, 2], - [-11, -47], - [-29, 8], - [-10, 33], - [-26, -18], - [0, -39], - [-11, -25], - [-23, -8], - [-7, 17], - [-29, 2], - [-40, -29], - [-44, -84], - [34, -49], - [1, -24], - [-9, -25], - [-23, -18], - [-31, -43], - [-39, -7], - [-5, -14], - [10, -44], - [26, -20], - [-2, -41], - [-30, -24], - [-65, 41], - [-22, 25], - [-10, 0], - [-18, -28], - [3, -64], - [13, -29], - [0, -38], - [-37, -38], - [2, -46], - [10, -50], - [-63, -21], - [-15, -18], - [-24, 4], - [-24, 26], - [-13, -12], - [9, -73], - [11, -33], - [13, -15], - [-1, -19], - [-31, -8], - [-25, 31], - [-23, 6], - [-10, -12], - [-1, -40], - [-12, -5], - [-33, -35], - [-12, -35], - [-37, -72], - [-21, -17], - [-1, -45], - [21, -6], - [66, 83], - [14, -47], - [-1, -55], - [-24, -14], - [5, -30], - [34, -30], - [-9, -41], - [-26, -33], - [-5, -27], - [10, -22], - [-35, -54], - [-7, -35], - [10, -16], - [0, -25], - [-38, 2], - [-51, -16], - [-9, -26], - [3, -70], - [-17, -16], - [-29, 53], - [-23, -4], - [6, -40], - [-28, -26], - [-9, -26], - [-10, -57], - [-37, -16], - [16, -46], - [-7, -22], - [-17, -12], - [-42, 29], - [-9, 18], - [-44, 41], - [-25, -10], - [-12, -33], - [9, -26], - [21, -7], - [8, -34], - [-45, -21], - [-10, -39], - [-1, -32], - [14, -30], - [28, 2], - [18, -29], - [-3, -24], - [-30, -17], - [-25, 2], - [-36, -24], - [-17, 18], - [-22, 51], - [-12, 1], - [-73, -47], - [-38, -78], - [5, -25], - [17, 1], - [9, 18], - [30, 14], - [36, -27], - [17, -51], - [-14, -40], - [-12, 2], - [-36, 25], - [-32, -13], - [-39, 2], - [-6, -25], - [11, -11], - [-2, -35], - [-54, -7], - [-20, 13], - [-20, -1], - [-29, -41], - [-31, -97], - [10, -43], - [26, 8], - [18, -13], - [34, 4], - [57, -23], - [0, -30], - [-14, -22], - [-33, -32], - [5, -22], - [31, 2], - [30, 28], - [6, 13], - [26, 0], - [-46, -63], - [-31, -36], - [-23, -40], - [-5, -30], - [7, -52], - [-14, 2], - [-13, 43], - [-14, -21], - [19, -40], - [17, -18], - [8, -25], - [-14, -23], - [-15, 31], - [-16, -6], - [9, -40], - [-5, -13], - [-51, 70], - [-8, 71], - [-17, 9], - [-11, -29], - [0, -24], - [10, -49], - [13, -20], - [4, -34], - [-1, -33], - [-8, -11], - [-30, -4], - [-8, 10], - [4, 47], - [-10, 7], - [-47, -19], - [-14, -84], - [-40, -19], - [-118, -69], - [-44, -33], - [-9, -24], - [5, -75], - [-11, 3], - [-22, 38], - [-3, 80], - [-14, 2], - [-20, -28], - [20, -27], - [16, -102], - [-2, -22], - [-12, -26], - [-3, -29], - [16, -43], - [-4, -23], - [-25, -66], - [-33, -33], - [-17, -8], - [-9, 34], - [7, 18], - [38, 13], - [4, 14], - [-11, 25], - [-17, 1], - [-12, 110], - [13, 65], - [8, 13], - [-19, 16], - [-34, 12], - [-47, 2], - [-19, -21], - [11, -45], - [-18, -24], - [-23, 17], - [-33, -14], - [-13, -33], - [3, -59], - [-27, -53], - [-22, -32], - [-41, -29], - [-21, -1], - [-42, 17], - [-7, -31], - [24, -40], - [-15, -37], - [-7, -50], - [4, -30], - [-13, -36], - [-16, -8], - [-15, 54], - [-18, 46], - [-18, 9], - [-19, -40], - [-20, 10], - [-26, -16], - [0, -21], - [53, -3], - [8, -19], - [-3, -49], - [-51, -20], - [-29, 20], - [-5, 19], - [7, 23], - [-23, 18], - [-20, -7], - [-13, -22], - [-9, -57], - [-12, -38], - [-90, -104], - [-23, -9], - [-21, 3], - [2, 24], - [-24, 1], - [-35, -25], - [-5, -12], - [-23, 0], - [-6, 26], - [9, 40], - [-3, 93], - [32, 92], - [5, 44], - [-5, 14], - [-27, 11], - [-30, -3], - [-46, -25], - [-10, -18], - [-28, -108], - [14, -111], - [7, -17], - [-12, -39], - [-37, -112], - [-11, -14], - [-6, -34], - [3, -26], - [-10, -28], - [-39, 30], - [-24, 0], - [-6, -18], - [28, -62], - [18, -14], - [12, -31], - [-2, -24], - [-39, -45], - [-34, 28], - [-9, 22], - [4, 22], - [-13, 17], - [-16, -6], - [-15, -44], - [0, -20], - [22, -46], - [-10, -39], - [-22, -12], - [-18, 22], - [-28, -5], - [-23, -11], - [-29, 13], - [-24, 37], - [-8, 33], - [27, 17], - [19, -22], - [7, 20], - [-22, 33], - [-18, 9], - [-9, 25], - [-16, 76], - [-41, 50], - [-19, 4], - [-16, -14], - [-13, -51], - [-3, -40], - [15, -24], - [22, 3], - [16, -24], - [21, -41], - [-10, -15], - [-3, -34], - [15, -48], - [19, -43], - [6, -52], - [-9, 0], - [-31, 24], - [-19, -4], - [-13, -21], - [8, -24], - [-25, -35], - [-34, -12], - [-35, 22], - [-33, 55], - [2, 37], - [-26, 53], - [-40, 31], - [-15, -4], - [-33, -28], - [-12, -59], - [8, -18], - [32, -10], - [51, -45], - [10, -30], - [-46, -74], - [-25, -49], - [-38, -27], - [-31, -39], - [2, -11], - [28, -44], - [44, 10], - [18, 28], - [20, -12], - [50, -80], - [2, -31], - [-32, 3], - [-10, 30], - [-22, 4], - [-10, -11], - [-34, -2], - [-20, 26], - [-17, 35], - [-20, -14], - [-12, -28], - [0, -76], - [-23, -4], - [-35, -43], - [-5, -15], - [-42, 13], - [-37, 4], - [-102, -19], - [-55, -21], - [-65, -49], - [-40, -71], - [-2, -77], - [-27, -43], - [-17, -17], - [-67, -29], - [-17, -15], - [-49, -3], - [-50, 22], - [-17, 28], - [-23, 73], - [-19, 28], - [-7, 50], - [11, 36], - [38, 33], - [32, 17], - [22, 28], - [27, 115], - [21, 115], - [1, 45], - [26, 43], - [27, 16], - [27, -18], - [16, -23], - [22, 13], - [38, 35], - [17, 33], - [24, 15], - [36, 12], - [28, 36], - [28, 54], - [19, 1], - [35, 26], - [16, -7], - [44, 2], - [53, 13], - [5, -38], - [46, -48], - [29, -76], - [-3, -51], - [12, -3], - [31, 34], - [-4, 26], - [-15, 24], - [-1, 30], - [12, 12], - [18, -14], - [16, 23], - [-30, 48], - [-8, 59], - [-16, 79], - [48, 54], - [42, 28], - [17, -10], - [53, 5], - [33, 20], - [15, 50], - [-4, 21], - [-28, 2], - [6, 32], - [76, 67], - [20, 55], - [8, 54], - [14, 47], - [38, 64], - [57, 150], - [28, 83], - [41, 52], - [25, 57], - [44, 52], - [29, 44], - [15, 40], - [16, 31], - [45, 26], - [31, 23], - [23, 25], - [59, 31], - [69, 47], - [16, -26], - [24, -4], - [52, 13], - [11, -13], - [73, 81], - [17, 0], - [28, -45], - [4, -50], - [-15, 4], - [-32, -25], - [-6, -58], - [15, -42], - [68, -77], - [16, 25], - [49, -30], - [4, 20], - [-53, 44], - [-16, 83], - [14, 18], - [45, -7], - [47, 23], - [18, -3], - [13, -47], - [24, -34], - [23, 13], - [46, -27], - [9, 23], - [-27, 36], - [18, 19], - [-4, 29], - [-25, 8], - [-49, 38], - [-57, 26], - [-2, 50], - [-22, 21], - [25, 92], - [10, 59], - [9, 83], - [1, 45], - [11, 59], - [32, 51], - [19, 39], - [8, 32], - [19, 36], - [27, 19], - [32, 43], - [23, 43], - [40, 91], - [119, 123], - [40, 26], - [48, 45], - [21, 43], - [-2, 24], - [95, 130], - [22, 47], - [14, -24], - [41, -33], - [33, -6], - [54, 22], - [4, 29], - [-7, 39], - [-9, 10], - [-27, 77], - [0, 127], - [6, 33], - [58, 192], - [26, 70], - [55, 79], - [32, 35], - [36, 63], - [16, 17], - [22, 94], - [54, 91], - [32, 33], - [34, -66], - [30, -9], - [2, 33], - [-18, 76], - [-14, 33], - [-36, -11], - [-13, 31], - [-11, 95], - [6, 62], - [-3, 113], - [-14, 193], - [-2, 106], - [16, 47], - [56, 29], - [12, 58], - [-17, 6], - [-6, -21], - [-16, 5], - [-37, 34], - [-17, 22], - [-13, 60], - [-1, 72], - [9, 108], - [9, 32], - [20, 30], - [15, 12], - [14, 40], - [8, 44], - [34, 80], - [35, 65], - [4, 23], - [8, 110], - [-11, 67], - [14, 37], - [-10, 41], - [-25, 12], - [2, -50], - [-8, -33], - [-16, -28], - [-38, -40], - [-25, -13], - [-30, -29], - [-28, -39], - [-22, -11], - [-19, -20], - [-5, -23], - [-58, -43], - [-59, -76], - [-71, -69], - [-41, -32], - [-40, -4], - [-32, 21], - [-18, 22], - [-18, 70], - [-14, 21], - [-23, 20], - [-40, 7], - [-25, 18], - [-6, 67], - [-5, 17], - [-28, 35], - [-36, -53], - [-20, -15], - [-1, -70], - [14, -44], - [-8, -40], - [-19, -16], - [-1, -33], - [24, -76], - [37, -84], - [37, -70], - [-28, -95], - [-13, -16], - [-27, -14], - [-22, 3], - [-55, 19], - [-73, 142], - [-32, 68], - [-66, 123], - [-18, 29], - [-56, 62], - [-36, 12], - [-27, 0], - [16, 68], - [-16, 34], - [-19, 5], - [-31, -16], - [1, -89], - [-24, 2], - [12, -42], - [-3, -22], - [-40, -38], - [-47, 71], - [2, 27], - [-32, 13], - [-13, -33], - [-25, 1], - [-8, 59], - [-31, -25], - [-29, 46], - [-17, 8], - [23, 52], - [-35, 83], - [-62, -64], - [-62, -84], - [-41, -72], - [-24, -107], - [-16, 67], - [-58, -41], - [-70, -92], - [-60, -65], - [-11, -43], - [5, -49], - [-60, -49], - [-10, -28], - [-31, -15], - [-20, -48], - [-28, -20], - [-12, 54], - [-49, 37], - [-82, -32], - [-48, 25], - [71, 59], - [28, -35], - [25, 16], - [3, 51], - [31, 83], - [-1, 61], - [-28, 165], - [-29, 105], - [-75, 92], - [-40, 116], - [8, 47], - [36, -29], - [-17, 114], - [47, 85], - [11, 50], - [22, 2], - [12, 30], - [-30, 73], - [-51, 97], - [-33, 108], - [-54, 95], - [-37, 56], - [-10, 73], - [-11, 23], - [-22, 19], - [-19, 41], - [-12, 39], - [-6, 41], - [10, 31], - [3, 40], - [-15, 26], - [-15, -21], - [-8, -44], - [-13, -18], - [-20, 43], - [-8, 36], - [-13, 7], - [-17, -14], - [-12, -47], - [-2, -33], - [8, -26], - [6, -46], - [-6, -58], - [-47, -39], - [-25, 5], - [-23, -7], - [-7, -22], - [-27, -26], - [-57, -47], - [-22, -29], - [-55, -53], - [-71, -39], - [-85, -33], - [-43, -12], - [-45, -6], - [-67, 2], - [-64, 21], - [-15, 9], - [-22, 30], - [-21, 58], - [-6, 39], - [12, 16], - [21, 6], - [-4, 31], - [-28, 36], - [-48, 30], - [-14, 0], - [-22, 23], - [-54, 104], - [-10, 33], - [-18, 8], - [-34, 38], - [-9, 29], - [-21, 31], - [-32, -6], - [-31, 9], - [-49, 38], - [-42, 51], - [-33, 52], - [3, 21], - [28, 15], - [20, 24], - [13, 35], - [0, 23], - [-13, 16], - [-29, -1], - [-51, -59], - [-22, -4], - [-49, 8], - [-26, 49], - [14, 34], - [46, 6], - [33, 55], - [11, 33], - [32, 47], - [14, -1], - [22, 32], - [-2, 21], - [-26, 33], - [-6, 29], - [25, 9], - [21, 24], - [-7, 16], - [-33, -13], - [-5, 27], - [8, 45], - [20, 56], - [1, 28], - [-25, -30], - [-9, -22], - [7, -14], - [-24, -39], - [-20, -14], - [-19, 9], - [-21, 42], - [1, 22], - [24, 5], - [-19, 65], - [2, 11], - [28, 42], - [38, -2], - [23, 17], - [10, 72], - [23, -3], - [-10, 32], - [-37, -1], - [-6, -7], - [4, -54], - [-25, -1], - [-26, 20], - [-26, 53], - [0, 25], - [-13, 3], - [-36, 34], - [-14, -16], - [-5, -76], - [4, -40], - [-23, -6], - [-61, 20], - [-17, 25], - [-24, 128], - [1, 68], - [-17, 18], - [-51, 14], - [-11, -9], - [-27, 36], - [-17, 61], - [-3, 36], - [28, 28], - [30, 21], - [6, 24], - [-3, 26], - [-23, 34], - [-43, 29], - [-21, -2], - [-13, -20], - [-30, -10], - [-4, -12], - [13, -26], - [-19, -11], - [-26, 67], - [-9, 44], - [4, 133], - [9, 26], - [2, -106], - [34, 9], - [58, 35], - [36, 13], - [-1, 20], - [-18, 0], - [-32, 16], - [-30, 26], - [-37, 81], - [2, 18], - [50, 23], - [34, -5], - [44, 2], - [10, 20], - [36, 10], - [9, 29], - [-38, 56], - [-18, 57], - [-8, 41], - [6, 84], - [20, 75], - [128, 292], - [14, 59], - [24, 51], - [37, 66], - [18, 23], - [67, 42], - [37, 28], - [-11, 22], - [-37, -18], - [-20, 28], - [9, 40], - [38, -22], - [-23, 154], - [-9, 44], - [12, 55], - [25, 25], - [7, 58], - [-11, 44], - [16, 58], - [11, 19], - [37, 47], - [0, 13], - [-25, 9], - [3, 22], - [49, 99], - [24, 42], - [22, 19], - [57, 36], - [25, 11], - [39, 7], - [26, -13], - [34, -27], - [58, -5], - [13, -28], - [36, -51], - [10, 7], - [24, -10], - [10, -25], - [36, -31], - [42, -49], - [69, 22], - [34, 19], - [14, 33], - [34, 47], - [19, 37], - [-1, 39], - [6, 22], - [19, 16], - [17, -1], - [22, 21], - [30, 69], - [43, 115], - [4, 37], - [22, 56], - [28, 43], - [-14, 60], - [16, 4], - [57, -27], - [13, 4], - [14, -27], - [-2, -22], - [11, -26], - [36, 2], - [34, 8], - [60, 29], - [36, -14], - [49, 18], - [52, 24], - [43, 29], - [19, 20], - [8, 52], - [22, 41], - [42, 100], - [29, 90], - [12, 52], - [-7, 72], - [-23, 78], - [-20, 55], - [-18, 35], - [-21, 71], - [-10, 46], - [-12, 118], - [3, 15], - [-14, 35], - [-105, 143], - [-15, 30], - [-18, 0], - [-37, 20], - [-35, -4], - [6, 99], - [27, 35], - [26, -18], - [33, -11], - [57, 1], - [23, 13], - [-16, 43], - [38, 17], - [45, 78], - [3, 15], - [-6, 110], - [-37, 73], - [-27, 41], - [-20, 11], - [-36, 36], - [-22, 30], - [-6, 26], - [-17, -2], - [-5, -45], - [-26, -40], - [-19, -58], - [-4, -40], - [-18, -19], - [-31, -11], - [-29, 9], - [-28, 25], - [-70, -103], - [-21, -16], - [-56, -17], - [-25, -16], - [-16, -30], - [-4, -44], - [-37, -37], - [-67, -80], - [-23, -74], - [6, -25], - [-6, -75], - [-30, -34], - [-24, -44], - [-9, 31], - [-2, 62], - [-24, 79], - [-1, 29], - [-33, 46], - [-11, 4], - [-26, -11], - [9, -72], - [-20, -50], - [-4, -34], - [-24, -14], - [-22, 34], - [-11, 45], - [-38, 38], - [-38, 30], - [-55, 28], - [-85, 5], - [-51, -33], - [-64, 9], - [-58, -9], - [-40, -22], - [-45, -38], - [-91, -87], - [-24, -12], - [-51, -12], - [-74, 36], - [-73, 28], - [-51, 14], - [-73, 23], - [-62, 11], - [-98, 26], - [-18, 8], - [-57, 62], - [-9, 15], - [-27, 95], - [0, 75], - [17, 14], - [8, 32], - [-4, 44], - [-43, 75], - [-58, 54], - [-5, 13], - [2, 46], - [-13, 20], - [-47, 43], - [-18, 40], - [4, 16], - [30, -25], - [21, -7], - [42, 6], - [11, 27], - [30, 17], - [20, 33], - [-5, 56], - [30, 36], - [14, 27], - [-11, 25], - [-39, 37], - [-24, 8], - [-36, -18], - [-50, 13], - [-37, 26], - [-45, 24], - [-131, 17], - [-27, 14], - [-36, 37], - [-48, 62], - [-46, 37], - [-24, 24], - [-30, 9], - [-28, 20], - [-8, 41], - [-10, 18], - [0, 35], - [8, 35], - [44, 51], - [42, 31], - [42, 27], - [68, 54], - [78, 78], - [60, 76], - [55, 58], - [8, 14], - [44, 53], - [102, 111], - [66, 59], - [30, -22], - [41, -15], - [-8, -17], - [25, -33], - [12, -5], - [52, 12], - [47, -24], - [22, 14], - [11, 18], - [25, 3], - [14, 28], - [-12, 24], - [-39, 43], - [-24, 7], - [-30, 1], - [-11, 33], - [8, 28], - [-11, 56], - [26, 27], - [46, 36], - [87, 74], - [74, 58], - [21, 11], - [138, 91], - [104, 54], - [19, 1], - [85, 21], - [38, 5], - [-1, -21], - [27, -21], - [20, 10], - [33, -11], - [11, -40], - [0, -29], - [-10, -44], - [-26, -45], - [-8, -36], - [2, -71], - [13, -27], - [5, -37], - [-24, -52], - [-17, -17], - [-42, -22], - [1, -24], - [25, 0], - [31, 16], - [14, -34], - [12, -44], - [28, -44], - [3, -25], - [50, 2], - [28, 17], - [14, 19], - [53, 5], - [20, -16], - [42, -8], - [26, 8], - [32, 19], - [84, 26], - [48, -54], - [31, 10], - [24, 19], - [25, -32], - [21, 5], - [42, 35], - [21, 29], - [7, -12], - [33, -2], - [28, -22], - [40, -16], - [18, 63], - [30, 48], - [15, 51], - [3, 28], - [18, 77], - [20, 29], - [50, -1], - [10, -36], - [42, -9], - [37, 33], - [18, -3], - [15, 14], - [-4, 18], - [-24, 30], - [-8, 26], - [-19, 32], - [-32, 10], - [-51, 25], - [-57, 16], - [-58, -9], - [-40, -46], - [-33, -18], - [9, 59], - [3, 50], - [-8, 82], - [-58, 80], - [-25, 25], - [-7, 34], - [-24, 53], - [-33, 32], - [-53, 9], - [-27, 10], - [-6, 41], - [-23, 53], - [-18, 28], - [-2, 27], - [6, 29], - [34, 29], - [50, 24], - [23, -20], - [20, -55], - [49, -86], - [29, -7], - [2, -23], - [-19, -80], - [7, -55], - [37, -46], - [21, -58], - [55, -56], - [51, -48], - [18, -12], - [46, 25], - [36, 34], - [13, 33], - [-5, 17], - [-65, -3], - [-5, 41], - [-19, 21], - [-54, 39], - [-64, 91], - [-6, 13], - [1, 94], - [20, 45], - [3, 32], - [29, 124], - [38, -27], - [26, 6], - [-1, 28], - [-16, 26], - [-33, 23], - [-25, 0], - [-40, 41], - [-28, -5], - [-75, -37], - [-29, -26], - [-8, -16], - [-38, -3], - [-32, -12], - [-8, 44], - [-17, -14], - [-40, -11], - [-22, 50], - [-46, -32], - [-3, -18], - [-16, -14], - [-67, 33], - [-69, 16], - [-66, 25], - [-27, 3], - [-42, 22], - [-15, 16], - [-3, 94], - [-8, 54], - [-24, 108], - [-21, 76], - [-47, 136], - [-25, 57], - [-22, 35], - [-23, 24], - [-108, 93], - [-81, 106], - [-93, 113], - [-44, 49], - [-16, 37], - [-82, 67], - [-54, 17], - [-42, 3], - [-23, 14], - [-33, 32], - [-9, 30], - [-81, 112], - [-39, 41], - [-63, 47], - [-36, 19], - [-33, -1], - [-8, 9], - [33, 28], - [104, 63], - [23, 47], - [3, 58], - [19, 64], - [2, 58], - [9, 77], - [4, 118], - [-11, 95], - [3, 23], - [124, -13], - [46, -8], - [105, 8], - [160, 51], - [48, 22], - [40, 13], - [85, 21], - [37, 27], - [19, 23], - [29, 21], - [44, 68], - [31, 34], - [21, 29], - [35, 63], - [24, 65], - [45, 98], - [20, 13], - [34, 110], - [2, 46], - [12, 80], - [5, 9], - [4, 58], - [-4, 21], - [-28, 36], - [28, 25], - [29, 101], - [-14, 28], - [-23, 10], - [6, 36], - [29, 52], - [21, 16], - [21, 49], - [43, 81], - [8, -1], - [30, 73], - [4, 32], - [-1, 47], - [20, 5], - [12, 18], - [-2, 20], - [12, 40], - [43, 66], - [39, 77], - [25, 82], - [18, 22], - [4, -30], - [22, -29], - [5, 21], - [20, -4], - [19, -29], - [32, 0], - [37, 9], - [41, 23], - [67, 92], - [11, -10], - [40, 37], - [29, 39], - [67, 103], - [2, 14], - [71, 119], - [42, 92], - [37, 74], - [31, 52], - [39, 80], - [32, 36], - [89, 72], - [15, -10], - [10, -35], - [-8, -13], - [-48, -20], - [-2, -29], - [15, -25], - [46, 6], - [39, 14], - [13, 11], - [-8, 27], - [93, 6], - [75, 27], - [-1, 30], - [40, -2], - [26, 9], - [35, 20], - [41, 32], - [31, 32], - [69, 99], - [28, 52], - [34, 82], - [30, 95], - [36, 105], - [35, 95], - [41, 69], - [20, 21], - [6, -40], - [11, -22], - [52, -30], - [41, 7], - [41, -11], - [17, -42], - [6, -35], - [16, 20], - [55, 22], - [51, -14], - [7, -7], - [5, -41], - [18, -34], - [-6, -43], - [-23, -27], - [-17, -30], - [-12, -43], - [-17, -28], - [-42, -13], - [-3, -18], - [1, -60], - [16, -35], - [4, -63], - [20, 6], - [7, 24], - [41, 12], - [26, -2], - [36, 50], - [2, 31], - [-6, 35], - [2, 32], - [17, 32], - [13, 46], - [23, 18], - [18, -39], - [11, 14], - [-7, 45], - [-32, 36], - [2, 20], - [27, 42], - [11, -37], - [16, 21], - [-11, 39], - [13, 25], - [80, -55], - [53, -53], - [19, -38], - [-6, -17], - [-8, -88], - [7, -39], - [24, -33], - [18, -10], - [47, 26], - [28, -16], - [14, -20], - [-2, -22], - [17, -5], - [29, 37], - [17, 38], - [11, 59], - [11, 21], - [39, 22], - [65, 6], - [27, 13], - [49, 52], - [29, 11], - [37, -15], - [72, -1], - [52, 17], - [41, -6], - [61, -16], - [27, -41], - [-25, -26], - [-16, -70], - [0, -18], - [-22, -37], - [10, -48], - [17, -38], - [17, -4], - [8, 16], - [23, -17], - [35, 3], - [26, -6], - [13, -14], - [14, 8], - [49, -5], - [26, 19], - [-5, -47], - [13, -21], - [-52, -43], - [-4, -25], - [16, -17], - [33, 14], - [67, 19], - [34, -2], - [47, -14], - [23, -17], - [12, 9], - [-6, 52], - [37, -2], - [5, 29], - [18, 19], - [35, 20], - [14, 49], - [96, 32], - [22, 2], - [9, -23], - [-5, -29], - [8, -12], - [30, 17], - [40, 1], - [10, 13], - [46, 101], - [17, -17], - [43, 35], - [25, -7], - [30, 37], - [18, -24], - [29, 14], - [41, 3], - [33, -13], - [43, -33], - [30, 9], - [24, -15], - [15, 18], - [6, 21], - [26, 2], - [52, -56], - [8, -43], - [23, -13], - [17, 9], - [34, 64], - [29, 5], - [12, -14], - [36, -2], - [33, -12], - [17, -13], - [28, -57], - [29, -13], - [51, 20], - [33, -5], - [15, 9], - [24, 47], - [16, -42], - [22, -19], - [51, 11], - [22, 55], - [47, 6], - [63, 38], - [29, 3], - [41, 15], - [32, 0], - [27, -14], - [28, 6], - [36, 26], - [0, 20], - [24, -10], - [15, -21], - [50, -29], - [31, 5], - [23, -25], - [22, -11], - [50, 5], - [20, -19], - [58, 9], - [22, -16], - [23, 27], - [-1, 15], - [38, -3], - [36, 15], - [30, 81], - [33, 25], - [32, 17], - [23, 37], - [15, 8], - [30, 99], - [38, 11], - [2, 13], - [48, 31], - [2, 16], - [26, -5], - [5, -41], - [7, -10], - [41, 21], - [7, 23], - [16, 17], - [19, -2], - [34, -23], - [17, 9], - [0, 18], - [34, -7], - [64, -8], - [92, -39], - [37, -30], - [7, -18], - [41, 9], - [72, -30], - [35, -47], - [23, 25], - [22, 11], - [44, -5], - [70, -30], - [41, -29], - [10, -34], - [23, -23], - [36, 16], - [-2, 62], - [30, 2], - [43, -12], - [350, -1219], - [824, -2825], - [1249, -4179], - [488, -1601], - [28, -91], - [211, 14], - [-3, 105], - [233, -26], - [62, 228], - [235, 156], - [14, -35], - [33, -271], - [93, -61], - [124, -15], - [43, 2], - [50, -91], - [31, -36], - [35, -16], - [326, -168], - [234, -121], - [135, -240], - [18, -89], - [31, 22], - [40, 141], - [112, 240], - [8, 30], - [96, 68], - [1, 152], - [-53, 139], - [52, 87], - [4, 79], - [-14, 34], - [-12, 50], - [0, 45], - [67, 65], - [47, 73], - [107, 205], - [109, -37], - [78, -54], - [24, 4], - [57, -38], - [31, -83], - [10, -41], - [19, -36], - [45, -68], - [31, -43], - [97, 1], - [49, -19], - [71, -33], - [34, 22], - [74, -72], - [32, -56], - [37, -42], - [55, -41], - [137, -15], - [79, -6], - [105, -83], - [90, -47], - [80, -49], - [36, -83], - [73, -61], - [83, -52], - [34, -23], - [102, -123], - [148, -98], - [103, -106], - [75, -57], - [88, -87], - [143, -99], - [103, -99], - [60, -96], - [68, -33], - [65, -110], - [65, -59], - [39, -5], - [38, -26], - [75, -90], - [56, -26], - [65, 46], - [96, -29], - [147, -8], - [52, -16], - [144, 55], - [109, -49], - [43, 6], - [35, 15], - [60, -84], - [95, 13], - [51, 65], - [65, -56], - [30, -34], - [30, -78], - [10, -113], - [-9, -29], - [6, -48], - [24, -50], - [30, -21], - [37, -104], - [57, -74], - [35, -26], - [58, -105], - [33, -22], - [9, -16], - [-12, -122], - [2, -67], - [17, -93], - [2, -119], - [-5, -71], - [-22, -125], - [-20, -77], - [-24, -34], - [-2, -23], - [22, -13], - [-20, -41], - [-33, 20], - [-23, 46], - [-29, 6], - [15, -39], - [-11, -33], - [-15, -6], - [-30, 4], - [-29, 26], - [-4, 17], - [-48, 85], - [-10, 37], - [-39, 8], - [-11, 36], - [-8, 45], - [-50, 27], - [-32, 29], - [-18, 32], - [23, 87], - [3, 36], - [-7, 19], - [7, 17], - [26, 10], - [-33, 61], - [-46, 57], - [-7, 17], - [-5, 61], - [-12, 41], - [-32, 61], - [-51, 90], - [-41, 45], - [-38, 30], - [-87, 61], - [-53, 23], - [-37, 27], - [-8, -9], - [10, -28], - [59, -27], - [67, -45], - [41, -56], - [63, -49], - [25, -32], - [40, -67], - [0, -24], - [-10, -31], - [26, -69], - [44, -70], - [15, -5], - [26, -35], - [-12, -18], - [-44, 53], - [-6, -29], - [19, -26], - [22, -66], - [-4, -44], - [-14, -83], - [-19, -21], - [-30, -1], - [-26, 16], - [-2, 31], - [4, 52], - [-10, 74], - [-18, 29], - [-35, -37], - [13, -24], - [15, -6], - [14, -20], - [3, -44], - [-10, -34], - [-20, -51], - [-12, -7], - [-47, 48], - [1, 14], - [-21, 9], - [-8, -10], - [9, -37], - [-9, -9], - [-58, 18], - [-32, -3], - [-24, 12], - [-13, 18], - [-68, 26], - [-28, 65], - [14, 35], - [23, 25], - [15, 54], - [-13, 23], - [-16, -2], - [-22, 19], - [-13, 64], - [-28, 23], - [-2, 23], - [22, 41], - [-5, 23], - [-21, -1], - [-7, -19], - [-30, 61], - [1, 29], - [-22, 10], - [-17, -33], - [-24, -22], - [25, -32], - [22, -2], - [8, -11], - [16, -108], - [20, -51], - [-3, -84], - [-26, 7], - [-7, -16], - [45, -72], - [1, -47], - [-8, -2], - [-49, 19], - [-26, -9], - [-20, 2], - [-25, 14], - [-65, 101], - [-28, 19], - [20, 21], - [3, 23], - [-19, 48], - [25, 33], - [3, 28], - [-10, 48], - [-24, 91], - [-49, 79], - [-5, 54], - [17, -6], - [2, 49], - [-11, 73], - [-10, 13], - [-22, -14], - [-6, -18], - [14, -54], - [-19, -46], - [-9, -74], - [61, -83], - [2, -44], - [-31, -12], - [-21, -23], - [-2, -49], - [14, -19], - [0, -18], - [-20, -16], - [-23, 21], - [-31, 70], - [-48, 55], - [-39, 33], - [-17, 2], - [-19, -22], - [-15, -29], - [2, -28], - [-62, 58], - [-20, 29], - [-27, 74], - [3, 29], - [22, 8], - [15, 20], - [-12, 64], - [2, 56], - [30, 41], - [11, 1], - [33, -26], - [16, 4], - [-12, 39], - [-25, 33], - [-57, 95], - [12, 11], - [62, -5], - [22, -27], - [5, -19], - [28, -16], - [-4, 33], - [-35, 50], - [-34, 15], - [-13, -10], - [-46, 22], - [-23, 42], - [-5, 24], - [12, 23], - [2, 40], - [-11, 30], - [-12, 7], - [-15, -29], - [-13, 2], - [-34, -24], - [-44, 7], - [-6, 30], - [13, 78], - [11, 52], - [-11, 4], - [-19, -19], - [-15, -69], - [6, -16], - [-14, -14], - [-43, 0], - [-79, 18], - [-44, 45], - [-34, 14], - [-34, 29], - [-14, 25], - [23, 30], - [6, 37], - [-24, 35], - [-13, 3], - [-10, -58], - [-34, -5], - [-18, -9], - [-31, 9], - [-24, -7], - [-26, -18], - [-22, 30], - [-22, 1], - [-21, -45], - [-108, 9], - [-37, 57], - [-6, 43], - [3, 36], - [15, 9], - [20, -10], - [47, 38], - [3, 19], - [-6, 31], - [-34, -20], - [-50, -5], - [-19, 18], - [0, 18], - [-65, 78], - [-18, 56], - [9, 16], - [-6, 22], - [-13, 0], - [-18, -32], - [-29, 0], - [-42, 31], - [-11, 22], - [-15, 73], - [29, 22], - [37, -15], - [57, 14], - [92, -7], - [31, -6], - [-7, 24], - [-48, 18], - [-22, 4], - [-13, -8], - [-97, 27], - [-46, 18], - [-3, 13], - [-34, 67], - [-17, -10], - [-3, -20], - [19, -59], - [-29, -17], - [-60, 11], - [-141, 116], - [-52, 36], - [-76, 98], - [-194, -86], - [-163, 88], - [-151, 83], - [-206, 380], - [-35, 63], - [18, 10], - [-53, 96], - [-32, 47], - [-42, 52], - [-61, 50], - [-49, 49], - [13, -54], - [19, -32], - [18, -14], - [20, -1], - [37, -51], - [1, -67], - [23, -68], - [34, -11], - [29, -42], - [19, -62], - [-9, -21], - [49, -58], - [31, -25], - [22, -46], - [83, -97], - [13, -27], - [-24, -4], - [7, -22], - [54, -66], - [46, -64], - [41, -66], - [19, -39], - [-14, -31], - [8, -29], - [33, -61], - [-33, -9], - [-35, 10], - [-23, -18], - [-15, 2], - [-26, 18], - [-44, 44], - [-42, 65], - [-6, -4] - ], - [ - [41796, 12069], - [11, -2], - [54, -36], - [22, -25], - [14, -45], - [163, -106], - [52, -54], - [46, -25], - [17, -31], - [20, -11], - [18, 2], - [22, 17], - [18, 2], - [71, -33], - [15, -13], - [27, -4], - [69, -29], - [49, -25], - [79, -46], - [38, -32], - [120, -78], - [70, -40], - [26, -7], - [26, -20], - [64, -66], - [77, -56], - [22, -30], - [31, -24], - [68, -71], - [10, -7], - [46, -61], - [9, -29], - [32, -37], - [25, -12], - [27, -48], - [-1, -59], - [-6, -30], - [19, -100], - [-3, -11], - [13, -88], - [15, -26], - [15, -5], - [29, 6], - [31, 26], - [74, -4], - [22, -29], - [26, -52], - [18, -47], - [-1, -47], - [13, -79], - [42, -38], - [26, -4], - [4, -33], - [10, -23], - [28, -20], - [22, -29], - [45, -42], - [59, -38], - [45, -22], - [33, -29], - [21, -3], - [26, -20], - [13, -29], - [-12, -96], - [-24, -44], - [-48, -64], - [-32, -28], - [-68, -71], - [-24, -39], - [-33, -40], - [-25, -41], - [-69, -43], - [-73, -34], - [-89, -63], - [-34, -36], - [-46, -17], - [-25, 2], - [-61, -18], - [-76, 30], - [-40, 10], - [-58, -18], - [-27, -39], - [-47, -40], - [-9, -42], - [-19, -21], - [-31, -16], - [-23, -2], - [-46, -32], - [-23, -43], - [-33, -46], - [-21, -12], - [-72, -20], - [-16, -13], - [8, -21], - [-29, -26], - [-22, -57], - [-21, -22], - [9, -33], - [4, -59], - [-12, -35], - [-26, -25], - [-18, -59], - [5, -47], - [-6, -23], - [-23, -2], - [-17, -26], - [-19, -46], - [-32, -41], - [-23, -18], - [-32, 16], - [-17, 45], - [-73, 77], - [-76, 36], - [-92, 86], - [-94, 30], - [-57, 35], - [-16, 50], - [-42, 66], - [-9, 1], - [-39, 105], - [-5, 89], - [4, 158], - [-7, 32], - [-5, 73], - [7, 41], - [0, 62], - [-7, 98], - [-6, 28], - [-30, 78], - [-37, 61], - [4, 37], - [-29, 40], - [-8, 21], - [-12, 76], - [1, 27], - [-17, 17], - [-15, -8], - [-29, 20], - [-9, 55], - [-26, 95], - [-20, 24], - [-14, 79], - [-21, 57], - [-49, 91], - [-62, 22], - [-15, 24], - [0, 25], - [10, 7], - [-23, 48], - [-34, 36], - [-7, 39], - [-27, 32], - [9, 29], - [5, 37], - [-3, 61], - [45, 53], - [24, 38], - [35, 71], - [31, 23], - [29, 3], - [18, -13], - [26, 16], - [-5, 41], - [14, 30], - [17, 64], - [12, 27], - [-1, 23], - [42, 55], - [14, 37], - [27, 19], - [11, -3], - [5, 50], - [-4, 78], - [-8, 25], - [-52, 72], - [-37, 43], - [-42, 74], - [-42, 102], - [-34, 154], - [-2, 78], - [14, 49], - [28, 31], - [38, 8], - [83, -33], - [59, -38], - [9, -2] - ], - [ - [32208, 16266], - [24, -5], - [8, -49], - [-22, 5], - [-10, 49] - ], - [ - [32932, 16965], - [4, 9], - [7, 83], - [29, 14], - [46, 2], - [28, -20], - [17, -42], - [-24, -8], - [-17, -54], - [-4, -71], - [16, -44], - [7, -38], - [-34, -27], - [-46, -17], - [-43, -8], - [-24, -19], - [-19, -44], - [-21, -62], - [-18, -85], - [2, -24], - [-25, 12], - [-35, 33], - [-35, 53], - [-3, 87], - [14, 94], - [29, 32], - [37, 60], - [40, 21], - [53, 37], - [19, 26] - ], - [ - [34168, 17556], - [43, 25], - [39, -22], - [6, -8], - [36, -16], - [26, 6], - [29, -26], - [54, -59], - [23, -81], - [23, -17], - [11, -50], - [2, -43], - [-28, -83], - [-2, -45], - [-19, -21], - [-6, -20], - [-1, -45], - [34, -146], - [1, -31], - [-27, -25], - [-7, -28], - [-44, -36], - [-41, -66], - [-29, -32], - [-35, -31], - [-53, 32], - [-38, 18], - [-52, 8], - [-72, 6], - [-57, 23], - [-49, 1], - [-59, 53], - [-25, 42], - [-54, 65], - [-65, 21], - [-31, 20], - [-76, 31], - [-17, 16], - [-53, 85], - [-10, 34], - [-2, 83], - [9, 22], - [52, 69], - [8, 38], - [6, 70], - [11, 23], - [45, 31], - [56, 10], - [104, 89], - [42, 46], - [45, 3], - [22, -9], - [18, -25], - [11, 6], - [30, -12], - [10, -20], - [16, -6], - [11, 12], - [-4, 38], - [20, 18], - [17, -2], - [27, -18], - [20, 5], - [28, -8], - [21, -18] - ], - [ - [39122, 14613], - [31, -10], - [19, 17], - [4, 47], - [12, 27], - [24, -17], - [28, -54], - [16, -42], - [85, -34], - [10, 20], - [58, -23], - [49, 6], - [35, 16], - [94, 9], - [57, -13], - [16, -38], - [32, 4], - [13, -7], - [1, -24], - [-16, -50], - [-36, -59], - [-45, -46], - [-26, -20], - [-4, -14], - [-74, -29], - [-56, -11], - [-19, -21], - [-29, 8], - [-8, 11], - [-115, 37], - [-99, 45], - [-58, 23], - [-13, 18], - [-83, 25], - [-30, 3], - [-55, -7], - [-34, -14], - [-208, -4], - [-86, 21], - [-32, 24], - [18, 68], - [5, 35], - [14, 29], - [17, 12], - [24, 29], - [12, 41], - [-4, 43], - [-29, 36], - [9, 16], - [32, -18], - [56, -1], - [19, -8], - [23, -31], - [69, -21], - [24, 3], - [31, -4], - [30, -12], - [29, 0], - [67, -27], - [46, 3], - [50, -17] - ], - [ - [40243, 12855], - [-30, -1], - [-46, -23], - [-38, 34], - [-49, -22], - [-19, -16], - [-11, 10], - [-38, -16], - [-28, 6], - [-46, 55], - [8, 37], - [27, 38], - [51, 19], - [63, 52], - [5, 17], - [60, 30], - [19, -6], - [30, -27], - [25, -39], - [-8, -29], - [-4, -66], - [33, -22], - [-4, -31] - ], - [ - [39943, 14158], - [8, 24], - [27, -5], - [27, -34], - [35, -12], - [35, -30], - [47, -99], - [23, -34], - [13, -10], - [7, -28], - [23, -16], - [18, -49], - [29, -47], - [14, -10], - [93, 39], - [67, 17], - [25, 33], - [31, 20], - [21, -7], - [30, 27], - [35, -21], - [39, 11], - [24, -27], - [22, 7], - [40, -9], - [26, -17], - [5, -36], - [23, -5], - [7, -24], - [92, -82], - [16, -30], - [66, -14], - [11, -36], - [33, -54], - [47, 10], - [65, -58], - [52, -9], - [61, -35], - [3, -16], - [33, -35], - [9, -23], - [-1, -23], - [8, -37], - [3, -56], - [-19, -62], - [-19, -31], - [-31, -6], - [-15, -25], - [-18, -46], - [-12, -5], - [-42, 8], - [-13, -15], - [-55, -35], - [-15, -15], - [-23, -9], - [-12, 15], - [-41, -3], - [-6, -8], - [-39, 22], - [-32, -7], - [-27, -13], - [-18, -17], - [-52, -34], - [-33, -11], - [-15, -19], - [-17, -6], - [-39, 7], - [-54, -1], - [-14, -12], - [-33, -7], - [-74, 23], - [-9, 33], - [-27, 0], - [-27, 26], - [1, 15], - [-25, 74], - [9, 35], - [-38, 180], - [-18, 30], - [-13, 45], - [-13, 72], - [-21, 24], - [-33, 21], - [-32, 5], - [-17, -13], - [-13, -34], - [-23, -5], - [-194, 120], - [-106, 132], - [-25, 48], - [-5, 45], - [-27, 38], - [0, 83], - [16, 70], - [20, 67], - [25, 4], - [15, 27], - [-3, 20], - [44, -2], - [15, -8] - ], - [ - [39217, 13952], - [38, 4], - [37, -17], - [65, -6], - [37, -9], - [43, -21], - [132, -139], - [27, -35], - [38, -65], - [6, -44], - [-10, -36], - [-30, -76], - [-56, -22], - [-36, -24], - [-34, -12], - [-76, 3], - [-34, -8], - [-40, 57], - [-28, 79], - [0, 74], - [-9, 29], - [-46, 73], - [-91, 64], - [-12, 19], - [-12, 52], - [3, 23], - [40, 32], - [48, 5] - ], - [ - [37119, 15032], - [-81, -14], - [-28, 0], - [-20, 11], - [-25, 54], - [18, 10], - [-17, 21], - [-10, -10], - [-24, 75], - [-19, 39], - [-48, 60], - [-36, 23], - [-15, 67], - [-25, 48], - [-59, 59], - [-31, 47], - [-9, 94], - [-12, 42], - [-37, 47], - [-61, 51], - [3, 7], - [43, 8], - [120, 1], - [41, -12], - [83, 7], - [33, 23], - [-7, 29], - [47, 50], - [20, 39], - [1, 38], - [42, 64], - [31, 38], - [47, 18], - [8, 11], - [35, -1], - [49, -62], - [22, -54], - [34, -48], - [9, -57], - [30, -48], - [22, -15], - [54, -82], - [3, -38], - [21, 7], - [29, -17], - [39, -73], - [5, -46], - [-22, -5], - [-3, -25], - [25, -87], - [11, -19], - [32, -12], - [18, -15], - [8, -25], - [19, -28], - [42, -39], - [21, 13], - [1, 26], - [-13, 58], - [17, 19], - [52, -9], - [13, -9], - [4, -29], - [-11, -52], - [11, -52], - [31, -4], - [32, -53], - [-2, -37], - [13, -40], - [35, -55], - [68, -54], - [19, 1], - [0, -31], - [-68, -68], - [2, -19], - [-27, -10], - [-12, 50], - [-19, 15], - [-65, -19], - [-15, 3], - [-24, -12], - [-24, -33], - [-30, -5], - [-23, 9], - [-27, 50], - [-30, 28], - [-90, 48], - [-24, 55], - [-12, 5], - [-23, -26], - [20, -34], - [-79, 7], - [-4, 31], - [-34, 26], - [-37, -24], - [-64, -19], - [-37, -6] - ] - ], - "transform": { - "scale": [0.000537370115134944, 0.0003963271122083071], - "translate": [-124.731828, 20.63360029907278] - }, - "objects": { - "usa": { - "type": "GeometryCollection", - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 113594.084, - "GEO_ID": "0400000US04", - "ISO": "US-AZ", - "LSAD": "", - "NAME": "Arizona", - "NAME_1": "Arizona", - "STATE": "AZ" - }, - "id": 0 - }, - { - "arcs": [[5, 6, 7, 8, 9, 10]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 52035.477, - "GEO_ID": "0400000US05", - "ISO": "US-AR", - "LSAD": "", - "NAME": "Arkansas", - "NAME_1": "Arkansas", - "STATE": "AR" - }, - "id": 1 - }, - { - "arcs": [ - [[11]], - [[12]], - [[13]], - [[14]], - [[15]], - [[16]], - [[17]], - [[18]], - [[19]], - [[20]], - [[21, 22, -3, 23]] - ], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 155779.22, - "GEO_ID": "0400000US06", - "ISO": "US-CA", - "LSAD": "", - "NAME": "California", - "NAME_1": "California", - "STATE": "CA" - }, - "id": 2 - }, - { - "arcs": [[24, 25, 26, 27, 28, 29]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 103641.888, - "GEO_ID": "0400000US08", - "ISO": "US-CO", - "LSAD": "", - "NAME": "Colorado", - "NAME_1": "Colorado", - "STATE": "CO" - }, - "id": 3 - }, - { - "arcs": [[30, 31, 32, 33]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 4842.355, - "GEO_ID": "0400000US09", - "ISO": "US-CT", - "LSAD": "", - "NAME": "Connecticut", - "NAME_1": "Connecticut", - "STATE": "CT" - }, - "id": 4 - }, - { - "arcs": [[34, 35]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 61.048, - "GEO_ID": "0400000US11", - "ISO": "US-DC", - "LSAD": "", - "NAME": "District of Columbia", - "NAME_1": "District of Columbia", - "STATE": "DC" - }, - "id": 5 - }, - { - "arcs": [[36, 37, 38, 39, 40, 41]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 57513.485, - "GEO_ID": "0400000US13", - "ISO": "US-GA", - "LSAD": "", - "NAME": "Georgia", - "NAME_1": "Georgia", - "STATE": "GA" - }, - "id": 6 - }, - { - "arcs": [[42, 43, 44, 45, 46, 47]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 55518.93, - "GEO_ID": "0400000US17", - "ISO": "US-IL", - "LSAD": "", - "NAME": "Illinois", - "NAME_1": "Illinois", - "STATE": "IL" - }, - "id": 7 - }, - { - "arcs": [[48, -44, 49, 50, 51]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 35826.109, - "GEO_ID": "0400000US18", - "ISO": "US-IN", - "LSAD": "", - "NAME": "Indiana", - "NAME_1": "Indiana", - "STATE": "IN" - }, - "id": 8 - }, - { - "arcs": [[[52]], [[-11, 53, 54, 55]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 43203.905, - "GEO_ID": "0400000US22", - "ISO": "US-LA", - "LSAD": "", - "NAME": "Louisiana", - "NAME_1": "Louisiana", - "STATE": "LA" - }, - "id": 9 - }, - { - "arcs": [[56, 57, 58, 59, 60]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 79626.743, - "GEO_ID": "0400000US27", - "ISO": "US-MN", - "LSAD": "", - "NAME": "Minnesota", - "NAME_1": "Minnesota", - "STATE": "MN" - }, - "id": 10 - }, - { - "arcs": [[[61]], [[62]], [[63]], [[64]], [[65, 66, -54, -10, 67]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 46923.274, - "GEO_ID": "0400000US28", - "ISO": "US-MS", - "LSAD": "", - "NAME": "Mississippi", - "NAME_1": "Mississippi", - "STATE": "MS" - }, - "id": 11 - }, - { - "arcs": [[68, 69, 70, 71, 72]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 145545.801, - "GEO_ID": "0400000US30", - "ISO": "US-MT", - "LSAD": "", - "NAME": "Montana", - "NAME_1": "Montana", - "STATE": "MT" - }, - "id": 12 - }, - { - "arcs": [[73, -1, -28, 74, 75]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 121298.148, - "GEO_ID": "0400000US35", - "ISO": "US-NM", - "LSAD": "", - "NAME": "New Mexico", - "NAME_1": "New Mexico", - "STATE": "NM" - }, - "id": 13 - }, - { - "arcs": [[-71, 76, -59, 77]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 69000.798, - "GEO_ID": "0400000US38", - "ISO": "US-ND", - "LSAD": "", - "NAME": "North Dakota", - "NAME_1": "North Dakota", - "STATE": "ND" - }, - "id": 14 - }, - { - "arcs": [[-75, -27, 78, 79, -7, 80]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 68594.921, - "GEO_ID": "0400000US40", - "ISO": "US-OK", - "LSAD": "", - "NAME": "Oklahoma", - "NAME_1": "Oklahoma", - "STATE": "OK" - }, - "id": 15 - }, - { - "arcs": [[81, 82, 83, 84, 85, 86, 87]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 44742.703, - "GEO_ID": "0400000US42", - "ISO": "US-PA", - "LSAD": "", - "NAME": "Pennsylvania", - "NAME_1": "Pennsylvania", - "STATE": "PA" - }, - "id": 16 - }, - { - "arcs": [[88, -42, 89, -68, -9, 90, 91, 92, 93, 94]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 41234.896, - "GEO_ID": "0400000US47", - "ISO": "US-TN", - "LSAD": "", - "NAME": "Tennessee", - "NAME_1": "Tennessee", - "STATE": "TN" - }, - "id": 17 - }, - { - "arcs": [[[95, 96]], [[97]], [[98, 99]], [[100, -36, 101, 102, 103, -95, 104, 105]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 39490.086, - "GEO_ID": "0400000US51", - "ISO": "US-VA", - "LSAD": "", - "NAME": "Virginia", - "NAME_1": "Virginia", - "STATE": "VA" - }, - "id": 18 - }, - { - "arcs": [[[106, 107]], [[108, 109, 110, -87]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 1948.543, - "GEO_ID": "0400000US10", - "ISO": "US-DE", - "LSAD": "", - "NAME": "Delaware", - "NAME_1": "Delaware", - "STATE": "DE" - }, - "id": 19 - }, - { - "arcs": [[111, 112, -82, 113, -106]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 24038.21, - "GEO_ID": "0400000US54", - "ISO": "US-WV", - "LSAD": "", - "NAME": "West Virginia", - "NAME_1": "West Virginia", - "STATE": "WV" - }, - "id": 20 - }, - { - "arcs": [[[114]], [[115]], [[116]], [[117]], [[-48, 118, -61, 119, 120, 121]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 54157.805, - "GEO_ID": "0400000US55", - "ISO": "US-WI", - "LSAD": "", - "NAME": "Wisconsin", - "NAME_1": "Wisconsin", - "STATE": "WI" - }, - "id": 21 - }, - { - "arcs": [[122, -30, 123, 124, -73, 125]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 97093.141, - "GEO_ID": "0400000US56", - "ISO": "US-WY", - "LSAD": "", - "NAME": "Wyoming", - "NAME_1": "Wyoming", - "STATE": "WY" - }, - "id": 22 - }, - { - "arcs": [[[126]], [[-41, 127, 128, -66, -90]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 50645.326, - "GEO_ID": "0400000US01", - "ISO": "US-AL", - "LSAD": "", - "NAME": "Alabama", - "NAME_1": "Alabama", - "STATE": "AL" - }, - "id": 23 - }, - { - "arcs": [ - [[129]], - [[130]], - [[131]], - [[132]], - [[133]], - [[134]], - [[135]], - [[136]], - [[137]], - [[138]], - [[139]], - [[140]], - [[141, -128, -40]] - ], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 53624.759, - "GEO_ID": "0400000US12", - "ISO": "US-FL", - "LSAD": "", - "NAME": "Florida", - "NAME_1": "Florida", - "STATE": "FL" - }, - "id": 24 - }, - { - "arcs": [[-125, 142, 143, 144, 145, 146, -69]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 82643.117, - "GEO_ID": "0400000US16", - "ISO": "US-ID", - "LSAD": "", - "NAME": "Idaho", - "NAME_1": "Idaho", - "STATE": "ID" - }, - "id": 25 - }, - { - "arcs": [[-26, 147, 148, -79]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 81758.717, - "GEO_ID": "0400000US20", - "ISO": "US-KS", - "LSAD": "", - "NAME": "Kansas", - "NAME_1": "Kansas", - "STATE": "KS" - }, - "id": 26 - }, - { - "arcs": [[[149]], [[-100, 150]], [[-102, -35, -101, -114, -88, -111, 151, -97, 152]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 9707.241, - "GEO_ID": "0400000US24", - "ISO": "US-MD", - "LSAD": "", - "NAME": "Maryland", - "NAME_1": "Maryland", - "STATE": "MD" - }, - "id": 27 - }, - { - "arcs": [[153, 154, -108, 155, -109, -86]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 7354.22, - "GEO_ID": "0400000US34", - "ISO": "US-NJ", - "LSAD": "", - "NAME": "New Jersey", - "NAME_1": "New Jersey", - "STATE": "NJ" - }, - "id": 28 - }, - { - "arcs": [[[156]], [[157]], [[158, 159, -37, -89, -104]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 48617.905, - "GEO_ID": "0400000US37", - "ISO": "US-NC", - "LSAD": "", - "NAME": "North Carolina", - "NAME_1": "North Carolina", - "STATE": "NC" - }, - "id": 29 - }, - { - "arcs": [[160, -38, -160]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 30060.696, - "GEO_ID": "0400000US45", - "ISO": "US-SC", - "LSAD": "", - "NAME": "South Carolina", - "NAME_1": "South Carolina", - "STATE": "SC" - }, - "id": 30 - }, - { - "arcs": [ - [[161]], - [[162]], - [[163]], - [[164]], - [[165]], - [[166]], - [[167]], - [[168]], - [[169]], - [[-146, 170, 171]] - ], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 66455.521, - "GEO_ID": "0400000US53", - "ISO": "US-WA", - "LSAD": "", - "NAME": "Washington", - "NAME_1": "Washington", - "STATE": "WA" - }, - "id": 31 - }, - { - "arcs": [[172, 173, 174, 175]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 9216.657, - "GEO_ID": "0400000US50", - "ISO": "US-VT", - "LSAD": "", - "NAME": "Vermont", - "NAME_1": "Vermont", - "STATE": "VT" - }, - "id": 32 - }, - { - "arcs": [[-124, -29, -5, 176, -143]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 82169.62, - "GEO_ID": "0400000US49", - "ISO": "US-UT", - "LSAD": "", - "NAME": "Utah", - "NAME_1": "Utah", - "STATE": "UT" - }, - "id": 33 - }, - { - "arcs": [[-47, 177, 178, 179, -57, -119]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 55857.13, - "GEO_ID": "0400000US19", - "ISO": "US-IA", - "LSAD": "", - "NAME": "Iowa", - "NAME_1": "Iowa", - "STATE": "IA" - }, - "id": 34 - }, - { - "arcs": [[[180, -92]], [[-105, -94, 181, -45, -49, 182, -112]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 39486.338, - "GEO_ID": "0400000US21", - "ISO": "US-KY", - "LSAD": "", - "NAME": "Kentucky", - "NAME_1": "Kentucky", - "STATE": "KY" - }, - "id": 35 - }, - { - "arcs": [ - [[183]], - [[184]], - [[185]], - [[186]], - [[187]], - [[188]], - [[189]], - [[190]], - [[191]], - [[192]], - [[193]], - [[194]], - [[195]], - [[196]], - [[197]], - [[198]], - [[199]], - [[200]], - [[201]], - [[202]], - [[203]], - [[204]], - [[205, 206]] - ], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 30842.923, - "GEO_ID": "0400000US23", - "ISO": "US-ME", - "LSAD": "", - "NAME": "Maine", - "NAME_1": "Maine", - "STATE": "ME" - }, - "id": 36 - }, - { - "arcs": [[[207]], [[208]], [[209]], [[210, -173, 211, 212, 213, 214, 215, -34]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 7800.058, - "GEO_ID": "0400000US25", - "ISO": "US-MA", - "LSAD": "", - "NAME": "Massachusetts", - "NAME_1": "Massachusetts", - "STATE": "MA" - }, - "id": 37 - }, - { - "arcs": [[[216]], [[217]], [[218]], [[219]], [[220]], [[221, -51, 222]], [[223, -121]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 56538.901, - "GEO_ID": "0400000US26", - "ISO": "US-MI", - "LSAD": "", - "NAME": "Michigan", - "NAME_1": "Michigan", - "STATE": "MI" - }, - "id": 38 - }, - { - "arcs": [[-8, -80, -149, 224, -178, -46, -182, -93, -181, -91]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 68741.522, - "GEO_ID": "0400000US29", - "ISO": "US-MO", - "LSAD": "", - "NAME": "Missouri", - "NAME_1": "Missouri", - "STATE": "MO" - }, - "id": 39 - }, - { - "arcs": [[225, -179, -225, -148, -25, -123]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 76824.171, - "GEO_ID": "0400000US31", - "ISO": "US-NE", - "LSAD": "", - "NAME": "Nebraska", - "NAME_1": "Nebraska", - "STATE": "NE" - }, - "id": 40 - }, - { - "arcs": [[-4, -23, 226, -144, -177]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 109781.18, - "GEO_ID": "0400000US32", - "ISO": "US-NV", - "LSAD": "", - "NAME": "Nevada", - "NAME_1": "Nevada", - "STATE": "NV" - }, - "id": 41 - }, - { - "arcs": [[227, -212, -176, 228, -206]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 8952.651, - "GEO_ID": "0400000US33", - "ISO": "US-NH", - "LSAD": "", - "NAME": "New Hampshire", - "NAME_1": "New Hampshire", - "STATE": "NH" - }, - "id": 42 - }, - { - "arcs": [[[229]], [[230]], [[231]], [[-211, -33, 232, -154, -85, 233, -174]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 47126.399, - "GEO_ID": "0400000US36", - "ISO": "US-NY", - "LSAD": "", - "NAME": "New York", - "NAME_1": "New York", - "STATE": "NY" - }, - "id": 43 - }, - { - "arcs": [[[234]], [[235]], [[236]], [[237]], [[-183, -52, -222, 238, -83, -113]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 40860.694, - "GEO_ID": "0400000US39", - "ISO": "US-OH", - "LSAD": "", - "NAME": "Ohio", - "NAME_1": "Ohio", - "STATE": "OH" - }, - "id": 44 - }, - { - "arcs": [[-145, -227, -22, 239, -171]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 95988.013, - "GEO_ID": "0400000US41", - "ISO": "US-OR", - "LSAD": "", - "NAME": "Oregon", - "NAME_1": "Oregon", - "STATE": "OR" - }, - "id": 45 - }, - { - "arcs": [[[240]], [[241]], [[242]], [[-31, -216, 243]], [[244, -214]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 1033.814, - "GEO_ID": "0400000US44", - "ISO": "US-RI", - "LSAD": "", - "NAME": "Rhode Island", - "NAME_1": "Rhode Island", - "STATE": "RI" - }, - "id": 46 - }, - { - "arcs": [[-72, -78, -58, -180, -226, -126]], - "type": "Polygon", - "properties": { - "CENSUSAREA": 75811, - "GEO_ID": "0400000US46", - "ISO": "US-SD", - "LSAD": "", - "NAME": "South Dakota", - "NAME_1": "South Dakota", - "STATE": "SD" - }, - "id": 47 - }, - { - "arcs": [[[245]], [[-6, -56, 246, -76, -81]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 261231.711, - "GEO_ID": "0400000US48", - "ISO": "US-TX", - "LSAD": "", - "NAME": "Texas", - "NAME_1": "Texas", - "STATE": "TX" - }, - "id": 48 - }, - { - "arcs": [ - [[247]], - [[248]], - [[249]], - [[250]], - [[251]], - [[252]], - [[253]], - [[254]], - [[255]], - [[256]], - [[257]], - [[258]], - [[259]], - [[260]], - [[261]], - [[262]], - [[263]], - [[264]], - [[265]], - [[266]], - [[267]], - [[268]], - [[269]], - [[270]], - [[271]], - [[272]], - [[273]], - [[274]], - [[275]], - [[276]], - [[277]], - [[278]], - [[279]], - [[280]], - [[281]], - [[282]], - [[283]], - [[284]], - [[285]], - [[286]], - [[287]], - [[288]], - [[289]], - [[290]], - [[291]], - [[292]], - [[293]], - [[294]], - [[295]], - [[296]], - [[297]], - [[298]], - [[299]], - [[300]], - [[301]], - [[302]], - [[303]], - [[304]], - [[305]], - [[306]], - [[307]], - [[308]], - [[309]], - [[310]], - [[311]], - [[312]], - [[313]], - [[314]], - [[315]], - [[316]], - [[317]], - [[318]], - [[319]], - [[320]], - [[321]], - [[322]], - [[323]], - [[324]], - [[325]] - ], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 570640.95, - "GEO_ID": "0400000US02", - "ISO": "US-AK", - "LSAD": "", - "NAME": "Alaska", - "NAME_1": "Alaska", - "STATE": "AK" - }, - "id": 49 - }, - { - "arcs": [[[326]], [[327]], [[328]], [[329]], [[330]], [[331]], [[332]], [[333]], [[334]]], - "type": "MultiPolygon", - "properties": { - "CENSUSAREA": 6422.628, - "GEO_ID": "0400000US15", - "ISO": "US-HI", - "LSAD": "", - "NAME": "Hawaii", - "NAME_1": "Hawaii", - "STATE": "HI" - }, - "id": 50 - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/world-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/world-topo.json deleted file mode 100644 index 0e1994c900aca..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/world-topo.json +++ /dev/null @@ -1,27322 +0,0 @@ -{ - "arcs": [ - [ - [7080, 7327], - [-5, 4], - [-10, -10], - [5, -6] - ], - [ - [7070, 7315], - [-16, -12], - [-9, 5], - [-28, -4], - [-12, -6], - [-1, -5], - [-17, -18], - [-11, -16], - [6, -10], - [6, -18], - [-2, -15], - [3, -8], - [-18, -35], - [4, -12], - [-2, -18], - [-7, -5], - [-13, 0], - [-13, 4], - [3, -16], - [6, -6], - [-1, -9], - [4, -9], - [-12, -14], - [-8, 0], - [-6, -18], - [2, -7], - [-6, -11], - [2, -30], - [-8, -17], - [-6, -1], - [-2, 8], - [-15, 4], - [-3, -8], - [-14, -12], - [6, -9], - [-11, -7], - [-13, 6], - [-7, -15], - [-8, -7], - [-3, -19], - [2, -9], - [-4, -35], - [-32, -17], - [-16, 2], - [-11, -11], - [-14, 6], - [-30, -5], - [-46, 26] - ], - [ - [6689, 6902], - [27, 56], - [1, 10], - [-4, 21], - [-24, 7], - [-1, 9], - [1, 35], - [-7, 43], - [0, 9], - [7, 14], - [1, 9], - [-10, 5], - [0, 31], - [11, 8], - [-5, 13], - [7, 6], - [5, 26], - [-1, 11], - [4, 19] - ], - [ - [6701, 7234], - [8, -10], - [13, -1], - [6, -7], - [1, -9], - [5, 8], - [5, -4], - [13, 13], - [0, 24], - [9, 0], - [4, 6], - [20, 11], - [9, 15], - [0, 16], - [5, 14], - [-1, 9], - [9, 8], - [12, 0], - [4, 16], - [4, 3], - [15, -14], - [5, 2] - ], - [ - [6847, 7334], - [14, 2], - [7, -12], - [6, 6], - [8, -6] - ], - [ - [6882, 7324], - [7, -15], - [7, 10], - [15, 9], - [2, 5], - [10, -14], - [5, 7], - [-2, 13], - [4, 8], - [21, 2], - [-3, 18], - [5, 4], - [12, 26], - [9, -2], - [7, -9], - [-1, -21], - [6, 3], - [2, -8], - [-3, -14], - [-1, -35], - [3, -12], - [7, -4], - [15, 19], - [9, 1], - [3, 11], - [14, 14], - [13, -2], - [-1, -12], - [14, 8], - [12, 2], - [7, -9] - ], - [ - [5665, 4557], - [3, -32], - [-3, -9], - [0, -36], - [2, -12], - [-5, -22], - [4, -12], - [-56, 0], - [0, -182], - [3, -21], - [6, -7], - [15, -33], - [6, -7], - [3, -10], - [6, -7] - ], - [ - [5649, 4167], - [-53, -21], - [-11, 4], - [-8, -4], - [-13, 9], - [-8, -3], - [-17, 2], - [-5, 4], - [-10, 0], - [-7, 9], - [-5, 14], - [-52, 0], - [-66, 0], - [-7, -1], - [-12, 17], - [-4, 9], - [-6, 1], - [-18, -16], - [-15, 4], - [-6, -6] - ], - [ - [5326, 4189], - [0, 28], - [2, -1], - [-2, 58], - [7, 9], - [1, 23], - [6, 24], - [2, 20], - [0, 23], - [5, 12], - [0, 26], - [4, 4], - [8, 20], - [0, 10], - [6, 12], - [5, 0], - [8, 20], - [5, 28], - [-1, 20], - [2, 29], - [-2, 15], - [-7, 15], - [-8, 46], - [-7, 29], - [6, 16], - [6, 7], - [-1, 21], - [-3, 9], - [-10, 48], - [-2, 4], - [0, 21], - [-8, 16], - [-8, 30], - [16, 4], - [10, 11] - ], - [ - [5366, 4846], - [4, -2], - [18, 2], - [12, -3], - [21, 2], - [32, 1], - [7, -4], - [4, -15], - [0, -22], - [3, -16], - [3, -3], - [0, -19], - [10, -23], - [0, -8], - [9, -20], - [7, 4], - [6, -4], - [2, 6], - [33, 0], - [1, 20], - [4, 12], - [-2, 8], - [2, 18], - [21, 0], - [9, 5], - [-3, -22], - [36, 0], - [1, -22], - [-2, -20], - [5, -23], - [-4, -53], - [1, -14], - [6, -17], - [3, -2], - [4, -23], - [0, -22], - [-4, -9], - [3, -18], - [6, 7], - [13, -4], - [14, 9], - [12, -3], - [2, 8] - ], - [ - [5363, 4916], - [-7, -5], - [-8, -18], - [-1, -40], - [-8, -2] - ], - [ - [5339, 4851], - [-2, 5], - [2, 14], - [-6, 24] - ], - [ - [5333, 4894], - [10, 23], - [7, 3], - [4, 10], - [9, -14] - ], - [ - [5582, 7537], - [-1, 0] - ], - [ - [5581, 7537], - [1, 0] - ], - [ - [5537, 7617], - [1, 0] - ], - [ - [5538, 7617], - [-1, 0] - ], - [ - [5557, 7633], - [4, -13], - [7, -4], - [3, -22] - ], - [ - [5571, 7594], - [-4, -21], - [6, -24] - ], - [ - [5573, 7549], - [2, -10] - ], - [ - [5575, 7539], - [6, -2] - ], - [ - [5581, 7537], - [1, -1] - ], - [ - [5582, 7536], - [0, 0] - ], - [ - [5582, 7536], - [0, -5] - ], - [ - [5582, 7531], - [1, -5] - ], - [ - [5583, 7526], - [0, 0] - ], - [ - [5583, 7526], - [-2, -13], - [-5, -2], - [-2, -17], - [-11, -8], - [3, -12], - [-6, -8], - [-5, 3] - ], - [ - [5555, 7469], - [-3, 19], - [-11, 9], - [-1, 22], - [-4, 4], - [4, 16], - [-1, 29], - [5, 23], - [-7, 2] - ], - [ - [5537, 7593], - [1, 14] - ], - [ - [5538, 7607], - [0, 13] - ], - [ - [5538, 7620], - [9, 19], - [3, -11], - [7, 5] - ], - [ - [5553, 8659], - [10, -5], - [-7, -11], - [-10, 6], - [7, 10] - ], - [ - [5047, 7630], - [-7, -5], - [-1, 11] - ], - [ - [5039, 7636], - [8, 1], - [0, -7] - ], - [ - [6563, 6637], - [0, 0] - ], - [ - [6563, 6659], - [2, -2], - [1, -36] - ], - [ - [6566, 6621], - [-8, -14], - [-3, 13], - [-6, -4], - [-1, -38], - [7, -9], - [-11, -3], - [-4, -6], - [2, -9], - [-10, -44], - [0, -17] - ], - [ - [6532, 6490], - [-2, -5], - [-70, 18], - [-3, 5], - [-25, 63], - [0, 9] - ], - [ - [6432, 6580], - [6, -1], - [0, -13], - [12, -3], - [10, 11], - [24, -2], - [11, -4], - [15, 12], - [6, 14], - [1, 15], - [11, 12], - [13, 31], - [11, 13], - [5, 19] - ], - [ - [6557, 6684], - [3, -2], - [-1, -22], - [4, -1] - ], - [ - [6562, 6642], - [0, 0] - ], - [ - [3093, 2021], - [0, 6] - ], - [ - [3093, 2027], - [0, -6] - ], - [ - [3093, 2028], - [0, 123] - ], - [ - [3093, 2151], - [10, -17], - [-8, -15], - [11, -6], - [5, -17], - [12, -13], - [7, -13], - [17, -13], - [11, -14], - [12, -7], - [20, 0], - [-5, -16], - [-18, 1], - [-11, -8], - [-12, 6], - [-51, 9] - ], - [ - [3259, 3902], - [11, -14], - [7, -29], - [9, -17], - [15, -17], - [3, -11], - [17, -13], - [11, -1], - [15, -18], - [4, -9], - [15, -17], - [9, -5], - [5, -8], - [13, -5], - [8, -20], - [-6, -14], - [-3, -19], - [-8, -10], - [-1, -25], - [-3, -14], - [-5, -4], - [-5, -15], - [4, -5], - [13, 1], - [19, -8], - [5, -5], - [7, 4], - [5, -5], - [6, 3], - [4, -8], - [3, 12], - [5, 5], - [10, -9], - [5, 8], - [-1, 8], - [6, 12], - [6, 0], - [11, 18], - [5, 40], - [0, 22] - ], - [ - [3483, 3710], - [5, -4], - [6, 7], - [9, -9], - [1, -17], - [5, -14], - [-2, -9], - [0, -25], - [-2, -17], - [-13, -19], - [-15, -5], - [-6, -19], - [-8, -4], - [-6, -13], - [-7, -5], - [3, -10], - [-6, -4], - [-20, -39], - [-2, -11], - [-12, -25], - [-5, -2], - [-1, -10], - [-8, -11] - ], - [ - [3399, 3445], - [0, -7], - [-7, -12], - [2, -23], - [-3, -20], - [-5, -13], - [3, -4], - [-2, -14], - [-4, -5], - [3, -25], - [-3, -8] - ], - [ - [3383, 3314], - [2, -25], - [-2, -12], - [-6, 0], - [-4, -34], - [5, -29], - [-4, -14], - [5, -12], - [23, -21], - [11, -25], - [-7, -19], - [0, -13], - [7, -17], - [12, -6], - [1, -29], - [-11, -30], - [-13, -26], - [-2, -16], - [-27, -24], - [-37, -16], - [-27, -8], - [-27, 0], - [-15, 11], - [3, -32], - [5, -9], - [-2, -21], - [-4, 3], - [-1, -21], - [-4, -5], - [6, -17], - [-2, -18], - [-20, -16], - [-21, 0], - [-26, 20], - [-8, 2], - [-4, -10], - [5, -32], - [-2, -24], - [6, -16], - [11, -4], - [-4, -10], - [13, 0], - [2, 10], - [-6, 0], - [14, 11], - [5, -13], - [1, -17], - [-3, -12], - [-12, -5], - [-3, 16], - [-13, 5], - [-9, -15], - [19, -13], - [-20, -17], - [-8, -19], - [3, -43], - [-4, -11], - [-9, -7], - [0, -20], - [-14, 3], - [-8, -5], - [-1, -8], - [-14, -5], - [-9, -18], - [0, -9], - [-6, -9], - [-2, -14], - [7, -25], - [7, -6], - [8, -16], - [6, -4], - [17, 0], - [6, -6], - [2, -20], - [-5, -33], - [-6, -2], - [-12, -18], - [-16, -14], - [-3, -10], - [-9, -10], - [-6, -22], - [2, -16], - [-5, -18], - [-5, -6], - [-23, -14], - [-5, -12], - [-2, -21], - [2, -24], - [9, -34], - [11, -24], - [-3, -1] - ], - [ - [3098, 2168], - [-15, 10], - [-26, 10], - [-55, 1], - [-4, 12], - [-11, 13], - [6, 19], - [-5, 7], - [5, 13], - [-2, 14], - [-13, 1], - [-11, -8], - [-3, 26], - [-7, 9], - [2, 22], - [-3, 11], - [3, 15], - [9, 1], - [3, 17], - [12, 10], - [1, 22], - [7, 7], - [-1, 15], - [-5, 7], - [6, 30], - [8, 13], - [2, 22], - [8, 9], - [-3, 32], - [4, 11], - [-4, 4], - [0, 15], - [8, 5], - [5, 13], - [-8, 17], - [-14, 5], - [7, 5], - [17, 3], - [2, 17], - [-18, 3], - [-1, 18], - [5, 7], - [-4, 14], - [3, 7], - [-6, 16], - [5, 9], - [-11, 7], - [0, 45], - [3, 8], - [8, 1], - [-5, 26], - [2, 43], - [-3, 11], - [4, 27], - [5, 21], - [-2, 18], - [8, 13], - [0, 25], - [15, 13], - [-3, 15], - [-1, 21], - [-5, 20], - [3, 35], - [-2, 24], - [3, 12], - [10, 4], - [-1, 8], - [10, 14], - [-2, 40], - [-4, 4], - [6, 6], - [0, 12], - [9, 39], - [6, 2], - [-2, 34], - [3, 18], - [-9, 9], - [3, 18], - [-4, 6], - [0, 16], - [-5, 12], - [-2, 14], - [3, 9], - [-5, 2], - [-3, 15], - [1, 24], - [6, 8], - [0, 13], - [5, 19], - [7, 8], - [2, 10], - [-4, 4], - [2, 16], - [-4, 31], - [7, 10], - [1, 26], - [4, 17], - [13, 33], - [9, 38], - [6, -3], - [8, 7], - [0, 10], - [-8, 21], - [0, 10], - [5, 9], - [-2, 26], - [-3, 17], - [2, 15], - [5, 4], - [-6, 14], - [2, 14], - [7, 13], - [25, 20], - [9, 54], - [-5, 17] - ], - [ - [3133, 3869], - [5, 9], - [0, 8], - [7, 6], - [2, 12], - [9, 5], - [4, 19], - [3, -2], - [10, -17], - [21, 0], - [12, -5], - [6, -38], - [3, 20], - [8, 29], - [32, 1], - [4, -14] - ], - [ - [6265, 7522], - [0, 0] - ], - [ - [6249, 7560], - [2, -10], - [15, -14], - [-6, -16], - [6, -11], - [11, -10], - [-3, -13], - [-7, 2], - [15, -25], - [9, -1], - [-3, -13], - [5, -7], - [-5, -5], - [3, -15] - ], - [ - [6291, 7422], - [-10, -2] - ], - [ - [6281, 7420], - [-4, 23], - [-7, 7], - [1, 10], - [-13, -1], - [-8, 14], - [-7, -4] - ], - [ - [6243, 7469], - [-8, 16], - [-12, 1], - [-11, 7], - [-3, 20], - [5, 12], - [-3, 17], - [-5, 8] - ], - [ - [6206, 7550], - [9, 0], - [11, 7], - [10, -3], - [13, 6] - ], - [ - [6249, 7546], - [0, 0] - ], - [ - [6255, 7542], - [0, 0] - ], - [ - [488, 408], - [24, -7], - [-48, -4], - [-13, 16], - [37, -5] - ], - [ - [542, 484], - [-90, 7], - [20, 11], - [65, -10], - [5, -8] - ], - [ - [3331, 592], - [8, -3], - [-1, -57], - [-23, -11], - [-52, 4], - [-17, 17], - [-32, -10], - [-67, 20], - [3, 10], - [19, -10], - [115, 3], - [8, 27], - [39, 10] - ], - [ - [4135, 588], - [34, -2], - [-10, -10], - [-44, 8], - [-5, 11], - [25, -7] - ], - [ - [3120, 602], - [25, -4], - [35, -20], - [-20, -7], - [-40, 31] - ], - [ - [3137, 618], - [-11, -15], - [-30, 6], - [41, 9] - ], - [ - [4054, 618], - [1, -6], - [-76, 3], - [30, 13], - [45, -10] - ], - [ - [547, 618], - [21, -9], - [14, -23], - [-47, -2], - [-90, 25], - [-10, 7], - [5, 17], - [24, 15], - [25, 0], - [58, -30] - ], - [ - [3143, 666], - [-58, -38], - [-39, -36], - [-31, 3], - [-10, 10], - [11, 23], - [23, 11], - [92, 33], - [12, -6] - ], - [ - [9654, 680], - [-35, -8], - [-8, 14], - [21, -7], - [22, 11], - [0, -10] - ], - [ - [3740, 650], - [1, -7], - [44, 2], - [21, -39], - [-7, -30], - [-18, -1], - [9, -11], - [-158, -26], - [-16, -9], - [-121, -4], - [1, 17], - [22, 27], - [26, -4], - [60, 37], - [-13, 14], - [14, 40], - [31, 33], - [52, 14], - [37, -3], - [38, -11], - [19, -13], - [-4, -20], - [-38, -6] - ], - [ - [9641, 732], - [63, -13], - [-27, -10], - [-42, -2], - [-19, 12], - [25, 13] - ], - [ - [839, 754], - [14, -14], - [-32, 3], - [-11, 7], - [29, 4] - ], - [ - [938, 754], - [-21, -7], - [-2, 12], - [23, -5] - ], - [ - [951, 834], - [16, -10], - [-24, 3], - [8, 7] - ], - [ - [9561, 885], - [-8, -14], - [-7, 9], - [15, 5] - ], - [ - [1342, 903], - [19, -12], - [-6, -6], - [-27, 12], - [14, 6] - ], - [ - [1458, 897], - [-1, -13], - [-17, 20], - [18, -7] - ], - [ - [1760, 918], - [-17, -8], - [-3, 7], - [26, 11], - [-6, -10] - ], - [ - [1680, 914], - [-12, 3], - [10, 17], - [17, -2], - [-1, -10], - [-14, -8] - ], - [ - [1635, 935], - [17, 0], - [7, -14], - [-23, -10], - [0, -10], - [-32, -4], - [-22, 7], - [3, 11], - [15, 12], - [-27, 3], - [7, 10], - [55, -5] - ], - [ - [4425, 917], - [9, -22], - [-14, 0], - [-4, 16], - [-29, 3], - [20, 7], - [12, 19], - [11, 1], - [-5, -24] - ], - [ - [9717, 944], - [-11, 3], - [8, 14], - [3, -17] - ], - [ - [1498, 961], - [13, -7], - [9, -16], - [-11, -7], - [29, 6], - [17, -9], - [7, -11], - [-6, -12], - [-22, 3], - [-48, 22], - [0, 8], - [-19, 7], - [-3, 16], - [34, 0] - ], - [ - [2955, 972], - [-2, -10], - [-13, 0], - [15, 10] - ], - [ - [2514, 979], - [-20, -5], - [-4, 5], - [22, 8], - [2, -8] - ], - [ - [2918, 987], - [18, -3], - [-8, -40], - [-36, 14], - [-7, 10], - [11, 7], - [18, 0], - [-19, 10], - [23, 2] - ], - [ - [2474, 988], - [-3, -19], - [-14, -1], - [6, 17], - [-10, 16], - [23, 1], - [-2, -14] - ], - [ - [2365, 999], - [-10, 3], - [18, 7], - [-8, -10] - ], - [ - [2270, 1031], - [14, -3], - [-2, 14], - [10, 0], - [2, -17], - [10, 19], - [19, 1], - [5, -10], - [-23, -11], - [8, -3], - [27, 11], - [-6, -10], - [13, -10], - [-15, -1], - [1, -9], - [-72, 2], - [2, 5], - [-24, -1], - [6, 7], - [-29, 6], - [-58, 7], - [6, 10], - [57, 7], - [8, -11], - [7, 7], - [23, -12], - [-13, 13], - [17, 9], - [15, -6], - [-8, -14] - ], - [ - [4919, 1112], - [8, -10], - [14, 1], - [-17, -19], - [-8, 18], - [-16, 10], - [19, 0] - ], - [ - [2947, 1119], - [8, -13], - [-22, -10], - [-48, -11], - [-9, 4], - [2, 12], - [33, 5], - [9, 12], - [8, -13], - [3, 14], - [16, 0] - ], - [ - [3313, 1111], - [-7, 10], - [11, 1], - [-4, -11] - ], - [ - [4835, 1126], - [-5, -10], - [-10, 9], - [15, 1] - ], - [ - [5082, 1116], - [-11, 6], - [19, 4], - [-8, -10] - ], - [ - [4913, 1121], - [-10, 0], - [6, 12], - [12, 3], - [2, -14], - [-10, -1] - ], - [ - [7004, 1113], - [-10, 3], - [-5, 16], - [16, -11], - [-1, -8] - ], - [ - [5124, 1122], - [-12, 11], - [12, 5], - [0, -16] - ], - [ - [5745, 1129], - [-22, 0], - [-2, 11], - [19, 6], - [5, -17] - ], - [ - [5040, 1146], - [-7, -18], - [-5, 21], - [12, -3] - ], - [ - [2924, 1165], - [8, -12], - [-12, -13], - [-23, 5], - [-1, 13], - [8, 7], - [20, 0] - ], - [ - [5449, 1148], - [-17, 8], - [11, 12], - [19, -1], - [-11, -8], - [-2, -11] - ], - [ - [3001, 1170], - [-23, 2], - [-6, 7], - [17, 4], - [12, -13] - ], - [ - [3283, 1179], - [-6, -12], - [-16, 30], - [11, 2], - [11, -20] - ], - [ - [3055, 1197], - [19, -24], - [1, -17], - [16, -26], - [11, -25], - [3, -60], - [-6, -23], - [-20, -7], - [-2, -10], - [-40, -7], - [-49, 0], - [-21, 13], - [10, 8], - [16, -3], - [45, -2], - [14, 8], - [-7, 6], - [-28, -9], - [-18, 10], - [35, 8], - [1, 5], - [-31, 0], - [-14, 17], - [-11, -17], - [-31, 2], - [10, -8], - [-14, -9], - [-38, 14], - [-1, 15], - [15, 8], - [16, -8], - [-4, 12], - [9, 4], - [16, -13], - [-4, 14], - [29, -2], - [9, 7], - [-23, 7], - [10, 6], - [30, -6], - [19, 11], - [20, 0], - [13, -11], - [-2, 16], - [-35, 7], - [5, 17], - [24, 8], - [15, -4], - [-18, 14], - [-20, -4], - [-27, 14], - [7, 34], - [-10, 5], - [0, 20], - [45, 10], - [9, -7], - [2, -18] - ], - [ - [7385, 1327], - [-15, 4], - [8, 9], - [7, -13] - ], - [ - [3111, 1321], - [9, -5], - [-16, -13], - [-8, -22], - [-11, 0], - [-7, 9], - [22, 44], - [15, 12], - [5, -5], - [-10, -11], - [1, -9] - ], - [ - [7686, 1378], - [4, -8], - [-14, -2], - [10, 10] - ], - [ - [3174, 1408], - [-3, -16], - [-10, -2], - [6, 17], - [7, 1] - ], - [ - [7805, 1401], - [-19, 0], - [-1, 7], - [12, 10], - [15, -7], - [-7, -10] - ], - [ - [7870, 1413], - [-16, 19], - [9, -2], - [7, -17] - ], - [ - [3410, 1465], - [-6, 6], - [14, 7], - [-8, -13] - ], - [ - [3242, 1481], - [-2, -9], - [14, -8], - [-14, -12], - [-26, 3], - [20, 26], - [8, 0] - ], - [ - [3270, 1492], - [2, -17], - [-12, -8], - [10, 25] - ], - [ - [3394, 1508], - [-2, -9], - [20, -7], - [-8, -17], - [-7, 6], - [-7, -7], - [-14, 20], - [5, 8], - [13, 6] - ], - [ - [3446, 1521], - [-9, 7], - [15, -2], - [-6, -5] - ], - [ - [0, 324], - [46, 3], - [68, -14], - [19, 8], - [194, -14], - [21, -11], - [128, -2], - [122, -11], - [81, -3], - [-58, 13], - [54, 1], - [-124, 12], - [-104, 7], - [24, 11], - [-55, 17], - [37, 2], - [-52, 17], - [-71, -3], - [-37, 23], - [-127, 27], - [73, -2], - [18, -14], - [73, -4], - [20, 4], - [70, -3], - [6, -14], - [50, 10], - [19, -11], - [127, 8], - [18, 9], - [-44, 5], - [81, 5], - [16, 14], - [70, 14], - [-10, 10], - [-54, 26], - [31, 11], - [-19, 10], - [-74, 13], - [17, 11], - [109, 6], - [135, 7], - [0, 5], - [-77, 24], - [-11, 11], - [13, 10], - [43, -4], - [46, 10], - [-17, 11], - [-75, 12], - [-55, 17], - [-3, 5], - [-68, 8], - [-43, 21], - [14, 11], - [48, 6], - [-2, 14], - [-71, -7], - [-47, 23], - [14, 18], - [-3, 26], - [9, 1], - [24, -17], - [21, 17], - [21, -5], - [18, 4], - [38, -10], - [-9, -10], - [36, -3], - [2, 10], - [72, -30], - [30, 16], - [30, 6], - [-36, 7], - [7, 14], - [32, -17], - [21, 7], - [13, -13], - [27, 0], - [-16, 13], - [21, 1], - [-31, 15], - [29, -5], - [-22, 20], - [-27, 16], - [-38, -3], - [-33, 3], - [2, 9], - [28, 4], - [9, 7], - [69, -21], - [6, 8], - [-27, 13], - [9, 11], - [56, 6], - [1, 10], - [41, 4], - [2, 6], - [19, -3], - [9, -14], - [18, 0], - [-10, 14], - [29, 6], - [16, 14], - [61, 4], - [30, -4], - [-16, 9], - [4, 14], - [30, 0], - [11, 11], - [22, -4], - [18, -16], - [30, 9], - [58, -4], - [20, -5], - [64, 13], - [93, 0], - [8, -7], - [45, 3], - [41, 0], - [59, 10], - [-3, 10], - [24, 6], - [6, -12], - [33, -3], - [51, 6], - [-7, 21], - [11, 10], - [21, 0], - [-9, -7], - [19, 2], - [-8, -12], - [4, -14], - [15, 3], - [-18, -16], - [-6, -21], - [9, 6], - [46, 8], - [15, 0], - [-10, 11], - [0, 20], - [15, 6], - [35, -17], - [-5, -19], - [-34, -18], - [4, -7], - [45, 4], - [84, -10], - [53, 13], - [28, -3], - [14, 4], - [49, -4], - [-3, -8], - [20, -8], - [70, 13], - [-27, 6], - [2, 10], - [-34, 3], - [17, 7], - [3, 14], - [-46, 3], - [5, 11], - [-7, 15], - [-33, 5], - [-4, 20], - [42, -4], - [3, -6], - [47, 2], - [-5, 21], - [-41, 3], - [-46, 0], - [-11, 7], - [-4, 20], - [11, 7], - [26, -4], - [-17, -12], - [21, -4], - [33, 4], - [84, -1], - [9, -7], - [44, -11], - [17, 7], - [24, -7], - [21, 8], - [46, 0], - [33, -7], - [16, 10], - [25, 1], - [6, 10], - [-10, 17], - [33, -4], - [1, -10], - [-15, -14], - [9, -9], - [30, 6], - [8, -11], - [38, 11], - [5, -13], - [28, -10], - [20, 2], - [43, -19], - [29, 9], - [-2, 28], - [24, -11], - [-8, 25], - [28, -2], - [24, -17], - [-2, -16], - [55, 8], - [5, -7], - [-15, -14], - [48, 6], - [7, 5], - [34, -5], - [26, 15], - [57, 12], - [21, -2], - [42, 10], - [35, 16], - [22, 43], - [-1, 7], - [-20, 21], - [-4, 13], - [6, 23], - [-15, 38], - [-15, 16], - [4, 21], - [-13, 16], - [15, 0], - [-1, 7], - [25, -14], - [5, 14], - [11, 6], - [0, 11], - [-18, 7], - [14, 5], - [-5, 17], - [6, 14], - [-9, 16], - [12, 3], - [6, 21], - [-10, 5], - [-19, -1], - [15, 30], - [6, 0], - [-2, -17], - [15, -6], - [1, 26], - [-4, 14], - [8, 4], - [14, -7], - [5, 34], - [14, -2], - [-5, 11], - [19, -4], - [3, 23], - [16, 1], - [-5, 27], - [11, 6], - [16, -7], - [-4, 11], - [20, 14], - [11, -3], - [9, 12], - [10, 1], - [-1, 10], - [14, 4], - [-1, 13], - [30, 14], - [13, -2], - [3, 10], - [12, 2], - [1, 8], - [21, 4], - [7, 8], - [13, 6], - [11, -3], - [7, -20], - [-10, -3], - [-2, 12], - [-15, -12], - [-10, 0], - [-15, -17], - [-9, -22], - [-9, -6], - [-7, 7], - [-6, -6], - [-19, -5], - [-17, -29], - [-20, 3], - [6, -10], - [-18, -10], - [9, -14], - [-14, -14], - [13, -19], - [16, 3], - [0, 10], - [21, -2], - [-16, -14], - [-16, 0], - [-2, -16], - [-5, 16], - [-19, -3], - [1, -28], - [-16, 27], - [-15, 3], - [-10, -29], - [11, -10], - [-9, -4], - [-14, 11], - [-12, -15], - [6, -16], - [-15, -6], - [-8, 5], - [-3, -33], - [10, -6], - [-12, -11], - [21, 6], - [6, -6], - [-20, -7], - [14, -6], - [-10, -7], - [36, -17], - [-2, 17], - [23, 7], - [-14, -17], - [15, -6], - [-5, -8], - [14, -25], - [14, -7], - [-2, -21], - [15, -13], - [-1, -11], - [-10, 4], - [5, -18], - [22, 1], - [-16, -24], - [20, 4], - [9, -21], - [-5, -12], - [-12, -1], - [-14, -13], - [14, -1], - [11, 10], - [9, -8], - [-7, -12], - [-38, -3], - [36, -14], - [13, 10], - [0, -26], - [-19, -2], - [6, -18], - [17, 8], - [-7, -24], - [25, 4], - [-11, -19], - [-9, 8], - [-3, -13], - [-15, 12], - [-21, 5], - [13, -17], - [21, -10], - [-7, -23], - [-21, 5], - [21, -13], - [-23, -13], - [31, 7], - [-9, -17], - [-36, 6], - [17, -17], - [-10, -13], - [-13, -3], - [-2, 17], - [-17, 2], - [6, -15], - [-14, 3], - [-10, -10], - [18, 2], - [7, -9], - [-35, -4], - [-2, -7], - [33, -3], - [-85, -34], - [-52, -9], - [4, -3], - [-60, -13], - [4, -11], - [-17, -7], - [-31, -1], - [-20, 4], - [-46, 0], - [-31, 8], - [-64, 0], - [34, -42], - [23, -15], - [10, 6], - [66, -8], - [-25, -26], - [-38, -9], - [-61, 13], - [-95, 13], - [-30, -6], - [118, -34], - [-9, -17], - [-71, -7], - [-61, 21], - [-37, 30], - [12, -23], - [-13, -4], - [17, -20], - [42, -17], - [17, -23], - [18, -7], - [2, 20], - [108, -4], - [17, -13], - [-20, -24], - [-22, -3], - [-62, 0], - [55, -10], - [39, 6], - [24, -26], - [-8, -7], - [24, -16], - [19, 7], - [38, -10], - [7, 13], - [39, 9], - [21, -6], - [9, -14], - [46, -9], - [89, -24], - [77, -3], - [-92, -8], - [62, -5], - [-2, -4], - [-62, -1], - [-6, -25], - [26, -5], - [52, 8], - [75, 3], - [-64, -17], - [33, -33], - [-6, -17], - [66, -4], - [49, 30], - [72, 31], - [52, 14], - [16, -1], - [53, 11], - [65, 5], - [59, -2], - [6, -17], - [-17, -11], - [31, -7], - [67, 24], - [-2, 10], - [36, 18], - [9, 16], - [79, 27], - [42, -13], - [34, 10], - [18, 17], - [53, 0], - [40, 12], - [42, -3], - [-21, 10], - [37, 0], - [5, 7], - [153, 6], - [48, 10], - [-61, 7], - [-165, 11], - [31, 17], - [-27, 0], - [9, 15], - [-73, -12], - [-96, 23], - [-5, 14], - [12, 23], - [11, 3], - [8, 18], - [24, 0], - [-7, 12], - [28, 18], - [34, 10], - [17, 0], - [5, 10], - [28, 7], - [15, 13], - [36, 16], - [52, 10], - [29, 14], - [48, 10], - [53, 7], - [31, -4], - [22, 14], - [17, -6], - [43, 6], - [-18, 11], - [29, 26], - [-3, 10], - [14, 17], - [24, 3], - [23, -7], - [39, 33], - [-10, 4], - [-27, -10], - [-22, 3], - [17, 4], - [-20, 7], - [1, 13], - [28, 23], - [18, 3], - [12, -9], - [16, 11], - [-15, 16], - [29, -7], - [14, 11], - [42, 13], - [3, 19], - [10, 20], - [-18, 0], - [-18, 7], - [-1, 18], - [16, 2], - [1, -9], - [21, -10], - [7, 17], - [16, 9], - [-12, 10], - [13, 4], - [3, -10], - [22, -7], - [10, -28], - [15, 7], - [15, -5], - [-4, 9], - [6, 23], - [-11, 13], - [13, 5], - [25, -7], - [16, 14], - [13, -8], - [-20, -29], - [71, -3], - [7, -9], - [4, 12], - [18, 3], - [5, -6], - [28, -5], - [7, 11], - [12, -7], - [-4, -14], - [12, -9], - [21, 25], - [13, 8], - [41, 14], - [105, 20], - [19, 0], - [28, 7], - [-5, 17], - [12, 2], - [-1, -17], - [11, -3], - [25, 9], - [-8, 8], - [9, 9], - [22, -23], - [31, -14], - [21, -5], - [14, 25], - [18, 7], - [-16, 10], - [16, 1], - [8, -13], - [22, -4], - [22, 3], - [27, -4], - [3, 9], - [17, 3], - [-3, -18], - [45, -4], - [11, 1], - [-6, 11], - [17, 9], - [11, -10], - [-10, -23], - [10, -10], - [23, -1], - [26, 4], - [3, 13], - [16, 24], - [24, -18], - [-21, -6], - [14, -7], - [26, -5], - [13, 26], - [15, -4], - [0, -15], - [27, -15], - [31, -3], - [35, 17], - [23, 3], - [38, 21], - [40, 5], - [38, 11], - [7, 7], - [2, 33], - [-12, 13], - [-1, 13], - [20, 12], - [28, 0], - [4, -8], - [-21, -13], - [24, -1], - [20, -13], - [-2, -23], - [45, 4], - [8, -15], - [7, 9], - [26, -1], - [-5, -7], - [19, -19], - [2, 12], - [13, 7], - [-1, 10], - [15, 4], - [-2, 32], - [4, 14], - [26, 6], - [21, 15], - [28, 4], - [8, 17], - [32, 8], - [24, 0], - [-6, 5], - [34, 13], - [14, -6], - [-2, 23], - [18, 5], - [14, -8], - [-13, -7], - [10, -3], - [6, -12], - [9, 8], - [16, -6], - [-5, -17], - [13, 20], - [-3, 14], - [16, 5], - [2, 11], - [-19, -3], - [-6, 13], - [27, 6], - [-2, -9], - [15, 2], - [0, -13], - [11, 8], - [11, -7], - [10, 7], - [-14, 3], - [10, 16], - [-16, 1], - [-1, 12], - [9, 14], - [23, 4], - [11, 12], - [30, 4], - [25, 7], - [40, -6], - [19, -10], - [15, -20], - [11, 3], - [13, -8], - [1, -9], - [-36, 3], - [15, -8], - [-11, -23], - [1, -12], - [7, 13], - [33, 10], - [23, -11], - [12, 1], - [5, -20], - [12, -4], - [4, 11], - [24, 0], - [18, -7], - [45, -7], - [24, 9], - [30, -9], - [45, -7], - [48, -4], - [9, -3], - [35, 8], - [-1, -15], - [14, -30], - [-13, -3], - [-7, -17], - [13, 0], - [-16, -9], - [12, -8], - [0, -9], - [-27, -3], - [17, -14], - [-13, -6], - [9, -5], - [-17, -12], - [-13, 18], - [-18, -29], - [13, -14], - [34, 8], - [1, -21], - [-15, -30], - [-17, -8], - [-5, -19], - [-10, -7], - [-6, -33], - [-12, -36], - [-15, -8], - [25, -10], - [22, 10], - [-3, 26], - [14, 11], - [34, 3], - [8, 20], - [20, 6], - [-6, 7], - [17, 12], - [14, 3], - [-11, 7], - [16, 40], - [17, 7], - [14, 12], - [-6, 15], - [22, 23], - [15, 5], - [8, -12], - [28, 6], - [5, -7], - [13, 8], - [-3, 16], - [35, 18], - [22, 5], - [7, 21], - [16, 4], - [-7, 13], - [9, 12], - [19, 10], - [73, 24], - [30, 4], - [13, -3], - [-6, 13], - [29, 18], - [36, -4], - [9, 7], - [18, 0], - [34, 17], - [8, -5], - [14, 4], - [23, -4], - [23, 1], - [19, 14], - [25, 5], - [12, -6], - [34, 1], - [4, -10], - [31, 17], - [11, -4], - [8, -10], - [13, 6], - [16, 0], - [16, 6], - [13, -10], - [14, 13], - [9, 0], - [8, -26], - [8, 11], - [13, 3], - [9, 9], - [27, 7], - [14, 17], - [0, 7], - [27, 0], - [8, 6], - [27, -9], - [24, -3], - [65, -22], - [29, -6], - [-3, -17], - [12, 13], - [16, -19], - [18, 0], - [29, 17], - [7, 0], - [-5, 20], - [13, 14], - [62, 17], - [35, -27], - [-3, -15], - [21, 2], - [16, -8], - [3, -10], - [-17, -16], - [-31, -8], - [-11, -15], - [25, 3], - [22, 10], - [32, 6], - [13, 10], - [-3, -10], - [19, 3], - [5, -6], - [32, -1], - [41, 14], - [0, -3], - [-45, -17], - [5, -7], - [73, 19], - [18, 14], - [58, 14], - [13, -9], - [11, 6], - [8, 14], - [14, 6], - [12, -14], - [14, 6], - [-8, -12], - [3, -11], - [11, 0], - [0, -16], - [28, 6], - [11, -7], - [10, 7], - [6, -10], - [11, 13], - [2, 21], - [16, 19], - [18, 8], - [28, -7], - [30, 4], - [8, 6], - [19, -2], - [13, -11], - [-5, -11], - [19, 10], - [11, 0], - [9, 12], - [4, -14], - [13, 7], - [8, -8], - [30, 1], - [20, -11], - [35, -3], - [12, -6], - [28, -3], - [10, -5], - [20, 3], - [14, -13], - [27, 10], - [12, -6], - [-4, -11], - [21, 8], - [5, -6], - [-22, -38], - [0, -10], - [11, 0], - [26, 23], - [9, -10], - [14, 7], - [14, -31], - [13, 5], - [-8, -14], - [8, -7], - [23, 3], - [4, -6], - [39, 4], - [35, -1], - [10, 4], - [-1, -21], - [16, -13], - [0, 14], - [24, 0], - [17, -11], - [23, 7], - [-5, 24], - [5, 3], - [24, -14], - [2, -10], - [16, -13], - [14, -3], - [17, -14], - [19, 3], - [6, -10], - [6, 8], - [17, -1], - [45, -17], - [14, -20], - [-16, 0], - [28, -13], - [19, -34], - [-3, -13], - [18, 0], - [2, 34], - [16, 3], - [22, -23], - [21, 2], - [-3, 7], - [38, -3], - [13, -6], - [12, 5], - [13, -6], - [-9, -6], - [27, 2], - [18, -20], - [10, -3], - [48, -30], - [2, 21], - [19, -31], - [-5, -6], - [-13, 7], - [-13, -34], - [12, 6], - [-5, -17], - [-39, 15], - [-11, -1], - [16, -13], - [29, -8], - [-8, -19], - [-20, -10], - [-14, 16], - [-2, -13], - [-32, 1], - [-12, 5], - [1, -16], - [9, 6], - [23, -6], - [-20, -4], - [-5, -9], - [-34, 0], - [9, -14], - [-26, -1], - [1, 15], - [-11, 9], - [-4, -20], - [17, -14], - [-15, 0], - [13, -30], - [-24, 1], - [-20, -6], - [-3, 16], - [-30, -30], - [9, -7], - [-5, -13], - [-22, 2], - [-34, -12], - [45, -1], - [-4, -7], - [21, -16], - [-2, -16], - [-18, -5], - [18, -3], - [4, -13], - [-13, -11], - [14, -5], - [-14, -17], - [18, 0], - [20, -30], - [-7, -11], - [27, -7], - [-11, -20], - [14, -7], - [20, 8], - [12, -14], - [36, -4], - [-15, -13], - [-12, 9], - [-47, -2], - [-37, -7], - [-14, -13], - [-34, 22], - [20, -29], - [-38, 2], - [-9, -8], - [9, -14], - [-23, -14], - [27, 3], - [-37, -16], - [52, -4], - [-72, -17], - [-6, -13], - [61, 6], - [7, -8], - [-35, -4], - [40, -4], - [-17, -13], - [9, -23], - [-22, 5], - [25, -20], - [40, -9], - [38, -31], - [-89, -12], - [59, -2], - [53, 8], - [73, -27], - [12, -14], - [24, 3], - [-3, -20], - [86, -9], - [66, -23], - [124, -12], - [-9955, -15] - ], - [ - [3456, 1546], - [12, -3], - [-1, -9], - [-17, 4], - [-19, -9], - [3, 13], - [22, 4] - ], - [ - [3431, 1556], - [12, -2], - [-6, -9], - [-6, 11] - ], - [ - [3331, 1581], - [7, -5], - [-12, -7], - [-4, 7], - [-20, -3], - [-1, 6], - [30, 2] - ], - [ - [3392, 1616], - [7, -6], - [-33, -7], - [10, 13], - [16, 0] - ], - [ - [3470, 1665], - [-6, -10], - [-5, 8], - [11, 2] - ], - [ - [6916, 2373], - [5, -3], - [-5, -12], - [16, -14], - [19, 13], - [7, -1], - [-1, -15], - [-9, 1], - [-11, -5], - [2, -7], - [13, 1], - [-1, -9], - [-22, 3], - [-7, 8], - [-5, -13], - [-8, 4], - [5, 20], - [-5, 14], - [1, 12], - [6, 3] - ], - [ - [9093, 2685], - [-7, -6], - [5, 12], - [2, -6] - ], - [ - [9020, 2837], - [14, -3], - [13, -8], - [2, -6], - [17, -8], - [24, 13], - [5, -4], - [5, 11], - [5, -4], - [4, 9], - [10, -13], - [-1, -28], - [1, -39], - [-7, 1], - [-1, -22], - [-4, -21], - [3, -1], - [0, -21], - [-10, 9], - [6, 10], - [-14, 1], - [-4, -23], - [-2, 6], - [-8, -26], - [-9, 6], - [-14, -1], - [-3, 20], - [-2, -6], - [-4, 15], - [-7, 9], - [-6, 24], - [0, 13], - [9, -9], - [-13, 31], - [-11, 37], - [-2, 13], - [4, 15] - ], - [ - [9121, 2859], - [-9, -6], - [0, 6], - [9, 0] - ], - [ - [9109, 2896], - [9, -16], - [1, -14], - [-5, -2], - [-11, 22], - [6, 10] - ], - [ - [9001, 2876], - [-5, -4], - [-1, 25], - [7, 3], - [-1, -24] - ], - [ - [8822, 3134], - [-1, -10], - [12, 1], - [0, -11], - [-11, 1], - [-5, -10], - [-20, 1], - [-4, 17], - [21, 11], - [8, 0] - ], - [ - [9263, 3604], - [-1, -18], - [-2, 14], - [3, 4] - ], - [ - [9261, 3608], - [-2, 17], - [3, 2], - [-1, -19] - ], - [ - [8136, 3714], - [7, -36], - [-7, 19], - [0, 17] - ], - [ - [9257, 3758], - [2, -20], - [-10, -37], - [1, 32], - [5, 7], - [-2, 14], - [4, 4] - ], - [ - [9195, 3832], - [5, -3], - [0, -17], - [-7, 17], - [2, 3] - ], - [ - [9061, 4133], - [3, -7], - [-3, -7], - [-4, 13], - [4, 1] - ], - [ - [8880, 4236], - [-7, -7], - [0, -6], - [-8, 0], - [1, 8], - [10, 8], - [4, -3] - ], - [ - [8805, 4285], - [2, -15], - [-4, 8], - [2, 7] - ], - [ - [8797, 4395], - [0, -9], - [6, 2], - [-5, -8], - [-1, -14], - [6, -6], - [-8, 0], - [-6, 5], - [-1, 14], - [9, 16] - ], - [ - [8621, 4522], - [5, -21], - [-7, 4], - [-8, -2], - [5, 9], - [-2, 9], - [6, 10], - [1, -9] - ], - [ - [8624, 4533], - [6, -6], - [14, 10], - [6, -2], - [1, -21], - [-14, -18], - [-13, 16], - [-3, 29], - [3, -8] - ], - [ - [8682, 4547], - [1, -13], - [-4, 6], - [3, 7] - ], - [ - [8959, 4566], - [-1, -8], - [6, -7], - [3, -19], - [0, -30], - [10, -9], - [-4, -20], - [6, -4], - [4, -11], - [-2, -17], - [5, 2], - [-1, -13], - [3, -19], - [-2, -19], - [5, -20], - [3, -22], - [5, -2], - [15, 18], - [4, -22], - [18, -23], - [-3, -12], - [2, -6], - [2, -37], - [3, -8], - [-2, -16], - [6, -22], - [9, -9], - [-1, -11], - [5, -19], - [1, -16], - [-3, -34], - [9, -15], - [-2, -17], - [5, -14], - [13, -15], - [4, 7], - [2, -12], - [8, 0], - [4, -6], - [1, -14], - [19, -12], - [1, -10], - [7, 5], - [3, -13], - [4, 1], - [1, -10], - [-4, -1], - [-1, -10], - [15, -24], - [-1, -8], - [8, -30], - [0, -14], - [3, -20], - [8, -7], - [5, -13], - [-3, 22], - [4, 5], - [3, -9], - [10, -13], - [2, 13], - [6, -21], - [-2, -15], - [3, -36], - [4, 0], - [4, -13], - [5, -4], - [6, -13], - [6, 3], - [4, -6], - [6, -27], - [8, -7], - [4, -25], - [10, -6], - [0, -27], - [6, -16], - [-2, -19], - [4, -40], - [-4, -3], - [10, -41], - [1, -17], - [3, -4], - [1, -40], - [-7, -21], - [-2, -39], - [-7, -32], - [0, -30], - [-3, -28], - [-5, -21], - [-6, -11], - [0, -23], - [-13, -15], - [-11, -20], - [-6, -26], - [-5, -3], - [0, -26], - [-9, -18], - [-3, -27], - [-4, -14], - [2, -9], - [-8, -7], - [-9, -34], - [0, -24], - [-7, -34], - [4, -21], - [-2, -14], - [-13, -16], - [-33, -2], - [-16, -10], - [-10, -13], - [-13, -24], - [-19, -4], - [3, -12], - [4, 7], - [-2, -20], - [-6, 16], - [-8, -3], - [-4, 16], - [-3, -3], - [-8, 9], - [5, 8], - [-2, 9], - [-6, 0], - [-1, -10], - [-8, -5], - [-6, 8], - [8, 1], - [3, 17], - [-6, 10], - [-15, -14], - [10, -2], - [-2, -8], - [-6, 0], - [-10, -11], - [-14, -22], - [-32, 28], - [-5, -2], - [-8, 7], - [-9, -1], - [1, -6], - [-8, 1], - [-4, 13], - [-14, 5], - [-10, 11], - [-3, 13], - [-13, 23], - [-3, 18], - [5, 6], - [0, 13], - [-9, 34], - [-14, 26], - [6, 2], - [3, 10], - [-4, 3], - [-21, -20], - [-8, 0], - [-1, 7], - [9, 12], - [3, 33], - [-8, 16], - [-3, 16], - [-7, -13], - [-1, -20], - [-5, -23], - [-7, 4], - [-15, -11], - [3, 23], - [11, -3], - [3, 21], - [-1, 25], - [4, 17], - [9, 19], - [-3, 19], - [6, 4], - [-8, 34], - [0, -26], - [-3, 2], - [-6, -11], - [-5, -27], - [-25, -26], - [-8, -24], - [-4, -3], - [-4, -16], - [6, 2], - [0, -12], - [-5, 7], - [-6, -5], - [-6, 18], - [-1, 21], - [-3, 17], - [-11, 20], - [-4, 27], - [-12, 0], - [-2, 13], - [-4, 1], - [7, 15], - [-5, 12], - [-8, -5], - [3, 9], - [-8, 16], - [-14, -5], - [-10, 14], - [-7, 1], - [-9, -6], - [-12, 18], - [-18, 14], - [-9, -7], - [-18, 2], - [-33, -7], - [-27, -23], - [-20, -11], - [-17, -2], - [-14, 5], - [-18, -19], - [-15, -10], - [-2, -6], - [-17, -8], - [-4, -5], - [-5, -28], - [-7, -16], - [-6, -7], - [-4, 3], - [-6, -7], - [-3, 9], - [-19, -3], - [-8, -6], - [0, 8], - [-14, 3], - [-20, -2], - [-13, -6], - [-16, -1], - [-9, -16], - [-2, -12], - [-16, 1], - [-3, -11], - [-7, -4], - [-2, -11], - [-20, -8], - [-2, -5], - [-12, 7], - [-18, -1], - [-15, 14], - [-10, 19], - [-10, 9], - [-4, -3], - [-4, 15], - [0, 32], - [6, -7], - [7, 3], - [6, 18], - [-1, 36], - [3, 8], - [0, 43], - [-18, 66], - [-4, 34], - [1, 32], - [-5, 22], - [-7, 17], - [0, 16], - [-11, 24], - [-2, 38], - [-5, 16], - [-11, 32], - [-7, 13], - [5, 14], - [6, -26], - [7, 6], - [0, 9], - [-9, 14], - [-4, 27], - [2, 4], - [7, -20], - [-1, -17], - [5, 14], - [2, -22], - [7, -2], - [0, 30], - [-5, 13], - [-6, 26], - [-4, 4], - [-3, 21], - [-5, 16], - [1, 26], - [4, 22], - [5, 6], - [0, 24], - [2, 10], - [-5, 22], - [3, 7], - [7, 33], - [4, 4], - [-2, -20], - [1, -21], - [7, 4], - [8, 34], - [23, 20], - [13, 26], - [21, 22], - [5, -3], - [8, 6], - [7, -7], - [12, 7], - [8, 14], - [17, 3], - [10, 20], - [12, -6], - [7, 6], - [12, 3], - [16, 11], - [11, 13], - [9, 25], - [3, 19], - [4, 4], - [16, 39], - [-4, 1], - [-2, 36], - [3, 14], - [8, 17], - [6, 3], - [0, 10], - [7, 12], - [-1, -15], - [5, -3], - [0, -14], - [12, -37], - [-1, 10], - [3, 13], - [-2, 11], - [7, -10], - [-3, 24], - [-6, 5], - [6, 13], - [-5, 8], - [5, 2], - [7, -7], - [-1, 9], - [7, -9], - [16, -1], - [-10, 3], - [-1, 9], - [6, 4], - [1, 18], - [-4, -11], - [-3, 18], - [1, 9], - [6, 1], - [3, 9], - [5, 0], - [4, -9], - [1, 10], - [-6, 3], - [4, 17], - [11, -10], - [0, 9], - [-8, 16], - [10, 14], - [3, -4], - [7, 6], - [1, -11], - [3, 5], - [4, 26], - [-5, 5], - [4, 7], - [3, -19], - [9, 16], - [1, -16], - [4, 14], - [4, 0], - [-3, 11], - [6, 4], - [4, -14], - [9, 1], - [11, -28], - [10, -16], - [-3, -17], - [0, -13], - [4, -1], - [-1, 11], - [5, 14], - [4, 3], - [12, -5], - [9, -11], - [-1, 11], - [7, -5], - [3, -14], - [4, 1], - [-3, 18], - [5, -1], - [-6, 15], - [-7, 11], - [4, 20], - [7, 4], - [1, 18], - [4, 9], - [11, 12], - [-5, 9], - [0, 14], - [6, 2], - [0, 12], - [6, 6], - [2, 11], - [7, -14], - [0, 17], - [4, -2], - [-1, 12], - [9, 5], - [3, -13], - [13, 4], - [4, -5], - [9, 5], - [7, 9], - [2, 24], - [-7, 12], - [-9, -5], - [-5, 12], - [-5, 0], - [7, 11], - [10, -1], - [9, -21], - [6, 10], - [7, -21], - [14, -7], - [4, 6], - [4, -11], - [3, 4], - [4, -12], - [6, -1], - [8, 7], - [11, -18], - [13, 11], - [6, 2], - [-4, -8], - [2, -6], - [5, 7], - [5, -5], - [-2, -11], - [7, -1], - [3, 14], - [-5, 3], - [10, 9], - [4, -17], - [3, 7], - [4, -11], - [-12, -28], - [4, -6], - [-9, -21], - [0, 9], - [-5, -6], - [0, 8], - [-7, -9], - [0, -26], - [4, 3], - [-4, -29], - [-3, -3], - [-7, -24], - [-4, -4], - [2, -13], - [22, -27], - [0, -8], - [10, -11], - [4, -9], - [7, 1], - [10, -14], - [10, -7], - [9, -21], - [7, -8], - [20, -9], - [4, -7], - [1, -15], - [22, -24], - [14, 4], - [10, 13], - [3, 24], - [7, 18], - [3, 26], - [3, 9], - [-2, 9], - [3, 25], - [5, 20], - [-4, 40], - [3, 16], - [-4, 13], - [1, 21], - [5, 21], - [-2, 18], - [6, 14], - [-2, 11], - [-5, -4], - [6, 28], - [6, 1], - [-2, 8], - [6, 41], - [0, 14], - [5, 2], - [6, 11] - ], - [ - [5470, 7982], - [-2, -9], - [5, -23], - [3, -3] - ], - [ - [5476, 7947], - [-3, -17], - [-12, 3], - [-6, -6], - [7, -3], - [-5, -12], - [-1, -22], - [-9, -9] - ], - [ - [5447, 7881], - [-19, -12], - [-16, -2], - [-9, -14], - [-23, 9] - ], - [ - [5380, 7862], - [-32, 7], - [-12, 17], - [2, 7], - [-12, -5], - [-17, -1], - [-4, -11], - [-15, 6] - ], - [ - [5290, 7882], - [-2, 7], - [-6, -8], - [-16, 12] - ], - [ - [5266, 7893], - [-2, 12] - ], - [ - [5264, 7905], - [1, 14] - ], - [ - [5265, 7919], - [4, 2] - ], - [ - [5269, 7921], - [7, 0], - [8, -16], - [6, 15], - [12, -1], - [2, -7], - [9, 1], - [9, 10], - [32, 4], - [6, -11], - [3, 9], - [-5, 5], - [1, 13], - [-6, 9], - [4, 7], - [12, 5], - [4, 16], - [7, -3], - [3, 13] - ], - [ - [5383, 7990], - [7, -9], - [18, 0], - [7, 11], - [0, 12], - [11, -1], - [20, -13], - [10, 3], - [13, -6], - [1, -5] - ], - [ - [6281, 7420], - [-19, 8], - [-9, 14], - [-9, 24] - ], - [ - [6244, 7466], - [-1, 3] - ], - [ - [6289, 7594], - [9, -6], - [11, -12], - [5, -17], - [16, -3], - [5, 15], - [9, 6], - [5, 16] - ], - [ - [6349, 7593], - [15, -31], - [1, -11], - [10, -28], - [15, -3], - [8, -10], - [-11, -3], - [-13, -11], - [0, -11], - [-6, -28], - [4, -11], - [-5, 0], - [-1, -17], - [-7, 10], - [-2, -43] - ], - [ - [6357, 7396], - [-7, -2], - [-6, 12], - [-11, 12], - [1, 8], - [7, 2], - [-5, 18], - [6, 7], - [-10, 16], - [-4, -1], - [-26, -29], - [-11, -17] - ], - [ - [6249, 7560], - [8, 10], - [13, -8], - [8, -9], - [6, 1], - [6, -8], - [4, 3], - [1, 15], - [-10, 9], - [-3, 13], - [7, 8] - ], - [ - [5848, 5045], - [-4, -15], - [2, -14], - [9, -5], - [0, -17], - [-9, -13], - [-9, -34], - [-11, -21], - [-3, 1] - ], - [ - [5823, 4927], - [-9, 39], - [1, 21], - [-4, 4] - ], - [ - [5811, 4991], - [0, 18], - [-4, 5], - [-2, 12] - ], - [ - [5805, 5026], - [4, 7], - [5, -4], - [0, -9], - [11, 1], - [5, 7], - [1, 21], - [6, -6], - [7, 7], - [4, -5] - ], - [ - [5166, 8104], - [10, -14], - [1, -10], - [-8, -11] - ], - [ - [5169, 8069], - [-7, -3], - [-4, -16], - [2, -14] - ], - [ - [5160, 8036], - [-9, -3], - [-4, 10], - [-13, 7], - [-1, 21], - [-9, -13], - [-10, 3], - [2, 15], - [-5, 5], - [-10, 0], - [0, 6], - [-11, 5], - [-4, 15], - [-7, -6], - [-7, 8], - [-2, 15] - ], - [ - [5070, 8124], - [16, 14], - [7, 3] - ], - [ - [5093, 8141], - [0, -6], - [16, -3], - [8, 9] - ], - [ - [5117, 8141], - [1, 0] - ], - [ - [5118, 8141], - [3, 3], - [16, -1], - [7, -8], - [9, 0], - [9, -11], - [-6, -13], - [10, -7] - ], - [ - [5099, 5856], - [-3, -17], - [7, -16], - [0, -19], - [3, -5], - [-1, -16], - [-5, 0], - [1, -14], - [-3, -18], - [-6, -3], - [0, -9], - [-5, -12], - [-2, -20], - [-8, -4], - [-2, -15], - [0, -41], - [-1, -12], - [2, -25], - [1, -42], - [-2, -18] - ], - [ - [5075, 5550], - [-31, -9] - ], - [ - [5044, 5541], - [5, 3], - [-5, 18], - [1, 24], - [0, 73], - [-1, 5], - [0, 43], - [-6, 13], - [-1, 37], - [-16, 23], - [0, 19], - [4, 17] - ], - [ - [5025, 5816], - [5, 3], - [1, 13], - [4, -1], - [3, 11], - [6, -3], - [11, 2], - [8, 13], - [3, 14] - ], - [ - [5066, 5868], - [-1, 19], - [14, 10], - [10, -21], - [2, -8], - [6, -4], - [2, -8] - ], - [ - [5006, 6041], - [-2, -21], - [6, -16], - [-1, -9], - [7, -24], - [5, 0], - [7, -13], - [7, -7], - [-9, -1], - [0, -15], - [6, -6], - [11, -19], - [8, -1], - [3, 7], - [5, -3], - [3, -15], - [-6, -4], - [10, -26] - ], - [ - [5025, 5816], - [-12, 0], - [-18, 8] - ], - [ - [4995, 5824], - [-8, -3], - [-5, -10], - [-2, 5], - [-59, 0], - [-3, -22], - [3, -11], - [2, -25], - [0, -24], - [2, -5] - ], - [ - [4925, 5729], - [-4, -4], - [-10, 24], - [-6, 5], - [-10, 1], - [-11, -7], - [-4, -11], - [-11, 3], - [-4, 12], - [-3, -1], - [-4, 24], - [-9, 1], - [-3, 7] - ], - [ - [4846, 5783], - [3, 24], - [-2, 14], - [6, 9], - [1, 19], - [-4, 14], - [8, 10], - [9, 1], - [10, 18], - [-1, 24], - [6, 0], - [0, 14], - [-3, 11], - [10, 13], - [15, -13], - [5, 7], - [0, 25], - [6, -5], - [5, 21], - [11, 16], - [12, -6], - [1, 16], - [8, 3], - [11, 13], - [8, 5], - [8, 15], - [8, -4], - [8, 2], - [11, -8] - ], - [ - [7529, 6456], - [0, 16], - [3, -11], - [-3, -5] - ], - [ - [7521, 6458], - [-5, -7], - [2, 29], - [-4, 4], - [3, 11], - [6, -20], - [-2, -17] - ], - [ - [7571, 6448], - [0, -29], - [2, -10], - [-12, 7], - [1, -20] - ], - [ - [7562, 6396], - [1, -15], - [-7, 20], - [-1, 27], - [-3, 9], - [-2, 29], - [-11, 31], - [-5, -14], - [-9, 0], - [-8, 26], - [1, 14], - [-4, 6], - [-9, 4], - [11, -11], - [-4, -10], - [2, -12], - [-3, -8], - [5, -13], - [-2, -18], - [-6, -9], - [-1, -11], - [-7, 1], - [1, 7], - [-5, 6], - [-2, -15], - [-12, -7], - [0, 14], - [-4, -18], - [-4, 10], - [-1, 18] - ], - [ - [7473, 6457], - [-6, 48], - [2, 14], - [-7, 2], - [3, 13], - [-6, 8], - [0, 11], - [5, 8], - [0, 22], - [-7, 0], - [-11, 12], - [-2, 7], - [4, 12], - [5, 1], - [3, 18], - [13, -1], - [-3, 18], - [-8, 1], - [-3, 11], - [-9, 14], - [2, 12], - [5, 4], - [4, 14], - [5, -9], - [11, -3], - [7, -14], - [7, -2], - [2, 15], - [6, -18], - [-2, -4], - [1, -32], - [15, -8], - [23, 2], - [7, -3], - [18, 3], - [11, -14], - [-6, -2], - [-5, -31], - [-5, -2], - [0, -9], - [-8, 2], - [0, -6], - [-7, 0], - [-7, -21], - [2, -14], - [9, -30], - [7, 5], - [0, 15], - [5, 8], - [-1, 11], - [5, 4], - [8, -22], - [0, -25], - [3, -12], - [3, -42] - ], - [ - [5793, 7702], - [0, -17], - [-11, -3], - [-6, -14], - [-2, -26], - [-4, 1], - [-8, -16], - [5, 1], - [11, -28] - ], - [ - [5778, 7600], - [-13, -4], - [-6, 9], - [-21, -5], - [-7, -15] - ], - [ - [5731, 7585], - [-8, 0], - [2, -21], - [-25, -7], - [-9, 10], - [-8, 1], - [-2, 6], - [-14, 0], - [-8, -7], - [-13, 0], - [-10, -4] - ], - [ - [5636, 7563], - [3, 22], - [-5, 18], - [-9, 5], - [-5, 11] - ], - [ - [5620, 7619], - [5, 6], - [-3, 23], - [9, 5], - [7, 17], - [-13, 15], - [-4, 15], - [1, 17], - [8, 13] - ], - [ - [5630, 7730], - [9, -8], - [-4, -15], - [17, 3], - [18, -8], - [10, 3], - [21, -5], - [4, -4], - [11, 5], - [9, 16], - [25, 10], - [10, -10], - [15, -2], - [8, -13], - [10, 0] - ], - [ - [6402, 6694], - [3, 0], - [0, -24], - [-4, 8], - [1, 16] - ], - [ - [2971, 6401], - [-3, -10], - [-15, -3], - [-1, 6], - [9, 10], - [4, -4], - [6, 12], - [0, -11] - ], - [ - [2969, 6475], - [8, -3], - [-7, -3], - [-1, 6] - ], - [ - [2948, 6491], - [0, -14], - [-5, 9], - [5, 5] - ], - [ - [2889, 6546], - [9, -13], - [-10, 9], - [1, 4] - ], - [ - [2908, 6546], - [6, -21], - [0, -8], - [7, -10], - [0, -8], - [-7, 15], - [-1, 14], - [-5, 18] - ], - [ - [2840, 6572], - [6, 0], - [0, -20], - [-8, 5], - [-3, 13], - [5, 2] - ], - [ - [2908, 6577], - [-3, 0], - [-4, 16], - [7, -16] - ], - [ - [2830, 6632], - [3, 0], - [8, -40], - [-8, -11], - [-10, 14], - [7, 37] - ], - [ - [2869, 6655], - [0, -4], - [16, -20], - [-1, -29], - [-2, 7], - [3, 17], - [-6, 14], - [-11, 8], - [1, 7] - ], - [ - [2819, 6722], - [15, -4], - [-21, -5], - [6, 9] - ], - [ - [2839, 6733], - [5, 0], - [16, -25], - [0, -11], - [-4, -3], - [0, -19], - [-6, 5], - [4, 8], - [0, 18], - [-8, 23], - [-7, 4] - ], - [ - [5528, 7765], - [9, 0], - [-7, -29], - [14, -17], - [-10, -5], - [7, -13], - [-1, -8], - [-7, -3] - ], - [ - [5533, 7690], - [-8, -3], - [0, -8], - [-7, -6], - [-1, -13], - [-4, 0], - [-1, -26] - ], - [ - [5512, 7634], - [-22, 19] - ], - [ - [5490, 7653], - [-2, 3] - ], - [ - [5488, 7656], - [0, 8], - [-35, 57], - [-8, 32], - [-7, 3], - [0, 29], - [6, 2], - [10, -12], - [3, 10], - [9, -1], - [4, 7], - [4, -7], - [22, -6], - [4, 4], - [19, -3], - [2, -11], - [7, -3] - ], - [ - [5781, 8416], - [4, -6], - [9, 3], - [3, -8], - [9, 4], - [11, -6], - [1, -13], - [12, 9], - [16, -3], - [11, -11], - [-2, -19], - [6, -15], - [-7, -13], - [11, -10], - [-3, -7], - [7, -14], - [15, -15], - [-3, -11], - [10, 1], - [11, -9], - [6, -11], - [-15, -22], - [-22, 5], - [-4, -9], - [8, -10], - [2, -30], - [5, -13] - ], - [ - [5882, 8183], - [-23, -2], - [-12, -29], - [3, -14], - [-7, -1], - [-6, 11], - [-15, -1], - [-9, -6], - [-5, 14], - [-13, -11], - [-11, 13], - [-16, -10], - [1, 7], - [-13, 0], - [-1, 7], - [-21, 5], - [-10, 6], - [-28, 2], - [-19, -4], - [-11, -18], - [-11, 3], - [0, -5] - ], - [ - [5655, 8150], - [0, 34], - [-12, 10], - [6, 13], - [15, 11], - [0, 18], - [-7, 25], - [-5, 28] - ], - [ - [5652, 8289], - [20, 1], - [5, -4], - [12, 5], - [-1, 7], - [19, 11], - [1, -8], - [8, 6], - [-7, 3], - [9, 37], - [8, 1], - [3, 10], - [9, -1], - [6, 10], - [-8, 1], - [2, 20] - ], - [ - [5738, 8388], - [11, 10], - [17, -2], - [8, 17], - [7, 3] - ], - [ - [2547, 6247], - [-3, -6], - [9, 0], - [-1, -18], - [-5, -28], - [4, -4], - [-4, -10], - [2, -16], - [-2, -24], - [-7, -21], - [-5, -2], - [-5, -20] - ], - [ - [2530, 6098], - [-9, 0], - [2, 51], - [0, 60] - ], - [ - [2523, 6209], - [4, 10], - [4, -6], - [9, 26], - [0, 6], - [7, 2] - ], - [ - [3084, 4249], - [-4, -1] - ], - [ - [3080, 4248], - [4, 1] - ], - [ - [3384, 4022], - [-1, 21], - [-24, 29], - [-24, 0], - [-51, -22], - [-4, -23], - [-10, -28], - [0, -29], - [-8, -54], - [-3, -14] - ], - [ - [3133, 3869], - [-10, -5], - [-9, 4], - [1, 16], - [-3, 11], - [0, 16], - [-4, 7], - [-3, 23], - [0, 15], - [-6, 20], - [-4, 2], - [2, 18], - [-6, 6], - [1, 10], - [-3, 14], - [6, 2], - [1, 8], - [-5, 11], - [7, 16], - [-13, 23], - [-3, 34], - [-3, 18], - [2, 6], - [-7, 5], - [0, 8], - [-5, 18] - ], - [ - [3069, 4175], - [-4, 17], - [7, 8], - [10, 30] - ], - [ - [3082, 4230], - [5, -3], - [-1, 11], - [8, 5], - [0, 6], - [-7, 0], - [-1, 9], - [4, 4], - [-7, 3], - [0, 7], - [-10, 17] - ], - [ - [3073, 4289], - [6, 16], - [-7, 15], - [6, 28], - [5, 6], - [3, 20], - [-6, 22], - [4, 8], - [-1, 36], - [7, 11], - [2, 12], - [-16, 55], - [-9, 34] - ], - [ - [3067, 4552], - [23, -3], - [-1, -8], - [10, 6], - [9, 20], - [11, 3], - [11, 19], - [7, 3], - [11, 20], - [19, 8], - [7, 1], - [4, -5], - [5, 9], - [3, -32], - [-4, -13], - [3, -21], - [-2, -18], - [2, -19], - [3, -2], - [1, -14], - [4, -2], - [1, -12], - [5, -1], - [4, -10], - [6, -4], - [1, -11], - [13, -4], - [4, 4], - [10, -7], - [4, -8], - [5, 4], - [9, -20], - [4, 1], - [8, -10], - [7, 0], - [0, -6], - [8, -17], - [22, 4], - [18, -27], - [-2, -20], - [5, -18], - [1, -28], - [-9, -1], - [9, -20], - [3, -47], - [47, -4], - [3, 3], - [0, -13], - [-4, -8], - [2, -34], - [11, -15], - [6, -1], - [0, -8], - [6, -27], - [0, -10], - [-6, -46], - [-9, -38], - [7, -13], - [-8, -10] - ], - [ - [3651, 3581], - [1, 22], - [3, 0], - [-4, -22] - ], - [ - [3650, 3661], - [-4, 8], - [6, 7], - [-2, -15] - ], - [ - [3919, 4412], - [0, -16], - [-4, 16], - [4, 0] - ], - [ - [3660, 5124], - [-3, 3], - [4, 9], - [-1, -12] - ], - [ - [3588, 5149], - [0, -7], - [-8, -7], - [1, 9], - [7, 5] - ], - [ - [3577, 5151], - [2, -5], - [-4, -19], - [-3, -11], - [-15, -19], - [0, 13], - [7, 10], - [0, 14], - [2, 11], - [8, 8], - [3, -2] - ], - [ - [3573, 5156], - [5, 19], - [0, -10], - [-5, -9] - ], - [ - [3608, 5175], - [11, -6], - [9, 5], - [27, -7], - [-2, -14], - [-1, -20], - [-4, -14], - [-5, -5], - [0, -14], - [-7, -5], - [-3, 7], - [0, -11], - [-9, 1], - [-6, -12], - [-14, 3], - [-4, -6], - [-5, 2], - [-7, 28], - [1, 13], - [6, -5], - [1, 8], - [-7, -1], - [0, 23], - [2, 17], - [4, 10], - [5, 5], - [8, -2] - ], - [ - [3586, 5165], - [-4, 4], - [1, 13], - [7, 3], - [2, -9], - [-6, -11] - ], - [ - [3625, 5187], - [3, -5], - [-2, -7], - [-11, 2], - [10, 10] - ], - [ - [3599, 5183], - [-5, 0], - [-2, 9], - [6, -1], - [1, -8] - ], - [ - [3624, 5200], - [-6, -5], - [-3, -12], - [-14, 0], - [-1, 12], - [8, 1], - [15, 9], - [1, -5] - ], - [ - [3600, 5213], - [1, -14], - [-2, -7], - [0, 23], - [1, -2] - ], - [ - [3609, 5216], - [-6, -13], - [1, 14], - [5, -1] - ], - [ - [3608, 5236], - [0, -10], - [-5, 0], - [5, 10] - ], - [ - [3600, 5305], - [1, -11], - [-5, 4], - [4, 7] - ], - [ - [3431, 5295], - [13, -7], - [2, 14], - [-6, 10], - [5, 17], - [6, -8], - [11, 2], - [0, 4], - [10, 2], - [8, -5], - [3, -7] - ], - [ - [3483, 5317], - [3, -7], - [8, -3], - [7, 3], - [6, 9], - [5, -7], - [6, 5], - [9, -9], - [9, 11], - [8, 31], - [1, 14], - [4, 7], - [15, 44] - ], - [ - [3564, 5415], - [5, 24], - [8, -16], - [1, -21], - [3, 4], - [-1, -29], - [3, -31], - [7, -22], - [1, -18], - [6, -18], - [13, -4], - [4, -8], - [0, -19], - [-7, -4], - [7, -3], - [-11, -17], - [-5, -12], - [-4, -17], - [-5, -11], - [-5, -1], - [-9, -17], - [-4, -19], - [-8, -19], - [0, -14], - [-7, -8], - [-1, -13], - [-6, 4], - [-14, -13], - [13, 2], - [0, -10], - [9, 7], - [7, 10], - [11, 11], - [13, 17], - [-5, -12], - [5, -5], - [0, -14], - [4, -9], - [0, -11], - [7, -14], - [4, 9], - [6, 4], - [5, -7], - [12, 10], - [1, -7], - [-5, -41], - [2, -2], - [8, 40], - [7, 18], - [2, -8], - [8, 21], - [3, -12], - [1, 19], - [4, -2], - [4, 16], - [1, 15], - [5, 0], - [5, 12], - [2, -11], - [4, 10], - [11, -7], - [19, -9], - [0, -10], - [7, -6], - [8, 5], - [1, -7], - [10, -9], - [1, -8], - [6, 9], - [-2, -11], - [1, -13], - [3, 11], - [5, 4], - [10, -14], - [-3, -5], - [6, -1], - [3, -8], - [-5, -16], - [5, 5], - [3, -14], - [-4, 0], - [-5, -36], - [2, -9], - [6, 14], - [1, 23], - [8, 8], - [1, -9], - [-7, -12], - [7, -2], - [2, 14], - [9, 4], - [6, -4], - [-1, 12], - [4, 0], - [18, -13], - [6, -11], - [15, -5], - [3, 6], - [5, -9], - [29, 4], - [3, 2], - [14, -3], - [25, -31], - [3, -1], - [8, -15], - [5, -2], - [11, -27], - [14, -26], - [9, -6], - [4, -12], - [6, -1], - [6, -8], - [16, -1], - [5, 3], - [13, -6], - [4, -13], - [9, -57], - [1, -24], - [5, -21], - [-1, -53], - [-7, -40], - [-7, -25], - [-10, -27], - [-3, 5], - [-2, -16], - [-12, -24], - [-3, -13], - [-10, -10], - [-5, -9], - [-11, -37], - [-15, -52], - [-13, -34], - [-5, 0], - [0, 14], - [-4, 9], - [-4, -16], - [0, -17], - [-4, -7], - [0, -27], - [-2, -5], - [2, -28], - [-3, -20], - [2, -9], - [0, -24], - [2, -28], - [2, -6], - [-4, -25], - [-6, -53], - [1, -31], - [-2, -9], - [-7, -8], - [-7, -30], - [2, -51], - [-3, -13], - [-6, -6], - [-9, -44], - [-13, -31], - [-8, -25], - [4, -27], - [-5, -10], - [-12, -7], - [-13, -20], - [0, -21], - [-17, 1], - [-11, -3], - [0, 18], - [-7, -5], - [2, -13], - [-22, -7], - [10, 7], - [-9, 3], - [-8, -7], - [-2, 7], - [-9, -7], - [1, -17], - [-10, -3], - [-2, -6], - [-10, -7], - [-1, -11], - [-12, 4], - [-8, -7], - [-1, -7], - [-11, -6], - [-11, -13], - [-5, -12], - [-10, -9], - [-10, -15], - [-1, -15], - [-8, -7], - [-6, 4], - [1, -17], - [-4, -17], - [-1, -19], - [-5, -6], - [4, -6], - [-3, -16], - [3, -6], - [2, -32], - [-2, -52], - [-4, -17], - [-17, -23], - [-5, -12], - [-14, -39], - [-8, -37], - [-10, -34], - [-12, -25], - [-22, -27], - [-3, -9], - [0, 17], - [5, -4], - [11, 20], - [5, 3], - [4, 11], - [-1, 12], - [5, 1], - [0, 10], - [9, 9], - [-1, 22], - [4, -6], - [1, 12], - [-12, -4], - [-9, 8], - [3, -7], - [-6, -21], - [-1, -24], - [-6, -10], - [-9, -4], - [-3, -21], - [-4, -3], - [-1, -14], - [5, -10], - [-5, -7], - [-6, -30], - [-7, -26], - [-18, -28] - ], - [ - [3517, 3240], - [-4, 10] - ], - [ - [3513, 3250], - [2, 1], - [1, 23], - [5, 4], - [2, 13], - [5, 6], - [5, -10], - [6, 18], - [-4, 16], - [-12, -19] - ], - [ - [3523, 3302], - [-11, 11], - [-5, 23], - [-15, 14], - [-9, 21], - [-8, 3], - [-4, 8], - [-7, 3], - [-2, 10], - [-8, 11], - [-6, -13], - [-4, 0], - [0, 16], - [-23, 40], - [-7, 0], - [-2, -8], - [-11, -2], - [-2, 6] - ], - [ - [3483, 3710], - [0, 8] - ], - [ - [3483, 3718], - [5, 3], - [0, 26], - [4, 16], - [0, 34] - ], - [ - [3492, 3797], - [-9, 15], - [-10, -10], - [-13, 1], - [-3, 21], - [1, 11], - [-4, 23], - [1, 21], - [-7, 19], - [-9, 1], - [-6, 12], - [-12, -10], - [-31, 8], - [0, 36], - [3, 16], - [-9, 61] - ], - [ - [3067, 4552], - [-11, 2], - [-7, -8], - [-12, 3], - [0, 41], - [1, 29], - [2, 20], - [-10, -14], - [-2, -7], - [-9, -11], - [-25, 0], - [-3, 27], - [-14, 7], - [-11, 0], - [7, 16], - [0, 8], - [-6, 17], - [-4, 2], - [-1, 11], - [-5, 6], - [-2, 15], - [-5, 9], - [2, 9], - [-8, 14], - [1, 11], - [7, 2], - [-3, 13], - [2, 13], - [11, 17], - [5, 3], - [1, 12], - [-3, 14], - [8, 24], - [1, 30], - [14, 14], - [14, 21], - [17, 5], - [10, 6], - [5, 11], - [9, 1], - [3, -6], - [10, -5], - [0, 5] - ], - [ - [3056, 4939], - [6, 58], - [0, 9], - [5, 46], - [0, 10], - [5, 54], - [-4, 13], - [-2, 24], - [-13, 21], - [1, 42], - [12, 4], - [3, 5], - [10, -6], - [-2, 21], - [-4, 4], - [-14, 0], - [0, 37], - [8, 4], - [5, -3], - [34, 0], - [-1, 16], - [7, -15], - [5, 4], - [9, 19], - [4, -5], - [7, -29], - [-1, -21], - [6, 2] - ], - [ - [3142, 5253], - [11, -21], - [10, -7], - [10, 14], - [6, -1], - [-1, -17], - [11, 17], - [1, 10], - [11, 6], - [10, 16], - [0, -8], - [9, 16], - [0, 14], - [19, 16], - [1, 14], - [-20, 4], - [2, 15], - [-6, 20], - [0, 30], - [-13, 22], - [-4, 12], - [2, 5], - [4, -10], - [12, 0], - [4, -14], - [10, 4], - [4, -5], - [4, 7], - [4, -5], - [7, -18], - [7, 5], - [-1, 20], - [6, 1], - [4, 9], - [7, -6], - [18, 12], - [0, 6], - [16, 10], - [10, 22], - [-2, 13], - [-3, 1] - ], - [ - [3312, 5482], - [11, 0], - [3, 4], - [8, -12], - [-3, -33], - [6, 0], - [5, -8], - [-2, -8], - [4, -14], - [0, -10], - [-7, -12], - [1, -13], - [-4, -17], - [-1, -22], - [2, -17], - [5, -5], - [0, -26], - [6, -8], - [8, -19], - [8, -4], - [4, -7], - [8, 5], - [0, 10], - [5, 9], - [9, -5], - [6, 11], - [7, 0], - [3, 11], - [9, 7], - [9, -8], - [9, 4] - ], - [ - [3347, 5935], - [-4, 3], - [0, 13], - [6, -10], - [-2, -6] - ], - [ - [8198, 5465], - [5, -34], - [-7, 5], - [-2, 24] - ], - [ - [8194, 5460], - [4, 5] - ], - [ - [8166, 5448], - [6, -1], - [7, 5], - [7, 12], - [9, 10], - [-2, -10] - ], - [ - [8193, 5464], - [-7, -9], - [2, -17], - [0, -14], - [-7, -10], - [-7, 23], - [-8, 11] - ], - [ - [7545, 6781], - [-2, -8], - [5, -11], - [6, 3], - [3, -10], - [-3, -11], - [3, -13], - [-5, -4], - [-33, -3], - [-10, 8], - [-6, -9], - [-11, -3], - [-12, 9], - [-6, -2], - [-7, 7], - [-3, 12], - [4, 10] - ], - [ - [7468, 6756], - [3, 13], - [13, 29], - [11, 14], - [12, 3], - [0, -5], - [9, -1], - [-4, -10], - [18, -5], - [5, 6], - [10, -8], - [0, -11] - ], - [ - [5701, 4158], - [-1, -8], - [8, -27], - [7, -13], - [6, -21], - [4, -29], - [8, -13], - [14, -17], - [7, -3], - [3, -9], - [0, -15], - [12, -1], - [-1, -34], - [6, -12], - [3, -15], - [18, -5], - [12, -10], - [1, -14], - [7, -7] - ], - [ - [5815, 3905], - [-9, -3], - [-3, -13], - [-8, -7], - [-12, -4], - [-12, -27], - [-5, -6], - [-2, -10], - [-11, -7], - [-4, -13], - [-5, -31], - [-8, -10], - [-3, -10], - [-15, -6], - [0, -10], - [-8, -41], - [-5, -7], - [-10, 1], - [-4, -5], - [-17, 5], - [-10, 6], - [-13, 20], - [-7, 1], - [-7, -5], - [-6, -23], - [0, -14], - [-6, -13], - [-8, -7], - [-6, -18], - [-7, -2], - [-2, -10], - [-15, 0], - [-15, 4], - [0, 21], - [5, 11], - [0, 19], - [-4, 13], - [-1, 14], - [-10, 29], - [-8, 10] - ], - [ - [5554, 3757], - [0, 159], - [28, 0], - [0, 212], - [23, 4], - [21, 9], - [21, 5], - [9, -27], - [15, 26], - [7, 4], - [4, -6], - [7, 13], - [12, 2] - ], - [ - [5634, 5812], - [4, -14], - [8, -14], - [10, -31], - [1, -16], - [-1, -21], - [-5, -6], - [3, -9], - [-2, -17], - [19, -1] - ], - [ - [5671, 5683], - [2, -7], - [-4, -11], - [3, -6], - [16, -5], - [8, -17], - [5, -3], - [1, -11], - [-4, -4], - [6, -14], - [18, -19], - [2, -10], - [8, -10], - [-2, -16], - [8, -21], - [6, -2], - [13, -23], - [-1, -15], - [6, -14] - ], - [ - [5762, 5475], - [-12, 7], - [-4, -8], - [-10, -1], - [-12, 12], - [-6, -3], - [-11, 9], - [-4, -5], - [0, -13], - [-18, -7], - [-5, 11], - [-6, -10], - [-27, -19], - [-12, 12], - [-9, -34], - [-3, -5], - [-23, 9], - [-2, -3], - [-20, 12], - [-7, -2], - [-6, 20], - [-13, 14], - [-3, 7], - [-10, 1], - [-17, -34], - [-1, -7], - [-6, -3], - [2, -12], - [-1, -27], - [1, -13] - ], - [ - [5517, 5383], - [-4, 9], - [-11, -4], - [-16, 7], - [-8, -6], - [-15, -2], - [-4, -7], - [-3, -27], - [1, -7], - [-8, -34] - ], - [ - [5449, 5312], - [-2, 8], - [0, 26], - [-4, 13], - [-5, 3], - [-15, 32], - [-6, 21], - [4, 1], - [-3, 14], - [-10, 19], - [-1, 31], - [-4, 6], - [2, 8], - [1, 27], - [-7, 10], - [10, 13], - [5, 24], - [3, 4], - [6, 30], - [6, 14] - ], - [ - [5429, 5616], - [9, -4], - [7, 8], - [10, 5], - [4, 11], - [2, -12], - [5, -7], - [23, 26], - [7, -2], - [5, 4], - [15, 1], - [15, 36], - [-6, 7], - [0, 8], - [5, 5], - [17, 0], - [10, 7], - [9, -1], - [4, 12], - [8, 5], - [5, 19], - [13, 24], - [5, 4], - [3, 10], - [-1, 14], - [8, 5], - [0, 5], - [14, 9], - [9, -3] - ], - [ - [2957, 7804], - [-12, -5], - [13, 16], - [-1, -11] - ], - [ - [2699, 7829], - [2, -7], - [13, 9], - [3, -9], - [5, 9], - [9, -4], - [2, -11], - [-7, -12], - [-23, 15], - [-15, 6], - [11, 4] - ], - [ - [2665, 7849], - [6, -2], - [-2, -11], - [-4, 13] - ], - [ - [3319, 7889], - [6, -10], - [-2, -13], - [-7, -22], - [5, 3], - [-19, -34], - [10, 5], - [9, 11], - [-10, 0], - [12, 21], - [4, -8], - [11, 0], - [-7, -23], - [-16, -12], - [-6, 3], - [-13, -5], - [-5, 21], - [1, 13], - [6, 7], - [10, 30], - [7, 14], - [4, -1] - ], - [ - [3221, 7879], - [6, -21], - [3, 6], - [12, -8], - [33, 3], - [3, -3], - [-17, -10], - [4, -13], - [-11, -3], - [-2, 12], - [-19, 2], - [-4, 11], - [-11, 0], - [2, 14], - [-9, -1], - [4, 16], - [7, 9], - [-1, -14] - ], - [ - [3503, 7956], - [10, 3], - [-1, -7], - [-9, 4] - ], - [ - [2562, 7993], - [-9, -6], - [0, 8], - [9, -2] - ], - [ - [2924, 7774], - [20, 14], - [8, 11], - [6, 0], - [2, 17], - [7, 17], - [14, 11], - [5, 9], - [17, 17], - [5, -2], - [32, 22], - [14, 22], - [0, 4], - [14, 20], - [0, 5], - [16, 23], - [21, 20], - [44, 28], - [28, 8], - [18, -3], - [10, -5], - [11, -14], - [1, -8], - [-11, 8], - [11, -15], - [-4, -13], - [-11, -4], - [-1, -6], - [-18, -13], - [-16, 11], - [-3, -5], - [-11, 0], - [18, -11], - [9, -15], - [8, 9], - [12, 0], - [3, -6], - [-7, -14], - [-1, -10], - [-11, -13], - [16, 0], - [-3, -15], - [11, -32], - [20, -8], - [-8, -6], - [7, -7], - [10, 0], - [4, -9], - [5, 5], - [24, -6], - [10, 10], - [5, -15], - [7, 3], - [7, -12], - [-7, -5], - [14, -3], - [-1, -4], - [-18, -7], - [0, -3], - [-32, -21], - [-9, 4], - [-4, -9], - [-8, 1], - [1, -9], - [-11, 0], - [1, 10], - [-9, -5], - [-4, -8], - [2, -10], - [-6, -5], - [-8, -19], - [-9, -10], - [-6, 1], - [-9, -11], - [-5, 14], - [-9, 5], - [-1, 14], - [7, 29], - [21, 24], - [22, 18], - [1, -13], - [7, 8], - [20, 9], - [-34, 2], - [-5, -6], - [-4, 6], - [13, 15], - [-3, 9], - [-5, -12], - [-16, -9], - [-17, -16], - [-4, 4], - [-10, -10], - [-12, -1], - [-8, 6] - ], - [ - [3134, 7784], - [-9, 6], - [1, 19] - ], - [ - [3126, 7809], - [-10, 9] - ], - [ - [3116, 7818], - [1, 1], - [-1, 74], - [-14, 17], - [-16, -11], - [-9, 17], - [-19, -37], - [-4, -23], - [-7, -12], - [1, -17], - [-12, -20], - [1, -11], - [-18, -5], - [-6, -16], - [-89, -1] - ], - [ - [1546, 8044], - [6, -11], - [-14, 13], - [8, -2] - ], - [ - [1479, 8054], - [4, -13], - [-7, 0], - [-4, 9], - [7, 4] - ], - [ - [3218, 8058], - [33, -11], - [15, -14], - [11, -6], - [10, -14], - [-16, -6], - [-24, 11], - [-14, 9], - [-2, 9], - [-22, 16], - [9, 6] - ], - [ - [1494, 8104], - [-11, -4], - [6, 9], - [5, -5] - ], - [ - [1448, 8112], - [20, -17], - [22, -5], - [26, -13], - [5, -19], - [9, -12], - [4, -16], - [22, -13], - [10, -22], - [8, -25], - [-6, -6], - [-11, 3], - [-22, 14], - [-14, 12], - [9, 11], - [-18, -4], - [-9, 9], - [4, 11], - [-8, 0], - [-1, 10], - [-14, -3], - [0, 11], - [7, 3], - [-8, 5], - [-1, 10], - [-15, -2], - [-33, 43], - [-2, 7], - [16, 8] - ], - [ - [3447, 8155], - [6, -8], - [7, 7], - [-5, -17], - [-12, 4], - [2, -12], - [7, -5], - [-28, -60], - [-3, -27], - [6, 13], - [13, 21], - [12, -13], - [7, 0], - [-17, -14], - [11, -17], - [15, 9], - [-2, -16], - [12, 1], - [8, 14], - [9, -8], - [5, 3], - [15, -10], - [-4, -13], - [-17, -15], - [10, 3], - [-3, -15], - [12, -7], - [3, 10], - [4, -6], - [7, 9], - [-5, -19], - [-11, -9], - [-7, 0], - [6, -14], - [-6, -9], - [8, -15], - [2, 13], - [6, 14], - [12, 6], - [-9, -18], - [-1, -22], - [8, 8], - [3, 14], - [5, -19], - [-5, -10], - [-2, -19], - [-5, -17], - [-6, 3], - [-10, -3], - [4, 26], - [-2, 5], - [-14, -23], - [-4, 1], - [8, 31], - [1, 14], - [-5, 15], - [-18, -29], - [-10, -9], - [0, -8], - [-8, -11], - [-9, -1], - [-9, 5], - [3, 7], - [11, 3], - [15, 28], - [-11, 3], - [-6, -12], - [-10, 12], - [-28, -4], - [-25, 3], - [-6, 4], - [-18, -6], - [-15, -2], - [-4, 17], - [27, 37], - [-9, 3], - [-14, -6], - [8, 9], - [6, -3], - [9, 33], - [10, -9], - [-2, 9], - [8, 4], - [-11, 4], - [25, 78], - [8, 11], - [8, 28], - [24, 18] - ], - [ - [1448, 8147], - [-7, 0], - [2, 14], - [5, -14] - ], - [ - [1445, 8181], - [-2, -17], - [-4, 14], - [6, 3] - ], - [ - [2798, 8181], - [-3, -7], - [-8, 3], - [11, 4] - ], - [ - [1462, 8192], - [-15, -17], - [2, 14], - [17, 12], - [-4, -9] - ], - [ - [1430, 8212], - [1, -9], - [-8, 2], - [7, 7] - ], - [ - [2738, 8248], - [8, -1], - [10, -15], - [3, -12], - [-10, 1], - [-29, 15], - [6, 10], - [12, 2] - ], - [ - [1339, 8249], - [4, -12], - [-6, -9], - [6, -21], - [17, -18], - [-5, -5], - [-20, 26], - [-16, 32], - [20, 7] - ], - [ - [1427, 8244], - [3, -10], - [-2, -21], - [-14, 7], - [-3, 12], - [2, 20], - [14, -8] - ], - [ - [1419, 8255], - [-7, 1], - [4, 10], - [3, -11] - ], - [ - [1382, 8268], - [9, -8], - [5, -15], - [-7, 0], - [-15, 26], - [8, -3] - ], - [ - [1386, 8270], - [-9, 4], - [2, 6], - [7, -10] - ], - [ - [1395, 8273], - [11, -17], - [-5, -9], - [-21, 36], - [3, 5], - [12, -15] - ], - [ - [1380, 8293], - [-2, -10], - [-7, 7], - [9, 3] - ], - [ - [1305, 8302], - [20, -3], - [5, -14], - [-15, -10], - [13, -2], - [2, 21], - [12, 6], - [-8, -28], - [0, -22], - [-13, -7], - [-9, 10], - [7, 6], - [-11, 3], - [-7, 25], - [4, 15] - ], - [ - [2815, 8428], - [-1, -10], - [-7, -3], - [4, 17], - [4, -4] - ], - [ - [2787, 8429], - [-11, -11], - [1, 8], - [10, 3] - ], - [ - [2801, 8446], - [-3, -6], - [9, -8], - [-12, -27], - [-8, -3], - [2, 12], - [-9, -16], - [-3, 4], - [14, 23], - [3, -5], - [3, 26], - [4, 0] - ], - [ - [3293, 8462], - [1, -19], - [-7, 7], - [6, 12] - ], - [ - [3204, 8666], - [5, -10], - [-11, 7], - [6, 3] - ], - [ - [3109, 8672], - [7, -7], - [-4, -10], - [-10, -6], - [-3, 7], - [5, 16], - [5, 0] - ], - [ - [3200, 8731], - [-2, -16], - [-16, 19], - [18, -3] - ], - [ - [2793, 8775], - [5, -7], - [-8, -30], - [-8, -9], - [-10, 11], - [-2, 14], - [12, 23], - [11, -2] - ], - [ - [3203, 8784], - [8, 0], - [-6, -10], - [-9, 3], - [7, 7] - ], - [ - [3033, 8802], - [15, -11], - [0, -7], - [-13, 1], - [-7, 15], - [5, 2] - ], - [ - [2719, 8809], - [7, -3], - [-2, -12], - [-27, -27], - [-23, -5], - [-6, 18], - [18, 27], - [8, -5], - [9, 6], - [16, 1] - ], - [ - [2822, 8839], - [21, -4], - [4, -9], - [-13, -10], - [-16, 17], - [4, 6] - ], - [ - [3216, 8833], - [-8, 14], - [5, 2], - [3, -16] - ], - [ - [2857, 8849], - [12, -6], - [0, -11], - [-20, 14], - [8, 3] - ], - [ - [3204, 8862], - [4, -12], - [-12, 8], - [8, 4] - ], - [ - [3186, 8910], - [2, -6], - [-13, -6], - [11, 12] - ], - [ - [2625, 8972], - [12, -9], - [-7, -5], - [11, -20], - [9, 16], - [14, -17], - [20, -4], - [4, -10], - [19, -12], - [5, 2], - [16, -14], - [5, -23], - [19, -8], - [-1, 8], - [22, -21], - [-8, -2], - [-19, -16], - [-26, 14], - [-12, -1], - [-1, 17], - [-15, -1], - [2, 13], - [-19, -10], - [2, -14], - [-19, -8], - [-9, -19], - [-25, -10], - [-5, 33], - [-27, -2], - [-14, -5], - [8, 20], - [20, 13], - [-6, 24], - [6, 15], - [0, 28], - [5, 23], - [13, 12], - [1, -7] - ], - [ - [2638, 8984], - [9, -10], - [0, -16], - [-12, 13], - [3, 13] - ], - [ - [2657, 8990], - [18, -11], - [-3, -6], - [15, -10], - [-15, 2], - [-15, 25] - ], - [ - [2936, 9103], - [24, -5], - [1, -12], - [-28, 0], - [-10, 16], - [13, 1] - ], - [ - [2601, 9095], - [-7, -12], - [-8, 5], - [-3, 16], - [9, 13], - [7, -6], - [2, -16] - ], - [ - [2900, 9117], - [16, -9], - [-4, -11], - [3, -24], - [-9, -11], - [-14, -6], - [-31, -1], - [-7, 12], - [0, 22], - [15, 25], - [31, 3] - ], - [ - [2096, 9122], - [-15, 8], - [14, 1], - [1, -9] - ], - [ - [2919, 9131], - [3, -14], - [-16, 10], - [2, 12], - [11, -8] - ], - [ - [2173, 9144], - [-3, -12], - [-12, 5], - [15, 7] - ], - [ - [2218, 9152], - [-13, -10], - [2, 17], - [11, -7] - ], - [ - [2820, 9179], - [-10, -28], - [-16, -3], - [26, 31] - ], - [ - [2860, 9180], - [10, -6], - [-13, -11], - [-6, 16], - [9, 1] - ], - [ - [2315, 9189], - [14, 0], - [-4, -11], - [-10, 11] - ], - [ - [2342, 9191], - [8, -12], - [-14, -3], - [6, 15] - ], - [ - [3114, 9197], - [-2, -10], - [-10, 3], - [12, 7] - ], - [ - [2834, 9196], - [-16, -12], - [-9, 1], - [20, 15], - [5, -4] - ], - [ - [2787, 9204], - [9, -8], - [-21, -3], - [4, -8], - [-24, 10], - [16, 8], - [16, 1] - ], - [ - [2294, 9191], - [5, 5], - [10, -12], - [22, -14], - [6, -20], - [18, -3], - [-17, -6], - [-13, -15], - [-33, 4], - [-9, 7], - [-25, 7], - [-3, 8], - [-11, -6], - [-11, 11], - [33, 17], - [-4, 16], - [12, -9], - [-6, 16], - [10, 11], - [18, -11], - [-2, -6] - ], - [ - [3004, 9275], - [14, -3], - [-20, -12], - [-5, 8], - [11, 7] - ], - [ - [2924, 7774], - [-11, -4], - [-19, -25] - ], - [ - [2894, 7745], - [-6, -7], - [-19, -10], - [-11, -18], - [-17, 9], - [-5, -3], - [-30, -8], - [-17, -15], - [-5, -17], - [13, -6], - [7, 4] - ], - [ - [2804, 7674], - [-1, -9] - ], - [ - [2803, 7665], - [5, -11], - [-36, -7], - [-9, -13], - [-11, 6], - [-12, -1], - [-32, -36], - [-12, -2], - [-5, 4], - [0, 12], - [5, 4], - [13, -1], - [1, 10], - [-6, 4] - ], - [ - [2704, 7634], - [5, 9], - [1, 17] - ], - [ - [2710, 7660], - [8, 4], - [12, 20], - [-1, 38], - [4, 14], - [9, 16], - [0, 12], - [-12, 25], - [11, 0], - [1, -14], - [14, -17], - [18, -14], - [0, 17], - [4, 6], - [6, -5], - [-9, 17], - [2, 14], - [-10, 3], - [-10, 32], - [-12, 0], - [-10, 8], - [-39, 6], - [-3, 0], - [-30, 10] - ], - [ - [2663, 7852], - [0, 10], - [-10, -4] - ], - [ - [2653, 7858], - [-3, 4], - [4, 24], - [-8, 1], - [3, 23], - [-11, 14], - [5, 20], - [-25, 0], - [-8, 9], - [-12, 39], - [-22, -2], - [-24, 14], - [-2, -22], - [-7, -2], - [3, 15], - [-6, -2], - [-5, -26], - [-5, -3], - [3, 16], - [-10, -5], - [-5, -22], - [-7, -6] - ], - [ - [2511, 7947], - [-9, -1], - [-4, 7], - [-20, 0], - [-2, 7], - [-16, -11], - [-8, 4], - [-10, 14], - [-8, -7], - [-3, 12], - [-14, 11], - [-22, -6], - [-3, 7], - [-17, 3], - [-6, 5], - [-4, 31], - [-9, 3], - [0, -22], - [-79, 0], - [-80, 0], - [-55, 0], - [-79, 0], - [-79, 0], - [-49, 0], - [-49, 0], - [-80, 0], - [-61, 0], - [-74, 0], - [-81, 0] - ], - [ - [1590, 8004], - [-8, 0] - ], - [ - [1582, 8004], - [-1, 0] - ], - [ - [1581, 8004], - [-7, 20], - [2, 14], - [-8, -11], - [-12, 8], - [-1, 15], - [-14, 0], - [-6, 8], - [3, 18], - [-3, 5], - [-9, 0], - [-20, 12], - [-13, -2], - [6, 17], - [-14, 1], - [-10, 6], - [-4, -6], - [-14, 11], - [-8, 12], - [9, 23], - [13, 3], - [-9, 3], - [-10, -15], - [-4, 12], - [0, 14], - [19, 25], - [0, 13], - [-12, -16], - [-7, -5], - [-8, 17], - [-4, -12], - [4, 26], - [-10, 9], - [-10, 34], - [10, -5], - [-8, 12], - [5, 21], - [-17, -20], - [-3, -14], - [-21, 32], - [-4, 26], - [-6, -3], - [1, 17], - [7, 4], - [10, 33], - [-5, 0], - [-4, 28], - [2, 8] - ], - [ - [1387, 8402], - [0, 0] - ], - [ - [1387, 8402], - [-1, 12], - [-9, 1], - [-9, 13], - [-10, 3], - [-14, 11], - [-7, 0], - [0, 11], - [-7, 4], - [2, 10], - [-29, 56], - [-20, 40], - [-12, 8], - [-4, 12], - [-21, 22], - [3, 8], - [-13, 13], - [-25, -11], - [-2, -20], - [-27, -20], - [-5, 17], - [-43, 50], - [3, 16], - [-17, -1], - [-9, -8], - [-12, 6], - [-16, 1], - [0, 538] - ], - [ - [1083, 9194], - [29, -2], - [23, -6], - [15, -16], - [50, -21], - [26, 2], - [-3, 18], - [20, 5], - [-1, 8], - [29, 8], - [12, -5], - [-9, -9], - [24, 4], - [10, 14], - [16, 0], - [45, 28], - [22, -4], - [5, 11], - [9, -11], - [-45, -25], - [-27, -6], - [-3, -10], - [-18, -6], - [-4, -15], - [-9, 3], - [-4, -11], - [24, -3], - [-11, 15], - [29, 13], - [15, 12], - [12, -9], - [14, 21], - [35, 9], - [0, -10], - [23, 16], - [-2, 9], - [22, 7], - [-13, 3], - [0, 17], - [23, -16], - [14, -32], - [15, -16], - [20, -9], - [9, 4], - [-8, 12], - [10, 9], - [8, 18], - [10, -1], - [-2, -19], - [12, 0], - [-13, -19], - [24, -2], - [14, 8], - [6, 20], - [36, -3], - [23, -10], - [23, -16], - [31, -5], - [23, -13], - [57, -13], - [-9, 8], - [11, 4], - [38, -17], - [18, -18], - [-3, -9], - [-26, 2], - [-8, -18], - [-9, -3], - [47, -13], - [40, -1], - [3, 4], - [36, 1], - [22, 14], - [13, -16], - [18, 0], - [7, -21], - [6, 15], - [20, -23], - [-7, -21], - [25, -29], - [-12, 23], - [1, 18], - [16, -14], - [-4, 15], - [-9, 8], - [0, 15], - [-12, 12], - [7, 19], - [35, 18], - [21, 5], - [1, 13], - [-24, -7], - [2, -8], - [-22, -7], - [-16, 5], - [7, -11], - [-22, -3], - [-2, 12], - [-10, -3], - [14, 20], - [27, 5], - [31, 14], - [12, -3], - [9, -11], - [4, -20], - [19, -6], - [4, -12], - [20, -1], - [9, 8], - [5, -11], - [27, -14], - [21, -3], - [23, 10], - [26, -1], - [15, -7], - [25, 5], - [22, -12], - [12, 11], - [-16, 12], - [-10, -9], - [-10, 10], - [3, 9], - [-11, 11], - [27, 1], - [-8, 9], - [21, -3], - [5, -12], - [18, 3], - [-11, -15], - [26, 12], - [-16, -41], - [11, -19], - [10, 8], - [11, -20], - [4, 16], - [-15, 26], - [7, 19], - [17, -3], - [18, 14], - [18, 33], - [-10, 8], - [-5, -13], - [-15, 0], - [11, 34], - [18, -2], - [2, 13], - [-22, -5], - [-9, 14], - [-7, -7], - [-25, 10], - [-21, 22], - [1, 14], - [9, 15], - [-12, 9], - [5, 30], - [14, 6], - [8, -7], - [5, 12], - [-13, 4], - [18, 9], - [2, 13], - [18, 3], - [4, -19], - [7, 7], - [32, -24], - [4, -30], - [37, -41], - [-25, 2], - [-4, -6], - [18, -3], - [-25, -18], - [20, -9], - [18, 7], - [10, -9], - [19, -1], - [-23, -12], - [14, -11], - [6, -20], - [-2, -17], - [9, -12], - [11, 12], - [4, 31], - [11, 15], - [9, 1], - [28, -27], - [5, -32], - [-16, 2], - [1, -19], - [8, -19], - [17, -15], - [-1, -14], - [15, 7], - [-3, 7], - [14, -1], - [1, 20], - [17, 23], - [7, 37], - [25, 0], - [-10, 13], - [11, 7], - [-20, 11], - [-2, 10], - [6, 23], - [7, -4], - [20, 5], - [16, -9], - [30, -1], - [15, -23], - [22, -5], - [-6, -12], - [-12, -5], - [20, -5], - [1, -10], - [-20, -13], - [-17, 6], - [-2, -7], - [18, -11], - [-5, -13], - [26, -30], - [-7, -27], - [-13, -1], - [-17, -24], - [-12, -1], - [-10, -11], - [-25, 21], - [16, -30], - [-4, -2], - [-19, 14], - [4, -14], - [-25, 7], - [-5, 17], - [-19, -5], - [-18, 2], - [7, -12], - [19, -9], - [-16, -15], - [-3, -13], - [-23, -20], - [-16, 0], - [-17, 15], - [-31, 20], - [-10, -3], - [-30, 2], - [32, -7], - [14, -11], - [11, -16], - [56, -5], - [2, -11], - [-16, -20], - [-14, -27], - [-18, -15], - [-24, 1], - [-12, 10], - [4, -14], - [-10, -17], - [-21, -3], - [-19, 10], - [-14, 0], - [-37, 16], - [-8, -2], - [11, -10], - [4, 5], - [31, -11], - [-10, -11], - [18, 11], - [6, -8], - [25, -12], - [2, -18], - [-22, -16], - [-19, 5], - [-10, -3], - [15, -16], - [-19, 5], - [-2, -20], - [-8, -12], - [-18, -12], - [11, -4], - [-17, -12], - [-19, -60], - [-8, -31], - [3, -40], - [-3, -17], - [13, -17], - [3, 4], - [29, -1], - [2, -15], - [10, -37], - [9, -24], - [-3, -25], - [12, 2], - [30, 12], - [15, -3], - [15, -12], - [30, -8], - [12, -15], - [13, -10], - [7, -15], - [10, -12], - [11, -1], - [32, -17], - [21, -20], - [12, -3], - [19, 5], - [15, -6], - [12, 1], - [18, -9], - [3, -14], - [-6, -25], - [0, -12], - [8, -17], - [-2, -23], - [3, -13], - [-5, -19], - [20, -28], - [6, -21], - [10, -5], - [15, -30], - [1, -10], - [19, -11], - [1, 16], - [10, 15], - [11, -20], - [6, 11], - [-9, 15], - [13, 19], - [2, 22], - [-6, 4], - [1, 19], - [-5, 0], - [-5, 42], - [-2, 32], - [-7, 2], - [-6, 25], - [-5, 1], - [39, 22], - [16, 14], - [19, 23], - [12, 21], - [4, 16], - [0, 44], - [-8, 34], - [-9, 20], - [-24, 23], - [-13, 16], - [-2, 16], - [22, 21], - [-1, 20], - [14, 6], - [-1, 13], - [-7, 2], - [-7, 35], - [6, 6], - [-16, 2], - [10, 15], - [2, 20], - [6, 5], - [-13, 13], - [-4, 34], - [18, 16], - [21, -4], - [32, -14], - [34, -1], - [14, 12], - [18, -9], - [17, -14], - [-1, -8], - [30, -19], - [-9, -10], - [14, -16], - [23, -5], - [11, 2], - [2, -11], - [12, -1], - [2, 12], - [5, -18], - [-12, -15], - [6, -26], - [2, -26], - [-6, -6], - [3, -9], - [11, -2], - [-8, -8], - [2, -18], - [-19, -7], - [10, -3], - [15, 12], - [13, 1], - [11, -6], - [5, -24], - [7, 10], - [9, -20], - [28, 15], - [6, 21], - [10, -9], - [5, 18], - [7, 3], - [-2, 12], - [8, 8], - [-3, 22], - [8, 2], - [7, 25], - [14, 2], - [0, -12], - [9, -6], - [-1, -17], - [6, 0], - [5, -15], - [12, -13], - [-11, -9], - [13, 3], - [1, -13], - [7, 1], - [4, -11], - [-9, -11], - [16, 0], - [-2, -19], - [15, -12], - [7, -20], - [-14, -11], - [10, 2], - [6, -6], - [-6, -7], - [18, -7], - [-8, -18], - [-7, 0], - [5, -13], - [-9, -4], - [11, -10], - [-12, -2], - [5, -5], - [14, 1], - [-3, -13], - [10, -2], - [1, -7], - [22, -5], - [-4, -5], - [3, -16], - [-4, -16], - [20, 12], - [-2, -10], - [10, -5], - [10, 9], - [6, -22], - [30, -6], - [14, -10], - [-9, -11], - [-15, -1], - [-1, -6], - [-33, -12], - [21, 5], - [3, -3], - [-30, -15], - [-13, -3], - [2, -15], - [-11, -14], - [38, 24], - [6, 15], - [19, 9], - [-5, 7], - [24, -1], - [11, -22], - [-12, -11], - [6, -9], - [9, 15], - [30, -19], - [4, -15], - [-6, -7], - [5, -9], - [-7, -12], - [8, -9], - [4, -17], - [-8, -15], - [-20, -17], - [-10, -13], - [-8, 5], - [-25, -14], - [-8, 3], - [-7, -12], - [-8, -5], - [1, -12], - [-13, -8], - [0, -8], - [-11, -6], - [-3, -10], - [-38, -3], - [-10, -5], - [-6, 7], - [-51, 4], - [-26, -2], - [-37, 0], - [-5, -5], - [-8, 5], - [-19, -25], - [-3, -23], - [-4, -6], - [-19, -3], - [-4, -11], - [-24, -18], - [-10, -28], - [-7, -9], - [-19, 14], - [-5, -2], - [22, -14], - [-5, -20], - [-10, -17], - [-6, -3], - [-6, -17], - [-17, -23], - [-15, -1], - [-21, -24], - [-10, -4], - [-7, -18], - [-12, -11], - [-7, -11], - [-6, -2], - [5, -8], - [-15, -12], - [-6, -8] - ], - [ - [1827, 9404], - [6, -29], - [-17, -11], - [32, 3], - [-4, 6], - [17, 15], - [49, -17], - [-3, -15], - [17, 6], - [18, -8], - [8, 4], - [-26, 29], - [23, -2], - [24, -23], - [11, -1], - [-1, -11], - [13, -38], - [6, -4], - [21, 15], - [-15, 14], - [-9, 45], - [0, 25], - [29, -10], - [8, 7], - [26, -17], - [18, -30], - [4, -24], - [19, -29], - [-7, -28], - [16, -17], - [25, -16], - [8, 1], - [35, -23], - [16, 4], - [4, -24], - [-13, -6], - [-4, 13], - [-5, -14], - [-19, 11], - [-14, -26], - [22, 5], - [-2, -17], - [9, -10], - [-19, -8], - [-24, -5], - [-49, 6], - [4, 12], - [-40, 5], - [-4, 18], - [-10, -16], - [-17, -13], - [-28, -6], - [-12, -9], - [-56, -11], - [-59, -3], - [-16, 19], - [2, 22], - [-18, 5], - [-26, -3], - [-22, 4], - [-18, 9], - [0, 6], - [-18, 12], - [-4, 14], - [39, 12], - [41, 5], - [53, -7], - [9, 7], - [22, -3], - [-18, 14], - [-19, 2], - [-18, 8], - [-58, -6], - [-19, 4], - [-40, -1], - [-19, 23], - [17, 8], - [41, 11], - [13, 11], - [-48, -10], - [-21, 6], - [13, 5], - [-36, 7], - [0, 11], - [16, 17], - [13, 3], - [-13, 15], - [34, 25], - [50, 16], - [27, 11], - [10, -5] - ], - [ - [2094, 9405], - [-16, -22], - [-8, 1], - [-18, 19], - [-26, 12], - [13, 13], - [42, 1], - [16, -10], - [-3, -14] - ], - [ - [2768, 9430], - [25, -7], - [37, 2], - [19, -6], - [32, -26], - [-1, -17], - [-52, 5], - [-28, -9], - [-22, 6], - [-4, 22], - [-21, 5], - [1, 25], - [14, 0] - ], - [ - [2595, 9436], - [41, -3], - [4, -8], - [-30, -21], - [-18, -26], - [10, -20], - [-3, -28], - [9, -14], - [19, -16], - [14, -5], - [-16, -13], - [-13, 0], - [-8, -10], - [21, 10], - [18, -2], - [8, 17], - [-4, 14], - [-16, -1], - [-8, 13], - [2, 21], - [16, 1], - [-18, 12], - [-3, 25], - [14, 2], - [-6, 11], - [26, -5], - [-19, 15], - [63, 24], - [37, -1], - [11, -27], - [14, -5], - [0, -14], - [10, -10], - [-26, -24], - [18, 11], - [-11, -18], - [5, -13], - [12, 5], - [16, 25], - [23, -13], - [11, 14], - [26, 14], - [67, -15], - [7, -14], - [-14, -14], - [33, 4], - [0, -15], - [-32, -17], - [31, 12], - [19, -1], - [-10, -9], - [-4, -17], - [12, 19], - [3, -12], - [15, -7], - [13, 23], - [32, -12], - [8, -11], - [-10, -12], - [-11, 3], - [-13, -14], - [4, -6], - [25, 7], - [4, 9], - [15, 2], - [3, -9], - [-13, -17], - [30, 15], - [-3, -16], - [15, 10], - [31, -11], - [-10, -16], - [-31, -9], - [32, 3], - [-1, -16], - [12, 9], - [6, 14], - [24, -23], - [2, -12], - [-26, 3], - [-15, -11], - [19, -8], - [19, 1], - [16, -11], - [-2, -8], - [-26, 2], - [-15, 8], - [-22, 3], - [22, -8], - [13, -10], - [-8, -4], - [5, -11], - [-43, 2], - [33, -6], - [-9, -8], - [29, -2], - [23, -6], - [-10, -6], - [8, -11], - [37, -12], - [12, 7], - [-2, -12], - [18, -4], - [13, -28], - [-21, -10], - [47, 10], - [-7, -18], - [22, -5], - [5, 9], - [18, -10], - [10, -16], - [-20, -10], - [14, -3], - [-30, -8], - [14, -7], - [-7, -17], - [-15, -3], - [7, -7], - [-17, -1], - [-7, 16], - [3, -21], - [-9, -4], - [9, -9], - [-5, -24], - [-17, 9], - [-9, 14], - [-1, -9], - [-18, 16], - [-1, 14], - [-9, 5], - [19, 17], - [-31, -5], - [-2, 9], - [-22, 20], - [2, 8], - [-13, -6], - [-6, -11], - [-16, 12], - [7, -15], - [16, -12], - [-1, -7], - [-20, -1], - [-9, 18], - [-2, -18], - [12, -16], - [14, 3], - [-2, -10], - [10, -2], - [10, -39], - [1, 14], - [31, -16], - [-3, -16], - [17, 0], - [-10, -10], - [11, -14], - [11, -5], - [-9, -11], - [12, -6], - [0, -25], - [-7, 5], - [-4, 18], - [-2, -14], - [10, -29], - [-17, 5], - [8, -19], - [-7, -5], - [-1, 13], - [-12, 11], - [-12, -3], - [-13, 13], - [-5, -5], - [-20, 21], - [-6, 12], - [-1, -16], - [-27, 24], - [-8, -3], - [23, -33], - [17, -6], - [17, -21], - [5, 0], - [16, -26], - [7, -2], - [-9, -20], - [-30, 16], - [-35, 7], - [-12, 7], - [-25, 24], - [-9, -2], - [-38, 22], - [-5, 14], - [15, 10], - [-16, 12], - [-2, -7], - [-15, 9], - [-13, 14], - [-15, 33], - [-20, -9], - [4, 15], - [-14, -6], - [-5, -14], - [-30, 14], - [-5, -12], - [-24, -12], - [-14, 2], - [-18, 11], - [-4, 27], - [5, 9], - [18, 8], - [-3, 15], - [21, -2], - [25, -11], - [9, -9], - [-6, -7], - [10, -12], - [-2, 16], - [-16, 17], - [23, -3], - [1, 7], - [15, -3], - [11, 12], - [19, -5], - [-7, 19], - [-8, 4], - [-13, 18], - [41, 32], - [5, 19], - [15, 6], - [-4, 22], - [-12, 18], - [-4, 23], - [-23, 5], - [3, 18], - [-19, -6], - [-13, 16], - [2, 15], - [-9, -11], - [-10, 2], - [-32, -14], - [0, 20], - [28, 3], - [1, 9], - [-30, 19], - [-15, 5], - [10, 9], - [-23, 0], - [0, 21], - [-20, 2], - [-10, 12], - [-21, 2], - [21, -15], - [3, -13], - [-29, -7], - [-6, 8], - [-39, 3], - [15, -14], - [-9, -2], - [-14, 13], - [-15, -11], - [-25, 12], - [-15, -3], - [-31, 3], - [-5, 4], - [-39, 2], - [-21, 21], - [1, -11], - [-47, 11], - [-21, 25], - [9, 7], - [22, -4], - [27, 0], - [-15, 18], - [-6, -3], - [-47, 6], - [-5, 7], - [5, 17], - [-9, 11], - [5, 24], - [25, 52], - [36, 27], - [33, 8] - ], - [ - [2227, 9438], - [17, -9], - [57, 6], - [4, -12], - [-12, -6], - [8, -7], - [-19, -7], - [-19, -16], - [35, -3], - [9, -16], - [12, 3], - [5, -18], - [-9, -6], - [3, -27], - [-25, -13], - [-26, 2], - [9, -8], - [-13, -13], - [-19, 3], - [-13, 25], - [-27, 24], - [-21, 3], - [-34, 24], - [-4, 9], - [14, 16], - [11, -4], - [16, -18], - [24, 2], - [10, 8], - [-4, 14], - [-11, 1], - [-28, 20], - [11, 7], - [16, -9], - [3, 8], - [-13, 12], - [33, 5] - ], - [ - [2287, 9448], - [-13, -11], - [-23, -4], - [-12, 7], - [34, 10], - [14, -2] - ], - [ - [2423, 9449], - [18, -8], - [8, 5], - [45, -7], - [-28, -33], - [-12, -21], - [-14, -14], - [-33, 4], - [-13, -4], - [10, -16], - [-18, -22], - [-29, -6], - [-2, 33], - [-11, 9], - [-2, 60], - [11, 2], - [1, 14], - [44, 9], - [25, -5] - ], - [ - [1623, 9476], - [28, -12], - [41, -10], - [46, 4], - [58, -41], - [-3, -6], - [-28, -9], - [-76, -37], - [-3, -15], - [-14, -8], - [-13, 1], - [-3, -32], - [-7, -11], - [-22, -7], - [-9, 5], - [-11, -12], - [-27, -10], - [-26, 36], - [-34, 14], - [-14, 0], - [0, 10], - [14, 22], - [9, 4], - [-4, 18], - [17, 2], - [-12, 9], - [14, 21], - [16, 15], - [-10, 9], - [-14, 28], - [87, 12] - ], - [ - [2118, 9518], - [-3, -12], - [-30, 4], - [15, 17], - [18, -9] - ], - [ - [2378, 9537], - [25, -20], - [2, -24], - [-5, -11], - [-41, 1], - [-43, 18], - [23, 30], - [25, 8], - [14, -2] - ], - [ - [2325, 9539], - [-16, -17], - [-5, 9], - [21, 8] - ], - [ - [2164, 9558], - [-14, -12], - [-20, -1], - [7, 9], - [27, 4] - ], - [ - [2380, 9546], - [-17, 10], - [11, 3], - [6, -13] - ], - [ - [2157, 9563], - [-38, -10], - [11, 8], - [27, 2] - ], - [ - [1732, 9567], - [5, -3], - [-22, -28], - [-10, -5], - [-22, 5], - [20, 18], - [29, 13] - ], - [ - [2805, 9567], - [0, -15], - [-16, -3], - [16, 18] - ], - [ - [2149, 9575], - [-6, -11], - [-43, 0], - [2, 8], - [47, 3] - ], - [ - [2113, 9595], - [25, -12], - [-38, -5], - [-7, 16], - [20, 1] - ], - [ - [2266, 9598], - [21, -11], - [7, -58], - [-18, 1], - [14, -20], - [-11, -7], - [-47, -3], - [-20, 3], - [-11, 19], - [33, 20], - [-52, -5], - [-33, -7], - [2, 14], - [20, 10], - [-6, 28], - [18, 3], - [35, -31], - [7, 21], - [-30, 12], - [15, 9], - [23, 0], - [13, -10], - [20, 12] - ], - [ - [2213, 9601], - [-38, -8], - [20, 9], - [18, -1] - ], - [ - [2508, 9589], - [-10, -2], - [-15, 15], - [17, 6], - [8, -19] - ], - [ - [1981, 9607], - [-3, -11], - [20, -20], - [-11, -11], - [22, -7], - [-10, -10], - [27, 5], - [12, 10], - [31, -10], - [1, -18], - [-15, -30], - [-28, -8], - [-21, 7], - [-19, -7], - [-5, 8], - [-25, -11], - [-22, -4], - [-24, -12], - [-34, -10], - [-29, 0], - [-27, 17], - [52, 17], - [27, 0], - [19, 13], - [-36, -6], - [-3, 5], - [-44, -9], - [-5, 24], - [-10, -23], - [-35, -6], - [-55, 16], - [12, 13], - [30, 0], - [31, 14], - [-30, -8], - [-32, 0], - [10, 12], - [57, 5], - [-39, 0], - [-12, 12], - [23, 10], - [10, 12], - [36, 1], - [7, -17], - [28, 5], - [33, -21], - [14, -22], - [62, -1], - [6, 7], - [-32, 17], - [18, 11], - [-30, 11], - [18, 11], - [15, 19], - [15, 0] - ], - [ - [1840, 9610], - [3, -10], - [-34, 3], - [31, 7] - ], - [ - [2354, 9618], - [44, -6], - [16, -16], - [46, 3], - [26, -13], - [-26, 0], - [59, -9], - [-2, -7], - [-52, -1], - [30, -6], - [28, -18], - [2, -16], - [14, 11], - [11, -8], - [26, 6], - [13, -9], - [59, 10], - [21, 10], - [23, -5], - [16, 6], - [39, -3], - [40, -18], - [6, -11], - [-25, -15], - [16, 1], - [10, -9], - [-23, -7], - [-1, -11], - [-29, 0], - [-12, -6], - [-33, 5], - [-7, 16], - [-11, -16], - [-84, -5], - [-53, 2], - [2, 20], - [-21, -15], - [-21, -3], - [-30, 10], - [-10, -4], - [-19, 9], - [1, 10], - [-13, 14], - [11, 38], - [-14, 8], - [-14, 21], - [-17, -6], - [-37, -3], - [6, 7], - [-27, 3], - [-11, 14], - [-18, 4], - [15, 6], - [-15, 7], - [13, 6], - [32, -1] - ], - [ - [1774, 9644], - [20, -9], - [-25, -7], - [-2, -15], - [13, -14], - [-30, -8], - [-9, -17], - [-20, 9], - [5, 24], - [-19, -6], - [-1, -22], - [-34, -26], - [-19, -3], - [-7, 19], - [-15, -12], - [-46, 8], - [9, 15], - [31, 5], - [9, 14], - [22, 7], - [15, 17], - [27, 15], - [26, 1], - [18, -6], - [32, 11] - ], - [ - [2491, 9653], - [17, -10], - [-11, -14], - [-30, 11], - [0, 13], - [24, 0] - ], - [ - [2083, 9641], - [18, -11], - [-11, -7], - [-23, 12], - [-14, 25], - [13, 0], - [17, -19] - ], - [ - [2350, 9662], - [51, 0], - [13, -7], - [-11, -10], - [-70, 0], - [-6, 13], - [23, 4] - ], - [ - [2196, 9660], - [-42, -1], - [0, 9], - [21, 1], - [21, -9] - ], - [ - [1824, 9675], - [20, -11], - [-15, -6], - [-27, 14], - [22, 3] - ], - [ - [1955, 9679], - [-35, -12], - [21, -5], - [-3, -16], - [-52, -10], - [-31, 11], - [3, 23], - [51, 10], - [46, -1] - ], - [ - [1933, 9718], - [31, -15], - [-4, -11], - [-50, 5], - [-52, -7], - [-5, 8], - [40, 8], - [40, 12] - ], - [ - [2308, 9715], - [18, -10], - [40, -9], - [-15, -7], - [9, -16], - [-51, -11], - [-22, 18], - [22, 2], - [-33, 10], - [-10, 12], - [7, 18], - [35, -7] - ], - [ - [2120, 9752], - [22, -6], - [10, -21], - [25, 12], - [58, -29], - [-8, -16], - [22, -13], - [0, -11], - [-25, -6], - [-19, 5], - [-12, 19], - [-45, 10], - [-50, -6], - [-10, 18], - [38, -3], - [1, 15], - [-18, 11], - [-27, -9], - [10, 11], - [-26, 2], - [4, 16], - [50, 1] - ], - [ - [2237, 9796], - [21, -8], - [-5, -17], - [-36, 22], - [20, 3] - ], - [ - [2423, 9866], - [56, -44], - [40, -1], - [1, -15], - [22, 9], - [22, -2], - [19, -26], - [-9, -26], - [20, 9], - [23, -2], - [24, -19], - [-46, -14], - [-69, -50], - [-26, 25], - [15, -26], - [-24, 10], - [0, -11], - [-49, 4], - [-22, 17], - [34, 3], - [-45, 2], - [-28, 21], - [25, 12], - [79, 3], - [-58, 1], - [0, 12], - [-36, -11], - [-3, 7], - [-33, -6], - [-14, 15], - [27, 4], - [-31, 3], - [-21, 14], - [-4, 14], - [53, -6], - [21, 9], - [-36, -4], - [-32, 9], - [14, 17], - [41, 2], - [7, 8], - [-33, 3], - [17, 15], - [39, 0], - [7, 9], - [-28, 8], - [41, -2] - ], - [ - [3064, 9969], - [92, -13], - [-63, -13], - [33, 0], - [64, 14], - [63, -22], - [36, -2], - [8, -17], - [-85, -27], - [-75, -6], - [11, -7], - [-78, -18], - [137, 21], - [-4, -9], - [-119, -45], - [-9, -11], - [-28, -4], - [-23, -32], - [-31, -8], - [-32, 7], - [7, -13], - [-52, -10], - [-85, -2], - [20, -4], - [80, -3], - [-1, -11], - [-35, 3], - [-9, 7], - [-57, -2], - [56, -5], - [-45, -3], - [55, -3], - [-14, -6], - [38, -1], - [8, -15], - [-22, -5], - [-30, 2], - [38, -10], - [-14, -14], - [-35, -13], - [-43, 0], - [19, -17], - [-14, -13], - [-47, -6], - [-38, 9], - [-17, 14], - [5, -14], - [18, -8], - [57, -7], - [-10, -14], - [19, -6], - [18, 11], - [7, -22], - [-21, -10], - [-5, 7], - [-22, -15], - [-42, -11], - [8, 17], - [-36, 5], - [-6, -7], - [-40, 2], - [-13, 10], - [-6, -17], - [-23, -1], - [-61, 10], - [-4, -7], - [-37, 4], - [-15, 10], - [-1, 17], - [33, 15], - [23, -1], - [15, 8], - [-21, 5], - [-15, 25], - [29, 7], - [27, -6], - [22, -23], - [54, -3], - [27, 35], - [-39, -27], - [-38, 10], - [15, 39], - [-21, -13], - [-21, 5], - [-35, -4], - [1, 19], - [24, 20], - [44, 7], - [35, -5], - [56, 1], - [-53, 4], - [-30, 6], - [11, 9], - [-23, 27], - [-37, 6], - [0, 32], - [75, -4], - [67, -35], - [-7, 16], - [-44, 23], - [80, 9], - [54, 8], - [-44, 0], - [94, 17], - [-62, -3], - [-2, 9], - [57, 26], - [-37, -9], - [-40, -28], - [-44, -11], - [-53, -5], - [27, 11], - [-48, 2], - [1, -13], - [-55, -1], - [-26, 5], - [26, 19], - [85, 11], - [-93, -8], - [-33, -21], - [-58, 14], - [99, 12], - [30, 12], - [-43, -8], - [-98, -8], - [-15, 8], - [12, 11], - [45, 14], - [-57, -12], - [12, 13], - [-22, 4], - [-21, -8], - [-14, 7], - [27, 11], - [83, 15], - [87, -6], - [-56, 12], - [43, 5], - [-12, 10], - [30, 1], - [59, -23], - [-11, 12], - [82, -19], - [-75, 24], - [18, 17], - [41, -8], - [-28, 15], - [47, -2], - [16, 12], - [41, -3], - [44, -11], - [-31, 15], - [35, 4], - [54, -3], - [10, -8], - [24, 12], - [91, 2] - ], - [ - [5255, 7927], - [0, 0] - ], - [ - [5255, 7927], - [0, 0] - ], - [ - [5255, 7927], - [10, -8] - ], - [ - [5264, 7905], - [2, -12] - ], - [ - [5290, 7882], - [-2, -13], - [-10, -7], - [4, -15], - [-6, 6], - [-12, -4], - [-2, 10], - [-5, 0], - [-1, -14], - [-5, -6], - [-1, -18], - [-7, 10], - [2, 5], - [-11, 9], - [0, 13], - [-10, -11], - [1, -8], - [-9, -12], - [-8, 4], - [-13, -4] - ], - [ - [5195, 7827], - [-7, 15], - [0, 14] - ], - [ - [5188, 7856], - [-5, 6], - [-8, -4], - [-3, -9] - ], - [ - [5172, 7849], - [-4, 7], - [2, 10], - [8, 9], - [0, 11], - [7, 4], - [12, 28], - [8, -5], - [5, 10] - ], - [ - [5210, 7923], - [14, -1], - [9, 5], - [4, 9], - [9, -9], - [9, 0] - ], - [ - [3101, 2016], - [-9, -10], - [13, -7], - [6, -18], - [-2, -7], - [-8, 14], - [-15, -2], - [2, 19], - [-18, -5], - [-1, -4], - [-14, 10], - [3, 5], - [39, 9], - [4, -4] - ], - [ - [3116, 2021], - [14, -1], - [7, -9], - [-5, -12], - [-7, 7], - [-9, -6], - [-8, 1], - [-2, 15], - [10, 5] - ], - [ - [3041, 2018], - [7, -9], - [-19, 2], - [-1, 8], - [13, -1] - ], - [ - [3069, 2021], - [8, -5], - [-19, -3], - [-1, 8], - [12, 0] - ], - [ - [3013, 2074], - [7, -1], - [8, -15], - [-5, -7], - [-8, 10], - [-4, -3], - [-2, 16], - [4, 0] - ], - [ - [3003, 2080], - [6, -2], - [-5, -24], - [-11, 16], - [0, 7], - [10, 3] - ], - [ - [3044, 2081], - [2, -8], - [-9, 4], - [3, -17], - [-9, 10], - [-1, 10], - [8, 1], - [-2, 10], - [6, 7], - [2, -17] - ], - [ - [2972, 2103], - [2, 3], - [22, -21], - [-6, -2], - [-14, -18], - [4, 15], - [-9, 1], - [-7, -7], - [1, 12], - [-8, 1], - [3, 17], - [12, -1] - ], - [ - [2925, 2147], - [15, -16], - [8, 0], - [21, -22], - [-10, 3], - [-11, 14], - [-13, -1], - [-10, 22] - ], - [ - [3093, 2028], - [0, -1] - ], - [ - [3093, 2021], - [-12, -3], - [-17, 9], - [-13, -4], - [-23, 10], - [-10, 10], - [-17, -8], - [-1, 12], - [8, -7], - [10, 12], - [7, -9], - [6, 12], - [-2, 12], - [20, -15], - [7, 5], - [13, -4], - [10, -11], - [3, 8], - [-28, 18], - [-4, 19], - [24, 15], - [-1, 8], - [-25, -6], - [-6, 8], - [1, 17], - [9, 1], - [0, 8], - [12, 7], - [2, 13], - [6, 4], - [5, -11], - [16, 0] - ], - [ - [2952, 2165], - [-2, -17], - [-9, 0], - [-2, 7], - [13, 10] - ], - [ - [2921, 2176], - [8, -2], - [-6, -7], - [-2, 9] - ], - [ - [2938, 2182], - [8, -11], - [-5, -6], - [-3, 17] - ], - [ - [2920, 2209], - [3, -4], - [-3, -19], - [-5, 7], - [5, 16] - ], - [ - [2943, 2211], - [3, -10], - [-9, 5], - [6, 5] - ], - [ - [2925, 2234], - [1, -8], - [-9, 1], - [8, 7] - ], - [ - [2931, 2257], - [2, -13], - [-14, -1], - [-1, 9], - [9, -2], - [4, 7] - ], - [ - [2924, 2263], - [1, -11], - [-8, 7], - [7, 4] - ], - [ - [2906, 2275], - [8, 0], - [-10, -15], - [2, 15] - ], - [ - [2931, 2276], - [3, 1], - [5, -22], - [-5, 0], - [-6, 13], - [3, 8] - ], - [ - [2908, 2302], - [14, -5], - [0, -6], - [-18, -9], - [1, 12], - [7, -5], - [-4, 13] - ], - [ - [2903, 2329], - [8, -14], - [-12, 3], - [4, 11] - ], - [ - [2914, 2359], - [5, -2], - [0, -12], - [-9, 10], - [4, 4] - ], - [ - [2906, 2359], - [2, -6], - [-9, -5], - [7, 11] - ], - [ - [2925, 2377], - [5, 0], - [2, -27], - [-3, -27], - [3, -13], - [-9, -10], - [-4, 6], - [1, 25], - [-4, -21], - [-7, 11], - [-2, 25], - [13, -3], - [2, 12], - [-7, 18], - [10, 4] - ], - [ - [2906, 2392], - [1, -9], - [-7, -5], - [-2, 13], - [8, 1] - ], - [ - [2924, 2406], - [4, -8], - [2, -18], - [-14, 4], - [-1, 6], - [9, 16] - ], - [ - [2913, 2413], - [9, -4], - [-1, -11], - [-7, -2], - [-5, 19], - [4, -2] - ], - [ - [2907, 2415], - [7, -32], - [-6, 0], - [0, 16], - [-5, -5], - [-3, 20], - [7, 1] - ], - [ - [2921, 2430], - [3, -17], - [-11, 6], - [-1, 6], - [9, 5] - ], - [ - [2945, 2427], - [4, -6], - [-19, 2], - [7, 7], - [8, -3] - ], - [ - [2914, 2436], - [-3, -8], - [-5, 6], - [8, 2] - ], - [ - [2924, 2545], - [-1, -11], - [-10, 7], - [11, 4] - ], - [ - [2936, 2556], - [-5, -9], - [0, 15], - [5, -6] - ], - [ - [2955, 2556], - [-6, -2], - [3, 11], - [3, -9] - ], - [ - [2948, 2591], - [3, -16], - [-7, 2], - [-6, 12], - [10, 2] - ], - [ - [2946, 2594], - [-9, -4], - [3, 9], - [6, -5] - ], - [ - [2946, 2613], - [2, -4], - [-11, -6], - [-4, 10], - [13, 0] - ], - [ - [2974, 2623], - [6, -4], - [-12, -23], - [-4, -1], - [-5, 16], - [7, 2], - [-1, 11], - [9, -1] - ], - [ - [2948, 2662], - [3, -7], - [-11, 0], - [8, 7] - ], - [ - [2945, 2775], - [11, 1], - [5, -30], - [-8, -2], - [-4, -15], - [9, -10], - [-6, -5], - [6, -13], - [-7, -2], - [2, -14], - [-17, 3], - [-3, 4], - [7, 21], - [-1, 36], - [4, 8], - [2, 18] - ], - [ - [3098, 2168], - [-21, 9], - [-7, -4], - [-3, -12], - [-8, -1], - [-27, -20], - [-3, -19], - [-1, -36], - [-7, -5], - [-24, 11], - [-10, 15], - [5, 11], - [15, 1], - [10, 5], - [6, 18], - [-5, 1], - [-22, -19], - [-5, 6], - [-7, -20], - [1, -10], - [-20, 22], - [9, 0], - [-1, 20], - [14, 1], - [13, 9], - [14, 0], - [-2, 5], - [-21, 3], - [-19, -19], - [1, -11], - [-6, -4], - [-8, 6], - [6, 5], - [-9, 6], - [9, 1], - [2, 11], - [-11, -5], - [0, 29], - [6, -2], - [15, 16], - [9, -1], - [0, 13], - [-7, -6], - [-15, 13], - [10, -15], - [-6, -4], - [-4, -13], - [-8, 7], - [0, 17], - [-9, 7], - [-1, 13], - [6, 2], - [1, 13], - [-6, -6], - [-7, 4], - [-1, 17], - [11, -2], - [-1, 9], - [-6, -4], - [-5, 21], - [-13, 14], - [9, 8], - [1, 26], - [3, 6], - [-5, 9], - [0, 44], - [10, 11], - [-11, 13], - [-3, 13], - [21, -4], - [6, -13], - [5, 5], - [-10, 27], - [-1, -6], - [-21, 1], - [-2, 12], - [9, -2], - [-7, 11], - [6, 12], - [5, 0], - [6, 11], - [-6, 2], - [-3, 12], - [-11, 0], - [-1, -5], - [-11, 14], - [4, 11], - [-13, -16], - [2, -11], - [-6, -3], - [-4, 19], - [13, 13], - [3, 10], - [12, 11], - [0, 11], - [14, 3], - [6, -14], - [-1, -8], - [7, -4], - [-7, -18], - [4, -3], - [5, 16], - [4, 49], - [8, 10], - [-3, 20], - [4, -1], - [14, 13], - [1, 15], - [-14, 13], - [4, 39], - [-1, 17], - [9, 12], - [-3, 14], - [0, 18], - [5, 2], - [-3, 15], - [5, 3], - [4, -15], - [0, 27], - [-8, -3], - [-4, 6], - [8, 12], - [-10, 13], - [-3, -13], - [-12, -6], - [-7, 4], - [2, 7], - [-5, 11], - [-2, 27], - [5, 20], - [1, 37], - [9, 7], - [4, 19], - [1, 19], - [-9, 38], - [2, 30], - [-6, 26], - [1, 22], - [9, -3], - [5, 16], - [0, 18], - [4, -4], - [5, 42], - [6, 9], - [-1, 15], - [6, 18], - [5, 6], - [1, 15], - [4, 12], - [1, 31], - [6, 21], - [4, 4], - [1, 12], - [-4, 23], - [6, 5], - [4, 37], - [-4, 9], - [1, 25], - [-5, 52], - [0, 24], - [2, 12], - [7, 5], - [2, 44], - [-5, 10], - [-1, 19], - [6, 11], - [4, 20], - [0, 18], - [3, 22], - [4, 2], - [-1, 30], - [4, 5], - [2, 15], - [2, 41], - [-2, 11], - [2, 19], - [6, 8], - [-1, 24], - [-2, 5], - [1, 62], - [3, 17], - [-6, 0], - [1, 25], - [6, 1], - [4, 33], - [0, 23], - [2, 25], - [2, 3], - [0, 24], - [-3, 10], - [0, 37], - [2, 6], - [-1, 31], - [-5, 51], - [0, 21], - [-2, 8] - ], - [ - [3044, 4127], - [12, 4], - [4, 9], - [0, 26], - [9, 9] - ], - [ - [8073, 6343], - [8, -9], - [1, -20], - [-9, -13], - [-7, -43], - [-4, 0], - [-5, -15], - [-9, -1], - [-2, -11], - [-14, 6], - [-14, 12], - [-1, 42], - [10, 19], - [8, 9], - [-1, 10], - [7, -3], - [5, 9], - [8, -6], - [10, 10], - [8, -9], - [1, 13] - ], - [ - [8066, 6398], - [4, -5], - [-8, -2], - [4, 7] - ], - [ - [8393, 6916], - [2, -7], - [-8, 4], - [6, 3] - ], - [ - [8386, 6994], - [-10, 4], - [-11, 15], - [6, 2], - [9, -11], - [8, -5], - [-2, -5] - ], - [ - [8689, 7778], - [-2, 10], - [-10, 6], - [-11, -7] - ], - [ - [8666, 7787], - [-4, 7], - [-12, -22], - [-11, -4], - [0, -9], - [6, -40], - [-2, -28], - [3, -6], - [-5, -31], - [-19, -10], - [3, -13] - ], - [ - [8625, 7631], - [-8, 13], - [0, 9], - [-9, 7], - [-4, -13], - [-1, -19], - [-14, -5], - [-1, -10], - [-7, -10], - [-26, -3], - [8, -20], - [-3, -13], - [-30, 7], - [-2, 12], - [-9, 1], - [-12, -34], - [-9, -16], - [-6, 0], - [-8, -10], - [-16, -14], - [-14, -21] - ], - [ - [8454, 7492], - [-5, -13], - [-6, -5], - [-9, 3], - [-11, -3], - [-28, -28], - [-3, -9], - [-8, -11], - [-3, 5], - [-7, -13], - [-10, -4], - [0, 12], - [15, 8], - [-10, 29], - [6, 0], - [-2, 11], - [12, 12], - [11, 27], - [-3, 13], - [-22, 14], - [-12, -7], - [0, -7], - [-10, -13], - [-4, -16], - [-14, -7], - [-17, -19], - [-1, -19], - [-10, -15], - [-10, 0], - [-7, -8], - [-11, 11], - [-6, -6], - [-5, -28], - [5, -14], - [10, -13], - [14, -4], - [7, 5], - [12, -25], - [-7, -1], - [-2, -21], - [10, -12], - [13, 1], - [2, 11], - [10, 10], - [3, 9], - [12, 10], - [11, -8], - [0, -6], - [9, -7], - [34, -4], - [-7, -15], - [3, -13], - [-9, -5], - [-5, 9], - [-28, -23], - [-6, 3], - [4, -11], - [-7, -1], - [0, -17], - [-11, -5], - [2, 8], - [-8, 2], - [2, -13], - [-7, -22], - [-8, -4], - [-7, -26], - [-5, -3], - [1, -16], - [12, -14], - [17, -12], - [6, -38], - [11, -36], - [-1, -21], - [15, -16], - [0, -13], - [11, -10], - [4, -16], - [-8, 1], - [-9, 9], - [-10, -3], - [-4, 11], - [-11, 2], - [-5, -7], - [-7, 4], - [-3, 16], - [-6, 2], - [3, -11], - [11, -13], - [16, 4], - [2, -9], - [7, -5], - [8, -15], - [9, -9], - [6, -12], - [2, -13], - [-9, -2], - [-12, -10], - [-8, -11], - [-5, -15], - [6, -2], - [6, 9], - [6, -1], - [8, -19], - [13, -6], - [-13, -19], - [7, 5], - [0, -22], - [-4, -6], - [-5, 3], - [1, -27], - [-5, -3], - [5, -23], - [-5, 2], - [-4, -10], - [-3, 12], - [-9, -28], - [-8, -17], - [-3, -23], - [-6, -4], - [-1, -11], - [-9, -7], - [-1, -8], - [-5, 9], - [-4, -6], - [5, -6], - [2, -11], - [-5, 4], - [2, -10], - [-5, -15], - [5, -3], - [-3, -18], - [-4, 0], - [6, -17], - [-11, 10], - [-4, -8], - [5, -14], - [-9, 1], - [-3, -9], - [3, -10], - [-10, 0], - [4, -9], - [-3, -8], - [-6, 3], - [-5, -5], - [-2, 8], - [-5, -13], - [3, -11], - [-5, -4], - [-1, -10], - [-6, -1], - [-7, -13], - [-4, 1], - [-5, -14], - [-6, 5], - [0, -9], - [-10, -21], - [-1, -10], - [-6, 1], - [-13, -12], - [-7, 6], - [0, -11], - [-14, 8], - [-5, -13], - [-6, 11], - [-5, -7], - [4, -8], - [-4, -3], - [-2, 9], - [-5, -3] - ], - [ - [8172, 6482], - [-4, -2] - ], - [ - [8168, 6480], - [-7, -3], - [-2, 17], - [-3, -1], - [-2, 15], - [-6, -8], - [6, -17], - [0, -15], - [-2, -9], - [-10, 20], - [7, -19], - [-10, -14], - [-5, 1], - [-13, -12], - [-10, 3], - [-11, -15], - [-25, -8], - [-3, -10], - [-6, -1], - [-7, -13], - [5, -7], - [-1, -13], - [7, -9], - [-4, -10], - [-13, -2], - [-1, 10], - [-7, 25], - [3, 28], - [5, 0], - [0, 8], - [-8, 1], - [-2, 14], - [-1, -16], - [-12, 1], - [0, 6], - [-9, 2], - [-9, 13], - [2, -16], - [-6, 7], - [0, -8], - [-9, -5] - ], - [ - [7999, 6420], - [-7, 10], - [-9, -4], - [-12, 14], - [1, 6], - [-10, 2], - [0, 14], - [-4, 7], - [0, 14], - [5, 0], - [0, 16], - [-14, 0], - [-18, 12], - [-7, 14], - [-14, -13], - [1, -9], - [-14, -14], - [-3, 8], - [-6, -8], - [0, -9], - [-11, 16], - [-4, -12], - [-5, 11], - [-7, -21], - [-5, 10], - [-13, 9], - [-4, -20], - [-3, 0] - ], - [ - [7836, 6473], - [-13, 3], - [-4, -12], - [1, -10], - [5, -15], - [0, -39], - [-5, 6], - [-9, -2], - [-2, 20] - ], - [ - [7809, 6424], - [-2, 12], - [-7, -6], - [-3, -8], - [-8, -4], - [-2, 5], - [-5, -6], - [-2, 13], - [-4, 3], - [-1, 19], - [-14, 5], - [-6, -1], - [0, 16], - [4, 5], - [-1, 14], - [6, 11], - [-5, 13], - [-8, -2], - [-7, 5], - [2, 6], - [-6, 40], - [6, 9], - [-9, -3], - [-13, 1], - [-14, -14], - [-2, 5], - [5, 10], - [-1, 18], - [-4, 0], - [0, 17], - [7, 8], - [-2, 12], - [4, 11], - [2, -3], - [6, 10], - [0, 13], - [6, -3], - [3, 13], - [7, 6], - [-4, 6], - [5, 33], - [0, 29], - [-2, 31], - [-7, 4], - [-1, -9], - [-7, 20], - [0, 16], - [-8, 13], - [-9, 9], - [-5, -18] - ], - [ - [7703, 6808], - [-7, 9], - [-4, -3], - [-7, 15], - [-7, 1], - [5, 6], - [-4, 17], - [-9, 21], - [-12, -9], - [-6, 0], - [-6, -9], - [-9, 4], - [-9, 11], - [-8, -6], - [-3, -16], - [-9, -6], - [-6, -8], - [-7, -1], - [-9, -16], - [-12, -14], - [0, -11], - [-9, -9], - [-12, -5], - [-8, 2] - ], - [ - [7468, 6756], - [-4, 12], - [3, 18], - [-1, 10], - [-6, 5], - [-13, -14] - ], - [ - [7447, 6787], - [-8, 2], - [-4, -5], - [-15, 1], - [-3, 7], - [-14, 9], - [-4, -11], - [-9, 10], - [-3, -11], - [-2, 13], - [-6, 7], - [-16, 3], - [2, 17], - [-4, 3], - [-7, -6], - [-9, 11], - [-7, 12], - [-2, 16], - [-5, 5], - [-13, -7], - [-9, 26], - [-9, 2], - [-9, 15], - [-10, 8], - [-1, 15], - [-14, 5], - [-11, -23], - [-7, 11] - ], - [ - [7248, 6922], - [-11, 15], - [-10, 6], - [1, 9], - [-14, 15], - [-4, -3], - [-9, 13], - [-5, 16], - [-9, -8], - [-2, 12], - [4, 5], - [-4, 7], - [2, 15], - [-9, 14], - [-2, 20], - [9, 4], - [6, -16], - [10, 8], - [7, 13], - [-5, 14], - [0, 12], - [-7, 3], - [-8, 16], - [-3, 33], - [8, 8], - [0, 7], - [-10, 12], - [-9, 5], - [-8, 41], - [1, 9], - [-7, 0] - ], - [ - [7160, 7227], - [-18, 1], - [-11, 8] - ], - [ - [7131, 7236], - [-5, 6], - [0, 8], - [-13, -4], - [-4, 10], - [1, 27], - [-7, 15], - [-9, 1], - [0, 7], - [-8, 7], - [-7, -2], - [-9, 4] - ], - [ - [7080, 7327], - [7, 10], - [-8, 13], - [3, 7], - [-5, 17], - [-1, 26], - [-12, 9], - [-6, 0], - [-2, -9], - [-6, 3], - [-4, 16], - [4, 9], - [-6, 12], - [1, 14] - ], - [ - [7045, 7454], - [8, 8], - [-3, 9], - [4, 18], - [11, 3], - [10, 14], - [3, 10], - [11, -4], - [8, 11], - [4, -20], - [18, 4], - [9, 13], - [0, 10], - [5, 15], - [18, -2], - [11, 5], - [5, -2], - [8, 19], - [26, 23], - [27, 15], - [-1, 8] - ], - [ - [7227, 7611], - [1, 3], - [-3, 23], - [3, 11], - [9, 6], - [-7, 5], - [13, 6], - [-4, 13], - [2, 7], - [-11, 37], - [0, 32], - [5, 5], - [-18, 8], - [7, 9], - [21, 5], - [23, 13], - [3, -9], - [13, 3], - [7, -7], - [4, 17], - [-11, 7], - [7, 21], - [9, 47], - [5, 14], - [0, 14], - [24, -13], - [21, 1], - [4, -10], - [13, 13], - [7, 0], - [5, 9], - [-4, 41], - [4, 25], - [25, 10], - [4, 10], - [0, 17], - [4, 6], - [12, -1] - ], - [ - [7424, 8009], - [15, 5] - ], - [ - [7439, 8014], - [-4, -17], - [9, -8], - [-2, -9], - [16, -10], - [2, -12], - [14, -12], - [11, 1], - [7, -11], - [9, 3], - [11, -21], - [0, -11], - [15, -34], - [1, -11], - [-5, -14], - [3, -17], - [-7, -13], - [-2, -16], - [6, -17], - [6, 2], - [16, -9], - [23, -4], - [11, 2], - [23, -8], - [6, -13], - [7, 0], - [14, -19], - [9, -5], - [11, 2], - [-2, -16], - [6, -3], - [9, -41], - [12, -19], - [2, -11], - [23, 4], - [63, -13], - [14, 6], - [49, -12], - [7, -15], - [29, -11], - [18, -15], - [23, 7], - [0, -12], - [13, -5], - [6, 10], - [44, 30], - [36, 10], - [20, -3], - [20, 4], - [25, 19], - [15, 29], - [18, 12], - [10, 13], - [-9, 18], - [-7, 23], - [11, 33], - [5, 4], - [13, -1], - [5, -10], - [14, -6], - [13, -3], - [16, 16], - [14, 24], - [6, -3], - [23, 5], - [15, 18], - [-1, 7], - [11, 24], - [6, 3], - [15, -1], - [1, 13], - [9, -4], - [16, 12], - [12, -3], - [3, 5], - [14, -8], - [11, -1], - [5, 6], - [-4, 23], - [-18, 25], - [0, 6], - [-10, 7], - [-6, 11], - [-10, 5], - [-12, -3] - ], - [ - [8270, 7946], - [-7, -13] - ], - [ - [8263, 7933], - [-5, -6], - [-13, 13], - [-17, -1], - [-11, -9], - [-7, 10], - [-2, 13], - [8, 8], - [-1, 12], - [25, 79] - ], - [ - [8240, 8052], - [16, -12], - [14, -6], - [12, 9], - [13, 17], - [12, 1], - [7, 6], - [1, 14], - [-4, 6], - [8, 27], - [7, 10], - [1, 11], - [8, 23], - [16, 14], - [3, 17], - [-4, 7], - [3, 13], - [-8, 5], - [-12, -1], - [22, 37], - [12, 1], - [26, 11], - [19, 0], - [11, 6], - [28, -11], - [4, -9], - [20, -1], - [17, -13], - [23, -49], - [-3, -10], - [6, -23], - [6, -9], - [1, -20], - [10, -19], - [1, -23], - [7, -6], - [-2, -23], - [5, -9], - [11, -7], - [20, 2], - [7, -14], - [13, -3], - [9, -7], - [11, -17], - [12, 0], - [-4, -13], - [6, -8], - [2, -13], - [-4, -13], - [7, -20], - [15, 2], - [13, -5], - [17, 3], - [3, 9], - [12, 14], - [12, -1], - [6, 9], - [18, 8], - [9, -7], - [-4, -13], - [6, -17], - [-8, -19], - [-9, -6], - [-4, -38], - [-5, -13], - [2, -9], - [-11, -22], - [-1, -15], - [-8, -8], - [-2, -21], - [-8, -3] - ], - [ - [4913, 5477], - [0, -1] - ], - [ - [4913, 5476], - [0, 1] - ], - [ - [4925, 5729], - [-2, -26], - [3, -1], - [4, -47], - [-8, -15], - [-6, -39], - [-7, -28], - [2, -31], - [2, -4], - [4, -31], - [5, -1], - [2, -13], - [-3, -14] - ], - [ - [4921, 5479], - [-10, 3], - [-3, -4], - [-15, 4], - [-5, 4], - [-18, 3], - [-3, -9], - [16, 7], - [6, -3], - [-22, -5], - [-22, -3], - [-38, -25], - [-5, -8], - [-12, -10] - ], - [ - [4790, 5433], - [-1, 2], - [0, 41], - [5, 10], - [-1, 33], - [-10, 7], - [-1, 13], - [-6, 7], - [-10, 3], - [-6, 8], - [8, 15], - [1, 23], - [-5, 23] - ], - [ - [4764, 5618], - [7, -1], - [3, 10], - [3, 27], - [-7, 4], - [2, 14], - [7, 0], - [5, -7], - [2, 15], - [-8, 9], - [1, 12], - [5, 5], - [-5, 6], - [2, 13], - [-5, -2], - [-3, 7], - [1, 32], - [4, 6] - ], - [ - [4778, 5768], - [4, 2], - [5, 14], - [5, 1], - [3, -12], - [9, -6], - [2, 12], - [7, -1], - [1, 18], - [8, -5], - [-1, 8], - [5, 2], - [2, -15], - [-2, -13], - [6, -3], - [3, 9], - [11, 4] - ], - [ - [5402, 5930], - [2, -13], - [7, -8], - [3, -17], - [-1, -10], - [5, -3], - [2, -34], - [-2, -3], - [-1, -26], - [3, -28], - [9, -22], - [6, -8], - [-7, -3], - [-9, 3], - [-10, -4], - [-15, 3], - [-7, -19], - [11, -27], - [17, -29], - [3, -1], - [8, -30], - [2, -17], - [4, -2], - [-3, -16] - ], - [ - [5449, 5312], - [-3, -5], - [2, -25], - [-18, 15], - [-7, 3], - [-10, -2], - [-8, 12], - [-9, -3], - [-27, 0] - ], - [ - [5369, 5307], - [-6, 5], - [-48, 3], - [-1, -7] - ], - [ - [5314, 5308], - [-38, 0], - [-4, 10] - ], - [ - [5272, 5318], - [0, 12], - [4, 27], - [-1, 12], - [-8, 18], - [-2, 13], - [6, 11], - [-2, 8], - [-10, -11], - [-10, 10], - [-2, 29], - [-11, -4], - [2, 17] - ], - [ - [5238, 5460], - [6, 19], - [1, 41], - [4, 2], - [10, 24], - [10, 13], - [2, 14], - [10, 13], - [3, -8], - [7, 1], - [1, 9], - [8, -5], - [7, -14], - [1, -16], - [7, 1], - [6, 15], - [-1, 8], - [10, 15], - [-2, 17], - [5, 9], - [0, 9], - [5, 14], - [1, 25], - [16, 23], - [2, 34], - [9, 9], - [2, 17], - [-1, 14], - [6, 5], - [3, 30], - [12, 34], - [6, -1], - [11, 14], - [1, 37], - [-3, 10], - [-10, 4], - [-3, 40] - ], - [ - [5390, 5936], - [7, 0] - ], - [ - [5397, 5936], - [-1, -11], - [6, 5] - ], - [ - [5398, 5936], - [1, 0] - ], - [ - [5399, 5936], - [-1, 0] - ], - [ - [5944, 7202], - [0, 0] - ], - [ - [5944, 7202], - [-3, 0] - ], - [ - [5941, 7202], - [0, 0] - ], - [ - [5941, 7202], - [3, 0] - ], - [ - [5905, 7208], - [0, 1] - ], - [ - [5905, 7209], - [1, 0] - ], - [ - [5906, 7209], - [1, 0] - ], - [ - [5907, 7209], - [-2, -1] - ], - [ - [5935, 7200], - [1, -2] - ], - [ - [5936, 7198], - [-7, -1], - [-1, 11], - [-17, -6], - [-3, 7] - ], - [ - [5908, 7209], - [0, 0] - ], - [ - [5908, 7209], - [3, -5], - [17, 6], - [1, -10], - [6, 0] - ], - [ - [5807, 5072], - [0, -19], - [-2, 6], - [2, 13] - ], - [ - [5762, 5475], - [2, -10], - [7, -8], - [0, -10], - [16, -18], - [12, 12], - [6, 1], - [5, -9], - [7, 12], - [0, 6], - [10, -5], - [0, -12], - [4, -3], - [7, -21], - [10, -6], - [0, -14], - [6, 4], - [2, -10] - ], - [ - [5856, 5384], - [2, -7], - [-5, -19], - [3, -15], - [-4, -19], - [8, -3], - [8, -13] - ], - [ - [5868, 5308], - [-10, -15], - [-12, -24], - [0, -15] - ], - [ - [5846, 5254], - [-7, -6], - [-2, -13], - [-6, -5], - [0, -21], - [-3, -7], - [-4, -25] - ], - [ - [5824, 5177], - [-7, -9], - [-3, -12], - [1, -13], - [8, 12] - ], - [ - [5823, 5155], - [-1, -6], - [-1, -46] - ], - [ - [5821, 5103], - [-7, -8], - [-3, -9] - ], - [ - [5811, 5086], - [-3, 1], - [-7, -28], - [3, -9], - [-3, -10] - ], - [ - [5801, 5040], - [4, -14] - ], - [ - [5811, 4991], - [-2, -3], - [-1, -49], - [4, 11], - [-1, -27], - [-3, -5], - [0, -30], - [7, -28], - [-1, -13], - [-4, -5], - [10, -49], - [6, -14], - [6, -6], - [6, -13], - [2, -29], - [7, -10], - [2, -12] - ], - [ - [5849, 4709], - [-28, -8], - [-19, -7] - ], - [ - [5802, 4694], - [-16, -35], - [0, -23], - [4, -2], - [2, 9] - ], - [ - [5792, 4643], - [4, -21], - [-1, -21], - [1, -34], - [-5, -16], - [0, -10], - [-4, -17], - [4, -25], - [9, -11], - [6, -17], - [14, -4], - [-2, 11], - [9, 5], - [0, -75], - [-5, 1], - [-1, 12], - [-10, -10], - [-7, 1], - [-2, 14], - [-6, 17], - [-4, -2], - [-1, 13], - [-5, 13], - [-16, 7], - [-6, 6], - [-3, 16], - [-5, 7], - [-1, 12], - [-5, 0], - [-1, -16], - [-7, -8], - [-10, 6], - [-11, 0], - [-4, 7], - [-14, 8], - [0, 26], - [-17, -7], - [-8, -8], - [-4, 5], - [3, 14], - [-8, 6], - [-4, 9] - ], - [ - [5366, 4846], - [-9, 2], - [-4, -10], - [-7, -3], - [-7, 16] - ], - [ - [5363, 4916], - [8, -9], - [0, -6], - [8, 11], - [1, 14], - [7, -2], - [12, 12], - [2, -8], - [-3, -7], - [1, -20], - [9, 0], - [4, 6], - [10, 27], - [8, 8], - [1, 8], - [9, 4], - [10, 35], - [-1, 29], - [1, 13], - [-1, 26], - [12, 25], - [0, 7], - [11, 30], - [8, 5], - [12, 27], - [0, 21], - [3, 25], - [3, 7], - [-2, 14], - [1, 28], - [5, 27], - [-1, 34], - [16, 57], - [0, 19] - ], - [ - [5333, 4894], - [-5, 13], - [0, 10], - [-15, 33], - [-5, 6] - ], - [ - [5308, 4956], - [2, 12], - [8, 13], - [5, -10], - [5, -2], - [4, 22], - [-8, 9], - [3, 10], - [-7, 12], - [2, 7], - [-1, 20], - [4, -5], - [6, 5], - [4, -5], - [11, 5], - [-1, 24], - [5, 5], - [5, -5], - [5, -26], - [11, -4], - [9, 13], - [1, 6], - [9, -22], - [5, 9], - [0, 20], - [5, 5], - [1, 41], - [-2, 10], - [3, 23], - [-9, 9], - [-3, 11], - [-5, 0], - [0, 27], - [5, 19], - [5, 0], - [6, 16], - [-5, 18], - [0, 11], - [-14, 6], - [-7, -9], - [-7, -3], - [-4, 22], - [2, 23], - [3, 9] - ], - [ - [3018, 5865], - [-19, -13], - [-7, -27], - [-6, -1], - [-7, -26], - [-5, -13], - [-2, -37], - [-11, -37], - [11, 7], - [1, -11], - [4, 2], - [4, -28], - [8, -16], - [1, -19], - [-4, -7], - [1, -28], - [7, -3], - [3, -18], - [7, -5], - [5, 4], - [18, -4], - [9, 7], - [10, -10], - [7, -1], - [18, -46], - [5, -2], - [7, 8], - [11, -5], - [29, 8], - [4, -18], - [-6, -10], - [0, -17], - [-5, -6], - [0, -66], - [5, -28], - [4, -2], - [5, -17], - [-15, -35], - [7, -6], - [11, -18], - [0, -12], - [4, -17], - [5, -39] - ], - [ - [3056, 4939], - [-8, 22], - [-6, -2], - [-7, 6], - [18, 59], - [0, 7], - [-26, 25], - [-10, -10], - [-2, 7], - [-8, 7], - [-6, -11], - [-10, -7], - [-8, 6], - [-9, -5], - [-7, 8], - [2, 12], - [-2, 17], - [-10, 6], - [1, 12], - [-4, 13], - [-7, 3], - [-5, 10], - [-5, 2], - [-4, 26], - [-6, 11], - [-5, 2], - [-8, 14], - [-5, -2] - ], - [ - [2909, 5177], - [-11, 11], - [-3, -1], - [-7, 15], - [-8, 7], - [-3, -12], - [-9, -1], - [-19, 10], - [-1, 14], - [-7, 11], - [-11, 5], - [-13, 16], - [-7, 13] - ], - [ - [2810, 5265], - [-5, 10], - [5, 13], - [7, -2], - [-3, 14], - [0, 13], - [7, 19], - [10, -5], - [0, 9], - [9, -4], - [1, 22], - [12, 29], - [0, 6], - [7, 20], - [-6, -5], - [-4, 5], - [-1, 15], - [3, 16], - [-2, 57], - [-5, 2], - [9, 12], - [0, 7], - [-7, 20], - [3, 5], - [1, 19], - [-5, 6], - [-3, 17], - [-7, 14] - ], - [ - [2836, 5599], - [2, 14], - [13, 12], - [1, 13], - [4, 2], - [-6, 28], - [-3, 3], - [3, 11] - ], - [ - [2850, 5682], - [12, -31], - [1, -12], - [5, 0], - [-1, 29], - [-4, 10], - [7, 5], - [10, 15], - [6, 23], - [12, 4], - [2, 15], - [-3, 1], - [3, 13], - [-1, 20], - [3, 2], - [0, 16], - [8, 14], - [11, 14], - [9, -5], - [-3, -8], - [7, -4], - [4, 18], - [1, 14], - [10, -3], - [15, 1], - [6, 12], - [10, 13], - [13, 10], - [3, 11], - [-1, 9], - [6, 1], - [12, 10], - [8, -6], - [3, -18], - [-6, -10] - ], - [ - [6235, 4487], - [1, -17], - [-4, 8], - [3, 9] - ], - [ - [6207, 4496], - [-7, 9], - [1, 21], - [4, 1], - [-1, -12], - [3, -19] - ], - [ - [4324, 6037], - [-5, 9], - [5, 2], - [0, -11] - ], - [ - [4340, 6065], - [8, -16], - [-5, -7], - [-4, 7], - [1, 16] - ], - [ - [4365, 6116], - [5, -8], - [-8, -3], - [3, 11] - ], - [ - [4303, 6173], - [3, -6], - [-7, -10], - [-3, 11], - [7, 5] - ], - [ - [2676, 5812], - [7, -32], - [16, -36], - [7, -10] - ], - [ - [2706, 5734], - [-3, -5], - [-5, 7], - [-2, -8], - [0, -23], - [6, -10], - [-5, -4], - [2, -19], - [-6, -11], - [4, -16] - ], - [ - [2697, 5645], - [-2, 11], - [-5, 9], - [0, 15], - [-9, 5], - [5, -10], - [0, -10], - [-12, 12], - [3, 27], - [-8, 14], - [-10, 11], - [-11, 8], - [1, 10], - [-12, 21], - [-4, -7], - [9, -12], - [-6, -16], - [-6, 15], - [-10, 5], - [-5, 19], - [1, 16], - [3, 2], - [1, 15], - [-8, 5], - [7, 2], - [0, 9] - ], - [ - [2619, 5821], - [2, 7], - [21, -15], - [5, 7], - [13, -10], - [0, -5], - [8, -5], - [8, 5], - [0, 7] - ], - [ - [2698, 6446], - [5, -3], - [4, -17], - [-10, -9], - [-8, 8], - [7, 1], - [-4, 15], - [6, 5] - ], - [ - [2836, 6454], - [6, -1], - [-1, -7], - [-5, 8] - ], - [ - [2823, 6481], - [-2, -7], - [-7, 5], - [9, 2] - ], - [ - [2914, 6329], - [-1, 4] - ], - [ - [2913, 6333], - [-1, 0] - ], - [ - [2912, 6333], - [-2, -4] - ], - [ - [2910, 6329], - [-10, -1], - [-15, 6], - [-21, -3], - [-2, -3], - [-21, -3], - [6, 17], - [9, 10], - [3, 9], - [-8, 15], - [-19, -1], - [-13, 20], - [-1, 18], - [-6, 16], - [-14, -5], - [-10, 8], - [-8, 0], - [-10, 11], - [-5, 10], - [-13, -1], - [-13, 8], - [-13, 4], - [-7, 11], - [12, 1], - [1, 7], - [-7, 6], - [-25, 1], - [-10, -21], - [-7, -9], - [-15, 0], - [-2, -15], - [-3, 2], - [-11, -11], - [1, 10], - [-11, -3], - [10, 9], - [5, 0], - [-2, 15], - [3, 11], - [12, 15], - [14, 8], - [3, 6], - [19, 3], - [9, 8], - [27, -2], - [3, -6], - [15, 2], - [6, -8], - [10, 1], - [11, -12], - [9, -20], - [15, -1], - [13, -13], - [5, -1], - [7, -16], - [12, -5], - [-3, 9], - [12, -16], - [5, -11], - [23, -17], - [0, -5], - [12, 2], - [3, -6], - [-5, -10], - [2, -9], - [20, 1], - [7, -5], - [9, -19], - [5, 2], - [2, -9], - [-3, -6], - [-13, 0], - [-10, -9] - ], - [ - [3089, 5876], - [-11, 16], - [3, 2], - [8, -18] - ], - [ - [5905, 7209], - [1, 0] - ], - [ - [5941, 7202], - [-6, -2] - ], - [ - [5908, 7209], - [6, 1], - [0, 11], - [14, -4], - [17, 8], - [15, 13], - [0, -3], - [-19, -22], - [3, -11] - ], - [ - [5938, 7197], - [0, 0] - ], - [ - [5938, 7197], - [0, 0] - ], - [ - [5937, 7198], - [0, 0] - ], - [ - [5944, 7202], - [-3, -6] - ], - [ - [5941, 7196], - [0, 6] - ], - [ - [5936, 7198], - [0, -1] - ], - [ - [5936, 7197], - [-3, -9], - [-16, -11] - ], - [ - [5917, 7177], - [-8, 1] - ], - [ - [5909, 7178], - [-7, 3], - [-5, 11], - [1, 9], - [7, 7] - ], - [ - [5907, 7209], - [1, 0] - ], - [ - [5411, 8112], - [4, 8], - [9, -9], - [14, -7], - [6, -6], - [12, -3], - [-7, -8], - [13, -20], - [10, 7], - [-4, 12], - [9, -2], - [19, -24], - [4, 4], - [7, -7], - [8, 0], - [8, -23] - ], - [ - [5523, 8034], - [-8, -1], - [-12, -15], - [-1, -11], - [-15, -14], - [-9, 4], - [-8, -15] - ], - [ - [5383, 7990], - [-10, 11], - [-13, 20], - [-10, 9], - [-7, 17], - [3, 13], - [-5, 11], - [6, 13], - [26, 11], - [3, 8], - [9, 1], - [13, 9], - [-2, 8], - [15, -9] - ], - [ - [5255, 7927], - [0, 0] - ], - [ - [5394, 8289], - [0, -4] - ], - [ - [5394, 8285], - [0, 4] - ], - [ - [5371, 8330], - [6, -3], - [4, -14], - [-11, -5], - [-6, 4], - [1, 12], - [6, 6] - ], - [ - [5262, 8339], - [4, 3], - [12, -11], - [5, -15], - [13, -5], - [11, 2], - [1, -9], - [-10, -8], - [12, -2], - [8, -7], - [5, 14], - [11, 2], - [14, 11], - [13, 4], - [3, -10], - [10, -8], - [6, 2], - [3, -17], - [13, -10] - ], - [ - [5396, 8275], - [3, -23], - [-5, -27], - [12, -14], - [-3, -9], - [7, -21], - [-4, -20], - [2, -11], - [7, -4], - [2, -14], - [-6, -20] - ], - [ - [5269, 7921], - [-15, 12], - [1, -6] - ], - [ - [5210, 7923], - [-2, 4], - [8, 55], - [9, 11], - [2, 10], - [-16, 4], - [-4, 7], - [-18, -1], - [-13, 17] - ], - [ - [5176, 8030], - [4, 20], - [-6, 3], - [-5, 16] - ], - [ - [5166, 8104], - [-3, 14], - [9, 22], - [0, 9], - [-8, 12], - [5, 10], - [8, -4], - [10, 5], - [8, 28], - [-10, 5], - [2, 9], - [8, 1], - [4, 18], - [0, 16] - ], - [ - [5199, 8249], - [-3, 19], - [6, 6], - [21, 2], - [6, -18], - [0, 12], - [8, -4], - [2, 20], - [9, 1], - [-8, 29], - [10, 6], - [-9, 13], - [-1, 9] - ], - [ - [5240, 8344], - [22, -5] - ], - [ - [6201, 5844], - [-9, -28] - ], - [ - [6192, 5816], - [-6, 4], - [-22, -7], - [-4, 8] - ], - [ - [6160, 5821], - [0, 12] - ], - [ - [6160, 5833], - [0, 24], - [10, 22], - [7, 22] - ], - [ - [6177, 5901], - [8, -6], - [3, 9], - [9, 11] - ], - [ - [6197, 5915], - [6, -14], - [2, -25], - [-10, -14], - [-7, -3], - [-3, -11], - [13, 3], - [3, -7] - ], - [ - [3294, 6081], - [4, -5], - [0, -15], - [-3, -3], - [-3, 16], - [2, 7] - ], - [ - [5312, 8347], - [17, -10], - [-1, -7], - [-10, -1], - [-8, 6], - [2, 12] - ], - [ - [5348, 8350], - [-12, -5], - [4, 7], - [8, -2] - ], - [ - [5272, 8355], - [7, -12], - [-8, 2], - [1, 10] - ], - [ - [5413, 8363], - [6, -13], - [-9, 3], - [3, 10] - ], - [ - [5287, 8385], - [7, 0], - [6, -15], - [-2, -16], - [-19, 1], - [-11, 24], - [19, 6] - ], - [ - [5342, 8415], - [7, -3], - [0, -22], - [-11, -12], - [8, -11], - [-13, -8], - [5, -3], - [-8, -10], - [8, -5], - [-9, -11], - [-4, 32], - [-13, 0], - [-2, 28], - [13, 12], - [5, -13], - [14, 26] - ], - [ - [5247, 8463], - [-2, -13], - [-9, 0], - [11, 13] - ], - [ - [5240, 8344], - [-2, 32], - [-14, 7], - [3, 14], - [6, 5], - [-4, 11], - [-4, -6], - [0, 34], - [16, 1], - [7, 12], - [9, -10], - [-3, 15], - [18, 12], - [-32, -9], - [-5, -13], - [-7, 3], - [11, 20], - [17, 1], - [9, 6], - [10, 19], - [20, 10], - [-6, -10], - [3, -20], - [-7, -15], - [2, -23], - [12, -1], - [5, -6], - [-6, -16], - [-11, 2], - [-4, -20], - [-20, -21], - [6, -16], - [-7, -5], - [8, -8], - [-8, -10] - ], - [ - [3006, 6222], - [2, 16], - [-6, 10] - ], - [ - [3002, 6248], - [0, 0] - ], - [ - [3002, 6248], - [-1, 2] - ], - [ - [3001, 6250], - [-1, 4] - ], - [ - [3000, 6254], - [8, 11], - [-2, 9], - [4, 12], - [-4, 32] - ], - [ - [3006, 6318], - [3, 11], - [14, -4], - [4, 6], - [11, -10], - [5, 1], - [4, -8], - [11, 0], - [4, -20], - [6, 2], - [11, -3], - [-2, -5], - [-11, 2], - [0, -8], - [24, -7], - [12, -20], - [-9, -23], - [-8, 11], - [-17, 0], - [-9, 4], - [-8, -14], - [-9, -2], - [-3, 12], - [-9, -8], - [-5, 2], - [1, -9], - [-10, -31], - [-6, 8], - [-4, 17] - ], - [ - [5238, 7310], - [2, -6], - [-7, -4], - [1, -6], - [-8, -8], - [6, -5], - [-4, -35], - [3, -10], - [-1, -19], - [4, -5], - [-4, -8], - [-3, -30], - [-11, -11], - [-1, -9], - [-7, -8], - [-1, -14], - [7, -25], - [0, -11], - [10, -7], - [6, -15], - [2, -20], - [19, -24], - [7, -62], - [6, -44] - ], - [ - [5264, 6924], - [-7, -7], - [11, -29], - [5, -37], - [-2, -44], - [4, -19], - [-5, -34], - [2, -21], - [3, -4], - [-2, -20], - [-10, -9], - [-3, -10], - [18, -52], - [0, -25], - [5, -5], - [1, -10], - [6, -6], - [7, 5], - [21, -13], - [3, -4], - [11, -43] - ], - [ - [5332, 6537], - [-28, -35], - [-99, -122], - [-24, -40], - [-17, -32], - [-8, -8], - [-39, -15] - ], - [ - [5117, 6285], - [-26, -9], - [-5, 7], - [4, 15], - [-2, 11], - [1, 14], - [-8, 8], - [-12, 4], - [-9, 16], - [-2, -4], - [-9, 5], - [-4, 14], - [-14, 12], - [1, 19], - [-14, 18], - [-28, 40], - [-8, 9], - [-36, 49], - [-21, 30], - [-8, 9], - [-51, 70] - ], - [ - [4866, 6622], - [-64, 78], - [-16, 21], - [-28, 33] - ], - [ - [4758, 6754], - [0, 22] - ], - [ - [4758, 6776], - [0, 59], - [12, 18], - [18, 22], - [7, 0], - [8, 8], - [10, 0], - [27, 5], - [6, -5], - [7, 21], - [11, 17], - [11, 11], - [6, 11], - [17, 8], - [3, 14], - [-8, 21], - [4, 4], - [1, 15], - [23, 9], - [-3, 14], - [12, 5], - [35, -3], - [0, 17], - [6, 7], - [-11, 14], - [-4, 11], - [2, 8], - [-5, 10], - [2, 18], - [-4, 8], - [2, 24], - [-4, 15], - [3, 6], - [-4, 7], - [2, 9], - [-12, 19] - ], - [ - [4938, 7203], - [8, 0], - [18, 16], - [2, 12], - [11, 12], - [8, 0], - [1, 7], - [6, -5], - [8, 2], - [5, 15], - [24, 22], - [25, 4], - [10, 4], - [8, -2], - [11, 13], - [3, -4], - [12, 2], - [9, 8], - [21, -1], - [13, -7], - [8, -8], - [10, 11], - [14, 5], - [6, 10], - [12, -12], - [8, 2], - [0, 9], - [9, -1], - [7, -10], - [13, 4], - [10, -1] - ], - [ - [2774, 5010], - [-4, -1], - [0, 11], - [5, 9], - [5, -3], - [-6, -16] - ], - [ - [2519, 5143], - [-4, -14], - [-5, 0], - [9, 14] - ], - [ - [2493, 5154], - [0, -14], - [-8, 2], - [1, 11], - [7, 1] - ], - [ - [2459, 5168], - [2, -12], - [-7, 2], - [-1, 8], - [6, 2] - ], - [ - [2478, 5174], - [6, -6], - [-5, -6], - [-4, 5], - [3, 7] - ], - [ - [2463, 5192], - [4, -22], - [6, -11], - [-1, -9], - [6, -10], - [-4, -13], - [-13, -3], - [-3, 10], - [12, 14], - [-9, 21], - [-3, 18], - [5, 5] - ], - [ - [2909, 5177], - [-10, 0], - [6, -20], - [4, -4], - [-1, -13], - [2, -13], - [-5, 0], - [-4, -27], - [-15, -40], - [-16, -25], - [-33, -24], - [-9, -21], - [1, -7], - [-6, 5], - [-1, -22], - [-8, -31], - [-1, -17], - [-4, -3], - [-1, -12], - [-4, -7], - [-8, 2], - [-5, 16], - [0, 9], - [-8, 2], - [-9, 11], - [-8, -11], - [-2, 5], - [4, 10], - [-5, 9], - [10, 10], - [-2, 22], - [-3, 6] - ], - [ - [2768, 4987], - [11, 12], - [6, 40], - [-3, 5], - [-4, -11], - [-1, 15], - [-7, -22], - [-11, 18], - [-7, 5], - [5, 13], - [-1, 22], - [-2, 5], - [2, 15], - [-4, 19], - [10, 7], - [3, 21], - [-1, 11], - [12, 24], - [1, 31], - [-2, 13], - [12, 11], - [19, 9], - [4, 15] - ], - [ - [5949, 6986], - [2, -6] - ], - [ - [5951, 6980], - [17, -99] - ], - [ - [5968, 6881], - [-4, -12], - [-3, -33], - [-5, -16], - [0, -26], - [-5, -14], - [-13, 15], - [-6, 17], - [-10, 16], - [-1, 26], - [-8, 12], - [-5, 14], - [-2, 23], - [-4, -1], - [-4, -16], - [6, -10], - [3, -16], - [0, -14], - [4, -6], - [14, -42], - [5, -5], - [5, -36], - [4, -4], - [5, -25], - [0, -11], - [11, -43], - [15, -51], - [8, -35], - [15, -29], - [-8, 3], - [2, -41], - [3, -16], - [6, -13], - [10, -6], - [2, -8], - [16, -29] - ], - [ - [6024, 6449], - [-78, 0], - [-73, 0], - [0, 14], - [-6, -14], - [-57, 0], - [-71, 0], - [-46, 0] - ], - [ - [5693, 6449], - [0, 421], - [-3, 10], - [-1, 24], - [-4, 13], - [6, 20], - [3, 17], - [-4, 22], - [0, 14], - [8, 16] - ], - [ - [5698, 7006], - [1, -7], - [7, -2], - [12, 7], - [14, -6], - [27, -8], - [1, -7], - [8, -5], - [5, 4], - [4, -9], - [21, -6], - [8, -9], - [13, 7], - [16, 22], - [4, -4], - [4, 14], - [3, -3], - [11, 6], - [-9, -10], - [9, 2], - [7, 11], - [13, -9], - [8, 5], - [-3, -15], - [7, -4], - [1, -7], - [6, 2], - [0, 9], - [6, -10], - [7, -4], - [31, 7], - [9, 9] - ], - [ - [6111, 6097], - [3, -11], - [8, -6], - [-12, 2], - [-2, 8], - [3, 7] - ], - [ - [6177, 5901], - [-6, 15], - [-8, 12], - [-5, 18], - [-14, 19], - [-7, 23], - [-5, 10], - [-10, 7], - [-5, 9], - [-9, -1], - [-10, 9], - [-10, -6], - [-5, 10], - [-3, -8], - [-13, -5], - [-6, 16], - [-3, -1], - [-6, 12], - [-9, -45], - [-6, 19], - [-5, 1], - [-2, -8], - [-10, 1], - [-6, -4] - ], - [ - [6014, 6004], - [-3, 51], - [6, 17], - [1, 18], - [3, 5], - [5, 24], - [-2, 23], - [3, 6], - [-1, 17], - [12, -2], - [3, 17], - [21, 13], - [5, 18], - [5, 9] - ], - [ - [6072, 6220], - [9, -35], - [0, -9], - [6, -31], - [1, -24], - [3, -23], - [4, -4], - [0, -17], - [5, -2], - [2, -22], - [4, -1], - [-2, 18], - [3, 4], - [6, -7], - [0, -17], - [6, -8], - [3, 5], - [6, -3], - [3, -12], - [12, -6], - [12, -31], - [2, -9], - [9, -6], - [3, -12], - [3, 1], - [4, -13], - [1, -13], - [4, 2], - [6, -13], - [0, -8], - [10, -9] - ], - [ - [5941, 7196], - [-3, 1] - ], - [ - [5938, 7197], - [-2, 0] - ], - [ - [4503, 6784], - [-3, -9], - [-5, 3], - [8, 6] - ], - [ - [4571, 6803], - [1, -17], - [-5, -6], - [-6, 6], - [2, 19], - [8, -2] - ], - [ - [4552, 6828], - [-7, -11], - [-2, -14], - [-7, -8], - [-6, 21], - [12, 4], - [4, 8], - [6, 0] - ], - [ - [4604, 6803], - [7, 35], - [5, -4], - [-4, -26], - [-8, -5] - ], - [ - [4503, 6844], - [4, -7], - [-3, -16], - [-4, 14], - [3, 9] - ], - [ - [4626, 6861], - [0, -6], - [-9, -10], - [-1, 11], - [10, 5] - ], - [ - [4919, 7214], - [-1, 3] - ], - [ - [4918, 7217], - [1, -3] - ], - [ - [4851, 7247], - [-1, 5] - ], - [ - [4850, 7252], - [1, -5] - ], - [ - [5043, 7435], - [2, -6], - [-6, -9], - [-6, 2], - [10, 13] - ], - [ - [5088, 7483], - [0, -11], - [8, 0], - [-7, -23], - [-4, -6], - [-8, 7], - [-3, 10], - [-9, 0], - [9, 14], - [14, 9] - ], - [ - [5114, 7490], - [6, -11], - [-3, -3], - [-12, 12], - [9, 2] - ], - [ - [5055, 7627], - [0, 0] - ], - [ - [4950, 7681], - [11, -8], - [1, -9], - [16, -8], - [6, -11], - [6, 3], - [8, -7], - [20, 0], - [0, 9], - [18, -7], - [3, -7] - ], - [ - [5047, 7630], - [8, -9], - [8, 4], - [6, -5], - [12, 8], - [7, -3] - ], - [ - [5088, 7625], - [4, -5], - [-6, -6], - [3, -18], - [-4, -6], - [-23, -20], - [-3, -10], - [-17, -6], - [-15, -8], - [-8, -13], - [5, -6], - [-8, -7], - [-7, -18], - [-8, -14], - [-11, -32], - [3, -21], - [6, -15], - [7, -7], - [-21, -22], - [-9, -36], - [4, -6], - [-19, -4], - [-12, -20], - [-2, -15], - [-7, -12], - [-5, 6], - [-7, -1], - [-3, -8], - [-6, 4], - [-42, -1], - [-7, -13], - [-15, -5], - [-4, -16] - ], - [ - [4851, 7264], - [0, 0] - ], - [ - [4851, 7264], - [-6, -7], - [-14, 11], - [-9, 24], - [-2, 18], - [-12, 13], - [-14, 2] - ], - [ - [4794, 7325], - [-3, 18], - [7, 27], - [6, 2], - [3, 10], - [-5, 0], - [-6, 14], - [1, 17], - [6, 6], - [3, 12], - [-5, 3], - [-5, 22], - [-6, 12], - [14, 0], - [4, 14], - [-4, 17], - [7, 8], - [-1, 30], - [-3, 6], - [8, 16], - [6, 4], - [6, 14], - [-10, 6], - [0, 16], - [-16, 2], - [-2, -7], - [-11, -3], - [-3, 3], - [-13, -3], - [3, 13], - [-4, 6], - [-15, -10] - ], - [ - [4756, 7600], - [-4, 7], - [8, 12], - [-7, 6], - [1, 13], - [-6, -4], - [1, 10], - [-7, 18], - [12, 17], - [5, -3], - [11, 5], - [-2, 4], - [13, 17], - [6, 2], - [13, -13], - [36, 2], - [14, -2], - [17, -9], - [16, 0], - [17, 6], - [3, -6], - [11, -2], - [10, 4], - [16, -8], - [10, 5] - ], - [ - [5628, 8557], - [8, 2], - [12, -10], - [-17, -13], - [-15, -4], - [-10, 7], - [0, 13], - [22, 5] - ], - [ - [5631, 8581], - [8, -10], - [-15, -8], - [-3, 11], - [-9, 4], - [19, 3] - ], - [ - [5778, 8608], - [4, -7] - ], - [ - [5782, 8601], - [-5, -1] - ], - [ - [5777, 8600], - [3, -1] - ], - [ - [5780, 8599], - [-7, -9] - ], - [ - [5773, 8590], - [-4, -10] - ], - [ - [5769, 8580], - [-12, 1], - [-9, -8], - [13, -28], - [6, -22] - ], - [ - [5767, 8523], - [5, -8], - [-7, -3], - [-6, -16] - ], - [ - [5759, 8496], - [-14, 5], - [-8, -6], - [-15, 19], - [-26, 13], - [-21, -12] - ], - [ - [5675, 8515], - [7, 26], - [-10, -3], - [-13, 5], - [-6, 13], - [-3, 20], - [6, 3], - [-5, 14], - [18, 5], - [6, 10], - [30, 1], - [8, 10], - [35, -13], - [27, -2], - [3, 4] - ], - [ - [6160, 5833], - [0, -12] - ], - [ - [6192, 5816], - [-8, -22], - [5, -23], - [5, -13], - [6, -8], - [1, -13], - [4, -12], - [5, -4], - [12, -21], - [51, -34], - [31, -23], - [28, 0] - ], - [ - [6332, 5643], - [-21, -43], - [-31, -61], - [-14, -31], - [-14, -34], - [-5, -9], - [-27, 3], - [-20, -14], - [-8, -12], - [-1, -8], - [-9, -7], - [-12, -2], - [-7, -13] - ], - [ - [6163, 5412], - [-19, -3], - [-3, 2], - [-9, 19], - [-26, -24], - [-8, -27], - [-25, 12], - [-15, 0], - [-7, 11], - [-28, 36], - [-23, 1], - [-3, 10] - ], - [ - [5997, 5449], - [-4, 8], - [0, 27], - [-2, 9], - [-11, -2], - [-1, 9], - [-5, 7], - [-3, 12], - [0, 13], - [-4, 11], - [-3, 24], - [-6, 5], - [0, 8], - [-6, 4], - [-7, 24], - [-9, 16], - [-19, 8], - [-1, 9], - [5, 9], - [0, 17], - [12, 3], - [2, -5], - [7, 3], - [5, 9], - [-1, 50] - ], - [ - [5946, 5727], - [4, 33], - [3, 9], - [-1, 22], - [7, 18], - [6, -7], - [5, 5], - [0, 25], - [4, 16], - [-1, 14], - [6, 8], - [2, 12], - [11, 31], - [11, 1], - [0, 19], - [3, 19], - [6, 24], - [2, 28] - ], - [ - [5634, 8649], - [-3, -11], - [-9, 9], - [12, 2] - ], - [ - [5804, 9158], - [-14, -7], - [8, -9], - [-8, -12], - [7, -21], - [18, -7], - [18, -21], - [-2, -10], - [-23, -30], - [-1, -9], - [13, -20], - [11, -25], - [5, -23], - [-10, -1], - [2, -32], - [-7, -6], - [6, -11], - [9, -1], - [-2, -23], - [14, -8], - [1, -11], - [-17, -18], - [14, -16], - [21, -15], - [9, -17], - [-9, -24], - [-25, -28], - [-15, -23], - [-18, -22], - [-10, -7], - [-27, -31] - ], - [ - [5772, 8670], - [-31, -8], - [-19, -2], - [-8, -8], - [-15, 0], - [-6, -6], - [-38, -11], - [-10, -6], - [-10, 17], - [3, 10], - [-12, -6], - [2, 10], - [-10, 0], - [-12, 14], - [-5, -7], - [-8, 8], - [-2, 23], - [5, 3], - [3, 23], - [-5, 25], - [-5, 3], - [3, 22], - [-6, 2], - [3, 27], - [13, 9], - [-5, 12], - [11, -3], - [13, 8], - [-5, 9], - [17, 9], - [3, 10], - [13, 6], - [10, 18], - [17, 18], - [5, 16], - [25, 8], - [-4, 14], - [2, 17], - [-33, 19] - ], - [ - [5671, 8973], - [-15, 37], - [10, 20], - [-12, 20], - [5, 16], - [-7, 26], - [5, 3], - [-23, 26], - [-21, 5], - [-41, 32] - ], - [ - [5572, 9158], - [12, 1], - [7, 14], - [10, -2], - [21, -31], - [22, -6], - [20, 12], - [27, -15], - [7, 13], - [18, 12], - [-1, 17], - [6, 22], - [15, 15], - [16, -2], - [22, 10], - [17, -16], - [18, -7], - [6, -12], - [-14, -14], - [3, -11] - ], - [ - [9954, 4093], - [-5, -13], - [-7, 0], - [12, 13] - ], - [ - [9951, 4184], - [0, -5], - [9, -12], - [2, -26], - [-10, -2], - [-3, -6], - [-10, -2], - [-15, 11], - [-1, 12], - [5, 7], - [-2, 6], - [7, 12], - [18, 5] - ], - [ - [0, 4252], - [9987, -23], - [-2, -11], - [4, 2], - [7, 14], - [0, -17], - [-16, -2], - [-1, 7], - [-11, -10], - [-4, -9], - [-7, 15], - [12, 16], - [13, 4], - [2, 8], - [-9984, 6] - ], - [ - [3351, 2225], - [4, -3], - [-17, -28], - [-11, -4], - [-4, -11], - [-8, -4], - [-11, 12], - [16, 3], - [-4, 17], - [12, 1], - [-13, 15], - [11, -5], - [9, 6], - [15, -3], - [1, 4] - ], - [ - [3368, 2227], - [7, 2], - [4, -8], - [12, 3], - [4, -18], - [-17, -11], - [-16, 0], - [8, -4], - [-12, -6], - [1, -10], - [-11, 5], - [3, -11], - [-9, 12], - [6, 17], - [13, 11], - [-3, 14], - [10, 4] - ], - [ - [6541, 3981], - [5, -2], - [5, -13], - [-1, -13], - [-7, -1], - [-6, 6], - [-4, 14], - [8, 9] - ], - [ - [6252, 4454], - [4, -5], - [-1, -13], - [-3, -1], - [0, 19] - ], - [ - [3483, 5317], - [7, 10], - [4, 16], - [2, 29], - [4, 19], - [-10, 24], - [-3, 26], - [-1, 25], - [4, 16], - [5, 9] - ], - [ - [3495, 5491], - [3, 5], - [3, 18], - [12, -10], - [11, -4], - [6, -6], - [10, -19], - [22, -31], - [3, -18], - [-1, -11] - ], - [ - [3306, 6034], - [4, -11], - [-1, -7], - [-9, 13], - [1, 11], - [5, -6] - ], - [ - [3288, 6120], - [2, -14], - [-4, -5], - [-3, 22], - [5, -3] - ], - [ - [3295, 6124], - [5, -5], - [-9, -3], - [1, 18], - [3, -10] - ], - [ - [5262, 7641], - [2, -7], - [1, -27], - [-4, -7], - [-2, -24], - [-7, -9], - [-8, 9], - [3, 8], - [-7, 3], - [2, 19], - [-5, 15], - [3, 10], - [13, 13], - [6, -1], - [3, 16], - [0, -18] - ], - [ - [5160, 8036], - [5, -6], - [11, 0] - ], - [ - [5172, 7849], - [16, 7] - ], - [ - [5195, 7827], - [-7, -5], - [5, -18], - [5, -6], - [-2, -11], - [-13, -6], - [3, -11], - [8, -5], - [1, -9], - [-6, -11], - [4, -14], - [10, -7], - [9, 3], - [-4, -22] - ], - [ - [5208, 7705], - [-2, -3] - ], - [ - [5206, 7702], - [-2, -1] - ], - [ - [5204, 7701], - [-11, -10], - [-9, -23], - [-14, -6], - [-22, 9], - [0, 7], - [-15, 1], - [-7, 6], - [-11, 0], - [-5, 6], - [-13, -17], - [-10, -6], - [-3, -9], - [0, -26], - [4, -8] - ], - [ - [4950, 7681], - [9, 13], - [6, 48], - [-1, 11], - [4, 49], - [11, -11], - [0, 8], - [-14, 16], - [3, 6], - [1, 26], - [-20, 14], - [-9, 18], - [4, 14], - [-5, 12], - [-8, 1], - [-3, 15], - [-6, -3], - [-11, 11], - [-18, 6], - [-4, 6], - [-11, -5], - [0, 7], - [-9, 7], - [12, 5], - [-14, 12], - [1, 13], - [10, 6], - [22, 0], - [2, 9], - [12, 2], - [10, -20], - [12, 9], - [16, -4], - [4, 8], - [-1, 28], - [-6, 8], - [0, 18], - [16, 0], - [-1, -11], - [5, -6], - [30, -4], - [8, 7], - [-5, 3], - [2, 11], - [10, 9], - [18, 7], - [11, 15], - [0, 37], - [10, 8], - [17, 4] - ], - [ - [4800, 8771], - [13, -21], - [-14, 13], - [1, 8] - ], - [ - [4808, 8772], - [9, -11], - [-11, 3], - [2, 8] - ], - [ - [9394, 5584], - [3, -9], - [-4, -1], - [1, 10] - ], - [ - [5308, 4956], - [-3, 13], - [-10, 15], - [0, 9], - [-17, 28], - [-8, 19], - [7, -8], - [5, 3], - [-8, 8], - [-7, 1], - [-2, 13], - [-9, 21], - [1, 10], - [8, 2], - [-2, 7], - [-4, -5], - [-9, 16], - [-1, 11], - [-6, 18], - [5, 6], - [2, -7], - [2, 12], - [6, 13], - [1, 14], - [-1, 27], - [2, -7], - [11, -2], - [-8, 7], - [-5, 19], - [9, -6], - [-2, 24], - [3, 7], - [4, -4] - ], - [ - [5272, 5240], - [6, 1], - [36, -1], - [0, 68] - ], - [ - [4964, 8107], - [6, -6], - [-7, -6], - [-6, 6], - [7, 6] - ], - [ - [4883, 8252], - [-4, -10], - [-6, 16], - [10, -6] - ], - [ - [4825, 8298], - [-11, -2], - [-8, 20], - [-10, -17], - [-14, 5], - [-9, 13], - [11, 10], - [-5, 6], - [11, 2], - [8, 19] - ], - [ - [4798, 8354], - [20, 10], - [13, -2], - [0, -8], - [18, -35], - [-7, -6], - [-11, -19], - [-6, 4] - ], - [ - [4857, 8375], - [-7, 14], - [7, -1], - [0, -13] - ], - [ - [4830, 8398], - [2, -9], - [-7, -6], - [-6, 6], - [1, 10], - [10, -1] - ], - [ - [4839, 8409], - [-5, -13], - [-4, 6], - [9, 7] - ], - [ - [4832, 8443], - [11, -10], - [-2, -5], - [-18, -4], - [7, 10], - [-7, 5], - [9, 4] - ], - [ - [4795, 8489], - [3, -18], - [-4, 1], - [1, 17] - ], - [ - [4800, 8503], - [1, -8], - [-10, 7], - [9, 1] - ], - [ - [4824, 8506], - [5, -20], - [14, -6], - [-9, -6], - [-10, 1], - [-13, 15], - [11, 5], - [2, 11] - ], - [ - [4827, 8543], - [-5, -20], - [-16, -15], - [3, 11], - [-7, 3], - [2, 15], - [23, 15], - [0, -9] - ], - [ - [4907, 8560], - [9, 0], - [-6, -20], - [-22, -20], - [6, -7], - [-8, -14], - [22, 8], - [20, -3], - [16, 2], - [7, -13], - [-6, -9], - [-6, -24], - [-9, -18], - [-10, -8], - [8, -10], - [-21, -15], - [9, -4], - [11, 6], - [13, -8], - [14, -19], - [4, -29], - [8, -27], - [19, -9], - [4, -13], - [8, -7], - [-4, -5], - [11, -24], - [-7, 1], - [12, -23], - [-7, -19], - [8, -7], - [5, 11], - [20, -2], - [11, -10], - [3, -16], - [-5, -24], - [-4, 0], - [-14, -26], - [-11, -12], - [12, -3], - [13, 1], - [-3, -14], - [-11, -13], - [-5, 1], - [-14, -11], - [-12, 6], - [-18, -6], - [-3, 7], - [-18, -7], - [-14, -1], - [2, -8], - [-27, 9], - [-13, -6], - [-2, -17], - [-8, -7], - [-11, 10], - [-16, -3], - [-12, -21], - [-8, 10], - [19, 25], - [7, 14], - [1, 12], - [6, -1], - [2, 11], - [12, 3], - [11, -4], - [11, 2], - [8, 20], - [-23, -9], - [-8, 12], - [-13, -3], - [0, 6], - [-10, 3], - [-8, -7], - [-10, 18], - [13, 6], - [20, 18], - [2, 9], - [-2, 24], - [-17, -4], - [11, 12], - [5, 11], - [27, 10], - [8, 19], - [-4, 11], - [5, 2], - [-1, 14], - [-9, -6], - [-11, 23], - [9, 26], - [-19, -10], - [-11, 5], - [1, -10], - [-13, 10], - [-5, -5], - [-1, 21], - [11, 19], - [-15, 29], - [-8, -15], - [-4, -23], - [-5, -1], - [3, 22], - [-1, 18], - [5, 24], - [8, 18], - [-12, -13], - [-5, 11], - [0, 17], - [5, 10], - [-6, 19], - [7, 25], - [12, 0], - [-5, 20], - [11, 21], - [20, -6], - [26, 7] - ], - [ - [4912, 8589], - [-2, -13], - [-4, 10], - [6, 3] - ], - [ - [4964, 8673], - [4, -27], - [-15, 5], - [9, 7], - [2, 15] - ], - [ - [6206, 7550], - [-23, 27], - [-5, -9], - [-8, 5], - [-9, -5], - [-8, 5] - ], - [ - [6153, 7573], - [7, 17], - [-8, 51], - [-10, 6], - [-3, 11], - [-21, 13], - [-8, 10] - ], - [ - [6110, 7681], - [2, 9], - [16, 0], - [27, -19], - [21, 2], - [7, -6], - [6, 1], - [10, -14], - [17, -9], - [-2, -8], - [6, -4], - [16, 12], - [7, -8], - [4, 8], - [11, -14], - [11, 0], - [-2, -18], - [8, -10], - [14, -9] - ], - [ - [4995, 5824], - [5, -3], - [-3, -26], - [10, -13], - [3, -27], - [-4, -30], - [8, 0], - [-2, -24], - [2, -8], - [-4, -8], - [9, -19], - [-3, -11], - [0, -28], - [-3, -15], - [4, -3], - [-1, -23], - [-3, -2], - [6, -28], - [8, -9], - [5, -13] - ], - [ - [5032, 5534], - [-7, -19], - [-15, 1], - [-21, -17], - [-12, -16], - [-6, 0], - [-6, -7], - [-11, -5], - [-10, -15], - [-7, 8], - [-24, 12] - ], - [ - [4913, 5477], - [8, 2] - ], - [ - [4851, 7264], - [0, 0] - ], - [ - [4683, 5897], - [-3, -14], - [6, -9], - [6, 11], - [4, 0], - [8, -17], - [4, 13], - [5, 5], - [16, -11], - [2, 7], - [14, 19], - [5, -5], - [2, -20], - [3, -1], - [-1, -21], - [13, -17], - [-9, -23], - [5, 5], - [6, -3], - [0, -28], - [9, -12], - [0, -8] - ], - [ - [4764, 5618], - [-6, 8], - [-1, -12], - [-11, -17], - [-5, 13], - [-4, 0], - [3, 19], - [-5, 25], - [0, 11], - [-8, 10], - [-7, -7], - [-6, 3] - ], - [ - [4714, 5671], - [-3, 1], - [-5, -11], - [-3, 4], - [5, 15], - [-3, 10], - [0, 15], - [-4, 1], - [2, 13], - [-15, 39], - [-19, 0], - [-17, -7], - [-5, -26], - [-12, -21], - [-5, -1] - ], - [ - [4630, 5703], - [4, 8], - [-12, 23], - [0, 12], - [-4, -2], - [-6, 13], - [-20, 29], - [4, 20], - [-5, -10], - [-3, 21], - [-4, -14], - [-2, 11] - ], - [ - [4582, 5814], - [8, 30], - [12, 8], - [16, 4], - [0, 19], - [-6, 11], - [7, 3], - [-1, 24] - ], - [ - [4618, 5913], - [19, -3], - [-1, -8], - [17, -6], - [3, -5], - [7, 6], - [20, 0] - ], - [ - [4534, 5935], - [-2, 17], - [4, 7], - [8, -14], - [5, 5], - [-8, 2], - [-1, 13] - ], - [ - [4540, 5965], - [29, 0], - [4, 12], - [7, 2], - [8, -5], - [2, -7], - [6, 1], - [4, -10], - [12, 7], - [3, -14], - [-15, -6], - [-5, 7], - [-11, 6], - [-6, 7], - [-1, -9], - [-5, -4], - [-12, -1], - [0, -11], - [-24, 1], - [-2, -6] - ], - [ - [4553, 5826], - [1, -7], - [-6, 3], - [5, 4] - ], - [ - [4582, 5814], - [-1, 9], - [-5, -7], - [-7, 20], - [5, 15], - [8, -2], - [-9, 7], - [-2, -8], - [-3, 8], - [2, 11], - [8, -1], - [-5, 6], - [-6, -7], - [-11, -6], - [3, 14], - [-7, -6], - [-6, 6], - [1, 13], - [-5, -2], - [-7, 9] - ], - [ - [4535, 5893], - [14, 7], - [15, -1], - [13, 14], - [41, 0] - ], - [ - [5272, 5240], - [-3, 6], - [-10, 3], - [3, 15], - [10, 28], - [0, 26] - ], - [ - [5243, 5399], - [5, -8], - [-8, -24], - [-6, 4], - [0, 10], - [4, 1], - [1, 11], - [4, 6] - ], - [ - [5663, 7229], - [13, -11], - [9, 5], - [22, -8], - [8, 3], - [-1, -12], - [9, 6], - [7, -7], - [-2, -5], - [-25, -2], - [-16, -4], - [0, 9], - [-10, 6], - [-24, 5], - [1, 17], - [4, 5], - [5, -7] - ], - [ - [5756, 7245], - [-1, -17], - [-3, -5], - [4, 22] - ], - [ - [5640, 7268], - [-4, -2], - [0, 12], - [4, -10] - ], - [ - [5784, 7281], - [-5, -19], - [-8, -12], - [-2, 13], - [5, 13], - [10, 5] - ], - [ - [5710, 7319], - [-4, -10], - [-2, 10], - [6, 0] - ], - [ - [5731, 7350], - [-10, -7], - [2, 7], - [8, 0] - ], - [ - [5748, 7357], - [-5, -6], - [-5, 6], - [10, 0] - ], - [ - [5576, 7363], - [5, -7], - [-4, -5], - [-5, 10], - [4, 2] - ], - [ - [5690, 7366], - [3, -13], - [-8, 16], - [5, -3] - ], - [ - [5571, 7398], - [6, -23], - [-8, 2], - [-3, 14], - [5, 7] - ], - [ - [5723, 7405], - [3, -16], - [-4, -9], - [-5, 25], - [6, 0] - ], - [ - [5651, 7423], - [11, -14], - [8, 0], - [5, -29], - [7, 0], - [0, -10], - [-7, 1], - [-8, 23], - [-11, 0], - [-1, 9], - [-12, 17], - [-9, -1], - [13, 12], - [4, -8] - ], - [ - [5733, 7446], - [6, -17], - [-13, 0], - [4, 10], - [-10, -4], - [-2, 8], - [13, 8], - [2, -5] - ], - [ - [5553, 7474], - [-2, -18], - [-5, 18], - [7, 0] - ], - [ - [5706, 7488], - [-2, -14], - [-9, 3], - [0, 9], - [11, 2] - ], - [ - [5688, 7522], - [-8, 1], - [4, 10], - [4, -11] - ], - [ - [5586, 7536], - [18, 3], - [4, 11], - [23, 3], - [5, 10] - ], - [ - [5731, 7585], - [7, -8], - [1, -14], - [-8, -6], - [0, -15], - [-8, -13] - ], - [ - [5723, 7529], - [-3, 5], - [-11, 2], - [-11, 8], - [-12, -10], - [-8, 6], - [-9, -12], - [-11, 1], - [4, -19], - [-4, -10], - [8, -6], - [-1, -11], - [-9, 17], - [-8, 0], - [0, -6], - [10, -14], - [-9, 6], - [-2, 14], - [-12, 9], - [0, 14], - [-6, -6], - [-3, -28], - [8, -15], - [2, -11], - [5, -6], - [7, -17], - [-11, 9], - [-4, -7], - [6, -16], - [-9, -6], - [17, -11], - [0, -9], - [8, -2], - [13, -15], - [-2, -5], - [2, -25], - [-3, -1], - [-12, 22], - [-15, -11], - [5, -3], - [0, -11], - [10, -10], - [-11, -8], - [-11, 16], - [0, -8], - [7, -21], - [3, -20], - [0, -17], - [-11, 22], - [-5, -6], - [-4, -14], - [0, 13], - [-6, 19], - [-6, -1], - [0, -14], - [-7, 3], - [-3, 13], - [3, 14], - [-3, 15], - [-13, 17], - [7, 16], - [7, 2], - [6, 9], - [19, -10], - [10, -12], - [9, 10], - [-5, 6], - [-17, 14], - [-1, -6], - [-12, 4], - [-12, -7], - [-4, 8], - [-8, -4], - [-5, 24], - [-4, -1], - [-1, 16], - [-13, 20], - [-2, 14], - [-5, 4] - ], - [ - [5583, 7526], - [0, 0] - ], - [ - [5582, 7531], - [4, 5] - ], - [ - [3288, 5876], - [-5, -2], - [5, 13], - [0, -11] - ], - [ - [3786, 8632], - [-12, -4], - [4, 9], - [8, -5] - ], - [ - [3787, 8645], - [3, -11], - [-11, 4], - [-4, 10], - [12, -3] - ], - [ - [3846, 8835], - [12, -11], - [-9, 0], - [-12, 15], - [9, -4] - ], - [ - [3579, 8886], - [3, 14], - [6, -4], - [-9, -10] - ], - [ - [3876, 8910], - [-1, -14], - [-10, 26], - [11, -12] - ], - [ - [3961, 8973], - [2, -9], - [-18, -2], - [0, 10], - [16, 1] - ], - [ - [3583, 9209], - [9, -5], - [-9, -16], - [-11, 9], - [11, 12] - ], - [ - [3535, 9210], - [20, -7], - [5, -10], - [-9, -9], - [-40, -14], - [-19, 9], - [8, 9], - [-21, 2], - [3, 11], - [-6, 23], - [14, 9], - [30, -7], - [15, -16] - ], - [ - [4292, 9258], - [5, -6], - [-22, -8], - [-56, -5], - [5, 12], - [24, 14], - [11, 0], - [27, 11], - [6, -18] - ], - [ - [3513, 9274], - [-13, 6], - [9, 10], - [4, -16] - ], - [ - [3537, 9281], - [-14, 10], - [21, 1], - [-7, -11] - ], - [ - [3472, 9375], - [-13, -11], - [-4, 9], - [17, 2] - ], - [ - [4335, 9380], - [22, -3], - [33, -25], - [-20, 4], - [17, -11], - [-5, -9], - [-50, 20], - [-10, 8], - [0, 15], - [13, 1] - ], - [ - [4354, 9391], - [36, -8], - [-3, -13], - [-17, -1], - [-14, 11], - [-38, 1], - [0, 5], - [36, 5] - ], - [ - [4333, 9407], - [21, -8], - [-47, 6], - [55, -12], - [-48, -4], - [-29, 9], - [13, 12], - [35, -3] - ], - [ - [4418, 9469], - [11, -1], - [11, -14], - [-32, -5], - [-18, 7], - [3, 8], - [25, 5] - ], - [ - [4439, 9496], - [13, -2], - [-12, -10], - [-14, 7], - [13, 5] - ], - [ - [4505, 9520], - [-7, -8], - [21, -2], - [-15, -6], - [-30, -2], - [2, 17], - [29, 1] - ], - [ - [4481, 9596], - [3, -41], - [-16, 34], - [13, 7] - ], - [ - [2994, 9643], - [23, -5], - [-21, -3], - [-2, 8] - ], - [ - [4445, 9674], - [18, -11], - [-32, 9], - [14, 2] - ], - [ - [4519, 9788], - [-33, -16], - [-26, 9], - [49, 14], - [10, -7] - ], - [ - [3575, 9904], - [-53, 7], - [4, 13], - [49, -20] - ], - [ - [3722, 9942], - [44, -15], - [-28, -11], - [-44, 11], - [-20, 15], - [48, 0] - ], - [ - [3880, 9983], - [38, -14], - [-47, 9], - [9, 5] - ], - [ - [4105, 9998], - [43, -1], - [139, -17], - [-12, -6], - [-116, -3], - [-142, -14], - [100, 5], - [47, 8], - [96, -4], - [39, 6], - [2, -18], - [34, 4], - [72, -17], - [-31, -17], - [-54, -4], - [-152, -7], - [-81, -17], - [1, -9], - [30, 8], - [107, 13], - [89, -4], - [-3, -12], - [-44, -9], - [-2, -11], - [85, 20], - [2, 14], - [51, 4], - [11, -19], - [-7, -14], - [-56, -36], - [-16, -18], - [53, 26], - [58, 30], - [75, -8], - [37, 24], - [53, -1], - [57, -12], - [13, -8], - [-64, -27], - [-24, 0], - [7, -12], - [-31, -8], - [-46, 1], - [36, -15], - [-18, -11], - [-40, -3], - [-44, 6], - [-25, -22], - [11, -12], - [20, 3], - [-9, -21], - [17, -12], - [-27, -8], - [0, -11], - [-28, -2], - [-11, -42], - [-18, -22], - [18, 0], - [10, 17], - [51, -16], - [-6, -10], - [-19, 10], - [-22, -2], - [38, -26], - [10, 6], - [21, -5], - [2, -18], - [-10, -12], - [-35, 13], - [-27, -3], - [-24, -13], - [-13, 12], - [-14, -8], - [10, -12], - [18, 1], - [0, -16], - [19, 4], - [30, -4], - [6, -11], - [-15, -4], - [21, -14], - [3, -29], - [-17, -4], - [-4, 9], - [-16, -2], - [-26, 17], - [8, -12], - [24, -14], - [-8, -27], - [30, -5], - [7, 6], - [13, -11], - [-18, -15], - [-16, 2], - [-7, 11], - [-36, -2], - [-11, -18], - [9, -27], - [-2, 21], - [9, 3], - [36, -10], - [-7, -26], - [-28, 3], - [-18, -14], - [-36, 11], - [-14, 9], - [-1, 13], - [-10, -16], - [-25, -4], - [-17, -16], - [24, -7], - [-16, -14], - [22, -6], - [6, -12], - [-19, -7], - [21, 1], - [23, -15], - [33, -16], - [-17, -14], - [20, 9], - [14, -3], - [-17, -11], - [2, -17], - [9, 14], - [10, -1], - [0, -35], - [8, -18], - [-13, -10], - [-11, 3], - [-7, 22], - [-2, -22], - [-19, 0], - [-16, 10], - [-9, 27], - [-24, 13], - [-15, 14], - [-20, 5], - [-16, -3], - [-26, 23], - [-16, -2], - [31, -13], - [-8, -6], - [26, -8], - [25, 1], - [11, -12], - [-16, -13], - [-24, -7], - [-44, 2], - [14, -7], - [-11, -17], - [2, -11], - [40, 7], - [13, -6], - [-17, -3], - [-27, -14], - [-16, -3], - [34, -3], - [11, 16], - [15, -4], - [29, 13], - [23, -11], - [25, -7], - [33, 0], - [0, -8], - [-14, 0], - [-4, -12], - [-19, -2], - [1, -10], - [-13, -8], - [-17, -1], - [2, -9], - [-26, -21], - [-31, -10], - [-13, -9], - [-23, 1], - [1, -6], - [-24, -7], - [-9, 4], - [-5, -11], - [-18, 10], - [-1, -16], - [-30, -3], - [-30, 17], - [6, -17], - [-4, -12], - [-11, 1], - [-16, -12], - [-12, -33], - [-13, -5], - [-1, -15], - [-27, -26], - [-15, -2], - [-14, -18], - [-13, 3], - [-20, -12], - [-17, 14], - [15, 16], - [-12, 0], - [-7, -21], - [-14, -1], - [8, -16], - [-17, 1], - [-7, -6], - [-8, 9], - [-14, -12], - [2, -15], - [-14, -14], - [-10, 8], - [-13, -3], - [1, -12], - [14, -11], - [-1, -13], - [-13, -9], - [-12, 1], - [3, -8], - [18, -1], - [7, -27], - [-13, 0], - [6, -7], - [-18, -12], - [-13, 6], - [12, -15], - [-4, -15], - [-21, -8], - [-6, -11], - [9, -15], - [-21, 9], - [12, -11], - [9, -1], - [-8, -21], - [11, 5], - [-6, -22], - [-8, -6], - [7, -7], - [-17, -13], - [9, -6], - [-3, -17], - [-20, 3], - [20, -7], - [-12, -15], - [-11, 5], - [14, -18], - [0, -9], - [-29, 6], - [-13, -12], - [-12, 10], - [3, 19], - [-9, 0], - [6, 10], - [-15, -11], - [-11, 20], - [6, 8], - [-3, 10], - [-10, -9], - [-22, -8], - [3, 7], - [-19, -8], - [-17, 0], - [14, 12], - [-20, 6], - [-4, 9], - [7, 5], - [-20, 5], - [-1, 9], - [-10, 13], - [8, 10], - [-10, 16], - [-15, 2], - [-8, 9], - [5, 28], - [-12, 7], - [15, 8], - [-28, -3], - [-2, 19], - [-11, 10], - [3, 23], - [-6, 8], - [14, -1], - [13, 13], - [6, 16], - [9, -13], - [-4, 16], - [-11, 4], - [-15, -12], - [2, 10], - [-19, -33], - [-9, 0], - [1, 29], - [22, 16], - [-10, 2], - [-8, -13], - [-23, 50], - [-12, 0], - [-4, 23], - [19, 15], - [18, 9], - [21, 21], - [-21, -13], - [-3, -7], - [-33, -23], - [-9, 1], - [1, 22], - [11, 11], - [16, -1], - [5, 10], - [-34, 3], - [-6, 14], - [49, 13], - [17, -3], - [12, 6], - [-28, -2], - [-28, -7], - [-21, -2], - [2, 10], - [25, 18], - [15, 2], - [12, -7], - [24, 4], - [-49, 5], - [-24, -17], - [0, 18], - [22, 10], - [-5, 12], - [15, -1], - [16, -8], - [21, 2], - [-6, 8], - [7, 12], - [-13, 0], - [9, -8], - [-31, -6], - [-3, 7], - [-15, -1], - [13, 14], - [18, 4], - [23, -2], - [-5, 11], - [7, 22], - [16, -8], - [0, 19], - [-17, -7], - [10, 18], - [-2, 11], - [15, 4], - [-8, 11], - [-24, 0], - [-25, 5], - [-25, 17], - [-22, 4], - [-15, 18], - [11, 6], - [48, -8], - [25, -15], - [24, -6], - [5, 11], - [-14, -6], - [1, 16], - [-24, 21], - [17, -6], - [-5, 9], - [-22, -1], - [16, 9], - [-4, 6], - [-19, -12], - [5, 13], - [24, 4], - [-8, 4], - [-21, -8], - [-7, 9], - [25, 4], - [-41, 6], - [-4, 7], - [-14, -11], - [0, -11], - [-14, -5], - [-24, 1], - [-17, 17], - [17, 13], - [-8, 8], - [19, 13], - [-21, 11], - [17, 5], - [10, 12], - [-3, 15], - [-18, 4], - [4, 18], - [-30, 38], - [7, 13], - [-16, 5], - [7, 11], - [-21, 13], - [4, 8], - [-31, 10], - [-14, 17], - [13, 3], - [-7, 17], - [-16, -2], - [-4, 10], - [-26, 9], - [-17, -2], - [-4, 9], - [-42, 5], - [-31, 8], - [-6, -11], - [-27, 5], - [1, -9], - [-35, -1], - [7, 10], - [-15, 1], - [-6, -12], - [-18, 11], - [-7, -6], - [23, -12], - [-58, 9], - [-30, 15], - [36, 17], - [-57, 7], - [-26, 11], - [12, 12], - [50, 5], - [21, 6], - [50, -3], - [14, 9], - [-19, 13], - [-24, -11], - [-45, -4], - [-29, 6], - [21, 8], - [-33, -1], - [13, 9], - [-30, -4], - [-44, 23], - [8, 21], - [91, 16], - [8, 10], - [43, 9], - [42, -2], - [31, 23], - [-5, 30], - [-56, 2], - [-12, 15], - [39, 20], - [28, 7], - [8, 12], - [46, 13], - [44, -9], - [16, 6], - [6, 19], - [-19, 15], - [104, 24], - [90, 11], - [24, -14], - [-6, -33], - [24, 17], - [-1, 11], - [85, -18], - [-31, 13], - [44, 0], - [-31, 12], - [-15, 20], - [65, -8], - [77, -19], - [22, -14], - [25, 1], - [-8, 28], - [38, -1], - [-68, 26], - [132, 2], - [-157, 7], - [28, 14], - [74, 4], - [6, 5], - [54, -17], - [95, 1], - [-42, 3], - [53, 5], - [-49, 3], - [0, 13], - [180, 11] - ], - [ - [2530, 6098], - [8, -8], - [4, 5], - [7, -7] - ], - [ - [2549, 6088], - [-17, -28], - [-9, -9], - [-2, -15], - [2, -14], - [-6, -9] - ], - [ - [2517, 6013], - [-6, -1], - [2, -10], - [-5, -3], - [-10, -17], - [-1, -9] - ], - [ - [2497, 5973], - [-15, 12], - [-19, 1], - [-9, 9], - [-17, 25] - ], - [ - [2437, 6020], - [3, 7], - [-1, 33], - [1, 10], - [11, 38], - [36, 0], - [2, 20], - [-7, 4], - [-4, 17], - [-8, 7], - [-1, 7], - [-9, 13], - [12, 0], - [1, 33], - [50, 0] - ], - [ - [9022, 5957], - [-2, -11], - [-3, 10], - [5, 12], - [4, -3], - [-4, -8] - ], - [ - [3409, 5499], - [-2, -9], - [4, -10], - [-2, -8], - [-13, -2], - [-5, -8], - [2, -9], - [-6, -39], - [4, -7], - [2, -13], - [5, -8], - [0, -8], - [10, 0], - [2, -28], - [6, -15], - [0, -8], - [9, -27], - [6, -5] - ], - [ - [3312, 5482], - [-18, 43], - [8, 14], - [-2, 28], - [9, 7], - [5, -2], - [11, 21], - [-7, 0], - [-5, 21], - [5, 19], - [5, 3], - [15, 22], - [-6, 18] - ], - [ - [3332, 5676], - [4, -9], - [7, -3], - [15, -20], - [17, -36], - [1, -15], - [-4, -18], - [1, -10], - [3, 13], - [4, 2], - [10, -8], - [9, -18], - [2, -9], - [6, -1], - [5, -11], - [0, -27], - [-3, -7] - ], - [ - [8172, 6482], - [5, -7], - [-5, -9], - [-9, 5], - [5, 9] - ], - [ - [7037, 2130], - [10, -6], - [-7, -4], - [-3, 10] - ], - [ - [2691, 6046], - [-12, -1], - [-4, -8], - [-12, -4], - [-8, -7], - [-8, 2], - [-3, 9], - [-6, -6], - [-4, -11], - [0, -12], - [-5, -3], - [-5, -13], - [-6, -5], - [0, -7], - [-8, 9], - [-8, -14], - [-13, -2], - [2, -26], - [-6, -2], - [0, -10], - [-11, -5] - ], - [ - [2574, 5930], - [-4, 22], - [-10, 3] - ], - [ - [2560, 5955], - [3, 17], - [-2, 12], - [-6, -1], - [-3, 6], - [-10, -8], - [0, 7], - [-7, 3], - [-8, 17], - [-10, 5] - ], - [ - [2549, 6088], - [8, 9], - [7, 2], - [7, -7], - [2, 4], - [12, -6], - [4, 3], - [12, -1], - [13, 11], - [15, -6], - [11, 6], - [18, -9], - [13, -22], - [-8, 6], - [10, -19], - [8, 0], - [-7, 9], - [9, -6], - [4, -13], - [4, -3] - ], - [ - [5512, 7634], - [1, -9] - ], - [ - [5513, 7625], - [-8, 12], - [-27, 21], - [12, -5] - ], - [ - [5466, 7679], - [-8, -5], - [-2, 8], - [10, -3] - ], - [ - [5412, 7751], - [11, -14], - [-10, 8], - [-1, 6] - ], - [ - [5401, 7772], - [0, -20], - [-5, 27], - [5, -7] - ], - [ - [5404, 7789], - [3, -10], - [-5, -3], - [2, 13] - ], - [ - [5458, 7861], - [5, -3], - [18, -29], - [6, 0], - [9, -10], - [17, 0], - [11, 9] - ], - [ - [5524, 7828], - [3, -33], - [12, -10], - [-10, -3], - [-1, -17] - ], - [ - [5488, 7656], - [-12, 12], - [-6, 13], - [-14, 10], - [-11, -4], - [-2, 10], - [-14, 14], - [-9, 17], - [8, 5], - [-15, 23], - [-1, 23], - [-9, 12], - [-7, 2], - [-3, -20], - [-8, -11], - [-8, 20], - [0, 20] - ], - [ - [5377, 7802], - [9, -3], - [13, 3], - [6, 6], - [20, -9], - [-2, 17], - [12, 6], - [-2, 20], - [9, 5], - [8, 12], - [8, 2] - ], - [ - [3002, 6248], - [-1, 2] - ], - [ - [2977, 6260], - [-12, 8], - [1, 7], - [11, -10], - [0, -5] - ], - [ - [3000, 6254], - [2, -6] - ], - [ - [3006, 6222], - [-8, 11], - [-24, -5], - [-11, 6], - [-8, 0], - [-6, -5], - [1, -8], - [-12, 16], - [-7, 4], - [2, 15], - [6, 2], - [16, -10], - [24, -4], - [4, 8], - [7, -2], - [0, 7], - [-13, 23], - [1, 19], - [3, 2], - [-9, 11], - [-11, 1], - [-2, 6], - [8, 10], - [11, 2], - [13, -11], - [15, -2] - ], - [ - [5614, 7970], - [21, -26] - ], - [ - [5635, 7944], - [-8, -11], - [-4, 2], - [-13, -17], - [-4, -19], - [-5, -6], - [-4, -21], - [-6, -5], - [-1, -12], - [-6, -10], - [-7, 2], - [-5, -8], - [-10, -1] - ], - [ - [5562, 7838], - [-16, 4], - [-11, -11], - [-11, -3] - ], - [ - [5458, 7861], - [-7, 21], - [-4, -1] - ], - [ - [5476, 7947], - [6, -1], - [10, -13], - [15, 0], - [14, 3], - [-1, 10], - [7, 4], - [14, 3], - [4, 7], - [8, -7], - [12, 11], - [3, 13], - [9, 3], - [9, -5], - [11, 3], - [5, -11], - [12, 3] - ], - [ - [8426, 4574], - [2, -3], - [-6, -11], - [-11, -6], - [0, 8], - [6, 3], - [10, 17], - [-1, -8] - ], - [ - [8386, 4582], - [-1, -10], - [-6, 2], - [7, 8] - ], - [ - [8333, 4644], - [9, -18], - [4, 2], - [10, -24], - [-10, -15], - [-9, 5], - [-5, 14], - [-10, 12], - [-15, 3], - [-4, 11], - [10, 10], - [20, 0] - ], - [ - [8473, 4637], - [-2, -11], - [-16, -29], - [-8, 0], - [-2, -6], - [-12, -5], - [-3, 9], - [7, 6], - [-5, 10], - [2, 16], - [10, 18] - ], - [ - [8444, 4645], - [2, -5], - [7, 4], - [3, 10] - ], - [ - [8456, 4654], - [13, 13] - ], - [ - [8469, 4667], - [7, -5], - [0, -8], - [-6, -2], - [3, -15] - ], - [ - [8318, 4695], - [-3, -16], - [1, 18], - [2, -2] - ], - [ - [8424, 4708], - [1, -8], - [-8, -2], - [4, 11], - [3, -1] - ], - [ - [8242, 4700], - [-7, -24], - [3, -4], - [-11, -3], - [-10, 6], - [6, 6], - [-1, 15], - [7, 13], - [8, -1], - [5, -8] - ], - [ - [8442, 4708], - [-5, -4], - [-10, -16], - [-5, 4], - [7, 9], - [-2, 6], - [12, 4], - [3, -3] - ], - [ - [8450, 4700], - [-5, -10], - [-4, 6], - [11, 16], - [-2, -12] - ], - [ - [8858, 4702], - [-10, -1], - [7, 12], - [3, -11] - ], - [ - [8265, 4700], - [-2, 12], - [5, 2], - [-3, -14] - ], - [ - [8459, 4715], - [2, -3], - [13, 1], - [1, -11], - [-22, -6], - [3, 18], - [3, 1] - ], - [ - [8550, 4716], - [8, -3], - [-2, -6], - [-6, 9] - ], - [ - [8276, 4716], - [4, 0], - [5, -15], - [6, 7], - [6, -6], - [8, 2], - [1, -19], - [-18, -12], - [0, 10], - [-7, -11], - [-12, -2], - [-9, -9], - [-7, -2], - [-11, 5], - [2, 11], - [-1, 13], - [12, 14], - [6, -8], - [4, 5], - [6, -18], - [14, 4], - [-6, 11], - [-4, 1], - [-6, 16], - [7, 3] - ], - [ - [8415, 4713], - [2, -8], - [-7, -8], - [2, -8], - [-13, -10], - [-8, 1], - [-9, -9], - [-11, 5], - [-1, -7], - [-12, 0], - [-2, 6], - [-7, 2], - [-9, -3], - [-13, 4], - [0, 11], - [13, 18], - [19, -4], - [15, -16], - [15, 11], - [6, -12], - [6, 1], - [0, 7], - [12, 12], - [-4, 4], - [3, 8], - [3, -5] - ], - [ - [8208, 4712], - [5, -15], - [-14, -15], - [-7, 13], - [-11, 8], - [-3, 14], - [12, -6], - [8, 8], - [10, -7] - ], - [ - [8604, 4733], - [0, -14], - [-5, 14], - [5, 0] - ], - [ - [8519, 4741], - [-6, -15], - [-15, 2], - [-5, -7], - [5, 21], - [11, -2], - [8, 7], - [2, -6] - ], - [ - [8857, 4720], - [-12, -20], - [-23, 0], - [5, 24], - [6, 21], - [6, 8], - [11, 6], - [5, -1], - [7, -11], - [-5, -27] - ], - [ - [8656, 4770], - [0, -26], - [-8, -16], - [-7, -6], - [3, 28], - [10, 23], - [2, -3] - ], - [ - [8664, 4774], - [1, -9], - [-7, 7], - [6, 2] - ], - [ - [8166, 4787], - [3, -6], - [-12, -8], - [-3, -6], - [-12, -1], - [-12, 5], - [4, 15], - [32, 1] - ], - [ - [8204, 4789], - [6, -5], - [-10, -1], - [4, 6] - ], - [ - [8738, 4813], - [-1, -5], - [-6, 7], - [3, 6], - [4, -8] - ], - [ - [8733, 4812], - [3, -8], - [-6, -16], - [-7, 2], - [2, 30], - [-1, 7], - [9, -15] - ], - [ - [7948, 4837], - [3, 4], - [13, -9], - [8, 1], - [0, 9], - [9, -3], - [2, -10], - [7, -5], - [6, 2], - [5, -8], - [8, 5], - [5, -14], - [2, -16], - [11, -1], - [10, -5], - [4, 4], - [11, -7], - [7, 4], - [5, -7], - [7, 8], - [2, 19], - [4, 5], - [7, -1], - [3, -15], - [12, 3], - [12, -14], - [16, 1], - [0, -13], - [6, -8], - [-2, -17], - [16, -15], - [12, 4], - [7, 6], - [13, -11], - [-3, -41], - [7, -10], - [-18, 4], - [-20, 20], - [-6, -1], - [-10, -8], - [-9, 6], - [-16, 4], - [-2, -6], - [-9, 6], - [-11, 0], - [-13, 8], - [-14, 14], - [-18, 10], - [-23, 1], - [-2, -7], - [-18, 4], - [-11, 14], - [-25, 5], - [-4, 10], - [4, 15], - [-7, -1], - [-7, 10], - [-20, -2], - [3, 10], - [2, -8], - [4, 17], - [5, 1], - [1, 18], - [5, 17], - [4, -6] - ], - [ - [8346, 4810], - [-1, 39], - [3, -8], - [-2, -31] - ], - [ - [8685, 4859], - [3, -16], - [-4, 0], - [1, 16] - ], - [ - [8737, 4870], - [5, -12], - [1, -27], - [-5, -14], - [-8, 8], - [-1, 9], - [2, 19], - [6, 17] - ], - [ - [7843, 4868], - [-9, 8], - [9, -3], - [0, -5] - ], - [ - [8386, 4889], - [2, 1], - [2, -20], - [-3, -2], - [-4, 10], - [3, 11] - ], - [ - [8410, 4898], - [-4, -6], - [0, -18], - [-10, -1], - [3, 23], - [-2, 8], - [11, 13], - [2, -19] - ], - [ - [8422, 4913], - [0, -9], - [-5, 6], - [-2, -24], - [7, -6], - [-2, -7], - [-8, -5], - [0, -10], - [-6, -1], - [-2, 9], - [5, 17], - [3, 22], - [0, 15], - [4, 10], - [6, -17] - ], - [ - [8418, 4952], - [5, -5], - [-3, -8], - [-5, 6], - [3, 7] - ], - [ - [8564, 4977], - [-2, -8], - [-9, -3], - [3, 10], - [8, 1] - ], - [ - [8225, 4951], - [-3, 23], - [3, 18], - [4, 5], - [1, -36], - [-5, -10] - ], - [ - [8523, 5004], - [7, -6], - [-2, -7], - [6, -2], - [0, -14], - [-15, -15], - [-15, 15], - [-5, 14], - [1, 12], - [11, 5], - [12, -2] - ], - [ - [8598, 5023], - [14, -13], - [8, 1], - [7, -8], - [1, -15], - [7, -11], - [-1, -17], - [-24, 23], - [-3, 8], - [-9, 2], - [-2, -10], - [-15, 7], - [-2, 8], - [-6, -10], - [-7, -2], - [-6, 20], - [-4, -17], - [-6, 11], - [8, 6], - [1, 12], - [21, 0], - [5, -5], - [13, 10] - ], - [ - [7789, 5006], - [0, -13], - [-7, 21], - [0, 8], - [6, -7], - [1, -9] - ], - [ - [7994, 5036], - [13, -12], - [-2, -21], - [-6, -7], - [-3, 11], - [-8, -10], - [0, 26], - [2, 12], - [4, 1] - ], - [ - [7782, 5024], - [-5, -4], - [0, 20], - [5, -16] - ], - [ - [7769, 5060], - [4, -12], - [-4, 1], - [-5, 11], - [5, 0] - ], - [ - [8501, 5041], - [-3, 3], - [-3, 21], - [4, 3], - [2, -27] - ], - [ - [8483, 5079], - [15, 1], - [11, -2], - [-2, -3], - [-24, -4], - [0, 8] - ], - [ - [8620, 5085], - [2, -15], - [-6, -6], - [-14, 10], - [10, 9], - [8, 2] - ], - [ - [8458, 5089], - [22, -6], - [0, -9], - [-8, -3], - [-7, 2], - [-10, -6], - [-1, 20], - [4, 2] - ], - [ - [8762, 5091], - [20, -3], - [6, -5], - [14, -4], - [-11, -5], - [-15, 5], - [-14, 12] - ], - [ - [7940, 5097], - [5, -5], - [4, -17], - [0, -18], - [4, -16], - [14, -6], - [-5, -8], - [-2, -12], - [4, -10], - [-22, 15], - [0, 21], - [-3, 4], - [-1, 14], - [-18, 4], - [0, 8], - [7, 9], - [-3, 5], - [9, 9], - [2, -13], - [3, 1], - [-2, 12], - [4, 3] - ], - [ - [8550, 5100], - [9, -9], - [-6, -5], - [-11, -3], - [-5, 6], - [1, 9], - [6, 8], - [6, -6] - ], - [ - [8421, 5116], - [1, -14], - [3, 9], - [6, -1], - [0, -10], - [-4, -5], - [-3, 6], - [-1, -12], - [-3, 18], - [-6, -15], - [-4, 10], - [3, 13], - [8, 1] - ], - [ - [8044, 5127], - [4, -10], - [-9, -8], - [0, 18], - [5, 0] - ], - [ - [7746, 5129], - [7, -31], - [4, -7], - [-2, -11], - [-9, 6], - [-9, 29], - [3, 13], - [6, 1] - ], - [ - [8636, 5129], - [4, -8], - [-2, -16], - [-7, 6], - [-3, 15], - [8, 3] - ], - [ - [8634, 5139], - [-7, -9], - [-4, 6], - [11, 3] - ], - [ - [8761, 5145], - [12, -2], - [9, -20], - [6, -4], - [-7, -7], - [-7, 2], - [-4, 22], - [-3, -4], - [-6, 13] - ], - [ - [8536, 5138], - [-5, 0], - [3, 9], - [2, -9] - ], - [ - [8915, 5033], - [0, -218], - [-3, -12], - [3, -17], - [0, -128] - ], - [ - [8915, 4658], - [-10, 18], - [-4, 12], - [-15, 28], - [-17, -5], - [-3, 6], - [-7, -8], - [-1, 19], - [5, 19], - [-4, 4], - [-7, 18], - [13, -3], - [-12, 8], - [-4, 13], - [10, 2], - [-8, 7], - [1, 5], - [-7, 13], - [-3, 32], - [-8, 7], - [0, 12], - [-4, 8], - [-15, 20], - [-21, 12], - [-18, 18], - [-14, 4], - [-7, -1], - [-16, 20], - [1, 11], - [-4, -6], - [-5, 9], - [-1, -9], - [-5, 7], - [1, 8], - [-6, -4], - [-4, 14], - [-3, -5], - [0, 28], - [6, 6], - [-1, 9], - [-6, -11], - [0, -14], - [-7, -21], - [1, -8], - [-5, -11], - [-7, -3], - [-6, 11], - [-2, 14], - [6, 8], - [-9, 15], - [-3, 12], - [-6, 8], - [-6, -2], - [-2, 12], - [5, 5], - [10, -2], - [4, -6], - [9, 18], - [7, 5], - [7, -10], - [8, 7], - [4, 12], - [-1, 9], - [-7, -8], - [-11, 2], - [-16, -6], - [-4, 7], - [-6, -5], - [-8, 11], - [-4, 22], - [-5, 11], - [-9, 2], - [-5, -3], - [-7, 4], - [3, 13], - [5, 6], - [0, 18], - [7, 5], - [8, 0], - [10, 17], - [8, 5], - [8, -1], - [12, -10], - [6, -11], - [17, 0], - [5, -8], - [-4, -5], - [7, -22], - [-1, -12], - [-4, -7], - [2, -39], - [5, -10], - [3, -17], - [1, 17], - [5, -3], - [1, -23], - [5, -17], - [6, -6], - [11, 0], - [2, 7], - [10, 16], - [1, 11], - [9, 14], - [3, 18], - [9, -2], - [14, 10], - [-3, 16], - [19, 18], - [4, 0], - [11, -13], - [9, -4], - [5, -10], - [7, -3], - [20, -21], - [10, 3], - [16, -10], - [-2, -6], - [8, 0] - ], - [ - [7903, 5160], - [0, -12], - [-8, 7], - [6, 9], - [2, -4] - ], - [ - [8544, 5159], - [1, -17], - [6, 0], - [-1, -9], - [-5, 6], - [-5, -3], - [0, 10], - [-5, 11], - [6, 9], - [3, -7] - ], - [ - [8533, 5168], - [1, -14], - [-4, -1], - [0, 14], - [3, 1] - ], - [ - [7735, 5153], - [-4, 0], - [3, 16], - [1, -16] - ], - [ - [7881, 5163], - [-8, -1], - [3, 8], - [5, -7] - ], - [ - [8633, 5183], - [14, -10], - [-2, -13], - [-6, 2], - [-11, 13], - [8, -16], - [-6, -1], - [-1, 8], - [-9, 2], - [-2, 9], - [15, 6] - ], - [ - [7737, 5167], - [-5, 8], - [0, 8], - [5, -16] - ], - [ - [7904, 5183], - [11, -16], - [-7, 4], - [-8, -1], - [4, 13] - ], - [ - [7850, 5240], - [4, 0], - [7, -11], - [-14, -1], - [-1, 20], - [4, -8] - ], - [ - [7861, 5243], - [2, -12], - [-8, 11], - [-5, -1], - [5, 9], - [6, -7] - ], - [ - [7892, 5248], - [-1, -8], - [-5, 3], - [6, 5] - ], - [ - [7904, 5252], - [2, -10], - [-2, -11], - [-3, 13], - [-6, -3], - [2, 9], - [7, 2] - ], - [ - [7845, 5238], - [-6, 7], - [-1, 17], - [3, 2], - [5, -9], - [-1, -17] - ], - [ - [7704, 5270], - [3, -2], - [6, -18], - [6, -7], - [-2, -28], - [-4, 1], - [-3, 14], - [-5, 7], - [-8, 26], - [7, 7] - ], - [ - [7839, 5273], - [7, -4], - [0, -13], - [-10, 11], - [-2, 10], - [5, -4] - ], - [ - [8473, 5279], - [5, -11], - [-3, -3], - [-6, -26], - [-5, -5], - [-7, -25], - [-24, -11], - [-11, 3], - [-4, 10], - [-24, 0], - [-12, -4], - [-6, 6], - [-13, -7], - [-11, 7], - [-10, -4], - [-7, -19], - [-3, -19], - [3, -26], - [4, -13], - [5, -1], - [5, -12], - [2, -17], - [13, 1], - [2, 12], - [8, 18], - [5, -3], - [13, 0], - [1, 9], - [15, -2], - [7, 4], - [-7, 4], - [10, 6], - [9, -5], - [0, -20], - [-3, -4], - [-4, 11], - [-9, -3], - [-8, -23], - [-9, -17], - [-12, -6], - [-3, -12], - [-10, 8], - [0, -8], - [8, -15], - [5, -3], - [11, -32], - [7, -26], - [-5, -8], - [-1, -14], - [13, -17], - [-1, -9], - [7, -3], - [0, -15], - [-4, -6], - [-4, 6], - [-14, -7], - [-2, -7], - [2, -12], - [-12, 1], - [-5, 9], - [1, 25], - [3, 8], - [-8, 7], - [-13, 25], - [0, 9], - [5, 10], - [1, 26], - [-8, 8], - [-17, -20], - [6, -16], - [0, -25], - [-2, -12], - [1, -36], - [2, -7], - [-4, -14], - [-1, -14], - [5, -24], - [-15, -2], - [-4, -8], - [-11, 16], - [0, 14], - [3, 7], - [0, 18], - [4, 19], - [0, 23], - [-5, 19], - [2, 12], - [-6, 3], - [-10, -8], - [-3, 14], - [2, 27], - [-4, 0], - [1, 13], - [3, -1], - [7, 11], - [-1, 15], - [3, 13], - [4, 2], - [-2, 14], - [0, 26], - [5, 11], - [1, 11], - [7, 11], - [1, 50], - [3, 16], - [4, 4], - [-1, 10], - [9, 8], - [7, -3], - [6, 14], - [0, 15], - [3, 3], - [10, -7], - [5, 3], - [0, -9], - [5, -4], - [8, 2], - [8, -5], - [7, 1], - [10, -12], - [4, 8], - [19, -6], - [8, 1], - [10, 8], - [9, 23], - [10, 19], - [2, -4] - ], - [ - [7825, 5301], - [0, -16], - [-7, -2], - [-2, 18], - [9, 0] - ], - [ - [8556, 5309], - [-6, -20], - [5, -6], - [0, -25], - [-11, -20], - [3, -8], - [6, 3], - [0, 8], - [7, 8], - [-3, 5], - [3, 9], - [11, 11], - [4, -1], - [-1, -29], - [-11, -9], - [0, -14], - [11, -6], - [0, -13], - [-20, 8], - [-3, -10], - [1, -20], - [5, -25], - [10, -24], - [-11, 11], - [-5, 20], - [-5, 6], - [1, 34], - [-4, 4], - [-2, 38], - [-3, 10], - [4, 12], - [0, 12], - [4, 16], - [10, 15] - ], - [ - [8571, 5333], - [3, -7], - [-3, -21], - [-8, -7], - [-3, 16], - [5, 13], - [6, 6] - ], - [ - [7663, 5350], - [2, -7], - [14, -20], - [-5, 0], - [-14, 13], - [-4, 9], - [7, 5] - ], - [ - [8268, 5370], - [-4, 6], - [4, 4], - [0, -10] - ], - [ - [8489, 5385], - [-4, -3], - [0, 16], - [4, -13] - ], - [ - [8269, 5423], - [5, -1] - ], - [ - [8274, 5422], - [-2, -7], - [-3, 8] - ], - [ - [8008, 5418], - [2, -16], - [-2, -7], - [-8, 11], - [-1, 9], - [7, 11], - [2, -8] - ], - [ - [8265, 5422], - [-5, 1], - [11, -21], - [-1, -10], - [-15, -1], - [7, -13], - [-5, -10], - [11, -13], - [-4, -4], - [16, -37], - [-8, -15], - [1, -8], - [7, -13], - [9, -10], - [10, -16], - [6, -14], - [-7, -9], - [-16, 4], - [-8, 12], - [4, -17], - [-6, 2], - [-6, -18], - [-4, -26], - [2, -2], - [-3, -17], - [1, -14], - [4, 4], - [-3, -14], - [4, -4], - [-9, -8], - [-1, 5], - [-7, -22], - [-14, -16], - [1, -8], - [-9, -10], - [6, 1], - [-2, -24], - [6, 0], - [-2, -19], - [-4, -2], - [0, -18], - [-5, -7], - [-6, -36], - [-38, -32], - [0, 28], - [-14, 23], - [-6, -9], - [-9, 3], - [0, 12], - [-6, -6], - [-9, 20], - [-3, -10], - [3, -3], - [-14, -16], - [-9, 6], - [-7, -11], - [-4, -1], - [1, 27], - [-4, 17], - [0, -10], - [-4, -4], - [-7, 5], - [-9, -9], - [-7, 6], - [-2, -5], - [-3, 12], - [-7, -8], - [-6, 62], - [-5, 8], - [3, 3], - [2, 20], - [-4, 16], - [-7, 11], - [-7, 4], - [-2, -4], - [-7, 21], - [0, 34], - [5, -2], - [-5, 14], - [-5, 4], - [0, 20], - [3, 50], - [7, 9], - [1, 14], - [9, 9] - ], - [ - [8045, 5303], - [-3, -16], - [3, -12], - [17, -35], - [7, -8], - [8, 3], - [2, 6], - [10, 4], - [7, -6], - [9, 2], - [8, 7], - [2, 18], - [8, 7], - [15, 0], - [-2, -8], - [9, -3], - [11, -8], - [7, 12], - [16, -1], - [5, 12], - [1, 13], - [3, 2], - [-1, 20], - [12, 14], - [-4, 12], - [1, 10], - [5, 10], - [6, -1], - [4, 65], - [5, 11], - [6, -4], - [3, 5], - [7, -4], - [10, 4], - [13, 0], - [10, -12] - ], - [ - [8523, 5442], - [2, -13], - [-3, -14], - [-4, -2], - [2, 32], - [3, -3] - ], - [ - [7652, 5506], - [11, -6], - [4, -11], - [10, -6], - [12, 4], - [10, -8], - [9, 6], - [11, -21], - [3, -16], - [6, -9], - [0, -16], - [13, -17], - [3, -9], - [6, -5], - [20, -26], - [7, -15], - [-1, -13], - [3, -5], - [3, 6], - [6, -23], - [14, -21], - [-2, 19], - [6, 1], - [8, -16], - [1, -14], - [10, -6], - [12, -18], - [1, -19], - [7, -15], - [13, -3], - [5, -14], - [-13, -13], - [8, 1], - [12, 15], - [11, -13], - [2, -18], - [-7, 0], - [-6, -21], - [7, -4], - [-5, -5], - [1, -12], - [4, -12], - [9, -1], - [7, -6], - [6, 2], - [2, -16], - [1, -28], - [4, -14], - [7, -5], - [-1, -9], - [8, -5], - [13, -1], - [0, -13], - [5, -6], - [0, -10], - [6, -4], - [2, -14], - [-6, -14], - [-1, -15], - [3, -5], - [-4, -25], - [2, -13], - [0, -26], - [-2, -53], - [-7, 2], - [-7, 19], - [-3, -6], - [0, -12], - [-8, 6], - [-9, 11], - [-1, -4], - [5, -19], - [-4, -3], - [-3, 11], - [-10, 17], - [-5, 19], - [-7, 10], - [-11, 12], - [-28, 46], - [-1, 17], - [-17, 23], - [-8, 29], - [-9, 16], - [-5, 17], - [2, 7], - [-9, 34], - [0, 8], - [-5, 3], - [1, 11], - [-9, 30], - [-9, 14], - [0, 13], - [-4, 9], - [-9, 10], - [-5, 1], - [-1, 21], - [-9, 45], - [0, 20], - [-3, 0], - [-7, 14], - [-5, 2], - [-9, 14], - [-7, 6], - [-2, 27], - [-5, 5], - [-4, 14], - [-3, 5], - [-8, 23], - [-11, 6], - [-8, 21], - [-6, 5], - [-13, 28], - [-5, 27], - [-3, 6], - [0, 17], - [8, 2] - ], - [ - [4872, 8298], - [-4, 5], - [8, 13], - [4, -7], - [-8, -11] - ], - [ - [7606, 5598], - [2, -16], - [-2, -11], - [-5, 16], - [0, 9], - [5, 2] - ], - [ - [7571, 5804], - [0, -12], - [-5, 0], - [-1, 12], - [6, 0] - ], - [ - [7583, 5964], - [1, -29], - [-3, 1], - [1, -36], - [-3, -2], - [1, -13], - [-5, -6], - [2, -9], - [-2, -25], - [-5, 13], - [5, 34], - [0, 29], - [2, 1], - [0, 26], - [6, 16] - ], - [ - [7448, 6428], - [-4, 1], - [4, 13], - [0, -14] - ], - [ - [7248, 6922], - [-16, -24], - [0, -12], - [-5, -9], - [1, -17], - [-7, -14], - [9, -14], - [9, -1], - [7, -10], - [9, -6], - [2, -11], - [15, -17], - [6, 3], - [11, -14], - [7, 2], - [1, -11], - [12, -4], - [18, 0], - [8, 4], - [6, -8], - [8, -2], - [1, -18], - [8, -3], - [10, -14], - [9, 7], - [7, -16], - [4, 5], - [9, -3], - [11, -11], - [7, 7], - [9, -11], - [13, 6], - [7, -5], - [4, 17], - [0, 13], - [-6, 11], - [2, 24], - [3, 21] - ], - [ - [7703, 6808], - [0, -19], - [-13, -15], - [0, -11], - [7, -21], - [-7, 6], - [-4, 10], - [-21, -9], - [-2, -10], - [-14, -19], - [-9, -5], - [-2, -21], - [4, -12], - [-4, -6], - [0, -10], - [-10, -18], - [-2, -16], - [3, -3], - [-2, -22], - [-3, -2], - [-6, -22], - [-5, -27], - [-11, 9], - [-11, -2], - [4, -18], - [-2, -30], - [-9, -21], - [2, -34], - [-3, 1], - [-1, -12], - [-8, 9], - [-3, -10] - ], - [ - [7473, 6457], - [-4, -11], - [5, -18], - [-6, 2], - [-4, -6], - [-2, 22], - [-5, -3], - [-1, -16], - [-7, 0], - [-1, 26], - [-8, -18], - [-21, -14], - [-8, -19], - [6, -28], - [-7, -10], - [-4, -16], - [-4, -3], - [-6, -16], - [-19, -10], - [-5, 9], - [-5, -13], - [5, 1], - [-15, -26], - [-9, -26], - [-13, -29], - [-9, -8], - [-6, -10], - [-9, -22], - [-21, -21], - [-6, -16], - [3, -5], - [-1, -14], - [-6, -9], - [-11, -8], - [-10, 4], - [-4, -3], - [-1, -20], - [-10, -15], - [-1, 10], - [-6, -1], - [-9, -10], - [-3, -17], - [-2, -18], - [3, -24], - [-1, -30], - [3, -29], - [-5, -4], - [7, -9], - [0, -14], - [-3, -37], - [-8, -24], - [-4, -26], - [2, -16], - [0, -46], - [1, -17], - [-15, 0], - [-2, -15], - [-8, -21], - [-2, -13], - [5, -9], - [-20, -12], - [-5, -12], - [-2, -22], - [-2, -8], - [-16, -16], - [-7, 6], - [-11, 22], - [-7, 19], - [-6, 25], - [-3, 32], - [4, -10], - [0, 11], - [-6, 7], - [-2, 18], - [-6, 30], - [-1, 14], - [-9, 36], - [-9, 17], - [-6, 25], - [-6, 34], - [-2, 33], - [-8, 39], - [-1, 14], - [-7, 14], - [-2, 12], - [-4, 5], - [0, 15], - [-3, 4], - [-4, 24], - [-4, 8], - [-5, 29], - [-1, 37], - [-5, 30], - [-6, 45], - [1, 7], - [-3, 22], - [-1, 23], - [-3, 24], - [2, 33], - [4, 12], - [-2, 36], - [-3, -4], - [-3, 11], - [2, 16], - [12, 11], - [-16, -3], - [2, 14], - [-2, 14], - [9, 5], - [-13, 4], - [-2, -15], - [-8, -7], - [8, -18], - [-6, -25], - [-17, -17], - [-14, -11], - [-5, 0], - [-10, 9], - [-11, 17], - [-15, 33], - [-15, 29], - [0, 10], - [7, 1], - [0, -9], - [14, 12], - [3, -3], - [9, 7], - [7, 23], - [-10, -1], - [-9, -10], - [-13, 5], - [-11, 10], - [-9, 15], - [-4, 19], - [-6, 14] - ], - [ - [6893, 6556], - [5, 7], - [10, 0], - [0, 19], - [13, -3], - [11, 2], - [5, -7], - [6, 0], - [3, 8], - [13, 7], - [0, -8], - [6, -3], - [9, 10], - [-4, 12], - [3, 3], - [-5, 27], - [-6, 14], - [0, 17], - [-10, 1], - [-6, 14], - [2, 35], - [-9, 2], - [-10, 11], - [1, 17], - [10, 20], - [6, 22], - [7, 12], - [6, 1], - [4, -16], - [4, -2], - [9, 7], - [20, 8], - [0, 9], - [8, 16], - [5, 21], - [16, 16], - [9, 29], - [3, 22], - [12, 8], - [4, 7], - [-2, 10], - [6, 11], - [6, 19], - [10, 12], - [-4, 2], - [3, 17], - [-2, 24], - [7, 10], - [14, 8], - [1, 10], - [-8, 8], - [-11, 2], - [0, 14], - [-9, 2], - [0, 13], - [-9, 10], - [4, 22], - [-5, 5], - [1, 10], - [7, 10], - [-9, 1], - [1, 16], - [-5, 3], - [4, 19], - [13, 6], - [7, -5], - [16, -2], - [11, -9], - [11, 11], - [17, 3], - [3, 10], - [5, 1], - [4, 11] - ], - [ - [7140, 7205], - [20, 22] - ], - [ - [4825, 8298], - [2, -37], - [6, -29], - [-6, -16], - [-4, -28], - [-10, 1], - [-8, -4], - [-12, 0], - [-5, -10], - [-7, 0], - [-4, -8], - [-7, -1], - [-12, -14], - [-20, 0], - [-11, -8], - [10, 14], - [-20, -4], - [12, 13], - [-11, -6], - [-7, 10], - [13, 14], - [-15, -2], - [5, 10], - [13, -2], - [-1, 11], - [8, 12], - [-10, -5], - [12, 12], - [5, 21], - [10, 8], - [-16, -2], - [-14, 9], - [-3, 9], - [6, 13], - [0, 24], - [-5, 4], - [22, 4], - [23, -3], - [-5, 4], - [12, 9], - [3, 8], - [-15, -1], - [-2, 7], - [10, 6], - [2, 18], - [15, 2], - [6, -6], - [4, 17], - [13, -9], - [-9, -9] - ], - [ - [6560, 6732], - [-4, -9], - [-5, 0], - [-16, -12], - [0, 7], - [13, 7], - [13, 13], - [-1, -6] - ], - [ - [6357, 7396], - [3, -38], - [4, -9], - [9, -7], - [13, -2], - [9, -5], - [2, -13], - [21, -24], - [23, -9], - [43, 18], - [16, -4], - [-3, 30] - ], - [ - [6497, 7333], - [8, -1], - [16, 11], - [1, 13], - [9, 13], - [9, 7], - [24, 0], - [3, 10], - [17, -4], - [5, 4], - [3, -17], - [23, -10], - [8, -9], - [10, 3], - [11, -10], - [10, -21], - [13, -7], - [8, -22], - [23, 0], - [2, -31], - [-3, -8], - [4, -5], - [0, -15] - ], - [ - [6689, 6902], - [14, -27], - [0, -8], - [6, -21], - [10, -20], - [14, -8], - [5, -10], - [5, -1], - [-1, -12], - [2, -18], - [-1, -26], - [11, 2], - [4, -8], - [-4, -17], - [0, -11], - [-12, 0], - [-12, -7], - [-2, -10], - [-11, -7], - [-7, -59] - ], - [ - [6710, 6634], - [-5, -8], - [-10, 9], - [-12, 4], - [-1, 9], - [-5, -6], - [-24, 3], - [-2, 4], - [-12, -4], - [-6, 10], - [-7, 2], - [-14, -2], - [-4, 8], - [-17, 5], - [-4, 19], - [-4, 42], - [-6, 17], - [-11, 3], - [-8, -2], - [-5, -8], - [-9, -4], - [-3, -11], - [-6, 2], - [-13, -17], - [-11, 5], - [-3, 7], - [-17, 0], - [-8, 16], - [-10, 6], - [-13, 16], - [-4, 16], - [-12, 11], - [-9, -1], - [-8, 6], - [-9, 35], - [0, 12], - [-8, 13], - [2, 10], - [-6, 0], - [1, 16], - [-15, 30], - [0, 10], - [-5, 6], - [-11, -12], - [-2, 9], - [-7, -1], - [-9, 13], - [8, -1], - [0, 9], - [-9, -8], - [1, -20], - [-11, -4] - ], - [ - [6347, 6908], - [-3, 15], - [-11, 14], - [0, 31], - [-9, 0], - [0, 23], - [4, 21], - [-9, 22], - [-5, 19], - [-6, -1], - [-14, 21], - [-16, 15], - [4, 5], - [-4, 15], - [-11, 15], - [-5, 22], - [3, 14], - [-4, 8], - [2, 8], - [6, -3], - [-2, 9], - [7, 21], - [7, 2], - [1, 7], - [-6, 16], - [1, 10], - [6, 2], - [-4, 9], - [-6, -3], - [-14, 14], - [-3, 21], - [-5, 0], - [-1, 18], - [-6, 5], - [2, 12], - [-3, 7] - ], - [ - [6243, 7322], - [0, 10], - [-6, 6], - [1, 17], - [-10, 17], - [6, 20], - [-4, 0], - [-3, 45], - [-5, 13], - [11, 4], - [4, 19], - [7, -7] - ], - [ - [6347, 6908], - [-13, 5], - [-3, -3] - ], - [ - [6331, 6910], - [-7, 6], - [-9, 0], - [-6, -5], - [-8, -33], - [-9, -20] - ], - [ - [6292, 6858], - [-5, -2], - [-46, 8], - [-62, 91], - [-11, 18], - [-47, 49], - [-34, 10] - ], - [ - [6087, 7032], - [4, 8], - [-7, 3], - [0, 11], - [-8, 51] - ], - [ - [6076, 7105], - [4, 3], - [43, 44], - [14, 11], - [7, 22], - [1, 40], - [3, 8], - [-2, 23] - ], - [ - [6146, 7256], - [0, 0] - ], - [ - [6146, 7256], - [0, 20], - [3, 10], - [13, 5], - [15, 26], - [-1, 3] - ], - [ - [6176, 7320], - [6, 2], - [6, 13], - [9, 0], - [10, -7], - [12, -2], - [8, 4], - [1, -18], - [11, 12], - [4, -2] - ], - [ - [4554, 9014], - [7, -14], - [12, -7], - [12, 13], - [-4, -20], - [10, 2], - [-2, -20], - [12, 4], - [0, -8], - [21, -10], - [-4, -10], - [6, -8], - [-13, -25], - [-13, -4], - [-2, -15], - [-24, -8], - [-39, -26], - [-31, -6], - [-1, -11], - [-23, -7], - [-27, 8], - [-12, 0], - [-28, 20], - [-42, -4], - [4, 9], - [14, 4], - [10, 10], - [2, 11], - [-13, -6], - [-9, 29], - [-32, 1], - [-11, -4], - [-3, 8], - [23, 2], - [15, 8], - [25, -2], - [-21, 7], - [22, 16], - [-39, 7], - [-20, -9], - [-18, 6], - [7, 8], - [12, -7], - [-8, 15], - [17, -5], - [-9, 12], - [10, 17], - [20, -8], - [-5, 7], - [9, 16], - [11, -11], - [25, -14], - [-2, -19], - [9, -29], - [0, 13], - [9, 15], - [9, -10], - [5, 13], - [-5, 20], - [9, 3], - [13, -22], - [6, -1], - [-1, 19], - [22, 6], - [16, -26], - [-6, 27], - [10, -1], - [10, -11], - [12, 14], - [6, -6], - [13, 3], - [-3, 19], - [15, 2] - ], - [ - [5993, 7068], - [-6, -5], - [0, -15] - ], - [ - [5987, 7048], - [-10, 8], - [-6, -14], - [0, -19], - [6, -9], - [-7, -11], - [-2, -14], - [10, 1], - [5, 6] - ], - [ - [5983, 6996], - [0, -9] - ], - [ - [5983, 6987], - [0, -6] - ], - [ - [5983, 6981], - [1, -8] - ], - [ - [5984, 6973], - [-8, -34], - [0, -21], - [-6, -33] - ], - [ - [5970, 6885], - [-2, -4] - ], - [ - [5951, 6980], - [8, 18], - [-2, 4] - ], - [ - [5957, 7002], - [7, 21], - [6, 44], - [5, 21] - ], - [ - [5975, 7088], - [10, 0], - [1, 9], - [8, 10] - ], - [ - [5994, 7107], - [-1, -9], - [3, -19], - [-3, -11] - ], - [ - [5434, 7386], - [-12, -29], - [-3, -25], - [6, -18], - [-6, -11], - [1, -8], - [-10, 1], - [-8, 6], - [-3, 10], - [-7, 8], - [-7, -1], - [-25, 27], - [-10, 1], - [-4, 6], - [0, 19], - [7, 6], - [6, -6], - [4, 10], - [7, 1], - [10, -13], - [9, 4], - [9, -2], - [17, 10], - [4, -4], - [12, 11], - [3, -3] - ], - [ - [5256, 7557], - [8, -6], - [8, -34], - [-5, -14], - [3, -13], - [-2, -30], - [-6, -24], - [-10, 6], - [-5, -19], - [-8, 0], - [-7, 17], - [5, 39], - [-4, 1], - [2, 23], - [-5, 17], - [-4, 0], - [2, 16], - [8, -2], - [9, 6], - [11, 17] - ], - [ - [5380, 7862], - [-9, -16], - [7, -7], - [-4, -8], - [3, -12], - [8, -10], - [-5, -1] - ], - [ - [5380, 7808], - [1, 7], - [-18, 1], - [-3, -5], - [-16, -12], - [-4, 2], - [-1, -16], - [9, -13], - [-6, -7], - [-2, -13], - [2, -18], - [8, -16], - [9, -7], - [19, -21], - [12, -54], - [18, -28], - [12, -11], - [25, 0], - [4, -9], - [-8, -15], - [19, -17], - [13, -7], - [14, -18], - [13, -8], - [0, -6], - [12, -15], - [2, -10], - [-4, -18], - [-9, 6], - [-5, 23], - [-11, 0], - [-14, 11], - [-11, -25], - [-2, -21], - [9, -5], - [9, -11], - [-1, -29], - [-11, -1], - [-5, -8], - [1, -18], - [-8, -10], - [-8, -20], - [-10, 4], - [0, 15], - [5, 3], - [3, 12], - [-3, 8], - [9, 5], - [2, 12], - [-4, 8], - [-2, 21], - [-4, 6], - [-2, 20], - [-7, 11], - [-5, -5], - [-12, 13], - [2, 8], - [-6, 18], - [-8, 1], - [-5, 8], - [-7, 3], - [-10, 22], - [-10, 1], - [-8, -3], - [-5, 11], - [-7, 2], - [-12, 24], - [-10, 10], - [-8, 18], - [-10, 5], - [-3, 12], - [-9, 9], - [1, 6], - [-8, 2], - [1, 18], - [-7, 17], - [0, 14], - [-5, 13], - [-7, 1], - [-16, 17], - [-15, 5], - [-14, -19], - [-3, -11], - [-17, -6] - ], - [ - [5344, 7711], - [0, 0] - ], - [ - [5345, 7596], - [0, 0] - ], - [ - [2849, 6246], - [15, -3], - [3, -8], - [12, -7], - [4, -14], - [-9, -3], - [-10, 6], - [-1, -7], - [-6, 3], - [-1, -11], - [-7, 10], - [-8, -1], - [-7, 10], - [-3, 10], - [-8, 2], - [5, 12], - [10, 5], - [11, -4] - ], - [ - [6087, 7032], - [-4, -6], - [-57, -30], - [15, -28], - [13, -29], - [-9, -10], - [-4, -18], - [-21, -8], - [-7, -22], - [-12, -17], - [-31, 9] - ], - [ - [5970, 6873], - [0, 12] - ], - [ - [5984, 6973], - [-1, 8] - ], - [ - [5983, 6987], - [4, 0], - [0, 25] - ], - [ - [5987, 7012], - [0, 36] - ], - [ - [5993, 7068], - [7, -5], - [10, -16], - [12, -3], - [54, 61] - ], - [ - [8563, 6721], - [-5, -10], - [-7, -5], - [-4, -21], - [0, 20], - [7, 8], - [-3, 7], - [7, -1], - [4, 12], - [1, -10] - ], - [ - [8603, 6820], - [-13, -15], - [0, 9], - [11, 11], - [2, -5] - ], - [ - [8624, 6937], - [5, -5], - [-7, -8], - [2, 13] - ], - [ - [8639, 6942], - [-5, -5], - [6, 22], - [-1, -17] - ], - [ - [8616, 7056], - [0, -12], - [-6, -7], - [1, 18], - [5, 1] - ], - [ - [8578, 7069], - [-1, -10], - [-6, 2], - [7, 8] - ], - [ - [8638, 7135], - [3, -16], - [7, -3], - [9, 6], - [1, -15], - [-5, -9], - [10, 1], - [0, -17], - [5, -2], - [-11, -22], - [-6, -38], - [0, -16], - [-3, -14], - [-7, 5], - [1, -11], - [-12, -13], - [2, 20], - [-5, 12], - [-2, -4], - [0, -22], - [-9, 5], - [4, 18], - [-5, 12], - [1, 21], - [2, -2], - [8, 19], - [-2, 11], - [3, 12], - [-5, 15], - [-8, 2], - [7, -19], - [-6, -11], - [1, 11], - [-10, -10], - [-6, 18], - [1, 10], - [4, -14], - [5, -1], - [-1, 10], - [-11, 11], - [1, 10], - [6, -2], - [18, 22], - [2, 9], - [6, 4], - [7, -3] - ], - [ - [8726, 7162], - [8, -9], - [5, 1], - [-1, -13], - [4, -10], - [-10, -11], - [-5, -23], - [-8, 15], - [-5, 2], - [-13, -11], - [0, -7], - [-7, -11], - [-1, -16], - [-10, 0], - [3, 9], - [-6, 1], - [-6, 31], - [11, 14], - [2, 17], - [6, 6], - [5, -10], - [10, 2], - [3, 14], - [8, 9], - [7, 0] - ], - [ - [8747, 7160], - [-3, -8], - [-3, 8], - [8, 15], - [-2, -15] - ], - [ - [8595, 7181], - [-2, -23], - [-3, 4], - [1, 16], - [4, 3] - ], - [ - [8845, 7375], - [1, -10], - [-6, -6], - [-1, 17], - [8, 13], - [-2, -14] - ], - [ - [8923, 7564], - [5, 3], - [-1, -34], - [2, -14], - [8, -11], - [5, -22], - [4, -26], - [-5, -14], - [0, -12], - [-7, -6], - [-5, -25], - [1, -17], - [-6, 9], - [-7, -6], - [-3, -24], - [3, -14], - [-2, -39], - [-5, -8], - [-5, -19], - [-1, -20], - [8, -27], - [-11, -7], - [-2, -21], - [-16, -17], - [2, 30], - [5, 11], - [-8, 0], - [-4, -12], - [1, -16], - [-7, 11], - [-8, -5], - [0, -21], - [-9, -16], - [-1, 25], - [-6, 4], - [-6, -11], - [-4, -18], - [-17, 5], - [-15, -6], - [7, 9], - [-13, 1], - [0, 16], - [-5, -3], - [-3, -22], - [9, -9], - [1, -10], - [-7, 3], - [-10, -9], - [0, -10], - [-6, -8], - [-3, -15], - [-5, -7], - [-10, 5], - [-1, 8], - [-9, 11], - [3, 8], - [-3, 14], - [10, 17], - [-2, 9], - [-11, -4], - [-6, 7], - [-7, 0], - [-20, -18], - [-10, 1], - [-3, -9], - [-6, 2], - [-15, -9], - [-1, 9], - [-8, -6], - [-2, -24], - [-11, 13], - [-16, -7], - [-4, 7], - [-3, -8], - [-1, 25], - [3, 5], - [12, -1], - [3, 10], - [7, 5], - [17, 28], - [7, 7], - [-1, 9], - [17, 8], - [5, -8], - [24, 6], - [7, 7], - [11, -2], - [8, 7], - [-1, -12], - [13, -4], - [12, 10], - [-3, 18], - [5, 16], - [7, 8], - [10, 28], - [-1, 26], - [11, 10], - [6, 1], - [-3, -13], - [-9, -5], - [4, -6], - [-2, -13], - [10, -6], - [3, 10], - [21, 13], - [10, 12], - [10, 29], - [14, 15], - [1, 16], - [9, 23], - [3, 24], - [4, 10], - [1, 17], - [-4, 11], - [-5, -3], - [7, 19], - [1, 11], - [-5, 13], - [5, 10], - [7, 3], - [1, 26], - [9, -5], - [3, -20], - [3, 9], - [8, -6], - [3, 19], - [-13, -5], - [3, 23], - [10, -10] - ], - [ - [8944, 7799], - [15, -24], - [4, -13], - [19, -27], - [11, -7], - [0, -6], - [12, 0], - [3, -7], - [13, -4], - [15, 25], - [1, -8], - [-7, -17], - [-1, -9], - [8, -28], - [8, 6], - [-4, -12], - [-6, 0], - [-8, -10], - [-27, -4], - [-11, -14], - [-8, -20], - [-3, -23], - [-8, 11], - [-14, 9], - [-8, 11], - [-12, 9], - [-8, -3], - [-12, -15], - [-9, 15], - [-5, 0], - [-6, -18], - [12, -8], - [13, -20], - [-13, -1], - [-8, -7], - [-6, -13], - [-7, 10], - [5, 14], - [-3, 17], - [-7, 6], - [3, 26], - [12, 7], - [5, 11], - [-5, 13], - [6, 8], - [8, -9], - [10, -3], - [7, 10], - [-3, 22], - [9, 14], - [0, 22], - [3, 6], - [1, 20], - [-6, 23], - [3, 12], - [9, 3] - ], - [ - [6762, 7807], - [-15, 8], - [-3, 11], - [1, 13], - [12, 14], - [11, -3], - [7, -11], - [1, -13], - [-4, -11], - [-10, -8] - ], - [ - [7140, 7205], - [-9, 31] - ], - [ - [6651, 7782], - [-20, 19] - ], - [ - [6631, 7801], - [12, 18], - [8, -37] - ], - [ - [7227, 7611], - [-6, 13], - [-15, 4], - [-12, 17], - [-14, 6], - [-14, 0], - [-19, 2], - [-14, 5], - [-13, -5], - [-16, 1], - [-3, -6], - [-13, 2], - [-12, 8], - [-12, 13], - [-21, -10], - [-5, -27], - [3, -9], - [-22, 14], - [-27, 9], - [-10, -1], - [-10, -13], - [-5, -15], - [3, -3] - ], - [ - [6970, 7616], - [-6, -3], - [-4, -11], - [-4, 5], - [-9, -16], - [-20, -15], - [0, -5], - [-10, -5], - [0, -10], - [-13, -17], - [1, -19], - [-4, 0], - [-13, 13], - [4, 14], - [-5, 7], - [-33, -3], - [-5, 20], - [-2, 30], - [-14, 0], - [2, 57], - [-8, -7], - [-8, 26], - [-7, 5], - [-10, 19], - [-12, -10], - [-37, 4], - [-32, -8], - [-23, 38], - [-2, 12], - [-28, 28] - ], - [ - [6668, 7765], - [0, 34], - [-2, 9], - [-7, -1], - [3, 20], - [17, -5], - [8, 16], - [12, 7], - [2, 14], - [-11, 2], - [-3, 9], - [-13, 3], - [-8, -7], - [4, -13], - [17, 0], - [2, -11], - [-4, -6], - [-24, 2], - [-2, 12], - [-7, 0], - [7, -14], - [-3, -17], - [-8, -6], - [-4, 5], - [4, 13], - [-15, -3], - [-6, -23] - ], - [ - [6627, 7805], - [-73, -31], - [0, -212] - ], - [ - [6554, 7562], - [-14, -3], - [-15, 32], - [0, 6], - [-20, 23], - [-20, -3], - [-14, -9], - [-15, -21] - ], - [ - [6456, 7587], - [-1, 20], - [6, 15], - [3, 22], - [-15, 9], - [-8, -3], - [-6, 18], - [-12, 0], - [1, 23], - [-4, 4], - [-8, 33], - [-17, 9], - [1, 17], - [16, -1], - [4, -6], - [16, -2], - [-17, 20], - [12, 28], - [9, 5], - [22, 0], - [11, -6], - [10, 2], - [-15, 10], - [0, 6], - [9, 18], - [4, 40], - [-8, 19], - [-13, 2], - [-10, -10], - [-16, 14], - [-9, 3], - [-12, -11], - [-9, -2], - [-18, -21], - [-13, 2], - [-2, -14] - ], - [ - [6367, 7850], - [-9, 9], - [-10, 5], - [0, 12], - [6, -6], - [7, 6], - [-9, 19], - [-4, 15], - [-14, 23], - [-11, 0], - [-7, 5], - [-1, -9], - [-7, 7], - [0, 26], - [-18, 8], - [8, 30], - [8, 10], - [-7, 14], - [3, 28], - [12, 12], - [-1, 14], - [9, 9], - [22, -37], - [13, 11], - [-5, 20], - [0, 13], - [20, 17], - [0, 15], - [11, 0], - [15, 12], - [6, 17], - [5, 6], - [14, -3], - [1, -11], - [11, -1], - [6, 12], - [11, 6], - [5, -16], - [23, 0], - [9, -7], - [1, -9], - [7, -1], - [6, -13], - [10, -7], - [-3, -16], - [8, 2], - [1, 24], - [10, -13], - [16, -15], - [13, 11], - [11, 20], - [18, 0], - [5, -11], - [11, 1], - [1, 13], - [22, -4], - [0, -11], - [10, -11], - [16, -3], - [1, -9], - [7, 4], - [5, 18], - [9, -10], - [15, -1], - [17, 10], - [2, 19], - [4, 6], - [-7, 11], - [-10, 1], - [-3, 8], - [-16, 3], - [3, 8], - [-12, 4], - [11, 15], - [7, 1], - [10, 11], - [-10, 23], - [22, 16], - [17, -3], - [1, 7], - [-13, 9], - [-14, 3], - [2, 12], - [-6, 8], - [5, 11], - [-6, 3], - [12, 10], - [4, -6], - [43, 7], - [25, 14], - [25, 5], - [9, -4], - [-1, 10], - [7, 7], - [15, -1], - [15, 6], - [33, 8], - [13, 6], - [2, 13], - [10, 0], - [2, 9], - [8, -4], - [-1, 9], - [8, -6], - [13, 0], - [14, -11], - [8, 9], - [14, -12], - [1, -18], - [6, -3], - [-1, -23], - [-6, 0], - [6, -13], - [3, 6], - [11, -4], - [10, 5], - [3, 9], - [9, -14], - [-3, -13], - [9, 3], - [-4, 10], - [11, -1], - [3, -8], - [11, -2], - [8, 7], - [-3, -12], - [-6, 1], - [-6, -17], - [6, -8], - [13, 12], - [14, -10], - [1, 12], - [9, 9], - [7, -2], - [12, 11], - [-2, 4], - [31, 15], - [12, 8], - [-7, -19], - [-8, 1], - [3, -9], - [34, -36], - [7, -11], - [42, -97], - [12, -38], - [15, 7], - [-1, 14], - [6, 6], - [15, -7], - [-3, -15], - [9, 2], - [2, -13], - [11, 3], - [6, -4], - [17, 5], - [18, 12], - [13, -7], - [11, -20], - [0, -15], - [23, -14], - [-2, -7], - [9, -19], - [19, -1], - [6, -7], - [12, 20], - [0, -10], - [12, -22], - [7, -9] - ], - [ - [6163, 5412], - [-17, -50], - [-9, -17], - [0, -175], - [1, -39], - [15, -39], - [0, -7] - ], - [ - [6153, 5085], - [-6, -15], - [-9, -4], - [-4, -20], - [-5, -9], - [-5, 0], - [-9, -13], - [2, -12], - [-3, -18], - [-6, -12], - [-3, -25], - [-4, -11], - [-7, -30], - [-6, -3] - ], - [ - [6088, 4913], - [-21, 33], - [-19, 27], - [-5, 13], - [4, 6], - [-1, 14], - [-100, 116] - ], - [ - [5946, 5122], - [3, 12], - [-4, 7], - [0, 10], - [4, 7], - [9, -1], - [-2, 6], - [11, 4], - [-4, 11], - [-10, -6], - [2, -6], - [-9, 7], - [-3, 12], - [1, 12] - ], - [ - [5944, 5197], - [4, 21], - [7, 12], - [2, 15], - [9, 9], - [2, 18], - [3, 6], - [0, 26], - [-3, 18], - [2, 3], - [-14, 40], - [-2, 17], - [2, 13], - [-8, 5], - [-3, 24], - [-2, 2] - ], - [ - [5943, 5426], - [11, 23], - [15, 14], - [14, 9], - [4, -7], - [2, -16], - [8, 0] - ], - [ - [7045, 7454], - [-13, -5], - [-15, 2], - [-9, -5], - [-2, -6], - [-5, 10], - [-7, -7], - [-2, 12], - [-8, 8], - [-12, -11], - [-8, -1], - [-4, 11], - [-36, -5], - [-2, 14], - [7, 20], - [14, 6], - [18, -12], - [1, 7], - [8, 8] - ], - [ - [6970, 7500], - [12, 3], - [11, -7], - [9, 15], - [8, -3], - [0, 14], - [7, -6], - [4, 9], - [10, 8], - [-13, 3], - [-5, 9], - [-9, -1], - [0, 10], - [-8, 0], - [-6, 22], - [-1, -10], - [-6, -2], - [0, -13], - [-6, -1], - [-12, 7], - [-4, 14], - [-4, -4], - [-9, 10], - [8, 7], - [22, 29], - [-8, 3] - ], - [ - [6976, 7489], - [-6, 4], - [2, -14], - [4, 10] - ], - [ - [6993, 7480], - [0, 0] - ], - [ - [6961, 7477], - [0, 0] - ], - [ - [7901, 5783], - [-6, 7], - [-11, 2], - [-7, -4], - [-3, 5], - [5, 13], - [0, 15], - [-4, 5], - [-3, -16], - [-9, 2], - [-2, 38], - [-3, 3] - ], - [ - [7858, 5853], - [0, 7], - [-6, 22], - [0, 22], - [-6, 7], - [0, 21], - [-3, 7], - [-2, 25], - [6, 0], - [10, 26], - [1, 11], - [9, 8], - [12, 5], - [9, -5], - [5, 3], - [11, -2], - [5, 4], - [6, -3], - [2, -10], - [4, 8] - ], - [ - [7921, 6009], - [3, -14], - [13, -1], - [3, -9], - [6, -1], - [2, 7], - [-6, 19], - [7, 7], - [6, -2], - [3, 6], - [8, -14], - [4, 0], - [8, 11], - [5, 2], - [2, 10] - ], - [ - [7985, 6030], - [0, -14], - [-3, -2], - [-2, -19], - [3, -10], - [0, -10], - [5, -22], - [-5, -20], - [4, -24], - [-2, -15], - [-2, -6], - [-4, 5], - [-8, -14], - [-8, -7], - [-8, -1], - [0, -17], - [-11, 7], - [-4, -13], - [-1, -15], - [9, -13], - [1, -17], - [-9, 3], - [-3, 10], - [-10, -2], - [-3, -7], - [-7, 6], - [1, -11], - [-6, -13], - [-9, 0], - [-2, -6] - ], - [ - [627, 5299], - [5, -18], - [-8, 8], - [3, 10] - ], - [ - [8522, 7115], - [1, -14], - [-17, -6], - [-2, 8], - [5, 8], - [13, 4] - ], - [ - [8508, 7172], - [1, -8], - [-7, 2], - [6, 6] - ], - [ - [8575, 7196], - [-1, -14], - [-5, 11], - [6, 3] - ], - [ - [8518, 7361], - [8, 22], - [5, 6], - [27, 0], - [7, 17] - ], - [ - [8565, 7406], - [7, -27], - [14, -31], - [6, -25], - [4, -25], - [-2, -7], - [-1, -33], - [4, -6], - [-2, -25], - [-9, -23], - [-18, 0], - [-1, -15], - [-3, 6], - [-17, 1], - [-2, -20], - [-4, 14], - [0, -13], - [-5, -9], - [-3, 13], - [-6, -5], - [-3, -11], - [-4, 3], - [-4, -10], - [-2, 15], - [-7, 2], - [0, 9], - [6, -7], - [2, 11], - [-4, 1], - [-2, 18], - [2, 17], - [6, 9], - [-4, 4], - [8, 7], - [-7, 10], - [5, 1], - [-5, 11], - [-1, 31], - [-3, 8], - [3, 12], - [7, -1], - [-6, 42], - [4, 3] - ], - [ - [5598, 7616], - [-9, -9], - [-3, 6], - [-10, -8], - [0, -11], - [-5, 0] - ], - [ - [5557, 7633], - [8, 15] - ], - [ - [5565, 7648], - [9, 17], - [-2, 6], - [14, -7], - [8, -19], - [10, -5], - [-6, -24] - ], - [ - [6338, 6909], - [5, -15], - [-4, -7], - [-5, 12], - [4, 10] - ], - [ - [6345, 6826], - [-22, 0], - [-6, 27], - [-25, 5] - ], - [ - [6331, 6910], - [7, -26], - [-6, 2], - [-7, -12], - [10, -1], - [2, -19], - [8, -28] - ], - [ - [7836, 6473], - [2, -9], - [8, -12], - [6, -22], - [2, 9], - [5, -5], - [0, -9], - [-2, -23], - [7, -19], - [15, -11], - [2, 8], - [9, 10], - [5, -4], - [9, -13], - [-1, -9], - [-6, -3], - [9, -6], - [0, -8], - [7, -2], - [0, -11], - [-2, -10], - [-9, -12], - [-8, 6], - [-4, -15], - [-6, -7], - [18, -21], - [4, -8], - [9, -5], - [5, -6], - [-2, -12], - [6, -14], - [5, 0], - [7, -30], - [13, -24], - [9, -17], - [0, -18], - [4, -11], - [5, 5], - [4, -14], - [8, -12], - [4, -1], - [-1, -8], - [-6, -5], - [2, -12], - [7, -8], - [5, -12], - [-5, -33] - ], - [ - [7921, 6009], - [9, 11], - [0, 20], - [1, 5], - [-3, 11], - [3, 6], - [2, 24], - [-5, 5], - [0, 13], - [-11, 7], - [0, 8], - [-8, 15], - [0, 29], - [2, 20], - [-3, 9], - [-7, 7], - [-6, 14], - [-7, 24], - [-18, 8], - [-2, -10], - [-9, -15], - [-9, -6], - [-16, 16], - [-4, -9], - [-19, -26], - [-4, -7], - [-5, 6], - [3, 19], - [4, 9], - [0, 17], - [-3, 3], - [5, 14], - [0, 15], - [3, 7], - [-3, 6], - [-1, 19], - [2, 7], - [-12, 2], - [-2, -7], - [-7, 0], - [-3, 9], - [3, 29], - [-5, 15], - [-6, -5] - ], - [ - [7780, 6353], - [0, 15], - [7, 14], - [4, -1], - [0, 13], - [6, 16], - [3, 0], - [9, 14] - ], - [ - [5975, 7088], - [14, 52], - [1, 19], - [9, 12], - [0, 7] - ], - [ - [5999, 7178], - [13, -3], - [4, -23], - [-9, -14], - [2, -8], - [-6, 2], - [-6, -12], - [3, -5], - [-6, -8] - ], - [ - [4790, 5433], - [-19, 13], - [-21, 22], - [-9, 12], - [-21, 40], - [-9, 19], - [-12, 7], - [-1, 10], - [-14, 13], - [-3, 12] - ], - [ - [4681, 5581], - [3, 14], - [6, 12], - [15, 23], - [0, 16], - [8, 8], - [1, 17] - ], - [ - [5693, 6449], - [0, -115], - [-27, 0], - [0, -28] - ], - [ - [5666, 6306], - [-66, 66], - [-3, 4], - [-45, 45], - [-34, 36], - [-45, 45], - [-30, 31], - [-27, -26] - ], - [ - [5416, 6507], - [-22, -22], - [-20, 33], - [-42, 19] - ], - [ - [5264, 6924], - [10, 7], - [11, 30], - [-5, 31], - [6, 17], - [5, 1], - [10, 22], - [19, 18], - [-2, 10], - [1, 34] - ], - [ - [5319, 7094], - [10, -6], - [12, -14], - [15, -2], - [14, 6], - [6, -6], - [17, -5], - [8, -12], - [20, -6], - [5, -13], - [0, -14], - [7, -25], - [4, -7], - [17, -9], - [10, 0], - [18, -8], - [23, -18], - [3, -7], - [18, -22], - [8, 0], - [14, 14], - [10, 24], - [1, 18], - [-6, 24], - [0, 16], - [3, 12], - [15, 24], - [14, 13], - [10, 1], - [5, 7], - [21, -3], - [21, -14], - [-1, -18], - [6, -6], - [19, -7], - [2, -5], - [25, -2], - [5, -18] - ], - [ - [3307, 5973], - [-4, 11], - [5, 10], - [-1, -21] - ], - [ - [7235, 5735], - [7, -13], - [17, -49], - [5, -36], - [5, -8], - [4, -24], - [0, -20], - [-2, -22], - [-12, -22], - [-22, -17], - [-9, 5], - [-4, 7], - [-7, 43], - [-1, 50], - [1, 40], - [2, 10], - [0, 17], - [6, 17], - [-2, 7], - [4, 10], - [6, 1], - [-14, 10], - [2, 7], - [7, -3], - [7, -10] - ], - [ - [5798, 3530], - [6, -12], - [10, -10], - [3, -14], - [-4, -17], - [-5, -7], - [1, -10], - [-8, -9], - [-13, -4], - [-5, -7], - [-4, -22], - [-8, 2], - [-16, 35], - [-5, 22], - [8, 6], - [12, 35], - [8, 2], - [4, 10], - [13, 8], - [3, -8] - ], - [ - [5582, 8366], - [-1, 0] - ], - [ - [5581, 8366], - [1, 0] - ], - [ - [5652, 8289], - [0, 9], - [-14, 16], - [-6, -1] - ], - [ - [5632, 8313], - [-3, 6], - [5, 24], - [-8, 11], - [-15, 1], - [-21, 9] - ], - [ - [5590, 8364], - [-6, 32], - [0, 16] - ], - [ - [5584, 8412], - [8, 9], - [22, 11], - [15, -4], - [8, 3], - [29, -5], - [4, -4], - [22, 8], - [5, -12], - [15, -2], - [26, -28] - ], - [ - [5759, 8496], - [14, -14], - [-6, -26], - [14, -17], - [0, -23] - ], - [ - [5584, 8412], - [-2, 19], - [2, 24], - [10, 12], - [0, 15], - [8, 15], - [22, 11], - [18, -21], - [4, -17], - [12, -7], - [19, 15], - [-2, 37] - ], - [ - [3249, 6221], - [-2, 2] - ], - [ - [3247, 6223], - [2, -2] - ], - [ - [4851, 7247], - [2, -14], - [14, -21], - [11, -5], - [19, 8], - [6, -5], - [15, 7] - ], - [ - [4919, 7214], - [2, -9], - [17, -2] - ], - [ - [4758, 6776], - [-3, 0], - [1, -30], - [-18, -3], - [-7, -11], - [-16, -2], - [-9, 7], - [-10, 1], - [-13, -7], - [2, -15], - [-4, -6], - [-8, -25], - [-8, -3], - [-4, -23], - [-3, -30], - [-3, -13], - [-6, -12], - [-12, -16], - [-6, -22], - [-16, -16], - [-4, -13], - [-6, -53], - [0, -16], - [-12, -26], - [1, -7], - [-4, -14], - [-11, -4], - [-22, 4], - [-18, -1], - [-12, -4] - ], - [ - [4527, 6416], - [1, 21], - [4, 20], - [10, 13], - [4, 26], - [5, 11], - [-2, 5], - [13, 42], - [-4, 0], - [8, 12], - [11, 26], - [5, 4], - [5, 17], - [0, 22], - [10, 45], - [0, 9], - [9, 16], - [7, 4], - [10, 14], - [10, 53], - [7, 16], - [24, 8], - [16, 14], - [11, 23], - [15, 15], - [21, 49], - [5, 19], - [1, 14], - [-7, 13], - [0, 26], - [2, 26], - [3, 11], - [9, 18], - [3, 24], - [-1, 7], - [11, 17], - [10, 23], - [26, 19], - [21, 25], - [15, 48], - [2, 15], - [9, 39], - [14, 7] - ], - [ - [5206, 7702], - [-2, -1] - ], - [ - [5783, 7801], - [-3, 21], - [1, 26], - [3, 22], - [-4, 18], - [-6, 5], - [-17, 36], - [-10, 30], - [-8, 3] - ], - [ - [5739, 7962], - [20, 10], - [14, -2], - [6, -9], - [21, -8], - [10, -13], - [-1, -25], - [7, -10], - [5, 2], - [0, -20], - [10, -9], - [-1, -16], - [6, -9], - [-15, 0], - [-3, 6], - [-7, -6], - [-1, 9], - [-7, -4], - [1, -26], - [-13, -19], - [0, -11], - [-8, -1] - ], - [ - [6384, 4200], - [0, 8], - [5, 14], - [-5, -22] - ], - [ - [6370, 4487], - [-2, -11], - [7, -4], - [1, -18], - [7, -8], - [4, -13], - [-1, -9], - [5, -25], - [3, -37], - [0, -29], - [8, -27], - [-4, -34], - [-3, -9], - [-6, 7], - [-3, 25], - [-8, -7], - [3, -23], - [-2, -5], - [5, -11], - [-1, -25], - [-5, -13], - [-6, -24], - [2, -29], - [-4, -39], - [-3, -11], - [-10, -59], - [-2, -19], - [-7, -32], - [-3, -29], - [-10, -57], - [-4, -16], - [-2, -24], - [-7, -48], - [-1, -16], - [-4, -13], - [-8, -47], - [-14, -15], - [-11, -2], - [-13, -11], - [-6, -9], - [-12, -2], - [-11, 17], - [-10, 2], - [-10, 15], - [-2, 20], - [-7, 14], - [-1, 45], - [3, 10], - [-4, 6], - [-1, 16], - [-6, 12], - [-4, 36], - [3, 27], - [4, 6], - [0, 17], - [7, 4], - [11, 46], - [4, 7], - [6, 29], - [-3, 4], - [2, 24], - [-6, 18], - [1, 16], - [-6, 22], - [-1, 35], - [-3, 15], - [15, 49], - [0, 30], - [12, -1], - [11, 16], - [10, -2], - [0, 7], - [8, 4], - [4, -6], - [1, 9], - [6, 5], - [18, 25], - [3, -7], - [-3, -10], - [7, 2], - [-4, 18], - [4, 5], - [2, 12], - [6, 8], - [-3, -22], - [11, 28], - [-3, 11], - [3, 11], - [4, -2], - [3, 11], - [-4, 9], - [0, 19], - [7, -1], - [1, -10], - [4, -1], - [0, 14], - [5, 1], - [-1, 9], - [6, -4], - [3, 5], - [1, 16], - [3, 8], - [-2, 22], - [3, 13], - [5, 4], - [3, 18], - [2, -8] - ], - [ - [2590, 6367], - [-7, -17], - [2, 17], - [5, 0] - ], - [ - [1889, 6595], - [7, -4], - [1, -9], - [-8, 13] - ], - [ - [1800, 6801], - [-5, -1], - [5, 12], - [0, -11] - ], - [ - [1880, 6866], - [3, -12], - [-3, -16], - [-7, 7], - [2, 17], - [5, 4] - ], - [ - [1847, 6884], - [4, -14], - [5, -1], - [2, -17], - [-11, 17], - [-3, 9], - [3, 6] - ], - [ - [2186, 6889], - [0, -8], - [7, -2] - ], - [ - [2193, 6879], - [11, -20], - [1, -12], - [9, -31], - [6, -12], - [9, -27], - [7, -6], - [-1, -15], - [2, -15] - ], - [ - [2237, 6741], - [3, -16], - [3, 2], - [2, -14] - ], - [ - [2245, 6713], - [2, -9], - [20, -12], - [4, -8], - [16, -2], - [9, -10], - [5, 6] - ], - [ - [2301, 6678], - [0, -14], - [-8, -31], - [-6, -38], - [-2, -30], - [-1, -43], - [1, -16], - [-4, -22], - [3, -29], - [5, -34], - [15, -57], - [9, -17], - [9, -27], - [3, -25], - [5, -5], - [1, -9], - [7, -19], - [7, -4], - [11, 2], - [5, -9], - [6, -2], - [8, -21], - [10, 3], - [16, 11], - [17, 3], - [15, 13], - [10, 2], - [6, -12], - [10, -3], - [6, 17], - [-5, 8], - [14, 16], - [5, 11], - [1, 21], - [7, 14], - [-1, 6], - [1, 39], - [3, 15], - [16, 17], - [19, 4], - [17, 12], - [14, 2], - [20, -9], - [6, 9], - [6, -10], - [2, -17], - [-3, -16], - [-9, -18], - [-7, -19], - [-1, -19], - [-8, -16], - [9, -8], - [-6, -40], - [-3, -10], - [-2, -23], - [-3, 14], - [-4, 3], - [2, 18], - [-5, -4], - [-3, -15] - ], - [ - [2437, 6020], - [-20, 42], - [-19, 33], - [-11, 16], - [-10, 10], - [-1, -6], - [-8, 1], - [-4, 13], - [-5, -9], - [9, -4], - [-11, -1], - [-8, -12], - [-15, -9], - [-7, -8], - [-8, -2], - [-15, 10], - [-4, 6], - [-17, 3], - [-8, 13], - [-13, 6], - [-6, 14], - [-5, 0], - [-15, 8], - [-5, 0], - [-5, 9], - [-31, 22], - [-6, 11], - [-13, 14], - [-4, 13], - [-7, 6], - [-5, -4], - [-32, 20], - [-8, 21], - [-9, 14], - [-12, 13], - [-15, 12], - [-3, 14], - [-5, 6], - [-8, 22], - [0, 10], - [-4, 8], - [3, 8], - [10, 6], - [-7, 15], - [7, 12], - [1, 22], - [-6, 8], - [-7, 23], - [-2, 32], - [-9, 17], - [-15, 34], - [-12, 32], - [-21, 28], - [7, -7], - [0, 9], - [-5, -1], - [-9, 13], - [-6, 18], - [7, 0], - [-22, 24], - [0, 5], - [-9, -3], - [6, 9], - [-7, -1], - [-8, 9], - [0, 14], - [4, 9], - [0, 19], - [-4, 9], - [-10, 3], - [-5, 23], - [-9, 2], - [-7, 13], - [-2, 26], - [2, 3], - [-14, 4], - [-8, 12], - [-5, 13], - [-5, 5], - [-13, 29], - [-2, 20], - [-5, 2], - [1, 9], - [-11, 23], - [0, 16], - [-10, 36], - [3, 20], - [-16, 10], - [-1, 10], - [-7, 6], - [-9, -6], - [-10, 15], - [-8, 2], - [0, -41], - [4, -8], - [3, -27], - [-1, -19], - [7, -21], - [4, -1], - [17, -27], - [3, -23], - [7, -3], - [11, -32], - [3, -25], - [4, -12], - [8, -6], - [4, -20], - [6, -7], - [-1, -6], - [8, -25], - [-3, 20], - [8, -10], - [0, -9], - [5, -13], - [1, -29], - [9, -25], - [10, -36], - [-2, -15], - [3, -15], - [8, -8], - [0, 13], - [14, -16], - [4, -23], - [7, -10], - [0, -14], - [-11, -19], - [-7, 0], - [-6, 36], - [-8, 9], - [-12, 22], - [-14, 16], - [-5, 14], - [-4, -3], - [-4, 14], - [-3, -1], - [-2, 25], - [3, 3], - [0, 27], - [-9, 30], - [-3, 0], - [-17, 21], - [-1, 21], - [-4, -13], - [-10, -1], - [-5, 13], - [-8, 9], - [-10, 6], - [0, 9], - [-16, 20], - [-1, 8], - [15, -5], - [7, 6], - [5, -13], - [-1, 17], - [2, 28], - [-9, 26], - [-4, 3], - [-12, 26], - [-6, 2], - [-14, 19], - [-4, 12], - [0, 19], - [-5, 4], - [-1, 26], - [-7, 9], - [0, 11], - [-10, 22], - [1, 15], - [-8, 14], - [-6, 28] - ], - [ - [1746, 7056], - [66, 10], - [-1, -12], - [46, -30], - [58, -37], - [79, 0], - [0, 26], - [46, 0], - [11, -20], - [8, -8], - [14, -26], - [6, -4], - [7, -12], - [6, -21], - [-1, -10], - [5, -21], - [14, -20], - [25, -19], - [8, 14], - [4, 30], - [8, 2], - [3, 6], - [5, -5], - [20, -2], - [3, -8] - ], - [ - [2290, 6649], - [-4, -5], - [0, -32], - [-2, -53], - [6, 67], - [4, 13], - [-4, 10] - ], - [ - [5582, 7536], - [0, 0] - ], - [ - [5586, 7536], - [-4, 1] - ], - [ - [5581, 7537], - [0, 0] - ], - [ - [5575, 7539], - [-2, 10] - ], - [ - [5598, 7616], - [20, 7], - [2, -4] - ], - [ - [5117, 6285], - [0, -124], - [-1, -33], - [-4, -7], - [-4, -29], - [-11, -17], - [0, -8], - [-14, 4], - [0, -5], - [-47, -3], - [-9, -17], - [-9, -3], - [-13, 3], - [1, -5] - ], - [ - [4683, 5897], - [-1, 36], - [-6, 21], - [-5, -5], - [-8, 23], - [4, 5], - [-2, 28], - [-5, 6], - [1, 18], - [-2, 5] - ], - [ - [4659, 6034], - [5, -2], - [7, 8], - [0, 24], - [3, 11], - [6, 7], - [14, -22], - [3, -2], - [4, 13], - [12, 1], - [14, -4], - [13, 7], - [65, 0], - [41, 0], - [5, 45], - [-8, 15], - [-1, 33], - [-2, 21], - [-1, 36], - [-2, 22], - [-6, 109], - [0, 17], - [-3, 39], - [-6, 104], - [0, 14], - [-3, 39], - [0, 16], - [-3, 37], - [50, 0] - ], - [ - [7737, 5862], - [0, -11], - [-4, -2], - [-1, 13], - [5, 0] - ], - [ - [7733, 5907], - [-2, -14], - [-1, 20], - [3, -6] - ], - [ - [7622, 6095], - [-2, 9], - [7, 13], - [2, -6], - [-7, -16] - ], - [ - [7710, 6117], - [-4, 12], - [2, 5], - [2, -17] - ], - [ - [7602, 6269], - [-2, -10], - [-5, 9], - [7, 1] - ], - [ - [7604, 6305], - [6, -6], - [-6, -6], - [-3, 10], - [3, 2] - ], - [ - [7780, 6353], - [-9, 6], - [0, -6], - [-10, 2], - [3, -11], - [-6, -6], - [-8, 1], - [-1, -17], - [-21, -7], - [-6, 8], - [0, -9], - [-5, -4], - [-2, -10], - [1, -18], - [-4, -10], - [3, -19], - [-10, -8], - [5, -6], - [5, -22], - [-2, -10], - [11, -23], - [4, -17], - [7, -8], - [-1, -11], - [6, -28], - [6, 5], - [-2, -15], - [-7, -3], - [0, -40], - [-9, -4], - [-2, -12], - [2, -16], - [6, -13], - [3, -15], - [11, -14], - [4, -11], - [3, -67], - [6, -9], - [1, -25], - [2, 1], - [3, -19], - [-6, -12], - [-1, -12], - [-5, -17], - [-6, -8], - [0, -8], - [-5, -4], - [-2, -23] - ], - [ - [7742, 5779], - [-7, -20], - [0, 24], - [-1, 18], - [7, 10], - [1, 45], - [-5, 2], - [4, 20], - [-6, 11], - [5, 21], - [-3, 32], - [-9, 31], - [-4, -1], - [0, 27], - [-3, 9], - [-5, 30], - [0, 32], - [-2, 26], - [-4, 14], - [2, 25], - [-8, -2], - [-5, 13], - [0, 18], - [-3, 12], - [-6, 8], - [0, -23], - [-2, -16], - [-5, -11], - [-11, 3], - [2, -12], - [-16, -8], - [-2, -16], - [-7, -13], - [-9, 8], - [-6, -4], - [0, 12], - [-5, -9], - [-3, 5], - [3, 21], - [-12, -19], - [-1, 11], - [4, 22], - [2, 38], - [4, 9], - [0, 22], - [-2, 3], - [-2, 30], - [-6, 24], - [-5, 8], - [0, 20], - [-2, -4], - [-1, -16], - [-7, 9], - [-6, 22], - [9, -10], - [6, 14], - [-11, 14], - [3, 13], - [-4, -3], - [-6, 11], - [-10, -1], - [2, 16], - [-4, -12], - [-5, 6], - [5, 4], - [-5, 9], - [0, -11], - [-7, 22], - [-3, 3], - [-3, 21] - ], - [ - [5533, 7690], - [8, -17], - [11, -8], - [13, -12], - [0, -5] - ], - [ - [5538, 7620], - [0, -3] - ], - [ - [5537, 7617], - [-6, 0], - [7, -10] - ], - [ - [5537, 7593], - [-14, 24], - [-10, 8] - ], - [ - [8263, 7933], - [2, -6], - [9, 9], - [-4, 10] - ], - [ - [7439, 8014], - [9, 6], - [1, 10], - [19, 0], - [8, 3], - [15, 13], - [-2, 11], - [25, 18], - [5, 0], - [8, 12], - [11, 0], - [12, 16], - [9, -2], - [7, 10], - [7, -10], - [9, 6], - [2, -10], - [33, -2], - [3, -22], - [8, -10], - [8, 1], - [15, -8], - [9, 7], - [21, -9], - [11, 2], - [9, -10], - [7, 11], - [15, 6], - [5, 15], - [2, 14], - [-8, 6], - [-6, 22], - [7, 27], - [5, 0], - [3, 14], - [8, 4], - [7, 20], - [11, -11], - [11, -3], - [9, -10], - [14, 0], - [23, -15], - [7, 1], - [17, -9], - [2, -43], - [17, -15], - [11, -7], - [20, -3], - [13, 10], - [19, 4], - [4, 6], - [21, -6], - [4, -6], - [13, 3], - [14, -20], - [22, -3], - [-1, -15], - [17, -20], - [16, 1], - [31, -10], - [3, 4], - [9, -6], - [20, 14], - [18, 1], - [11, 8], - [10, -2], - [8, 5], - [3, 12], - [27, 27], - [17, -1], - [17, -20], - [9, -1], - [12, 8], - [12, -5], - [3, -6] - ], - [ - [5913, 3637], - [-22, 0] - ], - [ - [5891, 3637], - [1, 15], - [-3, 17], - [1, 16], - [-3, 3] - ], - [ - [5887, 3688], - [1, 16], - [0, 71], - [-4, 30], - [-3, 5], - [-6, 24], - [1, 14], - [-7, 44] - ], - [ - [5869, 3892], - [31, 64], - [-2, 10], - [4, 10], - [-1, 17], - [6, 7], - [9, 29], - [1, 14], - [-6, 6], - [1, 36], - [-5, 2], - [0, 11], - [6, 3], - [-1, 14], - [4, 4], - [-2, 36], - [3, 14], - [-1, 17], - [-5, 22], - [4, 14], - [-7, -1], - [-1, 6], - [-13, 9], - [-9, 1], - [-5, 12], - [-5, 1], - [-7, 10], - [-9, -2], - [-2, 4], - [-13, -1], - [0, 21] - ], - [ - [5844, 4282], - [-1, 18], - [-4, 20], - [19, 14], - [14, 6], - [19, 16], - [4, 1], - [27, 19] - ], - [ - [5922, 4376], - [6, -21], - [7, -13], - [1, 6], - [17, 6], - [5, -11], - [2, -41], - [-5, -11], - [0, -9], - [-5, -10], - [5, -13], - [1, -14], - [9, -15], - [5, -13], - [5, -4], - [0, -17], - [5, 0], - [-2, 38], - [4, 19], - [9, 2], - [3, 5], - [1, 35], - [-1, 16], - [3, 15], - [-2, 14], - [-21, 54], - [-6, 11] - ], - [ - [5968, 4405], - [-2, 10], - [-1, 28], - [2, 8], - [-4, 14], - [0, 16], - [6, 10], - [2, 25] - ], - [ - [5971, 4516], - [19, 0], - [5, 10], - [9, -10], - [1, -7], - [15, 1], - [7, 6], - [12, -8], - [11, 10], - [1, 13], - [7, 4], - [11, -8], - [11, 13], - [11, 0], - [5, 9], - [9, 4], - [18, 27] - ], - [ - [6123, 4580], - [6, -13], - [-7, -32], - [0, -23], - [3, -18], - [0, -28], - [3, -20], - [-6, -8], - [5, -1], - [-2, -39], - [4, -23], - [-4, -8], - [6, -2], - [-3, -8], - [6, -5], - [0, -22], - [-5, -7], - [1, -8], - [-3, -24], - [-13, -26], - [-3, -14], - [-7, -7], - [3, -7], - [-21, -26], - [-1, -7], - [-11, -2], - [-16, -16], - [-6, -3], - [-20, -22], - [-11, -32], - [-8, -15], - [-2, -13], - [-5, 5], - [1, -12], - [-4, 6], - [-13, -18], - [-6, -17], - [-16, -26], - [-3, 4], - [0, -25], - [-3, -12], - [6, -15], - [3, 0], - [4, -39], - [4, -16], - [2, -20], - [-1, -24], - [5, 16], - [2, -16], - [-2, -10], - [3, -20], - [-7, -50], - [6, -4], - [-3, -17], - [-9, -26], - [-13, -11], - [-26, -17], - [-11, -10], - [-12, -16], - [-5, -18], - [-4, -6], - [3, -12], - [7, -5], - [-1, -33] - ], - [ - [4659, 6034], - [-6, 12], - [-12, 16], - [-1, 13], - [-8, 8], - [-2, 17], - [-5, 13], - [-10, -2], - [-6, 16], - [-8, 14], - [-16, 0], - [-20, -9], - [-19, 1], - [-1, -15], - [-3, -3], - [-2, -22] - ], - [ - [4540, 6093], - [0, 30], - [2, 18], - [8, 33], - [4, 26], - [0, 28], - [-3, 40], - [-5, 20], - [-6, 11], - [9, 24], - [0, 28], - [-9, 26], - [0, -9], - [-5, 11], - [-4, 19], - [-4, -3], - [-1, -16] - ], - [ - [4526, 6379], - [-1, 6], - [3, 26], - [55, 0], - [55, 0], - [0, 15], - [-4, 71], - [3, 10], - [12, 16], - [17, 11], - [0, 146], - [56, 0], - [36, 0], - [0, 74] - ], - [ - [6603, 4026], - [2, -11], - [-3, -12], - [-9, -1], - [0, 15], - [4, 13], - [6, -4] - ], - [ - [5969, 4525], - [0, 2] - ], - [ - [5969, 4527], - [0, -2] - ], - [ - [5964, 4534], - [0, 2] - ], - [ - [5964, 4536], - [0, -2] - ], - [ - [5952, 4624], - [-3, 6] - ], - [ - [5949, 4630], - [3, -6] - ], - [ - [5946, 4634], - [0, 1] - ], - [ - [5946, 4635], - [0, -1] - ], - [ - [5941, 4623], - [2, -16], - [8, -22], - [-1, -51], - [3, -25], - [-8, -21], - [0, -15], - [4, -4], - [0, -16], - [4, -12], - [-1, -26], - [2, -9], - [7, -10], - [-2, -24], - [7, -10], - [2, 11], - [8, -16], - [4, 0], - [-6, 34], - [-6, 2], - [0, 12] - ], - [ - [5922, 4376], - [-7, -1], - [-2, 12], - [-6, 14], - [6, 8], - [4, 49], - [9, 3], - [5, 11], - [-4, 0], - [-4, 11], - [2, 15], - [-3, 27], - [5, 15], - [-4, 17], - [7, 6], - [5, 11], - [-4, 20], - [-6, 8], - [1, 15], - [-4, 12], - [-7, 1], - [-1, 11] - ], - [ - [5914, 4641], - [10, -5], - [4, -7], - [9, 1], - [4, -7] - ], - [ - [8093, 5320], - [-2, 3], - [0, 20], - [2, -2], - [0, -21] - ], - [ - [8269, 5423], - [5, -1] - ], - [ - [7786, 5497], - [-1, -11], - [-3, 11], - [4, 0] - ], - [ - [7773, 5553], - [-3, -8], - [-3, 8], - [6, 0] - ], - [ - [7834, 5543], - [9, -7], - [3, -14], - [18, -29], - [9, -33], - [1, -32], - [-4, -8], - [0, -23], - [4, -12], - [-2, -6], - [1, -32], - [10, -15], - [3, -23], - [8, -23], - [1, -24], - [-16, 4], - [-4, -10], - [-5, 15], - [-15, 19], - [-7, 11], - [-10, 9], - [-11, 21], - [-14, 15], - [2, 9], - [-2, 17], - [-6, 17], - [-11, 19], - [2, 9], - [-4, 6], - [1, 21], - [-2, 19], - [-6, 11], - [2, 6], - [-2, 23], - [0, 26], - [-7, 25] - ], - [ - [7780, 5554], - [2, 15], - [4, -9], - [12, -7], - [2, -11], - [7, 1], - [0, -19], - [-3, -9], - [3, -8], - [5, 9], - [9, 7], - [6, -10], - [7, 30] - ], - [ - [8045, 5303], - [0, -10], - [8, -13], - [9, 1], - [16, -8], - [6, -6], - [0, 16], - [5, 22], - [0, 18], - [4, 0], - [2, 16], - [5, 8], - [11, 2], - [20, 10], - [9, 9], - [12, 33], - [7, 12], - [6, 19], - [1, 16] - ], - [ - [8193, 5464], - [1, -4] - ], - [ - [8198, 5465], - [6, 1], - [6, 15], - [-6, 9], - [6, 11], - [6, 0], - [3, 14], - [4, 4], - [1, 17], - [6, 6], - [1, 8], - [8, 18], - [3, 19], - [3, -3], - [-2, -22], - [6, 8], - [3, 15], - [4, -2], - [1, -18], - [7, -3], - [6, -10], - [-4, -13], - [5, -16], - [6, 9], - [3, -14], - [8, -1], - [9, -15], - [15, -10], - [0, -11], - [-15, -13], - [-7, -1], - [-2, 6], - [-7, -8], - [5, -14], - [9, -13], - [-18, -12], - [-11, 10], - [-1, -14] - ], - [ - [8256, 5598], - [-5, -6], - [0, 10], - [6, 4], - [-1, -8] - ], - [ - [5649, 4167], - [22, 9], - [17, -1], - [7, -5], - [6, -12] - ], - [ - [5554, 3757], - [1, -13], - [0, -196], - [-12, -8], - [-2, -9], - [-7, -5], - [-3, -11], - [-11, 7], - [-16, -4], - [-16, 13], - [-5, -1], - [-2, 28], - [-4, 0], - [-3, 11], - [-5, -2], - [-4, -12], - [0, -11], - [-8, -7] - ], - [ - [5457, 3537], - [-5, 4], - [-15, 27], - [-12, 41], - [-2, 21], - [-5, 18], - [2, 11], - [-5, 7], - [0, 21], - [-3, 11], - [-1, 23], - [1, 20], - [-11, 53], - [1, 33], - [-2, 25], - [3, 10], - [-1, 27], - [-14, 39], - [-4, 18], - [-13, 37], - [-5, 37], - [-3, 3], - [-4, 20], - [-7, 22], - [-3, 18], - [-8, 23], - [-8, 14], - [-5, 21], - [-3, 36], - [1, 12] - ], - [ - [9665, 3952], - [5, -3], - [-1, -13], - [-7, 3], - [-2, 12], - [5, 1] - ], - [ - [9646, 3990], - [4, -27], - [-9, 7], - [-1, 8], - [6, 12] - ], - [ - [9555, 4026], - [7, -13], - [6, 0], - [16, -24], - [5, -3], - [11, -30], - [7, -3], - [15, -20], - [4, -10], - [11, -14], - [2, -10], - [-3, -5], - [-12, 8], - [-2, -4], - [-6, 8], - [-2, 13], - [-4, -1], - [-7, 14], - [-13, 7], - [-4, 13], - [-12, 16], - [-1, 8], - [-6, 6], - [-12, 44] - ], - [ - [5416, 6507], - [4, -53], - [1, -34], - [12, -31], - [-1, -12], - [11, -21], - [-7, -29], - [0, -21], - [-6, -142], - [-1, -9], - [-22, -46], - [-12, -29], - [-13, -39], - [0, -11], - [-9, -19], - [4, -39] - ], - [ - [5377, 5972], - [-6, 1], - [-4, -10], - [-5, 0], - [-14, -18], - [-2, -10], - [-10, 2], - [-7, 9], - [-12, 6], - [-22, 1], - [-13, -6], - [-7, -7], - [-8, -20], - [-18, 2], - [-10, 7], - [-15, 20], - [-9, 1], - [-10, -12], - [-6, 0], - [-3, -7], - [-7, 4], - [-4, 15], - [-12, 21], - [-3, -3], - [-16, 14], - [-8, -8], - [-12, 2], - [-11, -6], - [-9, -11], - [-1, -28], - [-4, -14], - [-8, -13], - [-1, -25], - [1, -21], - [-2, -2] - ], - [ - [5377, 5972], - [13, -36] - ], - [ - [5238, 5460], - [-5, -4], - [-6, 14], - [5, -21], - [-2, -4], - [-17, -3], - [-14, 10], - [0, -10], - [-4, -4], - [0, 13], - [-4, 2], - [3, -18], - [-25, -6], - [-7, 6], - [-8, 17], - [-3, 12], - [-3, 27], - [-4, 8], - [-3, 17], - [-6, 13], - [-13, 20], - [-15, 4], - [-12, -1], - [4, 6], - [-5, 2], - [0, -9], - [-19, -1] - ], - [ - [2691, 6046], - [-6, -4], - [4, -35], - [-7, -20], - [-4, -40], - [2, -21], - [-1, -19], - [2, -10], - [-4, -2], - [1, 15], - [-5, -4], - [4, -12], - [-5, -31], - [3, 2], - [1, -14], - [-6, -11], - [1, -16], - [5, -12] - ], - [ - [2619, 5821], - [-6, 13], - [-12, 18], - [-7, 15], - [-4, 17], - [-26, 41], - [4, 10], - [6, -5] - ], - [ - [5093, 8141], - [24, 0] - ], - [ - [5162, 8210], - [-10, -17], - [-10, 7], - [15, 13], - [5, -3] - ], - [ - [5118, 8141], - [-21, 6], - [1, 7], - [9, 1], - [7, -11], - [-3, 33], - [8, 7], - [6, 13], - [6, 36], - [10, -1], - [14, 21], - [11, 5], - [24, 3], - [9, -12] - ], - [ - [5140, 8230], - [7, -10], - [-8, -8], - [0, -15], - [12, -5], - [12, 14], - [-12, 20], - [-2, 13], - [-9, -9] - ], - [ - [5157, 8665], - [-10, 4], - [10, 9], - [0, -13] - ], - [ - [5249, 8849], - [3, -8], - [-16, -5], - [-3, 7], - [16, 6] - ], - [ - [5244, 8857], - [-2, -7], - [-13, 0], - [15, 7] - ], - [ - [5344, 8955], - [3, -6], - [-12, -11], - [9, 17] - ], - [ - [5387, 9114], - [3, -5], - [-17, -6], - [5, 13], - [9, -2] - ], - [ - [5420, 9124], - [-11, -11], - [-15, -6], - [9, 15], - [17, 2] - ], - [ - [5441, 9154], - [2, -15], - [8, 12], - [8, -5], - [-1, -15], - [-21, -8], - [-4, -7], - [-17, -3], - [6, 18], - [6, 0], - [6, 23], - [7, 0] - ], - [ - [5421, 9152], - [6, -15], - [-9, -5], - [-18, 7], - [21, 13] - ], - [ - [5439, 9158], - [-11, -3], - [20, 19], - [-9, -16] - ], - [ - [5492, 9188], - [10, -7], - [-3, -14], - [-32, -8], - [9, 12], - [-6, 8], - [22, 9] - ], - [ - [5523, 9207], - [6, -7], - [-8, -11], - [-17, -2], - [5, 15], - [14, 5] - ], - [ - [5533, 9218], - [12, -6], - [-15, -10], - [-9, 7], - [12, 9] - ], - [ - [5652, 9249], - [5, -8], - [-16, -11], - [-6, 7], - [17, 12] - ], - [ - [5649, 9262], - [-11, -16], - [-24, -4], - [7, 13], - [17, -3], - [11, 10] - ], - [ - [5856, 9203], - [2, -15], - [-17, 4], - [-10, -15], - [-16, -3], - [-11, -16] - ], - [ - [5572, 9158], - [-14, 0], - [7, -8], - [-11, -20], - [0, -11], - [-42, 13], - [-8, -3], - [1, -19], - [-8, -13], - [-16, 8], - [-15, -11], - [-5, -16], - [-14, -13], - [9, -12], - [-1, -10], - [-27, -31], - [2, -13], - [-12, -7], - [-15, -1], - [3, -17], - [-3, -30], - [-5, -12], - [-20, -30], - [14, -8], - [1, -15], - [-5, -10], - [-21, 5], - [-15, -8], - [-14, -21], - [-5, -18], - [6, -16], - [-4, -24], - [7, -20], - [-5, -30], - [20, -20], - [-4, -18], - [-13, -4], - [10, -29], - [-3, -21], - [-10, -13], - [-7, 0], - [-6, -16], - [4, -21], - [-6, -21], - [-5, 6] - ], - [ - [5317, 8580], - [-2, 7], - [-16, 4], - [-5, 22], - [-5, -3], - [1, -15], - [-5, -12], - [-15, -2], - [-28, -36], - [-16, -16], - [-15, -5], - [-30, 5], - [4, 7], - [-19, 9], - [-10, 9], - [-4, 11], - [2, 18], - [14, -10], - [-5, 13], - [9, 14], - [-12, 11], - [2, -11], - [-10, -4], - [-8, 9], - [8, 18], - [11, 0], - [-5, 7], - [7, 5], - [5, 15], - [10, 13], - [-13, -9], - [-6, -16], - [-6, 16], - [-6, -8], - [-6, 8], - [3, 14], - [12, -3], - [-1, 14], - [-10, -9], - [-10, 14], - [3, 16], - [10, 0], - [-13, 10], - [0, 10], - [11, 7], - [-11, 5], - [11, 16], - [33, -6], - [-31, 8], - [-7, -3], - [7, 17], - [13, 1], - [25, 16], - [-12, -3], - [12, 13], - [22, -8], - [-1, 10], - [-16, 2], - [-2, 12], - [10, 5], - [7, -6], - [16, 2], - [4, 11], - [12, -2], - [-5, 11], - [34, 19], - [7, -14], - [24, 5], - [-2, 8], - [19, 14], - [2, 9], - [-18, -7], - [2, -9], - [-26, -14], - [-12, 16], - [15, 11], - [-3, 9], - [14, 10], - [12, 17], - [13, -11], - [0, 17], - [11, 5], - [4, 17], - [19, 3], - [-10, 6], - [10, 12], - [-8, 12], - [27, 33], - [-8, 8], - [9, 16], - [12, 10], - [-7, 6], - [20, 4], - [10, 13], - [22, -3], - [0, 5], - [-28, 1], - [28, 31], - [-15, -9], - [4, 15], - [30, 7], - [-22, 1], - [23, 8], - [5, -17], - [6, 8], - [-11, 14], - [17, 8], - [32, -1], - [-9, 8], - [-29, -5], - [2, 11], - [24, 6], - [6, 22], - [10, 6], - [4, 14], - [19, 5], - [11, 13], - [26, 10], - [8, -11], - [15, 2], - [11, 14], - [19, -17], - [-5, 14], - [-18, 15], - [28, 3], - [20, -6], - [5, -14], - [11, 25], - [29, 23], - [0, 11], - [37, -7], - [-19, -17], - [-9, -26], - [8, -1], - [6, 15], - [33, 35], - [-3, -34], - [17, 22], - [11, 6], - [-8, 10], - [28, 3], - [8, -5], - [-19, -29], - [14, 2], - [11, 20], - [9, 1], - [21, -14], - [8, 4], - [27, -25], - [-16, -2], - [-10, -10], - [-39, 6], - [-3, -4], - [29, -8], - [-2, -12], - [34, 3] - ], - [ - [5713, 9281], - [11, -11], - [-15, -3], - [-6, 9], - [10, 5] - ], - [ - [4778, 9282], - [-1, -9], - [-15, -2], - [16, 11] - ], - [ - [5647, 9686], - [-7, -11], - [38, -10], - [-33, -33], - [-23, 0], - [10, 17], - [-53, -6], - [22, 27], - [-22, 9], - [23, 8], - [45, -1] - ], - [ - [5596, 9708], - [21, -5], - [1, -13], - [-43, -4], - [-15, 17], - [36, 5] - ], - [ - [5313, 9706], - [24, -18], - [-29, 12], - [-16, 19], - [13, 4], - [8, -17] - ], - [ - [5467, 9783], - [4, 5], - [53, -31], - [2, -16], - [23, 1], - [8, -9], - [40, -9], - [-5, -12], - [-44, -1], - [-22, -10], - [3, -21], - [-18, -4], - [-5, -31], - [-14, 1], - [-11, -30], - [-12, -11], - [3, -11], - [-20, 6], - [-35, 25], - [-18, 3], - [-9, 22], - [50, -2], - [-31, 7], - [59, 9], - [-36, 4], - [-50, -9], - [-5, 19], - [40, 3], - [17, 12], - [27, 1], - [-3, 22], - [-14, -14], - [-16, -1], - [-1, 23], - [-28, -21], - [10, -6], - [-25, -10], - [-23, -1], - [-17, 20], - [-20, 10], - [21, 16], - [-19, 4], - [10, 14], - [-23, -12], - [-16, 26], - [31, 17], - [9, -10], - [47, 12], - [-3, -10], - [-33, -9], - [37, -1], - [19, 16], - [20, -12], - [5, -15], - [28, -25], - [-14, 23], - [-7, 33], - [24, 9], - [7, -9] - ], - [ - [5642, 9812], - [113, -16], - [-1, -15], - [-37, -13], - [-5, -13], - [-38, -5], - [-6, -7], - [-32, 2], - [-1, 11], - [-57, -2], - [-32, 10], - [22, 8], - [39, 1], - [0, 7], - [-66, -7], - [-28, 4], - [-12, 23], - [33, -5], - [33, 19], - [53, -25], - [3, 26], - [19, -3] - ], - [ - [9617, 2273], - [0, -19], - [-6, 6], - [6, 13] - ], - [ - [9665, 2494], - [6, -10], - [0, -14], - [-12, -2], - [-5, -8], - [1, 13], - [5, 6], - [-1, 14], - [6, 1] - ], - [ - [96, 2665], - [10, -1], - [-9, -6], - [6, -11], - [-9, -5], - [3, 13], - [-9, 8], - [8, 2] - ], - [ - [9802, 2850], - [-4, 0], - [-2, -14], - [9, -2], - [1, -21], - [4, -9], - [10, 14], - [6, 3], - [3, -10], - [3, 13], - [9, -2], - [-4, -7], - [3, -10], - [-6, -8], - [6, -18], - [-8, -17], - [-3, -13], - [-9, -13], - [-6, -23], - [-15, -16], - [-1, -24], - [9, -5], - [1, -9], - [-7, -4], - [-10, 10], - [-7, -9], - [-25, -22], - [-4, -20], - [0, -17], - [-7, -15], - [-5, -25], - [0, -16], - [-8, -3], - [-17, -24], - [-4, -11], - [-13, -7], - [-11, 0], - [-1, 6], - [-13, -4], - [-5, 16], - [-11, -2], - [-2, 10], - [-8, 3], - [-3, -7], - [-16, 3], - [1, 13], - [-9, 0], - [0, 10], - [9, 6], - [-2, 8], - [4, 17], - [8, -7], - [-4, 16], - [36, 56], - [2, 7], - [10, 1], - [19, 21], - [8, 4], - [16, 27], - [14, 12], - [13, 29], - [6, 37], - [9, 4], - [8, 16], - [1, 31], - [15, 21], - [7, 0] - ], - [ - [9872, 3102], - [4, -10], - [-7, 5], - [3, 5] - ], - [ - [9807, 3201], - [-1, -14], - [3, -11], - [8, -8], - [8, 2], - [10, -9], - [2, -9], - [5, 4], - [1, -13], - [5, -10], - [-2, -23], - [9, -16], - [-3, -21], - [7, -17], - [8, 0], - [4, -17], - [5, 3], - [-4, 18], - [3, 20], - [3, -14], - [7, -9], - [1, -35], - [2, -7], - [14, -7], - [19, -13], - [10, 4], - [5, 14], - [8, 7], - [8, 0], - [7, -10], - [-6, -15], - [-1, -32], - [-10, -9], - [-2, -34], - [-1, 12], - [-12, 1], - [-10, -8], - [-4, -10], - [1, -13], - [4, -3], - [-5, -25], - [-8, -21], - [-6, -9], - [-9, -30], - [-8, -14], - [-13, -14], - [-3, 11], - [-9, -1], - [-8, 12], - [4, 4], - [10, 24], - [4, 27], - [-5, 17], - [-15, 10], - [-6, 12], - [-9, 4], - [-6, 8], - [1, 14], - [22, 19], - [3, 41], - [4, 20], - [-3, 30], - [4, 10], - [-3, 8], - [-8, -6], - [-2, 16], - [-6, 19], - [7, -12], - [-2, 22], - [-11, 8], - [1, -9], - [-26, 61], - [2, 16], - [-12, 29], - [10, 1] - ], - [ - [6629, 6344], - [-1, 12], - [8, 19], - [-7, -31] - ], - [ - [6474, 6141], - [-8, 37], - [-2, 0], - [-11, 55], - [-10, 44] - ], - [ - [6443, 6277], - [13, 8], - [52, 37], - [19, 12], - [9, 56], - [9, 61], - [-13, 39] - ], - [ - [6566, 6621], - [6, -28], - [6, -15], - [10, -17], - [31, -18], - [8, 2], - [6, -11], - [13, -39], - [7, -13], - [8, -2], - [0, -17], - [-9, -27], - [-4, -19], - [-12, -17], - [-11, -42], - [-8, 1], - [1, 11], - [-5, -3], - [-3, -13], - [-4, -4], - [-1, -20], - [-3, -10], - [2, -31], - [2, -11], - [-3, -4], - [-15, -2], - [-8, -6], - [-7, -12], - [-3, -28], - [-5, -10], - [-5, 1], - [-21, -7], - [-6, -19], - [2, -9], - [-7, -20], - [-8, -3], - [-4, 5], - [-16, -3], - [-12, -14], - [-7, 0], - [-7, -6] - ], - [ - [6557, 6684], - [2, 8], - [9, -6], - [-5, -27] - ], - [ - [6893, 6556], - [-1, -9], - [-8, 10], - [-6, -3], - [-8, 15], - [-5, 42], - [-13, 5], - [1, 20], - [-5, 7], - [-3, 13], - [-7, 1], - [2, -7], - [-16, -8], - [-13, 2], - [-1, -4], - [-23, -1], - [-19, 6], - [-4, -11], - [-28, 4], - [-5, -6], - [-17, -8], - [1, 8], - [-5, 2] - ], - [ - [2729, 5623], - [3, -19], - [-7, 12], - [4, 7] - ], - [ - [2836, 5599], - [-8, 16], - [-7, 31], - [5, 4], - [0, 10], - [5, 8], - [-5, 3], - [-4, -7], - [-3, 16], - [-10, 15], - [-6, 5], - [-10, 2], - [-9, -12], - [0, -13], - [-8, -11], - [-12, -10], - [0, -8], - [10, -19], - [4, -14], - [-10, -6], - [-2, -9], - [-13, -2], - [0, 7], - [-8, 30], - [-1, -14], - [-10, 8], - [-3, 19], - [-9, 8], - [-6, -1], - [0, 8], - [-8, -4], - [-9, 2], - [-2, -16] - ], - [ - [2706, 5734], - [6, -10], - [3, -23], - [13, -4], - [-4, 11], - [5, -3], - [6, -15], - [10, -1], - [9, 5], - [7, 12], - [14, 8], - [14, 22], - [10, -4], - [7, 2], - [-2, -7], - [16, -2], - [17, -19], - [3, -9], - [10, -15] - ], - [ - [3073, 4289], - [-8, 13], - [-7, 0], - [2, -20], - [-3, 4], - [-3, -15], - [17, -10], - [-2, -8], - [7, -8], - [4, 3] - ], - [ - [3084, 4249], - [-2, -19] - ], - [ - [3044, 4127], - [-14, 19], - [0, 3], - [-13, 15], - [0, 13], - [-3, 10], - [-18, 16], - [-6, 15], - [-10, 5], - [-17, 20], - [-17, 13], - [-3, 8], - [-32, 34], - [-1, 9], - [-9, 19], - [-10, 12], - [-6, 25], - [-4, 2], - [0, 15], - [3, 23], - [-10, 34], - [0, 7], - [-8, 20], - [1, 6], - [-7, 9], - [-3, 11], - [-2, 23], - [-4, 10], - [-8, 9], - [1, 11], - [-4, 20], - [-12, 36], - [-1, 20], - [-4, 9], - [-2, 18], - [-5, 8], - [-4, 33], - [-6, 23], - [-14, 29], - [-6, 35], - [-7, 12], - [-6, 16], - [-16, 16], - [-11, 17], - [0, 11], - [8, 6], - [-2, 16], - [-7, 11], - [3, 15], - [-8, 19], - [2, 25], - [12, 23], - [0, 5], - [14, 21] - ], - [ - [8339, 5486], - [-9, -12], - [-3, 4], - [12, 8] - ], - [ - [8361, 5534], - [5, -6], - [-8, -6], - [3, 12] - ], - [ - [8390, 5552], - [-3, 0], - [-4, 14], - [7, 5], - [7, -7], - [-7, -12] - ], - [ - [8493, 5581], - [-3, 9], - [3, 5], - [0, -14] - ], - [ - [8251, 5645], - [-2, -13], - [-1, 14], - [3, -1] - ], - [ - [8489, 5736], - [9, -8], - [3, -13], - [4, 4], - [-1, -13], - [4, -7], - [0, -10], - [-6, -9], - [8, -6], - [-1, -20], - [3, 3], - [-2, -23], - [5, -6], - [1, -27], - [-4, -16], - [-6, -12], - [-1, -28], - [-4, 20], - [1, 8], - [-6, 19], - [-1, 14], - [-5, -4], - [0, -9], - [-5, -8], - [-3, -22], - [6, -6], - [3, -20], - [-1, -12], - [-7, -21], - [-7, 13], - [3, 8], - [-3, 9], - [-3, -14], - [-10, 5], - [-13, 14], - [-5, 15], - [0, 20], - [-2, 0], - [1, 19], - [6, 8], - [0, 9], - [-5, 11], - [-15, 13], - [-3, -12], - [1, -15], - [-4, 9], - [-4, -1], - [0, 12], - [-4, -14], - [-6, 0], - [1, 16], - [-9, -3], - [-7, -26], - [-2, -17], - [-3, -3], - [-5, 9], - [7, 30], - [-1, 11], - [7, 16], - [16, 6], - [3, 21], - [8, 1], - [2, 11], - [3, -6], - [6, 1], - [4, -13], - [0, -15], - [11, 6], - [2, 17], - [3, 4], - [6, -8], - [3, 5], - [0, 23], - [4, 1], - [5, -9], - [5, 10], - [7, 1], - [0, 17], - [-4, 21], - [2, 8], - [5, -12] - ], - [ - [8503, 5750], - [-4, -2], - [2, 14], - [2, -12] - ], - [ - [8453, 5767], - [7, -6], - [-1, -12], - [-7, -13], - [-12, 2], - [-2, 9], - [7, 10], - [3, 10], - [5, 0] - ], - [ - [8479, 5754], - [-4, 9], - [3, 3], - [1, -12] - ], - [ - [8490, 5782], - [1, -31], - [-5, 11], - [0, 15], - [4, 5] - ], - [ - [8332, 5791], - [-6, -5], - [2, 10], - [4, -5] - ], - [ - [8408, 5792], - [-5, -9], - [0, 11], - [4, 7], - [1, -9] - ], - [ - [8423, 5815], - [8, -4], - [1, -7], - [-7, -25], - [-1, -15], - [-4, -13], - [0, -19], - [5, -11], - [-2, -12], - [-7, -5], - [-3, 15], - [-9, 8], - [-5, 15], - [2, 15], - [11, 6], - [-1, 23], - [4, 23], - [8, 6] - ], - [ - [8444, 5821], - [1, -35], - [-2, -9], - [-9, -14], - [0, -7], - [-6, -27], - [-3, -4], - [2, 34], - [9, 27], - [5, 33], - [3, 2] - ], - [ - [8319, 5836], - [0, -30], - [6, -17], - [-10, -11], - [-4, -14], - [-13, -9], - [1, -12], - [-9, -26], - [-10, -10], - [-1, -9], - [-8, -14], - [-6, -2], - [-1, -9], - [-9, 0], - [19, 43], - [4, 0], - [9, 23], - [7, 11], - [6, 20], - [12, 17], - [4, 32], - [0, 14], - [3, 3] - ], - [ - [8456, 5842], - [7, -8], - [4, 7], - [6, -10], - [-1, -30], - [5, -8], - [2, -19], - [-8, -4], - [2, -10], - [-8, 7], - [-1, 14], - [2, 19], - [-2, 11], - [-5, 5], - [-4, -4], - [1, 30] - ], - [ - [8456, 5856], - [5, -12], - [-5, 0], - [0, 12] - ], - [ - [8396, 5860], - [10, -14], - [4, 6], - [3, -11], - [7, 8], - [-1, -24], - [-9, -10], - [-1, -11], - [-6, -6], - [-9, -2], - [-6, -13], - [-2, 20], - [4, 17], - [0, 39], - [-6, 1], - [3, 10], - [9, -10] - ], - [ - [8332, 5870], - [2, -13], - [-3, -2], - [-2, 15], - [3, 0] - ], - [ - [8331, 5890], - [11, -11], - [0, -5], - [-10, 1], - [-1, 15] - ], - [ - [8405, 5890], - [-5, 12], - [6, 0], - [-1, -12] - ], - [ - [8469, 5906], - [10, -3], - [2, -13], - [5, -4], - [-2, -6], - [1, -33], - [6, -24], - [-14, 0], - [-2, 10], - [-4, 0], - [-4, 10], - [6, 17], - [-5, 0], - [-6, 16], - [-8, 11], - [-3, 20], - [7, -3], - [11, 2] - ], - [ - [8426, 5905], - [6, -6], - [5, -13], - [4, -1], - [4, -15], - [0, -12], - [-17, 28], - [-8, -17], - [3, 13], - [-1, 26], - [4, -3] - ], - [ - [8392, 5910], - [-3, -30], - [-3, 11], - [2, 17], - [4, 2] - ], - [ - [8434, 5912], - [3, -18], - [-5, 16], - [2, 2] - ], - [ - [8421, 5926], - [-7, 8], - [2, 6], - [5, -14] - ], - [ - [8360, 5962], - [15, -22], - [-1, -23], - [-3, -26], - [-4, -5], - [-9, 17], - [-4, 15], - [0, 14], - [-7, 12], - [-4, 18], - [10, -4], - [7, 4] - ], - [ - [8385, 5963], - [7, -9], - [-4, -11], - [-5, 8], - [2, 12] - ], - [ - [8450, 5993], - [5, -11], - [0, -12], - [-7, -8], - [-4, 7], - [3, 5], - [0, 20], - [3, -1] - ], - [ - [8387, 6049], - [2, -18], - [-3, -5], - [-3, 23], - [4, 0] - ], - [ - [8358, 6252], - [7, 4], - [10, -14], - [13, -6], - [4, 13], - [3, 0], - [2, -15], - [-4, -8], - [-1, -29], - [3, -15], - [4, 0], - [2, -28], - [-8, -32], - [1, -4], - [-18, -18], - [2, -10], - [-7, -28], - [9, -32], - [-3, -1], - [4, -30], - [5, -10], - [10, -2], - [-3, 13], - [8, 9], - [8, -1], - [9, -20], - [-1, -12], - [5, -3], - [3, 17], - [17, -13], - [1, -4], - [-12, -1], - [0, -8], - [5, -8], - [4, -16], - [6, -8], - [2, -12], - [-2, -14], - [-6, 5], - [-1, 13], - [-7, 1], - [-8, 7], - [0, 14], - [-3, 11], - [-7, 6], - [-5, 16], - [-9, 7], - [2, -18], - [5, -15], - [-3, -12], - [-7, 25], - [-17, 19], - [-8, -8], - [1, -6], - [-11, -4], - [-4, 16], - [-6, 2], - [-2, -7], - [-1, 24], - [11, 17], - [-4, 14], - [-9, -4], - [2, -13], - [-4, -3], - [-4, 23], - [-7, 4], - [-1, 23], - [-4, 8], - [1, 26], - [-4, 3], - [0, 23], - [9, -15], - [9, 5], - [-3, 17], - [0, 21], - [4, 10], - [-1, 11], - [0, 43], - [5, 23], - [-1, 10], - [10, 4] - ], - [ - [8740, 5620], - [-2, -13], - [-3, 3], - [5, 10] - ], - [ - [9256, 4529], - [13, -10], - [0, -5], - [-10, 3], - [-3, 12] - ], - [ - [9195, 4611], - [7, -2], - [-2, -10], - [-8, 2], - [-5, 23], - [8, -13] - ], - [ - [9184, 4640], - [3, 2], - [5, -15], - [-14, 1], - [0, 16], - [6, -4] - ], - [ - [9176, 4644], - [-1, -9], - [-5, 5], - [-1, 9], - [6, 1], - [1, -6] - ], - [ - [9234, 4667], - [10, -3], - [5, -11], - [-10, 2], - [-5, 12] - ], - [ - [8989, 4680], - [-11, 16], - [11, -11], - [0, -5] - ], - [ - [8981, 4701], - [6, 0], - [1, -7], - [-7, 7] - ], - [ - [9105, 4867], - [7, -7], - [-1, -11], - [-7, 10], - [1, 8] - ], - [ - [9299, 4867], - [8, -4], - [3, -17], - [6, -8], - [1, -9], - [5, -4], - [8, -16], - [2, -14], - [-7, -8], - [-5, 1], - [-10, 17], - [1, 14], - [-14, 25], - [0, 19], - [2, 4] - ], - [ - [9089, 4870], - [-4, 0], - [-2, 11], - [3, 3], - [3, -14] - ], - [ - [9296, 4889], - [-2, -21], - [-1, 25], - [3, -4] - ], - [ - [9228, 4941], - [-2, -6], - [7, -2], - [0, -17], - [-5, -20], - [-8, -1], - [5, -25], - [-8, -9], - [-11, 3], - [2, -8], - [-14, -21], - [-15, -13], - [-24, -2], - [-3, 10], - [-6, 4], - [-6, -5], - [-2, 7], - [-10, 12], - [-9, 7], - [4, 14], - [11, -5], - [3, 4], - [7, -8], - [20, 6], - [2, 24], - [4, -27], - [8, 6], - [8, -5], - [8, 6], - [0, 10], - [10, 20], - [7, -3], - [2, 5], - [-2, 23], - [-3, 16], - [7, 0], - [5, -8], - [2, 8], - [6, 0] - ], - [ - [8915, 5033], - [7, -1], - [25, -25], - [25, -17], - [13, -4], - [9, -11], - [5, -11], - [15, -2], - [0, -8], - [9, -6], - [5, -15], - [8, -3], - [13, -25], - [-1, -38], - [14, -4], - [18, -16], - [5, -7], - [12, -3], - [9, -22], - [0, -18], - [-25, -3], - [0, -12], - [5, -13], - [1, -15], - [7, -6], - [8, -21], - [12, -8], - [3, -30], - [7, -9], - [2, -19], - [21, 3], - [-4, -19], - [1, -9], - [7, -6], - [15, -2], - [1, -5], - [-9, -5], - [8, -16], - [10, -7], - [12, -3], - [-4, -5], - [-9, -1], - [10, -10], - [-7, -9], - [-13, 6], - [2, 7], - [-9, 8], - [-7, -1], - [-8, 6], - [-12, 0], - [1, 5], - [-11, -3], - [-2, 5], - [-17, 1], - [-11, 33], - [-5, 2], - [-7, 22], - [-8, 6], - [-4, 23], - [-10, 30], - [-13, 9], - [-5, -1], - [-7, 8], - [-9, 2], - [-6, 12], - [-6, -1], - [2, -13], - [-7, 10], - [1, -8], - [-13, 8], - [4, -19], - [-11, -4], - [1, -12], - [-18, -5], - [-6, 1], - [11, -10], - [7, -15], - [1, -11], - [-22, -23], - [-11, 10], - [-20, -3], - [-6, 4], - [-3, -5], - [-6, 7] - ], - [ - [9195, 5027], - [10, -11], - [11, -17], - [7, -3], - [14, -33], - [11, -10], - [5, -22], - [-2, -14], - [-5, -10], - [-6, 14], - [1, 21], - [-5, 19], - [-10, 21], - [-6, 2], - [-9, 16], - [-5, 4], - [-9, 15], - [-10, 7], - [8, 1] - ], - [ - [9172, 5046], - [6, -5], - [0, -12], - [-8, 0], - [-3, 9], - [5, 8] - ], - [ - [9079, 5070], - [12, -5], - [-3, -8], - [-17, 0], - [0, 11], - [8, 2] - ], - [ - [9154, 5105], - [6, -13], - [-6, 5], - [0, 8] - ], - [ - [5544, 8319], - [0, -1] - ], - [ - [5544, 8318], - [4, -1] - ], - [ - [5548, 8317], - [63, -4], - [21, 0] - ], - [ - [5655, 8150], - [1, -13], - [14, -27], - [-5, 0], - [4, -18], - [-10, -8], - [-18, -24], - [-13, -25], - [4, -28], - [-6, 2] - ], - [ - [5626, 8009], - [-15, 8], - [-11, 12], - [-16, -2], - [-4, -6], - [-6, 6], - [-10, 0], - [-14, -12], - [-1, 12], - [-10, 11], - [-7, -11], - [-9, 7] - ], - [ - [5396, 8275], - [8, -3], - [0, 13], - [-10, 0] - ], - [ - [5394, 8289], - [54, 20], - [12, 16], - [10, 2], - [11, 9], - [27, 5], - [7, -23], - [12, -6], - [17, 7] - ], - [ - [3138, 6248], - [29, -2], - [9, -6], - [2, -7], - [-7, -13], - [-9, -5], - [-17, 3], - [-12, -1], - [1, 15], - [-3, 7], - [3, 10], - [4, -1] - ], - [ - [8625, 7631], - [5, -14] - ], - [ - [8630, 7617], - [-7, 4], - [-11, -15], - [-11, -27], - [4, -15], - [-3, -11], - [1, -19], - [-11, -5], - [-7, -16], - [-13, -11], - [-8, -14], - [-9, 1], - [-4, -9], - [-10, -8], - [2, -9], - [-6, -13], - [2, -13], - [9, -2], - [17, -29] - ], - [ - [8518, 7361], - [-8, 4], - [-8, -9], - [-8, 15], - [-7, 1], - [2, -14], - [-10, 9], - [-7, -2], - [3, 9], - [-13, 4], - [9, 5], - [-3, 9], - [10, 20], - [-3, 4], - [4, 21], - [5, 14], - [-4, 8], - [-16, 7], - [-11, 14], - [1, 12] - ], - [ - [4525, 7072], - [11, -2], - [-3, -7], - [-10, 3], - [2, 6] - ], - [ - [4286, 7362], - [15, 1], - [0, -6], - [-10, -3], - [-5, 8] - ], - [ - [4220, 7396], - [-11, -2], - [-2, 9], - [13, -7] - ], - [ - [4248, 7409], - [-8, 0], - [0, 8], - [6, 0], - [2, -8] - ], - [ - [4794, 7325], - [-12, -12], - [-21, 8], - [-10, -7], - [4, 24], - [1, 44], - [-4, 18], - [-8, -2], - [-1, 11], - [8, 6], - [-2, 7], - [-4, -11], - [-9, 1], - [4, 38], - [6, 7], - [7, 36], - [-1, 3], - [7, 47], - [-6, 50], - [3, 7] - ], - [ - [3492, 3797], - [-1, -17], - [-4, -23], - [-1, -22], - [-3, -17] - ], - [ - [5949, 6986], - [8, 16] - ], - [ - [5987, 7012], - [-4, -16] - ], - [ - [853, 4163], - [-9, -2], - [-1, 11], - [5, 3], - [5, -12] - ], - [ - [6422, 6601], - [-8, -2], - [-3, 9] - ], - [ - [6411, 6608], - [1, 10], - [-3, 15], - [1, 20], - [3, 6], - [4, 24], - [6, 6], - [4, -12], - [5, -2], - [1, -9], - [-4, -14], - [4, -14], - [0, -15], - [-4, -17], - [-7, -5] - ], - [ - [5783, 7801], - [3, -8], - [11, -6], - [14, 12], - [10, -3], - [2, -9] - ], - [ - [5823, 7787], - [-1, -22], - [-14, -4], - [-3, 13], - [-4, -3], - [-6, -35], - [1, -21], - [-3, -13] - ], - [ - [5630, 7730], - [-6, 15], - [8, 5], - [-10, 9], - [-6, -14], - [-5, 9], - [-10, 2], - [-9, 9], - [5, 16], - [-15, 12], - [-6, 9], - [1, 16], - [-13, 13], - [-2, 7] - ], - [ - [5635, 7944], - [10, 8], - [7, -5], - [20, -6], - [10, 3], - [9, -14], - [10, 11], - [26, 6], - [3, 12], - [9, 3] - ], - [ - [9064, 7741], - [7, 1], - [-12, -10], - [-16, -24], - [15, 37], - [6, -4] - ], - [ - [9133, 7793], - [-15, -6], - [-10, -15], - [-5, 0], - [-7, -11], - [-18, -19], - [10, 17], - [-3, 3], - [25, 28], - [9, 0], - [12, 15], - [2, -12] - ], - [ - [9182, 7845], - [-21, -27], - [-10, -9], - [15, 27], - [16, 9] - ], - [ - [9227, 7898], - [-1, -8], - [-10, -14], - [11, 22] - ], - [ - [9301, 8041], - [-1, -17], - [-6, 3], - [7, 14] - ], - [ - [9336, 8091], - [-7, -15], - [-9, -4], - [-5, -11], - [-5, 16], - [15, 9], - [4, 15], - [7, 3], - [0, -13] - ], - [ - [9344, 8100], - [-7, 6], - [7, 7], - [0, -13] - ], - [ - [8967, 8309], - [5, -11], - [-3, -7], - [8, -35], - [4, -38], - [-6, -46], - [5, -11], - [-2, -12], - [6, 0], - [9, -69], - [10, -33], - [0, -7], - [8, -36], - [-9, 14], - [-23, 9], - [3, -6], - [-10, -7], - [-2, -16], - [-12, -57], - [6, -26], - [8, -11], - [0, -11], - [5, -21], - [9, 4], - [1, -28], - [-3, -6], - [-2, 22], - [-17, 3], - [-2, 6], - [-7, -5], - [-6, -32], - [-5, -9], - [-3, 6], - [-4, 29], - [7, 30], - [-3, 31], - [7, 21], - [-3, 26], - [-5, 12], - [7, 55], - [0, 46], - [-3, 10], - [1, 17], - [5, 19], - [-5, 18], - [-11, 14], - [-1, 38], - [4, 5], - [3, 26], - [-4, 26], - [13, 9], - [1, -9], - [10, 9], - [-4, 8], - [9, 2], - [-2, 12], - [-10, 21], - [5, -2], - [5, 11], - [3, -8] - ], - [ - [9669, 8321], - [-19, 19], - [4, 0], - [15, -19] - ], - [ - [8810, 8355], - [-14, -11], - [8, 11], - [6, 0] - ], - [ - [8827, 8358], - [9, -8], - [-12, -22], - [-6, 15], - [-6, 1], - [8, 17], - [7, -3] - ], - [ - [5548, 8317], - [18, 15], - [-10, 2], - [-12, -16] - ], - [ - [5544, 8319], - [10, 17], - [0, 12], - [12, -1], - [15, 19] - ], - [ - [5582, 8366], - [-12, -19], - [12, -3], - [7, 5], - [1, 15] - ], - [ - [9609, 8371], - [18, -27], - [1, -11], - [-13, 14], - [-4, 13], - [-7, 6], - [5, 5] - ], - [ - [9571, 8591], - [3, -16], - [-8, -2], - [-23, -18], - [9, 26], - [19, 10] - ], - [ - [5777, 8600], - [3, -1] - ], - [ - [6924, 9029], - [21, -5], - [-5, -13], - [-16, 18] - ], - [ - [6396, 9167], - [-24, -22], - [-23, -4], - [-10, 9], - [1, 19], - [15, 16], - [13, 1], - [28, -19] - ], - [ - [9482, 9188], - [-3, -8], - [6, -25], - [-10, 6], - [-2, 19], - [9, 8] - ], - [ - [9705, 9201], - [-6, -12], - [-29, 7], - [-11, 8], - [14, 11], - [32, -8], - [0, -6] - ], - [ - [6648, 9234], - [5, -8], - [26, -17], - [0, -11], - [-25, -1], - [-5, 11], - [-10, -2], - [-13, 12], - [-1, 15], - [13, 8], - [10, -7] - ], - [ - [6464, 9295], - [14, -14], - [-6, -11], - [-7, 12], - [-15, 9], - [14, 4] - ], - [ - [0, 9271], - [9990, -7], - [-25, -4], - [-4, 14], - [8, 11], - [30, 17], - [-9999, -31] - ], - [ - [8829, 9305], - [-3, -9], - [-20, 5], - [23, 4] - ], - [ - [0, 9302], - [26, 4], - [18, -3], - [27, -17], - [-12, -12], - [-42, -8], - [-17, 5], - [0, 31] - ], - [ - [7160, 9347], - [-27, 1], - [22, 18], - [21, -9], - [-16, -10] - ], - [ - [8580, 9366], - [-7, -7], - [-15, 7], - [22, 0] - ], - [ - [8592, 9374], - [-28, 2], - [18, 7], - [10, -9] - ], - [ - [7209, 9382], - [0, -11], - [-19, 1], - [-8, 7], - [16, 13], - [11, -10] - ], - [ - [7078, 9392], - [-5, -14], - [-16, 10], - [21, 4] - ], - [ - [6536, 9406], - [31, -6], - [-8, -26], - [-15, -9], - [-7, -32], - [5, -18], - [16, -29], - [23, -20], - [19, -10], - [-49, -5], - [-16, 3], - [-2, -8], - [-14, 12], - [-18, -1], - [-11, 7], - [-11, 34], - [-11, -4], - [-10, 10], - [-19, -6], - [-8, 6], - [-3, 22], - [11, 12], - [15, -5], - [9, 22], - [11, 9], - [-20, 7], - [7, 8], - [21, 1], - [-7, 12], - [17, 12], - [13, -2], - [20, 9], - [11, -5] - ], - [ - [6970, 9416], - [1, -13], - [11, -6], - [-42, -7], - [3, 20], - [27, 6] - ], - [ - [8951, 9436], - [32, -18], - [0, -21], - [-33, 3], - [-40, 10], - [-27, -4], - [2, 8], - [17, 1], - [17, 22], - [32, -1] - ], - [ - [8903, 9439], - [-10, 16], - [20, 5], - [2, -17], - [-12, -4] - ], - [ - [8148, 9464], - [-16, -15], - [-37, 13], - [18, 14], - [34, -4], - [1, -8] - ], - [ - [7281, 9528], - [-4, -16], - [-14, 11], - [18, 5] - ], - [ - [9075, 9530], - [47, -4], - [5, -12], - [15, 3], - [49, -6], - [-8, -15], - [-25, -8], - [-43, 2], - [-58, 24], - [7, 20], - [11, -4] - ], - [ - [8773, 9524], - [-11, -1], - [6, 29], - [14, -16], - [-9, -12] - ], - [ - [8863, 9565], - [40, -20], - [10, 14], - [19, 1], - [-8, 10], - [35, -19], - [29, 1], - [50, -20], - [-19, -5], - [5, -8], - [-16, -15], - [-40, 6], - [-11, 13], - [15, 13], - [-3, 8], - [-25, -4], - [5, -18], - [12, -15], - [30, -9], - [-38, -6], - [-14, 10], - [-49, -10], - [-6, 8], - [-17, -18], - [-33, 8], - [-25, 20], - [-2, 34], - [18, 1], - [-9, 9], - [42, 18], - [5, -7] - ], - [ - [7674, 9577], - [3, -9], - [-30, 3], - [27, 6] - ], - [ - [8125, 9595], - [2, -10], - [-18, 11], - [16, -1] - ], - [ - [9145, 9596], - [-23, 0], - [29, 8], - [-6, -8] - ], - [ - [6893, 9615], - [24, -15], - [-21, -24], - [-51, -17], - [-116, -32], - [-47, -18], - [0, -15], - [-22, -8], - [-2, -8], - [-17, 8], - [1, -16], - [-26, 8], - [15, -17], - [-16, -8], - [-16, -31], - [-24, -20], - [-36, 4], - [-11, 6], - [-20, -6], - [-4, 9], - [24, 12], - [-30, -4], - [-2, 8], - [26, 12], - [-3, 6], - [26, 13], - [-3, 20], - [24, 4], - [-14, 7], - [18, 4], - [-18, 4], - [-3, 9], - [21, -4], - [14, 19], - [19, -4], - [-5, 11], - [38, 20], - [23, 3], - [14, 11], - [23, -2], - [0, 12], - [52, -5], - [61, 15], - [49, 28], - [35, 1] - ], - [ - [7679, 9622], - [-33, -4], - [35, 11], - [-2, -7] - ], - [ - [8666, 7787], - [3, -13], - [-2, -13], - [9, -14], - [7, 9], - [6, 22] - ], - [ - [6367, 7850], - [-12, -15], - [-2, -14], - [-4, 9], - [-10, -14], - [-17, 0], - [-7, -31], - [-8, -23], - [-10, -8], - [0, -13], - [14, -11], - [8, -28], - [-2, -14], - [6, 19], - [-5, -26], - [0, -21], - [7, -10], - [4, -16], - [12, -26], - [2, -11], - [6, -4] - ], - [ - [6110, 7681], - [-15, 21], - [-1, 6], - [-18, 24], - [-15, 7], - [-11, 15], - [-9, 1], - [-8, 19], - [-17, 11], - [8, 3], - [-1, 11], - [8, -6], - [11, 2], - [5, -4], - [0, 16], - [-4, 2], - [8, 10], - [2, 14], - [4, -6], - [2, 11], - [11, 0], - [-13, 17], - [-5, 0], - [-4, 15], - [6, -3], - [13, 14], - [24, 9], - [0, 13], - [-30, -8] - ], - [ - [6061, 7895], - [-1, 12], - [5, 17], - [11, 5], - [3, 10], - [25, -3], - [0, 13], - [6, 12], - [-8, 29], - [10, 5], - [-8, 3], - [11, 26], - [-1, 14], - [-10, -2], - [-5, 10], - [-7, 0], - [-5, 9], - [-6, -5], - [-8, 10], - [-18, -4], - [-8, 11], - [-8, 20], - [-16, -6], - [-6, -7], - [-10, 4], - [-5, 8], - [-13, -5], - [-6, 10], - [2, 10], - [-4, 19], - [-7, 12], - [-11, -3], - [-13, 12], - [-3, 17], - [8, 9], - [-8, 8], - [-1, 10], - [-11, 13], - [-13, 1], - [-9, -8], - [-15, 5], - [-1, -11], - [-12, -7], - [-3, 5] - ], - [ - [5767, 8523], - [9, -9], - [6, 9], - [-6, 10], - [-10, -2], - [7, 19], - [-4, 30] - ], - [ - [5773, 8590], - [9, 11] - ], - [ - [5778, 8608], - [-1, 16], - [11, -5], - [3, 11], - [10, -4], - [7, 12], - [29, -8], - [2, 8], - [-9, 9], - [-25, 2], - [-10, 28], - [-16, -9], - [-7, 2] - ], - [ - [5856, 9203], - [15, -9], - [19, 18], - [16, -11], - [14, -3], - [-7, -8], - [-20, 4], - [6, -7], - [19, -3], - [-6, -7], - [19, 4], - [5, -5], - [35, -7], - [23, -1], - [52, -28], - [21, -21], - [14, -2], - [16, -14], - [13, -3], - [30, -21], - [1, -23], - [7, -2], - [-5, -24], - [-21, -24], - [-30, -15], - [-22, -4], - [-28, 5], - [-22, 9], - [-27, 3], - [-27, 15], - [-36, 7], - [-24, 23], - [-11, 0], - [8, -15], - [18, -11], - [3, -9], - [13, -6], - [-4, -7], - [14, -3], - [21, -20], - [-4, -21], - [-6, -7], - [13, -46], - [-6, -4], - [16, -15], - [15, 2], - [12, -18], - [31, -13], - [16, 9], - [1, 21], - [-25, 5], - [-16, 19], - [-3, 12], - [10, 2], - [7, 12], - [18, -9], - [10, -13], - [0, -9], - [10, 10], - [31, -15], - [9, 7], - [18, -7], - [-4, 22], - [-19, 30], - [4, 9], - [18, 12], - [6, 9], - [18, 5], - [22, 27], - [11, -8], - [20, 3], - [22, -21], - [1, 11], - [11, 23], - [0, 16], - [-20, 19], - [10, 28], - [3, 31], - [-25, 18], - [18, -4], - [37, 0], - [18, -6], - [16, -18], - [5, -18], - [-38, -5], - [-12, -22], - [17, -9], - [8, -17], - [20, -5], - [34, 13], - [5, 22], - [-3, 11], - [26, 7], - [1, 6], - [24, 9], - [31, 22], - [8, -1], - [31, 13], - [-1, -12], - [16, 4], - [-12, 10], - [32, 18], - [15, -3], - [-7, -14], - [6, -13], - [-21, -8], - [29, -3], - [7, 6], - [11, -7], - [1, 12], - [29, 14], - [38, -5], - [18, 17], - [25, 8], - [15, -13], - [-10, -8], - [1, -13], - [16, -4], - [8, 10], - [-6, 7], - [20, 5], - [13, 11], - [0, 10], - [-22, 28], - [15, 6], - [2, 10], - [74, -10], - [20, -7], - [19, -15], - [62, -29], - [33, -25], - [2, -9], - [17, 25], - [7, 19], - [-21, 2], - [-10, 16], - [-1, 12], - [-35, 14], - [3, 16], - [12, 3], - [-6, 9], - [6, 15], - [-1, 20], - [-16, -3], - [-2, 17], - [8, 14], - [28, 12], - [15, 17], - [14, 51], - [12, 16], - [5, -5], - [52, 1], - [39, -11], - [1, -25], - [-16, -26], - [1, -7], - [-15, -11], - [8, -13], - [16, -10], - [5, -15], - [-2, -25], - [-10, -9], - [8, -25], - [-5, -11], - [3, -21], - [-3, -16], - [5, -8], - [26, -20], - [-15, -16], - [3, -22], - [-18, -13], - [-9, -27], - [-20, -14], - [2, -15], - [-15, -1], - [-10, -7], - [-22, 21], - [-22, -6], - [8, -15], - [27, -10], - [22, 2], - [24, -8], - [10, 6], - [2, 16], - [13, 2], - [26, 20], - [1, 17], - [24, 24], - [-1, 25], - [-11, 15], - [3, 17], - [29, 12], - [31, 4], - [1, -11], - [19, -15], - [-5, -15], - [5, -20], - [-7, -7], - [18, -13], - [18, -1], - [-25, 13], - [0, 18], - [20, 10], - [-11, 14], - [-5, 24], - [-19, 5], - [-24, 13], - [-17, 1], - [-20, -10], - [-27, 5], - [3, 18], - [-10, 15], - [6, 25], - [17, 20], - [-21, 41], - [-15, 12], - [14, 22], - [39, 16], - [5, 17], - [-4, 28], - [15, -7], - [6, -30], - [-13, -17], - [7, -17], - [-5, -18], - [11, -4], - [57, -7], - [6, -11], - [12, 0], - [-4, 17], - [-17, 2], - [-39, 16], - [-8, 20], - [27, 8], - [17, -13], - [15, 3], - [-5, 14], - [-15, -2], - [15, 14], - [16, 5], - [28, -3], - [51, -35], - [23, -3], - [18, 5], - [14, -7], - [-14, -16], - [-16, -6], - [-2, -17], - [7, -12], - [-10, -12], - [11, 2], - [0, 11], - [10, 11], - [9, -6], - [-4, -27], - [-10, -9], - [14, -10], - [-7, 14], - [18, 0], - [6, 8], - [-17, 44], - [13, 23], - [-6, 11], - [-32, 15], - [-3, 11], - [-26, 4], - [-14, 11], - [4, 23], - [-11, 9], - [2, 28], - [39, 5], - [43, -1], - [59, 10], - [40, 3], - [-23, -18], - [25, 2], - [10, 13], - [-19, 21], - [-22, 4], - [14, 18], - [-21, 4], - [13, 10], - [16, -7], - [68, 47], - [67, 8], - [66, 16], - [-28, 9], - [19, 3], - [22, -5], - [25, 7], - [21, -3], - [-16, -13], - [58, 10], - [32, 12], - [29, -10], - [-29, 24], - [18, -3], - [40, 4], - [1, 26], - [63, 39], - [43, 3], - [33, -17], - [-21, -13], - [-24, -3], - [82, -7], - [6, -6], - [-27, -21], - [36, -1], - [4, 12], - [38, 1], - [19, -4], - [27, 5], - [47, -24], - [3, -16], - [19, 4], - [3, -28], - [-21, 5], - [1, -12], - [22, -1], - [-2, -14], - [-20, -17], - [-20, -6], - [-12, -13], - [-47, -16], - [-2, -9], - [-32, -15], - [-20, -19], - [-27, -1], - [-12, -18], - [-17, -2], - [-6, -15], - [-15, -12], - [23, 6], - [7, 17], - [37, -2], - [15, 8], - [51, 12], - [23, 10], - [-7, 6], - [-25, -5], - [-6, 8], - [13, 10], - [25, -6], - [7, 7], - [8, -13], - [19, -6], - [22, 5], - [-2, 12], - [16, -20], - [-8, -12], - [44, 9], - [19, 7], - [100, -13], - [-18, -4], - [1, -11], - [38, -12], - [36, -5], - [25, 2], - [21, -8], - [-7, 11], - [19, -6], - [11, 17], - [-8, 10], - [3, 16], - [17, -2], - [10, 10], - [23, -14], - [29, 0], - [12, -16], - [7, 15], - [30, -4], - [7, -12], - [34, -14], - [-34, -12], - [30, -6], - [-39, -3], - [20, -10], - [18, -1], - [6, -12], - [-15, -11], - [-19, 8], - [27, -37], - [13, -27], - [40, -21], - [13, 12], - [18, 43], - [10, 14], - [13, -19], - [23, -12], - [22, 0], - [4, 6], - [31, 8], - [22, -6], - [19, -11], - [11, -13], - [7, 27], - [16, 4], - [12, -13], - [17, 2], - [-3, 27], - [15, 17], - [-29, 0], - [12, 16], - [37, 2], - [4, 10], - [-12, 9], - [23, -1], - [23, -9], - [38, 0], - [50, -8], - [39, -12], - [-37, 1], - [-16, 4], - [-13, -15], - [27, 6], - [42, 2], - [-26, -26], - [10, 16], - [-12, 4], - [-3, -17], - [-23, -12], - [29, 4], - [30, 31], - [36, 0], - [34, -9], - [13, -13], - [-12, -9], - [-7, 7], - [-9, -11], - [25, -2], - [-2, -11], - [20, 2], - [0, -13], - [24, 3], - [18, -20], - [-13, 0], - [26, -9], - [28, 3], - [65, 12], - [45, -1], - [26, -6], - [33, -17], - [11, -25], - [-11, -19], - [3, -8], - [31, -8], - [3, -28], - [11, -11], - [-10, -25], - [14, 22], - [-2, 26], - [19, 17], - [51, 7], - [23, -12], - [23, 2], - [11, -5], - [24, -1], - [21, 16], - [16, -13], - [2, -19], - [29, -8], - [7, -18], - [22, 4], - [17, 12], - [-13, 32], - [-11, -1], - [11, 11], - [-1, 19], - [41, -7], - [22, -1], - [17, -10], - [1, 9], - [37, -6], - [20, 2], - [28, -7], - [71, -27], - [17, -16], - [-9958, -15], - [3, -12], - [28, -11], - [2, -9], - [12, 1], - [20, -19], - [16, -2], - [-10, -7], - [12, -5], - [0, 10], - [12, -7], - [8, -20], - [10, -2], - [-3, -18], - [5, -13], - [-7, -6], - [14, -8], - [-1, -14], - [17, 13], - [-11, 3], - [9, 6], - [-2, 17], - [-9, 6], - [27, 1], - [20, -12], - [-5, 9], - [32, -6], - [10, -17], - [13, -7], - [10, -17], - [5, 4], - [17, -14], - [-9, 0], - [-14, -11], - [-5, -15], - [-21, 13], - [11, -20], - [-32, 3], - [4, -27], - [-19, -12], - [-8, -11], - [16, -5], - [6, -9], - [-13, -1], - [-12, -9], - [-23, 10], - [-2, 8], - [-16, 10], - [-33, 12], - [-4, 29], - [-29, 10], - [-12, -10], - [-30, 4], - [-11, 27], - [9, 7], - [2, 15], - [-7, -11], - [-28, -4], - [0, -16], - [13, -11], - [-7, -23], - [9982, -11], - [-10, -13], - [-34, -9], - [-21, 8], - [-1, 8], - [-16, 9], - [12, -16], - [-24, 2], - [-11, 7], - [20, -23], - [20, 12], - [-3, -16], - [17, -17], - [8, 8], - [12, -25], - [2, -16], - [-5, -13], - [18, -9], - [2, -20], - [7, -16], - [-12, -7], - [0, -10], - [-28, 12], - [-22, 3], - [-10, 16], - [2, -16], - [-21, -16], - [-25, -11], - [-25, -18], - [-12, 2], - [-7, -10], - [-8, 4], - [-1, -10], - [-10, -10], - [-11, 2], - [5, -8], - [-22, -13], - [-3, -12], - [-17, -4], - [-1, -9], - [-15, -7], - [-10, -16], - [-6, -18], - [-8, 8], - [-7, 21], - [-13, 9], - [-32, 0], - [-35, -20], - [-16, -23], - [-4, 0], - [8, 39], - [-33, -24], - [-5, -14], - [-7, -2], - [-2, 11], - [-30, 3], - [2, -9], - [-9, -4], - [-5, -19], - [4, -12], - [-12, -10], - [4, -10], - [-18, -16], - [-10, -26], - [1, -19], - [13, -7], - [1, 11], - [18, -8], - [3, -6], - [-15, -21], - [1, -36], - [11, 1], - [4, -32], - [-9, -10], - [-12, 13], - [8, 11], - [-6, 4], - [-8, -7], - [6, -6], - [-16, -12], - [-7, -25], - [-1, -16], - [11, -34], - [-11, -14], - [-13, -1], - [-6, 6], - [-15, -9], - [-13, -15], - [-6, -22], - [4, -13], - [-3, -6], - [5, -22], - [-13, 10], - [-9, -5], - [-21, -25], - [1, -26], - [-7, -19], - [-10, -20], - [-11, -7], - [-2, -8], - [-17, -22], - [-9, 17], - [-1, 40], - [-4, 33], - [-7, 23], - [-4, 46], - [-9, 60], - [-2, 29], - [4, 46], - [6, 29], - [6, 15], - [17, 15], - [7, 17], - [-5, 22], - [16, 0], - [7, 14], - [15, 0], - [20, 19], - [24, 33], - [3, 13], - [13, 12], - [5, 12], - [8, 2], - [18, 25], - [14, 14], - [-1, 8], - [30, 21], - [21, 9], - [-8, 4], - [15, 18], - [-7, 9], - [8, 12], - [2, 33], - [14, 12], - [17, -5], - [-18, 17], - [-15, -1], - [-22, -8], - [3, -11], - [-8, -6], - [3, -9], - [-6, -15], - [10, -9], - [-10, -7], - [-5, 11], - [-10, -2], - [-12, -18], - [-32, -32], - [-19, -14], - [8, 27], - [-17, -7], - [5, 11], - [-3, 9], - [14, 29], - [-3, 10], - [-12, -14], - [-10, -2], - [-3, 12], - [-13, 2], - [-26, -10], - [-15, 3], - [-22, -15], - [-1, -18], - [-20, -20], - [0, -9], - [-27, -20], - [-13, -28], - [-7, -1], - [-2, -23], - [14, 5], - [16, -14], - [-1, -7], - [-11, -3], - [-8, 5], - [-13, -10], - [-19, 11], - [0, -8], - [-10, -2], - [-2, -8], - [-16, 8], - [-9, -11], - [-17, -2], - [-9, 15], - [10, 4], - [18, -1], - [6, 4], - [-15, 8], - [-10, 14], - [-13, -8], - [-12, 2], - [-2, 7], - [-23, 8], - [-16, -8], - [5, -5], - [-14, -5], - [6, -12], - [-14, 2], - [-2, 7], - [-12, 0], - [-10, -9], - [-31, 13], - [-3, -16], - [-8, -3], - [-6, 9], - [4, 6], - [-27, -1], - [-32, 2], - [-19, -3], - [-25, -13], - [-19, -30], - [-17, -11], - [-8, -13], - [-5, -20], - [-15, -9], - [-4, -11], - [-11, -12], - [-14, -9], - [-22, -32], - [-12, -26], - [-26, -27], - [-8, -4], - [-15, -23], - [-19, -15], - [0, -12], - [14, -9], - [30, 5], - [0, -28], - [-4, -21], - [12, 0], - [5, 14], - [-6, 6], - [10, 10], - [8, -2], - [-8, -11], - [9, -11], - [-12, -22], - [16, 4], - [11, 9], - [7, 14], - [1, -9], - [-10, -15], - [7, -3], - [8, 26], - [-1, 20], - [16, -8], - [9, 5], - [17, -12], - [0, -11], - [27, -32], - [6, -10], - [-13, -12], - [8, -5], - [1, -15], - [-4, -13], - [11, -12], - [-6, -3], - [3, -9], - [-9, -16], - [-6, -3], - [0, -12], - [-6, -8], - [0, -18], - [-4, -4], - [-3, -20], - [1, -32], - [3, -23], - [-6, -17], - [1, -17], - [-6, -17], - [0, -14], - [-26, -38], - [-7, -28], - [-13, -18], - [-5, -27], - [-18, -41], - [-15, -25], - [-10, -11], - [-8, -20], - [-6, -6], - [-5, -15], - [-7, -5], - [-11, -25], - [-3, -14], - [-5, 0], - [-1, -12], - [-18, -20], - [-9, -6], - [-7, -11], - [-8, 0], - [-12, -10], - [-6, 7], - [-4, -4], - [-12, 10], - [-3, -4], - [-1, 23], - [-9, -11], - [1, 15], - [-16, -21], - [-1, -11], - [-14, -11], - [-4, -17] - ], - [ - [7858, 9748], - [0, -12], - [30, 4], - [14, -16], - [16, -1], - [8, -19], - [-16, -10], - [-31, -5], - [-68, -3], - [-33, -14], - [-21, 5], - [21, 17], - [6, 19], - [36, 39], - [19, -6], - [2, 11], - [17, -9] - ], - [ - [7118, 9769], - [37, -6], - [-27, -3], - [-10, 9] - ], - [ - [7523, 9794], - [79, -8], - [-18, -13], - [-55, 8], - [-6, 13] - ], - [ - [6659, 9787], - [-27, 3], - [21, 7], - [6, -10] - ], - [ - [7715, 9797], - [-5, -21], - [25, 17], - [20, 0], - [24, -16], - [-9, -24], - [-19, -5], - [25, -18], - [-39, -10], - [-38, 4], - [-11, 8], - [-50, 2], - [-18, 12], - [-1, 14], - [-33, 3], - [29, 14], - [23, 19], - [77, 1] - ], - [ - [6585, 9810], - [-4, -16], - [-28, 0], - [1, 14], - [31, 2] - ], - [ - [6481, 9813], - [15, -7], - [-35, -6], - [20, 13] - ], - [ - [6646, 9809], - [-52, -12], - [-13, 20], - [42, 0], - [23, -8] - ], - [ - [6329, 9836], - [-38, -20], - [-39, 11], - [77, 9] - ], - [ - [6729, 9835], - [-5, -10], - [-29, -12], - [-38, 1], - [-13, 13], - [14, 11], - [65, 2], - [6, -5] - ], - [ - [6537, 9839], - [-13, -8], - [-22, 8], - [35, 0] - ], - [ - [6388, 9840], - [7, -8], - [30, 3], - [-9, -14], - [-60, -9], - [4, -14], - [-38, -4], - [16, 15], - [-22, 8], - [63, 10], - [-18, 7], - [27, 6] - ], - [ - [7225, 9845], - [-28, -9], - [2, 9], - [26, 0] - ], - [ - [6560, 9854], - [57, -11], - [-29, -1], - [-28, 12] - ], - [ - [6542, 9848], - [13, 2], - [47, -13], - [-19, -7], - [-41, 18] - ], - [ - [6797, 9859], - [20, -16], - [-28, -11], - [-36, -3], - [-17, 9], - [46, 10], - [15, 11] - ], - [ - [7536, 9852], - [-37, 1], - [2, 7], - [38, -2], - [-3, -6] - ], - [ - [7665, 9859], - [54, -29], - [-20, -3], - [0, -24], - [-75, -6], - [-22, -7], - [-63, 20], - [36, 9], - [15, 17], - [-22, -3], - [16, 14], - [81, 12] - ], - [ - [6577, 9869], - [28, -6], - [-38, -6], - [10, 12] - ], - [ - [6605, 9878], - [14, -9], - [-44, 4], - [30, 5] - ], - [ - [5846, 5121], - [2, -14], - [5, -5], - [3, -11], - [1, -26], - [-1, -18], - [-8, -2] - ], - [ - [5801, 5040], - [6, 7], - [8, 22], - [-4, 17] - ], - [ - [5821, 5103], - [7, 4], - [4, -9], - [5, 7], - [5, 16], - [4, 0] - ], - [ - [4526, 6379], - [-1, 15], - [2, 22] - ], - [ - [6163, 6147], - [4, 4], - [4, -6], - [-8, 2] - ], - [ - [6345, 6826], - [6, -29], - [6, -11], - [0, -14], - [11, -4], - [-4, -5], - [5, -5], - [11, -23], - [8, -6], - [0, -16], - [6, -10], - [-2, -18], - [-4, 4], - [7, -31], - [8, -17], - [0, -12], - [8, -21] - ], - [ - [6422, 6601], - [7, -4], - [-5, -9], - [8, -8] - ], - [ - [6443, 6277], - [-4, -2], - [-58, -16], - [-17, -4], - [-27, -27], - [-16, -40], - [-3, -19], - [-9, -11], - [-5, 1], - [-7, 19], - [-11, -3], - [-25, 5], - [-5, 6], - [-16, 1], - [-15, -5], - [-11, 0], - [-7, 10], - [-9, -11], - [-1, -24], - [2, -15], - [-11, -16] - ], - [ - [6188, 6126], - [-2, 21], - [-5, 8], - [0, 8], - [-6, 9], - [0, 15], - [-15, 23], - [-9, 25], - [0, 8], - [-7, 16], - [-2, 14], - [-11, 49], - [-18, 29], - [-9, 3], - [-6, 13], - [-13, 43], - [3, 7], - [-7, 28], - [4, 20], - [0, 19], - [-8, 23], - [0, 8], - [-14, 46], - [-18, 21], - [-2, -3], - [-12, 35], - [3, 0], - [0, 20], - [-4, 7], - [-4, 18], - [-8, 11], - [1, 11], - [-5, 5], - [-8, 30], - [-4, 7], - [-8, 26], - [-7, 15], - [-6, 24], - [-8, 14], - [-6, -3], - [-6, 7], - [5, 20], - [4, 47] - ], - [ - [6024, 6449], - [0, -20], - [6, -21], - [2, -34], - [2, -65], - [5, -40], - [4, -8], - [10, -8], - [5, -9], - [1, -10], - [10, -6], - [3, -8] - ], - [ - [5946, 5727], - [-6, 5], - [3, 17], - [-2, 21], - [-20, 35], - [-3, 45], - [2, 5], - [2, 31], - [-13, 0], - [0, -12], - [-18, 0], - [7, -17], - [0, -27], - [2, -11], - [-14, -24], - [-1, -9], - [-18, -39], - [-13, -4], - [-14, 23], - [-7, 8], - [-11, -12], - [-4, -17], - [-13, -9], - [-5, -10], - [1, -6], - [-23, 0], - [-4, 15], - [-22, 1], - [-14, -7], - [-11, 27], - [-8, 12], - [-2, 15], - [-21, -7], - [-3, -21], - [-5, -6], - [0, -19], - [-3, -6], - [-3, -29], - [-11, -12] - ], - [ - [5634, 5812], - [3, 13], - [-1, 15], - [-4, -1], - [-7, 16], - [3, 23], - [-5, -2], - [0, 34], - [-7, 7], - [-6, -7], - [-5, 9], - [6, 21], - [7, 14], - [-5, 25], - [4, 9], - [9, 9], - [-4, 7], - [-1, 18], - [8, 6], - [0, 10], - [7, 15], - [2, 15], - [-2, 11], - [7, 9], - [12, 2], - [11, -2], - [0, 218] - ], - [ - [5943, 5426], - [-14, -28], - [-9, 2], - [-3, 6], - [-5, -5], - [-13, -3], - [-6, -13], - [-7, 5], - [-4, 12], - [-7, -8], - [-11, 7], - [-8, -17] - ], - [ - [4535, 5893], - [-1, 42] - ], - [ - [4540, 5965], - [-5, 11], - [-1, 13], - [-14, 41], - [-8, 3], - [11, 9], - [8, 18], - [9, 33] - ], - [ - [7884, 5266], - [4, -3], - [-4, -7], - [-7, 2], - [7, 8] - ], - [ - [3953, 2073], - [22, -4], - [11, -7], - [17, -21], - [3, -11], - [-10, -7], - [-10, 20], - [-12, 11], - [-22, 11], - [1, 8] - ], - [ - [9445, 4521], - [15, -17], - [-6, 0], - [-3, 9], - [-8, 4], - [2, 4] - ], - [ - [9612, 4569], - [-6, -12], - [-3, 7], - [9, 5] - ], - [ - [9481, 4595], - [13, -14], - [8, 0], - [5, -13], - [0, -8], - [-12, 4], - [-9, 10], - [-1, 11], - [-6, 3], - [2, 7] - ], - [ - [9483, 4641], - [4, -12], - [0, -10], - [-5, 7], - [1, 15] - ], - [ - [9442, 4640], - [13, 0], - [11, -20], - [-4, -9], - [-10, 7], - [-13, 1], - [-6, 13], - [0, 16], - [3, 2], - [6, -10] - ], - [ - [9388, 4691], - [3, -9], - [-6, 0], - [3, 9] - ], - [ - [9371, 4689], - [-5, 3], - [5, 6], - [0, -9] - ], - [ - [9466, 4701], - [6, -16], - [-2, -11], - [5, -5], - [7, -34], - [-14, 21], - [-3, 10], - [-5, 37], - [6, -2] - ], - [ - [9378, 4711], - [4, -3], - [3, -19], - [-7, 4], - [-2, 13], - [-9, -2], - [-1, 6], - [6, 13], - [5, -1], - [1, -11] - ], - [ - [9365, 4716], - [-5, 1], - [-1, 9], - [4, 5], - [2, -15] - ], - [ - [9349, 4747], - [6, -9], - [-4, -9], - [-5, 14], - [3, 4] - ], - [ - [9405, 4746], - [4, 0], - [9, -16], - [12, -12], - [9, -15], - [1, -13], - [-7, 12], - [-11, 9], - [-18, 25], - [-3, 13], - [4, -3] - ], - [ - [9349, 4800], - [13, -15], - [3, -16], - [10, -7], - [-2, -7], - [-15, 13], - [-7, 18], - [-6, 9], - [4, 5] - ], - [ - [4650, 5621], - [2, -12], - [-12, 10], - [10, 2] - ], - [ - [4681, 5581], - [-6, 9], - [-23, 18], - [1, 15], - [-7, 4], - [-6, 10], - [2, 3], - [-3, 18], - [-5, -4], - [-3, 18], - [7, 1], - [-6, 7], - [0, 11], - [4, 7], - [-6, 5] - ], - [ - [2560, 5955], - [-2, -14], - [-12, 0], - [-13, 5], - [-14, 14], - [-14, 2], - [-8, 11] - ], - [ - [6359, 5831], - [0, -104], - [-27, -84] - ], - [ - [6201, 5844], - [18, -44], - [13, -18], - [15, 0], - [11, 15], - [4, 0], - [10, 12], - [11, -4], - [6, -7], - [6, 4], - [21, 25], - [8, -5], - [14, 3], - [9, 10], - [12, -4] - ], - [ - [6359, 5831], - [14, 5], - [4, 7], - [7, 0], - [12, 7], - [13, 23], - [15, -9], - [-5, -19], - [-1, -18], - [2, -35], - [8, -8], - [-14, -6], - [-3, -53], - [-4, -8], - [-1, -12], - [-6, -10], - [-3, -22], - [-6, -20], - [-8, -13], - [0, -11], - [-6, -25], - [-10, -29], - [-4, -29], - [-12, -48], - [-13, -33], - [-7, -26], - [-12, -30], - [-14, -28], - [-10, -24], - [-9, -15], - [-8, -19], - [-21, -26], - [-8, -7], - [-18, -27], - [-8, -17], - [-10, -15], - [-22, -48], - [-11, -21], - [-18, -49], - [-9, -28] - ], - [ - [5183, 5187], - [-3, -2], - [-1, 13], - [5, 8], - [3, -11], - [-4, -8] - ], - [ - [3409, 5499], - [3, 3], - [1, 20], - [5, 7], - [8, -2], - [20, -10], - [2, 10], - [33, 0], - [18, -8], - [-1, -20], - [-3, -8] - ], - [ - [5626, 8009], - [-12, -39] - ], - [ - [5377, 7802], - [3, 6] - ], - [ - [5474, 8485], - [-7, -30], - [-12, -34], - [0, 19], - [19, 45] - ], - [ - [5521, 8514], - [8, 1], - [-8, -14], - [-2, -22], - [-10, -8], - [-5, 7], - [-1, 19], - [10, 16], - [8, 1] - ], - [ - [5327, 8537], - [-2, -9], - [-9, 3], - [11, 6] - ], - [ - [5671, 8973], - [-41, -2], - [-9, 5], - [1, -19], - [-16, 0], - [3, -8], - [-13, 0], - [4, -13], - [-10, -13], - [-4, -15], - [12, -15], - [-17, -17], - [-4, -15], - [-13, -13], - [-8, 1], - [-11, -13], - [-32, -24], - [0, -9], - [-17, -3], - [5, -11], - [-5, -7], - [-15, -2], - [5, -14], - [-5, -29], - [-7, -9], - [5, -32], - [0, -18], - [10, -10], - [10, 4], - [14, -25], - [9, -2], - [6, -19], - [-20, -23], - [-6, 3], - [8, -16], - [-17, -16], - [-18, -13], - [-13, -2], - [8, -8], - [-6, -3], - [3, -15], - [-10, -16], - [6, -8], - [0, -17], - [-6, -10], - [-3, -37], - [-3, 0], - [-6, -23], - [-5, -8], - [-6, 5], - [-27, -3], - [-11, -14], - [-2, -11], - [5, -10], - [-6, -9], - [-11, 3], - [-10, -5], - [-14, 2], - [4, 15], - [-14, 31], - [8, 6], - [-6, 8], - [8, 2], - [-15, 26], - [-18, 47], - [4, 27], - [-4, 8], - [-9, -4], - [-4, 9], - [-1, 39], - [6, -6] - ], - [ - [5891, 3637], - [-3, 2], - [-1, -29], - [-12, 0], - [-11, 7], - [-9, 22], - [0, 24], - [7, 17], - [1, 10], - [8, 11], - [14, -15], - [2, 2] - ], - [ - [3249, 6221], - [-2, 2] - ], - [ - [5999, 7178], - [-3, 27], - [1, 18], - [-4, 4], - [1, 20], - [3, 4] - ], - [ - [5997, 7251], - [7, -5], - [5, 9], - [0, 11], - [9, 3], - [-4, 14], - [4, 21], - [8, -5], - [2, -7], - [12, 0], - [5, 6], - [18, 10], - [10, -11], - [16, -3], - [21, 8], - [20, 17], - [22, -1], - [16, 7], - [4, 7], - [4, -12] - ], - [ - [5402, 5930], - [5, 0], - [0, 13], - [-4, 3], - [-6, -5], - [2, -5] - ], - [ - [5398, 5936], - [-1, 0] - ], - [ - [5044, 5541], - [-12, -7] - ], - [ - [7728, 5654], - [6, -7], - [0, -10], - [-6, -6], - [0, 23] - ], - [ - [7840, 5883], - [5, -11], - [-4, 1], - [-1, 10] - ], - [ - [7858, 5853], - [-4, 22], - [-5, 11], - [-1, -7], - [-12, 18], - [0, 8], - [-5, 0], - [-8, 10], - [-7, -5], - [-16, 5], - [3, 15], - [-3, 7], - [4, 21], - [-11, 5], - [-15, -8], - [-2, -9], - [4, -13], - [-4, -16], - [0, -27], - [2, -5], - [-7, -15], - [0, -11], - [-4, -13], - [-5, -20], - [0, -15], - [-9, -32], - [2, -7], - [-2, -27], - [5, -21], - [-3, -10], - [16, 5], - [4, -12], - [1, -29], - [9, -16], - [0, -12], - [4, -37], - [4, -16], - [-4, 4], - [-3, 29], - [-6, -2], - [2, -13], - [6, -18], - [6, 0], - [9, -18], - [12, 1], - [6, -4], - [6, -21], - [7, -12] - ], - [ - [7780, 5554], - [-4, 13], - [-8, 12], - [2, 14], - [-6, 2], - [-5, 10], - [-2, 18], - [-7, 5], - [1, 7], - [-5, 11], - [-4, 1], - [-3, 18], - [-5, -2], - [-2, -12], - [-4, 5], - [-2, 18], - [2, 14], - [4, 19], - [0, 16], - [3, 16], - [7, 40] - ], - [ - [6962, 7540], - [0, 0] - ], - [ - [6882, 7324], - [1, 20], - [12, 24], - [3, 15], - [-7, 12], - [-2, 14], - [4, 10], - [-2, 9], - [-12, 1], - [0, 7], - [-9, 4], - [2, 16], - [8, 9], - [18, -6], - [7, 6], - [0, 11], - [8, 4], - [1, 14], - [-10, 2], - [13, 4], - [7, -3], - [1, 9], - [-4, 11], - [5, 14], - [8, -8], - [18, 14], - [5, 7], - [8, -18], - [-11, -19], - [7, -10], - [9, 3] - ], - [ - [6497, 7333], - [-3, 23], - [2, 30], - [-1, 22], - [4, 15], - [-12, 17], - [0, 9], - [-11, 0], - [1, 8], - [14, 2], - [-9, 14], - [6, 10], - [-5, 3], - [-14, -3], - [-5, 6], - [0, 25], - [4, 9], - [2, 19], - [4, -11], - [13, -1], - [5, -8], - [16, 6], - [1, 12], - [8, -6], - [3, 14], - [-19, 23], - [-4, 34], - [-6, 5], - [-16, -3], - [-5, -6], - [-5, -17], - [4, 0], - [-3, -19], - [-7, 9], - [-3, 13] - ], - [ - [6554, 7562], - [29, -5], - [4, 7], - [-4, 7], - [-2, 23], - [4, 3] - ], - [ - [6585, 7597], - [4, -18], - [11, -2], - [7, 14], - [-6, 6], - [0, 13] - ], - [ - [6601, 7610], - [5, 1], - [4, 19], - [7, -2], - [-3, 10], - [11, 1], - [2, 6], - [8, -12], - [7, -2], - [7, -14], - [13, 2], - [5, -8], - [-1, -12], - [6, -8], - [-5, -4], - [4, -10], - [-3, -10], - [11, -11], - [18, 1], - [6, -3], - [7, 6], - [9, -10], - [8, -36], - [4, -2], - [5, -29], - [27, -31], - [4, -10], - [13, -16], - [5, 2], - [10, -14], - [27, -29], - [7, 1], - [19, -14], - [3, -4], - [-4, -9], - [0, -25] - ], - [ - [8444, 4645], - [12, 9] - ], - [ - [8469, 4667], - [5, 9], - [1, 10], - [20, 8], - [10, -1], - [6, 5], - [3, -4], - [11, 10], - [11, -6], - [-13, -19], - [-8, -3], - [-4, -9], - [-7, -2], - [-6, -8], - [-10, -3], - [-15, -17] - ], - [ - [130, 3966], - [6, 0], - [-1, -7], - [-5, 7] - ], - [ - [3308, 5807], - [-4, -9], - [1, -31], - [-4, -4], - [-14, -1], - [-5, 4], - [10, 7], - [0, 20], - [-5, 5], - [8, 7], - [13, 2] - ], - [ - [5303, 7135], - [4, -6], - [-9, -6], - [0, 11], - [5, 1] - ], - [ - [5238, 7310], - [7, 2], - [10, 15], - [13, 6], - [17, -9], - [-4, -1], - [6, -17], - [-5, -4], - [10, -3], - [14, 20], - [3, -14], - [-10, -23], - [-6, -4], - [-3, -16], - [6, -18], - [11, -10], - [-1, -16], - [3, -7], - [-3, -11], - [-12, -28], - [-14, -14], - [-2, -16], - [4, -12], - [9, -10], - [6, 4], - [0, -13], - [11, 4], - [2, -20], - [9, -1] - ], - [ - [5778, 7600], - [-2, -9], - [6, -15], - [20, -17], - [6, -2], - [-3, -13], - [-14, -1], - [-9, 6], - [-6, -7], - [-12, 1], - [-9, -20], - [-14, -10], - [-15, -24], - [2, 17], - [13, 10], - [3, 7], - [-20, -3], - [-1, 9] - ], - [ - [5997, 7251], - [2, 5], - [-6, 17], - [12, 18], - [0, 11], - [-6, 7], - [-10, -18], - [-8, -3], - [-18, 15], - [-11, -13], - [-17, -26], - [-7, 1], - [-17, -8], - [-13, 9], - [-7, 18], - [-21, 18], - [-18, 5], - [-3, -3], - [0, -18], - [-5, -18], - [-4, 6], - [-13, -10], - [-12, 5], - [-7, 9], - [0, 16], - [-7, -1], - [-7, 9], - [-10, 3], - [-3, -6], - [-11, 1], - [-2, -6], - [-9, 3], - [8, 5], - [12, 0], - [-1, 7], - [8, 7], - [-15, -3], - [-12, 2], - [-1, 8], - [7, -2], - [-10, 13], - [0, 14], - [-5, 5], - [7, 4], - [-1, 13], - [-17, 7], - [-11, 9], - [7, 6], - [-4, 14], - [4, 3], - [5, -20], - [14, 8], - [-7, 0], - [-5, 16], - [6, 2], - [3, 10], - [-6, -2], - [0, 14], - [-6, 9], - [9, 16], - [-24, -6], - [2, 29], - [16, 25], - [16, 3], - [2, -7], - [11, -1], - [-1, 11], - [8, -2], - [-2, -7], - [11, 3], - [19, -3], - [1, 7], - [-8, 3], - [5, 6], - [27, 5], - [-15, 3], - [-11, 13], - [6, 13], - [19, -6], - [11, 5], - [15, -8], - [9, 1], - [7, 11], - [29, 28], - [14, 6], - [10, 9], - [28, -6], - [10, 0], - [10, 9], - [1, -10], - [6, -11], - [9, -5], - [10, 6], - [4, -16], - [8, -13], - [5, 8], - [12, -5], - [0, -6], - [13, -8], - [8, 0], - [15, -7], - [32, 11], - [4, -6], - [14, -5], - [12, 7], - [24, 20], - [3, 7] - ], - [ - [8378, 6635], - [10, -12], - [-5, -8], - [1, -22], - [-6, -18], - [-4, -43], - [-3, -19], - [-6, -20], - [-4, -5], - [-4, -17], - [-1, -27], - [-5, 7], - [-1, 16], - [-11, 20], - [-2, 22], - [-3, 0], - [2, 15], - [0, 20], - [17, 58], - [3, 3], - [4, 18], - [12, 7], - [2, 9], - [4, -4] - ], - [ - [6108, 4736], - [-7, -14], - [1, 11], - [6, 3] - ], - [ - [6093, 4842], - [6, -26], - [-4, -4], - [-7, 16], - [0, 15], - [5, -1] - ], - [ - [6102, 4899], - [5, -11], - [-3, -19], - [-2, 30] - ], - [ - [5914, 5071], - [5, -1], - [2, -12], - [-9, 7], - [2, 6] - ], - [ - [5882, 5125], - [1, 0] - ], - [ - [5883, 5125], - [1, 0] - ], - [ - [5884, 5125], - [-1, -28], - [-2, 0], - [-1, -30], - [-2, -20], - [4, 2], - [0, -28], - [2, 8], - [4, -3], - [0, 13], - [5, -3], - [-3, 10], - [7, 6], - [2, -10], - [12, -2], - [8, 5], - [3, -7], - [17, 17], - [-2, 8], - [-4, -6], - [-10, 4], - [5, 8], - [-3, 9], - [5, -1], - [5, 9], - [-1, 12], - [6, 0], - [-2, 7], - [8, 17] - ], - [ - [6088, 4913], - [1, -10], - [-4, -16], - [-3, -25], - [-5, -21], - [2, -26], - [5, -5], - [12, -22], - [2, -15], - [-4, -5], - [-4, -23], - [1, -10], - [4, -2], - [0, -13], - [-4, -14], - [2, -25], - [4, -7], - [0, -16], - [4, -4], - [0, -15], - [4, -21], - [-2, -8], - [15, -16], - [5, -14] - ], - [ - [5971, 4516], - [-2, 9] - ], - [ - [5969, 4527], - [-5, 7] - ], - [ - [5964, 4536], - [-4, 14], - [2, 20], - [-2, 4], - [-1, 30], - [-7, 20] - ], - [ - [5949, 4630], - [-3, 4] - ], - [ - [5946, 4635], - [-4, -2], - [-1, -10] - ], - [ - [5914, 4641], - [-12, 10], - [-3, 6], - [-13, 6], - [-6, 6], - [-4, 13], - [-11, 6] - ], - [ - [5865, 4688], - [0, 10], - [-4, 5], - [-1, 11], - [-11, 36], - [1, 11], - [-3, 8], - [2, 12], - [-5, 9], - [-7, 21], - [-6, -1], - [-6, 12], - [0, 13], - [6, 7], - [-5, 32], - [1, 21], - [-6, 5], - [2, 27] - ], - [ - [5846, 5121], - [10, 4], - [26, 0] - ], - [ - [5883, 5125], - [1, 0] - ], - [ - [5944, 5197], - [-8, -3], - [1, 8], - [-8, -8], - [-3, 15], - [-5, -3], - [-2, -12], - [-6, -7], - [0, 7], - [-6, -6], - [0, 10], - [-8, -17], - [-9, 0], - [-4, -9], - [3, -7], - [-9, -26], - [2, -14] - ], - [ - [5823, 5155], - [5, 6], - [2, 14], - [-6, 2] - ], - [ - [5846, 5254], - [4, -12], - [9, 28], - [10, 11], - [3, 11], - [-1, 25], - [-3, -9] - ], - [ - [6061, 7895], - [-18, 0], - [-6, -11], - [-4, 2], - [-12, -13], - [-4, 3], - [-22, -8], - [-14, -18], - [-4, 3], - [-11, -12], - [4, -22], - [15, -28], - [18, 10], - [13, -3], - [-5, -9], - [1, -11], - [-17, -4], - [-9, 7], - [-4, -10], - [-23, -12], - [-12, -18], - [-10, -2], - [-11, 11], - [5, 5], - [1, 24], - [-8, 3], - [-11, 13], - [-9, -2], - [-1, 8], - [24, 21], - [8, 2], - [-1, 14], - [-6, -3], - [-5, 10], - [-3, -6], - [-18, -3], - [-17, 14], - [4, 8], - [-7, 6], - [17, -5], - [4, 9], - [-11, -4], - [-6, 5], - [-25, -2], - [-24, -46], - [-5, 1], - [-10, -23], - [4, 2], - [-3, -14] - ], - [ - [5836, 7853], - [9, -17], - [2, 3], - [-11, 14] - ], - [ - [5948, 7848], - [0, -9], - [-11, 7], - [3, -13], - [4, 5], - [21, -17], - [6, -8], - [4, -20], - [9, -4], - [-12, 23], - [-7, 26], - [-10, -6], - [-7, 16] - ], - [ - [3523, 3302], - [-5, -5], - [0, -12], - [-8, -5], - [3, -30] - ], - [ - [3517, 3240], - [-4, -18], - [-7, -13], - [0, -7], - [-13, -16], - [-20, -17], - [-12, 10], - [-14, 0], - [-7, -8], - [-20, 15], - [-8, 13], - [-18, -1], - [-16, 29], - [-2, 10], - [3, 27], - [-1, 10], - [9, 9], - [-4, 31] - ], - [ - [677, 6342], - [13, -11], - [2, -12], - [8, -13], - [-6, -10], - [-16, -13], - [-3, -11], - [-7, 9], - [1, 15], - [-4, 25], - [5, 12], - [-1, 17], - [8, -8] - ], - [ - [649, 6394], - [3, -7], - [7, 2], - [8, -8], - [0, -7], - [-9, -6], - [-4, 2], - [0, 10], - [-7, 7], - [2, 7] - ], - [ - [631, 6405], - [16, -4], - [-2, -5], - [-15, 2], - [1, 7] - ], - [ - [613, 6427], - [6, -8], - [1, -12], - [-13, 2], - [-3, 14], - [7, 10], - [2, -6] - ], - [ - [571, 6463], - [4, -3], - [-1, -14], - [-8, -3], - [-6, 11], - [11, 9] - ], - [ - [2301, 6687], - [-6, 35], - [0, 12], - [6, -47] - ], - [ - [2761, 6828], - [-2, -18], - [-2, 17], - [4, 1] - ], - [ - [2366, 6873], - [3, -1], - [-11, -13], - [8, 14] - ], - [ - [1707, 7111], - [7, -9], - [-6, 0], - [-1, 9] - ], - [ - [1671, 7144], - [8, -4], - [-8, -2], - [0, 6] - ], - [ - [2993, 7551], - [-6, -11], - [8, 7], - [8, -1], - [-20, -15], - [-36, -12], - [-4, 1], - [4, 11], - [7, 6], - [29, 6], - [10, 8] - ], - [ - [2582, 7791], - [0, -10], - [-7, -17], - [-3, 8], - [10, 19] - ], - [ - [2679, 7836], - [1, -8], - [-10, 3], - [9, 5] - ], - [ - [2563, 7913], - [-19, -17], - [-6, 0], - [5, 14], - [8, 6], - [12, -3] - ], - [ - [2541, 7956], - [-2, -6], - [-15, -14], - [0, 8], - [17, 12] - ], - [ - [1595, 7969], - [-3, -9], - [8, -13], - [-1, -5], - [-9, 17], - [5, 10] - ], - [ - [1582, 8004], - [-1, 0] - ], - [ - [2511, 7947], - [-14, -11], - [-19, -11], - [-20, -29], - [-17, -21], - [9, -3], - [22, 14], - [6, 0], - [-5, -19], - [14, -2], - [11, 5], - [7, 9], - [14, 4], - [10, 7], - [7, 13], - [7, -14], - [-1, -10], - [10, 6], - [9, -1], - [12, -22], - [11, 0], - [9, -4], - [14, 14], - [18, -2], - [13, 6], - [0, -17], - [15, -1] - ], - [ - [2663, 7852], - [-3, -10], - [9, -12], - [-16, 1], - [-5, 4], - [-2, -11], - [-7, 9], - [-15, 5], - [-3, -7], - [-25, -7], - [-13, 0], - [-15, -39], - [-3, -12], - [-10, -17], - [2, -8], - [10, 17], - [7, -3], - [-11, -49], - [1, -13], - [-6, -26], - [0, -14], - [4, -15], - [-2, -28], - [9, -33], - [8, -4], - [16, 14], - [7, 22], - [5, 26], - [0, 15], - [-9, 37], - [3, 10], - [-3, 17], - [8, 20], - [0, 14], - [5, 15], - [7, 2], - [7, 15], - [-3, -22], - [4, -4], - [4, 14], - [0, 16], - [11, 5], - [-3, 15], - [9, 10], - [13, -8], - [6, -11], - [16, -7], - [6, -13], - [-4, -11], - [4, -6], - [-1, -28], - [-6, -5], - [-1, -13], - [-7, -2], - [-3, -18], - [6, -5], - [7, 6], - [6, 16], - [9, 5], - [7, -10], - [4, -37], - [3, -14] - ], - [ - [2704, 7634], - [-5, 5], - [-3, -17], - [-6, -8], - [-3, -17], - [-6, -12], - [15, -11], - [7, 0], - [5, -7], - [9, 4], - [14, 3], - [9, 12], - [24, 15], - [26, 21], - [14, 21], - [5, 2], - [-1, 17], - [-5, 3] - ], - [ - [2804, 7674], - [10, 6], - [16, 2], - [13, -8], - [18, 0], - [8, 5], - [15, 19], - [-3, 9], - [4, 4], - [-7, 11], - [15, 16], - [1, 7] - ], - [ - [3116, 7818], - [10, -9] - ], - [ - [3134, 7784], - [3, -9], - [-3, -20], - [-20, -16], - [-6, 5], - [-13, -5], - [1, -9], - [-12, 11], - [-3, -22], - [-14, -14], - [-10, 3], - [-8, -8], - [1, -9], - [-11, -15], - [-6, -22], - [1, -15], - [5, 1], - [-13, -19], - [9, -7], - [5, -23], - [17, -8], - [-14, -3], - [-6, -6], - [0, 11], - [-15, -14], - [0, 12], - [-5, 5], - [-1, -17], - [-12, -9], - [-29, -2], - [-6, -9], - [-8, -1], - [-23, -27], - [-1, -10], - [8, -1], - [-2, -29], - [-3, -14], - [-7, -9], - [-1, -11], - [-12, -24], - [-1, 15], - [-7, 2], - [-10, 13], - [3, -23], - [9, -21], - [1, -16], - [-10, -31], - [-7, -13], - [-8, -30], - [-2, 11], - [4, 20], - [6, 17], - [-6, -2], - [1, 9], - [-13, 21], - [-1, 17], - [4, 11], - [-2, 15], - [11, 15], - [-5, 0], - [-11, -10], - [2, -16], - [-4, -6], - [0, -23], - [4, -6], - [1, -20], - [-9, 11], - [-8, -2], - [9, -4], - [11, -13], - [-2, -17], - [-6, 3], - [8, -12], - [-7, -12], - [6, -8], - [-4, -8], - [12, -4], - [5, -35], - [7, -23], - [-5, 9], - [-6, 38], - [-2, -15], - [6, -17], - [-9, 5], - [0, -7], - [-15, -4], - [-2, -6], - [15, 3], - [13, -8], - [-1, -17], - [-3, 2], - [-5, -13], - [-13, 1], - [-2, 9], - [-4, -8], - [7, -6], - [-2, -11], - [-11, -8], - [17, -2], - [-7, -11], - [-15, -4], - [-15, -18], - [-9, -27], - [-11, 1], - [-13, -12], - [-5, -10], - [-4, -21], - [-22, -32], - [-14, -8], - [1, -8], - [-12, -15], - [1, -5], - [-11, -14], - [-3, -12], - [2, -18], - [-4, -5], - [-3, -19], - [8, -63], - [9, -38], - [9, -26], - [-5, 0], - [0, -10], - [18, -75], - [3, -31], - [-2, -12], - [-1, -28], - [-4, -11], - [-4, -29], - [-12, -1], - [-7, -4], - [0, 14], - [-6, 25], - [-6, 7], - [-6, 0], - [-3, 31], - [-6, 5], - [0, 20], - [-7, -2], - [-6, 21], - [-3, 18], - [7, 15], - [-1, 8], - [-7, 6], - [0, -19], - [-5, 8], - [2, 21], - [4, 14], - [0, 26], - [-4, 16], - [-7, 0], - [-10, 20], - [-6, 20], - [-11, 14], - [-10, -4], - [-10, -15], - [-16, -5], - [0, 7], - [-11, 20], - [-22, 14], - [-15, -1], - [-2, 9], - [-4, -11], - [-14, -5], - [-4, 7], - [-1, 16], - [-3, 2], - [-2, -22], - [-5, 5], - [-5, -5], - [-10, 6], - [-14, -7], - [-7, -9], - [-11, 7], - [-4, 7], - [-8, -12], - [2, -7], - [10, -1], - [3, 4], - [6, -14], - [5, 12], - [3, -3], - [-8, -29], - [4, -8], - [11, -5], - [3, -9], - [-4, -9], - [-3, 10], - [-15, 9], - [2, 4], - [-12, 11], - [4, -9], - [-2, -16], - [-10, 12], - [-8, -14], - [-15, 9], - [0, 13], - [-7, 3], - [-3, 12], - [-6, 5], - [-9, -8], - [4, -6], - [-13, -2], - [-21, 13], - [-16, -5], - [2, 17], - [-8, -18], - [-17, -13], - [-1, 19], - [-8, -5], - [-1, -9], - [4, -12], - [-8, -12], - [1, -4], - [-14, -18], - [-16, -9], - [-12, 8], - [1, -9], - [6, -8], - [-7, -6], - [-5, 6], - [1, -12], - [-12, -8], - [1, -14], - [-7, -33], - [-3, -26], - [7, -32], - [1, -16], - [3, -1] - ], - [ - [2245, 6713], - [1, 7], - [-9, 21] - ], - [ - [2193, 6879], - [-7, 10] - ], - [ - [1746, 7056], - [-4, 10], - [-2, 27], - [-8, 16], - [-15, 18], - [-6, 2], - [-3, 12], - [-9, 0], - [-10, 6], - [-10, 18], - [-21, 3], - [-9, 5], - [0, 33], - [-7, 5], - [0, 12], - [-12, 15], - [-5, 18], - [-9, 13], - [-4, 23], - [5, 9], - [-3, 11], - [-6, -1], - [-8, 13], - [-3, 21], - [3, 5], - [9, -11], - [-10, 29], - [8, 6], - [-7, 6], - [-2, -19], - [-16, 13], - [5, 3], - [-7, 20], - [-7, 6], - [-10, 20], - [1, 10], - [-4, 16], - [2, 10], - [-2, 15], - [-7, 17], - [-8, 9], - [0, 19], - [8, 15], - [-2, 17], - [3, 16], - [-2, 16], - [-5, 5], - [3, 12], - [-5, 8], - [-1, 32], - [-5, 10], - [9, 41], - [4, 25], - [2, 52], - [2, 11], - [1, 62], - [13, 7], - [-14, -2], - [1, 29], - [-4, -2], - [6, 13], - [-7, 6], - [-10, 44], - [-7, 20], - [6, 11], - [15, -11], - [24, 0], - [7, -6], - [4, -14], - [-9, -15], - [12, 8], - [2, -20], - [-7, -10], - [2, -4], - [10, 14], - [-1, 29], - [5, 8], - [-5, 18], - [-9, 6], - [8, 12], - [-10, 16], - [1, 6] - ], - [ - [60, 8169], - [1, -9], - [-11, 9], - [10, 0] - ], - [ - [80, 8161], - [-11, 0], - [12, 11], - [-1, -11] - ], - [ - [96, 8175], - [2, -14], - [-10, 0], - [1, 14], - [7, 0] - ], - [ - [177, 8186], - [18, -5], - [-12, -3], - [-15, 5], - [9, 3] - ], - [ - [162, 8200], - [5, -4], - [-4, -12], - [-7, -4], - [-27, -2], - [22, 6], - [9, 7], - [-7, 4], - [9, 5] - ], - [ - [9827, 8206], - [-2, -8], - [-9, 2], - [11, 6] - ], - [ - [9802, 8235], - [12, -10], - [-11, -5], - [-1, 15] - ], - [ - [332, 8268], - [5, -12], - [-32, -29], - [11, 24], - [7, 1], - [-1, 9], - [10, 7] - ], - [ - [367, 8291], - [6, -8], - [9, 8], - [-9, -15], - [8, 1], - [-14, -16], - [-4, 1], - [-20, -13], - [-6, 4], - [19, 9], - [1, 25], - [10, 4] - ], - [ - [391, 8303], - [7, -5], - [-10, -3], - [3, 8] - ], - [ - [451, 8354], - [5, -1], - [6, -16], - [-8, -9], - [-16, 0], - [-4, -9], - [-14, -3], - [-3, 11], - [7, 3], - [10, 16], - [3, -2], - [14, 10] - ], - [ - [1304, 8361], - [8, -30], - [-14, 25], - [6, 5] - ], - [ - [558, 8363], - [-9, -20], - [4, 19], - [5, 1] - ], - [ - [1355, 8404], - [7, -16], - [-1, -16], - [-6, -11], - [-13, 9], - [-5, 8], - [5, 20], - [13, 6] - ], - [ - [1295, 8417], - [2, -9], - [-14, -4], - [5, 11], - [7, 2] - ], - [ - [1319, 8419], - [9, -1], - [0, -12], - [-13, 5], - [4, 8] - ], - [ - [1289, 8428], - [10, -1], - [4, -16], - [13, -7], - [9, -30], - [9, -9], - [-1, -33], - [-16, 17], - [2, 8], - [-21, 10], - [8, 20], - [-11, -1], - [6, 13], - [-3, 17], - [-9, 2], - [0, 10] - ], - [ - [1315, 8433], - [-5, -12], - [-6, 8], - [11, 4] - ], - [ - [1328, 8428], - [4, -13], - [-9, 9], - [0, 12], - [5, -8] - ], - [ - [1308, 8454], - [9, -14], - [-10, -3], - [1, 17] - ], - [ - [1278, 8457], - [7, -4], - [1, -11], - [-6, -6], - [-6, -28], - [-3, 4], - [0, 20], - [-4, 26], - [11, -1] - ], - [ - [1283, 8470], - [24, -10], - [-2, -17], - [-9, 13], - [7, -18], - [-16, -4], - [0, 23], - [-10, 9], - [6, 4] - ], - [ - [745, 8475], - [8, 0], - [-14, -10], - [6, 10] - ], - [ - [1234, 8479], - [-1, -12], - [-6, -2], - [-1, 19], - [8, -5] - ], - [ - [1237, 8491], - [8, 2], - [9, -14], - [7, -29], - [-1, -30], - [-5, 0], - [-13, 33], - [-1, 15], - [-10, 18], - [6, 5] - ], - [ - [749, 8519], - [11, 0], - [7, -8], - [-2, -10], - [8, 0], - [-4, -10], - [-18, 4], - [10, -7], - [-18, -9], - [-14, -22], - [-10, -6], - [6, 10], - [-12, -1], - [-12, 22], - [3, 14], - [7, 7], - [10, 0], - [7, -19], - [-4, 28], - [5, 5], - [16, -5], - [-3, 10], - [7, -3] - ], - [ - [1229, 8536], - [23, -12], - [-1, -13], - [-7, -1], - [-18, 12], - [14, -15], - [13, 1], - [1, -16], - [-7, 0], - [-19, 17], - [7, -17], - [-4, -6], - [-8, 6], - [-1, 10], - [-12, 12], - [1, 20], - [18, 2] - ], - [ - [1252, 8544], - [6, -11], - [14, -6], - [8, -16], - [-2, -5], - [2, -21], - [-19, -19], - [-1, 12], - [4, 10], - [-5, 13], - [-7, 43] - ], - [ - [761, 8550], - [18, -11], - [-6, -8], - [-18, -4], - [-10, 2], - [1, 9], - [10, 1], - [5, 11] - ], - [ - [913, 8659], - [5, -3], - [-25, -29], - [20, 32] - ], - [ - [385, 8661], - [13, -6], - [2, -22], - [-19, -5], - [-10, 2], - [-19, 13], - [-4, 7], - [16, 0], - [9, 9], - [12, 2] - ], - [ - [929, 8665], - [13, -4], - [-15, -9], - [2, 13] - ], - [ - [897, 8667], - [-2, -19], - [-4, 10], - [6, 9] - ], - [ - [231, 8857], - [0, -6], - [17, -7], - [20, 7], - [23, -20], - [21, -2], - [-2, -9], - [-15, 1], - [-9, -13], - [-3, 10], - [-28, 19], - [-17, -8], - [-13, 10], - [6, 18] - ], - [ - [1387, 8402], - [-3, -8], - [4, -28], - [-10, -21], - [-9, -8], - [-7, 2], - [-3, 23], - [6, 6], - [-1, 24], - [-15, 16], - [-8, -7], - [-7, -22], - [-9, 13], - [7, 4], - [5, 24], - [-18, 22], - [-11, 25], - [-19, 8], - [12, 9], - [-11, 10], - [-3, 12], - [14, -6], - [-15, 12], - [-15, 23], - [-16, 11], - [-4, 24], - [-6, 1], - [-1, 17], - [-6, -11], - [7, -17], - [1, -24], - [-13, 11], - [-8, -2], - [2, 13], - [-8, 12], - [-3, -4], - [-17, 8], - [19, -18], - [2, -12], - [-9, -4], - [-20, 5], - [-23, 23], - [-9, 16], - [-34, 19], - [-11, 9], - [12, 10], - [-5, 11], - [-18, -12], - [-9, 0], - [-21, 9], - [3, 11], - [-13, -5], - [-31, 8], - [-30, -6], - [-12, 12], - [-16, 5], - [3, 18], - [-11, -14], - [-21, 5], - [9, 13], - [-18, -1], - [-16, 19], - [-12, 1], - [-2, -7], - [-15, -3], - [-3, 6], - [9, 19], - [-17, -18], - [2, -20], - [8, -8], - [-6, -3], - [-8, -27], - [-18, 1], - [-5, -5], - [-2, 13], - [-12, -25], - [-13, 3], - [-7, -13], - [-19, -17], - [-16, -2], - [-6, 6], - [3, 9], - [19, 10], - [2, 8], - [-11, -6], - [-10, 7], - [4, 16], - [8, 10], - [5, 19], - [-5, 8], - [27, 21], - [6, -6], - [18, 3], - [-14, 10], - [4, 5], - [-19, 4], - [-15, -15], - [-9, -2], - [-20, -27], - [-7, -16], - [-11, -2], - [9, -10], - [-18, -24], - [-11, 0], - [-4, -11], - [-9, -5], - [-3, -20], - [10, 3], - [13, -8], - [2, -6], - [-11, -12], - [-5, 0], - [-14, -31], - [-4, 7], - [-2, -11], - [-12, 1], - [-9, -17], - [-9, 2], - [-2, -13], - [-10, -1], - [-14, -15], - [7, -5], - [-7, -12], - [-5, 4], - [-12, -16], - [-17, -5], - [-2, -11], - [-13, -1], - [-4, -8], - [7, -10], - [-10, -4], - [-1, -7], - [-22, -6], - [-5, -17], - [-6, 16], - [-20, -21], - [-10, 2], - [-12, -10], - [-5, 2], - [6, 12], - [-10, 1], - [-6, -22], - [-9, -11], - [-12, 8], - [-4, -14], - [-7, 2], - [-9, -9], - [0, 18], - [10, 3], - [22, 30], - [12, 12], - [9, 3], - [34, -7], - [-10, 9], - [5, 17], - [16, 15], - [24, 17], - [9, -4], - [-1, 15], - [10, 16], - [18, 15], - [2, 46], - [12, 18], - [5, 16], - [-8, -7], - [-25, -13], - [-11, 12], - [1, 10], - [-9, -10], - [4, -20], - [-11, -2], - [-14, 29], - [-8, -10], - [-12, 17], - [-19, -11], - [-20, -18], - [-11, 4], - [11, 7], - [-1, 13], - [6, 7], - [-12, 2], - [0, 15], - [7, 6], - [-20, 46], - [-1, -17], - [-16, -8], - [-23, -4], - [-9, 6], - [-13, 23], - [-19, 12], - [20, 19], - [18, -3], - [7, -12], - [9, 7], - [-4, 7], - [-29, 2], - [-20, 20], - [-7, -6], - [-9, 14], - [0, 21], - [-6, 7], - [15, 2], - [-4, 13], - [18, 26], - [8, -3], - [-3, 14], - [5, 17], - [11, 0], - [-8, 7], - [7, 5], - [17, 0], - [2, -11], - [17, 1], - [20, 24], - [25, -1], - [18, 17], - [-6, 30], - [-13, 9], - [10, 4], - [9, 13], - [-10, 12], - [-41, -24], - [-17, -5], - [-12, 9], - [-18, 0], - [-19, -8], - [-33, 8], - [-8, 6], - [3, 12], - [-11, 10], - [7, 9], - [13, 2], - [-38, 8], - [-18, 10], - [37, 28], - [24, 9], - [16, 13], - [16, 7], - [29, 2], - [-7, -11], - [7, -19], - [26, 2], - [24, -8], - [11, 18], - [13, -3], - [-13, 10], - [-11, -2], - [-2, 11], - [-15, 10], - [-5, 9], - [9, 3], - [7, -17], - [12, -11], - [10, 4], - [14, -9], - [16, 2], - [-3, 14], - [-23, 0], - [-9, -7], - [-10, 10], - [2, 20], - [-23, -2], - [-30, 5], - [-10, 27], - [-34, 25], - [-20, 9], - [-16, 11], - [9, 17], - [0, 14], - [16, -2], - [37, 4], - [19, 11], - [15, 16], - [2, 19], - [29, 33], - [26, 0], - [45, 27], - [39, 4], - [21, 14], - [12, 13], - [33, -7], - [-12, -12], - [11, -6], - [16, 16], - [13, -7], - [2, -12], - [19, 5], - [38, -1], - [9, -4], - [-12, -15], - [24, 0], - [-6, -6], - [32, 3], - [11, -5], - [30, 5], - [31, -8], - [27, -11], - [40, 0], - [30, -12], - [40, 9], - [52, -27], - [12, 0] - ], - [ - [2912, 6333], - [-2, -4] - ], - [ - [2914, 6329], - [-1, 4] - ], - [ - [6651, 7782], - [-7, -26], - [12, -19], - [-3, -12], - [11, 5], - [3, 8], - [-2, 16], - [3, 11] - ], - [ - [6601, 7610], - [-7, 11], - [-5, -2], - [-4, -22] - ], - [ - [6627, 7805], - [-10, -35], - [2, -18], - [4, -10], - [9, 17], - [-3, 20], - [3, 6], - [-1, 16] - ], - [ - [3301, 5940], - [-4, 4], - [5, 8], - [-1, -12] - ], - [ - [3313, 5694], - [1, -6], - [-5, -8], - [-9, -2], - [1, 7], - [12, 9] - ], - [ - [3303, 5691], - [4, 12], - [2, -5], - [-6, -7] - ], - [ - [3228, 5816], - [-8, -8], - [-9, 6], - [4, 7], - [6, -5], - [4, 10], - [3, -10] - ], - [ - [3018, 5865], - [-3, -7], - [-14, -7], - [0, -13], - [10, -38], - [-1, -16], - [-4, -6], - [-10, -30], - [5, -18], - [6, -7], - [-1, -15], - [6, -5], - [9, 7], - [5, 10], - [-1, 32], - [-11, 30], - [-2, 23], - [3, 10], - [4, 0], - [12, 13], - [18, 8], - [5, 9], - [8, -2], - [-2, 13], - [-11, -5], - [-2, 13], - [2, 16], - [5, 5], - [6, -10], - [2, -22], - [4, -10], - [12, 3], - [15, -10], - [7, -12], - [4, -15], - [-2, -7], - [5, -15], - [8, -1], - [17, 4], - [6, 4], - [21, 2], - [11, -20], - [11, -9], - [11, -5], - [8, 2], - [4, 9], - [5, 0], - [2, 8], - [20, 5], - [-5, 5], - [-9, 1], - [10, 6], - [7, -3], - [11, 6], - [12, 1], - [16, -4], - [8, 4], - [-2, -6], - [-10, -6], - [-16, 0], - [1, -9], - [5, -5], - [1, -12], - [-9, -1], - [5, -4], - [8, 8], - [5, -25], - [2, 17], - [11, -10], - [7, -3], - [-2, 7], - [13, -19], - [4, 1], - [7, -12], - [-9, -24], - [-3, -22], - [-12, 0], - [10, -11], - [3, 6], - [14, 6], - [6, -4], - [3, 6], - [9, -4] - ], - [ - [7888, 5785], - [0, -17], - [-4, 12], - [4, 5] - ], - [ - [7999, 6420], - [-7, 1], - [-4, -12], - [-7, -3], - [1, -12], - [-6, -6], - [-5, 4], - [-9, -2], - [4, -16], - [-8, -8], - [2, -17], - [-7, -4], - [-4, -11], - [-7, -4], - [-3, -15], - [-1, -23], - [-5, -13], - [7, -30], - [7, -15], - [11, -17], - [-1, -15], - [8, -21], - [9, -14], - [4, -12], - [16, -29], - [6, -2], - [16, -47], - [8, -11], - [1, -21], - [5, -18], - [-2, -5], - [6, -25], - [0, -35], - [2, -3], - [0, -23], - [3, -13], - [-6, -10], - [0, -42], - [-3, -5], - [4, -7], - [-4, -10], - [-2, 4], - [0, -16], - [-7, -2], - [-2, -8], - [-4, 0], - [-8, -14], - [-6, -1], - [-2, -13], - [-5, 0], - [-11, -13], - [-13, 0], - [-5, 12], - [1, -23], - [-11, 2], - [11, -9], - [-4, -11], - [-6, 4], - [7, -11], - [-3, -2], - [-12, 24], - [0, -5], - [10, -18], - [2, -11], - [-5, -6], - [-10, 15], - [4, -19], - [-1, -6], - [-17, -13], - [-12, -29], - [-11, -2], - [5, 9], - [-2, 10], - [0, 36], - [2, 17], - [6, 7], - [-10, 15], - [-5, -5], - [-3, 16] - ], - [ - [9706, 4050], - [-7, 13], - [4, 7], - [3, -20] - ], - [ - [9699, 4104], - [2, -14], - [-8, 6], - [0, 12], - [6, -4] - ], - [ - [9675, 4172], - [7, -8], - [-6, -8], - [-6, 7], - [5, 9] - ], - [ - [9671, 4228], - [8, -15], - [-7, 1], - [-1, 14] - ], - [ - [9675, 4243], - [-6, -2], - [-6, 7], - [7, 9], - [5, -14] - ], - [ - [9650, 4255], - [10, -14], - [1, -7], - [-10, -6], - [-4, 27], - [-5, 1], - [1, 12], - [4, -1], - [3, -12] - ], - [ - [9672, 4262], - [-3, 21], - [1, 9], - [3, -20], - [-1, -10] - ], - [ - [9662, 4292], - [-5, 2], - [9, 9], - [-4, -11] - ], - [ - [9671, 4298], - [-2, 1], - [-1, 24], - [2, -2], - [1, -23] - ], - [ - [9633, 4310], - [4, 2], - [0, 11], - [5, -11], - [3, -23], - [-11, -7], - [-7, 15], - [1, 11], - [-3, 15], - [1, 17], - [5, -11], - [2, -19] - ], - [ - [9653, 4368], - [1, -9], - [-5, 0], - [4, 9] - ], - [ - [9654, 4385], - [-4, -3], - [-1, 10], - [5, -7] - ], - [ - [5917, 7177], - [-8, 1] - ], - [ - [233, 4380], - [5, -6], - [-14, 2], - [-4, 7], - [7, 5], - [6, -8] - ], - [ - [213, 4406], - [3, -6], - [-1, -12], - [-9, 0], - [-5, 15], - [12, 3] - ], - [ - [6488, 5914], - [7, -6], - [7, 6], - [10, -9], - [-9, -11], - [-10, -3], - [-6, 2], - [-5, 12], - [6, 9] - ], - [ - [6474, 6141], - [-14, -9], - [-10, -18], - [-2, -12], - [2, -20], - [-10, -7], - [-13, -15], - [-23, -11], - [-11, -11], - [-4, 0], - [-25, -18], - [-3, -12], - [-8, -16], - [-6, -3], - [-14, 3], - [-10, -9], - [-6, -13], - [-15, -8], - [-5, -6], - [-14, 0], - [-16, -6], - [-7, -15], - [-15, -17], - [-7, 3], - [-4, -8], - [-14, -5], - [-10, 9], - [-3, -4], - [-7, 35], - [2, 25], - [-6, 21], - [-2, 16], - [-3, 43], - [-6, 7], - [4, 2], - [-3, 17], - [3, 18], - [-1, 29] - ], - [ - [5913, 3637], - [-1, -16], - [-5, -23], - [-3, -38], - [-5, -21], - [-10, -19], - [-7, -3], - [-13, -27], - [-21, -68], - [-4, -16], - [-15, -32], - [-4, -4], - [-16, -28], - [-9, -21], - [-13, -22], - [-25, -35], - [-27, -26], - [-15, 4], - [-9, -9], - [0, -11], - [-17, 5], - [-4, -12], - [-11, 1], - [-8, 6], - [-16, 4], - [-6, -7], - [-23, 6], - [-10, -4], - [-12, -19], - [-7, 3], - [-6, -5], - [-11, 4], - [-1, -6], - [-11, 0], - [-14, -20], - [-9, 3], - [-9, 9], - [0, 11], - [-6, 4], - [-8, -2], - [0, 17], - [-10, -2], - [0, -13], - [-4, 19], - [5, 10], - [-2, 12], - [-7, 16], - [-4, 20], - [-4, -1], - [1, 18], - [7, -2], - [4, 8], - [1, 20], - [-2, 22], - [-4, 17], - [-9, 20], - [-7, 28], - [-8, 24], - [-6, 42], - [-6, 29], - [-7, 15], - [-3, 15] - ], - [ - [5815, 3905], - [12, 3], - [14, -12], - [15, 3], - [13, -7] - ], - [ - [5844, 4282], - [-15, 1], - [-13, -5], - [-15, -18], - [0, -21], - [-3, -8] - ], - [ - [5798, 4231], - [-3, 3], - [-13, -9], - [-5, -13], - [-12, -14], - [-13, -38], - [-2, -11] - ], - [ - [5750, 4149], - [-9, -7], - [-14, 11], - [-7, -7], - [-7, 11], - [-12, 1] - ], - [ - [5792, 4643], - [5, 5], - [9, 23], - [3, 15], - [-7, 8] - ], - [ - [5849, 4709], - [-4, -14], - [7, -1], - [9, -18], - [5, 4], - [-1, 8] - ], - [ - [5750, 4149], - [10, 22], - [5, 5], - [4, 17], - [11, 9], - [0, 11], - [8, 0], - [8, 9], - [1, -7], - [8, 12], - [-7, 4] - ] - ], - "type": "Topology", - "objects": { - "world": { - "geometries": [ - { - "arcs": [[0, 1, 2, 3, 4, 5]], - "type": "Polygon", - "id": "AFG", - "properties": { "name": "Afghanistan" } - }, - { - "arcs": [[[6, 7, 8, 9]], [[10, 11, 12]]], - "type": "MultiPolygon", - "id": "AGO", - "properties": { "name": "Angola" } - }, - { - "arcs": [ - [[13, 14]], - [[15, 16]], - [[17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]] - ], - "type": "MultiPolygon", - "id": "ALB", - "properties": { "name": "Albania" } - }, - { - "arcs": [[[31]]], - "type": "MultiPolygon", - "id": "ALD", - "properties": { "name": "Aland" } - }, - { "arcs": [[32, 33]], "type": "Polygon", "id": "AND", "properties": { "name": "Andorra" } }, - { - "arcs": [[[34]], [[35, 36, 37, 38, 39], [40]]], - "type": "MultiPolygon", - "id": "ARE", - "properties": { "name": "United Arab Emirates" } - }, - { - "arcs": [[[41, 42]], [[43, 44]], [[45, 46, 47, 48, 49, 50]]], - "type": "MultiPolygon", - "id": "ARG", - "properties": { "name": "Argentina" } - }, - { - "arcs": [[[51]], [[52, 53, 54, 55, 56], [57], [58]]], - "type": "MultiPolygon", - "id": "ARM", - "properties": { "name": "Armenia" } - }, - { - "arcs": [[[121]]], - "type": "MultiPolygon", - "id": "ATF", - "properties": { "name": "Fr. S. Antarctic Lands" } - }, - { - "arcs": [ - [[122]], - [[123]], - [[124]], - [[125]], - [[126]], - [[127]], - [[128]], - [[129]], - [[130]], - [[131]], - [[132]], - [[133]], - [[134]], - [[135]], - [[136]], - [[137]], - [[138]], - [[139]], - [[140]] - ], - "type": "MultiPolygon", - "id": "AUS", - "properties": { "name": "Australia" } - }, - { - "arcs": [[141, 142, 143, 144, 145, 146, 147, 148, 149, 150]], - "type": "Polygon", - "id": "AUT", - "properties": { "name": "Austria" } - }, - { - "arcs": [[[151, 152, -55]], [[-59]], [[-58]], [[153, 154, 155, -53, 156], [-52]]], - "type": "MultiPolygon", - "id": "AZE", - "properties": { "name": "Azerbaijan" } - }, - { - "arcs": [[157, 158, 159, 160]], - "type": "Polygon", - "id": "BDI", - "properties": { "name": "Burundi" } - }, - { - "arcs": [[161, 162, 163, 164, 165, 166, 167]], - "type": "Polygon", - "id": "BEL", - "properties": { "name": "Belgium" } - }, - { - "arcs": [[168, 169, 170, 171, 172]], - "type": "Polygon", - "id": "BEN", - "properties": { "name": "Benin" } - }, - { - "arcs": [[173, -172, 174, 175, 176, 177]], - "type": "Polygon", - "id": "BFA", - "properties": { "name": "Burkina Faso" } - }, - { - "arcs": [[[178]], [[179]], [[180, 181, 182]]], - "type": "MultiPolygon", - "id": "BGD", - "properties": { "name": "Bangladesh" } - }, - { - "arcs": [[183, 184, 185, 186, 187, 188]], - "type": "Polygon", - "id": "BGR", - "properties": { "name": "Bulgaria" } - }, - { "arcs": [[189]], "type": "Polygon", "id": "BHR", "properties": { "name": "Bahrain" } }, - { - "arcs": [ - [[190]], - [[191]], - [[192]], - [[193]], - [[194]], - [[195]], - [[196]], - [[197]], - [[198]], - [[199]], - [[200]] - ], - "type": "MultiPolygon", - "id": "BHS", - "properties": { "name": "Bahamas" } - }, - { - "arcs": [[201, 202, 203, 204, 205]], - "type": "Polygon", - "id": "BIH", - "properties": { "name": "Bosnia and Herz." } - }, - { - "arcs": [[206, 207, 208, 209, 210]], - "type": "Polygon", - "id": "BLR", - "properties": { "name": "Belarus" } - }, - { - "arcs": [[[211, 212, 213]]], - "type": "MultiPolygon", - "id": "BLZ", - "properties": { "name": "Belize" } - }, - { - "arcs": [[[214, 215]], [[216, -51, 217, 218, 219, 220, 221]]], - "type": "MultiPolygon", - "id": "BOL", - "properties": { "name": "Bolivia" } - }, - { - "arcs": [ - [[222]], - [[223]], - [[224]], - [[225]], - [[226]], - [[227]], - [[228]], - [[229]], - [[230]], - [[231]], - [[232]], - [[233]], - [[234]], - [[235]], - [[236]], - [[237]], - [[238, 239, 240, 241, 242, 243, -47, 244, 245, 246, -222, 247, 248, 249, 250]] - ], - "type": "MultiPolygon", - "id": "BRA", - "properties": { "name": "Brazil" } - }, - { "arcs": [[251]], "type": "Polygon", "id": "BRB", "properties": { "name": "Barbados" } }, - { - "arcs": [[[252, 253]], [[254, 255]]], - "type": "MultiPolygon", - "id": "BRN", - "properties": { "name": "Brunei" } - }, - { - "arcs": [[256, 257]], - "type": "Polygon", - "id": "BTN", - "properties": { "name": "Bhutan" } - }, - { - "arcs": [[258, 259, 260]], - "type": "Polygon", - "id": "BWA", - "properties": { "name": "Botswana" } - }, - { - "arcs": [[261, 262, 263, 264, 265, 266]], - "type": "Polygon", - "id": "CAF", - "properties": { "name": "Central African Rep." } - }, - { - "arcs": [ - [[267]], - [[268]], - [[269]], - [[270]], - [[271]], - [[272]], - [[273]], - [[274, 275, 276, 277]], - [[278]], - [[279]], - [[280]], - [[281]], - [[282]], - [[283]], - [[284]], - [[285]], - [[286]], - [[287]], - [[288]], - [[289]], - [[290]], - [[291]], - [[292]], - [[293]], - [[294]], - [[295]], - [[296]], - [[297]], - [[298]], - [[299]], - [[300]], - [[301]], - [[302]], - [[303]], - [[304]], - [[305]], - [[306]], - [[307]], - [[308]], - [[309]], - [[310]], - [[311]], - [[312]], - [[313]], - [[314]], - [[315]], - [[316]], - [[317]], - [[318]], - [[319]], - [[320]], - [[321]], - [[322]], - [[323]], - [[324]], - [[325]], - [[326]], - [[327]], - [[328]], - [[329]], - [[330]], - [[331]], - [[332]], - [[333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, -346, 346, 347]], - [[348]], - [[349]], - [[350]], - [[351]], - [[352]], - [[353]], - [[354]], - [[355]], - [[356]], - [[357]], - [[358]], - [[359]], - [[360]], - [[361]], - [[362]], - [[363]], - [[364]], - [[365]], - [[366]], - [[367]], - [[368]], - [[369]], - [[370]], - [[371]], - [[372]], - [[373]], - [[374]], - [[375]], - [[376]], - [[377]], - [[378]], - [[379]], - [[380]], - [[381]], - [[382]], - [[383]], - [[384]] - ], - "type": "MultiPolygon", - "id": "CAN", - "properties": { "name": "Canada" } - }, - { - "arcs": [[385, 386, 387, -148, 388, -146, 389, 390, 391, 392, 393]], - "type": "Polygon", - "id": "CHE", - "properties": { "name": "Switzerland" } - }, - { - "arcs": [ - [[394]], - [[395]], - [[396]], - [[397]], - [[398]], - [[399]], - [[400]], - [[401]], - [[402]], - [[-44, 403, -42, 404]], - [[405]], - [[406]], - [[407]], - [[408]], - [[409]], - [[410]], - [[411]], - [[412]], - [[413]], - [[414]], - [[415]], - [[416]], - [[417]], - [[418]], - [[419]], - [[420]], - [[421]], - [[422]], - [[423]], - [[424]], - [[425]], - [[426]], - [[427]], - [[428]], - [[429]], - [[430]], - [[431]], - [[432]], - [[433]], - [[434]], - [[435]], - [[-50, 436, 437, -218]] - ], - "type": "MultiPolygon", - "id": "CHL", - "properties": { "name": "Chile" } - }, - { - "arcs": [ - [[438]], - [[439]], - [[440]], - [[441]], - [ - [ - 442, - 443, - 444, - 445, - 446, - 447, - 448, - 449, - 450, - 451, - -258, - 452, - 453, - 454, - 455, - 456, - -1, - 457, - 458, - 459, - 460, - 461, - 462, - 463, - 464 - ] - ] - ], - "type": "MultiPolygon", - "id": "CHN", - "properties": { "name": "China" } - }, - { - "arcs": [[[465, 466]], [[-177, 467, 468, 469, 470, 471]]], - "type": "MultiPolygon", - "id": "CIV", - "properties": { "name": "C\u00f4te d'Ivoire" } - }, - { - "arcs": [[[472, -266, 473, 474, 475, 476, 477, 478, 479]], [[480, 481]]], - "type": "MultiPolygon", - "id": "CMR", - "properties": { "name": "Cameroon" } - }, - { - "arcs": [[[482, 483, 484, 485]], [[486, 487, 488, 489]], [[490, 491, 492, 493]]], - "type": "MultiPolygon", - "id": "CNM", - "properties": { "name": "Cyprus U.N. Buffer Zone" } - }, - { - "arcs": [ - [[494]], - [ - [ - 495, - 496, - 497, - 498, - 499, - 500, - 501, - 502, - 503, - -160, - 504, - 505, - 506, - 507, - -10, - 508, - -11, - 509, - -264 - ] - ] - ], - "type": "MultiPolygon", - "id": "COD", - "properties": { "name": "Dem. Rep. Congo" } - }, - { - "arcs": [[-510, -13, 510, 511, -474, -265]], - "type": "Polygon", - "id": "COG", - "properties": { "name": "Congo" } - }, - { - "arcs": [[[512, -249, 513, 514, 515, 516, 517]]], - "type": "MultiPolygon", - "id": "COL", - "properties": { "name": "Colombia" } - }, - { - "arcs": [[[518]], [[519]]], - "type": "MultiPolygon", - "id": "COM", - "properties": { "name": "Comoros" } - }, - { - "arcs": [[[520]], [[521]], [[522]], [[523]]], - "type": "MultiPolygon", - "id": "CPV", - "properties": { "name": "Cape Verde" } - }, - { - "arcs": [[[524, 525, 526, 527]]], - "type": "MultiPolygon", - "id": "CRI", - "properties": { "name": "Costa Rica" } - }, - { - "arcs": [[[528]], [[529]], [[530]], [[531, 532, 533, 534]]], - "type": "MultiPolygon", - "id": "CUB", - "properties": { "name": "Cuba" } - }, - { - "arcs": [[535]], - "type": "Polygon", - "id": "CUW", - "properties": { "name": "Cura\u00e7ao" } - }, - { - "arcs": [[[536, -488]], [[-486, 537, -494, 538]]], - "type": "MultiPolygon", - "id": "CYN", - "properties": { "name": "N. Cyprus" } - }, - { - "arcs": [ - [[539, 540]], - [[541]], - [[542, 543, -484]], - [[544, 545, 546, 547, -490, 548, -492]] - ], - "type": "MultiPolygon", - "id": "CYP", - "properties": { "name": "Cyprus" } - }, - { - "arcs": [[549, 550, -151, 551]], - "type": "Polygon", - "id": "CZE", - "properties": { "name": "Czech Rep." } - }, - { - "arcs": [ - [[-387, 552]], - [[553, 554]], - [[555]], - [[556, 557, -552, -150, 558, -394, 559, 560, -162, 561, 562, 563]] - ], - "type": "MultiPolygon", - "id": "DEU", - "properties": { "name": "Germany" } - }, - { - "arcs": [[564, 565, 566, 567, 568, 569]], - "type": "Polygon", - "id": "DJI", - "properties": { "name": "Djibouti" } - }, - { "arcs": [[570]], "type": "Polygon", "id": "DMA", "properties": { "name": "Dominica" } }, - { - "arcs": [[[571]], [[572]], [[573]], [[574]], [[575]], [[576]], [[577]], [[-564, 578]]], - "type": "MultiPolygon", - "id": "DNK", - "properties": { "name": "Denmark" } - }, - { - "arcs": [[[579, 580, 581, 582, 583, 584]]], - "type": "MultiPolygon", - "id": "DOM", - "properties": { "name": "Dominican Rep." } - }, - { - "arcs": [[585, 586, 587, 588, 589, 590, 591, 592]], - "type": "Polygon", - "id": "DZA", - "properties": { "name": "Algeria" } - }, - { - "arcs": [[[593]], [[594]], [[595]], [[596]], [[597]], [[598]], [[599, 600, -515]]], - "type": "MultiPolygon", - "id": "ECU", - "properties": { "name": "Ecuador" } - }, - { - "arcs": [[[601, 602, 603, 604, 605, 606]]], - "type": "MultiPolygon", - "id": "EGY", - "properties": { "name": "Egypt" } - }, - { - "arcs": [[[607]], [[-569, 608, 609, 610]]], - "type": "MultiPolygon", - "id": "ERI", - "properties": { "name": "Eritrea" } - }, - { - "arcs": [[-485, -544, 611, -541, 612, -545, -491, -538], [-542]], - "type": "Polygon", - "id": "ESB", - "properties": { "name": "Dhekelia" } - }, - { - "arcs": [ - [[613]], - [[614]], - [[615]], - [[616]], - [[617]], - [[618]], - [[619, 620]], - [[621, 622]], - [[623]], - [[624]], - [[625]], - [[626]], - [[627, -33, 628, 629, 630, 631, 632, 633]] - ], - "type": "MultiPolygon", - "id": "ESP", - "properties": { "name": "Spain" } - }, - { - "arcs": [[[634]], [[635]], [[636, 637, 638, 639, 640, 641, 642, 643, 644]]], - "type": "MultiPolygon", - "id": "EST", - "properties": { "name": "Estonia" } - }, - { - "arcs": [[-568, 645, -566, 646, 647, 648, 649, 650, -609]], - "type": "Polygon", - "id": "ETH", - "properties": { "name": "Ethiopia" } - }, - { - "arcs": [[[651]], [[652, 653, 654, 655]]], - "type": "MultiPolygon", - "id": "FIN", - "properties": { "name": "Finland" } - }, - { - "arcs": [[[656]], [[657]], [[658]]], - "type": "MultiPolygon", - "id": "FJI", - "properties": { "name": "Fiji" } - }, - { - "arcs": [[[659]], [[660]]], - "type": "MultiPolygon", - "id": "FLK", - "properties": { "name": "Falkland Is." } - }, - { - "arcs": [ - [[661]], - [[662]], - [[-240, 663, 664]], - [[665]], - [[666]], - [[667]], - [[668]], - [[669, -560, -393, 670, -391, 671, 672, 673, 674, -629, -34, -628, 675, -164], [-627]] - ], - "type": "MultiPolygon", - "id": "FRA", - "properties": { "name": "France" } - }, - { - "arcs": [[[676]], [[677]]], - "type": "MultiPolygon", - "id": "FRO", - "properties": { "name": "Faeroe Is." } - }, - { - "arcs": [[[678]]], - "type": "MultiPolygon", - "id": "FSM", - "properties": { "name": "Micronesia" } - }, - { - "arcs": [[[-512, 679, 680, -475]]], - "type": "MultiPolygon", - "id": "GAB", - "properties": { "name": "Gabon" } - }, - { - "arcs": [ - [[681]], - [[682]], - [[683, 684]], - [[685]], - [[686]], - [[687]], - [[688]], - [[689]], - [[690]], - [[691]], - [[692]], - [[693]], - [[694]], - [[695]] - ], - "type": "MultiPolygon", - "id": "GBR", - "properties": { "name": "United Kingdom" } - }, - { - "arcs": [[-157, -57, 696, 697, 698]], - "type": "Polygon", - "id": "GEO", - "properties": { "name": "Georgia" } - }, - { - "arcs": [[699, 700, -466, 701, -468, -176]], - "type": "Polygon", - "id": "GHA", - "properties": { "name": "Ghana" } - }, - { - "arcs": [[-631, 702]], - "type": "Polygon", - "id": "GIB", - "properties": { "name": "Gibraltar" } - }, - { - "arcs": [[703, -471, 704, 705, 706, 707, 708]], - "type": "Polygon", - "id": "GIN", - "properties": { "name": "Guinea" } - }, - { - "arcs": [[709, 710]], - "type": "Polygon", - "id": "GMB", - "properties": { "name": "Gambia" } - }, - { - "arcs": [[[711]], [[712, 713, -708]]], - "type": "MultiPolygon", - "id": "GNB", - "properties": { "name": "Guinea-Bissau" } - }, - { - "arcs": [[[-681, 714, -476]], [[715]]], - "type": "MultiPolygon", - "id": "GNQ", - "properties": { "name": "Eq. Guinea" } - }, - { - "arcs": [ - [[716]], - [[717]], - [[718]], - [[719]], - [[720]], - [[721]], - [[722]], - [[723]], - [[724]], - [[725]], - [[726]], - [[727]], - [[728]], - [[729]], - [[730]], - [[731]], - [[732, -186, 733, 734, -27, 735, -25, 736]] - ], - "type": "MultiPolygon", - "id": "GRC", - "properties": { "name": "Greece" } - }, - { - "arcs": [[[737]]], - "type": "MultiPolygon", - "id": "GRD", - "properties": { "name": "Grenada" } - }, - { - "arcs": [ - [[738]], - [[739]], - [[740]], - [[741]], - [[742]], - [[743]], - [[744]], - [[745]], - [[746]], - [[747]], - [[748]], - [[749]], - [[750]], - [[751]], - [[752]], - [[753]], - [[754]], - [[755]], - [[756]], - [[757]], - [[758]], - [[759]], - [[760]], - [[761]], - [[762]], - [[763]] - ], - "type": "MultiPolygon", - "id": "GRL", - "properties": { "name": "Greenland" } - }, - { - "arcs": [[-213, 764, 765, 766, 767, 768]], - "type": "Polygon", - "id": "GTM", - "properties": { "name": "Guatemala" } - }, - { "arcs": [[769]], "type": "Polygon", "id": "GUM", "properties": { "name": "Guam" } }, - { - "arcs": [[[770, -251, 771, 772]]], - "type": "MultiPolygon", - "id": "GUY", - "properties": { "name": "Guyana" } - }, - { - "arcs": [[[773, -447]]], - "type": "MultiPolygon", - "id": "HKG", - "properties": { "name": "Hong Kong" } - }, - { - "arcs": [[774]], - "type": "Polygon", - "id": "HMD", - "properties": { "name": "Heard I. and McDonald Is." } - }, - { - "arcs": [[[775, 776, 777, -766, 778]]], - "type": "MultiPolygon", - "id": "HND", - "properties": { "name": "Honduras" } - }, - { - "arcs": [ - [[-204, 779, 780]], - [[781]], - [[782]], - [[783]], - [[784]], - [[785, 786, -206, 787, 788]] - ], - "type": "MultiPolygon", - "id": "HRV", - "properties": { "name": "Croatia" } - }, - { - "arcs": [[[-582, 789]], [[790]], [[-584, 791, -580, 792]]], - "type": "MultiPolygon", - "id": "HTI", - "properties": { "name": "Haiti" } - }, - { - "arcs": [[793, 794, 795, -786, 796, -143, 797]], - "type": "Polygon", - "id": "HUN", - "properties": { "name": "Hungary" } - }, - { - "arcs": [ - [[798]], - [[799]], - [[800]], - [[801, 802, 803, 804]], - [[805]], - [[806]], - [[807]], - [[808]], - [[809]], - [[810]], - [[811]], - [[812]], - [[813]], - [[814]], - [[815]], - [[816]], - [[817]], - [[818]], - [[819]], - [[820]], - [[821]], - [[822]], - [[823]], - [[824]], - [[825]], - [[826]], - [[827]], - [[828]], - [[829]], - [[830]], - [[831]], - [[832]], - [[833]], - [[834]], - [[835]], - [[836]], - [[837]], - [[838]], - [[839]], - [[840]], - [[841]], - [[842]], - [[843]], - [[844]], - [[845]], - [[846]], - [[847]], - [[848]], - [[849]], - [[850]], - [[851]], - [[852]], - [[853]], - [[854]], - [[855]], - [[856]], - [[857, 858]], - [[859]], - [[860]], - [[861]], - [[862]], - [[863]], - [[864]], - [[865]], - [[866]], - [[867]], - [[868]], - [[869]], - [[870]], - [[871]], - [[872]], - [[873]], - [[874]], - [[875]], - [[876]], - [[877]], - [[878]], - [[879]], - [[880]], - [[881, 882]], - [[883]], - [[884, 885]], - [[886]], - [[887]] - ], - "type": "MultiPolygon", - "id": "IDN", - "properties": { "name": "Indonesia" } - }, - { - "arcs": [[888]], - "type": "Polygon", - "id": "IMN", - "properties": { "name": "Isle of Man" } - }, - { - "arcs": [ - [[889]], - [[890]], - [[891]], - [[892]], - [[893, -453, -257, -452, 894, -183, 895, 896, 897, -455]] - ], - "type": "MultiPolygon", - "id": "IND", - "properties": { "name": "India" } - }, - { - "arcs": [[[-684, 898]]], - "type": "MultiPolygon", - "id": "IRL", - "properties": { "name": "Ireland" } - }, - { - "arcs": [[[899]], [[-54, -156, 900, 901, -3, 902, 903, 904, 905, -152]]], - "type": "MultiPolygon", - "id": "IRN", - "properties": { "name": "Iran" } - }, - { - "arcs": [[-905, 906, 907, 908, 909, 910, 911, 912, 913]], - "type": "Polygon", - "id": "IRQ", - "properties": { "name": "Iraq" } - }, - { - "arcs": [[[914]]], - "type": "MultiPolygon", - "id": "ISL", - "properties": { "name": "Iceland" } - }, - { - "arcs": [[915, 916, 917, 918, 919, 920, 921, -603, 922, 923, 924, 925]], - "type": "Polygon", - "id": "ISR", - "properties": { "name": "Israel" } - }, - { - "arcs": [[[926]], [[927]], [[928, 929, -672, -390, -145], [930], [931]]], - "type": "MultiPolygon", - "id": "ITA", - "properties": { "name": "Italy" } - }, - { "arcs": [[932]], "type": "Polygon", "id": "JAM", "properties": { "name": "Jamaica" } }, - { - "arcs": [[933, 934, -921, 935, -919, 936, 937, -916, 938, -910]], - "type": "Polygon", - "id": "JOR", - "properties": { "name": "Jordan" } - }, - { - "arcs": [ - [[939]], - [[940]], - [[941]], - [[942]], - [[943]], - [[944]], - [[945]], - [[946]], - [[947]], - [[948]], - [[949]], - [[950]], - [[951]] - ], - "type": "MultiPolygon", - "id": "JPN", - "properties": { "name": "Japan" } - }, - { "arcs": [[952]], "type": "Polygon", "id": "KAB", "properties": { "name": "Baikonur" } }, - { - "arcs": [[-898, 953, -456]], - "type": "Polygon", - "id": "KAS", - "properties": { "name": "Siachen Glacier" } - }, - { - "arcs": [[[954, 955]], [[-460, 956, 957, 958, 959, 960, 961, 962], [-953]]], - "type": "MultiPolygon", - "id": "KAZ", - "properties": { "name": "Kazakhstan" } - }, - { - "arcs": [[[-649, 963, 964, 965, 966, 967, 968]]], - "type": "MultiPolygon", - "id": "KEN", - "properties": { "name": "Kenya" } - }, - { - "arcs": [[-459, 969, 970, -957], [971], [972], [973]], - "type": "Polygon", - "id": "KGZ", - "properties": { "name": "Kyrgyzstan" } - }, - { - "arcs": [[[974, 975, 976, 977]]], - "type": "MultiPolygon", - "id": "KHM", - "properties": { "name": "Cambodia" } - }, - { - "arcs": [[[978]]], - "type": "MultiPolygon", - "id": "KIR", - "properties": { "name": "Kiribati" } - }, - { - "arcs": [[[979]], [[980]], [[981]], [[982, 983]]], - "type": "MultiPolygon", - "id": "KOR", - "properties": { "name": "Korea" } - }, - { - "arcs": [[984, -18, 985, 986]], - "type": "Polygon", - "id": "XKX", - "properties": { "name": "Kosovo" } - }, - { - "arcs": [[[987]], [[988, -908, 989]]], - "type": "MultiPolygon", - "id": "KWT", - "properties": { "name": "Kuwait" } - }, - { - "arcs": [[990, -977, 991, 992, -450]], - "type": "Polygon", - "id": "LAO", - "properties": { "name": "Lao PDR" } - }, - { - "arcs": [[-925, 993, 994]], - "type": "Polygon", - "id": "LBN", - "properties": { "name": "Lebanon" } - }, - { - "arcs": [[-470, 995, 996, -705]], - "type": "Polygon", - "id": "LBR", - "properties": { "name": "Liberia" } - }, - { - "arcs": [[-606, 997, 998, 999, -587, 1000, 1001]], - "type": "Polygon", - "id": "LBY", - "properties": { "name": "Libya" } - }, - { - "arcs": [[1002]], - "type": "Polygon", - "id": "LCA", - "properties": { "name": "Saint Lucia" } - }, - { - "arcs": [[-389, -147]], - "type": "Polygon", - "id": "LIE", - "properties": { "name": "Liechtenstein" } - }, - { - "arcs": [[[1003]]], - "type": "MultiPolygon", - "id": "LKA", - "properties": { "name": "Sri Lanka" } - }, - { "arcs": [[1004]], "type": "Polygon", "id": "LSO", "properties": { "name": "Lesotho" } }, - { - "arcs": [[[1005, 1006]], [[-210, 1007, 1008, 1009, 1010]]], - "type": "MultiPolygon", - "id": "LTU", - "properties": { "name": "Lithuania" } - }, - { - "arcs": [[-561, -670, -163]], - "type": "Polygon", - "id": "LUX", - "properties": { "name": "Luxembourg" } - }, - { - "arcs": [[1011, -211, -1011, 1012, -644]], - "type": "Polygon", - "id": "LVA", - "properties": { "name": "Latvia" } - }, - { - "arcs": [[1013, 1014]], - "type": "Polygon", - "id": "MAF", - "properties": { "name": "St-Martin" } - }, - { - "arcs": [[-622, 1015, -620, 1016, -592, 1017, 1018]], - "type": "Polygon", - "id": "MAR", - "properties": { "name": "Morocco" } - }, - { - "arcs": [[1019, -674]], - "type": "Polygon", - "id": "MCO", - "properties": { "name": "Monaco" } - }, - { - "arcs": [[1020, 1021]], - "type": "Polygon", - "id": "MDA", - "properties": { "name": "Moldova" } - }, - { - "arcs": [[[1022]], [[1023]]], - "type": "MultiPolygon", - "id": "MDG", - "properties": { "name": "Madagascar" } - }, - { - "arcs": [ - [[1024]], - [[1025]], - [[1026]], - [[1027]], - [[1028]], - [[1029, 1030, 1031, 1032, 1033, -214, -769, 1034, 1035], [1036]] - ], - "type": "MultiPolygon", - "id": "MEX", - "properties": { "name": "Mexico" } - }, - { - "arcs": [[[-23, 1037]], [[-187, -733, 1038, -15, 1039, -21, 1040, -19, -985, 1041]]], - "type": "MultiPolygon", - "id": "MKD", - "properties": { "name": "Macedonia" } - }, - { - "arcs": [[1042, -178, -472, -704, 1043, 1044, -589]], - "type": "Polygon", - "id": "MLI", - "properties": { "name": "Mali" } - }, - { - "arcs": [ - [[1045]], - [[1046]], - [[1047]], - [[1048]], - [[1049]], - [[1050]], - [[-993, 1051, 1052, -181, -895, -451]] - ], - "type": "MultiPolygon", - "id": "MMR", - "properties": { "name": "Myanmar" } - }, - { - "arcs": [[1053, -986, -31, 1054, -16, 1055, -29, 1056, -780, -203]], - "type": "Polygon", - "id": "MNE", - "properties": { "name": "Montenegro" } - }, - { - "arcs": [[-464, 1057, -462, 1058]], - "type": "Polygon", - "id": "MNG", - "properties": { "name": "Mongolia" } - }, - { - "arcs": [[[1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067]]], - "type": "MultiPolygon", - "id": "MOZ", - "properties": { "name": "Mozambique" } - }, - { - "arcs": [[[1068, 1069, 1070, -590, -1045]]], - "type": "MultiPolygon", - "id": "MRT", - "properties": { "name": "Mauritania" } - }, - { - "arcs": [[[1071]]], - "type": "MultiPolygon", - "id": "MUS", - "properties": { "name": "Mauritius" } - }, - { - "arcs": [ - [[1072, 1073]], - [[1074, 1075]], - [[1076, 1077]], - [[1078, 1079]], - [[1080, -1065, 1081, 1082]] - ], - "type": "MultiPolygon", - "id": "MWI", - "properties": { "name": "Malawi" } - }, - { - "arcs": [ - [[1083]], - [[-882, 1084]], - [[1085]], - [[1086]], - [[1087, 1088]], - [[-886, 1089, -256, 1090, -253, 1091]], - [[1092]] - ], - "type": "MultiPolygon", - "id": "MYS", - "properties": { "name": "Malaysia" } - }, - { - "arcs": [[1093, -261, 1094, 1095, -8]], - "type": "Polygon", - "id": "NAM", - "properties": { "name": "Namibia" } - }, - { - "arcs": [[[1096]], [[1097]], [[1098]]], - "type": "MultiPolygon", - "id": "NCL", - "properties": { "name": "New Caledonia" } - }, - { - "arcs": [[1099, 1100, -173, -174, -1043, -588, -1000]], - "type": "Polygon", - "id": "NER", - "properties": { "name": "Niger" } - }, - { - "arcs": [[[1101, -478, 1102, -169, -1101]]], - "type": "MultiPolygon", - "id": "NGA", - "properties": { "name": "Nigeria" } - }, - { - "arcs": [[[1103, -528, 1104, -776]]], - "type": "MultiPolygon", - "id": "NIC", - "properties": { "name": "Nicaragua" } - }, - { - "arcs": [[[-166, 1105]], [[1106]], [[-562, -168, 1107], [1108]]], - "type": "MultiPolygon", - "id": "NLD", - "properties": { "name": "Netherlands" } - }, - { - "arcs": [ - [[1109]], - [[1110]], - [[1111]], - [[1112]], - [[1113]], - [[1114]], - [[1115]], - [[1116]], - [[1117]], - [[1118]], - [[1119]], - [[1120]], - [[1121]], - [[1122]], - [[1123, -656, 1124, 1125]], - [[1126]], - [[1127]], - [[1128]], - [[1129]], - [[1130]], - [[1131]], - [[1132]] - ], - "type": "MultiPolygon", - "id": "NOR", - "properties": { "name": "Norway" } - }, - { - "arcs": [[-894, -454]], - "type": "Polygon", - "id": "NPL", - "properties": { "name": "Nepal" } - }, - { - "arcs": [[[1133]], [[1134]], [[1135]], [[1136]], [[1137]], [[1138]]], - "type": "MultiPolygon", - "id": "NZL", - "properties": { "name": "New Zealand" } - }, - { - "arcs": [[[1139]], [[1140, 1141, -37, 1142]], [[-41], [-35]], [[-40, 1143]]], - "type": "MultiPolygon", - "id": "OMN", - "properties": { "name": "Oman" } - }, - { - "arcs": [[[-954, -897, 1144, -903, -2, -457]]], - "type": "MultiPolygon", - "id": "PAK", - "properties": { "name": "Pakistan" } - }, - { - "arcs": [[[1145]], [[-517, 1146, -526, 1147]]], - "type": "MultiPolygon", - "id": "PAN", - "properties": { "name": "Panama" } - }, - { - "arcs": [[[-248, -221, 1148, -215, 1149, -219, -438, 1150, -600, -514]]], - "type": "MultiPolygon", - "id": "PER", - "properties": { "name": "Peru" } - }, - { - "arcs": [ - [[1151]], - [[1152]], - [[1153]], - [[1154]], - [[1155]], - [[1156]], - [[1157]], - [[1158]], - [[1159]], - [[1160]], - [[1161]], - [[1162]], - [[1163]], - [[1164]], - [[1165]], - [[1166]], - [[1167]], - [[1168]], - [[1169]], - [[1170]], - [[1171]], - [[1172]], - [[1173]], - [[1174]], - [[1175]], - [[1176]], - [[1177]], - [[1178]], - [[1179]], - [[1180]], - [[1181]] - ], - "type": "MultiPolygon", - "id": "PHL", - "properties": { "name": "Philippines" } - }, - { - "arcs": [[[1182]]], - "type": "MultiPolygon", - "id": "PLW", - "properties": { "name": "Palau" } - }, - { - "arcs": [ - [[1183]], - [[1184]], - [[1185]], - [[1186]], - [[1187]], - [[1188]], - [[1189]], - [[1190]], - [[1191]], - [[1192]], - [[1193]], - [[1194]], - [[-858, 1195]], - [[1196]], - [[1197]], - [[1198]], - [[1199]] - ], - "type": "MultiPolygon", - "id": "PNG", - "properties": { "name": "Papua New Guinea" } - }, - { - "arcs": [[1200, 1201, 1202, -1008, -209, 1203, 1204, -550, -558, 1205, -554, 1206]], - "type": "Polygon", - "id": "POL", - "properties": { "name": "Poland" } - }, - { - "arcs": [[[1207]]], - "type": "MultiPolygon", - "id": "PRI", - "properties": { "name": "Puerto Rico" } - }, - { - "arcs": [[[1208, 1209, -983, 1210, -445]]], - "type": "MultiPolygon", - "id": "PRK", - "properties": { "name": "Dem. Rep. Korea" } - }, - { - "arcs": [[[1211]], [[1212]], [[1213]], [[1214]], [[1215, -633]]], - "type": "MultiPolygon", - "id": "PRT", - "properties": { "name": "Portugal" } - }, - { - "arcs": [[-247, 1216, -245, -46, -217]], - "type": "Polygon", - "id": "PRY", - "properties": { "name": "Paraguay" } - }, - { - "arcs": [[[-602, 1217, -923]], [[-938, 1218, -917]]], - "type": "MultiPolygon", - "id": "PSX", - "properties": { "name": "Palestine" } - }, - { - "arcs": [[[1219]]], - "type": "MultiPolygon", - "id": "PYF", - "properties": { "name": "Fr. Polynesia" } - }, - { - "arcs": [[1220, 1221]], - "type": "Polygon", - "id": "QAT", - "properties": { "name": "Qatar" } - }, - { - "arcs": [[1222, 1223, -189, 1224, -795, 1225, -1021]], - "type": "Polygon", - "id": "ROU", - "properties": { "name": "Romania" } - }, - { - "arcs": [ - [[1226]], - [[1227]], - [[1228]], - [[1229]], - [[1230]], - [[1231]], - [[1232]], - [[1233]], - [[1234]], - [[1235]], - [[1236]], - [[-1203, 1237, -1201, 1238, -1006, 1239, -1009]], - [[1240]], - [[1241]], - [[1242, -639]], - [[1243]], - [[1244]], - [[1245]], - [[1246]], - [[1247]], - [[1248]], - [[1249]], - [[1250]], - [[1251]], - [[1252]], - [[1253]], - [[1254]], - [[1255]], - [[1256]], - [[1257]], - [[1258]], - [[1259]], - [[1260]], - [[1261]], - [[1262]], - [[1263]], - [[1264]], - [[1265]], - [[1266]], - [[1267]], - [[1268]], - [[1269]], - [[1270]], - [ - [ - -1209, - -444, - 1271, - -465, - -1059, - -461, - -963, - 1272, - -154, - -699, - 1273, - 1274, - -207, - -1012, - -643, - 1275, - -641, - 1276, - -637, - 1277, - -653, - -1124, - 1278 - ] - ], - [[1279]], - [[1280]], - [[1281]], - [[1282]], - [[1283]], - [[1284]], - [[1285]], - [[1286]], - [[1287]], - [[1288]], - [[1289]], - [[1290]], - [[1291]], - [[1292]], - [[1293]], - [[1294]], - [[1295]], - [[1296]], - [[1297]], - [[1298]] - ], - "type": "MultiPolygon", - "id": "RUS", - "properties": { "name": "Russia" } - }, - { - "arcs": [[1299, -161, -504, 1300, -502, 1301]], - "type": "Polygon", - "id": "RWA", - "properties": { "name": "Rwanda" } - }, - { - "arcs": [[-591, -1071, 1302, -1018]], - "type": "Polygon", - "id": "ESH", - "properties": { "name": "W. Sahara" } - }, - { - "arcs": [[[1303]], [[-989, 1304, -1221, 1305, -38, -1142, 1306, 1307, -934, -909]]], - "type": "MultiPolygon", - "id": "SAU", - "properties": { "name": "Saudi Arabia" } - }, - { - "arcs": [[[1308, -610, -651, 1309, -262, 1310, -998, -605]]], - "type": "MultiPolygon", - "id": "SDN", - "properties": { "name": "Sudan" } - }, - { - "arcs": [[-650, -969, 1311, -496, -263, -1310]], - "type": "Polygon", - "id": "SSD", - "properties": { "name": "S. Sudan" } - }, - { - "arcs": [[-1044, -709, -714, 1312, -711, 1313, -1069]], - "type": "Polygon", - "id": "SEN", - "properties": { "name": "Senegal" } - }, - { "arcs": [[1314]], "type": "Polygon", "id": "SGP", "properties": { "name": "Singapore" } }, - { - "arcs": [[[1315]]], - "type": "MultiPolygon", - "id": "SGS", - "properties": { "name": "S. Geo. and S. Sandw. Is." } - }, - { - "arcs": [ - [[1316]], - [[1317]], - [[1318]], - [[1319]], - [[1320]], - [[1321]], - [[1322]], - [[1323]], - [[1324]], - [[1325]], - [[1326]], - [[1327]], - [[1328]] - ], - "type": "MultiPolygon", - "id": "SLB", - "properties": { "name": "Solomon Is." } - }, - { - "arcs": [[[1329]], [[-997, 1330, -706]]], - "type": "MultiPolygon", - "id": "SLE", - "properties": { "name": "Sierra Leone" } - }, - { - "arcs": [[[-778, 1331, -767]]], - "type": "MultiPolygon", - "id": "SLV", - "properties": { "name": "El Salvador" } - }, - { - "arcs": [[-931]], - "type": "Polygon", - "id": "SMR", - "properties": { "name": "San Marino" } - }, - { - "arcs": [[1332, -647, -565, 1333]], - "type": "Polygon", - "id": "SOL", - "properties": { "name": "Somaliland" } - }, - { - "arcs": [[-964, -648, -1333, 1334]], - "type": "Polygon", - "id": "SOM", - "properties": { "name": "Somalia" } - }, - { - "arcs": [[-1225, -188, -1042, -987, -1054, -202, -787, -796]], - "type": "Polygon", - "id": "SRB", - "properties": { "name": "Serbia" } - }, - { - "arcs": [[[1335]]], - "type": "MultiPolygon", - "id": "STP", - "properties": { "name": "S\u00e3o Tom\u00e9 and Principe" } - }, - { - "arcs": [[-664, -239, -771, 1336]], - "type": "Polygon", - "id": "SUR", - "properties": { "name": "Suriname" } - }, - { - "arcs": [[1337, -798, -142, -551, -1205]], - "type": "Polygon", - "id": "SVK", - "properties": { "name": "Slovakia" } - }, - { - "arcs": [[-789, 1338, -929, -144, -797]], - "type": "Polygon", - "id": "SVN", - "properties": { "name": "Slovenia" } - }, - { - "arcs": [[[1339]], [[1340]], [[1341]], [[1342, -1125, -655]]], - "type": "MultiPolygon", - "id": "SWE", - "properties": { "name": "Sweden" } - }, - { - "arcs": [[-1061, 1343]], - "type": "Polygon", - "id": "SWZ", - "properties": { "name": "Swaziland" } - }, - { - "arcs": [[1344, -1014]], - "type": "Polygon", - "id": "SXM", - "properties": { "name": "Sint Maarten" } - }, - { - "arcs": [[-913, 911, -911, -939, -926, -995, 1345, 1346]], - "type": "Polygon", - "id": "SYR", - "properties": { "name": "Syria" } - }, - { - "arcs": [[-1311, -267, -473, 1347, -481, 1348, -479, -1102, -1100, -999]], - "type": "Polygon", - "id": "TCD", - "properties": { "name": "Chad" } - }, - { - "arcs": [[-171, 1349, -700, -175]], - "type": "Polygon", - "id": "TGO", - "properties": { "name": "Togo" } - }, - { - "arcs": [[[1350]], [[1351]], [[-992, -976, 1352, -1089, 1353, -1052]]], - "type": "MultiPolygon", - "id": "THA", - "properties": { "name": "Thailand" } - }, - { - "arcs": [[[-974]], [[1354]], [[-970, -458, -6, 1355]]], - "type": "MultiPolygon", - "id": "TJK", - "properties": { "name": "Tajikistan" } - }, - { - "arcs": [[[-4, -902, 1356, -961, 1357, 1358, 1359]]], - "type": "MultiPolygon", - "id": "TKM", - "properties": { "name": "Turkmenistan" } - }, - { - "arcs": [[[1360, -803]], [[-805, 1361]]], - "type": "MultiPolygon", - "id": "TLS", - "properties": { "name": "Timor-Leste" } - }, - { - "arcs": [[[1362]]], - "type": "MultiPolygon", - "id": "TON", - "properties": { "name": "Tonga" } - }, - { - "arcs": [[[1363]]], - "type": "MultiPolygon", - "id": "TTO", - "properties": { "name": "Trinidad and Tobago" } - }, - { - "arcs": [[[1364]], [[-1001, -586, 1365]]], - "type": "MultiPolygon", - "id": "TUN", - "properties": { "name": "Tunisia" } - }, - { - "arcs": [[[1366, -734, -185]], [[-697, -56, -153, -906, -914, -1347, 1367]]], - "type": "MultiPolygon", - "id": "TUR", - "properties": { "name": "Turkey" } - }, - { - "arcs": [[[1368]]], - "type": "MultiPolygon", - "id": "TWN", - "properties": { "name": "Taiwan" } - }, - { - "arcs": [ - [[1369]], - [[1370]], - [[1371]], - [[1372]], - [ - [ - 1373, - 1374, - 1375, - -966, - 1376, - -1067, - 1377, - -1074, - 1378, - -1076, - 1379, - -1078, - 1380, - -1080, - 1381, - -1083, - 1382, - 1383, - -158, - -1300, - 1384 - ] - ] - ], - "type": "MultiPolygon", - "id": "TZA", - "properties": { "name": "Tanzania" } - }, - { - "arcs": [ - [[-1375, 1385]], - [[1386, -1385, -1302, -501, 1387, -499, 1388, -497, -1312, -968]] - ], - "type": "MultiPolygon", - "id": "UGA", - "properties": { "name": "Uganda" } - }, - { - "arcs": [[[1389, -1223, -1022, -1226, -794, -1338, -1204, -208, -1275], [1390], [1391]]], - "type": "MultiPolygon", - "id": "UKR", - "properties": { "name": "Ukraine" } - }, - { - "arcs": [[1392, -242, 1393, -48, -244]], - "type": "Polygon", - "id": "URY", - "properties": { "name": "Uruguay" } - }, - { - "arcs": [ - [[1394]], - [[1395]], - [[1396]], - [[1397]], - [[1398]], - [[1399]], - [[1400]], - [[1401]], - [[1402]], - [[1403]], - [[1404]], - [[1405]], - [[1406]], - [[1407]], - [[1408]], - [[1409]], - [[1410, -344]], - [ - [ - 1411, - -340, - 1412, - -338, - 1413, - -336, - 1414, - -334, - -278, - 1415, - -276, - 1416, - -1033, - 1417, - -1031, - 1418, - -1036, - 1419, - -342 - ] - ], - [[1420]], - [[1421]], - [[1422]], - [[1423]], - [[1424]], - [[1425]], - [[1426]], - [[1427]], - [[1428]], - [[1429]], - [[1430]], - [[1431]], - [[1432]], - [[1433]], - [[1434]], - [[1435]], - [[1436]], - [[1437]], - [[1438]], - [[1439]], - [[1440]], - [[1441]], - [[1442]], - [[1443]], - [[1444]], - [[1445]], - [[1446]], - [[1447]], - [[1448]], - [[1449]], - [[1450]], - [[1451]], - [[1452]], - [[1453]], - [[-347, 345, 1454]] - ], - "type": "MultiPolygon", - "id": "USA", - "properties": { "name": "United States" } - }, - { - "arcs": [[[-534, 1455]], [[1456, -532]]], - "type": "MultiPolygon", - "id": "USG", - "properties": { "name": "USNB Guantanamo Bay" } - }, - { - "arcs": [ - [[-973]], - [[-972]], - [[-955, 1457, -958, -971, -1356, -5, -1360, 1458, -1358, -960, 1459], [-1355]] - ], - "type": "MultiPolygon", - "id": "UZB", - "properties": { "name": "Uzbekistan" } - }, - { "arcs": [[-932]], "type": "Polygon", "id": "VAT", "properties": { "name": "Vatican" } }, - { - "arcs": [[[1460]]], - "type": "MultiPolygon", - "id": "VCT", - "properties": { "name": "St. Vin. and Gren." } - }, - { - "arcs": [[[1461]], [[1462]], [[1463]], [[-772, -250, -513, 1464]]], - "type": "MultiPolygon", - "id": "VEN", - "properties": { "name": "Venezuela" } - }, - { - "arcs": [[[1465]], [[1466, -978, -991, -449]]], - "type": "MultiPolygon", - "id": "VNM", - "properties": { "name": "Vietnam" } - }, - { - "arcs": [ - [[1467]], - [[1468]], - [[1469]], - [[1470]], - [[1471]], - [[1472]], - [[1473]], - [[1474]], - [[1475]], - [[1476]], - [[1477]], - [[1478]] - ], - "type": "MultiPolygon", - "id": "VUT", - "properties": { "name": "Vanuatu" } - }, - { - "arcs": [[1479, -547]], - "type": "Polygon", - "id": "WSB", - "properties": { "name": "Akrotiri" } - }, - { - "arcs": [[[1480]], [[1481]]], - "type": "MultiPolygon", - "id": "WSM", - "properties": { "name": "Samoa" } - }, - { - "arcs": [[[1482]], [[1483, -1307, -1141]]], - "type": "MultiPolygon", - "id": "YEM", - "properties": { "name": "Yemen" } - }, - { - "arcs": [[[-1062, -1344, -1060, 1484, -1095, -260, 1485], [-1005]]], - "type": "MultiPolygon", - "id": "ZAF", - "properties": { "name": "South Africa" } - }, - { - "arcs": [[-1383, -1082, -1064, 1486, 1487, 1488, -1094, -7, -508, 1489, -506, 1490]], - "type": "Polygon", - "id": "ZMB", - "properties": { "name": "Zambia" } - }, - { - "arcs": [[-1063, -1486, -259, -1489, 1491, -1487]], - "type": "Polygon", - "id": "ZWE", - "properties": { "name": "Zimbabwe" } - } - ], - "type": "GeometryCollection" - } - }, - "transform": { "translate": [-180, -90], "scale": [0.036003600360036005, 0.01736514657995801] } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/zambia-topo.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/zambia-topo.json deleted file mode 100644 index 96f9d5ed1f360..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/maps/zambia-topo.json +++ /dev/null @@ -1,3951 +0,0 @@ -{ - "type": "Topology", - "arcs": [ - [ - [25255, 22350], - [-11, -20], - [-3, -10], - [0, -13], - [0, -37], - [-4, -21], - [-24, -74], - [-4, -40], - [0, -20], - [7, -17], - [11, -13], - [3, -14], - [0, -20], - [-512, -739], - [-42, -41], - [-49, -23], - [-1261, -232], - [-18, -7], - [-80, -10], - [-31, -40], - [-14, -47], - [4, -64], - [20, -111], - [-10, -151], - [10, -61], - [25, -47], - [59, -70], - [21, -44], - [-4, -40], - [-6, -47], - [-7, -44], - [17, -34], - [-10, -20], - [-11, -20], - [-10, -17], - [-11, -10], - [-10, -7] - ], - [ - [23300, 20125], - [0, 4], - [-129, -10], - [-63, -27], - [-101, -81], - [-157, -81], - [-49, -10], - [-34, 20], - [-53, 58], - [-38, 16], - [-38, 0], - [-28, -13], - [-46, -44], - [-55, -40], - [-133, -51], - [-45, -36], - [-18, -44], - [-38, -135], - [-10, -77], - [-11, -34], - [-7, -26], - [14, -27], - [87, -128], - [49, -20], - [45, -4], - [35, -16], - [14, -61], - [-10, -64], - [-32, -50], - [-41, -30], - [-60, -7], - [-21, 7], - [-14, 13], - [-10, 17], - [-14, 10], - [-21, 0], - [-42, -3], - [-21, 3], - [-76, 30], - [-126, 78], - [-24, 6], - [-119, 4], - [-34, 3], - [-28, 13], - [-39, 37], - [-52, 68], - [-31, 16], - [-241, -6], - [-73, -20], - [-63, -31], - [-52, -37], - [-31, 68], - [-46, -11], - [-52, -26], - [-42, 3], - [-31, 17], - [-24, 0], - [-14, 6], - [-4, 47], - [-7, 34], - [-244, 501], - [-76, 107], - [-178, 111], - [-25, 41], - [-13, 64], - [-35, 63], - [-39, 58], - [-38, 36], - [-105, 64], - [-41, 37], - [-18, 51], - [-7, 94], - [-28, 27], - [-104, -17], - [-63, 20], - [-146, 87], - [-39, 34], - [-52, 128], - [-42, 33], - [-69, -43], - [-11, 30], - [-35, 67], - [-14, 17], - [-24, 27], - [-28, 20], - [-31, 0], - [-39, -23], - [-34, 53], - [-25, 165], - [-35, 37], - [-48, 17], - [-25, 40], - [-28, 235], - [-10, 37], - [-42, 44], - [-21, 34], - [11, 13], - [3, 34], - [-52, 201], - [-18, 31], - [-45, 50], - [-21, 37], - [-35, 101], - [-17, 27], - [-14, 50], - [-4, 182], - [11, 60], - [153, 256], - [11, 13], - [66, 57], - [14, 10], - [-21, 128], - [10, 74], - [28, 50], - [32, 37], - [52, 128], - [-4, 118], - [4, 33], - [10, 20], - [25, 44], - [7, 34], - [0, 40], - [-32, 181], - [0, 34], - [42, 67], - [38, 81], - [14, 37], - [0, 34], - [-3, 73], - [3, 34], - [18, 30], - [52, 61], - [11, 37], - [7, 37], - [27, 67], - [7, 37], - [0, 151], - [14, 81], - [28, 77], - [39, 74], - [52, 61], - [21, 33], - [21, 74], - [45, 84], - [14, 17], - [17, 10], - [39, -3], - [17, 3], - [42, 37], - [45, 54], - [39, 64], - [17, 67], - [-17, 23], - [-70, 61], - [-18, 34], - [7, 40], - [18, 70], - [-4, 41], - [-73, 90], - [-38, 61], - [0, 47], - [14, 34], - [-28, 50], - [14, 34], - [17, 30], - [11, 40], - [7, 44], - [-4, 40], - [-21, 64], - [-28, 54], - [-24, 60], - [-7, 88], - [7, 70], - [17, 54], - [7, 54], - [-14, 67], - [-7, 0], - [-24, 17], - [-7, 7], - [-10, 20], - [-4, 33], - [-7, 17], - [-101, 98], - [28, 64], - [73, 97], - [45, 104], - [28, 131], - [7, 273], - [-21, 245], - [11, 74], - [94, 218], - [28, 148], - [28, 61], - [55, 27], - [7, 13], - [-80, 91], - [-7, 50], - [-17, 20], - [-28, 10], - [-28, 24], - [-42, 64], - [-17, 70], - [-4, 158], - [-7, 37], - [-27, 71], - [-4, 30], - [-14, 47], - [-56, 74], - [-14, 30], - [18, 21], - [66, 23], - [21, 27], - [-94, -3], - [-38, 16], - [-14, 44], - [0, 61], - [-7, 43], - [-11, 37], - [-24, 37], - [-70, 57], - [-35, 41], - [-17, 53], - [7, 48], - [3, 63], - [-3, 64], - [-63, 84], - [-104, 64], - [-147, 34], - [-129, 57], - [-45, 124], - [59, 125], - [126, 94], - [271, 148], - [279, 228], - [495, 555], - [380, 571], - [111, 292], - [14, 303], - [-125, 302], - [-11, 64], - [77, 37], - [356, 61], - [515, 90], - [471, 81], - [627, 108] - ], - [ - [22634, 32998], - [-3, -4], - [-21, -70], - [-87, -195], - [-35, -57], - [-11, -14], - [-42, -43], - [-27, -27], - [-11, -4], - [-90, -27], - [-115, -47], - [-25, -16], - [-14, -11], - [-28, -37], - [-35, -53], - [-87, -199], - [-31, -57], - [-10, -13], - [-21, -20], - [-11, -14], - [-7, -17], - [-94, -262], - [-66, -326], - [-98, -285], - [-17, -31], - [-38, -50], - [-11, -10], - [-28, -17], - [-90, -30], - [-28, -14], - [-11, -10], - [-17, -27], - [-70, -272], - [-7, -17], - [-14, -3], - [-38, 0], - [-14, -3], - [-10, -14], - [-7, -17], - [-7, -40], - [-7, -20], - [-7, -71], - [17, -37], - [14, -17], - [42, -30], - [52, -30], - [31, -13], - [28, -17], - [21, -20], - [21, -27], - [25, -17], - [24, -14], - [31, -3], - [25, 7], - [17, 10], - [14, 0], - [21, -10], - [17, -10], - [11, -10], - [38, -51], - [7, -17], - [14, -30], - [11, -13], - [10, -14], - [10, -6], - [35, -7], - [18, -7], - [10, -10], - [18, -27], - [10, -10], - [14, -3], - [14, 0], - [24, 17], - [14, 0], - [11, -11], - [7, -23], - [3, -37], - [11, -27], - [7, -23], - [3, -24], - [-10, -84], - [-4, -20], - [4, -34], - [52, -205], - [-7, -30], - [-7, -24], - [-7, -20], - [-7, -13], - [-14, -10], - [-14, -7], - [-17, -3], - [-11, -10], - [-7, -17], - [-3, -20], - [-11, -81], - [4, -27], - [3, -34], - [11, -26], - [24, -54], - [63, -192], - [14, -27], - [17, -20], - [11, -10], - [24, -20], - [11, -7], - [17, 0], - [14, 4], - [28, 16], - [17, 4], - [18, 0], - [38, -4], - [14, -6], - [14, -7], - [45, -44], - [11, -13], - [45, -108], - [17, -23], - [21, -14], - [14, -6], - [11, -11], - [10, -13], - [7, -10], - [7, -7], - [11, -3], - [34, -7], - [18, -10], - [10, -24], - [18, -36], - [17, -17], - [18, -10], - [34, -7], - [14, -7], - [28, -17], - [14, -6], - [14, 0], - [49, 10], - [17, -4], - [63, -23], - [52, -10], - [14, -7], - [14, -7], - [52, -33], - [95, -34], - [55, -7], - [18, -6], - [10, -7], - [21, -24], - [14, -6], - [17, 0], - [35, 3], - [18, 0], - [35, -3], - [17, 0], - [35, 3], - [14, 0], - [14, -7], - [14, -6], - [10, -14], - [7, -13], - [31, -61], - [32, -57], - [42, -47], - [34, -30], - [11, -20], - [10, -27], - [14, -57], - [11, -27], - [14, -17], - [28, -14], - [34, -6], - [28, -14], - [14, -6], - [14, -14], - [11, -10], - [7, -13], - [7, -17], - [34, -118], - [4, -30], - [-14, -77], - [-77, -222], - [-3, -20], - [-4, -24], - [7, -37], - [7, -20], - [49, -131], - [28, -57], - [7, -14], - [0, -17], - [-11, -16], - [-48, -44], - [-21, -24], - [-18, -26], - [-17, -34], - [-11, -34], - [-48, -255], - [-11, -34], - [-10, -13], - [-7, -10], - [-7, -10], - [-42, -34], - [-28, -17], - [-14, -3], - [-35, -7], - [-17, 4], - [-38, 6], - [-18, 7], - [-45, 24], - [-32, 13], - [-17, 3], - [-136, 7], - [-70, -10], - [-13, -3], - [-60, -31], - [-24, -16], - [-45, -44], - [-91, -104], - [-24, -20], - [-14, -11], - [-70, -30], - [-108, -60], - [-94, -27], - [-28, -14], - [-11, -6], - [-17, -14], - [-10, -10], - [-14, -23], - [-39, -47], - [-17, -14], - [-87, -57], - [-11, -10], - [-10, -14], - [-7, -26], - [-7, -108], - [-11, -34], - [-10, -20], - [-14, -6], - [-10, -14], - [-18, -27], - [-49, -91], - [-3, -23], - [3, -24], - [18, -43], - [10, -20], - [25, -31], - [3, -17], - [-7, -23], - [-10, -20], - [-119, -178], - [-14, -34], - [-7, -17], - [-14, -80], - [-14, -21], - [-17, -6], - [-17, -4], - [-63, 7], - [-18, 0], - [-20, -10], - [-18, -37], - [-31, -30], - [-363, -259], - [-14, -20], - [-7, -24], - [4, -396], - [-7, -24], - [-7, -17], - [-132, -137], - [-60, -74], - [-24, -47], - [-7, -14], - [7, -17], - [24, -13], - [227, -91], - [28, -20], - [268, -303], - [11, -6], - [17, -7], - [17, -7], - [35, 4], - [32, 6], - [17, 0], - [17, 0], - [14, -6], - [140, -84], - [17, -7], - [18, 0], - [14, 10], - [7, 17], - [3, 20], - [7, 87], - [14, 84], - [3, 21], - [-3, 23], - [-28, 44], - [-21, 27], - [-35, 53], - [-10, 24], - [-11, 37], - [-3, 34], - [3, 26], - [4, 21], - [3, 20], - [-7, 23], - [-55, 94], - [-18, 54], - [35, 44], - [49, 37], - [822, 494], - [21, 7], - [18, -4], - [14, -6], - [48, -44], - [98, -61], - [115, -43], - [31, -17], - [56, -37], - [14, -14], - [14, -26], - [80, -175], - [21, -27], - [10, -10], - [67, -51], - [17, -13], - [17, -24], - [81, -154], - [7, -17], - [3, -17], - [4, -37], - [13, -185], - [-174, -1277], - [21, 20], - [28, 58], - [87, 36], - [14, 24], - [4, 34], - [10, 37], - [17, 40], - [21, 27], - [101, 80], - [35, 48], - [14, 73], - [21, 27], - [21, 14], - [42, 10], - [369, -10], - [53, -10], - [45, -31], - [930, -752], - [11, -14], - [7, -17], - [3, -16], - [0, -24], - [0, -10], - [-3, -7] - ], - [ - [30545, 30410], - [118, -407], - [150, -370], - [24, -342], - [-324, 30], - [-299, 84], - [-300, 30], - [-349, -57], - [-250, -145], - [-199, -141], - [-227, -30], - [-223, 87], - [-76, -228], - [-199, 104], - [-226, -20], - [-199, 144], - [-150, -114], - [-174, -171], - [-150, -88], - [-77, -198], - [-198, -286], - [223, -255], - [226, -430], - [126, -370], - [97, -400], - [227, -171], - [299, -141], - [102, -115], - [6, -850], - [-191, -44], - [-14, 14], - [-14, 27], - [-21, 23], - [-31, 7], - [-28, -17], - [-25, -64], - [-21, -13], - [-38, -10], - [-101, -61], - [-56, -23], - [-76, -10], - [-32, -14], - [-14, -34], - [21, -26], - [4, -24], - [-14, -10], - [-45, 0], - [-21, -10], - [-7, -24], - [10, -134], - [-10, -40], - [-21, -24], - [-60, -40], - [-20, -27], - [-32, 30], - [-59, 24], - [-63, 13], - [-49, 0], - [-55, -10], - [-42, -20], - [-133, -111], - [7, -24], - [39, -43], - [17, -27], - [7, -24], - [11, -13], - [34, -4], - [25, 7], - [21, 14], - [24, 3], - [21, -24], - [14, -70], - [-49, -24], - [-108, 0], - [-24, -33], - [-4, -31], - [14, -33], - [59, -74], - [14, -20], - [-7, -14], - [-10, -27], - [-14, -23], - [-21, -17], - [-17, -23], - [-4, -24], - [-3, -20], - [-133, -131], - [-48, -20], - [-63, 0], - [28, 33], - [10, 34], - [-3, 37], - [-18, 37], - [-31, 30], - [-14, -34], - [-4, -80], - [-45, -14], - [-56, 17], - [-24, 37], - [31, 44], - [-62, 0], - [-39, -84], - [-24, -111], - [-28, -74], - [-24, -20], - [-84, -34], - [-31, -3], - [-21, -10], - [-32, -17], - [-38, -17], - [-42, -3], - [59, -71], - [-13, -30], - [-42, 7], - [-39, 47], - [-28, -14], - [-27, -30], - [-14, -37], - [-7, -37], - [-53, -118], - [-244, -342], - [-62, -148], - [-25, -84], - [-21, -31], - [-66, -70], - [-17, -10], - [-32, -47], - [-13, -10], - [-70, 13], - [-35, 3], - [-28, -16], - [-24, -31], - [-18, -33], - [-17, -67], - [-14, -31], - [-18, -27], - [-24, -13], - [-38, -7], - [-53, -27], - [-27, -60], - [-21, -77], - [-32, -71], - [-69, -60], - [-42, -41], - [-87, -37] - ], - [ - [22634, 32998], - [49, 10], - [791, 138], - [791, 134], - [599, 104], - [767, 135], - [509, 87], - [77, -323], - [149, -336], - [189, -312], - [202, -242], - [97, -88], - [122, -80], - [133, -54], - [125, -3], - [63, 36], - [59, 48], - [66, 40], - [70, 0], - [35, -30], - [56, -84], - [34, -27], - [39, -7], - [24, 10], - [21, 17], - [157, 60], - [35, 10], - [21, 11], - [7, 13], - [10, 3], - [24, -16], - [11, -24], - [10, -60], - [11, -24], - [38, -30], - [38, -4], - [42, 4], - [46, -4], - [45, -27], - [66, -84], - [45, -33], - [115, -37], - [60, -57], - [21, -88], - [0, -124], - [24, -148], - [66, -104], - [289, -249], - [49, -23], - [59, 0], - [63, 27], - [101, 60], - [70, 7], - [443, -138], - [-56, -138], - [0, -168], - [62, -134], - [126, -34], - [63, 30], - [41, 37], - [49, 21], - [73, -11], - [88, -57], - [31, -10], - [28, 4], - [56, 13], - [27, 0], - [35, -20], - [28, -17], - [108, -128], - [59, -47], - [60, -23] - ], - [ - [28154, 15770], - [-66, -54], - [-140, -34], - [-66, -44], - [-122, -104], - [-28, -33], - [-10, -10], - [-21, 16], - [-28, 4], - [-24, -7], - [-11, -27], - [-14, -47], - [-55, -74], - [-28, -87], - [-39, -7], - [-80, 20], - [-28, -10], - [-34, -50], - [-81, -37], - [-38, -68], - [-52, -248], - [-18, -47], - [-73, -84], - [-7, -7], - [-49, -57], - [18, -54], - [-32, -27], - [-87, -10], - [-34, -20], - [-77, -64], - [-42, -13], - [-21, -24], - [0, -57], - [-10, -54], - [-67, -27], - [-3, -13], - [-49, -81], - [-45, -47], - [-21, -27], - [-17, -43], - [-28, -17], - [-28, -10], - [-2311, -7], - [0, -10], - [11, -10], - [14, -7], - [35, -10], - [59, -10], - [17, -3], - [18, -14], - [14, -34], - [80, -272], - [10, -23], - [18, -10], - [76, -37], - [140, -44], - [31, -17], - [14, -10], - [35, -34], - [14, -10], - [14, -6], - [14, -10], - [7, -14], - [14, -30], - [17, -30], - [3, -14], - [4, -20], - [3, -37], - [0, -27], - [-3, -27], - [-14, -43], - [-17, -37], - [-28, -54], - [-21, -30], - [-35, -31], - [-77, -43], - [-24, -24], - [-42, -47], - [-28, -17], - [-14, -13], - [-10, -20], - [-14, -37], - [-14, -27], - [-21, -24], - [-87, -84], - [-115, -171], - [-21, -27], - [-17, -10], - [-18, -3], - [-17, 0], - [-35, 6], - [-18, -3], - [-13, -7], - [-11, -20], - [-14, -34], - [-7, -43], - [-10, -31], - [-18, -20], - [-14, -13], - [-17, -7], - [-24, -17], - [-32, -37], - [-10, -23], - [-11, -37], - [-7, -71], - [-17, -64], - [-11, -6], - [-10, -24], - [-14, -37], - [-21, -124], - [-17, -172], - [17, -37], - [63, -60], - [73, -97], - [14, -24] - ], - [ - [24049, 11565], - [-150, 10], - [-28, 17], - [-31, 33], - [-11, 11], - [-17, 3], - [-21, 0], - [-17, -3], - [-21, -7], - [-28, -20], - [-32, -4], - [-24, -13], - [-21, 10], - [-10, 13], - [-11, 10], - [-14, -3], - [-17, -27], - [-21, -64], - [-7, -16], - [-10, -17], - [-7, -10], - [-21, -14], - [-25, -6], - [-45, -7], - [-28, 0], - [-24, 3], - [-49, 14], - [-21, 0], - [-21, -14], - [-59, -54], - [-14, -10], - [-17, -6], - [-63, 6], - [-18, 0], - [-237, -104], - [-14, -13], - [-20, -21], - [-25, -23], - [-174, -111], - [-24, -23], - [-18, -11], - [-97, -3], - [-18, 7], - [-21, -10], - [-24, -17], - [-42, -67], - [-17, -44], - [-11, -77], - [-35, -145], - [-80, -168], - [-199, -40], - [-243, -7], - [-251, 71], - [-523, -178], - [-153, -34], - [-161, -77], - [-369, -367], - [-237, -90], - [-261, -37], - [-258, -7], - [-492, 144], - [-83, -57], - [-98, -212], - [-77, -238], - [-80, -158], - [-90, -37], - [-175, 40], - [-501, 182], - [-509, 91], - [-39, 0], - [-38, -7], - [-28, -14], - [-150, -111], - [-24, -40], - [-7, -34], - [21, -47], - [38, -30], - [70, -20], - [160, -27], - [46, -17], - [38, -40], - [77, -168], - [41, -155], - [7, -57], - [4, -33], - [-4, -17], - [-3, -20], - [-28, -41], - [-52, -47], - [-317, -97], - [-129, -299] - ], - [ - [17212, 8238], - [-11, -10], - [-17, -31], - [-11, -10], - [-21, 7], - [-31, 17], - [-21, 3], - [-31, -3], - [-21, -10], - [-28, -34], - [-21, 27], - [-10, 30], - [-18, 24], - [-14, 17], - [-17, 13], - [-35, 37], - [-7, 13], - [-3, 17], - [7, 14], - [10, 10], - [10, 10], - [11, 10], - [7, 13], - [0, 14], - [-11, 10], - [-3, 17], - [-4, 20], - [4, 64], - [-4, 20], - [-7, 13], - [-48, 20], - [-11, 14], - [-3, 17], - [-4, 20], - [-3, 20], - [-4, 13], - [-17, 14], - [-153, 57], - [-14, 7], - [-4, 3], - [-3, 14], - [7, 30], - [-7, 17], - [-18, 10], - [-45, -4], - [-25, -10], - [-13, -17], - [-4, -16], - [-3, -27], - [-7, -14], - [-39, -23], - [-7, -14], - [-7, -20], - [0, -20], - [-7, -17], - [-7, -17], - [-7, -13], - [-10, -7], - [-17, -13], - [-21, -20], - [-11, -14], - [-10, -10], - [-18, -7], - [-14, -3], - [-14, -10], - [-7, -13], - [-7, -17], - [-6, -17], - [-14, -7], - [-14, 0], - [-49, 27], - [-56, 20], - [-14, 0], - [-10, -20], - [-11, -23], - [-247, -498], - [-7, -27], - [-49, -33], - [-31, 50], - [-35, 10], - [0, 40], - [-153, 740], - [-77, 50], - [-697, 41], - [-28, 10], - [14, 23], - [70, 67], - [0, 21], - [-32, 30], - [-394, 255], - [-118, 27], - [-174, 24], - [-4234, 127] - ], - [ - [9967, 9427], - [3, 236], - [-14, 124], - [4, 30], - [3, 20], - [11, 11], - [90, 90], - [21, 27], - [11, 10], - [14, 10], - [17, 0], - [17, 0], - [18, -3], - [17, -3], - [21, 3], - [21, 17], - [11, 20], - [3, 20], - [-7, 98], - [4, 33], - [10, 17], - [45, 50], - [42, 71], - [18, 37], - [10, 34], - [3, 147], - [0, 21], - [-7, 16], - [-87, 175], - [-7, 27], - [0, 34], - [0, 67], - [7, 34], - [7, 23], - [25, 34], - [17, 33], - [7, 31], - [4, 40], - [7, 23], - [7, 21], - [10, 13], - [10, 10], - [14, 10], - [32, 10], - [17, 14], - [7, 16], - [0, 21], - [0, 40], - [7, 108], - [-17, 67], - [-4, 54], - [4, 30], - [7, 23], - [14, 31], - [10, 16], - [7, 14], - [28, 80], - [21, 44], - [52, 91], - [18, 27], - [10, 10], - [14, 10], - [10, 7], - [21, 6] - ], - [ - [10632, 11857], - [73, 51], - [39, 37], - [52, 10], - [52, 3], - [1649, -225], - [17, -20], - [11, -14], - [20, -47], - [25, -30], - [31, -20], - [46, -13], - [76, -14], - [133, -71], - [21, -26], - [17, -31], - [21, -27], - [31, -10], - [32, 7], - [104, 51], - [18, 174], - [34, 71], - [122, 161], - [189, 165], - [125, 208], - [24, 34], - [39, 33], - [49, 21], - [48, 6], - [32, -10], - [55, -30], - [35, -7], - [18, 7], - [10, 17], - [14, 17], - [31, 6], - [248, -20], - [56, 17], - [104, 81], - [42, 16], - [369, 17], - [49, 51], - [14, 16], - [21, 58], - [-7, 376], - [-3, 17], - [0, 17], - [0, 16], - [17, 31], - [52, 84], - [7, 17], - [7, 20], - [4, 20], - [0, 20], - [-4, 40], - [-7, 37], - [-24, 64], - [-25, 44], - [-146, 208], - [-35, 34], - [-111, 70], - [-14, 14], - [-4, 13], - [14, 27], - [32, 14], - [59, 23], - [28, 14], - [14, 20], - [3, 13], - [4, 17], - [-7, 131], - [3, 84], - [11, 91], - [24, 74], - [63, 101], - [31, 67], - [4, 20], - [3, 20], - [4, 20], - [-7, 17], - [-11, 10], - [-90, 51], - [-25, 16], - [-14, 14], - [-17, 23], - [-11, 14], - [-7, 17], - [-10, 50], - [-11, 34], - [-17, 27], - [-17, 27], - [-21, 26], - [-25, 17], - [-24, 14] - ], - [ - [14518, 14812], - [1216, -44], - [258, -37], - [3, -17], - [-3, -20], - [-4, -20], - [-3, -20], - [0, -17], - [24, -84], - [7, -17], - [7, -13], - [42, -44], - [11, -14], - [3, -16], - [7, -17], - [7, -57], - [10, -31], - [4, -20], - [7, -57], - [17, -70], - [11, -21], - [17, -20], - [11, -6], - [31, -27], - [52, 23], - [80, 67], - [67, 84], - [28, 84], - [-21, 74], - [-4, 51], - [14, 40], - [28, 20], - [38, 10], - [35, -10], - [21, -57], - [14, -20], - [17, -20], - [21, -4], - [18, 17], - [3, 27], - [-3, 24], - [3, 23], - [94, 138], - [28, 50], - [0, 24], - [-7, 20], - [-3, 20], - [10, 31], - [18, 13], - [28, 3], - [24, 0], - [14, 7], - [7, 44], - [-14, 43], - [0, 44], - [45, 54], - [49, -7], - [21, -3], - [14, -10], - [52, -37], - [31, -17], - [35, -13], - [251, -21], - [56, -20], - [45, -47], - [199, -551], - [31, -64], - [39, -60], - [59, -58], - [31, -16], - [28, -7], - [14, 7], - [14, 6], - [38, 27], - [21, 7], - [25, 7], - [80, 3], - [24, 7], - [14, 7], - [25, 6], - [34, 7], - [168, 3], - [101, 14], - [17, 6], - [14, 7], - [24, 17], - [11, 13], - [10, 11], - [14, 13], - [21, 13], - [39, 7], - [24, 0], - [24, -3], - [185, -57], - [38, -4], - [25, 0], - [59, 20], - [56, 11], - [94, 3], - [31, -3], - [140, -44], - [52, -7], - [195, 17], - [21, 3], - [14, 7], - [28, 13], - [38, 27], - [14, 7], - [119, 20], - [240, 10], - [31, 14], - [14, 20], - [-21, 373], - [4, 17], - [7, 13], - [10, 14], - [429, 366], - [21, 24], - [52, 87], - [63, 71], - [24, 23], - [101, 67], - [119, 51], - [14, 6], - [10, 10], - [192, 269], - [115, 131], - [10, 14], - [7, 10], - [7, 23] - ], - [ - [21111, 15927], - [25, 0], - [73, 14], - [73, 3], - [66, -37], - [28, -40], - [17, -54], - [28, -37], - [46, -13], - [31, 20], - [56, 77], - [42, 27], - [66, 30], - [174, 131], - [422, 182], - [59, 40], - [174, 185], - [70, 34], - [70, -4], - [52, -37], - [52, -47], - [56, -40], - [38, -3], - [25, 10], - [24, -4], - [24, -37], - [11, -33], - [-7, -37], - [-11, -34], - [-13, -27], - [-25, -16], - [-52, -14], - [-21, -27], - [-4, -27], - [7, -70], - [-7, -31], - [-17, -10], - [-28, -6], - [-24, -17], - [0, -47], - [10, -40], - [18, -37], - [17, -37], - [28, -27], - [45, -31], - [63, -30], - [118, -37], - [192, 0], - [45, 7], - [46, 107], - [3, 377], - [0, 507], - [0, 484], - [0, 508], - [0, 595], - [4, 511], - [0, 564], - [0, 397], - [0, 363] - ], - [ - [23300, 20112], - [55, 13], - [14, 7], - [11, 10], - [10, 14], - [28, 43], - [14, 30], - [7, 21], - [4, 20], - [14, 171], - [3, 20], - [7, 17], - [10, 14], - [11, 10], - [10, 10], - [244, 114], - [63, 17], - [70, 10], - [14, 0], - [21, -13], - [24, -31], - [52, -70], - [56, -115], - [3, -16], - [4, -17], - [7, -61], - [3, -17], - [4, -16], - [10, -24], - [46, -67], - [14, -27], - [17, -27], - [21, -20], - [45, -30], - [25, -14], - [24, -10], - [38, -10], - [18, -7], - [17, -20], - [28, -57], - [14, -17], - [66, -30], - [39, -7], - [13, -6], - [14, -7], - [14, -10], - [14, -10], - [49, -17], - [42, -27], - [31, -17], - [73, -13], - [18, -7], - [42, -27], - [14, -7], - [17, -3], - [52, 0], - [25, -10], - [28, -13], - [41, -27], - [28, -10], - [21, 0], - [52, 10], - [35, 0], - [18, -4], - [17, -13], - [14, -17], - [18, -37], - [13, -20], - [18, -20], - [28, -14], - [21, -3], - [17, 3], - [31, 10], - [32, 4], - [35, -7], - [17, -10], - [14, -17], - [17, -37], - [7, -27], - [0, -27], - [-3, -151], - [-10, -40], - [-28, -67], - [-4, -17], - [-3, -20], - [0, -41], - [3, -37], - [4, -16], - [3, -17], - [14, -17], - [21, -20], - [35, -27], - [76, -40], - [32, -17], - [14, -17], - [17, -27], - [11, -44], - [0, -27], - [-4, -23], - [-24, -71], - [-4, -20], - [0, -20], - [4, -17], - [21, -30], - [35, -37], - [83, -74], - [42, -23], - [28, -11], - [42, 24], - [24, 17], - [24, 23], - [35, 54], - [14, 7], - [14, 0], - [18, -7], - [14, -17], - [38, -104], - [21, -33], - [21, -24], - [35, -24], - [59, -30], - [14, -13], - [10, -17], - [7, -34], - [4, -23], - [-4, -24], - [-7, -17], - [-7, -16], - [-17, -27], - [-42, -54], - [-7, -13], - [-31, -88], - [-4, -17], - [4, -16], - [45, -175], - [3, -37], - [0, -20], - [-13, -84], - [10, -24], - [21, -23], - [181, -142], - [59, -33], - [28, -20], - [28, -17], - [18, -3], - [34, 0], - [98, 23], - [21, 0], - [17, -3], - [105, -34], - [38, -3], - [21, -7], - [80, -30], - [25, -4], - [17, 4], - [35, 0], - [38, -34], - [223, -242], - [39, -30], - [17, -3], - [38, 0], - [18, 3], - [17, 3], - [14, 7], - [11, 10], - [10, 13], - [10, 14], - [7, 13], - [28, 74], - [4, 7], - [3, 30], - [4, 64], - [7, 17], - [7, 13], - [10, 10], - [28, 14], - [59, 23], - [18, 4], - [132, 0], - [38, -7], - [18, -7], - [101, -53], - [28, -21], - [14, -13], - [10, -13], - [18, -48], - [10, -53], - [49, -743], - [17, -64], - [56, -124], - [70, -84], - [38, -54], - [4, -34], - [7, -60], - [-4, -114], - [0, -168] - ], - [ - [14518, 14812], - [-101, 74], - [-45, 43], - [-11, 20], - [-14, 31], - [-14, 43], - [-3, 37], - [14, 222], - [10, 54], - [21, 60], - [14, 31], - [10, 13], - [60, 51], - [10, 13], - [7, 17], - [11, 23], - [31, 165], - [10, 27], - [11, 20], - [10, 10], - [28, 14], - [59, 23], - [28, 17], - [14, 13], - [14, 21], - [35, 90], - [7, 10], - [14, 14], - [66, 37], - [18, 17], - [17, 30], - [31, 60], - [11, 34], - [10, 30], - [0, 20], - [-7, 61], - [-7, 33], - [-35, 78], - [-3, 23], - [-7, 27], - [0, 57], - [7, 34], - [7, 23], - [7, 17], - [7, 14], - [10, 13], - [25, 24], - [163, 114], - [25, 20], - [28, 37], - [21, 37], - [10, 27], - [7, 23], - [80, 390], - [0, 4], - [-14, 6], - [-14, 7], - [-17, 3], - [-21, 0], - [-66, -13], - [-18, 7], - [-17, 13], - [-10, 27], - [-11, 17], - [-10, 10], - [-14, 3], - [-11, 14], - [-10, 30], - [-7, 13], - [-11, 14], - [-14, 7], - [-14, 6], - [-7, 0], - [-52, 4], - [-17, 6], - [-14, 11], - [-25, 20], - [-13, 6], - [-81, 37], - [-14, 10], - [-10, 11], - [-21, 26], - [-10, 11], - [-28, 20], - [-32, 17], - [-14, 10], - [-14, 13], - [-6, 20], - [-4, 17], - [4, 20], - [27, 44], - [28, 74], - [11, 20], - [10, 30], - [4, 20], - [-7, 21], - [-7, 13], - [-56, 67], - [-14, 7], - [-14, 13], - [-14, 17], - [-7, 30], - [-10, 21], - [-11, 16], - [-14, 10], - [-10, 14], - [-14, 17], - [-7, 30], - [0, 23], - [21, 37], - [10, 27], - [28, 148], - [7, 24], - [11, 20], - [24, 44], - [21, 23], - [28, 17], - [14, 3], - [17, 4], - [52, 6], - [14, 4], - [32, 13], - [24, 20], - [21, 21], - [28, 40], - [31, 64], - [105, 148], - [24, 16], - [28, 14], - [119, 23], - [17, 7], - [14, 14], - [0, 13], - [-7, 10], - [-21, 27], - [0, 3], - [-28, 78], - [-7, 23], - [-3, 27], - [0, 47], - [3, 27], - [11, 24], - [7, 20], - [14, 33], - [0, 104], - [-4, 21], - [-35, 117], - [-3, 20], - [-4, 24], - [14, 7], - [14, -4], - [66, -16], - [84, -4], - [28, 4], - [56, 10], - [35, 6], - [376, -43], - [17, 10], - [21, 13], - [35, 51], - [17, 16], - [39, 24], - [14, 10], - [45, 24], - [38, 57], - [18, 13], - [14, 10], - [31, 10], - [14, 7], - [21, 20], - [45, 44], - [25, 20], - [14, 3], - [41, 14], - [28, -24], - [46, -30], - [41, -34], - [0, -20], - [-7, -23], - [11, -20], - [84, -17], - [34, -17], - [11, -7], - [42, 64], - [45, 17], - [10, 7], - [129, 97], - [11, 10] - ], - [ - [16717, 19826], - [14, -13], - [129, -158], - [83, -30], - [133, -14], - [136, 7], - [94, 27], - [59, 50], - [31, 47], - [39, 27], - [76, -7], - [60, -27], - [170, -114], - [42, -60], - [14, -88], - [18, -70], - [66, -24], - [56, 10], - [41, 4], - [220, -24], - [28, -17], - [10, -30], - [7, -34], - [14, -30], - [73, -64], - [42, 20], - [45, 48], - [74, 23], - [59, -30], - [45, -47], - [49, -41], - [80, 0], - [59, 11], - [60, -7], - [55, -17], - [53, -34], - [247, -238], - [42, -74], - [56, -168], - [38, -78], - [101, -117], - [28, -64], - [0, -91], - [-35, -54], - [-49, -40], - [-28, -47], - [21, -87], - [60, -91], - [66, -74], - [49, -81], - [10, -174], - [31, -34], - [42, 0], - [49, 23], - [28, 41], - [42, 97], - [41, 27], - [136, -33], - [122, -138], - [202, -293], - [53, -53], - [21, -37], - [24, -121], - [14, -17], - [42, -14], - [10, -16], - [-3, -17], - [-14, -37], - [0, -14], - [3, -16], - [-7, -37], - [4, -17], - [14, -17], - [17, -3], - [14, -7], - [11, -7], - [27, -117], - [28, -21], - [60, -3], - [27, -10], - [35, -54], - [91, -501], - [49, -141], - [90, -97], - [39, -54], - [48, -13], - [56, 13], - [52, 23], - [56, 0] - ], - [ - [24537, 10506], - [-7, 7], - [0, 407], - [-18, 101], - [-14, 10], - [-31, 37], - [-24, 40], - [-28, 40], - [-25, 20], - [-45, 24], - [-17, 13], - [-14, 17], - [-119, 175], - [-14, 13], - [-14, 10], - [-66, 31], - [-21, 20], - [-10, 27], - [-11, 43], - [-10, 24] - ], - [ - [28154, 15770], - [31, 23], - [67, 24], - [48, -11], - [60, -16], - [62, -10], - [49, 23], - [234, 202], - [73, 104], - [35, 128], - [24, 134], - [52, 198], - [14, 31], - [63, 16], - [24, 17], - [14, 24], - [7, 33], - [21, 68], - [46, 47], - [41, 50], - [11, 81], - [17, 0], - [7, -14], - [7, -16], - [7, -17], - [49, 33], - [66, 41], - [39, 33], - [31, 44], - [17, 10], - [63, 7], - [21, 17], - [14, 20], - [7, 30], - [38, -17], - [25, 7], - [24, 17], - [35, 16], - [-18, 64], - [-3, 71], - [7, 67], - [14, 54], - [3, 17], - [-3, 37], - [0, 13], - [17, 17], - [18, 3], - [17, -3], - [11, 7], - [38, 43], - [14, 21], - [10, 30], - [32, 3], - [62, 20], - [63, 27], - [24, 34], - [11, 60], - [45, 155], - [28, 54], - [28, 23], - [24, 7], - [18, 13], - [14, 71], - [28, 67], - [7, 37], - [3, 44], - [18, 111], - [0, 114], - [10, 34], - [14, 23], - [10, 27], - [14, 84], - [32, 40], - [62, 333], - [0, 148], - [7, 27], - [28, 47], - [7, 20], - [4, 51], - [14, 20], - [17, 20], - [28, 33], - [21, 41], - [38, 101], - [39, 43], - [146, 131], - [10, 34], - [53, 71], - [24, 70], - [14, 74], - [7, 71], - [244, -64], - [178, 0], - [149, 175], - [49, 198], - [126, 144], - [174, 0], - [376, 27], - [676, 229], - [401, 144], - [126, 313], - [198, 373], - [0, 161], - [59, 94], - [119, 58], - [143, 43] - ], - [ - [33744, 21866], - [28, -437], - [-11, -124], - [-38, -128], - [0, -54], - [35, -77], - [10, -47], - [-10, -54], - [-18, -53], - [-28, -175], - [-118, -309], - [-11, -115], - [7, -114], - [21, -54], - [84, -90], - [35, -48], - [38, -110], - [52, -239], - [56, -101], - [105, -40], - [219, 74], - [119, -44], - [49, 0], - [34, -13], - [4, -71], - [-24, -54], - [-14, -10], - [-77, -50], - [-24, -57], - [-46, -10], - [-10, -24], - [-4, -84], - [-28, -40], - [-90, -41], - [-32, -37], - [-48, -77], - [-60, -71], - [-69, -47], - [-67, -16], - [-24, 10], - [-24, 16], - [-28, 17], - [-39, 4], - [-76, -17], - [-25, -10], - [-34, -44], - [-49, -118], - [-42, -33], - [-31, -10], - [-18, -10], - [-14, -14], - [-14, -13], - [-17, -17], - [-11, -24], - [-14, -16], - [-31, -4], - [-14, 17], - [-35, 77], - [-21, 24], - [-27, 7], - [-21, -4], - [-49, -13], - [-25, -14], - [-27, -26], - [-25, -14], - [-21, 24], - [-14, 26], - [-14, 17], - [-21, 7], - [-24, -13], - [-42, -41], - [-31, -47], - [-91, -205], - [-108, -178], - [-42, -91], - [-10, -60], - [17, -249], - [21, -37], - [80, -57], - [74, -77], - [24, -81], - [-14, -97], - [-80, -205], - [-49, -377], - [4, -60], - [14, -58], - [24, -57], - [45, -77], - [11, -40], - [-18, -47], - [-87, -31], - [-76, -104], - [-53, -134], - [-42, -192], - [-41, -181], - [-53, -131], - [-83, -51], - [-56, -10], - [-24, -37], - [-7, -54], - [3, -60], - [-14, -77], - [-38, -31], - [-112, -16], - [-38, -31], - [-80, -77], - [-39, -7], - [-55, 24], - [-42, 3], - [-31, -27], - [-11, -70], - [35, -108], - [94, -23], - [108, -4], - [80, -37], - [112, -178], - [17, -40], - [-24, -37], - [-112, -57], - [-31, -41], - [17, -90], - [87, -44], - [108, -24], - [91, -37], - [45, -43], - [147, -205], - [14, -51], - [7, -50], - [17, -54], - [24, -23], - [53, 3], - [24, -13], - [18, -31], - [3, -17], - [-7, -20], - [-10, -171], - [14, -51], - [69, -100], - [56, 13], - [94, 172], - [38, 50], - [42, 23], - [105, 34], - [28, 30], - [28, 88], - [27, 16], - [46, -36], - [90, -195], - [53, -71], - [-216, -81], - [-262, -100], - [-373, -142], - [-515, -195], - [-499, -191], - [-453, -172], - [-313, -121], - [-276, -104], - [-240, -50], - [-112, -37], - [-226, -114], - [-300, -111], - [-390, -145], - [-429, -158], - [-202, -117], - [-279, -165], - [-254, -104], - [-310, -84], - [-384, -105], - [-310, -84], - [-52, -3], - [-422, -107], - [-296, -78], - [-415, -168], - [-254, -101], - [-314, -131], - [-278, -151], - [-220, -124], - [-261, -34], - [-49, -13], - [0, -4] - ], - [ - [24537, 10506], - [-4, -23], - [21, -101], - [0, -151], - [18, -148], - [108, -424], - [76, -164], - [94, -68], - [46, -20], - [38, -43], - [28, -61], - [21, -64], - [14, -70], - [7, -222], - [10, -37], - [46, -67], - [7, -34], - [-7, -34], - [-56, -117], - [-18, -78], - [7, -47], - [84, -97], - [17, -27], - [32, -101], - [-7, -10], - [-42, -17], - [-119, -53], - [-83, -4], - [-94, 47], - [-49, 24], - [-77, 10], - [-24, -10], - [-45, -44], - [-25, -17], - [-45, -13], - [-35, 13], - [-77, 61], - [-118, 27], - [-122, -20], - [-119, -34], - [-115, -24], - [-128, 17], - [-258, 77], - [-133, 14], - [-66, -17], - [-122, -60], - [-129, -24], - [-171, -64], - [-73, -10], - [-63, 10], - [-55, 17], - [-63, 10], - [-73, -23], - [-112, -105], - [-52, -37], - [-258, -23], - [-45, -10], - [-655, -336], - [-108, -125], - [-25, -16], - [-63, -17], - [-55, -41], - [-49, -47], - [-28, -37], - [-66, -131], - [-35, -40], - [-73, -17], - [-136, -3], - [-63, -10], - [-14, -10] - ], - [ - [20759, 7186], - [0, 3], - [-45, 40], - [-63, 47], - [-69, 17], - [-49, -57], - [-35, 20], - [-31, 0], - [-25, -13], - [-10, -34], - [-35, 24], - [-21, -10], - [-14, -21], - [-14, -13], - [-28, 3], - [-45, 14], - [-21, 3], - [-52, -7], - [-18, 4], - [-28, 13], - [-202, 178], - [-38, 21], - [-59, 3], - [-119, -20], - [-63, 13], - [-48, 37], - [-129, 148], - [-49, 44], - [-49, 17], - [-111, 16], - [-35, 17], - [-59, 47], - [-32, 20], - [-59, 17], - [-296, -23], - [-49, -20], - [-87, -68], - [-32, -6], - [-27, 20], - [-95, 87], - [-48, 30], - [-293, 128], - [-63, 10], - [-56, 20], - [-31, 47], - [-28, 61], - [-38, 57], - [-112, 57], - [-122, 7], - [-118, -30], - [-98, -58], - [-28, 17], - [-17, 20], - [-7, 27], - [7, 27], - [-56, 41], - [-69, 13], - [-129, -3] - ], - [ - [10632, 11857], - [-76, 4], - [-35, -14], - [-14, -10], - [-70, -37], - [-52, -6], - [-42, 0], - [-28, 3], - [-17, 7], - [-14, 10], - [-14, 10], - [-11, 10], - [-31, 17], - [-56, 13], - [-195, 20], - [-38, 0], - [-18, -6], - [-52, -31], - [-31, -13], - [-129, -30], - [-46, -17], - [-27, -14], - [-11, -10], - [-59, -23], - [-115, -30], - [-28, -4], - [-143, 10], - [-28, 0], - [-28, -6], - [-55, -21], - [-28, -3], - [-21, -3], - [-21, 6], - [-24, 7], - [-25, 14], - [-21, 16], - [-24, 20], - [-63, 81], - [-35, 54], - [-7, 13], - [-10, 34], - [-4, 17], - [-3, 20], - [14, 111], - [0, 17], - [-7, 77], - [0, 34], - [3, 10], - [7, 16], - [4, 7], - [3, 7], - [11, 7], - [17, 10], - [66, 27], - [77, 40], - [10, 10], - [25, 20], - [31, 37], - [7, 17], - [4, 20], - [7, 148], - [14, 77], - [3, 7], - [4, 13], - [3, 17], - [11, 14], - [17, 27], - [24, 47], - [11, 37], - [10, 40], - [4, 23], - [0, 121], - [-7, 27], - [-14, 27], - [-32, 44], - [-20, 17], - [-21, 6], - [-115, -23], - [-32, 7], - [-52, 20], - [-335, 188], - [-20, 7], - [-70, 13], - [-66, 20], - [-60, 10], - [-153, 58], - [-24, 13], - [-18, 17], - [-14, 30], - [-7, 17], - [-14, 30], - [-3, 17], - [-4, 17], - [-3, 20], - [3, 87], - [0, 17], - [-24, 64], - [-7, 37], - [-7, 13], - [-7, 17], - [-17, 20], - [-35, 37], - [-70, 91], - [-14, 17], - [-10, 3], - [-11, 0], - [-24, -17], - [-14, -10], - [-14, -3], - [-14, -7], - [-10, -13], - [-7, -17], - [-4, -20], - [0, -37], - [-7, -10], - [-3, -4], - [-18, -3], - [-7, 3], - [-3, 4], - [-4, 10], - [0, 17], - [7, 64], - [-3, 20], - [-11, 3], - [-14, 0], - [-27, 10], - [-14, 3], - [-7, -10], - [-4, -13], - [7, -34], - [0, -16], - [-7, -14], - [-10, -7], - [-14, 4], - [-32, 13], - [-17, 4], - [-35, 0], - [-10, 13], - [-7, 17], - [-25, 33], - [-35, 24], - [-24, 17], - [-14, 17], - [-14, 20], - [-66, 77], - [-10, -3], - [-11, -10], - [-7, -17], - [-14, -10], - [-28, -7], - [-3, -10], - [7, -14], - [7, -10], - [10, -13], - [4, -14], - [-7, -10], - [-14, -3], - [-18, -3], - [-41, 3], - [-21, 7], - [-18, -4], - [-10, -10], - [-11, -13], - [-10, -10], - [-21, -4], - [-11, 10], - [-10, 17], - [-7, 17], - [-7, 17], - [-10, -3], - [-7, -11], - [-11, -13], - [-10, -10], - [-14, -3], - [-18, 0], - [-111, 37], - [-25, 16], - [-17, 17], - [-3, 40], - [0, 21], - [-7, 23], - [-11, 24], - [-31, 33], - [-21, 10], - [-11, 0], - [-3, -13], - [-4, -17], - [-7, -13], - [-10, -14], - [-7, -10], - [0, -17], - [7, -13], - [17, -17], - [7, -13], - [4, -17], - [-7, -10], - [-17, -7], - [-25, 3], - [-35, 7], - [-21, 14], - [-59, 43], - [-45, 47], - [-14, 4], - [-18, 0], - [-38, -27], - [-31, -10], - [-14, -7], - [-18, -27], - [-14, -7], - [-17, -3], - [-28, 3], - [-17, 0], - [-18, -6], - [-10, -10], - [-14, -34], - [-11, -13], - [-10, -11], - [-28, -13], - [-14, -7], - [-21, -3], - [-24, 3], - [-21, 10], - [-21, 21], - [-17, 6], - [-14, -3], - [-11, -14], - [-7, -13], - [-7, -20], - [-7, -20], - [-7, -20], - [-10, -17], - [-18, -7], - [-13, 7], - [-25, 30], - [-14, 3], - [-10, -3], - [-28, -40], - [-31, -34], - [-25, -20], - [-14, -7], - [-28, -10], - [-28, -3], - [-38, 3], - [-28, 14], - [-45, 23], - [-21, 7], - [-21, 0], - [-24, -20], - [-14, -7], - [-18, -3], - [-10, -4], - [-14, -10], - [-11, 0], - [-20, 3], - [-25, 4], - [-63, 27], - [-55, 0], - [-46, 13], - [-21, 37], - [0, 67], - [-31, -20], - [-70, -74], - [-34, -13], - [-32, -7], - [-35, -10], - [-97, -67], - [-52, 17], - [-49, 37], - [-46, 20], - [-48, -14], - [-105, -64], - [-118, -33], - [-108, -91], - [-49, -34], - [-307, -87], - [-84, -50], - [-94, -91], - [-27, -24], - [-39, -13], - [-31, 0], - [-28, 10], - [-35, 3], - [-52, -16], - [-77, -74], - [-49, -27], - [-122, 0], - [14, 30], - [0, 23], - [-3, 17], - [-11, 24], - [-122, -51], - [14, 71], - [67, 114], - [38, 51], - [10, 16], - [4, 17], - [-11, 10], - [-17, 4], - [-230, 27], - [-28, 10], - [-17, 10], - [-25, 20], - [-17, 27], - [-7, 13], - [-7, 17], - [-11, 37], - [0, 40], - [0, 41], - [0, 10], - [-7, 20], - [-17, 17], - [-35, 23], - [-28, 10], - [-24, 0], - [-17, 0], - [-14, -6], - [-77, -37], - [-52, -14], - [-18, 0], - [-14, 7], - [-7, 3], - [-10, 14], - [-4, 13], - [-10, 37], - [-18, 51], - [-17, 26], - [-42, 51], - [-261, 188], - [-73, 34], - [-25, 3], - [-17, -3], - [-11, -10], - [-76, -81], - [-11, -10], - [-17, -7], - [-140, -7], - [-13, -6], - [-11, -10], - [-7, -17], - [-35, -198], - [-7, -21], - [-21, -37], - [-31, -6], - [-38, 10], - [-28, 17], - [-28, 20], - [-31, 23], - [-74, 14], - [-34, 16], - [-18, 27], - [-3, 27], - [-14, 27], - [-18, 24], - [-14, 10], - [-52, 13], - [-24, 27], - [-56, 7], - [-31, 0], - [-25, 7], - [-17, 6], - [-73, 54], - [-11, 13], - [-28, 64], - [-7, 10], - [-7, 7], - [-202, 138], - [-435, 407], - [-32, 23], - [-70, 44], - [-31, 10], - [-24, 7], - [-18, -4], - [-14, -3], - [-14, -10], - [-10, -10], - [-31, -61], - [-7, -13], - [-14, -10], - [-39, -27], - [-14, -10], - [-7, -17], - [-13, -30], - [-11, -14], - [-10, -10], - [-88, -44], - [-20, -6], - [-28, -4], - [-49, -3], - [-28, 7], - [-24, 6], - [-11, 7], - [-49, 41], - [-73, 84], - [-35, 26], - [-90, 48], - [-56, 10] - ], - [ - [0, 14886], - [0, 309], - [0, 514], - [0, 511], - [0, 514], - [0, 511], - [369, 0], - [373, 0], - [370, 0], - [369, 0], - [369, 0], - [370, 0], - [373, 0], - [369, 0], - [370, 0], - [372, 0], - [370, 0], - [369, 0], - [370, 0], - [372, 0], - [370, 0], - [369, 0], - [98, 0], - [-35, 124], - [-52, 108], - [-67, 97], - [-160, 189], - [-63, 94], - [-27, 111], - [20, 134], - [60, 151], - [55, 252], - [53, 239], - [38, 97], - [133, 222], - [101, 165], - [24, 57], - [10, 57], - [-31, 155], - [-10, 208], - [-32, 84], - [-76, 91], - [-63, 104], - [-18, 155], - [21, 477], - [18, 437], - [62, 165], - [7, 33], - [-13, 84], - [-14, 256], - [-25, 84], - [-31, 64], - [-25, 63], - [0, 88], - [18, 67], - [52, 134], - [84, 145], - [14, 40], - [0, 54], - [-11, 84], - [4, 44], - [7, 37], - [31, 50], - [94, 81], - [28, 47], - [0, 40], - [-132, 330], - [-18, 87], - [11, 484], - [-56, 10], - [-18, 47], - [14, 131], - [-3, 188], - [10, 61], - [18, 67], - [-11, 50], - [-55, 98], - [-21, 60], - [-21, 165], - [104, -3], - [140, -30], - [125, -54], - [70, -71], - [0, -30], - [-18, -61], - [0, -33], - [7, -37], - [21, -67], - [4, -41], - [-4, -111], - [18, -43], - [62, 10], - [60, 23], - [48, -3], - [112, -37], - [59, -10], - [112, 0], - [56, -7], - [66, -33], - [87, -61], - [73, -77], - [35, -67], - [-11, -41], - [-24, -30], - [-24, -30], - [0, -51], - [14, -40], - [52, -50], - [21, -27], - [14, -61], - [3, -70], - [-3, -74], - [-11, -68], - [-24, -53], - [-94, -168], - [-39, -47], - [-125, -41], - [-38, -37], - [28, -60], - [45, -27], - [125, 0], - [56, -10], - [66, -47], - [101, -104], - [60, -31], - [69, -6], - [63, 13], - [125, 50], - [28, 4], - [35, -4], - [32, 7], - [20, 27], - [7, 37], - [14, 34], - [18, 27], - [28, 26], - [24, 14], - [66, 17], - [32, 16], - [31, 34], - [52, 84], - [35, 34], - [112, 53], - [226, 0], - [115, 27], - [223, 125], - [122, 43], - [115, -10], - [429, 44], - [177, 40], - [283, 158], - [94, 20], - [35, -36], - [7, -78], - [-4, -87], - [7, -67], - [-3, -34], - [-25, -24], - [-59, -26], - [-35, -31], - [14, -30], - [35, -30], - [14, -27], - [-24, -64], - [-35, -30], - [-25, -40], - [4, -81], - [21, -71], - [69, -131], - [21, -60], - [-3, -34], - [-42, -54], - [-10, -30], - [0, -34], - [6, -60], - [81, -276], - [28, -60], - [24, -27], - [21, -13], - [24, -4], - [39, 0], - [41, -10], - [18, -23], - [14, -27], - [28, -31], - [170, -90], - [53, -51], - [3, -20], - [4, -17], - [-4, -17], - [-24, -87], - [17, -47], - [45, -20], - [60, 0], - [28, 17], - [17, 23], - [21, 20], - [38, 7], - [32, 10], - [10, 34], - [11, 33], - [24, 21], - [136, -4], - [101, -74], - [94, -97], - [115, -74], - [52, -10], - [174, 0], - [32, 3], - [59, 30], - [21, 7], - [35, -7], - [14, -10], - [10, -16], - [164, -148], - [63, -27], - [42, -37], - [41, -104], - [53, -27], - [38, -7], - [516, 7], - [66, -27], - [59, -44], - [63, -34], - [104, 7], - [63, -30], - [35, -3], - [35, 16], - [56, 44], - [31, 14], - [112, 23], - [115, 3], - [69, -26], - [53, -44], - [45, -51], - [56, -47], - [104, -40], - [241, -17], - [115, -27], - [55, -37], - [53, -43], - [48, -27], - [63, 13], - [45, 51], - [35, 57], - [46, 44], - [76, 0], - [136, -17], - [129, 30], - [115, 77], - [105, 111], - [55, 135], - [14, 275], - [28, 135], - [46, 77], - [45, 47], - [31, 50], - [4, 91], - [-35, 145], - [-4, 64], - [42, 50], - [25, 3], - [66, -10], - [28, 0], - [115, 44], - [125, 10], - [87, 37], - [18, 3], - [52, -80], - [31, -155], - [14, -168], - [-7, -114], - [73, -296], - [555, -387], - [139, -268], - [14, -138], - [143, -467], - [49, -71], - [160, -148] - ], - [ - [20759, 7186], - [-42, -20], - [-101, -108], - [-66, -91], - [-7, -23], - [-42, -71], - [-10, -37], - [7, -30], - [14, -24], - [14, -20], - [7, -17], - [-18, -117], - [-38, -141], - [-14, -135], - [49, -97], - [-70, -182], - [-10, -74], - [10, -57], - [49, -144], - [0, -78], - [-70, -131], - [-14, -27], - [-17, -121], - [-42, -53], - [-118, -98], - [-25, -60], - [-59, -61], - [-24, -27], - [-42, -6], - [-84, 0], - [-143, -31], - [-1080, -467], - [-202, -144], - [-293, -269], - [-272, -128], - [-460, -218], - [-153, -101], - [-119, -145], - [-404, -669], - [-49, -121], - [-62, -269], - [-81, -171], - [-156, -178], - [-307, -306], - [-788, -897], - [-31, -51], - [-3, -33], - [3, -88], - [7, -77], - [-101, -138], - [-112, -117], - [-87, -91], - [-80, -51], - [-45, -13], - [-143, -7], - [-31, -13], - [-108, -81], - [-70, 27], - [-282, -141], - [-74, -10], - [-45, -14], - [-38, -27], - [-87, -87], - [-35, -10], - [-42, 10], - [-171, 57], - [-49, 27], - [-41, 40], - [-46, 58], - [-38, 33], - [-49, 24], - [-80, 13], - [-125, 44], - [-227, 138], - [-139, 27], - [-108, -17], - [-25, 6], - [-17, 21], - [-25, 16], - [-27, 17], - [-136, 17], - [-28, 10], - [-18, 20], - [-17, 34], - [-21, 27], - [-24, 13], - [-28, -17], - [-105, -87], - [-28, -17], - [-69, -17], - [-49, -30], - [-52, -13], - [-18, -7], - [-3, -13], - [7, -44], - [-4, -14], - [-42, -13], - [-55, 0], - [-49, -13], - [-18, -41], - [-21, 24], - [-163, -94], - [-35, -4], - [-126, 4], - [-181, 94], - [-31, 40], - [-21, 54], - [3, 50], - [49, 17], - [-42, 61], - [-136, 60], - [-27, 54], - [-28, 37], - [-60, 40], - [-66, 37], - [-111, 30], - [-35, 37], - [-38, 27], - [-74, -10], - [-156, -74], - [-203, -44], - [-17, -6], - [-24, -30], - [-18, -7], - [-21, 3], - [-28, 17], - [-14, 3], - [-223, 0], - [-34, 7], - [-98, 40], - [-94, -6], - [-28, 6], - [-59, 31], - [-91, 77], - [-56, 30], - [-20, 24], - [-18, 40], - [-31, 40], - [-42, 27], - [-42, 10], - [-49, 4], - [-24, 10], - [-38, 57], - [-14, 10], - [-35, 20], - [-14, 14], - [-4, 20], - [4, 43], - [-11, 21], - [-41, 50], - [-21, 0], - [-28, -40], - [-7, 23], - [-14, 24], - [-21, 17], - [-28, 6], - [-7, 17], - [-24, 101], - [-11, 7], - [-52, 50], - [-10, 14], - [-35, 0], - [-21, 6], - [-14, 14], - [-21, 27], - [0, 23], - [21, 57], - [-11, 10], - [-31, -3], - [-56, -20], - [-28, 0], - [-48, 40], - [-32, 54], - [-3, 3] - ], - [ - [8911, 1734], - [28, 232], - [17, 74], - [11, 14], - [17, 20], - [10, 17], - [7, 6], - [32, 30], - [14, 21], - [21, 37], - [7, 23], - [3, 24], - [-3, 20], - [-11, 37], - [-3, 27], - [0, 185], - [7, 37], - [7, 23], - [20, 27], - [49, 40], - [11, 10], - [48, 94], - [32, 41], - [56, 111], - [3, 23], - [0, 20], - [-14, 27], - [-7, 14], - [-10, 10], - [-11, 27], - [-3, 37], - [14, 87], - [7, 40], - [14, 27], - [24, 20], - [80, 47], - [18, 17], - [21, 27], - [34, 61], - [18, 43], - [7, 31], - [0, 20], - [-4, 17], - [-7, 16], - [-7, 21], - [-3, 26], - [7, 51], - [24, 20], - [28, 17], - [31, 7], - [154, 84], - [21, 23], - [28, 40], - [48, 95], - [18, 47], - [7, 33], - [-87, 326], - [-14, 30], - [-7, 17], - [-4, 20], - [4, 54], - [24, 165], - [4, 40], - [-4, 30], - [-10, 11], - [-25, 20], - [-28, 20], - [-17, 7], - [-35, 10], - [-314, 43], - [-17, 7], - [-17, 17], - [-39, 87], - [-7, 37], - [-10, 54], - [-7, 13], - [-7, 14], - [-14, 10], - [-105, 81], - [-80, 80], - [-10, 10], - [-4, 4], - [-3, 6], - [-7, 41], - [0, 17], - [3, 10], - [4, 3], - [10, 3], - [49, 11], - [14, 3], - [14, 7], - [24, 20], - [14, 13], - [300, 447], - [21, 24], - [56, 30], - [10, 10], - [49, 44], - [10, 10], - [18, 3], - [17, 4], - [14, 6], - [18, 7], - [38, 27], - [42, 50], - [7, 14], - [10, 10], - [14, 10], - [14, 10], - [14, 7], - [45, 13], - [42, 20], - [18, 24], - [20, 44], - [74, 188], - [10, 13], - [28, 54], - [35, 91], - [14, 23], - [21, 24], - [17, 27], - [18, 33], - [6, 14], - [11, 10], - [14, 13], - [14, 7], - [14, 7], - [10, 10], - [14, 6], - [11, 11], - [10, 10], - [11, 16], - [24, 31], - [17, 23], - [0, 17], - [-3, 13], - [-14, 11], - [-18, 6], - [-17, 7], - [-38, 3], - [-21, 4], - [-14, 6], - [-14, 11], - [-11, 10], - [-20, 27], - [-63, 53], - [-11, 10], - [-7, 14], - [-17, 30], - [-3, 17], - [-7, 47], - [0, 37], - [7, 23], - [10, 17], - [28, 20], - [14, 14], - [14, 23], - [-4, 17], - [-7, 10], - [-10, 20], - [-7, 24], - [-4, 47], - [7, 27], - [11, 17], - [14, 10], - [17, 20], - [21, 37], - [31, 91], - [46, 363], - [0, 43], - [-4, 17], - [-7, 17], - [-7, 13], - [-21, 27], - [-24, 20], - [-14, 11], - [-17, 6], - [-14, 0], - [-14, -3], - [-14, -10], - [-21, -27], - [-24, -44], - [-21, -23], - [-14, -10], - [-14, -7], - [-18, -3], - [-17, 0], - [-18, 0], - [-17, 3], - [-17, 7], - [-14, 10], - [-25, 23], - [-21, 24], - [-38, 70], - [-7, 17], - [-7, 24], - [-3, 37], - [3, 20], - [7, 17], - [42, 30], - [10, 13], - [14, 20], - [4, 24], - [3, 20], - [-3, 20], - [-4, 17], - [-7, 14], - [-10, 13], - [-11, 10], - [-14, 10], - [-27, 14], - [-67, 47], - [-10, 16], - [-11, 17], - [-7, 31], - [4, 20], - [10, 16], - [84, 74], - [14, 17], - [10, 20], - [14, 44], - [4, 24], - [-4, 20], - [-17, 27], - [-45, 53], - [-4, 7], - [-3, 10], - [-4, 20], - [4, 21], - [7, 13], - [10, 10], - [59, 27], - [14, 3], - [18, -6], - [10, -7], - [14, 0], - [11, 3], - [10, 14], - [42, 87], - [10, 27], - [11, 47], - [0, 37], - [-4, 47], - [0, 27], - [7, 20], - [7, 17], - [25, 20], - [24, 34], - [17, 30], - [4, 23], - [3, 21], - [-7, 16], - [-7, 14], - [-31, 60], - [-17, 47] - ], - [ - [8911, 1734], - [-39, 27], - [-59, -30], - [-38, 60], - [-80, 41], - [-202, 43], - [-98, -3], - [-31, 7], - [-21, 17], - [-14, 16], - [-18, 7], - [-254, 44], - [-132, 0], - [-28, -10], - [-21, -24], - [-18, -23], - [-31, -21], - [-45, -43], - [-32, -17], - [-28, 0], - [-27, 3], - [-46, 21], - [-28, 20], - [-17, 23], - [-24, 17], - [-77, 17], - [-56, 30], - [-90, 17], - [-126, 50], - [-52, 10], - [-52, -6], - [-126, -41], - [-24, -10], - [-32, 20], - [-160, 7], - [-56, 7], - [-52, -4], - [-91, -20], - [-125, -27], - [-129, -30], - [-125, -27], - [-129, -30], - [-126, -30], - [-129, -27], - [-129, -30], - [-125, -27], - [-129, -30], - [-129, -27], - [-126, -31], - [-128, -27], - [-126, -30], - [-129, -27], - [-129, -30], - [-125, -30], - [-91, -20], - [-56, 0], - [-104, -24], - [-119, -27], - [-17, 47], - [-4, 44], - [21, 47], - [-66, 61], - [-59, 77], - [-59, 47], - [-46, 23], - [-41, 17], - [-98, 7], - [-49, -7], - [-52, -13], - [-52, -7], - [-53, 14], - [-35, 43], - [-3, 47], - [7, 54], - [-7, 54], - [-31, 37], - [-133, 57], - [-69, 64], - [-74, 91], - [-55, 104], - [-25, 90], - [-17, 37], - [-126, 148], - [-42, 27], - [-142, 44], - [-182, 84], - [-80, 60], - [-118, 118], - [-91, 54], - [-42, 37], - [-28, 50], - [-31, 158], - [-42, 91], - [-59, 91], - [-136, 158], - [-42, 33], - [-177, 81], - [-35, 0], - [-18, 13], - [-14, 31], - [0, 57], - [-7, 30], - [-38, 40], - [-94, 34], - [-42, 30], - [-24, 41], - [-35, 97], - [-216, 376], - [-21, 31], - [-28, 16], - [-49, 11], - [-17, 10], - [-14, 20], - [-21, 40], - [-45, 71], - [-21, 43], - [-32, 34], - [-76, 17], - [-14, 7], - [-21, 26], - [-14, 10], - [-10, -6], - [-11, -10], - [-28, -10], - [-45, -17], - [-25, -4], - [-41, 14], - [-255, 232], - [-21, 47], - [-7, 57], - [-14, 50], - [-31, 21], - [-56, 6], - [-14, 27], - [7, 37], - [4, 44], - [-18, 50], - [-48, 94], - [-14, 44], - [0, 57], - [17, 64], - [25, 57], - [27, 44], - [4, 44], - [-49, 26], - [-97, 24], - [-4, 20], - [-3, 74], - [-4, 34], - [-10, 16], - [-35, 34], - [-14, 20], - [-14, 51], - [-7, 43], - [-11, 44], - [-31, 47], - [24, -3], - [77, 3], - [-104, 185], - [-81, 108], - [-7, 73], - [0, 54], - [0, 209], - [0, 215], - [0, 10], - [0, 154], - [0, 347], - [0, 346], - [0, 349], - [0, 346], - [0, 152], - [0, 101], - [0, 73], - [0, 135], - [0, 514], - [0, 511], - [0, 514], - [0, 511], - [0, 514], - [0, 511], - [0, 514], - [0, 515], - [0, 510], - [0, 515], - [-3, 511], - [0, 205] - ], - [ - [23300, 20112], - [0, 13] - ], - [ - [30545, 30410], - [66, -10], - [387, 6], - [122, -33], - [108, -81], - [31, -47], - [59, -155], - [42, -73], - [38, -31], - [115, -13], - [255, -61], - [212, -20], - [39, -23], - [42, -51], - [10, -27], - [11, -50], - [17, -27], - [21, -7], - [52, 7], - [21, -7], - [139, -104], - [223, -94], - [46, -34], - [7, -198], - [14, -47], - [28, -27], - [17, 7], - [21, 17], - [35, 3], - [21, -13], - [41, -47], - [28, -14], - [0, -94], - [-52, -245], - [35, -91], - [42, -17], - [31, 17], - [35, 27], - [38, 10], - [35, -17], - [11, -37], - [7, -40], - [13, -30], - [67, -31], - [28, 64], - [10, 101], - [17, 87], - [67, -37], - [163, -10], - [60, -47], - [42, -84], - [13, -47], - [4, -50], - [-7, -37], - [-17, -27], - [-11, -34], - [11, -50], - [27, -47], - [74, -54], - [34, -37], - [42, -94], - [25, -40], - [38, -37], - [35, -20], - [111, -48], - [18, -26], - [49, -135], - [17, -94], - [-21, -71], - [-87, -158], - [-56, -157], - [-17, -88], - [0, -87], - [38, -64], - [244, -121], - [63, -61], - [49, -60], - [52, -51], - [77, -30], - [55, -80], - [60, -47], - [45, -58], - [3, -107], - [-17, -188], - [10, -81], - [80, -212], - [25, -40], - [84, -84], - [20, -27], - [60, -155], - [45, -60], - [80, -10], - [4, -91], - [21, -60], - [0, -34], - [3, -13], - [0, -14], - [-49, -81], - [-45, -50], - [-119, -94], - [-38, -20], - [-38, -27], - [-147, -185], - [-48, -138], - [-32, -57], - [-62, -44], - [-46, -10], - [-52, -60], - [-38, -20], - [-46, 3], - [-101, 23], - [-42, -10], - [-38, -16], - [-77, -17], - [-41, -17], - [-35, -37], - [-56, -94], - [-45, -30], - [-35, 0], - [-32, 10], - [-27, -10], - [-28, -61], - [0, -47], - [21, -20], - [38, 0], - [42, 7], - [42, -41], - [24, -107], - [7, -104], - [10, -101], - [28, -101], - [46, -94], - [52, -88], - [66, -73], - [98, -189], - [-28, -101], - [-39, -97], - [-209, -360], - [-7, -23], - [11, -37], - [-4, -24], - [-17, -13], - [-45, -24], - [-14, -16], - [-4, -51], - [7, -44], - [-3, -43], - [-25, -44], - [-76, 67], - [-28, -47], - [14, -289], - [-4, -43], - [-17, -61], - [-46, -108], - [11, -26], - [49, -21], - [52, 0], - [52, 7], - [49, -10], - [38, -50], - [18, -54], - [7, -118] - ] - ], - "transform": { - "scale": [0.00033560984221552557, 0.00029384954558709845], - "translate": [21.97987756300006, -18.069231871999932] - }, - "objects": { - "zambia": { - "type": "GeometryCollection", - "geometries": [ - { "arcs": [[0, 1, 2]], "type": "Polygon", "properties": { "name": "Luapula" } }, - { "arcs": [[3, -3, 4]], "type": "Polygon", "properties": { "name": "Northern" } }, - { - "arcs": [[5, 6, 7, 8, 9, 10, 11, 12]], - "type": "Polygon", - "properties": { "name": "Central" } - }, - { "arcs": [[-11, 13, 14]], "type": "Polygon", "properties": { "name": "Copperbelt" } }, - { "arcs": [[15, -6, 16, 17]], "type": "Polygon", "properties": { "name": "Eastern" } }, - { "arcs": [[-16, 18, 19, -7]], "type": "Polygon", "properties": { "name": "Lusaka" } }, - { - "arcs": [[-14, -10, 20, 21]], - "type": "Polygon", - "properties": { "name": "North-Western" } - }, - { "arcs": [[-20, 22, 23, -8]], "type": "Polygon", "properties": { "name": "Southern" } }, - { "arcs": [[-9, -24, 24, -21]], "type": "Polygon", "properties": { "name": "Western" } }, - { - "arcs": [[-17, -13, 25, -1, -4, 26]], - "type": "Polygon", - "properties": { "name": "Muchinga" } - } - ] - } - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/index.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/index.ts deleted file mode 100644 index 43ec1f84a5df2..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/index.ts +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core'; -import transformProps from './transformProps'; -import thumbnail from '../images/thumbnail.png'; - -const metadata = new ChartMetadata({ - description: t('Choropleth Map'), - name: t('ChoroplethMap'), - thumbnail, -}); - -export default class ChoroplethMapChartPlugin extends ChartPlugin { - constructor() { - super({ - loadChart: () => import('../chart/ChoroplethMap'), - metadata, - transformProps, - }); - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/transformProps.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/transformProps.ts deleted file mode 100644 index 07a933c08c9f4..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/plugin/transformProps.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { ChartProps } from '@superset-ui/core'; - -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -export default function transformProps(chartProps: ChartProps) { - const { width, height, formData, queriesData } = chartProps; - const { map, encoding } = formData; - const { data } = queriesData[0]; - - return { - width, - height, - map, - encoding, - data, - }; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/types.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/types.ts deleted file mode 100644 index 6134389d65f7d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/src/types.ts +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -// eslint-disable-next-line import/no-unresolved -import type { Topology } from 'topojson-specification'; -import type { FeatureCollection } from 'geojson'; -import type Projection from './chart/Projection'; - -interface BaseMapMetadata { - key: string; - name: string; - keyField: string; - projection?: Projection; - rotate?: [number, number] | [number, number, number]; -} - -interface TopojsonMapMetadata extends BaseMapMetadata { - type: 'topojson'; - load: () => Promise; -} - -interface GeojsonMapMetadata extends BaseMapMetadata { - type: 'geojson'; - load: () => Promise; -} - -export type RawMapMetadata = TopojsonMapMetadata | GeojsonMapMetadata; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/ChoroplethMap.stories.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/ChoroplethMap.stories.tsx deleted file mode 100644 index cb651b0ed82b4..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/ChoroplethMap.stories.tsx +++ /dev/null @@ -1,126 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import React from 'react'; -import { SuperChart } from '@superset-ui/core'; -import { withKnobs, select } from '@storybook/addon-knobs'; -import { - maps, - ChoroplethMapChartPlugin, -} from '@superset-ui/plugin-chart-choropleth-map'; -import useFakeMapData from './useFakeMapData'; - -new ChoroplethMapChartPlugin().configure({ key: 'choropleth-map' }).register(); - -export default { - title: 'Chart Plugins|plugin-chart-choropleth-map', - decorators: [withKnobs], -}; - -export const WorldMap = () => { - const map = select( - 'Map', - maps.map(m => m.key), - 'world', - 'map', - ); - - return ( - - ); -}; - -export const USA = () => ( - -); - -export const CategoricalColor = () => ( - -); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/generateFakeMapData.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/generateFakeMapData.ts deleted file mode 100644 index 3b2295ff55898..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/generateFakeMapData.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { seedRandom } from '@superset-ui/core'; -import loadMap from '../../../../../../plugins/plugin-chart-choropleth-map/src/chart/loadMap'; - -const FRUITS = ['apple', 'banana', 'grape']; - -export type FakeMapData = { - key: string; - favoriteFruit: string; - numStudents: number; -}[]; - -/** - * Generate mock data for the given map - * Output is a promise of an array - * { key, favoriteFruit, numStudents }[] - * @param map map name - */ -export default async function generateFakeMapData(map: string) { - const { object, metadata } = await loadMap(map); - return object.features - .map(f => metadata.keyAccessor(f)) - .map(key => ({ - key, - favoriteFruit: FRUITS[Math.round(seedRandom() * 2)], - numStudents: Math.round(seedRandom() * 100), - })); -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/useFakeMapData.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/useFakeMapData.ts deleted file mode 100644 index 4cacdffc4ff39..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/stories/useFakeMapData.ts +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { useState, useEffect } from 'react'; -import generateFakeMapData, { FakeMapData } from './generateFakeMapData'; - -export default function useFakeMapData(map: string) { - const [mapData, setMapData] = useState(undefined); - - useEffect(() => { - generateFakeMapData(map).then(mapData => { - setMapData(mapData); - }); - }, [map]); - - return mapData; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/index.test.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/index.test.ts deleted file mode 100644 index 23e709470ee6a..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/index.test.ts +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { ChoroplethMapChartPlugin } from '../src'; - -describe('@superset-ui/plugin-chart-choropleth-map', () => { - it('exists', () => { - expect(ChoroplethMapChartPlugin).toBeDefined(); - }); -}); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/tsconfig.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/tsconfig.json deleted file mode 100644 index 481ca5b4db938..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/test/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "composite": false, - "emitDeclarationOnly": false, - "noEmit": true, - "rootDir": "." - }, - "extends": "../../../tsconfig.json", - "include": [ - "**/*", - "../types/**/*", - "../../../types/**/*" - ], - "references": [ - { - "path": ".." - } - ] -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/tsconfig.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/tsconfig.json deleted file mode 100644 index b6bfaa2d98446..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "compilerOptions": { - "declarationDir": "lib", - "outDir": "lib", - "rootDir": "src" - }, - "exclude": [ - "lib", - "test" - ], - "extends": "../../tsconfig.json", - "include": [ - "src/**/*", - "types/**/*", - "../../types/**/*" - ], - "references": [ - { - "path": "../../packages/superset-ui-chart-controls" - }, - { - "path": "../../packages/superset-ui-core" - } - ] -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/types/external.d.ts b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/types/external.d.ts deleted file mode 100644 index fe6b1981edbca..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/plugin-chart-choropleth-map/types/external.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -declare module '*.png'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/setupJest.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/setupJest.js deleted file mode 100644 index a0316c3dcd7ce..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/setupJest.js +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import { configure as configureTranslation } from '@superset-ui/core'; -import { configure as configureEnzyme } from 'enzyme'; -import EnzymeReactAdapter from 'enzyme-adapter-react-16'; - -configureTranslation(); -configureEnzyme({ adapter: new EnzymeReactAdapter() }); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/addons.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/addons.js deleted file mode 100644 index cc58570b9acbc..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/addons.js +++ /dev/null @@ -1,5 +0,0 @@ -// note that the import order here determines the order in the UI! -import '@storybook/addon-knobs/register'; -import '@storybook/addon-actions/register'; -import '@storybook/addon-links/register'; -import 'storybook-addon-jsx/register'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/config.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/config.js deleted file mode 100644 index 6e8f066806e79..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/config.js +++ /dev/null @@ -1,26 +0,0 @@ -import { addParameters, configure } from '@storybook/react'; - -addParameters({ - options: { - name: '@superset-ui/plugins 🔌💡', - addonPanelInRight: false, - enableShortcuts: false, - goFullScreen: false, - hierarchyRootSeparator: null, - hierarchySeparator: /\|/, - selectedAddonPanel: undefined, // The order of addons in the "Addon panel" is the same as you import them in 'addons.js'. The first panel will be opened by default as you run Storybook - showAddonPanel: true, - showSearchBox: false, - showStoriesPanel: true, - sidebarAnimations: true, - sortStoriesByKind: false, - url: '#', - }, -}); - -function loadStorybook() { - require('./storybook.css'); - require('../storybook/stories'); // all of the stories -} - -configure(loadStorybook, module); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/storybook.css b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/storybook.css deleted file mode 100644 index 51868310bb93d..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/.storybook/storybook.css +++ /dev/null @@ -1,20 +0,0 @@ -html, -body, -#root { - height: 100%; - font-family: BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; - font-weight: 200; - color: #484848; -} -#root > div { - padding: 8px; -} - -#root > div.superset-body { - background: #f5f5f5; - padding: 16px; - min-height: 100%; -} -#root > div.superset-body .panel { - margin-bottom: 0; -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/README.md b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/README.md deleted file mode 100644 index 5e9af0815c70f..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/README.md +++ /dev/null @@ -1,53 +0,0 @@ -## @superset-ui/demo - -[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-demo&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-demo) - -Storybook of `@superset-ui-plugins` packages. See it live at -[apache-superset.github.io/superset-ui-plugins](https://apache-superset.github.io/superset-ui-plugins) - -### Development - -#### Run storybook - -To view the storybook locally, you should: - -1. Clone [superset-ui-plugins](https://github.com/apache-superset/superset-ui-plugins) repo. -2. Run `npm ci && npm build` in the `superset-ui-plugins` root directory. -3. Change to the demo directory `cd packages/superset-ui-plugins-demo`. -4. Run `npm run storybook`. This will open up a dev server at http://localhost:9001. - -#### Adding new stories - -###### Existing package - -If stories already exist for the package you are adding, simply extend the `examples` already -exported for that package in the `storybook/stories//index.js` file. - -###### New package - -If you are creating stories for a package that doesn't yet have any stories, follow these steps: - -1. Add any new package dependencies via `npm install `, but if it is `@superset-ui/*` - packages, manually add it to `peerDependencies`. - -2. Create a new folder that mirrors the package name - - > e.g., `mkdir storybook/stories/superset-ui-color/` - -3. Add an `index.js` file to that folder with a default export with the following shape: - -> you can use the `|` separator within the `storyPath` string to denote _nested_ stories e.g., -> `storyPath: '@superset-ui/package|Nested i|Nested ii'` - -```javascript - default export { - examples: [ - { - storyPath: , - storyName: , - renderStory: () => node, - }, - ... - ] - }; -``` diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/package.json b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/package.json deleted file mode 100644 index fb50053a694e0..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "@superset-ui/plugins-demo", - "version": "0.11.21", - "description": "Storybook for Superset UI Plugins 🔌💡", - "private": true, - "main": "index.js", - "scripts": { - "demo:clean": "rm -rf _gh-pages", - "demo:build": "build-storybook -o _gh-pages", - "demo:publish": "gh-pages -d _gh-pages", - "deploy-demo": "npm run demo:clean && npm run demo:build && npm run demo:publish && npm run demo:clean", - "storybook:run": "start-storybook -p 9001", - "storybook": "cd ../../ && npm run build && cd ./packages/superset-ui-plugins-demo && npm run storybook:run" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/apache-superset/superset-ui.git" - }, - "keywords": [ - "storybook", - "superset", - "ui", - "visualization", - "analysis", - "data" - ], - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/apache-superset/superset-ui/issues" - }, - "homepage": "https://github.com/apache-superset/superset-ui#readme", - "dependencies": { - "@babel/polyfill": "^7.4.3", - "@data-ui/event-flow": "^0.0.84", - "@storybook/addon-actions": "^5.0.9", - "@storybook/addon-knobs": "^5.0.9", - "@storybook/addon-links": "^5.0.9", - "@storybook/addons": "^5.0.9", - "@storybook/react": "^5.0.9", - "@types/react": "^16.9.48", - "@types/storybook__react": "4.0.2", - "bootstrap": "^3.4.1", - "jquery": "^3.4.1", - "react": "^16.13.1", - "storybook-addon-jsx": "^7.1.0" - }, - "devDependencies": { - "@babel/core": "^7.4.3", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@superset-ui/core": "^0.14.22", - "babel-loader": "^8.0.5", - "gh-pages": "^2.0.1", - "terser-webpack-plugin": "2.3.5" - } -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/Stories.tsx b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/Stories.tsx deleted file mode 100644 index 1a816b4ab0503..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/Stories.tsx +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/* eslint-disable no-magic-numbers */ -import React from 'react'; -import { SuperChart } from '@superset-ui/core'; -import data from './data'; - -export default [ - { - renderStory: () => ( - - ), - storyName: 'Basic', - storyPath: 'legacy-|plugin-chart-word-cloud|WordCloudChartPlugin', - }, -]; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/data.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/data.js deleted file mode 100644 index 47f721e156968..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/data.js +++ /dev/null @@ -1,422 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/* eslint-disable sort-keys */ -export default [ - { - name: 'Michael', - sum__num: 2467129, - }, - { - name: 'Christopher', - sum__num: 1725328, - }, - { - name: 'David', - sum__num: 1570516, - }, - { - name: 'James', - sum__num: 1506095, - }, - { - name: 'John', - sum__num: 1426074, - }, - { - name: 'Matthew', - sum__num: 1355877, - }, - { - name: 'Jennifer', - sum__num: 1335587, - }, - { - name: 'Robert', - sum__num: 1314800, - }, - { - name: 'Daniel', - sum__num: 1159354, - }, - { - name: 'Joseph', - sum__num: 1114167, - }, - { - name: 'William', - sum__num: 1113793, - }, - { - name: 'Joshua', - sum__num: 1073440, - }, - { - name: 'Jessica', - sum__num: 997179, - }, - { - name: 'Jason', - sum__num: 955817, - }, - { - name: 'Andrew', - sum__num: 926315, - }, - { - name: 'Anthony', - sum__num: 878978, - }, - { - name: 'Brian', - sum__num: 874868, - }, - { - name: 'Ryan', - sum__num: 816288, - }, - { - name: 'Kevin', - sum__num: 791084, - }, - { - name: 'Ashley', - sum__num: 789363, - }, - { - name: 'Thomas', - sum__num: 746589, - }, - { - name: 'Sarah', - sum__num: 744956, - }, - { - name: 'Nicholas', - sum__num: 728617, - }, - { - name: 'Amanda', - sum__num: 719676, - }, - { - name: 'Elizabeth', - sum__num: 712676, - }, - { - name: 'Justin', - sum__num: 704646, - }, - { - name: 'Jacob', - sum__num: 700755, - }, - { - name: 'Eric', - sum__num: 700518, - }, - { - name: 'Jonathan', - sum__num: 691938, - }, - { - name: 'Brandon', - sum__num: 682546, - }, - { - name: 'Melissa', - sum__num: 664648, - }, - { - name: 'Steven', - sum__num: 659750, - }, - { - name: 'Michelle', - sum__num: 659302, - }, - { - name: 'Richard', - sum__num: 652854, - }, - { - name: 'Kimberly', - sum__num: 647609, - }, - { - name: 'Timothy', - sum__num: 632770, - }, - { - name: 'Stephanie', - sum__num: 628138, - }, - { - name: 'Emily', - sum__num: 614741, - }, - { - name: 'Lisa', - sum__num: 606540, - }, - { - name: 'Mark', - sum__num: 589103, - }, - { - name: 'Jeffrey', - sum__num: 557562, - }, - { - name: 'Amy', - sum__num: 556835, - }, - { - name: 'Charles', - sum__num: 556124, - }, - { - name: 'Nicole', - sum__num: 545099, - }, - { - name: 'Tyler', - sum__num: 499814, - }, - { - name: 'Angela', - sum__num: 496228, - }, - { - name: 'Samantha', - sum__num: 484266, - }, - { - name: 'Benjamin', - sum__num: 482709, - }, - { - name: 'Heather', - sum__num: 481474, - }, - { - name: 'Scott', - sum__num: 469933, - }, - { - name: 'Rebecca', - sum__num: 466847, - }, - { - name: 'Adam', - sum__num: 459794, - }, - { - name: 'Mary', - sum__num: 459471, - }, - { - name: 'Zachary', - sum__num: 459381, - }, - { - name: 'Aaron', - sum__num: 453035, - }, - { - name: 'Rachel', - sum__num: 444351, - }, - { - name: 'Alexander', - sum__num: 438239, - }, - { - name: 'Paul', - sum__num: 411513, - }, - { - name: 'Kyle', - sum__num: 409644, - }, - { - name: 'Laura', - sum__num: 408963, - }, - { - name: 'Lauren', - sum__num: 403946, - }, - { - name: 'Megan', - sum__num: 402100, - }, - { - name: 'Nathan', - sum__num: 393793, - }, - { - name: 'Samuel', - sum__num: 390363, - }, - { - name: 'Christina', - sum__num: 387580, - }, - { - name: 'Kelly', - sum__num: 384611, - }, - { - name: 'Jordan', - sum__num: 382963, - }, - { - name: 'Patrick', - sum__num: 382673, - }, - { - name: 'Jeremy', - sum__num: 381171, - }, - { - name: 'Jose', - sum__num: 377759, - }, - { - name: 'Stephen', - sum__num: 374269, - }, - { - name: 'Sean', - sum__num: 366228, - }, - { - name: 'Kenneth', - sum__num: 361043, - }, - { - name: 'Gregory', - sum__num: 334166, - }, - { - name: 'Brittany', - sum__num: 333252, - }, - { - name: 'Amber', - sum__num: 331563, - }, - { - name: 'Katherine', - sum__num: 329873, - }, - { - name: 'Hannah', - sum__num: 329227, - }, - { - name: 'Taylor', - sum__num: 327602, - }, - { - name: 'Danielle', - sum__num: 322578, - }, - { - name: 'Andrea', - sum__num: 318796, - }, - { - name: 'Austin', - sum__num: 314059, - }, - { - name: 'Tiffany', - sum__num: 301753, - }, - { - name: 'Kayla', - sum__num: 291858, - }, - { - name: 'Christian', - sum__num: 288189, - }, - { - name: 'Maria', - sum__num: 287870, - }, - { - name: 'Alexis', - sum__num: 286496, - }, - { - name: 'Bryan', - sum__num: 282841, - }, - { - name: 'Victoria', - sum__num: 277371, - }, - { - name: 'Julie', - sum__num: 270542, - }, - { - name: 'Shannon', - sum__num: 266886, - }, - { - name: 'Christine', - sum__num: 264122, - }, - { - name: 'Sara', - sum__num: 263050, - }, - { - name: 'Erin', - sum__num: 262817, - }, - { - name: 'Madison', - sum__num: 262812, - }, - { - name: 'Crystal', - sum__num: 262697, - }, - { - name: 'Karen', - sum__num: 257961, - }, - { - name: 'Anna', - sum__num: 256136, - }, - { - name: 'Dylan', - sum__num: 250778, - }, - { - name: 'Edward', - sum__num: 248689, - }, -]; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/index.js b/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/index.js deleted file mode 100644 index 4e8d34c747902..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/temporary-plugins/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-word-cloud/index.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import WordCloudChartPlugin from '../../../../superset-ui-legacy-plugin-chart-word-cloud'; -import Stories from './Stories'; - -new WordCloudChartPlugin().configure({ key: 'word-cloud' }).register(); - -export default { - examples: [...Stories], -}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportObject.js b/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportObject.js deleted file mode 100644 index ab22d88b5b2f4..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportObject.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -module.exports = {}; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportString.js b/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportString.js deleted file mode 100644 index 5b7f1d6da9640..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/mockExportString.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -module.exports = 'test-file-stub'; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/svgrMock.tsx b/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/svgrMock.tsx deleted file mode 100644 index b057bc67b3466..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/test/__mocks__/svgrMock.tsx +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -import React, { SVGProps, forwardRef } from 'react'; - -const SvgrMock = forwardRef>( - (props, ref) => , -); - -SvgrMock.displayName = 'SvgrMock'; - -export const ReactComponent = SvgrMock; -export default SvgrMock; diff --git a/superset-frontend/temporary_superset_ui/superset-ui/test/setup.ts b/superset-frontend/temporary_superset_ui/superset-ui/test/setup.ts deleted file mode 100644 index ff1499de9bb01..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/test/setup.ts +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -import { configure } from 'enzyme'; -import Adapter from 'enzyme-adapter-react-16'; -import CacheStorage from './shims/CacheStorage'; - -// @ts-ignore -global.caches = new CacheStorage(); - -configure({ adapter: new Adapter() }); diff --git a/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.eslint.json b/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.eslint.json deleted file mode 100644 index 99aeabfa393db..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.eslint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "./tsconfig.json", - "include": [ - "types/**/*", - "packages/*/src/**/*", - "packages/*/test/**/*", - "packages/*/types/**/*", - "plugins/*/src/**/*", - "plugins/*/test/**/*", - "plugins/*/types/**/*" - ] -} diff --git a/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.json b/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.json deleted file mode 100644 index 6a08c3a531224..0000000000000 --- a/superset-frontend/temporary_superset_ui/superset-ui/tsconfig.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "compilerOptions": { - "allowSyntheticDefaultImports": true, - "declaration": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": false, - "jsx": "react", - "lib": [ - "dom", - "esnext" - ], - "module": "esnext", - "moduleResolution": "node", - "noEmitOnError": true, - "noImplicitReturns": true, - "noUnusedLocals": true, - "pretty": true, - "removeComments": false, - "strict": true, - "target": "es2015", - "useDefineForClassFields": false, - "composite": true, - "declarationMap": true, - "rootDir": ".", - "skipLibCheck": true, - "emitDeclarationOnly": true, - "resolveJsonModule": true, - "types": ["@emotion/react/types/css-prop", "jest", "jsdom"], - "typeRoots": [ - "./node_modules/@types" - ] - }, - "files": [], - "references": [ - { - "path": "packages/superset-ui-chart-controls" - }, - { - "path": "packages/superset-ui-chart-controls/test" - }, - { - "path": "packages/superset-ui-core" - }, - { - "path": "packages/superset-ui-core/test" - }, - { - "path": "plugins/legacy-plugin-chart-calendar" - }, - { - "path": "plugins/legacy-plugin-chart-chord" - }, - { - "path": "plugins/legacy-plugin-chart-country-map" - }, - { - "path": "plugins/legacy-plugin-chart-event-flow" - }, - { - "path": "plugins/legacy-plugin-chart-force-directed" - }, - { - "path": "plugins/legacy-plugin-chart-heatmap" - }, - { - "path": "plugins/legacy-plugin-chart-histogram" - }, - { - "path": "plugins/legacy-plugin-chart-horizon" - }, - { - "path": "plugins/legacy-plugin-chart-map-box" - }, - { - "path": "plugins/legacy-plugin-chart-map-box/test" - }, - { - "path": "plugins/legacy-plugin-chart-paired-t-test" - }, - { - "path": "plugins/legacy-plugin-chart-parallel-coordinates" - }, - { - "path": "plugins/legacy-plugin-chart-partition" - }, - { - "path": "plugins/legacy-plugin-chart-partition/test" - }, - { - "path": "plugins/legacy-plugin-chart-pivot-table" - }, - { - "path": "plugins/legacy-plugin-chart-rose" - }, - { - "path": "plugins/legacy-plugin-chart-sankey" - }, - { - "path": "plugins/legacy-plugin-chart-sankey-loop" - }, - { - "path": "plugins/legacy-plugin-chart-sunburst" - }, - { - "path": "plugins/legacy-plugin-chart-time-table" - }, - { - "path": "plugins/legacy-plugin-chart-treemap" - }, - { - "path": "plugins/legacy-plugin-chart-world-map" - }, - { - "path": "plugins/legacy-preset-chart-big-number" - }, - { - "path": "plugins/legacy-preset-chart-big-number/test" - }, - { - "path": "plugins/legacy-preset-chart-nvd3" - }, - { - "path": "plugins/legacy-preset-chart-nvd3/test" - }, - { - "path": "plugins/plugin-chart-echarts" - }, - { - "path": "plugins/plugin-chart-echarts/test" - }, - { - "path": "plugins/plugin-chart-table" - }, - { - "path": "plugins/plugin-chart-table/test" - }, - { - "path": "plugins/plugin-chart-word-cloud" - }, - { - "path": "plugins/plugin-chart-word-cloud/test" - }, - { - "path": "plugins/preset-chart-xy" - }, - { - "path": "plugins/preset-chart-xy/test" - } - ] -}