repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/compare_commits_with_basehead.ts
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * 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. */ type RespParams = { behind_by?: number; }; export const makeResponse = ({ behind_by = 0 }: RespParams = {}) => ({ data: { behind_by: behind_by, }, });
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/context_repo.json
{ "owner": "rapidsai", "repo": "cudf" }
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/get_by_username.ts
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * 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. */ type RespParams = { name?: string; login?: string; }; const makeResponse = ({ name = "", login = "VibhuJawa" }: RespParams = {}) => ({ data: { name, login, html_url: `https://github.com/${login}`, }, }); export const user = makeResponse({ name: "Keith Kraus", login: "kkraus14" }); export const userNoName = makeResponse();
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/pulls_get.ts
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * 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. */ type RespParams = { body?: string; }; export const makeResponse = ({ body = "" }: RespParams = {}) => ({ data: { url: "https://api.github.com/repos/rapidsai/cudf/pulls/6775", id: 521774755, node_id: "MDExOlB1bGxSZXF1ZXN0NTIxNzc0NzU1", html_url: "https://github.com/rapidsai/cudf/pull/6775", diff_url: "https://github.com/rapidsai/cudf/pull/6775.diff", patch_url: "https://github.com/rapidsai/cudf/pull/6775.patch", issue_url: "https://api.github.com/repos/rapidsai/cudf/issues/6775", number: 1234, state: "closed", locked: false, title: "[REVIEW] Implement cudf.DateOffset for months ", user: { login: "VibhuJawa", id: 53796099, node_id: "MDQ6VXNlcjUzNzk2MDk5", avatar_url: "https://avatars1.githubusercontent.com/u/53796099?v=4", gravatar_id: "", url: "https://api.github.com/users/VibhuJawa", html_url: "https://github.com/VibhuJawa", followers_url: "https://api.github.com/users/VibhuJawa/followers", following_url: "https://api.github.com/users/VibhuJawa/following{/other_user}", gists_url: "https://api.github.com/users/VibhuJawa/gists{/gist_id}", starred_url: "https://api.github.com/users/VibhuJawa/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/VibhuJawa/subscriptions", organizations_url: "https://api.github.com/users/VibhuJawa/orgs", repos_url: "https://api.github.com/users/VibhuJawa/repos", events_url: "https://api.github.com/users/VibhuJawa/events{/privacy}", received_events_url: "https://api.github.com/users/VibhuJawa/received_events", type: "User", site_admin: false, }, body: body || "Implements `cudf.DateOffset` - an object used for calendrical arithmetic, similar to pandas.DateOffset - for month units only.\n\nCloses https://github.com/rapidsai/cudf/issues/6754", created_at: "2020-11-16T16:25:22Z", updated_at: "2020-12-15T23:37:28Z", closed_at: "2020-12-15T23:37:28Z", merged_at: "2020-12-15T23:37:28Z", merge_commit_sha: "1963111b0010e339b0a0d5368c2e96b6d48e6244", assignee: { login: "VibhuJawa", id: 53796099, node_id: "MDQ6VXNlcjUzNzk2MDk5", avatar_url: "https://avatars1.githubusercontent.com/u/53796099?v=4", gravatar_id: "", url: "https://api.github.com/users/VibhuJawa", html_url: "https://github.com/VibhuJawa", followers_url: "https://api.github.com/users/VibhuJawa/followers", following_url: "https://api.github.com/users/VibhuJawa/following{/other_user}", gists_url: "https://api.github.com/users/VibhuJawa/gists{/gist_id}", starred_url: "https://api.github.com/users/VibhuJawa/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/VibhuJawa/subscriptions", organizations_url: "https://api.github.com/users/VibhuJawa/orgs", repos_url: "https://api.github.com/users/VibhuJawa/repos", events_url: "https://api.github.com/users/VibhuJawa/events{/privacy}", received_events_url: "https://api.github.com/users/VibhuJawa/received_events", type: "User", site_admin: false, }, assignees: [ { login: "VibhuJawa", id: 53796099, node_id: "MDQ6VXNlcjUzNzk2MDk5", avatar_url: "https://avatars1.githubusercontent.com/u/53796099?v=4", gravatar_id: "", url: "https://api.github.com/users/VibhuJawa", html_url: "https://github.com/VibhuJawa", followers_url: "https://api.github.com/users/VibhuJawa/followers", following_url: "https://api.github.com/users/VibhuJawa/following{/other_user}", gists_url: "https://api.github.com/users/VibhuJawa/gists{/gist_id}", starred_url: "https://api.github.com/users/VibhuJawa/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/VibhuJawa/subscriptions", organizations_url: "https://api.github.com/users/VibhuJawa/orgs", repos_url: "https://api.github.com/users/VibhuJawa/repos", events_url: "https://api.github.com/users/VibhuJawa/events{/privacy}", received_events_url: "https://api.github.com/users/VibhuJawa/received_events", type: "User", site_admin: false, }, ], requested_reviewers: [], requested_teams: [], labels: [ { id: 1162013166, node_id: "MDU6TGFiZWwxMTYyMDEzMTY2", url: "https://api.github.com/repos/rapidsai/cudf/labels/5%20-%20Ready%20to%20Merge", name: "5 - Ready to Merge", color: "a6e54d", default: false, description: "Testing and reviews complete, ready to merge", }, { id: 1221761547, node_id: "MDU6TGFiZWwxMjIxNzYxNTQ3", url: "https://api.github.com/repos/rapidsai/cudf/labels/Cython", name: "Cython", color: "f4e85f", default: false, description: "", }, { id: 1139741213, node_id: "MDU6TGFiZWwxMTM5NzQxMjEz", url: "https://api.github.com/repos/rapidsai/cudf/labels/cuDF%20(Python)", name: "cuDF (Python)", color: "1d76db", default: false, description: "Affects Python cuDF API.", }, { id: 599626561, node_id: "MDU6TGFiZWw1OTk2MjY1NjE=", url: "https://api.github.com/repos/rapidsai/cudf/labels/feature%20request", name: "feature request", color: "a2eeef", default: false, description: "New feature or request", }, { id: 2546521068, node_id: "MDU6TGFiZWwyNTQ2NTIxMDY4", url: "https://api.github.com/repos/rapidsai/cudf/labels/non-breaking", name: "non-breaking", color: "0e8a16", default: false, description: "Non-breaking change", }, ], milestone: null, draft: false, commits_url: "https://api.github.com/repos/rapidsai/cudf/pulls/6775/commits", review_comments_url: "https://api.github.com/repos/rapidsai/cudf/pulls/6775/comments", review_comment_url: "https://api.github.com/repos/rapidsai/cudf/pulls/comments{/number}", comments_url: "https://api.github.com/repos/rapidsai/cudf/issues/6775/comments", statuses_url: "https://api.github.com/repos/rapidsai/cudf/statuses/3dfbd68fe975eb04ae7b2ffa6369856ae183963d", head: { label: "VibhuJawa:fea-month-sub-and-add", ref: "fea-month-sub-and-add", sha: "3dfbd68fe975eb04ae7b2ffa6369856ae183963d", user: { login: "VibhuJawa", id: 53796099, node_id: "MDQ6VXNlcjUzNzk2MDk5", avatar_url: "https://avatars1.githubusercontent.com/u/53796099?v=4", gravatar_id: "", url: "https://api.github.com/users/VibhuJawa", html_url: "https://github.com/VibhuJawa", followers_url: "https://api.github.com/users/VibhuJawa/followers", following_url: "https://api.github.com/users/VibhuJawa/following{/other_user}", gists_url: "https://api.github.com/users/VibhuJawa/gists{/gist_id}", starred_url: "https://api.github.com/users/VibhuJawa/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/VibhuJawa/subscriptions", organizations_url: "https://api.github.com/users/VibhuJawa/orgs", repos_url: "https://api.github.com/users/VibhuJawa/repos", events_url: "https://api.github.com/users/VibhuJawa/events{/privacy}", received_events_url: "https://api.github.com/users/VibhuJawa/received_events", type: "User", site_admin: false, }, repo: { id: 200880888, node_id: "MDEwOlJlcG9zaXRvcnkyMDA4ODA4ODg=", name: "cudf", full_name: "VibhuJawa/cudf", private: false, owner: { login: "VibhuJawa", id: 53796099, node_id: "MDQ6VXNlcjUzNzk2MDk5", avatar_url: "https://avatars1.githubusercontent.com/u/53796099?v=4", gravatar_id: "", url: "https://api.github.com/users/VibhuJawa", html_url: "https://github.com/VibhuJawa", followers_url: "https://api.github.com/users/VibhuJawa/followers", following_url: "https://api.github.com/users/VibhuJawa/following{/other_user}", gists_url: "https://api.github.com/users/VibhuJawa/gists{/gist_id}", starred_url: "https://api.github.com/users/VibhuJawa/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/VibhuJawa/subscriptions", organizations_url: "https://api.github.com/users/VibhuJawa/orgs", repos_url: "https://api.github.com/users/VibhuJawa/repos", events_url: "https://api.github.com/users/VibhuJawa/events{/privacy}", received_events_url: "https://api.github.com/users/VibhuJawa/received_events", type: "User", site_admin: false, }, html_url: "https://github.com/VibhuJawa/cudf", description: "cuDF - GPU DataFrame Library", fork: true, url: "https://api.github.com/repos/VibhuJawa/cudf", forks_url: "https://api.github.com/repos/VibhuJawa/cudf/forks", keys_url: "https://api.github.com/repos/VibhuJawa/cudf/keys{/key_id}", collaborators_url: "https://api.github.com/repos/VibhuJawa/cudf/collaborators{/collaborator}", teams_url: "https://api.github.com/repos/VibhuJawa/cudf/teams", hooks_url: "https://api.github.com/repos/VibhuJawa/cudf/hooks", issue_events_url: "https://api.github.com/repos/VibhuJawa/cudf/issues/events{/number}", events_url: "https://api.github.com/repos/VibhuJawa/cudf/events", assignees_url: "https://api.github.com/repos/VibhuJawa/cudf/assignees{/user}", branches_url: "https://api.github.com/repos/VibhuJawa/cudf/branches{/branch}", tags_url: "https://api.github.com/repos/VibhuJawa/cudf/tags", blobs_url: "https://api.github.com/repos/VibhuJawa/cudf/git/blobs{/sha}", git_tags_url: "https://api.github.com/repos/VibhuJawa/cudf/git/tags{/sha}", git_refs_url: "https://api.github.com/repos/VibhuJawa/cudf/git/refs{/sha}", trees_url: "https://api.github.com/repos/VibhuJawa/cudf/git/trees{/sha}", statuses_url: "https://api.github.com/repos/VibhuJawa/cudf/statuses/{sha}", languages_url: "https://api.github.com/repos/VibhuJawa/cudf/languages", stargazers_url: "https://api.github.com/repos/VibhuJawa/cudf/stargazers", contributors_url: "https://api.github.com/repos/VibhuJawa/cudf/contributors", subscribers_url: "https://api.github.com/repos/VibhuJawa/cudf/subscribers", subscription_url: "https://api.github.com/repos/VibhuJawa/cudf/subscription", commits_url: "https://api.github.com/repos/VibhuJawa/cudf/commits{/sha}", git_commits_url: "https://api.github.com/repos/VibhuJawa/cudf/git/commits{/sha}", comments_url: "https://api.github.com/repos/VibhuJawa/cudf/comments{/number}", issue_comment_url: "https://api.github.com/repos/VibhuJawa/cudf/issues/comments{/number}", contents_url: "https://api.github.com/repos/VibhuJawa/cudf/contents/{+path}", compare_url: "https://api.github.com/repos/VibhuJawa/cudf/compare/{base}...{head}", merges_url: "https://api.github.com/repos/VibhuJawa/cudf/merges", archive_url: "https://api.github.com/repos/VibhuJawa/cudf/{archive_format}{/ref}", downloads_url: "https://api.github.com/repos/VibhuJawa/cudf/downloads", issues_url: "https://api.github.com/repos/VibhuJawa/cudf/issues{/number}", pulls_url: "https://api.github.com/repos/VibhuJawa/cudf/pulls{/number}", milestones_url: "https://api.github.com/repos/VibhuJawa/cudf/milestones{/number}", notifications_url: "https://api.github.com/repos/VibhuJawa/cudf/notifications{?since,all,participating}", labels_url: "https://api.github.com/repos/VibhuJawa/cudf/labels{/name}", releases_url: "https://api.github.com/repos/VibhuJawa/cudf/releases{/id}", deployments_url: "https://api.github.com/repos/VibhuJawa/cudf/deployments", created_at: "2019-08-06T15:44:50Z", updated_at: "2019-11-13T14:08:59Z", pushed_at: "2020-12-15T16:32:53Z", git_url: "git://github.com/VibhuJawa/cudf.git", ssh_url: "[email protected]:VibhuJawa/cudf.git", clone_url: "https://github.com/VibhuJawa/cudf.git", svn_url: "https://github.com/VibhuJawa/cudf", homepage: "http://rapids.ai", size: 80749, stargazers_count: 0, watchers_count: 0, language: "Cuda", has_issues: false, has_projects: true, has_downloads: true, has_wiki: true, has_pages: false, forks_count: 0, mirror_url: null, archived: false, disabled: false, open_issues_count: 0, license: { key: "apache-2.0", name: "Apache License 2.0", spdx_id: "Apache-2.0", url: "https://api.github.com/licenses/apache-2.0", node_id: "MDc6TGljZW5zZTI=", }, forks: 0, open_issues: 0, watchers: 0, default_branch: "branch-0.13", }, }, base: { label: "rapidsai:branch-0.18", ref: "branch-0.18", sha: "515a17342c7dac64e889b45859d9c042ad0a5c02", user: { login: "rapidsai", id: 43887749, node_id: "MDEyOk9yZ2FuaXphdGlvbjQzODg3NzQ5", avatar_url: "https://avatars2.githubusercontent.com/u/43887749?v=4", gravatar_id: "", url: "https://api.github.com/users/rapidsai", html_url: "https://github.com/rapidsai", followers_url: "https://api.github.com/users/rapidsai/followers", following_url: "https://api.github.com/users/rapidsai/following{/other_user}", gists_url: "https://api.github.com/users/rapidsai/gists{/gist_id}", starred_url: "https://api.github.com/users/rapidsai/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/rapidsai/subscriptions", organizations_url: "https://api.github.com/users/rapidsai/orgs", repos_url: "https://api.github.com/users/rapidsai/repos", events_url: "https://api.github.com/users/rapidsai/events{/privacy}", received_events_url: "https://api.github.com/users/rapidsai/received_events", type: "Organization", site_admin: false, }, repo: { id: 90506918, node_id: "MDEwOlJlcG9zaXRvcnk5MDUwNjkxOA==", name: "cudf", full_name: "rapidsai/cudf", private: false, owner: { login: "rapidsai", id: 43887749, node_id: "MDEyOk9yZ2FuaXphdGlvbjQzODg3NzQ5", avatar_url: "https://avatars2.githubusercontent.com/u/43887749?v=4", gravatar_id: "", url: "https://api.github.com/users/rapidsai", html_url: "https://github.com/rapidsai", followers_url: "https://api.github.com/users/rapidsai/followers", following_url: "https://api.github.com/users/rapidsai/following{/other_user}", gists_url: "https://api.github.com/users/rapidsai/gists{/gist_id}", starred_url: "https://api.github.com/users/rapidsai/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/rapidsai/subscriptions", organizations_url: "https://api.github.com/users/rapidsai/orgs", repos_url: "https://api.github.com/users/rapidsai/repos", events_url: "https://api.github.com/users/rapidsai/events{/privacy}", received_events_url: "https://api.github.com/users/rapidsai/received_events", type: "Organization", site_admin: false, }, html_url: "https://github.com/rapidsai/cudf", description: "cuDF - GPU DataFrame Library", fork: false, url: "https://api.github.com/repos/rapidsai/cudf", forks_url: "https://api.github.com/repos/rapidsai/cudf/forks", keys_url: "https://api.github.com/repos/rapidsai/cudf/keys{/key_id}", collaborators_url: "https://api.github.com/repos/rapidsai/cudf/collaborators{/collaborator}", teams_url: "https://api.github.com/repos/rapidsai/cudf/teams", hooks_url: "https://api.github.com/repos/rapidsai/cudf/hooks", issue_events_url: "https://api.github.com/repos/rapidsai/cudf/issues/events{/number}", events_url: "https://api.github.com/repos/rapidsai/cudf/events", assignees_url: "https://api.github.com/repos/rapidsai/cudf/assignees{/user}", branches_url: "https://api.github.com/repos/rapidsai/cudf/branches{/branch}", tags_url: "https://api.github.com/repos/rapidsai/cudf/tags", blobs_url: "https://api.github.com/repos/rapidsai/cudf/git/blobs{/sha}", git_tags_url: "https://api.github.com/repos/rapidsai/cudf/git/tags{/sha}", git_refs_url: "https://api.github.com/repos/rapidsai/cudf/git/refs{/sha}", trees_url: "https://api.github.com/repos/rapidsai/cudf/git/trees{/sha}", statuses_url: "https://api.github.com/repos/rapidsai/cudf/statuses/{sha}", languages_url: "https://api.github.com/repos/rapidsai/cudf/languages", stargazers_url: "https://api.github.com/repos/rapidsai/cudf/stargazers", contributors_url: "https://api.github.com/repos/rapidsai/cudf/contributors", subscribers_url: "https://api.github.com/repos/rapidsai/cudf/subscribers", subscription_url: "https://api.github.com/repos/rapidsai/cudf/subscription", commits_url: "https://api.github.com/repos/rapidsai/cudf/commits{/sha}", git_commits_url: "https://api.github.com/repos/rapidsai/cudf/git/commits{/sha}", comments_url: "https://api.github.com/repos/rapidsai/cudf/comments{/number}", issue_comment_url: "https://api.github.com/repos/rapidsai/cudf/issues/comments{/number}", contents_url: "https://api.github.com/repos/rapidsai/cudf/contents/{+path}", compare_url: "https://api.github.com/repos/rapidsai/cudf/compare/{base}...{head}", merges_url: "https://api.github.com/repos/rapidsai/cudf/merges", archive_url: "https://api.github.com/repos/rapidsai/cudf/{archive_format}{/ref}", downloads_url: "https://api.github.com/repos/rapidsai/cudf/downloads", issues_url: "https://api.github.com/repos/rapidsai/cudf/issues{/number}", pulls_url: "https://api.github.com/repos/rapidsai/cudf/pulls{/number}", milestones_url: "https://api.github.com/repos/rapidsai/cudf/milestones{/number}", notifications_url: "https://api.github.com/repos/rapidsai/cudf/notifications{?since,all,participating}", labels_url: "https://api.github.com/repos/rapidsai/cudf/labels{/name}", releases_url: "https://api.github.com/repos/rapidsai/cudf/releases{/id}", deployments_url: "https://api.github.com/repos/rapidsai/cudf/deployments", created_at: "2017-05-07T03:43:37Z", updated_at: "2020-12-17T18:37:37Z", pushed_at: "2020-12-17T18:37:33Z", git_url: "git://github.com/rapidsai/cudf.git", ssh_url: "[email protected]:rapidsai/cudf.git", clone_url: "https://github.com/rapidsai/cudf.git", svn_url: "https://github.com/rapidsai/cudf", homepage: "http://rapids.ai", size: 79812, stargazers_count: 3543, watchers_count: 3543, language: "C++", has_issues: true, has_projects: true, has_downloads: true, has_wiki: true, has_pages: false, forks_count: 470, mirror_url: null, archived: false, disabled: false, open_issues_count: 571, license: { key: "apache-2.0", name: "Apache License 2.0", spdx_id: "Apache-2.0", url: "https://api.github.com/licenses/apache-2.0", node_id: "MDc6TGljZW5zZTI=", }, forks: 470, open_issues: 571, watchers: 3543, default_branch: "branch-0.18", }, }, _links: { self: { href: "https://api.github.com/repos/rapidsai/cudf/pulls/6775", }, html: { href: "https://github.com/rapidsai/cudf/pull/6775", }, issue: { href: "https://api.github.com/repos/rapidsai/cudf/issues/6775", }, comments: { href: "https://api.github.com/repos/rapidsai/cudf/issues/6775/comments", }, review_comments: { href: "https://api.github.com/repos/rapidsai/cudf/pulls/6775/comments", }, review_comment: { href: "https://api.github.com/repos/rapidsai/cudf/pulls/comments{/number}", }, commits: { href: "https://api.github.com/repos/rapidsai/cudf/pulls/6775/commits", }, statuses: { href: "https://api.github.com/repos/rapidsai/cudf/statuses/3dfbd68fe975eb04ae7b2ffa6369856ae183963d", }, }, author_association: "MEMBER", active_lock_reason: null, merged: true, mergeable: true, rebaseable: null, mergeable_state: "clean", merged_by: { login: "rapids-ops-bot[bot]", id: 73299758, node_id: "MDM6Qm90NzMyOTk3NTg=", avatar_url: "https://avatars2.githubusercontent.com/u/43887749?v=4", gravatar_id: "", url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D", html_url: "https://github.com/apps/rapids-ops-bot", followers_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/followers", following_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/following{/other_user}", gists_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/gists{/gist_id}", starred_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/starred{/owner}{/repo}", subscriptions_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/subscriptions", organizations_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/orgs", repos_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/repos", events_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/events{/privacy}", received_events_url: "https://api.github.com/users/rapids-ops-bot%5Bbot%5D/received_events", type: "Bot", site_admin: false, }, comments: 6, review_comments: 24, maintainer_can_modify: false, commits: 27, additions: 222, deletions: 3, changed_files: 9, }, });
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/releases.json
{ "legacy": { "version": "0.18", "date": "25 February 2021" }, "stable": { "version": "0.19", "date": "15 April 2021" }, "nightly": { "version": "21.06", "cudf_dev": { "start": "2021-03-25", "end": "2021-05-18", "days": 39 }, "other_dev": { "start": "2021-04-01", "end": "2021-05-25", "days": 39 }, "cudf_burndown": { "start": "2021-05-19", "end": "2021-05-25", "days": 5 }, "other_burndown": { "start": "2021-05-26", "end": "2021-06-02", "days": 5 }, "cudf_codefreeze": { "start": "2021-05-26", "end": "2021-06-02", "days": 4 }, "other_codefreeze": { "start": "2021-06-03", "end": "2021-06-08", "days": 4 }, "release": { "start": "2021-06-09", "end": "2021-06-10", "days": 2 } }, "next_nightly": { "version": "21.08", "cudf_dev": { "start": "2021-05-19", "end": "2021-07-14", "days": 39 }, "other_dev": { "start": "2021-05-26", "end": "2021-07-21", "days": 39 }, "cudf_burndown": { "start": "2021-07-14", "end": "2021-07-20", "days": 5 }, "other_burndown": { "start": "2021-07-21", "end": "2021-07-28", "days": 6 }, "cudf_codefreeze": { "start": "2021-07-21", "end": "2021-07-28", "days": 6 }, "other_codefreeze": { "start": "2021-07-29", "end": "2021-08-03", "days": 4 }, "release": { "start": "2021-08-04", "end": "2021-08-05", "days": 2 } } }
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/list_pulls.json
{ "branch_checker": [ { "number": 1234, "title": "[RELEASE] cuml v0.18", "user": { "login": "GPUtester" }, "labels": [{ "name": "breaking" }, { "name": "bug" }], "merged_at": "2021-01-27T13:38:56Z", "base": { "repo": { "name": "cudf", "default_branch": "branch-0.18", "owner": { "login": "rapidsai" } } }, "head": { "sha": "randomsha1234" } } ], "recently_updated": [ { "number": 1234, "title": "[RELEASE] cuml v0.18", "user": { "login": "GPUtester" }, "labels": [{ "name": "breaking" }, { "name": "bug" }], "merged_at": "2021-01-27T13:38:56Z", "base": { "repo": { "name": "cudf", "default_branch": "branch-0.18", "owner": { "login": "rapidsai" } } }, "head": { "sha": "randomsha1234" } } ], "release_drafter": [ { "number": 1234, "title": "[WIP] [skip-ci] Some PR title", "user": { "login": "octokit" }, "labels": [{ "name": "breaking" }, { "name": "bug" }], "merged_at": "2021-01-27T13:38:56Z" }, { "number": 456, "title": "Some Doc PR", "user": { "login": "ajschmidt8" }, "labels": [{ "name": "doc" }], "merged_at": "2021-01-27T13:38:56Z" }, { "number": 4567, "title": "Another Title", "user": { "login": "octokit" }, "labels": [], "merged_at": "2021-01-27T13:38:56Z" }, { "number": 6432, "title": "Another Title", "user": { "login": "octokit" }, "labels": [{ "name": "doc" }], "merged_at": null }, { "number": 9134, "title": "[gpuCI] Forward-merge branch-0.17 to branch-0.18 [skip ci]", "user": { "login": "octokit" }, "labels": [{ "name": "doc" }], "merged_at": "2021-01-27T13:38:56Z" } ] }
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/list_reviews.json
[ { "user": { "login": "kkraus14" }, "state": "CHANGES_REQUESTED" }, { "user": { "login": "VibhuJawa" }, "state": "APPROVED" }, { "user": { "login": "VibhuJawa" }, "state": "APPROVED" } ]
0
rapidsai_public_repos/ops-bot/test/fixtures
rapidsai_public_repos/ops-bot/test/fixtures/responses/list_commits.json
{ "data": [ { "sha": "1771a8fc18ac647c9172209fa3b39b40437ac85c", "author": { "login": "VibhuJawa" } }, { "sha": "f0f53c76aacd04769a568453fc138e124af7bfdf", "author": { "login": "VibhuJawa" } }, { "sha": "f3b0e064eb748a343f78941ecb30ddcfb92f7644", "author": { "login": "VibhuJawa" } }, { "sha": "47c917220b748a343f78941ecb30ddcfb923b0e0", "author": { "login": "VibhuJawa" } }, { "sha": "0ddcf220b748a343f78941ecb30ddcfb92f76441", "author": { "login": "VibhuJawa" } }, { "sha": "stophere", "author": null }, { "sha": "45bd967c09564f40af65cce9f3b88ddb87614c0a", "author": null } ] }
0
rapidsai_public_repos
rapidsai_public_repos/shared-actions/README.md
# shared-actions Contains all of the shared composite actions used by RAPIDS.
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/rapids-github-info/action.yml
name: "RAPIDS GitHub info" inputs: repo: type: string branch: type: string date: type: string sha: type: string outputs: rapids_repository: value: ${{ steps.standardize-repo-info.outputs.RAPIDS_REPOSITORY }} rapids_sha: value: ${{ steps.standardize-repo-info.outputs.RAPIDS_SHA }} rapids_ref_name: value: ${{ steps.standardize-repo-info.outputs.RAPIDS_REF_NAME }} rapids_nightly_date: value: ${{ steps.standardize-repo-info.outputs.RAPIDS_NIGHTLY_DATE }} runs: using: composite steps: - name: Standardize repository information id: standardize-repo-info shell: bash run: | echo "RAPIDS_REPOSITORY=${{ inputs.repo || github.repository }}" | tee --append "${GITHUB_ENV}" "${GITHUB_OUTPUT}" sha="${{ inputs.sha }}" if [[ "${sha}" == "" ]]; then sha=$(git rev-parse HEAD) fi echo "RAPIDS_SHA=${sha}" | tee --append "${GITHUB_ENV}" "${GITHUB_OUTPUT}" echo "RAPIDS_REF_NAME=${{ inputs.branch || github.ref_name }}" | tee --append "${GITHUB_ENV}" "${GITHUB_OUTPUT}" echo "RAPIDS_NIGHTLY_DATE=${{ inputs.date }}" | tee --append "${GITHUB_ENV}" "${GITHUB_OUTPUT}"
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/rapids-github-info/README.md
# rapids-github-info This composite action is intended to be used in workflows that are run from either the source repository (e.g., cudf, rmm) or an external repository (e.g., actions). It will take the input repo/branch/date/sha and pass it through if they are set (by an external repo) or use `github.` variables if they are unset (running from the source repo itself).
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/get-pr-info/action.yml
name: "Get PR Info" outputs: pr-info: description: "String encoded JSON object containing pull-request information" value: ${{ steps.get-pull-request.outputs.result }} runs: using: "composite" steps: - uses: actions/github-script@v6 id: get-pull-request with: retries: 3 script: | const branch = process.env.GITHUB_REF_NAME; const prBranchPattern = new RegExp("^pull-request/[0-9]+$"); if (!branch.match(prBranchPattern)) { throw new Error(`${branch} does not match PR branch pattern.`); } const prNumber = branch.split("/")[1]; const {data: pullRequest} = await github.rest.pulls.get({ pull_number: prNumber, owner: context.repo.owner, repo: context.repo.repo, }); return pullRequest;
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/get-pr-info/README.md
# shared-actions# get-pr-info This composite action is intended to be used in workflows that run on `pull-request/<PR_NUMBER>` branches. It will extract the pull-request number from the branch name and use it to fetch information about the corresponding pull-request from GitHub's API. The JSON object returned by this composite action is described here: [https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request](https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request). ## Example Usage ```yaml name: Get PR Info Demo on: push: branches: - "pull-request/[0-9]+" jobs: main_job: runs-on: ubuntu-latest steps: - id: get-pr-info uses: rapidsai/shared-actions/get-pr-info@main - run: echo "${RAPIDS_BASE_BRANCH}" env: RAPIDS_BASE_BRANCH: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }} ```
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/dockerhub-script/action.yml
name: Run DockerHub Script description: | This composite action generates a DockerHub token and runs a script with it. The token is revoked when the composite action exits. inputs: DOCKERHUB_USER: description: DockerHub username required: true DOCKERHUB_TOKEN: description: DockerHub password required: true script: description: Script to run required: true runs: using: composite steps: - name: Generate DockerHub Token shell: bash run: | logout() { curl -X POST \ -H "Authorization: JWT $HUB_TOKEN" \ "https://hub.docker.com/v2/logout/" } trap logout EXIT HUB_TOKEN=$( curl -s -H "Content-Type: application/json" \ -X POST \ -d "{\"username\": \"${DOCKERHUB_USER}\", \"password\": \"${DOCKERHUB_TOKEN}\"}" \ https://hub.docker.com/v2/users/login/ | jq -r .token \ ) echo "::add-mask::${HUB_TOKEN}" . ${{ inputs.script }} env: DOCKERHUB_USER: ${{ inputs.DOCKERHUB_USER }} DOCKERHUB_TOKEN: ${{ inputs.DOCKERHUB_TOKEN }}
0
rapidsai_public_repos/shared-actions
rapidsai_public_repos/shared-actions/dockerhub-script/README.md
# Get DockerHub Token This composite action generates a DockerHub token and runs a script with it. The token is revoked when the composite action exits. ## Inputs - `DOCKERHUB_USER` (required): DockerHub username - `DOCKERHUB_TOKEN` (required): DockerHub password - `script` (required): Script to run ## Inner variables These are variables pre-computed by this action which become usable by the scripts that you pass to be run in this action. - `HUB_TOKEN`: The generated DockerHub token required for authorization against the DockerHub API. ## Usage ```yaml jobs: example: steps: - name: Run With DockerHub Token uses: rapidsai/shared-actions/dockerhub-script@main with: DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_PASSWORD }} script: ci/do_something.sh env: #(if needed) IMAGE_NAME: rapidsai/base:some-random-tag ARCHES: ${{ toJSON(matrix.ARCHES) }} #...etc ```
0
rapidsai_public_repos
rapidsai_public_repos/node/node-rapids.code-workspace
{ "folders": [ { "name": "node-rapids", "path": "." }, { "name": "core", "path": "modules/core" }, { "name": "cuda", "path": "modules/cuda" }, { "name": "rmm", "path": "modules/rmm" }, { "name": "cudf", "path": "modules/cudf" }, { "name": "cuml", "path": "modules/cuml" }, { "name": "cugraph", "path": "modules/cugraph" }, { "name": "cuspatial", "path": "modules/cuspatial" }, { "name": "io", "path": "modules/io" }, { "name": "sql", "path": "modules/sql" }, { "name": "deck.gl", "path": "modules/deck.gl" }, { "name": "demo", "path": "modules/demo" }, { "name": "glfw", "path": "modules/glfw" }, { "name": "jsdom", "path": "modules/jsdom" }, { "name": "webgl", "path": "modules/webgl" } ], "extensions": { "recommendations": [ "twxs.cmake", "slevesque.shader", "ms-vscode.cpptools", "seaube.clangformat", "cschlosser.doxdocgen", "dbaeumer.vscode-eslint", "davidanson.vscode-markdownlint", "augustocdias.tasks-shell-input", "dotiful.dotfiles-syntax-highlighting", "llvm-vs-code-extensions.vscode-clangd" ] }, "settings": { "C_Cpp.formatting": "disabled", "C_Cpp.autocomplete": "disabled", "C_Cpp.errorSquiggles": "disabled", "C_Cpp.intelliSenseEngine": "disabled", "C_Cpp.configurationWarnings": "disabled", "C_Cpp.autoAddFileAssociations": false, "C_Cpp.vcpkg.enabled": false, "clangd.path": "/usr/bin/clangd", "clangd.arguments": [ "--log=info", "--pch-storage=disk", "--cross-file-rename", "--completion-parse=auto", "--fallback-style=Google", "--compile-commands-dir=", "--background-index=true", "--all-scopes-completion", "--header-insertion=never", "--completion-style=detailed", "--header-insertion-decorators" ], // Configure the seaube.clangformat plugin "clang-format.fallbackStyle": "Google", "clang-format.executable": "clang-format-17", "clang-format.language.typescript.enable": true, "debug.terminal.clearBeforeReusing": true, // Configure ESLint plugin "eslint.debug": true, "eslint.nodeEnv": "production", "eslint.lintTask.enable": true, // "eslint.trace.server": "verbose", "eslint.run": "onSave", "eslint.probe": [ // "javascript", // "javascriptreact", "typescript" // "typescriptreact", // "html", // "vue", // "markdown" ], "eslint.workingDirectories": [ "./node-rapids", "./node-rapids/modules/core", "./node-rapids/modules/cuda", "./node-rapids/modules/cudf", "./node-rapids/modules/cugraph", "./node-rapids/modules/cuspatial", "./node-rapids/modules/deck.gl", "./node-rapids/modules/demo", "./node-rapids/modules/glfw", "./node-rapids/modules/webgl", "./node-rapids/modules/sql", "./node-rapids/modules/io" ], "eslint.options": { "configFile": ".eslintrc.js" }, "git.ignoreLimitWarning": true, "markdownlint.config": { "default": true, "MD033": false }, "files.trimFinalNewlines": true, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, "files.associations": { ".creds": "dotenv", "*.cu": "cuda-cpp", "*.cuh": "cuda-cpp", "*.glsl.js": "glsl", "*.glsl.ts": "glsl" }, "files.exclude": { "**/.git": true, "**/.DS_Store": true, }, "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/build/**": true, "**/.next/**": true, "**/.cache/**": true, "**/.cmake-js/**": true, "**/node_modules/**": true }, "search.exclude": { "**/napi.h": false, "**/napi-inl.h": false, "**/napi-inl.deprecated.h": false, "**/node_api.h": false, "**/build/**": true, "**/.next/**": true, "**/.cache/**": true, "**/.cmake-js/**": true, "**/node_modules/**": true }, "terminal.integrated.cwd": "${workspaceFolder:node-rapids}", "terminal.integrated.enableFileLinks": "on", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash", "args": [ "-li" ] } }, "terminal.integrated.defaultProfile.linux": "bash", // Fix to make "<ctrl>+<shift>+<B>" tasks list launch instantly "typescript.tsc.autoDetect": "off", "typescript.tsdk": "node-rapids/node_modules/typescript/lib", // Set the formatters and formatting options for each language "[c]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[cpp]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[cuda]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[cuda-cpp]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[json]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "vscode.json-language-features" }, "[javascript]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[typescript]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "seaube.clangformat" }, "[javascriptreact]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "vscode.typescript-language-features" }, "[typescriptreact]": { "editor.tabSize": 2, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.defaultFormatter": "vscode.typescript-language-features" }, }, "tasks": { "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Rebuild all TS and C++ (slow)", "group": { "kind": "build", "isDefault": true, }, "command": "if [[ \"${input:CMAKE_BUILD_TYPE}\" == \"Release\" ]]; then yarn rebuild; else yarn rebuild:debug; fi", "problemMatcher": [ "$tsc", { "owner": "cuda", "fileLocation": [ "relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}" ], "pattern": { "file": 1, "line": 2, "severity": 3, "message": 4, "regexp": "^(.*)\\((\\d+)\\):\\s+(error|warning|note|info):\\s+(.*)$" } }, { "owner": "cpp", "fileLocation": [ "relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}" ], "pattern": { "file": 1, "line": 2, "severity": 4, "message": 5, "regexp": "^(.*):(\\d+):(\\d+):\\s+(error|warning|note|info):\\s+(.*)$" } }, ], }, ], "inputs": [ { "type": "pickString", "default": "Release", "id": "CMAKE_BUILD_TYPE", "options": [ "Release", "Debug" ], "description": "C++ Build Type", } ] }, }
0
rapidsai_public_repos
rapidsai_public_repos/node/package.json
{ "private": true, "name": "node-rapids", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <[email protected]>" ], "homepage": "https://github.com/rapidsai/node#readme", "bugs": { "url": "https://github.com/rapidsai/node/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rapidsai/node.git" }, "scripts": { "build": "scripts/exec.js run build --concurrency 1", "build:debug": "scripts/exec.js run build:debug --concurrency 1", "clean": "scripts/exec.js clean", "clean:build": "npx rimraf .cache/source .cache/binary && yarn tsc:clean && yarn cpp:clean && yarn build", "compile": "scripts/exec.js run compile --concurrency 1", "compile:debug": "scripts/exec.js run compile:debug --concurrency 1", "rebuild": "scripts/exec.js run rebuild --concurrency 1", "rebuild:debug": "scripts/exec.js run rebuild:debug --concurrency 1", "cpp:clean": "scripts/exec.js run cpp:clean --parallel", "cpp:clean:debug": "scripts/exec.js run cpp:clean:debug --parallel", "cpp:build": "scripts/exec.js run cpp:build --concurrency 1", "cpp:build:debug": "scripts/exec.js run cpp:build:debug --concurrency 1", "cpp:compile": "scripts/exec.js run cpp:compile --concurrency 1", "cpp:compile:debug": "scripts/exec.js run cpp:compile:debug --concurrency 1", "cpp:configure": "scripts/exec.js run cpp:configure --concurrency 1", "cpp:configure:debug": "scripts/exec.js run cpp:configure:debug --concurrency 1", "cpp:rebuild": "scripts/exec.js run cpp:rebuild --concurrency 1", "cpp:rebuild:debug": "scripts/exec.js run cpp:rebuild:debug --concurrency 1", "cpp:reconfigure": "scripts/exec.js run cpp:reconfigure --concurrency 1", "cpp:reconfigure:debug": "scripts/exec.js run cpp:reconfigure:debug --concurrency 1", "demo": "scripts/exec.js demo", "dev:install-cpp-dependencies": "modules/core/bin/exec_install_deps.js", "dev:npm:pack": "scripts/exec.js npm-pack", "dev:relink-bin-dirs": "scripts/exec.js relink-bin-dirs", "doc:packages": "scripts/exec.js run doc", "doc": "rimraf doc && typedoc --options typedoc.js && yarn doc:packages", "docker:build:devel": "yarn docker:build:devel:main && yarn docker:build:devel:notebook", "docker:build:devel:main": "touch .env .creds && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.devel.yml build --pull --force-rm main", "docker:build:devel:packages": "touch .env .creds && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.devel.yml build --force-rm packages", "docker:build:devel:notebook": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.devel.yml build --force-rm notebook", "docker:build:runtime": "yarn docker:build:runtime:base && yarn docker:build:devel:packages && yarn docker:build:runtime:libs && yarn docker:build:runtime:notebook", "docker:build:runtime:base": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm base", "docker:build:runtime:libs": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm --parallel main demo glfw cudf sql cuml cugraph cuspatial", "docker:build:runtime:main": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm main", "docker:build:runtime:demo": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm demo", "docker:build:runtime:glfw": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm glfw", "docker:build:runtime:cudf": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm cudf", "docker:build:runtime:sql": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm sql", "docker:build:runtime:cuml": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm cuml", "docker:build:runtime:cugraph": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm cugraph", "docker:build:runtime:cuspatial": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm cuspatial", "docker:build:runtime:notebook": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml build --force-rm notebook", "docker:run:devel:notebook": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.devel.yml run --rm -u $(id -u):$(id -g) notebook", "docker:run:devel": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.devel.yml run --rm -u $(id -u):$(id -g) main", "docker:run:runtime:cudf": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm cudf", "docker:run:runtime:cugraph": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm cugraph", "docker:run:runtime:cuml": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm cuml", "docker:run:runtime:cuspatial": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm cuspatial", "docker:run:runtime:demo": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm demo", "docker:run:runtime:glfw": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm glfw", "docker:run:runtime:io": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm io", "docker:run:runtime:main": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm main", "docker:run:runtime:notebook": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm notebook", "docker:run:runtime:sql": "touch .env && npx cross-env DOCKER_BUILDKIT=1 DOCKER_SCAN_SUGGEST=false docker-compose -f docker-compose.runtime.yml run --rm sql", "lint": "scripts/exec.js lint --fix", "lint:ci": "scripts/exec.js lint", "nuke:from:orbit": "yarn cache clean && yarn clean && yarn && yarn build", "postinstall": "yarn dev:relink-bin-dirs", "test": "scripts/exec.js test", "tsc:build": "scripts/exec.js run tsc:build", "tsc:clean": "scripts/exec.js run tsc:clean", "tsc:watch": "scripts/exec.js run tsc:watch --parallel", "postversion": "scripts/exec.js postversion" }, "workspaces": [ "modules/*", "modules/demo/graph", "modules/demo/luma", "modules/demo/spatial", "modules/demo/xterm", "modules/demo/ipc/*", "modules/demo/deck/*", "modules/demo/umap", "modules/demo/ssr/*", "modules/demo/tfjs/*", "modules/demo/client-server", "modules/demo/api-server", "modules/demo/viz-app", "modules/demo/sql/*" ], "dependencies": { "@typescript-eslint/eslint-plugin": "5.59.9", "@typescript-eslint/parser": "5.59.9", "bufferutil": "4.0.6", "utf-8-validate": "5.0.9", "cmake-js": "7.2.1", "cross-env": "7.0.3", "dotenv": "8.2.0", "eslint": "8.42.0", "lerna": "3.22.1", "lint-staged": "10.5.1", "pre-git": "3.17.1", "rimraf": "3.0.0", "typedoc": "0.22.10" }, "config": { "rapids_version": "22.12.00", "pre-git": { "allow-untracked-files": true, "pre-commit": [ "npx lint-staged --relative" ], "pre-push": [], "post-commit": [], "post-checkout": [], "post-merge": [] } }, "lint-staged": { "modules/**/@(src|test|include)/**/*.@(ts|h|cc?|cuh?|(c|h)pp)": [ "scripts/exec.js lint --fix" ] }, "resolutions": { "**/@deck.gl/aggregation-layers": "8.8.10", "**/@deck.gl/carto": "8.8.10", "**/@deck.gl/core": "8.8.10", "**/@deck.gl/extensions": "8.8.10", "**/@deck.gl/geo-layers": "8.8.10", "**/@deck.gl/google-maps": "8.8.10", "**/@deck.gl/json": "8.8.10", "**/@deck.gl/layers": "8.8.10", "**/@deck.gl/mapbox": "8.8.10", "**/@deck.gl/mesh-layers": "8.8.10", "**/@deck.gl/react": "8.8.10", "**/@loaders.gl/3d-tiles": "3.2.9", "**/@loaders.gl/core": "3.2.9", "**/@loaders.gl/csv": "3.2.9", "**/@loaders.gl/draco": "3.2.9", "**/@loaders.gl/gltf": "3.2.9", "**/@loaders.gl/i3s": "3.2.9", "**/@loaders.gl/images": "3.2.9", "**/@loaders.gl/las": "3.2.9", "**/@loaders.gl/obj": "3.2.9", "**/@loaders.gl/ply": "3.2.9", "**/@luma.gl/constants": "8.5.16", "**/@luma.gl/core": "8.5.16", "**/@luma.gl/engine": "8.5.16", "**/@luma.gl/experimental": "8.5.16", "**/@luma.gl/gltools": "8.5.16", "**/@luma.gl/shadertools": "8.5.16", "**/@luma.gl/webgl": "8.5.16", "**/@math.gl/core": "3.6.3", "**/apache-arrow": "^9.0.0", "**/gl-matrix": "3.4.3", "**/jsdom": "16.6.0", "**/math.gl": "3.6.3", "**/mjolnir.js": "2.7.1", "**/maplibre-gl": "2.4.0" }, "release": { "analyzeCommits": "simple-commit-message" } }
0
rapidsai_public_repos
rapidsai_public_repos/node/yarn.lock
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 "@aashutoshrathi/word-wrap@^1.2.3": version "1.2.6" resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== "@ampproject/remapping@^2.2.0": version "2.2.1" resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== dependencies: "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" "@babel/[email protected]": version "7.12.11" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== dependencies: "@babel/highlight" "^7.10.4" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== dependencies: "@babel/highlight" "^7.22.10" chalk "^2.4.2" "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.9": version "7.22.9" resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== "@babel/[email protected]": version "7.15.5" resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== dependencies: "@babel/code-frame" "^7.14.5" "@babel/generator" "^7.15.4" "@babel/helper-compilation-targets" "^7.15.4" "@babel/helper-module-transforms" "^7.15.4" "@babel/helpers" "^7.15.4" "@babel/parser" "^7.15.5" "@babel/template" "^7.15.4" "@babel/traverse" "^7.15.4" "@babel/types" "^7.15.4" 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" "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.5.5", "@babel/core@^7.7.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35" integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw== dependencies: "@ampproject/remapping" "^2.2.0" "@babel/code-frame" "^7.22.10" "@babel/generator" "^7.22.10" "@babel/helper-compilation-targets" "^7.22.10" "@babel/helper-module-transforms" "^7.22.9" "@babel/helpers" "^7.22.10" "@babel/parser" "^7.22.10" "@babel/template" "^7.22.5" "@babel/traverse" "^7.22.10" "@babel/types" "^7.22.10" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.2" semver "^6.3.1" "@babel/generator@^7.15.4", "@babel/generator@^7.22.10": version "7.22.10" resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== dependencies: "@babel/types" "^7.22.10" "@jridgewell/gen-mapping" "^0.3.2" "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== dependencies: "@babel/types" "^7.22.5" "@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz#573e735937e99ea75ea30788b57eb52fab7468c9" integrity sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ== dependencies: "@babel/types" "^7.22.10" "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.10", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6": version "7.22.10" resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024" integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q== dependencies: "@babel/compat-data" "^7.22.9" "@babel/helper-validator-option" "^7.22.5" browserslist "^4.21.9" lru-cache "^5.1.1" semver "^6.3.1" "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0": version "7.22.10" resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3" integrity sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-member-expression-to-functions" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" "@babel/helper-replace-supers" "^7.22.9" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" semver "^6.3.1" "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": version "7.22.9" resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6" integrity sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" regexpu-core "^5.3.1" semver "^6.3.1" "@babel/helper-define-polyfill-provider@^0.2.2", "@babel/helper-define-polyfill-provider@^0.2.4": version "0.2.4" resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10" integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ== 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" "@babel/helper-environment-visitor@^7.18.9", "@babel/helper-environment-visitor@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== "@babel/helper-function-name@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== dependencies: "@babel/template" "^7.22.5" "@babel/types" "^7.22.5" "@babel/helper-hoist-variables@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== dependencies: "@babel/types" "^7.22.5" "@babel/helper-member-expression-to-functions@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz#0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2" integrity sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ== dependencies: "@babel/types" "^7.22.5" "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== dependencies: "@babel/types" "^7.22.5" "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": version "7.22.9" resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-module-imports" "^7.22.5" "@babel/helper-simple-access" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" "@babel/helper-validator-identifier" "^7.22.5" "@babel/helper-optimise-call-expression@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== dependencies: "@babel/types" "^7.22.5" "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== "@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.5": version "7.22.9" resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82" integrity sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-wrap-function" "^7.22.9" "@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": version "7.22.9" resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779" integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-member-expression-to-functions" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" "@babel/helper-simple-access@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== dependencies: "@babel/types" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== dependencies: "@babel/types" "^7.22.5" "@babel/helper-split-export-declaration@^7.22.6": version "7.22.6" resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== dependencies: "@babel/types" "^7.22.5" "@babel/helper-string-parser@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== "@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== "@babel/helper-wrap-function@^7.22.9": version "7.22.10" resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz#d845e043880ed0b8c18bd194a12005cb16d2f614" integrity sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ== dependencies: "@babel/helper-function-name" "^7.22.5" "@babel/template" "^7.22.5" "@babel/types" "^7.22.10" "@babel/helpers@^7.15.4", "@babel/helpers@^7.22.10": version "7.22.10" resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a" integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw== dependencies: "@babel/template" "^7.22.5" "@babel/traverse" "^7.22.10" "@babel/types" "^7.22.10" "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10": version "7.22.10" resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ== dependencies: "@babel/helper-validator-identifier" "^7.22.5" chalk "^2.4.2" js-tokens "^4.0.0" "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55" integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ== "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz#fef09f9499b1f1c930da8a0c419db42167d792ca" integrity sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-transform-optional-chaining" "^7.22.5" "@babel/plugin-proposal-async-generator-functions@^7.15.4": version "7.20.7" resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326" integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA== dependencies: "@babel/helper-environment-visitor" "^7.18.9" "@babel/helper-plugin-utils" "^7.20.2" "@babel/helper-remap-async-to-generator" "^7.18.9" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-proposal-class-properties@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== dependencies: "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-proposal-class-static-block@^7.15.4": version "7.21.0" resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d" integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw== dependencies: "@babel/helper-create-class-features-plugin" "^7.21.0" "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-proposal-dynamic-import@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-proposal-export-namespace-from@^7.14.5": version "7.18.9" resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== dependencies: "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" "@babel/plugin-proposal-json-strings@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-proposal-logical-assignment-operators@^7.14.5": version "7.20.7" resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83" integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== dependencies: "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" "@babel/plugin-proposal-numeric-separator@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" "@babel/plugin-proposal-object-rest-spread@^7.15.6", "@babel/plugin-proposal-object-rest-spread@^7.5.5": version "7.20.7" resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== dependencies: "@babel/compat-data" "^7.20.5" "@babel/helper-compilation-targets" "^7.20.7" "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-transform-parameters" "^7.20.7" "@babel/plugin-proposal-optional-catch-binding@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb" integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== dependencies: "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" "@babel/plugin-proposal-optional-chaining@^7.14.5": version "7.21.0" resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== dependencies: "@babel/helper-plugin-utils" "^7.20.2" "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-proposal-private-methods@^7.14.5": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== dependencies: "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-proposal-private-property-in-object@^7.15.4": version "7.21.11" resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c" integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" "@babel/helper-create-class-features-plugin" "^7.21.0" "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": version "7.18.6" resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e" integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" resolved "https://registry.npmjs.org/@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.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@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-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3": version "7.12.13" resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== dependencies: "@babel/helper-plugin-utils" "^7.12.13" "@babel/plugin-syntax-class-static-block@^7.14.5": version "7.14.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@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-export-namespace-from@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== dependencies: "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@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/[email protected]": version "7.14.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201" integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-jsx@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918" integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@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-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3": version "7.10.4" resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-object-rest-spread@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@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.3": version "7.8.3" resolved "https://registry.npmjs.org/@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.3": version "7.8.3" resolved "https://registry.npmjs.org/@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-private-property-in-object@^7.14.5": version "7.14.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3": version "7.14.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-arrow-functions@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz#e5ba566d0c58a5b2ba2a8b795450641950b71958" integrity sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-async-to-generator@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz#c7a85f44e46f8952f6d27fe57c2ed3cc084c3775" integrity sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ== dependencies: "@babel/helper-module-imports" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-remap-async-to-generator" "^7.22.5" "@babel/plugin-transform-block-scoped-functions@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz#27978075bfaeb9fa586d3cb63a3d30c1de580024" integrity sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-block-scoping@^7.15.3": version "7.22.10" resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz#88a1dccc3383899eb5e660534a76a22ecee64faa" integrity sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-classes@^7.15.4": version "7.22.6" resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363" integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-compilation-targets" "^7.22.6" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-replace-supers" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" globals "^11.1.0" "@babel/plugin-transform-computed-properties@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz#cd1e994bf9f316bd1c2dafcd02063ec261bb3869" integrity sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/template" "^7.22.5" "@babel/plugin-transform-destructuring@^7.14.7", "@babel/plugin-transform-destructuring@^7.5.0": version "7.22.10" resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz#38e2273814a58c810b6c34ea293be4973c4eb5e2" integrity sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz#dbb4f0e45766eb544e193fb00e65a1dd3b2a4165" integrity sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-duplicate-keys@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz#b6e6428d9416f5f0bba19c70d1e6e7e0b88ab285" integrity sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-exponentiation-operator@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz#402432ad544a1f9a480da865fda26be653e48f6a" integrity sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g== dependencies: "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-for-of@^7.15.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz#ab1b8a200a8f990137aff9a084f8de4099ab173f" integrity sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-function-name@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz#935189af68b01898e0d6d99658db6b164205c143" integrity sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg== dependencies: "@babel/helper-compilation-targets" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-literals@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz#e9341f4b5a167952576e23db8d435849b1dd7920" integrity sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-member-expression-literals@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz#4fcc9050eded981a468347dd374539ed3e058def" integrity sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-modules-amd@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz#4e045f55dcf98afd00f85691a68fc0780704f526" integrity sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ== dependencies: "@babel/helper-module-transforms" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-modules-commonjs@^7.15.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz#7d9875908d19b8c0536085af7b053fd5bd651bfa" integrity sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA== dependencies: "@babel/helper-module-transforms" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-simple-access" "^7.22.5" "@babel/plugin-transform-modules-systemjs@^7.15.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz#18c31410b5e579a0092638f95c896c2a98a5d496" integrity sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ== dependencies: "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-module-transforms" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-validator-identifier" "^7.22.5" "@babel/plugin-transform-modules-umd@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz#4694ae40a87b1745e3775b6a7fe96400315d4f98" integrity sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ== dependencies: "@babel/helper-module-transforms" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f" integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-new-target@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz#1b248acea54ce44ea06dfd37247ba089fcf9758d" integrity sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-object-super@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz#794a8d2fcb5d0835af722173c1a9d704f44e218c" integrity sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-replace-supers" "^7.22.5" "@babel/plugin-transform-optional-chaining@^7.22.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz#076d28a7e074392e840d4ae587d83445bac0372a" integrity sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-transform-parameters@^7.15.4", "@babel/plugin-transform-parameters@^7.20.7": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz#c3542dd3c39b42c8069936e48717a8d179d63a18" integrity sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-property-literals@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz#b5ddabd73a4f7f26cd0e20f5db48290b88732766" integrity sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-display-name@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz#3c4326f9fce31c7968d6cb9debcaf32d9e279a2b" integrity sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-jsx-development@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87" integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A== dependencies: "@babel/plugin-transform-react-jsx" "^7.22.5" "@babel/plugin-transform-react-jsx@^7.14.5", "@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.3.0": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#932c291eb6dd1153359e2a90cb5e557dcf068416" integrity sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-module-imports" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-jsx" "^7.22.5" "@babel/types" "^7.22.5" "@babel/plugin-transform-react-pure-annotations@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz#1f58363eef6626d6fa517b95ac66fe94685e32c0" integrity sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-regenerator@^7.14.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz#8ceef3bd7375c4db7652878b0241b2be5d0c3cca" integrity sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" regenerator-transform "^0.15.2" "@babel/plugin-transform-reserved-words@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz#832cd35b81c287c4bcd09ce03e22199641f964fb" integrity sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-shorthand-properties@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz#6e277654be82b5559fc4b9f58088507c24f0c624" integrity sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-spread@^7.14.6": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz#6487fd29f229c95e284ba6c98d65eafb893fea6b" integrity sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-transform-sticky-regex@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz#295aba1595bfc8197abd02eae5fc288c0deb26aa" integrity sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-template-literals@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz#8f38cf291e5f7a8e60e9f733193f0bcc10909bff" integrity sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-typeof-symbol@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz#5e2ba478da4b603af8673ff7c54f75a97b716b34" integrity sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-unicode-escapes@^7.14.5": version "7.22.10" resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz#c723f380f40a2b2f57a62df24c9005834c8616d9" integrity sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-unicode-regex@^7.14.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz#ce7e7bb3ef208c4ff67e02a22816656256d7a183" integrity sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg== dependencies: "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/[email protected]": version "7.15.6" resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== 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.4" "@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.14.6" "@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.2" babel-plugin-polyfill-regenerator "^0.2.2" core-js-compat "^3.16.0" semver "^6.3.0" "@babel/preset-modules@^0.1.4": version "0.1.6" resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz#31bcdd8f19538437339d17af00d177d854d9d458" integrity sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg== 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" "@babel/[email protected]": version "7.14.5" resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.14.5.tgz#0fbb769513f899c2c56f3a882fa79673c2d4ab3c" 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" "@babel/[email protected]": version "7.15.3" resolved "https://registry.npmjs.org/@babel/register/-/register-7.15.3.tgz#6b40a549e06ec06c885b2ec42c3dd711f55fe752" 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" "@babel/regjsgen@^0.8.0": version "0.8.0" resolved "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== "@babel/[email protected]": version "7.15.3" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== dependencies: regenerator-runtime "^0.13.4" "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.22.10" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz#ae3e9631fd947cb7e3610d3e9d8fef5f76696682" integrity sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ== dependencies: regenerator-runtime "^0.14.0" "@babel/template@^7.15.4", "@babel/template@^7.22.5", "@babel/template@^7.3.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== dependencies: "@babel/code-frame" "^7.22.5" "@babel/parser" "^7.22.5" "@babel/types" "^7.22.5" "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.22.10": version "7.22.10" resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== dependencies: "@babel/code-frame" "^7.22.10" "@babel/generator" "^7.22.10" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" "@babel/parser" "^7.22.10" "@babel/types" "^7.22.10" debug "^4.1.0" globals "^11.1.0" "@babel/[email protected]": version "7.15.0" resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== dependencies: "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0" "@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.22.10" resolved "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03" integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg== dependencies: "@babel/helper-string-parser" "^7.22.5" "@babel/helper-validator-identifier" "^7.22.5" to-fast-properties "^2.0.0" "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== "@canvas/image-data@^1.0.0": version "1.0.0" resolved "https://registry.npmjs.org/@canvas/image-data/-/image-data-1.0.0.tgz#3bd2cd856e13fc9e2c25feff360a4056857b0367" integrity sha512-BxOqI5LgsIQP1odU5KMwV9yoijleOPzHL18/YvNqF9KFSGF2K/DLlYAbDQsWqd/1nbaFuSkYD/191dpMtNh4vw== "@cnakazawa/watch@^1.0.3": version "1.0.4" resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== dependencies: exec-sh "^0.3.2" minimist "^1.2.0" "@cwasm/[email protected]": version "0.1.5" resolved "https://registry.npmjs.org/@cwasm/webp/-/webp-0.1.5.tgz#b61014319aa9bb70b9f6d8a30f2838fed21779d1" integrity sha512-ceIZQkyxK+s7mmItNcWqqHdOBiJAxYxTnrnPNgUNjldB1M9j+Bp/3eVIVwC8rUFyN/zoFwuT0331pyY3ackaNA== dependencies: "@canvas/image-data" "^1.0.0" "@date-io/[email protected]", "@date-io/core@^1.3.13": version "1.3.13" resolved "https://registry.npmjs.org/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa" integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA== "@date-io/moment@^1.3.13": version "1.3.13" resolved "https://registry.npmjs.org/@date-io/moment/-/moment-1.3.13.tgz#56c2772bc4f6675fc6970257e6033e7a7c2960f0" integrity sha512-3kJYusJtQuOIxq6byZlzAHoW/18iExJer9qfRF5DyyzdAk074seTuJfdofjz4RFfTd/Idk8WylOQpWtERqvFuQ== dependencies: "@date-io/core" "^1.3.13" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/aggregation-layers/-/aggregation-layers-8.8.10.tgz#def43d52dddc78fea01086c081c11b8ef68e2b4b" integrity sha512-gxprp8sYb3gTfuccX5LcoG+BqGMduGmLJd0Z4QalQJnhVrT25rNtNYHtcKSmijdgM7i8/Tk2lbiuTgYnbE15cA== dependencies: "@luma.gl/constants" "^8.5.16" "@luma.gl/shadertools" "^8.5.16" "@math.gl/web-mercator" "^3.6.2" d3-hexbin "^0.2.1" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/carto/-/carto-8.8.10.tgz#b15b3acbbcfb22f46d02364d898a245678011d67" integrity sha512-w0JwLbkLI+A5kBgYTbML7GOwf62NzcjrumwIiaAzbJlkZ0reinj5jGTm9MZZBhHwjx1XeqFxgkwDVJioMWlfFg== dependencies: "@loaders.gl/gis" "^3.2.5" "@loaders.gl/loader-utils" "^3.2.5" "@loaders.gl/mvt" "^3.2.5" "@loaders.gl/tiles" "^3.2.5" "@luma.gl/constants" "^8.5.16" "@math.gl/web-mercator" "^3.6.2" cartocolor "^4.0.2" d3-array "^2.8.0" d3-color "^2.0.0" d3-format "^2.0.0" d3-scale "^3.2.3" h3-js "^3.7.0" moment-timezone "^0.5.33" pbf "^3.2.1" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/core/-/core-8.8.10.tgz#b3b5e8b4ac58efef4e2cc72e5e5ae17a7ec0eed7" integrity sha512-Zayn+kVWh99AjjdJKIIXkIFO64zw2A+OVMEInBkudiPsr6J3huXbHRqLuFoQoStCt4N9bDGGIjEy1/285dqm3Q== dependencies: "@loaders.gl/core" "^3.2.5" "@loaders.gl/images" "^3.2.5" "@luma.gl/constants" "^8.5.16" "@luma.gl/core" "^8.5.16" "@math.gl/core" "^3.6.2" "@math.gl/sun" "^3.6.2" "@math.gl/web-mercator" "^3.6.2" "@probe.gl/env" "^3.5.0" "@probe.gl/log" "^3.5.0" "@probe.gl/stats" "^3.5.0" gl-matrix "^3.0.0" math.gl "^3.6.2" mjolnir.js "^2.7.0" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/extensions/-/extensions-8.8.10.tgz#abdf2f61f3b412fc8993d0a2200a69dcc509331e" integrity sha512-E8SdVNegiMUwxvnGk/rhF01g8SS8q1CKmI2aniXsfTzcP3i2PbzG2gQkKHKUaw44Jgq2w9xwecmfaN+UiDCwlw== dependencies: "@luma.gl/shadertools" "^8.5.16" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/geo-layers/-/geo-layers-8.8.10.tgz#80167d7ceec819afd48d98978bd678c5fe7449b7" integrity sha512-REpL873uU8oKlbgwT3UYbjCOXbFaUWyWnpzO0+rOn0n4UGgCnZA30FCmXzn8I1XkYemLKO0agIf31l+xehvPVw== dependencies: "@loaders.gl/3d-tiles" "^3.2.5" "@loaders.gl/gis" "^3.2.5" "@loaders.gl/loader-utils" "^3.2.5" "@loaders.gl/mvt" "^3.2.5" "@loaders.gl/schema" "^3.2.5" "@loaders.gl/terrain" "^3.2.5" "@loaders.gl/tiles" "^3.2.5" "@luma.gl/constants" "^8.5.16" "@luma.gl/experimental" "^8.5.16" "@math.gl/core" "^3.6.2" "@math.gl/culling" "^3.6.2" "@math.gl/web-mercator" "^3.6.2" "@types/geojson" "^7946.0.8" h3-js "^3.7.0" long "^3.2.0" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/google-maps/-/google-maps-8.8.10.tgz#49931fe371d310a7c2a2143ea2e67f62486bbe11" integrity sha512-8a92ujr7jCvATLjq6R8MF+sv7xZokft/sfplXVgMBjGr7WJ2dXcgKzYdbVkSRIHSIqDEmt5y8iGGgfZU9qgDWA== "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/json/-/json-8.8.10.tgz#6aef1effa148ee873305199bf14b6fbad4fd92e5" integrity sha512-XFL5GgZ70GrzjI/+Uhqv18xEtoEQxZcxqrMAK+E+V4ntTQjA/s7CMJNkK7dYn/2+p8X0AfGqoM/EnclX8RgA/A== dependencies: d3-dsv "^1.0.8" expression-eval "^2.0.0" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/layers/-/layers-8.8.10.tgz#52b14cf1162d678ba82acd7141e49a2e80904442" integrity sha512-ydvS41h3d7HA75Ym+nwy9Y/oRAp4jxVCogZfpArw9sdj3k1IDjethO6CGs/5zZUN3NbaVDKrJ7CPFFJ3/nEySQ== dependencies: "@loaders.gl/images" "^3.2.5" "@loaders.gl/schema" "^3.2.5" "@luma.gl/constants" "^8.5.16" "@mapbox/tiny-sdf" "^1.1.0" "@math.gl/core" "^3.6.2" "@math.gl/polygon" "^3.6.2" "@math.gl/web-mercator" "^3.6.2" earcut "^2.0.6" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.8.10.tgz#7fafe378dd0b405946df5b43a103665dc82bc41f" integrity sha512-NwR92nVsnfEtdUkR6kVY0wac3L4VAjrsfRetE/cEJ6A/McJwELhhBbUckxv3oO4v0p9UVuIB2AM71g1m9loTxg== dependencies: "@types/mapbox-gl" "^2.6.3" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/mesh-layers/-/mesh-layers-8.8.10.tgz#824b59f83ddf17a00ef93b6336665f87e25ea958" integrity sha512-vpHAoiC/9Ztu6KUMgm65cveYm+z4bmbqLl5y/Vhej7JJxU9oyFCfX0FYoyucllc3DFM307nqW2j1drkPKPyokg== dependencies: "@loaders.gl/gltf" "^3.2.5" "@luma.gl/constants" "^8.5.16" "@luma.gl/experimental" "^8.5.16" "@luma.gl/shadertools" "^8.5.16" "@deck.gl/[email protected]": version "8.8.10" resolved "https://registry.npmjs.org/@deck.gl/react/-/react-8.8.10.tgz#103b2a09916904224b3966198c6bf1a44acdb791" integrity sha512-OJFKvWi/BHwgpslbP7Wlw6RCYx9Zwl5ncaERIJLPZ7/Qicoy0NK7/wIv7NW+WNv+0dnsJGKwriUc5PBq6hK7iA== "@emotion/cache@^10.0.27": version "10.0.29" resolved "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" 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" "@emotion/[email protected]", "@emotion/hash@^0.8.0": version "0.8.0" resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== "@emotion/[email protected]": version "0.7.4" resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== "@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16": version "0.11.16" resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" 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" "@emotion/[email protected]": version "0.9.4" resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== "@emotion/[email protected]": version "0.8.5" resolved "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== "@emotion/[email protected]": version "0.7.5" resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== "@emotion/[email protected]": version "0.11.3" resolved "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== "@emotion/[email protected]": version "0.2.5" resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== "@eslint-community/eslint-utils@^4.2.0": version "4.4.0" resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== dependencies: eslint-visitor-keys "^3.3.0" "@eslint-community/regexpp@^4.4.0": version "4.6.2" resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8" integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw== "@eslint/eslintrc@^2.0.3": version "2.1.1" resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#18d635e24ad35f7276e8a49d135c7d3ca6a46f93" integrity sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA== dependencies: ajv "^6.12.4" debug "^4.3.2" espree "^9.6.0" globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" js-yaml "^4.1.0" minimatch "^3.1.2" strip-json-comments "^3.1.1" "@eslint/[email protected]": version "8.42.0" resolved "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6" integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw== "@evocateur/libnpmaccess@^3.1.2": version "3.1.2" resolved "https://registry.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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.npmjs.org/@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" "@fastify/ajv-compiler@^1.0.0": version "1.1.0" resolved "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-1.1.0.tgz#5ce80b1fc8bebffc8c5ba428d5e392d0f9ed10a1" integrity sha512-gvCOUNpXsWrIQ3A4aXCLIdblL0tDq42BG/2Xw7oxbil9h11uow10ztS2GuFazNBfjbrsZ5nl+nPl5jDSjj5TSg== dependencies: ajv "^6.12.6" "@fastify/ajv-compiler@^3.5.0": version "3.5.0" resolved "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.5.0.tgz#459bff00fefbf86c96ec30e62e933d2379e46670" integrity sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA== dependencies: ajv "^8.11.0" ajv-formats "^2.1.1" fast-uri "^2.0.0" "@fastify/autoload@^4.0.0": version "4.0.1" resolved "https://registry.npmjs.org/@fastify/autoload/-/autoload-4.0.1.tgz#7b3008af96ef0cd20926e01b04aaae0a2c4e225b" integrity sha512-eiKxDuz83gFID9LN2BVma0sj3gqDqP8sCHbNN4JmLGe2YNzrSQ+11axweIV8eu1tfWu6v8rgTqu/nu59QXhlsw== dependencies: pkg-up "^3.1.0" semver "^7.3.5" "@fastify/busboy@^1.0.0": version "1.2.1" resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.2.1.tgz#9c6db24a55f8b803b5222753b24fe3aea2ba9ca3" integrity sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkRjWUbQEd3Q== dependencies: text-decoding "^1.0.0" "@fastify/cors@latest": version "8.3.0" resolved "https://registry.npmjs.org/@fastify/cors/-/cors-8.3.0.tgz#f03d745731b770793a1a15344da7220ca0d19619" integrity sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g== dependencies: fastify-plugin "^4.0.0" mnemonist "0.39.5" "@fastify/deepmerge@^1.0.0": version "1.3.0" resolved "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a" integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== "@fastify/error@^2.0.0": version "2.0.0" resolved "https://registry.npmjs.org/@fastify/error/-/error-2.0.0.tgz#a9f94af56eb934f0ab1ce4ef9f0ced6ebf2319dc" integrity sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w== "@fastify/error@^3.2.0": version "3.3.0" resolved "https://registry.npmjs.org/@fastify/error/-/error-3.3.0.tgz#eba790082e1144bfc8def0c2c8ef350064bc537b" integrity sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w== "@fastify/fast-json-stringify-compiler@^4.3.0": version "4.3.0" resolved "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.3.0.tgz#5df89fa4d1592cbb8780f78998355feb471646d5" integrity sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA== dependencies: fast-json-stringify "^5.7.0" "@fastify/multipart@^6.0.0": version "6.0.1" resolved "https://registry.npmjs.org/@fastify/multipart/-/multipart-6.0.1.tgz#7341aa4a6da3db9b623f8decd01512b1acbffc14" integrity sha512-mRZbAlaFah0K9AaWm1Pao8OJ2G73FTscn65YeX6kyCxcvpcir6QRswEuYMzY6ulaMF8OgYuUnk4MPRGrc5u+eQ== dependencies: "@fastify/busboy" "^1.0.0" "@fastify/error" "^2.0.0" deepmerge "^4.2.2" end-of-stream "^1.4.4" fastify-plugin "^3.0.0" hexoid "^1.0.0" secure-json-parse "^2.4.0" stream-wormhole "^1.1.0" "@fastify/sensible@^4.0.0": version "4.1.0" resolved "https://registry.npmjs.org/@fastify/sensible/-/sensible-4.1.0.tgz#52537ab624304543f6c04cda9bf74c66e9d2d67b" integrity sha512-8TBlmCK055y6WO9jZlndmceB9x8NyNcLEbnJtdu44zelfmY1ebBMSB7MOqyMteyDvpSMq3CVaPknBu35d9FRlA== dependencies: fast-deep-equal "^3.1.1" fastify-plugin "^3.0.0" forwarded "^0.2.0" http-errors "^2.0.0" ms "^2.1.3" type-is "^1.6.18" vary "^1.1.2" "@fortawesome/fontawesome-common-types@^0.2.35": version "0.2.36" resolved "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.36.tgz#b44e52db3b6b20523e0c57ef8c42d315532cb903" integrity sha512-a/7BiSgobHAgBWeN7N0w+lAhInrGxksn13uK7231n2m8EDPE3BMCl9NZLTGrj9ZXfCmC6LM0QLqXidIizVQ6yg== "@fortawesome/[email protected]": version "1.2.35" resolved "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.35.tgz#85aea8c25645fcec88d35f2eb1045c38d3e65cff" integrity sha512-uLEXifXIL7hnh2sNZQrIJWNol7cTVIzwI+4qcBIq9QWaZqUblm0IDrtSqbNg+3SQf8SMGHkiSigD++rHmCHjBg== dependencies: "@fortawesome/fontawesome-common-types" "^0.2.35" "@fortawesome/[email protected]": version "5.15.3" resolved "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.15.3.tgz#52eebe354f60dc77e0bde934ffc5c75ffd04f9d8" integrity sha512-XPeeu1IlGYqz4VWGRAT5ukNMd4VHUEEJ7ysZ7pSSgaEtNvSo+FLurybGJVmiqkQdK50OkSja2bfZXOeyMGRD8Q== dependencies: "@fortawesome/fontawesome-common-types" "^0.2.35" "@fortawesome/[email protected]": version "0.1.14" resolved "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.14.tgz#bf28875c3935b69ce2dc620e1060b217a47f64ca" integrity sha512-4wqNb0gRLVaBm/h+lGe8UfPPivcbuJ6ecI4hIgW0LjI7kzpYB9FkN0L9apbVzg+lsBdcTf0AlBtODjcSX5mmKA== dependencies: prop-types "^15.7.2" "@hapi/[email protected]": version "5.0.2" resolved "https://registry.npmjs.org/@hapi/accept/-/accept-5.0.2.tgz#ab7043b037e68b722f93f376afb05e85c0699523" integrity sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw== dependencies: "@hapi/boom" "9.x.x" "@hapi/hoek" "9.x.x" "@hapi/[email protected]": version "9.1.4" resolved "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz#1f9dad367c6a7da9f8def24b4a986fc5a7bd9db6" integrity sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw== dependencies: "@hapi/hoek" "9.x.x" "@hapi/[email protected]": version "9.3.0" resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== "@humanwhocodes/config-array@^0.11.10": version "0.11.10" resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2" integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" minimatch "^3.0.5" "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== "@humanwhocodes/object-schema@^1.2.1": version "1.2.1" resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== "@isaacs/import-jsx@^4.0.1": version "4.0.1" resolved "https://registry.npmjs.org/@isaacs/import-jsx/-/import-jsx-4.0.1.tgz#493cab5fc543a0703dba7c3f5947d6499028a169" integrity sha512-l34FEsEqpdYdGcQjRCxWy+7rHY6euUbOBz9FI+Mq6oQeVhNegHcXFSJxVxrJvOpO31NbnDjS74quKXDlPDearA== dependencies: "@babel/core" "^7.5.5" "@babel/plugin-proposal-object-rest-spread" "^7.5.5" "@babel/plugin-transform-destructuring" "^7.5.0" "@babel/plugin-transform-react-jsx" "^7.3.0" caller-path "^3.0.1" find-cache-dir "^3.2.0" make-dir "^3.0.2" resolve-from "^3.0.0" rimraf "^3.0.0" "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" 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" "@istanbuljs/schema@^0.1.2": version "0.1.3" resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== "@jest/console@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2" 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" "@jest/core@^26.5.3", "@jest/core@^26.6.3": version "26.6.3" resolved "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad" 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" "@jest/environment@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c" integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== dependencies: "@jest/fake-timers" "^26.6.2" "@jest/types" "^26.6.2" "@types/node" "*" jest-mock "^26.6.2" "@jest/fake-timers@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad" 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" "@jest/globals@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a" integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== dependencies: "@jest/environment" "^26.6.2" "@jest/types" "^26.6.2" expect "^26.6.2" "@jest/reporters@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6" 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" optionalDependencies: node-notifier "^8.0.0" "@jest/source-map@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== dependencies: callsites "^3.0.0" graceful-fs "^4.2.4" source-map "^0.6.0" "@jest/test-result@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18" 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" "@jest/test-sequencer@^26.6.3": version "26.6.3" resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17" 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" "@jest/transform@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" 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" "@jest/types@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" 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" "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": version "0.3.3" resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== dependencies: "@jridgewell/set-array" "^1.0.1" "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/resolve-uri@^3.1.0": version "3.1.1" resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== "@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": version "1.4.15" resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": version "0.3.19" resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== dependencies: "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/add/-/add-3.21.0.tgz#27007bde71cc7b0a2969ab3c2f0ae41578b4577b" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/bootstrap/-/bootstrap-3.21.0.tgz#bcd1b651be5b0970b20d8fae04c864548123aed6" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/changed/-/changed-3.21.0.tgz#108e15f679bfe077af500f58248c634f1044ea0b" 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" "@lerna/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/clean/-/clean-3.21.0.tgz#c0b46b5300cc3dae2cda3bec14b803082da3856d" 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" "@lerna/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.20.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/command/-/command-3.21.0.tgz#9a2383759dc7b700dacfa8a22b2f3a6e190121f7" 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" "@lerna/[email protected]": version "3.22.0" resolved "https://registry.npmjs.org/@lerna/conventional-commits/-/conventional-commits-3.22.0.tgz#2798f4881ee2ef457bdae027ab7d0bf0af6f1e09" 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" "@lerna/[email protected]": version "3.16.2" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.22.0" resolved "https://registry.npmjs.org/@lerna/create/-/create-3.22.0.tgz#d6bbd037c3dc5b425fe5f6d1b817057c278f7619" 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" "@lerna/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/diff/-/diff-3.21.0.tgz#e6df0d8b9916167ff5a49fcb02ac06424280a68d" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/exec/-/exec-3.21.0.tgz#17f07533893cb918a17b41bcc566dc437016db26" 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" "@lerna/[email protected]": version "3.20.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.22.0" resolved "https://registry.npmjs.org/@lerna/github-client/-/github-client-3.22.0.tgz#5d816aa4f76747ed736ae64ff962b8f15c354d95" 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" "@lerna/[email protected]": version "3.15.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1" integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ== "@lerna/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.22.0" resolved "https://registry.npmjs.org/@lerna/import/-/import-3.22.0.tgz#1a5f0394f38e23c4f642a123e5e1517e70d068d2" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/info/-/info-3.21.0.tgz#76696b676fdb0f35d48c83c63c1e32bb5e37814f" integrity sha512-0XDqGYVBgWxUquFaIptW2bYSIu6jOs1BtkvRTWDDhw4zyEdp6q4eaMvqdSap1CG+7wM5jeLCi6z94wS0AuiuwA== dependencies: "@lerna/command" "3.21.0" "@lerna/output" "3.13.0" envinfo "^7.3.1" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/init/-/init-3.21.0.tgz#1e810934dc8bf4e5386c031041881d3b4096aa5c" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/link/-/link-3.21.0.tgz#8be68ff0ccee104b174b5bbd606302c2f06e9d9b" 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" "@lerna/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/list/-/list-3.21.0.tgz#42f76fafa56dea13b691ec8cab13832691d61da2" 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" "@lerna/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@lerna/output/-/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989" integrity sha512-7ZnQ9nvUDu/WD+bNsypmPG5MwZBwu86iRoiW6C1WBuXXDxM5cnIAC1m2WxHeFnjyMrYlRXM9PzOQ9VDD+C15Rg== dependencies: npmlog "^4.1.2" "@lerna/[email protected]": version "3.16.4" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.20.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/project/-/project-3.21.0.tgz#5d784d2d10c561a00f20320bcdb040997c10502d" 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" "@lerna/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.22.1" resolved "https://registry.npmjs.org/@lerna/publish/-/publish-3.22.1.tgz#b4f7ce3fba1e9afb28be4a1f3d88222269ba9519" 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" "@lerna/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110" integrity sha512-1SOHpy7ZNTPulzIbargrgaJX387csN7cF1cLOGZiJQA6VqnS5eWs2CIrG8i8wmaUavj2QlQ5oEbRMVVXSsGrzA== dependencies: npmlog "^4.1.2" "@lerna/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.16.2" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.18.5" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.21.0" resolved "https://registry.npmjs.org/@lerna/run/-/run-3.21.0.tgz#2a35ec84979e4d6e42474fe148d32e5de1cac891" 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" "@lerna/[email protected]": version "3.17.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.17.0" resolved "https://registry.npmjs.org/@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/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@lerna/timer/-/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781" integrity sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw== "@lerna/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@lerna/validation-error/-/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3" integrity sha512-SiJP75nwB8GhgwLKQfdkSnDufAaCbkZWJqEDlKOUPUvVOplRGnfL+BPQZH5nvq2BYSRXsksXWZ4UHVnQZI/HYA== dependencies: npmlog "^4.1.2" "@lerna/[email protected]": version "3.22.1" resolved "https://registry.npmjs.org/@lerna/version/-/version-3.22.1.tgz#9805a9247a47ee62d6b81bd9fa5fb728b24b59e2" 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" "@lerna/[email protected]": version "3.13.0" resolved "https://registry.npmjs.org/@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/[email protected]", "@loaders.gl/3d-tiles@^3.2.5": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/3d-tiles/-/3d-tiles-3.2.9.tgz#2371475fe0328f4ee7a149503deb4e5b33ca105c" integrity sha512-h5RlXsOzAPjw07vri/cHqAQDA4vWF9jfhw9A2j93RD9gfAftzn0SeO0g04jM9xlZKKRbAS4F5zG9kaftj5HqWQ== dependencies: "@loaders.gl/draco" "3.2.9" "@loaders.gl/gltf" "3.2.9" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/math" "3.2.9" "@loaders.gl/tiles" "3.2.9" "@math.gl/core" "^3.5.1" "@math.gl/geospatial" "^3.5.1" "@loaders.gl/[email protected]", "@loaders.gl/core@^3.2.5": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/core/-/core-3.2.9.tgz#b60db0e5567715c16ab8b4254e1943c1e86c6e53" integrity sha512-dBFtpRUaSZBZ0OVe3ZHkEfDmqizgpb9AUxzUkhsiyTFi3D5Y8xeqFg1x5ftC8OA4+15o0vBQeqJsXFBWiR2ysA== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/worker-utils" "3.2.9" "@probe.gl/log" "^3.5.0" probe.gl "^3.4.0" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/csv/-/csv-3.2.9.tgz#5f6eb2ab752f59ba85120a0e9986fd53148f7fd5" integrity sha512-LqQpPs351k9J3OpRgmaw6hrycHiKXMYEjkUzRnKg8/yu2Bb377uXpsVieGQq0VF/iTEgUoHWVZBxW5wgsi3/PQ== dependencies: "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/draco/-/draco-3.2.9.tgz#8604ea6b6af6fec87d6ffc3a66d6486ab71d8400" integrity sha512-WTIlAc0JZLTsi8kGAzdRhqsqo+IZlwGdHyA/T6wJCrA2fpdqYsYB5XHK3ZnM0NtC3cPd2tYhti1j4nurUVMVHQ== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/worker-utils" "3.2.9" draco3d "1.4.1" "@loaders.gl/[email protected]", "@loaders.gl/gis@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/gis/-/gis-3.4.9.tgz#973179117644bfe0638ab1d310c7e5a29f95c1a1" integrity sha512-zO1TbnWva34iHxQC+ZRoXEqXgKpa20pgpoJcMTyzYrsl0bkVh8lwTA4PImEF+pExBcC1ivhJ2mfc34bjI/YIbQ== dependencies: "@loaders.gl/loader-utils" "3.4.9" "@loaders.gl/schema" "3.4.9" "@mapbox/vector-tile" "^1.3.1" "@math.gl/polygon" "^3.5.1" pbf "^3.2.1" "@loaders.gl/[email protected]", "@loaders.gl/gltf@^3.2.5": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/gltf/-/gltf-3.2.9.tgz#5698ccbf537632dda9125feb0bffabdca028ae71" integrity sha512-F5LqR7RR6PRHZpCWJuwQXIUQqCEDpfNMAzBI3iDySJhsOduiJJ7fFYTE0DamsU8ai50sbNnmlgv+WhoEZ/+7+Q== dependencies: "@loaders.gl/draco" "3.2.9" "@loaders.gl/images" "3.2.9" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/textures" "3.2.9" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/i3s/-/i3s-3.2.9.tgz#947502b7e45bc17d6ca3cc59949318a99a3742cf" integrity sha512-TWcA4v2t+2yXD7OLTepQpjaiNCpYgt8DV68cO8J1FzgBeDN0KadtXOtO+2JU1n99gUQXitDaFWPzWb7xXR/N1Q== dependencies: "@loaders.gl/draco" "3.2.9" "@loaders.gl/images" "3.2.9" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/textures" "3.2.9" "@loaders.gl/tiles" "3.2.9" "@luma.gl/constants" "^8.5.4" "@math.gl/core" "^3.5.1" "@math.gl/culling" "^3.5.1" "@math.gl/geospatial" "^3.5.1" probe.gl "^3.4.0" "@loaders.gl/[email protected]", "@loaders.gl/[email protected]", "@loaders.gl/images@^3.2.5": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/images/-/images-3.2.9.tgz#fb0df01e5d39a27225502c8205a5bdb2397155af" integrity sha512-Akx9lep4zeSXxD9fRtOP6nS+IjzX4dZQ+P7uIXJ0ydqeBNbUjzKtPgkVEtBqYQNUjPXuXvQ0xahVTNatb/2tLg== dependencies: "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/las/-/las-3.2.9.tgz#6b835af3a16fc949f76c95ddf4eb4fd911789ca8" integrity sha512-UZhLwNhOOpdKtYnZh53ZPrB9WUowZ7o4/ZIhvIaIJhQEAetYSe/FGb/pF0yfhpH7LIN26LB8bBlsr0evJhVrZg== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" apache-arrow "^4.0.0" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/loader-utils/-/loader-utils-3.2.9.tgz#a8cb0e1d4f9fa36f0b43c28a4d3f502757bc383f" integrity sha512-oz5A404HJ7lxRdkH/rdBmZ2hlQfQiyY244N6fLPI456f/9X52XAgAeoGt6WSQsEHpr/x//lsN7hot59NhaYrvA== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/worker-utils" "3.2.9" "@probe.gl/stats" "^3.5.0" "@loaders.gl/[email protected]", "@loaders.gl/loader-utils@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/loader-utils/-/loader-utils-3.4.9.tgz#8f8e914df93de9e3cda01d0eb570e71424cffba9" integrity sha512-2Ghozy4KQ1zU1ix3buOF+MqWHy3733fmm7zkehXpS5EJ5MOWg31Ccaxtih2cR4Vr1HK9tN9SBjQzMBoDMSbodg== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/worker-utils" "3.4.9" "@probe.gl/stats" "^4.0.1" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/math/-/math-3.2.9.tgz#d91e299a1740b11ff5c74a15cb49a542316cb8a2" integrity sha512-wm30jfZosEyzE6791xb+GU70sxtA5w5lsM5bfVU9ObwzmLZrzjKjhNN/McxQ5U03Hsz14TrWokr/oZuWVH2/uQ== dependencies: "@loaders.gl/images" "3.2.9" "@loaders.gl/loader-utils" "3.2.9" "@math.gl/core" "^3.5.1" "@loaders.gl/[email protected]": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/math/-/math-3.4.9.tgz#725ebad06895cd9c70de18d2f7fb06e4fb470a83" integrity sha512-HTbT/Xsy470mVYrnrsusIqfyXUVuZtM6JWQ/3xw3J6ON3lWgjmmA3+53VheRi02Y33BCMq615jSzFf28nPm3FA== dependencies: "@loaders.gl/images" "3.4.9" "@loaders.gl/loader-utils" "3.4.9" "@math.gl/core" "^3.5.1" "@loaders.gl/mvt@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/mvt/-/mvt-3.4.9.tgz#95c4cb64d88494069c2c0a53dbd30703946024c9" integrity sha512-GYKvi3OQbGiH8tB/Nh0AK1Xr7tlpRhsrUpquDVge+i7yHr3d6g/ceMid0c431ZxWeWYV14ofUrjJ2hgmx9212Q== dependencies: "@loaders.gl/gis" "3.4.9" "@loaders.gl/loader-utils" "3.4.9" "@loaders.gl/schema" "3.4.9" "@math.gl/polygon" "^3.5.1" pbf "^3.2.1" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/obj/-/obj-3.2.9.tgz#cc68fe061714c7b853fcdffc4e6053b5fe54202c" integrity sha512-lrUZ/394y+/rSwEli+ENCQgTZ9WLUoQ7a2g88yC0/1U6TvDiC1FHaQA5zNHx+skQZ9r0CtG5GLg4NwX8Np+fTw== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/ply/-/ply-3.2.9.tgz#fcc33f1546b3a420a3a9107039d594afe5861b59" integrity sha512-FIf4wJOR1iqem/LX18EAQQUPlc5L38ZN1CM/0sggW138HE2eCrPlL1L3xpydKuae3ldpyhX6FaWN9AS0IfNu2g== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/schema/-/schema-3.2.9.tgz#96e461dec91728c57557666b310d554aa57c25c9" integrity sha512-Qg/c4/0x3Awtz1EzWwAwyAgXxGHbbCvYdeA7idcpvjPA/xtrBkysEnwbwpbY06+xqJ3lnchkDkyFdCTgqdYjqg== dependencies: "@types/geojson" "^7946.0.7" apache-arrow "^4.0.0" "@loaders.gl/[email protected]", "@loaders.gl/schema@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/schema/-/schema-3.4.9.tgz#de71feaeaee4be706206e887179cfec23754f498" integrity sha512-G8gtS+eUiNklwJ0xRlM8m2CkntQaVA/fbhTls0bifU6c3K8byDJ8YeSk35/gIIKBzrVIcywlcGval7IzCeqMuA== dependencies: "@types/geojson" "^7946.0.7" "@loaders.gl/terrain@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/terrain/-/terrain-3.4.9.tgz#fd48509409429cef1c624e15477ef33a397f3f5a" integrity sha512-2yke9bxmLOtmsDzjCnVgMqO2qXzMS0Kh8t+Qu0efppvAhA4Do0V39TZmPv0bBVubHU+cUUV5Z62KMVN6YZoyPg== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/images" "3.4.9" "@loaders.gl/loader-utils" "3.4.9" "@loaders.gl/schema" "3.4.9" "@mapbox/martini" "^0.2.0" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/textures/-/textures-3.2.9.tgz#c606fb27b3f55644a548daafc57f33d1d44a02dd" integrity sha512-Sx8vkjlGupe9lhAQp7jxMe6aVI7Ptt5byvs4HXrWKgyiUNxQLR2eSh2xw13VYa4BHu1DHcHEI2EPNIoZ+VivhA== dependencies: "@loaders.gl/images" "3.2.9" "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/schema" "3.2.9" "@loaders.gl/worker-utils" "3.2.9" ktx-parse "^0.0.4" texture-compressor "^1.0.2" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/tiles/-/tiles-3.2.9.tgz#f0fc7b8bcfe0af10c5d25bd9daa15a78aaf01901" integrity sha512-noUn1Kk5BZmyfb8hMoZg/cZK46RSayQP9Bh6buNcUecSbKL6HK32/Obhtj4AsDtBExH1AmMcxpfVIkA9JTDoQg== dependencies: "@loaders.gl/loader-utils" "3.2.9" "@loaders.gl/math" "3.2.9" "@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.5.0" "@loaders.gl/tiles@^3.2.5": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/tiles/-/tiles-3.4.9.tgz#0d58822cf0ceb0a3c18e298b285e93b35e970735" integrity sha512-AmbIKlCRXZvphuJb7UG3rS6ScFE55MaysiHvgPf/5/UiBJWhC3hjePxrNKqGEvDFXo8GgW5tBpaV43VhuYzsEA== dependencies: "@loaders.gl/loader-utils" "3.4.9" "@loaders.gl/math" "3.4.9" "@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" "^4.0.1" "@loaders.gl/[email protected]": version "3.2.9" resolved "https://registry.npmjs.org/@loaders.gl/worker-utils/-/worker-utils-3.2.9.tgz#755707acceafa2c1e8dbd68b6e3953cd45cf7574" integrity sha512-x9BnbprVJk23oy4+UbH6Hr3sBdAxjvFUDCecvfM7o0UB1gZTyW9C5miVRkTnJeln9MnbLhjsdmWh+52h1QMbRg== dependencies: "@babel/runtime" "^7.3.1" "@loaders.gl/[email protected]": version "3.4.9" resolved "https://registry.npmjs.org/@loaders.gl/worker-utils/-/worker-utils-3.4.9.tgz#6ff71db215f5f3f68b4e3956a31835051871a23a" integrity sha512-6IZ0YWdbzSKflb6AY0unkiv9j1gerYarqtIPle5L8GmmtCuWErZjYKR+42Isrm33Q4ZGUiynyg9i79uwxeAkGg== dependencies: "@babel/runtime" "^7.3.1" "@luma.gl/[email protected]", "@luma.gl/constants@^8.5.16", "@luma.gl/constants@^8.5.4": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/constants/-/constants-8.5.16.tgz#196f270d0e7735cafe264e994ee34ebfaa11906a" integrity sha512-b9JrfhlU4tgQWa7vAzQzzw3yS0NdJBrTEZ6LA9XRKSwVV5VunHXApnrnN4v1oA0AGgnknnUf40PRBZolsVK+7Q== "@luma.gl/[email protected]", "@luma.gl/core@^8.5.16": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/core/-/core-8.5.16.tgz#a8ad0afbb68885913d4a18add5b3926c8c9be39d" integrity sha512-w3goHMFEhQFlpoXXygFD6zaZvu4rYvMLfDXThpBMUYm8Y4k46UREFYhsV1aOe1aJlaolsRT/9J2fgSDXr0yA3w== dependencies: "@babel/runtime" "^7.0.0" "@luma.gl/constants" "8.5.16" "@luma.gl/engine" "8.5.16" "@luma.gl/gltools" "8.5.16" "@luma.gl/shadertools" "8.5.16" "@luma.gl/webgl" "8.5.16" "@luma.gl/[email protected]": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/engine/-/engine-8.5.16.tgz#d8b4bdf8d63fbb470c0416a0cfde6513bace2bed" integrity sha512-F9wMLg+ystsXa3oOzLezaD1K7ot+kL69IKIJqVjxNecPLf8E/BxJlKL+AZW7SCluka6pFMlGomog0GnjjCxH8Q== dependencies: "@babel/runtime" "^7.0.0" "@luma.gl/constants" "8.5.16" "@luma.gl/gltools" "8.5.16" "@luma.gl/shadertools" "8.5.16" "@luma.gl/webgl" "8.5.16" "@math.gl/core" "^3.5.0" "@probe.gl/env" "^3.5.0" "@probe.gl/stats" "^3.5.0" "@types/offscreencanvas" "^2019.7.0" "@luma.gl/[email protected]", "@luma.gl/experimental@^8.5.16": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/experimental/-/experimental-8.5.16.tgz#3fc46bbbbd82a057f8233a9ba0ac464078e5d874" integrity sha512-5bbb3DgyNGlfKtEGN+Ztu4WdMy7bHMKUkQ7UzHoRHsjXSB54rzlSuqfxM0royfljSCnDNhDmSUagSuwnkwNkMg== dependencies: "@luma.gl/constants" "8.5.16" "@math.gl/core" "^3.5.0" earcut "^2.0.6" "@luma.gl/[email protected]": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.5.16.tgz#d2c9feb3645bbf36220719c70ed13623eeca8074" integrity sha512-CNCLbKtMRep7tTuB5x3RA7tD70U8XXA8xhABDZs7oAQ0Q/K2EjnwskSUlWzgD3ZPluh6JZzvQBEi4DSmeW3NZA== dependencies: "@babel/runtime" "^7.0.0" "@luma.gl/constants" "8.5.16" "@probe.gl/env" "^3.5.0" "@probe.gl/log" "^3.5.0" "@types/offscreencanvas" "^2019.7.0" "@luma.gl/[email protected]", "@luma.gl/shadertools@^8.5.16": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-8.5.16.tgz#90eeed64fc4dfce9e87cd096238988cff06dda30" integrity sha512-L3M3v6bQhIT8McCeqLvHnLJBmBXYDog1QblF4PVszuIB/WH+cHxZ0I26X2a1eEsVCvdeCrxRBxr42743oyfUNA== dependencies: "@babel/runtime" "^7.0.0" "@math.gl/core" "^3.5.0" "@luma.gl/[email protected]": version "8.5.16" resolved "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-8.5.16.tgz#a0d68802b00e881a36181f65f12f703550c35cd9" integrity sha512-vyzr4Mu3+6rKnyu4c5gmTcuDG6xKF49qy316v8oMp45VT0xCQBP17Poq0b0j0VqbGOOtXGI/pxOtr68Ii9fDuA== dependencies: "@babel/runtime" "^7.0.0" "@luma.gl/constants" "8.5.16" "@luma.gl/gltools" "8.5.16" "@probe.gl/env" "^3.5.0" "@probe.gl/stats" "^3.5.0" "@mapbox/geojson-rewind@^0.5.2": version "0.5.2" resolved "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz#591a5d71a9cd1da1a0bf3420b3bea31b0fc7946a" integrity sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA== dependencies: get-stream "^6.0.1" minimist "^1.2.6" "@mapbox/jsonlint-lines-primitives@^2.0.2": version "2.0.2" resolved "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz#ce56e539f83552b58d10d672ea4d6fc9adc7b234" integrity sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ== "@mapbox/mapbox-gl-supported@^2.0.1": version "2.0.1" resolved "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.1.tgz#c15367178d8bfe4765e6b47b542fe821ce259c7b" integrity sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ== "@mapbox/martini@^0.2.0": version "0.2.0" resolved "https://registry.npmjs.org/@mapbox/martini/-/martini-0.2.0.tgz#1af70211fbe994abf26e37f1388ca69c02cd43b4" integrity sha512-7hFhtkb0KTLEls+TRw/rWayq5EeHtTaErgm/NskVoXmtgAQu/9D299aeyj6mzAR/6XUnYRp2lU+4IcrYRFjVsQ== "@mapbox/node-pre-gyp@^1.0.0": version "1.0.11" resolved "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz#417db42b7f5323d79e93b34a6d7a2a12c0df43fa" integrity sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ== dependencies: detect-libc "^2.0.0" https-proxy-agent "^5.0.0" make-dir "^3.1.0" node-fetch "^2.6.7" nopt "^5.0.0" npmlog "^5.0.1" rimraf "^3.0.2" semver "^7.3.5" tar "^6.1.11" "@mapbox/[email protected]", "@mapbox/point-geometry@^0.1.0", "@mapbox/point-geometry@~0.1.0": version "0.1.0" resolved "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz#8a83f9335c7860effa2eeeca254332aa0aeed8f2" integrity sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ== "@mapbox/tiny-sdf@^1.1.0": version "1.2.5" resolved "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.2.5.tgz#424c620a96442b20402552be70a7f62a8407cc59" integrity sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw== "@mapbox/tiny-sdf@^2.0.5": version "2.0.6" resolved "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.6.tgz#9a1d33e5018093e88f6a4df2343e886056287282" integrity sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA== "@mapbox/unitbezier@^0.0.1": version "0.0.1" resolved "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz#d32deb66c7177e9e9dfc3bbd697083e2e657ff01" integrity sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw== "@mapbox/vector-tile@^1.3.1": version "1.3.1" resolved "https://registry.npmjs.org/@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.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz#497c67a1cef50d1a2459ba60f315e448d2ad87fe" integrity sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q== "@material-ui/[email protected]": version "4.12.3" resolved "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz#80d665caf0f1f034e52355c5450c0e38b099d3ca" integrity sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/styles" "^4.11.4" "@material-ui/system" "^4.12.1" "@material-ui/types" "5.1.0" "@material-ui/utils" "^4.11.2" "@types/react-transition-group" "^4.2.0" clsx "^1.0.4" hoist-non-react-statics "^3.3.2" popper.js "1.16.1-lts" prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" react-transition-group "^4.4.0" "@material-ui/[email protected]": version "4.11.2" resolved "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.2.tgz#b3a7353266519cd743b6461ae9fdfcb1b25eb4c5" integrity sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/[email protected]": version "4.0.0-alpha.60" resolved "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.60.tgz#5ad203aed5a8569b0f1753945a21a05efa2234d2" integrity sha512-fadlYsPJF+0fx2lRuyqAuJj7hAS1tLDdIEEdov5jlrpb5pp4b+mRDUqQTUxi4inRZHS1bEXpU8QWUhO6xX88aA== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/utils" "^4.11.2" clsx "^1.0.4" prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" "@material-ui/[email protected]": version "3.3.10" resolved "https://registry.npmjs.org/@material-ui/pickers/-/pickers-3.3.10.tgz#f1b0f963348cc191645ef0bdeff7a67c6aa25485" integrity sha512-hS4pxwn1ZGXVkmgD4tpFpaumUaAg2ZzbTrxltfC5yPw4BJV+mGkfnQOB4VpWEYZw2jv65Z0wLwDE/piQiPPZ3w== dependencies: "@babel/runtime" "^7.6.0" "@date-io/core" "1.x" "@types/styled-jsx" "^2.2.8" clsx "^1.0.2" react-transition-group "^4.0.0" rifm "^0.7.0" "@material-ui/styles@^4.11.4": version "4.11.5" resolved "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb" integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA== dependencies: "@babel/runtime" "^7.4.4" "@emotion/hash" "^0.8.0" "@material-ui/types" "5.1.0" "@material-ui/utils" "^4.11.3" clsx "^1.0.4" csstype "^2.5.2" hoist-non-react-statics "^3.3.2" jss "^10.5.1" jss-plugin-camel-case "^10.5.1" jss-plugin-default-unit "^10.5.1" jss-plugin-global "^10.5.1" jss-plugin-nested "^10.5.1" jss-plugin-props-sort "^10.5.1" jss-plugin-rule-value-function "^10.5.1" jss-plugin-vendor-prefixer "^10.5.1" prop-types "^15.7.2" "@material-ui/system@^4.12.1": version "4.12.2" resolved "https://registry.npmjs.org/@material-ui/system/-/system-4.12.2.tgz#f5c389adf3fce4146edd489bf4082d461d86aa8b" integrity sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/utils" "^4.11.3" csstype "^2.5.2" prop-types "^15.7.2" "@material-ui/[email protected]": version "5.1.0" resolved "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2" integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A== "@material-ui/utils@^4.11.2", "@material-ui/utils@^4.11.3": version "4.11.3" resolved "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.3.tgz#232bd86c4ea81dab714f21edad70b7fdf0253942" integrity sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg== dependencies: "@babel/runtime" "^7.4.4" prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" "@math.gl/[email protected]", "@math.gl/core@^3.5.0", "@math.gl/core@^3.5.1", "@math.gl/core@^3.6.2": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/core/-/core-3.6.3.tgz#a6bf796ed421093099749d609de8d99a3ac20a53" integrity sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A== dependencies: "@babel/runtime" "^7.12.0" "@math.gl/types" "3.6.3" gl-matrix "^3.4.0" "@math.gl/culling@^3.5.1", "@math.gl/culling@^3.6.2": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/culling/-/culling-3.6.3.tgz#91cdfa496748e8873a2e6261415a27a27b6af5f2" integrity sha512-3UERXHbaPlM6pnTk2MI7LeQ5CoelDZzDzghTTcv+HdQCZsT/EOEuEdYimETHtSxiyiOmsX2Un65UBLYT/rbKZg== dependencies: "@babel/runtime" "^7.12.0" "@math.gl/core" "3.6.3" gl-matrix "^3.4.0" "@math.gl/geospatial@^3.5.1": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/geospatial/-/geospatial-3.6.3.tgz#011ebbe8d1660ff79020a81ed218886c353a62e1" integrity sha512-6xf657lJnaecSarSzn02t0cnsCSkWb+39m4+im96v20dZTrLCWZ2glDQVzfuL91meDnDXjH4oyvynp12Mj5MFg== dependencies: "@babel/runtime" "^7.12.0" "@math.gl/core" "3.6.3" gl-matrix "^3.4.0" "@math.gl/polygon@^3.5.1", "@math.gl/polygon@^3.6.2": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/polygon/-/polygon-3.6.3.tgz#0c19c0b059cedde1cd760cc3796e9180f75bcbde" integrity sha512-FivQ1ZnYcAss1wVifOkHP/ZnlfQy1IL/769uzNtiHxwUbW0kZG3yyOZ9I7fwyzR5Hvqt3ErJKHjSYZr0uVlz5g== dependencies: "@math.gl/core" "3.6.3" "@math.gl/sun@^3.6.2": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/sun/-/sun-3.6.3.tgz#30c15612313b56349c568f21f39c0e0f0e77b2df" integrity sha512-mrx6CGYYeTNSQttvcw0KVUy+35YDmnjMqpO/o0t06Vcghrt0HNruB/ScRgUSbJrgkbOg1Vcqm23HBd++clzQzw== dependencies: "@babel/runtime" "^7.12.0" "@math.gl/[email protected]": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/types/-/types-3.6.3.tgz#9fa9866feabcbb76de107d78ff3a89c0243ac374" integrity sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA== "@math.gl/web-mercator@^3.5.1", "@math.gl/web-mercator@^3.6.2": version "3.6.3" resolved "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-3.6.3.tgz#ef91168e030eecffc788618d686e8a6c1d7a0bf8" integrity sha512-UVrkSOs02YLehKaehrxhAejYMurehIHPfFQvPFZmdJHglHOU4V2cCUApTVEwOksvCp161ypEqVp+9H6mGhTTcw== dependencies: "@babel/runtime" "^7.12.0" gl-matrix "^3.4.0" "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" resolved "https://registry.npmjs.org/@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" "@napi-rs/triples@^1.0.3": version "1.1.0" resolved "https://registry.npmjs.org/@napi-rs/triples/-/triples-1.1.0.tgz#88c35b72e79a20b79bb4c9b3e2817241a1c9f4f9" integrity sha512-XQr74QaLeMiqhStEhLn1im9EOMnkypp7MZOwQhGzqp2Weu5eQJbpPxWxixxlYRKWPOmJjsk6qYfYH9kq43yc2w== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/env/-/env-11.1.3.tgz#dc698e00259242012955e43a40788fcf21ba9e37" integrity sha512-5+vaeooJuWmICSlmVaAC8KG3O8hwKasACVfkHj58xQuCB5SW0TKW3hWxgxkBuefMBn1nM0yEVPKokXCsYjBtng== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-11.1.3.tgz#95163973fe19f1827da32703d1fcb8198fb2c79a" integrity sha512-7yr9cr4a0SrBoVE8psxXWK1wTFc8UzsY8Wc2cWGL7qA0hgtqACHaXC47M1ByJB410hFZenGrpE+KFaT1unQMyw== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-11.1.3.tgz#5d08336931e48ebdb07d82b566223d0ee5941d2a" integrity sha512-zIwtMliSUR+IKl917ToFNB+0fD7bI5kYMdjHU/UEKpfIXAZPnXRHHISCvPDsczlr+bRsbjlUFW1CsNiuFedeuQ== dependencies: "@babel/code-frame" "7.12.11" anser "1.4.9" chalk "4.0.0" classnames "2.2.6" css.escape "1.5.1" data-uri-to-buffer "3.0.1" platform "1.3.6" shell-quote "1.7.2" source-map "0.8.0-beta.0" stacktrace-parser "0.1.10" strip-ansi "6.0.0" "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-11.1.3.tgz#fc2c1a4f2403db1a0179d31caa0a4cc811b8ab58" integrity sha512-144kD8q2nChw67V3AJJlPQ6NUJVFczyn10bhTynn9o2rY5DEnkzuBipcyMuQl2DqfxMkV7sn+yOCOYbrLCk9zg== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.3.tgz#062eb7871048fdb313304e42ace5f91402dbc39f" integrity sha512-TwP4krjhs+uU9pesDYCShEXZrLSbJr78p12e7XnLBBaNf20SgWLlVmQUT9gX9KbWan5V0sUbJfmcS8MRNHgYuA== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.3.tgz#8bd515768d02e4c1e0cd80d33f3f29456ee890ee" integrity sha512-ZSWmkg/PxccHFNUSeBdrfaH8KwSkoeUtewXKvuYYt7Ph0yRsbqSyNIvhUezDua96lApiXXq6EL2d1THfeWomvw== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.3.tgz#40030577e6ee272afb0080b45468bea73208f46d" integrity sha512-PrTBN0iZudAuj4jSbtXcdBdmfpaDCPIneG4Oms4zcs93KwMgLhivYW082Mvlgx9QVEiRm7+RkFpIVtG/i7JitA== "@next/[email protected]": version "11.1.3" resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.3.tgz#2951cbc127f6ea57032a241fb94439cddb5d2482" integrity sha512-mRwbscVjRoHk+tDY7XbkT5d9FCwujFIQJpGp0XNb1i5OHCSDO8WW/C9cLEWS4LxKRbIZlTLYg1MTXqLQkvva8w== "@node-rs/[email protected]": version "1.2.1" resolved "https://registry.npmjs.org/@node-rs/helper/-/helper-1.2.1.tgz#e079b05f21ff4329d82c4e1f71c0290e4ecdc70c" integrity sha512-R5wEmm8nbuQU0YGGmYVjEc0OHtYsuXdpRG+Ut/3wZ9XAvQWyThN08bTh2cBJgoZxHQUPtvRfeQuxcAgLuiBISg== dependencies: "@napi-rs/triples" "^1.0.3" "@nodelib/[email protected]": version "2.1.5" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" run-parallel "^1.1.9" "@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2": version "2.0.5" resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== "@nodelib/fs.stat@^1.1.2": version "1.1.3" resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== "@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": version "1.2.8" resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" "@octokit/auth-token@^2.4.0": version "2.5.0" resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36" integrity sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g== dependencies: "@octokit/types" "^6.0.3" "@octokit/endpoint@^6.0.1": version "6.0.12" resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658" integrity sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA== dependencies: "@octokit/types" "^6.0.3" is-plain-object "^5.0.0" universal-user-agent "^6.0.0" "@octokit/openapi-types@^12.11.0": version "12.11.0" resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0" integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ== "@octokit/plugin-enterprise-rest@^6.0.1": version "6.0.1" resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437" integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== "@octokit/plugin-paginate-rest@^1.1.1": version "1.1.2" resolved "https://registry.npmjs.org/@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.4" resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== "@octokit/[email protected]": version "2.4.0" resolved "https://registry.npmjs.org/@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.2": version "1.2.1" resolved "https://registry.npmjs.org/@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-error@^2.1.0": version "2.1.0" resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677" integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg== dependencies: "@octokit/types" "^6.0.3" deprecation "^2.0.0" once "^1.4.0" "@octokit/request@^5.2.0": version "5.6.3" resolved "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A== 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.7" universal-user-agent "^6.0.0" "@octokit/rest@^16.28.4": version "16.43.2" resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.2.tgz#c53426f1e1d1044dee967023e3279c50993dd91b" 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" "@octokit/types@^2.0.0", "@octokit/types@^2.0.1": version "2.16.2" resolved "https://registry.npmjs.org/@octokit/types/-/types-2.16.2.tgz#4c5f8da3c6fecf3da1811aef678fda03edac35d2" integrity sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q== dependencies: "@types/node" ">= 8" "@octokit/types@^6.0.3", "@octokit/types@^6.16.1": version "6.41.0" resolved "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04" integrity sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg== dependencies: "@octokit/openapi-types" "^12.11.0" "@popperjs/core@^2.11.6": version "2.11.8" resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== "@probe.gl/[email protected]", "@probe.gl/env@^3.5.0": version "3.6.0" resolved "https://registry.npmjs.org/@probe.gl/env/-/env-3.6.0.tgz#33343fd9041a14d21374c1911826d4a2f9d9a35d" integrity sha512-4tTZYUg/8BICC3Yyb9rOeoKeijKbZHRXBEKObrfPmX4sQmYB15ZOUpoVBhAyJkOYVAM8EkPci6Uw5dLCwx2BEQ== dependencies: "@babel/runtime" "^7.0.0" "@probe.gl/[email protected]", "@probe.gl/log@^3.5.0": version "3.6.0" resolved "https://registry.npmjs.org/@probe.gl/log/-/log-3.6.0.tgz#c645bfd22b4769dc65161caa17f13bd2b231e413" integrity sha512-hjpyenpEvOdowgZ1qMeCJxfRD4JkKdlXz0RC14m42Un62NtOT+GpWyKA4LssT0+xyLULCByRAtG2fzZorpIAcA== dependencies: "@babel/runtime" "^7.0.0" "@probe.gl/env" "3.6.0" "@probe.gl/[email protected]", "@probe.gl/stats@^3.5.0": version "3.6.0" resolved "https://registry.npmjs.org/@probe.gl/stats/-/stats-3.6.0.tgz#a1bb12860fa6f40b9c028f9eb575d7ada0b4dbdd" integrity sha512-JdALQXB44OP4kUBN/UrQgzbJe4qokbVF4Y8lkIA8iVCFnjVowWIgkD/z/0QO65yELT54tTrtepw1jScjKB+rhQ== dependencies: "@babel/runtime" "^7.0.0" "@probe.gl/stats@^4.0.1": version "4.0.4" resolved "https://registry.npmjs.org/@probe.gl/stats/-/stats-4.0.4.tgz#b33a47bf192951d0789dfd2044b295c3709386bd" integrity sha512-SDuSY/D4yDL6LQDa69l/GCcnZLRiGYdyvYkxWb0CgnzTPdPrcdrzGkzkvpC3zsA4fEFw2smlDje370QGHwlisg== dependencies: "@babel/runtime" "^7.0.0" "@restart/context@^2.1.4": version "2.1.4" resolved "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz#a99d87c299a34c28bd85bb489cb07bfd23149c02" integrity sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q== "@restart/hooks@^0.3.26": version "0.3.27" resolved "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.27.tgz#91f356d66d4699a8cd8b3d008402708b6a9dc505" integrity sha512-s984xV/EapUIfkjlf8wz9weP2O9TNKR96C68FfMEy2bE69+H4cNv3RD4Mf97lW7Htt7PjZrYTjSC8f3SB9VCXw== dependencies: dequal "^2.0.2" "@restart/hooks@^0.4.7": version "0.4.11" resolved "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.11.tgz#8876ccce1d4ad2a4b793a31689d63df36cf56088" integrity sha512-Ft/ncTULZN6ldGHiF/k5qt72O8JyRMOeg0tApvCni8LkoiEahO+z3TNxfXIVGy890YtWVDvJAl662dVJSJXvMw== dependencies: dequal "^2.0.3" "@sinonjs/commons@^1.7.0": version "1.8.6" resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9" integrity sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ== dependencies: type-detect "4.0.8" "@sinonjs/fake-timers@^6.0.1": version "6.0.1" resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== dependencies: "@sinonjs/commons" "^1.7.0" "@socket.io/component-emitter@~3.1.0": version "3.1.0" resolved "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553" integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg== "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-2.8.6.tgz#ef60c3294a04c8c600abb4b438263c06d9b7b7bd" integrity sha512-x9WTTE9p3Pon2D0d6HH1UCIJsU1w3v9sF3vxJcp+YStrjDefWoW5pwxHCckEKTRra7GWg3CwMKK3Si2dat4H1A== dependencies: "@types/seedrandom" "2.4.27" seedrandom "2.4.3" "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-2.8.6.tgz#b88b4276a2ff4e23b05470c506b5c720bf6eb8c3" integrity sha512-kPgm3Dim0Li5MleybYKSZVUCu91ipDjZtTA5RrJx/Dli115qwWdiRGOHYwsIEY61hZoE0m3amjWLUBxtwMW1Nw== dependencies: "@tensorflow/tfjs-backend-cpu" "2.8.6" "@types/offscreencanvas" "~2019.3.0" "@types/seedrandom" "2.4.27" "@types/webgl-ext" "0.0.30" "@types/webgl2" "0.0.5" seedrandom "2.4.3" "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-2.8.6.tgz#6182d302ae883e0c45f47674a78bdd33e23db3a6" integrity sha512-Uv4YC66qjVC9UwBxz0IeLZ8KS2CReh63WlGRtHcSwDEYiwsa7cvp9H6lFSSPT7kiJmrK6JtHeJGIVcTuNnSt9w== "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-2.8.6.tgz#d5e9d5fc1d1a83e3fbf80942f3154300a9f82494" integrity sha512-jS28M1POUOjnWgx3jp1v5D45DUQE8USsAHHkL/01z75KnYCAAmgqJSH4YKLiYACg3eBLWXH/KTcSc6dHAX7Kfg== dependencies: "@types/offscreencanvas" "~2019.3.0" "@types/seedrandom" "2.4.27" "@types/webgl-ext" "0.0.30" node-fetch "~2.6.1" seedrandom "2.4.3" "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-data/-/tfjs-data-2.8.6.tgz#5888ad0f7b7f8db2b7a5cf4af38e3c04d65efe32" integrity sha512-zoDUfd5TfkYdviqu2bObwyJGXJiOvBckOTP9j36PUs6s+4DbTIDttyxdfeEaiiLX9ZUFU58CoW+3LI/dlFVyoQ== dependencies: "@types/node-fetch" "^2.1.2" node-fetch "~2.6.1" "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs-layers/-/tfjs-layers-2.8.6.tgz#51dec5422fddde289e7915f318676fedeeb6a226" integrity sha512-fdZ0i/R2dIKmy8OB5tBAsm5IbAHfJpI6AlbjxpgoU3aWj1HCdDo+pMji928MkDJhP01ISgFTgw/7PseGNaUflw== "@tensorflow/[email protected]": version "2.8.6" resolved "https://registry.npmjs.org/@tensorflow/tfjs/-/tfjs-2.8.6.tgz#5115081e7424c33905af9565c0d190e1b4093a5b" integrity sha512-/Hk3YCAreNicuQJsAIG32UGHaQj8UwX8y8ZrKVb/CrXOhrRyZmxGSZt9KMVe8MDoydenuGhZCqJUIaWdIKIA5g== dependencies: "@tensorflow/tfjs-backend-cpu" "2.8.6" "@tensorflow/tfjs-backend-webgl" "2.8.6" "@tensorflow/tfjs-converter" "2.8.6" "@tensorflow/tfjs-core" "2.8.6" "@tensorflow/tfjs-data" "2.8.6" "@tensorflow/tfjs-layers" "2.8.6" argparse "^1.0.10" chalk "^4.1.0" core-js "3" regenerator-runtime "^0.13.5" yargs "^16.0.3" "@tootallnate/once@1": version "1.1.2" resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": version "7.20.1" resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b" integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw== dependencies: "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" "@types/babel__generator" "*" "@types/babel__template" "*" "@types/babel__traverse" "*" "@types/babel__generator@*": version "7.6.4" resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": version "7.4.1" resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": version "7.20.1" resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz#dd6f1d2411ae677dcb2db008c962598be31d6acf" integrity sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg== dependencies: "@babel/types" "^7.20.7" "@types/[email protected]": version "5.2.0" resolved "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.0.tgz#adbb77980a1cc376bb208e3f4142e907410430f6" integrity sha512-UuKzKpJJ/Ief6ufIaIzr3A/0XnluX7RvFgwkV89Yzvm77wCh1kFaFmqN8XEnGcN62EuHdedQjEMb8mYxFLGPyA== "@types/[email protected]": version "5.0.2" resolved "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.2.tgz#ba5e3f6ae5a2009d466679cc431b50635bf1a064" integrity sha512-n7RlEEJ+4x4TS7ZQddTmNSxP+zziEG0TNsMfiRIxcIVXt71ENJ9ojeXmGO3wPoTdn7pJcU2xc3CJYMktNT6DPg== "@types/component-emitter@^1.2.10": version "1.2.11" resolved "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz#50d47d42b347253817a39709fef03ce66a108506" integrity sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ== "@types/concat-stream@^1.6.0": version "1.6.1" resolved "https://registry.npmjs.org/@types/concat-stream/-/concat-stream-1.6.1.tgz#24bcfc101ecf68e886aaedce60dfd74b632a1b74" integrity sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA== dependencies: "@types/node" "*" "@types/cookie@^0.4.0", "@types/cookie@^0.4.1": version "0.4.1" resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d" integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q== "@types/cors@^2.8.10", "@types/cors@^2.8.12": version "2.8.13" resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz#b8ade22ba455a1b8cb3b5d3f35910fd204f84f94" integrity sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA== dependencies: "@types/node" "*" "@types/flatbuffers@*": version "1.10.0" resolved "https://registry.npmjs.org/@types/flatbuffers/-/flatbuffers-1.10.0.tgz#aa74e30ffdc86445f2f060e1808fc9d56b5603ba" integrity sha512-7btbphLrKvo5yl/5CC2OCxUSMx1wV1wvGT1qDXkSt7yi00/YW7E8k6qzXqJHsp+WU0eoG7r6MTQQXI9lIvd0qA== "@types/[email protected]": version "0.0.33" resolved "https://registry.npmjs.org/@types/form-data/-/form-data-0.0.33.tgz#c9ac85b2a5fd18435b8c85d9ecb50e6d6c893ff8" integrity sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw== dependencies: "@types/node" "*" "@types/geojson@*", "@types/geojson@^7946.0.10", "@types/geojson@^7946.0.7", "@types/geojson@^7946.0.8": version "7946.0.10" resolved "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249" integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA== "@types/glob@^7.1.1": version "7.2.0" resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== dependencies: "@types/minimatch" "*" "@types/node" "*" "@types/graceful-fs@^4.1.2": version "4.1.6" resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae" integrity sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw== dependencies: "@types/node" "*" "@types/hammerjs@^2.0.41": version "2.0.41" resolved "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz#f6ecf57d1b12d2befcce00e928a6a097c22980aa" integrity sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA== "@types/invariant@^2.2.33": version "2.2.35" resolved "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.35.tgz#cd3ebf581a6557452735688d8daba6cf0bd5a3be" integrity sha512-DxX1V9P8zdJPYQat1gHyY0xj3efl8gnMVjiM9iCY6y27lj+PoQWkgjt8jDqmovPqULkKVpKRg8J36iQiA+EtEg== "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.4" resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== "@types/istanbul-lib-report@*": version "3.0.0" resolved "https://registry.npmjs.org/@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@^3.0.0": version "3.0.1" resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== dependencies: "@types/istanbul-lib-report" "*" "@types/[email protected]": version "0.9.1" resolved "https://registry.npmjs.org/@types/java/-/java-0.9.1.tgz#f0f8680f121b13493dcb7359e0ced62b328ce586" integrity sha512-SVuyaqoMll9/7+l0f8mN5X4vVYSb1eRSHAIITQy11GJLVgbs7pWV9cIpZ78j5DTmeVIgOVxHwRRk3x5e8QZWRg== "@types/[email protected]": version "26.0.23" resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7" integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0" "@types/[email protected]": version "16.2.13" resolved "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.13.tgz#126c8b7441b159d6234610a48de77b6066f1823f" integrity sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw== dependencies: "@types/node" "*" "@types/parse5" "*" "@types/tough-cookie" "*" "@types/json-schema@^7.0.9": version "7.0.12" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== "@types/mapbox-gl@^2.6.0", "@types/mapbox-gl@^2.6.3": version "2.7.12" resolved "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.7.12.tgz#df35dcf717bda00dc7177ba91fadbc8b9a53c5dc" integrity sha512-aEMMOWlSTn2lp0liLqHsI/vAkV8858mkhn4fFYZELdLO1o6PEKCkkUfQ/GBp603Xfc3xmasLZsoELJBbje+atw== dependencies: "@types/geojson" "*" "@types/mapbox__point-geometry@*", "@types/mapbox__point-geometry@^0.1.2": version "0.1.2" resolved "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.2.tgz#488a9b76e8457d6792ea2504cdd4ecdd9860a27e" integrity sha512-D0lgCq+3VWV85ey1MZVkE8ZveyuvW5VAfuahVTQRpXFQTxw03SuIf1/K4UQ87MMIXVKzpFjXFiFMZzLj2kU+iA== "@types/mapbox__vector-tile@^1.3.0": version "1.3.0" resolved "https://registry.npmjs.org/@types/mapbox__vector-tile/-/mapbox__vector-tile-1.3.0.tgz#8fa1379dbaead1e1b639b8d96cfd174404c379d6" integrity sha512-kDwVreQO5V4c8yAxzZVQLE5tyWF+IPToAanloQaSnwfXmIcJ7cyOrv8z4Ft4y7PsLYmhWXmON8MBV8RX0Rgr8g== dependencies: "@types/geojson" "*" "@types/mapbox__point-geometry" "*" "@types/pbf" "*" "@types/minimatch@*": version "5.1.2" resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== "@types/minimist@^1.2.0": version "1.2.2" resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== "@types/node-fetch@^2.1.2": version "2.6.4" resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.4.tgz#1bc3a26de814f6bf466b25aeb1473fa1afe6a660" integrity sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg== dependencies: "@types/node" "*" form-data "^3.0.0" "@types/node@*", "@types/node@>= 8", "@types/node@>=10.0.0": version "20.4.8" resolved "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85" integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg== "@types/[email protected]": version "17.0.33" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.33.tgz#3c1879b276dc63e73030bb91165e62a4509cd506" integrity sha512-miWq2m2FiQZmaHfdZNcbpp9PuXg34W5JZ5CrJ/BaS70VuhoJENBEQybeiYSaPBRNq6KQGnjfEnc/F3PN++D+XQ== "@types/node@^10.0.3": version "10.17.60" resolved "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== "@types/node@^13.7.4": version "13.13.52" resolved "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz#03c13be70b9031baaed79481c0c0cfb0045e53f7" integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ== "@types/node@^15.0.0": version "15.14.9" resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa" integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A== "@types/node@^17.0.36": version "17.0.45" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== "@types/node@^8.0.0": version "8.10.66" resolved "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw== "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== "@types/offscreencanvas@^2019.7.0": version "2019.7.0" resolved "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz#e4a932069db47bb3eabeb0b305502d01586fa90d" integrity sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg== "@types/offscreencanvas@~2019.3.0": version "2019.3.0" resolved "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.3.0.tgz#3336428ec7e9180cf4566dfea5da04eb586a6553" integrity sha512-esIJx9bQg+QYF0ra8GnvfianIY8qWB0GBx54PK5Eps6m+xTj86KLavHv6qDhzKcu5UUOgNfJ2pWaIIV7TRUd9Q== "@types/[email protected]": version "2.1.1" resolved "https://registry.npmjs.org/@types/pad-left/-/pad-left-2.1.1.tgz#17d906fc75804e1cc722da73623f1d978f16a137" integrity sha512-Xd22WCRBydkGSApl5Bw0PhAOHKSVjNL3E3AwzKaps96IMraPqy5BvZIsBVK6JLwdybUzjHnuWVwpDd0JjTfHXA== "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== "@types/parse5@*": version "7.0.0" resolved "https://registry.npmjs.org/@types/parse5/-/parse5-7.0.0.tgz#8b412a0a4461c84d6280a372bfa8c57a418a06bd" integrity sha512-f2SeAxumolBmhuR62vNGTsSAvdz/Oj0k682xNrcKJ4dmRnTPODB74j6CPoNPzBPTHsu7Y7W7u93Mgp8Ovo8vWw== dependencies: parse5 "*" "@types/[email protected]": version "6.0.3" resolved "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb" integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g== "@types/pbf@*", "@types/pbf@^3.0.2": version "3.0.2" resolved "https://registry.npmjs.org/@types/pbf/-/pbf-3.0.2.tgz#8d291ad68b4b8c533e96c174a2e3e6399a59ed61" integrity sha512-EDrLIPaPXOZqDjrkzxxbX7UlJSeQVgah3i0aA4pOSzmK9zq3BIh7/MZIQxED7slJByvKM4Gc6Hypyu2lJzh3SQ== "@types/prettier@^2.0.0": version "2.7.3" resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f" integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA== "@types/prop-types@*", "@types/prop-types@^15.7.3": version "15.7.5" resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== "@types/qs@^6.2.31": version "6.9.7" resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== "@types/raf@^3.4.0": version "3.4.0" resolved "https://registry.npmjs.org/@types/raf/-/raf-3.4.0.tgz#2b72cbd55405e071f1c4d29992638e022b20acc2" integrity sha512-taW5/WYqo36N7V39oYyHP9Ipfd5pNFvGTIQsNGj86xV88YQ7GnI30/yMfKDF7Zgin0m3e+ikX88FvImnK4RjGw== "@types/react-transition-group@^4.2.0", "@types/react-transition-group@^4.4.1": version "4.4.6" resolved "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e" integrity sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew== dependencies: "@types/react" "*" "@types/react@*", "@types/react@>=16.14.8", "@types/react@>=16.9.11": version "18.2.18" resolved "https://registry.npmjs.org/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516" integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" csstype "^3.0.2" "@types/react@^17.0.52": version "17.0.62" resolved "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz#2efe8ddf8533500ec44b1334dd1a97caa2f860e3" integrity sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" csstype "^3.0.2" "@types/scheduler@*": version "0.16.3" resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== "@types/[email protected]": version "2.4.27" resolved "https://registry.npmjs.org/@types/seedrandom/-/seedrandom-2.4.27.tgz#9db563937dd86915f69092bc43259d2f48578e41" integrity sha512-YvMLqFak/7rt//lPBtEHv3M4sRNA+HGxrhFZ+DQs9K2IkYJbNwVIb8avtJfhDiuaUBX/AW0jnjv48FV8h3u9bQ== "@types/semver@^7.3.12": version "7.5.0" resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== "@types/stack-utils@^2.0.0": version "2.0.1" resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== "@types/styled-jsx@^2.2.8": version "2.2.9" resolved "https://registry.npmjs.org/@types/styled-jsx/-/styled-jsx-2.2.9.tgz#e50b3f868c055bcbf9bc353eca6c10fdad32a53f" integrity sha512-W/iTlIkGEyTBGTEvZCey8EgQlQ5l0DwMqi3iOXlLs2kyBwYTXHKEiU6IZ5EwoRwngL8/dGYuzezSup89ttVHLw== dependencies: "@types/react" "*" "@types/tough-cookie@*": version "4.0.2" resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397" integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw== "@types/warning@^3.0.0": version "3.0.0" resolved "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52" integrity sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA== "@types/[email protected]": version "0.0.30" resolved "https://registry.npmjs.org/@types/webgl-ext/-/webgl-ext-0.0.30.tgz#0ce498c16a41a23d15289e0b844d945b25f0fb9d" integrity sha512-LKVgNmBxN0BbljJrVUwkxwRYqzsAEPcZOe6S2T6ZaBDIrFp0qu4FNlpc5sM1tGbXUYFgdVQIoeLk1Y1UoblyEg== "@types/[email protected]": version "0.0.5" resolved "https://registry.npmjs.org/@types/webgl2/-/webgl2-0.0.5.tgz#dd925e20ab8ace80eb4b1e46fda5b109c508fb0d" integrity sha512-oGaKsBbxQOY5+aJFV3KECDhGaXt+yZJt2y/OZsnQGLRkH6Fvr7rv4pCt3SRH1somIHfej/c4u7NSpCyd9x+1Ow== "@types/yargs-parser@*": version "21.0.0" resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@types/yargs@^15.0.0": version "15.0.15" resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz#e609a2b1ef9e05d90489c2f5f45bbfb2be092158" integrity sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg== dependencies: "@types/yargs-parser" "*" "@types/[email protected]": version "1.9.2" resolved "https://registry.npmjs.org/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a" integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw== "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz#2604cfaf2b306e120044f901e20c8ed926debf15" integrity sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA== dependencies: "@eslint-community/regexpp" "^4.4.0" "@typescript-eslint/scope-manager" "5.59.9" "@typescript-eslint/type-utils" "5.59.9" "@typescript-eslint/utils" "5.59.9" debug "^4.3.4" grapheme-splitter "^1.0.4" ignore "^5.2.0" natural-compare-lite "^1.4.0" semver "^7.3.7" tsutils "^3.21.0" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa" integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ== dependencies: "@typescript-eslint/scope-manager" "5.59.9" "@typescript-eslint/types" "5.59.9" "@typescript-eslint/typescript-estree" "5.59.9" debug "^4.3.4" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4" integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ== dependencies: "@typescript-eslint/types" "5.59.9" "@typescript-eslint/visitor-keys" "5.59.9" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz#53bfaae2e901e6ac637ab0536d1754dfef4dafc2" integrity sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q== dependencies: "@typescript-eslint/typescript-estree" "5.59.9" "@typescript-eslint/utils" "5.59.9" debug "^4.3.4" tsutils "^3.21.0" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52" integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw== "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b" integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA== dependencies: "@typescript-eslint/types" "5.59.9" "@typescript-eslint/visitor-keys" "5.59.9" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz#adee890107b5ffe02cd46fdaa6c2125fb3c6c7c4" integrity sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@types/json-schema" "^7.0.9" "@types/semver" "^7.3.12" "@typescript-eslint/scope-manager" "5.59.9" "@typescript-eslint/types" "5.59.9" "@typescript-eslint/typescript-estree" "5.59.9" eslint-scope "^5.1.1" semver "^7.3.7" "@typescript-eslint/[email protected]": version "5.59.9" resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d" integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q== dependencies: "@typescript-eslint/types" "5.59.9" eslint-visitor-keys "^3.3.0" "@zkochan/cmd-shim@^3.1.0": version "3.1.0" resolved "https://registry.npmjs.org/@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.npmjs.org/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.3, abab@^2.0.5: version "2.0.6" resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== abbrev@1: version "1.1.1" resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== abort-controller@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== dependencies: event-target-shim "^5.0.0" abstract-logging@^2.0.0, abstract-logging@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz#6b0c371df212db7129b57d2e7fcf282b8bf1c839" integrity sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA== accepts@~1.3.4: version "1.3.8" resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== dependencies: mime-types "~2.1.34" negotiator "0.6.3" acorn-globals@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== dependencies: acorn "^7.1.1" acorn-walk "^7.1.1" acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== acorn-walk@^7.1.1: version "7.2.0" resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== acorn@^7.1.1: version "7.4.1" resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== acorn@^8.2.4, acorn@^8.9.0: version "8.10.0" resolved "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== agent-base@4, agent-base@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg== dependencies: es6-promisify "^5.0.0" agent-base@6: version "6.0.2" resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" agent-base@~4.2.1: version "4.2.1" resolved "https://registry.npmjs.org/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.npmjs.org/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.1.0" resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== dependencies: clean-stack "^2.0.0" indent-string "^4.0.0" ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== dependencies: ajv "^8.0.0" ajv@^6.10.0, ajv@^6.11.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.6: version "6.12.6" resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" 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" ajv@^8.0.0, ajv@^8.1.0, ajv@^8.10.0, ajv@^8.11.0: version "8.12.0" resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== dependencies: fast-deep-equal "^3.1.1" json-schema-traverse "^1.0.0" require-from-string "^2.0.2" uri-js "^4.2.2" [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/always-error/-/always-error-1.0.0.tgz#95c84042cfa86f38c86ca6c2cc42c0a0103441b2" integrity sha512-FQOCVM9Tv+0skDiLBTemM0LN9IdoRxCqbo+AVpPPRorj34VvC7mFORDWdtEPKHRjC4N0KaxGGpVv35/7k0QbWA== [email protected]: version "1.1.2" resolved "https://registry.npmjs.org/am-i-a-dependency/-/am-i-a-dependency-1.1.2.tgz#f9d3422304d6f642f821e4c407565035f6167f1f" integrity sha512-h9Wm0GBuTJVKbtwDHBzdJr932O9iTR5lAgebGSke1b3V4pqzbwOsa1R3bYhff89Ch3+v3A4EgbX3vem+5Rl6Zg== amdefine@>=0.0.4: version "1.0.1" resolved "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" integrity sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg== [email protected]: version "1.4.9" resolved "https://registry.npmjs.org/anser/-/anser-1.4.9.tgz#1f85423a5dcf8da4631a341665ff675b96845760" integrity sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA== ansi-colors@^4.1.1: version "4.1.3" resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== ansi-escapes@^1.1.0: version "1.4.0" resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" integrity sha512-wiXutNjDUlNEDWHcYH3jtZUhd3c4/VojassD8zHdHCY13xbZy2XbW+NKQwA0tWGBVzDA9qEzYwfoSsWmviidhw== ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/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.2" resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== dependencies: type-fest "^0.21.3" ansi-regex@^1.0.0, ansi-regex@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz#41c847194646375e6a1a5d10c3ca054ef9fc980d" integrity sha512-q5i8bFLg2wDfsuR56c1NzlJFPzVD+9mxhDrhqOGigEFa87OZHlF+9dWeGWzVTP/0ECiA/JUGzfzRr2t3eYORRw== ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== ansi-regex@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== ansi-regex@^4.1.0: version "4.1.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.npmjs.org/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.3.0" resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert "^2.0.1" ansicolors@~0.3.2: version "0.3.2" resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== any-promise@^1.0.0: version "1.3.0" resolved "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== anymatch@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/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, anymatch@~3.1.1, anymatch@~3.1.2: version "3.1.3" resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" apache-arrow@^4.0.0, apache-arrow@^8.0.0, apache-arrow@^9.0.0: version "9.0.0" resolved "https://registry.npmjs.org/apache-arrow/-/apache-arrow-9.0.0.tgz#c2308e5b9723aef75f7a56d9339c2523736a31f6" integrity sha512-Myt0vtm7eRtg4dYQp1hb2A77jbPhCYZcPeNp1F0u7te3rWQtcDI3EOSLxToFywdLQ1hfPzhzdLfDL0tPQObJjw== dependencies: "@types/command-line-args" "5.2.0" "@types/command-line-usage" "5.0.2" "@types/flatbuffers" "*" "@types/node" "^17.0.36" "@types/pad-left" "2.1.1" command-line-args "5.2.1" command-line-usage "6.1.3" flatbuffers "2.0.4" json-bignum "^0.0.3" pad-left "^2.1.0" tslib "^2.4.0" append-transform@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz#99d9d29c7b38391e6f428d28ce136551f0b77e12" integrity sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg== dependencies: default-require-extensions "^3.0.0" aproba@^1.0.3, aproba@^1.1.1: version "1.2.0" resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== "aproba@^1.0.3 || ^2.0.0", aproba@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== archy@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw== are-we-there-yet@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== dependencies: delegates "^1.0.0" readable-stream "^3.6.0" are-we-there-yet@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd" integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== dependencies: delegates "^1.0.0" readable-stream "^3.6.0" are-we-there-yet@~1.1.2: version "1.1.7" resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146" integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g== dependencies: delegates "^1.0.0" readable-stream "^2.0.6" argparse@^1.0.10, argparse@^1.0.7: version "1.0.10" resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== dependencies: sprintf-js "~1.0.2" argparse@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== arr-diff@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA== arr-flatten@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== array-back@^3.0.1, array-back@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0" integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q== array-back@^4.0.1, array-back@^4.0.2: version "4.0.2" resolved "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz#8004e999a6274586beeb27342168652fdb89fa1e" integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg== array-buffer-byte-length@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead" integrity sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== dependencies: call-bind "^1.0.2" is-array-buffer "^3.0.1" array-differ@^2.0.3: version "2.1.0" resolved "https://registry.npmjs.org/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1" integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w== array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" integrity sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw== array-ify@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== array-union@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng== dependencies: array-uniq "^1.0.1" array-union@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== array-uniq@^1.0.1: version "1.0.3" resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== array-unique@^0.3.2: version "0.3.2" resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== array.prototype.reduce@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz#6b20b0daa9d9734dd6bc7ea66b5bbce395471eac" integrity sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q== dependencies: call-bind "^1.0.2" define-properties "^1.1.4" es-abstract "^1.20.4" es-array-method-boxes-properly "^1.0.0" is-string "^1.0.7" arraybuffer.prototype.slice@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#9b5ea3868a6eebc30273da577eb888381c0044bb" integrity sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw== dependencies: array-buffer-byte-length "^1.0.0" call-bind "^1.0.2" define-properties "^1.2.0" get-intrinsic "^1.2.1" is-array-buffer "^3.0.2" is-shared-array-buffer "^1.0.2" arrify@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== asap@^2.0.0, asap@~2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== asn1.js@^5.2.0: version "5.4.1" resolved "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" 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" asn1@~0.2.3: version "0.2.6" resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== dependencies: safer-buffer "~2.1.0" [email protected], assert-plus@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== [email protected]: version "2.0.0" resolved "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz#95fc1c616d48713510680f2eaf2d10dd22e02d32" integrity sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A== dependencies: es6-object-assign "^1.1.0" is-nan "^1.2.1" object-is "^1.0.1" util "^0.12.0" assert@^1.1.1: version "1.5.0" resolved "https://registry.npmjs.org/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.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw== [email protected]: version "0.0.0" resolved "https://registry.npmjs.org/ast-transform/-/ast-transform-0.0.0.tgz#74944058887d8283e189d954600947bc98fe0062" integrity sha512-e/JfLiSoakfmL4wmTGPjv0HpTICVmxwXgYOB8x+mzozHL8v+dSfCbrJ8J8hJ0YBP0XcYu1aLZ6b/3TnxNK3P2A== dependencies: escodegen "~1.2.0" esprima "~1.0.4" through "~2.3.4" [email protected]: version "0.13.2" resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48" integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA== ast-types@^0.7.0: version "0.7.8" resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9" integrity sha512-RIOpVnVlltB6PcBJ5BMLx+H+6JJ/zjDGU0t7f0L6c2M1dqcK92VQopLBlPQ9R80AVXelfqYgjcPLtHtDbNFg0Q== astral-regex@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== async-hook-domain@^2.0.4: version "2.0.4" resolved "https://registry.npmjs.org/async-hook-domain/-/async-hook-domain-2.0.4.tgz#5a24910982c04394ea33dd442860f80cce2d972c" integrity sha512-14LjCmlK1PK8eDtTezR6WX8TMaYNIzBIsd2D1sGoGjgx0BuNMMoSdk7i/drlbtamy0AWv9yv2tkB+ASdmeqFIw== [email protected]: version "2.6.1" resolved "https://registry.npmjs.org/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== dependencies: lodash "^4.17.10" async@^3.2.0: version "3.2.4" resolved "https://registry.npmjs.org/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== asynckit@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== atob-lite@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" integrity sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw== atob@^2.0.0, atob@^2.1.2: version "2.1.2" resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== atomic-sleep@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b" integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== [email protected]: version "4.0.0" resolved "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb" integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== available-typed-arrays@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== avvio@^7.1.2: version "7.2.5" resolved "https://registry.npmjs.org/avvio/-/avvio-7.2.5.tgz#65ba255f10b0bea7ac6eded71a5344cd88f5de19" integrity sha512-AOhBxyLVdpOad3TujtC9kL/9r3HnTkxwQ5ggOsYrvvZP1cCFvzHWJd5XxZDFuTn+IN8vkKSG5SEJrd27vCSbeA== dependencies: archy "^1.0.0" debug "^4.0.0" fastq "^1.6.1" queue-microtask "^1.1.2" avvio@^8.2.1: version "8.2.1" resolved "https://registry.npmjs.org/avvio/-/avvio-8.2.1.tgz#b5a482729847abb84d5aadce06511c04a0a62f82" integrity sha512-TAlMYvOuwGyLK3PfBb5WKBXZmXz2fVCgv23d6zZFdle/q3gPjmxBaeuC0pY0Dzs5PWMSgfqqEZkrye19GlDTgw== dependencies: archy "^1.0.0" debug "^4.0.0" fastq "^1.6.1" aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== aws4@^1.8.0: version "1.12.0" resolved "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== [email protected]: version "0.22.0" resolved "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25" integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w== dependencies: follow-redirects "^1.14.4" axios@^1.3.2: version "1.4.0" resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" proxy-from-env "^1.1.0" babel-jest@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" 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" babel-plugin-emotion@^10.0.27: version "10.2.2" resolved "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz#a1fe3503cff80abfd0bdda14abd2e8e57a79d17d" 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" babel-plugin-istanbul@^6.0.0: version "6.1.1" resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" 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" babel-plugin-jest-hoist@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" 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" babel-plugin-macros@^2.0.0: version "2.8.0" resolved "https://registry.npmjs.org/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-polyfill-corejs2@^0.2.2: version "0.2.3" resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f" integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA== dependencies: "@babel/compat-data" "^7.13.11" "@babel/helper-define-polyfill-provider" "^0.2.4" semver "^6.1.1" babel-plugin-polyfill-corejs3@^0.2.2: version "0.2.5" resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== dependencies: "@babel/helper-define-polyfill-provider" "^0.2.2" core-js-compat "^3.16.2" babel-plugin-polyfill-regenerator@^0.2.2: version "0.2.3" resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d" integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g== dependencies: "@babel/helper-define-polyfill-provider" "^0.2.4" babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" resolved "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" integrity sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw== babel-preset-current-node-syntax@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" 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" babel-preset-jest@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== dependencies: babel-plugin-jest-hoist "^26.6.2" babel-preset-current-node-syntax "^1.0.0" backo2@~1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" integrity sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA== balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== [email protected]: version "0.1.4" resolved "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz#9818c79e059b1355f97e0428a017c838e90ba812" integrity sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg== base64-js@^1.0.2, base64-js@^1.3.1: version "1.5.1" resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== [email protected], base64id@~2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6" integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog== base@^0.11.1: version "0.11.2" resolved "https://registry.npmjs.org/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" bcrypt-pbkdf@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w== dependencies: tweetnacl "^0.14.3" before-after-hook@^2.0.0: version "2.2.3" resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c" integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ== big.js@^5.2.2: version "5.2.2" resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== binary-extensions@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== bind-obj-methods@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/bind-obj-methods/-/bind-obj-methods-3.0.0.tgz#65b66544d9d668d80dfefe2089dd347ad1dbcaed" integrity sha512-nLEaaz3/sEzNSyPWRsN9HNsqwk1AUyECtGj+XwGdIi3xABnEqecvXtIJ0wehQXuuER5uZ/5fTs2usONgYjG+iw== bindings@^1.5.0: version "1.5.0" resolved "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== dependencies: file-uri-to-path "1.0.0" [email protected]: version "2.9.24" resolved "https://registry.npmjs.org/bluebird/-/bluebird-2.9.24.tgz#14a2e75f0548323dc35aa440d92007ca154e967c" integrity sha512-F6vWSDdJRZ5mKeycWf7+l81ibpnjRtQz26eBTUxjpet9tUpN0rz+TV6uO0CCySHdtW4dDZNBSqbbMKoxPChqYw== [email protected]: version "3.5.1" resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA== bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5: version "3.7.2" resolved "https://registry.npmjs.org/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.11.9: version "4.12.0" resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== bn.js@^5.0.0, bn.js@^5.1.1: version "5.2.1" resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== [email protected]: version "4.6.0" resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7" integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw== brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.npmjs.org/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: version "2.3.2" resolved "https://registry.npmjs.org/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.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" brorand@^1.0.1, brorand@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== browser-process-hrtime@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== browser-resolve@^1.8.1: version "1.11.3" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/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.npmjs.org/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-optional@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/browserify-optional/-/browserify-optional-1.0.1.tgz#1e13722cfde0d85f121676c2a72ced533a018869" integrity sha512-VrhjbZ+Ba5mDiSYEuPelekQMfTbhcA2DhLk2VQWqdcCROWeFqlTcXZ7yfRkXCIl8E+g4gINJYJiRB7WEtfomAQ== dependencies: ast-transform "0.0.0" ast-types "^0.7.0" browser-resolve "^1.8.1" browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: version "4.1.0" resolved "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== dependencies: bn.js "^5.0.0" randombytes "^2.0.1" browserify-sign@^4.0.0: version "4.2.1" resolved "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" 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" [email protected], browserify-zlib@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== dependencies: pako "~1.0.5" [email protected]: version "4.16.6" resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== dependencies: caniuse-lite "^1.0.30001219" colorette "^1.2.2" electron-to-chromium "^1.3.723" escalade "^3.1.1" node-releases "^1.1.71" browserslist@^4.21.9: version "4.21.10" resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0" integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ== dependencies: caniuse-lite "^1.0.30001517" electron-to-chromium "^1.4.477" node-releases "^2.0.13" update-browserslist-db "^1.0.11" [email protected]: version "0.2.6" resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== dependencies: fast-json-stable-stringify "2.x" [email protected]: version "2.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" integrity sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA== btoa@^1.1.2: version "1.2.1" resolved "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz#01a9909f8b2c93f6bf680ba26131eb30f7fa3d73" integrity sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g== [email protected], buffer-from@^1.0.0: version "1.1.2" resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== buffer-xor@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ== [email protected]: version "5.6.0" resolved "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786" integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== dependencies: base64-js "^1.0.2" ieee754 "^1.1.4" buffer@^4.3.0: version "4.9.2" resolved "https://registry.npmjs.org/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" buffer@^6.0.3: version "6.0.3" resolved "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== dependencies: base64-js "^1.3.1" ieee754 "^1.2.1" [email protected]: version "4.0.6" resolved "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz#ebd6c67c7922a0e902f053e5d8be5ec850e48433" integrity sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw== dependencies: node-gyp-build "^4.3.0" builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ== builtins@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ== byline@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1" integrity sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q== byte-size@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/byte-size/-/byte-size-5.0.1.tgz#4b651039a5ecd96767e71a3d7ed380e48bed4191" integrity sha512-/XuKeqWocKsYa/cBY1YbSJSWWqTi4cFgr9S6OyM7PBaPbr9zvNGwWP33vt0uqGhwDdN+y3yhbXVILEUpnwEWGw== [email protected]: version "3.1.0" resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== cacache@^12.0.0, cacache@^12.0.3: version "12.0.4" resolved "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" 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" cache-base@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/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" caching-transform@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz#00d297a4206d71e2163c39eaffa8157ac0651f0f" integrity sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA== dependencies: hasha "^5.0.0" make-dir "^3.0.0" package-hash "^4.0.0" write-file-atomic "^3.0.0" call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== dependencies: function-bind "^1.1.1" get-intrinsic "^1.0.2" call-me-maybe@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz#03f964f19522ba643b1b0693acb9152fe2074baa" integrity sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ== caller-callsite@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" integrity sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ== dependencies: callsites "^2.0.0" caller-callsite@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/caller-callsite/-/caller-callsite-4.1.0.tgz#3e33cb1d910e7b09332d59a3503b9af7462f7295" integrity sha512-99nnnGlJexTc41xwQTr+mWl15OI5PPczUJzM4YRE7QjkefMKCXGa5gfQjCOuVrD+1TjI/fevIDHg2nz3iYN5Ig== dependencies: callsites "^3.1.0" caller-path@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" integrity sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A== dependencies: caller-callsite "^2.0.0" caller-path@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/caller-path/-/caller-path-3.0.1.tgz#bc932ecec3f943e10c2f8922146e23b132f932e4" integrity sha512-fhmztL4wURO/BzwJUJ4aVRdnKEFskPBbrJ8fNgl7XdUiD1ygzzlt+nhPgUBSRq2ciEVubo6x+W8vJQzm55QLLQ== dependencies: caller-callsite "^4.1.0" callsites@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" integrity sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ== callsites@^3.0.0, callsites@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== camelcase-keys@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" integrity sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ== dependencies: camelcase "^2.0.0" map-obj "^1.0.0" camelcase-keys@^4.0.0: version "4.2.0" resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77" integrity sha512-Ej37YKYbFUI8QiYlvj9YHb6/Z60dZyPJW0Cs8sFilMbd2lP0bw3ylAq9yJkK4lcTA2dID5fG8LjmJYbO7kWb7Q== dependencies: camelcase "^4.1.0" map-obj "^2.0.0" quick-lru "^1.0.0" camelcase-keys@^6.2.2: version "6.2.2" resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== dependencies: camelcase "^5.3.1" map-obj "^4.0.0" quick-lru "^4.0.1" camelcase@^2.0.0: version "2.1.1" resolved "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" integrity sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw== camelcase@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" integrity sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw== camelcase@^5.0.0, camelcase@^5.3.1: version "5.3.1" resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== camelcase@^6.0.0: version "6.3.0" resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001228, caniuse-lite@^1.0.30001517: version "1.0.30001519" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#3e7b8b8a7077e78b0eb054d69e6edf5c7df35601" integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg== canvas@^2.11.0, canvas@^2.6.0: version "2.11.2" resolved "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz#553d87b1e0228c7ac0fc72887c3adbac4abbd860" integrity sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw== dependencies: "@mapbox/node-pre-gyp" "^1.0.0" nan "^2.17.0" simple-get "^3.0.3" canvg@^3.0.6: version "3.0.10" resolved "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz#8e52a2d088b6ffa23ac78970b2a9eebfae0ef4b3" integrity sha512-qwR2FRNO9NlzTeKIPIKpnTY6fqwuYSequ8Ru8c0YkYU7U0oW+hLUvWadLvAu1Rl72OMNiFhoLu4f8eUjQ7l/+Q== dependencies: "@babel/runtime" "^7.12.5" "@types/raf" "^3.4.0" core-js "^3.8.3" raf "^3.4.1" regenerator-runtime "^0.13.7" rgbcolor "^1.0.1" stackblur-canvas "^2.0.0" svg-pathdata "^6.0.3" capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== dependencies: rsvp "^4.8.4" cardinal@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505" integrity sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw== dependencies: ansicolors "~0.3.2" redeyed "~2.1.0" cartocolor@^4.0.2: version "4.0.2" resolved "https://registry.npmjs.org/cartocolor/-/cartocolor-4.0.2.tgz#ef1aa12860f6eeedc8d2420e2b9d7337937c4993" integrity sha512-+Gh9mb6lFxsDOLQlBLPxAHCnWXlg2W8q3AcVwqRcy95TdBbcOU89Wrb6h2Hd/6Ww1Kc1pzXmUdpnWD+xeCG0dg== dependencies: colorbrewer "1.0.0" caseless@^0.12.0, caseless@~0.12.0: version "0.12.0" resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== [email protected]: version "2.3.2" resolved "https://registry.npmjs.org/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65" integrity sha512-ZM4j2/ld/YZDc3Ma8PgN7gyAk+kHMMMyzLNryCPGhWrsfAuDVeuid5bpRFTDgMH9JBK2lA4dyyAkkZYF/WcqDQ== dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" supports-color "^5.3.0" [email protected], chalk@^2.0.0, chalk@^2.3.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.npmjs.org/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" [email protected]: version "4.0.0" resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" chalk@^1.0.0: version "1.1.3" resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A== 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.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: version "4.1.2" resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" char-regex@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== chardet@^0.4.0: version "0.4.2" resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" integrity sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg== chardet@^0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== [email protected]: version "0.6.2" resolved "https://registry.npmjs.org/chdir-promise/-/chdir-promise-0.6.2.tgz#d4cfa0a96a112a8149341b69e2866d162f0e2dbd" integrity sha512-EG5MutQt4qTxoQPfBtPCfU1A/MqborgaO66xrPSD/dRTB40OLN0wy+YAo5ZAw7DawhtCPdZHAdQ206fyWkhoiw== dependencies: bluebird "^3.5.1" check-more-types "2.24.0" debug "3.1.0" lazy-ass "1.6.0" [email protected]: version "2.23.0" resolved "https://registry.npmjs.org/check-more-types/-/check-more-types-2.23.0.tgz#6226264d30b1095aa1c0a5b874edbdd5d2d0a66f" integrity sha512-dDo5EKT4pZj5GArqso+z2TJmk5/fb+MqtwqJO4IdVhmL9rjglTvndCTRRwxDlQT9FObaYJENljJ0A+8ckAYakQ== [email protected]: version "2.24.0" resolved "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600" integrity sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA== [email protected]: version "2.3.0" resolved "https://registry.npmjs.org/check-more-types/-/check-more-types-2.3.0.tgz#b8397c69dc92a3e645f18932c045b09c74419ec4" integrity sha512-4+BBBEpnsINJiW6xFPoTvavMHCV7Ko1UrI9BeDkBE9sR4H3lthKyrzLDoa59Qmi0kY+0YENUlF9ltu3UGUAdvA== [email protected]: version "3.5.1" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== dependencies: anymatch "~3.1.1" braces "~3.0.2" glob-parent "~5.1.0" is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" readdirp "~3.5.0" optionalDependencies: fsevents "~2.3.1" chokidar@^3.3.0, chokidar@^3.5.2: version "3.5.3" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== 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" optionalDependencies: fsevents "~2.3.2" chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== chownr@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== ci-info@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/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" cjs-module-lexer@^0.6.0: version "0.6.0" resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== class-utils@^0.3.5: version "0.3.6" resolved "https://registry.npmjs.org/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" [email protected]: version "2.2.6" resolved "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== classnames@^2.2.6, classnames@^2.3.1: version "2.3.2" resolved "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-boxes@^2.2.0: version "2.2.1" resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== cli-cursor@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" integrity sha512-25tABq090YNKkF6JH7lcwO0zFJTRke4Jcq9iX2nr/Sz0Cjjv4gckmwlW6Ty/aoyFd6z3ysR2hMGC2GFugmBo6A== dependencies: restore-cursor "^1.0.1" cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== dependencies: restore-cursor "^2.0.0" cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== dependencies: restore-cursor "^3.1.0" [email protected]: version "0.3.1" resolved "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23" integrity sha512-h/TzJrgwzVV+W6laITBZAxAWfBjX4T0x+LF5XJdS1AzDkXqmraMNnKQ/O/f3AHJKVR85fOglUEdS/B0P1wS7Aw== dependencies: colors "1.0.3" cli-truncate@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/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@^1.0.1: version "1.1.1" resolved "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz#a4d293ef67ebb7b88d4a4d42c0ccf00c4d1e366d" integrity sha512-eMU2akIeEIkCxGXUNmDnJq1KzOIiPnJ+rKqRe6hcxE3vIOPvpMrBYOn/Bl7zNlYJj/zQxXquAnozHUCf9Whnsg== cli-width@^2.0.0: version "2.2.1" resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== cliui@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/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" cliui@^7.0.2, cliui@^7.0.4: version "7.0.4" resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== dependencies: string-width "^4.2.0" strip-ansi "^6.0.0" wrap-ansi "^7.0.0" cliui@^8.0.1: version "8.0.1" resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== dependencies: string-width "^4.2.0" strip-ansi "^6.0.1" wrap-ansi "^7.0.0" [email protected], clone-deep@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== clone@^2.1.2: version "2.1.2" resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== close-with-grace@^1.1.0: version "1.2.0" resolved "https://registry.npmjs.org/close-with-grace/-/close-with-grace-1.2.0.tgz#9af82cc62b40125125e4c772e4dbe3cd8c3ff494" integrity sha512-Xga0jyAb4fX98u5pZAgqlbqHP8cHuy5M3Wto0k0L/36aP2C25Cjp51XfPw3Hz7dNC2L2/hF/PK/KJhO275L+VA== clsx@^1.0.2, clsx@^1.0.4, clsx@^1.1.0: version "1.2.1" resolved "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== [email protected]: version "7.2.1" resolved "https://registry.npmjs.org/cmake-js/-/cmake-js-7.2.1.tgz#757c0d39994121b084bab96290baf115ee7712cd" integrity sha512-AdPSz9cSIJWdKvm0aJgVu3X8i0U3mNTswJkSHzZISqmYVjZk7Td4oDFg0mCBA383wO+9pG5Ix7pEP1CZH9x2BA== dependencies: axios "^1.3.2" debug "^4" fs-extra "^10.1.0" lodash.isplainobject "^4.0.6" memory-stream "^1.0.0" node-api-headers "^0.0.2" npmlog "^6.0.2" rc "^1.2.7" semver "^7.3.8" tar "^6.1.11" url-join "^4.0.1" which "^2.0.2" yargs "^17.6.0" co@^4.6.0: version "4.6.0" resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== code-excerpt@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/code-excerpt/-/code-excerpt-3.0.0.tgz#fcfb6748c03dba8431c19f5474747fad3f250f10" integrity sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw== dependencies: convert-to-spaces "^1.0.1" code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== collect-v8-coverage@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9" integrity sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q== collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw== dependencies: map-visit "^1.0.0" object-visit "^1.0.0" color-convert@^1.9.0: version "1.9.3" resolved "https://registry.npmjs.org/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.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" [email protected]: version "1.1.3" resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== color-name@~1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== color-support@^1.1.0, color-support@^1.1.2, color-support@^1.1.3: version "1.1.3" resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/colorbrewer/-/colorbrewer-1.0.0.tgz#4f97333b969ba7612382be4bc3394b341fb4c8a2" integrity sha512-NZuIOVdErK/C6jDH3jWT/roxWJbJAinMiqEpbuWniKvQAoWdg6lGra3pPrSHvaIf8PlX8wLs/RAC6nULFJbgmg== colorette@^1.2.2: version "1.4.0" resolved "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== colorette@^2.0.16: version "2.0.20" resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== [email protected]: version "1.0.3" resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw== [email protected]: version "1.1.2" resolved "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" integrity sha512-ENwblkFQpqqia6b++zLD/KUWafYlVY/UNnAp7oz7LY7E924wmpye416wBOmvv/HMWzl8gL1kJlfvId/1Dg176w== colors@~0.6.0-1: version "0.6.2" resolved "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc" integrity sha512-OsSVtHK8Ir8r3+Fxw/b4jS1ZLPXkV6ZxDRJQzeD7qo0SqMXWrHDM71DgYzPMHY8SFJ0Ao+nNU2p1MmwdzKqPrw== columnify@^1.5.4: version "1.6.0" resolved "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz#6989531713c9008bb29735e61e37acf5bd553cf3" integrity sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q== dependencies: strip-ansi "^6.0.1" wcwidth "^1.0.0" combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: version "1.0.8" resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream "~1.0.0" [email protected]: version "5.2.1" resolved "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz#c44c32e437a57d7c51157696893c5909e9cec42e" integrity sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg== dependencies: array-back "^3.1.0" find-replace "^3.0.0" lodash.camelcase "^4.3.0" typical "^4.0.0" [email protected]: version "6.1.3" resolved "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.3.tgz#428fa5acde6a838779dfa30e44686f4b6761d957" integrity sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw== dependencies: array-back "^4.0.2" chalk "^2.4.2" table-layout "^1.0.2" typical "^5.2.0" commander@2: version "2.20.3" resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== [email protected]: version "2.12.2" resolved "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555" integrity sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA== commander@^6.2.0: version "6.2.1" resolved "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== commander@~2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz#d121bbae860d9992a3d517ba96f56588e47c6781" integrity sha512-J2wnb6TKniXNOtoHS8TSrG9IOQluPrsmyAJ8oCUJOBmv+uLBCyPYAZkD2jFvw2DCzIXNnISIM01NIvr35TkBMQ== commist@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/commist/-/commist-2.0.0.tgz#09b465b6bc9b0afd167b360c2d2c009cd9422c93" integrity sha512-FOz6gc7VRNFV+SYjGv0ZPfgG1afGqJfKg2/aVtiDP6kF1ZPpo7NvUOGHuVNQ2YgMoCVglEUo0O3WzcD63yczVA== dependencies: leven "^3.1.0" minimist "^1.1.0" commondir@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== compare-func@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3" integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA== dependencies: array-ify "^1.0.0" dot-prop "^5.1.0" component-emitter@^1.2.1, component-emitter@~1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== [email protected]: version "0.0.1" resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== concat-stream@^1.5.0, concat-stream@^1.6.0, concat-stream@^1.6.2: version "1.6.2" resolved "https://registry.npmjs.org/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.npmjs.org/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" config-chain@^1.1.11: version "1.1.13" resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== dependencies: ini "^1.3.4" proto-list "~1.2.1" console-browserify@^1.1.0: version "1.2.0" resolved "https://registry.npmjs.org/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, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== [email protected], constants-browserify@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ== content-disposition@^0.5.3: version "0.5.4" resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== dependencies: safe-buffer "5.2.1" conventional-changelog-angular@^5.0.3: version "5.0.13" resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz#896885d63b914a70d4934b59d2fe7bde1832b28c" integrity sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA== dependencies: compare-func "^2.0.0" q "^1.5.1" conventional-changelog-core@^3.1.6: version "3.2.3" resolved "https://registry.npmjs.org/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-preset-loader@^2.1.1: version "2.3.4" resolved "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c" integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g== conventional-changelog-writer@^4.0.6: version "4.1.0" resolved "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.1.0.tgz#1ca7880b75aa28695ad33312a1f2366f4b12659f" 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" [email protected]: version "1.1.0" resolved "https://registry.npmjs.org/conventional-commit-message/-/conventional-commit-message-1.1.0.tgz#ece8c661a168e983692e1d5a14875acb59510f6a" integrity sha512-Ukx5qtI7U0mdXi0zEaCsIGLp9Wk8YP2Zd5gZOhZ4LXlTjaFR9eQmo+qBH86AZWcHPAIta8p82B/BbCuz8kUkag== dependencies: check-more-types "2.3.0" cz-conventional-changelog "1.1.5" lazy-ass "1.3.0" word-wrap "1.1.0" conventional-commit-types@^2.0.0: version "2.3.0" resolved "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22" integrity sha512-6iB39PrcGYdz0n3z31kj6/Km6mK9hm9oMRhwcLnKxE7WNoeRKZbTAobliKrbYZ5jqyCvtcVEfjCiaEzhL3AVmQ== conventional-commits-filter@^2.0.2, conventional-commits-filter@^2.0.7: version "2.0.7" resolved "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz#f8d9b4f182fce00c9af7139da49365b136c8a0b3" integrity sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA== dependencies: lodash.ismatch "^4.4.0" modify-values "^1.0.0" conventional-commits-parser@^3.0.3: version "3.2.4" resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz#a7d3b77758a202a9b2293d2112a8d8052c740972" integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q== dependencies: JSONStream "^1.0.4" is-text-path "^1.0.1" lodash "^4.17.15" meow "^8.0.0" split2 "^3.0.0" through2 "^4.0.0" conventional-recommended-bump@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/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" [email protected]: version "1.7.0" resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== dependencies: safe-buffer "~5.1.1" 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.9.0" resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== convert-to-spaces@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715" integrity sha512-cj09EBuObp9gZNQCzc7hByQyrs6jVGE+o9kSJmeUoj+GiPiJvi5LYqEH/Hmme4+MTLHM+Ejtq+FChpjjEnsPdQ== cookie@^0.5.0: version "0.5.0" resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== cookie@~0.4.1: version "0.4.2" resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== copy-concurrently@^1.0.0: version "1.0.5" resolved "https://registry.npmjs.org/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.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== core-js-compat@^3.16.0, core-js-compat@^3.16.2: version "3.32.0" resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.0.tgz#f41574b6893ab15ddb0ac1693681bd56c8550a90" integrity sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw== dependencies: browserslist "^4.21.9" core-js@3, core-js@^3.8.3: version "3.32.0" resolved "https://registry.npmjs.org/core-js/-/core-js-3.32.0.tgz#7643d353d899747ab1f8b03d2803b0312a0fb3b6" integrity sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww== [email protected]: version "1.0.2" resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ== core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== cors@~2.8.5: version "2.8.5" resolved "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== dependencies: object-assign "^4" vary "^1" cosmiconfig@^5.1.0: version "5.2.1" resolved "https://registry.npmjs.org/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.npmjs.org/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" cosmiconfig@^7.0.0: version "7.1.0" resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== 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" create-ecdh@^4.0.0: version "4.0.4" resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== dependencies: bn.js "^4.1.0" elliptic "^6.5.3" create-emotion@^10.0.27: version "10.0.27" resolved "https://registry.npmjs.org/create-emotion/-/create-emotion-10.0.27.tgz#cb4fa2db750f6ca6f9a001a33fbf1f6c46789503" integrity sha512-fIK73w82HPPn/RsAij7+Zt8eCE8SptcJ3WoRMfxMtjteYxud8GDTKKld7MYwAX2TVhrw29uR1N/bVGxeStHILg== dependencies: "@emotion/cache" "^10.0.27" "@emotion/serialize" "^0.11.15" "@emotion/sheet" "0.9.4" "@emotion/utils" "0.11.3" create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/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.4, create-hmac@^1.1.7: version "1.1.7" resolved "https://registry.npmjs.org/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" [email protected]: version "7.0.3" resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== dependencies: cross-spawn "^7.0.1" [email protected]: version "3.1.4" resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39" integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ== dependencies: node-fetch "2.6.1" cross-spawn@^6.0.0: version "6.0.5" resolved "https://registry.npmjs.org/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, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" which "^2.0.1" [email protected], crypto-browserify@^3.11.0: version "3.12.0" resolved "https://registry.npmjs.org/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-vendor@^2.0.8: version "2.0.8" resolved "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz#e47f91d3bd3117d49180a3c935e62e3d9f7f449d" integrity sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ== dependencies: "@babel/runtime" "^7.8.3" is-in-browser "^1.0.2" [email protected]: version "1.5.1" resolved "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb" integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg== csscolorparser@~1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz#b34f391eea4da8f3e98231e2ccd8df9c041f171b" integrity sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w== cssnano-preset-simple@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/cssnano-preset-simple/-/cssnano-preset-simple-3.0.2.tgz#5d9d0caf4de7a76319b8716a789bb989a028054c" integrity sha512-7c6EOw3oZshKOZc20Jh+cs2dIKxp0viV043jdal/t1iGVQkoyAQio3rrFWhPgAlkXMu+PRXsslqLhosFTmLhmQ== dependencies: caniuse-lite "^1.0.30001202" [email protected]: version "3.0.0" resolved "https://registry.npmjs.org/cssnano-simple/-/cssnano-simple-3.0.0.tgz#a4b8ccdef4c7084af97e19bc5b93b4ecf211e90f" integrity sha512-oU3ueli5Dtwgh0DyeohcIEE00QVfbPR3HzyXdAl89SfnQG3y0/qcpfLVW+jPIh3/rgMZGwuW96rejZGaYE9eUg== dependencies: cssnano-preset-simple "^3.0.0" cssom@^0.4.4: version "0.4.4" resolved "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== cssom@~0.3.6: version "0.3.8" resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== cssstyle@^2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== dependencies: cssom "~0.3.6" csstype@^2.5.2, csstype@^2.5.7: version "2.6.21" resolved "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e" integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w== csstype@^3.0.2: version "3.1.2" resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" integrity sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng== dependencies: array-find-index "^1.0.1" cyclist@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/cyclist/-/cyclist-1.0.2.tgz#673b5f233bf34d8e602b949429f8171d9121bea3" integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA== [email protected]: version "1.1.5" resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-1.1.5.tgz#0a4d1550c4e2fb6a3aed8f6cd858c21760e119b8" integrity sha512-k9n5N/R+vHP7/MsvGH+3OQRhKNdP5xaOefCdb/N4tmx89uaiHOU+RWT1UtNup8i8/Z+QPRBEfjEHbyufGA0Wvg== dependencies: word-wrap "^1.0.3" [email protected]: version "2.1.0" resolved "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-2.1.0.tgz#2f4bc7390e3244e4df293e6ba351e4c740a7c764" integrity sha512-TMjkSrvju5fPQV+Ho8TIioAgXkly8h3vJ/txiczJrlUaLpgMGA6ssnwquLMWzNZZyCsJK5r4kPgwdohC4UAGmQ== 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" "[email protected] - 2", d3-array@2, d3-array@^2.3.0, d3-array@^2.5.0, d3-array@^2.8.0: version "2.12.1" resolved "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz#e20b41aafcdffdf5d50928004ececf815a465e81" integrity sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ== dependencies: internmap "^1.0.0" d3-array@^1.2.0: version "1.2.4" resolved "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f" integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw== d3-axis@2: version "2.1.0" resolved "https://registry.npmjs.org/d3-axis/-/d3-axis-2.1.0.tgz#978db534092711117d032fad5d733d206307f6a0" integrity sha512-z/G2TQMyuf0X3qP+Mh+2PimoJD41VOCjViJzT0BHeL/+JQAofkiWZbWxlwFGb1N8EN+Cl/CW+MUKbVzr1689Cw== d3-brush@2: version "2.1.0" resolved "https://registry.npmjs.org/d3-brush/-/d3-brush-2.1.0.tgz#adadfbb104e8937af142e9a6e2028326f0471065" integrity sha512-cHLLAFatBATyIKqZOkk/mDHUbzne2B3ZwxkzMHvFTCZCmLaXDpZRihQSn8UNXTkGD/3lb/W2sQz0etAftmHMJQ== dependencies: d3-dispatch "1 - 2" d3-drag "2" d3-interpolate "1 - 2" d3-selection "2" d3-transition "2" d3-chord@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-chord/-/d3-chord-2.0.0.tgz#32491b5665391180560f738e5c1ccd1e3c47ebae" integrity sha512-D5PZb7EDsRNdGU4SsjQyKhja8Zgu+SHZfUSO5Ls8Wsn+jsAKUUGkcshLxMg9HDFxG3KqavGWaWkJ8EpU8ojuig== dependencies: d3-path "1 - 2" d3-collection@1: version "1.0.7" resolved "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e" integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A== d3-color@1: version "1.4.1" resolved "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz#c52002bf8846ada4424d55d97982fef26eb3bc8a" integrity sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q== "d3-color@1 - 2", d3-color@2, d3-color@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/d3-color/-/d3-color-2.0.0.tgz#8d625cab42ed9b8f601a1760a389f7ea9189d62e" integrity sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ== d3-contour@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-contour/-/d3-contour-2.0.0.tgz#80ee834988563e3bea9d99ddde72c0f8c089ea40" integrity sha512-9unAtvIaNk06UwqBmvsdHX7CZ+NPDZnn8TtNH1myW93pWJkhsV25JcgnYAu0Ck5Veb1DHiCv++Ic5uvJ+h50JA== dependencies: d3-array "2" d3-delaunay@5: version "5.3.0" resolved "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz#b47f05c38f854a4e7b3cea80e0bb12e57398772d" integrity sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w== dependencies: delaunator "4" d3-dispatch@1: version "1.0.6" resolved "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz#00d37bcee4dd8cd97729dd893a0ac29caaba5d58" integrity sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA== "d3-dispatch@1 - 2", d3-dispatch@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-2.0.0.tgz#8a18e16f76dd3fcaef42163c97b926aa9b55e7cf" integrity sha512-S/m2VsXI7gAti2pBoLClFFTMOO1HTtT0j99AuXLoGFKO6deHDdnv6ZGTxSTTUTgO1zVcv82fCOtDjYK4EECmWA== d3-drag@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-drag/-/d3-drag-2.0.0.tgz#9eaf046ce9ed1c25c88661911c1d5a4d8eb7ea6d" integrity sha512-g9y9WbMnF5uqB9qKqwIIa/921RYWzlUDv9Jl1/yONQwxbOfszAWTCm8u7HOTgJgRDXiRZN56cHT9pd24dmXs8w== dependencies: d3-dispatch "1 - 2" d3-selection "2" d3-dsv@1, d3-dsv@^1.0.8: version "1.2.0" resolved "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz#9d5f75c3a5f8abd611f74d3f5847b0d4338b885c" integrity sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g== dependencies: commander "2" iconv-lite "0.4" rw "1" "d3-dsv@1 - 2", d3-dsv@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-dsv/-/d3-dsv-2.0.0.tgz#b37b194b6df42da513a120d913ad1be22b5fe7c5" integrity sha512-E+Pn8UJYx9mViuIUkoc93gJGGYut6mSDKy2+XaPwccwkRGlR+LO97L2VCCRjQivTwLHkSnAJG7yo00BWY6QM+w== dependencies: commander "2" iconv-lite "0.4" rw "1" "d3-ease@1 - 2", d3-ease@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-ease/-/d3-ease-2.0.0.tgz#fd1762bfca00dae4bacea504b1d628ff290ac563" integrity sha512-68/n9JWarxXkOWMshcT5IcjbB+agblQUaIsbnXmrzejn2O82n3p2A9R2zEB9HIEFWKFwPAEDDN8gR0VdSAyyAQ== d3-fetch@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-fetch/-/d3-fetch-2.0.0.tgz#ecd7ef2128d9847a3b41b548fec80918d645c064" integrity sha512-TkYv/hjXgCryBeNKiclrwqZH7Nb+GaOwo3Neg24ZVWA3MKB+Rd+BY84Nh6tmNEMcjUik1CSUWjXYndmeO6F7sw== dependencies: d3-dsv "1 - 2" d3-force@2: version "2.1.1" resolved "https://registry.npmjs.org/d3-force/-/d3-force-2.1.1.tgz#f20ccbf1e6c9e80add1926f09b51f686a8bc0937" integrity sha512-nAuHEzBqMvpFVMf9OX75d00OxvOXdxY+xECIXjW6Gv8BRrXu6gAWbv/9XKrvfJ5i5DCokDW7RYE50LRoK092ew== dependencies: d3-dispatch "1 - 2" d3-quadtree "1 - 2" d3-timer "1 - 2" d3-format@1: version "1.4.5" resolved "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz#374f2ba1320e3717eb74a9356c67daee17a7edb4" integrity sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ== "d3-format@1 - 2", d3-format@2, d3-format@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/d3-format/-/d3-format-2.0.0.tgz#a10bcc0f986c372b729ba447382413aabf5b0767" integrity sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA== d3-geo@2: version "2.0.2" resolved "https://registry.npmjs.org/d3-geo/-/d3-geo-2.0.2.tgz#c065c1b71fe8c5f1be657e5f43d9bdd010383c40" integrity sha512-8pM1WGMLGFuhq9S+FpPURxic+gKzjluCD/CHTuUF3mXMeiCo0i6R0tO1s4+GArRFde96SLcW/kOFRjoAosPsFA== dependencies: d3-array "^2.5.0" [email protected]: version "0.3.0" resolved "https://registry.npmjs.org/d3-helpers/-/d3-helpers-0.3.0.tgz#4b31dce4a2121a77336384574d893fbed5fb293d" integrity sha512-uNJ5QRsTW7CdNC6CHX528VwIEzYCC/iFHMQ9ReaDUGA+iiJXHcR2uKobK68FkKSWmNYPxwaUV+9SswjoygF6VA== d3-hexbin@^0.2.1: version "0.2.2" resolved "https://registry.npmjs.org/d3-hexbin/-/d3-hexbin-0.2.2.tgz#9c5837dacfd471ab05337a9e91ef10bfc4f98831" integrity sha512-KS3fUT2ReD4RlGCjvCEm1RgMtp2NFZumdMu4DBzQK8AZv3fXRM6Xm8I4fSU07UXvH4xxg03NwWKWdvxfS/yc4w== d3-hierarchy@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-2.0.0.tgz#dab88a58ca3e7a1bc6cab390e89667fcc6d20218" integrity sha512-SwIdqM3HxQX2214EG9GTjgmCc/mbSx4mQBn+DuEETubhOw6/U3fmnji4uCVrmzOydMHSO1nZle5gh6HB/wdOzw== d3-interpolate@1, d3-interpolate@^1.2.0: version "1.4.0" resolved "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz#526e79e2d80daa383f9e0c1c1c7dcc0f0583e987" integrity sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA== dependencies: d3-color "1" "d3-interpolate@1 - 2", "[email protected] - 2", d3-interpolate@2: version "2.0.1" resolved "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-2.0.1.tgz#98be499cfb8a3b94d4ff616900501a64abc91163" integrity sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ== dependencies: d3-color "1 - 2" "d3-path@1 - 2", d3-path@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-path/-/d3-path-2.0.0.tgz#55d86ac131a0548adae241eebfb56b4582dd09d8" integrity sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA== d3-polygon@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-polygon/-/d3-polygon-2.0.0.tgz#13608ef042fbec625ba1598327564f03c0396d8e" integrity sha512-MsexrCK38cTGermELs0cO1d79DcTsQRN7IWMJKczD/2kBjzNXxLUWP33qRF6VDpiLV/4EI4r6Gs0DAWQkE8pSQ== "d3-quadtree@1 - 2", d3-quadtree@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-2.0.0.tgz#edbad045cef88701f6fee3aee8e93fb332d30f9d" integrity sha512-b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw== d3-random@2: version "2.2.2" resolved "https://registry.npmjs.org/d3-random/-/d3-random-2.2.2.tgz#5eebd209ef4e45a2b362b019c1fb21c2c98cbb6e" integrity sha512-0D9P8TRj6qDAtHhRQn6EfdOtHMfsUWanl3yb/84C4DqpZ+VsgfI5iTVRNRbELCfNvRfpMr8OrqqUTQ6ANGCijw== [email protected]: version "1.0.6" resolved "https://registry.npmjs.org/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-scale-chromatic@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-2.0.0.tgz#c13f3af86685ff91323dc2f0ebd2dabbd72d8bab" integrity sha512-LLqy7dJSL8yDy7NRmf6xSlsFZ6zYvJ4BcWFE4zBrOPnQERv9zj24ohnXKRbyi9YHnYV+HN1oEO3iFK971/gkzA== dependencies: d3-color "1 - 2" d3-interpolate "1 - 2" [email protected]: version "2.2.2" resolved "https://registry.npmjs.org/d3-scale/-/d3-scale-2.2.2.tgz#4e880e0b2745acaaddd3ede26a9e908a9e17b81f" 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" d3-scale@3, d3-scale@^3.2.3: version "3.3.0" resolved "https://registry.npmjs.org/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" [email protected]: version "3.2.1" resolved "https://registry.npmjs.org/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-selection@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-selection/-/d3-selection-2.0.0.tgz#94a11638ea2141b7565f883780dabc7ef6a61066" integrity sha512-XoGGqhLUN/W14NmaqcO/bb1nqjDAw5WtSYb2X8wiuQWvSZUsUVYsOSkOybUrNvcBjaywBdYPy03eXHMXjk9nZA== d3-shape@2: version "2.1.0" resolved "https://registry.npmjs.org/d3-shape/-/d3-shape-2.1.0.tgz#3b6a82ccafbc45de55b57fcf956c584ded3b666f" integrity sha512-PnjUqfM2PpskbSLTJvAzp2Wv4CZsnAgTfcVRTwW03QR3MkXF8Uo7B1y/lWkAsmbKwuecto++4NlsYcvYpXpTHA== dependencies: d3-path "1 - 2" d3-time-format@2: version "2.3.0" resolved "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz#107bdc028667788a8924ba040faf1fbccd5a7850" integrity sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ== dependencies: d3-time "1" "d3-time-format@2 - 3", d3-time-format@3: version "3.0.0" resolved "https://registry.npmjs.org/d3-time-format/-/d3-time-format-3.0.0.tgz#df8056c83659e01f20ac5da5fdeae7c08d5f1bb6" integrity sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag== dependencies: d3-time "1 - 2" d3-time@1: version "1.1.0" resolved "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz#b1e19d307dae9c900b7e5b25ffc5dcc249a8a0f1" integrity sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA== "d3-time@1 - 2", d3-time@2, d3-time@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/d3-time/-/d3-time-2.1.1.tgz#e9d8a8a88691f4548e68ca085e5ff956724a6682" integrity sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ== dependencies: d3-array "2" "d3-timer@1 - 2", d3-timer@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-timer/-/d3-timer-2.0.0.tgz#055edb1d170cfe31ab2da8968deee940b56623e6" integrity sha512-TO4VLh0/420Y/9dO3+f9abDEFYeCUr2WZRlxJvbp4HPTQcSylXNiL6yZa9FIUvV1yRiFufl1bszTCLDqv9PWNA== d3-transition@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-transition/-/d3-transition-2.0.0.tgz#366ef70c22ef88d1e34105f507516991a291c94c" integrity sha512-42ltAGgJesfQE3u9LuuBHNbGrI/AJjNL2OAUdclE70UE6Vy239GCBEYD38uBPoLeNsOhFStGpPI0BAOV+HMxog== dependencies: d3-color "1 - 2" d3-dispatch "1 - 2" d3-ease "1 - 2" d3-interpolate "1 - 2" d3-timer "1 - 2" d3-zoom@2: version "2.0.0" resolved "https://registry.npmjs.org/d3-zoom/-/d3-zoom-2.0.0.tgz#f04d0afd05518becce879d04709c47ecd93fba54" integrity sha512-fFg7aoaEm9/jf+qfstak0IYpnesZLiMX6GZvXtUSdv8RH2o4E2qeelgdU09eKS6wGuiGMfcnMI0nTIqWzRHGpw== dependencies: d3-dispatch "1 - 2" d3-drag "2" d3-interpolate "1 - 2" d3-selection "2" d3-transition "2" [email protected]: version "6.6.2" resolved "https://registry.npmjs.org/d3/-/d3-6.6.2.tgz#5d2133298b7adbf065d8274b77b36b429f6da3ee" integrity sha512-wvC9cZe05bUCo00VFKXLQJWmWhGv0U43Qv0gn+tkl144S7bV22E80Gnp06BEuJVuwVfa6+S8UOfl8H9Ru/cmgA== dependencies: d3-array "2" d3-axis "2" d3-brush "2" d3-chord "2" d3-color "2" d3-contour "2" d3-delaunay "5" d3-dispatch "2" d3-drag "2" d3-dsv "2" d3-ease "2" d3-fetch "2" d3-force "2" d3-format "2" d3-geo "2" d3-hierarchy "2" d3-interpolate "2" d3-path "2" d3-polygon "2" d3-quadtree "2" d3-random "2" d3-scale "3" d3-scale-chromatic "2" d3-selection "2" d3-shape "2" d3-time "2" d3-time-format "3" d3-timer "2" d3-transition "2" d3-zoom "2" dargs@^4.0.1: version "4.1.0" resolved "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" integrity sha512-jyweV/k0rbv2WK4r9KLayuBrSh2Py0tNmV7LBoSMH4hMQyrG8OPyIOWB2VEx4DJKXWmK4lopYMVvORlDt2S8Aw== dependencies: number-is-nan "^1.0.0" dashdash@^1.12.0: version "1.14.1" resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g== dependencies: assert-plus "^1.0.0" [email protected]: version "3.0.1" resolved "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== data-urls@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b" integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== dependencies: abab "^2.0.3" whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" dateformat@^3.0.0: version "3.0.3" resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== debug@2, [email protected], debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" [email protected]: version "3.1.0" resolved "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== dependencies: ms "2.0.0" debug@4, debug@^4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2: version "4.3.4" resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" debug@^3.1.0: version "3.2.7" resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== dependencies: ms "^2.1.1" debuglog@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" integrity sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw== decamelize-keys@^1.0.0, decamelize-keys@^1.1.0: version "1.1.1" resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8" integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== dependencies: decamelize "^1.1.0" map-obj "^1.0.0" decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== decimal.js@^10.2.1: version "10.4.3" resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23" integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA== decode-uri-component@^0.2.0: version "0.2.2" resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== decompress-response@^4.2.0: version "4.2.1" resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz#414023cc7a302da25ce2ec82d0d5238ccafd8986" integrity sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw== dependencies: mimic-response "^2.0.0" dedent@^0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== deep-extend@^0.6.0, deep-extend@~0.6.0: version "0.6.0" resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== deep-is@^0.1.3: version "0.1.4" resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== deepmerge@^4.2.2: version "4.3.1" resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== default-require-extensions@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.1.tgz#bfae00feeaeada68c2ae256c62540f60b80625bd" integrity sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw== dependencies: strip-bom "^4.0.0" defaults@^1.0.3: version "1.0.4" resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== dependencies: clone "^1.0.2" define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== dependencies: has-property-descriptors "^1.0.0" object-keys "^1.1.1" define-property@^0.2.5: version "0.2.5" resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA== dependencies: is-descriptor "^0.1.0" define-property@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA== dependencies: is-descriptor "^1.0.0" define-property@^2.0.2: version "2.0.2" resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== dependencies: is-descriptor "^1.0.2" isobject "^3.0.1" delaunator@4: version "4.0.1" resolved "https://registry.npmjs.org/delaunator/-/delaunator-4.0.1.tgz#3d779687f57919a7a418f8ab947d3bddb6846957" integrity sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag== delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== delegates@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== [email protected]: version "2.0.0" resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== depd@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== deprecation@^2.0.0, deprecation@^2.3.1: version "2.3.1" resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== dequal@^2.0.2, dequal@^2.0.3: version "2.0.3" resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== des.js@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da" integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg== dependencies: inherits "^2.0.1" minimalistic-assert "^1.0.0" destroy@~1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" integrity sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg== detect-indent@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" integrity sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g== detect-libc@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d" integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw== detect-newline@^3.0.0: version "3.1.0" resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== dezalgo@^1.0.0: version "1.0.4" resolved "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz#751235260469084c132157dfa857f386d4c33d81" integrity sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig== dependencies: asap "^2.0.0" wrappy "1" diff-sequences@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== diff@^4.0.1, diff@^4.0.2: version "4.0.2" resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== diffie-hellman@^5.0.0: version "5.0.3" resolved "https://registry.npmjs.org/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.2.2: version "2.2.2" resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== dependencies: path-type "^3.0.0" dir-glob@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== dependencies: path-type "^4.0.0" doctrine@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== dependencies: esutils "^2.0.2" dom-helpers@^3.4.0: version "3.4.0" resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== dependencies: "@babel/runtime" "^7.1.2" dom-helpers@^5.0.1, dom-helpers@^5.2.0, dom-helpers@^5.2.1: version "5.2.1" resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902" integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA== dependencies: "@babel/runtime" "^7.8.7" csstype "^3.0.2" [email protected]: version "4.19.0" resolved "https://registry.npmjs.org/domain-browser/-/domain-browser-4.19.0.tgz#1093e17c0a17dbd521182fe90d49ac1370054af1" integrity sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ== domain-browser@^1.1.1: version "1.2.0" resolved "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== domexception@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304" integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== dependencies: webidl-conversions "^5.0.0" dot-prop@^4.2.0: version "4.2.1" resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4" integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ== dependencies: is-obj "^1.0.0" dot-prop@^5.1.0: version "5.3.0" resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== dependencies: is-obj "^2.0.0" [email protected]: version "8.2.0" resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== dotenv@^16.0.0: version "16.3.1" resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== [email protected]: version "1.4.1" resolved "https://registry.npmjs.org/draco3d/-/draco3d-1.4.1.tgz#2abdcf7b59caaac50f7e189aec454176c57146b2" integrity sha512-9Rxonc70xiovBC+Bq1h57SNZIHzWTibU1VfIGp5z3Xx8dPtv4yT5uGhiH7P5uvJRR2jkrvHafRxR7bTANkvfpg== duplexer@^0.1.1: version "0.1.2" resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== duplexify@^3.4.2, duplexify@^3.6.0: version "3.7.1" resolved "https://registry.npmjs.org/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.2.4: version "2.2.4" resolved "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz#6d02fd4d68160c114825d06890a92ecaae60343a" integrity sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ== ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw== dependencies: jsbn "~0.1.0" safer-buffer "^2.1.0" [email protected]: version "3.0.1" resolved "https://registry.npmjs.org/echarts-for-react/-/echarts-for-react-3.0.1.tgz#cf9de60e468b342c244314be2325e00d765a5137" integrity sha512-9LNcPNT+DH+IwtZlahuXQf7zqCWSnnYqITXtKgLDzoQ7fvotH1xEaFPriASQb+jYqSI9pBdtN5cFneT89wECUg== dependencies: fast-deep-equal "^3.1.3" size-sensor "^1.0.1" [email protected]: version "5.0.2" resolved "https://registry.npmjs.org/echarts/-/echarts-5.0.2.tgz#1726d17a57cf05d62cd0567b4325e1201a56baf6" integrity sha512-En0VYpc96nw2/2AZoBWPHsGi471zMublttj50kfFpYAeR4geup0Tj9iVgEXh7QYZFPnRiruDJEjcB5PXZ+BYzQ== dependencies: tslib "2.0.3" zrender "5.0.4" [email protected]: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.3.723, electron-to-chromium@^1.4.477: version "1.4.487" resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.487.tgz#e2ef8b15f2791bf68fa6f38f2656f1a551d360ae" integrity sha512-XbCRs/34l31np/p33m+5tdBrdXu9jJkZxSbNxj5I0H1KtV2ZMSB+i/HYqDiRzHaFx2T5EdytjoBRe8QRJE2vQg== elliptic@^6.5.3: version "6.5.4" resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" 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" emittery@^0.7.1: version "0.7.2" resolved "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82" integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== emoji-regex@^7.0.1: version "7.0.3" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" integrity sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng== emotion@^10.0.1: version "10.0.27" resolved "https://registry.npmjs.org/emotion/-/emotion-10.0.27.tgz#f9ca5df98630980a23c819a56262560562e5d75e" integrity sha512-2xdDzdWWzue8R8lu4G76uWX5WhyQuzATon9LmNeCy/2BHVC6dsEpfhN1a0qhELgtDVdjyEA6J8Y/VlI5ZnaH0g== dependencies: babel-plugin-emotion "^10.0.27" create-emotion "^10.0.27" encodeurl@~1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== encoding-negotiator@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/encoding-negotiator/-/encoding-negotiator-2.0.1.tgz#79871bb5473b81f6a0670e8de5303fb5ee0868a3" integrity sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ== [email protected], encoding@^0.1.11: version "0.1.13" resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== dependencies: iconv-lite "^0.6.2" end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.4: version "1.4.4" resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== dependencies: once "^1.4.0" engine.io-client@~5.2.0: version "5.2.0" resolved "https://registry.npmjs.org/engine.io-client/-/engine.io-client-5.2.0.tgz#ae38c79a4af16258c0300e6819c0ea8ecc1597cd" integrity sha512-BcIBXGBkT7wKecwnfrSV79G2X5lSUSgeAGgoo60plXf8UsQEvCQww/KMwXSMhVjb98fFYNq20CC5eo8IOAPqsg== dependencies: base64-arraybuffer "0.1.4" component-emitter "~1.3.0" debug "~4.3.1" engine.io-parser "~4.0.1" has-cors "1.1.0" parseqs "0.0.6" parseuri "0.0.6" ws "~7.4.2" xmlhttprequest-ssl "~2.0.0" yeast "0.1.2" engine.io-parser@~4.0.0, engine.io-parser@~4.0.1: version "4.0.3" resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.3.tgz#83d3a17acfd4226f19e721bb22a1ee8f7662d2f6" integrity sha512-xEAAY0msNnESNPc00e19y5heTPX4y/TJ36gr8t1voOaNmTojP9b3oK3BbJLFufW2XFPQaaijpFewm2g2Um3uqA== dependencies: base64-arraybuffer "0.1.4" engine.io-parser@~5.2.1: version "5.2.1" resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz#9f213c77512ff1a6cc0c7a86108a7ffceb16fcfb" integrity sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ== engine.io@~5.1.1: version "5.1.1" resolved "https://registry.npmjs.org/engine.io/-/engine.io-5.1.1.tgz#a1f97e51ddf10cbd4db8b5ff4b165aad3760cdd3" integrity sha512-aMWot7H5aC8L4/T8qMYbLdvKlZOdJTH54FxfdFunTGvhMx1BHkJOntWArsVfgAZVwAO9LC2sryPWRcEeUzCe5w== dependencies: accepts "~1.3.4" base64id "2.0.0" cookie "~0.4.1" cors "~2.8.5" debug "~4.3.1" engine.io-parser "~4.0.0" ws "~7.4.2" engine.io@~6.5.2: version "6.5.2" resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.5.2.tgz#769348ced9d56bd47bd83d308ec1c3375e85937c" integrity sha512-IXsMcGpw/xRfjra46sVZVHiSWo/nJ/3g1337q9KNXtS6YRzbW5yIzTCb9DjhrBe7r3GZQR0I4+nq+4ODk5g/cA== dependencies: "@types/cookie" "^0.4.1" "@types/cors" "^2.8.12" "@types/node" ">=10.0.0" accepts "~1.3.4" base64id "2.0.0" cookie "~0.4.1" cors "~2.8.5" debug "~4.3.1" engine.io-parser "~5.2.1" ws "~8.11.0" enquirer@^2.3.6: version "2.4.1" resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== dependencies: ansi-colors "^4.1.1" strip-ansi "^6.0.1" entities@^4.4.0: version "4.5.0" resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== env-paths@^2.2.0: version "2.2.1" resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== envinfo@^7.3.1: version "7.10.0" resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz#55146e3909cc5fe63c22da63fb15b05aeac35b13" integrity sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw== err-code@^1.0.0: version "1.1.2" resolved "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" integrity sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA== err-code@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/err-code/-/err-code-3.0.1.tgz#a444c7b992705f2b120ee320b09972eef331c920" integrity sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA== error-ex@^1.2.0, error-ex@^1.3.1: version "1.3.2" resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2: version "1.22.1" resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc" integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw== dependencies: array-buffer-byte-length "^1.0.0" arraybuffer.prototype.slice "^1.0.1" available-typed-arrays "^1.0.5" call-bind "^1.0.2" es-set-tostringtag "^2.0.1" es-to-primitive "^1.2.1" function.prototype.name "^1.1.5" get-intrinsic "^1.2.1" get-symbol-description "^1.0.0" globalthis "^1.0.3" gopd "^1.0.1" has "^1.0.3" has-property-descriptors "^1.0.0" has-proto "^1.0.1" has-symbols "^1.0.3" internal-slot "^1.0.5" is-array-buffer "^3.0.2" is-callable "^1.2.7" is-negative-zero "^2.0.2" is-regex "^1.1.4" is-shared-array-buffer "^1.0.2" is-string "^1.0.7" is-typed-array "^1.1.10" is-weakref "^1.0.2" object-inspect "^1.12.3" object-keys "^1.1.1" object.assign "^4.1.4" regexp.prototype.flags "^1.5.0" safe-array-concat "^1.0.0" safe-regex-test "^1.0.0" string.prototype.trim "^1.2.7" string.prototype.trimend "^1.0.6" string.prototype.trimstart "^1.0.6" typed-array-buffer "^1.0.0" typed-array-byte-length "^1.0.0" typed-array-byte-offset "^1.0.0" typed-array-length "^1.0.4" unbox-primitive "^1.0.2" which-typed-array "^1.1.10" es-array-method-boxes-properly@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== es-set-tostringtag@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== dependencies: get-intrinsic "^1.1.3" has "^1.0.3" has-tostringtag "^1.0.0" es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/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" es6-error@^4.0.1: version "4.1.1" resolved "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== es6-object-assign@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c" integrity sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw== es6-promise@^4.0.3: version "4.2.8" resolved "https://registry.npmjs.org/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.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" integrity sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ== dependencies: es6-promise "^4.0.3" escalade@^3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-html@~1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== escape-string-regexp@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== escape-string-regexp@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== escodegen@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== dependencies: esprima "^4.0.1" estraverse "^5.2.0" esutils "^2.0.2" optionalDependencies: source-map "~0.6.1" escodegen@~1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.2.0.tgz#09de7967791cc958b7f89a2ddb6d23451af327e1" integrity sha512-yLy3Cc+zAC0WSmoT2fig3J87TpQ8UaZGx8ahCAs9FL8qNbyV7CVyPKS74DG4bsHiL5ew9sxdYx131OkBQMFnvA== dependencies: esprima "~1.0.4" estraverse "~1.5.0" esutils "~1.0.0" optionalDependencies: source-map "~0.1.30" eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: esrecurse "^4.3.0" estraverse "^4.1.1" eslint-scope@^7.2.0: version "7.2.2" resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1: version "3.4.2" resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f" integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw== [email protected]: version "8.42.0" resolved "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291" integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.4.0" "@eslint/eslintrc" "^2.0.3" "@eslint/js" "8.42.0" "@humanwhocodes/config-array" "^0.11.10" "@humanwhocodes/module-importer" "^1.0.1" "@nodelib/fs.walk" "^1.2.8" ajv "^6.10.0" chalk "^4.0.0" cross-spawn "^7.0.2" debug "^4.3.2" doctrine "^3.0.0" escape-string-regexp "^4.0.0" eslint-scope "^7.2.0" eslint-visitor-keys "^3.4.1" espree "^9.5.2" esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" find-up "^5.0.0" glob-parent "^6.0.2" globals "^13.19.0" graphemer "^1.4.0" ignore "^5.2.0" import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" is-path-inside "^3.0.3" js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" lodash.merge "^4.6.2" minimatch "^3.1.2" natural-compare "^1.4.0" optionator "^0.9.1" strip-ansi "^6.0.1" strip-json-comments "^3.1.0" text-table "^0.2.0" espree@^9.5.2, espree@^9.6.0: version "9.6.1" resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== dependencies: acorn "^8.9.0" acorn-jsx "^5.3.2" eslint-visitor-keys "^3.4.1" esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/esprima/-/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad" integrity sha512-rp5dMKN8zEs9dfi9g0X1ClLmV//WRyk/R15mppFNICIFRG5P92VP7Z04p8pk++gABo9W2tY+kHyu6P1mEHgmTA== esquery@^1.4.2: version "1.5.0" resolved "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== dependencies: estraverse "^5.1.0" esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== dependencies: estraverse "^5.2.0" estraverse@^4.1.1: version "4.3.0" resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== estraverse@^5.1.0, estraverse@^5.2.0: version "5.3.0" resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== estraverse@~1.5.0: version "1.5.1" resolved "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz#867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71" integrity sha512-FpCjJDfmo3vsc/1zKSeqR5k42tcIhxFIlvq+h9j0fO2q/h2uLKyweq7rYJ+0CoVvrGQOxIS5wyBrW/+vF58BUQ== esutils@^2.0.2: version "2.0.3" resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== esutils@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz#8151d358e20c8acc7fb745e7472c0025fe496570" integrity sha512-x/iYH53X3quDwfHRz4y8rn4XcEwwCJeWsul9pF1zldMbGtgOtMNBEOuYWwB1EQlK2LRa1fev3YAgym/RElp5Cg== [email protected], etag@~1.8.1: version "1.8.1" resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== eve@~0.5.1: version "0.5.4" resolved "https://registry.npmjs.org/eve/-/eve-0.5.4.tgz#67d080b9725291d7e389e34c26860dd97f1debaa" integrity sha512-aqprQ9MAOh1t66PrHxDFmMXPlgNO6Uv1uqvxmwjprQV50jaQ2RqO7O1neY4PJwC+hMnkyMDphu2AQPOPZdjQog== event-target-shim@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== eventemitter3@^3.1.0: version "3.1.2" resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== events-to-array@^1.0.1: version "1.1.2" resolved "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz#2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6" integrity sha512-inRWzRY7nG+aXZxBzEqYKB3HPgwflZRopAjDCHv0whhRx+MTUr1ei0ICZUypdyE0HRm4L2d5VEcIqLD6yl+BFA== events@^3.0.0, events@^3.3.0: version "3.3.0" resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/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.6" resolved "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== execa@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/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@^4.0.0, execa@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" 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" exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" integrity sha512-MsG3prOVw1WtLXAZbM3KiYtooKR1LvxHh3VHsVtIy0uiUu8usxgB/94DP2HxtD/661lLdB6yzQ09lGJSQr6nkg== exit@^0.1.2: version "0.1.2" resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA== 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" expect@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417" 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" expression-eval@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== dependencies: is-extendable "^0.1.0" extend-shallow@^3.0.0, extend-shallow@^3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q== dependencies: assign-symbols "^1.0.0" is-extendable "^1.0.1" extend@~3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== external-editor@^2.0.4: version "2.2.0" resolved "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5" integrity sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A== dependencies: chardet "^0.4.0" iconv-lite "^0.4.17" tmp "^0.0.33" external-editor@^3.0.3: version "3.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/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" [email protected]: version "1.3.0" resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g== extsprintf@^1.2.0: version "1.4.1" resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== fast-content-type-parse@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c" integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA== fast-decode-uri-component@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543" integrity sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg== fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-glob@^2.2.6: version "2.2.7" resolved "https://registry.npmjs.org/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.2.9: version "3.3.1" resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== 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" fast-json-parse@^1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== [email protected], fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== fast-json-stringify@^2.5.2: version "2.7.13" resolved "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-2.7.13.tgz#277aa86c2acba4d9851bd6108ed657aa327ed8c0" integrity sha512-ar+hQ4+OIurUGjSJD1anvYSDcUflywhKjfxnsW4TBTD7+u0tJufv6DKRWoQk3vI6YBOWMoz0TQtfbe7dxbQmvA== dependencies: ajv "^6.11.0" deepmerge "^4.2.2" rfdc "^1.2.0" string-similarity "^4.0.1" fast-json-stringify@^5.7.0: version "5.8.0" resolved "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.8.0.tgz#b229ed01ac5f92f3b82001a916c31324652f46d7" integrity sha512-VVwK8CFMSALIvt14U8AvrSzQAwN/0vaVRiFFUVlpnXSnDGrSkOAO5MtzyN8oQNjLd5AqTW5OZRgyjoNuAuR3jQ== dependencies: "@fastify/deepmerge" "^1.0.0" ajv "^8.10.0" ajv-formats "^2.1.1" fast-deep-equal "^3.1.3" fast-uri "^2.1.0" rfdc "^1.2.0" fast-levenshtein@^2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fast-querystring@^1.0.0: version "1.1.2" resolved "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz#a6d24937b4fc6f791b4ee31dcb6f53aeafb89f53" integrity sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg== dependencies: fast-decode-uri-component "^1.0.1" fast-redact@^3.0.0, fast-redact@^3.1.1: version "3.3.0" resolved "https://registry.npmjs.org/fast-redact/-/fast-redact-3.3.0.tgz#7c83ce3a7be4898241a46560d51de10f653f7634" integrity sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ== fast-safe-stringify@^2.0.8: version "2.1.1" resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== fast-uri@^2.0.0, fast-uri@^2.1.0: version "2.2.0" resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-2.2.0.tgz#519a0f849bef714aad10e9753d69d8f758f7445a" integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/fastify-arrow/-/fastify-arrow-1.0.0.tgz#49435f441bae61ace524dc0395b620f1cdffe167" integrity sha512-5IWTaS7g8YI03eEk+X/LfsISI860fLDquzUn435dEoWcbxCplCm1k6vOdLZZxF+QPMotFkvY9Oh0rOOKjK7EEQ== dependencies: "@fastify/multipart" "^6.0.0" apache-arrow "^8.0.0" fastify-plugin "^3.0.1" ix "^4.5.2" fastify-cli@^3.0.1: version "3.1.0" resolved "https://registry.npmjs.org/fastify-cli/-/fastify-cli-3.1.0.tgz#6115255cd0fbefa120bd3260da3a46e319c4fd41" integrity sha512-oGm5L2ugU0dV7MZ+wHcu91II3hfBdQSdhZzBTKC5wiIOJKtgWdFTlhY2qsmgKYVH2MtbAIx4WPS49lwmWEZy+w== dependencies: chalk "^4.1.2" chokidar "^3.5.2" close-with-grace "^1.1.0" commist "^2.0.0" dotenv "^16.0.0" fastify "^3.0.0" generify "^4.0.0" help-me "^3.0.0" is-docker "^2.0.0" make-promises-safe "^5.1.0" pino-colada "^2.2.2" pkg-up "^3.1.0" pump "^3.0.0" resolve-from "^5.0.0" semver "^7.3.5" split2 "^4.1.0" yargs-parser "^20.0.0" fastify-error@^0.3.0: version "0.3.1" resolved "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2" integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ== [email protected]: version "6.0.0" resolved "https://registry.npmjs.org/fastify-nextjs/-/fastify-nextjs-6.0.0.tgz#85848de80dd83d3ce0a058e9ec757091bb80b574" integrity sha512-57lS13W4K5kymq8LsnGeYT37zSAMGkEeZaiKGY8CiiMulPmDwain1xK9WG/ELizpxHzhYVj9vTnITdGU3gWO6Q== dependencies: fastify-plugin "^3.0.0" under-pressure "^5.4.0" [email protected]: version "3.0.0" resolved "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca" integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w== fastify-plugin@^3.0.0, fastify-plugin@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2" integrity sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA== fastify-plugin@^4.0.0: version "4.5.1" resolved "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== [email protected]: version "2.0.0" resolved "https://registry.npmjs.org/fastify-socket.io/-/fastify-socket.io-2.0.0.tgz#c31f5a94241d037c8db89064663989582e6c6e45" integrity sha512-jhIUZS+WkaA1oSktliEUix2nnX5bxNBae5wgplIwBOBRww8w7zEq/8NoNLBH8eOv6xsl8d6LKRzAfnQypNwoWg== dependencies: fastify-plugin "^3.0.0" socket.io "^4.0.1" [email protected]: version "4.2.3" resolved "https://registry.npmjs.org/fastify-static/-/fastify-static-4.2.3.tgz#dc1876f3f876bbc78afd68ef8edae08752ed3e28" integrity sha512-uFRgwYXZwLKyaMrByf10efO+HTjAPqyQOlUthoGljQKGCfbwUeTeE7EHadsDWeN7NMeqBE617RamVh9uqatuUw== dependencies: content-disposition "^0.5.3" encoding-negotiator "^2.0.1" fastify-plugin "^3.0.0" glob "^7.1.4" readable-stream "^3.4.0" send "^0.17.1" [email protected]: version "4.4.1" resolved "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.1.tgz#8df79f379a96f58593811da522b769b72f9b8f3e" integrity sha512-l8l/iVwDUaqonRZRr7XWkWnre2WWAAvhehdyDjHL6MIsJBEEa+HGg0SfnwF5NHxjXU0mGjdxz73ocvic9F8JlA== dependencies: content-disposition "^0.5.3" encoding-negotiator "^2.0.1" fastify-plugin "^3.0.0" glob "^7.1.4" p-limit "^3.1.0" readable-stream "^3.4.0" send "^0.17.1" fastify-warning@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f" integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw== [email protected]: version "3.20.2" resolved "https://registry.npmjs.org/fastify/-/fastify-3.20.2.tgz#99a5a2b4b4a8c468dfae245219af053b12c5fe55" integrity sha512-POvayPpbyvkE/wHQquQsNwIgYKVRz7HhCXYJyzUuWEN3kch7/QeI+/azQCjS6+XHiHZPWQwrBKjJB9FBdJHrgA== dependencies: "@fastify/ajv-compiler" "^1.0.0" abstract-logging "^2.0.0" avvio "^7.1.2" fast-json-stringify "^2.5.2" fastify-error "^0.3.0" fastify-warning "^0.2.0" find-my-way "^4.1.0" flatstr "^1.0.12" light-my-request "^4.2.0" pino "^6.13.0" proxy-addr "^2.0.7" readable-stream "^3.4.0" rfdc "^1.1.4" secure-json-parse "^2.0.0" semver "^7.3.2" tiny-lru "^7.0.0" fastify@^3.0.0: version "3.29.5" resolved "https://registry.npmjs.org/fastify/-/fastify-3.29.5.tgz#a219af4223c6071eef46f3b98aee3f39f47a8c88" integrity sha512-FBDgb1gkenZxxh4sTD6AdI6mFnZnsgckpjIXzIvfLSYCa4isfQeD8QWGPib63dxq6btnY0l1j8I0xYhMvUb+sw== dependencies: "@fastify/ajv-compiler" "^1.0.0" "@fastify/error" "^2.0.0" abstract-logging "^2.0.0" avvio "^7.1.2" fast-content-type-parse "^1.0.0" fast-json-stringify "^2.5.2" find-my-way "^4.5.0" flatstr "^1.0.12" light-my-request "^4.2.0" pino "^6.13.0" process-warning "^1.0.0" proxy-addr "^2.0.7" rfdc "^1.1.4" secure-json-parse "^2.0.0" semver "^7.3.2" tiny-lru "^8.0.1" fastify@^4.0.0: version "4.21.0" resolved "https://registry.npmjs.org/fastify/-/fastify-4.21.0.tgz#82f4272310c0fb7733a1a70605c57bdd1de938f2" integrity sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.2.0" "@fastify/fast-json-stringify-compiler" "^4.3.0" abstract-logging "^2.0.1" avvio "^8.2.1" fast-content-type-parse "^1.0.0" fast-json-stringify "^5.7.0" find-my-way "^7.6.0" light-my-request "^5.9.1" pino "^8.12.0" process-warning "^2.2.0" proxy-addr "^2.0.7" rfdc "^1.3.0" secure-json-parse "^2.5.0" semver "^7.5.0" tiny-lru "^11.0.1" fastq@^1.6.0, fastq@^1.6.1: version "1.15.0" resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== dependencies: reusify "^1.0.4" fb-watchman@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c" integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== dependencies: bser "2.1.1" [email protected]: version "0.2.0" resolved "https://registry.npmjs.org/fetch-readablestream/-/fetch-readablestream-0.2.0.tgz#eaa6d1a76b12de2d4731a343393c6ccdcfe2c795" integrity sha512-qu4mXWf4wus4idBIN/kVH+XSer8IZ9CwHP+Pd7DL7TuKNC1hP7ykon4kkBjwJF3EMX2WsFp4hH7gU7CyL7ucXw== figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: version "3.5.2" resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== figures@^1.3.5: version "1.7.0" resolved "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" integrity sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ== dependencies: escape-string-regexp "^1.0.5" object-assign "^4.1.0" figures@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" integrity sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA== dependencies: escape-string-regexp "^1.0.5" file-entry-cache@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== dependencies: flat-cache "^3.0.4" [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== fill-range@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ== 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.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range "^5.0.1" filter-obj@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" integrity sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ== [email protected]: version "3.3.1" resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880" integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== dependencies: commondir "^1.0.1" make-dir "^3.0.2" pkg-dir "^4.1.0" find-cache-dir@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/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.2.0: version "3.3.2" resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== dependencies: commondir "^1.0.1" make-dir "^3.0.2" pkg-dir "^4.1.0" [email protected]: version "1.1.0" resolved "https://registry.npmjs.org/find-java-home/-/find-java-home-1.1.0.tgz#ec3e00c9028b8bc538d8154f52008c88ae69d55d" integrity sha512-bSTCKNZ193UM/+ZZoNDzICAEHcVywovkhsWCkZALjCvRXQ+zXTe/XATrrP4CpxkaP6YFhQJOpyRpH0P2U/woDA== dependencies: which "~1.0.5" winreg "~1.2.2" find-my-way@^4.1.0, find-my-way@^4.5.0: version "4.5.1" resolved "https://registry.npmjs.org/find-my-way/-/find-my-way-4.5.1.tgz#758e959194b90aea0270db18fff75e2fceb2239f" integrity sha512-kE0u7sGoUFbMXcOG/xpkmz4sRLCklERnBcg7Ftuu1iAxsfEt2S46RLJ3Sq7vshsEy2wJT2hZxE58XZK27qa8kg== dependencies: fast-decode-uri-component "^1.0.1" fast-deep-equal "^3.1.3" safe-regex2 "^2.0.0" semver-store "^0.3.0" find-my-way@^7.6.0: version "7.6.2" resolved "https://registry.npmjs.org/find-my-way/-/find-my-way-7.6.2.tgz#4dd40200d3536aeef5c7342b10028e04cf79146c" integrity sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw== dependencies: fast-deep-equal "^3.1.3" fast-querystring "^1.0.0" safe-regex2 "^2.0.0" find-parent-dir@^0.3.0: version "0.3.1" resolved "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.1.tgz#c5c385b96858c3351f95d446cab866cbf9f11125" integrity sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A== find-replace@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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: version "1.1.0" resolved "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== [email protected], find-up@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== dependencies: locate-path "^2.0.0" find-up@^1.0.0: version "1.1.2" resolved "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" integrity sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA== dependencies: path-exists "^2.0.0" pinkie-promise "^2.0.0" find-up@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== dependencies: locate-path "^3.0.0" find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/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-up@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: locate-path "^6.0.0" path-exists "^4.0.0" findit@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/findit/-/findit-2.0.0.tgz#6509f0126af4c178551cfa99394e032e13a4d56e" integrity sha512-ENZS237/Hr8bjczn5eKuBohLgaD0JyUd0arxretR1f9RO46vZHA1b2y0VorgGV3WaOT3c+78P8h7v4JGJ1i/rg== [email protected]: version "0.1.5" resolved "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz#8ad929a3393bac627957a7e5de4623b06b0e2ceb" integrity sha512-Udxo3C9A6alt2GZ2MNsgnIvX7De0V3VGxeP/x98NSVgSlizcDHdmJza61LI7zJy4OEtSiJyE72s0/+tBl5/ZxA== dependencies: colors "~0.6.0-1" commander "~2.1.0" flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== dependencies: flatted "^3.1.0" rimraf "^3.0.2" [email protected]: version "2.0.4" resolved "https://registry.npmjs.org/flatbuffers/-/flatbuffers-2.0.4.tgz#034456e29ec480de48bad34f7fc18c03f20c9768" integrity sha512-4rUFVDPjSoP0tOII34oQf+72NKU7E088U5oX7kwICahft0UB2kOQ9wUzzCp+OHxByERIfxRDCgX5mP8Pjkfl0g== flatstr@^1.0.12: version "1.0.12" resolved "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz#c2ba6a08173edbb6c9640e3055b95e287ceb5931" integrity sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw== flatted@^3.1.0: version "3.2.7" resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== flush-write-stream@^1.0.0: version "1.1.1" resolved "https://registry.npmjs.org/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" follow-redirects@^1.14.4, follow-redirects@^1.15.0: version "1.15.2" resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== for-each@^0.3.3: version "0.3.3" resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== dependencies: is-callable "^1.1.3" for-in@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== foreground-child@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53" integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== dependencies: cross-spawn "^7.0.0" signal-exit "^3.0.2" forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== form-data@^2.2.0: version "2.5.1" resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4" integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA== dependencies: asynckit "^0.4.0" combined-stream "^1.0.6" mime-types "^2.1.12" form-data@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" mime-types "^2.1.12" form-data@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" mime-types "^2.1.12" form-data@~2.3.2: version "2.3.3" resolved "https://registry.npmjs.org/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" [email protected], forwarded@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== fragment-cache@^0.2.1: version "0.2.1" resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA== dependencies: map-cache "^0.2.2" [email protected]: version "0.5.2" resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== from2@^2.1.0: version "2.3.0" resolved "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g== dependencies: inherits "^2.0.1" readable-stream "^2.0.0" fromentries@^1.2.0: version "1.3.2" resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a" integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== fs-exists-cached@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz#cf25554ca050dc49ae6656b41de42258989dcbce" integrity sha512-kSxoARUDn4F2RPXX48UXnaFKwVU7Ivd/6qpzZL29MCDmr9sTvybv4gFCp+qaI4fM9m0z9fgz/yJvi56GAz+BZg== fs-extra@^10.1.0: version "10.1.0" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" universalify "^2.0.0" fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/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.7: version "1.2.7" resolved "https://registry.npmjs.org/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.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass "^3.0.0" fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" integrity sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA== 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.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@^2.1.2, fsevents@~2.3.1, fsevents@~2.3.2: version "2.3.2" resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== function-bind@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== function-loop@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/function-loop/-/function-loop-2.0.1.tgz#799c56ced01698cf12a1b80e4802e9dafc2ebada" integrity sha512-ktIR+O6i/4h+j/ZhZJNdzeI4i9lEPeEK6UPR2EVyTVBqOwcU3Za9xYKLH64ZR9HmcROyRrOkizNyjjtWJzDDkQ== function.prototype.name@^1.1.5: version "1.1.5" resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" 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" functions-have-names@^1.2.2, functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== gauge@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== 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 "^4.2.3" strip-ansi "^6.0.1" wide-align "^1.1.2" gauge@^4.0.3: version "4.0.4" resolved "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce" integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== dependencies: aproba "^1.0.3 || ^2.0.0" color-support "^1.1.3" console-control-strings "^1.1.0" has-unicode "^2.0.1" signal-exit "^3.0.7" string-width "^4.2.3" strip-ansi "^6.0.1" wide-align "^1.1.5" gauge@~2.7.3: version "2.7.4" resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" integrity sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg== 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" generify@^4.0.0: version "4.2.0" resolved "https://registry.npmjs.org/generify/-/generify-4.2.0.tgz#19416c3e956a5ec3c6f205ddeaf261e1f258a97b" integrity sha512-b4cVhbPfbgbCZtK0dcUc1lASitXGEAIqukV5DDAyWm25fomWnV+C+a1yXvqikcRZXHN2j0pSDyj3cTfzq8pC7Q== dependencies: isbinaryfile "^4.0.2" pump "^3.0.0" split2 "^3.0.0" walker "^1.0.6" genfun@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== geojson-vt@^3.2.1: version "3.2.1" resolved "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz#f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7" integrity sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg== [email protected]: version "2.0.22" resolved "https://registry.npmjs.org/geolib/-/geolib-2.0.22.tgz#d74e96ebea2e0049ef48077c1cd1214063e27200" integrity sha512-OeEHWT5S9cSVCiAoN1PKCShucT+rzQFoUq2P7u7Y/FdD9IIYqZhShAjUWVabYnqQgO9rhT/jxDi0PST7U6Jplg== get-browser-rtc@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/get-browser-rtc/-/get-browser-rtc-1.1.0.tgz#d1494e299b00f33fc8e9d6d3343ba4ba99711a2c" integrity sha512-MghbMJ61EJrRsDe7w1Bvqt3ZsBuqhce5nrn/XAwgwOXhcsz53/ltdxOse1h/8eKXj5slzxdsz56g5rzOFSGwfQ== get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== dependencies: function-bind "^1.1.1" has "^1.0.3" has-proto "^1.0.1" has-symbols "^1.0.3" [email protected]: version "1.1.2" resolved "https://registry.npmjs.org/get-orientation/-/get-orientation-1.1.2.tgz#20507928951814f8a91ded0a0e67b29dfab98947" integrity sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ== dependencies: stream-parser "^0.3.1" get-own-enumerable-property-symbols@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== get-pkg-repo@^1.0.0: version "1.4.0" resolved "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d" integrity sha512-xPCyvcEOxCJDxhBfXDNH+zA7mIRGb2aY1gIUJWsZkpJbp1BLHl+/Sycg26Dv+ZbZAJkO61tzbBtqHUi30NGBvg== 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@^3.1.0: version "3.2.0" resolved "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" integrity sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg== get-port@^4.2.0: version "4.2.0" resolved "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== get-stdin@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw== get-stream@^4.0.0, get-stream@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/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.2.0" resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== dependencies: pump "^3.0.0" get-stream@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== get-symbol-description@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== dependencies: call-bind "^1.0.2" get-intrinsic "^1.1.1" get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA== [email protected]: version "3.2.1" resolved "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz#0134d1f4e00eb46144c5a9c0ac4dc087cbb27dc5" integrity sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q== dependencies: async "^3.2.0" getpass@^0.1.1: version "0.1.7" resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng== dependencies: assert-plus "^1.0.0" [email protected]: version "2.4.2" resolved "https://registry.npmjs.org/ggit/-/ggit-2.4.2.tgz#38fbddfffd2faab98e29f8a15e12d59a6557abbc" integrity sha512-4pltyhG4cjVT1Nqs9pq8Iykc/lTibc4LKRUAxszA9+OgwpfGhbsFgzhtyXwh5AbiWZrBa87nIHzyVGlJoT4nCw== dependencies: always-error "1.0.0" bluebird "3.5.1" chdir-promise "0.6.2" check-more-types "2.24.0" cli-table "0.3.1" colors "1.1.2" commander "2.12.2" d3-helpers "0.3.0" debug "3.1.0" find-up "2.1.0" glob "7.1.2" lazy-ass "1.6.0" lodash "4.17.4" moment "2.19.3" moment-timezone "0.5.14" optimist "0.6.1" pluralize "7.0.0" q "2.0.3" quote "0.4.0" ramda "0.25.0" semver "5.4.1" [email protected]: version "2.0.0" resolved "https://registry.npmjs.org/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-remote-origin-url@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" integrity sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw== dependencies: gitconfiglocal "^1.0.0" pify "^2.3.0" git-semver-tags@^2.0.3: version "2.0.3" resolved "https://registry.npmjs.org/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-up@^4.0.0: version "4.0.5" resolved "https://registry.npmjs.org/git-up/-/git-up-4.0.5.tgz#e7bb70981a37ea2fb8fe049669800a1f9a01d759" integrity sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA== dependencies: is-ssh "^1.3.0" parse-url "^6.0.0" git-url-parse@^11.1.2: version "11.6.0" resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.6.0.tgz#c634b8de7faa66498a2b88932df31702c67df605" integrity sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g== dependencies: git-up "^4.0.0" gitconfiglocal@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" integrity sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ== dependencies: ini "^1.3.2" [email protected], gl-matrix@^3.0.0, gl-matrix@^3.4.0, gl-matrix@^3.4.3: version "3.4.3" resolved "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz#fc1191e8320009fd4d20e9339595c6041ddc22c9" integrity sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA== glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA== dependencies: is-glob "^3.1.0" path-dirname "^1.0.0" glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" glob-parent@^6.0.2: version "6.0.2" resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== dependencies: is-glob "^4.0.3" glob-to-regexp@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" integrity sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig== glob-to-regexp@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== [email protected]: version "7.1.2" resolved "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== 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" [email protected]: version "7.1.6" resolved "https://registry.npmjs.org/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" glob@^7.0.0, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3: version "7.2.3" resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" inherits "2" minimatch "^3.1.1" once "^1.3.0" path-is-absolute "^1.0.0" global-prefix@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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" globals@^11.1.0: version "11.12.0" resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.19.0: version "13.20.0" resolved "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82" integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== dependencies: type-fest "^0.20.2" globalthis@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== dependencies: define-properties "^1.1.3" globby@^11.1.0: version "11.1.0" resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== dependencies: array-union "^2.1.0" dir-glob "^3.0.1" fast-glob "^3.2.9" ignore "^5.2.0" merge2 "^1.4.1" slash "^3.0.0" globby@^9.2.0: version "9.2.0" resolved "https://registry.npmjs.org/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" gopd@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== dependencies: get-intrinsic "^1.1.3" graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: version "4.2.11" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== grapheme-splitter@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== graphemer@^1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== growly@^1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw== h3-js@^3.7.0: version "3.7.2" resolved "https://registry.npmjs.org/h3-js/-/h3-js-3.7.2.tgz#61d4feb7bb42868ca9cdb2d5cf9d9dda94f9e5a3" integrity sha512-LPjlHSwB9zQZrMqKloCZmmmt3yZzIK7nqPcXqwU93zT3TtYG6jP4tZBzAPouxut7lLjdFbMQ75wRBiKfpsnY7w== hammerjs@^2.0.8: version "2.0.8" resolved "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1" integrity sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ== handlebars@^4.7.6: version "4.7.8" resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== dependencies: minimist "^1.2.5" neo-async "^2.6.2" source-map "^0.6.1" wordwrap "^1.0.0" optionalDependencies: uglify-js "^3.1.4" har-schema@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q== har-validator@~5.1.3: version "5.1.5" resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== dependencies: ajv "^6.12.3" har-schema "^2.0.0" hard-rejection@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== has-ansi@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg== dependencies: ansi-regex "^2.0.0" has-bigints@^1.0.1, has-bigints@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== [email protected]: version "1.1.0" resolved "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39" integrity sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA== has-flag@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== has-flag@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-property-descriptors@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== dependencies: get-intrinsic "^1.1.1" has-proto@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== has-tostringtag@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== dependencies: has-symbols "^1.0.2" has-unicode@^2.0.0, has-unicode@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== has-value@^0.3.1: version "0.3.1" resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q== 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.npmjs.org/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw== 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.npmjs.org/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ== has-values@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ== dependencies: is-number "^3.0.0" kind-of "^4.0.0" has@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/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.1.0" resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== dependencies: inherits "^2.0.4" readable-stream "^3.6.0" safe-buffer "^5.2.0" hash.js@^1.0.0, hash.js@^1.0.3: version "1.1.7" resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== dependencies: inherits "^2.0.3" minimalistic-assert "^1.0.1" hasha@^5.0.0: version "5.2.2" resolved "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1" integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ== dependencies: is-stream "^2.0.0" type-fest "^0.8.0" [email protected]: version "1.0.12" resolved "https://registry.npmjs.org/hdbscanjs/-/hdbscanjs-1.0.12.tgz#8ccde4993954bdc6751d894c10371c57ac446ec1" integrity sha512-gns07bjMQRBP3YXcqOuHtlymqnVhqwfrb1SRG7KZp7sViapPV4B6Wf4Q3sQGbelbPzjqtSZJ7HtVvMFdShP/mg== dependencies: geolib "2.0.22" [email protected]: version "1.2.0" resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== help-me@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/help-me/-/help-me-3.0.0.tgz#9803c81b5f346ad2bce2c6a0ba01b82257d319e8" integrity sha512-hx73jClhyk910sidBB7ERlnhMlFsJJIBqSVMFDwPN8o2v9nmp5KgLq1Xz1Bf1fCMMZ6mPrX159iG0VLy/fPMtQ== dependencies: glob "^7.1.6" readable-stream "^3.6.0" hexoid@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz#ad10c6573fb907de23d9ec63a711267d9dc9bc18" integrity sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g== hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg== dependencies: hash.js "^1.0.3" minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: version "3.3.2" resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0" hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: version "2.8.9" resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== hosted-git-info@^4.0.1: version "4.1.0" resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224" integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== dependencies: lru-cache "^6.0.0" [email protected]: version "0.1.3" resolved "https://registry.npmjs.org/hr/-/hr-0.1.3.tgz#d9aa30f5929dabfd0b65ba395938a3e184dbcafe" integrity sha512-/ESbNMmBUOiMb4ibd73ArxjuzkRviEzFtFLG0eVYjMMBNkSibEX1oOEDL31InrfhHTpTsMg0Q5atOxQHrN6mpw== html-encoding-sniffer@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3" integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== dependencies: whatwg-encoding "^1.0.5" html-escaper@^2.0.0: version "2.0.2" resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== http-basic@^8.1.1: version "8.1.3" resolved "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz#a7cabee7526869b9b710136970805b1004261bbf" integrity sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw== dependencies: caseless "^0.12.0" concat-stream "^1.6.2" http-response-object "^3.0.1" parse-cache-control "^1.0.1" http-cache-semantics@^3.8.1: version "3.8.1" resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== [email protected]: version "1.7.3" resolved "https://registry.npmjs.org/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" [email protected]: version "1.8.1" resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== dependencies: depd "~1.1.2" inherits "2.0.4" setprototypeof "1.2.0" statuses ">= 1.5.0 < 2" toidentifier "1.0.1" http-errors@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== dependencies: depd "2.0.0" inherits "2.0.4" setprototypeof "1.2.0" statuses "2.0.1" toidentifier "1.0.1" http-proxy-agent@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/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-proxy-agent@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== dependencies: "@tootallnate/once" "1" agent-base "6" debug "4" http-response-object@^3.0.1: version "3.0.2" resolved "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz#7f435bb210454e4360d074ef1f989d5ea8aa9810" integrity sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA== dependencies: "@types/node" "^10.0.3" http-signature@~1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ== dependencies: assert-plus "^1.0.0" jsprim "^1.2.2" sshpk "^1.7.0" [email protected], https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg== https-proxy-agent@^2.2.3: version "2.2.4" resolved "https://registry.npmjs.org/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" https-proxy-agent@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== dependencies: agent-base "6" debug "4" human-signals@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== dependencies: ms "^2.0.0" hyphenate-style-name@^1.0.3: version "1.0.4" resolved "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d" integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ== [email protected], [email protected], iconv-lite@^0.4.17, iconv-lite@^0.4.24: version "0.4.24" resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" iconv-lite@^0.6.2: version "0.6.3" resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== dependencies: safer-buffer ">= 2.1.2 < 3.0.0" ieee754@^1.1.12, ieee754@^1.1.4, ieee754@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== iferr@^0.1.5: version "0.1.5" resolved "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" integrity sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA== ignore-walk@^3.0.1: version "3.0.4" resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== dependencies: minimatch "^3.0.4" ignore@^4.0.3: version "4.0.6" resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== ignore@^5.2.0: version "5.2.4" resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/image-size/-/image-size-1.0.0.tgz#58b31fe4743b1cec0a0ac26f5c914d3c5b2f0750" integrity sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw== dependencies: queue "6.0.2" image-size@^0.7.4: version "0.7.5" resolved "https://registry.npmjs.org/image-size/-/image-size-0.7.5.tgz#269f357cf5797cb44683dfa99790e54c705ead04" integrity sha512-Hiyv+mXHfFEP7LzUL/llg9RwFxxY+o9N3JVLIeG5E7iFIFAalxvRU9UZthBdYDEVnzHMgjnKJPPpay5BWf1g9g== immutable@^3.8.2: version "3.8.2" resolved "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" integrity sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg== import-fresh@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" integrity sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg== dependencies: caller-path "^2.0.0" resolve-from "^3.0.0" import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== dependencies: parent-module "^1.0.0" resolve-from "^4.0.0" import-local@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/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.1.0" resolved "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== dependencies: pkg-dir "^4.2.0" resolve-cwd "^3.0.0" imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== indent-string@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" integrity sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg== dependencies: repeating "^2.0.0" indent-string@^3.0.0: version "3.2.0" resolved "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" integrity sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ== indent-string@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== infer-owner@^1.0.3, infer-owner@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== inflight@^1.0.4: version "1.0.6" resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== dependencies: once "^1.3.0" wrappy "1" inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4: version "2.0.4" resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== [email protected]: version "2.0.1" resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" integrity sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA== [email protected]: version "2.0.3" resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: version "1.3.8" resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== init-package-json@^1.10.3: version "1.10.3" resolved "https://registry.npmjs.org/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" ink@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/ink/-/ink-3.2.0.tgz#434793630dc57d611c8fe8fffa1db6b56f1a16bb" integrity sha512-firNp1q3xxTzoItj/eOOSZQnYSlyrWks5llCTVX37nJ59K3eXbQ8PtzCguqo8YI19EELo5QxaKnJd4VxzhU8tg== dependencies: ansi-escapes "^4.2.1" auto-bind "4.0.0" chalk "^4.1.0" cli-boxes "^2.2.0" cli-cursor "^3.1.0" cli-truncate "^2.1.0" code-excerpt "^3.0.0" indent-string "^4.0.0" is-ci "^2.0.0" lodash "^4.17.20" patch-console "^1.0.0" react-devtools-core "^4.19.1" react-reconciler "^0.26.2" scheduler "^0.20.2" signal-exit "^3.0.2" slice-ansi "^3.0.0" stack-utils "^2.0.2" string-width "^4.2.2" type-fest "^0.12.0" widest-line "^3.1.0" wrap-ansi "^6.2.0" ws "^7.5.5" yoga-layout-prebuilt "^1.9.6" [email protected]: version "0.2.2" resolved "https://registry.npmjs.org/inquirer-confirm/-/inquirer-confirm-0.2.2.tgz#6f406d037bf9d9e455ef0f953929f357fe9a8848" integrity sha512-1WP0lz0m0cOi0IQZY4/+48s4QG3HFXa2EpOEoFC6xz6sYJBpgTDR2fmNvoF1W1mocuFpbsq1LKTRhEiatv8oXg== dependencies: bluebird "2.9.24" inquirer "0.8.2" [email protected]: version "0.12.0" resolved "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e" integrity sha512-bOetEz5+/WpgaW4D1NYOk1aD+JCqRjqu/FwRFgnIfiP7FC/zinsrfyO1vlS3nyH/R7S0IH3BIHBu4DBIDSqiGQ== dependencies: ansi-escapes "^1.1.0" ansi-regex "^2.0.0" chalk "^1.0.0" cli-cursor "^1.0.1" cli-width "^2.0.0" figures "^1.3.5" lodash "^4.3.0" readline2 "^1.0.1" run-async "^0.1.0" rx-lite "^3.1.2" string-width "^1.0.1" strip-ansi "^3.0.0" through "^2.3.6" [email protected]: version "0.8.2" resolved "https://registry.npmjs.org/inquirer/-/inquirer-0.8.2.tgz#41586548e1c5d9b3f81df7325034baacab6f58ab" integrity sha512-OjSNzonD7dlUxuhnej2FwyBs7lU6FF1y6aKXmv/gItR0WwPeVorcnlcsxqFcfJ/9jCmmm0Ly3V9VzKkLdKL1vA== dependencies: ansi-regex "^1.1.1" chalk "^1.0.0" cli-width "^1.0.1" figures "^1.3.5" lodash "^3.3.1" readline2 "^0.1.1" rx "^2.4.3" through "^2.3.6" [email protected]: version "3.3.0" resolved "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9" integrity sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ== dependencies: ansi-escapes "^3.0.0" chalk "^2.0.0" cli-cursor "^2.1.0" cli-width "^2.0.0" external-editor "^2.0.4" figures "^2.0.0" lodash "^4.3.0" mute-stream "0.0.7" run-async "^2.2.0" rx-lite "^4.0.8" rx-lite-aggregates "^4.0.8" string-width "^2.1.0" strip-ansi "^4.0.0" through "^2.3.6" inquirer@^6.2.0: version "6.5.2" resolved "https://registry.npmjs.org/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" internal-slot@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" integrity sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== dependencies: get-intrinsic "^1.2.0" has "^1.0.3" side-channel "^1.0.4" internmap@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz#0017cc8a3b99605f0302f2b198d272e015e5df95" integrity sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw== interpret@^1.0.0: version "1.4.0" resolved "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== invariant@^2.2.4: version "2.2.4" resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== dependencies: loose-envify "^1.0.0" [email protected]: version "1.1.5" resolved "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA== [email protected]: version "1.9.1" resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== is-accessor-descriptor@^0.1.6: version "0.1.6" resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" integrity sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A== dependencies: kind-of "^3.0.2" is-accessor-descriptor@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== dependencies: kind-of "^6.0.0" is-arguments@^1.0.4: version "1.1.1" resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== dependencies: call-bind "^1.0.2" has-tostringtag "^1.0.0" is-array-buffer@^3.0.1, is-array-buffer@^3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe" integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== dependencies: call-bind "^1.0.2" get-intrinsic "^1.2.0" is-typed-array "^1.1.10" is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-bigint@^1.0.1: version "1.0.4" resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== dependencies: has-bigints "^1.0.1" is-binary-path@~2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== dependencies: binary-extensions "^2.0.0" is-boolean-object@^1.1.0: version "1.1.2" resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== dependencies: call-bind "^1.0.2" has-tostringtag "^1.0.0" is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: version "1.2.7" resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== is-ci@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== dependencies: ci-info "^2.0.0" is-core-module@^2.13.0, is-core-module@^2.5.0: version "2.13.0" resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== dependencies: has "^1.0.3" is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" integrity sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg== dependencies: kind-of "^3.0.2" is-data-descriptor@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/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.5" resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== dependencies: has-tostringtag "^1.0.0" is-descriptor@^0.1.0: version "0.1.6" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" integrity sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw== is-docker@^2.0.0: version "2.2.1" resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== is-extendable@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== dependencies: is-plain-object "^2.0.4" is-extglob@^2.1.0, is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== is-finite@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== is-fullwidth-code-point@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" integrity sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw== dependencies: number-is-nan "^1.0.0" is-fullwidth-code-point@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== is-fullwidth-code-point@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-generator-fn@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== is-generator-function@^1.0.7: version "1.0.10" resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== dependencies: has-tostringtag "^1.0.0" is-glob@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw== dependencies: is-extglob "^2.1.0" is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" is-in-browser@^1.0.2, is-in-browser@^1.1.3: version "1.1.3" resolved "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835" integrity sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g== is-nan@^1.2.1: version "1.3.2" resolved "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d" integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w== dependencies: call-bind "^1.0.0" define-properties "^1.1.3" is-negative-zero@^2.0.2: version "2.0.2" resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== is-number-object@^1.0.4: version "1.0.7" resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== dependencies: has-tostringtag "^1.0.0" is-number@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg== dependencies: kind-of "^3.0.2" is-number@^7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== is-obj@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== is-path-inside@^3.0.3: version "3.0.3" resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== dependencies: isobject "^3.0.1" is-plain-object@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== is-potential-custom-element-name@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== is-regex@^1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== dependencies: call-bind "^1.0.2" has-tostringtag "^1.0.0" is-regexp@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== dependencies: call-bind "^1.0.2" is-ssh@^1.3.0: version "1.4.0" resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz#4f8220601d2839d8fa624b3106f8e8884f01b8b2" integrity sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== dependencies: protocols "^2.0.1" is-stream@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== is-stream@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== is-string@^1.0.5, is-string@^1.0.7: version "1.0.7" resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== dependencies: has-tostringtag "^1.0.0" is-symbol@^1.0.2, is-symbol@^1.0.3: version "1.0.4" resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== dependencies: has-symbols "^1.0.2" is-text-path@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== dependencies: text-extensions "^1.0.0" is-typed-array@^1.1.10, is-typed-array@^1.1.3, is-typed-array@^1.1.9: version "1.1.12" resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== dependencies: which-typed-array "^1.1.11" is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== is-unicode-supported@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== is-utf8@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q== is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== dependencies: call-bind "^1.0.2" is-windows@^1.0.0, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== is-wsl@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== dependencies: is-docker "^2.0.0" [email protected], isarray@^1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== isarray@^2.0.5: version "2.0.5" resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== isbinaryfile@^4.0.2: version "4.0.10" resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3" integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw== isexe@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== isobject@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA== dependencies: isarray "1.0.0" isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== isstream@~0.1.2: version "0.1.2" resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== istanbul-lib-hook@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-3.0.0.tgz#8f84c9434888cc6b1d0a9d7092a76d239ebf0cc6" integrity sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ== dependencies: append-transform "^2.0.0" istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3: version "4.0.3" resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" 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" istanbul-lib-instrument@^5.0.4: version "5.2.1" resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== dependencies: "@babel/core" "^7.12.3" "@babel/parser" "^7.14.7" "@istanbuljs/schema" "^0.1.2" istanbul-lib-coverage "^3.2.0" semver "^6.3.0" istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3: version "2.0.3" resolved "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169" integrity sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg== dependencies: archy "^1.0.0" cross-spawn "^7.0.3" istanbul-lib-coverage "^3.2.0" p-map "^3.0.0" rimraf "^3.0.0" uuid "^8.3.2" istanbul-lib-report@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== dependencies: istanbul-lib-coverage "^3.0.0" make-dir "^4.0.0" supports-color "^7.1.0" istanbul-lib-source-maps@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== dependencies: debug "^4.1.1" istanbul-lib-coverage "^3.0.0" source-map "^0.6.1" istanbul-reports@^3.0.2: version "3.1.6" resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz#2544bcab4768154281a2f0870471902704ccaa1a" integrity sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" [email protected]: version "4.4.1" resolved "https://registry.npmjs.org/ix/-/ix-4.4.1.tgz#8ec5f4f420c504a9906ffc2e2234f50147b9488a" integrity sha512-Jsl7cUf7CA1MkznzAuVy4K6V1Zsfx+EAh0ZgiGhGAADaEGKiMV+sJx8Qe4hx0CsyI475Yt3ppoRS8M8oOueqlA== dependencies: "@types/node" "^13.7.4" tslib "^2.3.0" ix@^4.5.2: version "4.6.1" resolved "https://registry.npmjs.org/ix/-/ix-4.6.1.tgz#e9aedaba2019f8ca8df4dae2b21ee5993fd84391" integrity sha512-W4aSy2cJxEgPgtr7aNOPNp/gobmWxoNUrMqH4Wowc80FFX71kqtnGMsJnIPiVN9c5tlVbOUNzjhhKcuYxsL1qQ== dependencies: "@types/node" "^13.7.4" tslib "^2.3.0" jackspeak@^1.4.2: version "1.4.2" resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-1.4.2.tgz#30ad5e4b7b36f9f3ae580e23272b1a386b4f6b93" integrity sha512-GHeGTmnuaHnvS+ZctRB01bfxARuu9wW83ENbuiweu07SFcVlZrJpcshSre/keGT7YGBhLHg/+rXCNSrsEHKU4Q== dependencies: cliui "^7.0.4" [email protected], jasmine-core@~3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.1.0.tgz#a4785e135d5df65024dfc9224953df585bd2766c" integrity sha512-eVnePHJ9weuXKk4+l2etOtJYxfOD0Qv2R3KFYnMRSdmOxe4UUfv3JY77Wfsf4dYDkQ0NxN9GF5xZTIxe4hKXfQ== [email protected]: version "3.1.0" resolved "https://registry.npmjs.org/jasmine/-/jasmine-3.1.0.tgz#2bd59fd7ec6ec0e8acb64e09f45a68ed2ad1952a" integrity sha512-qNmsuthZY1aUvRDzQqF2wHQsnOAjJcIOcYV41FHgj4JhTvodhYRKhwbp299t+3uyf+2tsvyR9SFN9LACDHCwPQ== dependencies: glob "^7.0.6" jasmine-core "~3.1.0" [email protected]: version "0.12.2" resolved "https://registry.npmjs.org/java/-/java-0.12.2.tgz#fe4ace8eb76c9b5c486af3d3cda14b372f0d1d51" integrity sha512-+Pp+jG5EKo3PYRo7V91FNaTnspli+BuXvAVM0QYKHRdr2e0oP1Lo3Lm8lVjnWq95MEuN+Hzyl2QBgYpdhQu/+g== dependencies: async "2.6.1" find-java-home "1.1.0" glob "7.1.6" lodash "^4.17.21" nan "2.14.1" jest-changed-files@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0" integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== dependencies: "@jest/types" "^26.6.2" execa "^4.0.0" throat "^5.0.0" jest-cli@^26.5.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" 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" jest-config@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349" 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" jest-diff@^26.0.0, jest-diff@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394" 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" jest-docblock@^26.0.0: version "26.0.0" resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5" integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== dependencies: detect-newline "^3.0.0" jest-each@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb" 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" jest-environment-jsdom@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e" 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" jest-environment-node@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c" 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" jest-get-type@^26.3.0: version "26.3.0" resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== jest-haste-map@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" 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" optionalDependencies: fsevents "^2.1.2" jest-jasmine2@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" 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" jest-leak-detector@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af" integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== dependencies: jest-get-type "^26.3.0" pretty-format "^26.6.2" jest-matcher-utils@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a" 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" jest-message-util@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" 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" jest-mock@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302" integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== dependencies: "@jest/types" "^26.6.2" "@types/node" "*" jest-pnp-resolver@^1.2.2: version "1.2.3" resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e" integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== jest-regex-util@^26.0.0: version "26.0.0" resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== jest-resolve-dependencies@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== dependencies: "@jest/types" "^26.6.2" jest-regex-util "^26.0.0" jest-snapshot "^26.6.2" jest-resolve@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507" 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" jest-runner@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159" 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" jest-runtime@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b" 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" jest-serializer@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1" integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== dependencies: "@types/node" "*" graceful-fs "^4.2.4" jest-snapshot@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" 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" jest-util@^26.1.0, jest-util@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" 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" jest-validate@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" 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" jest-watcher@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975" 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" [email protected]: version "27.0.0-next.5" resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.0-next.5.tgz#5985ee29b12a4e191f4aae4bb73b97971d86ec28" integrity sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g== dependencies: "@types/node" "*" merge-stream "^2.0.0" supports-color "^8.0.0" jest-worker@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== dependencies: "@types/node" "*" merge-stream "^2.0.0" supports-color "^7.0.0" [email protected]: version "26.5.3" resolved "https://registry.npmjs.org/jest/-/jest-26.5.3.tgz#5e7a322d16f558dc565ca97639e85993ef5affe6" integrity sha512-uJi3FuVSLmkZrWvaDyaVTZGLL8WcfynbRnFXyAHuEtYiSZ+ijDDIMOw1ytmftK+y/+OdAtsG9QrtbF7WIBmOyA== dependencies: "@jest/core" "^26.5.3" import-local "^3.0.2" jest-cli "^26.5.3" "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== js-yaml@^3.13.1: version "3.14.1" resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== dependencies: argparse "^1.0.7" esprima "^4.0.0" js-yaml@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== dependencies: argparse "^2.0.1" jsbn@~0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg== [email protected], jsdom@^16.3.0, jsdom@^16.4.0: version "16.6.0" resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz#f79b3786682065492a3da6a60a4695da983805ac" integrity sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg== 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.5" xml-name-validator "^3.0.0" jsep@^0.3.0: version "0.3.5" resolved "https://registry.npmjs.org/jsep/-/jsep-0.3.5.tgz#3fd79ebd92f6f434e4857d5272aaeef7d948264d" integrity sha512-AoRLBDc6JNnKjNcmonituEABS5bcfqDhQAWWXNTFrqu6nVXBpBAGfcoTGZMFlIrh9FjmE1CQyX9CTNwZrXMMDA== jsesc@^2.5.1: version "2.5.2" resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== jsesc@~0.5.0: version "0.5.0" resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== json-bignum@^0.0.3: version "0.0.3" resolved "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz#41163b50436c773d82424dbc20ed70db7604b8d7" integrity sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg== json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== json-parse-even-better-errors@^2.3.0: version "2.3.1" resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== json-schema-traverse@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== json-schema-traverse@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== [email protected]: version "0.4.0" resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== [email protected], json5@^2.1.2, json5@^2.2.2: version "2.2.3" resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== json5@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" jsonc-parser@^3.0.0: version "3.2.0" resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" integrity sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== optionalDependencies: graceful-fs "^4.1.6" jsonfile@^6.0.1: version "6.1.0" resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== dependencies: universalify "^2.0.0" optionalDependencies: graceful-fs "^4.1.6" jsonparse@^1.2.0: version "1.3.1" resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== jsprim@^1.2.2: version "1.4.2" resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== dependencies: assert-plus "1.0.0" extsprintf "1.3.0" json-schema "0.4.0" verror "1.10.0" jss-plugin-camel-case@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz#27ea159bab67eb4837fa0260204eb7925d4daa1c" integrity sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw== dependencies: "@babel/runtime" "^7.3.1" hyphenate-style-name "^1.0.3" jss "10.10.0" jss-plugin-default-unit@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz#db3925cf6a07f8e1dd459549d9c8aadff9804293" integrity sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ== dependencies: "@babel/runtime" "^7.3.1" jss "10.10.0" jss-plugin-global@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz#1c55d3c35821fab67a538a38918292fc9c567efd" integrity sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A== dependencies: "@babel/runtime" "^7.3.1" jss "10.10.0" jss-plugin-nested@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz#db872ed8925688806e77f1fc87f6e62264513219" integrity sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA== dependencies: "@babel/runtime" "^7.3.1" jss "10.10.0" tiny-warning "^1.0.2" jss-plugin-props-sort@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz#67f4dd4c70830c126f4ec49b4b37ccddb680a5d7" integrity sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg== dependencies: "@babel/runtime" "^7.3.1" jss "10.10.0" jss-plugin-rule-value-function@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz#7d99e3229e78a3712f78ba50ab342e881d26a24b" integrity sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g== dependencies: "@babel/runtime" "^7.3.1" jss "10.10.0" tiny-warning "^1.0.2" jss-plugin-vendor-prefixer@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz#c01428ef5a89f2b128ec0af87a314d0c767931c7" integrity sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg== dependencies: "@babel/runtime" "^7.3.1" css-vendor "^2.0.8" jss "10.10.0" [email protected], jss@^10.5.1: version "10.10.0" resolved "https://registry.npmjs.org/jss/-/jss-10.10.0.tgz#a75cc85b0108c7ac8c7b7d296c520a3e4fbc6ccc" integrity sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw== dependencies: "@babel/runtime" "^7.3.1" csstype "^3.0.2" is-in-browser "^1.1.3" tiny-warning "^1.0.2" kdbush@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz#f8484794d47004cc2d85ed3a79353dbe0abc2bf0" integrity sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew== kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== dependencies: is-buffer "^1.1.5" kind-of@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw== dependencies: is-buffer "^1.1.5" kind-of@^5.0.0: version "5.1.0" resolved "https://registry.npmjs.org/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, kind-of@^6.0.3: version "6.0.3" resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== kleur@^3.0.3: version "3.0.3" resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== ktx-parse@^0.0.4: version "0.0.4" resolved "https://registry.npmjs.org/ktx-parse/-/ktx-parse-0.0.4.tgz#6fd3eca82490de8a1e48cb8367a9980451fa1ac4" integrity sha512-LY3nrmfXl+wZZdPxgJ3ZmLvG+wkOZZP3/dr4RbQj1Pk3Qwz44esOOSFFVQJcNWpXAtiNIC66WgXufX/SYgYz6A== [email protected]: version "1.1.0" resolved "https://registry.npmjs.org/largest-semantic-change/-/largest-semantic-change-1.1.0.tgz#47f5be0006aa344347d3e776951a03d5c692d2fd" integrity sha512-08+Ua/er8wnwkEVW5a7w1Q6loULCD+e/xmxvTo1JnJrD/2T+xqivq53Io/OEL78E94lblYIM7GaLo+1/MWwPWg== dependencies: check-more-types "2.23.0" lazy-ass "1.5.0" [email protected]: version "1.3.0" resolved "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.3.0.tgz#7d0d14eef3ec9702c6f30c60ea81f1a8d3f900fb" integrity sha512-wE62eBXnvW8H+d39N/jE8VQL6uOZCX9GyTNMzHZmSZMpUlMSas4fK+irRbvypnkwhBDYh3CfdUDWbieXbDv+nQ== [email protected]: version "1.5.0" resolved "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.5.0.tgz#ca15be243c7c475b8565cdbfa0f9c2f374f2a01d" integrity sha512-5l6J7+KWp/OiisiR/KkwuPgeaIyb8d5jlLZsncDpffa5aBtOCcEcyoXoMGxOw50fr7RrCxEGqXkIHGRl1PL7ig== [email protected]: version "1.6.0" resolved "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513" integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw== [email protected]: version "3.22.1" resolved "https://registry.npmjs.org/lerna/-/lerna-3.22.1.tgz#82027ac3da9c627fd8bf02ccfeff806a98e65b62" 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" leven@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== levn@^0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== dependencies: prelude-ls "^1.2.1" type-check "~0.4.0" libtap@^1.4.0: version "1.4.1" resolved "https://registry.npmjs.org/libtap/-/libtap-1.4.1.tgz#6e2ba70ddc39c676c9f887333c354fab6d359613" integrity sha512-S9v19shLTigoMn3c02V7LZ4t09zxmVP3r3RbEAwuHFYeKgF+ESFJxoQ0PMFKW4XdgQhcjVBEwDoopG6WROq/gw== dependencies: async-hook-domain "^2.0.4" bind-obj-methods "^3.0.0" diff "^4.0.2" function-loop "^2.0.1" minipass "^3.1.5" own-or "^1.0.0" own-or-env "^1.0.2" signal-exit "^3.0.4" stack-utils "^2.0.4" tap-parser "^11.0.0" tap-yaml "^1.0.0" tcompare "^5.0.6" trivial-deferred "^1.0.1" light-my-request@^4.2.0: version "4.12.0" resolved "https://registry.npmjs.org/light-my-request/-/light-my-request-4.12.0.tgz#fd59329a7b4f794842103c7bef69e12252478831" integrity sha512-0y+9VIfJEsPVzK5ArSIJ8Dkxp8QMP7/aCuxCUtG/tr9a2NoOf/snATE/OUc05XUplJCEnRh6gTkH7xh9POt1DQ== dependencies: ajv "^8.1.0" cookie "^0.5.0" process-warning "^1.0.0" set-cookie-parser "^2.4.1" light-my-request@^5.9.1: version "5.10.0" resolved "https://registry.npmjs.org/light-my-request/-/light-my-request-5.10.0.tgz#0a2bbc1d1bb573ed3b78143960920ecdc05bf157" integrity sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA== dependencies: cookie "^0.5.0" process-warning "^2.0.0" set-cookie-parser "^2.4.1" lines-and-columns@^1.1.6: version "1.2.4" resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== [email protected]: version "10.5.1" resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa" integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw== 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" listr2@^3.2.2: version "3.14.0" resolved "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e" integrity sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g== dependencies: cli-truncate "^2.1.0" colorette "^2.0.16" log-update "^4.0.0" p-map "^4.0.0" rfdc "^1.3.0" rxjs "^7.5.1" through "^2.3.8" wrap-ansi "^7.0.0" load-json-file@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" integrity sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A== 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@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== 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.npmjs.org/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" [email protected]: version "1.2.3" resolved "https://registry.npmjs.org/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.npmjs.org/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== dependencies: p-locate "^2.0.0" path-exists "^3.0.0" locate-path@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== dependencies: p-locate "^4.1.0" locate-path@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== dependencies: p-locate "^5.0.0" lodash._reinterpolate@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA== lodash.camelcase@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== lodash.clonedeep@^4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== lodash.flattendeep@^4.4.0: version "4.4.0" resolved "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ== lodash.get@^4.4.2: version "4.4.2" resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== lodash.ismatch@^4.4.0: version "4.4.0" resolved "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37" integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g== lodash.isplainobject@^4.0.6: version "4.0.6" resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== lodash.map@^4.5.1: version "4.6.0" resolved "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" integrity sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q== lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== lodash.set@^4.3.2: version "4.3.2" resolved "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg== lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== lodash.template@^4.0.2, lodash.template@^4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/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.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== dependencies: lodash._reinterpolate "^3.0.0" lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== [email protected]: version "4.17.4" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" integrity sha512-6X37Sq9KCpLSXEh8uM12AKYlviHPNNk4RxiGBn4cmKGJinbXBneWIV7iE/nXkM928O7ytHcHb6+X6Svl0f4hXg== [email protected], lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.7.0: version "4.17.21" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== lodash@^3.3.1: version "3.10.1" resolved "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" integrity sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ== log-symbols@^4.0.0: version "4.1.0" resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== dependencies: chalk "^4.1.0" is-unicode-supported "^0.1.0" log-update@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1" 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" long@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/long/-/long-3.2.0.tgz#d821b7138ca1cb581c172990ef14db200b5c474b" integrity sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg== longest@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" integrity sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg== loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/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.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" integrity sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ== dependencies: currently-unhandled "^0.4.1" signal-exit "^3.0.0" lru-cache@^5.1.1: version "5.1.1" resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" lunr@^2.3.9: version "2.3.9" resolved "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1" integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== macos-release@^2.2.0: version "2.5.1" resolved "https://registry.npmjs.org/macos-release/-/macos-release-2.5.1.tgz#bccac4a8f7b93163a8d163b8ebf385b3c5f55bf9" integrity sha512-DXqXhEM7gW59OjZO8NIjBCz9AQ1BEMrfiOAl4AYByHCtVHRF4KoGNO8mqQeM8lRCtQe/UnJ4imO/d2HdkKsd+A== make-dir@^1.0.0: version "1.3.0" resolved "https://registry.npmjs.org/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.npmjs.org/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, make-dir@^3.0.2, make-dir@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== dependencies: semver "^6.0.0" make-dir@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== dependencies: semver "^7.5.3" [email protected]: version "1.3.6" resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== make-fetch-happen@^5.0.0: version "5.0.2" resolved "https://registry.npmjs.org/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" make-promises-safe@^5.1.0: version "5.1.0" resolved "https://registry.npmjs.org/make-promises-safe/-/make-promises-safe-5.1.0.tgz#dd9d311f555bcaa144f12e225b3d37785f0aa8f2" integrity sha512-AfdZ49rtyhQR/6cqVKGoH7y4ql7XkS5HJI1lZm0/5N6CQosy1eYbBJ/qbhkKHzo17UH7M918Bysf6XB9f3kS1g== [email protected]: version "1.0.12" resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== dependencies: tmpl "1.0.5" map-cache@^0.2.2: version "0.2.2" resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== map-obj@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9" integrity sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ== map-obj@^4.0.0: version "4.3.0" resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== map-visit@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w== dependencies: object-visit "^1.0.0" [email protected]: version "2.4.0" resolved "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-2.4.0.tgz#2b53dbf526626bf4ee92ad4f33f13ef09e5af182" integrity sha512-csNFylzntPmHWidczfgCZpvbTSmhaWvLRj9e1ezUDBEPizGgshgm3ea1T5TCNEEBq0roauu7BPuRZjA3wO4KqA== dependencies: "@mapbox/geojson-rewind" "^0.5.2" "@mapbox/jsonlint-lines-primitives" "^2.0.2" "@mapbox/mapbox-gl-supported" "^2.0.1" "@mapbox/point-geometry" "^0.1.0" "@mapbox/tiny-sdf" "^2.0.5" "@mapbox/unitbezier" "^0.0.1" "@mapbox/vector-tile" "^1.3.1" "@mapbox/whoots-js" "^3.1.0" "@types/geojson" "^7946.0.10" "@types/mapbox__point-geometry" "^0.1.2" "@types/mapbox__vector-tile" "^1.3.0" "@types/pbf" "^3.0.2" csscolorparser "~1.0.3" earcut "^2.2.4" geojson-vt "^3.2.1" gl-matrix "^3.4.3" global-prefix "^3.0.0" murmurhash-js "^1.0.0" pbf "^3.2.1" potpack "^1.0.2" quickselect "^2.0.0" supercluster "^7.1.5" tinyqueue "^2.0.3" vt-pbf "^3.1.3" marked@^3.0.8: version "3.0.8" resolved "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb" integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw== [email protected]: version "2.1.3" resolved "https://registry.npmjs.org/material-ui-confirm/-/material-ui-confirm-2.1.3.tgz#5f75c56d137603f7fcef22125fa82a8892e4dc5f" integrity sha512-3tu1wk5mo7l03QVzo5qiUv8tL28uoVhwUdu/wpIfMsYVAQmak3eFHMWXq/26ZAyqQKJWIqcF3c43hP5+Q7Wi7w== [email protected], math.gl@^3.6.2: version "3.6.3" resolved "https://registry.npmjs.org/math.gl/-/math.gl-3.6.3.tgz#f87e0d24cb33c1a215185ae3a4e16839f1ce6db2" integrity sha512-Yq9CyECvSDox9+5ETi2+x1bGTY5WvGUGL3rJfC4KPoCZAM51MGfrCm6rIn4yOJUVfMPs2a5RwMD+yGS/n1g3gg== dependencies: "@math.gl/core" "3.6.3" md5.js@^1.3.4: version "1.3.5" resolved "https://registry.npmjs.org/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" [email protected]: version "0.3.0" resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== memory-stream@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/memory-stream/-/memory-stream-1.0.0.tgz#481dfd259ccdf57b03ec2c9632960044180e73c2" integrity sha512-Wm13VcsPIMdG96dzILfij09PvuS3APtcKNh7M28FsCA/w6+1mjR7hhPmfFNoilX9xU7wTdhsH5lJAm6XNzdtww== dependencies: readable-stream "^3.4.0" meow@^3.3.0: version "3.7.0" resolved "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" integrity sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA== 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.npmjs.org/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" meow@^8.0.0: version "8.1.2" resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897" 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" merge-stream@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1: version "1.4.1" resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" resolved "https://registry.npmjs.org/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, micromatch@^4.0.4: version "4.0.5" resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: braces "^3.0.2" picomatch "^2.3.1" miller-rabin@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== dependencies: bn.js "^4.0.0" brorand "^1.0.1" [email protected]: version "1.52.0" resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== dependencies: mime-db "1.52.0" [email protected]: version "1.6.0" resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== mimic-fn@^1.0.0: version "1.2.0" resolved "https://registry.npmjs.org/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.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== mimic-response@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43" integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA== min-indent@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== minimalistic-crypto-utils@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" [email protected]: version "4.1.0" resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== dependencies: arrify "^1.0.1" is-plain-obj "^1.1.0" kind-of "^6.0.3" minimist-options@^3.0.1: version "3.0.2" resolved "https://registry.npmjs.org/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@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: version "1.2.8" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minimist@~0.0.1: version "0.0.10" resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" integrity sha512-iotkTvxc+TwOm5Ieim8VnSNvCDjCK9S8G3scJ50ZthspSxa7jx50jkhYduuAtAjvfDUwSgOwf8+If99AlOEhyw== minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: version "2.9.0" resolved "https://registry.npmjs.org/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.5, minipass@^3.1.6, minipass@^3.3.4: version "3.3.6" resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== dependencies: yallist "^4.0.0" minipass@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== minizlib@^1.3.3: version "1.3.3" resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== dependencies: minipass "^2.9.0" minizlib@^2.1.1: version "2.1.2" resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== dependencies: minipass "^3.0.0" yallist "^4.0.0" mississippi@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/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" [email protected], mjolnir.js@^2.7.0: version "2.7.1" resolved "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-2.7.1.tgz#4e12590fe168b377c9c669b9c31aa5a62f8b8460" integrity sha512-72BeUWgTv2cj5aZQKpwL8caNUFhXZ9bDm1hxpNj70XJQ62IBnTZmtv/WPxJvtaVNhzNo+D2U8O6ryNI0zImYcw== dependencies: "@types/hammerjs" "^2.0.41" hammerjs "^2.0.8" mkdirp-promise@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1" integrity sha512-Hepn5kb1lJPtVW84RFT40YG1OddBNTOVUZR2bzQUHc+Z03en8/3uX0+060JDhcEzyO08HmipsN9DcnFMxhIL9w== dependencies: mkdirp "*" mkdirp@*: version "3.0.1" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50" integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== [email protected], mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== mkdirp@^0.5.1, mkdirp@^0.5.5: version "0.5.6" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== dependencies: minimist "^1.2.6" [email protected]: version "0.39.5" resolved "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.5.tgz#5850d9b30d1b2bc57cc8787e5caa40f6c3420477" integrity sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ== dependencies: obliterator "^2.0.1" modify-values@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== [email protected]: version "0.5.14" resolved "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz#4eb38ff9538b80108ba467a458f3ed4268ccfcb1" integrity sha512-4RkNPVuQ/ClAXqd3T+tkBy85tEUxnNNIaG4hbviFp7vZ2hRY0mjHGRIWG/NdkUzSaH36nchdBXyvPwrODjPzUA== dependencies: moment ">= 2.9.0" moment-timezone@^0.5.33: version "0.5.43" resolved "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790" integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ== dependencies: moment "^2.29.4" [email protected]: version "2.19.3" resolved "https://registry.npmjs.org/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" integrity sha512-SiZ1HUDMfBpfCzL1Hm1vxUFkYDbHx8/RiWBLF+5qoVWTlBGtR15+wVQB7eSD/0w3ueDxzojlX9LQtiKVpLMsFQ== "moment@>= 2.9.0", moment@^2.29.1, moment@^2.29.4: version "2.29.4" resolved "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" integrity sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ== 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" [email protected]: version "2.0.0" resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== [email protected]: version "2.1.2" resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== [email protected], ms@^2.0.0, ms@^2.1.1, ms@^2.1.2, ms@^2.1.3: version "2.1.3" resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== multimatch@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz#b06278e21fc6c37fa5313732b0412bcb6ae15f51" integrity sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw== [email protected]: version "0.0.4" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz#a9219960a6d5d5d046597aee51252c6655f7177e" integrity sha512-amvrY4m/7oZamehMoFi1tbwU/kXbVvRTGM2S7F+PZi3n51Jx+9AcSQ3EQsag3tR+hS2higfgOP/Kl8kri/X52A== [email protected]: version "0.0.5" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" integrity sha512-EbrziT4s8cWPmzr47eYVW3wimS4HsvlnV5ri1xw1aR6JQo/OrJX5rkl32K/QQHdxeabJETtfeaROGhd8W7uBgg== [email protected]: version "0.0.7" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" integrity sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ== mute-stream@~0.0.4: version "0.0.8" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== mz@^2.5.0: version "2.7.0" resolved "https://registry.npmjs.org/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" [email protected]: version "2.14.1" resolved "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== nan@^2.13.2, nan@^2.17.0: version "2.17.0" resolved "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== [email protected]: version "3.1.31" resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz#f5b58a1ce1b7604da5f0605757840598d8974dc6" integrity sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A== nanoid@^3.1.23: version "3.3.6" resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.npmjs.org/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" [email protected]: version "0.3.4" resolved "https://registry.npmjs.org/native-url/-/native-url-0.3.4.tgz#29c943172aed86c63cee62c8c04db7f5756661f8" integrity sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA== dependencies: querystring "^0.2.0" natural-compare-lite@^1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== [email protected]: version "0.6.3" resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== neo-async@^2.6.2: version "2.6.2" resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== [email protected]: version "11.1.3" resolved "https://registry.npmjs.org/next/-/next-11.1.3.tgz#0226b283cb9890e446aea759db8a867de2b279ef" integrity sha512-ud/gKmnKQ8wtHC+pd1ZiqPRa7DdgulPkAk94MbpsspfNliwZkYs9SIYWhlLSyg+c661LzdUI2nZshvrtggSYWA== dependencies: "@babel/runtime" "7.15.3" "@hapi/accept" "5.0.2" "@next/env" "11.1.3" "@next/polyfill-module" "11.1.3" "@next/react-dev-overlay" "11.1.3" "@next/react-refresh-utils" "11.1.3" "@node-rs/helper" "1.2.1" assert "2.0.0" ast-types "0.13.2" browserify-zlib "0.2.0" browserslist "4.16.6" buffer "5.6.0" caniuse-lite "^1.0.30001228" chalk "2.4.2" chokidar "3.5.1" constants-browserify "1.0.0" crypto-browserify "3.12.0" cssnano-simple "3.0.0" domain-browser "4.19.0" encoding "0.1.13" etag "1.8.1" find-cache-dir "3.3.1" get-orientation "1.1.2" https-browserify "1.0.0" image-size "1.0.0" jest-worker "27.0.0-next.5" native-url "0.3.4" node-fetch "2.6.1" node-html-parser "1.4.9" node-libs-browser "^2.2.1" os-browserify "0.3.0" p-limit "3.1.0" path-browserify "1.0.1" pnp-webpack-plugin "1.6.4" postcss "8.2.15" process "0.11.10" querystring-es3 "0.2.1" raw-body "2.4.1" react-is "17.0.2" react-refresh "0.8.3" stream-browserify "3.0.0" stream-http "3.1.1" string_decoder "1.3.0" styled-jsx "4.0.1" timers-browserify "2.0.12" tty-browserify "0.0.1" use-subscription "1.5.1" util "0.12.4" vm-browserify "1.1.2" watchpack "2.1.1" optionalDependencies: "@next/swc-darwin-arm64" "11.1.3" "@next/swc-darwin-x64" "11.1.3" "@next/swc-linux-x64-gnu" "11.1.3" "@next/swc-win32-x64-msvc" "11.1.3" nice-try@^1.0.4: version "1.0.5" resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== [email protected]: version "4.2.0" resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.2.0.tgz#117cbb5a959dff0992e1c586ae0393573e4d2a87" integrity sha512-eazsqzwG2lskuzBqCGPi7Ac2UgOoMz8JVOXVhTvvPDYhthvNpefx8jWD8Np7Gv+2Sz0FlPWZk0nJV0z598Wn8Q== node-api-headers@^0.0.2: version "0.0.2" resolved "https://registry.npmjs.org/node-api-headers/-/node-api-headers-0.0.2.tgz#31f4c6c2750b63e598128e76a60aefca6d76ac5d" integrity sha512-YsjmaKGPDkmhoNKIpkChtCsPVaRE0a274IdERKnuc/E8K1UJdBZ4/mvI006OijlQZHCfpRNOH3dfHQs92se8gg== node-fetch-npm@^2.0.2: version "2.0.4" resolved "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz#6507d0e17a9ec0be3bec516958a497cec54bf5a4" integrity sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg== dependencies: encoding "^0.1.11" json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" [email protected]: version "2.6.1" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1: version "2.6.12" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba" integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g== dependencies: whatwg-url "^5.0.0" node-gyp-build@^4.1.0, node-gyp-build@^4.3.0: version "4.6.0" resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== node-gyp@^5.0.2: version "5.1.1" resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-5.1.1.tgz#eb915f7b631c937d282e33aed44cb7a025f62a3e" 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" [email protected]: version "1.4.9" resolved "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.4.9.tgz#3c8f6cac46479fae5800725edb532e9ae8fd816c" integrity sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw== dependencies: he "1.2.0" node-int64@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== node-libs-browser@^2.2.1: version "2.2.1" resolved "https://registry.npmjs.org/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-notifier@^8.0.0: version "8.0.2" resolved "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5" integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg== 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-preload@^0.2.1: version "0.2.1" resolved "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz#c03043bb327f417a18fee7ab7ee57b408a144301" integrity sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ== dependencies: process-on-spawn "^1.0.0" node-releases@^1.1.71: version "1.1.77" resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== node-releases@^2.0.13: version "2.0.13" resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== nopt@^4.0.1: version "4.0.3" resolved "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48" integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== dependencies: abbrev "1" osenv "^0.1.4" nopt@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== dependencies: abbrev "1" 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.npmjs.org/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-package-data@^3.0.0: version "3.0.3" resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e" 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" normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" integrity sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w== dependencies: remove-trailing-separator "^1.0.1" normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== normalize-url@^6.1.0: version "6.1.0" resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== npm-bundled@^1.0.1: version "1.1.2" resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1" integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== dependencies: npm-normalize-package-bin "^1.0.1" npm-lifecycle@^3.1.2: version "3.1.5" resolved "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-3.1.5.tgz#9882d3642b8c82c815782a12e6a1bfeed0026309" 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" npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/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.npmjs.org/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.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw== dependencies: path-key "^2.0.0" npm-run-path@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/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" npmlog@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== dependencies: are-we-there-yet "^2.0.0" console-control-strings "^1.1.0" gauge "^3.0.0" set-blocking "^2.0.0" npmlog@^6.0.2: version "6.0.2" resolved "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830" integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== dependencies: are-we-there-yet "^3.0.0" console-control-strings "^1.1.0" gauge "^4.0.3" set-blocking "^2.0.0" number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== nwsapi@^2.2.0: version "2.2.7" resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30" integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ== nyc@^15.1.0: version "15.1.0" resolved "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02" integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A== dependencies: "@istanbuljs/load-nyc-config" "^1.0.0" "@istanbuljs/schema" "^0.1.2" caching-transform "^4.0.0" convert-source-map "^1.7.0" decamelize "^1.2.0" find-cache-dir "^3.2.0" find-up "^4.1.0" foreground-child "^2.0.0" get-package-type "^0.1.0" glob "^7.1.6" istanbul-lib-coverage "^3.0.0" istanbul-lib-hook "^3.0.0" istanbul-lib-instrument "^4.0.0" istanbul-lib-processinfo "^2.0.2" istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.0.2" make-dir "^3.0.0" node-preload "^0.2.1" p-map "^3.0.0" process-on-spawn "^1.0.0" resolve-from "^5.0.0" rimraf "^3.0.0" signal-exit "^3.0.2" spawn-wrap "^2.0.0" test-exclude "^6.0.0" yargs "^15.0.2" oauth-sign@~0.9.0: version "0.9.0" resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== object-copy@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ== dependencies: copy-descriptor "^0.1.0" define-property "^0.2.5" kind-of "^3.0.3" object-inspect@^1.12.3, object-inspect@^1.9.0: version "1.12.3" resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== object-is@^1.0.1: version "1.1.5" resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" object-keys@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA== dependencies: isobject "^3.0.0" object.assign@^4.1.4: version "4.1.4" resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== dependencies: call-bind "^1.0.2" define-properties "^1.1.4" has-symbols "^1.0.3" object-keys "^1.1.1" object.getownpropertydescriptors@^2.0.3: version "2.1.6" resolved "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.6.tgz#5e5c384dd209fa4efffead39e3a0512770ccc312" integrity sha512-lq+61g26E/BgHv0ZTFgRvi7NMEPuAxLkFU7rukXjc/AlwH4Am5xXVnIXy3un1bg/JPbXHrixRkK1itUzzPiIjQ== dependencies: array.prototype.reduce "^1.0.5" call-bind "^1.0.2" define-properties "^1.2.0" es-abstract "^1.21.2" safe-array-concat "^1.0.0" object.pick@^1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== dependencies: isobject "^3.0.1" obliterator@^2.0.1: version "2.0.4" resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz#fa650e019b2d075d745e44f1effeb13a2adbe816" integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ== octokit-pagination-methods@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ== on-exit-leak-free@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz#5c703c968f7e7f851885f6459bf8a8a57edc9cc4" integrity sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w== on-finished@~2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== 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.npmjs.org/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== dependencies: wrappy "1" onetime@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" integrity sha512-GZ+g4jayMqzCRMgB2sol7GiCLjKfS1PINkjmx8spcKce1LiVqcbQreXwqs2YAFXC6R03VIG28ZS31t8M866v6A== onetime@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== dependencies: mimic-fn "^1.0.0" onetime@^5.1.0: version "5.1.2" resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" opener@^1.5.1: version "1.5.2" resolved "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== [email protected]: version "0.6.1" resolved "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" integrity sha512-snN4O4TkigujZphWLN0E//nQmm7790RYaE53DdL7ZYwee2D8DDo9/EyYiKUfN3rneWUjhJnueija3G9I2i0h3g== dependencies: minimist "~0.0.1" wordwrap "~0.0.2" optionator@^0.9.1: version "0.9.3" resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" [email protected], os-browserify@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A== os-homedir@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" integrity sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ== os-name@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== osenv@^0.1.4, osenv@^0.1.5: version "0.1.5" resolved "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== dependencies: os-homedir "^1.0.0" os-tmpdir "^1.0.0" own-or-env@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/own-or-env/-/own-or-env-1.0.2.tgz#84e78d2d5128f7ee8a59f741ad5aafb4256a7c89" integrity sha512-NQ7v0fliWtK7Lkb+WdFqe6ky9XAzYmlkXthQrBbzlYbmFKoAYbDDcwmOm6q8kOuwSRXW8bdL5ORksploUJmWgw== dependencies: own-or "^1.0.0" own-or@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/own-or/-/own-or-1.0.0.tgz#4e877fbeda9a2ec8000fbc0bcae39645ee8bf8dc" integrity sha512-NfZr5+Tdf6MB8UI9GLvKRs4cXY8/yB0w3xtt84xFdWy8hkGjn+JFc60VhzS/hFRfbyxFcGYMTjnF4Me+RbbqrA== p-each-series@^2.1.0: version "2.2.0" resolved "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== p-finally@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== [email protected], p-limit@^3.0.2, p-limit@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: yocto-queue "^0.1.0" p-limit@^1.1.0: version "1.3.0" resolved "https://registry.npmjs.org/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: version "2.3.0" resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== dependencies: p-try "^2.0.0" p-locate@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== dependencies: p-limit "^1.1.0" p-locate@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== dependencies: p-limit "^2.2.0" p-locate@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== dependencies: p-limit "^3.0.2" p-map-series@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca" integrity sha512-4k9LlvY6Bo/1FcIdV33wqZQES0Py+iKISU9Uc8p8AjWoZPnFKMpVIVD3s0EYn4jzLh1I+WeUZkJ0Yoa4Qfw3Kg== dependencies: p-reduce "^1.0.0" p-map@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/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-map@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0" p-pipe@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" integrity sha512-IA8SqjIGA8l9qOksXJvsvkeQ+VGb0TAzNCzvKvz9wt5wWLqfWbV6fXy43gpR2L4Te8sOq3S+Ql9biAaMKPdbtw== p-queue@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" integrity sha512-3Tx1T3oM1xO/Y8Gj0sWyE78EIJZ+t+aEmXUdvQgvGmSMri7aPTHoovbXEreWKkL5j21Er60XAWLTzKbAKYOujQ== p-try@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== p-try@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/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.npmjs.org/p-waterfall/-/p-waterfall-1.0.0.tgz#7ed94b3ceb3332782353af6aae11aa9fc235bb00" integrity sha512-KeXddIp6jBT8qzyxfQGOGzNYc/7ftxKtRc5Uggre02yvbZrSBHE2M2C842/WizMBFD4s0Ngwz3QFOit2A+Ezrg== dependencies: p-reduce "^1.0.0" package-hash@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz#3537f654665ec3cc38827387fc904c163c54f506" integrity sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ== dependencies: graceful-fs "^4.1.15" hasha "^5.0.0" lodash.flattendeep "^4.4.0" release-zalgo "^1.0.0" pad-left@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/pad-left/-/pad-left-2.1.0.tgz#16e6a3b2d44a8e138cb0838cc7cb403a4fc9e994" integrity sha512-HJxs9K9AztdIQIAIa/OIazRAUW/L6B9hbQDxO4X07roW3eo9XqZc2ur9bn1StH9CnbbI9EgvejHQX7CBpCF1QA== dependencies: repeat-string "^1.5.4" pako@~1.0.5: version "1.0.11" resolved "https://registry.npmjs.org/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.npmjs.org/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" parent-module@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/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, parse-asn1@^5.1.5: version "5.1.6" resolved "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" 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" parse-cache-control@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz#8eeab3e54fa56920fe16ba38f77fa21aacc2d74e" integrity sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg== parse-github-repo-url@^1.3.0: version "1.4.1" resolved "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50" integrity sha512-bSWyzBKqcSL4RrncTpGsEKoJ7H8a4L3++ifTAbTFeMHyq2wRV+42DGmQcHIrJIvdcacjIOxEuKH/w4tthF17gg== parse-json@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" integrity sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ== dependencies: error-ex "^1.2.0" parse-json@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== dependencies: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" parse-json@^5.0.0: version "5.2.0" resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" 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" parse-ms@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== parse-path@^4.0.0: version "4.0.4" resolved "https://registry.npmjs.org/parse-path/-/parse-path-4.0.4.tgz#4bf424e6b743fb080831f03b536af9fc43f0ffea" integrity sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw== dependencies: is-ssh "^1.3.0" protocols "^1.4.0" qs "^6.9.4" query-string "^6.13.8" parse-url@^6.0.0: version "6.0.5" resolved "https://registry.npmjs.org/parse-url/-/parse-url-6.0.5.tgz#4acab8982cef1846a0f8675fa686cef24b2f6f9b" integrity sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA== dependencies: is-ssh "^1.3.0" normalize-url "^6.1.0" parse-path "^4.0.0" protocols "^1.4.0" parse5@*: version "7.1.2" resolved "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32" integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== dependencies: entities "^4.4.0" [email protected]: version "6.0.1" resolved "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== [email protected]: version "0.0.6" resolved "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz#8e4bb5a19d1cdc844a08ac974d34e273afa670d5" integrity sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w== [email protected]: version "0.0.6" resolved "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz#e1496e829e3ac2ff47f39a4dd044b32823c4a25a" integrity sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow== pascalcase@^0.1.1: version "0.1.1" resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== patch-console@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/patch-console/-/patch-console-1.0.0.tgz#19b9f028713feb8a3c023702a8cc8cb9f7466f9d" integrity sha512-nxl9nrnLQmh64iTzMfyylSlRozL7kAXIaxw1fVcLYdyhNkJCRUzirRZTikXGJsg+hc4fqpneTK6iU2H1Q8THSA== [email protected]: version "0.0.1" resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== [email protected]: version "1.0.1" resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== path-dirname@^1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q== path-exists@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" integrity sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ== dependencies: pinkie-promise "^2.0.0" path-exists@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== path-exists@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw== path-key@^3.0.0, path-key@^3.1.0: version "3.1.1" resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.7: version "1.0.7" resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-type@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" integrity sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg== dependencies: graceful-fs "^4.1.2" pify "^2.0.0" pinkie-promise "^2.0.0" path-type@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== [email protected]: version "0.12.7" resolved "https://registry.npmjs.org/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f" integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q== dependencies: process "^0.11.1" util "^0.10.3" pbf@^3.2.1: version "3.2.1" resolved "https://registry.npmjs.org/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.1.2" resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" 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" performance-now@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== picocolors@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== pify@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== pify@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw== dependencies: pinkie "^2.0.0" pinkie@^2.0.0: version "2.0.4" resolved "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.0.0.tgz#cc0d6955fffcadb91b7b49ef220a6cc111d48bb3" integrity sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA== dependencies: readable-stream "^4.0.0" split2 "^4.0.0" pino-colada@^2.2.2: version "2.2.2" resolved "https://registry.npmjs.org/pino-colada/-/pino-colada-2.2.2.tgz#d52a9a20ea4a2916d54a6ec97100ae7898885e4c" integrity sha512-tzZl6j4D2v9WSQ4vEa7s8j15v16U6+z6M0fAWJOu5gBKxpy+XnOAgFBzeZGkxm6W3AQ04WvdSpqVLnDBdJlvOQ== dependencies: chalk "^3.0.0" fast-json-parse "^1.0.2" prettier-bytes "^1.0.3" pretty-ms "^5.0.0" split2 "^3.0.0" pino-std-serializers@^3.1.0: version "3.2.0" resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-3.2.0.tgz#b56487c402d882eb96cd67c257868016b61ad671" integrity sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg== pino-std-serializers@^6.0.0: version "6.2.2" resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== pino@^6.13.0: version "6.14.0" resolved "https://registry.npmjs.org/pino/-/pino-6.14.0.tgz#b745ea87a99a6c4c9b374e4f29ca7910d4c69f78" integrity sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg== dependencies: fast-redact "^3.0.0" fast-safe-stringify "^2.0.8" flatstr "^1.0.12" pino-std-serializers "^3.1.0" process-warning "^1.0.0" quick-format-unescaped "^4.0.3" sonic-boom "^1.0.2" pino@^8.12.0: version "8.15.0" resolved "https://registry.npmjs.org/pino/-/pino-8.15.0.tgz#67c61d5e397bf297e5a0433976a7f7b8aa6f876b" integrity sha512-olUADJByk4twxccmAxb1RiGKOSvddHugCV3wkqjyv+3Sooa2KLrmXrKEWOKi0XPCLasRR5jBXxioE1jxUa4KzQ== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1" on-exit-leak-free "^2.1.0" pino-abstract-transport v1.0.0 pino-std-serializers "^6.0.0" process-warning "^2.0.0" quick-format-unescaped "^4.0.3" real-require "^0.2.0" safe-stable-stringify "^2.3.1" sonic-boom "^3.1.0" thread-stream "^2.0.0" pirates@^4.0.0, pirates@^4.0.1: version "4.0.6" resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== pkg-dir@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/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@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== dependencies: find-up "^3.0.0" [email protected]: version "1.3.6" resolved "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7" integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== please-upgrade-node@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== dependencies: semver-compare "^1.0.0" [email protected]: version "7.0.0" resolved "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777" integrity sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow== [email protected]: version "1.6.4" resolved "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== dependencies: ts-pnp "^1.1.6" pop-iterate@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/pop-iterate/-/pop-iterate-1.0.1.tgz#ceacfdab4abf353d7a0f2aaa2c1fc7b3f9413ba3" integrity sha512-HRCx4+KJE30JhX84wBN4+vja9bNfysxg1y28l0DuJmkoaICiv2ZSilKddbS48pq50P8d2erAhqDLbp47yv3MbQ== [email protected]: version "1.16.1-lts" resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05" integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA== posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== [email protected]: version "8.2.15" resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65" integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q== dependencies: colorette "^1.2.2" nanoid "^3.1.23" source-map "^0.6.1" potpack@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz#23b99e64eb74f5741ffe7656b5b5c4ddce8dfc14" integrity sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ== [email protected]: version "3.17.1" resolved "https://registry.npmjs.org/pre-git/-/pre-git-3.17.1.tgz#1950d40151e067f7bc11f65a554d259f1c0df261" integrity sha512-/UH/OXKadgcm+7AvK7yNw5jxhN14/NSZ7rq8RgtJvX/KUjGtYQYx7UEAKIZtMjYZDO53nFpDVDr7SQzpVV55lA== dependencies: bluebird "3.5.1" chalk "2.3.2" check-more-types "2.24.0" conventional-commit-message "1.1.0" cz-conventional-changelog "2.1.0" debug "3.1.0" ggit "2.4.2" inquirer "3.3.0" lazy-ass "1.6.0" require-relative "0.8.7" shelljs "0.8.1" simple-commit-message "4.0.3" validate-commit-msg "2.14.0" word-wrap "1.2.3" prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier-bytes@^1.0.3: version "1.0.4" resolved "https://registry.npmjs.org/prettier-bytes/-/prettier-bytes-1.0.4.tgz#994b02aa46f699c50b6257b5faaa7fe2557e62d6" integrity sha512-dLbWOa4xBn+qeWeIF60qRoB6Pk2jX5P3DIVgOQyMyvBpu931Q+8dXz8X0snJiFkQdohDDLnZQECjzsAj75hgZQ== pretty-format@^26.0.0, pretty-format@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" 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" pretty-ms@^5.0.0: version "5.1.0" resolved "https://registry.npmjs.org/pretty-ms/-/pretty-ms-5.1.0.tgz#b906bdd1ec9e9799995c372e2b1c34f073f95384" integrity sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw== dependencies: parse-ms "^2.1.0" probe.gl@^3.4.0: version "3.6.0" resolved "https://registry.npmjs.org/probe.gl/-/probe.gl-3.6.0.tgz#e816234412b27a70b9be029cb82c8cf96cd72659" integrity sha512-19JydJWI7+DtR4feV+pu4Mn1I5TAc0xojuxVgZdXIyfmTLfUaFnk4OloWK1bKbPtkgGKLr2lnbnCXmpZEcEp9g== dependencies: "@babel/runtime" "^7.0.0" "@probe.gl/env" "3.6.0" "@probe.gl/log" "3.6.0" "@probe.gl/stats" "3.6.0" process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== process-on-spawn@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz#95b05a23073d30a17acfdc92a440efd2baefdc93" integrity sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg== dependencies: fromentries "^1.2.0" process-warning@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616" integrity sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q== process-warning@^2.0.0, process-warning@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/process-warning/-/process-warning-2.2.0.tgz#008ec76b579820a8e5c35d81960525ca64feb626" integrity sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg== [email protected], process@^0.11.1, process@^0.11.10: version "0.11.10" resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== promise-inflight@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== promise-retry@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d" integrity sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw== dependencies: err-code "^1.0.0" retry "^0.10.0" promise@^8.0.0: version "8.3.0" resolved "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a" integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg== dependencies: asap "~2.0.6" prompts@^2.0.1: version "2.4.2" resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== dependencies: kleur "^3.0.3" sisteransi "^1.0.5" promzard@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee" integrity sha512-JZeYqd7UAcHCwI+sTOeUDYkvEU+1bQ7iE0UT1MgB/tERkAPkesW46MrpIySzODi+owTjZtiF8Ay5j9m60KmMBw== dependencies: read "1" prop-types-extra@^1.1.0: version "1.1.1" resolved "https://registry.npmjs.org/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.0, prop-types@^15.6.2, prop-types@^15.7.2: version "15.8.1" resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== dependencies: loose-envify "^1.4.0" object-assign "^4.1.1" react-is "^16.13.1" proto-list@~1.2.1: version "1.2.4" resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== protocol-buffers-schema@^3.3.1: version "3.6.0" resolved "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz#77bc75a48b2ff142c1ad5b5b90c94cd0fa2efd03" integrity sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw== protocols@^1.4.0: version "1.4.8" resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8" integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg== protocols@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86" integrity sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== protoduck@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f" integrity sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg== dependencies: genfun "^5.0.0" proxy-addr@^2.0.7: version "2.0.7" resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== dependencies: forwarded "0.2.0" ipaddr.js "1.9.1" proxy-from-env@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== psl@^1.1.28, psl@^1.1.33: version "1.9.0" resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== public-encrypt@^4.0.0: version "4.0.3" resolved "https://registry.npmjs.org/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@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/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.2.4, punycode@^1.4.1: version "1.4.1" resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== punycode@^2.0.0, punycode@^2.1.0, punycode@^2.1.1: version "2.3.0" resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== [email protected]: version "2.0.3" resolved "https://registry.npmjs.org/q/-/q-2.0.3.tgz#75b8db0255a1a5af82f58c3f3aaa1efec7d0d134" integrity sha512-gv6vLGcmAOg96/fgo3d9tvA4dJNZL3fMyBqVRrGxQ+Q/o4k9QzbJ3NQF9cOO/71wRodoXhaPgphvMFU68qVAJQ== dependencies: asap "^2.0.0" pop-iterate "^1.0.1" weak-map "^1.0.5" q@^1.5.1: version "1.5.1" resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== qs@^6.11.0, qs@^6.4.0, qs@^6.9.4: version "6.11.2" resolved "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== dependencies: side-channel "^1.0.4" qs@~6.5.2: version "6.5.3" resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== query-string@^6.13.8: version "6.14.1" resolved "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a" 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" [email protected], querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA== querystring@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== querystringify@^2.1.1: version "2.2.0" resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== queue-microtask@^1.1.2, queue-microtask@^1.2.2, queue-microtask@^1.2.3: version "1.2.3" resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== [email protected]: version "6.0.2" resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== dependencies: inherits "~2.0.3" quick-format-unescaped@^4.0.3: version "4.0.4" resolved "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7" integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg== quick-lru@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" integrity sha512-tRS7sTgyxMXtLum8L65daJnHUhfDUgboRdcWW2bR9vBfrj2+O5HSMbQOJfJJjIVSPFqbBCF37FpwWXGitDc5tA== quick-lru@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== quickselect@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018" integrity sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw== [email protected]: version "0.4.0" resolved "https://registry.npmjs.org/quote/-/quote-0.4.0.tgz#10839217f6c1362b89194044d29b233fd7f32f01" integrity sha512-KHp3y3xDjuBhRx+tYKOgzPnVHMRlgpn2rU450GcU4PL24r1H6ls/hfPrxDwX2pvYMlwODHI2l8WwgoV69x5rUQ== raf@^3.4.1: version "3.4.1" resolved "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== dependencies: performance-now "^2.1.0" [email protected]: version "0.25.0" resolved "https://registry.npmjs.org/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9" integrity sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ== randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/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: version "1.2.1" resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== [email protected]: version "2.4.1" resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" integrity sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== dependencies: bytes "3.1.0" http-errors "1.7.3" iconv-lite "0.4.24" unpipe "1.0.0" [email protected]: version "3.0.1" resolved "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz#5fafa8a79b3b9afdfe5008403a720cc1de882ecf" integrity sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w== dependencies: quickselect "^2.0.0" rc@^1.2.7: version "1.2.8" resolved "https://registry.npmjs.org/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" [email protected]: version "4.4.3" resolved "https://registry.npmjs.org/react-awesome-query-builder/-/react-awesome-query-builder-4.4.3.tgz#d26a4090bfc74e95217ea530941d95b19df5bb2b" integrity sha512-o1frRK4/QWYfF+1rTgT/QWA/0Fp4iF4SejJkIcqOq0MezNTF8T5Ad+r6bH1dz95lmz+nrtMY5vQMgkgyswjl8A== dependencies: "@date-io/moment" "^1.3.13" classnames "^2.3.1" clone "^2.1.2" immutable "^3.8.2" lodash "^4.17.21" moment "^2.29.1" prop-types "^15.7.2" react-redux "~7.1.3" redux "^4.1.0" sqlstring "^2.3.2" [email protected]: version "1.6.1" resolved "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.1.tgz#c5493c028ede885826b72eb31e66f6f0a52ab007" integrity sha512-ojEPQ6OtyIMdLg0Smofk+85PKN6MLKQX3bU0Vwmok/4yNa8DQ2vCGhO2IgHJvT+ERQZ4X+gAQcdn6msAHSwLBg== dependencies: "@babel/runtime" "^7.14.0" "@restart/context" "^2.1.4" "@restart/hooks" "^0.3.26" "@types/invariant" "^2.2.33" "@types/prop-types" "^15.7.3" "@types/react" ">=16.14.8" "@types/react-transition-group" "^4.4.1" "@types/warning" "^3.0.0" classnames "^2.3.1" dom-helpers "^5.2.1" invariant "^2.2.4" prop-types "^15.7.2" prop-types-extra "^1.1.0" react-overlays "^5.0.1" react-transition-group "^4.4.1" uncontrollable "^7.2.1" warning "^4.0.3" [email protected]: version "3.0.6" resolved "https://registry.npmjs.org/react-burger-menu/-/react-burger-menu-3.0.6.tgz#9003cc1d65dc9e70d1460e5d8d8982f6b1a79d1d" integrity sha512-Xikyl8VRkQBOyFVoMKpbScTLG6LlW64rajiquyCGwtpPswrDxaifusKckzTWAOH0At40Boguhj5lXq451NO0LA== dependencies: browserify-optional "^1.0.0" classnames "^2.2.6" eve "~0.5.1" prop-types "^15.7.2" snapsvg-cjs "0.0.6" react-devtools-core@^4.19.1: version "4.28.0" resolved "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f" integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg== dependencies: shell-quote "^1.6.1" ws "^7" [email protected]: version "17.0.2" resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" scheduler "^0.20.2" [email protected], "react-is@^16.8.0 || ^17.0.0", react-is@^17.0.1: version "17.0.2" resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0, react-is@^16.9.0: version "16.13.1" resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== [email protected]: version "1.0.1" resolved "https://registry.npmjs.org/react-loading-overlay/-/react-loading-overlay-1.0.1.tgz#ee3b1ad56c45bb2f1ba46d4820ba0d06cd319a91" integrity sha512-aUjtZ8tNXBSx+MbD2SQs0boPbeTAGTh+I5U9nWjDzMasKlYr58RJpr57c8W7uApeLpOkAGbInExRi6GamNC2bA== dependencies: emotion "^10.0.1" prop-types "^15.6.2" react-transition-group "^2.5.0" [email protected]: version "7.0.19" resolved "https://registry.npmjs.org/react-map-gl/-/react-map-gl-7.0.19.tgz#bcd5e7963cf0209175a5398a3d99f5c3a40f3f0a" integrity sha512-s3E8aU6BursSDVwzQZbzdDzDRUX4kdfRqZODYvkdDbInr3RzaNdlbhJ5tojXKWOonsxV6wt+Acv9JCaOMKaf0A== dependencies: "@types/mapbox-gl" "^2.6.0" react-overlays@^5.0.1: version "5.2.1" resolved "https://registry.npmjs.org/react-overlays/-/react-overlays-5.2.1.tgz#49dc007321adb6784e1f212403f0fb37a74ab86b" integrity sha512-GLLSOLWr21CqtJn8geSwQfoJufdt3mfdsnIiQswouuQ2MMPns+ihZklxvsTDKD3cR2tF8ELbi5xUsvqVhR6WvA== dependencies: "@babel/runtime" "^7.13.8" "@popperjs/core" "^2.11.6" "@restart/hooks" "^0.4.7" "@types/warning" "^3.0.0" dom-helpers "^5.2.0" prop-types "^15.7.2" uncontrollable "^7.2.1" warning "^4.0.3" react-reconciler@^0.26.2: version "0.26.2" resolved "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.26.2.tgz#bbad0e2d1309423f76cf3c3309ac6c96e05e9d91" integrity sha512-nK6kgY28HwrMNwDnMui3dvm3rCFjZrcGiuwLc5COUipBK5hWHLOxMJhSnSomirqWwjPBJKV1QcbkI0VJr7Gl1Q== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" scheduler "^0.20.2" react-redux@~7.1.3: version "7.1.3" resolved "https://registry.npmjs.org/react-redux/-/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79" integrity sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w== dependencies: "@babel/runtime" "^7.5.5" hoist-non-react-statics "^3.3.0" invariant "^2.2.4" loose-envify "^1.4.0" prop-types "^15.7.2" react-is "^16.9.0" [email protected]: version "0.8.3" resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== [email protected]: version "7.7.0" resolved "https://registry.npmjs.org/react-table/-/react-table-7.7.0.tgz#e2ce14d7fe3a559f7444e9ecfe8231ea8373f912" integrity sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA== [email protected]: version "3.2.2" resolved "https://registry.npmjs.org/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0" integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A== dependencies: clsx "^1.1.0" prop-types "^15.5.0" react-transition-group@^2.5.0: version "2.9.0" resolved "https://registry.npmjs.org/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-transition-group@^4.0.0, react-transition-group@^4.4.0, react-transition-group@^4.4.1: version "4.4.5" resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1" integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g== dependencies: "@babel/runtime" "^7.5.5" dom-helpers "^5.0.1" loose-envify "^1.4.0" prop-types "^15.6.2" [email protected], react@^17.0.2: version "17.0.2" resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" read-cmd-shim@^1.0.1: version "1.0.5" resolved "https://registry.npmjs.org/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.2" resolved "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a" 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" read-package-tree@^5.1.6: version "5.3.1" resolved "https://registry.npmjs.org/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.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" integrity sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A== dependencies: find-up "^1.0.0" read-pkg "^1.0.0" read-pkg-up@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" integrity sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw== dependencies: find-up "^2.0.0" read-pkg "^3.0.0" read-pkg-up@^7.0.1: version "7.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" integrity sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ== dependencies: load-json-file "^1.0.0" normalize-package-data "^2.3.2" path-type "^1.0.0" read-pkg@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA== 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.npmjs.org/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.npmjs.org/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" integrity sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ== dependencies: mute-stream "~0.0.4" "readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.2, 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.8" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== 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, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0: version "3.6.2" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" string_decoder "^1.1.1" util-deprecate "^1.0.1" readable-stream@^4.0.0: version "4.4.2" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz#e6aced27ad3b9d726d8308515b9a1b98dc1b9d13" integrity sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA== dependencies: abort-controller "^3.0.0" buffer "^6.0.3" events "^3.3.0" process "^0.11.10" string_decoder "^1.3.0" readdir-scoped-modules@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/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@~3.5.0: version "3.5.0" resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== dependencies: picomatch "^2.2.1" readdirp@~3.6.0: version "3.6.0" resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: picomatch "^2.2.1" readline2@^0.1.1: version "0.1.1" resolved "https://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz#99443ba6e83b830ef3051bfd7dc241a82728d568" integrity sha512-qs8GGG+hLGMaDOGjd+mDglDoYcHDkjIY7z5RU0/ApsGT0qypyrWskNeemUqD+UxIXiZoMYT5aLwGp4ehoyZhIg== dependencies: mute-stream "0.0.4" strip-ansi "^2.0.1" readline2@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35" integrity sha512-8/td4MmwUB6PkZUbV25uKz7dfrmjYWxsW8DVfibWdlHRk/l/DfHKn4pU+dfcoGLFgWOdyGCzINRQD7jn+Bv+/g== dependencies: code-point-at "^1.0.0" is-fullwidth-code-point "^1.0.0" mute-stream "0.0.5" real-require@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz#209632dea1810be2ae063a6ac084fee7e33fba78" integrity sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg== rechoir@^0.6.2: version "0.6.2" resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw== dependencies: resolve "^1.1.6" redent@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" integrity sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g== dependencies: indent-string "^2.1.0" strip-indent "^1.0.1" redent@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa" integrity sha512-XNwrTx77JQCEMXTeb8movBKuK75MgH0RZkujNuDKCezemx/voapl9i2gCSi8WWm8+ox5ycJi1gxF22fR7c0Ciw== dependencies: indent-string "^3.0.0" strip-indent "^2.0.0" redent@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== dependencies: indent-string "^4.0.0" strip-indent "^3.0.0" redeyed@~2.1.0: version "2.1.1" resolved "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz#8984b5815d99cb220469c99eeeffe38913e6cc0b" integrity sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ== dependencies: esprima "~4.0.0" reduce-flatten@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz#734fd84e65f375d7ca4465c69798c25c9d10ae27" integrity sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w== redux@^4.1.0: version "4.2.1" resolved "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== dependencies: "@babel/runtime" "^7.9.2" regenerate-unicode-properties@^10.1.0: version "10.1.0" resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c" integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== dependencies: regenerate "^1.4.2" regenerate@^1.4.2: version "1.4.2" resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.5, regenerator-runtime@^0.13.7: version "0.13.11" resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== regenerator-runtime@^0.14.0: version "0.14.0" resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== regenerator-transform@^0.15.2: version "0.15.2" resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== dependencies: "@babel/runtime" "^7.8.4" regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/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.prototype.flags@^1.5.0: version "1.5.0" resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#fe7ce25e7e4cca8db37b6634c8a2c7009199b9cb" integrity sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA== dependencies: call-bind "^1.0.2" define-properties "^1.2.0" functions-have-names "^1.2.3" regexpu-core@^5.3.1: version "5.3.2" resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== dependencies: "@babel/regjsgen" "^0.8.0" regenerate "^1.4.2" regenerate-unicode-properties "^10.1.0" regjsparser "^0.9.1" unicode-match-property-ecmascript "^2.0.0" unicode-match-property-value-ecmascript "^2.1.0" regjsparser@^0.9.1: version "0.9.1" resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709" integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== dependencies: jsesc "~0.5.0" release-zalgo@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz#09700b7e5074329739330e535c5a90fb67851730" integrity sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA== dependencies: es6-error "^4.0.1" remove-trailing-separator@^1.0.1: version "1.1.0" resolved "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw== repeat-element@^1.1.2: version "1.1.4" resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== repeat-string@^1.5.4, repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== repeating@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" integrity sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A== dependencies: is-finite "^1.0.0" request@^2.88.0: version "2.88.2" resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== 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" require-directory@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== require-from-string@^2.0.2: version "2.0.2" resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== require-main-filename@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== [email protected]: version "0.8.7" resolved "https://registry.npmjs.org/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de" integrity sha512-AKGr4qvHiryxRb19m3PsLRGuKVAbJLUD7E6eOaHkfKhwc+vSgVOCY5xNvm9EkolBKTOf0GrQAZKLimOCz81Khg== requires-port@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== resolve-cwd@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" integrity sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg== dependencies: resolve-from "^3.0.0" resolve-cwd@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== dependencies: resolve-from "^5.0.0" resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" integrity sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw== resolve-from@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== resolve-from@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve-protobuf-schema@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== [email protected]: version "1.1.7" resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg== resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.18.1: version "1.22.4" resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34" integrity sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg== dependencies: is-core-module "^2.13.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" restore-cursor@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" integrity sha512-reSjH4HuiFlxlaBaFCiS6O76ZGG2ygKoSlCsipKdaZuKSPx/+bt9mULkn4l0asVzbEfQQmXRg6Wp6gv6m0wElw== dependencies: exit-hook "^1.0.0" onetime "^1.0.0" restore-cursor@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== dependencies: onetime "^2.0.0" signal-exit "^3.0.2" restore-cursor@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== ret@~0.2.0: version "0.2.2" resolved "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz#b6861782a1f4762dce43402a71eb7a283f44573c" integrity sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== retry@^0.10.0: version "0.10.1" resolved "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" integrity sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ== reusify@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rfdc@^1.1.4, rfdc@^1.2.0, rfdc@^1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== rgbcolor@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz#d6505ecdb304a6595da26fa4b43307306775945d" integrity sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw== rifm@^0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/rifm/-/rifm-0.7.0.tgz#debe951a9c83549ca6b33e5919f716044c2230be" integrity sha512-DSOJTWHD67860I5ojetXdEQRIBvF6YcpNe53j0vn1vp9EUb9N80EiZTxgP+FkDKorWC8PZw052kTF4C1GOivCQ== dependencies: "@babel/runtime" "^7.3.1" right-pad@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0" integrity sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw== [email protected]: version "3.0.0" resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b" integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== dependencies: glob "^7.1.3" rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3: version "2.7.1" resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== dependencies: glob "^7.1.3" rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== dependencies: hash-base "^3.0.0" inherits "^2.0.1" rsvp@^4.8.4: version "4.8.5" resolved "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== run-async@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389" integrity sha512-qOX+w+IxFgpUpJfkv2oGN0+ExPs68F4sZHfaRRx4dDexAQkG83atugKVEylyT5ARees3HBbfmuvnjbrd8j9Wjw== dependencies: once "^1.3.0" run-async@^2.2.0: version "2.4.1" resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== dependencies: queue-microtask "^1.2.2" run-queue@^1.0.0, run-queue@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" integrity sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg== dependencies: aproba "^1.1.1" rw@1: version "1.3.3" resolved "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4" integrity sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ== rx-lite-aggregates@^4.0.8: version "4.0.8" resolved "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be" integrity sha512-3xPNZGW93oCjiO7PtKxRK6iOVYBWBvtf9QHDfU23Oc+dLIQmAV//UnyXV/yihv81VS/UqoQPk4NegS8EFi55Hg== dependencies: rx-lite "*" rx-lite@*, rx-lite@^4.0.8: version "4.0.8" resolved "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" integrity sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA== rx-lite@^3.1.2: version "3.1.2" resolved "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" integrity sha512-1I1+G2gteLB8Tkt8YI1sJvSIfa0lWuRtC8GjvtyPBcLSF5jBCCJJqKrpER5JU5r6Bhe+i9/pK3VMuUcXu0kdwQ== rx@^2.4.3: version "2.5.3" resolved "https://registry.npmjs.org/rx/-/rx-2.5.3.tgz#21adc7d80f02002af50dae97fd9dbf248755f566" integrity sha512-u5qvfulb7NXoY/+OE28920WEgFi6aiDjf5iF9rA2f9tBXejLgTLd0WxkclvIQWjFFHfNJlb7pSTsrjgiDh+Uug== [email protected], rxjs@^6.4.0: version "6.6.7" resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== dependencies: tslib "^1.9.0" rxjs@^7.5.1: version "7.8.1" resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== dependencies: tslib "^2.1.0" safe-array-concat@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz#2064223cba3c08d2ee05148eedbc563cd6d84060" integrity sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ== dependencies: call-bind "^1.0.2" get-intrinsic "^1.2.0" has-symbols "^1.0.3" isarray "^2.0.5" [email protected], 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.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== safe-regex-test@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295" integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== dependencies: call-bind "^1.0.2" get-intrinsic "^1.1.3" is-regex "^1.1.4" safe-regex2@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz#b287524c397c7a2994470367e0185e1916b1f5b9" integrity sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ== dependencies: ret "~0.2.0" safe-regex@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg== dependencies: ret "~0.1.10" safe-stable-stringify@^2.3.1: version "2.4.3" resolved "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886" integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g== "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: version "2.1.2" resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== sane@^4.0.3: version "4.1.0" resolved "https://registry.npmjs.org/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" saxes@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== dependencies: xmlchars "^2.2.0" scheduler@^0.20.2: version "0.20.2" resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" secure-json-parse@^2.0.0, secure-json-parse@^2.4.0, secure-json-parse@^2.5.0: version "2.7.0" resolved "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862" integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw== [email protected]: version "2.4.3" resolved "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz#2438504dad33917314bff18ac4d794f16d6aaecc" integrity sha512-2CkZ9Wn2dS4mMUWQaXLsOAfGD+irMlLEeSP3cMxpGbgyOOzJGFa+MWCOMTOCMyZinHRPxyOj/S/C57li/1to6Q== semver-compare@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz#92a4969065f9c70c694753d55248fc68f8f652c9" integrity sha512-1vZcoRC+LPtHFkLUPyrabsATDSHerxW+hJBN8h04HZOZBuewbXaNROtUVdEPrTdZsWNq6sfsXDhd48GB2xTG4g== semver-store@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/semver-store/-/semver-store-0.3.0.tgz#ce602ff07df37080ec9f4fb40b29576547befbe9" integrity sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg== "semver@2 || 3 || 4 || 5", "[email protected] || 3.x || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1: version "5.7.2" resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== [email protected]: version "5.4.1" resolved "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" integrity sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg== [email protected]: version "5.5.0" resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== [email protected], semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0, semver@^7.5.3: version "7.5.4" resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1: version "6.3.1" resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== send@^0.17.1: version "0.17.2" resolved "https://registry.npmjs.org/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== 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.8.1" mime "1.6.0" ms "2.1.3" on-finished "~2.3.0" range-parser "~1.2.1" statuses "~1.5.0" set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== set-cookie-parser@^2.4.1: version "2.6.0" resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz#131921e50f62ff1a66a461d7d62d7b21d5d15a51" integrity sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ== set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/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" setimmediate@^1.0.4: version "1.0.5" resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== [email protected]: version "1.1.1" resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== [email protected]: version "1.2.0" resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== sha.js@^2.4.0, sha.js@^2.4.8: version "2.4.11" resolved "https://registry.npmjs.org/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@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== dependencies: kind-of "^6.0.2" shebang-command@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg== dependencies: shebang-regex "^1.0.0" shebang-command@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ== shebang-regex@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== [email protected]: version "1.7.2" resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== shell-quote@^1.6.1: version "1.8.1" resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== [email protected]: version "0.8.1" resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1" integrity sha512-YA/iYtZpzFe5HyWVGrb02FjPxc4EMCfpoU/Phg9fQoyMC72u9598OUBrsU8IrtwAKG0tO8IYaqbaLIw+k3IRGA== dependencies: glob "^7.0.0" interpret "^1.0.0" rechoir "^0.6.2" shellwords@^0.1.1: version "0.1.1" resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== shiki@^0.9.12: version "0.9.15" resolved "https://registry.npmjs.org/shiki/-/shiki-0.9.15.tgz#2481b46155364f236651319d2c18e329ead6fa44" integrity sha512-/Y0z9IzhJ8nD9nbceORCqu6NgT9X6I8Fk8c3SICHI5NbZRLdZYFaB233gwct9sU0vvSypyaL/qaKvzyQGJBZSw== dependencies: jsonc-parser "^3.0.0" vscode-oniguruma "^1.6.1" vscode-textmate "5.2.0" [email protected]: version "0.0.16" resolved "https://registry.npmjs.org/shm-typed-array/-/shm-typed-array-0.0.16.tgz#e097a8a9d30038efe39f1a34e0a6cd5c82e7712f" integrity sha512-wOCznpST+SVykm/JxSmCmpOqEqksTcrWKtqPuOm/UAva05FSXjbIxwJcR62LBEQOo2O2gtg3wgFtfgoulGyuhg== dependencies: nan "^2.13.2" side-channel@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== dependencies: call-bind "^1.0.0" get-intrinsic "^1.0.2" object-inspect "^1.9.0" signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.4, signal-exit@^3.0.6, signal-exit@^3.0.7: version "3.0.7" resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== [email protected]: version "4.0.3" resolved "https://registry.npmjs.org/simple-commit-message/-/simple-commit-message-4.0.3.tgz#947a37834ef11611d4faea48158afe67eec981a6" integrity sha512-eC4PcOUQJLIQTSxFM2qzTetbK9excIlRVu4DMQ1HaVjdfLJ7U1QEyyiLgIAhlcf7cnLol9qev1PSTlcZmj9dxg== dependencies: am-i-a-dependency "1.1.2" check-more-types "2.24.0" debug "3.1.0" ggit "2.4.2" hr "0.1.3" inquirer "0.12.0" inquirer-confirm "0.2.2" largest-semantic-change "1.1.0" lazy-ass "1.6.0" semver "5.5.0" word-wrap "1.2.3" simple-concat@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== simple-get@^3.0.3: version "3.1.1" resolved "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz#cc7ba77cfbe761036fbfce3d021af25fc5584d55" integrity sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA== dependencies: decompress-response "^4.2.0" once "^1.3.1" simple-concat "^1.0.0" [email protected]: version "9.11.0" resolved "https://registry.npmjs.org/simple-peer/-/simple-peer-9.11.0.tgz#e8d27609c7a610c3ddd75767da868e8daab67571" integrity sha512-qvdNu/dGMHBm2uQ7oLhQBMhYlrOZC1ywXNCH/i8I4etxR1vrjCnU6ZSQBptndB1gcakjo2+w4OHo7Sjza1SHxg== dependencies: buffer "^6.0.3" debug "^4.3.1" err-code "^3.0.1" get-browser-rtc "^1.1.0" queue-microtask "^1.2.3" randombytes "^2.1.0" readable-stream "^3.6.0" sisteransi@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== size-sensor@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/size-sensor/-/size-sensor-1.0.1.tgz#f84e46206d3e259faff1d548e4b3beca93219dbb" integrity sha512-QTy7MnuugCFXIedXRpUSk9gUnyNiaxIdxGfUjr8xxXOqIB3QvBUYP9+b51oCg2C4dnhaeNk/h57TxjbvoJrJUA== slash@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== slash@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== slice-ansi@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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" slice-ansi@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== dependencies: ansi-styles "^4.0.0" astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" slide@^1.1.6: version "1.1.6" resolved "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" integrity sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw== smart-buffer@^4.1.0: version "4.2.0" resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/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" [email protected]: version "0.0.6" resolved "https://registry.npmjs.org/snapsvg-cjs/-/snapsvg-cjs-0.0.6.tgz#3b2f56af2573d3d364c3ed5bf8885745f4d2dde1" integrity sha512-7NNvoGrc3BQvWz5rWK1DsD5/Vni4STswz5B3JrBADboQWcN8OBVGjYVJFPT5JkUXb2iVnEflZANhufEpEcTHXw== dependencies: snapsvg "0.5.1" [email protected]: version "0.5.1" resolved "https://registry.npmjs.org/snapsvg/-/snapsvg-0.5.1.tgz#0caf52c79189a290746fc446cc5e863f6bdddfe3" integrity sha512-CjwWYsL7+CCk1vCk9BBKGYS4WJVDfJAOMWU+Zhzf8wf6pAm/xT34wnpaMPAgcgCNkxuU6OkQPPd8wGuRCY9aNw== dependencies: eve "~0.5.1" socket.io-adapter@~2.3.1: version "2.3.3" resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.3.tgz#4d6111e4d42e9f7646e365b4f578269821f13486" integrity sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ== socket.io-adapter@~2.5.2: version "2.5.2" resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz#5de9477c9182fdc171cd8c8364b9a8894ec75d12" integrity sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA== dependencies: ws "~8.11.0" [email protected]: version "4.2.0" resolved "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.2.0.tgz#195feed3de40283b1ae3f7d02cf91d3eb2c905c1" integrity sha512-3GJ2KMh7inJUNAOjgf8NaKJZJa9uRyfryh2LrVJyKyxmzoXlfW9DeDNqylJn0ovOFt4e/kRLNWzMt/YqqEWYSA== dependencies: "@types/component-emitter" "^1.2.10" backo2 "~1.0.2" component-emitter "~1.3.0" debug "~4.3.2" engine.io-client "~5.2.0" parseuri "0.0.6" socket.io-parser "~4.0.4" socket.io-parser@~4.0.4: version "4.0.5" resolved "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.5.tgz#cb404382c32324cc962f27f3a44058cf6e0552df" integrity sha512-sNjbT9dX63nqUFIOv95tTVm6elyIU4RvB1m8dOeZt+IgWwcWklFDOdmGcfo3zSiRsnR/3pJkjY5lfoGqEe4Eig== dependencies: "@types/component-emitter" "^1.2.10" component-emitter "~1.3.0" debug "~4.3.1" socket.io-parser@~4.2.4: version "4.2.4" resolved "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83" integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew== dependencies: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.1" [email protected]: version "4.1.3" resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.1.3.tgz#d114328ef27ab31b889611792959c3fa6d502500" integrity sha512-tLkaY13RcO4nIRh1K2hT5iuotfTaIQw7cVIe0FUykN3SuQi0cm7ALxuyT5/CtDswOMWUzMGTibxYNx/gU7In+Q== dependencies: "@types/cookie" "^0.4.0" "@types/cors" "^2.8.10" "@types/node" ">=10.0.0" accepts "~1.3.4" base64id "~2.0.0" debug "~4.3.1" engine.io "~5.1.1" socket.io-adapter "~2.3.1" socket.io-parser "~4.0.4" socket.io@^4.0.1: version "4.7.2" resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.7.2.tgz#22557d76c3f3ca48f82e73d68b7add36a22df002" integrity sha512-bvKVS29/I5fl2FGLNHuXlQaUH/BlzX1IN6S+NKLNZpBsPZIDH+90eQmCs2Railn4YUiww4SzUedJ6+uzwFnKLw== dependencies: accepts "~1.3.4" base64id "~2.0.0" cors "~2.8.5" debug "~4.3.2" engine.io "~6.5.2" socket.io-adapter "~2.5.2" socket.io-parser "~4.2.4" socks-proxy-agent@^4.0.0: version "4.0.2" resolved "https://registry.npmjs.org/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.npmjs.org/socks/-/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3" integrity sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA== dependencies: ip "1.1.5" smart-buffer "^4.1.0" sonic-boom@^1.0.2: version "1.4.1" resolved "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz#d35d6a74076624f12e6f917ade7b9d75e918f53e" integrity sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg== dependencies: atomic-sleep "^1.0.0" flatstr "^1.0.12" sonic-boom@^3.1.0: version "3.3.0" resolved "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c" integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g== dependencies: atomic-sleep "^1.0.0" sort-keys@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" integrity sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg== dependencies: is-plain-obj "^1.0.0" source-map-resolve@^0.5.0: version "0.5.3" resolved "https://registry.npmjs.org/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.16, source-map-support@^0.5.20, source-map-support@^0.5.6: version "0.5.21" resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" source-map-url@^0.4.0: version "0.4.1" resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== [email protected]: version "0.7.3" resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== [email protected]: version "0.8.0-beta.0" resolved "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== dependencies: whatwg-url "^7.0.0" source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: version "0.5.7" resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== source-map@^0.7.3: version "0.7.4" resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== source-map@~0.1.30: version "0.1.43" resolved "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346" integrity sha512-VtCvB9SIQhk3aF6h+N85EaqIaBFIAfZ9Cu+NJHHVvc8BbEcnvDcFw6sqQ2dQrT6SlOrZq3tIvyD9+EGq/lJryQ== dependencies: amdefine ">=0.0.4" spawn-wrap@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e" integrity sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg== dependencies: foreground-child "^2.0.0" is-windows "^1.0.2" make-dir "^3.0.0" rimraf "^3.0.0" signal-exit "^3.0.2" which "^2.0.1" spdx-correct@^3.0.0: version "3.2.0" resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== dependencies: spdx-expression-parse "^3.0.0" spdx-license-ids "^3.0.0" spdx-exceptions@^2.1.0: version "2.3.0" resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== spdx-expression-parse@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== dependencies: spdx-exceptions "^2.1.0" spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: version "3.0.13" resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5" integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== split-on-first@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" resolved "https://registry.npmjs.org/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: version "2.2.0" resolved "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493" integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw== dependencies: through2 "^2.0.2" split2@^3.0.0: version "3.2.2" resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== dependencies: readable-stream "^3.0.0" split2@^4.0.0, split2@^4.1.0: version "4.2.0" resolved "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4" integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== split@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== dependencies: through "2" sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== sqlstring@^2.3.2: version "2.3.3" resolved "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz#2ddc21f03bce2c387ed60680e739922c65751d0c" integrity sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg== sshpk@^1.7.0: version "1.17.0" resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== 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.2" resolved "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== dependencies: figgy-pudding "^3.5.1" stack-utils@^2.0.2, stack-utils@^2.0.4: version "2.0.6" resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== dependencies: escape-string-regexp "^2.0.0" stackblur-canvas@^2.0.0: version "2.6.0" resolved "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.6.0.tgz#7876bab4ea99bfc97b69ce662614d7a1afb2d71b" integrity sha512-8S1aIA+UoF6erJYnglGPug6MaHYGo1Ot7h5fuXx4fUPvcvQfcdw2o/ppCse63+eZf8PPidSu4v1JnmEVtEDnpg== [email protected]: version "0.1.10" resolved "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz#29fb0cae4e0d0b85155879402857a1639eb6051a" integrity sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== dependencies: type-fest "^0.7.1" static-extend@^0.1.1: version "0.1.2" resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g== dependencies: define-property "^0.2.5" object-copy "^0.1.0" [email protected]: version "2.0.1" resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== "statuses@>= 1.5.0 < 2", statuses@~1.5.0: version "1.5.0" resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== [email protected]: version "3.0.0" resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f" integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA== dependencies: inherits "~2.0.4" readable-stream "^3.5.0" stream-browserify@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/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.npmjs.org/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" [email protected]: version "3.1.1" resolved "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz#0370a8017cf8d050b9a8554afe608f043eaff564" integrity sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg== dependencies: builtin-status-codes "^3.0.0" inherits "^2.0.4" readable-stream "^3.6.0" xtend "^4.0.2" stream-http@^2.7.2: version "2.8.3" resolved "https://registry.npmjs.org/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-parser@^0.3.1: version "0.3.1" resolved "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz#1618548694420021a1182ff0af1911c129761773" integrity sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ== dependencies: debug "2" stream-shift@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== stream-wormhole@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz#300aff46ced553cfec642a05251885417693c33d" integrity sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew== strict-uri-encode@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ== [email protected]: version "0.3.1" resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== [email protected]: version "1.1.3" resolved "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A== string-length@^4.0.1: version "4.0.2" resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== dependencies: char-regex "^1.0.2" strip-ansi "^6.0.0" string-similarity@^4.0.1: version "4.0.4" resolved "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz#42d01ab0b34660ea8a018da8f56a3309bb8b2a5b" integrity sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ== string-width@^1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" integrity sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw== 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 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" 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" string-width@^2.1.0: version "2.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/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.prototype.trim@^1.2.7: version "1.2.7" resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533" integrity sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg== dependencies: call-bind "^1.0.2" define-properties "^1.1.4" es-abstract "^1.20.4" string.prototype.trimend@^1.0.6: version "1.0.6" resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== dependencies: call-bind "^1.0.2" define-properties "^1.1.4" es-abstract "^1.20.4" string.prototype.trimstart@^1.0.6: version "1.0.6" resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== dependencies: call-bind "^1.0.2" define-properties "^1.1.4" es-abstract "^1.20.4" [email protected], string_decoder@^1.0.0, string_decoder@^1.1.1, string_decoder@^1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/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@~1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/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" [email protected]: version "6.0.0" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== dependencies: ansi-regex "^5.0.0" strip-ansi@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz#df62c1aa94ed2f114e1d0f21fd1d50482b79a60e" integrity sha512-2h8q2CP3EeOhDJ+jd932PRMpa3/pOJFGoF22J1U/DNbEK2gSW2DqeF46VjCXsSQXhC+k/l8/gaaRBQKL6hUPfQ== dependencies: ansi-regex "^1.0.0" strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== dependencies: ansi-regex "^2.0.0" strip-ansi@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== dependencies: ansi-regex "^3.0.0" strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: version "5.2.0" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== dependencies: ansi-regex "^4.1.0" strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" strip-bom@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" integrity sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g== dependencies: is-utf8 "^0.2.0" strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== strip-bom@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q== strip-final-newline@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/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.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" integrity sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA== dependencies: get-stdin "^4.0.1" strip-indent@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" integrity sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA== strip-indent@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/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@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== strong-log-transformer@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/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" [email protected]: version "4.0.1" resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz#ae3f716eacc0792f7050389de88add6d5245b9e9" integrity sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ== dependencies: "@babel/plugin-syntax-jsx" "7.14.5" "@babel/types" "7.15.0" convert-source-map "1.7.0" loader-utils "1.2.3" source-map "0.7.3" string-hash "1.1.3" stylis "3.5.4" stylis-rule-sheet "0.0.10" [email protected]: version "0.0.10" resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== [email protected]: version "3.5.4" resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== [email protected]: version "6.0.2" resolved "https://registry.npmjs.org/supercluster/-/supercluster-6.0.2.tgz#aa2eaae185ef97872f388c683ec29f6991721ee3" integrity sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw== dependencies: kdbush "^3.0.0" supercluster@^7.1.5: version "7.1.5" resolved "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz#65a6ce4a037a972767740614c19051b64b8be5a3" integrity sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg== dependencies: kdbush "^3.0.0" supports-color@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== supports-color@^5.3.0: version "5.5.0" resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== dependencies: has-flag "^3.0.0" supports-color@^7.0.0, supports-color@^7.1.0: version "7.2.0" resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" supports-color@^8.0.0: version "8.1.1" resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== dependencies: has-flag "^4.0.0" supports-hyperlinks@^2.0.0: version "2.3.0" resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624" integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA== dependencies: has-flag "^4.0.0" supports-color "^7.0.0" supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== svg-pathdata@^6.0.3: version "6.0.3" resolved "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz#80b0e0283b652ccbafb69ad4f8f73e8d3fbf2cac" integrity sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw== [email protected]: version "0.9.3" resolved "https://registry.npmjs.org/svg2img/-/svg2img-0.9.3.tgz#33b3d84347f0786886393c3dd9bcd68895d06589" integrity sha512-xuBToDg/iFg0T8dhMTpu8CGfnsinswF2zgBa22HbcK6fSAKkl/bsX84qbic50kA4McKTLK5QZ+fzavy8quEIVA== dependencies: atob "^2.0.0" btoa "^1.1.2" canvas "^2.6.0" canvg "^3.0.6" jsdom "^16.3.0" symbol-tree@^3.2.4: version "3.2.4" resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== [email protected]: version "6.1.0" resolved "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz#e96217565b5e50bbffe179868ba75532fb597e68" integrity sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw== dependencies: http-response-object "^3.0.1" sync-rpc "^1.2.1" then-request "^6.0.0" sync-rpc@^1.2.1: version "1.3.6" resolved "https://registry.npmjs.org/sync-rpc/-/sync-rpc-1.3.6.tgz#b2e8b2550a12ccbc71df8644810529deb68665a7" integrity sha512-J8jTXuZzRlvU7HemDgHi3pGnh/rkoqR/OZSjhTyyZrEkkYQbk7Z33AXp37mkPfPpfdOuj7Ex3H/TJM1z48uPQw== dependencies: get-port "^3.1.0" table-layout@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/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" [email protected]: version "1.1.2" resolved "https://registry.npmjs.org/tagmap.js/-/tagmap.js-1.1.2.tgz#1f2544817eb37f5ee125b0a022919102ae65b24a" integrity sha512-r1wHR0bZKNI+eeE/nEgAhR/YUClvimEn0RFFb7Y9UCdhENX/H3MaKY5JHXg3JPk9rThkClnpM3YMIvuGNbRyxg== dependencies: d3-scale "3.2.1" hdbscanjs "1.0.12" rbush "3.0.1" tap-mocha-reporter@^5.0.3: version "5.0.3" resolved "https://registry.npmjs.org/tap-mocha-reporter/-/tap-mocha-reporter-5.0.3.tgz#3e261b2a43092ba8bc0cb67a89b33e283decee05" integrity sha512-6zlGkaV4J+XMRFkN0X+yuw6xHbE9jyCZ3WUKfw4KxMyRGOpYSRuuQTRJyWX88WWuLdVTuFbxzwXhXuS2XE6o0g== dependencies: color-support "^1.1.0" debug "^4.1.1" diff "^4.0.1" escape-string-regexp "^2.0.0" glob "^7.0.5" tap-parser "^11.0.0" tap-yaml "^1.0.0" unicode-length "^2.0.2" tap-parser@^11.0.0, tap-parser@^11.0.2: version "11.0.2" resolved "https://registry.npmjs.org/tap-parser/-/tap-parser-11.0.2.tgz#5d3e76e2cc521e23a8c50201487b273ca0fba800" integrity sha512-6qGlC956rcORw+fg7Fv1iCRAY8/bU9UabUAhs3mXRH6eRmVZcNPLheSXCYaVaYeSwx5xa/1HXZb1537YSvwDZg== dependencies: events-to-array "^1.0.1" minipass "^3.1.6" tap-yaml "^1.0.0" tap-yaml@^1.0.0, tap-yaml@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/tap-yaml/-/tap-yaml-1.0.2.tgz#62032a459e5524e10661c19ee9df5d33d78812fa" integrity sha512-GegASpuqBnRNdT1U+yuUPZ8rEU64pL35WPBpCISWwff4dErS2/438barz7WFJl4Nzh3Y05tfPidZnH+GaV1wMg== dependencies: yaml "^1.10.2" tap@^16.1.0: version "16.3.8" resolved "https://registry.npmjs.org/tap/-/tap-16.3.8.tgz#458401da130ec3ddd75dbc7e25410aa40df1a180" integrity sha512-ARpCLtOFST37MholnZm7JMFikGq0x/T9uBdZH83iuddPNgwDTZQiD8+4x7VABUfVWS0ozKUkmHZ5OOzMI3fLPg== dependencies: "@isaacs/import-jsx" "^4.0.1" "@types/react" "^17.0.52" chokidar "^3.3.0" findit "^2.0.0" foreground-child "^2.0.0" fs-exists-cached "^1.0.0" glob "^7.2.3" ink "^3.2.0" isexe "^2.0.0" istanbul-lib-processinfo "^2.0.3" jackspeak "^1.4.2" libtap "^1.4.0" minipass "^3.3.4" mkdirp "^1.0.4" nyc "^15.1.0" opener "^1.5.1" react "^17.0.2" rimraf "^3.0.0" signal-exit "^3.0.6" source-map-support "^0.5.16" tap-mocha-reporter "^5.0.3" tap-parser "^11.0.2" tap-yaml "^1.0.2" tcompare "^5.0.7" treport "^3.0.4" which "^2.0.2" tar@^4.4.10, tar@^4.4.12, tar@^4.4.8: version "4.4.19" resolved "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3" 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" tar@^6.1.11: version "6.1.15" resolved "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz#c9738b0b98845a3b344d334b8fa3041aaba53a69" integrity sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0" tcompare@^5.0.6, tcompare@^5.0.7: version "5.0.7" resolved "https://registry.npmjs.org/tcompare/-/tcompare-5.0.7.tgz#8c2d647208031ed5cac5e573428149e16f795bbf" integrity sha512-d9iddt6YYGgyxJw5bjsN7UJUO1kGOtjSlNy/4PoGYAjQS5pAT/hzIoLf1bZCw+uUxRmZJh7Yy1aA7xKVRT9B4w== dependencies: diff "^4.0.2" temp-dir@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== temp-write@^3.4.0: version "3.4.0" resolved "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz#8cff630fb7e9da05f047c74ce4ce4d685457d492" integrity sha512-P8NK5aNqcGQBC37i/8pL/K9tFgx14CF2vdwluD/BA/dGWGD4T4E59TE7dAxPyb2wusts2FhMp36EiopBBsGJ2Q== 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" terminal-link@^2.0.0: version "2.1.1" resolved "https://registry.npmjs.org/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" test-exclude@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/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-decoding@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/text-decoding/-/text-decoding-1.0.0.tgz#38a5692d23b5c2b12942d6e245599cb58b1bc52f" integrity sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA== text-extensions@^1.0.0: version "1.9.0" resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== text-table@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== texture-compressor@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/texture-compressor/-/texture-compressor-1.0.2.tgz#b5a54a9e5f9eb884d7c33b149f1f23a429465cd4" integrity sha512-dStVgoaQ11mA5htJ+RzZ51ZxIZqNOgWKAIvtjLrW1AliQQLCmrDqNzQZ8Jh91YealQ95DXt4MEduLzJmbs6lig== dependencies: argparse "^1.0.10" image-size "^0.7.4" then-request@^6.0.0: version "6.0.2" resolved "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz#ec18dd8b5ca43aaee5cb92f7e4c1630e950d4f0c" integrity sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA== dependencies: "@types/concat-stream" "^1.6.0" "@types/form-data" "0.0.33" "@types/node" "^8.0.0" "@types/qs" "^6.2.31" caseless "~0.12.0" concat-stream "^1.6.0" form-data "^2.2.0" http-basic "^8.1.1" http-response-object "^3.0.1" promise "^8.0.0" qs "^6.4.0" thenify-all@^1.0.0: version "1.6.0" resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== dependencies: thenify ">= 3.1.0 < 4" "thenify@>= 3.1.0 < 4": version "3.3.1" resolved "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== dependencies: any-promise "^1.0.0" thread-stream@^2.0.0: version "2.3.0" resolved "https://registry.npmjs.org/thread-stream/-/thread-stream-2.3.0.tgz#4fc07fb39eff32ae7bad803cb7dd9598349fed33" integrity sha512-kaDqm1DET9pp3NXwR8382WHbnpXnRkN9xGN9dQt3B2+dmXiW8X1SOwmFOxAErEQ47ObhZ96J6yhZNXuyCOL7KA== dependencies: real-require "^0.2.0" throat@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== through2@^2.0.0, through2@^2.0.2: version "2.0.5" resolved "https://registry.npmjs.org/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.2" resolved "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4" integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== dependencies: inherits "^2.0.4" readable-stream "2 || 3" through2@^4.0.0: version "4.0.2" resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764" integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw== dependencies: readable-stream "3" through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8, through@~2.3.4: version "2.3.8" resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== [email protected], timers-browserify@^2.0.4: version "2.0.12" resolved "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== dependencies: setimmediate "^1.0.4" tiny-lru@^11.0.1: version "11.0.1" resolved "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.0.1.tgz#629d6ddd88bd03c0929722680167f1feadf576f2" integrity sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg== tiny-lru@^7.0.0: version "7.0.6" resolved "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24" integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow== tiny-lru@^8.0.1: version "8.0.2" resolved "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c" integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg== tiny-warning@^1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== tinyqueue@^2.0.3: version "2.0.3" resolved "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== tmp@^0.0.33: version "0.0.33" resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== dependencies: os-tmpdir "~1.0.2" [email protected]: version "1.0.5" resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-arraybuffer@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA== to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== to-object-path@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg== dependencies: kind-of "^3.0.2" to-regex-range@^2.1.0: version "2.1.1" resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg== dependencies: is-number "^3.0.0" repeat-string "^1.6.1" to-regex-range@^5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/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.npmjs.org/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" [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== [email protected]: version "1.0.1" resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== tough-cookie@^4.0.0: version "4.1.3" resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf" integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw== dependencies: psl "^1.1.33" punycode "^2.1.1" universalify "^0.2.0" url-parse "^1.5.3" tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== dependencies: psl "^1.1.28" punycode "^2.1.1" tr46@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA== dependencies: punycode "^2.1.0" tr46@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240" integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw== dependencies: punycode "^2.1.1" tr46@~0.0.3: version "0.0.3" resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== treport@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/treport/-/treport-3.0.4.tgz#05247fa7820ad3afe92355e4cf08fe41a933084b" integrity sha512-zUw1sfJypuoZi0I54woo6CNsfvMrv+OwLBD0/wc4LhMW8MA0MbSE+4fNObn22JSR8x9lOYccuAzfBfZ2IemzoQ== dependencies: "@isaacs/import-jsx" "^4.0.1" cardinal "^2.1.1" chalk "^3.0.0" ink "^3.2.0" ms "^2.1.2" tap-parser "^11.0.0" tap-yaml "^1.0.0" unicode-length "^2.0.2" trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" integrity sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw== trim-newlines@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" integrity sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA== trim-newlines@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== trivial-deferred@^1.0.1: version "1.1.2" resolved "https://registry.npmjs.org/trivial-deferred/-/trivial-deferred-1.1.2.tgz#6b07aa1eb045f6128b8b30673b040f99bfe64a2e" integrity sha512-vDPiDBC3hyP6O4JrJYMImW3nl3c03Tsj9fEXc7Qc/XKa1O7gf5ZtFfIR/E0dun9SnDHdwjna1Z2rSzYgqpxh/g== [email protected]: version "26.5.3" resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554" integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA== 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" ts-pnp@^1.1.6: version "1.2.0" resolved "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92" integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== [email protected]: version "2.0.3" resolved "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== tslib@^1.8.1, tslib@^1.9.0: version "1.14.1" resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0: version "2.6.1" resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== tsutils@^3.21.0: version "3.21.0" resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== dependencies: tslib "^1.8.1" [email protected]: version "0.0.0" resolved "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" integrity sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw== [email protected]: version "0.0.1" resolved "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811" integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw== tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== dependencies: safe-buffer "^5.0.1" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== dependencies: prelude-ls "^1.2.1" [email protected]: version "4.0.8" resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== type-fest@^0.12.0: version "0.12.0" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.12.0.tgz#f57a27ab81c68d136a51fd71467eff94157fa1ee" integrity sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg== type-fest@^0.18.0: version "0.18.1" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== type-fest@^0.20.2: version "0.20.2" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== type-fest@^0.21.3: version "0.21.3" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== type-fest@^0.3.0: version "0.3.1" resolved "https://registry.npmjs.org/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.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== type-fest@^0.7.1: version "0.7.1" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== type-fest@^0.8.0, type-fest@^0.8.1: version "0.8.1" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== type-is@^1.6.18: version "1.6.18" resolved "https://registry.npmjs.org/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-array-buffer@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== dependencies: call-bind "^1.0.2" get-intrinsic "^1.2.1" is-typed-array "^1.1.10" typed-array-byte-length@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== dependencies: call-bind "^1.0.2" for-each "^0.3.3" has-proto "^1.0.1" is-typed-array "^1.1.10" typed-array-byte-offset@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== dependencies: available-typed-arrays "^1.0.5" call-bind "^1.0.2" for-each "^0.3.3" has-proto "^1.0.1" is-typed-array "^1.1.10" typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng== dependencies: call-bind "^1.0.2" for-each "^0.3.3" is-typed-array "^1.1.9" typedarray-to-buffer@^3.1.5: version "3.1.5" resolved "https://registry.npmjs.org/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: version "0.0.6" resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== [email protected]: version "0.22.10" resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.22.10.tgz#221e1a2b17bcb71817ef027dc4c4969d572e7620" integrity sha512-hQYZ4WtoMZ61wDC6w10kxA42+jclWngdmztNZsDvIz7BMJg7F2xnT+uYsUa7OluyKossdFj9E9Ye4QOZKTy8SA== dependencies: glob "^7.2.0" lunr "^2.3.9" marked "^3.0.8" minimatch "^3.0.4" shiki "^0.9.12" [email protected]: version "4.5.5" resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== typical@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4" integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw== typical@^5.2.0: version "5.2.0" resolved "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066" integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg== uglify-js@^3.1.4: version "3.17.4" resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== [email protected]: version "0.0.6" resolved "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" integrity sha512-c461FXIljswCuscZn67xq9PpszkPT6RjheWFQTgCyabJrTUozElanb0YEqv2UGgk247YpcJkFBuSGNvBlpXM9w== umask@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d" integrity sha512-lE/rxOhmiScJu9L6RTNVgB/zZbF+vGC0/p6D3xnkAePI2o0sMyFG966iR5Ki50OI/0mNi2yaRnxfLsPmEZF/JA== unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== dependencies: call-bind "^1.0.2" has-bigints "^1.0.2" has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" uncontrollable@^7.2.1: version "7.2.1" resolved "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz#1fa70ba0c57a14d5f78905d533cf63916dc75738" integrity sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ== dependencies: "@babel/runtime" "^7.6.3" "@types/react" ">=16.9.11" invariant "^2.2.4" react-lifecycles-compat "^3.0.4" under-pressure@^5.4.0: version "5.8.1" resolved "https://registry.npmjs.org/under-pressure/-/under-pressure-5.8.1.tgz#911310901badb0d53e8d6b39318c4e0b71db01de" integrity sha512-5c1e0HoNmF2J3NQS4j7j5M5cu5GLR21FqvmOI/V6R+rhwS+HH0ocEFwCYC0CeKbLL/b1NyvMCQzlx15O9CoaEQ== dependencies: "@fastify/error" "^2.0.0" fastify-plugin "^3.0.0" unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== unicode-length@^2.0.2: version "2.1.0" resolved "https://registry.npmjs.org/unicode-length/-/unicode-length-2.1.0.tgz#425202b99f21854f5ca3530cc2a08dc262ce619f" integrity sha512-4bV582zTV9Q02RXBxSUMiuN/KHo5w4aTojuKTNT96DIKps/SIawFp7cS5Mu25VuY1AioGXrmYyzKZUzh8OqoUw== dependencies: punycode "^2.0.0" unicode-match-property-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== dependencies: unicode-canonical-property-names-ecmascript "^2.0.0" unicode-property-aliases-ecmascript "^2.0.0" unicode-match-property-value-ecmascript@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0" integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== unicode-property-aliases-ecmascript@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== union-value@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/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" unique-filename@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/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.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== dependencies: imurmurhash "^0.1.4" universal-user-agent@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz#fd8d6cb773a679a709e967ef8288a31fcc03e557" integrity sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg== dependencies: os-name "^3.1.0" universal-user-agent@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== universalify@^0.1.0: version "0.1.2" resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== universalify@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== universalify@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== [email protected]: version "1.0.0" resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== unset-value@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ== dependencies: has-value "^0.3.1" isobject "^3.0.0" upath@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== update-browserslist-db@^1.0.11: version "1.0.11" resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== dependencies: escalade "^3.1.1" picocolors "^1.0.0" uri-js@^4.2.2: version "4.4.1" resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== dependencies: punycode "^2.1.0" urix@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg== url-join@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7" integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA== url-parse@^1.5.3: version "1.5.10" resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0" url@^0.11.0: version "0.11.1" resolved "https://registry.npmjs.org/url/-/url-0.11.1.tgz#26f90f615427eca1b9f4d6a28288c147e2302a32" integrity sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA== dependencies: punycode "^1.4.1" qs "^6.11.0" [email protected]: version "1.5.1" resolved "https://registry.npmjs.org/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1" integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA== dependencies: object-assign "^4.1.1" use@^3.1.0: version "3.1.1" resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== [email protected]: version "0.1.8" resolved "https://registry.npmjs.org/usertiming/-/usertiming-0.1.8.tgz#35378e7f41a248d40e658d05f80423469a7b0650" integrity sha512-0P7EsAN6Fx/VWFuYaleB1EZZ2UNT8n+lQ1Kdhggo1ZX1vau0Sd6ti3HvKAUWT/2HIXYcgKDUd3XtUrdYdR62MQ== [email protected]: version "5.0.9" resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz#ba16a822fbeedff1a58918f2a6a6b36387493ea3" integrity sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q== dependencies: node-gyp-build "^4.3.0" util-deprecate@^1.0.1, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== util-promisify@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/util-promisify/-/util-promisify-2.1.0.tgz#3c2236476c4d32c5ff3c47002add7c13b9a82a53" integrity sha512-K+5eQPYs14b3+E+hmE2J6gCZ4JmMl9DbYS6BeP2CHq6WMuNxErxf5B/n0fz85L8zUuoO6rIzNNmIQDu/j+1OcA== dependencies: object.getownpropertydescriptors "^2.0.3" [email protected]: version "0.10.3" resolved "https://registry.npmjs.org/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" integrity sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ== dependencies: inherits "2.0.1" [email protected]: version "0.12.4" resolved "https://registry.npmjs.org/util/-/util-0.12.4.tgz#66121a31420df8f01ca0c464be15dfa1d1850253" integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw== dependencies: inherits "^2.0.3" is-arguments "^1.0.4" is-generator-function "^1.0.7" is-typed-array "^1.1.3" safe-buffer "^5.1.2" which-typed-array "^1.1.2" util@^0.10.3: version "0.10.4" resolved "https://registry.npmjs.org/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== dependencies: inherits "2.0.3" util@^0.11.0: version "0.11.1" resolved "https://registry.npmjs.org/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== dependencies: inherits "2.0.3" util@^0.12.0: version "0.12.5" resolved "https://registry.npmjs.org/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc" integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== dependencies: inherits "^2.0.3" is-arguments "^1.0.4" is-generator-function "^1.0.7" is-typed-array "^1.1.3" which-typed-array "^1.1.2" uuid@^3.0.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== uuid@^8.3.0, uuid@^8.3.2: version "8.3.2" resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-to-istanbul@^7.0.0: version "7.1.2" resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1" 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" [email protected]: version "2.14.0" resolved "https://registry.npmjs.org/validate-commit-msg/-/validate-commit-msg-2.14.0.tgz#e5383691012cbb270dcc0bc2a4effebe14890eac" integrity sha512-sETG7UmikRVseMyeayyF6L1svmNXoZiyG4TVyLYSVSYjcSuZT602T+irJKjIyE+FutGyngSLxHGLTeyFy+oyag== dependencies: conventional-commit-types "^2.0.0" find-parent-dir "^0.3.0" findup "0.1.5" semver-regex "1.0.0" validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.3: version "3.0.4" resolved "https://registry.npmjs.org/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.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e" integrity sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw== dependencies: builtins "^1.0.3" vary@^1, vary@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== [email protected]: version "1.10.0" resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw== dependencies: assert-plus "^1.0.0" core-util-is "1.0.2" extsprintf "^1.2.0" [email protected], vm-browserify@^1.0.1: version "1.1.2" resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== vscode-oniguruma@^1.6.1: version "1.7.0" resolved "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b" integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA== [email protected]: version "5.2.0" resolved "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e" integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ== vt-pbf@^3.1.3: version "3.1.3" resolved "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz#68fd150756465e2edae1cc5c048e063916dcfaac" integrity sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA== dependencies: "@mapbox/point-geometry" "0.1.0" "@mapbox/vector-tile" "^1.3.1" pbf "^3.2.1" w3c-hr-time@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== dependencies: browser-process-hrtime "^1.0.0" w3c-xmlserializer@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a" integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== dependencies: xml-name-validator "^3.0.0" walker@^1.0.6, walker@^1.0.7, walker@~1.0.5: version "1.0.8" resolved "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== dependencies: makeerror "1.0.12" warning@^4.0.0, warning@^4.0.3: version "4.0.3" resolved "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== dependencies: loose-envify "^1.0.0" [email protected]: version "2.1.1" resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.1.1.tgz#e99630550fca07df9f90a06056987baa40a689c7" integrity sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw== dependencies: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" wcwidth@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" weak-map@^1.0.5: version "1.0.8" resolved "https://registry.npmjs.org/weak-map/-/weak-map-1.0.8.tgz#394c18a9e8262e790544ed8b55c6a4ddad1cb1a3" integrity sha512-lNR9aAefbGPpHO7AEnY0hCFjz1eTkWCXYvkTRrTHs9qv8zJp+SkVYpzfLIFXQQiG3tVvbNFQgVg2bQS8YGgxyw== [email protected]: version "2.1.1" resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-2.1.1.tgz#2c82b6193849ccb9efaa267772c28260ef68d6d2" integrity sha512-dlNpL2aab3g8CKfGz6rl8FNmGaRWLLn2g/DtSc9IjB30mEdE6XxzPfPSig5BwGSzI+oLxHyETrQGKjrVVhbLCg== webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== webidl-conversions@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== webidl-conversions@^6.1.0: version "6.1.0" resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== whatwg-encoding@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== dependencies: iconv-lite "0.4.24" whatwg-mimetype@^2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== whatwg-url@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== dependencies: tr46 "~0.0.3" webidl-conversions "^3.0.0" whatwg-url@^7.0.0: version "7.1.0" resolved "https://registry.npmjs.org/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" whatwg-url@^8.0.0, whatwg-url@^8.5.0: version "8.7.0" resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77" integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== dependencies: lodash "^4.7.0" tr46 "^2.1.0" webidl-conversions "^6.1.0" which-boxed-primitive@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" 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" which-module@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== which-typed-array@^1.1.10, which-typed-array@^1.1.11, which-typed-array@^1.1.2: version "1.1.11" resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== dependencies: available-typed-arrays "^1.0.5" call-bind "^1.0.2" for-each "^0.3.3" gopd "^1.0.1" has-tostringtag "^1.0.0" which@^1.2.9, which@^1.3.1: version "1.3.1" resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe "^2.0.0" which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" which@~1.0.5: version "1.0.9" resolved "https://registry.npmjs.org/which/-/which-1.0.9.tgz#460c1da0f810103d0321a9b633af9e575e64486f" integrity sha512-E87fdQ/eRJr9W1X4wTPejNy9zTW3FI2vpCZSJ/HAY+TkjKVC0TUm1jk6vn2Z7qay0DQy0+RBGdXxj+RmmiGZKQ== wide-align@^1.1.0, wide-align@^1.1.2, wide-align@^1.1.5: version "1.1.5" resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== dependencies: string-width "^1.0.2 || 2 || 3 || 4" widest-line@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/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.3.3" resolved "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz#1c10027c7225743eec6b89df160d64c2e0293999" integrity sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg== dependencies: execa "^1.0.0" winreg@~1.2.2: version "1.2.4" resolved "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz#ba065629b7a925130e15779108cf540990e98d1b" integrity sha512-IHpzORub7kYlb8A43Iig3reOvlcBJGX9gZ0WycHhghHtA65X0LYnMRuJs+aH1abVnMJztQkvQNlltnbPi5aGIA== [email protected]: version "1.1.0" resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.1.0.tgz#356153d61d10610d600785c5d701288e0ae764a6" integrity sha512-6E0pg9o7nVagpx7xVMlK/gZriE9TLIyDGqPiooYdLCOiYFazQe09vIHRWXHYMupVHBgViR88vgx5OVGeo/HW7Q== [email protected]: version "1.2.3" resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== word-wrap@^1.0.3: version "1.2.5" resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== wordwrap@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== wordwrap@~0.0.2: version "0.0.3" resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" integrity sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw== wordwrapjs@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.1.tgz#d9790bccfb110a0fc7836b5ebce0937b37a8b98f" integrity sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA== dependencies: reduce-flatten "^2.0.0" typical "^5.2.0" wrap-ansi@^5.1.0: version "5.1.0" resolved "https://registry.npmjs.org/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.npmjs.org/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" wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== 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.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== 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.npmjs.org/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.3" resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" 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" write-json-file@^2.2.0: version "2.3.0" resolved "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f" integrity sha512-84+F0igFp2dPD6UpAQjOUX3CdKUOqUzn6oE9sDBNzUXINR5VceJ1rauZltqQB/bcYsx3EpKys4C7/PivKUAiWQ== 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.npmjs.org/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.npmjs.org/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" ws@^7, ws@^7.4.5, ws@^7.5.5: version "7.5.9" resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== ws@~7.4.2: version "7.4.6" resolved "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== ws@~8.11.0: version "8.11.0" resolved "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== xml-name-validator@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== xmlchars@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== xmlhttprequest-ssl@~2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67" integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A== xmlhttprequest@1: version "1.8.0" resolved "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc" integrity sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA== xtend@^4.0.0, xtend@^4.0.2, xtend@~4.0.1: version "4.0.2" resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== [email protected]: version "0.4.1" resolved "https://registry.npmjs.org/xterm-addon-webgl/-/xterm-addon-webgl-0.4.1.tgz#c245f3310e7dbb0759e5eabaf125bbc9c9ab3955" integrity sha512-z/YRmAji7y3ngjvSgoNCQxqYioarNplNqWv/KgtF4nRkBTWkhLHAg1QFNcH7XxUV/O8VuZoGAfp4LPX2hVz/yQ== [email protected]: version "4.3.0" resolved "https://registry.npmjs.org/xterm/-/xterm-4.3.0.tgz#9a302efefe75172d4f7ea3afc20f9bd983f05027" integrity sha512-6dnrC4nxgnRKQzIWwC5HA0mnT9/rpDPZflUIr24gdcdSMTKM1QQcor4qQ/xz4Zerz6AIL/CuuBPypFfzsB63dQ== y18n@^4.0.0: version "4.0.3" resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== y18n@^5.0.5: version "5.0.8" resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: version "1.10.2" resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== [email protected], yargs-parser@^20.0.0, yargs-parser@^20.2.2, yargs-parser@^20.2.3: version "20.2.9" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== yargs-parser@^15.0.1: version "15.0.3" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.3.tgz#316e263d5febe8b38eef61ac092b33dfcc9b1115" integrity sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA== dependencies: camelcase "^5.0.0" decamelize "^1.2.0" yargs-parser@^18.1.2: version "18.1.3" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== dependencies: camelcase "^5.0.0" decamelize "^1.2.0" yargs-parser@^21.1.1: version "21.1.1" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== yargs@^14.2.2: version "14.2.3" resolved "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz#1a1c3edced1afb2a2fea33604bc6d1d8d688a414" 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" yargs@^15.0.2, yargs@^15.4.1: version "15.4.1" resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" 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" yargs@^16.0.3: version "16.2.0" resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" 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" yargs@^17.6.0: version "17.7.2" resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== dependencies: cliui "^8.0.1" escalade "^3.1.1" get-caller-file "^2.0.5" require-directory "^2.1.1" string-width "^4.2.3" y18n "^5.0.5" yargs-parser "^21.1.1" [email protected]: version "0.1.2" resolved "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" integrity sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg== yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== yoga-layout-prebuilt@^1.9.6: version "1.10.0" resolved "https://registry.npmjs.org/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz#2936fbaf4b3628ee0b3e3b1df44936d6c146faa6" integrity sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g== dependencies: "@types/yoga-layout" "1.9.2" [email protected]: version "6.0.0-beta.6" resolved "https://registry.npmjs.org/zeromq/-/zeromq-6.0.0-beta.6.tgz#2b8934cafce735ea9007fd3074ec8aca9bf11204" integrity sha512-wLf6M7pBHijl+BRltUL2VoDpgbQcOZetiX8UzycHL8CcYFxYnRrpoG5fi3UX3+Umavz1lk4/dGaQez8qiDgr/Q== dependencies: node-gyp-build "^4.1.0" [email protected]: version "5.0.4" resolved "https://registry.npmjs.org/zrender/-/zrender-5.0.4.tgz#89c355af908b9f64a301b38f751b7951f2c8a95a" integrity sha512-DJpy0yrHYY5CuH6vhb9IINWbjvBUe/56J8aH86Jb7O8rRPAYZ3M2E469Qf5B3EOIfM3o3aUrO5edRQfLJ+l1Qw== dependencies: tslib "2.0.3"
0
rapidsai_public_repos
rapidsai_public_repos/node/.clangd
# https://clangd.llvm.org/config # Apply a config conditionally to all C files If: PathMatch: .*\.(c|h)$ --- # Apply a config conditionally to all C++ files If: PathMatch: .*\.(c|h)pp --- # Apply a config conditionally to all CUDA files If: PathMatch: .*\.cuh? Diagnostics: Suppress: - "variadic_device_fn" - "attributes_not_allowed" CompileFlags: Add: - "-x" - "cuda" # No error on unknown CUDA versions - "-Wno-unknown-cuda-version" # Allow variadic CUDA functions - "-Xclang=-fcuda-allow-variadic-functions" --- # Tweak the clangd parse settings for all files Hover: ShowAKA: Yes InlayHints: Enabled: No CompileFlags: Add: # report all errors - "-ferror-limit=0" - "-fmacro-backtrace-limit=0" - "-ftemplate-backtrace-limit=0" # Skip the CUDA version check - "--no-cuda-version-check" Remove: # remove gcc's -fcoroutines - -fcoroutines # remove nvc++ flags unknown to clang - "-gpu=*" - "-stdpar*" # remove nvcc flags unknown to clang - "-arch*" - "-gencode*" - "--generate-code*" - "-ccbin*" - "-t=*" - "--threads*" - "-Xptxas*" - "-Xcudafe*" - "-Xfatbin*" - "-Xcompiler*" - "--diag-suppress*" - "--diag_suppress*" - "--compiler-options*" - "--expt-extended-lambda" - "--expt-relaxed-constexpr" - "-forward-unknown-to-host-compiler" - "-Werror=cross-execution-space-call"
0
rapidsai_public_repos
rapidsai_public_repos/node/docker-compose.runtime.yml
version: "3.9" x-base-settings: &base_service_settings tty: true env_file: .env network_mode: host build: &base_build_settings context: . environment: &base_environment_settings # Colorize the terminal in the container if possible TERM: "${TERM:-}" deploy: resources: reservations: devices: - capabilities: - gpu x-main-service-settings: &main_service_settings <<: *base_service_settings build: &main_build_settings <<: *base_build_settings args: &main_build_args DEVEL_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main BUILD_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-packages environment: &main_environment_settings <<: *base_environment_settings # Use the host's X11 display DISPLAY: "${DISPLAY:-}" XAUTHORITY: "${XAUTHORITY:-}" XDG_SESSION_TYPE: "${XDG_SESSION_TYPE:-}" services: base: <<: *base_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base build: <<: *base_build_settings dockerfile: dev/dockerfiles/runtime/base.Dockerfile args: UID: ${UID:-1000} AMD64_BASE: nvidia/cuda:${CUDA_VERSION:-11.6.2}-base-${LINUX_VERSION:-ubuntu20.04} ARM64_BASE: nvidia/cuda:${CUDA_VERSION:-11.6.2}-base-${LINUX_VERSION:-ubuntu20.04} DEVEL_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main main: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/main.Dockerfile args: <<: *main_build_args UCX_VERSION: ${UCX_VERSION:-1.12.1} LINUX_VERSION: ${LINUX_VERSION:-ubuntu20.04} FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base demo: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-demo build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/demo.Dockerfile args: <<: *main_build_args UCX_VERSION: ${UCX_VERSION:-1.12.1} LINUX_VERSION: ${LINUX_VERSION:-ubuntu20.04} FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base glfw: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-glfw build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/glfw.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base cudf: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-cudf build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/cudf.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base sql: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-sql build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/sql.Dockerfile args: <<: *main_build_args UCX_VERSION: ${UCX_VERSION:-1.12.1} LINUX_VERSION: ${LINUX_VERSION:-ubuntu20.04} FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base cuml: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-cuml build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/cuml.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base cugraph: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-cugraph build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/cugraph.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base cuspatial: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-cuspatial build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/cuspatial.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-base notebook: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-notebook build: <<: *main_build_settings dockerfile: dev/dockerfiles/runtime/notebook.Dockerfile args: <<: *main_build_args FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-runtime-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-demo volumes: - "/etc/fonts:/etc/fonts:ro" - "/tmp/.X11-unix:/tmp/.X11-unix:rw" - "/usr/share/fonts:/usr/share/fonts:ro" - "/usr/share/icons:/usr/share/icons:ro" - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" - "/run/dbus/system_bus_socket:/run/dbus/system_bus_socket" - "${XDG_RUNTIME_DIR:-/run/user/$UID}:${XDG_RUNTIME_DIR:-/run/user/$UID}" environment: <<: *main_environment_settings NVIDIA_DRIVER_CAPABILITIES: all # Use the host's X11 display XDG_RUNTIME_DIR: "${XDG_RUNTIME_DIR:-/run/user/$UID}" DBUS_SESSION_BUS_ADDRESS: "${DBUS_SESSION_BUS_ADDRESS:-unix:path=/run/user/$UID/bus}" cap_add: - SYS_ADMIN security_opt: - apparmor=unconfined
0
rapidsai_public_repos
rapidsai_public_repos/node/.yarnrc
fund false audit false optional false save-prefix "" save-exact true strict-semver true ignore-engines true ignore-optional true update-notifier false no-node-version-check true disable-self-update-check true scripts-prepend-node-path true registry "https://registry.npmjs.org/" --add.silent true --run.silent true --add.strict-semver true --install.strict-semver true --add.ignore-engines true --install.ignore-engines true --add.ignore-optional true --install.ignore-optional true --add.scripts-prepend-node-path true --install.scripts-prepend-node-path true
0
rapidsai_public_repos
rapidsai_public_repos/node/lerna.json
{ "version": "22.12.2", "npmClient": "yarn", "skipGit": true, "useWorkspaces": true, "packages": [ "modules/*", "modules/demo/graph", "modules/demo/umap", "modules/demo/luma", "modules/demo/spatial", "modules/demo/xterm", "modules/demo/deck/*", "modules/demo/ipc/*", "modules/demo/ssr/*", "modules/demo/tfjs/*", "modules/demo/client-server", "modules/demo/api-server", "modules/demo/viz-app", "modules/demo/sql/*" ] }
0
rapidsai_public_repos
rapidsai_public_repos/node/BINDINGS.md
# RAPIDS Bindings The tables below show the bindings that have been implemented in `node-rapids`: - [cuDF](#cuDF) - [cuGraph](#cuGraph) - [cuSpatial](#cuSpatial) - [cuML](#cuML) ## cuDF ### Series #### Numeric Series | cuDF | node-rapids | | -------------------- | :-------------------: | | `abs` | ✅ | | `acos` | ✅ | | `add` | ✅ | | `all` | ✅ | | `any` | ✅ | | `append` | ✅ (`concat`) | | `applymap` | | | `argsort` | | | `as_index` | | | `as_mask` | | | `asin` | ✅ | | `astype` | ✅ (`cast`) | | `atan` | ✅ | | `ceil` | ✅ | | `clip` | | | `copy` | ✅ | | `corr` | | | `cos` | ✅ | | `count` | ✅ (`countNonNulls`) | | `cov` | | | `cummax` | ✅ (`cumulativeMax`) | | `cummin` | ✅ (`cumulativeMin`) | | `cumprod` | ✅ (`cumulativeProduct`) | | `cumsum` | ✅ (`cumulativeSum`) | | `describe` | | | `diff` | | | `digitize` | | | `drop_duplicates` | ✅ (`dropDuplicates`) | | `dropna` | ✅ (`dropNulls`) | | `eq` | ✅ | | `equals` | | | `exp` | ✅ | | `factorize` | | | `fillna` | ✅ (`replaceNulls`) | | `floor` | ✅ | | `floordiv` | ✅ | | `from_arrow` | ✅ | | `from_categorical` | | | `from_masked_array` | | | `from_pandas` | | | `ge` | ✅ | | `groupby` | | | `gt` | ✅ | | `hash_encode` | | | `hash_values` | | | `head` | ✅ | | `interleave_columns` | | | `isin` | | | `isna` | ✅ (`isNull`) | | `isnull` | ✅ | | `keys` | | | `kurt` | ✅ (`kurtosis`) | | `kurtosis` | ✅ | | `label_encoding` | | | `le` | ✅ | | `log` | ✅ | | `lt` | ✅ | | `map` | | | `mask` | | | `max` | ✅ | | `mean` | ✅ | | `median` | ✅ | | `memory_usage` | | | `min` | ✅ | | `mod` | ✅ | | `mode` | | | `mul` | ✅ | | `nans_to_nulls` | ✅ (`nansToNulls`) | | `ne` | ✅ | | `nlargest` | ✅ (`nLargest`) | | `notna` | ✅ (`isNotNull`) | | `notnull` | ✅ (`isNotNull`) | | `nsmallest` | ✅ (`nSmallest`) | | `nunique` | ✅ | | `one_hot_encoding` | | | `pipe` | | | `pow` | ✅ | | `prod` | | | `product` | ✅ | | `quantile` | ✅ | | `radd` | | | `rank` | | | `reindex` | | | `rename` | | | `repeat` | | | `replace` | | | `reset_index` | | | `reverse` | ✅ | | `rfloordiv` | | | `rmod` | | | `rmul` | | | `rolling` | | | `round` | | | `rpow` | | | `rsub` | | | `rtruediv` | | | `sample` | | | `scale` | | | `scatter_by_map` | | | `searchsorted` | | | `set_index` | | | `set_mask` | | | `shift` | | | `sin` | ✅ | | `skew` | ✅ | | `sort_index` | | | `sort_values` | ✅ (`sortValues`) | | `sqrt` | ✅ | | `std` | ✅ | | `sub` | ✅ | | `sum` | ✅ | | `tail` | ✅ | | `take` | ✅ (`gather`) | | `tan` | ✅ | | `tile` | | | `to_array` | | | `to_arrow` | | | `to_dlpack` | | | `to_frame` | | | `to_gpu_array` | | | `to_hdf` | | | `to_json` | | | `to_pandas` | | | `to_string` | | | `truediv` | ✅ | | `unique` | ✅ | | `value_counts` | ✅ | | `values_to_string` | | | `var` | ✅ | | `where` | | #### List, String, Struct Series | cuDF | List Series | String Series | Struct Series | | -------------------- | :-------------------: | :-------------------: | :-------------------: | | `add` | | | | | `all` | ✅ | ✅ | ✅ | | `any` | ✅ | ✅ | ✅ | | `append` | ✅ (`concat`) | ✅ (`concat`) | ✅ (`concat`) | | `applymap` | | | | | `argsort` | | | | | `as_index` | | | | | `as_mask` | | | | | `astype` | ✅ (`cast`) | ✅ (`cast`) | ✅ (`cast`) | | `byte_count` | N/A | ✅ (`byteCount`) | N/A | | `clip` | | | | | `copy` | ✅ | ✅ | ✅ | | `count` | ✅ (`countNonNulls`) | ✅ (`countNonNulls`) | ✅ (`countNonNulls`) | | `describe` | | | | | `diff` | | | | | `digitize` | | | | | `drop_duplicates` | ✅ (`dropDuplicates`) | ✅ (`dropDuplicates`) | ✅ (`dropDuplicates`) | | `dropna` | ✅ (`dropNulls`) | ✅ (`dropNulls`) | ✅ (`dropNulls`) | | `equals` | | | | | `factorize` | | | | | `fillna` | ✅ (`replaceNulls`) | ✅ (`replaceNulls`) | ✅ (`replaceNulls`) | | `from_arrow` | | | | | `from_categorical` | | | | | `from_masked_array` | | | | | `from_pandas` | | | | | `get_json_object` | | ✅ (`getJSONObject`) | | | `groupby` | | | | | `hash_encode` | | | | | `hash_values` | | | | | `head` | ✅ | ✅ | ✅ | | `interleave_columns` | | | | | `isin` | | | | | `isna` | ✅ (`isNull`) | ✅ (`isNull`) | ✅ (`isNull`) | | `isnull` | ✅ | ✅ | ✅ | | `keys` | | | | | `kurt` | ✅ (`kurtosis`) | ✅ (`kurtosis`) | ✅ (`kurtosis`) | | `kurtosis` | ✅ | ✅ | ✅ | | `label_encoding` | | | | | `len` | | ✅ | N/A | | `map` | | | | | `mask` | | | | | `memory_usage` | | | | | `nans_to_nulls` | ✅ (`nansToNulls`) | ✅ (`nansToNulls`) | ✅ (`nansToNulls`) | | `notna` | ✅ (`isNotNull`) | ✅ (`isNotNull`) | ✅ (`isNotNull`) | | `notnull` | ✅ (`isNotNull`) | ✅ (`isNotNull`) | ✅ (`isNotNull`) | | `nunique` | | | | | `one_hot_encoding` | | | | | `pad` | N/A | ✅ | N/A | | `pipe` | | | | | `quantile` | | | | | `rank` | | | | | `reindex` | | | | | `rename` | | | | | `repeat` | | | | | `replace` | | | | | `reset_index` | | | | | `reverse` | ✅ | ✅ | ✅ | | `rolling` | | | | | `sample` | | | | | `scatter_by_map` | | | | | `searchsorted` | | | | | `set_index` | | | | | `set_mask` | | | | | `shift` | | | | | `skew` | ✅ | ✅ | ✅ | | `sort_index` | | | | | `sort_values` | ✅ (`sortValues`) | ✅ (`sortValues`) | ✅ (`sortValues`) | | `tail` | ✅ | ✅ | ✅ | | `take` | ✅ (`gather`) | ✅ (`gather`) | ✅ (`gather`) | | `tile` | | | | | `to_array` | | | | | `to_arrow` | | | | | `to_dlpack` | | | | | `to_frame` | | | | | `to_gpu_array` | | | | | `to_hdf` | | | | | `to_json` | | | | | `to_pandas` | | | | | `to_string` | | | | | `unique` | ✅ | ✅ | ✅ | | `value_counts` | ✅ | ✅ | ✅ | | `values_to_string` | | | | | `where` | | | | | `zfill` | N/A | ✅ | N/A | ### DataFrame | cuDF | node-rapids | | -------------------- | :-------------------: | | `acos` | ✅ | | `add` | | | `agg` | | | `all` | | | `any` | | | `append` | ✅ (`concat`) | | `apply_chunks` | | | `apply_rows` | | | `argsort` | | | `as_gpu_matrix` | | | `as_matrix` | | | `asin` | ✅ | | `assign` | ✅ | | `astype` | ✅ (`cast`) | | `atan` | ✅ | | `clip` | | | `copy` | | | `corr` | | | `cos` | ✅ | | `count` | | | `cov` | | | `cummax` | | | `cummin` | | | `cumprod` | | | `cumsum` | | | `describe` | | | `div` | | | `drop` | ✅ | | `drop_duplicates` | ✅ (`dropDuplicates`) | | `dropna` | ✅ (`dropNulls`) | | `equals` | | | `exp` | ✅ | | `fillna` | ✅ (`replaceNulls`) | | `floordiv` | | | `from_arrow` | | | `from_pandas` | | | `from_records` | | | `hash_columns` | | | `head` | ✅ | | `info` | | | `insert` | | | `interleave_columns` | ✅ | | `isin` | | | `isna` | ✅ (`isNaN`) | | `isnull` | ✅ | | `iteritems` | | | `join` | | | `keys` | | | `kurt` | ✅ (`kurtosis`) | | `kurtosis` | ✅ | | `label_encoding` | | | `log` | ✅ | | `mask` | | | `max` | | | `mean` | | | `melt` | | | `memory_usage` | | | `merge` | | | `min` | | | `mod` | | | `mode` | | | `mul` | | | `nans_to_nulls` | ✅ (`nansToNulls`) | | `nlargest` | | | `notna` | ✅ (`isNotNaN`) | | `notnull` | ✅ (`isNotNull`) | | `nsmallest` | | | `one_hot_encoding` | | | `partition_by_hash` | | | `pipe` | | | `pivot` | | | `pop` | | | `pow` | | | `prod` | | | `product` | | | `quantile` | | | `quantiles` | | | `query` | | | `radd` | | | `rank` | | | `rdiv` | | | `reindex` | | | `rename` | | | `repeat` | | | `replace` | | | `reset_index` | | | `rfloordiv` | | | `rmod` | | | `rmul` | | | `round` | | | `rpow` | | | `rsub` | | | `rtruediv` | | | `sample` | | | `scatter_by_map` | | | `searchsorted` | | | `select_dtypes` | | | `set_index` | | | `shift` | | | `sin` | ✅ | | `skew` | ✅ | | `sort_index` | | | `sort_values` | ✅ (`sortValues`) | | `sqrt` | ✅ | | `stack` | | | `std` | | | `sub` | | | `sum` | | | `tail` | ✅ | | `take` | ✅ (`gather`) | | `tan` | ✅ | | `tile` | | | `to_arrow` | ✅ (`toArrow`) | | `to_csv` | ✅ (`toCSV`) | | `to_dlpack` | | | `to_feather` | | | `to_hdf` | | | `to_json` | | | `to_orc` | ✅ (`toORC`) | | `to_pandas` | | | `to_parquet` | ✅ (`toParquet`) | | `to_records` | | | `to_string` | | | `transpose` | | | `truediv` | | | `unstack` | | | `update` | | | `var` | | | `where` | | ### GroupBy | cuDF | node-rapids | | --------------- | :---------: | | `agg` | | | `aggregate` | | | `apply` | | | `apply_grouped` | | | `nth` | ✅ | | `pipe` | | | `rolling` | | | `size` | | ## cuGraph | cuGraph | node-rapids | | ---------------------------- | :-------------: | | `add_internal_vertex_id` | | | `add_nodes_from` | | | `clear` | | | `compute_renumber_edge_list` | | | `degree` | | | `degrees` | | | `delete_adj_list` | | | `delete_edge_list` | | | `edges` | | | `from_cudf_adjlist` | | | `from_cudf_edgelist` | | | `from_dask_cudf_edgelist` | | | `from_numpy_array` | | | `from_numpy_matrix` | | | `from_pandas_adjacency` | | | `from_pandas_edgelist` | | | `get_two_hop_neighbors` | | | `has_edge` | | | `has_node` | | | `in_degree` | | | `is_bipartite` | | | `is_multigraph` | | | `is_multipartite` | | | `lookup_internal_vertex_id` | | | `nodes` | | | `number_of_edges` | ✅ (`numEdges`) | | `number_of_nodes` | ✅ (`numNodes`) | | `number_of_vertices` | | | `out_degree` | | | `sets` | | | `to_directed` | | | `to_numpy_array` | | | `to_numpy_matrix` | | | `to_pandas_adjacency` | | | `to_pandas_edgelist` | | | `to_undirected` | | | `unrenumber` | | | `view_adj_list` | | | `view_edge_list` | | | `view_transposed_adj_list` | | ## cuSpatial | cuSpatial | node-rapids | | ------------------------------------ | :--------------------------------------------: | | `directed_hausdorff_distance` | | | `haversine_distance` | | | `lonlat_to_cartesian` | | | `point_in_polygon` | | | `polygon_bounding_boxes` | ✅ (`computePolygonBoundingBoxes`) | | `polyline_bounding_boxes` | ✅ (`computePolylineBoundingBoxes`) | | `quadtree_on_points` | ✅ (`createQuadtree`) | | `points_in_spatial_window` | | | `join_quadtree_and_bounding_boxes` | ✅ (`findQuadtreeAndBoundingBoxIntersections`) | | `quadtree_point_in_polygon` | ✅ (`findPointsInPolygons`) | | `quadtree_point_to_nearest_polyline` | ✅ (`findPolylineNearestToEachPoint`) | | `derive_trajectories` | | | `trajectory_bounding_boxes` | | | `trajectory_distances_and_speeds` | | | `read_polygon_shapefile` | | ## cuML #### Clustering | cuML | node-rapids | | ------------------------------------ | :--------------------------------------------: | | `AC` | | | `DBSCAN` | | | `K-Means` | | #### Dimensionality Reduction and Manifold Learning | cuML | node-rapids | | ------------------------------------ | :--------------------------------------------: | | `K-Means` | | | `PCA` | | | `Random Projection` | | | `tSVD` | | | `TSNE` | | #### Dimensionality Reduction and Manifold Learning - UMAP | cuML | node-rapids | | ------------------------------------ | :--------------------------------------------: | | `fit` | ✅ (`fitSeries`, `fitDataFrame`,`fitArray`) | | `transform` | ✅ (`transformSeries`, `transformDataFrame`, | | | `transformArray`) | | `refine` | ✅ (`refineSeries`, `refineDataFrame`, | | | `refineformArray`) | #### Linear / Nonlinear Models for Regression or Classification | cuML | node-rapids | | ------------------------------------ | :--------------------------------------------: | | `ElasticNet Regression` | | | `KNN` | | | `LARS Regression` | | | `Linear Regression (OLS)` | | | `Linear Regression Lasso` | | | `Linear Regression Ridge` | | | `Logistic Regression` | | | `Naive Bayes` | | | `SGD` | | | `CD` | | | `QN` | | | `Random Forest` | | | `SVC` | | | `SVR` | | #### Misc | cuML | node-rapids | | ------------------------------------------ | :--------------------------------------------: | | `Preprocessing Misc` | | | `Holt-Winters Exponential Smoothing` | | | `Auto-regressive Integrated Moving Average`| | | `SHAP Kernel Explainer` | | | `SHAP Permutation Explainer` | | | `trustworthiness_score` | ✅ (`trustworthinessSeries`, | | | `trustworthinessDataFrame`, `trustworthiness`) | #### EOF
0
rapidsai_public_repos
rapidsai_public_repos/node/.creds.sample
# Optional AWS access id for writing to the shared sccache S3 bucket AWS_ACCESS_KEY_ID=<AWS Access Key Id> # Optional AWS secret key for writing to the shared sccache S3 bucket AWS_SECRET_ACCESS_KEY=<AWS Secret Key>
0
rapidsai_public_repos
rapidsai_public_repos/node/docker-compose.devel.yml
version: "3.9" x-base-settings: &base_service_settings tty: true env_file: - .env - .creds network_mode: host build: &base_build_settings context: . x-bake: platforms: - linux/arm64 output: type=docker environment: &base_environment_settings # Colorize the terminal in the container if possible TERM: "${TERM:-}" NVIDIA_DRIVER_CAPABILITIES: all deploy: resources: reservations: devices: - capabilities: - gpu x-main-service-settings: &main_service_settings <<: *base_service_settings environment: &main_environment_settings <<: *base_environment_settings # Use the host's X11 display DISPLAY: "${DISPLAY:-}" XAUTHORITY: "${XAUTHORITY:-}" XDG_SESSION_TYPE: "${XDG_SESSION_TYPE:-}" XDG_RUNTIME_DIR: "${XDG_RUNTIME_DIR:-/run/user/$UID}" LIBCUDF_KERNEL_CACHE_PATH: "/opt/rapids/node/.cache/jit" RAPIDS_VERSION: "${npm_package_config_rapids_version:-22.12.20}" DBUS_SESSION_BUS_ADDRESS: "${DBUS_SESSION_BUS_ADDRESS:-unix:path=/run/user/$UID/bus}" cap_add: - SYS_ADMIN - SYS_PTRACE security_opt: - apparmor=unconfined services: main: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main secrets: - sccache_credentials build: <<: *base_build_settings dockerfile: dev/dockerfiles/devel/main.Dockerfile args: UCX_VERSION: ${UCX_VERSION:-1.12.1} NODE_VERSION: ${NODE_VERSION:-16.15.1} LINUX_VERSION: ${LINUX_VERSION:-ubuntu20.04} AMD64_BASE: nvidia/cuda:${CUDA_VERSION:-11.6.2}-devel-${LINUX_VERSION:-ubuntu20.04} ARM64_BASE: nvidia/cuda:${CUDA_VERSION:-11.6.2}-devel-${LINUX_VERSION:-ubuntu20.04} environment: <<: *main_environment_settings SSH_AUTH_SOCK: "/ssh-agent" GCC_COLORS: "${GCC_COLORS:-error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01}" volumes: - ".:/opt/rapids/node:rw" - "/etc/fonts:/etc/fonts:ro" - "/etc/timezone:/etc/timezone" - "/etc/localtime:/etc/localtime" - "/tmp/.X11-unix:/tmp/.X11-unix:rw" - "/usr/share/fonts:/usr/share/fonts:ro" - "/usr/share/icons:/usr/share/icons:ro" - "/run/dbus/system_bus_socket:/run/dbus/system_bus_socket" - "${SSH_AUTH_SOCK:-/run/user/$UID/keyring/ssh}:/ssh-agent" - "${XDG_RUNTIME_DIR:-/run/user/$UID}:${XDG_RUNTIME_DIR:-/run/user/$UID}" notebook: <<: *main_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-notebook build: <<: *base_build_settings dockerfile: dev/dockerfiles/devel/notebook.Dockerfile args: FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main environment: <<: *main_environment_settings QT_AUTO_SCREEN_SCALE_FACTOR: 0 volumes: - ".:/opt/rapids/node:rw" - "/etc/fonts:/etc/fonts:ro" - "/etc/timezone:/etc/timezone" - "/etc/localtime:/etc/localtime" - "/tmp/.X11-unix:/tmp/.X11-unix:rw" - "/usr/share/fonts:/usr/share/fonts:ro" - "/usr/share/icons:/usr/share/icons:ro" - "/run/dbus/system_bus_socket:/run/dbus/system_bus_socket" - "${XDG_RUNTIME_DIR:-/run/user/$UID}:${XDG_RUNTIME_DIR:-/run/user/$UID}" packages: <<: *base_service_settings image: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-packages build: <<: *base_build_settings dockerfile: dev/dockerfiles/devel/package.Dockerfile ssh: - default secrets: - sccache_credentials args: CUDAARCHS: "${CUDAARCHS:-ALL}" PARALLEL_LEVEL: "${PARALLEL_LEVEL:-4}" NVCC_APPEND_FLAGS: "${NVCC_APPEND_FLAGS:-}" SCCACHE_REGION: "${SCCACHE_REGION:-us-west-2}" SCCACHE_BUCKET: "${SCCACHE_BUCKET:-node-rapids-sccache}" SCCACHE_IDLE_TIMEOUT: "${SCCACHE_IDLE_TIMEOUT:-32768}" RAPIDS_VERSION: "${npm_package_config_rapids_version:-22.12.20}" FROM_IMAGE: ${REPOSITORY:-ghcr.io/rapidsai/node}:${npm_package_version:-22.12.2}-devel-node${NODE_VERSION:-16.15.1}-cuda${CUDA_VERSION_MAJOR:-11}-${LINUX_VERSION:-ubuntu20.04}-main secrets: sccache_credentials: file: .creds
0
rapidsai_public_repos
rapidsai_public_repos/node/README.md
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp; node-rapids</div> [`node-rapids`](https://github.com/rapidsai/node) is a collection of Node.js native addons for the [NVIDIA RAPIDS](https://rapids.ai/) suite of GPU-accelerated data-science and ETL libraries on Linux and WSL2. * [`@rapidsai/rmm`](https://github.com/rapidsai/node/tree/main/modules/rmm) - [RAPIDS Memory Manager](https://github.com/rapidsai/rmm) * [`@rapidsai/cudf`](https://github.com/rapidsai/node/tree/main/modules/cudf) - [RAPIDS GPU DataFrame](https://github.com/rapidsai/cudf) * [`@rapidsai/cuml`](https://github.com/rapidsai/node/tree/main/modules/cuml) - [RAPIDS Machine Learning Library](https://github.com/rapidsai/cuml) * [`@rapidsai/cugraph`](https://github.com/rapidsai/node/tree/main/modules/cugraph) - [RAPIDS Graph Analytics Library](https://github.com/rapidsai/cugraph) * [`@rapidsai/cuspatial`](https://github.com/rapidsai/node/tree/main/modules/cuspatial) - [RAPIDS Accelerated GIS Library](https://github.com/rapidsai/cuspatial) * [`@rapidsai/sql`](https://github.com/rapidsai/node/tree/main/modules/sql) - Multi-node/multi-GPU accelerated SQL execution engine `node-rapids` includes limited bindings to other necessary native APIs: * [`@rapidsai/cuda`](https://github.com/rapidsai/node/tree/main/modules/cuda) - Interact with GPUs via the [CUDA Runtime APIs](https://developer.nvidia.com/cuda-toolkit) * [`@rapidsai/glfw`](https://github.com/rapidsai/node/tree/main/modules/glfw) - Create platform-agnostic native windows with OpenGL contexts via [GLFW](https://github.com/glfw/glfw) * [`@rapidsai/webgl`](https://github.com/rapidsai/node/tree/main/modules/webgl) - Provides a [`WebGL2RenderingContext`](https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext) via [OpenGL ES](https://www.khronos.org/opengles) `node-rapids` uses the ABI-stable [`N-API`](https://nodejs.org/api/n-api.html) via [`node-addon-api`](https://github.com/nodejs/node-addon-api), so the libraries work in node and Electron without recompiling. See the [API docs](https://rapidsai.github.io/node/) for detailed information about each module. ## Getting started Due to native dependency distribution complexity, pre-packaged builds of the `node-rapids` modules are presently only available via our [public docker images](https://github.com/orgs/rapidsai/packages/container/package/node). See [USAGE.md](https://github.com/rapidsai/node/tree/main/USAGE.md) for more details. ## Getting involved See [DEVELOP.md](https://github.com/rapidsai/node/blob/main/DEVELOP.md) for details on setting up a local dev environment and building the code. We want your input! Join us in the [#node-rapids channel](https://rapids-goai.slack.com/archives/C0237JMVBRS) in the [RAPIDS-GoAI Slack workspace](https://rapids-goai.slack.com). ## Tracking Progress You can review [BINDINGS.md](https://github.com/rapidsai/node/blob/main/BINDINGS.md) to see which bindings have been completed for each of the RAPIDS libraries. ## Demos Check out our [demos](https://github.com/rapidsai/node/tree/main/modules/demo) to see various visualization and compute capabilities: * [Library of deck.gl demos in OpenGL](https://github.com/rapidsai/node/tree/main/modules/demo/deck/) * [Cross filtering millions of rows with cuDF](https://github.com/rapidsai/node/tree/main/modules/demo/client-server) * [Simulating & rendering with cuGraph](https://github.com/rapidsai/node/tree/main/modules/demo/graph/) * [Querying millions of points with cuSpatial](https://github.com/rapidsai/node/tree/main/modules/demo/spatial/) * [Multi-GPU SQL queries on GBs of CSVs](https://github.com/rapidsai/node/tree/main/modules/demo/sql/sql-cluster-server/) Check out our [Jupyter Lab Notebook Demos](https://github.com/rapidsai/node/tree/main/modules/cudf/notebooks) to see how to use Node.js for GPU accelerated data science. ## License This work is licensed under the [Apache-2.0 license](https://github.com/rapidsai/node/tree/main/LICENSE). ---
0
rapidsai_public_repos
rapidsai_public_repos/node/tsconfig.json
{ "include": [ "modules/**/*/src/**/*.ts", "modules/**/*/test/**/*.ts", ], "exclude": ["node_modules", "build/js"], "compilerOptions": { "baseUrl": "./", "paths": { "@rapidsai/core": ["modules/core/src/index"], "@rapidsai/core/*": ["modules/core/src/*"], "@rapidsai/cuda": ["modules/cuda/src/index"], "@rapidsai/cuda/*": ["modules/cuda/src/*"], "@rapidsai/rmm": ["modules/rmm/src/index"], "@rapidsai/rmm/*": ["modules/rmm/src/*"], "@rapidsai/cudf": ["modules/cudf/src/index"], "@rapidsai/cudf/*": ["modules/cudf/src/*"], "@rapidsai/cugraph": ["modules/cugraph/src/index"], "@rapidsai/cugraph/*": ["modules/cugraph/src/*"], "@rapidsai/cuspatial": ["modules/cuspatial/src/index"], "@rapidsai/cuspatial/*": ["modules/cuspatial/src/*"], "@rapidsai/deck.gl": ["modules/deck.gl/src/index"], "@rapidsai/deck.gl/*": ["modules/deck.gl/src/*"], "@rapidsai/jsdom": ["modules/jsdom/src/index"], "@rapidsai/jsdom/*": ["modules/jsdom/src/*"], "@rapidsai/glfw": ["modules/glfw/src/index"], "@rapidsai/glfw/*": ["modules/glfw/src/*"], "@rapidsai/io": ["modules/io/src/index"], "@rapidsai/io/*": ["modules/io/src/*"], "@rapidsai/webgl": ["modules/webgl/src/index"], "@rapidsai/webgl/*": ["modules/webgl/src/*"], "@rapidsai/sql": ["modules/sql/src/index"], "@rapidsai/sql/*": ["modules/sql/src/*"], "deck.gl": ["node_modules/deck.gl/src/index"], "deck.gl/dist/es5/*": ["node_modules/deck.gl/src/*"], "deck.gl/dist/es6/*": ["node_modules/deck.gl/src/*"], "deck.gl/dist/esm/*": ["node_modules/deck.gl/src/*"], "@deck.gl/arcgis": ["node_modules/@deck.gl/arcgis/src/index"], "@deck.gl/arcgis/dist/es5/*": ["node_modules/@deck.gl/arcgis/src/*"], "@deck.gl/arcgis/dist/es6/*": ["node_modules/@deck.gl/arcgis/src/*"], "@deck.gl/arcgis/dist/esm/*": ["node_modules/@deck.gl/arcgis/src/*"], "@deck.gl/aggregation-layers": ["node_modules/@deck.gl/aggregation-layers/src/index"], "@deck.gl/aggregation-layers/dist/es5/*": ["node_modules/@deck.gl/aggregation-layers/src/*"], "@deck.gl/aggregation-layers/dist/es6/*": ["node_modules/@deck.gl/aggregation-layers/src/*"], "@deck.gl/aggregation-layers/dist/esm/*": ["node_modules/@deck.gl/aggregation-layers/src/*"], "@deck.gl/core": ["node_modules/@deck.gl/core/src/index"], "@deck.gl/core/dist/es5/*": ["node_modules/@deck.gl/core/src/*"], "@deck.gl/core/dist/es6/*": ["node_modules/@deck.gl/core/src/*"], "@deck.gl/core/dist/esm/*": ["node_modules/@deck.gl/core/src/*"], "@deck.gl/extensions": ["node_modules/@deck.gl/extensions/src/index"], "@deck.gl/extensions/dist/es5/*": ["node_modules/@deck.gl/extensions/src/*"], "@deck.gl/extensions/dist/es6/*": ["node_modules/@deck.gl/extensions/src/*"], "@deck.gl/extensions/dist/esm/*": ["node_modules/@deck.gl/extensions/src/*"], "@deck.gl/geo-layers": ["node_modules/@deck.gl/geo-layers/src/index"], "@deck.gl/geo-layers/dist/es5/*": ["node_modules/@deck.gl/geo-layers/src/*"], "@deck.gl/geo-layers/dist/es6/*": ["node_modules/@deck.gl/geo-layers/src/*"], "@deck.gl/geo-layers/dist/esm/*": ["node_modules/@deck.gl/geo-layers/src/*"], "@deck.gl/google-maps": ["node_modules/@deck.gl/google-maps/src/index"], "@deck.gl/google-maps/dist/es5/*": ["node_modules/@deck.gl/google-maps/src/*"], "@deck.gl/google-maps/dist/es6/*": ["node_modules/@deck.gl/google-maps/src/*"], "@deck.gl/google-maps/dist/esm/*": ["node_modules/@deck.gl/google-maps/src/*"], "@deck.gl/json": ["node_modules/@deck.gl/json/src/index"], "@deck.gl/json/dist/es5/*": ["node_modules/@deck.gl/json/src/*"], "@deck.gl/json/dist/es6/*": ["node_modules/@deck.gl/json/src/*"], "@deck.gl/json/dist/esm/*": ["node_modules/@deck.gl/json/src/*"], "@deck.gl/jupyter-widget": ["node_modules/@deck.gl/jupyter-widget/src/index"], "@deck.gl/jupyter-widget/dist/es5/*": ["node_modules/@deck.gl/jupyter-widget/src/*"], "@deck.gl/jupyter-widget/dist/es6/*": ["node_modules/@deck.gl/jupyter-widget/src/*"], "@deck.gl/jupyter-widget/dist/esm/*": ["node_modules/@deck.gl/jupyter-widget/src/*"], "@deck.gl/layers": ["node_modules/@deck.gl/layers/src/index"], "@deck.gl/layers/dist/es5/*": ["node_modules/@deck.gl/layers/src/*"], "@deck.gl/layers/dist/es6/*": ["node_modules/@deck.gl/layers/src/*"], "@deck.gl/layers/dist/esm/*": ["node_modules/@deck.gl/layers/src/*"], "@deck.gl/mapbox": ["node_modules/@deck.gl/mapbox/src/index"], "@deck.gl/mapbox/dist/es5/*": ["node_modules/@deck.gl/mapbox/src/*"], "@deck.gl/mapbox/dist/es6/*": ["node_modules/@deck.gl/mapbox/src/*"], "@deck.gl/mapbox/dist/esm/*": ["node_modules/@deck.gl/mapbox/src/*"], "@deck.gl/mesh-layers": ["node_modules/@deck.gl/mesh-layers/src/index"], "@deck.gl/mesh-layers/dist/es5/*": ["node_modules/@deck.gl/mesh-layers/src/*"], "@deck.gl/mesh-layers/dist/es6/*": ["node_modules/@deck.gl/mesh-layers/src/*"], "@deck.gl/mesh-layers/dist/esm/*": ["node_modules/@deck.gl/mesh-layers/src/*"], "@deck.gl/react": ["node_modules/@deck.gl/react/src/index"], "@deck.gl/react/dist/es5/*": ["node_modules/@deck.gl/react/src/*"], "@deck.gl/react/dist/es6/*": ["node_modules/@deck.gl/react/src/*"], "@deck.gl/react/dist/esm/*": ["node_modules/@deck.gl/react/src/*"], "@deck.gl/test-utils": ["node_modules/@deck.gl/test-utils/src/index"], "@deck.gl/test-utils/dist/es5/*": ["node_modules/@deck.gl/test-utils/src/*"], "@deck.gl/test-utils/dist/es6/*": ["node_modules/@deck.gl/test-utils/src/*"], "@deck.gl/test-utils/dist/esm/*": ["node_modules/@deck.gl/test-utils/src/*"], "@luma.gl/constants": ["node_modules/@luma.gl/constants/src/index"], "@luma.gl/constants/dist/es5/*": ["node_modules/@luma.gl/constants/src/*"], "@luma.gl/constants/dist/es6/*": ["node_modules/@luma.gl/constants/src/*"], "@luma.gl/constants/dist/esm/*": ["node_modules/@luma.gl/constants/src/*"], "@luma.gl/core": ["node_modules/@luma.gl/core/src/index"], "@luma.gl/core/dist/es5/*": ["node_modules/@luma.gl/core/src/*"], "@luma.gl/core/dist/es6/*": ["node_modules/@luma.gl/core/src/*"], "@luma.gl/core/dist/esm/*": ["node_modules/@luma.gl/core/src/*"], "@luma.gl/debug": ["node_modules/@luma.gl/debug/src/index"], "@luma.gl/debug/dist/es5/*": ["node_modules/@luma.gl/debug/src/*"], "@luma.gl/debug/dist/es6/*": ["node_modules/@luma.gl/debug/src/*"], "@luma.gl/debug/dist/esm/*": ["node_modules/@luma.gl/debug/src/*"], "@luma.gl/engine": ["node_modules/@luma.gl/engine/src/index"], "@luma.gl/engine/dist/es5/*": ["node_modules/@luma.gl/engine/src/*"], "@luma.gl/engine/dist/es6/*": ["node_modules/@luma.gl/engine/src/*"], "@luma.gl/engine/dist/esm/*": ["node_modules/@luma.gl/engine/src/*"], "@luma.gl/experimental": ["node_modules/@luma.gl/experimental/src/index"], "@luma.gl/experimental/dist/es5/*": ["node_modules/@luma.gl/experimental/src/*"], "@luma.gl/experimental/dist/es6/*": ["node_modules/@luma.gl/experimental/src/*"], "@luma.gl/experimental/dist/esm/*": ["node_modules/@luma.gl/experimental/src/*"], "@luma.gl/gltools": ["node_modules/@luma.gl/gltools/src/index"], "@luma.gl/gltools/dist/es5/*": ["node_modules/@luma.gl/gltools/src/*"], "@luma.gl/gltools/dist/es6/*": ["node_modules/@luma.gl/gltools/src/*"], "@luma.gl/gltools/dist/esm/*": ["node_modules/@luma.gl/gltools/src/*"], "@luma.gl/shadertools": ["node_modules/@luma.gl/shadertools/src/index"], "@luma.gl/shadertools/dist/es5/*": ["node_modules/@luma.gl/shadertools/src/*"], "@luma.gl/shadertools/dist/es6/*": ["node_modules/@luma.gl/shadertools/src/*"], "@luma.gl/shadertools/dist/esm/*": ["node_modules/@luma.gl/shadertools/src/*"], "@luma.gl/test-utils": ["node_modules/@luma.gl/test-utils/src/index"], "@luma.gl/test-utils/dist/es5/*": ["node_modules/@luma.gl/test-utils/src/*"], "@luma.gl/test-utils/dist/es6/*": ["node_modules/@luma.gl/test-utils/src/*"], "@luma.gl/test-utils/dist/esm/*": ["node_modules/@luma.gl/test-utils/src/*"], "@luma.gl/webgl": ["node_modules/@luma.gl/webgl/src/index"], "@luma.gl/webgl/dist/es5/*": ["node_modules/@luma.gl/webgl/src/*"], "@luma.gl/webgl/dist/es6/*": ["node_modules/@luma.gl/webgl/src/*"], "@luma.gl/webgl/dist/esm/*": ["node_modules/@luma.gl/webgl/src/*"], }, "target": "ESNEXT", "module": "commonjs", "outDir": "./build/js", /* Decorators */ "experimentalDecorators": true, /* Basic stuff */ "moduleResolution": "node", "skipLibCheck": true, "skipDefaultLibCheck": true, "lib": ["dom", "esnext", "esnext.asynciterable"], /* Control what is emitted */ "declaration": true, "noEmitOnError": true, "removeComments": false, "downlevelIteration": true, /* Create inline sourcemaps with sources */ "sourceMap": false, "inlineSources": true, "inlineSourceMap": true, /* The most restrictive settings possible */ "strict": true, "importHelpers": true, "noEmitHelpers": true, "noImplicitAny": true, "noUnusedLocals": true, "noImplicitReturns": true, "allowUnusedLabels": false, "noUnusedParameters": true, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true } }
0
rapidsai_public_repos
rapidsai_public_repos/node/USAGE.md
# Using the `node-rapids` docker images ## Quick links * [About our docker images](#develop-with-docker-and-the-vscode-remote-containers-extension) * [Retrieving the runtime images](#retrieving-the-runtime-images) * [Running code in the runtime images](#running-code-in-the-runtime-images) * [Extracting the packaged artifacts](#extracting-the-packaged-artifacts) ## About our docker images We publish standalone docker images [to the `rapidsai/node` repository](https://github.com/orgs/rapidsai/packages/container/package/node) to the GitHub container registry on each PR merge. These images are based on the [`nvidia/cuda`](https://hub.docker.com/r/nvidia/cuda) runtime image. They are intended to be used directly, extended with app code, or to serve as examples for building your own deployment images. The sources for each image are in [dev/dockerfiles/runtime](https://github.com/rapidsai/node/tree/main/dev/dockerfiles/runtime). Our tag template scheme is as follows: ```txt ghcr.io/rapidsai/node:{{ RAPIDS_VERSION }}-runtime-node{{ NODE_VERSION }}-cuda{{ CUDA_VERSION }}-ubuntu{{ UBUNTU_VERSION }}-{{ LIBRARY_NAME }} ``` The latest manifest is available at the [GitHub container registry page](https://github.com/orgs/rapidsai/packages/container/package/node). ## Retrieving the runtime images The following will retrieve the docker image with each library (+ its native and JS dependencies) installed into the image's `/home/node/node_modules`: ```bash REPO=ghcr.io/rapidsai/node VERSIONS="22.12.2-runtime-node16.15.1-cuda11-ubuntu20.04" docker pull $REPO:$VERSIONS-cudf docker pull $REPO:$VERSIONS-cuml docker pull $REPO:$VERSIONS-cugraph docker pull $REPO:$VERSIONS-cuspatial VERSIONS="22.12.2-runtime-node16.15.1-cuda11-ubuntu20.04" docker pull $REPO:$VERSIONS-glfw # Includes all the above RAPIDS libraries in a single image docker pull $REPO:$VERSIONS-main # Includes all the above RAPIDS libraries + demos in a single image docker pull $REPO:$VERSIONS-demo ``` ## Running code in the runtime images Like the official node images, the default command in the runtime images is `node`. You can run the following test to validate the GPU is available to your containers: ```bash REPO=ghcr.io/rapidsai/node VERSIONS="22.12.2-runtime-node16.15.1-cuda11-ubuntu20.04" # Be sure to pass either the `--runtime=nvidia` or `--gpus` flag! docker run --rm --gpus=0 $REPO:$VERSIONS-cudf \ -p "const {Series, DataFrame} = require('@rapidsai/cudf');\ new DataFrame({ a: Series.new([0, 1, 2]) }).toString()" > a > 0.0 > 1.0 > 2.0 ``` You can mount your host's X11 socket and `$DISPLAY` envvar, then launch demos that render via OpenGL: ```bash REPO=ghcr.io/rapidsai/node VERSIONS="22.12.2-runtime-node16.15.1-cuda11-ubuntu20.04" # Be sure to pass either the `--runtime=nvidia` or `--gpus` flag! docker run --rm \ --runtime=nvidia \ -e "DISPLAY=$DISPLAY" \ -v "/etc/fonts:/etc/fonts:ro" \ -v "/tmp/.X11-unix:/tmp/.X11-unix:rw" \ -v "/usr/share/fonts:/usr/share/fonts:ro" \ -v "/usr/share/icons:/usr/share/icons:ro" \ $REPO:$VERSIONS-demo \ npx @rapidsai/demo-graph ``` <details> <summary>Click here to see a demo of the above command:</summary> <img src="docs/images/docker-x11-socket-forwarding.gif"/> </details> ## Extracting the packaged artifacts We also publish the container of npm-packed `.tgz` artifacts installed into each runtime image. You can use the following technique to install the npm-packed modules into another container or bare-metal cloud instance, provided you also install any runtime dependencies (a gcc-9-compatible `libstdc++`, matching CUDA Toolkit, etc.) needed by the module. ```bash REPO=ghcr.io/rapidsai/node VERSIONS="22.12.2-devel-node16.15.1-cuda11-ubuntu20.04" # Pull the latest image of the packaged .tgz artifacts docker pull $REPO:$VERSIONS-packages # Copy the packaged .tgz artifacts, including any of its `@rapidsai/*` dependencies docker run --rm -v "$PWD:/out" \ $REPO:$VERSIONS-packages \ bash -c "cp \ /opt/rapids/rapidsai-core-*.tgz \ /opt/rapids/rapidsai-cuda-*.tgz \ /opt/rapids/rapidsai-rmm-*.tgz \ /opt/rapids/rapidsai-cudf-*.tgz \ /out/" # Install the npm-packed .tgz (+ npm dependencies) into `./node_modules` npm install --force --production --legacy-peer-deps \ --omit dev --omit peer --omit optional \ *.tgz ```
0
rapidsai_public_repos
rapidsai_public_repos/node/.dockerignore
**/*.arrow **/*.csv **/*.geojson **/*.gif **/*.git **/*.gitattributes **/*.jpg **/*.las **/*.laz **/*.o **/*.parquet **/*.png **/*.so **/*.tar.gz **/*.tar.xz **/*.zip **/*.pyc **/lerna-debug.log **/docker-compose*.yml **/compile_commands.json **/*.code-workspace **/z-* **/out/ **/.logs/ **/.next/ **/_next/ **/build/ **/.cache/ **/.ccache/ **/.clangd/ **/.github/ **/.vscode/ **/.cmake-js/ **/node_modules/ **/modules/**/doc/* **/modules/**/lib/* **/modules/**/data/* **/modules/*/include/napi.h **/modules/*/include/napi-inl.h **/modules/*/include/napi-inl.deprecated.h **/modules/*/include/node_api.h README.md BINDINGS.md doc docs internal dev/dockerfiles .env.sample .gitignore .clang-format .dockerignore !**/modules/demo/**/data/*.png !**/modules/demo/**/data/*.jpg !**/modules/demo/**/data/*.gif !**/modules/demo/**/data/*.las !**/modules/demo/**/data/*.laz !**/modules/demo/**/data/*.arrow !**/modules/demo/**/public/*.png !**/modules/demo/**/public/*.jpg !**/modules/demo/**/public/*.gif !**/modules/demo/**/public/*.las !**/modules/demo/**/public/*.laz !**/modules/demo/**/public/*.arrow
0
rapidsai_public_repos
rapidsai_public_repos/node/DEVELOP.md
# Development This document is intended for anyone who wants to clone and build the `node-rapids` modules from source. If you're interested in using `node-rapids` packages in your app, see our docs on [using the public `node-rapids` docker images](https://github.com/rapidsai/node/tree/main/USAGE.md). ## Quick links * [Develop with docker and VSCode Remote Containers](#develop-with-docker-and-the-vscode-remote-containers-extension) * [Setup yarn workspace](#setup-yarn-workspace) * [Build the modules](#build-the-modules) * [Build modules individually](#build-modules-individually) * [Running the demos](#running-the-demos) * [Running notebooks](#running-notebooks) * [Troubleshooting](#troubleshooting) * [Develop on bare-metal](#develop-on-bare-metal) ## System/GPU requirements * Ubuntu 18.04+ (other Linuxes should work, but untested) * [CUDA Toolkit 11.0+](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements) * NVIDIA driver 465+ * \>= Pascal architecture (Compute Capability >=7.0) * `docker-ce` 19.03+ (optional) * `docker-compose` v1.28.5+ (optional) ## Develop with docker and [VSCode Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) You can build and run the C++ and TypeScript in a [docker](https://docker.com/) container with the [nvidia-container-runtime](https://github.com/NVIDIA/nvidia-docker) and [docker-compose](https://github.com/docker/compose/). This eliminates potential incompatibilities between the tools and environment in your base OS vs. the tools needed to build, format, lint, debug, and provide intellisense for the C++ native modules. ### Install docker and VSCode extensions See our `docker`, `docker-compose`, and `nvidia-container-runtime` [installation and setup instructions](https://github.com/rapidsai/node/tree/main/docs/docker/installation.md). Install the [VSCode Remote Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). We recommend installing the following extensions in the development container: * [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) * [Microsoft C/C++ tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) * [Clang Format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format) * [Clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) * [Tasks Shell Input](https://marketplace.visualstudio.com/items?itemName=augustocdias.tasks-shell-input) * [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) ### Clone the repository ```bash git clone https://github.com/rapidsai/node.git ``` ### Create a `.env` file for local development Create a local [`.env` file](https://docs.docker.com/compose/environment-variables/#the-env-file) for `docker-compose`. This file controls high-level features outside the container, like CUDA and Ubuntu version, and more fine-grained features inside the container like the user, number of parallel jobs, and compiler caching. ```bash # Make a local .env file of envvar overrides for the container cp .env.sample .env # Modify the .env file to match your system's parameters nano .env ``` ### Starting and connecting to the development container To pull and run the development container, issue the following commands: ```bash # Pull the main development container built in node-rapids CI (fastest) docker-compose -f docker-compose.devel.yml pull main # Or build the development containers locally (e.g. after making changes) yarn docker:build:devel:main # Start the main development container yarn docker:run:devel ``` After starting the container, you should see it in the VSCode Remote Containers extension. <details> <summary>Click the "Attach to Container" icon to open a new VSCode window in the context of the development container:</summary> <img src="docs/images/vscode-attach-to-container.png"/> </details> <br/> ## Setup yarn workspace Install and boostrap the monorepo's yarn workspace inside the development container: ```bash # Boostrap the yarn workspace, set up monorepo symlinks, and install dev dependencies yarn ``` ## Build the modules To build the TypeScript and C++ of each module: ```bash yarn build ``` To build the TypeScript half of each module: ```bash yarn tsc:build ``` To build the C++ half of each module: ```bash yarn cpp:build ``` ### Build modules individually The npm scripts in the top-level `package.json` operate on every module (via [yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) and [lerna](https://github.com/lerna/lerna)), but often it's easier to build a single module. Because each module also defines those scripts, we can use `yarn workspace` to run them in isolation: ```bash # Run the `cpp:build` npm script in the cuDF module only yarn workspace @rapidsai/cudf cpp:build ``` ### Escape hatch If something goes haywire in the dependency tree or build cache, we include an "escape hatch" command to clean and reinstall/rebuild all dependencies and build directories inside the container. Feel free to run this as often as you need: ```bash yarn nuke:from:orbit ``` ### CMake and Ninja We use [cmake-js](https://www.npmjs.com/package/cmake-js) to generate the C++ build scripts and follow a similar naming convention in our npm scripts: ```txt Usage: cmake-js [<command>] [options] Commands: configure Configure CMake project build Build the project (will configure first if required) reconfigure Clean the project directory then configure the project rebuild Clean the project directory then build the project compile Build the project, and if build fails, try a full rebuild ``` These `cmake-js` commands are exposed as npm scripts in the top-level `package.json`: ```txt yarn cpp:configure Configure CMake project yarn cpp:build Build the project (will configure first if required) yarn cpp:reconfigure Clean the project directory then configure the project yarn cpp:rebuild Clean the project directory then build the project yarn cpp:compile Build the project, and if build fails, try a full rebuild ``` Adding the `:debug` suffix to the above command will build the C++ projects (and their dependencies!) with `CMAKE_BUILD_TYPE=Debug`: ```txt yarn cpp:rebuild:debug ``` This is potentially expensive but is required if you need to run in the debugger. #### CMake CMake is a "build script generator." It uses a `CMakeLists.txt` as a description of how to generate C++ build scripts. A CMake build is separated into two phases; a "configuration" phase (run CMake to generate the build scripts), and a "compile" phase (executes commands in the generated build scripts to compile C++ source into object files). Certain information about how to build C++ source into object files is determined in the "configuration" phase. If this information changes, the configuration phase must be re-run. For example, the C++ `.cpp` file paths are found in the configuration phase, so adding a new `.cpp` file requires regenerating (i.e. "reconfiguring") the build scripts. #### Ninja [Ninja](https://ninja-build.org/) is a build tool to compile C++ sources into object files. The CMake configuration phase generates ninja build scripts. ## Running the demos The demos can be run via the top-level `yarn demo` npm script: ```bash # Show a list of available demos yarn demo # Run a specific demo with extra arguments passed to the selected demo yarn demo modules/demo/luma 01 ``` ## Running notebooks We've included a container for launching [`jupyterlab-desktop`](https://github.com/jupyterlab/jupyterlab-desktop) with access to locally built `node-rapids` modules: ```shell # Compile the TypeScript and C++ modules inside the development container (only necessary if it hasn't already been built) yarn docker:run:devel bash -c 'yarn && yarn build' # Build the notebook container (only necessary if it hasn't already been built) yarn docker:build:devel:notebook # Start a containerized `jupyterlab-desktop` instance with the source tree as a docker volume mount yarn docker:run:devel:notebook ``` ## Troubleshooting Potential error messages you may encounter while building: * > ninja: error: loading 'build.ninja': No such file or directory This means the CMake "configure" step did not succeed. You need to execute `yarn rebuild` from the top of the repo (to rebuild everything), or in the specific module that failed to configure. ## Develop on bare-metal Though not usually advised, follow [these instructions](https://github.com/rapidsai/node/tree/main/docs/develop-on-bare-metal.md) to develop outside docker on properly configured Ubuntu host.
0
rapidsai_public_repos
rapidsai_public_repos/node/.npmrc
fund=false audit=false save-prefix= --omit=optional save-exact=true package-lock=false loglevel=error update-notifier=false scripts-prepend-node-path=true registry=https://registry.npmjs.org/
0
rapidsai_public_repos
rapidsai_public_repos/node/.eslintrc.js
module.exports = { 'env': { 'browser': true, 'es6': true, 'node': true, }, 'plugins': ['@typescript-eslint'], 'parser': '@typescript-eslint/parser', 'parserOptions': { 'project': [ 'tsconfig.json' ], 'sourceType': 'module' }, 'extends': [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking' ], 'rules': { // "prefer-const": "off", // "prefer-rest-params": "off", 'semi': ['error', 'always'], '@typescript-eslint/unbound-method': 'off', '@typescript-eslint/ban-ts-comment': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-var-requires': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unsafe-return': 'off', '@typescript-eslint/no-empty-function': 'off', '@typescript-eslint/no-require-imports': 'off', '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', // "@typescript-eslint/no-non-null-assertion": "off", '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-redeclare': [ 'error', {'ignoreDeclarationMerge': true}, ], '@typescript-eslint/no-use-before-define': [ 'error', {'functions': false, 'classes': false, 'variables': false}, ], }, 'overrides': [ {'files': ['test/**/*.ts'], 'rules': {'no-debugger': 'off'}}, ] };
0
rapidsai_public_repos
rapidsai_public_repos/node/LICENSE
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 2019 NVIDIA Corporation 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. -------------------------------------------------------------------------------- include/visit_struct/visit_struct.hpp (modified): BSL 1.0 Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0
rapidsai_public_repos
rapidsai_public_repos/node/.env.sample
# The ID of the non-root user inside the container (can match host user ID) UID=1000 # Number of C++ object files to build in parallel. This is dependent on the number of CPU # cores your machine has. Increasing the number will result in faster build times, but use # more memory. PARALLEL_LEVEL=4 # `nvidia/cuda` base image CUDA version # CUDA_VERSION=11.6.2 # `nvidia/cuda` base image Ubuntu version # LINUX_VERSION=ubuntu20.04 # List of CUDA device architectures to target. # CUDAARCHS=60-real;70-real;75-real;80-real;86 # # Or set to `ALL` to compile for all supported. # CUDAARCHS=ALL # How long sccache should wait until it considers a compile job timed out. # This number should be large, because C++ and CUDA can take a long time to compile. SCCACHE_IDLE_TIMEOUT=32768 # Optional S3 region and bucket for shared sccache. # # This bucket is publicly readable, and is continuously populated by the RAPIDS dev team and CI jobs. # # Using these values can significantly speed up your compile times. SCCACHE_REGION=us-west-2 SCCACHE_BUCKET=node-rapids-sccache
0
rapidsai_public_repos
rapidsai_public_repos/node/.clang-format
--- # Refer to the following link for the explanation of each params: # http://releases.llvm.org/8.0.0/tools/clang/docs/ClangFormatStyleOptions.html Language: Cpp AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignArrayOfStructures: None AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: false AlignEscapedNewlines: Left AlignOperands: AlignAfterOperator AlignTrailingComments: Kind: Always OverEmptyLines: 2 AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true # This is deprecated AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false BitFieldColonSpacing: After BraceWrapping: AfterClass: false AfterControlStatement: false AfterEnum: false AfterFunction: false AfterNamespace: false AfterObjCDeclaration: false AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeCatch: false BeforeElse: false IndentBraces: false # disabling the below splits, else, they'll just add to the vertical length of source files! SplitEmptyFunction: false SplitEmptyRecord: false SplitEmptyNamespace: false BreakArrays: false BreakAfterAttributes: Leave BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeColon BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 100 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true # Kept the below 2 to be the same as `IndentWidth` to keep everything uniform ConstructorInitializerIndentWidth: 2 ContinuationIndentWidth: 2 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true ForEachMacros: - foreach - Q_FOREACH - BOOST_FOREACH IncludeBlocks: Preserve IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 IncludeIsMainRegex: '([-_](test|unittest))?$' IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 2 IndentWrappedFunctionNames: false InsertNewlineAtEOF: true KeepEmptyLinesAtTheStartOfBlocks: false MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCBinPackProtocolList: Never ObjCBlockIndentWidth: 2 ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 2 PenaltyBreakBeforeFirstCallParameter: 1 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 200 PointerAlignment: Left ReferenceAlignment: Left RawStringFormats: - Language: Cpp Delimiters: - cc - CC - cpp - Cpp - CPP - 'c++' - 'C++' CanonicalDelimiter: '' - Language: TextProto Delimiters: - pb - PB - proto - PROTO EnclosingFunctions: - EqualsProto - EquivToProto - PARSE_PARTIAL_TEXT_PROTO - PARSE_TEST_PROTO - PARSE_TEXT_PROTO - ParseTextOrDie - ParseTextProtoOrDie CanonicalDelimiter: '' BasedOnStyle: google # Enabling comment reflow causes doxygen comments to be messed up in their formats! ReflowComments: true RemoveBracesLLVM: false SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterTemplateKeyword: true SpaceAroundPointerQualifiers: Default SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: false SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: false SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 2 SpacesInAngles: Never SpacesInParens: Never SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: c++17 StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION # Be consistent with indent-width, even for people who use tab for indentation! TabWidth: 2 UseTab: Never --- # Refer to the following link for the explanation of each params: # https://clang.llvm.org/docs/ClangFormatStyleOptions.html Language: JavaScript ######################################################### # # Additions or modifications to the above C++ settings # ######################################################### AccessModifierOffset: 0 AlignArrayOfStructures: None AllowAllArgumentsOnNextLine: true AlignConsecutiveBitFields: true AllowShortEnumsOnASingleLine: false AllowShortLambdasOnASingleLine: All BreakStringLiterals: false InsertTrailingCommas: None IndentCaseBlocks: false JavaScriptQuotes: Single JavaScriptWrapImports: true SpaceAfterCStyleCast: true SpaceAfterLogicalNot: false SpaceBeforeCpp11BracedList: true SpaceBeforeCtorInitializerColon: false SpaceBeforeJsonColon: false SpaceBeforeInheritanceColon: false SpaceBeforeRangeBasedForLoopColon: false SpacesInConditionalStatement: false SpacesInContainerLiterals: false ######################################################### # # Begin previous C++ settings # ######################################################### AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: false AlignEscapedNewlines: Left AlignOperands: AlignAfterOperator AlignTrailingComments: Kind: Always OverEmptyLines: 2 AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true # This is deprecated AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false BitFieldColonSpacing: After BraceWrapping: AfterClass: false AfterControlStatement: false AfterEnum: false AfterFunction: false AfterNamespace: false AfterObjCDeclaration: false AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeCatch: false BeforeElse: false IndentBraces: false # disabling the below splits, else, they'll just add to the vertical length of source files! SplitEmptyFunction: false SplitEmptyRecord: false SplitEmptyNamespace: false BreakArrays: false BreakAfterAttributes: Leave BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeColon BreakAfterJavaFieldAnnotations: false ColumnLimit: 100 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true # Kept the below 2 to be the same as `IndentWidth` to keep everything uniform ConstructorInitializerIndentWidth: 2 ContinuationIndentWidth: 2 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true ForEachMacros: - foreach - Q_FOREACH - BOOST_FOREACH IncludeBlocks: Preserve IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 IncludeIsMainRegex: '([-_](test|unittest))?$' IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 2 IndentWrappedFunctionNames: false InsertNewlineAtEOF: true KeepEmptyLinesAtTheStartOfBlocks: false MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 NamespaceIndentation: None ObjCBinPackProtocolList: Never ObjCBlockIndentWidth: 2 ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 2 PenaltyBreakBeforeFirstCallParameter: 1 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 200 PointerAlignment: Left ReferenceAlignment: Left RawStringFormats: - Language: JavaScript Delimiters: - js - Js - JS - ts - Ts - TS - javascript - Javascript - JavaScript - typescript - Typescript - TypeScript CanonicalDelimiter: '' - Language: TextProto Delimiters: - pb - PB - proto - PROTO EnclosingFunctions: - EqualsProto - EquivToProto - PARSE_PARTIAL_TEXT_PROTO - PARSE_TEST_PROTO - PARSE_TEXT_PROTO - ParseTextOrDie - ParseTextProtoOrDie CanonicalDelimiter: '' BasedOnStyle: google # Enabling comment reflow causes doxygen comments to be messed up in their formats! ReflowComments: true RemoveBracesLLVM: false SortIncludes: true SortUsingDeclarations: true SpaceAfterTemplateKeyword: true SpaceAroundPointerQualifiers: Default SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: false SpaceBeforeParens: ControlStatements SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: false SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 2 SpacesInAngles: Never SpacesInParens: Never SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: c++17 StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION # Be consistent with indent-width, even for people who use tab for indentation! TabWidth: 2 UseTab: Never
0
rapidsai_public_repos
rapidsai_public_repos/node/typedoc.js
module.exports = { entryPoints: [ 'modules/cuda/src/index.ts', 'modules/rmm/src/index.ts', 'modules/cudf/src/index.ts', 'modules/cuml/src/index.ts', 'modules/cugraph/src/index.ts', 'modules/cuspatial/src/index.ts', 'modules/io/src/index.ts', 'modules/deck.gl/src/index.ts', 'modules/glfw/src/index.ts', 'modules/jsdom/src/index.ts', 'modules/webgl/src/index.ts', 'modules/sql/src/index.ts', ], out: 'doc', name: 'RAPIDS', tsconfig: 'tsconfig.json', hideGenerator: true, excludePrivate: true, excludeProtected: true, excludeExternals: true, };
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/package.json
{ "name": "@rapidsai/deck.gl", "version": "22.12.2", "description": "NVIDIA RAPIDS deck.gl components and utilities", "license": "Apache-2.0", "main": "index.js", "types": "build/js", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <[email protected]>" ], "homepage": "https://github.com/rapidsai/node/tree/main/modules/deck.gl#readme", "bugs": { "url": "https://github.com/rapidsai/node/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rapidsai/node.git" }, "scripts": { "clean": "rimraf build doc compile_commands.json", "doc": "rimraf doc && typedoc --options typedoc.js", "test": "node -r dotenv/config node_modules/.bin/jest -c jest.config.js", "build": "yarn tsc:build", "compile": "yarn tsc:build", "rebuild": "yarn tsc:build", "tsc:clean": "rimraf build/js", "tsc:build": "yarn tsc:clean && tsc -p ./tsconfig.json", "tsc:watch": "yarn tsc:clean && tsc -p ./tsconfig.json -w" }, "dependencies": { "@deck.gl/core": "8.8.10", "@deck.gl/layers": "8.8.10", "@luma.gl/core": "8.5.16", "@luma.gl/engine": "8.5.16", "@luma.gl/webgl": "8.5.16", "@rapidsai/core": "~22.12.2", "@rapidsai/cuda": "~22.12.2", "@rapidsai/cudf": "~22.12.2", "mjolnir.js": "2.7.1" }, "files": [ "build", "LICENSE", "index.js", "README.md", "package.json" ] }
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/index.js
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. module.exports = require('./build/js/index');
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/jest.config.js
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. try { require('dotenv').config(); } catch (e) { } module.exports = { "verbose": true, "testEnvironment": "node", "maxWorkers": process.env.PARALLEL_LEVEL || 1, "globals": { "ts-jest": { "diagnostics": false, "tsconfig": "test/tsconfig.json" } }, "rootDir": "./", "roots": [ "<rootDir>/test/" ], "moduleFileExtensions": [ "js", "ts", "tsx" ], "coverageReporters": [ "lcov" ], "coveragePathIgnorePatterns": [ "test\\/.*\\.(ts|tsx|js)$", "/node_modules/" ], "transform": { "^.+\\.jsx?$": "ts-jest", "^.+\\.tsx?$": "ts-jest" }, "transformIgnorePatterns": [ "/build/(js|Debug|Release)/*$", ], "testRegex": "(.*(-|\\.)(test|spec)s?)\\.(ts|tsx|js)$", "preset": "ts-jest", "testMatch": null, "moduleNameMapper": { "^@rapidsai\/deck\.gl(.*)": "<rootDir>/src/$1", } };
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/tsconfig.json
{ "include": ["src"], "exclude": ["node_modules"], "compilerOptions": { "baseUrl": "./", "paths": { "@rapidsai/deck.gl": ["src/index"], "@rapidsai/deck.gl/*": ["src/*"] }, "target": "ESNEXT", "module": "commonjs", "outDir": "./build/js", /* Decorators */ "experimentalDecorators": true, /* Basic stuff */ "moduleResolution": "node", "skipLibCheck": true, "skipDefaultLibCheck": true, "lib": ["dom", "esnext", "esnext.asynciterable"], /* Control what is emitted */ "declaration": true, "declarationMap": true, "noEmitOnError": true, "removeComments": false, "downlevelIteration": true, /* Create inline sourcemaps with sources */ "sourceMap": false, "inlineSources": true, "inlineSourceMap": true, /* The most restrictive settings possible */ "strict": true, "importHelpers": true, "noEmitHelpers": true, "noImplicitAny": true, "noUnusedLocals": true, "noImplicitReturns": true, "allowUnusedLabels": false, "noUnusedParameters": true, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true } }
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/LICENSE
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 2019 NVIDIA Corporation 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.
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/deck.gl/typedoc.js
module.exports = { entryPoints: ['src/index.ts'], out: 'doc', name: '@rapidsai/deck.gl', tsconfig: 'tsconfig.json', excludePrivate: true, excludeProtected: true, excludeExternals: true, };
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/.vscode/launch.json
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug Tests", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "program": "${workspaceFolder}/node_modules/.bin/jest", "skipFiles": [ "<node_internals>/**", "${workspaceFolder}/node_modules/**" ], "env": { "NODE_NO_WARNINGS": "1", "NODE_ENV": "production", "READABLE_STREAM": "disable", }, "args": [ "--verbose", "--runInBand", "-c", "jest.config.js", "${input:TEST_FILE}" ] }, ], "inputs": [ { "type": "command", "id": "TEST_FILE", "command": "shellCommand.execute", "args": { "cwd": "${workspaceFolder}/modules/deck.gl", "description": "Select a file to debug", "command": "./node_modules/.bin/jest --listTests | sed -r \"s@$PWD/test/@@g\"", } }, ], }
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/.vscode/tasks.json
{ "version": "2.0.0", "tasks": [ { "type": "npm", "group": "build", "label": "Recompile @rapidsai/deck.gl TS (fast)", "script": "tsc:build", "detail": "yarn tsc:build", "problemMatcher": ["$tsc"], }, ], }
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/src/index.ts
// Copyright (c) 2020-2023, NVIDIA CORPORATION. // // 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. export * from './buffer'; export * from './layers/graph'; export * from './layers/point-cloud'; export * from './utils/series-color-utils'; export {Deck as DeckSSR} from './ssr/deck'; export {AnimationLoop as AnimationLoopSSR} from './ssr/animation-loop';
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/src/deck.gl.ts
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // 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. export interface DeckContext { gl: WebGL2RenderingContext; shaderCache: any; } export interface PickingInfo { /** Mouse position x relative to the viewport. */ x: number; /** Mouse position y relative to the viewport. */ y: number; /** Mouse position in world coordinates. Only applies if coordinateSystem is COORDINATE_SYSTEM.LNGLAT. */ coordinate: [number, number]; /** The color of the pixel that is being picked. It represents a "picking color" that is encoded by layer.encodePickingColor(). */ color: [number, number, number, number]; /** The index of the object that is being picked. It is the returned value of layer.decodePickingColor(). */ index: number; /** true if index is not -1. */ picked: boolean; [key: string]: any; } export interface UpdateStateProps { oldProps: any; props: any; context: DeckContext; changeFlags: any; } export declare class Deck { constructor(props: any); [key: string]: any; } export declare class DeckLayer { constructor(props?: any); props: any; state: any; internalState: any; setState(updatedState: any): void; initializeState(context: DeckContext): void; shouldUpdateState(options: UpdateStateProps): boolean; updateState(options: UpdateStateProps): void; finalizeState(context?: DeckContext): void; draw(options: {moduleParameters: any, uniforms: any, context: DeckContext}): void; getPickingInfo({info, mode}: {info: PickingInfo, mode: 'hover'|'click'}): void; onHover(info: PickingInfo, pickingEvent: any): void; getAttributeManager(): any; getShaders(shaders: any): any; } export declare class DeckCompositeLayer extends DeckLayer { getSubLayerProps(subLayerProps: any): any; } export declare class DeckTextLayer extends DeckLayer { constructor(props?: any); }
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/src/buffer.ts
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. const {Buffer: LumaBuffer_} = require('@luma.gl/webgl'); import {BufferProps} from '@luma.gl/webgl'; import {LumaBuffer} from './luma.gl'; import {CUDA, Uint8Buffer} from '@rapidsai/cuda'; export class Buffer extends (LumaBuffer_ as typeof LumaBuffer) { static mapResources(buffers: any[] = []) { buffers = buffers.filter((buffer) => buffer && buffer.handle && buffer.handle.cudaGraphicsResource !== undefined && buffer.handle.cudaGraphicsResourceMapped === false); CUDA.runtime.cudaGraphicsMapResources( buffers.map((buffer) => buffer.handle.cudaGraphicsResource)); buffers.forEach((buffer) => buffer.handle.cudaGraphicsResourceMapped = true); } static unmapResources(buffers: any[] = []) { buffers = buffers.filter((buffer) => buffer && buffer.handle && buffer.handle.cudaGraphicsResource !== undefined && buffer.handle.cudaGraphicsResourceMapped === true); CUDA.runtime.cudaGraphicsUnmapResources( buffers.map((buffer) => buffer.handle.cudaGraphicsResource)); buffers.forEach((buffer) => buffer.handle.cudaGraphicsResourceMapped = false); } constructor(gl: WebGLRenderingContext, props?: BufferProps); constructor(gl: WebGLRenderingContext, data: ArrayBufferView|number[]); constructor(gl: WebGLRenderingContext, byteLength: number); constructor(gl: WebGLRenderingContext, propsDataOrByteLength?: any) { super(gl, propsDataOrByteLength); if (this.byteLength > 0) { this._registerResource(this.handle); } } subData(props: any = {}) { if (!this._handle || !this._handle.cudaGraphicsResourceMapped) { return super.subData(props); } props = props instanceof ArrayBuffer ? {data: new Uint8Array(props), length: props.byteLength} : ArrayBuffer.isView(props) ? {data: props, length: props.byteLength} : {data: new Uint8Array(0), ...props}; const { data: buffer, length = buffer.byteLength, byteLength: srcLength = length, offset = 0, srcOffset = 0, } = props; this.asCUDABuffer(offset).set({buffer, byteOffset: srcOffset, byteLength: srcLength}); return this; } asMappedResource(work: (buffer: this) => any) { this._mapResource(); work(this); this._unmapResource(); } asCUDABuffer(byteOffset = 0, byteLength = this.byteLength - byteOffset) { if (this._handle.cudaGraphicsResourceMapped) { return new Uint8Buffer( CUDA.runtime.cudaGraphicsResourceGetMappedPointer(this._handle.cudaGraphicsResource), byteOffset, byteLength); } throw new Error( 'OpenGL Buffer must be mapped as a CUDAGraphicsResource to create a CUDA buffer'); } _deleteHandle() { this._unregisterResource(this._handle); return super._deleteHandle(); } // eslint-disable-next-line @typescript-eslint/restrict-plus-operands _setData(data: any, offset = 0, byteLength = data.byteLength + offset) { const mapped = this._handle.cudaGraphicsResourceMapped; mapped && this._unmapResource(this._handle); super._setData(data, offset, byteLength); mapped && this._mapResource(this._handle); return this; } _setByteLength(byteLength: number, usage = this.usage) { const mapped = this._handle.cudaGraphicsResourceMapped; mapped && this._unmapResource(this._handle); super._setByteLength(byteLength, usage); mapped && this._mapResource(this._handle); return this; } _registerResource(handle = this._handle) { if (handle && handle.cudaGraphicsResource === undefined) { this._handle = handle; handle.cudaGraphicsResourceMapped = false; handle.cudaGraphicsResource = CUDA.runtime.cudaGraphicsGLRegisterBuffer(handle.ptr, 0); } return this; } _unregisterResource(handle = this._handle) { if (handle && handle.cudaGraphicsResource !== undefined) { this._unmapResource(handle); CUDA.runtime.cudaGraphicsUnregisterResource(handle.cudaGraphicsResource); handle.cudaGraphicsResource = undefined; } return this; } _mapResource(handle = this._handle) { if (handle && handle.cudaGraphicsResource && !handle.cudaGraphicsResourceMapped) { CUDA.runtime.cudaGraphicsMapResources([handle.cudaGraphicsResource]); handle.cudaGraphicsResourceMapped = true; } return this; } _unmapResource(handle = this._handle) { if (handle && handle.cudaGraphicsResource && handle.cudaGraphicsResourceMapped) { CUDA.runtime.cudaGraphicsUnmapResources([handle.cudaGraphicsResource]); handle.cudaGraphicsResourceMapped = false; } return this; } }
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/src/luma.gl.ts
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. import { Buffer as LumaBuffer_, } from '@luma.gl/webgl'; // Add protected props and methods missing on the luma.gl typings export declare class LumaResource { _deleteHandle(handle?: any): void; } export declare class LumaBuffer extends LumaBuffer_ { // _handle isn't mutable in practice, even though it is in the luma.gl typings _handle: any; _deleteHandle(): void; _setData(data: any, offset?: number, byteLength?: number): void; _setByteLength(byteLength: number, usage?: number): void; }
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/utils/series-color-utils.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {IndexType, Series, Uint32, Uint32Series} from '@rapidsai/cudf'; function getSize(col: Series<IndexType>|number) { return col instanceof Series ? col.length : undefined; } function validateSeries(col: Series<IndexType>) { if (col.min() < 0 || col.max() > 255) { throw new RangeError('invalid column, contains values outside of the range [0,255]'); } return col; } function hexToInteger(value: string) { value = value.replace('#', '0x'); return parseInt(`${value}ff`, 16); } /** * Convert 4 individual RGBA Series or values to a RGBA Integer Series to be consumed directly by * color buffers * @param r Series<IndexType> or number for the color red (valid values [0,255]) * @param g Series<IndexType> or number for the color red (valid values [0,255]) * @param b Series<IndexType> or number for the color red (valid values [0,255]) * @param a Series<IndexType> or number for the color red (valid values [0,255]) * @param size optional size of the series, if all of the r,g,b,a arguments are numbers. default is * 1 * @returns Uint32Series containing RGBA integer values */ export function RGBASeriestoIntSeries(r: Series<IndexType>|number, g: Series<IndexType>|number, b: Series<IndexType>|number, a: Series<IndexType>|number, size = 1): Uint32Series { size = getSize(r) || getSize(g) || getSize(b) || getSize(a) || size; r = r instanceof Series ? validateSeries(r) : Series.sequence({type: new Uint32, size: size, init: r, step: 0}); g = g instanceof Series ? validateSeries(g) : Series.sequence({type: new Uint32, size: size, init: g, step: 0}); b = b instanceof Series ? validateSeries(b) : Series.sequence({type: new Uint32, size: size, init: b, step: 0}); a = a instanceof Series ? validateSeries(a) : Series.sequence({type: new Uint32, size: size, init: a, step: 0}); return r.shiftLeft(BigInt(24)) .bitwiseOr(g.shiftLeft(BigInt(16))) .bitwiseOr(b.shiftLeft(BigInt(8))) .bitwiseOr(a) .cast(new Uint32); } /** * Convert rgba to 32 bit signed integer * @param rgba array of rgba value (a value is optional, default is 255) * @returns rgba 32 bit signed integer value */ function RGBAtoInt(rgba: number[]): number { rgba.forEach((value) => { if (value < 0 || value > 255) { throw new RangeError('rgba values expected within [0,255]'); } }); if (rgba.length < 3 || rgba.length > 4) { throw new Error('invalid array length, provide values for r,g,b,a(optional)'); } if (rgba.length == 3) { rgba = rgba.concat(255); } // if only rgb values are provided return (rgba[0] << 24 >>> 0) + (rgba[1] << 16 >>> 0) + (rgba[2] << 8 >>> 0) + rgba[3]; } /** * Helper function for quickly creating a cudf color Series based on color bins provided * @param values * @param domain * @param colors * possible input values: * - array of rgba arrays * - array of rgb arrays (a defaults to 255) * - array of 32bit rgba integers * - array of hex color strings * @param nullColor */ export function mapValuesToColorSeries( values: Series<IndexType>, domain: number[], colors: number[][]|number[]|string[], nullColor: number[]|number = [204, 204, 204, 255]): Uint32Series { // validate colors and domain lengths if (colors.length < 1 || domain.length < 1) { throw new Error('colors and domain must be arrays of length 1 or greater'); } // convert RGBA values to Integers accepted by deck gpu buffers const nullColorInteger = Array.isArray(nullColor) ? RGBAtoInt(nullColor) : nullColor; const colorsInteger: number[] = colors.map(value => Array.isArray(value) ? RGBAtoInt(value) : typeof value == 'string' ? hexToInteger(value) : value); let colorSeries = Series.sequence({type: new Uint32, init: colorsInteger[0], step: 0, size: values.length}); const colorIndices = Series.sequence({type: values.type, init: 0, step: 1, size: values.length}); if (domain.length == 1) { const boolMask = values.ge(domain[0]); const indices = colorIndices.filter(boolMask); colorSeries = colorSeries.scatter(colorsInteger[1] || colorsInteger[colors.length - 1], indices); } else { for (let i = 0; i < domain.length - 1; i++) { const boolMask = values.ge(domain[i]).logicalAnd(values.lt(domain[i + 1])); const indices = colorIndices.filter(boolMask); colorSeries = colorSeries.scatter(colorsInteger[i] || colorsInteger[colors.length - 1], indices); } } // handle nulls if (values.countNonNulls() !== values.length) { // contains null values const indices = colorIndices.filter(values.isNull()); colorSeries = colorSeries.scatter(nullColorInteger, indices); } return colorSeries; }
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/layers/graph.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. import { DeckCompositeLayer, DeckContext, DeckTextLayer, PickingInfo, UpdateStateProps } from '../deck.gl'; const {TextLayer} = require('@deck.gl/layers') as {TextLayer: typeof DeckTextLayer}; const {CompositeLayer} = require('@deck.gl/core'); import {Accessor} from '@luma.gl/webgl'; import {Buffer} from '../buffer'; import {EdgeLayer} from './edges'; import {EdgeColorBuffer, EdgeComponentBuffer, EdgeListBuffer} from './edges/attributes'; import {ComputeEdgePositionsTransform} from './edges/positions'; import {NodeLayer} from './nodes'; import { NodeColorBuffer, NodeElementIndicesBuffer, NodePositionBuffer, NodeRadiusBuffer } from './nodes/attributes'; const edgeBufferNames = [ 'edgeList', 'edgeBundles', 'edgeColors', 'edgeControlPoints', 'edgeSourcePositions', 'edgeTargetPositions' ]; const nodeBufferNames = [ 'nodeXPositions', 'nodeYPositions', 'nodeRadius', 'nodeFillColors', 'nodeLineColors', 'nodeElementIndices' ]; export class GraphLayer extends (CompositeLayer as typeof DeckCompositeLayer) { static get layerName() { return 'GraphLayer'; } static get defaultProps() { const defaultNodeProps = NodeLayer.defaultProps; const defaultEdgeProps = EdgeLayer.defaultProps; return { // graph props numNodes: {type: 'number', min: 0, value: 0}, numEdges: {type: 'number', min: 0, value: 0}, nodesVisible: {type: 'boolean', value: true}, edgesVisible: {type: 'boolean', value: true}, // edge props edgeOpacity: defaultEdgeProps.opacity, edgeStrokeWidth: defaultEdgeProps.width, // node props nodesFilled: defaultNodeProps.filled, nodesStroked: defaultNodeProps.stroked, nodeFillOpacity: defaultNodeProps.fillOpacity, nodeStrokeRatio: defaultNodeProps.strokeRatio, nodeStrokeOpacity: defaultNodeProps.strokeOpacity, nodeRadiusScale: defaultNodeProps.radiusScale, nodeLineWidthScale: defaultNodeProps.lineWidthScale, nodeRadiusMinPixels: defaultNodeProps.radiusMinPixels, nodeRadiusMaxPixels: defaultNodeProps.radiusMaxPixels, nodeLineWidthMinPixels: defaultNodeProps.lineWidthMinPixels, nodeLineWidthMaxPixels: defaultNodeProps.lineWidthMaxPixels, }; } static getAccessors(context: DeckContext) { return { ...NodeLayer.getAccessors(context), ...EdgeLayer.getAccessors(context), }; } initializeState({gl}: DeckContext) { // GPGPU this.internalState.computeEdgePositions = new ComputeEdgePositionsTransform(gl); this.setState({ numNodesLoaded: 0, numEdgesLoaded: 0, highlightedEdge: -1, highlightedNode: -1, highlightedSourceNode: -1, highlightedTargetNode: -1, edgePositionRanges: new Set(), buffers: { // edges edgeList: new EdgeListBuffer(gl), edgeBundles: new EdgeListBuffer(gl), edgeColors: new EdgeColorBuffer(gl), edgeControlPoints: new EdgeComponentBuffer(gl), edgeSourcePositions: new EdgeComponentBuffer(gl), edgeTargetPositions: new EdgeComponentBuffer(gl), // nodes nodeRadius: new NodeRadiusBuffer(gl), nodeFillColors: new NodeColorBuffer(gl), nodeLineColors: new NodeColorBuffer(gl), nodeXPositions: new NodePositionBuffer(gl), nodeYPositions: new NodePositionBuffer(gl), nodeElementIndices: new NodeElementIndicesBuffer(gl), }, }); } shouldUpdateState({props, oldProps, changeFlags, ...rest}: UpdateStateProps) { return changeFlags.viewportChanged || super.shouldUpdateState({props, changeFlags, oldProps, ...rest}); } updateState({props, oldProps, changeFlags, ...rest}: UpdateStateProps) { // highlight props this.setState([ 'labels', 'highlightedEdge', 'highlightedNode', 'highlightedSourceNode', 'highlightedTargetNode' ].filter((key) => key in props) .reduce((state, key) => ({...state, [key]: props[key]}), {})); super.updateState({props, oldProps, changeFlags, ...rest}); changeFlags = { ...changeFlags, edgesChanged: false, nodesChanged: false, graphChanged: false, numEdgesChanged: false, numNodesChanged: false, }; const updates = []; if (changeFlags.dataChanged && props.data) { updates[0] = props.data; changeFlags.edgesChanged = updates.some((x) => !!x.edges && x.edges.length > 0); changeFlags.nodesChanged = updates.some((x) => !!x.nodes && x.nodes.length > 0); changeFlags.graphChanged = changeFlags.edgesChanged || changeFlags.nodesChanged; } if (changeFlags.propsChanged) { if (typeof props.numEdges !== 'number') { props.numEdges = 0; } if (typeof props.numNodes !== 'number') { props.numNodes = 0; } changeFlags.numEdgesChanged = oldProps.numEdges !== props.numEdges; changeFlags.numNodesChanged = oldProps.numNodes !== props.numNodes; } if (changeFlags.numEdgesChanged) { resizeBuffers(props.numEdges, edgeBufferNames.map((name) => this.state.buffers[name])); } if (changeFlags.numNodesChanged) { nodeBufferNames.forEach((name) => { let length = props.numNodes; switch (name) { case 'nodeXPositions': case 'nodeYPositions': length = this.internalState.computeEdgePositions.roundSizeUpToTextureDimensions(length); } resizeBuffer(length, this.state.buffers[name]); }); this.setState({numNodesLoaded: Math.min(this.state.numNodesLoaded, props.numNodes)}); } if (changeFlags.graphChanged) { this.setState(copyUpdatesIntoBuffers({...this.state, updates})); } if (props.edgesVisible && props.numEdges > 0) { this.setState(computePendingEdgePositions({ ...this.state, ...props, ...changeFlags, computeEdgePositions: this.internalState.computeEdgePositions, edgeBuffers: edgeBufferNames.map((name) => this.state.buffers[name]), nodeBuffers: nodeBufferNames.map((name) => this.state.buffers[name]), })); } } serialize() { const subLayerIdPrefixSize = `${this.props.id}-`.length; return { highlightedEdge: this.state.highlightedEdge, highlightedNode: this.state.highlightedNode, labels: this.state.labels?.filter((x: any) => x?.text), highlightedSourceNode: this.state.highlightedSourceNode, highlightedTargetNode: this.state.highlightedTargetNode, _subLayerProps: (this.internalState.subLayers || []) .reduce( (subLayers: any, layer: any) => { if (layer && typeof layer.serialize === 'function') { subLayers[layer.id.slice(subLayerIdPrefixSize)] = layer.serialize(); } return subLayers; }, {}) }; } finalizeState(contex?: DeckContext) { [...edgeBufferNames, ...nodeBufferNames] .map((name) => this.state.buffers[name]) .filter(Boolean) .forEach((b) => b.delete()); if (this.internalState.computeEdgePositions) { this.internalState.computeEdgePositions.delete(); this.internalState.computeEdgePositions = null; } return super.finalizeState(contex); } onHover({layer, x, y, coordinate, edgeId = -1, nodeId = -1, sourceNodeId = -1, targetNodeId = -1}: PickingInfo& {edgeId: number, nodeId: number, sourceNodeId: number, targetNodeId: number}) { const nextState = { labels: [] as any[], highlightedEdge: edgeId, highlightedNode: nodeId, highlightedSourceNode: sourceNodeId, highlightedTargetNode: targetNodeId, }; let label = ''; if (nodeId !== -1) { label = `${nodeId}`; if (this.props.data.nodes.attributes.nodeName) { label = this.props.data.nodes.attributes.nodeName.getValue(nodeId); } } else if (edgeId !== -1) { label = `${sourceNodeId} - ${targetNodeId}`; if (this.props.data.edges.attributes.edgeName) { label = this.props.data.edges.attributes.edgeName.getValue(edgeId); } } if (nodeId !== -1 && (typeof this.props.getNodeLabels === 'function')) { nextState.labels = this.props.getNodeLabels( {x, y, coordinate, nodeId, edgeId, sourceNodeId, targetNodeId, layer, props: this.props}); } else if (edgeId !== -1 && (typeof this.props.getEdgeLabels === 'function')) { nextState.labels = this.props.getEdgeLabels( {x, y, coordinate, nodeId, edgeId, sourceNodeId, targetNodeId, layer, props: this.props}); } else { nextState.labels = [{ text: label, size: this.props.labelTextSize || 14, color: this.props.labelTextColor || [255, 255, 255], position: coordinate || layer.context.viewport.unproject([x, y]) }]; } this.setState(nextState); } renderLayers() { const layers = []; const {props, state} = this; const maxNumElements = 16777215 / 3; const renderChunks = (numElements: number, LayerClass: any, getProps: (index: number, offset: number, length: number) => any) => { const count = Math.ceil(numElements / maxNumElements); for (let index = -1; ++index < count;) { const offset = (index * maxNumElements); const length = Math.min(maxNumElements, numElements - offset); layers.push(new LayerClass(this.getSubLayerProps(getProps(index, offset, length)))); } }; props.edgesVisible && renderChunks( this.state.numEdgesLoaded, EdgeLayer, (index, offset, length) => ({ id: `${EdgeLayer.layerName}-${index}`, ...edgeLayerProps(props, state, offset, length), })); // render bezier control points for debugging // renderChunks(this.state.numEdgesLoaded, ScatterplotLayer, (index, offset, length) => ({ // id: `${ScatterplotLayer.name}-${index}`, // numInstances: length, // radiusScale: 2, // data: { // attributes: { // instancePositions: { buffer: state.buffers.edgeControlPoints, offset: offset * 3 // }, instanceFillColors: { buffer: state.buffers.edgeColors, offset: offset * 4, // stride: 8 }, // } // }, // })); props.nodesVisible && renderChunks( this.state.numNodesLoaded, NodeLayer, (index, offset, length) => ({ id: `${NodeLayer.layerName}-${index}`, ...nodeLayerProps(props, state, offset, length), })); if (this.state.labels?.length) { layers.push(new TextLayer(this.getSubLayerProps({ id: `${TextLayer.name}-0`, ...textLayerProps(this.props, this.state), }))); } return layers; } } type LumaBuffer = import('@luma.gl/webgl').Buffer; const resizeBuffer = (length: number, buffer: LumaBuffer) => buffer.reallocate(length * (buffer.accessor as Accessor).BYTES_PER_VERTEX); const resizeBuffers = (length: number, buffers: LumaBuffer[]) => buffers.forEach((buffer) => resizeBuffer(length, buffer)); const copyIntoBuffer = (target: LumaBuffer, source: any, offset: number) => target.subData({ data: source, srcOffset: source.byteOffset, offset: offset * (target.accessor as Accessor).BYTES_PER_VERTEX }); const copyUpdatesIntoBuffers = ({ buffers, updates, numEdgesLoaded, numNodesLoaded, edgePositionRanges, }: any) => { const updatedBufferNames = (names: string[], {attributes = {}}: any) => names.filter((name) => attributes[name]); const copyUpdateIntoBuffers = (buffers: any, names: string[], update: any) => { for (const name of updatedBufferNames(names, update)) { copyIntoBuffer(buffers[name], update.attributes[name], update.offset); } }; const buffersToUpdate = [ ...updates.reduce((names: string[], {edges = {}, nodes = {}}: any) => new Set([ ...names, ...updatedBufferNames(edgeBufferNames, edges), ...updatedBufferNames(nodeBufferNames, nodes), ]), new Set()) ].map((name) => buffers[name]); Buffer.mapResources(buffersToUpdate); updates.forEach(({edges = {}, nodes = {}}: any) => { edges.offset = Math.max(0, edges.offset || 0); nodes.offset = Math.max(0, nodes.offset || 0); edges.length > 0 && edgePositionRanges.add([edges.offset, edges.length]); edges.length > 0 && copyUpdateIntoBuffers(buffers, edgeBufferNames, edges); nodes.length > 0 && copyUpdateIntoBuffers(buffers, nodeBufferNames, nodes); numEdgesLoaded = Math.max(numEdgesLoaded, (<number>edges.offset + <number>edges.length) || 0); numNodesLoaded = Math.max(numNodesLoaded, (<number>nodes.offset + <number>nodes.length) || 0); }); Buffer.unmapResources(buffersToUpdate); return {numEdgesLoaded, numNodesLoaded, edgePositionRanges}; }; const computePendingEdgePositions = ({ buffers, numEdges, numNodes, edgeBuffers, nodeBuffers, nodesChanged, edgesChanged, numEdgesLoaded, numNodesLoaded, edgeStrokeWidth, edgePositionRanges, computeEdgePositions, }: any) => { const allElementsLoaded = (numTotal: number, numLoaded: number, buffers: LumaBuffer[]) => (numTotal > 0 && numLoaded === numTotal && buffers.every((buffer) => numTotal === (buffer.byteLength / (buffer.accessor as Accessor).BYTES_PER_VERTEX))); const computeEdgePositionRanges = (ranges: any) => { const args = { ...buffers, edgeStrokeWidth, offset: 0, length: numEdges, numNodes, numNodesLoaded, nodesChanged, }; ranges.forEach(([offset, length]: [number, number]) => { args.offset = offset; args.length = length; computeEdgePositions.call(args); }); return {edgePositionRanges: new Set()}; }; // If new node positions load after logical edges, copy all the // new node positions to the source and target edge positions. if (nodesChanged && allElementsLoaded(numEdges, numEdgesLoaded, edgeBuffers)) { return computeEdgePositionRanges(new Set([[0, numEdges]])); } if (edgesChanged && allElementsLoaded(numNodes, numNodesLoaded, nodeBuffers)) { return computeEdgePositionRanges([...edgePositionRanges].sort(([a], [b]) => a - b)); } return {edgePositionRanges}; }; const sliceLayerAttrib = (multiplier: number, buffer: LumaBuffer, offset = 0) => ({buffer, offset: (buffer.accessor as Accessor).BYTES_PER_VERTEX * multiplier + offset}); const edgeLayerProps = (props: any, state: any, offset: number, length: number) => ({ pickable: true, autoHighlight: false, highlightColor: [225, 225, 225, 100], numInstances: length, opacity: props.edgeOpacity, visible: props.edgesVisible, width: props.edgeStrokeWidth, highlightedNode: state.highlightedNode, highlightedEdge: state.highlightedEdge, highlightedSourceNode: state.highlightedSourceNode, highlightedTargetNode: state.highlightedTargetNode, data: { attributes: { instanceEdges: sliceLayerAttrib(offset, state.buffers.edgeList), instanceSourceColors: sliceLayerAttrib(offset, state.buffers.edgeColors), instanceTargetColors: sliceLayerAttrib(offset, state.buffers.edgeColors, 4), instanceControlPoints: sliceLayerAttrib(offset, state.buffers.edgeControlPoints), instanceSourcePositions: sliceLayerAttrib(offset, state.buffers.edgeSourcePositions), instanceTargetPositions: sliceLayerAttrib(offset, state.buffers.edgeTargetPositions), } } }); const nodeLayerProps = (props: any, state: any, offset: number, length: number) => ({ pickable: true, autoHighlight: false, highlightColor: [225, 225, 225, 100], numInstances: length, filled: props.nodesFilled, stroked: props.nodesStroked, visible: props.nodesVisible, fillOpacity: props.nodeFillOpacity, strokeRatio: props.nodeStrokeRatio, strokeOpacity: props.nodeStrokeOpacity, radiusScale: props.nodeRadiusScale, radiusMinPixels: props.nodeRadiusMinPixels, radiusMaxPixels: props.nodeRadiusMaxPixels, lineWidthScale: props.nodeLineWidthScale, lineWidthMinPixels: props.nodeLineWidthMinPixels, lineWidthMaxPixels: props.nodeLineWidthMaxPixels, highlightedNode: state.highlightedNode, highlightedEdge: state.highlightedEdge, highlightedSourceNode: state.highlightedSourceNode, highlightedTargetNode: state.highlightedTargetNode, data: { attributes: { instanceRadius: sliceLayerAttrib(offset, state.buffers.nodeRadius), instanceFillColors: sliceLayerAttrib(offset, state.buffers.nodeFillColors), instanceLineColors: sliceLayerAttrib(offset, state.buffers.nodeFillColors), instanceXPositions: sliceLayerAttrib(offset, state.buffers.nodeXPositions), instanceYPositions: sliceLayerAttrib(offset, state.buffers.nodeYPositions), instanceXPositions64Low: sliceLayerAttrib(offset, state.buffers.nodeXPositions), instanceYPositions64Low: sliceLayerAttrib(offset, state.buffers.nodeYPositions), instanceNodeIndices: sliceLayerAttrib(offset, state.buffers.nodeElementIndices), elementIndices: sliceLayerAttrib(offset, state.buffers.nodeElementIndices), } }, }); const textLayerProps = (_props: any, state: any) => ({ sizeScale: 1.0, opacity: 1.0, maxWidth: -1, pickable: false, background: true, getBackgroundColor: () => [46, 46, 46], getTextAnchor: 'start', getAlignmentBaseline: 'top', fontFamily: 'sans-serif, sans', getSize: (d: any) => d.size, getColor: (d: any) => d.color, getPixelOffset: (d: any) => d.offset || [d.size, 0], data: state.labels.filter((label: any) => !!label.text), getPosition: (d: any) => typeof d.position === 'function' ? d.position() : d.position, });
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {DeckCompositeLayer, DeckContext, UpdateStateProps} from '../deck.gl'; const {CompositeLayer} = require('@deck.gl/core'); import {Accessor} from '@luma.gl/webgl'; import {Buffer} from '../buffer'; import {PointCloudGPUBase} from './point-cloud/point-cloud-base'; import { PointColorBuffer, PointNormalizeBuffer, PointPositionBuffer } from './point-cloud/attributes'; const pointBufferNames = ['pointPositionX', 'pointPositionY', 'pointPositionZ', 'pointColor', 'pointNormal']; export class PointCloudLayer extends (CompositeLayer as typeof DeckCompositeLayer) { static get layerName() { return 'PointCloudLayer'; } static get defaultProps() { return { numPoints: {type: 'number', min: 0, value: 0}, ...PointCloudGPUBase.defaultProps, }; } static getAccessors(context: DeckContext) { return PointCloudGPUBase.getAccessors(context); } initializeState({gl}: DeckContext) { this.setState({ numPointsLoaded: 0, buffers: { // points pointPositionX: new PointPositionBuffer(gl), pointPositionY: new PointPositionBuffer(gl), pointPositionZ: new PointPositionBuffer(gl), pointColor: new PointColorBuffer(gl), pointNormal: new PointNormalizeBuffer(gl) }, }); } shouldUpdateState({props, oldProps, changeFlags, ...rest}: UpdateStateProps) { return changeFlags.viewportChanged || super.shouldUpdateState({props, changeFlags, oldProps, ...rest}); } updateState({props, oldProps, changeFlags, ...rest}: UpdateStateProps) { super.updateState({props, oldProps, changeFlags, ...rest}); changeFlags = { ...changeFlags, pointsChanged: false, numPointsChanged: false, }; const updates = []; if (changeFlags.dataChanged && props.data) { updates[0] = props.data; changeFlags.pointsChanged = updates.some((x) => !!x.points && x.points.length > 0); } if (changeFlags.propsChanged) { changeFlags.numPointsChanged = props.numPoints > 0 && (oldProps.numPoints !== props.numPoints); } if (changeFlags.numPointsChanged) { resizeBuffers(props.numPoints, pointBufferNames.map((name) => this.state.buffers[name])); } if (changeFlags.pointsChanged) { this.setState(copyUpdatesIntoBuffers({...this.state, updates})); } } serialize() { return {}; } finalizeState(context?: DeckContext) { [...pointBufferNames] .map((name) => this.state.buffers[name]) .filter(Boolean) .forEach((b) => b.delete()); return super.finalizeState(context); } renderLayers() { const layers: any = []; const {props, state} = this; const maxNumElements = 16777215 / 3; const renderChunks = (numElements: number, LayerClass: any, getProps: (index: number, offset: number, length: number) => any) => { const count = Math.ceil(numElements / maxNumElements); for (let index = -1; ++index < count;) { const offset = (index * maxNumElements); const length = Math.min(maxNumElements, numElements - offset); layers.push(new LayerClass(this.getSubLayerProps(getProps(index, offset, length)))); } }; renderChunks(state.numPointsLoaded, PointCloudGPUBase, (index, offset, length) => ({ id: `${PointCloudGPUBase.layerName}-${index}`, ...PointCloudGPUBaseProps(props, state, offset, length), })); return layers; } } type LumaBuffer = import('@luma.gl/webgl').Buffer; const resizeBuffer = (length: number, buffer: LumaBuffer) => buffer.reallocate(length * (buffer.accessor as Accessor).BYTES_PER_VERTEX); const resizeBuffers = (length: number, buffers: LumaBuffer[]) => buffers.forEach((buffer) => resizeBuffer(length, buffer)); const copyIntoBuffer = (target: LumaBuffer, source: any, offset: number) => target.subData({ data: source, srcOffset: source.byteOffset, offset: offset * (target.accessor as Accessor).BYTES_PER_VERTEX }); const copyUpdatesIntoBuffers = ({buffers, updates, numPointsLoaded}: any) => { const updatedBufferNames = (names: string[], {attributes = {}}: any) => names.filter((name) => attributes[name]); const copyUpdateIntoBuffers = (buffers: any, names: string[], update: any) => { for (const name of updatedBufferNames(names, update)) { copyIntoBuffer(buffers[name], update.attributes[name], update.offset); } }; const buffersToUpdate = [ ...updates.reduce((names: string[], {points = {}}: any) => new Set([ ...names, ...updatedBufferNames(pointBufferNames, points), ]), new Set()) ].map((name) => buffers[name]); Buffer.mapResources(buffersToUpdate); updates.forEach(({points = {}}: any) => { points.length > 0 && copyUpdateIntoBuffers(buffers, pointBufferNames, points); numPointsLoaded = Math.max(numPointsLoaded, (<number>points.length) || 0); }); Buffer.unmapResources(buffersToUpdate); return {numPointsLoaded}; }; const sliceLayerAttrib = (multiplier: number, buffer: LumaBuffer, offset = 0) => ({buffer, offset: (buffer.accessor as Accessor).BYTES_PER_VERTEX * multiplier + offset}); const PointCloudGPUBaseProps = (props: any, state: any, offset: number, length: number) => { const pointCloudProps = { ...props, numInstances: length, data: { attributes: { instancePositionsX: sliceLayerAttrib(offset, state.buffers.pointPositionX), instancePositionsY: sliceLayerAttrib(offset, state.buffers.pointPositionY), instancePositionsZ: sliceLayerAttrib(offset, state.buffers.pointPositionZ), instancePositionsX64Low: sliceLayerAttrib(offset, state.buffers.pointPositionX), instancePositionsY64Low: sliceLayerAttrib(offset, state.buffers.pointPositionY), instancePositionsZ64Low: sliceLayerAttrib(offset, state.buffers.pointPositionZ) } }, }; if (props.data.points.attributes.pointColor) { pointCloudProps.data.attributes.instanceColors = sliceLayerAttrib(offset, state.buffers.pointColor); } if (props.data.points.attributes.pointNormal) { pointCloudProps.data.attributes.instanceNormals = sliceLayerAttrib(offset, state.buffers.pointNormal); } return pointCloudProps; };
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. import {DeckContext, DeckLayer, PickingInfo, UpdateStateProps} from '../deck.gl'; const {Layer, picking, project32} = require('@deck.gl/core'); import {Geometry, Model} from '@luma.gl/engine'; import { nodeColorAccessor, nodeElementIndicesAccessor, nodePositionAccessor, nodeRadiusAccessor, } from './nodes/attributes'; import nodeFragmentShader from './nodes/node-fragment.glsl'; import nodeVertexShader from './nodes/node-vertex.glsl'; export class NodeLayer extends (Layer as typeof DeckLayer) { static get layerName() { return 'NodeLayer'; } static get defaultProps() { return { filled: true, stroked: true, strokeRatio: 0.05, fillOpacity: 1, strokeOpacity: 1, radiusScale: 1, lineWidthScale: 1, // min point radius in pixels radiusMinPixels: 0, // max point radius in pixels radiusMaxPixels: Number.MAX_SAFE_INTEGER, lineWidthMinPixels: 0, lineWidthMaxPixels: Number.MAX_SAFE_INTEGER, highlightedNode: -1, highlightedSourceNode: -1, highlightedTargetNode: -1, getRadius: {type: 'accessor', value: 5}, getFillColor: {type: 'accessor', value: [255, 255, 255, 255]}, getLineColor: {type: 'accessor', value: [255, 255, 255, 255]}, getXPosition: {type: 'accessor', value: (x: any) => x.positionX}, getYPosition: {type: 'accessor', value: (x: any) => x.positionY}, getNodeIndex: {type: 'accessor', value: (x: any) => x.index}, getElementIndex: {type: 'accessor', value: (x: any) => x.Elementindex} }; } static getAccessors({gl}: {gl: WebGLRenderingContext}) { return { instanceRadius: {...nodeRadiusAccessor(gl), accessor: 'getRadius'}, instanceFillColors: {...nodeColorAccessor(gl), accessor: 'getFillColor'}, instanceLineColors: {...nodeColorAccessor(gl), accessor: 'getLineColor'}, instanceXPositions: {...nodePositionAccessor(gl), accessor: 'getXPosition'}, instanceYPositions: {...nodePositionAccessor(gl), accessor: 'getYPosition'}, instanceNodeIndices: {...nodeElementIndicesAccessor(gl), accessor: 'getNodeIndex'}, elementIndices: {...nodeElementIndicesAccessor(gl), accessor: 'getElementIndex', isIndexed: true}, }; } initializeState(context: DeckContext) { this.internalState.selectedNodeId = -1; this.internalState.highlightedNodeId = -1; this.internalState.selectedNodeIndex = -1; this.internalState.highlightedNodeIndex = -1; this.getAttributeManager().addInstanced(NodeLayer.getAccessors(context)); } updateState({props, oldProps, context, changeFlags}: UpdateStateProps) { ['selectedNodeId', 'highlightedNodeId', 'selectedNodeIndex', 'highlightedNodeIndex'] .filter((key) => typeof props[key] === 'number') .forEach((key) => this.internalState[key] = props[key]); // if (this.internalState.highlightedNode && this.internalState.highlightedNode !== -1) { // props.highlightedObjectIndex = this.internalState.highlightedNode; // } super.updateState({props, oldProps, context, changeFlags}); if (changeFlags.extensionsChanged) { if (this.state.model) { this.state.model.delete(); } this.setState({model: this._getModel(context)}); this.getAttributeManager().invalidateAll(); } } serialize() { return { selectedNodeId: this.internalState.selectedNodeId, selectedNodeIndex: this.internalState.selectedNodeIndex, highlightedNodeId: this.internalState.highlightedNodeId, highlightedNodeIndex: this.internalState.highlightedNodeIndex, }; } draw({uniforms, ...rest}: {uniforms?: any, context?: DeckContext} = {}) { this.state.model.draw({ ...rest, uniforms: { filled: !!this.props.filled, stroked: +(!!this.props.stroked), fillOpacity: this.props.fillOpacity, strokeRatio: this.props.strokeRatio, strokeOpacity: this.props.strokeOpacity, radiusScale: this.props.radiusScale, lineWidthScale: this.props.lineWidthScale, radiusMinPixels: this.props.radiusMinPixels, radiusMaxPixels: this.props.radiusMaxPixels, lineWidthMinPixels: this.props.lineWidthMinPixels, lineWidthMaxPixels: this.props.lineWidthMaxPixels, highlightedNode: this.props.highlightedNode, highlightedSourceNode: this.props.highlightedSourceNode, highlightedTargetNode: this.props.highlightedTargetNode, ...uniforms, } }); } getPickingInfo({mode, info}: {info: PickingInfo, mode: 'hover'|'click'}) { if (info.index === -1) { info.nodeId = info.index; } else if (this.internalState.highlightedNodeIndex === info.index) { info.nodeId = this.internalState.highlightedNodeId; } else { const {buffer, offset = 0} = this.props.data.attributes.instanceNodeIndices; ([info.nodeId] = buffer.getData({ length: 1, srcByteOffset: <number>offset + (info.index * buffer.accessor.BYTES_PER_VERTEX), })); } this.internalState.highlightedNodeId = info.nodeId; this.internalState.highlightedNodeIndex = info.index; if (mode === 'click') { this.internalState.selectedNodeId = this.internalState.highlightedNodeId; this.internalState.selectedNodeIndex = this.internalState.highlightedNodeIndex; } info.object = info.index; // deck.gl uses info.object to check if item has already been added return info; } _getModel({gl, shaderCache}: DeckContext) { return new Model(gl, <any>{ id: this.props.id, shaderCache, modules: [project32, picking], vs: nodeVertexShader, fs: nodeFragmentShader, // isIndexed: true, isInstanced: true, indexType: gl.UNSIGNED_INT, geometry: new Geometry({ drawMode: gl.TRIANGLE_FAN, vertexCount: 4, attributes: {positions: {size: 3, value: new Float32Array([-1, -1, 0, -1, 1, 0, 1, 1, 0, 1, -1, 0])}} }), }); } }
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. import {Geometry, Model} from '@luma.gl/engine'; import {DeckContext, DeckLayer, PickingInfo, UpdateStateProps} from '../deck.gl'; import { edgeComponentAccessor, edgeListAccessor, edgeSourceColorAccessor, edgeTargetColorAccessor, } from './edges/attributes'; import edgeFragmentShader from './edges/edge-fragment.glsl'; import edgeVertexShader from './edges/edge-vertex.glsl'; const {Layer, picking, project32} = require('@deck.gl/core'); const NUM_SEGMENTS = 40; export class EdgeLayer extends (Layer as typeof DeckLayer) { static get layerName() { return 'EdgeLayer'; } static get defaultProps() { return { width: 1, opacity: 1, highlightedNode: -1, highlightedEdge: -1, }; } static getAccessors({gl}: {gl: WebGLRenderingContext}) { return { instanceEdges: {...edgeListAccessor(gl), accessor: 'getInstanceEdge'}, instanceSourceColors: {...edgeSourceColorAccessor(gl), accessor: 'getInstanceSourceColors'}, instanceTargetColors: {...edgeTargetColorAccessor(gl), accessor: 'getInstanceTargetColors'}, instanceControlPoints: {...edgeComponentAccessor(gl), accessor: 'getInstanceControlPoints'}, instanceSourcePositions: {...edgeComponentAccessor(gl), accessor: 'getInstanceSourcePositions'}, instanceTargetPositions: {...edgeComponentAccessor(gl), accessor: 'getInstanceTargetPositions'}, }; } initializeState(context: DeckContext) { this.internalState.selectedEdgeId = -1; this.internalState.highlightedEdgeId = -1; this.internalState.selectedEdgeIndex = -1; this.internalState.highlightedEdgeIndex = -1; this.internalState.selectedSourceNodeId = -1; this.internalState.highlightedSourceNodeId = -1; this.internalState.selectedTargetNodeId = -1; this.internalState.highlightedTargetNodeId = -1; this.getAttributeManager().addInstanced(EdgeLayer.getAccessors(context)); } updateState({props, oldProps, context, changeFlags}: UpdateStateProps) { ['selectedEdgeId', 'highlightedEdgeId', 'selectedEdgeIndex', 'highlightedEdgeIndex', 'selectedSourceNodeId', 'highlightedSourceNodeId', 'selectedTargetNodeId', 'highlightedTargetNodeId'] .filter((key) => typeof props[key] === 'number') .forEach((key) => this.internalState[key] = props[key]); // if (this.internalState.highlightedEdgeIndex && this.internalState.highlightedEdgeIndex !== // -1) { // props.highlightedObjectIndex = this.internalState.highlightedEdgeIndex; // } super.updateState({props, oldProps, context, changeFlags}); if (changeFlags.extensionsChanged) { if (this.state.model) { this.state.model.delete(); } this.setState({model: this._getModel(context)}); this.getAttributeManager().invalidateAll(); } } serialize() { return { selectedEdgeId: this.internalState.selectedEdgeId, selectedEdgeIndex: this.internalState.selectedEdgeIndex, highlightedEdgeId: this.internalState.highlightedEdgeId, highlightedEdgeIndex: this.internalState.highlightedEdgeIndex, selectedSourceNodeId: this.internalState.selectedSourceNodeId, selectedTargetNodeId: this.internalState.selectedTargetNodeId, highlightedSourceNodeId: this.internalState.highlightedSourceNodeId, highlightedTargetNodeId: this.internalState.highlightedTargetNodeId, }; } draw({uniforms, ...rest}: {uniforms?: any, context?: DeckContext} = {}) { this.state.model.draw({ ...rest, uniforms: { ...uniforms, highlightedNode: this.props.highlightedNode, highlightedEdge: this.props.highlightedEdge, strokeWidth: Math.max(1, this.props.width || 1), opacity: Math.max(0, Math.min(this.props.opacity, 1)), } }); } getPickingInfo({mode, info}: {info: PickingInfo, mode: 'hover'|'click'}) { if (info.index === -1) { info.edgeId = -1; info.sourceNodeId = -1; info.targetNodeId = -1; } else if (info.index === this.internalState.highlightedEdgeIndex) { info.edgeId = this.internalState.highlightedEdgeIndex; info.sourceNodeId = this.internalState.highlightedSourceNodeId; info.targetNodeId = this.internalState.highlightedTargetNodeId; } else { info.edgeId = info.index; const {buffer, offset = 0} = this.props.data.attributes.instanceEdges; ([info.sourceNodeId, info.targetNodeId] = buffer.getData({ length: 2, srcByteOffset: <number>offset + (info.index * buffer.accessor.BYTES_PER_VERTEX), })); } this.internalState.highlightedEdgeId = info.edgeId; this.internalState.highlightedEdgeIndex = info.index; this.internalState.highlightedSourceNodeId = info.sourceNodeId; this.internalState.highlightedTargetNodeId = info.targetNodeId; if (mode === 'click') { this.internalState.selectedEdgeId = this.internalState.highlightedEdgeId; this.internalState.selectedEdgeIndex = this.internalState.highlightedEdgeIndex; this.internalState.selectedSourceNodeId = this.internalState.highlightedSourceNodeId; this.internalState.selectedTargetNodeId = this.internalState.highlightedTargetNodeId; } info.object = info.index; // deck.gl uses info.object to check if item has already been added return info; } _getModel({gl, shaderCache}: DeckContext) { return new Model(gl, <any>{ id: this.props.id, shaderCache, modules: [project32, picking], vs: edgeVertexShader, fs: edgeFragmentShader, uniforms: {numSegments: NUM_SEGMENTS}, isInstanced: true, geometry: new Geometry({ drawMode: gl.TRIANGLE_STRIP, attributes: { // // (0, -1)------------_(1, -1) // | _,-' | // o _,-' o // | _,-' | // (0, 1)-------------(1, 1) // positions: new Float32Array( Array.from({length: NUM_SEGMENTS}).flatMap((_, i) => [i, -1, 0, i, 1, 0])) }, }), }); } }
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/attributes.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {Buffer} from '../../buffer'; export const pointPositionAccessor = (gl: WebGLRenderingContext) => ({size: 1, type: gl.FLOAT}); export const pointColorAccessor = (gl: WebGLRenderingContext) => ({size: 4, type: gl.UNSIGNED_BYTE, normalized: true}); export const pointNormalizeAccessor = (gl: WebGLRenderingContext) => ({size: 3, stride: 4, offset: 0, type: gl.UNSIGNED_BYTE, transition: true}); export class PointColorBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: pointColorAccessor(gl)}); } } export class PointPositionBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: pointPositionAccessor(gl)}); } } export class PointNormalizeBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: pointNormalizeAccessor(gl)}); } }
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-layer-vertex.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME point-cloud-layer-vertex-shader uniform float opacity; uniform float radiusPixels; uniform int sizeUnits; in vec3 positions; in vec4 instanceColors; in vec3 instancePickingColors; in vec3 instanceNormals; in float instancePositionsX; in float instancePositionsY; in float instancePositionsZ; in float instancePositionsX64Low; in float instancePositionsY64Low; in float instancePositionsZ64Low; out vec4 vColor; out vec2 unitPosition; void main(void) { geometry.worldPosition = vec3(instancePositionsX, instancePositionsY, instancePositionsZ); geometry.normal = project_normal(instanceNormals); // position on the containing square in [-1, 1] space unitPosition = positions.xy; geometry.uv = unitPosition; geometry.pickingColor = instancePickingColors; // Find the center of the point and add the current vertex vec3 offset = vec3(positions.xy * project_size_to_pixel(radiusPixels, sizeUnits), 0.0); DECKGL_FILTER_SIZE(offset, geometry); gl_Position = project_position_to_clipspace( vec3(instancePositionsX, instancePositionsY, instancePositionsZ), vec3(instancePositionsX64Low, instancePositionsY64Low, instancePositionsZ64Low), vec3(0.), geometry.position); gl_Position.xy += project_pixel_size_to_clipspace(offset.xy); DECKGL_FILTER_GL_POSITION(gl_Position, geometry); // Apply lighting vec3 lightColor = lighting_getLightColor(instanceColors.rgb, project_uCameraPosition, geometry.position.xyz, geometry.normal); // Apply opacity to instance color, or return instance picking color vColor = vec4(lightColor, instanceColors.a * opacity); DECKGL_FILTER_COLOR(vColor, geometry); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-layer-fragment.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME point-cloud-layer-fragment-shader precision highp float; in vec4 vColor; in vec2 unitPosition; out vec4 fragColor; void main(void) { geometry.uv = unitPosition; float distToCenter = length(unitPosition); if (distToCenter > 1.0) { discard; } fragColor = vColor; DECKGL_FILTER_COLOR(fragColor, geometry); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-base.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {DeckContext, DeckLayer, UpdateStateProps} from '../../deck.gl'; const {Layer, project32, gouraudLighting, UNIT} = require('@deck.gl/core'); import GL from '@luma.gl/constants'; import {Geometry, Model} from '@luma.gl/engine'; import {pointColorAccessor, pointNormalizeAccessor, pointPositionAccessor} from './attributes'; import fs from './point-cloud-layer-fragment.glsl'; import vs from './point-cloud-layer-vertex.glsl'; const DEFAULT_COLOR = [0, 0, 0, 255]; const DEFAULT_NORMAL = [0, 0, 1]; function normalizeData(data: any) { const {header, attributes} = data; if (!header || !attributes) { return; } data.length = header.vertexCount; if (attributes.POSITION) { attributes.instancePositions = attributes.POSITION; } if (attributes.NORMAL) { attributes.instanceNormals = attributes.NORMAL; } if (attributes.COLOR_0) { attributes.instanceColors = attributes.COLOR_0; } } export class PointCloudGPUBase extends (Layer as typeof DeckLayer) { static get layerName() { return 'PointCloudGPUBase'; } getShaders() { return super.getShaders({vs, fs, modules: [project32, gouraudLighting]}); } static get defaultProps() { return { sizeUnits: 'pixels', opacity: {type: 'number', min: 0, max: 1, value: 0.5}, pointSize: {type: 'number', min: 0, value: 10}, // point radius in pixels material: true, getPositionX: {type: 'accessor', value: (x: any) => x.positionX}, getPositionY: {type: 'accessor', value: (x: any) => x.positionY}, getPositionZ: {type: 'accessor', value: (x: any) => x.positionZ}, getColor: {type: 'accessor', value: DEFAULT_COLOR}, getNormal: {type: 'accessor', value: DEFAULT_NORMAL}, // Depreated radiusPixels: {deprecatedFor: 'pointSize'} }; } static getAccessors({gl}: {gl: WebGL2RenderingContext}) { return { instancePositionsX: {...pointPositionAccessor(gl), accessor: 'getPositionX'}, instancePositionsY: {...pointPositionAccessor(gl), accessor: 'getPositionY'}, instancePositionsZ: {...pointPositionAccessor(gl), accessor: 'getPositionZ'}, instanceColors: {...pointColorAccessor(gl), accessor: 'getColor'}, instanceNormals: {...pointNormalizeAccessor(gl), accessor: 'getNormal'}, }; } initializeState(context: DeckContext) { /* eslint-disable max-len */ this.getAttributeManager().addInstanced(PointCloudGPUBase.getAccessors(context)); /* eslint-enable max-len */ } updateState({props, oldProps, context, changeFlags}: UpdateStateProps) { super.updateState({props, oldProps, context, changeFlags}); if (changeFlags.extensionsChanged) { this.state.model?.delete(); this.state.model = this._getModel(context.gl); this.getAttributeManager().invalidateAll(); } if (changeFlags.dataChanged) { normalizeData(props.data); } } draw({uniforms, ...rest}: {uniforms?: any, context?: DeckContext} = {}) { const {pointSize, sizeUnits} = this.props; this.state.model.draw({ ...rest, uniforms: { sizeUnits: UNIT[sizeUnits], radiusPixels: pointSize, ...uniforms, } }); } _getModel(gl: WebGL2RenderingContext) { // a triangle that minimally cover the unit circle const positions = []; for (let i = 0; i < 3; i++) { const angle = (i / 3) * Math.PI * 2; positions.push(Math.cos(angle) * 2, Math.sin(angle) * 2, 0); } return new Model(gl, { id: this.props.id, ...this.getShaders(), isInstanced: true, geometry: new Geometry( {drawMode: GL.TRIANGLES, attributes: {positions: new Float32Array(positions)}}), }); } }
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/node-vertex.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME node-vertex-shader precision highp float; uniform bool filled; uniform float stroked; uniform float fillOpacity; uniform float strokeRatio; uniform float strokeOpacity; uniform float radiusScale; uniform float radiusMinPixels; uniform float radiusMaxPixels; uniform float lineWidthScale; uniform float lineWidthMinPixels; uniform float lineWidthMaxPixels; uniform uint highlightedNode; uniform uint highlightedSourceNode; uniform uint highlightedTargetNode; in vec3 positions; in float instanceRadius; in uint instanceNodeIndices; // in float instanceLineWidths; in vec4 instanceFillColors; in vec4 instanceLineColors; in float instanceXPositions; in float instanceYPositions; in float instanceXPositions64Low; in float instanceYPositions64Low; in vec3 instancePickingColors; out vec4 vFillColor; out vec4 vLineColor; out vec2 unitPosition; out float innerUnitRadius; out float outerRadiusPixels; void main(void) { geometry.worldPosition = vec3(instanceXPositions, instanceYPositions, 0.); // Multiply out radius and clamp to limits outerRadiusPixels = project_size_to_pixel(instanceRadius * radiusScale); outerRadiusPixels = clamp(outerRadiusPixels, radiusMinPixels, radiusMaxPixels); // Multiply out line width and clamp to limits float lineWidthPixels = 0.; lineWidthPixels = outerRadiusPixels * strokeRatio * lineWidthScale; lineWidthPixels = clamp(lineWidthPixels, lineWidthMinPixels, lineWidthMaxPixels); // outer radius needs to offset by half stroke width outerRadiusPixels += stroked * lineWidthPixels / 2.0; // position on the containing square in [-1, 1] space unitPosition = positions.xy; geometry.uv = unitPosition; geometry.pickingColor = instancePickingColors; innerUnitRadius = 1.0 - stroked * lineWidthPixels / outerRadiusPixels; vec3 offset = positions * project_pixel_size(outerRadiusPixels); DECKGL_FILTER_SIZE(offset, geometry); gl_Position = project_position_to_clipspace( vec3(instanceXPositions, instanceYPositions, 0.), vec3(instanceXPositions64Low, instanceYPositions64Low, 0.), offset, geometry.position ); DECKGL_FILTER_GL_POSITION(gl_Position, geometry); // Apply opacity to instance color, or return instance picking color vFillColor = vec4(instanceFillColors.bgr, fillOpacity); DECKGL_FILTER_COLOR(vFillColor, geometry); vLineColor = vec4(instanceLineColors.bgr, strokeOpacity); DECKGL_FILTER_COLOR(vLineColor, geometry); picking_vRGBcolor_Avalid.a = float( bool(picking_vRGBcolor_Avalid.a) || instanceNodeIndices == highlightedNode || instanceNodeIndices == highlightedSourceNode || instanceNodeIndices == highlightedTargetNode ); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/attributes.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. import {Buffer} from '../../buffer'; export const nodePositionAccessor = (gl: WebGLRenderingContext) => ({size: 1, type: gl.FLOAT}); export const nodeColorAccessor = (gl: WebGLRenderingContext) => ({size: 4, type: gl.UNSIGNED_BYTE, normalized: true}); export const nodeRadiusAccessor = (gl: WebGLRenderingContext) => ({size: 1, type: gl.UNSIGNED_BYTE}); export const nodeElementIndicesAccessor = (gl: WebGLRenderingContext) => ({size: 1, type: gl.UNSIGNED_INT}); export class NodeColorBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: nodeColorAccessor(gl)}); } } export class NodeRadiusBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: nodeRadiusAccessor(gl)}); } } export class NodePositionBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: nodePositionAccessor(gl)}); } } export class NodeElementIndicesBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: nodeElementIndicesAccessor(gl)}); } }
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/node-fragment.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME node-fragment-shader precision highp float; uniform bool filled; uniform float stroked; in vec4 vFillColor; in vec4 vLineColor; in vec2 unitPosition; in float innerUnitRadius; in float outerRadiusPixels; out vec4 fragColor; void main(void) { geometry.uv = unitPosition; float distToCenter = length(unitPosition) * outerRadiusPixels; float inCircle = smoothedge(distToCenter, outerRadiusPixels); if (inCircle == 0.0) { discard; } if (stroked > 0.5) { float isLine = smoothedge(innerUnitRadius * outerRadiusPixels, distToCenter); if (filled) { fragColor = mix(vFillColor, vLineColor, isLine); } else { if (isLine == 0.0) { discard; } fragColor = vec4(vLineColor.rgb, vLineColor.a * isLine); } } else if (filled) { fragColor = vFillColor; } else { discard; } fragColor.a *= inCircle; DECKGL_FILTER_COLOR(fragColor, geometry); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/edge-fragment.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME edge-fragment-shader precision highp float; in vec4 vColor; in float vDiscard; out vec4 fragColor; void main(void) { if (vDiscard > 0.5) { discard; } fragColor = vColor; // use highlight color if this fragment belongs to the selected object. fragColor = picking_filterHighlightColor(fragColor); // use picking color if rendering to picking FBO. fragColor = picking_filterPickingColor(fragColor); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/edge-vertex.glsl.ts
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. export default `\ #version 300 es #define SHADER_NAME edge-vertex-shader precision highp float; uniform float numSegments; uniform float strokeWidth; uniform float opacity; uniform uint highlightedNode; uniform uint highlightedEdge; in vec3 positions; in uvec2 instanceEdges; in vec3 instanceSourcePositions; in vec3 instanceTargetPositions; in vec3 instanceControlPoints; in vec4 instanceSourceColors; in vec4 instanceTargetColors; in vec3 instancePickingColors; out vec4 vColor; out float vDiscard; // offset vector by strokeWidth pixels // offset_direction is -1 (left) or 1 (right) vec2 getExtrusionOffset(vec2 line_clipspace, float offset_direction) { // normalized direction of the line vec2 dir_screenspace = normalize(line_clipspace * project_uViewportSize); // rotate by 90 degrees dir_screenspace = vec2(-dir_screenspace.y, dir_screenspace.x); // vec2 offset_screenspace = dir_screenspace * offset_direction * (strokeWidth * project_uScale) * .25; vec2 offset_screenspace = dir_screenspace * offset_direction * strokeWidth / 2.0; vec2 offset_clipspace = project_pixel_size_to_clipspace(offset_screenspace).xy; return offset_clipspace; } float getSegmentRatio(float index) { return smoothstep(0.0, 1.0, index / numSegments); } vec4 computeBezierCurve(vec4 source, vec4 target, vec4 controlPoint, float segmentRatio) { float mt = 1.0 - segmentRatio; float mt2 = pow(mt, 2.0); float t2 = pow(segmentRatio, 2.0); // quadratic curve float a = mt2; float b = mt * segmentRatio * 2.0; float c = t2; // TODO: if depth is not needed remove z computations. vec4 ret = vec4( a * source.x + b * controlPoint.x + c * target.x, a * source.y + b * controlPoint.y + c * target.y, a * source.z + b * controlPoint.z + c * target.z, 1.0 ); return ret; } void main(void) { vDiscard = instanceSourcePositions.z + instanceTargetPositions.z; // Position vec3 sourcePos = project_position(instanceSourcePositions); vec3 targetPos = project_position(instanceTargetPositions); vec3 controlPointPos = project_position(instanceControlPoints); vec4 source = project_common_position_to_clipspace(vec4(sourcePos, 1.0)); vec4 target = project_common_position_to_clipspace(vec4(targetPos, 1.0)); vec4 controlPoint = project_common_position_to_clipspace(vec4(controlPointPos, 1.0)); // linear interpolation of source & target to pick right coord float segmentIndex = positions.x; float segmentRatio = getSegmentRatio(segmentIndex); vec4 p0 = computeBezierCurve(source, target, controlPoint, segmentRatio); // next point float indexDir = mix(-1.0, 1.0, step(segmentIndex, 0.0)); float nextSegmentRatio = getSegmentRatio(segmentIndex + indexDir); vec4 p2 = computeBezierCurve(source, target, controlPoint, nextSegmentRatio); // extrude float direction = positions.y; direction = mix(-1.0, 1.0, step(segmentIndex, 0.0)) * direction; vec2 offset = getExtrusionOffset(p2.xy - p0.xy, direction); gl_Position = p0 + vec4(offset, 0.0, 0.0); // Color vColor = mix(instanceSourceColors, instanceTargetColors, segmentRatio); vColor = vec4(vColor.bgr, vColor.a * opacity) / 255.; // Set color to be rendered to picking fbo (also used to check for selection highlight). picking_setPickingColor(instancePickingColors); picking_vRGBcolor_Avalid.a = float(bool(picking_vRGBcolor_Avalid.a) // Highlight if this edge originates from the highlighted node || instanceEdges.x == highlightedNode // Highlight if this edge terminates at the highlighted node // || instanceEdges.y == highlightedNode // Highlight if this edge is the hovered/selected edge || uint(gl_InstanceID) == highlightedEdge ); } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/attributes.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. import {Texture2D} from '@luma.gl/webgl'; import {Buffer} from '../../buffer'; export const edgeListAccessor = (gl: WebGLRenderingContext) => ({size: 2, type: gl.UNSIGNED_INT}); export const edgeComponentAccessor = (gl: WebGLRenderingContext) => ({size: 3, type: gl.FLOAT}); export const edgeSourceColorAccessor = (gl: WebGLRenderingContext) => ({size: 4, stride: 8, offset: 0, type: gl.UNSIGNED_BYTE}); export const edgeTargetColorAccessor = (gl: WebGLRenderingContext) => ({size: 4, stride: 8, offset: 4, type: gl.UNSIGNED_BYTE}); export class EdgeListBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: edgeListAccessor(gl)}); } } export class EdgeColorBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: {...edgeSourceColorAccessor(gl), size: 8}}); } } export class EdgeComponentBuffer extends Buffer { constructor(gl: WebGLRenderingContext, byteLength = 0) { byteLength = Math.max(byteLength || 0, 1); super(gl, {byteLength, accessor: edgeComponentAccessor(gl)}); } } // Transform feedback buffers export class EdgePositionTexture extends Texture2D { constructor(gl: WebGL2RenderingContext) { super(gl, { format: gl.R32F, type: gl.FLOAT, width: 1, height: 1, parameters: { [gl.TEXTURE_MIN_FILTER]: [gl.NEAREST], [gl.TEXTURE_MAG_FILTER]: [gl.NEAREST], [gl.TEXTURE_WRAP_S]: [gl.CLAMP_TO_EDGE], [gl.TEXTURE_WRAP_T]: [gl.CLAMP_TO_EDGE], }, mipmaps: false }); } }
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/compute-position-vertex.glsl.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. export default `\ #version 300 es #define SHADER_NAME compute-position-vertex precision highp float; precision highp sampler2D; uniform float strokeWidth; uniform uint textureWidth; uniform uint numNodesLoaded; uniform sampler2D nodeXPositions; uniform sampler2D nodeYPositions; in uvec2 edge; in uvec2 bundle; out vec3 controlPoint; out vec3 sourcePosition; out vec3 targetPosition; ivec2 getTexCoord(uint id) { uint y = id / textureWidth; uint x = id - textureWidth * y; return ivec2(x, y); } void main(void) { uint source = min(edge.x, edge.y); uint target = max(edge.x, edge.y); controlPoint = vec3(0., 0., 1.); sourcePosition = vec3(0., 0., 1.); targetPosition = vec3(0., 0., 1.); if (source < numNodesLoaded) { ivec2 xIdx = getTexCoord(source); sourcePosition = vec3( texelFetch(nodeXPositions, xIdx, 0).x, texelFetch(nodeYPositions, xIdx, 0).x, 0. ); } if (target < numNodesLoaded) { ivec2 yIdx = getTexCoord(target); targetPosition = vec3( texelFetch(nodeXPositions, yIdx, 0).x, texelFetch(nodeYPositions, yIdx, 0).x, 0. ); } // Compute the quadratic bezier control point for this edge if ((sourcePosition.z + targetPosition.z) < 1.0) { vec3 diff = normalize(targetPosition - sourcePosition); vec3 midp = (targetPosition + sourcePosition) * .5; vec3 unit = vec3(-diff.y, diff.x, 1.); float stroke = strokeWidth; float maxBundleSize = length(targetPosition - sourcePosition) * 0.25; float eindex = float(bundle.x); float bcount = float(bundle.y); float direction = 1.0; // all edges will bend in the same direction float size = mix(maxBundleSize * .5, maxBundleSize * 1.5, eindex / bcount); controlPoint = vec3((midp + (unit * size * direction)).xy, 0.); } } `;
0
rapidsai_public_repos/node/modules/deck.gl/src/layers
rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/positions.ts
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. const {getParameters} = require('@luma.gl/core'); import {Accessor, Buffer} from '@luma.gl/webgl'; import {Transform} from '@luma.gl/engine'; import {Texture2D} from '@luma.gl/webgl'; import {EdgeComponentBuffer, EdgeListBuffer, EdgePositionTexture} from './attributes'; import computePositionVertexShader from './compute-position-vertex.glsl'; interface CallComputeEdgePositionsProps { offset?: number; length?: number; numNodes?: number; nodesChanged?: boolean; numNodesLoaded?: number; strokeWidth?: number; edgeList: EdgeListBuffer; edgeBundles: Buffer; nodeXPositions: Buffer; nodeYPositions: Buffer; edgeControlPoints: EdgeComponentBuffer; edgeSourcePositions: EdgeComponentBuffer; edgeTargetPositions: EdgeComponentBuffer; } export interface ComputeEdgePositionsTransform { gl: WebGLRenderingContext; } export class ComputeEdgePositionsTransform extends Transform { constructor(gl: WebGL2RenderingContext) { super(gl, <any>{ elementCount: 0, isInstanced: false, vs: computePositionVertexShader, uniforms: { textureWidth: 1, nodeXPositions: new EdgePositionTexture(gl), nodeYPositions: new EdgePositionTexture(gl), }, varyings: ['controlPoint', 'sourcePosition', 'targetPosition'], feedbackBuffers: { controlPoint: new EdgeComponentBuffer(gl, 1), sourcePosition: new EdgeComponentBuffer(gl, 1), targetPosition: new EdgeComponentBuffer(gl, 1), }, }); this.gl = gl; } getTextureWidth(size: number) { return Math.min((size + 7) & ~7, getParameters(this.gl, this.gl.MAX_TEXTURE_SIZE)); } roundSizeUpToTextureDimensions(size: number) { const length = (size + 7) & ~7; const width = this.getTextureWidth(length); return width * Math.ceil(length / width); // width * height; } call({ offset = 0, length = 0, numNodes = 0, nodesChanged = false, numNodesLoaded = numNodes, strokeWidth = 1, edgeList, edgeBundles, nodeXPositions, nodeYPositions, edgeControlPoints, edgeSourcePositions, edgeTargetPositions, }: CallComputeEdgePositionsProps) { if (length <= 0) return; const textureWidth = this.getTextureWidth(numNodes); const internalControlPoints = this.getBuffer('controlPoint'); const internalSourcePositions = this.getBuffer('sourcePosition'); const internalTargetPositions = this.getBuffer('targetPosition'); const { nodeXPositions: nodeXPositionsTexture, nodeYPositions: nodeYPositionsTexture, } = this.model.getUniforms(); // resize internal edge component buffers resizeBuffer(length, internalControlPoints); resizeBuffer(length, internalSourcePositions); resizeBuffer(length, internalTargetPositions); // resize x and y node position textures resizeTexture(nodeXPositionsTexture, textureWidth, numNodes); resizeTexture(nodeYPositionsTexture, textureWidth, numNodes); // copy x and y node positions into place if (nodesChanged) { setSubImageData(nodeXPositionsTexture, nodeXPositions, offset); setSubImageData(nodeYPositionsTexture, nodeYPositions, offset); } this.update({elementCount: length, sourceBuffers: {edge: edgeList, bundle: edgeBundles}}); this.run({offset, uniforms: {numNodesLoaded, strokeWidth, textureWidth}}); copyDtoD(edgeControlPoints, internalControlPoints, offset, length); copyDtoD(edgeSourcePositions, internalSourcePositions, offset, length); copyDtoD(edgeTargetPositions, internalTargetPositions, offset, length); } } const resizeBuffer = (length: number, buffer: Buffer) => buffer.reallocate(length * (buffer.accessor as Accessor).BYTES_PER_VERTEX); const resizeTexture = (texture: Texture2D, width: number, length: number) => { const height = Math.ceil(length / width); if (texture.width !== width || texture.height !== height) { // texture.resize({width, height}); } }; const setSubImageData = (texture: Texture2D, {handle: data, accessor, byteLength}: Buffer, offset = 0) => texture.setSubImageData({ data, offset: offset * (accessor as Accessor).BYTES_PER_VERTEX, height: Math.ceil((byteLength / (accessor as Accessor).BYTES_PER_VERTEX) / texture.width), }); const copyDtoD = (target: any, source: any, offset: number, length: number) => target.copyData({ sourceBuffer: source, size: length * target.accessor.BYTES_PER_VERTEX, writeOffset: offset * target.accessor.BYTES_PER_VERTEX, });
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/ssr/animation-loop.ts
// Copyright (c) 2021, NVIDIA CORPORATION. // // 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. import {AnimationLoop as DeckAnimationLoop} from '@luma.gl/engine'; import {setParameters} from '@luma.gl/gltools'; import {cancelAnimationFrame, requestAnimationFrame} from '@luma.gl/webgl'; const { start, _getPageLoadPromise, _initializeCallbackData, } = <any>DeckAnimationLoop.prototype; export class AnimationLoop extends DeckAnimationLoop { declare private _sync: boolean; declare private _running: boolean; declare private _initialized: boolean; declare private _animationProps: any; declare private _pageLoadPromise: any; declare private _animationFrameId: any; constructor(props = {}) { super(props); this._sync = (<any>props)._sync || false; this._animationProps = (<any>props).animationProps; (<any>this.props)._onBeforeRender = (<any>props)._onBeforeRender; (<any>this.props)._onAfterRender = (<any>props)._onAfterRender; } start(opts = {}): this { if (this._initialized && !this._running) { this._running = true; (<any>this)._startLoop(); return this; } return start.call(this, opts); } pause() { if (this._running) { this._running = false; if (this._animationFrameId) { cancelAnimationFrame(this._animationFrameId); } } return this; } onBeforeRender(animationProps: any) { const {_onBeforeRender} = (<any>this.props); _onBeforeRender && _onBeforeRender(animationProps); } _renderFrame(animationProps: any) { if (this.framebuffer) { // setParameters(this.gl, {framebuffer: this.framebuffer}); } this.onBeforeRender(animationProps); this.onRender(animationProps); this.onAfterRender(animationProps); } onAfterRender(animationProps: any) { const {_onAfterRender} = (<any>this.props); _onAfterRender && _onAfterRender(animationProps); } _getPageLoadPromise() { if (this._sync) { if (!this._pageLoadPromise) { this._pageLoadPromise = new ImmediatePromise(typeof document !== 'undefined' ? document : {}); } return this._pageLoadPromise; } return _getPageLoadPromise.call(this); } _requestAnimationFrame(renderFrameCallback: any) { return this._running ? requestAnimationFrame(renderFrameCallback) : undefined; } _initializeCallbackData() { const animationProps = _initializeCallbackData.call(this) ?? this.animationProps; if (animationProps && this._animationProps) { const { useDevicePixels = animationProps.useDevicePixels, needsRedraw = animationProps.needsRedraw, startTime = animationProps.startTime, engineTime = animationProps.engineTime, width = animationProps.width, height = animationProps.height, aspect = animationProps.aspect, tick = animationProps.tick, tock = animationProps.tock, time = animationProps.time, _mousePosition = animationProps._mousePosition, } = this._animationProps; animationProps.useDevicePixels = useDevicePixels; animationProps.needsRedraw = needsRedraw; animationProps.startTime = startTime; animationProps.engineTime = engineTime; animationProps.width = width; animationProps.height = height; animationProps.aspect = aspect; animationProps.tick = tick; animationProps.tock = tock; animationProps.time = time; animationProps._mousePosition = _mousePosition; } return animationProps; } restore(animationProps: any = {}) { if (animationProps && this.animationProps) { // Object.assign(this.animationProps, animationProps); } return this; } serialize() { const props = this.animationProps as any; return Object.keys(props).reduce((result: any, key) => { const value = props[key]; switch (value && typeof value) { case null: case undefined: case 'number': case 'string': case 'boolean': { result[key] = value; break; } default: break; } return result; }, {_mousePosition: props._mousePosition}); } } class ImmediatePromise { declare private _value: any; declare private _error: any; constructor(value: any = undefined, error: any = undefined) { this._value = value; this._error = error; } catch(onError?: (error: any) => any) { if (this._error) { try { if (typeof onError === 'function') { const x = onError(this._error); return (typeof x?.then === 'function') ? x : new ImmediatePromise(x); } } catch (e1) { return new ImmediatePromise(undefined, e1); } } return this; } then(onValue?: (value: any) => any, onError?: (error: any) => any) { try { if (typeof onValue === 'function') { const x = onValue(this._value); return (typeof x?.then === 'function') ? x : new ImmediatePromise(x); } } catch (e1) { if (typeof onError === 'function') { try { const x = onError(e1); return (typeof x?.then === 'function') ? x : new ImmediatePromise(x); } catch (e2) { return new ImmediatePromise(undefined, e2); } } else { return new ImmediatePromise(undefined, e1); } } return this; } }
0
rapidsai_public_repos/node/modules/deck.gl/src
rapidsai_public_repos/node/modules/deck.gl/src/ssr/deck.ts
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // 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. import {Deck as DeckGL} from '../deck.gl'; const {Deck: BaseDeck} = require('@deck.gl/core'); import {createGLContext} from '@luma.gl/gltools'; import {AnimationLoop} from './animation-loop'; export class Deck extends (BaseDeck as typeof DeckGL) { constructor(props: any) { super(props); const { Controller, MapController, _GlobeController, FirstPersonController, OrbitController, OrthographicController, } = require('@deck.gl/core'); Controller.prototype._getTransitionProps = () => ({transitionDuration: 0}); MapController.prototype._getTransitionProps = () => ({transitionDuration: 0}); _GlobeController.prototype._getTransitionProps = () => ({transitionDuration: 0}); FirstPersonController.prototype._getTransitionProps = () => ({transitionDuration: 0}); OrbitController.prototype._getTransitionProps = () => ({transitionDuration: 0}); OrthographicController.prototype._getTransitionProps = () => ({transitionDuration: 0}); } _createAnimationLoop(props: any) { const { _sync, width, height, gl, glOptions, debug, onError, onBeforeAnimationFrameRender, onAfterAnimationFrameRender, animationProps, useDevicePixels, createFramebuffer, autoResizeDrawingBuffer } = props; const getFramebufferFromLoop = createFramebuffer && !props._framebuffer; const loop = new AnimationLoop({ _sync, width, height, animationProps, useDevicePixels, createFramebuffer, autoResizeDrawingBuffer, autoResizeViewport: false, gl, onCreateContext: (opts: any) => createGLContext({ ...glOptions, ...opts, canvas: this.canvas, debug, onContextLost: () => this._onContextLost() }), onInitialize: ({gl}: any) => this._setGLContext(gl), onRender: this._onRenderFrame.bind(this), onError, _onBeforeRender: onBeforeAnimationFrameRender, _onAfterRender: onAfterAnimationFrameRender, }); if (getFramebufferFromLoop) { const {_createFramebuffer} = <any>loop; (<any>loop)._createFramebuffer = () => { _createFramebuffer.call(loop); this.setProps({_framebuffer: loop.framebuffer}); }; } return loop; } _onViewStateChange(params: any) { this.props.initialViewState = {...this.props.initialViewState, ...params.viewState}; super._onViewStateChange(params); } _onInteractionStateChange(interactionState: any) { return super._onInteractionStateChange( Object.assign(this._interactionState ||= {}, interactionState)); } restore(state: any) { if ('width' in state) { this.width = state.width; } if ('height' in state) { this.height = state.height; } if (state.metrics) { this.metrics = {...this.metrics, ...state.metrics}; } if ('_metricsCounter' in state) { this._metricsCounter = state._metricsCounter; } if (state._pickRequest) { this._pickRequest = {...this._pickRequest, ...state._pickRequest}; } if (state.interactionState) { this._interactionState = {...this._interactionState, ...state.interactionState}; } if (state._lastPointerDownInfo) { this._lastPointerDownInfo = {...this._lastPointerDownInfo, ...state._lastPointerDownInfo}; } if ('animationProps' in state && this.animationLoop) { this.animationLoop.restore(state.animationProps); } if (state.deckPicker && this.deckPicker) { this.deckPicker.lastPickedInfo = { ...this.deckPicker.lastPickedInfo, index: state.deckPicker.lastPickedInfo?.index, layerId: state.deckPicker.lastPickedInfo?.layerId, info: { ...this.deckPicker.lastPickedInfo?.info, layer: { ...this.deckPicker.lastPickedInfo?.info?.layer, ...state.deckPicker.lastPickedInfo?.info?.layer, }, viewport: { ...this.deckPicker.lastPickedInfo?.info?.viewport, ...state.deckPicker.lastPickedInfo?.info?.viewport, }, } }; } if (state.props) { const {props} = state; if (props.initialViewState) { if (props.initialViewState.minZoom === null) { delete props.initialViewState.minZoom; } if (props.initialViewState.maxZoom === null) { delete props.initialViewState.maxZoom; } } this.setProps(props); } return this; } serialize() { return { width: this.width, height: this.height, _metricsCounter: this._metricsCounter, metrics: this.metrics ? {...this.metrics} : undefined, _pickRequest: this._pickRequest ? {...this._pickRequest} : undefined, animationProps: this.animationLoop ? this.animationLoop.serialize() : undefined, interactionState: this._interactionState ? {...this._interactionState} : undefined, _lastPointerDownInfo: serializePickingInfo(this._lastPointerDownInfo), deckPicker: this.deckPicker.lastPickedInfo && { lastPickedInfo: serializeLastPickedInfo(this), }, props: { debug: this.props.debug, _animate: this.props._animate, _pickable: this.props._pickable, touchAction: this.props.touchAction, useDevicePixels: this.props.useDevicePixels, initialViewState: this.props.initialViewState, drawPickingColors: this.props.drawPickingColors, _typedArrayManagerProps: this.props._typedArrayManagerProps, }, }; } } function serializePickingInfo(info: any) { const {layer, viewport, sourceLayer} = info || {}; return info && { x: info.x, y: info.y, index: info.index, color: info.color, picked: info.picked, coordinate: info.coordinate, devicePixel: info.devicePixel, layer: layer && {id: layer.id}, viewport: viewport && {id: viewport.id}, sourceLayer: sourceLayer && {id: sourceLayer.id}, }; } function serializeLastPickedInfo({deckPicker}: any) { const {lastPickedInfo} = deckPicker || {}; const {index, layerId, info} = lastPickedInfo || {}; return lastPickedInfo && { index, layerId, info: serializePickingInfo(info), }; }
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/test/deckgl-tests.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {Series, Uint32, Uint8} from '@rapidsai/cudf'; import {mapValuesToColorSeries, RGBASeriestoIntSeries} from '@rapidsai/deck.gl'; describe('DeckGL-color-utils', () => { test('test RGBASeriesToIntSeries', () => { const r = Series.new({type: new Uint32, data: [255, 167, 123]}); const g = Series.new({type: new Uint32, data: [255, 0, 123]}); const b = Series.new({type: new Uint32, data: [255, 125, 123]}); const a = Series.new({type: new Uint32, data: [255, 0, 125]}); const badR = Series.new({type: new Uint32, data: [-1, 167, 256]}); const expectedA = Series.new({type: new Uint32, data: [4294967295, 2801827072, 2071690109]}); const expectedB = Series.new({type: new Uint32, data: [4294967295, 2801827327, 2071690239]}); expect([...RGBASeriestoIntSeries(r, g, b, a)]).toEqual([...expectedA]); expect([...RGBASeriestoIntSeries(r, g, b, 255)]).toEqual([...expectedB]); expect(() => {[...RGBASeriestoIntSeries(badR, g, b, 255)]}).toThrow(RangeError); }); test('test mapValuesToColorSeries', () => { const values = Series.new({type: new Uint8, data: [1, 5, 19, 24, 23, 32, 50, null]}); const domain = [1, 10, 30, 40]; // Integer colors: 4278190335, 4227793151, 1835007, 16712447, 4278243071 const colors = [[255, 0, 0], [251, 255, 0], [0, 27, 255], [0, 255, 2], [255, 0, 206]]; const colorsHex = ['#ff0000', '#fbff00', '#001bff', '00ff02', 'ff00ce']; const resultColors = Series.new({ type: new Uint32, data: [ 4278190335, 4278190335, 4227793151, 4227793151, 4227793151, 1835007, 4278190335, 3435973887 // default null Color ] }) expect([...mapValuesToColorSeries(values, domain, colors)]).toEqual([...resultColors]); expect([...mapValuesToColorSeries(values, domain, colorsHex)]).toEqual([...resultColors]); }) });
0
rapidsai_public_repos/node/modules/deck.gl
rapidsai_public_repos/node/modules/deck.gl/test/tsconfig.json
{ "extends": "../tsconfig.json", "include": [ "../src/**/*.ts", "../test/**/*.ts" ], "compilerOptions": { "target": "esnext", "module": "commonjs", "allowJs": true, "importHelpers": false, "noEmitHelpers": false, "noEmitOnError": false, "sourceMap": false, "inlineSources": false, "inlineSourceMap": false, "downlevelIteration": false, "baseUrl": "../", "paths": { "@rapidsai/deck.gl": ["src/index"], "@rapidsai/deck.gl/*": ["src/*"] } } }
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/package.json
{ "name": "@rapidsai/cudf", "version": "22.12.2", "description": "cuDF - NVIDIA RAPIDS GPU DataFrame Library", "license": "Apache-2.0", "main": "index.js", "types": "build/js", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <[email protected]>" ], "homepage": "https://github.com/rapidsai/node/tree/main/modules/cudf#readme", "bugs": { "url": "https://github.com/rapidsai/node/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rapidsai/node.git" }, "scripts": { "install": "npx rapidsai-install-native-module", "clean": "rimraf build doc compile_commands.json", "doc": "rimraf doc && typedoc --options typedoc.js", "test": "node -r dotenv/config node_modules/.bin/jest -c jest.config.js", "build": "yarn tsc:build && yarn cpp:build", "build:debug": "yarn tsc:build && yarn cpp:build:debug", "compile": "yarn tsc:build && yarn cpp:compile", "compile:debug": "yarn tsc:build && yarn cpp:compile:debug", "rebuild": "yarn tsc:build && yarn cpp:rebuild", "rebuild:debug": "yarn tsc:build && yarn cpp:rebuild:debug", "cpp:clean": "npx cmake-js clean -O build/Release", "cpp:clean:debug": "npx cmake-js clean -O build/Debug", "cpp:build": "npx cmake-js build -g -O build/Release", "cpp:build:debug": "npx cmake-js build -g -D -O build/Debug", "cpp:compile": "npx cmake-js compile -g -O build/Release", "postcpp:compile": "npx rapidsai-merge-compile-commands", "cpp:compile:debug": "npx cmake-js compile -g -D -O build/Debug", "postcpp:compile:debug": "npx rapidsai-merge-compile-commands", "cpp:configure": "npx cmake-js configure -g -O build/Release", "postcpp:configure": "npx rapidsai-merge-compile-commands", "cpp:configure:debug": "npx cmake-js configure -g -D -O build/Debug", "postcpp:configure:debug": "npx rapidsai-merge-compile-commands", "cpp:rebuild": "npx cmake-js rebuild -g -O build/Release", "postcpp:rebuild": "npx rapidsai-merge-compile-commands", "cpp:rebuild:debug": "npx cmake-js rebuild -g -D -O build/Debug", "postcpp:rebuild:debug": "npx rapidsai-merge-compile-commands", "cpp:reconfigure": "npx cmake-js reconfigure -g -O build/Release", "postcpp:reconfigure": "npx rapidsai-merge-compile-commands", "cpp:reconfigure:debug": "npx cmake-js reconfigure -g -D -O build/Debug", "postcpp:reconfigure:debug": "npx rapidsai-merge-compile-commands", "tsc:clean": "rimraf build/js", "tsc:build": "yarn tsc:clean && tsc -p ./tsconfig.json", "tsc:watch": "yarn tsc:clean && tsc -p ./tsconfig.json -w", "dev:cpack:enabled": "echo $npm_package_name" }, "dependencies": { "@rapidsai/cuda": "~22.12.2", "@rapidsai/rmm": "~22.12.2", "apache-arrow": "^9.0.0" }, "devDependencies": { "ix": "4.4.1" }, "files": [ "LICENSE", "README.md", "index.js", "package.json", "CMakeLists.txt", "src/node_cudf", "build/js" ] }
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/index.js
// Copyright (c) 2020, NVIDIA CORPORATION. // // 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. module.exports = require('./build/js/index');
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/jest.config.js
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. try { require('dotenv').config(); } catch (e) {} module.exports = { 'verbose': true, 'testEnvironment': 'node', 'maxWorkers': process.env.PARALLEL_LEVEL || 1, 'globals': {'ts-jest': {'diagnostics': false, 'tsconfig': 'test/tsconfig.json'}}, 'rootDir': './', 'roots': ['<rootDir>/test/'], 'moduleFileExtensions': ['js', 'ts', 'tsx'], 'coverageReporters': ['lcov'], 'coveragePathIgnorePatterns': ['test\\/.*\\.(ts|tsx|js)$', '/node_modules/'], 'transform': {'^.+\\.jsx?$': 'ts-jest', '^.+\\.tsx?$': 'ts-jest'}, 'transformIgnorePatterns': ['/build/(js|Debug|Release)/*$', '/node_modules/(?!web-stream-tools).+\\.js$'], 'testRegex': '(.*(-|\\.)(test|spec)s?)\\.(ts|tsx|js)$', 'preset': 'ts-jest', 'testMatch': null, 'moduleNameMapper': { '^@rapidsai\/cudf(.*)': '<rootDir>/src/$1', '^\.\.\/(Debug|Release)\/(rapidsai_cudf.node)$': '<rootDir>/build/$1/$2', } };
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/CMakeLists.txt
#============================================================================= # Copyright (c) 2020-2022, NVIDIA CORPORATION. # # 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. #============================================================================= cmake_minimum_required(VERSION 3.24.1 FATAL_ERROR) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) unset(CMAKE_LIBRARY_OUTPUT_DIRECTORY) unset(CMAKE_LIBRARY_OUTPUT_DIRECTORY CACHE) option(NODE_RAPIDS_USE_SCCACHE "Enable caching compilation results with sccache" ON) ################################################################################################### # - cmake modules --------------------------------------------------------------------------------- execute_process(COMMAND node -p "require('@rapidsai/core').cmake_modules_path" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE NODE_RAPIDS_CMAKE_MODULES_PATH OUTPUT_STRIP_TRAILING_WHITESPACE) include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/cmake_policies.cmake") project(rapidsai_cudf VERSION $ENV{npm_package_version} LANGUAGES C CXX) execute_process(COMMAND node -p "require('path').dirname(require.resolve('@rapidsai/core'))" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE NODE_RAPIDS_CORE_MODULE_PATH OUTPUT_STRIP_TRAILING_WHITESPACE) execute_process(COMMAND node -p "require('path').dirname(require.resolve('@rapidsai/cuda'))" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE NODE_RAPIDS_CUDA_MODULE_PATH OUTPUT_STRIP_TRAILING_WHITESPACE) execute_process(COMMAND node -p "require('path').dirname(require.resolve('@rapidsai/rmm'))" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" OUTPUT_VARIABLE NODE_RAPIDS_RMM_MODULE_PATH OUTPUT_STRIP_TRAILING_WHITESPACE) include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/ConfigureCXX.cmake") include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/ConfigureCUDA.cmake") include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/ConfigureNapi.cmake") include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/ConfigureCUDF.cmake") include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/install_utils.cmake") ################################################################################################### # - rapidsai_cudf target ------------------------------------------------------------------------------ file(GLOB_RECURSE NODE_CUDF_SRC_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp") add_library(${PROJECT_NAME} SHARED ${NODE_CUDF_SRC_FILES} ${CMAKE_JS_SRC}) set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "" SUFFIX ".node" BUILD_RPATH "\$ORIGIN" INSTALL_RPATH "\$ORIGIN" CXX_STANDARD 17 CXX_STANDARD_REQUIRED ON CUDA_STANDARD 17 CUDA_STANDARD_REQUIRED ON POSITION_INDEPENDENT_CODE ON INTERFACE_POSITION_INDEPENDENT_CODE ON ) target_compile_options(${PROJECT_NAME} PRIVATE "$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:C>:${NODE_RAPIDS_CMAKE_C_FLAGS}>>" "$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:CXX>:${NODE_RAPIDS_CMAKE_CXX_FLAGS}>>" "$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:CUDA>:${NODE_RAPIDS_CMAKE_CUDA_FLAGS}>>" ) target_compile_definitions(${PROJECT_NAME} PUBLIC "$<$<COMPILE_LANGUAGE:CXX>:CUDA_API_PER_THREAD_DEFAULT_STREAM>" "$<$<COMPILE_LANGUAGE:CUDA>:CUDA_API_PER_THREAD_DEFAULT_STREAM>" ) target_include_directories(${PROJECT_NAME} PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>" "$<BUILD_INTERFACE:${NODE_RAPIDS_RMM_MODULE_PATH}/src>" "$<BUILD_INTERFACE:${NODE_RAPIDS_CUDA_MODULE_PATH}/src>" "$<BUILD_INTERFACE:${RAPIDS_CORE_INCLUDE_DIR}>" "$<BUILD_INTERFACE:${NAPI_INCLUDE_DIRS}>" ) target_link_libraries(${PROJECT_NAME} PUBLIC ${CMAKE_JS_LIB} cudf::cudf "${NODE_RAPIDS_RMM_MODULE_PATH}/build/${CMAKE_BUILD_TYPE}/rapidsai_rmm.node" "${NODE_RAPIDS_CUDA_MODULE_PATH}/build/${CMAKE_BUILD_TYPE}/rapidsai_cuda.node" "${NODE_RAPIDS_CORE_MODULE_PATH}/build/${CMAKE_BUILD_TYPE}/rapidsai_core.node" PRIVATE ${ARROW_LIBRARIES}) include("${NODE_RAPIDS_CMAKE_MODULES_PATH}/cuda_arch_helpers.cmake") generate_arch_specific_custom_targets( NAME ${PROJECT_NAME} DEPENDENCIES "cudf::cudf" ) generate_install_rules( NAME ${PROJECT_NAME} CUDA_ARCHITECTURES ${CMAKE_CUDA_ARCHITECTURES}) # Create a symlink to compile_commands.json for the llvm-vs-code-extensions.vscode-clangd plugin execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_CURRENT_BINARY_DIR}/compile_commands.json ${CMAKE_CURRENT_SOURCE_DIR}/compile_commands.json)
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/README.md
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp; node-rapids cuDF - GPU DataFrames</div> ### Installation `npm install @rapidsai/cudf` ### About The js bindings for [cuDF](https://github.com/rapidsai/cudf) provides an API that will be familiar to data engineers & data scientists, so they can use it to easily accelerate their workflows in a Javascript runtime environment, without going into the details of CUDA programming. For example, the following snippet creates a series, then uses the GPU to run some calculations: ```javascript var { Series, Int32 } = require("@rapidsai/cudf"); var series1 = Series.new({ type: new Int32(), data: [1, 2, 3] }); console.log(series1.mean()); // 2 console.log(series1.max()); // 3 ``` The following snippet creates a DataFrame, then uses the GPU to to run some calculations: ```javascript var { DataFrame, DataType, Float64, GroupBy, Int32, Series, } = require("@rapidsai/cudf"); var a = Series.new({ type: new Int32(), data: [5, 4, 3, 2, 1, 0] }); var b = Series.new({ type: new Int32(), data: [0, 0, 1, 1, 2, 2] }); var df = new DataFrame({ a: a, b: b }); var grp = new GroupBy({ obj: df, by: ["a"] }); var groups = grp.getGroups(); console.log(...groups["keys"].get("a")); // [0,1,2,3,4,5] console.log(...groups.values?.get("b")); // [2,2,1,1,0,0] console.log(...groups["offsets"]); // [0,1,2,3,4,5,6] ``` For detailed node-cuDF API, follow our [API Documentation](https://rapidsai.github.io/node/modules/cudf_src.html).
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/tsconfig.json
{ "include": ["src"], "exclude": ["node_modules"], "compilerOptions": { "baseUrl": "./", "paths": { "@rapidsai/cudf": ["src/index"], "@rapidsai/cudf/*": ["src/*"] }, "target": "ESNEXT", "module": "commonjs", "outDir": "./build/js", /* Decorators */ "experimentalDecorators": true, /* Basic stuff */ "moduleResolution": "node", "skipLibCheck": true, "skipDefaultLibCheck": true, "lib": ["dom", "esnext", "esnext.asynciterable"], /* Control what is emitted */ "declaration": true, "declarationMap": true, "noEmitOnError": true, "removeComments": false, "downlevelIteration": true, /* Create inline sourcemaps with sources */ "sourceMap": false, "inlineSources": true, "inlineSourceMap": true, /* The most restrictive settings possible */ "strict": true, "importHelpers": true, "noEmitHelpers": true, "noImplicitAny": true, "noUnusedLocals": true, "noImplicitReturns": true, "allowUnusedLabels": false, "noUnusedParameters": true, "allowUnreachableCode": false, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true } }
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/LICENSE
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 2019 NVIDIA Corporation 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.
0
rapidsai_public_repos/node/modules
rapidsai_public_repos/node/modules/cudf/typedoc.js
module.exports = { entryPoints: ['src/index.ts'], out: 'doc', name: '@rapidsai/cudf', tsconfig: 'tsconfig.json', excludePrivate: true, excludeProtected: true, excludeExternals: true, };
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/.vscode/launch.json
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "compounds": [ { "name": "Debug Tests (TS and C++)", "configurations": [ "Debug Tests (launch gdb)", // "Debug Tests (launch lldb)", "Debug Tests (attach node)", ] } ], "configurations": [ { "name": "Debug Tests (TS only)", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "program": "${workspaceFolder}/node_modules/.bin/jest", "skipFiles": [ "<node_internals>/**", "${workspaceFolder}/node_modules/**" ], "env": { "NODE_NO_WARNINGS": "1", "NODE_ENV": "production", "READABLE_STREAM": "disable", }, "args": [ "--verbose", "--runInBand", "-c", "jest.config.js", "${input:TEST_FILE}" ] }, // { // "name": "Debug Tests (launch lldb)", // // hide the individual configurations from the debug dropdown list // "presentation": { "hidden": true }, // "type": "lldb", // "request": "launch", // "stdio": null, // "cwd": "${workspaceFolder}", // "preLaunchTask": "cpp:ensure:debug:build", // "env": { // "NODE_DEBUG": "1", // "NODE_NO_WARNINGS": "1", // "NODE_ENV": "production", // "READABLE_STREAM": "disable", // }, // "stopOnEntry": false, // "terminal": "console", // "program": "${input:NODE_BINARY}", // "initCommands": [ // "settings set target.disable-aslr false", // ], // "sourceLanguages": ["cpp", "cuda", "javascript"], // "args": [ // "--inspect=9229", // "--expose-internals", // "${workspaceFolder}/node_modules/.bin/jest", // "--verbose", // "--runInBand", // "-c", // "jest.config.js", // "${input:TEST_FILE}" // ], // }, { "name": "Debug Tests (launch gdb)", // hide the individual configurations from the debug dropdown list "presentation": { "hidden": true }, "type": "cppdbg", "request": "launch", "stopAtEntry": false, "externalConsole": false, "cwd": "${workspaceFolder}", "envFile": "${workspaceFolder}/.env", "MIMode": "gdb", "miDebuggerPath": "/usr/bin/gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ], "program": "${input:NODE_BINARY}", "environment": [ { "name": "NODE_DEBUG", "value": "1" }, { "name": "NODE_NO_WARNINGS", "value": "1" }, { "name": "NODE_ENV", "value": "production" }, { "name": "READABLE_STREAM", "value": "disable" }, ], "args": [ "--inspect=9229", "--expose-internals", "${workspaceFolder}/node_modules/.bin/jest", "--verbose", "--runInBand", "-c", "jest.config.js", "${input:TEST_FILE}" ], }, { "name": "Debug Tests (attach node)", "type": "node", "request": "attach", // hide the individual configurations from the debug dropdown list "presentation": { "hidden": true }, "port": 9229, "timeout": 60000, "cwd": "${workspaceFolder}", "skipFiles": [ "<node_internals>/**", "${workspaceFolder}/node_modules/**" ], }, ], "inputs": [ { "type": "command", "id": "NODE_BINARY", "command": "shellCommand.execute", "args": { "description": "path to node", "command": "which node", "useFirstResult": true, } }, { "type": "command", "id": "TEST_FILE", "command": "shellCommand.execute", "args": { "cwd": "${workspaceFolder}/modules/cudf", "description": "Select a file to debug", "command": "./node_modules/.bin/jest --listTests | sed -r \"s@$PWD/test/@@g\"", } }, ], }
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/.vscode/tasks.json
{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Rebuild node_cudf TS and C++ (slow)", "group": { "kind": "build", "isDefault": true, }, "command": "if [[ \"${input:CMAKE_BUILD_TYPE}\" == \"Release\" ]]; then yarn rebuild; else yarn rebuild:debug; fi", "problemMatcher": [ "$tsc", { "owner": "cuda", "fileLocation": ["relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}"], "pattern": { "file": 1, "line": 2, "severity": 3, "message": 4, "regexp": "^(.*)\\((\\d+)\\):\\s+(error|warning|note|info):\\s+(.*)$" } }, { "owner": "cpp", "fileLocation": ["relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}"], "pattern": { "file": 1, "line": 2, "severity": 4, "message": 5, "regexp": "^(.*):(\\d+):(\\d+):\\s+(error|warning|note|info):\\s+(.*)$" } }, ], }, { "type": "npm", "group": "build", "label": "Recompile node_cudf TS (fast)", "script": "tsc:build", "detail": "yarn tsc:build", "problemMatcher": ["$tsc"], }, { "type": "shell", "group": "build", "label": "Recompile node_cudf C++ (fast)", "command": "ninja -C ${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}", "problemMatcher": [ { "owner": "cuda", "fileLocation": ["relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}"], "pattern": { "file": 1, "line": 2, "severity": 3, "message": 4, "regexp": "^(.*)\\((\\d+)\\):\\s+(error|warning|note|info):\\s+(.*)$" } }, { "owner": "cpp", "fileLocation": ["relative", "${workspaceFolder}/build/${input:CMAKE_BUILD_TYPE}"], "pattern": { "file": 1, "line": 2, "severity": 4, "message": 5, "regexp": "^(.*):(\\d+):(\\d+):\\s+(error|warning|note|info):\\s+(.*)$" } }, ], }, ], "inputs": [ { "type": "pickString", "default": "Release", "id": "CMAKE_BUILD_TYPE", "options": ["Release", "Debug"], "description": "C++ Build Type", } ] }
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/README.md
# Node.js Notebook Examples A series of data science and ETL notebooks to demonstrate [RAPIDS Bindings](https://github.com/rapidsai/node/blob/main/BINDINGS.md) coverage and functionality. Start with `Basic Demo.ipynb`! ## Data Requirements Most notebooks contain built-in data creation or download functions. Check [SOURCES.md](https://github.com/rapidsai/node/blob/main/modules/cudf/notebooks/SOURCES.md) for details.
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/Speedtest.ipynb
if (!process.cwd().includes('modules/cudf/notebooks')) { process.chdir('modules/cudf/notebooks'); }var cudf = require('@rapidsai/cudf'); var regexps = [ /Cloud|Overcast/, /Rain|T-Storm|Thunderstorm|Squalls|Drizzle/, /Snow/, /Fog/, /Ice|Hail|Freezing|Sleet/, /Dust|Smoke|Sand/, ];function readUSAccidentsCSV() { const boolDtype = new cudf.Bool8; const int32Dtype = new cudf.Int32; const strDtype = new cudf.Utf8String; const float64Dtype = new cudf.Float64; return cudf.DataFrame.readCSV({ header: 0, sourceType: 'files', sources: [`data/US_Accidents_Dec20.csv`], dataTypes: { id: strDtype, source: strDtype, tmc: float64Dtype, severity: int32Dtype, start_time: strDtype, end_time: strDtype, start_lat: float64Dtype, start_lng: float64Dtype, end_lat: float64Dtype, end_lng: float64Dtype, distance: float64Dtype, description: strDtype, number: int32Dtype, street: strDtype, side: strDtype, city: strDtype, county: strDtype, state: strDtype, zipcode: strDtype, country: strDtype, timezone: strDtype, airport_code: strDtype, weather_timestamp: strDtype, temperature: float64Dtype, wind_chill: float64Dtype, humidity: float64Dtype, pressure: float64Dtype, visibility: float64Dtype, wind_direction: strDtype, wind_speed: float64Dtype, precipitation: float64Dtype, weather_condition: strDtype, amenity: boolDtype, bump: boolDtype, crossing: boolDtype, give_way: boolDtype, junction: boolDtype, no_exit: boolDtype, railway: boolDtype, roundabout: boolDtype, station: boolDtype, stop: boolDtype, traffic_calming: boolDtype, traffic_signal: boolDtype, turning_loop: boolDtype, sunrise_sunset: strDtype, civil_twilight: strDtype, nautical_twighlight: strDtype, astronomical_twighlight: strDtype }, }) }var weather_condition_gpu = readUSAccidentsCSV().get('weather_condition'); console.time(`GPU time`); regexps.forEach((regexp) => { console.time(`${regexp.source} time`); const matches = weather_condition_gpu.containsRe(regexp.source).sum(); console.timeEnd(`${regexp.source} time`); console.log(`${regexp.source} matches: ${matches.toLocaleString()}\n`); }); console.timeEnd(`GPU time`);var weather_condition_cpu = (() => { const categorical = weather_condition_gpu.cast(new cudf.Categorical(new cudf.Utf8String)); const categories = [...categorical.categories]; const codes = [...categorical.codes]; return codes.map((i) => categories[i]); })(); console.time(`CPU time`); regexps.forEach((regexp) => { console.time(`${regexp.source} time`); const matches = weather_condition_cpu.reduce((matches, weather_condition) => { return matches + (regexp.exec(weather_condition) || []).length; }, 0); console.timeEnd(`${regexp.source} time`); console.log(`${regexp.source} matches: ${matches.toLocaleString()}\n`); }); console.timeEnd(`CPU time`);
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/SOURCES.md
# Notebook demo data sources * [US_Accidents_Dec20.csv](https://www.kaggle.com/sobhanmoosavi/us-accidents?select=US_Accidents_Dec20.csv) * [san_francisco_censustracts.geojson](https://movement.uber.com/explore/san_francisco/travel-times/query?lang=en-US&si=1277&ti=&ag=censustracts&dt[tpb]=ALL_DAY&dt[wd;]=1,2,3,4,5,6,7&dt[dr][sd]=2020-03-01&dt[dr][ed]=2020-03-31&cd=&sa;=&sdn=&lat.=37.7749295&lng.=-122.4547777&z.=12) `Download data > Geo Boundaries > SAN_FRANCISCO_CENSUSTRACTS.JSON` * [san_fran_uber.csv](https://movement.uber.com/explore/san_francisco/travel-times/query?lang=en-US&si=1277&ti=&ag=censustracts&dt[tpb]=ALL_DAY&dt[wd;]=1,2,3,4,5,6,7&dt[dr][sd]=2020-03-01&dt[dr][ed]=2020-03-31&cd=&sa;=&sdn=&lat.=37.7749295&lng.=-122.4547777&z.=12) `Download data > All data > 2020 Quarter > Travel Times By Date By Hour Buckets (All Days) (1.7gb)`
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/Basic Demo.ipynb
var cudf = require("@rapidsai/cudf")console.time("readCSV") df = cudf.DataFrame.readCSV({ header: 0, sourceType: 'files', sources: ["modules/cudf/notebooks/data/US_Accidents_Dec20.csv"] }); console.timeEnd("readCSV")console.log("Number of rows:", df.numRows) console.log("Number of cols:", df.numColumns)console.log(df.head().toString({maxColumns: 0}))var df = df.drop([ 'Civil_Twilight', 'Nautical_Twilight', 'Astronomical_Twilight', 'Wind_Speed(mph)', 'Wind_Direction', 'Wind_Chill', 'Humidity(50)', 'Sunrise_Sunset', 'Pressure', 'Amenity', 'Bump', 'Give_Way', 'No_Exit', 'Railway', 'Roundabout', 'Station', 'Traffic_Calming', 'Turning_Loop', 'Timezone', 'Crossing', 'Stop', 'Traffic_Signal', 'Junction', 'Number', 'Side', 'County', 'Airport_Code', 'TMC', 'Start_Time', 'End_Time', 'Start_Lat', 'Start_Lng', 'End_Lat', 'End_Lng', 'Street', 'Country', 'Zipcode', 'Distance(mi)', 'Wind_Chill(F)', 'Pressure(in)', 'Humidity(%)'] )df.namesconsole.log(df.head().toString({maxColumns: 0}))temp = df.get('Temperature(F)') console.log("Min temp:", temp.min()) console.log("Max temp:", temp.max())temp = df.get('Temperature(F)') console.time("filter") valid_temps = temp.lt(120).logicalAnd(temp.gt(-30)) df = df.filter(valid_temps) console.timeEnd("filter")temp = df.get('Temperature(F)') console.log("New number of rows:", df.numRows) console.log("New min temp:", temp.min()) console.log("New max temp:", temp.max())weather_groups = df.groupBy({by: "Weather_Condition"}) JSON.stringify(weather_groups.nth(0).get("Weather_Condition").toArrow().toArray())weather = df.get("Weather_Condition") console.time("regex") clouds_mask = weather.containsRe("Cloud|Overcast"); rain_mask = weather.containsRe("Rain|T-Storm|Thunderstorm|Squalls|Drizzle"); snow_mask = weather.containsRe("Snow") fog_mask = weather.containsRe("Fog") ice_mask = weather.containsRe("Ice|Hail|Freezing|Sleet") particulate_mask = weather.containsRe("Dust|Smoke|Sand") console.timeEnd("regex")console.time("sum") console.log("Severity with clouds :", clouds_mask.sum()) console.log("Severity with rain :", rain_mask.sum()) console.log("Severity with snow :", snow_mask.sum()) console.log("Severity with fog :", fog_mask.sum()) console.log("Severity with particulate:", particulate_mask.sum()) console.log("Severity with ice :", ice_mask.sum()) console.timeEnd("sum")console.time("means") console.log("Severity with clouds :", df.filter(clouds_mask).get("Severity").mean()) console.log("Severity with rain :", df.filter(rain_mask).get("Severity").mean()) console.log("Severity with snow :", df.filter(snow_mask).get("Severity").mean()) console.log("Severity with fog :", df.filter(fog_mask).get("Severity").mean()) console.log("Severity with particulate:", df.filter(particulate_mask).get("Severity").mean()) console.log("Severity with ice :", df.filter(ice_mask).get("Severity").mean()) console.timeEnd("means")
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/Wikipedia.ipynb
var cudf = require("@rapidsai/cudf");console.time("readCSV") df = cudf.DataFrame.readCSV({header: 0, sourceType: 'files', sources: ["modules/cudf/notebooks/data/page_titles_en_0.csv"]}) console.timeEnd("readCSV")console.log("Number of rows:", df.numRows) console.log("Number of cols:", df.numColumns) console.log("Columns:", df.names)df = df.drop(['revid'])console.log(df.toString())df.get('title').len().max()title = df.get('title') console.log([...title.filter(title.len().eq(228))]) text = df.get('text') console.log("Max text:", text.len().max())
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/notebooks/Geospatial Demo.ipynb
var { DataFrame, Series, Int32 } = require('@rapidsai/cudf'); var { Field, Vector, Float32, Struct, List, FixedSizeList } = require('apache-arrow'); function readTracts() { const { features } = JSON.parse(require('fs').readFileSync( 'modules/cudf/notebooks/data/san_francisco_censustracts.json', { encoding: 'utf8' } )); // console.log(features[0]) // console.log(features[0].geometry) // console.log(features[0].geometry.coordinates) // console.log(features[0].geometry.coordinates[0][0][0]) // console.log(features[0].geometry.coordinates[0][0]) // console.log(features[0].geometry.coordinates[0]) const polygons = features .filter((f) => f.geometry.type === 'MultiPolygon') .reduce((x, { geometry }) => x.concat(geometry.coordinates), []); return new DataFrame({ id: Series.sequence({ type: new Int32, init: 0, size: polygons.length }), polygons: Series.new(featureToVector(polygons)) }); function featureToVector(coordinates) { return Vector.from({ values: coordinates, highWaterMark: Number.POSITIVE_INFINITY, type: new List(Field.new({ name: 'rings', type: new List(Field.new({ name: 'coords', type: new List(Field.new({ name: 'points', type: new Float32() })) })) })), }); } } console.time("read tracts GeoJSON") var tracts = readTracts() console.timeEnd("read tracts GeoJSON") console.log(tracts.toArrow().slice(0, 5).toArray())function readTrips() { const trips = DataFrame.readCSV({ header: 0, sourceType: 'files', sources: ['modules/cudf/notebooks/data/san_fran_uber.csv'] // dataTypes: { // sourceid: 'int', // dstid: 'int16', // month: 'int8', // day: 'int8', // start_hour: 'int8', // end_hour: 'int8', // travel_time: 'float32' // } }); return new DataFrame({ id: Series.sequence({ type: new Int32, init: 0, size: trips.numRows }), sourceid: trips.get('sourceid'), dstid: trips.get('dstid'), month: trips.get('month'), day: trips.get('day'), start_hour: trips.get('start_hour'), end_hour: trips.get('end_hour'), travel_time: trips.get('mean_travel_time'), }); } console.time("read trips CSV") var trips = readTrips() console.timeEnd("read trips CSV") console.log('number of trips:', trips.numRows.toLocaleString()) console.log(trips.toArrow().slice(0, 5).toArray())console.time("groupBy sourceId and compute average trip time") var averageTripTimesBySourceId = trips .select(['sourceid', 'travel_time']) .groupBy({ by: 'sourceid' }) .mean() .sortValues({ sourceid: { ascending: true }}) console.timeEnd("groupBy sourceId and compute average trip time") console.log('number of unique trips:', averageTripTimesBySourceId.numRows.toLocaleString()) console.log(averageTripTimesBySourceId.toArrow().slice(0, 10).toArray())var sourceTracts = tracts.gather(averageTripTimesBySourceId.get('sourceid')) console.log('number of source tracts:', sourceTracts.numRows.toLocaleString()) console.log(sourceTracts.toArrow().slice(0, 5).toArray())
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/scalar.ts
// Copyright (c) 2021, NVIDIA CORPORATION. // // 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. import CUDF from './addon'; import {DataType} from './types/dtypes'; type ScalarProps<T extends DataType> = { type: T, value?: T['scalarType']|null }; export interface ScalarConstructor { readonly prototype: Scalar; new<T extends DataType = any>(props: ScalarProps<T>): Scalar<T>; } /** * A low-level wrapper for libcudf Scalar values */ export interface Scalar<T extends DataType = any> { type: T; value: T['scalarType']|null; } // eslint-disable-next-line @typescript-eslint/no-redeclare export const Scalar: ScalarConstructor = CUDF.Scalar;
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/index.ts
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. export * as addon from './addon'; export * from './column'; export * from './data_frame'; export * from './groupby'; export * from './series'; export * from './scope'; export * from './table'; export * from './types/csv'; export * from './types/enums'; export * from './types/dtypes'; export * from './types/mappings';
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/table.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import {MemoryData} from '@rapidsai/cuda'; import {DeviceBuffer, MemoryResource} from '@rapidsai/rmm'; import {Field} from 'apache-arrow'; import CUDF from './addon'; import {Column} from './column'; import {Scalar} from './scalar'; import {ReadCSVOptions, TableWriteCSVOptions} from './types/csv'; import {Bool8, DataType, IndexType, Int32} from './types/dtypes'; import {DuplicateKeepOption} from './types/enums'; import {TypeMap} from './types/mappings'; import {ReadORCOptions, TableWriteORCOptions} from './types/orc'; import {ReadParquetOptions, TableWriteParquetOptions} from './types/parquet'; export type ToArrowMetadata = [string | number, ToArrowMetadata[]?]; export interface TableConstructor { readonly prototype: Table; new(props: {columns?: ReadonlyArray<Column>|null}): Table; /** * Reads a CSV dataset into a set of columns. * * @param options Settings for controlling reading behavior. * @return The CSV data as a Table and a list of column names. */ readCSV<T extends TypeMap = any>(options: ReadCSVOptions<T>): {names: (string&keyof T)[], table: Table}; /** * Reads an ORC dataset into a set of columns. * * @param options Settings for controlling reading behavior. * @return The ORC data as a Table and a list of column names. */ readORC(options: ReadORCOptions): {names: string[], table: Table}; /** * Reads an Apache Parquet dataset into a set of columns. * * @param options Settings for controlling reading behavior. * @return The CSV data as a Table and a list of column names. */ readParquet(options: ReadParquetOptions): {names: string[], table: Table}; /** * Adapts an arrow Table in IPC format into a set of columns. * * @param memory A buffer holding Arrow table * @return The Arrow data as a Table and a list of column names. */ fromArrow(memory: DeviceBuffer|MemoryData): {table: Table, fields: Field[]}; /** * Returns tables concatenated to each other. * * @param tables The tables to concatenate * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ concat(tables: Table[], memoryResource?: MemoryResource): Table; /** * Returns a pair of row index vectors corresponding to a full (outer) join between the specified * tables. * * @param left_keys The left table * @param right_keys The right table * @param nullEquality controls whether null join-key values should match or not * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ fullJoin(left: Table, right: Table, nullEquality: boolean, memoryResource?: MemoryResource): [Column<Int32>, Column<Int32>]; /** * Returns a pair of row index vectors corresponding to an inner join between the specified * tables. * * @param left_keys The left table * @param right_keys The right table * @param nullEquality controls whether null join-key values should match or not * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ innerJoin(left: Table, right: Table, nullEquality: boolean, memoryResource?: MemoryResource): [Column<Int32>, Column<Int32>]; /** * Returns a pair of row index vectors corresponding to a left join between the specified tables. * * @param left_keys The left table * @param right_keys The right table * @param nullEquality controls whether null join-key values should match or not * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ leftJoin(left: Table, right: Table, nullEquality: boolean, memoryResource?: MemoryResource): [Column<Int32>, Column<Int32>]; /** * Returns an index vectors corresponding to a left semijoin between the specified tables. * * @param left_keys The left table * @param right_keys The right table * @param nullEquality controls whether null join-key values should match or not * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ leftSemiJoin(left: Table, right: Table, nullEquality: boolean, memoryResource?: MemoryResource): Column<Int32>; /** * Returns an index vectors corresponding to a left antijoin between the specified tables. * * @param left_keys The left table * @param right_keys The right table * @param nullEquality controls whether null join-key values should match or not * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ leftAntiJoin(left: Table, right: Table, nullEquality: boolean, memoryResource?: MemoryResource): Column<Int32>; } /** * A low-level wrapper for libcudf Table objects */ export interface Table { /** * Number of columns in the table. */ readonly numColumns: number; /** * Number of rows in each column of the table. */ readonly numRows: number; /** * @summary Explicitly free the device memory associated with this Table. */ dispose(): void; /** * @summary Return sub-selection from a Table. * * @description Gathers the rows of the source columns according to `selection`, such that row "i" * in the resulting Table's columns will contain row `selection[i]` from the source columns. The * number of rows in the result table will be equal to the number of elements in selection. A * negative value i in the selection is interpreted as i+n, where `n` is the number of rows in * the source table. * * For dictionary columns, the keys column component is copied and not trimmed if the gather * results in abandoned key elements. * * @param selection A Series of 8/16/32-bit signed or unsigned integer indices to gather. * @param nullify_out_of_bounds If `true`, coerce rows that corresponds to out-of-bounds indices * in the selection to null. If `false`, skips all bounds checking for selection values. Pass * false if you are certain that the selection contains only valid indices for better * performance. If `false` and there are out-of-bounds indices in the selection, the behavior * is undefined. Defaults to `false`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ gather(selection: Column<IndexType>, nullify_out_of_bounds: boolean, memoryResource?: MemoryResource): Table; /** * Return sub-selection from a Table. * * @param selection A Column of booleans. Rows at true indices are returned, false are omitted. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ applyBooleanMask(selection: Column<Bool8>, memoryResource?: MemoryResource): Table; /** * Scatters row of values into this Table according to provided indices. * * @param source A column of values to be scattered in to this Series * @param indices A column of integral indices that indicate the rows in the this Series to be * replaced by `value`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ scatterScalar<T extends Scalar[]>(source: T, indices: Column<IndexType>, memoryResource?: MemoryResource): Table; /** * Scatters a Table of values into this Table according to provided indices. * * @param value A value to be scattered in to this Series * @param indices A column of integral indices that indicate the rows in the this Series to be * replaced by `value`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ scatterTable(source: Table, indices: Column<IndexType>, memoryResource?: MemoryResource): Table; /** * Get the Column at a specified index * * @param index The index position of the column to return * * @reurns The Column located at `index` */ getColumnByIndex<T extends DataType = any>(index: number): Column<T>; /** * Generate an ordering that sorts Table columns in a specified way * * @param column_orders The desired sort order for each column. Size must * be equal to `numColumns`. * @param null_orders Indicates how null values compare against all * other values in a column * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @returns Column of permutation indices for the desired sort order */ orderBy(column_orders: boolean[], null_orders: boolean[], memoryResource?: MemoryResource): Column<Int32>; toArrow(names: ToArrowMetadata[]): Uint8Array; /** * Write this Table to CSV file format. * @param options Settings for controlling writing behavior. */ writeCSV(options: TableWriteCSVOptions): void; /** * Write a Table to Apache ORC file format. * @param filePath File path or root directory path. * @param options Options controlling ORC writing behavior. */ writeORC(filePath: string, options: TableWriteORCOptions): void; /** * Write a Table to Apache Parquet file format. * @param filePath File path or root directory path. * @param options Options controlling parquet writing behavior. */ writeParquet(filePath: string, options: TableWriteParquetOptions): void; dropNans(keys: number[], threshold: number): Table; dropNulls(keys: number[], threshold: number): Table; /** * @summary Create a new table with consecutive duplicate rows removed. * * @param keys List of column indices on which to operate. * @param keep Determines whether to keep the first, last, or none of the duplicate items. * @param nullsEqual Determines whether nulls are handled as equal values. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ unique(keys: number[], keep: DuplicateKeepOption, nullsEqual: boolean, memoryResource?: MemoryResource): Table; /** * @summary Create a new table with duplicate rows removed. * * @param keys List of column indices on which to operate. * @param nullsEqual Determines whether nulls are handled as equal values. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ distinct(keys: number[], nullsEqual: boolean, memoryResource?: MemoryResource): Table; /** * @summary Explodes a list column's elements. * * Any list is exploded, which means the elements of the list in each row are expanded into new * rows in the output. The corresponding rows for other columns in the input are duplicated. * * Example: * ``` * [[5,10,15], 100], * [[20,25], 200], * [[30], 300], * returns * [5, 100], * [10, 100], * [15, 100], * [20, 200], * [25, 200], * [30, 300], * ``` * * Nulls and empty lists propagate in different ways depending on what is null or empty. * ``` * [[5,null,15], 100], * [null, 200], * [[], 300], * returns * [5, 100], * [null, 100], * [15, 100], * ``` * * @note null lists are not included in the resulting table, but nulls inside lists and empty * lists will be represented with a null entry for that column in that row. * * @param {number} index Column index to explode inside the table. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ explode(index: number, memoryResource?: MemoryResource): Table; /** * @summary Explodes a list column's elements and includes a position column. * * Any list is exploded, which means the elements of the list in each row are expanded into new * rows in the output. The corresponding rows for other columns in the input are duplicated. A * position column is added that has the index inside the original list for each row. * * Example: * ``` * [[5,10,15], 100], * [[20,25], 200], * [[30], 300], * returns * [0, 5, 100], * [1, 10, 100], * [2, 15, 100], * [0, 20, 200], * [1, 25, 200], * [0, 30, 300], * ``` * * Nulls and empty lists propagate in different ways depending on what is null or empty. * ``` * [[5,null,15], 100], * [null, 200], * [[], 300], * returns * [0, 5, 100], * [1, null, 100], * [2, 15, 100], * ``` * * @note null lists are not included in the resulting table, but nulls inside lists and empty * lists will be represented with a null entry for that column in that row. * * @param {number} index Column index to explode inside the table. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ explodePosition(index: number, memoryResource?: MemoryResource): Table; /** * @summary Explodes a list column's elements retaining any null entries or empty lists inside. * * Any list is exploded, which means the elements of the list in each row are expanded into new * rows in the output. The corresponding rows for other columns in the input are duplicated. * * Example: * ``` * [[5,10,15], 100], * [[20,25], 200], * [[30], 300], * returns * [5, 100], * [10, 100], * [15, 100], * [20, 200], * [25, 200], * [30, 300], * ``` * * Nulls and empty lists propagate as null entries in the result. * ``` * [[5,null,15], 100], * [null, 200], * [[], 300], * returns * [5, 100], * [null, 100], * [15, 100], * [null, 200], * [null, 300], * ``` * * @param {number} index Column index to explode inside the table. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ explodeOuter(index: number, memoryResource?: MemoryResource): Table; /** * @summary Explodes a list column's elements retaining any null entries or empty lists and * includes a position column. * * Any list is exploded, which means the elements of the list in each row are expanded into new * rows in the output. The corresponding rows for other columns in the input are duplicated. A * position column is added that has the index inside the original list for each row. * * Example: * ``` * [[5,10,15], 100], * [[20,25], 200], * [[30], 300], * returns * [0, 5, 100], * [1, 10, 100], * [2, 15, 100], * [0, 20, 200], * [1, 25, 200], * [0, 30, 300], * ``` * * Nulls and empty lists propagate as null entries in the result. * ``` * [[5,null,15], 100], * [null, 200], * [[], 300], * returns * [0, 5, 100], * [1, null, 100], * [2, 15, 100], * [0, null, 200], * [0, null, 300], * ``` * * @param {number} index Column index to explode inside the table. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ explodeOuterPosition(index: number, memoryResource?: MemoryResource): Table; /** * Interleave Series columns of a table into a single column. * Converts the column major table `cols` into a row major column. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ interleaveColumns(memoryResource?: MemoryResource): Column; } // eslint-disable-next-line @typescript-eslint/no-redeclare export const Table: TableConstructor = CUDF.Table;
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/series.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import { Float32Buffer, Float64Buffer, Int16Buffer, Int32Buffer, Int64Buffer, Int8Buffer, MemoryData, MemoryView, Uint16Buffer, Uint32Buffer, Uint64Buffer, Uint8Buffer, Uint8ClampedBuffer, } from '@rapidsai/cuda'; import {DeviceBuffer, MemoryResource} from '@rapidsai/rmm'; import * as arrow from 'apache-arrow'; import {JavaScriptArrayDataType} from 'apache-arrow/interfaces'; import {compareTypes} from 'apache-arrow/visitor/typecomparator'; import {Column} from './column'; import {fromArrow} from './column/from_arrow'; import {DataFrame} from './data_frame'; import {DisplayOptions} from './dataframe/print'; import {Scalar} from './scalar'; import {DISPOSER, scope} from './scope'; import {Table} from './table'; import { Bool8, Categorical, DataType, Float32, Float64, IndexType, Int16, Int32, Int64, Int8, Integral, List, Numeric, Struct, TimestampDay, TimestampMicrosecond, TimestampMillisecond, TimestampNanosecond, TimestampSecond, Uint16, Uint32, Uint64, Uint8, Utf8String, } from './types/dtypes'; import { DuplicateKeepOption, NullOrder, } from './types/enums'; import {ArrowToCUDFType, CommonType, findCommonType} from './types/mappings'; export type SeriesProps<T extends DataType = any> = { /* * SeriesProps *with* a `nullMask` shouldn't allow `data` to be an Array with elements and nulls: * ```javascript * Series.new({ * type: new Int32, * data: [1, 0, 2, 3, 0], ///< must not include nulls * nullMask: [true, false, true, true, false] * }) * ``` */ type: T; data?: DeviceBuffer | MemoryData | arrow.Vector<T>| T['scalarType'][] | null; offset?: number; length?: number; nullCount?: number; nullMask?: DeviceBuffer | MemoryData | any[] | boolean | null; children?: ReadonlyArray<Series>| null; }|{ /* * SeriesProps *without* a `nullMask` should allow `data` to be an Array with elements and nulls: * ```javascript * Series.new({ * type: new Int32, * data: [1, null, 2, 3, null] ///< can include nulls * }) * ``` */ type: T; data?: DeviceBuffer|MemoryData|arrow.Vector<T>|(T['scalarType'] | null | undefined)[]|null; offset?: number; length?: number; nullCount?: number; nullMask?: never; children?: ReadonlyArray<Series>|null; }; // clang-format off /* eslint-disable @typescript-eslint/no-unused-vars */ class CastVisitor<T extends DataType> extends arrow.Visitor { constructor(private series: AbstractSeries<T>, private memoryResource?: MemoryResource) { super(); } public visitBool <T extends Bool8>(_dtype: T) { return this.series._castAsBool8(this.memoryResource); } public visitInt8 <T extends Int8>(_dtype: T) { return this.series._castAsInt8(this.memoryResource); } public visitInt16 <T extends Int16>(_dtype: T) { return this.series._castAsInt16(this.memoryResource); } public visitInt32 <T extends Int32>(_dtype: T) { return this.series._castAsInt32(this.memoryResource); } public visitInt64 <T extends Int64>(_dtype: T) { return this.series._castAsInt64(this.memoryResource); } public visitUint8 <T extends Uint8>(_dtype: T) { return this.series._castAsUint8(this.memoryResource); } public visitUint16 <T extends Uint16>(_dtype: T) { return this.series._castAsUint16(this.memoryResource); } public visitUint32 <T extends Uint32>(_dtype: T) { return this.series._castAsUint32(this.memoryResource); } public visitUint64 <T extends Uint64>(_dtype: T) { return this.series._castAsUint64(this.memoryResource); } public visitFloat32 <T extends Float32>(_dtype: T) { return this.series._castAsFloat32(this.memoryResource); } public visitFloat64 <T extends Float64>(_dtype: T) { return this.series._castAsFloat64(this.memoryResource); } public visitUtf8 <T extends Utf8String>(_dtype: T) { return this.series._castAsString(this.memoryResource); } public visitDateDay <T extends TimestampDay>(_dtype: T) { return this.series._castAsTimeStampDay(this.memoryResource); } public visitDateMillisecond <T extends TimestampMillisecond>(_dtype: T) { return this.series._castAsTimeStampMillisecond(this.memoryResource); } public visitTimestampSecond <T extends TimestampSecond>(_dtype: T) { return this.series._castAsTimeStampSecond(this.memoryResource); } public visitTimestampMillisecond <T extends TimestampMillisecond>(_dtype: T) { return this.series._castAsTimeStampMillisecond(this.memoryResource); } public visitTimestampMicrosecond <T extends TimestampMicrosecond>(_dtype: T) { return this.series._castAsTimeStampMicrosecond(this.memoryResource); } public visitTimestampNanosecond <T extends TimestampNanosecond>(_dtype: T) { return this.series._castAsTimeStampNanosecond(this.memoryResource); } public visitDictionary <T extends Categorical>(dtype: T) { return this.series._castAsCategorical(dtype, this.memoryResource); } } /* eslint-enable @typescript-eslint/no-unused-vars */ // clang-format on export type Series<T extends arrow.DataType = any> = { [arrow.Type.NONE]: never, // TODO [arrow.Type.Null]: never, // TODO [arrow.Type.Int]: never, [arrow.Type.Int8]: Int8Series, [arrow.Type.Int16]: Int16Series, [arrow.Type.Int32]: Int32Series, [arrow.Type.Int64]: Int64Series, [arrow.Type.Uint8]: Uint8Series, [arrow.Type.Uint16]: Uint16Series, [arrow.Type.Uint32]: Uint32Series, [arrow.Type.Uint64]: Uint64Series, [arrow.Type.Float]: never, [arrow.Type.Float16]: never, [arrow.Type.Float32]: Float32Series, [arrow.Type.Float64]: Float64Series, [arrow.Type.Binary]: never, [arrow.Type.Utf8]: StringSeries, [arrow.Type.Bool]: Bool8Series, [arrow.Type.Decimal]: never, // TODO [arrow.Type.Date]: never, // TODO [arrow.Type.DateDay]: TimestampDaySeries, [arrow.Type.DateMillisecond]: TimestampMillisecondSeries, [arrow.Type.Time]: never, // TODO [arrow.Type.TimeSecond]: never, // TODO [arrow.Type.TimeMillisecond]: never, // TODO [arrow.Type.TimeMicrosecond]: never, // TODO [arrow.Type.TimeNanosecond]: never, // TODO [arrow.Type.Timestamp]: never, // TODO [arrow.Type.TimestampSecond]: TimestampSecondSeries, [arrow.Type.TimestampMillisecond]: TimestampMillisecondSeries, [arrow.Type.TimestampMicrosecond]: TimestampMicrosecondSeries, [arrow.Type.TimestampNanosecond]: TimestampNanosecondSeries, [arrow.Type.Interval]: never, // TODO [arrow.Type.IntervalDayTime]: never, // TODO [arrow.Type.IntervalYearMonth]: never, // TODO [arrow.Type.List]: ListSeries<(T extends List ? T['valueType'] : any)>, [arrow.Type.Struct]: StructSeries<(T extends Struct ? T['dataTypes'] : any)>, [arrow.Type.Union]: never, // TODO [arrow.Type.DenseUnion]: never, // TODO [arrow.Type.SparseUnion]: never, // TODO [arrow.Type.FixedSizeBinary]: never, // TODO [arrow.Type.FixedSizeList]: never, // TODO [arrow.Type.Map]: never, // TODO [arrow.Type.Dictionary]: CategoricalSeries<(T extends arrow.Dictionary ? T['valueType'] : any)> }[T['TType']]; /** * One-dimensional GPU array */ export class AbstractSeries<T extends DataType = any> { /** * Create a new cudf.Series from an apache arrow vector * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * import * as arrow from 'apache-arrow'; * * const arrow_vec = arrow.vectorFromArray(new Int32Array([1,2,3,4]))); * const a = Series.new(arrow_vec); // Int32Series [1, 2, 3, 4] * * const arrow_vec_list = arrow.vectorFromArray( * [[0, 1, 2], [3, 4, 5], [6, 7, 8]], * new arrow.List(arrow.Field.new({ name: 'ints', type: new arrow.Int32 })), * ); * * const b = Series.new(arrow_vec_list) // ListSeries [[0, 1, 2], [3, 4, 5], [6, 7, 8]] * * const arrow_vec_struct = arrow.vectorFromArray( * [{ x: 0, y: 3 }, { x: 1, y: 4 }, { x: 2, y: 5 }], * new arrow.Struct([ * arrow.Field.new({ name: 'x', type: new arrow.Int32 }), * arrow.Field.new({ name: 'y', type: new arrow.Int32 }) * ]), * ); * * const c = Series.new(arrow_vec_struct); * // StructSeries [{ x: 0, y: 3 }, { x: 1, y: 4 }, { x: 2, y: 5 }] * ``` */ static new<T extends arrow.Vector>(input: T): Series<ArrowToCUDFType<T['type']>>; /** * Create a new cudf.Series from SeriesProps or a cudf.Column * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * * //using SeriesProps * const a = Series.new({type: new Int32, data: [1, 2, 3, 4]}); // Int32Series [1, 2, 3, 4] * * //using underlying cudf.Column * const b = Series.new(a._col); // Int32Series [1, 2, 3, 4] * ``` */ static new<T extends AbstractSeries>(input: T): T; static new<T extends DataType>(input: Column<T>): Series<T>; static new<T extends DataType>(input: SeriesProps<T>): Series<T>; /** * Create a new cudf.Int8Series * * @example * ```typescript * import { * Series, * Int8Series, * Int8 * } from '@rapidsai/cudf'; * * // Int8Series [1, 2, 3] * const a = Series.new(new Int8Array([1, 2, 3])); * const b = Series.new(new Int8Buffer([1, 2, 3])); * ``` */ static new(input: Int8Array|Int8Buffer): Series<Int8>; /** * Create a new cudf.Int16Series * * @example * ```typescript * import { * Series, * Int16Series, * Int16 * } from '@rapidsai/cudf'; * * // Int16Series [1, 2, 3] * const a = Series.new(new Int16Array([1, 2, 3])); * const b = Series.new(new Int16Buffer([1, 2, 3])); * ``` */ static new(input: Int16Array|Int16Buffer): Series<Int16>; /** * Create a new cudf.Int32Series * * @example * ```typescript * import { * Series, * Int32Series, * Int32 * } from '@rapidsai/cudf'; * * // Int32Series [1, 2, 3] * const a = Series.new(new Int32Array([1, 2, 3])); * const b = Series.new(new Int32Buffer([1, 2, 3])); * ``` */ static new(input: Int32Array|Int32Buffer): Series<Int32>; /** * Create a new cudf.Uint8Series * * @example * ```typescript * import { * Series, * Uint8Series, * Uint8 * } from '@rapidsai/cudf'; * * // Uint8Series [1, 2, 3] * const a = Series.new(new Uint8Array([1, 2, 3])); * const b = Series.new(new Uint8Buffer([1, 2, 3])); * const c = Series.new(new Uint8ClampedArray([1, 2, 3])); * const d = Series.new(new Uint8ClampedBuffer([1, 2, 3])); * ``` */ static new(input: Uint8Array|Uint8Buffer|Uint8ClampedArray|Uint8ClampedBuffer): Series<Uint8>; /** * Create a new cudf.Uint16Series * * @example * ```typescript * import { * Series, * Uint16Series, * Uint16 * } from '@rapidsai/cudf'; * * // Uint16Series [1, 2, 3] * const a = Series.new(new Uint16Array([1, 2, 3])); * const b = Series.new(new Uint16Buffer([1, 2, 3])); * ``` */ static new(input: Uint16Array|Uint16Buffer): Series<Uint16>; /** * Create a new cudf.Uint32Series * * @example * ```typescript * import { * Series, * Uint32Series, * Uint32 * } from '@rapidsai/cudf'; * * // Uint32Series [1, 2, 3] * const a = Series.new(new Uint32Array([1, 2, 3])); * const b = Series.new(new Uint32Buffer([1, 2, 3])); * ``` */ static new(input: Uint32Array|Uint32Buffer): Series<Uint32>; /** * Create a new cudf.Uint64Series * * @example * ```typescript * import { * Series, * Uint64Series, * Uint64 * } from '@rapidsai/cudf'; * * // Uint64Series [1n, 2n, 3n] * const a = Series.new(new BigUint64Array([1n, 2n, 3n])); * const b = Series.new(new Uint64Buffer([1n, 2n, 3n])); * ``` */ static new(input: BigUint64Array|Uint64Buffer): Series<Uint64>; /** * Create a new cudf.Float32Series * * @example * ```typescript * import { * Series, * Float32Series, * Float32 * } from '@rapidsai/cudf'; * * // Float32Series [1, 2, 3] * const a = Series.new(new Float32Array([1, 2, 3])); * const b = Series.new(new Float32Buffer([1, 2, 3])); * ``` */ static new(input: Float32Array|Float32Buffer): Series<Float32>; /** * Create a new cudf.StringSeries * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // StringSeries ["foo", "bar", "test", null] * const a = Series.new(["foo", "bar", "test", null]); * ``` */ static new(input: (string|null|undefined)[]): Series<Utf8String>; /** * Create a new cudf.Float64Series * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series [1, 2, 3, null, 4] * const a = Series.new([1, 2, 3, undefined, 4]); * ``` */ static new(input: (number|null|undefined)[]|Float64Array|Float64Buffer): Series<Float64>; /** * Create a new cudf.Int64Series * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Int64Series [1n, 2n, 3n, null, 4n] * const a = Series.new([1n, 2n, 3n, undefined, 4n]); * ``` */ static new(input: (bigint|null|undefined)[]|BigInt64Array|Int64Buffer): Series<Int64>; /** * Create a new cudf.Bool8Series * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Bool8Series [true, false, null, false] * const a = Series.new([true, false, undefined, false]); * ``` */ static new(input: (boolean|null|undefined)[]): Series<Bool8>; /** * Create a new cudf.TimestampMillisecondSeries * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // TimestampMillisecondSeries [2021-05-13T00:00:00.000Z, null, 2021-05-13T00:00:00.000Z, * null] const a = Series.new([new Date(), undefined, new Date(), undefined]); * ``` */ static new(input: (Date|null|undefined)[]): Series<TimestampMillisecond>; /** * Create a new cudf.ListSeries that contain cudf.StringSeries elements. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // ListSeries [["foo", "bar"], ["test", null]] * const a = Series.new([["foo", "bar"], ["test",null]]); * a.getValue(0) // StringSeries ["foo", "bar"] * a.getValue(1) // StringSeries ["test", null] * ``` */ static new(input: (string|null|undefined)[][]): Series<List<Utf8String>>; /** * Create a new cudf.ListSeries that contain cudf.Float64Series elements. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // ListSeries [[1, 2], [3, null, 4]] * const a = Series.new([[1, 2], [3, undefined, 4]]); * a.getValue(0) // Float64Series [1, 2] * a.getValue(1) // Float64Series [3, null, 4] * ``` */ static new(input: (number|null|undefined)[][]): Series<List<Float64>>; /** * Create a new cudf.ListSeries that contain cudf.Int64Series elements. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // ListSeries [[1n, 2n], [3n, null, 4n]] * const a = Series.new([[1n, 2n], [3n, undefined, 4n]]); * a.getValue(0) // Int64Series [1n, 2n] * a.getValue(1) // Int64Series [3n, null, 4n] * ``` */ static new(input: (bigint|null|undefined)[][]): Series<List<Int64>>; /** * Create a new cudf.ListSeries that contain cudf.Bool8Series elements. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // ListSeries [[true, false], [null, false]] * const a = Series.new([[true, false], [undefined, false]]); * a.getValue(0) // Bool8Series [true, false] * a.getValue(1) // Bool8Series [null, false] * ``` */ static new(input: (boolean|null|undefined)[][]): Series<List<Bool8>>; /** * Create a new cudf.ListSeries that contain cudf.TimestampMillisecondSeries elements. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // ListSeries [[2021-05-13T00:00:00.000Z, null], [null, 2021-05-13T00:00:00.000Z]] * const a = Series.new([[new Date(), undefined], [undefined, new Date()]]); * a.getValue(0) // TimestampMillisecondSeries [2021-05-13T00:00:00.000Z, null] * a.getValue(1) // TimestampMillisecondSeries [null, 2021-05-13T00:00:00.000Z] * ``` */ static new(input: (Date|null|undefined)[][]): Series<List<TimestampMillisecond>>; static new<T extends readonly unknown[]>(input: T): Series<ArrowToCUDFType<JavaScriptArrayDataType<T>>>; static new<T extends DataType>(input: AbstractSeries<T>|Column<T>|SeriesProps<T>|arrow.Vector<T>| (string|null|undefined)[]|(number|null|undefined)[]| (bigint|null|undefined)[]|(boolean|null|undefined)[]| (Date|null|undefined)[]|(string|null|undefined)[][]| (number|null|undefined)[][]|(bigint|null|undefined)[][]| (boolean|null|undefined)[][]|(Date|null|undefined)[][]): Series<T>; static new<T extends DataType>(input: any) { return columnToSeries(asColumn<T>(input)) as any as Series<T>; } /** * Constructs a Series from a text file path. * * @note If delimiter is omitted, the default is ''. * * @param filepath Path of the input file. * @param delimiter Optional delimiter. * * @returns StringSeries from the file, split by delimiter. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const infile = Series.readText('./inputAsciiFile.txt') * ``` */ public static readText(filepath: string, delimiter: string): Series<Utf8String> { return Series.new(Column.readText(filepath, delimiter ?? '')); } /** * Constructs a Series with a sequence of values. * * @note If init is omitted, the default is 0. * @note If step is omitted, the default is 1. * @note If type is omitted, the default is Int32. * * @param opts Options for creating the sequence * @returns Series with the sequence * * @example * ```typescript * import {Series, Int64, Float32} from '@rapidsai/cudf'; * * Series.sequence({size: 5}).toArray() // Int32Array[0, 1, 2, 3, 4] * Series.sequence({size: 5, init: 5}).toArray() // Int32Array[5, 6, 7, 8, 9] * Series * .sequence({ size: 5, init: 0, type: new Int64 }) * .toArray() // BigInt64Array[0n, 1n, 2n, 3n, 4n] * Series * .sequence({ size: 5, step: 2, init: 1, type: new Float32 }) * .toArray() // Float32Array[1, 3, 5, 7, 9] * ``` */ static sequence<U extends Numeric = Int32>(opts: { size: number; type?: U; // init?: U['scalarType']; step?: U['scalarType']; memoryResource?: MemoryResource; }): Series<U> { const type = opts.type ?? new Int32; const init = new Scalar({type, value: <any>opts.init ?? 0}) as Scalar<U>; const step = new Scalar({type, value: <any>opts.step ?? 1}) as Scalar<U>; return Series.new(Column.sequence<U>(opts.size, init, step, opts.memoryResource)); } /** @ignore */ declare public _col: Column<T>; protected constructor(col: Column<T>) { DISPOSER.add(this._col = col); } /** * The data type of elements in the underlying data. */ get type() { return this._col.type; } /** * The DeviceBuffer for for the validity bitmask in GPU memory. */ get mask() { return this._col.mask; } /** * The offset of elements in this Series underlying Column. */ get offset() { return this._col.offset; } /** * The number of elements in this Series. */ get length() { return this._col.length; } /** * A boolean indicating whether a validity bitmask exists. */ get nullable() { return this._col.nullable; } /** * Whether the Series contains null elements. */ get hasNulls() { return this._col.hasNulls; } /** * The number of null elements in this Series. */ get nullCount() { return this._col.nullCount; } /** * The number of child columns in this Series. */ get numChildren() { return this._col.numChildren; } /** * Casts the values to a new dtype (similar to `static_cast` in C++). * * @param dataType The new dtype. * @param memoryResource The optional MemoryResource used to allocate the result Series's device * memory. * @returns Series of same size as the current Series containing result of the `cast` operation. * @example * ```typescript * import {Series, Bool8, Int32} from '@rapidsai/cudf'; * * const a = Series.new({type:new Int32, data: [1,0,1,0]}); * * a.cast(new Bool8); // Bool8Series [true, false, true, false]; * ``` */ cast<R extends DataType>(dataType: R, memoryResource?: MemoryResource): Series<R> { return new CastVisitor(this, memoryResource).visit(dataType); } // clang-format off /* eslint-disable @typescript-eslint/no-unused-vars */ _castAsBool8(_memoryResource?: MemoryResource): Series<Bool8> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Bool8 unimplemented`); } _castAsInt8(_memoryResource?: MemoryResource): Series<Int8> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Int8 unimplemented`); } _castAsInt16(_memoryResource?: MemoryResource): Series<Int16> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Int16 unimplemented`); } _castAsInt32(_memoryResource?: MemoryResource): Series<Int32> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Int32 unimplemented`); } _castAsInt64(_memoryResource?: MemoryResource): Series<Int64> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Int64 unimplemented`); } _castAsUint8(_memoryResource?: MemoryResource): Series<Uint8> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Uint8 unimplemented`); } _castAsUint16(_memoryResource?: MemoryResource): Series<Uint16> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Uint16 unimplemented`); } _castAsUint32(_memoryResource?: MemoryResource): Series<Uint32> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Uint32 unimplemented`); } _castAsUint64(_memoryResource?: MemoryResource): Series<Uint64> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Uint64 unimplemented`); } _castAsFloat32(_memoryResource?: MemoryResource): Series<Float32> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Float32 unimplemented`); } _castAsFloat64(_memoryResource?: MemoryResource): Series<Float64> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to Float64 unimplemented`); } _castAsString(_memoryResource?: MemoryResource): Series<Utf8String> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to String unimplemented`); } _castAsTimeStampDay(_memoryResource?: MemoryResource): Series<TimestampDay> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to TimeStampDay unimplemented`); } _castAsTimeStampSecond(_memoryResource?: MemoryResource): Series<TimestampSecond> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to TimeStampSecond unimplemented`); } _castAsTimeStampMillisecond(_memoryResource?: MemoryResource): Series<TimestampMillisecond> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to TimeStampMillisecond unimplemented`); } _castAsTimeStampMicrosecond(_memoryResource?: MemoryResource): Series<TimestampMicrosecond> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to TimeStampMicrosecond unimplemented`); } _castAsTimeStampNanosecond(_memoryResource?: MemoryResource): Series<TimestampNanosecond> { throw new Error(`cast from ${arrow.Type[this.type.typeId]} to TimeStampNanosecond unimplemented`); } /* eslint-enable @typescript-eslint/no-unused-vars */ // clang-format on _castAsCategorical<R extends Categorical>(type: R, memoryResource?: MemoryResource): Series<R> { const categories = scope(() => { const uniq = scope(() => { return new DataFrame({value: this, order: Series.sequence({size: this.length})}) .groupBy({by: 'value'}) .nth(0); }); return uniq.sortValues({order: {ascending: true}}, memoryResource).get('value'); }, [this]); const codes = this.encodeLabels(categories, undefined, undefined, memoryResource); return Series.new<R>({ type, length: codes.length, nullMask: this.mask, children: [codes, categories.cast(type.dictionary)] }); } /** * Concat a Series to the end of the caller, returning a new Series of a common dtype. * * @param other The Series to concat to the end of the caller. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * Series.new([1, 2, 3]).concat(Series.new([4, 5, 6])) // [1, 2, 3, 4, 5, 6] * ``` */ concat<R extends Series<DataType>>(other: R, memoryResource?: MemoryResource): Series<CommonType<T, R['type']>> { type U = typeof type; const type = findCommonType(this.type, other.type); const lhs = <Column<U>>(compareTypes(type, this.type) ? this._col : this.cast(type)._col); const rhs = <Column<U>>(compareTypes(type, other.type) ? other._col : other.cast(type)._col); return Series.new(lhs.concat(rhs, memoryResource)); } /** * Return the number of non-null elements in the Series. * * @returns The number of non-null elements * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * Series.new([1, 2, 3]).countNonNulls(); // 3 * Series.new([1, null, 3]).countNonNulls(); // 2 * ``` */ countNonNulls(): number { return this._col.length - this._col.nullCount; } /** * @summary Explicitly free the device memory associated with this Series. */ dispose() { this._col.dispose(); } /** * Encode the Series values into integer labels. * * * @param categories The optional Series of values to encode into integers. Defaults to the * unique elements in this Series. * @param type The optional integer DataType to use for the returned Series. Defaults to * Uint32. * @param nullSentinel The optional value used to indicate missing category. Defaults to -1. * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * @returns A sequence of encoded integer labels with values between `0` and `n-1` * categories, and `nullSentinel` for any null values */ encodeLabels<R extends Integral = Uint32>(categories: Series<T> = this.unique(true), type: R = new Uint32 as R, nullSentinel: R['scalarType'] = -1, memoryResource?: MemoryResource): Series<R> { return scope(() => { try { // If there is a failure casting to the current dtype, catch the exception and return // encoded labels with all values set to `nullSentinel`, since this means the Column // cannot contain any of the encoded categories. if (!compareTypes(this.type, categories.type)) { categories = categories.cast(this.type); } } catch { return Series.sequence( {type, init: nullSentinel, step: 0, memoryResource, size: this.length}); } // 1. Join this Series' values with the `categories` Series to determine the index // positions (i.e. `codes`) of the values to keep. const codes = scope(() => { const lhs = new DataFrame( {value: this, order: Series.sequence({type: new Uint32, size: this.length})}); const rhs = new DataFrame( {value: categories, codes: Series.sequence({type, size: categories.length})}); return lhs.join({on: ['value'], how: 'left', nullEquality: true, other: rhs}) .drop(['value']) // 2. Sort the codes by the original value's position in this Series. .sortValues({order: {ascending: true}}) .get('codes'); }); // 3. Replace missing codes with `nullSentinel`. return codes.replaceNulls(nullSentinel, memoryResource) as Series<R>; }, [this, categories]); } /** * Fills a range of elements in a column out-of-place with a scalar value. * * @param begin The starting index of the fill range (inclusive). * @param end The index of the last element in the fill range (exclusive), default * this.length * . * @param value The scalar value to fill. * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, 2, 3]).fill(0) // [0, 0, 0] * // StringSeries * Series.new(["foo", "bar", "test"]).fill("rplc", 0, 1) // ["rplc", "bar", "test"] * // Bool8Series * Series.new([true, true, true]).fill(false, 1) // [true, false, false] * ``` */ fill(value: T['scalarType'], begin = 0, end = this.length, memoryResource?: MemoryResource): Series<T> { return this.__construct( this._col.fill(new Scalar({type: this.type, value}), begin, end, memoryResource)); } /** * Fills a range of elements in-place in a column with a scalar value. * * @param begin The starting index of the fill range (inclusive) * @param end The index of the last element in the fill range (exclusive) * @param value The scalar value to fill * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, 2, 3]).fillInPlace(0) // [0, 0, 0] * // StringSeries * Series.new(["foo", "bar", "test"]).fillInPlace("rplc", 0, 1) // ["rplc", "bar", "test"] * // Bool8Series * Series.new([true, true, true]).fillInPlace(false, 1) // [true, false, false] * ``` */ fillInPlace(value: T['scalarType'], begin = 0, end = this.length) { this._col.fillInPlace(new Scalar({type: this.type, value}), begin, end); return this; } /** * Replace null values with a scalar value. * * @param value The scalar value to use in place of nulls. * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, null, 3]).replaceNulls(-1) // [1, -1, 3] * // StringSeries * Series.new(["foo", "bar", null]).replaceNulls("rplc") // ["foo", "bar", "rplc"] * // Bool8Series * Series.new([null, true, true]).replaceNulls(false) // [true, true, true] * ``` */ replaceNulls(value: T['scalarType']|any, memoryResource?: MemoryResource): Series<T>; /** * Replace null values with the corresponding elements from another Series. * * @param value The Series to use in place of nulls. * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * const replace = Series.new([10, 10, 10]); * const replaceBool = Series.new([false, false, false]); * * // Float64Series * Series.new([1, null, 3]).replaceNulls(replace) // [1, 10, 3] * // StringSeries * Series.new(["foo", "bar", null]).replaceNulls(replace) // ["foo", "bar", "10"] * // Bool8Series * Series.new([null, true, true]).replaceNulls(replaceBool) // [false, true, true] * ``` */ replaceNulls(value: Series<T>, memoryResource?: MemoryResource): Series<T>; replaceNulls(value: any, memoryResource?: MemoryResource): Series<T> { if (value instanceof Series) { return this.__construct(this._col.replaceNulls(value._col, memoryResource)); } else { return this.__construct( this._col.replaceNulls(new Scalar({type: this.type, value}), memoryResource)); } } /** * Replace null values with the non-null value following the null value in the same series. * * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, null, 3]).replaceNullsFollowing() // [1, 3, 3] * // StringSeries * Series.new(["foo", "bar", null]).replaceNullsFollowing() // ["foo", "bar", null] * Series.new(["foo", null, "bar"]).replaceNullsFollowing() // ["foo", "bar", "bar"] * // Bool8Series * Series.new([null, true, true]).replaceNullsFollowing() // [true, true, true] * ``` */ replaceNullsFollowing(memoryResource?: MemoryResource): Series<T> { return this.__construct(this._col.replaceNulls(true, memoryResource)); } /** * Replace null values with the non-null value preceding the null value in the same series. * * @param memoryResource The optional MemoryResource used to allocate the result Column's * device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, null, 3]).replaceNullsPreceding() // [1, 1, 3] * // StringSeries * Series.new([null, "foo", "bar"]).replaceNullsPreceding() // [null, "foo", "bar"] * Series.new(["foo", null, "bar"]).replaceNullsPreceding() // ["foo", "foo", "bar"] * // Bool8Series * Series.new([true, null, false]).replaceNullsPreceding() // [true, true, false] * ``` */ replaceNullsPreceding(memoryResource?: MemoryResource): Series<T> { return this.__construct(this._col.replaceNulls(false, memoryResource)); } /** * Returns a new series with reversed elements. * * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, 2, 3]).reverse() // [3, 2, 1] * // StringSeries * Series.new(["foo", "bar"]).reverse() // ["bar", "foo"] * // Bool8Series * Series.new([false, true]).reverse() // [true, false] * ``` */ reverse(memoryResource?: MemoryResource): Series<T> { return this.gather( Series.sequence({size: this.length, step: -1, init: this.length - 1}), false, memoryResource); } /** * @summary Return sub-selection from a Series using the specified integral indices. * * @description Gathers the rows of the source columns according to `selection`, such that row "i" * in the resulting Series's columns will contain row `selection[i]` from the source columns. The * number of rows in the result series will be equal to the number of elements in selection. A * negative value i in the selection is interpreted as i+n, where `n` is the number of rows in * the source series. * * For dictionary columns, the keys column component is copied and not trimmed if the gather * results in abandoned key elements. * * @param indices A Series of 8/16/32-bit signed or unsigned integer indices to gather. * @param nullify_out_of_bounds If `true`, coerce rows that corresponds to out-of-bounds indices * in the selection to null. If `false`, skips all bounds checking for selection values. Pass * false if you are certain that the selection contains only valid indices for better * performance. If `false` and there are out-of-bounds indices in the selection, the behavior * is undefined. Defaults to `false`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * * const a = Series.new([1,2,3]); * const b = Series.new(["foo", "bar", "test"]); * const c = Series.new([true, false, true]); * const selection = Series.new({type: new Int32, data: [0,2]}); * * a.gather(selection) // Float64Series [1,3] * b.gather(selection) // StringSeries ["foo", "test"] * c.gather(selection) // Bool8Series [true, true] * ``` */ gather(indices: Series<IndexType>|number[], nullify_out_of_bounds = false, memoryResource?: MemoryResource): Series<T> { const map = Array.isArray(indices) ? Series.new(indices).cast(new Uint32) : indices; return this.__construct(this._col.gather(map._col, nullify_out_of_bounds, memoryResource)); } /** * Return a copy of this Series. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const a = Series.new(["foo", "bar", "test"]); * * a.copy() // StringSeries ["foo", "bar", "test"] * ``` */ copy(memoryResource?: MemoryResource): Series<T> { return this.__construct(this._col.copy(memoryResource)); } /** * Returns the n largest element(s). * * @param n The number of values to retrieve. * @param keep Determines whether to keep the first or last of any duplicate values. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const a = Series.new([4, 6, 8, 10, 12, 1, 2]); * const b = Series.new(["foo", "bar", "test"]); * * a.nLargest(); // [12, 10, 8, 6, 4] * b.nLargest(1); // ["test"] * a.nLargest(-1); // [] * ``` */ nLargest(n = 5, keep: keyof typeof DuplicateKeepOption = 'first'): Series<T> { return _nLargestOrSmallest(this as Series, true, n, keep); } /** * Returns the n smallest element(s). * * @param n The number of values to retrieve. * @param keep Determines whether to keep the first or last of any duplicate values. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const a = Series.new([4, 6, 8, 10, 12, 1, 2]); * const b = Series.new(["foo", "bar", "test"]); * * a.nSmallest(); // [1, 2, 4, 6, 8] * b.nSmallest(1); // ["bar"] * a.nSmallest(-1); // [] * ``` */ nSmallest(n = 5, keep: keyof typeof DuplicateKeepOption = 'first'): Series<T> { return _nLargestOrSmallest(this as Series, false, n, keep); } /** * Returns the first n rows. * * @param n The number of rows to return. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const a = Series.new([4, 6, 8, 10, 12, 1, 2]); * const b = Series.new(["foo", "bar", "test"]); * * a.head(); // [4, 6, 8, 10, 12] * b.head(1); // ["foo"] * a.head(-1); // throws index out of bounds error * ``` */ head(n = 5): Series<T> { if (n < 0) { throw new Error('Index provided is out of bounds'); } const selection = Series.sequence( {type: new Int32, size: n < this._col.length ? n : this._col.length, init: 0}); return this.__construct(this._col.gather(selection._col, false)); } /** * Returns the last n rows. * * @param n The number of rows to return. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * const a = Series.new([4, 6, 8, 10, 12, 1, 2]); * const b = Series.new(["foo", "bar", "test"]); * * a.tail(); // [8, 10, 12, 1, 2] * b.tail(1); // ["test"] * a.tail(-1); // throws index out of bounds error * ``` */ tail(n = 5): Series<T> { if (n < 0) { throw new Error('Index provided is out of bounds'); } const length = n < this._col.length ? n : this._col.length; const selection = Series.sequence({type: new Int32, size: length, init: this._col.length - length}); return this.__construct(this._col.gather(selection._col, false)); } /** * Scatters single value into this Series according to provided indices. * * @param value A column of values to be scattered in to this Series * @param indices A column of integral indices that indicate the rows in the this Series to be * replaced by `value`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * const a = Series.new({type: new Int32, data: [0, 1, 2, 3, 4]}); * const indices = Series.new({type: new Int32, data: [2, 4]}); * const indices_out_of_bounds = Series.new({type: new Int32, data: [5, 6]}); * * a.scatter(-1, indices); // returns [0, 1, -1, 3, -1]; * a.scatter(-1, indices_out_of_bounds, true) // throws index out of bounds error * * ``` */ scatter(value: T['scalarType'], indices: Series<IndexType>|number[], memoryResource?: MemoryResource): Series<T>; /** * Scatters a column of values into this Series according to provided indices. * * @param value A value to be scattered in to this Series * @param indices A column of integral indices that indicate the rows in the this Series to be * replaced by `value`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * const a = Series.new({type: new Int32, data: [0, 1, 2, 3, 4]}); * const b = Series.new({type: new Int32, data: [200, 400]}); * const indices = Series.new({type: new Int32, data: [2, 4]}); * const indices_out_of_bounds = Series.new({type: new Int32, data: [5, 6]}); * * a.scatter(b, indices); // returns [0, 1, 200, 3, 400]; * a.scatter(b, indices_out_of_bounds, true) // throws index out of bounds error * ``` */ scatter(values: Series<T>, indices: Series<IndexType>|number[], memoryResource?: MemoryResource): Series<T>; scatter(source: Series<T>|T['scalarType'], indices: Series<IndexType>|number[], memoryResource?: MemoryResource): Series<T> { const dst = new Table({columns: [this._col]}); const map = Array.isArray(indices) ? Series.new(indices).cast(new Uint32) : indices; if (source instanceof Series) { const src = new Table({columns: [source.cast(this.type)._col]}); return this.__construct(dst.scatterTable(src, map._col, memoryResource).getColumnByIndex(0)); } const src = [new Scalar({type: this.type, value: source})]; return this.__construct(dst.scatterScalar(src, map._col, memoryResource).getColumnByIndex(0)); } /** * Return a sub-selection of this Series using the specified boolean mask. * * @param mask A Series of boolean values for whose corresponding element in this Series * will be selected or ignored. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {Series} from "@rapidsai/cudf"; * const mask = Series.new([true, false, true]); * * // Float64Series * Series.new([1, 2, 3]).filter(mask) // [1, 3] * // StringSeries * Series.new(["foo", "bar", "test"]).filter(mask) // ["foo", "test"] * // Bool8Series * Series.new([false, true, true]).filter(mask) // [false, true] * ``` */ filter(mask: Series<Bool8>, memoryResource?: MemoryResource): Series<T> { return this.__construct(this._col.applyBooleanMask(mask._col, memoryResource)); } /** * set values at the specified indices * * @param indices the indices in this Series to set values for * @param values the values to set at Series of indices * * @example * ```typescript * import {Series, Int32} from '@rapidsai/cudf'; * const a = Series.new({type: new Int32, data: [0, 1, 2, 3, 4]}); * const values = Series.new({type: new Int32, data: [200, 400]}); * const indices = Series.new({type: new Int32, data: [2, 4]}); * * a.setValues(indices, values); // inplace update [0, 1, 200, 3, 400]; * a.setValues(indices, -1); // inplace update [0, 1, -1, 3, -1]; * ``` */ setValues(indices: Series<Int32>|number[], values: Series<T>|T['scalarType']): void { this._col = this.scatter(values, indices)._col as Column<T>; } /** * Copy the underlying device memory to host, and return an Iterator of the values. */ [Symbol.iterator](): IterableIterator<T['TValue']|null> { return this.toArrow()[Symbol.iterator](); } /** * Copy the underlying device memory to host and return an Array (or TypedArray) of the values. * @returns */ toArray() { return this.toArrow().toArray(); } /** * Return a string with a tabular representation of the Series, pretty-printed according to the * options given. * * @param options */ toString(options: DisplayOptions&{name?: string} = {}) { return new DataFrame({[options.name ?? '0']: this}).toString(options); } /** * * @param mask The null-mask. Valid values are marked as 1; otherwise 0. The * mask bit given the data index idx is computed as: * ``` * (mask[idx // 8] >> (idx % 8)) & 1 * ``` * @param nullCount The number of null values. If None, it is calculated * automatically. */ setNullMask(mask: MemoryData|ArrayLike<number>|ArrayLike<bigint>, nullCount?: number) { this._col.setNullMask(mask, nullCount); } /** * Copy a Series to an Arrow vector in host memory */ toArrow() { // eslint-disable-next-line @typescript-eslint/no-non-null-assertion return new DataFrame({0: this._col}).toArrow().getChildAt<T>(0)!; } /** * Generate an ordering that sorts the Series in a specified way. * * @param ascending whether to sort ascending (true) or descending (false) * @param null_order whether nulls should sort before or after other values * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @returns Series containting the permutation indices for the desired sort order * * @example * ```typescript * import {Series, NullOrder} from '@rapidsai/cudf'; * * // Float64Series * Series.new([50, 40, 30, 20, 10, 0]).orderBy(false) // [0, 1, 2, 3, 4, 5] * Series.new([50, 40, 30, 20, 10, 0]).orderBy(true) // [5, 4, 3, 2, 1, 0] * * // StringSeries * Series.new(["a", "b", "c", "d", "e"]).orderBy(false) // [4, 3, 2, 1, 0] * Series.new(["a", "b", "c", "d", "e"]).orderBy(true) // [0, 1, 2, 3, 4] * * // Bool8Series * Series.new([true, false, true, true, false]).orderBy(true) // [1, 4, 0, 2, 3] * Series.new([true, false, true, true, false]).orderBy(false) // [0, 2, 3, 1, 4] * * // NullOrder usage * Series.new([50, 40, 30, 20, 10, null]).orderBy(false, 'before') // [0, 1, 2, 3, 4, 5] * Series.new([50, 40, 30, 20, 10, null]).orderBy(false, 'after') // [5, 0, 1, 2, 3, 4] * ``` */ orderBy(ascending = true, null_order: keyof typeof NullOrder = 'after', memoryResource?: MemoryResource) { return Series.new(new Table({ columns: [this._col] }).orderBy([ascending], [null_order === 'before'], memoryResource)); } /** * Generate a new Series that is sorted in a specified way. * * @param ascending whether to sort ascending (true) or descending (false) * Default: true * @param null_order whether nulls should sort before or after other values * Default: before * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @returns Sorted values * * @example * ```typescript * import {Series, NullOrder} from '@rapidsai/cudf'; * * // Float64Series * Series.new([50, 40, 30, 20, 10, 0]).sortValues(false) // [50, 40, 30, 20, 10, 0] * Series.new([50, 40, 30, 20, 10, 0]).sortValues(true) // [0, 10, 20, 30, 40, 50] * * // StringSeries * Series.new(["a", "b", "c", "d", "e"]).sortValues(false) // ["e", "d", "c", "b", "a"] * Series.new(["a", "b", "c", "d", "e"]).sortValues(true) // ["a", "b", "c", "d", "e"] * * // Bool8Series * Series.new([true, false, true, true, false]).sortValues(true) // [false, false, true, * true, true] Series.new([true, false, true, true, false]).sortValues(false) // [true, * true, true, false, false] * * // NullOrder usage * Series.new([50, 40, 30, 20, 10, null]).sortValues(false, 'before') // [50, 40, 30, 20, * 10, null] * * Series.new([50, 40, 30, 20, 10, null]).sortValues(false, 'after') // [null, 50, 40, 30, * 20, 10] * ``` */ sortValues(ascending = true, null_order: keyof typeof NullOrder = 'after', memoryResource?: MemoryResource): Series<T> { return this.gather(this.orderBy(ascending, null_order), false, memoryResource); } /** * Creates a Series of `BOOL8` elements where `true` indicates the value is null and `false` * indicates the value is valid. * * @param memoryResource Memory resource used to allocate the result Column's device memory. * @returns A non-nullable Series of `BOOL8` elements with `true` representing `null` * values. * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, null, 3]).isNull() // [false, true, false] * // StringSeries * Series.new(["foo", "bar", null]).isNull() // [false, false, true] * // Bool8Series * Series.new([true, true, null]).isNull() // [false, false, true] * ``` */ isNull(memoryResource?: MemoryResource) { return Series.new(this._col.isNull(memoryResource)); } /** * Creates a Series of `BOOL8` elements where `true` indicates the value is valid and * `false` indicates the value is null. * * @param memoryResource Memory resource used to allocate the result Column's device memory. * @returns A non-nullable Series of `BOOL8` elements with `false` representing `null` * values. * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, null, 3]).isNotNull() // [true, false, true] * // StringSeries * Series.new(["foo", "bar", null]).isNotNull() // [true, true, false] * // Bool8Series * Series.new([true, true, null]).isNotNull() // [true, true, false] * ``` */ isNotNull(memoryResource?: MemoryResource) { return Series.new(this._col.isValid(memoryResource)); } /** * drop Null values from the series * @param memoryResource Memory resource used to allocate the result Column's device memory. * @returns series without Null values * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([1, undefined, 3]).dropNulls() // [1, 3] * Series.new([1, null, 3]).dropNulls() // [1, 3] * Series.new([1, , 3]).dropNulls() // [1, 3] * * // StringSeries * Series.new(["foo", "bar", undefined]).dropNulls() // ["foo", "bar"] * Series.new(["foo", "bar", null]).dropNulls() // ["foo", "bar"] * Series.new(["foo", "bar", ,]).dropNulls() // ["foo", "bar"] * * // Bool8Series * Series.new([true, true, undefined]).dropNulls() // [true, true] * Series.new([true, true, null]).dropNulls() // [true, true] * Series.new([true, true, ,]).dropNulls() // [true, true] * ``` */ dropNulls(memoryResource?: MemoryResource): Series<T> { return this.__construct(this._col.dropNulls(memoryResource)); } /** * @summary Hook for specialized Series to override when constructing from a C++ Column. */ protected __construct(col: Column<T>): Series<T> { return Series.new(Object.assign(col, {type: transferFields(this.type, col.type)})); } /** * Returns an object with keys "value" and "count" whose respective values are new Series * containing the unique values in the original series and the number of times they occur * in the original series. * @returns object with keys "value" and "count" */ valueCounts(): {count: Int32Series, value: Series<T>} { const df = new DataFrame({count: this, value: this}).groupBy({by: 'value'}).count(); return { count: df.get('count'), value: df.get('value'), }; } /** * Returns a new Series with only the unique values that were found in the original * * @param nullsEqual Determines whether nulls are handled as equal values. * @param memoryResource Memory resource used to allocate the result Column's device memory. * @returns series without duplicate values * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([null, null, 1, 2, 3, 3]).unique(true) // [null, 1, 2, 3] * Series.new([null, null, 1, 2, 3, 3]).unique(false) // [null, null, 1, 2, 3] * ``` */ unique(nullsEqual = true, memoryResource?: MemoryResource) { return this.dropDuplicates(true, nullsEqual, true, memoryResource); } /** * Returns a new Series with duplicate values from the original removed * * @param keep Determines whether or not to keep the duplicate items. * @param nullsEqual Determines whether nulls are handled as equal values. * @param nullsFirst Determines whether null values are inserted before or after non-null * values. * @param memoryResource Memory resource used to allocate the result Column's device memory. * @returns series without duplicate values * * @example * ```typescript * import {Series} from '@rapidsai/cudf'; * * // Float64Series * Series.new([4, null, 1, 2, null, 3, 4]).dropDuplicates( * true, * true, * true * ) // [null, 1, 2, 3, 4] * * Series.new([4, null, 1, 2, null, 3, 4]).dropDuplicates( * false, * true, * true * ) // [1, 2, 3] * ``` */ dropDuplicates(keep = true, nullsEqual = true, nullsFirst = true, memoryResource?: MemoryResource) { return new DataFrame({0: this}) .dropDuplicates(keep ? 'first' : 'none', nullsEqual, nullsFirst, ['0'], memoryResource) .get('0'); } } // eslint-disable-next-line @typescript-eslint/no-redeclare export const Series = AbstractSeries; import {Bool8Series} from './series/bool'; import {CategoricalSeries} from './series/categorical'; import {Float32Series, Float64Series} from './series/float'; import { Int8Series, Int16Series, Int32Series, Uint8Series, Uint16Series, Uint32Series, Int64Series, Uint64Series } from './series/integral'; import {StringSeries} from './series/string'; import {ListSeries} from './series/list'; import {StructSeries} from './series/struct'; import { TimestampDaySeries, TimestampMicrosecondSeries, TimestampMillisecondSeries, TimestampNanosecondSeries, TimestampSecondSeries } from './series/timestamp'; export { Bool8Series, Float32Series, Float64Series, Int8Series, Int16Series, Int32Series, Uint8Series, Uint16Series, Uint32Series, Int64Series, Uint64Series, StringSeries, ListSeries, StructSeries, }; function inferType(value: any[]): DataType { if (value.length === 0) { return new Float64; } let nullsCount = 0; let arraysCount = 0; let objectsCount = 0; let numbersCount = 0; let stringsCount = 0; let bigintsCount = 0; let booleansCount = 0; let datesCount = 0; value.forEach((val) => { if (val == null) { return ++nullsCount; } switch (typeof val) { case 'bigint': return ++bigintsCount; case 'boolean': return ++booleansCount; case 'number': return ++numbersCount; case 'string': return ++stringsCount; case 'object': if (Array.isArray(val)) { return ++arraysCount; } else if (Object.prototype.toString.call(val) === '[object Date]') { return ++datesCount; } else { return ++objectsCount; } } throw new TypeError( 'Unable to infer Series type from input values, explicit type declaration expected'); }); if (numbersCount + nullsCount === value.length) { return new Float64; } else if (stringsCount + nullsCount === value.length) { return new Utf8String; } else if (bigintsCount + nullsCount === value.length) { return new Int64; } else if (booleansCount + nullsCount === value.length) { return new Bool8; } else if (datesCount + nullsCount === value.length) { return new TimestampMillisecond; } else if (arraysCount + nullsCount === value.length) { const childType = inferType(value[value.findIndex((ary) => ary != null)]); if (value.every((ary) => ary == null || compareTypes(childType, inferType(ary)))) { return new List(new arrow.Field('', childType)); } } else if (objectsCount + nullsCount === value.length) { const fields = new Map<string, arrow.Field>(); value.forEach((val) => { Object.keys(val).forEach((key) => { if (!fields.has(key)) { // use the type inferred for the first instance of a found key fields.set(key, new arrow.Field(key, inferType([val[key]]), true)); } }); }, {}); return new Struct<any>([...fields.values()]); } throw new TypeError( 'Unable to infer Series type from input values, explicit type declaration expected'); } const arrayToDtype = (value: any[]|MemoryView|ArrayBufferView) => { switch (value.constructor) { case Int8Array: return new Int8; case Int8Buffer: return new Int8; case Int16Array: return new Int16; case Int16Buffer: return new Int16; case Int32Array: return new Int32; case Int32Buffer: return new Int32; case BigInt64Array: return new Int64; case Int64Buffer: return new Int64; case Uint8Array: return new Uint8; case Uint8Buffer: return new Uint8; case Uint8ClampedArray: return new Uint8; case Uint8ClampedBuffer: return new Uint8; case Uint16Array: return new Uint16; case Uint16Buffer: return new Uint16; case Uint32Array: return new Uint32; case Uint32Buffer: return new Uint32; case BigUint64Array: return new Uint64; case Uint64Buffer: return new Uint64; case Float32Array: return new Float32; case Float32Buffer: return new Float32; case Float64Array: return new Float64; case Float64Buffer: return new Float64; default: return inferType(value as any[]); } }; function asColumn(value: Int8Array|Int8Buffer): Column<Int8>; function asColumn(value: Int16Array|Int16Buffer): Column<Int16>; function asColumn(value: Int32Array|Int32Buffer): Column<Int32>; function asColumn(value: BigInt64Array|Int64Buffer): Column<Int64>; function asColumn(value: Uint8Array|Uint8Buffer): Column<Uint8>; function asColumn(value: Uint8ClampedArray|Uint8ClampedBuffer): Column<Uint8>; function asColumn(value: Uint16Array|Uint16Buffer): Column<Uint16>; function asColumn(value: Uint32Array|Uint32Buffer): Column<Uint32>; function asColumn(value: BigUint64Array|Uint64Buffer): Column<Uint64>; function asColumn(value: Float32Array|Float32Buffer): Column<Float32>; function asColumn(value: Float64Array|Float64Buffer): Column<Float64>; function asColumn<T extends DataType>(value: AbstractSeries<T>|SeriesProps<T> // |Column<T>|arrow.Vector<T> // |(string | null | undefined)[] // |(number | null | undefined)[] // |(bigint | null | undefined)[] // |(boolean | null | undefined)[] // |(Date | null | undefined)[] // |(string | null | undefined)[][] // |(number | null | undefined)[][] // |(bigint | null | undefined)[][] // |(boolean | null | undefined)[][] // |(Date | null | undefined)[][]): Column<T>; function asColumn<T extends DataType>(value: any) { if (!value) { value = []; } // Return early if it's already a Series if (value instanceof AbstractSeries) { return value._col; } // Return early if it's already a Column if (value instanceof Column) { return value as Column<T>; } // If Array/Vector/TypedArray/MemoryView, wrap in a ColumnProps if (value instanceof arrow.Vector) { value = {data: value}; } else if (Array.isArray(value) || // ArrayBuffer.isView(value) || // value instanceof MemoryView) { value = {data: value, type: arrayToDtype(value)}; } let {data, offset} = value; if (typeof data !== 'object') { data = undefined; } else { // Use C++ Arrow-to-cuDF conversion if `data` is an Arrow Vector if (data instanceof arrow.Vector) { // Slice `offset` before converting it to a Column return fromArrow<T>(typeof offset !== 'number' ? data : data.slice(offset)); } // If `data` is an Array, convert it to a Vector and use C++ Arrow-to-cuDF conversion if (Array.isArray(data)) { return fromArrow<T>(arrow.vectorFromArray( typeof offset !== 'number' ? data : data.slice(offset), value.type ?? inferType(data))); } // If `data.buffer` is a ArrayBuffer, copy it to a DeviceBuffer if (ArrayBuffer.isView(value) || (data.buffer instanceof ArrayBuffer)) { if (typeof data.length === 'number') { value.length = data.length; } data = new DeviceBuffer(typeof offset !== 'number' ? data : data.subarray(offset)); offset = 0; } // If `data.buffer` is a DeviceBuffer, propagate its `byteOffset` to ColumnProps else if (data.buffer instanceof DeviceBuffer) { if (typeof data.length === 'number') { value.length = data.length; } offset = (typeof offset !== 'number' ? 0 : offset) + (data.byteOffset / data.BYTES_PER_ELEMENT); } } return new Column<T>({...value, data, offset, children: value.children?.map(asColumn)}); } const columnToSeries = (() => { interface ColumnToSeriesVisitor extends arrow.Visitor { visit<T extends DataType>(column: Column<T>): Series<T>; visitMany<T extends DataType>(columns: Column<T>[]): Series<T>[]; getVisitFn<T extends DataType>(column: Column<T>): (column: Column<T>) => Series<T>; } /* eslint-disable @typescript-eslint/no-unused-vars */ class ColumnToSeriesVisitor extends arrow.Visitor { public visit<T extends DataType>(col: Column<T>): Series<T> { for (let i = -1, n = col.numChildren; ++i < n;) { // Visit each child to ensure concrete dtypes this.visit(col.getChild(i)); } return super.visit(col); } public getVisitFn<T extends DataType>(column: Column<T>): (column: Column<T>) => Series<T> { let {type} = column; if (!(type instanceof arrow.DataType)) { type = {...(<any>type), __proto__: arrow.DataType.prototype}; } return super.getVisitFn(type); } public visitBool<T extends Bool8>(col: Column<T>) { return new (<any>Bool8Series)(Object.assign(col, {type: new Bool8})); } public visitInt8<T extends Int8>(col: Column<T>) { return new (<any>Int8Series)(Object.assign(col, {type: new Int8})); } public visitInt16<T extends Int16>(col: Column<T>) { return new (<any>Int16Series)(Object.assign(col, {type: new Int16})); } public visitInt32<T extends Int32>(col: Column<T>) { return new (<any>Int32Series)(Object.assign(col, {type: new Int32})); } public visitInt64<T extends Int64>(col: Column<T>) { return new (<any>Int64Series)(Object.assign(col, {type: new Int64})); } public visitUint8<T extends Uint8>(col: Column<T>) { return new (<any>Uint8Series)(Object.assign(col, {type: new Uint8})); } public visitUint16<T extends Uint16>(col: Column<T>) { return new (<any>Uint16Series)(Object.assign(col, {type: new Uint16})); } public visitUint32<T extends Uint32>(col: Column<T>) { return new (<any>Uint32Series)(Object.assign(col, {type: new Uint32})); } public visitUint64<T extends Uint64>(col: Column<T>) { return new (<any>Uint64Series)(Object.assign(col, {type: new Uint64})); } public visitFloat32<T extends Float32>(col: Column<T>) { return new (<any>Float32Series)(Object.assign(col, {type: new Float32})); } public visitFloat64<T extends Float64>(col: Column<T>) { return new (<any>Float64Series)(Object.assign(col, {type: new Float64})); } public visitUtf8<T extends Utf8String>(col: Column<T>) { return new (<any>StringSeries)(Object.assign(col, {type: new Utf8String})); } public visitDateDay<T extends TimestampDay>(col: Column<T>) { return new (<any>TimestampDaySeries)(Object.assign(col, {type: new TimestampDay})); } public visitDateMillisecond<T extends TimestampMillisecond>(col: Column<T>) { return new (<any>TimestampMillisecondSeries)( Object.assign(col, {type: new TimestampMillisecond})); } public visitTimestampSecond<T extends TimestampSecond>(col: Column<T>) { return new (<any>TimestampSecondSeries)(Object.assign(col, {type: new TimestampSecond})); } public visitTimestampMillisecond<T extends TimestampMillisecond>(col: Column<T>) { return new (<any>TimestampMillisecondSeries)( Object.assign(col, {type: new TimestampMillisecond})); } public visitTimestampMicrosecond<T extends TimestampMicrosecond>(col: Column<T>) { return new (<any>TimestampMicrosecondSeries)( Object.assign(col, {type: new TimestampMicrosecond})); } public visitTimestampNanosecond<T extends TimestampNanosecond>(col: Column<T>) { return new (<any>TimestampNanosecondSeries)( Object.assign(col, {type: new TimestampNanosecond})); } public visitList<T extends List>(col: Column<T>) { const {type, nullable} = col.getChild(1); // elements const {name, metadata} = col.type.children[0]; const childField = arrow.Field.new({name, type, nullable, metadata}); return new (<any>ListSeries)(Object.assign(col, {type: new List(childField)})); } public visitStruct<T extends Struct>(col: Column<T>) { const childFields = col.type.children.map(({name, metadata}, i) => { const {type, nullable} = col.getChild(i); return arrow.Field.new({name, type, nullable, metadata}); }); return new (<any>StructSeries)(Object.assign(col, {type: new Struct(childFields)})); } public visitDictionary<T extends Categorical>(col: Column<T>) { const {id, isOrdered} = col.type; const {type: dictionary} = col.getChild(1); // categories return new (<any>CategoricalSeries)( Object.assign(col, {type: new Categorical(dictionary, id, isOrdered)})); } // clang-format off // public visitBinary <T extends Binary>(col: Column<T>) { return new (BinarySeries as any)(col); } // public visitFixedSizeBinary <T extends FixedSizeBinary>(col: Column<T>) { return new (FixedSizeBinarySeries as any)(col); } // public visitTimeSecond <T extends TimeSecond>(col: Column<T>) { return new (TimeSecondSeries as any)(col); } // public visitTimeMillisecond <T extends TimeMillisecond>(col: Column<T>) { return new (TimeMillisecondSeries as any)(col); } // public visitTimeMicrosecond <T extends TimeMicrosecond>(col: Column<T>) { return new (TimeMicrosecondSeries as any)(col); } // public visitTimeNanosecond <T extends TimeNanosecond>(col: Column<T>) { return new (TimeNanosecondSeries as any)(col); } // public visitDecimal <T extends Decimal>(col: Column<T>) { return new (DecimalSeries as any)(col); } // public visitDenseUnion <T extends DenseUnion>(col: Column<T>) { return new (DenseUnionSeries as any)(col); } // public visitSparseUnion <T extends SparseUnion>(col: Column<T>) { return new (SparseUnionSeries as any)(col); } // public visitIntervalDayTime <T extends IntervalDayTime>(col: Column<T>) { return new (IntervalDayTimeSeries as any)(col); } // public visitIntervalYearMonth <T extends IntervalYearMonth>(col: Column<T>) { return new (IntervalYearMonthSeries as any)(col); } // public visitFixedSizeList <T extends FixedSizeList>(col: Column<T>) { return new (FixedSizeListSeries as any)(col); } // public visitMap <T extends Map>(col: Column<T>) { return new (MapSeries as any)(col); } // clang-format on } /* eslint-enable @typescript-eslint/no-unused-vars */ const visitor = new ColumnToSeriesVisitor(); return function columnToSeries<T extends DataType>(column: Column<T>) { return visitor.visit(column); }; })(); function _nLargestOrSmallest<T extends DataType>( series: Series<T>, ascending: boolean, n: number, keep: keyof typeof DuplicateKeepOption): Series { if (keep == 'first') { return series.sortValues(!ascending).head(n < 0 ? 0 : n); } else if (keep == 'last') { return n <= 0 ? Series.new({type: series.type, data: new Array(0)}) : series.sortValues(ascending).tail(n).reverse(); } else { throw new TypeError('keep must be either "first" or "last"'); } } function transferFields<T extends DataType>(lhs: T, rhs: T) { const {children: lhsFields} = lhs; const {children: rhsFields} = rhs; if (lhsFields && rhsFields && lhsFields.length && rhsFields.length) { lhsFields.forEach(({name, type, nullable, metadata}, i) => { rhsFields[i] = arrow.Field.new({ name, nullable, metadata, type: transferFields(type, rhsFields[i].type), }); }); } return rhs; }
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/groupby.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import {MemoryResource} from '@rapidsai/rmm'; import * as CUDF from './addon'; import {Column} from './column'; import {Table} from './table'; import {NullOrder} from './types/enums'; export {GroupByMultiple, GroupByMultipleProps} from './groupby/multiple'; export {GroupBySingle, GroupBySingleProps} from './groupby/single'; export interface GroupByBaseProps { include_nulls?: boolean; keys_are_sorted?: boolean; column_order?: boolean[]; null_precedence?: NullOrder[]; } export interface GroupByProps extends GroupByBaseProps { keys: Table; } export interface GroupByConstructor { readonly prototype: GroupBy; new(props: GroupByProps): GroupBy; } export interface GroupBy { _getGroups(values?: Table, memoryResource?: MemoryResource): // {keys: Table, offsets: Int32Array, values?: Table}; _argmax(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _argmin(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _count(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _max(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _mean(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _median(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _min(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _nth(values: Table, memoryResource?: MemoryResource, n?: number, include_nulls?: boolean): {keys: Table, cols: Column[]}; _nunique(values: Table, memoryResource?: MemoryResource, include_nulls?: boolean): {keys: Table, cols: Column[]}; _std(values: Table, memoryResource?: MemoryResource, ddof?: number): {keys: Table, cols: Column[]}; _sum(values: Table, memoryResource?: MemoryResource): // {keys: Table, cols: Column[]}; _var(values: Table, memoryResource?: MemoryResource, ddof?: number): {keys: Table, cols: Column[]}; _quantile(values: Table, memoryResource?: MemoryResource, q?: number, interpolation?: number): {keys: Table, cols: [Column]}; _collect_list(values: Table, memoryResource?: MemoryResource, include_nulls?: boolean): {keys: Table, cols: Column[]}; _collect_set(values: Table, memoryResource?: MemoryResource, include_nulls?: boolean, nulls_equal?: boolean, nans_equal?: boolean): // {keys: Table, cols: Column[]}; } // eslint-disable-next-line @typescript-eslint/no-redeclare export const GroupBy: GroupByConstructor = CUDF.GroupBy;
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/groupby.cpp
// Copyright (c) 2021-2022, NVIDIA CORPORATION. // // 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. #include <node_cudf/groupby.hpp> #include <node_cudf/table.hpp> #include <node_cudf/utilities/error.hpp> #include <node_cudf/utilities/napi_to_cpp.hpp> #include <cudf/groupby.hpp> #include <cudf/types.hpp> #include <node_cuda/utilities/error.hpp> #include <napi.h> namespace nv { // // Public API // Napi::Function GroupBy::Init(Napi::Env const& env, Napi::Object exports) { return DefineClass(env, "GroupBy", { InstanceMethod<&GroupBy::get_groups>("_getGroups"), // aggregations InstanceMethod<&GroupBy::argmax>("_argmax"), InstanceMethod<&GroupBy::argmin>("_argmin"), InstanceMethod<&GroupBy::count>("_count"), InstanceMethod<&GroupBy::max>("_max"), InstanceMethod<&GroupBy::mean>("_mean"), InstanceMethod<&GroupBy::median>("_median"), InstanceMethod<&GroupBy::min>("_min"), InstanceMethod<&GroupBy::nth>("_nth"), InstanceMethod<&GroupBy::nunique>("_nunique"), InstanceMethod<&GroupBy::std>("_std"), InstanceMethod<&GroupBy::sum>("_sum"), InstanceMethod<&GroupBy::var>("_var"), InstanceMethod<&GroupBy::quantile>("_quantile"), InstanceMethod<&GroupBy::collect_list>("_collect_list"), InstanceMethod<&GroupBy::collect_set>("_collect_set"), }); } GroupBy::wrapper_t GroupBy::New(Napi::Env const& env) { return EnvLocalObjectWrap<GroupBy>::New(env, {}); } GroupBy::GroupBy(CallbackArgs const& args) : EnvLocalObjectWrap<GroupBy>(args) { using namespace cudf; NapiToCPP::Object props = args[0]; NODE_CUDA_EXPECT(props.Has("keys"), "GroupBy constructor expects options to have a 'keys' field"); if (!Table::IsInstance(props.Get("keys"))) { NAPI_THROW(Napi::Error::New(args.Env(), "GroupBy constructor 'keys' field expects a Table.")); } Table::wrapper_t table = props.Get("keys").ToObject(); auto null_handling = null_policy::EXCLUDE; if (props.Has("include_nulls")) { null_handling = props.Get("include_nulls"); } auto keys_are_sorted = sorted::NO; if (props.Has("keys_are_sorted")) { keys_are_sorted = props.Get("keys_are_sorted"); } std::vector<order> column_order = props.Has("column_order") ? props.Get("column_order") : NapiToCPP{args.Env().Null()}; std::vector<null_order> null_precedence = props.Has("null_precedence") ? props.Get("null_precedence") : NapiToCPP{args.Env().Null()}; groupby_.reset(new groupby::groupby( table->view(), null_handling, keys_are_sorted, column_order, null_precedence)); } // // Private API // Napi::Value GroupBy::get_groups(Napi::CallbackInfo const& info) { auto values = info[0]; auto env = info.Env(); CallbackArgs args{info}; rmm::mr::device_memory_resource* mr = args[1]; cudf::table_view table{cudf::table{}}; if (Table::IsInstance(values)) { table = *Table::Unwrap(values.ToObject()); } auto groups = groupby_->get_groups(table, mr); auto result = Napi::Object::New(env); result.Set("keys", Table::New(env, std::move(groups.keys))); auto const& offsets = groups.offsets; result.Set("offsets", CPPToNapi(info)(std::make_tuple(offsets.data(), offsets.size()))); if (groups.values != nullptr) { // result.Set("values", Table::New(env, std::move(groups.values))); } return result; } Napi::Value GroupBy::argmax(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_argmax_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::argmin(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_argmin_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::count(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_count_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::max(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_max_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::mean(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_mean_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::median(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_median_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::min(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_min_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::nth(Napi::CallbackInfo const& info) { CallbackArgs args{info}; auto [values, mr] = _get_basic_args(info); cudf::size_type n = args[2]; auto include_nulls = info[3].ToBoolean() ? cudf::null_policy::INCLUDE : cudf::null_policy::EXCLUDE; return _single_aggregation(info, values, mr, [&]() { return cudf::make_nth_element_aggregation<cudf::groupby_aggregation>(n, include_nulls); }); } Napi::Value GroupBy::nunique(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); auto include_nulls = info[3].ToBoolean() ? cudf::null_policy::INCLUDE : cudf::null_policy::EXCLUDE; return _single_aggregation(info, values, mr, [&]() { return cudf::make_nunique_aggregation<cudf::groupby_aggregation>(include_nulls); }); } Napi::Value GroupBy::std(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); cudf::size_type ddof = info[3].IsNumber() ? info[3].ToNumber() : 1; return _single_aggregation(info, values, mr, [&]() { return cudf::make_std_aggregation<cudf::groupby_aggregation>(ddof); }); } Napi::Value GroupBy::sum(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); return _single_aggregation( info, values, mr, []() { return cudf::make_sum_aggregation<cudf::groupby_aggregation>(); }); } Napi::Value GroupBy::var(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); cudf::size_type ddof = info[3].IsNumber() ? info[3].ToNumber() : 1; return _single_aggregation(info, values, mr, [&]() { return cudf::make_variance_aggregation<cudf::groupby_aggregation>(ddof); }); } Napi::Value GroupBy::quantile(Napi::CallbackInfo const& info) { CallbackArgs args{info}; auto [values, mr] = _get_basic_args(info); std::vector<double> quantiles{args[2]}; cudf::interpolation interp = args[3]; return _single_aggregation(info, values, mr, [&]() { return cudf::make_quantile_aggregation<cudf::groupby_aggregation>(quantiles, interp); }); } Napi::Value GroupBy::collect_list(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); auto include_nulls = info[2].ToBoolean() ? cudf::null_policy::INCLUDE : cudf::null_policy::EXCLUDE; return _single_aggregation(info, values, mr, [&]() { return cudf::make_collect_list_aggregation<cudf::groupby_aggregation>(include_nulls); }); } Napi::Value GroupBy::collect_set(Napi::CallbackInfo const& info) { auto [values, mr] = _get_basic_args(info); auto include_nulls = info[2].ToBoolean() ? cudf::null_policy::INCLUDE : cudf::null_policy::EXCLUDE; auto nulls_equal = info[3].ToBoolean() ? cudf::null_equality::EQUAL : cudf::null_equality::UNEQUAL; auto nans_equal = info[4].ToBoolean() ? cudf::nan_equality::UNEQUAL : cudf::nan_equality::ALL_EQUAL; return _single_aggregation(info, values, mr, [&]() { return cudf::make_collect_set_aggregation<cudf::groupby_aggregation>( include_nulls, nulls_equal, nans_equal); }); } std::pair<Table::wrapper_t, rmm::mr::device_memory_resource*> GroupBy::_get_basic_args( Napi::CallbackInfo const& info) { CallbackArgs args{info}; auto values = args[0]; NODE_CUDA_EXPECT(Table::IsInstance(values), "aggregation expects to have a 'values' table"); return std::make_pair(values.ToObject(), args[1]); } template <typename MakeAggregation> Napi::Value GroupBy::_single_aggregation(Napi::CallbackInfo const& info, Table::wrapper_t const& values_table, rmm::mr::device_memory_resource* const mr, MakeAggregation const& make_aggregation) { auto env = info.Env(); std::vector<cudf::groupby::aggregation_request> requests; requests.reserve(values_table->num_columns()); for (cudf::size_type i = 0; i < values_table->num_columns(); ++i) { auto request = cudf::groupby::aggregation_request(); request.values = values_table->get_column(i).view(); request.aggregations.push_back(std::move(make_aggregation())); requests.push_back(std::move(request)); } std::pair<std::unique_ptr<cudf::table>, std::vector<cudf::groupby::aggregation_result>> result; try { result = groupby_->aggregate(requests, mr); } catch (std::exception const& e) { throw Napi::Error::New(Env(), e.what()); } auto result_keys = Table::New(env, std::move(result.first)); auto result_cols = Napi::Array::New(env, result.second.size()); for (size_t i = 0; i < result.second.size(); ++i) { result_cols.Set(i, Column::New(env, std::move(result.second[i].results[0]))->Value()); } auto obj = Napi::Object::New(env); obj.Set("keys", result_keys); obj.Set("cols", result_cols); return obj; } } // namespace nv
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/scope.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. import {DeviceBuffer} from '@rapidsai/rmm'; import {Column} from './column'; import {DataFrame} from './data_frame'; import {Series} from './series'; import {Table} from './table'; type Resource = DataFrame|Series|Column|Table|DeviceBuffer; export class Disposer { private currentScopeId = -1; private trackedResources: Resource[][] = []; private ingoredResources: Resource[][] = []; add(value: Resource) { const {currentScopeId} = this; if (currentScopeId > -1) { this.trackedResources[currentScopeId].push(value); } } enter(doNotDispose: Resource[]) { this.ingoredResources.push(doNotDispose); this.currentScopeId = this.trackedResources.push([]) - 1; return this; } exit(result: any) { if (this.currentScopeId > -1) { this.currentScopeId -= 1; const flatten = (xs: Resource[]) => flattenDeviceBuffers(xs); // eslint-disable-next-line @typescript-eslint/no-non-null-assertion const test = new Set(flatten(this.trackedResources.pop()!)); const keep = new Set(flatten([ result, // eslint-disable-next-line @typescript-eslint/no-non-null-assertion ...this.ingoredResources.pop()!, ...this.ingoredResources.flat(1), ...this.trackedResources.flat(1), ])); for (const buf of test) { if (!keep.has(buf)) { buf.dispose(); } } } return result; } } export const DISPOSER = new Disposer(); export function scope<T extends Resource, F extends(() => T | Promise<T>)>( cb: F, doNotDispose: Resource[] = []) { DISPOSER.enter(doNotDispose); const result = cb(); if (result instanceof Promise) { // return result.then((x) => DISPOSER.exit(x)) as ReturnType<F>; } return DISPOSER.exit(result) as ReturnType<F>; } function flattenDeviceBuffers(input: Resource|null|undefined, visited = new Set): DeviceBuffer[] { if (!input) { return []; } if (input instanceof DeviceBuffer) { return [input]; } if (input instanceof Series) { return flattenDeviceBuffers(input._col, visited); } if (input instanceof DataFrame) { return flattenDeviceBuffers(input.asTable(), visited); } if (Array.isArray(input)) { return input.flatMap((x) => flattenDeviceBuffers(x, visited)); } if (input instanceof Column) { let bufs = [input.data, input.mask]; for (let i = -1; ++i < input.numChildren;) { bufs = bufs.concat(flattenDeviceBuffers(input.getChild(i), visited)); } return bufs; } if (input instanceof Table) { let bufs: DeviceBuffer[] = []; for (let i = -1; ++i < input.numColumns;) { bufs = bufs.concat(flattenDeviceBuffers(input.getColumnByIndex(i), visited)); } return bufs; } if (typeof input === 'object' && !visited.has(input)) { return flattenDeviceBuffers(Object.values(input), visited); } return []; }
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/column.cpp
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. #include <node_cudf/column.hpp> #include <node_cudf/utilities/buffer.hpp> #include <node_cudf/utilities/cpp_to_napi.hpp> #include <node_cudf/utilities/dtypes.hpp> #include <cudf/detail/null_mask.hpp> #include <cudf/detail/nvtx/ranges.hpp> namespace nv { Napi::Function Column::Init(Napi::Env const& env, Napi::Object exports) { return DefineClass(env, "Column", { InstanceAccessor<&Column::type, &Column::type>("type"), InstanceAccessor<&Column::data>("data"), InstanceAccessor<&Column::null_mask>("mask"), InstanceAccessor<&Column::disposed>("disposed"), InstanceAccessor<&Column::offset>("offset"), InstanceAccessor<&Column::size>("length"), InstanceAccessor<&Column::has_nulls>("hasNulls"), InstanceAccessor<&Column::null_count>("nullCount"), InstanceAccessor<&Column::is_nullable>("nullable"), InstanceAccessor<&Column::num_children>("numChildren"), InstanceMethod<&Column::dispose>("dispose"), InstanceMethod<&Column::get_child>("getChild"), InstanceMethod<&Column::get_value>("getValue"), InstanceMethod<&Column::set_null_mask>("setNullMask"), InstanceMethod<&Column::set_null_count>("setNullCount"), // column/copying.cpp InstanceMethod<&Column::gather>("gather"), InstanceMethod<&Column::apply_boolean_mask>("applyBooleanMask"), InstanceMethod<&Column::copy>("copy"), // column/filling.cpp InstanceMethod<&Column::fill>("fill"), InstanceMethod<&Column::fill_in_place>("fillInPlace"), // column/binaryop.cpp InstanceMethod<&Column::add>("add"), InstanceMethod<&Column::sub>("sub"), InstanceMethod<&Column::mul>("mul"), InstanceMethod<&Column::div>("div"), InstanceMethod<&Column::true_div>("trueDiv"), InstanceMethod<&Column::floor_div>("floorDiv"), InstanceMethod<&Column::mod>("mod"), InstanceMethod<&Column::pow>("pow"), InstanceMethod<&Column::eq>("eq"), InstanceMethod<&Column::ne>("ne"), InstanceMethod<&Column::lt>("lt"), InstanceMethod<&Column::gt>("gt"), InstanceMethod<&Column::le>("le"), InstanceMethod<&Column::ge>("ge"), InstanceMethod<&Column::bitwise_and>("bitwiseAnd"), InstanceMethod<&Column::bitwise_or>("bitwiseOr"), InstanceMethod<&Column::bitwise_xor>("bitwiseXor"), InstanceMethod<&Column::logical_and>("logicalAnd"), InstanceMethod<&Column::logical_or>("logicalOr"), InstanceMethod<&Column::shift_left>("shiftLeft"), InstanceMethod<&Column::shift_right>("shiftRight"), InstanceMethod<&Column::shift_right_unsigned>("shiftRightUnsigned"), InstanceMethod<&Column::log_base>("logBase"), InstanceMethod<&Column::atan2>("atan2"), InstanceMethod<&Column::null_equals>("nullEquals"), InstanceMethod<&Column::null_max>("nullMax"), InstanceMethod<&Column::null_min>("nullMin"), // column/concatenate.cpp InstanceMethod<&Column::concat>("concat"), // column/stream_compaction.cpp InstanceMethod<&Column::drop_nulls>("dropNulls"), InstanceMethod<&Column::drop_nans>("dropNans"), // column/filling.cpp StaticMethod<&Column::sequence>("sequence"), // column/transform.cpp InstanceMethod<&Column::bools_to_mask>("boolsToMask"), InstanceMethod<&Column::nans_to_nulls>("nansToNulls"), // column/reduction.cpp InstanceMethod<&Column::min>("min"), InstanceMethod<&Column::max>("max"), InstanceMethod<&Column::minmax>("minmax"), InstanceMethod<&Column::sum>("sum"), InstanceMethod<&Column::product>("product"), InstanceMethod<&Column::any>("any"), InstanceMethod<&Column::all>("all"), InstanceMethod<&Column::sum_of_squares>("sumOfSquares"), InstanceMethod<&Column::mean>("mean"), InstanceMethod<&Column::median>("median"), InstanceMethod<&Column::nunique>("nunique"), InstanceMethod<&Column::variance>("var"), InstanceMethod<&Column::std>("std"), InstanceMethod<&Column::quantile>("quantile"), InstanceMethod<&Column::cumulative_max>("cumulativeMax"), InstanceMethod<&Column::cumulative_min>("cumulativeMin"), InstanceMethod<&Column::cumulative_product>("cumulativeProduct"), InstanceMethod<&Column::cumulative_sum>("cumulativeSum"), // column/replacement.cpp InstanceMethod<&Column::replace_nulls>("replaceNulls"), InstanceMethod<&Column::replace_nans>("replaceNaNs"), // column/unaryop.cpp InstanceMethod<&Column::cast>("cast"), InstanceMethod<&Column::is_null>("isNull"), InstanceMethod<&Column::is_valid>("isValid"), InstanceMethod<&Column::is_nan>("isNaN"), InstanceMethod<&Column::is_not_nan>("isNotNaN"), InstanceMethod<&Column::sin>("sin"), InstanceMethod<&Column::cos>("cos"), InstanceMethod<&Column::tan>("tan"), InstanceMethod<&Column::arcsin>("asin"), InstanceMethod<&Column::arccos>("acos"), InstanceMethod<&Column::arctan>("atan"), InstanceMethod<&Column::sinh>("sinh"), InstanceMethod<&Column::cosh>("cosh"), InstanceMethod<&Column::tanh>("tanh"), InstanceMethod<&Column::arcsinh>("asinh"), InstanceMethod<&Column::arccosh>("acosh"), InstanceMethod<&Column::arctanh>("atanh"), InstanceMethod<&Column::exp>("exp"), InstanceMethod<&Column::log>("log"), InstanceMethod<&Column::sqrt>("sqrt"), InstanceMethod<&Column::cbrt>("cbrt"), InstanceMethod<&Column::ceil>("ceil"), InstanceMethod<&Column::floor>("floor"), InstanceMethod<&Column::abs>("abs"), InstanceMethod<&Column::rint>("rint"), InstanceMethod<&Column::bit_invert>("bitInvert"), InstanceMethod<&Column::unary_not>("not"), // column/strings/attributes.cpp InstanceMethod<&Column::count_bytes>("countBytes"), InstanceMethod<&Column::count_characters>("countCharacters"), // column/strings/combine.cpp StaticMethod<&Column::concatenate>("concatenate"), // column/strings/contains.cpp InstanceMethod<&Column::contains_re>("containsRe"), InstanceMethod<&Column::count_re>("countRe"), InstanceMethod<&Column::matches_re>("matchesRe"), // column/strings/json.cpp InstanceMethod<&Column::get_json_object>("getJSONObject"), // io/text/multibyte_split.cpp StaticMethod<&Column::read_text>("readText"), InstanceMethod<&Column::split>("split"), // column/strings/padding.cpp InstanceMethod<&Column::pad>("pad"), InstanceMethod<&Column::zfill>("zfill"), // column/strings/replace_re.cpp InstanceMethod<&Column::string_partition>("partitionStrings"), // column/strings/replace_re.cpp InstanceMethod<&Column::replace_re>("replaceRe"), // column/strings/replace.cpp InstanceMethod<&Column::replace_slice>("replaceSlice"), // column/convert.cpp InstanceMethod<&Column::strings_from_lists>("stringsFromLists"), InstanceMethod<&Column::strings_from_booleans>("stringsFromBooleans"), InstanceMethod<&Column::strings_to_booleans>("stringsToBooleans"), InstanceMethod<&Column::string_is_timestamp>("stringIsTimestamp"), InstanceMethod<&Column::strings_from_timestamps>("stringsFromTimestamps"), InstanceMethod<&Column::strings_to_timestamps>("stringsToTimestamps"), InstanceMethod<&Column::string_is_float>("stringIsFloat"), InstanceMethod<&Column::strings_from_floats>("stringsFromFloats"), InstanceMethod<&Column::strings_to_floats>("stringsToFloats"), InstanceMethod<&Column::string_is_integer>("stringIsInteger"), InstanceMethod<&Column::strings_from_integers>("stringsFromIntegers"), InstanceMethod<&Column::strings_to_integers>("stringsToIntegers"), InstanceMethod<&Column::string_is_hex>("stringIsHex"), InstanceMethod<&Column::hex_from_integers>("hexFromIntegers"), InstanceMethod<&Column::hex_to_integers>("hexToIntegers"), InstanceMethod<&Column::string_is_ipv4>("stringIsIpv4"), InstanceMethod<&Column::ipv4_from_integers>("ipv4FromIntegers"), InstanceMethod<&Column::ipv4_to_integers>("ipv4ToIntegers"), }); } Column::wrapper_t Column::New(Napi::Env const& env, std::unique_ptr<cudf::column> column) { auto props = Napi::Object::New(env); props.Set("offset", 0); props.Set("length", column->size()); props.Set("nullCount", column->null_count()); auto type = column->type(); auto contents = column->release(); auto data = std::move(contents.data); auto mask = std::move(contents.null_mask); auto children = std::move(contents.children); props.Set("children", [&]() { auto ary = Napi::Array::New(env, children.size()); for (size_t i = 0; i < children.size(); ++i) { // ary.Set(i, New(env, std::move(children.at(i)))); } return ary; }()); props.Set("type", column_to_arrow_type(env, type, props.Get("children").As<Napi::Array>())); props.Set("data", DeviceBuffer::New(env, std::move(data))); props.Set("nullMask", DeviceBuffer::New(env, std::move(mask))); return EnvLocalObjectWrap<Column>::New(env, {props}); } Column::Column(CallbackArgs const& args) : EnvLocalObjectWrap<Column>(args) { auto env = args.Env(); NODE_CUDF_EXPECT(args[0].IsObject(), "Column constructor expects an Object of properties", env); NapiToCPP::Object props = args[0]; NODE_CUDF_EXPECT(props.Has("type") && props.Get("type").IsObject(), "Column constructor properties expects a DataType Object", env); offset_ = props.Has("offset") ? props.Get("offset") : 0; type_ = Napi::Persistent(props.Get("type").As<Napi::Object>()); auto mask = Column::IsInstance(props) ? props.Get("mask").As<Napi::Value>() : props.Has("nullMask") ? props.Get("nullMask").As<Napi::Value>() : env.Null(); auto has_length = props.Has("length") && props.Get("length").IsNumber(); switch (type().id()) { case cudf::type_id::INT8: case cudf::type_id::INT16: case cudf::type_id::INT32: case cudf::type_id::INT64: case cudf::type_id::UINT8: case cudf::type_id::UINT16: case cudf::type_id::UINT32: case cudf::type_id::UINT64: case cudf::type_id::FLOAT64: case cudf::type_id::FLOAT32: case cudf::type_id::BOOL8: case cudf::type_id::TIMESTAMP_DAYS: case cudf::type_id::TIMESTAMP_SECONDS: case cudf::type_id::TIMESTAMP_MILLISECONDS: case cudf::type_id::TIMESTAMP_MICROSECONDS: case cudf::type_id::TIMESTAMP_NANOSECONDS: { data_ = Napi::Persistent(data_to_devicebuffer(env, props.Get("data"), type())); size_ = has_length ? props.Get("length") : std::max(0, cudf::size_type(data_.Value()->size() / cudf::size_of(type())) - offset_); null_mask_ = Napi::Persistent(mask.IsNull() ? data_to_null_bitmask(env, props.Get("data"), size_) : mask_to_null_bitmask(env, mask, size_)); break; } case cudf::type_id::LIST: case cudf::type_id::STRING: case cudf::type_id::DICTIONARY32: { [&](Napi::Array const& children) { children_.reserve(children.Length()); for (uint32_t i = 0; i < children.Length(); ++i) { children_.push_back(Napi::Persistent(Column::wrapper_t{children.Get(i).ToObject()})); } }(props.Get("children").As<Napi::Array>()); data_ = Napi::Persistent(DeviceBuffer::New(env)); size_ = has_length ? props.Get("length") : std::max(0, (num_children() > 0 ? child(0)->size() - 1 : 0) - offset_); null_mask_ = Napi::Persistent(mask_to_null_bitmask(env, mask, size_)); break; } case cudf::type_id::STRUCT: { [&](Napi::Array const& children) { children_.reserve(children.Length()); for (uint32_t i = 0; i < children.Length(); ++i) { children_.push_back(Napi::Persistent(Column::wrapper_t{children.Get(i).ToObject()})); } }(props.Get("children").As<Napi::Array>()); data_ = Napi::Persistent(DeviceBuffer::New(env)); if (num_children() > 0) { size_ = has_length ? props.Get("length") : std::max(0, child(0)->size() - offset_); for (cudf::size_type i = 0; ++i < num_children();) { NODE_CUDF_EXPECT((child(i)->size() - offset_) == size_, "Struct column children must be the same size", env); } } null_mask_ = Napi::Persistent(mask_to_null_bitmask(env, mask, size_)); break; } default: break; } // size_ = props.Has("length") ? props.Get("length") : size_; set_null_count([&]() -> cudf::size_type { if (!nullable()) { return 0; } if (props.Has("nullCount")) { auto val = props.Get("nullCount"); if (val.IsNumber()) { return std::max(cudf::UNKNOWN_NULL_COUNT, val.ToNumber().Int32Value()); } if (val.IsBigInt()) { bool lossless{false}; return std::max(cudf::UNKNOWN_NULL_COUNT, static_cast<cudf::size_type>(val.As<Napi::BigInt>().Int64Value(&lossless))); } } return cudf::UNKNOWN_NULL_COUNT; }()); } void Column::Finalize(Napi::Env env) { // } void Column::dispose(Napi::Env env) { if (children_.size()) { for (auto& child : children_) { child.Value()->dispose(env); } children_.clear(); } if (!data_.IsEmpty() && offset_ == 0) { data_.Value()->dispose(env); } if (!null_mask_.IsEmpty() && offset_ == 0) { null_mask_.Value()->dispose(env); } data_.Reset(); null_mask_.Reset(); size_ = 0; offset_ = 0; null_count_ = 0; disposed_ = true; } void Column::dispose(Napi::CallbackInfo const& info) { dispose(info.Env()); } Napi::Value Column::disposed(Napi::CallbackInfo const& info) { auto disposed = disposed_; if (!disposed) { if (!data_.IsEmpty() && !data_.Value()->is_empty()) { disposed = false; } else if (!null_mask_.IsEmpty() && !null_mask_.Value()->is_empty()) { disposed = false; } else { disposed = children_.size() == 0 || std::all_of(children_.begin(), children_.end(), [&](auto const& child) { return child.Value()->disposed(info); }); } if (disposed) { dispose(info.Env()); } } return Napi::Value::From(info.Env(), disposed_); } // If the null count is known, return it. Else, compute and return it cudf::size_type Column::null_count() const { CUDF_FUNC_RANGE(); if (!nullable()) { null_count_ = 0; } else if (null_count_ <= cudf::UNKNOWN_NULL_COUNT) { try { null_count_ = cudf::detail::count_unset_bits(*null_mask(), 0, size_, rmm::cuda_stream_default); } catch (std::exception const& e) { null_count_ = cudf::UNKNOWN_NULL_COUNT; NAPI_THROW(Napi::Error::New(Env(), e.what())); } } return null_count_; } void Column::set_null_mask(Napi::Value const& new_null_mask, cudf::size_type new_null_count) { if (new_null_mask.IsNull() or new_null_mask.IsUndefined() or !new_null_mask.IsObject()) { null_mask_ = Napi::Persistent(DeviceBuffer::New(new_null_mask.Env())); set_null_count(new_null_count); } else { DeviceBuffer::wrapper_t new_mask = new_null_mask.ToObject(); if (new_null_count > 0) { NODE_CUDF_EXPECT(new_mask->size() >= cudf::bitmask_allocation_size_bytes(size_), "Column with null values must be nullable, and the null mask " "buffer size should match the size of the column.", Env()); } null_mask_ = Napi::Persistent(new_mask); set_null_count(new_null_count); } } void Column::set_null_count(cudf::size_type new_null_count) { NODE_CUDF_EXPECT(nullable() || new_null_count <= 0, "Invalid null count.", Env()); null_count_ = std::max(std::min(size_, new_null_count), cudf::UNKNOWN_NULL_COUNT); } cudf::column_view Column::view() const { auto const type = this->type(); auto const data = this->data(); auto const mask = this->null_mask(); // Create views of children std::vector<cudf::column_view> child_views; child_views.reserve(children_.size()); for (auto i = 0u; i < children_.size(); ++i) { child_views.emplace_back(children_[i].Value()->view()); } return cudf::column_view(type, size_, *data, *mask, null_count_, offset_, child_views); } cudf::mutable_column_view Column::mutable_view() { auto type = this->type(); auto data = this->data(); auto mask = this->null_mask(); // Create views of children std::vector<cudf::mutable_column_view> child_views; child_views.reserve(children_.size()); for (auto i = 0u; i < children_.size(); ++i) { child_views.emplace_back(children_[i].Value()->mutable_view()); } // Store the old null count before resetting it. By accessing the value directly instead of // calling `null_count()`, we can avoid a potential invocation of `count_unset_bits()`. This does // however mean that calling `null_count()` on the resulting mutable view could still potentially // invoke `count_unset_bits()`. auto current_null_count = null_count_; // The elements of a column could be changed through a `mutable_column_view`, therefore the // existing `null_count` is no longer valid. Reset it to `UNKNOWN_NULL_COUNT` forcing it to be // recomputed on the next invocation of `null_count()`. set_null_count(cudf::UNKNOWN_NULL_COUNT); return cudf::mutable_column_view{ type, size_, *data, *mask, current_null_count, offset_, child_views}; } Column::wrapper_t Column::operator[](Column const& selection) const { if (selection.type().id() == cudf::type_id::BOOL8) { // return this->apply_boolean_mask(selection); } return this->gather(selection); } Napi::Value Column::type(Napi::CallbackInfo const& info) { return type_.Value(); } void Column::type(Napi::CallbackInfo const& info, Napi::Value const& value) { type_ = Napi::Persistent(value.As<Napi::Object>()); } Napi::Value Column::size(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), size_); } Napi::Value Column::offset(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), offset_); } Napi::Value Column::data(Napi::CallbackInfo const& info) { return data_.Value(); } Napi::Value Column::has_nulls(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), null_count() > 0); } Napi::Value Column::null_count(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), null_count()); } Napi::Value Column::is_nullable(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), nullable()); } Napi::Value Column::num_children(Napi::CallbackInfo const& info) { return Napi::Value::From(info.Env(), num_children()); } Napi::Value Column::null_mask(Napi::CallbackInfo const& info) { return null_mask_.Value(); } void Column::set_null_mask(Napi::CallbackInfo const& info) { auto env = info.Env(); auto mask = mask_to_null_bitmask(env, info[0], size_); cudf::size_type null_count{info[0].IsNull() || info[0].IsUndefined() ? 0 : cudf::UNKNOWN_NULL_COUNT}; switch (info.Length()) { case 0: break; case 1: break; default: if (info[1].IsNumber()) { null_count = info[1].ToNumber().Int32Value(); } else if (info[1].IsBigInt()) { bool lossless{false}; null_count = info[1].As<Napi::BigInt>().Int64Value(&lossless); } break; } set_null_mask(mask, null_count); } void Column::set_null_count(Napi::CallbackInfo const& info) { this->set_null_count(info[0].ToNumber()); } Napi::Value Column::gather(Napi::CallbackInfo const& info) { if (!Column::IsInstance(info[0])) { throw Napi::Error::New(info.Env(), "gather selection argument expects a Column"); } CallbackArgs args{info}; Column::wrapper_t selection = args[0].ToObject(); auto oob_policy = args[1].ToBoolean() ? cudf::out_of_bounds_policy::NULLIFY : cudf::out_of_bounds_policy::DONT_CHECK; rmm::mr::device_memory_resource* mr = args[2]; return this->gather(selection, oob_policy, mr); } Napi::Value Column::apply_boolean_mask(Napi::CallbackInfo const& info) { if (!Column::IsInstance(info[0])) { throw Napi::Error::New(info.Env(), "apply_boolean_mask selection argument expects a Column"); } CallbackArgs args{info}; Column::wrapper_t selection = args[0].ToObject(); rmm::mr::device_memory_resource* mr = args[1]; return this->apply_boolean_mask(selection, mr); } Napi::Value Column::get_child(Napi::CallbackInfo const& info) { return children_[info[0].ToNumber().Int32Value()].Value(); } Napi::Value Column::get_value(Napi::CallbackInfo const& info) { try { return Napi::Value::From(info.Env(), cudf::get_element(*this, info[0].ToNumber())); } catch (std::exception const& e) { throw Napi::Error::New(Env(), e.what()); } } } // namespace nv
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/scalar.cpp
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. #include <node_cudf/scalar.hpp> #include <node_cudf/utilities/cpp_to_napi.hpp> #include <node_cudf/utilities/dtypes.hpp> #include <node_cudf/utilities/napi_to_cpp.hpp> #include <node_cudf/utilities/value_to_scalar.hpp> #include <node_cuda/utilities/error.hpp> #include <node_cuda/utilities/napi_to_cpp.hpp> #include <node_rmm/utilities/napi_to_cpp.hpp> #include <nv_node/utilities/cpp_to_napi.hpp> #include <cudf/column/column_view.hpp> #include <cudf/scalar/scalar_factories.hpp> #include <cudf/utilities/traits.hpp> #include <cudf/utilities/type_dispatcher.hpp> #include <napi.h> #include <type_traits> namespace nv { Napi::Function Scalar::Init(Napi::Env const& env, Napi::Object exports) { return DefineClass( env, "Scalar", { InstanceAccessor("type", &Scalar::type, nullptr, napi_enumerable), InstanceAccessor("value", &Scalar::get_value, &Scalar::set_value, napi_enumerable), }); } Scalar::wrapper_t Scalar::New(Napi::Env const& env, std::unique_ptr<cudf::scalar> scalar) { auto opts = Napi::Object::New(env); opts.Set("type", cudf_to_arrow_type(env, scalar->type())); auto wrap = Napi::External<std::unique_ptr<cudf::scalar>>::New(env, &scalar); return EnvLocalObjectWrap<Scalar>::New(env, {opts, wrap}); } Scalar::wrapper_t Scalar::New(Napi::Env const& env, Napi::Number const& value) { return New(env, value, cudf::data_type{cudf::type_id::FLOAT64}); } Scalar::wrapper_t Scalar::New(Napi::Env const& env, Napi::BigInt const& value) { return New(env, value, cudf::data_type{cudf::type_id::INT64}); } Scalar::wrapper_t Scalar::New(Napi::Env const& env, Napi::String const& value) { return New(env, value, cudf::data_type{cudf::type_id::STRING}); } Scalar::wrapper_t Scalar::New(Napi::Env const& env, Napi::Value const& value, cudf::data_type type) { auto opts = Napi::Object::New(env); opts.Set("value", value); opts.Set("type", cudf_to_arrow_type(env, type)); return EnvLocalObjectWrap<Scalar>::New(env, {opts}); } Scalar::Scalar(CallbackArgs const& args) : EnvLocalObjectWrap<Scalar>(args) { auto env = args.Env(); NODE_CUDF_EXPECT(args.Length() > 0 && args[0].IsObject(), "Scalar constructor expects an Object options argument", env); NapiToCPP::Object props = args[0]; NODE_CUDF_EXPECT( props.Has("type"), "Scalar constructor expects options to have a 'type' field", env); NODE_CUDF_EXPECT( props.Get("type").IsObject(), "Scalar constructor expects 'type' option to be a DataType", env); type_ = Napi::Persistent<Napi::Object>(props.Get("type")); if (args.Length() == 1) { *this = cudf::make_default_constructed_scalar(this->type()); if (props.Has("value")) { set_value(args, props.Get("value")); } } else if (args.Length() == 2 && args[1].IsExternal()) { *this = std::move(*args[1].As<Napi::External<std::unique_ptr<cudf::scalar>>>().Data()); } } Scalar::operator cudf::scalar&() const { return *scalar_; } Napi::Value Scalar::type(Napi::CallbackInfo const& info) { return type_.Value(); } Napi::Value Scalar::get_value() const { return Napi::Value::From(Env(), scalar_); } Napi::Value Scalar::get_value(Napi::CallbackInfo const& info) { return this->get_value(); } void Scalar::set_value(Napi::CallbackInfo const& info, Napi::Value const& value) { if (value.IsNull() or value.IsUndefined()) { this->set_valid_async(false); } else { cudf::type_dispatcher(this->type(), detail::set_scalar_value{value}, scalar_); } } } // namespace nv
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/column.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import {MemoryData} from '@rapidsai/cuda'; import {DeviceBuffer, MemoryResource} from '@rapidsai/rmm'; import * as CUDF from './addon'; import {Scalar} from './scalar'; import {Table} from './table'; import { Bool8, DataType, Float32, Float64, IndexType, Int32, Int64, Integral, Numeric, Timestamp, Utf8String } from './types/dtypes'; import {GetJSONObjectOptions} from './types/json'; import {CommonType, Interpolation} from './types/mappings'; export type PadSideType = 'left'|'right'|'both'; export type ColumnProps<T extends DataType = any> = { /* * ColumnProps *with* a `nullMask` shouldn't allow `data` to be an Array with elements and * nulls: * ```javascript * new Column({ * type: new Int32, * data: [1, 0, 2, 3, 0], ///< must not include nulls * nullMask: [true, false, true, true, false] * }) * ``` */ type: T; data?: DeviceBuffer | MemoryData | T['scalarType'][] | null; offset?: number; length?: number; nullCount?: number; nullMask?: DeviceBuffer | MemoryData | any[] | boolean | null; children?: ReadonlyArray<Column>| null; }|{ /* * ColumnProps *without* a `nullMask` should allow `data` to be an Array with elements and * nulls: * ```javascript * new Column({ * type: new Int32, * data: [1, null, 2, 3, null] ///< can include nulls * }) * ``` */ type: T; data?: DeviceBuffer|MemoryData|(T['scalarType'] | null | undefined)[]|null; offset?: number; length?: number; nullCount?: number; nullMask?: never; children?: ReadonlyArray<Column>|null; }; export interface ColumnConstructor { readonly prototype: Column; new<T extends DataType = any>(props: ColumnProps<T>): Column<T>; /** * Row-wise concatenates the given list of strings columns and returns a single strings column * result. * * @param columns List of string columns to concatenate. * @param separator String that should inserted between each string from each row. * @param nullRepr String that should be used in place of any null strings found in any column. * Null value means any null entry in any column will produces a null result for that row. * @param separate_nulls If true, then the separator is included for null rows if nullRepr is * valid. * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory * @returns New column with concatenated results. */ concatenate(columns: Table, separator: string, nullRepr: string|null, separate_nulls: boolean, memoryResource?: MemoryResource): Column<Utf8String>; /** * Fills a column with a sequence of values specified by an initial value and a step of 1. * * @param size Size of the output column * @param init First value in the sequence * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory * @returns column with the sequence */ sequence<U extends DataType>(size: number, init: Scalar<U>, memoryResource?: MemoryResource): Column<U>; /** * Fills a column with a sequence of values specified by an initial value and a step. * * @param size Size of the output column * @param init First value in the sequence * @param step Increment value * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory * @returns column with the sequence */ sequence<U extends DataType>(size: number, init: Scalar<U>, step: Scalar<U>, memoryResource?: MemoryResource): Column<U>; /** * Fills a column with the Utf-8 string located at filepath. If a delimiter is included then * the input string will be split into a sequence of strings. The delimiter will remain * at the end of each string in the column, except for the last. If no delimiter is included, * the input string will be read into a single string at element 0 of the Colum. * * @param filepath The location of the input file. * @param delimiter Optional delimiter. * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory * @returns column containing one or more strings. * * @note The maximum size of a string read with this method is 2^30 */ readText(filepath: string, delimiter: string, memoryResource?: MemoryResource): Column<Utf8String>; } /** * A low-level wrapper for libcudf Column Objects */ export interface Column<T extends DataType = any> { readonly type: T; readonly data: DeviceBuffer; readonly mask: DeviceBuffer; readonly disposed: boolean; readonly offset: number; readonly length: number; readonly nullable: boolean; readonly hasNulls: boolean; readonly nullCount: number; readonly numChildren: number; /** * @summary Explicitly free the device memory associated with this Column and all child Columns. */ dispose(): void; /** * @summary Return sub-selection from a Column. * * @description Gathers the rows of the source columns according to `selection`, such that row "i" * in the resulting Column's columns will contain row `selection[i]` from the source columns. The * number of rows in the result column will be equal to the number of elements in selection. A * negative value i in the selection is interpreted as i+n, where `n` is the number of rows in * the source column. * * For dictionary columns, the keys column component is copied and not trimmed if the gather * results in abandoned key elements. * * @param selection A Series of 8/16/32-bit signed or unsigned integer indices to gather. * @param nullify_out_of_bounds If `true`, coerce rows that corresponds to out-of-bounds indices * in the selection to null. If `false`, skips all bounds checking for selection values. Pass * false if you are certain that the selection contains only valid indices for better * performance. If `false` and there are out-of-bounds indices in the selection, the behavior * is undefined. Defaults to `false`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ gather(selection: Column<IndexType>, nullify_out_of_bounds: boolean, memoryResource?: MemoryResource): Column<T>; /** * Return sub-selection from a Column * * @param selection A Series of bools. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ applyBooleanMask(selection: Column<Bool8>, memoryResource?: MemoryResource): Column<T>; /** * Return a copy of a Column * */ copy(memoryResource?: MemoryResource): Column<T>; /** * Return a child at the specified index to host memory * * @param index */ getChild<R extends DataType>(index: number): Column<R>; /** * Return a value at the specified index to host memory * * @param index */ getValue(index: number): T['scalarType']|null; // setValue(index: number, value?: T['scalarType'] | null): void; /** * Set the null count for the null mask * * @param nullCount */ setNullCount(nullCount: number): void; /** * * @param mask The null-mask. Valid values are marked as 1; otherwise 0. The * mask bit given the data index idx is computed as: * ``` * (mask[idx // 8] >> (idx % 8)) & 1 * ``` * @param nullCount The number of null values. If None, it is calculated * automatically. */ setNullMask(mask: MemoryData|ArrayLike<number>|ArrayLike<bigint>, nullCount?: number): void; /** * Fills a range of elements in a column out-of-place with a scalar value. * * @param begin The starting index of the fill range (inclusive). * @param end The index of the last element in the fill range (exclusive). * @param value The scalar value to fill. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. */ fill(value: Scalar<T>, begin?: number, end?: number, memoryResource?: MemoryResource): Column<T>; /** * Fills a range of elements in-place in a column with a scalar value. * * @param begin The starting index of the fill range (inclusive) * @param end The index of the last element in the fill range (exclusive) * @param value The scalar value to fill */ fillInPlace(value: Scalar<T>, begin?: number, end?: number): Column<T>; /** * Replace null values with a `Column`, `Scalar`, or the first/last non-null value. * * @param value The value to use in place of nulls. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. */ replaceNulls(value: Column<T>, memoryResource?: MemoryResource): Column<T>; replaceNulls(value: Scalar<T>, memoryResource?: MemoryResource): Column<T>; replaceNulls(value: boolean, memoryResource?: MemoryResource): Column<T>; /** * Concat a Column to the end of the caller, returning a new Column. * * @param other The Column to concat to the end of the caller. */ concat(other: Column<T>, memoryResource?: MemoryResource): Column<T>; /** * Replace NaN values with a scalar value, or the corresponding elements from another Column. * * @param value The value to use in place of NaNs. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. */ replaceNaNs(value: Column<T>, memoryResource?: MemoryResource): Column<T>; replaceNaNs(value: Scalar<T>, memoryResource?: MemoryResource): Column<T>; /** * Add this Column and another Column or scalar value. * * @param rhs The other Column or scalar to add to this Column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ add(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; add(rhs: number, memoryResource?: MemoryResource): Column<Float64>; add<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; add<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Subtract this Column and another Column or scalar value. * * @param rhs The other Column or scalar to subtract from this Column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ sub(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; sub(rhs: number, memoryResource?: MemoryResource): Column<Float64>; sub<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; sub<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Multiply this Column and another Column or scalar value. * * @param rhs The other Column or scalar to multiply this column by. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ mul(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; mul(rhs: number, memoryResource?: MemoryResource): Column<Float64>; mul<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; mul<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Divide this Column and another Column or scalar value. * * @param rhs The other Column or scalar to divide this Column by. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ div(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; div(rhs: number, memoryResource?: MemoryResource): Column<Float64>; div<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; div<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * True-divide this Column and another Column or scalar value. * * @param rhs The other Column or scalar to true-divide this Column by. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ trueDiv(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; trueDiv(rhs: number, memoryResource?: MemoryResource): Column<Float64>; trueDiv<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; trueDiv<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Floor-divide this Column and another Column or scalar value. * * @param rhs The other Column or scalar to floor-divide this Column by. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ floorDiv(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; floorDiv(rhs: number, memoryResource?: MemoryResource): Column<Float64>; floorDiv<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; floorDiv<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Modulo this Column and another Column or scalar value. * * @param rhs The other Column or scalar to mod with this Column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ mod(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; mod(rhs: number, memoryResource?: MemoryResource): Column<Float64>; mod<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; mod<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Power this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use as the exponent for the power operation. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ pow(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; pow(rhs: number, memoryResource?: MemoryResource): Column<Float64>; pow<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; pow<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform the binary '==' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ eq(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; eq(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; eq<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; eq<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform the binary '!=' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ ne(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; ne(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; ne<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; ne<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform the binary '<' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ lt(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; lt(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; lt<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; lt<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform the binary '<=' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ le(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; le(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; le<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; le<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform the binary '>' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ gt(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; gt(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; gt<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; gt<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform the binary '>=' operation between this column and another Column or scalar value. * * @rhs The other Column or scalar to compare with this column. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of booleans with the comparison result. */ ge(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; ge(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; ge<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; ge<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform a binary `&` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ bitwiseAnd(rhs: bigint, memoryResource?: MemoryResource): Column<T>; bitwiseAnd(rhs: number, memoryResource?: MemoryResource): Column<T>; bitwiseAnd<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; bitwiseAnd<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `|` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ bitwiseOr(rhs: bigint, memoryResource?: MemoryResource): Column<T>; bitwiseOr(rhs: number, memoryResource?: MemoryResource): Column<T>; bitwiseOr<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; bitwiseOr<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `^` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ bitwiseXor(rhs: bigint, memoryResource?: MemoryResource): Column<T>; bitwiseXor(rhs: number, memoryResource?: MemoryResource): Column<T>; bitwiseXor<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; bitwiseXor<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `&&` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ logicalAnd(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; logicalAnd(rhs: number, memoryResource?: MemoryResource): Column<Float64>; logicalAnd<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; logicalAnd<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `||` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ logicalOr(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; logicalOr(rhs: number, memoryResource?: MemoryResource): Column<Float64>; logicalOr<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; logicalOr<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `<<` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ shiftLeft(rhs: bigint, memoryResource?: MemoryResource): Column<T>; shiftLeft(rhs: number, memoryResource?: MemoryResource): Column<T>; shiftLeft<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; shiftLeft<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `>>` operation between this Column and another Column or scalar * value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ shiftRight(rhs: bigint, memoryResource?: MemoryResource): Column<T>; shiftRight(rhs: number, memoryResource?: MemoryResource): Column<T>; shiftRight<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; shiftRight<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `shiftRightUnsigned` operation between this Column and another Column or * scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ shiftRightUnsigned(rhs: bigint, memoryResource?: MemoryResource): Column<T>; shiftRightUnsigned(rhs: number, memoryResource?: MemoryResource): Column<T>; shiftRightUnsigned<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; shiftRightUnsigned<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `logBase` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ logBase(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; logBase(rhs: number, memoryResource?: MemoryResource): Column<Float64>; logBase<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; logBase<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `atan2` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ atan2(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; atan2(rhs: number, memoryResource?: MemoryResource): Column<Float64>; atan2<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; atan2<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `nullEquals` operation between this Column and another Column or scalar * value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ nullEquals(rhs: bigint, memoryResource?: MemoryResource): Column<Bool8>; nullEquals(rhs: number, memoryResource?: MemoryResource): Column<Bool8>; nullEquals<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<Bool8>; nullEquals<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<Bool8>; /** * Perform a binary `nullMax` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ nullMax(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; nullMax(rhs: number, memoryResource?: MemoryResource): Column<Float64>; nullMax<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; nullMax<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Perform a binary `nullMin` operation between this Column and another Column or scalar value. * * @param rhs The other Column or scalar to use. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of a common numeric type with the results of the binary operation. */ nullMin(rhs: bigint, memoryResource?: MemoryResource): Column<Int64>; nullMin(rhs: number, memoryResource?: MemoryResource): Column<Float64>; nullMin<R extends Numeric>(rhs: Scalar<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; nullMin<R extends Numeric>(rhs: Column<R>, memoryResource?: MemoryResource): Column<CommonType<T, R>>; /** * Casts data from dtype specified in input to dtype specified in output. * * @note Supports only fixed-width types. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns Column of same size as `input` containing result of the cast operation. */ cast<R extends DataType>(dataType: R, memoryResource?: MemoryResource): Column<R>; /** * Creates a column of `BOOL8` elements where `true` indicates the value is null and `false` * indicates the row matches the given pattern * * @param pattern Regex pattern to match to each string. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing `null` * values. */ containsRe(pattern: string, memoryResource?: MemoryResource): Column<Bool8>; /** * Creates a column of `INT32` elements where `true` indicates the number of times the given * regex pattern matches in each string. * * @param pattern Regex pattern to match to each string. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `INT32` counts */ countRe(pattern: string, memoryResource?: MemoryResource): Column<Int32>; /** * Creates a column of `BOOL8` elements where `true` indicates the value is null and `false` * indicates the row matches the given pattern only at the beginning of the string * * @param pattern Regex pattern to match to each string. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing `null` * values. */ matchesRe(pattern: string, memoryResource?: MemoryResource): Column<Bool8>; /** * Creates a column of `BOOL8` elements where `true` indicates the value is null and `false` * indicates the value is valid. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing `null` * values. */ isNull(memoryResource?: MemoryResource): Column<Bool8>; /** * Creates a column of `BOOL8` elements where `true` indicates the value is valid and `false` * indicates the value is null. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `false` representing `null` * values. */ isValid(memoryResource?: MemoryResource): Column<Bool8>; /** * Creates a column of `BOOL8` elements indicating the presence of `NaN` values in a * column of floating point values. The output element at row `i` is `true` if the element in * `input` at row i is `NAN`, else `false` * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing `NAN` * values */ isNaN(memoryResource?: MemoryResource): Column<Bool8>; /** * Creates a column of `BOOL8` elements indicating the absence of `NaN` values in a * column of floating point values. The output element at row `i` is `false` if the element in * `input` at row i is `NAN`, else `true` * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing non-`NAN` * values */ isNotNaN(memoryResource?: MemoryResource): Column<Bool8>; /** * Convert a list column of strings into a formatted strings column. * * The `separators` column should contain 3 strings elements in the following order: * - element separator (default is comma `,`) * - left-hand enclosure (default is `[`) * - right-hand enclosure (default is `]`) * * @param na_rep Replacement string for null elements. * @param separators Strings to use for enclosing list components and separating elements. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with the lists as strings. */ stringsFromLists(na_rep: string, separators: Column<Utf8String>, memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new strings column converting the boolean values from the provided column into * strings. * * Any null entries will result in corresponding null entries in the output column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with booleans as strings. */ stringsFromBooleans(memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new Bool8 column parsing true/false values from the provided strings column. * * Any null entries will result in corresponding null entries in the output column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of boolean type with the results of the conversion. */ stringsToBooleans(memoryResource?: MemoryResource): Column<Bool8>; /** * Returns a new timestamp column converting a strings column into timestamps using the provided * format pattern. * * The format pattern can include the following specifiers: "%Y,%y,%m,%d,%H,%I,%p,%M,%S,%f,%z". * * @param format The string specifying output format. Default format is "%Y-%m-%dT%H:%M:%SZ". * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of boolean type with the results of the conversion. */ stringIsTimestamp(format: string, memoryResource?: MemoryResource): Column<Bool8>; /** * Returns a new strings column converting a timestamp column into strings using the provided * format pattern. * * The format pattern can include the following specifiers: "%Y,%y,%m,%d,%H,%I,%p,%M,%S,%f,%z,%Z" * * @param format The string specifying output format. Default format is "%Y-%m-%dT%H:%M:%SZ". * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of string type with the results of the conversion. */ stringsFromTimestamps(format: string, memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new timestamp column converting a strings column into timestamps using the provided * format pattern. * * The format pattern can include the following specifiers: "%Y,%y,%m,%d,%H,%I,%p,%M,%S,%f,%z". * * @param type The timestamp type used for creating the output column. * @param format String specifying the timestamp format in strings. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of timestamp type with the results of the conversion. */ stringsToTimestamps<T extends Timestamp>(type: T, format: string, memoryResource?: MemoryResource): Column<T>; /** * Creates a column of `BOOL8` elements indicating strings in which all characters are valid for * conversion to floats. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing convertible * values */ stringIsFloat(memoryResource?: MemoryResource): Column<Bool8>; /** * Returns a new strings column converting the float values from the provided column into strings. * * Any null entries will result in corresponding null entries in the output column. * * For each float, a string is created in base-10 decimal. Negative numbers will include a '-' * prefix. Numbers producing more than 10 significant digits will produce a string that includes * scientific notation (e.g. "-1.78e+15"). * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with floats as strings. */ stringsFromFloats(memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new floating point numeric column parsing float values from the provided * strings column. * * Any null entries will result in corresponding null entries in the output column. * * Only characters [0-9] plus a prefix '-' and '+' and decimal '.' are recognized. Additionally, * scientific notation is also supported (e.g. "-1.78e+5"). * * @param dataType Type of floating numeric column to return. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of a the specified float type with the results of the conversion. */ stringsToFloats<R extends Float32|Float64>(dataType: R, memoryResource?: MemoryResource): Column<R>; /** * Creates a column of `BOOL8` elements indicating strings in which all characters are valid for * conversion to floats. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing convertible * values */ stringIsInteger(memoryResource?: MemoryResource): Column<Bool8>; /** * Returns a new strings column converting the integer values from the provided column into * strings. * * Any null entries will result in corresponding null entries in the output column. * * For each integer, a string is created in base-10 decimal. Negative numbers will include a '-' * prefix. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with integers as strings. */ stringsFromIntegers(memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new integer numeric column parsing integer values from the provided strings column. * * Any null entries will result in corresponding null entries in the output column. * * Only characters [0-9] plus a prefix '-' and '+' are recognized. When any other character is * encountered, the parsing ends for that string and the current digits are converted into an * integer. * * Overflow of the resulting integer type is not checked. Each string is converted using an int64 * type and then cast to the target integer type before storing it into the output column. If the * resulting integer type is too small to hold the value, the stored value will be undefined. * * @param dataType Type of integer numeric column to return. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of a the specified integral type with the results of the conversion. */ stringsToIntegers<R extends DataType>(dataType: R, memoryResource?: MemoryResource): Column<R>; /** * Returns a boolean column identifying strings in which all characters are valid for conversion * to integers from hex. * * The output row entry will be set to true if the corresponding string element has at least one * character in [0-9A-Za-z]. Also, the string may start with '0x'. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing convertible * values */ stringIsHex(memoryResource?: MemoryResource): Column<Bool8>; /** * Returns a new strings column converting integer columns to hexadecimal characters. * * Any null entries will result in corresponding null entries in the output column. * * The output character set is '0'-'9' and 'A'-'F'. The output string width will be a multiple of * 2 depending on the size of the integer type. A single leading zero is applied to the first * non-zero output byte if it less than 0x10. * * Leading zeros are suppressed unless filling out a complete byte as in 1234 -> 04D2 instead of * 000004D2 or 4D2. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with integers as strings. */ hexFromIntegers(memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a new integer numeric column parsing hexadecimal values from the provided strings * column. * * Any null entries will result in corresponding null entries in the output column. * * Only characters [0-9] and [A-F] are recognized. When any other character is encountered, * the parsing ends for that string. No interpretation is made on the sign of the integer. * * Overflow of the resulting integer type is not checked. Each string is converted using an * int64 type and then cast to the target integer type before storing it into the output column. * If the resulting integer type is too small to hold the value, the stored value will be * undefined. * * @param dataType Type of integer numeric column to return. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A Column of a the specified integral type with the results of the conversion. */ hexToIntegers<R extends DataType>(dataType: R, memoryResource?: MemoryResource): Column<R>; /** * Returns a boolean column identifying strings in which all characters are valid for conversion * to integers from IPv4 format. * * The output row entry will be set to true if the corresponding string element has the following * format xxx.xxx.xxx.xxx where xxx is integer digits between 0-255. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A non-nullable column of `BOOL8` elements with `true` representing convertible * values */ stringIsIpv4(memoryResource?: MemoryResource): Column<Bool8>; /** * Converts integers into IPv4 addresses as strings. * * The IPv4 format is 1-3 character digits [0-9] between 3 dots (e.g. 123.45.67.890). Each section * can have a value between [0-255]. * * Each input integer is dissected into four integers by dividing the input into 8-bit sections. * These sub-integers are then converted into [0-9] characters and placed between '.' characters. * * No checking is done on the input integer value. Only the lower 32-bits are used. * * Any null entries will result in corresponding null entries in the output column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns A string Column with ipv4 addresses as strings. */ ipv4FromIntegers(memoryResource?: MemoryResource): Column<Utf8String>; /** * Converts IPv4 addresses into integers. * * The IPv4 format is 1-3 character digits [0-9] between 3 dots (e.g. 123.45.67.890). Each section * can have a value between [0-255]. * * The four sets of digits are converted to integers and placed in 8-bit fields inside the * resulting integer. * * i0.i1.i2.i3 -> (i0 << 24) | (i1 << 16) | (i2 << 8) | (i3) * * No checking is done on the format. If a string is not in IPv4 format, the resulting integer is * undefined. * * The resulting 32-bit integer is placed in an int64_t to avoid setting the sign-bit in an * int32_t type. This could be changed if cudf supported a UINT32 type in the future. * * Any null entries will result in corresponding null entries in the output column.Returns a new * Int64 numeric column parsing hexadecimal values from the provided strings column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @returns New INT64 column converted from strings. */ ipv4ToIntegers(memoryResource?: MemoryResource): Column<Int64>; /** * Compute the trigonometric sine for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ sin(memoryResource?: MemoryResource): Column<T>; /** * Compute the trigonometric cosine for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ cos(memoryResource?: MemoryResource): Column<T>; /** * Compute the trigonometric tangent for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ tan(memoryResource?: MemoryResource): Column<T>; /** * Compute the trigonometric sine inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ asin(memoryResource?: MemoryResource): Column<T>; /** * Compute the trigonometric cosine inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ acos(memoryResource?: MemoryResource): Column<T>; /** * Compute the trigonometric tangent inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ atan(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic sine for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ sinh(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic cosine for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ cosh(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic tangent for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ tanh(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic sine inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ asinh(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic cosine inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ acosh(memoryResource?: MemoryResource): Column<T>; /** * Compute the hyperbolic tangent inverse for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ atanh(memoryResource?: MemoryResource): Column<T>; /** * Compute the exponential (base e, euler number) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ exp(memoryResource?: MemoryResource): Column<T>; /** * Compute the natural logarithm (base e) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ log(memoryResource?: MemoryResource): Column<T>; /** * Compute the square-root (x^0.5) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ sqrt(memoryResource?: MemoryResource): Column<T>; /** * Compute the cube-root (x^(1.0/3)) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ cbrt(memoryResource?: MemoryResource): Column<T>; /** * Compute the smallest integer value not less than arg for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ ceil(memoryResource?: MemoryResource): Column<T>; /** * Compute the largest integer value not greater than arg for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ floor(memoryResource?: MemoryResource): Column<T>; /** * Compute the absolute value for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ abs(memoryResource?: MemoryResource): Column<T>; /** * Round floating-point to integer for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @throws Error if the Column's DataType isn't Float32 or Float64. * @returns A Column of the same number of elements containing the result of the operation. */ rint(memoryResource?: MemoryResource): Column<T>; /** * Compute the bitwise not (~) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ bitInvert(memoryResource?: MemoryResource): Column<T>; /** * Compute the logical not (!) for each value in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A Column of the same number of elements containing the result of the operation. */ not(memoryResource?: MemoryResource): Column<Bool8>; /** * Compute the min of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The min of all the values in this Column. */ min(memoryResource?: MemoryResource): T['scalarType']; /** * Compute the max of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The max of all the values in this Column. */ max(memoryResource?: MemoryResource): T['scalarType']; /** * Compute a pair of [min,max] of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The pair of [min,max] of all the values in this Column. */ minmax(memoryResource?: MemoryResource): [T['scalarType'], T['scalarType']]; /** * Compute the sum of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The sum of all the values in this Column. */ sum(memoryResource?: MemoryResource): T extends Integral? bigint: number; /** * Compute the product of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The product of all the values in this Column. */ product(memoryResource?: MemoryResource): T extends Integral? bigint: number; /** * Compute the sumOfSquares of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The sumOfSquares of all the values in this Column. */ sumOfSquares(memoryResource?: MemoryResource): T extends Integral? bigint: number; /** * Compute the mean of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The mean of all the values in this Column. */ mean(memoryResource?: MemoryResource): number; /** * Compute the median of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The median of all the values in this Column. */ median(memoryResource?: MemoryResource): T['scalarType']; /** * Compute the nunique of all values in this Column. * * @param dropna The dropna parameter if true, excludes nulls while computing nunique, * if false, includes the nulls while computing nunique. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The number of unique values in this Column. */ nunique(dropna?: boolean, memoryResource?: MemoryResource): number; /** * Return whether all elements are true in column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns true if all elements are true in column, else false. */ all(memoryResource?: MemoryResource): boolean; /** * Return whether any elements are true in column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns true if any elements are true in column, else false. */ any(memoryResource?: MemoryResource): boolean; /** * Return unbiased variance of the column. * Normalized by N-1 by default. This can be changed using the `ddof` argument * * @param ddof Delta Degrees of Freedom. The divisor used in calculations is N - ddof, * where N represents the number of elements. * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. * @returns The median of all the values in this column. */ var(ddof?: number, memoryResource?: MemoryResource): number; /** * Return sample standard deviation of the column. * Normalized by N-1 by default. This can be changed using the `ddof` argument * * @param ddof Delta Degrees of Freedom. The divisor used in calculations is N - ddof, * where N represents the number of elements. * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. * @returns The median of all the values in this column. */ std(ddof?: number, memoryResource?: MemoryResource): number; /** * Return values at the given quantile. * * @param q the quantile(s) to compute, 0 <= q <= 1 * @param interpolation This optional parameter specifies the interpolation method to use, * when the desired quantile lies between two data points i and j. * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. * @returns values at the given quantile. */ quantile(q?: number, interpolation?: Interpolation, memoryResource?: MemoryResource): number; /** * Compute the cumulative max of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The cumulative max of all the values in this Column. */ cumulativeMax(memoryResource?: MemoryResource): Column<T>; /** * Compute the cumulative min of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The cumulative min of all the values in this Column. */ cumulativeMin(memoryResource?: MemoryResource): Column<T>; /** * Compute the cumulative product of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The cumulative product of all the values in this Column. */ cumulativeProduct(memoryResource?: MemoryResource): Column<T>; /** * Compute the cumulative sum of all values in this Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns The cumulative sum of all the values in this Column. */ cumulativeSum(memoryResource?: MemoryResource): Column<T>; /** * drop NA values from the column if column is of floating-type * values and contains NA values * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. * @returns column without NaN and Null values */ dropNulls(memoryResource?: MemoryResource): Column<T>; /** * drop NA values from the column if column is of floating-type * values and contains NA values * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. * @returns column without NaN and Null values */ dropNans(memoryResource?: MemoryResource): Column<T>; /** * Compress the data from a Bool8 Column to bits and return a Buffer * * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. */ boolsToMask(memoryResource?: MemoryResource): [DeviceBuffer, number]; /** * convert NaN values in the column with Null values, * while also updating the nullMask and nullCount values * * @param memoryResource The optional MemoryResource used to allocate the result column's device * memory. */ nansToNulls(memoryResource?: MemoryResource): Column<T>; getJSONObject(jsonPath?: string, opts?: GetJSONObjectOptions, memoryResource?: MemoryResource): Column<T>; /** * Returns the number of bytes of each string in the Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A column of `INT32` counts */ countBytes(memoryResource?: MemoryResource): Column<Int32>; /** * Returns the number of characters of each string in the Column. * * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns A column of `INT32` counts */ countCharacters(memoryResource?: MemoryResource): Column<Int32>; /** * Add padding to each string using a provided character. * * If the string is already width or more characters, no padding is performed. No strings are * truncated. * * Null string entries result in null entries in the output column. * * @param width The minimum number of characters for each string. * @param side Where to place the padding characters * @param fill_char Single UTF-8 character to use for padding. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns New column with padded strings. */ pad(width: number, side: PadSideType, fill_char: string, memoryResource?: MemoryResource): Column<Utf8String>; /** * Add '0' as padding to the left of each string. * * If the string is already width or more characters, no padding is performed. No strings are * truncated. * * This equivalent to `pad(width, 'left', '0')` but is more optimized for this special case. * * Null string entries result in null entries in the output column. * * @param width The minimum number of characters for each string. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns New column of strings. */ zfill(width: number, memoryResource?: MemoryResource): Column<Utf8String>; /** * For each string in the column, replaces any character sequence matching the given pattern with * the provided replacement string. * * Null string entries will return null output string entries. * * Position values are 0-based meaning position 0 is the first character of each string. * * This function can be used to insert a string into specific position by specifying the same * position value for start and stop. The repl string can be appended to each string by specifying * -1 for both start and stop. * * @param pattern The regular expression pattern to search within each string. * @param replacement The string used to replace the matched sequence in each string. * Default is an empty string. * @param maxReplaceCount The maximum number of times to replace the matched pattern within each * string. Default replaces every substring that is matched. * @param flags Regex flags for interpreting special characters in the pattern. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns New strings column with matching elements replaced. */ replaceRe(pattern: string, replacement: string, maxReplaceCount: number, flags: {dotAll: boolean, multiline: boolean}, memoryResource?: MemoryResource): Column<Utf8String>; /** * Replaces each string in the column with the provided repl string within the [start,stop) * character position range. * * Null string entries will return null output string entries. * * Position values are 0-based meaning position 0 is the first character of each string. * * This function can be used to insert a string into specific position by specifying the same * position value for start and stop. The repl string can be appended to each string by specifying * -1 for both start and stop. * * @param repl Replacement string for specified positions found. * @param start Start position where repl will be added. Default is 0, first character position. * @param stop End position (exclusive) to use for replacement. Default of -1 specifies the end of * each string. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns New strings column */ replaceSlice(repl: string, start: number, stop: number, memoryResource?: MemoryResource): Column<Utf8String>; /** * Splits a string column by delimiter. The delimiter string will remain at the end of each * string in the split column. This method will completely change the string boundaries of a * string column according to the delimiter: old boundaries will be removed and new boundaries * will be introduced according to the delimiter. In addition, if used without a delimiter, * the string column will be combined from n string values into a single value. * * @example * ```typescript * let a = Series.new(['abcdefg', 'bcdefgh']); * a.split('d'); * [ 'abcd', 'efgbcd', 'efgh' ] * a.split(''); * [ 'abcdefgbcdefgh' ] * ``` * @param delimiter split along the delimiter. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns New strings column */ split(delimiter: string, memoryResource?: MemoryResource): Column<Utf8String>; /** * Returns a set of 3 columns by splitting each string using the specified delimiter. * * The number of rows in the output columns will be the same as the input column. The first column * will contain the first tokens of each string as a result of the split. The second column will * contain the delimiter. The third column will contain the remaining characters of each string * after the delimiter. * * Any null string entries return corresponding null output columns. * * @param delimiter UTF-8 encoded string indicating where to split each string. Default of empty * string indicates split on whitespace. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * @returns 3 new string columns representing before the delimiter, the delimiter, and after the * delimiter. */ partitionStrings(delimiter: string, memoryResource?: MemoryResource): [Column<Utf8String>, Column<Utf8String>, Column<Utf8String>]; } // eslint-disable-next-line @typescript-eslint/no-redeclare export const Column: ColumnConstructor = CUDF.Column;
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/node_cudf.ts
// Copyright (c) 2022, NVIDIA CORPORATION. // // 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. /* eslint-disable @typescript-eslint/no-redeclare */ import {ColumnConstructor} from './column'; import {GroupByConstructor} from './groupby'; import {ScalarConstructor} from './scalar'; import {TableConstructor} from './table'; import {DataType} from './types/dtypes'; import {CommonType} from './types/mappings'; /** @ignore */ export declare const _cpp_exports: any; export declare const Column: ColumnConstructor; export declare const GroupBy: GroupByConstructor; export declare const Scalar: ScalarConstructor; export declare const Table: TableConstructor; export declare function findCommonType<T extends DataType, R extends DataType>( lhs: T, rhs: R): CommonType<T, R>;
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/table.cpp
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. #include "node_cudf/table.hpp" #include "node_cudf/column.hpp" #include "node_cudf/utilities/error.hpp" #include "node_cudf/utilities/napi_to_cpp.hpp" #include <cudf/column/column.hpp> #include <cudf/sorting.hpp> #include <cudf/types.hpp> #include <napi.h> namespace nv { // // Public API // Napi::Function Table::Init(Napi::Env const& env, Napi::Object exports) { return DefineClass(env, "Table", { InstanceAccessor<&Table::num_columns>("numColumns"), InstanceAccessor<&Table::num_rows>("numRows"), InstanceMethod<&Table::dispose>("dispose"), InstanceMethod<&Table::scatter_scalar>("scatterScalar"), InstanceMethod<&Table::scatter_table>("scatterTable"), InstanceMethod<&Table::gather>("gather"), InstanceMethod<&Table::apply_boolean_mask>("applyBooleanMask"), InstanceMethod<&Table::get_column>("getColumnByIndex"), InstanceMethod<&Table::to_arrow>("toArrow"), InstanceMethod<&Table::order_by>("orderBy"), StaticMethod<&Table::read_csv>("readCSV"), InstanceMethod<&Table::write_csv>("writeCSV"), StaticMethod<&Table::read_parquet>("readParquet"), InstanceMethod<&Table::write_parquet>("writeParquet"), StaticMethod<&Table::read_orc>("readORC"), InstanceMethod<&Table::write_orc>("writeORC"), StaticMethod<&Table::from_arrow>("fromArrow"), InstanceMethod<&Table::drop_nans>("dropNans"), InstanceMethod<&Table::drop_nulls>("dropNulls"), InstanceMethod<&Table::unique>("unique"), InstanceMethod<&Table::distinct>("distinct"), InstanceMethod<&Table::interleave_columns>("interleaveColumns"), StaticMethod<&Table::concat>("concat"), StaticMethod<&Table::full_join>("fullJoin"), StaticMethod<&Table::inner_join>("innerJoin"), StaticMethod<&Table::left_join>("leftJoin"), StaticMethod<&Table::left_semi_join>("leftSemiJoin"), StaticMethod<&Table::left_anti_join>("leftAntiJoin"), InstanceMethod<&Table::explode>("explode"), InstanceMethod<&Table::explode_position>("explodePosition"), InstanceMethod<&Table::explode_outer>("explodeOuter"), InstanceMethod<&Table::explode_outer_position>("explodeOuterPosition"), }); } Table::wrapper_t Table::New(Napi::Env const& env, Napi::Array const& columns) { auto opts = Napi::Object::New(env); opts.Set("columns", columns); return EnvLocalObjectWrap<Table>::New(env, {opts}); } Table::wrapper_t Table::New(Napi::Env const& env, std::unique_ptr<cudf::table> table) { auto contents = table->release(); auto columns = Napi::Array::New(env, contents.size()); for (auto i = 0u; i < columns.Length(); ++i) { columns.Set(i, Column::New(env, std::move(contents[i]))); } return New(env, columns); } Table::Table(CallbackArgs const& args) : EnvLocalObjectWrap<Table>(args) { // std::cout << "Table::Table" << std::endl; auto env = args.Env(); NODE_CUDF_EXPECT(args.IsConstructCall(), "Table constructor requires 'new'", env); if (args.Length() != 1 || !args[0].IsObject()) { return; } NapiToCPP::Object props = args[0]; num_rows_ = 0; num_columns_ = 0; if (props.Get("columns").IsArray()) { auto cols = props.Get("columns").As<Napi::Array>(); num_columns_ = cols.Length(); for (auto i = 0; i < num_columns_; ++i) { columns_.push_back(Napi::Persistent(Column::wrapper_t{cols.Get(i).ToObject()})); } } if (num_columns_ > 0) { num_rows_ = get_column(0).size(); for (auto i = 1; i < num_columns_; ++i) { NODE_CUDF_EXPECT( get_column(i).size() == num_rows_, "All Columns must be of same length", env); } } } void Table::Finalize(Napi::Env env) { // } void Table::dispose(Napi::Env env) { if (columns_.size() > 0) { for (auto& child : columns_) { child.Value()->dispose(env); } columns_.clear(); } num_rows_ = 0; num_columns_ = 0; disposed_ = true; } void Table::dispose(Napi::CallbackInfo const& info) { dispose(info.Env()); } cudf::table_view Table::view() const { // Create views of children std::vector<cudf::column_view> child_views; child_views.reserve(num_columns_); for (auto i = 0; i < num_columns_; ++i) { child_views.push_back(columns_[i].Value()->view()); } return cudf::table_view{child_views}; } cudf::mutable_table_view Table::mutable_view() { // Create views of children std::vector<cudf::mutable_column_view> child_views; child_views.reserve(num_columns_); for (auto i = 0; i < num_columns_; ++i) { child_views.push_back(columns_[i].Value()->mutable_view()); } return cudf::mutable_table_view{child_views}; } // // Private API // Napi::Value Table::num_columns(Napi::CallbackInfo const& info) { return CPPToNapi(info)(num_columns()); } Napi::Value Table::num_rows(Napi::CallbackInfo const& info) { return CPPToNapi(info)(num_rows()); } Napi::Value Table::get_column(Napi::CallbackInfo const& info) { cudf::size_type i = CallbackArgs{info}[0]; if (i >= num_columns_) { throw Napi::Error::New(info.Env(), "Column index out of bounds"); } return columns_[i].Value(); } Napi::Value Table::order_by(Napi::CallbackInfo const& info) { CallbackArgs args{info}; NODE_CUDF_EXPECT(args[0].IsArray(), "order_by ascending argument expects an array", args.Env()); NODE_CUDF_EXPECT(args[1].IsArray(), "order_by null_order argument expects an array", args.Env()); std::vector<bool> ascending = args[0]; std::vector<bool> null_order = args[1]; rmm::mr::device_memory_resource* mr = args[2]; NODE_CUDF_EXPECT(ascending.size() == null_order.size(), "ascending and null_order must be the same size", args.Env()); auto table_view = view(); std::vector<cudf::order> column_order; column_order.reserve(ascending.size()); for (auto i : ascending) { if (i) { column_order.push_back(cudf::order::ASCENDING); } else { column_order.push_back(cudf::order::DESCENDING); } } std::vector<cudf::null_order> null_precedece; null_precedece.reserve(null_order.size()); for (auto i : null_order) { if (i) { null_precedece.push_back(cudf::null_order::BEFORE); } else { null_precedece.push_back(cudf::null_order::AFTER); } } try { return Column::New(info.Env(), cudf::sorted_order(table_view, column_order, null_precedece, mr)); } catch (std::exception const& e) { throw Napi::Error::New(Env(), e.what()); } } } // namespace nv
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/addon.cpp
// Copyright (c) 2020-2021, NVIDIA CORPORATION. // // 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. #include "node_cudf/column.hpp" #include "node_cudf/groupby.hpp" #include "node_cudf/scalar.hpp" #include "node_cudf/table.hpp" #include "node_cudf/utilities/dtypes.hpp" #include <nv_node/addon.hpp> #include <nv_node/macros.hpp> #include <napi.h> struct rapidsai_cudf : public nv::EnvLocalAddon, public Napi::Addon<rapidsai_cudf> { rapidsai_cudf(Napi::Env const& env, Napi::Object exports) : EnvLocalAddon(env, exports) { DefineAddon(exports, { InstanceMethod("init", &rapidsai_cudf::InitAddon), InstanceValue("_cpp_exports", _cpp_exports.Value()), InstanceMethod<&rapidsai_cudf::find_common_type>("findCommonType"), InstanceValue("Column", InitClass<nv::Column>(env, exports)), InstanceValue("Table", InitClass<nv::Table>(env, exports)), InstanceValue("Scalar", InitClass<nv::Scalar>(env, exports)), InstanceValue("GroupBy", InitClass<nv::GroupBy>(env, exports)), }); } private: Napi::Value find_common_type(Napi::CallbackInfo const& info) { return nv::find_common_type(info); } }; NODE_API_ADDON(rapidsai_cudf);
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/column_accessor.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import {Column} from './column'; import {ColumnsMap, TypeMap} from './types/mappings'; export class ColumnAccessor<T extends TypeMap = any> { private _labels_to_indices = new Map<keyof T, number>(); constructor(private _data: ColumnsMap<T>) { const columns = Object.values(_data); if (columns.length > 0) { const N = columns[0].length; if (!columns.every((col) => col.length == N)) { throw new Error('Column lengths must all be the same'); } } this._data = _data; this.names.forEach((val, index) => this._labels_to_indices.set(val, index)); } private declare _names: ReadonlyArray<(string & keyof T)>; get names() { return this._names || (this._names = Object.freeze(Object.keys(this._data) as (string & keyof T)[])); } private declare _types: T; get types() { return this._types || (this._types = Object.freeze(this.names.reduce((types, name) => { types[name] = this.get(name).type; return types; }, {} as T))); } private declare _columns: ReadonlyArray<Column<T[keyof T]>>; get columns() { return this._columns || (this._columns = Object.freeze(Object.values(this._data))); } get length() { return this._labels_to_indices.size; } has(name: string) { return name in this._data; } get<R extends keyof T>(name: R) { if (!(name in this._data)) { throw new Error(`Unknown column name: ${name.toString()}`); } return this._data[name]; } addColumns<R extends TypeMap>(data: ColumnsMap<R>|ColumnAccessor<R>) { data = (data instanceof ColumnAccessor) ? data._data : data; return new ColumnAccessor( {...this._data, ...data} as ColumnsMap<{ [P in keyof(T & R)]: P extends keyof R ? R[P] // : P extends keyof T ? T[P] // : never }>); } dropColumns<R extends keyof T>(names: readonly R[]) { const data = {} as any; const namesMap = names.reduce((xs, x) => ({...xs, [x]: true}), {}); for (const name of this.names) { if (!(name in namesMap)) { data[name] = this._data[name]; } } return new ColumnAccessor(data as ColumnsMap<{[P in Exclude<keyof T, R>]: T[P]}>); } selectByColumnName<R extends keyof T>(name: R) { return this.selectByColumnNames([name]); } selectByColumnNames<R extends keyof T>(names: readonly R[]) { const data: ColumnsMap<{[P in R]: T[P]}> = {} as any; for (const name of names) { if (this._data[name] && !data[name]) { data[name] = this._data[name]; } } return new ColumnAccessor(data); } columnNameToColumnIndex(name: keyof T): number|undefined { return this._labels_to_indices.get(name); } }
0
rapidsai_public_repos/node/modules/cudf
rapidsai_public_repos/node/modules/cudf/src/data_frame.ts
// Copyright (c) 2020-2022, NVIDIA CORPORATION. // // 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. import {MemoryData, MemoryView, Uint8Buffer} from '@rapidsai/cuda'; import {DeviceBuffer, MemoryResource} from '@rapidsai/rmm'; import * as arrow from 'apache-arrow'; import {compareTypes} from 'apache-arrow/visitor/typecomparator'; import {Readable} from 'stream'; import {Column} from './column'; import {ColumnAccessor} from './column_accessor'; import {concat as concatDataFrames} from './dataframe/concat'; import {Join, JoinResult} from './dataframe/join'; import {DataFrameFormatter, DisplayOptions} from './dataframe/print'; import {GroupByMultiple, GroupByMultipleProps, GroupBySingle, GroupBySingleProps} from './groupby'; import {DISPOSER, scope} from './scope'; import {Series} from './series'; import {Table, ToArrowMetadata} from './table'; import {ReadCSVOptions, ReadCSVOptionsCommon, WriteCSVOptions} from './types/csv'; import { Bool8, DataType, FloatingPoint, FloatTypes, IndexType, Int32, Int64, Integral, IntegralTypes, List, Numeric, NumericTypes, Struct, } from './types/dtypes'; import {DuplicateKeepOption, NullOrder} from './types/enums'; import {ColumnsMap, CommonType, TypeMap} from './types/mappings'; import {ReadORCOptions, ReadORCOptionsCommon, WriteORCOptions} from './types/orc'; import {ReadParquetOptions, ReadParquetOptionsCommon, WriteParquetOptions} from './types/parquet'; export type SeriesMap<T extends TypeMap = any> = { [P in keyof T]: {readonly type: T[P]} }; export type OrderSpec = { ascending?: boolean, null_order?: keyof typeof NullOrder }; type JoinType = 'inner'|'outer'|'left'|'right'|'leftsemi'|'leftanti'; type JoinProps< Rhs extends TypeMap, TOn extends string, How extends JoinType = 'inner', LSuffix extends string = '', RSuffix extends string = '', > = { other: DataFrame<Rhs>; on: TOn[]; how?: How; lsuffix?: LSuffix; rsuffix?: RSuffix; nullEquality?: boolean; memoryResource?: MemoryResource; }; type CombinedGroupByProps<T extends TypeMap, R extends keyof T, IndexKey extends string> = GroupBySingleProps<T, R>|Partial<GroupByMultipleProps<T, R, IndexKey>>; function _seriesToColumns<T extends TypeMap>(data: ColumnsMap<T>|SeriesMap<T>) { const columns = {} as any; for (const [name, col] of Object.entries(data)) { if (col instanceof Series) { columns[name] = col._col; } else { columns[name] = Series.new(col)._col; } } return <ColumnsMap<T>>columns; } function _throwIfNonNumeric(type: DataType, operationName: string) { if (!NumericTypes.some((t) => compareTypes(t, type))) { throw new TypeError(`dtype ${type.toString()} cannot perform the operation: ${operationName}`); } } /** * A GPU Dataframe object. */ export class DataFrame<T extends TypeMap = any> { /** * Construct a DataFrame from a Table and list of column names. * * @param table The cudf.Table instance * @param names List of string Column names */ public static fromTable<T extends TypeMap>(table: Table, names: readonly(string&keyof T)[]) { return new DataFrame(names.reduce( (map, name, i) => ({...map, [name]: table.getColumnByIndex(i)}), {} as ColumnsMap<T>)); } /** * Read a CSV file from disk and create a cudf.DataFrame * * @example * ```typescript * import * as cudf from '@rapidsai/cudf'; * const df = cudf.DataFrame.readCSV('test.csv', { * header: 0, * dataTypes: { * a: new cudf.Int16, * b: new cudf.Bool, * c: new cudf.Float32, * d: new cudf.Utf8String * } * }) * ``` */ public static readCSV<T extends TypeMap = any>(path: string, options?: ReadCSVOptionsCommon<T>): DataFrame<T>; /** * Read a CSV file from disk and create a cudf.DataFrame * * @example * ```typescript * import {DataFrame, Series, Int16, Bool, Float32, Utf8String} from '@rapidsai/cudf'; * const df = DataFrame.readCSV({ * header: 0, * sourceType: 'files', * sources: ['test.csv'], * dataTypes: { * a: new Int16, * b: new Bool, * c: new Float32, * d: new Utf8String * } * }) * ``` */ public static readCSV<T extends TypeMap = any>(options: ReadCSVOptions<T>): DataFrame<T>; public static readCSV<T extends TypeMap = any>(...args: any[]) { args = args.flat(); const sources: any[] = args.slice(0, -1); let options = args[args.length - 1] as ReadCSVOptions<T>| string; if (typeof options === 'string') { sources.push(options); options = {} as ReadCSVOptions<T>; } if (sources.length > 0 || !(options && typeof options === 'object')) { options = {...options, sourceType: 'files', sources}; } const {names, table} = Table.readCSV(options); return DataFrame.fromTable<T>(table, names); } /** * Read Apache ORC files from disk and create a cudf.DataFrame * * @example * ```typescript * import {DataFrame} from '@rapidsai/cudf'; * const df = DataFrame.readORC('test.orc', { * skipRows: 10, numRows: 10, * }) * ``` */ public static readORC<T extends TypeMap = any>(paths: string|(string[]), options?: ReadORCOptionsCommon): DataFrame<T>; /** * Read Apache ORC files from disk and create a cudf.DataFrame * * @example * ```typescript * import {DataFrame} from '@rapidsai/cudf'; * const df = DataFrame.readORC({ * sourceType: 'files', * sources: ['test.orc'], * }) * ``` */ public static readORC<T extends TypeMap = any>(options: ReadORCOptions): DataFrame<T>; public static readORC<T extends TypeMap = any>(...args: any[]) { args = args.flat(); const sources: any[] = args.slice(0, -1); let options = args[args.length - 1] as ReadORCOptions | string; if (typeof options === 'string') { sources.push(options); options = {} as ReadORCOptions; } if (sources.length > 0 || !(options && typeof options === 'object')) { options = {...options, sourceType: 'files', sources}; } const {names, table} = Table.readORC(options); return DataFrame.fromTable<T>(table, names); } /** * Read Apache Parquet files from disk and create a cudf.DataFrame * * @example * ```typescript * import {DataFrame} from '@rapidsai/cudf'; * const df = DataFrame.readParquet('test.parquet', { * skipRows: 10, numRows: 10, * }) * ``` */ // clang-format off public static readParquet<T extends TypeMap = any>(paths: string|(string[]), options?: ReadParquetOptionsCommon): DataFrame<T>; // clang-format on /** * Read Apache Parquet files from disk and create a cudf.DataFrame * * @example * ```typescript * import {DataFrame} from '@rapidsai/cudf'; * const df = DataFrame.readParquet({ * sourceType: 'files', * sources: ['test.parquet'], * }) * ``` */ public static readParquet<T extends TypeMap = any>(options: ReadParquetOptions): DataFrame<T>; public static readParquet<T extends TypeMap = any>(...args: any[]) { args = args.flat(); const sources: any[] = args.slice(0, -1); let options = args[args.length - 1] as ReadParquetOptions | string; if (typeof options === 'string') { sources.push(options); options = {} as ReadParquetOptions; } if (sources.length > 0 || !(options && typeof options === 'object')) { options = {...options, sourceType: 'files', sources}; } const {names, table} = Table.readParquet(options); return DataFrame.fromTable<T>(table, names); } /** * Adapts an Arrow Table in IPC format into a DataFrame. * * @param memory A buffer holding Arrow table * @return The Arrow data as a DataFrame */ public static fromArrow<T extends TypeMap>(memory: DeviceBuffer|MemoryData): DataFrame<T> { if (memory instanceof ArrayBuffer || ArrayBuffer.isView(memory)) { memory = new Uint8Buffer(memory); } if (memory instanceof MemoryView) { memory = memory.buffer; } const {table, fields} = Table.fromArrow(memory); const colToSeries = (field: arrow.Field, col: Column): Series<any> => { return Series.new({ type: field.type, data: col.data, offset: col.offset, length: col.length, nullMask: col.mask, nullCount: col.nullCount, children: (field.type.children as arrow.Field[] ?? []) .map((f, i) => colToSeries(f, col.getChild(i))), }); }; return new DataFrame(fields.reduce((seriesMap, f, i) => { return ({...seriesMap, [f.name]: colToSeries(f, table.getColumnByIndex(i))}); }, {} as SeriesMap<T>)); } declare private _accessor: ColumnAccessor<T>; /** * Create a new cudf.DataFrame * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new([true, false]), * c: Series.new(["foo", "bar"]) * }) * * ``` */ constructor(data?: SeriesMap<T>); constructor(data?: ColumnsMap<T>); constructor(data?: ColumnAccessor<T>); constructor(data: any = {}) { this._accessor = (data instanceof ColumnAccessor) ? data : new ColumnAccessor(_seriesToColumns(data)); DISPOSER.add(this.asTable()); } /** * The number of rows in each column of this DataFrame * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new([1, 2]), * c: Series.new([1, 2]) * }) * * df.numRows // 2 * ``` */ get numRows() { return this._accessor.columns.length > 0 ? this._accessor.columns[0].length : 0; } /** * The number of columns in this DataFrame * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new([1, 2]), * c: Series.new([1, 2]) * }) * * df.numColumns // 3 * ``` */ get numColumns() { return this._accessor.length; } /** * The names of columns in this DataFrame * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new([1, 2]), * c: Series.new([1, 2]) * }) * * df.names // ['a', 'b', 'c'] * ``` */ get names() { return this._accessor.names; } /** * A map of this DataFrame's Series names to their DataTypes * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new(["foo", "bar"]), * c: Series.new([[1, 2], [3]]), * }) * * df.types * // { * // a: [Object Float64], * // b: [Object Utf8String], * // c: [Object List] * // } * ``` */ get types() { return this._accessor.types; } /** @ignore */ asTable() { return new Table({columns: this._accessor.columns}); } /** @ignore */ asStruct() { const {types, _accessor: {columns}} = this; return Series.new({ nullCount: 0, children: columns, length: this.numRows, type: new Struct( this.names.map((name, i) => arrow.Field.new(name, types[name], columns[i].nullable))), }); } /** * Return a string with a tabular representation of the DataFrame, pretty-printed according to the * options given. * * @param options */ toString(options: DisplayOptions = {}) { return new DataFrameFormatter(options, this).render(); } [Symbol.for('nodejs.util.inspect.custom')]() { const [width, maxRows] = process.stdout.getWindowSize(); const rows = this.toString({width, maxRows, maxColWidth: width}); return [ `cols=${this.numColumns.toLocaleString()}, rows=${this.numRows.toLocaleString()}`, rows, ].join(`\n`); } /** * Return a new DataFrame containing only specified columns. * * @param columns Names of columns keep. * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, 1, 1, 2, 2, 2]), * b: Series.new([0, 1, 2, 3, 4, 4]), * c: Series.new([1, 2, 3, 4, 5, 6]) * }) * * df.select(['a', 'b']) // returns df with {a, b} * ``` */ select<R extends keyof T>(names: readonly R[]) { return new DataFrame(this._accessor.selectByColumnNames(names)); } /** * Return a new DataFrame with new columns added. * * @param {SeriesMap<R>|DataFrame<R>} data mapping of names to new columns to add, or a GPU * DataFrame object * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({a: [1, 2, 3]}); * * df.assign({b: Series.new(["foo", "bar", "bar"])}) * // returns df {a: [1, 2, 3], b: ["foo", "bar", "bar"]} * ``` * * @example * ```typescript * import {DataFrame} from '@rapidsai/cudf'; * * const df = new DataFrame({a: [1, 2, 3]}); * const df1 = new DataFrame({b: ["foo", "bar", "bar"]}); * * df.assign(df1) // returns df {a: [1, 2, 3], b: ["foo", "bar", "bar"]} * ``` */ assign<R extends TypeMap>(data: SeriesMap<R>|DataFrame<R>) { const columns = (data instanceof DataFrame) ? data._accessor : _seriesToColumns(data); return new DataFrame(this._accessor.addColumns(columns)); } /** * Return a new DataFrame with specified columns removed. * * @param names Names of the columns to drop. * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Float32, data: [0, 1, 2, 3, 4, 4]}) * }); * * df.drop(['a']) // returns df {b: [0, 1, 2, 3, 4, 4]} * ``` */ drop<R extends keyof T>(names: readonly R[]) { return new DataFrame(this._accessor.dropColumns(names)); } /** * Return a new DataFrame with specified columns renamed. * * @param nameMap Object mapping old to new Column names. * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Float32, data: [0, 1, 2, 3, 4, 4]}) * }); * * df.rename({a: 'c'}) // returns df {b: [0, 1, 2, 3, 4, 4], c: [0, 1, 1, 2, 2, 2]} * ``` */ rename<U extends string|number, P extends {[K in keyof T]?: U}>(nameMap: P) { const names = Object.keys(nameMap) as (string & keyof P)[]; return this.drop(names).assign( // eslint-disable-next-line @typescript-eslint/no-non-null-assertion names.reduce((xs, x) => ({...xs, [`${nameMap[x]!}`]: this.get(x)}), {} as SeriesMap<{[K in keyof P as `${NonNullable < P[K] >}`]: T[string & K]}>)); } /** * Return whether the DataFrame has a Series. * * @param name Name of the Series to return. * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Float32, data: [0, 1, 2, 3, 4, 4]}) * }); * * df.has('a') // true * df.has('c') // false * ``` */ has(name: string) { return this._accessor.has(name); } /** * Return a series by name. * * @param name Name of the Series to return. * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Float32, data: [0, 1, 2, 3, 4, 4]}) * }); * * df.get('a') // Int32Series * df.get('b') // Float32Series * ``` */ get<P extends keyof T>(name: P): Series<T[P]> { return Series.new(this._accessor.get(name)); } /** * Casts each selected Series in this DataFrame to a new dtype (similar to `static_cast` in C++). * * @param dataTypes The map from column names to new dtypes. * @param memoryResource The optional MemoryResource used to allocate the result Series's device * memory. * @returns DataFrame of Series cast to the new dtype * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 4]}) * }); * * df.cast({a: new Float32}); // returns df with a as Float32Series and b as Int32Series * ``` */ cast<R extends {[P in keyof T]?: DataType}>(dataTypes: R, memoryResource?: MemoryResource) { const names = this.names; const types = !(dataTypes instanceof arrow.DataType) ? dataTypes : names.reduce((types, name) => ({...types, [name]: dataTypes}), {} as R); return new DataFrame(names.reduce( (columns, name) => ({ ...columns, // eslint-disable-next-line @typescript-eslint/no-non-null-assertion [name]: name in types ? this.get(name).cast(types[name]!, memoryResource) : this.get(name) }), {} as SeriesMap<{[P in keyof(Omit<T, keyof R>& R)]: (Omit<T, keyof R>& R)[P]}>)); } /** * Casts all the Series in this DataFrame to a new dtype (similar to `static_cast` in C++). * * @param dataType The new dtype. * @param memoryResource The optional MemoryResource used to allocate the result Series's device * memory. * @returns DataFrame of Series cast to the new dtype *make notebooks.run * a: Series.new({type: new Int32, data: [0, 1, 1, 2, 2, 2]}), * b: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 4]}) * }) * * df.castAll(new Float32); // returns df with a and b as Float32Series * ``` */ castAll<R extends DataType>(dataType: R, memoryResource?: MemoryResource) { return new DataFrame(this.names.reduce( (columns, name) => ({...columns, [name]: this.get(name).cast(dataType, memoryResource)}), {} as SeriesMap<{[P in keyof T]: R}>)); } /** * Concat DataFrame(s) to the end of the caller, returning a new DataFrame. * * @param others The DataFrame(s) to concat to the end of the caller. * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([1, 2, 3, 4]), * b: Series.new([1, 2, 3, 4]), * }); * * const df2 = new DataFrame({ * a: Series.new([5, 6, 7, 8]), * }); * * df.concat(df2); * // return { * // a: [1, 2, 3, 4, 5, 6, 7, 8], * // b: [1, 2, 3, 4, null, null, null, null], * // } * ``` */ concat<U extends DataFrame[]>(...others: U) { return concatDataFrames(this, ...others); } /** * @summary Explicitly free the device memory associated with this DataFrame. */ dispose() { this.names.forEach((name) => this.get(name).dispose()); this._accessor = new ColumnAccessor({} as ColumnsMap<T>); } /** * @summary Flatten the elements of this DataFrame's list columns, duplicating the corresponding * rows for other columns in this DataFrame. * * @param {string[]} names Names of List Columns to flatten. Defaults to all list Columns. * @param {boolean} [includeNulls=true] Whether to retain null entries and map empty lists to * null. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ flatten<R extends string&keyof T>(names: readonly R[] = this.names as any, includeNulls = true, memoryResource?: MemoryResource) { const listColumnIndices = names.map((n) => [this.types[n], this.names.indexOf(n)] as [DataType, number]) .filter(([t]) => arrow.DataType.isList(t)) .map(([, i]) => i); type ListChild<T extends DataType> = T extends List ? T['valueType'] : T; type U = { // clang-format off [P in R | keyof T]: P extends R ? T[P] extends List ? ListChild<T[P]> : T[P] : T[P] // clang-format on }; return scope(() => { return listColumnIndices.reduce((df, i, j, a) => { return scope(() => { const mr = j === a.length - 1 ? memoryResource : undefined; const table = includeNulls ? df.asTable().explodeOuter(i, mr) // : df.asTable().explode(i, mr); return new DataFrame(df.names.reduce((series_map, name, index) => { if (index === i) { series_map[name] = (this.get(name) as any).elements.__construct(table.getColumnByIndex(index)); } else { series_map[name] = df.__constructChild(name, table.getColumnByIndex(index)); } return series_map; }, {} as SeriesMap<U>)); }, [this]) as any; }, new DataFrame<U>(this._accessor as any)); }, [this]); } /** * @summary Flatten the elements of this DataFrame's list columns into their positions in its * original list, duplicating the corresponding rows for other columns in this DataFrame. * * @param {string[]} names Names of List Columns to flatten. Defaults to all list Columns. * @param {boolean} [includeNulls=true] Whether to retain null entries and map empty lists to * null. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. */ flattenIndices<R extends string&keyof T>(names: readonly R[] = this.names as any, includeNulls = true, memoryResource?: MemoryResource) { const listColumnIndices = names.map((n) => [this.types[n], this.names.indexOf(n)] as [DataType, number]) .filter(([t]) => arrow.DataType.isList(t)) .map(([, i]) => i); type U = { // clang-format off [P in R | keyof T]: P extends R ? T[P] extends List ? Int32 : T[P] : T[P] // clang-format on }; return scope(() => { return listColumnIndices.reduce((df, i, j, a) => { return scope(() => { const mr = j === a.length - 1 ? memoryResource : undefined; const table = includeNulls ? df.asTable().explodeOuterPosition(i, mr) // : df.asTable().explodePosition(i, mr); return new DataFrame(df.names.reduce((series_map, name, index) => { if (index === i) { series_map[name] = Series.new(table.getColumnByIndex(index)); } else { series_map[name] = df.__constructChild(name, table.getColumnByIndex(+(index >= i) + index)); } return series_map; }, {} as SeriesMap<U>)); }, [this]) as any; }, new DataFrame<U>(this._accessor as any)); }, [this]); } /** * @summary Interleave columns of a DataFrame into a single Series. * * @param dataType The dtype of the result Series (required if the DataFrame has mixed dtypes). * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @returns Series representing a packed row-major matrix of all the source DataFrame's Series. * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * new DataFrame({ * a: Series.new([1, 2, 3]), * b: Series.new([4, 5, 6]), * }).interleaveColumns() * // Float64Series [ * // 1, 4, 2, 5, 3, 6 * // ] * * new DataFrame({ * b: Series.new([ [0, 1, 2], [3, 4, 5], [6, 7, 8]]), * c: Series.new([[10, 11, 12], [13, 14, 15], [16, 17, 18]]), * }).interleaveColumns() * // ListSeries [ * // [0, 1, 2], * // [10, 11, 12], * // [3, 4, 5], * // [13, 14, 15], * // [6, 7, 8], * // [16, 17, 18], * // ] * */ interleaveColumns<R extends T[keyof T] = T[keyof T]>(dataType?: R|null, memoryResource?: MemoryResource) { return Series.new<R>( (dataType ? this.castAll(dataType) : this).asTable().interleaveColumns(memoryResource)); } /** * Generate an ordering that sorts DataFrame columns in a specified way * * @param options mapping of column names to sort order specifications * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @returns Series containting the permutation indices for the desired sort order * * @example * ```typescript * import {DataFrame, Series, Int32, NullOrder} from '@rapidsai/cudf'; * const df = new DataFrame({a: Series.new([null, 4, 3, 2, 1, 0])}); * * df.orderBy({a: {ascending: true, null_order: 'before'}}); * // Int32Series [0, 5, 4, 3, 2, 1] * * df.orderBy({a: {ascending: true, null_order: 'after'}}); * // Int32Series [5, 4, 3, 2, 1, 0] * * df.orderBy({a: {ascending: false, null_order: 'before'}}); * // Int32Series [1, 2, 3, 4, 5, 0] * * df.orderBy({a: {ascending: false, null_order: 'after'}}); * // Int32Series [0, 1, 2, 3, 4, 5] * ``` */ orderBy<R extends keyof T>(options: {[P in R]: OrderSpec}, memoryResource?: MemoryResource) { const column_orders = new Array<boolean>(); const null_orders = new Array<boolean>(); const columns = new Array<Column<T[keyof T]>>(); const entries = Object.entries(options) as [R, OrderSpec][]; entries.forEach(([name, {ascending = true, null_order = 'after'}]) => { const child = this.get(name); if (child) { columns.push(child._col as Column<T[keyof T]>); column_orders.push(ascending); null_orders.push(null_order === 'before'); } }); // Compute the sorted sorted_indices return Series.new(new Table({columns}).orderBy(column_orders, null_orders, memoryResource)); } /** * Generate a new DataFrame sorted in the specified way. * * @param ascending whether to sort ascending (true) or descending (false) * Default: true * @param null_order whether nulls should sort before or after other values * Default: after * * @returns A new DataFrame of sorted values * * @example * ```typescript * import {DataFrame, Series, Int32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([null, 4, 3, 2, 1, 0]), * b: Series.new([0, 1, 2, 3, 4, 5]) * }); * * df.sortValues({a: {ascending: true, null_order: 'after'}}) * // {a: [0, 1, 2, 3, 4, null], b: [5, 4, 3, 2, 1, 0]} * * df.sortValues({a: {ascending: true, null_order: 'before'}}) * // {a: [null, 0, 1, 2, 3, 4], b: [0, 5, 4, 3, 2, 1]} * * df.sortValues({a: {ascending: false, null_order: 'after'}}) * // {a: [4, 3, 2, 1, 0, null], b: [1, 2, 3, 4, 5, 0]} * * df.sortValues({a: {ascending: false, null_order: 'before'}}) * // {a: [null, 4, 3, 2, 1, 0], b: [0, 1, 2, 3, 4, 5]} * ``` */ sortValues<R extends keyof T>(options: {[P in R]: OrderSpec}, memoryResource?: MemoryResource) { return this.gather(this.orderBy(options), false, memoryResource); } /** * @summary Return sub-selection from a DataFrame using the specified integral indices. * * @description Gathers the rows of the source columns according to `selection`, such that row "i" * in the resulting Table's columns will contain row `selection[i]` from the source columns. The * number of rows in the result table will be equal to the number of elements in selection. A * negative value i in the selection is interpreted as i+n, where `n` is the number of rows in * the source table. * * For dictionary columns, the keys column component is copied and not trimmed if the gather * results in abandoned key elements. * * @param selection A Series of 8/16/32-bit signed or unsigned integer indices to gather. * @param nullify_out_of_bounds If `true`, coerce rows that corresponds to out-of-bounds indices * in the selection to null. If `false`, skips all bounds checking for selection values. Pass * false if you are certain that the selection contains only valid indices for better * performance. If `false` and there are out-of-bounds indices in the selection, the behavior * is undefined. Defaults to `false`. * @param memoryResource An optional MemoryResource used to allocate the result's device memory. * * @example * ```typescript * import {DataFrame, Series, Int32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 5]}), * b: Series.new([0.0, 1.0, 2.0, 3.0, 4.0, 5.0]) * }); * * const selection = Series.new({type: new Int32, data: [2,4,5]}); * * df.gather(selection); // {a: [2, 4, 5], b: [2.0, 4.0, 5.0]} * ``` */ gather<R extends IndexType>(selection: Series<R>, nullify_out_of_bounds = false, memoryResource?: MemoryResource) { const columns = this.asTable().gather(selection._col, nullify_out_of_bounds, memoryResource); const series_map = {} as SeriesMap<T>; this.names.forEach((name, index) => { series_map[name] = this.__constructChild(name, columns.getColumnByIndex(index)); }); return new DataFrame(series_map); } /** * Returns the first n rows as a new DataFrame. * * @param n The number of rows to return. * * @example * ```typescript * import {DataFrame, Series, Int32} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 5, 6]}), * b: Series.new([0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0]) * }); * * a.head(); * // {a: [0, 1, 2, 3, 4], b: [0.0, 1.0, 2.0, 3.0, 4.0]} * * b.head(1); * // {a: [0], b: [0.0]} * * a.head(-1); * // throws index out of bounds error * ``` */ head(n = 5): DataFrame<T> { if (n < 0) { throw new Error('Index provided is out of bounds'); } const selection = Series.sequence({type: new Int32, size: n < this.numRows ? n : this.numRows, init: 0}); return this.gather(selection); } /** * Returns the last n rows as a new DataFrame. * * @param n The number of rows to return. * * @example * ```typescript * import {DataFrame, Series, Int32} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 5, 6]}), * b: Series.new([0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0]) * }); * * a.tail(); * // {a: [2, 3, 4, 5, 6], b: [2.0, 3.0, 4.0, 5.0, 6.0]} * * b.tail(1); * // {a: [6], b: [6.0]} * * a.tail(-1); * // throws index out of bounds error * ``` */ tail(n = 5): DataFrame<T> { if (n < 0) { throw new Error('Index provided is out of bounds'); } const length = n < this.numRows ? n : this.numRows; const selection = Series.sequence({type: new Int32, size: length, init: this.numRows - length}); return this.gather(selection); } /** * Return a group-by on a single column. * * @param props configuration for the groupby * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, 1, 1, 2, 2, 2]), * b: Series.new([0, 1, 2, 3, 4, 4]), * c: Series.new([1, 2, 3, 4, 5, 6]) * }) * * df.groupby({by: 'a'}).max() // { a: [2, 1, 0], b: [4, 2, 0], c: [6, 3, 1] } * * ``` */ groupBy<R extends keyof T>(props: GroupBySingleProps<T, R>): GroupBySingle<T, R>; /** * Return a group-by on a multiple columns. * * @param props configuration for the groupby * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, 1, 1, 2, 2, 2]), * b: Series.new([0, 1, 2, 3, 4, 4]), * c: Series.new([1, 2, 3, 4, 5, 6]) * }) * * df.groupby({by: ['a', 'b']}).max() * // { * // "a_b": [{"a": [2, 1, 1, 2, 0], "b": [4, 2, 1, 3, 0]}], * // "c": [6, 3, 2, 4, 1] * // } * * ``` */ groupBy<R extends keyof T, IndexKey extends string>(props: GroupByMultipleProps<T, R, IndexKey>): GroupByMultiple<T, R, IndexKey>; groupBy<R extends keyof T, IndexKey extends string>(props: CombinedGroupByProps<T, R, IndexKey>) { if (!Array.isArray(props.by)) { return new GroupBySingle(this, props as GroupBySingleProps<T, R>); } else if ('index_key' in props) { return new GroupByMultiple(this, props as GroupByMultipleProps<T, R, IndexKey>); } else { return new GroupByMultiple(this, { ...props, index_key: props.by.join('_'), } as GroupByMultipleProps<T, R, any>); } } /** * Return sub-selection from a DataFrame from the specified boolean mask. * * @param mask * * @example * ```typescript * import {DataFrame, Series, Bool8} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, 1, 2, 3, 4, 4]), * b: Series.new([0, NaN, 2, 3, 4, 4]) * }) * const mask = Series.new({type: new Bool8, data: [0, 0, 1, 0, 1, 1]}) * * df.filter(mask); // {a: [2, 4, 4], b: [2, 4, 4]} * * ``` */ filter(mask: Series<Bool8>, memoryResource?: MemoryResource) { const table = this.asTable().applyBooleanMask(mask._col, memoryResource); const series_map = {} as SeriesMap<T>; this.names.forEach((name, index) => { series_map[name] = this.__constructChild(name, table.getColumnByIndex(index)); }); return new DataFrame(series_map); } /** * Join columns with other DataFrame. * * @param props the configuration for the join * @returns the joined DataFrame */ // clang-format off join<R extends TypeMap, TOn extends (string & keyof T & keyof R), LSuffix extends string = '', RSuffix extends string = ''>( props: JoinProps<R, TOn, 'inner'|'outer'|'left'|'right', LSuffix, RSuffix> ): DataFrame<{ [P in keyof JoinResult<T, R, TOn, LSuffix, RSuffix>]: P extends TOn ? CommonType<T[P], R[P]> : JoinResult<T, R, TOn, LSuffix, RSuffix>[P] }>; // clang-format on /** * Join columns with other DataFrame. * * @param props the configuration for the join * @returns the joined DataFrame */ // clang-format off join<R extends TypeMap, TOn extends (string & keyof T & keyof R)>( props: JoinProps<R, TOn, 'leftsemi'|'leftanti'> ): DataFrame<T>; // clang-format on // clang-format off join(props: any): any { // clang-format on const {how = 'inner', other, ...opts} = props; switch (how) { case 'left': return new Join({...opts, lhs: this, rhs: other}).left(); case 'right': return new Join({...opts, lhs: this, rhs: other}).right(); case 'inner': return new Join({...opts, lhs: this, rhs: other}).inner(); case 'outer': return new Join({...opts, lhs: this, rhs: other}).outer(); case 'leftsemi': return new Join({...opts, lhs: this, rhs: other}).leftSemi(); case 'leftanti': return new Join({...opts, lhs: this, rhs: other}).leftAnti(); } } /** * Serialize this DataFrame to CSV format. * * @param options Options controlling CSV writing behavior. * * @returns A node ReadableStream of the CSV data. */ toCSV(options: WriteCSVOptions = {}) { const readable = new Readable({encoding: 'utf8'}); this.asTable().writeCSV({ ...options, next(buf) { readable.push(buf); }, complete() { readable.push(null); }, columnNames: this.names as string[], }); return readable as AsyncIterable<string>; } /** * Write a DataFrame to ORC format. * * @param filePath File path or root directory path. * @param options Options controlling ORC writing behavior. * */ toORC(filePath: string, options: WriteORCOptions = {}) { this.asTable().writeORC(filePath, {...options, columnNames: this.names as string[]}); } /** * Write a DataFrame to Parquet format. * * @param filePath File path or root directory path. * @param options Options controlling Parquet writing behavior. * */ toParquet(filePath: string, options: WriteParquetOptions = {}) { this.asTable().writeParquet(filePath, {...options, columnNames: this.names as string[]}); } /** * Copy a Series to an Arrow vector in host memory * * @example * ```typescript * import {DataFrame, Series} from "@rapidsai/cudf"; * * const df = new DataFrame({a: Series.new([0,1,2]), b: Series.new(["one", "two", "three"])}); * * const arrow_df = df.toArrow(); // Arrow table * * arrow_df.toArray(); * // [ * // { "a": 0, "b": "one" }, * // { "a": 1, "b": "two" }, * // { "a": 2, "b": "three" } * // ] * ``` */ toArrow() { const toArrowMetadata = (name: string|number, type?: DataType): ToArrowMetadata => { if (!type || !type.children || !type.children.length) { return [name]; } if (type instanceof arrow.List) { if (!type.children[0]) { return [name, [[0], [1]]]; } return [name, [[0], toArrowMetadata(type.children[0].name, type.children[0].type)]]; } return [name, type.children.map((f) => toArrowMetadata(f.name, f.type))]; }; const names = this.names.map((name) => toArrowMetadata(<string|number>name, this.types[name])); return arrow.tableFromIPC<T>(this.asTable().toArrow(names)); } protected __constructChild<P extends keyof T, R extends T[P]>(name: P, col: Column<R>): Series<R> { return (this.get(name) as any).__construct(col); } /** * drop null rows * @ignore */ protected _dropNullsRows(thresh = 1, subset = this.names) { const column_indices: number[] = []; const allNames = this.names; subset.forEach((col) => { if (this.has(col)) { column_indices.push(allNames.indexOf(col)); } else { throw new Error(`Unknown column name: ${col.toString()}`); } }); const result = this.asTable().dropNulls(column_indices, thresh); return new DataFrame(allNames.reduce( (map, name, i) => ({...map, [name]: this.__constructChild(name, result.getColumnByIndex(i))}), {} as SeriesMap<T>)); } /** * drop rows with NaN values (float type only) * @ignore */ protected _dropNaNsRows(thresh = 1, subset = this.names) { const column_indices: number[] = []; const allNames = this.names; subset.forEach((col) => { if (this.has(col) && FloatTypes.some((t) => compareTypes(this.types[col], t))) { column_indices.push(allNames.indexOf(col)); } else if (!this.has(col)) { throw new Error(`Unknown column name: ${col.toString()}`); } else { // col exists but not of floating type thresh -= 1; } }); const result = this.asTable().dropNans(column_indices, thresh); return new DataFrame(allNames.reduce( (map, name, i) => ({...map, [name]: this.__constructChild(name, result.getColumnByIndex(i))}), {} as SeriesMap<T>)); } /** * drop columns with nulls * @ignore */ protected _dropNullsColumns(thresh = 1, subset?: Series) { const column_names: (keyof T)[] = []; const df = (subset !== undefined) ? this.gather(subset) : this; this.names.forEach(col => { const no_threshold_valid_count = (df.get(col).length - df.get(col).nullCount) < thresh; if (!no_threshold_valid_count) { column_names.push(col as string); } }); return new DataFrame( column_names.reduce((map, name) => ({...map, [name]: this.get(name)}), {} as SeriesMap<T>)); } /** * drop columns with NaN values(float type only) * @ignore */ protected _dropNaNsColumns(thresh = 1, subset?: Series, memoryResource?: MemoryResource) { const column_names: (keyof T)[] = []; const df = (subset !== undefined) ? this.gather(subset) : this; this.names.forEach(col => { if (FloatTypes.some((t) => compareTypes(this.get(col).type, t))) { const nanCount = df.get(col)._col.nansToNulls(memoryResource).nullCount - this.get(col).nullCount; const no_threshold_valid_count = (df.get(col).length - nanCount) < thresh; if (!no_threshold_valid_count) { column_names.push(col); } } else { column_names.push(col); } }); return new DataFrame( column_names.reduce((map, name) => ({...map, [name]: this.get(name)}), {} as SeriesMap<T>)); } /** * Drops rows (or columns) containing nulls (*Note: only null values are dropped and not NaNs) * * @param axis Whether to drop rows (axis=0, default) or columns (axis=1) containing nulls * @param thresh drops every row (or column) containing less than thresh non-null values. * * thresh=1 (default) drops rows (or columns) containing all null values (non-null < thresh(1)). * * if axis = 0, thresh=df.numColumns: drops only rows containing at-least one null value * (non-null values in a row < thresh(df.numColumns)). * * if axis = 1, thresh=df.numRows: drops only columns containing at-least one null values * (non-null values in a column < thresh(df.numRows)). * * @param subset List of columns to consider when dropping rows (all columns are considered by * default). * Alternatively, when dropping columns, subset is a Series<Integer> with indices to select rows * (all rows are considered by default). * @returns DataFrame<T> with dropped rows (or columns) containing nulls * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, null, 2, null, 4, 4]), * b: Series.new([0, null, 2, 3, null, 4]), * c: Series.new([null, null, null, null, null, null]) * }); * * // delete rows with all nulls (default thresh=1) * df.dropNulls(0); * // return { * // a: [0, 2, null, 4, 4], b: [0, 2, 3, null, 4], * // c: [null, null, null, null, null] * // } * * // delete rows with atleast one null * df.dropNulls(0, df.numColumns); * // returns empty df, since each row contains atleast one null * * // delete columns with all nulls (default thresh=1) * df.dropNulls(1); * // returns {a: [0, null, 2, null, 4, 4], b: [0, null, 2, 3, null, 4]} * * // delete columns with atleast one null * df.dropNulls(1, df.numRows); * // returns empty df, since each column contains atleast one null * * ``` */ dropNulls<R extends IndexType>(axis = 0, thresh = 1, subset?: (string&keyof T)[]|Series<R>): DataFrame<T> { if (axis == 0) { if (subset instanceof Series) { throw new Error( 'for axis=0, expected \'subset\' to be one of {list of column_names, undefined(all columns)}'); } return this._dropNullsRows(thresh, subset); } else if (axis == 1) { if (subset instanceof Array) { throw new Error( 'for axis=1, expected \'subset\' to be one of {Series<Integer> with indices to select rows, undefined(all rows)}'); } return this._dropNullsColumns(thresh, subset); } else { throw new Error('invalid axis value, expected {0, 1} '); } } /** * Drops rows (or columns) containing NaN, provided the columns are of type float * * @param axis Whether to drop rows (axis=0, default) or columns (axis=1) containing NaN * @param thresh drops every row (or column) containing less than thresh non-NaN values. * * thresh=1 (default) drops rows (or columns) containing all NaN values (non-NaN < thresh(1)). * * if axis = 0, thresh=df.numColumns: drops only rows containing at-least one NaN value (non-NaN * values in a row < thresh(df.numColumns)). * * if axis = 1, thresh=df.numRows: drops only columns containing at-least one NaN values * (non-NaN values in a column < thresh(df.numRows)). * @param subset List of float columns to consider when dropping rows (all float columns are * considered by default). * Alternatively, when dropping columns, subset is a Series<Integer> with indices to select rows * (all rows are considered by default). * * @returns DataFrame<T> with dropped rows (or columns) containing NaN * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, NaN, 2, NaN, 4, 4]), * b: Series.new([0, NaN, 2, 3, NaN, 4]), * c: Series.new([NaN, NaN, NaN, NaN, NaN, NaN]) * }); * * // delete rows with all NaNs (default thresh=1) * df.dropNaNs(0); * // return { * // a: [0, 2, NaN, 4, 4], b: [0, 2, 3, NaN, 4], * // c: [NaN, NaN, NaN, NaN,NaN] * // } * * // delete rows with atleast one NaN * df.dropNaNs(0, df.numColumns); * // returns empty df, since each row contains atleast one NaN * * // delete columns with all NaNs (default thresh=1) * df.dropNaNs(1); * // returns {a: [0, NaN, 2, NaN, 4, 4], b: [0, NaN, 2, 3, NaN, 4]} * * // delete columns with atleast one NaN * df.dropNaNs(1, df.numRows); * // returns empty df, since each column contains atleast one NaN * * ``` */ dropNaNs<R extends IndexType>(axis = 0, thresh = 1, subset?: (string&keyof T)[]|Series<R>): DataFrame<T> { if (axis == 0) { if (subset instanceof Series) { throw new Error( 'for axis=0, expected \'subset\' to be one of {list of column_names, undefined(all columns)}'); } return this._dropNaNsRows(thresh, subset); } else if (axis == 1) { if (subset instanceof Array) { throw new Error( 'for axis=1, expected \'subset\' to be one of {Series<Integer> with indices to select rows, undefined(all rows)}'); } return this._dropNaNsColumns(thresh, subset); } else { throw new Error('invalid axis value, expected {0, 1} '); } } /** * Compute the trigonometric sine for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.sin(); * // return { * // a: [0, 0, 0], * // } * ``` */ sin<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `sin`); series_map[name] = (ser as any).sin(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the trigonometric cosine for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.cos(); * // return { * // a: [0, 1, 0], * // } * ``` */ cos<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `cos`); series_map[name] = (ser as any).cos(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the trigonometric tangent for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.tan(); * // return { * // a: [0, 0, 0], * // } * ``` */ tan<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `tan`); series_map[name] = (ser as any).tan(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the trigonometric sine inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.asin(); * // return { * // a: [0, 0, 0], * // } * ``` */ asin<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `asin`); series_map[name] = (ser as any).asin(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the trigonometric cosine inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.acos(); * // return { * // a: [0, 1, 0], * // } * ``` */ acos<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `acos`); series_map[name] = (ser as any).acos(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the trigonometric tangent inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.atan(); * // return { * // a: [-1, 0, 1], * // } * ``` */ atan<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `atan`); series_map[name] = (ser as any).atan(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic sine for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.sinh(); * // return { * // a: [-10, 0, 10], * // } * ``` */ sinh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `sinh`); series_map[name] = (ser as any).sinh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic cosine for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.cosh(); * // return { * // a: [10, 1, 10], * // } * ``` */ cosh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `cosh`); series_map[name] = (ser as any).cosh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic tangent for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.tanh(); * // return { * // a: [0, 0, 0], * // } * ``` */ tanh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `tanh`); series_map[name] = (ser as any).tanh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic sine inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.asinh(); * // return { * // a: [-1, 0, 1], * // } * ``` */ asinh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `asinh`); series_map[name] = (ser as any).asinh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic cosine inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.acosh(); * // return { * // a: [0, 0, 1], * // } * ``` */ acosh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `acosh`); series_map[name] = (ser as any).acosh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the hyperbolic tangent inverse for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series, Int8} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new({type: new Int8, data: [-3, 0, 3]}) * }); * df.atanh(); * // return { * // a: [0, 0, 0], * // } * ``` */ atanh<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `atanh`); series_map[name] = (ser as any).atanh(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the exponential (base e, euler number) for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5]) * }); * df.exp(); * // return { * // a: [0.30119421191220214, 12.182493960703473], * // } * ``` */ exp<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `exp`); series_map[name] = (ser as any).exp(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the natural logarithm (base e) for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5, 4]) * }); * df.log(); * // return { * // a: [NaN, 0.9162907318741551, 1.3862943611198906], * // } * ``` */ log<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `log`); series_map[name] = (ser as any).log(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the square-root (x^0.5) for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5, 4]) * }); * df.sqrt(); * // return { * // a: [NaN, 1.5811388300841898, 2], * // } * ``` */ sqrt<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `sqrt`); series_map[name] = (ser as any).sqrt(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the cube-root (x^(1.0/3)) for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5]) * }); * df.cbrt(); * // return { * // a: [-1.0626585691826111, 1.3572088082974534], * // } * ``` */ cbrt<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `cbrt`); series_map[name] = (ser as any).cbrt(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the smallest integer value not less than arg for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5, -3, 4.6, 5]) * }); * df.ceil(); * // return { * // a: [-1, 3, -3, 5, 5], * // } * ``` */ ceil<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `ceil`); series_map[name] = (ser as any).ceil(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the largest integer value not greater than arg for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1.2, 2.5, -3, 4.6, 5]) * }); * df.floor(); * // return { * // a: [-2, 2, -3, 4, 5], * // } * ``` */ floor<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `floor`); series_map[name] = (ser as any).floor(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the absolute value for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([-1, 2, -3, 4, 5]) * }); * df.abs(); * // return { * // a: [1, 2, 3, 4, 5], * // } * ``` */ abs<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `abs`); series_map[name] = (ser as any).abs(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Compute the logical not (!) for all NumericSeries in the DataFrame * * @returns A DataFrame with the operation performed on all NumericSeries * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([0, 1, 2, 3, 4]) * }); * df.not(); * // return { * // a: [true, false, false, false, false], * // } * ``` */ not<P extends keyof T>(memoryResource?: MemoryResource) { const series_map = {} as SeriesMap<T>; this.names.forEach((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `not`); series_map[name] = (ser as any).not(memoryResource); }); return new DataFrame(series_map) as T[P] extends Numeric ? DataFrame<T>: never; } /** * Return a Series containing the unbiased kurtosis result for each Series in the * DataFrame. * * @param skipNulls Exclude NA/null values. If an entire row/column is NA, the result will be NA. * @returns A Series containing the unbiased kurtosis result for all Series in the DataFrame * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([1, 2, 3, 4]), * b: Series.new([7, 8, 9, 10]) * }); * df.kurtosis(); // {-1.1999999999999904, -1.2000000000000686} * ``` */ kurtosis<P extends keyof T>(skipNulls = true) { const result = this.names.map((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `kurtosis`); return (this.get(name) as any).kurtosis(skipNulls); }); return Series.new(result) as any as Series < T[P] extends Numeric ? Numeric : never > ; } /** * Return a Series containing the unbiased skew result for each Series in the * DataFrame. * * @param skipNulls Exclude NA/null values. If an entire row/column is NA, the result will be NA. * @returns A Series containing the unbiased skew result for all Series in the DataFrame * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([1, 2, 3, 4, 5, 6, 6]), * b: Series.new([7, 8, 9, 10, 11, 12, 12]) * }); * df.skew(); // {-0.288195490292614, -0.2881954902926153} * ``` */ skew<P extends keyof T>(skipNulls = true) { const result = this.names.map((name) => { const ser = this.get(name); _throwIfNonNumeric(ser.type, `skew`); return (this.get(name) as any).skew(skipNulls); }); return Series.new(result) as any as Series < T[P] extends Numeric ? Numeric : never > ; } /** * Compute the sum for all Series in the DataFrame. * * @param subset List of columns to select (all columns are considered by * default). * @param skipNulls The optional skipNulls if true drops NA and null values before computing * reduction, * else if skipNulls is false, reduction is computed directly. * @param memoryResource Memory resource used to allocate the result Column's device memory. * * @returns A Series containing the sum of all values for each Series * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([1, 2]), * b: Series.new([3.5, 4]) * }); * df.sum(); // [3, 7.5] * * const df2 = new DataFrame({ * a: Series.new(['foo', 'bar']), * b: Series.new([3, 4]) * }); * * df2.sum(); // returns `never` * ``` */ sum<P extends keyof T = keyof T>(subset?: readonly P[], skipNulls = true, memoryResource?: MemoryResource) { subset = (subset == undefined) ? this.names as readonly P[] : subset; const containsAllFloatingPoint = subset.every((name) => FloatTypes.some((t) => compareTypes(t, this.types[name]))); const containsAllIntegral = subset.every((name) => IntegralTypes.some((t) => compareTypes(t, this.types[name]))); if (!(containsAllFloatingPoint !== containsAllIntegral)) { throw new TypeError( `sum operation requires dataframe to be entirely of dtype FloatingPoint OR Integral.`); } const sums = subset.map((name) => (this.get(name) as any).sum(skipNulls, memoryResource)); return (containsAllIntegral ? Series.new({type: new Int64, data: sums}) : Series.new(sums)) as ( Series < T[P] extends Integral ? T[P] extends FloatingPoint ? never : Integral : T[P] extends FloatingPoint ? FloatingPoint : never >); } /** * Convert NaNs (if any) to nulls. * * @param subset List of float columns to consider to replace NaNs with nulls. * * @returns DataFrame<T> with NaNs(if any) converted to nulls * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, 2, 3, 4, 4]}), * b: Series.new({type: new Float32, data: [0, NaN, 2, 3, 4, 4]}) * }); * df.get("b").nullCount; // 0 * const df1 = df.nansToNulls(); * df1.get("b").nullCount; // 1 * * ``` */ nansToNulls(subset?: (keyof T)[], memoryResource?: MemoryResource): DataFrame<T> { subset = (subset == undefined) ? this.names as (keyof T)[] : subset; const temp = new Table({columns: this.select(subset)._accessor.columns}); const series_map = {} as SeriesMap<T>; this.names.forEach((name, index) => { if (FloatTypes.some((t) => compareTypes(this.types[name], t))) { series_map[name] = this.__constructChild(name, temp.getColumnByIndex(index).nansToNulls(memoryResource)); } else { series_map[name] = this.__constructChild(name, temp.getColumnByIndex(index)); } }); return new DataFrame(series_map); } /** * Creates a DataFrame replacing any FloatSeries with a Bool8Series where `true` indicates the * value is `NaN` and `false` indicates the value is valid. * * @returns a DataFrame replacing instances of FloatSeries with a Bool8Series where `true` * indicates the value is `NaN` * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, null]}), * b: Series.new({type: new Float32, data: [0, NaN, 2]}) * }); * * df.isNaN() * // return { * // a: [0, 1, null], * // b: [false, true, false], * // } * ``` */ isNaN(memoryResource?: MemoryResource): DataFrame<T> { return new DataFrame( this.names.reduce((map, name) => ({ ...map, [name]: FloatTypes.some((t) => compareTypes(this.types[name], t)) ? Series.new(this._accessor.get(name).isNaN(memoryResource)) : this.get(name) }), {} as SeriesMap<T>)); } /** * Creates a DataFrame of `BOOL8` Series where `true` indicates the value is null and * `false` indicates the value is valid. * * @returns a DataFrame containing Series of 'BOOL8' where 'true' indicates the value is null * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, null, 2]), * b: Series.new(['foo', 'bar', null]) * }); * * df.isNull() * // return { * // a: [false, true, false], * // b: [false, false, true], * // } * ``` */ isNull(memoryResource?: MemoryResource): DataFrame<{[P in keyof T]: Bool8}> { return new DataFrame( this.names.reduce((cols, name) => ({...cols, [name]: this.get(name).isNull(memoryResource)}), {} as SeriesMap<{[P in keyof T]: Bool8}>)); } /** * Creates a DataFrame replacing any FloatSeries with a Bool8Series where `false` indicates the * value is `NaN` and `true` indicates the value is valid. * * @returns a DataFrame replacing instances of FloatSeries with a Bool8Series where `false` * indicates the value is `NaN` * * @example * ```typescript * import {DataFrame, Series, Int32, Float32} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new({type: new Int32, data: [0, 1, null]}), * b: Series.new({type: new Float32, data: [0, NaN, 2]}) * }); * * df.isNotNaN() * // return { * // a: [0, 1, null], * // b: [true, false, true], * // } * ``` */ isNotNaN(): DataFrame<T> { return new DataFrame( this.names.reduce((map, name) => ({ ...map, [name]: FloatTypes.some((t) => compareTypes(this.types[name], t)) ? (this.get(name) as Series<FloatingPoint>).isNotNaN() : this.get(name) }), {} as SeriesMap<T>)); } /** * Creates a DataFrame of `BOOL8` Series where `false` indicates the value is null and * `true` indicates the value is valid. * * @returns a DataFrame containing Series of 'BOOL8' where 'false' indicates the value is null * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * const df = new DataFrame({ * a: Series.new([0, null, 2]), * b: Series.new(['foo', 'bar', null]) * }); * * df.isNotNull() * // return { * // a: [true, false, true], * // b: [true, true, false], * // } * ``` */ isNotNull(): DataFrame<{[P in keyof T]: Bool8}> { return new DataFrame( this.names.reduce((cols, name) => ({...cols, [name]: this.get(name).isNotNull()}), {} as SeriesMap<{[P in keyof T]: Bool8}>)); } /** * Replace null values with a value. * * @param value The scalar value to use in place of nulls. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([0, null, 2]); * b: Series.new([null, null, null]); * }); * * df.replaceNulls(1); * // return { * // a: [0, 1, 2], * // b: [1, 1, 1], * // } * ``` */ replaceNulls<R extends DataType>(value: R['scalarType'], memoryResource?: MemoryResource): DataFrame<T>; /** * Replace null values with the corresponding elements from another Map of Series. * * @param value The map of Series to use in place of nulls. * @param memoryResource The optional MemoryResource used to allocate the result Column's device * memory. * * @example * ```typescript * import {DataFrame, Series} from '@rapidsai/cudf'; * * const df = new DataFrame({ * a: Series.new([0, null, 2]); * b: Series.new([null, null, null]); * }); * * df.replaceNulls({'a': Series.new([0, 1, 2]), 'b': Series.new([1, 1, 1])}); * // return { * // a: [0, 1, 2], * // b: [1, 1, 1], * // } * ``` */ replaceNulls(value: SeriesMap<T>, memoryResource?: MemoryResource): DataFrame<T>; replaceNulls<R extends DataType>(value: SeriesMap<T>|R['scalarType'], memoryResource?: MemoryResource): DataFrame<T> { if (value instanceof Object) { const columns = new DataFrame(_seriesToColumns(value)); return new DataFrame(this.names.reduce( (map, name) => ({ ...map, [name]: columns.has(name) ? this.get(name).replaceNulls(columns.get(name), memoryResource) : this.get(name) }), {} as SeriesMap<T>)); } else { return new DataFrame(this.names.reduce( (map, name) => ({...map, [name]: this.get(name).replaceNulls(value, memoryResource)}), {} as SeriesMap<T>)); } } /** * Drops duplicate rows from a DataFrame * * @param keep Determines whether to keep the first, last, or none of the duplicate items. * @param nullsEqual Determines whether nulls are handled as equal values. * @param nullsFirst Determines whether null values are inserted before or after non-null * values. * @param subset List of columns to consider when dropping rows (all columns are considered by * default). * @param memoryResource Memory resource used to allocate the result Column's device memory. * * @returns a DataFrame without duplicate rows * ``` */ dropDuplicates(keep: keyof typeof DuplicateKeepOption = 'any', nullsEqual = true, nullsFirst = true, subset = this.names, memoryResource?: MemoryResource) { const column_indices: number[] = []; const allNames = this.names; subset.forEach((col) => { if (this.has(col)) { column_indices.push(allNames.indexOf(col)); } else { throw new Error(`Unknown column name: ${col}`); } }); const table = scope(() => { const spec = {ascending: true, null_order: nullsFirst ? 'before' : 'after'}; const by = subset.reduce((by, key) => Object.assign(by, {[key]: spec}), {} as {[P in keyof T]: OrderSpec}); return this.sortValues(by).asTable().unique( column_indices, DuplicateKeepOption[keep], nullsEqual, memoryResource); }, [this]); return new DataFrame(allNames.reduce( (map, name, i) => ({...map, [name]: this.__constructChild(name, table.getColumnByIndex(i))}), {} as SeriesMap<T>)); } }
0